1. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  2. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  3. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  4. 2245.78 s [mono-traversable] |
  5. 2245.78 s [mono-traversable] 413 | default ofoldl1Ex' :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
  6. 2245.78 s [mono-traversable] | ^
  7. 2245.78 s [mono-traversable]
  8. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:413:42: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  9. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  10. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  11. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  12. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  13. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  14. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  15. 2245.78 s [mono-traversable] |
  16. 2245.78 s [mono-traversable] 413 | default ofoldl1Ex' :: (t a ~ mono, a ~ Element (t a), F.Foldable t)
  17. 2245.78 s [mono-traversable] | ^
  18. 2245.78 s [mono-traversable]
  19. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:919:23: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  20. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  21. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  22. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  23. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  24. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  25. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  26. 2245.78 s [mono-traversable] |
  27. 2245.78 s [mono-traversable] 919 | oand :: (Element mono ~ Bool, MonoFoldable mono) => mono -> Bool
  28. 2245.78 s [mono-traversable] | ^
  29. 2245.78 s [mono-traversable]
  30. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:926:22: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  31. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  32. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  33. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  34. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  35. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  36. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  37. 2245.78 s [mono-traversable] |
  38. 2245.78 s [mono-traversable] 926 | oor :: (Element mono ~ Bool, MonoFoldable mono) => mono -> Bool
  39. 2245.78 s [mono-traversable] | ^
  40. 2245.78 s [mono-traversable]
  41. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:960:63: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  42. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  43. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  44. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  45. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  46. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  47. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  48. 2245.78 s [mono-traversable] |
  49. 2245.78 s [mono-traversable] 960 | osequence_ :: (Applicative m, MonoFoldable mono, Element mono ~ (m ())) => mono -> m ()
  50. 2245.78 s [mono-traversable] | ^
  51. 2245.78 s [mono-traversable]
  52. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:1060:47: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  53. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  54. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  55. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  56. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  57. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  58. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  59. 2245.78 s [mono-traversable] |
  60. 2245.78 s [mono-traversable] 1060 | default otraverse :: (Traversable t, mono ~ t a, a ~ Element mono, Applicative f) => (Element mono -> f (Element mono)) -> mono -> f mono
  61. 2245.78 s [mono-traversable] | ^
  62. 2245.78 s [mono-traversable]
  63. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:1060:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  64. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  65. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  66. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  67. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  68. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  69. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  70. 2245.78 s [mono-traversable] |
  71. 2245.78 s [mono-traversable] 1060 | default otraverse :: (Traversable t, mono ~ t a, a ~ Element mono, Applicative f) => (Element mono -> f (Element mono)) -> mono -> f mono
  72. 2245.78 s [mono-traversable] | ^
  73. 2245.78 s [mono-traversable]
  74. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:1203:45: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  75. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  76. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  77. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  78. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  79. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  80. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  81. 2245.78 s [mono-traversable] |
  82. 2245.78 s [mono-traversable] 1203 | default opoint :: (Applicative f, (f a) ~ mono, Element (f a) ~ a)
  83. 2245.78 s [mono-traversable] | ^
  84. 2245.78 s [mono-traversable]
  85. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:1203:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  86. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  87. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  88. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  89. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  90. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  91. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  92. 2245.78 s [mono-traversable] |
  93. 2245.78 s [mono-traversable] 1203 | default opoint :: (Applicative f, (f a) ~ mono, Element (f a) ~ a)
  94. 2245.78 s [mono-traversable] | ^
  95. 2245.78 s [mono-traversable]
  96. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:1461:33: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  97. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  98. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  99. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  100. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  101. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  102. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  103. 2245.78 s [mono-traversable] |
  104. 2245.78 s [mono-traversable] 1461 | WrappedMono :: Element mono ~ a => mono -> WrappedMono mono a
  105. 2245.78 s [mono-traversable] | ^
  106. 2245.78 s [mono-traversable]
  107. 2245.78 s [mono-traversable] src/Data/MonoTraversable.hs:1530:42: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  108. 2245.78 s [mono-traversable] • The ‘~’ operator is out of scope.
  109. 2245.78 s [mono-traversable] Assuming it to stand for an equality constraint.
  110. 2245.78 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  111. 2245.78 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  112. 2245.78 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  113. 2245.78 s [mono-traversable] • This will become an error in a future GHC release.
  114. 2245.78 s [mono-traversable] |
  115. 2245.78 s [mono-traversable] 1530 | instance (MonoPointed mono, Element mono ~ a) => MonoPointed (WrappedMono mono a) where
  116. 2245.78 s [mono-traversable] | ^
  117. 2245.78 s [mono-traversable]
  118. 2245.78 s [mono-traversable] [2 of 6] Compiling Data.Containers ( src/Data/Containers.hs, nothing )
  119. 2245.79 s [mono-traversable] [3 of 6] Compiling Data.MonoTraversable.Unprefixed ( src/Data/MonoTraversable/Unprefixed.hs, nothing )
  120. 2245.89 s [mono-traversable] [4 of 6] Compiling Data.Sequences ( src/Data/Sequences.hs, nothing )
  121. 2246.19 s [mono-traversable] src/Data/Sequences.hs:1615:44: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  122. 2246.19 s [mono-traversable] • The ‘~’ operator is out of scope.
  123. 2246.19 s [mono-traversable] Assuming it to stand for an equality constraint.
  124. 2246.19 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  125. 2246.19 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  126. 2246.19 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  127. 2246.19 s [mono-traversable] • This will become an error in a future GHC release.
  128. 2246.19 s [mono-traversable] |
  129. 2246.20 s [mono-traversable] 1615 | class (IsSequence t, IsString t, Element t ~ Char) => Textual t where
  130. 2246.20 s [mono-traversable] | ^
  131. 2246.20 s [mono-traversable]
  132. 2246.20 s [mono-traversable] src/Data/Sequences.hs:1631:29: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  133. 2246.20 s [mono-traversable] • The ‘~’ operator is out of scope.
  134. 2246.20 s [mono-traversable] Assuming it to stand for an equality constraint.
  135. 2246.20 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  136. 2246.20 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  137. 2246.20 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  138. 2246.20 s [mono-traversable] • This will become an error in a future GHC release.
  139. 2246.20 s [mono-traversable] |
  140. 2246.20 s [mono-traversable] 1631 | unwords :: (Element seq ~ t, MonoFoldable seq) => seq -> t
  141. 2246.20 s [mono-traversable] | ^
  142. 2246.20 s [mono-traversable]
  143. 2246.20 s [mono-traversable] src/Data/Sequences.hs:1648:29: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  144. 2246.20 s [mono-traversable] • The ‘~’ operator is out of scope.
  145. 2246.20 s [mono-traversable] Assuming it to stand for an equality constraint.
  146. 2246.20 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  147. 2246.20 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  148. 2246.20 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  149. 2246.20 s [mono-traversable] • This will become an error in a future GHC release.
  150. 2246.20 s [mono-traversable] |
  151. 2246.20 s [mono-traversable] 1648 | unlines :: (Element seq ~ t, MonoFoldable seq) => seq -> t
  152. 2246.20 s [mono-traversable] | ^
  153. 2246.20 s [mono-traversable]
  154. 2246.20 s [mono-traversable] src/Data/Sequences.hs:1696:13: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  155. 2246.20 s [mono-traversable] • The ‘~’ operator is out of scope.
  156. 2246.20 s [mono-traversable] Assuming it to stand for an equality constraint.
  157. 2246.20 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  158. 2246.20 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  159. 2246.20 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  160. 2246.20 s [mono-traversable] • This will become an error in a future GHC release.
  161. 2246.20 s [mono-traversable] |
  162. 2246.20 s [mono-traversable] 1696 | instance (c ~ Char) => Textual [c] where
  163. 2246.20 s [mono-traversable] | ^
  164. 2246.20 s [mono-traversable]
  165. 2246.20 s [mono-traversable] src/Data/Sequences.hs:1749:37: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  166. 2246.20 s [mono-traversable] • The ‘~’ operator is out of scope.
  167. 2246.20 s [mono-traversable] Assuming it to stand for an equality constraint.
  168. 2246.20 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  169. 2246.20 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  170. 2246.20 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  171. 2246.20 s [mono-traversable] • This will become an error in a future GHC release.
  172. 2246.20 s [mono-traversable] |
  173. 2246.20 s [mono-traversable] 1749 | Element (f (Maybe t)) ~ Maybe t)
  174. 2246.20 s [mono-traversable] | ^
  175. 2246.20 s [mono-traversable]
  176. 2246.20 s [mono-traversable] src/Data/Sequences.hs:1800:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  177. 2246.20 s [mono-traversable] • The ‘~’ operator is out of scope.
  178. 2246.20 s [mono-traversable] Assuming it to stand for an equality constraint.
  179. 2246.20 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  180. 2246.20 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  181. 2246.20 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  182. 2246.20 s [mono-traversable] • This will become an error in a future GHC release.
  183. 2246.20 s [mono-traversable] |
  184. 2246.20 s [mono-traversable] 1800 | repack :: (MonoFoldable a, IsSequence b, Element a ~ Element b) => a -> b
  185. 2246.20 s [mono-traversable] | ^
  186. 2246.20 s [mono-traversable]
  187. 2246.21 s [mono-traversable] src/Data/Sequences.hs:1816:13: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  188. 2246.21 s [mono-traversable] • The ‘~’ operator is out of scope.
  189. 2246.21 s [mono-traversable] Assuming it to stand for an equality constraint.
  190. 2246.21 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  191. 2246.21 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  192. 2246.21 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  193. 2246.21 s [mono-traversable] • This will become an error in a future GHC release.
  194. 2246.21 s [mono-traversable] |
  195. 2246.21 s [mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
  196. 2246.21 s [mono-traversable] | ^
  197. 2246.21 s [mono-traversable]
  198. 2246.21 s [mono-traversable] src/Data/Sequences.hs:1816:23: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  199. 2246.21 s [mono-traversable] • The ‘~’ operator is out of scope.
  200. 2246.21 s [mono-traversable] Assuming it to stand for an equality constraint.
  201. 2246.21 s [mono-traversable] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  202. 2246.21 s [mono-traversable] exported from Data.Type.Equality and Prelude.
  203. 2246.21 s [mono-traversable] If you are using a custom Prelude, consider re-exporting it.
  204. 2246.21 s [mono-traversable] • This will become an error in a future GHC release.
  205. 2246.21 s [mono-traversable] |
  206. 2246.21 s [mono-traversable] 1816 | instance (c ~ Char, w ~ Word8) => Utf8 [c] [w] where
  207. 2246.21 s [mono-traversable] | ^
  208. 2246.21 s [mono-traversable]
  209. 2246.21 s [mono-traversable] [5 of 6] Compiling Data.NonNull ( src/Data/NonNull.hs, nothing )
  210. 2246.36 s [mono-traversable] [6 of 6] Compiling Paths_mono_traversable ( dist/build/autogen/Paths_mono_traversable.hs, nothing )
  211. 2246.37 s [mono-traversable] Haddock coverage:
  212. 2246.37 s [mono-traversable] Warning: 'ByteString' is out of scope.
  213. 2246.37 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  214. 2246.37 s [mono-traversable] Warning: 'Text' is out of scope.
  215. 2246.37 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  216. 2246.37 s [mono-traversable] Warning: 'Foldable' is out of scope.
  217. 2246.37 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  218. 2246.38 s [mono-traversable] Warning: 'foldlUnwrap' is out of scope.
  219. 2246.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  220. 2246.38 s [mono-traversable] Warning: 'intercalate' is out of scope.
  221. 2246.38 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  222. 2246.38 s [mono-traversable] Warning: 'WrappedMono' is ambiguous. It is defined
  223. 2246.38 s [mono-traversable] * at src/Data/MonoTraversable.hs:1461:5
  224. 2246.38 s [mono-traversable] * at src/Data/MonoTraversable.hs:1460:1
  225. 2246.38 s [mono-traversable] You may be able to disambiguate the identifier by qualifying it or
  226. 2246.38 s [mono-traversable] by specifying the type/value namespace explicitly.
  227. 2246.38 s [mono-traversable] Defaulting to the one defined at src/Data/MonoTraversable.hs:1460:1
  228. 2246.38 s [mono-traversable] 94% ( 34 / 36) in 'Data.MonoTraversable'
  229. 2246.38 s [mono-traversable] Missing documentation for:
  230. 2246.38 s [mono-traversable] replaceElemStrictText (src/Data/MonoTraversable.hs:287)
  231. 2246.38 s [mono-traversable] replaceElemLazyText (src/Data/MonoTraversable.hs:290)
  232. 2246.39 s [mono-traversable] 87% ( 7 / 8) in 'Data.Containers'
  233. 2246.39 s [mono-traversable] Missing documentation for:
  234. 2246.39 s [mono-traversable] Module header
  235. 2246.39 s [mono-traversable] 100% ( 32 / 32) in 'Data.MonoTraversable.Unprefixed'
  236. 2246.39 s [mono-traversable] Warning: 'a' is out of scope.
  237. 2246.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  238. 2246.39 s [mono-traversable] Warning: 'b' is out of scope.
  239. 2246.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  240. 2246.39 s [mono-traversable] Warning: 'c' is out of scope.
  241. 2246.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  242. 2246.39 s [mono-traversable] Warning: 'not' is out of scope.
  243. 2246.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  244. 2246.39 s [mono-traversable] Warning: 'Vector' is out of scope.
  245. 2246.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  246. 2246.39 s [mono-traversable] Warning: 'z' is out of scope.
  247. 2246.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  248. 2246.39 s [mono-traversable] Warning: 'Text' is out of scope.
  249. 2246.39 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  250. 2246.40 s [mono-traversable] Warning: 'seq' is out of scope.
  251. 2246.40 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  252. 2246.40 s [mono-traversable] Warning: 'NonNull' is out of scope.
  253. 2246.40 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  254. 2246.40 s [mono-traversable] Warning: 'SemiGroup' is out of scope.
  255. 2246.40 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  256. 2246.40 s [mono-traversable] Warning: 'NonEmpty' is out of scope.
  257. 2246.40 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  258. 2246.40 s [mono-traversable] Warning: 'nfilter' is out of scope.
  259. 2246.40 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  260. 2246.40 s [mono-traversable] Warning: 'String' is out of scope.
  261. 2246.40 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  262. 2246.40 s [mono-traversable] Warning: 'intercalate' is out of scope.
  263. 2246.40 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  264. 2246.40 s [mono-traversable] Warning: 'true' is out of scope.
  265. 2246.40 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  266. 2246.40 s [mono-traversable] 80% ( 40 / 50) in 'Data.Sequences'
  267. 2246.40 s [mono-traversable] Missing documentation for:
  268. 2246.40 s [mono-traversable] splitElemStrictBS (src/Data/Sequences.hs:1525)
  269. 2246.40 s [mono-traversable] stripPrefixStrictBS (src/Data/Sequences.hs:1530)
  270. 2246.40 s [mono-traversable] stripSuffixStrictBS (src/Data/Sequences.hs:1535)
  271. 2246.40 s [mono-traversable] splitSeqLazyBS (src/Data/Sequences.hs:1547)
  272. 2246.40 s [mono-traversable] stripPrefixLazyBS (src/Data/Sequences.hs:1552)
  273. 2246.40 s [mono-traversable] stripSuffixLazyBS (src/Data/Sequences.hs:1557)
  274. 2246.40 s [mono-traversable] splitSeqStrictText (src/Data/Sequences.hs:1571)
  275. 2246.40 s [mono-traversable] replaceSeqStrictText (src/Data/Sequences.hs:1576)
  276. 2246.40 s [mono-traversable] splitSeqLazyText (src/Data/Sequences.hs:1590)
  277. 2246.40 s [mono-traversable] replaceSeqLazyText (src/Data/Sequences.hs:1595)
  278. 2246.40 s [mono-traversable] Warning: 'NonNull' is ambiguous. It is defined
  279. 2246.40 s [mono-traversable] * at src/Data/NonNull.hs:58:24
  280. 2246.40 s [mono-traversable] * at src/Data/NonNull.hs:58:1
  281. 2246.40 s [mono-traversable] You may be able to disambiguate the identifier by qualifying it or
  282. 2246.40 s [mono-traversable] by specifying the type/value namespace explicitly.
  283. 2246.40 s [mono-traversable] Defaulting to the one defined at src/Data/NonNull.hs:58:1
  284. 2246.40 s [mono-traversable] Warning: 'NonEmpty' is out of scope.
  285. 2246.40 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  286. 2246.41 s [mono-traversable] Warning: 'foldl1'' is out of scope.
  287. 2246.41 s [mono-traversable] If you qualify the identifier, haddock can try to link it anyway.
  288. 2246.41 s [mono-traversable] 100% ( 30 / 30) in 'Data.NonNull'
  289. 2246.61 s [mono-traversable] Warning: Data.MonoTraversable: could not find link destinations for:
  290. 2246.61 s [mono-traversable] - Data.Vector.Vector
  291. 2246.61 s [mono-traversable] - Data.Vector.Unboxed.Base.Unbox
  292. 2246.61 s [mono-traversable] - Data.Vector.Storable.Vector
  293. 2246.61 s [mono-traversable] - Data.Vector.Strict.Vector
  294. 2246.62 s [mono-traversable] Warning: Data.Containers: could not find link destinations for:
  295. 2246.62 s [mono-traversable] - Data.Containers.D:R:ContainerKeyIntSet
  296. 2246.62 s [mono-traversable] - Data.Containers.D:R:ContainerKeyHashSet
  297. 2246.62 s [mono-traversable] - Data.Containers.D:R:ContainerKeySet
  298. 2246.62 s [mono-traversable] - Data.Containers.D:R:ContainerKeyIntMap
  299. 2246.62 s [mono-traversable] - Data.Containers.D:R:ContainerKeyHashMap
  300. 2246.62 s [mono-traversable] - Data.Containers.D:R:ContainerKeyMap
  301. 2246.62 s [mono-traversable] - Data.Containers.D:R:BPMKeyConstraintMapkey
  302. 2246.62 s [mono-traversable] - Data.Containers.D:R:MapValueList
  303. 2246.62 s [mono-traversable] - Data.Containers.D:R:MapValueIntMap
  304. 2246.62 s [mono-traversable] - Data.Containers.D:R:MapValueHashMap
  305. 2246.62 s [mono-traversable] - Data.Containers.D:R:MapValueMap
  306. 2246.62 s [mono-traversable] - Data.Containers.D:R:BPMKeyConstraintHashMapkey
  307. 2246.62 s [mono-traversable] - Data.Containers.D:R:ContainerKeyList
  308. 2246.62 s [mono-traversable] - Data.Containers.D:R:KeySetHashMap
  309. 2246.62 s [mono-traversable] - Data.Containers.D:R:KeySetIntMap
  310. 2246.62 s [mono-traversable] - Data.Containers.D:R:KeySetMap
  311. 2246.63 s [mono-traversable] Warning: Data.Sequences: could not find link destinations for:
  312. 2246.63 s [mono-traversable] - Data.Vector.Vector
  313. 2246.63 s [mono-traversable] - Data.Vector.Generic.Base.Vector
  314. 2246.63 s [mono-traversable] - Data.Vector.Unboxed.Base.Unbox
  315. 2246.63 s [mono-traversable] - Data.Vector.Storable.Vector
  316. 2246.63 s [mono-traversable] - Data.Vector.Strict.Vector
  317. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexVector
  318. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexVector0
  319. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexVector1
  320. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexVector2
  321. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexSeq
  322. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexText
  323. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexByteString
  324. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexText0
  325. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexByteString0
  326. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexNonEmpty
  327. 2246.63 s [mono-traversable] - Data.Sequences.D:R:IndexList
  328. 2246.63 s [mono-traversable] - Data.NonNull.D:R:IndexNonNull
  329. 2246.63 s [mono-traversable] Warning: Data.NonNull: could not find link destinations for:
  330. 2246.63 s [mono-traversable] - Data.Vector.Vector
  331. 2246.63 s [mono-traversable] - Data.Vector.Unboxed.Base.Unbox
  332. 2246.63 s [mono-traversable] - Data.Vector.Storable.Vector
  333. 2246.63 s [mono-traversable] - Data.Vector.Strict.Vector
  334. 2246.63 s [mono-traversable] - Data.NonNull.D:R:IndexNonNull
  335. 2251.48 s [mono-traversable] Documentation created: dist/doc/html/mono-traversable/,
  336. 2251.48 s [mono-traversable] dist/doc/html/mono-traversable/mono-traversable.txt
  337. 2251.60 s [mono-traversable] Preprocessing test suite 'test' for mono-traversable-1.0.21.0...
  338. 2251.60 s [mono-traversable] Phase: installPhase
  339. 2251.61 s [mono-traversable] Installing library in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  340. 2252.01 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InitializeResult.dyn_o )
  341. 2252.07 s [mono-traversable] Phase: fixupPhase
  342. 2252.09 s [mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
  343. 2252.09 s [mono-traversable] shrinking /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSmono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE-ghc9.10.2.so
  344. 2252.10 s [mono-traversable] checking for references to /build/ in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0...
  345. 2252.12 s [mono-traversable] patching script interpreter paths in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
  346. 2252.12 s [mono-traversable] stripping (with command strip and flags -S -p) in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0/lib
  347. 2252.35 s [mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc
  348. 2252.36 s [mono-traversable] checking for references to /build/ in /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc...
  349. 2252.38 s [mono-traversable] patching script interpreter paths in /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc
  350. 2252.52 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
  351. 2252.88 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  352. 2252.90 s [post-build-hook] Uploading to the NixCI cache: /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
  353. 2252.93 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  354. 2253.03 s [post-build-hook] copying 1 paths...
  355. 2253.03 s [post-build-hook] copying path '/nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0' to 'https://cache.nix-ci.com'...
  356. 2257.97 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  357. 2258.11 s [post-build-hook] copying 0 paths...
  358. 2259.40 s Progress: 343 of 361 built (1 building), 370 of 370 downloaded from cache
  359. 2259.40 s Building conduit
  360. 2259.40 s [conduit] Phase: setupCompilerEnvironmentPhase
  361. 2259.40 s [conduit] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  362. 2259.40 s [conduit] Phase: unpackPhase
  363. 2259.40 s [conduit] unpacking source archive /nix/store/8sp5k4g5r92npk40bv2qg6bwndx645hy-conduit-1.3.6.1.tar.gz
  364. 2259.40 s [conduit] source root is conduit-1.3.6.1
  365. 2259.40 s [conduit] setting SOURCE_DATE_EPOCH to timestamp 1740294189 of file "conduit-1.3.6.1/conduit.cabal"
  366. 2259.40 s [conduit] Phase: patchPhase
  367. 2259.40 s [conduit] Phase: compileBuildDriverPhase
  368. 2259.40 s [conduit] setupCompileFlags: -package-db=/build/tmp.YrXFxUPJNM/setup-package.conf.d -threaded
  369. 2259.40 s [conduit] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.YrXFxUPJNM/Main.o )
  370. 2259.40 s [conduit] [2 of 2] Linking Setup
  371. 2259.77 s [conduit] Phase: updateAutotoolsGnuConfigScriptsPhase
  372. 2259.78 s [conduit] Phase: configurePhase
  373. 2259.78 s [conduit] configureFlags: --verbose --prefix=/nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc/share/doc/conduit-1.3.6.1 --with-gcc=gcc --package-db=/build/tmp.YrXFxUPJNM/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  374. 2259.79 s [conduit] Using Parsec parser
  375. 2259.79 s [conduit] Configuring conduit-1.3.6.1...
  376. 2260.28 s [conduit] Dependency base >=4.12 && <5: using base-4.20.1.0
  377. 2260.28 s [conduit] Dependency bytestring: using bytestring-0.12.2.0
  378. 2260.28 s [conduit] Dependency directory: using directory-1.3.8.5
  379. 2260.28 s [conduit] Dependency exceptions: using exceptions-0.10.9
  380. 2260.28 s [conduit] Dependency filepath: using filepath-1.5.4.0
  381. 2260.28 s [conduit] Dependency mono-traversable >=1.0.7: using mono-traversable-1.0.21.0
  382. 2260.28 s [conduit] Dependency mtl: using mtl-2.3.1
  383. 2260.28 s [conduit] Dependency primitive: using primitive-0.9.1.0
  384. 2260.28 s [conduit] Dependency resourcet >=1.2 && <1.4: using resourcet-1.3.0
  385. 2260.28 s [conduit] Dependency text: using text-2.1.2
  386. 2260.28 s [conduit] Dependency transformers >=0.4: using transformers-0.6.1.1
  387. 2260.28 s [conduit] Dependency unix: using unix-2.8.6.0
  388. 2260.28 s [conduit] Dependency unliftio-core: using unliftio-core-0.2.1.0
  389. 2260.28 s [conduit] Dependency vector: using vector-0.13.2.0
  390. 2260.28 s [conduit] Dependency QuickCheck >=2.7: using QuickCheck-2.15.0.1
  391. 2260.28 s [conduit] Dependency base: using base-4.20.1.0
  392. 2260.28 s [conduit] Dependency bytestring: using bytestring-0.12.2.0
  393. 2260.28 s [conduit] Dependency conduit: using conduit-1.3.6.1
  394. 2260.28 s [conduit] Dependency containers: using containers-0.7
  395. 2260.28 s [conduit] Dependency directory: using directory-1.3.8.5
  396. 2260.28 s [conduit] Dependency exceptions >=0.6: using exceptions-0.10.9
  397. 2260.28 s [conduit] Dependency filepath: using filepath-1.5.4.0
  398. 2260.28 s [conduit] Dependency hspec >=1.3: using hspec-2.11.14
  399. 2260.28 s [conduit] Dependency mono-traversable: using mono-traversable-1.0.21.0
  400. 2260.28 s [conduit] Dependency mtl: using mtl-2.3.1
  401. 2260.28 s [conduit] Dependency resourcet: using resourcet-1.3.0
  402. 2260.28 s [conduit] Dependency safe: using safe-0.3.21
  403. 2260.28 s [conduit] Dependency silently: using silently-1.2.5.4
  404. 2260.28 s [conduit] Dependency split >=0.2.0.0: using split-0.2.5
  405. 2260.28 s [conduit] Dependency text: using text-2.1.2
  406. 2260.28 s [conduit] Dependency transformers: using transformers-0.6.1.1
  407. 2260.28 s [conduit] Dependency unliftio >=0.2.4.0: using unliftio-0.2.25.1
  408. 2260.28 s [conduit] Dependency vector: using vector-0.13.2.0
  409. 2260.28 s [conduit] Source component graph:
  410. 2260.28 s [conduit] component lib
  411. 2260.28 s [conduit] component test:conduit-test dependency lib
  412. 2260.28 s [conduit] Configured component graph:
  413. 2260.28 s [conduit] component conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  414. 2260.28 s [conduit] include base-4.20.1.0-f445
  415. 2260.28 s [conduit] include bytestring-0.12.2.0-214a
  416. 2260.28 s [conduit] include directory-1.3.8.5-159c
  417. 2260.28 s [conduit] include exceptions-0.10.9-9158
  418. 2260.28 s [conduit] include filepath-1.5.4.0-8593
  419. 2260.28 s [conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  420. 2260.28 s [conduit] include mtl-2.3.1-07d6
  421. 2260.28 s [conduit] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  422. 2260.28 s [conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  423. 2260.28 s [conduit] include text-2.1.2-7514
  424. 2260.28 s [conduit] include transformers-0.6.1.1-05a6
  425. 2260.28 s [conduit] include unix-2.8.6.0-a0e2
  426. 2260.28 s [conduit] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  427. 2260.28 s [conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  428. 2260.28 s [conduit] component conduit-1.3.6.1-7Knq0XWAusrFFgrxo6hUMF-conduit-test
  429. 2260.28 s [conduit] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  430. 2260.28 s [conduit] include base-4.20.1.0-f445
  431. 2260.28 s [conduit] include bytestring-0.12.2.0-214a
  432. 2260.28 s [conduit] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  433. 2260.28 s [conduit] include containers-0.7-6571
  434. 2260.28 s [conduit] include directory-1.3.8.5-159c
  435. 2260.28 s [conduit] include exceptions-0.10.9-9158
  436. 2260.28 s [conduit] include filepath-1.5.4.0-8593
  437. 2260.28 s [conduit] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  438. 2260.28 s [conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  439. 2260.28 s [conduit] include mtl-2.3.1-07d6
  440. 2260.28 s [conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  441. 2260.28 s [conduit] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  442. 2260.28 s [conduit] include silently-1.2.5.4-DNM0ZDV4kqcGqjhdaCuppA
  443. 2260.28 s [conduit] include split-0.2.5-3yxuZfya1xUES3Uouhjvgv
  444. 2260.28 s [conduit] include text-2.1.2-7514
  445. 2260.28 s [conduit] include transformers-0.6.1.1-05a6
  446. 2260.28 s [conduit] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  447. 2260.28 s [conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  448. 2260.28 s [conduit] Linked component graph:
  449. 2260.28 s [conduit] unit conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  450. 2260.28 s [conduit] include base-4.20.1.0-f445
  451. 2260.28 s [conduit] include bytestring-0.12.2.0-214a
  452. 2260.28 s [conduit] include directory-1.3.8.5-159c
  453. 2260.28 s [conduit] include exceptions-0.10.9-9158
  454. 2260.28 s [conduit] include filepath-1.5.4.0-8593
  455. 2260.28 s [conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  456. 2260.28 s [conduit] include mtl-2.3.1-07d6
  457. 2260.28 s [conduit] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  458. 2260.28 s [conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  459. 2260.28 s [conduit] include text-2.1.2-7514
  460. 2260.28 s [conduit] include transformers-0.6.1.1-05a6
  461. 2260.28 s [conduit] include unix-2.8.6.0-a0e2
  462. 2260.28 s [conduit] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  463. 2260.28 s [conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  464. 2260.28 s [conduit] Conduit=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Conduit,Data.Conduit=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit,Data.Conduit.Combinators=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Combinators,Data.Conduit.Combinators.Stream=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Combinators.Stream,Data.Conduit.Internal=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Internal,Data.Conduit.Internal.Fusion=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Internal.Fusion,Data.Conduit.Internal.List.Stream=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Internal.List.Stream,Data.Conduit.Lift=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Lift,Data.Conduit.List=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.List
  465. 2260.28 s [conduit] unit conduit-1.3.6.1-7Knq0XWAusrFFgrxo6hUMF-conduit-test
  466. 2260.28 s [conduit] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  467. 2260.28 s [conduit] include base-4.20.1.0-f445
  468. 2260.28 s [conduit] include bytestring-0.12.2.0-214a
  469. 2260.28 s [conduit] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  470. 2260.28 s [conduit] include containers-0.7-6571
  471. 2260.28 s [conduit] include directory-1.3.8.5-159c
  472. 2260.28 s [conduit] include exceptions-0.10.9-9158
  473. 2260.28 s [conduit] include filepath-1.5.4.0-8593
  474. 2260.28 s [conduit] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  475. 2260.28 s [conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  476. 2260.28 s [conduit] include mtl-2.3.1-07d6
  477. 2260.28 s [conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  478. 2260.28 s [conduit] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  479. 2260.28 s [conduit] include silently-1.2.5.4-DNM0ZDV4kqcGqjhdaCuppA
  480. 2260.28 s [conduit] include split-0.2.5-3yxuZfya1xUES3Uouhjvgv
  481. 2260.28 s [conduit] include text-2.1.2-7514
  482. 2260.28 s [conduit] include transformers-0.6.1.1-05a6
  483. 2260.28 s [conduit] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  484. 2260.28 s [conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  485. 2260.28 s [conduit] Ready component graph:
  486. 2260.28 s [conduit] definite conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  487. 2260.28 s [conduit] depends base-4.20.1.0-f445
  488. 2260.28 s [conduit] depends bytestring-0.12.2.0-214a
  489. 2260.28 s [conduit] depends directory-1.3.8.5-159c
  490. 2260.28 s [conduit] depends exceptions-0.10.9-9158
  491. 2260.28 s [conduit] depends filepath-1.5.4.0-8593
  492. 2260.28 s [conduit] depends mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  493. 2260.28 s [conduit] depends mtl-2.3.1-07d6
  494. 2260.28 s [conduit] depends primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  495. 2260.28 s [conduit] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  496. 2260.28 s [conduit] depends text-2.1.2-7514
  497. 2260.28 s [conduit] depends transformers-0.6.1.1-05a6
  498. 2260.28 s [conduit] depends unix-2.8.6.0-a0e2
  499. 2260.28 s [conduit] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  500. 2260.28 s [conduit] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  501. 2260.28 s [conduit] definite conduit-1.3.6.1-7Knq0XWAusrFFgrxo6hUMF-conduit-test
  502. 2260.28 s [conduit] depends QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  503. 2260.28 s [conduit] depends base-4.20.1.0-f445
  504. 2260.28 s [conduit] depends bytestring-0.12.2.0-214a
  505. 2260.28 s [conduit] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  506. 2260.28 s [conduit] depends containers-0.7-6571
  507. 2260.28 s [conduit] depends directory-1.3.8.5-159c
  508. 2260.28 s [conduit] depends exceptions-0.10.9-9158
  509. 2260.28 s [conduit] depends filepath-1.5.4.0-8593
  510. 2260.28 s [conduit] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  511. 2260.28 s [conduit] depends mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  512. 2260.28 s [conduit] depends mtl-2.3.1-07d6
  513. 2260.28 s [conduit] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  514. 2260.28 s [conduit] depends safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  515. 2260.28 s [conduit] depends silently-1.2.5.4-DNM0ZDV4kqcGqjhdaCuppA
  516. 2260.28 s [conduit] depends split-0.2.5-3yxuZfya1xUES3Uouhjvgv
  517. 2260.28 s [conduit] depends text-2.1.2-7514
  518. 2260.28 s [conduit] depends transformers-0.6.1.1-05a6
  519. 2260.28 s [conduit] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  520. 2260.28 s [conduit] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  521. 2260.28 s [conduit] Using Cabal-3.12.1.0 compiled by ghc-9.10
  522. 2260.28 s [conduit] Using compiler: ghc-9.10.2
  523. 2260.28 s [conduit] Using install prefix:
  524. 2260.28 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  525. 2260.28 s [conduit] Executables installed in:
  526. 2260.28 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/bin
  527. 2260.28 s [conduit] Libraries installed in:
  528. 2260.28 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  529. 2260.28 s [conduit] Dynamic Libraries installed in:
  530. 2260.28 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  531. 2260.28 s [conduit] Private executables installed in:
  532. 2260.28 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/conduit-1.3.6.1
  533. 2260.28 s [conduit] Data files installed in:
  534. 2260.28 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/share/x86_64-linux-ghc-9.10.2-2a2a/conduit-1.3.6.1
  535. 2260.28 s [conduit] Documentation installed in:
  536. 2260.29 s [conduit] /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc/share/doc/conduit-1.3.6.1
  537. 2260.29 s [conduit] Configuration files installed in:
  538. 2260.29 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/etc
  539. 2260.29 s [conduit] No alex found
  540. 2260.29 s [conduit] Using ar found on system at:
  541. 2260.29 s [conduit] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  542. 2260.29 s [conduit] No c2hs found
  543. 2260.29 s [conduit] No cpphs found
  544. 2260.29 s [conduit] No doctest found
  545. 2260.29 s [conduit] Using gcc version 14.3.0 given by user at:
  546. 2260.29 s [conduit] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  547. 2260.29 s [conduit] Using ghc version 9.10.2 found on system at:
  548. 2260.29 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  549. 2260.29 s [conduit] Using ghc-pkg version 9.10.2 found on system at:
  550. 2260.29 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  551. 2260.29 s [conduit] No ghcjs found
  552. 2260.29 s [conduit] No ghcjs-pkg found
  553. 2260.29 s [conduit] No greencard found
  554. 2260.29 s [conduit] Using haddock version 2.31.0 found on system at:
  555. 2260.29 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  556. 2260.29 s [conduit] No happy found
  557. 2260.29 s [conduit] Using haskell-suite found on system at: haskell-suite-dummy-location
  558. 2260.29 s [conduit] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  559. 2260.29 s [conduit] No hmake found
  560. 2260.29 s [conduit] Using hpc version 0.69 found on system at:
  561. 2260.29 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  562. 2260.29 s [conduit] Using hsc2hs version 0.68.10 found on system at:
  563. 2260.29 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  564. 2260.30 s [conduit] Using hscolour version 1.25 found on system at:
  565. 2260.30 s [conduit] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  566. 2260.30 s [conduit] No jhc found
  567. 2260.30 s [conduit] Using ld found on system at:
  568. 2260.30 s [conduit] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  569. 2260.30 s [conduit] No pkg-config found
  570. 2260.30 s [conduit] Using runghc version 9.10.2 found on system at:
  571. 2260.30 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  572. 2260.30 s [conduit] Using strip version 2.44 found on system at:
  573. 2260.30 s [conduit] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  574. 2260.30 s [conduit] Using tar found on system at:
  575. 2260.30 s [conduit] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  576. 2260.30 s [conduit] No uhc found
  577. 2260.51 s [conduit] Phase: buildPhase
  578. 2260.56 s [conduit] Preprocessing library for conduit-1.3.6.1...
  579. 2260.56 s [conduit] Building library for conduit-1.3.6.1...
  580. 2260.83 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 )
  581. 2261.02 s [conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
  582. 2261.02 s [conduit] The import of ‘Control.Applicative’ is redundant
  583. 2261.02 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  584. 2261.02 s [conduit] To import instances alone, use: import Control.Applicative()
  585. 2261.02 s [conduit] |
  586. 2261.02 s [conduit] 48 | import Control.Applicative (Applicative (..))
  587. 2261.02 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  588. 2261.02 s [conduit]
  589. 2261.02 s [conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
  590. 2261.02 s [conduit] The import of ‘MonadUnliftIO’
  591. 2261.02 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  592. 2261.02 s [conduit] |
  593. 2261.02 s [conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  594. 2261.02 s [conduit] | ^^^^^^^^^^^^^
  595. 2261.02 s [conduit]
  596. 2261.02 s [conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
  597. 2261.02 s [conduit] The import of ‘Data.Monoid’ is redundant
  598. 2261.02 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  599. 2261.02 s [conduit] To import instances alone, use: import Data.Monoid()
  600. 2261.02 s [conduit] |
  601. 2261.02 s [conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
  602. 2261.02 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  603. 2261.02 s [conduit]
  604. 2261.02 s [conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
  605. 2261.02 s [conduit] The import of ‘Data.Semigroup’ is redundant
  606. 2261.02 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  607. 2261.02 s [conduit] To import instances alone, use: import Data.Semigroup()
  608. 2261.02 s [conduit] |
  609. 2261.02 s [conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
  610. 2261.02 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  611. 2261.02 s [conduit]
  612. 2261.02 s [conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  613. 2261.02 s [conduit] Rule "conduit: CI.await >>= maybe" may never fire
  614. 2261.02 s [conduit] because ‘maybe’ might inline first
  615. 2261.02 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  616. 2261.02 s [conduit] |
  617. 2261.02 s [conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
  618. 2261.02 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  619. 2261.02 s [conduit]
  620. 2261.02 s [conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  621. 2261.02 s [conduit] Rule "conduit: awaitE >>= either" may never fire
  622. 2261.02 s [conduit] because ‘either’ might inline first
  623. 2261.02 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
  624. 2261.02 s [conduit] |
  625. 2261.02 s [conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
  626. 2261.02 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  627. 2261.02 s [conduit]
  628. 2261.67 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 )
  629. 2261.79 s [conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  630. 2261.79 s [conduit] The import of ‘Control.Applicative’ is redundant
  631. 2261.79 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  632. 2261.79 s [conduit] To import instances alone, use: import Control.Applicative()
  633. 2261.79 s [conduit] |
  634. 2261.79 s [conduit] 93 | import Control.Applicative (Applicative (..))
  635. 2261.79 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  636. 2261.79 s [conduit]
  637. 2261.79 s [conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
  638. 2261.79 s [conduit] The import of ‘MonadUnliftIO’
  639. 2261.79 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  640. 2261.79 s [conduit] |
  641. 2261.79 s [conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  642. 2261.79 s [conduit] | ^^^^^^^^^^^^^
  643. 2261.79 s [conduit]
  644. 2261.79 s [conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
  645. 2261.79 s [conduit] The import of ‘Data.Monoid’ is redundant
  646. 2261.79 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  647. 2261.79 s [conduit] To import instances alone, use: import Data.Monoid()
  648. 2261.79 s [conduit] |
  649. 2261.79 s [conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
  650. 2261.79 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  651. 2261.79 s [conduit]
  652. 2261.79 s [conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
  653. 2261.79 s [conduit] The import of ‘Data.Semigroup’ is redundant
  654. 2261.79 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  655. 2261.79 s [conduit] To import instances alone, use: import Data.Semigroup()
  656. 2261.79 s [conduit] |
  657. 2261.79 s [conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
  658. 2261.79 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  659. 2261.79 s [conduit]
  660. 2261.79 s [conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
  661. 2261.79 s [conduit] The import of ‘Data.Traversable’ is redundant
  662. 2261.79 s [conduit] except perhaps to import instances from ‘Data.Traversable’
  663. 2261.80 s [conduit] To import instances alone, use: import Data.Traversable()
  664. 2261.80 s [conduit] |
  665. 2261.80 s [conduit] 114 | import Data.Traversable (Traversable (..))
  666. 2261.80 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  667. 2261.80 s [conduit]
  668. 2261.80 s [conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
  669. 2261.80 s [conduit] This binding for ‘p’ shadows the existing binding
  670. 2261.80 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  671. 2261.80 s [conduit] |
  672. 2261.80 s [conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
  673. 2261.80 s [conduit] | ^
  674. 2261.80 s [conduit]
  675. 2261.80 s [conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
  676. 2261.80 s [conduit] This binding for ‘p’ shadows the existing binding
  677. 2261.80 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  678. 2261.80 s [conduit] |
  679. 2261.80 s [conduit] 743 | go (Leftover p ()) = go p
  680. 2261.80 s [conduit] | ^
  681. 2261.80 s [conduit]
  682. 2261.80 s [conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
  683. 2261.80 s [conduit] This binding for ‘p’ shadows the existing binding
  684. 2261.80 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  685. 2261.80 s [conduit] |
  686. 2261.80 s [conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
  687. 2261.80 s [conduit] | ^
  688. 2261.80 s [conduit]
  689. 2261.80 s [conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
  690. 2261.80 s [conduit] This binding for ‘p’ shadows the existing binding
  691. 2261.80 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  692. 2261.80 s [conduit] |
  693. 2261.80 s [conduit] 760 | go (Leftover p ()) = go p
  694. 2261.80 s [conduit] | ^
  695. 2261.80 s [conduit]
  696. 2261.80 s [conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  697. 2261.80 s [conduit] Rule "conduit: await >>= maybe" may never fire
  698. 2261.80 s [conduit] because ‘maybe’ might inline first
  699. 2261.80 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  700. 2261.80 s [conduit] |
  701. 2261.80 s [conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
  702. 2261.80 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  703. 2261.80 s [conduit]
  704. 2262.64 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 )
  705. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  706. 2262.66 s [conduit] Rule "conduit: fuseStream (.|)" may never fire
  707. 2262.66 s [conduit] because ‘.|’ might inline first
  708. 2262.66 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  709. 2262.66 s [conduit] |
  710. 2262.66 s [conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
  711. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  712. 2262.66 s [conduit]
  713. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  714. 2262.66 s [conduit] Rule "conduit: fuseStream (fuse)" may never fire
  715. 2262.66 s [conduit] because ‘fuse’ might inline first
  716. 2262.66 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  717. 2262.66 s [conduit] |
  718. 2262.66 s [conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
  719. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  720. 2262.66 s [conduit]
  721. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
  722. 2262.66 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  723. 2262.66 s [conduit] Deprecated: "Use .|"
  724. 2262.66 s [conduit] |
  725. 2262.66 s [conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
  726. 2262.66 s [conduit] | ^^^
  727. 2262.66 s [conduit]
  728. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  729. 2262.66 s [conduit] Rule "conduit: runStream (pure)" may never fire
  730. 2262.66 s [conduit] because ‘runConduitPure’ might inline first
  731. 2262.66 s [conduit] Suggested fix:
  732. 2262.66 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  733. 2262.66 s [conduit] |
  734. 2262.66 s [conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
  735. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  736. 2262.66 s [conduit]
  737. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  738. 2262.66 s [conduit] Rule "conduit: runStream (ResourceT)" may never fire
  739. 2262.66 s [conduit] because ‘runConduitRes’ might inline first
  740. 2262.66 s [conduit] Suggested fix:
  741. 2262.66 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  742. 2262.66 s [conduit] |
  743. 2262.66 s [conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
  744. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  745. 2262.66 s [conduit]
  746. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
  747. 2262.66 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  748. 2262.66 s [conduit] Deprecated: "Use runConduit and .|"
  749. 2262.66 s [conduit] |
  750. 2262.66 s [conduit] 129 | unstream left $$ unstream right = connectStream left right
  751. 2262.66 s [conduit] | ^^
  752. 2262.66 s [conduit]
  753. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
  754. 2262.66 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  755. 2262.66 s [conduit] Deprecated: "Use runConduit and .|"
  756. 2262.66 s [conduit] |
  757. 2262.66 s [conduit] 154 | unstream left $$ right = connectStream1 left right
  758. 2262.66 s [conduit] | ^^
  759. 2262.66 s [conduit]
  760. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  761. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
  762. 2262.66 s [conduit] because ‘.|’ might inline first
  763. 2262.66 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  764. 2262.66 s [conduit] |
  765. 2262.66 s [conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
  766. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  767. 2262.66 s [conduit]
  768. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
  769. 2262.66 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  770. 2262.66 s [conduit] Deprecated: "Use .|"
  771. 2262.66 s [conduit] |
  772. 2262.66 s [conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
  773. 2262.66 s [conduit] | ^^^
  774. 2262.66 s [conduit]
  775. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  776. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
  777. 2262.66 s [conduit] because ‘fuse’ might inline first
  778. 2262.66 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  779. 2262.66 s [conduit] |
  780. 2262.66 s [conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
  781. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  782. 2262.66 s [conduit]
  783. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  784. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  785. 2262.66 s [conduit] because ‘.|’ might inline first
  786. 2262.66 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  787. 2262.66 s [conduit] |
  788. 2262.66 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  789. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  790. 2262.66 s [conduit]
  791. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  792. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  793. 2262.66 s [conduit] because ‘runConduitPure’ might inline first
  794. 2262.66 s [conduit] Suggested fix:
  795. 2262.66 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  796. 2262.66 s [conduit] |
  797. 2262.66 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  798. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  799. 2262.66 s [conduit]
  800. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  801. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
  802. 2262.66 s [conduit] because ‘runConduitPure’ might inline first
  803. 2262.66 s [conduit] Suggested fix:
  804. 2262.66 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  805. 2262.66 s [conduit] |
  806. 2262.66 s [conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
  807. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  808. 2262.66 s [conduit]
  809. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
  810. 2262.66 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  811. 2262.66 s [conduit] Deprecated: "Use .|"
  812. 2262.66 s [conduit] |
  813. 2262.66 s [conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
  814. 2262.66 s [conduit] | ^^^
  815. 2262.66 s [conduit]
  816. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  817. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  818. 2262.66 s [conduit] because ‘fuse’ might inline first
  819. 2262.66 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  820. 2262.66 s [conduit] |
  821. 2262.66 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  822. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  823. 2262.66 s [conduit]
  824. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  825. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  826. 2262.66 s [conduit] because ‘runConduitPure’ might inline first
  827. 2262.66 s [conduit] Suggested fix:
  828. 2262.66 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  829. 2262.66 s [conduit] |
  830. 2262.66 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  831. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  832. 2262.66 s [conduit]
  833. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  834. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  835. 2262.66 s [conduit] because ‘.|’ might inline first
  836. 2262.66 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  837. 2262.66 s [conduit] |
  838. 2262.66 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  839. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  840. 2262.66 s [conduit]
  841. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  842. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  843. 2262.66 s [conduit] because ‘runConduitRes’ might inline first
  844. 2262.66 s [conduit] Suggested fix:
  845. 2262.66 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  846. 2262.66 s [conduit] |
  847. 2262.66 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  848. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  849. 2262.66 s [conduit]
  850. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  851. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
  852. 2262.66 s [conduit] because ‘runConduitRes’ might inline first
  853. 2262.66 s [conduit] Suggested fix:
  854. 2262.66 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  855. 2262.66 s [conduit] |
  856. 2262.66 s [conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
  857. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  858. 2262.66 s [conduit]
  859. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
  860. 2262.66 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  861. 2262.66 s [conduit] Deprecated: "Use .|"
  862. 2262.66 s [conduit] |
  863. 2262.66 s [conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
  864. 2262.66 s [conduit] | ^^^
  865. 2262.66 s [conduit]
  866. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  867. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  868. 2262.66 s [conduit] because ‘fuse’ might inline first
  869. 2262.66 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  870. 2262.66 s [conduit] |
  871. 2262.66 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  872. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  873. 2262.66 s [conduit]
  874. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  875. 2262.66 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  876. 2262.66 s [conduit] because ‘runConduitRes’ might inline first
  877. 2262.66 s [conduit] Suggested fix:
  878. 2262.66 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  879. 2262.66 s [conduit] |
  880. 2262.66 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  881. 2262.66 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  882. 2262.66 s [conduit]
  883. 2262.66 s [conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
  884. 2262.66 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  885. 2262.66 s [conduit] Deprecated: "Use runConduit and .|"
  886. 2262.66 s [conduit] |
  887. 2262.66 s [conduit] 214 | left $$ unstream right = connectStream2 left right
  888. 2262.66 s [conduit] | ^^
  889. 2262.66 s [conduit]
  890. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  891. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
  892. 2262.67 s [conduit] because ‘.|’ might inline first
  893. 2262.67 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  894. 2262.67 s [conduit] |
  895. 2262.67 s [conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
  896. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  897. 2262.67 s [conduit]
  898. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  899. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
  900. 2262.67 s [conduit] because ‘fuse’ might inline first
  901. 2262.67 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  902. 2262.67 s [conduit] |
  903. 2262.67 s [conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
  904. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  905. 2262.67 s [conduit]
  906. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
  907. 2262.67 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  908. 2262.67 s [conduit] Deprecated: "Use .|"
  909. 2262.67 s [conduit] |
  910. 2262.67 s [conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
  911. 2262.67 s [conduit] | ^^^
  912. 2262.67 s [conduit]
  913. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  914. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  915. 2262.67 s [conduit] because ‘.|’ might inline first
  916. 2262.67 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  917. 2262.67 s [conduit] |
  918. 2262.67 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  919. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  920. 2262.67 s [conduit]
  921. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  922. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  923. 2262.67 s [conduit] because ‘runConduitPure’ might inline first
  924. 2262.67 s [conduit] Suggested fix:
  925. 2262.67 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  926. 2262.67 s [conduit] |
  927. 2262.67 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  928. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  929. 2262.67 s [conduit]
  930. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  931. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  932. 2262.67 s [conduit] because ‘fuse’ might inline first
  933. 2262.67 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  934. 2262.67 s [conduit] |
  935. 2262.67 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  936. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  937. 2262.67 s [conduit]
  938. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  939. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  940. 2262.67 s [conduit] because ‘runConduitPure’ might inline first
  941. 2262.67 s [conduit] Suggested fix:
  942. 2262.67 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  943. 2262.67 s [conduit] |
  944. 2262.67 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  945. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  946. 2262.67 s [conduit]
  947. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  948. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
  949. 2262.67 s [conduit] because ‘runConduitPure’ might inline first
  950. 2262.67 s [conduit] Suggested fix:
  951. 2262.67 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  952. 2262.67 s [conduit] |
  953. 2262.67 s [conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
  954. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  955. 2262.67 s [conduit]
  956. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
  957. 2262.67 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  958. 2262.67 s [conduit] Deprecated: "Use .|"
  959. 2262.67 s [conduit] |
  960. 2262.67 s [conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
  961. 2262.67 s [conduit] | ^^^
  962. 2262.67 s [conduit]
  963. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  964. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  965. 2262.67 s [conduit] because ‘.|’ might inline first
  966. 2262.67 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  967. 2262.67 s [conduit] |
  968. 2262.67 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  969. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  970. 2262.67 s [conduit]
  971. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  972. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  973. 2262.67 s [conduit] because ‘runConduitRes’ might inline first
  974. 2262.67 s [conduit] Suggested fix:
  975. 2262.67 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  976. 2262.67 s [conduit] |
  977. 2262.67 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  978. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  979. 2262.67 s [conduit]
  980. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  981. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  982. 2262.67 s [conduit] because ‘fuse’ might inline first
  983. 2262.67 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  984. 2262.67 s [conduit] |
  985. 2262.67 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  986. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  987. 2262.67 s [conduit]
  988. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  989. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  990. 2262.67 s [conduit] because ‘runConduitRes’ might inline first
  991. 2262.67 s [conduit] Suggested fix:
  992. 2262.67 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  993. 2262.67 s [conduit] |
  994. 2262.67 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  995. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  996. 2262.67 s [conduit]
  997. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  998. 2262.67 s [conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
  999. 2262.67 s [conduit] because ‘runConduitRes’ might inline first
  1000. 2262.67 s [conduit] Suggested fix:
  1001. 2262.67 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1002. 2262.67 s [conduit] |
  1003. 2262.67 s [conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
  1004. 2262.67 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1005. 2262.67 s [conduit]
  1006. 2262.67 s [conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
  1007. 2262.67 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1008. 2262.67 s [conduit] Deprecated: "Use .|"
  1009. 2262.67 s [conduit] |
  1010. 2262.67 s [conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
  1011. 2262.67 s [conduit] | ^^^
  1012. 2262.67 s [conduit]
  1013. 2262.76 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 )
  1014. 2263.15 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 )
  1015. 2263.28 s [conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1016. 2263.28 s [conduit] The use of ‘~’ without TypeOperators
  1017. 2263.28 s [conduit] will become an error in a future GHC release.
  1018. 2263.28 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1019. 2263.28 s [conduit] |
  1020. 2263.28 s [conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
  1021. 2263.28 s [conduit] | ^
  1022. 2263.28 s [conduit]
  1023. 2263.65 s [conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.o, dist/build/Data/Conduit.dyn_o )
  1024. 2263.65 s [conduit] src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
  1025. 2263.65 s [conduit] The import of ‘Data.Functor.Identity’ is redundant
  1026. 2263.65 s [conduit] except perhaps to import instances from ‘Data.Functor.Identity’
  1027. 2263.65 s [conduit] To import instances alone, use: import Data.Functor.Identity()
  1028. 2263.65 s [conduit] |
  1029. 2263.65 s [conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
  1030. 2263.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1031. 2263.65 s [conduit]
  1032. 2263.65 s [conduit] src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
  1033. 2263.65 s [conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
  1034. 2263.65 s [conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
  1035. 2263.65 s [conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
  1036. 2263.65 s [conduit] |
  1037. 2263.65 s [conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
  1038. 2263.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1039. 2263.65 s [conduit]
  1040. 2263.65 s [conduit] src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
  1041. 2263.65 s [conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
  1042. 2263.65 s [conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
  1043. 2263.65 s [conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
  1044. 2263.65 s [conduit] |
  1045. 2263.65 s [conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
  1046. 2263.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1047. 2263.65 s [conduit]
  1048. 2263.65 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 )
  1049. 2263.65 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 )
  1050. 2263.65 s [conduit] src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
  1051. 2263.65 s [conduit] The import of ‘Data.Monoid’ is redundant
  1052. 2263.65 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  1053. 2263.65 s [conduit] To import instances alone, use: import Data.Monoid()
  1054. 2263.65 s [conduit] |
  1055. 2263.65 s [conduit] 67 | import Data.Monoid (Monoid(..))
  1056. 2263.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1057. 2263.65 s [conduit]
  1058. 2263.65 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 )
  1059. 2263.65 s [conduit] src/Data/Conduit/List.hs:336:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1060. 2263.65 s [conduit] Rule "conduit: $$ fold" may never fire
  1061. 2263.65 s [conduit] because ‘.|’ might inline first
  1062. 2263.65 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1063. 2263.65 s [conduit] |
  1064. 2263.65 s [conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
  1065. 2263.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1066. 2263.65 s [conduit]
  1067. 2263.65 s [conduit] src/Data/Conduit/List.hs:352:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1068. 2263.65 s [conduit] Rule "conduit: $$ foldM" may never fire
  1069. 2263.65 s [conduit] because ‘.|’ might inline first
  1070. 2263.65 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1071. 2263.65 s [conduit] |
  1072. 2263.65 s [conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
  1073. 2263.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1074. 2263.65 s [conduit]
  1075. 2263.65 s [conduit] src/Data/Conduit/List.hs:395:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1076. 2263.65 s [conduit] Rule "conduit: connect to mapM_" may never fire
  1077. 2263.65 s [conduit] because ‘.|’ might inline first
  1078. 2263.65 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1079. 2263.65 s [conduit] |
  1080. 2263.65 s [conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
  1081. 2263.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1082. 2263.65 s [conduit]
  1083. 2263.65 s [conduit] src/Data/Conduit/List.hs:836:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1084. 2263.65 s [conduit] Rule "conduit: source/filter fusion .|" may never fire
  1085. 2263.65 s [conduit] because ‘.|’ might inline first
  1086. 2263.65 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1087. 2263.65 s [conduit] |
  1088. 2263.65 s [conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
  1089. 2263.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1090. 2263.65 s [conduit]
  1091. 2263.65 s [conduit] src/Data/Conduit/List.hs:860:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1092. 2263.65 s [conduit] Rule "conduit: connect to sinkNull" may never fire
  1093. 2263.65 s [conduit] because ‘.|’ might inline first
  1094. 2263.65 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1095. 2263.65 s [conduit] |
  1096. 2263.65 s [conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
  1097. 2263.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1098. 2263.65 s [conduit]
  1099. 2263.87 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 )
  1100. 2263.87 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 )
  1101. 2263.87 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 )
  1102. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1103. 2264.01 s [conduit] The use of ‘~’ without TypeOperators
  1104. 2264.01 s [conduit] will become an error in a future GHC release.
  1105. 2264.01 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1106. 2264.01 s [conduit] |
  1107. 2264.01 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  1108. 2264.01 s [conduit] | ^
  1109. 2264.01 s [conduit]
  1110. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1111. 2264.01 s [conduit] • The ‘~’ operator is out of scope.
  1112. 2264.01 s [conduit] Assuming it to stand for an equality constraint.
  1113. 2264.01 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1114. 2264.01 s [conduit] exported from Data.Type.Equality and Prelude.
  1115. 2264.01 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1116. 2264.01 s [conduit] • This will become an error in a future GHC release.
  1117. 2264.01 s [conduit] |
  1118. 2264.01 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  1119. 2264.01 s [conduit] | ^
  1120. 2264.01 s [conduit]
  1121. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1122. 2264.01 s [conduit] The use of ‘~’ without TypeOperators
  1123. 2264.01 s [conduit] will become an error in a future GHC release.
  1124. 2264.01 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1125. 2264.01 s [conduit] |
  1126. 2264.01 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  1127. 2264.01 s [conduit] | ^
  1128. 2264.01 s [conduit]
  1129. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1130. 2264.01 s [conduit] • The ‘~’ operator is out of scope.
  1131. 2264.01 s [conduit] Assuming it to stand for an equality constraint.
  1132. 2264.01 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1133. 2264.01 s [conduit] exported from Data.Type.Equality and Prelude.
  1134. 2264.01 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1135. 2264.01 s [conduit] • This will become an error in a future GHC release.
  1136. 2264.01 s [conduit] |
  1137. 2264.01 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  1138. 2264.01 s [conduit] | ^
  1139. 2264.01 s [conduit]
  1140. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1141. 2264.01 s [conduit] The use of ‘~’ without TypeOperators
  1142. 2264.01 s [conduit] will become an error in a future GHC release.
  1143. 2264.01 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1144. 2264.01 s [conduit] |
  1145. 2264.01 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1146. 2264.01 s [conduit] | ^
  1147. 2264.01 s [conduit]
  1148. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1149. 2264.01 s [conduit] • The ‘~’ operator is out of scope.
  1150. 2264.01 s [conduit] Assuming it to stand for an equality constraint.
  1151. 2264.01 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1152. 2264.01 s [conduit] exported from Data.Type.Equality and Prelude.
  1153. 2264.01 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1154. 2264.01 s [conduit] • This will become an error in a future GHC release.
  1155. 2264.01 s [conduit] |
  1156. 2264.01 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1157. 2264.01 s [conduit] | ^
  1158. 2264.01 s [conduit]
  1159. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1160. 2264.01 s [conduit] The use of ‘~’ without TypeOperators
  1161. 2264.01 s [conduit] will become an error in a future GHC release.
  1162. 2264.01 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1163. 2264.01 s [conduit] |
  1164. 2264.01 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1165. 2264.01 s [conduit] | ^
  1166. 2264.01 s [conduit]
  1167. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1168. 2264.01 s [conduit] • The ‘~’ operator is out of scope.
  1169. 2264.01 s [conduit] Assuming it to stand for an equality constraint.
  1170. 2264.01 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1171. 2264.01 s [conduit] exported from Data.Type.Equality and Prelude.
  1172. 2264.01 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1173. 2264.01 s [conduit] • This will become an error in a future GHC release.
  1174. 2264.01 s [conduit] |
  1175. 2264.01 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1176. 2264.01 s [conduit] | ^
  1177. 2264.01 s [conduit]
  1178. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1179. 2264.01 s [conduit] The use of ‘~’ without TypeOperators
  1180. 2264.01 s [conduit] will become an error in a future GHC release.
  1181. 2264.01 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1182. 2264.01 s [conduit] |
  1183. 2264.01 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  1184. 2264.01 s [conduit] | ^
  1185. 2264.01 s [conduit]
  1186. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1187. 2264.01 s [conduit] • The ‘~’ operator is out of scope.
  1188. 2264.01 s [conduit] Assuming it to stand for an equality constraint.
  1189. 2264.01 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1190. 2264.01 s [conduit] exported from Data.Type.Equality and Prelude.
  1191. 2264.01 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1192. 2264.01 s [conduit] • This will become an error in a future GHC release.
  1193. 2264.01 s [conduit] |
  1194. 2264.01 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  1195. 2264.01 s [conduit] | ^
  1196. 2264.01 s [conduit]
  1197. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1198. 2264.01 s [conduit] The use of ‘~’ without TypeOperators
  1199. 2264.01 s [conduit] will become an error in a future GHC release.
  1200. 2264.01 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1201. 2264.01 s [conduit] |
  1202. 2264.01 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1203. 2264.01 s [conduit] | ^
  1204. 2264.01 s [conduit]
  1205. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1206. 2264.01 s [conduit] • The ‘~’ operator is out of scope.
  1207. 2264.01 s [conduit] Assuming it to stand for an equality constraint.
  1208. 2264.01 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1209. 2264.01 s [conduit] exported from Data.Type.Equality and Prelude.
  1210. 2264.01 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1211. 2264.01 s [conduit] • This will become an error in a future GHC release.
  1212. 2264.01 s [conduit] |
  1213. 2264.01 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1214. 2264.01 s [conduit] | ^
  1215. 2264.01 s [conduit]
  1216. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1217. 2264.01 s [conduit] The use of ‘~’ without TypeOperators
  1218. 2264.01 s [conduit] will become an error in a future GHC release.
  1219. 2264.01 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1220. 2264.01 s [conduit] |
  1221. 2264.01 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1222. 2264.01 s [conduit] | ^
  1223. 2264.01 s [conduit]
  1224. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1225. 2264.01 s [conduit] • The ‘~’ operator is out of scope.
  1226. 2264.01 s [conduit] Assuming it to stand for an equality constraint.
  1227. 2264.01 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1228. 2264.01 s [conduit] exported from Data.Type.Equality and Prelude.
  1229. 2264.01 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1230. 2264.01 s [conduit] • This will become an error in a future GHC release.
  1231. 2264.01 s [conduit] |
  1232. 2264.01 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1233. 2264.01 s [conduit] | ^
  1234. 2264.01 s [conduit]
  1235. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1236. 2264.01 s [conduit] The use of ‘~’ without TypeOperators
  1237. 2264.01 s [conduit] will become an error in a future GHC release.
  1238. 2264.01 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1239. 2264.01 s [conduit] |
  1240. 2264.01 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  1241. 2264.01 s [conduit] | ^
  1242. 2264.01 s [conduit]
  1243. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1244. 2264.01 s [conduit] • The ‘~’ operator is out of scope.
  1245. 2264.01 s [conduit] Assuming it to stand for an equality constraint.
  1246. 2264.01 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1247. 2264.01 s [conduit] exported from Data.Type.Equality and Prelude.
  1248. 2264.01 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1249. 2264.01 s [conduit] • This will become an error in a future GHC release.
  1250. 2264.01 s [conduit] |
  1251. 2264.01 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  1252. 2264.01 s [conduit] | ^
  1253. 2264.01 s [conduit]
  1254. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1255. 2264.01 s [conduit] The use of ‘~’ without TypeOperators
  1256. 2264.01 s [conduit] will become an error in a future GHC release.
  1257. 2264.01 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1258. 2264.01 s [conduit] |
  1259. 2264.01 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  1260. 2264.01 s [conduit] | ^
  1261. 2264.01 s [conduit]
  1262. 2264.01 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1263. 2264.01 s [conduit] • The ‘~’ operator is out of scope.
  1264. 2264.01 s [conduit] Assuming it to stand for an equality constraint.
  1265. 2264.01 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1266. 2264.01 s [conduit] exported from Data.Type.Equality and Prelude.
  1267. 2264.01 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1268. 2264.01 s [conduit] • This will become an error in a future GHC release.
  1269. 2264.01 s [conduit] |
  1270. 2264.01 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  1271. 2264.02 s [conduit] | ^
  1272. 2264.02 s [conduit]
  1273. 2264.02 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1274. 2264.02 s [conduit] The use of ‘~’ without TypeOperators
  1275. 2264.02 s [conduit] will become an error in a future GHC release.
  1276. 2264.02 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1277. 2264.02 s [conduit] |
  1278. 2264.02 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1279. 2264.02 s [conduit] | ^
  1280. 2264.02 s [conduit]
  1281. 2264.02 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1282. 2264.02 s [conduit] • The ‘~’ operator is out of scope.
  1283. 2264.02 s [conduit] Assuming it to stand for an equality constraint.
  1284. 2264.02 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1285. 2264.02 s [conduit] exported from Data.Type.Equality and Prelude.
  1286. 2264.02 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1287. 2264.02 s [conduit] • This will become an error in a future GHC release.
  1288. 2264.02 s [conduit] |
  1289. 2264.02 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1290. 2264.02 s [conduit] | ^
  1291. 2264.02 s [conduit]
  1292. 2264.02 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1293. 2264.02 s [conduit] The use of ‘~’ without TypeOperators
  1294. 2264.02 s [conduit] will become an error in a future GHC release.
  1295. 2264.02 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1296. 2264.02 s [conduit] |
  1297. 2264.02 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1298. 2264.02 s [conduit] | ^
  1299. 2264.02 s [conduit]
  1300. 2264.02 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1301. 2264.02 s [conduit] • The ‘~’ operator is out of scope.
  1302. 2264.02 s [conduit] Assuming it to stand for an equality constraint.
  1303. 2264.02 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1304. 2264.02 s [conduit] exported from Data.Type.Equality and Prelude.
  1305. 2264.02 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1306. 2264.02 s [conduit] • This will become an error in a future GHC release.
  1307. 2264.02 s [conduit] |
  1308. 2264.02 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1309. 2264.02 s [conduit] | ^
  1310. 2264.02 s [conduit]
  1311. 2264.02 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1312. 2264.02 s [conduit] The use of ‘~’ without TypeOperators
  1313. 2264.02 s [conduit] will become an error in a future GHC release.
  1314. 2264.02 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1315. 2264.02 s [conduit] |
  1316. 2264.02 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  1317. 2264.02 s [conduit] | ^
  1318. 2264.02 s [conduit]
  1319. 2264.02 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1320. 2264.02 s [conduit] • The ‘~’ operator is out of scope.
  1321. 2264.02 s [conduit] Assuming it to stand for an equality constraint.
  1322. 2264.02 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1323. 2264.02 s [conduit] exported from Data.Type.Equality and Prelude.
  1324. 2264.02 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1325. 2264.02 s [conduit] • This will become an error in a future GHC release.
  1326. 2264.02 s [conduit] |
  1327. 2264.02 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  1328. 2264.02 s [conduit] | ^
  1329. 2264.02 s [conduit]
  1330. 2266.90 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 )
  1331. 2266.93 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1332. 2266.93 s [conduit] The use of ‘~’ without TypeOperators
  1333. 2266.93 s [conduit] will become an error in a future GHC release.
  1334. 2266.93 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1335. 2266.93 s [conduit] |
  1336. 2266.93 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1337. 2266.93 s [conduit] | ^
  1338. 2266.93 s [conduit]
  1339. 2266.93 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1340. 2266.93 s [conduit] • The ‘~’ operator is out of scope.
  1341. 2266.93 s [conduit] Assuming it to stand for an equality constraint.
  1342. 2266.93 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1343. 2266.93 s [conduit] exported from Data.Type.Equality and Prelude.
  1344. 2266.93 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1345. 2266.93 s [conduit] • This will become an error in a future GHC release.
  1346. 2266.93 s [conduit] |
  1347. 2266.93 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1348. 2266.93 s [conduit] | ^
  1349. 2266.93 s [conduit]
  1350. 2266.93 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1351. 2266.93 s [conduit] The use of ‘~’ without TypeOperators
  1352. 2266.93 s [conduit] will become an error in a future GHC release.
  1353. 2266.93 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1354. 2266.93 s [conduit] |
  1355. 2266.93 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1356. 2266.93 s [conduit] | ^
  1357. 2266.93 s [conduit]
  1358. 2266.93 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1359. 2266.93 s [conduit] • The ‘~’ operator is out of scope.
  1360. 2266.93 s [conduit] Assuming it to stand for an equality constraint.
  1361. 2266.93 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1362. 2266.93 s [conduit] exported from Data.Type.Equality and Prelude.
  1363. 2266.93 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1364. 2266.93 s [conduit] • This will become an error in a future GHC release.
  1365. 2266.93 s [conduit] |
  1366. 2266.93 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1367. 2266.93 s [conduit] | ^
  1368. 2266.93 s [conduit]
  1369. 2266.93 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1370. 2266.93 s [conduit] The use of ‘~’ without TypeOperators
  1371. 2266.93 s [conduit] will become an error in a future GHC release.
  1372. 2266.93 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1373. 2266.93 s [conduit] |
  1374. 2266.93 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  1375. 2266.93 s [conduit] | ^
  1376. 2266.93 s [conduit]
  1377. 2266.93 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1378. 2266.93 s [conduit] • The ‘~’ operator is out of scope.
  1379. 2266.93 s [conduit] Assuming it to stand for an equality constraint.
  1380. 2266.93 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1381. 2266.93 s [conduit] exported from Data.Type.Equality and Prelude.
  1382. 2266.93 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1383. 2266.93 s [conduit] • This will become an error in a future GHC release.
  1384. 2266.93 s [conduit] |
  1385. 2266.93 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  1386. 2266.93 s [conduit] | ^
  1387. 2266.93 s [conduit]
  1388. 2266.93 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1389. 2266.93 s [conduit] The use of ‘~’ without TypeOperators
  1390. 2266.93 s [conduit] will become an error in a future GHC release.
  1391. 2266.93 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1392. 2266.93 s [conduit] |
  1393. 2266.93 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1394. 2266.93 s [conduit] | ^
  1395. 2266.93 s [conduit]
  1396. 2266.93 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1397. 2266.93 s [conduit] • The ‘~’ operator is out of scope.
  1398. 2266.93 s [conduit] Assuming it to stand for an equality constraint.
  1399. 2266.93 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1400. 2266.94 s [conduit] exported from Data.Type.Equality and Prelude.
  1401. 2266.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1402. 2266.94 s [conduit] • This will become an error in a future GHC release.
  1403. 2266.94 s [conduit] |
  1404. 2266.94 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1405. 2266.94 s [conduit] | ^
  1406. 2266.94 s [conduit]
  1407. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1408. 2266.94 s [conduit] The use of ‘~’ without TypeOperators
  1409. 2266.94 s [conduit] will become an error in a future GHC release.
  1410. 2266.94 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1411. 2266.94 s [conduit] |
  1412. 2266.94 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1413. 2266.94 s [conduit] | ^
  1414. 2266.94 s [conduit]
  1415. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1416. 2266.94 s [conduit] • The ‘~’ operator is out of scope.
  1417. 2266.94 s [conduit] Assuming it to stand for an equality constraint.
  1418. 2266.94 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1419. 2266.94 s [conduit] exported from Data.Type.Equality and Prelude.
  1420. 2266.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1421. 2266.94 s [conduit] • This will become an error in a future GHC release.
  1422. 2266.94 s [conduit] |
  1423. 2266.94 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1424. 2266.94 s [conduit] | ^
  1425. 2266.94 s [conduit]
  1426. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1427. 2266.94 s [conduit] The use of ‘~’ without TypeOperators
  1428. 2266.94 s [conduit] will become an error in a future GHC release.
  1429. 2266.94 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1430. 2266.94 s [conduit] |
  1431. 2266.94 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  1432. 2266.94 s [conduit] | ^
  1433. 2266.94 s [conduit]
  1434. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1435. 2266.94 s [conduit] • The ‘~’ operator is out of scope.
  1436. 2266.94 s [conduit] Assuming it to stand for an equality constraint.
  1437. 2266.94 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1438. 2266.94 s [conduit] exported from Data.Type.Equality and Prelude.
  1439. 2266.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1440. 2266.94 s [conduit] • This will become an error in a future GHC release.
  1441. 2266.94 s [conduit] |
  1442. 2266.94 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  1443. 2266.94 s [conduit] | ^
  1444. 2266.94 s [conduit]
  1445. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1446. 2266.94 s [conduit] The use of ‘~’ without TypeOperators
  1447. 2266.94 s [conduit] will become an error in a future GHC release.
  1448. 2266.94 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1449. 2266.94 s [conduit] |
  1450. 2266.94 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  1451. 2266.94 s [conduit] | ^
  1452. 2266.94 s [conduit]
  1453. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1454. 2266.94 s [conduit] • The ‘~’ operator is out of scope.
  1455. 2266.94 s [conduit] Assuming it to stand for an equality constraint.
  1456. 2266.94 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1457. 2266.94 s [conduit] exported from Data.Type.Equality and Prelude.
  1458. 2266.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1459. 2266.94 s [conduit] • This will become an error in a future GHC release.
  1460. 2266.94 s [conduit] |
  1461. 2266.94 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  1462. 2266.94 s [conduit] | ^
  1463. 2266.94 s [conduit]
  1464. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1465. 2266.94 s [conduit] The use of ‘~’ without TypeOperators
  1466. 2266.94 s [conduit] will become an error in a future GHC release.
  1467. 2266.94 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1468. 2266.94 s [conduit] |
  1469. 2266.94 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1470. 2266.94 s [conduit] | ^
  1471. 2266.94 s [conduit]
  1472. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1473. 2266.94 s [conduit] • The ‘~’ operator is out of scope.
  1474. 2266.94 s [conduit] Assuming it to stand for an equality constraint.
  1475. 2266.94 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1476. 2266.94 s [conduit] exported from Data.Type.Equality and Prelude.
  1477. 2266.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1478. 2266.94 s [conduit] • This will become an error in a future GHC release.
  1479. 2266.94 s [conduit] |
  1480. 2266.94 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1481. 2266.94 s [conduit] | ^
  1482. 2266.94 s [conduit]
  1483. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1484. 2266.94 s [conduit] The use of ‘~’ without TypeOperators
  1485. 2266.94 s [conduit] will become an error in a future GHC release.
  1486. 2266.94 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1487. 2266.94 s [conduit] |
  1488. 2266.94 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1489. 2266.94 s [conduit] | ^
  1490. 2266.94 s [conduit]
  1491. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1492. 2266.94 s [conduit] • The ‘~’ operator is out of scope.
  1493. 2266.94 s [conduit] Assuming it to stand for an equality constraint.
  1494. 2266.94 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1495. 2266.94 s [conduit] exported from Data.Type.Equality and Prelude.
  1496. 2266.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1497. 2266.94 s [conduit] • This will become an error in a future GHC release.
  1498. 2266.94 s [conduit] |
  1499. 2266.94 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1500. 2266.94 s [conduit] | ^
  1501. 2266.94 s [conduit]
  1502. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1503. 2266.94 s [conduit] The use of ‘~’ without TypeOperators
  1504. 2266.94 s [conduit] will become an error in a future GHC release.
  1505. 2266.94 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1506. 2266.94 s [conduit] |
  1507. 2266.94 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  1508. 2266.94 s [conduit] | ^
  1509. 2266.94 s [conduit]
  1510. 2266.94 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1511. 2266.94 s [conduit] • The ‘~’ operator is out of scope.
  1512. 2266.94 s [conduit] Assuming it to stand for an equality constraint.
  1513. 2266.94 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1514. 2266.94 s [conduit] exported from Data.Type.Equality and Prelude.
  1515. 2266.94 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1516. 2266.94 s [conduit] • This will become an error in a future GHC release.
  1517. 2266.94 s [conduit] |
  1518. 2266.94 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  1519. 2266.94 s [conduit] | ^
  1520. 2266.94 s [conduit]
  1521. 2267.39 s [conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.o, dist/build/Conduit.dyn_o )
  1522. 2267.84 s [conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, dist/build/Data/Conduit/Internal/Pipe.p_o )
  1523. 2268.00 s [conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
  1524. 2268.00 s [conduit] The import of ‘Control.Applicative’ is redundant
  1525. 2268.00 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  1526. 2268.00 s [conduit] To import instances alone, use: import Control.Applicative()
  1527. 2268.00 s [conduit] |
  1528. 2268.00 s [conduit] 48 | import Control.Applicative (Applicative (..))
  1529. 2268.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1530. 2268.00 s [conduit]
  1531. 2268.00 s [conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
  1532. 2268.00 s [conduit] The import of ‘MonadUnliftIO’
  1533. 2268.00 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  1534. 2268.00 s [conduit] |
  1535. 2268.00 s [conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  1536. 2268.00 s [conduit] | ^^^^^^^^^^^^^
  1537. 2268.00 s [conduit]
  1538. 2268.00 s [conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
  1539. 2268.00 s [conduit] The import of ‘Data.Monoid’ is redundant
  1540. 2268.00 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  1541. 2268.00 s [conduit] To import instances alone, use: import Data.Monoid()
  1542. 2268.00 s [conduit] |
  1543. 2268.00 s [conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
  1544. 2268.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1545. 2268.00 s [conduit]
  1546. 2268.00 s [conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
  1547. 2268.00 s [conduit] The import of ‘Data.Semigroup’ is redundant
  1548. 2268.00 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  1549. 2268.00 s [conduit] To import instances alone, use: import Data.Semigroup()
  1550. 2268.00 s [conduit] |
  1551. 2268.00 s [conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
  1552. 2268.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1553. 2268.00 s [conduit]
  1554. 2268.00 s [conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1555. 2268.00 s [conduit] Rule "conduit: CI.await >>= maybe" may never fire
  1556. 2268.00 s [conduit] because ‘maybe’ might inline first
  1557. 2268.00 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  1558. 2268.00 s [conduit] |
  1559. 2268.00 s [conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
  1560. 2268.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1561. 2268.00 s [conduit]
  1562. 2268.00 s [conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1563. 2268.00 s [conduit] Rule "conduit: awaitE >>= either" may never fire
  1564. 2268.00 s [conduit] because ‘either’ might inline first
  1565. 2268.00 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
  1566. 2268.00 s [conduit] |
  1567. 2268.00 s [conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
  1568. 2268.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1569. 2268.00 s [conduit]
  1570. 2268.72 s [conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, dist/build/Data/Conduit/Internal/Conduit.p_o )
  1571. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  1572. 2268.87 s [conduit] The import of ‘Control.Applicative’ is redundant
  1573. 2268.87 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  1574. 2268.87 s [conduit] To import instances alone, use: import Control.Applicative()
  1575. 2268.87 s [conduit] |
  1576. 2268.87 s [conduit] 93 | import Control.Applicative (Applicative (..))
  1577. 2268.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1578. 2268.87 s [conduit]
  1579. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
  1580. 2268.87 s [conduit] The import of ‘MonadUnliftIO’
  1581. 2268.87 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  1582. 2268.87 s [conduit] |
  1583. 2268.87 s [conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  1584. 2268.87 s [conduit] | ^^^^^^^^^^^^^
  1585. 2268.87 s [conduit]
  1586. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
  1587. 2268.87 s [conduit] The import of ‘Data.Monoid’ is redundant
  1588. 2268.87 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  1589. 2268.87 s [conduit] To import instances alone, use: import Data.Monoid()
  1590. 2268.87 s [conduit] |
  1591. 2268.87 s [conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
  1592. 2268.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1593. 2268.87 s [conduit]
  1594. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
  1595. 2268.87 s [conduit] The import of ‘Data.Semigroup’ is redundant
  1596. 2268.87 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  1597. 2268.87 s [conduit] To import instances alone, use: import Data.Semigroup()
  1598. 2268.87 s [conduit] |
  1599. 2268.87 s [conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
  1600. 2268.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1601. 2268.87 s [conduit]
  1602. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
  1603. 2268.87 s [conduit] The import of ‘Data.Traversable’ is redundant
  1604. 2268.87 s [conduit] except perhaps to import instances from ‘Data.Traversable’
  1605. 2268.87 s [conduit] To import instances alone, use: import Data.Traversable()
  1606. 2268.87 s [conduit] |
  1607. 2268.87 s [conduit] 114 | import Data.Traversable (Traversable (..))
  1608. 2268.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1609. 2268.87 s [conduit]
  1610. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
  1611. 2268.87 s [conduit] This binding for ‘p’ shadows the existing binding
  1612. 2268.87 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  1613. 2268.87 s [conduit] |
  1614. 2268.87 s [conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
  1615. 2268.87 s [conduit] | ^
  1616. 2268.87 s [conduit]
  1617. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
  1618. 2268.87 s [conduit] This binding for ‘p’ shadows the existing binding
  1619. 2268.87 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  1620. 2268.87 s [conduit] |
  1621. 2268.87 s [conduit] 743 | go (Leftover p ()) = go p
  1622. 2268.87 s [conduit] | ^
  1623. 2268.87 s [conduit]
  1624. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
  1625. 2268.87 s [conduit] This binding for ‘p’ shadows the existing binding
  1626. 2268.87 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  1627. 2268.87 s [conduit] |
  1628. 2268.87 s [conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
  1629. 2268.87 s [conduit] | ^
  1630. 2268.87 s [conduit]
  1631. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
  1632. 2268.87 s [conduit] This binding for ‘p’ shadows the existing binding
  1633. 2268.87 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  1634. 2268.87 s [conduit] |
  1635. 2268.87 s [conduit] 760 | go (Leftover p ()) = go p
  1636. 2268.87 s [conduit] | ^
  1637. 2268.87 s [conduit]
  1638. 2268.87 s [conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1639. 2268.87 s [conduit] Rule "conduit: await >>= maybe" may never fire
  1640. 2268.87 s [conduit] because ‘maybe’ might inline first
  1641. 2268.87 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  1642. 2268.87 s [conduit] |
  1643. 2268.87 s [conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
  1644. 2268.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1645. 2268.87 s [conduit]
  1646. 2269.73 s [conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, dist/build/Data/Conduit/Internal/Fusion.p_o )
  1647. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1648. 2269.75 s [conduit] Rule "conduit: fuseStream (.|)" may never fire
  1649. 2269.75 s [conduit] because ‘.|’ might inline first
  1650. 2269.75 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1651. 2269.75 s [conduit] |
  1652. 2269.75 s [conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
  1653. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1654. 2269.75 s [conduit]
  1655. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1656. 2269.75 s [conduit] Rule "conduit: fuseStream (fuse)" may never fire
  1657. 2269.75 s [conduit] because ‘fuse’ might inline first
  1658. 2269.75 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1659. 2269.75 s [conduit] |
  1660. 2269.75 s [conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
  1661. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1662. 2269.75 s [conduit]
  1663. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
  1664. 2269.75 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1665. 2269.75 s [conduit] Deprecated: "Use .|"
  1666. 2269.75 s [conduit] |
  1667. 2269.75 s [conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
  1668. 2269.75 s [conduit] | ^^^
  1669. 2269.75 s [conduit]
  1670. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1671. 2269.75 s [conduit] Rule "conduit: runStream (pure)" may never fire
  1672. 2269.75 s [conduit] because ‘runConduitPure’ might inline first
  1673. 2269.75 s [conduit] Suggested fix:
  1674. 2269.75 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1675. 2269.75 s [conduit] |
  1676. 2269.75 s [conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
  1677. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1678. 2269.75 s [conduit]
  1679. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1680. 2269.75 s [conduit] Rule "conduit: runStream (ResourceT)" may never fire
  1681. 2269.75 s [conduit] because ‘runConduitRes’ might inline first
  1682. 2269.75 s [conduit] Suggested fix:
  1683. 2269.75 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1684. 2269.75 s [conduit] |
  1685. 2269.75 s [conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
  1686. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1687. 2269.75 s [conduit]
  1688. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
  1689. 2269.75 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  1690. 2269.75 s [conduit] Deprecated: "Use runConduit and .|"
  1691. 2269.75 s [conduit] |
  1692. 2269.75 s [conduit] 129 | unstream left $$ unstream right = connectStream left right
  1693. 2269.75 s [conduit] | ^^
  1694. 2269.75 s [conduit]
  1695. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
  1696. 2269.75 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  1697. 2269.75 s [conduit] Deprecated: "Use runConduit and .|"
  1698. 2269.75 s [conduit] |
  1699. 2269.75 s [conduit] 154 | unstream left $$ right = connectStream1 left right
  1700. 2269.75 s [conduit] | ^^
  1701. 2269.75 s [conduit]
  1702. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1703. 2269.75 s [conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
  1704. 2269.75 s [conduit] because ‘.|’ might inline first
  1705. 2269.75 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1706. 2269.75 s [conduit] |
  1707. 2269.75 s [conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
  1708. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1709. 2269.75 s [conduit]
  1710. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
  1711. 2269.75 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1712. 2269.75 s [conduit] Deprecated: "Use .|"
  1713. 2269.75 s [conduit] |
  1714. 2269.75 s [conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
  1715. 2269.75 s [conduit] | ^^^
  1716. 2269.75 s [conduit]
  1717. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1718. 2269.75 s [conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
  1719. 2269.75 s [conduit] because ‘fuse’ might inline first
  1720. 2269.75 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1721. 2269.75 s [conduit] |
  1722. 2269.75 s [conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
  1723. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1724. 2269.75 s [conduit]
  1725. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1726. 2269.75 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  1727. 2269.75 s [conduit] because ‘.|’ might inline first
  1728. 2269.75 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1729. 2269.75 s [conduit] |
  1730. 2269.75 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  1731. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1732. 2269.75 s [conduit]
  1733. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1734. 2269.75 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  1735. 2269.75 s [conduit] because ‘runConduitPure’ might inline first
  1736. 2269.75 s [conduit] Suggested fix:
  1737. 2269.75 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1738. 2269.75 s [conduit] |
  1739. 2269.75 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  1740. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1741. 2269.75 s [conduit]
  1742. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1743. 2269.75 s [conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
  1744. 2269.75 s [conduit] because ‘runConduitPure’ might inline first
  1745. 2269.75 s [conduit] Suggested fix:
  1746. 2269.75 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1747. 2269.75 s [conduit] |
  1748. 2269.75 s [conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
  1749. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1750. 2269.75 s [conduit]
  1751. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
  1752. 2269.75 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1753. 2269.75 s [conduit] Deprecated: "Use .|"
  1754. 2269.75 s [conduit] |
  1755. 2269.75 s [conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
  1756. 2269.75 s [conduit] | ^^^
  1757. 2269.75 s [conduit]
  1758. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1759. 2269.75 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  1760. 2269.75 s [conduit] because ‘fuse’ might inline first
  1761. 2269.75 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1762. 2269.75 s [conduit] |
  1763. 2269.75 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  1764. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1765. 2269.75 s [conduit]
  1766. 2269.75 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1767. 2269.75 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  1768. 2269.75 s [conduit] because ‘runConduitPure’ might inline first
  1769. 2269.75 s [conduit] Suggested fix:
  1770. 2269.75 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1771. 2269.75 s [conduit] |
  1772. 2269.75 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  1773. 2269.75 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1774. 2269.76 s [conduit]
  1775. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1776. 2269.76 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  1777. 2269.76 s [conduit] because ‘.|’ might inline first
  1778. 2269.76 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1779. 2269.76 s [conduit] |
  1780. 2269.76 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  1781. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1782. 2269.76 s [conduit]
  1783. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1784. 2269.76 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  1785. 2269.76 s [conduit] because ‘runConduitRes’ might inline first
  1786. 2269.76 s [conduit] Suggested fix:
  1787. 2269.76 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1788. 2269.76 s [conduit] |
  1789. 2269.76 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  1790. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1791. 2269.76 s [conduit]
  1792. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1793. 2269.76 s [conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
  1794. 2269.76 s [conduit] because ‘runConduitRes’ might inline first
  1795. 2269.76 s [conduit] Suggested fix:
  1796. 2269.76 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1797. 2269.76 s [conduit] |
  1798. 2269.76 s [conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
  1799. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1800. 2269.76 s [conduit]
  1801. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
  1802. 2269.76 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1803. 2269.76 s [conduit] Deprecated: "Use .|"
  1804. 2269.76 s [conduit] |
  1805. 2269.76 s [conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
  1806. 2269.76 s [conduit] | ^^^
  1807. 2269.76 s [conduit]
  1808. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1809. 2269.76 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  1810. 2269.76 s [conduit] because ‘fuse’ might inline first
  1811. 2269.76 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1812. 2269.76 s [conduit] |
  1813. 2269.76 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  1814. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1815. 2269.76 s [conduit]
  1816. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1817. 2269.76 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  1818. 2269.76 s [conduit] because ‘runConduitRes’ might inline first
  1819. 2269.76 s [conduit] Suggested fix:
  1820. 2269.76 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1821. 2269.76 s [conduit] |
  1822. 2269.76 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  1823. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1824. 2269.76 s [conduit]
  1825. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
  1826. 2269.76 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  1827. 2269.76 s [conduit] Deprecated: "Use runConduit and .|"
  1828. 2269.76 s [conduit] |
  1829. 2269.76 s [conduit] 214 | left $$ unstream right = connectStream2 left right
  1830. 2269.76 s [conduit] | ^^
  1831. 2269.76 s [conduit]
  1832. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1833. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
  1834. 2269.76 s [conduit] because ‘.|’ might inline first
  1835. 2269.76 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1836. 2269.76 s [conduit] |
  1837. 2269.76 s [conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
  1838. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1839. 2269.76 s [conduit]
  1840. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1841. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
  1842. 2269.76 s [conduit] because ‘fuse’ might inline first
  1843. 2269.76 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1844. 2269.76 s [conduit] |
  1845. 2269.76 s [conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
  1846. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1847. 2269.76 s [conduit]
  1848. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
  1849. 2269.76 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1850. 2269.76 s [conduit] Deprecated: "Use .|"
  1851. 2269.76 s [conduit] |
  1852. 2269.76 s [conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
  1853. 2269.76 s [conduit] | ^^^
  1854. 2269.76 s [conduit]
  1855. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1856. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  1857. 2269.76 s [conduit] because ‘.|’ might inline first
  1858. 2269.76 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1859. 2269.76 s [conduit] |
  1860. 2269.76 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  1861. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1862. 2269.76 s [conduit]
  1863. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1864. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  1865. 2269.76 s [conduit] because ‘runConduitPure’ might inline first
  1866. 2269.76 s [conduit] Suggested fix:
  1867. 2269.76 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1868. 2269.76 s [conduit] |
  1869. 2269.76 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  1870. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1871. 2269.76 s [conduit]
  1872. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1873. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  1874. 2269.76 s [conduit] because ‘fuse’ might inline first
  1875. 2269.76 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1876. 2269.76 s [conduit] |
  1877. 2269.76 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  1878. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1879. 2269.76 s [conduit]
  1880. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1881. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  1882. 2269.76 s [conduit] because ‘runConduitPure’ might inline first
  1883. 2269.76 s [conduit] Suggested fix:
  1884. 2269.76 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1885. 2269.76 s [conduit] |
  1886. 2269.76 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  1887. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1888. 2269.76 s [conduit]
  1889. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1890. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
  1891. 2269.76 s [conduit] because ‘runConduitPure’ might inline first
  1892. 2269.76 s [conduit] Suggested fix:
  1893. 2269.76 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1894. 2269.76 s [conduit] |
  1895. 2269.76 s [conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
  1896. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1897. 2269.76 s [conduit]
  1898. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
  1899. 2269.76 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1900. 2269.76 s [conduit] Deprecated: "Use .|"
  1901. 2269.76 s [conduit] |
  1902. 2269.76 s [conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
  1903. 2269.76 s [conduit] | ^^^
  1904. 2269.76 s [conduit]
  1905. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1906. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  1907. 2269.76 s [conduit] because ‘.|’ might inline first
  1908. 2269.76 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1909. 2269.76 s [conduit] |
  1910. 2269.76 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  1911. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1912. 2269.76 s [conduit]
  1913. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1914. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  1915. 2269.76 s [conduit] because ‘runConduitRes’ might inline first
  1916. 2269.76 s [conduit] Suggested fix:
  1917. 2269.76 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1918. 2269.76 s [conduit] |
  1919. 2269.76 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  1920. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1921. 2269.76 s [conduit]
  1922. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1923. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  1924. 2269.76 s [conduit] because ‘fuse’ might inline first
  1925. 2269.76 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1926. 2269.76 s [conduit] |
  1927. 2269.76 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  1928. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1929. 2269.76 s [conduit]
  1930. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1931. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  1932. 2269.76 s [conduit] because ‘runConduitRes’ might inline first
  1933. 2269.76 s [conduit] Suggested fix:
  1934. 2269.76 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1935. 2269.76 s [conduit] |
  1936. 2269.76 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  1937. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1938. 2269.76 s [conduit]
  1939. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1940. 2269.76 s [conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
  1941. 2269.76 s [conduit] because ‘runConduitRes’ might inline first
  1942. 2269.76 s [conduit] Suggested fix:
  1943. 2269.76 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1944. 2269.76 s [conduit] |
  1945. 2269.76 s [conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
  1946. 2269.76 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1947. 2269.76 s [conduit]
  1948. 2269.76 s [conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
  1949. 2269.76 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1950. 2269.76 s [conduit] Deprecated: "Use .|"
  1951. 2269.76 s [conduit] |
  1952. 2269.76 s [conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
  1953. 2269.76 s [conduit] | ^^^
  1954. 2269.76 s [conduit]
  1955. 2269.94 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 )
  1956. 2270.37 s [conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, dist/build/Data/Conduit/Combinators/Stream.p_o )
  1957. 2270.42 s [conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1958. 2270.42 s [conduit] The use of ‘~’ without TypeOperators
  1959. 2270.42 s [conduit] will become an error in a future GHC release.
  1960. 2270.42 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1961. 2270.42 s [conduit] |
  1962. 2270.42 s [conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
  1963. 2270.42 s [conduit] | ^
  1964. 2270.42 s [conduit]
  1965. 2270.90 s [conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.p_o )
  1966. 2270.90 s [conduit] src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
  1967. 2270.90 s [conduit] The import of ‘Data.Functor.Identity’ is redundant
  1968. 2270.90 s [conduit] except perhaps to import instances from ‘Data.Functor.Identity’
  1969. 2270.90 s [conduit] To import instances alone, use: import Data.Functor.Identity()
  1970. 2270.90 s [conduit] |
  1971. 2270.90 s [conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
  1972. 2270.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1973. 2270.90 s [conduit]
  1974. 2270.90 s [conduit] src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
  1975. 2270.90 s [conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
  1976. 2270.90 s [conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
  1977. 2270.90 s [conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
  1978. 2270.90 s [conduit] |
  1979. 2270.90 s [conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
  1980. 2270.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1981. 2270.90 s [conduit]
  1982. 2270.90 s [conduit] src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
  1983. 2270.90 s [conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
  1984. 2270.90 s [conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
  1985. 2270.90 s [conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
  1986. 2270.90 s [conduit] |
  1987. 2270.90 s [conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
  1988. 2270.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1989. 2270.90 s [conduit]
  1990. 2270.90 s [conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.p_o )
  1991. 2270.90 s [conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.p_o )
  1992. 2270.90 s [conduit] src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
  1993. 2270.90 s [conduit] The import of ‘Data.Monoid’ is redundant
  1994. 2270.90 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  1995. 2270.90 s [conduit] To import instances alone, use: import Data.Monoid()
  1996. 2270.90 s [conduit] |
  1997. 2270.90 s [conduit] 67 | import Data.Monoid (Monoid(..))
  1998. 2270.90 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1999. 2270.90 s [conduit]
  2000. 2270.90 s [conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, dist/build/Data/Conduit/List.p_o )
  2001. 2270.90 s [conduit] src/Data/Conduit/List.hs:336:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2002. 2270.90 s [conduit] Rule "conduit: $$ fold" may never fire
  2003. 2270.90 s [conduit] because ‘.|’ might inline first
  2004. 2270.90 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2005. 2270.90 s [conduit] |
  2006. 2270.90 s [conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
  2007. 2270.91 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2008. 2270.91 s [conduit]
  2009. 2270.91 s [conduit] src/Data/Conduit/List.hs:352:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2010. 2270.91 s [conduit] Rule "conduit: $$ foldM" may never fire
  2011. 2270.91 s [conduit] because ‘.|’ might inline first
  2012. 2270.91 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2013. 2270.91 s [conduit] |
  2014. 2270.91 s [conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
  2015. 2270.91 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2016. 2270.91 s [conduit]
  2017. 2270.91 s [conduit] src/Data/Conduit/List.hs:395:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2018. 2270.91 s [conduit] Rule "conduit: connect to mapM_" may never fire
  2019. 2270.91 s [conduit] because ‘.|’ might inline first
  2020. 2270.91 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2021. 2270.91 s [conduit] |
  2022. 2270.91 s [conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
  2023. 2270.91 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2024. 2270.91 s [conduit]
  2025. 2270.91 s [conduit] src/Data/Conduit/List.hs:836:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2026. 2270.91 s [conduit] Rule "conduit: source/filter fusion .|" may never fire
  2027. 2270.91 s [conduit] because ‘.|’ might inline first
  2028. 2270.91 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2029. 2270.91 s [conduit] |
  2030. 2270.91 s [conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
  2031. 2270.91 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2032. 2270.91 s [conduit]
  2033. 2270.91 s [conduit] src/Data/Conduit/List.hs:860:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2034. 2270.91 s [conduit] Rule "conduit: connect to sinkNull" may never fire
  2035. 2270.91 s [conduit] because ‘.|’ might inline first
  2036. 2270.91 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2037. 2270.91 s [conduit] |
  2038. 2270.91 s [conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
  2039. 2270.91 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2040. 2270.91 s [conduit]
  2041. 2271.14 s [conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.p_o )
  2042. 2271.14 s [conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.p_o )
  2043. 2271.14 s [conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, dist/build/Data/Conduit/Combinators.p_o )
  2044. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2045. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2046. 2271.32 s [conduit] will become an error in a future GHC release.
  2047. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2048. 2271.32 s [conduit] |
  2049. 2271.32 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  2050. 2271.32 s [conduit] | ^
  2051. 2271.32 s [conduit]
  2052. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2053. 2271.32 s [conduit] • The ‘~’ operator is out of scope.
  2054. 2271.32 s [conduit] Assuming it to stand for an equality constraint.
  2055. 2271.32 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2056. 2271.32 s [conduit] exported from Data.Type.Equality and Prelude.
  2057. 2271.32 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2058. 2271.32 s [conduit] • This will become an error in a future GHC release.
  2059. 2271.32 s [conduit] |
  2060. 2271.32 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  2061. 2271.32 s [conduit] | ^
  2062. 2271.32 s [conduit]
  2063. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2064. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2065. 2271.32 s [conduit] will become an error in a future GHC release.
  2066. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2067. 2271.32 s [conduit] |
  2068. 2271.32 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  2069. 2271.32 s [conduit] | ^
  2070. 2271.32 s [conduit]
  2071. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2072. 2271.32 s [conduit] • The ‘~’ operator is out of scope.
  2073. 2271.32 s [conduit] Assuming it to stand for an equality constraint.
  2074. 2271.32 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2075. 2271.32 s [conduit] exported from Data.Type.Equality and Prelude.
  2076. 2271.32 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2077. 2271.32 s [conduit] • This will become an error in a future GHC release.
  2078. 2271.32 s [conduit] |
  2079. 2271.32 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  2080. 2271.32 s [conduit] | ^
  2081. 2271.32 s [conduit]
  2082. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2083. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2084. 2271.32 s [conduit] will become an error in a future GHC release.
  2085. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2086. 2271.32 s [conduit] |
  2087. 2271.32 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2088. 2271.32 s [conduit] | ^
  2089. 2271.32 s [conduit]
  2090. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2091. 2271.32 s [conduit] • The ‘~’ operator is out of scope.
  2092. 2271.32 s [conduit] Assuming it to stand for an equality constraint.
  2093. 2271.32 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2094. 2271.32 s [conduit] exported from Data.Type.Equality and Prelude.
  2095. 2271.32 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2096. 2271.32 s [conduit] • This will become an error in a future GHC release.
  2097. 2271.32 s [conduit] |
  2098. 2271.32 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2099. 2271.32 s [conduit] | ^
  2100. 2271.32 s [conduit]
  2101. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2102. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2103. 2271.32 s [conduit] will become an error in a future GHC release.
  2104. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2105. 2271.32 s [conduit] |
  2106. 2271.32 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2107. 2271.32 s [conduit] | ^
  2108. 2271.32 s [conduit]
  2109. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2110. 2271.32 s [conduit] • The ‘~’ operator is out of scope.
  2111. 2271.32 s [conduit] Assuming it to stand for an equality constraint.
  2112. 2271.32 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2113. 2271.32 s [conduit] exported from Data.Type.Equality and Prelude.
  2114. 2271.32 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2115. 2271.32 s [conduit] • This will become an error in a future GHC release.
  2116. 2271.32 s [conduit] |
  2117. 2271.32 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2118. 2271.32 s [conduit] | ^
  2119. 2271.32 s [conduit]
  2120. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2121. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2122. 2271.32 s [conduit] will become an error in a future GHC release.
  2123. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2124. 2271.32 s [conduit] |
  2125. 2271.32 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  2126. 2271.32 s [conduit] | ^
  2127. 2271.32 s [conduit]
  2128. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2129. 2271.32 s [conduit] • The ‘~’ operator is out of scope.
  2130. 2271.32 s [conduit] Assuming it to stand for an equality constraint.
  2131. 2271.32 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2132. 2271.32 s [conduit] exported from Data.Type.Equality and Prelude.
  2133. 2271.32 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2134. 2271.32 s [conduit] • This will become an error in a future GHC release.
  2135. 2271.32 s [conduit] |
  2136. 2271.32 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  2137. 2271.32 s [conduit] | ^
  2138. 2271.32 s [conduit]
  2139. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2140. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2141. 2271.32 s [conduit] will become an error in a future GHC release.
  2142. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2143. 2271.32 s [conduit] |
  2144. 2271.32 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2145. 2271.32 s [conduit] | ^
  2146. 2271.32 s [conduit]
  2147. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2148. 2271.32 s [conduit] • The ‘~’ operator is out of scope.
  2149. 2271.32 s [conduit] Assuming it to stand for an equality constraint.
  2150. 2271.32 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2151. 2271.32 s [conduit] exported from Data.Type.Equality and Prelude.
  2152. 2271.32 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2153. 2271.32 s [conduit] • This will become an error in a future GHC release.
  2154. 2271.32 s [conduit] |
  2155. 2271.32 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2156. 2271.32 s [conduit] | ^
  2157. 2271.32 s [conduit]
  2158. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2159. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2160. 2271.32 s [conduit] will become an error in a future GHC release.
  2161. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2162. 2271.32 s [conduit] |
  2163. 2271.32 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2164. 2271.32 s [conduit] | ^
  2165. 2271.32 s [conduit]
  2166. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2167. 2271.32 s [conduit] • The ‘~’ operator is out of scope.
  2168. 2271.32 s [conduit] Assuming it to stand for an equality constraint.
  2169. 2271.32 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2170. 2271.32 s [conduit] exported from Data.Type.Equality and Prelude.
  2171. 2271.32 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2172. 2271.32 s [conduit] • This will become an error in a future GHC release.
  2173. 2271.32 s [conduit] |
  2174. 2271.32 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2175. 2271.32 s [conduit] | ^
  2176. 2271.32 s [conduit]
  2177. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2178. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2179. 2271.32 s [conduit] will become an error in a future GHC release.
  2180. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2181. 2271.32 s [conduit] |
  2182. 2271.32 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  2183. 2271.32 s [conduit] | ^
  2184. 2271.32 s [conduit]
  2185. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2186. 2271.32 s [conduit] • The ‘~’ operator is out of scope.
  2187. 2271.32 s [conduit] Assuming it to stand for an equality constraint.
  2188. 2271.32 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2189. 2271.32 s [conduit] exported from Data.Type.Equality and Prelude.
  2190. 2271.32 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2191. 2271.32 s [conduit] • This will become an error in a future GHC release.
  2192. 2271.32 s [conduit] |
  2193. 2271.32 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  2194. 2271.32 s [conduit] | ^
  2195. 2271.32 s [conduit]
  2196. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2197. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2198. 2271.32 s [conduit] will become an error in a future GHC release.
  2199. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2200. 2271.32 s [conduit] |
  2201. 2271.32 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  2202. 2271.32 s [conduit] | ^
  2203. 2271.32 s [conduit]
  2204. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2205. 2271.32 s [conduit] • The ‘~’ operator is out of scope.
  2206. 2271.32 s [conduit] Assuming it to stand for an equality constraint.
  2207. 2271.32 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2208. 2271.32 s [conduit] exported from Data.Type.Equality and Prelude.
  2209. 2271.32 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2210. 2271.32 s [conduit] • This will become an error in a future GHC release.
  2211. 2271.32 s [conduit] |
  2212. 2271.32 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  2213. 2271.32 s [conduit] | ^
  2214. 2271.32 s [conduit]
  2215. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2216. 2271.32 s [conduit] The use of ‘~’ without TypeOperators
  2217. 2271.32 s [conduit] will become an error in a future GHC release.
  2218. 2271.32 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2219. 2271.32 s [conduit] |
  2220. 2271.32 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2221. 2271.32 s [conduit] | ^
  2222. 2271.32 s [conduit]
  2223. 2271.32 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2224. 2271.33 s [conduit] • The ‘~’ operator is out of scope.
  2225. 2271.33 s [conduit] Assuming it to stand for an equality constraint.
  2226. 2271.33 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2227. 2271.33 s [conduit] exported from Data.Type.Equality and Prelude.
  2228. 2271.33 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2229. 2271.33 s [conduit] • This will become an error in a future GHC release.
  2230. 2271.33 s [conduit] |
  2231. 2271.33 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2232. 2271.33 s [conduit] | ^
  2233. 2271.33 s [conduit]
  2234. 2271.33 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2235. 2271.33 s [conduit] The use of ‘~’ without TypeOperators
  2236. 2271.33 s [conduit] will become an error in a future GHC release.
  2237. 2271.33 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2238. 2271.33 s [conduit] |
  2239. 2271.33 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2240. 2271.33 s [conduit] | ^
  2241. 2271.33 s [conduit]
  2242. 2271.33 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2243. 2271.33 s [conduit] • The ‘~’ operator is out of scope.
  2244. 2271.33 s [conduit] Assuming it to stand for an equality constraint.
  2245. 2271.33 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2246. 2271.33 s [conduit] exported from Data.Type.Equality and Prelude.
  2247. 2271.33 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2248. 2271.33 s [conduit] • This will become an error in a future GHC release.
  2249. 2271.33 s [conduit] |
  2250. 2271.33 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2251. 2271.33 s [conduit] | ^
  2252. 2271.33 s [conduit]
  2253. 2271.33 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2254. 2271.33 s [conduit] The use of ‘~’ without TypeOperators
  2255. 2271.33 s [conduit] will become an error in a future GHC release.
  2256. 2271.33 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2257. 2271.33 s [conduit] |
  2258. 2271.33 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  2259. 2271.33 s [conduit] | ^
  2260. 2271.33 s [conduit]
  2261. 2271.33 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2262. 2271.33 s [conduit] • The ‘~’ operator is out of scope.
  2263. 2271.33 s [conduit] Assuming it to stand for an equality constraint.
  2264. 2271.33 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2265. 2271.33 s [conduit] exported from Data.Type.Equality and Prelude.
  2266. 2271.33 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2267. 2271.33 s [conduit] • This will become an error in a future GHC release.
  2268. 2271.33 s [conduit] |
  2269. 2271.33 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  2270. 2271.33 s [conduit] | ^
  2271. 2271.33 s [conduit]
  2272. 2272.71 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 )
  2273. 2272.71 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 )
  2274. 2272.71 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 )
  2275. 2272.71 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 )
  2276. 2272.71 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 )
  2277. 2272.71 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 )
  2278. 2272.71 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 )
  2279. 2272.71 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 )
  2280. 2272.71 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 )
  2281. 2272.71 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 )
  2282. 2272.71 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 )
  2283. 2272.71 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 )
  2284. 2272.71 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 )
  2285. 2272.71 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 )
  2286. 2272.71 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 )
  2287. 2272.71 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 )
  2288. 2272.71 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 )
  2289. 2272.71 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 )
  2290. 2273.35 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 )
  2291. 2274.18 s [conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, dist/build/Data/Conduit/Combinators/Unqualified.p_o )
  2292. 2274.34 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2293. 2274.34 s [conduit] The use of ‘~’ without TypeOperators
  2294. 2274.34 s [conduit] will become an error in a future GHC release.
  2295. 2274.34 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2296. 2274.34 s [conduit] |
  2297. 2274.34 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2298. 2274.34 s [conduit] | ^
  2299. 2274.34 s [conduit]
  2300. 2274.34 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2301. 2274.34 s [conduit] • The ‘~’ operator is out of scope.
  2302. 2274.34 s [conduit] Assuming it to stand for an equality constraint.
  2303. 2274.34 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2304. 2274.34 s [conduit] exported from Data.Type.Equality and Prelude.
  2305. 2274.34 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2306. 2274.34 s [conduit] • This will become an error in a future GHC release.
  2307. 2274.34 s [conduit] |
  2308. 2274.34 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2309. 2274.34 s [conduit] | ^
  2310. 2274.34 s [conduit]
  2311. 2274.34 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2312. 2274.34 s [conduit] The use of ‘~’ without TypeOperators
  2313. 2274.34 s [conduit] will become an error in a future GHC release.
  2314. 2274.34 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2315. 2274.34 s [conduit] |
  2316. 2274.34 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2317. 2274.34 s [conduit] | ^
  2318. 2274.34 s [conduit]
  2319. 2274.34 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2320. 2274.34 s [conduit] • The ‘~’ operator is out of scope.
  2321. 2274.34 s [conduit] Assuming it to stand for an equality constraint.
  2322. 2274.34 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2323. 2274.34 s [conduit] exported from Data.Type.Equality and Prelude.
  2324. 2274.35 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2325. 2274.35 s [conduit] • This will become an error in a future GHC release.
  2326. 2274.35 s [conduit] |
  2327. 2274.35 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2328. 2274.35 s [conduit] | ^
  2329. 2274.35 s [conduit]
  2330. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2331. 2274.35 s [conduit] The use of ‘~’ without TypeOperators
  2332. 2274.35 s [conduit] will become an error in a future GHC release.
  2333. 2274.35 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2334. 2274.35 s [conduit] |
  2335. 2274.35 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  2336. 2274.35 s [conduit] | ^
  2337. 2274.35 s [conduit]
  2338. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2339. 2274.35 s [conduit] • The ‘~’ operator is out of scope.
  2340. 2274.35 s [conduit] Assuming it to stand for an equality constraint.
  2341. 2274.35 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2342. 2274.35 s [conduit] exported from Data.Type.Equality and Prelude.
  2343. 2274.35 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2344. 2274.35 s [conduit] • This will become an error in a future GHC release.
  2345. 2274.35 s [conduit] |
  2346. 2274.35 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  2347. 2274.35 s [conduit] | ^
  2348. 2274.35 s [conduit]
  2349. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2350. 2274.35 s [conduit] The use of ‘~’ without TypeOperators
  2351. 2274.35 s [conduit] will become an error in a future GHC release.
  2352. 2274.35 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2353. 2274.35 s [conduit] |
  2354. 2274.35 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2355. 2274.35 s [conduit] | ^
  2356. 2274.35 s [conduit]
  2357. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2358. 2274.35 s [conduit] • The ‘~’ operator is out of scope.
  2359. 2274.35 s [conduit] Assuming it to stand for an equality constraint.
  2360. 2274.35 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2361. 2274.35 s [conduit] exported from Data.Type.Equality and Prelude.
  2362. 2274.35 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2363. 2274.35 s [conduit] • This will become an error in a future GHC release.
  2364. 2274.35 s [conduit] |
  2365. 2274.35 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2366. 2274.35 s [conduit] | ^
  2367. 2274.35 s [conduit]
  2368. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2369. 2274.35 s [conduit] The use of ‘~’ without TypeOperators
  2370. 2274.35 s [conduit] will become an error in a future GHC release.
  2371. 2274.35 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2372. 2274.35 s [conduit] |
  2373. 2274.35 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2374. 2274.35 s [conduit] | ^
  2375. 2274.35 s [conduit]
  2376. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2377. 2274.35 s [conduit] • The ‘~’ operator is out of scope.
  2378. 2274.35 s [conduit] Assuming it to stand for an equality constraint.
  2379. 2274.35 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2380. 2274.35 s [conduit] exported from Data.Type.Equality and Prelude.
  2381. 2274.35 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2382. 2274.35 s [conduit] • This will become an error in a future GHC release.
  2383. 2274.35 s [conduit] |
  2384. 2274.35 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2385. 2274.35 s [conduit] | ^
  2386. 2274.35 s [conduit]
  2387. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2388. 2274.35 s [conduit] The use of ‘~’ without TypeOperators
  2389. 2274.35 s [conduit] will become an error in a future GHC release.
  2390. 2274.35 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2391. 2274.35 s [conduit] |
  2392. 2274.35 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  2393. 2274.35 s [conduit] | ^
  2394. 2274.35 s [conduit]
  2395. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2396. 2274.35 s [conduit] • The ‘~’ operator is out of scope.
  2397. 2274.35 s [conduit] Assuming it to stand for an equality constraint.
  2398. 2274.35 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2399. 2274.35 s [conduit] exported from Data.Type.Equality and Prelude.
  2400. 2274.35 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2401. 2274.35 s [conduit] • This will become an error in a future GHC release.
  2402. 2274.35 s [conduit] |
  2403. 2274.35 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  2404. 2274.35 s [conduit] | ^
  2405. 2274.35 s [conduit]
  2406. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2407. 2274.35 s [conduit] The use of ‘~’ without TypeOperators
  2408. 2274.35 s [conduit] will become an error in a future GHC release.
  2409. 2274.35 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2410. 2274.35 s [conduit] |
  2411. 2274.35 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  2412. 2274.35 s [conduit] | ^
  2413. 2274.35 s [conduit]
  2414. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2415. 2274.35 s [conduit] • The ‘~’ operator is out of scope.
  2416. 2274.35 s [conduit] Assuming it to stand for an equality constraint.
  2417. 2274.35 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2418. 2274.35 s [conduit] exported from Data.Type.Equality and Prelude.
  2419. 2274.35 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2420. 2274.35 s [conduit] • This will become an error in a future GHC release.
  2421. 2274.35 s [conduit] |
  2422. 2274.35 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  2423. 2274.35 s [conduit] | ^
  2424. 2274.35 s [conduit]
  2425. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2426. 2274.35 s [conduit] The use of ‘~’ without TypeOperators
  2427. 2274.35 s [conduit] will become an error in a future GHC release.
  2428. 2274.35 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2429. 2274.35 s [conduit] |
  2430. 2274.35 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2431. 2274.35 s [conduit] | ^
  2432. 2274.35 s [conduit]
  2433. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2434. 2274.35 s [conduit] • The ‘~’ operator is out of scope.
  2435. 2274.35 s [conduit] Assuming it to stand for an equality constraint.
  2436. 2274.35 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2437. 2274.35 s [conduit] exported from Data.Type.Equality and Prelude.
  2438. 2274.35 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2439. 2274.35 s [conduit] • This will become an error in a future GHC release.
  2440. 2274.35 s [conduit] |
  2441. 2274.35 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2442. 2274.35 s [conduit] | ^
  2443. 2274.35 s [conduit]
  2444. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2445. 2274.35 s [conduit] The use of ‘~’ without TypeOperators
  2446. 2274.35 s [conduit] will become an error in a future GHC release.
  2447. 2274.35 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2448. 2274.35 s [conduit] |
  2449. 2274.35 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2450. 2274.35 s [conduit] | ^
  2451. 2274.35 s [conduit]
  2452. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2453. 2274.35 s [conduit] • The ‘~’ operator is out of scope.
  2454. 2274.35 s [conduit] Assuming it to stand for an equality constraint.
  2455. 2274.35 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2456. 2274.35 s [conduit] exported from Data.Type.Equality and Prelude.
  2457. 2274.35 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2458. 2274.35 s [conduit] • This will become an error in a future GHC release.
  2459. 2274.35 s [conduit] |
  2460. 2274.35 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2461. 2274.35 s [conduit] | ^
  2462. 2274.35 s [conduit]
  2463. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2464. 2274.35 s [conduit] The use of ‘~’ without TypeOperators
  2465. 2274.35 s [conduit] will become an error in a future GHC release.
  2466. 2274.35 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2467. 2274.35 s [conduit] |
  2468. 2274.35 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  2469. 2274.35 s [conduit] | ^
  2470. 2274.35 s [conduit]
  2471. 2274.35 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2472. 2274.35 s [conduit] • The ‘~’ operator is out of scope.
  2473. 2274.35 s [conduit] Assuming it to stand for an equality constraint.
  2474. 2274.35 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2475. 2274.35 s [conduit] exported from Data.Type.Equality and Prelude.
  2476. 2274.35 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2477. 2274.35 s [conduit] • This will become an error in a future GHC release.
  2478. 2274.35 s [conduit] |
  2479. 2274.35 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  2480. 2274.35 s [conduit] | ^
  2481. 2274.35 s [conduit]
  2482. 2274.80 s [conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.p_o )
  2483. 2276.40 s [conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
  2484. 2276.40 s [conduit] Building test suite 'conduit-test' for conduit-1.3.6.1...
  2485. 2276.51 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 )
  2486. 2276.51 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 )
  2487. 2276.51 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 )
  2488. 2276.51 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 )
  2489. 2276.51 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 )
  2490. 2276.51 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 )
  2491. 2276.51 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 )
  2492. 2276.51 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 )
  2493. 2276.57 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 )
  2494. 2276.60 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning: [GHC-02256] [-Wambiguous-fields]
  2495. 2276.60 s [lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
  2496. 2276.60 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  2497. 2276.60 s [lsp-types] Consider disambiguating using module qualification instead.
  2498. 2276.60 s [lsp-types] |
  2499. 2276.60 s [lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n)}
  2500. 2276.60 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2501. 2276.60 s [lsp-types]
  2502. 2276.60 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning: [GHC-02256] [-Wambiguous-fields]
  2503. 2276.60 s [lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
  2504. 2276.60 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  2505. 2276.60 s [lsp-types] Consider disambiguating using module qualification instead.
  2506. 2276.60 s [lsp-types] |
  2507. 2276.60 s [lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n)}
  2508. 2276.60 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2509. 2276.60 s [lsp-types]
  2510. 2276.65 s [conduit] test/Data/Conduit/Extra/ZipConduitSpec.hs:5:1: warning: [GHC-66111] [-Wunused-imports]
  2511. 2276.65 s [conduit] The import of ‘Control.Applicative’ is redundant
  2512. 2276.65 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  2513. 2276.65 s [conduit] To import instances alone, use: import Control.Applicative()
  2514. 2276.65 s [conduit] |
  2515. 2276.65 s [conduit] 5 | import Control.Applicative ((<*), pure)
  2516. 2276.65 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2517. 2276.65 s [conduit]
  2518. 2276.99 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 )
  2519. 2276.99 s [conduit] test/Data/Conduit/StreamSpec.hs:572:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  2520. 2276.99 s [conduit] Pattern match(es) are non-exhaustive
  2521. 2276.99 s [conduit] In a lambda abstraction: Patterns of type ‘[a]’ not matched: []
  2522. 2276.99 s [conduit] |
  2523. 2276.99 s [conduit] 572 | Data.List.map (\(x:xs) -> (x, xs)) . Data.List.groupBy ((==) `on` f)
  2524. 2276.99 s [conduit] | ^^^^^^^^^^^^^^^^^^
  2525. 2276.99 s [conduit]
  2526. 2278.68 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 )
  2527. 2279.69 s [conduit] [3 of 5] Compiling StreamSpec ( test/StreamSpec.hs, dist/build/conduit-test/conduit-test-tmp/StreamSpec.o )
  2528. 2279.69 s [conduit] test/StreamSpec.hs:471:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
  2529. 2279.77 s [conduit] Noncanonical ‘mappend’ definition detected
  2530. 2279.77 s [conduit] in the instance declaration for ‘Monoid (Sum a)’.
  2531. 2279.77 s [conduit] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  2532. 2279.77 s [conduit] Suggested fix:
  2533. 2279.77 s [conduit] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  2534. 2279.78 s [conduit] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  2535. 2279.78 s [conduit] |
  2536. 2279.78 s [conduit] 471 | mappend (Sum x) (Sum y) = Sum $ x Prelude.+ y
  2537. 2279.78 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2538. 2279.78 s [conduit]
  2539. 2279.78 s [conduit] [4 of 5] Compiling Spec ( test/Spec.hs, dist/build/conduit-test/conduit-test-tmp/Spec.o )
  2540. 2282.39 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 )
  2541. 2282.39 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 )
  2542. 2282.41 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 )
  2543. 2282.41 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 )
  2544. 2282.41 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 )
  2545. 2282.41 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 )
  2546. 2282.41 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 )
  2547. 2283.17 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 )
  2548. 2283.17 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 )
  2549. 2284.15 s [lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.p_o )
  2550. 2284.37 s [lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.p_o )
  2551. 2284.38 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 )
  2552. 2284.38 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 )
  2553. 2284.68 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 )
  2554. 2284.76 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 )
  2555. 2284.87 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 )
  2556. 2285.02 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 )
  2557. 2285.02 s [lsp-types] src/Language/LSP/Protocol/Utils/Misc.hs:24:1: warning: [GHC-66111] [-Wunused-imports]
  2558. 2285.02 s [lsp-types] The import of ‘Data.List’ is redundant
  2559. 2285.02 s [lsp-types] except perhaps to import instances from ‘Data.List’
  2560. 2285.02 s [lsp-types] To import instances alone, use: import Data.List()
  2561. 2285.02 s [lsp-types] |
  2562. 2285.02 s [lsp-types] 24 | import Data.List hiding (group)
  2563. 2285.02 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2564. 2285.02 s [lsp-types]
  2565. 2285.02 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 )
  2566. 2285.60 s [lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.p_o )
  2567. 2290.82 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 )
  2568. 2291.51 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 )
  2569. 2291.51 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 )
  2570. 2291.51 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 )
  2571. 2291.51 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 )
  2572. 2293.49 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 )
  2573. 2294.18 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 )
  2574. 2294.18 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 )
  2575. 2294.18 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 )
  2576. 2294.18 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 )
  2577. 2294.18 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 )
  2578. 2296.19 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 )
  2579. 2296.41 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 )
  2580. 2296.41 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 )
  2581. 2296.41 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 )
  2582. 2296.41 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 )
  2583. 2296.41 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 )
  2584. 2296.41 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 )
  2585. 2296.41 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 )
  2586. 2296.41 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 )
  2587. 2296.41 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 )
  2588. 2296.41 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 )
  2589. 2296.41 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 )
  2590. 2296.41 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 )
  2591. 2296.41 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 )
  2592. 2296.41 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 )
  2593. 2296.41 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 )
  2594. 2296.41 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 )
  2595. 2296.41 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 )
  2596. 2296.41 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 )
  2597. 2296.41 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 )
  2598. 2296.41 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 )
  2599. 2296.41 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 )
  2600. 2296.41 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 )
  2601. 2296.41 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 )
  2602. 2296.41 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 )
  2603. 2296.41 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 )
  2604. 2296.41 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 )
  2605. 2296.41 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 )
  2606. 2296.41 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 )
  2607. 2296.41 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 )
  2608. 2296.41 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 )
  2609. 2296.41 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 )
  2610. 2296.41 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 )
  2611. 2296.41 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 )
  2612. 2296.41 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 )
  2613. 2296.41 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 )
  2614. 2296.41 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 )
  2615. 2296.41 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 )
  2616. 2296.41 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 )
  2617. 2296.41 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 )
  2618. 2296.41 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 )
  2619. 2296.41 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 )
  2620. 2296.41 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 )
  2621. 2296.41 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 )
  2622. 2296.41 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 )
  2623. 2296.41 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 )
  2624. 2297.87 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 )
  2625. 2298.10 s [conduit] [5 of 5] Compiling Main ( test/main.hs, dist/build/conduit-test/conduit-test-tmp/Main.o )
  2626. 2298.25 s [conduit] test/main.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
  2627. 2298.25 s [conduit] The import of ‘Control.Applicative’ is redundant
  2628. 2298.25 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  2629. 2298.25 s [conduit] To import instances alone, use: import Control.Applicative()
  2630. 2298.25 s [conduit] |
  2631. 2298.25 s [conduit] 35 | import Control.Applicative (pure, (<$>), (<*>), liftA2)
  2632. 2298.25 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2633. 2298.25 s [conduit]
  2634. 2298.25 s [conduit] test/main.hs:99:32: warning: [GHC-63394] [-Wx-partial]
  2635. 2298.25 s [conduit] In the use of ‘tail’
  2636. 2298.25 s [conduit] (imported from Prelude, but defined in GHC.Internal.List):
  2637. 2298.25 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"."
  2638. 2298.25 s [conduit] |
  2639. 2298.25 s [conduit] 99 | prop "scan" $ equivToList (tail . scanl (+) 0 :: [Int]->[Int]) (void $ CL.scan (+) 0)
  2640. 2298.25 s [conduit] | ^^^^
  2641. 2298.25 s [conduit]
  2642. 2298.25 s [conduit] test/main.hs:110:33: warning: [GHC-63394] [-Wx-partial]
  2643. 2298.25 s [conduit] In the use of ‘tail’
  2644. 2298.25 s [conduit] (imported from Prelude, but defined in GHC.Internal.List):
  2645. 2298.25 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"."
  2646. 2298.25 s [conduit] |
  2647. 2298.25 s [conduit] 110 | prop "scanM" $ equivToList (tail . scanl (+) 0) (void $ CL.scanM (\a s -> return $ a + s) (0 :: Int))
  2648. 2298.25 s [conduit] | ^^^^
  2649. 2298.25 s [conduit]
  2650. 2299.35 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 )
  2651. 2299.35 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 )
  2652. 2299.35 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 )
  2653. 2299.35 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 )
  2654. 2299.35 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 )
  2655. 2299.35 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 )
  2656. 2299.35 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 )
  2657. 2299.35 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 )
  2658. 2299.35 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 )
  2659. 2299.35 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 )
  2660. 2299.35 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 )
  2661. 2299.35 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 )
  2662. 2299.35 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 )
  2663. 2299.35 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 )
  2664. 2299.35 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 )
  2665. 2299.35 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 )
  2666. 2299.35 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 )
  2667. 2299.35 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 )
  2668. 2299.35 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 )
  2669. 2299.35 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 )
  2670. 2299.35 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 )
  2671. 2299.35 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 )
  2672. 2299.35 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 )
  2673. 2299.35 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 )
  2674. 2299.35 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 )
  2675. 2299.35 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 )
  2676. 2299.35 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 )
  2677. 2299.35 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 )
  2678. 2299.35 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 )
  2679. 2299.35 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 )
  2680. 2299.35 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 )
  2681. 2299.35 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 )
  2682. 2299.35 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 )
  2683. 2299.35 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 )
  2684. 2299.35 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 )
  2685. 2299.35 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 )
  2686. 2299.35 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 )
  2687. 2299.36 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 )
  2688. 2300.92 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 )
  2689. 2303.87 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 )
  2690. 2303.94 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 )
  2691. 2303.94 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 )
  2692. 2303.94 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 )
  2693. 2303.94 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 )
  2694. 2303.94 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 )
  2695. 2303.94 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 )
  2696. 2303.94 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 )
  2697. 2303.94 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 )
  2698. 2303.94 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 )
  2699. 2303.94 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 )
  2700. 2303.94 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 )
  2701. 2303.94 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 )
  2702. 2303.94 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 )
  2703. 2303.94 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 )
  2704. 2303.95 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 )
  2705. 2303.95 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 )
  2706. 2303.95 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 )
  2707. 2303.95 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 )
  2708. 2303.95 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 )
  2709. 2303.95 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 )
  2710. 2303.95 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 )
  2711. 2303.95 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 )
  2712. 2303.95 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 )
  2713. 2303.95 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 )
  2714. 2303.95 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 )
  2715. 2303.95 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 )
  2716. 2303.99 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 )
  2717. 2303.99 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 )
  2718. 2304.00 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 )
  2719. 2304.00 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 )
  2720. 2304.00 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 )
  2721. 2304.00 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 )
  2722. 2304.00 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 )
  2723. 2304.00 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 )
  2724. 2304.00 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 )
  2725. 2304.00 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 )
  2726. 2304.00 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 )
  2727. 2304.00 s [lsp-types] [146 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkupKind ( generated/Language/LSP/Protocol/Internal/Types/MarkupKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkupKind.p_o )
  2728. 2304.00 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 )
  2729. 2304.00 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 )
  2730. 2304.00 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 )
  2731. 2304.00 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 )
  2732. 2304.26 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 )
  2733. 2306.86 s [conduit] [6 of 6] Linking dist/build/conduit-test/conduit-test
  2734. 2308.63 s [conduit] buildPhase completed in 49 seconds
  2735. 2308.63 s [conduit] Phase: checkPhase
  2736. 2309.07 s [conduit] Running 1 test suites...
  2737. 2309.07 s [conduit] Test suite conduit-test: RUNNING...
  2738. 2309.09 s [conduit]
  2739. 2309.09 s [conduit] Combinators
  2740. 2309.09 s [conduit] yieldMany
  2741. 2309.15 s [conduit] list [✔]
  2742. 2309.16 s [conduit] Text [✔]
  2743. 2309.16 s [conduit] unfold [✔]
  2744. 2309.16 s [conduit] enumFromTo [✔]
  2745. 2309.16 s [conduit] iterate [✔]
  2746. 2309.16 s [conduit] repeat [✔]
  2747. 2309.16 s [conduit] replicate [✔]
  2748. 2309.16 s [conduit] sourceLazy [✔]
  2749. 2309.16 s [conduit] repeatM [✔]
  2750. 2309.16 s [conduit] repeatWhileM [✔]
  2751. 2309.16 s [conduit] replicateM [✔]
  2752. 2309.16 s [conduit] sourceFile [✔]
  2753. 2309.16 s [conduit] sourceHandle [✔]
  2754. 2309.16 s [conduit] sourceIOHandle [✔]
  2755. 2309.18 s [conduit] stdin [✔]
  2756. 2309.18 s [conduit] +++ OK, passed 100 tests.
  2757. 2309.18 s [conduit] sourceDirectory [✔]
  2758. 2309.18 s [conduit] sourceDirectoryDeep [✔]
  2759. 2309.19 s [conduit] drop [✔]
  2760. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2761. 2309.19 s [conduit] dropE [✔]
  2762. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2763. 2309.19 s [conduit] dropWhile [✔]
  2764. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2765. 2309.19 s [conduit] dropWhileE [✔]
  2766. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2767. 2309.19 s [conduit] fold [✔]
  2768. 2309.19 s [conduit] foldE [✔]
  2769. 2309.19 s [conduit] foldl [✔]
  2770. 2309.19 s [conduit] foldlE [✔]
  2771. 2309.19 s [conduit] foldMap [✔]
  2772. 2309.19 s [conduit] foldMapE [✔]
  2773. 2309.19 s [conduit] all [✔]
  2774. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2775. 2309.19 s [conduit] allE [✔]
  2776. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2777. 2309.19 s [conduit] any [✔]
  2778. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2779. 2309.19 s [conduit] anyE [✔]
  2780. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2781. 2309.19 s [conduit] and [✔]
  2782. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2783. 2309.19 s [conduit] andE [✔]
  2784. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2785. 2309.19 s [conduit] or [✔]
  2786. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2787. 2309.19 s [conduit] orE [✔]
  2788. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2789. 2309.19 s [conduit] elem [✔]
  2790. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2791. 2309.19 s [conduit] elemE [✔]
  2792. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2793. 2309.19 s [conduit] notElem [✔]
  2794. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2795. 2309.19 s [conduit] notElemE [✔]
  2796. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2797. 2309.19 s [conduit] sinkVector regular [✔]
  2798. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2799. 2309.19 s [conduit] sinkVector unboxed [✔]
  2800. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2801. 2309.19 s [conduit] sinkVector storable [✔]
  2802. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2803. 2309.19 s [conduit] sinkVectorN regular [✔]
  2804. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2805. 2309.19 s [conduit] sinkVectorN unboxed [✔]
  2806. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2807. 2309.19 s [conduit] sinkVectorN storable [✔]
  2808. 2309.19 s [conduit] +++ OK, passed 100 tests.
  2809. 2309.21 s [conduit] sinkBuilder [✔]
  2810. 2309.21 s [conduit] +++ OK, passed 100 tests.
  2811. 2309.22 s [conduit] sinkLazyBuilder [✔]
  2812. 2309.22 s [conduit] +++ OK, passed 100 tests.
  2813. 2309.22 s [conduit] sinkNull [✔]
  2814. 2309.22 s [conduit] +++ OK, passed 100 tests.
  2815. 2309.22 s [conduit] awaitNonNull [✔]
  2816. 2309.22 s [conduit] +++ OK, passed 100 tests.
  2817. 2309.25 s [conduit] headE [✔]
  2818. 2309.25 s [conduit] +++ OK, passed 100 tests.
  2819. 2309.25 s [conduit] peek [✔]
  2820. 2309.25 s [conduit] +++ OK, passed 100 tests.
  2821. 2309.28 s [conduit] peekE [✔]
  2822. 2309.28 s [conduit] +++ OK, passed 100 tests.
  2823. 2309.28 s [conduit] last [✔]
  2824. 2309.28 s [conduit] +++ OK, passed 100 tests.
  2825. 2309.29 s [conduit] lastE [✔]
  2826. 2309.29 s [conduit] +++ OK, passed 100 tests.
  2827. 2309.29 s [conduit] length [✔]
  2828. 2309.29 s [conduit] +++ OK, passed 100 tests.
  2829. 2309.29 s [conduit] lengthE [✔]
  2830. 2309.29 s [conduit] +++ OK, passed 100 tests.
  2831. 2309.29 s [conduit] lengthIf [✔]
  2832. 2309.29 s [conduit] +++ OK, passed 100 tests.
  2833. 2309.29 s [conduit] lengthIfE [✔]
  2834. 2309.29 s [conduit] +++ OK, passed 100 tests.
  2835. 2309.29 s [conduit] maximum [✔]
  2836. 2309.29 s [conduit] +++ OK, passed 100 tests.
  2837. 2309.30 s [conduit] maximumE [✔]
  2838. 2309.30 s [conduit] +++ OK, passed 100 tests.
  2839. 2309.30 s [conduit] minimum [✔]
  2840. 2309.30 s [conduit] +++ OK, passed 100 tests.
  2841. 2309.31 s [conduit] minimumE [✔]
  2842. 2309.31 s [conduit] +++ OK, passed 100 tests.
  2843. 2309.31 s [conduit] null [✔]
  2844. 2309.31 s [conduit] +++ OK, passed 100 tests.
  2845. 2309.34 s [conduit] nullE [✔]
  2846. 2309.34 s [conduit] +++ OK, passed 100 tests.
  2847. 2309.34 s [conduit] sum [✔]
  2848. 2309.34 s [conduit] +++ OK, passed 100 tests.
  2849. 2309.35 s [conduit] sumE [✔]
  2850. 2309.35 s [conduit] +++ OK, passed 100 tests.
  2851. 2309.35 s [conduit] product [✔]
  2852. 2309.35 s [conduit] +++ OK, passed 100 tests.
  2853. 2309.35 s [conduit] productE [✔]
  2854. 2309.36 s [conduit] +++ OK, passed 100 tests.
  2855. 2309.36 s [conduit] find [✔]
  2856. 2309.36 s [conduit] +++ OK, passed 100 tests.
  2857. 2309.36 s [conduit] mapM_ [✔]
  2858. 2309.36 s [conduit] +++ OK, passed 100 tests.
  2859. 2309.36 s [conduit] mapM_E [✔]
  2860. 2309.36 s [conduit] +++ OK, passed 100 tests.
  2861. 2309.36 s [conduit] foldM [✔]
  2862. 2309.36 s [conduit] +++ OK, passed 100 tests.
  2863. 2309.36 s [conduit] foldME [✔]
  2864. 2309.36 s [conduit] +++ OK, passed 100 tests.
  2865. 2309.36 s [conduit] foldMapM [✔]
  2866. 2309.36 s [conduit] foldMapME [✔]
  2867. 2309.36 s [conduit] sinkFile [✔]
  2868. 2309.36 s [conduit] sinkHandle [✔]
  2869. 2309.36 s [conduit] sinkIOHandle [✔]
  2870. 2309.36 s [conduit] map [✔]
  2871. 2309.36 s [conduit] +++ OK, passed 100 tests.
  2872. 2309.39 s [conduit] mapE [✔]
  2873. 2309.39 s [conduit] +++ OK, passed 100 tests.
  2874. 2309.42 s [conduit] omapE [✔]
  2875. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2876. 2309.42 s [conduit] concatMap [✔]
  2877. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2878. 2309.42 s [conduit] concatMapE [✔]
  2879. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2880. 2309.42 s [conduit] take [✔]
  2881. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2882. 2309.42 s [conduit] takeE [✔]
  2883. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2884. 2309.42 s [conduit] takeWhile [✔]
  2885. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2886. 2309.42 s [conduit] takeWhileE [✔]
  2887. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2888. 2309.42 s [conduit] takeExactly [✔]
  2889. 2309.42 s [conduit] takeExactlyE [✔]
  2890. 2309.42 s [conduit] takeExactlyE Vector [✔]
  2891. 2309.42 s [conduit] takeExactlyE 2 [✔]
  2892. 2309.42 s [conduit] concat [✔]
  2893. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2894. 2309.42 s [conduit] filter [✔]
  2895. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2896. 2309.42 s [conduit] filterE [✔]
  2897. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2898. 2309.42 s [conduit] mapWhile [✔]
  2899. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2900. 2309.42 s [conduit] conduitVector [✔]
  2901. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2902. 2309.42 s [conduit] scanl [✔]
  2903. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2904. 2309.42 s [conduit] mapAccumWhile [✔]
  2905. 2309.42 s [conduit] +++ OK, passed 100 tests.
  2906. 2309.43 s [conduit] concatMapAccum [✔]
  2907. 2309.43 s [conduit] +++ OK, passed 100 tests.
  2908. 2309.43 s [conduit] intersperse [✔]
  2909. 2309.43 s [conduit] +++ OK, passed 100 tests.
  2910. 2309.43 s [conduit] mapM [✔]
  2911. 2309.43 s [conduit] +++ OK, passed 100 tests.
  2912. 2309.45 s [conduit] mapME [✔]
  2913. 2309.45 s [conduit] +++ OK, passed 100 tests.
  2914. 2309.49 s [conduit] omapME [✔]
  2915. 2309.49 s [conduit] +++ OK, passed 100 tests.
  2916. 2309.49 s [conduit] concatMapM [✔]
  2917. 2309.49 s [conduit] +++ OK, passed 100 tests.
  2918. 2309.49 s [conduit] filterM [✔]
  2919. 2309.49 s [conduit] +++ OK, passed 100 tests.
  2920. 2309.49 s [conduit] filterME [✔]
  2921. 2309.49 s [conduit] +++ OK, passed 100 tests.
  2922. 2309.49 s [conduit] iterM [✔]
  2923. 2309.49 s [conduit] +++ OK, passed 100 tests.
  2924. 2309.49 s [conduit] scanlM [✔]
  2925. 2309.49 s [conduit] +++ OK, passed 100 tests.
  2926. 2309.49 s [conduit] mapAccumWhileM [✔]
  2927. 2309.49 s [conduit] +++ OK, passed 100 tests.
  2928. 2309.49 s [conduit] concatMapAccumM [✔]
  2929. 2309.49 s [conduit] +++ OK, passed 100 tests.
  2930. 2309.52 s [conduit] encode UTF8 [✔]
  2931. 2309.52 s [conduit] +++ OK, passed 100 tests.
  2932. 2309.56 s [conduit] encode/decode UTF8 [✔]
  2933. 2309.57 s [conduit] +++ OK, passed 100 tests.
  2934. 2309.57 s [conduit] invalid UTF8 is an exception [✔]
  2935. 2309.61 s [conduit] encode/decode UTF8 lenient [✔]
  2936. 2309.61 s [conduit] +++ OK, passed 100 tests.
  2937. 2309.63 s [conduit] line [✔]
  2938. 2309.63 s [conduit] +++ OK, passed 100 tests.
  2939. 2309.64 s [conduit] lineAscii [✔]
  2940. 2309.64 s [conduit] +++ OK, passed 100 tests.
  2941. 2309.66 s [conduit] unlines [✔]
  2942. 2309.66 s [conduit] +++ OK, passed 100 tests.
  2943. 2309.68 s [conduit] unlinesAscii [✔]
  2944. 2309.68 s [conduit] +++ OK, passed 100 tests.
  2945. 2309.71 s [conduit] linesUnbounded [✔]
  2946. 2309.71 s [conduit] +++ OK, passed 100 tests.
  2947. 2309.72 s [conduit] linesUnboundedAscii [✔]
  2948. 2309.72 s [conduit] +++ OK, passed 100 tests.
  2949. 2309.72 s [conduit] slidingWindow 0 [✔]
  2950. 2309.72 s [conduit] slidingWindow 1 [✔]
  2951. 2309.72 s [conduit] slidingWindow 2 [✔]
  2952. 2309.72 s [conduit] slidingWindow 3 [✔]
  2953. 2309.72 s [conduit] slidingWindow 4 [✔]
  2954. 2309.72 s [conduit] slidingWindow 5 [✔]
  2955. 2309.72 s [conduit] slidingWindow 6 [✔]
  2956. 2309.72 s [conduit] chunksOfE 1 [✔]
  2957. 2309.72 s [conduit] chunksOfE 2 (last smaller) [✔]
  2958. 2309.72 s [conduit] chunksOfE (ByteString) [✔]
  2959. 2309.72 s [conduit] chunksOfExactlyE 1 [✔]
  2960. 2309.72 s [conduit] chunksOfExactlyE 2 (last smaller; thus not yielded) [✔]
  2961. 2309.73 s [conduit] vectorBuilder [✔]
  2962. 2309.73 s [conduit] +++ OK, passed 100 tests.
  2963. 2309.74 s [conduit] mapAccumS [✔]
  2964. 2309.74 s [conduit] +++ OK, passed 100 tests.
  2965. 2309.78 s [conduit] peekForever [✔]
  2966. 2309.78 s [conduit] +++ OK, passed 100 tests.
  2967. 2309.82 s [conduit] peekForeverE [✔]
  2968. 2309.82 s [conduit] +++ OK, passed 100 tests.
  2969. 2309.83 s [conduit] Comparing list function to
  2970. 2309.83 s [conduit] yieldMany [✔]
  2971. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2972. 2309.83 s [conduit] sourceListS [✔]
  2973. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2974. 2309.83 s [conduit] repeatM [✔]
  2975. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2976. 2309.83 s [conduit] repeatMS [✔]
  2977. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2978. 2309.83 s [conduit] repeatWhileM [✔]
  2979. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2980. 2309.83 s [conduit] repeatWhileMS [✔]
  2981. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2982. 2309.83 s [conduit] foldl1 [✔]
  2983. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2984. 2309.83 s [conduit] foldl1S [✔]
  2985. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2986. 2309.83 s [conduit] all [✔]
  2987. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2988. 2309.83 s [conduit] allS [✔]
  2989. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2990. 2309.83 s [conduit] any [✔]
  2991. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2992. 2309.83 s [conduit] anyS [✔]
  2993. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2994. 2309.83 s [conduit] last [✔]
  2995. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2996. 2309.83 s [conduit] lastS [✔]
  2997. 2309.83 s [conduit] +++ OK, passed 100 tests.
  2998. 2309.83 s [conduit] lastE [✔]
  2999. 2309.83 s [conduit] +++ OK, passed 100 tests.
  3000. 2309.83 s [conduit] lastES [✔]
  3001. 2309.83 s [conduit] +++ OK, passed 100 tests.
  3002. 2309.83 s [conduit] find [✔]
  3003. 2309.83 s [conduit] +++ OK, passed 100 tests.
  3004. 2309.83 s [conduit] findS [✔]
  3005. 2309.83 s [conduit] +++ OK, passed 100 tests.
  3006. 2309.85 s [conduit] concatMap [✔]
  3007. 2309.85 s [conduit] +++ OK, passed 100 tests.
  3008. 2309.87 s [conduit] concatMapS [✔]
  3009. 2309.87 s [conduit] +++ OK, passed 100 tests.
  3010. 2309.89 s [conduit] concatMapM [✔]
  3011. 2309.89 s [conduit] +++ OK, passed 100 tests.
  3012. 2309.91 s [conduit] concatMapMS [✔]
  3013. 2309.91 s [conduit] +++ OK, passed 100 tests.
  3014. 2309.92 s [conduit] concat [✔]
  3015. 2309.92 s [conduit] +++ OK, passed 100 tests.
  3016. 2309.92 s [conduit] concatS [✔]
  3017. 2309.93 s [conduit] +++ OK, passed 100 tests.
  3018. 2309.93 s [conduit] scanl [✔]
  3019. 2309.93 s [conduit] +++ OK, passed 100 tests.
  3020. 2309.93 s [conduit] scanlS [✔]
  3021. 2309.93 s [conduit] +++ OK, passed 100 tests.
  3022. 2309.93 s [conduit] scanlM [✔]
  3023. 2309.93 s [conduit] +++ OK, passed 100 tests.
  3024. 2309.94 s [conduit] scanlMS [✔]
  3025. 2309.94 s [conduit] +++ OK, passed 100 tests.
  3026. 2309.94 s [conduit] mapAccumWhileS [✔]
  3027. 2309.94 s [conduit] +++ OK, passed 100 tests.
  3028. 2309.94 s [conduit] mapAccumWhileMS [✔]
  3029. 2309.94 s [conduit] +++ OK, passed 100 tests.
  3030. 2309.94 s [conduit] intersperse [✔]
  3031. 2309.94 s [conduit] +++ OK, passed 100 tests.
  3032. 2309.94 s [conduit] intersperseS [✔]
  3033. 2309.94 s [conduit] +++ OK, passed 100 tests.
  3034. 2309.94 s [conduit] filterM [✔]
  3035. 2309.94 s [conduit] +++ OK, passed 100 tests.
  3036. 2309.95 s [conduit] filterMS [✔]
  3037. 2309.95 s [conduit] +++ OK, passed 100 tests.
  3038. 2309.95 s [conduit] comparing normal conduit function to
  3039. 2309.95 s [conduit] slidingWindowS [✔]
  3040. 2309.95 s [conduit] +++ OK, passed 100 tests.
  3041. 2309.99 s [conduit] splitOnUnboundedES [✔]
  3042. 2309.99 s [conduit] +++ OK, passed 100 tests.
  3043. 2309.99 s [conduit] sinkVectorS [✔]
  3044. 2309.99 s [conduit] +++ OK, passed 100 tests.
  3045. 2309.99 s [conduit] sinkVectorNS [✔]
  3046. 2309.99 s [conduit] +++ OK, passed 100 tests.
  3047. 2309.99 s [conduit] data loss rules
  3048. 2309.99 s [conduit] 1
  3049. 2309.99 s [conduit] 2
  3050. 2309.99 s [conduit] 3
  3051. 2309.99 s [conduit] 4
  3052. 2309.99 s [conduit] 5
  3053. 2309.99 s [conduit] consumes the source to quickly [✔]
  3054. 2309.99 s [conduit] 1
  3055. 2309.99 s [conduit] 2
  3056. 2309.99 s [conduit] 3
  3057. 2309.99 s [conduit] 4
  3058. 2309.99 s [conduit] 5
  3059. 2309.99 s [conduit] correctly consumes a chunked resource [✔]
  3060. 2309.99 s [conduit] filter
  3061. 2309.99 s [conduit] even [✔]
  3062. 2310.00 s [conduit] concat [✔]
  3063. 2310.00 s [conduit] +++ OK, passed 100 tests.
  3064. 2310.00 s [conduit] mapFoldable
  3065. 2310.00 s [conduit] list [✔]
  3066. 2310.00 s [conduit] +++ OK, passed 100 tests.
  3067. 2310.00 s [conduit] Maybe [✔]
  3068. 2310.00 s [conduit] +++ OK, passed 100 tests.
  3069. 2310.00 s [conduit] scan [✔]
  3070. 2310.00 s [conduit] +++ OK, passed 100 tests.
  3071. 2310.00 s [conduit] mapFoldableM
  3072. 2310.00 s [conduit] list [✔]
  3073. 2310.00 s [conduit] +++ OK, passed 100 tests.
  3074. 2310.00 s [conduit] Maybe [✔]
  3075. 2310.00 s [conduit] +++ OK, passed 100 tests.
  3076. 2310.00 s [conduit] scanM [✔]
  3077. 2310.00 s [conduit] +++ OK, passed 100 tests.
  3078. 2310.00 s [conduit] ResourceT
  3079. 2310.01 s [conduit] resourceForkIO [✔]
  3080. 2310.01 s [conduit] sum
  3081. 2310.01 s [conduit] works for 1..10 [✔]
  3082. 2310.01 s [conduit] is idempotent [✔]
  3083. 2310.01 s [conduit] +++ OK, passed 100 tests.
  3084. 2310.01 s [conduit] foldMap
  3085. 2310.01 s [conduit] sums 1..10 [✔]
  3086. 2310.01 s [conduit] preserves order [✔]
  3087. 2310.01 s [conduit] foldMapM
  3088. 2310.01 s [conduit] sums 1..10 [✔]
  3089. 2310.01 s [conduit] preserves order [✔]
  3090. 2310.01 s [conduit] unfold
  3091. 2310.01 s [conduit] works [✔]
  3092. 2310.01 s [conduit] unfoldM
  3093. 2310.01 s [conduit] works [✔]
  3094. 2310.01 s [conduit] uncons
  3095. 2310.01 s [conduit] folds to list [✔]
  3096. 2310.01 s [conduit] +++ OK, passed 100 tests.
  3097. 2310.01 s [conduit] works with unfold [✔]
  3098. 2310.01 s [conduit] +++ OK, passed 100 tests.
  3099. 2310.01 s [conduit] unconsEither
  3100. 2310.01 s [conduit] folds outputs to list [✔]
  3101. 2310.01 s [conduit] +++ OK, passed 100 tests.
  3102. 2310.01 s [conduit] works with unfoldEither [✔]
  3103. 2310.01 s [conduit] +++ OK, passed 100 tests.
  3104. 2310.01 s [conduit] Monoid instance for Source
  3105. 2310.01 s [conduit] mappend [✔]
  3106. 2310.01 s [conduit] mconcat [✔]
  3107. 2310.01 s [conduit] zipping
  3108. 2310.01 s [conduit] zipping two small lists [✔]
  3109. 2310.01 s [conduit] zipping sinks
  3110. 2310.01 s [conduit] take all [✔]
  3111. 2310.01 s [conduit] take fewer on left [✔]
  3112. 2310.01 s [conduit] take fewer on right [✔]
  3113. 2310.01 s [conduit] Monad instance for Sink
  3114. 2310.01 s [conduit] binding [✔]
  3115. 2310.01 s [conduit] Applicative instance for Sink
  3116. 2310.01 s [conduit] <$> and <*> [✔]
  3117. 2310.01 s [conduit] resumable sources
  3118. 2310.01 s [conduit] simple [✔]
  3119. 2310.01 s [conduit] conduits
  3120. 2310.01 s [conduit] map, left [✔]
  3121. 2310.01 s [conduit] map, left >+> [✔]
  3122. 2310.01 s [conduit] map, right [✔]
  3123. 2310.01 s [conduit] chunksOf [✔]
  3124. 2310.01 s [conduit] +++ OK, passed 100 tests.
  3125. 2310.01 s [conduit] chunksOf (zero) [✔]
  3126. 2310.01 s [conduit] chunksOf (negative) [✔]
  3127. 2310.01 s [conduit] groupBy [✔]
  3128. 2310.01 s [conduit] groupBy (nondup begin/end) [✔]
  3129. 2310.01 s [conduit] groupOn1 [✔]
  3130. 2310.01 s [conduit] groupOn1 (nondup begin/end) [✔]
  3131. 2310.01 s [conduit] mapMaybe [✔]
  3132. 2310.01 s [conduit] mapMaybeM [✔]
  3133. 2310.01 s [conduit] catMaybes [✔]
  3134. 2310.01 s [conduit] concatMap [✔]
  3135. 2310.02 s [conduit] bind together [✔]
  3136. 2310.02 s [conduit] isolate
  3137. 2310.02 s [conduit] bound to resumable source [✔]
  3138. 2310.02 s [conduit] bound to sink, non-resumable [✔]
  3139. 2310.02 s [conduit] bound to sink, resumable [✔]
  3140. 2310.02 s [conduit] consumes all data [✔]
  3141. 2310.02 s [conduit] sequence
  3142. 2310.02 s [conduit] simple sink [✔]
  3143. 2310.02 s [conduit] sink with unpull behaviour [✔]
  3144. 2310.02 s [conduit] peek
  3145. 2310.02 s [conduit] works [✔]
  3146. 2310.02 s [conduit] unbuffering
  3147. 2310.02 s [conduit] works [✔]
  3148. 2310.02 s [conduit] operators
  3149. 2310.02 s [conduit] only use .| [✔]
  3150. 2310.02 s [conduit] only use =$ [✔]
  3151. 2310.02 s [conduit] chain [✔]
  3152. 2310.02 s [conduit] termination
  3153. 2310.02 s [conduit] terminates early [✔]
  3154. 2310.02 s [conduit] bracket [✔]
  3155. 2310.02 s [conduit] bracket skipped if not needed [✔]
  3156. 2310.02 s [conduit] bracket + toPipe [✔]
  3157. 2310.02 s [conduit] bracket skipped if not needed [✔]
  3158. 2310.02 s [conduit] invariant violations
  3159. 2310.02 s [conduit] leftovers without input [✔]
  3160. 2310.02 s [conduit] sane yield/await'
  3161. 2310.02 s [conduit] yield terminates [✔]
  3162. 2310.02 s [conduit] yield terminates (2) [✔]
  3163. 2310.02 s [conduit] upstream results
  3164. 2310.02 s [conduit] works [✔]
  3165. 2310.02 s [conduit] input/output mapping
  3166. 2310.02 s [conduit] mapOutput [✔]
  3167. 2310.02 s [conduit] mapOutputMaybe [✔]
  3168. 2310.02 s [conduit] mapInput [✔]
  3169. 2310.02 s [conduit] left/right identity
  3170. 2310.02 s [conduit] left identity [✔]
  3171. 2310.02 s [conduit] right identity [✔]
  3172. 2310.02 s [conduit] generalizing
  3173. 2310.02 s [conduit] works [✔]
  3174. 2310.02 s [conduit] withUpstream
  3175. 2310.02 s [conduit] works [✔]
  3176. 2310.02 s [conduit] iterate
  3177. 2310.02 s [conduit] works [✔]
  3178. 2310.02 s [conduit] replicate [✔]
  3179. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3180. 2310.02 s [conduit] replicateM [✔]
  3181. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3182. 2310.02 s [conduit] injectLeftovers
  3183. 2310.02 s [conduit] works [✔]
  3184. 2310.02 s [conduit] monad transformer laws
  3185. 2310.02 s [conduit] transPipe [✔]
  3186. 2310.02 s [conduit] iterM
  3187. 2310.02 s [conduit] behavior [✔]
  3188. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3189. 2310.02 s [conduit] mapM_ equivalence [✔]
  3190. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3191. 2310.02 s [conduit] generalizing
  3192. 2310.02 s [conduit] works [✔]
  3193. 2310.02 s [conduit] mergeSource
  3194. 2310.02 s [conduit] works [✔]
  3195. 2310.02 s [conduit] does stop processing when the source exhausted [✔]
  3196. 2310.02 s [conduit] does not drop upstream items [✔]
  3197. 2310.02 s [conduit] passthroughSink
  3198. 2310.02 s [conduit] works [✔]
  3199. 2310.02 s [conduit] does nothing when downstream does nothing [✔]
  3200. 2310.02 s [conduit] handles the last input correctly #304 [✔]
  3201. 2310.02 s [conduit] mtl instances
  3202. 2310.02 s [conduit] ErrorT [✔]
  3203. 2310.02 s [conduit] WriterT
  3204. 2310.02 s [conduit] pass [✔]
  3205. 2310.02 s [conduit] Data.Conduit.Lift
  3206. 2310.02 s [conduit] execStateC [✔]
  3207. 2310.02 s [conduit] execWriterC [✔]
  3208. 2310.02 s [conduit] runExceptC [✔]
  3209. 2310.02 s [conduit] runMaybeC [✔]
  3210. 2310.02 s [conduit] sequenceSources
  3211. 2310.02 s [conduit] works [✔]
  3212. 2310.02 s [conduit] zipSink
  3213. 2310.02 s [conduit] zip equal-sized [✔]
  3214. 2310.02 s [conduit] zip distinct sizes [✔]
  3215. 2310.02 s [conduit] upstream results
  3216. 2310.02 s [conduit] fuseBoth [✔]
  3217. 2310.02 s [conduit] fuseBothMaybe with no result [✔]
  3218. 2310.02 s [conduit] fuseBothMaybe with result [✔]
  3219. 2310.02 s [conduit] fuseBothMaybe with almost result [✔]
  3220. 2310.02 s [conduit] catching exceptions
  3221. 2310.02 s [conduit] works [✔]
  3222. 2310.02 s [conduit] sourceToList
  3223. 2310.02 s [conduit] works lazily in Identity [✔]
  3224. 2310.02 s [conduit] is not lazy in IO [✔]
  3225. 2310.02 s [conduit] Data.Conduit.Extra.ZipConduit
  3226. 2310.02 s [conduit] ZipConduit [✔]
  3227. 2310.02 s [conduit] sequenceConduits [✔]
  3228. 2310.02 s [conduit] ZipConduitMonad [✔]
  3229. 2310.02 s [conduit] Comparing list function to
  3230. 2310.02 s [conduit] unfold [✔]
  3231. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3232. 2310.02 s [conduit] unfoldS [✔]
  3233. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3234. 2310.02 s [conduit] unfoldM [✔]
  3235. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3236. 2310.02 s [conduit] unfoldMS [✔]
  3237. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3238. 2310.02 s [conduit] sourceList [✔]
  3239. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3240. 2310.02 s [conduit] sourceListS [✔]
  3241. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3242. 2310.02 s [conduit] enumFromTo [✔]
  3243. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3244. 2310.02 s [conduit] enumFromToS [✔]
  3245. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3246. 2310.02 s [conduit] enumFromToS_int [✔]
  3247. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3248. 2310.02 s [conduit] iterate [✔]
  3249. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3250. 2310.02 s [conduit] iterateS [✔]
  3251. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3252. 2310.02 s [conduit] replicate [✔]
  3253. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3254. 2310.02 s [conduit] replicateS [✔]
  3255. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3256. 2310.02 s [conduit] replicateM [✔]
  3257. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3258. 2310.02 s [conduit] replicateMS [✔]
  3259. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3260. 2310.02 s [conduit] fold [✔]
  3261. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3262. 2310.02 s [conduit] foldS [✔]
  3263. 2310.02 s [conduit] +++ OK, passed 100 tests.
  3264. 2310.03 s [conduit] foldM [✔]
  3265. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3266. 2310.03 s [conduit] foldMS [✔]
  3267. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3268. 2310.03 s [conduit] foldMap [✔]
  3269. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3270. 2310.03 s [conduit] mapM_ [✔]
  3271. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3272. 2310.03 s [conduit] mapM_S [✔]
  3273. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3274. 2310.03 s [conduit] take [✔]
  3275. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3276. 2310.03 s [conduit] takeS [✔]
  3277. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3278. 2310.03 s [conduit] head [✔]
  3279. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3280. 2310.03 s [conduit] headS [✔]
  3281. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3282. 2310.03 s [conduit] peek [✔]
  3283. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3284. 2310.03 s [conduit] map [✔]
  3285. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3286. 2310.03 s [conduit] mapS [✔]
  3287. 2310.03 s [conduit] +++ OK, passed 100 tests.
  3288. 2310.04 s [conduit] mapM [✔]
  3289. 2310.04 s [conduit] +++ OK, passed 100 tests.
  3290. 2310.04 s [conduit] mapMS [✔]
  3291. 2310.04 s [conduit] +++ OK, passed 100 tests.
  3292. 2310.04 s [conduit] iterM [✔]
  3293. 2310.05 s [conduit] +++ OK, passed 100 tests.
  3294. 2310.05 s [conduit] iterMS [✔]
  3295. 2310.05 s [conduit] +++ OK, passed 100 tests.
  3296. 2310.05 s [conduit] mapMaybe [✔]
  3297. 2310.05 s [conduit] +++ OK, passed 100 tests.
  3298. 2310.05 s [conduit] mapMaybeS [✔]
  3299. 2310.05 s [conduit] +++ OK, passed 100 tests.
  3300. 2310.05 s [conduit] mapMaybeM [✔]
  3301. 2310.05 s [conduit] +++ OK, passed 100 tests.
  3302. 2310.05 s [conduit] mapMaybeMS [✔]
  3303. 2310.05 s [conduit] +++ OK, passed 100 tests.
  3304. 2310.05 s [conduit] catMaybes [✔]
  3305. 2310.05 s [conduit] +++ OK, passed 100 tests.
  3306. 2310.05 s [conduit] catMaybesS [✔]
  3307. 2310.05 s [conduit] +++ OK, passed 100 tests.
  3308. 2310.07 s [conduit] concat [✔]
  3309. 2310.07 s [conduit] +++ OK, passed 100 tests.
  3310. 2310.07 s [conduit] concatS [✔]
  3311. 2310.07 s [conduit] +++ OK, passed 100 tests.
  3312. 2310.09 s [conduit] concatMap [✔]
  3313. 2310.09 s [conduit] +++ OK, passed 100 tests.
  3314. 2310.10 s [conduit] concatMapS [✔]
  3315. 2310.10 s [conduit] +++ OK, passed 100 tests.
  3316. 2310.11 s [conduit] concatMapM [✔]
  3317. 2310.11 s [conduit] +++ OK, passed 100 tests.
  3318. 2310.13 s [conduit] concatMapMS [✔]
  3319. 2310.13 s [conduit] +++ OK, passed 100 tests.
  3320. 2310.15 s [conduit] concatMapAccum [✔]
  3321. 2310.15 s [conduit] +++ OK, passed 100 tests.
  3322. 2310.16 s [conduit] concatMapAccumS [✔]
  3323. 2310.16 s [conduit] +++ OK, passed 100 tests.
  3324. 2310.18 s [conduit] mapAccumS [✔]
  3325. 2310.18 s [conduit] +++ OK, passed 100 tests.
  3326. 2310.19 s [conduit] mapAccumMS [✔]
  3327. 2310.19 s [conduit] +++ OK, passed 100 tests.
  3328. 2310.19 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 )
  3329. 2310.21 s [conduit] mapFoldable [✔]
  3330. 2310.21 s [conduit] +++ OK, passed 100 tests.
  3331. 2310.22 s [conduit] mapFoldableS [✔]
  3332. 2310.22 s [conduit] +++ OK, passed 100 tests.
  3333. 2310.24 s [conduit] mapFoldableM [✔]
  3334. 2310.24 s [conduit] +++ OK, passed 100 tests.
  3335. 2310.25 s [conduit] mapFoldableMS [✔]
  3336. 2310.25 s [conduit] +++ OK, passed 100 tests.
  3337. 2310.25 s [conduit] consume [✔]
  3338. 2310.25 s [conduit] +++ OK, passed 100 tests.
  3339. 2310.25 s [conduit] consumeS [✔]
  3340. 2310.25 s [conduit] +++ OK, passed 100 tests.
  3341. 2310.25 s [conduit] groupBy [✔]
  3342. 2310.25 s [conduit] +++ OK, passed 100 tests.
  3343. 2310.26 s [conduit] groupByS [✔]
  3344. 2310.26 s [conduit] +++ OK, passed 100 tests.
  3345. 2310.26 s [conduit] groupOn1 [✔]
  3346. 2310.26 s [conduit] +++ OK, passed 100 tests.
  3347. 2310.26 s [conduit] groupOn1S [✔]
  3348. 2310.26 s [conduit] +++ OK, passed 100 tests.
  3349. 2310.26 s [conduit] isolate [✔]
  3350. 2310.26 s [conduit] +++ OK, passed 100 tests.
  3351. 2310.26 s [conduit] isolateS [✔]
  3352. 2310.26 s [conduit] +++ OK, passed 100 tests.
  3353. 2310.26 s [conduit] filter [✔]
  3354. 2310.26 s [conduit] +++ OK, passed 100 tests.
  3355. 2310.26 s [conduit] filterS [✔]
  3356. 2310.26 s [conduit] +++ OK, passed 100 tests.
  3357. 2310.26 s [conduit] sourceNull [✔]
  3358. 2310.26 s [conduit] +++ OK, passed 100 tests.
  3359. 2310.26 s [conduit] sourceNullS [✔]
  3360. 2310.26 s [conduit] +++ OK, passed 100 tests.
  3361. 2310.26 s [conduit]
  3362. 2310.26 s [conduit] Finished in 1.1733 seconds
  3363. 2310.26 s [conduit] 346 examples, 0 failures
  3364. 2310.27 s [conduit] Test suite conduit-test: PASS
  3365. 2310.27 s [conduit] Test suite logged to: dist/test/conduit-1.3.6.1-conduit-test.log
  3366. 2310.27 s [conduit] 1 of 1 test suites (1 of 1 test cases) passed.
  3367. 2310.29 s [conduit] Phase: haddockPhase
  3368. 2310.51 s [conduit] Preprocessing library for conduit-1.3.6.1...
  3369. 2310.52 s [conduit] Running Haddock on library for conduit-1.3.6.1...
  3370. 2310.52 s [conduit] Warning: The documentation for the following packages are not installed. No
  3371. 2310.52 s [conduit] links will be generated to these packages: vector-0.13.2.0
  3372. 2311.18 s [conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, nothing )
  3373. 2311.87 s [conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
  3374. 2311.87 s [conduit] The import of ‘Control.Applicative’ is redundant
  3375. 2311.87 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  3376. 2311.87 s [conduit] To import instances alone, use: import Control.Applicative()
  3377. 2311.87 s [conduit] |
  3378. 2311.87 s [conduit] 48 | import Control.Applicative (Applicative (..))
  3379. 2311.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3380. 2311.87 s [conduit]
  3381. 2311.88 s [conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
  3382. 2311.88 s [conduit] The import of ‘MonadUnliftIO’
  3383. 2311.88 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  3384. 2311.88 s [conduit] |
  3385. 2311.88 s [conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  3386. 2311.88 s [conduit] | ^^^^^^^^^^^^^
  3387. 2311.88 s [conduit]
  3388. 2311.88 s [conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
  3389. 2311.88 s [conduit] The import of ‘Data.Monoid’ is redundant
  3390. 2311.88 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  3391. 2311.88 s [conduit] To import instances alone, use: import Data.Monoid()
  3392. 2311.88 s [conduit] |
  3393. 2311.88 s [conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
  3394. 2311.88 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3395. 2311.88 s [conduit]
  3396. 2311.88 s [conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
  3397. 2311.88 s [conduit] The import of ‘Data.Semigroup’ is redundant
  3398. 2311.88 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  3399. 2311.88 s [conduit] To import instances alone, use: import Data.Semigroup()
  3400. 2311.88 s [conduit] |
  3401. 2311.88 s [conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
  3402. 2311.88 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3403. 2311.88 s [conduit]
  3404. 2311.89 s [conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, nothing )
  3405. 2312.14 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 )
  3406. 2312.55 s [conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  3407. 2312.55 s [conduit] The import of ‘Control.Applicative’ is redundant
  3408. 2312.55 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  3409. 2312.55 s [conduit] To import instances alone, use: import Control.Applicative()
  3410. 2312.55 s [conduit] |
  3411. 2312.55 s [conduit] 93 | import Control.Applicative (Applicative (..))
  3412. 2312.55 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3413. 2312.55 s [conduit]
  3414. 2312.55 s [conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
  3415. 2312.55 s [conduit] The import of ‘MonadUnliftIO’
  3416. 2312.55 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  3417. 2312.55 s [conduit] |
  3418. 2312.55 s [conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  3419. 2312.55 s [conduit] | ^^^^^^^^^^^^^
  3420. 2312.55 s [conduit]
  3421. 2312.55 s [conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
  3422. 2312.55 s [conduit] The import of ‘Data.Monoid’ is redundant
  3423. 2312.55 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  3424. 2312.55 s [conduit] To import instances alone, use: import Data.Monoid()
  3425. 2312.55 s [conduit] |
  3426. 2312.55 s [conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
  3427. 2312.55 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3428. 2312.55 s [conduit]
  3429. 2312.55 s [conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
  3430. 2312.56 s [conduit] The import of ‘Data.Semigroup’ is redundant
  3431. 2312.56 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  3432. 2312.56 s [conduit] To import instances alone, use: import Data.Semigroup()
  3433. 2312.56 s [conduit] |
  3434. 2312.56 s [conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
  3435. 2312.56 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3436. 2312.56 s [conduit]
  3437. 2312.56 s [conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
  3438. 2312.56 s [conduit] The import of ‘Data.Traversable’ is redundant
  3439. 2312.56 s [conduit] except perhaps to import instances from ‘Data.Traversable’
  3440. 2312.56 s [conduit] To import instances alone, use: import Data.Traversable()
  3441. 2312.56 s [conduit] |
  3442. 2312.56 s [conduit] 114 | import Data.Traversable (Traversable (..))
  3443. 2312.56 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3444. 2312.56 s [conduit]
  3445. 2312.56 s [conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
  3446. 2312.56 s [conduit] This binding for ‘p’ shadows the existing binding
  3447. 2312.56 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  3448. 2312.56 s [conduit] |
  3449. 2312.56 s [conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
  3450. 2312.56 s [conduit] | ^
  3451. 2312.56 s [conduit]
  3452. 2312.56 s [conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
  3453. 2312.56 s [conduit] This binding for ‘p’ shadows the existing binding
  3454. 2312.56 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  3455. 2312.56 s [conduit] |
  3456. 2312.56 s [conduit] 743 | go (Leftover p ()) = go p
  3457. 2312.56 s [conduit] | ^
  3458. 2312.56 s [conduit]
  3459. 2312.57 s [conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
  3460. 2312.57 s [conduit] This binding for ‘p’ shadows the existing binding
  3461. 2312.57 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  3462. 2312.57 s [conduit] |
  3463. 2312.57 s [conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
  3464. 2312.57 s [conduit] | ^
  3465. 2312.57 s [conduit]
  3466. 2312.57 s [conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
  3467. 2312.57 s [conduit] This binding for ‘p’ shadows the existing binding
  3468. 2312.57 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  3469. 2312.57 s [conduit] |
  3470. 2312.57 s [conduit] 760 | go (Leftover p ()) = go p
  3471. 2312.57 s [conduit] | ^
  3472. 2312.57 s [conduit]
  3473. 2312.58 s [conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, nothing )
  3474. 2312.63 s [conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
  3475. 2312.64 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3476. 2312.64 s [conduit] Deprecated: "Use .|"
  3477. 2312.64 s [conduit] |
  3478. 2312.64 s [conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
  3479. 2312.64 s [conduit] | ^^^
  3480. 2312.64 s [conduit]
  3481. 2312.64 s [conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
  3482. 2312.64 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  3483. 2312.64 s [conduit] Deprecated: "Use runConduit and .|"
  3484. 2312.64 s [conduit] |
  3485. 2312.64 s [conduit] 129 | unstream left $$ unstream right = connectStream left right
  3486. 2312.64 s [conduit] | ^^
  3487. 2312.64 s [conduit]
  3488. 2312.64 s [conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
  3489. 2312.64 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  3490. 2312.64 s [conduit] Deprecated: "Use runConduit and .|"
  3491. 2312.64 s [conduit] |
  3492. 2312.64 s [conduit] 154 | unstream left $$ right = connectStream1 left right
  3493. 2312.64 s [conduit] | ^^
  3494. 2312.64 s [conduit]
  3495. 2312.64 s [conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
  3496. 2312.64 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3497. 2312.64 s [conduit] Deprecated: "Use .|"
  3498. 2312.64 s [conduit] |
  3499. 2312.64 s [conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
  3500. 2312.64 s [conduit] | ^^^
  3501. 2312.64 s [conduit]
  3502. 2312.64 s [conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
  3503. 2312.64 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3504. 2312.64 s [conduit] Deprecated: "Use .|"
  3505. 2312.64 s [conduit] |
  3506. 2312.64 s [conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
  3507. 2312.64 s [conduit] | ^^^
  3508. 2312.64 s [conduit]
  3509. 2312.65 s [conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
  3510. 2312.65 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3511. 2312.65 s [conduit] Deprecated: "Use .|"
  3512. 2312.65 s [conduit] |
  3513. 2312.65 s [conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
  3514. 2312.65 s [conduit] | ^^^
  3515. 2312.65 s [conduit]
  3516. 2312.65 s [conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
  3517. 2312.65 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  3518. 2312.65 s [conduit] Deprecated: "Use runConduit and .|"
  3519. 2312.65 s [conduit] |
  3520. 2312.65 s [conduit] 214 | left $$ unstream right = connectStream2 left right
  3521. 2312.65 s [conduit] | ^^
  3522. 2312.65 s [conduit]
  3523. 2312.65 s [conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
  3524. 2312.65 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3525. 2312.65 s [conduit] Deprecated: "Use .|"
  3526. 2312.65 s [conduit] |
  3527. 2312.65 s [conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
  3528. 2312.65 s [conduit] | ^^^
  3529. 2312.65 s [conduit]
  3530. 2312.65 s [conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
  3531. 2312.65 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3532. 2312.65 s [conduit] Deprecated: "Use .|"
  3533. 2312.65 s [conduit] |
  3534. 2312.65 s [conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
  3535. 2312.65 s [conduit] | ^^^
  3536. 2312.65 s [conduit]
  3537. 2312.65 s [conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
  3538. 2312.65 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3539. 2312.65 s [conduit] Deprecated: "Use .|"
  3540. 2312.65 s [conduit] |
  3541. 2312.65 s [conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
  3542. 2312.65 s [conduit] | ^^^
  3543. 2312.65 s [conduit]
  3544. 2312.66 s [conduit] [ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, nothing )
  3545. 2312.81 s [conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, nothing )
  3546. 2313.15 s [conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3547. 2313.16 s [conduit] The use of ‘~’ without TypeOperators
  3548. 2313.16 s [conduit] will become an error in a future GHC release.
  3549. 2313.16 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3550. 2313.16 s [conduit] |
  3551. 2313.16 s [conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
  3552. 2313.16 s [conduit] | ^
  3553. 2313.16 s [conduit]
  3554. 2313.16 s [conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, nothing )
  3555. 2313.17 s [conduit] src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
  3556. 2313.17 s [conduit] The import of ‘Data.Functor.Identity’ is redundant
  3557. 2313.17 s [conduit] except perhaps to import instances from ‘Data.Functor.Identity’
  3558. 2313.17 s [conduit] To import instances alone, use: import Data.Functor.Identity()
  3559. 2313.17 s [conduit] |
  3560. 2313.17 s [conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
  3561. 2313.17 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3562. 2313.17 s [conduit]
  3563. 2313.17 s [conduit] src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
  3564. 2313.17 s [conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
  3565. 2313.17 s [conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
  3566. 2313.17 s [conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
  3567. 2313.17 s [conduit] |
  3568. 2313.17 s [conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
  3569. 2313.17 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3570. 2313.17 s [conduit]
  3571. 2313.17 s [conduit] src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
  3572. 2313.17 s [conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
  3573. 2313.17 s [conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
  3574. 2313.17 s [conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
  3575. 2313.17 s [conduit] |
  3576. 2313.17 s [conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
  3577. 2313.18 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3578. 2313.18 s [conduit]
  3579. 2313.18 s [conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, nothing )
  3580. 2313.18 s [conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, nothing )
  3581. 2313.36 s [conduit] src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
  3582. 2313.36 s [conduit] The import of ‘Data.Monoid’ is redundant
  3583. 2313.36 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  3584. 2313.36 s [conduit] To import instances alone, use: import Data.Monoid()
  3585. 2313.37 s [conduit] |
  3586. 2313.37 s [conduit] 67 | import Data.Monoid (Monoid(..))
  3587. 2313.37 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3588. 2313.37 s [conduit]
  3589. 2313.37 s [conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, nothing )
  3590. 2313.77 s [conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, nothing )
  3591. 2313.79 s [conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, nothing )
  3592. 2313.84 s [conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, nothing )
  3593. 2314.11 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 )
  3594. 2314.32 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 )
  3595. 2314.32 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 )
  3596. 2314.32 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 )
  3597. 2314.32 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 )
  3598. 2314.32 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 )
  3599. 2314.32 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 )
  3600. 2314.32 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 )
  3601. 2314.32 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 )
  3602. 2314.32 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 )
  3603. 2314.32 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 )
  3604. 2314.32 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 )
  3605. 2314.32 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 )
  3606. 2314.32 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 )
  3607. 2314.32 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 )
  3608. 2314.32 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 )
  3609. 2314.32 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 )
  3610. 2314.32 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 )
  3611. 2314.32 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 )
  3612. 2314.32 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 )
  3613. 2314.32 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 )
  3614. 2314.32 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 )
  3615. 2314.32 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 )
  3616. 2314.32 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 )
  3617. 2314.32 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 )
  3618. 2314.32 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 )
  3619. 2314.32 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 )
  3620. 2314.32 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 )
  3621. 2314.32 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 )
  3622. 2314.32 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 )
  3623. 2314.32 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 )
  3624. 2314.32 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 )
  3625. 2314.32 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 )
  3626. 2314.32 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 )
  3627. 2314.32 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 )
  3628. 2314.32 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 )
  3629. 2314.32 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 )
  3630. 2314.32 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 )
  3631. 2314.32 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 )
  3632. 2314.32 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 )
  3633. 2314.32 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 )
  3634. 2314.33 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 )
  3635. 2314.33 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 )
  3636. 2314.33 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 )
  3637. 2314.33 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 )
  3638. 2314.33 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 )
  3639. 2314.33 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 )
  3640. 2314.33 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 )
  3641. 2314.33 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 )
  3642. 2314.33 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 )
  3643. 2314.33 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 )
  3644. 2314.33 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 )
  3645. 2314.33 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 )
  3646. 2314.33 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 )
  3647. 2314.33 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 )
  3648. 2314.33 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 )
  3649. 2314.33 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 )
  3650. 2314.33 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 )
  3651. 2314.33 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 )
  3652. 2314.33 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 )
  3653. 2314.33 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 )
  3654. 2314.33 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 )
  3655. 2314.33 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 )
  3656. 2314.33 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 )
  3657. 2314.33 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 )
  3658. 2314.33 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 )
  3659. 2314.33 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 )
  3660. 2314.33 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 )
  3661. 2314.33 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 )
  3662. 2314.33 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 )
  3663. 2314.33 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 )
  3664. 2314.63 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3665. 2314.63 s [conduit] The use of ‘~’ without TypeOperators
  3666. 2314.63 s [conduit] will become an error in a future GHC release.
  3667. 2314.63 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3668. 2314.63 s [conduit] |
  3669. 2314.63 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  3670. 2314.63 s [conduit] | ^
  3671. 2314.63 s [conduit]
  3672. 2314.63 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3673. 2314.63 s [conduit] • The ‘~’ operator is out of scope.
  3674. 2314.63 s [conduit] Assuming it to stand for an equality constraint.
  3675. 2314.63 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3676. 2314.63 s [conduit] exported from Data.Type.Equality and Prelude.
  3677. 2314.63 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3678. 2314.63 s [conduit] • This will become an error in a future GHC release.
  3679. 2314.63 s [conduit] |
  3680. 2314.63 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  3681. 2314.63 s [conduit] | ^
  3682. 2314.63 s [conduit]
  3683. 2314.63 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3684. 2314.63 s [conduit] The use of ‘~’ without TypeOperators
  3685. 2314.63 s [conduit] will become an error in a future GHC release.
  3686. 2314.63 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3687. 2314.63 s [conduit] |
  3688. 2314.63 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  3689. 2314.63 s [conduit] | ^
  3690. 2314.63 s [conduit]
  3691. 2314.63 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3692. 2314.63 s [conduit] • The ‘~’ operator is out of scope.
  3693. 2314.63 s [conduit] Assuming it to stand for an equality constraint.
  3694. 2314.63 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3695. 2314.63 s [conduit] exported from Data.Type.Equality and Prelude.
  3696. 2314.63 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3697. 2314.63 s [conduit] • This will become an error in a future GHC release.
  3698. 2314.63 s [conduit] |
  3699. 2314.63 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  3700. 2314.63 s [conduit] | ^
  3701. 2314.63 s [conduit]
  3702. 2314.64 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3703. 2314.64 s [conduit] The use of ‘~’ without TypeOperators
  3704. 2314.64 s [conduit] will become an error in a future GHC release.
  3705. 2314.64 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3706. 2314.64 s [conduit] |
  3707. 2314.64 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3708. 2314.64 s [conduit] | ^
  3709. 2314.64 s [conduit]
  3710. 2314.64 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3711. 2314.64 s [conduit] • The ‘~’ operator is out of scope.
  3712. 2314.64 s [conduit] Assuming it to stand for an equality constraint.
  3713. 2314.64 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3714. 2314.64 s [conduit] exported from Data.Type.Equality and Prelude.
  3715. 2314.64 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3716. 2314.64 s [conduit] • This will become an error in a future GHC release.
  3717. 2314.64 s [conduit] |
  3718. 2314.64 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3719. 2314.64 s [conduit] | ^
  3720. 2314.64 s [conduit]
  3721. 2314.64 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3722. 2314.64 s [conduit] The use of ‘~’ without TypeOperators
  3723. 2314.64 s [conduit] will become an error in a future GHC release.
  3724. 2314.64 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3725. 2314.64 s [conduit] |
  3726. 2314.64 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3727. 2314.64 s [conduit] | ^
  3728. 2314.64 s [conduit]
  3729. 2314.64 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3730. 2314.64 s [conduit] • The ‘~’ operator is out of scope.
  3731. 2314.64 s [conduit] Assuming it to stand for an equality constraint.
  3732. 2314.64 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3733. 2314.64 s [conduit] exported from Data.Type.Equality and Prelude.
  3734. 2314.64 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3735. 2314.64 s [conduit] • This will become an error in a future GHC release.
  3736. 2314.64 s [conduit] |
  3737. 2314.64 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3738. 2314.64 s [conduit] | ^
  3739. 2314.64 s [conduit]
  3740. 2314.64 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3741. 2314.64 s [conduit] The use of ‘~’ without TypeOperators
  3742. 2314.64 s [conduit] will become an error in a future GHC release.
  3743. 2314.65 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3744. 2314.65 s [conduit] |
  3745. 2314.65 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3746. 2314.65 s [conduit] | ^
  3747. 2314.65 s [conduit]
  3748. 2314.65 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3749. 2314.65 s [conduit] • The ‘~’ operator is out of scope.
  3750. 2314.65 s [conduit] Assuming it to stand for an equality constraint.
  3751. 2314.65 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3752. 2314.65 s [conduit] exported from Data.Type.Equality and Prelude.
  3753. 2314.65 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3754. 2314.65 s [conduit] • This will become an error in a future GHC release.
  3755. 2314.65 s [conduit] |
  3756. 2314.65 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3757. 2314.65 s [conduit] | ^
  3758. 2314.65 s [conduit]
  3759. 2314.65 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3760. 2314.65 s [conduit] The use of ‘~’ without TypeOperators
  3761. 2314.65 s [conduit] will become an error in a future GHC release.
  3762. 2314.65 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3763. 2314.65 s [conduit] |
  3764. 2314.65 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3765. 2314.65 s [conduit] | ^
  3766. 2314.65 s [conduit]
  3767. 2314.65 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3768. 2314.65 s [conduit] • The ‘~’ operator is out of scope.
  3769. 2314.65 s [conduit] Assuming it to stand for an equality constraint.
  3770. 2314.65 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3771. 2314.65 s [conduit] exported from Data.Type.Equality and Prelude.
  3772. 2314.65 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3773. 2314.65 s [conduit] • This will become an error in a future GHC release.
  3774. 2314.65 s [conduit] |
  3775. 2314.65 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3776. 2314.65 s [conduit] | ^
  3777. 2314.65 s [conduit]
  3778. 2314.65 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3779. 2314.65 s [conduit] The use of ‘~’ without TypeOperators
  3780. 2314.65 s [conduit] will become an error in a future GHC release.
  3781. 2314.65 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3782. 2314.65 s [conduit] |
  3783. 2314.65 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3784. 2314.65 s [conduit] | ^
  3785. 2314.65 s [conduit]
  3786. 2314.66 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3787. 2314.66 s [conduit] • The ‘~’ operator is out of scope.
  3788. 2314.66 s [conduit] Assuming it to stand for an equality constraint.
  3789. 2314.66 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3790. 2314.66 s [conduit] exported from Data.Type.Equality and Prelude.
  3791. 2314.66 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3792. 2314.66 s [conduit] • This will become an error in a future GHC release.
  3793. 2314.66 s [conduit] |
  3794. 2314.66 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3795. 2314.66 s [conduit] | ^
  3796. 2314.66 s [conduit]
  3797. 2314.66 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3798. 2314.66 s [conduit] The use of ‘~’ without TypeOperators
  3799. 2314.66 s [conduit] will become an error in a future GHC release.
  3800. 2314.66 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3801. 2314.66 s [conduit] |
  3802. 2314.66 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  3803. 2314.66 s [conduit] | ^
  3804. 2314.66 s [conduit]
  3805. 2314.66 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3806. 2314.66 s [conduit] • The ‘~’ operator is out of scope.
  3807. 2314.66 s [conduit] Assuming it to stand for an equality constraint.
  3808. 2314.66 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3809. 2314.66 s [conduit] exported from Data.Type.Equality and Prelude.
  3810. 2314.66 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3811. 2314.66 s [conduit] • This will become an error in a future GHC release.
  3812. 2314.66 s [conduit] |
  3813. 2314.66 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  3814. 2314.66 s [conduit] | ^
  3815. 2314.66 s [conduit]
  3816. 2314.66 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3817. 2314.66 s [conduit] The use of ‘~’ without TypeOperators
  3818. 2314.66 s [conduit] will become an error in a future GHC release.
  3819. 2314.66 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3820. 2314.66 s [conduit] |
  3821. 2314.66 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  3822. 2314.66 s [conduit] | ^
  3823. 2314.66 s [conduit]
  3824. 2314.66 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3825. 2314.66 s [conduit] • The ‘~’ operator is out of scope.
  3826. 2314.66 s [conduit] Assuming it to stand for an equality constraint.
  3827. 2314.66 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3828. 2314.67 s [conduit] exported from Data.Type.Equality and Prelude.
  3829. 2314.67 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3830. 2314.67 s [conduit] • This will become an error in a future GHC release.
  3831. 2314.67 s [conduit] |
  3832. 2314.67 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  3833. 2314.67 s [conduit] | ^
  3834. 2314.67 s [conduit]
  3835. 2314.67 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3836. 2314.67 s [conduit] The use of ‘~’ without TypeOperators
  3837. 2314.67 s [conduit] will become an error in a future GHC release.
  3838. 2314.67 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3839. 2314.67 s [conduit] |
  3840. 2314.67 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3841. 2314.67 s [conduit] | ^
  3842. 2314.67 s [conduit]
  3843. 2314.67 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3844. 2314.67 s [conduit] • The ‘~’ operator is out of scope.
  3845. 2314.67 s [conduit] Assuming it to stand for an equality constraint.
  3846. 2314.67 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3847. 2314.67 s [conduit] exported from Data.Type.Equality and Prelude.
  3848. 2314.67 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3849. 2314.67 s [conduit] • This will become an error in a future GHC release.
  3850. 2314.67 s [conduit] |
  3851. 2314.67 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3852. 2314.67 s [conduit] | ^
  3853. 2314.67 s [conduit]
  3854. 2314.67 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3855. 2314.67 s [conduit] The use of ‘~’ without TypeOperators
  3856. 2314.67 s [conduit] will become an error in a future GHC release.
  3857. 2314.67 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3858. 2314.67 s [conduit] |
  3859. 2314.67 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3860. 2314.67 s [conduit] | ^
  3861. 2314.67 s [conduit]
  3862. 2314.67 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3863. 2314.67 s [conduit] • The ‘~’ operator is out of scope.
  3864. 2314.67 s [conduit] Assuming it to stand for an equality constraint.
  3865. 2314.67 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3866. 2314.67 s [conduit] exported from Data.Type.Equality and Prelude.
  3867. 2314.67 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3868. 2314.67 s [conduit] • This will become an error in a future GHC release.
  3869. 2314.67 s [conduit] |
  3870. 2314.67 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3871. 2314.67 s [conduit] | ^
  3872. 2314.67 s [conduit]
  3873. 2314.68 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3874. 2314.68 s [conduit] The use of ‘~’ without TypeOperators
  3875. 2314.68 s [conduit] will become an error in a future GHC release.
  3876. 2314.68 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3877. 2314.68 s [conduit] |
  3878. 2314.68 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  3879. 2314.68 s [conduit] | ^
  3880. 2314.68 s [conduit]
  3881. 2314.68 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3882. 2314.68 s [conduit] • The ‘~’ operator is out of scope.
  3883. 2314.68 s [conduit] Assuming it to stand for an equality constraint.
  3884. 2314.68 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3885. 2314.68 s [conduit] exported from Data.Type.Equality and Prelude.
  3886. 2314.68 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3887. 2314.68 s [conduit] • This will become an error in a future GHC release.
  3888. 2314.68 s [conduit] |
  3889. 2314.68 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  3890. 2314.68 s [conduit] | ^
  3891. 2314.68 s [conduit]
  3892. 2314.69 s [conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, nothing )
  3893. 2314.77 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 )
  3894. 2314.77 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3895. 2314.77 s [conduit] The use of ‘~’ without TypeOperators
  3896. 2314.77 s [conduit] will become an error in a future GHC release.
  3897. 2314.77 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3898. 2314.77 s [conduit] |
  3899. 2314.77 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3900. 2314.77 s [conduit] | ^
  3901. 2314.77 s [conduit]
  3902. 2314.78 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3903. 2314.78 s [conduit] • The ‘~’ operator is out of scope.
  3904. 2314.78 s [conduit] Assuming it to stand for an equality constraint.
  3905. 2314.78 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3906. 2314.78 s [conduit] exported from Data.Type.Equality and Prelude.
  3907. 2314.78 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3908. 2314.78 s [conduit] • This will become an error in a future GHC release.
  3909. 2314.78 s [conduit] |
  3910. 2314.78 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3911. 2314.78 s [conduit] | ^
  3912. 2314.78 s [conduit]
  3913. 2314.78 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3914. 2314.78 s [conduit] The use of ‘~’ without TypeOperators
  3915. 2314.78 s [conduit] will become an error in a future GHC release.
  3916. 2314.78 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3917. 2314.78 s [conduit] |
  3918. 2314.78 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3919. 2314.78 s [conduit] | ^
  3920. 2314.78 s [conduit]
  3921. 2314.78 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3922. 2314.78 s [conduit] • The ‘~’ operator is out of scope.
  3923. 2314.78 s [conduit] Assuming it to stand for an equality constraint.
  3924. 2314.78 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3925. 2314.78 s [conduit] exported from Data.Type.Equality and Prelude.
  3926. 2314.78 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3927. 2314.78 s [conduit] • This will become an error in a future GHC release.
  3928. 2314.78 s [conduit] |
  3929. 2314.78 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3930. 2314.78 s [conduit] | ^
  3931. 2314.78 s [conduit]
  3932. 2314.78 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3933. 2314.78 s [conduit] The use of ‘~’ without TypeOperators
  3934. 2314.78 s [conduit] will become an error in a future GHC release.
  3935. 2314.78 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3936. 2314.78 s [conduit] |
  3937. 2314.78 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3938. 2314.78 s [conduit] | ^
  3939. 2314.78 s [conduit]
  3940. 2314.78 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3941. 2314.79 s [conduit] • The ‘~’ operator is out of scope.
  3942. 2314.79 s [conduit] Assuming it to stand for an equality constraint.
  3943. 2314.79 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3944. 2314.79 s [conduit] exported from Data.Type.Equality and Prelude.
  3945. 2314.79 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3946. 2314.79 s [conduit] • This will become an error in a future GHC release.
  3947. 2314.79 s [conduit] |
  3948. 2314.79 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3949. 2314.79 s [conduit] | ^
  3950. 2314.79 s [conduit]
  3951. 2314.79 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3952. 2314.79 s [conduit] The use of ‘~’ without TypeOperators
  3953. 2314.79 s [conduit] will become an error in a future GHC release.
  3954. 2314.79 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3955. 2314.79 s [conduit] |
  3956. 2314.79 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3957. 2314.79 s [conduit] | ^
  3958. 2314.79 s [conduit]
  3959. 2314.79 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3960. 2314.79 s [conduit] • The ‘~’ operator is out of scope.
  3961. 2314.79 s [conduit] Assuming it to stand for an equality constraint.
  3962. 2314.79 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3963. 2314.79 s [conduit] exported from Data.Type.Equality and Prelude.
  3964. 2314.79 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3965. 2314.79 s [conduit] • This will become an error in a future GHC release.
  3966. 2314.79 s [conduit] |
  3967. 2314.79 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3968. 2314.79 s [conduit] | ^
  3969. 2314.79 s [conduit]
  3970. 2314.79 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3971. 2314.79 s [conduit] The use of ‘~’ without TypeOperators
  3972. 2314.79 s [conduit] will become an error in a future GHC release.
  3973. 2314.79 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3974. 2314.79 s [conduit] |
  3975. 2314.79 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3976. 2314.79 s [conduit] | ^
  3977. 2314.79 s [conduit]
  3978. 2314.79 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3979. 2314.79 s [conduit] • The ‘~’ operator is out of scope.
  3980. 2314.79 s [conduit] Assuming it to stand for an equality constraint.
  3981. 2314.79 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3982. 2314.79 s [conduit] exported from Data.Type.Equality and Prelude.
  3983. 2314.79 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3984. 2314.79 s [conduit] • This will become an error in a future GHC release.
  3985. 2314.79 s [conduit] |
  3986. 2314.79 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3987. 2314.79 s [conduit] | ^
  3988. 2314.79 s [conduit]
  3989. 2314.79 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3990. 2314.79 s [conduit] The use of ‘~’ without TypeOperators
  3991. 2314.79 s [conduit] will become an error in a future GHC release.
  3992. 2314.79 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3993. 2314.79 s [conduit] |
  3994. 2314.79 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  3995. 2314.80 s [conduit] | ^
  3996. 2314.80 s [conduit]
  3997. 2314.80 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3998. 2314.80 s [conduit] • The ‘~’ operator is out of scope.
  3999. 2314.80 s [conduit] Assuming it to stand for an equality constraint.
  4000. 2314.80 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4001. 2314.80 s [conduit] exported from Data.Type.Equality and Prelude.
  4002. 2314.80 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4003. 2314.80 s [conduit] • This will become an error in a future GHC release.
  4004. 2314.80 s [conduit] |
  4005. 2314.80 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  4006. 2314.80 s [conduit] | ^
  4007. 2314.80 s [conduit]
  4008. 2314.80 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4009. 2314.80 s [conduit] The use of ‘~’ without TypeOperators
  4010. 2314.80 s [conduit] will become an error in a future GHC release.
  4011. 2314.80 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4012. 2314.80 s [conduit] |
  4013. 2314.80 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  4014. 2314.80 s [conduit] | ^
  4015. 2314.80 s [conduit]
  4016. 2314.80 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4017. 2314.80 s [conduit] • The ‘~’ operator is out of scope.
  4018. 2314.80 s [conduit] Assuming it to stand for an equality constraint.
  4019. 2314.80 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4020. 2314.80 s [conduit] exported from Data.Type.Equality and Prelude.
  4021. 2314.80 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4022. 2314.80 s [conduit] • This will become an error in a future GHC release.
  4023. 2314.80 s [conduit] |
  4024. 2314.80 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  4025. 2314.80 s [conduit] | ^
  4026. 2314.80 s [conduit]
  4027. 2314.80 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4028. 2314.80 s [conduit] The use of ‘~’ without TypeOperators
  4029. 2314.80 s [conduit] will become an error in a future GHC release.
  4030. 2314.80 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4031. 2314.80 s [conduit] |
  4032. 2314.80 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4033. 2314.80 s [conduit] | ^
  4034. 2314.80 s [conduit]
  4035. 2314.80 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4036. 2314.80 s [conduit] • The ‘~’ operator is out of scope.
  4037. 2314.80 s [conduit] Assuming it to stand for an equality constraint.
  4038. 2314.80 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4039. 2314.80 s [conduit] exported from Data.Type.Equality and Prelude.
  4040. 2314.80 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4041. 2314.80 s [conduit] • This will become an error in a future GHC release.
  4042. 2314.80 s [conduit] |
  4043. 2314.80 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4044. 2314.81 s [conduit] | ^
  4045. 2314.81 s [conduit]
  4046. 2314.81 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4047. 2314.81 s [conduit] The use of ‘~’ without TypeOperators
  4048. 2314.81 s [conduit] will become an error in a future GHC release.
  4049. 2314.81 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4050. 2314.81 s [conduit] |
  4051. 2314.81 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4052. 2314.81 s [conduit] | ^
  4053. 2314.81 s [conduit]
  4054. 2314.81 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4055. 2314.81 s [conduit] • The ‘~’ operator is out of scope.
  4056. 2314.81 s [conduit] Assuming it to stand for an equality constraint.
  4057. 2314.81 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4058. 2314.81 s [conduit] exported from Data.Type.Equality and Prelude.
  4059. 2314.81 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4060. 2314.81 s [conduit] • This will become an error in a future GHC release.
  4061. 2314.81 s [conduit] |
  4062. 2314.81 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4063. 2314.81 s [conduit] | ^
  4064. 2314.81 s [conduit]
  4065. 2314.81 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4066. 2314.81 s [conduit] The use of ‘~’ without TypeOperators
  4067. 2314.81 s [conduit] will become an error in a future GHC release.
  4068. 2314.81 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4069. 2314.81 s [conduit] |
  4070. 2314.81 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  4071. 2314.81 s [conduit] | ^
  4072. 2314.81 s [conduit]
  4073. 2314.81 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4074. 2314.81 s [conduit] • The ‘~’ operator is out of scope.
  4075. 2314.81 s [conduit] Assuming it to stand for an equality constraint.
  4076. 2314.81 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4077. 2314.81 s [conduit] exported from Data.Type.Equality and Prelude.
  4078. 2314.81 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4079. 2314.81 s [conduit] • This will become an error in a future GHC release.
  4080. 2314.81 s [conduit] |
  4081. 2314.81 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  4082. 2314.81 s [conduit] | ^
  4083. 2314.81 s [conduit]
  4084. 2314.82 s [conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, nothing )
  4085. 2314.82 s [conduit] Haddock coverage:
  4086. 2314.83 s [conduit] Warning: 'hoist' is out of scope.
  4087. 2314.83 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4088. 2314.83 s [conduit] Warning: 'Source' is out of scope.
  4089. 2314.83 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4090. 2314.83 s [conduit] Warning: 'Conduit' is out of scope.
  4091. 2314.83 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4092. 2314.83 s [conduit] Warning: 'catchC' is out of scope.
  4093. 2314.83 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4094. 2314.83 s [conduit] Warning: 'tryC' is out of scope.
  4095. 2314.83 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4096. 2314.83 s [conduit] Warning: 'ZipConduit' is ambiguous. It is defined
  4097. 2314.83 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:30
  4098. 2314.83 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:1
  4099. 2314.83 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  4100. 2314.83 s [conduit] by specifying the type/value namespace explicitly.
  4101. 2314.83 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1229:1
  4102. 2314.83 s [conduit] Warning: 'ConduitT' is ambiguous. It is defined
  4103. 2314.83 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:28
  4104. 2314.83 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:1
  4105. 2314.83 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  4106. 2314.83 s [conduit] by specifying the type/value namespace explicitly.
  4107. 2314.83 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:123:1
  4108. 2314.84 s [conduit] Warning: 'SealedConduitT' is ambiguous. It is defined
  4109. 2314.84 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:34
  4110. 2314.84 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:1
  4111. 2314.84 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  4112. 2314.84 s [conduit] by specifying the type/value namespace explicitly.
  4113. 2314.84 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:138:1
  4114. 2314.84 s [conduit] 18% ( 3 / 16) in 'Data.Conduit.Internal.Fusion'
  4115. 2314.84 s [conduit] Missing documentation for:
  4116. 2314.84 s [conduit] Module header
  4117. 2314.84 s [conduit] Stream (src/Data/Conduit/Internal/Fusion.hs:39)
  4118. 2314.84 s [conduit] ConduitWithStream (src/Data/Conduit/Internal/Fusion.hs:43)
  4119. 2314.84 s [conduit] StreamConduitT (src/Data/Conduit/Internal/Fusion.hs:47)
  4120. 2314.84 s [conduit] StreamConduit (src/Data/Conduit/Internal/Fusion.hs:49)
  4121. 2314.84 s [conduit] StreamSource (src/Data/Conduit/Internal/Fusion.hs:51)
  4122. 2314.84 s [conduit] StreamProducer (src/Data/Conduit/Internal/Fusion.hs:53)
  4123. 2314.84 s [conduit] StreamSink (src/Data/Conduit/Internal/Fusion.hs:55)
  4124. 2314.84 s [conduit] StreamConsumer (src/Data/Conduit/Internal/Fusion.hs:57)
  4125. 2314.84 s [conduit] streamConduit (src/Data/Conduit/Internal/Fusion.hs:250)
  4126. 2314.84 s [conduit] streamSource (src/Data/Conduit/Internal/Fusion.hs:257)
  4127. 2314.84 s [conduit] streamSourcePure (src/Data/Conduit/Internal/Fusion.hs:275)
  4128. 2314.84 s [conduit] unstream (src/Data/Conduit/Internal/Fusion.hs:60)
  4129. 2314.84 s [conduit] 0% ( 0 / 41) in 'Data.Conduit.Internal.List.Stream'
  4130. 2314.84 s [conduit] Missing documentation for:
  4131. 2314.84 s [conduit] Module header
  4132. 2314.84 s [conduit] unfoldS (src/Data/Conduit/Internal/List/Stream.hs:17)
  4133. 2314.84 s [conduit] unfoldEitherS (src/Data/Conduit/Internal/List/Stream.hs:30)
  4134. 2314.84 s [conduit] unfoldMS (src/Data/Conduit/Internal/List/Stream.hs:43)
  4135. 2314.84 s [conduit] unfoldEitherMS (src/Data/Conduit/Internal/List/Stream.hs:57)
  4136. 2314.84 s [conduit] sourceListS (src/Data/Conduit/Internal/List/Stream.hs:67)
  4137. 2314.84 s [conduit] enumFromToS (src/Data/Conduit/Internal/List/Stream.hs:78)
  4138. 2314.84 s [conduit] enumFromToS_int (src/Data/Conduit/Internal/List/Stream.hs:90)
  4139. 2314.84 s [conduit] iterateS (src/Data/Conduit/Internal/List/Stream.hs:101)
  4140. 2314.84 s [conduit] replicateS (src/Data/Conduit/Internal/List/Stream.hs:110)
  4141. 2314.84 s [conduit] replicateMS (src/Data/Conduit/Internal/List/Stream.hs:119)
  4142. 2314.84 s [conduit] foldS (src/Data/Conduit/Internal/List/Stream.hs:128)
  4143. 2314.84 s [conduit] foldMS (src/Data/Conduit/Internal/List/Stream.hs:140)
  4144. 2314.84 s [conduit] mapM_S (src/Data/Conduit/Internal/List/Stream.hs:156)
  4145. 2314.84 s [conduit] dropS (src/Data/Conduit/Internal/List/Stream.hs:170)
  4146. 2314.84 s [conduit] takeS (src/Data/Conduit/Internal/List/Stream.hs:185)
  4147. 2314.84 s [conduit] headS (src/Data/Conduit/Internal/List/Stream.hs:198)
  4148. 2314.84 s [conduit] mapS (src/Data/Conduit/Internal/List/Stream.hs:210)
  4149. 2314.84 s [conduit] mapMS (src/Data/Conduit/Internal/List/Stream.hs:222)
  4150. 2314.84 s [conduit] iterMS (src/Data/Conduit/Internal/List/Stream.hs:234)
  4151. 2314.84 s [conduit] mapMaybeS (src/Data/Conduit/Internal/List/Stream.hs:246)
  4152. 2314.84 s [conduit] mapMaybeMS (src/Data/Conduit/Internal/List/Stream.hs:261)
  4153. 2314.84 s [conduit] catMaybesS (src/Data/Conduit/Internal/List/Stream.hs:277)
  4154. 2314.84 s [conduit] concatS (src/Data/Conduit/Internal/List/Stream.hs:290)
  4155. 2314.84 s [conduit] concatMapS (src/Data/Conduit/Internal/List/Stream.hs:303)
  4156. 2314.84 s [conduit] concatMapMS (src/Data/Conduit/Internal/List/Stream.hs:316)
  4157. 2314.84 s [conduit] concatMapAccumS (src/Data/Conduit/Internal/List/Stream.hs:331)
  4158. 2314.84 s [conduit] mapAccumS (src/Data/Conduit/Internal/List/Stream.hs:346)
  4159. 2314.84 s [conduit] mapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:360)
  4160. 2314.84 s [conduit] concatMapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:374)
  4161. 2314.84 s [conduit] mapFoldableS (src/Data/Conduit/Internal/List/Stream.hs:389)
  4162. 2314.84 s [conduit] mapFoldableMS (src/Data/Conduit/Internal/List/Stream.hs:402)
  4163. 2314.84 s [conduit] consumeS (src/Data/Conduit/Internal/List/Stream.hs:417)
  4164. 2314.84 s [conduit] groupByS (src/Data/Conduit/Internal/List/Stream.hs:429)
  4165. 2314.84 s [conduit] groupOn1S (src/Data/Conduit/Internal/List/Stream.hs:433)
  4166. 2314.84 s [conduit] GroupByState (src/Data/Conduit/Internal/List/Stream.hs:436)
  4167. 2314.84 s [conduit] groupBy1S (src/Data/Conduit/Internal/List/Stream.hs:442)
  4168. 2314.84 s [conduit] isolateS (src/Data/Conduit/Internal/List/Stream.hs:463)
  4169. 2314.84 s [conduit] filterS (src/Data/Conduit/Internal/List/Stream.hs:476)
  4170. 2314.84 s [conduit] sinkNullS (src/Data/Conduit/Internal/List/Stream.hs:489)
  4171. 2314.84 s [conduit] sourceNullS (src/Data/Conduit/Internal/List/Stream.hs:501)
  4172. 2314.84 s [conduit] 11% ( 3 / 27) in 'Data.Conduit.Combinators.Stream'
  4173. 2314.84 s [conduit] Missing documentation for:
  4174. 2314.84 s [conduit] yieldManyS (src/Data/Conduit/Combinators/Stream.hs:71)
  4175. 2314.84 s [conduit] repeatMS (src/Data/Conduit/Combinators/Stream.hs:81)
  4176. 2314.84 s [conduit] repeatWhileMS (src/Data/Conduit/Combinators/Stream.hs:91)
  4177. 2314.84 s [conduit] foldl1S (src/Data/Conduit/Combinators/Stream.hs:104)
  4178. 2314.84 s [conduit] allS (src/Data/Conduit/Combinators/Stream.hs:118)
  4179. 2314.84 s [conduit] anyS (src/Data/Conduit/Combinators/Stream.hs:124)
  4180. 2314.84 s [conduit] sinkLazyS (src/Data/Conduit/Combinators/Stream.hs:132)
  4181. 2314.84 s [conduit] sinkVectorS (src/Data/Conduit/Combinators/Stream.hs:137)
  4182. 2314.84 s [conduit] sinkVectorNS (src/Data/Conduit/Combinators/Stream.hs:163)
  4183. 2314.84 s [conduit] sinkLazyBuilderS (src/Data/Conduit/Combinators/Stream.hs:182)
  4184. 2314.84 s [conduit] lastS (src/Data/Conduit/Combinators/Stream.hs:187)
  4185. 2314.84 s [conduit] lastES (src/Data/Conduit/Combinators/Stream.hs:200)
  4186. 2314.84 s [conduit] findS (src/Data/Conduit/Combinators/Stream.hs:214)
  4187. 2314.84 s [conduit] concatMapS (src/Data/Conduit/Combinators/Stream.hs:231)
  4188. 2314.84 s [conduit] concatMapMS (src/Data/Conduit/Combinators/Stream.hs:246)
  4189. 2314.84 s [conduit] concatS (src/Data/Conduit/Combinators/Stream.hs:262)
  4190. 2314.84 s [conduit] scanlS (src/Data/Conduit/Combinators/Stream.hs:270)
  4191. 2314.84 s [conduit] scanlMS (src/Data/Conduit/Combinators/Stream.hs:285)
  4192. 2314.84 s [conduit] mapAccumWhileS (src/Data/Conduit/Combinators/Stream.hs:301)
  4193. 2314.84 s [conduit] mapAccumWhileMS (src/Data/Conduit/Combinators/Stream.hs:316)
  4194. 2314.84 s [conduit] intersperseS (src/Data/Conduit/Combinators/Stream.hs:337)
  4195. 2314.84 s [conduit] slidingWindowS (src/Data/Conduit/Combinators/Stream.hs:363)
  4196. 2314.84 s [conduit] filterMS (src/Data/Conduit/Combinators/Stream.hs:394)
  4197. 2314.84 s [conduit] splitOnUnboundedES (src/Data/Conduit/Combinators/Stream.hs:420)
  4198. 2314.84 s [conduit] 97% ( 78 / 80) in 'Data.Conduit'
  4199. 2314.84 s [conduit] Missing documentation for:
  4200. 2314.84 s [conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
  4201. 2314.84 s [conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
  4202. 2314.85 s [conduit] 91% ( 81 / 89) in 'Data.Conduit.Internal'
  4203. 2314.85 s [conduit] Missing documentation for:
  4204. 2314.85 s [conduit] Module header
  4205. 2314.85 s [conduit] enumFromTo (src/Data/Conduit/Internal/Pipe.hs:500)
  4206. 2314.85 s [conduit] yieldM (src/Data/Conduit/Internal/Pipe.hs:251)
  4207. 2314.85 s [conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
  4208. 2314.85 s [conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
  4209. 2314.85 s [conduit] sourceToPipe (src/Data/Conduit/Internal/Conduit.hs:333)
  4210. 2314.85 s [conduit] sinkToPipe (src/Data/Conduit/Internal/Conduit.hs:343)
  4211. 2314.85 s [conduit] conduitToPipe (src/Data/Conduit/Internal/Conduit.hs:353)
  4212. 2314.85 s [conduit] 100% ( 42 / 42) in 'Data.Conduit.Lift'
  4213. 2314.85 s [conduit] Warning: 'succ' is out of scope.
  4214. 2314.85 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4215. 2314.86 s [conduit] Warning: 'Foldable' is out of scope.
  4216. 2314.86 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4217. 2314.86 s [conduit] 100% ( 60 / 60) in 'Data.Conduit.List'
  4218. 2314.86 s [conduit] Warning: 'ResourceT' is out of scope.
  4219. 2314.86 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4220. 2314.88 s [conduit] Warning: 'chunkSize' is out of scope.
  4221. 2314.88 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4222. 2314.88 s [conduit] Warning: 'Flush' is ambiguous. It is defined
  4223. 2314.88 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:26
  4224. 2314.88 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:1
  4225. 2314.88 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  4226. 2314.88 s [conduit] by specifying the type/value namespace explicitly.
  4227. 2314.88 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1093:1
  4228. 2314.88 s [conduit] 100% (167 /167) in 'Data.Conduit.Combinators'
  4229. 2314.88 s [conduit] Warning: 'succ' is out of scope.
  4230. 2314.88 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4231. 2314.89 s [conduit] Warning: 'iterM' is out of scope.
  4232. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4233. 2314.89 s [conduit] Warning: 'takeExactly' is out of scope.
  4234. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4235. 2314.89 s [conduit] Warning: 'takeExactlyE' is out of scope.
  4236. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4237. 2314.89 s [conduit] Warning: 'take' is out of scope.
  4238. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4239. 2314.89 s [conduit] Warning: 'takeE' is out of scope.
  4240. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4241. 2314.89 s [conduit] Warning: 'concatMap' is out of scope.
  4242. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4243. 2314.89 s [conduit] Warning: 'chunkSize' is out of scope.
  4244. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4245. 2314.89 s [conduit] Warning: 'chunksOfExactlyE' is out of scope.
  4246. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4247. 2314.89 s [conduit] Warning: 'chunksOfE' is out of scope.
  4248. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4249. 2314.89 s [conduit] Warning: 'mapM_' is out of scope.
  4250. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4251. 2314.89 s [conduit] Warning: 'concatMapM' is out of scope.
  4252. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4253. 2314.89 s [conduit] Warning: 'line' is out of scope.
  4254. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4255. 2314.89 s [conduit] Warning: 'unlines' is out of scope.
  4256. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4257. 2314.89 s [conduit] Warning: 'linesUnbounded' is out of scope.
  4258. 2314.89 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4259. 2314.90 s [conduit] 100% (171 /171) in 'Conduit'
  4260. 2315.19 s [conduit] Warning: Data.Conduit.Combinators.Stream: could not find link destinations for:
  4261. 2315.19 s [conduit] - Data.Vector.Generic.Base.Vector
  4262. 2315.39 s [conduit] Warning: Data.Conduit: could not find link destinations for:
  4263. 2315.39 s [conduit] - GHC.Internal.Generics.Rep_Void
  4264. 2315.39 s [conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
  4265. 2315.41 s [conduit] Warning: Data.Conduit.Internal: could not find link destinations for:
  4266. 2315.41 s [conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
  4267. 2315.41 s [conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
  4268. 2315.42 s [conduit] Warning: Data.Conduit.Combinators: could not find link destinations for:
  4269. 2315.43 s [conduit] - Data.Vector.Generic.Base.Vector
  4270. 2315.43 s [conduit] - Data.Conduit.Combinators.Buffer
  4271. 2315.46 s [conduit] Warning: Conduit: could not find link destinations for:
  4272. 2315.46 s [conduit] - GHC.Internal.Data.Functor.Identity.Rep_Identity
  4273. 2315.46 s [conduit] - GHC.Internal.Data.Functor.Identity.Rep1_Identity
  4274. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateIO
  4275. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateIdentityT
  4276. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateST
  4277. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateST0
  4278. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateAccumT
  4279. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateContT
  4280. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateExceptT
  4281. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateMaybeT
  4282. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateRWST0
  4283. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateRWST1
  4284. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateRWST
  4285. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateReaderT
  4286. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateSelectT
  4287. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateStateT0
  4288. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateStateT
  4289. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT0
  4290. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT1
  4291. 2315.46 s [conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT
  4292. 2315.46 s [conduit] - Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
  4293. 2315.46 s [conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
  4294. 2315.46 s [conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
  4295. 2315.46 s [conduit] - Data.Vector.Unboxed.Base.Unbox
  4296. 2315.46 s [conduit] - Data.Vector.Generic.Base.Vector
  4297. 2315.46 s [conduit] - Data.Vector.Generic.Base.basicLength
  4298. 2315.46 s [conduit] - Data.Vector.Generic.Base.basicUnsafeIndexM
  4299. 2315.46 s [conduit] - Data.Vector.Generic.Base.elemseq
  4300. 2315.46 s [conduit] - Data.Vector.Generic.Base.Mutable
  4301. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.MVector
  4302. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicLength
  4303. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
  4304. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicInitialize
  4305. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
  4306. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
  4307. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
  4308. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
  4309. 2315.46 s [conduit] - Data.Vector.Generic.Base.basicUnsafeSlice
  4310. 2315.46 s [conduit] - Data.Vector.Generic.Base.basicUnsafeCopy
  4311. 2315.46 s [conduit] - Data.Vector.Generic.Base.basicUnsafeFreeze
  4312. 2315.46 s [conduit] - Data.Vector.Generic.Base.basicUnsafeThaw
  4313. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
  4314. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicClear
  4315. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicOverlaps
  4316. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicSet
  4317. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
  4318. 2315.46 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
  4319. 2315.46 s [conduit] - Data.Vector.Unboxed.Base.MV_Identity
  4320. 2315.46 s [conduit] - Data.Vector.Unboxed.Base.V_Identity
  4321. 2315.46 s [conduit] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  4322. 2315.46 s [conduit] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
  4323. 2315.46 s [conduit] - Data.Conduit.Combinators.Buffer
  4324. 2317.02 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 )
  4325. 2317.02 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 )
  4326. 2317.02 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 )
  4327. 2317.02 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 )
  4328. 2317.02 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 )
  4329. 2317.02 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 )
  4330. 2317.02 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 )
  4331. 2317.02 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 )
  4332. 2317.02 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 )
  4333. 2317.02 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 )
  4334. 2317.02 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 )
  4335. 2317.02 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 )
  4336. 2317.02 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 )
  4337. 2317.02 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 )
  4338. 2317.03 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 )
  4339. 2317.03 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 )
  4340. 2317.03 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 )
  4341. 2317.03 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 )
  4342. 2317.03 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 )
  4343. 2317.03 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 )
  4344. 2317.03 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 )
  4345. 2317.03 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 )
  4346. 2317.03 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 )
  4347. 2317.03 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 )
  4348. 2317.03 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 )
  4349. 2317.03 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 )
  4350. 2317.03 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 )
  4351. 2317.03 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 )
  4352. 2317.03 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 )
  4353. 2317.03 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 )
  4354. 2317.03 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 )
  4355. 2317.03 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 )
  4356. 2317.03 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 )
  4357. 2317.03 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 )
  4358. 2317.03 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 )
  4359. 2317.03 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 )
  4360. 2317.03 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 )
  4361. 2317.03 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 )
  4362. 2317.03 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 )
  4363. 2317.03 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 )
  4364. 2317.03 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 )
  4365. 2317.03 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 )
  4366. 2317.03 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 )
  4367. 2317.03 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 )
  4368. 2317.03 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 )
  4369. 2317.03 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 )
  4370. 2317.03 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 )
  4371. 2317.03 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 )
  4372. 2317.03 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 )
  4373. 2317.03 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 )
  4374. 2317.03 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 )
  4375. 2317.03 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 )
  4376. 2317.03 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 )
  4377. 2317.03 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 )
  4378. 2317.03 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 )
  4379. 2317.03 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 )
  4380. 2317.03 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 )
  4381. 2317.03 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 )
  4382. 2317.03 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 )
  4383. 2317.03 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 )
  4384. 2317.03 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 )
  4385. 2317.03 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 )
  4386. 2317.03 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 )
  4387. 2317.03 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 )
  4388. 2317.03 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 )
  4389. 2317.03 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 )
  4390. 2317.03 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 )
  4391. 2317.03 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 )
  4392. 2317.03 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 )
  4393. 2317.03 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 )
  4394. 2319.39 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 )
  4395. 2319.56 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 )
  4396. 2319.56 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 )
  4397. 2319.56 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 )
  4398. 2319.56 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 )
  4399. 2319.56 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 )
  4400. 2319.56 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 )
  4401. 2319.56 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 )
  4402. 2319.56 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 )
  4403. 2319.56 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 )
  4404. 2319.56 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 )
  4405. 2319.56 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 )
  4406. 2319.56 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 )
  4407. 2319.56 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 )
  4408. 2319.56 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 )
  4409. 2319.56 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 )
  4410. 2319.56 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 )
  4411. 2319.56 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 )
  4412. 2319.56 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 )
  4413. 2319.56 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 )
  4414. 2319.56 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 )
  4415. 2319.56 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 )
  4416. 2319.56 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 )
  4417. 2319.56 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 )
  4418. 2319.56 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 )
  4419. 2319.56 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 )
  4420. 2319.56 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 )
  4421. 2319.56 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 )
  4422. 2319.56 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 )
  4423. 2319.56 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 )
  4424. 2319.56 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 )
  4425. 2319.56 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 )
  4426. 2319.56 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 )
  4427. 2319.56 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 )
  4428. 2319.56 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 )
  4429. 2319.56 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 )
  4430. 2319.56 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 )
  4431. 2319.56 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 )
  4432. 2319.56 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 )
  4433. 2319.56 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 )
  4434. 2319.57 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 )
  4435. 2319.57 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 )
  4436. 2319.57 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 )
  4437. 2319.57 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 )
  4438. 2319.57 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 )
  4439. 2319.57 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 )
  4440. 2319.57 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 )
  4441. 2319.57 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 )
  4442. 2319.57 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 )
  4443. 2319.57 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 )
  4444. 2319.57 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 )
  4445. 2319.57 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 )
  4446. 2319.57 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 )
  4447. 2319.57 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 )
  4448. 2319.57 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 )
  4449. 2319.57 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 )
  4450. 2319.57 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 )
  4451. 2319.57 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 )
  4452. 2319.57 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 )
  4453. 2319.57 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 )
  4454. 2319.57 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 )
  4455. 2319.57 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 )
  4456. 2319.57 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 )
  4457. 2319.57 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 )
  4458. 2319.57 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 )
  4459. 2319.57 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 )
  4460. 2319.57 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 )
  4461. 2319.57 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 )
  4462. 2319.57 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 )
  4463. 2319.57 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 )
  4464. 2319.57 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 )
  4465. 2319.57 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 )
  4466. 2319.57 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 )
  4467. 2319.57 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 )
  4468. 2319.57 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 )
  4469. 2319.57 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 )
  4470. 2319.57 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 )
  4471. 2319.57 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 )
  4472. 2319.57 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 )
  4473. 2319.57 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 )
  4474. 2319.57 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 )
  4475. 2319.57 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 )
  4476. 2319.57 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 )
  4477. 2319.57 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 )
  4478. 2319.57 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 )
  4479. 2319.57 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 )
  4480. 2319.57 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 )
  4481. 2319.57 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 )
  4482. 2319.57 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 )
  4483. 2319.57 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 )
  4484. 2319.57 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 )
  4485. 2319.57 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 )
  4486. 2319.57 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 )
  4487. 2319.57 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 )
  4488. 2319.57 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 )
  4489. 2319.57 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 )
  4490. 2319.57 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 )
  4491. 2319.57 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 )
  4492. 2319.57 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 )
  4493. 2319.57 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 )
  4494. 2319.57 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 )
  4495. 2319.57 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 )
  4496. 2319.57 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 )
  4497. 2319.57 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 )
  4498. 2319.57 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 )
  4499. 2319.57 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 )
  4500. 2319.57 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 )
  4501. 2319.57 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 )
  4502. 2319.57 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 )
  4503. 2319.57 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 )
  4504. 2319.57 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 )
  4505. 2319.57 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 )
  4506. 2319.57 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 )
  4507. 2319.57 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 )
  4508. 2319.57 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 )
  4509. 2319.57 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 )
  4510. 2319.57 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 )
  4511. 2319.57 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 )
  4512. 2319.57 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 )
  4513. 2320.84 s [conduit] Documentation created: dist/doc/html/conduit/,
  4514. 2320.84 s [conduit] dist/doc/html/conduit/conduit.txt
  4515. 2320.89 s [conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
  4516. 2320.91 s [conduit] Phase: installPhase
  4517. 2320.99 s [conduit] Installing library in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4518. 2321.42 s [conduit] Phase: fixupPhase
  4519. 2321.44 s [conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  4520. 2321.44 s [conduit] shrinking /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSconduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ-ghc9.10.2.so
  4521. 2321.45 s [conduit] checking for references to /build/ in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1...
  4522. 2321.48 s [conduit] patching script interpreter paths in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  4523. 2321.48 s [conduit] stripping (with command strip and flags -S -p) in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib
  4524. 2321.64 s [conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc
  4525. 2321.65 s [conduit] checking for references to /build/ in /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc...
  4526. 2321.68 s [conduit] patching script interpreter paths in /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc
  4527. 2321.83 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  4528. 2322.22 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  4529. 2322.24 s [post-build-hook] Uploading to the NixCI cache: /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  4530. 2322.27 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4531. 2322.41 s [post-build-hook] copying 1 paths...
  4532. 2322.41 s [post-build-hook] copying path '/nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1' to 'https://cache.nix-ci.com'...
  4533. 2325.55 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4534. 2325.71 s [post-build-hook] copying 0 paths...
  4535. 2325.73 s Progress: 344 of 361 built (1 building), 370 of 370 downloaded from cache
  4536. 2325.79 s Building conduit-extra
  4537. 2325.83 s Building conduit-parse
  4538. 2325.88 s Building libyaml
  4539. 2325.95 s [conduit-extra] Phase: setupCompilerEnvironmentPhase
  4540. 2325.96 s [conduit-extra] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  4541. 2325.99 s [conduit-parse] Phase: setupCompilerEnvironmentPhase
  4542. 2325.99 s [conduit-parse] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  4543. 2326.01 s [libyaml] Phase: setupCompilerEnvironmentPhase
  4544. 2326.01 s [libyaml] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  4545. 2326.18 s [conduit-extra] Phase: unpackPhase
  4546. 2326.18 s [conduit-extra] unpacking source archive /nix/store/02b3jg0dbb72fl6hjw0im62s1wqqh4s6-conduit-extra-1.3.8.tar.gz
  4547. 2326.18 s [conduit-parse] Phase: unpackPhase
  4548. 2326.19 s [libyaml] Phase: unpackPhase
  4549. 2326.19 s [conduit-parse] unpacking source archive /nix/store/5inary4gap17pija37hi9s0dnwj4sdgj-conduit-parse-0.2.1.1.tar.gz
  4550. 2326.19 s [conduit-extra] source root is conduit-extra-1.3.8
  4551. 2326.19 s [libyaml] unpacking source archive /nix/store/z9q7w51ysg8cdvgpx6d6zlcz4ghkhp0h-libyaml-0.1.4.tar.gz
  4552. 2326.19 s [conduit-parse] source root is conduit-parse-0.2.1.1
  4553. 2326.20 s [conduit-extra] setting SOURCE_DATE_EPOCH to timestamp 1750917223 of file "conduit-extra-1.3.8/test/Spec.hs"
  4554. 2326.20 s [libyaml] source root is libyaml-0.1.4
  4555. 2326.20 s [conduit-parse] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "conduit-parse-0.2.1.1/test/Main.hs"
  4556. 2326.20 s [conduit-extra] Phase: patchPhase
  4557. 2326.20 s [libyaml] setting SOURCE_DATE_EPOCH to timestamp 1710477580 of file "libyaml-0.1.4/libyaml.cabal"
  4558. 2326.21 s [conduit-parse] Phase: patchPhase
  4559. 2326.21 s [conduit-extra] Replace Cabal file with edited version from mirror://hackage/conduit-extra-1.3.8/revision/1.cabal.
  4560. 2326.21 s [libyaml] Phase: patchPhase
  4561. 2326.21 s [conduit-parse] Replace Cabal file with edited version from mirror://hackage/conduit-parse-0.2.1.1/revision/1.cabal.
  4562. 2326.22 s [conduit-extra] Phase: compileBuildDriverPhase
  4563. 2326.22 s [conduit-parse] Phase: compileBuildDriverPhase
  4564. 2326.22 s [conduit-extra] setupCompileFlags: -package-db=/build/tmp.EZeiLLzH2I/setup-package.conf.d -threaded
  4565. 2326.22 s [libyaml] Phase: compileBuildDriverPhase
  4566. 2326.22 s [conduit-parse] setupCompileFlags: -package-db=/build/tmp.kfOo9Sg3uo/setup-package.conf.d -threaded
  4567. 2326.22 s [libyaml] setupCompileFlags: -package-db=/build/tmp.xYtfYUWoGN/setup-package.conf.d -threaded
  4568. 2326.27 s [conduit-extra] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.EZeiLLzH2I/Main.o )
  4569. 2326.27 s [libyaml] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.xYtfYUWoGN/Main.o )
  4570. 2326.27 s [conduit-parse] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.kfOo9Sg3uo/Main.o )
  4571. 2326.32 s [conduit-parse] [2 of 2] Linking Setup
  4572. 2326.32 s [libyaml] [2 of 2] Linking Setup
  4573. 2326.32 s [conduit-extra] [2 of 2] Linking Setup
  4574. 2327.60 s [libyaml] Phase: updateAutotoolsGnuConfigScriptsPhase
  4575. 2327.61 s [conduit-extra] Phase: updateAutotoolsGnuConfigScriptsPhase
  4576. 2327.61 s [conduit-parse] Phase: updateAutotoolsGnuConfigScriptsPhase
  4577. 2327.61 s [libyaml] Phase: configurePhase
  4578. 2327.62 s [conduit-extra] Phase: configurePhase
  4579. 2327.62 s [conduit-parse] Phase: configurePhase
  4580. 2327.62 s [libyaml] configureFlags: --verbose --prefix=/nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4 --with-gcc=gcc --package-db=/build/tmp.xYtfYUWoGN/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  4581. 2327.62 s [conduit-extra] configureFlags: --verbose --prefix=/nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc/share/doc/conduit-extra-1.3.8 --with-gcc=gcc --package-db=/build/tmp.EZeiLLzH2I/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  4582. 2327.62 s [conduit-parse] configureFlags: --verbose --prefix=/nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1 --with-gcc=gcc --package-db=/build/tmp.kfOo9Sg3uo/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  4583. 2327.62 s [libyaml] Using Parsec parser
  4584. 2327.62 s [libyaml] Configuring libyaml-0.1.4...
  4585. 2327.63 s [conduit-extra] Using Parsec parser
  4586. 2327.63 s [conduit-extra] Configuring conduit-extra-1.3.8...
  4587. 2327.63 s [conduit-parse] Using Parsec parser
  4588. 2327.63 s [conduit-parse] Configuring conduit-parse-0.2.1.1...
  4589. 2327.91 s [libyaml] Flags chosen: no-unicode=False, system-libyaml=False
  4590. 2327.92 s [conduit-parse] Flags chosen: enable-hlint-test=False
  4591. 2328.18 s [libyaml] Dependency base >=4.14 && <5: using base-4.20.1.0
  4592. 2328.18 s [libyaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  4593. 2328.18 s [libyaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  4594. 2328.18 s [libyaml] Dependency libyaml-clib: using libyaml-clib-0.2.5
  4595. 2328.18 s [libyaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  4596. 2328.18 s [libyaml] Source component graph: component lib
  4597. 2328.18 s [libyaml] Configured component graph:
  4598. 2328.18 s [libyaml] component libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  4599. 2328.18 s [libyaml] include base-4.20.1.0-f445
  4600. 2328.18 s [libyaml] include bytestring-0.12.2.0-214a
  4601. 2328.18 s [libyaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4602. 2328.18 s [libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
  4603. 2328.18 s [libyaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4604. 2328.18 s [libyaml] Linked component graph:
  4605. 2328.18 s [libyaml] unit libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  4606. 2328.18 s [libyaml] include base-4.20.1.0-f445
  4607. 2328.18 s [libyaml] include bytestring-0.12.2.0-214a
  4608. 2328.18 s [libyaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4609. 2328.18 s [libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
  4610. 2328.18 s [libyaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4611. 2328.18 s [libyaml] Text.Libyaml=libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl:Text.Libyaml
  4612. 2328.18 s [libyaml] Ready component graph:
  4613. 2328.18 s [libyaml] definite libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  4614. 2328.18 s [libyaml] depends base-4.20.1.0-f445
  4615. 2328.18 s [libyaml] depends bytestring-0.12.2.0-214a
  4616. 2328.18 s [libyaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4617. 2328.18 s [libyaml] depends libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
  4618. 2328.18 s [libyaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4619. 2328.18 s [libyaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
  4620. 2328.18 s [libyaml] Using compiler: ghc-9.10.2
  4621. 2328.18 s [libyaml] Using install prefix:
  4622. 2328.18 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4
  4623. 2328.18 s [libyaml] Executables installed in:
  4624. 2328.18 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/bin
  4625. 2328.18 s [libyaml] Libraries installed in:
  4626. 2328.18 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  4627. 2328.18 s [libyaml] Dynamic Libraries installed in:
  4628. 2328.18 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  4629. 2328.18 s [libyaml] Private executables installed in:
  4630. 2328.18 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/libexec/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4
  4631. 2328.18 s [libyaml] Data files installed in:
  4632. 2328.18 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/share/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4
  4633. 2328.18 s [libyaml] Documentation installed in:
  4634. 2328.18 s [libyaml] /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4
  4635. 2328.18 s [libyaml] Configuration files installed in:
  4636. 2328.18 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/etc
  4637. 2328.18 s [libyaml] No alex found
  4638. 2328.18 s [libyaml] Using ar found on system at:
  4639. 2328.18 s [libyaml] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  4640. 2328.18 s [libyaml] No c2hs found
  4641. 2328.18 s [libyaml] No cpphs found
  4642. 2328.18 s [libyaml] No doctest found
  4643. 2328.18 s [libyaml] Using gcc version 14.3.0 given by user at:
  4644. 2328.18 s [libyaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  4645. 2328.18 s [libyaml] Using ghc version 9.10.2 found on system at:
  4646. 2328.18 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  4647. 2328.18 s [libyaml] Using ghc-pkg version 9.10.2 found on system at:
  4648. 2328.18 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  4649. 2328.18 s [libyaml] No ghcjs found
  4650. 2328.18 s [libyaml] No ghcjs-pkg found
  4651. 2328.18 s [libyaml] No greencard found
  4652. 2328.18 s [libyaml] Using haddock version 2.31.0 found on system at:
  4653. 2328.18 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  4654. 2328.18 s [libyaml] No happy found
  4655. 2328.18 s [libyaml] Using haskell-suite found on system at: haskell-suite-dummy-location
  4656. 2328.18 s [libyaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4657. 2328.18 s [libyaml] No hmake found
  4658. 2328.18 s [libyaml] Using hpc version 0.69 found on system at:
  4659. 2328.18 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  4660. 2328.18 s [libyaml] Using hsc2hs version 0.68.10 found on system at:
  4661. 2328.18 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  4662. 2328.18 s [libyaml] Using hscolour version 1.25 found on system at:
  4663. 2328.18 s [libyaml] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  4664. 2328.18 s [libyaml] No jhc found
  4665. 2328.18 s [libyaml] Using ld found on system at:
  4666. 2328.18 s [libyaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  4667. 2328.18 s [libyaml] No pkg-config found
  4668. 2328.18 s [libyaml] Using runghc version 9.10.2 found on system at:
  4669. 2328.18 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  4670. 2328.18 s [libyaml] Using strip version 2.44 found on system at:
  4671. 2328.18 s [libyaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  4672. 2328.18 s [libyaml] Using tar found on system at:
  4673. 2328.18 s [libyaml] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  4674. 2328.18 s [libyaml] No uhc found
  4675. 2328.20 s [conduit-parse] Dependency base >=4.8 && <5: using base-4.20.1.0
  4676. 2328.20 s [conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
  4677. 2328.20 s [conduit-parse] Dependency dlist: using dlist-1.0
  4678. 2328.20 s [conduit-parse] Dependency mtl: using mtl-2.3.1
  4679. 2328.20 s [conduit-parse] Dependency parsers: using parsers-0.12.12
  4680. 2328.20 s [conduit-parse] Dependency safe: using safe-0.3.21
  4681. 2328.20 s [conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  4682. 2328.20 s [conduit-parse] Dependency text: using text-2.1.2
  4683. 2328.20 s [conduit-parse] Dependency transformers: using transformers-0.6.1.1
  4684. 2328.20 s [conduit-parse] Dependency base >=4.8 && <5: using base-4.20.1.0
  4685. 2328.20 s [conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
  4686. 2328.20 s [conduit-parse] Dependency conduit-parse: using conduit-parse-0.2.1.1
  4687. 2328.20 s [conduit-parse] Dependency mtl: using mtl-2.3.1
  4688. 2328.20 s [conduit-parse] Dependency parsers: using parsers-0.12.12
  4689. 2328.20 s [conduit-parse] Dependency resourcet: using resourcet-1.3.0
  4690. 2328.20 s [conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  4691. 2328.20 s [conduit-parse] Dependency tasty: using tasty-1.5.3
  4692. 2328.20 s [conduit-parse] Dependency tasty-hunit: using tasty-hunit-0.10.2
  4693. 2328.20 s [conduit-parse] Source component graph:
  4694. 2328.20 s [conduit-parse] component lib
  4695. 2328.20 s [conduit-parse] component test:tests dependency lib
  4696. 2328.20 s [conduit-parse] Configured component graph:
  4697. 2328.20 s [conduit-parse] component conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4698. 2328.20 s [conduit-parse] include base-4.20.1.0-f445
  4699. 2328.20 s [conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4700. 2328.20 s [conduit-parse] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  4701. 2328.20 s [conduit-parse] include mtl-2.3.1-07d6
  4702. 2328.20 s [conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4703. 2328.20 s [conduit-parse] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  4704. 2328.20 s [conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4705. 2328.20 s [conduit-parse] include text-2.1.2-7514
  4706. 2328.20 s [conduit-parse] include transformers-0.6.1.1-05a6
  4707. 2328.20 s [conduit-parse] component conduit-parse-0.2.1.1-Kfls1UaafL4CqY5t4rRq7Q-tests
  4708. 2328.20 s [conduit-parse] include base-4.20.1.0-f445
  4709. 2328.20 s [conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4710. 2328.20 s [conduit-parse] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4711. 2328.20 s [conduit-parse] include mtl-2.3.1-07d6
  4712. 2328.20 s [conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4713. 2328.20 s [conduit-parse] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4714. 2328.20 s [conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4715. 2328.20 s [conduit-parse] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  4716. 2328.20 s [conduit-parse] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  4717. 2328.20 s [conduit-parse] Linked component graph:
  4718. 2328.20 s [conduit-parse] unit conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4719. 2328.20 s [conduit-parse] include base-4.20.1.0-f445
  4720. 2328.20 s [conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4721. 2328.20 s [conduit-parse] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  4722. 2328.20 s [conduit-parse] include mtl-2.3.1-07d6
  4723. 2328.20 s [conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4724. 2328.20 s [conduit-parse] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  4725. 2328.20 s [conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4726. 2328.20 s [conduit-parse] include text-2.1.2-7514
  4727. 2328.20 s [conduit-parse] include transformers-0.6.1.1-05a6
  4728. 2328.20 s [conduit-parse] Data.Conduit.Parser=conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0:Data.Conduit.Parser
  4729. 2328.20 s [conduit-parse] unit conduit-parse-0.2.1.1-Kfls1UaafL4CqY5t4rRq7Q-tests
  4730. 2328.20 s [conduit-parse] include base-4.20.1.0-f445
  4731. 2328.20 s [conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4732. 2328.20 s [conduit-parse] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4733. 2328.20 s [conduit-parse] include mtl-2.3.1-07d6
  4734. 2328.20 s [conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4735. 2328.20 s [conduit-parse] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4736. 2328.20 s [conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4737. 2328.20 s [conduit-parse] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  4738. 2328.20 s [conduit-parse] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  4739. 2328.20 s [conduit-parse] Ready component graph:
  4740. 2328.20 s [conduit-parse] definite conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4741. 2328.20 s [conduit-parse] depends base-4.20.1.0-f445
  4742. 2328.20 s [conduit-parse] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4743. 2328.20 s [conduit-parse] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  4744. 2328.20 s [conduit-parse] depends mtl-2.3.1-07d6
  4745. 2328.20 s [conduit-parse] depends parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4746. 2328.20 s [conduit-parse] depends safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  4747. 2328.20 s [conduit-parse] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4748. 2328.20 s [conduit-parse] depends text-2.1.2-7514
  4749. 2328.20 s [conduit-parse] depends transformers-0.6.1.1-05a6
  4750. 2328.20 s [conduit-parse] definite conduit-parse-0.2.1.1-Kfls1UaafL4CqY5t4rRq7Q-tests
  4751. 2328.20 s [conduit-parse] depends base-4.20.1.0-f445
  4752. 2328.20 s [conduit-parse] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4753. 2328.20 s [conduit-parse] depends conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4754. 2328.20 s [conduit-parse] depends mtl-2.3.1-07d6
  4755. 2328.20 s [conduit-parse] depends parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4756. 2328.20 s [conduit-parse] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4757. 2328.20 s [conduit-parse] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4758. 2328.20 s [conduit-parse] depends tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  4759. 2328.20 s [conduit-parse] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  4760. 2328.20 s [conduit-parse] Using Cabal-3.12.1.0 compiled by ghc-9.10
  4761. 2328.20 s [conduit-parse] Using compiler: ghc-9.10.2
  4762. 2328.20 s [conduit-parse] Using install prefix:
  4763. 2328.20 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  4764. 2328.20 s [conduit-parse] Executables installed in:
  4765. 2328.20 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/bin
  4766. 2328.20 s [conduit-parse] Libraries installed in:
  4767. 2328.20 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4768. 2328.20 s [conduit-parse] Dynamic Libraries installed in:
  4769. 2328.20 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  4770. 2328.20 s [conduit-parse] Private executables installed in:
  4771. 2328.20 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/conduit-parse-0.2.1.1
  4772. 2328.20 s [conduit-parse] Data files installed in:
  4773. 2328.20 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/share/x86_64-linux-ghc-9.10.2-2a2a/conduit-parse-0.2.1.1
  4774. 2328.20 s [conduit-parse] Documentation installed in:
  4775. 2328.20 s [conduit-parse] /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1
  4776. 2328.20 s [conduit-parse] Configuration files installed in:
  4777. 2328.20 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/etc
  4778. 2328.20 s [conduit-parse] No alex found
  4779. 2328.20 s [conduit-parse] Using ar found on system at:
  4780. 2328.20 s [conduit-parse] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  4781. 2328.20 s [conduit-parse] No c2hs found
  4782. 2328.20 s [conduit-parse] No cpphs found
  4783. 2328.20 s [conduit-parse] No doctest found
  4784. 2328.20 s [conduit-parse] Using gcc version 14.3.0 given by user at:
  4785. 2328.20 s [conduit-parse] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  4786. 2328.20 s [conduit-parse] Using ghc version 9.10.2 found on system at:
  4787. 2328.20 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  4788. 2328.20 s [conduit-parse] Using ghc-pkg version 9.10.2 found on system at:
  4789. 2328.20 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  4790. 2328.20 s [conduit-parse] No ghcjs found
  4791. 2328.20 s [conduit-parse] No ghcjs-pkg found
  4792. 2328.20 s [conduit-parse] No greencard found
  4793. 2328.20 s [conduit-parse] Using haddock version 2.31.0 found on system at:
  4794. 2328.20 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  4795. 2328.20 s [conduit-parse] No happy found
  4796. 2328.20 s [conduit-parse] Using haskell-suite found on system at: haskell-suite-dummy-location
  4797. 2328.20 s [conduit-parse] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4798. 2328.20 s [conduit-parse] No hmake found
  4799. 2328.20 s [conduit-parse] Using hpc version 0.69 found on system at:
  4800. 2328.20 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  4801. 2328.20 s [conduit-parse] Using hsc2hs version 0.68.10 found on system at:
  4802. 2328.20 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  4803. 2328.20 s [conduit-parse] Using hscolour version 1.25 found on system at:
  4804. 2328.20 s [conduit-parse] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  4805. 2328.20 s [conduit-parse] No jhc found
  4806. 2328.20 s [conduit-parse] Using ld found on system at:
  4807. 2328.20 s [conduit-parse] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  4808. 2328.20 s [conduit-parse] No pkg-config found
  4809. 2328.20 s [conduit-parse] Using runghc version 9.10.2 found on system at:
  4810. 2328.20 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  4811. 2328.20 s [conduit-parse] Using strip version 2.44 found on system at:
  4812. 2328.20 s [conduit-parse] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  4813. 2328.20 s [conduit-parse] Using tar found on system at:
  4814. 2328.20 s [conduit-parse] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  4815. 2328.20 s [conduit-parse] No uhc found
  4816. 2328.20 s [conduit-extra] Dependency async: using async-2.2.5
  4817. 2328.20 s [conduit-extra] Dependency attoparsec >=0.10: using attoparsec-0.14.4
  4818. 2328.20 s [conduit-extra] Dependency base >=4.14 && <5: using base-4.20.1.0
  4819. 2328.20 s [conduit-extra] Dependency bytestring >=0.10.2: using bytestring-0.12.2.0
  4820. 2328.20 s [conduit-extra] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
  4821. 2328.20 s [conduit-extra] Dependency directory: using directory-1.3.8.5
  4822. 2328.20 s [conduit-extra] Dependency filepath: using filepath-1.5.4.0
  4823. 2328.20 s [conduit-extra] Dependency network >=2.3: using network-3.2.8.0
  4824. 2328.20 s [conduit-extra] Dependency primitive >=0.5: using primitive-0.9.1.0
  4825. 2328.20 s [conduit-extra] Dependency process: using process-1.6.25.0
  4826. 2328.20 s [conduit-extra] Dependency resourcet >=1.1: using resourcet-1.3.0
  4827. 2328.20 s [conduit-extra] Dependency stm: using stm-2.5.3.1
  4828. 2328.20 s [conduit-extra] Dependency streaming-commons >=0.2.3.0: using streaming-commons-0.2.3.1
  4829. 2328.20 s [conduit-extra] Dependency text: using text-2.1.2
  4830. 2328.20 s [conduit-extra] Dependency transformers: using transformers-0.6.1.1
  4831. 2328.20 s [conduit-extra] Dependency typed-process >=0.2.6: using typed-process-0.2.13.0
  4832. 2328.20 s [conduit-extra] Dependency unliftio-core: using unliftio-core-0.2.1.0
  4833. 2328.20 s [conduit-extra] Dependency QuickCheck: using QuickCheck-2.15.0.1
  4834. 2328.20 s [conduit-extra] Dependency async: using async-2.2.5
  4835. 2328.20 s [conduit-extra] Dependency attoparsec: using attoparsec-0.14.4
  4836. 2328.20 s [conduit-extra] Dependency base: using base-4.20.1.0
  4837. 2328.20 s [conduit-extra] Dependency bytestring: using bytestring-0.12.2.0
  4838. 2328.20 s [conduit-extra] Dependency conduit: using conduit-1.3.6.1
  4839. 2328.20 s [conduit-extra] Dependency conduit-extra: using conduit-extra-1.3.8
  4840. 2328.20 s [conduit-extra] Dependency directory: using directory-1.3.8.5
  4841. 2328.20 s [conduit-extra] Dependency exceptions: using exceptions-0.10.9
  4842. 2328.20 s [conduit-extra] Dependency filepath: using filepath-1.5.4.0
  4843. 2328.20 s [conduit-extra] Dependency hspec >=1.3: using hspec-2.11.14
  4844. 2328.20 s [conduit-extra] Dependency process: using process-1.6.25.0
  4845. 2328.20 s [conduit-extra] Dependency resourcet: using resourcet-1.3.0
  4846. 2328.20 s [conduit-extra] Dependency stm: using stm-2.5.3.1
  4847. 2328.20 s [conduit-extra] Dependency streaming-commons: using streaming-commons-0.2.3.1
  4848. 2328.20 s [conduit-extra] Dependency text: using text-2.1.2
  4849. 2328.20 s [conduit-extra] Dependency transformers: using transformers-0.6.1.1
  4850. 2328.20 s [conduit-extra] Dependency transformers-base: using transformers-base-0.4.6
  4851. 2328.20 s [conduit-extra] Source component graph:
  4852. 2328.20 s [conduit-extra] component lib
  4853. 2328.20 s [conduit-extra] component test:test dependency lib
  4854. 2328.20 s [conduit-extra] Configured component graph:
  4855. 2328.20 s [conduit-extra] component conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4856. 2328.20 s [conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4857. 2328.20 s [conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4858. 2328.20 s [conduit-extra] include base-4.20.1.0-f445
  4859. 2328.20 s [conduit-extra] include bytestring-0.12.2.0-214a
  4860. 2328.20 s [conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4861. 2328.20 s [conduit-extra] include directory-1.3.8.5-159c
  4862. 2328.20 s [conduit-extra] include filepath-1.5.4.0-8593
  4863. 2328.20 s [conduit-extra] include network-3.2.8.0-LFlyXGyq3AO2YfA1hhOk9l
  4864. 2328.20 s [conduit-extra] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  4865. 2328.20 s [conduit-extra] include process-1.6.25.0-cfae
  4866. 2328.20 s [conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4867. 2328.20 s [conduit-extra] include stm-2.5.3.1-662c
  4868. 2328.20 s [conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4869. 2328.20 s [conduit-extra] include text-2.1.2-7514
  4870. 2328.20 s [conduit-extra] include transformers-0.6.1.1-05a6
  4871. 2328.20 s [conduit-extra] include typed-process-0.2.13.0-1SKQn9EviQG75u4oIOL3Sz
  4872. 2328.20 s [conduit-extra] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  4873. 2328.20 s [conduit-extra] component conduit-extra-1.3.8-JDhhMxWE1aULkOZPkGbj3N-test
  4874. 2328.20 s [conduit-extra] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  4875. 2328.20 s [conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4876. 2328.20 s [conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4877. 2328.20 s [conduit-extra] include base-4.20.1.0-f445
  4878. 2328.20 s [conduit-extra] include bytestring-0.12.2.0-214a
  4879. 2328.20 s [conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4880. 2328.20 s [conduit-extra] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4881. 2328.20 s [conduit-extra] include directory-1.3.8.5-159c
  4882. 2328.20 s [conduit-extra] include exceptions-0.10.9-9158
  4883. 2328.20 s [conduit-extra] include filepath-1.5.4.0-8593
  4884. 2328.20 s [conduit-extra] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  4885. 2328.20 s [conduit-extra] include process-1.6.25.0-cfae
  4886. 2328.20 s [conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4887. 2328.20 s [conduit-extra] include stm-2.5.3.1-662c
  4888. 2328.20 s [conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4889. 2328.20 s [conduit-extra] include text-2.1.2-7514
  4890. 2328.20 s [conduit-extra] include transformers-0.6.1.1-05a6
  4891. 2328.20 s [conduit-extra] include transformers-base-0.4.6-wGfO5lHhJD4XyF6jADOdl
  4892. 2328.20 s [conduit-extra] Linked component graph:
  4893. 2328.20 s [conduit-extra] unit conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4894. 2328.20 s [conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4895. 2328.20 s [conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4896. 2328.20 s [conduit-extra] include base-4.20.1.0-f445
  4897. 2328.20 s [conduit-extra] include bytestring-0.12.2.0-214a
  4898. 2328.20 s [conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4899. 2328.20 s [conduit-extra] include directory-1.3.8.5-159c
  4900. 2328.20 s [conduit-extra] include filepath-1.5.4.0-8593
  4901. 2328.21 s [conduit-extra] include network-3.2.8.0-LFlyXGyq3AO2YfA1hhOk9l
  4902. 2328.21 s [conduit-extra] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  4903. 2328.21 s [conduit-extra] include process-1.6.25.0-cfae
  4904. 2328.21 s [conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4905. 2328.21 s [conduit-extra] include stm-2.5.3.1-662c
  4906. 2328.21 s [conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4907. 2328.21 s [conduit-extra] include text-2.1.2-7514
  4908. 2328.21 s [conduit-extra] include transformers-0.6.1.1-05a6
  4909. 2328.21 s [conduit-extra] include typed-process-0.2.13.0-1SKQn9EviQG75u4oIOL3Sz
  4910. 2328.21 s [conduit-extra] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  4911. 2328.21 s [conduit-extra] Data.Conduit.Attoparsec=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Attoparsec,Data.Conduit.Binary=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Binary,Data.Conduit.ByteString.Builder=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.ByteString.Builder,Data.Conduit.Filesystem=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Filesystem,Data.Conduit.Foldl=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Foldl,Data.Conduit.Lazy=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Lazy,Data.Conduit.Network=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Network,Data.Conduit.Network.UDP=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Network.UDP,Data.Conduit.Network.Unix=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Network.Unix,Data.Conduit.Process=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Process,Data.Conduit.Process.Typed=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Process.Typed,Data.Conduit.Text=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Text,Data.Conduit.Zlib=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Zlib
  4912. 2328.21 s [conduit-extra] unit conduit-extra-1.3.8-JDhhMxWE1aULkOZPkGbj3N-test
  4913. 2328.21 s [conduit-extra] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  4914. 2328.21 s [conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4915. 2328.21 s [conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4916. 2328.21 s [conduit-extra] include base-4.20.1.0-f445
  4917. 2328.21 s [conduit-extra] include bytestring-0.12.2.0-214a
  4918. 2328.21 s [conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4919. 2328.21 s [conduit-extra] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4920. 2328.21 s [conduit-extra] include directory-1.3.8.5-159c
  4921. 2328.21 s [conduit-extra] include exceptions-0.10.9-9158
  4922. 2328.21 s [conduit-extra] include filepath-1.5.4.0-8593
  4923. 2328.21 s [conduit-extra] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  4924. 2328.21 s [conduit-extra] include process-1.6.25.0-cfae
  4925. 2328.21 s [conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4926. 2328.21 s [conduit-extra] include stm-2.5.3.1-662c
  4927. 2328.21 s [conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4928. 2328.21 s [conduit-extra] include text-2.1.2-7514
  4929. 2328.21 s [conduit-extra] include transformers-0.6.1.1-05a6
  4930. 2328.21 s [conduit-extra] include transformers-base-0.4.6-wGfO5lHhJD4XyF6jADOdl
  4931. 2328.21 s [conduit-extra] Ready component graph:
  4932. 2328.21 s [conduit-extra] definite conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4933. 2328.21 s [conduit-extra] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4934. 2328.21 s [conduit-extra] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4935. 2328.21 s [conduit-extra] depends base-4.20.1.0-f445
  4936. 2328.21 s [conduit-extra] depends bytestring-0.12.2.0-214a
  4937. 2328.21 s [conduit-extra] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4938. 2328.21 s [conduit-extra] depends directory-1.3.8.5-159c
  4939. 2328.21 s [conduit-extra] depends filepath-1.5.4.0-8593
  4940. 2328.21 s [conduit-extra] depends network-3.2.8.0-LFlyXGyq3AO2YfA1hhOk9l
  4941. 2328.21 s [conduit-extra] depends primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  4942. 2328.21 s [conduit-extra] depends process-1.6.25.0-cfae
  4943. 2328.21 s [conduit-extra] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4944. 2328.21 s [conduit-extra] depends stm-2.5.3.1-662c
  4945. 2328.21 s [conduit-extra] depends streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4946. 2328.21 s [conduit-extra] depends text-2.1.2-7514
  4947. 2328.21 s [conduit-extra] depends transformers-0.6.1.1-05a6
  4948. 2328.21 s [conduit-extra] depends typed-process-0.2.13.0-1SKQn9EviQG75u4oIOL3Sz
  4949. 2328.21 s [conduit-extra] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  4950. 2328.21 s [conduit-extra] definite conduit-extra-1.3.8-JDhhMxWE1aULkOZPkGbj3N-test
  4951. 2328.21 s [conduit-extra] depends QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  4952. 2328.21 s [conduit-extra] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4953. 2328.21 s [conduit-extra] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4954. 2328.21 s [conduit-extra] depends base-4.20.1.0-f445
  4955. 2328.21 s [conduit-extra] depends bytestring-0.12.2.0-214a
  4956. 2328.21 s [conduit-extra] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4957. 2328.21 s [conduit-extra] depends conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4958. 2328.21 s [conduit-extra] depends directory-1.3.8.5-159c
  4959. 2328.21 s [conduit-extra] depends exceptions-0.10.9-9158
  4960. 2328.21 s [conduit-extra] depends filepath-1.5.4.0-8593
  4961. 2328.21 s [conduit-extra] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  4962. 2328.21 s [conduit-extra] depends process-1.6.25.0-cfae
  4963. 2328.21 s [conduit-extra] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4964. 2328.21 s [conduit-extra] depends stm-2.5.3.1-662c
  4965. 2328.22 s [conduit-extra] depends streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4966. 2328.22 s [conduit-extra] depends text-2.1.2-7514
  4967. 2328.22 s [conduit-extra] depends transformers-0.6.1.1-05a6
  4968. 2328.22 s [conduit-extra] depends transformers-base-0.4.6-wGfO5lHhJD4XyF6jADOdl
  4969. 2328.22 s [conduit-extra] Using Cabal-3.12.1.0 compiled by ghc-9.10
  4970. 2328.22 s [conduit-extra] Using compiler: ghc-9.10.2
  4971. 2328.22 s [conduit-extra] Using install prefix:
  4972. 2328.22 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  4973. 2328.22 s [conduit-extra] Executables installed in:
  4974. 2328.22 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/bin
  4975. 2328.22 s [conduit-extra] Libraries installed in:
  4976. 2328.22 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4977. 2328.22 s [conduit-extra] Dynamic Libraries installed in:
  4978. 2328.22 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  4979. 2328.22 s [conduit-extra] Private executables installed in:
  4980. 2328.22 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/libexec/x86_64-linux-ghc-9.10.2-2a2a/conduit-extra-1.3.8
  4981. 2328.22 s [conduit-extra] Data files installed in:
  4982. 2328.22 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/share/x86_64-linux-ghc-9.10.2-2a2a/conduit-extra-1.3.8
  4983. 2328.22 s [conduit-extra] Documentation installed in:
  4984. 2328.22 s [conduit-extra] /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc/share/doc/conduit-extra-1.3.8
  4985. 2328.22 s [conduit-extra] Configuration files installed in:
  4986. 2328.22 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/etc
  4987. 2328.22 s [conduit-extra] No alex found
  4988. 2328.22 s [conduit-extra] Using ar found on system at:
  4989. 2328.22 s [conduit-extra] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  4990. 2328.22 s [conduit-extra] No c2hs found
  4991. 2328.22 s [conduit-extra] No cpphs found
  4992. 2328.22 s [conduit-extra] No doctest found
  4993. 2328.22 s [conduit-extra] Using gcc version 14.3.0 given by user at:
  4994. 2328.22 s [conduit-extra] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  4995. 2328.22 s [conduit-extra] Using ghc version 9.10.2 found on system at:
  4996. 2328.22 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  4997. 2328.22 s [conduit-extra] Using ghc-pkg version 9.10.2 found on system at:
  4998. 2328.22 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  4999. 2328.22 s [conduit-extra] No ghcjs found
  5000. 2328.22 s [conduit-extra] No ghcjs-pkg found
  5001. 2328.22 s [conduit-extra] No greencard found
  5002. 2328.22 s [conduit-extra] Using haddock version 2.31.0 found on system at:
  5003. 2328.22 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  5004. 2328.22 s [conduit-extra] No happy found
  5005. 2328.22 s [conduit-extra] Using haskell-suite found on system at: haskell-suite-dummy-location
  5006. 2328.22 s [conduit-extra] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5007. 2328.22 s [conduit-extra] No hmake found
  5008. 2328.22 s [conduit-extra] Using hpc version 0.69 found on system at:
  5009. 2328.22 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  5010. 2328.22 s [conduit-extra] Using hsc2hs version 0.68.10 found on system at:
  5011. 2328.22 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  5012. 2328.22 s [conduit-extra] Using hscolour version 1.25 found on system at:
  5013. 2328.22 s [conduit-extra] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  5014. 2328.22 s [conduit-extra] No jhc found
  5015. 2328.22 s [conduit-extra] Using ld found on system at:
  5016. 2328.22 s [conduit-extra] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  5017. 2328.22 s [conduit-extra] No pkg-config found
  5018. 2328.22 s [conduit-extra] Using runghc version 9.10.2 found on system at:
  5019. 2328.22 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  5020. 2328.22 s [conduit-extra] Using strip version 2.44 found on system at:
  5021. 2328.22 s [conduit-extra] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  5022. 2328.22 s [conduit-extra] Using tar found on system at:
  5023. 2328.22 s [conduit-extra] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  5024. 2328.22 s [conduit-extra] No uhc found
  5025. 2328.37 s [libyaml] Phase: buildPhase
  5026. 2328.42 s [libyaml] Preprocessing library for libyaml-0.1.4...
  5027. 2328.42 s [libyaml] Building library for libyaml-0.1.4...
  5028. 2328.43 s [conduit-parse] Phase: buildPhase
  5029. 2328.48 s [conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
  5030. 2328.48 s [conduit-parse] Building library for conduit-parse-0.2.1.1...
  5031. 2328.50 s [conduit-extra] Phase: buildPhase
  5032. 2328.52 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 )
  5033. 2328.54 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 )
  5034. 2328.56 s [conduit-extra] Preprocessing library for conduit-extra-1.3.8...
  5035. 2328.56 s [conduit-extra] Building library for conduit-extra-1.3.8...
  5036. 2328.69 s [libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.o, dist/build/Text/Libyaml.dyn_o )
  5037. 2328.77 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 )
  5038. 2328.81 s [conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
  5039. 2328.81 s [conduit-parse] The import of ‘Data.Semigroup’ is redundant
  5040. 2328.81 s [conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
  5041. 2328.81 s [conduit-parse] To import instances alone, use: import Data.Semigroup()
  5042. 2328.81 s [conduit-parse] |
  5043. 2328.81 s [conduit-parse] 26 | import Data.Semigroup
  5044. 2328.81 s [conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5045. 2328.81 s [conduit-parse]
  5046. 2329.78 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 )
  5047. 2329.79 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 )
  5048. 2329.79 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 )
  5049. 2329.79 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 )
  5050. 2329.79 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 )
  5051. 2329.79 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 )
  5052. 2329.79 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 )
  5053. 2329.79 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 )
  5054. 2329.79 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 )
  5055. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5056. 2329.79 s [conduit-extra] The use of ‘~’ without TypeOperators
  5057. 2329.79 s [conduit-extra] will become an error in a future GHC release.
  5058. 2329.79 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5059. 2329.79 s [conduit-extra] |
  5060. 2329.79 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5061. 2329.79 s [conduit-extra] | ^
  5062. 2329.79 s [conduit-extra]
  5063. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5064. 2329.79 s [conduit-extra] The use of ‘~’ without TypeOperators
  5065. 2329.79 s [conduit-extra] will become an error in a future GHC release.
  5066. 2329.79 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5067. 2329.79 s [conduit-extra] |
  5068. 2329.79 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5069. 2329.79 s [conduit-extra] | ^
  5070. 2329.79 s [conduit-extra]
  5071. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:49:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5072. 2329.79 s [conduit-extra] Pattern match(es) are non-exhaustive
  5073. 2329.79 s [conduit-extra] In a lambda abstraction:
  5074. 2329.79 s [conduit-extra] Patterns of type ‘Maybe
  5075. 2329.79 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5076. 2329.79 s [conduit-extra] Nothing
  5077. 2329.79 s [conduit-extra] |
  5078. 2329.79 s [conduit-extra] 49 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
  5079. 2329.79 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5080. 2329.79 s [conduit-extra]
  5081. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5082. 2329.79 s [conduit-extra] The use of ‘~’ without TypeOperators
  5083. 2329.79 s [conduit-extra] will become an error in a future GHC release.
  5084. 2329.79 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5085. 2329.79 s [conduit-extra] |
  5086. 2329.79 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5087. 2329.79 s [conduit-extra] | ^
  5088. 2329.79 s [conduit-extra]
  5089. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5090. 2329.79 s [conduit-extra] The use of ‘~’ without TypeOperators
  5091. 2329.79 s [conduit-extra] will become an error in a future GHC release.
  5092. 2329.79 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5093. 2329.79 s [conduit-extra] |
  5094. 2329.79 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5095. 2329.79 s [conduit-extra] | ^
  5096. 2329.79 s [conduit-extra]
  5097. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5098. 2329.79 s [conduit-extra] The use of ‘~’ without TypeOperators
  5099. 2329.79 s [conduit-extra] will become an error in a future GHC release.
  5100. 2329.79 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5101. 2329.79 s [conduit-extra] |
  5102. 2329.79 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5103. 2329.79 s [conduit-extra] | ^
  5104. 2329.79 s [conduit-extra]
  5105. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:51:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5106. 2329.79 s [conduit-extra] Pattern match(es) are non-exhaustive
  5107. 2329.79 s [conduit-extra] In a lambda abstraction:
  5108. 2329.79 s [conduit-extra] Patterns of type ‘Maybe
  5109. 2329.79 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5110. 2329.79 s [conduit-extra] Nothing
  5111. 2329.79 s [conduit-extra] |
  5112. 2329.79 s [conduit-extra] 51 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
  5113. 2329.79 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5114. 2329.79 s [conduit-extra]
  5115. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5116. 2329.79 s [conduit-extra] The use of ‘~’ without TypeOperators
  5117. 2329.79 s [conduit-extra] will become an error in a future GHC release.
  5118. 2329.79 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5119. 2329.79 s [conduit-extra] |
  5120. 2329.79 s [conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  5121. 2329.79 s [conduit-extra] | ^
  5122. 2329.79 s [conduit-extra]
  5123. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:67:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5124. 2329.79 s [conduit-extra] Pattern match(es) are non-exhaustive
  5125. 2329.79 s [conduit-extra] In a lambda abstraction:
  5126. 2329.79 s [conduit-extra] Patterns of type ‘Maybe
  5127. 2329.79 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5128. 2329.79 s [conduit-extra] Nothing
  5129. 2329.79 s [conduit-extra] |
  5130. 2329.79 s [conduit-extra] 67 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
  5131. 2329.79 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5132. 2329.79 s [conduit-extra]
  5133. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5134. 2329.79 s [conduit-extra] The use of ‘~’ without TypeOperators
  5135. 2329.79 s [conduit-extra] will become an error in a future GHC release.
  5136. 2329.79 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5137. 2329.79 s [conduit-extra] |
  5138. 2329.79 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  5139. 2329.79 s [conduit-extra] | ^
  5140. 2329.79 s [conduit-extra]
  5141. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5142. 2329.79 s [conduit-extra] The use of ‘~’ without TypeOperators
  5143. 2329.79 s [conduit-extra] will become an error in a future GHC release.
  5144. 2329.79 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5145. 2329.79 s [conduit-extra] |
  5146. 2329.79 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  5147. 2329.79 s [conduit-extra] | ^
  5148. 2329.79 s [conduit-extra]
  5149. 2329.79 s [conduit-extra] Data/Conduit/Process.hs:69:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5150. 2329.79 s [conduit-extra] Pattern match(es) are non-exhaustive
  5151. 2329.79 s [conduit-extra] In a lambda abstraction:
  5152. 2329.79 s [conduit-extra] Patterns of type ‘Maybe
  5153. 2329.79 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5154. 2329.80 s [conduit-extra] Nothing
  5155. 2329.80 s [conduit-extra] |
  5156. 2329.80 s [conduit-extra] 69 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
  5157. 2329.80 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5158. 2329.80 s [conduit-extra]
  5159. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5160. 2329.80 s [conduit-extra] The use of ‘~’ without TypeOperators
  5161. 2329.80 s [conduit-extra] will become an error in a future GHC release.
  5162. 2329.80 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5163. 2329.80 s [conduit-extra] |
  5164. 2329.80 s [conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  5165. 2329.80 s [conduit-extra] | ^
  5166. 2329.80 s [conduit-extra]
  5167. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:71:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5168. 2329.80 s [conduit-extra] Pattern match(es) are non-exhaustive
  5169. 2329.80 s [conduit-extra] In a lambda abstraction:
  5170. 2329.80 s [conduit-extra] Patterns of type ‘Maybe
  5171. 2329.80 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5172. 2329.80 s [conduit-extra] Nothing
  5173. 2329.80 s [conduit-extra] |
  5174. 2329.80 s [conduit-extra] 71 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
  5175. 2329.80 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5176. 2329.80 s [conduit-extra]
  5177. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5178. 2329.80 s [conduit-extra] The use of ‘~’ without TypeOperators
  5179. 2329.80 s [conduit-extra] will become an error in a future GHC release.
  5180. 2329.80 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5181. 2329.80 s [conduit-extra] |
  5182. 2329.80 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  5183. 2329.80 s [conduit-extra] | ^
  5184. 2329.80 s [conduit-extra]
  5185. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5186. 2329.80 s [conduit-extra] The use of ‘~’ without TypeOperators
  5187. 2329.80 s [conduit-extra] will become an error in a future GHC release.
  5188. 2329.80 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5189. 2329.80 s [conduit-extra] |
  5190. 2329.80 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  5191. 2329.80 s [conduit-extra] | ^
  5192. 2329.80 s [conduit-extra]
  5193. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:73:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5194. 2329.80 s [conduit-extra] Pattern match(es) are non-exhaustive
  5195. 2329.80 s [conduit-extra] In a lambda abstraction:
  5196. 2329.80 s [conduit-extra] Patterns of type ‘Maybe
  5197. 2329.80 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5198. 2329.80 s [conduit-extra] Nothing
  5199. 2329.80 s [conduit-extra] |
  5200. 2329.80 s [conduit-extra] 73 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
  5201. 2329.80 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5202. 2329.80 s [conduit-extra]
  5203. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5204. 2329.80 s [conduit-extra] The use of ‘~’ without TypeOperators
  5205. 2329.80 s [conduit-extra] will become an error in a future GHC release.
  5206. 2329.80 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5207. 2329.80 s [conduit-extra] |
  5208. 2329.80 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  5209. 2329.80 s [conduit-extra] | ^
  5210. 2329.80 s [conduit-extra]
  5211. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5212. 2329.80 s [conduit-extra] The use of ‘~’ without TypeOperators
  5213. 2329.80 s [conduit-extra] will become an error in a future GHC release.
  5214. 2329.80 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5215. 2329.80 s [conduit-extra] |
  5216. 2329.80 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  5217. 2329.80 s [conduit-extra] | ^
  5218. 2329.80 s [conduit-extra]
  5219. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:76:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5220. 2329.80 s [conduit-extra] Pattern match(es) are non-exhaustive
  5221. 2329.80 s [conduit-extra] In a lambda abstraction:
  5222. 2329.80 s [conduit-extra] Patterns of type ‘Maybe
  5223. 2329.80 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5224. 2329.80 s [conduit-extra] Nothing
  5225. 2329.80 s [conduit-extra] |
  5226. 2329.80 s [conduit-extra] 76 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
  5227. 2329.80 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5228. 2329.80 s [conduit-extra]
  5229. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5230. 2329.80 s [conduit-extra] The use of ‘~’ without TypeOperators
  5231. 2329.80 s [conduit-extra] will become an error in a future GHC release.
  5232. 2329.80 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5233. 2329.80 s [conduit-extra] |
  5234. 2329.80 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5235. 2329.80 s [conduit-extra] | ^
  5236. 2329.80 s [conduit-extra]
  5237. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5238. 2329.80 s [conduit-extra] The use of ‘~’ without TypeOperators
  5239. 2329.80 s [conduit-extra] will become an error in a future GHC release.
  5240. 2329.80 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5241. 2329.80 s [conduit-extra] |
  5242. 2329.80 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5243. 2329.80 s [conduit-extra] | ^
  5244. 2329.80 s [conduit-extra]
  5245. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5246. 2329.80 s [conduit-extra] The use of ‘~’ without TypeOperators
  5247. 2329.80 s [conduit-extra] will become an error in a future GHC release.
  5248. 2329.80 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5249. 2329.80 s [conduit-extra] |
  5250. 2329.80 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5251. 2329.80 s [conduit-extra] | ^
  5252. 2329.80 s [conduit-extra]
  5253. 2329.80 s [conduit-extra] Data/Conduit/Process.hs:78:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5254. 2329.80 s [conduit-extra] Pattern match(es) are non-exhaustive
  5255. 2329.80 s [conduit-extra] In a lambda abstraction:
  5256. 2329.80 s [conduit-extra] Patterns of type ‘Maybe
  5257. 2329.80 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5258. 2329.80 s [conduit-extra] Nothing
  5259. 2329.80 s [conduit-extra] |
  5260. 2329.80 s [conduit-extra] 78 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
  5261. 2329.80 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5262. 2329.80 s [conduit-extra]
  5263. 2329.80 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 )
  5264. 2329.80 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 )
  5265. 2329.92 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 )
  5266. 2330.05 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 )
  5267. 2330.27 s [conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.p_o )
  5268. 2330.28 s [conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, dist/build/Data/Conduit/Parser/Internal.p_o )
  5269. 2330.54 s [conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
  5270. 2330.54 s [conduit-parse] The import of ‘Data.Semigroup’ is redundant
  5271. 2330.54 s [conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
  5272. 2330.54 s [conduit-parse] To import instances alone, use: import Data.Semigroup()
  5273. 2330.54 s [conduit-parse] |
  5274. 2330.54 s [conduit-parse] 26 | import Data.Semigroup
  5275. 2330.54 s [conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5276. 2330.54 s [conduit-parse]
  5277. 2331.14 s [libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.p_o )
  5278. 2331.33 s [conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.p_o )
  5279. 2331.33 s [conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.p_o )
  5280. 2331.33 s [conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.p_o )
  5281. 2331.33 s [conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.p_o )
  5282. 2331.33 s [conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.p_o )
  5283. 2331.33 s [conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.p_o )
  5284. 2331.33 s [conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.p_o )
  5285. 2331.33 s [conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.p_o )
  5286. 2331.33 s [conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.p_o )
  5287. 2331.33 s [conduit-extra] Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5288. 2331.33 s [conduit-extra] The use of ‘~’ without TypeOperators
  5289. 2331.33 s [conduit-extra] will become an error in a future GHC release.
  5290. 2331.33 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5291. 2331.33 s [conduit-extra] |
  5292. 2331.33 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5293. 2331.33 s [conduit-extra] | ^
  5294. 2331.33 s [conduit-extra]
  5295. 2331.33 s [conduit-extra] Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5296. 2331.33 s [conduit-extra] The use of ‘~’ without TypeOperators
  5297. 2331.33 s [conduit-extra] will become an error in a future GHC release.
  5298. 2331.33 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5299. 2331.33 s [conduit-extra] |
  5300. 2331.33 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5301. 2331.33 s [conduit-extra] | ^
  5302. 2331.33 s [conduit-extra]
  5303. 2331.33 s [conduit-extra] Data/Conduit/Process.hs:49:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5304. 2331.33 s [conduit-extra] Pattern match(es) are non-exhaustive
  5305. 2331.33 s [conduit-extra] In a lambda abstraction:
  5306. 2331.33 s [conduit-extra] Patterns of type ‘Maybe
  5307. 2331.33 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5308. 2331.33 s [conduit-extra] Nothing
  5309. 2331.33 s [conduit-extra] |
  5310. 2331.33 s [conduit-extra] 49 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
  5311. 2331.33 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5312. 2331.33 s [conduit-extra]
  5313. 2331.33 s [conduit-extra] Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5314. 2331.33 s [conduit-extra] The use of ‘~’ without TypeOperators
  5315. 2331.33 s [conduit-extra] will become an error in a future GHC release.
  5316. 2331.33 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5317. 2331.33 s [conduit-extra] |
  5318. 2331.33 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5319. 2331.33 s [conduit-extra] | ^
  5320. 2331.33 s [conduit-extra]
  5321. 2331.33 s [conduit-extra] Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5322. 2331.33 s [conduit-extra] The use of ‘~’ without TypeOperators
  5323. 2331.33 s [conduit-extra] will become an error in a future GHC release.
  5324. 2331.33 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5325. 2331.33 s [conduit-extra] |
  5326. 2331.33 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5327. 2331.33 s [conduit-extra] | ^
  5328. 2331.33 s [conduit-extra]
  5329. 2331.33 s [conduit-extra] Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5330. 2331.33 s [conduit-extra] The use of ‘~’ without TypeOperators
  5331. 2331.33 s [conduit-extra] will become an error in a future GHC release.
  5332. 2331.33 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5333. 2331.33 s [conduit-extra] |
  5334. 2331.33 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5335. 2331.33 s [conduit-extra] | ^
  5336. 2331.33 s [conduit-extra]
  5337. 2331.33 s [conduit-extra] Data/Conduit/Process.hs:51:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5338. 2331.33 s [conduit-extra] Pattern match(es) are non-exhaustive
  5339. 2331.33 s [conduit-extra] In a lambda abstraction:
  5340. 2331.33 s [conduit-extra] Patterns of type ‘Maybe
  5341. 2331.33 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5342. 2331.33 s [conduit-extra] Nothing
  5343. 2331.33 s [conduit-extra] |
  5344. 2331.33 s [conduit-extra] 51 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
  5345. 2331.33 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5346. 2331.33 s [conduit-extra]
  5347. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5348. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5349. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5350. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5351. 2331.34 s [conduit-extra] |
  5352. 2331.34 s [conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  5353. 2331.34 s [conduit-extra] | ^
  5354. 2331.34 s [conduit-extra]
  5355. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:67:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5356. 2331.34 s [conduit-extra] Pattern match(es) are non-exhaustive
  5357. 2331.34 s [conduit-extra] In a lambda abstraction:
  5358. 2331.34 s [conduit-extra] Patterns of type ‘Maybe
  5359. 2331.34 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5360. 2331.34 s [conduit-extra] Nothing
  5361. 2331.34 s [conduit-extra] |
  5362. 2331.34 s [conduit-extra] 67 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
  5363. 2331.34 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5364. 2331.34 s [conduit-extra]
  5365. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5366. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5367. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5368. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5369. 2331.34 s [conduit-extra] |
  5370. 2331.34 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  5371. 2331.34 s [conduit-extra] | ^
  5372. 2331.34 s [conduit-extra]
  5373. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5374. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5375. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5376. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5377. 2331.34 s [conduit-extra] |
  5378. 2331.34 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  5379. 2331.34 s [conduit-extra] | ^
  5380. 2331.34 s [conduit-extra]
  5381. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:69:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5382. 2331.34 s [conduit-extra] Pattern match(es) are non-exhaustive
  5383. 2331.34 s [conduit-extra] In a lambda abstraction:
  5384. 2331.34 s [conduit-extra] Patterns of type ‘Maybe
  5385. 2331.34 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5386. 2331.34 s [conduit-extra] Nothing
  5387. 2331.34 s [conduit-extra] |
  5388. 2331.34 s [conduit-extra] 69 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
  5389. 2331.34 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5390. 2331.34 s [conduit-extra]
  5391. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5392. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5393. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5394. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5395. 2331.34 s [conduit-extra] |
  5396. 2331.34 s [conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  5397. 2331.34 s [conduit-extra] | ^
  5398. 2331.34 s [conduit-extra]
  5399. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:71:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5400. 2331.34 s [conduit-extra] Pattern match(es) are non-exhaustive
  5401. 2331.34 s [conduit-extra] In a lambda abstraction:
  5402. 2331.34 s [conduit-extra] Patterns of type ‘Maybe
  5403. 2331.34 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5404. 2331.34 s [conduit-extra] Nothing
  5405. 2331.34 s [conduit-extra] |
  5406. 2331.34 s [conduit-extra] 71 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
  5407. 2331.34 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5408. 2331.34 s [conduit-extra]
  5409. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5410. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5411. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5412. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5413. 2331.34 s [conduit-extra] |
  5414. 2331.34 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  5415. 2331.34 s [conduit-extra] | ^
  5416. 2331.34 s [conduit-extra]
  5417. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5418. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5419. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5420. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5421. 2331.34 s [conduit-extra] |
  5422. 2331.34 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  5423. 2331.34 s [conduit-extra] | ^
  5424. 2331.34 s [conduit-extra]
  5425. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:73:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5426. 2331.34 s [conduit-extra] Pattern match(es) are non-exhaustive
  5427. 2331.34 s [conduit-extra] In a lambda abstraction:
  5428. 2331.34 s [conduit-extra] Patterns of type ‘Maybe
  5429. 2331.34 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5430. 2331.34 s [conduit-extra] Nothing
  5431. 2331.34 s [conduit-extra] |
  5432. 2331.34 s [conduit-extra] 73 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
  5433. 2331.34 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5434. 2331.34 s [conduit-extra]
  5435. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5436. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5437. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5438. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5439. 2331.34 s [conduit-extra] |
  5440. 2331.34 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  5441. 2331.34 s [conduit-extra] | ^
  5442. 2331.34 s [conduit-extra]
  5443. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5444. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5445. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5446. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5447. 2331.34 s [conduit-extra] |
  5448. 2331.34 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  5449. 2331.34 s [conduit-extra] | ^
  5450. 2331.34 s [conduit-extra]
  5451. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:76:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5452. 2331.34 s [conduit-extra] Pattern match(es) are non-exhaustive
  5453. 2331.34 s [conduit-extra] In a lambda abstraction:
  5454. 2331.34 s [conduit-extra] Patterns of type ‘Maybe
  5455. 2331.34 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5456. 2331.34 s [conduit-extra] Nothing
  5457. 2331.34 s [conduit-extra] |
  5458. 2331.34 s [conduit-extra] 76 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
  5459. 2331.34 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5460. 2331.34 s [conduit-extra]
  5461. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5462. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5463. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5464. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5465. 2331.34 s [conduit-extra] |
  5466. 2331.34 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5467. 2331.34 s [conduit-extra] | ^
  5468. 2331.34 s [conduit-extra]
  5469. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5470. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5471. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5472. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5473. 2331.34 s [conduit-extra] |
  5474. 2331.34 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5475. 2331.34 s [conduit-extra] | ^
  5476. 2331.34 s [conduit-extra]
  5477. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5478. 2331.34 s [conduit-extra] The use of ‘~’ without TypeOperators
  5479. 2331.34 s [conduit-extra] will become an error in a future GHC release.
  5480. 2331.34 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5481. 2331.34 s [conduit-extra] |
  5482. 2331.34 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5483. 2331.34 s [conduit-extra] | ^
  5484. 2331.34 s [conduit-extra]
  5485. 2331.34 s [conduit-extra] Data/Conduit/Process.hs:78:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5486. 2331.34 s [conduit-extra] Pattern match(es) are non-exhaustive
  5487. 2331.34 s [conduit-extra] In a lambda abstraction:
  5488. 2331.34 s [conduit-extra] Patterns of type ‘Maybe
  5489. 2331.34 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5490. 2331.34 s [conduit-extra] Nothing
  5491. 2331.34 s [conduit-extra] |
  5492. 2331.34 s [conduit-extra] 78 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
  5493. 2331.34 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5494. 2331.34 s [conduit-extra]
  5495. 2331.36 s [conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.p_o )
  5496. 2331.36 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.p_o )
  5497. 2331.38 s [libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.p_o )
  5498. 2331.40 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.p_o )
  5499. 2331.79 s [conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, dist/build/Data/Conduit/Parser.p_o )
  5500. 2333.28 s [conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.8...
  5501. 2333.28 s [conduit-extra] Building test suite 'test' for conduit-extra-1.3.8...
  5502. 2333.43 s [conduit-extra] [ 1 of 12] Compiling Data.Conduit.AttoparsecSpec ( test/Data/Conduit/AttoparsecSpec.hs, dist/build/test/test-tmp/Data/Conduit/AttoparsecSpec.o )
  5503. 2333.62 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:10:52: warning: [GHC-38856] [-Wunused-imports]
  5504. 2333.62 s [conduit-extra] The import of ‘<*’ from module ‘Control.Applicative’ is redundant
  5505. 2333.62 s [conduit-extra] |
  5506. 2333.62 s [conduit-extra] 10 | import Control.Applicative ((<*), (<|>))
  5507. 2333.62 s [conduit-extra] | ^^^^
  5508. 2333.62 s [conduit-extra]
  5509. 2333.62 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:153:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5510. 2333.62 s [conduit-extra] Pattern match(es) are non-exhaustive
  5511. 2333.62 s [conduit-extra] In a pattern binding:
  5512. 2333.62 s [conduit-extra] Patterns of type ‘Either
  5513. 2333.62 s [conduit-extra] (ghc-prim:GHC.Types.ZonkAny 0)
  5514. 2333.62 s [conduit-extra] [Either
  5515. 2333.62 s [conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text)]’ not matched:
  5516. 2333.62 s [conduit-extra] Left _
  5517. 2333.62 s [conduit-extra] |
  5518. 2333.62 s [conduit-extra] 153 | (Right !ea) = runConduit $ CL.sourceList input .| sink
  5519. 2333.62 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5520. 2333.62 s [conduit-extra]
  5521. 2333.62 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:159:36: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5522. 2333.62 s [conduit-extra] Pattern match(es) are non-exhaustive
  5523. 2333.62 s [conduit-extra] In a lambda abstraction:
  5524. 2333.62 s [conduit-extra] Patterns of type ‘(Either
  5525. 2333.62 s [conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text),
  5526. 2333.62 s [conduit-extra] Int)’ not matched:
  5527. 2333.62 s [conduit-extra] ((Left _), _)
  5528. 2333.62 s [conduit-extra] |
  5529. 2333.62 s [conduit-extra] 159 | forM_ (zip ea [1..]) $ \ (Right (pos, _), l) -> pos `shouldBe` chkp l
  5530. 2333.62 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5531. 2333.62 s [conduit-extra]
  5532. 2333.81 s [conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
  5533. 2333.81 s [conduit-parse] Building test suite 'tests' for conduit-parse-0.2.1.1...
  5534. 2333.91 s [conduit-parse] [1 of 1] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
  5535. 2334.78 s [conduit-extra] [ 2 of 12] Compiling Data.Conduit.BinarySpec ( test/Data/Conduit/BinarySpec.hs, dist/build/test/test-tmp/Data/Conduit/BinarySpec.o )
  5536. 2334.78 s [conduit-extra] test/Data/Conduit/BinarySpec.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  5537. 2334.78 s [conduit-extra] The import of ‘Control.Applicative’ is redundant
  5538. 2334.78 s [conduit-extra] except perhaps to import instances from ‘Control.Applicative’
  5539. 2334.78 s [conduit-extra] To import instances alone, use: import Control.Applicative()
  5540. 2334.78 s [conduit-extra] |
  5541. 2334.78 s [conduit-extra] 30 | import Control.Applicative ((<$>))
  5542. 2334.78 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5543. 2334.78 s [conduit-extra]
  5544. 2334.92 s [conduit-parse] [2 of 2] Linking dist/build/tests/tests
  5545. 2335.40 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 )
  5546. 2335.40 s [conduit-extra] [ 4 of 12] Compiling Data.Conduit.ExtraSpec ( test/Data/Conduit/ExtraSpec.hs, dist/build/test/test-tmp/Data/Conduit/ExtraSpec.o )
  5547. 2335.40 s [conduit-extra] [ 5 of 12] Compiling Data.Conduit.FilesystemSpec ( test/Data/Conduit/FilesystemSpec.hs, dist/build/test/test-tmp/Data/Conduit/FilesystemSpec.o )
  5548. 2335.40 s [conduit-extra] [ 6 of 12] Compiling Data.Conduit.LazySpec ( test/Data/Conduit/LazySpec.hs, dist/build/test/test-tmp/Data/Conduit/LazySpec.o )
  5549. 2335.40 s [conduit-extra] [ 7 of 12] Compiling Data.Conduit.NetworkSpec ( test/Data/Conduit/NetworkSpec.hs, dist/build/test/test-tmp/Data/Conduit/NetworkSpec.o )
  5550. 2335.40 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 )
  5551. 2335.40 s [conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:15:12: warning: [GHC-68441] [-Wdeprecations]
  5552. 2335.40 s [conduit-extra] In the use of ‘withProcess_’
  5553. 2335.40 s [conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
  5554. 2335.40 s [conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
  5555. 2335.40 s [conduit-extra] |
  5556. 2335.40 s [conduit-extra] 15 | bss <- withProcess_ pc $ \p ->
  5557. 2335.40 s [conduit-extra] | ^^^^^^^^^^^^
  5558. 2335.40 s [conduit-extra]
  5559. 2335.40 s [conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:30:6: warning: [GHC-68441] [-Wdeprecations]
  5560. 2335.40 s [conduit-extra] In the use of ‘withProcess_’
  5561. 2335.40 s [conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
  5562. 2335.40 s [conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
  5563. 2335.40 s [conduit-extra] |
  5564. 2335.40 s [conduit-extra] 30 | (withProcess_ (proc "cat" ["does not exist"]) $ const $ return ())
  5565. 2335.40 s [conduit-extra] | ^^^^^^^^^^^^
  5566. 2335.40 s [conduit-extra]
  5567. 2335.40 s [conduit-extra] [ 9 of 12] Compiling Data.Conduit.ProcessSpec ( test/Data/Conduit/ProcessSpec.hs, dist/build/test/test-tmp/Data/Conduit/ProcessSpec.o )
  5568. 2335.40 s [conduit-extra] [10 of 12] Compiling Data.Conduit.TextSpec ( test/Data/Conduit/TextSpec.hs, dist/build/test/test-tmp/Data/Conduit/TextSpec.o )
  5569. 2335.40 s [conduit-extra] test/Data/Conduit/TextSpec.hs:125:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5570. 2335.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5571. 2335.40 s [conduit-extra] In a pattern binding:
  5572. 2335.40 s [conduit-extra] Patterns of type ‘Either
  5573. 2335.40 s [conduit-extra] SomeException
  5574. 2335.40 s [conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
  5575. 2335.40 s [conduit-extra] Left _
  5576. 2335.40 s [conduit-extra] |
  5577. 2335.40 s [conduit-extra] 125 | let Right res = runIdentity $ runCatchT $ runConduit $ C.yield badBS .| (,)
  5578. 2335.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  5579. 2335.40 s [conduit-extra]
  5580. 2335.40 s [conduit-extra] test/Data/Conduit/TextSpec.hs:142:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5581. 2335.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5582. 2335.40 s [conduit-extra] In a pattern binding:
  5583. 2335.40 s [conduit-extra] Patterns of type ‘Either
  5584. 2335.40 s [conduit-extra] SomeException
  5585. 2335.40 s [conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
  5586. 2335.40 s [conduit-extra] Left _
  5587. 2335.40 s [conduit-extra] |
  5588. 2335.40 s [conduit-extra] 142 | let Right res = runIdentity $ runCatchT $ runConduit $
  5589. 2335.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  5590. 2335.40 s [conduit-extra]
  5591. 2335.75 s [conduit-parse] Phase: checkPhase
  5592. 2335.77 s [libyaml] Phase: checkPhase
  5593. 2335.78 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 )
  5594. 2335.79 s [libyaml] Package has no test suites.
  5595. 2335.80 s [libyaml] Phase: haddockPhase
  5596. 2335.85 s [conduit-extra] [11 of 12] Compiling Data.Conduit.ZlibSpec ( test/Data/Conduit/ZlibSpec.hs, dist/build/test/test-tmp/Data/Conduit/ZlibSpec.o )
  5597. 2335.85 s [conduit-extra] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
  5598. 2335.91 s [libyaml] Preprocessing library for libyaml-0.1.4...
  5599. 2335.91 s [libyaml] Running Haddock on library for libyaml-0.1.4...
  5600. 2335.91 s [libyaml] Warning: The documentation for the following packages are not installed. No
  5601. 2335.91 s [libyaml] links will be generated to these packages: libyaml-clib-0.2.5, vector-0.13.2.0
  5602. 2335.98 s [conduit-parse] Running 1 test suites...
  5603. 2335.98 s [conduit-parse] Test suite tests: RUNNING...
  5604. 2335.98 s [conduit-parse] Tests
  5605. 2335.98 s [conduit-parse] Unit tests
  5606. 2335.98 s [conduit-parse] await: OK
  5607. 2335.98 s [conduit-parse] peek: OK
  5608. 2335.98 s [conduit-parse] leftover: OK
  5609. 2335.98 s [conduit-parse] error: OK
  5610. 2335.98 s [conduit-parse] alternative: OK
  5611. 2335.98 s [conduit-parse] catch: OK
  5612. 2335.98 s [conduit-parse] parsing: OK
  5613. 2335.98 s [conduit-parse]
  5614. 2335.98 s [conduit-parse] All 7 tests passed (0.00s)
  5615. 2335.98 s [conduit-parse] Test suite tests: PASS
  5616. 2335.98 s [conduit-parse] Test suite logged to: dist/test/conduit-parse-0.2.1.1-tests.log
  5617. 2335.98 s [conduit-parse] 1 of 1 test suites (1 of 1 test cases) passed.
  5618. 2335.99 s [conduit-parse] Phase: haddockPhase
  5619. 2336.12 s [conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
  5620. 2336.12 s [conduit-parse] Running Haddock on library for conduit-parse-0.2.1.1...
  5621. 2336.13 s [conduit-parse] Warning: The documentation for the following packages are not installed. No
  5622. 2336.13 s [conduit-parse] links will be generated to these packages: attoparsec-0.14.4,
  5623. 2336.13 s [conduit-parse] attoparsec-0.14.4, vector-0.13.2.0
  5624. 2336.14 s [libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, nothing )
  5625. 2336.16 s [libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, nothing )
  5626. 2336.30 s [conduit-extra] [13 of 13] Linking dist/build/test/test
  5627. 2336.43 s [conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, nothing )
  5628. 2336.55 s [libyaml] Haddock coverage:
  5629. 2336.56 s [libyaml] Warning: 'rawOpenFlags' is out of scope.
  5630. 2336.56 s [libyaml] If you qualify the identifier, haddock can try to link it anyway.
  5631. 2336.56 s [libyaml] Warning: 'openMode' is out of scope.
  5632. 2336.56 s [libyaml] If you qualify the identifier, haddock can try to link it anyway.
  5633. 2336.56 s [libyaml] Warning: 'formatOptionsRenderCollectionTags' is out of scope.
  5634. 2336.56 s [libyaml] If you qualify the identifier, haddock can try to link it anyway.
  5635. 2336.56 s [libyaml] 76% ( 23 / 30) in 'Text.Libyaml'
  5636. 2336.56 s [libyaml] Missing documentation for:
  5637. 2336.56 s [libyaml] Event (src/Text/Libyaml.hs:78)
  5638. 2336.56 s [libyaml] Tag (src/Text/Libyaml.hs:123)
  5639. 2336.56 s [libyaml] AnchorName (src/Text/Libyaml.hs:140)
  5640. 2336.56 s [libyaml] Anchor (src/Text/Libyaml.hs:141)
  5641. 2336.56 s [libyaml] encode (src/Text/Libyaml.hs:763)
  5642. 2336.56 s [libyaml] encodeFile (src/Text/Libyaml.hs:786)
  5643. 2336.56 s [libyaml] YamlException (src/Text/Libyaml.hs:852)
  5644. 2336.72 s [conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
  5645. 2336.72 s [conduit-parse] The import of ‘Data.Semigroup’ is redundant
  5646. 2336.73 s [conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
  5647. 2336.73 s [conduit-parse] To import instances alone, use: import Data.Semigroup()
  5648. 2336.73 s [conduit-parse] |
  5649. 2336.73 s [conduit-parse] 26 | import Data.Semigroup
  5650. 2336.73 s [conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5651. 2336.73 s [conduit-parse]
  5652. 2336.73 s [conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, nothing )
  5653. 2336.73 s [conduit-parse] Haddock coverage:
  5654. 2336.73 s [conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
  5655. 2336.73 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
  5656. 2336.73 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
  5657. 2336.73 s [conduit-parse] You may be able to disambiguate the identifier by qualifying it or
  5658. 2336.73 s [conduit-parse] by specifying the type/value namespace explicitly.
  5659. 2336.73 s [conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
  5660. 2336.74 s [conduit-parse] Warning: Data.Conduit.Parser.Internal: Could not find documentation for exported module: Data.Conduit.Parser.Internal
  5661. 2336.74 s [conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
  5662. 2336.74 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
  5663. 2336.74 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
  5664. 2336.74 s [conduit-parse] You may be able to disambiguate the identifier by qualifying it or
  5665. 2336.74 s [conduit-parse] by specifying the type/value namespace explicitly.
  5666. 2336.74 s [conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
  5667. 2336.74 s [conduit-parse] Warning: 'Sink' is out of scope.
  5668. 2336.74 s [conduit-parse] If you qualify the identifier, haddock can try to link it anyway.
  5669. 2336.74 s [conduit-parse] 92% ( 13 / 14) in 'Data.Conduit.Parser'
  5670. 2336.74 s [conduit-parse] Missing documentation for:
  5671. 2336.74 s [conduit-parse] ConduitParserException (Data/Conduit/Parser/Internal.hs:189)
  5672. 2336.87 s [libyaml] Warning: Text.Libyaml: could not find link destinations for:
  5673. 2336.87 s [libyaml] - Text.Libyaml.formatOptionsRenderTags
  5674. 2336.87 s [libyaml] - Text.Libyaml.TagRender
  5675. 2337.49 s [conduit-extra] Phase: checkPhase
  5676. 2337.76 s [conduit-extra] Running 1 test suites...
  5677. 2337.76 s [conduit-extra] Test suite test: RUNNING...
  5678. 2337.76 s [conduit-extra]
  5679. 2337.76 s [conduit-extra] Data.Conduit.Attoparsec
  5680. 2337.76 s [conduit-extra] Data.Conduit.AttoparsecSpec
  5681. 2337.76 s [conduit-extra] error position
  5682. 2337.77 s [conduit-extra] works for text [✔]
  5683. 2337.77 s [conduit-extra] works for bytestring [✔]
  5684. 2337.77 s [conduit-extra] works in last chunk [✔]
  5685. 2337.77 s [conduit-extra] works in last chunk [✔]
  5686. 2337.77 s [conduit-extra] works after new line in text [✔]
  5687. 2337.77 s [conduit-extra] works after new line in bytestring [✔]
  5688. 2337.77 s [conduit-extra] works for first line [✔]
  5689. 2337.77 s [conduit-extra] conduitParser
  5690. 2337.77 s [conduit-extra] parses a repeated stream [✔]
  5691. 2337.77 s [conduit-extra] positions on first line [✔]
  5692. 2337.77 s [conduit-extra] Data.Conduit.Binary
  5693. 2337.77 s [conduit-extra] Data.Conduit.Binary
  5694. 2337.77 s [conduit-extra] file access
  5695. 2337.77 s [conduit-extra] read [✔]
  5696. 2337.77 s [conduit-extra] read range [✔]
  5697. 2337.77 s [conduit-extra] write [✔]
  5698. 2337.77 s [conduit-extra] write builder (withSinkFileBuilder) [✔]
  5699. 2337.77 s [conduit-extra] conduit [✔]
  5700. 2337.77 s [conduit-extra] binary isolate
  5701. 2337.77 s [conduit-extra] works [✔]
  5702. 2337.77 s [conduit-extra] properly using binary file reading
  5703. 2337.77 s [conduit-extra] sourceFile [✔]
  5704. 2337.77 s [conduit-extra] binary head
  5705. 2337.78 s [conduit-extra] works [✔]
  5706. 2337.78 s [conduit-extra] +++ OK, passed 100 tests.
  5707. 2337.78 s [conduit-extra] binary takeWhile
  5708. 2337.78 s [conduit-extra] works [✔]
  5709. 2337.78 s [conduit-extra] +++ OK, passed 100 tests.
  5710. 2337.79 s [conduit-extra] leftovers present [✔]
  5711. 2337.79 s [conduit-extra] +++ OK, passed 100 tests.
  5712. 2337.79 s [conduit-extra] binary dropWhile
  5713. 2337.80 s [conduit-extra] works [✔]
  5714. 2337.80 s [conduit-extra] +++ OK, passed 100 tests.
  5715. 2337.80 s [conduit-extra] binary take
  5716. 2337.80 s [conduit-extra] nothing [✔]
  5717. 2337.80 s [conduit-extra] normal [✔]
  5718. 2337.80 s [conduit-extra] all [✔]
  5719. 2337.80 s [conduit-extra] more [✔]
  5720. 2337.80 s [conduit-extra] binary
  5721. 2337.81 s [conduit-extra] lines [✔]
  5722. 2337.81 s [conduit-extra] +++ OK, passed 100 tests.
  5723. 2337.81 s [conduit-extra] sinkCacheLength
  5724. 2337.81 s [conduit-extra] works [✔]
  5725. 2337.81 s [conduit-extra] sinkFileCautious
  5726. 2337.81 s [conduit-extra] success [✔]
  5727. 2337.81 s [conduit-extra] failure [✔]
  5728. 2337.81 s [conduit-extra] sinkSystemTempFile [✔]
  5729. 2337.81 s [conduit-extra] Data.Conduit.Binary.mapM_
  5730. 2337.81 s [conduit-extra] telling works [✔]
  5731. 2337.81 s [conduit-extra] +++ OK, passed 100 tests.
  5732. 2337.81 s [conduit-extra] exception handling
  5733. 2337.81 s [conduit-extra] catchC [✔]
  5734. 2337.81 s [conduit-extra] tryC [✔]
  5735. 2337.81 s [conduit-extra] normalFuseLeft
  5736. 2337.81 s [conduit-extra] does not double close conduit [✔]
  5737. 2337.81 s [conduit-extra] Storable
  5738. 2337.81 s [conduit-extra] sink Maybe
  5739. 2337.81 s [conduit-extra] chunk size 1 [✔]
  5740. 2337.81 s [conduit-extra] +++ OK, passed 100 tests.
  5741. 2337.81 s [conduit-extra] chunk size 5 [✔]
  5742. 2337.81 s [conduit-extra] +++ OK, passed 100 tests.
  5743. 2337.82 s [conduit-extra] chunk size 10 [✔]
  5744. 2337.82 s [conduit-extra] +++ OK, passed 100 tests.
  5745. 2337.82 s [conduit-extra] chunk size 100 [✔]
  5746. 2337.82 s [conduit-extra] +++ OK, passed 100 tests.
  5747. 2337.82 s [conduit-extra] sink exception
  5748. 2337.82 s [conduit-extra] chunk size 1 [✔]
  5749. 2337.82 s [conduit-extra] +++ OK, passed 100 tests.
  5750. 2337.82 s [conduit-extra] chunk size 5 [✔]
  5751. 2337.82 s [conduit-extra] +++ OK, passed 100 tests.
  5752. 2337.82 s [conduit-extra] chunk size 10 [✔]
  5753. 2337.82 s [conduit-extra] +++ OK, passed 100 tests.
  5754. 2337.82 s [conduit-extra] chunk size 100 [✔]
  5755. 2337.82 s [conduit-extra] +++ OK, passed 100 tests.
  5756. 2337.82 s [conduit-extra] insufficient bytes are leftovers, one chunk [✔]
  5757. 2337.82 s [conduit-extra] insufficient bytes are leftovers, multiple chunks [✔]
  5758. 2337.82 s [conduit-extra] Data.Conduit.ByteString.Builder
  5759. 2337.82 s [conduit-extra] Data.Conduit.ByteString.Builder
  5760. 2337.83 s [conduit-extra] idempotent to toLazyByteString [✔]
  5761. 2337.83 s [conduit-extra] +++ OK, passed 100 tests.
  5762. 2337.84 s [conduit-extra] works for large input [✔]
  5763. 2337.84 s [conduit-extra] works for lazy bytestring insertion [✔]
  5764. 2337.84 s [conduit-extra] flush shouldn't bring in empty strings. [✔]
  5765. 2337.86 s [conduit-extra] flushing [✔]
  5766. 2337.86 s [conduit-extra] +++ OK, passed 100 tests.
  5767. 2338.12 s [conduit-extra] large flush input [✔]
  5768. 2338.12 s [conduit-extra] Data.Conduit.Extra
  5769. 2338.12 s [conduit-extra] Data.Conduit.Extra
  5770. 2338.12 s [conduit-extra] basic test [✔]
  5771. 2338.12 s [conduit-extra] get leftovers [✔]
  5772. 2338.12 s [conduit-extra] multiple values [✔]
  5773. 2338.13 s [conduit-extra] more complex [✔]
  5774. 2338.13 s [conduit-extra] +++ OK, passed 100 tests.
  5775. 2338.14 s [conduit-extra] Data.Conduit.Filesystem
  5776. 2338.14 s [conduit-extra] Data.Conduit.Filesystem
  5777. 2338.14 s [conduit-extra] sourceDirectory [✔]
  5778. 2338.15 s [conduit-extra] sourceDirectoryDeep [✔]
  5779. 2338.15 s [conduit-extra] Data.Conduit.Lazy
  5780. 2338.15 s [conduit-extra] Data.Conduit.Lazy
  5781. 2338.15 s [conduit-extra] lazy
  5782. 2338.15 s [conduit-extra] works inside a ResourceT [✔]
  5783. 2338.15 s [conduit-extra] returns nothing outside ResourceT [✔]
  5784. 2338.15 s [conduit-extra] works with pure sources [✔]
  5785. 2338.15 s [conduit-extra] Data.Conduit.Network
  5786. 2338.15 s [conduit-extra] Data.Conduit.Network
  5787. 2338.15 s [conduit-extra] run general server
  5788. 2339.16 s [conduit-extra] running tcp server [✔]
  5789. 2339.16 s [conduit-extra] fork server
  5790. 2339.17 s [conduit-extra] can connect to server [✔]
  5791. 2339.17 s [conduit-extra] fork server also executes custom afterBind [✔]
  5792. 2340.18 s [conduit-extra] fork server really waits for server to be finalized before returning [✔]
  5793. 2340.18 s [conduit-extra] Data.Conduit.Process
  5794. 2340.18 s [conduit-extra] Data.Conduit.Process
  5795. 2340.38 s [conduit-extra] cat [✔]
  5796. 2340.38 s [conduit-extra] +++ OK, passed 100 tests.
  5797. 2340.38 s [conduit-extra] closed stream [✔]
  5798. 2340.39 s [conduit-extra] handles sub-process exit code [✔]
  5799. 2340.39 s [conduit-extra] consumes stdout [✔]
  5800. 2340.39 s [conduit-extra] consumes stderr [✔]
  5801. 2340.40 s [conduit-extra] feeds stdin [✔]
  5802. 2340.40 s [conduit-extra] gracefully handles closed stdin [✔]
  5803. 2341.59 s [libyaml] Documentation created: dist/doc/html/libyaml/,
  5804. 2341.59 s [libyaml] dist/doc/html/libyaml/libyaml.txt
  5805. 2341.66 s [libyaml] Phase: installPhase
  5806. 2341.74 s [libyaml] Installing library in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  5807. 2341.90 s [libyaml] Phase: fixupPhase
  5808. 2341.90 s [conduit-extra] blocking vs non-blocking [✔]
  5809. 2341.90 s [conduit-extra] Data.Conduit.Process.Typed
  5810. 2341.90 s [conduit-extra] cat works [✔]
  5811. 2341.91 s [conduit-extra] cat works with withLoggedProcess_ [✔]
  5812. 2341.91 s [conduit-extra] failing process throws [✔]
  5813. 2341.91 s [conduit-extra] cat: 'does not exist': No such file or directory
  5814. 2341.91 s [conduit-extra] failing process throws [✔]
  5815. 2341.91 s [conduit-extra] Data.Conduit.Text
  5816. 2341.91 s [conduit-extra] Data.Conduit.Text
  5817. 2341.91 s [conduit-extra] text
  5818. 2341.91 s [conduit-extra] utf8
  5819. 2341.91 s [conduit-extra] single chunk [✔]
  5820. 2341.91 s [conduit-extra] +++ OK, passed 100 tests.
  5821. 2341.91 s [conduit-extra] many chunks [✔]
  5822. 2341.91 s [conduit-extra] +++ OK, passed 100 tests.
  5823. 2341.91 s [conduit-extra] raw bytes [✔]
  5824. 2341.91 s [conduit-extra] +++ OK, passed 100 tests.
  5825. 2341.92 s [conduit-extra] encoding [✔]
  5826. 2341.92 s [conduit-extra] +++ OK, passed 100 tests.
  5827. 2341.93 s [libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4
  5828. 2341.93 s [libyaml] shrinking /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlibyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl-ghc9.10.2.so
  5829. 2341.93 s [conduit-extra] valid then invalid [✔]
  5830. 2341.93 s [conduit-extra] +++ OK, passed 100 tests.
  5831. 2341.93 s [conduit-extra] utf16_le
  5832. 2341.93 s [conduit-extra] single chunk [✔]
  5833. 2341.93 s [conduit-extra] +++ OK, passed 100 tests.
  5834. 2341.93 s [conduit-extra] many chunks [✔]
  5835. 2341.93 s [conduit-extra] +++ OK, passed 100 tests.
  5836. 2341.93 s [conduit-extra] raw bytes [✔]
  5837. 2341.93 s [conduit-extra] +++ OK, passed 100 tests.
  5838. 2341.94 s [libyaml] checking for references to /build/ in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4...
  5839. 2341.94 s [conduit-extra] encoding [✔]
  5840. 2341.94 s [conduit-extra] +++ OK, passed 100 tests.
  5841. 2341.95 s [libyaml] patching script interpreter paths in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4
  5842. 2341.95 s [conduit-extra] valid then invalid [✔]
  5843. 2341.95 s [conduit-extra] +++ OK, passed 100 tests.
  5844. 2341.95 s [conduit-extra] utf16_be
  5845. 2341.95 s [conduit-extra] single chunk [✔]
  5846. 2341.95 s [conduit-extra] +++ OK, passed 100 tests.
  5847. 2341.95 s [conduit-extra] many chunks [✔]
  5848. 2341.95 s [conduit-extra] +++ OK, passed 100 tests.
  5849. 2341.95 s [conduit-extra] raw bytes [✔]
  5850. 2341.95 s [conduit-extra] +++ OK, passed 100 tests.
  5851. 2341.96 s [libyaml] stripping (with command strip and flags -S -p) in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib
  5852. 2341.97 s [conduit-extra] encoding [✔]
  5853. 2341.97 s [conduit-extra] +++ OK, passed 100 tests.
  5854. 2341.97 s [conduit-extra] valid then invalid [✔]
  5855. 2341.97 s [conduit-extra] +++ OK, passed 100 tests.
  5856. 2341.97 s [conduit-extra] utf32_le
  5857. 2341.98 s [conduit-extra] single chunk [✔]
  5858. 2341.98 s [conduit-extra] +++ OK, passed 100 tests.
  5859. 2341.98 s [conduit-extra] many chunks [✔]
  5860. 2341.98 s [conduit-extra] +++ OK, passed 100 tests.
  5861. 2341.98 s [conduit-extra] raw bytes [✔]
  5862. 2341.98 s [conduit-extra] +++ OK, passed 100 tests.
  5863. 2341.99 s [conduit-extra] encoding [✔]
  5864. 2341.99 s [conduit-extra] +++ OK, passed 100 tests.
  5865. 2342.00 s [conduit-extra] valid then invalid [✔]
  5866. 2342.00 s [conduit-extra] +++ OK, passed 100 tests.
  5867. 2342.00 s [conduit-extra] utf32_be
  5868. 2342.00 s [conduit-extra] single chunk [✔]
  5869. 2342.00 s [conduit-extra] +++ OK, passed 100 tests.
  5870. 2342.00 s [conduit-extra] many chunks [✔]
  5871. 2342.00 s [conduit-extra] +++ OK, passed 100 tests.
  5872. 2342.00 s [conduit-extra] raw bytes [✔]
  5873. 2342.00 s [conduit-extra] +++ OK, passed 100 tests.
  5874. 2342.02 s [conduit-extra] encoding [✔]
  5875. 2342.02 s [conduit-extra] +++ OK, passed 100 tests.
  5876. 2342.02 s [conduit-extra] valid then invalid [✔]
  5877. 2342.02 s [conduit-extra] +++ OK, passed 100 tests.
  5878. 2342.02 s [conduit-extra] mixed utf16 and utf8 [✔]
  5879. 2342.02 s [conduit-extra] invalid utf8 [✔]
  5880. 2342.02 s [conduit-extra] catch UTF8 exceptions [✔]
  5881. 2342.02 s [conduit-extra] catch UTF8 exceptions, pure [✔]
  5882. 2342.02 s [conduit-extra] catch UTF8 exceptions, catchExceptionC [✔]
  5883. 2342.02 s [conduit-extra] catch UTF8 exceptions, catchExceptionC, decodeUtf8 [✔]
  5884. 2342.03 s [conduit-extra] lenient UTF8 decoding [✔]
  5885. 2342.03 s [conduit-extra] +++ OK, passed 100 tests.
  5886. 2342.03 s [conduit-extra] text lines
  5887. 2342.03 s [conduit-extra] yields nothing given nothing [✔]
  5888. 2342.03 s [conduit-extra] yields nothing given only empty text [✔]
  5889. 2342.03 s [libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
  5890. 2342.03 s [conduit-extra] works across split lines [✔]
  5891. 2342.03 s [conduit-extra] works with multiple lines in an item [✔]
  5892. 2342.03 s [conduit-extra] works with ending on a newline [✔]
  5893. 2342.03 s [conduit-extra] works with ending a middle item on a newline [✔]
  5894. 2342.03 s [conduit-extra] works with empty text [✔]
  5895. 2342.03 s [conduit-extra] works with empty lines [✔]
  5896. 2342.03 s [conduit-extra] text lines bounded
  5897. 2342.03 s [conduit-extra] yields nothing given nothing [✔]
  5898. 2342.03 s [conduit-extra] yields nothing given only empty text [✔]
  5899. 2342.03 s [conduit-extra] works across split lines [✔]
  5900. 2342.03 s [conduit-extra] works with multiple lines in an item [✔]
  5901. 2342.03 s [conduit-extra] works with ending on a newline [✔]
  5902. 2342.03 s [conduit-extra] works with ending a middle item on a newline [✔]
  5903. 2342.03 s [conduit-extra] works with empty text [✔]
  5904. 2342.03 s [conduit-extra] works with empty lines [✔]
  5905. 2342.03 s [conduit-extra] throws an exception when lines are too long [✔]
  5906. 2342.03 s [conduit-extra] works with infinite input [✔]
  5907. 2342.03 s [conduit-extra] text decode
  5908. 2342.03 s [conduit-extra] doesn't throw runtime exceptions [✔]
  5909. 2342.03 s [conduit-extra] is not too eager [✔]
  5910. 2342.03 s [conduit-extra] Data.Conduit.Zlib
  5911. 2342.03 s [conduit-extra] Data.Conduit.Zlib
  5912. 2342.03 s [libyaml] checking for references to /build/ in /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc...
  5913. 2342.04 s [conduit-extra] idempotent [✔]
  5914. 2342.04 s [conduit-extra] +++ OK, passed 100 tests.
  5915. 2342.05 s [libyaml] patching script interpreter paths in /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
  5916. 2342.07 s [conduit-extra] flush [✔]
  5917. 2342.07 s [conduit-extra] +++ OK, passed 100 tests.
  5918. 2342.17 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4 /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
  5919. 2342.58 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  5920. 2342.60 s [post-build-hook] Uploading to the NixCI cache: /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4 /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
  5921. 2342.64 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5922. 2342.74 s [post-build-hook] copying 1 paths...
  5923. 2342.74 s [post-build-hook] copying path '/nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4' to 'https://cache.nix-ci.com'...
  5924. 2343.82 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5925. 2343.95 s [post-build-hook] copying 0 paths...
  5926. 2343.96 s Progress: 345 of 361 built (3 building), 370 of 370 downloaded from cache
  5927. 2344.02 s Building yaml
  5928. 2344.02 s [conduit-extra] compressFlush large data [✔]
  5929. 2344.02 s [conduit-extra] uncompressed after compressed [✔]
  5930. 2344.02 s [conduit-extra] multiple compressed values [✔]
  5931. 2344.02 s [conduit-extra] single compressed, multiple uncompressed chunks [✔]
  5932. 2344.02 s [conduit-extra] multiple, over 32k [✔]
  5933. 2344.02 s [conduit-extra]
  5934. 2344.02 s [conduit-extra] Finished in 4.7293 seconds
  5935. 2344.02 s [conduit-extra] 133 examples, 0 failures
  5936. 2344.02 s [conduit-extra] Test suite test: PASS
  5937. 2344.02 s [conduit-extra] Test suite logged to: dist/test/conduit-extra-1.3.8-test.log
  5938. 2344.02 s [conduit-extra] 1 of 1 test suites (1 of 1 test cases) passed.
  5939. 2344.02 s [conduit-extra] Phase: haddockPhase
  5940. 2344.02 s [conduit-extra] Preprocessing library for conduit-extra-1.3.8...
  5941. 2344.02 s [conduit-extra] Running Haddock on library for conduit-extra-1.3.8...
  5942. 2344.02 s [conduit-extra] Warning: The documentation for the following packages are not installed. No
  5943. 2344.02 s [conduit-extra] links will be generated to these packages: attoparsec-0.14.4,
  5944. 2344.02 s [conduit-extra] attoparsec-0.14.4, vector-0.13.2.0
  5945. 2344.02 s [conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, nothing )
  5946. 2344.02 s [conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, nothing )
  5947. 2344.02 s [conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, nothing )
  5948. 2344.02 s [conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, nothing )
  5949. 2344.02 s [conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, nothing )
  5950. 2344.02 s [conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, nothing )
  5951. 2344.02 s [conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, nothing )
  5952. 2344.02 s [conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, nothing )
  5953. 2344.02 s [conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, nothing )
  5954. 2344.02 s [conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, nothing )
  5955. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5956. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  5957. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  5958. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5959. 2344.02 s [conduit-extra] |
  5960. 2344.02 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5961. 2344.02 s [conduit-extra] | ^
  5962. 2344.02 s [conduit-extra]
  5963. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5964. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  5965. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  5966. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5967. 2344.02 s [conduit-extra] |
  5968. 2344.02 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5969. 2344.02 s [conduit-extra] | ^
  5970. 2344.02 s [conduit-extra]
  5971. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5972. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  5973. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  5974. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5975. 2344.02 s [conduit-extra] |
  5976. 2344.02 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5977. 2344.02 s [conduit-extra] | ^
  5978. 2344.02 s [conduit-extra]
  5979. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5980. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  5981. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  5982. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5983. 2344.02 s [conduit-extra] |
  5984. 2344.02 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5985. 2344.02 s [conduit-extra] | ^
  5986. 2344.02 s [conduit-extra]
  5987. 2344.02 s [conduit-parse] Documentation created: dist/doc/html/conduit-parse/,
  5988. 2344.02 s [conduit-parse] dist/doc/html/conduit-parse/conduit-parse.txt
  5989. 2344.02 s [conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
  5990. 2344.02 s [conduit-parse] Phase: installPhase
  5991. 2344.02 s [conduit-parse] Installing library in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  5992. 2344.02 s [conduit-parse] Phase: fixupPhase
  5993. 2344.02 s [conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  5994. 2344.02 s [conduit-parse] shrinking /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSconduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0-ghc9.10.2.so
  5995. 2344.02 s [conduit-parse] checking for references to /build/ in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1...
  5996. 2344.02 s [conduit-parse] patching script interpreter paths in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  5997. 2344.02 s [conduit-parse] stripping (with command strip and flags -S -p) in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib
  5998. 2344.02 s [conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc
  5999. 2344.02 s [conduit-parse] checking for references to /build/ in /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc...
  6000. 2344.02 s [conduit-parse] patching script interpreter paths in /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc
  6001. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6002. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  6003. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  6004. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6005. 2344.02 s [conduit-extra] |
  6006. 2344.02 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  6007. 2344.02 s [conduit-extra] | ^
  6008. 2344.02 s [conduit-extra]
  6009. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6010. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  6011. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  6012. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6013. 2344.02 s [conduit-extra] |
  6014. 2344.02 s [conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  6015. 2344.02 s [conduit-extra] | ^
  6016. 2344.02 s [conduit-extra]
  6017. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6018. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  6019. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  6020. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6021. 2344.02 s [conduit-extra] |
  6022. 2344.02 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  6023. 2344.02 s [conduit-extra] | ^
  6024. 2344.02 s [conduit-extra]
  6025. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6026. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  6027. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  6028. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6029. 2344.02 s [conduit-extra] |
  6030. 2344.02 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  6031. 2344.02 s [conduit-extra] | ^
  6032. 2344.02 s [conduit-extra]
  6033. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6034. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  6035. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  6036. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6037. 2344.02 s [conduit-extra] |
  6038. 2344.02 s [conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  6039. 2344.02 s [conduit-extra] | ^
  6040. 2344.02 s [conduit-extra]
  6041. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6042. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  6043. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  6044. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6045. 2344.02 s [conduit-extra] |
  6046. 2344.02 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  6047. 2344.02 s [conduit-extra] | ^
  6048. 2344.02 s [conduit-extra]
  6049. 2344.02 s [conduit-extra] Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6050. 2344.02 s [conduit-extra] The use of ‘~’ without TypeOperators
  6051. 2344.02 s [conduit-extra] will become an error in a future GHC release.
  6052. 2344.02 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6053. 2344.02 s [conduit-extra] |
  6054. 2344.02 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  6055. 2344.10 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  6056. 2344.47 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  6057. 2344.49 s [post-build-hook] Uploading to the NixCI cache: /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  6058. 2344.52 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6059. 2344.62 s [post-build-hook] copying 1 paths...
  6060. 2344.62 s [post-build-hook] copying path '/nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1' to 'https://cache.nix-ci.com'...
  6061. 2345.21 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6062. 2345.36 s [post-build-hook] copying 0 paths...
  6063. 2345.38 s Progress: 346 of 361 built (3 building), 370 of 370 downloaded from cache
  6064. 2345.38 s [conduit-extra] | ^
  6065. 2345.38 s [conduit-extra]
  6066. 2345.38 s [conduit-extra] Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6067. 2345.38 s [conduit-extra] The use of ‘~’ without TypeOperators
  6068. 2345.38 s [conduit-extra] will become an error in a future GHC release.
  6069. 2345.38 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6070. 2345.38 s [conduit-extra] |
  6071. 2345.38 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  6072. 2345.38 s [conduit-extra] | ^
  6073. 2345.38 s [conduit-extra]
  6074. 2345.38 s [conduit-extra] Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6075. 2345.38 s [conduit-extra] The use of ‘~’ without TypeOperators
  6076. 2345.38 s [conduit-extra] will become an error in a future GHC release.
  6077. 2345.38 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6078. 2345.38 s [conduit-extra] |
  6079. 2345.38 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  6080. 2345.38 s [conduit-extra] | ^
  6081. 2345.38 s [conduit-extra]
  6082. 2345.38 s [conduit-extra] Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6083. 2345.38 s [conduit-extra] The use of ‘~’ without TypeOperators
  6084. 2345.38 s [conduit-extra] will become an error in a future GHC release.
  6085. 2345.38 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6086. 2345.38 s [conduit-extra] |
  6087. 2345.38 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  6088. 2345.38 s [conduit-extra] | ^
  6089. 2345.38 s [conduit-extra]
  6090. 2345.38 s [conduit-extra] Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6091. 2345.38 s [conduit-extra] The use of ‘~’ without TypeOperators
  6092. 2345.38 s [conduit-extra] will become an error in a future GHC release.
  6093. 2345.38 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6094. 2345.38 s [conduit-extra] |
  6095. 2345.38 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  6096. 2345.38 s [conduit-extra] | ^
  6097. 2345.38 s [conduit-extra]
  6098. 2345.38 s [conduit-extra] Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6099. 2345.38 s [conduit-extra] The use of ‘~’ without TypeOperators
  6100. 2345.38 s [conduit-extra] will become an error in a future GHC release.
  6101. 2345.38 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6102. 2345.38 s [conduit-extra] |
  6103. 2345.38 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  6104. 2345.38 s [conduit-extra] | ^
  6105. 2345.38 s [conduit-extra]
  6106. 2345.38 s [conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, nothing )
  6107. 2345.38 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, nothing )
  6108. 2345.38 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, nothing )
  6109. 2345.38 s [conduit-extra] Haddock coverage:
  6110. 2345.38 s [conduit-extra] Warning: 'ParseError' is ambiguous. It is defined
  6111. 2345.38 s [conduit-extra] * at Data/Conduit/Attoparsec.hs:44:19
  6112. 2345.38 s [conduit-extra] * at Data/Conduit/Attoparsec.hs:44:1
  6113. 2345.38 s [conduit-extra] You may be able to disambiguate the identifier by qualifying it or
  6114. 2345.38 s [conduit-extra] by specifying the type/value namespace explicitly.
  6115. 2345.38 s [conduit-extra] Defaulting to the one defined at Data/Conduit/Attoparsec.hs:44:1
  6116. 2345.38 s [conduit-extra] 84% ( 11 / 13) in 'Data.Conduit.Attoparsec'
  6117. 2345.38 s [conduit-extra] Missing documentation for:
  6118. 2345.39 s [conduit-extra] Position (Data/Conduit/Attoparsec.hs:53)
  6119. 2345.39 s [conduit-extra] PositionRange (Data/Conduit/Attoparsec.hs:64)
  6120. 2345.39 s [conduit-extra] 100% ( 45 / 45) in 'Data.Conduit.Binary'
  6121. 2345.39 s [conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.ByteString.Builder'
  6122. 2345.39 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Filesystem'
  6123. 2345.39 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Foldl'
  6124. 2345.39 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Lazy'
  6125. 2345.39 s [yaml] Phase: setupCompilerEnvironmentPhase
  6126. 2345.39 s [yaml] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  6127. 2345.39 s [yaml] Phase: unpackPhase
  6128. 2345.39 s [yaml] unpacking source archive /nix/store/1i4qpms3prjxhdqwxcidf0isp8prw52b-yaml-0.11.11.2.tar.gz
  6129. 2345.39 s [yaml] source root is yaml-0.11.11.2
  6130. 2345.39 s [yaml] setting SOURCE_DATE_EPOCH to timestamp 1688236994 of file "yaml-0.11.11.2/yaml.cabal"
  6131. 2345.39 s [yaml] Phase: patchPhase
  6132. 2345.39 s [yaml] Replace Cabal file with edited version from mirror://hackage/yaml-0.11.11.2/revision/2.cabal.
  6133. 2345.39 s [yaml] Phase: compileBuildDriverPhase
  6134. 2345.39 s [yaml] setupCompileFlags: -package-db=/build/tmp.8QbF39vOPC/setup-package.conf.d -threaded
  6135. 2345.39 s [yaml] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.8QbF39vOPC/Main.o )
  6136. 2345.39 s [yaml] [2 of 2] Linking Setup
  6137. 2345.39 s [conduit-extra] 52% ( 18 / 34) in 'Data.Conduit.Network'
  6138. 2345.39 s [conduit-extra] Missing documentation for:
  6139. 2345.39 s [conduit-extra] Module header
  6140. 2345.39 s [conduit-extra] appSource (Data/Conduit/Network.hs:88)
  6141. 2345.39 s [conduit-extra] appSink (Data/Conduit/Network.hs:99)
  6142. 2345.39 s [conduit-extra] appSockAddr
  6143. 2345.39 s [conduit-extra] appLocalAddr
  6144. 2345.39 s [conduit-extra] serverSettings (Data/Conduit/Network.hs:82)
  6145. 2345.39 s [conduit-extra] runTCPServerWithHandle
  6146. 2345.39 s [conduit-extra] clientSettings (Data/Conduit/Network.hs:85)
  6147. 2345.39 s [conduit-extra] getPort
  6148. 2345.39 s [conduit-extra] getHost
  6149. 2345.39 s [conduit-extra] getAfterBind
  6150. 2345.39 s [conduit-extra] getNeedLocalAddr
  6151. 2345.39 s [conduit-extra] setPort
  6152. 2345.39 s [conduit-extra] setHost
  6153. 2345.39 s [conduit-extra] setAfterBind
  6154. 2345.39 s [conduit-extra] setNeedLocalAddr
  6155. 2345.39 s [conduit-extra] 90% ( 10 / 11) in 'Data.Conduit.Network.UDP'
  6156. 2345.39 s [conduit-extra] Missing documentation for:
  6157. 2345.39 s [conduit-extra] Module header
  6158. 2345.39 s [conduit-extra] 59% ( 13 / 22) in 'Data.Conduit.Network.Unix'
  6159. 2345.39 s [conduit-extra] Missing documentation for:
  6160. 2345.39 s [conduit-extra] Module header
  6161. 2345.39 s [conduit-extra] appSource (Data/Conduit/Network.hs:88)
  6162. 2345.39 s [conduit-extra] appSink (Data/Conduit/Network.hs:99)
  6163. 2345.39 s [conduit-extra] serverSettings (Data/Conduit/Network/Unix.hs:36)
  6164. 2345.39 s [conduit-extra] clientSettings (Data/Conduit/Network/Unix.hs:33)
  6165. 2345.39 s [conduit-extra] getPath
  6166. 2345.39 s [conduit-extra] getAfterBind
  6167. 2345.39 s [conduit-extra] setPath
  6168. 2345.39 s [conduit-extra] setAfterBind
  6169. 2345.39 s [conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.Process'
  6170. 2345.39 s [conduit-extra] 100% ( 9 / 9) in 'Data.Conduit.Process.Typed'
  6171. 2345.39 s [conduit-extra] 100% ( 25 / 25) in 'Data.Conduit.Text'
  6172. 2345.39 s [conduit-extra] Warning: 'WindowBits' is ambiguous. It is defined
  6173. 2345.39 s [conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
  6174. 2345.39 s [conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
  6175. 2345.39 s [conduit-extra] You may be able to disambiguate the identifier by qualifying it or
  6176. 2345.39 s [conduit-extra] by specifying the type/value namespace explicitly.
  6177. 2345.39 s [conduit-extra] Defaulting to the one defined in ‘Codec.Compression.Zlib.Stream’
  6178. 2345.39 s [conduit-extra] 100% ( 14 / 14) in 'Data.Conduit.Zlib'
  6179. 2345.39 s [conduit-extra] Warning: Data.Conduit.Attoparsec: could not find link destinations for:
  6180. 2345.39 s [conduit-extra] - Data.Attoparsec.Internal.Types.IResult
  6181. 2345.39 s [conduit-extra] - Data.Attoparsec.Internal.Types.Parser
  6182. 2345.39 s [conduit-extra] - Data.Conduit.Attoparsec.parseA
  6183. 2345.39 s [conduit-extra] - Data.Conduit.Attoparsec.feedA
  6184. 2345.39 s [conduit-extra] - Data.Conduit.Attoparsec.empty
  6185. 2345.39 s [conduit-extra] - Data.Conduit.Attoparsec.isNull
  6186. 2345.39 s [conduit-extra] - Data.Conduit.Attoparsec.getLinesCols
  6187. 2345.39 s [conduit-extra] - Data.Conduit.Attoparsec.stripFromEnd
  6188. 2345.39 s [conduit-extra] Warning: Data.Conduit.Binary: could not find link destinations for:
  6189. 2345.39 s [conduit-extra] - Data.Conduit.Binary.SinkStorableInsufficientBytes
  6190. 2345.39 s [conduit-extra] Warning: Data.Conduit.ByteString.Builder: could not find link destinations for:
  6191. 2345.39 s [conduit-extra] - Data.Conduit.Combinators.Buffer
  6192. 2345.39 s [conduit-extra] Warning: Data.Conduit.Zlib: could not find link destinations for:
  6193. 2345.39 s [conduit-extra] - Codec.Compression.Zlib.Stream.Rep_WindowBits
  6194. 2345.83 s [yaml] Phase: updateAutotoolsGnuConfigScriptsPhase
  6195. 2345.84 s [yaml] Phase: configurePhase
  6196. 2345.85 s [yaml] configureFlags: --verbose --prefix=/nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2 --with-gcc=gcc --package-db=/build/tmp.8QbF39vOPC/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 --bindir=/nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin --ghc-option=-haddock -fsystem-libyaml -f-no-exe --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  6197. 2345.85 s [yaml] Using Parsec parser
  6198. 2345.85 s [yaml] Configuring yaml-0.11.11.2...
  6199. 2346.18 s [yaml] Flags chosen: no-examples=True, no-exe=False
  6200. 2346.41 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  6201. 2346.41 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  6202. 2346.41 s [yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
  6203. 2346.41 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  6204. 2346.41 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  6205. 2346.41 s [yaml] Dependency containers: using containers-0.7
  6206. 2346.41 s [yaml] Dependency directory: using directory-1.3.8.5
  6207. 2346.41 s [yaml] Dependency filepath: using filepath-1.5.4.0
  6208. 2346.41 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  6209. 2346.41 s [yaml] Dependency mtl: using mtl-2.3.1
  6210. 2346.41 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  6211. 2346.41 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  6212. 2346.41 s [yaml] Dependency template-haskell: using template-haskell-2.22.0.0
  6213. 2346.41 s [yaml] Dependency text: using text-2.1.2
  6214. 2346.41 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
  6215. 2346.41 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
  6216. 2346.41 s [yaml] Dependency vector: using vector-0.13.2.0
  6217. 2346.41 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  6218. 2346.41 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  6219. 2346.41 s [yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
  6220. 2346.41 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  6221. 2346.41 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  6222. 2346.41 s [yaml] Dependency containers: using containers-0.7
  6223. 2346.41 s [yaml] Dependency directory: using directory-1.3.8.5
  6224. 2346.41 s [yaml] Dependency filepath: using filepath-1.5.4.0
  6225. 2346.41 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  6226. 2346.41 s [yaml] Dependency mtl: using mtl-2.3.1
  6227. 2346.41 s [yaml] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  6228. 2346.41 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  6229. 2346.41 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  6230. 2346.41 s [yaml] Dependency template-haskell: using template-haskell-2.22.0.0
  6231. 2346.41 s [yaml] Dependency text: using text-2.1.2
  6232. 2346.41 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
  6233. 2346.41 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
  6234. 2346.41 s [yaml] Dependency vector: using vector-0.13.2.0
  6235. 2346.41 s [yaml] Dependency yaml: using yaml-0.11.11.2
  6236. 2346.41 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  6237. 2346.41 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  6238. 2346.41 s [yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
  6239. 2346.41 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  6240. 2346.41 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  6241. 2346.41 s [yaml] Dependency containers: using containers-0.7
  6242. 2346.41 s [yaml] Dependency directory: using directory-1.3.8.5
  6243. 2346.41 s [yaml] Dependency filepath: using filepath-1.5.4.0
  6244. 2346.41 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  6245. 2346.41 s [yaml] Dependency mtl: using mtl-2.3.1
  6246. 2346.41 s [yaml] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  6247. 2346.41 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  6248. 2346.41 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  6249. 2346.41 s [yaml] Dependency template-haskell: using template-haskell-2.22.0.0
  6250. 2346.41 s [yaml] Dependency text: using text-2.1.2
  6251. 2346.41 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
  6252. 2346.41 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
  6253. 2346.41 s [yaml] Dependency vector: using vector-0.13.2.0
  6254. 2346.41 s [yaml] Dependency yaml: using yaml-0.11.11.2
  6255. 2346.41 s [yaml] Dependency HUnit: using HUnit-1.6.2.0
  6256. 2346.41 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  6257. 2346.41 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  6258. 2346.41 s [yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
  6259. 2346.41 s [yaml] Dependency base-compat: using base-compat-0.14.1
  6260. 2346.41 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  6261. 2346.41 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  6262. 2346.41 s [yaml] Dependency containers: using containers-0.7
  6263. 2346.41 s [yaml] Dependency directory: using directory-1.3.8.5
  6264. 2346.41 s [yaml] Dependency filepath: using filepath-1.5.4.0
  6265. 2346.41 s [yaml] Dependency hspec >=1.3: using hspec-2.11.14
  6266. 2346.41 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  6267. 2346.41 s [yaml] Dependency mockery: using mockery-0.3.5
  6268. 2346.41 s [yaml] Dependency mtl: using mtl-2.3.1
  6269. 2346.41 s [yaml] Dependency raw-strings-qq: using raw-strings-qq-1.1
  6270. 2346.41 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  6271. 2346.41 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  6272. 2346.41 s [yaml] Dependency template-haskell: using template-haskell-2.22.0.0
  6273. 2346.41 s [yaml] Dependency temporary: using temporary-1.3
  6274. 2346.41 s [yaml] Dependency text: using text-2.1.2
  6275. 2346.41 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
  6276. 2346.41 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
  6277. 2346.41 s [yaml] Dependency vector: using vector-0.13.2.0
  6278. 2346.41 s [yaml] Dependency yaml: using yaml-0.11.11.2
  6279. 2346.41 s [yaml] Source component graph:
  6280. 2346.41 s [yaml] component lib
  6281. 2346.41 s [yaml] component exe:json2yaml dependency lib
  6282. 2346.41 s [yaml] component exe:yaml2json dependency lib
  6283. 2346.41 s [yaml] component test:spec dependency lib
  6284. 2346.41 s [yaml] Configured component graph:
  6285. 2346.41 s [yaml] component yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6286. 2346.41 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6287. 2346.41 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6288. 2346.41 s [yaml] include base-4.20.1.0-f445
  6289. 2346.41 s [yaml] include bytestring-0.12.2.0-214a
  6290. 2346.41 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6291. 2346.41 s [yaml] include containers-0.7-6571
  6292. 2346.41 s [yaml] include directory-1.3.8.5-159c
  6293. 2346.41 s [yaml] include filepath-1.5.4.0-8593
  6294. 2346.41 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6295. 2346.41 s [yaml] include mtl-2.3.1-07d6
  6296. 2346.41 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6297. 2346.41 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6298. 2346.41 s [yaml] include template-haskell-2.22.0.0-58bf
  6299. 2346.41 s [yaml] include text-2.1.2-7514
  6300. 2346.41 s [yaml] include transformers-0.6.1.1-05a6
  6301. 2346.41 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6302. 2346.41 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6303. 2346.41 s [yaml] component yaml-0.11.11.2-7yfz19qYAL9GMwuGsQ4rjk-json2yaml
  6304. 2346.41 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6305. 2346.41 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6306. 2346.41 s [yaml] include base-4.20.1.0-f445
  6307. 2346.41 s [yaml] include bytestring-0.12.2.0-214a
  6308. 2346.41 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6309. 2346.41 s [yaml] include containers-0.7-6571
  6310. 2346.41 s [yaml] include directory-1.3.8.5-159c
  6311. 2346.41 s [yaml] include filepath-1.5.4.0-8593
  6312. 2346.41 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6313. 2346.41 s [yaml] include mtl-2.3.1-07d6
  6314. 2346.41 s [yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6315. 2346.41 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6316. 2346.41 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6317. 2346.41 s [yaml] include template-haskell-2.22.0.0-58bf
  6318. 2346.41 s [yaml] include text-2.1.2-7514
  6319. 2346.41 s [yaml] include transformers-0.6.1.1-05a6
  6320. 2346.41 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6321. 2346.41 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6322. 2346.41 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6323. 2346.41 s [yaml] component yaml-0.11.11.2-C6l3oR9zOeuBNcbVsu5E8z-yaml2json
  6324. 2346.41 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6325. 2346.41 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6326. 2346.41 s [yaml] include base-4.20.1.0-f445
  6327. 2346.41 s [yaml] include bytestring-0.12.2.0-214a
  6328. 2346.41 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6329. 2346.41 s [yaml] include containers-0.7-6571
  6330. 2346.41 s [yaml] include directory-1.3.8.5-159c
  6331. 2346.41 s [yaml] include filepath-1.5.4.0-8593
  6332. 2346.41 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6333. 2346.41 s [yaml] include mtl-2.3.1-07d6
  6334. 2346.41 s [yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6335. 2346.41 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6336. 2346.41 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6337. 2346.41 s [yaml] include template-haskell-2.22.0.0-58bf
  6338. 2346.41 s [yaml] include text-2.1.2-7514
  6339. 2346.41 s [yaml] include transformers-0.6.1.1-05a6
  6340. 2346.41 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6341. 2346.41 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6342. 2346.41 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6343. 2346.41 s [yaml] component yaml-0.11.11.2-ARdW95yyoSUF7I2sGRYhYU-spec
  6344. 2346.41 s [yaml] include HUnit-1.6.2.0-GAuKlcZg6LzAvJUHPliCN
  6345. 2346.41 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6346. 2346.41 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6347. 2346.41 s [yaml] include base-4.20.1.0-f445
  6348. 2346.41 s [yaml] include base-compat-0.14.1-HbOgdL3dZRBFDEb8mIzmJl
  6349. 2346.41 s [yaml] include bytestring-0.12.2.0-214a
  6350. 2346.41 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6351. 2346.41 s [yaml] include containers-0.7-6571
  6352. 2346.41 s [yaml] include directory-1.3.8.5-159c
  6353. 2346.41 s [yaml] include filepath-1.5.4.0-8593
  6354. 2346.41 s [yaml] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  6355. 2346.41 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6356. 2346.41 s [yaml] include mockery-0.3.5-7LaLv4woJqL5ydloQy7Zit
  6357. 2346.41 s [yaml] include mtl-2.3.1-07d6
  6358. 2346.41 s [yaml] include raw-strings-qq-1.1-KcEldim9pjUFAuUnw01eSa
  6359. 2346.41 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6360. 2346.41 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6361. 2346.41 s [yaml] include template-haskell-2.22.0.0-58bf
  6362. 2346.41 s [yaml] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  6363. 2346.41 s [yaml] include text-2.1.2-7514
  6364. 2346.41 s [yaml] include transformers-0.6.1.1-05a6
  6365. 2346.41 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6366. 2346.41 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6367. 2346.41 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6368. 2346.41 s [yaml] Linked component graph:
  6369. 2346.41 s [yaml] unit yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6370. 2346.41 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6371. 2346.41 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6372. 2346.41 s [yaml] include base-4.20.1.0-f445
  6373. 2346.41 s [yaml] include bytestring-0.12.2.0-214a
  6374. 2346.41 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6375. 2346.41 s [yaml] include containers-0.7-6571
  6376. 2346.41 s [yaml] include directory-1.3.8.5-159c
  6377. 2346.41 s [yaml] include filepath-1.5.4.0-8593
  6378. 2346.41 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6379. 2346.41 s [yaml] include mtl-2.3.1-07d6
  6380. 2346.41 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6381. 2346.41 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6382. 2346.41 s [yaml] include template-haskell-2.22.0.0-58bf
  6383. 2346.41 s [yaml] include text-2.1.2-7514
  6384. 2346.41 s [yaml] include transformers-0.6.1.1-05a6
  6385. 2346.41 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6386. 2346.41 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6387. 2346.41 s [yaml] Data.Yaml=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml,Data.Yaml.Aeson=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Aeson,Data.Yaml.Builder=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Builder,Data.Yaml.Config=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Config,Data.Yaml.Include=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Include,Data.Yaml.Internal=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Internal,Data.Yaml.Parser=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Parser,Data.Yaml.Pretty=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Pretty,Data.Yaml.TH=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.TH
  6388. 2346.41 s [yaml] unit yaml-0.11.11.2-7yfz19qYAL9GMwuGsQ4rjk-json2yaml
  6389. 2346.41 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6390. 2346.41 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6391. 2346.41 s [yaml] include base-4.20.1.0-f445
  6392. 2346.41 s [yaml] include bytestring-0.12.2.0-214a
  6393. 2346.41 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6394. 2346.41 s [yaml] include containers-0.7-6571
  6395. 2346.41 s [yaml] include directory-1.3.8.5-159c
  6396. 2346.41 s [yaml] include filepath-1.5.4.0-8593
  6397. 2346.41 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6398. 2346.41 s [yaml] include mtl-2.3.1-07d6
  6399. 2346.41 s [yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6400. 2346.41 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6401. 2346.41 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6402. 2346.41 s [yaml] include template-haskell-2.22.0.0-58bf
  6403. 2346.41 s [yaml] include text-2.1.2-7514
  6404. 2346.41 s [yaml] include transformers-0.6.1.1-05a6
  6405. 2346.41 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6406. 2346.41 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6407. 2346.41 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6408. 2346.41 s [yaml] unit yaml-0.11.11.2-C6l3oR9zOeuBNcbVsu5E8z-yaml2json
  6409. 2346.41 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6410. 2346.41 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6411. 2346.41 s [yaml] include base-4.20.1.0-f445
  6412. 2346.41 s [yaml] include bytestring-0.12.2.0-214a
  6413. 2346.41 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6414. 2346.41 s [yaml] include containers-0.7-6571
  6415. 2346.41 s [yaml] include directory-1.3.8.5-159c
  6416. 2346.41 s [yaml] include filepath-1.5.4.0-8593
  6417. 2346.41 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6418. 2346.41 s [yaml] include mtl-2.3.1-07d6
  6419. 2346.41 s [yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6420. 2346.41 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6421. 2346.41 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6422. 2346.42 s [yaml] include template-haskell-2.22.0.0-58bf
  6423. 2346.42 s [yaml] include text-2.1.2-7514
  6424. 2346.42 s [yaml] include transformers-0.6.1.1-05a6
  6425. 2346.42 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6426. 2346.42 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6427. 2346.42 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6428. 2346.42 s [yaml] unit yaml-0.11.11.2-ARdW95yyoSUF7I2sGRYhYU-spec
  6429. 2346.42 s [yaml] include HUnit-1.6.2.0-GAuKlcZg6LzAvJUHPliCN
  6430. 2346.42 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6431. 2346.42 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6432. 2346.42 s [yaml] include base-4.20.1.0-f445
  6433. 2346.42 s [yaml] include base-compat-0.14.1-HbOgdL3dZRBFDEb8mIzmJl
  6434. 2346.42 s [yaml] include bytestring-0.12.2.0-214a
  6435. 2346.42 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6436. 2346.42 s [yaml] include containers-0.7-6571
  6437. 2346.42 s [yaml] include directory-1.3.8.5-159c
  6438. 2346.42 s [yaml] include filepath-1.5.4.0-8593
  6439. 2346.42 s [yaml] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  6440. 2346.42 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6441. 2346.42 s [yaml] include mockery-0.3.5-7LaLv4woJqL5ydloQy7Zit
  6442. 2346.42 s [yaml] include mtl-2.3.1-07d6
  6443. 2346.42 s [yaml] include raw-strings-qq-1.1-KcEldim9pjUFAuUnw01eSa
  6444. 2346.42 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6445. 2346.42 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6446. 2346.42 s [yaml] include template-haskell-2.22.0.0-58bf
  6447. 2346.42 s [yaml] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  6448. 2346.42 s [yaml] include text-2.1.2-7514
  6449. 2346.42 s [yaml] include transformers-0.6.1.1-05a6
  6450. 2346.42 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6451. 2346.42 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6452. 2346.42 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6453. 2346.42 s [yaml] Ready component graph:
  6454. 2346.42 s [yaml] definite yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6455. 2346.42 s [yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6456. 2346.42 s [yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6457. 2346.42 s [yaml] depends base-4.20.1.0-f445
  6458. 2346.42 s [yaml] depends bytestring-0.12.2.0-214a
  6459. 2346.42 s [yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6460. 2346.42 s [yaml] depends containers-0.7-6571
  6461. 2346.42 s [yaml] depends directory-1.3.8.5-159c
  6462. 2346.42 s [yaml] depends filepath-1.5.4.0-8593
  6463. 2346.42 s [yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6464. 2346.42 s [yaml] depends mtl-2.3.1-07d6
  6465. 2346.42 s [yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6466. 2346.42 s [yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6467. 2346.42 s [yaml] depends template-haskell-2.22.0.0-58bf
  6468. 2346.42 s [yaml] depends text-2.1.2-7514
  6469. 2346.42 s [yaml] depends transformers-0.6.1.1-05a6
  6470. 2346.42 s [yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6471. 2346.42 s [yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6472. 2346.42 s [yaml] definite yaml-0.11.11.2-7yfz19qYAL9GMwuGsQ4rjk-json2yaml
  6473. 2346.42 s [yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6474. 2346.42 s [yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6475. 2346.42 s [yaml] depends base-4.20.1.0-f445
  6476. 2346.42 s [yaml] depends bytestring-0.12.2.0-214a
  6477. 2346.42 s [yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6478. 2346.42 s [yaml] depends containers-0.7-6571
  6479. 2346.42 s [yaml] depends directory-1.3.8.5-159c
  6480. 2346.42 s [yaml] depends filepath-1.5.4.0-8593
  6481. 2346.42 s [yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6482. 2346.42 s [yaml] depends mtl-2.3.1-07d6
  6483. 2346.42 s [yaml] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6484. 2346.42 s [yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6485. 2346.42 s [yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6486. 2346.42 s [yaml] depends template-haskell-2.22.0.0-58bf
  6487. 2346.42 s [yaml] depends text-2.1.2-7514
  6488. 2346.42 s [yaml] depends transformers-0.6.1.1-05a6
  6489. 2346.42 s [yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6490. 2346.42 s [yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6491. 2346.42 s [yaml] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6492. 2346.42 s [yaml] definite yaml-0.11.11.2-ARdW95yyoSUF7I2sGRYhYU-spec
  6493. 2346.42 s [yaml] depends HUnit-1.6.2.0-GAuKlcZg6LzAvJUHPliCN
  6494. 2346.42 s [yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6495. 2346.42 s [yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6496. 2346.42 s [yaml] depends base-4.20.1.0-f445
  6497. 2346.42 s [yaml] depends base-compat-0.14.1-HbOgdL3dZRBFDEb8mIzmJl
  6498. 2346.42 s [yaml] depends bytestring-0.12.2.0-214a
  6499. 2346.42 s [yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6500. 2346.42 s [yaml] depends containers-0.7-6571
  6501. 2346.42 s [yaml] depends directory-1.3.8.5-159c
  6502. 2346.42 s [yaml] depends filepath-1.5.4.0-8593
  6503. 2346.42 s [yaml] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  6504. 2346.42 s [yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6505. 2346.42 s [yaml] depends mockery-0.3.5-7LaLv4woJqL5ydloQy7Zit
  6506. 2346.42 s [yaml] depends mtl-2.3.1-07d6
  6507. 2346.42 s [yaml] depends raw-strings-qq-1.1-KcEldim9pjUFAuUnw01eSa
  6508. 2346.42 s [yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6509. 2346.42 s [yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6510. 2346.42 s [yaml] depends template-haskell-2.22.0.0-58bf
  6511. 2346.42 s [yaml] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  6512. 2346.42 s [yaml] depends text-2.1.2-7514
  6513. 2346.42 s [yaml] depends transformers-0.6.1.1-05a6
  6514. 2346.42 s [yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6515. 2346.42 s [yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6516. 2346.42 s [yaml] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6517. 2346.42 s [yaml] definite yaml-0.11.11.2-C6l3oR9zOeuBNcbVsu5E8z-yaml2json
  6518. 2346.42 s [yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6519. 2346.42 s [yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6520. 2346.42 s [yaml] depends base-4.20.1.0-f445
  6521. 2346.42 s [yaml] depends bytestring-0.12.2.0-214a
  6522. 2346.42 s [yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6523. 2346.42 s [yaml] depends containers-0.7-6571
  6524. 2346.42 s [yaml] depends directory-1.3.8.5-159c
  6525. 2346.43 s [yaml] depends filepath-1.5.4.0-8593
  6526. 2346.43 s [yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6527. 2346.43 s [yaml] depends mtl-2.3.1-07d6
  6528. 2346.43 s [yaml] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6529. 2346.43 s [yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6530. 2346.43 s [yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6531. 2346.43 s [yaml] depends template-haskell-2.22.0.0-58bf
  6532. 2346.43 s [yaml] depends text-2.1.2-7514
  6533. 2346.43 s [yaml] depends transformers-0.6.1.1-05a6
  6534. 2346.43 s [yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6535. 2346.43 s [yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6536. 2346.43 s [yaml] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6537. 2346.43 s [yaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
  6538. 2346.43 s [yaml] Using compiler: ghc-9.10.2
  6539. 2346.43 s [yaml] Using install prefix:
  6540. 2346.43 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2
  6541. 2346.43 s [yaml] Executables installed in:
  6542. 2346.43 s [yaml] /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
  6543. 2346.43 s [yaml] Libraries installed in:
  6544. 2346.43 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6545. 2346.43 s [yaml] Dynamic Libraries installed in:
  6546. 2346.43 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  6547. 2346.43 s [yaml] Private executables installed in:
  6548. 2346.43 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/libexec/x86_64-linux-ghc-9.10.2-2a2a/yaml-0.11.11.2
  6549. 2346.43 s [yaml] Data files installed in:
  6550. 2346.43 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/share/x86_64-linux-ghc-9.10.2-2a2a/yaml-0.11.11.2
  6551. 2346.43 s [yaml] Documentation installed in:
  6552. 2346.43 s [yaml] /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2
  6553. 2346.43 s [yaml] Configuration files installed in:
  6554. 2346.43 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/etc
  6555. 2346.43 s [yaml] No alex found
  6556. 2346.43 s [yaml] Using ar found on system at:
  6557. 2346.43 s [yaml] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  6558. 2346.43 s [yaml] No c2hs found
  6559. 2346.43 s [yaml] No cpphs found
  6560. 2346.43 s [yaml] No doctest found
  6561. 2346.43 s [yaml] Using gcc version 14.3.0 given by user at:
  6562. 2346.43 s [yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  6563. 2346.43 s [yaml] Using ghc version 9.10.2 found on system at:
  6564. 2346.43 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  6565. 2346.43 s [yaml] Using ghc-pkg version 9.10.2 found on system at:
  6566. 2346.43 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  6567. 2346.43 s [yaml] No ghcjs found
  6568. 2346.43 s [yaml] No ghcjs-pkg found
  6569. 2346.43 s [yaml] No greencard found
  6570. 2346.43 s [yaml] Using haddock version 2.31.0 found on system at:
  6571. 2346.43 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  6572. 2346.43 s [yaml] No happy found
  6573. 2346.43 s [yaml] Using haskell-suite found on system at: haskell-suite-dummy-location
  6574. 2346.43 s [yaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  6575. 2346.43 s [yaml] No hmake found
  6576. 2346.43 s [yaml] Using hpc version 0.69 found on system at:
  6577. 2346.43 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  6578. 2346.43 s [yaml] Using hsc2hs version 0.68.10 found on system at:
  6579. 2346.43 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  6580. 2346.43 s [yaml] Using hscolour version 1.25 found on system at:
  6581. 2346.43 s [yaml] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  6582. 2346.43 s [yaml] No jhc found
  6583. 2346.43 s [yaml] Using ld found on system at:
  6584. 2346.43 s [yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  6585. 2346.43 s [yaml] No pkg-config found
  6586. 2346.43 s [yaml] Using runghc version 9.10.2 found on system at:
  6587. 2346.43 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  6588. 2346.43 s [yaml] Using strip version 2.44 found on system at:
  6589. 2346.43 s [yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  6590. 2346.43 s [yaml] Using tar found on system at:
  6591. 2346.43 s [yaml] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  6592. 2346.43 s [yaml] No uhc found
  6593. 2346.73 s [yaml] Phase: buildPhase
  6594. 2346.79 s [yaml] Preprocessing library for yaml-0.11.11.2...
  6595. 2346.93 s [yaml] Building library for yaml-0.11.11.2...
  6596. 2347.05 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 )
  6597. 2348.76 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 )
  6598. 2348.89 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 )
  6599. 2348.93 s [conduit-extra] Documentation created: dist/doc/html/conduit-extra/,
  6600. 2348.93 s [conduit-extra] dist/doc/html/conduit-extra/conduit-extra.txt
  6601. 2348.98 s [conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.8...
  6602. 2348.99 s [yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.o, dist/build/Data/Yaml.dyn_o )
  6603. 2348.99 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 )
  6604. 2348.99 s [conduit-extra] Phase: installPhase
  6605. 2349.06 s [conduit-extra] Installing library in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  6606. 2349.15 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 )
  6607. 2349.15 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 )
  6608. 2349.15 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 )
  6609. 2349.15 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 )
  6610. 2349.15 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 )
  6611. 2349.38 s [conduit-extra] Phase: fixupPhase
  6612. 2349.39 s [conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  6613. 2349.40 s [conduit-extra] shrinking /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSconduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2-ghc9.10.2.so
  6614. 2349.41 s [conduit-extra] checking for references to /build/ in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8...
  6615. 2349.44 s [conduit-extra] patching script interpreter paths in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  6616. 2349.44 s [conduit-extra] stripping (with command strip and flags -S -p) in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib
  6617. 2349.53 s [conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc
  6618. 2349.54 s [conduit-extra] checking for references to /build/ in /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc...
  6619. 2349.55 s [yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.p_o )
  6620. 2349.56 s [conduit-extra] patching script interpreter paths in /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc
  6621. 2349.69 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  6622. 2350.07 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  6623. 2350.10 s [post-build-hook] Uploading to the NixCI cache: /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  6624. 2350.15 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6625. 2350.25 s [post-build-hook] copying 1 paths...
  6626. 2350.25 s [post-build-hook] copying path '/nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8' to 'https://cache.nix-ci.com'...
  6627. 2351.73 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6628. 2351.85 s [post-build-hook] copying 0 paths...
  6629. 2351.87 s Progress: 347 of 361 built (2 building), 370 of 370 downloaded from cache
  6630. 2351.87 s [yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.p_o )
  6631. 2351.91 s [yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.p_o )
  6632. 2351.91 s [yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.p_o )
  6633. 2351.91 s [yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.p_o )
  6634. 2351.91 s [yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.p_o )
  6635. 2351.91 s [yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.p_o )
  6636. 2351.91 s [yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.p_o )
  6637. 2351.91 s [yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.p_o )
  6638. 2351.91 s [yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.p_o )
  6639. 2353.56 s [yaml] Preprocessing executable 'json2yaml' for yaml-0.11.11.2...
  6640. 2353.56 s [yaml] Building executable 'json2yaml' for yaml-0.11.11.2...
  6641. 2353.68 s [yaml] [1 of 3] Compiling Paths_yaml ( dist/build/json2yaml/autogen/Paths_yaml.hs, dist/build/json2yaml/json2yaml-tmp/Paths_yaml.o )
  6642. 2353.76 s [yaml] [2 of 3] Compiling Common ( exe/Common.hs, dist/build/json2yaml/json2yaml-tmp/Common.o )
  6643. 2353.81 s [yaml] [3 of 3] Compiling Main ( exe/json2yaml.hs, dist/build/json2yaml/json2yaml-tmp/Main.o )
  6644. 2354.16 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 )
  6645. 2354.16 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 )
  6646. 2354.16 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 )
  6647. 2354.16 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 )
  6648. 2354.16 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 )
  6649. 2354.16 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 )
  6650. 2354.16 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 )
  6651. 2354.17 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 )
  6652. 2354.17 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 )
  6653. 2354.17 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 )
  6654. 2354.17 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 )
  6655. 2354.17 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 )
  6656. 2354.17 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 )
  6657. 2354.17 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 )
  6658. 2354.17 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 )
  6659. 2354.17 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 )
  6660. 2354.17 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 )
  6661. 2354.17 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 )
  6662. 2354.19 s [yaml] [4 of 4] Linking dist/build/json2yaml/json2yaml
  6663. 2354.87 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 )
  6664. 2355.21 s [yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
  6665. 2355.22 s [yaml] Building test suite 'spec' for yaml-0.11.11.2...
  6666. 2355.34 s [yaml] [1 of 5] Compiling Data.Yaml.IncludeSpec ( test/Data/Yaml/IncludeSpec.hs, dist/build/spec/spec-tmp/Data/Yaml/IncludeSpec.o )
  6667. 2355.67 s [yaml] test/Data/Yaml/IncludeSpec.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
  6668. 2355.67 s [yaml] The import of ‘Data.Yaml’ is redundant
  6669. 2355.67 s [yaml] except perhaps to import instances from ‘Data.Yaml’
  6670. 2355.67 s [yaml] To import instances alone, use: import Data.Yaml()
  6671. 2355.67 s [yaml] |
  6672. 2355.67 s [yaml] 15 | import Data.Yaml (ParseException(InvalidYaml))
  6673. 2355.67 s [yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6674. 2355.67 s [yaml]
  6675. 2356.09 s [yaml] [2 of 5] Compiling Data.Yaml.THSpec ( test/Data/Yaml/THSpec.hs, dist/build/spec/spec-tmp/Data/Yaml/THSpec.o )
  6676. 2356.09 s [yaml] [3 of 5] Compiling Data.YamlSpec ( test/Data/YamlSpec.hs, dist/build/spec/spec-tmp/Data/YamlSpec.o )
  6677. 2356.09 s [yaml] test/Data/YamlSpec.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
  6678. 2356.09 s [yaml] The import of ‘Data.String’ is redundant
  6679. 2356.09 s [yaml] except perhaps to import instances from ‘Data.String’
  6680. 2356.09 s [yaml] To import instances alone, use: import Data.String()
  6681. 2356.09 s [yaml] |
  6682. 2356.09 s [yaml] 46 | import Data.String (fromString)
  6683. 2356.09 s [yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6684. 2356.09 s [yaml]
  6685. 2356.09 s [yaml] test/Data/YamlSpec.hs:52:1: warning: [GHC-66111] [-Wunused-imports]
  6686. 2356.09 s [yaml] The qualified import of ‘Data.HashMap.Strict’ is redundant
  6687. 2356.09 s [yaml] except perhaps to import instances from ‘Data.HashMap.Strict’
  6688. 2356.09 s [yaml] To import instances alone, use: import Data.HashMap.Strict()
  6689. 2356.09 s [yaml] |
  6690. 2356.09 s [yaml] 52 | import qualified Data.HashMap.Strict as HM
  6691. 2356.09 s [yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6692. 2356.09 s [yaml]
  6693. 2356.09 s [yaml] test/Data/YamlSpec.hs:61:1: warning: [GHC-40910] [-Wunused-top-binds]
  6694. 2356.09 s [yaml] Defined but not used: ‘toText’
  6695. 2356.09 s [yaml] |
  6696. 2356.09 s [yaml] 61 | toText = K.toText
  6697. 2356.09 s [yaml] | ^^^^^^
  6698. 2356.09 s [yaml]
  6699. 2358.11 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 )
  6700. 2358.18 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 )
  6701. 2358.18 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 )
  6702. 2358.18 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 )
  6703. 2358.18 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 )
  6704. 2358.18 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 )
  6705. 2358.18 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 )
  6706. 2358.18 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 )
  6707. 2358.19 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning: [GHC-02256] [-Wambiguous-fields]
  6708. 2358.19 s [lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
  6709. 2358.19 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  6710. 2358.19 s [lsp-types] Consider disambiguating using module qualification instead.
  6711. 2358.19 s [lsp-types] |
  6712. 2358.19 s [lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n)}
  6713. 2358.19 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6714. 2358.19 s [lsp-types]
  6715. 2358.19 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning: [GHC-02256] [-Wambiguous-fields]
  6716. 2358.19 s [lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
  6717. 2358.19 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  6718. 2358.19 s [lsp-types] Consider disambiguating using module qualification instead.
  6719. 2358.19 s [lsp-types] |
  6720. 2358.19 s [lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n)}
  6721. 2358.19 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6722. 2358.19 s [lsp-types]
  6723. 2358.35 s [yaml] [4 of 5] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  6724. 2358.38 s [yaml] [5 of 5] Compiling Paths_yaml ( dist/build/spec/autogen/Paths_yaml.hs, dist/build/spec/spec-tmp/Paths_yaml.o )
  6725. 2358.87 s [yaml] [6 of 6] Linking dist/build/spec/spec
  6726. 2360.03 s [yaml] Preprocessing executable 'yaml2json' for yaml-0.11.11.2...
  6727. 2360.03 s [yaml] Building executable 'yaml2json' for yaml-0.11.11.2...
  6728. 2360.15 s [yaml] [1 of 3] Compiling Paths_yaml ( dist/build/yaml2json/autogen/Paths_yaml.hs, dist/build/yaml2json/yaml2json-tmp/Paths_yaml.o )
  6729. 2360.23 s [yaml] [2 of 3] Compiling Common ( exe/Common.hs, dist/build/yaml2json/yaml2json-tmp/Common.o )
  6730. 2360.29 s [yaml] [3 of 3] Compiling Main ( exe/yaml2json.hs, dist/build/yaml2json/yaml2json-tmp/Main.o )
  6731. 2360.69 s [yaml] [4 of 4] Linking dist/build/yaml2json/yaml2json
  6732. 2361.24 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 )
  6733. 2361.65 s [yaml] Phase: checkPhase
  6734. 2361.91 s [yaml] Running 1 test suites...
  6735. 2361.91 s [yaml] Test suite spec: RUNNING...
  6736. 2361.92 s [yaml]
  6737. 2361.92 s [yaml] Data.Yaml
  6738. 2361.92 s [yaml] streaming
  6739. 2361.92 s [yaml] count scalars with anchor [✔]
  6740. 2361.92 s [yaml] count sequences with anchor [✔]
  6741. 2361.92 s [yaml] count mappings with anchor [✔]
  6742. 2361.92 s [yaml] count sequences with custom tag [✔]
  6743. 2361.92 s [yaml] count mappings with custom tag [✔]
  6744. 2361.92 s [yaml] count count sequences with ! tag [✔]
  6745. 2361.92 s [yaml] count count mappings with ! tag [✔]
  6746. 2361.92 s [yaml] count block style sequences [✔]
  6747. 2361.92 s [yaml] count flow style sequences [✔]
  6748. 2361.92 s [yaml] count block style mappings [✔]
  6749. 2361.92 s [yaml] count flow style mappings [✔]
  6750. 2361.92 s [yaml] count aliases [✔]
  6751. 2361.92 s [yaml] count scalars [✔]
  6752. 2361.92 s [yaml] largest string [✔]
  6753. 2361.92 s [yaml] encode/decode [✔]
  6754. 2361.92 s [yaml] encode/decode events [✔]
  6755. 2361.92 s [yaml] encode/decode file [✔]
  6756. 2361.92 s [yaml] interleaved encode/decode [✔]
  6757. 2361.92 s [yaml] decode invalid document (without segfault) [✔]
  6758. 2361.92 s [yaml] Data.Yaml
  6759. 2361.92 s [yaml] encode/decode [✔]
  6760. 2361.92 s [yaml] encode/decode file [✔]
  6761. 2361.92 s [yaml] encode/decode files with non-ASCII names [✔]
  6762. 2361.92 s [yaml] encode/decode strings [✔]
  6763. 2361.92 s [yaml] decode invalid file [✔]
  6764. 2361.92 s [yaml] processes datatypes [✔]
  6765. 2361.92 s [yaml] encode invalid numbers [✔]
  6766. 2361.92 s [yaml] Data.Yaml.Pretty
  6767. 2361.92 s [yaml] encode/decode [✔]
  6768. 2361.92 s [yaml] encode/decode strings [✔]
  6769. 2361.92 s [yaml] processes datatypes [✔]
  6770. 2361.92 s [yaml] Data.Yaml.Builder
  6771. 2361.92 s [yaml] encode/decode [✔]
  6772. 2361.93 s [yaml] encode/decode complex mapping [✔]
  6773. 2361.93 s [yaml] Data.Yaml aliases
  6774. 2361.93 s [yaml] simple scalar alias [✔]
  6775. 2361.93 s [yaml] simple sequence alias [✔]
  6776. 2361.93 s [yaml] simple mapping alias [✔]
  6777. 2361.93 s [yaml] mapping alias before anchor [✔]
  6778. 2361.93 s [yaml] mapping alias inside anchor [✔]
  6779. 2361.93 s [yaml] scalar alias overriding [✔]
  6780. 2361.93 s [yaml] Data.Yaml merge keys
  6781. 2361.93 s [yaml] test uniqueness of keys [✔]
  6782. 2361.93 s [yaml] test mapping merge [✔]
  6783. 2361.93 s [yaml] test sequence of mappings merging [✔]
  6784. 2361.93 s [yaml] numbers
  6785. 2361.93 s [yaml] parses as string when quoted [✔]
  6786. 2361.93 s [yaml] parses as number when unquoted [✔]
  6787. 2361.93 s [yaml] parses as number !!str is present [✔]
  6788. 2361.93 s [yaml] integers have no decimals [✔]
  6789. 2361.93 s [yaml] booleans
  6790. 2361.93 s [yaml] parses when all lowercase [✔]
  6791. 2361.93 s [yaml] parses when all uppercase [✔]
  6792. 2361.93 s [yaml] parses when titlecase [✔]
  6793. 2361.93 s [yaml] empty input
  6794. 2361.93 s [yaml] parses as Null [✔]
  6795. 2361.93 s [yaml] parses as Null from file [✔]
  6796. 2361.93 s [yaml] comment only input
  6797. 2361.93 s [yaml] parses as Null [✔]
  6798. 2361.93 s [yaml] parses as Null from file [✔]
  6799. 2361.93 s [yaml] alias stripping
  6800. 2361.93 s [yaml] works [✔]
  6801. 2361.93 s [yaml] nulls
  6802. 2361.93 s [yaml] null recognized: "null" [✔]
  6803. 2361.93 s [yaml] null recognized: "Null" [✔]
  6804. 2361.93 s [yaml] null recognized: "NULL" [✔]
  6805. 2361.93 s [yaml] null recognized: "~" [✔]
  6806. 2361.93 s [yaml] null recognized: "" [✔]
  6807. 2361.93 s [yaml] pretty output
  6808. 2361.93 s [yaml] simple nulls [✔]
  6809. 2361.93 s [yaml] simple numbers [✔]
  6810. 2361.93 s [yaml] True [✔]
  6811. 2361.93 s [yaml] False [✔]
  6812. 2361.93 s [yaml] simple string [✔]
  6813. 2361.93 s [yaml] * [✔]
  6814. 2361.93 s [yaml] special keys
  6815. 2361.93 s [yaml] fo"o [✔]
  6816. 2361.93 s [yaml] fo'o [✔]
  6817. 2361.93 s [yaml] fo\'o [✔]
  6818. 2361.93 s [yaml] fo: o [✔]
  6819. 2361.93 s [yaml] foo
  6820. 2361.93 s [yaml] bar
  6821. 2361.93 s [yaml] baz
  6822. 2361.93 s [yaml] [✔]
  6823. 2361.93 s [yaml] special values
  6824. 2361.93 s [yaml] fo"o [✔]
  6825. 2361.93 s [yaml] fo'o [✔]
  6826. 2361.93 s [yaml] fo\'o [✔]
  6827. 2361.93 s [yaml] fo: o [✔]
  6828. 2361.93 s [yaml] foo
  6829. 2361.93 s [yaml] bar
  6830. 2361.93 s [yaml] baz
  6831. 2361.93 s [yaml] [✔]
  6832. 2361.93 s [yaml] decodeFileEither
  6833. 2361.93 s [yaml] loads YAML through JSON into Haskell data [✔]
  6834. 2361.93 s [yaml] when file does not exist
  6835. 2361.93 s [yaml] returns Left [✔]
  6836. 2361.93 s [yaml] multiple document support
  6837. 2361.93 s [yaml] decodes zero-length input [✔]
  6838. 2361.93 s [yaml] decodes comment-only input [✔]
  6839. 2361.93 s [yaml] decodes a single document stream [✔]
  6840. 2361.93 s [yaml] decodes multiple documents [✔]
  6841. 2361.93 s [yaml] round-tripping of special scalars
  6842. 2361.93 s [yaml] y [✔]
  6843. 2361.93 s [yaml] Y [✔]
  6844. 2361.93 s [yaml] On [✔]
  6845. 2361.93 s [yaml] ON [✔]
  6846. 2361.93 s [yaml] false [✔]
  6847. 2361.93 s [yaml] 12345 [✔]
  6848. 2361.93 s [yaml] 12345.0 [✔]
  6849. 2361.93 s [yaml] 12345a [✔]
  6850. 2361.93 s [yaml] 12e3 [✔]
  6851. 2361.93 s [yaml] no tags [✔]
  6852. 2361.93 s [yaml] aliases in keys #49 [✔]
  6853. 2361.93 s [yaml] serialization of +123 #64 [✔]
  6854. 2361.93 s [yaml] preserves Scientific precision [✔]
  6855. 2361.93 s [yaml] truncates files [✔]
  6856. 2361.93 s [yaml] encode quotes special keys #137 [✔]
  6857. 2361.93 s [yaml] encodePretty quotes special keys #179 [✔]
  6858. 2361.93 s [yaml] non-decimal numbers #135
  6859. 2361.93 s [yaml] 12345 [✔]
  6860. 2361.93 s [yaml] +12345 [✔]
  6861. 2361.93 s [yaml] 0o14 [✔]
  6862. 2361.93 s [yaml] 0o123 [✔]
  6863. 2361.93 s [yaml] 0xC [✔]
  6864. 2361.93 s [yaml] 0xc [✔]
  6865. 2361.93 s [yaml] 0xdeadBEEF [✔]
  6866. 2361.93 s [yaml] 0xDEADBEEF [✔]
  6867. 2361.93 s [yaml] 1.23015e+3 [✔]
  6868. 2361.93 s [yaml] 12.3015e+02 [✔]
  6869. 2361.93 s [yaml] 1230.15 [✔]
  6870. 2361.93 s [yaml] Text.Libyaml with default tag rendering
  6871. 2361.93 s [yaml] elides custom sequence tags [✔]
  6872. 2361.93 s [yaml] elides custom mapping tags [✔]
  6873. 2361.93 s [yaml] elides default sequence tags [✔]
  6874. 2361.93 s [yaml] elides default mapping tags [✔]
  6875. 2361.93 s [yaml] handles NoTag on sequences [✔]
  6876. 2361.93 s [yaml] handles NoTag on mappings [✔]
  6877. 2361.93 s [yaml] handles mixed tag usages but elides all mapping and sequence tags [✔]
  6878. 2361.93 s [yaml] in combination of tags, anchors and styles, outputs only the scalar tags [✔]
  6879. 2361.93 s [yaml] outputs tags when double quoted [✔]
  6880. 2361.93 s [yaml] outputs tags when single quoted [✔]
  6881. 2361.93 s [yaml] outputs tags on literal text [✔]
  6882. 2361.93 s [yaml] outputs tags on folded text [✔]
  6883. 2361.93 s [yaml] Text.Libyaml with all tags on
  6884. 2361.93 s [yaml] will output custom sequence tags [✔]
  6885. 2361.93 s [yaml] will output custom mapping tags [✔]
  6886. 2361.93 s [yaml] will output default sequence tags [✔]
  6887. 2361.93 s [yaml] will output default mapping tags [✔]
  6888. 2361.93 s [yaml] handles NoTag on sequences [✔]
  6889. 2361.93 s [yaml] handles NoTag on mappings [✔]
  6890. 2361.93 s [yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
  6891. 2361.93 s [yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
  6892. 2361.93 s [yaml] outputs plain tags [✔]
  6893. 2361.93 s [yaml] respects PlainNoTag tags [✔]
  6894. 2361.93 s [yaml] Text.Libyaml with uri tags on
  6895. 2361.93 s [yaml] will output custom sequence tags [✔]
  6896. 2361.93 s [yaml] will output custom mapping tags [✔]
  6897. 2361.93 s [yaml] will output default sequence tags [✔]
  6898. 2361.93 s [yaml] will output default mapping tags [✔]
  6899. 2361.93 s [yaml] handles NoTag on sequences [✔]
  6900. 2361.93 s [yaml] handles NoTag on mappings [✔]
  6901. 2361.93 s [yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
  6902. 2361.93 s [yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
  6903. 2361.93 s [yaml] Text.Libyaml with tags off
  6904. 2361.93 s [yaml] outputs plain tags [✔]
  6905. 2361.93 s [yaml] respects PlainNoTag tags [✔]
  6906. 2361.93 s [yaml] elides tags when double quoted [✔]
  6907. 2361.93 s [yaml] elides tags when single quoted [✔]
  6908. 2361.93 s [yaml] elides tags on literal text [✔]
  6909. 2361.93 s [yaml] elides tags on folded text [✔]
  6910. 2361.93 s [yaml] Text.Libyaml with only UriTags set to render
  6911. 2361.93 s [yaml] outputs only UriTags [✔]
  6912. 2361.93 s [yaml] Scientific values round-trip [✔]
  6913. 2361.93 s [yaml] +++ OK, passed 100 tests.
  6914. 2361.93 s [yaml] Data.Yaml.Include
  6915. 2361.93 s [yaml] decodeFile
  6916. 2361.93 s [yaml] supports includes [✔]
  6917. 2361.93 s [yaml] supports recursive includes [✔]
  6918. 2361.93 s [yaml] aborts on cyclic includes [✔]
  6919. 2361.93 s [yaml] when file does not exist
  6920. 2361.93 s [yaml] throws Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
  6921. 2361.93 s [yaml] with a 1K stack size limit
  6922. 2361.93 s [yaml] with a large list
  6923. 2361.95 s [yaml] succeeds [✔]
  6924. 2361.95 s [yaml] decodeFileEither
  6925. 2361.95 s [yaml] when file does not exist
  6926. 2361.95 s [yaml] returns Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
  6927. 2361.95 s [yaml] decodeFileWithWarnings
  6928. 2361.95 s [yaml] warns on duplicate keys [✔]
  6929. 2361.95 s [yaml] warns on nested duplicate keys [✔]
  6930. 2361.95 s [yaml] when overriding a merged key
  6931. 2361.95 s [yaml] does not warn [✔]
  6932. 2361.95 s [yaml] when overriding twice
  6933. 2361.95 s [yaml] warns [✔]
  6934. 2361.95 s [yaml] Data.Yaml.TH
  6935. 2361.95 s [yaml] yamlQQ
  6936. 2361.95 s [yaml] parses yaml [✔]
  6937. 2361.95 s [yaml]
  6938. 2361.95 s [yaml] Finished in 0.0274 seconds
  6939. 2361.95 s [yaml] 155 examples, 0 failures
  6940. 2361.95 s [yaml] Test suite spec: PASS
  6941. 2361.95 s [yaml] Test suite logged to: dist/test/yaml-0.11.11.2-spec.log
  6942. 2361.95 s [yaml] 1 of 1 test suites (1 of 1 test cases) passed.
  6943. 2361.96 s [yaml] Phase: haddockPhase
  6944. 2362.08 s [yaml] Preprocessing library for yaml-0.11.11.2...
  6945. 2362.08 s [yaml] Running Haddock on library for yaml-0.11.11.2...
  6946. 2362.09 s [yaml] Warning: The documentation for the following packages are not installed. No
  6947. 2362.09 s [yaml] links will be generated to these packages: attoparsec-0.14.4,
  6948. 2362.09 s [yaml] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  6949. 2362.43 s [yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, nothing )
  6950. 2362.73 s [yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, nothing )
  6951. 2362.83 s [yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, nothing )
  6952. 2362.85 s [yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, nothing )
  6953. 2362.87 s [yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, nothing )
  6954. 2362.89 s [yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, nothing )
  6955. 2362.89 s [yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, nothing )
  6956. 2362.94 s [yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, nothing )
  6957. 2362.95 s [yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, nothing )
  6958. 2362.98 s [yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, nothing )
  6959. 2362.98 s [yaml] Haddock coverage:
  6960. 2362.98 s [yaml] Warning: 'setStringStyle' is out of scope.
  6961. 2362.98 s [yaml] If you qualify the identifier, haddock can try to link it anyway.
  6962. 2362.98 s [yaml] 42% ( 8 / 19) in 'Data.Yaml.Internal'
  6963. 2362.98 s [yaml] Missing documentation for:
  6964. 2362.98 s [yaml] Module header
  6965. 2362.98 s [yaml] ParseException (src/Data/Yaml/Internal.hs:99)
  6966. 2362.98 s [yaml] Warning (src/Data/Yaml/Internal.hs:176)
  6967. 2362.98 s [yaml] parse (src/Data/Yaml/Internal.hs:198)
  6968. 2362.98 s [yaml] Parse (src/Data/Yaml/Internal.hs:190)
  6969. 2362.98 s [yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
  6970. 2362.98 s [yaml] decodeHelper_ (src/Data/Yaml/Internal.hs:372)
  6971. 2362.98 s [yaml] decodeAllHelper (src/Data/Yaml/Internal.hs:363)
  6972. 2362.98 s [yaml] decodeAllHelper_ (src/Data/Yaml/Internal.hs:380)
  6973. 2362.98 s [yaml] textToScientific (src/Data/Yaml/Internal.hs:250)
  6974. 2362.98 s [yaml] StringStyle (src/Data/Yaml/Internal.hs:385)
  6975. 2362.98 s [yaml] 75% ( 3 / 4) in 'Data.Yaml.Include'
  6976. 2362.98 s [yaml] Missing documentation for:
  6977. 2362.98 s [yaml] Module header
  6978. 2362.99 s [yaml] 87% ( 29 / 33) in 'Data.Yaml.Builder'
  6979. 2362.99 s [yaml] Missing documentation for:
  6980. 2362.99 s [yaml] YamlBuilder (src/Data/Yaml/Builder.hs:66)
  6981. 2362.99 s [yaml] ToYaml (src/Data/Yaml/Builder.hs:68)
  6982. 2362.99 s [yaml] writeYamlFile (src/Data/Yaml/Builder.hs:235)
  6983. 2362.99 s [yaml] .= (src/Data/Yaml/Builder.hs:64)
  6984. 2362.99 s [yaml] Warning: 'YamlException' is ambiguous. It is defined
  6985. 2362.99 s [yaml] * in ‘Text.Libyaml’
  6986. 2362.99 s [yaml] * in ‘Text.Libyaml’
  6987. 2362.99 s [yaml] You may be able to disambiguate the identifier by qualifying it or
  6988. 2362.99 s [yaml] by specifying the type/value namespace explicitly.
  6989. 2362.99 s [yaml] Defaulting to the one defined in ‘Text.Libyaml’
  6990. 2362.99 s [yaml] 87% ( 56 / 64) in 'Data.Yaml'
  6991. 2362.99 s [yaml] Missing documentation for:
  6992. 2362.99 s [yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
  6993. 2362.99 s [yaml] ParseException (src/Data/Yaml/Internal.hs:99)
  6994. 2362.99 s [yaml] YamlException
  6995. 2362.99 s [yaml] .=
  6996. 2362.99 s [yaml] parseMonad (src/Data/Yaml.hs:291)
  6997. 2362.99 s [yaml] decode (src/Data/Yaml.hs:186)
  6998. 2362.99 s [yaml] decodeFile (src/Data/Yaml.hs:194)
  6999. 2362.99 s [yaml] decodeEither (src/Data/Yaml.hs:235)
  7000. 2362.99 s [yaml] 100% ( 15 / 15) in 'Data.Yaml.Config'
  7001. 2362.99 s [yaml] 100% ( 2 / 2) in 'Data.Yaml.Aeson'
  7002. 2362.99 s [yaml] 5% ( 1 / 18) in 'Data.Yaml.Parser'
  7003. 2362.99 s [yaml] Missing documentation for:
  7004. 2362.99 s [yaml] YamlParser (src/Data/Yaml/Parser.hs:31)
  7005. 2362.99 s [yaml] lookupAnchor (src/Data/Yaml/Parser.hs:67)
  7006. 2362.99 s [yaml] withAnchor (src/Data/Yaml/Parser.hs:70)
  7007. 2362.99 s [yaml] withMapping (src/Data/Yaml/Parser.hs:77)
  7008. 2362.99 s [yaml] withSequence (src/Data/Yaml/Parser.hs:82)
  7009. 2362.99 s [yaml] withText (src/Data/Yaml/Parser.hs:87)
  7010. 2362.99 s [yaml] typeMismatch (src/Data/Yaml/Parser.hs:92)
  7011. 2362.99 s [yaml] FromYaml (src/Data/Yaml/Parser.hs:106)
  7012. 2362.99 s [yaml] YamlValue (src/Data/Yaml/Parser.hs:123)
  7013. 2362.99 s [yaml] AnchorMap (src/Data/Yaml/Parser.hs:130)
  7014. 2362.99 s [yaml] RawDoc (src/Data/Yaml/Parser.hs:131)
  7015. 2362.99 s [yaml] parseRawDoc (src/Data/Yaml/Parser.hs:135)
  7016. 2362.99 s [yaml] .: (src/Data/Yaml/Parser.hs:141)
  7017. 2362.99 s [yaml] YamlParseException (src/Data/Yaml/Parser.hs:146)
  7018. 2362.99 s [yaml] sinkValue (src/Data/Yaml/Parser.hs:154)
  7019. 2362.99 s [yaml] sinkRawDoc (src/Data/Yaml/Parser.hs:201)
  7020. 2362.99 s [yaml] readYamlFile (src/Data/Yaml/Parser.hs:204)
  7021. 2362.99 s [yaml] Warning: 'encode' is out of scope.
  7022. 2362.99 s [yaml] If you qualify the identifier, haddock can try to link it anyway.
  7023. 2362.99 s [yaml] 88% ( 8 / 9) in 'Data.Yaml.Pretty'
  7024. 2362.99 s [yaml] Missing documentation for:
  7025. 2362.99 s [yaml] pretty (src/Data/Yaml/Pretty.hs:86)
  7026. 2362.99 s [yaml] 87% ( 14 / 16) in 'Data.Yaml.TH'
  7027. 2362.99 s [yaml] Missing documentation for:
  7028. 2362.99 s [yaml] Module header
  7029. 2362.99 s [yaml] .=
  7030. 2363.35 s [yaml] Warning: Data.Yaml.Internal: could not find link destinations for:
  7031. 2363.45 s [yaml] - Data.Yaml.Internal.ParseState
  7032. 2363.45 s [yaml] Warning: Data.Yaml: could not find link destinations for:
  7033. 2363.45 s [yaml] - Data.Vector.Vector
  7034. 2363.45 s [yaml] - Data.Aeson.Types.Generic.ProductSize
  7035. 2363.45 s [yaml] - Data.Aeson.Types.FromJSON.withBoundedScientific
  7036. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
  7037. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.FromPairs
  7038. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.gToJSON
  7039. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.fromPairs
  7040. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.pair
  7041. 2363.45 s [yaml] - Data.Vector.Generic.Base.Vector
  7042. 2363.45 s [yaml] - Data.Aeson.Types.Internal.Rep_Value
  7043. 2363.45 s [yaml] - Data.Vector.Primitive.Vector
  7044. 2363.45 s [yaml] - Data.Vector.Storable.Vector
  7045. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
  7046. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
  7047. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.WriteProduct
  7048. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
  7049. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
  7050. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
  7051. 2363.45 s [yaml] Warning: Data.Yaml.TH: could not find link destinations for:
  7052. 2363.45 s [yaml] - Data.Vector.Vector
  7053. 2363.45 s [yaml] - Data.Aeson.Types.Generic.ProductSize
  7054. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
  7055. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.FromPairs
  7056. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.gToJSON
  7057. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.fromPairs
  7058. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.pair
  7059. 2363.45 s [yaml] - Data.Vector.Generic.Base.Vector
  7060. 2363.45 s [yaml] - Data.Aeson.Types.Internal.Rep_Value
  7061. 2363.45 s [yaml] - Data.Vector.Primitive.Vector
  7062. 2363.45 s [yaml] - Data.Vector.Storable.Vector
  7063. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
  7064. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
  7065. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.WriteProduct
  7066. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
  7067. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
  7068. 2363.45 s [yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
  7069. 2364.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 )
  7070. 2364.57 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 )
  7071. 2364.68 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 )
  7072. 2364.68 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 )
  7073. 2364.68 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 )
  7074. 2364.68 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 )
  7075. 2364.68 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 )
  7076. 2365.49 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 )
  7077. 2365.49 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 )
  7078. 2368.44 s [yaml] Documentation created: dist/doc/html/yaml/, dist/doc/html/yaml/yaml.txt
  7079. 2368.49 s [yaml] Preprocessing executable 'json2yaml' for yaml-0.11.11.2...
  7080. 2368.53 s [yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
  7081. 2368.53 s [yaml] Preprocessing executable 'yaml2json' for yaml-0.11.11.2...
  7082. 2368.53 s [yaml] Phase: installPhase
  7083. 2368.58 s [yaml] Installing library in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7084. 2368.66 s [yaml] Installing executable json2yaml in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
  7085. 2368.66 s [yaml] Warning: The directory
  7086. 2368.66 s [yaml] /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin is not in
  7087. 2368.66 s [yaml] the system search path.
  7088. 2368.68 s [yaml] Installing executable yaml2json in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
  7089. 2368.68 s [yaml] Warning: The directory
  7090. 2368.68 s [yaml] /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin is not in
  7091. 2368.68 s [yaml] the system search path.
  7092. 2368.91 s [yaml] Phase: fixupPhase
  7093. 2368.93 s [yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2
  7094. 2368.93 s [yaml] shrinking /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSyaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA-ghc9.10.2.so
  7095. 2368.95 s [yaml] checking for references to /build/ in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2...
  7096. 2368.97 s [yaml] patching script interpreter paths in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2
  7097. 2368.97 s [yaml] stripping (with command strip and flags -S -p) in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib
  7098. 2369.05 s [yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
  7099. 2369.06 s [yaml] checking for references to /build/ in /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc...
  7100. 2369.08 s [yaml] patching script interpreter paths in /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
  7101. 2369.09 s [yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin
  7102. 2369.09 s [yaml] shrinking /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin/json2yaml
  7103. 2369.09 s [yaml] shrinking /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin/yaml2json
  7104. 2369.10 s [yaml] checking for references to /build/ in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin...
  7105. 2369.12 s [yaml] patching script interpreter paths in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin
  7106. 2369.12 s [yaml] stripping (with command strip and flags -S -p) in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
  7107. 2369.27 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2 /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
  7108. 2369.74 s [post-build-hook] Pushing 2 paths (183 are already present) using zstd to cache sellout ⏳
  7109. 2369.74 s [post-build-hook]
  7110. 2370.12 s [post-build-hook] Pushing /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin (6.47 MiB)
  7111. 2370.25 s [post-build-hook] Pushing /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc (2.96 MiB)
  7112. 2371.34 s [post-build-hook]
  7113. 2371.34 s [post-build-hook] All done.
  7114. 2371.36 s [post-build-hook] Uploading to the NixCI cache: /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2 /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
  7115. 2371.41 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7116. 2371.66 s [post-build-hook] copying 3 paths...
  7117. 2371.66 s [post-build-hook] copying path '/nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin' to 'https://cache.nix-ci.com'...
  7118. 2373.11 s [post-build-hook] copying path '/nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc' to 'https://cache.nix-ci.com'...
  7119. 2373.41 s [post-build-hook] copying path '/nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2' to 'https://cache.nix-ci.com'...
  7120. 2374.82 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7121. 2374.96 s [post-build-hook] copying 0 paths...
  7122. 2374.98 s Progress: 348 of 361 built (1 building), 370 of 370 downloaded from cache
  7123. 2375.06 s Building fourmolu
  7124. 2375.10 s Building hie-bios
  7125. 2375.16 s Building hlint
  7126. 2375.21 s Building implicit-hie
  7127. 2375.21 s [lsp-types] Preprocessing library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
  7128. 2375.21 s [lsp-types] Building library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
  7129. 2375.21 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 )
  7130. 2375.21 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 )
  7131. 2375.32 s [fourmolu] Phase: setupCompilerEnvironmentPhase
  7132. 2375.33 s [fourmolu] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  7133. 2375.34 s [hie-bios] Phase: setupCompilerEnvironmentPhase
  7134. 2375.34 s [hie-bios] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  7135. 2375.40 s [hlint] Phase: setupCompilerEnvironmentPhase
  7136. 2375.40 s [hlint] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  7137. 2375.44 s [implicit-hie] Phase: setupCompilerEnvironmentPhase
  7138. 2375.44 s [implicit-hie] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  7139. 2375.63 s [hie-bios] Phase: unpackPhase
  7140. 2375.63 s [hie-bios] unpacking source archive /nix/store/1q0lzdvc5cjjwxiljm45mh7w5j9jhr1h-hie-bios-0.17.0.tar.gz
  7141. 2375.64 s [hie-bios] source root is hie-bios-0.17.0
  7142. 2375.65 s [hie-bios] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hie-bios-0.17.0/wrappers/cabal-with-repl.hs"
  7143. 2375.66 s [hie-bios] Phase: patchPhase
  7144. 2375.66 s [fourmolu] Phase: unpackPhase
  7145. 2375.66 s [hie-bios] Replace Cabal file with edited version from mirror://hackage/hie-bios-0.17.0/revision/1.cabal.
  7146. 2375.67 s [fourmolu] unpacking source archive /nix/store/6ay48kdn9mk3mccq6xh1pf7qzpqmqrq6-fourmolu-0.19.0.1.tar.gz
  7147. 2375.67 s [hie-bios] Phase: compileBuildDriverPhase
  7148. 2375.67 s [hie-bios] setupCompileFlags: -package-db=/build/tmp.Cee1K1Sau4/setup-package.conf.d -threaded
  7149. 2375.71 s [hlint] Phase: unpackPhase
  7150. 2375.71 s [hlint] unpacking source archive /nix/store/10wkx6p9h2c1h0yyyihk1j18l2d2hkhr-hlint-3.10.tar.gz
  7151. 2375.72 s [fourmolu] source root is fourmolu-0.19.0.1
  7152. 2375.72 s [hlint] source root is hlint-3.10
  7153. 2375.73 s [hlint] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hlint-3.10/tests/wildcards.test"
  7154. 2375.73 s [hie-bios] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Cee1K1Sau4/Main.o )
  7155. 2375.73 s [hlint] Phase: patchPhase
  7156. 2375.74 s [implicit-hie] Phase: unpackPhase
  7157. 2375.74 s [implicit-hie] unpacking source archive /nix/store/czymcpdrh6a611g040b8nv7xvg4lk72f-implicit-hie-0.1.4.0.tar.gz
  7158. 2375.74 s [hlint] Phase: compileBuildDriverPhase
  7159. 2375.75 s [hlint] setupCompileFlags: -package-db=/build/tmp.qqyPEzP20J/setup-package.conf.d -threaded
  7160. 2375.75 s [implicit-hie] source root is implicit-hie-0.1.4.0
  7161. 2375.75 s [fourmolu] setting SOURCE_DATE_EPOCH to timestamp 1759086834 of file "fourmolu-0.19.0.1/tests/Spec.hs"
  7162. 2375.75 s [implicit-hie] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "implicit-hie-0.1.4.0/test/stackHie.yaml"
  7163. 2375.76 s [fourmolu] Phase: patchPhase
  7164. 2375.76 s [implicit-hie] Phase: patchPhase
  7165. 2375.77 s [fourmolu] Phase: compileBuildDriverPhase
  7166. 2375.77 s [implicit-hie] Phase: compileBuildDriverPhase
  7167. 2375.77 s [implicit-hie] setupCompileFlags: -package-db=/build/tmp.YY948o7hLt/setup-package.conf.d -threaded
  7168. 2375.77 s [fourmolu] setupCompileFlags: -package-db=/build/tmp.JC0F7tk4Jl/setup-package.conf.d -threaded
  7169. 2375.78 s [hie-bios] [2 of 2] Linking Setup
  7170. 2375.80 s [hlint] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.qqyPEzP20J/Main.o )
  7171. 2375.82 s [fourmolu] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.JC0F7tk4Jl/Main.o )
  7172. 2375.82 s [implicit-hie] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.YY948o7hLt/Main.o )
  7173. 2375.85 s [hlint] [2 of 2] Linking Setup
  7174. 2375.87 s [implicit-hie] [2 of 2] Linking Setup
  7175. 2375.87 s [fourmolu] [2 of 2] Linking Setup
  7176. 2377.07 s [hie-bios] Phase: updateAutotoolsGnuConfigScriptsPhase
  7177. 2377.09 s [hie-bios] Phase: configurePhase
  7178. 2377.09 s [hie-bios] configureFlags: --verbose --prefix=/nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc/share/doc/hie-bios-0.17.0 --with-gcc=gcc --package-db=/build/tmp.Cee1K1Sau4/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  7179. 2377.10 s [hie-bios] Using Parsec parser
  7180. 2377.10 s [hie-bios] Configuring hie-bios-0.17.0...
  7181. 2377.15 s [hlint] Phase: updateAutotoolsGnuConfigScriptsPhase
  7182. 2377.16 s [implicit-hie] Phase: updateAutotoolsGnuConfigScriptsPhase
  7183. 2377.16 s [hlint] Phase: configurePhase
  7184. 2377.17 s [implicit-hie] Phase: configurePhase
  7185. 2377.17 s [hlint] configureFlags: --verbose --prefix=/nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --datadir=/nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data/share/ghc-9.10.2 --docdir=/nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc/share/doc/hlint-3.10 --with-gcc=gcc --package-db=/build/tmp.qqyPEzP20J/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  7186. 2377.17 s [fourmolu] Phase: updateAutotoolsGnuConfigScriptsPhase
  7187. 2377.17 s [implicit-hie] configureFlags: --verbose --prefix=/nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc/share/doc/implicit-hie-0.1.4.0 --with-gcc=gcc --package-db=/build/tmp.YY948o7hLt/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  7188. 2377.18 s [hlint] Using Parsec parser
  7189. 2377.18 s [hlint] Configuring hlint-3.10...
  7190. 2377.18 s [implicit-hie] Using Parsec parser
  7191. 2377.18 s [implicit-hie] Configuring implicit-hie-0.1.4.0...
  7192. 2377.18 s [fourmolu] Phase: configurePhase
  7193. 2377.19 s [fourmolu] configureFlags: --verbose --prefix=/nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc/share/doc/fourmolu-0.19.0.1 --with-gcc=gcc --package-db=/build/tmp.JC0F7tk4Jl/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  7194. 2377.20 s [fourmolu] Using Parsec parser
  7195. 2377.20 s [fourmolu] Configuring fourmolu-0.19.0.1...
  7196. 2377.52 s [implicit-hie] Flags chosen: executable=True
  7197. 2377.55 s [hlint] Flags chosen: ghc-lib=True, gpl=True, hsyaml=False, threaded=True
  7198. 2377.58 s [fourmolu] Flags chosen: dev=False
  7199. 2377.74 s [hie-bios] Dependency aeson >=1.4.4 && <2.3: using aeson-2.2.3.0
  7200. 2377.74 s [hie-bios] Dependency base >=4.16 && <5: using base-4.20.1.0
  7201. 2377.74 s [hie-bios] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
  7202. 2377.74 s [hie-bios] Dependency bytestring >=0.10.8 && <0.13: using bytestring-0.12.2.0
  7203. 2377.74 s [hie-bios] Dependency co-log-core >=0.3.0 && <0.4: using co-log-core-0.3.2.5
  7204. 2377.74 s [hie-bios] Dependency conduit >=1.3 && <2: using conduit-1.3.6.1
  7205. 2377.74 s [hie-bios] Dependency conduit-extra >=1.3 && <2: using conduit-extra-1.3.8
  7206. 2377.74 s [hie-bios] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
  7207. 2377.74 s [hie-bios] cryptohash-sha1-0.11.101.0
  7208. 2377.74 s [hie-bios] Dependency deepseq >=1.4.3 && <1.6: using deepseq-1.5.0.0
  7209. 2377.74 s [hie-bios] Dependency directory >=1.3.0 && <1.4: using directory-1.3.8.5
  7210. 2377.74 s [hie-bios] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
  7211. 2377.74 s [hie-bios] Dependency extra >=1.6.14 && <1.9: using extra-1.8.1
  7212. 2377.74 s [hie-bios] Dependency file-embed >=0.0.11 && <1: using file-embed-0.0.16.0
  7213. 2377.74 s [hie-bios] Dependency filepath >=1.4.1 && <1.6: using filepath-1.5.4.0
  7214. 2377.74 s [hie-bios] Dependency ghc >=9.2.1 && <9.13: using ghc-9.10.2
  7215. 2377.74 s [hie-bios] Dependency prettyprinter >=1.6 && <1.7 || >=1.7.0 && <1.8: using
  7216. 2377.74 s [hie-bios] prettyprinter-1.7.1
  7217. 2377.74 s [hie-bios] Dependency template-haskell >=2.18 && <2.24: using template-haskell-2.22.0.0
  7218. 2377.74 s [hie-bios] Dependency temporary >=1.2 && <1.4: using temporary-1.3
  7219. 2377.74 s [hie-bios] Dependency text >=1.2.3 && <2.2: using text-2.1.2
  7220. 2377.74 s [hie-bios] Dependency time >=1.8.0 && <1.15: using time-1.12.2
  7221. 2377.74 s [hie-bios] Dependency transformers >=0.5.2 && <0.7: using transformers-0.6.1.1
  7222. 2377.74 s [hie-bios] Dependency unix-compat >=0.5.1 && <0.8: using unix-compat-0.7.4.1
  7223. 2377.74 s [hie-bios] Dependency unordered-containers >=0.2.9 && <0.3: using
  7224. 2377.74 s [hie-bios] unordered-containers-0.2.20.1
  7225. 2377.74 s [hie-bios] Dependency yaml >=0.10.0 && <0.12: using yaml-0.11.11.2
  7226. 2377.74 s [hie-bios] Dependency base >=4.16 && <5: using base-4.20.1.0
  7227. 2377.74 s [hie-bios] Dependency co-log-core: using co-log-core-0.3.2.5
  7228. 2377.74 s [hie-bios] Dependency directory: using directory-1.3.8.5
  7229. 2377.74 s [hie-bios] Dependency filepath: using filepath-1.5.4.0
  7230. 2377.74 s [hie-bios] Dependency hie-bios: using hie-bios-0.17.0
  7231. 2377.74 s [hie-bios] Dependency optparse-applicative >=0.17 && <0.20: using
  7232. 2377.74 s [hie-bios] optparse-applicative-0.18.1.0
  7233. 2377.74 s [hie-bios] Dependency prettyprinter: using prettyprinter-1.7.1
  7234. 2377.74 s [hie-bios] Source component graph:
  7235. 2377.74 s [hie-bios] component lib
  7236. 2377.74 s [hie-bios] component exe:hie-bios dependency lib
  7237. 2377.74 s [hie-bios] Configured component graph:
  7238. 2377.74 s [hie-bios] component hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7239. 2377.74 s [hie-bios] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7240. 2377.74 s [hie-bios] include base-4.20.1.0-f445
  7241. 2377.74 s [hie-bios] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  7242. 2377.74 s [hie-bios] include bytestring-0.12.2.0-214a
  7243. 2377.74 s [hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7244. 2377.74 s [hie-bios] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  7245. 2377.74 s [hie-bios] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  7246. 2377.74 s [hie-bios] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  7247. 2377.74 s [hie-bios] include deepseq-1.5.0.0-e166
  7248. 2377.74 s [hie-bios] include directory-1.3.8.5-159c
  7249. 2377.74 s [hie-bios] include exceptions-0.10.9-9158
  7250. 2377.74 s [hie-bios] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7251. 2377.74 s [hie-bios] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7252. 2377.74 s [hie-bios] include filepath-1.5.4.0-8593
  7253. 2377.74 s [hie-bios] include ghc-9.10.2-2a2a
  7254. 2377.74 s [hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7255. 2377.74 s [hie-bios] include template-haskell-2.22.0.0-58bf
  7256. 2377.74 s [hie-bios] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7257. 2377.74 s [hie-bios] include text-2.1.2-7514
  7258. 2377.74 s [hie-bios] include time-1.12.2-9680
  7259. 2377.74 s [hie-bios] include transformers-0.6.1.1-05a6
  7260. 2377.74 s [hie-bios] include unix-compat-0.7.4.1-2UU8mLQKlCjJOOBce1p1F
  7261. 2377.74 s [hie-bios] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7262. 2377.74 s [hie-bios] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7263. 2377.74 s [hie-bios] component hie-bios-0.17.0-2P5TkCl2AziBpxYD6ehdVV-hie-bios
  7264. 2377.74 s [hie-bios] include base-4.20.1.0-f445
  7265. 2377.74 s [hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7266. 2377.74 s [hie-bios] include directory-1.3.8.5-159c
  7267. 2377.74 s [hie-bios] include filepath-1.5.4.0-8593
  7268. 2377.74 s [hie-bios] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7269. 2377.74 s [hie-bios] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7270. 2377.74 s [hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7271. 2377.74 s [hie-bios] Linked component graph:
  7272. 2377.74 s [hie-bios] unit hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7273. 2377.74 s [hie-bios] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7274. 2377.74 s [hie-bios] include base-4.20.1.0-f445
  7275. 2377.74 s [hie-bios] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  7276. 2377.74 s [hie-bios] include bytestring-0.12.2.0-214a
  7277. 2377.74 s [hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7278. 2377.74 s [hie-bios] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  7279. 2377.74 s [hie-bios] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  7280. 2377.74 s [hie-bios] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  7281. 2377.74 s [hie-bios] include deepseq-1.5.0.0-e166
  7282. 2377.74 s [hie-bios] include directory-1.3.8.5-159c
  7283. 2377.74 s [hie-bios] include exceptions-0.10.9-9158
  7284. 2377.74 s [hie-bios] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7285. 2377.74 s [hie-bios] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7286. 2377.74 s [hie-bios] include filepath-1.5.4.0-8593
  7287. 2377.74 s [hie-bios] include ghc-9.10.2-2a2a
  7288. 2377.74 s [hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7289. 2377.74 s [hie-bios] include template-haskell-2.22.0.0-58bf
  7290. 2377.74 s [hie-bios] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7291. 2377.74 s [hie-bios] include text-2.1.2-7514
  7292. 2377.74 s [hie-bios] include time-1.12.2-9680
  7293. 2377.74 s [hie-bios] include transformers-0.6.1.1-05a6
  7294. 2377.74 s [hie-bios] include unix-compat-0.7.4.1-2UU8mLQKlCjJOOBce1p1F
  7295. 2377.74 s [hie-bios] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7296. 2377.74 s [hie-bios] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7297. 2377.74 s [hie-bios] HIE.Bios=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios,HIE.Bios.Config=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Config,HIE.Bios.Config.YAML=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Config.YAML,HIE.Bios.Cradle=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle,HIE.Bios.Cradle.Cabal=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.Cabal,HIE.Bios.Cradle.ProgramVersions=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.ProgramVersions,HIE.Bios.Cradle.ProjectConfig=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.ProjectConfig,HIE.Bios.Cradle.Resolved=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.Resolved,HIE.Bios.Cradle.Utils=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.Utils,HIE.Bios.Environment=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Environment,HIE.Bios.Flags=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Flags,HIE.Bios.Ghc.Api=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Api,HIE.Bios.Ghc.Check=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Check,HIE.Bios.Ghc.Doc=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Doc,HIE.Bios.Ghc.Gap=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Gap,HIE.Bios.Ghc.Load=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Load,HIE.Bios.Ghc.Logger=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Logger,HIE.Bios.Internal.Debug=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Internal.Debug,HIE.Bios.Process=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Process,HIE.Bios.Types=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Types,HIE.Bios.Wrappers=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Wrappers
  7298. 2377.74 s [hie-bios] unit hie-bios-0.17.0-2P5TkCl2AziBpxYD6ehdVV-hie-bios
  7299. 2377.74 s [hie-bios] include base-4.20.1.0-f445
  7300. 2377.74 s [hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7301. 2377.74 s [hie-bios] include directory-1.3.8.5-159c
  7302. 2377.74 s [hie-bios] include filepath-1.5.4.0-8593
  7303. 2377.74 s [hie-bios] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7304. 2377.74 s [hie-bios] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7305. 2377.74 s [hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7306. 2377.74 s [hie-bios] Ready component graph:
  7307. 2377.74 s [hie-bios] definite hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7308. 2377.74 s [hie-bios] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7309. 2377.74 s [hie-bios] depends base-4.20.1.0-f445
  7310. 2377.74 s [hie-bios] depends base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  7311. 2377.74 s [hie-bios] depends bytestring-0.12.2.0-214a
  7312. 2377.74 s [hie-bios] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7313. 2377.74 s [hie-bios] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  7314. 2377.74 s [hie-bios] depends conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  7315. 2377.74 s [hie-bios] depends cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  7316. 2377.74 s [hie-bios] depends deepseq-1.5.0.0-e166
  7317. 2377.74 s [hie-bios] depends directory-1.3.8.5-159c
  7318. 2377.74 s [hie-bios] depends exceptions-0.10.9-9158
  7319. 2377.74 s [hie-bios] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7320. 2377.74 s [hie-bios] depends file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7321. 2377.74 s [hie-bios] depends filepath-1.5.4.0-8593
  7322. 2377.74 s [hie-bios] depends ghc-9.10.2-2a2a
  7323. 2377.74 s [hie-bios] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7324. 2377.74 s [hie-bios] depends template-haskell-2.22.0.0-58bf
  7325. 2377.74 s [hie-bios] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7326. 2377.74 s [hie-bios] depends text-2.1.2-7514
  7327. 2377.74 s [hie-bios] depends time-1.12.2-9680
  7328. 2377.74 s [hie-bios] depends transformers-0.6.1.1-05a6
  7329. 2377.74 s [hie-bios] depends unix-compat-0.7.4.1-2UU8mLQKlCjJOOBce1p1F
  7330. 2377.74 s [hie-bios] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7331. 2377.76 s [hie-bios] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7332. 2377.76 s [hie-bios] definite hie-bios-0.17.0-2P5TkCl2AziBpxYD6ehdVV-hie-bios
  7333. 2377.76 s [hie-bios] depends base-4.20.1.0-f445
  7334. 2377.76 s [hie-bios] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7335. 2377.76 s [hie-bios] depends directory-1.3.8.5-159c
  7336. 2377.76 s [hie-bios] depends filepath-1.5.4.0-8593
  7337. 2377.76 s [hie-bios] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7338. 2377.76 s [hie-bios] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7339. 2377.76 s [hie-bios] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7340. 2377.76 s [hie-bios] Using Cabal-3.12.1.0 compiled by ghc-9.10
  7341. 2377.76 s [hie-bios] Using compiler: ghc-9.10.2
  7342. 2377.76 s [hie-bios] Using install prefix:
  7343. 2377.76 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  7344. 2377.76 s [hie-bios] Executables installed in:
  7345. 2377.76 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin
  7346. 2377.76 s [hie-bios] Libraries installed in:
  7347. 2377.76 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7348. 2377.76 s [hie-bios] Dynamic Libraries installed in:
  7349. 2377.76 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  7350. 2377.76 s [hie-bios] Private executables installed in:
  7351. 2377.76 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/hie-bios-0.17.0
  7352. 2377.76 s [hie-bios] Data files installed in:
  7353. 2377.76 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/share/x86_64-linux-ghc-9.10.2-2a2a/hie-bios-0.17.0
  7354. 2377.76 s [hie-bios] Documentation installed in:
  7355. 2377.76 s [hie-bios] /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc/share/doc/hie-bios-0.17.0
  7356. 2377.76 s [hie-bios] Configuration files installed in:
  7357. 2377.76 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/etc
  7358. 2377.76 s [hie-bios] No alex found
  7359. 2377.76 s [hie-bios] Using ar found on system at:
  7360. 2377.76 s [hie-bios] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  7361. 2377.76 s [hie-bios] No c2hs found
  7362. 2377.76 s [hie-bios] No cpphs found
  7363. 2377.76 s [hie-bios] No doctest found
  7364. 2377.76 s [hie-bios] Using gcc version 14.3.0 given by user at:
  7365. 2377.76 s [hie-bios] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  7366. 2377.76 s [hie-bios] Using ghc version 9.10.2 found on system at:
  7367. 2377.76 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  7368. 2377.76 s [hie-bios] Using ghc-pkg version 9.10.2 found on system at:
  7369. 2377.76 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  7370. 2377.76 s [hie-bios] No ghcjs found
  7371. 2377.76 s [hie-bios] No ghcjs-pkg found
  7372. 2377.76 s [hie-bios] No greencard found
  7373. 2377.76 s [hie-bios] Using haddock version 2.31.0 found on system at:
  7374. 2377.76 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  7375. 2377.76 s [hie-bios] No happy found
  7376. 2377.76 s [hie-bios] Using haskell-suite found on system at: haskell-suite-dummy-location
  7377. 2377.76 s [hie-bios] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7378. 2377.76 s [hie-bios] No hmake found
  7379. 2377.76 s [hie-bios] Using hpc version 0.69 found on system at:
  7380. 2377.76 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  7381. 2377.76 s [hie-bios] Using hsc2hs version 0.68.10 found on system at:
  7382. 2377.76 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  7383. 2377.76 s [hie-bios] Using hscolour version 1.25 found on system at:
  7384. 2377.76 s [hie-bios] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  7385. 2377.76 s [hie-bios] No jhc found
  7386. 2377.76 s [hie-bios] Using ld found on system at:
  7387. 2377.76 s [hie-bios] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  7388. 2377.76 s [hie-bios] No pkg-config found
  7389. 2377.76 s [hie-bios] Using runghc version 9.10.2 found on system at:
  7390. 2377.76 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  7391. 2377.76 s [hie-bios] Using strip version 2.44 found on system at:
  7392. 2377.76 s [hie-bios] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  7393. 2377.76 s [hie-bios] Using tar found on system at:
  7394. 2377.76 s [hie-bios] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  7395. 2377.76 s [hie-bios] No uhc found
  7396. 2377.78 s [implicit-hie] Dependency attoparsec >=0.13: using attoparsec-0.14.4
  7397. 2377.78 s [implicit-hie] Dependency base >=4.7 && <5: using base-4.20.1.0
  7398. 2377.78 s [implicit-hie] Dependency directory >=1.3: using directory-1.3.8.5
  7399. 2377.78 s [implicit-hie] Dependency filepath >=1.4: using filepath-1.5.4.0
  7400. 2377.78 s [implicit-hie] Dependency filepattern >=0.1: using filepattern-0.1.3
  7401. 2377.78 s [implicit-hie] Dependency text >=1.2: using text-2.1.2
  7402. 2377.78 s [implicit-hie] Dependency transformers >=0.5: using transformers-0.6.1.1
  7403. 2377.78 s [implicit-hie] Dependency yaml >=0.5: using yaml-0.11.11.2
  7404. 2377.78 s [implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
  7405. 2377.78 s [implicit-hie] Dependency base >=4.7 && <5: using base-4.20.1.0
  7406. 2377.78 s [implicit-hie] Dependency directory: using directory-1.3.8.5
  7407. 2377.78 s [implicit-hie] Dependency filepath: using filepath-1.5.4.0
  7408. 2377.78 s [implicit-hie] Dependency filepattern: using filepattern-0.1.3
  7409. 2377.78 s [implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
  7410. 2377.78 s [implicit-hie] Dependency text: using text-2.1.2
  7411. 2377.78 s [implicit-hie] Dependency transformers: using transformers-0.6.1.1
  7412. 2377.78 s [implicit-hie] Dependency yaml: using yaml-0.11.11.2
  7413. 2377.78 s [implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
  7414. 2377.78 s [implicit-hie] Dependency base >=4.7 && <5: using base-4.20.1.0
  7415. 2377.78 s [implicit-hie] Dependency directory: using directory-1.3.8.5
  7416. 2377.78 s [implicit-hie] Dependency filepath: using filepath-1.5.4.0
  7417. 2377.78 s [implicit-hie] Dependency filepattern: using filepattern-0.1.3
  7418. 2377.78 s [implicit-hie] Dependency hspec: using hspec-2.11.14
  7419. 2377.78 s [implicit-hie] Dependency hspec-attoparsec: using hspec-attoparsec-0.1.0.2
  7420. 2377.78 s [implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
  7421. 2377.78 s [implicit-hie] Dependency text: using text-2.1.2
  7422. 2377.79 s [implicit-hie] Dependency transformers: using transformers-0.6.1.1
  7423. 2377.79 s [implicit-hie] Dependency yaml: using yaml-0.11.11.2
  7424. 2377.79 s [implicit-hie] Source component graph:
  7425. 2377.79 s [implicit-hie] component lib
  7426. 2377.79 s [implicit-hie] component exe:gen-hie dependency lib
  7427. 2377.79 s [implicit-hie] component test:implicit-hie-test dependency lib
  7428. 2377.79 s [implicit-hie] Configured component graph:
  7429. 2377.79 s [implicit-hie] component implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7430. 2377.79 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7431. 2377.79 s [implicit-hie] include base-4.20.1.0-f445
  7432. 2377.79 s [implicit-hie] include directory-1.3.8.5-159c
  7433. 2377.79 s [implicit-hie] include filepath-1.5.4.0-8593
  7434. 2377.79 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7435. 2377.79 s [implicit-hie] include text-2.1.2-7514
  7436. 2377.79 s [implicit-hie] include transformers-0.6.1.1-05a6
  7437. 2377.79 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7438. 2377.79 s [implicit-hie] component implicit-hie-0.1.4.0-KXSHysYyz14KpnZo0X7Vme-gen-hie
  7439. 2377.79 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7440. 2377.79 s [implicit-hie] include base-4.20.1.0-f445
  7441. 2377.79 s [implicit-hie] include directory-1.3.8.5-159c
  7442. 2377.79 s [implicit-hie] include filepath-1.5.4.0-8593
  7443. 2377.79 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7444. 2377.79 s [implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7445. 2377.79 s [implicit-hie] include text-2.1.2-7514
  7446. 2377.79 s [implicit-hie] include transformers-0.6.1.1-05a6
  7447. 2377.79 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7448. 2377.79 s [implicit-hie] component implicit-hie-0.1.4.0-J7dIa8H2PseAc4UhF0qD3n-implicit-hie-test
  7449. 2377.79 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7450. 2377.79 s [implicit-hie] include base-4.20.1.0-f445
  7451. 2377.79 s [implicit-hie] include directory-1.3.8.5-159c
  7452. 2377.79 s [implicit-hie] include filepath-1.5.4.0-8593
  7453. 2377.79 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7454. 2377.79 s [implicit-hie] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7455. 2377.79 s [implicit-hie] include hspec-attoparsec-0.1.0.2-ENIEYIpYZ0a36SD9nf50Wg
  7456. 2377.79 s [implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7457. 2377.79 s [implicit-hie] include text-2.1.2-7514
  7458. 2377.79 s [implicit-hie] include transformers-0.6.1.1-05a6
  7459. 2377.79 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7460. 2377.79 s [implicit-hie] Linked component graph:
  7461. 2377.79 s [implicit-hie] unit implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7462. 2377.79 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7463. 2377.79 s [implicit-hie] include base-4.20.1.0-f445
  7464. 2377.79 s [implicit-hie] include directory-1.3.8.5-159c
  7465. 2377.79 s [implicit-hie] include filepath-1.5.4.0-8593
  7466. 2377.79 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7467. 2377.79 s [implicit-hie] include text-2.1.2-7514
  7468. 2377.79 s [implicit-hie] include transformers-0.6.1.1-05a6
  7469. 2377.79 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7470. 2377.79 s [implicit-hie] Hie.Cabal.Parser=implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B:Hie.Cabal.Parser,Hie.Locate=implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B:Hie.Locate,Hie.Yaml=implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B:Hie.Yaml
  7471. 2377.79 s [implicit-hie] unit implicit-hie-0.1.4.0-KXSHysYyz14KpnZo0X7Vme-gen-hie
  7472. 2377.79 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7473. 2377.79 s [implicit-hie] include base-4.20.1.0-f445
  7474. 2377.79 s [implicit-hie] include directory-1.3.8.5-159c
  7475. 2377.79 s [implicit-hie] include filepath-1.5.4.0-8593
  7476. 2377.79 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7477. 2377.79 s [implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7478. 2377.79 s [implicit-hie] include text-2.1.2-7514
  7479. 2377.79 s [implicit-hie] include transformers-0.6.1.1-05a6
  7480. 2377.79 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7481. 2377.79 s [implicit-hie] unit implicit-hie-0.1.4.0-J7dIa8H2PseAc4UhF0qD3n-implicit-hie-test
  7482. 2377.79 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7483. 2377.79 s [implicit-hie] include base-4.20.1.0-f445
  7484. 2377.79 s [implicit-hie] include directory-1.3.8.5-159c
  7485. 2377.79 s [implicit-hie] include filepath-1.5.4.0-8593
  7486. 2377.79 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7487. 2377.79 s [implicit-hie] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7488. 2377.79 s [implicit-hie] include hspec-attoparsec-0.1.0.2-ENIEYIpYZ0a36SD9nf50Wg
  7489. 2377.79 s [implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7490. 2377.79 s [implicit-hie] include text-2.1.2-7514
  7491. 2377.79 s [implicit-hie] include transformers-0.6.1.1-05a6
  7492. 2377.79 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7493. 2377.79 s [implicit-hie] Ready component graph:
  7494. 2377.79 s [implicit-hie] definite implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7495. 2377.79 s [implicit-hie] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7496. 2377.79 s [implicit-hie] depends base-4.20.1.0-f445
  7497. 2377.79 s [implicit-hie] depends directory-1.3.8.5-159c
  7498. 2377.79 s [implicit-hie] depends filepath-1.5.4.0-8593
  7499. 2377.79 s [implicit-hie] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7500. 2377.79 s [implicit-hie] depends text-2.1.2-7514
  7501. 2377.79 s [implicit-hie] depends transformers-0.6.1.1-05a6
  7502. 2377.79 s [implicit-hie] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7503. 2377.79 s [implicit-hie] definite implicit-hie-0.1.4.0-J7dIa8H2PseAc4UhF0qD3n-implicit-hie-test
  7504. 2377.79 s [implicit-hie] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7505. 2377.79 s [implicit-hie] depends base-4.20.1.0-f445
  7506. 2377.79 s [implicit-hie] depends directory-1.3.8.5-159c
  7507. 2377.79 s [implicit-hie] depends filepath-1.5.4.0-8593
  7508. 2377.79 s [implicit-hie] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7509. 2377.79 s [implicit-hie] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7510. 2377.79 s [implicit-hie] depends hspec-attoparsec-0.1.0.2-ENIEYIpYZ0a36SD9nf50Wg
  7511. 2377.79 s [implicit-hie] depends implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7512. 2377.79 s [implicit-hie] depends text-2.1.2-7514
  7513. 2377.79 s [implicit-hie] depends transformers-0.6.1.1-05a6
  7514. 2377.79 s [implicit-hie] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7515. 2377.79 s [implicit-hie] definite implicit-hie-0.1.4.0-KXSHysYyz14KpnZo0X7Vme-gen-hie
  7516. 2377.79 s [implicit-hie] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7517. 2377.79 s [implicit-hie] depends base-4.20.1.0-f445
  7518. 2377.79 s [implicit-hie] depends directory-1.3.8.5-159c
  7519. 2377.79 s [implicit-hie] depends filepath-1.5.4.0-8593
  7520. 2377.79 s [implicit-hie] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7521. 2377.79 s [implicit-hie] depends implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7522. 2377.79 s [implicit-hie] depends text-2.1.2-7514
  7523. 2377.79 s [implicit-hie] depends transformers-0.6.1.1-05a6
  7524. 2377.79 s [implicit-hie] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7525. 2377.79 s [implicit-hie] Using Cabal-3.12.1.0 compiled by ghc-9.10
  7526. 2377.79 s [implicit-hie] Using compiler: ghc-9.10.2
  7527. 2377.79 s [implicit-hie] Using install prefix:
  7528. 2377.79 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0
  7529. 2377.79 s [implicit-hie] Executables installed in:
  7530. 2377.79 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin
  7531. 2377.79 s [implicit-hie] Libraries installed in:
  7532. 2377.79 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7533. 2377.79 s [implicit-hie] Dynamic Libraries installed in:
  7534. 2377.79 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  7535. 2377.79 s [implicit-hie] Private executables installed in:
  7536. 2377.79 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/implicit-hie-0.1.4.0
  7537. 2377.79 s [implicit-hie] Data files installed in:
  7538. 2377.79 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/share/x86_64-linux-ghc-9.10.2-2a2a/implicit-hie-0.1.4.0
  7539. 2377.79 s [implicit-hie] Documentation installed in:
  7540. 2377.79 s [implicit-hie] /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc/share/doc/implicit-hie-0.1.4.0
  7541. 2377.79 s [implicit-hie] Configuration files installed in:
  7542. 2377.79 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/etc
  7543. 2377.79 s [implicit-hie] No alex found
  7544. 2377.79 s [implicit-hie] Using ar found on system at:
  7545. 2377.79 s [implicit-hie] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  7546. 2377.79 s [implicit-hie] No c2hs found
  7547. 2377.79 s [implicit-hie] No cpphs found
  7548. 2377.79 s [implicit-hie] No doctest found
  7549. 2377.79 s [implicit-hie] Using gcc version 14.3.0 given by user at:
  7550. 2377.79 s [implicit-hie] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  7551. 2377.79 s [implicit-hie] Using ghc version 9.10.2 found on system at:
  7552. 2377.79 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  7553. 2377.79 s [implicit-hie] Using ghc-pkg version 9.10.2 found on system at:
  7554. 2377.79 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  7555. 2377.79 s [implicit-hie] No ghcjs found
  7556. 2377.79 s [implicit-hie] No ghcjs-pkg found
  7557. 2377.79 s [implicit-hie] No greencard found
  7558. 2377.79 s [implicit-hie] Using haddock version 2.31.0 found on system at:
  7559. 2377.79 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  7560. 2377.79 s [implicit-hie] No happy found
  7561. 2377.79 s [implicit-hie] Using haskell-suite found on system at: haskell-suite-dummy-location
  7562. 2377.79 s [implicit-hie] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7563. 2377.80 s [implicit-hie] No hmake found
  7564. 2377.80 s [implicit-hie] Using hpc version 0.69 found on system at:
  7565. 2377.80 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  7566. 2377.80 s [implicit-hie] Using hsc2hs version 0.68.10 found on system at:
  7567. 2377.80 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  7568. 2377.80 s [implicit-hie] Using hscolour version 1.25 found on system at:
  7569. 2377.80 s [implicit-hie] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  7570. 2377.80 s [implicit-hie] No jhc found
  7571. 2377.80 s [implicit-hie] Using ld found on system at:
  7572. 2377.80 s [implicit-hie] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  7573. 2377.80 s [implicit-hie] No pkg-config found
  7574. 2377.80 s [implicit-hie] Using runghc version 9.10.2 found on system at:
  7575. 2377.80 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  7576. 2377.80 s [implicit-hie] Using strip version 2.44 found on system at:
  7577. 2377.80 s [implicit-hie] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  7578. 2377.80 s [implicit-hie] Using tar found on system at:
  7579. 2377.80 s [implicit-hie] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  7580. 2377.80 s [implicit-hie] No uhc found
  7581. 2377.81 s [hlint] Dependency aeson >=1.3: using aeson-2.2.3.0
  7582. 2377.81 s [hlint] Dependency ansi-terminal >=0.8.1: using ansi-terminal-1.1.3
  7583. 2377.81 s [hlint] Dependency base >=4 && <5: using base-4.20.1.0
  7584. 2377.81 s [hlint] Dependency bytestring: using bytestring-0.12.2.0
  7585. 2377.81 s [hlint] Dependency cmdargs >=0.10.22: using cmdargs-0.10.22
  7586. 2377.81 s [hlint] Dependency containers: using containers-0.7
  7587. 2377.81 s [hlint] Dependency cpphs >=1.20.1: using cpphs-1.20.10
  7588. 2377.81 s [hlint] Dependency data-default >=0.3: using data-default-0.8.0.1
  7589. 2377.81 s [hlint] Dependency deriving-aeson >=0.2: using deriving-aeson-0.2.10
  7590. 2377.81 s [hlint] Dependency directory: using directory-1.3.8.5
  7591. 2377.81 s [hlint] Dependency extra >=1.7.3: using extra-1.8.1
  7592. 2377.81 s [hlint] Dependency file-embed: using file-embed-0.0.16.0
  7593. 2377.81 s [hlint] Dependency filepath: using filepath-1.5.4.0
  7594. 2377.81 s [hlint] Dependency filepattern >=0.1.1: using filepattern-0.1.3
  7595. 2377.81 s [hlint] Dependency ghc-lib-parser >=9.12 && <9.13: using
  7596. 2377.81 s [hlint] ghc-lib-parser-9.12.2.20250421
  7597. 2377.81 s [hlint] Dependency ghc-lib-parser-ex >=9.12.0.0 && <9.13.0: using
  7598. 2377.81 s [hlint] ghc-lib-parser-ex-9.12.0.0
  7599. 2377.81 s [hlint] Dependency hscolour >=1.21: using hscolour-1.25
  7600. 2377.81 s [hlint] Dependency process: using process-1.6.25.0
  7601. 2377.81 s [hlint] Dependency refact >=0.3: using refact-0.3.0.2
  7602. 2377.81 s [hlint] Dependency text: using text-2.1.2
  7603. 2377.81 s [hlint] Dependency transformers: using transformers-0.6.1.1
  7604. 2377.81 s [hlint] Dependency uniplate >=1.5: using uniplate-1.6.13
  7605. 2377.81 s [hlint] Dependency unordered-containers: using unordered-containers-0.2.20.1
  7606. 2377.81 s [hlint] Dependency utf8-string: using utf8-string-1.0.2
  7607. 2377.81 s [hlint] Dependency vector: using vector-0.13.2.0
  7608. 2377.81 s [hlint] Dependency yaml >=0.5.0: using yaml-0.11.11.2
  7609. 2377.81 s [hlint] Dependency base: using base-4.20.1.0
  7610. 2377.81 s [hlint] Dependency hlint: using hlint-3.10
  7611. 2377.81 s [hlint] Source component graph:
  7612. 2377.81 s [hlint] component lib
  7613. 2377.81 s [hlint] component exe:hlint dependency lib
  7614. 2377.81 s [hlint] Configured component graph:
  7615. 2377.81 s [hlint] component hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7616. 2377.81 s [hlint] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7617. 2377.81 s [hlint] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7618. 2377.81 s [hlint] include base-4.20.1.0-f445
  7619. 2377.81 s [hlint] include bytestring-0.12.2.0-214a
  7620. 2377.81 s [hlint] include cmdargs-0.10.22-As69uGVtklQIyNbnoySB6g
  7621. 2377.81 s [hlint] include containers-0.7-6571
  7622. 2377.81 s [hlint] include cpphs-1.20.10-FxPkn6WlMEO9tAhRfrhQ5X
  7623. 2377.81 s [hlint] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  7624. 2377.81 s [hlint] include deriving-aeson-0.2.10-5s52rCGfyMWFZfRyb6lnkB
  7625. 2377.81 s [hlint] include directory-1.3.8.5-159c
  7626. 2377.81 s [hlint] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7627. 2377.81 s [hlint] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7628. 2377.81 s [hlint] include filepath-1.5.4.0-8593
  7629. 2377.81 s [hlint] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7630. 2377.81 s [hlint] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7631. 2377.81 s [hlint] include ghc-lib-parser-ex-9.12.0.0-5nIhTSHU2dQ9sN0JEB9Eaw
  7632. 2377.81 s [hlint] include hscolour-1.25-6XZMArj4NnspcfIsnIb63
  7633. 2377.81 s [hlint] include process-1.6.25.0-cfae
  7634. 2377.81 s [hlint] include refact-0.3.0.2-7XjaunyOt78AwUJbIsJGIr
  7635. 2377.81 s [hlint] include text-2.1.2-7514
  7636. 2377.81 s [hlint] include transformers-0.6.1.1-05a6
  7637. 2377.81 s [hlint] include uniplate-1.6.13-8ewWQuBAb3AK6qIEr7yzve
  7638. 2377.81 s [hlint] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7639. 2377.81 s [hlint] include utf8-string-1.0.2-EezicaBArSPEFllsRplLdT
  7640. 2377.81 s [hlint] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  7641. 2377.81 s [hlint] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7642. 2377.81 s [hlint] component hlint-3.10-2usmTdlqiP2Dyv4c2mwOAQ-hlint
  7643. 2377.81 s [hlint] include base-4.20.1.0-f445
  7644. 2377.81 s [hlint] include hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7645. 2377.81 s [hlint] Linked component graph:
  7646. 2377.81 s [hlint] unit hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7647. 2377.81 s [hlint] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7648. 2377.81 s [hlint] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7649. 2377.81 s [hlint] include base-4.20.1.0-f445
  7650. 2377.81 s [hlint] include bytestring-0.12.2.0-214a
  7651. 2377.81 s [hlint] include cmdargs-0.10.22-As69uGVtklQIyNbnoySB6g
  7652. 2377.81 s [hlint] include containers-0.7-6571
  7653. 2377.81 s [hlint] include cpphs-1.20.10-FxPkn6WlMEO9tAhRfrhQ5X
  7654. 2377.81 s [hlint] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  7655. 2377.81 s [hlint] include deriving-aeson-0.2.10-5s52rCGfyMWFZfRyb6lnkB
  7656. 2377.81 s [hlint] include directory-1.3.8.5-159c
  7657. 2377.81 s [hlint] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7658. 2377.81 s [hlint] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7659. 2377.81 s [hlint] include filepath-1.5.4.0-8593
  7660. 2377.81 s [hlint] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7661. 2377.81 s [hlint] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7662. 2377.81 s [hlint] include ghc-lib-parser-ex-9.12.0.0-5nIhTSHU2dQ9sN0JEB9Eaw
  7663. 2377.81 s [hlint] include hscolour-1.25-6XZMArj4NnspcfIsnIb63
  7664. 2377.81 s [hlint] include process-1.6.25.0-cfae
  7665. 2377.81 s [hlint] include refact-0.3.0.2-7XjaunyOt78AwUJbIsJGIr
  7666. 2377.81 s [hlint] include text-2.1.2-7514
  7667. 2377.81 s [hlint] include transformers-0.6.1.1-05a6
  7668. 2377.81 s [hlint] include uniplate-1.6.13-8ewWQuBAb3AK6qIEr7yzve
  7669. 2377.81 s [hlint] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7670. 2377.81 s [hlint] include utf8-string-1.0.2-EezicaBArSPEFllsRplLdT
  7671. 2377.81 s [hlint] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  7672. 2377.81 s [hlint] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7673. 2377.81 s [hlint] Language.Haskell.HLint=hlint-3.10-KYNXFDDzbKX7YhXpWolQTO:Language.Haskell.HLint
  7674. 2377.81 s [hlint] unit hlint-3.10-2usmTdlqiP2Dyv4c2mwOAQ-hlint
  7675. 2377.81 s [hlint] include base-4.20.1.0-f445
  7676. 2377.81 s [hlint] include hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7677. 2377.81 s [hlint] Ready component graph:
  7678. 2377.81 s [hlint] definite hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7679. 2377.81 s [hlint] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7680. 2377.81 s [hlint] depends ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7681. 2377.81 s [hlint] depends base-4.20.1.0-f445
  7682. 2377.81 s [hlint] depends bytestring-0.12.2.0-214a
  7683. 2377.81 s [hlint] depends cmdargs-0.10.22-As69uGVtklQIyNbnoySB6g
  7684. 2377.81 s [hlint] depends containers-0.7-6571
  7685. 2377.81 s [hlint] depends cpphs-1.20.10-FxPkn6WlMEO9tAhRfrhQ5X
  7686. 2377.81 s [hlint] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  7687. 2377.81 s [hlint] depends deriving-aeson-0.2.10-5s52rCGfyMWFZfRyb6lnkB
  7688. 2377.81 s [hlint] depends directory-1.3.8.5-159c
  7689. 2377.81 s [hlint] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7690. 2377.81 s [hlint] depends file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7691. 2377.81 s [hlint] depends filepath-1.5.4.0-8593
  7692. 2377.81 s [hlint] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7693. 2377.81 s [hlint] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7694. 2377.81 s [hlint] depends ghc-lib-parser-ex-9.12.0.0-5nIhTSHU2dQ9sN0JEB9Eaw
  7695. 2377.81 s [hlint] depends hscolour-1.25-6XZMArj4NnspcfIsnIb63
  7696. 2377.81 s [hlint] depends process-1.6.25.0-cfae
  7697. 2377.81 s [hlint] depends refact-0.3.0.2-7XjaunyOt78AwUJbIsJGIr
  7698. 2377.81 s [hlint] depends text-2.1.2-7514
  7699. 2377.81 s [hlint] depends transformers-0.6.1.1-05a6
  7700. 2377.81 s [hlint] depends uniplate-1.6.13-8ewWQuBAb3AK6qIEr7yzve
  7701. 2377.81 s [hlint] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7702. 2377.81 s [hlint] depends utf8-string-1.0.2-EezicaBArSPEFllsRplLdT
  7703. 2377.81 s [hlint] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  7704. 2377.81 s [hlint] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7705. 2377.81 s [hlint] definite hlint-3.10-2usmTdlqiP2Dyv4c2mwOAQ-hlint
  7706. 2377.81 s [hlint] depends base-4.20.1.0-f445
  7707. 2377.81 s [hlint] depends hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7708. 2377.81 s [hlint] Using Cabal-3.12.1.0 compiled by ghc-9.10
  7709. 2377.81 s [hlint] Using compiler: ghc-9.10.2
  7710. 2377.81 s [hlint] Using install prefix: /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  7711. 2377.81 s [hlint] Executables installed in:
  7712. 2377.81 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin
  7713. 2377.81 s [hlint] Libraries installed in:
  7714. 2377.81 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7715. 2377.81 s [hlint] Dynamic Libraries installed in:
  7716. 2377.81 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  7717. 2377.81 s [hlint] Private executables installed in:
  7718. 2377.81 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/libexec/x86_64-linux-ghc-9.10.2-2a2a/hlint-3.10
  7719. 2377.81 s [hlint] Data files installed in:
  7720. 2377.81 s [hlint] /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data/share/ghc-9.10.2/x86_64-linux-ghc-9.10.2-2a2a/hlint-3.10
  7721. 2377.81 s [hlint] Documentation installed in:
  7722. 2377.81 s [hlint] /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc/share/doc/hlint-3.10
  7723. 2377.81 s [hlint] Configuration files installed in:
  7724. 2377.81 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/etc
  7725. 2377.81 s [hlint] No alex found
  7726. 2377.81 s [hlint] Using ar found on system at:
  7727. 2377.81 s [hlint] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  7728. 2377.81 s [hlint] No c2hs found
  7729. 2377.81 s [hlint] Using cpphs version 1.20.9 found on system at:
  7730. 2377.81 s [hlint] /nix/store/pq791l1nbs96ibfjqpc0dzk6v3a9zbyy-cpphs-1.20.10/bin/cpphs
  7731. 2377.81 s [hlint] No doctest found
  7732. 2377.81 s [hlint] Using gcc version 14.3.0 given by user at:
  7733. 2377.81 s [hlint] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  7734. 2377.81 s [hlint] Using ghc version 9.10.2 found on system at:
  7735. 2377.81 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  7736. 2377.81 s [hlint] Using ghc-pkg version 9.10.2 found on system at:
  7737. 2377.81 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  7738. 2377.81 s [hlint] No ghcjs found
  7739. 2377.81 s [hlint] No ghcjs-pkg found
  7740. 2377.81 s [hlint] No greencard found
  7741. 2377.81 s [hlint] Using haddock version 2.31.0 found on system at:
  7742. 2377.81 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  7743. 2377.81 s [hlint] No happy found
  7744. 2377.81 s [hlint] Using haskell-suite found on system at: haskell-suite-dummy-location
  7745. 2377.81 s [hlint] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7746. 2377.82 s [hlint] No hmake found
  7747. 2377.82 s [hlint] Using hpc version 0.69 found on system at:
  7748. 2377.82 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  7749. 2377.82 s [hlint] Using hsc2hs version 0.68.10 found on system at:
  7750. 2377.82 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  7751. 2377.82 s [hlint] Using hscolour version 1.25 found on system at:
  7752. 2377.82 s [hlint] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  7753. 2377.82 s [hlint] No jhc found
  7754. 2377.82 s [hlint] Using ld found on system at:
  7755. 2377.82 s [hlint] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  7756. 2377.82 s [hlint] No pkg-config found
  7757. 2377.82 s [hlint] Using runghc version 9.10.2 found on system at:
  7758. 2377.82 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  7759. 2377.82 s [hlint] Using strip version 2.44 found on system at:
  7760. 2377.82 s [hlint] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  7761. 2377.82 s [hlint] Using tar found on system at:
  7762. 2377.82 s [hlint] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  7763. 2377.82 s [hlint] No uhc found
  7764. 2377.93 s [fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.2.0
  7765. 2377.93 s [fourmolu] Dependency Diff >=0.4 && <2: using Diff-1.0.2
  7766. 2377.93 s [fourmolu] Dependency MemoTrie >=0.6 && <0.7: using MemoTrie-0.6.11
  7767. 2377.93 s [fourmolu] Dependency aeson >=1.0 && <3.0: using aeson-2.2.3.0
  7768. 2377.93 s [fourmolu] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.3
  7769. 2377.93 s [fourmolu] Dependency array >=0.5 && <0.6: using array-0.5.8.0
  7770. 2377.93 s [fourmolu] Dependency base >=4.14 && <5: using base-4.20.1.0
  7771. 2377.93 s [fourmolu] Dependency binary >=0.8 && <0.9: using binary-0.8.9.3
  7772. 2377.93 s [fourmolu] Dependency bytestring >=0.2 && <0.13: using bytestring-0.12.2.0
  7773. 2377.93 s [fourmolu] Dependency choice >=0.2.4.1 && <0.3: using choice-0.2.4.1
  7774. 2377.93 s [fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
  7775. 2377.93 s [fourmolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
  7776. 2377.93 s [fourmolu] Dependency file-embed >=0.0.15 && <0.1: using file-embed-0.0.16.0
  7777. 2377.93 s [fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
  7778. 2377.93 s [fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
  7779. 2377.93 s [fourmolu] ghc-lib-parser-9.12.2.20250421
  7780. 2377.93 s [fourmolu] Dependency megaparsec >=9: using megaparsec-9.7.0
  7781. 2377.93 s [fourmolu] Dependency mtl >=2 && <3: using mtl-2.3.1
  7782. 2377.93 s [fourmolu] Dependency scientific >=0.3.2 && <1: using scientific-0.3.8.0
  7783. 2377.93 s [fourmolu] Dependency syb >=0.7 && <0.8: using syb-0.7.2.4
  7784. 2377.93 s [fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
  7785. 2377.93 s [fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.2.0
  7786. 2377.93 s [fourmolu] Dependency base >=4.12 && <5: using base-4.20.1.0
  7787. 2377.93 s [fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
  7788. 2377.93 s [fourmolu] Dependency directory >=1.3.3 && <1.4: using directory-1.3.8.5
  7789. 2377.93 s [fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
  7790. 2377.93 s [fourmolu] Dependency fourmolu: using fourmolu-0.19.0.1
  7791. 2377.93 s [fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
  7792. 2377.93 s [fourmolu] ghc-lib-parser-9.12.2.20250421
  7793. 2377.93 s [fourmolu] Dependency optparse-applicative >=0.17 && <0.19: using
  7794. 2377.93 s [fourmolu] optparse-applicative-0.18.1.0
  7795. 2377.93 s [fourmolu] Dependency terminal-size >=0.1 && <0.4: using terminal-size-0.3.4
  7796. 2377.93 s [fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
  7797. 2377.93 s [fourmolu] Dependency th-env >=0.1.1 && <0.2: using th-env-0.1.1
  7798. 2377.93 s [fourmolu] Dependency unliftio >=0.2.10 && <0.3: using unliftio-0.2.25.1
  7799. 2377.93 s [fourmolu] Dependency yaml >=0.11.6.0 && <1: using yaml-0.11.11.2
  7800. 2377.93 s [fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.2.0
  7801. 2377.93 s [fourmolu] Dependency Diff >=1 && <2: using Diff-1.0.2
  7802. 2377.93 s [fourmolu] Dependency QuickCheck >=2.14: using QuickCheck-2.15.0.1
  7803. 2377.93 s [fourmolu] Dependency base >=4.14 && <5: using base-4.20.1.0
  7804. 2377.93 s [fourmolu] Dependency bytestring: using bytestring-0.12.2.0
  7805. 2377.94 s [fourmolu] Dependency choice >=0.2.4.1 && <0.3: using choice-0.2.4.1
  7806. 2377.94 s [fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
  7807. 2377.94 s [fourmolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
  7808. 2377.94 s [fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
  7809. 2377.94 s [fourmolu] Dependency fourmolu: using fourmolu-0.19.0.1
  7810. 2377.94 s [fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
  7811. 2377.94 s [fourmolu] ghc-lib-parser-9.12.2.20250421
  7812. 2377.94 s [fourmolu] Dependency hspec >=2 && <3: using hspec-2.11.14
  7813. 2377.94 s [fourmolu] Dependency hspec-megaparsec >=2.2: using hspec-megaparsec-2.2.1
  7814. 2377.94 s [fourmolu] Dependency megaparsec >=9: using megaparsec-9.7.0
  7815. 2377.94 s [fourmolu] Dependency path >=0.6 && <0.10: using path-0.9.6
  7816. 2377.94 s [fourmolu] Dependency path-io >=1.4.2 && <2: using path-io-1.8.2
  7817. 2377.94 s [fourmolu] Dependency pretty >=1.0 && <2.0: using pretty-1.1.3.6
  7818. 2377.94 s [fourmolu] Dependency process >=1.6 && <2.0: using process-1.6.25.0
  7819. 2377.94 s [fourmolu] Dependency temporary >=1.3 && <1.4: using temporary-1.3
  7820. 2377.94 s [fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
  7821. 2377.94 s [fourmolu] Dependency yaml: using yaml-0.11.11.2
  7822. 2377.94 s [fourmolu] Source component graph:
  7823. 2377.94 s [fourmolu] component lib
  7824. 2377.94 s [fourmolu] component exe:fourmolu dependency lib
  7825. 2377.94 s [fourmolu] component test:tests
  7826. 2377.94 s [fourmolu] dependency exe:fourmolu
  7827. 2377.94 s [fourmolu] dependency lib
  7828. 2377.94 s [fourmolu] Configured component graph:
  7829. 2377.94 s [fourmolu] component fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7830. 2377.94 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7831. 2377.94 s [fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7832. 2377.94 s [fourmolu] include MemoTrie-0.6.11-3s11AOZAQj1DFesZDlfES
  7833. 2377.94 s [fourmolu] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7834. 2377.94 s [fourmolu] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7835. 2377.94 s [fourmolu] include array-0.5.8.0-cc9a
  7836. 2377.94 s [fourmolu] include base-4.20.1.0-f445
  7837. 2377.94 s [fourmolu] include binary-0.8.9.3-9c52
  7838. 2377.94 s [fourmolu] include bytestring-0.12.2.0-214a
  7839. 2377.94 s [fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7840. 2377.94 s [fourmolu] include containers-0.7-6571
  7841. 2377.94 s [fourmolu] include directory-1.3.8.5-159c
  7842. 2377.94 s [fourmolu] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7843. 2377.94 s [fourmolu] include filepath-1.5.4.0-8593
  7844. 2377.94 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7845. 2377.94 s [fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7846. 2377.94 s [fourmolu] include mtl-2.3.1-07d6
  7847. 2377.94 s [fourmolu] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  7848. 2377.94 s [fourmolu] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  7849. 2377.94 s [fourmolu] include text-2.1.2-7514
  7850. 2377.94 s [fourmolu] component fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
  7851. 2377.94 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7852. 2377.94 s [fourmolu] include base-4.20.1.0-f445
  7853. 2377.94 s [fourmolu] include containers-0.7-6571
  7854. 2377.94 s [fourmolu] include directory-1.3.8.5-159c
  7855. 2377.94 s [fourmolu] include filepath-1.5.4.0-8593
  7856. 2377.94 s [fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7857. 2377.94 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7858. 2377.94 s [fourmolu] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7859. 2377.94 s [fourmolu] include terminal-size-0.3.4-DRvmYUaz2eS2IvApZSsovh
  7860. 2377.94 s [fourmolu] include text-2.1.2-7514
  7861. 2377.94 s [fourmolu] include th-env-0.1.1-BRizIpwOvQRE97qsM3cDTM
  7862. 2377.94 s [fourmolu] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  7863. 2377.94 s [fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7864. 2377.94 s [fourmolu] component fourmolu-0.19.0.1-LhuX3VOR1eU73LFOPM1mse-tests
  7865. 2377.94 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7866. 2377.94 s [fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7867. 2377.94 s [fourmolu] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  7868. 2377.94 s [fourmolu] include base-4.20.1.0-f445
  7869. 2377.94 s [fourmolu] include bytestring-0.12.2.0-214a
  7870. 2377.94 s [fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7871. 2377.94 s [fourmolu] include containers-0.7-6571
  7872. 2377.94 s [fourmolu] include directory-1.3.8.5-159c
  7873. 2377.94 s [fourmolu] include filepath-1.5.4.0-8593
  7874. 2377.94 s [fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7875. 2377.94 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7876. 2377.94 s [fourmolu] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7877. 2377.94 s [fourmolu] include hspec-megaparsec-2.2.1-5LQFTdFlRbj3aN66KcWTTo
  7878. 2377.94 s [fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7879. 2377.94 s [fourmolu] include path-0.9.6-AhxlYdZ0YqU1VR0XyS3KjU
  7880. 2377.94 s [fourmolu] include path-io-1.8.2-5kvsk39qljqEp2cviaptu8
  7881. 2377.94 s [fourmolu] include pretty-1.1.3.6-1177
  7882. 2377.94 s [fourmolu] include process-1.6.25.0-cfae
  7883. 2377.94 s [fourmolu] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7884. 2377.94 s [fourmolu] include text-2.1.2-7514
  7885. 2377.94 s [fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7886. 2377.94 s [fourmolu] Linked component graph:
  7887. 2377.94 s [fourmolu] unit fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7888. 2377.94 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7889. 2377.94 s [fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7890. 2377.94 s [fourmolu] include MemoTrie-0.6.11-3s11AOZAQj1DFesZDlfES
  7891. 2377.94 s [fourmolu] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7892. 2377.94 s [fourmolu] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7893. 2377.94 s [fourmolu] include array-0.5.8.0-cc9a
  7894. 2377.94 s [fourmolu] include base-4.20.1.0-f445
  7895. 2377.94 s [fourmolu] include binary-0.8.9.3-9c52
  7896. 2377.94 s [fourmolu] include bytestring-0.12.2.0-214a
  7897. 2377.94 s [fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7898. 2377.94 s [fourmolu] include containers-0.7-6571
  7899. 2377.94 s [fourmolu] include directory-1.3.8.5-159c
  7900. 2377.94 s [fourmolu] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7901. 2377.94 s [fourmolu] include filepath-1.5.4.0-8593
  7902. 2377.94 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7903. 2377.94 s [fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7904. 2377.94 s [fourmolu] include mtl-2.3.1-07d6
  7905. 2377.94 s [fourmolu] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  7906. 2377.94 s [fourmolu] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  7907. 2377.94 s [fourmolu] include text-2.1.2-7514
  7908. 2377.94 s [fourmolu] Ormolu=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu,Ormolu.Config=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Config,Ormolu.Diff.ParseResult=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Diff.ParseResult,Ormolu.Diff.Text=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Diff.Text,Ormolu.Exception=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Exception,Ormolu.Fixity=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity,Ormolu.Fixity.Imports=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity.Imports,Ormolu.Fixity.Internal=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity.Internal,Ormolu.Fixity.Parser=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity.Parser,Ormolu.Fixity.Printer=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity.Printer,Ormolu.Imports=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Imports,Ormolu.Imports.Grouping=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Imports.Grouping,Ormolu.Parser=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Parser,Ormolu.Parser.CommentStream=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Parser.CommentStream,Ormolu.Parser.Pragma=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Parser.Pragma,Ormolu.Parser.Result=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Parser.Result,Ormolu.Printer=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer,Ormolu.Printer.Combinators=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Combinators,Ormolu.Printer.Comments=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Comments,Ormolu.Printer.Internal=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Internal,Ormolu.Printer.Meat.Common=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Common,Ormolu.Printer.Meat.Declaration=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration,Ormolu.Printer.Meat.Declaration.Annotation=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Annotation,Ormolu.Printer.Meat.Declaration.Class=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Class,Ormolu.Printer.Meat.Declaration.Data=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Data,Ormolu.Printer.Meat.Declaration.Default=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Default,Ormolu.Printer.Meat.Declaration.Foreign=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Foreign,Ormolu.Printer.Meat.Declaration.Instance=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Instance,Ormolu.Printer.Meat.Declaration.OpTree=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.OpTree,Ormolu.Printer.Meat.Declaration.RoleAnnotation=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.RoleAnnotation,Ormolu.Printer.Meat.Declaration.Rule=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Rule,Ormolu.Printer.Meat.Declaration.Signature=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Signature,Ormolu.Printer.Meat.Declaration.Splice=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Splice,Ormolu.Printer.Meat.Declaration.StringLiteral=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.StringLiteral,Ormolu.Printer.Meat.Declaration.Type=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Type,Ormolu.Printer.Meat.Declaration.TypeFamily=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.TypeFamily,Ormolu.Printer.Meat.Declaration.Value=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Value,Ormolu.Printer.Meat.Declaration.Warning=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Warning,Ormolu.Printer.Meat.ImportExport=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.ImportExport,Ormolu.Printer.Meat.Module=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Module,Ormolu.Printer.Meat.Pragma=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Pragma,Ormolu.Printer.Meat.Type=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Type,Ormolu.Printer.Operators=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Operators,Ormolu.Printer.SpanStream=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.SpanStream,Ormolu.Processing.Common=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Processing.Common,Ormolu.Processing.Cpp=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Processing.Cpp,Ormolu.Processing.Preprocess=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Processing.Preprocess,Ormolu.Terminal=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Terminal,Ormolu.Terminal.QualifiedDo=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Terminal.QualifiedDo,Ormolu.Utils=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils,Ormolu.Utils.Cabal=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils.Cabal,Ormolu.Utils.Fixity=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils.Fixity,Ormolu.Utils.Glob=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils.Glob,Ormolu.Utils.IO=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils.IO,Paths_fourmolu=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Paths_fourmolu
  7909. 2377.94 s [fourmolu] unit fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
  7910. 2377.94 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7911. 2377.94 s [fourmolu] include base-4.20.1.0-f445
  7912. 2377.94 s [fourmolu] include containers-0.7-6571
  7913. 2377.94 s [fourmolu] include directory-1.3.8.5-159c
  7914. 2377.94 s [fourmolu] include filepath-1.5.4.0-8593
  7915. 2377.94 s [fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7916. 2377.94 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7917. 2377.94 s [fourmolu] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7918. 2377.94 s [fourmolu] include terminal-size-0.3.4-DRvmYUaz2eS2IvApZSsovh
  7919. 2377.94 s [fourmolu] include text-2.1.2-7514
  7920. 2377.94 s [fourmolu] include th-env-0.1.1-BRizIpwOvQRE97qsM3cDTM
  7921. 2377.94 s [fourmolu] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  7922. 2377.94 s [fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7923. 2377.94 s [fourmolu] unit fourmolu-0.19.0.1-LhuX3VOR1eU73LFOPM1mse-tests
  7924. 2377.94 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7925. 2377.94 s [fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7926. 2377.94 s [fourmolu] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  7927. 2377.94 s [fourmolu] include base-4.20.1.0-f445
  7928. 2377.94 s [fourmolu] include bytestring-0.12.2.0-214a
  7929. 2377.94 s [fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7930. 2377.94 s [fourmolu] include containers-0.7-6571
  7931. 2377.94 s [fourmolu] include directory-1.3.8.5-159c
  7932. 2377.94 s [fourmolu] include filepath-1.5.4.0-8593
  7933. 2377.94 s [fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7934. 2377.94 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7935. 2377.94 s [fourmolu] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7936. 2377.94 s [fourmolu] include hspec-megaparsec-2.2.1-5LQFTdFlRbj3aN66KcWTTo
  7937. 2377.94 s [fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7938. 2377.94 s [fourmolu] include path-0.9.6-AhxlYdZ0YqU1VR0XyS3KjU
  7939. 2377.94 s [fourmolu] include path-io-1.8.2-5kvsk39qljqEp2cviaptu8
  7940. 2377.94 s [fourmolu] include pretty-1.1.3.6-1177
  7941. 2377.94 s [fourmolu] include process-1.6.25.0-cfae
  7942. 2377.94 s [fourmolu] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7943. 2377.94 s [fourmolu] include text-2.1.2-7514
  7944. 2377.94 s [fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7945. 2377.94 s [fourmolu] Ready component graph:
  7946. 2377.94 s [fourmolu] definite fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7947. 2377.94 s [fourmolu] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7948. 2377.94 s [fourmolu] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7949. 2377.94 s [fourmolu] depends MemoTrie-0.6.11-3s11AOZAQj1DFesZDlfES
  7950. 2377.94 s [fourmolu] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7951. 2377.94 s [fourmolu] depends ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7952. 2377.94 s [fourmolu] depends array-0.5.8.0-cc9a
  7953. 2377.94 s [fourmolu] depends base-4.20.1.0-f445
  7954. 2377.94 s [fourmolu] depends binary-0.8.9.3-9c52
  7955. 2377.94 s [fourmolu] depends bytestring-0.12.2.0-214a
  7956. 2377.94 s [fourmolu] depends choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7957. 2377.94 s [fourmolu] depends containers-0.7-6571
  7958. 2377.94 s [fourmolu] depends directory-1.3.8.5-159c
  7959. 2377.94 s [fourmolu] depends file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7960. 2377.94 s [fourmolu] depends filepath-1.5.4.0-8593
  7961. 2377.94 s [fourmolu] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7962. 2377.94 s [fourmolu] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7963. 2377.94 s [fourmolu] depends mtl-2.3.1-07d6
  7964. 2377.94 s [fourmolu] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  7965. 2377.94 s [fourmolu] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  7966. 2377.94 s [fourmolu] depends text-2.1.2-7514
  7967. 2377.94 s [fourmolu] definite fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
  7968. 2377.94 s [fourmolu] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7969. 2377.94 s [fourmolu] depends base-4.20.1.0-f445
  7970. 2377.94 s [fourmolu] depends containers-0.7-6571
  7971. 2377.94 s [fourmolu] depends directory-1.3.8.5-159c
  7972. 2377.94 s [fourmolu] depends filepath-1.5.4.0-8593
  7973. 2377.94 s [fourmolu] depends fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7974. 2377.94 s [fourmolu] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7975. 2377.94 s [fourmolu] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7976. 2377.94 s [fourmolu] depends terminal-size-0.3.4-DRvmYUaz2eS2IvApZSsovh
  7977. 2377.94 s [fourmolu] depends text-2.1.2-7514
  7978. 2377.94 s [fourmolu] depends th-env-0.1.1-BRizIpwOvQRE97qsM3cDTM
  7979. 2377.94 s [fourmolu] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  7980. 2377.94 s [fourmolu] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7981. 2377.94 s [fourmolu] definite fourmolu-0.19.0.1-LhuX3VOR1eU73LFOPM1mse-tests
  7982. 2377.94 s [fourmolu] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7983. 2377.94 s [fourmolu] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7984. 2377.94 s [fourmolu] depends QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  7985. 2377.94 s [fourmolu] depends base-4.20.1.0-f445
  7986. 2377.94 s [fourmolu] depends bytestring-0.12.2.0-214a
  7987. 2377.94 s [fourmolu] depends choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7988. 2377.94 s [fourmolu] depends containers-0.7-6571
  7989. 2377.94 s [fourmolu] depends directory-1.3.8.5-159c
  7990. 2377.94 s [fourmolu] depends filepath-1.5.4.0-8593
  7991. 2377.96 s [fourmolu] depends fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7992. 2377.96 s [fourmolu] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7993. 2377.96 s [fourmolu] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7994. 2377.96 s [fourmolu] depends hspec-megaparsec-2.2.1-5LQFTdFlRbj3aN66KcWTTo
  7995. 2377.96 s [fourmolu] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7996. 2377.96 s [fourmolu] depends path-0.9.6-AhxlYdZ0YqU1VR0XyS3KjU
  7997. 2377.96 s [fourmolu] depends path-io-1.8.2-5kvsk39qljqEp2cviaptu8
  7998. 2377.96 s [fourmolu] depends pretty-1.1.3.6-1177
  7999. 2377.96 s [fourmolu] depends process-1.6.25.0-cfae
  8000. 2377.96 s [fourmolu] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  8001. 2377.96 s [fourmolu] depends text-2.1.2-7514
  8002. 2377.96 s [fourmolu] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  8003. 2377.96 s [fourmolu] depends fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
  8004. 2377.96 s [fourmolu] Using Cabal-3.12.1.0 compiled by ghc-9.10
  8005. 2377.96 s [fourmolu] Using compiler: ghc-9.10.2
  8006. 2377.96 s [fourmolu] Using install prefix:
  8007. 2377.96 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1
  8008. 2377.96 s [fourmolu] Executables installed in:
  8009. 2377.96 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin
  8010. 2377.96 s [fourmolu] Libraries installed in:
  8011. 2377.96 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  8012. 2377.96 s [fourmolu] Dynamic Libraries installed in:
  8013. 2377.96 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  8014. 2377.96 s [fourmolu] Private executables installed in:
  8015. 2377.96 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/fourmolu-0.19.0.1
  8016. 2377.96 s [fourmolu] Data files installed in:
  8017. 2377.96 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/share/x86_64-linux-ghc-9.10.2-2a2a/fourmolu-0.19.0.1
  8018. 2377.96 s [fourmolu] Documentation installed in:
  8019. 2377.96 s [fourmolu] /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc/share/doc/fourmolu-0.19.0.1
  8020. 2377.96 s [fourmolu] Configuration files installed in:
  8021. 2377.96 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/etc
  8022. 2377.96 s [fourmolu] No alex found
  8023. 2377.96 s [fourmolu] Using ar found on system at:
  8024. 2377.96 s [fourmolu] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  8025. 2377.96 s [fourmolu] No c2hs found
  8026. 2377.96 s [fourmolu] No cpphs found
  8027. 2377.96 s [fourmolu] No doctest found
  8028. 2377.96 s [fourmolu] Using gcc version 14.3.0 given by user at:
  8029. 2377.96 s [fourmolu] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  8030. 2377.96 s [fourmolu] Using ghc version 9.10.2 found on system at:
  8031. 2377.96 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  8032. 2377.96 s [fourmolu] Using ghc-pkg version 9.10.2 found on system at:
  8033. 2377.96 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  8034. 2377.96 s [fourmolu] No ghcjs found
  8035. 2377.96 s [fourmolu] No ghcjs-pkg found
  8036. 2377.96 s [fourmolu] No greencard found
  8037. 2377.96 s [fourmolu] Using haddock version 2.31.0 found on system at:
  8038. 2377.96 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  8039. 2377.96 s [fourmolu] No happy found
  8040. 2377.96 s [fourmolu] Using haskell-suite found on system at: haskell-suite-dummy-location
  8041. 2377.96 s [fourmolu] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  8042. 2377.96 s [fourmolu] No hmake found
  8043. 2377.96 s [fourmolu] Using hpc version 0.69 found on system at:
  8044. 2377.96 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  8045. 2377.96 s [fourmolu] Using hsc2hs version 0.68.10 found on system at:
  8046. 2377.96 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  8047. 2377.96 s [fourmolu] Using hscolour version 1.25 found on system at:
  8048. 2377.96 s [fourmolu] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  8049. 2377.96 s [fourmolu] No jhc found
  8050. 2377.96 s [fourmolu] Using ld found on system at:
  8051. 2377.96 s [fourmolu] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  8052. 2377.96 s [fourmolu] No pkg-config found
  8053. 2377.96 s [fourmolu] Using runghc version 9.10.2 found on system at:
  8054. 2377.96 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  8055. 2377.96 s [fourmolu] Using strip version 2.44 found on system at:
  8056. 2377.96 s [fourmolu] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  8057. 2377.96 s [fourmolu] Using tar found on system at:
  8058. 2377.96 s [fourmolu] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  8059. 2377.96 s [fourmolu] No uhc found
  8060. 2378.12 s [implicit-hie] Phase: buildPhase
  8061. 2378.12 s [hie-bios] Phase: buildPhase
  8062. 2378.14 s [hlint] Phase: buildPhase
  8063. 2378.19 s [hie-bios] Preprocessing library for hie-bios-0.17.0...
  8064. 2378.19 s [implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
  8065. 2378.19 s [implicit-hie] Building library for implicit-hie-0.1.4.0...
  8066. 2378.19 s [hie-bios] Building library for hie-bios-0.17.0...
  8067. 2378.21 s [hlint] Preprocessing library for hlint-3.10...
  8068. 2378.22 s [hlint] Building library for hlint-3.10...
  8069. 2378.28 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 )
  8070. 2378.34 s [fourmolu] Phase: buildPhase
  8071. 2378.42 s [fourmolu] Preprocessing library for fourmolu-0.19.0.1...
  8072. 2378.42 s [fourmolu] Building library for fourmolu-0.19.0.1...
  8073. 2378.48 s [hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.o, dist/build/EmbedData.dyn_o )
  8074. 2378.51 s [hie-bios] [ 1 of 22] 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 )
  8075. 2378.68 s [fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.o, dist/build/GHC/DynFlags.dyn_o )
  8076. 2379.11 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 )
  8077. 2379.25 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 )
  8078. 2379.50 s [hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.o, dist/build/Extension.dyn_o )
  8079. 2379.71 s [hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.o, dist/build/Fixity.dyn_o )
  8080. 2379.71 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 )
  8081. 2379.86 s [fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.o, dist/build/Ormolu/Utils.dyn_o )
  8082. 2379.92 s [fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.o, dist/build/Ormolu/Terminal.dyn_o )
  8083. 2380.10 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 )
  8084. 2380.10 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 )
  8085. 2380.10 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 )
  8086. 2380.49 s [implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, dist/build/Hie/Locate.o, dist/build/Hie/Locate.dyn_o )
  8087. 2380.59 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 )
  8088. 2380.59 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 )
  8089. 2380.59 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 )
  8090. 2380.59 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 )
  8091. 2380.59 s [hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.o, dist/build/HsColour.dyn_o )
  8092. 2380.59 s [hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.o, dist/build/Parallel.dyn_o )
  8093. 2380.59 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 )
  8094. 2380.59 s [hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.o, dist/build/Refact.dyn_o )
  8095. 2380.59 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 )
  8096. 2380.80 s [implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, dist/build/Hie/Yaml.o, dist/build/Hie/Yaml.dyn_o )
  8097. 2380.80 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 )
  8098. 2380.89 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 )
  8099. 2380.92 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 )
  8100. 2380.98 s [hie-bios] [ 2 of 22] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.o, dist/build/HIE/Bios/Config.dyn_o )
  8101. 2381.09 s [implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, dist/build/Hie/Cabal/Parser.p_o )
  8102. 2381.35 s [hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.o, dist/build/Timing.dyn_o )
  8103. 2381.35 s [hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
  8104. 2381.35 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 )
  8105. 2381.56 s [hie-bios] [ 3 of 22] Compiling HIE.Bios.Cradle.ProjectConfig ( src/HIE/Bios/Cradle/ProjectConfig.hs, dist/build/HIE/Bios/Cradle/ProjectConfig.o, dist/build/HIE/Bios/Cradle/ProjectConfig.dyn_o )
  8106. 2381.56 s [hie-bios] [ 4 of 22] 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 )
  8107. 2381.56 s [hie-bios] [ 5 of 22] 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 )
  8108. 2381.56 s [hie-bios] [ 6 of 22] 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 )
  8109. 2381.56 s [hie-bios] [ 7 of 22] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.o, dist/build/HIE/Bios/Types.dyn_o )
  8110. 2381.56 s [hie-bios] [ 8 of 22] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.o, dist/build/HIE/Bios/Flags.dyn_o )
  8111. 2381.56 s [hie-bios] [ 9 of 22] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.o, dist/build/HIE/Bios/Environment.dyn_o )
  8112. 2381.56 s [hie-bios] [10 of 22] Compiling HIE.Bios.Process ( src/HIE/Bios/Process.hs, dist/build/HIE/Bios/Process.o, dist/build/HIE/Bios/Process.dyn_o )
  8113. 2381.56 s [hie-bios] [11 of 22] 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 )
  8114. 2381.56 s [hie-bios] [12 of 22] 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 )
  8115. 2381.56 s [hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning: [GHC-62161] [-Wincomplete-patterns]
  8116. 2381.56 s [hie-bios] Pattern match(es) are non-exhaustive
  8117. 2381.56 s [hie-bios] In an equation for ‘appendLogRef’:
  8118. 2381.56 s [hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
  8119. 2381.56 s [hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
  8120. 2381.56 s [hie-bios] _ _ (LogRef _) _ MCOutput _ _
  8121. 2381.56 s [hie-bios] _ _ (LogRef _) _ MCFatal _ _
  8122. 2381.56 s [hie-bios] _ _ (LogRef _) _ MCInteractive _ _
  8123. 2381.56 s [hie-bios] _ _ (LogRef _) _ MCDump _ _
  8124. 2381.56 s [hie-bios] ...
  8125. 2381.56 s [hie-bios] |
  8126. 2381.56 s [hie-bios] 48 | appendLogRef df style (LogRef ref) _
  8127. 2381.56 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8128. 2381.56 s [hie-bios]
  8129. 2381.56 s [hie-bios] [13 of 22] 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 )
  8130. 2381.56 s [hie-bios] [14 of 22] Compiling HIE.Bios.Cradle.Utils ( src/HIE/Bios/Cradle/Utils.hs, dist/build/HIE/Bios/Cradle/Utils.o, dist/build/HIE/Bios/Cradle/Utils.dyn_o )
  8131. 2381.56 s [hie-bios] [15 of 22] Compiling HIE.Bios.Cradle.ProgramVersions ( src/HIE/Bios/Cradle/ProgramVersions.hs, dist/build/HIE/Bios/Cradle/ProgramVersions.o, dist/build/HIE/Bios/Cradle/ProgramVersions.dyn_o )
  8132. 2381.56 s [hie-bios] [16 of 22] Compiling HIE.Bios.Cradle.Resolved ( src/HIE/Bios/Cradle/Resolved.hs, dist/build/HIE/Bios/Cradle/Resolved.o, dist/build/HIE/Bios/Cradle/Resolved.dyn_o )
  8133. 2381.67 s [hie-bios] [17 of 22] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.o, dist/build/HIE/Bios/Wrappers.dyn_o )
  8134. 2381.67 s [hie-bios] [18 of 22] Compiling HIE.Bios.Cradle.Cabal ( src/HIE/Bios/Cradle/Cabal.hs, dist/build/HIE/Bios/Cradle/Cabal.o, dist/build/HIE/Bios/Cradle/Cabal.dyn_o )
  8135. 2381.76 s [fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.o, dist/build/Ormolu/Exception.dyn_o )
  8136. 2381.98 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 )
  8137. 2381.98 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 )
  8138. 2381.98 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 )
  8139. 2381.98 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 )
  8140. 2382.02 s [fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.o, dist/build/Ormolu/Fixity.dyn_o )
  8141. 2382.14 s [hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, dist/build/GHC/Util.o, dist/build/GHC/Util.dyn_o )
  8142. 2382.16 s [hie-bios] [19 of 22] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.o, dist/build/HIE/Bios/Cradle.dyn_o )
  8143. 2382.26 s [hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, dist/build/Config/Type.o, dist/build/Config/Type.dyn_o )
  8144. 2382.55 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 )
  8145. 2382.83 s [hie-bios] [20 of 22] 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 )
  8146. 2382.94 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 )
  8147. 2382.94 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 )
  8148. 2382.96 s [hie-bios] [21 of 22] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.o, dist/build/HIE/Bios.dyn_o )
  8149. 2382.96 s [hie-bios] [22 of 22] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, dist/build/Paths_hie_bios.o, dist/build/Paths_hie_bios.dyn_o )
  8150. 2383.03 s [implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, dist/build/Hie/Locate.p_o )
  8151. 2383.34 s [implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, dist/build/Hie/Yaml.p_o )
  8152. 2383.34 s [implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, dist/build/Paths_implicit_hie.p_o )
  8153. 2383.51 s [hie-bios] [ 1 of 22] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, dist/build/HIE/Bios/Config/YAML.p_o )
  8154. 2384.63 s [hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.o, dist/build/Idea.dyn_o )
  8155. 2384.84 s [hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, dist/build/Test/Util.o, dist/build/Test/Util.dyn_o )
  8156. 2385.00 s [hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, dist/build/Test/InputOutput.o, dist/build/Test/InputOutput.dyn_o )
  8157. 2385.39 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 )
  8158. 2386.48 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 )
  8159. 2386.48 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 )
  8160. 2386.48 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 )
  8161. 2386.48 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 )
  8162. 2386.48 s [fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.o, dist/build/Ormolu/Config.dyn_o )
  8163. 2386.48 s [hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.o, dist/build/SARIF.dyn_o )
  8164. 2386.48 s [implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
  8165. 2386.48 s [implicit-hie] Building test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
  8166. 2386.48 s [implicit-hie] [1 of 2] Compiling Main ( test/Spec.hs, dist/build/implicit-hie-test/implicit-hie-test-tmp/Main.o )
  8167. 2386.48 s [hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.o, dist/build/Report.dyn_o )
  8168. 2386.48 s [hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.o, dist/build/CC.dyn_o )
  8169. 2386.48 s [hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, dist/build/GHC/All.o, dist/build/GHC/All.dyn_o )
  8170. 2386.48 s [hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.o, dist/build/Hint/Type.dyn_o )
  8171. 2386.48 s [hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, dist/build/Hint/Unsafe.o, dist/build/Hint/Unsafe.dyn_o )
  8172. 2386.48 s [hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, dist/build/Hint/Smell.o, dist/build/Hint/Smell.dyn_o )
  8173. 2386.48 s [hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, dist/build/Hint/Restrict.o, dist/build/Hint/Restrict.dyn_o )
  8174. 2386.60 s [hie-bios] [ 2 of 22] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.p_o )
  8175. 2386.79 s [hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.o, dist/build/Hint/Pragma.dyn_o )
  8176. 2386.79 s [hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, dist/build/Hint/Pattern.o, dist/build/Hint/Pattern.dyn_o )
  8177. 2386.79 s [hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, dist/build/Hint/NumLiteral.o, dist/build/Hint/NumLiteral.dyn_o )
  8178. 2386.79 s [hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, dist/build/Hint/NewType.o, dist/build/Hint/NewType.dyn_o )
  8179. 2386.79 s [hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, dist/build/Hint/Negation.o, dist/build/Hint/Negation.dyn_o )
  8180. 2386.79 s [hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.o, dist/build/Hint/Naming.dyn_o )
  8181. 2386.79 s [hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.o, dist/build/Hint/Monad.dyn_o )
  8182. 2386.85 s [hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.o, dist/build/Hint/Match.dyn_o )
  8183. 2386.85 s [hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.o, dist/build/Hint/ListRec.dyn_o )
  8184. 2386.85 s [hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.o, dist/build/Hint/List.dyn_o )
  8185. 2386.85 s [hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.o, dist/build/Hint/Lambda.dyn_o )
  8186. 2386.85 s [hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.o, dist/build/Hint/Import.dyn_o )
  8187. 2386.85 s [hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, dist/build/Hint/Fixities.o, dist/build/Hint/Fixities.dyn_o )
  8188. 2386.85 s [hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.o, dist/build/Hint/Extensions.dyn_o )
  8189. 2387.19 s [hie-bios] [ 3 of 22] Compiling HIE.Bios.Cradle.ProjectConfig ( src/HIE/Bios/Cradle/ProjectConfig.hs, dist/build/HIE/Bios/Cradle/ProjectConfig.p_o )
  8190. 2387.19 s [hie-bios] [ 4 of 22] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, dist/build/HIE/Bios/Ghc/Gap.p_o )
  8191. 2387.19 s [hie-bios] [ 5 of 22] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, dist/build/HIE/Bios/Ghc/Doc.p_o )
  8192. 2387.19 s [hie-bios] [ 6 of 22] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, dist/build/HIE/Bios/Ghc/Load.p_o )
  8193. 2387.19 s [hie-bios] [ 7 of 22] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.p_o )
  8194. 2387.19 s [hie-bios] [ 8 of 22] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.p_o )
  8195. 2387.19 s [hie-bios] [ 9 of 22] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.p_o )
  8196. 2387.19 s [hie-bios] [10 of 22] Compiling HIE.Bios.Process ( src/HIE/Bios/Process.hs, dist/build/HIE/Bios/Process.p_o )
  8197. 2387.19 s [hie-bios] [11 of 22] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, dist/build/HIE/Bios/Ghc/Api.p_o )
  8198. 2387.19 s [hie-bios] [12 of 22] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, dist/build/HIE/Bios/Ghc/Logger.p_o )
  8199. 2387.19 s [hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning: [GHC-62161] [-Wincomplete-patterns]
  8200. 2387.19 s [hie-bios] Pattern match(es) are non-exhaustive
  8201. 2387.19 s [hie-bios] In an equation for ‘appendLogRef’:
  8202. 2387.19 s [hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
  8203. 2387.19 s [hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
  8204. 2387.19 s [hie-bios] _ _ (LogRef _) _ MCOutput _ _
  8205. 2387.19 s [hie-bios] _ _ (LogRef _) _ MCFatal _ _
  8206. 2387.19 s [hie-bios] _ _ (LogRef _) _ MCInteractive _ _
  8207. 2387.19 s [hie-bios] _ _ (LogRef _) _ MCDump _ _
  8208. 2387.19 s [hie-bios] ...
  8209. 2387.19 s [hie-bios] |
  8210. 2387.19 s [hie-bios] 48 | appendLogRef df style (LogRef ref) _
  8211. 2387.19 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8212. 2387.19 s [hie-bios]
  8213. 2387.19 s [hie-bios] [13 of 22] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, dist/build/HIE/Bios/Ghc/Check.p_o )
  8214. 2387.19 s [hie-bios] [14 of 22] Compiling HIE.Bios.Cradle.Utils ( src/HIE/Bios/Cradle/Utils.hs, dist/build/HIE/Bios/Cradle/Utils.p_o )
  8215. 2387.19 s [hie-bios] [15 of 22] Compiling HIE.Bios.Cradle.ProgramVersions ( src/HIE/Bios/Cradle/ProgramVersions.hs, dist/build/HIE/Bios/Cradle/ProgramVersions.p_o )
  8216. 2387.19 s [hie-bios] [16 of 22] Compiling HIE.Bios.Cradle.Resolved ( src/HIE/Bios/Cradle/Resolved.hs, dist/build/HIE/Bios/Cradle/Resolved.p_o )
  8217. 2387.27 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 )
  8218. 2387.31 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 )
  8219. 2387.40 s [hie-bios] [17 of 22] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.p_o )
  8220. 2387.41 s [hie-bios] [18 of 22] Compiling HIE.Bios.Cradle.Cabal ( src/HIE/Bios/Cradle/Cabal.hs, dist/build/HIE/Bios/Cradle/Cabal.p_o )
  8221. 2387.51 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 )
  8222. 2387.54 s [hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, dist/build/Hint/Export.o, dist/build/Hint/Export.dyn_o )
  8223. 2387.54 s [hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.o, dist/build/Hint/Duplicate.dyn_o )
  8224. 2387.54 s [hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, dist/build/Hint/Comment.o, dist/build/Hint/Comment.dyn_o )
  8225. 2387.54 s [hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.o, dist/build/Hint/Bracket.dyn_o )
  8226. 2387.54 s [hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.o, dist/build/Hint/All.dyn_o )
  8227. 2387.58 s [implicit-hie] [3 of 3] Linking dist/build/implicit-hie-test/implicit-hie-test
  8228. 2387.77 s [hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, dist/build/Config/Yaml.o, dist/build/Config/Yaml.dyn_o )
  8229. 2387.77 s [hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, dist/build/Config/Read.o, dist/build/Config/Read.dyn_o )
  8230. 2387.77 s [hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, dist/build/Config/Compute.o, dist/build/Config/Compute.dyn_o )
  8231. 2387.77 s [hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, dist/build/Config/Haskell.o, dist/build/Config/Haskell.dyn_o )
  8232. 2387.77 s [hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.o, dist/build/CmdLine.dyn_o )
  8233. 2387.77 s [hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.o, dist/build/Apply.dyn_o )
  8234. 2387.97 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 )
  8235. 2388.00 s [hie-bios] [19 of 22] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.p_o )
  8236. 2388.06 s [hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, dist/build/Test/Annotations.o, dist/build/Test/Annotations.dyn_o )
  8237. 2388.41 s [hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, dist/build/Test/All.o, dist/build/Test/All.dyn_o )
  8238. 2388.43 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 )
  8239. 2388.58 s [hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.o, dist/build/Summary.dyn_o )
  8240. 2388.66 s [implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
  8241. 2388.66 s [implicit-hie] Building executable 'gen-hie' for implicit-hie-0.1.4.0...
  8242. 2388.70 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 )
  8243. 2388.74 s [implicit-hie] [1 of 2] Compiling Main ( app/Main.hs, dist/build/gen-hie/gen-hie-tmp/Main.o )
  8244. 2388.76 s [hie-bios] [20 of 22] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, dist/build/HIE/Bios/Internal/Debug.p_o )
  8245. 2388.87 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 )
  8246. 2388.97 s [hie-bios] [21 of 22] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.p_o )
  8247. 2388.97 s [hie-bios] [22 of 22] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, dist/build/Paths_hie_bios.p_o )
  8248. 2389.02 s [implicit-hie] [3 of 3] Linking dist/build/gen-hie/gen-hie
  8249. 2389.15 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 )
  8250. 2389.56 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 )
  8251. 2389.95 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 )
  8252. 2389.95 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 )
  8253. 2389.95 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 )
  8254. 2390.15 s [implicit-hie] Phase: checkPhase
  8255. 2390.38 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 )
  8256. 2390.38 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 )
  8257. 2390.38 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 )
  8258. 2390.38 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 )
  8259. 2390.47 s [implicit-hie] Running 1 test suites...
  8260. 2390.47 s [implicit-hie] Test suite implicit-hie-test: RUNNING...
  8261. 2390.48 s [implicit-hie]
  8262. 2390.48 s [implicit-hie] Should Succeed
  8263. 2390.55 s [implicit-hie] successfully parses executable section [✔]
  8264. 2390.55 s [implicit-hie] Should Succeed
  8265. 2390.55 s [implicit-hie] successfully parses test section [✔]
  8266. 2390.55 s [implicit-hie] Should Succeed
  8267. 2390.55 s [implicit-hie] successfully parses library section [✔]
  8268. 2390.55 s [implicit-hie] Should Succeed
  8269. 2390.55 s [implicit-hie] successfully parses library section with 2 hs-source-dirs [✔]
  8270. 2390.55 s [implicit-hie] Should Succeed
  8271. 2390.55 s [implicit-hie] successfully parses library section with 2 paths under hs-source-dirs [✔]
  8272. 2390.55 s [implicit-hie] Should Succeed
  8273. 2390.55 s [implicit-hie] successfully parses bench section [✔]
  8274. 2390.55 s [implicit-hie] Should Succeed
  8275. 2390.55 s [implicit-hie] successfully parses package [✔]
  8276. 2390.55 s [implicit-hie] Should Succeed
  8277. 2390.55 s [implicit-hie] skips to end of block section [✔]
  8278. 2390.55 s [implicit-hie] Should Succeed
  8279. 2390.55 s [implicit-hie] successfully generates stack hie.yaml [✔]
  8280. 2390.55 s [implicit-hie] Should Succeed
  8281. 2390.55 s [implicit-hie] successfully generates cabal hie.yaml for haskell-language-server [✔]
  8282. 2390.55 s [implicit-hie] Should Succeed
  8283. 2390.55 s [implicit-hie] successfully parses comma list [✔]
  8284. 2390.55 s [implicit-hie] Should Succeed
  8285. 2390.55 s [implicit-hie] successfully parses newline list [✔]
  8286. 2390.55 s [implicit-hie] Should Succeed
  8287. 2390.55 s [implicit-hie] successfully parses newline comma list [✔]
  8288. 2390.55 s [implicit-hie] Should Succeed
  8289. 2390.55 s [implicit-hie] quoted list [✔]
  8290. 2390.55 s [implicit-hie] Should Succeed
  8291. 2390.55 s [implicit-hie] list with leading commas [✔]
  8292. 2390.55 s [implicit-hie] Should Succeed
  8293. 2390.55 s [implicit-hie] list with a comment [✔]
  8294. 2390.55 s [implicit-hie] Should Succeed
  8295. 2390.55 s [implicit-hie] list2 with a comment [✔]
  8296. 2390.55 s [implicit-hie] Should Succeed
  8297. 2390.55 s [implicit-hie] list3 with a comment [✔]
  8298. 2390.55 s [implicit-hie] Should Succeed
  8299. 2390.55 s [implicit-hie] list4 with a comment [✔]
  8300. 2390.55 s [implicit-hie] Should Succeed
  8301. 2390.55 s [implicit-hie] list5 with a comment [✔]
  8302. 2390.55 s [implicit-hie] Should Succeed
  8303. 2390.55 s [implicit-hie] succesfully parses exe component with other-modules containing dots [✔]
  8304. 2390.55 s [implicit-hie] Should Succeed
  8305. 2390.55 s [implicit-hie] succesfully parses single other-modules [✔]
  8306. 2390.55 s [implicit-hie] Should Succeed
  8307. 2390.55 s [implicit-hie] succesfully parses empty other-modules1 [✔]
  8308. 2390.55 s [implicit-hie] Should Succeed
  8309. 2390.55 s [implicit-hie] succesfully parses empty other-modules2 [✔]
  8310. 2390.55 s [implicit-hie]
  8311. 2390.55 s [implicit-hie] Finished in 0.0089 seconds
  8312. 2390.55 s [implicit-hie] 24 examples, 0 failures
  8313. 2390.55 s [implicit-hie] Test suite implicit-hie-test: PASS
  8314. 2390.55 s [implicit-hie] Test suite logged to: dist/test/implicit-hie-0.1.4.0-implicit-hie-test.log
  8315. 2390.55 s [implicit-hie] 1 of 1 test suites (1 of 1 test cases) passed.
  8316. 2390.55 s [implicit-hie] Phase: haddockPhase
  8317. 2390.62 s [implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
  8318. 2390.62 s [implicit-hie] Running Haddock on library for implicit-hie-0.1.4.0...
  8319. 2390.62 s [implicit-hie] Warning: The documentation for the following packages are not installed. No
  8320. 2390.62 s [implicit-hie] links will be generated to these packages: attoparsec-0.14.4,
  8321. 2390.62 s [implicit-hie] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  8322. 2390.84 s [implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, nothing )
  8323. 2390.98 s [implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, nothing )
  8324. 2391.11 s [implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, nothing )
  8325. 2391.12 s [implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, nothing )
  8326. 2391.13 s [implicit-hie] Haddock coverage:
  8327. 2391.13 s [implicit-hie] 5% ( 2 / 35) in 'Hie.Cabal.Parser'
  8328. 2391.13 s [implicit-hie] Missing documentation for:
  8329. 2391.13 s [implicit-hie] Module header
  8330. 2391.13 s [implicit-hie] Name (src/Hie/Cabal/Parser.hs:16)
  8331. 2391.13 s [implicit-hie] Path (src/Hie/Cabal/Parser.hs:18)
  8332. 2391.13 s [implicit-hie] Indent (src/Hie/Cabal/Parser.hs:20)
  8333. 2391.13 s [implicit-hie] Package (src/Hie/Cabal/Parser.hs:22)
  8334. 2391.13 s [implicit-hie] CompType (src/Hie/Cabal/Parser.hs:25)
  8335. 2391.13 s [implicit-hie] Component (src/Hie/Cabal/Parser.hs:28)
  8336. 2391.13 s [implicit-hie] parsePackage' (src/Hie/Cabal/Parser.hs:33)
  8337. 2391.13 s [implicit-hie] skipFreeformField (src/Hie/Cabal/Parser.hs:42)
  8338. 2391.13 s [implicit-hie] parsePackage (src/Hie/Cabal/Parser.hs:58)
  8339. 2391.13 s [implicit-hie] componentHeader (src/Hie/Cabal/Parser.hs:74)
  8340. 2391.13 s [implicit-hie] parseComponent (src/Hie/Cabal/Parser.hs:83)
  8341. 2391.13 s [implicit-hie] parseLib (src/Hie/Cabal/Parser.hs:90)
  8342. 2391.13 s [implicit-hie] parseTestSuite (src/Hie/Cabal/Parser.hs:95)
  8343. 2391.13 s [implicit-hie] parseExe (src/Hie/Cabal/Parser.hs:98)
  8344. 2391.13 s [implicit-hie] parseBench (src/Hie/Cabal/Parser.hs:101)
  8345. 2391.13 s [implicit-hie] parseSecMain (src/Hie/Cabal/Parser.hs:104)
  8346. 2391.13 s [implicit-hie] parseQuoted (src/Hie/Cabal/Parser.hs:110)
  8347. 2391.13 s [implicit-hie] parseString (src/Hie/Cabal/Parser.hs:117)
  8348. 2391.13 s [implicit-hie] unqualName (src/Hie/Cabal/Parser.hs:120)
  8349. 2391.13 s [implicit-hie] pathMain (src/Hie/Cabal/Parser.hs:146)
  8350. 2391.13 s [implicit-hie] <//> (src/Hie/Cabal/Parser.hs:162)
  8351. 2391.13 s [implicit-hie] parseSec (src/Hie/Cabal/Parser.hs:167)
  8352. 2391.13 s [implicit-hie] skipToNextLine (src/Hie/Cabal/Parser.hs:174)
  8353. 2391.13 s [implicit-hie] skipBlock (src/Hie/Cabal/Parser.hs:177)
  8354. 2391.13 s [implicit-hie] comment (src/Hie/Cabal/Parser.hs:180)
  8355. 2391.13 s [implicit-hie] skipBlockLine (src/Hie/Cabal/Parser.hs:183)
  8356. 2391.13 s [implicit-hie] emptyOrComLine (src/Hie/Cabal/Parser.hs:186)
  8357. 2391.13 s [implicit-hie] tabOrSpace (src/Hie/Cabal/Parser.hs:189)
  8358. 2391.13 s [implicit-hie] hsSourceDir (src/Hie/Cabal/Parser.hs:192)
  8359. 2391.13 s [implicit-hie] field (src/Hie/Cabal/Parser.hs:200)
  8360. 2391.13 s [implicit-hie] extractPath (src/Hie/Cabal/Parser.hs:212)
  8361. 2391.13 s [implicit-hie] extractPkgs (src/Hie/Cabal/Parser.hs:225)
  8362. 2391.13 s [implicit-hie] 0% ( 0 / 4) in 'Hie.Locate'
  8363. 2391.13 s [implicit-hie] Missing documentation for:
  8364. 2391.13 s [implicit-hie] Module header
  8365. 2391.13 s [implicit-hie] nestedPkg (src/Hie/Locate.hs:67)
  8366. 2391.13 s [implicit-hie] stackYamlPkgs (src/Hie/Locate.hs:34)
  8367. 2391.13 s [implicit-hie] cabalPkgs (src/Hie/Locate.hs:44)
  8368. 2391.13 s [implicit-hie] 0% ( 0 / 6) in 'Hie.Yaml'
  8369. 2391.13 s [implicit-hie] Missing documentation for:
  8370. 2391.13 s [implicit-hie] Module header
  8371. 2391.13 s [implicit-hie] hieYaml (src/Hie/Yaml.hs:16)
  8372. 2391.13 s [implicit-hie] fmtComponent (src/Hie/Yaml.hs:46)
  8373. 2391.13 s [implicit-hie] fmtPkgs (src/Hie/Yaml.hs:58)
  8374. 2391.13 s [implicit-hie] cabalComponent (src/Hie/Yaml.hs:32)
  8375. 2391.13 s [implicit-hie] stackComponent (src/Hie/Yaml.hs:39)
  8376. 2391.19 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 )
  8377. 2391.56 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 )
  8378. 2391.63 s [implicit-hie] Warning: Hie.Cabal.Parser: could not find link destinations for:
  8379. 2391.63 s [implicit-hie] - Data.Attoparsec.Text.Internal.Parser
  8380. 2391.66 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 )
  8381. 2391.66 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 )
  8382. 2391.66 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 )
  8383. 2392.32 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 )
  8384. 2392.32 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 )
  8385. 2392.32 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 )
  8386. 2393.24 s [hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.o, dist/build/HLint.dyn_o )
  8387. 2393.58 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 )
  8388. 2393.58 s [hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.17.0...
  8389. 2393.58 s [hie-bios] Building executable 'hie-bios' for hie-bios-0.17.0...
  8390. 2393.67 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 )
  8391. 2393.76 s [hie-bios] [2 of 2] Compiling Main ( exe/Main.hs, dist/build/hie-bios/hie-bios-tmp/Main.o )
  8392. 2394.14 s [hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.p_o )
  8393. 2394.39 s [hie-bios] [3 of 3] Linking dist/build/hie-bios/hie-bios
  8394. 2394.89 s [hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.p_o )
  8395. 2394.90 s [hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.p_o )
  8396. 2394.92 s [hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, dist/build/GHC/Util/ApiAnnotation.p_o )
  8397. 2394.94 s [hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, dist/build/GHC/Util/Brackets.p_o )
  8398. 2394.94 s [hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, dist/build/GHC/Util/DynFlags.p_o )
  8399. 2394.94 s [hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, dist/build/GHC/Util/FreeVars.p_o )
  8400. 2395.31 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 )
  8401. 2395.38 s [hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, dist/build/GHC/Util/HsDecl.p_o )
  8402. 2395.38 s [hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, dist/build/GHC/Util/Scope.p_o )
  8403. 2395.38 s [hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, dist/build/GHC/Util/SrcLoc.p_o )
  8404. 2395.39 s [hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, dist/build/GHC/Util/View.p_o )
  8405. 2395.39 s [hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.p_o )
  8406. 2395.39 s [hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.p_o )
  8407. 2395.39 s [hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.p_o )
  8408. 2395.39 s [hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.p_o )
  8409. 2395.39 s [hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, dist/build/GHC/Util/HsExpr.p_o )
  8410. 2395.64 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 )
  8411. 2395.72 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 )
  8412. 2395.93 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 )
  8413. 2395.96 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 )
  8414. 2396.02 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 )
  8415. 2396.03 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 )
  8416. 2396.03 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 )
  8417. 2396.09 s [hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.p_o )
  8418. 2396.09 s [hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.p_o )
  8419. 2396.09 s [hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, dist/build/GHC/Util/Unify.p_o )
  8420. 2396.17 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 )
  8421. 2396.17 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 )
  8422. 2396.50 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 )
  8423. 2396.81 s [hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, dist/build/GHC/Util.p_o )
  8424. 2396.82 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 )
  8425. 2396.82 s [fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.o, dist/build/Ormolu/Parser.dyn_o )
  8426. 2396.82 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 )
  8427. 2396.82 s [fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.o, dist/build/Ormolu/Imports.dyn_o )
  8428. 2396.82 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 )
  8429. 2397.02 s [hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, dist/build/Config/Type.p_o )
  8430. 2397.02 s [fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.o, dist/build/Ormolu/Printer.dyn_o )
  8431. 2397.02 s [implicit-hie] Documentation created: dist/doc/html/implicit-hie/,
  8432. 2397.02 s [implicit-hie] dist/doc/html/implicit-hie/implicit-hie.txt
  8433. 2397.06 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 )
  8434. 2397.06 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 )
  8435. 2397.06 s [fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.o, dist/build/Ormolu.dyn_o )
  8436. 2397.08 s [implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
  8437. 2397.08 s [implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
  8438. 2397.09 s [implicit-hie] Phase: installPhase
  8439. 2397.17 s [implicit-hie] Installing library in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  8440. 2397.23 s [implicit-hie] Installing executable gen-hie in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin
  8441. 2397.23 s [implicit-hie] Warning: The directory
  8442. 2397.23 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin is not in
  8443. 2397.23 s [implicit-hie] the system search path.
  8444. 2397.47 s [implicit-hie] Phase: fixupPhase
  8445. 2397.48 s [implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0
  8446. 2397.49 s [implicit-hie] shrinking /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSimplicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B-ghc9.10.2.so
  8447. 2397.50 s [implicit-hie] shrinking /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin/gen-hie
  8448. 2397.51 s [implicit-hie] checking for references to /build/ in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0...
  8449. 2397.54 s [implicit-hie] patching script interpreter paths in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0
  8450. 2397.54 s [implicit-hie] stripping (with command strip and flags -S -p) in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin
  8451. 2397.57 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 )
  8452. 2397.60 s [implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
  8453. 2397.60 s [implicit-hie] checking for references to /build/ in /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc...
  8454. 2397.62 s [implicit-hie] patching script interpreter paths in /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
  8455. 2397.74 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0 /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
  8456. 2398.19 s [post-build-hook] Pushing 2 paths (191 are already present) using zstd to cache sellout ⏳
  8457. 2398.19 s [post-build-hook]
  8458. 2398.56 s [post-build-hook] Pushing /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc (475.03 KiB)
  8459. 2398.57 s [post-build-hook] Pushing /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0 (5.78 MiB)
  8460. 2399.65 s [post-build-hook]
  8461. 2399.65 s [post-build-hook] All done.
  8462. 2399.71 s [post-build-hook] Uploading to the NixCI cache: /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0 /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
  8463. 2399.94 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8464. 2400.13 s [post-build-hook] copying 1 paths...
  8465. 2400.13 s [post-build-hook] copying path '/nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0' to 'https://cache.nix-ci.com'...
  8466. 2402.31 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8467. 2402.44 s [post-build-hook] copying 0 paths...
  8468. 2402.46 s Progress: 349 of 361 built (4 building), 370 of 370 downloaded from cache
  8469. 2402.46 s [fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.p_o )
  8470. 2402.46 s [fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.p_o )
  8471. 2402.46 s [fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.p_o )
  8472. 2402.46 s [fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.p_o )
  8473. 2402.46 s [fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.p_o )
  8474. 2402.46 s [fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.p_o )
  8475. 2402.46 s [fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.p_o )
  8476. 2402.46 s [fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.p_o )
  8477. 2402.46 s [fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.p_o )
  8478. 2402.46 s [fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.p_o )
  8479. 2402.46 s [fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.p_o )
  8480. 2402.46 s [fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.p_o )
  8481. 2402.46 s [fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.p_o )
  8482. 2402.46 s [fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.p_o )
  8483. 2402.46 s [hie-bios] Phase: haddockPhase
  8484. 2402.46 s [hie-bios] Preprocessing library for hie-bios-0.17.0...
  8485. 2402.46 s [hie-bios] Running Haddock on library for hie-bios-0.17.0...
  8486. 2402.46 s [hie-bios] Warning: The documentation for the following packages are not installed. No
  8487. 2402.46 s [hie-bios] links will be generated to these packages: attoparsec-0.14.4,
  8488. 2402.46 s [hie-bios] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  8489. 2402.46 s [hie-bios] [ 1 of 22] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, nothing )
  8490. 2402.46 s [hie-bios] [ 2 of 22] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, nothing )
  8491. 2402.46 s [hie-bios] [ 3 of 22] Compiling HIE.Bios.Cradle.ProjectConfig ( src/HIE/Bios/Cradle/ProjectConfig.hs, nothing )
  8492. 2402.46 s [hie-bios] [ 4 of 22] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, nothing )
  8493. 2402.46 s [hie-bios] [ 5 of 22] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, nothing )
  8494. 2402.46 s [hie-bios] [ 6 of 22] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, nothing )
  8495. 2402.46 s [hie-bios] [ 7 of 22] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, nothing )
  8496. 2402.46 s [hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.p_o )
  8497. 2402.46 s [hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, dist/build/Test/Util.p_o )
  8498. 2402.46 s [hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, dist/build/Test/InputOutput.p_o )
  8499. 2402.46 s [hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.p_o )
  8500. 2402.46 s [hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.p_o )
  8501. 2402.46 s [hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.p_o )
  8502. 2402.46 s [hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, dist/build/GHC/All.p_o )
  8503. 2402.46 s [hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.p_o )
  8504. 2402.46 s [hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, dist/build/Hint/Unsafe.p_o )
  8505. 2402.46 s [hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, dist/build/Hint/Smell.p_o )
  8506. 2402.46 s [hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, dist/build/Hint/Restrict.p_o )
  8507. 2402.46 s [hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.p_o )
  8508. 2402.46 s [hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, dist/build/Hint/Pattern.p_o )
  8509. 2402.46 s [hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, dist/build/Hint/NumLiteral.p_o )
  8510. 2402.46 s [hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, dist/build/Hint/NewType.p_o )
  8511. 2402.46 s [hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, dist/build/Hint/Negation.p_o )
  8512. 2402.46 s [hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.p_o )
  8513. 2402.46 s [hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.p_o )
  8514. 2402.47 s [hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.p_o )
  8515. 2402.47 s [hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.p_o )
  8516. 2402.47 s [hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.p_o )
  8517. 2402.47 s [hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.p_o )
  8518. 2402.47 s [hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.p_o )
  8519. 2402.47 s [hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, dist/build/Hint/Fixities.p_o )
  8520. 2402.47 s [hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.p_o )
  8521. 2402.47 s [hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, dist/build/Hint/Export.p_o )
  8522. 2402.47 s [hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.p_o )
  8523. 2402.47 s [hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, dist/build/Hint/Comment.p_o )
  8524. 2402.47 s [hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.p_o )
  8525. 2402.47 s [hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.p_o )
  8526. 2402.47 s [hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, dist/build/Config/Yaml.p_o )
  8527. 2402.47 s [hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, dist/build/Config/Read.p_o )
  8528. 2402.47 s [hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, dist/build/Config/Compute.p_o )
  8529. 2402.47 s [hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, dist/build/Config/Haskell.p_o )
  8530. 2402.47 s [hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.p_o )
  8531. 2402.47 s [hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.p_o )
  8532. 2402.48 s [hie-bios] [ 8 of 22] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, nothing )
  8533. 2402.49 s [hie-bios] [ 9 of 22] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, nothing )
  8534. 2402.59 s [fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.p_o )
  8535. 2402.59 s [fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.p_o )
  8536. 2402.79 s [hie-bios] [10 of 22] Compiling HIE.Bios.Process ( src/HIE/Bios/Process.hs, nothing )
  8537. 2402.83 s [hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, dist/build/Test/Annotations.p_o )
  8538. 2402.87 s [hie-bios] [11 of 22] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, nothing )
  8539. 2402.89 s [hie-bios] [12 of 22] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, nothing )
  8540. 2402.92 s [hie-bios] [13 of 22] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, nothing )
  8541. 2402.94 s [hie-bios] [14 of 22] Compiling HIE.Bios.Cradle.Utils ( src/HIE/Bios/Cradle/Utils.hs, nothing )
  8542. 2402.95 s [hie-bios] [15 of 22] Compiling HIE.Bios.Cradle.ProgramVersions ( src/HIE/Bios/Cradle/ProgramVersions.hs, nothing )
  8543. 2402.96 s [hie-bios] [16 of 22] Compiling HIE.Bios.Cradle.Resolved ( src/HIE/Bios/Cradle/Resolved.hs, nothing )
  8544. 2402.99 s [hie-bios] [17 of 22] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, nothing )
  8545. 2403.13 s [hie-bios] [18 of 22] Compiling HIE.Bios.Cradle.Cabal ( src/HIE/Bios/Cradle/Cabal.hs, nothing )
  8546. 2403.22 s [hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, dist/build/Test/All.p_o )
  8547. 2403.23 s [hie-bios] [19 of 22] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, nothing )
  8548. 2403.36 s [hie-bios] [20 of 22] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, nothing )
  8549. 2403.37 s [hie-bios] [21 of 22] Compiling HIE.Bios ( src/HIE/Bios.hs, nothing )
  8550. 2403.38 s [hie-bios] [22 of 22] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, nothing )
  8551. 2403.38 s [hie-bios] Haddock coverage:
  8552. 2403.38 s [hie-bios] 7% ( 1 / 14) in 'HIE.Bios.Config.YAML'
  8553. 2403.38 s [hie-bios] Missing documentation for:
  8554. 2403.38 s [hie-bios] CradleConfigYAML (src/HIE/Bios/Config/YAML.hs:62)
  8555. 2403.38 s [hie-bios] CradleComponent (src/HIE/Bios/Config/YAML.hs:67)
  8556. 2403.38 s [hie-bios] MultiSubComponent (src/HIE/Bios/Config/YAML.hs:99)
  8557. 2403.38 s [hie-bios] CabalConfig (src/HIE/Bios/Config/YAML.hs:104)
  8558. 2403.38 s [hie-bios] CabalComponent (src/HIE/Bios/Config/YAML.hs:118)
  8559. 2403.38 s [hie-bios] StackConfig (src/HIE/Bios/Config/YAML.hs:134)
  8560. 2403.38 s [hie-bios] StackComponent (src/HIE/Bios/Config/YAML.hs:139)
  8561. 2403.38 s [hie-bios] DirectConfig (src/HIE/Bios/Config/YAML.hs:176)
  8562. 2403.38 s [hie-bios] BiosConfig (src/HIE/Bios/Config/YAML.hs:180)
  8563. 2403.38 s [hie-bios] NoneConfig (src/HIE/Bios/Config/YAML.hs:83)
  8564. 2403.38 s [hie-bios] OtherConfig (src/HIE/Bios/Config/YAML.hs:85)
  8565. 2403.38 s [hie-bios] OneOrManyComponents (src/HIE/Bios/Config/YAML.hs:164)
  8566. 2403.38 s [hie-bios] Callable (src/HIE/Bios/Config/YAML.hs:189)
  8567. 2403.39 s [hie-bios] Warning: 'Cradle' is out of scope.
  8568. 2403.39 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8569. 2403.39 s [hie-bios] 21% ( 3 / 14) in 'HIE.Bios.Config'
  8570. 2403.39 s [hie-bios] Missing documentation for:
  8571. 2403.39 s [hie-bios] readConfig (src/HIE/Bios/Config.hs:140)
  8572. 2403.39 s [hie-bios] CradleConfig (src/HIE/Bios/Config.hs:44)
  8573. 2403.39 s [hie-bios] CabalType (src/HIE/Bios/Config.hs:80)
  8574. 2403.39 s [hie-bios] cabalComponent (src/HIE/Bios/Config.hs:80)
  8575. 2403.39 s [hie-bios] cabalProjectFile (src/HIE/Bios/Config.hs:80)
  8576. 2403.39 s [hie-bios] StackType (src/HIE/Bios/Config.hs:86)
  8577. 2403.39 s [hie-bios] StackType (src/HIE/Bios/Config.hs:97)
  8578. 2403.39 s [hie-bios] stackComponent (src/HIE/Bios/Config.hs:97)
  8579. 2403.39 s [hie-bios] stackYaml (src/HIE/Bios/Config.hs:97)
  8580. 2403.39 s [hie-bios] CradleTree (src/HIE/Bios/Config.hs:103)
  8581. 2403.39 s [hie-bios] Callable (src/HIE/Bios/Config.hs:56)
  8582. 2403.39 s [hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Cradle.ProjectConfig'
  8583. 2403.39 s [hie-bios] Missing documentation for:
  8584. 2403.39 s [hie-bios] Module header
  8585. 2403.39 s [hie-bios] 40% ( 21 / 52) in 'HIE.Bios.Ghc.Gap'
  8586. 2403.39 s [hie-bios] Missing documentation for:
  8587. 2403.39 s [hie-bios] ghcVersion (src/HIE/Bios/Ghc/Gap.hs:96)
  8588. 2403.39 s [hie-bios] makeUserStyle (src/HIE/Bios/Ghc/Gap.hs:162)
  8589. 2403.39 s [hie-bios] PprStyle
  8590. 2403.39 s [hie-bios] parseTargetFiles (src/HIE/Bios/Ghc/Gap.hs:287)
  8591. 2403.39 s [hie-bios] getHscEnv
  8592. 2403.39 s [hie-bios] batchMsg
  8593. 2403.39 s [hie-bios] set_hsc_dflags (src/HIE/Bios/Ghc/Gap.hs:137)
  8594. 2403.39 s [hie-bios] overPkgDbRef (src/HIE/Bios/Ghc/Gap.hs:140)
  8595. 2403.39 s [hie-bios] guessTarget (src/HIE/Bios/Ghc/Gap.hs:149)
  8596. 2403.39 s [hie-bios] setNoCode (src/HIE/Bios/Ghc/Gap.hs:129)
  8597. 2403.39 s [hie-bios] getModSummaries (src/HIE/Bios/Ghc/Gap.hs:167)
  8598. 2403.39 s [hie-bios] mapOverIncludePaths (src/HIE/Bios/Ghc/Gap.hs:178)
  8599. 2403.39 s [hie-bios] getLogger (src/HIE/Bios/Ghc/Gap.hs:245)
  8600. 2403.39 s [hie-bios] RealSrcSpan (src/HIE/Bios/Ghc/Gap.hs:123)
  8601. 2403.39 s [hie-bios] catch (src/HIE/Bios/Ghc/Gap.hs:117)
  8602. 2403.39 s [hie-bios] bracket (src/HIE/Bios/Ghc/Gap.hs:110)
  8603. 2403.39 s [hie-bios] handle (src/HIE/Bios/Ghc/Gap.hs:114)
  8604. 2403.39 s [hie-bios] pageMode (src/HIE/Bios/Ghc/Gap.hs:209)
  8605. 2403.39 s [hie-bios] oneLineMode (src/HIE/Bios/Ghc/Gap.hs:213)
  8606. 2403.39 s [hie-bios] initializePluginsForModSummary (src/HIE/Bios/Ghc/Gap.hs:227)
  8607. 2403.39 s [hie-bios] setFrontEndHooks (src/HIE/Bios/Ghc/Gap.hs:235)
  8608. 2403.39 s [hie-bios] setWayDynamicIfHostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:252)
  8609. 2403.39 s [hie-bios] gopt_set (src/HIE/Bios/Ghc/Gap.hs:249)
  8610. 2403.39 s [hie-bios] parseDynamicFlags (src/HIE/Bios/Ghc/Gap.hs:283)
  8611. 2403.39 s [hie-bios] hostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:294)
  8612. 2403.39 s [hie-bios] getTyThing (src/HIE/Bios/Ghc/Gap.hs:170)
  8613. 2403.39 s [hie-bios] fixInfo (src/HIE/Bios/Ghc/Gap.hs:173)
  8614. 2403.39 s [hie-bios] mgModSummaries
  8615. 2403.39 s [hie-bios] unsetLogAction (src/HIE/Bios/Ghc/Gap.hs:191)
  8616. 2403.39 s [hie-bios] load' (src/HIE/Bios/Ghc/Gap.hs:100)
  8617. 2403.39 s [hie-bios] getDynFlags
  8618. 2403.39 s [hie-bios] 14% ( 1 / 7) in 'HIE.Bios.Ghc.Doc'
  8619. 2403.39 s [hie-bios] Missing documentation for:
  8620. 2403.39 s [hie-bios] getPrintUnqual (src/HIE/Bios/Ghc/Doc.hs:26)
  8621. 2403.39 s [hie-bios] showPage (src/HIE/Bios/Ghc/Doc.hs:30)
  8622. 2403.39 s [hie-bios] showOneLine (src/HIE/Bios/Ghc/Doc.hs:35)
  8623. 2403.39 s [hie-bios] getStyle (src/HIE/Bios/Ghc/Doc.hs:40)
  8624. 2403.39 s [hie-bios] styleUnqualified (src/HIE/Bios/Ghc/Doc.hs:43)
  8625. 2403.39 s [hie-bios] showDocWith (src/HIE/Bios/Ghc/Doc.hs:46)
  8626. 2403.39 s [hie-bios] Warning: 'TypecheckedModule' is ambiguous. It is defined
  8627. 2403.39 s [hie-bios] * in ‘GHC’
  8628. 2403.39 s [hie-bios] * in ‘GHC’
  8629. 2403.39 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8630. 2403.39 s [hie-bios] by specifying the type/value namespace explicitly.
  8631. 2403.39 s [hie-bios] Defaulting to the one defined in ‘GHC’
  8632. 2403.39 s [hie-bios] 60% ( 9 / 15) in 'HIE.Bios.Ghc.Load'
  8633. 2403.39 s [hie-bios] Missing documentation for:
  8634. 2403.39 s [hie-bios] Log (src/HIE/Bios/Ghc/Load.hs:30)
  8635. 2403.39 s [hie-bios] get_fp (src/HIE/Bios/Ghc/Load.hs:45)
  8636. 2403.39 s [hie-bios] msTargetIs (src/HIE/Bios/Ghc/Load.hs:113)
  8637. 2403.39 s [hie-bios] initializePluginsGhc (src/HIE/Bios/Ghc/Load.hs:188)
  8638. 2403.39 s [hie-bios] ghcInHsc (src/HIE/Bios/Ghc/Load.hs:195)
  8639. 2403.39 s [hie-bios] setTargetFilename (src/HIE/Bios/Ghc/Load.hs:209)
  8640. 2403.39 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8641. 2403.39 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8642. 2403.39 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8643. 2403.39 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8644. 2403.39 s [hie-bios] by specifying the type/value namespace explicitly.
  8645. 2403.39 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8646. 2403.39 s [hie-bios] Warning: 'cabal' is out of scope.
  8647. 2403.39 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8648. 2403.40 s [hie-bios] 54% ( 12 / 22) in 'HIE.Bios.Types'
  8649. 2403.40 s [hie-bios] Missing documentation for:
  8650. 2403.40 s [hie-bios] Module header
  8651. 2403.40 s [hie-bios] ActionName (src/HIE/Bios/Types.hs:89)
  8652. 2403.40 s [hie-bios] Log (src/HIE/Bios/Types.hs:100)
  8653. 2403.40 s [hie-bios] CradleAction (src/HIE/Bios/Types.hs:178)
  8654. 2403.40 s [hie-bios] cradleLoadResult (src/HIE/Bios/Types.hs:203)
  8655. 2403.40 s [hie-bios] CradleLoadResultT (src/HIE/Bios/Types.hs:220)
  8656. 2403.40 s [hie-bios] modCradleError (src/HIE/Bios/Types.hs:271)
  8657. 2403.40 s [hie-bios] throwCE (src/HIE/Bios/Types.hs:278)
  8658. 2403.40 s [hie-bios] CradleError (src/HIE/Bios/Types.hs:280)
  8659. 2403.40 s [hie-bios] hieBiosProcessEnv (src/HIE/Bios/Types.hs:333)
  8660. 2403.40 s [hie-bios] Warning: 'DynFlags' is out of scope.
  8661. 2403.40 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8662. 2403.40 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8663. 2403.40 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8664. 2403.40 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8665. 2403.40 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8666. 2403.40 s [hie-bios] by specifying the type/value namespace explicitly.
  8667. 2403.40 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8668. 2403.40 s [hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Flags'
  8669. 2403.40 s [hie-bios] Missing documentation for:
  8670. 2403.40 s [hie-bios] Module header
  8671. 2403.40 s [hie-bios] Warning: 'runCradleGhc' is out of scope.
  8672. 2403.40 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8673. 2403.40 s [hie-bios] Warning: 'CradleError' is ambiguous. It is defined
  8674. 2403.40 s [hie-bios] * at src/HIE/Bios/Types.hs:280:20
  8675. 2403.40 s [hie-bios] * at src/HIE/Bios/Types.hs:280:1
  8676. 2403.40 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8677. 2403.40 s [hie-bios] by specifying the type/value namespace explicitly.
  8678. 2403.40 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:280:1
  8679. 2403.40 s [hie-bios] Warning: 'DynFlags' is out of scope.
  8680. 2403.40 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8681. 2403.40 s [hie-bios] 75% ( 6 / 8) in 'HIE.Bios.Environment'
  8682. 2403.40 s [hie-bios] Missing documentation for:
  8683. 2403.40 s [hie-bios] Module header
  8684. 2403.40 s [hie-bios] makeTargetsAbsolute (src/HIE/Bios/Environment.hs:57)
  8685. 2403.40 s [hie-bios] Warning: 'fpName' is out of scope.
  8686. 2403.40 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8687. 2403.40 s [hie-bios] Warning: 'srcHash' is out of scope.
  8688. 2403.40 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8689. 2403.40 s [hie-bios] Warning: 'populate' is out of scope.
  8690. 2403.40 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8691. 2403.40 s [hie-bios] 78% ( 11 / 14) in 'HIE.Bios.Process'
  8692. 2403.40 s [hie-bios] Missing documentation for:
  8693. 2403.40 s [hie-bios] Module header
  8694. 2403.40 s [hie-bios] CreateProcess
  8695. 2403.40 s [hie-bios] readProcessWithCwd_ (src/HIE/Bios/Process.hs:55)
  8696. 2403.40 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8697. 2403.40 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8698. 2403.40 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8699. 2403.40 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8700. 2403.40 s [hie-bios] by specifying the type/value namespace explicitly.
  8701. 2403.40 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8702. 2403.40 s [hie-bios] 66% ( 4 / 6) in 'HIE.Bios.Ghc.Api'
  8703. 2403.40 s [hie-bios] Missing documentation for:
  8704. 2403.40 s [hie-bios] SuccessFlag
  8705. 2403.40 s [hie-bios] withDynFlags (src/HIE/Bios/Ghc/Api.hs:63)
  8706. 2403.40 s [hie-bios] Warning: 'SourceError' is ambiguous. It is defined
  8707. 2403.40 s [hie-bios] * in ‘GHC.Types.SourceError’
  8708. 2403.40 s [hie-bios] * in ‘GHC.Types.SourceError’
  8709. 2403.40 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8710. 2403.40 s [hie-bios] by specifying the type/value namespace explicitly.
  8711. 2403.40 s [hie-bios] Defaulting to the one defined in ‘GHC.Types.SourceError’
  8712. 2403.40 s [hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Ghc.Logger'
  8713. 2403.40 s [hie-bios] Missing documentation for:
  8714. 2403.40 s [hie-bios] Module header
  8715. 2403.40 s [hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Ghc.Check'
  8716. 2403.40 s [hie-bios] Missing documentation for:
  8717. 2403.40 s [hie-bios] Module header
  8718. 2403.40 s [hie-bios] 45% ( 5 / 11) in 'HIE.Bios.Cradle.Utils'
  8719. 2403.40 s [hie-bios] Missing documentation for:
  8720. 2403.40 s [hie-bios] Module header
  8721. 2403.40 s [hie-bios] ProcessErrorDetails (src/HIE/Bios/Cradle/Utils.hs:26)
  8722. 2403.40 s [hie-bios] prettyProcessErrorDetails (src/HIE/Bios/Cradle/Utils.hs:40)
  8723. 2403.40 s [hie-bios] removeInteractive (src/HIE/Bios/Cradle/Utils.hs:69)
  8724. 2403.40 s [hie-bios] removeVerbosityOpts (src/HIE/Bios/Cradle/Utils.hs:102)
  8725. 2403.40 s [hie-bios] expandGhcOptionResponseFile (src/HIE/Bios/Cradle/Utils.hs:105)
  8726. 2403.40 s [hie-bios] 0% ( 0 / 4) in 'HIE.Bios.Cradle.ProgramVersions'
  8727. 2403.40 s [hie-bios] Missing documentation for:
  8728. 2403.40 s [hie-bios] Module header
  8729. 2403.40 s [hie-bios] ProgramVersions (src/HIE/Bios/Cradle/ProgramVersions.hs:18)
  8730. 2403.40 s [hie-bios] makeVersions (src/HIE/Bios/Cradle/ProgramVersions.hs:39)
  8731. 2403.40 s [hie-bios] runCachedIO (src/HIE/Bios/Cradle/ProgramVersions.hs:30)
  8732. 2403.40 s [hie-bios] 75% ( 3 / 4) in 'HIE.Bios.Cradle.Resolved'
  8733. 2403.40 s [hie-bios] Missing documentation for:
  8734. 2403.40 s [hie-bios] Module header
  8735. 2403.40 s [hie-bios] 0% ( 0 / 5) in 'HIE.Bios.Wrappers'
  8736. 2403.40 s [hie-bios] Missing documentation for:
  8737. 2403.40 s [hie-bios] Module header
  8738. 2403.40 s [hie-bios] cabalWrapper (src/HIE/Bios/Wrappers.hs:15)
  8739. 2403.40 s [hie-bios] cabalWithReplWrapper (src/HIE/Bios/Wrappers.hs:21)
  8740. 2403.40 s [hie-bios] cabalWrapperHs (src/HIE/Bios/Wrappers.hs:18)
  8741. 2403.40 s [hie-bios] cabalWithReplWrapperHs (src/HIE/Bios/Wrappers.hs:24)
  8742. 2403.40 s [hie-bios] Warning: 'componentDir' is out of scope.
  8743. 2403.40 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8744. 2403.40 s [hie-bios] Warning: 'rootDir' is out of scope.
  8745. 2403.40 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8746. 2403.40 s [hie-bios] Warning: 'cabal' is out of scope.
  8747. 2403.40 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8748. 2403.40 s [hie-bios] Warning: 'CradleError' is ambiguous. It is defined
  8749. 2403.40 s [hie-bios] * at src/HIE/Bios/Types.hs:280:20
  8750. 2403.40 s [hie-bios] * at src/HIE/Bios/Types.hs:280:1
  8751. 2403.40 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8752. 2403.40 s [hie-bios] by specifying the type/value namespace explicitly.
  8753. 2403.40 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:280:1
  8754. 2403.41 s [hie-bios] Warning: 'ghc' is out of scope.
  8755. 2403.41 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8756. 2403.41 s [hie-bios] Warning: 'ghcPathAbs' is out of scope.
  8757. 2403.41 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8758. 2403.41 s [hie-bios] 66% ( 8 / 12) in 'HIE.Bios.Cradle.Cabal'
  8759. 2403.41 s [hie-bios] Missing documentation for:
  8760. 2403.41 s [hie-bios] Module header
  8761. 2403.41 s [hie-bios] runCabalGhcCmd (src/HIE/Bios/Cradle/Cabal.hs:243)
  8762. 2403.41 s [hie-bios] processCabalWrapperArgs (src/HIE/Bios/Cradle/Cabal.hs:318)
  8763. 2403.41 s [hie-bios] isCabalMultipleCompSupported (src/HIE/Bios/Cradle/Cabal.hs:654)
  8764. 2403.41 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8765. 2403.41 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8766. 2403.41 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8767. 2403.41 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8768. 2403.41 s [hie-bios] by specifying the type/value namespace explicitly.
  8769. 2403.41 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8770. 2403.41 s [hie-bios] Warning: 'componentDir' is out of scope.
  8771. 2403.41 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8772. 2403.41 s [hie-bios] Warning: 'rootDir' is out of scope.
  8773. 2403.41 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8774. 2403.41 s [hie-bios] 40% ( 8 / 20) in 'HIE.Bios.Cradle'
  8775. 2403.41 s [hie-bios] Missing documentation for:
  8776. 2403.41 s [hie-bios] Module header
  8777. 2403.41 s [hie-bios] yamlConfig (src/HIE/Bios/Cradle.hs:249)
  8778. 2403.41 s [hie-bios] isCabalCradle (src/HIE/Bios/Cradle.hs:275)
  8779. 2403.41 s [hie-bios] isStackCradle (src/HIE/Bios/Cradle.hs:280)
  8780. 2403.41 s [hie-bios] isDirectCradle (src/HIE/Bios/Cradle.hs:285)
  8781. 2403.41 s [hie-bios] isBiosCradle (src/HIE/Bios/Cradle.hs:290)
  8782. 2403.41 s [hie-bios] isNoneCradle (src/HIE/Bios/Cradle.hs:300)
  8783. 2403.41 s [hie-bios] isMultiCradle (src/HIE/Bios/Cradle.hs:295)
  8784. 2403.41 s [hie-bios] isDefaultCradle (src/HIE/Bios/Cradle.hs:305)
  8785. 2403.41 s [hie-bios] isOtherCradle (src/HIE/Bios/Cradle.hs:310)
  8786. 2403.41 s [hie-bios] getCradle (src/HIE/Bios/Cradle.hs:100)
  8787. 2403.41 s [hie-bios] makeCradleResult (src/HIE/Bios/Cradle.hs:673)
  8788. 2403.41 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8789. 2403.41 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8790. 2403.41 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8791. 2403.41 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8792. 2403.41 s [hie-bios] by specifying the type/value namespace explicitly.
  8793. 2403.41 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8794. 2403.41 s [hie-bios] 40% ( 2 / 5) in 'HIE.Bios.Internal.Debug'
  8795. 2403.41 s [hie-bios] Missing documentation for:
  8796. 2403.41 s [hie-bios] Module header
  8797. 2403.41 s [hie-bios] configInfo (src/HIE/Bios/Internal/Debug.hs:76)
  8798. 2403.41 s [hie-bios] cradleInfo (src/HIE/Bios/Internal/Debug.hs:90)
  8799. 2403.41 s [hie-bios] 93% ( 15 / 16) in 'HIE.Bios'
  8800. 2403.41 s [hie-bios] Missing documentation for:
  8801. 2403.41 s [hie-bios] CradleError (src/HIE/Bios/Types.hs:280)
  8802. 2403.48 s [hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.p_o )
  8803. 2404.49 s [fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, dist/build/Ormolu/Utils/Glob.p_o )
  8804. 2404.49 s [fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, dist/build/Ormolu/Config/Types.p_o )
  8805. 2404.49 s [fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, dist/build/Ormolu/Config/Gen.p_o )
  8806. 2404.49 s [fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.p_o )
  8807. 2404.49 s [fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.p_o )
  8808. 2404.64 s [fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.p_o )
  8809. 2404.96 s [hie-bios] Warning: HIE.Bios.Config.YAML: could not find link destinations for:
  8810. 2404.96 s [hie-bios] - HIE.Bios.Config.YAML.Rep_CradleComponent
  8811. 2404.96 s [hie-bios] - HIE.Bios.Config.YAML.Rep_MultiSubComponent
  8812. 2404.96 s [hie-bios] - HIE.Bios.Config.YAML.Rep_CradleConfigYAML
  8813. 2404.96 s [hie-bios] - HIE.Bios.Config.YAML.Rep_DirectConfig
  8814. 2404.97 s [hie-bios] Warning: HIE.Bios.Process: could not find link destinations for:
  8815. 2404.97 s [hie-bios] - HIE.Bios.Process.OutputName
  8816. 2404.97 s [hie-bios] - HIE.Bios.Process.Outputs
  8817. 2404.97 s [hie-bios] Warning: HIE.Bios.Ghc.Check: could not find link destinations for:
  8818. 2404.97 s [hie-bios] - HIE.Bios.Ghc.Check.Log
  8819. 2404.97 s [hie-bios] Warning: HIE.Bios.Cradle.ProgramVersions: could not find link destinations for:
  8820. 2404.97 s [hie-bios] - HIE.Bios.Cradle.ProgramVersions.CachedIO
  8821. 2404.97 s [hie-bios] Warning: HIE.Bios.Cradle.Cabal: could not find link destinations for:
  8822. 2404.97 s [hie-bios] - HIE.Bios.Cradle.Cabal.GhcProc
  8823. 2404.98 s [hie-bios] Warning: HIE.Bios.Cradle: could not find link destinations for:
  8824. 2404.98 s [hie-bios] - HIE.Bios.Process.OutputName
  8825. 2404.98 s [hie-bios] - HIE.Bios.Process.Outputs
  8826. 2405.71 s [fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.p_o )
  8827. 2406.01 s [fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.p_o )
  8828. 2406.44 s [fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.p_o )
  8829. 2406.78 s [fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.p_o )
  8830. 2407.14 s [fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.p_o )
  8831. 2407.64 s [fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, dist/build/Ormolu/Printer/Meat/Pragma.p_o )
  8832. 2408.00 s [hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.p_o )
  8833. 2408.03 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 )
  8834. 2408.39 s [fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, dist/build/Ormolu/Printer/Meat/Common.p_o )
  8835. 2408.39 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 )
  8836. 2408.39 s [fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, dist/build/Ormolu/Printer/Meat/ImportExport.p_o )
  8837. 2408.44 s [hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.p_o )
  8838. 2408.76 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 )
  8839. 2408.76 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 )
  8840. 2408.76 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 )
  8841. 2408.76 s [fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, dist/build/Ormolu/Printer/Meat/Type.p_o )
  8842. 2409.71 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 )
  8843. 2410.09 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 )
  8844. 2410.27 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 )
  8845. 2410.27 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 )
  8846. 2410.28 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 )
  8847. 2410.60 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 )
  8848. 2410.60 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 )
  8849. 2410.60 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 )
  8850. 2412.40 s [hlint] Preprocessing executable 'hlint' for hlint-3.10...
  8851. 2412.40 s [hlint] Building executable 'hlint' for hlint-3.10...
  8852. 2412.46 s [hlint] [1 of 1] Compiling Main ( src/Main.hs, dist/build/hlint/hlint-tmp/Main.o )
  8853. 2412.73 s [hlint] [2 of 2] Linking dist/build/hlint/hlint
  8854. 2413.21 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 )
  8855. 2413.60 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 )
  8856. 2413.74 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 )
  8857. 2413.81 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 )
  8858. 2413.81 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 )
  8859. 2413.92 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 )
  8860. 2413.92 s [fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, dist/build/Ormolu/Printer/Meat/Declaration.p_o )
  8861. 2414.46 s [fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.p_o )
  8862. 2414.46 s [fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.p_o )
  8863. 2414.46 s [fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, dist/build/Ormolu/Imports/Grouping.p_o )
  8864. 2414.46 s [fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.p_o )
  8865. 2414.46 s [fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, dist/build/Ormolu/Printer/Meat/Module.p_o )
  8866. 2414.81 s [fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.p_o )
  8867. 2414.93 s [fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.p_o )
  8868. 2414.93 s [fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.p_o )
  8869. 2414.93 s [fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.p_o )
  8870. 2415.37 s [hlint] buildPhase completed in 37 seconds
  8871. 2415.37 s [hlint] Phase: checkPhase
  8872. 2415.42 s [fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, dist/build/Paths_fourmolu.p_o )
  8873. 2415.42 s [hlint] Package has no test suites.
  8874. 2415.42 s [hlint] Phase: haddockPhase
  8875. 2415.55 s [hlint] Preprocessing library for hlint-3.10...
  8876. 2415.55 s [hie-bios] Documentation created: dist/doc/html/hie-bios/,
  8877. 2415.55 s [hie-bios] dist/doc/html/hie-bios/hie-bios.txt
  8878. 2415.56 s [hlint] Running Haddock on library for hlint-3.10...
  8879. 2415.56 s [hlint] Warning: The documentation for the following packages are not installed. No
  8880. 2415.56 s [hlint] links will be generated to these packages: attoparsec-0.14.4,
  8881. 2415.56 s [hlint] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  8882. 2415.61 s [hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.17.0...
  8883. 2415.62 s [hie-bios] Phase: installPhase
  8884. 2415.71 s [hie-bios] Installing library in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  8885. 2415.86 s [hie-bios] Installing executable hie-bios in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin
  8886. 2415.86 s [hie-bios] Warning: The directory
  8887. 2415.86 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin is not in the
  8888. 2415.86 s [hie-bios] system search path.
  8889. 2416.03 s [hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, nothing )
  8890. 2416.20 s [hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, nothing )
  8891. 2416.46 s [hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, nothing )
  8892. 2416.54 s [hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, nothing )
  8893. 2416.58 s [hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, nothing )
  8894. 2416.63 s [hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, nothing )
  8895. 2416.65 s [hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, nothing )
  8896. 2416.70 s [hie-bios] Phase: fixupPhase
  8897. 2416.72 s [hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  8898. 2416.72 s [hie-bios] shrinking /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue-ghc9.10.2.so
  8899. 2416.75 s [hie-bios] shrinking /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin/hie-bios
  8900. 2416.79 s [hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, nothing )
  8901. 2416.80 s [hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, nothing )
  8902. 2416.84 s [hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, nothing )
  8903. 2416.86 s [hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, nothing )
  8904. 2416.92 s [hie-bios] checking for references to /build/ in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0...
  8905. 2417.01 s [hie-bios] patching script interpreter paths in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  8906. 2417.02 s [hie-bios] stripping (with command strip and flags -S -p) in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin
  8907. 2417.06 s [hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, nothing )
  8908. 2417.07 s [hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, nothing )
  8909. 2417.08 s [hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, nothing )
  8910. 2417.09 s [hlint] [15 of 62] Compiling Refact ( src/Refact.hs, nothing )
  8911. 2417.11 s [hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, nothing )
  8912. 2417.24 s [hlint] [17 of 62] Compiling Timing ( src/Timing.hs, nothing )
  8913. 2417.26 s [hlint] [18 of 62] Compiling Util ( src/Util.hs, nothing )
  8914. 2417.27 s [hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, nothing )
  8915. 2417.29 s [hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc
  8916. 2417.31 s [hie-bios] checking for references to /build/ in /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc...
  8917. 2417.33 s [hie-bios] patching script interpreter paths in /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc
  8918. 2417.35 s [hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, nothing )
  8919. 2417.61 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  8920. 2418.04 s [post-build-hook] Pushing 2 paths (214 are already present) using zstd to cache sellout ⏳
  8921. 2418.04 s [post-build-hook]
  8922. 2418.40 s [post-build-hook] Pushing /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc (3.17 MiB)
  8923. 2418.58 s [post-build-hook] Pushing /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0 (76.90 MiB)
  8924. 2420.57 s [post-build-hook]
  8925. 2420.57 s [post-build-hook] All done.
  8926. 2420.59 s [post-build-hook] Uploading to the NixCI cache: /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  8927. 2420.62 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8928. 2420.72 s [post-build-hook] copying 1 paths...
  8929. 2420.72 s [post-build-hook] copying path '/nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0' to 'https://cache.nix-ci.com'...
  8930. 2444.93 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8931. 2445.19 s [post-build-hook] copying 1 paths...
  8932. 2445.19 s [post-build-hook] copying path '/nix/store/2zw94hfjv02xagfjmraqz3aard7sd6yi-hie-bios-0.17.0.drv' to 'https://cache.nix-ci.com'...
  8933. 2445.41 s Progress: 350 of 361 built (3 building), 370 of 370 downloaded from cache
  8934. 2445.41 s [fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.19.0.1...
  8935. 2445.41 s [fourmolu] Building executable 'fourmolu' for fourmolu-0.19.0.1...
  8936. 2445.41 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 )
  8937. 2445.41 s [fourmolu] [2 of 2] Compiling Main ( app/Main.hs, dist/build/fourmolu/fourmolu-tmp/Main.o )
  8938. 2445.41 s [fourmolu] [3 of 3] Linking dist/build/fourmolu/fourmolu
  8939. 2445.41 s [fourmolu] Preprocessing test suite 'tests' for fourmolu-0.19.0.1...
  8940. 2445.41 s [fourmolu] Building test suite 'tests' for fourmolu-0.19.0.1...
  8941. 2445.41 s [fourmolu] [ 1 of 19] Compiling Ormolu.CabalInfoSpec ( tests/Ormolu/CabalInfoSpec.hs, dist/build/tests/tests-tmp/Ormolu/CabalInfoSpec.o )
  8942. 2445.41 s [fourmolu] [ 2 of 19] Compiling Ormolu.Config.PrinterOptsSpec ( tests/Ormolu/Config/PrinterOptsSpec.hs, dist/build/tests/tests-tmp/Ormolu/Config/PrinterOptsSpec.o )
  8943. 2445.41 s [fourmolu] [ 3 of 19] Compiling Ormolu.ConfigSpec ( tests/Ormolu/ConfigSpec.hs, dist/build/tests/tests-tmp/Ormolu/ConfigSpec.o )
  8944. 2445.41 s [fourmolu] [ 4 of 19] Compiling Ormolu.Diff.TextSpec ( tests/Ormolu/Diff/TextSpec.hs, dist/build/tests/tests-tmp/Ormolu/Diff/TextSpec.o )
  8945. 2445.41 s [fourmolu] [ 5 of 19] Compiling Ormolu.Fixity.ParserSpec ( tests/Ormolu/Fixity/ParserSpec.hs, dist/build/tests/tests-tmp/Ormolu/Fixity/ParserSpec.o )
  8946. 2445.41 s [fourmolu] [ 6 of 19] Compiling Ormolu.Fixity.PrinterSpec ( tests/Ormolu/Fixity/PrinterSpec.hs, dist/build/tests/tests-tmp/Ormolu/Fixity/PrinterSpec.o )
  8947. 2445.41 s [fourmolu] [ 7 of 19] Compiling Ormolu.FixitySpec ( tests/Ormolu/FixitySpec.hs, dist/build/tests/tests-tmp/Ormolu/FixitySpec.o )
  8948. 2445.41 s [fourmolu] [ 8 of 19] Compiling Ormolu.Integration.Utils ( tests/Ormolu/Integration/Utils.hs, dist/build/tests/tests-tmp/Ormolu/Integration/Utils.o )
  8949. 2445.41 s [fourmolu] [ 9 of 19] Compiling Ormolu.Integration.RegionSpec ( tests/Ormolu/Integration/RegionSpec.hs, dist/build/tests/tests-tmp/Ormolu/Integration/RegionSpec.o )
  8950. 2445.41 s [fourmolu] [10 of 19] Compiling Ormolu.Integration.FixitySpec ( tests/Ormolu/Integration/FixitySpec.hs, dist/build/tests/tests-tmp/Ormolu/Integration/FixitySpec.o )
  8951. 2445.41 s [fourmolu] [11 of 19] Compiling Ormolu.Integration.CLISpec ( tests/Ormolu/Integration/CLISpec.hs, dist/build/tests/tests-tmp/Ormolu/Integration/CLISpec.o )
  8952. 2445.41 s [fourmolu] [12 of 19] Compiling Ormolu.Integration.CLIOptionsSpec ( tests/Ormolu/Integration/CLIOptionsSpec.hs, dist/build/tests/tests-tmp/Ormolu/Integration/CLIOptionsSpec.o )
  8953. 2445.41 s [fourmolu] [13 of 19] Compiling Ormolu.OpTreeSpec ( tests/Ormolu/OpTreeSpec.hs, dist/build/tests/tests-tmp/Ormolu/OpTreeSpec.o )
  8954. 2445.41 s [fourmolu] [14 of 19] Compiling Ormolu.Parser.OptionsSpec ( tests/Ormolu/Parser/OptionsSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/OptionsSpec.o )
  8955. 2445.41 s [fourmolu] [15 of 19] Compiling Ormolu.Parser.ParseFailureSpec ( tests/Ormolu/Parser/ParseFailureSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/ParseFailureSpec.o )
  8956. 2445.41 s [fourmolu] [16 of 19] Compiling Ormolu.Parser.PragmaSpec ( tests/Ormolu/Parser/PragmaSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/PragmaSpec.o )
  8957. 2445.41 s [fourmolu] [17 of 19] Compiling Ormolu.PrinterSpec ( tests/Ormolu/PrinterSpec.hs, dist/build/tests/tests-tmp/Ormolu/PrinterSpec.o )
  8958. 2445.41 s [fourmolu] [18 of 19] Compiling Ormolu.Utils.GlobSpec ( tests/Ormolu/Utils/GlobSpec.hs, dist/build/tests/tests-tmp/Ormolu/Utils/GlobSpec.o )
  8959. 2445.41 s [fourmolu] [19 of 19] Compiling Main ( tests/Spec.hs, dist/build/tests/tests-tmp/Main.o )
  8960. 2445.41 s [fourmolu] [20 of 20] Linking dist/build/tests/tests
  8961. 2445.41 s [fourmolu] buildPhase completed in 53 seconds
  8962. 2445.41 s [fourmolu] Phase: checkPhase
  8963. 2445.41 s [fourmolu] Running 1 test suites...
  8964. 2445.41 s [fourmolu] Test suite tests: RUNNING...
  8965. 2445.41 s [fourmolu]
  8966. 2445.41 s [fourmolu] Ormolu.CabalInfo
  8967. 2445.41 s [fourmolu] findCabalFile
  8968. 2445.41 s [fourmolu] returns correct absolute path [✔]
  8969. 2445.41 s [fourmolu] finds correct path even when it starts from nonsense [✔]
  8970. 2445.41 s [fourmolu] returns Nothing when it cannot find a cabal file [✔]
  8971. 2445.41 s [fourmolu] does not consider directories as .cabal files [✔]
  8972. 2445.41 s [fourmolu] parseCabalInfo
  8973. 2445.41 s [fourmolu] extracts correct cabal info from fourmolu.cabal for src/Ormolu/Config.hs [✔]
  8974. 2445.41 s [fourmolu] extracts correct cabal info from fourmolu.cabal for tests/Ormolu/PrinterSpec.hs [✔]
  8975. 2445.41 s [fourmolu] handles correctly files that are not mentioned in fourmolu.cabal [✔]
  8976. 2445.41 s [fourmolu] handles `hs-source-dirs: .` [✔]
  8977. 2445.41 s [fourmolu] handles empty hs-source-dirs [✔]
  8978. 2445.41 s [fourmolu] Ormolu.Config
  8979. 2445.41 s [fourmolu] FourmoluConfig
  8980. 2445.41 s [fourmolu] parses multiple reexports from same module [✔]
  8981. 2445.41 s [fourmolu] applies configurations in correct order [✔]
  8982. 2445.41 s [hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, nothing )
  8983. 2445.41 s [hlint] [22 of 62] Compiling Idea ( src/Idea.hs, nothing )
  8984. 2445.41 s [hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, nothing )
  8985. 2445.41 s [hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, nothing )
  8986. 2445.41 s [hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, nothing )
  8987. 2445.41 s [hlint] [26 of 62] Compiling Report ( src/Report.hs, nothing )
  8988. 2445.41 s [hlint] [27 of 62] Compiling CC ( src/CC.hs, nothing )
  8989. 2445.41 s [hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, nothing )
  8990. 2445.41 s [hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, nothing )
  8991. 2445.41 s [hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, nothing )
  8992. 2445.41 s [hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, nothing )
  8993. 2445.41 s [hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, nothing )
  8994. 2445.41 s [hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, nothing )
  8995. 2445.41 s [hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, nothing )
  8996. 2445.41 s [hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, nothing )
  8997. 2445.41 s [hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, nothing )
  8998. 2445.41 s [hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, nothing )
  8999. 2445.41 s [hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, nothing )
  9000. 2445.41 s [hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, nothing )
  9001. 2445.41 s [hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, nothing )
  9002. 2445.41 s [hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, nothing )
  9003. 2445.41 s [hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, nothing )
  9004. 2445.41 s [hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, nothing )
  9005. 2445.41 s [hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, nothing )
  9006. 2445.41 s [hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, nothing )
  9007. 2445.41 s [hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, nothing )
  9008. 2445.41 s [hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, nothing )
  9009. 2445.41 s [hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, nothing )
  9010. 2445.41 s [hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, nothing )
  9011. 2445.41 s [hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, nothing )
  9012. 2445.41 s [hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, nothing )
  9013. 2445.41 s [hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, nothing )
  9014. 2445.41 s [hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, nothing )
  9015. 2445.41 s [hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, nothing )
  9016. 2445.41 s [hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, nothing )
  9017. 2445.41 s [hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, nothing )
  9018. 2445.41 s [hlint] [57 of 62] Compiling Apply ( src/Apply.hs, nothing )
  9019. 2445.41 s [hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, nothing )
  9020. 2445.41 s [hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, nothing )
  9021. 2445.41 s [hlint] [60 of 62] Compiling Summary ( src/Summary.hs, nothing )
  9022. 2445.41 s [hlint] [61 of 62] Compiling HLint ( src/HLint.hs, nothing )
  9023. 2445.41 s [hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, nothing )
  9024. 2445.41 s [hlint] Haddock coverage:
  9025. 2445.41 s [hlint] Warning: 'EpAnn' is ambiguous. It is defined
  9026. 2445.41 s [hlint] * in ‘GHC.Parser.Annotation’
  9027. 2445.41 s [hlint] * in ‘GHC.Parser.Annotation’
  9028. 2445.41 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9029. 2445.41 s [hlint] by specifying the type/value namespace explicitly.
  9030. 2445.41 s [hlint] Defaulting to the one defined in ‘GHC.Parser.Annotation’
  9031. 2445.41 s [hlint] Warning: 'e' is out of scope.
  9032. 2445.41 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9033. 2445.41 s [hlint] Warning: 'HsExtendInstances' is ambiguous. It is defined
  9034. 2445.41 s [hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
  9035. 2445.41 s [hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
  9036. 2445.41 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9037. 2445.41 s [hlint] by specifying the type/value namespace explicitly.
  9038. 2445.41 s [hlint] Defaulting to the one defined in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
  9039. 2445.41 s [hlint] Warning: 'Idea' is out of scope.
  9040. 2445.41 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9041. 2445.41 s [hlint] Warning: 'ideaDecl' is out of scope.
  9042. 2445.41 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9043. 2445.41 s [hlint] Warning: 'ideaModule' is out of scope.
  9044. 2445.41 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 )
  9045. 2445.41 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 )
  9046. 2445.41 s [lsp-types] Preprocessing test suite 'lsp-types-test' for lsp-types-2.3.0.1...
  9047. 2445.41 s [lsp-types] Building test suite 'lsp-types-test' for lsp-types-2.3.0.1...
  9048. 2445.41 s [lsp-types] [ 1 of 11] Compiling CapabilitiesSpec ( test/CapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/CapabilitiesSpec.o )
  9049. 2445.41 s [lsp-types] [ 2 of 11] Compiling JsonSpec ( test/JsonSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/JsonSpec.o )
  9050. 2445.41 s [lsp-types] [ 3 of 11] Compiling LocationSpec ( test/LocationSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/LocationSpec.o )
  9051. 2445.41 s [lsp-types] [ 4 of 11] Compiling MethodSpec ( test/MethodSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/MethodSpec.o )
  9052. 2445.41 s [lsp-types] [ 5 of 11] Compiling SemanticTokensSpec ( test/SemanticTokensSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/SemanticTokensSpec.o )
  9053. 2445.41 s [lsp-types] [ 6 of 11] Compiling ServerCapabilitiesSpec ( test/ServerCapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/ServerCapabilitiesSpec.o )
  9054. 2445.41 s [lsp-types] [ 7 of 11] Compiling TypesSpec ( test/TypesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/TypesSpec.o )
  9055. 2445.41 s [lsp-types] [ 8 of 11] Compiling URIFilePathSpec ( test/URIFilePathSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/URIFilePathSpec.o )
  9056. 2445.41 s [lsp-types] [ 9 of 11] Compiling WorkspaceEditSpec ( test/WorkspaceEditSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/WorkspaceEditSpec.o )
  9057. 2445.41 s [lsp-types] [10 of 11] Compiling Spec ( test/Spec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Spec.o )
  9058. 2445.41 s [lsp-types] [11 of 11] Compiling Main ( test/Main.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Main.o )
  9059. 2445.41 s [lsp-types] [12 of 12] Linking dist/build/lsp-types-test/lsp-types-test
  9060. 2445.41 s [lsp-types] Preprocessing library 'metamodel' for lsp-types-2.3.0.1...
  9061. 2445.41 s [lsp-types] Building library 'metamodel' for lsp-types-2.3.0.1...
  9062. 2445.41 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 )
  9063. 2445.41 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 )
  9064. 2445.41 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 )
  9065. 2445.41 s [fourmolu] when using an import grouping configuration
  9066. 2445.42 s [fourmolu] parses 'legacy' as the 'ImportGroupLegacy' import grouping strategy [✔]
  9067. 2445.42 s [fourmolu] parses 'preserve' as the 'ImportGroupPreserve' import grouping strategy [✔]
  9068. 2445.42 s [fourmolu] parses 'single' as the 'ImportGroupSingle' import grouping strategy [✔]
  9069. 2445.42 s [fourmolu] parses 'by-qualified' as the 'ImportGroupByQualified' import grouping strategy [✔]
  9070. 2445.42 s [fourmolu] parses 'by-scope' as the 'ImportGroupByScope' import grouping strategy [✔]
  9071. 2445.42 s [fourmolu] parses 'by-scope-then-qualified' as the 'ImportGroupByScopeThenQualified' import grouping strategy [✔]
  9072. 2445.42 s [fourmolu] fails when an unknown strategy is requested [✔]
  9073. 2445.42 s [fourmolu] parses a grouping rule's name [✔]
  9074. 2445.42 s [fourmolu] enables the 'qualified' rule option [✔]
  9075. 2445.42 s [fourmolu] disables the 'qualified' rule option [✔]
  9076. 2445.42 s [fourmolu] decodes the 'priority' rule option [✔]
  9077. 2445.42 s [fourmolu] parses a 'glob' rule [✔]
  9078. 2445.42 s [fourmolu] parses a 'match' rule for local modules [✔]
  9079. 2445.42 s [fourmolu] parses a 'match' rule for all modules [✔]
  9080. 2445.42 s [fourmolu] parses multiple group configurations and rules in their order of appearance in the configuration [✔]
  9081. 2445.42 s [fourmolu] fails when a rule cannot be identified [✔]
  9082. 2445.42 s [fourmolu] Ormolu.Config.PrinterOpts
  9083. 2445.42 s [fourmolu] indentation
  9084. 2445.42 s [fourmolu] generates the correct output for: 2 [✔]
  9085. 2445.42 s [fourmolu] generates the correct output for: 2 + indent_wheres [✔]
  9086. 2445.42 s [fourmolu] generates the correct output for: 3 [✔]
  9087. 2445.42 s [fourmolu] generates the correct output for: 3 + indent_wheres [✔]
  9088. 2445.42 s [fourmolu] generates the correct output for: 4 [✔]
  9089. 2445.42 s [fourmolu] generates the correct output for: 4 + indent_wheres [✔]
  9090. 2445.42 s [fourmolu] column-limit
  9091. 2445.42 s [fourmolu] generates the correct output for: limit=none [✔]
  9092. 2445.42 s [fourmolu] generates the correct output for: limit=80 [✔]
  9093. 2445.42 s [fourmolu] generates the correct output for: limit=100 [✔]
  9094. 2445.42 s [fourmolu] function-arrows
  9095. 2445.42 s [fourmolu] generates the correct output for: trailing [✔]
  9096. 2445.42 s [fourmolu] generates the correct output for: leading [✔]
  9097. 2445.42 s [fourmolu] generates the correct output for: leading-args [✔]
  9098. 2445.42 s [fourmolu] comma-style
  9099. 2445.42 s [fourmolu] generates the correct output for: leading [✔]
  9100. 2445.42 s [fourmolu] generates the correct output for: trailing [✔]
  9101. 2445.42 s [fourmolu] import-export
  9102. 2445.42 s [fourmolu] generates the correct output for: leading [✔]
  9103. 2445.42 s [fourmolu] generates the correct output for: trailing [✔]
  9104. 2445.42 s [fourmolu] generates the correct output for: diff-friendly [✔]
  9105. 2445.42 s [fourmolu] import-grouping
  9106. 2445.42 s [fourmolu] generates the correct output for: preserve [✔]
  9107. 2445.42 s [fourmolu] generates the correct output for: single [✔]
  9108. 2445.42 s [fourmolu] generates the correct output for: by-qualified [✔]
  9109. 2445.42 s [fourmolu] generates the correct output for: by-scope [✔]
  9110. 2445.42 s [fourmolu] generates the correct output for: by-scope-then-qualified [✔]
  9111. 2445.42 s [fourmolu] generates the correct output for: custom [✔]
  9112. 2445.42 s [fourmolu] record-brace-space
  9113. 2445.42 s [fourmolu] generates the correct output for: False [✔]
  9114. 2445.42 s [fourmolu] generates the correct output for: True [✔]
  9115. 2445.42 s [fourmolu] newlines-between-decls
  9116. 2445.42 s [fourmolu] generates the correct output for: 0 [✔]
  9117. 2445.42 s [fourmolu] generates the correct output for: 0 + respectful [✔]
  9118. 2445.42 s [fourmolu] generates the correct output for: 1 [✔]
  9119. 2445.42 s [fourmolu] generates the correct output for: 1 + respectful [✔]
  9120. 2445.42 s [fourmolu] generates the correct output for: 2 [✔]
  9121. 2445.42 s [fourmolu] generates the correct output for: 2 + respectful [✔]
  9122. 2445.42 s [fourmolu] haddock-style
  9123. 2445.42 s [fourmolu] generates the correct output for: single-line [✔]
  9124. 2445.42 s [fourmolu] generates the correct output for: single-line + module=single-line [✔]
  9125. 2445.42 s [fourmolu] generates the correct output for: single-line + module=multi-line [✔]
  9126. 2445.42 s [fourmolu] generates the correct output for: single-line + module=multi-line-compact [✔]
  9127. 2445.42 s [fourmolu] generates the correct output for: multi-line [✔]
  9128. 2445.42 s [fourmolu] generates the correct output for: multi-line + module=single-line [✔]
  9129. 2445.42 s [fourmolu] generates the correct output for: multi-line + module=multi-line [✔]
  9130. 2445.42 s [fourmolu] generates the correct output for: multi-line + module=multi-line-compact [✔]
  9131. 2445.42 s [fourmolu] generates the correct output for: multi-line-compact [✔]
  9132. 2445.42 s [fourmolu] generates the correct output for: multi-line-compact + module=single-line [✔]
  9133. 2445.42 s [fourmolu] generates the correct output for: multi-line-compact + module=multi-line [✔]
  9134. 2445.42 s [fourmolu] generates the correct output for: multi-line-compact + module=multi-line-compact [✔]
  9135. 2445.42 s [fourmolu] haddock-location-signature
  9136. 2445.42 s [fourmolu] generates the correct output for: arrows=trailing [✔]
  9137. 2445.42 s [fourmolu] generates the correct output for: arrows=trailing + multi [✔]
  9138. 2445.42 s [fourmolu] generates the correct output for: arrows=trailing + haddock=leading [✔]
  9139. 2445.42 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9140. 2445.42 s [hlint] Warning: 'ideaHint' is out of scope.
  9141. 2445.42 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9142. 2445.42 s [hlint] Warning: 'Hint' is out of scope.
  9143. 2445.42 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9144. 2445.42 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9145. 2445.42 s [hlint] * at src/Idea.hs:26:13
  9146. 2445.42 s [hlint] * at src/Idea.hs:26:1
  9147. 2445.42 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9148. 2445.42 s [hlint] by specifying the type/value namespace explicitly.
  9149. 2445.42 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9150. 2445.42 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9151. 2445.42 s [hlint] * at src/Idea.hs:26:13
  9152. 2445.42 s [hlint] * at src/Idea.hs:26:1
  9153. 2445.42 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9154. 2445.42 s [hlint] by specifying the type/value namespace explicitly.
  9155. 2445.42 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9156. 2445.42 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9157. 2445.42 s [hlint] * at src/Idea.hs:26:13
  9158. 2445.42 s [hlint] * at src/Idea.hs:26:1
  9159. 2445.42 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9160. 2445.42 s [hlint] by specifying the type/value namespace explicitly.
  9161. 2445.42 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9162. 2445.42 s [hlint] Warning: 'Issue' is ambiguous. It is defined
  9163. 2445.42 s [hlint] * at src/CC.hs:26:14
  9164. 2445.42 s [hlint] * at src/CC.hs:26:1
  9165. 2445.42 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9166. 2445.42 s [hlint] by specifying the type/value namespace explicitly.
  9167. 2445.42 s [hlint] Defaulting to the one defined at src/CC.hs:26:1
  9168. 2445.42 s [hlint] Warning: 'NoCpp' is out of scope.
  9169. 2445.42 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9170. 2445.42 s [hlint] Warning: 'ParseFlags' is ambiguous. It is defined
  9171. 2445.42 s [hlint] * at src/GHC/All.hs:53:19
  9172. 2445.42 s [hlint] * at src/GHC/All.hs:53:1
  9173. 2445.42 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9174. 2445.42 s [hlint] by specifying the type/value namespace explicitly.
  9175. 2445.42 s [hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
  9176. 2445.42 s [hlint] Warning: 'ModuleEx' is ambiguous. It is defined
  9177. 2445.42 s [hlint] * at src/GHC/All.hs:92:20
  9178. 2445.42 s [hlint] * at src/GHC/All.hs:92:1
  9179. 2445.42 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9180. 2445.42 s [hlint] by specifying the type/value namespace explicitly.
  9181. 2445.42 s [hlint] Defaulting to the one defined at src/GHC/All.hs:92:1
  9182. 2445.42 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9183. 2445.42 s [hlint] * at src/Idea.hs:26:13
  9184. 2445.42 s [hlint] * at src/Idea.hs:26:1
  9185. 2445.42 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9186. 2445.42 s [hlint] by specifying the type/value namespace explicitly.
  9187. 2445.42 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9188. 2445.42 s [hlint] Warning: 'Decl' is out of scope.
  9189. 2445.42 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9190. 2445.42 s [hlint] Warning: 'HsSrcBang' is ambiguous. It is defined
  9191. 2445.42 s [hlint] * in ‘GHC.Core.DataCon’
  9192. 2445.42 s [hlint] * in ‘GHC.Core.DataCon’
  9193. 2445.43 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9194. 2445.43 s [hlint] by specifying the type/value namespace explicitly.
  9195. 2445.43 s [hlint] Defaulting to the one defined in ‘GHC.Core.DataCon’
  9196. 2445.43 s [hlint] Warning: 'f' is out of scope.
  9197. 2445.43 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9198. 2445.43 s [hlint] Warning: 'a' is out of scope.
  9199. 2445.43 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9200. 2445.43 s [hlint] Warning: 'b' is out of scope.
  9201. 2445.43 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9202. 2445.43 s [hlint] Warning: 'HintRule' is ambiguous. It is defined
  9203. 2445.43 s [hlint] * at src/Config/Type.hs:108:17
  9204. 2445.43 s [hlint] * at src/Config/Type.hs:108:1
  9205. 2445.43 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9206. 2445.43 s [hlint] by specifying the type/value namespace explicitly.
  9207. 2445.43 s [hlint] Defaulting to the one defined at src/Config/Type.hs:108:1
  9208. 2445.43 s [hlint] Warning: 'Hint' is ambiguous. It is defined
  9209. 2445.43 s [hlint] * at src/Hint/Type.hs:22:13
  9210. 2445.43 s [hlint] * at src/Hint/Type.hs:22:1
  9211. 2445.43 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9212. 2445.43 s [hlint] by specifying the type/value namespace explicitly.
  9213. 2445.43 s [hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
  9214. 2445.43 s [hlint] Warning: 'refactor' is out of scope.
  9215. 2445.43 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9216. 2445.43 s [hlint] Warning: 'Hint' is ambiguous. It is defined
  9217. 2445.43 s [hlint] * at src/Hint/Type.hs:22:13
  9218. 2445.43 s [hlint] * at src/Hint/Type.hs:22:1
  9219. 2445.43 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9220. 2445.43 s [hlint] by specifying the type/value namespace explicitly.
  9221. 2445.43 s [hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
  9222. 2445.43 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9223. 2445.43 s [hlint] * at src/Idea.hs:26:13
  9224. 2445.43 s [hlint] * at src/Idea.hs:26:1
  9225. 2445.43 s [fourmolu] generates the correct output for: arrows=trailing + haddock=leading + multi [✔]
  9226. 2445.43 s [fourmolu] generates the correct output for: arrows=trailing + haddock=trailing [✔]
  9227. 2445.43 s [fourmolu] generates the correct output for: arrows=trailing + haddock=trailing + multi [✔]
  9228. 2445.43 s [fourmolu] generates the correct output for: arrows=leading [✔]
  9229. 2445.43 s [fourmolu] generates the correct output for: arrows=leading + multi [✔]
  9230. 2445.43 s [fourmolu] generates the correct output for: arrows=leading + haddock=leading [✔]
  9231. 2445.43 s [fourmolu] generates the correct output for: arrows=leading + haddock=leading + multi [✔]
  9232. 2445.43 s [fourmolu] generates the correct output for: arrows=leading + haddock=trailing [✔]
  9233. 2445.43 s [fourmolu] generates the correct output for: arrows=leading + haddock=trailing + multi [✔]
  9234. 2445.43 s [fourmolu] generates the correct output for: arrows=leading-args [✔]
  9235. 2445.43 s [fourmolu] generates the correct output for: arrows=leading-args + multi [✔]
  9236. 2445.43 s [fourmolu] generates the correct output for: arrows=leading-args + haddock=leading [✔]
  9237. 2445.43 s [fourmolu] generates the correct output for: arrows=leading-args + haddock=leading + multi [✔]
  9238. 2445.43 s [fourmolu] generates the correct output for: arrows=leading-args + haddock=trailing [✔]
  9239. 2445.43 s [fourmolu] generates the correct output for: arrows=leading-args + haddock=trailing + multi [✔]
  9240. 2445.43 s [fourmolu] let-style
  9241. 2445.43 s [fourmolu] generates the correct output for: let=auto + in=left-align + indent=2 [✔]
  9242. 2445.43 s [fourmolu] generates the correct output for: let=auto + in=left-align + indent=4 [✔]
  9243. 2445.43 s [fourmolu] generates the correct output for: let=auto + in=right-align + indent=2 [✔]
  9244. 2445.43 s [fourmolu] generates the correct output for: let=auto + in=right-align + indent=4 [✔]
  9245. 2445.43 s [fourmolu] generates the correct output for: let=auto + in=no-space + indent=2 [✔]
  9246. 2445.43 s [fourmolu] generates the correct output for: let=auto + in=no-space + indent=4 [✔]
  9247. 2445.43 s [fourmolu] generates the correct output for: let=inline + in=left-align + indent=2 [✔]
  9248. 2445.43 s [fourmolu] generates the correct output for: let=inline + in=left-align + indent=4 [✔]
  9249. 2445.43 s [fourmolu] generates the correct output for: let=inline + in=right-align + indent=2 [✔]
  9250. 2445.43 s [fourmolu] generates the correct output for: let=inline + in=right-align + indent=4 [✔]
  9251. 2445.43 s [fourmolu] generates the correct output for: let=inline + in=no-space + indent=2 [✔]
  9252. 2445.43 s [fourmolu] generates the correct output for: let=inline + in=no-space + indent=4 [✔]
  9253. 2445.43 s [fourmolu] generates the correct output for: let=newline + in=left-align + indent=2 [✔]
  9254. 2445.43 s [fourmolu] generates the correct output for: let=newline + in=left-align + indent=4 [✔]
  9255. 2445.43 s [fourmolu] generates the correct output for: let=newline + in=right-align + indent=2 [✔]
  9256. 2445.43 s [fourmolu] generates the correct output for: let=newline + in=right-align + indent=4 [✔]
  9257. 2445.43 s [fourmolu] generates the correct output for: let=newline + in=no-space + indent=2 [✔]
  9258. 2445.43 s [fourmolu] generates the correct output for: let=newline + in=no-space + indent=4 [✔]
  9259. 2445.43 s [fourmolu] generates the correct output for: let=mixed + in=left-align + indent=2 [✔]
  9260. 2445.43 s [fourmolu] generates the correct output for: let=mixed + in=left-align + indent=4 [✔]
  9261. 2445.43 s [fourmolu] generates the correct output for: let=mixed + in=right-align + indent=2 [✔]
  9262. 2445.43 s [fourmolu] generates the correct output for: let=mixed + in=right-align + indent=4 [✔]
  9263. 2445.43 s [fourmolu] generates the correct output for: let=mixed + in=no-space + indent=2 [✔]
  9264. 2445.43 s [fourmolu] generates the correct output for: let=mixed + in=no-space + indent=4 [✔]
  9265. 2445.43 s [fourmolu] if-style
  9266. 2445.43 s [fourmolu] generates the correct output for: indented + indent=2 [✔]
  9267. 2445.43 s [fourmolu] generates the correct output for: indented + indent=4 [✔]
  9268. 2445.43 s [fourmolu] generates the correct output for: hanging + indent=2 [✔]
  9269. 2445.43 s [fourmolu] generates the correct output for: hanging + indent=4 [✔]
  9270. 2445.43 s [fourmolu] single-constraint-parens
  9271. 2445.43 s [fourmolu] generates the correct output for: auto [✔]
  9272. 2445.43 s [fourmolu] generates the correct output for: always [✔]
  9273. 2445.43 s [fourmolu] generates the correct output for: never [✔]
  9274. 2445.43 s [fourmolu] single-deriving-parens
  9275. 2445.43 s [fourmolu] generates the correct output for: auto [✔]
  9276. 2445.43 s [fourmolu] generates the correct output for: always [✔]
  9277. 2445.43 s [fourmolu] generates the correct output for: never [✔]
  9278. 2445.43 s [fourmolu] sort-constraints
  9279. 2445.43 s [fourmolu] generates the correct output for: False [✔]
  9280. 2445.43 s [fourmolu] generates the correct output for: True [✔]
  9281. 2445.43 s [fourmolu] sort-derived-classes
  9282. 2445.43 s [fourmolu] generates the correct output for: False [✔]
  9283. 2445.43 s [fourmolu] generates the correct output for: True [✔]
  9284. 2445.43 s [fourmolu] sort-deriving-clauses
  9285. 2445.43 s [fourmolu] generates the correct output for: False [✔]
  9286. 2445.43 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9287. 2445.43 s [hlint] by specifying the type/value namespace explicitly.
  9288. 2445.43 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9289. 2445.43 s [hlint] Warning: 'ParseFlags' is ambiguous. It is defined
  9290. 2445.43 s [hlint] * at src/GHC/All.hs:53:19
  9291. 2445.43 s [hlint] * at src/GHC/All.hs:53:1
  9292. 2445.43 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9293. 2445.43 s [hlint] by specifying the type/value namespace explicitly.
  9294. 2445.43 s [hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
  9295. 2445.43 s [hlint] Warning: 'Classify' is ambiguous. It is defined
  9296. 2445.43 s [hlint] * at src/Config/Type.hs:97:17
  9297. 2445.43 s [hlint] * at src/Config/Type.hs:97:1
  9298. 2445.43 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9299. 2445.43 s [hlint] by specifying the type/value namespace explicitly.
  9300. 2445.43 s [hlint] Defaulting to the one defined at src/Config/Type.hs:97:1
  9301. 2445.43 s [hlint] Warning: 'Hint' is ambiguous. It is defined
  9302. 2445.43 s [hlint] * at src/Hint/Type.hs:22:13
  9303. 2445.43 s [hlint] * at src/Hint/Type.hs:22:1
  9304. 2445.43 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9305. 2445.43 s [hlint] by specifying the type/value namespace explicitly.
  9306. 2445.43 s [hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
  9307. 2445.43 s [hlint] Warning: 'resolveHints' is out of scope.
  9308. 2445.43 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9309. 2445.43 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9310. 2445.43 s [hlint] * at src/Idea.hs:26:13
  9311. 2445.43 s [hlint] * at src/Idea.hs:26:1
  9312. 2445.43 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9313. 2445.43 s [hlint] by specifying the type/value namespace explicitly.
  9314. 2445.43 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9315. 2445.43 s [hlint] 96% ( 30 / 31) in 'Language.Haskell.HLint'
  9316. 2445.43 s [hlint] Missing documentation for:
  9317. 2445.43 s [hlint] createModuleExWithFixities (src/GHC/All.hs:166)
  9318. 2445.43 s [hlint] Warning: Language.Haskell.HLint: could not find link destinations for:
  9319. 2445.43 s [hlint] - Config.Type.Rep_Severity
  9320. 2445.43 s [hlint] Documentation created: dist/doc/html/hlint/, dist/doc/html/hlint/hlint.txt
  9321. 2445.43 s [hlint] Preprocessing executable 'hlint' for hlint-3.10...
  9322. 2445.43 s [hlint] Phase: installPhase
  9323. 2445.43 s [hlint] Installing library in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  9324. 2445.43 s [hlint] Installing executable hlint in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin
  9325. 2445.43 s [hlint] Warning: The directory
  9326. 2445.43 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin is not in the
  9327. 2445.43 s [hlint] system search path.
  9328. 2445.43 s [hlint] Phase: fixupPhase
  9329. 2445.43 s [hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  9330. 2445.43 s [hlint] shrinking /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShlint-3.10-KYNXFDDzbKX7YhXpWolQTO-ghc9.10.2.so
  9331. 2445.43 s [hlint] shrinking /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin/hlint
  9332. 2445.43 s [hlint] checking for references to /build/ in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10...
  9333. 2445.43 s [hlint] gzipping man pages under /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/share/man/
  9334. 2445.43 s [hlint] patching script interpreter paths in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  9335. 2445.43 s [hlint] stripping (with command strip and flags -S -p) in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin
  9336. 2445.43 s [hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data
  9337. 2445.43 s [hlint] checking for references to /build/ in /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data...
  9338. 2445.43 s [hlint] patching script interpreter paths in /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data
  9339. 2445.43 s [hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc
  9340. 2445.43 s [hlint] checking for references to /build/ in /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc...
  9341. 2445.43 s [hlint] patching script interpreter paths in /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc
  9342. 2445.43 s [fourmolu] generates the correct output for: True [✔]
  9343. 2445.43 s [fourmolu] trailing-section-operators
  9344. 2445.43 s [fourmolu] generates the correct output for: False [✔]
  9345. 2445.43 s [fourmolu] generates the correct output for: True [✔]
  9346. 2445.43 s [fourmolu] unicode-syntax
  9347. 2445.43 s [fourmolu] generates the correct output for: detect [✔]
  9348. 2445.43 s [fourmolu] generates the correct output for: always [✔]
  9349. 2445.43 s [fourmolu] generates the correct output for: never [✔]
  9350. 2445.43 s [fourmolu] respectful
  9351. 2445.43 s [fourmolu] generates the correct output for: False [✔]
  9352. 2445.44 s [fourmolu] generates the correct output for: True [✔]
  9353. 2445.44 s [fourmolu] respectful-module-where
  9354. 2445.44 s [fourmolu] generates the correct output for: respectful=False + leading [✔]
  9355. 2445.44 s [fourmolu] generates the correct output for: respectful=False + trailing [✔]
  9356. 2445.44 s [fourmolu] generates the correct output for: respectful=False + diff-friendly [✔]
  9357. 2445.44 s [fourmolu] generates the correct output for: respectful=True + leading [✔]
  9358. 2445.44 s [fourmolu] generates the correct output for: respectful=True + trailing [✔]
  9359. 2445.44 s [fourmolu] generates the correct output for: respectful=True + diff-friendly [✔]
  9360. 2445.44 s [fourmolu] Ormolu.Diff.Text
  9361. 2445.44 s [fourmolu] printTextDiff
  9362. 2445.44 s [fourmolu] one-line-added [✔]
  9363. 2445.44 s [fourmolu] one-line-removed [✔]
  9364. 2445.44 s [fourmolu] no-preceding [✔]
  9365. 2445.44 s [fourmolu] no-following [✔]
  9366. 2445.44 s [fourmolu] simple-hunk [✔]
  9367. 2445.44 s [fourmolu] joined-hunk [✔]
  9368. 2445.44 s [fourmolu] two-hunks [✔]
  9369. 2445.44 s [fourmolu] trimming [✔]
  9370. 2445.44 s [fourmolu] trailing-blank-line [✔]
  9371. 2445.44 s [fourmolu] trimming-trailing-both-eof [✔]
  9372. 2445.44 s [fourmolu] trimming-trailing-both-out-of-margin [✔]
  9373. 2445.44 s [fourmolu] Ormolu.Fixity
  9374. 2445.44 s [fourmolu] gives the correct fixity info for (:) (built-in) [✔]
  9375. 2445.44 s [fourmolu] does not know operators from base if base is not a dependency [✔]
  9376. 2445.44 s [fourmolu] does not know operators from base if Prelude is not imported [✔]
  9377. 2445.44 s [fourmolu] infers fixities of operators from base correctly [✔]
  9378. 2445.44 s [fourmolu] does not know (>>>) when Control.Category is not imported [✔]
  9379. 2445.44 s [fourmolu] infer correct fixity for (>>>) when Control.Category is imported [✔]
  9380. 2445.44 s [fourmolu] handles 'as' imports correctly [✔]
  9381. 2445.44 s [fourmolu] handles 'qualified' imports correctly [✔]
  9382. 2445.44 s [fourmolu] handles 'qualified as' imports correctly [✔]
  9383. 2445.44 s [fourmolu] handles explicit import lists correctly [✔]
  9384. 2445.44 s [fourmolu] handles hiding import lists correctly [✔]
  9385. 2445.44 s [fourmolu] handles qualified imports with explicit import lists correctly [✔]
  9386. 2445.44 s [fourmolu] handles qualified import with hiding correctly [✔]
  9387. 2445.44 s [fourmolu] handles qualified import and explicit import lists correctly (1) [✔]
  9388. 2445.44 s [fourmolu] handles qualified import and explicit import lists correctly (2) [✔]
  9389. 2445.44 s [fourmolu] handles qualified import and hiding import correctly (1) [✔]
  9390. 2445.44 s [fourmolu] handles qualified import and hiding import correctly (2) [✔]
  9391. 2445.44 s [fourmolu] works for several imports from different packages [✔]
  9392. 2445.44 s [fourmolu] merges approximations in case of a conflict [✔]
  9393. 2445.44 s [fourmolu] correctly handles package-qualified imports (1) [✔]
  9394. 2445.44 s [fourmolu] correctly handles package-qualified imports (2) [✔]
  9395. 2445.44 s [fourmolu] default module re-exports: Control.Lens brings into scope Control.Lens.Lens [✔]
  9396. 2445.44 s [fourmolu] default module re-exports: Control.Lens qualified brings into scope Control.Lens.Lens [✔]
  9397. 2445.44 s [fourmolu] default module re-exports: Control.Lens qualified as brings into scope Control.Lens.Lens [✔]
  9398. 2445.44 s [fourmolu] re-export chains: exported module can itself re-export another module [✔]
  9399. 2445.44 s [fourmolu] Ormolu.Fixity.Parser
  9400. 2445.44 s [fourmolu] parseDotOrmolu
  9401. 2445.44 s [fourmolu] parses the empty input without choking [✔]
  9402. 2445.44 s [fourmolu] parses a collection of fixity declarations [✔]
  9403. 2445.44 s [fourmolu] accepts fractional operator precedences [✔]
  9404. 2445.44 s [fourmolu] combines conflicting fixity declarations correctly [✔]
  9405. 2445.44 s [fourmolu] handles CRLF line endings correctly [✔]
  9406. 2445.44 s [fourmolu] parses inputs without a trailing newline [✔]
  9407. 2445.44 s [fourmolu] fails with correct parse error (keyword wrong second line) [✔]
  9408. 2445.44 s [fourmolu] parses module re-exports and combines them correctly [✔]
  9409. 2445.44 s [fourmolu] parses fixity declarations + module re-export declarations with blanks [✔]
  9410. 2445.44 s [fourmolu] parseFixtiyDeclaration
  9411. 2445.44 s [fourmolu] parses a simple infixr declaration [✔]
  9412. 2445.44 s [fourmolu] parses a simple infixl declaration [✔]
  9413. 2445.44 s [fourmolu] parses a simple infix declaration [✔]
  9414. 2445.44 s [fourmolu] parses a declaration for a ticked identifier [✔]
  9415. 2445.44 s [fourmolu] parses a declaration for a ticked identifier (constructor case) [✔]
  9416. 2445.44 s [fourmolu] parses a multi-operator declaration [✔]
  9417. 2445.44 s [fourmolu] parses a declaration with a unicode operator [✔]
  9418. 2445.44 s [fourmolu] fails with correct parse error (keyword wrong) [✔]
  9419. 2445.44 s [fourmolu] fails with correct parse error (missing operator) [✔]
  9420. 2445.44 s [fourmolu] fails with correct parse error (trailing comma) [✔]
  9421. 2445.44 s [fourmolu] fails with correct parse error (precedence greater than 9) [✔]
  9422. 2445.44 s [fourmolu] parseModuleReexportDeclaration
  9423. 2445.65 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  9424. 2446.11 s [post-build-hook] Pushing 3 paths (219 are already present) using zstd to cache sellout ⏳
  9425. 2446.11 s [post-build-hook]
  9426. 2446.51 s [post-build-hook] Pushing /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc (7.99 MiB)
  9427. 2446.61 s [post-build-hook] Pushing /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data (112.98 KiB)
  9428. 2446.62 s [post-build-hook] Pushing /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10 (66.87 MiB)
  9429. 2448.93 s [post-build-hook]
  9430. 2448.93 s [post-build-hook] All done.
  9431. 2448.95 s [post-build-hook] Uploading to the NixCI cache: /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  9432. 2448.99 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  9433. 2449.24 s [post-build-hook] copying 3 paths...
  9434. 2449.24 s [post-build-hook] copying path '/nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data' to 'https://cache.nix-ci.com'...
  9435. 2449.48 s [post-build-hook] copying path '/nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc' to 'https://cache.nix-ci.com'...
  9436. 2450.69 s [post-build-hook] copying path '/nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10' to 'https://cache.nix-ci.com'...
  9437. 2466.54 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  9438. 2466.77 s [post-build-hook] copying 1 paths...
  9439. 2466.77 s [post-build-hook] copying path '/nix/store/24d3bg28wi6ir1d179pj0zd6wy2sffkx-hlint-3.10.drv' to 'https://cache.nix-ci.com'...
  9440. 2467.01 s Progress: 351 of 361 built (2 building), 370 of 370 downloaded from cache
  9441. 2467.01 s [fourmolu] parses a re-export declaration [✔]
  9442. 2467.01 s [fourmolu] parses a re-export declaration (explicit package) [✔]
  9443. 2467.01 s [fourmolu] fails with correct parse error (keyword wrong) [✔]
  9444. 2467.01 s [fourmolu] fails with correct parse error (module syntax) [✔]
  9445. 2467.02 s [fourmolu] fails with correct parse error (typo: export intead exports) [✔]
  9446. 2467.02 s [fourmolu] Ormolu.Fixity.Printer
  9447. 2467.02 s [fourmolu] parseFixityOverrides & printFixityOverrides
  9448. 2467.02 s [fourmolu] arbitrary fixity maps are printed and parsed back correctly [✔]
  9449. 2467.02 s [fourmolu] +++ OK, passed 100 tests.
  9450. 2467.02 s [fourmolu] Ormolu.Integration.CLI
  9451. 2467.02 s [fourmolu] Fourmolu CLI functionality
  9452. 2467.02 s [fourmolu] formats stdin when no files specified [✔]
  9453. 2467.02 s [fourmolu] formats stdin when stdin specified [✔]
  9454. 2467.02 s [fourmolu] finds config file in current directory when formatting stdin [✔]
  9455. 2467.02 s [fourmolu] finds config file in ancestor directory when formatting stdin [✔]
  9456. 2467.02 s [fourmolu] finds config file in directory of input file [✔]
  9457. 2467.02 s [fourmolu] finds config file in XDG directory [✔]
  9458. 2467.02 s [fourmolu] uses specified config file [✔]
  9459. 2467.02 s [fourmolu] recursively finds files in directories [✔]
  9460. 2467.02 s [fourmolu] ignores files in specific directories [✔]
  9461. 2467.02 s [fourmolu] Ormolu.Integration.CLIOptions
  9462. 2467.02 s [fourmolu] Fourmolu configuration via CLI
  9463. 2467.02 s [fourmolu] CLI options override default [✔]
  9464. 2467.02 s [fourmolu] CLI options used when config file lacks option [✔]
  9465. 2467.02 s [fourmolu] CLI options override config file option [✔]
  9466. 2467.02 s [fourmolu] prints defaults to stdout [✔]
  9467. 2467.02 s [fourmolu] Ormolu.Integration.Fixity
  9468. 2467.02 s [fourmolu] fixity-tests
  9469. 2467.02 s [fourmolu] File #0 works with no extra info [✔]
  9470. 2467.02 s [fourmolu] File #0 works with manual fixity info [✔]
  9471. 2467.02 s [fourmolu] File #0 works with fixity info from config [✔]
  9472. 2467.02 s [fourmolu] File #0 works when CLI overrides .ormolu [✔]
  9473. 2467.02 s [fourmolu] File #1 works with no extra info [✔]
  9474. 2467.02 s [fourmolu] File #1 works with manual fixity info [✔]
  9475. 2467.02 s [fourmolu] File #1 works with fixity info from config [✔]
  9476. 2467.02 s [fourmolu] File #1 works with weird fixity info overwrite [✔]
  9477. 2467.02 s [fourmolu] File #2 works with no extra info [✔]
  9478. 2467.02 s [fourmolu] File #2 works with manual reexport info [✔]
  9479. 2467.02 s [fourmolu] File #2 works with fixity info from config [✔]
  9480. 2467.02 s [fourmolu] Ormolu.Integration.Region
  9481. 2467.02 s [fourmolu] region-tests
  9482. 2467.02 s [fourmolu] Works with implicit arguments [✔]
  9483. 2467.02 s [fourmolu] Works with explicit arguments [✔]
  9484. 2467.02 s [fourmolu] Works with only --start-line [✔]
  9485. 2467.02 s [fourmolu] Works with only --end-line [✔]
  9486. 2467.02 s [fourmolu] Works with lines 8-9 [✔]
  9487. 2467.02 s [fourmolu] Works with lines 8-10 [✔]
  9488. 2467.02 s [fourmolu] Works with lines 11-14 [✔]
  9489. 2467.02 s [fourmolu] Works with lines 19-23 [✔]
  9490. 2467.02 s [fourmolu] Ormolu.OpTree
  9491. 2467.02 s [fourmolu] flattens a tree correctly [✔]
  9492. 2467.02 s [fourmolu] uses 'minOps' strategy by default [✔]
  9493. 2467.02 s [fourmolu] uses 'maxOps' strategy if 'minOps' strategy fails [✔]
  9494. 2467.02 s [fourmolu] defaults to 'hardSplitter' strategy if both 'minOps' and 'maxOps' strategies fail [✔]
  9495. 2467.02 s [fourmolu] reassociates correctly: complex example 1 [✔]
  9496. 2467.02 s [fourmolu] Ormolu.Parser.Options
  9497. 2467.02 s [fourmolu] GHC options in source files take priority
  9498. 2467.02 s [fourmolu] default extensions can be disabled locally [✔]
  9499. 2467.02 s [fourmolu] extensions disabled via CLI can be enabled locally [✔]
  9500. 2467.02 s [fourmolu] Ormolu.Parser.ParseFailure
  9501. 2467.02 s [fourmolu] disabling-preserves-error-location.hs fails at 12:1 [✔]
  9502. 2467.02 s [fourmolu] line-pragma.hs fails at 4:47 [✔]
  9503. 2467.02 s [fourmolu] Ormolu.Parser.Pragma
  9504. 2467.02 s [fourmolu] parsePragma
  9505. 2467.02 s [fourmolu] {-# LANGUAGE Foo #-} [✔]
  9506. 2467.02 s [fourmolu] {-# language Foo #-} [✔]
  9507. 2467.02 s [fourmolu] {-#LANGUAGE Foo#-} [✔]
  9508. 2467.02 s [fourmolu] {-# LANGUAGE Foo#-} [✔]
  9509. 2467.02 s [fourmolu] {-#language Foo#-} [✔]
  9510. 2467.02 s [fourmolu] {-# lAngUAGe Foo #-} [✔]
  9511. 2467.02 s [fourmolu] {-# LANGUAGE Foo, Bar #-} [✔]
  9512. 2467.02 s [fourmolu] {-# LANGUAGE Foo Bar #-} [✔]
  9513. 2467.02 s [fourmolu] {-# BOO Foo #-} [✔]
  9514. 2467.02 s [fourmolu] something [✔]
  9515. 2467.02 s [fourmolu] {-# LANGUAGE foo, Bar #-} [✔]
  9516. 2467.02 s [fourmolu] {-# OPTIONS_GHC foo bar baz #-} [✔]
  9517. 2467.02 s [fourmolu] {-#OPTIONS_HADDOCK foo, bar, baz #-} [✔]
  9518. 2467.02 s [fourmolu] Ormolu.Printer
  9519. 2467.02 s [fourmolu] module-header/shebang-with-pragmas.hs works (ormolu) [✔]
  9520. 2467.02 s [fourmolu] module-header/singleline.hs works (ormolu) [✔]
  9521. 2467.02 s [fourmolu] module-header/multiline-empty-comment.hs works (ormolu) [✔]
  9522. 2467.02 s [fourmolu] module-header/leading-empty-line.hs works (ormolu) [✔]
  9523. 2467.02 s [fourmolu] module-header/stack-header-0.hs works (ormolu) [✔]
  9524. 2467.02 s [fourmolu] module-header/warning-pragma.hs works (ormolu) [✔]
  9525. 2467.02 s [fourmolu] module-header/shebang.hs works (ormolu) [✔]
  9526. 2467.02 s [fourmolu] module-header/named-section.hs works (ormolu) [✔]
  9527. 2467.02 s [fourmolu] module-header/warning-pragma-list-multiline.hs works (ormolu) [✔]
  9528. 2467.02 s [fourmolu] module-header/warning-pragma-multiline.hs works (ormolu) [✔]
  9529. 2467.02 s [fourmolu] module-header/preceding-comment-with-haddock.hs works (ormolu) [✔]
  9530. 2467.02 s [fourmolu] module-header/stack-header-2.hs works (ormolu) [✔]
  9531. 2467.02 s [fourmolu] module-header/double-dot-with-names.hs works (ormolu) [✔]
  9532. 2467.02 s [fourmolu] module-header/stack-header-1.hs works (ormolu) [✔]
  9533. 2467.02 s [fourmolu] module-header/multiline.hs works (ormolu) [✔]
  9534. 2467.02 s [fourmolu] module-header/double-shebangs.hs works (ormolu) [✔]
  9535. 2467.02 s [lsp-types] [2 of 2] Compiling Language.LSP.MetaModel ( metamodel/Language/LSP/MetaModel.hs, dist/build/metamodel/Language/LSP/MetaModel.p_o )
  9536. 2467.02 s [lsp-types] Preprocessing executable 'generator' for lsp-types-2.3.0.1...
  9537. 2467.02 s [lsp-types] Building executable 'generator' for lsp-types-2.3.0.1...
  9538. 2467.02 s [lsp-types] [1 of 2] Compiling CodeGen ( generator/CodeGen.hs, dist/build/generator/generator-tmp/CodeGen.o )
  9539. 2467.02 s [lsp-types] [2 of 2] Compiling Main ( generator/Main.hs, dist/build/generator/generator-tmp/Main.o )
  9540. 2467.02 s [lsp-types] [3 of 3] Linking dist/build/generator/generator
  9541. 2467.02 s [lsp-types] buildPhase completed in 4 minutes 38 seconds
  9542. 2467.02 s [lsp-types] Phase: checkPhase
  9543. 2467.02 s [lsp-types] Running 1 test suites...
  9544. 2467.02 s [lsp-types] Test suite lsp-types-test: RUNNING...
  9545. 2467.02 s [lsp-types]
  9546. 2467.02 s [lsp-types] Capabilities
  9547. 2467.02 s [lsp-types] capabilities
  9548. 2467.02 s [lsp-types] produces full latest client capabilities [✔]
  9549. 2467.02 s [lsp-types] First time execution. Golden file created.
  9550. 2467.02 s [lsp-types] produces pre-3.10 client capabilities [✔]
  9551. 2467.02 s [lsp-types] First time execution. Golden file created.
  9552. 2467.02 s [lsp-types] Json
  9553. 2467.02 s [lsp-types] MarkedString
  9554. 2467.02 s [lsp-types] roundtrip [✔]
  9555. 2467.02 s [lsp-types] +++ OK, passed 100 tests.
  9556. 2467.02 s [lsp-types] MarkupContent
  9557. 2467.02 s [lsp-types] roundtrip [✔]
  9558. 2467.02 s [lsp-types] +++ OK, passed 100 tests.
  9559. 2467.02 s [lsp-types] TextDocumentContentChangeEvent
  9560. 2467.02 s [lsp-types] roundtrip [✔]
  9561. 2467.02 s [lsp-types] +++ OK, passed 100 tests.
  9562. 2467.02 s [lsp-types] WatchedFiles
  9563. 2467.02 s [lsp-types] roundtrip [✔]
  9564. 2467.02 s [lsp-types] +++ OK, passed 100 tests.
  9565. 2467.02 s [lsp-types] Registration
  9566. 2467.02 s [lsp-types] roundtrip [✔]
  9567. 2467.02 s [lsp-types] +++ OK, passed 100 tests.
  9568. 2467.02 s [lsp-types] CompletionList
  9569. 2467.02 s [lsp-types] handles optional field set to null in record [✔]
  9570. 2467.02 s [lsp-types] CompletionItem
  9571. 2467.02 s [lsp-types] example [✔]
  9572. 2467.02 s [lsp-types] RequestMessage
  9573. 2467.02 s [lsp-types] handles missing params field [✔]
  9574. 2467.02 s [lsp-types] handles params field set to null [✔]
  9575. 2467.02 s [lsp-types] ResponseMessage
  9576. 2467.02 s [lsp-types] Hover roundtrip [✔]
  9577. 2467.02 s [lsp-types] +++ OK, passed 100 tests.
  9578. 2467.02 s [lsp-types] decodes error data = null [✔]
  9579. 2467.02 s [lsp-types] throws if neither result nor error is present [✔]
  9580. 2467.02 s [lsp-types] throws if both result and error are present [✔]
  9581. 2467.02 s [lsp-types] decodes result = null [✔]
  9582. 2467.02 s [lsp-types] NotificationMessage
  9583. 2467.02 s [lsp-types] handles missing params field [✔]
  9584. 2467.02 s [lsp-types] Location
  9585. 2467.02 s [lsp-types] isSubrangeOf
  9586. 2467.02 s [lsp-types] is true if the first range is totally inside the second range [✔]
  9587. 2467.02 s [lsp-types] is true if two ranges equal [✔]
  9588. 2467.02 s [lsp-types] is false if the first range is outside of the second [✔]
  9589. 2467.02 s [lsp-types] positionInRange
  9590. 2467.02 s [lsp-types] is false if position is after the end of a single line range [✔]
  9591. 2467.02 s [lsp-types] is false if position is before the begining of a single line range [✔]
  9592. 2467.02 s [lsp-types] is true if position is in a single line range [✔]
  9593. 2467.02 s [lsp-types] is false if position is right at the end of the range [✔]
  9594. 2467.02 s [lsp-types] is true if position is in the middle of a multiline range [✔]
  9595. 2467.02 s [lsp-types] is false if position is before the beginning of a multiline range [✔]
  9596. 2467.02 s [lsp-types] is false if position is right at the end of a multiline range [✔]
  9597. 2467.02 s [lsp-types] Method
  9598. 2467.02 s [lsp-types] Method enum aeson instance consistency
  9599. 2467.02 s [lsp-types] Client Methods
  9600. 2467.02 s [lsp-types] maintains roundtrip consistency [✔]
  9601. 2467.02 s [lsp-types] Server Methods
  9602. 2467.02 s [lsp-types] maintains roundtrip consistency [✔]
  9603. 2467.02 s [lsp-types] SemanticTokens
  9604. 2467.02 s [lsp-types] relativize/absolutizeTokens
  9605. 2467.02 s [lsp-types] round-trips [✔]
  9606. 2467.02 s [lsp-types] handles big tokens [✔]
  9607. 2467.02 s [lsp-types] encodeTokens
  9608. 2467.02 s [lsp-types] when running the LSP examples
  9609. 2467.02 s [lsp-types] encodes example 1 correctly [✔]
  9610. 2467.02 s [lsp-types] encodes example 2 correctly [✔]
  9611. 2467.02 s [lsp-types] handles big tokens [✔]
  9612. 2467.02 s [lsp-types] computeEdits
  9613. 2467.02 s [lsp-types] handles an edit in the middle [✔]
  9614. 2467.02 s [lsp-types] handles an edit at the end [✔]
  9615. 2467.02 s [lsp-types] handles an edit at the beginning [✔]
  9616. 2467.02 s [lsp-types] handles an ambiguous edit [✔]
  9617. 2467.02 s [lsp-types] handles a long edit [✔]
  9618. 2467.02 s [lsp-types] handles multiple edits [✔]
  9619. 2467.02 s [lsp-types] handles big tokens [✔]
  9620. 2467.02 s [lsp-types] ServerCapabilities
  9621. 2467.02 s [lsp-types] server capabilities
  9622. 2467.02 s [lsp-types] folding range options
  9623. 2467.02 s [lsp-types] decodes
  9624. 2467.02 s [lsp-types] just id [✔]
  9625. 2467.02 s [lsp-types] id and document selector [✔]
  9626. 2467.02 s [lsp-types] static boolean [✔]
  9627. 2467.02 s [lsp-types] encodes
  9628. 2467.02 s [lsp-types] just id [✔]
  9629. 2467.02 s [lsp-types] decodes [✔]
  9630. 2467.02 s [lsp-types] client/registerCapability
  9631. 2467.02 s [lsp-types] allows empty registerOptions [✔]
  9632. 2467.02 s [lsp-types] Types
  9633. 2467.02 s [lsp-types] MarkupContent
  9634. 2467.02 s [lsp-types] appends two plainstrings [✔]
  9635. 2467.02 s [lsp-types] appends a marked up and a plain string [✔]
  9636. 2467.02 s [lsp-types] appends a plain string and a marked up string [✔]
  9637. 2467.02 s [lsp-types] URIFilePath
  9638. 2467.02 s [lsp-types] Platform aware URI file path functions
  9639. 2467.02 s [lsp-types] converts a URI to a POSIX file path [✔]
  9640. 2467.02 s [lsp-types] converts a POSIX file path to a URI [✔]
  9641. 2467.02 s [lsp-types] converts a URI to a Windows file path [✔]
  9642. 2467.02 s [lsp-types] converts a Windows file path to a URI [✔]
  9643. 2467.02 s [lsp-types] converts a POSIX file path to a URI [✔]
  9644. 2467.02 s [lsp-types] converts a Windows file path to a URI [✔]
  9645. 2467.02 s [lsp-types] converts a Windows file path to a URI [✔]
  9646. 2467.02 s [lsp-types] converts a POSIX file path to a URI and back [✔]
  9647. 2467.02 s [fourmolu] module-header/multiline2.hs works (ormolu) [✔]
  9648. 2467.02 s [fourmolu] module-header/singleline-empty.hs works (ormolu) [✔]
  9649. 2467.02 s [fourmolu] module-header/simple.hs works (ormolu) [✔]
  9650. 2467.02 s [fourmolu] module-header/multiline-with-comments.hs works (ormolu) [✔]
  9651. 2467.02 s [fourmolu] module-header/empty.hs works (ormolu) [✔]
  9652. 2467.02 s [fourmolu] module-header/simple-with-comments.hs works (ormolu) [✔]
  9653. 2467.02 s [fourmolu] module-header/empty-haddock.hs works (ormolu) [✔]
  9654. 2467.02 s [fourmolu] module-header/warning-pragma-singleton-list.hs works (ormolu) [✔]
  9655. 2467.02 s [fourmolu] module-header/multiline-empty.hs works (ormolu) [✔]
  9656. 2467.02 s [fourmolu] import/explicit-imports.hs works (ormolu) [✔]
  9657. 2467.02 s [fourmolu] import/misc.hs works (ormolu) [✔]
  9658. 2467.02 s [fourmolu] import/sorted.hs works (ormolu) [✔]
  9659. 2467.02 s [fourmolu] import/explicit-prelude.hs works (ormolu) [✔]
  9660. 2467.02 s [fourmolu] import/nested-explicit-imports.hs works (ormolu) [✔]
  9661. 2467.02 s [fourmolu] import/deprecated-export-single-line.hs works (ormolu) [✔]
  9662. 2467.02 s [fourmolu] import/explicit-imports-with-comments.hs works (ormolu) [✔]
  9663. 2467.02 s [fourmolu] import/comments-inside-imports.hs works (ormolu) [✔]
  9664. 2467.02 s [fourmolu] import/qualified-prelude.hs works (ormolu) [✔]
  9665. 2467.02 s [fourmolu] import/comments-per-import.hs works (ormolu) [✔]
  9666. 2467.02 s [fourmolu] import/merging-1.hs works (ormolu) [✔]
  9667. 2467.02 s [fourmolu] import/docstrings-after-exports.hs works (ormolu) [✔]
  9668. 2467.02 s [fourmolu] import/sorted-package-imports.hs works (ormolu) [✔]
  9669. 2467.02 s [fourmolu] import/sorted-export-list.hs works (ormolu) [✔]
  9670. 2467.02 s [fourmolu] import/deprecated-export-multi-line.hs works (ormolu) [✔]
  9671. 2467.02 s [fourmolu] import/deduplication-bug.hs works (ormolu) [✔]
  9672. 2467.02 s [fourmolu] import/simple.hs works (ormolu) [✔]
  9673. 2467.02 s [fourmolu] import/merging-2.hs works (ormolu) [✔]
  9674. 2467.02 s [fourmolu] import/merging-0.hs works (ormolu) [✔]
  9675. 2467.02 s [fourmolu] import/qualified-post.hs works (ormolu) [✔]
  9676. 2467.02 s [fourmolu] declaration/instance/instance-sigs-multiple.hs works (ormolu) [✔]
  9677. 2467.02 s [fourmolu] declaration/instance/associated-types.hs works (ormolu) [✔]
  9678. 2467.02 s [fourmolu] declaration/instance/associated-data.hs works (ormolu) [✔]
  9679. 2467.02 s [fourmolu] declaration/instance/data-family-instances.hs works (ormolu) [✔]
  9680. 2467.02 s [fourmolu] declaration/instance/contexts-comments.hs works (ormolu) [✔]
  9681. 2467.02 s [fourmolu] declaration/instance/contexts.hs works (ormolu) [✔]
  9682. 2467.02 s [fourmolu] declaration/instance/data-family-instances-newtype.hs works (ormolu) [✔]
  9683. 2467.02 s [fourmolu] declaration/instance/instance-sigs.hs works (ormolu) [✔]
  9684. 2467.02 s [fourmolu] declaration/instance/multi-parameter.hs works (ormolu) [✔]
  9685. 2467.02 s [fourmolu] declaration/instance/empty-instance.hs works (ormolu) [✔]
  9686. 2467.02 s [fourmolu] declaration/instance/overlappable-instances.hs works (ormolu) [✔]
  9687. 2467.02 s [fourmolu] declaration/instance/single-parameter.hs works (ormolu) [✔]
  9688. 2467.02 s [fourmolu] declaration/instance/newlines-between-methods.hs works (ormolu) [✔]
  9689. 2467.02 s [fourmolu] declaration/instance/newlines-after-where.hs works (ormolu) [✔]
  9690. 2467.02 s [fourmolu] declaration/instance/data-family-instances-gadt.hs works (ormolu) [✔]
  9691. 2467.02 s [fourmolu] declaration/instance/type-family-instances.hs works (ormolu) [✔]
  9692. 2467.02 s [fourmolu] declaration/data/unnamed-field-comment-0.hs works (ormolu) [✔]
  9693. 2467.02 s [fourmolu] declaration/data/record-fancy-existential.hs works (ormolu) [✔]
  9694. 2467.02 s [fourmolu] declaration/data/infix.hs works (ormolu) [✔]
  9695. 2467.02 s [fourmolu] declaration/data/deriving-strategies.hs works (ormolu) [✔]
  9696. 2467.02 s [fourmolu] declaration/data/ctype-1.hs works (ormolu) [✔]
  9697. 2467.02 s [fourmolu] declaration/data/multiline-names.hs works (ormolu) [✔]
  9698. 2467.02 s [fourmolu] declaration/data/partly-documented.hs works (ormolu) [✔]
  9699. 2467.02 s [fourmolu] declaration/data/record-singleline.hs works (ormolu) [✔]
  9700. 2467.02 s [fourmolu] declaration/data/with-comment.hs works (ormolu) [✔]
  9701. 2467.02 s [fourmolu] declaration/data/record.hs works (ormolu) [✔]
  9702. 2467.02 s [fourmolu] declaration/data/record-multi-const.hs works (ormolu) [✔]
  9703. 2467.02 s [fourmolu] declaration/data/deriving.hs works (ormolu) [✔]
  9704. 2467.02 s [fourmolu] declaration/data/infix-haddocks.hs works (ormolu) [✔]
  9705. 2467.02 s [fourmolu] declaration/data/strictness.hs works (ormolu) [✔]
  9706. 2467.02 s [fourmolu] declaration/data/invisible-binders.hs works (ormolu) [✔]
  9707. 2467.02 s [fourmolu] declaration/data/unnamed-field-comment-3.hs works (ormolu) [✔]
  9708. 2467.02 s [fourmolu] declaration/data/unnamed-field-comment-2.hs works (ormolu) [✔]
  9709. 2467.02 s [fourmolu] declaration/data/single-constructor-with-haddock.hs works (ormolu) [✔]
  9710. 2467.02 s [fourmolu] declaration/data/kind-annotations.hs works (ormolu) [✔]
  9711. 2467.02 s [fourmolu] declaration/data/with-weird-haddock.hs works (ormolu) [✔]
  9712. 2467.02 s [fourmolu] declaration/data/datatype-contexts.hs works (ormolu) [✔]
  9713. 2467.02 s [fourmolu] declaration/data/operators.hs works (ormolu) [✔]
  9714. 2467.02 s [fourmolu] declaration/data/existential-multiline.hs works (ormolu) [✔]
  9715. 2467.02 s [fourmolu] declaration/data/newtype.hs works (ormolu) [✔]
  9716. 2467.02 s [fourmolu] declaration/data/existential-unicode.hs works (ormolu) [✔]
  9717. 2467.02 s [lsp-types] converts a Posix file path to a URI and back [✔]
  9718. 2467.02 s [lsp-types] +++ OK, passed 100 tests.
  9719. 2467.02 s [lsp-types] converts a Windows file path to a URI and back [✔]
  9720. 2467.02 s [lsp-types] +++ OK, passed 100 tests.
  9721. 2467.02 s [lsp-types] converts a relative POSIX file path to a URI and back [✔]
  9722. 2467.02 s [lsp-types] URI file path functions
  9723. 2467.02 s [lsp-types] converts a URI to a file path [✔]
  9724. 2467.02 s [lsp-types] converts a file path to a URI [✔]
  9725. 2467.02 s [lsp-types] removes unnecessary current directory paths [✔]
  9726. 2467.02 s [fourmolu] declaration/data/simple-broken.hs works (ormolu) [✔]
  9727. 2467.02 s [fourmolu] declaration/data/unnamed-field-comment-1.hs works (ormolu) [✔]
  9728. 2467.02 s [fourmolu] declaration/data/wildcard-binders.hs works (ormolu) [✔]
  9729. 2467.02 s [fourmolu] declaration/data/multiline.hs works (ormolu) [✔]
  9730. 2467.02 s [fourmolu] declaration/data/gadt-syntax.hs works (ormolu) [✔]
  9731. 2467.02 s [fourmolu] declaration/data/ctype-0.hs works (ormolu) [✔]
  9732. 2467.02 s [fourmolu] declaration/data/simple.hs works (ormolu) [✔]
  9733. 2467.02 s [fourmolu] declaration/data/type-data.hs works (ormolu) [✔]
  9734. 2467.02 s [fourmolu] declaration/data/empty.hs works (ormolu) [✔]
  9735. 2467.02 s [fourmolu] declaration/data/multiline-arg-parens.hs works (ormolu) [✔]
  9736. 2467.02 s [fourmolu] declaration/data/fat-multiline.hs works (ormolu) [✔]
  9737. 2467.02 s [fourmolu] declaration/data/existential.hs works (ormolu) [✔]
  9738. 2467.02 s [fourmolu] declaration/data/field-layout/record-1.hs works (ormolu) [✔]
  9739. 2467.02 s [fourmolu] declaration/data/field-layout/variants.hs works (ormolu) [✔]
  9740. 2467.02 s [fourmolu] declaration/data/field-layout/gadt.hs works (ormolu) [✔]
  9741. 2467.02 s [fourmolu] declaration/data/field-layout/record-2.hs works (ormolu) [✔]
  9742. 2467.02 s [fourmolu] declaration/data/field-layout/record-0.hs works (ormolu) [✔]
  9743. 2467.02 s [fourmolu] declaration/data/gadt/unicode.hs works (ormolu) [✔]
  9744. 2467.02 s [fourmolu] declaration/data/gadt/record.hs works (ormolu) [✔]
  9745. 2467.02 s [fourmolu] declaration/data/gadt/strictness.hs works (ormolu) [✔]
  9746. 2467.02 s [fourmolu] declaration/data/gadt/multiline-where.hs works (ormolu) [✔]
  9747. 2467.02 s [fourmolu] declaration/data/gadt/multiline.hs works (ormolu) [✔]
  9748. 2467.03 s [fourmolu] declaration/data/gadt/simple.hs works (ormolu) [✔]
  9749. 2467.03 s [fourmolu] declaration/data/gadt/multiple-declaration.hs works (ormolu) [✔]
  9750. 2467.03 s [fourmolu] declaration/rewrite-rule/forall-1.hs works (ormolu) [✔]
  9751. 2467.03 s [fourmolu] declaration/rewrite-rule/basic2.hs works (ormolu) [✔]
  9752. 2467.03 s [fourmolu] declaration/rewrite-rule/prelude4.hs works (ormolu) [✔]
  9753. 2467.03 s [fourmolu] declaration/rewrite-rule/phase.hs works (ormolu) [✔]
  9754. 2467.03 s [fourmolu] declaration/rewrite-rule/forall-0.hs works (ormolu) [✔]
  9755. 2467.03 s [fourmolu] declaration/rewrite-rule/prelude2.hs works (ormolu) [✔]
  9756. 2467.03 s [fourmolu] declaration/rewrite-rule/prelude1.hs works (ormolu) [✔]
  9757. 2467.03 s [fourmolu] declaration/rewrite-rule/empty.hs works (ormolu) [✔]
  9758. 2467.03 s [fourmolu] declaration/rewrite-rule/prelude3.hs works (ormolu) [✔]
  9759. 2467.03 s [fourmolu] declaration/rewrite-rule/never-active.hs works (ormolu) [✔]
  9760. 2467.03 s [fourmolu] declaration/rewrite-rule/basic1.hs works (ormolu) [✔]
  9761. 2467.03 s [fourmolu] declaration/rewrite-rule/type-signature.hs works (ormolu) [✔]
  9762. 2467.03 s [fourmolu] declaration/default/default.hs works (ormolu) [✔]
  9763. 2467.03 s [fourmolu] declaration/annotation/annotation.hs works (ormolu) [✔]
  9764. 2467.03 s [fourmolu] declaration/splice/bracket-unicode.hs works (ormolu) [✔]
  9765. 2467.03 s [fourmolu] declaration/splice/bracket.hs works (ormolu) [✔]
  9766. 2467.03 s [fourmolu] declaration/splice/splice-decl.hs works (ormolu) [✔]
  9767. 2467.03 s [fourmolu] declaration/splice/bracket-declaration.hs works (ormolu) [✔]
  9768. 2467.03 s [fourmolu] declaration/splice/grouped-splices.hs works (ormolu) [✔]
  9769. 2467.03 s [fourmolu] declaration/splice/untyped-splice.hs works (ormolu) [✔]
  9770. 2467.03 s [fourmolu] declaration/splice/quasiquote.hs works (ormolu) [✔]
  9771. 2467.03 s [fourmolu] declaration/splice/typed-splice.hs works (ormolu) [✔]
  9772. 2467.03 s [fourmolu] declaration/splice/quotes.hs works (ormolu) [✔]
  9773. 2467.03 s [fourmolu] declaration/type-synonyms/multi-line.hs works (ormolu) [✔]
  9774. 2467.03 s [fourmolu] declaration/type-synonyms/with-weird-haddock.hs works (ormolu) [✔]
  9775. 2467.03 s [fourmolu] declaration/type-synonyms/simple.hs works (ormolu) [✔]
  9776. 2467.03 s [fourmolu] declaration/type/misc-kind-signatures.hs works (ormolu) [✔]
  9777. 2467.03 s [fourmolu] declaration/type/splice.hs works (ormolu) [✔]
  9778. 2467.03 s [fourmolu] declaration/type/wildcard-binders.hs works (ormolu) [✔]
  9779. 2467.03 s [fourmolu] declaration/type/forall.hs works (ormolu) [✔]
  9780. 2467.03 s [fourmolu] declaration/type/parens-comments.hs works (ormolu) [✔]
  9781. 2467.03 s [fourmolu] declaration/type/visible-forall.hs works (ormolu) [✔]
  9782. 2467.03 s [fourmolu] declaration/type/promotion-0.hs works (ormolu) [✔]
  9783. 2467.03 s [fourmolu] declaration/type/type-applications.hs works (ormolu) [✔]
  9784. 2467.03 s [fourmolu] declaration/type/promotion-no-puns.hs works (ormolu) [✔]
  9785. 2467.03 s [fourmolu] declaration/type/lits.hs works (ormolu) [✔]
  9786. 2467.03 s [fourmolu] declaration/type/promotion-1.hs works (ormolu) [✔]
  9787. 2467.03 s [fourmolu] declaration/signature/standalone-kind.hs works (ormolu) [✔]
  9788. 2467.03 s [fourmolu] declaration/signature/complete/complete.hs works (ormolu) [✔]
  9789. 2467.03 s [fourmolu] declaration/signature/inline/noinline.hs works (ormolu) [✔]
  9790. 2467.03 s [fourmolu] declaration/signature/inline/conlike.hs works (ormolu) [✔]
  9791. 2467.03 s [fourmolu] declaration/signature/inline/inlineable.hs works (ormolu) [✔]
  9792. 2467.03 s [fourmolu] declaration/signature/inline/inline.hs works (ormolu) [✔]
  9793. 2467.03 s [fourmolu] declaration/signature/type/multi-value.hs works (ormolu) [✔]
  9794. 2467.03 s [fourmolu] declaration/signature/type/unicode.hs works (ormolu) [✔]
  9795. 2467.03 s [fourmolu] declaration/signature/type/unrelated.hs works (ormolu) [✔]
  9796. 2467.03 s [fourmolu] declaration/signature/type/arguments.hs works (ormolu) [✔]
  9797. 2467.03 s [fourmolu] declaration/signature/type/context-multi-line.hs works (ormolu) [✔]
  9798. 2467.03 s [fourmolu] declaration/signature/type/infix-promoted-type-constructor.hs works (ormolu) [✔]
  9799. 2467.03 s [fourmolu] declaration/signature/type/context-single-line.hs works (ormolu) [✔]
  9800. 2467.03 s [fourmolu] declaration/signature/type/long-multiline-applications.hs works (ormolu) [✔]
  9801. 2467.03 s [fourmolu] declaration/signature/type/long-function-name.hs works (ormolu) [✔]
  9802. 2467.03 s [fourmolu] declaration/signature/specialize/specialize.hs works (ormolu) [✔]
  9803. 2467.03 s [fourmolu] declaration/signature/specialize/specialize-instance.hs works (ormolu) [✔]
  9804. 2467.03 s [fourmolu] declaration/signature/fixity/infix.hs works (ormolu) [✔]
  9805. 2467.03 s [fourmolu] declaration/signature/fixity/infixl.hs works (ormolu) [✔]
  9806. 2467.03 s [fourmolu] declaration/signature/fixity/infixr.hs works (ormolu) [✔]
  9807. 2467.03 s [fourmolu] declaration/signature/pattern/single-line.hs works (ormolu) [✔]
  9808. 2467.03 s [fourmolu] declaration/signature/pattern/multiline.hs works (ormolu) [✔]
  9809. 2467.03 s [fourmolu] declaration/signature/minimal/minimal.hs works (ormolu) [✔]
  9810. 2467.03 s [fourmolu] declaration/signature/set-cost-centre/set-cost-centre.hs works (ormolu) [✔]
  9811. 2467.03 s [fourmolu] declaration/foreign/foreign-export.hs works (ormolu) [✔]
  9812. 2467.03 s [fourmolu] declaration/foreign/foreign-import.hs works (ormolu) [✔]
  9813. 2467.03 s [fourmolu] declaration/value/function/multiline-strings-1.hs works (ormolu) [✔]
  9814. 2467.03 s [fourmolu] declaration/value/function/case-single-line.hs works (ormolu) [✔]
  9815. 2467.03 s [fourmolu] declaration/value/function/blank-lines-let.hs works (ormolu) [✔]
  9816. 2467.03 s [fourmolu] declaration/value/function/operator-comments-1.hs works (ormolu) [✔]
  9817. 2467.03 s [fourmolu] declaration/value/function/implicit-params.hs works (ormolu) [✔]
  9818. 2467.03 s [fourmolu] declaration/value/function/block-arguments.hs works (ormolu) [✔]
  9819. 2467.03 s [fourmolu] declaration/value/function/parallel-comprehensions-single-line.hs works (ormolu) [✔]
  9820. 2467.03 s [fourmolu] declaration/value/function/lambda-case.hs works (ormolu) [✔]
  9821. 2467.03 s [fourmolu] declaration/value/function/tuple-sections.hs works (ormolu) [✔]
  9822. 2467.03 s [fourmolu] declaration/value/function/let-multi-line.hs works (ormolu) [✔]
  9823. 2467.03 s [fourmolu] declaration/value/function/complex-list.hs works (ormolu) [✔]
  9824. 2467.03 s [fourmolu] declaration/value/function/unboxed-tuples.hs works (ormolu) [✔]
  9825. 2467.03 s [fourmolu] declaration/value/function/awkward-comment-1.hs works (ormolu) [✔]
  9826. 2467.03 s [fourmolu] declaration/value/function/multiline-strings-6.hs works (ormolu) [✔]
  9827. 2467.03 s [fourmolu] declaration/value/function/operator-sections.hs works (ormolu) [✔]
  9828. 2467.03 s [fourmolu] declaration/value/function/let-single-line.hs works (ormolu) [✔]
  9829. 2467.03 s [fourmolu] declaration/value/function/where-nested.hs works (ormolu) [✔]
  9830. 2467.03 s [fourmolu] declaration/value/function/static-pointers.hs works (ormolu) [✔]
  9831. 2467.03 s [fourmolu] declaration/value/function/operators-2.hs works (ormolu) [✔]
  9832. 2467.03 s [fourmolu] declaration/value/function/operators-6.hs works (ormolu) [✔]
  9833. 2467.03 s [fourmolu] declaration/value/function/backticks.hs works (ormolu) [✔]
  9834. 2467.03 s [fourmolu] declaration/value/function/operator-comments-0.hs works (ormolu) [✔]
  9835. 2467.03 s [fourmolu] declaration/value/function/multiline-strings-0.hs works (ormolu) [✔]
  9836. 2467.03 s [fourmolu] declaration/value/function/operators-7.hs works (ormolu) [✔]
  9837. 2467.03 s [fourmolu] declaration/value/function/multiline-arguments.hs works (ormolu) [✔]
  9838. 2467.03 s [fourmolu] declaration/value/function/multiple-guards.hs works (ormolu) [✔]
  9839. 2467.03 s [fourmolu] declaration/value/function/explicit-type.hs works (ormolu) [✔]
  9840. 2467.03 s [fourmolu] declaration/value/function/typed-hole.hs works (ormolu) [✔]
  9841. 2467.03 s [fourmolu] declaration/value/function/unboxed-sums.hs works (ormolu) [✔]
  9842. 2467.03 s [fourmolu] declaration/value/function/multi-way-if.hs works (ormolu) [✔]
  9843. 2467.03 s [fourmolu] declaration/value/function/pragmas.hs works (ormolu) [✔]
  9844. 2467.03 s [fourmolu] declaration/value/function/parallel-comprehensions-complex.hs works (ormolu) [✔]
  9845. 2467.03 s [fourmolu] declaration/value/function/if-single-line-functions.hs works (ormolu) [✔]
  9846. 2467.03 s [fourmolu] declaration/value/function/application-2.hs works (ormolu) [✔]
  9847. 2467.03 s [fourmolu] declaration/value/function/tricky-parens.hs works (ormolu) [✔]
  9848. 2467.03 s [fourmolu] declaration/value/function/type-abstractions.hs works (ormolu) [✔]
  9849. 2467.03 s [fourmolu] declaration/value/function/backticks-lhs.hs works (ormolu) [✔]
  9850. 2467.03 s [fourmolu] declaration/value/function/lambda-multi-line1.hs works (ormolu) [✔]
  9851. 2467.03 s [fourmolu] declaration/value/function/arg-breakpoints.hs works (ormolu) [✔]
  9852. 2467.03 s [fourmolu] declaration/value/function/parens.hs works (ormolu) [✔]
  9853. 2467.03 s [fourmolu] declaration/value/function/type-applications-and-splice.hs works (ormolu) [✔]
  9854. 2467.03 s [fourmolu] declaration/value/function/multiline-strings-4.hs works (ormolu) [✔]
  9855. 2467.03 s [fourmolu] declaration/value/function/list-notation-3.hs works (ormolu) [✔]
  9856. 2467.03 s [fourmolu] declaration/value/function/operators-4.hs works (ormolu) [✔]
  9857. 2467.03 s [fourmolu] declaration/value/function/multiline-types.hs works (ormolu) [✔]
  9858. 2467.03 s [fourmolu] declaration/value/function/splice.hs works (ormolu) [✔]
  9859. 2467.03 s [fourmolu] declaration/value/function/unboxed-string-lit.hs works (ormolu) [✔]
  9860. 2467.03 s [fourmolu] declaration/value/function/operators-3.hs works (ormolu) [✔]
  9861. 2467.03 s [fourmolu] declaration/value/function/multiple-matches.hs works (ormolu) [✔]
  9862. 2467.03 s [fourmolu] declaration/value/function/case-multi-line-guards.hs works (ormolu) [✔]
  9863. 2467.03 s [fourmolu] declaration/value/function/list-notation-0.hs works (ormolu) [✔]
  9864. 2467.03 s [fourmolu] declaration/value/function/if-with-comment-before-do-blocks.hs works (ormolu) [✔]
  9865. 2467.03 s [fourmolu] declaration/value/function/multiline-strings-8.hs works (ormolu) [✔]
  9866. 2467.03 s [fourmolu] declaration/value/function/list-notation-1.hs works (ormolu) [✔]
  9867. 2467.03 s [fourmolu] declaration/value/function/lambda-single-line.hs works (ormolu) [✔]
  9868. 2467.03 s [fourmolu] declaration/value/function/if-with-comment-in-branches-with-functions.hs works (ormolu) [✔]
  9869. 2467.03 s [fourmolu] declaration/value/function/awkward-comment-0.hs works (ormolu) [✔]
  9870. 2467.03 s [fourmolu] declaration/value/function/guards.hs works (ormolu) [✔]
  9871. 2467.03 s [fourmolu] declaration/value/function/lambda-multi-line2.hs works (ormolu) [✔]
  9872. 2467.03 s [fourmolu] declaration/value/function/equality-constraints.hs works (ormolu) [✔]
  9873. 2467.03 s [fourmolu] declaration/value/function/lexical-negation.hs works (ormolu) [✔]
  9874. 2467.03 s [fourmolu] declaration/value/function/multiline-strings-5.hs works (ormolu) [✔]
  9875. 2467.03 s [fourmolu] declaration/value/function/do-where.hs works (ormolu) [✔]
  9876. 2467.03 s [fourmolu] declaration/value/function/if-with-comment-next-to-keyword.hs works (ormolu) [✔]
  9877. 2467.03 s [fourmolu] declaration/value/function/blank-lines-where.hs works (ormolu) [✔]
  9878. 2467.03 s [fourmolu] declaration/value/function/operator-hash-with-unboxed-sums.hs works (ormolu) [✔]
  9879. 2467.03 s [fourmolu] declaration/value/function/newline-single-line-body.hs works (ormolu) [✔]
  9880. 2467.03 s [fourmolu] declaration/value/function/negative-literals.hs works (ormolu) [✔]
  9881. 2467.03 s [fourmolu] declaration/value/function/parens-comments.hs works (ormolu) [✔]
  9882. 2467.03 s [fourmolu] declaration/value/function/tuples.hs works (ormolu) [✔]
  9883. 2467.03 s [fourmolu] declaration/value/function/parenthesis-lhs.hs works (ormolu) [✔]
  9884. 2467.03 s [fourmolu] declaration/value/function/let-nested.hs works (ormolu) [✔]
  9885. 2467.03 s [fourmolu] declaration/value/function/application-1.hs works (ormolu) [✔]
  9886. 2467.03 s [fourmolu] declaration/value/function/simple.hs works (ormolu) [✔]
  9887. 2467.03 s [fourmolu] declaration/value/function/primitive-literals.hs works (ormolu) [✔]
  9888. 2467.03 s [fourmolu] declaration/value/function/list-comprehensions.hs works (ormolu) [✔]
  9889. 2467.03 s [fourmolu] declaration/value/function/application-0.hs works (ormolu) [✔]
  9890. 2467.03 s [fourmolu] declaration/value/function/typed-expressions.hs works (ormolu) [✔]
  9891. 2467.03 s [fourmolu] declaration/value/function/list-notation-2.hs works (ormolu) [✔]
  9892. 2467.03 s [fourmolu] declaration/value/function/if-single-line-functions-do.hs works (ormolu) [✔]
  9893. 2467.03 s [fourmolu] declaration/value/function/case-multi-line.hs works (ormolu) [✔]
  9894. 2467.03 s [fourmolu] declaration/value/function/builtin-syntax.hs works (ormolu) [✔]
  9895. 2467.03 s [fourmolu] declaration/value/function/required-type-arguments.hs works (ormolu) [✔]
  9896. 2467.03 s [fourmolu] declaration/value/function/operator-hash-without-unboxed-sums.hs works (ormolu) [✔]
  9897. 2467.03 s [fourmolu] declaration/value/function/operator-comments-2.hs works (ormolu) [✔]
  9898. 2467.03 s [fourmolu] declaration/value/function/operators-0.hs works (ormolu) [✔]
  9899. 2467.03 s [fourmolu] declaration/value/function/if-single-line.hs works (ormolu) [✔]
  9900. 2467.03 s [fourmolu] declaration/value/function/arithmetic-sequences.hs works (ormolu) [✔]
  9901. 2467.03 s [fourmolu] declaration/value/function/do-single-multi.hs works (ormolu) [✔]
  9902. 2467.03 s [fourmolu] declaration/value/function/prefix.hs works (ormolu) [✔]
  9903. 2467.03 s [fourmolu] declaration/value/function/type-applications.hs works (ormolu) [✔]
  9904. 2467.03 s [fourmolu] declaration/value/function/quasi-quotes.hs works (ormolu) [✔]
  9905. 2467.03 s [fourmolu] declaration/value/function/fancy-forall-1.hs works (ormolu) [✔]
  9906. 2467.03 s [fourmolu] declaration/value/function/if-multi-line.hs works (ormolu) [✔]
  9907. 2467.03 s [fourmolu] declaration/value/function/overindentation.hs works (ormolu) [✔]
  9908. 2467.03 s [fourmolu] declaration/value/function/multiline-strings-7.hs works (ormolu) [✔]
  9909. 2467.03 s [fourmolu] declaration/value/function/operator-fixity-defaulting.hs works (ormolu) [✔]
  9910. 2467.03 s [fourmolu] declaration/value/function/negation.hs works (ormolu) [✔]
  9911. 2467.03 s [fourmolu] declaration/value/function/multiline-strings-2.hs works (ormolu) [✔]
  9912. 2467.03 s [fourmolu] declaration/value/function/required-type-arguments-2.hs works (ormolu) [✔]
  9913. 2467.03 s [fourmolu] declaration/value/function/where.hs works (ormolu) [✔]
  9914. 2467.03 s [fourmolu] declaration/value/function/multiline-strings-3.hs works (ormolu) [✔]
  9915. 2467.03 s [fourmolu] declaration/value/function/if-with-comment-in-branches.hs works (ormolu) [✔]
  9916. 2467.03 s [fourmolu] declaration/value/function/fancy-forall-0.hs works (ormolu) [✔]
  9917. 2467.03 s [fourmolu] declaration/value/function/operators-1.hs works (ormolu) [✔]
  9918. 2467.03 s [fourmolu] declaration/value/function/if-with-comment-above-branches.hs works (ormolu) [✔]
  9919. 2467.03 s [fourmolu] declaration/value/function/overloaded-labels.hs works (ormolu) [✔]
  9920. 2467.03 s [fourmolu] declaration/value/function/strings.hs works (ormolu) [✔]
  9921. 2467.03 s [fourmolu] declaration/value/function/case-empty.hs works (ormolu) [✔]
  9922. 2467.03 s [fourmolu] declaration/value/function/operators-5.hs works (ormolu) [✔]
  9923. 2467.03 s [fourmolu] declaration/value/function/do/operator-and-parens.hs works (ormolu) [✔]
  9924. 2467.03 s [fourmolu] declaration/value/function/do/recursive-do-rec.hs works (ormolu) [✔]
  9925. 2467.03 s [fourmolu] declaration/value/function/do/comment-alignment.hs works (ormolu) [✔]
  9926. 2467.03 s [fourmolu] declaration/value/function/do/applications-and-parens.hs works (ormolu) [✔]
  9927. 2467.03 s [fourmolu] declaration/value/function/do/comment-spacing.hs works (ormolu) [✔]
  9928. 2467.03 s [fourmolu] declaration/value/function/do/recursive-do-mdo.hs works (ormolu) [✔]
  9929. 2467.03 s [fourmolu] declaration/value/function/do/let.hs works (ormolu) [✔]
  9930. 2467.03 s [fourmolu] declaration/value/function/do/blocks.hs works (ormolu) [✔]
  9931. 2467.03 s [fourmolu] declaration/value/function/do/hang-rhs-arrow.hs works (ormolu) [✔]
  9932. 2467.03 s [fourmolu] declaration/value/function/do/do-dollar-mixed-chain.hs works (ormolu) [✔]
  9933. 2467.03 s [fourmolu] declaration/value/function/do/expr.hs works (ormolu) [✔]
  9934. 2467.03 s [fourmolu] declaration/value/function/comprehension/transform-multi-line1.hs works (ormolu) [✔]
  9935. 2467.03 s [fourmolu] declaration/value/function/comprehension/transform-monad.hs works (ormolu) [✔]
  9936. 2467.03 s [fourmolu] declaration/value/function/comprehension/transform-multi-line4.hs works (ormolu) [✔]
  9937. 2467.03 s [fourmolu] declaration/value/function/comprehension/transform-single-line.hs works (ormolu) [✔]
  9938. 2467.03 s [fourmolu] declaration/value/function/comprehension/transform-multi-line2.hs works (ormolu) [✔]
  9939. 2467.03 s [fourmolu] declaration/value/function/comprehension/transform-multi-line3.hs works (ormolu) [✔]
  9940. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-1.hs works (ormolu) [✔]
  9941. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-l-gt.hs works (ormolu) [✔]
  9942. 2467.03 s [fourmolu] declaration/value/function/infix/qualified-ops.hs works (ormolu) [✔]
  9943. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-dollar.hs works (ormolu) [✔]
  9944. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-s-normal.hs works (ormolu) [✔]
  9945. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-s-dollar.hs works (ormolu) [✔]
  9946. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-2.hs works (ormolu) [✔]
  9947. 2467.03 s [fourmolu] declaration/value/function/infix/unicode.hs works (ormolu) [✔]
  9948. 2467.03 s [fourmolu] declaration/value/function/infix/lenses.hs works (ormolu) [✔]
  9949. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-s-colon.hs works (ormolu) [✔]
  9950. 2467.03 s [fourmolu] declaration/value/function/infix/dollar-chains-3.hs works (ormolu) [✔]
  9951. 2467.03 s [fourmolu] declaration/value/function/infix/dollar-chains-5.hs works (ormolu) [✔]
  9952. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-2.hs works (ormolu) [✔]
  9953. 2467.03 s [fourmolu] declaration/value/function/infix/comments.hs works (ormolu) [✔]
  9954. 2467.03 s [fourmolu] declaration/value/function/infix/qualified-prelude.hs works (ormolu) [✔]
  9955. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-dollar.hs works (ormolu) [✔]
  9956. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-normal.hs works (ormolu) [✔]
  9957. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-2.hs works (ormolu) [✔]
  9958. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-normal.hs works (ormolu) [✔]
  9959. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-2.hs works (ormolu) [✔]
  9960. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-colon-do.hs works (ormolu) [✔]
  9961. 2467.03 s [fourmolu] declaration/value/function/infix/do.hs works (ormolu) [✔]
  9962. 2467.03 s [fourmolu] declaration/value/function/infix/dollar-chains-4.hs works (ormolu) [✔]
  9963. 2467.03 s [fourmolu] declaration/value/function/infix/dollar-chains-6.hs works (ormolu) [✔]
  9964. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-l-eq.hs works (ormolu) [✔]
  9965. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-1.hs works (ormolu) [✔]
  9966. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-1.hs works (ormolu) [✔]
  9967. 2467.03 s [fourmolu] declaration/value/function/infix/dollar-chains-2.hs works (ormolu) [✔]
  9968. 2467.03 s [fourmolu] declaration/value/function/infix/applicative.hs works (ormolu) [✔]
  9969. 2467.03 s [fourmolu] declaration/value/function/infix/hanging.hs works (ormolu) [✔]
  9970. 2467.03 s [fourmolu] declaration/value/function/infix/esqueleto-0.hs works (ormolu) [✔]
  9971. 2467.03 s [fourmolu] declaration/value/function/infix/simple.hs works (ormolu) [✔]
  9972. 2467.03 s [fourmolu] declaration/value/function/infix/tricky-colon-chain.hs works (ormolu) [✔]
  9973. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-l-s.hs works (ormolu) [✔]
  9974. 2467.03 s [fourmolu] declaration/value/function/infix/esqueleto-1.hs works (ormolu) [✔]
  9975. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-l-lt.hs works (ormolu) [✔]
  9976. 2467.03 s [fourmolu] declaration/value/function/infix/hspec-expectation.hs works (ormolu) [✔]
  9977. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-normal.hs works (ormolu) [✔]
  9978. 2467.03 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-1.hs works (ormolu) [✔]
  9979. 2467.03 s [fourmolu] declaration/value/function/infix/fractional-precedence.hs works (ormolu) [✔]
  9980. 2467.03 s [fourmolu] declaration/value/function/infix/dollar-chains-1.hs works (ormolu) [✔]
  9981. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-applications.hs works (ormolu) [✔]
  9982. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-do-simple2.hs works (ormolu) [✔]
  9983. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-lambdas.hs works (ormolu) [✔]
  9984. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-form-do-indent.hs works (ormolu) [✔]
  9985. 2467.03 s [fourmolu] declaration/value/function/arrow/multiline-case.hs works (ormolu) [✔]
  9986. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-lets.hs works (ormolu) [✔]
  9987. 2467.03 s [fourmolu] declaration/value/function/arrow/recursive-procs.hs works (ormolu) [✔]
  9988. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-forms2.hs works (ormolu) [✔]
  9989. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-cases.hs works (ormolu) [✔]
  9990. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-do-simple1.hs works (ormolu) [✔]
  9991. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-ifs.hs works (ormolu) [✔]
  9992. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-applications2.hs works (ormolu) [✔]
  9993. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-parentheses.hs works (ormolu) [✔]
  9994. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-do-complex.hs works (ormolu) [✔]
  9995. 2467.03 s [fourmolu] declaration/value/function/arrow/proc-forms1.hs works (ormolu) [✔]
  9996. 2467.03 s [fourmolu] declaration/value/function/record/hanging-after-equal-update.hs works (ormolu) [✔]
  9997. 2467.03 s [fourmolu] declaration/value/function/record/record-dot.hs works (ormolu) [✔]
  9998. 2467.03 s [fourmolu] declaration/value/function/record/wildcards.hs works (ormolu) [✔]
  9999. 2467.03 s [fourmolu] declaration/value/function/record/inter-comments.hs works (ormolu) [✔]
  10000. 2467.03 s [fourmolu] declaration/value/function/record/updaters.hs works (ormolu) [✔]
  10001. 2467.03 s [fourmolu] declaration/value/function/record/hanging-after-equal-con.hs works (ormolu) [✔]
  10002. 2467.03 s [fourmolu] declaration/value/function/record/constructors.hs works (ormolu) [✔]
  10003. 2467.03 s [fourmolu] declaration/value/function/pattern/many-guards-in-singleline.hs works (ormolu) [✔]
  10004. 2467.03 s [fourmolu] declaration/value/function/pattern/n-plus-k-pattern.hs works (ormolu) [✔]
  10005. 2467.03 s [fourmolu] declaration/value/function/pattern/unboxed-sum-pattern.hs works (ormolu) [✔]
  10006. 2467.03 s [fourmolu] declaration/value/function/pattern/strictness.hs works (ormolu) [✔]
  10007. 2467.04 s [fourmolu] declaration/value/function/pattern/or-patterns.hs works (ormolu) [✔]
  10008. 2467.04 s [fourmolu] declaration/value/function/pattern/sig-pattern.hs works (ormolu) [✔]
  10009. 2467.04 s [fourmolu] declaration/value/function/pattern/quasi-quotes-pattern.hs works (ormolu) [✔]
  10010. 2467.04 s [fourmolu] declaration/value/function/pattern/splice-pattern.hs works (ormolu) [✔]
  10011. 2467.04 s [fourmolu] declaration/value/function/pattern/multiline-guard-statement.hs works (ormolu) [✔]
  10012. 2467.04 s [fourmolu] declaration/value/function/pattern/as-pattern.hs works (ormolu) [✔]
  10013. 2467.04 s [fourmolu] declaration/value/function/pattern/record-patterns.hs works (ormolu) [✔]
  10014. 2467.04 s [fourmolu] declaration/value/function/pattern/famous-cardano-pattern.hs works (ormolu) [✔]
  10015. 2467.04 s [fourmolu] declaration/value/function/pattern/view-pattern.hs works (ormolu) [✔]
  10016. 2467.04 s [fourmolu] declaration/value/function/pattern/pattern-bind.hs works (ormolu) [✔]
  10017. 2467.04 s [fourmolu] declaration/value/function/pattern/multiline-case-pattern.hs works (ormolu) [✔]
  10018. 2467.04 s [fourmolu] declaration/value/function/pattern/multiple-guard-statements.hs works (ormolu) [✔]
  10019. 2467.04 s [fourmolu] declaration/value/other/comments-get-before-op.hs works (ormolu) [✔]
  10020. 2467.04 s [fourmolu] declaration/value/other/line-single-line.hs works (ormolu) [✔]
  10021. 2467.04 s [fourmolu] declaration/value/other/line-multi-line.hs works (ormolu) [✔]
  10022. 2467.04 s [fourmolu] declaration/value/pattern-synonyms/explicitely-bidirectional.hs works (ormolu) [✔]
  10023. 2467.04 s [fourmolu] declaration/value/pattern-synonyms/unidirectional.hs works (ormolu) [✔]
  10024. 2467.04 s [fourmolu] declaration/value/pattern-synonyms/bidirectional.hs works (ormolu) [✔]
  10025. 2467.04 s [fourmolu] declaration/role-annotation/multi-line.hs works (ormolu) [✔]
  10026. 2467.04 s [fourmolu] declaration/role-annotation/single-line.hs works (ormolu) [✔]
  10027. 2467.04 s [fourmolu] declaration/deriving/singleline.hs works (ormolu) [✔]
  10028. 2467.04 s [fourmolu] declaration/deriving/multiline.hs works (ormolu) [✔]
  10029. 2467.04 s [fourmolu] declaration/deriving/overlapping.hs works (ormolu) [✔]
  10030. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/infix.hs works (ormolu) [✔]
  10031. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/multi-line.hs works (ormolu) [✔]
  10032. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/promotion.hs works (ormolu) [✔]
  10033. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/no-annotation.hs works (ormolu) [✔]
  10034. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/with-comments.hs works (ormolu) [✔]
  10035. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/with-equal-sign.hs works (ormolu) [✔]
  10036. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/type-arguments.hs works (ormolu) [✔]
  10037. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/simple.hs works (ormolu) [✔]
  10038. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/injective.hs works (ormolu) [✔]
  10039. 2467.04 s [fourmolu] declaration/type-families/closed-type-family/with-forall.hs works (ormolu) [✔]
  10040. 2467.04 s [fourmolu] declaration/type-families/data-family/no-annotation.hs works (ormolu) [✔]
  10041. 2467.04 s [fourmolu] declaration/type-families/data-family/type-arguments.hs works (ormolu) [✔]
  10042. 2467.04 s [fourmolu] declaration/type-families/data-family/simple.hs works (ormolu) [✔]
  10043. 2467.04 s [fourmolu] declaration/type-families/type-family/operator.hs works (ormolu) [✔]
  10044. 2467.04 s [fourmolu] declaration/type-families/type-family/no-annotation.hs works (ormolu) [✔]
  10045. 2467.04 s [fourmolu] declaration/type-families/type-family/simple.hs works (ormolu) [✔]
  10046. 2467.04 s [fourmolu] declaration/type-families/type-family/injective.hs works (ormolu) [✔]
  10047. 2467.04 s [fourmolu] declaration/class/newlines-and-haddocks.hs works (ormolu) [✔]
  10048. 2467.04 s [fourmolu] declaration/class/empty-classes.hs works (ormolu) [✔]
  10049. 2467.04 s [fourmolu] declaration/class/dependency-super-classes.hs works (ormolu) [✔]
  10050. 2467.04 s [fourmolu] declaration/class/multi-parameters2.hs works (ormolu) [✔]
  10051. 2467.04 s [fourmolu] declaration/class/type-operators1.hs works (ormolu) [✔]
  10052. 2467.04 s [fourmolu] declaration/class/poly-kinded-classes.hs works (ormolu) [✔]
  10053. 2467.04 s [fourmolu] declaration/class/type-operators2.hs works (ormolu) [✔]
  10054. 2467.04 s [fourmolu] declaration/class/single-parameters.hs works (ormolu) [✔]
  10055. 2467.04 s [fourmolu] declaration/class/default-implementations.hs works (ormolu) [✔]
  10056. 2467.04 s [fourmolu] declaration/class/associated-data1.hs works (ormolu) [✔]
  10057. 2467.04 s [fourmolu] declaration/class/type-operators3.hs works (ormolu) [✔]
  10058. 2467.04 s [fourmolu] declaration/class/associated-data2.hs works (ormolu) [✔]
  10059. 2467.04 s [fourmolu] declaration/class/functional-dependencies.hs works (ormolu) [✔]
  10060. 2467.04 s [fourmolu] declaration/class/newlines-and-default-decls.hs works (ormolu) [✔]
  10061. 2467.04 s [fourmolu] declaration/class/associated-types1.hs works (ormolu) [✔]
  10062. 2467.04 s [fourmolu] declaration/class/super-classes.hs works (ormolu) [✔]
  10063. 2467.04 s [fourmolu] declaration/class/newlines-between-methods.hs works (ormolu) [✔]
  10064. 2467.04 s [fourmolu] declaration/class/newlines-after-where.hs works (ormolu) [✔]
  10065. 2467.04 s [fourmolu] declaration/class/multi-parameters1.hs works (ormolu) [✔]
  10066. 2467.04 s [fourmolu] declaration/class/associated-type-defaults.hs works (ormolu) [✔]
  10067. 2467.04 s [fourmolu] declaration/class/default-signatures.hs works (ormolu) [✔]
  10068. 2467.04 s [fourmolu] declaration/class/default-signatures-simple.hs works (ormolu) [✔]
  10069. 2467.04 s [fourmolu] declaration/class/default-implementations-comments.hs works (ormolu) [✔]
  10070. 2467.04 s [fourmolu] declaration/class/associated-types2.hs works (ormolu) [✔]
  10071. 2467.04 s [fourmolu] declaration/warning/warning-multiline.hs works (ormolu) [✔]
  10072. 2467.04 s [fourmolu] declaration/warning/warning-single-line.hs works (ormolu) [✔]
  10073. 2467.04 s [fourmolu] other/invalid-haddock-weird.hs works (ormolu) [✔]
  10074. 2467.04 s [fourmolu] other/argument-comment.hs works (ormolu) [✔]
  10075. 2467.04 s [fourmolu] other/merging-comments.hs works (ormolu) [✔]
  10076. 2467.04 s [fourmolu] other/pragma-comments.hs works (ormolu) [✔]
  10077. 2467.04 s [fourmolu] other/comment-glued-together.hs works (ormolu) [✔]
  10078. 2467.04 s [fourmolu] other/multiline-forall.hs works (ormolu) [✔]
  10079. 2467.04 s [fourmolu] other/following-comment-last-2.hs works (ormolu) [✔]
  10080. 2467.04 s [fourmolu] other/haddock-sections.hs works (ormolu) [✔]
  10081. 2467.04 s [fourmolu] other/consequetive-pipe-comments.hs works (ormolu) [✔]
  10082. 2467.04 s [fourmolu] other/comment-alignment.hs works (ormolu) [✔]
  10083. 2467.04 s [fourmolu] other/comment-style-transform.hs works (ormolu) [✔]
  10084. 2467.04 s [fourmolu] other/comment-spacing.hs works (ormolu) [✔]
  10085. 2467.04 s [fourmolu] other/ascii.hs works (ormolu) [✔]
  10086. 2467.04 s [fourmolu] other/necessary-brackets.hs works (ormolu) [✔]
  10087. 2467.04 s [fourmolu] other/comment-trailing-space.hs works (ormolu) [✔]
  10088. 2467.04 s [fourmolu] other/comment-following-preceding-gap.hs works (ormolu) [✔]
  10089. 2467.04 s [fourmolu] other/pragma-sorting.hs works (ormolu) [✔]
  10090. 2467.04 s [fourmolu] other/invalid-haddock-2.hs works (ormolu) [✔]
  10091. 2467.04 s [fourmolu] other/pragma-comments-after.hs works (ormolu) [✔]
  10092. 2467.04 s [fourmolu] other/comment-inside-construct.hs works (ormolu) [✔]
  10093. 2467.04 s [fourmolu] other/comment-after-preceding-haddock.hs works (ormolu) [✔]
  10094. 2467.04 s [fourmolu] other/empty-forall.hs works (ormolu) [✔]
  10095. 2467.04 s [fourmolu] other/invalid-haddock-double-trigger.hs works (ormolu) [✔]
  10096. 2467.04 s [fourmolu] other/following-comment-last-0.hs works (ormolu) [✔]
  10097. 2467.04 s [fourmolu] other/haddock-without-module-header.hs works (ormolu) [✔]
  10098. 2467.04 s [fourmolu] other/following-comment-last-3.hs works (ormolu) [✔]
  10099. 2467.04 s [fourmolu] other/pragma-no-header.hs works (ormolu) [✔]
  10100. 2467.04 s [fourmolu] other/invalid-haddock-1.hs works (ormolu) [✔]
  10101. 2467.04 s [fourmolu] other/overly-indented.hs works (ormolu) [✔]
  10102. 2467.04 s [fourmolu] other/comment-two-blocks.hs works (ormolu) [✔]
  10103. 2467.04 s [fourmolu] other/comment-multiline-after.hs works (ormolu) [✔]
  10104. 2467.04 s [fourmolu] other/multiple-blank-line-comment.hs works (ormolu) [✔]
  10105. 2467.04 s [fourmolu] other/following-comment-last-1.hs works (ormolu) [✔]
  10106. 2467.04 s [fourmolu] other/pragma.hs works (ormolu) [✔]
  10107. 2467.04 s [fourmolu] other/comment-empty-let.hs works (ormolu) [✔]
  10108. 2467.04 s [fourmolu] other/empty-haddock.hs works (ormolu) [✔]
  10109. 2467.04 s [fourmolu] other/jsffi.hs works (ormolu) [✔]
  10110. 2467.04 s [fourmolu] other/linear-arrows.hs works (ormolu) [✔]
  10111. 2467.04 s [fourmolu] other/inline-comment-0.hs works (ormolu) [✔]
  10112. 2467.04 s [fourmolu] other/comment-before-hanging.hs works (ormolu) [✔]
  10113. 2467.04 s [fourmolu] other/multiline-comments-reindent.hs works (ormolu) [✔]
  10114. 2467.04 s [fourmolu] other/trailing-whitespace.hs works (ormolu) [✔]
  10115. 2467.04 s [fourmolu] other/inline-comment-1.hs works (ormolu) [✔]
  10116. 2467.04 s [fourmolu] other/cpp/separation-0b.hs works (ormolu) [✔]
  10117. 2467.04 s [fourmolu] other/cpp/separation-0a.hs works (ormolu) [✔]
  10118. 2467.04 s [fourmolu] other/cpp/shifted.hs works (ormolu) [✔]
  10119. 2467.04 s [fourmolu] other/cpp/separation-1b.hs works (ormolu) [✔]
  10120. 2467.04 s [fourmolu] other/cpp/separation-2a.hs works (ormolu) [✔]
  10121. 2467.04 s [fourmolu] other/cpp/simple-import.hs works (ormolu) [✔]
  10122. 2467.04 s [fourmolu] other/cpp/separation-1a.hs works (ormolu) [✔]
  10123. 2467.04 s [fourmolu] other/cpp/separation-2b.hs works (ormolu) [✔]
  10124. 2467.04 s [fourmolu] other/cpp/cpp-and-imports.hs works (ormolu) [✔]
  10125. 2467.04 s [fourmolu] other/cpp/continuation.hs works (ormolu) [✔]
  10126. 2467.04 s [fourmolu] other/cpp/lonely-hash.hs works (ormolu) [✔]
  10127. 2467.04 s [fourmolu] other/disabling/line-pragma-in-disabled-region.hs works (ormolu) [✔]
  10128. 2467.04 s [fourmolu] other/disabling/single-definition.hs works (ormolu) [✔]
  10129. 2467.04 s [fourmolu] other/disabling/preserve-trailing-whitespace.hs works (ormolu) [✔]
  10130. 2467.04 s [fourmolu] other/disabling/closing-comment-in-disabled-region.hs works (ormolu) [✔]
  10131. 2467.04 s [fourmolu] other/disabling/normalize-magic-comments.hs works (ormolu) [✔]
  10132. 2467.04 s [fourmolu] other/disabling/whole-file.hs works (ormolu) [✔]
  10133. 2467.04 s [fourmolu] other/disabling/preserve-empty-lines.hs works (ormolu) [✔]
  10134. 2467.04 s [fourmolu] other/disabling/suffix-comment.hs works (ormolu) [✔]
  10135. 2467.04 s [fourmolu] other/disabling/empty-disabled-region.hs works (ormolu) [✔]
  10136. 2467.04 s [fourmolu] fourmolu/multiline-haddocks.hs works (ormolu) [✔]
  10137. 2467.04 s [fourmolu] fourmolu/list-multiline.hs works (ormolu) [✔]
  10138. 2467.04 s [fourmolu] fourmolu/mixed-disable-pragmas.hs works (ormolu) [✔]
  10139. 2467.04 s [fourmolu] fourmolu/type-app-promoted.hs works (ormolu) [✔]
  10140. 2467.04 s [fourmolu] module-header/shebang-with-pragmas.hs works (fourmolu) [✔]
  10141. 2467.04 s [fourmolu] module-header/singleline.hs works (fourmolu) [✔]
  10142. 2467.04 s [fourmolu] module-header/multiline-empty-comment.hs works (fourmolu) [✔]
  10143. 2467.04 s [fourmolu] module-header/leading-empty-line.hs works (fourmolu) [✔]
  10144. 2467.04 s [fourmolu] module-header/stack-header-0.hs works (fourmolu) [✔]
  10145. 2467.04 s [fourmolu] module-header/warning-pragma.hs works (fourmolu) [✔]
  10146. 2467.04 s [fourmolu] module-header/shebang.hs works (fourmolu) [✔]
  10147. 2467.04 s [fourmolu] module-header/named-section.hs works (fourmolu) [✔]
  10148. 2467.04 s [fourmolu] module-header/warning-pragma-list-multiline.hs works (fourmolu) [✔]
  10149. 2467.04 s [fourmolu] module-header/warning-pragma-multiline.hs works (fourmolu) [✔]
  10150. 2467.04 s [fourmolu] module-header/preceding-comment-with-haddock.hs works (fourmolu) [✔]
  10151. 2467.04 s [fourmolu] module-header/stack-header-2.hs works (fourmolu) [✔]
  10152. 2467.04 s [fourmolu] module-header/double-dot-with-names.hs works (fourmolu) [✔]
  10153. 2467.04 s [fourmolu] module-header/stack-header-1.hs works (fourmolu) [✔]
  10154. 2467.04 s [fourmolu] module-header/multiline.hs works (fourmolu) [✔]
  10155. 2467.04 s [fourmolu] module-header/double-shebangs.hs works (fourmolu) [✔]
  10156. 2467.04 s [fourmolu] module-header/multiline2.hs works (fourmolu) [✔]
  10157. 2467.04 s [fourmolu] module-header/singleline-empty.hs works (fourmolu) [✔]
  10158. 2467.04 s [fourmolu] module-header/simple.hs works (fourmolu) [✔]
  10159. 2467.04 s [fourmolu] module-header/multiline-with-comments.hs works (fourmolu) [✔]
  10160. 2467.04 s [fourmolu] module-header/empty.hs works (fourmolu) [✔]
  10161. 2467.04 s [fourmolu] module-header/simple-with-comments.hs works (fourmolu) [✔]
  10162. 2467.04 s [fourmolu] module-header/empty-haddock.hs works (fourmolu) [✔]
  10163. 2467.04 s [fourmolu] module-header/warning-pragma-singleton-list.hs works (fourmolu) [✔]
  10164. 2467.04 s [fourmolu] module-header/multiline-empty.hs works (fourmolu) [✔]
  10165. 2467.04 s [fourmolu] import/explicit-imports.hs works (fourmolu) [✔]
  10166. 2467.04 s [fourmolu] import/misc.hs works (fourmolu) [✔]
  10167. 2467.04 s [fourmolu] import/sorted.hs works (fourmolu) [✔]
  10168. 2467.04 s [fourmolu] import/explicit-prelude.hs works (fourmolu) [✔]
  10169. 2467.04 s [fourmolu] import/nested-explicit-imports.hs works (fourmolu) [✔]
  10170. 2467.04 s [fourmolu] import/deprecated-export-single-line.hs works (fourmolu) [✔]
  10171. 2467.04 s [fourmolu] import/explicit-imports-with-comments.hs works (fourmolu) [✔]
  10172. 2467.04 s [fourmolu] import/comments-inside-imports.hs works (fourmolu) [✔]
  10173. 2467.04 s [fourmolu] import/qualified-prelude.hs works (fourmolu) [✔]
  10174. 2467.04 s [fourmolu] import/comments-per-import.hs works (fourmolu) [✔]
  10175. 2467.04 s [fourmolu] import/merging-1.hs works (fourmolu) [✔]
  10176. 2467.04 s [fourmolu] import/docstrings-after-exports.hs works (fourmolu) [✔]
  10177. 2467.04 s [fourmolu] import/sorted-package-imports.hs works (fourmolu) [✔]
  10178. 2467.04 s [fourmolu] import/sorted-export-list.hs works (fourmolu) [✔]
  10179. 2467.04 s [fourmolu] import/deprecated-export-multi-line.hs works (fourmolu) [✔]
  10180. 2467.04 s [fourmolu] import/deduplication-bug.hs works (fourmolu) [✔]
  10181. 2467.04 s [fourmolu] import/simple.hs works (fourmolu) [✔]
  10182. 2467.04 s [fourmolu] import/merging-2.hs works (fourmolu) [✔]
  10183. 2467.04 s [fourmolu] import/merging-0.hs works (fourmolu) [✔]
  10184. 2467.04 s [fourmolu] import/qualified-post.hs works (fourmolu) [✔]
  10185. 2467.04 s [fourmolu] declaration/instance/instance-sigs-multiple.hs works (fourmolu) [✔]
  10186. 2467.04 s [fourmolu] declaration/instance/associated-types.hs works (fourmolu) [✔]
  10187. 2467.04 s [fourmolu] declaration/instance/associated-data.hs works (fourmolu) [✔]
  10188. 2467.04 s [fourmolu] declaration/instance/data-family-instances.hs works (fourmolu) [✔]
  10189. 2467.04 s [fourmolu] declaration/instance/contexts-comments.hs works (fourmolu) [✔]
  10190. 2467.04 s [fourmolu] declaration/instance/contexts.hs works (fourmolu) [✔]
  10191. 2467.04 s [fourmolu] declaration/instance/data-family-instances-newtype.hs works (fourmolu) [✔]
  10192. 2467.04 s [fourmolu] declaration/instance/instance-sigs.hs works (fourmolu) [✔]
  10193. 2467.04 s [fourmolu] declaration/instance/multi-parameter.hs works (fourmolu) [✔]
  10194. 2467.04 s [fourmolu] declaration/instance/empty-instance.hs works (fourmolu) [✔]
  10195. 2467.04 s [fourmolu] declaration/instance/overlappable-instances.hs works (fourmolu) [✔]
  10196. 2467.04 s [fourmolu] declaration/instance/single-parameter.hs works (fourmolu) [✔]
  10197. 2467.04 s [fourmolu] declaration/instance/newlines-between-methods.hs works (fourmolu) [✔]
  10198. 2467.04 s [fourmolu] declaration/instance/newlines-after-where.hs works (fourmolu) [✔]
  10199. 2467.04 s [fourmolu] declaration/instance/data-family-instances-gadt.hs works (fourmolu) [✔]
  10200. 2467.04 s [fourmolu] declaration/instance/type-family-instances.hs works (fourmolu) [✔]
  10201. 2467.04 s [fourmolu] declaration/data/unnamed-field-comment-0.hs works (fourmolu) [✔]
  10202. 2467.04 s [fourmolu] declaration/data/record-fancy-existential.hs works (fourmolu) [✔]
  10203. 2467.04 s [fourmolu] declaration/data/infix.hs works (fourmolu) [✔]
  10204. 2467.04 s [fourmolu] declaration/data/deriving-strategies.hs works (fourmolu) [✔]
  10205. 2467.04 s [fourmolu] declaration/data/ctype-1.hs works (fourmolu) [✔]
  10206. 2467.04 s [fourmolu] declaration/data/multiline-names.hs works (fourmolu) [✔]
  10207. 2467.04 s [fourmolu] declaration/data/partly-documented.hs works (fourmolu) [✔]
  10208. 2467.04 s [fourmolu] declaration/data/record-singleline.hs works (fourmolu) [✔]
  10209. 2467.04 s [fourmolu] declaration/data/with-comment.hs works (fourmolu) [✔]
  10210. 2467.04 s [fourmolu] declaration/data/record.hs works (fourmolu) [✔]
  10211. 2467.04 s [fourmolu] declaration/data/record-multi-const.hs works (fourmolu) [✔]
  10212. 2467.04 s [fourmolu] declaration/data/deriving.hs works (fourmolu) [✔]
  10213. 2467.04 s [fourmolu] declaration/data/infix-haddocks.hs works (fourmolu) [✔]
  10214. 2467.04 s [fourmolu] declaration/data/strictness.hs works (fourmolu) [✔]
  10215. 2467.04 s [fourmolu] declaration/data/invisible-binders.hs works (fourmolu) [✔]
  10216. 2467.04 s [fourmolu] declaration/data/unnamed-field-comment-3.hs works (fourmolu) [✔]
  10217. 2467.04 s [fourmolu] declaration/data/unnamed-field-comment-2.hs works (fourmolu) [✔]
  10218. 2467.04 s [fourmolu] declaration/data/single-constructor-with-haddock.hs works (fourmolu) [✔]
  10219. 2467.04 s [fourmolu] declaration/data/kind-annotations.hs works (fourmolu) [✔]
  10220. 2467.04 s [fourmolu] declaration/data/with-weird-haddock.hs works (fourmolu) [✔]
  10221. 2467.04 s [fourmolu] declaration/data/datatype-contexts.hs works (fourmolu) [✔]
  10222. 2467.04 s [fourmolu] declaration/data/operators.hs works (fourmolu) [✔]
  10223. 2467.04 s [fourmolu] declaration/data/existential-multiline.hs works (fourmolu) [✔]
  10224. 2467.04 s [fourmolu] declaration/data/newtype.hs works (fourmolu) [✔]
  10225. 2467.04 s [fourmolu] declaration/data/existential-unicode.hs works (fourmolu) [✔]
  10226. 2467.04 s [fourmolu] declaration/data/simple-broken.hs works (fourmolu) [✔]
  10227. 2467.04 s [fourmolu] declaration/data/unnamed-field-comment-1.hs works (fourmolu) [✔]
  10228. 2467.04 s [fourmolu] declaration/data/wildcard-binders.hs works (fourmolu) [✔]
  10229. 2467.04 s [fourmolu] declaration/data/multiline.hs works (fourmolu) [✔]
  10230. 2467.04 s [fourmolu] declaration/data/gadt-syntax.hs works (fourmolu) [✔]
  10231. 2467.04 s [fourmolu] declaration/data/ctype-0.hs works (fourmolu) [✔]
  10232. 2467.04 s [fourmolu] declaration/data/simple.hs works (fourmolu) [✔]
  10233. 2467.04 s [fourmolu] declaration/data/type-data.hs works (fourmolu) [✔]
  10234. 2467.04 s [fourmolu] declaration/data/empty.hs works (fourmolu) [✔]
  10235. 2467.04 s [fourmolu] declaration/data/multiline-arg-parens.hs works (fourmolu) [✔]
  10236. 2467.04 s [fourmolu] declaration/data/fat-multiline.hs works (fourmolu) [✔]
  10237. 2467.04 s [fourmolu] declaration/data/existential.hs works (fourmolu) [✔]
  10238. 2467.04 s [fourmolu] declaration/data/field-layout/record-1.hs works (fourmolu) [✔]
  10239. 2467.04 s [fourmolu] declaration/data/field-layout/variants.hs works (fourmolu) [✔]
  10240. 2467.04 s [fourmolu] declaration/data/field-layout/gadt.hs works (fourmolu) [✔]
  10241. 2467.04 s [fourmolu] declaration/data/field-layout/record-2.hs works (fourmolu) [✔]
  10242. 2467.04 s [fourmolu] declaration/data/field-layout/record-0.hs works (fourmolu) [✔]
  10243. 2467.04 s [fourmolu] declaration/data/gadt/unicode.hs works (fourmolu) [✔]
  10244. 2467.04 s [fourmolu] declaration/data/gadt/record.hs works (fourmolu) [✔]
  10245. 2467.04 s [fourmolu] declaration/data/gadt/strictness.hs works (fourmolu) [✔]
  10246. 2467.04 s [fourmolu] declaration/data/gadt/multiline-where.hs works (fourmolu) [✔]
  10247. 2467.04 s [fourmolu] declaration/data/gadt/multiline.hs works (fourmolu) [✔]
  10248. 2467.04 s [fourmolu] declaration/data/gadt/simple.hs works (fourmolu) [✔]
  10249. 2467.04 s [fourmolu] declaration/data/gadt/multiple-declaration.hs works (fourmolu) [✔]
  10250. 2467.04 s [fourmolu] declaration/rewrite-rule/forall-1.hs works (fourmolu) [✔]
  10251. 2467.04 s [fourmolu] declaration/rewrite-rule/basic2.hs works (fourmolu) [✔]
  10252. 2467.04 s [fourmolu] declaration/rewrite-rule/prelude4.hs works (fourmolu) [✔]
  10253. 2467.04 s [fourmolu] declaration/rewrite-rule/phase.hs works (fourmolu) [✔]
  10254. 2467.04 s [fourmolu] declaration/rewrite-rule/forall-0.hs works (fourmolu) [✔]
  10255. 2467.04 s [fourmolu] declaration/rewrite-rule/prelude2.hs works (fourmolu) [✔]
  10256. 2467.04 s [fourmolu] declaration/rewrite-rule/prelude1.hs works (fourmolu) [✔]
  10257. 2467.04 s [fourmolu] declaration/rewrite-rule/empty.hs works (fourmolu) [✔]
  10258. 2467.04 s [fourmolu] declaration/rewrite-rule/prelude3.hs works (fourmolu) [✔]
  10259. 2467.04 s [fourmolu] declaration/rewrite-rule/never-active.hs works (fourmolu) [✔]
  10260. 2467.04 s [fourmolu] declaration/rewrite-rule/basic1.hs works (fourmolu) [✔]
  10261. 2467.04 s [fourmolu] declaration/rewrite-rule/type-signature.hs works (fourmolu) [✔]
  10262. 2467.04 s [fourmolu] declaration/default/default.hs works (fourmolu) [✔]
  10263. 2467.04 s [fourmolu] declaration/annotation/annotation.hs works (fourmolu) [✔]
  10264. 2467.04 s [fourmolu] declaration/splice/bracket-unicode.hs works (fourmolu) [✔]
  10265. 2467.04 s [fourmolu] declaration/splice/bracket.hs works (fourmolu) [✔]
  10266. 2467.04 s [fourmolu] declaration/splice/splice-decl.hs works (fourmolu) [✔]
  10267. 2467.04 s [fourmolu] declaration/splice/bracket-declaration.hs works (fourmolu) [✔]
  10268. 2467.04 s [fourmolu] declaration/splice/grouped-splices.hs works (fourmolu) [✔]
  10269. 2467.04 s [fourmolu] declaration/splice/untyped-splice.hs works (fourmolu) [✔]
  10270. 2467.05 s [fourmolu] declaration/splice/quasiquote.hs works (fourmolu) [✔]
  10271. 2467.05 s [fourmolu] declaration/splice/typed-splice.hs works (fourmolu) [✔]
  10272. 2467.05 s [fourmolu] declaration/splice/quotes.hs works (fourmolu) [✔]
  10273. 2467.05 s [fourmolu] declaration/type-synonyms/multi-line.hs works (fourmolu) [✔]
  10274. 2467.05 s [fourmolu] declaration/type-synonyms/with-weird-haddock.hs works (fourmolu) [✔]
  10275. 2467.05 s [fourmolu] declaration/type-synonyms/simple.hs works (fourmolu) [✔]
  10276. 2467.05 s [fourmolu] declaration/type/misc-kind-signatures.hs works (fourmolu) [✔]
  10277. 2467.05 s [fourmolu] declaration/type/splice.hs works (fourmolu) [✔]
  10278. 2467.05 s [fourmolu] declaration/type/wildcard-binders.hs works (fourmolu) [✔]
  10279. 2467.05 s [fourmolu] declaration/type/forall.hs works (fourmolu) [✔]
  10280. 2467.05 s [fourmolu] declaration/type/parens-comments.hs works (fourmolu) [✔]
  10281. 2467.05 s [fourmolu] declaration/type/visible-forall.hs works (fourmolu) [✔]
  10282. 2467.05 s [fourmolu] declaration/type/promotion-0.hs works (fourmolu) [✔]
  10283. 2467.05 s [fourmolu] declaration/type/type-applications.hs works (fourmolu) [✔]
  10284. 2467.05 s [fourmolu] declaration/type/promotion-no-puns.hs works (fourmolu) [✔]
  10285. 2467.05 s [fourmolu] declaration/type/lits.hs works (fourmolu) [✔]
  10286. 2467.05 s [fourmolu] declaration/type/promotion-1.hs works (fourmolu) [✔]
  10287. 2467.05 s [fourmolu] declaration/signature/standalone-kind.hs works (fourmolu) [✔]
  10288. 2467.05 s [fourmolu] declaration/signature/complete/complete.hs works (fourmolu) [✔]
  10289. 2467.05 s [fourmolu] declaration/signature/inline/noinline.hs works (fourmolu) [✔]
  10290. 2467.05 s [fourmolu] declaration/signature/inline/conlike.hs works (fourmolu) [✔]
  10291. 2467.05 s [fourmolu] declaration/signature/inline/inlineable.hs works (fourmolu) [✔]
  10292. 2467.05 s [fourmolu] declaration/signature/inline/inline.hs works (fourmolu) [✔]
  10293. 2467.05 s [fourmolu] declaration/signature/type/multi-value.hs works (fourmolu) [✔]
  10294. 2467.05 s [fourmolu] declaration/signature/type/unicode.hs works (fourmolu) [✔]
  10295. 2467.05 s [fourmolu] declaration/signature/type/unrelated.hs works (fourmolu) [✔]
  10296. 2467.05 s [fourmolu] declaration/signature/type/arguments.hs works (fourmolu) [✔]
  10297. 2467.05 s [fourmolu] declaration/signature/type/context-multi-line.hs works (fourmolu) [✔]
  10298. 2467.05 s [fourmolu] declaration/signature/type/infix-promoted-type-constructor.hs works (fourmolu) [✔]
  10299. 2467.05 s [fourmolu] declaration/signature/type/context-single-line.hs works (fourmolu) [✔]
  10300. 2467.05 s [fourmolu] declaration/signature/type/long-multiline-applications.hs works (fourmolu) [✔]
  10301. 2467.05 s [fourmolu] declaration/signature/type/long-function-name.hs works (fourmolu) [✔]
  10302. 2467.05 s [fourmolu] declaration/signature/specialize/specialize.hs works (fourmolu) [✔]
  10303. 2467.05 s [fourmolu] declaration/signature/specialize/specialize-instance.hs works (fourmolu) [✔]
  10304. 2467.05 s [fourmolu] declaration/signature/fixity/infix.hs works (fourmolu) [✔]
  10305. 2467.05 s [fourmolu] declaration/signature/fixity/infixl.hs works (fourmolu) [✔]
  10306. 2467.05 s [fourmolu] declaration/signature/fixity/infixr.hs works (fourmolu) [✔]
  10307. 2467.05 s [fourmolu] declaration/signature/pattern/single-line.hs works (fourmolu) [✔]
  10308. 2467.05 s [fourmolu] declaration/signature/pattern/multiline.hs works (fourmolu) [✔]
  10309. 2467.05 s [fourmolu] declaration/signature/minimal/minimal.hs works (fourmolu) [✔]
  10310. 2467.05 s [fourmolu] declaration/signature/set-cost-centre/set-cost-centre.hs works (fourmolu) [✔]
  10311. 2467.05 s [fourmolu] declaration/foreign/foreign-export.hs works (fourmolu) [✔]
  10312. 2467.05 s [fourmolu] declaration/foreign/foreign-import.hs works (fourmolu) [✔]
  10313. 2467.05 s [fourmolu] declaration/value/function/multiline-strings-1.hs works (fourmolu) [✔]
  10314. 2467.05 s [fourmolu] declaration/value/function/case-single-line.hs works (fourmolu) [✔]
  10315. 2467.05 s [fourmolu] declaration/value/function/blank-lines-let.hs works (fourmolu) [✔]
  10316. 2467.05 s [fourmolu] declaration/value/function/operator-comments-1.hs works (fourmolu) [✔]
  10317. 2467.05 s [fourmolu] declaration/value/function/implicit-params.hs works (fourmolu) [✔]
  10318. 2467.05 s [fourmolu] declaration/value/function/block-arguments.hs works (fourmolu) [✔]
  10319. 2467.05 s [fourmolu] declaration/value/function/parallel-comprehensions-single-line.hs works (fourmolu) [✔]
  10320. 2467.05 s [fourmolu] declaration/value/function/lambda-case.hs works (fourmolu) [✔]
  10321. 2467.05 s [fourmolu] declaration/value/function/tuple-sections.hs works (fourmolu) [✔]
  10322. 2467.05 s [fourmolu] declaration/value/function/let-multi-line.hs works (fourmolu) [✔]
  10323. 2467.05 s [fourmolu] declaration/value/function/complex-list.hs works (fourmolu) [✔]
  10324. 2467.05 s [fourmolu] declaration/value/function/unboxed-tuples.hs works (fourmolu) [✔]
  10325. 2467.05 s [fourmolu] declaration/value/function/awkward-comment-1.hs works (fourmolu) [✔]
  10326. 2467.05 s [fourmolu] declaration/value/function/multiline-strings-6.hs works (fourmolu) [✔]
  10327. 2467.05 s [fourmolu] declaration/value/function/operator-sections.hs works (fourmolu) [✔]
  10328. 2467.05 s [fourmolu] declaration/value/function/let-single-line.hs works (fourmolu) [✔]
  10329. 2467.05 s [fourmolu] declaration/value/function/where-nested.hs works (fourmolu) [✔]
  10330. 2467.05 s [fourmolu] declaration/value/function/static-pointers.hs works (fourmolu) [✔]
  10331. 2467.05 s [fourmolu] declaration/value/function/operators-2.hs works (fourmolu) [✔]
  10332. 2467.05 s [fourmolu] declaration/value/function/operators-6.hs works (fourmolu) [✔]
  10333. 2467.05 s [fourmolu] declaration/value/function/backticks.hs works (fourmolu) [✔]
  10334. 2467.05 s [fourmolu] declaration/value/function/operator-comments-0.hs works (fourmolu) [✔]
  10335. 2467.05 s [fourmolu] declaration/value/function/multiline-strings-0.hs works (fourmolu) [✔]
  10336. 2467.05 s [fourmolu] declaration/value/function/operators-7.hs works (fourmolu) [✔]
  10337. 2467.05 s [fourmolu] declaration/value/function/multiline-arguments.hs works (fourmolu) [✔]
  10338. 2467.05 s [fourmolu] declaration/value/function/multiple-guards.hs works (fourmolu) [✔]
  10339. 2467.05 s [fourmolu] declaration/value/function/explicit-type.hs works (fourmolu) [✔]
  10340. 2467.05 s [fourmolu] declaration/value/function/typed-hole.hs works (fourmolu) [✔]
  10341. 2467.05 s [fourmolu] declaration/value/function/unboxed-sums.hs works (fourmolu) [✔]
  10342. 2467.05 s [fourmolu] declaration/value/function/multi-way-if.hs works (fourmolu) [✔]
  10343. 2467.05 s [fourmolu] declaration/value/function/pragmas.hs works (fourmolu) [✔]
  10344. 2467.05 s [fourmolu] declaration/value/function/parallel-comprehensions-complex.hs works (fourmolu) [✔]
  10345. 2467.05 s [fourmolu] declaration/value/function/if-single-line-functions.hs works (fourmolu) [✔]
  10346. 2467.05 s [fourmolu] declaration/value/function/application-2.hs works (fourmolu) [✔]
  10347. 2467.05 s [fourmolu] declaration/value/function/tricky-parens.hs works (fourmolu) [✔]
  10348. 2467.05 s [fourmolu] declaration/value/function/type-abstractions.hs works (fourmolu) [✔]
  10349. 2467.05 s [fourmolu] declaration/value/function/backticks-lhs.hs works (fourmolu) [✔]
  10350. 2467.05 s [fourmolu] declaration/value/function/lambda-multi-line1.hs works (fourmolu) [✔]
  10351. 2467.05 s [fourmolu] declaration/value/function/arg-breakpoints.hs works (fourmolu) [✔]
  10352. 2467.05 s [fourmolu] declaration/value/function/parens.hs works (fourmolu) [✔]
  10353. 2467.05 s [fourmolu] declaration/value/function/type-applications-and-splice.hs works (fourmolu) [✔]
  10354. 2467.05 s [fourmolu] declaration/value/function/multiline-strings-4.hs works (fourmolu) [✔]
  10355. 2467.05 s [fourmolu] declaration/value/function/list-notation-3.hs works (fourmolu) [✔]
  10356. 2467.05 s [fourmolu] declaration/value/function/operators-4.hs works (fourmolu) [✔]
  10357. 2467.05 s [fourmolu] declaration/value/function/multiline-types.hs works (fourmolu) [✔]
  10358. 2467.05 s [fourmolu] declaration/value/function/splice.hs works (fourmolu) [✔]
  10359. 2467.05 s [fourmolu] declaration/value/function/unboxed-string-lit.hs works (fourmolu) [✔]
  10360. 2467.05 s [fourmolu] declaration/value/function/operators-3.hs works (fourmolu) [✔]
  10361. 2467.05 s [fourmolu] declaration/value/function/multiple-matches.hs works (fourmolu) [✔]
  10362. 2467.05 s [fourmolu] declaration/value/function/case-multi-line-guards.hs works (fourmolu) [✔]
  10363. 2467.05 s [fourmolu] declaration/value/function/list-notation-0.hs works (fourmolu) [✔]
  10364. 2467.05 s [fourmolu] declaration/value/function/if-with-comment-before-do-blocks.hs works (fourmolu) [✔]
  10365. 2467.05 s [fourmolu] declaration/value/function/multiline-strings-8.hs works (fourmolu) [✔]
  10366. 2467.05 s [fourmolu] declaration/value/function/list-notation-1.hs works (fourmolu) [✔]
  10367. 2467.05 s [fourmolu] declaration/value/function/lambda-single-line.hs works (fourmolu) [✔]
  10368. 2467.05 s [fourmolu] declaration/value/function/if-with-comment-in-branches-with-functions.hs works (fourmolu) [✔]
  10369. 2467.05 s [fourmolu] declaration/value/function/awkward-comment-0.hs works (fourmolu) [✔]
  10370. 2467.05 s [fourmolu] declaration/value/function/guards.hs works (fourmolu) [✔]
  10371. 2467.05 s [fourmolu] declaration/value/function/lambda-multi-line2.hs works (fourmolu) [✔]
  10372. 2467.05 s [fourmolu] declaration/value/function/equality-constraints.hs works (fourmolu) [✔]
  10373. 2467.05 s [fourmolu] declaration/value/function/lexical-negation.hs works (fourmolu) [✔]
  10374. 2467.05 s [fourmolu] declaration/value/function/multiline-strings-5.hs works (fourmolu) [✔]
  10375. 2467.05 s [fourmolu] declaration/value/function/do-where.hs works (fourmolu) [✔]
  10376. 2467.05 s [fourmolu] declaration/value/function/if-with-comment-next-to-keyword.hs works (fourmolu) [✔]
  10377. 2467.05 s [fourmolu] declaration/value/function/blank-lines-where.hs works (fourmolu) [✔]
  10378. 2467.05 s [fourmolu] declaration/value/function/operator-hash-with-unboxed-sums.hs works (fourmolu) [✔]
  10379. 2467.05 s [fourmolu] declaration/value/function/newline-single-line-body.hs works (fourmolu) [✔]
  10380. 2467.05 s [fourmolu] declaration/value/function/negative-literals.hs works (fourmolu) [✔]
  10381. 2467.05 s [fourmolu] declaration/value/function/parens-comments.hs works (fourmolu) [✔]
  10382. 2467.05 s [fourmolu] declaration/value/function/tuples.hs works (fourmolu) [✔]
  10383. 2467.05 s [fourmolu] declaration/value/function/parenthesis-lhs.hs works (fourmolu) [✔]
  10384. 2467.05 s [fourmolu] declaration/value/function/let-nested.hs works (fourmolu) [✔]
  10385. 2467.05 s [fourmolu] declaration/value/function/application-1.hs works (fourmolu) [✔]
  10386. 2467.05 s [fourmolu] declaration/value/function/simple.hs works (fourmolu) [✔]
  10387. 2467.05 s [fourmolu] declaration/value/function/primitive-literals.hs works (fourmolu) [✔]
  10388. 2467.05 s [fourmolu] declaration/value/function/list-comprehensions.hs works (fourmolu) [✔]
  10389. 2467.05 s [fourmolu] declaration/value/function/application-0.hs works (fourmolu) [✔]
  10390. 2467.05 s [fourmolu] declaration/value/function/typed-expressions.hs works (fourmolu) [✔]
  10391. 2467.05 s [fourmolu] declaration/value/function/list-notation-2.hs works (fourmolu) [✔]
  10392. 2467.05 s [fourmolu] declaration/value/function/if-single-line-functions-do.hs works (fourmolu) [✔]
  10393. 2467.05 s [fourmolu] declaration/value/function/case-multi-line.hs works (fourmolu) [✔]
  10394. 2467.05 s [fourmolu] declaration/value/function/builtin-syntax.hs works (fourmolu) [✔]
  10395. 2467.05 s [fourmolu] declaration/value/function/required-type-arguments.hs works (fourmolu) [✔]
  10396. 2467.05 s [fourmolu] declaration/value/function/operator-hash-without-unboxed-sums.hs works (fourmolu) [✔]
  10397. 2467.05 s [fourmolu] declaration/value/function/operator-comments-2.hs works (fourmolu) [✔]
  10398. 2467.05 s [fourmolu] declaration/value/function/operators-0.hs works (fourmolu) [✔]
  10399. 2467.05 s [fourmolu] declaration/value/function/if-single-line.hs works (fourmolu) [✔]
  10400. 2467.05 s [fourmolu] declaration/value/function/arithmetic-sequences.hs works (fourmolu) [✔]
  10401. 2467.05 s [fourmolu] declaration/value/function/do-single-multi.hs works (fourmolu) [✔]
  10402. 2467.05 s [fourmolu] declaration/value/function/prefix.hs works (fourmolu) [✔]
  10403. 2467.05 s [fourmolu] declaration/value/function/type-applications.hs works (fourmolu) [✔]
  10404. 2467.05 s [fourmolu] declaration/value/function/quasi-quotes.hs works (fourmolu) [✔]
  10405. 2467.05 s [fourmolu] declaration/value/function/fancy-forall-1.hs works (fourmolu) [✔]
  10406. 2467.05 s [fourmolu] declaration/value/function/if-multi-line.hs works (fourmolu) [✔]
  10407. 2467.05 s [fourmolu] declaration/value/function/overindentation.hs works (fourmolu) [✔]
  10408. 2467.05 s [fourmolu] declaration/value/function/multiline-strings-7.hs works (fourmolu) [✔]
  10409. 2467.05 s [fourmolu] declaration/value/function/operator-fixity-defaulting.hs works (fourmolu) [✔]
  10410. 2467.05 s [fourmolu] declaration/value/function/negation.hs works (fourmolu) [✔]
  10411. 2467.05 s [fourmolu] declaration/value/function/multiline-strings-2.hs works (fourmolu) [✔]
  10412. 2467.05 s [fourmolu] declaration/value/function/required-type-arguments-2.hs works (fourmolu) [✔]
  10413. 2467.05 s [fourmolu] declaration/value/function/where.hs works (fourmolu) [✔]
  10414. 2467.05 s [fourmolu] declaration/value/function/multiline-strings-3.hs works (fourmolu) [✔]
  10415. 2467.05 s [fourmolu] declaration/value/function/if-with-comment-in-branches.hs works (fourmolu) [✔]
  10416. 2467.05 s [fourmolu] declaration/value/function/fancy-forall-0.hs works (fourmolu) [✔]
  10417. 2467.05 s [fourmolu] declaration/value/function/operators-1.hs works (fourmolu) [✔]
  10418. 2467.05 s [fourmolu] declaration/value/function/if-with-comment-above-branches.hs works (fourmolu) [✔]
  10419. 2467.05 s [fourmolu] declaration/value/function/overloaded-labels.hs works (fourmolu) [✔]
  10420. 2467.05 s [fourmolu] declaration/value/function/strings.hs works (fourmolu) [✔]
  10421. 2467.05 s [fourmolu] declaration/value/function/case-empty.hs works (fourmolu) [✔]
  10422. 2467.05 s [fourmolu] declaration/value/function/operators-5.hs works (fourmolu) [✔]
  10423. 2467.05 s [fourmolu] declaration/value/function/do/operator-and-parens.hs works (fourmolu) [✔]
  10424. 2467.05 s [fourmolu] declaration/value/function/do/recursive-do-rec.hs works (fourmolu) [✔]
  10425. 2467.05 s [fourmolu] declaration/value/function/do/comment-alignment.hs works (fourmolu) [✔]
  10426. 2467.05 s [fourmolu] declaration/value/function/do/applications-and-parens.hs works (fourmolu) [✔]
  10427. 2467.05 s [fourmolu] declaration/value/function/do/comment-spacing.hs works (fourmolu) [✔]
  10428. 2467.05 s [fourmolu] declaration/value/function/do/recursive-do-mdo.hs works (fourmolu) [✔]
  10429. 2467.05 s [fourmolu] declaration/value/function/do/let.hs works (fourmolu) [✔]
  10430. 2467.05 s [fourmolu] declaration/value/function/do/blocks.hs works (fourmolu) [✔]
  10431. 2467.05 s [fourmolu] declaration/value/function/do/hang-rhs-arrow.hs works (fourmolu) [✔]
  10432. 2467.05 s [fourmolu] declaration/value/function/do/do-dollar-mixed-chain.hs works (fourmolu) [✔]
  10433. 2467.05 s [fourmolu] declaration/value/function/do/expr.hs works (fourmolu) [✔]
  10434. 2467.05 s [fourmolu] declaration/value/function/comprehension/transform-multi-line1.hs works (fourmolu) [✔]
  10435. 2467.05 s [fourmolu] declaration/value/function/comprehension/transform-monad.hs works (fourmolu) [✔]
  10436. 2467.05 s [fourmolu] declaration/value/function/comprehension/transform-multi-line4.hs works (fourmolu) [✔]
  10437. 2467.05 s [fourmolu] declaration/value/function/comprehension/transform-single-line.hs works (fourmolu) [✔]
  10438. 2467.05 s [fourmolu] declaration/value/function/comprehension/transform-multi-line2.hs works (fourmolu) [✔]
  10439. 2467.05 s [fourmolu] declaration/value/function/comprehension/transform-multi-line3.hs works (fourmolu) [✔]
  10440. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-1.hs works (fourmolu) [✔]
  10441. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-l-gt.hs works (fourmolu) [✔]
  10442. 2467.05 s [fourmolu] declaration/value/function/infix/qualified-ops.hs works (fourmolu) [✔]
  10443. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-dollar.hs works (fourmolu) [✔]
  10444. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-s-normal.hs works (fourmolu) [✔]
  10445. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-s-dollar.hs works (fourmolu) [✔]
  10446. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-2.hs works (fourmolu) [✔]
  10447. 2467.05 s [fourmolu] declaration/value/function/infix/unicode.hs works (fourmolu) [✔]
  10448. 2467.05 s [fourmolu] declaration/value/function/infix/lenses.hs works (fourmolu) [✔]
  10449. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-s-colon.hs works (fourmolu) [✔]
  10450. 2467.05 s [fourmolu] declaration/value/function/infix/dollar-chains-3.hs works (fourmolu) [✔]
  10451. 2467.05 s [fourmolu] declaration/value/function/infix/dollar-chains-5.hs works (fourmolu) [✔]
  10452. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-2.hs works (fourmolu) [✔]
  10453. 2467.05 s [fourmolu] declaration/value/function/infix/comments.hs works (fourmolu) [✔]
  10454. 2467.05 s [fourmolu] declaration/value/function/infix/qualified-prelude.hs works (fourmolu) [✔]
  10455. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-dollar.hs works (fourmolu) [✔]
  10456. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-normal.hs works (fourmolu) [✔]
  10457. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-2.hs works (fourmolu) [✔]
  10458. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-normal.hs works (fourmolu) [✔]
  10459. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-2.hs works (fourmolu) [✔]
  10460. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-colon-do.hs works (fourmolu) [✔]
  10461. 2467.05 s [fourmolu] declaration/value/function/infix/do.hs works (fourmolu) [✔]
  10462. 2467.05 s [fourmolu] declaration/value/function/infix/dollar-chains-4.hs works (fourmolu) [✔]
  10463. 2467.05 s [fourmolu] declaration/value/function/infix/dollar-chains-6.hs works (fourmolu) [✔]
  10464. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-l-eq.hs works (fourmolu) [✔]
  10465. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-1.hs works (fourmolu) [✔]
  10466. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-1.hs works (fourmolu) [✔]
  10467. 2467.05 s [fourmolu] declaration/value/function/infix/dollar-chains-2.hs works (fourmolu) [✔]
  10468. 2467.05 s [fourmolu] declaration/value/function/infix/applicative.hs works (fourmolu) [✔]
  10469. 2467.05 s [fourmolu] declaration/value/function/infix/hanging.hs works (fourmolu) [✔]
  10470. 2467.05 s [fourmolu] declaration/value/function/infix/esqueleto-0.hs works (fourmolu) [✔]
  10471. 2467.05 s [fourmolu] declaration/value/function/infix/simple.hs works (fourmolu) [✔]
  10472. 2467.05 s [fourmolu] declaration/value/function/infix/tricky-colon-chain.hs works (fourmolu) [✔]
  10473. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-l-s.hs works (fourmolu) [✔]
  10474. 2467.05 s [fourmolu] declaration/value/function/infix/esqueleto-1.hs works (fourmolu) [✔]
  10475. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-l-lt.hs works (fourmolu) [✔]
  10476. 2467.05 s [fourmolu] declaration/value/function/infix/hspec-expectation.hs works (fourmolu) [✔]
  10477. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-normal.hs works (fourmolu) [✔]
  10478. 2467.05 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-1.hs works (fourmolu) [✔]
  10479. 2467.05 s [fourmolu] declaration/value/function/infix/fractional-precedence.hs works (fourmolu) [✔]
  10480. 2467.05 s [fourmolu] declaration/value/function/infix/dollar-chains-1.hs works (fourmolu) [✔]
  10481. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-applications.hs works (fourmolu) [✔]
  10482. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-do-simple2.hs works (fourmolu) [✔]
  10483. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-lambdas.hs works (fourmolu) [✔]
  10484. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-form-do-indent.hs works (fourmolu) [✔]
  10485. 2467.05 s [fourmolu] declaration/value/function/arrow/multiline-case.hs works (fourmolu) [✔]
  10486. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-lets.hs works (fourmolu) [✔]
  10487. 2467.05 s [fourmolu] declaration/value/function/arrow/recursive-procs.hs works (fourmolu) [✔]
  10488. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-forms2.hs works (fourmolu) [✔]
  10489. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-cases.hs works (fourmolu) [✔]
  10490. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-do-simple1.hs works (fourmolu) [✔]
  10491. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-ifs.hs works (fourmolu) [✔]
  10492. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-applications2.hs works (fourmolu) [✔]
  10493. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-parentheses.hs works (fourmolu) [✔]
  10494. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-do-complex.hs works (fourmolu) [✔]
  10495. 2467.05 s [fourmolu] declaration/value/function/arrow/proc-forms1.hs works (fourmolu) [✔]
  10496. 2467.05 s [fourmolu] declaration/value/function/record/hanging-after-equal-update.hs works (fourmolu) [✔]
  10497. 2467.05 s [fourmolu] declaration/value/function/record/record-dot.hs works (fourmolu) [✔]
  10498. 2467.05 s [fourmolu] declaration/value/function/record/wildcards.hs works (fourmolu) [✔]
  10499. 2467.05 s [fourmolu] declaration/value/function/record/inter-comments.hs works (fourmolu) [✔]
  10500. 2467.05 s [fourmolu] declaration/value/function/record/updaters.hs works (fourmolu) [✔]
  10501. 2467.05 s [fourmolu] declaration/value/function/record/hanging-after-equal-con.hs works (fourmolu) [✔]
  10502. 2467.05 s [fourmolu] declaration/value/function/record/constructors.hs works (fourmolu) [✔]
  10503. 2467.05 s [fourmolu] declaration/value/function/pattern/many-guards-in-singleline.hs works (fourmolu) [✔]
  10504. 2467.05 s [fourmolu] declaration/value/function/pattern/n-plus-k-pattern.hs works (fourmolu) [✔]
  10505. 2467.05 s [fourmolu] declaration/value/function/pattern/unboxed-sum-pattern.hs works (fourmolu) [✔]
  10506. 2467.05 s [fourmolu] declaration/value/function/pattern/strictness.hs works (fourmolu) [✔]
  10507. 2467.05 s [fourmolu] declaration/value/function/pattern/or-patterns.hs works (fourmolu) [✔]
  10508. 2467.05 s [fourmolu] declaration/value/function/pattern/sig-pattern.hs works (fourmolu) [✔]
  10509. 2467.05 s [fourmolu] declaration/value/function/pattern/quasi-quotes-pattern.hs works (fourmolu) [✔]
  10510. 2467.05 s [fourmolu] declaration/value/function/pattern/splice-pattern.hs works (fourmolu) [✔]
  10511. 2467.05 s [fourmolu] declaration/value/function/pattern/multiline-guard-statement.hs works (fourmolu) [✔]
  10512. 2467.05 s [fourmolu] declaration/value/function/pattern/as-pattern.hs works (fourmolu) [✔]
  10513. 2467.05 s [fourmolu] declaration/value/function/pattern/record-patterns.hs works (fourmolu) [✔]
  10514. 2467.05 s [fourmolu] declaration/value/function/pattern/famous-cardano-pattern.hs works (fourmolu) [✔]
  10515. 2467.05 s [fourmolu] declaration/value/function/pattern/view-pattern.hs works (fourmolu) [✔]
  10516. 2467.05 s [fourmolu] declaration/value/function/pattern/pattern-bind.hs works (fourmolu) [✔]
  10517. 2467.05 s [fourmolu] declaration/value/function/pattern/multiline-case-pattern.hs works (fourmolu) [✔]
  10518. 2467.05 s [fourmolu] declaration/value/function/pattern/multiple-guard-statements.hs works (fourmolu) [✔]
  10519. 2467.05 s [fourmolu] declaration/value/other/comments-get-before-op.hs works (fourmolu) [✔]
  10520. 2467.05 s [fourmolu] declaration/value/other/line-single-line.hs works (fourmolu) [✔]
  10521. 2467.05 s [fourmolu] declaration/value/other/line-multi-line.hs works (fourmolu) [✔]
  10522. 2467.05 s [fourmolu] declaration/value/pattern-synonyms/explicitely-bidirectional.hs works (fourmolu) [✔]
  10523. 2467.05 s [fourmolu] declaration/value/pattern-synonyms/unidirectional.hs works (fourmolu) [✔]
  10524. 2467.05 s [fourmolu] declaration/value/pattern-synonyms/bidirectional.hs works (fourmolu) [✔]
  10525. 2467.05 s [fourmolu] declaration/role-annotation/multi-line.hs works (fourmolu) [✔]
  10526. 2467.05 s [fourmolu] declaration/role-annotation/single-line.hs works (fourmolu) [✔]
  10527. 2467.05 s [fourmolu] declaration/deriving/singleline.hs works (fourmolu) [✔]
  10528. 2467.05 s [fourmolu] declaration/deriving/multiline.hs works (fourmolu) [✔]
  10529. 2467.05 s [fourmolu] declaration/deriving/overlapping.hs works (fourmolu) [✔]
  10530. 2467.05 s [fourmolu] declaration/type-families/closed-type-family/infix.hs works (fourmolu) [✔]
  10531. 2467.05 s [fourmolu] declaration/type-families/closed-type-family/multi-line.hs works (fourmolu) [✔]
  10532. 2467.06 s [fourmolu] declaration/type-families/closed-type-family/promotion.hs works (fourmolu) [✔]
  10533. 2467.06 s [fourmolu] declaration/type-families/closed-type-family/no-annotation.hs works (fourmolu) [✔]
  10534. 2467.06 s [fourmolu] declaration/type-families/closed-type-family/with-comments.hs works (fourmolu) [✔]
  10535. 2467.06 s [fourmolu] declaration/type-families/closed-type-family/with-equal-sign.hs works (fourmolu) [✔]
  10536. 2467.06 s [fourmolu] declaration/type-families/closed-type-family/type-arguments.hs works (fourmolu) [✔]
  10537. 2467.06 s [fourmolu] declaration/type-families/closed-type-family/simple.hs works (fourmolu) [✔]
  10538. 2467.06 s [fourmolu] declaration/type-families/closed-type-family/injective.hs works (fourmolu) [✔]
  10539. 2467.06 s [fourmolu] declaration/type-families/closed-type-family/with-forall.hs works (fourmolu) [✔]
  10540. 2467.06 s [fourmolu] declaration/type-families/data-family/no-annotation.hs works (fourmolu) [✔]
  10541. 2467.06 s [fourmolu] declaration/type-families/data-family/type-arguments.hs works (fourmolu) [✔]
  10542. 2467.06 s [fourmolu] declaration/type-families/data-family/simple.hs works (fourmolu) [✔]
  10543. 2467.06 s [fourmolu] declaration/type-families/type-family/operator.hs works (fourmolu) [✔]
  10544. 2467.06 s [fourmolu] declaration/type-families/type-family/no-annotation.hs works (fourmolu) [✔]
  10545. 2467.06 s [fourmolu] declaration/type-families/type-family/simple.hs works (fourmolu) [✔]
  10546. 2467.06 s [fourmolu] declaration/type-families/type-family/injective.hs works (fourmolu) [✔]
  10547. 2467.06 s [fourmolu] declaration/class/newlines-and-haddocks.hs works (fourmolu) [✔]
  10548. 2467.06 s [fourmolu] declaration/class/empty-classes.hs works (fourmolu) [✔]
  10549. 2467.06 s [fourmolu] declaration/class/dependency-super-classes.hs works (fourmolu) [✔]
  10550. 2467.06 s [fourmolu] declaration/class/multi-parameters2.hs works (fourmolu) [✔]
  10551. 2467.06 s [fourmolu] declaration/class/type-operators1.hs works (fourmolu) [✔]
  10552. 2467.06 s [fourmolu] declaration/class/poly-kinded-classes.hs works (fourmolu) [✔]
  10553. 2467.06 s [fourmolu] declaration/class/type-operators2.hs works (fourmolu) [✔]
  10554. 2467.06 s [fourmolu] declaration/class/single-parameters.hs works (fourmolu) [✔]
  10555. 2467.06 s [fourmolu] declaration/class/default-implementations.hs works (fourmolu) [✔]
  10556. 2467.06 s [fourmolu] declaration/class/associated-data1.hs works (fourmolu) [✔]
  10557. 2467.06 s [fourmolu] declaration/class/type-operators3.hs works (fourmolu) [✔]
  10558. 2467.06 s [fourmolu] declaration/class/associated-data2.hs works (fourmolu) [✔]
  10559. 2467.06 s [fourmolu] declaration/class/functional-dependencies.hs works (fourmolu) [✔]
  10560. 2467.06 s [fourmolu] declaration/class/newlines-and-default-decls.hs works (fourmolu) [✔]
  10561. 2467.06 s [fourmolu] declaration/class/associated-types1.hs works (fourmolu) [✔]
  10562. 2467.06 s [fourmolu] declaration/class/super-classes.hs works (fourmolu) [✔]
  10563. 2467.06 s [fourmolu] declaration/class/newlines-between-methods.hs works (fourmolu) [✔]
  10564. 2467.06 s [fourmolu] declaration/class/newlines-after-where.hs works (fourmolu) [✔]
  10565. 2467.06 s [fourmolu] declaration/class/multi-parameters1.hs works (fourmolu) [✔]
  10566. 2467.06 s [fourmolu] declaration/class/associated-type-defaults.hs works (fourmolu) [✔]
  10567. 2467.06 s [fourmolu] declaration/class/default-signatures.hs works (fourmolu) [✔]
  10568. 2467.06 s [fourmolu] declaration/class/default-signatures-simple.hs works (fourmolu) [✔]
  10569. 2467.06 s [fourmolu] declaration/class/default-implementations-comments.hs works (fourmolu) [✔]
  10570. 2467.06 s [fourmolu] declaration/class/associated-types2.hs works (fourmolu) [✔]
  10571. 2467.06 s [fourmolu] declaration/warning/warning-multiline.hs works (fourmolu) [✔]
  10572. 2467.06 s [fourmolu] declaration/warning/warning-single-line.hs works (fourmolu) [✔]
  10573. 2467.06 s [fourmolu] other/invalid-haddock-weird.hs works (fourmolu) [✔]
  10574. 2467.06 s [fourmolu] other/argument-comment.hs works (fourmolu) [✔]
  10575. 2467.06 s [fourmolu] other/merging-comments.hs works (fourmolu) [✔]
  10576. 2467.06 s [fourmolu] other/pragma-comments.hs works (fourmolu) [✔]
  10577. 2467.06 s [fourmolu] other/comment-glued-together.hs works (fourmolu) [✔]
  10578. 2467.06 s [fourmolu] other/multiline-forall.hs works (fourmolu) [✔]
  10579. 2467.06 s [fourmolu] other/following-comment-last-2.hs works (fourmolu) [✔]
  10580. 2467.06 s [fourmolu] other/haddock-sections.hs works (fourmolu) [✔]
  10581. 2467.06 s [fourmolu] other/consequetive-pipe-comments.hs works (fourmolu) [✔]
  10582. 2467.06 s [fourmolu] other/comment-alignment.hs works (fourmolu) [✔]
  10583. 2467.06 s [fourmolu] other/comment-style-transform.hs works (fourmolu) [✔]
  10584. 2467.06 s [fourmolu] other/comment-spacing.hs works (fourmolu) [✔]
  10585. 2467.06 s [fourmolu] other/ascii.hs works (fourmolu) [✔]
  10586. 2467.06 s [fourmolu] other/necessary-brackets.hs works (fourmolu) [✔]
  10587. 2467.06 s [fourmolu] other/comment-trailing-space.hs works (fourmolu) [✔]
  10588. 2467.06 s [fourmolu] other/comment-following-preceding-gap.hs works (fourmolu) [✔]
  10589. 2467.06 s [fourmolu] other/pragma-sorting.hs works (fourmolu) [✔]
  10590. 2467.06 s [fourmolu] other/invalid-haddock-2.hs works (fourmolu) [✔]
  10591. 2467.06 s [fourmolu] other/pragma-comments-after.hs works (fourmolu) [✔]
  10592. 2467.06 s [fourmolu] other/comment-inside-construct.hs works (fourmolu) [✔]
  10593. 2467.06 s [fourmolu] other/comment-after-preceding-haddock.hs works (fourmolu) [✔]
  10594. 2467.06 s [fourmolu] other/empty-forall.hs works (fourmolu) [✔]
  10595. 2467.06 s [fourmolu] other/invalid-haddock-double-trigger.hs works (fourmolu) [✔]
  10596. 2467.06 s [fourmolu] other/following-comment-last-0.hs works (fourmolu) [✔]
  10597. 2467.06 s [fourmolu] other/haddock-without-module-header.hs works (fourmolu) [✔]
  10598. 2467.06 s [fourmolu] other/following-comment-last-3.hs works (fourmolu) [✔]
  10599. 2467.06 s [fourmolu] other/pragma-no-header.hs works (fourmolu) [✔]
  10600. 2467.06 s [fourmolu] other/invalid-haddock-1.hs works (fourmolu) [✔]
  10601. 2467.06 s [fourmolu] other/overly-indented.hs works (fourmolu) [✔]
  10602. 2467.06 s [fourmolu] other/comment-two-blocks.hs works (fourmolu) [✔]
  10603. 2467.06 s [fourmolu] other/comment-multiline-after.hs works (fourmolu) [✔]
  10604. 2467.06 s [fourmolu] other/multiple-blank-line-comment.hs works (fourmolu) [✔]
  10605. 2467.06 s [fourmolu] other/following-comment-last-1.hs works (fourmolu) [✔]
  10606. 2467.06 s [fourmolu] other/pragma.hs works (fourmolu) [✔]
  10607. 2467.06 s [fourmolu] other/comment-empty-let.hs works (fourmolu) [✔]
  10608. 2467.06 s [fourmolu] other/empty-haddock.hs works (fourmolu) [✔]
  10609. 2467.06 s [fourmolu] other/jsffi.hs works (fourmolu) [✔]
  10610. 2467.06 s [fourmolu] other/linear-arrows.hs works (fourmolu) [✔]
  10611. 2467.06 s [fourmolu] other/inline-comment-0.hs works (fourmolu) [✔]
  10612. 2467.06 s [fourmolu] other/comment-before-hanging.hs works (fourmolu) [✔]
  10613. 2467.06 s [fourmolu] other/multiline-comments-reindent.hs works (fourmolu) [✔]
  10614. 2467.06 s [fourmolu] other/trailing-whitespace.hs works (fourmolu) [✔]
  10615. 2467.06 s [fourmolu] other/inline-comment-1.hs works (fourmolu) [✔]
  10616. 2467.06 s [fourmolu] other/cpp/separation-0b.hs works (fourmolu) [✔]
  10617. 2467.06 s [fourmolu] other/cpp/separation-0a.hs works (fourmolu) [✔]
  10618. 2467.06 s [fourmolu] other/cpp/shifted.hs works (fourmolu) [✔]
  10619. 2467.06 s [fourmolu] other/cpp/separation-1b.hs works (fourmolu) [✔]
  10620. 2467.06 s [fourmolu] other/cpp/separation-2a.hs works (fourmolu) [✔]
  10621. 2467.06 s [fourmolu] other/cpp/simple-import.hs works (fourmolu) [✔]
  10622. 2467.06 s [fourmolu] other/cpp/separation-1a.hs works (fourmolu) [✔]
  10623. 2467.06 s [fourmolu] other/cpp/separation-2b.hs works (fourmolu) [✔]
  10624. 2467.06 s [fourmolu] other/cpp/cpp-and-imports.hs works (fourmolu) [✔]
  10625. 2467.06 s [fourmolu] other/cpp/continuation.hs works (fourmolu) [✔]
  10626. 2467.06 s [fourmolu] other/cpp/lonely-hash.hs works (fourmolu) [✔]
  10627. 2467.06 s [fourmolu] other/disabling/line-pragma-in-disabled-region.hs works (fourmolu) [✔]
  10628. 2467.06 s [fourmolu] other/disabling/single-definition.hs works (fourmolu) [✔]
  10629. 2467.06 s [fourmolu] other/disabling/preserve-trailing-whitespace.hs works (fourmolu) [✔]
  10630. 2467.06 s [fourmolu] other/disabling/closing-comment-in-disabled-region.hs works (fourmolu) [✔]
  10631. 2467.06 s [fourmolu] other/disabling/normalize-magic-comments.hs works (fourmolu) [✔]
  10632. 2467.06 s [fourmolu] other/disabling/whole-file.hs works (fourmolu) [✔]
  10633. 2467.06 s [fourmolu] other/disabling/preserve-empty-lines.hs works (fourmolu) [✔]
  10634. 2467.06 s [fourmolu] other/disabling/suffix-comment.hs works (fourmolu) [✔]
  10635. 2467.06 s [fourmolu] other/disabling/empty-disabled-region.hs works (fourmolu) [✔]
  10636. 2467.06 s [fourmolu] fourmolu/multiline-haddocks.hs works (fourmolu) [✔]
  10637. 2467.06 s [fourmolu] fourmolu/list-multiline.hs works (fourmolu) [✔]
  10638. 2467.06 s [fourmolu] fourmolu/mixed-disable-pragmas.hs works (fourmolu) [✔]
  10639. 2467.06 s [fourmolu] fourmolu/type-app-promoted.hs works (fourmolu) [✔]
  10640. 2467.06 s [fourmolu] Ormolu.Utils.Glob
  10641. 2467.06 s [fourmolu] glob
  10642. 2467.06 s [fourmolu] should match modules exactly [✔]
  10643. 2467.06 s [fourmolu] should fail if case doesn't match [✔]
  10644. 2467.06 s [fourmolu] should allow * to match anything on the same level [✔]
  10645. 2467.06 s [fourmolu] should fail if input doesn't match glob even with wildcards [✔]
  10646. 2467.06 s [fourmolu] should disallow * to match anything on different level [✔]
  10647. 2467.06 s [fourmolu] should allow multiple * [✔]
  10648. 2467.06 s [fourmolu] should allow * at the beginning [✔]
  10649. 2467.06 s [fourmolu] should allow * at the end [✔]
  10650. 2467.06 s [fourmolu] should allow ** to match anything on the same level [✔]
  10651. 2467.06 s [fourmolu] should allow ** to match anything on multiple levels [✔]
  10652. 2467.06 s [fourmolu] Properties
  10653. 2467.06 s [fourmolu] should obey: s `matches` glob s with s being any string without '*' [✔]
  10654. 2467.06 s [fourmolu] +++ OK, passed 100 tests.
  10655. 2467.06 s [fourmolu] should obey: (a <> b <> c) `matches` glob (a <> * <> c) with b being a module name [✔]
  10656. 2467.06 s [fourmolu] +++ OK, passed 100 tests.
  10657. 2467.06 s [fourmolu] should obey: (a <> b <> c) `matches` glob (a <> ** <> c) [✔]
  10658. 2467.06 s [fourmolu] +++ OK, passed 100 tests.
  10659. 2467.06 s [fourmolu]
  10660. 2467.06 s [fourmolu] Finished in 14.5880 seconds
  10661. 2467.06 s [fourmolu] 1270 examples, 0 failures
  10662. 2467.06 s [fourmolu] Test suite tests: PASS
  10663. 2467.06 s [fourmolu] Test suite logged to: dist/test/fourmolu-0.19.0.1-tests.log
  10664. 2467.06 s [fourmolu] 1 of 1 test suites (1 of 1 test cases) passed.
  10665. 2467.06 s [fourmolu] checkPhase completed in 36 seconds
  10666. 2467.06 s [fourmolu] Phase: haddockPhase
  10667. 2467.18 s [fourmolu] Preprocessing library for fourmolu-0.19.0.1...
  10668. 2467.19 s [fourmolu] Running Haddock on library for fourmolu-0.19.0.1...
  10669. 2467.19 s [fourmolu] Warning: The documentation for the following packages are not installed. No
  10670. 2467.19 s [fourmolu] links will be generated to these packages: vector-0.13.2.0
  10671. 2467.27 s [lsp-types] converts a file path to a URI and back [✔]
  10672. 2467.27 s [lsp-types] +++ OK, passed 100 tests.
  10673. 2467.27 s [lsp-types] converts a relative file path to a URI and back [✔]
  10674. 2467.27 s [lsp-types] converts a file path with initial current dir to a URI and back [✔]
  10675. 2467.27 s [lsp-types] URI normalization functions
  10676. 2467.28 s [lsp-types] ignores differences in percent-encoding [✔]
  10677. 2467.28 s [lsp-types] +++ OK, passed 100 tests.
  10678. 2467.28 s [lsp-types] ignores differences in percent-encoding (examples) [✔]
  10679. 2467.28 s [lsp-types] normalizes uri file path when converting from uri to normalized uri [✔]
  10680. 2467.28 s [lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
  10681. 2467.28 s [lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
  10682. 2467.59 s [fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, /build/ghc4192_0/ghc_10.o, /build/ghc4192_0/ghc_10.dyn_o )
  10683. 2467.75 s [fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, nothing )
  10684. 2467.92 s [fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, nothing )
  10685. 2467.94 s [fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, /build/ghc4192_0/ghc_32.o, /build/ghc4192_0/ghc_32.dyn_o )
  10686. 2468.24 s [fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, /build/ghc4192_0/ghc_28.o, /build/ghc4192_0/ghc_28.dyn_o )
  10687. 2468.27 s [lsp-types] converts a file path to a normalized URI and back [✔]
  10688. 2468.27 s [lsp-types] +++ OK, passed 100 tests.
  10689. 2468.27 s [lsp-types] Normalized file path functions
  10690. 2468.46 s [lsp-types] makes file path normalized [✔]
  10691. 2468.46 s [lsp-types] +++ OK, passed 100 tests.
  10692. 2468.51 s [fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, /build/ghc4192_0/ghc_30.o, /build/ghc4192_0/ghc_30.dyn_o )
  10693. 2468.53 s [fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, /build/ghc4192_0/ghc_16.o, /build/ghc4192_0/ghc_16.dyn_o )
  10694. 2468.72 s [fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, /build/ghc4192_0/ghc_18.o, /build/ghc4192_0/ghc_18.dyn_o )
  10695. 2468.84 s [fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, nothing )
  10696. 2468.87 s [fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, nothing )
  10697. 2468.92 s [fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, /build/ghc4192_0/ghc_24.o, /build/ghc4192_0/ghc_24.dyn_o )
  10698. 2468.99 s [lsp-types] converts to a normalized uri and back [✔]
  10699. 2468.99 s [lsp-types] +++ OK, passed 100 tests.
  10700. 2468.99 s [lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
  10701. 2468.99 s [lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
  10702. 2469.31 s [fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, /build/ghc4192_0/ghc_22.o, /build/ghc4192_0/ghc_22.dyn_o )
  10703. 2469.37 s [fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, /build/ghc4192_0/ghc_20.o, /build/ghc4192_0/ghc_20.dyn_o )
  10704. 2469.73 s [fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, nothing )
  10705. 2469.77 s [fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, nothing )
  10706. 2469.78 s [fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, /build/ghc4192_0/ghc_26.o, /build/ghc4192_0/ghc_26.dyn_o )
  10707. 2469.91 s [fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, /build/ghc4192_0/ghc_36.o, /build/ghc4192_0/ghc_36.dyn_o )
  10708. 2469.97 s [fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, /build/ghc4192_0/ghc_14.o, /build/ghc4192_0/ghc_14.dyn_o )
  10709. 2469.99 s [lsp-types] creates the same NormalizedUri than the older implementation [✔]
  10710. 2469.99 s [lsp-types] +++ OK, passed 100 tests.
  10711. 2470.19 s [lsp-types] converts to NormalizedFilePath and back sucessfully [✔]
  10712. 2470.19 s [lsp-types] +++ OK, passed 100 tests.
  10713. 2470.19 s [lsp-types] can not convert OsPath in non-standard encoding to NormalizedFilePath [✔]
  10714. 2470.19 s [lsp-types] WorkspaceEdit
  10715. 2470.19 s [lsp-types] applyTextEdit
  10716. 2470.19 s [lsp-types] inserts text [✔]
  10717. 2470.19 s [lsp-types] deletes text [✔]
  10718. 2470.19 s [lsp-types] edits a multiline text [✔]
  10719. 2470.19 s [lsp-types] inserts text past the last line [✔]
  10720. 2470.19 s [lsp-types] editTextEdit
  10721. 2470.19 s [lsp-types] edits a multiline text edit [✔]
  10722. 2470.19 s [lsp-types]
  10723. 2470.19 s [lsp-types] Finished in 4.4111 seconds
  10724. 2470.19 s [lsp-types] 85 examples, 0 failures
  10725. 2470.20 s [lsp-types] Test suite lsp-types-test: PASS
  10726. 2470.20 s [lsp-types] Test suite logged to: dist/test/lsp-types-2.3.0.1-lsp-types-test.log
  10727. 2470.20 s [lsp-types] 1 of 1 test suites (1 of 1 test cases) passed.
  10728. 2470.21 s [lsp-types] Phase: haddockPhase
  10729. 2470.22 s [lsp-types] Phase: installPhase
  10730. 2470.29 s [lsp-types] Installing library in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  10731. 2470.40 s [fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, /build/ghc4192_0/ghc_12.o, /build/ghc4192_0/ghc_12.dyn_o )
  10732. 2471.27 s [fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, /build/ghc4192_0/ghc_38.o, /build/ghc4192_0/ghc_38.dyn_o )
  10733. 2471.32 s [fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, /build/ghc4192_0/ghc_34.o, /build/ghc4192_0/ghc_34.dyn_o )
  10734. 2471.36 s [fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, nothing )
  10735. 2471.43 s [fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, nothing )
  10736. 2471.43 s [fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, nothing )
  10737. 2471.46 s [fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, nothing )
  10738. 2471.52 s [fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, nothing )
  10739. 2471.56 s [fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, nothing )
  10740. 2471.59 s [fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, nothing )
  10741. 2471.79 s [fourmolu] [29 of 61] Compiling Ormolu.Printer.Meat.Declaration.StringLiteral ( src/Ormolu/Printer/Meat/Declaration/StringLiteral.hs, nothing )
  10742. 2471.79 s [fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, nothing )
  10743. 2471.79 s [fourmolu] [31 of 61] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, nothing )
  10744. 2471.88 s [fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, nothing )
  10745. 2471.91 s [fourmolu] [33 of 61] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, nothing )
  10746. 2471.92 s [fourmolu] [34 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, nothing )
  10747. 2471.92 s [fourmolu] [35 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, nothing )
  10748. 2471.92 s [fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, nothing )
  10749. 2472.01 s [fourmolu] [37 of 61] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, nothing )
  10750. 2472.04 s [fourmolu] [38 of 61] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, nothing )
  10751. 2472.05 s [fourmolu] [39 of 61] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, nothing )
  10752. 2472.06 s [fourmolu] [40 of 61] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, nothing )
  10753. 2472.06 s [fourmolu] [41 of 61] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, nothing )
  10754. 2472.12 s [fourmolu] [42 of 61] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, nothing )
  10755. 2472.12 s [fourmolu] [43 of 61] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, nothing )
  10756. 2472.13 s [fourmolu] [44 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, nothing )
  10757. 2472.33 s [fourmolu] [45 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, nothing )
  10758. 2472.35 s [fourmolu] [46 of 61] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, nothing )
  10759. 2472.36 s [fourmolu] [47 of 61] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, nothing )
  10760. 2472.36 s [fourmolu] [48 of 61] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, nothing )
  10761. 2472.37 s [fourmolu] [49 of 61] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, nothing )
  10762. 2472.38 s [fourmolu] [50 of 61] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, nothing )
  10763. 2472.40 s [fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, nothing )
  10764. 2472.44 s [fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, nothing )
  10765. 2472.45 s [fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, nothing )
  10766. 2472.53 s [fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, nothing )
  10767. 2472.55 s [fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, nothing )
  10768. 2472.79 s [fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, nothing )
  10769. 2472.81 s [fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, nothing )
  10770. 2472.82 s [fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, nothing )
  10771. 2472.86 s [fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, nothing )
  10772. 2473.00 s [fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, nothing )
  10773. 2473.02 s [fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, nothing )
  10774. 2473.03 s [fourmolu] Haddock coverage:
  10775. 2473.03 s [fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
  10776. 2473.03 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  10777. 2473.03 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  10778. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10779. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10780. 2473.03 s [fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
  10781. 2473.03 s [fourmolu] Warning: 'SpanStream' is ambiguous. It is defined
  10782. 2473.03 s [fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:22
  10783. 2473.03 s [fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:1
  10784. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10785. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10786. 2473.03 s [fourmolu] Defaulting to the one defined at src/Ormolu/Printer/SpanStream.hs:22:1
  10787. 2473.03 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer.SpanStream'
  10788. 2473.03 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Processing.Cpp'
  10789. 2473.03 s [fourmolu] Warning: 'groupBy' is out of scope.
  10790. 2473.03 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10791. 2473.03 s [fourmolu] Warning: 'StringBuffer' is ambiguous. It is defined
  10792. 2473.03 s [fourmolu] * in ‘GHC.Data.StringBuffer’
  10793. 2473.03 s [fourmolu] * in ‘GHC.Data.StringBuffer’
  10794. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10795. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10796. 2473.03 s [fourmolu] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
  10797. 2473.03 s [fourmolu] 100% ( 14 / 14) in 'Ormolu.Utils'
  10798. 2473.03 s [fourmolu] 87% ( 14 / 16) in 'Ormolu.Terminal'
  10799. 2473.03 s [fourmolu] Missing documentation for:
  10800. 2473.03 s [fourmolu] Term (src/Ormolu/Terminal.hs:42)
  10801. 2473.03 s [fourmolu] runTermPure (src/Ormolu/Terminal.hs:88)
  10802. 2473.03 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Terminal.QualifiedDo'
  10803. 2473.03 s [fourmolu] Missing documentation for:
  10804. 2473.03 s [fourmolu] Module header
  10805. 2473.03 s [fourmolu] >> (src/Ormolu/Terminal/QualifiedDo.hs:7)
  10806. 2473.03 s [fourmolu] Warning: 'TextDiff' is ambiguous. It is defined
  10807. 2473.03 s [fourmolu] * at src/Ormolu/Diff/Text.hs:35:17
  10808. 2473.03 s [fourmolu] * at src/Ormolu/Diff/Text.hs:35:1
  10809. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10810. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10811. 2473.03 s [fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:35:1
  10812. 2473.03 s [fourmolu] Warning: 'Hunk' is ambiguous. It is defined
  10813. 2473.03 s [fourmolu] * at src/Ormolu/Diff/Text.hs:54:13
  10814. 2473.03 s [fourmolu] * at src/Ormolu/Diff/Text.hs:54:1
  10815. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10816. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10817. 2473.03 s [fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:54:1
  10818. 2473.03 s [fourmolu] 100% ( 5 / 5) in 'Ormolu.Diff.Text'
  10819. 2473.03 s [fourmolu] 100% ( 4 / 4) in 'Ormolu.Exception'
  10820. 2473.03 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Pragma'
  10821. 2473.03 s [fourmolu] Warning: 'Comment' is ambiguous. It is defined
  10822. 2473.03 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
  10823. 2473.03 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
  10824. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10825. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10826. 2473.03 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
  10827. 2473.03 s [fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
  10828. 2473.03 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
  10829. 2473.03 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
  10830. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10831. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10832. 2473.03 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
  10833. 2473.03 s [fourmolu] 90% ( 9 / 10) in 'Ormolu.Parser.CommentStream'
  10834. 2473.03 s [fourmolu] Missing documentation for:
  10835. 2473.03 s [fourmolu] LComment (src/Ormolu/Parser/CommentStream.hs:110)
  10836. 2473.03 s [fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
  10837. 2473.03 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
  10838. 2473.03 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
  10839. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10840. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10841. 2473.03 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
  10842. 2473.03 s [fourmolu] Warning: 'FixityApproximation' is ambiguous. It is defined
  10843. 2473.03 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:28
  10844. 2473.03 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:1
  10845. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10846. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10847. 2473.03 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:125:1
  10848. 2473.03 s [fourmolu] Warning: 'OpName' is ambiguous. It is defined
  10849. 2473.03 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:71:1
  10850. 2473.03 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:60:1
  10851. 2473.03 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10852. 2473.03 s [fourmolu] by specifying the type/value namespace explicitly.
  10853. 2473.03 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:60:1
  10854. 2473.04 s [fourmolu] 90% ( 19 / 21) in 'Ormolu.Fixity.Internal'
  10855. 2473.04 s [fourmolu] Missing documentation for:
  10856. 2473.04 s [fourmolu] Module header
  10857. 2473.04 s [fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
  10858. 2473.04 s [fourmolu] Warning: 'FixityImport' is ambiguous. It is defined
  10859. 2473.04 s [fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:21
  10860. 2473.04 s [fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:1
  10861. 2473.04 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10862. 2473.04 s [fourmolu] by specifying the type/value namespace explicitly.
  10863. 2473.04 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Imports.hs:28:1
  10864. 2473.04 s [fourmolu] 100% ( 4 / 4) in 'Ormolu.Fixity.Imports'
  10865. 2473.04 s [fourmolu] Warning: 'HackageInfo' is ambiguous. It is defined
  10866. 2473.04 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:179:5
  10867. 2473.04 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:178:1
  10868. 2473.04 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10869. 2473.04 s [fourmolu] by specifying the type/value namespace explicitly.
  10870. 2473.04 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:178:1
  10871. 2473.04 s [fourmolu] 95% ( 23 / 24) in 'Ormolu.Fixity'
  10872. 2473.04 s [fourmolu] Missing documentation for:
  10873. 2473.04 s [fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
  10874. 2473.04 s [fourmolu] Warning: 'OpInfo' is ambiguous. It is defined
  10875. 2473.04 s [fourmolu] * at src/Ormolu/Printer/Operators.hs:48:18
  10876. 2473.04 s [fourmolu] * at src/Ormolu/Printer/Operators.hs:48:1
  10877. 2473.04 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10878. 2473.04 s [fourmolu] by specifying the type/value namespace explicitly.
  10879. 2473.04 s [fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Operators.hs:48:1
  10880. 2473.04 s [fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
  10881. 2473.04 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
  10882. 2473.04 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
  10883. 2473.04 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10884. 2473.04 s [fourmolu] by specifying the type/value namespace explicitly.
  10885. 2473.04 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
  10886. 2473.04 s [fourmolu] Warning: 'equal' is out of scope.
  10887. 2473.04 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10888. 2473.04 s [fourmolu] Warning: 'lessThan' is out of scope.
  10889. 2473.04 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10890. 2473.04 s [fourmolu] Warning: 'greaterThan' is out of scope.
  10891. 2473.04 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10892. 2473.04 s [fourmolu] 85% ( 6 / 7) in 'Ormolu.Printer.Operators'
  10893. 2473.04 s [fourmolu] Missing documentation for:
  10894. 2473.04 s [fourmolu] BinaryOpBranches (src/Ormolu/Printer/Operators.hs:44)
  10895. 2473.04 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Fixity.Printer'
  10896. 2473.04 s [fourmolu] Warning: 'FixityOverrides' is ambiguous. It is defined
  10897. 2473.04 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:27
  10898. 2473.04 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:1
  10899. 2473.04 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10900. 2473.04 s [fourmolu] by specifying the type/value namespace explicitly.
  10901. 2473.04 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:184:1
  10902. 2473.04 s [fourmolu] 50% ( 8 / 16) in 'Ormolu.Fixity.Parser'
  10903. 2473.04 s [fourmolu] Missing documentation for:
  10904. 2473.04 s [fourmolu] pModuleName (src/Ormolu/Fixity/Parser.hs:156)
  10905. 2473.04 s [fourmolu] pPackageName (src/Ormolu/Fixity/Parser.hs:171)
  10906. 2473.04 s [fourmolu] isIdentifierFirstChar (src/Ormolu/Fixity/Parser.hs:177)
  10907. 2473.04 s [fourmolu] isIdentifierConstituent (src/Ormolu/Fixity/Parser.hs:180)
  10908. 2473.04 s [fourmolu] isOperatorConstituent (src/Ormolu/Fixity/Parser.hs:183)
  10909. 2473.04 s [fourmolu] isPackageNameConstituent (src/Ormolu/Fixity/Parser.hs:188)
  10910. 2473.04 s [fourmolu] isModuleSegmentFirstChar (src/Ormolu/Fixity/Parser.hs:191)
  10911. 2473.04 s [fourmolu] isModuleSegmentConstituent (src/Ormolu/Fixity/Parser.hs:194)
  10912. 2473.04 s [fourmolu] 0% ( 0 / 4) in 'Ormolu.Utils.Glob'
  10913. 2473.04 s [fourmolu] Missing documentation for:
  10914. 2473.04 s [fourmolu] Module header
  10915. 2473.04 s [fourmolu] Glob (src/Ormolu/Utils/Glob.hs:11)
  10916. 2473.04 s [fourmolu] mkGlob (src/Ormolu/Utils/Glob.hs:21)
  10917. 2473.04 s [fourmolu] matchesGlob (src/Ormolu/Utils/Glob.hs:36)
  10918. 2473.04 s [fourmolu] 40% ( 2 / 5) in 'Ormolu.Utils.IO'
  10919. 2473.04 s [fourmolu] Missing documentation for:
  10920. 2473.04 s [fourmolu] Module header
  10921. 2473.04 s [fourmolu] Cache (src/Ormolu/Utils/IO.hs:53)
  10922. 2473.04 s [fourmolu] newCache (src/Ormolu/Utils/IO.hs:56)
  10923. 2473.04 s [fourmolu] Warning: 'CabalInfo' is out of scope.
  10924. 2473.04 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10925. 2473.04 s [fourmolu] 75% ( 3 / 4) in 'Ormolu.Utils.Fixity'
  10926. 2473.04 s [fourmolu] Missing documentation for:
  10927. 2473.04 s [fourmolu] Module header
  10928. 2473.04 s [fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
  10929. 2473.04 s [fourmolu] * at src/Ormolu/Config/Gen.hs:48:3
  10930. 2473.04 s [fourmolu] * at src/Ormolu/Config/Gen.hs:47:1
  10931. 2473.04 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10932. 2473.04 s [fourmolu] by specifying the type/value namespace explicitly.
  10933. 2473.04 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:47:1
  10934. 2473.05 s [fourmolu] Warning: 'Config' is ambiguous. It is defined
  10935. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:109:22
  10936. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:109:1
  10937. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10938. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  10939. 2473.05 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:109:1
  10940. 2473.05 s [fourmolu] Warning: 'RegionIndices' is ambiguous. It is defined
  10941. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:136:22
  10942. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:136:1
  10943. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10944. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  10945. 2473.05 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:136:1
  10946. 2473.05 s [fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
  10947. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:146:21
  10948. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:146:1
  10949. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10950. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  10951. 2473.05 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:146:1
  10952. 2473.05 s [fourmolu] Warning: 'DynOption' is ambiguous. It is defined
  10953. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:206:21
  10954. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:206:1
  10955. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10956. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  10957. 2473.05 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:206:1
  10958. 2473.05 s [fourmolu] 40% ( 20 / 49) in 'Ormolu.Config'
  10959. 2473.05 s [fourmolu] Missing documentation for:
  10960. 2473.05 s [fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:127)
  10961. 2473.05 s [fourmolu] defaultPrinterOptsYaml (src/Ormolu/Config/Gen.hs:766)
  10962. 2473.05 s [fourmolu] CommaStyle (src/Ormolu/Config/Gen.hs:346)
  10963. 2473.05 s [fourmolu] FunctionArrowsStyle (src/Ormolu/Config/Gen.hs:351)
  10964. 2473.05 s [fourmolu] HaddockPrintStyle (src/Ormolu/Config/Gen.hs:357)
  10965. 2473.05 s [fourmolu] HaddockPrintStyleModule (src/Ormolu/Config/Gen.hs:363)
  10966. 2473.05 s [fourmolu] HaddockLocSignature (src/Ormolu/Config/Gen.hs:368)
  10967. 2473.05 s [fourmolu] ImportExportStyle (src/Ormolu/Config/Gen.hs:374)
  10968. 2473.05 s [fourmolu] ImportGrouping (src/Ormolu/Config/Gen.hs:421)
  10969. 2473.05 s [fourmolu] ImportGroup (src/Ormolu/Config/Types.hs:24)
  10970. 2473.05 s [fourmolu] ImportGroupRule (src/Ormolu/Config/Types.hs:36)
  10971. 2473.05 s [fourmolu] ImportModuleMatcher (src/Ormolu/Config/Types.hs:84)
  10972. 2473.05 s [fourmolu] ImportRulePriority (src/Ormolu/Config/Types.hs:63)
  10973. 2473.05 s [fourmolu] matchAllRulePriority (src/Ormolu/Config/Types.hs:70)
  10974. 2473.05 s [fourmolu] matchLocalRulePriority (src/Ormolu/Config/Types.hs:73)
  10975. 2473.05 s [fourmolu] defaultImportRulePriority (src/Ormolu/Config/Types.hs:76)
  10976. 2473.05 s [fourmolu] QualifiedImportMatcher (src/Ormolu/Config/Types.hs:78)
  10977. 2473.05 s [fourmolu] LetStyle (src/Ormolu/Config/Gen.hs:380)
  10978. 2473.05 s [fourmolu] InStyle (src/Ormolu/Config/Gen.hs:387)
  10979. 2473.05 s [fourmolu] IfStyle (src/Ormolu/Config/Gen.hs:393)
  10980. 2473.05 s [fourmolu] Unicode (src/Ormolu/Config/Gen.hs:398)
  10981. 2473.05 s [fourmolu] ColumnLimit (src/Ormolu/Config/Gen.hs:410)
  10982. 2473.05 s [fourmolu] SingleDerivingParens (src/Ormolu/Config/Gen.hs:415)
  10983. 2473.05 s [fourmolu] parsePrinterOptsCLI (src/Ormolu/Config/Gen.hs:193)
  10984. 2473.05 s [fourmolu] parsePrinterOptType
  10985. 2473.05 s [fourmolu] renderPrinterOpt
  10986. 2473.05 s [fourmolu] ConfigNotFound (src/Ormolu/Config.hs:304)
  10987. 2473.05 s [fourmolu] FourmoluConfig (src/Ormolu/Config.hs:258)
  10988. 2473.05 s [fourmolu] emptyConfig (src/Ormolu/Config.hs:281)
  10989. 2473.05 s [fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
  10990. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:146:21
  10991. 2473.05 s [fourmolu] * at src/Ormolu/Config.hs:146:1
  10992. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10993. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  10994. 2473.05 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:146:1
  10995. 2473.05 s [fourmolu] Warning: 'RegionDelta' is out of scope.
  10996. 2473.05 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10997. 2473.05 s [fourmolu] 100% ( 5 / 5) in 'Ormolu.Processing.Common'
  10998. 2473.05 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Processing.Preprocess'
  10999. 2473.05 s [fourmolu] Warning: 'R' is ambiguous. It is defined
  11000. 2473.05 s [fourmolu] * at src/Ormolu/Printer/Internal.hs:101:15
  11001. 2473.05 s [fourmolu] * at src/Ormolu/Printer/Internal.hs:101:1
  11002. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11003. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  11004. 2473.05 s [fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Internal.hs:101:1
  11005. 2473.05 s [fourmolu] Warning: 'n' is out of scope.
  11006. 2473.05 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11007. 2473.05 s [fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
  11008. 2473.05 s [fourmolu] * at src/Ormolu/Config/Gen.hs:48:3
  11009. 2473.05 s [fourmolu] * at src/Ormolu/Config/Gen.hs:47:1
  11010. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11011. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  11012. 2473.05 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:47:1
  11013. 2473.05 s [fourmolu] Warning: 'Comment' is ambiguous. It is defined
  11014. 2473.05 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
  11015. 2473.05 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
  11016. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11017. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  11018. 2473.05 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
  11019. 2473.05 s [fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
  11020. 2473.05 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
  11021. 2473.05 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
  11022. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11023. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  11024. 2473.05 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
  11025. 2473.05 s [fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
  11026. 2473.05 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  11027. 2473.05 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  11028. 2473.05 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11029. 2473.05 s [fourmolu] by specifying the type/value namespace explicitly.
  11030. 2473.05 s [fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
  11031. 2473.05 s [fourmolu] 94% ( 47 / 50) in 'Ormolu.Printer.Internal'
  11032. 2473.05 s [fourmolu] Missing documentation for:
  11033. 2473.05 s [fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
  11034. 2473.05 s [fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
  11035. 2473.05 s [fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
  11036. 2473.06 s [fourmolu] Warning: 'Comment' is ambiguous. It is defined
  11037. 2473.06 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
  11038. 2473.06 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
  11039. 2473.06 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11040. 2473.06 s [fourmolu] by specifying the type/value namespace explicitly.
  11041. 2473.06 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
  11042. 2473.06 s [fourmolu] 100% ( 6 / 6) in 'Ormolu.Printer.Comments'
  11043. 2473.06 s [fourmolu] 96% ( 80 / 83) in 'Ormolu.Printer.Combinators'
  11044. 2473.06 s [fourmolu] Missing documentation for:
  11045. 2473.06 s [fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
  11046. 2473.06 s [fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
  11047. 2473.06 s [fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
  11048. 2473.06 s [fourmolu] Warning: 'LanguagePragma' is out of scope.
  11049. 2473.06 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11050. 2473.06 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Pragma'
  11051. 2473.06 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.StringLiteral'
  11052. 2473.06 s [fourmolu] Missing documentation for:
  11053. 2473.06 s [fourmolu] Module header
  11054. 2473.06 s [fourmolu] 58% ( 7 / 12) in 'Ormolu.Printer.Meat.Common'
  11055. 2473.06 s [fourmolu] Missing documentation for:
  11056. 2473.06 s [fourmolu] p_ieWrappedName (src/Ormolu/Printer/Meat/Common.hs:62)
  11057. 2473.06 s [fourmolu] p_qualName (src/Ormolu/Printer/Meat/Common.hs:121)
  11058. 2473.06 s [fourmolu] p_sourceText (src/Ormolu/Printer/Meat/Common.hs:235)
  11059. 2473.06 s [fourmolu] p_namespaceSpec (src/Ormolu/Printer/Meat/Common.hs:240)
  11060. 2473.06 s [fourmolu] p_arrow (src/Ormolu/Printer/Meat/Common.hs:246)
  11061. 2473.06 s [fourmolu] 27% ( 5 / 18) in 'Ormolu.Printer.Meat.Type'
  11062. 2473.06 s [fourmolu] Missing documentation for:
  11063. 2473.06 s [fourmolu] p_hsType (src/Ormolu/Printer/Meat/Type.hs:57)
  11064. 2473.06 s [fourmolu] p_hsTypeAnnotation (src/Ormolu/Printer/Meat/Type.hs:203)
  11065. 2473.06 s [fourmolu] p_hsContext (src/Ormolu/Printer/Meat/Type.hs:216)
  11066. 2473.06 s [fourmolu] p_hsContext' (src/Ormolu/Printer/Meat/Type.hs:223)
  11067. 2473.06 s [fourmolu] p_hsTyVarBndr (src/Ormolu/Printer/Meat/Type.hs:251)
  11068. 2473.06 s [fourmolu] ForAllVisibility (src/Ormolu/Printer/Meat/Type.hs:266)
  11069. 2473.06 s [fourmolu] p_conDeclFields (src/Ormolu/Printer/Meat/Type.hs:296)
  11070. 2473.06 s [fourmolu] p_lhsTypeArg (src/Ormolu/Printer/Meat/Type.hs:314)
  11071. 2473.06 s [fourmolu] p_hsSigType (src/Ormolu/Printer/Meat/Type.hs:323)
  11072. 2473.06 s [fourmolu] FunRepr (src/Ormolu/Printer/Meat/Type.hs:351)
  11073. 2473.06 s [fourmolu] hsOuterTyVarBndrsToHsType (src/Ormolu/Printer/Meat/Type.hs:590)
  11074. 2473.06 s [fourmolu] hsSigTypeToType (src/Ormolu/Printer/Meat/Type.hs:583)
  11075. 2473.06 s [fourmolu] lhsTypeToSigType (src/Ormolu/Printer/Meat/Type.hs:596)
  11076. 2473.06 s [fourmolu] 0% ( 0 / 3) in 'Ormolu.Printer.Meat.Declaration.Warning'
  11077. 2473.06 s [fourmolu] Missing documentation for:
  11078. 2473.06 s [fourmolu] Module header
  11079. 2473.06 s [fourmolu] p_warnDecls (src/Ormolu/Printer/Meat/Declaration/Warning.hs:23)
  11080. 2473.06 s [fourmolu] p_warningTxt (src/Ormolu/Printer/Meat/Declaration/Warning.hs:37)
  11081. 2473.06 s [fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.ImportExport'
  11082. 2473.06 s [fourmolu] Missing documentation for:
  11083. 2473.06 s [fourmolu] p_hsmodExports (src/Ormolu/Printer/Meat/ImportExport.hs:30)
  11084. 2473.06 s [fourmolu] p_hsmodImport (src/Ormolu/Printer/Meat/ImportExport.hs:44)
  11085. 2473.06 s [fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.Declaration.TypeFamily'
  11086. 2473.06 s [fourmolu] Missing documentation for:
  11087. 2473.06 s [fourmolu] p_famDecl (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:22)
  11088. 2473.06 s [fourmolu] p_tyFamInstEqn (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:83)
  11089. 2473.06 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Type'
  11090. 2473.06 s [fourmolu] Missing documentation for:
  11091. 2473.06 s [fourmolu] p_synDecl (src/Ormolu/Printer/Meat/Declaration/Type.hs:30)
  11092. 2473.06 s [fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Signature'
  11093. 2473.06 s [fourmolu] Missing documentation for:
  11094. 2473.06 s [fourmolu] p_sigDecl (src/Ormolu/Printer/Meat/Declaration/Signature.hs:27)
  11095. 2473.06 s [fourmolu] p_typeAscription (src/Ormolu/Printer/Meat/Declaration/Signature.hs:60)
  11096. 2473.06 s [fourmolu] p_activation (src/Ormolu/Printer/Meat/Declaration/Signature.hs:148)
  11097. 2473.07 s [fourmolu] p_standaloneKindSig (src/Ormolu/Printer/Meat/Declaration/Signature.hs:218)
  11098. 2473.07 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.RoleAnnotation'
  11099. 2473.07 s [fourmolu] Missing documentation for:
  11100. 2473.07 s [fourmolu] p_roleAnnot (src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs:18)
  11101. 2473.07 s [fourmolu] Warning: 'ForeignImport' is ambiguous. It is defined
  11102. 2473.07 s [fourmolu] * in ‘Language.Haskell.Syntax.Decls’
  11103. 2473.07 s [fourmolu] * in ‘Language.Haskell.Syntax.Decls’
  11104. 2473.07 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11105. 2473.07 s [fourmolu] by specifying the type/value namespace explicitly.
  11106. 2473.07 s [fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Decls’
  11107. 2473.07 s [fourmolu] Warning: 'SourceText' is out of scope.
  11108. 2473.07 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11109. 2473.07 s [fourmolu] Warning: 'Outputable' is out of scope.
  11110. 2473.07 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11111. 2473.07 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Foreign'
  11112. 2473.07 s [fourmolu] Missing documentation for:
  11113. 2473.07 s [fourmolu] Module header
  11114. 2473.07 s [fourmolu] p_foreignDecl (src/Ormolu/Printer/Meat/Declaration/Foreign.hs:18)
  11115. 2473.07 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Default'
  11116. 2473.07 s [fourmolu] Missing documentation for:
  11117. 2473.07 s [fourmolu] Module header
  11118. 2473.07 s [fourmolu] p_defaultDecl (src/Ormolu/Printer/Meat/Declaration/Default.hs:15)
  11119. 2473.07 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Data'
  11120. 2473.07 s [fourmolu] Missing documentation for:
  11121. 2473.07 s [fourmolu] p_dataDecl (src/Ormolu/Printer/Meat/Declaration/Data.hs:52)
  11122. 2473.07 s [fourmolu] Warning: 'Match' is ambiguous. It is defined
  11123. 2473.07 s [fourmolu] * in ‘Language.Haskell.Syntax.Expr’
  11124. 2473.07 s [fourmolu] * in ‘Language.Haskell.Syntax.Expr’
  11125. 2473.07 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11126. 2473.07 s [fourmolu] by specifying the type/value namespace explicitly.
  11127. 2473.07 s [fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Expr’
  11128. 2473.07 s [fourmolu] 40% ( 4 / 10) in 'Ormolu.Printer.Meat.Declaration.Value'
  11129. 2473.07 s [fourmolu] Missing documentation for:
  11130. 2473.07 s [fourmolu] Module header
  11131. 2473.07 s [fourmolu] p_valDecl (src/Ormolu/Printer/Meat/Declaration/Value.hs:70)
  11132. 2473.07 s [fourmolu] p_pat (src/Ormolu/Printer/Meat/Declaration/Value.hs:1246)
  11133. 2473.07 s [fourmolu] p_hsExpr (src/Ormolu/Printer/Meat/Declaration/Value.hs:591)
  11134. 2473.07 s [fourmolu] p_hsUntypedSplice (src/Ormolu/Printer/Meat/Declaration/Value.hs:1360)
  11135. 2473.07 s [fourmolu] p_hsExpr' (src/Ormolu/Printer/Meat/Declaration/Value.hs:608)
  11136. 2473.07 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Splice'
  11137. 2473.07 s [fourmolu] Missing documentation for:
  11138. 2473.07 s [fourmolu] Module header
  11139. 2473.07 s [fourmolu] p_spliceDecl (src/Ormolu/Printer/Meat/Declaration/Splice.hs:11)
  11140. 2473.07 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Rule'
  11141. 2473.07 s [fourmolu] Missing documentation for:
  11142. 2473.07 s [fourmolu] Module header
  11143. 2473.07 s [fourmolu] p_ruleDecls (src/Ormolu/Printer/Meat/Declaration/Rule.hs:21)
  11144. 2473.07 s [fourmolu] 100% ( 9 / 9) in 'Ormolu.Printer.Meat.Declaration.OpTree'
  11145. 2473.07 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Annotation'
  11146. 2473.07 s [fourmolu] Missing documentation for:
  11147. 2473.07 s [fourmolu] Module header
  11148. 2473.07 s [fourmolu] p_annDecl (src/Ormolu/Printer/Meat/Declaration/Annotation.hs:15)
  11149. 2473.07 s [fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Instance'
  11150. 2473.07 s [fourmolu] Missing documentation for:
  11151. 2473.07 s [fourmolu] p_clsInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:64)
  11152. 2473.07 s [fourmolu] p_tyFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:97)
  11153. 2473.07 s [fourmolu] p_dataFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:105)
  11154. 2473.07 s [fourmolu] p_standaloneDerivDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:31)
  11155. 2473.07 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Class'
  11156. 2473.07 s [fourmolu] Missing documentation for:
  11157. 2473.07 s [fourmolu] p_classDecl (src/Ormolu/Printer/Meat/Declaration/Class.hs:39)
  11158. 2473.07 s [fourmolu] 66% ( 2 / 3) in 'Ormolu.Printer.Meat.Declaration'
  11159. 2473.07 s [fourmolu] Missing documentation for:
  11160. 2473.07 s [fourmolu] p_hsDecls (src/Ormolu/Printer/Meat/Declaration.hs:50)
  11161. 2473.07 s [fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
  11162. 2473.07 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
  11163. 2473.07 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
  11164. 2473.07 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11165. 2473.07 s [fourmolu] by specifying the type/value namespace explicitly.
  11166. 2473.07 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
  11167. 2473.07 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Result'
  11168. 2473.07 s [fourmolu] Warning: 'HsModule' is ambiguous. It is defined
  11169. 2473.07 s [fourmolu] * in ‘Language.Haskell.Syntax’
  11170. 2473.07 s [fourmolu] * in ‘Language.Haskell.Syntax’
  11171. 2473.07 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11172. 2473.07 s [fourmolu] by specifying the type/value namespace explicitly.
  11173. 2473.07 s [fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax’
  11174. 2473.07 s [fourmolu] Warning: 'DynFlags' is ambiguous. It is defined
  11175. 2473.07 s [fourmolu] * in ‘GHC.Driver.DynFlags’
  11176. 2473.07 s [fourmolu] * in ‘GHC.Driver.DynFlags’
  11177. 2473.07 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11178. 2473.07 s [fourmolu] by specifying the type/value namespace explicitly.
  11179. 2473.07 s [fourmolu] Defaulting to the one defined in ‘GHC.Driver.DynFlags’
  11180. 2473.07 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser'
  11181. 2473.07 s [fourmolu] 0% ( 0 / 4) in 'Ormolu.Imports.Grouping'
  11182. 2473.07 s [fourmolu] Missing documentation for:
  11183. 2473.07 s [fourmolu] Module header
  11184. 2473.07 s [fourmolu] Import (src/Ormolu/Imports/Grouping.hs:29)
  11185. 2473.07 s [fourmolu] prepareExistingGroups (src/Ormolu/Imports/Grouping.hs:137)
  11186. 2473.07 s [fourmolu] groupImports (src/Ormolu/Imports/Grouping.hs:147)
  11187. 2473.07 s [fourmolu] Warning: 'GhcPs' is ambiguous. It is defined
  11188. 2473.07 s [fourmolu] * in ‘GHC.Hs.Extension’
  11189. 2473.07 s [fourmolu] * in ‘GHC.Hs.Extension’
  11190. 2473.07 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11191. 2473.07 s [fourmolu] by specifying the type/value namespace explicitly.
  11192. 2473.07 s [fourmolu] Defaulting to the one defined in ‘GHC.Hs.Extension’
  11193. 2473.07 s [fourmolu] Warning: 'ImportId' is ambiguous. It is defined
  11194. 2473.07 s [fourmolu] * at src/Ormolu/Imports.hs:85:17
  11195. 2473.07 s [fourmolu] * at src/Ormolu/Imports.hs:85:1
  11196. 2473.07 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11197. 2473.07 s [fourmolu] by specifying the type/value namespace explicitly.
  11198. 2473.07 s [fourmolu] Defaulting to the one defined at src/Ormolu/Imports.hs:85:1
  11199. 2473.07 s [fourmolu] Warning: 'IEWrapppedName' is out of scope.
  11200. 2473.07 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11201. 2473.07 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Imports'
  11202. 2473.07 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Module'
  11203. 2473.08 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer'
  11204. 2473.08 s [fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
  11205. 2473.08 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
  11206. 2473.08 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
  11207. 2473.08 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11208. 2473.08 s [fourmolu] by specifying the type/value namespace explicitly.
  11209. 2473.08 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
  11210. 2473.08 s [fourmolu] Warning: 'Diff' is out of scope.
  11211. 2473.08 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11212. 2473.08 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Diff.ParseResult'
  11213. 2473.08 s [fourmolu] Warning: 'DynOption' is ambiguous. It is defined
  11214. 2473.08 s [fourmolu] * at src/Ormolu/Config.hs:206:21
  11215. 2473.08 s [fourmolu] * at src/Ormolu/Config.hs:206:1
  11216. 2473.08 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11217. 2473.08 s [fourmolu] by specifying the type/value namespace explicitly.
  11218. 2473.08 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:206:1
  11219. 2473.08 s [fourmolu] Warning: 'CabalInfo' is ambiguous. It is defined
  11220. 2473.08 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:18
  11221. 2473.08 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:1
  11222. 2473.08 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11223. 2473.08 s [fourmolu] by specifying the type/value namespace explicitly.
  11224. 2473.08 s [fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:51:1
  11225. 2473.08 s [fourmolu] Warning: 'CachedCabalFile' is ambiguous. It is defined
  11226. 2473.08 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:24
  11227. 2473.08 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:1
  11228. 2473.08 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11229. 2473.08 s [fourmolu] by specifying the type/value namespace explicitly.
  11230. 2473.08 s [fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:96:1
  11231. 2473.08 s [fourmolu] 85% ( 6 / 7) in 'Ormolu.Utils.Cabal'
  11232. 2473.08 s [fourmolu] Missing documentation for:
  11233. 2473.08 s [fourmolu] Module header
  11234. 2473.08 s [fourmolu] Warning: 'Config' is ambiguous. It is defined
  11235. 2473.08 s [fourmolu] * at src/Ormolu/Config.hs:109:22
  11236. 2473.08 s [fourmolu] * at src/Ormolu/Config.hs:109:1
  11237. 2473.08 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11238. 2473.08 s [fourmolu] by specifying the type/value namespace explicitly.
  11239. 2473.08 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:109:1
  11240. 2473.08 s [fourmolu] Warning: 'CabalInfo' is out of scope.
  11241. 2473.08 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11242. 2473.08 s [fourmolu] Warning: 'FixityMap' is out of scope.
  11243. 2473.08 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11244. 2473.08 s [fourmolu] Warning: 'getFixityOverridesForSourceFile' is out of scope.
  11245. 2473.08 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11246. 2473.08 s [fourmolu] 94% ( 32 / 34) in 'Ormolu'
  11247. 2473.08 s [fourmolu] Missing documentation for:
  11248. 2473.08 s [fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:127)
  11249. 2473.08 s [fourmolu] ConfigNotFound (src/Ormolu/Config.hs:304)
  11250. 2473.08 s [fourmolu] 0% ( 0 / 9) in 'Paths_fourmolu'
  11251. 2473.08 s [fourmolu] Missing documentation for:
  11252. 2473.08 s [fourmolu] Module header
  11253. 2473.08 s [fourmolu] version (dist/build/autogen/Paths_fourmolu.hs:36)
  11254. 2473.08 s [fourmolu] getBinDir (dist/build/autogen/Paths_fourmolu.hs:56)
  11255. 2473.08 s [fourmolu] getLibDir (dist/build/autogen/Paths_fourmolu.hs:57)
  11256. 2473.08 s [fourmolu] getDynLibDir (dist/build/autogen/Paths_fourmolu.hs:58)
  11257. 2473.08 s [fourmolu] getDataDir (dist/build/autogen/Paths_fourmolu.hs:59)
  11258. 2473.08 s [fourmolu] getLibexecDir (dist/build/autogen/Paths_fourmolu.hs:60)
  11259. 2473.08 s [fourmolu] getDataFileName (dist/build/autogen/Paths_fourmolu.hs:39)
  11260. 2473.08 s [fourmolu] getSysconfDir (dist/build/autogen/Paths_fourmolu.hs:61)
  11261. 2473.40 s [lsp-types] Installing internal library lsp-types-quickcheck in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-types-2.3.0.1-ImogK2zpahh9243drPJxYh-lsp-types-quickcheck
  11262. 2473.90 s [lsp-types] Installing internal library metamodel in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-types-2.3.0.1-7kbo9o5yi6DBiBJmPQsJpT-metamodel
  11263. 2474.06 s [fourmolu] Warning: Ormolu.Terminal: could not find link destinations for:
  11264. 2474.06 s [fourmolu] - Ormolu.Terminal.TermOutput
  11265. 2474.06 s [fourmolu] Warning: Ormolu.Fixity.Internal: could not find link destinations for:
  11266. 2474.06 s [fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
  11267. 2474.06 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
  11268. 2474.06 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
  11269. 2474.06 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
  11270. 2474.06 s [fourmolu] Warning: Ormolu.Fixity: could not find link destinations for:
  11271. 2474.06 s [fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
  11272. 2474.06 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
  11273. 2474.06 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
  11274. 2474.06 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
  11275. 2474.06 s [fourmolu] Warning: Ormolu.Fixity.Parser: could not find link destinations for:
  11276. 2474.06 s [fourmolu] - Ormolu.Fixity.Parser.Parser
  11277. 2474.07 s [fourmolu] Warning: Ormolu.Config: could not find link destinations for:
  11278. 2474.07 s [fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
  11279. 2474.07 s [fourmolu] - Ormolu.Config.Gen.RenderPrinterOpt
  11280. 2474.07 s [fourmolu] - Ormolu.Config.Gen.PrinterOptsFieldType
  11281. 2474.07 s [fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
  11282. 2474.07 s [fourmolu] - Ormolu.Config.Rep_Config
  11283. 2474.07 s [fourmolu] Warning: Ormolu.Printer.Meat.Type: could not find link destinations for:
  11284. 2474.07 s [fourmolu] - Ormolu.Printer.Meat.Type.IsTyVarBndrFlag
  11285. 2474.07 s [fourmolu] Warning: Ormolu.Printer: could not find link destinations for:
  11286. 2474.07 s [fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
  11287. 2474.07 s [fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
  11288. 2474.07 s [fourmolu] Warning: Ormolu.Utils.Cabal: could not find link destinations for:
  11289. 2474.08 s [fourmolu] - Distribution.Utils.Structured.Tagged
  11290. 2474.08 s [fourmolu] - Distribution.Utils.Structured.structureHash'
  11291. 2474.08 s [fourmolu] - Language.Haskell.Extension.Rep_Extension
  11292. 2474.08 s [fourmolu] Warning: Ormolu: could not find link destinations for:
  11293. 2474.08 s [fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
  11294. 2474.08 s [fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
  11295. 2474.08 s [fourmolu] - Ormolu.Config.Rep_Config
  11296. 2474.61 s [lsp-types] Installing executable generator in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin
  11297. 2474.61 s [lsp-types] Warning: The directory
  11298. 2474.61 s [lsp-types] /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin is not in
  11299. 2474.61 s [lsp-types] the system search path.
  11300. 2474.93 s [lsp-types] Phase: fixupPhase
  11301. 2474.95 s [lsp-types] shrinking RPATHs of ELF executables and libraries in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
  11302. 2474.96 s [lsp-types] shrinking /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-types-2.3.0.1-ImogK2zpahh9243drPJxYh-lsp-types-quickcheck-ghc9.10.2.so
  11303. 2475.36 s [lsp-types] shrinking /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH-ghc9.10.2.so
  11304. 2475.43 s [lsp-types] shrinking /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-types-2.3.0.1-7kbo9o5yi6DBiBJmPQsJpT-metamodel-ghc9.10.2.so
  11305. 2475.46 s [lsp-types] shrinking /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin/generator
  11306. 2475.48 s [lsp-types] checking for references to /build/ in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1...
  11307. 2475.95 s [lsp-types] patching script interpreter paths in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
  11308. 2475.96 s [lsp-types] stripping (with command strip and flags -S -p) in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin
  11309. 2480.05 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
  11310. 2480.42 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  11311. 2480.56 s [post-build-hook] Uploading to the NixCI cache: /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
  11312. 2480.56 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11313. 2480.56 s [post-build-hook] copying 1 paths...
  11314. 2480.56 s [post-build-hook] copying path '/nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1' to 'https://cache.nix-ci.com'...
  11315. 2544.88 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11316. 2545.01 s [post-build-hook] copying 0 paths...
  11317. 2545.04 s Progress: 352 of 361 built (1 building), 370 of 370 downloaded from cache
  11318. 2545.07 s Building lsp
  11319. 2545.07 s [fourmolu] Documentation created: dist/doc/html/fourmolu/,
  11320. 2545.07 s [fourmolu] dist/doc/html/fourmolu/fourmolu.txt
  11321. 2545.07 s [fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.19.0.1...
  11322. 2545.07 s [fourmolu] Preprocessing test suite 'tests' for fourmolu-0.19.0.1...
  11323. 2545.07 s [fourmolu] Phase: installPhase
  11324. 2545.07 s [fourmolu] Installing library in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  11325. 2545.07 s [fourmolu] Installing executable fourmolu in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin
  11326. 2545.07 s [fourmolu] Warning: The directory
  11327. 2545.08 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin is not in
  11328. 2545.08 s [fourmolu] the system search path.
  11329. 2545.08 s [fourmolu] Phase: fixupPhase
  11330. 2545.08 s [fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1
  11331. 2545.08 s [fourmolu] shrinking /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSfourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU-ghc9.10.2.so
  11332. 2545.08 s [fourmolu] shrinking /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin/fourmolu
  11333. 2545.08 s [fourmolu] checking for references to /build/ in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1...
  11334. 2545.08 s [fourmolu] patching script interpreter paths in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1
  11335. 2545.08 s [fourmolu] stripping (with command strip and flags -S -p) in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin
  11336. 2545.08 s [fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
  11337. 2545.08 s [fourmolu] checking for references to /build/ in /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc...
  11338. 2545.08 s [fourmolu] patching script interpreter paths in /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
  11339. 2545.37 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1 /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
  11340. 2545.99 s [post-build-hook] Pushing 2 paths (218 are already present) using zstd to cache sellout ⏳
  11341. 2545.99 s [post-build-hook]
  11342. 2546.36 s [post-build-hook] Pushing /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc (9.37 MiB)
  11343. 2546.49 s [post-build-hook] Pushing /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1 (74.72 MiB)
  11344. 2548.97 s [post-build-hook]
  11345. 2548.97 s [post-build-hook] All done.
  11346. 2548.99 s [post-build-hook] Uploading to the NixCI cache: /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1 /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
  11347. 2549.02 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11348. 2549.24 s [post-build-hook] copying 2 paths...
  11349. 2549.24 s [post-build-hook] copying path '/nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc' to 'https://cache.nix-ci.com'...
  11350. 2550.53 s [post-build-hook] copying path '/nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1' to 'https://cache.nix-ci.com'...
  11351. 2565.13 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11352. 2565.36 s [post-build-hook] copying 1 paths...
  11353. 2565.41 s [post-build-hook] copying path '/nix/store/18pfxj67nvbzg9piya0giw187lz8fwqk-fourmolu-0.19.0.1.drv' to 'https://cache.nix-ci.com'...
  11354. 2565.60 s Progress: 353 of 361 built (1 building), 370 of 370 downloaded from cache
  11355. 2565.61 s [lsp] Phase: setupCompilerEnvironmentPhase
  11356. 2565.61 s [lsp] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  11357. 2565.61 s [lsp] Phase: unpackPhase
  11358. 2565.61 s [lsp] unpacking source archive /nix/store/12k1a9yd29ayydcbms6q8jmm5hkylh2c-lsp-2.7.0.1.tar.gz
  11359. 2565.61 s [lsp] source root is lsp-2.7.0.1
  11360. 2565.61 s [lsp] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-2.7.0.1/test/VspSpec.hs"
  11361. 2565.61 s [lsp] Phase: patchPhase
  11362. 2565.61 s [lsp] Replace Cabal file with edited version from mirror://hackage/lsp-2.7.0.1/revision/1.cabal.
  11363. 2565.61 s [lsp] Phase: compileBuildDriverPhase
  11364. 2565.61 s [lsp] setupCompileFlags: -package-db=/build/tmp.4jqM1hcOPi/setup-package.conf.d -threaded
  11365. 2565.61 s [lsp] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.4jqM1hcOPi/Main.o )
  11366. 2565.61 s [lsp] [2 of 2] Linking Setup
  11367. 2565.61 s [lsp] Phase: updateAutotoolsGnuConfigScriptsPhase
  11368. 2565.61 s [lsp] Phase: configurePhase
  11369. 2565.61 s [lsp] configureFlags: --verbose --prefix=/nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1 --with-gcc=gcc --package-db=/build/tmp.4jqM1hcOPi/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  11370. 2565.61 s [lsp] Using Parsec parser
  11371. 2565.61 s [lsp] Configuring lsp-2.7.0.1...
  11372. 2565.61 s [lsp] Flags chosen: demo=False
  11373. 2565.61 s [lsp] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
  11374. 2565.61 s [lsp] Dependency async >=2.2 && <2.3: using async-2.2.5
  11375. 2565.61 s [lsp] Dependency attoparsec >=0.14 && <0.15: using attoparsec-0.14.4
  11376. 2565.61 s [lsp] Dependency base >=4.11 && <5: using base-4.20.1.0
  11377. 2565.61 s [lsp] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
  11378. 2565.61 s [lsp] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
  11379. 2565.61 s [lsp] Dependency containers >=0.6 && <0.8: using containers-0.7
  11380. 2565.61 s [lsp] Dependency data-default >=0.7 && <0.9: using data-default-0.8.0.1
  11381. 2565.61 s [lsp] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
  11382. 2565.61 s [lsp] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
  11383. 2565.61 s [lsp] Dependency extra >=1.7 && <1.9: using extra-1.8.1
  11384. 2565.61 s [lsp] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
  11385. 2565.61 s [lsp] Dependency hashable >=1.4 && <1.6: using hashable-1.5.0.0
  11386. 2565.61 s [lsp] Dependency lens >=5.1 && <5.4: using lens-5.3.5
  11387. 2565.61 s [lsp] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
  11388. 2565.61 s [lsp] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  11389. 2565.61 s [lsp] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  11390. 2565.61 s [lsp] Dependency prettyprinter >=1.7 && <1.8: using prettyprinter-1.7.1
  11391. 2565.61 s [lsp] Dependency sorted-list >=0.2.1 && <0.4: using sorted-list-0.2.3.1
  11392. 2565.61 s [lsp] Dependency stm >=2.5 && <2.6: using stm-2.5.3.1
  11393. 2565.61 s [lsp] Dependency text >=1 && <2.2: using text-2.1.2
  11394. 2565.61 s [lsp] Dependency text-rope >=0.2 && <0.4: using text-rope-0.3
  11395. 2565.61 s [lsp] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.1
  11396. 2565.61 s [lsp] Dependency unliftio >=0.2 && <0.3: using unliftio-0.2.25.1
  11397. 2565.61 s [lsp] Dependency unliftio-core >=0.2 && <0.3: using unliftio-core-0.2.1.0
  11398. 2565.61 s [lsp] Dependency unordered-containers >=0.2 && <0.3: using
  11399. 2565.61 s [lsp] unordered-containers-0.2.20.1
  11400. 2565.61 s [lsp] Dependency base: using base-4.20.1.0
  11401. 2565.61 s [lsp] Dependency containers: using containers-0.7
  11402. 2565.61 s [lsp] Dependency hspec: using hspec-2.11.14
  11403. 2565.61 s [lsp] Dependency lsp: using lsp-2.7.0.1
  11404. 2565.61 s [lsp] Dependency sorted-list: using sorted-list-0.2.3.1
  11405. 2565.61 s [lsp] Dependency text: using text-2.1.2
  11406. 2565.61 s [lsp] Dependency text-rope: using text-rope-0.3
  11407. 2565.61 s [lsp] Dependency unordered-containers: using unordered-containers-0.2.20.1
  11408. 2565.61 s [lsp] Source component graph:
  11409. 2565.61 s [lsp] component lib
  11410. 2565.61 s [lsp] component test:lsp-test dependency lib
  11411. 2565.61 s [lsp] Configured component graph:
  11412. 2565.61 s [lsp] component lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11413. 2565.61 s [lsp] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11414. 2565.61 s [lsp] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  11415. 2565.61 s [lsp] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  11416. 2565.61 s [lsp] include base-4.20.1.0-f445
  11417. 2565.61 s [lsp] include bytestring-0.12.2.0-214a
  11418. 2565.61 s [lsp] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  11419. 2565.61 s [lsp] include containers-0.7-6571
  11420. 2565.61 s [lsp] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11421. 2565.61 s [lsp] include directory-1.3.8.5-159c
  11422. 2565.61 s [lsp] include exceptions-0.10.9-9158
  11423. 2565.61 s [lsp] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  11424. 2565.61 s [lsp] include filepath-1.5.4.0-8593
  11425. 2565.61 s [lsp] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  11426. 2565.61 s [lsp] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11427. 2565.61 s [lsp] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  11428. 2565.61 s [lsp] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  11429. 2565.61 s [lsp] include mtl-2.3.1-07d6
  11430. 2565.61 s [lsp] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  11431. 2565.61 s [lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11432. 2565.61 s [lsp] include stm-2.5.3.1-662c
  11433. 2565.61 s [lsp] include text-2.1.2-7514
  11434. 2565.61 s [lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11435. 2565.61 s [lsp] include transformers-0.6.1.1-05a6
  11436. 2565.61 s [lsp] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  11437. 2565.61 s [lsp] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  11438. 2565.61 s [lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11439. 2565.61 s [lsp] component lsp-2.7.0.1-EDtZ6EfSkG254RSOMAuGd9-lsp-test
  11440. 2565.61 s [lsp] include base-4.20.1.0-f445
  11441. 2565.61 s [lsp] include containers-0.7-6571
  11442. 2565.61 s [lsp] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  11443. 2565.61 s [lsp] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11444. 2565.61 s [lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11445. 2565.61 s [lsp] include text-2.1.2-7514
  11446. 2565.61 s [lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11447. 2565.61 s [lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11448. 2565.61 s [lsp] Linked component graph:
  11449. 2565.61 s [lsp] unit lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11450. 2565.61 s [lsp] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11451. 2565.61 s [lsp] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  11452. 2565.61 s [lsp] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  11453. 2565.61 s [lsp] include base-4.20.1.0-f445
  11454. 2565.61 s [lsp] include bytestring-0.12.2.0-214a
  11455. 2565.61 s [lsp] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  11456. 2565.61 s [lsp] include containers-0.7-6571
  11457. 2565.61 s [lsp] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11458. 2565.61 s [lsp] include directory-1.3.8.5-159c
  11459. 2565.61 s [lsp] include exceptions-0.10.9-9158
  11460. 2565.61 s [lsp] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  11461. 2565.61 s [lsp] include filepath-1.5.4.0-8593
  11462. 2565.61 s [lsp] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  11463. 2565.61 s [lsp] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11464. 2565.61 s [lsp] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  11465. 2565.61 s [lsp] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  11466. 2565.61 s [lsp] include mtl-2.3.1-07d6
  11467. 2565.61 s [lsp] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  11468. 2565.61 s [lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11469. 2565.61 s [lsp] include stm-2.5.3.1-662c
  11470. 2565.61 s [lsp] include text-2.1.2-7514
  11471. 2565.61 s [lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11472. 2565.61 s [lsp] include transformers-0.6.1.1-05a6
  11473. 2565.61 s [lsp] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  11474. 2565.61 s [lsp] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  11475. 2565.61 s [lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11476. 2565.61 s [lsp] Language.LSP.Diagnostics=lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ:Language.LSP.Diagnostics,Language.LSP.Logging=lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ:Language.LSP.Logging,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Lens=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Lens,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types,Language.LSP.Server=lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ:Language.LSP.Server,Language.LSP.VFS=lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ:Language.LSP.VFS
  11477. 2565.61 s [lsp] unit lsp-2.7.0.1-EDtZ6EfSkG254RSOMAuGd9-lsp-test
  11478. 2565.61 s [lsp] include base-4.20.1.0-f445
  11479. 2565.61 s [lsp] include containers-0.7-6571
  11480. 2565.61 s [lsp] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  11481. 2565.61 s [lsp] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11482. 2565.61 s [lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11483. 2565.61 s [lsp] include text-2.1.2-7514
  11484. 2565.61 s [lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11485. 2565.61 s [lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11486. 2565.61 s [lsp] Ready component graph:
  11487. 2565.61 s [lsp] definite lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11488. 2565.61 s [lsp] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11489. 2565.61 s [lsp] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  11490. 2565.61 s [lsp] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  11491. 2565.61 s [lsp] depends base-4.20.1.0-f445
  11492. 2565.61 s [lsp] depends bytestring-0.12.2.0-214a
  11493. 2565.61 s [lsp] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  11494. 2565.61 s [lsp] depends containers-0.7-6571
  11495. 2565.61 s [lsp] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11496. 2565.61 s [lsp] depends directory-1.3.8.5-159c
  11497. 2565.61 s [lsp] depends exceptions-0.10.9-9158
  11498. 2565.61 s [lsp] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  11499. 2565.61 s [lsp] depends filepath-1.5.4.0-8593
  11500. 2565.61 s [lsp] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  11501. 2565.61 s [lsp] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11502. 2565.61 s [lsp] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  11503. 2565.61 s [lsp] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  11504. 2565.61 s [lsp] depends mtl-2.3.1-07d6
  11505. 2565.61 s [lsp] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  11506. 2565.61 s [lsp] depends sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11507. 2565.61 s [lsp] depends stm-2.5.3.1-662c
  11508. 2565.61 s [lsp] depends text-2.1.2-7514
  11509. 2565.61 s [lsp] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11510. 2565.61 s [lsp] depends transformers-0.6.1.1-05a6
  11511. 2565.61 s [lsp] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  11512. 2565.61 s [lsp] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  11513. 2565.61 s [lsp] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11514. 2565.61 s [lsp] definite lsp-2.7.0.1-EDtZ6EfSkG254RSOMAuGd9-lsp-test
  11515. 2565.61 s [lsp] depends base-4.20.1.0-f445
  11516. 2565.61 s [lsp] depends containers-0.7-6571
  11517. 2565.61 s [lsp] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  11518. 2565.61 s [lsp] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11519. 2565.61 s [lsp] depends sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11520. 2565.61 s [lsp] depends text-2.1.2-7514
  11521. 2565.61 s [lsp] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11522. 2565.61 s [lsp] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11523. 2565.61 s [lsp] Using Cabal-3.12.1.0 compiled by ghc-9.10
  11524. 2565.61 s [lsp] Using compiler: ghc-9.10.2
  11525. 2565.61 s [lsp] Using install prefix: /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11526. 2565.61 s [lsp] Executables installed in:
  11527. 2565.61 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/bin
  11528. 2565.61 s [lsp] Libraries installed in:
  11529. 2565.61 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11530. 2565.61 s [lsp] Dynamic Libraries installed in:
  11531. 2565.61 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  11532. 2565.61 s [lsp] Private executables installed in:
  11533. 2565.61 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/lsp-2.7.0.1
  11534. 2565.61 s [lsp] Data files installed in:
  11535. 2565.61 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/share/x86_64-linux-ghc-9.10.2-2a2a/lsp-2.7.0.1
  11536. 2565.61 s [lsp] Documentation installed in:
  11537. 2565.61 s [lsp] /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1
  11538. 2565.61 s [lsp] Configuration files installed in:
  11539. 2565.62 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/etc
  11540. 2565.62 s [lsp] No alex found
  11541. 2565.62 s [lsp] Using ar found on system at:
  11542. 2565.62 s [lsp] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  11543. 2565.62 s [lsp] No c2hs found
  11544. 2565.62 s [lsp] No cpphs found
  11545. 2565.62 s [lsp] No doctest found
  11546. 2565.62 s [lsp] Using gcc version 14.3.0 given by user at:
  11547. 2565.62 s [lsp] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  11548. 2565.62 s [lsp] Using ghc version 9.10.2 found on system at:
  11549. 2565.62 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  11550. 2565.62 s [lsp] Using ghc-pkg version 9.10.2 found on system at:
  11551. 2565.62 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  11552. 2565.62 s [lsp] No ghcjs found
  11553. 2565.62 s [lsp] No ghcjs-pkg found
  11554. 2565.62 s [lsp] No greencard found
  11555. 2565.62 s [lsp] Using haddock version 2.31.0 found on system at:
  11556. 2565.62 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  11557. 2565.62 s [lsp] No happy found
  11558. 2565.62 s [lsp] Using haskell-suite found on system at: haskell-suite-dummy-location
  11559. 2565.62 s [lsp] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  11560. 2565.62 s [lsp] No hmake found
  11561. 2565.62 s [lsp] Using hpc version 0.69 found on system at:
  11562. 2565.62 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  11563. 2565.62 s [lsp] Using hsc2hs version 0.68.10 found on system at:
  11564. 2565.62 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  11565. 2565.62 s [lsp] Using hscolour version 1.25 found on system at:
  11566. 2565.62 s [lsp] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  11567. 2565.62 s [lsp] No jhc found
  11568. 2565.62 s [lsp] Using ld found on system at:
  11569. 2565.62 s [lsp] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  11570. 2565.62 s [lsp] No pkg-config found
  11571. 2565.62 s [lsp] Using runghc version 9.10.2 found on system at:
  11572. 2565.62 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  11573. 2565.62 s [lsp] Using strip version 2.44 found on system at:
  11574. 2565.62 s [lsp] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  11575. 2565.62 s [lsp] Using tar found on system at:
  11576. 2565.62 s [lsp] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  11577. 2565.62 s [lsp] No uhc found
  11578. 2565.62 s [lsp] Phase: buildPhase
  11579. 2565.62 s [lsp] Preprocessing library for lsp-2.7.0.1...
  11580. 2565.62 s [lsp] Building library for lsp-2.7.0.1...
  11581. 2565.69 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 )
  11582. 2566.49 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 )
  11583. 2567.03 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 )
  11584. 2568.60 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 )
  11585. 2568.79 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 )
  11586. 2569.90 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 )
  11587. 2569.90 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 )
  11588. 2570.20 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 )
  11589. 2570.49 s [lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.p_o )
  11590. 2571.18 s [lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, dist/build/Language/LSP/VFS.p_o )
  11591. 2572.28 s [lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, dist/build/Language/LSP/Server/Core.p_o )
  11592. 2573.48 s [lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, dist/build/Language/LSP/Server/Progress.p_o )
  11593. 2573.73 s [lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, dist/build/Language/LSP/Server/Processing.p_o )
  11594. 2574.74 s [lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, dist/build/Language/LSP/Logging.p_o )
  11595. 2574.74 s [lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, dist/build/Language/LSP/Server/Control.p_o )
  11596. 2575.10 s [lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, dist/build/Language/LSP/Server.p_o )
  11597. 2578.02 s [lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
  11598. 2578.06 s [lsp] Building test suite 'lsp-test' for lsp-2.7.0.1...
  11599. 2578.09 s [lsp] [1 of 4] Compiling DiagnosticsSpec ( test/DiagnosticsSpec.hs, dist/build/lsp-test/lsp-test-tmp/DiagnosticsSpec.o )
  11600. 2579.09 s [lsp] [2 of 4] Compiling VspSpec ( test/VspSpec.hs, dist/build/lsp-test/lsp-test-tmp/VspSpec.o )
  11601. 2579.09 s [lsp] [3 of 4] Compiling Spec ( test/Spec.hs, dist/build/lsp-test/lsp-test-tmp/Spec.o )
  11602. 2579.10 s [lsp] [4 of 4] Compiling Main ( test/Main.hs, dist/build/lsp-test/lsp-test-tmp/Main.o )
  11603. 2579.40 s [lsp] [5 of 5] Linking dist/build/lsp-test/lsp-test
  11604. 2580.69 s [lsp] buildPhase completed in 33 seconds
  11605. 2580.69 s [lsp] Phase: checkPhase
  11606. 2580.98 s [lsp] Running 1 test suites...
  11607. 2580.98 s [lsp] Test suite lsp-test: RUNNING...
  11608. 2580.99 s [lsp]
  11609. 2580.99 s [lsp] Diagnostics
  11610. 2580.99 s [lsp] Diagnostics functions
  11611. 2580.99 s [lsp] constructs a new store
  11612. 2580.99 s [lsp] constructs a store with no doc version and a single source [✔]
  11613. 2580.99 s [lsp] constructs a store with no doc version and multiple sources [✔]
  11614. 2580.99 s [lsp] constructs a store with doc version and multiple sources [✔]
  11615. 2580.99 s [lsp] updates a store for same document version
  11616. 2580.99 s [lsp] updates a store without a document version, single source only [✔]
  11617. 2580.99 s [lsp] updates just one source of a 2 source store [✔]
  11618. 2580.99 s [lsp] updates just one source of a 2 source store, with empty diags [✔]
  11619. 2580.99 s [lsp] updates a store for a new document version
  11620. 2580.99 s [lsp] updates a store without a document version, single source only [✔]
  11621. 2580.99 s [lsp] updates a store for a new doc version, removing all priot sources [✔]
  11622. 2580.99 s [lsp] retrieves all the diagnostics for a given uri
  11623. 2580.99 s [lsp] gets diagnostics for multiple sources [✔]
  11624. 2580.99 s [lsp] limits the number of diagnostics retrieved, in order
  11625. 2580.99 s [lsp] gets diagnostics for multiple sources [✔]
  11626. 2580.99 s [lsp] flushes the diagnostics for a given source
  11627. 2580.99 s [lsp] gets diagnostics for multiple sources [✔]
  11628. 2580.99 s [lsp] Vsp
  11629. 2580.99 s [lsp] VSP functions
  11630. 2580.99 s [lsp] applys changes in order
  11631. 2580.99 s [lsp] handles vscode style undos [✔]
  11632. 2580.99 s [lsp] handles vscode style redos [✔]
  11633. 2580.99 s [lsp] deletes characters
  11634. 2580.99 s [lsp] deletes characters within a line [✔]
  11635. 2580.99 s [lsp] deletes one line [✔]
  11636. 2580.99 s [lsp] deletes two lines [✔]
  11637. 2580.99 s [lsp] adds characters
  11638. 2580.99 s [lsp] adds one line [✔]
  11639. 2580.99 s [lsp] adds two lines [✔]
  11640. 2580.99 s [lsp] changes characters
  11641. 2580.99 s [lsp] removes end of a line [✔]
  11642. 2580.99 s [lsp] indexes using utf-16 code units [✔]
  11643. 2580.99 s [lsp] LSP utilities
  11644. 2580.99 s [lsp] splits at a line [✔]
  11645. 2580.99 s [lsp] converts code units to code points [✔]
  11646. 2580.99 s [lsp] converts code points to code units [✔]
  11647. 2580.99 s [lsp]
  11648. 2580.99 s [lsp] Finished in 0.0038 seconds
  11649. 2580.99 s [lsp] 23 examples, 0 failures
  11650. 2581.00 s [lsp] Test suite lsp-test: PASS
  11651. 2581.00 s [lsp] Test suite logged to: dist/test/lsp-2.7.0.1-lsp-test.log
  11652. 2581.00 s [lsp] 1 of 1 test suites (1 of 1 test cases) passed.
  11653. 2581.01 s [lsp] Phase: haddockPhase
  11654. 2581.13 s [lsp] Preprocessing library for lsp-2.7.0.1...
  11655. 2581.13 s [lsp] Running Haddock on library for lsp-2.7.0.1...
  11656. 2581.13 s [lsp] Warning: The documentation for the following packages are not installed. No
  11657. 2581.13 s [lsp] links will be generated to these packages: attoparsec-0.14.4,
  11658. 2581.13 s [lsp] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  11659. 2581.32 s [lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, nothing )
  11660. 2582.01 s [lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, nothing )
  11661. 2582.44 s [lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, nothing )
  11662. 2582.61 s [lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, nothing )
  11663. 2582.66 s [lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, nothing )
  11664. 2582.77 s [lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, nothing )
  11665. 2582.77 s [lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, nothing )
  11666. 2582.81 s [lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, nothing )
  11667. 2582.82 s [lsp] Haddock coverage:
  11668. 2582.82 s [lsp] 11% ( 1 / 9) in 'Language.LSP.Diagnostics'
  11669. 2582.82 s [lsp] Missing documentation for:
  11670. 2582.82 s [lsp] Module header
  11671. 2582.82 s [lsp] DiagnosticStore (src/Language/LSP/Diagnostics.hs:42)
  11672. 2582.82 s [lsp] DiagnosticsBySource (src/Language/LSP/Diagnostics.hs:48)
  11673. 2582.82 s [lsp] StoreItem (src/Language/LSP/Diagnostics.hs:44)
  11674. 2582.82 s [lsp] partitionBySource (src/Language/LSP/Diagnostics.hs:53)
  11675. 2582.82 s [lsp] flushBySource (src/Language/LSP/Diagnostics.hs:58)
  11676. 2582.82 s [lsp] updateDiagnostics (src/Language/LSP/Diagnostics.hs:71)
  11677. 2582.82 s [lsp] getDiagnosticParamsFor (src/Language/LSP/Diagnostics.hs:93)
  11678. 2582.82 s [lsp] Warning: 'filesystem' is out of scope.
  11679. 2582.82 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11680. 2582.82 s [lsp] Warning: 'VFS' is ambiguous. It is defined
  11681. 2582.82 s [lsp] * at src/Language/LSP/VFS.hs:98:12
  11682. 2582.82 s [lsp] * at src/Language/LSP/VFS.hs:98:1
  11683. 2582.82 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11684. 2582.82 s [lsp] by specifying the type/value namespace explicitly.
  11685. 2582.82 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:98:1
  11686. 2582.82 s [lsp] Warning: 'DidChangeTextDocumentNotification' is out of scope.
  11687. 2582.82 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11688. 2582.82 s [lsp] Warning: 'ApplyWorkspaceEditRequest' is out of scope.
  11689. 2582.82 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11690. 2582.82 s [lsp] Warning: 'CodePointPosition' is ambiguous. It is defined
  11691. 2582.82 s [lsp] * at src/Language/LSP/VFS.hs:362:26
  11692. 2582.82 s [lsp] * at src/Language/LSP/VFS.hs:362:1
  11693. 2582.82 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11694. 2582.82 s [lsp] by specifying the type/value namespace explicitly.
  11695. 2582.82 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:362:1
  11696. 2582.82 s [lsp] Warning: 'CodePointRange' is ambiguous. It is defined
  11697. 2582.82 s [lsp] * at src/Language/LSP/VFS.hs:373:23
  11698. 2582.82 s [lsp] * at src/Language/LSP/VFS.hs:373:1
  11699. 2582.82 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11700. 2582.82 s [lsp] by specifying the type/value namespace explicitly.
  11701. 2582.82 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:373:1
  11702. 2582.82 s [lsp] 50% ( 17 / 34) in 'Language.LSP.VFS'
  11703. 2582.82 s [lsp] Missing documentation for:
  11704. 2582.82 s [lsp] VFS (src/Language/LSP/VFS.hs:98)
  11705. 2582.82 s [lsp] vfsMap
  11706. 2582.82 s [lsp] VirtualFile (src/Language/LSP/VFS.hs:87)
  11707. 2582.82 s [lsp] lsp_version
  11708. 2582.82 s [lsp] file_version
  11709. 2582.82 s [lsp] file_text
  11710. 2582.82 s [lsp] virtualFileText (src/Language/LSP/VFS.hs:130)
  11711. 2582.82 s [lsp] virtualFileVersion (src/Language/LSP/VFS.hs:133)
  11712. 2582.82 s [lsp] VfsLog (src/Language/LSP/VFS.hs:103)
  11713. 2582.82 s [lsp] emptyVFS (src/Language/LSP/VFS.hs:138)
  11714. 2582.82 s [lsp] closeVFS (src/Language/LSP/VFS.hs:319)
  11715. 2582.82 s [lsp] line
  11716. 2582.82 s [lsp] character
  11717. 2582.82 s [lsp] start
  11718. 2582.82 s [lsp] end
  11719. 2582.82 s [lsp] rangeLinesFromVfs (src/Language/LSP/VFS.hs:466)
  11720. 2582.82 s [lsp] applyChange (src/Language/LSP/VFS.hs:336)
  11721. 2582.82 s [lsp] Warning: 'LanguageContextEnv' is ambiguous. It is defined
  11722. 2582.82 s [lsp] * at src/Language/LSP/Server/Core.hs:126:34
  11723. 2582.82 s [lsp] * at src/Language/LSP/Server/Core.hs:126:1
  11724. 2582.82 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11725. 2582.82 s [lsp] by specifying the type/value namespace explicitly.
  11726. 2582.82 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:126:1
  11727. 2582.82 s [lsp] Warning: 'LspT' is ambiguous. It is defined
  11728. 2582.82 s [lsp] * at src/Language/LSP/Server/Core.hs:97:27
  11729. 2582.82 s [lsp] * at src/Language/LSP/Server/Core.hs:97:1
  11730. 2582.82 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11731. 2582.82 s [lsp] by specifying the type/value namespace explicitly.
  11732. 2582.82 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:97:1
  11733. 2582.82 s [lsp] Warning: 'executeCommandHandler' is out of scope.
  11734. 2582.82 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11735. 2582.82 s [lsp] Warning: 'documentOnTypeFormattingHandler' is out of scope.
  11736. 2582.82 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11737. 2582.82 s [lsp] Warning: 'shutdown' is out of scope.
  11738. 2582.82 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11739. 2582.82 s [lsp] Warning: 'Handlers' is ambiguous. It is defined
  11740. 2582.82 s [lsp] * at src/Language/LSP/Server/Core.hs:157:19
  11741. 2582.82 s [lsp] * at src/Language/LSP/Server/Core.hs:157:1
  11742. 2582.82 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11743. 2582.82 s [lsp] by specifying the type/value namespace explicitly.
  11744. 2582.82 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:157:1
  11745. 2582.82 s [lsp] Warning: 'VirtualFile' is ambiguous. It is defined
  11746. 2582.82 s [lsp] * at src/Language/LSP/VFS.hs:87:20
  11747. 2582.82 s [lsp] * at src/Language/LSP/VFS.hs:87:1
  11748. 2582.82 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11749. 2582.82 s [lsp] by specifying the type/value namespace explicitly.
  11750. 2582.82 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:87:1
  11751. 2582.82 s [lsp] Warning: 'NormalizedUri' is ambiguous. It is defined
  11752. 2582.82 s [lsp] * in ‘Language.LSP.Protocol.Types.Uri’
  11753. 2582.82 s [lsp] * in ‘Language.LSP.Protocol.Types.Uri’
  11754. 2582.82 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11755. 2582.82 s [lsp] by specifying the type/value namespace explicitly.
  11756. 2582.82 s [lsp] Defaulting to the one defined in ‘Language.LSP.Protocol.Types.Uri’
  11757. 2582.82 s [lsp] Warning: 'RegistrationToken' is ambiguous. It is defined
  11758. 2582.82 s [lsp] * at src/Language/LSP/Server/Core.hs:223:57
  11759. 2582.82 s [lsp] * at src/Language/LSP/Server/Core.hs:223:1
  11760. 2582.82 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11761. 2582.82 s [lsp] by specifying the type/value namespace explicitly.
  11762. 2582.82 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:223:1
  11763. 2582.83 s [lsp] Warning: 'sensible' is out of scope.
  11764. 2582.83 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11765. 2582.83 s [lsp] 75% ( 3 / 4) in 'Language.LSP.Logging'
  11766. 2582.83 s [lsp] Missing documentation for:
  11767. 2582.83 s [lsp] Module header
  11768. 2582.83 s [lsp] 65% ( 38 / 58) in 'Language.LSP.Server'
  11769. 2582.83 s [lsp] Missing documentation for:
  11770. 2582.83 s [lsp] Module header
  11771. 2582.83 s [lsp] LspServerLog (src/Language/LSP/Server/Control.hs:37)
  11772. 2582.83 s [lsp] VFSData (src/Language/LSP/Server/Core.hs:232)
  11773. 2582.83 s [lsp] transmuteHandlers (src/Language/LSP/Server/Core.hs:190)
  11774. 2582.83 s [lsp] mapHandlers (src/Language/LSP/Server/Core.hs:197)
  11775. 2582.83 s [lsp] notificationHandler (src/Language/LSP/Server/Core.hs:168)
  11776. 2582.83 s [lsp] requestHandler (src/Language/LSP/Server/Core.hs:171)
  11777. 2582.83 s [lsp] defaultOptions (src/Language/LSP/Server/Core.hs:317)
  11778. 2582.83 s [lsp] LspT (src/Language/LSP/Server/Core.hs:97)
  11779. 2582.83 s [lsp] LspM (src/Language/LSP/Server/Core.hs:108)
  11780. 2582.83 s [lsp] MonadLsp (src/Language/LSP/Server/Core.hs:110)
  11781. 2582.83 s [lsp] runLspT (src/Language/LSP/Server/Core.hs:105)
  11782. 2582.83 s [lsp] LanguageContextEnv (src/Language/LSP/Server/Core.hs:126)
  11783. 2582.83 s [lsp] getClientCapabilities (src/Language/LSP/Server/Core.hs:521)
  11784. 2582.83 s [lsp] setConfig (src/Language/LSP/Server/Core.hs:517)
  11785. 2582.83 s [lsp] getRootPath (src/Language/LSP/Server/Core.hs:525)
  11786. 2582.83 s [lsp] sendRequest (src/Language/LSP/Server/Core.hs:417)
  11787. 2582.83 s [lsp] sendNotification (src/Language/LSP/Server/Core.hs:404)
  11788. 2582.83 s [lsp] getVirtualFiles (src/Language/LSP/Server/Core.hs:439)
  11789. 2582.83 s [lsp] RegistrationToken (src/Language/LSP/Server/Core.hs:223)
  11790. 2583.71 s [lsp] Warning: Language.LSP.Diagnostics: could not find link destinations for:
  11791. 2583.71 s [lsp] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  11792. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  11793. 2583.78 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  11794. 2583.78 s [lsp] Warning: Language.LSP.VFS: could not find link destinations for:
  11795. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.Position.Position
  11796. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.Range.Range
  11797. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  11798. 2583.78 s [lsp] - Language.LSP.Protocol.Types.Common.UInt
  11799. 2583.78 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  11800. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
  11801. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
  11802. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
  11803. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceApplyEdit
  11804. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Types.TMessage
  11805. 2583.78 s [lsp] - Language.LSP.VFS.HasLsp_version
  11806. 2583.78 s [lsp] - Language.LSP.VFS.HasFile_version
  11807. 2583.78 s [lsp] - Language.LSP.VFS.HasFile_text
  11808. 2583.78 s [lsp] - Language.LSP.VFS.HasVfsMap
  11809. 2583.78 s [lsp] - Language.LSP.VFS.HasLine
  11810. 2583.78 s [lsp] - Language.LSP.VFS.HasCharacter
  11811. 2583.78 s [lsp] - Language.LSP.VFS.HasStart
  11812. 2583.78 s [lsp] - Language.LSP.VFS.HasEnd
  11813. 2583.78 s [lsp] Warning: Language.LSP.Server: could not find link destinations for:
  11814. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  11815. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions._commitCharactersSupport
  11816. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.CodeActionKind.CodeActionKind
  11817. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  11818. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.ServerInfo.ServerInfo
  11819. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  11820. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.TextDocumentSyncOptions
  11821. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  11822. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  11823. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  11824. 2583.78 s [lsp] - Language.LSP.Protocol.Types.Common.UInt
  11825. 2583.78 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  11826. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.MessageParams
  11827. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.MessageResult
  11828. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.Method
  11829. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  11830. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.RegistrationOptions
  11831. 2583.78 s [lsp] - Language.LSP.Protocol.Internal.Method.SMethod
  11832. 2583.78 s [lsp] - Language.LSP.Protocol.Message.LspId.LspId
  11833. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Meta.ClientToServer
  11834. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Meta.ServerToClient
  11835. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Meta.MessageKind
  11836. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Meta.Notification
  11837. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Meta.Request
  11838. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Method.SClientMethod
  11839. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Method.SServerMethod
  11840. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
  11841. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Types.TMessage
  11842. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  11843. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Types.TRequestMessage
  11844. 2583.78 s [lsp] - Language.LSP.Protocol.Message.Types.TResponseError
  11845. 2583.78 s [lsp] - Language.LSP.Protocol.Utils.SMethodMap.SMethodMap
  11846. 2583.78 s [lsp] - Language.LSP.Server.Core.LanguageContextState
  11847. 2583.78 s [lsp] - Language.LSP.Server.Core.LspCoreLog
  11848. 2583.78 s [lsp] - Language.LSP.Server.Processing.LspProcessingLog
  11849. 2583.78 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities'
  11850. 2583.78 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Lens'
  11851. 2583.78 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message'
  11852. 2583.78 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types'
  11853. 2590.02 s [lsp] Documentation created: dist/doc/html/lsp/, dist/doc/html/lsp/lsp.txt
  11854. 2590.07 s [lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
  11855. 2590.08 s [lsp] Phase: installPhase
  11856. 2590.16 s [lsp] Installing library in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11857. 2590.47 s [lsp] Phase: fixupPhase
  11858. 2590.49 s [lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11859. 2590.50 s [lsp] shrinking /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ-ghc9.10.2.so
  11860. 2590.52 s [lsp] checking for references to /build/ in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1...
  11861. 2590.54 s [lsp] patching script interpreter paths in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11862. 2590.54 s [lsp] stripping (with command strip and flags -S -p) in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib
  11863. 2590.64 s [lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc
  11864. 2590.65 s [lsp] checking for references to /build/ in /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc...
  11865. 2590.66 s [lsp] patching script interpreter paths in /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc
  11866. 2590.81 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11867. 2591.18 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  11868. 2591.20 s [post-build-hook] Uploading to the NixCI cache: /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11869. 2591.23 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11870. 2591.33 s [post-build-hook] copying 1 paths...
  11871. 2591.33 s [post-build-hook] copying path '/nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1' to 'https://cache.nix-ci.com'...
  11872. 2593.07 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11873. 2593.19 s [post-build-hook] copying 0 paths...
  11874. 2593.21 s Progress: 354 of 361 built, 370 of 370 downloaded from cache
  11875. 2593.28 s Building hls-plugin-api
  11876. 2593.32 s Building lsp-test
  11877. 2593.64 s [hls-plugin-api] Phase: setupCompilerEnvironmentPhase
  11878. 2593.64 s [hls-plugin-api] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  11879. 2593.74 s [lsp-test] Phase: setupCompilerEnvironmentPhase
  11880. 2593.74 s [lsp-test] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  11881. 2594.03 s [hls-plugin-api] Phase: unpackPhase
  11882. 2594.03 s [hls-plugin-api] unpacking source archive /nix/store/gbg11b5frkds8nlrqzc0hsa023zaz5fb-hls-plugin-api-2.12.0.0.tar.gz
  11883. 2594.04 s [hls-plugin-api] source root is hls-plugin-api-2.12.0.0
  11884. 2594.04 s [hls-plugin-api] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-plugin-api-2.12.0.0/test/Main.hs"
  11885. 2594.05 s [hls-plugin-api] Phase: patchPhase
  11886. 2594.05 s [hls-plugin-api] Phase: compileBuildDriverPhase
  11887. 2594.06 s [hls-plugin-api] setupCompileFlags: -package-db=/build/tmp.YLhOAABPGn/setup-package.conf.d -threaded
  11888. 2594.10 s [hls-plugin-api] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.YLhOAABPGn/Main.o )
  11889. 2594.14 s [hls-plugin-api] [2 of 2] Linking Setup
  11890. 2594.30 s [lsp-test] Phase: unpackPhase
  11891. 2594.31 s [lsp-test] unpacking source archive /nix/store/nzq58rnlzlp5yrv5iyi4xsccjhi16j3y-lsp-test-0.17.1.1.tar.gz
  11892. 2594.31 s [lsp-test] source root is lsp-test-0.17.1.1
  11893. 2594.32 s [lsp-test] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-test-0.17.1.1/test/Test.hs"
  11894. 2594.32 s [lsp-test] Phase: patchPhase
  11895. 2594.33 s [lsp-test] Phase: compileBuildDriverPhase
  11896. 2594.33 s [lsp-test] setupCompileFlags: -package-db=/build/tmp.GqR7DHnmHq/setup-package.conf.d -threaded
  11897. 2594.38 s [lsp-test] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.GqR7DHnmHq/Main.o )
  11898. 2594.42 s [lsp-test] [2 of 2] Linking Setup
  11899. 2595.22 s [hls-plugin-api] Phase: updateAutotoolsGnuConfigScriptsPhase
  11900. 2595.23 s [hls-plugin-api] Phase: configurePhase
  11901. 2595.24 s [hls-plugin-api] configureFlags: --verbose --prefix=/nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc/share/doc/hls-plugin-api-2.12.0.0 --with-gcc=gcc --package-db=/build/tmp.YLhOAABPGn/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  11902. 2595.27 s [hls-plugin-api] Using Parsec parser
  11903. 2595.27 s [hls-plugin-api] Configuring hls-plugin-api-2.12.0.0...
  11904. 2595.52 s [lsp-test] Phase: updateAutotoolsGnuConfigScriptsPhase
  11905. 2595.53 s [lsp-test] Phase: configurePhase
  11906. 2595.53 s [lsp-test] configureFlags: --verbose --prefix=/nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1 --with-gcc=gcc --package-db=/build/tmp.GqR7DHnmHq/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  11907. 2595.54 s [lsp-test] Using Parsec parser
  11908. 2595.54 s [lsp-test] Configuring lsp-test-0.17.1.1...
  11909. 2595.61 s [hls-plugin-api] Flags chosen: pedantic=False, use-fingertree=True
  11910. 2595.82 s [hls-plugin-api] Dependency Diff >=0.5 && <0.6 || >=1.0.0 && <1.1: using Diff-1.0.2
  11911. 2595.82 s [hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
  11912. 2595.82 s [hls-plugin-api] Dependency base >=4.12 && <5: using base-4.20.1.0
  11913. 2595.82 s [hls-plugin-api] Dependency co-log-core: using co-log-core-0.3.2.5
  11914. 2595.82 s [hls-plugin-api] Dependency containers: using containers-0.7
  11915. 2595.82 s [hls-plugin-api] Dependency data-default: using data-default-0.8.0.1
  11916. 2595.82 s [hls-plugin-api] Dependency dependent-map: using dependent-map-0.4.0.1
  11917. 2595.82 s [hls-plugin-api] Dependency dependent-sum >=0.7: using dependent-sum-0.7.2.0
  11918. 2595.82 s [hls-plugin-api] Dependency dlist: using dlist-1.0
  11919. 2595.82 s [hls-plugin-api] Dependency extra: using extra-1.8.1
  11920. 2595.82 s [hls-plugin-api] Dependency filepath: using filepath-1.5.4.0
  11921. 2595.82 s [hls-plugin-api] Dependency ghc: using ghc-9.10.2
  11922. 2595.82 s [hls-plugin-api] Dependency hashable: using hashable-1.5.0.0
  11923. 2595.82 s [hls-plugin-api] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  11924. 2595.82 s [hls-plugin-api] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
  11925. 2595.82 s [hls-plugin-api] Dependency lens: using lens-5.3.5
  11926. 2595.82 s [hls-plugin-api] Dependency lens-aeson: using lens-aeson-1.2.3
  11927. 2595.82 s [hls-plugin-api] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  11928. 2595.82 s [hls-plugin-api] Dependency megaparsec >=9.0: using megaparsec-9.7.0
  11929. 2595.82 s [hls-plugin-api] Dependency mtl: using mtl-2.3.1
  11930. 2595.82 s [hls-plugin-api] Dependency opentelemetry >=0.4: using opentelemetry-0.8.0
  11931. 2595.82 s [hls-plugin-api] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  11932. 2595.82 s [hls-plugin-api] Dependency prettyprinter: using prettyprinter-1.7.1
  11933. 2595.82 s [hls-plugin-api] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.5
  11934. 2595.82 s [hls-plugin-api] Dependency stm: using stm-2.5.3.1
  11935. 2595.82 s [hls-plugin-api] Dependency text: using text-2.1.2
  11936. 2595.82 s [hls-plugin-api] Dependency time: using time-1.12.2
  11937. 2595.82 s [hls-plugin-api] Dependency transformers: using transformers-0.6.1.1
  11938. 2595.82 s [hls-plugin-api] Dependency unix: using unix-2.8.6.0
  11939. 2595.82 s [hls-plugin-api] Dependency unliftio: using unliftio-0.2.25.1
  11940. 2595.82 s [hls-plugin-api] Dependency unordered-containers: using unordered-containers-0.2.20.1
  11941. 2595.82 s [hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
  11942. 2595.82 s [hls-plugin-api] Dependency base: using base-4.20.1.0
  11943. 2595.82 s [hls-plugin-api] Dependency bytestring: using bytestring-0.12.2.0
  11944. 2595.82 s [hls-plugin-api] Dependency containers: using containers-0.7
  11945. 2595.82 s [hls-plugin-api] Dependency data-default: using data-default-0.8.0.1
  11946. 2595.82 s [hls-plugin-api] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  11947. 2595.82 s [hls-plugin-api] Dependency lens: using lens-5.3.5
  11948. 2595.82 s [hls-plugin-api] Dependency lsp-types: using lsp-types-2.3.0.1
  11949. 2595.82 s [hls-plugin-api] Dependency tasty: using tasty-1.5.3
  11950. 2595.82 s [hls-plugin-api] Dependency tasty-golden: using tasty-golden-2.3.5
  11951. 2595.82 s [hls-plugin-api] Dependency tasty-hunit: using tasty-hunit-0.10.2
  11952. 2595.82 s [hls-plugin-api] Dependency tasty-quickcheck: using tasty-quickcheck-0.11.1
  11953. 2595.82 s [hls-plugin-api] Dependency tasty-rerun: using tasty-rerun-1.1.20
  11954. 2595.82 s [hls-plugin-api] Dependency text: using text-2.1.2
  11955. 2595.82 s [hls-plugin-api] Source component graph:
  11956. 2595.82 s [hls-plugin-api] component lib
  11957. 2595.82 s [hls-plugin-api] component test:tests dependency lib
  11958. 2595.82 s [hls-plugin-api] Configured component graph:
  11959. 2595.82 s [hls-plugin-api] component hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  11960. 2595.82 s [hls-plugin-api] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  11961. 2595.82 s [hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11962. 2595.82 s [hls-plugin-api] include base-4.20.1.0-f445
  11963. 2595.82 s [hls-plugin-api] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  11964. 2595.82 s [hls-plugin-api] include containers-0.7-6571
  11965. 2595.82 s [hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11966. 2595.82 s [hls-plugin-api] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  11967. 2595.82 s [hls-plugin-api] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  11968. 2595.82 s [hls-plugin-api] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  11969. 2595.82 s [hls-plugin-api] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  11970. 2595.82 s [hls-plugin-api] include filepath-1.5.4.0-8593
  11971. 2595.82 s [hls-plugin-api] include ghc-9.10.2-2a2a
  11972. 2595.82 s [hls-plugin-api] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  11973. 2595.82 s [hls-plugin-api] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  11974. 2595.82 s [hls-plugin-api] include hw-fingertree-0.1.2.1-4x9mKdPWQR0FEcMFhly5Lu
  11975. 2595.82 s [hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11976. 2595.82 s [hls-plugin-api] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  11977. 2595.82 s [hls-plugin-api] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11978. 2595.82 s [hls-plugin-api] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  11979. 2595.82 s [hls-plugin-api] include mtl-2.3.1-07d6
  11980. 2595.82 s [hls-plugin-api] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  11981. 2595.82 s [hls-plugin-api] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  11982. 2595.82 s [hls-plugin-api] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  11983. 2595.82 s [hls-plugin-api] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  11984. 2595.82 s [hls-plugin-api] include stm-2.5.3.1-662c
  11985. 2595.82 s [hls-plugin-api] include text-2.1.2-7514
  11986. 2595.82 s [hls-plugin-api] include time-1.12.2-9680
  11987. 2595.82 s [hls-plugin-api] include transformers-0.6.1.1-05a6
  11988. 2595.82 s [hls-plugin-api] include unix-2.8.6.0-a0e2
  11989. 2595.82 s [hls-plugin-api] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  11990. 2595.82 s [hls-plugin-api] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11991. 2595.82 s [hls-plugin-api] component hls-plugin-api-2.12.0.0-BjW0vY8ZiP0CODzM2GsJ5B-tests
  11992. 2595.82 s [hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11993. 2595.82 s [hls-plugin-api] include base-4.20.1.0-f445
  11994. 2595.82 s [hls-plugin-api] include bytestring-0.12.2.0-214a
  11995. 2595.82 s [hls-plugin-api] include containers-0.7-6571
  11996. 2595.83 s [hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11997. 2595.83 s [hls-plugin-api] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  11998. 2595.83 s [hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11999. 2595.83 s [hls-plugin-api] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12000. 2595.83 s [hls-plugin-api] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  12001. 2595.83 s [hls-plugin-api] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  12002. 2595.83 s [hls-plugin-api] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  12003. 2595.83 s [hls-plugin-api] include tasty-quickcheck-0.11.1-KPLMYbRIZP8JbSJJtRQ8LP
  12004. 2595.83 s [hls-plugin-api] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  12005. 2595.83 s [hls-plugin-api] include text-2.1.2-7514
  12006. 2595.83 s [hls-plugin-api] Linked component graph:
  12007. 2595.83 s [hls-plugin-api] unit hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12008. 2595.83 s [hls-plugin-api] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12009. 2595.83 s [hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12010. 2595.83 s [hls-plugin-api] include base-4.20.1.0-f445
  12011. 2595.83 s [hls-plugin-api] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12012. 2595.83 s [hls-plugin-api] include containers-0.7-6571
  12013. 2595.83 s [hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12014. 2595.83 s [hls-plugin-api] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  12015. 2595.83 s [hls-plugin-api] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  12016. 2595.83 s [hls-plugin-api] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  12017. 2595.83 s [hls-plugin-api] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12018. 2595.83 s [hls-plugin-api] include filepath-1.5.4.0-8593
  12019. 2595.83 s [hls-plugin-api] include ghc-9.10.2-2a2a
  12020. 2595.83 s [hls-plugin-api] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  12021. 2595.83 s [hls-plugin-api] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  12022. 2595.83 s [hls-plugin-api] include hw-fingertree-0.1.2.1-4x9mKdPWQR0FEcMFhly5Lu
  12023. 2595.83 s [hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12024. 2595.83 s [hls-plugin-api] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12025. 2595.83 s [hls-plugin-api] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12026. 2595.83 s [hls-plugin-api] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  12027. 2595.83 s [hls-plugin-api] include mtl-2.3.1-07d6
  12028. 2595.83 s [hls-plugin-api] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  12029. 2595.83 s [hls-plugin-api] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  12030. 2595.83 s [hls-plugin-api] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  12031. 2595.83 s [hls-plugin-api] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  12032. 2595.83 s [hls-plugin-api] include stm-2.5.3.1-662c
  12033. 2595.83 s [hls-plugin-api] include text-2.1.2-7514
  12034. 2595.83 s [hls-plugin-api] include time-1.12.2-9680
  12035. 2595.83 s [hls-plugin-api] include transformers-0.6.1.1-05a6
  12036. 2595.83 s [hls-plugin-api] include unix-2.8.6.0-a0e2
  12037. 2595.83 s [hls-plugin-api] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12038. 2595.83 s [hls-plugin-api] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  12039. 2595.83 s [hls-plugin-api] Ide.Logger=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Logger,Ide.Plugin.Config=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.Config,Ide.Plugin.ConfigUtils=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.ConfigUtils,Ide.Plugin.Error=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.Error,Ide.Plugin.HandleRequestTypes=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.HandleRequestTypes,Ide.Plugin.Properties=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.Properties,Ide.Plugin.RangeMap=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.RangeMap,Ide.Plugin.Resolve=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.Resolve,Ide.PluginUtils=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.PluginUtils,Ide.Types=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Types
  12040. 2595.83 s [hls-plugin-api] unit hls-plugin-api-2.12.0.0-BjW0vY8ZiP0CODzM2GsJ5B-tests
  12041. 2595.83 s [hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12042. 2595.83 s [hls-plugin-api] include base-4.20.1.0-f445
  12043. 2595.83 s [hls-plugin-api] include bytestring-0.12.2.0-214a
  12044. 2595.83 s [hls-plugin-api] include containers-0.7-6571
  12045. 2595.83 s [hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12046. 2595.83 s [hls-plugin-api] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12047. 2595.83 s [hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12048. 2595.83 s [hls-plugin-api] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12049. 2595.83 s [hls-plugin-api] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  12050. 2595.83 s [hls-plugin-api] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  12051. 2595.83 s [hls-plugin-api] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  12052. 2595.83 s [hls-plugin-api] include tasty-quickcheck-0.11.1-KPLMYbRIZP8JbSJJtRQ8LP
  12053. 2595.83 s [hls-plugin-api] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  12054. 2595.83 s [hls-plugin-api] include text-2.1.2-7514
  12055. 2595.83 s [hls-plugin-api] Ready component graph:
  12056. 2595.83 s [hls-plugin-api] definite hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12057. 2595.83 s [hls-plugin-api] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12058. 2595.83 s [hls-plugin-api] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12059. 2595.83 s [hls-plugin-api] depends base-4.20.1.0-f445
  12060. 2595.83 s [hls-plugin-api] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12061. 2595.83 s [hls-plugin-api] depends containers-0.7-6571
  12062. 2595.86 s [hls-plugin-api] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12063. 2595.86 s [hls-plugin-api] depends dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  12064. 2595.86 s [hls-plugin-api] depends dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  12065. 2595.86 s [hls-plugin-api] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  12066. 2595.86 s [hls-plugin-api] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12067. 2595.86 s [hls-plugin-api] depends filepath-1.5.4.0-8593
  12068. 2595.86 s [hls-plugin-api] depends ghc-9.10.2-2a2a
  12069. 2595.86 s [hls-plugin-api] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  12070. 2595.86 s [hls-plugin-api] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  12071. 2595.86 s [hls-plugin-api] depends hw-fingertree-0.1.2.1-4x9mKdPWQR0FEcMFhly5Lu
  12072. 2595.86 s [hls-plugin-api] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12073. 2595.86 s [hls-plugin-api] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12074. 2595.86 s [hls-plugin-api] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12075. 2595.86 s [hls-plugin-api] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  12076. 2595.86 s [hls-plugin-api] depends mtl-2.3.1-07d6
  12077. 2595.86 s [hls-plugin-api] depends opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  12078. 2595.86 s [hls-plugin-api] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  12079. 2595.86 s [hls-plugin-api] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  12080. 2595.86 s [hls-plugin-api] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  12081. 2595.86 s [hls-plugin-api] depends stm-2.5.3.1-662c
  12082. 2595.86 s [hls-plugin-api] depends text-2.1.2-7514
  12083. 2595.86 s [hls-plugin-api] depends time-1.12.2-9680
  12084. 2595.86 s [hls-plugin-api] depends transformers-0.6.1.1-05a6
  12085. 2595.86 s [hls-plugin-api] depends unix-2.8.6.0-a0e2
  12086. 2595.86 s [hls-plugin-api] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12087. 2595.86 s [hls-plugin-api] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  12088. 2595.86 s [hls-plugin-api] definite hls-plugin-api-2.12.0.0-BjW0vY8ZiP0CODzM2GsJ5B-tests
  12089. 2595.86 s [hls-plugin-api] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12090. 2595.86 s [hls-plugin-api] depends base-4.20.1.0-f445
  12091. 2595.86 s [hls-plugin-api] depends bytestring-0.12.2.0-214a
  12092. 2595.86 s [hls-plugin-api] depends containers-0.7-6571
  12093. 2595.86 s [hls-plugin-api] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12094. 2595.86 s [hls-plugin-api] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12095. 2595.86 s [hls-plugin-api] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12096. 2595.86 s [hls-plugin-api] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12097. 2595.86 s [hls-plugin-api] depends tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  12098. 2595.86 s [hls-plugin-api] depends tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  12099. 2595.86 s [hls-plugin-api] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  12100. 2595.86 s [hls-plugin-api] depends tasty-quickcheck-0.11.1-KPLMYbRIZP8JbSJJtRQ8LP
  12101. 2595.86 s [hls-plugin-api] depends tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  12102. 2595.86 s [hls-plugin-api] depends text-2.1.2-7514
  12103. 2595.86 s [hls-plugin-api] Using Cabal-3.12.1.0 compiled by ghc-9.10
  12104. 2595.86 s [hls-plugin-api] Using compiler: ghc-9.10.2
  12105. 2595.86 s [hls-plugin-api] Using install prefix:
  12106. 2595.86 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0
  12107. 2595.86 s [hls-plugin-api] Executables installed in:
  12108. 2595.86 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/bin
  12109. 2595.86 s [hls-plugin-api] Libraries installed in:
  12110. 2595.86 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12111. 2595.86 s [hls-plugin-api] Dynamic Libraries installed in:
  12112. 2595.86 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  12113. 2595.86 s [hls-plugin-api] Private executables installed in:
  12114. 2595.86 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/hls-plugin-api-2.12.0.0
  12115. 2595.86 s [hls-plugin-api] Data files installed in:
  12116. 2595.86 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/share/x86_64-linux-ghc-9.10.2-2a2a/hls-plugin-api-2.12.0.0
  12117. 2595.87 s [hls-plugin-api] Documentation installed in:
  12118. 2595.87 s [hls-plugin-api] /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc/share/doc/hls-plugin-api-2.12.0.0
  12119. 2595.87 s [hls-plugin-api] Configuration files installed in:
  12120. 2595.87 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/etc
  12121. 2595.87 s [hls-plugin-api] No alex found
  12122. 2595.87 s [hls-plugin-api] Using ar found on system at:
  12123. 2595.87 s [hls-plugin-api] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  12124. 2595.87 s [hls-plugin-api] No c2hs found
  12125. 2595.87 s [hls-plugin-api] No cpphs found
  12126. 2595.87 s [hls-plugin-api] No doctest found
  12127. 2595.87 s [hls-plugin-api] Using gcc version 14.3.0 given by user at:
  12128. 2595.87 s [hls-plugin-api] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  12129. 2595.87 s [hls-plugin-api] Using ghc version 9.10.2 found on system at:
  12130. 2595.87 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  12131. 2595.87 s [hls-plugin-api] Using ghc-pkg version 9.10.2 found on system at:
  12132. 2595.87 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  12133. 2595.87 s [hls-plugin-api] No ghcjs found
  12134. 2595.87 s [hls-plugin-api] No ghcjs-pkg found
  12135. 2595.87 s [hls-plugin-api] No greencard found
  12136. 2595.87 s [hls-plugin-api] Using haddock version 2.31.0 found on system at:
  12137. 2595.87 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  12138. 2595.87 s [hls-plugin-api] No happy found
  12139. 2595.87 s [hls-plugin-api] Using haskell-suite found on system at: haskell-suite-dummy-location
  12140. 2595.87 s [hls-plugin-api] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12141. 2595.87 s [hls-plugin-api] No hmake found
  12142. 2595.87 s [hls-plugin-api] Using hpc version 0.69 found on system at:
  12143. 2595.87 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  12144. 2595.87 s [hls-plugin-api] Using hsc2hs version 0.68.10 found on system at:
  12145. 2595.87 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  12146. 2595.87 s [hls-plugin-api] Using hscolour version 1.25 found on system at:
  12147. 2595.87 s [hls-plugin-api] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  12148. 2595.87 s [hls-plugin-api] No jhc found
  12149. 2595.87 s [hls-plugin-api] Using ld found on system at:
  12150. 2595.87 s [hls-plugin-api] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  12151. 2595.87 s [hls-plugin-api] No pkg-config found
  12152. 2595.87 s [hls-plugin-api] Using runghc version 9.10.2 found on system at:
  12153. 2595.87 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  12154. 2595.87 s [hls-plugin-api] Using strip version 2.44 found on system at:
  12155. 2595.87 s [hls-plugin-api] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  12156. 2595.87 s [hls-plugin-api] Using tar found on system at:
  12157. 2595.87 s [hls-plugin-api] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  12158. 2595.87 s [hls-plugin-api] No uhc found
  12159. 2596.13 s [lsp-test] Dependency Diff >=0.4 && <1.1: using Diff-1.0.2
  12160. 2596.13 s [lsp-test] Dependency Glob >=0.9 && <0.11: using Glob-0.10.2
  12161. 2596.13 s [lsp-test] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
  12162. 2596.13 s [lsp-test] Dependency aeson-pretty >=0.8 && <0.9: using aeson-pretty-0.8.10
  12163. 2596.13 s [lsp-test] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.3
  12164. 2596.13 s [lsp-test] Dependency async >=2.2 && <2.3: using async-2.2.5
  12165. 2596.13 s [lsp-test] Dependency base >=4.10 && <5: using base-4.20.1.0
  12166. 2596.13 s [lsp-test] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
  12167. 2596.13 s [lsp-test] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
  12168. 2596.13 s [lsp-test] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
  12169. 2596.13 s [lsp-test] Dependency conduit-parse >=0.2 && <0.3: using conduit-parse-0.2.1.1
  12170. 2596.13 s [lsp-test] Dependency containers >=0.6 && <0.8: using containers-0.7
  12171. 2596.13 s [lsp-test] Dependency data-default >=0.7 && <0.9: using data-default-0.8.0.1
  12172. 2596.13 s [lsp-test] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
  12173. 2596.13 s [lsp-test] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
  12174. 2596.13 s [lsp-test] Dependency extra >=1.7 && <1.9: using extra-1.8.1
  12175. 2596.13 s [lsp-test] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
  12176. 2596.13 s [lsp-test] Dependency lens >=5.1 && <5.4: using lens-5.3.5
  12177. 2596.13 s [lsp-test] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
  12178. 2596.13 s [lsp-test] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  12179. 2596.13 s [lsp-test] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  12180. 2596.13 s [lsp-test] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  12181. 2596.13 s [lsp-test] Dependency parser-combinators >=1.3 && <1.4: using parser-combinators-1.3.0
  12182. 2596.13 s [lsp-test] Dependency process >=1.6 && <1.7: using process-1.6.25.0
  12183. 2596.13 s [lsp-test] Dependency some >=1.0 && <1.1: using some-1.0.6
  12184. 2596.13 s [lsp-test] Dependency text >=1 && <2.2: using text-2.1.2
  12185. 2596.13 s [lsp-test] Dependency time >=1.10 && <1.15: using time-1.12.2
  12186. 2596.13 s [lsp-test] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.1
  12187. 2596.13 s [lsp-test] Dependency unix: using unix-2.8.6.0
  12188. 2596.13 s [lsp-test] Dependency aeson: using aeson-2.2.3.0
  12189. 2596.13 s [lsp-test] Dependency base: using base-4.20.1.0
  12190. 2596.13 s [lsp-test] Dependency containers: using containers-0.7
  12191. 2596.13 s [lsp-test] Dependency data-default: using data-default-0.8.0.1
  12192. 2596.13 s [lsp-test] Dependency directory: using directory-1.3.8.5
  12193. 2596.13 s [lsp-test] Dependency extra: using extra-1.8.1
  12194. 2596.13 s [lsp-test] Dependency filepath: using filepath-1.5.4.0
  12195. 2596.13 s [lsp-test] Dependency hspec: using hspec-2.11.14
  12196. 2596.13 s [lsp-test] Dependency lens: using lens-5.3.5
  12197. 2596.13 s [lsp-test] Dependency lsp: using lsp-2.7.0.1
  12198. 2596.13 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  12199. 2596.13 s [lsp-test] Dependency mtl: using mtl-2.3.1
  12200. 2596.13 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  12201. 2596.13 s [lsp-test] Dependency process: using process-1.6.25.0
  12202. 2596.13 s [lsp-test] Dependency text: using text-2.1.2
  12203. 2596.13 s [lsp-test] Dependency unliftio: using unliftio-0.2.25.1
  12204. 2596.13 s [lsp-test] Dependency aeson: using aeson-2.2.3.0
  12205. 2596.13 s [lsp-test] Dependency base: using base-4.20.1.0
  12206. 2596.13 s [lsp-test] Dependency co-log-core: using co-log-core-0.3.2.5
  12207. 2596.13 s [lsp-test] Dependency extra: using extra-1.8.1
  12208. 2596.13 s [lsp-test] Dependency hspec: using hspec-2.11.14
  12209. 2596.13 s [lsp-test] Dependency lens: using lens-5.3.5
  12210. 2596.13 s [lsp-test] Dependency lsp: using lsp-2.7.0.1
  12211. 2596.13 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  12212. 2596.13 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  12213. 2596.13 s [lsp-test] Dependency process: using process-1.6.25.0
  12214. 2596.13 s [lsp-test] Dependency unliftio: using unliftio-0.2.25.1
  12215. 2596.13 s [lsp-test] Dependency base: using base-4.20.1.0
  12216. 2596.13 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  12217. 2596.13 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  12218. 2596.13 s [lsp-test] Source component graph:
  12219. 2596.13 s [lsp-test] component lib
  12220. 2596.13 s [lsp-test] component test:example dependency lib
  12221. 2596.13 s [lsp-test] component test:func-test dependency lib
  12222. 2596.13 s [lsp-test] component test:tests dependency lib
  12223. 2596.13 s [lsp-test] Configured component graph:
  12224. 2596.13 s [lsp-test] component lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12225. 2596.13 s [lsp-test] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12226. 2596.13 s [lsp-test] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  12227. 2596.13 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12228. 2596.13 s [lsp-test] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  12229. 2596.13 s [lsp-test] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  12230. 2596.13 s [lsp-test] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  12231. 2596.13 s [lsp-test] include base-4.20.1.0-f445
  12232. 2596.13 s [lsp-test] include bytestring-0.12.2.0-214a
  12233. 2596.13 s [lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12234. 2596.13 s [lsp-test] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  12235. 2596.13 s [lsp-test] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  12236. 2596.13 s [lsp-test] include containers-0.7-6571
  12237. 2596.13 s [lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12238. 2596.13 s [lsp-test] include directory-1.3.8.5-159c
  12239. 2596.13 s [lsp-test] include exceptions-0.10.9-9158
  12240. 2596.13 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12241. 2596.13 s [lsp-test] include filepath-1.5.4.0-8593
  12242. 2596.13 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12243. 2596.13 s [lsp-test] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12244. 2596.13 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12245. 2596.13 s [lsp-test] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12246. 2596.13 s [lsp-test] include mtl-2.3.1-07d6
  12247. 2596.13 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12248. 2596.13 s [lsp-test] include process-1.6.25.0-cfae
  12249. 2596.13 s [lsp-test] include some-1.0.6-2vfPrhfW68h2RdvtmOEaHU
  12250. 2596.13 s [lsp-test] include text-2.1.2-7514
  12251. 2596.13 s [lsp-test] include time-1.12.2-9680
  12252. 2596.13 s [lsp-test] include transformers-0.6.1.1-05a6
  12253. 2596.13 s [lsp-test] include unix-2.8.6.0-a0e2
  12254. 2596.13 s [lsp-test] component lsp-test-0.17.1.1-HSoF6M7HFVDsgJwjgOyzs-example
  12255. 2596.13 s [lsp-test] include base-4.20.1.0-f445
  12256. 2596.13 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12257. 2596.13 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12258. 2596.13 s [lsp-test] component lsp-test-0.17.1.1-6NlnnKmalmxI4eaWBqb2Ei-func-test
  12259. 2596.13 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12260. 2596.13 s [lsp-test] include base-4.20.1.0-f445
  12261. 2596.13 s [lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12262. 2596.13 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12263. 2596.13 s [lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12264. 2596.13 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12265. 2596.13 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12266. 2596.13 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12267. 2596.13 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12268. 2596.13 s [lsp-test] include process-1.6.25.0-cfae
  12269. 2596.13 s [lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12270. 2596.13 s [lsp-test] component lsp-test-0.17.1.1-GJ6vsZSUKha2RGGT62RkwM-tests
  12271. 2596.13 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12272. 2596.13 s [lsp-test] include base-4.20.1.0-f445
  12273. 2596.13 s [lsp-test] include containers-0.7-6571
  12274. 2596.13 s [lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12275. 2596.13 s [lsp-test] include directory-1.3.8.5-159c
  12276. 2596.14 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12277. 2596.14 s [lsp-test] include filepath-1.5.4.0-8593
  12278. 2596.14 s [lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12279. 2596.14 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12280. 2596.14 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12281. 2596.14 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12282. 2596.14 s [lsp-test] include mtl-2.3.1-07d6
  12283. 2596.14 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12284. 2596.14 s [lsp-test] include process-1.6.25.0-cfae
  12285. 2596.14 s [lsp-test] include text-2.1.2-7514
  12286. 2596.14 s [lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12287. 2596.14 s [lsp-test] Linked component graph:
  12288. 2596.14 s [lsp-test] unit lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12289. 2596.14 s [lsp-test] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12290. 2596.14 s [lsp-test] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  12291. 2596.14 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12292. 2596.14 s [lsp-test] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  12293. 2596.14 s [lsp-test] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  12294. 2596.14 s [lsp-test] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  12295. 2596.14 s [lsp-test] include base-4.20.1.0-f445
  12296. 2596.14 s [lsp-test] include bytestring-0.12.2.0-214a
  12297. 2596.14 s [lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12298. 2596.14 s [lsp-test] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  12299. 2596.14 s [lsp-test] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  12300. 2596.14 s [lsp-test] include containers-0.7-6571
  12301. 2596.14 s [lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12302. 2596.14 s [lsp-test] include directory-1.3.8.5-159c
  12303. 2596.14 s [lsp-test] include exceptions-0.10.9-9158
  12304. 2596.14 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12305. 2596.14 s [lsp-test] include filepath-1.5.4.0-8593
  12306. 2596.14 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12307. 2596.14 s [lsp-test] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12308. 2596.14 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12309. 2596.14 s [lsp-test] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12310. 2596.14 s [lsp-test] include mtl-2.3.1-07d6
  12311. 2596.14 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12312. 2596.14 s [lsp-test] include process-1.6.25.0-cfae
  12313. 2596.14 s [lsp-test] include some-1.0.6-2vfPrhfW68h2RdvtmOEaHU
  12314. 2596.14 s [lsp-test] include text-2.1.2-7514
  12315. 2596.14 s [lsp-test] include time-1.12.2-9680
  12316. 2596.14 s [lsp-test] include transformers-0.6.1.1-05a6
  12317. 2596.14 s [lsp-test] include unix-2.8.6.0-a0e2
  12318. 2596.14 s [lsp-test] Control.Applicative.Combinators=parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh:Control.Applicative.Combinators,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types,Language.LSP.Test=lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE:Language.LSP.Test
  12319. 2596.14 s [lsp-test] unit lsp-test-0.17.1.1-HSoF6M7HFVDsgJwjgOyzs-example
  12320. 2596.15 s [lsp-test] include base-4.20.1.0-f445
  12321. 2596.15 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12322. 2596.15 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12323. 2596.15 s [lsp-test] unit lsp-test-0.17.1.1-6NlnnKmalmxI4eaWBqb2Ei-func-test
  12324. 2596.15 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12325. 2596.15 s [lsp-test] include base-4.20.1.0-f445
  12326. 2596.15 s [lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12327. 2596.15 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12328. 2596.15 s [lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12329. 2596.15 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12330. 2596.15 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12331. 2596.15 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12332. 2596.15 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12333. 2596.15 s [lsp-test] include process-1.6.25.0-cfae
  12334. 2596.15 s [lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12335. 2596.15 s [lsp-test] unit lsp-test-0.17.1.1-GJ6vsZSUKha2RGGT62RkwM-tests
  12336. 2596.15 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12337. 2596.15 s [lsp-test] include base-4.20.1.0-f445
  12338. 2596.15 s [lsp-test] include containers-0.7-6571
  12339. 2596.15 s [lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12340. 2596.15 s [lsp-test] include directory-1.3.8.5-159c
  12341. 2596.15 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12342. 2596.15 s [lsp-test] include filepath-1.5.4.0-8593
  12343. 2596.15 s [lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12344. 2596.15 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12345. 2596.15 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12346. 2596.15 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12347. 2596.15 s [lsp-test] include mtl-2.3.1-07d6
  12348. 2596.15 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12349. 2596.15 s [lsp-test] include process-1.6.25.0-cfae
  12350. 2596.15 s [lsp-test] include text-2.1.2-7514
  12351. 2596.15 s [lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12352. 2596.15 s [lsp-test] Ready component graph:
  12353. 2596.15 s [lsp-test] definite lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12354. 2596.15 s [lsp-test] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12355. 2596.15 s [lsp-test] depends Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  12356. 2596.15 s [lsp-test] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12357. 2596.15 s [lsp-test] depends aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  12358. 2596.15 s [lsp-test] depends ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  12359. 2596.15 s [lsp-test] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  12360. 2596.15 s [lsp-test] depends base-4.20.1.0-f445
  12361. 2596.15 s [lsp-test] depends bytestring-0.12.2.0-214a
  12362. 2596.15 s [lsp-test] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12363. 2596.15 s [lsp-test] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  12364. 2596.16 s [lsp-test] depends conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  12365. 2596.16 s [lsp-test] depends containers-0.7-6571
  12366. 2596.16 s [lsp-test] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12367. 2596.16 s [lsp-test] depends directory-1.3.8.5-159c
  12368. 2596.16 s [lsp-test] depends exceptions-0.10.9-9158
  12369. 2596.16 s [lsp-test] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12370. 2596.16 s [lsp-test] depends filepath-1.5.4.0-8593
  12371. 2596.16 s [lsp-test] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12372. 2596.16 s [lsp-test] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12373. 2596.16 s [lsp-test] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12374. 2596.16 s [lsp-test] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12375. 2596.16 s [lsp-test] depends mtl-2.3.1-07d6
  12376. 2596.16 s [lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12377. 2596.16 s [lsp-test] depends process-1.6.25.0-cfae
  12378. 2596.16 s [lsp-test] depends some-1.0.6-2vfPrhfW68h2RdvtmOEaHU
  12379. 2596.16 s [lsp-test] depends text-2.1.2-7514
  12380. 2596.16 s [lsp-test] depends time-1.12.2-9680
  12381. 2596.16 s [lsp-test] depends transformers-0.6.1.1-05a6
  12382. 2596.16 s [lsp-test] depends unix-2.8.6.0-a0e2
  12383. 2596.16 s [lsp-test] definite lsp-test-0.17.1.1-6NlnnKmalmxI4eaWBqb2Ei-func-test
  12384. 2596.16 s [lsp-test] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12385. 2596.16 s [lsp-test] depends base-4.20.1.0-f445
  12386. 2596.16 s [lsp-test] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12387. 2596.16 s [lsp-test] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12388. 2596.16 s [lsp-test] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12389. 2596.16 s [lsp-test] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12390. 2596.16 s [lsp-test] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12391. 2596.16 s [lsp-test] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12392. 2596.16 s [lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12393. 2596.16 s [lsp-test] depends process-1.6.25.0-cfae
  12394. 2596.16 s [lsp-test] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12395. 2596.16 s [lsp-test] definite lsp-test-0.17.1.1-GJ6vsZSUKha2RGGT62RkwM-tests
  12396. 2596.16 s [lsp-test] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12397. 2596.16 s [lsp-test] depends base-4.20.1.0-f445
  12398. 2596.16 s [lsp-test] depends containers-0.7-6571
  12399. 2596.16 s [lsp-test] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12400. 2596.16 s [lsp-test] depends directory-1.3.8.5-159c
  12401. 2596.16 s [lsp-test] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12402. 2596.16 s [lsp-test] depends filepath-1.5.4.0-8593
  12403. 2596.16 s [lsp-test] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12404. 2596.16 s [lsp-test] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12405. 2596.16 s [lsp-test] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12406. 2596.16 s [lsp-test] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12407. 2596.16 s [lsp-test] depends mtl-2.3.1-07d6
  12408. 2596.16 s [lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12409. 2596.16 s [lsp-test] depends process-1.6.25.0-cfae
  12410. 2596.16 s [lsp-test] depends text-2.1.2-7514
  12411. 2596.16 s [lsp-test] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12412. 2596.16 s [lsp-test] definite lsp-test-0.17.1.1-HSoF6M7HFVDsgJwjgOyzs-example
  12413. 2596.16 s [lsp-test] depends base-4.20.1.0-f445
  12414. 2596.16 s [lsp-test] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12415. 2596.16 s [lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12416. 2596.16 s [lsp-test] Using Cabal-3.12.1.0 compiled by ghc-9.10
  12417. 2596.16 s [lsp-test] Using compiler: ghc-9.10.2
  12418. 2596.16 s [lsp-test] Using install prefix:
  12419. 2596.16 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  12420. 2596.16 s [lsp-test] Executables installed in:
  12421. 2596.16 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/bin
  12422. 2596.16 s [lsp-test] Libraries installed in:
  12423. 2596.16 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12424. 2596.16 s [lsp-test] Dynamic Libraries installed in:
  12425. 2596.16 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  12426. 2596.16 s [lsp-test] Private executables installed in:
  12427. 2596.16 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/lsp-test-0.17.1.1
  12428. 2596.16 s [lsp-test] Data files installed in:
  12429. 2596.16 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/share/x86_64-linux-ghc-9.10.2-2a2a/lsp-test-0.17.1.1
  12430. 2596.16 s [lsp-test] Documentation installed in:
  12431. 2596.16 s [lsp-test] /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1
  12432. 2596.16 s [lsp-test] Configuration files installed in:
  12433. 2596.16 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/etc
  12434. 2596.16 s [lsp-test] No alex found
  12435. 2596.16 s [lsp-test] Using ar found on system at:
  12436. 2596.16 s [lsp-test] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  12437. 2596.16 s [lsp-test] No c2hs found
  12438. 2596.16 s [lsp-test] No cpphs found
  12439. 2596.16 s [lsp-test] No doctest found
  12440. 2596.16 s [lsp-test] Using gcc version 14.3.0 given by user at:
  12441. 2596.16 s [lsp-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  12442. 2596.16 s [lsp-test] Using ghc version 9.10.2 found on system at:
  12443. 2596.16 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  12444. 2596.16 s [lsp-test] Using ghc-pkg version 9.10.2 found on system at:
  12445. 2596.16 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  12446. 2596.16 s [lsp-test] No ghcjs found
  12447. 2596.16 s [lsp-test] No ghcjs-pkg found
  12448. 2596.16 s [lsp-test] No greencard found
  12449. 2596.16 s [lsp-test] Using haddock version 2.31.0 found on system at:
  12450. 2596.16 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  12451. 2596.16 s [lsp-test] No happy found
  12452. 2596.16 s [lsp-test] Using haskell-suite found on system at: haskell-suite-dummy-location
  12453. 2596.16 s [lsp-test] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12454. 2596.16 s [lsp-test] No hmake found
  12455. 2596.16 s [lsp-test] Using hpc version 0.69 found on system at:
  12456. 2596.16 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  12457. 2596.16 s [lsp-test] Using hsc2hs version 0.68.10 found on system at:
  12458. 2596.16 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  12459. 2596.16 s [lsp-test] Using hscolour version 1.25 found on system at:
  12460. 2596.16 s [lsp-test] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  12461. 2596.16 s [lsp-test] No jhc found
  12462. 2596.16 s [lsp-test] Using ld found on system at:
  12463. 2596.16 s [lsp-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  12464. 2596.16 s [lsp-test] No pkg-config found
  12465. 2596.16 s [lsp-test] Using runghc version 9.10.2 found on system at:
  12466. 2596.16 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  12467. 2596.16 s [lsp-test] Using strip version 2.44 found on system at:
  12468. 2596.16 s [lsp-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  12469. 2596.16 s [lsp-test] Using tar found on system at:
  12470. 2596.16 s [lsp-test] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  12471. 2596.16 s [lsp-test] No uhc found
  12472. 2596.29 s [hls-plugin-api] Phase: buildPhase
  12473. 2596.36 s [hls-plugin-api] Preprocessing library for hls-plugin-api-2.12.0.0...
  12474. 2596.36 s [hls-plugin-api] Building library for hls-plugin-api-2.12.0.0...
  12475. 2596.50 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 )
  12476. 2596.54 s [lsp-test] Phase: buildPhase
  12477. 2596.62 s [lsp-test] Preprocessing library for lsp-test-0.17.1.1...
  12478. 2596.62 s [lsp-test] Building library for lsp-test-0.17.1.1...
  12479. 2596.75 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 )
  12480. 2596.93 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 )
  12481. 2597.06 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 )
  12482. 2597.16 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 )
  12483. 2597.16 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 )
  12484. 2597.28 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 )
  12485. 2597.37 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 )
  12486. 2597.37 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 )
  12487. 2597.85 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 )
  12488. 2597.85 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 )
  12489. 2597.85 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 )
  12490. 2598.14 s [lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning: [GHC-63394] [-Wx-partial]
  12491. 2598.14 s [lsp-test] In the use of ‘head’
  12492. 2598.14 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  12493. 2598.14 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"."
  12494. 2598.14 s [lsp-test] |
  12495. 2598.14 s [lsp-test] 483 | head <$> textDocumentVersions uri
  12496. 2598.14 s [lsp-test] | ^^^^
  12497. 2598.14 s [lsp-test]
  12498. 2598.14 s [lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning: [GHC-63394] [-Wx-partial]
  12499. 2598.14 s [lsp-test] In the use of ‘head’
  12500. 2598.14 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  12501. 2598.14 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"."
  12502. 2598.14 s [lsp-test] |
  12503. 2598.14 s [lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
  12504. 2598.14 s [lsp-test] | ^^^^
  12505. 2598.14 s [lsp-test]
  12506. 2599.80 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 )
  12507. 2600.11 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 )
  12508. 2600.17 s [lsp-test] src/Language/LSP/Test.hs:155:1: warning: [GHC-66111] [-Wunused-imports]
  12509. 2600.17 s [lsp-test] The import of ‘Data.List’ is redundant
  12510. 2600.17 s [lsp-test] except perhaps to import instances from ‘Data.List’
  12511. 2600.17 s [lsp-test] To import instances alone, use: import Data.List()
  12512. 2600.17 s [lsp-test] |
  12513. 2600.17 s [lsp-test] 155 | import Data.List
  12514. 2600.17 s [lsp-test] | ^^^^^^^^^^^^^^^^
  12515. 2600.17 s [lsp-test]
  12516. 2601.36 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 )
  12517. 2601.82 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 )
  12518. 2601.82 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 )
  12519. 2602.26 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 )
  12520. 2602.31 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 )
  12521. 2602.48 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 )
  12522. 2602.57 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 )
  12523. 2602.70 s [hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, dist/build/Ide/Logger.p_o )
  12524. 2603.40 s [hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, dist/build/Ide/Plugin/HandleRequestTypes.p_o )
  12525. 2603.40 s [hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, dist/build/Ide/Plugin/Error.p_o )
  12526. 2603.41 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 )
  12527. 2603.41 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 )
  12528. 2603.41 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 )
  12529. 2603.61 s [hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, dist/build/Ide/Plugin/Properties.p_o )
  12530. 2603.61 s [hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, dist/build/Ide/Plugin/RangeMap.p_o )
  12531. 2603.61 s [hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, dist/build/Ide/Types.p_o )
  12532. 2603.67 s [lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning: [GHC-63394] [-Wx-partial]
  12533. 2603.67 s [lsp-test] In the use of ‘head’
  12534. 2603.67 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  12535. 2603.67 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"."
  12536. 2603.67 s [lsp-test] |
  12537. 2603.67 s [lsp-test] 483 | head <$> textDocumentVersions uri
  12538. 2603.67 s [lsp-test] | ^^^^
  12539. 2603.67 s [lsp-test]
  12540. 2603.67 s [lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning: [GHC-63394] [-Wx-partial]
  12541. 2603.67 s [lsp-test] In the use of ‘head’
  12542. 2603.67 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  12543. 2603.67 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"."
  12544. 2603.67 s [lsp-test] |
  12545. 2603.67 s [lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
  12546. 2603.67 s [lsp-test] | ^^^^
  12547. 2603.67 s [lsp-test]
  12548. 2605.39 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 )
  12549. 2605.80 s [lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, dist/build/Language/LSP/Test.p_o )
  12550. 2605.86 s [lsp-test] src/Language/LSP/Test.hs:155:1: warning: [GHC-66111] [-Wunused-imports]
  12551. 2605.86 s [lsp-test] The import of ‘Data.List’ is redundant
  12552. 2605.86 s [lsp-test] except perhaps to import instances from ‘Data.List’
  12553. 2605.86 s [lsp-test] To import instances alone, use: import Data.List()
  12554. 2605.86 s [lsp-test] |
  12555. 2605.86 s [lsp-test] 155 | import Data.List
  12556. 2605.86 s [lsp-test] | ^^^^^^^^^^^^^^^^
  12557. 2605.86 s [lsp-test]
  12558. 2608.92 s [hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, dist/build/Ide/Plugin/Resolve.p_o )
  12559. 2610.00 s [hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, dist/build/Ide/Plugin/Config.p_o )
  12560. 2610.05 s [hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, dist/build/Ide/PluginUtils.p_o )
  12561. 2610.05 s [hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, dist/build/Ide/Plugin/ConfigUtils.p_o )
  12562. 2610.73 s [lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
  12563. 2610.73 s [lsp-test] Building test suite 'func-test' for lsp-test-0.17.1.1...
  12564. 2610.80 s [lsp-test] [1 of 1] Compiling Main ( func-test/FuncTest.hs, dist/build/func-test/func-test-tmp/Main.o )
  12565. 2612.39 s [lsp-test] [2 of 2] Linking dist/build/func-test/func-test
  12566. 2614.13 s [lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
  12567. 2614.13 s [lsp-test] Building test suite 'tests' for lsp-test-0.17.1.1...
  12568. 2614.19 s [lsp-test] [1 of 2] Compiling DummyServer ( test/DummyServer.hs, dist/build/tests/tests-tmp/DummyServer.o )
  12569. 2615.00 s [lsp-test] [2 of 2] Compiling Main ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )
  12570. 2615.14 s [hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.12.0.0...
  12571. 2615.17 s [hls-plugin-api] Building test suite 'tests' for hls-plugin-api-2.12.0.0...
  12572. 2615.21 s [hls-plugin-api] [1 of 3] Compiling Ide.PluginUtilsTest ( test/Ide/PluginUtilsTest.hs, dist/build/tests/tests-tmp/Ide/PluginUtilsTest.o )
  12573. 2615.38 s [lsp-test] test/Test.hs:259:18: warning: [GHC-63394] [-Wx-partial]
  12574. 2615.38 s [lsp-test] In the use of ‘head’
  12575. 2615.38 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12576. 2615.38 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"."
  12577. 2615.38 s [lsp-test] |
  12578. 2615.38 s [lsp-test] 259 | let item = head comps
  12579. 2615.38 s [lsp-test] | ^^^^
  12580. 2615.38 s [lsp-test]
  12581. 2615.38 s [lsp-test] test/Test.hs:441:16: warning: [GHC-63394] [-Wx-partial]
  12582. 2615.38 s [lsp-test] In the use of ‘head’
  12583. 2615.38 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12584. 2615.38 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"."
  12585. 2615.38 s [lsp-test] |
  12586. 2615.38 s [lsp-test] 441 | liftIO $ head rsp ^. L.range `shouldBe` Range (Position 2 3) (Position 4 5)
  12587. 2615.38 s [lsp-test] | ^^^^
  12588. 2615.38 s [lsp-test]
  12589. 2615.38 s [lsp-test] test/Test.hs:447:16: warning: [GHC-63394] [-Wx-partial]
  12590. 2615.38 s [lsp-test] In the use of ‘head’
  12591. 2615.38 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12592. 2615.38 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"."
  12593. 2615.39 s [lsp-test] |
  12594. 2615.39 s [lsp-test] 447 | liftIO $ head fromRanges `shouldBe` Range (Position 2 3) (Position 4 5)
  12595. 2615.39 s [lsp-test] | ^^^^
  12596. 2615.39 s [lsp-test]
  12597. 2615.39 s [lsp-test] test/Test.hs:450:16: warning: [GHC-63394] [-Wx-partial]
  12598. 2615.39 s [lsp-test] In the use of ‘head’
  12599. 2615.39 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12600. 2615.39 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"."
  12601. 2615.39 s [lsp-test] |
  12602. 2615.39 s [lsp-test] 450 | liftIO $ head fromRanges `shouldBe` Range (Position 4 5) (Position 2 3)
  12603. 2615.39 s [lsp-test] | ^^^^
  12604. 2615.39 s [lsp-test]
  12605. 2615.39 s [lsp-test] test/Test.hs:462:16: warning: [GHC-63394] [-Wx-partial]
  12606. 2615.39 s [lsp-test] In the use of ‘head’
  12607. 2615.39 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12608. 2615.39 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"."
  12609. 2615.39 s [lsp-test] |
  12610. 2615.39 s [lsp-test] 462 | liftIO $ head inlayHints ^. L.label `shouldBe` InL ":: Text"
  12611. 2615.39 s [lsp-test] | ^^^^
  12612. 2615.39 s [lsp-test]
  12613. 2615.39 s [lsp-test] test/Test.hs:466:16: warning: [GHC-63394] [-Wx-partial]
  12614. 2615.39 s [lsp-test] In the use of ‘head’
  12615. 2615.39 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12616. 2615.39 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"."
  12617. 2615.39 s [lsp-test] |
  12618. 2615.39 s [lsp-test] 466 | liftIO $ head inlayHints ^. L.tooltip `shouldBe` Just (InL $ "start at " <> T.pack (show (Position 1 2)))
  12619. 2615.39 s [lsp-test] | ^^^^
  12620. 2615.39 s [lsp-test]
  12621. 2616.28 s [hls-plugin-api] [2 of 3] Compiling Ide.TypesTests ( test/Ide/TypesTests.hs, dist/build/tests/tests-tmp/Ide/TypesTests.o )
  12622. 2616.32 s [hls-plugin-api] [3 of 3] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
  12623. 2616.66 s [hls-plugin-api] [4 of 4] Linking dist/build/tests/tests
  12624. 2617.44 s [lsp-test] [3 of 3] Linking dist/build/tests/tests
  12625. 2618.86 s [hls-plugin-api] Phase: checkPhase
  12626. 2619.19 s [lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
  12627. 2619.19 s [lsp-test] Building test suite 'example' for lsp-test-0.17.1.1...
  12628. 2619.20 s [hls-plugin-api] Running 1 test suites...
  12629. 2619.20 s [hls-plugin-api] Test suite tests: RUNNING...
  12630. 2619.21 s [hls-plugin-api] Main
  12631. 2619.21 s [hls-plugin-api] PluginUtils
  12632. 2619.21 s [hls-plugin-api] unescape
  12633. 2619.21 s [hls-plugin-api] no double quote: OK
  12634. 2619.21 s [hls-plugin-api] whole string quoted: OK
  12635. 2619.21 s [hls-plugin-api] text before quotes should not be unescaped: OK
  12636. 2619.21 s [hls-plugin-api] some text after quotes: OK
  12637. 2619.21 s [hls-plugin-api] many pairs of quote: OK
  12638. 2619.21 s [hls-plugin-api] double quote itself should not be unescaped: OK
  12639. 2619.21 s [hls-plugin-api] control characters should not be escaped: OK
  12640. 2619.21 s [hls-plugin-api] extractTextInRange
  12641. 2619.21 s [hls-plugin-api] inline range: OK
  12642. 2619.21 s [hls-plugin-api] inline range with empty content: OK
  12643. 2619.21 s [hls-plugin-api] multiline range with empty content: OK
  12644. 2619.21 s [hls-plugin-api] multiline range: OK
  12645. 2619.21 s [hls-plugin-api] multiline range with end pos at the line below the last line: OK
  12646. 2619.24 s [lsp-test] [1 of 1] Compiling Main ( example/Test.hs, dist/build/example/example-tmp/Main.o )
  12647. 2619.65 s [lsp-test] [2 of 2] Linking dist/build/example/example
  12648. 2621.32 s [lsp-test] Phase: checkPhase
  12649. 2621.48 s [hls-plugin-api] RangeMap-List filtering identical: OK (2.27s)
  12650. 2621.51 s [hls-plugin-api] +++ OK, passed 100 tests:
  12651. 2621.51 s [hls-plugin-api] 72% no matches
  12652. 2621.51 s [hls-plugin-api] 17% 1 match
  12653. 2621.51 s [hls-plugin-api] 11% >1 matches
  12654. 2621.51 s [hls-plugin-api] property api tests
  12655. 2621.51 s [hls-plugin-api] property toVSCodeExtensionSchema: OK
  12656. 2621.51 s [hls-plugin-api] Golden file did not exist; created
  12657. 2621.51 s [hls-plugin-api] property toDefaultJSON: OK
  12658. 2621.51 s [hls-plugin-api] Golden file did not exist; created
  12659. 2621.51 s [hls-plugin-api] parsePropertyPath single key path: OK
  12660. 2621.51 s [hls-plugin-api] parsePropertyPath two key path: OK
  12661. 2621.51 s [hls-plugin-api] parsePropertyPath two key path default: OK
  12662. 2621.51 s [hls-plugin-api] parsePropertyPath two key path not default: OK
  12663. 2621.51 s [hls-plugin-api] PluginTypes
  12664. 2621.51 s [hls-plugin-api] combineResponses
  12665. 2621.51 s [hls-plugin-api] TextDocumentDefinition
  12666. 2621.51 s [hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
  12667. 2621.51 s [hls-plugin-api] merges all location link responses into one with all links (with link support): OK
  12668. 2621.51 s [hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
  12669. 2621.51 s [hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
  12670. 2621.51 s [hls-plugin-api] ignores Null responses when other responses are available: OK
  12671. 2621.51 s [hls-plugin-api] returns Null when all responses are Null: OK
  12672. 2621.51 s [hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
  12673. 2621.51 s [hls-plugin-api] +++ OK, passed 100 tests:
  12674. 2621.51 s [hls-plugin-api] 94% Has at least one response with locations
  12675. 2621.51 s [hls-plugin-api] 90% Has at least one response with links
  12676. 2621.51 s [hls-plugin-api] 84% Has at least one response with Null
  12677. 2621.51 s [hls-plugin-api] TextDocumentTypeDefinition
  12678. 2621.51 s [hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
  12679. 2621.51 s [hls-plugin-api] merges all location link responses into one with all links (with link support): OK
  12680. 2621.51 s [hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
  12681. 2621.51 s [hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
  12682. 2621.51 s [hls-plugin-api] ignores Null responses when other responses are available: OK
  12683. 2621.51 s [hls-plugin-api] returns Null when all responses are Null: OK
  12684. 2621.51 s [hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
  12685. 2621.51 s [hls-plugin-api] +++ OK, passed 100 tests:
  12686. 2621.51 s [hls-plugin-api] 97% Has at least one response with locations
  12687. 2621.51 s [hls-plugin-api] 92% Has at least one response with links
  12688. 2621.51 s [hls-plugin-api] 91% Has at least one response with Null
  12689. 2621.51 s [hls-plugin-api]
  12690. 2621.51 s [hls-plugin-api] All 33 tests passed (2.27s)
  12691. 2621.51 s [hls-plugin-api] Test suite tests: PASS
  12692. 2621.51 s [hls-plugin-api] Test suite logged to: dist/test/hls-plugin-api-2.12.0.0-tests.log
  12693. 2621.51 s [hls-plugin-api] 1 of 1 test suites (1 of 1 test cases) passed.
  12694. 2621.51 s [hls-plugin-api] Phase: haddockPhase
  12695. 2621.62 s [hls-plugin-api] Preprocessing library for hls-plugin-api-2.12.0.0...
  12696. 2621.62 s [hls-plugin-api] Running Haddock on library for hls-plugin-api-2.12.0.0...
  12697. 2621.63 s [hls-plugin-api] Warning: The documentation for the following packages are not installed. No
  12698. 2621.63 s [hls-plugin-api] links will be generated to these packages: attoparsec-0.14.4,
  12699. 2621.63 s [hls-plugin-api] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  12700. 2621.68 s [lsp-test] Running 2 test suites...
  12701. 2621.68 s [lsp-test] Test suite tests: RUNNING...
  12702. 2621.68 s [lsp-test]
  12703. 2621.68 s [lsp-test] Session
  12704. 2621.94 s [hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, nothing )
  12705. 2622.20 s [hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, nothing )
  12706. 2622.20 s [hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, nothing )
  12707. 2622.22 s [hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, nothing )
  12708. 2622.43 s [hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, nothing )
  12709. 2622.97 s [hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, nothing )
  12710. 2623.69 s [lsp-test] fails a test [✔]
  12711. 2623.69 s [lsp-test] initializeResponse [✔]
  12712. 2623.69 s [lsp-test] runSessionWithConfig [✔]
  12713. 2623.69 s [lsp-test] withTimeout
  12714. 2623.91 s [hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, nothing )
  12715. 2623.96 s [hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, nothing )
  12716. 2623.98 s [hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, nothing )
  12717. 2624.03 s [hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, nothing )
  12718. 2624.07 s [hls-plugin-api] Haddock coverage:
  12719. 2624.07 s [hls-plugin-api] Warning: 'Recorder' is ambiguous. It is defined
  12720. 2624.07 s [hls-plugin-api] * at src/Ide/Logger.hs:86:24
  12721. 2624.07 s [hls-plugin-api] * at src/Ide/Logger.hs:86:1
  12722. 2624.07 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12723. 2624.07 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12724. 2624.07 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Logger.hs:86:1
  12725. 2624.07 s [hls-plugin-api] 35% ( 7 / 20) in 'Ide.Logger'
  12726. 2624.07 s [hls-plugin-api] Missing documentation for:
  12727. 2624.07 s [hls-plugin-api] Priority (src/Ide/Logger.hs:70)
  12728. 2624.07 s [hls-plugin-api] WithPriority (src/Ide/Logger.hs:81)
  12729. 2624.07 s [hls-plugin-api] logWith (src/Ide/Logger.hs:90)
  12730. 2624.07 s [hls-plugin-api] cmap (src/Ide/Logger.hs:108)
  12731. 2624.07 s [hls-plugin-api] cmapIO (src/Ide/Logger.hs:114)
  12732. 2624.07 s [hls-plugin-api] cfilter (src/Ide/Logger.hs:119)
  12733. 2624.07 s [hls-plugin-api] withFileRecorder (src/Ide/Logger.hs:142)
  12734. 2624.07 s [hls-plugin-api] makeDefaultStderrRecorder (src/Ide/Logger.hs:129)
  12735. 2624.08 s [hls-plugin-api] makeDefaultHandleRecorder (src/Ide/Logger.hs:159)
  12736. 2624.08 s [hls-plugin-api] LoggingColumn (src/Ide/Logger.hs:168)
  12737. 2624.08 s [hls-plugin-api] cmapWithPrio (src/Ide/Logger.hs:111)
  12738. 2624.08 s [hls-plugin-api] toCologActionWithPrio (src/Ide/Logger.hs:275)
  12739. 2624.08 s [hls-plugin-api] defaultLoggingColumns (src/Ide/Logger.hs:176)
  12740. 2624.08 s [hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.HandleRequestTypes'
  12741. 2624.08 s [hls-plugin-api] Missing documentation for:
  12742. 2624.08 s [hls-plugin-api] Module header
  12743. 2624.08 s [hls-plugin-api] Warning: 'pluginEnabled' is out of scope.
  12744. 2624.08 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12745. 2624.08 s [hls-plugin-api] Warning: 'showWindow' is out of scope.
  12746. 2624.08 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12747. 2624.08 s [hls-plugin-api] Warning: 'handlesRequest' is out of scope.
  12748. 2624.08 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12749. 2624.08 s [hls-plugin-api] Warning: 'combineResponses' is out of scope.
  12750. 2624.08 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12751. 2624.08 s [hls-plugin-api] 50% ( 4 / 8) in 'Ide.Plugin.Error'
  12752. 2624.08 s [hls-plugin-api] Missing documentation for:
  12753. 2624.08 s [hls-plugin-api] Module header
  12754. 2624.08 s [hls-plugin-api] handleMaybe (src/Ide/Plugin/Error.hs:139)
  12755. 2624.08 s [hls-plugin-api] handleMaybeM (src/Ide/Plugin/Error.hs:142)
  12756. 2624.08 s [hls-plugin-api] getNormalizedFilePathE (src/Ide/Plugin/Error.hs:145)
  12757. 2624.08 s [hls-plugin-api] Warning: 'PropertyKey' is ambiguous. It is defined
  12758. 2624.08 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:114:20
  12759. 2624.08 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:114:1
  12760. 2624.08 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12761. 2624.08 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12762. 2624.08 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:114:1
  12763. 2624.08 s [hls-plugin-api] Warning: 'MetaData' is ambiguous. It is defined
  12764. 2624.08 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:89:3
  12765. 2624.08 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:88:1
  12766. 2624.08 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12767. 2624.08 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12768. 2624.08 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:88:1
  12769. 2624.08 s [hls-plugin-api] Warning: 'plcConfig' is out of scope.
  12770. 2624.08 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12771. 2624.08 s [hls-plugin-api] 70% ( 22 / 31) in 'Ide.Plugin.Properties'
  12772. 2624.08 s [hls-plugin-api] Missing documentation for:
  12773. 2624.08 s [hls-plugin-api] Module header
  12774. 2624.08 s [hls-plugin-api] ToHsType (src/Ide/Plugin/Properties.hs:75)
  12775. 2624.08 s [hls-plugin-api] NotElem (src/Ide/Plugin/Properties.hs:209)
  12776. 2624.08 s [hls-plugin-api] HasPropertyByPath (src/Ide/Plugin/Properties.hs:218)
  12777. 2624.08 s [hls-plugin-api] definePropertiesProperty (src/Ide/Plugin/Properties.hs:423)
  12778. 2624.08 s [hls-plugin-api] usePropertyByPathEither
  12779. 2624.08 s [hls-plugin-api] usePropertyByPath
  12780. 2624.08 s [hls-plugin-api] PluginCustomConfig (src/Ide/Plugin/Properties.hs:523)
  12781. 2624.08 s [hls-plugin-api] PluginCustomConfigParam (src/Ide/Plugin/Properties.hs:527)
  12782. 2624.08 s [hls-plugin-api] Warning: 'RangeMap' is ambiguous. It is defined
  12783. 2624.08 s [hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:22
  12784. 2624.08 s [hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:1
  12785. 2624.08 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12786. 2624.08 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12787. 2624.08 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/RangeMap.hs:36:1
  12788. 2624.08 s [hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
  12789. 2624.08 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  12790. 2624.08 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  12791. 2624.08 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12792. 2624.08 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12793. 2624.08 s [hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
  12794. 2624.08 s [hls-plugin-api] 83% ( 5 / 6) in 'Ide.Plugin.RangeMap'
  12795. 2624.08 s [hls-plugin-api] Missing documentation for:
  12796. 2624.08 s [hls-plugin-api] fromList' (src/Ide/Plugin/RangeMap.hs:55)
  12797. 2624.08 s [hls-plugin-api] Warning: 'ExtraParams' is out of scope.
  12798. 2624.08 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12799. 2624.08 s [hls-plugin-api] Warning: 'DynFlagsModifications' is ambiguous. It is defined
  12800. 2624.08 s [hls-plugin-api] * at src/Ide/Types.hs:144:3
  12801. 2624.08 s [hls-plugin-api] * at src/Ide/Types.hs:143:1
  12802. 2624.08 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12803. 2624.08 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12804. 2624.08 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:143:1
  12805. 2624.09 s [hls-plugin-api] Warning: 'PluginDescriptor' is ambiguous. It is defined
  12806. 2624.09 s [hls-plugin-api] * at src/Ide/Types.hs:317:3
  12807. 2624.09 s [hls-plugin-api] * at src/Ide/Types.hs:316:1
  12808. 2624.09 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12809. 2624.09 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12810. 2624.09 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:316:1
  12811. 2624.09 s [hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
  12812. 2624.09 s [hls-plugin-api] * at src/Ide/Types.hs:257:5
  12813. 2624.09 s [hls-plugin-api] * at src/Ide/Types.hs:256:1
  12814. 2624.09 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12815. 2624.09 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12816. 2624.09 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
  12817. 2624.09 s [hls-plugin-api] 42% ( 22 / 52) in 'Ide.Types'
  12818. 2624.09 s [hls-plugin-api] Missing documentation for:
  12819. 2624.09 s [hls-plugin-api] Module header
  12820. 2624.09 s [hls-plugin-api] PluginDescriptor (src/Ide/Types.hs:316)
  12821. 2624.09 s [hls-plugin-api] defaultPluginPriority (src/Ide/Types.hs:1042)
  12822. 2624.09 s [hls-plugin-api] describePlugin (src/Ide/Types.hs:337)
  12823. 2624.09 s [hls-plugin-api] IdeCommand (src/Ide/Types.hs:165)
  12824. 2624.09 s [hls-plugin-api] IdePlugins (src/Ide/Types.hs:114)
  12825. 2624.09 s [hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
  12826. 2624.09 s [hls-plugin-api] SessionLoadingPreferenceConfig (src/Ide/Types.hs:220)
  12827. 2624.09 s [hls-plugin-api] defaultConfigDescriptor (src/Ide/Types.hs:381)
  12828. 2624.09 s [hls-plugin-api] mkCustomConfig (src/Ide/Types.hs:378)
  12829. 2624.09 s [hls-plugin-api] FallbackCodeActionParams (src/Ide/Types.hs:1202)
  12830. 2624.09 s [hls-plugin-api] FormattingMethod (src/Ide/Types.hs:1185)
  12831. 2624.09 s [hls-plugin-api] FormattingHandler (src/Ide/Types.hs:1191)
  12832. 2624.09 s [hls-plugin-api] HasTracing (src/Ide/Types.hs:1214)
  12833. 2624.09 s [hls-plugin-api] PluginCommand (src/Ide/Types.hs:1094)
  12834. 2624.09 s [hls-plugin-api] CommandId (src/Ide/Types.hs:1089)
  12835. 2624.09 s [hls-plugin-api] CommandFunction (src/Ide/Types.hs:1102)
  12836. 2624.09 s [hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1249)
  12837. 2624.09 s [hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1254)
  12838. 2624.09 s [hls-plugin-api] PluginId (src/Ide/Types.hs:1167)
  12839. 2624.09 s [hls-plugin-api] runHandlerM (src/Ide/Types.hs:937)
  12840. 2624.09 s [hls-plugin-api] PluginHandlers (src/Ide/Types.hs:969)
  12841. 2624.09 s [hls-plugin-api] PluginMethodHandler (src/Ide/Types.hs:989)
  12842. 2624.09 s [hls-plugin-api] PluginNotificationHandler (src/Ide/Types.hs:966)
  12843. 2624.09 s [hls-plugin-api] PluginNotificationHandlers (src/Ide/Types.hs:970)
  12844. 2624.09 s [hls-plugin-api] PluginRequestMethod (src/Ide/Types.hs:641)
  12845. 2624.09 s [hls-plugin-api] getProcessID (src/Ide/Types.hs:1271)
  12846. 2624.09 s [hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1273)
  12847. 2624.09 s [hls-plugin-api] lookupCommandProvider
  12848. 2624.09 s [hls-plugin-api] ResolveFunction (src/Ide/Types.hs:1110)
  12849. 2624.09 s [hls-plugin-api] 100% ( 3 / 3) in 'Ide.Plugin.Resolve'
  12850. 2624.09 s [hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
  12851. 2624.09 s [hls-plugin-api] * at src/Ide/Types.hs:257:5
  12852. 2624.09 s [hls-plugin-api] * at src/Ide/Types.hs:256:1
  12853. 2624.09 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12854. 2624.09 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12855. 2624.09 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
  12856. 2624.09 s [hls-plugin-api] 50% ( 3 / 6) in 'Ide.Plugin.Config'
  12857. 2624.09 s [hls-plugin-api] Missing documentation for:
  12858. 2624.09 s [hls-plugin-api] Module header
  12859. 2624.09 s [hls-plugin-api] parseConfig (src/Ide/Plugin/Config.hs:38)
  12860. 2624.09 s [hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
  12861. 2624.09 s [hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
  12862. 2624.09 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  12863. 2624.09 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  12864. 2624.09 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12865. 2624.09 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12866. 2624.09 s [hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
  12867. 2624.09 s [hls-plugin-api] Warning: 'WorkspaceEdit' is ambiguous. It is defined
  12868. 2624.09 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
  12869. 2624.09 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
  12870. 2624.09 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12871. 2624.09 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12872. 2624.09 s [hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
  12873. 2624.09 s [hls-plugin-api] Warning: Ide.PluginUtils: Couldn't find .haddock for export positionInRange
  12874. 2624.09 s [hls-plugin-api] 58% ( 20 / 34) in 'Ide.PluginUtils'
  12875. 2624.09 s [hls-plugin-api] Missing documentation for:
  12876. 2624.09 s [hls-plugin-api] Module header
  12877. 2624.09 s [hls-plugin-api] WithDeletions (src/Ide/PluginUtils.hs:105)
  12878. 2624.09 s [hls-plugin-api] getProcessID (src/Ide/Types.hs:1271)
  12879. 2624.09 s [hls-plugin-api] makeDiffTextEdit (src/Ide/PluginUtils.hs:115)
  12880. 2624.09 s [hls-plugin-api] makeDiffTextEditAdditive (src/Ide/PluginUtils.hs:118)
  12881. 2624.09 s [hls-plugin-api] pluginDescToIdePlugins (src/Ide/PluginUtils.hs:199)
  12882. 2624.09 s [hls-plugin-api] idePluginsToPluginDesc (src/Ide/PluginUtils.hs:202)
  12883. 2624.09 s [hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1249)
  12884. 2624.09 s [hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1254)
  12885. 2624.09 s [hls-plugin-api] allLspCmdIds (src/Ide/PluginUtils.hs:303)
  12886. 2624.09 s [hls-plugin-api] allLspCmdIds' (src/Ide/PluginUtils.hs:299)
  12887. 2624.09 s [hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1273)
  12888. 2624.09 s [hls-plugin-api] subRange (src/Ide/PluginUtils.hs:279)
  12889. 2624.09 s [hls-plugin-api] positionInRange
  12890. 2624.09 s [hls-plugin-api] Warning: 'Config' is ambiguous. It is defined
  12891. 2624.09 s [hls-plugin-api] * at src/Ide/Types.hs:174:3
  12892. 2624.09 s [hls-plugin-api] * at src/Ide/Types.hs:173:1
  12893. 2624.09 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12894. 2624.09 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12895. 2624.09 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:173:1
  12896. 2624.09 s [hls-plugin-api] 75% ( 3 / 4) in 'Ide.Plugin.ConfigUtils'
  12897. 2624.09 s [hls-plugin-api] Missing documentation for:
  12898. 2624.09 s [hls-plugin-api] Module header
  12899. 2625.91 s [hls-plugin-api] Warning: Ide.Plugin.Error: could not find link destinations for:
  12900. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ErrorCodes.ErrorCodes
  12901. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.LSPErrorCodes
  12902. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
  12903. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
  12904. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
  12905. 2625.91 s [hls-plugin-api] Warning: Ide.Plugin.Properties: could not find link destinations for:
  12906. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.FindPropertyMeta
  12907. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.Elem
  12908. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.FindByKeyName
  12909. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.FindByKeyPath
  12910. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.IsTEnum
  12911. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.IsProperties
  12912. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.ParsePropertyPath
  12913. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.NonEmptyList
  12914. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.:|
  12915. 2625.91 s [hls-plugin-api] - Ide.Plugin.Properties.NE
  12916. 2625.91 s [hls-plugin-api] Warning: Ide.Plugin.RangeMap: could not find link destinations for:
  12917. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
  12918. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  12919. 2625.91 s [hls-plugin-api] Warning: Ide.Types: could not find link destinations for:
  12920. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method
  12921. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
  12922. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageResult
  12923. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyIncomingCalls
  12924. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyOutgoingCalls
  12925. 2625.91 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
  12926. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeLensResolve
  12927. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CompletionItemResolve
  12928. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  12929. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_Initialized
  12930. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_InlayHintResolve
  12931. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
  12932. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeLens
  12933. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCompletion
  12934. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  12935. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
  12936. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
  12937. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
  12938. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidSave
  12939. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentHighlight
  12940. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  12941. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFoldingRange
  12942. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFormatting
  12943. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentHover
  12944. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  12945. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentInlayHint
  12946. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareCallHierarchy
  12947. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareRename
  12948. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRangeFormatting
  12949. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
  12950. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRename
  12951. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSelectionRange
  12952. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFull
  12953. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFullDelta
  12954. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSignatureHelp
  12955. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
  12956. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeConfiguration
  12957. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWatchedFiles
  12958. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWorkspaceFolders
  12959. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceExecuteCommand
  12960. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
  12961. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
  12962. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Message.LspId.LspId
  12963. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ClientToServer
  12964. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ServerToClient
  12965. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.MessageKind
  12966. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Notification
  12967. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Request
  12968. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Message.Method.SClientMethod
  12969. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Message.Method.SServerMethod
  12970. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Message.Types.TResponseError
  12971. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
  12972. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
  12973. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  12974. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  12975. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  12976. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
  12977. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  12978. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.DidChangeConfigurationParams
  12979. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.DidChangeWatchedFilesParams
  12980. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.DidChangeWorkspaceFoldersParams
  12981. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  12982. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.ExecuteCommandParams
  12983. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
  12984. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  12985. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializedParams.InitializedParams
  12986. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  12987. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  12988. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  12989. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  12990. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  12991. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  12992. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  12993. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.WorkspaceSymbolParams
  12994. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.Null
  12995. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
  12996. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
  12997. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
  12998. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasData_
  12999. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasOptions
  13000. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  13001. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasUri
  13002. 2625.92 s [hls-plugin-api] - Ide.Types.PluginNotificationMethodHandler
  13003. 2625.92 s [hls-plugin-api] - Ide.Types.PluginNotificationMethod
  13004. 2625.92 s [hls-plugin-api] - Ide.Types.Rep_FallbackCodeActionParams
  13005. 2625.92 s [hls-plugin-api] - Ide.Types.Rep_SessionLoadingPreferenceConfig
  13006. 2625.92 s [hls-plugin-api] - Ide.Types.Rep_CheckParents
  13007. 2625.92 s [hls-plugin-api] Warning: Ide.Plugin.Resolve: could not find link destinations for:
  13008. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
  13009. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
  13010. 2625.92 s [hls-plugin-api] - Ide.Plugin.Resolve.Log
  13011. 2625.92 s [hls-plugin-api] Warning: Ide.Plugin.Config: could not find link destinations for:
  13012. 2625.92 s [hls-plugin-api] - Ide.Types.Rep_CheckParents
  13013. 2625.92 s [hls-plugin-api] Warning: Ide.PluginUtils: could not find link destinations for:
  13014. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
  13015. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
  13016. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  13017. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
  13018. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
  13019. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  13020. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  13021. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  13022. 2625.92 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  13023. 2628.69 s [lsp-test] times out [✔]
  13024. 2630.69 s [lsp-test] doesn't time out [✔]
  13025. 2635.69 s [lsp-test] further timeout messages are ignored [✔]
  13026. 2636.04 s [hls-plugin-api] Documentation created: dist/doc/html/hls-plugin-api/,
  13027. 2636.58 s [hls-plugin-api] dist/doc/html/hls-plugin-api/hls-plugin-api.txt
  13028. 2636.58 s [hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.12.0.0...
  13029. 2636.58 s [hls-plugin-api] Phase: installPhase
  13030. 2636.58 s [hls-plugin-api] Installing library in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13031. 2636.62 s [hls-plugin-api] Phase: fixupPhase
  13032. 2636.63 s [hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0
  13033. 2636.63 s [hls-plugin-api] shrinking /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9-ghc9.10.2.so
  13034. 2636.68 s [hls-plugin-api] checking for references to /build/ in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0...
  13035. 2636.69 s [hls-plugin-api] patching script interpreter paths in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0
  13036. 2636.70 s [hls-plugin-api] stripping (with command strip and flags -S -p) in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib
  13037. 2636.84 s [hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc
  13038. 2636.85 s [hls-plugin-api] checking for references to /build/ in /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc...
  13039. 2636.87 s [hls-plugin-api] patching script interpreter paths in /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc
  13040. 2637.08 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0 /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc
  13041. 2637.46 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  13042. 2637.48 s [post-build-hook] Uploading to the NixCI cache: /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0 /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc
  13043. 2637.51 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13044. 2637.69 s [post-build-hook] copying 1 paths...
  13045. 2637.69 s [post-build-hook] copying path '/nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0' to 'https://cache.nix-ci.com'...
  13046. 2640.35 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13047. 2640.49 s [post-build-hook] copying 0 paths...
  13048. 2640.50 s Progress: 355 of 361 built (1 building), 370 of 370 downloaded from cache
  13049. 2640.57 s Building ghcide
  13050. 2641.02 s [ghcide] Phase: setupCompilerEnvironmentPhase
  13051. 2641.03 s [ghcide] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  13052. 2641.45 s [ghcide] Phase: unpackPhase
  13053. 2641.49 s [ghcide] unpacking source archive /nix/store/r8a7irklqdy432d00rvcnw0mz57l57fk-ghcide-2.12.0.0.tar.gz
  13054. 2641.49 s [ghcide] source root is ghcide-2.12.0.0
  13055. 2641.49 s [ghcide] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ghcide-2.12.0.0/src/Text/Fuzzy/Parallel.hs"
  13056. 2641.49 s [ghcide] Phase: patchPhase
  13057. 2641.49 s [ghcide] Phase: compileBuildDriverPhase
  13058. 2641.49 s [ghcide] setupCompileFlags: -package-db=/build/tmp.aD5q9oCZln/setup-package.conf.d -threaded
  13059. 2641.52 s [ghcide] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.aD5q9oCZln/Main.o )
  13060. 2641.56 s [ghcide] [2 of 2] Linking Setup
  13061. 2642.60 s [ghcide] Phase: updateAutotoolsGnuConfigScriptsPhase
  13062. 2642.61 s [ghcide] Phase: configurePhase
  13063. 2642.62 s [ghcide] configureFlags: --verbose --prefix=/nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc/share/doc/ghcide-2.12.0.0 --with-gcc=gcc --package-db=/build/tmp.aD5q9oCZln/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  13064. 2642.63 s [ghcide] Using Parsec parser
  13065. 2642.63 s [ghcide] Configuring ghcide-2.12.0.0...
  13066. 2642.70 s [lsp-test] overrides global message timeout [✔]
  13067. 2643.01 s [ghcide] Flags chosen: executable=True, pedantic=False
  13068. 2643.24 s [ghcide] Dependency Diff >=0.5 && <0.6 || >=1.0.0 && <1.1: using Diff-1.0.2
  13069. 2643.24 s [ghcide] Dependency Glob: using Glob-0.10.2
  13070. 2643.24 s [ghcide] Dependency aeson: using aeson-2.2.3.0
  13071. 2643.24 s [ghcide] Dependency array: using array-0.5.8.0
  13072. 2643.24 s [ghcide] Dependency async: using async-2.2.5
  13073. 2643.24 s [ghcide] Dependency base >=4.16 && <5: using base-4.20.1.0
  13074. 2643.24 s [ghcide] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
  13075. 2643.24 s [ghcide] Dependency binary: using binary-0.8.9.3
  13076. 2643.24 s [ghcide] Dependency bytestring: using bytestring-0.12.2.0
  13077. 2643.24 s [ghcide] Dependency case-insensitive: using case-insensitive-1.2.1.0
  13078. 2643.24 s [ghcide] Dependency co-log-core: using co-log-core-0.3.2.5
  13079. 2643.24 s [ghcide] Dependency containers: using containers-0.7
  13080. 2643.24 s [ghcide] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
  13081. 2643.24 s [ghcide] cryptohash-sha1-0.11.101.0
  13082. 2643.24 s [ghcide] Dependency data-default: using data-default-0.8.0.1
  13083. 2643.24 s [ghcide] Dependency deepseq: using deepseq-1.5.0.0
  13084. 2643.24 s [ghcide] Dependency dependent-map: using dependent-map-0.4.0.1
  13085. 2643.24 s [ghcide] Dependency dependent-sum: using dependent-sum-0.7.2.0
  13086. 2643.24 s [ghcide] Dependency directory: using directory-1.3.8.5
  13087. 2643.24 s [ghcide] Dependency dlist: using dlist-1.0
  13088. 2643.24 s [ghcide] Dependency enummapset: using enummapset-0.7.3.0
  13089. 2643.24 s [ghcide] Dependency exceptions: using exceptions-0.10.9
  13090. 2643.24 s [ghcide] Dependency extra >=1.7.14: using extra-1.8.1
  13091. 2643.24 s [ghcide] Dependency filepath: using filepath-1.5.4.0
  13092. 2643.24 s [ghcide] Dependency fingertree: using fingertree-0.1.6.2
  13093. 2643.24 s [ghcide] Dependency focus >=1.0.3.2: using focus-1.0.3.2
  13094. 2643.24 s [ghcide] Dependency ghc >=9.2: using ghc-9.10.2
  13095. 2643.24 s [ghcide] Dependency ghc-boot: using ghc-boot-9.10.2
  13096. 2643.24 s [ghcide] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  13097. 2643.24 s [ghcide] Dependency ghc-trace-events: using ghc-trace-events-0.1.2.10
  13098. 2643.24 s [ghcide] Dependency haddock-library >=1.8 && <1.12: using haddock-library-1.11.0
  13099. 2643.24 s [ghcide] Dependency hashable: using hashable-1.5.0.0
  13100. 2643.24 s [ghcide] Dependency hie-bios >=0.17.0 && <0.18: using hie-bios-0.17.0
  13101. 2643.24 s [ghcide] Dependency hiedb >=0.7.0.0 && <0.8: using hiedb-0.7.0.0
  13102. 2643.24 s [ghcide] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  13103. 2643.24 s [ghcide] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  13104. 2643.24 s [ghcide] Dependency implicit-hie >=0.1.4.0 && <0.1.5: using implicit-hie-0.1.4.0
  13105. 2643.24 s [ghcide] Dependency lens: using lens-5.3.5
  13106. 2643.24 s [ghcide] Dependency lens-aeson: using lens-aeson-1.2.3
  13107. 2643.24 s [ghcide] Dependency list-t: using list-t-1.0.5.7
  13108. 2643.24 s [ghcide] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  13109. 2643.24 s [ghcide] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  13110. 2643.24 s [ghcide] Dependency mtl: using mtl-2.3.1
  13111. 2643.24 s [ghcide] Dependency opentelemetry >=0.6.1: using opentelemetry-0.8.0
  13112. 2643.24 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  13113. 2643.24 s [ghcide] Dependency os-string: using os-string-2.0.4
  13114. 2643.24 s [ghcide] Dependency parallel: using parallel-3.2.2.0
  13115. 2643.24 s [ghcide] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  13116. 2643.24 s [ghcide] Dependency prettyprinter-ansi-terminal: using
  13117. 2643.24 s [ghcide] prettyprinter-ansi-terminal-1.1.3
  13118. 2643.24 s [ghcide] Dependency random: using random-1.2.1.3
  13119. 2643.24 s [ghcide] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.5
  13120. 2643.24 s [ghcide] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  13121. 2643.24 s [ghcide] Dependency sorted-list: using sorted-list-0.2.3.1
  13122. 2643.24 s [ghcide] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  13123. 2643.24 s [ghcide] Dependency stm: using stm-2.5.3.1
  13124. 2643.24 s [ghcide] Dependency stm-containers: using stm-containers-1.2.1.1
  13125. 2643.24 s [ghcide] Dependency syb: using syb-0.7.2.4
  13126. 2643.24 s [ghcide] Dependency text: using text-2.1.2
  13127. 2643.24 s [ghcide] Dependency text-rope: using text-rope-0.3
  13128. 2643.24 s [ghcide] Dependency time: using time-1.12.2
  13129. 2643.24 s [ghcide] Dependency transformers: using transformers-0.6.1.1
  13130. 2643.24 s [ghcide] Dependency unix: using unix-2.8.6.0
  13131. 2643.24 s [ghcide] Dependency unliftio >=0.2.6: using unliftio-0.2.25.1
  13132. 2643.24 s [ghcide] Dependency unliftio-core: using unliftio-core-0.2.1.0
  13133. 2643.24 s [ghcide] Dependency unordered-containers >=0.2.10.0: using
  13134. 2643.24 s [ghcide] unordered-containers-0.2.20.1
  13135. 2643.24 s [ghcide] Dependency vector: using vector-0.13.2.0
  13136. 2643.24 s [ghcide] Dependency base >=4.16 && <5: using base-4.20.1.0
  13137. 2643.24 s [ghcide] Dependency data-default: using data-default-0.8.0.1
  13138. 2643.24 s [ghcide] Dependency extra: using extra-1.8.1
  13139. 2643.24 s [ghcide] Dependency ghcide: using ghcide-2.12.0.0
  13140. 2643.24 s [ghcide] Dependency gitrev: using gitrev-1.3.1
  13141. 2643.24 s [ghcide] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  13142. 2643.24 s [ghcide] Dependency lsp: using lsp-2.7.0.1
  13143. 2643.24 s [ghcide] Dependency lsp-types: using lsp-types-2.3.0.1
  13144. 2643.24 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  13145. 2643.24 s [ghcide] Source component graph:
  13146. 2643.24 s [ghcide] component lib
  13147. 2643.24 s [ghcide] component exe:ghcide dependency lib
  13148. 2643.24 s [ghcide] Configured component graph:
  13149. 2643.24 s [ghcide] component ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13150. 2643.24 s [ghcide] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  13151. 2643.24 s [ghcide] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  13152. 2643.24 s [ghcide] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  13153. 2643.24 s [ghcide] include array-0.5.8.0-cc9a
  13154. 2643.24 s [ghcide] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  13155. 2643.24 s [ghcide] include base-4.20.1.0-f445
  13156. 2643.24 s [ghcide] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  13157. 2643.24 s [ghcide] include binary-0.8.9.3-9c52
  13158. 2643.24 s [ghcide] include bytestring-0.12.2.0-214a
  13159. 2643.24 s [ghcide] include case-insensitive-1.2.1.0-vU7iwxIkw6BDRoJiOKUX9
  13160. 2643.24 s [ghcide] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  13161. 2643.24 s [ghcide] include containers-0.7-6571
  13162. 2643.24 s [ghcide] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  13163. 2643.24 s [ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13164. 2643.24 s [ghcide] include deepseq-1.5.0.0-e166
  13165. 2643.24 s [ghcide] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  13166. 2643.24 s [ghcide] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  13167. 2643.24 s [ghcide] include directory-1.3.8.5-159c
  13168. 2643.24 s [ghcide] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  13169. 2643.24 s [ghcide] include enummapset-0.7.3.0-83zBcgAIiKr1fHwqucnrZL
  13170. 2643.24 s [ghcide] include exceptions-0.10.9-9158
  13171. 2643.24 s [ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13172. 2643.24 s [ghcide] include filepath-1.5.4.0-8593
  13173. 2643.24 s [ghcide] include fingertree-0.1.6.2-1lNdNO4Gz5uBDmiMG9OkLP
  13174. 2643.24 s [ghcide] include focus-1.0.3.2-A1mcknJtcM99CPf9n92aCp
  13175. 2643.24 s [ghcide] include ghc-9.10.2-2a2a
  13176. 2643.24 s [ghcide] include ghc-boot-9.10.2-578d
  13177. 2643.24 s [ghcide] include ghc-boot-th-9.10.2-7d1d
  13178. 2643.24 s [ghcide] include ghc-trace-events-0.1.2.10-JBjDTLUoSWGBT7rrd8wL2n
  13179. 2643.24 s [ghcide] include haddock-library-1.11.0-JTyg2hEy26hLcpRPKRpKNn
  13180. 2643.24 s [ghcide] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  13181. 2643.24 s [ghcide] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  13182. 2643.24 s [ghcide] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  13183. 2643.24 s [ghcide] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  13184. 2643.24 s [ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13185. 2643.24 s [ghcide] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  13186. 2643.24 s [ghcide] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  13187. 2643.24 s [ghcide] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  13188. 2643.24 s [ghcide] include list-t-1.0.5.7-BOnwoxq6tDaJr8O3teHp4K
  13189. 2643.24 s [ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13190. 2643.24 s [ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13191. 2643.24 s [ghcide] include mtl-2.3.1-07d6
  13192. 2643.24 s [ghcide] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  13193. 2643.24 s [ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13194. 2643.24 s [ghcide] include os-string-2.0.4-1192
  13195. 2643.24 s [ghcide] include parallel-3.2.2.0-5fsxw07poNuAwHtqpcD3CY
  13196. 2643.24 s [ghcide] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  13197. 2643.24 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-6PQJV0a37kr9htTrgBHOWx
  13198. 2643.24 s [ghcide] include random-1.2.1.3-AmyB5M6i6upJCxKBwzEGRh
  13199. 2643.24 s [ghcide] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  13200. 2643.24 s [ghcide] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  13201. 2643.24 s [ghcide] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  13202. 2643.24 s [ghcide] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  13203. 2643.24 s [ghcide] include stm-2.5.3.1-662c
  13204. 2643.24 s [ghcide] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  13205. 2643.24 s [ghcide] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  13206. 2643.24 s [ghcide] include text-2.1.2-7514
  13207. 2643.24 s [ghcide] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  13208. 2643.24 s [ghcide] include time-1.12.2-9680
  13209. 2643.24 s [ghcide] include transformers-0.6.1.1-05a6
  13210. 2643.24 s [ghcide] include unix-2.8.6.0-a0e2
  13211. 2643.24 s [ghcide] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  13212. 2643.24 s [ghcide] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  13213. 2643.24 s [ghcide] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  13214. 2643.24 s [ghcide] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  13215. 2643.24 s [ghcide] component ghcide-2.12.0.0-10KODyNss5aHjq2HWkBptf-ghcide
  13216. 2643.24 s [ghcide] include base-4.20.1.0-f445
  13217. 2643.24 s [ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13218. 2643.24 s [ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13219. 2643.24 s [ghcide] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13220. 2643.24 s [ghcide] include gitrev-1.3.1-5N1vaCJSguILBTEC6ZF0JZ
  13221. 2643.24 s [ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13222. 2643.24 s [ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13223. 2643.24 s [ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13224. 2643.24 s [ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13225. 2643.24 s [ghcide] Linked component graph:
  13226. 2643.24 s [ghcide] unit ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13227. 2643.24 s [ghcide] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  13228. 2643.24 s [ghcide] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  13229. 2643.24 s [ghcide] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  13230. 2643.24 s [ghcide] include array-0.5.8.0-cc9a
  13231. 2643.24 s [ghcide] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  13232. 2643.24 s [ghcide] include base-4.20.1.0-f445
  13233. 2643.24 s [ghcide] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  13234. 2643.24 s [ghcide] include binary-0.8.9.3-9c52
  13235. 2643.24 s [ghcide] include bytestring-0.12.2.0-214a
  13236. 2643.24 s [ghcide] include case-insensitive-1.2.1.0-vU7iwxIkw6BDRoJiOKUX9
  13237. 2643.24 s [ghcide] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  13238. 2643.24 s [ghcide] include containers-0.7-6571
  13239. 2643.24 s [ghcide] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  13240. 2643.24 s [ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13241. 2643.24 s [ghcide] include deepseq-1.5.0.0-e166
  13242. 2643.24 s [ghcide] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  13243. 2643.24 s [ghcide] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  13244. 2643.24 s [ghcide] include directory-1.3.8.5-159c
  13245. 2643.24 s [ghcide] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  13246. 2643.24 s [ghcide] include enummapset-0.7.3.0-83zBcgAIiKr1fHwqucnrZL
  13247. 2643.24 s [ghcide] include exceptions-0.10.9-9158
  13248. 2643.24 s [ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13249. 2643.24 s [ghcide] include filepath-1.5.4.0-8593
  13250. 2643.24 s [ghcide] include fingertree-0.1.6.2-1lNdNO4Gz5uBDmiMG9OkLP
  13251. 2643.24 s [ghcide] include focus-1.0.3.2-A1mcknJtcM99CPf9n92aCp
  13252. 2643.24 s [ghcide] include ghc-9.10.2-2a2a
  13253. 2643.24 s [ghcide] include ghc-boot-9.10.2-578d
  13254. 2643.24 s [ghcide] include ghc-boot-th-9.10.2-7d1d
  13255. 2643.24 s [ghcide] include ghc-trace-events-0.1.2.10-JBjDTLUoSWGBT7rrd8wL2n
  13256. 2643.24 s [ghcide] include haddock-library-1.11.0-JTyg2hEy26hLcpRPKRpKNn
  13257. 2643.24 s [ghcide] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  13258. 2643.24 s [ghcide] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  13259. 2643.24 s [ghcide] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  13260. 2643.24 s [ghcide] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  13261. 2643.24 s [ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13262. 2643.24 s [ghcide] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  13263. 2643.24 s [ghcide] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  13264. 2643.24 s [ghcide] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  13265. 2643.24 s [ghcide] include list-t-1.0.5.7-BOnwoxq6tDaJr8O3teHp4K
  13266. 2643.24 s [ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13267. 2643.24 s [ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13268. 2643.24 s [ghcide] include mtl-2.3.1-07d6
  13269. 2643.24 s [ghcide] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  13270. 2643.24 s [ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13271. 2643.24 s [ghcide] include os-string-2.0.4-1192
  13272. 2643.24 s [ghcide] include parallel-3.2.2.0-5fsxw07poNuAwHtqpcD3CY
  13273. 2643.24 s [ghcide] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  13274. 2643.24 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-6PQJV0a37kr9htTrgBHOWx
  13275. 2643.24 s [ghcide] include random-1.2.1.3-AmyB5M6i6upJCxKBwzEGRh
  13276. 2643.24 s [ghcide] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  13277. 2643.24 s [ghcide] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  13278. 2643.24 s [ghcide] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  13279. 2643.24 s [ghcide] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  13280. 2643.24 s [ghcide] include stm-2.5.3.1-662c
  13281. 2643.24 s [ghcide] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  13282. 2643.24 s [ghcide] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  13283. 2643.24 s [ghcide] include text-2.1.2-7514
  13284. 2643.24 s [ghcide] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  13285. 2643.24 s [ghcide] include time-1.12.2-9680
  13286. 2643.24 s [ghcide] include transformers-0.6.1.1-05a6
  13287. 2643.24 s [ghcide] include unix-2.8.6.0-a0e2
  13288. 2643.24 s [ghcide] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  13289. 2643.24 s [ghcide] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  13290. 2643.24 s [ghcide] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  13291. 2643.24 s [ghcide] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  13292. 2643.24 s [ghcide] Control.Concurrent.Strict=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Control.Concurrent.Strict,Development.IDE=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE,Development.IDE.Core.Actions=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Actions,Development.IDE.Core.Compile=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Compile,Development.IDE.Core.Debouncer=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Debouncer,Development.IDE.Core.FileStore=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.FileStore,Development.IDE.Core.FileUtils=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.FileUtils,Development.IDE.Core.IdeConfiguration=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.IdeConfiguration,Development.IDE.Core.OfInterest=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.OfInterest,Development.IDE.Core.PluginUtils=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.PluginUtils,Development.IDE.Core.PositionMapping=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.PositionMapping,Development.IDE.Core.Preprocessor=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Preprocessor,Development.IDE.Core.ProgressReporting=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.ProgressReporting,Development.IDE.Core.RuleTypes=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.RuleTypes,Development.IDE.Core.Rules=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Rules,Development.IDE.Core.Service=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Service,Development.IDE.Core.Shake=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Shake,Development.IDE.Core.Tracing=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Tracing,Development.IDE.Core.UseStale=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.UseStale,Development.IDE.Core.WorkerThread=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.WorkerThread,Development.IDE.GHC.Compat=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat,Development.IDE.GHC.Compat.CmdLine=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.CmdLine,Development.IDE.GHC.Compat.Core=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Core,Development.IDE.GHC.Compat.Driver=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Driver,Development.IDE.GHC.Compat.Env=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Env,Development.IDE.GHC.Compat.Error=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Error,Development.IDE.GHC.Compat.Iface=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Iface,Development.IDE.GHC.Compat.Logger=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Logger,Development.IDE.GHC.Compat.Outputable=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Outputable,Development.IDE.GHC.Compat.Parser=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Parser,Development.IDE.GHC.Compat.Plugins=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Plugins,Development.IDE.GHC.Compat.Units=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Units,Development.IDE.GHC.Compat.Util=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Util,Development.IDE.GHC.CoreFile=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.CoreFile,Development.IDE.GHC.Error=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Error,Development.IDE.GHC.Orphans=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Orphans,Development.IDE.GHC.Util=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Util,Development.IDE.Import.DependencyInformation=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Import.DependencyInformation,Development.IDE.Import.FindImports=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Import.FindImports,Development.IDE.LSP.HoverDefinition=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.HoverDefinition,Development.IDE.LSP.LanguageServer=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.LanguageServer,Development.IDE.LSP.Notifications=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.Notifications,Development.IDE.LSP.Outline=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.Outline,Development.IDE.LSP.Server=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.Server,Development.IDE.Main=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Main,Development.IDE.Main.HeapStats=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Main.HeapStats,Development.IDE.Monitoring.OpenTelemetry=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Monitoring.OpenTelemetry,Development.IDE.Plugin=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin,Development.IDE.Plugin.Completions=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.Completions,Development.IDE.Plugin.Completions.Logic=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.Completions.Logic,Development.IDE.Plugin.Completions.Types=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.Completions.Types,Development.IDE.Plugin.HLS=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.HLS,Development.IDE.Plugin.HLS.GhcIde=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.HLS.GhcIde,Development.IDE.Plugin.Test=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.Test,Development.IDE.Plugin.TypeLenses=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.TypeLenses,Development.IDE.Session=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Session,Development.IDE.Session.Diagnostics=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Session.Diagnostics,Development.IDE.Session.Implicit=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Session.Implicit,Development.IDE.Spans.AtPoint=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.AtPoint,Development.IDE.Spans.Common=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.Common,Development.IDE.Spans.Documentation=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.Documentation,Development.IDE.Spans.LocalBindings=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.LocalBindings,Development.IDE.Spans.Pragmas=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.Pragmas,Development.IDE.Types.Diagnostics=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Diagnostics,Development.IDE.Types.Exports=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Exports,Development.IDE.Types.HscEnvEq=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.HscEnvEq,Development.IDE.Types.KnownTargets=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.KnownTargets,Development.IDE.Types.Location=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Location,Development.IDE.Types.Monitoring=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Monitoring,Development.IDE.Types.Options=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Options,Development.IDE.Types.Shake=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Shake,Generics.SYB.GHC=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Generics.SYB.GHC,Text.Fuzzy.Parallel=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Text.Fuzzy.Parallel
  13293. 2643.24 s [ghcide] unit ghcide-2.12.0.0-10KODyNss5aHjq2HWkBptf-ghcide
  13294. 2643.24 s [ghcide] include base-4.20.1.0-f445
  13295. 2643.24 s [ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13296. 2643.24 s [ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13297. 2643.24 s [ghcide] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13298. 2643.24 s [ghcide] include gitrev-1.3.1-5N1vaCJSguILBTEC6ZF0JZ
  13299. 2643.24 s [ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13300. 2643.24 s [ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13301. 2643.24 s [ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13302. 2643.24 s [ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13303. 2643.24 s [ghcide] Ready component graph:
  13304. 2643.24 s [ghcide] definite ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13305. 2643.24 s [ghcide] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  13306. 2643.24 s [ghcide] depends Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  13307. 2643.24 s [ghcide] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  13308. 2643.24 s [ghcide] depends array-0.5.8.0-cc9a
  13309. 2643.24 s [ghcide] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  13310. 2643.24 s [ghcide] depends base-4.20.1.0-f445
  13311. 2643.24 s [ghcide] depends base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  13312. 2643.24 s [ghcide] depends binary-0.8.9.3-9c52
  13313. 2643.24 s [ghcide] depends bytestring-0.12.2.0-214a
  13314. 2643.24 s [ghcide] depends case-insensitive-1.2.1.0-vU7iwxIkw6BDRoJiOKUX9
  13315. 2643.24 s [ghcide] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  13316. 2643.24 s [ghcide] depends containers-0.7-6571
  13317. 2643.24 s [ghcide] depends cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  13318. 2643.24 s [ghcide] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13319. 2643.24 s [ghcide] depends deepseq-1.5.0.0-e166
  13320. 2643.24 s [ghcide] depends dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  13321. 2643.24 s [ghcide] depends dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  13322. 2643.24 s [ghcide] depends directory-1.3.8.5-159c
  13323. 2643.24 s [ghcide] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  13324. 2643.24 s [ghcide] depends enummapset-0.7.3.0-83zBcgAIiKr1fHwqucnrZL
  13325. 2643.24 s [ghcide] depends exceptions-0.10.9-9158
  13326. 2643.24 s [ghcide] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13327. 2643.24 s [ghcide] depends filepath-1.5.4.0-8593
  13328. 2643.24 s [ghcide] depends fingertree-0.1.6.2-1lNdNO4Gz5uBDmiMG9OkLP
  13329. 2643.24 s [ghcide] depends focus-1.0.3.2-A1mcknJtcM99CPf9n92aCp
  13330. 2643.24 s [ghcide] depends ghc-9.10.2-2a2a
  13331. 2643.24 s [ghcide] depends ghc-boot-9.10.2-578d
  13332. 2643.24 s [ghcide] depends ghc-boot-th-9.10.2-7d1d
  13333. 2643.24 s [ghcide] depends ghc-trace-events-0.1.2.10-JBjDTLUoSWGBT7rrd8wL2n
  13334. 2643.24 s [ghcide] depends haddock-library-1.11.0-JTyg2hEy26hLcpRPKRpKNn
  13335. 2643.24 s [ghcide] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  13336. 2643.24 s [ghcide] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  13337. 2643.25 s [ghcide] depends hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  13338. 2643.25 s [ghcide] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  13339. 2643.25 s [ghcide] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13340. 2643.25 s [ghcide] depends implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  13341. 2643.25 s [ghcide] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  13342. 2643.25 s [ghcide] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  13343. 2643.25 s [ghcide] depends list-t-1.0.5.7-BOnwoxq6tDaJr8O3teHp4K
  13344. 2643.25 s [ghcide] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13345. 2643.25 s [ghcide] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13346. 2643.25 s [ghcide] depends mtl-2.3.1-07d6
  13347. 2643.25 s [ghcide] depends opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  13348. 2643.25 s [ghcide] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13349. 2643.25 s [ghcide] depends os-string-2.0.4-1192
  13350. 2643.25 s [ghcide] depends parallel-3.2.2.0-5fsxw07poNuAwHtqpcD3CY
  13351. 2643.25 s [ghcide] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  13352. 2643.25 s [ghcide] depends prettyprinter-ansi-terminal-1.1.3-6PQJV0a37kr9htTrgBHOWx
  13353. 2643.25 s [ghcide] depends random-1.2.1.3-AmyB5M6i6upJCxKBwzEGRh
  13354. 2643.25 s [ghcide] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  13355. 2643.25 s [ghcide] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  13356. 2643.25 s [ghcide] depends sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  13357. 2643.25 s [ghcide] depends sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  13358. 2643.25 s [ghcide] depends stm-2.5.3.1-662c
  13359. 2643.25 s [ghcide] depends stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  13360. 2643.25 s [ghcide] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  13361. 2643.25 s [ghcide] depends text-2.1.2-7514
  13362. 2643.25 s [ghcide] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  13363. 2643.25 s [ghcide] depends time-1.12.2-9680
  13364. 2643.25 s [ghcide] depends transformers-0.6.1.1-05a6
  13365. 2643.25 s [ghcide] depends unix-2.8.6.0-a0e2
  13366. 2643.25 s [ghcide] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  13367. 2643.25 s [ghcide] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  13368. 2643.25 s [ghcide] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  13369. 2643.25 s [ghcide] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  13370. 2643.25 s [ghcide] definite ghcide-2.12.0.0-10KODyNss5aHjq2HWkBptf-ghcide
  13371. 2643.25 s [ghcide] depends base-4.20.1.0-f445
  13372. 2643.25 s [ghcide] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13373. 2643.25 s [ghcide] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13374. 2643.25 s [ghcide] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13375. 2643.25 s [ghcide] depends gitrev-1.3.1-5N1vaCJSguILBTEC6ZF0JZ
  13376. 2643.25 s [ghcide] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13377. 2643.25 s [ghcide] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13378. 2643.25 s [ghcide] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13379. 2643.25 s [ghcide] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13380. 2643.25 s [ghcide] Using Cabal-3.12.1.0 compiled by ghc-9.10
  13381. 2643.25 s [ghcide] Using compiler: ghc-9.10.2
  13382. 2643.25 s [ghcide] Using install prefix:
  13383. 2643.25 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  13384. 2643.25 s [ghcide] Executables installed in:
  13385. 2643.25 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin
  13386. 2643.25 s [ghcide] Libraries installed in:
  13387. 2643.25 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13388. 2643.25 s [ghcide] Dynamic Libraries installed in:
  13389. 2643.25 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  13390. 2643.25 s [ghcide] Private executables installed in:
  13391. 2643.25 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/ghcide-2.12.0.0
  13392. 2643.25 s [ghcide] Data files installed in:
  13393. 2643.25 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/share/x86_64-linux-ghc-9.10.2-2a2a/ghcide-2.12.0.0
  13394. 2643.25 s [ghcide] Documentation installed in:
  13395. 2643.25 s [ghcide] /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc/share/doc/ghcide-2.12.0.0
  13396. 2643.25 s [ghcide] Configuration files installed in:
  13397. 2643.25 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/etc
  13398. 2643.25 s [ghcide] No alex found
  13399. 2643.25 s [ghcide] Using ar found on system at:
  13400. 2643.25 s [ghcide] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  13401. 2643.25 s [ghcide] No c2hs found
  13402. 2643.25 s [ghcide] No cpphs found
  13403. 2643.25 s [ghcide] No doctest found
  13404. 2643.25 s [ghcide] Using gcc version 14.3.0 given by user at:
  13405. 2643.25 s [ghcide] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  13406. 2643.25 s [ghcide] Using ghc version 9.10.2 found on system at:
  13407. 2643.26 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  13408. 2643.26 s [ghcide] Using ghc-pkg version 9.10.2 found on system at:
  13409. 2643.26 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  13410. 2643.26 s [ghcide] No ghcjs found
  13411. 2643.26 s [ghcide] No ghcjs-pkg found
  13412. 2643.26 s [ghcide] No greencard found
  13413. 2643.26 s [ghcide] Using haddock version 2.31.0 found on system at:
  13414. 2643.26 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  13415. 2643.26 s [ghcide] No happy found
  13416. 2643.26 s [ghcide] Using haskell-suite found on system at: haskell-suite-dummy-location
  13417. 2643.26 s [ghcide] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13418. 2643.26 s [ghcide] No hmake found
  13419. 2643.26 s [ghcide] Using hpc version 0.69 found on system at:
  13420. 2643.26 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  13421. 2643.26 s [ghcide] Using hsc2hs version 0.68.10 found on system at:
  13422. 2643.26 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  13423. 2643.26 s [ghcide] Using hscolour version 1.25 found on system at:
  13424. 2643.26 s [ghcide] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  13425. 2643.26 s [ghcide] No jhc found
  13426. 2643.26 s [ghcide] Using ld found on system at:
  13427. 2643.26 s [ghcide] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  13428. 2643.26 s [ghcide] No pkg-config found
  13429. 2643.26 s [ghcide] Using runghc version 9.10.2 found on system at:
  13430. 2643.26 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  13431. 2643.26 s [ghcide] Using strip version 2.44 found on system at:
  13432. 2643.26 s [ghcide] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  13433. 2643.26 s [ghcide] Using tar found on system at:
  13434. 2643.26 s [ghcide] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  13435. 2643.26 s [ghcide] No uhc found
  13436. 2643.76 s [ghcide] Phase: buildPhase
  13437. 2643.84 s [ghcide] Preprocessing library for ghcide-2.12.0.0...
  13438. 2643.85 s [ghcide] Building library for ghcide-2.12.0.0...
  13439. 2644.71 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  13440. 2644.71 s [ghcide] The following packages were specified via -package or -package-id flags,
  13441. 2644.71 s [ghcide] but were not needed for compilation:
  13442. 2644.71 s [ghcide] - os-string-2.0.4 (exposed by flag -package-id os-string-2.0.4-1192)
  13443. 2644.71 s [ghcide]
  13444. 2644.73 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 )
  13445. 2645.09 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 )
  13446. 2645.40 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 )
  13447. 2645.40 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 )
  13448. 2645.57 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  13449. 2645.57 s [ghcide] The import of ‘Data.List’ is redundant
  13450. 2645.57 s [ghcide] except perhaps to import instances from ‘Data.List’
  13451. 2645.57 s [ghcide] To import instances alone, use: import Data.List()
  13452. 2645.57 s [ghcide] |
  13453. 2645.57 s [ghcide] 31 | import Data.List
  13454. 2645.57 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  13455. 2645.57 s [ghcide]
  13456. 2646.31 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 )
  13457. 2646.31 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  13458. 2646.31 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  13459. 2646.31 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  13460. 2646.31 s [ghcide] |
  13461. 2646.31 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  13462. 2646.31 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13463. 2646.31 s [ghcide]
  13464. 2646.31 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  13465. 2646.31 s [ghcide] The import of ‘Exception, fromException’
  13466. 2646.31 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  13467. 2646.31 s [ghcide] |
  13468. 2646.31 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  13469. 2646.31 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13470. 2646.31 s [ghcide]
  13471. 2646.31 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 )
  13472. 2646.31 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 )
  13473. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:271:5: warning: [GHC-75356] [-Wdodgy-exports]
  13474. 2646.31 s [ghcide] The export item ‘Warn(..)’ suggests that
  13475. 2646.31 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  13476. 2646.31 s [ghcide] but it has none
  13477. 2646.31 s [ghcide] |
  13478. 2646.31 s [ghcide] 271 | Warn(..),
  13479. 2646.31 s [ghcide] | ^^^^^^^^
  13480. 2646.31 s [ghcide]
  13481. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:365:5: warning: [GHC-47854] [-Wduplicate-exports]
  13482. 2646.31 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  13483. 2646.31 s [ghcide] |
  13484. 2646.31 s [ghcide] 365 | module GHC.Utils.Panic,
  13485. 2646.31 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  13486. 2646.31 s [ghcide]
  13487. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:419:47: warning: [GHC-99623] [-Wdodgy-imports]
  13488. 2646.31 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  13489. 2646.31 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  13490. 2646.31 s [ghcide] but it has none
  13491. 2646.31 s [ghcide] |
  13492. 2646.31 s [ghcide] 419 | import GHC.Driver.CmdLine (Warn (..))
  13493. 2646.31 s [ghcide] | ^^^^^^^^^
  13494. 2646.31 s [ghcide]
  13495. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:451:76: warning: [GHC-61689] [-Wdodgy-imports]
  13496. 2646.31 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
  13497. 2646.31 s [ghcide] |
  13498. 2646.31 s [ghcide] 451 | anyM, concatMapM, mapMaybeM, foldMapM,
  13499. 2646.31 s [ghcide] | ^^^^^^^^
  13500. 2646.31 s [ghcide]
  13501. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:485:1: warning: [GHC-66111] [-Wunused-imports]
  13502. 2646.31 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  13503. 2646.31 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  13504. 2646.31 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  13505. 2646.31 s [ghcide] |
  13506. 2646.31 s [ghcide] 485 | import GHC.Data.Bag
  13507. 2646.31 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13508. 2646.31 s [ghcide]
  13509. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:752:1: warning: [GHC-38417] [-Wmissing-signatures]
  13510. 2646.31 s [ghcide] Top-level binding with no type signature:
  13511. 2646.31 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  13512. 2646.31 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  13513. 2646.31 s [ghcide] |
  13514. 2646.31 s [ghcide] 752 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  13515. 2646.31 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  13516. 2646.31 s [ghcide]
  13517. 2646.31 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 )
  13518. 2646.31 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 )
  13519. 2646.31 s [ghcide] [10 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 )
  13520. 2646.31 s [ghcide] [11 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 )
  13521. 2646.31 s [ghcide] [12 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 )
  13522. 2646.31 s [ghcide] [13 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 )
  13523. 2646.31 s [ghcide] [14 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 )
  13524. 2646.31 s [ghcide] [15 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 )
  13525. 2646.31 s [ghcide] [16 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 )
  13526. 2646.31 s [ghcide] [17 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 )
  13527. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat.hs:118:1: warning: [GHC-66111] [-Wunused-imports]
  13528. 2646.31 s [ghcide] The import of ‘Data.List’ is redundant
  13529. 2646.31 s [ghcide] except perhaps to import instances from ‘Data.List’
  13530. 2646.31 s [ghcide] To import instances alone, use: import Data.List()
  13531. 2646.31 s [ghcide] |
  13532. 2646.31 s [ghcide] 118 | import Data.List (foldl')
  13533. 2646.31 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13534. 2646.31 s [ghcide]
  13535. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat.hs:262:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  13536. 2646.31 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  13537. 2646.31 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  13538. 2646.31 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  13539. 2646.31 s [ghcide] This makes type inference for inner bindings fragile;
  13540. 2646.31 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  13541. 2646.31 s [ghcide] • In the type signature:
  13542. 2646.31 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  13543. 2646.31 s [ghcide] GenLocated a e -> GenLocated b e
  13544. 2646.31 s [ghcide] |
  13545. 2646.31 s [ghcide] 262 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  13546. 2646.31 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13547. 2646.31 s [ghcide]
  13548. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat.hs:309:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  13549. 2646.31 s [ghcide] Pattern match(es) are non-exhaustive
  13550. 2646.31 s [ghcide] In a pattern binding:
  13551. 2646.31 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  13552. 2646.31 s [ghcide] |
  13553. 2646.31 s [ghcide] 309 | let Just src_file = ml_hs_file $ ms_location ms
  13554. 2646.31 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13555. 2646.31 s [ghcide]
  13556. 2646.31 s [ghcide] src/Development/IDE/GHC/Compat.hs:467:1: warning: [GHC-38417] [-Wmissing-signatures]
  13557. 2646.31 s [ghcide] Top-level binding with no type signature:
  13558. 2646.31 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  13559. 2646.31 s [ghcide] |
  13560. 2646.31 s [ghcide] 467 | extract_cons (NewTypeCon x) = [x]
  13561. 2646.31 s [ghcide] | ^^^^^^^^^^^^
  13562. 2646.31 s [ghcide]
  13563. 2646.71 s [ghcide] [18 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 )
  13564. 2647.23 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 )
  13565. 2647.23 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 )
  13566. 2647.23 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 )
  13567. 2647.23 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 )
  13568. 2647.23 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 )
  13569. 2647.23 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 )
  13570. 2647.23 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 )
  13571. 2647.23 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  13572. 2647.23 s [ghcide] The import of ‘Control.Applicative’ is redundant
  13573. 2647.23 s [ghcide] except perhaps to import instances from ‘Control.Applicative’
  13574. 2647.23 s [ghcide] To import instances alone, use: import Control.Applicative()
  13575. 2647.23 s [ghcide] |
  13576. 2647.23 s [ghcide] 32 | import Control.Applicative ((<|>))
  13577. 2647.23 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13578. 2647.23 s [ghcide]
  13579. 2647.23 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:58:1: warning: [GHC-66111] [-Wunused-imports]
  13580. 2647.23 s [ghcide] The import of ‘Text.Printf’ is redundant
  13581. 2647.23 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  13582. 2647.23 s [ghcide] To import instances alone, use: import Text.Printf()
  13583. 2647.23 s [ghcide] |
  13584. 2647.23 s [ghcide] 58 | import Text.Printf (printf)
  13585. 2647.23 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13586. 2647.23 s [ghcide]
  13587. 2647.47 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 )
  13588. 2647.84 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 )
  13589. 2647.84 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 )
  13590. 2647.84 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 )
  13591. 2648.80 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 )
  13592. 2648.89 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 )
  13593. 2648.89 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 )
  13594. 2649.49 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 )
  13595. 2649.49 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 )
  13596. 2649.49 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [GHC-66111] [-Wunused-imports]
  13597. 2649.49 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  13598. 2649.49 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  13599. 2649.49 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  13600. 2649.49 s [ghcide] |
  13601. 2649.50 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  13602. 2649.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13603. 2649.50 s [ghcide]
  13604. 2649.50 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  13605. 2649.50 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  13606. 2649.50 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  13607. 2649.50 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  13608. 2649.50 s [ghcide] |
  13609. 2649.50 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  13610. 2649.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13611. 2649.50 s [ghcide]
  13612. 2649.50 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  13613. 2649.50 s [ghcide] The import of ‘System.Directory’ is redundant
  13614. 2649.50 s [ghcide] except perhaps to import instances from ‘System.Directory’
  13615. 2649.50 s [ghcide] To import instances alone, use: import System.Directory()
  13616. 2649.50 s [ghcide] |
  13617. 2649.50 s [ghcide] 30 | import System.Directory (makeAbsolute)
  13618. 2649.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13619. 2649.50 s [ghcide]
  13620. 2649.50 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [GHC-40910] [-Wunused-matches]
  13621. 2649.50 s [ghcide] Defined but not used: ‘mod_cache’
  13622. 2649.50 s [ghcide] |
  13623. 2649.50 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  13624. 2649.50 s [ghcide] | ^^^^^^^^^
  13625. 2649.50 s [ghcide]
  13626. 2649.50 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  13627. 2649.50 s [ghcide] Defined but not used: ‘file_cache’
  13628. 2649.50 s [ghcide] |
  13629. 2649.50 s [ghcide] 57 | file_cache <- newIORef M.empty
  13630. 2649.50 s [ghcide] | ^^^^^^^^^^
  13631. 2649.50 s [ghcide]
  13632. 2649.50 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 )
  13633. 2649.50 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 )
  13634. 2649.50 s [ghcide] src/Development/IDE/Import/FindImports.hs:200:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  13635. 2649.50 s [ghcide] Pattern match(es) are non-exhaustive
  13636. 2649.50 s [ghcide] In a record update:
  13637. 2649.50 s [ghcide] Patterns of type ‘FindResult’ not matched:
  13638. 2649.50 s [ghcide] Found _ _
  13639. 2649.50 s [ghcide] NoPackage _
  13640. 2649.50 s [ghcide] FoundMultiple _
  13641. 2649.50 s [ghcide] |
  13642. 2649.50 s [ghcide] 200 | notFound
  13643. 2649.50 s [ghcide] | ^^^^^^^^...
  13644. 2649.50 s [ghcide]
  13645. 2649.50 s [ghcide] src/Development/IDE/Import/FindImports.hs:213:15: warning: [GHC-62161] [-Wincomplete-record-updates]
  13646. 2649.50 s [ghcide] Pattern match(es) are non-exhaustive
  13647. 2649.50 s [ghcide] In a record update:
  13648. 2649.50 s [ghcide] Patterns of type ‘FindResult’ not matched:
  13649. 2649.50 s [ghcide] Found _ _
  13650. 2649.50 s [ghcide] NoPackage _
  13651. 2649.50 s [ghcide] FoundMultiple _
  13652. 2649.50 s [ghcide] |
  13653. 2649.50 s [ghcide] 213 | in notFound {fr_unusables = unusables'}
  13654. 2649.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13655. 2649.50 s [ghcide]
  13656. 2649.50 s [ghcide] src/Development/IDE/Import/FindImports.hs:215:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  13657. 2649.50 s [ghcide] Pattern match(es) are non-exhaustive
  13658. 2649.50 s [ghcide] In a record update:
  13659. 2649.50 s [ghcide] Patterns of type ‘FindResult’ not matched:
  13660. 2649.50 s [ghcide] Found _ _
  13661. 2649.50 s [ghcide] NoPackage _
  13662. 2649.50 s [ghcide] FoundMultiple _
  13663. 2649.50 s [ghcide] |
  13664. 2649.50 s [ghcide] 215 | notFound {fr_suggestions = suggest}
  13665. 2649.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13666. 2649.50 s [ghcide]
  13667. 2649.50 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 )
  13668. 2649.68 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 )
  13669. 2651.28 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 )
  13670. 2651.28 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 )
  13671. 2651.28 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 )
  13672. 2651.28 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 )
  13673. 2651.28 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 )
  13674. 2651.28 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 )
  13675. 2651.50 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 )
  13676. 2651.67 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 )
  13677. 2651.67 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 )
  13678. 2651.77 s [ghcide] src/Development/IDE/Core/Shake.hs:110:58: warning: [GHC-38856] [-Wunused-imports]
  13679. 2651.84 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  13680. 2651.84 s [ghcide] |
  13681. 2651.84 s [ghcide] 110 | import Data.List.Extra (foldl', partition,
  13682. 2651.84 s [ghcide] | ^^^^^^
  13683. 2651.84 s [ghcide]
  13684. 2654.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 )
  13685. 2654.70 s [lsp-test] unoverrides global message timeout [✔]
  13686. 2654.70 s [lsp-test] SessionException
  13687. 2656.72 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 )
  13688. 2656.72 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 )
  13689. 2656.72 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 )
  13690. 2656.72 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 )
  13691. 2656.72 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 )
  13692. 2657.05 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 )
  13693. 2657.08 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 )
  13694. 2657.08 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 )
  13695. 2657.49 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 )
  13696. 2657.76 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 )
  13697. 2658.43 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 )
  13698. 2658.43 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 )
  13699. 2658.43 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 )
  13700. 2658.43 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 )
  13701. 2658.43 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 )
  13702. 2658.72 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 )
  13703. 2658.72 s [ghcide] src/Development/IDE/Core/Rules.hs:1232:33: warning: [GHC-02256] [-Wambiguous-fields]
  13704. 2658.72 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  13705. 2658.72 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  13706. 2658.72 s [ghcide] Consider disambiguating using module qualification instead.
  13707. 2658.72 s [ghcide] |
  13708. 2658.72 s [ghcide] 1232 | loadGhcSession recorder def{fullModuleGraph}
  13709. 2658.72 s [ghcide] | ^^^^^^^^^^^^^^^
  13710. 2658.72 s [ghcide]
  13711. 2660.55 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 )
  13712. 2663.64 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 )
  13713. 2663.67 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 )
  13714. 2663.67 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.o, dist/build/Development/IDE.dyn_o )
  13715. 2663.67 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 )
  13716. 2663.67 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  13717. 2663.67 s [ghcide] Pattern match(es) are non-exhaustive
  13718. 2663.67 s [ghcide] In a record update:
  13719. 2663.67 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13720. 2663.67 s [ghcide] |
  13721. 2663.67 s [ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  13722. 2663.67 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13723. 2663.67 s [ghcide]
  13724. 2663.67 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning: [GHC-62161] [-Wincomplete-record-updates]
  13725. 2663.67 s [ghcide] Pattern match(es) are non-exhaustive
  13726. 2663.67 s [ghcide] In a record update:
  13727. 2663.67 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13728. 2663.67 s [ghcide] |
  13729. 2663.67 s [ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
  13730. 2663.67 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13731. 2663.67 s [ghcide]
  13732. 2663.67 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13733. 2663.67 s [ghcide] Pattern match(es) are non-exhaustive
  13734. 2663.67 s [ghcide] In a record update:
  13735. 2663.67 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13736. 2663.67 s [ghcide] |
  13737. 2663.67 s [ghcide] 160 | defaultParserState
  13738. 2663.67 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13739. 2663.67 s [ghcide]
  13740. 2663.67 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13741. 2663.67 s [ghcide] Pattern match(es) are non-exhaustive
  13742. 2663.67 s [ghcide] In a record update:
  13743. 2663.67 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13744. 2663.67 s [ghcide] |
  13745. 2663.67 s [ghcide] 165 | defaultParserState
  13746. 2663.67 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13747. 2663.67 s [ghcide]
  13748. 2663.67 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning: [GHC-62161] [-Wincomplete-record-updates]
  13749. 2663.67 s [ghcide] Pattern match(es) are non-exhaustive
  13750. 2663.67 s [ghcide] In a record update:
  13751. 2663.67 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13752. 2663.67 s [ghcide] |
  13753. 2663.67 s [ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
  13754. 2663.67 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13755. 2663.67 s [ghcide]
  13756. 2663.67 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13757. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13758. 2663.68 s [ghcide] In a record update:
  13759. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13760. 2663.68 s [ghcide] |
  13761. 2663.68 s [ghcide] 171 | defaultParserState
  13762. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13763. 2663.68 s [ghcide]
  13764. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  13765. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13766. 2663.68 s [ghcide] In a record update:
  13767. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13768. 2663.68 s [ghcide] |
  13769. 2663.68 s [ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  13770. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13771. 2663.68 s [ghcide]
  13772. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13773. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13774. 2663.68 s [ghcide] In a record update:
  13775. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13776. 2663.68 s [ghcide] |
  13777. 2663.68 s [ghcide] 186 | defaultParserState
  13778. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13779. 2663.68 s [ghcide]
  13780. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13781. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13782. 2663.68 s [ghcide] In a record update:
  13783. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13784. 2663.68 s [ghcide] |
  13785. 2663.68 s [ghcide] 193 | defaultParserState
  13786. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13787. 2663.68 s [ghcide]
  13788. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13789. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13790. 2663.68 s [ghcide] In a record update:
  13791. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13792. 2663.68 s [ghcide] |
  13793. 2663.68 s [ghcide] 203 | defaultParserState{
  13794. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  13795. 2663.68 s [ghcide]
  13796. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13797. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13798. 2663.68 s [ghcide] In a record update:
  13799. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched:
  13800. 2663.68 s [ghcide] ParserStateDone _
  13801. 2663.68 s [ghcide] ParserStateDone _
  13802. 2663.68 s [ghcide] |
  13803. 2663.68 s [ghcide] 207 | defaultParserState{
  13804. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  13805. 2663.68 s [ghcide]
  13806. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning: [GHC-62161] [-Wincomplete-record-updates]
  13807. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13808. 2663.68 s [ghcide] In a record update:
  13809. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13810. 2663.68 s [ghcide] |
  13811. 2663.68 s [ghcide] 214 | defaultParserState{ isLastTokenHash = True }
  13812. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13813. 2663.68 s [ghcide]
  13814. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13815. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13816. 2663.68 s [ghcide] In a record update:
  13817. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13818. 2663.68 s [ghcide] |
  13819. 2663.68 s [ghcide] 223 | defaultParserState{
  13820. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  13821. 2663.68 s [ghcide]
  13822. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning: [GHC-62161] [-Wincomplete-record-updates]
  13823. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13824. 2663.68 s [ghcide] In a record update:
  13825. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13826. 2663.68 s [ghcide] |
  13827. 2663.68 s [ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
  13828. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13829. 2663.68 s [ghcide]
  13830. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  13831. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13832. 2663.68 s [ghcide] In a record update:
  13833. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13834. 2663.68 s [ghcide] |
  13835. 2663.68 s [ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  13836. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13837. 2663.68 s [ghcide]
  13838. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13839. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13840. 2663.68 s [ghcide] In a record update:
  13841. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13842. 2663.68 s [ghcide] |
  13843. 2663.68 s [ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
  13844. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13845. 2663.68 s [ghcide]
  13846. 2663.68 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13847. 2663.68 s [ghcide] Pattern match(es) are non-exhaustive
  13848. 2663.68 s [ghcide] In a record update:
  13849. 2663.68 s [ghcide] Patterns of type ‘ParserState’ not matched:
  13850. 2663.68 s [ghcide] ParserStateDone _
  13851. 2663.68 s [ghcide] ParserStateDone _
  13852. 2663.68 s [ghcide] |
  13853. 2663.68 s [ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
  13854. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13855. 2663.68 s [ghcide]
  13856. 2663.68 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 )
  13857. 2663.68 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:19:56: warning: [GHC-38856] [-Wunused-imports]
  13858. 2663.68 s [ghcide] The import of ‘to’ from module ‘Control.Lens’ is redundant
  13859. 2663.68 s [ghcide] |
  13860. 2663.68 s [ghcide] 19 | import Control.Lens (to, (?~), (^?))
  13861. 2663.68 s [ghcide] | ^^
  13862. 2663.68 s [ghcide]
  13863. 2663.68 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:55:56: warning: [GHC-38856] [-Wunused-imports]
  13864. 2663.68 s [ghcide] The import of ‘stripTcRnMessageContext’
  13865. 2663.68 s [ghcide] from module ‘Development.IDE.GHC.Compat.Error’ is redundant
  13866. 2663.68 s [ghcide] |
  13867. 2663.68 s [ghcide] 55 | stripTcRnMessageContext)
  13868. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^
  13869. 2663.68 s [ghcide]
  13870. 2663.68 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  13871. 2663.68 s [ghcide] The import of ‘Text.Regex.TDFA’ is redundant
  13872. 2663.68 s [ghcide] except perhaps to import instances from ‘Text.Regex.TDFA’
  13873. 2663.68 s [ghcide] To import instances alone, use: import Text.Regex.TDFA()
  13874. 2663.68 s [ghcide] |
  13875. 2663.68 s [ghcide] 93 | import Text.Regex.TDFA ((=~))
  13876. 2663.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13877. 2663.68 s [ghcide]
  13878. 2663.68 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 )
  13879. 2663.68 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 )
  13880. 2663.68 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 )
  13881. 2663.68 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 )
  13882. 2663.68 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 )
  13883. 2663.68 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 )
  13884. 2663.68 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 )
  13885. 2664.70 s [lsp-test] throw on time out [✔]
  13886. 2665.68 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  13887. 2665.68 s [ghcide] The following packages were specified via -package or -package-id flags,
  13888. 2665.68 s [ghcide] but were not needed for compilation:
  13889. 2665.68 s [ghcide] - os-string-2.0.4 (exposed by flag -package-id os-string-2.0.4-1192)
  13890. 2665.68 s [ghcide]
  13891. 2665.70 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.p_o )
  13892. 2666.13 s [ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.p_o )
  13893. 2666.40 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.p_o )
  13894. 2666.40 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.p_o )
  13895. 2666.57 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  13896. 2666.57 s [ghcide] The import of ‘Data.List’ is redundant
  13897. 2666.57 s [ghcide] except perhaps to import instances from ‘Data.List’
  13898. 2666.57 s [ghcide] To import instances alone, use: import Data.List()
  13899. 2666.57 s [ghcide] |
  13900. 2666.57 s [ghcide] 31 | import Data.List
  13901. 2666.57 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  13902. 2666.57 s [ghcide]
  13903. 2667.28 s [ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.p_o )
  13904. 2667.28 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  13905. 2667.28 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  13906. 2667.28 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  13907. 2667.28 s [ghcide] |
  13908. 2667.28 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  13909. 2667.28 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13910. 2667.28 s [ghcide]
  13911. 2667.28 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  13912. 2667.28 s [ghcide] The import of ‘Exception, fromException’
  13913. 2667.28 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  13914. 2667.28 s [ghcide] |
  13915. 2667.28 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  13916. 2667.28 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13917. 2667.28 s [ghcide]
  13918. 2667.28 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 )
  13919. 2667.28 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 )
  13920. 2667.28 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:271:5: warning: [GHC-75356] [-Wdodgy-exports]
  13921. 2667.28 s [ghcide] The export item ‘Warn(..)’ suggests that
  13922. 2667.28 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  13923. 2667.28 s [ghcide] but it has none
  13924. 2667.28 s [ghcide] |
  13925. 2667.28 s [ghcide] 271 | Warn(..),
  13926. 2667.28 s [ghcide] | ^^^^^^^^
  13927. 2667.28 s [ghcide]
  13928. 2667.28 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:365:5: warning: [GHC-47854] [-Wduplicate-exports]
  13929. 2667.28 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  13930. 2667.28 s [ghcide] |
  13931. 2667.28 s [ghcide] 365 | module GHC.Utils.Panic,
  13932. 2667.28 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  13933. 2667.28 s [ghcide]
  13934. 2667.28 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:419:47: warning: [GHC-99623] [-Wdodgy-imports]
  13935. 2667.28 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  13936. 2667.28 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  13937. 2667.28 s [ghcide] but it has none
  13938. 2667.28 s [ghcide] |
  13939. 2667.28 s [ghcide] 419 | import GHC.Driver.CmdLine (Warn (..))
  13940. 2667.28 s [ghcide] | ^^^^^^^^^
  13941. 2667.28 s [ghcide]
  13942. 2667.28 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:451:76: warning: [GHC-61689] [-Wdodgy-imports]
  13943. 2667.28 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
  13944. 2667.28 s [ghcide] |
  13945. 2667.28 s [ghcide] 451 | anyM, concatMapM, mapMaybeM, foldMapM,
  13946. 2667.28 s [ghcide] | ^^^^^^^^
  13947. 2667.28 s [ghcide]
  13948. 2667.29 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:485:1: warning: [GHC-66111] [-Wunused-imports]
  13949. 2667.29 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  13950. 2667.29 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  13951. 2667.29 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  13952. 2667.29 s [ghcide] |
  13953. 2667.29 s [ghcide] 485 | import GHC.Data.Bag
  13954. 2667.29 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13955. 2667.29 s [ghcide]
  13956. 2667.29 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:752:1: warning: [GHC-38417] [-Wmissing-signatures]
  13957. 2667.29 s [ghcide] Top-level binding with no type signature:
  13958. 2667.29 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  13959. 2667.29 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  13960. 2667.29 s [ghcide] |
  13961. 2667.29 s [ghcide] 752 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  13962. 2667.29 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  13963. 2667.29 s [ghcide]
  13964. 2667.29 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 )
  13965. 2667.29 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 )
  13966. 2667.29 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.p_o )
  13967. 2667.29 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.p_o )
  13968. 2667.29 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.p_o )
  13969. 2667.29 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.p_o )
  13970. 2667.29 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.p_o )
  13971. 2667.29 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.p_o )
  13972. 2667.29 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.p_o )
  13973. 2667.29 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.p_o )
  13974. 2667.29 s [ghcide] src/Development/IDE/GHC/Compat.hs:118:1: warning: [GHC-66111] [-Wunused-imports]
  13975. 2667.29 s [ghcide] The import of ‘Data.List’ is redundant
  13976. 2667.29 s [ghcide] except perhaps to import instances from ‘Data.List’
  13977. 2667.29 s [ghcide] To import instances alone, use: import Data.List()
  13978. 2667.29 s [ghcide] |
  13979. 2667.29 s [ghcide] 118 | import Data.List (foldl')
  13980. 2667.29 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13981. 2667.29 s [ghcide]
  13982. 2667.29 s [ghcide] src/Development/IDE/GHC/Compat.hs:262:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  13983. 2667.29 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  13984. 2667.29 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  13985. 2667.29 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  13986. 2667.29 s [ghcide] This makes type inference for inner bindings fragile;
  13987. 2667.29 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  13988. 2667.29 s [ghcide] • In the type signature:
  13989. 2667.29 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  13990. 2667.29 s [ghcide] GenLocated a e -> GenLocated b e
  13991. 2667.29 s [ghcide] |
  13992. 2667.29 s [ghcide] 262 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  13993. 2667.29 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13994. 2667.29 s [ghcide]
  13995. 2667.29 s [ghcide] src/Development/IDE/GHC/Compat.hs:309:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  13996. 2667.29 s [ghcide] Pattern match(es) are non-exhaustive
  13997. 2667.29 s [ghcide] In a pattern binding:
  13998. 2667.29 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  13999. 2667.29 s [ghcide] |
  14000. 2667.29 s [ghcide] 309 | let Just src_file = ml_hs_file $ ms_location ms
  14001. 2667.29 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14002. 2667.29 s [ghcide]
  14003. 2667.29 s [ghcide] src/Development/IDE/GHC/Compat.hs:467:1: warning: [GHC-38417] [-Wmissing-signatures]
  14004. 2667.29 s [ghcide] Top-level binding with no type signature:
  14005. 2667.29 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  14006. 2667.29 s [ghcide] |
  14007. 2667.29 s [ghcide] 467 | extract_cons (NewTypeCon x) = [x]
  14008. 2667.29 s [ghcide] | ^^^^^^^^^^^^
  14009. 2667.29 s [ghcide]
  14010. 2667.80 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.p_o )
  14011. 2668.39 s [ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.p_o )
  14012. 2668.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 )
  14013. 2668.39 s [ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.p_o )
  14014. 2668.39 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 )
  14015. 2668.39 s [ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.p_o )
  14016. 2668.39 s [ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.p_o )
  14017. 2668.39 s [ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.p_o )
  14018. 2668.39 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  14019. 2668.39 s [ghcide] The import of ‘Control.Applicative’ is redundant
  14020. 2668.39 s [ghcide] except perhaps to import instances from ‘Control.Applicative’
  14021. 2668.39 s [ghcide] To import instances alone, use: import Control.Applicative()
  14022. 2668.39 s [ghcide] |
  14023. 2668.39 s [ghcide] 32 | import Control.Applicative ((<|>))
  14024. 2668.39 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14025. 2668.39 s [ghcide]
  14026. 2668.39 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:58:1: warning: [GHC-66111] [-Wunused-imports]
  14027. 2668.39 s [ghcide] The import of ‘Text.Printf’ is redundant
  14028. 2668.39 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  14029. 2668.39 s [ghcide] To import instances alone, use: import Text.Printf()
  14030. 2668.39 s [ghcide] |
  14031. 2668.39 s [ghcide] 58 | import Text.Printf (printf)
  14032. 2668.39 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14033. 2668.39 s [ghcide]
  14034. 2668.59 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 )
  14035. 2669.65 s [ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, dist/build/Development/IDE/GHC/Util.p_o )
  14036. 2669.65 s [ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, dist/build/Development/IDE/GHC/Orphans.p_o )
  14037. 2669.75 s [ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.p_o )
  14038. 2669.97 s [ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.p_o )
  14039. 2669.97 s [ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.p_o )
  14040. 2669.98 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 )
  14041. 2670.70 s [lsp-test] don't throw when no time out [✔]
  14042. 2670.70 s [lsp-test] UnexpectedMessageException
  14043. 2670.70 s [lsp-test] throws when there's an unexpected message [✔]
  14044. 2670.70 s [lsp-test] provides the correct types that were expected and received [✔]
  14045. 2670.70 s [lsp-test] config
  14046. 2670.70 s [lsp-test] updates config correctly [✔]
  14047. 2670.70 s [lsp-test] text document VFS
  14048. 2670.70 s [lsp-test] sends back didChange notifications (documentChanges) [✔]
  14049. 2670.71 s [lsp-test] sends back didChange notifications [✔]
  14050. 2670.71 s [lsp-test] getDocumentEdit
  14051. 2670.71 s [lsp-test] automatically consumes applyedit requests [✔]
  14052. 2670.71 s [lsp-test] getCodeActions
  14053. 2672.49 s [ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.p_o )
  14054. 2672.49 s [ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.p_o )
  14055. 2672.49 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [GHC-66111] [-Wunused-imports]
  14056. 2672.49 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  14057. 2672.49 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  14058. 2672.49 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  14059. 2672.49 s [ghcide] |
  14060. 2672.49 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  14061. 2672.49 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14062. 2672.49 s [ghcide]
  14063. 2672.49 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  14064. 2672.49 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  14065. 2672.49 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  14066. 2672.49 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  14067. 2672.49 s [ghcide] |
  14068. 2672.49 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  14069. 2672.49 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14070. 2672.49 s [ghcide]
  14071. 2672.49 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  14072. 2672.49 s [ghcide] The import of ‘System.Directory’ is redundant
  14073. 2672.49 s [ghcide] except perhaps to import instances from ‘System.Directory’
  14074. 2672.49 s [ghcide] To import instances alone, use: import System.Directory()
  14075. 2672.49 s [ghcide] |
  14076. 2672.49 s [ghcide] 30 | import System.Directory (makeAbsolute)
  14077. 2672.49 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14078. 2672.49 s [ghcide]
  14079. 2672.49 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [GHC-40910] [-Wunused-matches]
  14080. 2672.49 s [ghcide] Defined but not used: ‘mod_cache’
  14081. 2672.49 s [ghcide] |
  14082. 2672.49 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  14083. 2672.49 s [ghcide] | ^^^^^^^^^
  14084. 2672.49 s [ghcide]
  14085. 2672.49 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  14086. 2672.49 s [ghcide] Defined but not used: ‘file_cache’
  14087. 2672.49 s [ghcide] |
  14088. 2672.49 s [ghcide] 57 | file_cache <- newIORef M.empty
  14089. 2672.49 s [ghcide] | ^^^^^^^^^^
  14090. 2672.49 s [ghcide]
  14091. 2672.49 s [ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.p_o )
  14092. 2672.49 s [ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.p_o )
  14093. 2672.49 s [ghcide] src/Development/IDE/Import/FindImports.hs:200:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  14094. 2672.49 s [ghcide] Pattern match(es) are non-exhaustive
  14095. 2672.49 s [ghcide] In a record update:
  14096. 2672.49 s [ghcide] Patterns of type ‘FindResult’ not matched:
  14097. 2672.49 s [ghcide] Found _ _
  14098. 2672.49 s [ghcide] NoPackage _
  14099. 2672.49 s [ghcide] FoundMultiple _
  14100. 2672.49 s [ghcide] |
  14101. 2672.49 s [ghcide] 200 | notFound
  14102. 2672.49 s [ghcide] | ^^^^^^^^...
  14103. 2672.49 s [ghcide]
  14104. 2672.49 s [ghcide] src/Development/IDE/Import/FindImports.hs:213:15: warning: [GHC-62161] [-Wincomplete-record-updates]
  14105. 2672.49 s [ghcide] Pattern match(es) are non-exhaustive
  14106. 2672.49 s [ghcide] In a record update:
  14107. 2672.49 s [ghcide] Patterns of type ‘FindResult’ not matched:
  14108. 2672.49 s [ghcide] Found _ _
  14109. 2672.49 s [ghcide] NoPackage _
  14110. 2672.49 s [ghcide] FoundMultiple _
  14111. 2672.49 s [ghcide] |
  14112. 2672.49 s [ghcide] 213 | in notFound {fr_unusables = unusables'}
  14113. 2672.49 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14114. 2672.49 s [ghcide]
  14115. 2672.49 s [ghcide] src/Development/IDE/Import/FindImports.hs:215:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  14116. 2672.49 s [ghcide] Pattern match(es) are non-exhaustive
  14117. 2672.49 s [ghcide] In a record update:
  14118. 2672.49 s [ghcide] Patterns of type ‘FindResult’ not matched:
  14119. 2672.49 s [ghcide] Found _ _
  14120. 2672.49 s [ghcide] NoPackage _
  14121. 2672.49 s [ghcide] FoundMultiple _
  14122. 2672.49 s [ghcide] |
  14123. 2672.49 s [ghcide] 215 | notFound {fr_suggestions = suggest}
  14124. 2672.49 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14125. 2672.49 s [ghcide]
  14126. 2672.49 s [ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.p_o )
  14127. 2672.49 s [ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.p_o )
  14128. 2672.52 s [ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.p_o )
  14129. 2672.52 s [ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.p_o )
  14130. 2672.52 s [ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.p_o )
  14131. 2672.52 s [ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.p_o )
  14132. 2672.52 s [ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.p_o )
  14133. 2672.52 s [ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.p_o )
  14134. 2672.70 s [lsp-test] tests: <file descriptor: 11>: hPutBuf: resource vanished (Broken pipe)
  14135. 2672.70 s [lsp-test] HasCallStack backtrace:
  14136. 2672.70 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14137. 2672.70 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14138. 2672.70 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14139. 2672.70 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14140. 2672.70 s [lsp-test]
  14141. 2672.70 s [lsp-test]
  14142. 2672.70 s [lsp-test] tests: <file descriptor: 29>: hPutBuf: resource vanished (Broken pipe)
  14143. 2672.70 s [lsp-test] HasCallStack backtrace:
  14144. 2672.70 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14145. 2672.70 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14146. 2672.70 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14147. 2672.70 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14148. 2672.70 s [lsp-test]
  14149. 2672.70 s [lsp-test]
  14150. 2672.70 s [lsp-test] tests: <file descriptor: 21>: hPutBuf: resource vanished (Broken pipe)
  14151. 2672.70 s [lsp-test] HasCallStack backtrace:
  14152. 2672.70 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14153. 2672.70 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14154. 2672.70 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14155. 2672.70 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14156. 2672.70 s [lsp-test]
  14157. 2672.70 s [lsp-test]
  14158. 2672.70 s [lsp-test] tests: <file descriptor: 22>: hPutBuf: resource vanished (Broken pipe)
  14159. 2672.70 s [lsp-test] HasCallStack backtrace:
  14160. 2672.70 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14161. 2672.70 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14162. 2672.70 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14163. 2672.70 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14164. 2672.70 s [lsp-test]
  14165. 2672.70 s [lsp-test]
  14166. 2672.71 s [lsp-test] tests: <file descriptor: 17>: hPutBuf: resource vanished (Broken pipe)
  14167. 2672.71 s [lsp-test] HasCallStack backtrace:
  14168. 2672.71 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14169. 2672.71 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14170. 2672.71 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14171. 2672.71 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14172. 2672.71 s [lsp-test]
  14173. 2672.71 s [lsp-test]
  14174. 2672.71 s [lsp-test] works [✔]
  14175. 2672.71 s [lsp-test] getAllCodeActions
  14176. 2672.80 s [ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.p_o )
  14177. 2673.05 s [ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.p_o )
  14178. 2673.05 s [ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.p_o )
  14179. 2673.16 s [ghcide] src/Development/IDE/Core/Shake.hs:110:58: warning: [GHC-38856] [-Wunused-imports]
  14180. 2673.16 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  14181. 2673.16 s [ghcide] |
  14182. 2673.16 s [ghcide] 110 | import Data.List.Extra (foldl', partition,
  14183. 2673.16 s [ghcide] | ^^^^^^
  14184. 2673.16 s [ghcide]
  14185. 2674.71 s [lsp-test] works [✔]
  14186. 2674.78 s [lsp-test] getDocumentSymbols
  14187. 2674.78 s [lsp-test] works [✔]
  14188. 2674.78 s [lsp-test] applyEdit
  14189. 2674.78 s [lsp-test] increments the version [✔]
  14190. 2674.78 s [lsp-test] changes the document contents [✔]
  14191. 2674.78 s [lsp-test] getCompletions
  14192. 2674.78 s [lsp-test] works [✔]
  14193. 2674.78 s [lsp-test] waitForDiagnosticsSource
  14194. 2675.50 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.p_o )
  14195. 2676.71 s [lsp-test] tests: <file descriptor: 20>: hPutBuf: resource vanished (Broken pipe)
  14196. 2676.71 s [lsp-test] HasCallStack backtrace:
  14197. 2676.71 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14198. 2676.71 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14199. 2676.71 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14200. 2676.71 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14201. 2676.71 s [lsp-test]
  14202. 2676.71 s [lsp-test]
  14203. 2676.71 s [lsp-test] tests: <file descriptor: 28>: hPutBuf: resource vanished (Broken pipe)
  14204. 2676.71 s [lsp-test] HasCallStack backtrace:
  14205. 2676.71 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14206. 2676.71 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14207. 2676.71 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14208. 2676.71 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14209. 2676.71 s [lsp-test]
  14210. 2676.71 s [lsp-test]
  14211. 2676.71 s [lsp-test] tests: <file descriptor: 15>: hPutBuf: resource vanished (Broken pipe)
  14212. 2676.71 s [lsp-test] HasCallStack backtrace:
  14213. 2676.71 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14214. 2676.71 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14215. 2676.71 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14216. 2676.71 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14217. 2676.71 s [lsp-test]
  14218. 2676.71 s [lsp-test]
  14219. 2676.71 s [lsp-test] tests: <file descriptor: 25>: hPutBuf: resource vanished (Broken pipe)
  14220. 2676.71 s [lsp-test] HasCallStack backtrace:
  14221. 2676.71 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14222. 2676.71 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14223. 2676.71 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14224. 2676.71 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14225. 2676.71 s [lsp-test]
  14226. 2676.71 s [lsp-test]
  14227. 2676.72 s [lsp-test] works [✔]
  14228. 2676.72 s [lsp-test] getHover
  14229. 2676.72 s [lsp-test] works [✔]
  14230. 2676.72 s [lsp-test] closeDoc
  14231. 2676.72 s [lsp-test] works [✔]
  14232. 2676.72 s [lsp-test] satisfy
  14233. 2676.72 s [lsp-test] works [✔]
  14234. 2676.72 s [lsp-test] satisfyMaybe
  14235. 2676.72 s [lsp-test] returns matched data on match [✔]
  14236. 2676.72 s [lsp-test] doesn't return if no match [✔]
  14237. 2676.72 s [lsp-test] ignoreLogNotifications
  14238. 2677.98 s [ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, dist/build/Development/IDE/LSP/Server.p_o )
  14239. 2677.98 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.p_o )
  14240. 2677.98 s [ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.p_o )
  14241. 2677.98 s [ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.p_o )
  14242. 2677.98 s [ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.p_o )
  14243. 2678.40 s [ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.p_o )
  14244. 2678.40 s [ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.p_o )
  14245. 2678.40 s [ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.p_o )
  14246. 2678.72 s [lsp-test] tests: <file descriptor: 16>: hPutBuf: resource vanished (Broken pipe)
  14247. 2678.72 s [lsp-test] HasCallStack backtrace:
  14248. 2678.72 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14249. 2678.72 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14250. 2678.72 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14251. 2678.72 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14252. 2678.72 s [lsp-test]
  14253. 2678.72 s [lsp-test]
  14254. 2678.72 s [lsp-test] tests: <file descriptor: 34>: hPutBuf: resource vanished (Broken pipe)
  14255. 2678.72 s [lsp-test] HasCallStack backtrace:
  14256. 2678.72 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14257. 2678.72 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14258. 2678.72 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14259. 2678.72 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14260. 2678.72 s [lsp-test]
  14261. 2678.72 s [lsp-test]
  14262. 2678.72 s [lsp-test] tests: <file descriptor: 11>: hPutBuf: resource vanished (Broken pipe)
  14263. 2678.72 s [lsp-test] HasCallStack backtrace:
  14264. 2678.72 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14265. 2678.72 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14266. 2678.72 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14267. 2678.72 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14268. 2678.72 s [lsp-test]
  14269. 2678.72 s [lsp-test]
  14270. 2678.72 s [lsp-test] works [✔]
  14271. 2678.72 s [lsp-test] dynamic capabilities
  14272. 2678.72 s [lsp-test] keeps track [✔]
  14273. 2678.73 s [lsp-test] handles absolute patterns [✔]
  14274. 2678.73 s [lsp-test] call hierarchy
  14275. 2678.73 s [lsp-test] prepare works [✔]
  14276. 2678.73 s [lsp-test] prepare not works [✔]
  14277. 2678.73 s [lsp-test] incoming calls [✔]
  14278. 2678.73 s [lsp-test] outgoing calls [✔]
  14279. 2678.73 s [lsp-test] semantic tokens
  14280. 2678.73 s [lsp-test] full works [✔]
  14281. 2678.73 s [lsp-test] inlay hints
  14282. 2678.73 s [lsp-test] get works [✔]
  14283. 2678.73 s [lsp-test] resolve tooltip works [✔]
  14284. 2678.73 s [lsp-test]
  14285. 2678.73 s [lsp-test] Finished in 57.0499 seconds
  14286. 2678.73 s [lsp-test] 38 examples, 0 failures
  14287. 2678.73 s [lsp-test] Test suite tests: PASS
  14288. 2678.73 s [lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-tests.log
  14289. 2678.73 s [lsp-test] Test suite func-test: RUNNING...
  14290. 2678.74 s [lsp-test]
  14291. 2678.74 s [lsp-test] server-initiated progress reporting
  14292. 2678.74 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14293. 2678.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14294. 2678.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  14295. 2678.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}
  14296. 2678.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14297. 2678.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14298. 2678.74 s [lsp-test] sends updates [✔]
  14299. 2678.74 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14300. 2678.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14301. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  14302. 2678.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}
  14303. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (ProgressCancel (ProgressToken (InL 0))), getSeverity = Debug}
  14304. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_WindowWorkDoneProgressCancel), getSeverity = Error}
  14305. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14306. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14307. 2678.75 s [lsp-test] handles cancellation [✔]
  14308. 2678.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14309. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14310. 2678.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}
  14311. 2678.75 s [lsp-test] func-test: AsyncCancelled
  14312. 2678.75 s [lsp-test] HasCallStack backtrace:
  14313. 2678.75 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14314. 2678.75 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14315. 2678.75 s [lsp-test] throwIO, called at ./Control/Concurrent/Async/Internal.hs:185:7 in async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ:Control.Concurrent.Async.Internal
  14316. 2678.75 s [lsp-test]
  14317. 2678.75 s [lsp-test]
  14318. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14319. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14320. 2678.75 s [lsp-test] sends end notification if thread is killed [✔]
  14321. 2678.75 s [lsp-test] client-initiated progress reporting
  14322. 2678.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14323. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14324. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  14325. 2678.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}
  14326. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14327. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14328. 2678.75 s [lsp-test] sends updates [✔]
  14329. 2678.75 s [lsp-test] workspace folders
  14330. 2678.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14331. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14332. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14333. 2678.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14334. 2678.75 s [lsp-test] keeps track of open workspace folders [✔]
  14335. 2678.75 s [lsp-test]
  14336. 2678.75 s [lsp-test] Finished in 0.0134 seconds
  14337. 2678.75 s [lsp-test] 5 examples, 0 failures
  14338. 2678.75 s [lsp-test] Test suite func-test: PASS
  14339. 2678.75 s [lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-func-test.log
  14340. 2678.75 s [lsp-test] 2 of 2 test suites (2 of 2 test cases) passed.
  14341. 2678.76 s [lsp-test] checkPhase completed in 58 seconds
  14342. 2678.76 s [lsp-test] Phase: haddockPhase
  14343. 2678.79 s [ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.p_o )
  14344. 2678.89 s [lsp-test] Preprocessing library for lsp-test-0.17.1.1...
  14345. 2678.89 s [lsp-test] Running Haddock on library for lsp-test-0.17.1.1...
  14346. 2678.90 s [lsp-test] Warning: The documentation for the following packages are not installed. No
  14347. 2678.90 s [lsp-test] links will be generated to these packages: attoparsec-0.14.4,
  14348. 2678.90 s [lsp-test] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  14349. 2679.14 s [ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.p_o )
  14350. 2679.17 s [lsp-test] [1 of 8] Compiling Language.LSP.Test.Compat ( src/Language/LSP/Test/Compat.hs, nothing )
  14351. 2679.28 s [lsp-test] [2 of 8] Compiling Language.LSP.Test.Exceptions ( src/Language/LSP/Test/Exceptions.hs, nothing )
  14352. 2679.34 s [lsp-test] [3 of 8] Compiling Language.LSP.Test.Decoding ( src/Language/LSP/Test/Decoding.hs, nothing )
  14353. 2679.49 s [lsp-test] [4 of 8] Compiling Language.LSP.Test.Files ( src/Language/LSP/Test/Files.hs, nothing )
  14354. 2679.64 s [lsp-test] [5 of 8] Compiling Language.LSP.Test.Server ( src/Language/LSP/Test/Server.hs, nothing )
  14355. 2679.65 s [lsp-test] [6 of 8] Compiling Language.LSP.Test.Session ( src/Language/LSP/Test/Session.hs, nothing )
  14356. 2679.70 s [ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.p_o )
  14357. 2679.70 s [ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.p_o )
  14358. 2679.71 s [ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.p_o )
  14359. 2679.71 s [ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.p_o )
  14360. 2679.71 s [ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.p_o )
  14361. 2680.08 s [ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.p_o )
  14362. 2680.08 s [ghcide] src/Development/IDE/Core/Rules.hs:1232:33: warning: [GHC-02256] [-Wambiguous-fields]
  14363. 2680.15 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  14364. 2680.15 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  14365. 2680.15 s [ghcide] Consider disambiguating using module qualification instead.
  14366. 2680.15 s [ghcide] |
  14367. 2680.15 s [ghcide] 1232 | loadGhcSession recorder def{fullModuleGraph}
  14368. 2680.15 s [ghcide] | ^^^^^^^^^^^^^^^
  14369. 2680.15 s [ghcide]
  14370. 2680.28 s [lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning: [GHC-63394] [-Wx-partial]
  14371. 2680.28 s [lsp-test] In the use of ‘head’
  14372. 2680.28 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  14373. 2680.29 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"."
  14374. 2680.29 s [lsp-test] |
  14375. 2680.29 s [lsp-test] 483 | head <$> textDocumentVersions uri
  14376. 2680.29 s [lsp-test] | ^^^^
  14377. 2680.29 s [lsp-test]
  14378. 2680.29 s [lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning: [GHC-63394] [-Wx-partial]
  14379. 2680.29 s [lsp-test] In the use of ‘head’
  14380. 2680.29 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  14381. 2680.29 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"."
  14382. 2680.29 s [lsp-test] |
  14383. 2680.29 s [lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
  14384. 2680.29 s [lsp-test] | ^^^^
  14385. 2680.29 s [lsp-test]
  14386. 2680.30 s [lsp-test] [7 of 8] Compiling Language.LSP.Test.Parsing ( src/Language/LSP/Test/Parsing.hs, nothing )
  14387. 2680.33 s [lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, nothing )
  14388. 2680.49 s [lsp-test] src/Language/LSP/Test.hs:155:1: warning: [GHC-66111] [-Wunused-imports]
  14389. 2680.49 s [lsp-test] The import of ‘Data.List’ is redundant
  14390. 2680.49 s [lsp-test] except perhaps to import instances from ‘Data.List’
  14391. 2680.49 s [lsp-test] To import instances alone, use: import Data.List()
  14392. 2680.49 s [lsp-test] |
  14393. 2680.49 s [lsp-test] 155 | import Data.List
  14394. 2680.49 s [lsp-test] | ^^^^^^^^^^^^^^^^
  14395. 2680.49 s [lsp-test]
  14396. 2680.50 s [lsp-test] Haddock coverage:
  14397. 2680.50 s [lsp-test] Warning: 'Session' is ambiguous. It is defined
  14398. 2680.50 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
  14399. 2680.50 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
  14400. 2680.50 s [lsp-test] You may be able to disambiguate the identifier by qualifying it or
  14401. 2680.50 s [lsp-test] by specifying the type/value namespace explicitly.
  14402. 2680.50 s [lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
  14403. 2680.50 s [lsp-test] Warning: 'mylang' is out of scope.
  14404. 2680.50 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14405. 2680.50 s [lsp-test] Warning: 'runSession' is out of scope.
  14406. 2680.50 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14407. 2680.50 s [lsp-test] Warning: 'SessionConfig' is ambiguous. It is defined
  14408. 2680.50 s [lsp-test] * at src/Language/LSP/Test/Session.hs:105:22
  14409. 2680.50 s [lsp-test] * at src/Language/LSP/Test/Session.hs:105:1
  14410. 2680.50 s [lsp-test] You may be able to disambiguate the identifier by qualifying it or
  14411. 2680.50 s [lsp-test] by specifying the type/value namespace explicitly.
  14412. 2680.50 s [lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:105:1
  14413. 2680.50 s [lsp-test] Warning: 'PublishDiagnosticsNotification' is out of scope.
  14414. 2680.50 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14415. 2680.51 s [lsp-test] Warning: 'semanticTokensFull' is out of scope.
  14416. 2680.51 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14417. 2680.51 s [lsp-test] Warning: 'Session' is ambiguous. It is defined
  14418. 2680.51 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
  14419. 2680.51 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
  14420. 2680.51 s [lsp-test] You may be able to disambiguate the identifier by qualifying it or
  14421. 2680.51 s [lsp-test] by specifying the type/value namespace explicitly.
  14422. 2680.51 s [lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
  14423. 2680.51 s [lsp-test] Warning: Language.LSP.Test: Couldn't find .haddock for export fullLatestClientCaps
  14424. 2680.51 s [lsp-test] 91% (103 /113) in 'Language.LSP.Test'
  14425. 2680.51 s [lsp-test] Missing documentation for:
  14426. 2680.51 s [lsp-test] runSessionWithHandles' (src/Language/LSP/Test.hs:278)
  14427. 2680.51 s [lsp-test] setIgnoringLogNotifications (src/Language/LSP/Test.hs:481)
  14428. 2680.51 s [lsp-test] setIgnoringConfigurationRequests (src/Language/LSP/Test.hs:485)
  14429. 2680.51 s [lsp-test] setIgnoringRegistrationRequests (src/Language/LSP/Test.hs:489)
  14430. 2680.51 s [lsp-test] fullLatestClientCaps
  14431. 2680.51 s [lsp-test] customRequest (src/Language/LSP/Test/Parsing.hs:129)
  14432. 2680.51 s [lsp-test] customNotification (src/Language/LSP/Test/Parsing.hs:142)
  14433. 2680.51 s [lsp-test] loggingOrConfiguration (src/Language/LSP/Test/Parsing.hs:220)
  14434. 2680.51 s [lsp-test] incomingCalls (src/Language/LSP/Test.hs:1016)
  14435. 2680.51 s [lsp-test] outgoingCalls (src/Language/LSP/Test.hs:1019)
  14436. 2681.89 s [lsp-test] Warning: Language.LSP.Test: could not find link destinations for:
  14437. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method
  14438. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  14439. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
  14440. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  14441. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  14442. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
  14443. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  14444. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  14445. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  14446. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  14447. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Command.Command
  14448. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  14449. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Declaration.Declaration
  14450. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DeclarationLink.DeclarationLink
  14451. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Definition.Definition
  14452. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DefinitionLink.DefinitionLink
  14453. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  14454. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  14455. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  14456. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
  14457. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  14458. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  14459. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.LanguageKind.LanguageKind
  14460. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Location.Location
  14461. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Position.Position
  14462. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  14463. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Range.Range
  14464. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  14465. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  14466. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  14467. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  14468. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  14469. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  14470. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  14471. 2681.89 s [lsp-test] - Language.LSP.Protocol.Types.Common.Null
  14472. 2681.89 s [lsp-test] - Language.LSP.Protocol.Types.Common.|?
  14473. 2681.89 s [lsp-test] - Language.LSP.Protocol.Types.Uri.Uri
  14474. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Method.ErrorData
  14475. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Method.MessageParams
  14476. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Method.MessageResult
  14477. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  14478. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  14479. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPublishDiagnostics
  14480. 2681.89 s [lsp-test] - Language.LSP.Protocol.Internal.Method.SMethod
  14481. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.LspId.LspId
  14482. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Meta.MessageDirection
  14483. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Meta.ClientToServer
  14484. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Meta.ServerToClient
  14485. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Meta.MessageKind
  14486. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Meta.Notification
  14487. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Meta.Request
  14488. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Method.SClientMethod
  14489. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Method.SServerMethod
  14490. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
  14491. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Registration.SomeRegistration
  14492. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Types.TMessage
  14493. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Types.TResponseError
  14494. 2681.89 s [lsp-test] - Language.LSP.Protocol.Message.Types.TResponseMessage
  14495. 2681.90 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities'
  14496. 2681.90 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message'
  14497. 2681.90 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types'
  14498. 2682.29 s [ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.p_o )
  14499. 2686.02 s [ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.p_o )
  14500. 2686.09 s [ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.p_o )
  14501. 2686.09 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.p_o )
  14502. 2686.09 s [ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.p_o )
  14503. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  14504. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14505. 2686.09 s [ghcide] In a record update:
  14506. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14507. 2686.09 s [ghcide] |
  14508. 2686.09 s [ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  14509. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14510. 2686.09 s [ghcide]
  14511. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning: [GHC-62161] [-Wincomplete-record-updates]
  14512. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14513. 2686.09 s [ghcide] In a record update:
  14514. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14515. 2686.09 s [ghcide] |
  14516. 2686.09 s [ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
  14517. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14518. 2686.09 s [ghcide]
  14519. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14520. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14521. 2686.09 s [ghcide] In a record update:
  14522. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14523. 2686.09 s [ghcide] |
  14524. 2686.09 s [ghcide] 160 | defaultParserState
  14525. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14526. 2686.09 s [ghcide]
  14527. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14528. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14529. 2686.09 s [ghcide] In a record update:
  14530. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14531. 2686.09 s [ghcide] |
  14532. 2686.09 s [ghcide] 165 | defaultParserState
  14533. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14534. 2686.09 s [ghcide]
  14535. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning: [GHC-62161] [-Wincomplete-record-updates]
  14536. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14537. 2686.09 s [ghcide] In a record update:
  14538. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14539. 2686.09 s [ghcide] |
  14540. 2686.09 s [ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
  14541. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14542. 2686.09 s [ghcide]
  14543. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14544. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14545. 2686.09 s [ghcide] In a record update:
  14546. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14547. 2686.09 s [ghcide] |
  14548. 2686.09 s [ghcide] 171 | defaultParserState
  14549. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14550. 2686.09 s [ghcide]
  14551. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  14552. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14553. 2686.09 s [ghcide] In a record update:
  14554. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14555. 2686.09 s [ghcide] |
  14556. 2686.09 s [ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  14557. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14558. 2686.09 s [ghcide]
  14559. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14560. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14561. 2686.09 s [ghcide] In a record update:
  14562. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14563. 2686.09 s [ghcide] |
  14564. 2686.09 s [ghcide] 186 | defaultParserState
  14565. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14566. 2686.09 s [ghcide]
  14567. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14568. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14569. 2686.09 s [ghcide] In a record update:
  14570. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14571. 2686.09 s [ghcide] |
  14572. 2686.09 s [ghcide] 193 | defaultParserState
  14573. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14574. 2686.09 s [ghcide]
  14575. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14576. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14577. 2686.09 s [ghcide] In a record update:
  14578. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14579. 2686.09 s [ghcide] |
  14580. 2686.09 s [ghcide] 203 | defaultParserState{
  14581. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  14582. 2686.09 s [ghcide]
  14583. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14584. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14585. 2686.09 s [ghcide] In a record update:
  14586. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched:
  14587. 2686.09 s [ghcide] ParserStateDone _
  14588. 2686.09 s [ghcide] ParserStateDone _
  14589. 2686.09 s [ghcide] |
  14590. 2686.09 s [ghcide] 207 | defaultParserState{
  14591. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  14592. 2686.09 s [ghcide]
  14593. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning: [GHC-62161] [-Wincomplete-record-updates]
  14594. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14595. 2686.09 s [ghcide] In a record update:
  14596. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14597. 2686.09 s [ghcide] |
  14598. 2686.09 s [ghcide] 214 | defaultParserState{ isLastTokenHash = True }
  14599. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14600. 2686.09 s [ghcide]
  14601. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14602. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14603. 2686.09 s [ghcide] In a record update:
  14604. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14605. 2686.09 s [ghcide] |
  14606. 2686.09 s [ghcide] 223 | defaultParserState{
  14607. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  14608. 2686.09 s [ghcide]
  14609. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning: [GHC-62161] [-Wincomplete-record-updates]
  14610. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14611. 2686.09 s [ghcide] In a record update:
  14612. 2686.09 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14613. 2686.09 s [ghcide] |
  14614. 2686.09 s [ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
  14615. 2686.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14616. 2686.09 s [ghcide]
  14617. 2686.09 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  14618. 2686.09 s [ghcide] Pattern match(es) are non-exhaustive
  14619. 2686.09 s [ghcide] In a record update:
  14620. 2686.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14621. 2686.10 s [ghcide] |
  14622. 2686.10 s [ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  14623. 2686.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14624. 2686.10 s [ghcide]
  14625. 2686.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14626. 2686.10 s [ghcide] Pattern match(es) are non-exhaustive
  14627. 2686.10 s [ghcide] In a record update:
  14628. 2686.10 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14629. 2686.10 s [ghcide] |
  14630. 2686.10 s [ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
  14631. 2686.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14632. 2686.10 s [ghcide]
  14633. 2686.10 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14634. 2686.10 s [ghcide] Pattern match(es) are non-exhaustive
  14635. 2686.10 s [ghcide] In a record update:
  14636. 2686.10 s [ghcide] Patterns of type ‘ParserState’ not matched:
  14637. 2686.10 s [ghcide] ParserStateDone _
  14638. 2686.10 s [ghcide] ParserStateDone _
  14639. 2686.10 s [ghcide] |
  14640. 2686.10 s [ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
  14641. 2686.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14642. 2686.10 s [ghcide]
  14643. 2686.10 s [ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.p_o )
  14644. 2686.10 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:19:56: warning: [GHC-38856] [-Wunused-imports]
  14645. 2686.10 s [ghcide] The import of ‘to’ from module ‘Control.Lens’ is redundant
  14646. 2686.10 s [ghcide] |
  14647. 2686.10 s [ghcide] 19 | import Control.Lens (to, (?~), (^?))
  14648. 2686.10 s [ghcide] | ^^
  14649. 2686.10 s [ghcide]
  14650. 2686.10 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:55:56: warning: [GHC-38856] [-Wunused-imports]
  14651. 2686.10 s [ghcide] The import of ‘stripTcRnMessageContext’
  14652. 2686.10 s [ghcide] from module ‘Development.IDE.GHC.Compat.Error’ is redundant
  14653. 2686.10 s [ghcide] |
  14654. 2686.10 s [ghcide] 55 | stripTcRnMessageContext)
  14655. 2686.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^
  14656. 2686.10 s [ghcide]
  14657. 2686.10 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  14658. 2686.10 s [ghcide] The import of ‘Text.Regex.TDFA’ is redundant
  14659. 2686.10 s [ghcide] except perhaps to import instances from ‘Text.Regex.TDFA’
  14660. 2686.10 s [ghcide] To import instances alone, use: import Text.Regex.TDFA()
  14661. 2686.10 s [ghcide] |
  14662. 2686.10 s [ghcide] 93 | import Text.Regex.TDFA ((=~))
  14663. 2686.10 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14664. 2686.10 s [ghcide]
  14665. 2686.10 s [ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.p_o )
  14666. 2686.10 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.p_o )
  14667. 2686.10 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.p_o )
  14668. 2686.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.p_o )
  14669. 2686.10 s [ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.p_o )
  14670. 2686.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.p_o )
  14671. 2686.10 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.p_o )
  14672. 2688.36 s [lsp-test] Documentation created: dist/doc/html/lsp-test/,
  14673. 2688.36 s [lsp-test] dist/doc/html/lsp-test/lsp-test.txt
  14674. 2688.41 s [lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
  14675. 2688.42 s [lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
  14676. 2688.42 s [lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
  14677. 2688.42 s [lsp-test] Phase: installPhase
  14678. 2688.56 s [lsp-test] Installing library in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  14679. 2689.00 s [lsp-test] Phase: fixupPhase
  14680. 2689.02 s [lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  14681. 2689.03 s [lsp-test] shrinking /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE-ghc9.10.2.so
  14682. 2689.06 s [lsp-test] checking for references to /build/ in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1...
  14683. 2689.08 s [lsp-test] patching script interpreter paths in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  14684. 2689.08 s [lsp-test] stripping (with command strip and flags -S -p) in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib
  14685. 2689.20 s [lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc
  14686. 2689.20 s [lsp-test] checking for references to /build/ in /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc...
  14687. 2689.22 s [lsp-test] patching script interpreter paths in /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc
  14688. 2689.38 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  14689. 2689.91 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  14690. 2689.93 s [post-build-hook] Uploading to the NixCI cache: /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  14691. 2689.96 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14692. 2690.06 s [post-build-hook] copying 1 paths...
  14693. 2690.06 s [post-build-hook] copying path '/nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1' to 'https://cache.nix-ci.com'...
  14694. 2692.04 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14695. 2692.17 s [post-build-hook] copying 0 paths...
  14696. 2692.19 s Progress: 356 of 361 built (1 building), 370 of 370 downloaded from cache
  14697. 2692.92 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.12.0.0...
  14698. 2692.92 s [ghcide] Building executable 'ghcide' for ghcide-2.12.0.0...
  14699. 2693.01 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 )
  14700. 2693.49 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 )
  14701. 2693.49 s [ghcide] [3 of 3] Compiling Main ( exe/Main.hs, dist/build/ghcide/ghcide-tmp/Main.o )
  14702. 2694.16 s [ghcide] [4 of 4] Linking dist/build/ghcide/ghcide
  14703. 2698.97 s [ghcide] buildPhase completed in 55 seconds
  14704. 2698.97 s [ghcide] Phase: checkPhase
  14705. 2699.02 s [ghcide] Package has no test suites.
  14706. 2699.03 s [ghcide] Phase: haddockPhase
  14707. 2699.79 s [ghcide] Preprocessing library for ghcide-2.12.0.0...
  14708. 2699.79 s [ghcide] Running Haddock on library for ghcide-2.12.0.0...
  14709. 2699.79 s [ghcide] Warning: The documentation for the following packages are not installed. No
  14710. 2699.79 s [ghcide] links will be generated to these packages: attoparsec-0.14.4,
  14711. 2699.79 s [ghcide] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
  14712. 2700.32 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  14713. 2700.32 s [ghcide] The following packages were specified via -package or -package-id flags,
  14714. 2700.32 s [ghcide] but were not needed for compilation:
  14715. 2700.32 s [ghcide] - os-string-2.0.4 (exposed by flag -package-id os-string-2.0.4-1192)
  14716. 2700.32 s [ghcide]
  14717. 2700.32 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, /build/ghc3649_0/ghc_80.o, /build/ghc3649_0/ghc_80.dyn_o )
  14718. 2700.37 s [ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, nothing )
  14719. 2700.47 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, nothing )
  14720. 2700.48 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, nothing )
  14721. 2700.72 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  14722. 2700.72 s [ghcide] The import of ‘Data.List’ is redundant
  14723. 2700.72 s [ghcide] except perhaps to import instances from ‘Data.List’
  14724. 2700.72 s [ghcide] To import instances alone, use: import Data.List()
  14725. 2700.72 s [ghcide] |
  14726. 2700.72 s [ghcide] 31 | import Data.List
  14727. 2700.72 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  14728. 2700.72 s [ghcide]
  14729. 2700.73 s [ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, nothing )
  14730. 2700.74 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  14731. 2700.74 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  14732. 2700.74 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  14733. 2700.74 s [ghcide] |
  14734. 2700.74 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  14735. 2700.74 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14736. 2700.74 s [ghcide]
  14737. 2700.74 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  14738. 2700.74 s [ghcide] The import of ‘Exception, fromException’
  14739. 2700.74 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  14740. 2700.74 s [ghcide] |
  14741. 2700.74 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  14742. 2700.74 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14743. 2700.74 s [ghcide]
  14744. 2700.74 s [ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, nothing )
  14745. 2700.83 s [ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, /build/ghc3649_0/ghc_84.o, /build/ghc3649_0/ghc_84.dyn_o )
  14746. 2701.19 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:271:5: warning: [GHC-75356] [-Wdodgy-exports]
  14747. 2701.19 s [ghcide] The export item ‘Warn(..)’ suggests that
  14748. 2701.19 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  14749. 2701.19 s [ghcide] but it has none
  14750. 2701.19 s [ghcide] |
  14751. 2701.19 s [ghcide] 271 | Warn(..),
  14752. 2701.19 s [ghcide] | ^^^^^^^^
  14753. 2701.19 s [ghcide]
  14754. 2701.19 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:365:5: warning: [GHC-47854] [-Wduplicate-exports]
  14755. 2701.19 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  14756. 2701.19 s [ghcide] |
  14757. 2701.19 s [ghcide] 365 | module GHC.Utils.Panic,
  14758. 2701.19 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  14759. 2701.19 s [ghcide]
  14760. 2701.19 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:419:47: warning: [GHC-99623] [-Wdodgy-imports]
  14761. 2701.19 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  14762. 2701.19 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  14763. 2701.19 s [ghcide] but it has none
  14764. 2701.19 s [ghcide] |
  14765. 2701.19 s [ghcide] 419 | import GHC.Driver.CmdLine (Warn (..))
  14766. 2701.19 s [ghcide] | ^^^^^^^^^
  14767. 2701.19 s [ghcide]
  14768. 2701.19 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:451:76: warning: [GHC-61689] [-Wdodgy-imports]
  14769. 2701.19 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
  14770. 2701.19 s [ghcide] |
  14771. 2701.19 s [ghcide] 451 | anyM, concatMapM, mapMaybeM, foldMapM,
  14772. 2701.19 s [ghcide] | ^^^^^^^^
  14773. 2701.19 s [ghcide]
  14774. 2701.19 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:485:1: warning: [GHC-66111] [-Wunused-imports]
  14775. 2701.19 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  14776. 2701.19 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  14777. 2701.19 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  14778. 2701.20 s [ghcide] |
  14779. 2701.20 s [ghcide] 485 | import GHC.Data.Bag
  14780. 2701.20 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14781. 2701.20 s [ghcide]
  14782. 2701.20 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:752:1: warning: [GHC-38417] [-Wmissing-signatures]
  14783. 2701.20 s [ghcide] Top-level binding with no type signature:
  14784. 2701.20 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  14785. 2701.20 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  14786. 2701.20 s [ghcide] |
  14787. 2701.20 s [ghcide] 752 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  14788. 2701.20 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  14789. 2701.20 s [ghcide]
  14790. 2701.53 s [ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, nothing )
  14791. 2701.57 s [ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, /build/ghc3649_0/ghc_86.o, /build/ghc3649_0/ghc_86.dyn_o )
  14792. 2701.68 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, /build/ghc3649_0/ghc_92.o, /build/ghc3649_0/ghc_92.dyn_o )
  14793. 2701.74 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, /build/ghc3649_0/ghc_90.o, /build/ghc3649_0/ghc_90.dyn_o )
  14794. 2701.77 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, /build/ghc3649_0/ghc_88.o, /build/ghc3649_0/ghc_88.dyn_o )
  14795. 2701.80 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, /build/ghc3649_0/ghc_98.o, /build/ghc3649_0/ghc_98.dyn_o )
  14796. 2701.89 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, /build/ghc3649_0/ghc_100.o, /build/ghc3649_0/ghc_100.dyn_o )
  14797. 2701.91 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, /build/ghc3649_0/ghc_94.o, /build/ghc3649_0/ghc_94.dyn_o )
  14798. 2701.95 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, /build/ghc3649_0/ghc_96.o, /build/ghc3649_0/ghc_96.dyn_o )
  14799. 2701.99 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, /build/ghc3649_0/ghc_82.o, /build/ghc3649_0/ghc_82.dyn_o )
  14800. 2702.11 s [ghcide] src/Development/IDE/GHC/Compat.hs:118:1: warning: [GHC-66111] [-Wunused-imports]
  14801. 2702.11 s [ghcide] The import of ‘Data.List’ is redundant
  14802. 2702.11 s [ghcide] except perhaps to import instances from ‘Data.List’
  14803. 2702.11 s [ghcide] To import instances alone, use: import Data.List()
  14804. 2702.11 s [ghcide] |
  14805. 2702.11 s [ghcide] 118 | import Data.List (foldl')
  14806. 2702.11 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14807. 2702.11 s [ghcide]
  14808. 2702.11 s [ghcide] src/Development/IDE/GHC/Compat.hs:262:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  14809. 2702.11 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  14810. 2702.11 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  14811. 2702.11 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  14812. 2702.11 s [ghcide] This makes type inference for inner bindings fragile;
  14813. 2702.11 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  14814. 2702.11 s [ghcide] • In the type signature:
  14815. 2702.11 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  14816. 2702.11 s [ghcide] GenLocated a e -> GenLocated b e
  14817. 2702.11 s [ghcide] |
  14818. 2702.11 s [ghcide] 262 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  14819. 2702.11 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14820. 2702.11 s [ghcide]
  14821. 2702.11 s [ghcide] src/Development/IDE/GHC/Compat.hs:467:1: warning: [GHC-38417] [-Wmissing-signatures]
  14822. 2702.11 s [ghcide] Top-level binding with no type signature:
  14823. 2702.11 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  14824. 2702.11 s [ghcide] |
  14825. 2702.11 s [ghcide] 467 | extract_cons (NewTypeCon x) = [x]
  14826. 2702.11 s [ghcide] | ^^^^^^^^^^^^
  14827. 2702.11 s [ghcide]
  14828. 2702.30 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, nothing )
  14829. 2703.27 s [ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, nothing )
  14830. 2703.28 s [ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, /build/ghc3649_0/ghc_102.o, /build/ghc3649_0/ghc_102.dyn_o )
  14831. 2703.35 s [ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, nothing )
  14832. 2703.37 s [ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, nothing )
  14833. 2703.40 s [ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, nothing )
  14834. 2703.72 s [ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, /build/ghc3649_0/ghc_126.o, /build/ghc3649_0/ghc_126.dyn_o )
  14835. 2703.80 s [ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, /build/ghc3649_0/ghc_118.o, /build/ghc3649_0/ghc_118.dyn_o )
  14836. 2703.89 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  14837. 2703.89 s [ghcide] The import of ‘Control.Applicative’ is redundant
  14838. 2703.89 s [ghcide] except perhaps to import instances from ‘Control.Applicative’
  14839. 2703.89 s [ghcide] To import instances alone, use: import Control.Applicative()
  14840. 2703.89 s [ghcide] |
  14841. 2703.89 s [ghcide] 32 | import Control.Applicative ((<|>))
  14842. 2703.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14843. 2703.89 s [ghcide]
  14844. 2703.89 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:58:1: warning: [GHC-66111] [-Wunused-imports]
  14845. 2703.89 s [ghcide] The import of ‘Text.Printf’ is redundant
  14846. 2703.89 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  14847. 2703.89 s [ghcide] To import instances alone, use: import Text.Printf()
  14848. 2703.89 s [ghcide] |
  14849. 2703.89 s [ghcide] 58 | import Text.Printf (printf)
  14850. 2703.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14851. 2703.89 s [ghcide]
  14852. 2704.05 s [ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, nothing )
  14853. 2704.12 s [ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, /build/ghc3649_0/ghc_108.o, /build/ghc3649_0/ghc_108.dyn_o )
  14854. 2704.27 s [ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, /build/ghc3649_0/ghc_106.o, /build/ghc3649_0/ghc_106.dyn_o )
  14855. 2704.47 s [ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, /build/ghc3649_0/ghc_124.o, /build/ghc3649_0/ghc_124.dyn_o )
  14856. 2704.58 s [ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, /build/ghc3649_0/ghc_120.o, /build/ghc3649_0/ghc_120.dyn_o )
  14857. 2705.19 s [ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, /build/ghc3649_0/ghc_114.o, /build/ghc3649_0/ghc_114.dyn_o )
  14858. 2705.40 s [ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, nothing )
  14859. 2705.48 s [ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, /build/ghc3649_0/ghc_104.o, /build/ghc3649_0/ghc_104.dyn_o )
  14860. 2705.61 s [ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, /build/ghc3649_0/ghc_122.o, /build/ghc3649_0/ghc_122.dyn_o )
  14861. 2705.64 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [GHC-66111] [-Wunused-imports]
  14862. 2705.64 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  14863. 2705.64 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  14864. 2705.64 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  14865. 2705.64 s [ghcide] |
  14866. 2705.64 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  14867. 2705.64 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14868. 2705.64 s [ghcide]
  14869. 2705.64 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  14870. 2705.64 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  14871. 2705.64 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  14872. 2705.64 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  14873. 2705.64 s [ghcide] |
  14874. 2705.64 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  14875. 2705.64 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14876. 2705.64 s [ghcide]
  14877. 2705.64 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  14878. 2705.64 s [ghcide] The import of ‘System.Directory’ is redundant
  14879. 2705.64 s [ghcide] except perhaps to import instances from ‘System.Directory’
  14880. 2705.64 s [ghcide] To import instances alone, use: import System.Directory()
  14881. 2705.64 s [ghcide] |
  14882. 2705.64 s [ghcide] 30 | import System.Directory (makeAbsolute)
  14883. 2705.64 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14884. 2705.64 s [ghcide]
  14885. 2705.64 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [GHC-40910] [-Wunused-matches]
  14886. 2705.64 s [ghcide] Defined but not used: ‘mod_cache’
  14887. 2705.64 s [ghcide] |
  14888. 2705.64 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  14889. 2705.64 s [ghcide] | ^^^^^^^^^
  14890. 2705.64 s [ghcide]
  14891. 2705.64 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  14892. 2705.64 s [ghcide] Defined but not used: ‘file_cache’
  14893. 2705.64 s [ghcide] |
  14894. 2705.64 s [ghcide] 57 | file_cache <- newIORef M.empty
  14895. 2705.64 s [ghcide] | ^^^^^^^^^^
  14896. 2705.64 s [ghcide]
  14897. 2705.71 s [ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, /build/ghc3649_0/ghc_116.o, /build/ghc3649_0/ghc_116.dyn_o )
  14898. 2705.82 s [ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, /build/ghc3649_0/ghc_112.o, /build/ghc3649_0/ghc_112.dyn_o )
  14899. 2705.96 s [ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, /build/ghc3649_0/ghc_110.o, /build/ghc3649_0/ghc_110.dyn_o )
  14900. 2706.36 s [ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, nothing )
  14901. 2706.50 s [ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, nothing )
  14902. 2706.52 s [ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, nothing )
  14903. 2706.54 s [ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, nothing )
  14904. 2706.59 s [ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, nothing )
  14905. 2706.59 s [ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, nothing )
  14906. 2706.60 s [ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, nothing )
  14907. 2706.63 s [ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, nothing )
  14908. 2706.67 s [ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, nothing )
  14909. 2706.70 s [ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, nothing )
  14910. 2706.96 s [ghcide] src/Development/IDE/Core/Shake.hs:110:58: warning: [GHC-38856] [-Wunused-imports]
  14911. 2706.96 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  14912. 2706.96 s [ghcide] |
  14913. 2706.96 s [ghcide] 110 | import Data.List.Extra (foldl', partition,
  14914. 2706.96 s [ghcide] | ^^^^^^
  14915. 2706.96 s [ghcide]
  14916. 2706.98 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, nothing )
  14917. 2707.64 s [ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, nothing )
  14918. 2707.66 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, nothing )
  14919. 2707.67 s [ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, nothing )
  14920. 2707.76 s [ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, nothing )
  14921. 2707.77 s [ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, nothing )
  14922. 2707.82 s [ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, nothing )
  14923. 2707.84 s [ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, nothing )
  14924. 2707.90 s [ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, nothing )
  14925. 2708.15 s [ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, nothing )
  14926. 2708.19 s [ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, nothing )
  14927. 2708.29 s [ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, nothing )
  14928. 2708.32 s [ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, nothing )
  14929. 2708.33 s [ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, nothing )
  14930. 2708.36 s [ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, nothing )
  14931. 2708.40 s [ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, nothing )
  14932. 2708.44 s [ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, nothing )
  14933. 2708.68 s [ghcide] src/Development/IDE/Core/Rules.hs:1232:33: warning: [GHC-02256] [-Wambiguous-fields]
  14934. 2708.68 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  14935. 2708.68 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  14936. 2708.68 s [ghcide] Consider disambiguating using module qualification instead.
  14937. 2708.68 s [ghcide] |
  14938. 2708.68 s [ghcide] 1232 | loadGhcSession recorder def{fullModuleGraph}
  14939. 2708.68 s [ghcide] | ^^^^^^^^^^^^^^^
  14940. 2708.68 s [ghcide]
  14941. 2708.70 s [ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, nothing )
  14942. 2709.15 s [ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, nothing )
  14943. 2709.20 s [ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, nothing )
  14944. 2709.27 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, nothing )
  14945. 2709.27 s [ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, nothing )
  14946. 2709.31 s [ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, nothing )
  14947. 2709.38 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:19:56: warning: [GHC-38856] [-Wunused-imports]
  14948. 2709.38 s [ghcide] The import of ‘to’ from module ‘Control.Lens’ is redundant
  14949. 2709.38 s [ghcide] |
  14950. 2709.38 s [ghcide] 19 | import Control.Lens (to, (?~), (^?))
  14951. 2709.38 s [ghcide] | ^^
  14952. 2709.38 s [ghcide]
  14953. 2709.38 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:55:56: warning: [GHC-38856] [-Wunused-imports]
  14954. 2709.38 s [ghcide] The import of ‘stripTcRnMessageContext’
  14955. 2709.38 s [ghcide] from module ‘Development.IDE.GHC.Compat.Error’ is redundant
  14956. 2709.38 s [ghcide] |
  14957. 2709.38 s [ghcide] 55 | stripTcRnMessageContext)
  14958. 2709.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^
  14959. 2709.38 s [ghcide]
  14960. 2709.38 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  14961. 2709.38 s [ghcide] The import of ‘Text.Regex.TDFA’ is redundant
  14962. 2709.38 s [ghcide] except perhaps to import instances from ‘Text.Regex.TDFA’
  14963. 2709.38 s [ghcide] To import instances alone, use: import Text.Regex.TDFA()
  14964. 2709.38 s [ghcide] |
  14965. 2709.38 s [ghcide] 93 | import Text.Regex.TDFA ((=~))
  14966. 2709.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14967. 2709.38 s [ghcide]
  14968. 2709.39 s [ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, nothing )
  14969. 2709.43 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, nothing )
  14970. 2709.46 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, nothing )
  14971. 2709.47 s [ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, nothing )
  14972. 2709.62 s [ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, nothing )
  14973. 2709.68 s [ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, nothing )
  14974. 2709.69 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, nothing )
  14975. 2709.79 s [ghcide] Haddock coverage:
  14976. 2709.80 s [ghcide] 95% ( 79 / 83) in 'Control.Concurrent.Strict'
  14977. 2709.80 s [ghcide] Missing documentation for:
  14978. 2709.80 s [ghcide] Module header
  14979. 2709.80 s [ghcide] modifyVar (src/Control/Concurrent/Strict.hs:27)
  14980. 2709.80 s [ghcide] modifyVar_ (src/Control/Concurrent/Strict.hs:35)
  14981. 2709.80 s [ghcide] addMVarFinalizer
  14982. 2709.80 s [ghcide] 60% ( 3 / 5) in 'Development.IDE.Core.Debouncer'
  14983. 2709.80 s [ghcide] Missing documentation for:
  14984. 2709.80 s [ghcide] Module header
  14985. 2709.80 s [ghcide] registerEvent
  14986. 2709.80 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Core.FileUtils'
  14987. 2709.80 s [ghcide] Missing documentation for:
  14988. 2709.80 s [ghcide] Module header
  14989. 2709.80 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
  14990. 2709.80 s [ghcide] 20% ( 4 / 20) in 'Development.IDE.Core.PositionMapping'
  14991. 2709.80 s [ghcide] Missing documentation for:
  14992. 2709.80 s [ghcide] Module header
  14993. 2709.80 s [ghcide] PositionMapping (src/Development/IDE/Core/PositionMapping.hs:93)
  14994. 2709.80 s [ghcide] lowerRange (src/Development/IDE/Core/PositionMapping.hs:49)
  14995. 2709.80 s [ghcide] upperRange (src/Development/IDE/Core/PositionMapping.hs:53)
  14996. 2709.80 s [ghcide] positionResultToMaybe (src/Development/IDE/Core/PositionMapping.hs:57)
  14997. 2709.80 s [ghcide] fromCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:86)
  14998. 2709.80 s [ghcide] toCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:89)
  14999. 2709.80 s [ghcide] PositionDelta (src/Development/IDE/Core/PositionMapping.hs:74)
  15000. 2709.80 s [ghcide] idDelta (src/Development/IDE/Core/PositionMapping.hs:116)
  15001. 2709.80 s [ghcide] toCurrentRange (src/Development/IDE/Core/PositionMapping.hs:96)
  15002. 2709.80 s [ghcide] fromCurrentRange (src/Development/IDE/Core/PositionMapping.hs:100)
  15003. 2709.80 s [ghcide] applyChange (src/Development/IDE/Core/PositionMapping.hs:133)
  15004. 2709.80 s [ghcide] zeroMapping (src/Development/IDE/Core/PositionMapping.hs:104)
  15005. 2709.80 s [ghcide] deltaFromDiff (src/Development/IDE/Core/PositionMapping.hs:194)
  15006. 2709.80 s [ghcide] toCurrent (src/Development/IDE/Core/PositionMapping.hs:140)
  15007. 2709.80 s [ghcide] fromCurrent (src/Development/IDE/Core/PositionMapping.hs:166)
  15008. 2709.80 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Core.WorkerThread'
  15009. 2709.80 s [ghcide] Missing documentation for:
  15010. 2709.80 s [ghcide] Module header
  15011. 2709.80 s [ghcide] 20% ( 2 / 10) in 'Development.IDE.GHC.Compat.CmdLine'
  15012. 2709.80 s [ghcide] Missing documentation for:
  15013. 2709.80 s [ghcide] CmdLineP
  15014. 2709.80 s [ghcide] getCmdLineState
  15015. 2709.80 s [ghcide] putCmdLineState
  15016. 2709.80 s [ghcide] Flag
  15017. 2709.80 s [ghcide] OptKind
  15018. 2709.80 s [ghcide] EwM
  15019. 2709.80 s [ghcide] defFlag
  15020. 2709.80 s [ghcide] liftEwM
  15021. 2709.86 s [ghcide] 25% (864 /3422) in 'Development.IDE.GHC.Compat.Core'
  15022. 2709.86 s [ghcide] Missing documentation for:
  15023. 2709.86 s [ghcide] extensions
  15024. 2709.86 s [ghcide] extensionFlags
  15025. 2709.86 s [ghcide] targetPlatform
  15026. 2709.86 s [ghcide] generalFlags
  15027. 2709.86 s [ghcide] warningFlags
  15028. 2709.86 s [ghcide] topDir
  15029. 2709.86 s [ghcide] hiDir
  15030. 2709.86 s [ghcide] tmpDir
  15031. 2709.86 s [ghcide] importPaths
  15032. 2709.86 s [ghcide] useColor
  15033. 2709.86 s [ghcide] canUseColor
  15034. 2709.86 s [ghcide] useUnicode
  15035. 2709.86 s [ghcide] objectDir
  15036. 2709.86 s [ghcide] setImportPaths (src/Development/IDE/GHC/Compat/Core.hs:608)
  15037. 2709.86 s [ghcide] outputFile
  15038. 2709.86 s [ghcide] setOutputFile
  15039. 2709.87 s [ghcide] needWiredInHomeIface
  15040. 2709.87 s [ghcide] importDecl
  15041. 2709.87 s [ghcide] sPgm_F
  15042. 2709.87 s [ghcide] FlagSpec
  15043. 2709.87 s [ghcide] WarningFlag
  15044. 2709.87 s [ghcide] ExposePackage (src/Development/IDE/GHC/Compat/Core.hs:615)
  15045. 2709.87 s [ghcide] setUnsafeGlobalDynFlags
  15046. 2709.87 s [ghcide] scaledThing
  15047. 2709.87 s [ghcide] IfaceTyCon
  15048. 2709.87 s [ghcide] ModIface
  15049. 2709.87 s [ghcide] HscSource
  15050. 2709.87 s [ghcide] loadInterface
  15051. 2709.87 s [ghcide] RecompileRequired
  15052. 2709.87 s [ghcide] mkPartialIface
  15053. 2709.87 s [ghcide] Fixity
  15054. 2709.87 s [ghcide] defaultFixity
  15055. 2709.87 s [ghcide] lookupFixityRn
  15056. 2709.87 s [ghcide] Type
  15057. 2709.87 s [ghcide] FunTy (src/Development/IDE/GHC/Compat/Core.hs:622)
  15058. 2709.87 s [ghcide] ConPatIn (src/Development/IDE/GHC/Compat/Core.hs:657)
  15059. 2709.87 s [ghcide] conPatDetails (src/Development/IDE/GHC/Compat/Core.hs:667)
  15060. 2709.87 s [ghcide] mapConPatDetail (src/Development/IDE/GHC/Compat/Core.hs:671)
  15061. 2709.87 s [ghcide] SourceText
  15062. 2709.87 s [ghcide] AvailName (src/Development/IDE/GHC/Compat/Core.hs:593)
  15063. 2709.87 s [ghcide] AvailFL (src/Development/IDE/GHC/Compat/Core.hs:600)
  15064. 2709.87 s [ghcide] AvailTC (src/Development/IDE/GHC/Compat/Core.hs:584)
  15065. 2709.87 s [ghcide] availsToNameSet
  15066. 2709.87 s [ghcide] ParsedSource
  15067. 2709.87 s [ghcide] RenamedSource
  15068. 2709.87 s [ghcide] unGhc
  15069. 2709.87 s [ghcide] getSession
  15070. 2709.87 s [ghcide] setSessionDynFlags
  15071. 2709.87 s [ghcide] runHsc
  15072. 2709.87 s [ghcide] compileFile
  15073. 2709.87 s [ghcide] hscInteractive
  15074. 2709.87 s [ghcide] hscUpdateHPT
  15075. 2709.87 s [ghcide] makeSimpleDetails (src/Development/IDE/GHC/Compat/Core.hs:723)
  15076. 2709.87 s [ghcide] tcSplitForAllTyVarBinder_maybe
  15077. 2709.87 s [ghcide] typecheckIface
  15078. 2709.87 s [ghcide] mkIfaceTc (src/Development/IDE/GHC/Compat/Core.hs:728)
  15079. 2709.87 s [ghcide] mkBootModDetailsTc (src/Development/IDE/GHC/Compat/Core.hs:732)
  15080. 2709.87 s [ghcide] initTidyOpts (src/Development/IDE/GHC/Compat/Core.hs:737)
  15081. 2709.87 s [ghcide] driverNoStop (src/Development/IDE/GHC/Compat/Core.hs:741)
  15082. 2709.87 s [ghcide] tidyProgram
  15083. 2709.87 s [ghcide] ImportedModsVal
  15084. 2709.87 s [ghcide] importedByUser
  15085. 2709.87 s [ghcide] TypecheckedSource
  15086. 2709.87 s [ghcide] HasSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:624)
  15087. 2709.87 s [ghcide] Located
  15088. 2709.87 s [ghcide] unLoc
  15089. 2709.87 s [ghcide] getLoc
  15090. 2709.87 s [ghcide] getLocA
  15091. 2709.87 s [ghcide] locA
  15092. 2709.87 s [ghcide] noLocA
  15093. 2709.87 s [ghcide] unLocA (src/Development/IDE/GHC/Compat/Core.hs:704)
  15094. 2709.87 s [ghcide] LocatedAn (src/Development/IDE/GHC/Compat/Core.hs:701)
  15095. 2709.87 s [ghcide] LocatedA
  15096. 2709.87 s [ghcide] RealLocated
  15097. 2709.87 s [ghcide] RealSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:572)
  15098. 2709.87 s [ghcide] RealSrcLoc (src/Development/IDE/GHC/Compat/Core.hs:578)
  15099. 2709.87 s [ghcide] mkRealSrcLoc
  15100. 2709.87 s [ghcide] getRealSrcSpan
  15101. 2709.87 s [ghcide] realSrcLocSpan
  15102. 2709.87 s [ghcide] realSrcSpanStart
  15103. 2709.87 s [ghcide] realSrcSpanEnd
  15104. 2709.87 s [ghcide] isSubspanOfA (src/Development/IDE/GHC/Compat/Core.hs:699)
  15105. 2709.87 s [ghcide] srcSpanStartLine
  15106. 2709.87 s [ghcide] srcSpanStartCol
  15107. 2709.87 s [ghcide] srcSpanEndLine
  15108. 2709.87 s [ghcide] srcSpanEndCol
  15109. 2709.87 s [ghcide] srcSpanFile
  15110. 2709.87 s [ghcide] noLoc
  15111. 2709.87 s [ghcide] srcSpanToRealSrcSpan
  15112. 2709.87 s [ghcide] mapLoc (src/Development/IDE/GHC/Compat/Core.hs:745)
  15113. 2709.87 s [ghcide] mkHomeModLocation (src/Development/IDE/GHC/Compat/Core.hs:567)
  15114. 2709.87 s [ghcide] findObjectLinkableMaybe
  15115. 2709.87 s [ghcide] InstalledFindResult
  15116. 2709.87 s [ghcide] PackageName
  15117. 2709.87 s [ghcide] unload (src/Development/IDE/GHC/Compat/Core.hs:692)
  15118. 2709.87 s [ghcide] Hooks
  15119. 2709.87 s [ghcide] runMetaHook
  15120. 2709.87 s [ghcide] MetaHook
  15121. 2709.87 s [ghcide] metaRequestE
  15122. 2709.87 s [ghcide] metaRequestP
  15123. 2709.87 s [ghcide] metaRequestT
  15124. 2709.87 s [ghcide] metaRequestD
  15125. 2709.87 s [ghcide] metaRequestAW
  15126. 2709.87 s [ghcide] addToHpt
  15127. 2709.87 s [ghcide] addListToHpt
  15128. 2709.87 s [ghcide] TargetId
  15129. 2709.87 s [ghcide] mkSimpleTarget (src/Development/IDE/GHC/Compat/Core.hs:749)
  15130. 2709.87 s [ghcide] initObjLinker (src/Development/IDE/GHC/Compat/Core.hs:676)
  15131. 2709.87 s [ghcide] loadDLL (src/Development/IDE/GHC/Compat/Core.hs:680)
  15132. 2709.87 s [ghcide] InteractiveImport
  15133. 2709.87 s [ghcide] parseImportDecl
  15134. 2709.87 s [ghcide] runDecls
  15135. 2709.87 s [ghcide] GRE (src/Development/IDE/GHC/Compat/Core.hs:709)
  15136. 2709.87 s [ghcide] gre_name (src/Development/IDE/GHC/Compat/Core.hs:709)
  15137. 2709.87 s [ghcide] gre_imp (src/Development/IDE/GHC/Compat/Core.hs:709)
  15138. 2709.87 s [ghcide] gre_lcl (src/Development/IDE/GHC/Compat/Core.hs:709)
  15139. 2709.87 s [ghcide] gre_par (src/Development/IDE/GHC/Compat/Core.hs:709)
  15140. 2709.87 s [ghcide] collectHsBindsBinders (src/Development/IDE/GHC/Compat/Core.hs:718)
  15141. 2709.87 s [ghcide] hasKey
  15142. 2709.87 s [ghcide] allNameStrings
  15143. 2709.87 s [ghcide] allNameStringList
  15144. 2709.87 s [ghcide] itName
  15145. 2709.87 s [ghcide] mkUnboundName
  15146. 2709.87 s [ghcide] isUnboundName
  15147. 2709.87 s [ghcide] basicKnownKeyNames
  15148. 2709.87 s [ghcide] genericTyConNames
  15149. 2709.87 s [ghcide] gHC_PRIM
  15150. 2709.87 s [ghcide] gHC_PRIM_PANIC
  15151. 2709.87 s [ghcide] gHC_TYPES
  15152. 2709.87 s [ghcide] gHC_MAGIC
  15153. 2709.87 s [ghcide] gHC_MAGIC_DICT
  15154. 2709.87 s [ghcide] gHC_CSTRING
  15155. 2709.87 s [ghcide] gHC_CLASSES
  15156. 2709.87 s [ghcide] gHC_PRIMOPWRAPPERS
  15157. 2709.87 s [ghcide] gHC_INTERNAL_TUPLE
  15158. 2709.87 s [ghcide] pRELUDE
  15159. 2709.87 s [ghcide] dATA_LIST
  15160. 2709.87 s [ghcide] cONTROL_MONAD_ZIP
  15161. 2709.87 s [ghcide] gHC_INTERNAL_NUM_INTEGER
  15162. 2709.87 s [ghcide] gHC_INTERNAL_NUM_NATURAL
  15163. 2709.87 s [ghcide] gHC_INTERNAL_NUM_BIGNAT
  15164. 2709.87 s [ghcide] gHC_INTERNAL_BASE
  15165. 2709.87 s [ghcide] gHC_INTERNAL_ENUM
  15166. 2709.87 s [ghcide] gHC_INTERNAL_GHCI
  15167. 2709.87 s [ghcide] gHC_INTERNAL_GHCI_HELPERS
  15168. 2709.87 s [ghcide] gHC_INTERNAL_SHOW
  15169. 2709.87 s [ghcide] gHC_INTERNAL_READ
  15170. 2709.87 s [ghcide] gHC_INTERNAL_NUM
  15171. 2709.87 s [ghcide] gHC_INTERNAL_MAYBE
  15172. 2709.87 s [ghcide] gHC_INTERNAL_LIST
  15173. 2709.87 s [ghcide] gHC_INTERNAL_DATA_EITHER
  15174. 2709.87 s [ghcide] gHC_INTERNAL_DATA_STRING
  15175. 2709.87 s [ghcide] gHC_INTERNAL_DATA_FOLDABLE
  15176. 2709.87 s [ghcide] gHC_INTERNAL_DATA_TRAVERSABLE
  15177. 2709.87 s [ghcide] gHC_INTERNAL_CONC
  15178. 2709.87 s [ghcide] gHC_INTERNAL_IO
  15179. 2709.87 s [ghcide] gHC_INTERNAL_IO_Exception
  15180. 2709.87 s [ghcide] gHC_INTERNAL_ST
  15181. 2709.87 s [ghcide] gHC_INTERNAL_IX
  15182. 2709.87 s [ghcide] gHC_INTERNAL_STABLE
  15183. 2709.87 s [ghcide] gHC_INTERNAL_PTR
  15184. 2709.87 s [ghcide] gHC_INTERNAL_ERR
  15185. 2709.87 s [ghcide] gHC_INTERNAL_REAL
  15186. 2709.87 s [ghcide] gHC_INTERNAL_FLOAT
  15187. 2709.87 s [ghcide] gHC_INTERNAL_TOP_HANDLER
  15188. 2709.87 s [ghcide] gHC_INTERNAL_SYSTEM_IO
  15189. 2709.87 s [ghcide] gHC_INTERNAL_DYNAMIC
  15190. 2709.87 s [ghcide] gHC_INTERNAL_TYPEABLE
  15191. 2709.87 s [ghcide] gHC_INTERNAL_TYPEABLE_INTERNAL
  15192. 2709.87 s [ghcide] gHC_INTERNAL_DATA_DATA
  15193. 2709.87 s [ghcide] gHC_INTERNAL_READ_PREC
  15194. 2709.87 s [ghcide] gHC_INTERNAL_LEX
  15195. 2709.87 s [ghcide] gHC_INTERNAL_INT
  15196. 2709.87 s [ghcide] gHC_INTERNAL_WORD
  15197. 2709.87 s [ghcide] gHC_INTERNAL_MONAD
  15198. 2709.87 s [ghcide] gHC_INTERNAL_MONAD_FIX
  15199. 2709.87 s [ghcide] gHC_INTERNAL_MONAD_FAIL
  15200. 2709.87 s [ghcide] gHC_INTERNAL_ARROW
  15201. 2709.87 s [ghcide] gHC_INTERNAL_DESUGAR
  15202. 2709.87 s [ghcide] gHC_INTERNAL_RANDOM
  15203. 2709.87 s [ghcide] gHC_INTERNAL_EXTS
  15204. 2709.87 s [ghcide] gHC_INTERNAL_IS_LIST
  15205. 2709.87 s [ghcide] gHC_INTERNAL_CONTROL_EXCEPTION_BASE
  15206. 2709.87 s [ghcide] gHC_INTERNAL_EXCEPTION_CONTEXT
  15207. 2709.87 s [ghcide] gHC_INTERNAL_GENERICS
  15208. 2709.87 s [ghcide] gHC_INTERNAL_TYPEERROR
  15209. 2709.87 s [ghcide] gHC_INTERNAL_TYPELITS
  15210. 2709.87 s [ghcide] gHC_INTERNAL_TYPELITS_INTERNAL
  15211. 2709.87 s [ghcide] gHC_INTERNAL_TYPENATS
  15212. 2709.87 s [ghcide] gHC_INTERNAL_TYPENATS_INTERNAL
  15213. 2709.87 s [ghcide] gHC_INTERNAL_DATA_COERCE
  15214. 2709.87 s [ghcide] gHC_INTERNAL_DEBUG_TRACE
  15215. 2709.87 s [ghcide] gHC_INTERNAL_UNSAFE_COERCE
  15216. 2709.87 s [ghcide] gHC_INTERNAL_FOREIGN_C_CONSTPTR
  15217. 2709.87 s [ghcide] gHC_INTERNAL_SRCLOC
  15218. 2709.87 s [ghcide] gHC_INTERNAL_STACK
  15219. 2709.87 s [ghcide] gHC_INTERNAL_STACK_TYPES
  15220. 2709.87 s [ghcide] gHC_INTERNAL_STATICPTR
  15221. 2709.87 s [ghcide] gHC_INTERNAL_STATICPTR_INTERNAL
  15222. 2709.87 s [ghcide] gHC_INTERNAL_FINGERPRINT_TYPE
  15223. 2709.87 s [ghcide] gHC_INTERNAL_OVER_LABELS
  15224. 2709.87 s [ghcide] gHC_INTERNAL_RECORDS
  15225. 2709.87 s [ghcide] dATA_TUPLE_EXPERIMENTAL
  15226. 2709.87 s [ghcide] dATA_SUM_EXPERIMENTAL
  15227. 2709.87 s [ghcide] rOOT_MAIN
  15228. 2709.87 s [ghcide] mkInteractiveModule
  15229. 2709.87 s [ghcide] pRELUDE_NAME
  15230. 2709.87 s [ghcide] mAIN_NAME
  15231. 2709.87 s [ghcide] mkPrimModule
  15232. 2709.87 s [ghcide] mkBignumModule
  15233. 2709.87 s [ghcide] mkGhcInternalModule
  15234. 2709.87 s [ghcide] mkGhcInternalModule_
  15235. 2709.87 s [ghcide] mkBaseModule
  15236. 2709.87 s [ghcide] mkBaseModule_
  15237. 2709.87 s [ghcide] mkThisGhcModule
  15238. 2709.87 s [ghcide] mkThisGhcModule_
  15239. 2709.87 s [ghcide] mkMainModule
  15240. 2709.87 s [ghcide] mkMainModule_
  15241. 2709.87 s [ghcide] mkExperimentalModule
  15242. 2709.87 s [ghcide] main_RDR_Unqual
  15243. 2709.87 s [ghcide] eq_RDR
  15244. 2709.87 s [ghcide] ge_RDR
  15245. 2709.87 s [ghcide] le_RDR
  15246. 2709.87 s [ghcide] lt_RDR
  15247. 2709.87 s [ghcide] gt_RDR
  15248. 2709.87 s [ghcide] compare_RDR
  15249. 2709.87 s [ghcide] ltTag_RDR
  15250. 2709.87 s [ghcide] eqTag_RDR
  15251. 2709.87 s [ghcide] gtTag_RDR
  15252. 2709.87 s [ghcide] map_RDR
  15253. 2709.87 s [ghcide] append_RDR
  15254. 2709.87 s [ghcide] foldr_RDR
  15255. 2709.87 s [ghcide] build_RDR
  15256. 2709.87 s [ghcide] returnM_RDR
  15257. 2709.87 s [ghcide] bindM_RDR
  15258. 2709.87 s [ghcide] failM_RDR
  15259. 2709.87 s [ghcide] left_RDR
  15260. 2709.87 s [ghcide] right_RDR
  15261. 2709.87 s [ghcide] fromEnum_RDR
  15262. 2709.87 s [ghcide] toEnum_RDR
  15263. 2709.87 s [ghcide] enumFrom_RDR
  15264. 2709.87 s [ghcide] enumFromTo_RDR
  15265. 2709.87 s [ghcide] enumFromThen_RDR
  15266. 2709.87 s [ghcide] enumFromThenTo_RDR
  15267. 2709.87 s [ghcide] times_RDR
  15268. 2709.87 s [ghcide] plus_RDR
  15269. 2709.87 s [ghcide] compose_RDR
  15270. 2709.87 s [ghcide] and_RDR
  15271. 2709.87 s [ghcide] not_RDR
  15272. 2709.87 s [ghcide] dataToTag_RDR
  15273. 2709.87 s [ghcide] succ_RDR
  15274. 2709.87 s [ghcide] pred_RDR
  15275. 2709.87 s [ghcide] minBound_RDR
  15276. 2709.87 s [ghcide] maxBound_RDR
  15277. 2709.87 s [ghcide] range_RDR
  15278. 2709.87 s [ghcide] inRange_RDR
  15279. 2709.87 s [ghcide] index_RDR
  15280. 2709.87 s [ghcide] unsafeIndex_RDR
  15281. 2709.87 s [ghcide] unsafeRangeSize_RDR
  15282. 2709.87 s [ghcide] readList_RDR
  15283. 2709.87 s [ghcide] readListDefault_RDR
  15284. 2709.87 s [ghcide] readListPrec_RDR
  15285. 2709.87 s [ghcide] readListPrecDefault_RDR
  15286. 2709.87 s [ghcide] readPrec_RDR
  15287. 2709.87 s [ghcide] parens_RDR
  15288. 2709.87 s [ghcide] choose_RDR
  15289. 2709.87 s [ghcide] lexP_RDR
  15290. 2709.87 s [ghcide] expectP_RDR
  15291. 2709.87 s [ghcide] readField_RDR
  15292. 2709.87 s [ghcide] readFieldHash_RDR
  15293. 2709.87 s [ghcide] readSymField_RDR
  15294. 2709.87 s [ghcide] punc_RDR
  15295. 2709.87 s [ghcide] ident_RDR
  15296. 2709.87 s [ghcide] symbol_RDR
  15297. 2709.87 s [ghcide] step_RDR
  15298. 2709.87 s [ghcide] alt_RDR
  15299. 2709.87 s [ghcide] reset_RDR
  15300. 2709.87 s [ghcide] prec_RDR
  15301. 2709.87 s [ghcide] pfail_RDR
  15302. 2709.87 s [ghcide] showsPrec_RDR
  15303. 2709.87 s [ghcide] shows_RDR
  15304. 2709.87 s [ghcide] showString_RDR
  15305. 2709.87 s [ghcide] showSpace_RDR
  15306. 2709.87 s [ghcide] showCommaSpace_RDR
  15307. 2709.87 s [ghcide] showParen_RDR
  15308. 2709.87 s [ghcide] error_RDR
  15309. 2709.87 s [ghcide] u1DataCon_RDR
  15310. 2709.87 s [ghcide] par1DataCon_RDR
  15311. 2709.87 s [ghcide] rec1DataCon_RDR
  15312. 2709.87 s [ghcide] k1DataCon_RDR
  15313. 2709.87 s [ghcide] m1DataCon_RDR
  15314. 2709.87 s [ghcide] l1DataCon_RDR
  15315. 2709.87 s [ghcide] r1DataCon_RDR
  15316. 2709.87 s [ghcide] prodDataCon_RDR
  15317. 2709.87 s [ghcide] comp1DataCon_RDR
  15318. 2709.87 s [ghcide] unPar1_RDR
  15319. 2709.87 s [ghcide] unRec1_RDR
  15320. 2709.87 s [ghcide] unK1_RDR
  15321. 2709.87 s [ghcide] unComp1_RDR
  15322. 2709.87 s [ghcide] from_RDR
  15323. 2709.87 s [ghcide] from1_RDR
  15324. 2709.87 s [ghcide] to_RDR
  15325. 2709.87 s [ghcide] to1_RDR
  15326. 2709.87 s [ghcide] datatypeName_RDR
  15327. 2709.87 s [ghcide] moduleName_RDR
  15328. 2709.87 s [ghcide] packageName_RDR
  15329. 2709.87 s [ghcide] isNewtypeName_RDR
  15330. 2709.87 s [ghcide] selName_RDR
  15331. 2709.87 s [ghcide] conName_RDR
  15332. 2709.87 s [ghcide] conFixity_RDR
  15333. 2709.87 s [ghcide] conIsRecord_RDR
  15334. 2709.87 s [ghcide] prefixDataCon_RDR
  15335. 2709.87 s [ghcide] infixDataCon_RDR
  15336. 2709.87 s [ghcide] leftAssocDataCon_RDR
  15337. 2709.87 s [ghcide] rightAssocDataCon_RDR
  15338. 2709.87 s [ghcide] notAssocDataCon_RDR
  15339. 2709.87 s [ghcide] uAddrDataCon_RDR
  15340. 2709.87 s [ghcide] uCharDataCon_RDR
  15341. 2709.87 s [ghcide] uDoubleDataCon_RDR
  15342. 2709.87 s [ghcide] uFloatDataCon_RDR
  15343. 2709.87 s [ghcide] uIntDataCon_RDR
  15344. 2709.87 s [ghcide] uWordDataCon_RDR
  15345. 2709.87 s [ghcide] uAddrHash_RDR
  15346. 2709.87 s [ghcide] uCharHash_RDR
  15347. 2709.87 s [ghcide] uDoubleHash_RDR
  15348. 2709.87 s [ghcide] uFloatHash_RDR
  15349. 2709.87 s [ghcide] uIntHash_RDR
  15350. 2709.87 s [ghcide] uWordHash_RDR
  15351. 2709.87 s [ghcide] fmap_RDR
  15352. 2709.87 s [ghcide] replace_RDR
  15353. 2709.87 s [ghcide] pure_RDR
  15354. 2709.87 s [ghcide] ap_RDR
  15355. 2709.87 s [ghcide] liftA2_RDR
  15356. 2709.87 s [ghcide] foldable_foldr_RDR
  15357. 2709.87 s [ghcide] foldMap_RDR
  15358. 2709.87 s [ghcide] null_RDR
  15359. 2709.87 s [ghcide] all_RDR
  15360. 2709.87 s [ghcide] traverse_RDR
  15361. 2709.87 s [ghcide] mempty_RDR
  15362. 2709.87 s [ghcide] mappend_RDR
  15363. 2709.87 s [ghcide] varQual_RDR
  15364. 2709.87 s [ghcide] tcQual_RDR
  15365. 2709.87 s [ghcide] clsQual_RDR
  15366. 2709.87 s [ghcide] dataQual_RDR
  15367. 2709.87 s [ghcide] fieldQual_RDR
  15368. 2709.87 s [ghcide] wildCardName
  15369. 2709.87 s [ghcide] runMainIOName
  15370. 2709.87 s [ghcide] runRWName
  15371. 2709.87 s [ghcide] orderingTyConName
  15372. 2709.87 s [ghcide] ordLTDataConName
  15373. 2709.87 s [ghcide] ordEQDataConName
  15374. 2709.87 s [ghcide] ordGTDataConName
  15375. 2709.87 s [ghcide] specTyConName
  15376. 2709.87 s [ghcide] eitherTyConName
  15377. 2709.87 s [ghcide] leftDataConName
  15378. 2709.87 s [ghcide] rightDataConName
  15379. 2709.87 s [ghcide] voidTyConName
  15380. 2709.87 s [ghcide] v1TyConName
  15381. 2709.87 s [ghcide] u1TyConName
  15382. 2709.87 s [ghcide] par1TyConName
  15383. 2709.87 s [ghcide] rec1TyConName
  15384. 2709.87 s [ghcide] k1TyConName
  15385. 2709.87 s [ghcide] m1TyConName
  15386. 2709.87 s [ghcide] sumTyConName
  15387. 2709.87 s [ghcide] prodTyConName
  15388. 2709.87 s [ghcide] compTyConName
  15389. 2709.87 s [ghcide] rTyConName
  15390. 2709.87 s [ghcide] dTyConName
  15391. 2709.87 s [ghcide] cTyConName
  15392. 2709.87 s [ghcide] sTyConName
  15393. 2709.87 s [ghcide] rec0TyConName
  15394. 2709.87 s [ghcide] d1TyConName
  15395. 2709.87 s [ghcide] c1TyConName
  15396. 2709.87 s [ghcide] s1TyConName
  15397. 2709.87 s [ghcide] repTyConName
  15398. 2709.87 s [ghcide] rep1TyConName
  15399. 2709.87 s [ghcide] uRecTyConName
  15400. 2709.87 s [ghcide] uAddrTyConName
  15401. 2709.87 s [ghcide] uCharTyConName
  15402. 2709.87 s [ghcide] uDoubleTyConName
  15403. 2709.87 s [ghcide] uFloatTyConName
  15404. 2709.87 s [ghcide] uIntTyConName
  15405. 2709.87 s [ghcide] uWordTyConName
  15406. 2709.87 s [ghcide] prefixIDataConName
  15407. 2709.87 s [ghcide] infixIDataConName
  15408. 2709.87 s [ghcide] leftAssociativeDataConName
  15409. 2709.87 s [ghcide] rightAssociativeDataConName
  15410. 2709.87 s [ghcide] notAssociativeDataConName
  15411. 2709.87 s [ghcide] sourceUnpackDataConName
  15412. 2709.87 s [ghcide] sourceNoUnpackDataConName
  15413. 2709.87 s [ghcide] noSourceUnpackednessDataConName
  15414. 2709.87 s [ghcide] sourceLazyDataConName
  15415. 2709.87 s [ghcide] sourceStrictDataConName
  15416. 2709.87 s [ghcide] noSourceStrictnessDataConName
  15417. 2709.87 s [ghcide] decidedLazyDataConName
  15418. 2709.87 s [ghcide] decidedStrictDataConName
  15419. 2709.87 s [ghcide] decidedUnpackDataConName
  15420. 2709.87 s [ghcide] metaDataDataConName
  15421. 2709.87 s [ghcide] metaConsDataConName
  15422. 2709.87 s [ghcide] metaSelDataConName
  15423. 2709.87 s [ghcide] divIntName
  15424. 2709.87 s [ghcide] modIntName
  15425. 2709.87 s [ghcide] cstringLengthName
  15426. 2709.87 s [ghcide] eqStringName
  15427. 2709.87 s [ghcide] unpackCStringName
  15428. 2709.87 s [ghcide] unpackCStringAppendName
  15429. 2709.87 s [ghcide] unpackCStringFoldrName
  15430. 2709.87 s [ghcide] unpackCStringUtf8Name
  15431. 2709.87 s [ghcide] unpackCStringAppendUtf8Name
  15432. 2709.87 s [ghcide] unpackCStringFoldrUtf8Name
  15433. 2709.87 s [ghcide] inlineIdName
  15434. 2709.87 s [ghcide] eqClassName
  15435. 2709.88 s [ghcide] eqName
  15436. 2709.88 s [ghcide] ordClassName
  15437. 2709.88 s [ghcide] geName
  15438. 2709.88 s [ghcide] functorClassName
  15439. 2709.88 s [ghcide] fmapName
  15440. 2709.88 s [ghcide] monadClassName
  15441. 2709.88 s [ghcide] thenMName
  15442. 2709.88 s [ghcide] bindMName
  15443. 2709.88 s [ghcide] returnMName
  15444. 2709.88 s [ghcide] monadFailClassName
  15445. 2709.88 s [ghcide] failMName
  15446. 2709.88 s [ghcide] applicativeClassName
  15447. 2709.88 s [ghcide] apAName
  15448. 2709.88 s [ghcide] pureAName
  15449. 2709.88 s [ghcide] thenAName
  15450. 2709.88 s [ghcide] foldableClassName
  15451. 2709.88 s [ghcide] traversableClassName
  15452. 2709.88 s [ghcide] semigroupClassName
  15453. 2709.88 s [ghcide] sappendName
  15454. 2709.88 s [ghcide] monoidClassName
  15455. 2709.88 s [ghcide] memptyName
  15456. 2709.88 s [ghcide] mappendName
  15457. 2709.88 s [ghcide] mconcatName
  15458. 2709.88 s [ghcide] joinMName
  15459. 2709.88 s [ghcide] alternativeClassName
  15460. 2709.88 s [ghcide] joinMIdKey
  15461. 2709.88 s [ghcide] apAClassOpKey
  15462. 2709.88 s [ghcide] pureAClassOpKey
  15463. 2709.88 s [ghcide] thenAClassOpKey
  15464. 2709.88 s [ghcide] alternativeClassKey
  15465. 2709.88 s [ghcide] considerAccessibleName
  15466. 2709.88 s [ghcide] dollarName
  15467. 2709.88 s [ghcide] otherwiseIdName
  15468. 2709.88 s [ghcide] foldrName
  15469. 2709.88 s [ghcide] buildName
  15470. 2709.88 s [ghcide] augmentName
  15471. 2709.88 s [ghcide] mapName
  15472. 2709.88 s [ghcide] appendName
  15473. 2709.88 s [ghcide] assertName
  15474. 2709.88 s [ghcide] fromStringName
  15475. 2709.88 s [ghcide] numClassName
  15476. 2709.88 s [ghcide] fromIntegerName
  15477. 2709.88 s [ghcide] minusName
  15478. 2709.88 s [ghcide] negateName
  15479. 2709.88 s [ghcide] bnbVarQual
  15480. 2709.88 s [ghcide] bnnVarQual
  15481. 2709.88 s [ghcide] bniVarQual
  15482. 2709.88 s [ghcide] bignatEqName
  15483. 2709.88 s [ghcide] bignatCompareName
  15484. 2709.88 s [ghcide] bignatCompareWordName
  15485. 2709.88 s [ghcide] naturalToWordName
  15486. 2709.88 s [ghcide] naturalPopCountName
  15487. 2709.88 s [ghcide] naturalShiftRName
  15488. 2709.88 s [ghcide] naturalShiftLName
  15489. 2709.88 s [ghcide] naturalAddName
  15490. 2709.88 s [ghcide] naturalSubName
  15491. 2709.88 s [ghcide] naturalSubThrowName
  15492. 2709.88 s [ghcide] naturalSubUnsafeName
  15493. 2709.88 s [ghcide] naturalMulName
  15494. 2709.88 s [ghcide] naturalQuotRemName
  15495. 2709.88 s [ghcide] naturalQuotName
  15496. 2709.88 s [ghcide] naturalRemName
  15497. 2709.88 s [ghcide] naturalAndName
  15498. 2709.88 s [ghcide] naturalAndNotName
  15499. 2709.88 s [ghcide] naturalOrName
  15500. 2709.88 s [ghcide] naturalXorName
  15501. 2709.88 s [ghcide] naturalTestBitName
  15502. 2709.88 s [ghcide] naturalBitName
  15503. 2709.88 s [ghcide] naturalGcdName
  15504. 2709.88 s [ghcide] naturalLcmName
  15505. 2709.88 s [ghcide] naturalLog2Name
  15506. 2709.88 s [ghcide] naturalLogBaseWordName
  15507. 2709.88 s [ghcide] naturalLogBaseName
  15508. 2709.88 s [ghcide] naturalPowModName
  15509. 2709.88 s [ghcide] naturalSizeInBaseName
  15510. 2709.88 s [ghcide] integerFromNaturalName
  15511. 2709.88 s [ghcide] integerToNaturalClampName
  15512. 2709.88 s [ghcide] integerToNaturalThrowName
  15513. 2709.88 s [ghcide] integerToNaturalName
  15514. 2709.88 s [ghcide] integerToWordName
  15515. 2709.88 s [ghcide] integerToIntName
  15516. 2709.88 s [ghcide] integerToWord64Name
  15517. 2709.88 s [ghcide] integerToInt64Name
  15518. 2709.88 s [ghcide] integerFromWordName
  15519. 2709.88 s [ghcide] integerFromWord64Name
  15520. 2709.88 s [ghcide] integerFromInt64Name
  15521. 2709.88 s [ghcide] integerAddName
  15522. 2709.88 s [ghcide] integerMulName
  15523. 2709.88 s [ghcide] integerSubName
  15524. 2709.88 s [ghcide] integerNegateName
  15525. 2709.88 s [ghcide] integerAbsName
  15526. 2709.88 s [ghcide] integerPopCountName
  15527. 2709.88 s [ghcide] integerQuotName
  15528. 2709.88 s [ghcide] integerRemName
  15529. 2709.88 s [ghcide] integerDivName
  15530. 2709.88 s [ghcide] integerModName
  15531. 2709.88 s [ghcide] integerDivModName
  15532. 2709.88 s [ghcide] integerQuotRemName
  15533. 2709.88 s [ghcide] integerEncodeFloatName
  15534. 2709.88 s [ghcide] integerEncodeDoubleName
  15535. 2709.88 s [ghcide] integerGcdName
  15536. 2709.88 s [ghcide] integerLcmName
  15537. 2709.88 s [ghcide] integerAndName
  15538. 2709.88 s [ghcide] integerOrName
  15539. 2709.88 s [ghcide] integerXorName
  15540. 2709.88 s [ghcide] integerComplementName
  15541. 2709.88 s [ghcide] integerBitName
  15542. 2709.88 s [ghcide] integerTestBitName
  15543. 2709.88 s [ghcide] integerShiftLName
  15544. 2709.88 s [ghcide] integerShiftRName
  15545. 2709.88 s [ghcide] rationalTyConName
  15546. 2709.88 s [ghcide] ratioTyConName
  15547. 2709.88 s [ghcide] ratioDataConName
  15548. 2709.88 s [ghcide] realClassName
  15549. 2709.88 s [ghcide] integralClassName
  15550. 2709.88 s [ghcide] realFracClassName
  15551. 2709.88 s [ghcide] fractionalClassName
  15552. 2709.88 s [ghcide] fromRationalName
  15553. 2709.88 s [ghcide] toIntegerName
  15554. 2709.88 s [ghcide] toRationalName
  15555. 2709.88 s [ghcide] fromIntegralName
  15556. 2709.88 s [ghcide] realToFracName
  15557. 2709.88 s [ghcide] mkRationalBase2Name
  15558. 2709.88 s [ghcide] mkRationalBase10Name
  15559. 2709.88 s [ghcide] floatingClassName
  15560. 2709.88 s [ghcide] realFloatClassName
  15561. 2709.88 s [ghcide] integerToFloatName
  15562. 2709.88 s [ghcide] integerToDoubleName
  15563. 2709.88 s [ghcide] naturalToFloatName
  15564. 2709.88 s [ghcide] naturalToDoubleName
  15565. 2709.88 s [ghcide] rationalToFloatName
  15566. 2709.88 s [ghcide] rationalToDoubleName
  15567. 2709.88 s [ghcide] ixClassName
  15568. 2709.88 s [ghcide] trModuleTyConName
  15569. 2709.88 s [ghcide] trModuleDataConName
  15570. 2709.88 s [ghcide] trNameTyConName
  15571. 2709.88 s [ghcide] trNameSDataConName
  15572. 2709.88 s [ghcide] trNameDDataConName
  15573. 2709.88 s [ghcide] trTyConTyConName
  15574. 2709.88 s [ghcide] trTyConDataConName
  15575. 2709.88 s [ghcide] kindRepTyConName
  15576. 2709.88 s [ghcide] kindRepTyConAppDataConName
  15577. 2709.88 s [ghcide] kindRepVarDataConName
  15578. 2709.88 s [ghcide] kindRepAppDataConName
  15579. 2709.88 s [ghcide] kindRepFunDataConName
  15580. 2709.88 s [ghcide] kindRepTYPEDataConName
  15581. 2709.88 s [ghcide] kindRepTypeLitSDataConName
  15582. 2709.88 s [ghcide] kindRepTypeLitDDataConName
  15583. 2709.88 s [ghcide] typeLitSortTyConName
  15584. 2709.88 s [ghcide] typeLitSymbolDataConName
  15585. 2709.88 s [ghcide] typeLitNatDataConName
  15586. 2709.88 s [ghcide] typeLitCharDataConName
  15587. 2709.88 s [ghcide] typeableClassName
  15588. 2709.88 s [ghcide] typeRepTyConName
  15589. 2709.88 s [ghcide] someTypeRepTyConName
  15590. 2709.88 s [ghcide] someTypeRepDataConName
  15591. 2709.88 s [ghcide] typeRepIdName
  15592. 2709.88 s [ghcide] mkTrTypeName
  15593. 2709.88 s [ghcide] mkTrConName
  15594. 2709.88 s [ghcide] mkTrAppName
  15595. 2709.88 s [ghcide] mkTrFunName
  15596. 2709.88 s [ghcide] typeNatTypeRepName
  15597. 2709.88 s [ghcide] typeSymbolTypeRepName
  15598. 2709.88 s [ghcide] typeCharTypeRepName
  15599. 2709.88 s [ghcide] trGhcPrimModuleName
  15600. 2709.88 s [ghcide] starKindRepName
  15601. 2709.88 s [ghcide] starArrStarKindRepName
  15602. 2709.88 s [ghcide] starArrStarArrStarKindRepName
  15603. 2709.88 s [ghcide] constraintKindRepName
  15604. 2709.88 s [ghcide] withDictClassName
  15605. 2709.88 s [ghcide] nonEmptyTyConName
  15606. 2709.88 s [ghcide] dataToTagClassName
  15607. 2709.88 s [ghcide] errorMessageTypeErrorFamName
  15608. 2709.88 s [ghcide] typeErrorTextDataConName
  15609. 2709.88 s [ghcide] typeErrorAppendDataConName
  15610. 2709.88 s [ghcide] typeErrorVAppendDataConName
  15611. 2709.88 s [ghcide] typeErrorShowTypeDataConName
  15612. 2709.88 s [ghcide] unsatisfiableClassName
  15613. 2709.88 s [ghcide] unsatisfiableIdName
  15614. 2709.88 s [ghcide] unsafeEqualityProofName
  15615. 2709.88 s [ghcide] unsafeEqualityTyConName
  15616. 2709.88 s [ghcide] unsafeReflDataConName
  15617. 2709.88 s [ghcide] unsafeCoercePrimName
  15618. 2709.88 s [ghcide] toDynName
  15619. 2709.88 s [ghcide] dataClassName
  15620. 2709.88 s [ghcide] assertErrorName
  15621. 2709.88 s [ghcide] traceName
  15622. 2709.88 s [ghcide] enumClassName
  15623. 2709.88 s [ghcide] enumFromName
  15624. 2709.88 s [ghcide] enumFromToName
  15625. 2709.88 s [ghcide] enumFromThenName
  15626. 2709.88 s [ghcide] enumFromThenToName
  15627. 2709.88 s [ghcide] boundedClassName
  15628. 2709.88 s [ghcide] concatName
  15629. 2709.88 s [ghcide] filterName
  15630. 2709.88 s [ghcide] zipName
  15631. 2709.88 s [ghcide] isListClassName
  15632. 2709.88 s [ghcide] fromListName
  15633. 2709.88 s [ghcide] fromListNName
  15634. 2709.88 s [ghcide] toListName
  15635. 2709.88 s [ghcide] getFieldName
  15636. 2709.88 s [ghcide] setFieldName
  15637. 2709.88 s [ghcide] showClassName
  15638. 2709.88 s [ghcide] readClassName
  15639. 2709.88 s [ghcide] genClassName
  15640. 2709.88 s [ghcide] gen1ClassName
  15641. 2709.88 s [ghcide] datatypeClassName
  15642. 2709.88 s [ghcide] constructorClassName
  15643. 2709.88 s [ghcide] selectorClassName
  15644. 2709.88 s [ghcide] genericClassNames
  15645. 2709.88 s [ghcide] ghciIoClassName
  15646. 2709.88 s [ghcide] ghciStepIoMName
  15647. 2709.88 s [ghcide] ioTyConName
  15648. 2709.88 s [ghcide] ioDataConName
  15649. 2709.88 s [ghcide] thenIOName
  15650. 2709.88 s [ghcide] bindIOName
  15651. 2709.88 s [ghcide] returnIOName
  15652. 2709.88 s [ghcide] failIOName
  15653. 2709.88 s [ghcide] int8TyConName
  15654. 2709.88 s [ghcide] int16TyConName
  15655. 2709.88 s [ghcide] int32TyConName
  15656. 2709.88 s [ghcide] int64TyConName
  15657. 2709.88 s [ghcide] word8TyConName
  15658. 2709.88 s [ghcide] word16TyConName
  15659. 2709.88 s [ghcide] word32TyConName
  15660. 2709.88 s [ghcide] word64TyConName
  15661. 2709.88 s [ghcide] ptrTyConName
  15662. 2709.88 s [ghcide] funPtrTyConName
  15663. 2709.88 s [ghcide] stablePtrTyConName
  15664. 2709.88 s [ghcide] newStablePtrName
  15665. 2709.88 s [ghcide] monadFixClassName
  15666. 2709.88 s [ghcide] mfixName
  15667. 2709.88 s [ghcide] arrAName
  15668. 2709.88 s [ghcide] composeAName
  15669. 2709.88 s [ghcide] firstAName
  15670. 2709.88 s [ghcide] appAName
  15671. 2709.88 s [ghcide] choiceAName
  15672. 2709.88 s [ghcide] loopAName
  15673. 2709.88 s [ghcide] guardMName
  15674. 2709.88 s [ghcide] liftMName
  15675. 2709.88 s [ghcide] mzipName
  15676. 2709.88 s [ghcide] toAnnotationWrapperName
  15677. 2709.88 s [ghcide] monadPlusClassName
  15678. 2709.88 s [ghcide] isStringClassName
  15679. 2709.88 s [ghcide] knownNatClassName
  15680. 2709.88 s [ghcide] knownSymbolClassName
  15681. 2709.88 s [ghcide] knownCharClassName
  15682. 2709.88 s [ghcide] fromLabelClassOpName
  15683. 2709.88 s [ghcide] ipClassName
  15684. 2709.88 s [ghcide] hasFieldClassName
  15685. 2709.88 s [ghcide] exceptionContextTyConName
  15686. 2709.88 s [ghcide] emptyExceptionContextName
  15687. 2709.88 s [ghcide] callStackTyConName
  15688. 2709.88 s [ghcide] emptyCallStackName
  15689. 2709.88 s [ghcide] pushCallStackName
  15690. 2709.88 s [ghcide] srcLocDataConName
  15691. 2709.88 s [ghcide] pLUGINS
  15692. 2709.88 s [ghcide] pluginTyConName
  15693. 2709.88 s [ghcide] frontendPluginTyConName
  15694. 2709.88 s [ghcide] makeStaticName
  15695. 2709.88 s [ghcide] staticPtrInfoTyConName
  15696. 2709.88 s [ghcide] staticPtrInfoDataConName
  15697. 2709.88 s [ghcide] staticPtrTyConName
  15698. 2709.88 s [ghcide] staticPtrDataConName
  15699. 2709.88 s [ghcide] fromStaticPtrName
  15700. 2709.88 s [ghcide] fingerprintDataConName
  15701. 2709.88 s [ghcide] constPtrConName
  15702. 2709.88 s [ghcide] jsvalTyConName
  15703. 2709.88 s [ghcide] varQual
  15704. 2709.88 s [ghcide] tcQual
  15705. 2709.88 s [ghcide] clsQual
  15706. 2709.88 s [ghcide] dcQual
  15707. 2709.88 s [ghcide] mk_known_key_name
  15708. 2709.88 s [ghcide] boundedClassKey
  15709. 2709.88 s [ghcide] enumClassKey
  15710. 2709.88 s [ghcide] eqClassKey
  15711. 2709.88 s [ghcide] floatingClassKey
  15712. 2709.88 s [ghcide] fractionalClassKey
  15713. 2709.88 s [ghcide] integralClassKey
  15714. 2709.88 s [ghcide] monadClassKey
  15715. 2709.88 s [ghcide] dataClassKey
  15716. 2709.88 s [ghcide] functorClassKey
  15717. 2709.88 s [ghcide] numClassKey
  15718. 2709.88 s [ghcide] ordClassKey
  15719. 2709.88 s [ghcide] readClassKey
  15720. 2709.88 s [ghcide] realClassKey
  15721. 2709.88 s [ghcide] realFloatClassKey
  15722. 2709.88 s [ghcide] realFracClassKey
  15723. 2709.88 s [ghcide] showClassKey
  15724. 2709.88 s [ghcide] ixClassKey
  15725. 2709.88 s [ghcide] typeableClassKey
  15726. 2709.88 s [ghcide] withDictClassKey
  15727. 2709.88 s [ghcide] dataToTagClassKey
  15728. 2709.88 s [ghcide] monadFixClassKey
  15729. 2709.88 s [ghcide] monadFailClassKey
  15730. 2709.88 s [ghcide] monadPlusClassKey
  15731. 2709.88 s [ghcide] randomClassKey
  15732. 2709.88 s [ghcide] randomGenClassKey
  15733. 2709.88 s [ghcide] isStringClassKey
  15734. 2709.88 s [ghcide] applicativeClassKey
  15735. 2709.88 s [ghcide] foldableClassKey
  15736. 2709.88 s [ghcide] traversableClassKey
  15737. 2709.88 s [ghcide] genClassKey
  15738. 2709.88 s [ghcide] gen1ClassKey
  15739. 2709.88 s [ghcide] datatypeClassKey
  15740. 2709.88 s [ghcide] constructorClassKey
  15741. 2709.88 s [ghcide] selectorClassKey
  15742. 2709.88 s [ghcide] knownNatClassNameKey
  15743. 2709.88 s [ghcide] knownSymbolClassNameKey
  15744. 2709.88 s [ghcide] knownCharClassNameKey
  15745. 2709.88 s [ghcide] ghciIoClassKey
  15746. 2709.88 s [ghcide] semigroupClassKey
  15747. 2709.88 s [ghcide] monoidClassKey
  15748. 2709.88 s [ghcide] ipClassKey
  15749. 2709.88 s [ghcide] hasFieldClassNameKey
  15750. 2709.88 s [ghcide] addrPrimTyConKey
  15751. 2709.88 s [ghcide] arrayPrimTyConKey
  15752. 2709.88 s [ghcide] boolTyConKey
  15753. 2709.88 s [ghcide] byteArrayPrimTyConKey
  15754. 2709.88 s [ghcide] stringTyConKey
  15755. 2709.88 s [ghcide] charPrimTyConKey
  15756. 2709.88 s [ghcide] charTyConKey
  15757. 2709.88 s [ghcide] doublePrimTyConKey
  15758. 2709.88 s [ghcide] doubleTyConKey
  15759. 2709.88 s [ghcide] floatPrimTyConKey
  15760. 2709.88 s [ghcide] floatTyConKey
  15761. 2709.88 s [ghcide] fUNTyConKey
  15762. 2709.88 s [ghcide] intPrimTyConKey
  15763. 2709.88 s [ghcide] intTyConKey
  15764. 2709.88 s [ghcide] int8PrimTyConKey
  15765. 2709.88 s [ghcide] int8TyConKey
  15766. 2709.88 s [ghcide] int16PrimTyConKey
  15767. 2709.88 s [ghcide] int16TyConKey
  15768. 2709.88 s [ghcide] int32PrimTyConKey
  15769. 2709.88 s [ghcide] int32TyConKey
  15770. 2709.88 s [ghcide] int64PrimTyConKey
  15771. 2709.88 s [ghcide] int64TyConKey
  15772. 2709.88 s [ghcide] integerTyConKey
  15773. 2709.88 s [ghcide] naturalTyConKey
  15774. 2709.88 s [ghcide] listTyConKey
  15775. 2709.88 s [ghcide] foreignObjPrimTyConKey
  15776. 2709.88 s [ghcide] maybeTyConKey
  15777. 2709.88 s [ghcide] weakPrimTyConKey
  15778. 2709.88 s [ghcide] mutableArrayPrimTyConKey
  15779. 2709.88 s [ghcide] mutableByteArrayPrimTyConKey
  15780. 2709.88 s [ghcide] orderingTyConKey
  15781. 2709.88 s [ghcide] mVarPrimTyConKey
  15782. 2709.88 s [ghcide] ioPortPrimTyConKey
  15783. 2709.88 s [ghcide] ratioTyConKey
  15784. 2709.88 s [ghcide] rationalTyConKey
  15785. 2709.88 s [ghcide] realWorldTyConKey
  15786. 2709.88 s [ghcide] stablePtrPrimTyConKey
  15787. 2709.88 s [ghcide] stablePtrTyConKey
  15788. 2709.88 s [ghcide] eqTyConKey
  15789. 2709.88 s [ghcide] heqTyConKey
  15790. 2709.88 s [ghcide] ctArrowTyConKey
  15791. 2709.88 s [ghcide] ccArrowTyConKey
  15792. 2709.88 s [ghcide] tcArrowTyConKey
  15793. 2709.88 s [ghcide] statePrimTyConKey
  15794. 2709.88 s [ghcide] stableNamePrimTyConKey
  15795. 2709.88 s [ghcide] stableNameTyConKey
  15796. 2709.88 s [ghcide] eqPrimTyConKey
  15797. 2709.88 s [ghcide] eqReprPrimTyConKey
  15798. 2709.88 s [ghcide] eqPhantPrimTyConKey
  15799. 2709.88 s [ghcide] mutVarPrimTyConKey
  15800. 2709.88 s [ghcide] ioTyConKey
  15801. 2709.88 s [ghcide] wordPrimTyConKey
  15802. 2709.88 s [ghcide] wordTyConKey
  15803. 2709.88 s [ghcide] word8PrimTyConKey
  15804. 2709.88 s [ghcide] word8TyConKey
  15805. 2709.88 s [ghcide] word16PrimTyConKey
  15806. 2709.88 s [ghcide] word16TyConKey
  15807. 2709.88 s [ghcide] word32PrimTyConKey
  15808. 2709.88 s [ghcide] word32TyConKey
  15809. 2709.88 s [ghcide] word64PrimTyConKey
  15810. 2709.88 s [ghcide] word64TyConKey
  15811. 2709.88 s [ghcide] kindConKey
  15812. 2709.88 s [ghcide] boxityConKey
  15813. 2709.88 s [ghcide] typeConKey
  15814. 2709.88 s [ghcide] threadIdPrimTyConKey
  15815. 2709.88 s [ghcide] bcoPrimTyConKey
  15816. 2709.88 s [ghcide] ptrTyConKey
  15817. 2709.88 s [ghcide] funPtrTyConKey
  15818. 2709.88 s [ghcide] tVarPrimTyConKey
  15819. 2709.88 s [ghcide] compactPrimTyConKey
  15820. 2709.88 s [ghcide] stackSnapshotPrimTyConKey
  15821. 2709.88 s [ghcide] promptTagPrimTyConKey
  15822. 2709.88 s [ghcide] eitherTyConKey
  15823. 2709.88 s [ghcide] voidTyConKey
  15824. 2709.88 s [ghcide] nonEmptyTyConKey
  15825. 2709.88 s [ghcide] dictTyConKey
  15826. 2709.88 s [ghcide] liftedTypeKindTyConKey
  15827. 2709.88 s [ghcide] unliftedTypeKindTyConKey
  15828. 2709.88 s [ghcide] tYPETyConKey
  15829. 2709.88 s [ghcide] cONSTRAINTTyConKey
  15830. 2709.88 s [ghcide] constraintKindTyConKey
  15831. 2709.88 s [ghcide] levityTyConKey
  15832. 2709.88 s [ghcide] runtimeRepTyConKey
  15833. 2709.88 s [ghcide] vecCountTyConKey
  15834. 2709.89 s [ghcide] vecElemTyConKey
  15835. 2709.89 s [ghcide] liftedRepTyConKey
  15836. 2709.89 s [ghcide] unliftedRepTyConKey
  15837. 2709.89 s [ghcide] zeroBitRepTyConKey
  15838. 2709.89 s [ghcide] zeroBitTypeTyConKey
  15839. 2709.89 s [ghcide] pluginTyConKey
  15840. 2709.89 s [ghcide] frontendPluginTyConKey
  15841. 2709.89 s [ghcide] trTyConTyConKey
  15842. 2709.89 s [ghcide] trModuleTyConKey
  15843. 2709.89 s [ghcide] trNameTyConKey
  15844. 2709.89 s [ghcide] kindRepTyConKey
  15845. 2709.89 s [ghcide] typeLitSortTyConKey
  15846. 2709.89 s [ghcide] v1TyConKey
  15847. 2709.89 s [ghcide] u1TyConKey
  15848. 2709.89 s [ghcide] par1TyConKey
  15849. 2709.89 s [ghcide] rec1TyConKey
  15850. 2709.89 s [ghcide] k1TyConKey
  15851. 2709.89 s [ghcide] m1TyConKey
  15852. 2709.89 s [ghcide] sumTyConKey
  15853. 2709.89 s [ghcide] prodTyConKey
  15854. 2709.89 s [ghcide] compTyConKey
  15855. 2709.89 s [ghcide] rTyConKey
  15856. 2709.89 s [ghcide] dTyConKey
  15857. 2709.89 s [ghcide] cTyConKey
  15858. 2709.89 s [ghcide] sTyConKey
  15859. 2709.89 s [ghcide] rec0TyConKey
  15860. 2709.89 s [ghcide] d1TyConKey
  15861. 2709.89 s [ghcide] c1TyConKey
  15862. 2709.89 s [ghcide] s1TyConKey
  15863. 2709.89 s [ghcide] repTyConKey
  15864. 2709.89 s [ghcide] rep1TyConKey
  15865. 2709.89 s [ghcide] uRecTyConKey
  15866. 2709.89 s [ghcide] uAddrTyConKey
  15867. 2709.89 s [ghcide] uCharTyConKey
  15868. 2709.89 s [ghcide] uDoubleTyConKey
  15869. 2709.89 s [ghcide] uFloatTyConKey
  15870. 2709.89 s [ghcide] uIntTyConKey
  15871. 2709.89 s [ghcide] uWordTyConKey
  15872. 2709.89 s [ghcide] unsatisfiableClassNameKey
  15873. 2709.89 s [ghcide] anyTyConKey
  15874. 2709.89 s [ghcide] zonkAnyTyConKey
  15875. 2709.89 s [ghcide] errorMessageTypeErrorFamKey
  15876. 2709.89 s [ghcide] coercibleTyConKey
  15877. 2709.89 s [ghcide] proxyPrimTyConKey
  15878. 2709.89 s [ghcide] specTyConKey
  15879. 2709.89 s [ghcide] smallArrayPrimTyConKey
  15880. 2709.89 s [ghcide] smallMutableArrayPrimTyConKey
  15881. 2709.89 s [ghcide] staticPtrTyConKey
  15882. 2709.89 s [ghcide] staticPtrInfoTyConKey
  15883. 2709.89 s [ghcide] callStackTyConKey
  15884. 2709.89 s [ghcide] typeRepTyConKey
  15885. 2709.89 s [ghcide] someTypeRepTyConKey
  15886. 2709.89 s [ghcide] someTypeRepDataConKey
  15887. 2709.89 s [ghcide] typeSymbolAppendFamNameKey
  15888. 2709.89 s [ghcide] unsafeEqualityTyConKey
  15889. 2709.89 s [ghcide] multiplicityTyConKey
  15890. 2709.89 s [ghcide] unrestrictedFunTyConKey
  15891. 2709.89 s [ghcide] multMulTyConKey
  15892. 2709.89 s [ghcide] int8X16PrimTyConKey
  15893. 2709.89 s [ghcide] int16X8PrimTyConKey
  15894. 2709.89 s [ghcide] int32X4PrimTyConKey
  15895. 2709.89 s [ghcide] int64X2PrimTyConKey
  15896. 2709.89 s [ghcide] int8X32PrimTyConKey
  15897. 2709.89 s [ghcide] int16X16PrimTyConKey
  15898. 2709.89 s [ghcide] int32X8PrimTyConKey
  15899. 2709.89 s [ghcide] int64X4PrimTyConKey
  15900. 2709.89 s [ghcide] int8X64PrimTyConKey
  15901. 2709.89 s [ghcide] int16X32PrimTyConKey
  15902. 2709.89 s [ghcide] int32X16PrimTyConKey
  15903. 2709.89 s [ghcide] int64X8PrimTyConKey
  15904. 2709.89 s [ghcide] word8X16PrimTyConKey
  15905. 2709.89 s [ghcide] word16X8PrimTyConKey
  15906. 2709.89 s [ghcide] word32X4PrimTyConKey
  15907. 2709.89 s [ghcide] word64X2PrimTyConKey
  15908. 2709.89 s [ghcide] word8X32PrimTyConKey
  15909. 2709.89 s [ghcide] word16X16PrimTyConKey
  15910. 2709.89 s [ghcide] word32X8PrimTyConKey
  15911. 2709.89 s [ghcide] word64X4PrimTyConKey
  15912. 2709.89 s [ghcide] word8X64PrimTyConKey
  15913. 2709.89 s [ghcide] word16X32PrimTyConKey
  15914. 2709.89 s [ghcide] word32X16PrimTyConKey
  15915. 2709.89 s [ghcide] word64X8PrimTyConKey
  15916. 2709.89 s [ghcide] floatX4PrimTyConKey
  15917. 2709.89 s [ghcide] doubleX2PrimTyConKey
  15918. 2709.89 s [ghcide] floatX8PrimTyConKey
  15919. 2709.89 s [ghcide] doubleX4PrimTyConKey
  15920. 2709.89 s [ghcide] floatX16PrimTyConKey
  15921. 2709.89 s [ghcide] doubleX8PrimTyConKey
  15922. 2709.89 s [ghcide] typeSymbolKindConNameKey
  15923. 2709.89 s [ghcide] typeCharKindConNameKey
  15924. 2709.89 s [ghcide] typeNatAddTyFamNameKey
  15925. 2709.89 s [ghcide] typeNatMulTyFamNameKey
  15926. 2709.89 s [ghcide] typeNatExpTyFamNameKey
  15927. 2709.89 s [ghcide] typeNatSubTyFamNameKey
  15928. 2709.89 s [ghcide] typeSymbolCmpTyFamNameKey
  15929. 2709.89 s [ghcide] typeNatCmpTyFamNameKey
  15930. 2709.89 s [ghcide] typeCharCmpTyFamNameKey
  15931. 2709.89 s [ghcide] typeLeqCharTyFamNameKey
  15932. 2709.89 s [ghcide] typeNatDivTyFamNameKey
  15933. 2709.89 s [ghcide] typeNatModTyFamNameKey
  15934. 2709.89 s [ghcide] typeNatLogTyFamNameKey
  15935. 2709.89 s [ghcide] typeConsSymbolTyFamNameKey
  15936. 2709.89 s [ghcide] typeUnconsSymbolTyFamNameKey
  15937. 2709.89 s [ghcide] typeCharToNatTyFamNameKey
  15938. 2709.89 s [ghcide] typeNatToCharTyFamNameKey
  15939. 2709.89 s [ghcide] constPtrTyConKey
  15940. 2709.89 s [ghcide] jsvalTyConKey
  15941. 2709.89 s [ghcide] exceptionContextTyConKey
  15942. 2709.89 s [ghcide] charDataConKey
  15943. 2709.89 s [ghcide] consDataConKey
  15944. 2709.89 s [ghcide] doubleDataConKey
  15945. 2709.89 s [ghcide] falseDataConKey
  15946. 2709.89 s [ghcide] floatDataConKey
  15947. 2709.89 s [ghcide] intDataConKey
  15948. 2709.89 s [ghcide] nothingDataConKey
  15949. 2709.89 s [ghcide] justDataConKey
  15950. 2709.89 s [ghcide] eqDataConKey
  15951. 2709.89 s [ghcide] nilDataConKey
  15952. 2709.89 s [ghcide] ratioDataConKey
  15953. 2709.89 s [ghcide] word8DataConKey
  15954. 2709.89 s [ghcide] stableNameDataConKey
  15955. 2709.89 s [ghcide] trueDataConKey
  15956. 2709.89 s [ghcide] wordDataConKey
  15957. 2709.89 s [ghcide] ioDataConKey
  15958. 2709.89 s [ghcide] heqDataConKey
  15959. 2709.89 s [ghcide] crossDataConKey
  15960. 2709.89 s [ghcide] inlDataConKey
  15961. 2709.89 s [ghcide] inrDataConKey
  15962. 2709.89 s [ghcide] genUnitDataConKey
  15963. 2709.89 s [ghcide] leftDataConKey
  15964. 2709.89 s [ghcide] rightDataConKey
  15965. 2709.89 s [ghcide] ordLTDataConKey
  15966. 2709.89 s [ghcide] ordEQDataConKey
  15967. 2709.89 s [ghcide] ordGTDataConKey
  15968. 2709.89 s [ghcide] mkDictDataConKey
  15969. 2709.89 s [ghcide] coercibleDataConKey
  15970. 2709.89 s [ghcide] staticPtrDataConKey
  15971. 2709.89 s [ghcide] staticPtrInfoDataConKey
  15972. 2709.89 s [ghcide] fingerprintDataConKey
  15973. 2709.89 s [ghcide] srcLocDataConKey
  15974. 2709.89 s [ghcide] trTyConDataConKey
  15975. 2709.89 s [ghcide] trModuleDataConKey
  15976. 2709.89 s [ghcide] trNameSDataConKey
  15977. 2709.89 s [ghcide] trNameDDataConKey
  15978. 2709.89 s [ghcide] trGhcPrimModuleKey
  15979. 2709.89 s [ghcide] typeErrorTextDataConKey
  15980. 2709.89 s [ghcide] typeErrorAppendDataConKey
  15981. 2709.89 s [ghcide] typeErrorVAppendDataConKey
  15982. 2709.89 s [ghcide] typeErrorShowTypeDataConKey
  15983. 2709.89 s [ghcide] prefixIDataConKey
  15984. 2709.89 s [ghcide] infixIDataConKey
  15985. 2709.89 s [ghcide] leftAssociativeDataConKey
  15986. 2709.89 s [ghcide] rightAssociativeDataConKey
  15987. 2709.89 s [ghcide] notAssociativeDataConKey
  15988. 2709.89 s [ghcide] sourceUnpackDataConKey
  15989. 2709.89 s [ghcide] sourceNoUnpackDataConKey
  15990. 2709.89 s [ghcide] noSourceUnpackednessDataConKey
  15991. 2709.89 s [ghcide] sourceLazyDataConKey
  15992. 2709.89 s [ghcide] sourceStrictDataConKey
  15993. 2709.89 s [ghcide] noSourceStrictnessDataConKey
  15994. 2709.89 s [ghcide] decidedLazyDataConKey
  15995. 2709.89 s [ghcide] decidedStrictDataConKey
  15996. 2709.89 s [ghcide] decidedUnpackDataConKey
  15997. 2709.89 s [ghcide] metaDataDataConKey
  15998. 2709.89 s [ghcide] metaConsDataConKey
  15999. 2709.89 s [ghcide] metaSelDataConKey
  16000. 2709.89 s [ghcide] vecRepDataConKey
  16001. 2709.89 s [ghcide] tupleRepDataConKey
  16002. 2709.89 s [ghcide] sumRepDataConKey
  16003. 2709.89 s [ghcide] boxedRepDataConKey
  16004. 2709.89 s [ghcide] boxedRepDataConTyConKey
  16005. 2709.89 s [ghcide] tupleRepDataConTyConKey
  16006. 2709.89 s [ghcide] runtimeRepSimpleDataConKeys
  16007. 2709.89 s [ghcide] liftedDataConKey
  16008. 2709.89 s [ghcide] unliftedDataConKey
  16009. 2709.89 s [ghcide] vecCountDataConKeys
  16010. 2709.89 s [ghcide] vecElemDataConKeys
  16011. 2709.89 s [ghcide] kindRepTyConAppDataConKey
  16012. 2709.89 s [ghcide] kindRepVarDataConKey
  16013. 2709.89 s [ghcide] kindRepAppDataConKey
  16014. 2709.89 s [ghcide] kindRepFunDataConKey
  16015. 2709.89 s [ghcide] kindRepTYPEDataConKey
  16016. 2709.89 s [ghcide] kindRepTypeLitSDataConKey
  16017. 2709.89 s [ghcide] kindRepTypeLitDDataConKey
  16018. 2709.89 s [ghcide] typeLitSymbolDataConKey
  16019. 2709.89 s [ghcide] typeLitNatDataConKey
  16020. 2709.89 s [ghcide] typeLitCharDataConKey
  16021. 2709.89 s [ghcide] unsafeReflDataConKey
  16022. 2709.89 s [ghcide] oneDataConKey
  16023. 2709.89 s [ghcide] manyDataConKey
  16024. 2709.89 s [ghcide] integerISDataConKey
  16025. 2709.89 s [ghcide] integerINDataConKey
  16026. 2709.89 s [ghcide] integerIPDataConKey
  16027. 2709.89 s [ghcide] naturalNSDataConKey
  16028. 2709.89 s [ghcide] naturalNBDataConKey
  16029. 2709.89 s [ghcide] wildCardKey
  16030. 2709.89 s [ghcide] absentErrorIdKey
  16031. 2709.89 s [ghcide] absentConstraintErrorIdKey
  16032. 2709.89 s [ghcide] augmentIdKey
  16033. 2709.89 s [ghcide] appendIdKey
  16034. 2709.89 s [ghcide] buildIdKey
  16035. 2709.89 s [ghcide] foldrIdKey
  16036. 2709.89 s [ghcide] recSelErrorIdKey
  16037. 2709.89 s [ghcide] seqIdKey
  16038. 2709.89 s [ghcide] absentSumFieldErrorIdKey
  16039. 2709.89 s [ghcide] eqStringIdKey
  16040. 2709.89 s [ghcide] noMethodBindingErrorIdKey
  16041. 2709.89 s [ghcide] nonExhaustiveGuardsErrorIdKey
  16042. 2709.89 s [ghcide] impossibleErrorIdKey
  16043. 2709.89 s [ghcide] impossibleConstraintErrorIdKey
  16044. 2709.89 s [ghcide] patErrorIdKey
  16045. 2709.89 s [ghcide] realWorldPrimIdKey
  16046. 2709.89 s [ghcide] recConErrorIdKey
  16047. 2709.89 s [ghcide] unpackCStringUtf8IdKey
  16048. 2709.89 s [ghcide] unpackCStringAppendUtf8IdKey
  16049. 2709.89 s [ghcide] unpackCStringFoldrUtf8IdKey
  16050. 2709.89 s [ghcide] unpackCStringIdKey
  16051. 2709.89 s [ghcide] unpackCStringAppendIdKey
  16052. 2709.89 s [ghcide] unpackCStringFoldrIdKey
  16053. 2709.89 s [ghcide] voidPrimIdKey
  16054. 2709.89 s [ghcide] typeErrorIdKey
  16055. 2709.89 s [ghcide] divIntIdKey
  16056. 2709.89 s [ghcide] modIntIdKey
  16057. 2709.89 s [ghcide] cstringLengthIdKey
  16058. 2709.89 s [ghcide] concatIdKey
  16059. 2709.89 s [ghcide] filterIdKey
  16060. 2709.89 s [ghcide] zipIdKey
  16061. 2709.89 s [ghcide] bindIOIdKey
  16062. 2709.89 s [ghcide] returnIOIdKey
  16063. 2709.89 s [ghcide] newStablePtrIdKey
  16064. 2709.89 s [ghcide] printIdKey
  16065. 2709.89 s [ghcide] failIOIdKey
  16066. 2709.89 s [ghcide] nullAddrIdKey
  16067. 2709.89 s [ghcide] voidArgIdKey
  16068. 2709.89 s [ghcide] otherwiseIdKey
  16069. 2709.89 s [ghcide] assertIdKey
  16070. 2709.89 s [ghcide] leftSectionKey
  16071. 2709.89 s [ghcide] rightSectionKey
  16072. 2709.89 s [ghcide] rootMainKey
  16073. 2709.89 s [ghcide] runMainKey
  16074. 2709.89 s [ghcide] thenIOIdKey
  16075. 2709.89 s [ghcide] lazyIdKey
  16076. 2709.89 s [ghcide] assertErrorIdKey
  16077. 2709.89 s [ghcide] oneShotKey
  16078. 2709.89 s [ghcide] runRWKey
  16079. 2709.89 s [ghcide] traceKey
  16080. 2709.89 s [ghcide] nospecIdKey
  16081. 2709.89 s [ghcide] inlineIdKey
  16082. 2709.89 s [ghcide] mapIdKey
  16083. 2709.89 s [ghcide] dollarIdKey
  16084. 2709.89 s [ghcide] coercionTokenIdKey
  16085. 2709.89 s [ghcide] considerAccessibleIdKey
  16086. 2709.89 s [ghcide] noinlineIdKey
  16087. 2709.89 s [ghcide] noinlineConstraintIdKey
  16088. 2709.89 s [ghcide] integerToFloatIdKey
  16089. 2709.89 s [ghcide] integerToDoubleIdKey
  16090. 2709.89 s [ghcide] naturalToFloatIdKey
  16091. 2709.89 s [ghcide] naturalToDoubleIdKey
  16092. 2709.89 s [ghcide] rationalToFloatIdKey
  16093. 2709.89 s [ghcide] rationalToDoubleIdKey
  16094. 2709.89 s [ghcide] coerceKey
  16095. 2709.89 s [ghcide] unboundKey
  16096. 2709.89 s [ghcide] fromIntegerClassOpKey
  16097. 2709.89 s [ghcide] minusClassOpKey
  16098. 2709.89 s [ghcide] fromRationalClassOpKey
  16099. 2709.89 s [ghcide] enumFromClassOpKey
  16100. 2709.89 s [ghcide] enumFromThenClassOpKey
  16101. 2709.89 s [ghcide] enumFromToClassOpKey
  16102. 2709.89 s [ghcide] enumFromThenToClassOpKey
  16103. 2709.89 s [ghcide] eqClassOpKey
  16104. 2709.89 s [ghcide] geClassOpKey
  16105. 2709.89 s [ghcide] negateClassOpKey
  16106. 2709.89 s [ghcide] bindMClassOpKey
  16107. 2709.89 s [ghcide] thenMClassOpKey
  16108. 2709.89 s [ghcide] fmapClassOpKey
  16109. 2709.89 s [ghcide] returnMClassOpKey
  16110. 2709.89 s [ghcide] mfixIdKey
  16111. 2709.89 s [ghcide] failMClassOpKey
  16112. 2709.89 s [ghcide] fromLabelClassOpKey
  16113. 2709.89 s [ghcide] arrAIdKey
  16114. 2709.89 s [ghcide] composeAIdKey
  16115. 2709.89 s [ghcide] firstAIdKey
  16116. 2709.89 s [ghcide] appAIdKey
  16117. 2709.89 s [ghcide] choiceAIdKey
  16118. 2709.89 s [ghcide] loopAIdKey
  16119. 2709.89 s [ghcide] fromStringClassOpKey
  16120. 2709.89 s [ghcide] toAnnotationWrapperIdKey
  16121. 2709.89 s [ghcide] fromIntegralIdKey
  16122. 2709.89 s [ghcide] realToFracIdKey
  16123. 2709.89 s [ghcide] toIntegerClassOpKey
  16124. 2709.89 s [ghcide] toRationalClassOpKey
  16125. 2709.89 s [ghcide] guardMIdKey
  16126. 2709.89 s [ghcide] liftMIdKey
  16127. 2709.89 s [ghcide] mzipIdKey
  16128. 2709.89 s [ghcide] ghciStepIoMClassOpKey
  16129. 2709.89 s [ghcide] isListClassKey
  16130. 2709.89 s [ghcide] fromListClassOpKey
  16131. 2709.89 s [ghcide] fromListNClassOpKey
  16132. 2709.89 s [ghcide] toListClassOpKey
  16133. 2709.89 s [ghcide] proxyHashKey
  16134. 2709.89 s [ghcide] mkTyConKey
  16135. 2709.89 s [ghcide] mkTrTypeKey
  16136. 2709.89 s [ghcide] mkTrConKey
  16137. 2709.89 s [ghcide] mkTrAppKey
  16138. 2709.89 s [ghcide] typeNatTypeRepKey
  16139. 2709.89 s [ghcide] typeSymbolTypeRepKey
  16140. 2709.89 s [ghcide] typeCharTypeRepKey
  16141. 2709.89 s [ghcide] typeRepIdKey
  16142. 2709.89 s [ghcide] mkTrFunKey
  16143. 2709.89 s [ghcide] starKindRepKey
  16144. 2709.89 s [ghcide] starArrStarKindRepKey
  16145. 2709.89 s [ghcide] starArrStarArrStarKindRepKey
  16146. 2709.89 s [ghcide] constraintKindRepKey
  16147. 2709.89 s [ghcide] toDynIdKey
  16148. 2709.89 s [ghcide] eqSCSelIdKey
  16149. 2709.89 s [ghcide] heqSCSelIdKey
  16150. 2709.89 s [ghcide] coercibleSCSelIdKey
  16151. 2709.89 s [ghcide] sappendClassOpKey
  16152. 2709.89 s [ghcide] memptyClassOpKey
  16153. 2709.89 s [ghcide] mappendClassOpKey
  16154. 2709.89 s [ghcide] mconcatClassOpKey
  16155. 2709.89 s [ghcide] emptyCallStackKey
  16156. 2709.89 s [ghcide] pushCallStackKey
  16157. 2709.89 s [ghcide] fromStaticPtrClassOpKey
  16158. 2709.89 s [ghcide] makeStaticKey
  16159. 2709.89 s [ghcide] emptyExceptionContextKey
  16160. 2709.89 s [ghcide] unsafeEqualityProofIdKey
  16161. 2709.89 s [ghcide] unsafeCoercePrimIdKey
  16162. 2709.89 s [ghcide] getFieldClassOpKey
  16163. 2709.89 s [ghcide] setFieldClassOpKey
  16164. 2709.89 s [ghcide] unsatisfiableIdNameKey
  16165. 2709.89 s [ghcide] integerFromNaturalIdKey
  16166. 2709.89 s [ghcide] integerToNaturalClampIdKey
  16167. 2709.89 s [ghcide] integerToNaturalThrowIdKey
  16168. 2709.89 s [ghcide] integerToNaturalIdKey
  16169. 2709.89 s [ghcide] integerToWordIdKey
  16170. 2709.89 s [ghcide] integerToIntIdKey
  16171. 2709.89 s [ghcide] integerToWord64IdKey
  16172. 2709.89 s [ghcide] integerToInt64IdKey
  16173. 2709.89 s [ghcide] integerAddIdKey
  16174. 2709.89 s [ghcide] integerMulIdKey
  16175. 2709.89 s [ghcide] integerSubIdKey
  16176. 2709.89 s [ghcide] integerNegateIdKey
  16177. 2709.89 s [ghcide] integerAbsIdKey
  16178. 2709.89 s [ghcide] integerPopCountIdKey
  16179. 2709.89 s [ghcide] integerQuotIdKey
  16180. 2709.89 s [ghcide] integerRemIdKey
  16181. 2709.89 s [ghcide] integerDivIdKey
  16182. 2709.89 s [ghcide] integerModIdKey
  16183. 2709.89 s [ghcide] integerDivModIdKey
  16184. 2709.89 s [ghcide] integerQuotRemIdKey
  16185. 2709.89 s [ghcide] integerEncodeFloatIdKey
  16186. 2709.89 s [ghcide] integerEncodeDoubleIdKey
  16187. 2709.89 s [ghcide] integerGcdIdKey
  16188. 2709.89 s [ghcide] integerLcmIdKey
  16189. 2709.89 s [ghcide] integerAndIdKey
  16190. 2709.89 s [ghcide] integerOrIdKey
  16191. 2709.89 s [ghcide] integerXorIdKey
  16192. 2709.89 s [ghcide] integerComplementIdKey
  16193. 2709.89 s [ghcide] integerBitIdKey
  16194. 2709.89 s [ghcide] integerTestBitIdKey
  16195. 2709.89 s [ghcide] integerShiftLIdKey
  16196. 2709.89 s [ghcide] integerShiftRIdKey
  16197. 2709.89 s [ghcide] integerFromWordIdKey
  16198. 2709.89 s [ghcide] integerFromWord64IdKey
  16199. 2709.89 s [ghcide] integerFromInt64IdKey
  16200. 2709.89 s [ghcide] naturalToWordIdKey
  16201. 2709.89 s [ghcide] naturalPopCountIdKey
  16202. 2709.89 s [ghcide] naturalShiftRIdKey
  16203. 2709.89 s [ghcide] naturalShiftLIdKey
  16204. 2709.89 s [ghcide] naturalAddIdKey
  16205. 2709.89 s [ghcide] naturalSubIdKey
  16206. 2709.89 s [ghcide] naturalSubThrowIdKey
  16207. 2709.89 s [ghcide] naturalSubUnsafeIdKey
  16208. 2709.89 s [ghcide] naturalMulIdKey
  16209. 2709.89 s [ghcide] naturalQuotRemIdKey
  16210. 2709.89 s [ghcide] naturalQuotIdKey
  16211. 2709.89 s [ghcide] naturalRemIdKey
  16212. 2709.89 s [ghcide] naturalAndIdKey
  16213. 2709.89 s [ghcide] naturalAndNotIdKey
  16214. 2709.89 s [ghcide] naturalOrIdKey
  16215. 2709.89 s [ghcide] naturalXorIdKey
  16216. 2709.89 s [ghcide] naturalTestBitIdKey
  16217. 2709.89 s [ghcide] naturalBitIdKey
  16218. 2709.89 s [ghcide] naturalGcdIdKey
  16219. 2709.89 s [ghcide] naturalLcmIdKey
  16220. 2709.89 s [ghcide] naturalLog2IdKey
  16221. 2709.89 s [ghcide] naturalLogBaseWordIdKey
  16222. 2709.89 s [ghcide] naturalLogBaseIdKey
  16223. 2709.89 s [ghcide] naturalPowModIdKey
  16224. 2709.89 s [ghcide] naturalSizeInBaseIdKey
  16225. 2709.89 s [ghcide] bignatEqIdKey
  16226. 2709.89 s [ghcide] bignatCompareIdKey
  16227. 2709.89 s [ghcide] bignatCompareWordIdKey
  16228. 2709.89 s [ghcide] mkRationalBase2IdKey
  16229. 2709.90 s [ghcide] mkRationalBase10IdKey
  16230. 2709.90 s [ghcide] numericClassKeys
  16231. 2709.90 s [ghcide] fractionalClassKeys
  16232. 2709.90 s [ghcide] standardClassKeys
  16233. 2709.90 s [ghcide] derivableClassKeys
  16234. 2709.90 s [ghcide] interactiveClassNames
  16235. 2709.90 s [ghcide] interactiveClassKeys
  16236. 2709.90 s [ghcide] promoteDataCon
  16237. 2709.90 s [ghcide] isUnboxedSumDataCon
  16238. 2709.90 s [ghcide] StrictnessMark
  16239. 2709.90 s [ghcide] DataConEnv
  16240. 2709.90 s [ghcide] eqSpecTyVar
  16241. 2709.90 s [ghcide] eqSpecType
  16242. 2709.90 s [ghcide] eqSpecPair
  16243. 2709.90 s [ghcide] eqSpecPreds
  16244. 2709.90 s [ghcide] isBanged
  16245. 2709.90 s [ghcide] isSrcStrict
  16246. 2709.90 s [ghcide] isSrcUnpacked
  16247. 2709.90 s [ghcide] isMarkedStrict
  16248. 2709.90 s [ghcide] cbvFromStrictMark
  16249. 2709.90 s [ghcide] dataConTagZ
  16250. 2709.90 s [ghcide] dataConImplBangs
  16251. 2709.90 s [ghcide] dataConBoxer
  16252. 2709.90 s [ghcide] dataConOrigResTy
  16253. 2709.90 s [ghcide] dataConNonlinearType
  16254. 2709.90 s [ghcide] dataConDisplayType
  16255. 2709.90 s [ghcide] isTupleDataCon
  16256. 2709.90 s [ghcide] isBoxedTupleDataCon
  16257. 2709.90 s [ghcide] isUnboxedTupleDataCon
  16258. 2709.90 s [ghcide] isCovertGadtDataCon
  16259. 2709.90 s [ghcide] classDataCon
  16260. 2709.90 s [ghcide] dataConCannotMatch
  16261. 2709.90 s [ghcide] checkDataConTyVars
  16262. 2709.90 s [ghcide] dataConUserTyVarsNeedWrapper
  16263. 2709.90 s [ghcide] FamInstMatch
  16264. 2709.90 s [ghcide] FamInstEnv
  16265. 2709.90 s [ghcide] FamInstEnvs
  16266. 2709.90 s [ghcide] FamFlavor
  16267. 2709.90 s [ghcide] FamInst
  16268. 2709.90 s [ghcide] famInstAxiom
  16269. 2709.90 s [ghcide] famInstRHS
  16270. 2709.90 s [ghcide] famInstTyCon
  16271. 2709.90 s [ghcide] famInstsRepTyCons
  16272. 2709.90 s [ghcide] famInstRepTyCon_maybe
  16273. 2709.90 s [ghcide] dataFamInstRepTyCon
  16274. 2709.90 s [ghcide] orphNamesOfFamInst
  16275. 2709.90 s [ghcide] pprFamInsts
  16276. 2709.90 s [ghcide] mkLocalFamInst
  16277. 2709.90 s [ghcide] mkImportedFamInst
  16278. 2709.90 s [ghcide] famInstEnvSize
  16279. 2709.90 s [ghcide] emptyFamInstEnv
  16280. 2709.90 s [ghcide] famInstEnvElts
  16281. 2709.90 s [ghcide] familyInstances
  16282. 2709.90 s [ghcide] familyNameInstances
  16283. 2709.90 s [ghcide] extendFamInstEnvList
  16284. 2709.90 s [ghcide] extendFamInstEnv
  16285. 2709.90 s [ghcide] compatibleBranches
  16286. 2709.90 s [ghcide] mkCoAxBranch
  16287. 2709.90 s [ghcide] mkBranchedCoAxiom
  16288. 2709.90 s [ghcide] mkUnbranchedCoAxiom
  16289. 2709.90 s [ghcide] mkSingleCoAxiom
  16290. 2709.90 s [ghcide] lookupFamInstEnvByTyCon
  16291. 2709.90 s [ghcide] lookupFamInstEnv
  16292. 2709.90 s [ghcide] lookupFamInstEnvConflicts
  16293. 2709.90 s [ghcide] isDominatedBy
  16294. 2709.90 s [ghcide] reduceTyFamApp_maybe
  16295. 2709.90 s [ghcide] topNormaliseType
  16296. 2709.90 s [ghcide] normaliseType
  16297. 2709.90 s [ghcide] normaliseTcApp
  16298. 2709.90 s [ghcide] ForeignExport
  16299. 2709.90 s [ghcide] ForeignImport
  16300. 2709.90 s [ghcide] StandaloneKindSig
  16301. 2709.90 s [ghcide] CImportSpec
  16302. 2709.90 s [ghcide] LDerivClauseTys
  16303. 2709.90 s [ghcide] LHsDerivingClause
  16304. 2709.90 s [ghcide] FamilyInfo
  16305. 2709.90 s [ghcide] LHsFunDep
  16306. 2709.90 s [ghcide] XFunDep
  16307. 2709.90 s [ghcide] LHsDecl
  16308. 2709.90 s [ghcide] hsGroupInstDecls
  16309. 2709.90 s [ghcide] tyClDeclTyVars
  16310. 2709.90 s [ghcide] tyClGroupTyClDecls
  16311. 2709.90 s [ghcide] tyClGroupInstDecls
  16312. 2709.90 s [ghcide] tyClGroupRoleDecls
  16313. 2709.90 s [ghcide] tyClGroupKindSigs
  16314. 2709.90 s [ghcide] collectRuleBndrSigTys
  16315. 2709.90 s [ghcide] docDeclDoc
  16316. 2709.90 s [ghcide] annProvenanceName_maybe
  16317. 2709.90 s [ghcide] HsRuleAnn
  16318. 2709.90 s [ghcide] HsRuleRn
  16319. 2709.90 s [ghcide] XViaStrategyPs
  16320. 2709.90 s [ghcide] DataDeclRn
  16321. 2709.90 s [ghcide] emptyRdrGroup
  16322. 2709.90 s [ghcide] emptyRnGroup
  16323. 2709.90 s [ghcide] appendGroups
  16324. 2709.90 s [ghcide] tyFamInstDeclName
  16325. 2709.90 s [ghcide] tyFamInstDeclLName
  16326. 2709.90 s [ghcide] tyClDeclLName
  16327. 2709.90 s [ghcide] countTyClDecls
  16328. 2709.90 s [ghcide] tcdName
  16329. 2709.90 s [ghcide] pp_vanilla_decl_head
  16330. 2709.90 s [ghcide] pprTyClDeclFlavour
  16331. 2709.90 s [ghcide] familyDeclLName
  16332. 2709.90 s [ghcide] familyDeclName
  16333. 2709.90 s [ghcide] famResultKindSignature
  16334. 2709.90 s [ghcide] standaloneKindSigName
  16335. 2709.90 s [ghcide] getConNames
  16336. 2709.90 s [ghcide] hsConDeclTheta
  16337. 2709.90 s [ghcide] ppDataDefnHeader
  16338. 2709.90 s [ghcide] pprTyFamInstDecl
  16339. 2709.90 s [ghcide] pprDataFamInstFlavour
  16340. 2709.90 s [ghcide] pprHsFamInstLHS
  16341. 2709.90 s [ghcide] instDeclDataFamInsts
  16342. 2709.90 s [ghcide] anyLConIsGadt
  16343. 2709.90 s [ghcide] flattenRuleDecls
  16344. 2709.90 s [ghcide] pprFullRuleName
  16345. 2709.90 s [ghcide] roleAnnotDeclName
  16346. 2709.90 s [ghcide] mkHsAppTy
  16347. 2709.90 s [ghcide] mkHsAppKindTy
  16348. 2709.90 s [ghcide] TyDeclBinders
  16349. 2709.90 s [ghcide] mkSimpleMatch
  16350. 2709.90 s [ghcide] unguardedGRHSs
  16351. 2709.90 s [ghcide] unguardedRHS
  16352. 2709.90 s [ghcide] mkMatchGroup
  16353. 2709.90 s [ghcide] mkLamCaseMatchGroup
  16354. 2709.90 s [ghcide] mkLocatedList
  16355. 2709.90 s [ghcide] mkHsApp
  16356. 2709.90 s [ghcide] mkHsAppWith
  16357. 2709.90 s [ghcide] mkHsApps
  16358. 2709.90 s [ghcide] mkHsAppsWith
  16359. 2709.90 s [ghcide] mkHsAppType
  16360. 2709.90 s [ghcide] mkHsAppTypes
  16361. 2709.90 s [ghcide] mkHsLam
  16362. 2709.90 s [ghcide] mkHsLams
  16363. 2709.90 s [ghcide] mkHsSyntaxApps
  16364. 2709.90 s [ghcide] nlHsTyApp
  16365. 2709.90 s [ghcide] nlHsTyApps
  16366. 2709.90 s [ghcide] mkParPat
  16367. 2709.90 s [ghcide] nlParPat
  16368. 2709.90 s [ghcide] mkRecStmt
  16369. 2709.90 s [ghcide] mkHsIntegral
  16370. 2709.90 s [ghcide] mkHsFractional
  16371. 2709.90 s [ghcide] mkHsIsString
  16372. 2709.90 s [ghcide] mkHsDo
  16373. 2709.90 s [ghcide] mkHsDoAnns
  16374. 2709.90 s [ghcide] mkHsComp
  16375. 2709.90 s [ghcide] mkHsCompAnns
  16376. 2709.90 s [ghcide] mkHsIf
  16377. 2709.90 s [ghcide] mkHsCmdIf
  16378. 2709.90 s [ghcide] mkNPat
  16379. 2709.90 s [ghcide] mkNPlusKPat
  16380. 2709.90 s [ghcide] emptyTransStmt
  16381. 2709.90 s [ghcide] mkTransformStmt
  16382. 2709.90 s [ghcide] mkTransformByStmt
  16383. 2709.90 s [ghcide] mkGroupUsingStmt
  16384. 2709.90 s [ghcide] mkGroupByUsingStmt
  16385. 2709.90 s [ghcide] mkLastStmt
  16386. 2709.90 s [ghcide] mkBodyStmt
  16387. 2709.90 s [ghcide] mkPsBindStmt
  16388. 2709.90 s [ghcide] mkRnBindStmt
  16389. 2709.90 s [ghcide] mkTcBindStmt
  16390. 2709.90 s [ghcide] unitRecStmtTc
  16391. 2709.90 s [ghcide] emptyRecStmt
  16392. 2709.90 s [ghcide] emptyRecStmtName
  16393. 2709.90 s [ghcide] emptyRecStmtId
  16394. 2709.90 s [ghcide] mkLetStmt
  16395. 2709.90 s [ghcide] mkHsString
  16396. 2709.90 s [ghcide] mkHsStringFS
  16397. 2709.90 s [ghcide] mkHsStringPrimLit
  16398. 2709.90 s [ghcide] mkHsCharPrimLit
  16399. 2709.90 s [ghcide] mkConLikeTc
  16400. 2709.90 s [ghcide] nlHsVar
  16401. 2709.90 s [ghcide] nl_HsVar
  16402. 2709.90 s [ghcide] nlHsLit
  16403. 2709.90 s [ghcide] nlHsIntLit
  16404. 2709.90 s [ghcide] nlVarPat
  16405. 2709.90 s [ghcide] nlLitPat
  16406. 2709.90 s [ghcide] nlHsApp
  16407. 2709.90 s [ghcide] nlHsSyntaxApps
  16408. 2709.90 s [ghcide] nlHsApps
  16409. 2709.90 s [ghcide] nlHsVarApps
  16410. 2709.90 s [ghcide] nlConVarPat
  16411. 2709.90 s [ghcide] nlConVarPatName
  16412. 2709.90 s [ghcide] nlInfixConPat
  16413. 2709.90 s [ghcide] nlConPat
  16414. 2709.90 s [ghcide] nlConPatName
  16415. 2709.90 s [ghcide] nlNullaryConPat
  16416. 2709.90 s [ghcide] nlWildConPat
  16417. 2709.90 s [ghcide] nlHsDo
  16418. 2709.90 s [ghcide] nlHsOpApp
  16419. 2709.90 s [ghcide] nlHsLam
  16420. 2709.90 s [ghcide] nlHsPar
  16421. 2709.90 s [ghcide] nlHsIf
  16422. 2709.90 s [ghcide] nlHsCase
  16423. 2709.90 s [ghcide] nlList
  16424. 2709.90 s [ghcide] nlHsAppTy
  16425. 2709.90 s [ghcide] nlHsTyVar
  16426. 2709.90 s [ghcide] nlHsFunTy
  16427. 2709.90 s [ghcide] nlHsParTy
  16428. 2709.90 s [ghcide] nlHsTyConApp
  16429. 2709.90 s [ghcide] nlHsAppKindTy
  16430. 2709.90 s [ghcide] mkLHsTupleExpr
  16431. 2709.90 s [ghcide] mkLHsVarTuple
  16432. 2709.90 s [ghcide] nlTuplePat
  16433. 2709.90 s [ghcide] missingTupArg
  16434. 2709.90 s [ghcide] mkBigLHsTup
  16435. 2709.90 s [ghcide] mkBigLHsPatTup
  16436. 2709.90 s [ghcide] mkHsSigEnv
  16437. 2709.90 s [ghcide] mkLHsWrap
  16438. 2709.90 s [ghcide] mkHsWrap
  16439. 2709.90 s [ghcide] mkHsWrapCo
  16440. 2709.90 s [ghcide] mkHsWrapCoR
  16441. 2709.90 s [ghcide] mkLHsWrapCo
  16442. 2709.90 s [ghcide] mkHsCmdWrap
  16443. 2709.90 s [ghcide] mkLHsCmdWrap
  16444. 2709.90 s [ghcide] mkHsWrapPat
  16445. 2709.90 s [ghcide] mkLHsWrapPat
  16446. 2709.90 s [ghcide] mkHsWrapPatCo
  16447. 2709.90 s [ghcide] mkHsDictLet
  16448. 2709.90 s [ghcide] mkHsVarBind
  16449. 2709.90 s [ghcide] mkVarBind
  16450. 2709.90 s [ghcide] mkPatSynBind
  16451. 2709.90 s [ghcide] mkMatch
  16452. 2709.90 s [ghcide] isUnliftedHsBinds
  16453. 2709.90 s [ghcide] collectLocalBinders
  16454. 2709.90 s [ghcide] collectHsValBinders
  16455. 2709.90 s [ghcide] collectLStmtsBinders
  16456. 2709.90 s [ghcide] collectStmtsBinders
  16457. 2709.90 s [ghcide] collectLStmtBinders
  16458. 2709.90 s [ghcide] collectStmtBinders
  16459. 2709.90 s [ghcide] collectPatBinders
  16460. 2709.90 s [ghcide] collectPatsBinders
  16461. 2709.90 s [ghcide] hsGroupBinders
  16462. 2709.90 s [ghcide] hsTyClForeignBinders
  16463. 2709.90 s [ghcide] getPatSynBinds
  16464. 2709.90 s [ghcide] lStmtsImplicits
  16465. 2709.90 s [ghcide] hsValBindsImplicits
  16466. 2709.90 s [ghcide] lHsRecFieldsImplicits
  16467. 2709.90 s [ghcide] Match
  16468. 2709.90 s [ghcide] XXIEWrappedName
  16469. 2709.90 s [ghcide] XIEType
  16470. 2709.90 s [ghcide] XIEPattern
  16471. 2709.90 s [ghcide] XIEName
  16472. 2709.90 s [ghcide] XXIE
  16473. 2709.90 s [ghcide] XIEDocNamed
  16474. 2709.90 s [ghcide] XIEDoc
  16475. 2709.90 s [ghcide] XIEGroup
  16476. 2709.90 s [ghcide] XIEModuleContents
  16477. 2709.90 s [ghcide] XIEThingWith
  16478. 2709.90 s [ghcide] XIEThingAll
  16479. 2709.90 s [ghcide] XIEThingAbs
  16480. 2709.90 s [ghcide] XIEVar
  16481. 2709.90 s [ghcide] ImportDeclPkgQual
  16482. 2709.90 s [ghcide] XXImportDecl
  16483. 2709.90 s [ghcide] XCImportDecl
  16484. 2709.90 s [ghcide] XXFieldOcc
  16485. 2709.90 s [ghcide] XCFieldOcc
  16486. 2709.90 s [ghcide] XXConDeclField
  16487. 2709.90 s [ghcide] XConDeclField
  16488. 2709.90 s [ghcide] XXTyVarBndr
  16489. 2709.90 s [ghcide] XKindedTyVar
  16490. 2709.90 s [ghcide] XUserTyVar
  16491. 2709.90 s [ghcide] XXHsForAllTelescope
  16492. 2709.90 s [ghcide] XHsForAllInvis
  16493. 2709.90 s [ghcide] XHsForAllVis
  16494. 2709.90 s [ghcide] XXTyLit
  16495. 2709.90 s [ghcide] XCharTy
  16496. 2709.90 s [ghcide] XStrTy
  16497. 2709.90 s [ghcide] XNumTy
  16498. 2709.90 s [ghcide] XXType
  16499. 2709.90 s [ghcide] XWildCardTy
  16500. 2709.90 s [ghcide] XTyLit
  16501. 2709.90 s [ghcide] XExplicitTupleTy
  16502. 2709.90 s [ghcide] XExplicitListTy
  16503. 2709.90 s [ghcide] XRecTy
  16504. 2709.90 s [ghcide] XBangTy
  16505. 2709.90 s [ghcide] XDocTy
  16506. 2709.90 s [ghcide] XSpliceTy
  16507. 2709.90 s [ghcide] XKindSig
  16508. 2709.90 s [ghcide] XStarTy
  16509. 2709.90 s [ghcide] XIParamTy
  16510. 2709.90 s [ghcide] XParTy
  16511. 2709.90 s [ghcide] XOpTy
  16512. 2709.90 s [ghcide] XSumTy
  16513. 2709.90 s [ghcide] XTupleTy
  16514. 2709.90 s [ghcide] XListTy
  16515. 2709.90 s [ghcide] XFunTy
  16516. 2709.90 s [ghcide] XAppKindTy
  16517. 2709.90 s [ghcide] XAppTy
  16518. 2709.90 s [ghcide] XTyVar
  16519. 2709.90 s [ghcide] XQualTy
  16520. 2709.90 s [ghcide] XForAllTy
  16521. 2709.90 s [ghcide] XXHsTyPat
  16522. 2709.90 s [ghcide] XHsTP
  16523. 2709.90 s [ghcide] XXHsPatSigType
  16524. 2709.90 s [ghcide] XHsPS
  16525. 2709.90 s [ghcide] XXHsWildCardBndrs
  16526. 2709.90 s [ghcide] XHsWC
  16527. 2709.90 s [ghcide] XXHsSigType
  16528. 2709.90 s [ghcide] XHsSig
  16529. 2709.90 s [ghcide] XXHsOuterTyVarBndrs
  16530. 2709.90 s [ghcide] XHsOuterExplicit
  16531. 2709.90 s [ghcide] XHsOuterImplicit
  16532. 2709.90 s [ghcide] XXLHsQTyVars
  16533. 2709.90 s [ghcide] XHsQTvs
  16534. 2709.90 s [ghcide] XHsFieldBind
  16535. 2709.90 s [ghcide] XXPat
  16536. 2709.90 s [ghcide] XCoPat
  16537. 2709.90 s [ghcide] XInvisPat
  16538. 2709.90 s [ghcide] XEmbTyPat
  16539. 2709.90 s [ghcide] XSigPat
  16540. 2709.90 s [ghcide] XNPlusKPat
  16541. 2709.90 s [ghcide] XNPat
  16542. 2709.90 s [ghcide] XLitPat
  16543. 2709.90 s [ghcide] XSplicePat
  16544. 2709.90 s [ghcide] XViewPat
  16545. 2709.90 s [ghcide] XConPat
  16546. 2709.90 s [ghcide] XSumPat
  16547. 2709.90 s [ghcide] XTuplePat
  16548. 2709.90 s [ghcide] XListPat
  16549. 2709.90 s [ghcide] XBangPat
  16550. 2709.90 s [ghcide] XParPat
  16551. 2709.90 s [ghcide] XAsPat
  16552. 2709.90 s [ghcide] XLazyPat
  16553. 2709.90 s [ghcide] XVarPat
  16554. 2709.90 s [ghcide] XWildPat
  16555. 2709.90 s [ghcide] XXOverLit
  16556. 2709.90 s [ghcide] XOverLit
  16557. 2709.90 s [ghcide] XXLit
  16558. 2709.90 s [ghcide] XHsDoublePrim
  16559. 2709.90 s [ghcide] XHsFloatPrim
  16560. 2709.90 s [ghcide] XHsRat
  16561. 2709.90 s [ghcide] XHsInteger
  16562. 2709.90 s [ghcide] XHsWord64Prim
  16563. 2709.90 s [ghcide] XHsWord32Prim
  16564. 2709.90 s [ghcide] XHsWord16Prim
  16565. 2709.90 s [ghcide] XHsWord8Prim
  16566. 2709.90 s [ghcide] XHsInt64Prim
  16567. 2709.90 s [ghcide] XHsInt32Prim
  16568. 2709.90 s [ghcide] XHsInt16Prim
  16569. 2709.90 s [ghcide] XHsInt8Prim
  16570. 2709.90 s [ghcide] XHsWordPrim
  16571. 2709.90 s [ghcide] XHsIntPrim
  16572. 2709.90 s [ghcide] XHsInt
  16573. 2709.90 s [ghcide] XHsStringPrim
  16574. 2709.90 s [ghcide] XHsString
  16575. 2709.90 s [ghcide] XHsCharPrim
  16576. 2709.90 s [ghcide] XHsChar
  16577. 2709.90 s [ghcide] XXApplicativeArg
  16578. 2709.90 s [ghcide] XApplicativeArgMany
  16579. 2709.90 s [ghcide] XApplicativeArgOne
  16580. 2709.90 s [ghcide] XXParStmtBlock
  16581. 2709.90 s [ghcide] XParStmtBlock
  16582. 2709.90 s [ghcide] XXCmd
  16583. 2709.90 s [ghcide] XCmdWrap
  16584. 2709.90 s [ghcide] XCmdDo
  16585. 2709.90 s [ghcide] XCmdLet
  16586. 2709.90 s [ghcide] XCmdIf
  16587. 2709.90 s [ghcide] XCmdLamCase
  16588. 2709.90 s [ghcide] XCmdCase
  16589. 2709.90 s [ghcide] XCmdPar
  16590. 2709.90 s [ghcide] XCmdLam
  16591. 2709.90 s [ghcide] XCmdApp
  16592. 2709.90 s [ghcide] XCmdArrForm
  16593. 2709.90 s [ghcide] XCmdArrApp
  16594. 2709.90 s [ghcide] XXStmtLR
  16595. 2709.90 s [ghcide] XRecStmt
  16596. 2709.90 s [ghcide] XTransStmt
  16597. 2709.90 s [ghcide] XParStmt
  16598. 2709.90 s [ghcide] XLetStmt
  16599. 2709.90 s [ghcide] XBodyStmt
  16600. 2709.90 s [ghcide] XApplicativeStmt
  16601. 2709.90 s [ghcide] XBindStmt
  16602. 2709.90 s [ghcide] XLastStmt
  16603. 2709.90 s [ghcide] XXGRHS
  16604. 2709.90 s [ghcide] XCGRHS
  16605. 2709.90 s [ghcide] XXGRHSs
  16606. 2709.90 s [ghcide] XCGRHSs
  16607. 2709.90 s [ghcide] XXMatch
  16608. 2709.90 s [ghcide] XCMatch
  16609. 2709.90 s [ghcide] XXMatchGroup
  16610. 2709.90 s [ghcide] XMG
  16611. 2709.90 s [ghcide] XXCmdTop
  16612. 2709.90 s [ghcide] XCmdTop
  16613. 2709.90 s [ghcide] XXQuote
  16614. 2709.90 s [ghcide] XVarBr
  16615. 2709.90 s [ghcide] XTypBr
  16616. 2709.90 s [ghcide] XDecBrG
  16617. 2709.90 s [ghcide] XDecBrL
  16618. 2709.90 s [ghcide] XPatBr
  16619. 2709.90 s [ghcide] XExpBr
  16620. 2709.90 s [ghcide] XXUntypedSplice
  16621. 2709.90 s [ghcide] XQuasiQuote
  16622. 2709.90 s [ghcide] XUntypedSpliceExpr
  16623. 2709.90 s [ghcide] XXTupArg
  16624. 2709.90 s [ghcide] XMissing
  16625. 2709.90 s [ghcide] XPresent
  16626. 2709.90 s [ghcide] XXAmbiguousFieldOcc
  16627. 2709.90 s [ghcide] XAmbiguous
  16628. 2709.90 s [ghcide] XUnambiguous
  16629. 2709.90 s [ghcide] XXPragE
  16630. 2709.90 s [ghcide] XSCC
  16631. 2709.90 s [ghcide] XXDotFieldOcc
  16632. 2709.90 s [ghcide] XCDotFieldOcc
  16633. 2709.90 s [ghcide] XXExpr
  16634. 2709.90 s [ghcide] XEmbTy
  16635. 2709.90 s [ghcide] XPragE
  16636. 2709.90 s [ghcide] XBinTick
  16637. 2709.90 s [ghcide] XTick
  16638. 2709.90 s [ghcide] XStatic
  16639. 2709.90 s [ghcide] XProc
  16640. 2709.90 s [ghcide] XUntypedSplice
  16641. 2709.90 s [ghcide] XTypedSplice
  16642. 2709.90 s [ghcide] XUntypedBracket
  16643. 2709.91 s [ghcide] XTypedBracket
  16644. 2709.91 s [ghcide] XArithSeq
  16645. 2709.91 s [ghcide] XExprWithTySig
  16646. 2709.91 s [ghcide] XProjection
  16647. 2709.91 s [ghcide] XGetField
  16648. 2709.91 s [ghcide] XLHsOLRecUpdLabels
  16649. 2709.91 s [ghcide] XLHsRecUpdLabels
  16650. 2709.91 s [ghcide] XRecordUpd
  16651. 2709.91 s [ghcide] XRecordCon
  16652. 2709.91 s [ghcide] XExplicitList
  16653. 2709.91 s [ghcide] XDo
  16654. 2709.91 s [ghcide] XLet
  16655. 2709.91 s [ghcide] XMultiIf
  16656. 2709.91 s [ghcide] XIf
  16657. 2709.91 s [ghcide] XCase
  16658. 2709.91 s [ghcide] XExplicitSum
  16659. 2709.91 s [ghcide] XExplicitTuple
  16660. 2709.91 s [ghcide] XSectionR
  16661. 2709.91 s [ghcide] XSectionL
  16662. 2709.91 s [ghcide] XPar
  16663. 2709.91 s [ghcide] XNegApp
  16664. 2709.91 s [ghcide] XOpApp
  16665. 2709.91 s [ghcide] XAppTypeE
  16666. 2709.91 s [ghcide] XApp
  16667. 2709.91 s [ghcide] XLamCase
  16668. 2709.91 s [ghcide] XLam
  16669. 2709.91 s [ghcide] XLitE
  16670. 2709.91 s [ghcide] XOverLitE
  16671. 2709.91 s [ghcide] XIPVar
  16672. 2709.91 s [ghcide] XOverLabel
  16673. 2709.91 s [ghcide] XRecSel
  16674. 2709.91 s [ghcide] XUnboundVar
  16675. 2709.91 s [ghcide] XVar
  16676. 2709.91 s [ghcide] XXModule
  16677. 2709.91 s [ghcide] XCModule
  16678. 2709.91 s [ghcide] XXInjectivityAnn
  16679. 2709.91 s [ghcide] XCInjectivityAnn
  16680. 2709.91 s [ghcide] XXRoleAnnotDecl
  16681. 2709.91 s [ghcide] XCRoleAnnotDecl
  16682. 2709.91 s [ghcide] XXAnnDecl
  16683. 2709.91 s [ghcide] XHsAnnotation
  16684. 2709.91 s [ghcide] XXWarnDecl
  16685. 2709.91 s [ghcide] XWarning
  16686. 2709.91 s [ghcide] XXWarnDecls
  16687. 2709.91 s [ghcide] XWarnings
  16688. 2709.91 s [ghcide] XXRuleBndr
  16689. 2709.91 s [ghcide] XRuleBndrSig
  16690. 2709.91 s [ghcide] XCRuleBndr
  16691. 2709.91 s [ghcide] XXRuleDecl
  16692. 2709.91 s [ghcide] XHsRule
  16693. 2709.91 s [ghcide] XXRuleDecls
  16694. 2709.91 s [ghcide] XCRuleDecls
  16695. 2709.91 s [ghcide] XXForeignExport
  16696. 2709.91 s [ghcide] XCExport
  16697. 2709.91 s [ghcide] XXForeignImport
  16698. 2709.91 s [ghcide] XCImport
  16699. 2709.91 s [ghcide] XXForeignDecl
  16700. 2709.91 s [ghcide] XForeignExport
  16701. 2709.91 s [ghcide] ForeignExport
  16702. 2709.91 s [ghcide] XForeignImport
  16703. 2709.91 s [ghcide] ForeignImport
  16704. 2709.91 s [ghcide] XXDefaultDecl
  16705. 2709.91 s [ghcide] XCDefaultDecl
  16706. 2709.91 s [ghcide] XViaStrategy
  16707. 2709.91 s [ghcide] XNewtypeStrategy
  16708. 2709.91 s [ghcide] XAnyClassStrategy
  16709. 2709.91 s [ghcide] XStockStrategy
  16710. 2709.91 s [ghcide] XXDerivDecl
  16711. 2709.91 s [ghcide] XCDerivDecl
  16712. 2709.91 s [ghcide] XXInstDecl
  16713. 2709.91 s [ghcide] XTyFamInstD
  16714. 2709.91 s [ghcide] XDataFamInstD
  16715. 2709.91 s [ghcide] XClsInstD
  16716. 2709.91 s [ghcide] XXClsInstDecl
  16717. 2709.91 s [ghcide] XCClsInstDecl
  16718. 2709.91 s [ghcide] XXTyFamInstDecl
  16719. 2709.91 s [ghcide] XCTyFamInstDecl
  16720. 2709.91 s [ghcide] XXFamEqn
  16721. 2709.91 s [ghcide] XCFamEqn
  16722. 2709.91 s [ghcide] XXConDecl
  16723. 2709.91 s [ghcide] XConDeclH98
  16724. 2709.91 s [ghcide] XConDeclGADT
  16725. 2709.91 s [ghcide] XXDerivClauseTys
  16726. 2709.91 s [ghcide] XDctMulti
  16727. 2709.91 s [ghcide] XDctSingle
  16728. 2709.91 s [ghcide] XXHsDerivingClause
  16729. 2709.91 s [ghcide] XCHsDerivingClause
  16730. 2709.91 s [ghcide] XXHsDataDefn
  16731. 2709.91 s [ghcide] XCHsDataDefn
  16732. 2709.91 s [ghcide] XXFamilyDecl
  16733. 2709.91 s [ghcide] XCFamilyDecl
  16734. 2709.91 s [ghcide] XXFamilyResultSig
  16735. 2709.91 s [ghcide] XTyVarSig
  16736. 2709.91 s [ghcide] XCKindSig
  16737. 2709.91 s [ghcide] XNoSig
  16738. 2709.91 s [ghcide] XXTyClGroup
  16739. 2709.91 s [ghcide] XCTyClGroup
  16740. 2709.91 s [ghcide] XXFunDep
  16741. 2709.91 s [ghcide] XCFunDep
  16742. 2709.91 s [ghcide] XXTyClDecl
  16743. 2709.91 s [ghcide] XClassDecl
  16744. 2709.91 s [ghcide] XDataDecl
  16745. 2709.91 s [ghcide] XSynDecl
  16746. 2709.91 s [ghcide] XFamDecl
  16747. 2709.91 s [ghcide] XXSpliceDecl
  16748. 2709.91 s [ghcide] XSpliceDecl
  16749. 2709.91 s [ghcide] XXHsGroup
  16750. 2709.91 s [ghcide] XCHsGroup
  16751. 2709.91 s [ghcide] XXHsDecl
  16752. 2709.91 s [ghcide] XRoleAnnotD
  16753. 2709.91 s [ghcide] XDocD
  16754. 2709.91 s [ghcide] XSpliceD
  16755. 2709.91 s [ghcide] XRuleD
  16756. 2709.91 s [ghcide] XAnnD
  16757. 2709.91 s [ghcide] XWarningD
  16758. 2709.91 s [ghcide] XForD
  16759. 2709.91 s [ghcide] XDefD
  16760. 2709.91 s [ghcide] XKindSigD
  16761. 2709.91 s [ghcide] XSigD
  16762. 2709.91 s [ghcide] XValD
  16763. 2709.91 s [ghcide] XDerivD
  16764. 2709.91 s [ghcide] XInstD
  16765. 2709.91 s [ghcide] XTyClD
  16766. 2709.91 s [ghcide] XXStandaloneKindSig
  16767. 2709.91 s [ghcide] XStandaloneKindSig
  16768. 2709.91 s [ghcide] StandaloneKindSig
  16769. 2709.91 s [ghcide] XXFixitySig
  16770. 2709.91 s [ghcide] XFixitySig
  16771. 2709.91 s [ghcide] XXSig
  16772. 2709.91 s [ghcide] XCompleteMatchSig
  16773. 2709.91 s [ghcide] XSCCFunSig
  16774. 2709.91 s [ghcide] XMinimalSig
  16775. 2709.91 s [ghcide] XSpecInstSig
  16776. 2709.91 s [ghcide] XSpecSig
  16777. 2709.91 s [ghcide] XInlineSig
  16778. 2709.91 s [ghcide] XFixSig
  16779. 2709.91 s [ghcide] XIdSig
  16780. 2709.91 s [ghcide] XClassOpSig
  16781. 2709.91 s [ghcide] XPatSynSig
  16782. 2709.91 s [ghcide] XTypeSig
  16783. 2709.91 s [ghcide] XXIPBind
  16784. 2709.91 s [ghcide] XCIPBind
  16785. 2709.91 s [ghcide] XXHsIPBinds
  16786. 2709.91 s [ghcide] XIPBinds
  16787. 2709.91 s [ghcide] XXPatSynBind
  16788. 2709.91 s [ghcide] XPSB
  16789. 2709.91 s [ghcide] XXHsBindsLR
  16790. 2709.91 s [ghcide] XPatSynBind
  16791. 2709.91 s [ghcide] XVarBind
  16792. 2709.91 s [ghcide] XPatBind
  16793. 2709.91 s [ghcide] XFunBind
  16794. 2709.91 s [ghcide] XXValBindsLR
  16795. 2709.91 s [ghcide] XValBinds
  16796. 2709.91 s [ghcide] XXHsLocalBindsLR
  16797. 2709.91 s [ghcide] XEmptyLocalBinds
  16798. 2709.91 s [ghcide] XHsIPBinds
  16799. 2709.91 s [ghcide] XHsValBinds
  16800. 2709.91 s [ghcide] LIdP
  16801. 2709.91 s [ghcide] Anno
  16802. 2709.91 s [ghcide] DataConCantHappen
  16803. 2709.91 s [ghcide] moduleNameFS
  16804. 2709.91 s [ghcide] moduleNameString
  16805. 2709.91 s [ghcide] mkModuleName
  16806. 2709.91 s [ghcide] mkModuleNameFS
  16807. 2709.91 s [ghcide] parseModuleName
  16808. 2709.91 s [ghcide] LPat
  16809. 2709.91 s [ghcide] HsDoFlavour
  16810. 2709.91 s [ghcide] MatchGroup
  16811. 2709.91 s [ghcide] isPromoted
  16812. 2709.91 s [ghcide] CImportSpec
  16813. 2709.91 s [ghcide] negateOverLitVal
  16814. 2709.91 s [ghcide] LHsTypeArg
  16815. 2709.91 s [ghcide] XXArg
  16816. 2709.91 s [ghcide] XArgPar
  16817. 2709.91 s [ghcide] XTypeArg
  16818. 2709.91 s [ghcide] XValArg
  16819. 2709.91 s [ghcide] XXArrow
  16820. 2709.91 s [ghcide] XExplicitMult
  16821. 2709.91 s [ghcide] XLinearArrow
  16822. 2709.91 s [ghcide] XUnrestrictedArrow
  16823. 2709.91 s [ghcide] XXBndrVis
  16824. 2709.91 s [ghcide] HsBndrVis
  16825. 2709.91 s [ghcide] XBndrInvisible
  16826. 2709.91 s [ghcide] XBndrRequired
  16827. 2709.91 s [ghcide] LHsTyPat
  16828. 2709.91 s [ghcide] HsTyPat
  16829. 2709.91 s [ghcide] hsQTvExplicit
  16830. 2709.91 s [ghcide] hsPatSigType
  16831. 2709.91 s [ghcide] mapHsOuterImplicit
  16832. 2709.91 s [ghcide] hsIPNameFS
  16833. 2709.91 s [ghcide] isHsBndrInvisible
  16834. 2709.91 s [ghcide] hsMult
  16835. 2709.91 s [ghcide] hsScaledThing
  16836. 2709.91 s [ghcide] conDetailsArity
  16837. 2709.91 s [ghcide] XConPatTyArg
  16838. 2709.91 s [ghcide] ConLikeP
  16839. 2709.91 s [ghcide] isInvisArgPat
  16840. 2709.91 s [ghcide] isVisArgPat
  16841. 2709.91 s [ghcide] hsConPatArgs
  16842. 2709.91 s [ghcide] hsConPatTyArgs
  16843. 2709.91 s [ghcide] hsRecFields
  16844. 2709.91 s [ghcide] hsRecFieldsArgs
  16845. 2709.91 s [ghcide] hsRecFieldSel
  16846. 2709.91 s [ghcide] XXMultAnn
  16847. 2709.91 s [ghcide] XMultAnn
  16848. 2709.91 s [ghcide] XPct1Ann
  16849. 2709.91 s [ghcide] XNoMultAnn
  16850. 2709.91 s [ghcide] LHsLocalBindsLR
  16851. 2709.91 s [ghcide] isFixityLSig
  16852. 2709.91 s [ghcide] isTypeLSig
  16853. 2709.91 s [ghcide] isSpecLSig
  16854. 2709.91 s [ghcide] isSpecInstLSig
  16855. 2709.91 s [ghcide] isPragLSig
  16856. 2709.91 s [ghcide] isInlineLSig
  16857. 2709.91 s [ghcide] isMinimalLSig
  16858. 2709.91 s [ghcide] isSCCFunSig
  16859. 2709.91 s [ghcide] isCompleteMatchSig
  16860. 2709.91 s [ghcide] XXConDeclGADTDetails
  16861. 2709.91 s [ghcide] XRecConGADT
  16862. 2709.91 s [ghcide] XPrefixConGADT
  16863. 2709.91 s [ghcide] LDerivClauseTys
  16864. 2709.91 s [ghcide] LHsDerivingClause
  16865. 2709.91 s [ghcide] FamilyInfo
  16866. 2709.91 s [ghcide] LHsFunDep
  16867. 2709.91 s [ghcide] XFunDep
  16868. 2709.91 s [ghcide] LHsDecl
  16869. 2709.91 s [ghcide] hsGroupInstDecls
  16870. 2709.91 s [ghcide] tyClDeclTyVars
  16871. 2709.91 s [ghcide] tyClGroupTyClDecls
  16872. 2709.91 s [ghcide] tyClGroupInstDecls
  16873. 2709.91 s [ghcide] tyClGroupRoleDecls
  16874. 2709.91 s [ghcide] tyClGroupKindSigs
  16875. 2709.91 s [ghcide] familyInfoTyConFlavour
  16876. 2709.91 s [ghcide] dataDefnConsNewOrData
  16877. 2709.91 s [ghcide] collectRuleBndrSigTys
  16878. 2709.91 s [ghcide] docDeclDoc
  16879. 2709.91 s [ghcide] annProvenanceName_maybe
  16880. 2709.91 s [ghcide] TransForm
  16881. 2709.91 s [ghcide] DotFieldOcc
  16882. 2709.91 s [ghcide] LHsRecUpdProj
  16883. 2709.91 s [ghcide] RecUpdProj
  16884. 2709.91 s [ghcide] LHsRecProj
  16885. 2709.91 s [ghcide] RecProj
  16886. 2709.91 s [ghcide] FieldLabelStrings
  16887. 2709.91 s [ghcide] isInfixMatch
  16888. 2709.91 s [ghcide] qualifiedDoModuleName_maybe
  16889. 2709.91 s [ghcide] isPatSynCtxt
  16890. 2709.91 s [ghcide] isComprehensionContext
  16891. 2709.91 s [ghcide] isDoComprehensionContext
  16892. 2709.91 s [ghcide] isMonadDoStmtContext
  16893. 2709.91 s [ghcide] isMonadCompContext
  16894. 2709.91 s [ghcide] isMonadDoCompContext
  16895. 2709.91 s [ghcide] LeftOrRight
  16896. 2709.91 s [ghcide] pickLR
  16897. 2709.91 s [ghcide] QuoteWrapper
  16898. 2709.91 s [ghcide] EvTerm
  16899. 2709.91 s [ghcide] EvExpr
  16900. 2709.91 s [ghcide] EvBind
  16901. 2709.91 s [ghcide] EvBindInfo
  16902. 2709.91 s [ghcide] EvBindMap
  16903. 2709.91 s [ghcide] EvBindsVar
  16904. 2709.91 s [ghcide] TcEvBinds
  16905. 2709.91 s [ghcide] HsWrapper
  16906. 2709.91 s [ghcide] TcMCoercionR
  16907. 2709.91 s [ghcide] TcMCoercionN
  16908. 2709.91 s [ghcide] TcMCoercion
  16909. 2709.91 s [ghcide] TcCoercionP
  16910. 2709.91 s [ghcide] TcCoercionR
  16911. 2709.91 s [ghcide] TcCoercionN
  16912. 2709.91 s [ghcide] TcCoercion
  16913. 2709.91 s [ghcide] mkWpEta
  16914. 2709.91 s [ghcide] mkWpCastR
  16915. 2709.91 s [ghcide] mkWpCastN
  16916. 2709.91 s [ghcide] mkWpTyApps
  16917. 2709.91 s [ghcide] mkWpEvApps
  16918. 2709.91 s [ghcide] mkWpEvVarApps
  16919. 2709.91 s [ghcide] mkWpTyLams
  16920. 2709.91 s [ghcide] mkWpForAllCast
  16921. 2709.91 s [ghcide] mkWpEvLams
  16922. 2709.91 s [ghcide] mkWpLet
  16923. 2709.91 s [ghcide] idHsWrapper
  16924. 2709.91 s [ghcide] isIdHsWrapper
  16925. 2709.91 s [ghcide] collectHsWrapBinders
  16926. 2709.91 s [ghcide] isCoEvBindsVar
  16927. 2709.91 s [ghcide] emptyEvBindMap
  16928. 2709.91 s [ghcide] extendEvBinds
  16929. 2709.91 s [ghcide] isEmptyEvBindMap
  16930. 2709.91 s [ghcide] lookupEvBind
  16931. 2709.91 s [ghcide] evBindMapBinds
  16932. 2709.91 s [ghcide] foldEvBindMap
  16933. 2709.91 s [ghcide] nonDetStrictFoldEvBindMap
  16934. 2709.91 s [ghcide] filterEvBindMap
  16935. 2709.91 s [ghcide] evBindMapToVarSet
  16936. 2709.91 s [ghcide] varSetMinusEvBindMap
  16937. 2709.91 s [ghcide] evBindVar
  16938. 2709.91 s [ghcide] mkWantedEvBind
  16939. 2709.91 s [ghcide] mkGivenEvBind
  16940. 2709.91 s [ghcide] evCoercion
  16941. 2709.91 s [ghcide] evDFunApp
  16942. 2709.91 s [ghcide] evDataConApp
  16943. 2709.91 s [ghcide] evSelector
  16944. 2709.91 s [ghcide] evTypeable
  16945. 2709.91 s [ghcide] mkEvCast
  16946. 2709.91 s [ghcide] mkEvScSelectors
  16947. 2709.91 s [ghcide] emptyTcEvBinds
  16948. 2709.91 s [ghcide] isEmptyTcEvBinds
  16949. 2709.91 s [ghcide] evTermCoercion_maybe
  16950. 2709.91 s [ghcide] evTermCoercion
  16951. 2709.91 s [ghcide] findNeededEvVars
  16952. 2709.91 s [ghcide] evVarsOfTerm
  16953. 2709.91 s [ghcide] pprHsWrapper
  16954. 2709.91 s [ghcide] quoteWrapperTyVarTy
  16955. 2709.91 s [ghcide] newName
  16956. 2709.91 s [ghcide] getEnv
  16957. 2709.91 s [ghcide] newUnique
  16958. 2709.91 s [ghcide] Env
  16959. 2709.91 s [ghcide] newMutVar
  16960. 2709.91 s [ghcide] readMutVar
  16961. 2709.91 s [ghcide] writeMutVar
  16962. 2709.91 s [ghcide] TcLclEnv
  16963. 2709.91 s [ghcide] zipWith3M
  16964. 2709.91 s [ghcide] zipWith3M_
  16965. 2709.91 s [ghcide] zipWith4M
  16966. 2709.91 s [ghcide] zipWithAndUnzipM
  16967. 2709.91 s [ghcide] mapAndUnzip4M
  16968. 2709.91 s [ghcide] mapAndUnzip5M
  16969. 2709.91 s [ghcide] newTcRef
  16970. 2709.91 s [ghcide] readTcRef
  16971. 2709.91 s [ghcide] writeTcRef
  16972. 2709.91 s [ghcide] updTcRef
  16973. 2709.91 s [ghcide] updTcRefM
  16974. 2709.91 s [ghcide] PromotionErr
  16975. 2709.91 s [ghcide] pprPECategory
  16976. 2709.91 s [ghcide] peCategory
  16977. 2709.92 s [ghcide] ClosedTypeId
  16978. 2709.92 s [ghcide] RhsNames
  16979. 2709.92 s [ghcide] TcIdSigInst
  16980. 2709.92 s [ghcide] TcPatSynSig
  16981. 2709.92 s [ghcide] TcSigInfo
  16982. 2709.92 s [ghcide] TcPartialSig
  16983. 2709.92 s [ghcide] TcIdSig
  16984. 2709.92 s [ghcide] TcCompleteSig
  16985. 2709.92 s [ghcide] TcSigFun
  16986. 2709.92 s [ghcide] TcBinder
  16987. 2709.92 s [ghcide] TcId
  16988. 2709.92 s [ghcide] TcBinderStack
  16989. 2709.92 s [ghcide] isPartialSig
  16990. 2709.92 s [ghcide] tcSigInfoName
  16991. 2709.92 s [ghcide] tcIdSigLoc
  16992. 2709.92 s [ghcide] completeSigPolyId_maybe
  16993. 2709.92 s [ghcide] pprTcTyThingCategory
  16994. 2709.92 s [ghcide] tcTyThingCategory
  16995. 2709.92 s [ghcide] ThLevel
  16996. 2709.92 s [ghcide] PendingStuff
  16997. 2709.92 s [ghcide] ThStage
  16998. 2709.92 s [ghcide] SpliceOrBracket
  16999. 2709.92 s [ghcide] SpliceType
  17000. 2709.92 s [ghcide] topStage
  17001. 2709.92 s [ghcide] topAnnStage
  17002. 2709.92 s [ghcide] topSpliceStage
  17003. 2709.92 s [ghcide] impLevel
  17004. 2709.92 s [ghcide] outerLevel
  17005. 2709.92 s [ghcide] thLevel
  17006. 2709.92 s [ghcide] ArrowCtxt
  17007. 2709.92 s [ghcide] ThBindEnv
  17008. 2709.92 s [ghcide] TcTypeEnv
  17009. 2709.92 s [ghcide] TcLclCtxt
  17010. 2709.92 s [ghcide] setLclEnvTcLevel
  17011. 2709.92 s [ghcide] getLclEnvTcLevel
  17012. 2709.92 s [ghcide] setLclEnvLoc
  17013. 2709.92 s [ghcide] getLclEnvLoc
  17014. 2709.92 s [ghcide] lclEnvInGeneratedCode
  17015. 2709.92 s [ghcide] modifyLclCtxt
  17016. 2709.92 s [ghcide] CompleteMatches
  17017. 2709.92 s [ghcide] addErr
  17018. 2709.92 s [ghcide] IOEnvFailure
  17019. 2709.92 s [ghcide] IOEnv
  17020. 2709.92 s [ghcide] failM
  17021. 2709.92 s [ghcide] failWithM
  17022. 2709.92 s [ghcide] runIOEnv
  17023. 2709.92 s [ghcide] fixM
  17024. 2709.92 s [ghcide] tryM
  17025. 2709.92 s [ghcide] tryAllM
  17026. 2709.92 s [ghcide] tryMostM
  17027. 2709.92 s [ghcide] unsafeInterleaveM
  17028. 2709.92 s [ghcide] uninterruptibleMaskM_
  17029. 2709.92 s [ghcide] updMutVar
  17030. 2709.92 s [ghcide] getNamePprCtx
  17031. 2709.92 s [ghcide] getSrcSpanM
  17032. 2709.92 s [ghcide] RoleAnnotEnv
  17033. 2709.92 s [ghcide] FillDefaulting
  17034. 2709.92 s [ghcide] TcPluginRewriteResult
  17035. 2709.92 s [ghcide] TcPlugin
  17036. 2709.92 s [ghcide] SelfBootInfo
  17037. 2709.92 s [ghcide] IfLclEnv
  17038. 2709.92 s [ghcide] IfGblEnv
  17039. 2709.92 s [ghcide] IfL
  17040. 2709.92 s [ghcide] IfG
  17041. 2709.92 s [ghcide] IfM
  17042. 2709.92 s [ghcide] TcRn
  17043. 2709.92 s [ghcide] TcRnIf
  17044. 2709.92 s [ghcide] tcVisibleOrphanMods
  17045. 2709.92 s [ghcide] bootExports
  17046. 2709.92 s [ghcide] removeBindingShadowing
  17047. 2709.92 s [ghcide] mkModDeps
  17048. 2709.92 s [ghcide] emptyImportAvails
  17049. 2709.92 s [ghcide] mkRoleAnnotEnv
  17050. 2709.92 s [ghcide] emptyRoleAnnotEnv
  17051. 2709.92 s [ghcide] lookupRoleAnnot
  17052. 2709.92 s [ghcide] getRoleAnnots
  17053. 2709.92 s [ghcide] IsExtraConstraint
  17054. 2709.92 s [ghcide] initTcInteractive
  17055. 2709.92 s [ghcide] initTcRnIf
  17056. 2709.92 s [ghcide] discardResult
  17057. 2709.92 s [ghcide] getTopEnv
  17058. 2709.92 s [ghcide] updTopEnv
  17059. 2709.92 s [ghcide] getGblEnv
  17060. 2709.92 s [ghcide] updGblEnv
  17061. 2709.92 s [ghcide] setGblEnv
  17062. 2709.92 s [ghcide] getLclEnv
  17063. 2709.92 s [ghcide] updLclEnv
  17064. 2709.92 s [ghcide] updLclCtxt
  17065. 2709.92 s [ghcide] setLclEnv
  17066. 2709.92 s [ghcide] restoreLclEnv
  17067. 2709.92 s [ghcide] getEnvs
  17068. 2709.92 s [ghcide] setEnvs
  17069. 2709.92 s [ghcide] updEnvs
  17070. 2709.92 s [ghcide] restoreEnvs
  17071. 2709.92 s [ghcide] xoptM
  17072. 2709.92 s [ghcide] doptM
  17073. 2709.92 s [ghcide] goptM
  17074. 2709.92 s [ghcide] woptM
  17075. 2709.92 s [ghcide] setXOptM
  17076. 2709.92 s [ghcide] unsetXOptM
  17077. 2709.92 s [ghcide] unsetGOptM
  17078. 2709.92 s [ghcide] unsetWOptM
  17079. 2709.92 s [ghcide] whenGOptM
  17080. 2709.92 s [ghcide] whenWOptM
  17081. 2709.92 s [ghcide] whenXOptM
  17082. 2709.92 s [ghcide] unlessXOptM
  17083. 2709.92 s [ghcide] getGhcMode
  17084. 2709.92 s [ghcide] withoutDynamicNow
  17085. 2709.92 s [ghcide] updTopFlags
  17086. 2709.92 s [ghcide] getEpsVar
  17087. 2709.92 s [ghcide] getEps
  17088. 2709.92 s [ghcide] getHpt
  17089. 2709.92 s [ghcide] getEpsAndHug
  17090. 2709.92 s [ghcide] withIfaceErr
  17091. 2709.92 s [ghcide] newArrowScope
  17092. 2709.92 s [ghcide] escapeArrowScope
  17093. 2709.92 s [ghcide] newUniqueSupply
  17094. 2709.92 s [ghcide] cloneLocalName
  17095. 2709.92 s [ghcide] newNameAt
  17096. 2709.92 s [ghcide] newSysName
  17097. 2709.92 s [ghcide] newSysLocalId
  17098. 2709.92 s [ghcide] newSysLocalIds
  17099. 2709.92 s [ghcide] traceTc
  17100. 2709.92 s [ghcide] traceRn
  17101. 2709.92 s [ghcide] traceOptTcRn
  17102. 2709.92 s [ghcide] traceIf
  17103. 2709.92 s [ghcide] traceOptIf
  17104. 2709.92 s [ghcide] getIsGHCi
  17105. 2709.92 s [ghcide] getGHCiMonad
  17106. 2709.92 s [ghcide] getInteractivePrintName
  17107. 2709.92 s [ghcide] tcIsHsBootOrSig
  17108. 2709.92 s [ghcide] tcHscSource
  17109. 2709.92 s [ghcide] tcIsHsig
  17110. 2709.92 s [ghcide] tcSelfBootInfo
  17111. 2709.92 s [ghcide] getGlobalRdrEnv
  17112. 2709.92 s [ghcide] getRdrEnvs
  17113. 2709.92 s [ghcide] getImports
  17114. 2709.92 s [ghcide] getFixityEnv
  17115. 2709.92 s [ghcide] extendFixityEnv
  17116. 2709.92 s [ghcide] getDeclaredDefaultTys
  17117. 2709.92 s [ghcide] addDependentFiles
  17118. 2709.92 s [ghcide] inGeneratedCode
  17119. 2709.92 s [ghcide] setSrcSpan
  17120. 2709.92 s [ghcide] setSrcSpanA
  17121. 2709.92 s [ghcide] addLocM
  17122. 2709.92 s [ghcide] wrapLocM
  17123. 2709.92 s [ghcide] wrapLocMA
  17124. 2709.92 s [ghcide] wrapLocFstM
  17125. 2709.92 s [ghcide] wrapLocFstMA
  17126. 2709.92 s [ghcide] wrapLocSndM
  17127. 2709.92 s [ghcide] wrapLocSndMA
  17128. 2709.92 s [ghcide] wrapLocM_
  17129. 2709.92 s [ghcide] wrapLocMA_
  17130. 2709.92 s [ghcide] getErrsVar
  17131. 2709.92 s [ghcide] setErrsVar
  17132. 2709.92 s [ghcide] failWith
  17133. 2709.92 s [ghcide] failAt
  17134. 2709.92 s [ghcide] addErrAt
  17135. 2709.92 s [ghcide] mkDetailedMessage
  17136. 2709.92 s [ghcide] addErrs
  17137. 2709.92 s [ghcide] checkErr
  17138. 2709.92 s [ghcide] checkErrAt
  17139. 2709.92 s [ghcide] addMessages
  17140. 2709.92 s [ghcide] discardWarnings
  17141. 2709.92 s [ghcide] mkTcRnMessage
  17142. 2709.92 s [ghcide] reportDiagnostics
  17143. 2709.92 s [ghcide] reportDiagnostic
  17144. 2709.92 s [ghcide] checkNoErrs
  17145. 2709.92 s [ghcide] whenNoErrs
  17146. 2709.92 s [ghcide] ifErrsM
  17147. 2709.92 s [ghcide] failIfErrsM
  17148. 2709.92 s [ghcide] getErrCtxt
  17149. 2709.92 s [ghcide] setErrCtxt
  17150. 2709.92 s [ghcide] popErrCtxt
  17151. 2709.92 s [ghcide] getCtLocM
  17152. 2709.92 s [ghcide] mkCtLocEnv
  17153. 2709.92 s [ghcide] setCtLocM
  17154. 2709.92 s [ghcide] askNoErrs
  17155. 2709.92 s [ghcide] tryCaptureConstraints
  17156. 2709.92 s [ghcide] captureConstraints
  17157. 2709.92 s [ghcide] tcEmitBindingUsage
  17158. 2709.92 s [ghcide] attemptM
  17159. 2709.92 s [ghcide] recoverM
  17160. 2709.92 s [ghcide] tryTc
  17161. 2709.92 s [ghcide] discardErrs
  17162. 2709.92 s [ghcide] tryTcDiscardingErrs
  17163. 2709.92 s [ghcide] addErrTc
  17164. 2709.92 s [ghcide] addErrTcM
  17165. 2709.92 s [ghcide] failWithTc
  17166. 2709.92 s [ghcide] failWithTcM
  17167. 2709.92 s [ghcide] checkTc
  17168. 2709.92 s [ghcide] checkTcM
  17169. 2709.92 s [ghcide] failIfTc
  17170. 2709.92 s [ghcide] failIfTcM
  17171. 2709.92 s [ghcide] addTcRnDiagnostic
  17172. 2709.92 s [ghcide] mkErrInfo
  17173. 2709.92 s [ghcide] debugTc
  17174. 2709.92 s [ghcide] addTopEvBinds
  17175. 2709.92 s [ghcide] newTcEvBinds
  17176. 2709.92 s [ghcide] cloneEvBindsVar
  17177. 2709.92 s [ghcide] getTcEvTyCoVars
  17178. 2709.92 s [ghcide] getTcEvBindsMap
  17179. 2709.92 s [ghcide] setTcEvBindsMap
  17180. 2709.92 s [ghcide] addTcEvBind
  17181. 2709.92 s [ghcide] chooseUniqueOccTc
  17182. 2709.92 s [ghcide] newZonkAnyType
  17183. 2709.92 s [ghcide] getConstraintVar
  17184. 2709.92 s [ghcide] setConstraintVar
  17185. 2709.92 s [ghcide] emitStaticConstraints
  17186. 2709.92 s [ghcide] emitConstraints
  17187. 2709.92 s [ghcide] emitSimple
  17188. 2709.92 s [ghcide] emitSimples
  17189. 2709.92 s [ghcide] emitImplication
  17190. 2709.92 s [ghcide] emitImplications
  17191. 2709.92 s [ghcide] emitDelayedErrors
  17192. 2709.92 s [ghcide] emitHole
  17193. 2709.92 s [ghcide] emitHoles
  17194. 2709.92 s [ghcide] emitNotConcreteError
  17195. 2709.92 s [ghcide] pushTcLevelM_
  17196. 2709.92 s [ghcide] pushTcLevelM
  17197. 2709.92 s [ghcide] getTcLevel
  17198. 2709.92 s [ghcide] setTcLevel
  17199. 2709.92 s [ghcide] isTouchableTcM
  17200. 2709.92 s [ghcide] getLclTypeEnv
  17201. 2709.92 s [ghcide] setLclTypeEnv
  17202. 2709.92 s [ghcide] traceTcConstraints
  17203. 2709.92 s [ghcide] emitAnonTypeHole
  17204. 2709.92 s [ghcide] emitNamedTypeHole
  17205. 2709.92 s [ghcide] recordThUse
  17206. 2709.92 s [ghcide] recordThSpliceUse
  17207. 2709.92 s [ghcide] recordThNeededRuntimeDeps
  17208. 2709.92 s [ghcide] keepAlive
  17209. 2709.92 s [ghcide] getStage
  17210. 2709.92 s [ghcide] getStageAndBindLevel
  17211. 2709.92 s [ghcide] setStage
  17212. 2709.92 s [ghcide] getLocalRdrEnv
  17213. 2709.92 s [ghcide] setLocalRdrEnv
  17214. 2709.92 s [ghcide] mkIfLclEnv
  17215. 2709.92 s [ghcide] initIfaceCheck
  17216. 2709.92 s [ghcide] initIfaceLcl
  17217. 2709.92 s [ghcide] getIfModule
  17218. 2709.92 s [ghcide] failIfM
  17219. 2709.92 s [ghcide] setImplicitEnvM
  17220. 2709.92 s [ghcide] mkVarOccFS
  17221. 2709.92 s [ghcide] isFieldName
  17222. 2709.92 s [ghcide] tidyNameOcc
  17223. 2709.92 s [ghcide] nameOccName
  17224. 2709.92 s [ghcide] setNameUnique
  17225. 2709.92 s [ghcide] nameUnique
  17226. 2709.92 s [ghcide] emptyFsEnv
  17227. 2709.92 s [ghcide] extendFsEnv
  17228. 2709.92 s [ghcide] lookupFsEnv
  17229. 2709.92 s [ghcide] mkFsEnv
  17230. 2709.92 s [ghcide] TidyOccEnv
  17231. 2709.92 s [ghcide] OccSet
  17232. 2709.92 s [ghcide] NameSpace
  17233. 2709.92 s [ghcide] tcName
  17234. 2709.92 s [ghcide] clsName
  17235. 2709.92 s [ghcide] tcClsName
  17236. 2709.92 s [ghcide] dataName
  17237. 2709.92 s [ghcide] srcDataName
  17238. 2709.92 s [ghcide] tvName
  17239. 2709.92 s [ghcide] fieldName
  17240. 2709.92 s [ghcide] isDataConNameSpace
  17241. 2709.92 s [ghcide] isTcClsNameSpace
  17242. 2709.92 s [ghcide] isTvNameSpace
  17243. 2709.92 s [ghcide] isVarNameSpace
  17244. 2709.92 s [ghcide] isValNameSpace
  17245. 2709.92 s [ghcide] isFieldNameSpace
  17246. 2709.92 s [ghcide] pprNameSpace
  17247. 2709.92 s [ghcide] pprNonVarNameSpace
  17248. 2709.92 s [ghcide] pprNameSpaceBrief
  17249. 2709.92 s [ghcide] pprOccName
  17250. 2709.92 s [ghcide] mkOccName
  17251. 2709.92 s [ghcide] mkOccNameFS
  17252. 2709.92 s [ghcide] mkVarOcc
  17253. 2709.92 s [ghcide] mkRecFieldOcc
  17254. 2709.92 s [ghcide] mkRecFieldOccFS
  17255. 2709.92 s [ghcide] varToRecFieldOcc
  17256. 2709.92 s [ghcide] recFieldToVarOcc
  17257. 2709.92 s [ghcide] mkDataOcc
  17258. 2709.92 s [ghcide] mkDataOccFS
  17259. 2709.92 s [ghcide] mkTyVarOcc
  17260. 2709.92 s [ghcide] mkTyVarOccFS
  17261. 2709.92 s [ghcide] mkTcOcc
  17262. 2709.92 s [ghcide] mkTcOccFS
  17263. 2709.92 s [ghcide] mkClsOcc
  17264. 2709.92 s [ghcide] mkClsOccFS
  17265. 2709.92 s [ghcide] demoteOccName
  17266. 2709.92 s [ghcide] demoteOccTvName
  17267. 2709.92 s [ghcide] promoteOccName
  17268. 2709.92 s [ghcide] intersectOccEnv_C
  17269. 2709.92 s [ghcide] minusOccEnv_C_Ns
  17270. 2709.92 s [ghcide] pprOccEnv
  17271. 2709.92 s [ghcide] emptyOccSet
  17272. 2709.92 s [ghcide] unitOccSet
  17273. 2709.92 s [ghcide] mkOccSet
  17274. 2709.92 s [ghcide] extendOccSet
  17275. 2709.92 s [ghcide] extendOccSetList
  17276. 2709.92 s [ghcide] unionOccSets
  17277. 2709.92 s [ghcide] unionManyOccSets
  17278. 2709.92 s [ghcide] elemOccSet
  17279. 2709.92 s [ghcide] isEmptyOccSet
  17280. 2709.92 s [ghcide] occNameString
  17281. 2709.92 s [ghcide] setOccNameSpace
  17282. 2709.92 s [ghcide] isVarOcc
  17283. 2709.92 s [ghcide] isTvOcc
  17284. 2709.92 s [ghcide] isTcOcc
  17285. 2709.92 s [ghcide] isFieldOcc
  17286. 2709.92 s [ghcide] fieldOcc_maybe
  17287. 2709.92 s [ghcide] isDataOcc
  17288. 2709.92 s [ghcide] isUnderscore
  17289. 2709.92 s [ghcide] isDefaultMethodOcc
  17290. 2709.92 s [ghcide] mkDataConWrapperOcc
  17291. 2709.92 s [ghcide] mkWorkerOcc
  17292. 2709.92 s [ghcide] mkMatcherOcc
  17293. 2709.92 s [ghcide] mkBuilderOcc
  17294. 2709.92 s [ghcide] mkDefaultMethodOcc
  17295. 2709.92 s [ghcide] mkClassOpAuxOcc
  17296. 2709.92 s [ghcide] mkDictOcc
  17297. 2709.92 s [ghcide] mkIPOcc
  17298. 2709.92 s [ghcide] mkSpecOcc
  17299. 2709.92 s [ghcide] mkForeignExportOcc
  17300. 2709.92 s [ghcide] mkRepEqOcc
  17301. 2709.92 s [ghcide] mkClassDataConOcc
  17302. 2709.92 s [ghcide] mkNewTyCoOcc
  17303. 2709.92 s [ghcide] mkInstTyCoOcc
  17304. 2709.92 s [ghcide] mkEqPredCoOcc
  17305. 2709.92 s [ghcide] mkCon2TagOcc
  17306. 2709.92 s [ghcide] mkTag2ConOcc
  17307. 2709.92 s [ghcide] mkMaxTagOcc
  17308. 2709.92 s [ghcide] mkDataTOcc
  17309. 2709.92 s [ghcide] mkDataCOcc
  17310. 2709.92 s [ghcide] mkTyConRepOcc
  17311. 2709.92 s [ghcide] mkGenR
  17312. 2709.92 s [ghcide] mkGen1R
  17313. 2709.92 s [ghcide] mkDataConWorkerOcc
  17314. 2709.92 s [ghcide] mkSuperDictAuxOcc
  17315. 2709.92 s [ghcide] mkSuperDictSelOcc
  17316. 2709.92 s [ghcide] mkLocalOcc
  17317. 2709.92 s [ghcide] mkDFunOcc
  17318. 2709.92 s [ghcide] mkMethodOcc
  17319. 2709.92 s [ghcide] emptyTidyOccEnv
  17320. 2709.92 s [ghcide] initTidyOccEnv
  17321. 2709.92 s [ghcide] delTidyOccEnvList
  17322. 2709.92 s [ghcide] avoidClashesOccEnv
  17323. 2709.92 s [ghcide] tidyOccName
  17324. 2709.92 s [ghcide] mainOcc
  17325. 2709.92 s [ghcide] ppMainFn
  17326. 2709.92 s [ghcide] nameNameSpace
  17327. 2709.92 s [ghcide] nameSrcLoc
  17328. 2709.92 s [ghcide] nameSrcSpan
  17329. 2709.92 s [ghcide] isWiredInName
  17330. 2709.92 s [ghcide] isWiredIn
  17331. 2709.92 s [ghcide] wiredInNameTyThing_maybe
  17332. 2709.92 s [ghcide] isBuiltInSyntax
  17333. 2709.92 s [ghcide] isTupleTyConName
  17334. 2709.92 s [ghcide] isSumTyConName
  17335. 2709.92 s [ghcide] isExternalName
  17336. 2709.92 s [ghcide] isInternalName
  17337. 2709.92 s [ghcide] isHoleName
  17338. 2709.92 s [ghcide] nameModule
  17339. 2709.92 s [ghcide] nameModule_maybe
  17340. 2709.92 s [ghcide] namePun_maybe
  17341. 2709.92 s [ghcide] nameIsHomePackage
  17342. 2709.92 s [ghcide] nameIsHomePackageImport
  17343. 2709.92 s [ghcide] isTyVarName
  17344. 2709.92 s [ghcide] isTyConName
  17345. 2709.92 s [ghcide] isDataConName
  17346. 2709.92 s [ghcide] isValName
  17347. 2709.92 s [ghcide] isVarName
  17348. 2709.92 s [ghcide] isSystemName
  17349. 2709.92 s [ghcide] mkClonedInternalName
  17350. 2709.92 s [ghcide] mkDerivedInternalName
  17351. 2709.92 s [ghcide] mkSystemNameAt
  17352. 2709.92 s [ghcide] mkSystemVarName
  17353. 2709.92 s [ghcide] mkSysTvName
  17354. 2709.92 s [ghcide] setNameLoc
  17355. 2709.92 s [ghcide] pprName
  17356. 2709.92 s [ghcide] pprModulePrefix
  17357. 2709.92 s [ghcide] pprDefinedAt
  17358. 2709.92 s [ghcide] pprNameDefnLoc
  17359. 2709.92 s [ghcide] getSrcLoc
  17360. 2709.92 s [ghcide] getSrcSpan
  17361. 2709.92 s [ghcide] getOccString
  17362. 2709.92 s [ghcide] getOccFS
  17363. 2709.92 s [ghcide] pprInfixName
  17364. 2709.92 s [ghcide] pprPrefixName
  17365. 2709.92 s [ghcide] RecFieldInfo
  17366. 2709.92 s [ghcide] plusGREInfo
  17367. 2709.92 s [ghcide] LookupChild
  17368. 2709.92 s [ghcide] rdrNameOcc
  17369. 2709.92 s [ghcide] rdrNameSpace
  17370. 2709.92 s [ghcide] demoteRdrName
  17371. 2709.92 s [ghcide] demoteRdrNameTv
  17372. 2709.92 s [ghcide] promoteRdrName
  17373. 2709.92 s [ghcide] mkRdrUnqual
  17374. 2709.92 s [ghcide] mkRdrQual
  17375. 2709.92 s [ghcide] mkOrig
  17376. 2709.92 s [ghcide] mkUnqual
  17377. 2709.92 s [ghcide] mkVarUnqual
  17378. 2709.92 s [ghcide] getRdrName
  17379. 2709.92 s [ghcide] nameRdrName
  17380. 2709.92 s [ghcide] isRdrDataCon
  17381. 2709.92 s [ghcide] isRdrTyVar
  17382. 2709.92 s [ghcide] isRdrTc
  17383. 2709.92 s [ghcide] isSrcRdrName
  17384. 2709.92 s [ghcide] isUnqual
  17385. 2709.92 s [ghcide] isQual
  17386. 2709.92 s [ghcide] isQual_maybe
  17387. 2709.93 s [ghcide] isOrig
  17388. 2709.93 s [ghcide] isOrig_maybe
  17389. 2709.93 s [ghcide] isExact
  17390. 2709.93 s [ghcide] isExact_maybe
  17391. 2709.93 s [ghcide] emptyLocalRdrEnv
  17392. 2709.93 s [ghcide] extendLocalRdrEnv
  17393. 2709.93 s [ghcide] extendLocalRdrEnvList
  17394. 2709.93 s [ghcide] lookupLocalRdrEnv
  17395. 2709.93 s [ghcide] lookupLocalRdrOcc
  17396. 2709.93 s [ghcide] elemLocalRdrEnv
  17397. 2709.93 s [ghcide] localRdrEnvElts
  17398. 2709.93 s [ghcide] inLocalRdrEnvScope
  17399. 2709.93 s [ghcide] minusLocalRdrEnv
  17400. 2709.93 s [ghcide] minusLocalRdrEnvList
  17401. 2709.93 s [ghcide] greName
  17402. 2709.93 s [ghcide] greNameSpace
  17403. 2709.93 s [ghcide] greParent
  17404. 2709.93 s [ghcide] greInfo
  17405. 2709.93 s [ghcide] mkGRE
  17406. 2709.93 s [ghcide] mkExactGRE
  17407. 2709.93 s [ghcide] mkLocalGRE
  17408. 2709.93 s [ghcide] mkLocalVanillaGRE
  17409. 2709.93 s [ghcide] mkLocalConLikeGRE
  17410. 2709.93 s [ghcide] mkLocalFieldGREs
  17411. 2709.93 s [ghcide] greOccName
  17412. 2709.93 s [ghcide] greQualModName
  17413. 2709.93 s [ghcide] greRdrNames
  17414. 2709.93 s [ghcide] greSrcSpan
  17415. 2709.93 s [ghcide] mkParent
  17416. 2709.93 s [ghcide] availParent
  17417. 2709.93 s [ghcide] greParent_maybe
  17418. 2709.93 s [ghcide] gresToNameSet
  17419. 2709.93 s [ghcide] availFromGRE
  17420. 2709.93 s [ghcide] emptyGlobalRdrEnv
  17421. 2709.93 s [ghcide] globalRdrEnvElts
  17422. 2709.93 s [ghcide] pprGlobalRdrEnv
  17423. 2709.93 s [ghcide] fieldGRE_maybe
  17424. 2709.93 s [ghcide] fieldGRELabel
  17425. 2709.93 s [ghcide] fieldGREInfo
  17426. 2709.93 s [ghcide] recFieldConLike_maybe
  17427. 2709.93 s [ghcide] recFieldInfo_maybe
  17428. 2709.93 s [ghcide] filterFieldGREs
  17429. 2709.93 s [ghcide] allowGRE
  17430. 2709.93 s [ghcide] getGRE_NameQualifier_maybes
  17431. 2709.93 s [ghcide] plusGlobalRdrEnv
  17432. 2709.93 s [ghcide] mkGlobalRdrEnv
  17433. 2709.93 s [ghcide] insertGRE
  17434. 2709.93 s [ghcide] plusGRE
  17435. 2709.93 s [ghcide] extendGlobalRdrEnv
  17436. 2709.93 s [ghcide] shadowNames
  17437. 2709.93 s [ghcide] bestImport
  17438. 2709.93 s [ghcide] importSpecLoc
  17439. 2709.93 s [ghcide] importSpecModule
  17440. 2709.93 s [ghcide] isExplicitItem
  17441. 2709.93 s [ghcide] emptyMessages
  17442. 2709.93 s [ghcide] HscSource
  17443. 2709.93 s [ghcide] setVarUnique
  17444. 2709.93 s [ghcide] setTyVarUnique
  17445. 2709.93 s [ghcide] Unit
  17446. 2709.93 s [ghcide] moduleNameFS
  17447. 2709.93 s [ghcide] moduleNameString
  17448. 2709.93 s [ghcide] mkModuleName
  17449. 2709.93 s [ghcide] mkModuleNameFS
  17450. 2709.93 s [ghcide] parseModuleName
  17451. 2709.93 s [ghcide] ModuleWithIsBoot
  17452. 2709.93 s [ghcide] ModuleNameWithIsBoot
  17453. 2709.93 s [ghcide] Instantiations
  17454. 2709.93 s [ghcide] GenInstantiations
  17455. 2709.93 s [ghcide] InstantiatedUnit
  17456. 2709.93 s [ghcide] moduleUnitId
  17457. 2709.93 s [ghcide] mkModule
  17458. 2709.93 s [ghcide] pprModule
  17459. 2709.93 s [ghcide] pprInstantiatedModule
  17460. 2709.93 s [ghcide] isHoleUnit
  17461. 2709.93 s [ghcide] pprUnit
  17462. 2709.93 s [ghcide] unitString
  17463. 2709.93 s [ghcide] stringToUnit
  17464. 2709.93 s [ghcide] unitIdString
  17465. 2709.93 s [ghcide] stringToUnitId
  17466. 2709.93 s [ghcide] primUnitId
  17467. 2709.93 s [ghcide] bignumUnitId
  17468. 2709.93 s [ghcide] ghcInternalUnitId
  17469. 2709.93 s [ghcide] baseUnitId
  17470. 2709.93 s [ghcide] rtsUnitId
  17471. 2709.93 s [ghcide] thisGhcUnitId
  17472. 2709.93 s [ghcide] interactiveUnitId
  17473. 2709.93 s [ghcide] thUnitId
  17474. 2709.93 s [ghcide] thUnit
  17475. 2709.93 s [ghcide] primUnit
  17476. 2709.93 s [ghcide] bignumUnit
  17477. 2709.93 s [ghcide] ghcInternalUnit
  17478. 2709.93 s [ghcide] baseUnit
  17479. 2709.93 s [ghcide] rtsUnit
  17480. 2709.93 s [ghcide] thisGhcUnit
  17481. 2709.93 s [ghcide] interactiveUnit
  17482. 2709.93 s [ghcide] experimentalUnit
  17483. 2709.93 s [ghcide] mainUnit
  17484. 2709.93 s [ghcide] isInteractiveModule
  17485. 2709.93 s [ghcide] wiredInUnitIds
  17486. 2709.93 s [ghcide] addBootSuffixLocn_maybe
  17487. 2709.93 s [ghcide] filterModuleEnv
  17488. 2709.93 s [ghcide] mapMaybeModuleEnv
  17489. 2709.93 s [ghcide] elemModuleEnv
  17490. 2709.93 s [ghcide] extendModuleEnv
  17491. 2709.93 s [ghcide] extendModuleEnvWith
  17492. 2709.93 s [ghcide] extendModuleEnvList
  17493. 2709.93 s [ghcide] extendModuleEnvList_C
  17494. 2709.93 s [ghcide] plusModuleEnv_C
  17495. 2709.93 s [ghcide] delModuleEnvList
  17496. 2709.93 s [ghcide] delModuleEnv
  17497. 2709.93 s [ghcide] plusModuleEnv
  17498. 2709.93 s [ghcide] lookupModuleEnv
  17499. 2709.93 s [ghcide] lookupWithDefaultModuleEnv
  17500. 2709.93 s [ghcide] mapModuleEnv
  17501. 2709.93 s [ghcide] partitionModuleEnv
  17502. 2709.93 s [ghcide] alterModuleEnv
  17503. 2709.93 s [ghcide] mkModuleEnv
  17504. 2709.93 s [ghcide] emptyModuleEnv
  17505. 2709.93 s [ghcide] moduleEnvKeys
  17506. 2709.93 s [ghcide] moduleEnvElts
  17507. 2709.93 s [ghcide] moduleEnvToList
  17508. 2709.93 s [ghcide] unitModuleEnv
  17509. 2709.93 s [ghcide] isEmptyModuleEnv
  17510. 2709.93 s [ghcide] mkModuleSet
  17511. 2709.93 s [ghcide] extendModuleSet
  17512. 2709.93 s [ghcide] extendModuleSetList
  17513. 2709.93 s [ghcide] emptyModuleSet
  17514. 2709.93 s [ghcide] isEmptyModuleSet
  17515. 2709.93 s [ghcide] moduleSetElts
  17516. 2709.93 s [ghcide] elemModuleSet
  17517. 2709.93 s [ghcide] intersectModuleSet
  17518. 2709.93 s [ghcide] minusModuleSet
  17519. 2709.93 s [ghcide] delModuleSet
  17520. 2709.93 s [ghcide] unionModuleSet
  17521. 2709.93 s [ghcide] unionManyModuleSets
  17522. 2709.93 s [ghcide] unitModuleSet
  17523. 2709.93 s [ghcide] emptyInstalledModuleEnv
  17524. 2709.93 s [ghcide] lookupInstalledModuleEnv
  17525. 2709.93 s [ghcide] extendInstalledModuleEnv
  17526. 2709.93 s [ghcide] filterInstalledModuleEnv
  17527. 2709.93 s [ghcide] delInstalledModuleEnv
  17528. 2709.93 s [ghcide] installedModuleEnvElts
  17529. 2709.93 s [ghcide] mergeInstalledModuleEnv
  17530. 2709.93 s [ghcide] plusInstalledModuleEnv
  17531. 2709.93 s [ghcide] HasModule
  17532. 2709.93 s [ghcide] ContainsModule
  17533. 2709.93 s [ghcide] mkPrelImports
  17534. 2709.93 s [ghcide] toArgs
  17535. 2709.93 s [ghcide] Token
  17536. 2709.93 s [ghcide] PState
  17537. 2709.93 s [ghcide] failMsgP
  17538. 2709.93 s [ghcide] failLocMsgP
  17539. 2709.93 s [ghcide] getPState
  17540. 2709.93 s [ghcide] setSrcLoc
  17541. 2709.93 s [ghcide] getRealSrcLoc
  17542. 2709.93 s [ghcide] setLastToken
  17543. 2709.93 s [ghcide] adjustChar
  17544. 2709.93 s [ghcide] nextIsEOF
  17545. 2709.93 s [ghcide] pushLexState
  17546. 2709.93 s [ghcide] popLexState
  17547. 2709.93 s [ghcide] getLexState
  17548. 2709.93 s [ghcide] activeContext
  17549. 2709.93 s [ghcide] xtest
  17550. 2709.93 s [ghcide] xset
  17551. 2709.93 s [ghcide] xunset
  17552. 2709.93 s [ghcide] disableHaddock
  17553. 2709.93 s [ghcide] getCommentsFor
  17554. 2709.93 s [ghcide] getPriorCommentsFor
  17555. 2709.93 s [ghcide] getFinalCommentsFor
  17556. 2709.93 s [ghcide] getEofPos
  17557. 2709.93 s [ghcide] addPsMessage
  17558. 2709.93 s [ghcide] popContext
  17559. 2709.93 s [ghcide] pushModuleContext
  17560. 2709.93 s [ghcide] srcParseFail
  17561. 2709.93 s [ghcide] lexer
  17562. 2709.93 s [ghcide] lexerDbg
  17563. 2709.93 s [ghcide] lexTokenStream
  17564. 2709.93 s [ghcide] allocateComments
  17565. 2709.93 s [ghcide] allocatePriorComments
  17566. 2709.93 s [ghcide] allocateFinalComments
  17567. 2709.93 s [ghcide] commentToAnnotation
  17568. 2709.93 s [ghcide] CompileReason
  17569. 2709.93 s [ghcide] hscUpdateHUG
  17570. 2709.93 s [ghcide] hsc_HUG
  17571. 2709.93 s [ghcide] getKey
  17572. 2709.93 s [ghcide] mkCgInteractiveGuts
  17573. 2709.93 s [ghcide] justBytecode
  17574. 2709.93 s [ghcide] justObjects
  17575. 2709.93 s [ghcide] emptyHomeModInfoLinkable
  17576. 2709.93 s [ghcide] homeModInfoByteCode
  17577. 2709.93 s [ghcide] homeModInfoObject
  17578. 2709.93 s [ghcide] groupOrigin (src/Development/IDE/GHC/Compat/Core.hs:746)
  17579. 2709.93 s [ghcide] isVisibleFunArg (src/Development/IDE/GHC/Compat/Core.hs:619)
  17580. 2709.93 s [ghcide] lookupGlobalRdrEnv (src/Development/IDE/GHC/Compat/Core.hs:752)
  17581. 2709.93 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.GHC.Compat.Driver'
  17582. 2709.93 s [ghcide] Missing documentation for:
  17583. 2709.93 s [ghcide] Module header
  17584. 2709.93 s [ghcide] hscTypecheckRenameWithDiagnostics (src/Development/IDE/GHC/Compat/Driver.hs:51)
  17585. 2709.93 s [ghcide] 53% ( 25 / 47) in 'Development.IDE.GHC.Compat.Env'
  17586. 2709.93 s [ghcide] Missing documentation for:
  17587. 2709.93 s [ghcide] hsc_HPT
  17588. 2709.93 s [ghcide] setInteractivePrintName
  17589. 2709.93 s [ghcide] hsc_EPS (src/Development/IDE/GHC/Compat/Env.hs:75)
  17590. 2709.93 s [ghcide] hscSetHooks (src/Development/IDE/GHC/Compat/Env.hs:95)
  17591. 2709.93 s [ghcide] hscHomeUnit (src/Development/IDE/GHC/Compat/Env.hs:99)
  17592. 2709.93 s [ghcide] HomeUnit
  17593. 2709.93 s [ghcide] setHomeUnitId_ (src/Development/IDE/GHC/Compat/Env.hs:81)
  17594. 2709.93 s [ghcide] Logger
  17595. 2709.93 s [ghcide] UnitEnv
  17596. 2709.93 s [ghcide] hscSetUnitEnv (src/Development/IDE/GHC/Compat/Env.hs:92)
  17597. 2709.93 s [ghcide] hscSetFlags (src/Development/IDE/GHC/Compat/Env.hs:84)
  17598. 2709.93 s [ghcide] initTempFs (src/Development/IDE/GHC/Compat/Env.hs:87)
  17599. 2709.93 s [ghcide] setInterpreterLinkerOptions (src/Development/IDE/GHC/Compat/Env.hs:113)
  17600. 2709.93 s [ghcide] Ways
  17601. 2709.93 s [ghcide] setWays (src/Development/IDE/GHC/Compat/Env.hs:125)
  17602. 2709.93 s [ghcide] setBackend (src/Development/IDE/GHC/Compat/Env.hs:145)
  17603. 2709.93 s [ghcide] ghciBackend (src/Development/IDE/GHC/Compat/Env.hs:135)
  17604. 2709.93 s [ghcide] platformDefaultBackend (src/Development/IDE/GHC/Compat/Env.hs:141)
  17605. 2709.93 s [ghcide] workingDirectory
  17606. 2709.93 s [ghcide] setWorkingDirectory (src/Development/IDE/GHC/Compat/Env.hs:78)
  17607. 2709.93 s [ghcide] hscSetActiveUnitId
  17608. 2709.93 s [ghcide] reexportedModules
  17609. 2709.93 s [ghcide] Warning: 'a_a4ME' is out of scope.
  17610. 2709.93 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17611. 2709.93 s [ghcide] Warning: 'a' is out of scope.
  17612. 2709.93 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17613. 2709.93 s [ghcide] 41% ( 23 / 55) in 'Development.IDE.GHC.Compat.Outputable'
  17614. 2709.93 s [ghcide] Missing documentation for:
  17615. 2709.93 s [ghcide] Module header
  17616. 2709.93 s [ghcide] showSDocUnsafe
  17617. 2709.93 s [ghcide] ppr
  17618. 2709.93 s [ghcide] text
  17619. 2709.93 s [ghcide] empty
  17620. 2709.93 s [ghcide] hang
  17621. 2709.93 s [ghcide] punctuate
  17622. 2709.93 s [ghcide] printSDocQualifiedUnsafe (src/Development/IDE/GHC/Compat/Outputable.hs:96)
  17623. 2709.93 s [ghcide] printWithoutUniquesOneLine (src/Development/IDE/GHC/Compat/Outputable.hs:84)
  17624. 2709.93 s [ghcide] mkPrintUnqualifiedDefault (src/Development/IDE/GHC/Compat/Outputable.hs:126)
  17625. 2709.93 s [ghcide] PrintUnqualified (src/Development/IDE/GHC/Compat/Outputable.hs:74)
  17626. 2709.93 s [ghcide] defaultUserStyle
  17627. 2709.93 s [ghcide] withPprStyle
  17628. 2709.93 s [ghcide] PsWarning
  17629. 2709.93 s [ghcide] PsError
  17630. 2709.93 s [ghcide] defaultDiagnosticOpts
  17631. 2709.93 s [ghcide] pprMessages
  17632. 2709.93 s [ghcide] renderDiagnosticMessageWithHints (src/Development/IDE/GHC/Compat/Outputable.hs:132)
  17633. 2709.93 s [ghcide] pprMsgEnvelopeBagWithLoc
  17634. 2709.93 s [ghcide] getMessages
  17635. 2709.93 s [ghcide] renderWithContext
  17636. 2709.93 s [ghcide] showSDocOneLine
  17637. 2709.93 s [ghcide] errMsgDiagnostic
  17638. 2709.93 s [ghcide] unDecorated
  17639. 2709.93 s [ghcide] ErrMsg (src/Development/IDE/GHC/Compat/Outputable.hs:122)
  17640. 2709.93 s [ghcide] WarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:123)
  17641. 2709.93 s [ghcide] errMsgSeverity
  17642. 2709.93 s [ghcide] formatErrorWithQual (src/Development/IDE/GHC/Compat/Outputable.hs:106)
  17643. 2709.93 s [ghcide] mkWarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:138)
  17644. 2709.93 s [ghcide] mkSrcErr
  17645. 2709.93 s [ghcide] srcErrorMessages
  17646. 2709.93 s [ghcide] textDoc (src/Development/IDE/GHC/Compat/Outputable.hs:141)
  17647. 2709.93 s [ghcide] 57% ( 4 / 7) in 'Development.IDE.GHC.Compat.Logger'
  17648. 2709.93 s [ghcide] Missing documentation for:
  17649. 2709.93 s [ghcide] putLogHook (src/Development/IDE/GHC/Compat/Logger.hs:22)
  17650. 2709.93 s [ghcide] LogActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:25)
  17651. 2709.93 s [ghcide] logActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:30)
  17652. 2709.93 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.GHC.Compat.Iface'
  17653. 2709.93 s [ghcide] Missing documentation for:
  17654. 2709.93 s [ghcide] writeIfaceFile (src/Development/IDE/GHC/Compat/Iface.hs:27)
  17655. 2709.93 s [ghcide] cannotFindModule (src/Development/IDE/GHC/Compat/Iface.hs:31)
  17656. 2709.93 s [ghcide] 44% ( 19 / 43) in 'Development.IDE.GHC.Compat.Units'
  17657. 2709.93 s [ghcide] Missing documentation for:
  17658. 2709.93 s [ghcide] UnitState
  17659. 2709.93 s [ghcide] initUnits (src/Development/IDE/GHC/Compat/Units.hs:93)
  17660. 2709.93 s [ghcide] unitState (src/Development/IDE/GHC/Compat/Units.hs:82)
  17661. 2709.93 s [ghcide] getUnitName (src/Development/IDE/GHC/Compat/Units.hs:134)
  17662. 2709.93 s [ghcide] explicitUnits (src/Development/IDE/GHC/Compat/Units.hs:126)
  17663. 2709.93 s [ghcide] preloadClosureUs (src/Development/IDE/GHC/Compat/Units.hs:153)
  17664. 2709.93 s [ghcide] listVisibleModuleNames (src/Development/IDE/GHC/Compat/Units.hs:130)
  17665. 2709.93 s [ghcide] lookupModuleWithSuggestions (src/Development/IDE/GHC/Compat/Units.hs:142)
  17666. 2709.93 s [ghcide] UnitInfoMap
  17667. 2709.93 s [ghcide] getUnitInfoMap (src/Development/IDE/GHC/Compat/Units.hs:146)
  17668. 2709.93 s [ghcide] lookupUnit (src/Development/IDE/GHC/Compat/Units.hs:150)
  17669. 2709.93 s [ghcide] unitHaddockInterfaces (src/Development/IDE/GHC/Compat/Units.hs:156)
  17670. 2709.93 s [ghcide] unitPackageNameString
  17671. 2709.93 s [ghcide] Unit
  17672. 2709.93 s [ghcide] unitString
  17673. 2709.93 s [ghcide] stringToUnit
  17674. 2709.93 s [ghcide] definiteUnitId (src/Development/IDE/GHC/Compat/Units.hs:168)
  17675. 2709.93 s [ghcide] defUnitId (src/Development/IDE/GHC/Compat/Units.hs:170)
  17676. 2709.93 s [ghcide] installedModule (src/Development/IDE/GHC/Compat/Units.hs:172)
  17677. 2709.93 s [ghcide] moduleUnitId
  17678. 2709.93 s [ghcide] filterInplaceUnits (src/Development/IDE/GHC/Compat/Units.hs:176)
  17679. 2709.93 s [ghcide] FinderCache
  17680. 2709.93 s [ghcide] showSDocForUser' (src/Development/IDE/GHC/Compat/Units.hs:187)
  17681. 2709.93 s [ghcide] findImportedModule (src/Development/IDE/GHC/Compat/Units.hs:190)
  17682. 2709.93 s [ghcide] 54% ( 31 / 57) in 'Development.IDE.GHC.Compat.Util'
  17683. 2709.93 s [ghcide] Missing documentation for:
  17684. 2709.93 s [ghcide] handleGhcException
  17685. 2709.93 s [ghcide] Bag
  17686. 2709.93 s [ghcide] bagToList
  17687. 2709.93 s [ghcide] listToBag
  17688. 2709.93 s [ghcide] unionBags
  17689. 2709.93 s [ghcide] isEmptyBag
  17690. 2709.93 s [ghcide] LBooleanFormula
  17691. 2709.93 s [ghcide] BooleanFormula
  17692. 2709.93 s [ghcide] OverridingBool
  17693. 2709.93 s [ghcide] MaybeErr
  17694. 2709.93 s [ghcide] Pair
  17695. 2709.93 s [ghcide] EnumSet
  17696. 2709.93 s [ghcide] toList
  17697. 2709.93 s [ghcide] uniq
  17698. 2709.93 s [ghcide] fsLit
  17699. 2709.93 s [ghcide] Fingerprint
  17700. 2709.93 s [ghcide] fingerprintData
  17701. 2709.93 s [ghcide] fingerprintString
  17702. 2709.93 s [ghcide] fingerprintFingerprints
  17703. 2709.93 s [ghcide] nonDetCmpUnique
  17704. 2709.93 s [ghcide] getUnique
  17705. 2709.93 s [ghcide] mkUnique
  17706. 2709.93 s [ghcide] newTagUnique
  17707. 2709.93 s [ghcide] emptyUDFM
  17708. 2709.93 s [ghcide] plusUDFM
  17709. 2709.93 s [ghcide] plusUDFM_C
  17710. 2709.93 s [ghcide] 35% ( 6 / 17) in 'Development.IDE.GHC.Compat.Parser'
  17711. 2709.93 s [ghcide] Missing documentation for:
  17712. 2709.93 s [ghcide] initParserOpts (src/Development/IDE/GHC/Compat/Parser.hs:45)
  17713. 2709.93 s [ghcide] initParserState (src/Development/IDE/GHC/Compat/Parser.hs:49)
  17714. 2709.93 s [ghcide] PsSpan
  17715. 2709.93 s [ghcide] HsParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:53)
  17716. 2709.93 s [ghcide] HsParsedModule
  17717. 2709.93 s [ghcide] hpm_module (src/Development/IDE/GHC/Compat/Parser.hs:54)
  17718. 2709.93 s [ghcide] hpm_src_files (src/Development/IDE/GHC/Compat/Parser.hs:55)
  17719. 2709.93 s [ghcide] ParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:63)
  17720. 2709.93 s [ghcide] pm_parsed_source (src/Development/IDE/GHC/Compat/Parser.hs:65)
  17721. 2709.93 s [ghcide] pm_mod_summary (src/Development/IDE/GHC/Compat/Parser.hs:64)
  17722. 2709.93 s [ghcide] pm_extra_src_files (src/Development/IDE/GHC/Compat/Parser.hs:66)
  17723. 2709.93 s [ghcide] 66% ( 8 / 12) in 'Development.IDE.GHC.Compat.Plugins'
  17724. 2709.93 s [ghcide] Missing documentation for:
  17725. 2709.93 s [ghcide] PluginWithArgs
  17726. 2709.93 s [ghcide] applyPluginsParsedResultAction (src/Development/IDE/GHC/Compat/Plugins.hs:39)
  17727. 2709.93 s [ghcide] hsc_static_plugins (src/Development/IDE/GHC/Compat/Plugins.hs:49)
  17728. 2709.93 s [ghcide] getPsMessages (src/Development/IDE/GHC/Compat/Plugins.hs:35)
  17729. 2709.93 s [ghcide] 41% ( 39 / 93) in 'Development.IDE.GHC.Compat'
  17730. 2709.93 s [ghcide] Missing documentation for:
  17731. 2709.93 s [ghcide] hPutStringBuffer
  17732. 2709.93 s [ghcide] addIncludePathsQuote (src/Development/IDE/GHC/Compat.hs:325)
  17733. 2709.93 s [ghcide] getModuleHash (src/Development/IDE/GHC/Compat.hs:363)
  17734. 2709.93 s [ghcide] setUpTypedHoles (src/Development/IDE/GHC/Compat.hs:335)
  17735. 2709.93 s [ghcide] lookupNameCache
  17736. 2709.93 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:367)
  17737. 2709.93 s [ghcide] reLoc
  17738. 2709.93 s [ghcide] reLocA (src/Development/IDE/GHC/Compat.hs:264)
  17739. 2709.93 s [ghcide] renderMessages (src/Development/IDE/GHC/Compat.hs:279)
  17740. 2709.93 s [ghcide] PFailedWithErrorMessages (src/Development/IDE/GHC/Compat.hs:284)
  17741. 2709.93 s [ghcide] myCoreToStgExpr (src/Development/IDE/GHC/Compat.hs:215)
  17742. 2709.93 s [ghcide] FastStringCompat (src/Development/IDE/GHC/Compat.hs:439)
  17743. 2709.93 s [ghcide] nodeInfo' (src/Development/IDE/GHC/Compat.hs:389)
  17744. 2709.93 s [ghcide] getNodeIds (src/Development/IDE/GHC/Compat.hs:380)
  17745. 2709.93 s [ghcide] sourceNodeInfo (src/Development/IDE/GHC/Compat.hs:404)
  17746. 2709.93 s [ghcide] generatedNodeInfo (src/Development/IDE/GHC/Compat.hs:407)
  17747. 2709.93 s [ghcide] simpleNodeInfoCompat (src/Development/IDE/GHC/Compat.hs:431)
  17748. 2709.93 s [ghcide] isAnnotationInNodeInfo (src/Development/IDE/GHC/Compat.hs:434)
  17749. 2709.93 s [ghcide] nodeAnnotations (src/Development/IDE/GHC/Compat.hs:437)
  17750. 2709.93 s [ghcide] mkAstNode (src/Development/IDE/GHC/Compat.hs:446)
  17751. 2709.93 s [ghcide] isQualifiedImport (src/Development/IDE/GHC/Compat.hs:371)
  17752. 2709.93 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:409)
  17753. 2709.93 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:423)
  17754. 2709.93 s [ghcide] ghcVersionStr (src/Development/IDE/GHC/Compat.hs:417)
  17755. 2709.93 s [ghcide] HieFileResult
  17756. 2709.94 s [ghcide] hieExportNames (src/Development/IDE/GHC/Compat.hs:289)
  17757. 2709.94 s [ghcide] mkHieFile' (src/Development/IDE/GHC/Compat.hs:302)
  17758. 2709.94 s [ghcide] enrichHie
  17759. 2709.94 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:329)
  17760. 2709.94 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:332)
  17761. 2709.94 s [ghcide] runUnlit
  17762. 2709.94 s [ghcide] runPp
  17763. 2709.94 s [ghcide] hscCompileCoreExprHook
  17764. 2709.94 s [ghcide] simplifyExpr (src/Development/IDE/GHC/Compat.hs:271)
  17765. 2709.94 s [ghcide] tidyExpr
  17766. 2709.94 s [ghcide] emptyTidyEnv
  17767. 2709.94 s [ghcide] corePrepExpr (src/Development/IDE/GHC/Compat.hs:274)
  17768. 2709.94 s [ghcide] corePrepPgm
  17769. 2709.94 s [ghcide] lintInteractiveExpr
  17770. 2709.94 s [ghcide] icInteractiveModule
  17771. 2709.94 s [ghcide] lookupHpt
  17772. 2709.94 s [ghcide] ModIfaceAnnotation (src/Development/IDE/GHC/Compat.hs:205)
  17773. 2709.94 s [ghcide] Annotation
  17774. 2709.94 s [ghcide] getDependentMods (src/Development/IDE/GHC/Compat.hs:268)
  17775. 2709.94 s [ghcide] mkRnEnv2
  17776. 2709.94 s [ghcide] emptyInScopeSet
  17777. 2709.94 s [ghcide] byteCodeGen
  17778. 2709.94 s [ghcide] bc_bcos
  17779. 2709.94 s [ghcide] loadDecls
  17780. 2709.94 s [ghcide] expectJust
  17781. 2709.94 s [ghcide] extract_cons (src/Development/IDE/GHC/Compat.hs:467)
  17782. 2709.94 s [ghcide] recDotDot (src/Development/IDE/GHC/Compat.hs:463)
  17783. 2709.94 s [ghcide] NameCacheUpdater (src/Development/IDE/GHC/Compat.hs:291)
  17784. 2709.94 s [ghcide] tcInitTidyEnv
  17785. 2709.94 s [ghcide] 55% ( 22 / 40) in 'Development.IDE.GHC.Compat.Error'
  17786. 2709.94 s [ghcide] Missing documentation for:
  17787. 2709.94 s [ghcide] Module header
  17788. 2709.94 s [ghcide] msgEnvelopeErrorL (src/Development/IDE/GHC/Compat/Error.hs:100)
  17789. 2709.94 s [ghcide] PsMessage
  17790. 2709.94 s [ghcide] LanguageExtensionHint
  17791. 2709.94 s [ghcide] _TcRnMessageWithCtx (src/Development/IDE/GHC/Compat/Error.hs:66)
  17792. 2709.94 s [ghcide] _GhcPsMessage (src/Development/IDE/GHC/Compat/Error.hs:71)
  17793. 2709.94 s [ghcide] _GhcDsMessage (src/Development/IDE/GHC/Compat/Error.hs:76)
  17794. 2709.94 s [ghcide] _GhcDriverMessage (src/Development/IDE/GHC/Compat/Error.hs:81)
  17795. 2709.94 s [ghcide] _ReportHoleError (src/Development/IDE/GHC/Compat/Error.hs:108)
  17796. 2709.94 s [ghcide] _TcRnIllegalWildcardInType (src/Development/IDE/GHC/Compat/Error.hs:102)
  17797. 2709.94 s [ghcide] _TcRnPartialTypeSignatures (src/Development/IDE/GHC/Compat/Error.hs:102)
  17798. 2709.94 s [ghcide] _TcRnMissingSignature (src/Development/IDE/GHC/Compat/Error.hs:102)
  17799. 2709.94 s [ghcide] _TcRnSolverReport (src/Development/IDE/GHC/Compat/Error.hs:102)
  17800. 2709.94 s [ghcide] _TcRnMessageWithInfo (src/Development/IDE/GHC/Compat/Error.hs:102)
  17801. 2709.94 s [ghcide] _TypeHole (src/Development/IDE/GHC/Compat/Error.hs:110)
  17802. 2709.94 s [ghcide] _ConstraintHole (src/Development/IDE/GHC/Compat/Error.hs:110)
  17803. 2709.94 s [ghcide] reportContextL (src/Development/IDE/GHC/Compat/Error.hs:104)
  17804. 2709.94 s [ghcide] reportContentL (src/Development/IDE/GHC/Compat/Error.hs:104)
  17805. 2709.94 s [ghcide] 28% ( 2 / 7) in 'Development.IDE.GHC.CoreFile'
  17806. 2709.94 s [ghcide] Missing documentation for:
  17807. 2709.94 s [ghcide] CoreFile (src/Development/IDE/GHC/CoreFile.hs:39)
  17808. 2709.94 s [ghcide] codeGutsToCoreFile (src/Development/IDE/GHC/CoreFile.hs:90)
  17809. 2709.94 s [ghcide] typecheckCoreFile (src/Development/IDE/GHC/CoreFile.hs:115)
  17810. 2709.94 s [ghcide] readBinCoreFile (src/Development/IDE/GHC/CoreFile.hs:54)
  17811. 2709.94 s [ghcide] getImplicitBinds (src/Development/IDE/GHC/CoreFile.hs:93)
  17812. 2709.94 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Main.HeapStats'
  17813. 2709.94 s [ghcide] Missing documentation for:
  17814. 2709.94 s [ghcide] Log (src/Development/IDE/Main/HeapStats.hs:14)
  17815. 2709.94 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Session.Implicit'
  17816. 2709.94 s [ghcide] Missing documentation for:
  17817. 2709.94 s [ghcide] Module header
  17818. 2709.94 s [ghcide] loadImplicitCradle (session-loader/Development/IDE/Session/Implicit.hs:29)
  17819. 2709.94 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Location
  17820. 2709.94 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Position
  17821. 2709.94 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Range
  17822. 2709.94 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Uri
  17823. 2709.94 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedUri
  17824. 2709.94 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export toNormalizedUri
  17825. 2709.94 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedUri
  17826. 2709.94 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedFilePath
  17827. 2709.94 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedFilePath
  17828. 2709.94 s [ghcide] 15% ( 3 / 20) in 'Development.IDE.Types.Location'
  17829. 2709.94 s [ghcide] Missing documentation for:
  17830. 2709.94 s [ghcide] Location
  17831. 2709.94 s [ghcide] noFilePath (src/Development/IDE/Types/Location.hs:70)
  17832. 2709.94 s [ghcide] noRange (src/Development/IDE/Types/Location.hs:74)
  17833. 2709.94 s [ghcide] Position
  17834. 2709.94 s [ghcide] showPosition (src/Development/IDE/Types/Location.hs:77)
  17835. 2709.94 s [ghcide] Range
  17836. 2709.94 s [ghcide] Uri
  17837. 2709.94 s [ghcide] NormalizedUri
  17838. 2709.94 s [ghcide] toNormalizedUri
  17839. 2709.94 s [ghcide] fromNormalizedUri
  17840. 2709.94 s [ghcide] NormalizedFilePath
  17841. 2709.94 s [ghcide] fromUri (src/Development/IDE/Types/Location.hs:67)
  17842. 2709.94 s [ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:47)
  17843. 2709.94 s [ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:59)
  17844. 2709.94 s [ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:43)
  17845. 2709.94 s [ghcide] fromNormalizedFilePath
  17846. 2709.94 s [ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:64)
  17847. 2709.94 s [ghcide] Warning: 'Prism' is ambiguous. It is defined
  17848. 2709.94 s [ghcide] * in ‘Control.Lens.Reified’
  17849. 2709.94 s [ghcide] * in ‘Control.Lens.Type’
  17850. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17851. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  17852. 2709.94 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
  17853. 2709.94 s [ghcide] Warning: 'Lens' is ambiguous. It is defined
  17854. 2709.94 s [ghcide] * in ‘Control.Lens.Reified’
  17855. 2709.94 s [ghcide] * in ‘Control.Lens.Type’
  17856. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17857. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  17858. 2709.94 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
  17859. 2709.94 s [ghcide] Warning: 'TcRnMessage' is out of scope.
  17860. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17861. 2709.94 s [ghcide] Warning: 'stripTcRnMessageContext' is out of scope.
  17862. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17863. 2709.94 s [ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
  17864. 2709.94 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:23
  17865. 2709.94 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:1
  17866. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17867. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  17868. 2709.94 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:237:1
  17869. 2709.94 s [ghcide] Warning: 'Document' is out of scope.
  17870. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17871. 2709.94 s [ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export Diagnostic
  17872. 2709.94 s [ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export DiagnosticSeverity
  17873. 2709.94 s [ghcide] 30% ( 7 / 23) in 'Development.IDE.Types.Diagnostics'
  17874. 2709.94 s [ghcide] Missing documentation for:
  17875. 2709.94 s [ghcide] Module header
  17876. 2709.94 s [ghcide] Diagnostic
  17877. 2709.94 s [ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:325)
  17878. 2709.94 s [ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:325)
  17879. 2709.94 s [ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:325)
  17880. 2709.94 s [ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:325)
  17881. 2709.94 s [ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:323)
  17882. 2709.94 s [ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:323)
  17883. 2709.94 s [ghcide] DiagnosticSeverity
  17884. 2709.94 s [ghcide] DiagnosticStore
  17885. 2709.94 s [ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:152)
  17886. 2709.94 s [ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:264)
  17887. 2709.94 s [ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:267)
  17888. 2709.94 s [ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:122)
  17889. 2709.94 s [ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:132)
  17890. 2709.94 s [ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:129)
  17891. 2709.94 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Session.Diagnostics'
  17892. 2709.94 s [ghcide] Missing documentation for:
  17893. 2709.94 s [ghcide] Module header
  17894. 2709.94 s [ghcide] CradleErrorDetails (session-loader/Development/IDE/Session/Diagnostics.hs:19)
  17895. 2709.94 s [ghcide] multiCradleErrMessage (session-loader/Development/IDE/Session/Diagnostics.hs:95)
  17896. 2709.94 s [ghcide] unknownModuleMessage (session-loader/Development/IDE/Session/Diagnostics.hs:103)
  17897. 2709.94 s [ghcide] Warning: 'PackageConfig' is out of scope.
  17898. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17899. 2709.94 s [ghcide] Warning: 'StringBuffer' is ambiguous. It is defined
  17900. 2709.94 s [ghcide] * in ‘GHC.Data.StringBuffer’
  17901. 2709.94 s [ghcide] * in ‘GHC.Data.StringBuffer’
  17902. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17903. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  17904. 2709.94 s [ghcide] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
  17905. 2709.94 s [ghcide] Warning: 'CgGuts' is ambiguous. It is defined
  17906. 2709.94 s [ghcide] * in ‘GHC.Unit.Module.ModGuts’
  17907. 2709.94 s [ghcide] * in ‘GHC.Unit.Module.ModGuts’
  17908. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17909. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  17910. 2709.94 s [ghcide] Defaulting to the one defined in ‘GHC.Unit.Module.ModGuts’
  17911. 2709.94 s [ghcide] Warning: 'CoreModule' is ambiguous. It is defined
  17912. 2709.94 s [ghcide] * in ‘GHC’
  17913. 2709.94 s [ghcide] * in ‘GHC’
  17914. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17915. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  17916. 2709.94 s [ghcide] Defaulting to the one defined in ‘GHC’
  17917. 2709.94 s [ghcide] Warning: 'Fingerprint' is ambiguous. It is defined
  17918. 2709.94 s [ghcide] * in ‘GHC.Internal.Fingerprint.Type’
  17919. 2709.94 s [ghcide] * in ‘GHC.Internal.Fingerprint.Type’
  17920. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17921. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  17922. 2709.94 s [ghcide] Defaulting to the one defined in ‘GHC.Internal.Fingerprint.Type’
  17923. 2709.94 s [ghcide] Warning: 'hDuplicateTo' is out of scope.
  17924. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17925. 2709.94 s [ghcide] Warning: 'a_a4ME' is out of scope.
  17926. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17927. 2709.94 s [ghcide] Warning: 'a' is out of scope.
  17928. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17929. 2709.94 s [ghcide] 64% ( 18 / 28) in 'Development.IDE.GHC.Util'
  17930. 2709.94 s [ghcide] Missing documentation for:
  17931. 2709.94 s [ghcide] runParser (src/Development/IDE/GHC/Util.hs:100)
  17932. 2709.94 s [ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:111)
  17933. 2709.94 s [ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:108)
  17934. 2709.94 s [ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:181)
  17935. 2709.94 s [ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:187)
  17936. 2709.94 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:329)
  17937. 2709.94 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:332)
  17938. 2709.94 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:367)
  17939. 2709.94 s [ghcide] printOutputableOneLine (src/Development/IDE/GHC/Util.hs:271)
  17940. 2709.94 s [ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:282)
  17941. 2709.94 s [ghcide] 100% ( 1 / 1) in 'Development.IDE.GHC.Orphans'
  17942. 2709.94 s [ghcide] Warning: 'GetLocatedImports' is out of scope.
  17943. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17944. 2709.94 s [ghcide] Warning: 'target' is out of scope.
  17945. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17946. 2709.94 s [ghcide] Warning: 'GetKnownTargets' is out of scope.
  17947. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17948. 2709.94 s [ghcide] 14% ( 1 / 7) in 'Development.IDE.Types.KnownTargets'
  17949. 2709.94 s [ghcide] Missing documentation for:
  17950. 2709.94 s [ghcide] Module header
  17951. 2709.94 s [ghcide] emptyKnownTargets (src/Development/IDE/Types/KnownTargets.hs:64)
  17952. 2709.94 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
  17953. 2709.94 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
  17954. 2709.94 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  17955. 2709.94 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
  17956. 2709.94 s [ghcide] 5% ( 1 / 17) in 'Development.IDE.Types.Exports'
  17957. 2709.94 s [ghcide] Missing documentation for:
  17958. 2709.94 s [ghcide] Module header
  17959. 2709.94 s [ghcide] IdentInfo (src/Development/IDE/Types/Exports.hs:112)
  17960. 2709.94 s [ghcide] ExportsMap (src/Development/IDE/Types/Exports.hs:39)
  17961. 2709.94 s [ghcide] rendered (src/Development/IDE/Types/Exports.hs:91)
  17962. 2709.94 s [ghcide] moduleNameText (src/Development/IDE/Types/Exports.hs:107)
  17963. 2709.94 s [ghcide] renderOcc (src/Development/IDE/Types/Exports.hs:104)
  17964. 2709.94 s [ghcide] mkTypeOcc (src/Development/IDE/Types/Exports.hs:79)
  17965. 2709.94 s [ghcide] mkVarOrDataOcc (src/Development/IDE/Types/Exports.hs:71)
  17966. 2709.94 s [ghcide] isDatacon (src/Development/IDE/Types/Exports.hs:121)
  17967. 2709.94 s [ghcide] createExportsMap (src/Development/IDE/Types/Exports.hs:154)
  17968. 2709.94 s [ghcide] createExportsMapMg (src/Development/IDE/Types/Exports.hs:164)
  17969. 2709.94 s [ghcide] buildModuleExportMapFrom (src/Development/IDE/Types/Exports.hs:215)
  17970. 2709.94 s [ghcide] createExportsMapHieDb (src/Development/IDE/Types/Exports.hs:184)
  17971. 2709.94 s [ghcide] size (src/Development/IDE/Types/Exports.hs:68)
  17972. 2709.94 s [ghcide] exportsMapSize (src/Development/IDE/Types/Exports.hs:82)
  17973. 2709.94 s [ghcide] updateExportsMapMg (src/Development/IDE/Types/Exports.hs:174)
  17974. 2709.94 s [ghcide] Warning: 'Text' is out of scope.
  17975. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17976. 2709.94 s [ghcide] Warning: 'Location' is ambiguous. It is defined
  17977. 2709.94 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  17978. 2709.94 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  17979. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17980. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  17981. 2709.94 s [ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
  17982. 2709.94 s [ghcide] 23% ( 3 / 13) in 'Development.IDE.Spans.Common'
  17983. 2709.94 s [ghcide] Missing documentation for:
  17984. 2709.94 s [ghcide] Module header
  17985. 2709.94 s [ghcide] safeTyThingId (src/Development/IDE/Spans/Common.hs:55)
  17986. 2709.94 s [ghcide] safeTyThingType (src/Development/IDE/Spans/Common.hs:49)
  17987. 2709.94 s [ghcide] SpanDoc (src/Development/IDE/Spans/Common.hs:60)
  17988. 2709.94 s [ghcide] SpanDocUris (src/Development/IDE/Spans/Common.hs:66)
  17989. 2709.94 s [ghcide] emptySpanDoc (src/Development/IDE/Spans/Common.hs:74)
  17990. 2709.94 s [ghcide] spanDocToMarkdownForTest (src/Development/IDE/Spans/Common.hs:124)
  17991. 2709.94 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:39)
  17992. 2709.94 s [ghcide] TyThingMap (src/Development/IDE/Spans/Common.hs:40)
  17993. 2709.94 s [ghcide] ArgDocMap (src/Development/IDE/Spans/Common.hs:41)
  17994. 2709.94 s [ghcide] Warning: Development.IDE.Plugin.Completions.Types: Could not find documentation for exported module: Development.IDE.Plugin.Completions.Types
  17995. 2709.94 s [ghcide] 23% ( 4 / 17) in 'Development.IDE.Plugin.Completions.Types'
  17996. 2709.94 s [ghcide] Missing documentation for:
  17997. 2709.94 s [ghcide] Module header
  17998. 2709.94 s [ghcide] CompItem (src/Development/IDE/Plugin/Completions/Types.hs:84)
  17999. 2709.94 s [ghcide] CompletionsConfig (src/Development/IDE/Plugin/Completions/Types.hs:62)
  18000. 2709.94 s [ghcide] ExtendImport (src/Development/IDE/Plugin/Completions/Types.hs:68)
  18001. 2709.94 s [ghcide] properties (src/Development/IDE/Plugin/Completions/Types.hs:53)
  18002. 2709.94 s [ghcide] LocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:32)
  18003. 2709.94 s [ghcide] NonLocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:37)
  18004. 2709.94 s [ghcide] Backtick (src/Development/IDE/Plugin/Completions/Types.hs:44)
  18005. 2709.94 s [ghcide] extendImportCommandId (src/Development/IDE/Plugin/Completions/Types.hs:48)
  18006. 2709.94 s [ghcide] Provenance (src/Development/IDE/Plugin/Completions/Types.hs:78)
  18007. 2709.94 s [ghcide] QualCompls (src/Development/IDE/Plugin/Completions/Types.hs:100)
  18008. 2709.94 s [ghcide] nsJSON (src/Development/IDE/Plugin/Completions/Types.hs:164)
  18009. 2709.94 s [ghcide] parseNs (src/Development/IDE/Plugin/Completions/Types.hs:172)
  18010. 2709.94 s [ghcide] 50% ( 15 / 30) in 'Development.IDE.GHC.Error'
  18011. 2709.94 s [ghcide] Missing documentation for:
  18012. 2709.94 s [ghcide] Module header
  18013. 2709.94 s [ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:86)
  18014. 2709.94 s [ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:93)
  18015. 2709.94 s [ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:89)
  18016. 2709.94 s [ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:228)
  18017. 2709.94 s [ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:150)
  18018. 2709.94 s [ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:107)
  18019. 2709.94 s [ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:112)
  18020. 2709.94 s [ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:146)
  18021. 2709.94 s [ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:157)
  18022. 2709.94 s [ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:161)
  18023. 2709.94 s [ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:167)
  18024. 2709.94 s [ghcide] realSpan (src/Development/IDE/GHC/Error.hs:209)
  18025. 2709.94 s [ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:171)
  18026. 2709.94 s [ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:177)
  18027. 2709.94 s [ghcide] Warning: 'HscEnvEq' is ambiguous. It is defined
  18028. 2709.94 s [ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:17
  18029. 2709.94 s [ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:1
  18030. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18031. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  18032. 2709.94 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/HscEnvEq.hs:36:1
  18033. 2709.94 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Types.HscEnvEq'
  18034. 2709.94 s [ghcide] Missing documentation for:
  18035. 2709.94 s [ghcide] Module header
  18036. 2709.94 s [ghcide] hscEnv
  18037. 2709.94 s [ghcide] updateHscEnvEq (src/Development/IDE/Types/HscEnvEq.hs:48)
  18038. 2709.94 s [ghcide] envPackageExports
  18039. 2709.94 s [ghcide] Warning: 'Interval' is ambiguous. It is defined
  18040. 2709.94 s [ghcide] * in ‘Data.IntervalMap.FingerTree’
  18041. 2709.94 s [ghcide] * in ‘Data.IntervalMap.FingerTree’
  18042. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18043. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  18044. 2709.94 s [ghcide] Defaulting to the one defined in ‘Data.IntervalMap.FingerTree’
  18045. 2709.94 s [ghcide] Warning: 'Bindings' is ambiguous. It is defined
  18046. 2709.94 s [ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:78:17
  18047. 2709.94 s [ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:78:1
  18048. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18049. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  18050. 2709.94 s [ghcide] Defaulting to the one defined at src/Development/IDE/Spans/LocalBindings.hs:78:1
  18051. 2709.94 s [ghcide] Warning: 'PositionRange' is out of scope.
  18052. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18053. 2709.94 s [ghcide] Warning: 'PositionMapping' is out of scope.
  18054. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18055. 2709.94 s [ghcide] 71% ( 5 / 7) in 'Development.IDE.Spans.LocalBindings'
  18056. 2709.94 s [ghcide] Missing documentation for:
  18057. 2709.94 s [ghcide] Module header
  18058. 2709.94 s [ghcide] bindings (src/Development/IDE/Spans/LocalBindings.hs:42)
  18059. 2709.94 s [ghcide] Warning: 'main' is out of scope.
  18060. 2709.94 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18061. 2709.94 s [ghcide] 37% ( 3 / 8) in 'Development.IDE.Import.FindImports'
  18062. 2709.94 s [ghcide] Missing documentation for:
  18063. 2709.94 s [ghcide] Module header
  18064. 2709.94 s [ghcide] Import (src/Development/IDE/Import/FindImports.hs:36)
  18065. 2709.94 s [ghcide] ArtifactsLocation (src/Development/IDE/Import/FindImports.hs:41)
  18066. 2709.94 s [ghcide] modSummaryToArtifactsLocation (src/Development/IDE/Import/FindImports.hs:59)
  18067. 2709.94 s [ghcide] isBootLocation (src/Development/IDE/Import/FindImports.hs:52)
  18068. 2709.94 s [ghcide] Warning: 'FilePathId' is ambiguous. It is defined
  18069. 2709.94 s [ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:73:22
  18070. 2709.94 s [ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:73:1
  18071. 2709.94 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18072. 2709.94 s [ghcide] by specifying the type/value namespace explicitly.
  18073. 2709.94 s [ghcide] Defaulting to the one defined at src/Development/IDE/Import/DependencyInformation.hs:73:1
  18074. 2709.94 s [ghcide] 28% ( 8 / 28) in 'Development.IDE.Import.DependencyInformation'
  18075. 2709.94 s [ghcide] Missing documentation for:
  18076. 2709.94 s [ghcide] Module header
  18077. 2709.95 s [ghcide] DependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:140)
  18078. 2709.95 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:392)
  18079. 2709.95 s [ghcide] NamedModuleDep (src/Development/IDE/Import/DependencyInformation.hs:400)
  18080. 2709.95 s [ghcide] ShowableModule (src/Development/IDE/Import/DependencyInformation.hs:171)
  18081. 2709.95 s [ghcide] ShowableModuleEnv (src/Development/IDE/Import/DependencyInformation.hs:175)
  18082. 2709.95 s [ghcide] PathIdMap (src/Development/IDE/Import/DependencyInformation.hs:82)
  18083. 2709.95 s [ghcide] emptyPathIdMap (src/Development/IDE/Import/DependencyInformation.hs:92)
  18084. 2709.95 s [ghcide] getPathId (src/Development/IDE/Import/DependencyInformation.hs:95)
  18085. 2709.95 s [ghcide] lookupPathToId (src/Development/IDE/Import/DependencyInformation.hs:116)
  18086. 2709.95 s [ghcide] insertImport (src/Development/IDE/Import/DependencyInformation.hs:110)
  18087. 2709.95 s [ghcide] pathToId (src/Development/IDE/Import/DependencyInformation.hs:113)
  18088. 2709.95 s [ghcide] idToPath (src/Development/IDE/Import/DependencyInformation.hs:119)
  18089. 2709.95 s [ghcide] idToModLocation (src/Development/IDE/Import/DependencyInformation.hs:122)
  18090. 2709.95 s [ghcide] reachableModules (src/Development/IDE/Import/DependencyInformation.hs:186)
  18091. 2709.95 s [ghcide] processDependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:247)
  18092. 2709.95 s [ghcide] lookupModuleFile (src/Development/IDE/Import/DependencyInformation.hs:389)
  18093. 2709.95 s [ghcide] BootIdMap (src/Development/IDE/Import/DependencyInformation.hs:124)
  18094. 2709.95 s [ghcide] insertBootId (src/Development/IDE/Import/DependencyInformation.hs:127)
  18095. 2709.95 s [ghcide] lookupFingerprint (src/Development/IDE/Import/DependencyInformation.hs:166)
  18096. 2709.95 s [ghcide] Warning: 'NeedsCompilation' is ambiguous. It is defined
  18097. 2709.95 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:433:25
  18098. 2709.95 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:433:1
  18099. 2709.95 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18100. 2709.95 s [ghcide] by specifying the type/value namespace explicitly.
  18101. 2709.95 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:433:1
  18102. 2709.95 s [ghcide] Warning: 'GetModIface' is ambiguous. It is defined
  18103. 2709.95 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:512:20
  18104. 2709.95 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:512:1
  18105. 2709.95 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18106. 2709.95 s [ghcide] by specifying the type/value namespace explicitly.
  18107. 2709.95 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:512:1
  18108. 2709.95 s [ghcide] Warning: Development.IDE.Core.RuleTypes: Could not find documentation for exported module: Development.IDE.Core.RuleTypes
  18109. 2709.95 s [ghcide] 9% ( 6 / 61) in 'Development.IDE.Core.RuleTypes'
  18110. 2709.95 s [ghcide] Missing documentation for:
  18111. 2709.95 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:488)
  18112. 2709.95 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:372)
  18113. 2709.95 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:415)
  18114. 2709.95 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:561)
  18115. 2709.95 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:488)
  18116. 2709.95 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:500)
  18117. 2709.95 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:308)
  18118. 2709.95 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:337)
  18119. 2709.95 s [ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:96)
  18120. 2709.95 s [ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:473)
  18121. 2709.95 s [ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:463)
  18122. 2709.95 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:551)
  18123. 2709.95 s [ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:483)
  18124. 2709.95 s [ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:360)
  18125. 2709.95 s [ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:127)
  18126. 2709.95 s [ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:425)
  18127. 2709.95 s [ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:87)
  18128. 2709.95 s [ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:55)
  18129. 2709.95 s [ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:420)
  18130. 2709.95 s [ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:438)
  18131. 2709.95 s [ghcide] GetModuleGraphTransDepsFingerprints (src/Development/IDE/Core/RuleTypes.hs:443)
  18132. 2709.95 s [ghcide] GetModuleGraphTransReverseDepsFingerprints (src/Development/IDE/Core/RuleTypes.hs:448)
  18133. 2709.95 s [ghcide] GetModuleGraphImmediateReverseDepsFingerprints (src/Development/IDE/Core/RuleTypes.hs:453)
  18134. 2709.95 s [ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:116)
  18135. 2709.95 s [ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:103)
  18136. 2709.95 s [ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:121)
  18137. 2709.95 s [ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:132)
  18138. 2709.95 s [ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:182)
  18139. 2709.95 s [ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:184)
  18140. 2709.95 s [ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:201)
  18141. 2709.95 s [ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:204)
  18142. 2709.95 s [ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:233)
  18143. 2709.95 s [ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:478)
  18144. 2709.95 s [ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:256)
  18145. 2709.95 s [ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:468)
  18146. 2709.95 s [ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:458)
  18147. 2709.95 s [ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:502)
  18148. 2709.95 s [ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:507)
  18149. 2709.95 s [ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:512)
  18150. 2709.95 s [ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:355)
  18151. 2709.95 s [ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:366)
  18152. 2709.95 s [ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:541)
  18153. 2709.95 s [ghcide] GetPhysicalModificationTime (src/Development/IDE/Core/RuleTypes.hs:329)
  18154. 2709.95 s [ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:352)
  18155. 2709.95 s [ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:383)
  18156. 2709.95 s [ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:517)
  18157. 2709.95 s [ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:390)
  18158. 2709.95 s [ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:527)
  18159. 2709.95 s [ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:522)
  18160. 2709.95 s [ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:433)
  18161. 2709.95 s [ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18162. 2709.95 s [ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18163. 2709.95 s [ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18164. 2709.95 s [ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18165. 2709.95 s [ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18166. 2709.95 s [ghcide] Warning: 'phase' is out of scope.
  18167. 2709.95 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18168. 2709.95 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Tracing'
  18169. 2709.95 s [ghcide] Missing documentation for:
  18170. 2709.95 s [ghcide] Module header
  18171. 2709.95 s [ghcide] otTracedProvider (src/Development/IDE/Core/Tracing.hs:135)
  18172. 2709.95 s [ghcide] otSetUri (src/Development/IDE/Core/Tracing.hs:88)
  18173. 2709.95 s [ghcide] otTracedGarbageCollection (src/Development/IDE/Core/Tracing.hs:121)
  18174. 2709.95 s [ghcide] withTrace (src/Development/IDE/Core/Tracing.hs:39)
  18175. 2709.95 s [ghcide] withEventTrace (src/Development/IDE/Core/Tracing.hs:47)
  18176. 2709.95 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Core.Preprocessor'
  18177. 2709.95 s [ghcide] Missing documentation for:
  18178. 2709.95 s [ghcide] Module header
  18179. 2709.95 s [ghcide] Warning: 'ekg' is out of scope.
  18180. 2709.95 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18181. 2709.95 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Types.Monitoring'
  18182. 2709.95 s [ghcide] Missing documentation for:
  18183. 2709.95 s [ghcide] Module header
  18184. 2709.95 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Monitoring.OpenTelemetry'
  18185. 2709.95 s [ghcide] Missing documentation for:
  18186. 2709.95 s [ghcide] Module header
  18187. 2709.95 s [ghcide] Warning: 'withoutOptHaddock' is out of scope.
  18188. 2709.95 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18189. 2709.95 s [ghcide] Warning: 'ComponentOptions' is out of scope.
  18190. 2709.95 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18191. 2709.95 s [ghcide] Warning: 'HscEnvEq' is out of scope.
  18192. 2709.95 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18193. 2709.95 s [ghcide] 21% ( 3 / 14) in 'Development.IDE.Types.Options'
  18194. 2709.95 s [ghcide] Missing documentation for:
  18195. 2709.95 s [ghcide] IdeOptions (src/Development/IDE/Types/Options.hs:33)
  18196. 2709.95 s [ghcide] IdePreprocessedSource (src/Development/IDE/Types/Options.hs:93)
  18197. 2709.95 s [ghcide] IdeReportProgress (src/Development/IDE/Types/Options.hs:102)
  18198. 2709.95 s [ghcide] IdeDefer (src/Development/IDE/Types/Options.hs:103)
  18199. 2709.95 s [ghcide] IdeTesting (src/Development/IDE/Types/Options.hs:104)
  18200. 2709.95 s [ghcide] IdeOTMemoryProfiling (src/Development/IDE/Types/Options.hs:105)
  18201. 2709.95 s [ghcide] clientSupportsProgress (src/Development/IDE/Types/Options.hs:115)
  18202. 2709.95 s [ghcide] defaultIdeOptions (src/Development/IDE/Types/Options.hs:119)
  18203. 2709.95 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:551)
  18204. 2709.95 s [ghcide] OptHaddockParse (src/Development/IDE/Types/Options.hs:90)
  18205. 2709.95 s [ghcide] ProgressReportingStyle (src/Development/IDE/Types/Options.hs:107)
  18206. 2709.95 s [ghcide] Warning: 'delayedProgressReporting' is out of scope.
  18207. 2709.95 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18208. 2709.95 s [ghcide] Warning: 'ProgressReporting' is ambiguous. It is defined
  18209. 2709.95 s [ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:26
  18210. 2709.95 s [ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:1
  18211. 2709.95 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18212. 2709.95 s [ghcide] by specifying the type/value namespace explicitly.
  18213. 2709.95 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/ProgressReporting.hs:50:1
  18214. 2709.95 s [ghcide] 23% ( 3 / 13) in 'Development.IDE.Core.ProgressReporting'
  18215. 2709.95 s [ghcide] Missing documentation for:
  18216. 2709.95 s [ghcide] Module header
  18217. 2709.95 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  18218. 2709.95 s [ghcide] PerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:57)
  18219. 2709.95 s [ghcide] ProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:50)
  18220. 2709.95 s [ghcide] noPerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:95)
  18221. 2709.95 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
  18222. 2709.95 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
  18223. 2709.95 s [ghcide] recordProgress (src/Development/IDE/Core/ProgressReporting.hs:137)
  18224. 2709.95 s [ghcide] progressStop
  18225. 2709.95 s [ghcide] progressUpdate
  18226. 2709.95 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Types.Shake'
  18227. 2709.95 s [ghcide] Missing documentation for:
  18228. 2709.95 s [ghcide] Module header
  18229. 2709.95 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  18230. 2709.95 s [ghcide] Value (src/Development/IDE/Types/Shake.hs:47)
  18231. 2709.95 s [ghcide] ValueWithDiagnostics (src/Development/IDE/Types/Shake.hs:62)
  18232. 2709.95 s [ghcide] Key
  18233. 2709.95 s [ghcide] ShakeValue (src/Development/IDE/Types/Shake.hs:117)
  18234. 2709.95 s [ghcide] isBadDependency (src/Development/IDE/Types/Shake.hs:74)
  18235. 2709.95 s [ghcide] toShakeValue (src/Development/IDE/Types/Shake.hs:115)
  18236. 2709.95 s [ghcide] encodeShakeValue (src/Development/IDE/Types/Shake.hs:130)
  18237. 2709.95 s [ghcide] decodeShakeValue (src/Development/IDE/Types/Shake.hs:136)
  18238. 2709.95 s [ghcide] toKey (src/Development/IDE/Types/Shake.hs:79)
  18239. 2709.95 s [ghcide] toNoFileKey (src/Development/IDE/Types/Shake.hs:96)
  18240. 2709.95 s [ghcide] fromKey (src/Development/IDE/Types/Shake.hs:82)
  18241. 2709.95 s [ghcide] WithHieDbShield (src/Development/IDE/Types/Shake.hs:45)
  18242. 2709.95 s [ghcide] Warning: 'Q' is ambiguous. It is defined
  18243. 2709.95 s [ghcide] * at src/Development/IDE/Types/Shake.hs:98:15
  18244. 2709.95 s [ghcide] * at src/Development/IDE/Types/Shake.hs:98:1
  18245. 2709.95 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18246. 2709.95 s [ghcide] by specifying the type/value namespace explicitly.
  18247. 2709.95 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:98:1
  18248. 2709.95 s [ghcide] Warning: 'A' is ambiguous. It is defined
  18249. 2709.95 s [ghcide] * at src/Development/IDE/Types/Shake.hs:106:15
  18250. 2709.95 s [ghcide] * at src/Development/IDE/Types/Shake.hs:106:1
  18251. 2709.95 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18252. 2709.95 s [ghcide] by specifying the type/value namespace explicitly.
  18253. 2709.95 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:106:1
  18254. 2709.95 s [ghcide] Warning: 'ShakeSession' is ambiguous. It is defined
  18255. 2709.95 s [ghcide] * at src/Development/IDE/Core/Shake.hs:525:24
  18256. 2709.95 s [ghcide] * at src/Development/IDE/Core/Shake.hs:525:1
  18257. 2709.95 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18258. 2709.95 s [ghcide] by specifying the type/value namespace explicitly.
  18259. 2709.95 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:525:1
  18260. 2709.95 s [ghcide] Warning: 'runInShakeSession' is out of scope.
  18261. 2709.95 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18262. 2709.95 s [ghcide] Warning: 'proper' is out of scope.
  18263. 2709.95 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18264. 2709.95 s [ghcide] Warning: 'IdeState' is ambiguous. It is defined
  18265. 2709.95 s [ghcide] * at src/Development/IDE/Core/Shake.hs:559:17
  18266. 2709.95 s [ghcide] * at src/Development/IDE/Core/Shake.hs:559:1
  18267. 2709.95 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18268. 2709.95 s [ghcide] by specifying the type/value namespace explicitly.
  18269. 2709.95 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:559:1
  18270. 2709.95 s [ghcide] Warning: 'Initialized' is out of scope.
  18271. 2709.95 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18272. 2709.95 s [ghcide] Warning: 'BadDependency' is ambiguous. It is defined
  18273. 2709.95 s [ghcide] * at src/Development/IDE/Types/Shake.hs:70:25
  18274. 2709.95 s [ghcide] * at src/Development/IDE/Types/Shake.hs:70:1
  18275. 2709.96 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18276. 2709.96 s [ghcide] by specifying the type/value namespace explicitly.
  18277. 2709.96 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:70:1
  18278. 2709.96 s [ghcide] Warning: 'useWithStaleE' is out of scope.
  18279. 2709.96 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18280. 2709.96 s [ghcide] Warning: 'usesE' is out of scope.
  18281. 2709.96 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18282. 2709.96 s [ghcide] Warning: 'LanguageContextEnv' is out of scope.
  18283. 2709.96 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18284. 2709.96 s [ghcide] Warning: 'resRootPath' is out of scope.
  18285. 2709.96 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18286. 2709.96 s [ghcide] 40% ( 35 / 87) in 'Development.IDE.Core.Shake'
  18287. 2709.96 s [ghcide] Missing documentation for:
  18288. 2709.96 s [ghcide] shakeExtras
  18289. 2709.96 s [ghcide] shakeDb
  18290. 2709.96 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:273)
  18291. 2709.96 s [ghcide] getShakeExtras (src/Development/IDE/Core/Shake.hs:347)
  18292. 2709.96 s [ghcide] getShakeExtrasRules (src/Development/IDE/Core/Shake.hs:353)
  18293. 2709.96 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  18294. 2709.96 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
  18295. 2709.96 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
  18296. 2709.96 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
  18297. 2709.96 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:515)
  18298. 2709.96 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:308)
  18299. 2709.96 s [ghcide] shakeShut (src/Development/IDE/Core/Shake.hs:757)
  18300. 2709.96 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1111)
  18301. 2709.96 s [ghcide] useWithSeparateFingerprintRule (src/Development/IDE/Core/Shake.hs:1157)
  18302. 2709.96 s [ghcide] useWithSeparateFingerprintRule_ (src/Development/IDE/Core/Shake.hs:1165)
  18303. 2709.96 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1120)
  18304. 2709.96 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1123)
  18305. 2709.96 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1175)
  18306. 2709.96 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1019)
  18307. 2709.96 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1217)
  18308. 2709.96 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1222)
  18309. 2709.96 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:935)
  18310. 2709.96 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
  18311. 2709.96 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
  18312. 2709.96 s [ghcide] getHiddenDiagnostics (src/Development/IDE/Core/Shake.hs:939)
  18313. 2709.96 s [ghcide] IsIdeGlobal (src/Development/IDE/Core/Shake.hs:391)
  18314. 2709.96 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:406)
  18315. 2709.96 s [ghcide] addIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:411)
  18316. 2709.96 s [ghcide] getIdeGlobalState (src/Development/IDE/Core/Shake.hs:430)
  18317. 2709.96 s [ghcide] getIdeGlobalAction (src/Development/IDE/Core/Shake.hs:427)
  18318. 2709.96 s [ghcide] getIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:417)
  18319. 2709.96 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:436)
  18320. 2709.96 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:448)
  18321. 2709.96 s [ghcide] GlobalIdeOptions (src/Development/IDE/Core/Shake.hs:432)
  18322. 2709.96 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:375)
  18323. 2709.96 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1399)
  18324. 2709.96 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1402)
  18325. 2709.96 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1449)
  18326. 2709.96 s [ghcide] updatePositionMappingHelper (src/Development/IDE/Core/Shake.hs:1461)
  18327. 2709.96 s [ghcide] WithProgressFunc (src/Development/IDE/Core/Shake.hs:339)
  18328. 2709.96 s [ghcide] WithIndefiniteProgressFunc (src/Development/IDE/Core/Shake.hs:341)
  18329. 2709.96 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  18330. 2709.96 s [ghcide] DelayedAction (src/Development/IDE/Types/Action.hs:22)
  18331. 2709.96 s [ghcide] mkDelayedAction (src/Development/IDE/Core/Shake.hs:780)
  18332. 2709.96 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1064)
  18333. 2709.96 s [ghcide] mkUpdater (src/Development/IDE/Core/Shake.hs:1071)
  18334. 2709.96 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  18335. 2709.96 s [ghcide] HieDb
  18336. 2709.96 s [ghcide] garbageCollectDirtyKeysOlderThan (src/Development/IDE/Core/Shake.hs:955)
  18337. 2709.96 s [ghcide] Log (src/Development/IDE/Core/Shake.hs:183)
  18338. 2709.96 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:845)
  18339. 2709.96 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:259)
  18340. 2709.96 s [ghcide] Warning: 'unsafeGlobalDynFlags' is out of scope.
  18341. 2709.96 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18342. 2709.96 s [ghcide] Warning: 'HieWriterChan' is out of scope.
  18343. 2709.96 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18344. 2709.96 s [ghcide] Warning: 'IdeGhcSession' is ambiguous. It is defined
  18345. 2709.96 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:551:22
  18346. 2709.96 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:551:1
  18347. 2709.96 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18348. 2709.96 s [ghcide] by specifying the type/value namespace explicitly.
  18349. 2709.96 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:551:1
  18350. 2709.96 s [ghcide] 40% ( 4 / 10) in 'Development.IDE.Session'
  18351. 2709.96 s [ghcide] Missing documentation for:
  18352. 2709.96 s [ghcide] SessionLoadingOptions (session-loader/Development/IDE/Session.hs:232)
  18353. 2709.96 s [ghcide] CacheDirs (session-loader/Development/IDE/Session.hs:229)
  18354. 2709.96 s [ghcide] getInitialGhcLibDirDefault (session-loader/Development/IDE/Session.hs:279)
  18355. 2709.96 s [ghcide] getHieDbLoc (session-loader/Development/IDE/Session.hs:397)
  18356. 2709.96 s [ghcide] retryOnSqliteBusy (session-loader/Development/IDE/Session.hs:343)
  18357. 2709.96 s [ghcide] Log (session-loader/Development/IDE/Session.hs:132)
  18358. 2709.96 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.LSP.Server'
  18359. 2709.96 s [ghcide] Missing documentation for:
  18360. 2709.96 s [ghcide] Module header
  18361. 2709.96 s [ghcide] ReactorMessage (src/Development/IDE/LSP/Server.hs:23)
  18362. 2709.96 s [ghcide] ReactorChan (src/Development/IDE/LSP/Server.hs:27)
  18363. 2709.96 s [ghcide] ServerM (src/Development/IDE/LSP/Server.hs:28)
  18364. 2709.96 s [ghcide] requestHandler (src/Development/IDE/LSP/Server.hs:36)
  18365. 2709.96 s [ghcide] notificationHandler (src/Development/IDE/LSP/Server.hs:51)
  18366. 2709.96 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Plugin'
  18367. 2709.96 s [ghcide] Missing documentation for:
  18368. 2709.96 s [ghcide] Module header
  18369. 2709.96 s [ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
  18370. 2709.96 s [ghcide] Warning: 'PluginHandlers' is ambiguous. It is defined
  18371. 2709.96 s [ghcide] * in ‘Ide.Types’
  18372. 2709.96 s [ghcide] * in ‘Ide.Types’
  18373. 2709.96 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18374. 2709.96 s [ghcide] by specifying the type/value namespace explicitly.
  18375. 2709.96 s [ghcide] Defaulting to the one defined in ‘Ide.Types’
  18376. 2709.96 s [ghcide] Warning: 'PluginHandler' is ambiguous. It is defined
  18377. 2709.96 s [ghcide] * in ‘Ide.Types’
  18378. 2709.96 s [ghcide] * in ‘Ide.Types’
  18379. 2709.96 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18380. 2709.96 s [ghcide] by specifying the type/value namespace explicitly.
  18381. 2709.96 s [ghcide] Defaulting to the one defined in ‘Ide.Types’
  18382. 2709.96 s [ghcide] Warning: 'data_' is out of scope.
  18383. 2709.96 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18384. 2709.96 s [ghcide] 25% ( 1 / 4) in 'Development.IDE.Plugin.HLS'
  18385. 2709.96 s [ghcide] Missing documentation for:
  18386. 2709.96 s [ghcide] Module header
  18387. 2709.96 s [ghcide] toResponseError (src/Development/IDE/Plugin/HLS.hs:405)
  18388. 2709.96 s [ghcide] Log (src/Development/IDE/Plugin/HLS.hs:59)
  18389. 2709.97 s [ghcide] 10% ( 1 / 10) in 'Development.IDE.Core.IdeConfiguration'
  18390. 2709.97 s [ghcide] Missing documentation for:
  18391. 2709.97 s [ghcide] Module header
  18392. 2709.97 s [ghcide] registerIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:40)
  18393. 2709.97 s [ghcide] getIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:44)
  18394. 2709.97 s [ghcide] parseConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:48)
  18395. 2709.97 s [ghcide] parseWorkspaceFolder (src/Development/IDE/Core/IdeConfiguration.hs:59)
  18396. 2709.97 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
  18397. 2709.97 s [ghcide] modifyWorkspaceFolders (src/Development/IDE/Core/IdeConfiguration.hs:64)
  18398. 2709.97 s [ghcide] modifyClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:69)
  18399. 2709.97 s [ghcide] getClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:92)
  18400. 2709.97 s [ghcide] 14% ( 1 / 7) in 'Development.IDE.LSP.LanguageServer'
  18401. 2709.97 s [ghcide] Missing documentation for:
  18402. 2709.97 s [ghcide] Module header
  18403. 2709.97 s [ghcide] runLanguageServer (src/Development/IDE/LSP/LanguageServer.hs:108)
  18404. 2709.97 s [ghcide] setupLSP (src/Development/IDE/LSP/LanguageServer.hs:151)
  18405. 2709.97 s [ghcide] Log (src/Development/IDE/LSP/LanguageServer.hs:51)
  18406. 2709.97 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:259)
  18407. 2709.97 s [ghcide] Setup (src/Development/IDE/LSP/LanguageServer.hs:85)
  18408. 2709.97 s [ghcide] Warning: 'IsFileOfInterest' is ambiguous. It is defined
  18409. 2709.97 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:517:25
  18410. 2709.97 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:517:1
  18411. 2709.97 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18412. 2709.97 s [ghcide] by specifying the type/value namespace explicitly.
  18413. 2709.97 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:517:1
  18414. 2709.97 s [ghcide] 33% ( 4 / 12) in 'Development.IDE.Core.OfInterest'
  18415. 2709.97 s [ghcide] Missing documentation for:
  18416. 2709.97 s [ghcide] getFilesOfInterest (src/Development/IDE/Core/OfInterest.hs:90)
  18417. 2709.97 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
  18418. 2709.97 s [ghcide] addFileOfInterest (src/Development/IDE/Core/OfInterest.hs:107)
  18419. 2709.97 s [ghcide] deleteFileOfInterest (src/Development/IDE/Core/OfInterest.hs:120)
  18420. 2709.97 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:372)
  18421. 2709.97 s [ghcide] OfInterestVar (src/Development/IDE/Core/OfInterest.hs:60)
  18422. 2709.97 s [ghcide] scheduleGarbageCollection (src/Development/IDE/Core/OfInterest.hs:127)
  18423. 2709.97 s [ghcide] Log (src/Development/IDE/Core/OfInterest.hs:53)
  18424. 2709.97 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Core.FileStore'
  18425. 2709.97 s [ghcide] Missing documentation for:
  18426. 2709.97 s [ghcide] Module header
  18427. 2709.97 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:238)
  18428. 2709.97 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:241)
  18429. 2709.97 s [ghcide] fileStoreRules (src/Development/IDE/Core/FileStore.hs:260)
  18430. 2709.97 s [ghcide] modificationTime (src/Development/IDE/Core/FileStore.hs:204)
  18431. 2709.97 s [ghcide] typecheckParents (src/Development/IDE/Core/FileStore.hs:289)
  18432. 2709.97 s [ghcide] getModificationTimeImpl (src/Development/IDE/Core/FileStore.hs:119)
  18433. 2709.97 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:406)
  18434. 2709.97 s [ghcide] getFileContentsImpl (src/Development/IDE/Core/FileStore.hs:213)
  18435. 2709.97 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
  18436. 2709.97 s [ghcide] isWatchSupported (src/Development/IDE/Core/FileStore.hs:341)
  18437. 2709.97 s [ghcide] registerFileWatches (src/Development/IDE/Core/FileStore.hs:311)
  18438. 2709.97 s [ghcide] shareFilePath (src/Development/IDE/Core/FileStore.hs:356)
  18439. 2709.97 s [ghcide] Log (src/Development/IDE/Core/FileStore.hs:81)
  18440. 2709.97 s [ghcide] Warning: 'CoreModule' is ambiguous. It is defined
  18441. 2709.97 s [ghcide] * in ‘GHC’
  18442. 2709.97 s [ghcide] * in ‘GHC’
  18443. 2709.97 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18444. 2709.97 s [ghcide] by specifying the type/value namespace explicitly.
  18445. 2709.97 s [ghcide] Defaulting to the one defined in ‘GHC’
  18446. 2709.97 s [ghcide] Warning: 'ParsedModule' is ambiguous. It is defined
  18447. 2709.97 s [ghcide] * in ‘GHC’
  18448. 2709.97 s [ghcide] * at src/Development/IDE/GHC/Compat/Parser.hs:63:1
  18449. 2709.97 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18450. 2709.97 s [ghcide] by specifying the type/value namespace explicitly.
  18451. 2709.97 s [ghcide] Defaulting to the one defined at src/Development/IDE/GHC/Compat/Parser.hs:63:1
  18452. 2709.97 s [ghcide] Warning: 'runtime_deps' is out of scope.
  18453. 2709.97 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18454. 2709.97 s [ghcide] 45% ( 14 / 31) in 'Development.IDE.Core.Compile'
  18455. 2709.97 s [ghcide] Missing documentation for:
  18456. 2709.97 s [ghcide] typecheckModule (src/Development/IDE/Core/Compile.hs:202)
  18457. 2709.97 s [ghcide] addRelativeImport (src/Development/IDE/Core/Compile.hs:787)
  18458. 2709.97 s [ghcide] mkHiFileResultCompile (src/Development/IDE/Core/Compile.hs:475)
  18459. 2709.97 s [ghcide] mkHiFileResultNoCompile (src/Development/IDE/Core/Compile.hs:452)
  18460. 2709.97 s [ghcide] generateObjectCode (src/Development/IDE/Core/Compile.hs:637)
  18461. 2709.97 s [ghcide] generateByteCode (src/Development/IDE/Core/Compile.hs:671)
  18462. 2709.97 s [ghcide] generateHieAsts (src/Development/IDE/Core/Compile.hs:805)
  18463. 2709.97 s [ghcide] writeAndIndexHieFile (src/Development/IDE/Core/Compile.hs:929)
  18464. 2709.97 s [ghcide] writeHiFile (src/Development/IDE/Core/Compile.hs:942)
  18465. 2709.97 s [ghcide] loadHieFile (src/Development/IDE/Core/Compile.hs:1297)
  18466. 2709.97 s [ghcide] RecompilationInfo (src/Development/IDE/Core/Compile.hs:1363)
  18467. 2709.97 s [ghcide] mergeEnvs (src/Development/IDE/Core/Compile.hs:1028)
  18468. 2709.97 s [ghcide] ml_core_file (src/Development/IDE/Core/Compile.hs:1382)
  18469. 2709.97 s [ghcide] coreFileToLinkable (src/Development/IDE/Core/Compile.hs:1544)
  18470. 2709.97 s [ghcide] TypecheckHelpers (src/Development/IDE/Core/Compile.hs:191)
  18471. 2709.97 s [ghcide] sourceTypecheck (src/Development/IDE/Core/Compile.hs:158)
  18472. 2709.97 s [ghcide] sourceParser (src/Development/IDE/Core/Compile.hs:160)
  18473. 2709.97 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Documentation'
  18474. 2709.97 s [ghcide] Missing documentation for:
  18475. 2709.97 s [ghcide] Module header
  18476. 2709.97 s [ghcide] getDocumentation (src/Development/IDE/Spans/Documentation.hs:116)
  18477. 2709.97 s [ghcide] getDocumentationTryGhc (src/Development/IDE/Spans/Documentation.hs:76)
  18478. 2709.97 s [ghcide] getDocumentationsTryGhc (src/Development/IDE/Spans/Documentation.hs:81)
  18479. 2709.97 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:39)
  18480. 2709.97 s [ghcide] mkDocMap (src/Development/IDE/Spans/Documentation.hs:44)
  18481. 2709.97 s [ghcide] Warning: 'Location' is ambiguous. It is defined
  18482. 2709.97 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  18483. 2709.97 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  18484. 2709.97 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18485. 2709.97 s [ghcide] by specifying the type/value namespace explicitly.
  18486. 2709.97 s [ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
  18487. 2709.97 s [ghcide] 50% ( 8 / 16) in 'Development.IDE.Spans.AtPoint'
  18488. 2709.97 s [ghcide] Missing documentation for:
  18489. 2709.97 s [ghcide] documentHighlight (src/Development/IDE/Spans/AtPoint.hs:193)
  18490. 2709.97 s [ghcide] pointCommand (src/Development/IDE/Spans/AtPoint.hs:582)
  18491. 2709.97 s [ghcide] referencesAtPoint (src/Development/IDE/Spans/AtPoint.hs:148)
  18492. 2709.97 s [ghcide] computeTypeReferences (src/Development/IDE/Spans/AtPoint.hs:99)
  18493. 2709.97 s [ghcide] defRowToSymbolInfo (src/Development/IDE/Spans/AtPoint.hs:564)
  18494. 2709.97 s [ghcide] getNamesAtPoint (src/Development/IDE/Spans/AtPoint.hs:132)
  18495. 2709.97 s [ghcide] toCurrentLocation (src/Development/IDE/Spans/AtPoint.hs:138)
  18496. 2709.97 s [ghcide] rowToLoc (src/Development/IDE/Spans/AtPoint.hs:169)
  18497. 2709.97 s [ghcide] Warning: 'FileExistsState' is out of scope.
  18498. 2709.97 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18499. 2709.98 s [ghcide] 36% ( 4 / 11) in 'Development.IDE.Core.Service'
  18500. 2709.98 s [ghcide] Missing documentation for:
  18501. 2709.98 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:436)
  18502. 2709.98 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:448)
  18503. 2709.98 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  18504. 2709.98 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:935)
  18505. 2709.98 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1399)
  18506. 2709.98 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1449)
  18507. 2709.98 s [ghcide] Log (src/Development/IDE/Core/Service.hs:44)
  18508. 2709.98 s [ghcide] 0% ( 0 / 5) in 'Development.IDE.LSP.Notifications'
  18509. 2709.98 s [ghcide] Missing documentation for:
  18510. 2709.98 s [ghcide] Module header
  18511. 2709.98 s [ghcide] whenUriFile (src/Development/IDE/LSP/Notifications.hs:64)
  18512. 2709.98 s [ghcide] descriptor (src/Development/IDE/LSP/Notifications.hs:67)
  18513. 2709.98 s [ghcide] Log (src/Development/IDE/LSP/Notifications.hs:41)
  18514. 2709.98 s [ghcide] ghcideNotificationsPluginPriority (src/Development/IDE/LSP/Notifications.hs:160)
  18515. 2709.98 s [ghcide] Warning: 'use' is out of scope.
  18516. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18517. 2709.98 s [ghcide] Warning: 'uses' is out of scope.
  18518. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18519. 2709.98 s [ghcide] Warning: 'useWithStale' is out of scope.
  18520. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18521. 2709.98 s [ghcide] Warning: 'runIdeAction' is out of scope.
  18522. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18523. 2709.98 s [ghcide] Warning: 'useWithStaleFast' is out of scope.
  18524. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18525. 2709.98 s [ghcide] Warning: 'uriToFilePath' is out of scope.
  18526. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18527. 2709.98 s [ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
  18528. 2709.98 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:23
  18529. 2709.98 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:1
  18530. 2709.98 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18531. 2709.98 s [ghcide] by specifying the type/value namespace explicitly.
  18532. 2709.98 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:237:1
  18533. 2709.98 s [ghcide] Warning: 'CodeAction' is out of scope.
  18534. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18535. 2709.98 s [ghcide] Warning: 'CodeActionParam' is out of scope.
  18536. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18537. 2709.98 s [ghcide] Warning: 'CodeActionContext' is out of scope.
  18538. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18539. 2709.98 s [ghcide] 93% ( 28 / 30) in 'Development.IDE.Core.PluginUtils'
  18540. 2709.98 s [ghcide] Missing documentation for:
  18541. 2709.98 s [ghcide] Module header
  18542. 2709.98 s [ghcide] mkFormattingHandlers (src/Development/IDE/Core/PluginUtils.hs:236)
  18543. 2709.98 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Actions'
  18544. 2709.98 s [ghcide] Missing documentation for:
  18545. 2709.98 s [ghcide] Module header
  18546. 2709.98 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:114)
  18547. 2709.98 s [ghcide] getImplementationDefinition (src/Development/IDE/Core/Actions.hs:126)
  18548. 2709.98 s [ghcide] highlightAtPoint (src/Development/IDE/Core/Actions.hs:135)
  18549. 2709.98 s [ghcide] refsAtPoint (src/Development/IDE/Core/Actions.hs:143)
  18550. 2709.98 s [ghcide] workspaceSymbols (src/Development/IDE/Core/Actions.hs:150)
  18551. 2709.98 s [ghcide] Warning: 'Foo' is out of scope.
  18552. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18553. 2709.98 s [ghcide] Warning: 'ghcide' is out of scope.
  18554. 2709.98 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18555. 2709.98 s [ghcide] Warning: 'GetLinkable' is ambiguous. It is defined
  18556. 2709.98 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:116:20
  18557. 2709.98 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:116:1
  18558. 2709.98 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18559. 2709.98 s [ghcide] by specifying the type/value namespace explicitly.
  18560. 2709.98 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:116:1
  18561. 2709.98 s [ghcide] 40% ( 20 / 50) in 'Development.IDE.Core.Rules'
  18562. 2709.98 s [ghcide] Missing documentation for:
  18563. 2709.98 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:415)
  18564. 2709.98 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:392)
  18565. 2709.98 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:561)
  18566. 2709.98 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  18567. 2709.98 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1217)
  18568. 2709.98 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1222)
  18569. 2709.98 s [ghcide] RulesConfig (src/Development/IDE/Core/Rules.hs:1185)
  18570. 2709.98 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1056)
  18571. 2709.98 s [ghcide] usePropertyByPathAction (src/Development/IDE/Core/Rules.hs:1066)
  18572. 2709.98 s [ghcide] getLocatedImportsRule (src/Development/IDE/Core/Rules.hs:320)
  18573. 2709.98 s [ghcide] reportImportCyclesRule (src/Development/IDE/Core/Rules.hs:477)
  18574. 2709.98 s [ghcide] getDocMapRule (src/Development/IDE/Core/Rules.hs:572)
  18575. 2709.98 s [ghcide] loadGhcSession (src/Development/IDE/Core/Rules.hs:691)
  18576. 2709.98 s [ghcide] getModIfaceRule (src/Development/IDE/Core/Rules.hs:925)
  18577. 2709.98 s [ghcide] getModSummaryRule (src/Development/IDE/Core/Rules.hs:872)
  18578. 2709.98 s [ghcide] getModuleGraphRule (src/Development/IDE/Core/Rules.hs:631)
  18579. 2709.98 s [ghcide] knownFilesRule (src/Development/IDE/Core/Rules.hs:618)
  18580. 2709.98 s [ghcide] getClientSettingsRule (src/Development/IDE/Core/Rules.hs:1045)
  18581. 2709.98 s [ghcide] getHieAstsRule (src/Development/IDE/Core/Rules.hs:507)
  18582. 2709.98 s [ghcide] getBindingsRule (src/Development/IDE/Core/Rules.hs:564)
  18583. 2709.98 s [ghcide] needsCompilationRule (src/Development/IDE/Core/Rules.hs:1143)
  18584. 2709.98 s [ghcide] generateCoreRule (src/Development/IDE/Core/Rules.hs:921)
  18585. 2709.98 s [ghcide] getImportMapRule (src/Development/IDE/Core/Rules.hs:554)
  18586. 2709.98 s [ghcide] getParsedModuleDefinition (src/Development/IDE/Core/Rules.hs:312)
  18587. 2709.98 s [ghcide] typeCheckRuleDefinition (src/Development/IDE/Core/Rules.hs:664)
  18588. 2709.98 s [ghcide] getRebuildCount (src/Development/IDE/Core/Rules.hs:956)
  18589. 2709.98 s [ghcide] getSourceFileSource (src/Development/IDE/Core/Rules.hs:233)
  18590. 2709.98 s [ghcide] GhcSessionDepsConfig (src/Development/IDE/Core/Rules.hs:735)
  18591. 2709.98 s [ghcide] Log (src/Development/IDE/Core/Rules.hs:179)
  18592. 2709.98 s [ghcide] DisplayTHWarning (src/Development/IDE/Core/Rules.hs:868)
  18593. 2709.98 s [ghcide] 33% ( 2 / 6) in 'Development.IDE.Plugin.Test'
  18594. 2709.98 s [ghcide] Missing documentation for:
  18595. 2709.98 s [ghcide] TestRequest (src/Development/IDE/Plugin/Test.hs:57)
  18596. 2709.98 s [ghcide] WaitForIdeRuleResult (src/Development/IDE/Plugin/Test.hs:74)
  18597. 2709.98 s [ghcide] plugin (src/Development/IDE/Plugin/Test.hs:78)
  18598. 2709.98 s [ghcide] blockCommandDescriptor (src/Development/IDE/Plugin/Test.hs:167)
  18599. 2709.98 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.LSP.Outline'
  18600. 2709.98 s [ghcide] Missing documentation for:
  18601. 2709.98 s [ghcide] Module header
  18602. 2709.98 s [ghcide] moduleOutline (src/Development/IDE/LSP/Outline.hs:36)
  18603. 2709.98 s [ghcide] 18% ( 2 / 11) in 'Development.IDE.LSP.HoverDefinition'
  18604. 2709.98 s [ghcide] Missing documentation for:
  18605. 2709.98 s [ghcide] Log (src/Development/IDE/LSP/HoverDefinition.hs:36)
  18606. 2709.98 s [ghcide] hover (src/Development/IDE/LSP/HoverDefinition.hs:56)
  18607. 2709.98 s [ghcide] foundHover (src/Development/IDE/LSP/HoverDefinition.hs:71)
  18608. 2709.98 s [ghcide] gotoDefinition (src/Development/IDE/LSP/HoverDefinition.hs:53)
  18609. 2709.98 s [ghcide] gotoTypeDefinition (src/Development/IDE/LSP/HoverDefinition.hs:54)
  18610. 2709.98 s [ghcide] gotoImplementation (src/Development/IDE/LSP/HoverDefinition.hs:55)
  18611. 2709.98 s [ghcide] documentHighlight (src/Development/IDE/LSP/HoverDefinition.hs:57)
  18612. 2709.98 s [ghcide] references (src/Development/IDE/LSP/HoverDefinition.hs:60)
  18613. 2709.98 s [ghcide] wsSymbols (src/Development/IDE/LSP/HoverDefinition.hs:66)
  18614. 2709.99 s [ghcide] 57% ( 31 / 54) in 'Development.IDE'
  18615. 2709.99 s [ghcide] Missing documentation for:
  18616. 2709.99 s [ghcide] Module header
  18617. 2709.99 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1175)
  18618. 2709.99 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:423)
  18619. 2709.99 s [ghcide] action
  18620. 2709.99 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:114)
  18621. 2709.99 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:238)
  18622. 2709.99 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:241)
  18623. 2709.99 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
  18624. 2709.99 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
  18625. 2709.99 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1056)
  18626. 2709.99 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  18627. 2709.99 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:515)
  18628. 2709.99 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:273)
  18629. 2709.99 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:845)
  18630. 2709.99 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1402)
  18631. 2709.99 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1019)
  18632. 2709.99 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:375)
  18633. 2709.99 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1399)
  18634. 2709.99 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1064)
  18635. 2709.99 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1111)
  18636. 2709.99 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1123)
  18637. 2709.99 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1120)
  18638. 2709.99 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:409)
  18639. 2709.99 s [ghcide] Warning: '#' is out of scope.
  18640. 2709.99 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18641. 2709.99 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Pragmas'
  18642. 2709.99 s [ghcide] Missing documentation for:
  18643. 2709.99 s [ghcide] Module header
  18644. 2709.99 s [ghcide] NextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:76)
  18645. 2709.99 s [ghcide] LineSplitTextEdits (src/Development/IDE/Spans/Pragmas.hs:71)
  18646. 2709.99 s [ghcide] getNextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:33)
  18647. 2709.99 s [ghcide] insertNewPragma (src/Development/IDE/Spans/Pragmas.hs:52)
  18648. 2709.99 s [ghcide] getFirstPragma (src/Development/IDE/Spans/Pragmas.hs:59)
  18649. 2709.99 s [ghcide] 12% ( 1 / 8) in 'Development.IDE.Plugin.TypeLenses'
  18650. 2709.99 s [ghcide] Missing documentation for:
  18651. 2709.99 s [ghcide] descriptor (src/Development/IDE/Plugin/TypeLenses.hs:106)
  18652. 2709.99 s [ghcide] suggestSignature (src/Development/IDE/Plugin/TypeLenses.hs:212)
  18653. 2709.99 s [ghcide] typeLensCommandId (src/Development/IDE/Plugin/TypeLenses.hs:103)
  18654. 2709.99 s [ghcide] GlobalBindingTypeSig (src/Development/IDE/Plugin/TypeLenses.hs:296)
  18655. 2709.99 s [ghcide] GetGlobalBindingTypeSigs (src/Development/IDE/Plugin/TypeLenses.hs:293)
  18656. 2709.99 s [ghcide] GlobalBindingTypeSigsResult (src/Development/IDE/Plugin/TypeLenses.hs:305)
  18657. 2709.99 s [ghcide] Log (src/Development/IDE/Plugin/TypeLenses.hs:95)
  18658. 2709.99 s [ghcide] Warning: 'PositionMapping' is out of scope.
  18659. 2709.99 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18660. 2709.99 s [ghcide] Warning: 'PositionMapping' is ambiguous. It is defined
  18661. 2709.99 s [ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:27
  18662. 2709.99 s [ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:1
  18663. 2709.99 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18664. 2709.99 s [ghcide] by specifying the type/value namespace explicitly.
  18665. 2709.99 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/PositionMapping.hs:93:1
  18666. 2709.99 s [ghcide] Warning: 'PositionMap' is ambiguous. It is defined
  18667. 2709.99 s [ghcide] * at src/Development/IDE/Core/UseStale.hs:62:49
  18668. 2709.99 s [ghcide] * at src/Development/IDE/Core/UseStale.hs:62:1
  18669. 2709.99 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18670. 2709.99 s [ghcide] by specifying the type/value namespace explicitly.
  18671. 2709.99 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/UseStale.hs:62:1
  18672. 2709.99 s [ghcide] 57% ( 8 / 14) in 'Development.IDE.Core.UseStale'
  18673. 2709.99 s [ghcide] Missing documentation for:
  18674. 2709.99 s [ghcide] Module header
  18675. 2709.99 s [ghcide] unTrack
  18676. 2709.99 s [ghcide] untrackedStaleValue (src/Development/IDE/Core/UseStale.hs:92)
  18677. 2709.99 s [ghcide] unsafeMkStale (src/Development/IDE/Core/UseStale.hs:138)
  18678. 2709.99 s [ghcide] unsafeMkCurrent (src/Development/IDE/Core/UseStale.hs:134)
  18679. 2709.99 s [ghcide] unsafeCopyAge (src/Development/IDE/Core/UseStale.hs:142)
  18680. 2709.99 s [ghcide] 100% ( 6 / 6) in 'Generics.SYB.GHC'
  18681. 2709.99 s [ghcide] 88% ( 8 / 9) in 'Text.Fuzzy.Parallel'
  18682. 2709.99 s [ghcide] Missing documentation for:
  18683. 2709.99 s [ghcide] Scored (src/Text/Fuzzy/Parallel.hs:18)
  18684. 2710.00 s [ghcide] 50% ( 4 / 8) in 'Development.IDE.Plugin.Completions.Logic'
  18685. 2710.00 s [ghcide] Missing documentation for:
  18686. 2710.00 s [ghcide] Module header
  18687. 2710.00 s [ghcide] cacheDataProducer (src/Development/IDE/Plugin/Completions/Logic.hs:318)
  18688. 2710.00 s [ghcide] fromIdentInfo (src/Development/IDE/Plugin/Completions/Logic.hs:295)
  18689. 2710.00 s [ghcide] getCompletionPrefixFromRope (src/Development/IDE/Plugin/Completions/Logic.hs:863)
  18690. 2710.00 s [ghcide] 0% ( 0 / 4) in 'Development.IDE.Plugin.Completions'
  18691. 2710.00 s [ghcide] Missing documentation for:
  18692. 2710.00 s [ghcide] Module header
  18693. 2710.00 s [ghcide] descriptor (src/Development/IDE/Plugin/Completions.hs:71)
  18694. 2710.00 s [ghcide] Log (src/Development/IDE/Plugin/Completions.hs:61)
  18695. 2710.00 s [ghcide] ghcideCompletionsPluginPriority (src/Development/IDE/Plugin/Completions.hs:68)
  18696. 2710.00 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.Plugin.HLS.GhcIde'
  18697. 2710.00 s [ghcide] Missing documentation for:
  18698. 2710.00 s [ghcide] descriptors (src/Development/IDE/Plugin/HLS/GhcIde.hs:37)
  18699. 2710.00 s [ghcide] Log (src/Development/IDE/Plugin/HLS/GhcIde.hs:22)
  18700. 2710.00 s [ghcide] 0% ( 0 / 10) in 'Development.IDE.Main'
  18701. 2710.00 s [ghcide] Missing documentation for:
  18702. 2710.00 s [ghcide] Module header
  18703. 2710.00 s [ghcide] Arguments (src/Development/IDE/Main.hs:203)
  18704. 2710.00 s [ghcide] defaultArguments (src/Development/IDE/Main.hs:223)
  18705. 2710.00 s [ghcide] Command (src/Development/IDE/Main.hs:168)
  18706. 2710.00 s [ghcide] IdeCommand
  18707. 2710.00 s [ghcide] isLSP (src/Development/IDE/Main.hs:181)
  18708. 2710.00 s [ghcide] commandP (src/Development/IDE/Main.hs:185)
  18709. 2710.00 s [ghcide] defaultMain (src/Development/IDE/Main.hs:289)
  18710. 2710.00 s [ghcide] testing (src/Development/IDE/Main.hs:268)
  18711. 2710.00 s [ghcide] Log (src/Development/IDE/Main.hs:131)
  18712. 2711.60 s [ghcide] Warning: Control.Concurrent.Strict: could not find link destinations for:
  18713. 2711.60 s [ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedMVar
  18714. 2711.60 s [ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedThreadId
  18715. 2711.60 s [ghcide] Warning: Development.IDE.Core.PositionMapping: could not find link destinations for:
  18716. 2711.60 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  18717. 2711.73 s [ghcide] Warning: Development.IDE.GHC.Compat.Core: could not find link destinations for:
  18718. 2711.73 s [ghcide] - GHC.Parser.Lexer.ExtsBitmap
  18719. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.HasType
  18720. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  18721. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.TVScoped
  18722. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.PScoped
  18723. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.RScoped
  18724. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.SigContext
  18725. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.PatSynFieldContext
  18726. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.BindContext
  18727. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.IEContext
  18728. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.RFContext
  18729. 2711.73 s [ghcide] - GHC.Driver.Backpack.BkpM
  18730. 2711.73 s [ghcide] - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang
  18731. 2711.73 s [ghcide] - GHC.LanguageExtensions.Type.Rep_Extension
  18732. 2711.73 s [ghcide] - GHC.Driver.Session.DynP
  18733. 2711.73 s [ghcide] - GHC.Hs.Type.HsQTvsRn
  18734. 2711.73 s [ghcide] - GHC.Hs.Type.pprTyVarBndr
  18735. 2711.73 s [ghcide] - GHC.Parser.Lexer.LayoutContext
  18736. 2711.73 s [ghcide] - GHC.Parser.Lexer.ALRContext
  18737. 2711.73 s [ghcide] - GHC.Parser.Lexer.ALRLayout
  18738. 2711.73 s [ghcide] - GHC.Unit.Module.Env.NDModule
  18739. 2711.73 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  18740. 2711.73 s [ghcide] - GHC.Hs.Utils.AnnoBody
  18741. 2711.73 s [ghcide] - GHC.Unit.Module.ModIface.ModIfaceFinal
  18742. 2711.73 s [ghcide] - GHC.Unit.Module.ModIface.ModIfacePhase
  18743. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.HiePass
  18744. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  18745. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.HieState
  18746. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.Context
  18747. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.ModifyState
  18748. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.RContext
  18749. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.TScoped
  18750. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.EvBindContext
  18751. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.AnnoBody
  18752. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.getTypeNode
  18753. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.addSubstitution
  18754. 2711.73 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  18755. 2711.73 s [ghcide] - Development.IDE.GHC.Compat.Core.FunTyFlag
  18756. 2711.73 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
  18757. 2711.73 s [ghcide] - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr
  18758. 2711.73 s [ghcide] - GHC.Parser.PostProcess.D:R:BodyHsCmd
  18759. 2711.73 s [ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsCmd
  18760. 2711.73 s [ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsCmd
  18761. 2711.73 s [ghcide] - GHC.Parser.PostProcess.D:R:BodyHsExpr
  18762. 2711.73 s [ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsExpr
  18763. 2711.73 s [ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsExpr
  18764. 2711.73 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  18765. 2711.73 s [ghcide] - GHC.HsToCore.Quote.RepTV
  18766. 2711.73 s [ghcide] - GHC.HsToCore.Quote.Core
  18767. 2711.73 s [ghcide] - GHC.HsToCore.Quote.M
  18768. 2711.73 s [ghcide] - GHC.HsToCore.Quote.MetaM
  18769. 2711.73 s [ghcide] - GHC.HsToCore.Quote.tyVarBndrName
  18770. 2711.73 s [ghcide] - GHC.HsToCore.Quote.repPlainTV
  18771. 2711.73 s [ghcide] - GHC.HsToCore.Quote.repKindedTV
  18772. 2711.73 s [ghcide] - GHC.Parser.PostProcess.Haddock.HdkA
  18773. 2711.73 s [ghcide] - GHC.Parser.PostProcess.Haddock.HasHaddock
  18774. 2711.73 s [ghcide] - GHC.Parser.PostProcess.Haddock.addHaddock
  18775. 2711.73 s [ghcide] - GHC.ThToHs.CvtFlag
  18776. 2711.73 s [ghcide] - GHC.ThToHs.cvtFlag
  18777. 2711.75 s [ghcide] Warning: Development.IDE.GHC.Compat.Outputable: could not find link destinations for:
  18778. 2711.75 s [ghcide] - GHC.Driver.MakeSem.JobResources
  18779. 2711.75 s [ghcide] - GHC.Types.Unique.FM.Edit
  18780. 2711.75 s [ghcide] - GHC.Types.Unique.SDFM.Shared
  18781. 2711.75 s [ghcide] - GHC.Core.InstEnv.InstMatches
  18782. 2711.75 s [ghcide] - GHC.Types.Error.LinkedDiagCode
  18783. 2711.75 s [ghcide] - GHC.StgToJS.Utils.SlotCount
  18784. 2711.75 s [ghcide] - GHC.Core.Opt.Arity.EtaInfo
  18785. 2711.75 s [ghcide] - GHC.Core.Opt.OccurAnal.TailUsageDetails
  18786. 2711.75 s [ghcide] - GHC.Core.Opt.OccurAnal.SimpleNodeDetails
  18787. 2711.75 s [ghcide] - GHC.Core.Opt.OccurAnal.NodeDetails
  18788. 2711.75 s [ghcide] - GHC.Unit.State.UnitVisibility
  18789. 2711.75 s [ghcide] - GHC.Core.Opt.CprAnal.SigEnv
  18790. 2711.75 s [ghcide] - GHC.Core.Opt.DmdAnal.AnalEnv
  18791. 2711.75 s [ghcide] - GHC.CmmToAsm.BlockLayout.BlockChain
  18792. 2711.75 s [ghcide] - GHC.Wasm.ControlFlow.FromCmm.ContainingSyntax
  18793. 2711.75 s [ghcide] - GHC.Core.Opt.Specialise.DictBind
  18794. 2711.75 s [ghcide] - GHC.Core.Opt.Specialise.SpecArg
  18795. 2711.75 s [ghcide] - GHC.CoreToStg.Prep.FloatInfo
  18796. 2711.75 s [ghcide] - GHC.CoreToStg.Prep.Floats
  18797. 2711.75 s [ghcide] - GHC.CoreToStg.Prep.FloatingBind
  18798. 2711.75 s [ghcide] - GHC.Rename.Env.DisambigInfo
  18799. 2711.75 s [ghcide] - GHC.Tc.Validity.ValidityEnv
  18800. 2711.75 s [ghcide] - GHC.Tc.Validity.ExpandMode
  18801. 2711.75 s [ghcide] - GHC.Tc.Validity.TypeOrKindCtxt
  18802. 2711.75 s [ghcide] - GHC.Rename.Names.ImpOccItem
  18803. 2711.75 s [ghcide] - GHC.Rename.Expr.StmtTree
  18804. 2711.75 s [ghcide] - GHC.Rename.Expr.MonadNames
  18805. 2711.75 s [ghcide] - GHC.Tc.Gen.HsType.TcTyMode
  18806. 2711.75 s [ghcide] - GHC.HsToCore.Pmc.Solver.TopNormaliseTypeResult
  18807. 2711.75 s [ghcide] - GHC.Driver.Make.BuildPlan
  18808. 2711.75 s [ghcide] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
  18809. 2711.75 s [ghcide] - GHC.Types.Name.NameSort
  18810. 2711.75 s [ghcide] - GHC.Unit.Module.Env.NDModule
  18811. 2711.75 s [ghcide] - GHC.Iface.Recomp.IfaceDeclExtras
  18812. 2711.75 s [ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
  18813. 2711.75 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  18814. 2711.75 s [ghcide] - GHC.Utils.Outputable.D:R:LineSDoc
  18815. 2711.75 s [ghcide] - GHC.CoreToStg.Prep.BindInfo
  18816. 2711.75 s [ghcide] - GHC.CoreToStg.Prep.ArgInfo
  18817. 2711.75 s [ghcide] - GHC.StgToByteCode.Discr
  18818. 2711.75 s [ghcide] - GHC.Parser.PostProcess.ArgPatBuilder
  18819. 2711.75 s [ghcide] - GHC.Data.Graph.Directed.Time
  18820. 2711.75 s [ghcide] - GHC.Data.Graph.Directed.Edge
  18821. 2711.75 s [ghcide] - GHC.Cmm.CLabel.IdLabelInfo
  18822. 2711.75 s [ghcide] - GHC.Cmm.CLabel.TickyIdInfo
  18823. 2711.75 s [ghcide] - GHC.Cmm.Type.CmmCat
  18824. 2711.75 s [ghcide] - GHC.Cmm.LayoutStack.StackMap
  18825. 2711.75 s [ghcide] - GHC.Cmm.LayoutStack.StackSlot
  18826. 2711.75 s [ghcide] - GHC.CmmToAsm.CFG.BranchInfo
  18827. 2711.75 s [ghcide] - GHC.CmmToAsm.CFG.LoopInfo
  18828. 2711.75 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  18829. 2711.75 s [ghcide] - GHC.Core.Opt.Arity.ArityEnv
  18830. 2711.75 s [ghcide] - GHC.Core.Opt.CprAnal.AnalEnv
  18831. 2711.75 s [ghcide] - GHC.Core.Opt.FloatIn.FloatInBind
  18832. 2711.75 s [ghcide] - GHC.Core.Opt.FloatOut.FloatBinds
  18833. 2711.75 s [ghcide] - GHC.Core.Opt.OccurAnal.LocalOcc
  18834. 2711.75 s [ghcide] - GHC.Core.Opt.OccurAnal.OccEncl
  18835. 2711.75 s [ghcide] - GHC.Core.Opt.OccurAnal.UsageDetails
  18836. 2711.75 s [ghcide] - GHC.Core.Opt.Simplify.Env.FloatFlag
  18837. 2711.75 s [ghcide] - GHC.Core.Opt.SpecConstr.ArgOcc
  18838. 2711.75 s [ghcide] - GHC.Core.Opt.SpecConstr.Call
  18839. 2711.75 s [ghcide] - GHC.Core.Opt.SpecConstr.CallPat
  18840. 2711.75 s [ghcide] - GHC.Core.Opt.SpecConstr.HowBound
  18841. 2711.75 s [ghcide] - GHC.Core.Opt.SpecConstr.ScUsage
  18842. 2711.75 s [ghcide] - GHC.Core.Opt.SpecConstr.Value
  18843. 2711.75 s [ghcide] - GHC.Core.Opt.Specialise.CallInfo
  18844. 2711.75 s [ghcide] - GHC.Core.Opt.Specialise.CallInfoSet
  18845. 2711.75 s [ghcide] - GHC.Core.Opt.Specialise.FloatedDictBinds
  18846. 2711.75 s [ghcide] - GHC.Core.Opt.Specialise.SpecEnv
  18847. 2711.75 s [ghcide] - GHC.Core.Opt.Specialise.UsageDetails
  18848. 2711.75 s [ghcide] - GHC.Core.SimpleOpt.SimpleOptEnv
  18849. 2711.75 s [ghcide] - GHC.Driver.Make.CodeGenEnable
  18850. 2711.75 s [ghcide] - GHC.Driver.Make.CachedIface
  18851. 2711.75 s [ghcide] - GHC.Rename.HsType.RnTyKiEnv
  18852. 2711.75 s [ghcide] - GHC.Rename.HsType.RnTyKiWhat
  18853. 2711.75 s [ghcide] - GHC.Stg.Unarise.UnariseVal
  18854. 2711.75 s [ghcide] - GHC.Tc.Deriv.EarlyDerivSpec
  18855. 2711.75 s [ghcide] - GHC.Tc.Gen.Bind.GeneralisationPlan
  18856. 2711.75 s [ghcide] - GHC.Tc.Gen.Head.XPass
  18857. 2711.75 s [ghcide] - GHC.Tc.Gen.Head.EWrap
  18858. 2711.75 s [ghcide] - GHC.Wasm.ControlFlow.FromCmm.Context
  18859. 2711.75 s [ghcide] Warning: Development.IDE.GHC.Compat.Units: could not find link destinations for:
  18860. 2711.75 s [ghcide] - GHC.Unit.External.PackageAnnEnv
  18861. 2711.75 s [ghcide] - Development.IDE.GHC.Compat.Units.PreloadUnitClosure
  18862. 2711.76 s [ghcide] Warning: Development.IDE.GHC.Compat.Util: could not find link destinations for:
  18863. 2711.76 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  18864. 2711.76 s [ghcide] - GHC.Internal.Generics.Rep_Fingerprint
  18865. 2711.76 s [ghcide] - GHC.Data.Bag.D:R:ItemBag
  18866. 2711.76 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  18867. 2711.76 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  18868. 2711.76 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  18869. 2711.76 s [ghcide] Warning: Development.IDE.GHC.Compat.Parser: could not find link destinations for:
  18870. 2711.76 s [ghcide] - GHC.modSummary
  18871. 2711.76 s [ghcide] Warning: Development.IDE.GHC.Compat.Plugins: could not find link destinations for:
  18872. 2711.76 s [ghcide] - GHC.Driver.Plugins.HoleFitPlugin
  18873. 2711.76 s [ghcide] Warning: Development.IDE.GHC.Compat: could not find link destinations for:
  18874. 2711.76 s [ghcide] - GHC.Iface.Ext.Ast.TypecheckedSource
  18875. 2711.76 s [ghcide] - GHC.Iface.Ext.Ast.RenamedSource
  18876. 2711.80 s [ghcide] Warning: Development.IDE.GHC.Compat.Error: could not find link destinations for:
  18877. 2711.80 s [ghcide] - GHC.Types.Error.D:R:DiagnosticOptsDiagnosticMessage
  18878. 2711.80 s [ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
  18879. 2711.80 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  18880. 2711.80 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
  18881. 2711.80 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessageDetailed
  18882. 2711.80 s [ghcide] - GHC.Types.Error.D:R:DiagnosticOptsUnknownDiagnostic
  18883. 2711.80 s [ghcide] - GHC.Parser.Errors.Types.Rep_PsMessage
  18884. 2711.80 s [ghcide] - GHC.HsToCore.Errors.Types.Rep_DsMessage
  18885. 2711.80 s [ghcide] Warning: Development.IDE.Main.HeapStats: could not find link destinations for:
  18886. 2711.80 s [ghcide] - Development.IDE.Main.HeapStats.heapStatsThread
  18887. 2711.80 s [ghcide] Warning: Development.IDE.Types.Location: could not find link destinations for:
  18888. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  18889. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  18890. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
  18891. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
  18892. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.changes
  18893. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
  18894. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.character
  18895. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
  18896. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.document
  18897. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
  18898. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.editRange
  18899. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
  18900. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.end
  18901. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  18902. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
  18903. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
  18904. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.href
  18905. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
  18906. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.insert
  18907. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
  18908. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.line
  18909. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
  18910. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.location
  18911. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
  18912. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.newUri
  18913. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
  18914. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
  18915. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  18916. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  18917. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
  18918. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.position
  18919. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
  18920. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.positions
  18921. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  18922. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  18923. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
  18924. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.ranges
  18925. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  18926. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  18927. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
  18928. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.replace
  18929. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
  18930. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
  18931. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  18932. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
  18933. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
  18934. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.selection
  18935. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  18936. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
  18937. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
  18938. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.start
  18939. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  18940. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  18941. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
  18942. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.target
  18943. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  18944. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
  18945. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  18946. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  18947. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  18948. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
  18949. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
  18950. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.uri
  18951. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
  18952. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  18953. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  18954. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  18955. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  18956. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
  18957. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  18958. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  18959. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
  18960. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
  18961. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
  18962. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
  18963. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
  18964. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
  18965. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
  18966. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
  18967. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
  18968. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  18969. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
  18970. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  18971. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
  18972. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  18973. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
  18974. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
  18975. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  18976. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
  18977. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
  18978. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  18979. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  18980. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
  18981. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
  18982. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  18983. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  18984. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
  18985. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
  18986. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
  18987. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
  18988. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
  18989. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
  18990. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
  18991. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
  18992. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
  18993. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
  18994. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
  18995. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
  18996. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
  18997. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
  18998. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
  18999. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
  19000. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
  19001. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
  19002. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
  19003. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
  19004. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  19005. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
  19006. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  19007. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
  19008. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
  19009. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
  19010. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
  19011. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
  19012. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
  19013. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
  19014. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
  19015. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
  19016. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19017. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
  19018. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  19019. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
  19020. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  19021. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19022. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
  19023. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
  19024. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
  19025. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
  19026. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
  19027. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
  19028. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19029. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  19030. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  19031. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  19032. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
  19033. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  19034. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  19035. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19036. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
  19037. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
  19038. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
  19039. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
  19040. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_Uri
  19041. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
  19042. 2711.80 s [ghcide] - Language.LSP.VFS.HasVfsMap
  19043. 2711.80 s [ghcide] Warning: Development.IDE.Types.Diagnostics: could not find link destinations for:
  19044. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
  19045. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.code
  19046. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  19047. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
  19048. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
  19049. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.data_
  19050. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  19051. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
  19052. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
  19053. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.items
  19054. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
  19055. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.message
  19056. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  19057. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  19058. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  19059. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
  19060. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
  19061. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.severity
  19062. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
  19063. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.source
  19064. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
  19065. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Lens.tags
  19066. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  19067. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
  19068. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  19069. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  19070. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
  19071. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  19072. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  19073. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  19074. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  19075. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  19076. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19077. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
  19078. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
  19079. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
  19080. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
  19081. 2711.80 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
  19082. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
  19083. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
  19084. 2711.80 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
  19085. 2711.80 s [ghcide] - Development.IDE.Types.Diagnostics.Rep_FileDiagnostic
  19086. 2711.81 s [ghcide] - Development.IDE.Types.Diagnostics.Rep_StructuredMessage
  19087. 2711.81 s [ghcide] Warning: Development.IDE.Session.Diagnostics: could not find link destinations for:
  19088. 2711.81 s [ghcide] - Development.IDE.Session.Diagnostics.Rep_CradleErrorDetails
  19089. 2711.81 s [ghcide] Warning: Development.IDE.Types.KnownTargets: could not find link destinations for:
  19090. 2711.81 s [ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
  19091. 2711.81 s [ghcide] Warning: Development.IDE.Types.Exports: could not find link destinations for:
  19092. 2711.81 s [ghcide] - Development.IDE.Types.Exports.WithHieDb
  19093. 2711.81 s [ghcide] - Development.IDE.Types.Exports.Rep_IdentInfo
  19094. 2711.81 s [ghcide] Warning: Development.IDE.Spans.Common: could not find link destinations for:
  19095. 2711.81 s [ghcide] - Development.IDE.Spans.Common.Rep_SpanDoc
  19096. 2711.81 s [ghcide] - Development.IDE.Spans.Common.Rep_SpanDocUris
  19097. 2711.81 s [ghcide] Warning: Development.IDE.Plugin.Completions.Types: could not find link destinations for:
  19098. 2711.81 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
  19099. 2711.81 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_CompletionResolveData
  19100. 2711.81 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_ExtendImport
  19101. 2711.81 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_NonLocalCompletions
  19102. 2711.81 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_LocalCompletions
  19103. 2711.81 s [ghcide] Warning: Development.IDE.Import.FindImports: could not find link destinations for:
  19104. 2711.81 s [ghcide] - Development.IDE.Import.FindImports.LocateResult
  19105. 2711.81 s [ghcide] Warning: Development.IDE.Import.DependencyInformation: could not find link destinations for:
  19106. 2711.81 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdSet
  19107. 2711.81 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdMap
  19108. 2711.81 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_NamedModuleDep
  19109. 2711.81 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
  19110. 2711.81 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_DependencyInformation
  19111. 2711.81 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_NodeError
  19112. 2711.81 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_ModuleParseError
  19113. 2711.81 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_PathIdMap
  19114. 2711.82 s [ghcide] Warning: Development.IDE.Core.RuleTypes: could not find link destinations for:
  19115. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
  19116. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_AddWatchedFile
  19117. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
  19118. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummary
  19119. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummaryWithoutTimestamps
  19120. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterest
  19121. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIface
  19122. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDiskAndIndex
  19123. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDisk
  19124. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSession
  19125. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetBindings
  19126. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetHieAst
  19127. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetDocMap
  19128. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_TypeCheck
  19129. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_ReportImportCycles
  19130. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraphImmediateReverseDepsFingerprints
  19131. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraphTransReverseDepsFingerprints
  19132. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraphTransDepsFingerprints
  19133. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraph
  19134. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_NeedsCompilation
  19135. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLocatedImports
  19136. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModuleWithComments
  19137. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
  19138. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterestResult
  19139. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
  19140. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileHash
  19141. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileExists
  19142. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileContents
  19143. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
  19144. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetPhysicalModificationTime
  19145. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
  19146. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetImportMap
  19147. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLinkable
  19148. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GenerateCore
  19149. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetKnownTargets
  19150. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_LinkableType
  19151. 2711.82 s [ghcide] Warning: Development.IDE.Types.Options: could not find link destinations for:
  19152. 2711.82 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19153. 2711.82 s [ghcide] Warning: Development.IDE.Core.ProgressReporting: could not find link destinations for:
  19154. 2711.82 s [ghcide] - Development.IDE.Core.ProgressReporting.ProgressReporter
  19155. 2711.82 s [ghcide] Warning: Development.IDE.Types.Shake: could not find link destinations for:
  19156. 2711.82 s [ghcide] - Data.Vector.Vector
  19157. 2711.82 s [ghcide] - Development.IDE.Types.Shake.Rep_ShakeValue
  19158. 2711.82 s [ghcide] - Development.IDE.Types.Shake.Rep_Value
  19159. 2711.82 s [ghcide] Warning: Development.IDE.Core.Shake: could not find link destinations for:
  19160. 2711.82 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19161. 2711.82 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  19162. 2711.82 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19163. 2711.82 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19164. 2711.82 s [ghcide] - Development.IDE.Types.Action.ActionQueue
  19165. 2711.82 s [ghcide] - Development.IDE.Types.Action.DelayedActionInternal
  19166. 2711.82 s [ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
  19167. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
  19168. 2711.82 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
  19169. 2711.82 s [ghcide] - Development.IDE.Core.Shake.STMDiagnosticStore
  19170. 2711.82 s [ghcide] - Development.IDE.Core.Shake.ShakeSession
  19171. 2711.82 s [ghcide] - Development.IDE.Core.Shake.GetStalePersistent
  19172. 2711.83 s [ghcide] Warning: Development.IDE.Session: could not find link destinations for:
  19173. 2711.83 s [ghcide] - Development.IDE.Session.DependencyInfo
  19174. 2711.83 s [ghcide] - Development.IDE.Session.maxRetryCount
  19175. 2711.83 s [ghcide] Warning: Development.IDE.LSP.Server: could not find link destinations for:
  19176. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method
  19177. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
  19178. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Meta.Request
  19179. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19180. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Meta.ClientToServer
  19181. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.LspId.LspId
  19182. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Meta.Notification
  19183. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  19184. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
  19185. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  19186. 2711.83 s [ghcide] Warning: Development.IDE.Plugin.HLS: could not find link destinations for:
  19187. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method
  19188. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
  19189. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Meta.Request
  19190. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19191. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageKind
  19192. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  19193. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
  19194. 2711.83 s [ghcide] Warning: Development.IDE.Core.IdeConfiguration: could not find link destinations for:
  19195. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  19196. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  19197. 2711.83 s [ghcide] Warning: Development.IDE.LSP.LanguageServer: could not find link destinations for:
  19198. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19199. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
  19200. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  19201. 2711.83 s [ghcide] - Language.LSP.Protocol.Message.LspId.SomeLspId
  19202. 2711.83 s [ghcide] Warning: Development.IDE.Core.OfInterest: could not find link destinations for:
  19203. 2711.83 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
  19204. 2711.83 s [ghcide] Warning: Development.IDE.Core.FileStore: could not find link destinations for:
  19205. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
  19206. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  19207. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19208. 2711.83 s [ghcide] Warning: Development.IDE.Core.Compile: could not find link destinations for:
  19209. 2711.83 s [ghcide] - Development.IDE.Core.Compile.CoreFileTime
  19210. 2711.83 s [ghcide] Warning: Development.IDE.Spans.AtPoint: could not find link destinations for:
  19211. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19212. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19213. 2711.83 s [ghcide] Warning: Development.IDE.Core.Service: could not find link destinations for:
  19214. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19215. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19216. 2711.83 s [ghcide] - Development.IDE.Core.FileExists.Log
  19217. 2711.83 s [ghcide] Warning: Development.IDE.Core.Actions: could not find link destinations for:
  19218. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19219. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19220. 2711.83 s [ghcide] Warning: Development.IDE.Core.Rules: could not find link destinations for:
  19221. 2711.83 s [ghcide] - Ide.Plugin.Properties.NonEmptyList
  19222. 2711.83 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
  19223. 2711.83 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
  19224. 2711.83 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
  19225. 2711.83 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
  19226. 2711.83 s [ghcide] Warning: Development.IDE.Plugin.Test: could not find link destinations for:
  19227. 2711.83 s [ghcide] - Development.IDE.Plugin.Test.Age
  19228. 2711.83 s [ghcide] - Development.IDE.Plugin.Test.Rep_TestRequest
  19229. 2711.83 s [ghcide] Warning: Development.IDE.LSP.Outline: could not find link destinations for:
  19230. 2711.83 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  19231. 2711.84 s [ghcide] Warning: Development.IDE.LSP.HoverDefinition: could not find link destinations for:
  19232. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19233. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  19234. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  19235. 2711.84 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  19236. 2711.84 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19237. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  19238. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
  19239. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
  19240. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  19241. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
  19242. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  19243. 2711.84 s [ghcide] Warning: Development.IDE.Spans.Pragmas: could not find link destinations for:
  19244. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19245. 2711.84 s [ghcide] Warning: Development.IDE.Plugin.TypeLenses: could not find link destinations for:
  19246. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19247. 2711.84 s [ghcide] - Development.IDE.Plugin.TypeLenses.Rep_GetGlobalBindingTypeSigs
  19248. 2711.84 s [ghcide] Warning: Development.IDE.Plugin.Completions.Logic: could not find link destinations for:
  19249. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19250. 2711.84 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  19251. 2729.45 s [ghcide] Documentation created: dist/doc/html/ghcide/, dist/doc/html/ghcide/ghcide.txt
  19252. 2729.50 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.12.0.0...
  19253. 2729.51 s [ghcide] haddockPhase completed in 30 seconds
  19254. 2729.51 s [ghcide] Phase: installPhase
  19255. 2729.70 s [ghcide] Installing library in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  19256. 2730.40 s [ghcide] Installing executable ghcide in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin
  19257. 2730.40 s [ghcide] Warning: The directory
  19258. 2730.40 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin is not in the
  19259. 2730.40 s [ghcide] system search path.
  19260. 2731.59 s [ghcide] Phase: fixupPhase
  19261. 2731.61 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  19262. 2731.65 s [ghcide] shrinking /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss-ghc9.10.2.so
  19263. 2731.73 s [ghcide] shrinking /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin/ghcide
  19264. 2731.90 s [ghcide] checking for references to /build/ in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0...
  19265. 2732.03 s [ghcide] patching script interpreter paths in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  19266. 2732.03 s [ghcide] stripping (with command strip and flags -S -p) in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin
  19267. 2732.66 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc
  19268. 2732.69 s [ghcide] checking for references to /build/ in /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc...
  19269. 2732.73 s [ghcide] patching script interpreter paths in /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc
  19270. 2733.19 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  19271. 2733.73 s [post-build-hook] Pushing 1 paths (401 are already present) using zstd to cache sellout ⏳
  19272. 2733.73 s [post-build-hook]
  19273. 2734.09 s [post-build-hook] Pushing /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0 (148.48 MiB)
  19274. 2737.55 s [post-build-hook]
  19275. 2737.55 s [post-build-hook] All done.
  19276. 2737.57 s [post-build-hook] Uploading to the NixCI cache: /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  19277. 2737.61 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19278. 2737.86 s [post-build-hook] copying 2 paths...
  19279. 2737.86 s [post-build-hook] copying path '/nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc' to 'https://cache.nix-ci.com'...
  19280. 2741.21 s [post-build-hook] copying path '/nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0' to 'https://cache.nix-ci.com'...
  19281. 2773.32 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19282. 2773.58 s [post-build-hook] copying 1 paths...
  19283. 2773.62 s [post-build-hook] copying path '/nix/store/4knbz603wxg6c06b9ikwmf6q7xcxh1wg-ghcide-2.12.0.0.drv' to 'https://cache.nix-ci.com'...
  19284. 2773.83 s Progress: 357 of 361 built, 370 of 370 downloaded from cache
  19285. 2773.90 s Building hls-test-utils
  19286. 2774.42 s [hls-test-utils] Phase: setupCompilerEnvironmentPhase
  19287. 2774.43 s [hls-test-utils] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  19288. 2774.89 s [hls-test-utils] Phase: unpackPhase
  19289. 2774.89 s [hls-test-utils] unpacking source archive /nix/store/93br9mgx6in5n5chqb70wbl7hgprvjgd-hls-test-utils-2.12.0.0.tar.gz
  19290. 2774.90 s [hls-test-utils] source root is hls-test-utils-2.12.0.0
  19291. 2774.91 s [hls-test-utils] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-test-utils-2.12.0.0/src/Test/Hls/Util.hs"
  19292. 2774.91 s [hls-test-utils] Phase: patchPhase
  19293. 2774.92 s [hls-test-utils] Phase: compileBuildDriverPhase
  19294. 2774.92 s [hls-test-utils] setupCompileFlags: -package-db=/build/tmp.YDj3HUOoSz/setup-package.conf.d -threaded
  19295. 2774.96 s [hls-test-utils] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.YDj3HUOoSz/Main.o )
  19296. 2775.00 s [hls-test-utils] [2 of 2] Linking Setup
  19297. 2776.04 s [hls-test-utils] Phase: updateAutotoolsGnuConfigScriptsPhase
  19298. 2776.05 s [hls-test-utils] Phase: configurePhase
  19299. 2776.06 s [hls-test-utils] configureFlags: --verbose --prefix=/nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc/share/doc/hls-test-utils-2.12.0.0 --with-gcc=gcc --package-db=/build/tmp.YDj3HUOoSz/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/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  19300. 2776.06 s [hls-test-utils] Using Parsec parser
  19301. 2776.06 s [hls-test-utils] Configuring hls-test-utils-2.12.0.0...
  19302. 2776.48 s [hls-test-utils] Flags chosen: pedantic=False
  19303. 2776.69 s [hls-test-utils] Dependency aeson: using aeson-2.2.3.0
  19304. 2776.69 s [hls-test-utils] Dependency async: using async-2.2.5
  19305. 2776.69 s [hls-test-utils] Dependency base >=4.12 && <5: using base-4.20.1.0
  19306. 2776.69 s [hls-test-utils] Dependency bytestring: using bytestring-0.12.2.0
  19307. 2776.69 s [hls-test-utils] Dependency containers: using containers-0.7
  19308. 2776.69 s [hls-test-utils] Dependency data-default: using data-default-0.8.0.1
  19309. 2776.69 s [hls-test-utils] Dependency directory: using directory-1.3.8.5
  19310. 2776.69 s [hls-test-utils] Dependency extra: using extra-1.8.1
  19311. 2776.69 s [hls-test-utils] Dependency filepath: using filepath-1.5.4.0
  19312. 2776.69 s [hls-test-utils] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  19313. 2776.69 s [hls-test-utils] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  19314. 2776.69 s [hls-test-utils] Dependency lens: using lens-5.3.5
  19315. 2776.69 s [hls-test-utils] Dependency lsp: using lsp-2.7.0.1
  19316. 2776.69 s [hls-test-utils] Dependency lsp-test >=0.17 && <0.18: using lsp-test-0.17.1.1
  19317. 2776.69 s [hls-test-utils] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  19318. 2776.69 s [hls-test-utils] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  19319. 2776.69 s [hls-test-utils] Dependency string-interpolate: using string-interpolate-0.3.4.0
  19320. 2776.69 s [hls-test-utils] Dependency tasty: using tasty-1.5.3
  19321. 2776.69 s [hls-test-utils] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
  19322. 2776.69 s [hls-test-utils] Dependency tasty-golden: using tasty-golden-2.3.5
  19323. 2776.69 s [hls-test-utils] Dependency tasty-hunit: using tasty-hunit-0.10.2
  19324. 2776.69 s [hls-test-utils] Dependency tasty-rerun: using tasty-rerun-1.1.20
  19325. 2776.69 s [hls-test-utils] Dependency temporary: using temporary-1.3
  19326. 2776.69 s [hls-test-utils] Dependency text: using text-2.1.2
  19327. 2776.69 s [hls-test-utils] Dependency text-rope: using text-rope-0.3
  19328. 2776.69 s [hls-test-utils] Source component graph: component lib
  19329. 2776.69 s [hls-test-utils] Configured component graph:
  19330. 2776.69 s [hls-test-utils] component hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  19331. 2776.69 s [hls-test-utils] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  19332. 2776.69 s [hls-test-utils] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  19333. 2776.69 s [hls-test-utils] include base-4.20.1.0-f445
  19334. 2776.69 s [hls-test-utils] include bytestring-0.12.2.0-214a
  19335. 2776.69 s [hls-test-utils] include containers-0.7-6571
  19336. 2776.69 s [hls-test-utils] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  19337. 2776.69 s [hls-test-utils] include directory-1.3.8.5-159c
  19338. 2776.69 s [hls-test-utils] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  19339. 2776.69 s [hls-test-utils] include filepath-1.5.4.0-8593
  19340. 2776.69 s [hls-test-utils] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  19341. 2776.69 s [hls-test-utils] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  19342. 2776.69 s [hls-test-utils] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  19343. 2776.69 s [hls-test-utils] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  19344. 2776.69 s [hls-test-utils] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  19345. 2776.69 s [hls-test-utils] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  19346. 2776.69 s [hls-test-utils] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  19347. 2776.69 s [hls-test-utils] include string-interpolate-0.3.4.0-JhWZjGDEepKHpMuwD5rR2M
  19348. 2776.69 s [hls-test-utils] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  19349. 2776.69 s [hls-test-utils] include tasty-expected-failure-0.12.3-94AzyUmWYehVXO0bl0Fem
  19350. 2776.69 s [hls-test-utils] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  19351. 2776.69 s [hls-test-utils] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  19352. 2776.69 s [hls-test-utils] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  19353. 2776.69 s [hls-test-utils] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  19354. 2776.69 s [hls-test-utils] include text-2.1.2-7514
  19355. 2776.69 s [hls-test-utils] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  19356. 2776.69 s [hls-test-utils] Linked component graph:
  19357. 2776.69 s [hls-test-utils] unit hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  19358. 2776.69 s [hls-test-utils] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  19359. 2776.69 s [hls-test-utils] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  19360. 2776.69 s [hls-test-utils] include base-4.20.1.0-f445
  19361. 2776.69 s [hls-test-utils] include bytestring-0.12.2.0-214a
  19362. 2776.69 s [hls-test-utils] include containers-0.7-6571
  19363. 2776.69 s [hls-test-utils] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  19364. 2776.69 s [hls-test-utils] include directory-1.3.8.5-159c
  19365. 2776.69 s [hls-test-utils] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  19366. 2776.69 s [hls-test-utils] include filepath-1.5.4.0-8593
  19367. 2776.69 s [hls-test-utils] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  19368. 2776.69 s [hls-test-utils] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  19369. 2776.69 s [hls-test-utils] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  19370. 2776.69 s [hls-test-utils] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  19371. 2776.69 s [hls-test-utils] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  19372. 2776.69 s [hls-test-utils] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  19373. 2776.69 s [hls-test-utils] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  19374. 2776.69 s [hls-test-utils] include string-interpolate-0.3.4.0-JhWZjGDEepKHpMuwD5rR2M
  19375. 2776.69 s [hls-test-utils] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  19376. 2776.69 s [hls-test-utils] include tasty-expected-failure-0.12.3-94AzyUmWYehVXO0bl0Fem
  19377. 2776.69 s [hls-test-utils] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  19378. 2776.69 s [hls-test-utils] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  19379. 2776.69 s [hls-test-utils] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  19380. 2776.69 s [hls-test-utils] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  19381. 2776.69 s [hls-test-utils] include text-2.1.2-7514
  19382. 2776.69 s [hls-test-utils] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  19383. 2776.69 s [hls-test-utils] Development.IDE.Test=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Development.IDE.Test,Development.IDE.Test.Diagnostic=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Development.IDE.Test.Diagnostic,Test.Hls=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Test.Hls,Test.Hls.FileSystem=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Test.Hls.FileSystem,Test.Hls.Util=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Test.Hls.Util
  19384. 2776.69 s [hls-test-utils] Ready component graph:
  19385. 2776.69 s [hls-test-utils] definite hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  19386. 2776.69 s [hls-test-utils] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  19387. 2776.69 s [hls-test-utils] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  19388. 2776.69 s [hls-test-utils] depends base-4.20.1.0-f445
  19389. 2776.69 s [hls-test-utils] depends bytestring-0.12.2.0-214a
  19390. 2776.69 s [hls-test-utils] depends containers-0.7-6571
  19391. 2776.69 s [hls-test-utils] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  19392. 2776.69 s [hls-test-utils] depends directory-1.3.8.5-159c
  19393. 2776.69 s [hls-test-utils] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  19394. 2776.69 s [hls-test-utils] depends filepath-1.5.4.0-8593
  19395. 2776.69 s [hls-test-utils] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  19396. 2776.69 s [hls-test-utils] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  19397. 2776.69 s [hls-test-utils] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  19398. 2776.69 s [hls-test-utils] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  19399. 2776.69 s [hls-test-utils] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  19400. 2776.69 s [hls-test-utils] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  19401. 2776.69 s [hls-test-utils] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  19402. 2776.69 s [hls-test-utils] depends string-interpolate-0.3.4.0-JhWZjGDEepKHpMuwD5rR2M
  19403. 2776.69 s [hls-test-utils] depends tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  19404. 2776.69 s [hls-test-utils] depends tasty-expected-failure-0.12.3-94AzyUmWYehVXO0bl0Fem
  19405. 2776.69 s [hls-test-utils] depends tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  19406. 2776.69 s [hls-test-utils] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  19407. 2776.69 s [hls-test-utils] depends tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  19408. 2776.69 s [hls-test-utils] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  19409. 2776.69 s [hls-test-utils] depends text-2.1.2-7514
  19410. 2776.69 s [hls-test-utils] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  19411. 2776.69 s [hls-test-utils] Using Cabal-3.12.1.0 compiled by ghc-9.10
  19412. 2776.69 s [hls-test-utils] Using compiler: ghc-9.10.2
  19413. 2776.69 s [hls-test-utils] Using install prefix:
  19414. 2776.69 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0
  19415. 2776.69 s [hls-test-utils] Executables installed in:
  19416. 2776.69 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/bin
  19417. 2776.69 s [hls-test-utils] Libraries installed in:
  19418. 2776.69 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  19419. 2776.69 s [hls-test-utils] Dynamic Libraries installed in:
  19420. 2776.69 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  19421. 2776.69 s [hls-test-utils] Private executables installed in:
  19422. 2776.69 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/hls-test-utils-2.12.0.0
  19423. 2776.69 s [hls-test-utils] Data files installed in:
  19424. 2776.69 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/share/x86_64-linux-ghc-9.10.2-2a2a/hls-test-utils-2.12.0.0
  19425. 2776.69 s [hls-test-utils] Documentation installed in:
  19426. 2776.69 s [hls-test-utils] /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc/share/doc/hls-test-utils-2.12.0.0
  19427. 2776.69 s [hls-test-utils] Configuration files installed in:
  19428. 2776.69 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/etc
  19429. 2776.69 s [hls-test-utils] No alex found
  19430. 2776.69 s [hls-test-utils] Using ar found on system at:
  19431. 2776.69 s [hls-test-utils] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  19432. 2776.69 s [hls-test-utils] No c2hs found
  19433. 2776.69 s [hls-test-utils] No cpphs found
  19434. 2776.69 s [hls-test-utils] No doctest found
  19435. 2776.69 s [hls-test-utils] Using gcc version 14.3.0 given by user at:
  19436. 2776.69 s [hls-test-utils] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  19437. 2776.69 s [hls-test-utils] Using ghc version 9.10.2 found on system at:
  19438. 2776.69 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  19439. 2776.69 s [hls-test-utils] Using ghc-pkg version 9.10.2 found on system at:
  19440. 2776.69 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  19441. 2776.69 s [hls-test-utils] No ghcjs found
  19442. 2776.69 s [hls-test-utils] No ghcjs-pkg found
  19443. 2776.69 s [hls-test-utils] No greencard found
  19444. 2776.69 s [hls-test-utils] Using haddock version 2.31.0 found on system at:
  19445. 2776.69 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  19446. 2776.69 s [hls-test-utils] No happy found
  19447. 2776.69 s [hls-test-utils] Using haskell-suite found on system at: haskell-suite-dummy-location
  19448. 2776.69 s [hls-test-utils] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  19449. 2776.69 s [hls-test-utils] No hmake found
  19450. 2776.69 s [hls-test-utils] Using hpc version 0.69 found on system at:
  19451. 2776.69 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  19452. 2776.69 s [hls-test-utils] Using hsc2hs version 0.68.10 found on system at:
  19453. 2776.69 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  19454. 2776.69 s [hls-test-utils] Using hscolour version 1.25 found on system at:
  19455. 2776.69 s [hls-test-utils] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  19456. 2776.69 s [hls-test-utils] No jhc found
  19457. 2776.72 s [hls-test-utils] Using ld found on system at:
  19458. 2776.72 s [hls-test-utils] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  19459. 2776.72 s [hls-test-utils] No pkg-config found
  19460. 2776.72 s [hls-test-utils] Using runghc version 9.10.2 found on system at:
  19461. 2776.72 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  19462. 2776.72 s [hls-test-utils] Using strip version 2.44 found on system at:
  19463. 2776.72 s [hls-test-utils] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  19464. 2776.72 s [hls-test-utils] Using tar found on system at:
  19465. 2776.72 s [hls-test-utils] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  19466. 2776.72 s [hls-test-utils] No uhc found
  19467. 2777.25 s [hls-test-utils] Phase: buildPhase
  19468. 2777.33 s [hls-test-utils] Preprocessing library for hls-test-utils-2.12.0.0...
  19469. 2777.33 s [hls-test-utils] Building library for hls-test-utils-2.12.0.0...
  19470. 2777.46 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 )
  19471. 2778.59 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 )
  19472. 2779.24 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 )
  19473. 2779.24 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 )
  19474. 2779.24 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 )
  19475. 2780.40 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 )
  19476. 2781.38 s [hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.p_o )
  19477. 2782.06 s [hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.p_o )
  19478. 2782.06 s [hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.p_o )
  19479. 2782.06 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.p_o )
  19480. 2788.96 s [hls-test-utils] Phase: checkPhase
  19481. 2789.02 s [hls-test-utils] Package has no test suites.
  19482. 2789.02 s [hls-test-utils] Phase: haddockPhase
  19483. 2789.15 s [hls-test-utils] Preprocessing library for hls-test-utils-2.12.0.0...
  19484. 2789.15 s [hls-test-utils] Running Haddock on library for hls-test-utils-2.12.0.0...
  19485. 2789.16 s [hls-test-utils] Warning: The documentation for the following packages are not installed. No
  19486. 2789.16 s [hls-test-utils] links will be generated to these packages: attoparsec-0.14.4,
  19487. 2789.16 s [hls-test-utils] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
  19488. 2789.54 s [hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, nothing )
  19489. 2790.84 s [hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, nothing )
  19490. 2791.00 s [hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, nothing )
  19491. 2791.04 s [hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, nothing )
  19492. 2791.20 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, nothing )
  19493. 2791.37 s [hls-test-utils] Haddock coverage:
  19494. 2791.37 s [hls-test-utils] 37% ( 3 / 8) in 'Development.IDE.Test.Diagnostic'
  19495. 2791.37 s [hls-test-utils] Missing documentation for:
  19496. 2791.37 s [hls-test-utils] Module header
  19497. 2791.37 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
  19498. 2791.37 s [hls-test-utils] ErrorMsg (src/Development/IDE/Test/Diagnostic.hs:17)
  19499. 2791.37 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
  19500. 2791.37 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
  19501. 2791.37 s [hls-test-utils] 21% ( 6 / 28) in 'Development.IDE.Test'
  19502. 2791.37 s [hls-test-utils] Missing documentation for:
  19503. 2791.37 s [hls-test-utils] Module header
  19504. 2791.37 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
  19505. 2791.37 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
  19506. 2791.37 s [hls-test-utils] diagnostic (src/Development/IDE/Test.hs:193)
  19507. 2791.37 s [hls-test-utils] expectDiagnosticsWithTags (src/Development/IDE/Test.hs:131)
  19508. 2791.37 s [hls-test-utils] expectMessages (src/Development/IDE/Test.hs:94)
  19509. 2791.37 s [hls-test-utils] expectCurrentDiagnostics (src/Development/IDE/Test.hs:179)
  19510. 2791.37 s [hls-test-utils] checkDiagnosticsForDoc (src/Development/IDE/Test.hs:184)
  19511. 2791.37 s [hls-test-utils] canonicalizeUri (src/Development/IDE/Test.hs:190)
  19512. 2791.37 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
  19513. 2791.37 s [hls-test-utils] flushMessages (src/Development/IDE/Test.hs:110)
  19514. 2791.37 s [hls-test-utils] waitForAction (src/Development/IDE/Test.hs:215)
  19515. 2791.37 s [hls-test-utils] getInterfaceFilesDir (src/Development/IDE/Test.hs:219)
  19516. 2791.37 s [hls-test-utils] garbageCollectDirtyKeys (src/Development/IDE/Test.hs:222)
  19517. 2791.37 s [hls-test-utils] getFilesOfInterest (src/Development/IDE/Test.hs:234)
  19518. 2791.37 s [hls-test-utils] waitForTypecheck (src/Development/IDE/Test.hs:228)
  19519. 2791.37 s [hls-test-utils] waitForBuildQueue (src/Development/IDE/Test.hs:231)
  19520. 2791.37 s [hls-test-utils] getStoredKeys (src/Development/IDE/Test.hs:225)
  19521. 2791.38 s [hls-test-utils] waitForCustomMessage (src/Development/IDE/Test.hs:237)
  19522. 2791.38 s [hls-test-utils] waitForGC (src/Development/IDE/Test.hs:244)
  19523. 2791.38 s [hls-test-utils] configureCheckProject (src/Development/IDE/Test.hs:250)
  19524. 2791.38 s [hls-test-utils] referenceReady (src/Development/IDE/Test.hs:257)
  19525. 2791.38 s [hls-test-utils] Warning: 'VirtualFileTree' is ambiguous. It is defined
  19526. 2791.38 s [hls-test-utils] * at src/Test/Hls/FileSystem.hs:68:3
  19527. 2791.38 s [hls-test-utils] * at src/Test/Hls/FileSystem.hs:67:1
  19528. 2791.38 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  19529. 2791.38 s [hls-test-utils] by specifying the type/value namespace explicitly.
  19530. 2791.38 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls/FileSystem.hs:67:1
  19531. 2791.38 s [hls-test-utils] Warning: 'rootDir' is out of scope.
  19532. 2791.38 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19533. 2791.38 s [hls-test-utils] Warning: 'virtualFileTree' is out of scope.
  19534. 2791.38 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19535. 2791.38 s [hls-test-utils] 63% ( 21 / 33) in 'Test.Hls.FileSystem'
  19536. 2791.38 s [hls-test-utils] Missing documentation for:
  19537. 2791.38 s [hls-test-utils] Module header
  19538. 2791.38 s [hls-test-utils] FileTree (src/Test/Hls/FileSystem.hs:73)
  19539. 2791.38 s [hls-test-utils] Content (src/Test/Hls/FileSystem.hs:79)
  19540. 2791.38 s [hls-test-utils] readFileFS (src/Test/Hls/FileSystem.hs:89)
  19541. 2791.38 s [hls-test-utils] writeFileFS (src/Test/Hls/FileSystem.hs:93)
  19542. 2791.38 s [hls-test-utils] mkVirtualFileTree (src/Test/Hls/FileSystem.hs:142)
  19543. 2791.38 s [hls-test-utils] toNfp (src/Test/Hls/FileSystem.hs:152)
  19544. 2791.38 s [hls-test-utils] toAbsFp (src/Test/Hls/FileSystem.hs:149)
  19545. 2791.38 s [hls-test-utils] directory (src/Test/Hls/FileSystem.hs:179)
  19546. 2791.38 s [hls-test-utils] atomicFileWriteString (src/Test/Hls/FileSystem.hs:264)
  19547. 2791.38 s [hls-test-utils] atomicFileWriteStringUTF8 (src/Test/Hls/FileSystem.hs:268)
  19548. 2791.38 s [hls-test-utils] atomicFileWriteText (src/Test/Hls/FileSystem.hs:272)
  19549. 2791.38 s [hls-test-utils] Warning: 'FoldState' is ambiguous. It is defined
  19550. 2791.38 s [hls-test-utils] * at src/Test/Hls/Util.hs:419:18
  19551. 2791.38 s [hls-test-utils] * at src/Test/Hls/Util.hs:419:1
  19552. 2791.38 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  19553. 2791.38 s [hls-test-utils] by specifying the type/value namespace explicitly.
  19554. 2791.38 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls/Util.hs:419:1
  19555. 2791.38 s [hls-test-utils] Warning: 'cons' is out of scope.
  19556. 2791.38 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19557. 2791.38 s [hls-test-utils] Warning: 'bar' is out of scope.
  19558. 2791.38 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19559. 2791.38 s [hls-test-utils] Warning: 'src' is out of scope.
  19560. 2791.38 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19561. 2791.38 s [hls-test-utils] Warning: 'ignored' is out of scope.
  19562. 2791.38 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19563. 2791.38 s [hls-test-utils] Warning: 'dst' is out of scope.
  19564. 2791.38 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19565. 2791.38 s [hls-test-utils] 38% ( 18 / 47) in 'Test.Hls.Util'
  19566. 2791.38 s [hls-test-utils] Missing documentation for:
  19567. 2791.38 s [hls-test-utils] Module header
  19568. 2791.38 s [hls-test-utils] codeActionResolveCaps (src/Test/Hls/Util.hs:104)
  19569. 2791.38 s [hls-test-utils] codeActionNoResolveCaps (src/Test/Hls/Util.hs:109)
  19570. 2791.38 s [hls-test-utils] codeActionNoInlayHintsCaps (src/Test/Hls/Util.hs:114)
  19571. 2791.38 s [hls-test-utils] codeActionSupportCaps (src/Test/Hls/Util.hs:97)
  19572. 2791.38 s [hls-test-utils] expectCodeAction (src/Test/Hls/Util.hs:265)
  19573. 2791.38 s [hls-test-utils] ghcVersion
  19574. 2791.38 s [hls-test-utils] GhcVersion
  19575. 2791.38 s [hls-test-utils] hostOS (src/Test/Hls/Util.hs:133)
  19576. 2791.38 s [hls-test-utils] OS (src/Test/Hls/Util.hs:129)
  19577. 2791.38 s [hls-test-utils] matchesCurrentEnv (src/Test/Hls/Util.hs:126)
  19578. 2791.38 s [hls-test-utils] EnvSpec (src/Test/Hls/Util.hs:122)
  19579. 2791.38 s [hls-test-utils] ignoreForGhcVersions (src/Test/Hls/Util.hs:163)
  19580. 2791.38 s [hls-test-utils] knownBrokenOnWindows (src/Test/Hls/Util.hs:151)
  19581. 2791.38 s [hls-test-utils] knownBrokenForGhcVersions (src/Test/Hls/Util.hs:154)
  19582. 2791.38 s [hls-test-utils] fromAction (src/Test/Hls/Util.hs:233)
  19583. 2791.38 s [hls-test-utils] fromCommand (src/Test/Hls/Util.hs:237)
  19584. 2791.38 s [hls-test-utils] dontExpectCodeAction (src/Test/Hls/Util.hs:268)
  19585. 2791.38 s [hls-test-utils] expectDiagnostic (src/Test/Hls/Util.hs:256)
  19586. 2791.38 s [hls-test-utils] failIfSessionTimeout (src/Test/Hls/Util.hs:333)
  19587. 2791.38 s [hls-test-utils] getCompletionByLabel (src/Test/Hls/Util.hs:340)
  19588. 2791.38 s [hls-test-utils] noLiteralCaps (src/Test/Hls/Util.hs:91)
  19589. 2791.38 s [hls-test-utils] inspectCodeAction (src/Test/Hls/Util.hs:259)
  19590. 2791.38 s [hls-test-utils] inspectCommand (src/Test/Hls/Util.hs:276)
  19591. 2791.38 s [hls-test-utils] inspectDiagnostic (src/Test/Hls/Util.hs:248)
  19592. 2791.38 s [hls-test-utils] inspectDiagnosticAny (src/Test/Hls/Util.hs:252)
  19593. 2791.38 s [hls-test-utils] waitForDiagnosticsFrom (src/Test/Hls/Util.hs:282)
  19594. 2791.38 s [hls-test-utils] waitForDiagnosticsFromSource (src/Test/Hls/Util.hs:290)
  19595. 2791.38 s [hls-test-utils] withCanonicalTempDir (src/Test/Hls/Util.hs:350)
  19596. 2791.38 s [hls-test-utils] Warning: 'TASTY_PATTERN' is out of scope.
  19597. 2791.38 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19598. 2791.38 s [hls-test-utils] Warning: 'findFunctionNameUnderCursor' is out of scope.
  19599. 2791.38 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19600. 2791.39 s [hls-test-utils] Warning: 'runSessionWithServer'' is out of scope.
  19601. 2791.39 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19602. 2791.39 s [hls-test-utils] Warning: 'XDG_CACHE_HOME' is out of scope.
  19603. 2791.39 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19604. 2791.39 s [hls-test-utils] Warning: 'ghcide' is out of scope.
  19605. 2791.39 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19606. 2791.39 s [hls-test-utils] Warning: 'LSP_TIMEOUT' is out of scope.
  19607. 2791.39 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19608. 2791.39 s [hls-test-utils] Warning: 'TestConfig' is ambiguous. It is defined
  19609. 2791.39 s [hls-test-utils] * at src/Test/Hls.hs:692:21
  19610. 2791.39 s [hls-test-utils] * at src/Test/Hls.hs:692:1
  19611. 2791.39 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  19612. 2791.39 s [hls-test-utils] by specifying the type/value namespace explicitly.
  19613. 2791.39 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls.hs:692:1
  19614. 2791.39 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Types
  19615. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Pattern
  19616. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInt
  19617. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Color
  19618. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Location
  19619. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export |?
  19620. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Position
  19621. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Diagnostic
  19622. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Edit
  19623. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Range
  19624. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedUri
  19625. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedFilePath
  19626. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedUri
  19627. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedUri
  19628. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyItem
  19629. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeAction
  19630. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLens
  19631. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItem
  19632. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemDefaults
  19633. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLink
  19634. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHint
  19635. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChanges
  19636. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokens
  19637. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensEdit
  19638. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensPartialResult
  19639. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyItem
  19640. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbol
  19641. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRelatedInformation
  19642. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogMessageParams
  19643. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogTraceParams
  19644. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageParams
  19645. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestParams
  19646. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressBegin
  19647. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressEnd
  19648. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressReport
  19649. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnnotatedTextEdit
  19650. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestOptions
  19651. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionParams
  19652. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorInformation
  19653. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentationParams
  19654. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlight
  19655. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingParams
  19656. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbol
  19657. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Hover
  19658. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintParams
  19659. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueEvaluatableExpression
  19660. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueParams
  19661. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueText
  19662. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueVariableLookup
  19663. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenamePlaceholder
  19664. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRange
  19665. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensOptions
  19666. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRangeParams
  19667. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRegistrationOptions
  19668. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangePartial
  19669. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextEdit
  19670. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsClientCapabilities
  19671. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export BaseSymbolInformation
  19672. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolInformation
  19673. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticSeverity
  19674. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFile
  19675. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFile
  19676. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileCreate
  19677. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileDelete
  19678. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileEvent
  19679. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationUriOnly
  19680. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocument
  19681. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentIdentifier
  19682. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export OptionalVersionedTextDocumentIdentifier
  19683. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PreviousResultId
  19684. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsParams
  19685. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentParams
  19686. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentIdentifier
  19687. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentItem
  19688. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedNotebookDocumentIdentifier
  19689. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedTextDocumentIdentifier
  19690. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFolder
  19691. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFullDocumentDiagnosticReport
  19692. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceUnchangedDocumentDiagnosticReport
  19693. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenAbsolute
  19694. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellArrayChange
  19695. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedFilePath
  19696. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Uri
  19697. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Command
  19698. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInfo
  19699. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkdownClientCapabilities
  19700. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionsClientCapabilities
  19701. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerInfo
  19702. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export positionInRange
  19703. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEdit
  19704. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionKind
  19705. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptions
  19706. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedFilePath
  19707. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticTag
  19708. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFile
  19709. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperation
  19710. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertReplaceEdit
  19711. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditParams
  19712. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotation
  19713. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentation
  19714. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolOptions
  19715. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolRegistrationOptions
  19716. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ParameterInformation
  19717. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureInformation
  19718. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditResult
  19719. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileSystemWatcher
  19720. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRange
  19721. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FullDocumentDiagnosticReport
  19722. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupContent
  19723. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Moniker
  19724. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCell
  19725. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedFullDocumentDiagnosticReport
  19726. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedUnchangedDocumentDiagnosticReport
  19727. 2791.39 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnchangedDocumentDiagnosticReport
  19728. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyClientCapabilities
  19729. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionClientCapabilities
  19730. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensClientCapabilities
  19731. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionClientCapabilities
  19732. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationClientCapabilities
  19733. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionClientCapabilities
  19734. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticClientCapabilities
  19735. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationClientCapabilities
  19736. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesClientCapabilities
  19737. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorClientCapabilities
  19738. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingClientCapabilities
  19739. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightClientCapabilities
  19740. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkClientCapabilities
  19741. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingClientCapabilities
  19742. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingClientCapabilities
  19743. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolClientCapabilities
  19744. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandClientCapabilities
  19745. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationClientCapabilities
  19746. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeClientCapabilities
  19747. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverClientCapabilities
  19748. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationClientCapabilities
  19749. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintClientCapabilities
  19750. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueClientCapabilities
  19751. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeClientCapabilities
  19752. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerClientCapabilities
  19753. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncClientCapabilities
  19754. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceClientCapabilities
  19755. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameClientCapabilities
  19756. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeClientCapabilities
  19757. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensClientCapabilities
  19758. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpClientCapabilities
  19759. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncClientCapabilities
  19760. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionClientCapabilities
  19761. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyClientCapabilities
  19762. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolClientCapabilities
  19763. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCall
  19764. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCall
  19765. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCallsParams
  19766. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCallsParams
  19767. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySubtypesParams
  19768. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySupertypesParams
  19769. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensParams
  19770. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionParams
  19771. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationParams
  19772. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionParams
  19773. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorParams
  19774. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticParams
  19775. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightParams
  19776. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkParams
  19777. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolParams
  19778. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeParams
  19779. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationParams
  19780. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerParams
  19781. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PartialResultParams
  19782. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceParams
  19783. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeParams
  19784. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaParams
  19785. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensParams
  19786. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionParams
  19787. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticParams
  19788. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolParams
  19789. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyPrepareParams
  19790. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingParams
  19791. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandParams
  19792. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverParams
  19793. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeParams
  19794. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeParams
  19795. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameParams
  19796. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameParams
  19797. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpParams
  19798. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyPrepareParams
  19799. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInitializeParams
  19800. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressParams
  19801. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemLabelDetails
  19802. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentClientCapabilities
  19803. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOptions
  19804. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyRegistrationOptions
  19805. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionOptions
  19806. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionRegistrationOptions
  19807. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensOptions
  19808. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensRegistrationOptions
  19809. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionOptions
  19810. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionRegistrationOptions
  19811. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationOptions
  19812. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationRegistrationOptions
  19813. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionOptions
  19814. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionRegistrationOptions
  19815. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticOptions
  19816. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRegistrationOptions
  19817. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorOptions
  19818. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorRegistrationOptions
  19819. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingOptions
  19820. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingRegistrationOptions
  19821. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightOptions
  19822. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightRegistrationOptions
  19823. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkOptions
  19824. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkRegistrationOptions
  19825. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingOptions
  19826. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingRegistrationOptions
  19827. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandOptions
  19828. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandRegistrationOptions
  19829. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeOptions
  19830. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeRegistrationOptions
  19831. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverOptions
  19832. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverRegistrationOptions
  19833. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationOptions
  19834. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationRegistrationOptions
  19835. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintOptions
  19836. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintRegistrationOptions
  19837. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueOptions
  19838. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueRegistrationOptions
  19839. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeOptions
  19840. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeRegistrationOptions
  19841. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerOptions
  19842. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerRegistrationOptions
  19843. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceOptions
  19844. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceRegistrationOptions
  19845. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameOptions
  19846. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameRegistrationOptions
  19847. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeOptions
  19848. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeRegistrationOptions
  19849. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpOptions
  19850. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpRegistrationOptions
  19851. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionOptions
  19852. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionRegistrationOptions
  19853. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyOptions
  19854. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyRegistrationOptions
  19855. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WindowClientCapabilities
  19856. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressOptions
  19857. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolOptions
  19858. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolRegistrationOptions
  19859. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingParams
  19860. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentPositionParams
  19861. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCapabilities
  19862. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeTextDocumentParams
  19863. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseTextDocumentParams
  19864. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenTextDocumentParams
  19865. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveTextDocumentParams
  19866. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentEdit
  19867. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WillSaveTextDocumentParams
  19868. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingRegistrationOptions
  19869. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentChangeRegistrationOptions
  19870. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentRegistrationOptions
  19871. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveRegistrationOptions
  19872. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CancelParams
  19873. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncRegistrationOptions
  19874. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Registration
  19875. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaticRegistrationOptions
  19876. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Unregistration
  19877. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationIdentifier
  19878. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationsSupportOptions
  19879. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCapabilities
  19880. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeNotebookDocumentParams
  19881. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseNotebookDocumentParams
  19882. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenNotebookDocumentParams
  19883. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveNotebookDocumentParams
  19884. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionKindOptions
  19885. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemInsertTextModeOptions
  19886. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptionsKind
  19887. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientDiagnosticsTagOptions
  19888. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeKindOptions
  19889. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolKindOptions
  19890. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolTagOptions
  19891. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTagOptions
  19892. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionLiteralOptions
  19893. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionResolveOptions
  19894. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemResolveOptions
  19895. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInlayHintResolveOptions
  19896. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolResolveOptions
  19897. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureInformationOptions
  19898. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCompletionItemOptions
  19899. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeOptions
  19900. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestFullDelta
  19901. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensFullDelta
  19902. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientShowMessageActionItemOptions
  19903. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureParameterInformationOptions
  19904. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintLabelPart
  19905. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionContext
  19906. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceClientCapabilities
  19907. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageActionItem
  19908. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionContext
  19909. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpContext
  19910. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionDisabled
  19911. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionTriggerKind
  19912. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeDescription
  19913. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensWorkspaceClientCapabilities
  19914. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticWorkspaceClientCapabilities
  19915. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintWorkspaceClientCapabilities
  19916. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueWorkspaceClientCapabilities
  19917. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensWorkspaceClientCapabilities
  19918. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemKind
  19919. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTag
  19920. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionList
  19921. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionListCapabilities
  19922. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationParams
  19923. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReport
  19924. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReportPartialResult
  19925. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionTriggerKind
  19926. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationItem
  19927. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationRegistrationOptions
  19928. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPattern
  19929. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFileOptions
  19930. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFileOptions
  19931. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFilesParams
  19932. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFilesParams
  19933. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFilesParams
  19934. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Declaration
  19935. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationLink
  19936. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Definition
  19937. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionLink
  19938. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFileOptions
  19939. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticServerCancellationData
  19940. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationParams
  19941. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncOptions
  19942. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesParams
  19943. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellContentChanges
  19944. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesRegistrationOptions
  19945. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWorkspaceFoldersParams
  19946. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeWholeDocument
  19947. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReport
  19948. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportKind
  19949. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportPartialResult
  19950. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFilter
  19951. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightKind
  19952. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingOptions
  19953. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSelector
  19954. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EditRangeWithInsertReplace
  19955. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorCodes
  19956. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecutionSummary
  19957. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentResult
  19958. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FailureHandlingKind
  19959. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileChangeType
  19960. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationOptions
  19961. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationFilter
  19962. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterNotebookType
  19963. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterPattern
  19964. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterScheme
  19965. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelativePattern
  19966. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterLanguage
  19967. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterPattern
  19968. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterScheme
  19969. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternKind
  19970. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternOptions
  19971. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationRegistrationOptions
  19972. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileRename
  19973. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeKind
  19974. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FormattingOptions
  19975. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDelta
  19976. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GeneralClientCapabilities
  19977. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GlobPattern
  19978. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeError
  19979. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeResult
  19980. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersInitializeParams
  19981. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceOptions
  19982. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializedParams
  19983. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintKind
  19984. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedStringWithLanguage
  19985. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressParams
  19986. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SetTraceParams
  19987. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValue
  19988. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueContext
  19989. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextFormat
  19990. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextMode
  19991. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LSPErrorCodes
  19992. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LanguageKind
  19993. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRanges
  19994. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationLink
  19995. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedString
  19996. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellLanguage
  19997. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellTextDocumentFilter
  19998. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupKind
  19999. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageType
  20000. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerKind
  20001. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentChangeEvent
  20002. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithCells
  20003. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithNotebook
  20004. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellKind
  20005. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChangeStructure
  20006. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentClientCapabilities
  20007. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilter
  20008. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncOptions
  20009. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PositionEncodingKind
  20010. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameDefaultBehavior
  20011. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameResult
  20012. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareSupportDefaultBehavior
  20013. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCancelParams
  20014. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCreateParams
  20015. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressToken
  20016. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceContext
  20017. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationParams
  20018. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionEngineKind
  20019. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperationKind
  20020. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SaveOptions
  20021. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenModifiers
  20022. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenTypes
  20023. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensLegend
  20024. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenRelative
  20025. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaPartialResult
  20026. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentClientCapabilities
  20027. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestClientCapabilities
  20028. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelp
  20029. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpTriggerKind
  20030. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaleRequestSupportOptions
  20031. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolKind
  20032. 2791.40 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolTag
  20033. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeEvent
  20034. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilter
  20035. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveReason
  20036. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncKind
  20037. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TokenFormat
  20038. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TraceValue
  20039. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UniquenessLevel
  20040. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnregistrationParams
  20041. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WatchKind
  20042. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDocumentDiagnosticReport
  20043. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEditClientCapabilities
  20044. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersChangeEvent
  20045. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersServerCapabilities
  20046. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export codeActionKindSubsumes
  20047. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .:!?
  20048. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .=?
  20049. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _L
  20050. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _R
  20051. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absorbNull
  20052. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export maybeToNull
  20053. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export nullToMaybe
  20054. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toEither
  20055. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentChange
  20056. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _versionedTextDocumentIdentifier
  20057. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export applyTextEdit
  20058. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export editTextEdit
  20059. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isSubrangeOf
  20060. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkRange
  20061. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AsLspEnum
  20062. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspEnum
  20063. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EnumBaseType
  20064. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspOpenEnum
  20065. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdown
  20066. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdownCodeBlock
  20067. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkPlainText
  20068. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export plainTextToMarkdown
  20069. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export sectionSeparator
  20070. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressBegin
  20071. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressEnd
  20072. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressReport
  20073. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absolutizeTokens
  20074. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export computeEdits
  20075. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export defaultSemanticTokensLegend
  20076. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export encodeTokens
  20077. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokens
  20078. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokensDelta
  20079. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export relativizeTokens
  20080. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AString
  20081. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnInteger
  20082. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export emptyNormalizedFilePath
  20083. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export filePathToUri
  20084. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToUri
  20085. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareFilePathToUri
  20086. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareUriToFilePath
  20087. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToFilePath
  20088. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToNormalizedFilePath
  20089. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToOsPath
  20090. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export osPathToNormalizedFilePath
  20091. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export combineWatchKinds
  20092. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsChange
  20093. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsCreate
  20094. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsDelete
  20095. 2791.41 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
  20096. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseError
  20097. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseError
  20098. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Method
  20099. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export runEq
  20100. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRegistration
  20101. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TUnregistration
  20102. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RequestMessage
  20103. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseMessage
  20104. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRequestMessage
  20105. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseMessage
  20106. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotificationMessage
  20107. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TNotificationMessage
  20108. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorData
  20109. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageParams
  20110. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageResult
  20111. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationOptions
  20112. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMethod
  20113. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspId
  20114. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageDirection
  20115. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageKind
  20116. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SClientMethod
  20117. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeMethod
  20118. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageDirection
  20119. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export methodStringToSomeMethod
  20120. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someMethodToMethodString
  20121. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageDirection
  20122. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeClientMethod
  20123. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeServerMethod
  20124. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isOptionalMethod
  20125. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someClientMethod
  20126. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someServerMethod
  20127. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SServerMethod
  20128. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeLspId
  20129. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageKind
  20130. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageKind
  20131. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeRegistration
  20132. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeUnregistration
  20133. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export regHelper
  20134. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeRegistration
  20135. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeUnregistration
  20136. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedRegistration
  20137. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedUnregistration
  20138. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TCustomMessage
  20139. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export addNullField
  20140. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedResponseError
  20141. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TClientMessage
  20142. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TMessage
  20143. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TServerMessage
  20144. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage'
  20145. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientNotOrReq
  20146. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CustomEq
  20147. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage'
  20148. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage
  20149. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage
  20150. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HasJSON
  20151. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerNotOrReq
  20152. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LookupFunc
  20153. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientMethodJSON
  20154. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientResponseJSON
  20155. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientNot
  20156. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientReq
  20157. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerNot
  20158. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerReq
  20159. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqClient
  20160. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqServer
  20161. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseClientMessage
  20162. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseServerMessage
  20163. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverMethodJSON
  20164. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverResponseJSON
  20165. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitClientMethod
  20166. 2791.41 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitServerMethod
  20167. 2791.41 s [hls-test-utils] 7% ( 45 /627) in 'Test.Hls'
  20168. 2791.41 s [hls-test-utils] Missing documentation for:
  20169. 2791.41 s [hls-test-utils] Module header
  20170. 2791.41 s [hls-test-utils] NoTimeout
  20171. 2791.41 s [hls-test-utils] Pattern
  20172. 2791.41 s [hls-test-utils] UInt
  20173. 2791.41 s [hls-test-utils] Color
  20174. 2791.41 s [hls-test-utils] Location
  20175. 2791.41 s [hls-test-utils] |?
  20176. 2791.41 s [hls-test-utils] Position
  20177. 2791.42 s [hls-test-utils] EncodingException
  20178. 2791.42 s [hls-test-utils] Diagnostic
  20179. 2791.42 s [hls-test-utils] Edit
  20180. 2791.42 s [hls-test-utils] Range
  20181. 2791.42 s [hls-test-utils] NormalizedUri
  20182. 2791.42 s [hls-test-utils] fromNormalizedFilePath
  20183. 2791.42 s [hls-test-utils] fromNormalizedUri
  20184. 2791.42 s [hls-test-utils] toNormalizedUri
  20185. 2791.42 s [hls-test-utils] CallHierarchyItem
  20186. 2791.42 s [hls-test-utils] CodeAction
  20187. 2791.42 s [hls-test-utils] CodeLens
  20188. 2791.42 s [hls-test-utils] CompletionItem
  20189. 2791.42 s [hls-test-utils] CompletionItemDefaults
  20190. 2791.42 s [hls-test-utils] DocumentLink
  20191. 2791.42 s [hls-test-utils] InlayHint
  20192. 2791.42 s [hls-test-utils] NotebookDocumentCellChanges
  20193. 2791.42 s [hls-test-utils] SemanticTokens
  20194. 2791.42 s [hls-test-utils] SemanticTokensEdit
  20195. 2791.42 s [hls-test-utils] SemanticTokensPartialResult
  20196. 2791.42 s [hls-test-utils] TypeHierarchyItem
  20197. 2791.42 s [hls-test-utils] WorkspaceSymbol
  20198. 2791.42 s [hls-test-utils] DiagnosticRelatedInformation
  20199. 2791.42 s [hls-test-utils] LogMessageParams
  20200. 2791.42 s [hls-test-utils] LogTraceParams
  20201. 2791.42 s [hls-test-utils] ShowMessageParams
  20202. 2791.42 s [hls-test-utils] ShowMessageRequestParams
  20203. 2791.42 s [hls-test-utils] WorkDoneProgressBegin
  20204. 2791.42 s [hls-test-utils] WorkDoneProgressEnd
  20205. 2791.42 s [hls-test-utils] WorkDoneProgressReport
  20206. 2791.42 s [hls-test-utils] AnnotatedTextEdit
  20207. 2791.42 s [hls-test-utils] ClientSemanticTokensRequestOptions
  20208. 2791.42 s [hls-test-utils] CodeActionParams
  20209. 2791.42 s [hls-test-utils] ColorInformation
  20210. 2791.42 s [hls-test-utils] ColorPresentationParams
  20211. 2791.42 s [hls-test-utils] DocumentHighlight
  20212. 2791.42 s [hls-test-utils] DocumentRangeFormattingParams
  20213. 2791.42 s [hls-test-utils] DocumentSymbol
  20214. 2791.42 s [hls-test-utils] Hover
  20215. 2791.42 s [hls-test-utils] InlayHintParams
  20216. 2791.42 s [hls-test-utils] InlineValueEvaluatableExpression
  20217. 2791.42 s [hls-test-utils] InlineValueParams
  20218. 2791.42 s [hls-test-utils] InlineValueText
  20219. 2791.42 s [hls-test-utils] InlineValueVariableLookup
  20220. 2791.42 s [hls-test-utils] PrepareRenamePlaceholder
  20221. 2791.42 s [hls-test-utils] SelectionRange
  20222. 2791.42 s [hls-test-utils] SemanticTokensOptions
  20223. 2791.42 s [hls-test-utils] SemanticTokensRangeParams
  20224. 2791.42 s [hls-test-utils] SemanticTokensRegistrationOptions
  20225. 2791.42 s [hls-test-utils] TextDocumentContentChangePartial
  20226. 2791.42 s [hls-test-utils] TextEdit
  20227. 2791.42 s [hls-test-utils] PublishDiagnosticsClientCapabilities
  20228. 2791.42 s [hls-test-utils] BaseSymbolInformation
  20229. 2791.42 s [hls-test-utils] SymbolInformation
  20230. 2791.42 s [hls-test-utils] DiagnosticSeverity
  20231. 2791.42 s [hls-test-utils] CreateFile
  20232. 2791.42 s [hls-test-utils] DeleteFile
  20233. 2791.42 s [hls-test-utils] FileCreate
  20234. 2791.42 s [hls-test-utils] FileDelete
  20235. 2791.42 s [hls-test-utils] FileEvent
  20236. 2791.42 s [hls-test-utils] LocationUriOnly
  20237. 2791.42 s [hls-test-utils] NotebookDocument
  20238. 2791.42 s [hls-test-utils] NotebookDocumentIdentifier
  20239. 2791.42 s [hls-test-utils] OptionalVersionedTextDocumentIdentifier
  20240. 2791.42 s [hls-test-utils] PreviousResultId
  20241. 2791.42 s [hls-test-utils] PublishDiagnosticsParams
  20242. 2791.42 s [hls-test-utils] ShowDocumentParams
  20243. 2791.42 s [hls-test-utils] TextDocumentIdentifier
  20244. 2791.42 s [hls-test-utils] TextDocumentItem
  20245. 2791.42 s [hls-test-utils] VersionedNotebookDocumentIdentifier
  20246. 2791.42 s [hls-test-utils] VersionedTextDocumentIdentifier
  20247. 2791.42 s [hls-test-utils] WorkspaceFolder
  20248. 2791.42 s [hls-test-utils] WorkspaceFullDocumentDiagnosticReport
  20249. 2791.42 s [hls-test-utils] WorkspaceUnchangedDocumentDiagnosticReport
  20250. 2791.42 s [hls-test-utils] SemanticTokenAbsolute
  20251. 2791.42 s [hls-test-utils] NotebookCellArrayChange
  20252. 2791.42 s [hls-test-utils] NormalizedFilePath
  20253. 2791.42 s [hls-test-utils] Uri
  20254. 2791.42 s [hls-test-utils] Command
  20255. 2791.42 s [hls-test-utils] ClientInfo
  20256. 2791.42 s [hls-test-utils] MarkdownClientCapabilities
  20257. 2791.42 s [hls-test-utils] RegularExpressionsClientCapabilities
  20258. 2791.42 s [hls-test-utils] ServerInfo
  20259. 2791.42 s [hls-test-utils] positionInRange
  20260. 2791.42 s [hls-test-utils] WorkspaceEdit
  20261. 2791.42 s [hls-test-utils] CodeActionKind
  20262. 2791.42 s [hls-test-utils] ClientCompletionItemOptions
  20263. 2791.42 s [hls-test-utils] toNormalizedFilePath
  20264. 2791.42 s [hls-test-utils] DiagnosticTag
  20265. 2791.42 s [hls-test-utils] RenameFile
  20266. 2791.42 s [hls-test-utils] ResourceOperation
  20267. 2791.42 s [hls-test-utils] InsertReplaceEdit
  20268. 2791.42 s [hls-test-utils] ApplyWorkspaceEditParams
  20269. 2791.42 s [hls-test-utils] ChangeAnnotation
  20270. 2791.42 s [hls-test-utils] ColorPresentation
  20271. 2791.42 s [hls-test-utils] DocumentSymbolOptions
  20272. 2791.42 s [hls-test-utils] DocumentSymbolRegistrationOptions
  20273. 2791.42 s [hls-test-utils] ParameterInformation
  20274. 2791.42 s [hls-test-utils] SignatureInformation
  20275. 2791.42 s [hls-test-utils] ApplyWorkspaceEditResult
  20276. 2791.42 s [hls-test-utils] FileSystemWatcher
  20277. 2791.42 s [hls-test-utils] FoldingRange
  20278. 2791.42 s [hls-test-utils] FullDocumentDiagnosticReport
  20279. 2791.42 s [hls-test-utils] MarkupContent
  20280. 2791.42 s [hls-test-utils] Moniker
  20281. 2791.42 s [hls-test-utils] NotebookCell
  20282. 2791.42 s [hls-test-utils] RelatedFullDocumentDiagnosticReport
  20283. 2791.42 s [hls-test-utils] RelatedUnchangedDocumentDiagnosticReport
  20284. 2791.42 s [hls-test-utils] UnchangedDocumentDiagnosticReport
  20285. 2791.42 s [hls-test-utils] CallHierarchyClientCapabilities
  20286. 2791.42 s [hls-test-utils] CodeActionClientCapabilities
  20287. 2791.42 s [hls-test-utils] CodeLensClientCapabilities
  20288. 2791.42 s [hls-test-utils] CompletionClientCapabilities
  20289. 2791.42 s [hls-test-utils] DeclarationClientCapabilities
  20290. 2791.42 s [hls-test-utils] DefinitionClientCapabilities
  20291. 2791.42 s [hls-test-utils] DiagnosticClientCapabilities
  20292. 2791.42 s [hls-test-utils] DidChangeConfigurationClientCapabilities
  20293. 2791.42 s [hls-test-utils] DidChangeWatchedFilesClientCapabilities
  20294. 2791.42 s [hls-test-utils] DocumentColorClientCapabilities
  20295. 2791.42 s [hls-test-utils] DocumentFormattingClientCapabilities
  20296. 2791.42 s [hls-test-utils] DocumentHighlightClientCapabilities
  20297. 2791.42 s [hls-test-utils] DocumentLinkClientCapabilities
  20298. 2791.42 s [hls-test-utils] DocumentOnTypeFormattingClientCapabilities
  20299. 2791.42 s [hls-test-utils] DocumentRangeFormattingClientCapabilities
  20300. 2791.42 s [hls-test-utils] DocumentSymbolClientCapabilities
  20301. 2791.42 s [hls-test-utils] ExecuteCommandClientCapabilities
  20302. 2791.42 s [hls-test-utils] FileOperationClientCapabilities
  20303. 2791.42 s [hls-test-utils] FoldingRangeClientCapabilities
  20304. 2791.42 s [hls-test-utils] HoverClientCapabilities
  20305. 2791.42 s [hls-test-utils] ImplementationClientCapabilities
  20306. 2791.42 s [hls-test-utils] InlayHintClientCapabilities
  20307. 2791.42 s [hls-test-utils] InlineValueClientCapabilities
  20308. 2791.42 s [hls-test-utils] LinkedEditingRangeClientCapabilities
  20309. 2791.42 s [hls-test-utils] MonikerClientCapabilities
  20310. 2791.42 s [hls-test-utils] NotebookDocumentSyncClientCapabilities
  20311. 2791.42 s [hls-test-utils] ReferenceClientCapabilities
  20312. 2791.42 s [hls-test-utils] RenameClientCapabilities
  20313. 2791.42 s [hls-test-utils] SelectionRangeClientCapabilities
  20314. 2791.42 s [hls-test-utils] SemanticTokensClientCapabilities
  20315. 2791.42 s [hls-test-utils] SignatureHelpClientCapabilities
  20316. 2791.42 s [hls-test-utils] TextDocumentSyncClientCapabilities
  20317. 2791.42 s [hls-test-utils] TypeDefinitionClientCapabilities
  20318. 2791.42 s [hls-test-utils] TypeHierarchyClientCapabilities
  20319. 2791.42 s [hls-test-utils] WorkspaceSymbolClientCapabilities
  20320. 2791.42 s [hls-test-utils] CallHierarchyIncomingCall
  20321. 2791.42 s [hls-test-utils] CallHierarchyOutgoingCall
  20322. 2791.42 s [hls-test-utils] CallHierarchyIncomingCallsParams
  20323. 2791.42 s [hls-test-utils] CallHierarchyOutgoingCallsParams
  20324. 2791.42 s [hls-test-utils] TypeHierarchySubtypesParams
  20325. 2791.42 s [hls-test-utils] TypeHierarchySupertypesParams
  20326. 2791.42 s [hls-test-utils] CodeLensParams
  20327. 2791.42 s [hls-test-utils] CompletionParams
  20328. 2791.42 s [hls-test-utils] DeclarationParams
  20329. 2791.42 s [hls-test-utils] DefinitionParams
  20330. 2791.42 s [hls-test-utils] DocumentColorParams
  20331. 2791.42 s [hls-test-utils] DocumentDiagnosticParams
  20332. 2791.42 s [hls-test-utils] DocumentHighlightParams
  20333. 2791.42 s [hls-test-utils] DocumentLinkParams
  20334. 2791.42 s [hls-test-utils] DocumentSymbolParams
  20335. 2791.42 s [hls-test-utils] FoldingRangeParams
  20336. 2791.42 s [hls-test-utils] ImplementationParams
  20337. 2791.42 s [hls-test-utils] MonikerParams
  20338. 2791.42 s [hls-test-utils] PartialResultParams
  20339. 2791.42 s [hls-test-utils] ReferenceParams
  20340. 2791.42 s [hls-test-utils] SelectionRangeParams
  20341. 2791.42 s [hls-test-utils] SemanticTokensDeltaParams
  20342. 2791.42 s [hls-test-utils] SemanticTokensParams
  20343. 2791.42 s [hls-test-utils] TypeDefinitionParams
  20344. 2791.42 s [hls-test-utils] WorkspaceDiagnosticParams
  20345. 2791.42 s [hls-test-utils] WorkspaceSymbolParams
  20346. 2791.42 s [hls-test-utils] CallHierarchyPrepareParams
  20347. 2791.42 s [hls-test-utils] DocumentFormattingParams
  20348. 2791.42 s [hls-test-utils] ExecuteCommandParams
  20349. 2791.42 s [hls-test-utils] HoverParams
  20350. 2791.42 s [hls-test-utils] InitializeParams
  20351. 2791.42 s [hls-test-utils] LinkedEditingRangeParams
  20352. 2791.42 s [hls-test-utils] PrepareRenameParams
  20353. 2791.42 s [hls-test-utils] RenameParams
  20354. 2791.42 s [hls-test-utils] SignatureHelpParams
  20355. 2791.42 s [hls-test-utils] TypeHierarchyPrepareParams
  20356. 2791.42 s [hls-test-utils] UInitializeParams
  20357. 2791.42 s [hls-test-utils] WorkDoneProgressParams
  20358. 2791.42 s [hls-test-utils] CompletionItemLabelDetails
  20359. 2791.42 s [hls-test-utils] TextDocumentClientCapabilities
  20360. 2791.42 s [hls-test-utils] CallHierarchyOptions
  20361. 2791.42 s [hls-test-utils] CallHierarchyRegistrationOptions
  20362. 2791.42 s [hls-test-utils] CodeActionOptions
  20363. 2791.42 s [hls-test-utils] CodeActionRegistrationOptions
  20364. 2791.42 s [hls-test-utils] CodeLensOptions
  20365. 2791.42 s [hls-test-utils] CodeLensRegistrationOptions
  20366. 2791.42 s [hls-test-utils] CompletionOptions
  20367. 2791.42 s [hls-test-utils] CompletionRegistrationOptions
  20368. 2791.42 s [hls-test-utils] DeclarationOptions
  20369. 2791.42 s [hls-test-utils] DeclarationRegistrationOptions
  20370. 2791.42 s [hls-test-utils] DefinitionOptions
  20371. 2791.42 s [hls-test-utils] DefinitionRegistrationOptions
  20372. 2791.42 s [hls-test-utils] DiagnosticOptions
  20373. 2791.42 s [hls-test-utils] DiagnosticRegistrationOptions
  20374. 2791.42 s [hls-test-utils] DocumentColorOptions
  20375. 2791.42 s [hls-test-utils] DocumentColorRegistrationOptions
  20376. 2791.42 s [hls-test-utils] DocumentFormattingOptions
  20377. 2791.42 s [hls-test-utils] DocumentFormattingRegistrationOptions
  20378. 2791.42 s [hls-test-utils] DocumentHighlightOptions
  20379. 2791.42 s [hls-test-utils] DocumentHighlightRegistrationOptions
  20380. 2791.42 s [hls-test-utils] DocumentLinkOptions
  20381. 2791.42 s [hls-test-utils] DocumentLinkRegistrationOptions
  20382. 2791.42 s [hls-test-utils] DocumentRangeFormattingOptions
  20383. 2791.42 s [hls-test-utils] DocumentRangeFormattingRegistrationOptions
  20384. 2791.42 s [hls-test-utils] ExecuteCommandOptions
  20385. 2791.42 s [hls-test-utils] ExecuteCommandRegistrationOptions
  20386. 2791.42 s [hls-test-utils] FoldingRangeOptions
  20387. 2791.42 s [hls-test-utils] FoldingRangeRegistrationOptions
  20388. 2791.42 s [hls-test-utils] HoverOptions
  20389. 2791.42 s [hls-test-utils] HoverRegistrationOptions
  20390. 2791.42 s [hls-test-utils] ImplementationOptions
  20391. 2791.42 s [hls-test-utils] ImplementationRegistrationOptions
  20392. 2791.42 s [hls-test-utils] InlayHintOptions
  20393. 2791.42 s [hls-test-utils] InlayHintRegistrationOptions
  20394. 2791.42 s [hls-test-utils] InlineValueOptions
  20395. 2791.42 s [hls-test-utils] InlineValueRegistrationOptions
  20396. 2791.42 s [hls-test-utils] LinkedEditingRangeOptions
  20397. 2791.42 s [hls-test-utils] LinkedEditingRangeRegistrationOptions
  20398. 2791.42 s [hls-test-utils] MonikerOptions
  20399. 2791.42 s [hls-test-utils] MonikerRegistrationOptions
  20400. 2791.42 s [hls-test-utils] ReferenceOptions
  20401. 2791.42 s [hls-test-utils] ReferenceRegistrationOptions
  20402. 2791.42 s [hls-test-utils] RenameOptions
  20403. 2791.42 s [hls-test-utils] RenameRegistrationOptions
  20404. 2791.42 s [hls-test-utils] SelectionRangeOptions
  20405. 2791.42 s [hls-test-utils] SelectionRangeRegistrationOptions
  20406. 2791.42 s [hls-test-utils] SignatureHelpOptions
  20407. 2791.42 s [hls-test-utils] SignatureHelpRegistrationOptions
  20408. 2791.42 s [hls-test-utils] TypeDefinitionOptions
  20409. 2791.42 s [hls-test-utils] TypeDefinitionRegistrationOptions
  20410. 2791.42 s [hls-test-utils] TypeHierarchyOptions
  20411. 2791.42 s [hls-test-utils] TypeHierarchyRegistrationOptions
  20412. 2791.42 s [hls-test-utils] WindowClientCapabilities
  20413. 2791.42 s [hls-test-utils] WorkDoneProgressOptions
  20414. 2791.42 s [hls-test-utils] WorkspaceSymbolOptions
  20415. 2791.42 s [hls-test-utils] WorkspaceSymbolRegistrationOptions
  20416. 2791.42 s [hls-test-utils] DocumentOnTypeFormattingParams
  20417. 2791.42 s [hls-test-utils] TextDocumentPositionParams
  20418. 2791.42 s [hls-test-utils] ClientCapabilities
  20419. 2791.42 s [hls-test-utils] DidChangeTextDocumentParams
  20420. 2791.42 s [hls-test-utils] DidCloseTextDocumentParams
  20421. 2791.42 s [hls-test-utils] DidOpenTextDocumentParams
  20422. 2791.42 s [hls-test-utils] DidSaveTextDocumentParams
  20423. 2791.42 s [hls-test-utils] TextDocumentEdit
  20424. 2791.42 s [hls-test-utils] WillSaveTextDocumentParams
  20425. 2791.42 s [hls-test-utils] DocumentOnTypeFormattingRegistrationOptions
  20426. 2791.42 s [hls-test-utils] TextDocumentChangeRegistrationOptions
  20427. 2791.42 s [hls-test-utils] TextDocumentRegistrationOptions
  20428. 2791.42 s [hls-test-utils] TextDocumentSaveRegistrationOptions
  20429. 2791.42 s [hls-test-utils] CancelParams
  20430. 2791.42 s [hls-test-utils] NotebookDocumentSyncRegistrationOptions
  20431. 2791.42 s [hls-test-utils] Registration
  20432. 2791.42 s [hls-test-utils] StaticRegistrationOptions
  20433. 2791.42 s [hls-test-utils] Unregistration
  20434. 2791.42 s [hls-test-utils] ChangeAnnotationIdentifier
  20435. 2791.42 s [hls-test-utils] ChangeAnnotationsSupportOptions
  20436. 2791.42 s [hls-test-utils] ServerCapabilities
  20437. 2791.42 s [hls-test-utils] DidChangeNotebookDocumentParams
  20438. 2791.42 s [hls-test-utils] DidCloseNotebookDocumentParams
  20439. 2791.42 s [hls-test-utils] DidOpenNotebookDocumentParams
  20440. 2791.42 s [hls-test-utils] DidSaveNotebookDocumentParams
  20441. 2791.42 s [hls-test-utils] ClientCodeActionKindOptions
  20442. 2791.42 s [hls-test-utils] ClientCompletionItemInsertTextModeOptions
  20443. 2791.42 s [hls-test-utils] ClientCompletionItemOptionsKind
  20444. 2791.42 s [hls-test-utils] ClientDiagnosticsTagOptions
  20445. 2791.42 s [hls-test-utils] ClientFoldingRangeKindOptions
  20446. 2791.42 s [hls-test-utils] ClientSymbolKindOptions
  20447. 2791.42 s [hls-test-utils] ClientSymbolTagOptions
  20448. 2791.42 s [hls-test-utils] CompletionItemTagOptions
  20449. 2791.42 s [hls-test-utils] ClientCodeActionLiteralOptions
  20450. 2791.42 s [hls-test-utils] ClientCodeActionResolveOptions
  20451. 2791.42 s [hls-test-utils] ClientCompletionItemResolveOptions
  20452. 2791.42 s [hls-test-utils] ClientInlayHintResolveOptions
  20453. 2791.42 s [hls-test-utils] ClientSymbolResolveOptions
  20454. 2791.42 s [hls-test-utils] ClientSignatureInformationOptions
  20455. 2791.42 s [hls-test-utils] ServerCompletionItemOptions
  20456. 2791.42 s [hls-test-utils] ClientFoldingRangeOptions
  20457. 2791.42 s [hls-test-utils] ClientSemanticTokensRequestFullDelta
  20458. 2791.42 s [hls-test-utils] SemanticTokensFullDelta
  20459. 2791.42 s [hls-test-utils] ClientShowMessageActionItemOptions
  20460. 2791.42 s [hls-test-utils] ClientSignatureParameterInformationOptions
  20461. 2791.42 s [hls-test-utils] InlayHintLabelPart
  20462. 2791.42 s [hls-test-utils] CodeActionContext
  20463. 2791.42 s [hls-test-utils] WorkspaceClientCapabilities
  20464. 2791.42 s [hls-test-utils] MessageActionItem
  20465. 2791.42 s [hls-test-utils] CompletionContext
  20466. 2791.42 s [hls-test-utils] SignatureHelpContext
  20467. 2791.42 s [hls-test-utils] CodeActionDisabled
  20468. 2791.42 s [hls-test-utils] CodeActionTriggerKind
  20469. 2791.42 s [hls-test-utils] CodeDescription
  20470. 2791.42 s [hls-test-utils] CodeLensWorkspaceClientCapabilities
  20471. 2791.42 s [hls-test-utils] DiagnosticWorkspaceClientCapabilities
  20472. 2791.42 s [hls-test-utils] InlayHintWorkspaceClientCapabilities
  20473. 2791.42 s [hls-test-utils] InlineValueWorkspaceClientCapabilities
  20474. 2791.42 s [hls-test-utils] SemanticTokensWorkspaceClientCapabilities
  20475. 2791.42 s [hls-test-utils] CompletionItemKind
  20476. 2791.42 s [hls-test-utils] CompletionItemTag
  20477. 2791.42 s [hls-test-utils] CompletionList
  20478. 2791.42 s [hls-test-utils] CompletionListCapabilities
  20479. 2791.42 s [hls-test-utils] ConfigurationParams
  20480. 2791.42 s [hls-test-utils] WorkspaceDiagnosticReport
  20481. 2791.42 s [hls-test-utils] WorkspaceDiagnosticReportPartialResult
  20482. 2791.42 s [hls-test-utils] CompletionTriggerKind
  20483. 2791.42 s [hls-test-utils] ConfigurationItem
  20484. 2791.42 s [hls-test-utils] DidChangeConfigurationRegistrationOptions
  20485. 2791.42 s [hls-test-utils] FileOperationPattern
  20486. 2791.42 s [hls-test-utils] CreateFileOptions
  20487. 2791.42 s [hls-test-utils] RenameFileOptions
  20488. 2791.42 s [hls-test-utils] CreateFilesParams
  20489. 2791.42 s [hls-test-utils] DeleteFilesParams
  20490. 2791.42 s [hls-test-utils] RenameFilesParams
  20491. 2791.42 s [hls-test-utils] Declaration
  20492. 2791.42 s [hls-test-utils] DeclarationLink
  20493. 2791.42 s [hls-test-utils] Definition
  20494. 2791.42 s [hls-test-utils] DefinitionLink
  20495. 2791.42 s [hls-test-utils] DeleteFileOptions
  20496. 2791.42 s [hls-test-utils] DiagnosticServerCancellationData
  20497. 2791.42 s [hls-test-utils] DidChangeConfigurationParams
  20498. 2791.42 s [hls-test-utils] TextDocumentSyncOptions
  20499. 2791.42 s [hls-test-utils] DidChangeWatchedFilesParams
  20500. 2791.42 s [hls-test-utils] NotebookDocumentCellContentChanges
  20501. 2791.42 s [hls-test-utils] DidChangeWatchedFilesRegistrationOptions
  20502. 2791.42 s [hls-test-utils] DidChangeWorkspaceFoldersParams
  20503. 2791.42 s [hls-test-utils] TextDocumentContentChangeWholeDocument
  20504. 2791.42 s [hls-test-utils] DocumentDiagnosticReport
  20505. 2791.42 s [hls-test-utils] DocumentDiagnosticReportKind
  20506. 2791.42 s [hls-test-utils] DocumentDiagnosticReportPartialResult
  20507. 2791.42 s [hls-test-utils] DocumentFilter
  20508. 2791.42 s [hls-test-utils] DocumentHighlightKind
  20509. 2791.42 s [hls-test-utils] DocumentOnTypeFormattingOptions
  20510. 2791.42 s [hls-test-utils] DocumentSelector
  20511. 2791.42 s [hls-test-utils] EditRangeWithInsertReplace
  20512. 2791.42 s [hls-test-utils] ErrorCodes
  20513. 2791.42 s [hls-test-utils] ExecutionSummary
  20514. 2791.42 s [hls-test-utils] ShowDocumentResult
  20515. 2791.42 s [hls-test-utils] FailureHandlingKind
  20516. 2791.42 s [hls-test-utils] FileChangeType
  20517. 2791.42 s [hls-test-utils] FileOperationOptions
  20518. 2791.42 s [hls-test-utils] FileOperationFilter
  20519. 2791.42 s [hls-test-utils] NotebookDocumentFilterNotebookType
  20520. 2791.43 s [hls-test-utils] NotebookDocumentFilterPattern
  20521. 2791.43 s [hls-test-utils] NotebookDocumentFilterScheme
  20522. 2791.43 s [hls-test-utils] RelativePattern
  20523. 2791.43 s [hls-test-utils] TextDocumentFilterLanguage
  20524. 2791.43 s [hls-test-utils] TextDocumentFilterPattern
  20525. 2791.43 s [hls-test-utils] TextDocumentFilterScheme
  20526. 2791.43 s [hls-test-utils] FileOperationPatternKind
  20527. 2791.43 s [hls-test-utils] FileOperationPatternOptions
  20528. 2791.43 s [hls-test-utils] FileOperationRegistrationOptions
  20529. 2791.43 s [hls-test-utils] FileRename
  20530. 2791.43 s [hls-test-utils] FoldingRangeKind
  20531. 2791.43 s [hls-test-utils] FormattingOptions
  20532. 2791.43 s [hls-test-utils] SemanticTokensDelta
  20533. 2791.43 s [hls-test-utils] GeneralClientCapabilities
  20534. 2791.43 s [hls-test-utils] GlobPattern
  20535. 2791.43 s [hls-test-utils] InitializeError
  20536. 2791.43 s [hls-test-utils] InitializeResult
  20537. 2791.43 s [hls-test-utils] WorkspaceFoldersInitializeParams
  20538. 2791.43 s [hls-test-utils] WorkspaceOptions
  20539. 2791.43 s [hls-test-utils] InitializedParams
  20540. 2791.43 s [hls-test-utils] InlayHintKind
  20541. 2791.43 s [hls-test-utils] MarkedStringWithLanguage
  20542. 2791.43 s [hls-test-utils] ProgressParams
  20543. 2791.43 s [hls-test-utils] SetTraceParams
  20544. 2791.43 s [hls-test-utils] InlineValue
  20545. 2791.43 s [hls-test-utils] InlineValueContext
  20546. 2791.43 s [hls-test-utils] InsertTextFormat
  20547. 2791.43 s [hls-test-utils] InsertTextMode
  20548. 2791.43 s [hls-test-utils] LSPErrorCodes
  20549. 2791.43 s [hls-test-utils] LanguageKind
  20550. 2791.43 s [hls-test-utils] LinkedEditingRanges
  20551. 2791.43 s [hls-test-utils] LocationLink
  20552. 2791.43 s [hls-test-utils] MarkedString
  20553. 2791.43 s [hls-test-utils] NotebookCellLanguage
  20554. 2791.43 s [hls-test-utils] NotebookCellTextDocumentFilter
  20555. 2791.43 s [hls-test-utils] MarkupKind
  20556. 2791.43 s [hls-test-utils] MessageType
  20557. 2791.43 s [hls-test-utils] MonikerKind
  20558. 2791.43 s [hls-test-utils] NotebookDocumentChangeEvent
  20559. 2791.43 s [hls-test-utils] NotebookDocumentFilterWithCells
  20560. 2791.43 s [hls-test-utils] NotebookDocumentFilterWithNotebook
  20561. 2791.43 s [hls-test-utils] NotebookCellKind
  20562. 2791.43 s [hls-test-utils] NotebookDocumentCellChangeStructure
  20563. 2791.43 s [hls-test-utils] NotebookDocumentClientCapabilities
  20564. 2791.43 s [hls-test-utils] NotebookDocumentFilter
  20565. 2791.43 s [hls-test-utils] NotebookDocumentSyncOptions
  20566. 2791.43 s [hls-test-utils] PositionEncodingKind
  20567. 2791.43 s [hls-test-utils] PrepareRenameDefaultBehavior
  20568. 2791.43 s [hls-test-utils] PrepareRenameResult
  20569. 2791.43 s [hls-test-utils] PrepareSupportDefaultBehavior
  20570. 2791.43 s [hls-test-utils] WorkDoneProgressCancelParams
  20571. 2791.43 s [hls-test-utils] WorkDoneProgressCreateParams
  20572. 2791.43 s [hls-test-utils] ProgressToken
  20573. 2791.43 s [hls-test-utils] ReferenceContext
  20574. 2791.43 s [hls-test-utils] RegistrationParams
  20575. 2791.43 s [hls-test-utils] RegularExpressionEngineKind
  20576. 2791.43 s [hls-test-utils] ResourceOperationKind
  20577. 2791.43 s [hls-test-utils] SaveOptions
  20578. 2791.43 s [hls-test-utils] SemanticTokenModifiers
  20579. 2791.43 s [hls-test-utils] SemanticTokenTypes
  20580. 2791.43 s [hls-test-utils] SemanticTokensLegend
  20581. 2791.43 s [hls-test-utils] SemanticTokenRelative
  20582. 2791.43 s [hls-test-utils] SemanticTokensDeltaPartialResult
  20583. 2791.43 s [hls-test-utils] ShowDocumentClientCapabilities
  20584. 2791.43 s [hls-test-utils] ShowMessageRequestClientCapabilities
  20585. 2791.43 s [hls-test-utils] SignatureHelp
  20586. 2791.43 s [hls-test-utils] SignatureHelpTriggerKind
  20587. 2791.43 s [hls-test-utils] StaleRequestSupportOptions
  20588. 2791.43 s [hls-test-utils] SymbolKind
  20589. 2791.43 s [hls-test-utils] SymbolTag
  20590. 2791.43 s [hls-test-utils] TextDocumentContentChangeEvent
  20591. 2791.43 s [hls-test-utils] TextDocumentFilter
  20592. 2791.43 s [hls-test-utils] TextDocumentSaveReason
  20593. 2791.43 s [hls-test-utils] TextDocumentSyncKind
  20594. 2791.43 s [hls-test-utils] TokenFormat
  20595. 2791.43 s [hls-test-utils] TraceValue
  20596. 2791.43 s [hls-test-utils] UniquenessLevel
  20597. 2791.43 s [hls-test-utils] UnregistrationParams
  20598. 2791.43 s [hls-test-utils] WatchKind
  20599. 2791.43 s [hls-test-utils] WorkspaceDocumentDiagnosticReport
  20600. 2791.43 s [hls-test-utils] WorkspaceEditClientCapabilities
  20601. 2791.43 s [hls-test-utils] WorkspaceFoldersChangeEvent
  20602. 2791.43 s [hls-test-utils] WorkspaceFoldersServerCapabilities
  20603. 2791.43 s [hls-test-utils] codeActionKindSubsumes
  20604. 2791.43 s [hls-test-utils] .:!?
  20605. 2791.43 s [hls-test-utils] .=?
  20606. 2791.43 s [hls-test-utils] _L
  20607. 2791.43 s [hls-test-utils] _R
  20608. 2791.43 s [hls-test-utils] absorbNull
  20609. 2791.43 s [hls-test-utils] maybeToNull
  20610. 2791.43 s [hls-test-utils] nullToMaybe
  20611. 2791.43 s [hls-test-utils] toEither
  20612. 2791.43 s [hls-test-utils] DocumentChange
  20613. 2791.43 s [hls-test-utils] _versionedTextDocumentIdentifier
  20614. 2791.43 s [hls-test-utils] applyTextEdit
  20615. 2791.43 s [hls-test-utils] editTextEdit
  20616. 2791.43 s [hls-test-utils] isSubrangeOf
  20617. 2791.43 s [hls-test-utils] mkRange
  20618. 2791.43 s [hls-test-utils] AsLspEnum
  20619. 2791.43 s [hls-test-utils] LspEnum
  20620. 2791.43 s [hls-test-utils] EnumBaseType
  20621. 2791.43 s [hls-test-utils] LspOpenEnum
  20622. 2791.43 s [hls-test-utils] mkMarkdown
  20623. 2791.43 s [hls-test-utils] mkMarkdownCodeBlock
  20624. 2791.43 s [hls-test-utils] mkPlainText
  20625. 2791.43 s [hls-test-utils] plainTextToMarkdown
  20626. 2791.43 s [hls-test-utils] sectionSeparator
  20627. 2791.43 s [hls-test-utils] _workDoneProgressBegin
  20628. 2791.43 s [hls-test-utils] _workDoneProgressEnd
  20629. 2791.43 s [hls-test-utils] _workDoneProgressReport
  20630. 2791.43 s [hls-test-utils] absolutizeTokens
  20631. 2791.43 s [hls-test-utils] computeEdits
  20632. 2791.43 s [hls-test-utils] defaultSemanticTokensLegend
  20633. 2791.43 s [hls-test-utils] encodeTokens
  20634. 2791.43 s [hls-test-utils] makeSemanticTokens
  20635. 2791.43 s [hls-test-utils] makeSemanticTokensDelta
  20636. 2791.43 s [hls-test-utils] relativizeTokens
  20637. 2791.43 s [hls-test-utils] AString
  20638. 2791.43 s [hls-test-utils] AnInteger
  20639. 2791.43 s [hls-test-utils] emptyNormalizedFilePath
  20640. 2791.43 s [hls-test-utils] filePathToUri
  20641. 2791.43 s [hls-test-utils] normalizedFilePathToUri
  20642. 2791.43 s [hls-test-utils] platformAwareFilePathToUri
  20643. 2791.43 s [hls-test-utils] platformAwareUriToFilePath
  20644. 2791.43 s [hls-test-utils] uriToFilePath
  20645. 2791.43 s [hls-test-utils] uriToNormalizedFilePath
  20646. 2791.43 s [hls-test-utils] normalizedFilePathToOsPath
  20647. 2791.43 s [hls-test-utils] osPathToNormalizedFilePath
  20648. 2791.43 s [hls-test-utils] combineWatchKinds
  20649. 2791.43 s [hls-test-utils] containsChange
  20650. 2791.43 s [hls-test-utils] containsCreate
  20651. 2791.43 s [hls-test-utils] containsDelete
  20652. 2791.43 s [hls-test-utils] ResponseError
  20653. 2791.43 s [hls-test-utils] TResponseError
  20654. 2791.43 s [hls-test-utils] Method
  20655. 2791.43 s [hls-test-utils] runEq
  20656. 2791.43 s [hls-test-utils] TRegistration
  20657. 2791.43 s [hls-test-utils] TUnregistration
  20658. 2791.43 s [hls-test-utils] RequestMessage
  20659. 2791.43 s [hls-test-utils] ResponseMessage
  20660. 2791.43 s [hls-test-utils] TRequestMessage
  20661. 2791.43 s [hls-test-utils] TResponseMessage
  20662. 2791.43 s [hls-test-utils] NotificationMessage
  20663. 2791.43 s [hls-test-utils] TNotificationMessage
  20664. 2791.43 s [hls-test-utils] ErrorData
  20665. 2791.43 s [hls-test-utils] MessageParams
  20666. 2791.43 s [hls-test-utils] MessageResult
  20667. 2791.43 s [hls-test-utils] RegistrationOptions
  20668. 2791.43 s [hls-test-utils] SMethod
  20669. 2791.43 s [hls-test-utils] LspId
  20670. 2791.43 s [hls-test-utils] MessageDirection
  20671. 2791.43 s [hls-test-utils] MessageKind
  20672. 2791.43 s [hls-test-utils] SClientMethod
  20673. 2791.43 s [hls-test-utils] SomeMethod
  20674. 2791.43 s [hls-test-utils] messageDirection
  20675. 2791.43 s [hls-test-utils] methodStringToSomeMethod
  20676. 2791.43 s [hls-test-utils] someMethodToMethodString
  20677. 2791.43 s [hls-test-utils] SMessageDirection
  20678. 2791.43 s [hls-test-utils] SomeClientMethod
  20679. 2791.43 s [hls-test-utils] SomeServerMethod
  20680. 2791.43 s [hls-test-utils] isOptionalMethod
  20681. 2791.43 s [hls-test-utils] someClientMethod
  20682. 2791.43 s [hls-test-utils] someServerMethod
  20683. 2791.43 s [hls-test-utils] SServerMethod
  20684. 2791.43 s [hls-test-utils] SomeLspId
  20685. 2791.43 s [hls-test-utils] SMessageKind
  20686. 2791.43 s [hls-test-utils] messageKind
  20687. 2791.43 s [hls-test-utils] SomeRegistration
  20688. 2791.43 s [hls-test-utils] SomeUnregistration
  20689. 2791.43 s [hls-test-utils] regHelper
  20690. 2791.43 s [hls-test-utils] toSomeRegistration
  20691. 2791.43 s [hls-test-utils] toSomeUnregistration
  20692. 2791.43 s [hls-test-utils] toUntypedRegistration
  20693. 2791.43 s [hls-test-utils] toUntypedUnregistration
  20694. 2791.43 s [hls-test-utils] TCustomMessage
  20695. 2791.43 s [hls-test-utils] addNullField
  20696. 2791.43 s [hls-test-utils] toUntypedResponseError
  20697. 2791.43 s [hls-test-utils] TClientMessage
  20698. 2791.43 s [hls-test-utils] TMessage
  20699. 2791.43 s [hls-test-utils] TServerMessage
  20700. 2791.43 s [hls-test-utils] FromServerMessage'
  20701. 2791.43 s [hls-test-utils] ClientNotOrReq
  20702. 2791.43 s [hls-test-utils] CustomEq
  20703. 2791.43 s [hls-test-utils] FromClientMessage'
  20704. 2791.43 s [hls-test-utils] FromClientMessage
  20705. 2791.43 s [hls-test-utils] FromServerMessage
  20706. 2791.43 s [hls-test-utils] HasJSON
  20707. 2791.43 s [hls-test-utils] ServerNotOrReq
  20708. 2791.43 s [hls-test-utils] LookupFunc
  20709. 2791.43 s [hls-test-utils] clientMethodJSON
  20710. 2791.43 s [hls-test-utils] clientResponseJSON
  20711. 2791.43 s [hls-test-utils] fromClientNot
  20712. 2791.43 s [hls-test-utils] fromClientReq
  20713. 2791.43 s [hls-test-utils] fromServerNot
  20714. 2791.43 s [hls-test-utils] fromServerReq
  20715. 2791.43 s [hls-test-utils] mEqClient
  20716. 2791.43 s [hls-test-utils] mEqServer
  20717. 2791.43 s [hls-test-utils] parseClientMessage
  20718. 2791.43 s [hls-test-utils] parseServerMessage
  20719. 2791.43 s [hls-test-utils] serverMethodJSON
  20720. 2791.43 s [hls-test-utils] serverResponseJSON
  20721. 2791.43 s [hls-test-utils] splitClientMethod
  20722. 2791.43 s [hls-test-utils] splitServerMethod
  20723. 2791.43 s [hls-test-utils] goldenGitDiff (src/Test/Hls.hs:190)
  20724. 2791.43 s [hls-test-utils] goldenWithHaskellDoc (src/Test/Hls.hs:203)
  20725. 2791.43 s [hls-test-utils] goldenWithHaskellDocInTmpDir (src/Test/Hls.hs:216)
  20726. 2791.43 s [hls-test-utils] goldenWithHaskellAndCaps (src/Test/Hls.hs:230)
  20727. 2791.43 s [hls-test-utils] goldenWithHaskellAndCapsInTmpDir (src/Test/Hls.hs:279)
  20728. 2791.43 s [hls-test-utils] goldenWithCabalDoc (src/Test/Hls.hs:306)
  20729. 2791.43 s [hls-test-utils] goldenWithHaskellDocFormatter (src/Test/Hls.hs:594)
  20730. 2791.43 s [hls-test-utils] goldenWithHaskellDocFormatterInTmpDir (src/Test/Hls.hs:642)
  20731. 2791.43 s [hls-test-utils] goldenWithCabalDocFormatter (src/Test/Hls.hs:618)
  20732. 2791.43 s [hls-test-utils] goldenWithCabalDocFormatterInTmpDir (src/Test/Hls.hs:666)
  20733. 2791.43 s [hls-test-utils] goldenWithTestConfig (src/Test/Hls.hs:257)
  20734. 2791.43 s [hls-test-utils] runSessionWithServer (src/Test/Hls.hs:538)
  20735. 2791.43 s [hls-test-utils] runSessionWithServerInTmpDir (src/Test/Hls.hs:505)
  20736. 2791.43 s [hls-test-utils] PluginDescriptor
  20737. 2791.43 s [hls-test-utils] BrokenBehavior (src/Test/Hls.hs:173)
  20738. 2791.43 s [hls-test-utils] ExpectBroken (src/Test/Hls.hs:175)
  20739. 2791.43 s [hls-test-utils] unCurrent (src/Test/Hls.hs:180)
  20740. 2791.43 s [hls-test-utils] waitForTypecheck (src/Test/Hls.hs:870)
  20741. 2791.43 s [hls-test-utils] waitForAction (src/Test/Hls.hs:866)
  20742. 2791.43 s [hls-test-utils] hlsConfigToClientConfig (src/Test/Hls.hs:876)
  20743. 2791.43 s [hls-test-utils] getLastBuildKeys (src/Test/Hls.hs:873)
  20744. 2791.43 s [hls-test-utils] waitForKickDone (src/Test/Hls.hs:901)
  20745. 2791.43 s [hls-test-utils] waitForKickStart (src/Test/Hls.hs:904)
  20746. 2791.43 s [hls-test-utils] WithPriority
  20747. 2791.43 s [hls-test-utils] Priority
  20748. 2791.43 s [hls-test-utils] captureKickDiagnostics (src/Test/Hls.hs:890)
  20749. 2791.43 s [hls-test-utils] kick (src/Test/Hls.hs:914)
  20750. 2791.43 s [hls-test-utils] TestConfig (src/Test/Hls.hs:692)
  20751. 2792.84 s [hls-test-utils] Warning: Test.Hls: could not find link destinations for:
  20752. 2792.84 s [hls-test-utils] - Data.Vector.Unboxed.Base.Unbox
  20753. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasError
  20754. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.error
  20755. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasJsonrpc
  20756. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.jsonrpc
  20757. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasParams
  20758. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.params
  20759. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasResult
  20760. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.result
  20761. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasXdata
  20762. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.xdata
  20763. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActions
  20764. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.actions
  20765. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameter
  20766. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameter
  20767. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameterSupport
  20768. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameterSupport
  20769. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignature
  20770. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignature
  20771. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignatureHelp
  20772. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignatureHelp
  20773. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdded
  20774. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.added
  20775. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalPropertiesSupport
  20776. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalPropertiesSupport
  20777. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalTextEdits
  20778. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalTextEdits
  20779. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllCommitCharacters
  20780. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allCommitCharacters
  20781. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllowedTags
  20782. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allowedTags
  20783. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAlpha
  20784. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.alpha
  20785. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAnnotationId
  20786. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.annotationId
  20787. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplied
  20788. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applied
  20789. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplyEdit
  20790. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applyEdit
  20791. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArguments
  20792. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.arguments
  20793. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArray
  20794. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.array
  20795. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAugmentsSyntaxTokens
  20796. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.augmentsSyntaxTokens
  20797. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  20798. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.baseUri
  20799. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBlue
  20800. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.blue
  20801. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchy
  20802. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchy
  20803. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchyProvider
  20804. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchyProvider
  20805. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancel
  20806. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancel
  20807. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancellable
  20808. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancellable
  20809. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCapabilities
  20810. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.capabilities
  20811. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCaseSensitiveLookup
  20812. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.caseSensitiveLookup
  20813. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCellTextDocuments
  20814. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cellTextDocuments
  20815. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCells
  20816. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cells
  20817. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCh
  20818. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ch
  20819. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChange
  20820. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.change
  20821. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotationSupport
  20822. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotationSupport
  20823. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotations
  20824. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotations
  20825. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeNotifications
  20826. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeNotifications
  20827. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChanges
  20828. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changes
  20829. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCharacter
  20830. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.character
  20831. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChildren
  20832. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.children
  20833. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasClientInfo
  20834. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.clientInfo
  20835. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCode
  20836. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.code
  20837. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeAction
  20838. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeAction
  20839. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKind
  20840. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKind
  20841. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKinds
  20842. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKinds
  20843. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionLiteralSupport
  20844. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionLiteralSupport
  20845. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionProvider
  20846. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionProvider
  20847. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  20848. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescription
  20849. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescriptionSupport
  20850. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescriptionSupport
  20851. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLens
  20852. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLens
  20853. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLensProvider
  20854. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLensProvider
  20855. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCollapsedText
  20856. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.collapsedText
  20857. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColor
  20858. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.color
  20859. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColorProvider
  20860. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.colorProvider
  20861. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommand
  20862. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.command
  20863. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommands
  20864. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commands
  20865. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharacters
  20866. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharacters
  20867. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharactersSupport
  20868. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharactersSupport
  20869. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletion
  20870. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completion
  20871. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItem
  20872. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItem
  20873. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItemKind
  20874. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItemKind
  20875. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionList
  20876. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionList
  20877. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionProvider
  20878. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionProvider
  20879. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasConfiguration
  20880. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.configuration
  20881. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContainerName
  20882. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.containerName
  20883. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentChanges
  20884. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentChanges
  20885. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentFormat
  20886. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentFormat
  20887. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContents
  20888. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contents
  20889. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContext
  20890. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.context
  20891. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContextSupport
  20892. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contextSupport
  20893. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDataSupport
  20894. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dataSupport
  20895. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasData_
  20896. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.data_
  20897. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclaration
  20898. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declaration
  20899. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclarationProvider
  20900. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declarationProvider
  20901. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefaultBehavior
  20902. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.defaultBehavior
  20903. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinition
  20904. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definition
  20905. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinitionProvider
  20906. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definitionProvider
  20907. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeleteCount
  20908. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deleteCount
  20909. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDelta
  20910. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.delta
  20911. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaLine
  20912. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaLine
  20913. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaStartChar
  20914. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaStartChar
  20915. 2792.84 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecated
  20916. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecated
  20917. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecatedSupport
  20918. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecatedSupport
  20919. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDescription
  20920. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.description
  20921. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDetail
  20922. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.detail
  20923. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostic
  20924. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostic
  20925. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnosticProvider
  20926. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnosticProvider
  20927. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  20928. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostics
  20929. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeConfiguration
  20930. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeConfiguration
  20931. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeWatchedFiles
  20932. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeWatchedFiles
  20933. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidClose
  20934. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didClose
  20935. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidCreate
  20936. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didCreate
  20937. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidDelete
  20938. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didDelete
  20939. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidOpen
  20940. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didOpen
  20941. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidRename
  20942. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didRename
  20943. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidSave
  20944. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didSave
  20945. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabled
  20946. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabled
  20947. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabledSupport
  20948. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabledSupport
  20949. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocument
  20950. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.document
  20951. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentChanges
  20952. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentChanges
  20953. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentFormattingProvider
  20954. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentFormattingProvider
  20955. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlight
  20956. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlight
  20957. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlightProvider
  20958. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlightProvider
  20959. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLink
  20960. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLink
  20961. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLinkProvider
  20962. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLinkProvider
  20963. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentOnTypeFormattingProvider
  20964. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentOnTypeFormattingProvider
  20965. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentRangeFormattingProvider
  20966. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentRangeFormattingProvider
  20967. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSelector
  20968. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSelector
  20969. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbol
  20970. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbol
  20971. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbolProvider
  20972. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbolProvider
  20973. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentation
  20974. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentation
  20975. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentationFormat
  20976. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentationFormat
  20977. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDynamicRegistration
  20978. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dynamicRegistration
  20979. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdit
  20980. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edit
  20981. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEditRange
  20982. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.editRange
  20983. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdits
  20984. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edits
  20985. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEnd
  20986. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.end
  20987. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndCharacter
  20988. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endCharacter
  20989. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndLine
  20990. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endLine
  20991. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEngine
  20992. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.engine
  20993. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEvent
  20994. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.event
  20995. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommand
  20996. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommand
  20997. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommandProvider
  20998. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommandProvider
  20999. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionOrder
  21000. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionOrder
  21001. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummary
  21002. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummary
  21003. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummarySupport
  21004. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummarySupport
  21005. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExperimental
  21006. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.experimental
  21007. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExpression
  21008. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.expression
  21009. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExternal
  21010. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.external
  21011. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailedChange
  21012. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failedChange
  21013. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureHandling
  21014. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureHandling
  21015. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureReason
  21016. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureReason
  21017. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFileOperations
  21018. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fileOperations
  21019. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFiles
  21020. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.files
  21021. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilterText
  21022. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filterText
  21023. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilters
  21024. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filters
  21025. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFirstTriggerCharacter
  21026. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.firstTriggerCharacter
  21027. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRange
  21028. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRange
  21029. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeKind
  21030. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeKind
  21031. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeProvider
  21032. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeProvider
  21033. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormats
  21034. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formats
  21035. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormatting
  21036. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formatting
  21037. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrameId
  21038. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.frameId
  21039. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrom
  21040. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.from
  21041. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  21042. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fromRanges
  21043. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFull
  21044. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.full
  21045. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGeneral
  21046. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.general
  21047. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlob
  21048. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.glob
  21049. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlobPattern
  21050. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.globPattern
  21051. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGreen
  21052. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.green
  21053. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGroupsOnLabel
  21054. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.groupsOnLabel
  21055. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHierarchicalDocumentSymbolSupport
  21056. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hierarchicalDocumentSymbolSupport
  21057. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHonorsChangeAnnotations
  21058. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.honorsChangeAnnotations
  21059. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHover
  21060. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hover
  21061. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHoverProvider
  21062. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hoverProvider
  21063. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHref
  21064. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.href
  21065. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasId
  21066. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.id
  21067. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIdentifier
  21068. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.identifier
  21069. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreCase
  21070. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreCase
  21071. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfExists
  21072. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfExists
  21073. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfNotExists
  21074. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfNotExists
  21075. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementation
  21076. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementation
  21077. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementationProvider
  21078. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementationProvider
  21079. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeDeclaration
  21080. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeDeclaration
  21081. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeText
  21082. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeText
  21083. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInitializationOptions
  21084. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.initializationOptions
  21085. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHint
  21086. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHint
  21087. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHintProvider
  21088. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHintProvider
  21089. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValue
  21090. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValue
  21091. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValueProvider
  21092. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValueProvider
  21093. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsert
  21094. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insert
  21095. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertFinalNewline
  21096. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertFinalNewline
  21097. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertReplaceSupport
  21098. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertReplaceSupport
  21099. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertSpaces
  21100. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertSpaces
  21101. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertText
  21102. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertText
  21103. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextFormat
  21104. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextFormat
  21105. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextMode
  21106. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextMode
  21107. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextModeSupport
  21108. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextModeSupport
  21109. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInterFileDependencies
  21110. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.interFileDependencies
  21111. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsIncomplete
  21112. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isIncomplete
  21113. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferred
  21114. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferred
  21115. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferredSupport
  21116. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferredSupport
  21117. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsRetrigger
  21118. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isRetrigger
  21119. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItem
  21120. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.item
  21121. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItemDefaults
  21122. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.itemDefaults
  21123. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItems
  21124. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.items
  21125. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasKind
  21126. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.kind
  21127. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabel
  21128. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.label
  21129. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetails
  21130. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetails
  21131. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetailsSupport
  21132. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetailsSupport
  21133. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelOffsetSupport
  21134. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelOffsetSupport
  21135. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelSupport
  21136. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelSupport
  21137. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguage
  21138. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.language
  21139. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguageId
  21140. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.languageId
  21141. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLegend
  21142. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.legend
  21143. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLength
  21144. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.length
  21145. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLine
  21146. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.line
  21147. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLineFoldingOnly
  21148. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.lineFoldingOnly
  21149. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkSupport
  21150. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkSupport
  21151. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRange
  21152. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRange
  21153. 2792.85 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRangeProvider
  21154. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRangeProvider
  21155. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocale
  21156. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.locale
  21157. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocation
  21158. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.location
  21159. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMarkdown
  21160. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.markdown
  21161. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMatches
  21162. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.matches
  21163. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessage
  21164. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.message
  21165. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessageActionItem
  21166. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.messageActionItem
  21167. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMetadata
  21168. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.metadata
  21169. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMethod
  21170. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.method
  21171. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoniker
  21172. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moniker
  21173. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMonikerProvider
  21174. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.monikerProvider
  21175. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoreTriggerCharacter
  21176. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moreTriggerCharacter
  21177. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMultilineTokenSupport
  21178. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.multilineTokenSupport
  21179. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasName
  21180. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.name
  21181. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNeedsConfirmation
  21182. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.needsConfirmation
  21183. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewName
  21184. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newName
  21185. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewText
  21186. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newText
  21187. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewUri
  21188. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newUri
  21189. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNormalizesLineEndings
  21190. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.normalizesLineEndings
  21191. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebook
  21192. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebook
  21193. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocument
  21194. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocument
  21195. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocumentSync
  21196. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocumentSync
  21197. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookSelector
  21198. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookSelector
  21199. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookType
  21200. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookType
  21201. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOldUri
  21202. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.oldUri
  21203. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnTypeFormatting
  21204. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.onTypeFormatting
  21205. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnly
  21206. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.only
  21207. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOpenClose
  21208. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.openClose
  21209. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOptions
  21210. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.options
  21211. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  21212. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  21213. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverlappingTokenSupport
  21214. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overlappingTokenSupport
  21215. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverwrite
  21216. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overwrite
  21217. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingLeft
  21218. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingLeft
  21219. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingRight
  21220. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingRight
  21221. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameterInformation
  21222. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameterInformation
  21223. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameters
  21224. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameters
  21225. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParent
  21226. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parent
  21227. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParser
  21228. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parser
  21229. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPartialResultToken
  21230. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.partialResultToken
  21231. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPattern
  21232. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.pattern
  21233. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPercentage
  21234. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.percentage
  21235. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPlaceholder
  21236. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.placeholder
  21237. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPosition
  21238. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.position
  21239. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncoding
  21240. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncoding
  21241. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncodings
  21242. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncodings
  21243. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositions
  21244. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positions
  21245. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareProvider
  21246. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareProvider
  21247. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupport
  21248. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupport
  21249. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupportDefaultBehavior
  21250. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupportDefaultBehavior
  21251. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselect
  21252. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselect
  21253. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselectSupport
  21254. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselectSupport
  21255. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultId
  21256. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultId
  21257. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultIds
  21258. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultIds
  21259. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProcessId
  21260. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.processId
  21261. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProperties
  21262. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.properties
  21263. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPublishDiagnostics
  21264. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.publishDiagnostics
  21265. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasQuery
  21266. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.query
  21267. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRange
  21268. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.range
  21269. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeFormatting
  21270. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeFormatting
  21271. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLength
  21272. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLength
  21273. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLimit
  21274. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLimit
  21275. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRanges
  21276. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ranges
  21277. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReason
  21278. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.reason
  21279. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRecursive
  21280. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.recursive
  21281. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRed
  21282. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.red
  21283. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferences
  21284. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.references
  21285. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferencesProvider
  21286. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.referencesProvider
  21287. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRefreshSupport
  21288. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.refreshSupport
  21289. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegisterOptions
  21290. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registerOptions
  21291. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegistrations
  21292. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registrations
  21293. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegularExpressions
  21294. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.regularExpressions
  21295. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocumentSupport
  21296. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocumentSupport
  21297. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  21298. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  21299. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  21300. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedInformation
  21301. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelativePatternSupport
  21302. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relativePatternSupport
  21303. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRemoved
  21304. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.removed
  21305. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRename
  21306. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rename
  21307. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRenameProvider
  21308. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.renameProvider
  21309. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReplace
  21310. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.replace
  21311. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRequests
  21312. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.requests
  21313. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveProvider
  21314. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveProvider
  21315. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveSupport
  21316. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveSupport
  21317. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResourceOperations
  21318. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resourceOperations
  21319. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResultId
  21320. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resultId
  21321. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerCharacters
  21322. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerCharacters
  21323. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerRequest
  21324. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerRequest
  21325. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetry
  21326. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retry
  21327. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetryOnContentModified
  21328. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retryOnContentModified
  21329. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootPath
  21330. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootPath
  21331. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootUri
  21332. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootUri
  21333. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSave
  21334. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.save
  21335. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScheme
  21336. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scheme
  21337. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  21338. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scopeUri
  21339. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSection
  21340. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.section
  21341. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelection
  21342. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selection
  21343. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  21344. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRange
  21345. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRangeProvider
  21346. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRangeProvider
  21347. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokens
  21348. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokens
  21349. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokensProvider
  21350. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokensProvider
  21351. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerCancelSupport
  21352. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverCancelSupport
  21353. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerInfo
  21354. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverInfo
  21355. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSettings
  21356. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.settings
  21357. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSeverity
  21358. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.severity
  21359. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowDocument
  21360. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showDocument
  21361. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowMessage
  21362. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showMessage
  21363. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelp
  21364. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelp
  21365. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelpProvider
  21366. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelpProvider
  21367. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureInformation
  21368. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureInformation
  21369. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatures
  21370. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatures
  21371. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSnippetSupport
  21372. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.snippetSupport
  21373. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSortText
  21374. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.sortText
  21375. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSource
  21376. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.source
  21377. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStaleRequestSupport
  21378. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.staleRequestSupport
  21379. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStart
  21380. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.start
  21381. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartChar
  21382. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startChar
  21383. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartCharacter
  21384. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startCharacter
  21385. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartLine
  21386. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startLine
  21387. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  21388. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  21389. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStructure
  21390. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.structure
  21391. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSuccess
  21392. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.success
  21393. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupport
  21394. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.support
  21395. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupported
  21396. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.supported
  21397. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbol
  21398. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbol
  21399. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbolKind
  21400. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbolKind
  21401. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSyncKind
  21402. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.syncKind
  21403. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSynchronization
  21404. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.synchronization
  21405. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTabSize
  21406. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tabSize
  21407. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTagSupport
  21408. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tagSupport
  21409. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTags
  21410. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tags
  21411. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTakeFocus
  21412. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.takeFocus
  21413. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTarget
  21414. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.target
  21415. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  21416. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetRange
  21417. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  21418. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  21419. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  21420. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetUri
  21421. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasText
  21422. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.text
  21423. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextContent
  21424. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textContent
  21425. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  21426. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocument
  21427. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocumentSync
  21428. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocumentSync
  21429. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdit
  21430. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdit
  21431. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEditText
  21432. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEditText
  21433. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdits
  21434. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdits
  21435. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTitle
  21436. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.title
  21437. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTo
  21438. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.to
  21439. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasToken
  21440. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.token
  21441. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenModifiers
  21442. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenModifiers
  21443. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenType
  21444. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenType
  21445. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenTypes
  21446. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenTypes
  21447. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltip
  21448. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltip
  21449. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltipSupport
  21450. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltipSupport
  21451. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrace
  21452. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trace
  21453. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacter
  21454. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacter
  21455. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacters
  21456. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacters
  21457. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerKind
  21458. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerKind
  21459. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimFinalNewlines
  21460. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimFinalNewlines
  21461. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimTrailingWhitespace
  21462. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimTrailingWhitespace
  21463. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinition
  21464. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinition
  21465. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinitionProvider
  21466. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinitionProvider
  21467. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchy
  21468. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchy
  21469. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchyProvider
  21470. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchyProvider
  21471. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasType_
  21472. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.type_
  21473. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnique
  21474. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unique
  21475. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnregisterations
  21476. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unregisterations
  21477. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUri
  21478. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.uri
  21479. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValue
  21480. 2792.86 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.value
  21481. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValueSet
  21482. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.valueSet
  21483. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVariableName
  21484. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.variableName
  21485. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVerbose
  21486. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.verbose
  21487. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersion
  21488. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.version
  21489. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersionSupport
  21490. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.versionSupport
  21491. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWatchers
  21492. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.watchers
  21493. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillCreate
  21494. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willCreate
  21495. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillDelete
  21496. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willDelete
  21497. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillRename
  21498. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willRename
  21499. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSave
  21500. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSave
  21501. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSaveWaitUntil
  21502. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSaveWaitUntil
  21503. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWindow
  21504. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.window
  21505. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWordPattern
  21506. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.wordPattern
  21507. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneProgress
  21508. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneProgress
  21509. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneToken
  21510. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneToken
  21511. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspace
  21512. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspace
  21513. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceDiagnostics
  21514. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceDiagnostics
  21515. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceEdit
  21516. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceEdit
  21517. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceFolders
  21518. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceFolders
  21519. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceSymbolProvider
  21520. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceSymbolProvider
  21521. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Null
  21522. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.MVector
  21523. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
  21524. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicSet
  21525. 2792.87 s [hls-test-utils] - Data.Vector.Unboxed.Base.MV_Int32
  21526. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Base.basicLength
  21527. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeIndexM
  21528. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
  21529. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeFreeze
  21530. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
  21531. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicLength
  21532. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
  21533. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
  21534. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Base.elemseq
  21535. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicInitialize
  21536. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeCopy
  21537. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
  21538. 2792.87 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeSlice
  21539. 2792.87 s [hls-test-utils] - Data.Vector.Primitive.Vector
  21540. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.Rep_AnnotatedTextEdit
  21541. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier.Rep_ChangeAnnotationIdentifier
  21542. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
  21543. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
  21544. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams.Rep_ApplyWorkspaceEditParams
  21545. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.Rep_WorkspaceEdit
  21546. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextEdit.Rep_TextEdit
  21547. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_|?
  21548. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentEdit.Rep_TextDocumentEdit
  21549. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.Rep_OptionalVersionedTextDocumentIdentifier
  21550. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFile.Rep_CreateFile
  21551. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFileOptions.Rep_CreateFileOptions
  21552. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFile.Rep_RenameFile
  21553. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFileOptions.Rep_RenameFileOptions
  21554. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFile.Rep_DeleteFile
  21555. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFileOptions.Rep_DeleteFileOptions
  21556. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotation.Rep_ChangeAnnotation
  21557. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult.Rep_ApplyWorkspaceEditResult
  21558. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_UInt
  21559. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.BaseSymbolInformation.Rep_BaseSymbolInformation
  21560. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.Rep_SymbolTag
  21561. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.D:R:EnumBaseTypeSymbolKind
  21562. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.Rep_SymbolKind
  21563. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.D:R:EnumBaseTypeSymbolTag
  21564. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities.Rep_CallHierarchyClientCapabilities
  21565. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.Rep_CallHierarchyIncomingCall
  21566. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.Rep_CallHierarchyItem
  21567. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.Rep_CallHierarchyIncomingCallsParams
  21568. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressToken.Rep_ProgressToken
  21569. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
  21570. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
  21571. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_Uri
  21572. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.SystemOS
  21573. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOptions.Rep_CallHierarchyOptions
  21574. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.Rep_CallHierarchyOutgoingCall
  21575. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.Rep_CallHierarchyOutgoingCallsParams
  21576. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.Rep_CallHierarchyPrepareParams
  21577. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.Rep_TextDocumentIdentifier
  21578. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions.Rep_CallHierarchyRegistrationOptions
  21579. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFilter.Rep_DocumentFilter
  21580. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilter.Rep_TextDocumentFilter
  21581. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage.Rep_TextDocumentFilterLanguage
  21582. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme.Rep_TextDocumentFilterScheme
  21583. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern.Rep_TextDocumentFilterPattern
  21584. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter.Rep_NotebookCellTextDocumentFilter
  21585. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter.Rep_NotebookDocumentFilter
  21586. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType.Rep_NotebookDocumentFilterNotebookType
  21587. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme.Rep_NotebookDocumentFilterScheme
  21588. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern.Rep_NotebookDocumentFilterPattern
  21589. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSelector.Rep_DocumentSelector
  21590. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CancelParams.Rep_CancelParams
  21591. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions.Rep_ChangeAnnotationsSupportOptions
  21592. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.Rep_ClientCapabilities
  21593. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities.Rep_WorkspaceClientCapabilities
  21594. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities.Rep_WorkspaceEditClientCapabilities
  21595. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.Rep_ResourceOperationKind
  21596. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.Rep_FailureHandlingKind
  21597. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities.Rep_DidChangeConfigurationClientCapabilities
  21598. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities.Rep_DidChangeWatchedFilesClientCapabilities
  21599. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities.Rep_WorkspaceSymbolClientCapabilities
  21600. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions.Rep_ClientSymbolKindOptions
  21601. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions.Rep_ClientSymbolTagOptions
  21602. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions.Rep_ClientSymbolResolveOptions
  21603. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities.Rep_ExecuteCommandClientCapabilities
  21604. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities.Rep_SemanticTokensWorkspaceClientCapabilities
  21605. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities.Rep_CodeLensWorkspaceClientCapabilities
  21606. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities.Rep_FileOperationClientCapabilities
  21607. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities.Rep_InlineValueWorkspaceClientCapabilities
  21608. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities.Rep_InlayHintWorkspaceClientCapabilities
  21609. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities.Rep_DiagnosticWorkspaceClientCapabilities
  21610. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities.Rep_TextDocumentClientCapabilities
  21611. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities.Rep_TextDocumentSyncClientCapabilities
  21612. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities.Rep_CompletionClientCapabilities
  21613. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.Rep_ClientCompletionItemOptions
  21614. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.Rep_MarkupKind
  21615. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.Rep_CompletionItemTag
  21616. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions.Rep_CompletionItemTagOptions
  21617. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions.Rep_ClientCompletionItemResolveOptions
  21618. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.Rep_InsertTextMode
  21619. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions.Rep_ClientCompletionItemInsertTextModeOptions
  21620. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind.Rep_ClientCompletionItemOptionsKind
  21621. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionListCapabilities.Rep_CompletionListCapabilities
  21622. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverClientCapabilities.Rep_HoverClientCapabilities
  21623. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities.Rep_SignatureHelpClientCapabilities
  21624. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions.Rep_ClientSignatureInformationOptions
  21625. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions.Rep_ClientSignatureParameterInformationOptions
  21626. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities.Rep_DeclarationClientCapabilities
  21627. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities.Rep_DefinitionClientCapabilities
  21628. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities.Rep_TypeDefinitionClientCapabilities
  21629. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities.Rep_ImplementationClientCapabilities
  21630. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities.Rep_ReferenceClientCapabilities
  21631. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities.Rep_DocumentHighlightClientCapabilities
  21632. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities.Rep_DocumentSymbolClientCapabilities
  21633. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities.Rep_CodeActionClientCapabilities
  21634. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.Rep_CodeActionKind
  21635. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions.Rep_ClientCodeActionLiteralOptions
  21636. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions.Rep_ClientCodeActionKindOptions
  21637. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions.Rep_ClientCodeActionResolveOptions
  21638. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities.Rep_CodeLensClientCapabilities
  21639. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities.Rep_DocumentLinkClientCapabilities
  21640. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities.Rep_DocumentColorClientCapabilities
  21641. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities.Rep_DocumentFormattingClientCapabilities
  21642. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities.Rep_DocumentRangeFormattingClientCapabilities
  21643. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities.Rep_DocumentOnTypeFormattingClientCapabilities
  21644. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameClientCapabilities.Rep_RenameClientCapabilities
  21645. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.Rep_PrepareSupportDefaultBehavior
  21646. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities.Rep_FoldingRangeClientCapabilities
  21647. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions.Rep_ClientFoldingRangeKindOptions
  21648. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.Rep_FoldingRangeKind
  21649. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions.Rep_ClientFoldingRangeOptions
  21650. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities.Rep_SelectionRangeClientCapabilities
  21651. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities.Rep_PublishDiagnosticsClientCapabilities
  21652. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.Rep_DiagnosticTag
  21653. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions.Rep_ClientDiagnosticsTagOptions
  21654. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities.Rep_SemanticTokensClientCapabilities
  21655. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions.Rep_ClientSemanticTokensRequestOptions
  21656. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.Rep_TokenFormat
  21657. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta.Rep_ClientSemanticTokensRequestFullDelta
  21658. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities.Rep_LinkedEditingRangeClientCapabilities
  21659. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities.Rep_MonikerClientCapabilities
  21660. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities.Rep_TypeHierarchyClientCapabilities
  21661. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities.Rep_InlineValueClientCapabilities
  21662. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities.Rep_InlayHintClientCapabilities
  21663. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions.Rep_ClientInlayHintResolveOptions
  21664. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities.Rep_DiagnosticClientCapabilities
  21665. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities.Rep_NotebookDocumentClientCapabilities
  21666. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities.Rep_NotebookDocumentSyncClientCapabilities
  21667. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WindowClientCapabilities.Rep_WindowClientCapabilities
  21668. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities.Rep_ShowMessageRequestClientCapabilities
  21669. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions.Rep_ClientShowMessageActionItemOptions
  21670. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities.Rep_ShowDocumentClientCapabilities
  21671. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities.Rep_GeneralClientCapabilities
  21672. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions.Rep_StaleRequestSupportOptions
  21673. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities.Rep_RegularExpressionsClientCapabilities
  21674. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind.Rep_RegularExpressionEngineKind
  21675. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities.Rep_MarkdownClientCapabilities
  21676. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.Rep_PositionEncodingKind
  21677. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.D:R:EnumBaseTypeCodeActionKind
  21678. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.D:R:EnumBaseTypeInsertTextMode
  21679. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.D:R:EnumBaseTypeMarkupKind
  21680. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.D:R:EnumBaseTypeCompletionItemTag
  21681. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.D:R:EnumBaseTypeCompletionItemKind
  21682. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.Rep_CompletionItemKind
  21683. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.D:R:EnumBaseTypeDiagnosticTag
  21684. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.D:R:EnumBaseTypeFoldingRangeKind
  21685. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInfo.Rep_ClientInfo
  21686. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeAction.Rep_CodeAction
  21687. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
  21688. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
  21689. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeDescription.Rep_CodeDescription
  21690. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.Rep_DiagnosticRelatedInformation
  21691. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
  21692. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionDisabled.Rep_CodeActionDisabled
  21693. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Command.Rep_Command
  21694. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionContext.Rep_CodeActionContext
  21695. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.Rep_CodeActionTriggerKind
  21696. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.D:R:EnumBaseTypeCodeActionTriggerKind
  21697. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionOptions.Rep_CodeActionOptions
  21698. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionParams.Rep_CodeActionParams
  21699. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions.Rep_CodeActionRegistrationOptions
  21700. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLens.Rep_CodeLens
  21701. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensOptions.Rep_CodeLensOptions
  21702. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensParams.Rep_CodeLensParams
  21703. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions.Rep_CodeLensRegistrationOptions
  21704. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Color.Rep_Color
  21705. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorInformation.Rep_ColorInformation
  21706. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentation.Rep_ColorPresentation
  21707. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.Rep_ColorPresentationParams
  21708. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionContext.Rep_CompletionContext
  21709. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.Rep_CompletionTriggerKind
  21710. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.D:R:EnumBaseTypeCompletionTriggerKind
  21711. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItem.Rep_CompletionItem
  21712. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails.Rep_CompletionItemLabelDetails
  21713. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupContent.Rep_MarkupContent
  21714. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.Rep_InsertTextFormat
  21715. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.Rep_InsertReplaceEdit
  21716. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.D:R:EnumBaseTypeInsertTextFormat
  21717. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.Rep_CompletionItemDefaults
  21718. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.Rep_EditRangeWithInsertReplace
  21719. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionList.Rep_CompletionList
  21720. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionOptions.Rep_CompletionOptions
  21721. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions.Rep_ServerCompletionItemOptions
  21722. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionParams.Rep_CompletionParams
  21723. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions.Rep_CompletionRegistrationOptions
  21724. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.Rep_ConfigurationItem
  21725. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationParams.Rep_ConfigurationParams
  21726. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFilesParams.Rep_CreateFilesParams
  21727. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileCreate.Rep_FileCreate
  21728. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Declaration.Rep_Declaration
  21729. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationLink.Rep_DeclarationLink
  21730. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationLink.Rep_LocationLink
  21731. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationOptions.Rep_DeclarationOptions
  21732. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationParams.Rep_DeclarationParams
  21733. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions.Rep_DeclarationRegistrationOptions
  21734. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Definition.Rep_Definition
  21735. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionLink.Rep_DefinitionLink
  21736. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionOptions.Rep_DefinitionOptions
  21737. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionParams.Rep_DefinitionParams
  21738. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions.Rep_DefinitionRegistrationOptions
  21739. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFilesParams.Rep_DeleteFilesParams
  21740. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileDelete.Rep_FileDelete
  21741. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
  21742. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticOptions.Rep_DiagnosticOptions
  21743. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions.Rep_DiagnosticRegistrationOptions
  21744. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData.Rep_DiagnosticServerCancellationData
  21745. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.Rep_DidChangeConfigurationParams
  21746. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions.Rep_DidChangeConfigurationRegistrationOptions
  21747. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams.Rep_DidChangeNotebookDocumentParams
  21748. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.Rep_VersionedNotebookDocumentIdentifier
  21749. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent.Rep_NotebookDocumentChangeEvent
  21750. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges.Rep_NotebookDocumentCellChanges
  21751. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure.Rep_NotebookDocumentCellChangeStructure
  21752. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange.Rep_NotebookCellArrayChange
  21753. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCell.Rep_NotebookCell
  21754. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.Rep_NotebookCellKind
  21755. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecutionSummary.Rep_ExecutionSummary
  21756. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.Rep_TextDocumentItem
  21757. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges.Rep_NotebookDocumentCellContentChanges
  21758. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.Rep_VersionedTextDocumentIdentifier
  21759. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.Rep_TextDocumentContentChangeEvent
  21760. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.Rep_TextDocumentContentChangePartial
  21761. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument.Rep_TextDocumentContentChangeWholeDocument
  21762. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams.Rep_DidChangeTextDocumentParams
  21763. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.Rep_DidChangeWatchedFilesParams
  21764. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileEvent.Rep_FileEvent
  21765. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.Rep_FileChangeType
  21766. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions.Rep_DidChangeWatchedFilesRegistrationOptions
  21767. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileSystemWatcher.Rep_FileSystemWatcher
  21768. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.GlobPattern.Rep_GlobPattern
  21769. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Pattern.Rep_Pattern
  21770. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelativePattern.Rep_RelativePattern
  21771. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.Rep_WorkspaceFolder
  21772. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.Rep_WatchKind
  21773. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.Rep_DidChangeWorkspaceFoldersParams
  21774. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent.Rep_WorkspaceFoldersChangeEvent
  21775. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams.Rep_DidCloseNotebookDocumentParams
  21776. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.Rep_NotebookDocumentIdentifier
  21777. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams.Rep_DidCloseTextDocumentParams
  21778. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams.Rep_DidOpenNotebookDocumentParams
  21779. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocument.Rep_NotebookDocument
  21780. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams.Rep_DidOpenTextDocumentParams
  21781. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams.Rep_DidSaveNotebookDocumentParams
  21782. 2792.87 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams.Rep_DidSaveTextDocumentParams
  21783. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorOptions.Rep_DocumentColorOptions
  21784. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorParams.Rep_DocumentColorParams
  21785. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions.Rep_DocumentColorRegistrationOptions
  21786. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams.Rep_DocumentDiagnosticParams
  21787. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport.Rep_DocumentDiagnosticReport
  21788. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.Rep_RelatedFullDocumentDiagnosticReport
  21789. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.Rep_FullDocumentDiagnosticReport
  21790. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.Rep_UnchangedDocumentDiagnosticReport
  21791. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.Rep_RelatedUnchangedDocumentDiagnosticReport
  21792. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.D:R:EnumBaseTypeDocumentDiagnosticReportKind
  21793. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.Rep_DocumentDiagnosticReportKind
  21794. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.Rep_DocumentDiagnosticReportPartialResult
  21795. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions.Rep_DocumentFormattingOptions
  21796. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingParams.Rep_DocumentFormattingParams
  21797. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FormattingOptions.Rep_FormattingOptions
  21798. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions.Rep_DocumentFormattingRegistrationOptions
  21799. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.Rep_DocumentHighlight
  21800. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.Rep_DocumentHighlightKind
  21801. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.D:R:EnumBaseTypeDocumentHighlightKind
  21802. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions.Rep_DocumentHighlightOptions
  21803. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.Rep_DocumentHighlightParams
  21804. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions.Rep_DocumentHighlightRegistrationOptions
  21805. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLink.Rep_DocumentLink
  21806. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkOptions.Rep_DocumentLinkOptions
  21807. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkParams.Rep_DocumentLinkParams
  21808. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions.Rep_DocumentLinkRegistrationOptions
  21809. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions.Rep_DocumentOnTypeFormattingOptions
  21810. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.Rep_DocumentOnTypeFormattingParams
  21811. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions.Rep_DocumentOnTypeFormattingRegistrationOptions
  21812. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions.Rep_DocumentRangeFormattingOptions
  21813. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.Rep_DocumentRangeFormattingParams
  21814. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions.Rep_DocumentRangeFormattingRegistrationOptions
  21815. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.Rep_DocumentSymbol
  21816. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions.Rep_DocumentSymbolOptions
  21817. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolParams.Rep_DocumentSymbolParams
  21818. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions.Rep_DocumentSymbolRegistrationOptions
  21819. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.D:R:EnumBaseTypeErrorCodes
  21820. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.Rep_ErrorCodes
  21821. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions.Rep_ExecuteCommandOptions
  21822. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.Rep_ExecuteCommandParams
  21823. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions.Rep_ExecuteCommandRegistrationOptions
  21824. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.D:R:EnumBaseTypeFailureHandlingKind
  21825. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.D:R:EnumBaseTypeFileChangeType
  21826. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationFilter.Rep_FileOperationFilter
  21827. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPattern.Rep_FileOperationPattern
  21828. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.Rep_FileOperationPatternKind
  21829. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions.Rep_FileOperationPatternOptions
  21830. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationOptions.Rep_FileOperationOptions
  21831. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions.Rep_FileOperationRegistrationOptions
  21832. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.D:R:EnumBaseTypeFileOperationPatternKind
  21833. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileRename.Rep_FileRename
  21834. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.D:R:EnumBaseTypeWatchKind
  21835. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRange.Rep_FoldingRange
  21836. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeOptions.Rep_FoldingRangeOptions
  21837. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeParams.Rep_FoldingRangeParams
  21838. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions.Rep_FoldingRangeRegistrationOptions
  21839. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.D:R:EnumBaseTypePositionEncodingKind
  21840. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Hover.Rep_Hover
  21841. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedString.Rep_MarkedString
  21842. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage.Rep_MarkedStringWithLanguage
  21843. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverOptions.Rep_HoverOptions
  21844. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverParams.Rep_HoverParams
  21845. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions.Rep_HoverRegistrationOptions
  21846. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationOptions.Rep_ImplementationOptions
  21847. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationParams.Rep_ImplementationParams
  21848. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions.Rep_ImplementationRegistrationOptions
  21849. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeError.Rep_InitializeError
  21850. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeParams.Rep_InitializeParams
  21851. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.Rep_TraceValue
  21852. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.D:R:EnumBaseTypeTraceValue
  21853. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeResult.Rep_InitializeResult
  21854. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCapabilities.Rep_ServerCapabilities
  21855. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.Rep_TextDocumentSyncOptions
  21856. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.Rep_TextDocumentSyncKind
  21857. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SaveOptions.Rep_SaveOptions
  21858. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions.Rep_NotebookDocumentSyncOptions
  21859. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook.Rep_NotebookDocumentFilterWithNotebook
  21860. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellLanguage.Rep_NotebookCellLanguage
  21861. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells.Rep_NotebookDocumentFilterWithCells
  21862. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions.Rep_NotebookDocumentSyncRegistrationOptions
  21863. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpOptions.Rep_SignatureHelpOptions
  21864. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions.Rep_TypeDefinitionOptions
  21865. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions.Rep_TypeDefinitionRegistrationOptions
  21866. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceOptions.Rep_ReferenceOptions
  21867. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions.Rep_WorkspaceSymbolOptions
  21868. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameOptions.Rep_RenameOptions
  21869. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeOptions.Rep_SelectionRangeOptions
  21870. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions.Rep_SelectionRangeRegistrationOptions
  21871. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions.Rep_LinkedEditingRangeOptions
  21872. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions.Rep_LinkedEditingRangeRegistrationOptions
  21873. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensOptions.Rep_SemanticTokensOptions
  21874. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensLegend.Rep_SemanticTokensLegend
  21875. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta.Rep_SemanticTokensFullDelta
  21876. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions.Rep_SemanticTokensRegistrationOptions
  21877. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerOptions.Rep_MonikerOptions
  21878. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions.Rep_MonikerRegistrationOptions
  21879. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions.Rep_TypeHierarchyOptions
  21880. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions.Rep_TypeHierarchyRegistrationOptions
  21881. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueOptions.Rep_InlineValueOptions
  21882. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions.Rep_InlineValueRegistrationOptions
  21883. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintOptions.Rep_InlayHintOptions
  21884. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions.Rep_InlayHintRegistrationOptions
  21885. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceOptions.Rep_WorkspaceOptions
  21886. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities.Rep_WorkspaceFoldersServerCapabilities
  21887. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerInfo.Rep_ServerInfo
  21888. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializedParams.Rep_InitializedParams
  21889. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHint.Rep_InlayHint
  21890. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.Rep_InlayHintLabelPart
  21891. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.Rep_InlayHintKind
  21892. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.D:R:EnumBaseTypeInlayHintKind
  21893. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintParams.Rep_InlayHintParams
  21894. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValue.Rep_InlineValue
  21895. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueText.Rep_InlineValueText
  21896. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.Rep_InlineValueVariableLookup
  21897. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.Rep_InlineValueEvaluatableExpression
  21898. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueContext.Rep_InlineValueContext
  21899. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueParams.Rep_InlineValueParams
  21900. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.D:R:EnumBaseTypeLSPErrorCodes
  21901. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.Rep_LSPErrorCodes
  21902. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.D:R:EnumBaseTypeLanguageKind
  21903. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.Rep_LanguageKind
  21904. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.Rep_LinkedEditingRangeParams
  21905. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.Rep_LinkedEditingRanges
  21906. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.Rep_LocationUriOnly
  21907. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogMessageParams.Rep_LogMessageParams
  21908. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.Rep_MessageType
  21909. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.D:R:EnumBaseTypeMessageType
  21910. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogTraceParams.Rep_LogTraceParams
  21911. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageActionItem.Rep_MessageActionItem
  21912. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Moniker.Rep_Moniker
  21913. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.Rep_UniquenessLevel
  21914. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.Rep_MonikerKind
  21915. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.D:R:EnumBaseTypeUniquenessLevel
  21916. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.D:R:EnumBaseTypeMonikerKind
  21917. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerParams.Rep_MonikerParams
  21918. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.D:R:EnumBaseTypeNotebookCellKind
  21919. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ParameterInformation.Rep_ParameterInformation
  21920. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PartialResultParams.Rep_PartialResultParams
  21921. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior.Rep_PrepareRenameDefaultBehavior
  21922. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.Rep_PrepareRenameParams
  21923. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.Rep_PrepareRenamePlaceholder
  21924. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameResult.Rep_PrepareRenameResult
  21925. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.D:R:EnumBaseTypePrepareSupportDefaultBehavior
  21926. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PreviousResultId.Rep_PreviousResultId
  21927. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressParams.Rep_ProgressParams
  21928. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.Rep_PublishDiagnosticsParams
  21929. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceContext.Rep_ReferenceContext
  21930. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceParams.Rep_ReferenceParams
  21931. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions.Rep_ReferenceRegistrationOptions
  21932. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Registration.Rep_Registration
  21933. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegistrationParams.Rep_RegistrationParams
  21934. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFilesParams.Rep_RenameFilesParams
  21935. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameParams.Rep_RenameParams
  21936. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions.Rep_RenameRegistrationOptions
  21937. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperation.Rep_ResourceOperation
  21938. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.D:R:EnumBaseTypeResourceOperationKind
  21939. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRange.Rep_SelectionRange
  21940. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.Rep_SelectionRangeParams
  21941. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.D:R:EnumBaseTypeSemanticTokenModifiers
  21942. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.Rep_SemanticTokenModifiers
  21943. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.D:R:EnumBaseTypeSemanticTokenTypes
  21944. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.Rep_SemanticTokenTypes
  21945. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokens.Rep_SemanticTokens
  21946. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.D:R:EnumBaseTypeTokenFormat
  21947. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDelta.Rep_SemanticTokensDelta
  21948. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensEdit.Rep_SemanticTokensEdit
  21949. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams.Rep_SemanticTokensDeltaParams
  21950. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult.Rep_SemanticTokensDeltaPartialResult
  21951. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensParams.Rep_SemanticTokensParams
  21952. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult.Rep_SemanticTokensPartialResult
  21953. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.Rep_SemanticTokensRangeParams
  21954. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.D:R:EnumBaseTypeTextDocumentSyncKind
  21955. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SetTraceParams.Rep_SetTraceParams
  21956. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.Rep_ShowDocumentParams
  21957. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentResult.Rep_ShowDocumentResult
  21958. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageParams.Rep_ShowMessageParams
  21959. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams.Rep_ShowMessageRequestParams
  21960. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelp.Rep_SignatureHelp
  21961. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureInformation.Rep_SignatureInformation
  21962. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpContext.Rep_SignatureHelpContext
  21963. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.Rep_SignatureHelpTriggerKind
  21964. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.D:R:EnumBaseTypeSignatureHelpTriggerKind
  21965. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.Rep_SignatureHelpParams
  21966. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions.Rep_SignatureHelpRegistrationOptions
  21967. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions.Rep_StaticRegistrationOptions
  21968. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolInformation.Rep_SymbolInformation
  21969. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions.Rep_TextDocumentChangeRegistrationOptions
  21970. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.Rep_TextDocumentPositionParams
  21971. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions.Rep_TextDocumentRegistrationOptions
  21972. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.D:R:EnumBaseTypeTextDocumentSaveReason
  21973. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.Rep_TextDocumentSaveReason
  21974. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions.Rep_TextDocumentSaveRegistrationOptions
  21975. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.Rep_TypeDefinitionParams
  21976. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.Rep_TypeHierarchyItem
  21977. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.Rep_TypeHierarchyPrepareParams
  21978. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams.Rep_TypeHierarchySubtypesParams
  21979. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams.Rep_TypeHierarchySupertypesParams
  21980. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UInitializeParams.Rep_UInitializeParams
  21981. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Unregistration.Rep_Unregistration
  21982. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnregistrationParams.Rep_UnregistrationParams
  21983. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams.Rep_WillSaveTextDocumentParams
  21984. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin.Rep_WorkDoneProgressBegin
  21985. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams.Rep_WorkDoneProgressCancelParams
  21986. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams.Rep_WorkDoneProgressCreateParams
  21987. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd.Rep_WorkDoneProgressEnd
  21988. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions.Rep_WorkDoneProgressOptions
  21989. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams.Rep_WorkDoneProgressParams
  21990. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport.Rep_WorkDoneProgressReport
  21991. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams.Rep_WorkspaceDiagnosticParams
  21992. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport.Rep_WorkspaceDiagnosticReport
  21993. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport.Rep_WorkspaceDocumentDiagnosticReport
  21994. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.Rep_WorkspaceFullDocumentDiagnosticReport
  21995. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.Rep_WorkspaceUnchangedDocumentDiagnosticReport
  21996. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult.Rep_WorkspaceDiagnosticReportPartialResult
  21997. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams.Rep_WorkspaceFoldersInitializeParams
  21998. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.Rep_WorkspaceSymbol
  21999. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.Rep_WorkspaceSymbolParams
  22000. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions.Rep_WorkspaceSymbolRegistrationOptions
  22001. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.LspId.Rep_LspId
  22002. 2792.88 s [hls-test-utils] - Data.IxMap.IxOrd
  22003. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.LspId.D:R:BaseMethodLspId
  22004. 2792.88 s [hls-test-utils] - Data.IxMap.Base
  22005. 2792.88 s [hls-test-utils] - Data.IxMap.toBase
  22006. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TRegistration
  22007. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TUnregistration
  22008. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_NotificationMessage
  22009. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_RequestMessage
  22010. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseError
  22011. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseMessage
  22012. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TNotificationMessage
  22013. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TRequestMessage
  22014. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseError
  22015. 2792.88 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseMessage
  22016. 2792.88 s [hls-test-utils] - Data.Vector.Primitive.Mutable.MVector
  22017. 2792.88 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeThaw
  22018. 2792.88 s [hls-test-utils] - Data.Vector.Unboxed.Base.V_Int32
  22019. 2792.88 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicClear
  22020. 2792.88 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicOverlaps
  22021. 2792.88 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
  22022. 2792.88 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
  22023. 2792.88 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
  22024. 2792.88 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:VectorInt320
  22025. 2792.88 s [hls-test-utils] - Language.LSP.VFS.HasCharacter
  22026. 2792.88 s [hls-test-utils] - Language.LSP.VFS.HasLine
  22027. 2792.88 s [hls-test-utils] - Language.LSP.VFS.HasLsp_version
  22028. 2792.88 s [hls-test-utils] - Language.LSP.VFS.HasVfsMap
  22029. 2807.61 s [hls-test-utils] Documentation created: dist/doc/html/hls-test-utils/,
  22030. 2807.64 s [hls-test-utils] dist/doc/html/hls-test-utils/hls-test-utils.txt
  22031. 2807.67 s [hls-test-utils] Phase: installPhase
  22032. 2807.82 s [hls-test-utils] Installing library in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  22033. 2808.13 s [hls-test-utils] Phase: fixupPhase
  22034. 2808.14 s [hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0
  22035. 2808.14 s [hls-test-utils] shrinking /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT-ghc9.10.2.so
  22036. 2808.23 s [hls-test-utils] checking for references to /build/ in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0...
  22037. 2808.24 s [hls-test-utils] patching script interpreter paths in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0
  22038. 2808.24 s [hls-test-utils] stripping (with command strip and flags -S -p) in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib
  22039. 2808.31 s [hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc
  22040. 2808.32 s [hls-test-utils] checking for references to /build/ in /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc...
  22041. 2808.34 s [hls-test-utils] patching script interpreter paths in /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc
  22042. 2808.60 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0 /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc
  22043. 2809.16 s [post-build-hook] Pushing 2 paths (444 are already present) using zstd to cache sellout ⏳
  22044. 2809.16 s [post-build-hook]
  22045. 2809.53 s [post-build-hook] Pushing /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc (23.80 MiB)
  22046. 2809.68 s [post-build-hook] Pushing /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0 (6.17 MiB)
  22047. 2810.69 s [post-build-hook]
  22048. 2810.69 s [post-build-hook] All done.
  22049. 2810.71 s [post-build-hook] Uploading to the NixCI cache: /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0 /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc
  22050. 2810.74 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22051. 2811.08 s [post-build-hook] copying 2 paths...
  22052. 2811.08 s [post-build-hook] copying path '/nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc' to 'https://cache.nix-ci.com'...
  22053. 2812.69 s [post-build-hook] copying path '/nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0' to 'https://cache.nix-ci.com'...
  22054. 2814.02 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22055. 2814.27 s [post-build-hook] copying 1 paths...
  22056. 2814.27 s [post-build-hook] copying path '/nix/store/rfn24k94wzwpbxjy0c4g1v9py3yisv7p-hls-test-utils-2.12.0.0.drv' to 'https://cache.nix-ci.com'...
  22057. 2814.50 s Progress: 358 of 361 built, 370 of 370 downloaded from cache
  22058. 2814.58 s Building haskell-language-server
  22059. 2815.33 s [haskell-language-server] Phase: setupCompilerEnvironmentPhase
  22060. 2815.33 s [haskell-language-server] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  22061. 2815.95 s [haskell-language-server] Phase: unpackPhase
  22062. 2815.95 s [haskell-language-server] unpacking source archive /nix/store/kqr4dg4wyp0h2dbm7y21zlbp3chihj6k-haskell-language-server-2.12.0.0.tar.gz
  22063. 2815.99 s [haskell-language-server] source root is haskell-language-server-2.12.0.0
  22064. 2816.02 s [haskell-language-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-language-server-2.12.0.0/test/wrapper/Main.hs"
  22065. 2816.02 s [haskell-language-server] Phase: patchPhase
  22066. 2816.03 s [haskell-language-server] Phase: compileBuildDriverPhase
  22067. 2816.03 s [haskell-language-server] setupCompileFlags: -package-db=/build/tmp.wllFA3JmPD/setup-package.conf.d -threaded
  22068. 2816.08 s [haskell-language-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.wllFA3JmPD/Main.o )
  22069. 2816.11 s [haskell-language-server] [2 of 2] Linking Setup
  22070. 2817.16 s [haskell-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
  22071. 2817.18 s [haskell-language-server] Phase: configurePhase
  22072. 2817.18 s [haskell-language-server] configureFlags: --verbose --prefix=/nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.wllFA3JmPD/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/haskell-language-server-2.12.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-hlint --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  22073. 2817.21 s [haskell-language-server] Using Parsec parser
  22074. 2817.21 s [haskell-language-server] Configuring haskell-language-server-2.12.0.0...
  22075. 2817.71 s [haskell-language-server] Flags chosen: alternatenumberformat=True, cabal=True, cabalfmt=True,
  22076. 2817.71 s [haskell-language-server] cabalgild=True, callhierarchy=True, changetypesignature=True, class=True,
  22077. 2817.71 s [haskell-language-server] coderange=True, dynamic=True, eval=True, explicitfields=True,
  22078. 2817.71 s [haskell-language-server] explicitfixity=True, floskell=True, fourmolu=True, gadt=True, ghc-lib=True,
  22079. 2817.71 s [haskell-language-server] ghcide-bench=True, hlint=False, ignore-plugins-ghc-bounds=False,
  22080. 2817.71 s [haskell-language-server] importlens=True, isolatecabalfmttests=False, isolatecabalgildtests=False,
  22081. 2817.71 s [haskell-language-server] modulename=True, notes=True, ormolu=True, overloadedrecorddot=True,
  22082. 2817.71 s [haskell-language-server] pedantic=False, pragmas=True, qualifyimportednames=True, refactor=True,
  22083. 2817.71 s [haskell-language-server] rename=True, retrie=True, semantictokens=True, signaturehelp=True,
  22084. 2817.71 s [haskell-language-server] splice=True, stan=True, stylishhaskell=True, test-exe=True
  22085. 2818.08 s [haskell-language-server] Dependency aeson-pretty: using aeson-pretty-0.8.10
  22086. 2818.08 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22087. 2818.08 s [haskell-language-server] Dependency data-default: using data-default-0.8.0.1
  22088. 2818.08 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22089. 2818.08 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22090. 2818.08 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22091. 2818.08 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22092. 2818.08 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22093. 2818.08 s [haskell-language-server] Dependency githash >=0.1.6.1: using githash-0.1.7.0
  22094. 2818.08 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22095. 2818.08 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22096. 2818.08 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22097. 2818.08 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22098. 2818.08 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22099. 2818.08 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22100. 2818.08 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22101. 2818.08 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22102. 2818.08 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22103. 2818.08 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22104. 2818.08 s [haskell-language-server] haskell-language-server-2.12.0.0
  22105. 2818.08 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22106. 2818.08 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22107. 2818.08 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22108. 2818.08 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22109. 2818.08 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22110. 2818.08 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22111. 2818.08 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22112. 2818.08 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22113. 2818.08 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22114. 2818.08 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22115. 2818.08 s [haskell-language-server] haskell-language-server-2.12.0.0
  22116. 2818.08 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22117. 2818.08 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22118. 2818.08 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22119. 2818.08 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22120. 2818.08 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22121. 2818.08 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22122. 2818.08 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22123. 2818.08 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22124. 2818.08 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22125. 2818.08 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22126. 2818.08 s [haskell-language-server] haskell-language-server-2.12.0.0
  22127. 2818.08 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22128. 2818.08 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22129. 2818.08 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22130. 2818.08 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22131. 2818.08 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22132. 2818.08 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22133. 2818.08 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22134. 2818.08 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22135. 2818.08 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22136. 2818.08 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22137. 2818.08 s [haskell-language-server] haskell-language-server-2.12.0.0
  22138. 2818.08 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22139. 2818.08 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22140. 2818.08 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22141. 2818.08 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22142. 2818.08 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22143. 2818.08 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22144. 2818.08 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22145. 2818.08 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22146. 2818.08 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22147. 2818.08 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22148. 2818.08 s [haskell-language-server] haskell-language-server-2.12.0.0
  22149. 2818.08 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22150. 2818.08 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22151. 2818.08 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22152. 2818.08 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22153. 2818.08 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22154. 2818.08 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22155. 2818.08 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22156. 2818.08 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22157. 2818.08 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22158. 2818.08 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22159. 2818.08 s [haskell-language-server] haskell-language-server-2.12.0.0
  22160. 2818.08 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22161. 2818.08 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22162. 2818.08 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22163. 2818.08 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22164. 2818.08 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22165. 2818.08 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22166. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22167. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22168. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22169. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22170. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22171. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22172. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22173. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22174. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22175. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22176. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22177. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22178. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22179. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22180. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22181. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22182. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22183. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22184. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22185. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22186. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22187. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22188. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22189. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22190. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22191. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22192. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22193. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22194. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22195. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22196. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22197. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22198. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22199. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22200. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22201. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22202. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22203. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22204. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22205. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22206. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22207. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22208. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22209. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22210. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22211. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22212. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22213. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22214. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22215. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22216. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22217. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22218. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22219. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22220. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22221. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22222. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22223. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22224. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22225. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22226. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22227. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22228. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22229. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22230. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22231. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22232. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22233. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22234. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22235. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22236. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22237. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22238. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22239. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22240. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22241. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22242. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22243. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22244. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22245. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22246. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22247. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22248. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22249. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22250. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22251. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22252. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22253. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22254. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22255. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22256. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22257. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22258. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22259. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22260. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22261. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22262. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22263. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22264. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22265. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22266. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22267. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22268. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22269. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22270. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22271. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22272. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22273. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22274. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22275. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22276. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22277. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22278. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22279. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22280. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22281. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22282. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22283. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22284. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22285. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22286. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22287. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22288. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22289. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22290. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22291. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22292. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22293. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22294. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22295. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22296. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22297. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22298. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22299. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22300. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22301. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22302. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22303. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22304. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22305. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22306. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22307. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22308. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22309. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22310. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22311. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22312. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22313. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22314. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22315. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22316. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22317. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22318. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22319. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22320. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22321. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22322. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22323. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22324. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22325. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22326. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22327. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22328. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22329. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22330. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22331. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22332. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22333. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22334. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22335. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22336. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22337. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22338. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22339. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22340. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22341. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22342. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22343. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22344. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22345. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22346. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22347. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22348. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22349. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22350. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22351. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22352. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22353. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22354. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22355. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22356. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22357. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22358. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22359. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22360. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22361. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22362. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22363. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22364. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22365. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22366. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22367. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22368. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22369. 2818.09 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22370. 2818.09 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22371. 2818.09 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22372. 2818.09 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22373. 2818.09 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22374. 2818.09 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22375. 2818.09 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22376. 2818.09 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22377. 2818.09 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22378. 2818.09 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22379. 2818.09 s [haskell-language-server] haskell-language-server-2.12.0.0
  22380. 2818.09 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.17.0
  22381. 2818.09 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22382. 2818.09 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  22383. 2818.09 s [haskell-language-server] Dependency optparse-simple: using optparse-simple-0.1.1.4
  22384. 2818.09 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  22385. 2818.09 s [haskell-language-server] Dependency process: using process-1.6.25.0
  22386. 2818.09 s [haskell-language-server] Dependency text: using text-2.1.2
  22387. 2818.09 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22388. 2818.09 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22389. 2818.09 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22390. 2818.09 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22391. 2818.09 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22392. 2818.09 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22393. 2818.09 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22394. 2818.09 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22395. 2818.09 s [haskell-language-server] Dependency process-extras: using process-extras-0.7.4
  22396. 2818.09 s [haskell-language-server] Dependency text: using text-2.1.2
  22397. 2818.09 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22398. 2818.09 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22399. 2818.09 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22400. 2818.09 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22401. 2818.09 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22402. 2818.09 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22403. 2818.09 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22404. 2818.09 s [haskell-language-server] Dependency process-extras: using process-extras-0.7.4
  22405. 2818.09 s [haskell-language-server] Dependency text: using text-2.1.2
  22406. 2818.09 s [haskell-language-server] Dependency Cabal: using Cabal-3.14.2.0
  22407. 2818.09 s [haskell-language-server] Dependency Cabal-syntax >=3.7: using Cabal-syntax-3.14.2.0
  22408. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22409. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22410. 2818.10 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22411. 2818.10 s [haskell-language-server] Dependency cabal-add >=0.2 && <0.3: using cabal-add-0.2
  22412. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22413. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22414. 2818.10 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22415. 2818.10 s [haskell-language-server] Dependency extra >=1.7.4: using extra-1.8.1
  22416. 2818.10 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22417. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22418. 2818.10 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22419. 2818.10 s [haskell-language-server] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  22420. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22421. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22422. 2818.10 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  22423. 2818.10 s [haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  22424. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22425. 2818.10 s [haskell-language-server] Dependency pretty: using pretty-1.1.3.6
  22426. 2818.10 s [haskell-language-server] Dependency regex-tdfa >=1.3.1 && <1.4: using regex-tdfa-1.3.2.5
  22427. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22428. 2818.10 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22429. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22430. 2818.10 s [haskell-language-server] Dependency unordered-containers >=0.2.10.0: using
  22431. 2818.10 s [haskell-language-server] unordered-containers-0.2.20.1
  22432. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22433. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22434. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22435. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22436. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22437. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22438. 2818.10 s [haskell-language-server] Dependency ghc-exactprint >=1.5 && <1.13.0.0: using ghc-exactprint-1.10.0.0
  22439. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22440. 2818.10 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22441. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22442. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22443. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22444. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22445. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22446. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22447. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22448. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22449. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22450. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22451. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22452. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22453. 2818.10 s [haskell-language-server] Dependency hiedb >=0.7.0.0 && <0.8: using hiedb-0.7.0.0
  22454. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22455. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22456. 2818.10 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22457. 2818.10 s [haskell-language-server] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  22458. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22459. 2818.10 s [haskell-language-server] Dependency Diff >=0.5 && <0.6 || >=1.0.0 && <1.1: using Diff-1.0.2
  22460. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22461. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22462. 2818.10 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22463. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22464. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22465. 2818.10 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22466. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22467. 2818.10 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22468. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22469. 2818.10 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22470. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22471. 2818.10 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22472. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22473. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22474. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22475. 2818.10 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22476. 2818.10 s [haskell-language-server] Dependency megaparsec >=9.0: using megaparsec-9.7.0
  22477. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22478. 2818.10 s [haskell-language-server] Dependency parser-combinators >=1.2: using parser-combinators-1.3.0
  22479. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22480. 2818.10 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22481. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22482. 2818.10 s [haskell-language-server] Dependency unliftio: using unliftio-0.2.25.1
  22483. 2818.10 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22484. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22485. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22486. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22487. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22488. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22489. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22490. 2818.10 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22491. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22492. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22493. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22494. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22495. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22496. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22497. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22498. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22499. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22500. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22501. 2818.10 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22502. 2818.10 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  22503. 2818.10 s [haskell-language-server] haskell-language-server-2.12.0.0
  22504. 2818.10 s [haskell-language-server] Dependency hiedb >=0.7.0.0 && <0.8: using hiedb-0.7.0.0
  22505. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22506. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22507. 2818.10 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22508. 2818.10 s [haskell-language-server] Dependency mod: using mod-0.2.1.0
  22509. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22510. 2818.10 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22511. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22512. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22513. 2818.10 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22514. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22515. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22516. 2818.10 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22517. 2818.10 s [haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
  22518. 2818.10 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22519. 2818.10 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22520. 2818.10 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22521. 2818.10 s [haskell-language-server] Dependency stan >=0.2.1.0: using stan-0.2.1.0
  22522. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22523. 2818.10 s [haskell-language-server] Dependency trial: using trial-0.0.0.0
  22524. 2818.10 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22525. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22526. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22527. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22528. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22529. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22530. 2818.10 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22531. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22532. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22533. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22534. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22535. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22536. 2818.10 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22537. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22538. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22539. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22540. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22541. 2818.10 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22542. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22543. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22544. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22545. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22546. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22547. 2818.10 s [haskell-language-server] Dependency fuzzy: using fuzzy-0.1.1.0
  22548. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22549. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22550. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22551. 2818.10 s [haskell-language-server] Dependency lens-aeson: using lens-aeson-1.2.3
  22552. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22553. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22554. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22555. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22556. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22557. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22558. 2818.10 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22559. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22560. 2818.10 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22561. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22562. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22563. 2818.10 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  22564. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22565. 2818.10 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
  22566. 2818.10 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22567. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22568. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22569. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22570. 2818.10 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22571. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22572. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22573. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22574. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22575. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22576. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22577. 2818.10 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22578. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22579. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22580. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22581. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22582. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22583. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22584. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22585. 2818.10 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22586. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22587. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22588. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22589. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22590. 2818.10 s [haskell-language-server] Dependency semigroupoids: using semigroupoids-6.0.1
  22591. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22592. 2818.10 s [haskell-language-server] Dependency vector: using vector-0.13.2.0
  22593. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22594. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22595. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22596. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22597. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22598. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22599. 2818.10 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22600. 2818.10 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
  22601. 2818.10 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22602. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22603. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22604. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22605. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22606. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22607. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22608. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22609. 2818.10 s [haskell-language-server] Dependency ghc-exactprint: using ghc-exactprint-1.10.0.0
  22610. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22611. 2818.10 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  22612. 2818.10 s [haskell-language-server] haskell-language-server-2.12.0.0
  22613. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22614. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22615. 2818.10 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22616. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22617. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22618. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22619. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22620. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22621. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22622. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22623. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22624. 2818.10 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22625. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22626. 2818.10 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22627. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22628. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22629. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22630. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22631. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22632. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22633. 2818.10 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22634. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22635. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22636. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22637. 2818.10 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22638. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22639. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22640. 2818.10 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22641. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22642. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22643. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22644. 2818.10 s [haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
  22645. 2818.10 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22646. 2818.10 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22647. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22648. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22649. 2818.10 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22650. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22651. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22652. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22653. 2818.10 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22654. 2818.10 s [haskell-language-server] Dependency fourmolu >=0.14 && <0.20: using fourmolu-0.19.0.1
  22655. 2818.10 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22656. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22657. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22658. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22659. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22660. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22661. 2818.10 s [haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
  22662. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22663. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22664. 2818.10 s [haskell-language-server] Dependency yaml: using yaml-0.11.11.2
  22665. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22666. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22667. 2818.10 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22668. 2818.10 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22669. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22670. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22671. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22672. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22673. 2818.10 s [haskell-language-server] Dependency ormolu >=0.5.3 && <0.9: using ormolu-0.8.0.2
  22674. 2818.10 s [haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
  22675. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22676. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22677. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22678. 2818.10 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22679. 2818.10 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22680. 2818.10 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22681. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22682. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22683. 2818.10 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22684. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22685. 2818.10 s [haskell-language-server] Dependency stylish-haskell >=0.12 && <0.16: using stylish-haskell-0.15.1.0
  22686. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22687. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22688. 2818.10 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22689. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22690. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22691. 2818.10 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22692. 2818.10 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22693. 2818.10 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22694. 2818.10 s [haskell-language-server] Dependency ghc-boot: using ghc-boot-9.10.2
  22695. 2818.10 s [haskell-language-server] Dependency ghc-exactprint <1 || >=1.4: using ghc-exactprint-1.10.0.0
  22696. 2818.10 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22697. 2818.10 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22698. 2818.10 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22699. 2818.10 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22700. 2818.10 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22701. 2818.10 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22702. 2818.10 s [haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
  22703. 2818.10 s [haskell-language-server] Dependency regex-applicative: using regex-applicative-0.3.4
  22704. 2818.10 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
  22705. 2818.10 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22706. 2818.10 s [haskell-language-server] Dependency text: using text-2.1.2
  22707. 2818.10 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22708. 2818.10 s [haskell-language-server] Dependency time: using time-1.12.2
  22709. 2818.10 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22710. 2818.10 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22711. 2818.10 s [haskell-language-server] Dependency array: using array-0.5.8.0
  22712. 2818.10 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22713. 2818.10 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22714. 2818.10 s [haskell-language-server] Dependency containers: using containers-0.7
  22715. 2818.10 s [haskell-language-server] Dependency data-default: using data-default-0.8.0.1
  22716. 2818.10 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22717. 2818.10 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22718. 2818.11 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22719. 2818.11 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22720. 2818.11 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22721. 2818.11 s [haskell-language-server] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  22722. 2818.11 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22723. 2818.11 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22724. 2818.11 s [haskell-language-server] Dependency lsp >=2.6: using lsp-2.7.0.1
  22725. 2818.11 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  22726. 2818.11 s [haskell-language-server] Dependency stm: using stm-2.5.3.1
  22727. 2818.11 s [haskell-language-server] Dependency stm-containers: using stm-containers-1.2.1.1
  22728. 2818.11 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22729. 2818.11 s [haskell-language-server] Dependency template-haskell: using template-haskell-2.22.0.0
  22730. 2818.11 s [haskell-language-server] Dependency text: using text-2.1.2
  22731. 2818.11 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22732. 2818.11 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22733. 2818.11 s [haskell-language-server] Dependency array: using array-0.5.8.0
  22734. 2818.11 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22735. 2818.11 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22736. 2818.11 s [haskell-language-server] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  22737. 2818.11 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22738. 2818.11 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22739. 2818.11 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22740. 2818.11 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  22741. 2818.11 s [haskell-language-server] Dependency regex-tdfa >=1.3.1: using regex-tdfa-1.3.2.5
  22742. 2818.11 s [haskell-language-server] Dependency text: using text-2.1.2
  22743. 2818.11 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22744. 2818.11 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22745. 2818.11 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22746. 2818.11 s [haskell-language-server] Dependency async: using async-2.2.5
  22747. 2818.11 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22748. 2818.11 s [haskell-language-server] Dependency binary: using binary-0.8.9.3
  22749. 2818.11 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22750. 2818.11 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22751. 2818.11 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22752. 2818.11 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22753. 2818.11 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22754. 2818.11 s [haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
  22755. 2818.11 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22756. 2818.11 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.12.0.0
  22757. 2818.11 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22758. 2818.11 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  22759. 2818.11 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22760. 2818.11 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  22761. 2818.11 s [haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
  22762. 2818.11 s [haskell-language-server] Dependency process: using process-1.6.25.0
  22763. 2818.11 s [haskell-language-server] Dependency row-types: using row-types-1.0.1.2
  22764. 2818.11 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  22765. 2818.11 s [haskell-language-server] Dependency shake: using shake-0.19.8
  22766. 2818.11 s [haskell-language-server] Dependency text: using text-2.1.2
  22767. 2818.11 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22768. 2818.11 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.12.0.0
  22769. 2818.11 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22770. 2818.11 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22771. 2818.11 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  22772. 2818.11 s [haskell-language-server] Dependency text: using text-2.1.2
  22773. 2818.11 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22774. 2818.11 s [haskell-language-server] Dependency containers: using containers-0.7
  22775. 2818.11 s [haskell-language-server] Dependency data-default: using data-default-0.8.0.1
  22776. 2818.11 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22777. 2818.11 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22778. 2818.11 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22779. 2818.11 s [haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
  22780. 2818.11 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.12.0.0
  22781. 2818.11 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.17.0
  22782. 2818.11 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22783. 2818.11 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22784. 2818.11 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22785. 2818.11 s [haskell-language-server] Dependency text: using text-2.1.2
  22786. 2818.11 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22787. 2818.11 s [haskell-language-server] Dependency unix: using unix-2.8.6.0
  22788. 2818.11 s [haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
  22789. 2818.11 s [haskell-language-server] Dependency base >=4 && <5: using base-4.20.1.0
  22790. 2818.11 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22791. 2818.11 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22792. 2818.11 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22793. 2818.11 s [haskell-language-server] Dependency containers: using containers-0.7
  22794. 2818.11 s [haskell-language-server] Dependency data-default: using data-default-0.8.0.1
  22795. 2818.11 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22796. 2818.11 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22797. 2818.11 s [haskell-language-server] Dependency haskell-language-server:ghcide-bench-lib: using
  22798. 2818.11 s [haskell-language-server] haskell-language-server-2.12.0.0
  22799. 2818.11 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22800. 2818.11 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22801. 2818.11 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.12.0.0
  22802. 2818.11 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22803. 2818.11 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  22804. 2818.11 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22805. 2818.11 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  22806. 2818.11 s [haskell-language-server] Dependency process: using process-1.6.25.0
  22807. 2818.11 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  22808. 2818.11 s [haskell-language-server] Dependency shake: using shake-0.19.8
  22809. 2818.11 s [haskell-language-server] Dependency tasty-hunit >=0.10: using tasty-hunit-0.10.2
  22810. 2818.11 s [haskell-language-server] Dependency text: using text-2.1.2
  22811. 2818.11 s [haskell-language-server] Source component graph:
  22812. 2818.11 s [haskell-language-server] component exe:ghcide-test-preprocessor
  22813. 2818.11 s [haskell-language-server] component lib:hls-stylish-haskell-plugin
  22814. 2818.11 s [haskell-language-server] component lib:hls-stan-plugin
  22815. 2818.11 s [haskell-language-server] component lib:hls-signature-help-plugin
  22816. 2818.11 s [haskell-language-server] component lib:hls-semantic-tokens-plugin
  22817. 2818.11 s [haskell-language-server] component lib:hls-refactor-plugin
  22818. 2818.11 s [haskell-language-server] component lib:hls-rename-plugin dependency lib:hls-refactor-plugin
  22819. 2818.11 s [haskell-language-server] component lib:hls-qualify-imported-names-plugin
  22820. 2818.11 s [haskell-language-server] component lib:hls-pragmas-plugin
  22821. 2818.11 s [haskell-language-server] component lib:hls-overloaded-record-dot-plugin
  22822. 2818.11 s [haskell-language-server] component lib:hls-ormolu-plugin
  22823. 2818.11 s [haskell-language-server] component lib:hls-notes-plugin
  22824. 2818.11 s [haskell-language-server] component lib:hls-module-name-plugin
  22825. 2818.11 s [haskell-language-server] component lib:hls-gadt-plugin dependency lib:hls-refactor-plugin
  22826. 2818.11 s [haskell-language-server] component lib:hls-fourmolu-plugin
  22827. 2818.11 s [haskell-language-server] component lib:hls-explicit-record-fields-plugin
  22828. 2818.11 s [haskell-language-server] component lib:hls-explicit-imports-plugin
  22829. 2818.11 s [haskell-language-server] component lib:hls-explicit-fixity-plugin
  22830. 2818.11 s [haskell-language-server] component lib:hls-eval-plugin
  22831. 2818.11 s [haskell-language-server] component lib:hls-code-range-plugin
  22832. 2818.11 s [haskell-language-server] component lib:hls-class-plugin
  22833. 2818.11 s [haskell-language-server] component lib:hls-change-type-signature-plugin
  22834. 2818.11 s [haskell-language-server] component lib:hls-call-hierarchy-plugin
  22835. 2818.11 s [haskell-language-server] component lib:hls-cabal-plugin
  22836. 2818.11 s [haskell-language-server] component lib:hls-cabal-gild-plugin
  22837. 2818.11 s [haskell-language-server] component lib:hls-cabal-fmt-plugin
  22838. 2818.11 s [haskell-language-server] component lib:hls-alternate-number-format-plugin
  22839. 2818.11 s [haskell-language-server] component lib:ghcide-bench-lib
  22840. 2818.11 s [haskell-language-server] component exe:ghcide-bench dependency lib:ghcide-bench-lib
  22841. 2818.11 s [haskell-language-server] component lib
  22842. 2818.11 s [haskell-language-server] dependency lib:hls-alternate-number-format-plugin
  22843. 2818.11 s [haskell-language-server] dependency lib:hls-cabal-fmt-plugin
  22844. 2818.11 s [haskell-language-server] dependency lib:hls-cabal-gild-plugin
  22845. 2818.11 s [haskell-language-server] dependency lib:hls-cabal-plugin
  22846. 2818.11 s [haskell-language-server] dependency lib:hls-call-hierarchy-plugin
  22847. 2818.11 s [haskell-language-server] dependency lib:hls-change-type-signature-plugin
  22848. 2818.11 s [haskell-language-server] dependency lib:hls-class-plugin
  22849. 2818.11 s [haskell-language-server] dependency lib:hls-code-range-plugin
  22850. 2818.11 s [haskell-language-server] dependency lib:hls-eval-plugin
  22851. 2818.11 s [haskell-language-server] dependency lib:hls-explicit-fixity-plugin
  22852. 2818.11 s [haskell-language-server] dependency lib:hls-explicit-imports-plugin
  22853. 2818.11 s [haskell-language-server] dependency lib:hls-explicit-record-fields-plugin
  22854. 2818.11 s [haskell-language-server] dependency lib:hls-fourmolu-plugin
  22855. 2818.11 s [haskell-language-server] dependency lib:hls-gadt-plugin
  22856. 2818.11 s [haskell-language-server] dependency lib:hls-module-name-plugin
  22857. 2818.11 s [haskell-language-server] dependency lib:hls-notes-plugin
  22858. 2818.11 s [haskell-language-server] dependency lib:hls-ormolu-plugin
  22859. 2818.11 s [haskell-language-server] dependency lib:hls-overloaded-record-dot-plugin
  22860. 2818.11 s [haskell-language-server] dependency lib:hls-pragmas-plugin
  22861. 2818.11 s [haskell-language-server] dependency lib:hls-qualify-imported-names-plugin
  22862. 2818.11 s [haskell-language-server] dependency lib:hls-refactor-plugin
  22863. 2818.11 s [haskell-language-server] dependency lib:hls-rename-plugin
  22864. 2818.11 s [haskell-language-server] dependency lib:hls-semantic-tokens-plugin
  22865. 2818.11 s [haskell-language-server] dependency lib:hls-signature-help-plugin
  22866. 2818.11 s [haskell-language-server] dependency lib:hls-stan-plugin
  22867. 2818.11 s [haskell-language-server] dependency lib:hls-stylish-haskell-plugin
  22868. 2818.11 s [haskell-language-server] component exe:haskell-language-server dependency lib
  22869. 2818.11 s [haskell-language-server] component exe:haskell-language-server-wrapper dependency lib
  22870. 2818.11 s [haskell-language-server] Configured component graph:
  22871. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-2cpIEfvFgBAEOPaQfQW18Q-ghcide-test-preprocessor
  22872. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22873. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  22874. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22875. 2818.11 s [haskell-language-server] include directory-1.3.8.5-159c
  22876. 2818.11 s [haskell-language-server] include filepath-1.5.4.0-8593
  22877. 2818.11 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  22878. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22879. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22880. 2818.11 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  22881. 2818.11 s [haskell-language-server] include mtl-2.3.1-07d6
  22882. 2818.11 s [haskell-language-server] include stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
  22883. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  22884. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  22885. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22886. 2818.11 s [haskell-language-server] include deepseq-1.5.0.0-e166
  22887. 2818.11 s [haskell-language-server] include directory-1.3.8.5-159c
  22888. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22889. 2818.11 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  22890. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22891. 2818.11 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  22892. 2818.11 s [haskell-language-server] include stan-0.2.1.0-GLOZkCf10J7JsaGwzsIkoc
  22893. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  22894. 2818.11 s [haskell-language-server] include trial-0.0.0.0-KPkISSwOXJcEkgws7pQu7C
  22895. 2818.11 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  22896. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  22897. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22898. 2818.11 s [haskell-language-server] include containers-0.7-6571
  22899. 2818.11 s [haskell-language-server] include ghc-9.10.2-2a2a
  22900. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22901. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22902. 2818.11 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  22903. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  22904. 2818.11 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22905. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  22906. 2818.11 s [haskell-language-server] include array-0.5.8.0-cc9a
  22907. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22908. 2818.11 s [haskell-language-server] include bytestring-0.12.2.0-214a
  22909. 2818.11 s [haskell-language-server] include containers-0.7-6571
  22910. 2818.11 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  22911. 2818.11 s [haskell-language-server] include deepseq-1.5.0.0-e166
  22912. 2818.11 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  22913. 2818.11 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  22914. 2818.11 s [haskell-language-server] include ghc-9.10.2-2a2a
  22915. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22916. 2818.11 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  22917. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22918. 2818.11 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22919. 2818.11 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  22920. 2818.11 s [haskell-language-server] include mtl-2.3.1-07d6
  22921. 2818.11 s [haskell-language-server] include stm-2.5.3.1-662c
  22922. 2818.11 s [haskell-language-server] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  22923. 2818.11 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  22924. 2818.11 s [haskell-language-server] include template-haskell-2.22.0.0-58bf
  22925. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  22926. 2818.11 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  22927. 2818.11 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22928. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  22929. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22930. 2818.11 s [haskell-language-server] include bytestring-0.12.2.0-214a
  22931. 2818.11 s [haskell-language-server] include containers-0.7-6571
  22932. 2818.11 s [haskell-language-server] include deepseq-1.5.0.0-e166
  22933. 2818.11 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  22934. 2818.11 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  22935. 2818.11 s [haskell-language-server] include ghc-9.10.2-2a2a
  22936. 2818.11 s [haskell-language-server] include ghc-boot-9.10.2-578d
  22937. 2818.11 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  22938. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22939. 2818.11 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  22940. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22941. 2818.11 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22942. 2818.11 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  22943. 2818.11 s [haskell-language-server] include mtl-2.3.1-07d6
  22944. 2818.11 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  22945. 2818.11 s [haskell-language-server] include regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW
  22946. 2818.11 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  22947. 2818.11 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  22948. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  22949. 2818.11 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  22950. 2818.11 s [haskell-language-server] include time-1.12.2-9680
  22951. 2818.11 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22952. 2818.11 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  22953. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  22954. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22955. 2818.11 s [haskell-language-server] include containers-0.7-6571
  22956. 2818.11 s [haskell-language-server] include ghc-9.10.2-2a2a
  22957. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22958. 2818.11 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  22959. 2818.11 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  22960. 2818.11 s [haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  22961. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22962. 2818.11 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22963. 2818.11 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  22964. 2818.11 s [haskell-language-server] include mod-0.2.1.0-JnWJUf7NwpRDakqw7Fsj0L
  22965. 2818.11 s [haskell-language-server] include mtl-2.3.1-07d6
  22966. 2818.11 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  22967. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  22968. 2818.11 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22969. 2818.11 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  22970. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  22971. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22972. 2818.11 s [haskell-language-server] include containers-0.7-6571
  22973. 2818.11 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  22974. 2818.11 s [haskell-language-server] include ghc-9.10.2-2a2a
  22975. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22976. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22977. 2818.11 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22978. 2818.11 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  22979. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  22980. 2818.11 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  22981. 2818.11 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22982. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  22983. 2818.11 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  22984. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22985. 2818.11 s [haskell-language-server] include containers-0.7-6571
  22986. 2818.11 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  22987. 2818.11 s [haskell-language-server] include fuzzy-0.1.1.0-5qQQWFcQnXt7PSAolRhTRP
  22988. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22989. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22990. 2818.11 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22991. 2818.11 s [haskell-language-server] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  22992. 2818.11 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  22993. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  22994. 2818.11 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22995. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  22996. 2818.11 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  22997. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  22998. 2818.11 s [haskell-language-server] include containers-0.7-6571
  22999. 2818.11 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23000. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23001. 2818.11 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23002. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23003. 2818.11 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23004. 2818.11 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23005. 2818.11 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23006. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  23007. 2818.11 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23008. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  23009. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  23010. 2818.11 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23011. 2818.11 s [haskell-language-server] include filepath-1.5.4.0-8593
  23012. 2818.11 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23013. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23014. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23015. 2818.11 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23016. 2818.11 s [haskell-language-server] include mtl-2.3.1-07d6
  23017. 2818.11 s [haskell-language-server] include ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
  23018. 2818.11 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23019. 2818.11 s [haskell-language-server] include text-2.1.2-7514
  23020. 2818.11 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23021. 2818.11 s [haskell-language-server] component haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23022. 2818.11 s [haskell-language-server] include array-0.5.8.0-cc9a
  23023. 2818.11 s [haskell-language-server] include base-4.20.1.0-f445
  23024. 2818.11 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23025. 2818.11 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23026. 2818.11 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23027. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23028. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23029. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23030. 2818.12 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23031. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23032. 2818.12 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23033. 2818.12 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23034. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  23035. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23036. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23037. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23038. 2818.12 s [haskell-language-server] include filepath-1.5.4.0-8593
  23039. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23040. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23041. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23042. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23043. 2818.12 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23044. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23045. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  23046. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23047. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23048. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23049. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23050. 2818.12 s [haskell-language-server] include ghc-9.10.2-2a2a
  23051. 2818.12 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23052. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23053. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23054. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23055. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23056. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23057. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23058. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23059. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23060. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  23061. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23062. 2818.12 s [haskell-language-server] include filepath-1.5.4.0-8593
  23063. 2818.12 s [haskell-language-server] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  23064. 2818.12 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23065. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23066. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23067. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23068. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23069. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23070. 2818.12 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23071. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23072. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23073. 2818.12 s [haskell-language-server] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  23074. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  23075. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23076. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23077. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23078. 2818.12 s [haskell-language-server] include ghc-9.10.2-2a2a
  23079. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23080. 2818.12 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23081. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23082. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23083. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23084. 2818.12 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23085. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23086. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23087. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  23088. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23089. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23090. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23091. 2818.12 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23092. 2818.12 s [haskell-language-server] include ghc-9.10.2-2a2a
  23093. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23094. 2818.12 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23095. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23096. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23097. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23098. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23099. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23100. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23101. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  23102. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23103. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23104. 2818.12 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23105. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23106. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23107. 2818.12 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23108. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23109. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23110. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23111. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23112. 2818.12 s [haskell-language-server] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  23113. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23114. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23115. 2818.12 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23116. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23117. 2818.12 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23118. 2818.12 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23119. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23120. 2818.12 s [haskell-language-server] include filepath-1.5.4.0-8593
  23121. 2818.12 s [haskell-language-server] include ghc-9.10.2-2a2a
  23122. 2818.12 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23123. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23124. 2818.12 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23125. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23126. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23127. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23128. 2818.12 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23129. 2818.12 s [haskell-language-server] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  23130. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23131. 2818.12 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23132. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23133. 2818.12 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23134. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23135. 2818.12 s [haskell-language-server] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  23136. 2818.12 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23137. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  23138. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23139. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23140. 2818.12 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23141. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23142. 2818.12 s [haskell-language-server] include ghc-9.10.2-2a2a
  23143. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23144. 2818.12 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23145. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23146. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23147. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23148. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23149. 2818.12 s [haskell-language-server] include semigroupoids-6.0.1-IimyjCFUeJKDgiiqyJONIa
  23150. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23151. 2818.12 s [haskell-language-server] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  23152. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23153. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23154. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23155. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23156. 2818.12 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23157. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23158. 2818.12 s [haskell-language-server] include ghc-9.10.2-2a2a
  23159. 2818.12 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23160. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23161. 2818.12 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23162. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23163. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23164. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23165. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23166. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23167. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23168. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  23169. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23170. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23171. 2818.12 s [haskell-language-server] include ghc-9.10.2-2a2a
  23172. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23173. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23174. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23175. 2818.12 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23176. 2818.12 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23177. 2818.12 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23178. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23179. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23180. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23181. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23182. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23183. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23184. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23185. 2818.12 s [haskell-language-server] include ghc-9.10.2-2a2a
  23186. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23187. 2818.12 s [haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  23188. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23189. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23190. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23191. 2818.12 s [haskell-language-server] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  23192. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23193. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  23194. 2818.12 s [haskell-language-server] include Cabal-3.14.2.0-EAEFHnxXxjV4OWxuBw98Rc
  23195. 2818.12 s [haskell-language-server] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  23196. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23197. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23198. 2818.12 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23199. 2818.12 s [haskell-language-server] include cabal-add-0.2-Gg22Owv08cN96dVG2lwyM4
  23200. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23201. 2818.12 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23202. 2818.12 s [haskell-language-server] include directory-1.3.8.5-159c
  23203. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23204. 2818.12 s [haskell-language-server] include filepath-1.5.4.0-8593
  23205. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23206. 2818.12 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23207. 2818.12 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23208. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23209. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23210. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23211. 2818.12 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23212. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23213. 2818.12 s [haskell-language-server] include pretty-1.1.3.6-1177
  23214. 2818.12 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23215. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23216. 2818.12 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23217. 2818.12 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23218. 2818.12 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23219. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  23220. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23221. 2818.12 s [haskell-language-server] include directory-1.3.8.5-159c
  23222. 2818.12 s [haskell-language-server] include filepath-1.5.4.0-8593
  23223. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23224. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23225. 2818.12 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23226. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23227. 2818.12 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23228. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23229. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23230. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23231. 2818.12 s [haskell-language-server] include directory-1.3.8.5-159c
  23232. 2818.12 s [haskell-language-server] include filepath-1.5.4.0-8593
  23233. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23234. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23235. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23236. 2818.12 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23237. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23238. 2818.12 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23239. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23240. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23241. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23242. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23243. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23244. 2818.12 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23245. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23246. 2818.12 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23247. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23248. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23249. 2818.12 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23250. 2818.12 s [haskell-language-server] include mtl-2.3.1-07d6
  23251. 2818.12 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23252. 2818.12 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23253. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23254. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  23255. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23256. 2818.12 s [haskell-language-server] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  23257. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23258. 2818.12 s [haskell-language-server] include binary-0.8.9.3-9c52
  23259. 2818.12 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23260. 2818.12 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23261. 2818.12 s [haskell-language-server] include directory-1.3.8.5-159c
  23262. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23263. 2818.12 s [haskell-language-server] include filepath-1.5.4.0-8593
  23264. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23265. 2818.12 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23266. 2818.12 s [haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  23267. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23268. 2818.12 s [haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  23269. 2818.12 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23270. 2818.12 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23271. 2818.12 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23272. 2818.12 s [haskell-language-server] include process-1.6.25.0-cfae
  23273. 2818.12 s [haskell-language-server] include row-types-1.0.1.2-G4G6NhWe0SIJe4s26PIgvG
  23274. 2818.12 s [haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  23275. 2818.12 s [haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  23276. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23277. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-3yLfk2FZPlQ7EPb7tlHiY4-ghcide-bench
  23278. 2818.12 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23279. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23280. 2818.12 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23281. 2818.12 s [haskell-language-server] include containers-0.7-6571
  23282. 2818.12 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23283. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23284. 2818.12 s [haskell-language-server] include filepath-1.5.4.0-8593
  23285. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  23286. 2818.12 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23287. 2818.12 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23288. 2818.12 s [haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  23289. 2818.12 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23290. 2818.12 s [haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  23291. 2818.12 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23292. 2818.12 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23293. 2818.12 s [haskell-language-server] include process-1.6.25.0-cfae
  23294. 2818.12 s [haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  23295. 2818.12 s [haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  23296. 2818.12 s [haskell-language-server] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  23297. 2818.12 s [haskell-language-server] include text-2.1.2-7514
  23298. 2818.12 s [haskell-language-server] component haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23299. 2818.12 s [haskell-language-server] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  23300. 2818.12 s [haskell-language-server] include base-4.20.1.0-f445
  23301. 2818.12 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23302. 2818.12 s [haskell-language-server] include directory-1.3.8.5-159c
  23303. 2818.12 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23304. 2818.12 s [haskell-language-server] include filepath-1.5.4.0-8593
  23305. 2818.12 s [haskell-language-server] include ghc-9.10.2-2a2a
  23306. 2818.12 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23307. 2818.12 s [haskell-language-server] include githash-0.1.7.0-9MkzSmwgrDu3W3Vm17vUOw
  23308. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23309. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23310. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  23311. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  23312. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23313. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  23314. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23315. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  23316. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23317. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  23318. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  23319. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  23320. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  23321. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  23322. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  23323. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23324. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  23325. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  23326. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  23327. 2818.12 s [haskell-language-server] include haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  23328. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23329. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  23330. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  23331. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  23332. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  23333. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  23334. 2818.13 s [haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  23335. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23336. 2818.13 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23337. 2818.13 s [haskell-language-server] include optparse-simple-0.1.1.4-A2RVTVCn2wa5cruAzIkFuo
  23338. 2818.13 s [haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  23339. 2818.13 s [haskell-language-server] include process-1.6.25.0-cfae
  23340. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23341. 2818.13 s [haskell-language-server] component haskell-language-server-2.12.0.0-Ewj8WwOoCvg5TiwKKm4LUu-haskell-language-server
  23342. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23343. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23344. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23345. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23346. 2818.13 s [haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  23347. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23348. 2818.13 s [haskell-language-server] component haskell-language-server-2.12.0.0-Fr3pqERlEtoTS2ZhfqorA-haskell-language-server-wrapper
  23349. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23350. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23351. 2818.13 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23352. 2818.13 s [haskell-language-server] include directory-1.3.8.5-159c
  23353. 2818.13 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23354. 2818.13 s [haskell-language-server] include filepath-1.5.4.0-8593
  23355. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23356. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23357. 2818.13 s [haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  23358. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23359. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23360. 2818.13 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23361. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23362. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23363. 2818.13 s [haskell-language-server] include unix-2.8.6.0-a0e2
  23364. 2818.13 s [haskell-language-server] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  23365. 2818.13 s [haskell-language-server] Linked component graph:
  23366. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-2cpIEfvFgBAEOPaQfQW18Q-ghcide-test-preprocessor
  23367. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23368. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  23369. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23370. 2818.13 s [haskell-language-server] include directory-1.3.8.5-159c
  23371. 2818.13 s [haskell-language-server] include filepath-1.5.4.0-8593
  23372. 2818.13 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23373. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23374. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23375. 2818.13 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23376. 2818.13 s [haskell-language-server] include mtl-2.3.1-07d6
  23377. 2818.13 s [haskell-language-server] include stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
  23378. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23379. 2818.13 s [haskell-language-server] Ide.Plugin.StylishHaskell=haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin:Ide.Plugin.StylishHaskell
  23380. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  23381. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23382. 2818.13 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23383. 2818.13 s [haskell-language-server] include directory-1.3.8.5-159c
  23384. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23385. 2818.13 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23386. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23387. 2818.13 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23388. 2818.13 s [haskell-language-server] include stan-0.2.1.0-GLOZkCf10J7JsaGwzsIkoc
  23389. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23390. 2818.13 s [haskell-language-server] include trial-0.0.0.0-KPkISSwOXJcEkgws7pQu7C
  23391. 2818.13 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23392. 2818.13 s [haskell-language-server] Ide.Plugin.Stan=haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin:Ide.Plugin.Stan
  23393. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  23394. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23395. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23396. 2818.13 s [haskell-language-server] include ghc-9.10.2-2a2a
  23397. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23398. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23399. 2818.13 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23400. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23401. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23402. 2818.13 s [haskell-language-server] Ide.Plugin.SignatureHelp=haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin:Ide.Plugin.SignatureHelp
  23403. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  23404. 2818.13 s [haskell-language-server] include array-0.5.8.0-cc9a
  23405. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23406. 2818.13 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23407. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23408. 2818.13 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23409. 2818.13 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23410. 2818.13 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23411. 2818.13 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23412. 2818.13 s [haskell-language-server] include ghc-9.10.2-2a2a
  23413. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23414. 2818.13 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23415. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23416. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23417. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23418. 2818.13 s [haskell-language-server] include mtl-2.3.1-07d6
  23419. 2818.13 s [haskell-language-server] include stm-2.5.3.1-662c
  23420. 2818.13 s [haskell-language-server] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  23421. 2818.13 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23422. 2818.13 s [haskell-language-server] include template-haskell-2.22.0.0-58bf
  23423. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23424. 2818.13 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23425. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23426. 2818.13 s [haskell-language-server] Ide.Plugin.SemanticTokens=haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens,Ide.Plugin.SemanticTokens.Mappings=haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Mappings,Ide.Plugin.SemanticTokens.Types=haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Types
  23427. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23428. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23429. 2818.13 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23430. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23431. 2818.13 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23432. 2818.13 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23433. 2818.13 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23434. 2818.13 s [haskell-language-server] include ghc-9.10.2-2a2a
  23435. 2818.13 s [haskell-language-server] include ghc-boot-9.10.2-578d
  23436. 2818.13 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23437. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23438. 2818.13 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23439. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23440. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23441. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23442. 2818.13 s [haskell-language-server] include mtl-2.3.1-07d6
  23443. 2818.13 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23444. 2818.13 s [haskell-language-server] include regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW
  23445. 2818.13 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23446. 2818.13 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23447. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23448. 2818.13 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23449. 2818.13 s [haskell-language-server] include time-1.12.2-9680
  23450. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23451. 2818.13 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23452. 2818.13 s [haskell-language-server] Development.IDE.GHC.Compat.ExactPrint=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.GHC.Compat.ExactPrint,Development.IDE.GHC.Dump=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.GHC.Dump,Development.IDE.GHC.ExactPrint=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.GHC.ExactPrint,Development.IDE.Plugin.CodeAction=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.Plugin.CodeAction,Development.IDE.Plugin.CodeAction.Util=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.Plugin.CodeAction.Util
  23453. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  23454. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23455. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23456. 2818.13 s [haskell-language-server] include ghc-9.10.2-2a2a
  23457. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23458. 2818.13 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23459. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23460. 2818.13 s [haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  23461. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23462. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23463. 2818.13 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23464. 2818.13 s [haskell-language-server] include mod-0.2.1.0-JnWJUf7NwpRDakqw7Fsj0L
  23465. 2818.13 s [haskell-language-server] include mtl-2.3.1-07d6
  23466. 2818.13 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23467. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23468. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23469. 2818.13 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23470. 2818.13 s [haskell-language-server] Ide.Plugin.Rename=haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin:Ide.Plugin.Rename
  23471. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  23472. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23473. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23474. 2818.13 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23475. 2818.13 s [haskell-language-server] include ghc-9.10.2-2a2a
  23476. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23477. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23478. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23479. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23480. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23481. 2818.13 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23482. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23483. 2818.13 s [haskell-language-server] Ide.Plugin.QualifyImportedNames=haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin:Ide.Plugin.QualifyImportedNames
  23484. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  23485. 2818.13 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23486. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23487. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23488. 2818.13 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23489. 2818.13 s [haskell-language-server] include fuzzy-0.1.1.0-5qQQWFcQnXt7PSAolRhTRP
  23490. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23491. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23492. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23493. 2818.13 s [haskell-language-server] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  23494. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23495. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23496. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23497. 2818.13 s [haskell-language-server] Ide.Plugin.Pragmas=haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin:Ide.Plugin.Pragmas
  23498. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  23499. 2818.13 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23500. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23501. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23502. 2818.13 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23503. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23504. 2818.13 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23505. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23506. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23507. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23508. 2818.13 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23509. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23510. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23511. 2818.13 s [haskell-language-server] Ide.Plugin.OverloadedRecordDot=haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin:Ide.Plugin.OverloadedRecordDot
  23512. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  23513. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23514. 2818.13 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23515. 2818.13 s [haskell-language-server] include filepath-1.5.4.0-8593
  23516. 2818.13 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23517. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23518. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23519. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23520. 2818.13 s [haskell-language-server] include mtl-2.3.1-07d6
  23521. 2818.13 s [haskell-language-server] include ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
  23522. 2818.13 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23523. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23524. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23525. 2818.13 s [haskell-language-server] Ide.Plugin.Ormolu=haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin:Ide.Plugin.Ormolu
  23526. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23527. 2818.13 s [haskell-language-server] include array-0.5.8.0-cc9a
  23528. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23529. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23530. 2818.13 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23531. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23532. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23533. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23534. 2818.13 s [haskell-language-server] include mtl-2.3.1-07d6
  23535. 2818.13 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23536. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23537. 2818.13 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23538. 2818.13 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23539. 2818.13 s [haskell-language-server] Ide.Plugin.Notes=haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin:Ide.Plugin.Notes
  23540. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  23541. 2818.13 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23542. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23543. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23544. 2818.13 s [haskell-language-server] include filepath-1.5.4.0-8593
  23545. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23546. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23547. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23548. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23549. 2818.13 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23550. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23551. 2818.13 s [haskell-language-server] Ide.Plugin.ModuleName=haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin:Ide.Plugin.ModuleName
  23552. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  23553. 2818.13 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23554. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23555. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23556. 2818.13 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23557. 2818.13 s [haskell-language-server] include ghc-9.10.2-2a2a
  23558. 2818.13 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23559. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23560. 2818.13 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23561. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23562. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23563. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23564. 2818.13 s [haskell-language-server] include mtl-2.3.1-07d6
  23565. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23566. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23567. 2818.13 s [haskell-language-server] Ide.Plugin.GADT=haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin:Ide.Plugin.GADT
  23568. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  23569. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23570. 2818.13 s [haskell-language-server] include filepath-1.5.4.0-8593
  23571. 2818.13 s [haskell-language-server] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  23572. 2818.13 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23573. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23574. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23575. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23576. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23577. 2818.13 s [haskell-language-server] include mtl-2.3.1-07d6
  23578. 2818.13 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23579. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23580. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23581. 2818.13 s [haskell-language-server] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  23582. 2818.13 s [haskell-language-server] Ide.Plugin.Fourmolu=haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin:Ide.Plugin.Fourmolu
  23583. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  23584. 2818.13 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23585. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23586. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23587. 2818.13 s [haskell-language-server] include ghc-9.10.2-2a2a
  23588. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23589. 2818.13 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23590. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23591. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23592. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23593. 2818.13 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23594. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23595. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23596. 2818.13 s [haskell-language-server] Ide.Plugin.ExplicitFields=haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin:Ide.Plugin.ExplicitFields
  23597. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  23598. 2818.13 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23599. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23600. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23601. 2818.13 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23602. 2818.13 s [haskell-language-server] include ghc-9.10.2-2a2a
  23603. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23604. 2818.13 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23605. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23606. 2818.13 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23607. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23608. 2818.13 s [haskell-language-server] include mtl-2.3.1-07d6
  23609. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23610. 2818.13 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23611. 2818.13 s [haskell-language-server] Ide.Plugin.ExplicitImports=haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin:Ide.Plugin.ExplicitImports
  23612. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  23613. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23614. 2818.13 s [haskell-language-server] include containers-0.7-6571
  23615. 2818.13 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23616. 2818.13 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23617. 2818.13 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23618. 2818.13 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23619. 2818.13 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23620. 2818.13 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23621. 2818.13 s [haskell-language-server] include text-2.1.2-7514
  23622. 2818.13 s [haskell-language-server] Ide.Plugin.ExplicitFixity=haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin:Ide.Plugin.ExplicitFixity
  23623. 2818.13 s [haskell-language-server] unit haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23624. 2818.13 s [haskell-language-server] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  23625. 2818.13 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23626. 2818.13 s [haskell-language-server] include base-4.20.1.0-f445
  23627. 2818.13 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23628. 2818.14 s [haskell-language-server] include containers-0.7-6571
  23629. 2818.14 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23630. 2818.14 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23631. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23632. 2818.14 s [haskell-language-server] include filepath-1.5.4.0-8593
  23633. 2818.14 s [haskell-language-server] include ghc-9.10.2-2a2a
  23634. 2818.14 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23635. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23636. 2818.14 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23637. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23638. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23639. 2818.14 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23640. 2818.14 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23641. 2818.14 s [haskell-language-server] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  23642. 2818.14 s [haskell-language-server] include mtl-2.3.1-07d6
  23643. 2818.14 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23644. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23645. 2818.14 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23646. 2818.14 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23647. 2818.14 s [haskell-language-server] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  23648. 2818.14 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23649. 2818.14 s [haskell-language-server] Ide.Plugin.Eval=haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin:Ide.Plugin.Eval,Ide.Plugin.Eval.Types=haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin:Ide.Plugin.Eval.Types
  23650. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  23651. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23652. 2818.14 s [haskell-language-server] include containers-0.7-6571
  23653. 2818.14 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23654. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23655. 2818.14 s [haskell-language-server] include ghc-9.10.2-2a2a
  23656. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23657. 2818.14 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23658. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23659. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23660. 2818.14 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23661. 2818.14 s [haskell-language-server] include mtl-2.3.1-07d6
  23662. 2818.14 s [haskell-language-server] include semigroupoids-6.0.1-IimyjCFUeJKDgiiqyJONIa
  23663. 2818.14 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23664. 2818.14 s [haskell-language-server] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  23665. 2818.14 s [haskell-language-server] Ide.Plugin.CodeRange=haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin:Ide.Plugin.CodeRange,Ide.Plugin.CodeRange.Rules=haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin:Ide.Plugin.CodeRange.Rules
  23666. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23667. 2818.14 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23668. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23669. 2818.14 s [haskell-language-server] include containers-0.7-6571
  23670. 2818.14 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23671. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23672. 2818.14 s [haskell-language-server] include ghc-9.10.2-2a2a
  23673. 2818.14 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23674. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23675. 2818.14 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23676. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23677. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23678. 2818.14 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23679. 2818.14 s [haskell-language-server] include mtl-2.3.1-07d6
  23680. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23681. 2818.14 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23682. 2818.14 s [haskell-language-server] Ide.Plugin.Class=haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin:Ide.Plugin.Class
  23683. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  23684. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23685. 2818.14 s [haskell-language-server] include containers-0.7-6571
  23686. 2818.14 s [haskell-language-server] include ghc-9.10.2-2a2a
  23687. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23688. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23689. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23690. 2818.14 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23691. 2818.14 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23692. 2818.14 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23693. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23694. 2818.14 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23695. 2818.14 s [haskell-language-server] Ide.Plugin.ChangeTypeSignature=haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin:Ide.Plugin.ChangeTypeSignature
  23696. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23697. 2818.14 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23698. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23699. 2818.14 s [haskell-language-server] include containers-0.7-6571
  23700. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23701. 2818.14 s [haskell-language-server] include ghc-9.10.2-2a2a
  23702. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23703. 2818.14 s [haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  23704. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23705. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23706. 2818.14 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23707. 2818.14 s [haskell-language-server] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  23708. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23709. 2818.14 s [haskell-language-server] Ide.Plugin.CallHierarchy=haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin:Ide.Plugin.CallHierarchy
  23710. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  23711. 2818.14 s [haskell-language-server] include Cabal-3.14.2.0-EAEFHnxXxjV4OWxuBw98Rc
  23712. 2818.14 s [haskell-language-server] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  23713. 2818.14 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23714. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23715. 2818.14 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23716. 2818.14 s [haskell-language-server] include cabal-add-0.2-Gg22Owv08cN96dVG2lwyM4
  23717. 2818.14 s [haskell-language-server] include containers-0.7-6571
  23718. 2818.14 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23719. 2818.14 s [haskell-language-server] include directory-1.3.8.5-159c
  23720. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23721. 2818.14 s [haskell-language-server] include filepath-1.5.4.0-8593
  23722. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23723. 2818.14 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23724. 2818.14 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23725. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23726. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23727. 2818.14 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23728. 2818.14 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23729. 2818.14 s [haskell-language-server] include mtl-2.3.1-07d6
  23730. 2818.14 s [haskell-language-server] include pretty-1.1.3.6-1177
  23731. 2818.14 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23732. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23733. 2818.14 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23734. 2818.14 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23735. 2818.14 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23736. 2818.14 s [haskell-language-server] Ide.Plugin.Cabal=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal,Ide.Plugin.Cabal.CabalAdd.CodeAction=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd.CodeAction,Ide.Plugin.Cabal.CabalAdd.Command=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd.Command,Ide.Plugin.Cabal.CabalAdd.Types=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd.Types,Ide.Plugin.Cabal.Completion.CabalFields=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.CabalFields,Ide.Plugin.Cabal.Completion.Completer.FilePath=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.FilePath,Ide.Plugin.Cabal.Completion.Completer.Module=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Module,Ide.Plugin.Cabal.Completion.Completer.Paths=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Paths,Ide.Plugin.Cabal.Completion.Completer.Simple=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Simple,Ide.Plugin.Cabal.Completion.Completer.Snippet=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Snippet,Ide.Plugin.Cabal.Completion.Completer.Types=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Types,Ide.Plugin.Cabal.Completion.Completions=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completions,Ide.Plugin.Cabal.Completion.Data=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Data,Ide.Plugin.Cabal.Completion.Types=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Types,Ide.Plugin.Cabal.Definition=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Definition,Ide.Plugin.Cabal.Diagnostics=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Diagnostics,Ide.Plugin.Cabal.FieldSuggest=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.FieldSuggest,Ide.Plugin.Cabal.Files=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Files,Ide.Plugin.Cabal.LicenseSuggest=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.LicenseSuggest,Ide.Plugin.Cabal.OfInterest=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.OfInterest,Ide.Plugin.Cabal.Orphans=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Orphans,Ide.Plugin.Cabal.Outline=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Outline,Ide.Plugin.Cabal.Parse=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Parse,Ide.Plugin.Cabal.Rules=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Rules
  23737. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  23738. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23739. 2818.14 s [haskell-language-server] include directory-1.3.8.5-159c
  23740. 2818.14 s [haskell-language-server] include filepath-1.5.4.0-8593
  23741. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23742. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23743. 2818.14 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23744. 2818.14 s [haskell-language-server] include mtl-2.3.1-07d6
  23745. 2818.14 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23746. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23747. 2818.14 s [haskell-language-server] Ide.Plugin.CabalGild=haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin:Ide.Plugin.CabalGild
  23748. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23749. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23750. 2818.14 s [haskell-language-server] include directory-1.3.8.5-159c
  23751. 2818.14 s [haskell-language-server] include filepath-1.5.4.0-8593
  23752. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23753. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23754. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23755. 2818.14 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23756. 2818.14 s [haskell-language-server] include mtl-2.3.1-07d6
  23757. 2818.14 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23758. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23759. 2818.14 s [haskell-language-server] Ide.Plugin.CabalFmt=haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin:Ide.Plugin.CabalFmt
  23760. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23761. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23762. 2818.14 s [haskell-language-server] include containers-0.7-6571
  23763. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23764. 2818.14 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23765. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23766. 2818.14 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23767. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23768. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23769. 2818.14 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23770. 2818.14 s [haskell-language-server] include mtl-2.3.1-07d6
  23771. 2818.14 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23772. 2818.14 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23773. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23774. 2818.14 s [haskell-language-server] Ide.Plugin.AlternateNumberFormat=haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin:Ide.Plugin.AlternateNumberFormat,Ide.Plugin.Conversion=haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin:Ide.Plugin.Conversion
  23775. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  23776. 2818.14 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23777. 2818.14 s [haskell-language-server] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  23778. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23779. 2818.14 s [haskell-language-server] include binary-0.8.9.3-9c52
  23780. 2818.14 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23781. 2818.14 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23782. 2818.14 s [haskell-language-server] include directory-1.3.8.5-159c
  23783. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23784. 2818.14 s [haskell-language-server] include filepath-1.5.4.0-8593
  23785. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23786. 2818.14 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23787. 2818.14 s [haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  23788. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23789. 2818.14 s [haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  23790. 2818.14 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23791. 2818.14 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23792. 2818.14 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23793. 2818.14 s [haskell-language-server] include process-1.6.25.0-cfae
  23794. 2818.14 s [haskell-language-server] include row-types-1.0.1.2-G4G6NhWe0SIJe4s26PIgvG
  23795. 2818.14 s [haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  23796. 2818.14 s [haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  23797. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23798. 2818.14 s [haskell-language-server] Experiments=haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib:Experiments,Experiments.Types=haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib:Experiments.Types
  23799. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-3yLfk2FZPlQ7EPb7tlHiY4-ghcide-bench
  23800. 2818.14 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23801. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23802. 2818.14 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23803. 2818.14 s [haskell-language-server] include containers-0.7-6571
  23804. 2818.14 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23805. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23806. 2818.14 s [haskell-language-server] include filepath-1.5.4.0-8593
  23807. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  23808. 2818.14 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23809. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23810. 2818.14 s [haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  23811. 2818.14 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23812. 2818.14 s [haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  23813. 2818.14 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23814. 2818.14 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23815. 2818.14 s [haskell-language-server] include process-1.6.25.0-cfae
  23816. 2818.14 s [haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  23817. 2818.14 s [haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  23818. 2818.14 s [haskell-language-server] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  23819. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23820. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23821. 2818.14 s [haskell-language-server] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  23822. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23823. 2818.14 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23824. 2818.14 s [haskell-language-server] include directory-1.3.8.5-159c
  23825. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23826. 2818.14 s [haskell-language-server] include filepath-1.5.4.0-8593
  23827. 2818.14 s [haskell-language-server] include ghc-9.10.2-2a2a
  23828. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23829. 2818.14 s [haskell-language-server] include githash-0.1.7.0-9MkzSmwgrDu3W3Vm17vUOw
  23830. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23831. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23832. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  23833. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  23834. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23835. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  23836. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23837. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  23838. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23839. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  23840. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  23841. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  23842. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  23843. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  23844. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  23845. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23846. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  23847. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  23848. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  23849. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  23850. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23851. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  23852. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  23853. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  23854. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  23855. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  23856. 2818.14 s [haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  23857. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23858. 2818.14 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23859. 2818.14 s [haskell-language-server] include optparse-simple-0.1.1.4-A2RVTVCn2wa5cruAzIkFuo
  23860. 2818.14 s [haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  23861. 2818.14 s [haskell-language-server] include process-1.6.25.0-cfae
  23862. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23863. 2818.14 s [haskell-language-server] HlsPlugins=haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj:HlsPlugins,Ide.Arguments=haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj:Ide.Arguments,Ide.Main=haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj:Ide.Main,Ide.Version=haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj:Ide.Version
  23864. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-Ewj8WwOoCvg5TiwKKm4LUu-haskell-language-server
  23865. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23866. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23867. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23868. 2818.14 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23869. 2818.14 s [haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  23870. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23871. 2818.14 s [haskell-language-server] unit haskell-language-server-2.12.0.0-Fr3pqERlEtoTS2ZhfqorA-haskell-language-server-wrapper
  23872. 2818.14 s [haskell-language-server] include base-4.20.1.0-f445
  23873. 2818.14 s [haskell-language-server] include containers-0.7-6571
  23874. 2818.14 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23875. 2818.14 s [haskell-language-server] include directory-1.3.8.5-159c
  23876. 2818.14 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23877. 2818.14 s [haskell-language-server] include filepath-1.5.4.0-8593
  23878. 2818.14 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23879. 2818.14 s [haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23880. 2818.14 s [haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  23881. 2818.14 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23882. 2818.14 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23883. 2818.14 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23884. 2818.14 s [haskell-language-server] include text-2.1.2-7514
  23885. 2818.14 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23886. 2818.14 s [haskell-language-server] include unix-2.8.6.0-a0e2
  23887. 2818.14 s [haskell-language-server] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  23888. 2818.14 s [haskell-language-server] Ready component graph:
  23889. 2818.14 s [haskell-language-server] definite haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23890. 2818.14 s [haskell-language-server] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  23891. 2818.14 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23892. 2818.14 s [haskell-language-server] depends base-4.20.1.0-f445
  23893. 2818.14 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  23894. 2818.14 s [haskell-language-server] depends containers-0.7-6571
  23895. 2818.14 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  23896. 2818.14 s [haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23897. 2818.14 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23898. 2818.14 s [haskell-language-server] depends filepath-1.5.4.0-8593
  23899. 2818.14 s [haskell-language-server] depends ghc-9.10.2-2a2a
  23900. 2818.14 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  23901. 2818.14 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23902. 2818.14 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23903. 2818.14 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23904. 2818.14 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23905. 2818.14 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23906. 2818.14 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23907. 2818.14 s [haskell-language-server] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  23908. 2818.14 s [haskell-language-server] depends mtl-2.3.1-07d6
  23909. 2818.14 s [haskell-language-server] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23910. 2818.14 s [haskell-language-server] depends text-2.1.2-7514
  23911. 2818.14 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23912. 2818.14 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  23913. 2818.14 s [haskell-language-server] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  23914. 2818.14 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23915. 2818.14 s [haskell-language-server] definite haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23916. 2818.14 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23917. 2818.14 s [haskell-language-server] depends base-4.20.1.0-f445
  23918. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  23919. 2818.15 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23920. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  23921. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23922. 2818.15 s [haskell-language-server] depends hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  23923. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23924. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23925. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23926. 2818.15 s [haskell-language-server] depends sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  23927. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  23928. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23929. 2818.15 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23930. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  23931. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  23932. 2818.15 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  23933. 2818.15 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23934. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  23935. 2818.15 s [haskell-language-server] depends ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23936. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23937. 2818.15 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23938. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23939. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23940. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23941. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  23942. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  23943. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  23944. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  23945. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  23946. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  23947. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  23948. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23949. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23950. 2818.15 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23951. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  23952. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  23953. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23954. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  23955. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  23956. 2818.15 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23957. 2818.15 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  23958. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23959. 2818.15 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23960. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23961. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23962. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23963. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  23964. 2818.15 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23965. 2818.15 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23966. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  23967. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23968. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  23969. 2818.15 s [haskell-language-server] depends directory-1.3.8.5-159c
  23970. 2818.15 s [haskell-language-server] depends filepath-1.5.4.0-8593
  23971. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23972. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23973. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23974. 2818.15 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23975. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  23976. 2818.15 s [haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23977. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  23978. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23979. 2818.15 s [haskell-language-server] depends array-0.5.8.0-cc9a
  23980. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  23981. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23982. 2818.15 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23983. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23984. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23985. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23986. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  23987. 2818.15 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23988. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  23989. 2818.15 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23990. 2818.15 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23991. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  23992. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  23993. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  23994. 2818.15 s [haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23995. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  23996. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23997. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23998. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23999. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24000. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24001. 2818.15 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24002. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24003. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  24004. 2818.15 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24005. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24006. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24007. 2818.15 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24008. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24009. 2818.15 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24010. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24011. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24012. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24013. 2818.15 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24014. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24015. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24016. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  24017. 2818.15 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24018. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24019. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24020. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24021. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24022. 2818.15 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24023. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24024. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24025. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24026. 2818.15 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24027. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24028. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24029. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  24030. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24031. 2818.15 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24032. 2818.15 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24033. 2818.15 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  24034. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24035. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24036. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24037. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  24038. 2818.15 s [haskell-language-server] depends ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
  24039. 2818.15 s [haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  24040. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24041. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24042. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24043. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24044. 2818.15 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24045. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24046. 2818.15 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24047. 2818.15 s [haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  24048. 2818.15 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24049. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24050. 2818.15 s [haskell-language-server] depends ghc-boot-9.10.2-578d
  24051. 2818.15 s [haskell-language-server] depends ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  24052. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24053. 2818.15 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24054. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24055. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24056. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24057. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  24058. 2818.15 s [haskell-language-server] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  24059. 2818.15 s [haskell-language-server] depends regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW
  24060. 2818.15 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  24061. 2818.15 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24062. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24063. 2818.15 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24064. 2818.15 s [haskell-language-server] depends time-1.12.2-9680
  24065. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24066. 2818.15 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  24067. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  24068. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24069. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24070. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24071. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24072. 2818.15 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24073. 2818.15 s [haskell-language-server] depends haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24074. 2818.15 s [haskell-language-server] depends hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  24075. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24076. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24077. 2818.15 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24078. 2818.15 s [haskell-language-server] depends mod-0.2.1.0-JnWJUf7NwpRDakqw7Fsj0L
  24079. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  24080. 2818.15 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24081. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24082. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24083. 2818.15 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  24084. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  24085. 2818.15 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24086. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24087. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24088. 2818.15 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24089. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24090. 2818.15 s [haskell-language-server] depends ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  24091. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24092. 2818.15 s [haskell-language-server] depends haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24093. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24094. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24095. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24096. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  24097. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24098. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24099. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  24100. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24101. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24102. 2818.15 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24103. 2818.15 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24104. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24105. 2818.15 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24106. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24107. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24108. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24109. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  24110. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24111. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24112. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24113. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24114. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24115. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24116. 2818.15 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24117. 2818.15 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  24118. 2818.15 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24119. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24120. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24121. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  24122. 2818.15 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24123. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24124. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24125. 2818.15 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24126. 2818.15 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24127. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24128. 2818.15 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24129. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24130. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24131. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24132. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  24133. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24134. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24135. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  24136. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24137. 2818.15 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24138. 2818.15 s [haskell-language-server] depends fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  24139. 2818.15 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  24140. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24141. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24142. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24143. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24144. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  24145. 2818.15 s [haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  24146. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24147. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24148. 2818.15 s [haskell-language-server] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  24149. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  24150. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24151. 2818.15 s [haskell-language-server] depends directory-1.3.8.5-159c
  24152. 2818.15 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24153. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24154. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24155. 2818.15 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24156. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  24157. 2818.15 s [haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  24158. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24159. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  24160. 2818.15 s [haskell-language-server] depends Cabal-3.14.2.0-EAEFHnxXxjV4OWxuBw98Rc
  24161. 2818.15 s [haskell-language-server] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  24162. 2818.15 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24163. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24164. 2818.15 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24165. 2818.15 s [haskell-language-server] depends cabal-add-0.2-Gg22Owv08cN96dVG2lwyM4
  24166. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24167. 2818.15 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24168. 2818.15 s [haskell-language-server] depends directory-1.3.8.5-159c
  24169. 2818.15 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24170. 2818.15 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24171. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24172. 2818.15 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24173. 2818.15 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24174. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24175. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24176. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24177. 2818.15 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24178. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  24179. 2818.15 s [haskell-language-server] depends pretty-1.1.3.6-1177
  24180. 2818.15 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  24181. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24182. 2818.15 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24183. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24184. 2818.15 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  24185. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  24186. 2818.15 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24187. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24188. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24189. 2818.15 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24190. 2818.15 s [haskell-language-server] depends fuzzy-0.1.1.0-5qQQWFcQnXt7PSAolRhTRP
  24191. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24192. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24193. 2818.15 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24194. 2818.15 s [haskell-language-server] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  24195. 2818.15 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24196. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24197. 2818.15 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24198. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  24199. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24200. 2818.15 s [haskell-language-server] depends directory-1.3.8.5-159c
  24201. 2818.15 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24202. 2818.15 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  24203. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24204. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24205. 2818.15 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24206. 2818.15 s [haskell-language-server] depends mtl-2.3.1-07d6
  24207. 2818.15 s [haskell-language-server] depends stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
  24208. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24209. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  24210. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24211. 2818.15 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24212. 2818.15 s [haskell-language-server] depends directory-1.3.8.5-159c
  24213. 2818.15 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24214. 2818.15 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24215. 2818.15 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24216. 2818.15 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24217. 2818.15 s [haskell-language-server] depends stan-0.2.1.0-GLOZkCf10J7JsaGwzsIkoc
  24218. 2818.15 s [haskell-language-server] depends text-2.1.2-7514
  24219. 2818.15 s [haskell-language-server] depends trial-0.0.0.0-KPkISSwOXJcEkgws7pQu7C
  24220. 2818.15 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  24221. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-2cpIEfvFgBAEOPaQfQW18Q-ghcide-test-preprocessor
  24222. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24223. 2818.15 s [haskell-language-server] definite haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  24224. 2818.15 s [haskell-language-server] depends array-0.5.8.0-cc9a
  24225. 2818.15 s [haskell-language-server] depends base-4.20.1.0-f445
  24226. 2818.15 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24227. 2818.15 s [haskell-language-server] depends containers-0.7-6571
  24228. 2818.16 s [haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  24229. 2818.16 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24230. 2818.16 s [haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  24231. 2818.16 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24232. 2818.16 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24233. 2818.16 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24234. 2818.16 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24235. 2818.16 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24236. 2818.16 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24237. 2818.16 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24238. 2818.16 s [haskell-language-server] depends mtl-2.3.1-07d6
  24239. 2818.16 s [haskell-language-server] depends stm-2.5.3.1-662c
  24240. 2818.16 s [haskell-language-server] depends stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  24241. 2818.16 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24242. 2818.16 s [haskell-language-server] depends template-haskell-2.22.0.0-58bf
  24243. 2818.16 s [haskell-language-server] depends text-2.1.2-7514
  24244. 2818.16 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24245. 2818.16 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24246. 2818.16 s [haskell-language-server] definite haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  24247. 2818.16 s [haskell-language-server] depends base-4.20.1.0-f445
  24248. 2818.16 s [haskell-language-server] depends containers-0.7-6571
  24249. 2818.16 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24250. 2818.16 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24251. 2818.16 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24252. 2818.16 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24253. 2818.16 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24254. 2818.16 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24255. 2818.16 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24256. 2818.16 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24257. 2818.16 s [haskell-language-server] depends mtl-2.3.1-07d6
  24258. 2818.16 s [haskell-language-server] depends semigroupoids-6.0.1-IimyjCFUeJKDgiiqyJONIa
  24259. 2818.16 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24260. 2818.16 s [haskell-language-server] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  24261. 2818.16 s [haskell-language-server] definite haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  24262. 2818.16 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24263. 2818.16 s [haskell-language-server] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  24264. 2818.16 s [haskell-language-server] depends base-4.20.1.0-f445
  24265. 2818.16 s [haskell-language-server] depends binary-0.8.9.3-9c52
  24266. 2818.16 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24267. 2818.16 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24268. 2818.16 s [haskell-language-server] depends directory-1.3.8.5-159c
  24269. 2818.16 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24270. 2818.16 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24271. 2818.16 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24272. 2818.16 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24273. 2818.16 s [haskell-language-server] depends hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  24274. 2818.16 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24275. 2818.16 s [haskell-language-server] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  24276. 2818.16 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24277. 2818.16 s [haskell-language-server] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  24278. 2818.16 s [haskell-language-server] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  24279. 2818.16 s [haskell-language-server] depends process-1.6.25.0-cfae
  24280. 2818.16 s [haskell-language-server] depends row-types-1.0.1.2-G4G6NhWe0SIJe4s26PIgvG
  24281. 2818.16 s [haskell-language-server] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  24282. 2818.16 s [haskell-language-server] depends shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  24283. 2818.16 s [haskell-language-server] depends text-2.1.2-7514
  24284. 2818.16 s [haskell-language-server] definite haskell-language-server-2.12.0.0-3yLfk2FZPlQ7EPb7tlHiY4-ghcide-bench
  24285. 2818.16 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24286. 2818.16 s [haskell-language-server] depends base-4.20.1.0-f445
  24287. 2818.16 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24288. 2818.16 s [haskell-language-server] depends containers-0.7-6571
  24289. 2818.16 s [haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  24290. 2818.16 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24291. 2818.16 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24292. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  24293. 2818.16 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24294. 2818.16 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24295. 2818.16 s [haskell-language-server] depends hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  24296. 2818.16 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24297. 2818.16 s [haskell-language-server] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  24298. 2818.16 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24299. 2818.16 s [haskell-language-server] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  24300. 2818.16 s [haskell-language-server] depends process-1.6.25.0-cfae
  24301. 2818.16 s [haskell-language-server] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  24302. 2818.16 s [haskell-language-server] depends shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  24303. 2818.16 s [haskell-language-server] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  24304. 2818.16 s [haskell-language-server] depends text-2.1.2-7514
  24305. 2818.16 s [haskell-language-server] definite haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  24306. 2818.16 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24307. 2818.16 s [haskell-language-server] depends base-4.20.1.0-f445
  24308. 2818.16 s [haskell-language-server] depends containers-0.7-6571
  24309. 2818.16 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24310. 2818.16 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24311. 2818.16 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24312. 2818.16 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24313. 2818.16 s [haskell-language-server] depends text-2.1.2-7514
  24314. 2818.16 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24315. 2818.16 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24316. 2818.16 s [haskell-language-server] definite haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24317. 2818.16 s [haskell-language-server] depends aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  24318. 2818.16 s [haskell-language-server] depends base-4.20.1.0-f445
  24319. 2818.16 s [haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  24320. 2818.16 s [haskell-language-server] depends directory-1.3.8.5-159c
  24321. 2818.16 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24322. 2818.16 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24323. 2818.16 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24324. 2818.16 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24325. 2818.16 s [haskell-language-server] depends githash-0.1.7.0-9MkzSmwgrDu3W3Vm17vUOw
  24326. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  24327. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  24328. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  24329. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  24330. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  24331. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  24332. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  24333. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  24334. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  24335. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  24336. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  24337. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  24338. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  24339. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  24340. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  24341. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  24342. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  24343. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  24344. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  24345. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  24346. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24347. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  24348. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  24349. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  24350. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  24351. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  24352. 2818.16 s [haskell-language-server] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  24353. 2818.16 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24354. 2818.16 s [haskell-language-server] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  24355. 2818.16 s [haskell-language-server] depends optparse-simple-0.1.1.4-A2RVTVCn2wa5cruAzIkFuo
  24356. 2818.16 s [haskell-language-server] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  24357. 2818.16 s [haskell-language-server] depends process-1.6.25.0-cfae
  24358. 2818.16 s [haskell-language-server] depends text-2.1.2-7514
  24359. 2818.16 s [haskell-language-server] definite haskell-language-server-2.12.0.0-Ewj8WwOoCvg5TiwKKm4LUu-haskell-language-server
  24360. 2818.16 s [haskell-language-server] depends base-4.20.1.0-f445
  24361. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24362. 2818.16 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24363. 2818.16 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24364. 2818.16 s [haskell-language-server] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  24365. 2818.16 s [haskell-language-server] depends text-2.1.2-7514
  24366. 2818.16 s [haskell-language-server] definite haskell-language-server-2.12.0.0-Fr3pqERlEtoTS2ZhfqorA-haskell-language-server-wrapper
  24367. 2818.16 s [haskell-language-server] depends base-4.20.1.0-f445
  24368. 2818.16 s [haskell-language-server] depends containers-0.7-6571
  24369. 2818.16 s [haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  24370. 2818.16 s [haskell-language-server] depends directory-1.3.8.5-159c
  24371. 2818.16 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24372. 2818.16 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24373. 2818.16 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24374. 2818.16 s [haskell-language-server] depends haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24375. 2818.16 s [haskell-language-server] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  24376. 2818.16 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24377. 2818.16 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24378. 2818.16 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24379. 2818.16 s [haskell-language-server] depends text-2.1.2-7514
  24380. 2818.16 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24381. 2818.16 s [haskell-language-server] depends unix-2.8.6.0-a0e2
  24382. 2818.16 s [haskell-language-server] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  24383. 2818.16 s [haskell-language-server] Using Cabal-3.12.1.0 compiled by ghc-9.10
  24384. 2818.16 s [haskell-language-server] Using compiler: ghc-9.10.2
  24385. 2818.16 s [haskell-language-server] Using install prefix:
  24386. 2818.16 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24387. 2818.16 s [haskell-language-server] Executables installed in:
  24388. 2818.16 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24389. 2818.16 s [haskell-language-server] Libraries installed in:
  24390. 2818.16 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24391. 2818.16 s [haskell-language-server] Dynamic Libraries installed in:
  24392. 2818.16 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  24393. 2818.16 s [haskell-language-server] Private executables installed in:
  24394. 2818.16 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0
  24395. 2818.16 s [haskell-language-server] Data files installed in:
  24396. 2818.16 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/share/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0
  24397. 2818.16 s [haskell-language-server] Documentation installed in:
  24398. 2818.16 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/share/doc/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0
  24399. 2818.16 s [haskell-language-server] Configuration files installed in:
  24400. 2818.16 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/etc
  24401. 2818.16 s [haskell-language-server] No alex found
  24402. 2818.16 s [haskell-language-server] Using ar found on system at:
  24403. 2818.16 s [haskell-language-server] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  24404. 2818.16 s [haskell-language-server] No c2hs found
  24405. 2818.16 s [haskell-language-server] Using cpphs version 1.20.9 found on system at:
  24406. 2818.16 s [haskell-language-server] /nix/store/pq791l1nbs96ibfjqpc0dzk6v3a9zbyy-cpphs-1.20.10/bin/cpphs
  24407. 2818.16 s [haskell-language-server] No doctest found
  24408. 2818.16 s [haskell-language-server] Using gcc version 14.3.0 given by user at:
  24409. 2818.16 s [haskell-language-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  24410. 2818.16 s [haskell-language-server] Using ghc version 9.10.2 found on system at:
  24411. 2818.16 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  24412. 2818.16 s [haskell-language-server] Using ghc-pkg version 9.10.2 found on system at:
  24413. 2818.16 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  24414. 2818.16 s [haskell-language-server] No ghcjs found
  24415. 2818.16 s [haskell-language-server] No ghcjs-pkg found
  24416. 2818.16 s [haskell-language-server] No greencard found
  24417. 2818.16 s [haskell-language-server] Using haddock version 2.31.0 found on system at:
  24418. 2818.16 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  24419. 2818.16 s [haskell-language-server] No happy found
  24420. 2818.16 s [haskell-language-server] Using haskell-suite found on system at: haskell-suite-dummy-location
  24421. 2818.16 s [haskell-language-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  24422. 2818.16 s [haskell-language-server] No hmake found
  24423. 2818.16 s [haskell-language-server] Using hpc version 0.69 found on system at:
  24424. 2818.16 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  24425. 2818.16 s [haskell-language-server] Using hsc2hs version 0.68.10 found on system at:
  24426. 2818.16 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  24427. 2818.16 s [haskell-language-server] Using hscolour version 1.25 found on system at:
  24428. 2818.16 s [haskell-language-server] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  24429. 2818.16 s [haskell-language-server] No jhc found
  24430. 2818.16 s [haskell-language-server] Using ld found on system at:
  24431. 2818.19 s [haskell-language-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  24432. 2818.19 s [haskell-language-server] No pkg-config found
  24433. 2818.19 s [haskell-language-server] Using runghc version 9.10.2 found on system at:
  24434. 2818.19 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  24435. 2818.19 s [haskell-language-server] Using strip version 2.44 found on system at:
  24436. 2818.19 s [haskell-language-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  24437. 2818.19 s [haskell-language-server] Using tar found on system at:
  24438. 2818.19 s [haskell-language-server] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  24439. 2818.19 s [haskell-language-server] No uhc found
  24440. 2818.85 s [haskell-language-server] Phase: buildPhase
  24441. 2818.95 s [haskell-language-server] Preprocessing library 'hls-eval-plugin' for haskell-language-server-2.12.0.0...
  24442. 2818.95 s [haskell-language-server] Building library 'hls-eval-plugin' for haskell-language-server-2.12.0.0...
  24443. 2819.14 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 )
  24444. 2819.58 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 )
  24445. 2819.58 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 )
  24446. 2819.63 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 )
  24447. 2820.37 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 )
  24448. 2824.32 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 )
  24449. 2824.68 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 )
  24450. 2826.68 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 )
  24451. 2826.68 s [haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning: [GHC-63394] [-Wx-partial]
  24452. 2826.68 s [haskell-language-server] In the use of ‘head’
  24453. 2826.68 s [haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
  24454. 2826.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"."
  24455. 2826.68 s [haskell-language-server] |
  24456. 2826.68 s [haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
  24457. 2826.68 s [haskell-language-server] | ^^^^
  24458. 2826.68 s [haskell-language-server]
  24459. 2826.68 s [haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.Handlers ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Handlers.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Handlers.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Handlers.dyn_o )
  24460. 2827.98 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 )
  24461. 2828.48 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 )
  24462. 2828.97 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 )
  24463. 2829.00 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 )
  24464. 2829.04 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 )
  24465. 2829.63 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 )
  24466. 2835.63 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 )
  24467. 2836.06 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 )
  24468. 2837.85 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 )
  24469. 2837.85 s [haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning: [GHC-63394] [-Wx-partial]
  24470. 2837.85 s [haskell-language-server] In the use of ‘head’
  24471. 2837.85 s [haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
  24472. 2837.85 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"."
  24473. 2837.85 s [haskell-language-server] |
  24474. 2837.85 s [haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
  24475. 2837.85 s [haskell-language-server] | ^^^^
  24476. 2837.85 s [haskell-language-server]
  24477. 2837.85 s [haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.Handlers ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Handlers.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Handlers.p_o )
  24478. 2839.25 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 )
  24479. 2845.10 s [haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.12.0.0...
  24480. 2845.10 s [haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.12.0.0...
  24481. 2845.20 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 )
  24482. 2846.25 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 )
  24483. 2846.51 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 )
  24484. 2847.34 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 )
  24485. 2847.68 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 )
  24486. 2851.01 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 )
  24487. 2851.30 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 )
  24488. 2851.99 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 )
  24489. 2857.52 s [haskell-language-server] Preprocessing library 'hls-class-plugin' for haskell-language-server-2.12.0.0...
  24490. 2857.52 s [haskell-language-server] Building library 'hls-class-plugin' for haskell-language-server-2.12.0.0...
  24491. 2857.66 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 )
  24492. 2858.62 s [haskell-language-server] [2 of 6] Compiling Ide.Plugin.Class.Types ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.o, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.dyn_o )
  24493. 2859.94 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 )
  24494. 2859.97 s [haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
  24495. 2859.97 s [haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
  24496. 2859.97 s [haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
  24497. 2859.97 s [haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
  24498. 2859.97 s [haskell-language-server] |
  24499. 2859.97 s [haskell-language-server] 9 | import Data.Functor.Identity (Identity)
  24500. 2859.97 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24501. 2859.97 s [haskell-language-server]
  24502. 2860.15 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 )
  24503. 2860.36 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 )
  24504. 2860.59 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 )
  24505. 2861.01 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 )
  24506. 2861.98 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 )
  24507. 2864.41 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 )
  24508. 2864.45 s [haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
  24509. 2864.45 s [haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
  24510. 2864.45 s [haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
  24511. 2864.45 s [haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
  24512. 2864.45 s [haskell-language-server] |
  24513. 2864.45 s [haskell-language-server] 9 | import Data.Functor.Identity (Identity)
  24514. 2864.45 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24515. 2864.45 s [haskell-language-server]
  24516. 2864.68 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 )
  24517. 2864.84 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 )
  24518. 2865.18 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 )
  24519. 2870.72 s [haskell-language-server] Preprocessing library 'hls-signature-help-plugin' for haskell-language-server-2.12.0.0...
  24520. 2870.72 s [haskell-language-server] Building library 'hls-signature-help-plugin' for haskell-language-server-2.12.0.0...
  24521. 2870.79 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.SignatureHelp ( plugins/hls-signature-help-plugin/src/Ide/Plugin/SignatureHelp.hs, dist/build/hls-signature-help-plugin/Ide/Plugin/SignatureHelp.o, dist/build/hls-signature-help-plugin/Ide/Plugin/SignatureHelp.dyn_o )
  24522. 2871.96 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.SignatureHelp ( plugins/hls-signature-help-plugin/src/Ide/Plugin/SignatureHelp.hs, dist/build/hls-signature-help-plugin/Ide/Plugin/SignatureHelp.p_o )
  24523. 2878.01 s [haskell-language-server] Preprocessing library 'hls-alternate-number-format-plugin' for haskell-language-server-2.12.0.0...
  24524. 2878.01 s [haskell-language-server] Building library 'hls-alternate-number-format-plugin' for haskell-language-server-2.12.0.0...
  24525. 2878.12 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 )
  24526. 2879.11 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 )
  24527. 2879.65 s [haskell-language-server] [3 of 3] Compiling Ide.Plugin.AlternateNumberFormat ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/AlternateNumberFormat.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.dyn_o )
  24528. 2880.76 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 )
  24529. 2881.73 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 )
  24530. 2882.23 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 )
  24531. 2888.05 s [haskell-language-server] Preprocessing library 'hls-cabal-fmt-plugin' for haskell-language-server-2.12.0.0...
  24532. 2888.05 s [haskell-language-server] Building library 'hls-cabal-fmt-plugin' for haskell-language-server-2.12.0.0...
  24533. 2888.12 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 )
  24534. 2889.42 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 )
  24535. 2895.51 s [haskell-language-server] Preprocessing library 'hls-notes-plugin' for haskell-language-server-2.12.0.0...
  24536. 2895.51 s [haskell-language-server] Building library 'hls-notes-plugin' for haskell-language-server-2.12.0.0...
  24537. 2895.57 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 )
  24538. 2896.46 s [haskell-language-server] plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
  24539. 2896.46 s [haskell-language-server] The import of ‘Data.Foldable’ is redundant
  24540. 2896.46 s [haskell-language-server] except perhaps to import instances from ‘Data.Foldable’
  24541. 2896.46 s [haskell-language-server] To import instances alone, use: import Data.Foldable()
  24542. 2896.46 s [haskell-language-server] |
  24543. 2896.46 s [haskell-language-server] 8 | import Data.Foldable (foldl')
  24544. 2896.46 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24545. 2896.46 s [haskell-language-server]
  24546. 2898.00 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 )
  24547. 2898.68 s [haskell-language-server] plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
  24548. 2898.68 s [haskell-language-server] The import of ‘Data.Foldable’ is redundant
  24549. 2898.68 s [haskell-language-server] except perhaps to import instances from ‘Data.Foldable’
  24550. 2898.68 s [haskell-language-server] To import instances alone, use: import Data.Foldable()
  24551. 2898.68 s [haskell-language-server] |
  24552. 2898.68 s [haskell-language-server] 8 | import Data.Foldable (foldl')
  24553. 2898.68 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24554. 2898.68 s [haskell-language-server]
  24555. 2905.40 s [haskell-language-server] Preprocessing library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.12.0.0...
  24556. 2905.43 s [haskell-language-server] Building library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.12.0.0...
  24557. 2905.49 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 )
  24558. 2906.95 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 )
  24559. 2913.39 s [haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.12.0.0...
  24560. 2913.39 s [haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.12.0.0...
  24561. 2913.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 )
  24562. 2915.74 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.OverloadedRecordDot ( plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.p_o )
  24563. 2923.33 s [haskell-language-server] Preprocessing library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.12.0.0...
  24564. 2923.33 s [haskell-language-server] Building library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.12.0.0...
  24565. 2923.43 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 )
  24566. 2926.04 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 )
  24567. 2933.45 s [haskell-language-server] Preprocessing library 'hls-ormolu-plugin' for haskell-language-server-2.12.0.0...
  24568. 2933.45 s [haskell-language-server] Building library 'hls-ormolu-plugin' for haskell-language-server-2.12.0.0...
  24569. 2933.54 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Ormolu ( plugins/hls-ormolu-plugin/src/Ide/Plugin/Ormolu.hs, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.o, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.dyn_o )
  24570. 2935.85 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Ormolu ( plugins/hls-ormolu-plugin/src/Ide/Plugin/Ormolu.hs, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.p_o )
  24571. 2944.72 s [haskell-language-server] Preprocessing library 'hls-refactor-plugin' for haskell-language-server-2.12.0.0...
  24572. 2944.73 s [haskell-language-server] Building library 'hls-refactor-plugin' for haskell-language-server-2.12.0.0...
  24573. 2945.05 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24574. 2945.05 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24575. 2945.05 s [haskell-language-server] but were not needed for compilation:
  24576. 2945.05 s [haskell-language-server] - parser-combinators-1.3.0 (exposed by flag -package-id parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh)
  24577. 2945.05 s [haskell-language-server] - regex-applicative-0.3.4 (exposed by flag -package-id regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW)
  24578. 2945.05 s [haskell-language-server]
  24579. 2945.07 s [haskell-language-server] [ 1 of 13] Compiling Development.IDE.GHC.Compat.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Compat/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.dyn_o )
  24580. 2945.28 s [haskell-language-server] [ 2 of 13] Compiling Development.IDE.GHC.Dump ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Dump.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.dyn_o )
  24581. 2955.48 s [haskell-language-server] [ 3 of 13] Compiling Development.IDE.GHC.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.dyn_o )
  24582. 2955.52 s [haskell-language-server] [ 4 of 13] Compiling Development.IDE.Plugin.CodeAction.PositionIndexed ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.dyn_o )
  24583. 2955.52 s [haskell-language-server] [ 5 of 13] Compiling Development.IDE.Plugin.CodeAction.Util ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Util.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.dyn_o )
  24584. 2955.56 s [haskell-language-server] [ 6 of 13] Compiling Development.IDE.Plugin.CodeAction.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.dyn_o )
  24585. 2956.15 s [haskell-language-server] [ 7 of 13] Compiling Development.IDE.Plugin.CodeAction.Args ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Args.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.dyn_o )
  24586. 2956.73 s [haskell-language-server] [ 8 of 13] Compiling Development.IDE.Plugin.Plugins.Diagnostic ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/Diagnostic.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.dyn_o )
  24587. 2956.73 s [haskell-language-server] [ 9 of 13] Compiling Development.IDE.Plugin.Plugins.AddArgument ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/AddArgument.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.dyn_o )
  24588. 2956.73 s [haskell-language-server] [10 of 13] Compiling Development.IDE.Plugin.Plugins.FillHole ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.dyn_o )
  24589. 2956.73 s [haskell-language-server] [11 of 13] Compiling Development.IDE.Plugin.Plugins.FillTypeWildcard ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillTypeWildcard.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.dyn_o )
  24590. 2956.73 s [haskell-language-server] [12 of 13] Compiling Development.IDE.Plugin.Plugins.ImportUtils ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/ImportUtils.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.dyn_o )
  24591. 2956.73 s [haskell-language-server] [13 of 13] Compiling Development.IDE.Plugin.CodeAction ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.dyn_o )
  24592. 2962.41 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24593. 2962.45 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24594. 2962.45 s [haskell-language-server] but were not needed for compilation:
  24595. 2962.45 s [haskell-language-server] - parser-combinators-1.3.0 (exposed by flag -package-id parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh)
  24596. 2962.45 s [haskell-language-server] - regex-applicative-0.3.4 (exposed by flag -package-id regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW)
  24597. 2962.45 s [haskell-language-server]
  24598. 2962.45 s [haskell-language-server] [ 1 of 13] Compiling Development.IDE.GHC.Compat.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Compat/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.p_o )
  24599. 2962.70 s [haskell-language-server] [ 2 of 13] Compiling Development.IDE.GHC.Dump ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Dump.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.p_o )
  24600. 2972.86 s [haskell-language-server] [ 3 of 13] Compiling Development.IDE.GHC.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.p_o )
  24601. 2972.90 s [haskell-language-server] [ 4 of 13] Compiling Development.IDE.Plugin.CodeAction.PositionIndexed ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.p_o )
  24602. 2972.90 s [haskell-language-server] [ 5 of 13] Compiling Development.IDE.Plugin.CodeAction.Util ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Util.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.p_o )
  24603. 2973.02 s [haskell-language-server] [ 6 of 13] Compiling Development.IDE.Plugin.CodeAction.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.p_o )
  24604. 2973.64 s [haskell-language-server] [ 7 of 13] Compiling Development.IDE.Plugin.CodeAction.Args ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Args.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.p_o )
  24605. 2974.28 s [haskell-language-server] [ 8 of 13] Compiling Development.IDE.Plugin.Plugins.Diagnostic ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/Diagnostic.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.p_o )
  24606. 2974.28 s [haskell-language-server] [ 9 of 13] Compiling Development.IDE.Plugin.Plugins.AddArgument ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/AddArgument.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.p_o )
  24607. 2974.28 s [haskell-language-server] [10 of 13] Compiling Development.IDE.Plugin.Plugins.FillHole ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.p_o )
  24608. 2974.28 s [haskell-language-server] [11 of 13] Compiling Development.IDE.Plugin.Plugins.FillTypeWildcard ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillTypeWildcard.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.p_o )
  24609. 2974.28 s [haskell-language-server] [12 of 13] Compiling Development.IDE.Plugin.Plugins.ImportUtils ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/ImportUtils.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.p_o )
  24610. 2974.28 s [haskell-language-server] [13 of 13] Compiling Development.IDE.Plugin.CodeAction ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.p_o )
  24611. 2983.67 s [haskell-language-server] Preprocessing library 'hls-rename-plugin' for haskell-language-server-2.12.0.0...
  24612. 2983.67 s [haskell-language-server] Building library 'hls-rename-plugin' for haskell-language-server-2.12.0.0...
  24613. 2983.77 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.o, dist/build/hls-rename-plugin/Ide/Plugin/Rename.dyn_o )
  24614. 2985.38 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.p_o )
  24615. 2991.82 s [haskell-language-server] Preprocessing library 'hls-gadt-plugin' for haskell-language-server-2.12.0.0...
  24616. 2991.82 s [haskell-language-server] Building library 'hls-gadt-plugin' for haskell-language-server-2.12.0.0...
  24617. 2991.91 s [haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.o, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.dyn_o )
  24618. 2992.54 s [haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.o, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.dyn_o )
  24619. 2994.16 s [haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.p_o )
  24620. 2994.86 s [haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.p_o )
  24621. 3001.82 s [haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.12.0.0...
  24622. 3001.82 s [haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.12.0.0...
  24623. 3001.91 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 )
  24624. 3003.64 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 )
  24625. 3009.70 s [haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.12.0.0...
  24626. 3009.70 s [haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.12.0.0...
  24627. 3010.68 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 )
  24628. 3011.64 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 )
  24629. 3018.06 s [haskell-language-server] Preprocessing library 'hls-explicit-imports-plugin' for haskell-language-server-2.12.0.0...
  24630. 3018.06 s [haskell-language-server] Building library 'hls-explicit-imports-plugin' for haskell-language-server-2.12.0.0...
  24631. 3018.14 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24632. 3018.14 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24633. 3018.14 s [haskell-language-server] but were not needed for compilation:
  24634. 3018.14 s [haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
  24635. 3018.14 s [haskell-language-server]
  24636. 3018.15 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 )
  24637. 3022.68 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24638. 3022.68 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24639. 3022.68 s [haskell-language-server] but were not needed for compilation:
  24640. 3022.68 s [haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
  24641. 3022.68 s [haskell-language-server]
  24642. 3022.69 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 )
  24643. 3032.35 s [haskell-language-server] Preprocessing library 'hls-fourmolu-plugin' for haskell-language-server-2.12.0.0...
  24644. 3032.35 s [haskell-language-server] Building library 'hls-fourmolu-plugin' for haskell-language-server-2.12.0.0...
  24645. 3032.45 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.o, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.dyn_o )
  24646. 3034.95 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.p_o )
  24647. 3043.73 s [haskell-language-server] Preprocessing library 'hls-cabal-gild-plugin' for haskell-language-server-2.12.0.0...
  24648. 3043.73 s [haskell-language-server] Building library 'hls-cabal-gild-plugin' for haskell-language-server-2.12.0.0...
  24649. 3043.80 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalGild ( plugins/hls-cabal-gild-plugin/src/Ide/Plugin/CabalGild.hs, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.o, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.dyn_o )
  24650. 3044.98 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalGild ( plugins/hls-cabal-gild-plugin/src/Ide/Plugin/CabalGild.hs, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.p_o )
  24651. 3051.64 s [haskell-language-server] Preprocessing library 'hls-cabal-plugin' for haskell-language-server-2.12.0.0...
  24652. 3051.64 s [haskell-language-server] Building library 'hls-cabal-plugin' for haskell-language-server-2.12.0.0...
  24653. 3051.78 s [haskell-language-server] [ 1 of 24] 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 )
  24654. 3053.00 s [haskell-language-server] [ 2 of 24] 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 )
  24655. 3053.04 s [haskell-language-server] [ 3 of 24] 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 )
  24656. 3053.12 s [haskell-language-server] [ 4 of 24] 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 )
  24657. 3053.17 s [haskell-language-server] [ 5 of 24] 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 )
  24658. 3053.29 s [haskell-language-server] [ 6 of 24] 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 )
  24659. 3053.47 s [haskell-language-server] [ 7 of 24] 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 )
  24660. 3053.47 s [haskell-language-server] [ 8 of 24] 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 )
  24661. 3053.53 s [haskell-language-server] [ 9 of 24] 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 )
  24662. 3053.53 s [haskell-language-server] [10 of 24] 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 )
  24663. 3053.53 s [haskell-language-server] [11 of 24] 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 )
  24664. 3053.53 s [haskell-language-server] [12 of 24] 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 )
  24665. 3053.99 s [haskell-language-server] [13 of 24] 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 )
  24666. 3054.22 s [haskell-language-server] [14 of 24] 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 )
  24667. 3054.22 s [haskell-language-server] [15 of 24] Compiling Ide.Plugin.Cabal.OfInterest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/OfInterest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/OfInterest.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/OfInterest.dyn_o )
  24668. 3054.22 s [haskell-language-server] [16 of 24] Compiling Ide.Plugin.Cabal.Files ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Files.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Files.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Files.dyn_o )
  24669. 3054.22 s [haskell-language-server] [17 of 24] 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 )
  24670. 3054.22 s [haskell-language-server] [18 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Types.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Types.dyn_o )
  24671. 3054.22 s [haskell-language-server] [19 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.Command ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/Command.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Command.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Command.dyn_o )
  24672. 3054.22 s [haskell-language-server] [20 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.CodeAction ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/CodeAction.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/CodeAction.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/CodeAction.dyn_o )
  24673. 3054.22 s [haskell-language-server] [21 of 24] 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 )
  24674. 3054.22 s [haskell-language-server] [22 of 24] 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 )
  24675. 3054.22 s [haskell-language-server] [23 of 24] Compiling Ide.Plugin.Cabal.Rules ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Rules.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Rules.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Rules.dyn_o )
  24676. 3054.22 s [haskell-language-server] [24 of 24] 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 )
  24677. 3055.02 s [haskell-language-server] [ 1 of 24] 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 )
  24678. 3056.23 s [haskell-language-server] [ 2 of 24] 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 )
  24679. 3056.38 s [haskell-language-server] [ 3 of 24] 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 )
  24680. 3056.44 s [haskell-language-server] [ 4 of 24] 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 )
  24681. 3056.49 s [haskell-language-server] [ 5 of 24] 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 )
  24682. 3056.71 s [haskell-language-server] [ 6 of 24] 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 )
  24683. 3056.97 s [haskell-language-server] [ 7 of 24] 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 )
  24684. 3056.97 s [haskell-language-server] [ 8 of 24] 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 )
  24685. 3057.15 s [haskell-language-server] [ 9 of 24] 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 )
  24686. 3057.15 s [haskell-language-server] [10 of 24] 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 )
  24687. 3057.15 s [haskell-language-server] [11 of 24] 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 )
  24688. 3057.15 s [haskell-language-server] [12 of 24] 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 )
  24689. 3057.69 s [haskell-language-server] [13 of 24] 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 )
  24690. 3058.00 s [haskell-language-server] [14 of 24] 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 )
  24691. 3058.00 s [haskell-language-server] [15 of 24] Compiling Ide.Plugin.Cabal.OfInterest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/OfInterest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/OfInterest.p_o )
  24692. 3058.00 s [haskell-language-server] [16 of 24] Compiling Ide.Plugin.Cabal.Files ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Files.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Files.p_o )
  24693. 3058.00 s [haskell-language-server] [17 of 24] 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 )
  24694. 3058.00 s [haskell-language-server] [18 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Types.p_o )
  24695. 3058.60 s [haskell-language-server] [19 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.Command ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/Command.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Command.p_o )
  24696. 3058.91 s [haskell-language-server] [20 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.CodeAction ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/CodeAction.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/CodeAction.p_o )
  24697. 3058.91 s [haskell-language-server] [21 of 24] 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 )
  24698. 3058.91 s [haskell-language-server] [22 of 24] 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 )
  24699. 3058.91 s [haskell-language-server] [23 of 24] Compiling Ide.Plugin.Cabal.Rules ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Rules.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Rules.p_o )
  24700. 3058.91 s [haskell-language-server] [24 of 24] Compiling Ide.Plugin.Cabal ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.p_o )
  24701. 3065.87 s [haskell-language-server] Preprocessing library 'hls-pragmas-plugin' for haskell-language-server-2.12.0.0...
  24702. 3065.87 s [haskell-language-server] Building library 'hls-pragmas-plugin' for haskell-language-server-2.12.0.0...
  24703. 3065.95 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24704. 3065.95 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24705. 3065.95 s [haskell-language-server] but were not needed for compilation:
  24706. 3065.95 s [haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx)
  24707. 3065.95 s [haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-05a6)
  24708. 3065.95 s [haskell-language-server]
  24709. 3065.97 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 )
  24710. 3068.09 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24711. 3068.09 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24712. 3068.09 s [haskell-language-server] but were not needed for compilation:
  24713. 3068.09 s [haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx)
  24714. 3068.09 s [haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-05a6)
  24715. 3068.09 s [haskell-language-server]
  24716. 3068.11 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 )
  24717. 3075.49 s [haskell-language-server] Preprocessing library 'hls-stylish-haskell-plugin' for haskell-language-server-2.12.0.0...
  24718. 3075.49 s [haskell-language-server] Building library 'hls-stylish-haskell-plugin' for haskell-language-server-2.12.0.0...
  24719. 3075.58 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.StylishHaskell ( plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs, dist/build/hls-stylish-haskell-plugin/Ide/Plugin/StylishHaskell.o, dist/build/hls-stylish-haskell-plugin/Ide/Plugin/StylishHaskell.dyn_o )
  24720. 3076.86 s [haskell-language-server] plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  24721. 3076.86 s [haskell-language-server] The import of ‘System.Directory’ is redundant
  24722. 3076.86 s [haskell-language-server] except perhaps to import instances from ‘System.Directory’
  24723. 3076.86 s [haskell-language-server] To import instances alone, use: import System.Directory()
  24724. 3076.86 s [haskell-language-server] |
  24725. 3076.86 s [haskell-language-server] 28 | import System.Directory
  24726. 3076.86 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24727. 3076.86 s [haskell-language-server]
  24728. 3077.33 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.StylishHaskell ( plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs, dist/build/hls-stylish-haskell-plugin/Ide/Plugin/StylishHaskell.p_o )
  24729. 3078.36 s [haskell-language-server] plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  24730. 3078.36 s [haskell-language-server] The import of ‘System.Directory’ is redundant
  24731. 3078.36 s [haskell-language-server] except perhaps to import instances from ‘System.Directory’
  24732. 3078.36 s [haskell-language-server] To import instances alone, use: import System.Directory()
  24733. 3078.36 s [haskell-language-server] |
  24734. 3078.37 s [haskell-language-server] 28 | import System.Directory
  24735. 3078.37 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24736. 3078.37 s [haskell-language-server]
  24737. 3086.63 s [haskell-language-server] Preprocessing library 'hls-stan-plugin' for haskell-language-server-2.12.0.0...
  24738. 3086.63 s [haskell-language-server] Building library 'hls-stan-plugin' for haskell-language-server-2.12.0.0...
  24739. 3086.72 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.o, dist/build/hls-stan-plugin/Ide/Plugin/Stan.dyn_o )
  24740. 3088.68 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.p_o )
  24741. 3096.70 s [haskell-language-server] Preprocessing executable 'ghcide-test-preprocessor' for haskell-language-server-2.12.0.0...
  24742. 3096.70 s [haskell-language-server] Building executable 'ghcide-test-preprocessor' for haskell-language-server-2.12.0.0...
  24743. 3096.76 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 )
  24744. 3096.97 s [haskell-language-server] [2 of 2] Linking dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor
  24745. 3097.28 s [haskell-language-server] Preprocessing library 'hls-semantic-tokens-plugin' for haskell-language-server-2.12.0.0...
  24746. 3097.28 s [haskell-language-server] Building library 'hls-semantic-tokens-plugin' for haskell-language-server-2.12.0.0...
  24747. 3097.35 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24748. 3097.35 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24749. 3097.35 s [haskell-language-server] but were not needed for compilation:
  24750. 3097.35 s [haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h)
  24751. 3097.35 s [haskell-language-server]
  24752. 3097.37 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 )
  24753. 3098.94 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 )
  24754. 3099.33 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 )
  24755. 3099.33 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 )
  24756. 3099.33 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 )
  24757. 3099.33 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 )
  24758. 3099.33 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 )
  24759. 3101.43 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 )
  24760. 3101.75 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24761. 3101.79 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24762. 3101.79 s [haskell-language-server] but were not needed for compilation:
  24763. 3101.79 s [haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h)
  24764. 3101.79 s [haskell-language-server]
  24765. 3101.79 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 )
  24766. 3103.18 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 )
  24767. 3103.66 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 )
  24768. 3103.66 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 )
  24769. 3103.66 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 )
  24770. 3103.66 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 )
  24771. 3103.73 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 )
  24772. 3105.90 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 )
  24773. 3111.86 s [haskell-language-server] Preprocessing library 'hls-code-range-plugin' for haskell-language-server-2.12.0.0...
  24774. 3111.86 s [haskell-language-server] Building library 'hls-code-range-plugin' for haskell-language-server-2.12.0.0...
  24775. 3111.94 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 )
  24776. 3112.70 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 )
  24777. 3114.00 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 )
  24778. 3114.48 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 )
  24779. 3115.26 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 )
  24780. 3116.35 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 )
  24781. 3122.47 s [haskell-language-server] Preprocessing library 'ghcide-bench-lib' for haskell-language-server-2.12.0.0...
  24782. 3122.47 s [haskell-language-server] Building library 'ghcide-bench-lib' for haskell-language-server-2.12.0.0...
  24783. 3122.55 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 )
  24784. 3123.88 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 )
  24785. 3124.57 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24786. 3124.57 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24787. 3124.57 s [haskell-language-server] In a pattern binding:
  24788. 3124.57 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  24789. 3124.57 s [haskell-language-server] Failure _
  24790. 3124.57 s [haskell-language-server] CompletionInvoked _
  24791. 3124.57 s [haskell-language-server] |
  24792. 3124.57 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  24793. 3124.57 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24794. 3124.57 s [haskell-language-server]
  24795. 3124.57 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24796. 3124.57 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24797. 3124.57 s [haskell-language-server] In a lambda abstraction:
  24798. 3124.57 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  24799. 3124.57 s [haskell-language-server] ‘ProcessHandle’ not matched:
  24800. 3124.57 s [haskell-language-server] Nothing _ _ _
  24801. 3124.57 s [haskell-language-server] (Just _) Nothing _ _
  24802. 3124.57 s [haskell-language-server] (Just _) (Just _) Nothing _
  24803. 3124.57 s [haskell-language-server] |
  24804. 3124.57 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  24805. 3124.57 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24806. 3124.57 s [haskell-language-server]
  24807. 3124.57 s [haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning: [GHC-63394] [-Wx-partial]
  24808. 3124.57 s [haskell-language-server] In the use of ‘head’
  24809. 3124.57 s [haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
  24810. 3124.57 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"."
  24811. 3124.57 s [haskell-language-server] |
  24812. 3124.57 s [haskell-language-server] 630 | let DocumentPositions{..} = head docs
  24813. 3124.57 s [haskell-language-server] | ^^^^
  24814. 3124.57 s [haskell-language-server]
  24815. 3126.73 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 )
  24816. 3128.00 s [haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.p_o )
  24817. 3128.51 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24818. 3128.51 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24819. 3128.51 s [haskell-language-server] In a pattern binding:
  24820. 3128.51 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  24821. 3128.51 s [haskell-language-server] Failure _
  24822. 3128.51 s [haskell-language-server] CompletionInvoked _
  24823. 3128.51 s [haskell-language-server] |
  24824. 3128.51 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  24825. 3128.51 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24826. 3128.51 s [haskell-language-server]
  24827. 3128.51 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24828. 3128.51 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24829. 3128.51 s [haskell-language-server] In a lambda abstraction:
  24830. 3128.51 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  24831. 3128.51 s [haskell-language-server] ‘ProcessHandle’ not matched:
  24832. 3128.51 s [haskell-language-server] Nothing _ _ _
  24833. 3128.51 s [haskell-language-server] (Just _) Nothing _ _
  24834. 3128.51 s [haskell-language-server] (Just _) (Just _) Nothing _
  24835. 3128.51 s [haskell-language-server] |
  24836. 3128.51 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  24837. 3128.51 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24838. 3128.51 s [haskell-language-server]
  24839. 3128.51 s [haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning: [GHC-63394] [-Wx-partial]
  24840. 3128.51 s [haskell-language-server] In the use of ‘head’
  24841. 3128.52 s [haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
  24842. 3128.52 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"."
  24843. 3128.52 s [haskell-language-server] |
  24844. 3128.52 s [haskell-language-server] 630 | let DocumentPositions{..} = head docs
  24845. 3128.52 s [haskell-language-server] | ^^^^
  24846. 3128.52 s [haskell-language-server]
  24847. 3136.88 s [haskell-language-server] Preprocessing executable 'ghcide-bench' for haskell-language-server-2.12.0.0...
  24848. 3136.88 s [haskell-language-server] Building executable 'ghcide-bench' for haskell-language-server-2.12.0.0...
  24849. 3137.49 s [haskell-language-server] [1 of 1] Compiling Main ( ghcide-bench/exe/Main.hs, dist/build/ghcide-bench/ghcide-bench-tmp/Main.dyn_o )
  24850. 3137.49 s [haskell-language-server] [2 of 2] Linking dist/build/ghcide-bench/ghcide-bench
  24851. 3138.67 s [haskell-language-server] Preprocessing library 'hls-module-name-plugin' for haskell-language-server-2.12.0.0...
  24852. 3138.67 s [haskell-language-server] Building library 'hls-module-name-plugin' for haskell-language-server-2.12.0.0...
  24853. 3138.74 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 )
  24854. 3140.07 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 )
  24855. 3146.89 s [haskell-language-server] Preprocessing library for haskell-language-server-2.12.0.0...
  24856. 3146.89 s [haskell-language-server] Building library for haskell-language-server-2.12.0.0...
  24857. 3147.07 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24858. 3147.07 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24859. 3147.07 s [haskell-language-server] but were not needed for compilation:
  24860. 3147.07 s [haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
  24861. 3147.07 s [haskell-language-server]
  24862. 3147.08 s [haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.o, dist/build/HlsPlugins.dyn_o )
  24863. 3148.03 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 )
  24864. 3148.03 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 )
  24865. 3149.43 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 )
  24866. 3149.68 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 )
  24867. 3150.42 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24868. 3150.42 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24869. 3150.42 s [haskell-language-server] but were not needed for compilation:
  24870. 3150.42 s [haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
  24871. 3150.42 s [haskell-language-server]
  24872. 3150.44 s [haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.p_o )
  24873. 3151.38 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 )
  24874. 3151.38 s [haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.p_o )
  24875. 3152.90 s [haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.p_o )
  24876. 3153.42 s [haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.p_o )
  24877. 3162.82 s [haskell-language-server] Preprocessing executable 'haskell-language-server' for haskell-language-server-2.12.0.0...
  24878. 3162.86 s [haskell-language-server] Building executable 'haskell-language-server' for haskell-language-server-2.12.0.0...
  24879. 3162.89 s [haskell-language-server] [1 of 1] Compiling Main ( exe/Main.hs, dist/build/haskell-language-server/haskell-language-server-tmp/Main.dyn_o )
  24880. 3163.88 s [haskell-language-server] [2 of 2] Linking dist/build/haskell-language-server/haskell-language-server
  24881. 3165.63 s [haskell-language-server] Preprocessing executable 'haskell-language-server-wrapper' for haskell-language-server-2.12.0.0...
  24882. 3165.63 s [haskell-language-server] Building executable 'haskell-language-server-wrapper' for haskell-language-server-2.12.0.0...
  24883. 3165.77 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 )
  24884. 3166.62 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 )
  24885. 3166.98 s [haskell-language-server] [3 of 3] Linking dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper
  24886. 3168.74 s [haskell-language-server] buildPhase completed in 5 minutes 50 seconds
  24887. 3168.77 s [haskell-language-server] Phase: haddockPhase
  24888. 3168.77 s [haskell-language-server] Phase: installPhase
  24889. 3168.90 s [haskell-language-server] Installing internal library hls-eval-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  24890. 3169.07 s [haskell-language-server] Installing internal library hls-call-hierarchy-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  24891. 3169.12 s [haskell-language-server] Installing internal library hls-class-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  24892. 3169.18 s [haskell-language-server] Installing internal library hls-signature-help-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  24893. 3169.20 s [haskell-language-server] Installing internal library hls-alternate-number-format-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  24894. 3169.25 s [haskell-language-server] Installing internal library hls-cabal-fmt-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  24895. 3169.27 s [haskell-language-server] Installing internal library hls-notes-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  24896. 3169.30 s [haskell-language-server] Installing internal library hls-qualify-imported-names-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  24897. 3169.32 s [haskell-language-server] Installing internal library hls-overloaded-record-dot-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  24898. 3169.36 s [haskell-language-server] Installing internal library hls-explicit-record-fields-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  24899. 3169.39 s [haskell-language-server] Installing internal library hls-ormolu-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  24900. 3169.42 s [haskell-language-server] Installing internal library hls-refactor-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24901. 3169.75 s [haskell-language-server] Installing internal library hls-rename-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  24902. 3169.77 s [haskell-language-server] Installing internal library hls-gadt-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  24903. 3169.80 s [haskell-language-server] Installing internal library hls-explicit-fixity-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  24904. 3169.82 s [haskell-language-server] Installing internal library hls-change-type-signature-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  24905. 3169.85 s [haskell-language-server] Installing internal library hls-explicit-imports-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  24906. 3169.90 s [haskell-language-server] Installing internal library hls-fourmolu-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  24907. 3169.93 s [haskell-language-server] Installing internal library hls-cabal-gild-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  24908. 3169.95 s [haskell-language-server] Installing internal library hls-cabal-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  24909. 3170.11 s [haskell-language-server] Installing internal library hls-pragmas-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  24910. 3170.14 s [haskell-language-server] Installing internal library hls-stylish-haskell-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  24911. 3170.16 s [haskell-language-server] Installing internal library hls-stan-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  24912. 3170.18 s [haskell-language-server] Installing executable ghcide-test-preprocessor in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24913. 3170.18 s [haskell-language-server] Warning: The directory
  24914. 3170.18 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24915. 3170.18 s [haskell-language-server] is not in the system search path.
  24916. 3170.19 s [haskell-language-server] Installing internal library hls-semantic-tokens-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  24917. 3170.25 s [haskell-language-server] Installing internal library hls-code-range-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  24918. 3170.29 s [haskell-language-server] Installing internal library ghcide-bench-lib in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  24919. 3170.36 s [haskell-language-server] Installing executable ghcide-bench in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24920. 3170.36 s [haskell-language-server] Warning: The directory
  24921. 3170.36 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24922. 3170.36 s [haskell-language-server] is not in the system search path.
  24923. 3170.37 s [haskell-language-server] Installing internal library hls-module-name-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  24924. 3170.39 s [haskell-language-server] Installing library in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24925. 3170.44 s [haskell-language-server] Installing executable haskell-language-server in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24926. 3170.44 s [haskell-language-server] Warning: The directory
  24927. 3170.44 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24928. 3170.44 s [haskell-language-server] is not in the system search path.
  24929. 3170.45 s [haskell-language-server] Installing executable haskell-language-server-wrapper in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24930. 3170.45 s [haskell-language-server] Warning: The directory
  24931. 3170.45 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24932. 3170.45 s [haskell-language-server] is not in the system search path.
  24933. 3172.46 s [haskell-language-server] Phase: fixupPhase
  24934. 3172.48 s [haskell-language-server] shrinking RPATHs of ELF executables and libraries in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24935. 3172.48 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin-ghc9.10.2.so
  24936. 3172.62 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin-ghc9.10.2.so
  24937. 3172.71 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin-ghc9.10.2.so
  24938. 3172.81 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin-ghc9.10.2.so
  24939. 3172.89 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin-ghc9.10.2.so
  24940. 3172.98 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin-ghc9.10.2.so
  24941. 3173.07 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin-ghc9.10.2.so
  24942. 3173.15 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin-ghc9.10.2.so
  24943. 3173.24 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin-ghc9.10.2.so
  24944. 3173.33 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin-ghc9.10.2.so
  24945. 3173.41 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin-ghc9.10.2.so
  24946. 3173.49 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin-ghc9.10.2.so
  24947. 3173.57 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj-ghc9.10.2.so
  24948. 3173.68 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin-ghc9.10.2.so
  24949. 3173.77 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin-ghc9.10.2.so
  24950. 3173.85 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin-ghc9.10.2.so
  24951. 3173.93 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin-ghc9.10.2.so
  24952. 3174.01 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib-ghc9.10.2.so
  24953. 3174.12 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin-ghc9.10.2.so
  24954. 3174.21 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin-ghc9.10.2.so
  24955. 3174.30 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin-ghc9.10.2.so
  24956. 3174.38 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin-ghc9.10.2.so
  24957. 3174.47 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin-ghc9.10.2.so
  24958. 3174.55 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin-ghc9.10.2.so
  24959. 3174.63 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin-ghc9.10.2.so
  24960. 3174.71 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin-ghc9.10.2.so
  24961. 3174.79 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin-ghc9.10.2.so
  24962. 3174.88 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin-ghc9.10.2.so
  24963. 3174.96 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/ghcide-test-preprocessor
  24964. 3174.98 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/.haskell-language-server-9.10.2-unwrapped
  24965. 3175.09 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/ghcide-bench
  24966. 3175.19 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/haskell-language-server-wrapper
  24967. 3175.30 s [haskell-language-server] checking for references to /build/ in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0...
  24968. 3175.44 s [haskell-language-server] patching script interpreter paths in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24969. 3175.45 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/haskell-language-server: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
  24970. 3175.47 s [haskell-language-server] stripping (with command strip and flags -S -p) in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24971. 3176.26 s [haskell-language-server] rewriting symlink /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/haskell-language-server-9.10.2 to be relative to /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24972. 3179.86 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24973. 3180.70 s [post-build-hook] Pushing 1 paths (577 are already present) using zstd to cache sellout ⏳
  24974. 3180.73 s [post-build-hook]
  24975. 3181.07 s [post-build-hook] Pushing /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0 (110.87 MiB)
  24976. 3183.20 s [post-build-hook]
  24977. 3183.20 s [post-build-hook] All done.
  24978. 3183.22 s [post-build-hook] Uploading to the NixCI cache: /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24979. 3183.26 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24980. 3183.30 s [post-build-hook] copying 1 paths...
  24981. 3183.30 s [post-build-hook] copying path '/nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0' to 'https://cache.nix-ci.com'...
  24982. 3201.23 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24983. 3201.51 s [post-build-hook] copying 1 paths...
  24984. 3201.56 s [post-build-hook] copying path '/nix/store/zk6qfadiq6rj9116s069f6n27iq1n6bm-haskell-language-server-2.12.0.0.drv' to 'https://cache.nix-ci.com'...
  24985. 3201.74 s Progress: 359 of 361 built, 370 of 370 downloaded from cache
  24986. 3201.84 s Building ghc-shell-for-packages
  24987. 3202.64 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/4lvmfa8hw954jq8nday3vcw6z3b3w3j4-ghc-shell-for-packages-0
  24988. 3203.20 s [post-build-hook] Pushing 1 paths (777 are already present) using zstd to cache sellout ⏳
  24989. 3203.20 s [post-build-hook]
  24990. 3203.57 s [post-build-hook] Pushing /nix/store/4lvmfa8hw954jq8nday3vcw6z3b3w3j4-ghc-shell-for-packages-0 (336.00 B)
  24991. 3204.55 s [post-build-hook]
  24992. 3204.55 s [post-build-hook] All done.
  24993. 3204.57 s [post-build-hook] Uploading to the NixCI cache: /nix/store/4lvmfa8hw954jq8nday3vcw6z3b3w3j4-ghc-shell-for-packages-0
  24994. 3204.60 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24995. 3204.65 s [post-build-hook] copying 1 paths...
  24996. 3204.65 s [post-build-hook] copying path '/nix/store/4lvmfa8hw954jq8nday3vcw6z3b3w3j4-ghc-shell-for-packages-0' to 'https://cache.nix-ci.com'...
  24997. 3204.95 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24998. 3205.34 s [post-build-hook] copying 1 paths...
  24999. 3205.34 s [post-build-hook] copying path '/nix/store/sc2l0vr5xxbcgjy5jxwvzjyk7yxd2hf1-ghc-shell-for-packages-0.drv' to 'https://cache.nix-ci.com'...
  25000. 3205.56 s Progress: 360 of 361 built, 370 of 370 downloaded from cache