1. 636.45 s [stan] [8 of 9] Compiling Target.Partial
  2. 636.45 s [stan] [9 of 9] Compiling Target.Style
  3. 636.45 s [stan] [1 of 9] Compiling Target.AntiPattern
  4. 636.45 s [stan] [2 of 9] Compiling Target.AntiPattern.Stan0206
  5. 636.45 s [stan] [3 of 9] Compiling Target.AntiPattern.Stan0206Extensions
  6. 636.45 s [stan] [4 of 9] Compiling Target.AntiPattern.Stan0212
  7. 636.45 s [stan] [5 of 9] Compiling Target.AntiPattern.Stan0213
  8. 636.45 s [stan] [6 of 9] Compiling Target.AntiPattern.Stan0214
  9. 636.45 s [stan] [7 of 9] Compiling Target.Infinite
  10. 636.45 s [stan] [8 of 9] Compiling Target.Partial
  11. 636.45 s [stan] [9 of 9] Compiling Target.Style
  12. 636.45 s [stan] buildPhase completed in 2 minutes 27 seconds
  13. 636.45 s [stan] Phase: checkPhase
  14. 636.45 s [stan] Running 1 test suites...
  15. 636.45 s [stan] Test suite stan-test: RUNNING...
  16. 636.45 s [stan] ⓘ Using the following .cabal file: stan.cabal
  17. 636.45 s [stan]
  18. 636.45 s [stan]
  19. 636.45 s [stan] LoC tests
  20. 636.45 s [stan] should count lines of code in the example file [✔]
  21. 636.45 s [stan] Modules number tests
  22. 636.45 s [stan] should count correct number of modules [✔]
  23. 636.45 s [stan] CLI configuration tests
  24. 636.45 s [stan] execParserPure . configToCliCommand ≡ pure [✔]
  25. 636.45 s [stan] passed 100 tests.
  26. 636.45 s [stan] Converts Config to CLI command and parses it back [✔]
  27. 636.45 s [stan] TOML configuration tests
  28. 636.45 s [stan] decode . encode ≡ pure [✔]
  29. 636.45 s [stan] passed 100 tests.
  30. 636.45 s [stan] Parses test/.stan.example.toml [✔]
  31. 636.45 s [stan] Stan Configuration Tests
  32. 636.45 s [stan] Configuration checks aggregation
  33. 636.45 s [stan] applyCheck: Unit Tests
  34. 636.45 s [stan] All inspections when empty Check list [✔]
  35. 636.45 s [stan] Including all inspections [✔]
  36. 636.45 s [stan] All inspections are excluded [✔]
  37. 636.45 s [stan] Excluding single Inspection ID works [✔]
  38. 636.45 s [stan] Excluding single file works [✔]
  39. 636.45 s [stan] Excluding a directory works [✔]
  40. 636.45 s [stan] Excluding inspection in a single file [✔]
  41. 636.45 s [stan] applyCheck: Property Tests
  42. 636.45 s [stan] Idempotence: applyChecks . applyChecks ≡ applyChecks [✔]
  43. 636.45 s [stan] passed 100 tests.
  44. 636.45 s [stan] CheckType Inversion: include c . exclude c ≡ id [✔]
  45. 636.45 s [stan] passed 100 tests.
  46. 636.45 s [stan] applyConfig tests
  47. 636.45 s [stan] 'applyConfig' with no removed files is the same as 'applyChecks' [✔]
  48. 636.45 s [stan] Removes all files [✔]
  49. 636.45 s [tree-diff] src/Data/TreeDiff/Pretty.hs:226:35: warning: [GHC-68441] [-Wdeprecations]
  50. 636.45 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  51. 636.45 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  52. 636.45 s [tree-diff] |
  53. 636.45 s [tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
  54. 636.45 s [tree-diff] | ^^^^^^^^
  55. 636.45 s [tree-diff]
  56. 636.45 s [tree-diff] src/Data/TreeDiff/Pretty.hs:226:46: warning: [GHC-68441] [-Wdeprecations]
  57. 636.45 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  58. 636.45 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  59. 636.45 s [tree-diff] |
  60. 636.45 s [tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
  61. 636.45 s [tree-diff] | ^^^^^^^
  62. 636.45 s [tree-diff]
  63. 636.45 s [tree-diff] src/Data/TreeDiff/Pretty.hs:227:24: warning: [GHC-68441] [-Wdeprecations]
  64. 636.45 s [tree-diff] In the use of ‘red’ (imported from Text.PrettyPrint.ANSI.Leijen):
  65. 636.45 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  66. 636.45 s [tree-diff] |
  67. 636.45 s [tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
  68. 636.45 s [tree-diff] | ^^^^^^
  69. 636.45 s [tree-diff]
  70. 636.45 s [tree-diff] src/Data/TreeDiff/Pretty.hs:227:35: warning: [GHC-68441] [-Wdeprecations]
  71. 636.45 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  72. 636.45 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  73. 636.45 s [tree-diff] |
  74. 636.45 s [tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
  75. 636.45 s [tree-diff] | ^^^^^^^^
  76. 636.45 s [tree-diff]
  77. 636.45 s [tree-diff] src/Data/TreeDiff/Pretty.hs:227:46: warning: [GHC-68441] [-Wdeprecations]
  78. 636.45 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  79. 636.45 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  80. 636.45 s [tree-diff] |
  81. 636.45 s [tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
  82. 636.45 s [tree-diff] | ^^^^^^^
  83. 636.45 s [tree-diff]
  84. 636.45 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:27: warning: [GHC-68441] [-Wdeprecations]
  85. 636.45 s [tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
  86. 636.45 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  87. 636.45 s [tree-diff] |
  88. 636.45 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  89. 636.45 s [tree-diff] | ^^^^^^^^
  90. 636.45 s [tree-diff]
  91. 636.45 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:38: warning: [GHC-68441] [-Wdeprecations]
  92. 636.45 s [tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
  93. 636.45 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  94. 636.45 s [tree-diff] |
  95. 636.45 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  96. 636.45 s [tree-diff] | ^^^^^^^
  97. 636.45 s [tree-diff]
  98. 636.45 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:52: warning: [GHC-68441] [-Wdeprecations]
  99. 636.45 s [tree-diff] In the use of ‘<$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  100. 636.45 s [deferred-folds] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  101. 636.45 s [deferred-folds] include tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
  102. 636.45 s [deferred-folds] Linked component graph:
  103. 636.45 s [deferred-folds] unit deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
  104. 636.45 s [deferred-folds] include base-4.18.1.0
  105. 636.46 s [deferred-folds] include bytestring-0.11.5.2
  106. 636.46 s [deferred-folds] include containers-0.6.7
  107. 636.46 s [deferred-folds] include foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
  108. 636.46 s [deferred-folds] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  109. 636.46 s [deferred-folds] include primitive-0.9.1.0-4Xu9LMuZ2cCJzEReDHZuyI
  110. 636.46 s [deferred-folds] include text-2.0.2
  111. 636.46 s [deferred-folds] include transformers-0.6.1.0
  112. 636.46 s [deferred-folds] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  113. 636.46 s [deferred-folds] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
  114. 636.46 s [deferred-folds] DeferredFolds.Unfoldl=deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ:DeferredFolds.Unfoldl,DeferredFolds.UnfoldlM=deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ:DeferredFolds.UnfoldlM,DeferredFolds.Unfoldr=deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ:DeferredFolds.Unfoldr
  115. 636.46 s [deferred-folds] unit deferred-folds-0.9.18.7-HCwkCqENQnl8gpMEJGWJzM-test
  116. 636.46 s [deferred-folds] include deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
  117. 636.46 s [deferred-folds] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
  118. 636.46 s [deferred-folds] include rerebase-1.21.2-48qTSTMVjWWGDcHyvKzaQ3
  119. 636.46 s [deferred-folds] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  120. 636.46 s [deferred-folds] include tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
  121. 636.46 s [deferred-folds] Ready component graph:
  122. 636.46 s [deferred-folds] definite deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
  123. 636.46 s [deferred-folds] depends base-4.18.1.0
  124. 636.46 s [deferred-folds] depends bytestring-0.11.5.2
  125. 636.46 s [deferred-folds] depends containers-0.6.7
  126. 636.46 s [deferred-folds] depends foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
  127. 636.46 s [deferred-folds] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  128. 636.46 s [deferred-folds] depends primitive-0.9.1.0-4Xu9LMuZ2cCJzEReDHZuyI
  129. 636.46 s [deferred-folds] depends text-2.0.2
  130. 636.46 s [deferred-folds] depends transformers-0.6.1.0
  131. 636.46 s [deferred-folds] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  132. 636.46 s [deferred-folds] depends vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
  133. 636.46 s [deferred-folds] definite deferred-folds-0.9.18.7-HCwkCqENQnl8gpMEJGWJzM-test
  134. 636.46 s [deferred-folds] depends deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
  135. 636.46 s [deferred-folds] depends quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
  136. 636.46 s [deferred-folds] depends rerebase-1.21.2-48qTSTMVjWWGDcHyvKzaQ3
  137. 636.46 s [deferred-folds] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  138. 636.46 s [deferred-folds] depends tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
  139. 636.46 s [deferred-folds] Using Cabal-3.10.1.0 compiled by ghc-9.6
  140. 636.46 s [deferred-folds] Using compiler: ghc-9.6.3
  141. 636.46 s [deferred-folds] Using install prefix:
  142. 636.46 s [deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7
  143. 636.46 s [deferred-folds] Executables installed in:
  144. 636.46 s [deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/bin
  145. 636.46 s [deferred-folds] Libraries installed in:
  146. 636.46 s [deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
  147. 636.46 s [deferred-folds] Dynamic Libraries installed in:
  148. 636.46 s [deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  149. 636.46 s [deferred-folds] Private executables installed in:
  150. 636.46 s [deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/libexec/x86_64-linux-ghc-9.6.3/deferred-folds-0.9.18.7
  151. 636.46 s [deferred-folds] Data files installed in:
  152. 636.46 s [deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/share/x86_64-linux-ghc-9.6.3/deferred-folds-0.9.18.7
  153. 636.46 s [deferred-folds] Documentation installed in:
  154. 636.46 s [deferred-folds] /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc/share/doc/deferred-folds-0.9.18.7
  155. 636.46 s [deferred-folds] Configuration files installed in:
  156. 636.46 s [deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/etc
  157. 636.46 s [deferred-folds] No alex found
  158. 636.46 s [deferred-folds] Using ar found on system at:
  159. 636.46 s [deferred-folds] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  160. 636.46 s [deferred-folds] No c2hs found
  161. 636.46 s [deferred-folds] No cpphs found
  162. 636.46 s [deferred-folds] No doctest found
  163. 636.46 s [deferred-folds] Using gcc version 14.3.0 given by user at:
  164. 636.46 s [deferred-folds] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  165. 636.46 s [deferred-folds] Using ghc version 9.6.3 found on system at:
  166. 636.46 s [deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  167. 636.46 s [deferred-folds] Using ghc-pkg version 9.6.3 found on system at:
  168. 636.46 s [deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  169. 636.46 s [deferred-folds] No ghcjs found
  170. 636.46 s [deferred-folds] No ghcjs-pkg found
  171. 636.46 s [deferred-folds] No greencard found
  172. 636.46 s [deferred-folds] Using haddock version 2.29.1 found on system at:
  173. 636.46 s [deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  174. 636.46 s [deferred-folds] No happy found
  175. 636.46 s [deferred-folds] Using haskell-suite found on system at: haskell-suite-dummy-location
  176. 636.46 s [focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/bin
  177. 636.46 s [focus] Libraries installed in:
  178. 636.46 s [focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
  179. 636.46 s [focus] Dynamic Libraries installed in:
  180. 636.46 s [focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  181. 636.46 s [focus] Private executables installed in:
  182. 636.46 s [focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/libexec/x86_64-linux-ghc-9.6.3/focus-1.0.3.2
  183. 636.46 s [focus] Data files installed in:
  184. 636.46 s [focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/share/x86_64-linux-ghc-9.6.3/focus-1.0.3.2
  185. 636.46 s [focus] Documentation installed in:
  186. 636.46 s [focus] /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc/share/doc/focus-1.0.3.2
  187. 636.46 s [focus] Configuration files installed in:
  188. 636.46 s [focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/etc
  189. 636.46 s [focus] No alex found
  190. 636.46 s [focus] Using ar found on system at:
  191. 636.46 s [focus] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  192. 636.46 s [focus] No c2hs found
  193. 636.46 s [focus] No cpphs found
  194. 636.46 s [focus] No doctest found
  195. 636.46 s [focus] Using gcc version 14.3.0 given by user at:
  196. 636.46 s [focus] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  197. 636.46 s [focus] Using ghc version 9.6.3 found on system at:
  198. 636.46 s [focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  199. 636.46 s [focus] Using ghc-pkg version 9.6.3 found on system at:
  200. 636.46 s [focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  201. 636.46 s [focus] No ghcjs found
  202. 636.46 s [focus] No ghcjs-pkg found
  203. 636.46 s [focus] No greencard found
  204. 636.46 s [focus] Using haddock version 2.29.1 found on system at:
  205. 636.46 s [focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  206. 636.46 s [focus] No happy found
  207. 636.46 s [focus] Using haskell-suite found on system at: haskell-suite-dummy-location
  208. 636.46 s [focus] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  209. 636.46 s [focus] No hmake found
  210. 636.46 s [focus] Using hpc version 0.68 found on system at:
  211. 636.46 s [focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  212. 636.46 s [focus] Using hsc2hs version 0.68.9 found on system at:
  213. 636.46 s [focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  214. 636.46 s [focus] Using hscolour version 1.25 found on system at:
  215. 636.46 s [focus] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  216. 636.46 s [focus] No jhc found
  217. 636.46 s [focus] Using ld found on system at:
  218. 636.46 s [focus] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  219. 636.46 s [focus] No pkg-config found
  220. 636.46 s [focus] Using runghc version 9.6.3 found on system at:
  221. 636.46 s [focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  222. 636.46 s [focus] Using strip version 2.44 found on system at:
  223. 636.46 s [focus] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  224. 636.46 s [focus] Using tar found on system at:
  225. 636.46 s [focus] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  226. 636.46 s [focus] No uhc found
  227. 636.46 s [focus] Phase: buildPhase
  228. 636.46 s [focus] Preprocessing library for focus-1.0.3.2..
  229. 636.46 s [focus] Building library for focus-1.0.3.2..
  230. 636.46 s [focus] [1 of 2] Compiling Focus.Prelude ( library/Focus/Prelude.hs, dist/build/Focus/Prelude.o, dist/build/Focus/Prelude.dyn_o )
  231. 636.46 s [focus] [2 of 2] Compiling Focus ( library/Focus.hs, dist/build/Focus.o, dist/build/Focus.dyn_o )
  232. 636.46 s [focus] [1 of 2] Compiling Focus.Prelude ( library/Focus/Prelude.hs, dist/build/Focus/Prelude.p_o )
  233. 636.46 s [focus] [2 of 2] Compiling Focus ( library/Focus.hs, dist/build/Focus.p_o )
  234. 636.46 s [focus] Preprocessing test suite 'test' for focus-1.0.3.2..
  235. 636.46 s [focus] Building test suite 'test' for focus-1.0.3.2..
  236. 636.46 s [focus] [1 of 1] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o, dist/build/test/test-tmp/Main.dyn_o )
  237. 636.46 s [focus] [2 of 2] Linking dist/build/test/test
  238. 636.46 s [focus] Phase: checkPhase
  239. 636.46 s [focus] Running 1 test suites...
  240. 636.46 s [focus] Test suite test: RUNNING...
  241. 636.46 s [focus]
  242. 636.46 s [focus] Monadically composed lookup and insert (https://github.com/nikita-volkov/stm-containers/issues/25): OK
  243. 636.46 s [focus] Applicatively composed lookup and insert: OK
  244. 636.46 s [focus] Applicatively composed pure and insert: OK
  245. 636.46 s [focus] insert: OK
  246. 636.46 s [focus] alter: OK
  247. 636.46 s [focus] update: OK
  248. 636.46 s [hiedb] getReachableUnreachable (src/HieDb/Query.hs:278)
  249. 636.46 s [hiedb] splitByReachability (src/HieDb/Query.hs:285)
  250. 636.46 s [hiedb] 66% ( 14 / 21) in 'HieDb.Create'
  251. 636.46 s [hiedb] Missing documentation for:
  252. 636.46 s [hiedb] Module header
  253. 636.46 s [hiedb] sCHEMA_VERSION (src/HieDb/Create.hs:39)
  254. 636.46 s [hiedb] dB_VERSION (src/HieDb/Create.hs:42)
  255. 636.46 s [hiedb] defaultSkipOptions (src/HieDb/Create.hs:241)
  256. 636.46 s [hiedb] addRefsFromLoaded (src/HieDb/Create.hs:281)
  257. 636.46 s [hiedb] addRefsFromLoadedInternal (src/HieDb/Create.hs:294)
  258. 636.46 s [hiedb] deleteInternalTables (src/HieDb/Create.hs:412)
  259. 636.46 s [hiedb] 83% ( 5 / 6) in 'HieDb'
  260. 636.46 s [hiedb] Missing documentation for:
  261. 636.46 s [hiedb] Module header
  262. 636.46 s [hiedb] 0% ( 0 / 27) in 'HieDb.Run'
  263. 636.46 s [hiedb] Missing documentation for:
  264. 636.46 s [hiedb] Module header
  265. 636.46 s [hiedb] hiedbMain (src/HieDb/Run.hs:52)
  266. 636.46 s [hiedb] Options (src/HieDb/Run.hs:74)
  267. 636.46 s [hiedb] Command (src/HieDb/Run.hs:87)
  268. 636.46 s [hiedb] progParseInfo (src/HieDb/Run.hs:111)
  269. 636.46 s [hiedb] progParser (src/HieDb/Run.hs:117)
  270. 636.46 s [hiedb] optParser (src/HieDb/Run.hs:120)
  271. 636.46 s [hiedb] cmdParser (src/HieDb/Run.hs:155)
  272. 636.46 s [hiedb] posParser (src/HieDb/Run.hs:218)
  273. 636.46 s [hiedb] maybeUnitId (src/HieDb/Run.hs:221)
  274. 636.46 s [hiedb] symbolParser (src/HieDb/Run.hs:225)
  275. 636.46 s [hiedb] moduleNameParser (src/HieDb/Run.hs:228)
  276. 636.46 s [hiedb] hieTarget (src/HieDb/Run.hs:231)
  277. 636.46 s [hiedb] progress (src/HieDb/Run.hs:236)
  278. 636.46 s [hiedb] doIndex (src/HieDb/Run.hs:253)
  279. 636.46 s [hiedb] runCommand (src/HieDb/Run.hs:271)
  280. 636.46 s [hiedb] printInfo (src/HieDb/Run.hs:448)
  281. 636.46 s [hiedb] hieFileCommand (src/HieDb/Run.hs:471)
  282. 636.46 s [hiedb] reportAmbiguousErr (src/HieDb/Run.hs:474)
  283. 636.46 s [hiedb] showHieDbErr (src/HieDb/Run.hs:480)
  284. 636.46 s [hiedb] reportRefSpans (src/HieDb/Run.hs:491)
  285. 636.46 s [hiedb] reportRefs (src/HieDb/Run.hs:543)
  286. 636.46 s [hiedb] colouredPP (src/HieDb/Run.hs:550)
  287. 636.46 s [hiedb] ppName (src/HieDb/Run.hs:558)
  288. 636.46 s [hiedb] ppMod (src/HieDb/Run.hs:561)
  289. 636.46 s [hiedb] ppUnit (src/HieDb/Run.hs:564)
  290. 636.46 s [hiedb] ppSpan (src/HieDb/Run.hs:567)
  291. 636.46 s [hiedb] Warning: HieDb.Compat: could not find link destinations for:
  292. 636.46 s [hiedb] - GHC.Types.Unique.Supply.genSym
  293. 636.46 s [hiedb] Documentation created: dist/doc/html/hiedb/index.html,
  294. 636.46 s [hiedb] dist/doc/html/hiedb/hiedb.txt
  295. 636.46 s [hiedb] Preprocessing executable 'hiedb' for hiedb-0.6.0.2..
  296. 636.46 s [hiedb] Phase: installPhase
  297. 636.46 s [hiedb] Installing library in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  298. 636.46 s [hiedb] Installing executable hiedb in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/bin
  299. 636.46 s [hiedb] Warning: The directory
  300. 636.46 s [hiedb] /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/bin is not in the
  301. 636.46 s [hiedb] system search path.
  302. 636.46 s [hiedb] Phase: fixupPhase
  303. 636.46 s [hiedb] shrinking RPATHs of ELF executables and libraries in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2
  304. 636.46 s [hiedb] shrinking /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe-ghc9.6.3.so
  305. 636.46 s [hiedb] shrinking /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/bin/hiedb
  306. 636.46 s [hiedb] checking for references to /build/ in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2...
  307. 636.46 s [hiedb] patching script interpreter paths in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2
  308. 636.46 s [hiedb] stripping (with command strip and flags -S -p) in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/lib /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/bin
  309. 636.46 s [hiedb] shrinking RPATHs of ELF executables and libraries in /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc
  310. 636.46 s [hiedb] checking for references to /build/ in /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc...
  311. 636.46 s [hiedb] patching script interpreter paths in /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc
  312. 636.46 s [hw-prim] ✓ <interactive> passed 100 tests.
  313. 636.46 s [hw-prim] Conversion of ByteString works 2 [✔]
  314. 636.46 s [hw-prim] ✓ <interactive> passed 100 tests.
  315. 636.46 s [hw-prim] Conversion of ByteString works 3 [✔]
  316. 636.46 s [hw-prim] HaskellWorks.Data.Vector.Storable
  317. 636.46 s [hw-prim] HaskellWorks.Data.Vector.StorableSpec
  318. 636.46 s [hw-prim] ✓ <interactive> passed 100 tests.
  319. 636.46 s [hw-prim] mapAccumL: f a b = (a + 1, b * 2) [✔]
  320. 636.46 s [hw-prim] ✓ <interactive> passed 100 tests.
  321. 636.46 s [hw-prim] mapAccumL: f a b = (a * 2, b + 1) [✔]
  322. 636.46 s [hw-prim] ✓ <interactive> passed 100 tests.
  323. 636.46 s [hw-prim] construct2N [✔]
  324. 636.46 s [hw-prim] construct64UnzipN
  325. 636.46 s [hw-prim] ✓ <interactive> passed 100 tests.
  326. 636.46 s [hw-prim] property [✔]
  327. 636.46 s [hw-prim] ✓ <interactive> passed 100 tests.
  328. 636.46 s [hw-prim] unzipFromListN2 [✔]
  329. 636.46 s [hw-prim]
  330. 636.46 s [hw-prim] Finished in 5.4791 seconds
  331. 636.46 s [hw-prim] 44 examples, 0 failures
  332. 636.46 s [hw-prim] Test suite hw-prim-test: PASS
  333. 636.46 s [hw-prim] Test suite logged to: dist/test/hw-prim-0.6.3.2-hw-prim-test.log
  334. 636.46 s [hw-prim] Test suite doctest: RUNNING...
  335. 636.46 s [hw-prim] Examples: 48 Tried: 48 Errors: 0 Failures: 0
  336. 636.46 s [hw-prim] Test suite doctest: PASS
  337. 636.46 s [hw-prim] Test suite logged to: dist/test/hw-prim-0.6.3.2-doctest.log
  338. 636.46 s [hw-prim] 2 of 2 test suites (2 of 2 test cases) passed.
  339. 636.46 s [hw-prim] Phase: haddockPhase
  340. 636.46 s [hw-prim] Preprocessing library for hw-prim-0.6.3.2..
  341. 636.46 s [hw-prim] Running Haddock on library for hw-prim-0.6.3.2..
  342. 636.46 s [hw-prim] Warning: The documentation for the following packages are not installed. No
  343. 636.46 s [hw-prim] links will be generated to these packages: vector-0.13.2.0
  344. 636.46 s [hw-prim] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  345. 636.46 s [hw-prim] Warning: 'unfoldrM' is out of scope.
  346. 636.46 s [hw-prim] If you qualify the identifier, haddock can try to link it anyway.
  347. 636.46 s [hw-prim] 28% ( 2 / 7) in 'HaskellWorks.Control.Monad.Lazy'
  348. 636.46 s [hw-prim] Missing documentation for:
  349. 636.46 s [hw-prim] Module header
  350. 636.46 s [hw-prim] interleaveSequenceIO (src/HaskellWorks/Control/Monad/Lazy.hs:18)
  351. 636.46 s [hw-prim] interleaveSequenceM (src/HaskellWorks/Control/Monad/Lazy.hs:25)
  352. 636.46 s [hw-prim] interleaveForM (src/HaskellWorks/Control/Monad/Lazy.hs:63)
  353. 636.46 s [hw-prim] forceM (src/HaskellWorks/Control/Monad/Lazy.hs:66)
  354. 636.46 s [hw-prim] 94% ( 16 / 17) in 'HaskellWorks.Data.Branchless'
  355. 636.46 s [hw-prim] Missing documentation for:
  356. 636.46 s [hw-prim] Module header
  357. 636.46 s [hw-prim] 9% ( 1 / 11) in 'HaskellWorks.Data.ByteString'
  358. 636.46 s [hw-prim] Missing documentation for:
  359. 636.46 s [hw-prim] Module header
  360. 636.46 s [hw-prim] ToByteString (src/HaskellWorks/Data/ByteString.hs:34)
  361. 636.46 s [hw-prim] ToByteStrings (src/HaskellWorks/Data/ByteString.hs:65)
  362. 636.46 s [hw-prim] mmap (src/HaskellWorks/Data/ByteString.hs:217)
  363. 636.46 s [hw-prim] padded (src/HaskellWorks/Data/ByteString.hs:223)
  364. 636.46 s [hw-prim] rechunk (src/HaskellWorks/Data/ByteString.hs:143)
  365. 636.46 s [hw-prim] rechunkPadded (src/HaskellWorks/Data/ByteString.hs:159)
  366. 636.46 s [hw-prim] resegment (src/HaskellWorks/Data/ByteString.hs:175)
  367. 636.46 s [hw-prim] resegmentPadded (src/HaskellWorks/Data/ByteString.hs:191)
  368. 636.46 s [hw-prim] hGetContentsChunkedBy (src/HaskellWorks/Data/ByteString.hs:208)
  369. 636.46 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.ByteString.Builder'
  370. 636.47 s [hw-prim] Missing documentation for:
  371. 636.47 s [hw-prim] Module header
  372. 636.47 s [hw-prim] chainInterleaveIO (src/HaskellWorks/Data/ByteString/Builder.hs:11)
  373. 636.47 s [hw-prim] 0% ( 0 / 7) in 'HaskellWorks.Data.ByteString.Lazy'
  374. 636.47 s [hw-prim] Missing documentation for:
  375. 636.47 s [hw-prim] Module header
  376. 636.47 s [hw-prim] ToLazyByteString (src/HaskellWorks/Data/ByteString/Lazy.hs:25)
  377. 636.47 s [hw-prim] resegment (src/HaskellWorks/Data/ByteString/Lazy.hs:64)
  378. 636.47 s [hw-prim] resegmentPadded (src/HaskellWorks/Data/ByteString/Lazy.hs:67)
  379. 636.47 s [hw-prim] rechunk (src/HaskellWorks/Data/ByteString/Lazy.hs:70)
  380. 636.47 s [hw-prim] rechunkPadded (src/HaskellWorks/Data/ByteString/Lazy.hs:73)
  381. 636.47 s [hw-prim] hGetContentsChunkedBy (src/HaskellWorks/Data/ByteString/Lazy.hs:76)
  382. 636.47 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Char.IsChar'
  383. 636.47 s [hw-prim] Missing documentation for:
  384. 636.47 s [hw-prim] Module header
  385. 636.47 s [hw-prim] IsChar (src/HaskellWorks/Data/Char/IsChar.hs:9)
  386. 636.47 s [hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Char'
  387. 636.47 s [hw-prim] Missing documentation for:
  388. 636.47 s [hw-prim] Module header
  389. 636.47 s [hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Concat'
  390. 636.47 s [hw-prim] Missing documentation for:
  391. 636.47 s [hw-prim] Module header
  392. 636.47 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Container'
  393. 636.47 s [hw-prim] Missing documentation for:
  394. 636.47 s [hw-prim] Module header
  395. 636.47 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  396. 636.47 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Cons'
  397. 636.47 s [hw-prim] Missing documentation for:
  398. 636.47 s [hw-prim] Module header
  399. 636.47 s [hw-prim] Cons (src/HaskellWorks/Data/Cons.hs:17)
  400. 636.47 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Decode'
  401. 636.47 s [hw-prim] Missing documentation for:
  402. 636.47 s [hw-prim] Module header
  403. 636.47 s [hw-prim] Decode (src/HaskellWorks/Data/Decode.hs:10)
  404. 636.47 s [hw-prim] DecodeError (src/HaskellWorks/Data/Decode.hs:8)
  405. 636.47 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Empty'
  406. 636.47 s [hw-prim] Missing documentation for:
  407. 636.47 s [hw-prim] Module header
  408. 636.47 s [neat-interpolation] depends base-4.18.1.0
  409. 636.47 s [neat-interpolation] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  410. 636.47 s [neat-interpolation] depends template-haskell-2.20.0.0
  411. 636.47 s [neat-interpolation] depends text-2.0.2
  412. 636.47 s [neat-interpolation] definite neat-interpolation-0.5.1.4-8oRJWxj5K7j4awE9ccV698-test
  413. 636.47 s [neat-interpolation] depends neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
  414. 636.47 s [neat-interpolation] depends rerebase-1.21.2-48qTSTMVjWWGDcHyvKzaQ3
  415. 636.47 s [neat-interpolation] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  416. 636.47 s [neat-interpolation] depends tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  417. 636.47 s [neat-interpolation] Using Cabal-3.10.1.0 compiled by ghc-9.6
  418. 636.47 s [neat-interpolation] Using compiler: ghc-9.6.3
  419. 636.47 s [neat-interpolation] Using install prefix:
  420. 636.47 s [neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4
  421. 636.47 s [neat-interpolation] Executables installed in:
  422. 636.47 s [neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/bin
  423. 636.47 s [neat-interpolation] Libraries installed in:
  424. 636.47 s [neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
  425. 636.47 s [neat-interpolation] Dynamic Libraries installed in:
  426. 636.47 s [neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  427. 636.47 s [neat-interpolation] Private executables installed in:
  428. 636.47 s [neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/libexec/x86_64-linux-ghc-9.6.3/neat-interpolation-0.5.1.4
  429. 636.47 s [neat-interpolation] Data files installed in:
  430. 636.47 s [neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/share/x86_64-linux-ghc-9.6.3/neat-interpolation-0.5.1.4
  431. 636.47 s [neat-interpolation] Documentation installed in:
  432. 636.47 s [neat-interpolation] /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc/share/doc/neat-interpolation-0.5.1.4
  433. 636.47 s [neat-interpolation] Configuration files installed in:
  434. 636.47 s [neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/etc
  435. 636.47 s [neat-interpolation] No alex found
  436. 636.47 s [neat-interpolation] Using ar found on system at:
  437. 636.47 s [neat-interpolation] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  438. 636.47 s [neat-interpolation] No c2hs found
  439. 636.47 s [neat-interpolation] No cpphs found
  440. 636.47 s [neat-interpolation] No doctest found
  441. 636.47 s [neat-interpolation] Using gcc version 14.3.0 given by user at:
  442. 636.47 s [neat-interpolation] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  443. 636.47 s [neat-interpolation] Using ghc version 9.6.3 found on system at:
  444. 636.47 s [neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  445. 636.47 s [neat-interpolation] Using ghc-pkg version 9.6.3 found on system at:
  446. 636.47 s [neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  447. 636.47 s [neat-interpolation] No ghcjs found
  448. 636.47 s [neat-interpolation] No ghcjs-pkg found
  449. 636.47 s [neat-interpolation] No greencard found
  450. 636.47 s [neat-interpolation] Using haddock version 2.29.1 found on system at:
  451. 636.47 s [neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  452. 636.47 s [neat-interpolation] No happy found
  453. 636.47 s [neat-interpolation] Using haskell-suite found on system at: haskell-suite-dummy-location
  454. 636.47 s [neat-interpolation] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  455. 636.47 s [neat-interpolation] No hmake found
  456. 636.47 s [neat-interpolation] Using hpc version 0.68 found on system at:
  457. 636.47 s [neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  458. 636.47 s [neat-interpolation] Using hsc2hs version 0.68.9 found on system at:
  459. 636.47 s [neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  460. 636.47 s [neat-interpolation] Using hscolour version 1.25 found on system at:
  461. 636.47 s [neat-interpolation] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  462. 636.47 s [neat-interpolation] No jhc found
  463. 636.47 s [neat-interpolation] Using ld found on system at:
  464. 636.47 s [neat-interpolation] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  465. 636.47 s [neat-interpolation] No pkg-config found
  466. 636.47 s [neat-interpolation] Using runghc version 9.6.3 found on system at:
  467. 636.47 s [neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  468. 636.47 s [neat-interpolation] Using strip version 2.44 found on system at:
  469. 636.47 s [neat-interpolation] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  470. 636.47 s [neat-interpolation] Using tar found on system at:
  471. 636.47 s [neat-interpolation] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  472. 636.47 s [neat-interpolation] No uhc found
  473. 636.47 s [neat-interpolation] Phase: buildPhase
  474. 636.47 s [neat-interpolation] Preprocessing library for neat-interpolation-0.5.1.4..
  475. 636.47 s [neat-interpolation] Building library for neat-interpolation-0.5.1.4..
  476. 636.47 s [neat-interpolation] [1 of 4] Compiling NeatInterpolation.Prelude ( library/NeatInterpolation/Prelude.hs, dist/build/NeatInterpolation/Prelude.o, dist/build/NeatInterpolation/Prelude.dyn_o )
  477. 636.47 s [neat-interpolation] [2 of 4] Compiling NeatInterpolation.Parsing ( library/NeatInterpolation/Parsing.hs, dist/build/NeatInterpolation/Parsing.o, dist/build/NeatInterpolation/Parsing.dyn_o )
  478. 636.47 s [neat-interpolation] [3 of 4] Compiling NeatInterpolation.String ( library/NeatInterpolation/String.hs, dist/build/NeatInterpolation/String.o, dist/build/NeatInterpolation/String.dyn_o )
  479. 636.47 s [path] fileExtension "/name/name...foo" == .foo [✔]
  480. 636.47 s [path] replaceExtension ".foo" "/name/name...foo" == "/name/name...foo" [✔]
  481. 636.47 s [path] addExtension ".foo" "/name/.name" == "/name/.name.foo" [✔]
  482. 636.47 s [path] fileExtension "/name/.name.foo" == .foo [✔]
  483. 636.47 s [path] replaceExtension ".foo" "/name/.name.foo" == "/name/.name.foo" [✔]
  484. 636.47 s [path] addExtension ".foo" "/name/..name" == "/name/..name.foo" [✔]
  485. 636.47 s [path] fileExtension "/name/..name.foo" == .foo [✔]
  486. 636.47 s [path] replaceExtension ".foo" "/name/..name.foo" == "/name/..name.foo" [✔]
  487. 636.47 s [path] addExtension ".foo" "/name/name.name" == "/name/name.name.foo" [✔]
  488. 636.47 s [path] fileExtension "/name/name.name.foo" == .foo [✔]
  489. 636.47 s [path] replaceExtension ".foo" "/name/name.name.foo" == "/name/name.name.foo" [✔]
  490. 636.47 s [path] addExtension ".foo" "/name/name..name" == "/name/name..name.foo" [✔]
  491. 636.47 s [path] fileExtension "/name/name..name.foo" == .foo [✔]
  492. 636.47 s [path] replaceExtension ".foo" "/name/name..name.foo" == "/name/name..name.foo" [✔]
  493. 636.47 s [path] addExtension ".foo" "/name/..." == "/name/....foo" [✔]
  494. 636.47 s [path] fileExtension "/name/....foo" == .foo [✔]
  495. 636.47 s [path] replaceExtension ".foo" "/name/....foo" == "/name/....foo" [✔]
  496. 636.47 s [path] addExtension ".foo" "/name./name" == "/name./name.foo" [✔]
  497. 636.47 s [path] fileExtension "/name./name.foo" == .foo [✔]
  498. 636.47 s [path] replaceExtension ".foo" "/name./name.foo" == "/name./name.foo" [✔]
  499. 636.47 s [path] addExtension ".foo" "/name./name." == "/name./name..foo" [✔]
  500. 636.47 s [path] fileExtension "/name./name..foo" == .foo [✔]
  501. 636.47 s [path] replaceExtension ".foo" "/name./name..foo" == "/name./name..foo" [✔]
  502. 636.47 s [path] addExtension ".foo" "/name./name.." == "/name./name...foo" [✔]
  503. 636.47 s [path] fileExtension "/name./name...foo" == .foo [✔]
  504. 636.47 s [path] replaceExtension ".foo" "/name./name...foo" == "/name./name...foo" [✔]
  505. 636.47 s [path] addExtension ".foo" "/name./.name" == "/name./.name.foo" [✔]
  506. 636.47 s [path] fileExtension "/name./.name.foo" == .foo [✔]
  507. 636.47 s [path] replaceExtension ".foo" "/name./.name.foo" == "/name./.name.foo" [✔]
  508. 636.47 s [path] addExtension ".foo" "/name./..name" == "/name./..name.foo" [✔]
  509. 636.47 s [path] fileExtension "/name./..name.foo" == .foo [✔]
  510. 636.47 s [path] replaceExtension ".foo" "/name./..name.foo" == "/name./..name.foo" [✔]
  511. 636.47 s [path] addExtension ".foo" "/name./name.name" == "/name./name.name.foo" [✔]
  512. 636.47 s [path] fileExtension "/name./name.name.foo" == .foo [✔]
  513. 636.47 s [path] replaceExtension ".foo" "/name./name.name.foo" == "/name./name.name.foo" [✔]
  514. 636.47 s [path] addExtension ".foo" "/name./name..name" == "/name./name..name.foo" [✔]
  515. 636.47 s [path] fileExtension "/name./name..name.foo" == .foo [✔]
  516. 636.47 s [path] replaceExtension ".foo" "/name./name..name.foo" == "/name./name..name.foo" [✔]
  517. 636.47 s [path] addExtension ".foo" "/name./..." == "/name./....foo" [✔]
  518. 636.47 s [path] fileExtension "/name./....foo" == .foo [✔]
  519. 636.47 s [path] replaceExtension ".foo" "/name./....foo" == "/name./....foo" [✔]
  520. 636.47 s [path] addExtension ".foo" "/name../name" == "/name../name.foo" [✔]
  521. 636.47 s [path] fileExtension "/name../name.foo" == .foo [✔]
  522. 636.47 s [path] replaceExtension ".foo" "/name../name.foo" == "/name../name.foo" [✔]
  523. 636.47 s [path] addExtension ".foo" "/name../name." == "/name../name..foo" [✔]
  524. 636.47 s [path] fileExtension "/name../name..foo" == .foo [✔]
  525. 636.47 s [path] replaceExtension ".foo" "/name../name..foo" == "/name../name..foo" [✔]
  526. 636.47 s [path] addExtension ".foo" "/name../name.." == "/name../name...foo" [✔]
  527. 636.47 s [path] fileExtension "/name../name...foo" == .foo [✔]
  528. 636.47 s [path] replaceExtension ".foo" "/name../name...foo" == "/name../name...foo" [✔]
  529. 636.47 s [path] addExtension ".foo" "/name../.name" == "/name../.name.foo" [✔]
  530. 636.47 s [path] fileExtension "/name../.name.foo" == .foo [✔]
  531. 636.47 s [path] replaceExtension ".foo" "/name../.name.foo" == "/name../.name.foo" [✔]
  532. 636.47 s [path] addExtension ".foo" "/name../..name" == "/name../..name.foo" [✔]
  533. 636.47 s [path] fileExtension "/name../..name.foo" == .foo [✔]
  534. 636.47 s [path] replaceExtension ".foo" "/name../..name.foo" == "/name../..name.foo" [✔]
  535. 636.47 s [path] addExtension ".foo" "/name../name.name" == "/name../name.name.foo" [✔]
  536. 636.47 s [path] fileExtension "/name../name.name.foo" == .foo [✔]
  537. 636.47 s [path] replaceExtension ".foo" "/name../name.name.foo" == "/name../name.name.foo" [✔]
  538. 636.47 s [path] addExtension ".foo" "/name../name..name" == "/name../name..name.foo" [✔]
  539. 636.47 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  540. 636.47 s [quickcheck-classes]
  541. 636.47 s [quickcheck-classes] src/Test/QuickCheck/Classes/Euclidean.hs:29:1: warning: [-Wunused-imports]
  542. 636.47 s [quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
  543. 636.47 s [quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
  544. 636.47 s [quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
  545. 636.47 s [quickcheck-classes] |
  546. 636.47 s [quickcheck-classes] 29 | import Test.QuickCheck.Property (Property)
  547. 636.47 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  548. 636.47 s [quickcheck-classes] 50% ( 1 / 2) in 'Test.QuickCheck.Classes.IsList'
  549. 636.47 s [quickcheck-classes] Missing documentation for:
  550. 636.47 s [quickcheck-classes] Module header
  551. 636.47 s [quickcheck-classes]
  552. 636.47 s [quickcheck-classes] src/Test/QuickCheck/Classes/MVector.hs:20:1: warning: [-Wunused-imports]
  553. 636.47 s [quickcheck-classes] The import of ‘Control.Applicative’ is redundant
  554. 636.47 s [quickcheck-classes] except perhaps to import instances from ‘Control.Applicative’
  555. 636.47 s [quickcheck-classes] To import instances alone, use: import Control.Applicative()
  556. 636.47 s [quickcheck-classes] |
  557. 636.47 s [quickcheck-classes] 20 | import Control.Applicative
  558. 636.47 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  559. 636.47 s [quickcheck-classes]
  560. 636.47 s [quickcheck-classes] src/Test/QuickCheck/Classes/MVector.hs:23:1: warning: [-Wunused-imports]
  561. 636.47 s [quickcheck-classes] The import of ‘Data.Functor’ is redundant
  562. 636.47 s [quickcheck-classes] except perhaps to import instances from ‘Data.Functor’
  563. 636.47 s [quickcheck-classes] To import instances alone, use: import Data.Functor()
  564. 636.47 s [quickcheck-classes] |
  565. 636.47 s [quickcheck-classes] 23 | import Data.Functor
  566. 636.47 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^
  567. 636.47 s [quickcheck-classes]
  568. 636.47 s [quickcheck-classes] src/Test/QuickCheck/Classes/MVector.hs:29:1: warning: [-Wunused-imports]
  569. 636.47 s [quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
  570. 636.47 s [quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
  571. 636.47 s [quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
  572. 636.47 s [quickcheck-classes] |
  573. 636.47 s [quickcheck-classes] 29 | import Test.QuickCheck.Property (Property)
  574. 636.47 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  575. 636.47 s [quickcheck-classes] Warning: 'altLaws' is out of scope.
  576. 636.47 s [quickcheck-classes] If you qualify the identifier, haddock can try to link it anyway.
  577. 636.47 s [quickcheck-classes]
  578. 636.47 s [quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:19:1: warning: [-Wunused-imports]
  579. 636.47 s [quickcheck-classes] The import of ‘Data.Functor’ is redundant
  580. 636.47 s [quickcheck-classes] except perhaps to import instances from ‘Data.Functor’
  581. 636.47 s [quickcheck-classes] To import instances alone, use: import Data.Functor()
  582. 636.47 s [quickcheck-classes] |
  583. 636.47 s [quickcheck-classes] 19 | import Data.Functor
  584. 636.47 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^
  585. 636.47 s [quickcheck-classes]
  586. 636.47 s [quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:20:1: warning: [-Wunused-imports]
  587. 636.47 s [quickcheck-classes] The import of ‘Data.Functor.Alt’ is redundant
  588. 636.47 s [quickcheck-classes] except perhaps to import instances from ‘Data.Functor.Alt’
  589. 636.47 s [quickcheck-classes] To import instances alone, use: import Data.Functor.Alt()
  590. 636.47 s [quickcheck-classes] |
  591. 636.47 s [quickcheck-classes] 20 | import Data.Functor.Alt (Alt)
  592. 636.47 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  593. 636.47 s [quickcheck-classes]
  594. 636.47 s [quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:26:1: warning: [-Wunused-imports]
  595. 636.47 s [quickcheck-classes] The import of ‘Test.QuickCheck.Arbitrary’ is redundant
  596. 636.47 s [quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Arbitrary’
  597. 636.47 s [quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Arbitrary()
  598. 636.47 s [quickcheck-classes] |
  599. 636.47 s [quickcheck-classes] 26 | import Test.QuickCheck.Arbitrary (Arbitrary1(..))
  600. 636.47 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  601. 636.47 s [quickcheck-classes]
  602. 636.47 s [quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:27:1: warning: [-Wunused-imports]
  603. 636.47 s [quickcheck-classes] The import of ‘Data.Functor.Classes’ is redundant
  604. 636.47 s [row-types] |
  605. 636.47 s [row-types] 378 | newtype RFMap (g :: k1 -> k2) (ϕ :: Row (k2 -> *)) (ρ :: Row k1) = RFMap { unRFMap :: Rec (Ap ϕ (Map g ρ)) }
  606. 636.47 s [row-types] | ^
  607. 636.47 s [row-types]
  608. 636.47 s [row-types] src/Data/Row/Records.hs:379:31: warning: [GHC-39567] [-Wstar-is-type]
  609. 636.47 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  610. 636.47 s [row-types] relies on the StarIsType extension, which will become
  611. 636.47 s [row-types] deprecated in the future.
  612. 636.47 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  613. 636.47 s [row-types] |
  614. 636.47 s [row-types] 379 | newtype RecAp (ϕ :: Row (k -> *)) (ρ :: Row k) = RecAp (Rec (Ap ϕ ρ))
  615. 636.47 s [row-types] | ^
  616. 636.47 s [row-types]
  617. 636.47 s [row-types] src/Data/Row/Records.hs:380:24: warning: [GHC-39567] [-Wstar-is-type]
  618. 636.47 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  619. 636.47 s [row-types] relies on the StarIsType extension, which will become
  620. 636.47 s [row-types] deprecated in the future.
  621. 636.47 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  622. 636.47 s [row-types] |
  623. 636.47 s [row-types] 380 | newtype App (f :: k -> *) (a :: k) = App (f a)
  624. 636.47 s [row-types] | ^
  625. 636.47 s [row-types]
  626. 636.47 s [row-types] src/Data/Row/Records.hs:383:38: warning: [GHC-39567] [-Wstar-is-type]
  627. 636.47 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  628. 636.47 s [row-types] relies on the StarIsType extension, which will become
  629. 636.47 s [row-types] deprecated in the future.
  630. 636.47 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  631. 636.47 s [row-types] |
  632. 636.47 s [row-types] 383 | mapF :: forall k c g (ϕ :: Row (k -> *)) (ρ :: Row k). BiForall ϕ ρ c
  633. 636.47 s [row-types] | ^
  634. 636.47 s [row-types]
  635. 636.47 s [row-types] src/Data/Row/Records.hs:574:29: warning: [GHC-39567] [-Wstar-is-type]
  636. 636.47 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  637. 636.47 s [row-types] relies on the StarIsType extension, which will become
  638. 636.47 s [row-types] deprecated in the future.
  639. 636.47 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  640. 636.47 s [row-types] |
  641. 636.47 s [row-types] 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2)
  642. 636.47 s [row-types] | ^
  643. 636.47 s [row-types]
  644. 636.47 s [row-types] src/Data/Row/Records.hs:574:43: warning: [GHC-39567] [-Wstar-is-type]
  645. 636.47 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  646. 636.47 s [row-types] relies on the StarIsType extension, which will become
  647. 636.47 s [row-types] deprecated in the future.
  648. 636.47 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  649. 636.47 s [row-types] |
  650. 636.47 s [row-types] 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2)
  651. 636.47 s [row-types] | ^
  652. 636.47 s [row-types]
  653. 636.47 s [row-types] src/Data/Row/Records.hs:575:29: warning: [GHC-39567] [-Wstar-is-type]
  654. 636.47 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  655. 636.47 s [row-types] relies on the StarIsType extension, which will become
  656. 636.47 s [row-types] deprecated in the future.
  657. 636.47 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  658. 636.47 s [row-types] |
  659. 636.47 s [row-types] 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
  660. 636.47 s [row-types] | ^
  661. 636.47 s [row-types]
  662. 636.47 s [row-types] src/Data/Row/Records.hs:575:43: warning: [GHC-39567] [-Wstar-is-type]
  663. 636.47 s [stan] Removes a single file [✔]
  664. 636.47 s [stan] Removes all files from a directory [✔]
  665. 636.47 s [stan] Removes 2 files [✔]
  666. 636.47 s [stan] Removes all files when they are specified explicitly [✔]
  667. 636.47 s [stan] Observation
  668. 636.47 s [stan] calculates Observation Id properly [✔]
  669. 636.47 s [stan] Static Analysis
  670. 636.47 s [stan] Partial functions
  671. 636.47 s [stan] STAN-0001: finds usage of 'base/GHC.List/head' [✔]
  672. 636.47 s [stan] STAN-0002: finds usage of 'base/GHC.List/tail' [✔]
  673. 636.47 s [stan] STAN-0003: finds usage of 'base/GHC.List/init' [✔]
  674. 636.47 s [stan] STAN-0004: finds usage of 'base/GHC.List/last' [✔]
  675. 636.47 s [stan] STAN-0005: finds usage of 'base/GHC.List/!!' [✔]
  676. 636.47 s [stan] STAN-0006: finds usage of 'base/GHC.List/cycle' [✔]
  677. 636.47 s [stan] STAN-0007: finds usage of 'base/Data.OldList/genericIndex' [✔]
  678. 636.47 s [stan] STAN-0008: finds usage of 'base/Data.Maybe/fromJust' [✔]
  679. 636.47 s [stan] STAN-0009: finds usage of 'base/Text.Read/read' [✔]
  680. 636.47 s [stan] STAN-0010: finds usage of 'base/GHC.Enum/succ' [✔]
  681. 636.47 s [stan] STAN-0011: finds usage of 'base/GHC.Enum/pred' [✔]
  682. 636.47 s [stan] STAN-0012: finds usage of 'base/GHC.Enum/toEnum' [✔]
  683. 636.47 s [stan] STAN-0013: finds usage of 'base/Data.Foldable/maximum' [✔]
  684. 636.47 s [stan] STAN-0014: finds usage of 'base/Data.Foldable/minimum' [✔]
  685. 636.47 s [stan] STAN-0015: finds usage of 'base/Data.Foldable/maximumBy' [✔]
  686. 636.47 s [stan] STAN-0016: finds usage of 'base/Data.Foldable/minimumBy' [✔]
  687. 636.47 s [stan] STAN-0017: finds usage of 'base/Data.Foldable/foldl1' [✔]
  688. 636.47 s [stan] STAN-0018: finds usage of 'base/GHC.List/foldl1'' [✔]
  689. 636.47 s [stan] STAN-0019: finds usage of 'base/Data.Foldable/foldr1' [✔]
  690. 636.47 s [stan] STAN-0020: finds usage of 'base/GHC.IsList/fromList' [✔]
  691. 636.47 s [stan] STAN-0021: finds usage of 'base/GHC.Num/fromInteger' [✔]
  692. 636.47 s [stan] STAN-0022: finds usage of 'base/GHC.Real/fromRational' [✔]
  693. 636.47 s [stan] STAN-0023: finds usage of 'base/GHC.Real/realToFrac' [✔]
  694. 636.47 s [stan] STAN-0024: finds usage of 'base/GHC.Real/recip' [✔]
  695. 636.47 s [stan] STAN-0025: finds usage of 'base/GHC.Real//' [✔]
  696. 636.47 s [stan] STAN-0010: doesn't trigger on 'succ :: Natural -> Natural' [✔]
  697. 636.47 s [stan] STAN-0011: doesn't trigger on 'pred :: Integer -> Integer' [✔]
  698. 636.47 s [stan] STAN-0011: triggers on polymorphic 'pred :: Enum a => a -> a' [✔]
  699. 636.47 s [stan] STAN-0020: triggers on 'Data.List.NonEmpty.fromList' [✔]
  700. 636.47 s [stan] Infinite functions
  701. 636.47 s [stan] STAN-0101: finds usage of 'base/GHC.List/reverse' [✔]
  702. 636.47 s [stan] STAN-0102: finds usage of 'base/Data.OldList/isSuffixOf' [✔]
  703. 636.47 s [stan] STAN-0103: finds usage of 'base/Data.Foldable/length' [✔]
  704. 636.47 s [stan] STAN-0104: finds usage of 'base/Data.OldList/genericLength' [✔]
  705. 636.47 s [stan] STAN-0105: finds usage of 'base/Data.Foldable/sum' [✔]
  706. 636.47 s [stan] STAN-0106: finds usage of 'base/Data.Foldable/product' [✔]
  707. 636.47 s [stan] STAN-0103: finds usage of 'base/Data.Foldable/length' [✔]
  708. 636.47 s [stan] Anti-patterns
  709. 636.47 s [stan] STAN-0201: finds usage of '[0 .. length xs]' [✔]
  710. 636.47 s [stan] STAN-0201: doesn't trigger on '[0 .. length xs - 1]' [✔]
  711. 636.47 s [stan] STAN-0202: finds usage of 'foldl' [✔]
  712. 636.47 s [stan] STAN-0203: finds usage of 'Data.ByteString.Char8.pack' [✔]
  713. 636.47 s [stan] STAN-0204: finds usage of 'Data.HashMap.size' [✔]
  714. 636.47 s [stan] STAN-0204: finds usage of 'length' for 'HashMap' [✔]
  715. 636.47 s [stan] STAN-0205: finds usage of 'Data.HashSet.size' [✔]
  716. 636.47 s [stan] STAN-0205: finds usage of 'length' for 'HashSet' [✔]
  717. 636.47 s [stan] STAN-0206: Strict data type fields
  718. 636.47 s [stan] Without extensions
  719. 636.47 s [stan] Doesn't trigger on strict field [✔]
  720. 636.48 s [stan] Finds simple lazy field [✔]
  721. 636.48 s [stan] Finds polymorphic lazy field [✔]
  722. 636.48 s [stan] Doesn't trigger on plain newtype [✔]
  723. 636.48 s [stan] Doesn't trigger on a record newtype [✔]
  724. 636.48 s [stan] Doesn't trigger on strict sum type field among many fields [✔]
  725. 636.48 s [stan] Finds lazy field in a sum type constructor with multiple fields [✔]
  726. 636.48 s [stan] Doesn't trigger on a single strict sum type field [✔]
  727. 636.48 s [stan] Finds single lazy field in a sum type with multiple constructors [✔]
  728. 636.48 s [stan] Doesn't trigger on forall wo constraint with 1 var [✔]
  729. 636.48 s [stan] Finds single lazy field after forall wo constraint with 1 var [✔]
  730. 636.48 s [stan] Doesn't trigger on forall wo constraint with 2 var [✔]
  731. 636.48 s [stan] Finds single lazy field after forall wo constraint with 2 var [✔]
  732. 636.48 s [stan] Doesn't trigger on strict field after forall wo constraint with 2 var [✔]
  733. 636.48 s [stan] Doesn't trigger on forall constraint with 1 var [✔]
  734. 636.48 s [stan] Finds single lazy field after forall constraint with 1 var [✔]
  735. 636.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  736. 636.48 s [tree-diff] |
  737. 636.48 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  738. 636.48 s [tree-diff] | ^^^^^^
  739. 636.48 s [tree-diff]
  740. 636.48 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:59: warning: [GHC-68441] [-Wdeprecations]
  741. 636.48 s [tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
  742. 636.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  743. 636.48 s [tree-diff] |
  744. 636.48 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  745. 636.48 s [tree-diff] | ^^^^^^^
  746. 636.48 s [tree-diff]
  747. 636.48 s [tree-diff] src/Data/TreeDiff/Pretty.hs:229:18: warning: [GHC-68441] [-Wdeprecations]
  748. 636.48 s [tree-diff] In the use of ‘sep’ (imported from Text.PrettyPrint.ANSI.Leijen):
  749. 636.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  750. 636.48 s [tree-diff] |
  751. 636.48 s [tree-diff] 229 | , ppEdits = WL.sep
  752. 636.48 s [tree-diff] | ^^^^^^
  753. 636.48 s [tree-diff]
  754. 636.48 s [tree-diff] src/Data/TreeDiff/Pretty.hs:230:18: warning: [GHC-68441] [-Wdeprecations]
  755. 636.48 s [tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
  756. 636.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  757. 636.48 s [tree-diff] |
  758. 636.48 s [tree-diff] 230 | , ppEllip = WL.text "..."
  759. 636.48 s [tree-diff] | ^^^^^^^
  760. 636.48 s [tree-diff]
  761. 636.48 s [tree-diff] src/Data/TreeDiff/Pretty.hs:231:18: warning: [GHC-68441] [-Wdeprecations]
  762. 636.48 s [tree-diff] In the use of ‘parens’
  763. 636.48 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  764. 636.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  765. 636.48 s [tree-diff] |
  766. 636.48 s [tree-diff] 231 | , ppParens = WL.parens
  767. 636.48 s [tree-diff] | ^^^^^^^^^
  768. 636.48 s [tree-diff]
  769. 636.48 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:14: warning: [GHC-68441] [-Wdeprecations]
  770. 636.48 s [tree-diff] In the use of type constructor or class ‘Doc’
  771. 636.48 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  772. 636.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  773. 636.48 s [tree-diff] |
  774. 636.48 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  775. 636.48 s [tree-diff] | ^^^^^^
  776. 636.48 s [tree-diff]
  777. 636.48 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:24: warning: [GHC-68441] [-Wdeprecations]
  778. 636.48 s [tree-diff] In the use of type constructor or class ‘Doc’
  779. 636.48 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  780. 636.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  781. 636.48 s [tree-diff] |
  782. 636.48 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  783. 636.48 s [tree-diff] | ^^^^^^
  784. 636.48 s [tree-diff]
  785. 636.48 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:35: warning: [GHC-68441] [-Wdeprecations]
  786. 636.48 s [tree-diff] In the use of type constructor or class ‘Doc’
  787. 636.48 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  788. 636.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  789. 636.48 s [tree-diff] |
  790. 636.48 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  791. 636.48 s [tree-diff] | ^^^^^^
  792. 636.48 s [tree-diff]
  793. 636.48 s [deferred-folds] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  794. 636.48 s [deferred-folds] No hmake found
  795. 636.48 s [deferred-folds] Using hpc version 0.68 found on system at:
  796. 636.48 s [deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  797. 636.48 s [deferred-folds] Using hsc2hs version 0.68.9 found on system at:
  798. 636.48 s [deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  799. 636.48 s [deferred-folds] Using hscolour version 1.25 found on system at:
  800. 636.48 s [deferred-folds] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  801. 636.48 s [deferred-folds] No jhc found
  802. 636.48 s [deferred-folds] Using ld found on system at:
  803. 636.48 s [deferred-folds] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  804. 636.48 s [deferred-folds] No pkg-config found
  805. 636.48 s [deferred-folds] Using runghc version 9.6.3 found on system at:
  806. 636.48 s [deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  807. 636.48 s [deferred-folds] Using strip version 2.44 found on system at:
  808. 636.48 s [deferred-folds] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  809. 636.48 s [deferred-folds] Using tar found on system at:
  810. 636.48 s [deferred-folds] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  811. 636.48 s [deferred-folds] No uhc found
  812. 636.48 s [deferred-folds] Phase: buildPhase
  813. 636.48 s [deferred-folds] Preprocessing library for deferred-folds-0.9.18.7..
  814. 636.48 s [deferred-folds] Building library for deferred-folds-0.9.18.7..
  815. 636.48 s [deferred-folds] [ 1 of 11] Compiling DeferredFolds.Prelude ( library/DeferredFolds/Prelude.hs, dist/build/DeferredFolds/Prelude.o, dist/build/DeferredFolds/Prelude.dyn_o )
  816. 636.48 s [deferred-folds] [ 2 of 11] Compiling DeferredFolds.Types ( library/DeferredFolds/Types.hs, dist/build/DeferredFolds/Types.o, dist/build/DeferredFolds/Types.dyn_o )
  817. 636.48 s [deferred-folds] [ 3 of 11] Compiling DeferredFolds.Defs.UnfoldrM ( library/DeferredFolds/Defs/UnfoldrM.hs, dist/build/DeferredFolds/Defs/UnfoldrM.o, dist/build/DeferredFolds/Defs/UnfoldrM.dyn_o )
  818. 636.48 s [deferred-folds] [ 4 of 11] Compiling DeferredFolds.Defs.UnfoldlM ( library/DeferredFolds/Defs/UnfoldlM.hs, dist/build/DeferredFolds/Defs/UnfoldlM.o, dist/build/DeferredFolds/Defs/UnfoldlM.dyn_o )
  819. 636.48 s [deferred-folds] [ 5 of 11] Compiling DeferredFolds.Defs.Unfoldl ( library/DeferredFolds/Defs/Unfoldl.hs, dist/build/DeferredFolds/Defs/Unfoldl.o, dist/build/DeferredFolds/Defs/Unfoldl.dyn_o )
  820. 636.48 s [deferred-folds] [ 6 of 11] Compiling DeferredFolds.Unfoldl ( library/DeferredFolds/Unfoldl.hs, dist/build/DeferredFolds/Unfoldl.o, dist/build/DeferredFolds/Unfoldl.dyn_o )
  821. 636.48 s [deferred-folds] [ 7 of 11] Compiling DeferredFolds.UnfoldlM ( library/DeferredFolds/UnfoldlM.hs, dist/build/DeferredFolds/UnfoldlM.o, dist/build/DeferredFolds/UnfoldlM.dyn_o )
  822. 636.48 s [deferred-folds] [ 8 of 11] Compiling DeferredFolds.UnfoldrM ( library/DeferredFolds/UnfoldrM.hs, dist/build/DeferredFolds/UnfoldrM.o, dist/build/DeferredFolds/UnfoldrM.dyn_o )
  823. 636.48 s [deferred-folds] [ 9 of 11] Compiling DeferredFolds.Util.TextArray ( library/DeferredFolds/Util/TextArray.hs, dist/build/DeferredFolds/Util/TextArray.o, dist/build/DeferredFolds/Util/TextArray.dyn_o )
  824. 636.48 s [deferred-folds] [10 of 11] Compiling DeferredFolds.Defs.Unfoldr ( library/DeferredFolds/Defs/Unfoldr.hs, dist/build/DeferredFolds/Defs/Unfoldr.o, dist/build/DeferredFolds/Defs/Unfoldr.dyn_o )
  825. 636.48 s [deferred-folds] [11 of 11] Compiling DeferredFolds.Unfoldr ( library/DeferredFolds/Unfoldr.hs, dist/build/DeferredFolds/Unfoldr.o, dist/build/DeferredFolds/Unfoldr.dyn_o )
  826. 636.48 s [deferred-folds] [ 1 of 11] Compiling DeferredFolds.Prelude ( library/DeferredFolds/Prelude.hs, dist/build/DeferredFolds/Prelude.p_o )
  827. 636.48 s [deferred-folds] [ 2 of 11] Compiling DeferredFolds.Types ( library/DeferredFolds/Types.hs, dist/build/DeferredFolds/Types.p_o )
  828. 636.48 s [deferred-folds] [ 3 of 11] Compiling DeferredFolds.Defs.UnfoldrM ( library/DeferredFolds/Defs/UnfoldrM.hs, dist/build/DeferredFolds/Defs/UnfoldrM.p_o )
  829. 636.48 s [deferred-folds] [ 4 of 11] Compiling DeferredFolds.Defs.UnfoldlM ( library/DeferredFolds/Defs/UnfoldlM.hs, dist/build/DeferredFolds/Defs/UnfoldlM.p_o )
  830. 636.48 s [deferred-folds] [ 5 of 11] Compiling DeferredFolds.Defs.Unfoldl ( library/DeferredFolds/Defs/Unfoldl.hs, dist/build/DeferredFolds/Defs/Unfoldl.p_o )
  831. 636.48 s [deferred-folds] [ 6 of 11] Compiling DeferredFolds.Unfoldl ( library/DeferredFolds/Unfoldl.hs, dist/build/DeferredFolds/Unfoldl.p_o )
  832. 636.48 s [deferred-folds] [ 7 of 11] Compiling DeferredFolds.UnfoldlM ( library/DeferredFolds/UnfoldlM.hs, dist/build/DeferredFolds/UnfoldlM.p_o )
  833. 636.48 s [deferred-folds] [ 8 of 11] Compiling DeferredFolds.UnfoldrM ( library/DeferredFolds/UnfoldrM.hs, dist/build/DeferredFolds/UnfoldrM.p_o )
  834. 636.48 s [deferred-folds] [ 9 of 11] Compiling DeferredFolds.Util.TextArray ( library/DeferredFolds/Util/TextArray.hs, dist/build/DeferredFolds/Util/TextArray.p_o )
  835. 636.48 s [focus] updateM: OK
  836. 636.48 s [focus] delete: OK
  837. 636.48 s [focus] Monadically composed lookup and delete (https://github.com/nikita-volkov/focus/issues/7): OK
  838. 636.48 s [focus]
  839. 636.48 s [focus] All 9 tests passed (0.00s)
  840. 636.48 s [focus] Test suite test: PASS
  841. 636.48 s [focus] Test suite logged to: dist/test/focus-1.0.3.2-test.log
  842. 636.48 s [focus] 1 of 1 test suites (1 of 1 test cases) passed.
  843. 636.48 s [focus] Phase: haddockPhase
  844. 636.48 s [focus] Preprocessing library for focus-1.0.3.2..
  845. 636.48 s [focus] Running Haddock on library for focus-1.0.3.2..
  846. 636.48 s [focus] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  847. 636.48 s [focus] 97% ( 45 / 46) in 'Focus'
  848. 636.48 s [focus] Missing documentation for:
  849. 636.48 s [focus] Module header
  850. 636.48 s [focus] Documentation created: dist/doc/html/focus/index.html,
  851. 636.48 s [focus] dist/doc/html/focus/focus.txt
  852. 636.48 s [focus] Preprocessing test suite 'test' for focus-1.0.3.2..
  853. 636.48 s [focus] Phase: installPhase
  854. 636.48 s [focus] Installing library in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
  855. 636.48 s [focus] Phase: fixupPhase
  856. 636.48 s [focus] shrinking RPATHs of ELF executables and libraries in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2
  857. 636.48 s [focus] shrinking /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSfocus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz-ghc9.6.3.so
  858. 636.48 s [focus] checking for references to /build/ in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2...
  859. 636.48 s [focus] patching script interpreter paths in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2
  860. 636.48 s [focus] stripping (with command strip and flags -S -p) in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib
  861. 636.48 s [focus] shrinking RPATHs of ELF executables and libraries in /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc
  862. 636.48 s [focus] checking for references to /build/ in /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc...
  863. 636.48 s [focus] patching script interpreter paths in /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc
  864. 636.68 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2 /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc
  865. 637.16 s [post-build-hook] Pushing 2 paths (132 are already present) using zstd to cache sellout ⏳
  866. 637.16 s [post-build-hook]
  867. 637.51 s [post-build-hook] Pushing /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2 (18.48 MiB)
  868. 637.61 s [post-build-hook] Pushing /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc (2.60 MiB)
  869. 639.04 s [post-build-hook]
  870. 639.04 s [post-build-hook] All done.
  871. 639.09 s [post-build-hook] Uploading to the NixCI cache: /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2 /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc
  872. 639.18 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  873. 639.37 s [post-build-hook] copying 4 paths...
  874. 639.37 s [post-build-hook] copying path '/nix/store/1ypij0fzmv1z5gzqybsfdihb8pcbdn8r-hie-compat-0.3.1.2-doc' to 'https://cache.nix-ci.com'...
  875. 639.58 s [post-build-hook] copying path '/nix/store/8qy6sw4layd7xp882kazbg84nh1cpgx4-hie-compat-0.3.1.2' to 'https://cache.nix-ci.com'...
  876. 639.58 s [post-build-hook] copying path '/nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc' to 'https://cache.nix-ci.com'...
  877. 640.31 s [post-build-hook] copying path '/nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2' to 'https://cache.nix-ci.com'...
  878. 647.45 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  879. 647.70 s [post-build-hook] copying 2 paths...
  880. 647.71 s [post-build-hook] copying path '/nix/store/whpxm36fx4xk60ma69vdxsn1ml33n942-hie-compat-0.3.1.2.drv' to 'https://cache.nix-ci.com'...
  881. 647.84 s [post-build-hook] copying path '/nix/store/jd0kmhn8zy1qni2f4249ipd97za9kzxs-hiedb-0.6.0.2.drv' to 'https://cache.nix-ci.com'...
  882. 648.01 s Progress: 30 of 74 built (10 building), 335 of 335 downloaded from cache
  883. 648.01 s [hw-prim] Empty (src/HaskellWorks/Data/Empty.hs:18)
  884. 648.01 s [hw-prim] 33% ( 1 / 3) in 'HaskellWorks.Data.Filter'
  885. 648.01 s [hw-prim] Missing documentation for:
  886. 648.01 s [hw-prim] Module header
  887. 648.01 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  888. 648.01 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Foldable'
  889. 648.01 s [hw-prim] Missing documentation for:
  890. 648.01 s [hw-prim] Module header
  891. 648.01 s [hw-prim] foldFirst (src/HaskellWorks/Data/Foldable.hs:6)
  892. 648.01 s [hw-prim] foldLast (src/HaskellWorks/Data/Foldable.hs:10)
  893. 648.01 s [hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.FromByteString'
  894. 648.01 s [hw-prim] Missing documentation for:
  895. 648.01 s [hw-prim] Module header
  896. 648.01 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.FromString'
  897. 648.01 s [hw-prim] Missing documentation for:
  898. 648.01 s [hw-prim] Module header
  899. 648.01 s [hw-prim] FromString (src/HaskellWorks/Data/FromString.hs:5)
  900. 648.01 s [hw-prim] 33% ( 1 / 3) in 'HaskellWorks.Data.Generate'
  901. 648.01 s [hw-prim] Missing documentation for:
  902. 648.01 s [hw-prim] Module header
  903. 648.01 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  904. 648.01 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Head'
  905. 648.01 s [hw-prim] Missing documentation for:
  906. 648.01 s [hw-prim] Module header
  907. 648.01 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  908. 648.01 s [hw-prim] Head (src/HaskellWorks/Data/Head.hs:20)
  909. 648.01 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Naive'
  910. 648.01 s [hw-prim] Missing documentation for:
  911. 648.01 s [hw-prim] Module header
  912. 648.01 s [hw-prim] Naive (src/HaskellWorks/Data/Naive.hs:6)
  913. 648.01 s [hw-prim] naive (src/HaskellWorks/Data/Naive.hs:8)
  914. 648.01 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Null'
  915. 648.01 s [hw-prim] Missing documentation for:
  916. 648.01 s [hw-prim] Module header
  917. 648.01 s [hw-prim] Null (src/HaskellWorks/Data/Null.hs:19)
  918. 648.01 s [hw-prim] 83% ( 5 / 6) in 'HaskellWorks.Data.Positioning'
  919. 648.01 s [hw-prim] Missing documentation for:
  920. 648.01 s [hw-prim] Module header
  921. 648.01 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Length'
  922. 648.01 s [hw-prim] Missing documentation for:
  923. 648.01 s [hw-prim] Module header
  924. 648.01 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  925. 648.01 s [hw-prim] Length (src/HaskellWorks/Data/Length.hs:20)
  926. 648.01 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Drop'
  927. 648.01 s [hw-prim] Missing documentation for:
  928. 648.01 s [hw-prim] Module header
  929. 648.01 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  930. 648.01 s [hw-prim] Drop (src/HaskellWorks/Data/Drop.hs:21)
  931. 648.01 s [hw-prim] Warning: 'd' is out of scope.
  932. 648.01 s [hw-prim] If you qualify the identifier, haddock can try to link it anyway.
  933. 648.01 s [hw-prim] Warning: 'before' is out of scope.
  934. 648.01 s [hw-prim] If you qualify the identifier, haddock can try to link it anyway.
  935. 648.01 s [hw-prim] Warning: 'after' is out of scope.
  936. 648.01 s [hw-prim] If you qualify the identifier, haddock can try to link it anyway.
  937. 648.01 s [hw-prim] Warning: 'before'' is out of scope.
  938. 648.01 s [hw-prim] If you qualify the identifier, haddock can try to link it anyway.
  939. 648.01 s [hw-prim] 42% ( 3 / 7) in 'HaskellWorks.Data.AtIndex'
  940. 648.01 s [hw-prim] Missing documentation for:
  941. 648.01 s [hw-prim] Module header
  942. 648.01 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  943. 648.01 s [hw-prim] AtIndex (src/HaskellWorks/Data/AtIndex.hs:24)
  944. 648.01 s [hw-prim] Length (src/HaskellWorks/Data/Length.hs:20)
  945. 648.01 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Product'
  946. 648.01 s [hw-prim] Missing documentation for:
  947. 648.01 s [hw-prim] Module header
  948. 648.01 s [hw-prim] :*: (src/HaskellWorks/Data/Product.hs:7)
  949. 648.01 s [hw-prim] 25% ( 1 / 4) in 'HaskellWorks.Data.FromForeignRegion'
  950. 648.01 s [hw-prim] Missing documentation for:
  951. 648.01 s [hw-prim] Module header
  952. 648.01 s [hw-prim] ForeignRegion (src/HaskellWorks/Data/FromForeignRegion.hs:20)
  953. 648.01 s [hw-prim] mmapFromForeignRegion (src/HaskellWorks/Data/FromForeignRegion.hs:53)
  954. 648.01 s [hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Search'
  955. 648.01 s [hw-prim] Missing documentation for:
  956. 648.01 s [hw-prim] Module header
  957. 648.01 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Sign'
  958. 648.01 s [hw-prim] Missing documentation for:
  959. 648.01 s [hw-prim] Module header
  960. 648.01 s [hw-prim] Sign (src/HaskellWorks/Data/Sign.hs:10)
  961. 648.01 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Snoc'
  962. 648.01 s [hw-prim] Missing documentation for:
  963. 648.01 s [hw-prim] Module header
  964. 648.01 s [hw-prim] Snoc (src/HaskellWorks/Data/Snoc.hs:17)
  965. 648.01 s [hw-prim] 0% ( 0 / 4) in 'HaskellWorks.Data.Ops'
  966. 648.01 s [hw-prim] Missing documentation for:
  967. 648.01 s [hw-prim] Module header
  968. 648.01 s [hw-prim] <| (src/HaskellWorks/Data/Ops.hs:17)
  969. 648.01 s [hw-prim] |> (src/HaskellWorks/Data/Ops.hs:21)
  970. 648.01 s [hw-prim] >< (src/HaskellWorks/Data/Ops.hs:25)
  971. 648.01 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Take'
  972. 648.01 s [hw-prim] Missing documentation for:
  973. 648.01 s [hw-prim] Module header
  974. 648.01 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  975. 648.01 s [hw-prim] Take (src/HaskellWorks/Data/Take.hs:20)
  976. 648.01 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.TreeCursor'
  977. 648.01 s [hw-prim] Missing documentation for:
  978. 648.01 s [hw-prim] Module header
  979. 648.01 s [hw-prim] TreeCursor (src/HaskellWorks/Data/TreeCursor.hs:7)
  980. 648.01 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Uncons'
  981. 648.01 s [hw-prim] Missing documentation for:
  982. 648.01 s [hw-prim] Module header
  983. 648.01 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  984. 648.01 s [hw-prim] Uncons (src/HaskellWorks/Data/Uncons.hs:21)
  985. 648.01 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Unsign'
  986. 648.01 s [hw-prim] Missing documentation for:
  987. 648.01 s [hw-prim] Module header
  988. 648.01 s [neat-interpolation] [4 of 4] Compiling NeatInterpolation ( library/NeatInterpolation.hs, dist/build/NeatInterpolation.o, dist/build/NeatInterpolation.dyn_o )
  989. 648.01 s [neat-interpolation] [1 of 4] Compiling NeatInterpolation.Prelude ( library/NeatInterpolation/Prelude.hs, dist/build/NeatInterpolation/Prelude.p_o )
  990. 648.01 s [neat-interpolation] [2 of 4] Compiling NeatInterpolation.Parsing ( library/NeatInterpolation/Parsing.hs, dist/build/NeatInterpolation/Parsing.p_o )
  991. 648.01 s [neat-interpolation] [3 of 4] Compiling NeatInterpolation.String ( library/NeatInterpolation/String.hs, dist/build/NeatInterpolation/String.p_o )
  992. 648.01 s [neat-interpolation] [4 of 4] Compiling NeatInterpolation ( library/NeatInterpolation.hs, dist/build/NeatInterpolation.p_o )
  993. 648.01 s [neat-interpolation] Preprocessing test suite 'test' for neat-interpolation-0.5.1.4..
  994. 648.01 s [neat-interpolation] Building test suite 'test' for neat-interpolation-0.5.1.4..
  995. 648.02 s [neat-interpolation] [1 of 1] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o, dist/build/test/test-tmp/Main.dyn_o )
  996. 648.02 s [neat-interpolation] [2 of 2] Linking dist/build/test/test
  997. 648.02 s [neat-interpolation] Phase: checkPhase
  998. 648.02 s [neat-interpolation] Running 1 test suites...
  999. 648.02 s [neat-interpolation] Test suite test: RUNNING...
  1000. 648.02 s [neat-interpolation]
  1001. 648.02 s [neat-interpolation] Demo: OK
  1002. 648.02 s [neat-interpolation] Isolation: OK
  1003. 648.02 s [neat-interpolation] Escaping 1: OK
  1004. 648.02 s [neat-interpolation] Escaping 2: OK
  1005. 648.02 s [neat-interpolation] Deindentation: OK
  1006. 648.02 s [neat-interpolation]
  1007. 648.02 s [neat-interpolation] All 5 tests passed (0.00s)
  1008. 648.02 s [neat-interpolation] Test suite test: PASS
  1009. 648.02 s [neat-interpolation] Test suite logged to: dist/test/neat-interpolation-0.5.1.4-test.log
  1010. 648.02 s [neat-interpolation] 1 of 1 test suites (1 of 1 test cases) passed.
  1011. 648.02 s [neat-interpolation] Phase: haddockPhase
  1012. 648.02 s [neat-interpolation] Preprocessing library for neat-interpolation-0.5.1.4..
  1013. 648.02 s [neat-interpolation] Running Haddock on library for neat-interpolation-0.5.1.4..
  1014. 648.02 s [neat-interpolation] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  1015. 648.02 s [neat-interpolation] 100% ( 4 / 4) in 'NeatInterpolation'
  1016. 648.02 s [neat-interpolation] Documentation created: dist/doc/html/neat-interpolation/index.html,
  1017. 648.02 s [neat-interpolation] dist/doc/html/neat-interpolation/neat-interpolation.txt
  1018. 648.02 s [neat-interpolation] Preprocessing test suite 'test' for neat-interpolation-0.5.1.4..
  1019. 648.02 s [neat-interpolation] Phase: installPhase
  1020. 648.02 s [neat-interpolation] Installing library in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
  1021. 648.02 s [neat-interpolation] Phase: fixupPhase
  1022. 648.02 s [neat-interpolation] shrinking RPATHs of ELF executables and libraries in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4
  1023. 648.02 s [neat-interpolation] shrinking /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSneat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77-ghc9.6.3.so
  1024. 648.02 s [neat-interpolation] checking for references to /build/ in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4...
  1025. 648.02 s [neat-interpolation] patching script interpreter paths in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4
  1026. 648.02 s [neat-interpolation] stripping (with command strip and flags -S -p) in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib
  1027. 648.02 s [neat-interpolation] shrinking RPATHs of ELF executables and libraries in /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc
  1028. 648.02 s [neat-interpolation] checking for references to /build/ in /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc...
  1029. 648.02 s [neat-interpolation] patching script interpreter paths in /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc
  1030. 648.02 s [path] fileExtension "/name../name..name.foo" == .foo [✔]
  1031. 648.02 s [path] replaceExtension ".foo" "/name../name..name.foo" == "/name../name..name.foo" [✔]
  1032. 648.02 s [path] addExtension ".foo" "/name../..." == "/name../....foo" [✔]
  1033. 648.02 s [path] fileExtension "/name../....foo" == .foo [✔]
  1034. 648.02 s [path] replaceExtension ".foo" "/name../....foo" == "/name../....foo" [✔]
  1035. 648.02 s [path] addExtension ".foo" "/.name/name" == "/.name/name.foo" [✔]
  1036. 648.02 s [path] fileExtension "/.name/name.foo" == .foo [✔]
  1037. 648.02 s [path] replaceExtension ".foo" "/.name/name.foo" == "/.name/name.foo" [✔]
  1038. 648.02 s [path] addExtension ".foo" "/.name/name." == "/.name/name..foo" [✔]
  1039. 648.02 s [path] fileExtension "/.name/name..foo" == .foo [✔]
  1040. 648.02 s [path] replaceExtension ".foo" "/.name/name..foo" == "/.name/name..foo" [✔]
  1041. 648.02 s [path] addExtension ".foo" "/.name/name.." == "/.name/name...foo" [✔]
  1042. 648.02 s [path] fileExtension "/.name/name...foo" == .foo [✔]
  1043. 648.02 s [path] replaceExtension ".foo" "/.name/name...foo" == "/.name/name...foo" [✔]
  1044. 648.02 s [path] addExtension ".foo" "/.name/.name" == "/.name/.name.foo" [✔]
  1045. 648.02 s [path] fileExtension "/.name/.name.foo" == .foo [✔]
  1046. 648.02 s [path] replaceExtension ".foo" "/.name/.name.foo" == "/.name/.name.foo" [✔]
  1047. 648.02 s [path] addExtension ".foo" "/.name/..name" == "/.name/..name.foo" [✔]
  1048. 648.02 s [path] fileExtension "/.name/..name.foo" == .foo [✔]
  1049. 648.02 s [path] replaceExtension ".foo" "/.name/..name.foo" == "/.name/..name.foo" [✔]
  1050. 648.02 s [path] addExtension ".foo" "/.name/name.name" == "/.name/name.name.foo" [✔]
  1051. 648.02 s [path] fileExtension "/.name/name.name.foo" == .foo [✔]
  1052. 648.02 s [path] replaceExtension ".foo" "/.name/name.name.foo" == "/.name/name.name.foo" [✔]
  1053. 648.02 s [path] addExtension ".foo" "/.name/name..name" == "/.name/name..name.foo" [✔]
  1054. 648.02 s [path] fileExtension "/.name/name..name.foo" == .foo [✔]
  1055. 648.02 s [path] replaceExtension ".foo" "/.name/name..name.foo" == "/.name/name..name.foo" [✔]
  1056. 648.02 s [path] addExtension ".foo" "/.name/..." == "/.name/....foo" [✔]
  1057. 648.02 s [path] fileExtension "/.name/....foo" == .foo [✔]
  1058. 648.02 s [path] replaceExtension ".foo" "/.name/....foo" == "/.name/....foo" [✔]
  1059. 648.02 s [path] addExtension ".foo" "/..name/name" == "/..name/name.foo" [✔]
  1060. 648.02 s [path] fileExtension "/..name/name.foo" == .foo [✔]
  1061. 648.02 s [path] replaceExtension ".foo" "/..name/name.foo" == "/..name/name.foo" [✔]
  1062. 648.02 s [path] addExtension ".foo" "/..name/name." == "/..name/name..foo" [✔]
  1063. 648.02 s [path] fileExtension "/..name/name..foo" == .foo [✔]
  1064. 648.02 s [path] replaceExtension ".foo" "/..name/name..foo" == "/..name/name..foo" [✔]
  1065. 648.02 s [path] addExtension ".foo" "/..name/name.." == "/..name/name...foo" [✔]
  1066. 648.02 s [path] fileExtension "/..name/name...foo" == .foo [✔]
  1067. 648.02 s [path] replaceExtension ".foo" "/..name/name...foo" == "/..name/name...foo" [✔]
  1068. 648.02 s [path] addExtension ".foo" "/..name/.name" == "/..name/.name.foo" [✔]
  1069. 648.02 s [path] fileExtension "/..name/.name.foo" == .foo [✔]
  1070. 648.02 s [path] replaceExtension ".foo" "/..name/.name.foo" == "/..name/.name.foo" [✔]
  1071. 648.02 s [path] addExtension ".foo" "/..name/..name" == "/..name/..name.foo" [✔]
  1072. 648.02 s [path] fileExtension "/..name/..name.foo" == .foo [✔]
  1073. 648.02 s [path] replaceExtension ".foo" "/..name/..name.foo" == "/..name/..name.foo" [✔]
  1074. 648.02 s [path] addExtension ".foo" "/..name/name.name" == "/..name/name.name.foo" [✔]
  1075. 648.02 s [path] fileExtension "/..name/name.name.foo" == .foo [✔]
  1076. 648.02 s [path] replaceExtension ".foo" "/..name/name.name.foo" == "/..name/name.name.foo" [✔]
  1077. 648.02 s [path] addExtension ".foo" "/..name/name..name" == "/..name/name..name.foo" [✔]
  1078. 648.02 s [path] fileExtension "/..name/name..name.foo" == .foo [✔]
  1079. 648.02 s [path] replaceExtension ".foo" "/..name/name..name.foo" == "/..name/name..name.foo" [✔]
  1080. 648.02 s [path] addExtension ".foo" "/..name/..." == "/..name/....foo" [✔]
  1081. 648.02 s [path] fileExtension "/..name/....foo" == .foo [✔]
  1082. 648.02 s [path] replaceExtension ".foo" "/..name/....foo" == "/..name/....foo" [✔]
  1083. 648.02 s [path] addExtension ".foo" "/name.name/name" == "/name.name/name.foo" [✔]
  1084. 648.02 s [path] fileExtension "/name.name/name.foo" == .foo [✔]
  1085. 648.02 s [path] replaceExtension ".foo" "/name.name/name.foo" == "/name.name/name.foo" [✔]
  1086. 648.02 s [path] addExtension ".foo" "/name.name/name." == "/name.name/name..foo" [✔]
  1087. 648.02 s [path] fileExtension "/name.name/name..foo" == .foo [✔]
  1088. 648.02 s [path] replaceExtension ".foo" "/name.name/name..foo" == "/name.name/name..foo" [✔]
  1089. 648.02 s [quickcheck-classes] except perhaps to import instances from ‘Data.Functor.Classes’
  1090. 648.02 s [quickcheck-classes] To import instances alone, use: import Data.Functor.Classes()
  1091. 648.02 s [quickcheck-classes] |
  1092. 648.02 s [quickcheck-classes] 27 | import Data.Functor.Classes (Eq1,Show1)
  1093. 648.02 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1094. 648.02 s [quickcheck-classes]
  1095. 648.02 s [quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:29:1: warning: [-Wunused-imports]
  1096. 648.02 s [quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
  1097. 648.02 s [quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
  1098. 648.02 s [quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
  1099. 648.02 s [quickcheck-classes] |
  1100. 648.02 s [quickcheck-classes] 29 | import Test.QuickCheck.Property (Property)
  1101. 648.02 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1102. 648.02 s [quickcheck-classes]
  1103. 648.02 s [quickcheck-classes] src/Test/QuickCheck/Classes/Prim.hs:15:1: warning: [-Wunused-imports]
  1104. 648.02 s [quickcheck-classes] The import of ‘Control.Applicative’ is redundant
  1105. 648.02 s [quickcheck-classes] except perhaps to import instances from ‘Control.Applicative’
  1106. 648.02 s [quickcheck-classes] To import instances alone, use: import Control.Applicative()
  1107. 648.02 s [quickcheck-classes] |
  1108. 648.02 s [quickcheck-classes] 15 | import Control.Applicative
  1109. 648.02 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  1110. 648.02 s [quickcheck-classes]
  1111. 648.02 s [quickcheck-classes] src/Test/QuickCheck/Classes/Prim.hs:35:1: warning: [-Wunused-imports]
  1112. 648.02 s [quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
  1113. 648.02 s [quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
  1114. 648.02 s [quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
  1115. 648.02 s [quickcheck-classes] |
  1116. 648.02 s [quickcheck-classes] 35 | import Test.QuickCheck.Property (Property)
  1117. 648.02 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1118. 648.02 s [quickcheck-classes]
  1119. 648.02 s [quickcheck-classes] src/Test/QuickCheck/Classes/Ring.hs:20:1: warning: [-Wunused-imports]
  1120. 648.02 s [quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
  1121. 648.02 s [quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
  1122. 648.02 s [quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
  1123. 648.02 s [quickcheck-classes] |
  1124. 648.02 s [quickcheck-classes] 20 | import Test.QuickCheck.Property (Property)
  1125. 648.02 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1126. 648.02 s [quickcheck-classes] Warning: 'o'' is out of scope.
  1127. 648.02 s [quickcheck-classes] If you qualify the identifier, haddock can try to link it anyway.
  1128. 648.02 s [quickcheck-classes]
  1129. 648.02 s [quickcheck-classes] src/Test/QuickCheck/Classes/Semigroupoid.hs:22:1: warning: [-Wunused-imports]
  1130. 648.02 s [quickcheck-classes] The import of ‘Data.Functor.Classes’ is redundant
  1131. 648.02 s [quickcheck-classes] except perhaps to import instances from ‘Data.Functor.Classes’
  1132. 648.02 s [quickcheck-classes] To import instances alone, use: import Data.Functor.Classes()
  1133. 648.02 s [quickcheck-classes] |
  1134. 648.02 s [quickcheck-classes] 22 | import Data.Functor.Classes (Eq2,Show2)
  1135. 648.02 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1136. 648.02 s [quickcheck-classes]
  1137. 648.02 s [quickcheck-classes] src/Test/QuickCheck/Classes/Semigroupoid.hs:23:1: warning: [-Wunused-imports]
  1138. 648.02 s [quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
  1139. 648.02 s [quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
  1140. 648.02 s [quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
  1141. 648.02 s [quickcheck-classes] |
  1142. 648.02 s [quickcheck-classes] 23 | import Test.QuickCheck.Property (Property)
  1143. 648.02 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1144. 648.02 s [quickcheck-classes]
  1145. 648.02 s [quickcheck-classes] src/Test/QuickCheck/Classes/Semiring.hs:21:1: warning: [-Wunused-imports]
  1146. 648.02 s [quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
  1147. 648.02 s [quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
  1148. 648.02 s [quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
  1149. 648.02 s [quickcheck-classes] |
  1150. 648.02 s [quickcheck-classes] 21 | import Test.QuickCheck.Property (Property)
  1151. 648.02 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1152. 648.02 s [row-types] relies on the StarIsType extension, which will become
  1153. 648.02 s [row-types] deprecated in the future.
  1154. 648.02 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1155. 648.02 s [row-types] |
  1156. 648.02 s [row-types] 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
  1157. 648.02 s [row-types] | ^
  1158. 648.02 s [row-types]
  1159. 648.02 s [row-types] src/Data/Row/Records.hs:667:25: warning: [GHC-39567] [-Wstar-is-type]
  1160. 648.02 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1161. 648.02 s [row-types] relies on the StarIsType extension, which will become
  1162. 648.02 s [row-types] deprecated in the future.
  1163. 648.02 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1164. 648.02 s [row-types] |
  1165. 648.02 s [row-types] 667 | type RepRec (r :: Row *) :: * -> *
  1166. 648.02 s [row-types] | ^
  1167. 648.02 s [row-types]
  1168. 648.02 s [row-types] src/Data/Row/Records.hs:667:31: warning: [GHC-39567] [-Wstar-is-type]
  1169. 648.02 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1170. 648.02 s [row-types] relies on the StarIsType extension, which will become
  1171. 648.02 s [row-types] deprecated in the future.
  1172. 648.02 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1173. 648.02 s [row-types] |
  1174. 648.02 s [row-types] 667 | type RepRec (r :: Row *) :: * -> *
  1175. 648.02 s [row-types] | ^
  1176. 648.02 s [row-types]
  1177. 648.02 s [row-types] src/Data/Row/Records.hs:667:36: warning: [GHC-39567] [-Wstar-is-type]
  1178. 648.02 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1179. 648.02 s [row-types] relies on the StarIsType extension, which will become
  1180. 648.03 s [row-types] deprecated in the future.
  1181. 648.03 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1182. 648.03 s [row-types] |
  1183. 648.03 s [row-types] 667 | type RepRec (r :: Row *) :: * -> *
  1184. 648.03 s [row-types] | ^
  1185. 648.03 s [row-types] [4 of 6] Compiling Data.Row.Variants ( src/Data/Row/Variants.hs, dist/build/Data/Row/Variants.o, dist/build/Data/Row/Variants.dyn_o )
  1186. 648.03 s [row-types]
  1187. 648.03 s [row-types] src/Data/Row/Variants.hs:102:20: warning: [GHC-39567] [-Wstar-is-type]
  1188. 648.03 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1189. 648.03 s [row-types] relies on the StarIsType extension, which will become
  1190. 648.03 s [row-types] deprecated in the future.
  1191. 648.03 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1192. 648.03 s [row-types] |
  1193. 648.03 s [row-types] 102 | data Var (r :: Row *) where
  1194. 648.03 s [row-types] | ^
  1195. 648.03 s [row-types]
  1196. 648.03 s [row-types] src/Data/Row/Variants.hs:475:37: warning: [GHC-39567] [-Wstar-is-type]
  1197. 648.03 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1198. 648.03 s [row-types] relies on the StarIsType extension, which will become
  1199. 648.03 s [row-types] deprecated in the future.
  1200. 648.03 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1201. 648.03 s [row-types] |
  1202. 648.03 s [row-types] 475 | newtype FlipApp (x :: k) (f :: k -> *) = FlipApp (f x)
  1203. 648.03 s [row-types] | ^
  1204. 648.03 s [row-types]
  1205. 648.03 s [row-types] src/Data/Row/Variants.hs:589:25: warning: [GHC-39567] [-Wstar-is-type]
  1206. 648.03 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1207. 648.03 s [row-types] relies on the StarIsType extension, which will become
  1208. 648.03 s [row-types] deprecated in the future.
  1209. 648.03 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1210. 648.03 s [row-types] |
  1211. 648.03 s [row-types] 589 | type RepVar (r :: Row *) :: * -> *
  1212. 648.03 s [row-types] | ^
  1213. 648.03 s [row-types]
  1214. 648.03 s [stan] Doesn't trigger on forall constraint with 2 var [✔]
  1215. 648.03 s [stan] Finds single lazy field after forall constraint with 2 var [✔]
  1216. 648.03 s [stan] Doesn't trigger on strict field after forall constraint with 2 var [✔]
  1217. 648.03 s [stan] Doesn't trigger on forall constraint on record type [✔]
  1218. 648.03 s [stan] Findsa lazy Int field after forall constraint on record type [✔]
  1219. 648.03 s [stan] Finds a lazy constrainted field after forall on record type [✔]
  1220. 648.03 s [stan] With the 'StrictData' extension
  1221. 648.03 s [stan] Doesn't trigger on a simple record field [✔]
  1222. 648.03 s [stan] Doesn't trigger on explicitly lazy field [✔]
  1223. 648.03 s [stan] Doesn't trigger on plain data type [✔]
  1224. 648.03 s [stan] STAN-0207: 'length' for (,) [✔]
  1225. 648.03 s [stan] STAN-0207: 'null' for Maybe [✔]
  1226. 648.03 s [stan] STAN-0207: 'foldr' for Either [✔]
  1227. 648.03 s [stan] STAN-0208: finds usage of 'length' for 'Text' [✔]
  1228. 648.03 s [stan] STAN-0209: finds usage of 'nub' for lists [✔]
  1229. 648.03 s [stan] STAN-0210: finds usage of 'for_' for ranges [✔]
  1230. 648.03 s [stan] STAN-0210: finds usage of 'forM_' for ranges [✔]
  1231. 648.03 s [stan] STAN-0211: finds usage of 'http://' '</>' [✔]
  1232. 648.03 s [stan] STAN-0211: finds usage of 'fooUrl' '</>' [✔]
  1233. 648.03 s [stan] STAN-0211: finds usage of '</>' 'fooUrl' [✔]
  1234. 648.03 s [stan] STAN-0211: doesn't trigger on 'fooUral' '</>' [✔]
  1235. 648.03 s [stan] STAN-0212: Unsafe functions
  1236. 648.03 s [stan] Find: undefined [✔]
  1237. 648.03 s [stan] Find: unsafeCoerce [✔]
  1238. 648.03 s [stan] Find: unsafePerformIO [✔]
  1239. 648.03 s [stan] Find: unsafeInterleaveIO [✔]
  1240. 648.03 s [stan] Find: unsafeDupablePerformIO [✔]
  1241. 648.03 s [stan] Find: unsafeFixIO [✔]
  1242. 648.03 s [stan] STAN-0212: Pattern Matching on _
  1243. 648.03 s [stan] for lambda case [✔]
  1244. 648.03 s [stan] not triggered for lambda case on integers [✔]
  1245. 648.03 s [stan] for case [✔]
  1246. 648.03 s [stan] not triggered for case on strings [✔]
  1247. 648.03 s [stan] not triggered for case on all constructors [✔]
  1248. 648.03 s [stan] not triggered for lambda case on all constructors [✔]
  1249. 648.03 s [stan] for case on maybe [✔]
  1250. 648.03 s [stan] for lambda case on maybe [✔]
  1251. 648.03 s [stan] not triggered for lambda case on maybe with full pm [✔]
  1252. 648.03 s [stan] not triggered for lambda case on one branch _ [✔]
  1253. 648.03 s [stan] not triggered for lambda case on Chars [✔]
  1254. 648.03 s [stan] STAN-0214: Replace multiple comparison operators
  1255. 648.03 s [stan] Finds: < and > [✔]
  1256. 648.03 s [stan] Finds: == and < [✔]
  1257. 648.03 s [stan] No warning on: == on different expressions [✔]
  1258. 648.03 s [stan] No warning on: Single >= [✔]
  1259. 648.03 s [stan] No warning on: >= with different constants [✔]
  1260. 648.03 s [stan] Handles functions with pattern-matching [‐]
  1261. 648.03 s [stan] # PENDING: No reason given
  1262. 648.03 s [stan] STAN-0215: finds usage of '/' in '</>' path left [✔]
  1263. 648.03 s [stan] STAN-0215: finds usage of '/' in '</>' path right [✔]
  1264. 648.03 s [stan] STAN-0215: finds usage of '\' in '</>' path left [✔]
  1265. 648.03 s [stan] STAN-0215: finds usage of '\' in '</>' path right [✔]
  1266. 648.03 s [stan] STAN-0215: don't triggered when no slashes [✔]
  1267. 648.03 s [stan] Style
  1268. 648.03 s [stan] STAN-0301: finds operator with the missing infix [✔]
  1269. 648.03 s [stan] STAN-0301: no warning when fixity is declared [✔]
  1270. 648.03 s [stan] STAN-0302: triggers on tuple with 4 elements in the type signature [✔]
  1271. 648.03 s [stan] STAN-0302: triggers on tuple with 4 elements in the literal [✔]
  1272. 648.03 s [stan] STAN-0302: no observation on triple in type [✔]
  1273. 648.03 s [stan] STAN-0302: no observation on triple literal [✔]
  1274. 648.03 s [stan] STAN-0302: triggers on tuple with 4 elements as a record field [✔]
  1275. 648.03 s [stan] Used extensions
  1276. 648.03 s [stan] should correctly count total amount of used extensions [✔]
  1277. 648.03 s [stan] should correctly count total amount of used safe extensions [✔]
  1278. 648.03 s [stan] Ignores observations
  1279. 648.03 s [stan] ObservationId is present when not ignored [✔]
  1280. 648.03 s [stan] ObservationId is properly ignored [✔]
  1281. 648.03 s [stan]
  1282. 648.03 s [stan] Finished in 0.3536 seconds
  1283. 648.03 s [stan] 141 examples, 0 failures, 1 pending
  1284. 648.03 s [stan] Test suite stan-test: PASS
  1285. 648.03 s [stan] Test suite logged to: dist/test/stan-0.2.0.0-stan-test.log
  1286. 648.03 s [stan] 1 of 1 test suites (1 of 1 test cases) passed.
  1287. 648.03 s [stan] Phase: haddockPhase
  1288. 648.03 s [stan] Phase: installPhase
  1289. 648.03 s [stan] Installing library in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/stan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t
  1290. 648.03 s [stan] Installing executable stan in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/bin
  1291. 648.03 s [stan] Warning: The directory
  1292. 648.03 s [stan] /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/bin is not in the
  1293. 648.03 s [stan] system search path.
  1294. 648.03 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:46: warning: [GHC-68441] [-Wdeprecations]
  1295. 648.03 s [tree-diff] In the use of type constructor or class ‘Doc’
  1296. 648.03 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  1297. 648.03 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1298. 648.03 s [tree-diff] |
  1299. 648.03 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  1300. 648.03 s [tree-diff] | ^^^^^^
  1301. 648.03 s [tree-diff]
  1302. 648.03 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:20: warning: [GHC-68441] [-Wdeprecations]
  1303. 648.03 s [tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
  1304. 648.03 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1305. 648.03 s [tree-diff] |
  1306. 648.03 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  1307. 648.03 s [tree-diff] | ^^^^^^^^
  1308. 648.03 s [tree-diff]
  1309. 648.03 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:31: warning: [GHC-68441] [-Wdeprecations]
  1310. 648.03 s [tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
  1311. 648.03 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1312. 648.03 s [tree-diff] |
  1313. 648.03 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  1314. 648.03 s [tree-diff] | ^^^^^^^
  1315. 648.03 s [tree-diff]
  1316. 648.03 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:44: warning: [GHC-68441] [-Wdeprecations]
  1317. 648.03 s [tree-diff] In the use of ‘<$$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  1318. 648.03 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1319. 648.03 s [tree-diff] |
  1320. 648.03 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  1321. 648.03 s [tree-diff] | ^^^^^^^
  1322. 648.03 s [tree-diff]
  1323. 648.03 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:52: warning: [GHC-68441] [-Wdeprecations]
  1324. 648.03 s [tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
  1325. 648.03 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1326. 648.03 s [tree-diff] |
  1327. 648.03 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  1328. 648.03 s [tree-diff] | ^^^^^^^
  1329. 648.03 s [tree-diff]
  1330. 648.03 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:61: warning: [GHC-68441] [-Wdeprecations]
  1331. 648.03 s [tree-diff] In the use of ‘punctuate’
  1332. 648.03 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  1333. 648.03 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1334. 648.03 s [tree-diff] |
  1335. 648.03 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  1336. 648.03 s [tree-diff] | ^^^^^^^^^^^^
  1337. 648.03 s [tree-diff]
  1338. 648.03 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:74: warning: [GHC-68441] [-Wdeprecations]
  1339. 648.03 s [tree-diff] In the use of ‘comma’ (imported from Text.PrettyPrint.ANSI.Leijen):
  1340. 648.03 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1341. 648.03 s [tree-diff] |
  1342. 648.03 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  1343. 648.03 s [deferred-folds] [10 of 11] Compiling DeferredFolds.Defs.Unfoldr ( library/DeferredFolds/Defs/Unfoldr.hs, dist/build/DeferredFolds/Defs/Unfoldr.p_o )
  1344. 648.03 s [deferred-folds] [11 of 11] Compiling DeferredFolds.Unfoldr ( library/DeferredFolds/Unfoldr.hs, dist/build/DeferredFolds/Unfoldr.p_o )
  1345. 648.03 s [deferred-folds] Preprocessing test suite 'test' for deferred-folds-0.9.18.7..
  1346. 648.03 s [deferred-folds] Building test suite 'test' for deferred-folds-0.9.18.7..
  1347. 648.03 s [deferred-folds] [1 of 1] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o, dist/build/test/test-tmp/Main.dyn_o )
  1348. 648.03 s [deferred-folds] [2 of 2] Linking dist/build/test/test
  1349. 648.03 s [deferred-folds] Phase: checkPhase
  1350. 648.03 s [deferred-folds] Running 1 test suites...
  1351. 648.03 s [deferred-folds] Test suite test: RUNNING...
  1352. 648.03 s [deferred-folds] All
  1353. 648.03 s [deferred-folds] List roundtrip: OK
  1354. 648.03 s [deferred-folds] +++ OK, passed 100 tests.
  1355. 648.03 s [deferred-folds] take: OK
  1356. 648.03 s [deferred-folds] +++ OK, passed 100 tests.
  1357. 648.03 s [deferred-folds] takeWhile odd: OK
  1358. 648.03 s [deferred-folds] +++ OK, passed 100 tests.
  1359. 648.03 s [deferred-folds] intersperse: OK
  1360. 648.03 s [deferred-folds] +++ OK, passed 100 tests.
  1361. 648.03 s [deferred-folds] textChars: OK
  1362. 648.03 s [deferred-folds] +++ OK, passed 100 tests.
  1363. 648.03 s [deferred-folds] textWords: OK
  1364. 648.03 s [deferred-folds] +++ OK, passed 100 tests.
  1365. 648.03 s [deferred-folds] trimWhitespace 1: OK
  1366. 648.03 s [deferred-folds] +++ OK, passed 100 tests.
  1367. 648.03 s [deferred-folds] trimWhitespace 2: OK
  1368. 648.03 s [deferred-folds] +++ OK, passed 100 tests.
  1369. 648.03 s [deferred-folds]
  1370. 648.03 s [deferred-folds] All 8 tests passed (0.02s)
  1371. 648.03 s [deferred-folds] Test suite test: PASS
  1372. 648.03 s [deferred-folds] Test suite logged to: dist/test/deferred-folds-0.9.18.7-test.log
  1373. 648.03 s [deferred-folds] 1 of 1 test suites (1 of 1 test cases) passed.
  1374. 648.03 s [deferred-folds] Phase: haddockPhase
  1375. 648.03 s [deferred-folds] Preprocessing library for deferred-folds-0.9.18.7..
  1376. 648.03 s [deferred-folds] Running Haddock on library for deferred-folds-0.9.18.7..
  1377. 648.03 s [deferred-folds] Warning: The documentation for the following packages are not installed. No
  1378. 648.03 s [deferred-folds] links will be generated to these packages: vector-0.13.2.0
  1379. 648.03 s [deferred-folds] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  1380. 648.03 s [deferred-folds] Warning: '<>' is out of scope.
  1381. 648.03 s [deferred-folds] If you qualify the identifier, haddock can try to link it anyway.
  1382. 648.03 s [deferred-folds] 92% ( 13 / 14) in 'DeferredFolds.Unfoldl'
  1383. 648.03 s [deferred-folds] Missing documentation for:
  1384. 648.03 s [deferred-folds] Module header
  1385. 648.03 s [deferred-folds] 90% ( 19 / 21) in 'DeferredFolds.UnfoldlM'
  1386. 648.03 s [deferred-folds] Missing documentation for:
  1387. 648.03 s [deferred-folds] Module header
  1388. 648.03 s [deferred-folds] unfoldr (library/DeferredFolds/Defs/UnfoldlM.hs:128)
  1389. 648.03 s [deferred-folds] 87% ( 41 / 47) in 'DeferredFolds.Unfoldr'
  1390. 648.03 s [deferred-folds] Missing documentation for:
  1391. 648.03 s [deferred-folds] Module header
  1392. 648.03 s [deferred-folds] zipWith (library/DeferredFolds/Defs/Unfoldr.hs:278)
  1393. 648.03 s [deferred-folds] takeWhile (library/DeferredFolds/Defs/Unfoldr.hs:342)
  1394. 648.03 s [deferred-folds] take (library/DeferredFolds/Defs/Unfoldr.hs:331)
  1395. 648.03 s [deferred-folds] cons (library/DeferredFolds/Defs/Unfoldr.hs:352)
  1396. 648.03 s [deferred-folds] snoc (library/DeferredFolds/Defs/Unfoldr.hs:355)
  1397. 648.03 s [deferred-folds] Documentation created: dist/doc/html/deferred-folds/index.html,
  1398. 648.03 s [deferred-folds] dist/doc/html/deferred-folds/deferred-folds.txt
  1399. 648.03 s [deferred-folds] Preprocessing test suite 'test' for deferred-folds-0.9.18.7..
  1400. 648.03 s [deferred-folds] Phase: installPhase
  1401. 648.03 s [deferred-folds] Installing library in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
  1402. 648.03 s [deferred-folds] Phase: fixupPhase
  1403. 648.03 s [deferred-folds] shrinking RPATHs of ELF executables and libraries in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7
  1404. 648.03 s [deferred-folds] shrinking /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSdeferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ-ghc9.6.3.so
  1405. 648.03 s [deferred-folds] checking for references to /build/ in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7...
  1406. 648.03 s [deferred-folds] patching script interpreter paths in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7
  1407. 648.03 s [deferred-folds] stripping (with command strip and flags -S -p) in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib
  1408. 648.03 s [deferred-folds] shrinking RPATHs of ELF executables and libraries in /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc
  1409. 648.03 s [deferred-folds] checking for references to /build/ in /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc...
  1410. 648.03 s [deferred-folds] patching script interpreter paths in /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc
  1411. 648.09 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2
  1412. 648.54 s [post-build-hook] Pushing 1 paths (67 are already present) using zstd to cache sellout ⏳
  1413. 648.54 s [post-build-hook]
  1414. 648.91 s [post-build-hook] Pushing /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2 (972.22 KiB)
  1415. 649.79 s [post-build-hook]
  1416. 649.79 s [post-build-hook] All done.
  1417. 649.81 s [post-build-hook] Uploading to the NixCI cache: /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2
  1418. 649.87 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1419. 650.06 s [post-build-hook] copying 2 paths...
  1420. 650.06 s [post-build-hook] copying path '/nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc' to 'https://cache.nix-ci.com'...
  1421. 650.35 s [post-build-hook] copying path '/nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2' to 'https://cache.nix-ci.com'...
  1422. 650.92 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1423. 651.20 s [post-build-hook] copying 1 paths...
  1424. 651.20 s [post-build-hook] copying path '/nix/store/rzqk9bflkimvh5i5y5kqmissq4pykkl3-focus-1.0.3.2.drv' to 'https://cache.nix-ci.com'...
  1425. 651.61 s Progress: 31 of 74 built (9 building), 335 of 335 downloaded from cache
  1426. 651.61 s [hw-prim] Unsign (src/HaskellWorks/Data/Unsign.hs:10)
  1427. 651.61 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Unsnoc'
  1428. 651.61 s [hw-prim] Missing documentation for:
  1429. 651.61 s [hw-prim] Module header
  1430. 651.61 s [hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
  1431. 651.61 s [hw-prim] Unsnoc (src/HaskellWorks/Data/Unsnoc.hs:20)
  1432. 651.61 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector64'
  1433. 651.61 s [hw-prim] Missing documentation for:
  1434. 651.61 s [hw-prim] Module header
  1435. 651.61 s [hw-prim] AsVector64 (src/HaskellWorks/Data/Vector/AsVector64.hs:13)
  1436. 651.61 s [hw-prim] Warning: 'n' is out of scope.
  1437. 651.61 s [hw-prim] If you qualify the identifier, haddock can try to link it anyway.
  1438. 651.61 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector64s'
  1439. 651.61 s [hw-prim] Missing documentation for:
  1440. 651.61 s [hw-prim] Module header
  1441. 651.61 s [hw-prim] AsVector64s (src/HaskellWorks/Data/Vector/AsVector64s.hs:26)
  1442. 651.61 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector8'
  1443. 651.61 s [hw-prim] Missing documentation for:
  1444. 651.61 s [hw-prim] Module header
  1445. 651.61 s [hw-prim] AsVector8 (src/HaskellWorks/Data/Vector/AsVector8.hs:13)
  1446. 651.61 s [hw-prim] Warning: 'n' is out of scope.
  1447. 651.61 s [hw-prim] If you qualify the identifier, haddock can try to link it anyway.
  1448. 651.61 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector8ns'
  1449. 651.61 s [hw-prim] Missing documentation for:
  1450. 651.61 s [hw-prim] Module header
  1451. 651.61 s [hw-prim] AsVector8ns (src/HaskellWorks/Data/Vector/AsVector8ns.hs:27)
  1452. 651.61 s [hw-prim] Warning: 'n' is out of scope.
  1453. 651.61 s [hw-prim] If you qualify the identifier, haddock can try to link it anyway.
  1454. 651.61 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector64ns'
  1455. 651.62 s [hw-prim] Missing documentation for:
  1456. 651.62 s [hw-prim] Module header
  1457. 651.62 s [hw-prim] AsVector64ns (src/HaskellWorks/Data/Vector/AsVector64ns.hs:17)
  1458. 651.62 s [hw-prim] Warning: 'n' is out of scope.
  1459. 651.62 s [hw-prim] If you qualify the identifier, haddock can try to link it anyway.
  1460. 651.62 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector8s'
  1461. 651.62 s [hw-prim] Missing documentation for:
  1462. 651.62 s [hw-prim] Module header
  1463. 651.62 s [hw-prim] AsVector8s (src/HaskellWorks/Data/Vector/AsVector8s.hs:26)
  1464. 651.62 s [hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Vector.BoxedVectorLike'
  1465. 651.62 s [hw-prim] Missing documentation for:
  1466. 651.62 s [hw-prim] Module header
  1467. 651.62 s [hw-prim] 22% ( 2 / 9) in 'HaskellWorks.Data.Vector.Storable'
  1468. 651.62 s [hw-prim] Missing documentation for:
  1469. 651.62 s [hw-prim] Module header
  1470. 651.62 s [hw-prim] padded (src/HaskellWorks/Data/Vector/Storable.hs:31)
  1471. 651.62 s [hw-prim] foldMap (src/HaskellWorks/Data/Vector/Storable.hs:35)
  1472. 651.62 s [hw-prim] mapAccumL (src/HaskellWorks/Data/Vector/Storable.hs:39)
  1473. 651.62 s [hw-prim] construct2N (src/HaskellWorks/Data/Vector/Storable.hs:79)
  1474. 651.62 s [hw-prim] construct64UnzipN (src/HaskellWorks/Data/Vector/Storable.hs:108)
  1475. 651.62 s [hw-prim] unzipFromListN2 (src/HaskellWorks/Data/Vector/Storable.hs:130)
  1476. 651.62 s [hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Vector.StorableVectorLike'
  1477. 651.62 s [hw-prim] Missing documentation for:
  1478. 651.62 s [hw-prim] Module header
  1479. 651.62 s [hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Word'
  1480. 651.62 s [hw-prim] Missing documentation for:
  1481. 651.62 s [hw-prim] Module header
  1482. 651.62 s [hw-prim] ltWord64 (src/HaskellWorks/Data/Word.hs:13)
  1483. 651.62 s [hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Foreign'
  1484. 651.62 s [hw-prim] Missing documentation for:
  1485. 651.62 s [hw-prim] Module header
  1486. 651.62 s [hw-prim] mallocForeignPtrBytesWithAlignedPtr (src/HaskellWorks/Foreign.hs:14)
  1487. 651.62 s [hw-prim] mallocForeignPtrBytesWithAlignedCastPtr (src/HaskellWorks/Foreign.hs:20)
  1488. 651.62 s [hw-prim] Warning: HaskellWorks.Data.ByteString: could not find link destinations for:
  1489. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1490. 651.62 s [hw-prim] Warning: HaskellWorks.Data.ByteString.Lazy: could not find link destinations for:
  1491. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1492. 651.62 s [hw-prim] Warning: HaskellWorks.Data.Concat: could not find link destinations for:
  1493. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1494. 651.62 s [hw-prim] - Data.Vector.Vector
  1495. 651.62 s [hw-prim] Warning: HaskellWorks.Data.Container: could not find link destinations for:
  1496. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1497. 651.62 s [hw-prim] - Data.Vector.Vector
  1498. 651.62 s [hw-prim] Warning: HaskellWorks.Data.Cons: could not find link destinations for:
  1499. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1500. 651.62 s [hw-prim] - Data.Vector.Vector
  1501. 651.62 s [hw-prim] Warning: HaskellWorks.Data.Empty: could not find link destinations for:
  1502. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1503. 651.62 s [hw-prim] - Data.Vector.Vector
  1504. 651.62 s [hw-prim] Warning: HaskellWorks.Data.Filter: could not find link destinations for:
  1505. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1506. 651.62 s [hw-prim] - Data.Vector.Vector
  1507. 651.62 s [hw-prim] Warning: HaskellWorks.Data.FromByteString: could not find link destinations for:
  1508. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1509. 651.62 s [hw-prim] - Data.Vector.Storable.Mutable.MVector
  1510. 651.62 s [hw-prim] Warning: HaskellWorks.Data.Generate: could not find link destinations for:
  1511. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1512. 651.62 s [hw-prim] - Data.Vector.Vector
  1513. 651.62 s [hw-prim] Warning: HaskellWorks.Data.Head: could not find link destinations for:
  1514. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1515. 651.62 s [hw-prim] - Data.Vector.Vector
  1516. 651.62 s [hw-prim] Warning: HaskellWorks.Data.Null: could not find link destinations for:
  1517. 651.62 s [hw-prim] - Data.Vector.Storable.Vector
  1518. 651.62 s [hw-prim] - Data.Vector.Vector
  1519. 651.71 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4 /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc
  1520. 652.26 s [post-build-hook] Pushing 2 paths (82 are already present) using zstd to cache sellout ⏳
  1521. 652.26 s [post-build-hook]
  1522. 652.60 s [post-build-hook] Pushing /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc (288.98 KiB)
  1523. 652.73 s [post-build-hook] Pushing /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4 (1.29 MiB)
  1524. 653.66 s [post-build-hook]
  1525. 653.72 s [post-build-hook] All done.
  1526. 653.72 s [post-build-hook] Uploading to the NixCI cache: /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4 /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc
  1527. 653.75 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1528. 653.94 s [post-build-hook] copying 2 paths...
  1529. 653.94 s [post-build-hook] copying path '/nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc' to 'https://cache.nix-ci.com'...
  1530. 654.13 s [post-build-hook] copying path '/nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4' to 'https://cache.nix-ci.com'...
  1531. 654.72 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1532. 654.94 s [post-build-hook] copying 1 paths...
  1533. 654.94 s [post-build-hook] copying path '/nix/store/ckmipvckh56nsph8ylwf3p8l82qwsj0k-neat-interpolation-0.5.1.4.drv' to 'https://cache.nix-ci.com'...
  1534. 655.12 s Progress: 32 of 75 built (8 building), 335 of 335 downloaded from cache
  1535. 655.12 s [path] addExtension ".foo" "/name.name/name.." == "/name.name/name...foo" [✔]
  1536. 655.12 s [path] fileExtension "/name.name/name...foo" == .foo [✔]
  1537. 655.12 s [path] replaceExtension ".foo" "/name.name/name...foo" == "/name.name/name...foo" [✔]
  1538. 655.12 s [path] addExtension ".foo" "/name.name/.name" == "/name.name/.name.foo" [✔]
  1539. 655.12 s [path] fileExtension "/name.name/.name.foo" == .foo [✔]
  1540. 655.12 s [path] replaceExtension ".foo" "/name.name/.name.foo" == "/name.name/.name.foo" [✔]
  1541. 655.12 s [path] addExtension ".foo" "/name.name/..name" == "/name.name/..name.foo" [✔]
  1542. 655.12 s [path] fileExtension "/name.name/..name.foo" == .foo [✔]
  1543. 655.12 s [path] replaceExtension ".foo" "/name.name/..name.foo" == "/name.name/..name.foo" [✔]
  1544. 655.12 s [path] addExtension ".foo" "/name.name/name.name" == "/name.name/name.name.foo" [✔]
  1545. 655.12 s [path] fileExtension "/name.name/name.name.foo" == .foo [✔]
  1546. 655.12 s [path] replaceExtension ".foo" "/name.name/name.name.foo" == "/name.name/name.name.foo" [✔]
  1547. 655.12 s [path] addExtension ".foo" "/name.name/name..name" == "/name.name/name..name.foo" [✔]
  1548. 655.12 s [path] fileExtension "/name.name/name..name.foo" == .foo [✔]
  1549. 655.12 s [path] replaceExtension ".foo" "/name.name/name..name.foo" == "/name.name/name..name.foo" [✔]
  1550. 655.12 s [path] addExtension ".foo" "/name.name/..." == "/name.name/....foo" [✔]
  1551. 655.12 s [path] fileExtension "/name.name/....foo" == .foo [✔]
  1552. 655.12 s [path] replaceExtension ".foo" "/name.name/....foo" == "/name.name/....foo" [✔]
  1553. 655.12 s [path] addExtension ".foo" "/name..name/name" == "/name..name/name.foo" [✔]
  1554. 655.12 s [path] fileExtension "/name..name/name.foo" == .foo [✔]
  1555. 655.12 s [path] replaceExtension ".foo" "/name..name/name.foo" == "/name..name/name.foo" [✔]
  1556. 655.12 s [path] addExtension ".foo" "/name..name/name." == "/name..name/name..foo" [✔]
  1557. 655.12 s [path] fileExtension "/name..name/name..foo" == .foo [✔]
  1558. 655.12 s [path] replaceExtension ".foo" "/name..name/name..foo" == "/name..name/name..foo" [✔]
  1559. 655.12 s [path] addExtension ".foo" "/name..name/name.." == "/name..name/name...foo" [✔]
  1560. 655.12 s [path] fileExtension "/name..name/name...foo" == .foo [✔]
  1561. 655.12 s [path] replaceExtension ".foo" "/name..name/name...foo" == "/name..name/name...foo" [✔]
  1562. 655.12 s [path] addExtension ".foo" "/name..name/.name" == "/name..name/.name.foo" [✔]
  1563. 655.12 s [path] fileExtension "/name..name/.name.foo" == .foo [✔]
  1564. 655.12 s [path] replaceExtension ".foo" "/name..name/.name.foo" == "/name..name/.name.foo" [✔]
  1565. 655.12 s [path] addExtension ".foo" "/name..name/..name" == "/name..name/..name.foo" [✔]
  1566. 655.12 s [path] fileExtension "/name..name/..name.foo" == .foo [✔]
  1567. 655.12 s [path] replaceExtension ".foo" "/name..name/..name.foo" == "/name..name/..name.foo" [✔]
  1568. 655.12 s [path] addExtension ".foo" "/name..name/name.name" == "/name..name/name.name.foo" [✔]
  1569. 655.12 s [path] fileExtension "/name..name/name.name.foo" == .foo [✔]
  1570. 655.12 s [path] replaceExtension ".foo" "/name..name/name.name.foo" == "/name..name/name.name.foo" [✔]
  1571. 655.12 s [path] addExtension ".foo" "/name..name/name..name" == "/name..name/name..name.foo" [✔]
  1572. 655.12 s [path] fileExtension "/name..name/name..name.foo" == .foo [✔]
  1573. 655.12 s [path] replaceExtension ".foo" "/name..name/name..name.foo" == "/name..name/name..name.foo" [✔]
  1574. 655.12 s [path] addExtension ".foo" "/name..name/..." == "/name..name/....foo" [✔]
  1575. 655.12 s [path] fileExtension "/name..name/....foo" == .foo [✔]
  1576. 655.12 s [path] replaceExtension ".foo" "/name..name/....foo" == "/name..name/....foo" [✔]
  1577. 655.12 s [path] addExtension ".foo" "/.../name" == "/.../name.foo" [✔]
  1578. 655.12 s [path] fileExtension "/.../name.foo" == .foo [✔]
  1579. 655.12 s [path] replaceExtension ".foo" "/.../name.foo" == "/.../name.foo" [✔]
  1580. 655.12 s [path] addExtension ".foo" "/.../name." == "/.../name..foo" [✔]
  1581. 655.12 s [path] fileExtension "/.../name..foo" == .foo [✔]
  1582. 655.12 s [path] replaceExtension ".foo" "/.../name..foo" == "/.../name..foo" [✔]
  1583. 655.12 s [path] addExtension ".foo" "/.../name.." == "/.../name...foo" [✔]
  1584. 655.12 s [path] fileExtension "/.../name...foo" == .foo [✔]
  1585. 655.12 s [path] replaceExtension ".foo" "/.../name...foo" == "/.../name...foo" [✔]
  1586. 655.12 s [path] addExtension ".foo" "/.../.name" == "/.../.name.foo" [✔]
  1587. 655.12 s [path] fileExtension "/.../.name.foo" == .foo [✔]
  1588. 655.12 s [path] replaceExtension ".foo" "/.../.name.foo" == "/.../.name.foo" [✔]
  1589. 655.12 s [path] addExtension ".foo" "/.../..name" == "/.../..name.foo" [✔]
  1590. 655.12 s [path] fileExtension "/.../..name.foo" == .foo [✔]
  1591. 655.12 s [path] replaceExtension ".foo" "/.../..name.foo" == "/.../..name.foo" [✔]
  1592. 655.12 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1593. 655.12 s [quickcheck-classes] 98% ( 62 / 63) in 'Test.QuickCheck.Classes'
  1594. 655.12 s [quickcheck-classes] Missing documentation for:
  1595. 655.12 s [quickcheck-classes] semigroupMonoidLaws
  1596. 655.12 s [quickcheck-classes]
  1597. 655.12 s [quickcheck-classes] src/Test/QuickCheck/Classes.hs:107:1: warning: [-Wunused-imports]
  1598. 655.12 s [quickcheck-classes] The import of ‘Test.QuickCheck.Classes.IsList’ is redundant
  1599. 655.12 s [quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Classes.IsList’
  1600. 655.12 s [quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Classes.IsList()
  1601. 655.12 s [quickcheck-classes] |
  1602. 655.12 s [quickcheck-classes] 107 | import Test.QuickCheck.Classes.IsList
  1603. 655.12 s [quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1604. 655.12 s [quickcheck-classes] Warning: Test.QuickCheck.Classes: could not find link destinations for:
  1605. 655.12 s [quickcheck-classes] - Test.QuickCheck.Classes.Foldable.unsnoc
  1606. 655.12 s [quickcheck-classes] - Data.Vector.Unboxed.Base.Unbox
  1607. 655.12 s [quickcheck-classes] Documentation created: dist/doc/html/quickcheck-classes/index.html,
  1608. 655.12 s [quickcheck-classes] dist/doc/html/quickcheck-classes/quickcheck-classes.txt
  1609. 655.12 s [quickcheck-classes] Preprocessing test suite 'basic' for quickcheck-classes-0.6.5.0..
  1610. 655.12 s [quickcheck-classes] Preprocessing test suite 'advanced' for quickcheck-classes-0.6.5.0..
  1611. 655.12 s [quickcheck-classes] Phase: installPhase
  1612. 655.12 s [quickcheck-classes] Installing library in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/quickcheck-classes-0.6.5.0-7Aa5TRjl7KKBukoiXc5OYq
  1613. 655.12 s [quickcheck-classes] Phase: fixupPhase
  1614. 655.12 s [quickcheck-classes] shrinking RPATHs of ELF executables and libraries in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0
  1615. 655.12 s [quickcheck-classes] shrinking /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSquickcheck-classes-0.6.5.0-7Aa5TRjl7KKBukoiXc5OYq-ghc9.6.3.so
  1616. 655.12 s [quickcheck-classes] checking for references to /build/ in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0...
  1617. 655.12 s [quickcheck-classes] patching script interpreter paths in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0
  1618. 655.12 s [quickcheck-classes] stripping (with command strip and flags -S -p) in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0/lib
  1619. 655.12 s [quickcheck-classes] shrinking RPATHs of ELF executables and libraries in /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc
  1620. 655.12 s [quickcheck-classes] checking for references to /build/ in /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc...
  1621. 655.12 s [quickcheck-classes] patching script interpreter paths in /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc
  1622. 655.13 s [row-types] src/Data/Row/Variants.hs:589:31: warning: [GHC-39567] [-Wstar-is-type]
  1623. 655.13 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1624. 655.13 s [row-types] relies on the StarIsType extension, which will become
  1625. 655.13 s [row-types] deprecated in the future.
  1626. 655.13 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1627. 655.13 s [row-types] |
  1628. 655.13 s [row-types] 589 | type RepVar (r :: Row *) :: * -> *
  1629. 655.13 s [row-types] | ^
  1630. 655.13 s [row-types]
  1631. 655.13 s [row-types] src/Data/Row/Variants.hs:589:36: warning: [GHC-39567] [-Wstar-is-type]
  1632. 655.13 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1633. 655.13 s [row-types] relies on the StarIsType extension, which will become
  1634. 655.13 s [row-types] deprecated in the future.
  1635. 655.13 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1636. 655.13 s [row-types] |
  1637. 655.13 s [row-types] 589 | type RepVar (r :: Row *) :: * -> *
  1638. 655.13 s [row-types] | ^
  1639. 655.13 s [row-types] [5 of 6] Compiling Data.Row.Switch ( src/Data/Row/Switch.hs, dist/build/Data/Row/Switch.o, dist/build/Data/Row/Switch.dyn_o )
  1640. 655.13 s [row-types] [6 of 6] Compiling Data.Row ( src/Data/Row.hs, dist/build/Data/Row.o, dist/build/Data/Row.dyn_o )
  1641. 655.13 s [row-types] [1 of 6] Compiling Data.Row.Internal ( src/Data/Row/Internal.hs, dist/build/Data/Row/Internal.p_o )
  1642. 655.13 s [row-types]
  1643. 655.13 s [row-types] src/Data/Row/Internal.hs:212:37: warning: [GHC-39567] [-Wstar-is-type]
  1644. 655.13 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1645. 655.13 s [row-types] relies on the StarIsType extension, which will become
  1646. 655.13 s [row-types] deprecated in the future.
  1647. 655.13 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1648. 655.13 s [row-types] |
  1649. 655.13 s [row-types] 212 | class Lacks (l :: Symbol) (r :: Row *)
  1650. 655.13 s [row-types] | ^
  1651. 655.13 s [row-types]
  1652. 655.13 s [row-types] src/Data/Row/Internal.hs:253:29: warning: [GHC-39567] [-Wstar-is-type]
  1653. 655.13 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1654. 655.13 s [row-types] relies on the StarIsType extension, which will become
  1655. 655.13 s [row-types] deprecated in the future.
  1656. 655.13 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1657. 655.13 s [row-types] |
  1658. 655.13 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  1659. 655.13 s [row-types] | ^
  1660. 655.13 s [row-types]
  1661. 655.13 s [row-types] src/Data/Row/Internal.hs:253:34: warning: [GHC-39567] [-Wstar-is-type]
  1662. 655.13 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1663. 655.13 s [row-types] relies on the StarIsType extension, which will become
  1664. 655.13 s [row-types] deprecated in the future.
  1665. 655.13 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1666. 655.13 s [row-types] |
  1667. 655.13 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  1668. 655.13 s [row-types] | ^
  1669. 655.13 s [row-types]
  1670. 655.13 s [row-types] src/Data/Row/Internal.hs:253:39: warning: [GHC-39567] [-Wstar-is-type]
  1671. 655.13 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1672. 655.13 s [row-types] relies on the StarIsType extension, which will become
  1673. 655.13 s [row-types] deprecated in the future.
  1674. 655.13 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1675. 655.13 s [row-types] |
  1676. 655.13 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  1677. 655.13 s [row-types] | ^
  1678. 655.13 s [row-types]
  1679. 655.13 s [row-types] src/Data/Row/Internal.hs:253:57: warning: [GHC-39567] [-Wstar-is-type]
  1680. 655.13 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1681. 655.13 s [stan] Installing internal library target in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/stan-0.2.0.0-2XVAJQbGvesDkwWUJHj73F-target
  1682. 655.13 s [stan] Phase: fixupPhase
  1683. 655.13 s [stan] shrinking RPATHs of ELF executables and libraries in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0
  1684. 655.13 s [stan] shrinking /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSstan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t-ghc9.6.3.so
  1685. 655.13 s [stan] shrinking /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSstan-0.2.0.0-2XVAJQbGvesDkwWUJHj73F-target-ghc9.6.3.so
  1686. 655.13 s [stan] shrinking /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/bin/stan
  1687. 655.13 s [stan] checking for references to /build/ in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0...
  1688. 655.13 s [stan] patching script interpreter paths in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0
  1689. 655.13 s [stan] stripping (with command strip and flags -S -p) in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/bin
  1690. 655.13 s [tree-diff] | ^^^^^^^^
  1691. 655.13 s [tree-diff]
  1692. 655.13 s [tree-diff] src/Data/TreeDiff/Pretty.hs:238:23: warning: [GHC-68441] [-Wdeprecations]
  1693. 655.13 s [tree-diff] In the use of type constructor or class ‘Doc’
  1694. 655.13 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  1695. 655.13 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1696. 655.13 s [tree-diff] |
  1697. 655.13 s [tree-diff] 238 | ansiWlExpr :: Expr -> WL.Doc
  1698. 655.13 s [tree-diff] | ^^^^^^
  1699. 655.13 s [tree-diff]
  1700. 655.13 s [tree-diff] src/Data/TreeDiff/Pretty.hs:242:36: warning: [GHC-68441] [-Wdeprecations]
  1701. 655.13 s [tree-diff] In the use of type constructor or class ‘Doc’
  1702. 655.13 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  1703. 655.13 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1704. 655.13 s [tree-diff] |
  1705. 655.13 s [tree-diff] 242 | ansiWlEditExpr :: Edit EditExpr -> WL.Doc
  1706. 655.13 s [tree-diff] | ^^^^^^
  1707. 655.13 s [tree-diff]
  1708. 655.13 s [tree-diff] src/Data/TreeDiff/Pretty.hs:246:43: warning: [GHC-68441] [-Wdeprecations]
  1709. 655.13 s [tree-diff] In the use of type constructor or class ‘Doc’
  1710. 655.13 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  1711. 655.13 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1712. 655.13 s [tree-diff] |
  1713. 655.13 s [tree-diff] 246 | ansiWlEditExprCompact :: Edit EditExpr -> WL.Doc
  1714. 655.13 s [tree-diff] | ^^^^^^
  1715. 655.13 s [tree-diff]
  1716. 655.13 s [tree-diff] src/Data/TreeDiff/Pretty.hs:254:26: warning: [GHC-68441] [-Wdeprecations]
  1717. 655.13 s [tree-diff] In the use of type constructor or class ‘Doc’
  1718. 655.13 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  1719. 655.13 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1720. 655.13 s [tree-diff] |
  1721. 655.13 s [tree-diff] 254 | ansiWlBgPretty :: Pretty WL.Doc
  1722. 655.13 s [tree-diff] | ^^^^^^
  1723. 655.13 s [tree-diff]
  1724. 655.13 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:24: warning: [GHC-68441] [-Wdeprecations]
  1725. 655.13 s [tree-diff] In the use of ‘ondullgreen’
  1726. 655.13 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  1727. 655.13 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1728. 655.13 s [tree-diff] |
  1729. 655.13 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  1730. 655.13 s [tree-diff] | ^^^^^^^^^^^^^^
  1731. 655.13 s [tree-diff]
  1732. 655.13 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:41: warning: [GHC-68441] [-Wdeprecations]
  1733. 655.13 s [tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
  1734. 655.13 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1735. 655.13 s [tree-diff] |
  1736. 655.13 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  1737. 655.13 s [tree-diff] | ^^^^^^^^
  1738. 655.13 s [tree-diff]
  1739. 655.13 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:52: warning: [GHC-68441] [-Wdeprecations]
  1740. 655.13 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  1741. 655.13 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  1742. 655.13 s [tree-diff] |
  1743. 655.13 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  1744. 655.13 s [tree-diff] | ^^^^^^^^
  1745. 655.13 s [tree-diff]
  1746. 655.25 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7 /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc
  1747. 655.74 s [post-build-hook] Pushing 2 paths (124 are already present) using zstd to cache sellout ⏳
  1748. 655.74 s [post-build-hook]
  1749. 656.08 s [post-build-hook] Pushing /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc (1.02 MiB)
  1750. 656.12 s [post-build-hook] Pushing /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7 (2.52 MiB)
  1751. 657.10 s [post-build-hook]
  1752. 657.10 s [post-build-hook] All done.
  1753. 657.13 s [post-build-hook] Uploading to the NixCI cache: /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7 /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc
  1754. 657.18 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1755. 657.33 s [post-build-hook] copying 2 paths...
  1756. 657.33 s [post-build-hook] copying path '/nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc' to 'https://cache.nix-ci.com'...
  1757. 657.61 s [post-build-hook] copying path '/nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7' to 'https://cache.nix-ci.com'...
  1758. 658.38 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1759. 658.61 s [post-build-hook] copying 1 paths...
  1760. 658.61 s [post-build-hook] copying path '/nix/store/8c0s4qw9mj816di713xlsm85k6hlmxwy-deferred-folds-0.9.18.7.drv' to 'https://cache.nix-ci.com'...
  1761. 658.76 s Progress: 33 of 74 built (7 building), 335 of 335 downloaded from cache
  1762. 658.77 s [hw-prim] Warning: HaskellWorks.Data.Positioning: could not find link destinations for:
  1763. 658.80 s [hw-prim] - HaskellWorks.Data.Positioning.ToCount
  1764. 658.80 s [hw-prim] - HaskellWorks.Data.Positioning.ToPosition
  1765. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Length: could not find link destinations for:
  1766. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1767. 658.80 s [hw-prim] - Data.Vector.Vector
  1768. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Drop: could not find link destinations for:
  1769. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1770. 658.80 s [hw-prim] - Data.Vector.Vector
  1771. 658.80 s [hw-prim] Warning: HaskellWorks.Data.AtIndex: could not find link destinations for:
  1772. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1773. 658.80 s [hw-prim] - Data.Vector.Vector
  1774. 658.80 s [hw-prim] Warning: HaskellWorks.Data.FromForeignRegion: could not find link destinations for:
  1775. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1776. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Snoc: could not find link destinations for:
  1777. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1778. 658.80 s [hw-prim] - Data.Vector.Vector
  1779. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Take: could not find link destinations for:
  1780. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1781. 658.80 s [hw-prim] - Data.Vector.Vector
  1782. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Uncons: could not find link destinations for:
  1783. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1784. 658.80 s [hw-prim] - Data.Vector.Vector
  1785. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Unsnoc: could not find link destinations for:
  1786. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1787. 658.80 s [hw-prim] - Data.Vector.Vector
  1788. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Vector.AsVector64: could not find link destinations for:
  1789. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1790. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Vector.AsVector64s: could not find link destinations for:
  1791. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1792. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Vector.AsVector8: could not find link destinations for:
  1793. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1794. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Vector.AsVector8ns: could not find link destinations for:
  1795. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1796. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Vector.AsVector64ns: could not find link destinations for:
  1797. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1798. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Vector.AsVector8s: could not find link destinations for:
  1799. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1800. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Vector.BoxedVectorLike: could not find link destinations for:
  1801. 658.80 s [hw-prim] - Data.Vector.Vector
  1802. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Vector.Storable: could not find link destinations for:
  1803. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1804. 658.80 s [hw-prim] - Data.Vector.Storable.Mutable.MVector
  1805. 658.80 s [hw-prim] Warning: HaskellWorks.Data.Vector.StorableVectorLike: could not find link destinations for:
  1806. 658.80 s [hw-prim] - Data.Vector.Storable.Vector
  1807. 658.80 s [hw-prim] Documentation created: dist/doc/html/hw-prim/index.html,
  1808. 658.80 s [hw-prim] dist/doc/html/hw-prim/hw-prim.txt
  1809. 658.80 s [hw-prim] Preprocessing test suite 'hw-prim-test' for hw-prim-0.6.3.2..
  1810. 658.80 s [hw-prim] Preprocessing test suite 'doctest' for hw-prim-0.6.3.2..
  1811. 658.80 s [hw-prim] Phase: installPhase
  1812. 658.80 s [hw-prim] Installing library in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv
  1813. 658.80 s [hw-prim] Phase: fixupPhase
  1814. 658.80 s [hw-prim] shrinking RPATHs of ELF executables and libraries in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2
  1815. 658.80 s [hw-prim] shrinking /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv-ghc9.6.3.so
  1816. 658.80 s [hw-prim] checking for references to /build/ in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2...
  1817. 658.80 s [hw-prim] patching script interpreter paths in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2
  1818. 658.80 s [hw-prim] stripping (with command strip and flags -S -p) in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2/lib
  1819. 658.80 s [hw-prim] shrinking RPATHs of ELF executables and libraries in /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc
  1820. 658.80 s [hw-prim] checking for references to /build/ in /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc...
  1821. 658.80 s [hw-prim] patching script interpreter paths in /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc
  1822. 658.80 s [path] addExtension ".foo" "/.../name.name" == "/.../name.name.foo" [✔]
  1823. 658.80 s [path] fileExtension "/.../name.name.foo" == .foo [✔]
  1824. 658.80 s [path] replaceExtension ".foo" "/.../name.name.foo" == "/.../name.name.foo" [✔]
  1825. 658.80 s [path] addExtension ".foo" "/.../name..name" == "/.../name..name.foo" [✔]
  1826. 658.80 s [path] fileExtension "/.../name..name.foo" == .foo [✔]
  1827. 658.80 s [path] replaceExtension ".foo" "/.../name..name.foo" == "/.../name..name.foo" [✔]
  1828. 658.80 s [path] addExtension ".foo" "/.../..." == "/.../....foo" [✔]
  1829. 658.80 s [path] fileExtension "/.../....foo" == .foo [✔]
  1830. 658.80 s [path] replaceExtension ".foo" "/.../....foo" == "/.../....foo" [✔]
  1831. 658.80 s [path] addExtension ".foo" "/name" == "/name.foo" [✔]
  1832. 658.80 s [path] fileExtension "/name.foo" == .foo [✔]
  1833. 658.80 s [path] replaceExtension ".foo" "/name.foo" == "/name.foo" [✔]
  1834. 658.80 s [path] addExtension ".foo" "/name." == "/name..foo" [✔]
  1835. 658.80 s [path] fileExtension "/name..foo" == .foo [✔]
  1836. 658.80 s [path] replaceExtension ".foo" "/name..foo" == "/name..foo" [✔]
  1837. 658.80 s [path] addExtension ".foo" "/name.." == "/name...foo" [✔]
  1838. 658.80 s [path] fileExtension "/name...foo" == .foo [✔]
  1839. 658.80 s [path] replaceExtension ".foo" "/name...foo" == "/name...foo" [✔]
  1840. 658.80 s [path] addExtension ".foo" "/.name" == "/.name.foo" [✔]
  1841. 658.80 s [path] fileExtension "/.name.foo" == .foo [✔]
  1842. 658.80 s [path] replaceExtension ".foo" "/.name.foo" == "/.name.foo" [✔]
  1843. 658.80 s [path] addExtension ".foo" "/..name" == "/..name.foo" [✔]
  1844. 658.80 s [path] fileExtension "/..name.foo" == .foo [✔]
  1845. 658.80 s [path] replaceExtension ".foo" "/..name.foo" == "/..name.foo" [✔]
  1846. 658.80 s [path] addExtension ".foo" "/name.name" == "/name.name.foo" [✔]
  1847. 658.80 s [path] fileExtension "/name.name.foo" == .foo [✔]
  1848. 658.80 s [path] replaceExtension ".foo" "/name.name.foo" == "/name.name.foo" [✔]
  1849. 658.80 s [path] addExtension ".foo" "/name..name" == "/name..name.foo" [✔]
  1850. 658.80 s [path] fileExtension "/name..name.foo" == .foo [✔]
  1851. 658.80 s [path] replaceExtension ".foo" "/name..name.foo" == "/name..name.foo" [✔]
  1852. 658.80 s [path] addExtension ".foo" "/..." == "/....foo" [✔]
  1853. 658.80 s [path] fileExtension "/....foo" == .foo [✔]
  1854. 658.80 s [path] replaceExtension ".foo" "/....foo" == "/....foo" [✔]
  1855. 658.80 s [path] throws InvalidExtension when extension is [] [✔]
  1856. 658.80 s [path] throws InvalidExtension when extension is [.] [✔]
  1857. 658.80 s [path] throws InvalidExtension when extension is [x] [✔]
  1858. 658.80 s [path] throws InvalidExtension when extension is [..] [✔]
  1859. 658.80 s [path] throws InvalidExtension when extension is [...] [✔]
  1860. 658.80 s [path] throws InvalidExtension when extension is [xy] [✔]
  1861. 658.80 s [path] throws InvalidExtension when extension is [foo] [✔]
  1862. 658.80 s [path] throws InvalidExtension when extension is [foo.] [✔]
  1863. 658.80 s [path] throws InvalidExtension when extension is [foo..] [✔]
  1864. 658.80 s [path] throws InvalidExtension when extension is [..foo] [✔]
  1865. 658.80 s [path] throws InvalidExtension when extension is [...foo] [✔]
  1866. 658.80 s [path] throws InvalidExtension when extension is [.foo.bar] [✔]
  1867. 658.80 s [path] throws InvalidExtension when extension is [.foo/bar] [✔]
  1868. 658.80 s [path] Restrictions
  1869. 658.80 s [path] Succeeding: Parsing "~/" should succeed with: "~/" [✔]
  1870. 658.80 s [path] Succeeding: Parsing "~/foo" should succeed with: "~/foo/" [✔]
  1871. 658.80 s [path] Succeeding: Parsing "~/foo/bar" should succeed with: "~/foo/bar/" [✔]
  1872. 658.80 s [path] Succeeding: Parsing "a.." should succeed with: "a../" [✔]
  1873. 658.80 s [path] Succeeding: Parsing "..a" should succeed with: "..a/" [✔]
  1874. 658.80 s [path] "../" should be rejected [✔]
  1875. 658.80 s [path] ".." should be rejected [✔]
  1876. 658.80 s [path] "/.." should be rejected [✔]
  1877. 658.80 s [path] "/foo/../bar/" should be rejected [✔]
  1878. 658.80 s [path] "/foo/bar/.." should be rejected [✔]
  1879. 658.80 s [path] Aeson Instances
  1880. 658.80 s [path] Decoding "["/foo/bar"]" as a [Path Abs Dir] should succeed. [✔]
  1881. 658.80 s [path] Decoding "["/foo/bar"]" as a [Path Rel Dir] should fail. [✔]
  1882. 658.80 s [path] Encoding "["/foo/bar/mu.txt"]" should succeed. [✔]
  1883. 658.80 s [path] QuasiQuotes
  1884. 658.80 s [path] [absdir|/|] == $(mkAbsDir "/") [✔]
  1885. 658.80 s [path] [absdir|/home|] == $(mkAbsDir "/home") [✔]
  1886. 658.80 s [path] [reldir|foo|] == $(mkRelDir "foo") [✔]
  1887. 658.80 s [path] [reldir|foo/bar|] == $(mkRelDir "foo/bar") [✔]
  1888. 658.80 s [path] [absfile|/home/chris/foo.txt|] == $(mkAbsFile "/home/chris/foo.txt") [✔]
  1889. 658.80 s [path] [relfile|foo|] == $(mkRelFile "foo") [✔]
  1890. 658.80 s [path] [relfile|chris/foo.txt|] == $(mkRelFile "chris/foo.txt") [✔]
  1891. 658.80 s [path]
  1892. 658.80 s [path] Finished in 75.3359 seconds
  1893. 658.80 s [path] 1293 examples, 0 failures
  1894. 658.80 s [path] Test suite test: PASS
  1895. 658.80 s [path] Test suite logged to: dist/test/path-0.9.5-test.log
  1896. 658.80 s [path] 2 of 2 test suites (2 of 2 test cases) passed.
  1897. 658.88 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0 /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc
  1898. 659.36 s [post-build-hook] Pushing 2 paths (168 are already present) using zstd to cache sellout ⏳
  1899. 659.36 s [post-build-hook]
  1900. 659.70 s [post-build-hook] Pushing /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc (1.77 MiB)
  1901. 659.72 s [post-build-hook] Pushing /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0 (2.83 MiB)
  1902. 661.18 s [post-build-hook]
  1903. 661.18 s [post-build-hook] All done.
  1904. 661.20 s [post-build-hook] Uploading to the NixCI cache: /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0 /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc
  1905. 661.25 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1906. 661.41 s [post-build-hook] copying 2 paths...
  1907. 661.41 s [post-build-hook] copying path '/nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc' to 'https://cache.nix-ci.com'...
  1908. 661.72 s [post-build-hook] copying path '/nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0' to 'https://cache.nix-ci.com'...
  1909. 662.63 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1910. 662.81 s [post-build-hook] copying 1 paths...
  1911. 662.81 s [post-build-hook] copying path '/nix/store/dm40xwbsvqvwk4bz58vd487clw4iq5z7-quickcheck-classes-0.6.5.0.drv' to 'https://cache.nix-ci.com'...
  1912. 663.00 s Progress: 34 of 75 built (6 building), 335 of 335 downloaded from cache
  1913. 663.00 s [row-types] relies on the StarIsType extension, which will become
  1914. 663.00 s [row-types] deprecated in the future.
  1915. 663.00 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1916. 663.00 s [row-types] |
  1917. 663.00 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  1918. 663.00 s [row-types] | ^
  1919. 663.00 s [row-types]
  1920. 663.00 s [row-types] src/Data/Row/Internal.hs:253:75: warning: [GHC-39567] [-Wstar-is-type]
  1921. 663.00 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1922. 663.00 s [row-types] relies on the StarIsType extension, which will become
  1923. 663.00 s [row-types] deprecated in the future.
  1924. 663.00 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1925. 663.00 s [row-types] |
  1926. 663.00 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  1927. 663.00 s [row-types] | ^
  1928. 663.00 s [row-types]
  1929. 663.00 s [row-types] src/Data/Row/Internal.hs:253:89: warning: [GHC-39567] [-Wstar-is-type]
  1930. 663.00 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1931. 663.00 s [row-types] relies on the StarIsType extension, which will become
  1932. 663.00 s [row-types] deprecated in the future.
  1933. 663.00 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1934. 663.00 s [row-types] |
  1935. 663.00 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  1936. 663.00 s [row-types] | ^
  1937. 663.00 s [row-types]
  1938. 663.00 s [row-types] src/Data/Row/Internal.hs:282:31: warning: [GHC-39567] [-Wstar-is-type]
  1939. 663.00 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1940. 663.00 s [row-types] relies on the StarIsType extension, which will become
  1941. 663.00 s [row-types] deprecated in the future.
  1942. 663.00 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1943. 663.00 s [row-types] |
  1944. 663.00 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  1945. 663.00 s [row-types] | ^
  1946. 663.00 s [row-types]
  1947. 663.00 s [row-types] src/Data/Row/Internal.hs:282:36: warning: [GHC-39567] [-Wstar-is-type]
  1948. 663.00 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1949. 663.00 s [row-types] relies on the StarIsType extension, which will become
  1950. 663.00 s [row-types] deprecated in the future.
  1951. 663.00 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1952. 663.00 s [row-types] |
  1953. 663.00 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  1954. 663.00 s [row-types] | ^
  1955. 663.00 s [row-types]
  1956. 663.00 s [row-types] src/Data/Row/Internal.hs:282:41: warning: [GHC-39567] [-Wstar-is-type]
  1957. 663.00 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1958. 663.00 s [row-types] relies on the StarIsType extension, which will become
  1959. 663.00 s [row-types] deprecated in the future.
  1960. 663.00 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1961. 663.00 s [row-types] |
  1962. 663.00 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  1963. 663.00 s [row-types] | ^
  1964. 663.00 s [row-types]
  1965. 663.00 s [row-types] src/Data/Row/Internal.hs:282:70: warning: [GHC-39567] [-Wstar-is-type]
  1966. 663.00 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  1967. 663.00 s [row-types] relies on the StarIsType extension, which will become
  1968. 663.00 s [row-types] deprecated in the future.
  1969. 663.00 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  1970. 663.26 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0
  1971. 663.68 s [post-build-hook] Pushing 1 paths (150 are already present) using zstd to cache sellout ⏳
  1972. 663.68 s [post-build-hook]
  1973. 664.07 s [post-build-hook] Pushing /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0 (40.24 MiB)
  1974. 665.49 s [post-build-hook]
  1975. 665.49 s [post-build-hook] All done.
  1976. 665.51 s [post-build-hook] Uploading to the NixCI cache: /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0
  1977. 665.55 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1978. 665.56 s [post-build-hook] copying 11 paths...
  1979. 665.57 s [post-build-hook] copying path '/nix/store/31kdzc8v7ax0nb3bjwal3c2s24qinczk-dir-traverse-0.2.3.0-doc' to 'https://cache.nix-ci.com'...
  1980. 665.57 s [post-build-hook] copying path '/nix/store/rl60dphlgyygj3rr81b3sn8i39rc6gd6-pretty-simple-4.1.3.0-doc' to 'https://cache.nix-ci.com'...
  1981. 665.57 s [post-build-hook] copying path '/nix/store/w9s5p8lk59fnvny8ap93nykwp5vx5jnq-gitrev-1.3.1-doc' to 'https://cache.nix-ci.com'...
  1982. 665.57 s [post-build-hook] copying path '/nix/store/j59lwcdpsdk0bw7fx7q0nddbyi93qakp-clay-0.15.0-doc' to 'https://cache.nix-ci.com'...
  1983. 665.57 s [post-build-hook] copying path '/nix/store/say6ncjs7lds5dpp8gvw9kakkq1k53ng-cryptohash-sha1-0.11.101.0-doc' to 'https://cache.nix-ci.com'...
  1984. 665.80 s [post-build-hook] copying path '/nix/store/yv2s825xmms8bq99mpmh034inbcs0fp1-cryptohash-sha1-0.11.101.0' to 'https://cache.nix-ci.com'...
  1985. 665.81 s [post-build-hook] copying path '/nix/store/gr6299l8pc220gd44i0798ny59j3zd7k-gitrev-1.3.1' to 'https://cache.nix-ci.com'...
  1986. 665.82 s [post-build-hook] copying path '/nix/store/d65q0c7717wb8f860n8rzmvliv4bk1r5-dir-traverse-0.2.3.0' to 'https://cache.nix-ci.com'...
  1987. 666.02 s [post-build-hook] copying path '/nix/store/nx8lw7r7878j5k5kh7nwg0dkfdjkdhrb-pretty-simple-4.1.3.0' to 'https://cache.nix-ci.com'...
  1988. 666.60 s [post-build-hook] copying path '/nix/store/9pxp4h7d7rx62s0rs7m289b83z8xhjqx-clay-0.15.0' to 'https://cache.nix-ci.com'...
  1989. 672.57 s [post-build-hook] copying path '/nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0' to 'https://cache.nix-ci.com'...
  1990. 686.33 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  1991. 686.57 s [post-build-hook] copying 6 paths...
  1992. 686.58 s [post-build-hook] copying path '/nix/store/p3m6sapg526krxrkkn8yh318xc6r8a0n-clay-0.15.0.drv' to 'https://cache.nix-ci.com'...
  1993. 686.58 s [post-build-hook] copying path '/nix/store/8mqgqdlnmq2gvd1s20llh506a8w1ag62-pretty-simple-4.1.3.0.drv' to 'https://cache.nix-ci.com'...
  1994. 686.58 s [post-build-hook] copying path '/nix/store/3mblk6npnd2x1ddp4kwvjmnhygc778qk-gitrev-1.3.1.drv' to 'https://cache.nix-ci.com'...
  1995. 686.58 s [post-build-hook] copying path '/nix/store/7wrm0b0c2w0j6px3hvigm02c280wsw2w-cryptohash-sha1-0.11.101.0.drv' to 'https://cache.nix-ci.com'...
  1996. 686.58 s [post-build-hook] copying path '/nix/store/y9qcjr8wqsz3d24w541vglsabnz4dbwz-dir-traverse-0.2.3.0.drv' to 'https://cache.nix-ci.com'...
  1997. 686.77 s [post-build-hook] copying path '/nix/store/qn58jcjfn4z8ainr7xbjbjjndm5sn01x-stan-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
  1998. 686.98 s Progress: 35 of 76 built (5 building), 335 of 335 downloaded from cache
  1999. 686.98 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:63: warning: [GHC-68441] [-Wdeprecations]
  2000. 686.98 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2001. 686.98 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2002. 686.98 s [tree-diff] |
  2003. 686.98 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  2004. 686.98 s [tree-diff] | ^^^^^^^
  2005. 686.98 s [tree-diff]
  2006. 686.98 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:24: warning: [GHC-68441] [-Wdeprecations]
  2007. 686.98 s [tree-diff] In the use of ‘ondullred’
  2008. 686.98 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2009. 686.98 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2010. 686.98 s [tree-diff] |
  2011. 686.98 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  2012. 686.98 s [tree-diff] | ^^^^^^^^^^^^
  2013. 686.98 s [tree-diff]
  2014. 686.98 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:41: warning: [GHC-68441] [-Wdeprecations]
  2015. 686.98 s [tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2016. 686.98 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2017. 686.98 s [tree-diff] |
  2018. 686.98 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  2019. 686.98 s [tree-diff] | ^^^^^^^^
  2020. 686.98 s [tree-diff]
  2021. 686.98 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:52: warning: [GHC-68441] [-Wdeprecations]
  2022. 686.98 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2023. 686.98 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2024. 686.98 s [tree-diff] |
  2025. 686.98 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  2026. 686.98 s [tree-diff] | ^^^^^^^^
  2027. 686.98 s [tree-diff]
  2028. 686.98 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:63: warning: [GHC-68441] [-Wdeprecations]
  2029. 686.98 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2030. 686.98 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2031. 686.98 s [tree-diff] |
  2032. 686.98 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  2033. 686.98 s [tree-diff] | ^^^^^^^
  2034. 686.98 s [tree-diff]
  2035. 686.98 s [tree-diff] src/Data/TreeDiff/Pretty.hs:261:25: warning: [GHC-68441] [-Wdeprecations]
  2036. 686.98 s [tree-diff] In the use of type constructor or class ‘Doc’
  2037. 686.98 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2038. 686.98 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2039. 686.98 s [tree-diff] |
  2040. 686.98 s [tree-diff] 261 | ansiWlBgExpr :: Expr -> WL.Doc
  2041. 686.98 s [tree-diff] | ^^^^^^
  2042. 686.98 s [tree-diff]
  2043. 686.98 s [tree-diff] src/Data/TreeDiff/Pretty.hs:265:38: warning: [GHC-68441] [-Wdeprecations]
  2044. 686.98 s [tree-diff] In the use of type constructor or class ‘Doc’
  2045. 686.98 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2046. 686.98 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2047. 686.98 s [tree-diff] |
  2048. 686.98 s [tree-diff] 265 | ansiWlBgEditExpr :: Edit EditExpr -> WL.Doc
  2049. 686.98 s [tree-diff] | ^^^^^^
  2050. 686.98 s [tree-diff]
  2051. 687.01 s Waiting for lock on waiting for lock on '/nix/store/alazm7b76gnidir140fzvz1s7bn529d4-bitvec-1.1.5.0-doc', '/nix/store/s59bl4ya0pqdfngjynz62j2mnyzdcn48-bitvec
  2052. 687.01 s Waiting for lock on waiting for lock on '/nix/store/84n9d1kb0vcry0ycaj0flm6svb7raihp-mod-0.2.0.1-doc', '/nix/store/9n461sw6mkv5y2lhpyarv8lz318rx9qa-mod
  2053. 687.02 s Waiting for lock on waiting for lock on '/nix/store/99mi9rr9hcy3i71yr37r4hh6p5fnrk8x-primitive-extras-0.10.2.2', '/nix/store/fh4if42d0dgajnl04zsgjwf9sqrxmxc2-primitive-extras-0.10.2.2-doc'
  2054. 687.18 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2
  2055. 687.61 s [post-build-hook] Pushing 1 paths (99 are already present) using zstd to cache sellout ⏳
  2056. 687.61 s [post-build-hook]
  2057. 687.97 s [post-build-hook] Pushing /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2 (9.98 MiB)
  2058. 689.03 s [post-build-hook]
  2059. 689.03 s [post-build-hook] All done.
  2060. 689.05 s [post-build-hook] Uploading to the NixCI cache: /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2
  2061. 689.09 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2062. 689.24 s [post-build-hook] copying 4 paths...
  2063. 689.24 s [post-build-hook] copying path '/nix/store/42x397gg8i7fjqwq2yzx5r2qnmq6v10z-mmap-0.5.9-doc' to 'https://cache.nix-ci.com'...
  2064. 689.44 s [post-build-hook] copying path '/nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc' to 'https://cache.nix-ci.com'...
  2065. 689.44 s [post-build-hook] copying path '/nix/store/w0h27zgb65f4ldpwnbm7sywk5k1jpzw3-mmap-0.5.9' to 'https://cache.nix-ci.com'...
  2066. 689.91 s [post-build-hook] copying path '/nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2' to 'https://cache.nix-ci.com'...
  2067. 692.21 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2068. 692.47 s [post-build-hook] copying 2 paths...
  2069. 692.50 s [post-build-hook] copying path '/nix/store/c58iwhklkk654i395wmxn05a2isgqcd3-mmap-0.5.9.drv' to 'https://cache.nix-ci.com'...
  2070. 692.61 s [post-build-hook] copying path '/nix/store/caz1rrwra5b6gf44i4qf73iq79ipin9f-hw-prim-0.6.3.2.drv' to 'https://cache.nix-ci.com'...
  2071. 692.81 s Progress: 36 of 74 built (4 building), 335 of 335 downloaded from cache
  2072. 692.81 s [path] checkPhase completed in 5 minutes 24 seconds
  2073. 692.81 s [path] Phase: haddockPhase
  2074. 692.81 s [path] Preprocessing library for path-0.9.5..
  2075. 692.81 s [path] Running Haddock on library for path-0.9.5..
  2076. 692.81 s [path] Warning: The documentation for the following packages are not installed. No
  2077. 692.81 s [path] links will be generated to these packages: vector-0.13.2.0
  2078. 692.81 s [path] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  2079. 692.81 s [path] 100% ( 5 / 5) in 'Path.Internal.Posix'
  2080. 692.81 s [path] 50% ( 1 / 2) in 'Path.Internal'
  2081. 692.81 s [path] Missing documentation for:
  2082. 692.81 s [path] Module header
  2083. 692.81 s [path] 100% ( 5 / 5) in 'Path.Internal.Windows'
  2084. 692.81 s [path] Warning: 'Abs' is ambiguous. It is defined
  2085. 692.81 s [path] * at src/Path/Include.hs:856:19
  2086. 692.81 s [path] * at src/Path/Include.hs:127:1
  2087. 692.81 s [path] You may be able to disambiguate the identifier by qualifying it or
  2088. 692.81 s [path] by specifying the type/value namespace explicitly.
  2089. 692.81 s [path] Defaulting to the one defined at src/Path/Include.hs:127:1
  2090. 692.81 s [path] Warning: 'Rel' is ambiguous. It is defined
  2091. 692.81 s [path] * at src/Path/Include.hs:857:19
  2092. 692.81 s [path] * at src/Path/Include.hs:131:1
  2093. 692.81 s [path] You may be able to disambiguate the identifier by qualifying it or
  2094. 692.81 s [path] by specifying the type/value namespace explicitly.
  2095. 692.81 s [path] Defaulting to the one defined at src/Path/Include.hs:131:1
  2096. 692.81 s [path] 100% ( 63 / 63) in 'Path.Posix'
  2097. 692.81 s [path] 100% ( 2 / 2) in 'Path'
  2098. 692.81 s [path] Warning: 'Abs' is ambiguous. It is defined
  2099. 692.81 s [path] * at src/Path/Include.hs:856:19
  2100. 692.81 s [path] * at src/Path/Include.hs:127:1
  2101. 692.81 s [path] You may be able to disambiguate the identifier by qualifying it or
  2102. 692.81 s [path] by specifying the type/value namespace explicitly.
  2103. 692.81 s [path] Defaulting to the one defined at src/Path/Include.hs:127:1
  2104. 692.81 s [path] Warning: 'Rel' is ambiguous. It is defined
  2105. 692.81 s [path] * at src/Path/Include.hs:857:19
  2106. 692.81 s [path] * at src/Path/Include.hs:131:1
  2107. 692.81 s [path] You may be able to disambiguate the identifier by qualifying it or
  2108. 692.81 s [path] by specifying the type/value namespace explicitly.
  2109. 692.81 s [path] Defaulting to the one defined at src/Path/Include.hs:131:1
  2110. 692.81 s [path] 100% ( 63 / 63) in 'Path.Windows'
  2111. 692.81 s [path] Documentation created: dist/doc/html/path/index.html,
  2112. 692.81 s [path] dist/doc/html/path/path.txt
  2113. 692.81 s [path] Preprocessing test suite 'validity-test' for path-0.9.5..
  2114. 692.81 s [path] Preprocessing test suite 'test' for path-0.9.5..
  2115. 692.81 s [path] Phase: installPhase
  2116. 692.81 s [path] Installing library in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  2117. 692.81 s [path] Phase: fixupPhase
  2118. 692.81 s [path] shrinking RPATHs of ELF executables and libraries in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5
  2119. 692.81 s [path] shrinking /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSpath-0.9.5-18GQJfyXY4d8sNTTH7YP9T-ghc9.6.3.so
  2120. 692.81 s [path] checking for references to /build/ in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5...
  2121. 692.81 s [path] patching script interpreter paths in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5
  2122. 692.81 s [path] stripping (with command strip and flags -S -p) in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5/lib
  2123. 692.81 s [path] shrinking RPATHs of ELF executables and libraries in /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc
  2124. 692.81 s [path] checking for references to /build/ in /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc...
  2125. 692.81 s [path] patching script interpreter paths in /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc
  2126. 692.81 s [row-types] |
  2127. 692.81 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  2128. 692.81 s [row-types] | ^
  2129. 692.81 s [row-types]
  2130. 692.81 s [row-types] src/Data/Row/Internal.hs:282:99: warning: [GHC-39567] [-Wstar-is-type]
  2131. 692.81 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2132. 692.81 s [row-types] relies on the StarIsType extension, which will become
  2133. 692.81 s [row-types] deprecated in the future.
  2134. 692.81 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2135. 692.81 s [row-types] |
  2136. 692.81 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  2137. 692.81 s [row-types] | ^
  2138. 692.81 s [row-types]
  2139. 692.81 s [row-types] src/Data/Row/Internal.hs:283:43: warning: [GHC-39567] [-Wstar-is-type]
  2140. 692.81 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2141. 692.81 s [row-types] relies on the StarIsType extension, which will become
  2142. 692.81 s [row-types] deprecated in the future.
  2143. 692.81 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2144. 692.81 s [row-types] |
  2145. 692.81 s [row-types] 283 | (h :: k1 -> k2 -> *). Bifunctor p
  2146. 692.81 s [row-types] | ^
  2147. 692.81 s [row-types]
  2148. 692.81 s [row-types] src/Data/Row/Internal.hs:398:28: warning: [GHC-39567] [-Wstar-is-type]
  2149. 692.81 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2150. 692.81 s [row-types] relies on the StarIsType extension, which will become
  2151. 692.81 s [row-types] deprecated in the future.
  2152. 692.81 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2153. 692.81 s [row-types] |
  2154. 692.81 s [row-types] 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where
  2155. 692.81 s [row-types] | ^
  2156. 692.81 s [row-types]
  2157. 692.81 s [row-types] src/Data/Row/Internal.hs:398:42: warning: [GHC-39567] [-Wstar-is-type]
  2158. 692.81 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2159. 692.81 s [row-types] relies on the StarIsType extension, which will become
  2160. 692.81 s [row-types] deprecated in the future.
  2161. 692.81 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2162. 692.81 s [row-types] |
  2163. 692.81 s [row-types] 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where
  2164. 692.81 s [row-types] | ^
  2165. 692.81 s [row-types]
  2166. 692.81 s [row-types] src/Data/Row/Internal.hs:401:29: warning: [GHC-39567] [-Wstar-is-type]
  2167. 692.81 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2168. 692.81 s [row-types] relies on the StarIsType extension, which will become
  2169. 692.81 s [row-types] deprecated in the future.
  2170. 692.81 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2171. 692.81 s [row-types] |
  2172. 692.81 s [row-types] 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where
  2173. 692.81 s [row-types] | ^
  2174. 692.81 s [row-types]
  2175. 692.81 s [row-types] src/Data/Row/Internal.hs:401:44: warning: [GHC-39567] [-Wstar-is-type]
  2176. 692.81 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2177. 692.81 s [row-types] relies on the StarIsType extension, which will become
  2178. 692.81 s [row-types] deprecated in the future.
  2179. 692.81 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2180. 692.81 s [row-types] |
  2181. 692.81 s [row-types] 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where
  2182. 692.81 s [row-types] | ^
  2183. 692.81 s [row-types] [2 of 6] Compiling Data.Row.Dictionaries ( src/Data/Row/Dictionaries.hs, dist/build/Data/Row/Dictionaries.p_o )
  2184. 692.81 s [tree-diff] src/Data/TreeDiff/Pretty.hs:269:45: warning: [GHC-68441] [-Wdeprecations]
  2185. 692.81 s [tree-diff] In the use of type constructor or class ‘Doc’
  2186. 692.81 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2187. 692.81 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2188. 692.81 s [tree-diff] |
  2189. 692.81 s [tree-diff] 269 | ansiWlBgEditExprCompact :: Edit EditExpr -> WL.Doc
  2190. 692.81 s [tree-diff] | ^^^^^^
  2191. 692.81 s [tree-diff] [ 7 of 10] Compiling Data.TreeDiff ( src/Data/TreeDiff.hs, dist/build/Data/TreeDiff.o, dist/build/Data/TreeDiff.dyn_o )
  2192. 692.81 s [tree-diff] [ 8 of 10] Compiling Data.TreeDiff.Golden ( src/Data/TreeDiff/Golden.hs, dist/build/Data/TreeDiff/Golden.o, dist/build/Data/TreeDiff/Golden.dyn_o )
  2193. 692.81 s [tree-diff]
  2194. 692.81 s [tree-diff] src/Data/TreeDiff/Golden.hs:16:1: warning: [-Wdeprecations]
  2195. 692.81 s [tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
  2196. 692.81 s [tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
  2197. 692.81 s [tree-diff] |
  2198. 692.81 s [tree-diff] 16 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
  2199. 692.81 s [tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2200. 692.82 s [tree-diff]
  2201. 692.82 s [tree-diff] src/Data/TreeDiff/Golden.hs:77:67: warning: [GHC-68441] [-Wdeprecations]
  2202. 692.82 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2203. 692.82 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2204. 692.82 s [tree-diff] |
  2205. 692.82 s [tree-diff] 77 | wrt expr = BS.writeFile fp $ TE.encodeUtf8 $ T.pack $ showWL (WL.plain (ansiWlExpr expr)) ++ "\n"
  2206. 692.82 s [tree-diff] | ^^^^^^^^
  2207. 692.82 s [tree-diff]
  2208. 692.82 s [tree-diff] src/Data/TreeDiff/Golden.hs:79:11: warning: [GHC-68441] [-Wdeprecations]
  2209. 692.82 s [tree-diff] In the use of type constructor or class ‘Doc’
  2210. 692.82 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2211. 692.82 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2212. 692.82 s [tree-diff] |
  2213. 692.82 s [tree-diff] 79 | showWL :: WL.Doc -> String
  2214. 692.82 s [tree-diff] | ^^^^^^
  2215. 692.82 s [tree-diff]
  2216. 692.82 s [tree-diff] src/Data/TreeDiff/Golden.hs:80:14: warning: [GHC-68441] [-Wdeprecations]
  2217. 692.82 s [tree-diff] In the use of ‘displayS’
  2218. 692.82 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2219. 692.82 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2220. 692.82 s [tree-diff] |
  2221. 692.82 s [tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
  2222. 692.82 s [tree-diff] | ^^^^^^^^^^^
  2223. 692.82 s [tree-diff]
  2224. 692.82 s [tree-diff] src/Data/TreeDiff/Golden.hs:80:27: warning: [GHC-68441] [-Wdeprecations]
  2225. 692.82 s [tree-diff] In the use of ‘renderSmart’
  2226. 692.82 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2227. 692.82 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2228. 692.82 s [tree-diff] |
  2229. 692.82 s [tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
  2230. 692.82 s [tree-diff] | ^^^^^^^^^^^^^^
  2231. 692.82 s [tree-diff] [ 9 of 10] Compiling Data.TreeDiff.QuickCheck ( src/Data/TreeDiff/QuickCheck.hs, dist/build/Data/TreeDiff/QuickCheck.o, dist/build/Data/TreeDiff/QuickCheck.dyn_o )
  2232. 692.82 s [tree-diff] [10 of 10] Compiling Data.TreeDiff.Tree ( src/Data/TreeDiff/Tree.hs, dist/build/Data/TreeDiff/Tree.o, dist/build/Data/TreeDiff/Tree.dyn_o )
  2233. 692.82 s [tree-diff] [ 1 of 10] Compiling Data.TreeDiff.List ( src/Data/TreeDiff/List.hs, dist/build/Data/TreeDiff/List.p_o )
  2234. 692.82 s [tree-diff] [ 2 of 10] Compiling Data.TreeDiff.OMap ( src/Data/TreeDiff/OMap.hs, dist/build/Data/TreeDiff/OMap.p_o )
  2235. 692.89 s Building hw-fingertree
  2236. 693.00 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5 /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc
  2237. 693.45 s [post-build-hook] Pushing 2 paths (162 are already present) using zstd to cache sellout ⏳
  2238. 693.45 s [post-build-hook]
  2239. 693.78 s [post-build-hook] Pushing /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5 (5.35 MiB)
  2240. 693.82 s [post-build-hook] Pushing /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc (941.27 KiB)
  2241. 694.71 s [post-build-hook]
  2242. 694.71 s [post-build-hook] All done.
  2243. 694.74 s [post-build-hook] Uploading to the NixCI cache: /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5 /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc
  2244. 694.79 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2245. 694.95 s [post-build-hook] copying 2 paths...
  2246. 694.95 s [post-build-hook] copying path '/nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc' to 'https://cache.nix-ci.com'...
  2247. 695.17 s [post-build-hook] copying path '/nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5' to 'https://cache.nix-ci.com'...
  2248. 696.66 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  2249. 696.86 s [post-build-hook] copying 1 paths...
  2250. 696.86 s [post-build-hook] copying path '/nix/store/l1xfq9l9z4f6hc44v8ybijnfqp5bl92g-path-0.9.5.drv' to 'https://cache.nix-ci.com'...
  2251. 697.04 s Progress: 37 of 74 built (4 building), 335 of 335 downloaded from cache
  2252. 697.05 s [row-types] [3 of 6] Compiling Data.Row.Records ( src/Data/Row/Records.hs, dist/build/Data/Row/Records.p_o )
  2253. 697.05 s [row-types]
  2254. 697.05 s [row-types] src/Data/Row/Records.hs:127:23: warning: [GHC-39567] [-Wstar-is-type]
  2255. 697.05 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2256. 697.05 s [row-types] relies on the StarIsType extension, which will become
  2257. 697.05 s [row-types] deprecated in the future.
  2258. 697.05 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2259. 697.05 s [row-types] |
  2260. 697.05 s [row-types] 127 | newtype Rec (r :: Row *) where
  2261. 697.05 s [row-types] | ^
  2262. 697.05 s [row-types]
  2263. 697.05 s [row-types] src/Data/Row/Records.hs:378:48: warning: [GHC-39567] [-Wstar-is-type]
  2264. 697.05 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2265. 697.05 s [row-types] relies on the StarIsType extension, which will become
  2266. 697.05 s [row-types] deprecated in the future.
  2267. 697.05 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2268. 697.05 s [row-types] |
  2269. 697.05 s [row-types] 378 | newtype RFMap (g :: k1 -> k2) (ϕ :: Row (k2 -> *)) (ρ :: Row k1) = RFMap { unRFMap :: Rec (Ap ϕ (Map g ρ)) }
  2270. 697.05 s [row-types] | ^
  2271. 697.05 s [row-types]
  2272. 697.05 s [row-types] src/Data/Row/Records.hs:379:31: warning: [GHC-39567] [-Wstar-is-type]
  2273. 697.05 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2274. 697.05 s [row-types] relies on the StarIsType extension, which will become
  2275. 697.05 s [row-types] deprecated in the future.
  2276. 697.05 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2277. 697.05 s [row-types] |
  2278. 697.05 s [row-types] 379 | newtype RecAp (ϕ :: Row (k -> *)) (ρ :: Row k) = RecAp (Rec (Ap ϕ ρ))
  2279. 697.05 s [row-types] | ^
  2280. 697.05 s [row-types]
  2281. 697.05 s [row-types] src/Data/Row/Records.hs:380:24: warning: [GHC-39567] [-Wstar-is-type]
  2282. 697.05 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2283. 697.05 s [row-types] relies on the StarIsType extension, which will become
  2284. 697.05 s [row-types] deprecated in the future.
  2285. 697.05 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2286. 697.05 s [row-types] |
  2287. 697.05 s [row-types] 380 | newtype App (f :: k -> *) (a :: k) = App (f a)
  2288. 697.05 s [row-types] | ^
  2289. 697.05 s [row-types]
  2290. 697.05 s [row-types] src/Data/Row/Records.hs:383:38: warning: [GHC-39567] [-Wstar-is-type]
  2291. 697.05 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2292. 697.05 s [row-types] relies on the StarIsType extension, which will become
  2293. 697.05 s [row-types] deprecated in the future.
  2294. 697.05 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2295. 697.05 s [row-types] |
  2296. 697.05 s [row-types] 383 | mapF :: forall k c g (ϕ :: Row (k -> *)) (ρ :: Row k). BiForall ϕ ρ c
  2297. 697.05 s [row-types] | ^
  2298. 697.05 s [row-types]
  2299. 697.05 s [row-types] src/Data/Row/Records.hs:574:29: warning: [GHC-39567] [-Wstar-is-type]
  2300. 697.05 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2301. 697.05 s [row-types] relies on the StarIsType extension, which will become
  2302. 697.05 s [row-types] deprecated in the future.
  2303. 697.05 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2304. 697.05 s [row-types] |
  2305. 697.05 s [row-types] 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2)
  2306. 697.05 s [row-types] | ^
  2307. 697.05 s [row-types]
  2308. 697.05 s [row-types] src/Data/Row/Records.hs:574:43: warning: [GHC-39567] [-Wstar-is-type]
  2309. 697.05 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2310. 697.05 s [row-types] relies on the StarIsType extension, which will become
  2311. 697.05 s [row-types] deprecated in the future.
  2312. 697.05 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2313. 697.05 s [row-types] |
  2314. 697.05 s [tree-diff] [ 3 of 10] Compiling Data.TreeDiff.Expr ( src/Data/TreeDiff/Expr.hs, dist/build/Data/TreeDiff/Expr.p_o )
  2315. 697.05 s [tree-diff] [ 4 of 10] Compiling Data.TreeDiff.Class ( src/Data/TreeDiff/Class.hs, dist/build/Data/TreeDiff/Class.p_o )
  2316. 697.05 s [tree-diff] [ 5 of 10] Compiling Data.TreeDiff.Parser ( src/Data/TreeDiff/Parser.hs, dist/build/Data/TreeDiff/Parser.p_o )
  2317. 697.05 s [tree-diff] [ 6 of 10] Compiling Data.TreeDiff.Pretty ( src/Data/TreeDiff/Pretty.hs, dist/build/Data/TreeDiff/Pretty.p_o )
  2318. 697.05 s [tree-diff]
  2319. 697.05 s [tree-diff] src/Data/TreeDiff/Pretty.hs:35:1: warning: [-Wdeprecations]
  2320. 697.05 s [tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
  2321. 697.05 s [tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
  2322. 697.05 s [tree-diff] |
  2323. 697.05 s [tree-diff] 35 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
  2324. 697.05 s [tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2325. 697.05 s [tree-diff]
  2326. 697.05 s [tree-diff] src/Data/TreeDiff/Pretty.hs:219:24: warning: [GHC-68441] [-Wdeprecations]
  2327. 697.05 s [tree-diff] In the use of type constructor or class ‘Doc’
  2328. 697.05 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2329. 697.05 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2330. 697.05 s [tree-diff] |
  2331. 697.05 s [tree-diff] 219 | ansiWlPretty :: Pretty WL.Doc
  2332. 697.05 s [tree-diff] | ^^^^^^
  2333. 697.05 s [tree-diff]
  2334. 697.05 s [tree-diff] src/Data/TreeDiff/Pretty.hs:221:18: warning: [GHC-68441] [-Wdeprecations]
  2335. 697.05 s [tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2336. 697.05 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2337. 697.05 s [tree-diff] |
  2338. 697.05 s [tree-diff] 221 | { ppCon = WL.text
  2339. 697.05 s [tree-diff] | ^^^^^^^
  2340. 697.05 s [tree-diff]
  2341. 697.05 s [tree-diff] src/Data/TreeDiff/Pretty.hs:222:40: warning: [GHC-68441] [-Wdeprecations]
  2342. 697.05 s [tree-diff] In the use of ‘<+>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2343. 697.05 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2344. 697.05 s [tree-diff] |
  2345. 697.05 s [tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
  2346. 697.05 s [tree-diff] | ^^^^^^
  2347. 697.05 s [tree-diff]
  2348. 697.05 s [tree-diff] src/Data/TreeDiff/Pretty.hs:222:47: warning: [GHC-68441] [-Wdeprecations]
  2349. 697.05 s [tree-diff] In the use of ‘lbrace’
  2350. 697.05 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2351. 697.05 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2352. 697.05 s [tree-diff] |
  2353. 697.05 s [tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
  2354. 697.05 s [tree-diff] | ^^^^^^^^^
  2355. 697.05 s [tree-diff]
  2356. 697.05 s [tree-diff] src/Data/TreeDiff/Pretty.hs:222:58: warning: [GHC-68441] [-Wdeprecations]
  2357. 697.05 s [tree-diff] In the use of ‘rbrace’
  2358. 697.05 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2359. 697.05 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2360. 697.05 s [tree-diff] |
  2361. 697.05 s [tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
  2362. 697.05 s [tree-diff] | ^^^^^^^^^
  2363. 697.05 s [tree-diff]
  2364. 697.05 s [tree-diff] src/Data/TreeDiff/Pretty.hs:223:35: warning: [GHC-68441] [-Wdeprecations]
  2365. 697.05 s [tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2366. 697.05 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2367. 697.05 s [tree-diff] |
  2368. 697.05 s [tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
  2369. 697.07 s Waiting for lock on waiting for lock on '/nix/store/43n55djq7mwyrp2r8xj8q35zkzqlpxrf-stm-hamt-1.2.1.1', '/nix/store/dqkybgb241586j3fm32vk91p6jhvppcg-stm-hamt-1.2.1.1-doc'
  2370. 697.14 s Building path-io
  2371. 697.14 s [hw-fingertree] Phase: setupCompilerEnvironmentPhase
  2372. 697.14 s [hw-fingertree] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  2373. 697.14 s [hw-fingertree] Phase: unpackPhase
  2374. 697.14 s [hw-fingertree] unpacking source archive /nix/store/r34bg1mikv5wqngd7nwqnxfac4xqw9cl-hw-fingertree-0.1.2.1.tar.gz
  2375. 697.14 s [hw-fingertree] source root is hw-fingertree-0.1.2.1
  2376. 697.14 s [hw-fingertree] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hw-fingertree-0.1.2.1/tests/Spec.hs"
  2377. 697.14 s [hw-fingertree] Phase: patchPhase
  2378. 697.14 s [hw-fingertree] Replace Cabal file with edited version from mirror://hackage/hw-fingertree-0.1.2.1/revision/2.cabal.
  2379. 697.14 s [hw-fingertree] Run jailbreak-cabal to lift version restrictions on build inputs.
  2380. 697.14 s [hw-fingertree] Phase: compileBuildDriverPhase
  2381. 697.14 s [hw-fingertree] setupCompileFlags: -package-db=/build/tmp.x0xmqp2Fr7/setup-package.conf.d -threaded
  2382. 697.14 s [hw-fingertree] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.x0xmqp2Fr7/Main.o )
  2383. 697.14 s [hw-fingertree] [2 of 2] Linking Setup
  2384. 697.14 s [hw-fingertree] Phase: updateAutotoolsGnuConfigScriptsPhase
  2385. 697.14 s [hw-fingertree] Phase: configurePhase
  2386. 697.14 s [hw-fingertree] configureFlags: --verbose --prefix=/nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc/share/doc/hw-fingertree-0.1.2.1 --with-gcc=gcc --package-db=/build/tmp.x0xmqp2Fr7/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
  2387. 697.14 s [hw-fingertree] Using Parsec parser
  2388. 697.14 s [hw-fingertree] Configuring hw-fingertree-0.1.2.1...
  2389. 697.14 s [hw-fingertree] Dependency base: using base-4.18.1.0
  2390. 697.14 s [hw-fingertree] Dependency deepseq: using deepseq-1.4.8.1
  2391. 697.14 s [hw-fingertree] Dependency hw-prim: using hw-prim-0.6.3.2
  2392. 697.14 s [hw-fingertree] Dependency base: using base-4.18.1.0
  2393. 697.14 s [hw-fingertree] Dependency deepseq: using deepseq-1.4.8.1
  2394. 697.14 s [hw-fingertree] Dependency hedgehog: using hedgehog-1.5
  2395. 697.14 s [hw-fingertree] Dependency hspec: using hspec-2.11.12
  2396. 697.14 s [hw-fingertree] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
  2397. 697.14 s [hw-fingertree] Dependency hw-hspec-hedgehog: using hw-hspec-hedgehog-0.1.1.1
  2398. 697.14 s [hw-fingertree] Dependency base: using base-4.18.1.0
  2399. 697.14 s [hw-fingertree] Dependency doctest: using doctest-0.22.6
  2400. 697.14 s [hw-fingertree] Dependency doctest-discover: using doctest-discover-0.2.0.0
  2401. 697.14 s [hw-fingertree] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
  2402. 697.14 s [hw-fingertree] Source component graph:
  2403. 697.14 s [hw-fingertree] component lib
  2404. 697.14 s [hw-fingertree] component test:doctest dependency lib
  2405. 697.14 s [hw-fingertree] component test:hw-fingertree-tests dependency lib
  2406. 697.14 s [hw-fingertree] Configured component graph:
  2407. 697.14 s [hw-fingertree] component hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2408. 697.14 s [hw-fingertree] include base-4.18.1.0
  2409. 697.14 s [hw-fingertree] include deepseq-1.4.8.1
  2410. 697.14 s [hw-fingertree] include hw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv
  2411. 697.14 s [hw-fingertree] component hw-fingertree-0.1.2.1-2rne7ZOl2ny8v5q10OFeXo-doctest
  2412. 697.14 s [hw-fingertree] include base-4.18.1.0
  2413. 697.14 s [hw-fingertree] include doctest-0.22.6-DBfUrtlIshj8Md6OAzYGEC
  2414. 697.14 s [hw-fingertree] include doctest-discover-0.2.0.0-ITfSfkx0qiDGKMXTIHOZbv
  2415. 697.14 s [hw-fingertree] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2416. 697.14 s [hw-fingertree] component hw-fingertree-0.1.2.1-E4dKdvNoaXHJHStJDQF8zA-hw-fingertree-tests
  2417. 697.14 s [hw-fingertree] include base-4.18.1.0
  2418. 697.14 s [hw-fingertree] include deepseq-1.4.8.1
  2419. 697.14 s [hw-fingertree] include hedgehog-1.5-BHF7XPtOcLTHdlG8CU1rlp
  2420. 697.14 s [hw-fingertree] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  2421. 697.14 s [hw-fingertree] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2422. 697.14 s [hw-fingertree] include hw-hspec-hedgehog-0.1.1.1-K8T9rDtDl5KagN5EcDEHY
  2423. 697.14 s [hw-fingertree] Linked component graph:
  2424. 697.14 s [row-types] 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2)
  2425. 697.14 s [row-types] | ^
  2426. 697.14 s [row-types]
  2427. 697.14 s [row-types] src/Data/Row/Records.hs:575:29: warning: [GHC-39567] [-Wstar-is-type]
  2428. 697.14 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2429. 697.14 s [row-types] relies on the StarIsType extension, which will become
  2430. 697.14 s [row-types] deprecated in the future.
  2431. 697.14 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2432. 697.14 s [row-types] |
  2433. 697.14 s [row-types] 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
  2434. 697.14 s [row-types] | ^
  2435. 697.14 s [row-types]
  2436. 697.14 s [row-types] src/Data/Row/Records.hs:575:43: warning: [GHC-39567] [-Wstar-is-type]
  2437. 697.14 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2438. 697.14 s [row-types] relies on the StarIsType extension, which will become
  2439. 697.14 s [row-types] deprecated in the future.
  2440. 697.14 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2441. 697.14 s [row-types] |
  2442. 697.14 s [row-types] 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
  2443. 697.14 s [row-types] | ^
  2444. 697.14 s [row-types]
  2445. 697.14 s [row-types] src/Data/Row/Records.hs:667:25: warning: [GHC-39567] [-Wstar-is-type]
  2446. 697.14 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2447. 697.14 s [row-types] relies on the StarIsType extension, which will become
  2448. 697.14 s [row-types] deprecated in the future.
  2449. 697.14 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2450. 697.14 s [row-types] |
  2451. 697.14 s [row-types] 667 | type RepRec (r :: Row *) :: * -> *
  2452. 697.14 s [row-types] | ^
  2453. 697.15 s [row-types]
  2454. 697.15 s [row-types] src/Data/Row/Records.hs:667:31: warning: [GHC-39567] [-Wstar-is-type]
  2455. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2456. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2457. 697.15 s [row-types] deprecated in the future.
  2458. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2459. 697.15 s [row-types] |
  2460. 697.15 s [row-types] 667 | type RepRec (r :: Row *) :: * -> *
  2461. 697.15 s [row-types] | ^
  2462. 697.15 s [row-types]
  2463. 697.15 s [row-types] src/Data/Row/Records.hs:667:36: warning: [GHC-39567] [-Wstar-is-type]
  2464. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2465. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2466. 697.15 s [row-types] deprecated in the future.
  2467. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2468. 697.15 s [row-types] |
  2469. 697.15 s [row-types] 667 | type RepRec (r :: Row *) :: * -> *
  2470. 697.15 s [row-types] | ^
  2471. 697.15 s [row-types] [4 of 6] Compiling Data.Row.Variants ( src/Data/Row/Variants.hs, dist/build/Data/Row/Variants.p_o )
  2472. 697.15 s [row-types]
  2473. 697.15 s [row-types] src/Data/Row/Variants.hs:102:20: warning: [GHC-39567] [-Wstar-is-type]
  2474. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2475. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2476. 697.15 s [row-types] deprecated in the future.
  2477. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2478. 697.15 s [row-types] |
  2479. 697.15 s [row-types] 102 | data Var (r :: Row *) where
  2480. 697.15 s [row-types] | ^
  2481. 697.15 s [row-types]
  2482. 697.15 s [row-types] src/Data/Row/Variants.hs:475:37: warning: [GHC-39567] [-Wstar-is-type]
  2483. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2484. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2485. 697.15 s [row-types] deprecated in the future.
  2486. 697.15 s [tree-diff] | ^^^^^^^
  2487. 697.15 s [tree-diff]
  2488. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:223:46: warning: [GHC-68441] [-Wdeprecations]
  2489. 697.15 s [tree-diff] In the use of ‘<+>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2490. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2491. 697.15 s [tree-diff] |
  2492. 697.15 s [tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
  2493. 697.15 s [tree-diff] | ^^^^^^
  2494. 697.15 s [tree-diff]
  2495. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:223:53: warning: [GHC-68441] [-Wdeprecations]
  2496. 697.15 s [tree-diff] In the use of ‘equals’
  2497. 697.15 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2498. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2499. 697.15 s [tree-diff] |
  2500. 697.15 s [tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
  2501. 697.15 s [tree-diff] | ^^^^^^^^^
  2502. 697.15 s [tree-diff]
  2503. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:223:63: warning: [GHC-68441] [-Wdeprecations]
  2504. 697.15 s [tree-diff] In the use of ‘</>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2505. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2506. 697.15 s [tree-diff] |
  2507. 697.15 s [tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
  2508. 697.15 s [tree-diff] | ^^^^^^
  2509. 697.15 s [tree-diff]
  2510. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:224:28: warning: [GHC-68441] [-Wdeprecations]
  2511. 697.15 s [tree-diff] In the use of ‘lbracket’
  2512. 697.15 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2513. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2514. 697.15 s [tree-diff] |
  2515. 697.15 s [tree-diff] 224 | , ppLst = ansiGroup WL.lbracket WL.rbracket
  2516. 697.15 s [tree-diff] | ^^^^^^^^^^^
  2517. 697.15 s [tree-diff]
  2518. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:224:40: warning: [GHC-68441] [-Wdeprecations]
  2519. 697.15 s [tree-diff] In the use of ‘rbracket’
  2520. 697.15 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2521. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2522. 697.15 s [tree-diff] |
  2523. 697.15 s [tree-diff] 224 | , ppLst = ansiGroup WL.lbracket WL.rbracket
  2524. 697.15 s [tree-diff] | ^^^^^^^^^^^
  2525. 697.15 s [tree-diff]
  2526. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:225:18: warning: [GHC-68441] [-Wdeprecations]
  2527. 697.15 s [tree-diff] In the use of ‘dullwhite’
  2528. 697.15 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2529. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2530. 697.15 s [tree-diff] |
  2531. 697.15 s [tree-diff] 225 | , ppCpy = WL.dullwhite
  2532. 697.15 s [tree-diff] | ^^^^^^^^^^^^
  2533. 697.15 s [tree-diff]
  2534. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:226:24: warning: [GHC-68441] [-Wdeprecations]
  2535. 697.15 s [tree-diff] In the use of ‘green’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2536. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2537. 697.15 s [tree-diff] |
  2538. 697.15 s [tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
  2539. 697.15 s [tree-diff] | ^^^^^^^^
  2540. 697.15 s [tree-diff]
  2541. 697.15 s [hw-fingertree] unit hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2542. 697.15 s [hw-fingertree] include base-4.18.1.0
  2543. 697.15 s [hw-fingertree] include deepseq-1.4.8.1
  2544. 697.15 s [hw-fingertree] include hw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv
  2545. 697.15 s [hw-fingertree] HaskellWorks.Data.FingerTree=hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw:HaskellWorks.Data.FingerTree,HaskellWorks.Data.IntervalMap.FingerTree=hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw:HaskellWorks.Data.IntervalMap.FingerTree,HaskellWorks.Data.PriorityQueue.FingerTree=hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw:HaskellWorks.Data.PriorityQueue.FingerTree
  2546. 697.15 s [hw-fingertree] unit hw-fingertree-0.1.2.1-2rne7ZOl2ny8v5q10OFeXo-doctest
  2547. 697.15 s [hw-fingertree] include base-4.18.1.0
  2548. 697.15 s [hw-fingertree] include doctest-0.22.6-DBfUrtlIshj8Md6OAzYGEC
  2549. 697.15 s [hw-fingertree] include doctest-discover-0.2.0.0-ITfSfkx0qiDGKMXTIHOZbv
  2550. 697.15 s [hw-fingertree] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2551. 697.15 s [hw-fingertree] unit hw-fingertree-0.1.2.1-E4dKdvNoaXHJHStJDQF8zA-hw-fingertree-tests
  2552. 697.15 s [hw-fingertree] include base-4.18.1.0
  2553. 697.15 s [hw-fingertree] include deepseq-1.4.8.1
  2554. 697.15 s [hw-fingertree] include hedgehog-1.5-BHF7XPtOcLTHdlG8CU1rlp
  2555. 697.15 s [hw-fingertree] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  2556. 697.15 s [hw-fingertree] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2557. 697.15 s [hw-fingertree] include hw-hspec-hedgehog-0.1.1.1-K8T9rDtDl5KagN5EcDEHY
  2558. 697.15 s [hw-fingertree] Ready component graph:
  2559. 697.15 s [hw-fingertree] definite hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2560. 697.15 s [hw-fingertree] depends base-4.18.1.0
  2561. 697.15 s [hw-fingertree] depends deepseq-1.4.8.1
  2562. 697.15 s [hw-fingertree] depends hw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv
  2563. 697.15 s [hw-fingertree] definite hw-fingertree-0.1.2.1-E4dKdvNoaXHJHStJDQF8zA-hw-fingertree-tests
  2564. 697.15 s [hw-fingertree] depends base-4.18.1.0
  2565. 697.15 s [hw-fingertree] depends deepseq-1.4.8.1
  2566. 697.15 s [hw-fingertree] depends hedgehog-1.5-BHF7XPtOcLTHdlG8CU1rlp
  2567. 697.15 s [hw-fingertree] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  2568. 697.15 s [hw-fingertree] depends hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2569. 697.15 s [hw-fingertree] depends hw-hspec-hedgehog-0.1.1.1-K8T9rDtDl5KagN5EcDEHY
  2570. 697.15 s [hw-fingertree] definite hw-fingertree-0.1.2.1-2rne7ZOl2ny8v5q10OFeXo-doctest
  2571. 697.15 s [hw-fingertree] depends base-4.18.1.0
  2572. 697.15 s [hw-fingertree] depends doctest-0.22.6-DBfUrtlIshj8Md6OAzYGEC
  2573. 697.15 s [hw-fingertree] depends doctest-discover-0.2.0.0-ITfSfkx0qiDGKMXTIHOZbv
  2574. 697.15 s [hw-fingertree] depends hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2575. 697.15 s [hw-fingertree] Using Cabal-3.10.1.0 compiled by ghc-9.6
  2576. 697.15 s [hw-fingertree] Using compiler: ghc-9.6.3
  2577. 697.15 s [hw-fingertree] Using install prefix:
  2578. 697.15 s [hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
  2579. 697.15 s [hw-fingertree] Executables installed in:
  2580. 697.15 s [hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/bin
  2581. 697.15 s [hw-fingertree] Libraries installed in:
  2582. 697.15 s [hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  2583. 697.15 s [hw-fingertree] Dynamic Libraries installed in:
  2584. 697.15 s [hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  2585. 697.15 s [hw-fingertree] Private executables installed in:
  2586. 697.15 s [hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/libexec/x86_64-linux-ghc-9.6.3/hw-fingertree-0.1.2.1
  2587. 697.15 s [hw-fingertree] Data files installed in:
  2588. 697.15 s [hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/share/x86_64-linux-ghc-9.6.3/hw-fingertree-0.1.2.1
  2589. 697.15 s [hw-fingertree] Documentation installed in:
  2590. 697.15 s [hw-fingertree] /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc/share/doc/hw-fingertree-0.1.2.1
  2591. 697.15 s [hw-fingertree] Configuration files installed in:
  2592. 697.15 s [hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/etc
  2593. 697.15 s [hw-fingertree] No alex found
  2594. 697.15 s [hw-fingertree] Using ar found on system at:
  2595. 697.15 s [hw-fingertree] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  2596. 697.15 s [hw-fingertree] No c2hs found
  2597. 697.15 s [hw-fingertree] No cpphs found
  2598. 697.15 s [hw-fingertree] Using doctest version 0.22.6 found on system at:
  2599. 697.15 s [hw-fingertree] /nix/store/lq540m6kbw6pvvrsh4yv820m3dawccpg-doctest-0.22.6/bin/doctest
  2600. 697.15 s [hw-fingertree] Using gcc version 14.3.0 given by user at:
  2601. 697.15 s [hw-fingertree] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  2602. 697.15 s [hw-fingertree] Using ghc version 9.6.3 found on system at:
  2603. 697.15 s [hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  2604. 697.15 s [hw-fingertree] Using ghc-pkg version 9.6.3 found on system at:
  2605. 697.15 s [hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  2606. 697.15 s [hw-fingertree] No ghcjs found
  2607. 697.15 s [hw-fingertree] No ghcjs-pkg found
  2608. 697.15 s [hw-fingertree] No greencard found
  2609. 697.15 s [hw-fingertree] Using haddock version 2.29.1 found on system at:
  2610. 697.15 s [hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  2611. 697.15 s [hw-fingertree] No happy found
  2612. 697.15 s [hw-fingertree] Using haskell-suite found on system at: haskell-suite-dummy-location
  2613. 697.15 s [hw-fingertree] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  2614. 697.15 s [hw-fingertree] No hmake found
  2615. 697.15 s [hw-fingertree] Using hpc version 0.68 found on system at:
  2616. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2617. 697.15 s [row-types] |
  2618. 697.15 s [row-types] 475 | newtype FlipApp (x :: k) (f :: k -> *) = FlipApp (f x)
  2619. 697.15 s [row-types] | ^
  2620. 697.15 s [row-types]
  2621. 697.15 s [row-types] src/Data/Row/Variants.hs:589:25: warning: [GHC-39567] [-Wstar-is-type]
  2622. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2623. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2624. 697.15 s [row-types] deprecated in the future.
  2625. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2626. 697.15 s [row-types] |
  2627. 697.15 s [row-types] 589 | type RepVar (r :: Row *) :: * -> *
  2628. 697.15 s [row-types] | ^
  2629. 697.15 s [row-types]
  2630. 697.15 s [row-types] src/Data/Row/Variants.hs:589:31: warning: [GHC-39567] [-Wstar-is-type]
  2631. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2632. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2633. 697.15 s [row-types] deprecated in the future.
  2634. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2635. 697.15 s [row-types] |
  2636. 697.15 s [row-types] 589 | type RepVar (r :: Row *) :: * -> *
  2637. 697.15 s [row-types] | ^
  2638. 697.15 s [row-types]
  2639. 697.15 s [row-types] src/Data/Row/Variants.hs:589:36: warning: [GHC-39567] [-Wstar-is-type]
  2640. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2641. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2642. 697.15 s [row-types] deprecated in the future.
  2643. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2644. 697.15 s [row-types] |
  2645. 697.15 s [row-types] 589 | type RepVar (r :: Row *) :: * -> *
  2646. 697.15 s [row-types] | ^
  2647. 697.15 s [row-types] [5 of 6] Compiling Data.Row.Switch ( src/Data/Row/Switch.hs, dist/build/Data/Row/Switch.p_o )
  2648. 697.15 s [row-types] [6 of 6] Compiling Data.Row ( src/Data/Row.hs, dist/build/Data/Row.p_o )
  2649. 697.15 s [row-types] Preprocessing test suite 'test' for row-types-1.0.1.2..
  2650. 697.15 s [row-types] Building test suite 'test' for row-types-1.0.1.2..
  2651. 697.15 s [row-types] [1 of 5] Compiling DiffPerformance ( tests/DiffPerformance.hs, dist/build/test/test-tmp/DiffPerformance.o )
  2652. 697.15 s [row-types] [2 of 5] Compiling Examples ( examples/Examples.lhs, dist/build/test/test-tmp/Examples.o )
  2653. 697.15 s [row-types] [3 of 5] Compiling MergePerformance ( tests/MergePerformance.hs, dist/build/test/test-tmp/MergePerformance.o )
  2654. 697.15 s [row-types] [4 of 5] Compiling UnionPerformance ( tests/UnionPerformance.hs, dist/build/test/test-tmp/UnionPerformance.o )
  2655. 697.15 s [row-types] [5 of 5] Compiling Main ( tests/Main.hs, dist/build/test/test-tmp/Main.o )
  2656. 697.15 s [row-types] [6 of 6] Linking dist/build/test/test
  2657. 697.15 s [row-types] buildPhase completed in 59 seconds
  2658. 697.15 s [row-types] Phase: checkPhase
  2659. 697.15 s [row-types] Running 1 test suites...
  2660. 697.15 s [row-types] Test suite test: RUNNING...
  2661. 697.15 s [row-types] Test passes if Examples.lhs type-checks.
  2662. 697.15 s [row-types] Test suite test: PASS
  2663. 697.15 s [row-types] Test suite logged to: dist/test/row-types-1.0.1.2-test.log
  2664. 697.15 s [row-types] 1 of 1 test suites (1 of 1 test cases) passed.
  2665. 697.15 s [row-types] Phase: haddockPhase
  2666. 697.15 s [row-types] Preprocessing library for row-types-1.0.1.2..
  2667. 697.15 s [row-types] Running Haddock on library for row-types-1.0.1.2..
  2668. 697.15 s [row-types] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  2669. 697.15 s [row-types] Warning: 'Text' is ambiguous. It is defined
  2670. 697.15 s [row-types] * in ‘GHC.TypeError’
  2671. 697.15 s [row-types] * in ‘Data.Text.Internal’
  2672. 697.15 s [row-types] You may be able to disambiguate the identifier by qualifying it or
  2673. 697.15 s [row-types] by specifying the type/value namespace explicitly.
  2674. 697.15 s [row-types] Defaulting to the one defined in ‘Data.Text.Internal’
  2675. 697.15 s [row-types] Warning: 'empty' is out of scope.
  2676. 697.15 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  2677. 697.15 s [row-types] Warning: 'p' is out of scope.
  2678. 697.15 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  2679. 697.15 s [row-types] 100% ( 47 / 47) in 'Data.Row.Internal'
  2680. 697.15 s [row-types]
  2681. 697.15 s [row-types] src/Data/Row/Internal.hs:212:37: warning: [GHC-39567] [-Wstar-is-type]
  2682. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:226:35: warning: [GHC-68441] [-Wdeprecations]
  2683. 697.15 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2684. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2685. 697.15 s [tree-diff] |
  2686. 697.15 s [tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
  2687. 697.15 s [tree-diff] | ^^^^^^^^
  2688. 697.15 s [tree-diff]
  2689. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:226:46: warning: [GHC-68441] [-Wdeprecations]
  2690. 697.15 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2691. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2692. 697.15 s [tree-diff] |
  2693. 697.15 s [tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
  2694. 697.15 s [tree-diff] | ^^^^^^^
  2695. 697.15 s [tree-diff]
  2696. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:227:24: warning: [GHC-68441] [-Wdeprecations]
  2697. 697.15 s [tree-diff] In the use of ‘red’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2698. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2699. 697.15 s [tree-diff] |
  2700. 697.15 s [tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
  2701. 697.15 s [tree-diff] | ^^^^^^
  2702. 697.15 s [tree-diff]
  2703. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:227:35: warning: [GHC-68441] [-Wdeprecations]
  2704. 697.15 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2705. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2706. 697.15 s [tree-diff] |
  2707. 697.15 s [tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
  2708. 697.15 s [tree-diff] | ^^^^^^^^
  2709. 697.15 s [tree-diff]
  2710. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:227:46: warning: [GHC-68441] [-Wdeprecations]
  2711. 697.15 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2712. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2713. 697.15 s [tree-diff] |
  2714. 697.15 s [tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
  2715. 697.15 s [tree-diff] | ^^^^^^^
  2716. 697.15 s [tree-diff]
  2717. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:27: warning: [GHC-68441] [-Wdeprecations]
  2718. 697.15 s [tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2719. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2720. 697.15 s [tree-diff] |
  2721. 697.15 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  2722. 697.15 s [tree-diff] | ^^^^^^^^
  2723. 697.15 s [tree-diff]
  2724. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:38: warning: [GHC-68441] [-Wdeprecations]
  2725. 697.15 s [tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2726. 697.15 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2727. 697.15 s [tree-diff] |
  2728. 697.15 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  2729. 697.15 s [tree-diff] | ^^^^^^^
  2730. 697.15 s [tree-diff]
  2731. 697.15 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:52: warning: [GHC-68441] [-Wdeprecations]
  2732. 697.15 s [tree-diff] In the use of ‘<$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2733. 697.15 s [hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  2734. 697.15 s [hw-fingertree] Using hsc2hs version 0.68.9 found on system at:
  2735. 697.15 s [hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  2736. 697.15 s [hw-fingertree] Using hscolour version 1.25 found on system at:
  2737. 697.15 s [hw-fingertree] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  2738. 697.15 s [hw-fingertree] No jhc found
  2739. 697.15 s [hw-fingertree] Using ld found on system at:
  2740. 697.15 s [hw-fingertree] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  2741. 697.15 s [hw-fingertree] No pkg-config found
  2742. 697.15 s [hw-fingertree] Using runghc version 9.6.3 found on system at:
  2743. 697.15 s [hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  2744. 697.15 s [hw-fingertree] Using strip version 2.44 found on system at:
  2745. 697.15 s [hw-fingertree] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  2746. 697.15 s [hw-fingertree] Using tar found on system at:
  2747. 697.15 s [hw-fingertree] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  2748. 697.15 s [hw-fingertree] No uhc found
  2749. 697.15 s [hw-fingertree] Phase: buildPhase
  2750. 697.15 s [hw-fingertree] Preprocessing library for hw-fingertree-0.1.2.1..
  2751. 697.15 s [hw-fingertree] Building library for hw-fingertree-0.1.2.1..
  2752. 697.15 s [hw-fingertree] [1 of 4] Compiling HaskellWorks.Data.FingerTree ( src/HaskellWorks/Data/FingerTree.hs, dist/build/HaskellWorks/Data/FingerTree.o, dist/build/HaskellWorks/Data/FingerTree.dyn_o )
  2753. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2754. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2755. 697.15 s [row-types] deprecated in the future.
  2756. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2757. 697.15 s [row-types] |
  2758. 697.15 s [row-types] 212 | class Lacks (l :: Symbol) (r :: Row *)
  2759. 697.15 s [row-types] | ^
  2760. 697.15 s [row-types]
  2761. 697.15 s [row-types] src/Data/Row/Internal.hs:253:29: warning: [GHC-39567] [-Wstar-is-type]
  2762. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2763. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2764. 697.15 s [row-types] deprecated in the future.
  2765. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2766. 697.15 s [row-types] |
  2767. 697.15 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  2768. 697.15 s [row-types] | ^
  2769. 697.15 s [row-types]
  2770. 697.15 s [row-types] src/Data/Row/Internal.hs:253:34: warning: [GHC-39567] [-Wstar-is-type]
  2771. 697.15 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2772. 697.15 s [row-types] relies on the StarIsType extension, which will become
  2773. 697.15 s [row-types] deprecated in the future.
  2774. 697.15 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2775. 697.15 s [row-types] |
  2776. 697.15 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  2777. 697.16 s [row-types] | ^
  2778. 697.16 s [row-types]
  2779. 697.16 s [row-types] src/Data/Row/Internal.hs:253:39: warning: [GHC-39567] [-Wstar-is-type]
  2780. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2781. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2782. 697.16 s [row-types] deprecated in the future.
  2783. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2784. 697.16 s [row-types] |
  2785. 697.16 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  2786. 697.16 s [row-types] | ^
  2787. 697.16 s [row-types]
  2788. 697.16 s [row-types] src/Data/Row/Internal.hs:253:57: warning: [GHC-39567] [-Wstar-is-type]
  2789. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2790. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2791. 697.16 s [row-types] deprecated in the future.
  2792. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2793. 697.16 s [row-types] |
  2794. 697.16 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  2795. 697.16 s [row-types] | ^
  2796. 697.16 s [row-types]
  2797. 697.16 s [row-types] src/Data/Row/Internal.hs:253:75: warning: [GHC-39567] [-Wstar-is-type]
  2798. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2799. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2800. 697.16 s [row-types] deprecated in the future.
  2801. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2802. 697.16 s [row-types] |
  2803. 697.16 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  2804. 697.16 s [row-types] | ^
  2805. 697.16 s [row-types]
  2806. 697.16 s [row-types] src/Data/Row/Internal.hs:253:89: warning: [GHC-39567] [-Wstar-is-type]
  2807. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2808. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2809. 697.16 s [row-types] deprecated in the future.
  2810. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2811. 697.16 s [row-types] |
  2812. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2813. 697.16 s [tree-diff] |
  2814. 697.16 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  2815. 697.16 s [tree-diff] | ^^^^^^
  2816. 697.16 s [tree-diff]
  2817. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:59: warning: [GHC-68441] [-Wdeprecations]
  2818. 697.16 s [tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2819. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2820. 697.16 s [tree-diff] |
  2821. 697.16 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  2822. 697.16 s [tree-diff] | ^^^^^^^
  2823. 697.16 s [tree-diff]
  2824. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:229:18: warning: [GHC-68441] [-Wdeprecations]
  2825. 697.16 s [tree-diff] In the use of ‘sep’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2826. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2827. 697.16 s [tree-diff] |
  2828. 697.16 s [tree-diff] 229 | , ppEdits = WL.sep
  2829. 697.16 s [tree-diff] | ^^^^^^
  2830. 697.16 s [tree-diff]
  2831. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:230:18: warning: [GHC-68441] [-Wdeprecations]
  2832. 697.16 s [tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2833. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2834. 697.16 s [tree-diff] |
  2835. 697.16 s [tree-diff] 230 | , ppEllip = WL.text "..."
  2836. 697.16 s [tree-diff] | ^^^^^^^
  2837. 697.16 s [tree-diff]
  2838. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:231:18: warning: [GHC-68441] [-Wdeprecations]
  2839. 697.16 s [tree-diff] In the use of ‘parens’
  2840. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2841. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2842. 697.16 s [tree-diff] |
  2843. 697.16 s [tree-diff] 231 | , ppParens = WL.parens
  2844. 697.16 s [tree-diff] | ^^^^^^^^^
  2845. 697.16 s [tree-diff]
  2846. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:14: warning: [GHC-68441] [-Wdeprecations]
  2847. 697.16 s [tree-diff] In the use of type constructor or class ‘Doc’
  2848. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2849. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2850. 697.16 s [tree-diff] |
  2851. 697.16 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  2852. 697.16 s [tree-diff] | ^^^^^^
  2853. 697.16 s [tree-diff]
  2854. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:24: warning: [GHC-68441] [-Wdeprecations]
  2855. 697.16 s [tree-diff] In the use of type constructor or class ‘Doc’
  2856. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2857. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2858. 697.16 s [tree-diff] |
  2859. 697.16 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  2860. 697.16 s [tree-diff] | ^^^^^^
  2861. 697.16 s [tree-diff]
  2862. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:35: warning: [GHC-68441] [-Wdeprecations]
  2863. 697.16 s [tree-diff] In the use of type constructor or class ‘Doc’
  2864. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2865. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2866. 697.16 s [tree-diff] |
  2867. 697.16 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  2868. 697.16 s [tree-diff] | ^^^^^^
  2869. 697.16 s [tree-diff]
  2870. 697.16 s [row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
  2871. 697.16 s [row-types] | ^
  2872. 697.16 s [row-types]
  2873. 697.16 s [row-types] src/Data/Row/Internal.hs:282:31: warning: [GHC-39567] [-Wstar-is-type]
  2874. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2875. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2876. 697.16 s [row-types] deprecated in the future.
  2877. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2878. 697.16 s [row-types] |
  2879. 697.16 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  2880. 697.16 s [row-types] | ^
  2881. 697.16 s [row-types]
  2882. 697.16 s [row-types] src/Data/Row/Internal.hs:282:36: warning: [GHC-39567] [-Wstar-is-type]
  2883. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2884. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2885. 697.16 s [row-types] deprecated in the future.
  2886. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2887. 697.16 s [row-types] |
  2888. 697.16 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  2889. 697.16 s [row-types] | ^
  2890. 697.16 s [row-types]
  2891. 697.16 s [row-types] src/Data/Row/Internal.hs:282:41: warning: [GHC-39567] [-Wstar-is-type]
  2892. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2893. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2894. 697.16 s [row-types] deprecated in the future.
  2895. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2896. 697.16 s [row-types] |
  2897. 697.16 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  2898. 697.16 s [row-types] | ^
  2899. 697.16 s [row-types]
  2900. 697.16 s [row-types] src/Data/Row/Internal.hs:282:70: warning: [GHC-39567] [-Wstar-is-type]
  2901. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2902. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2903. 697.16 s [row-types] deprecated in the future.
  2904. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2905. 697.16 s [row-types] |
  2906. 697.16 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  2907. 697.16 s [row-types] | ^
  2908. 697.16 s [row-types]
  2909. 697.16 s [row-types] src/Data/Row/Internal.hs:282:99: warning: [GHC-39567] [-Wstar-is-type]
  2910. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2911. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2912. 697.16 s [row-types] deprecated in the future.
  2913. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2914. 697.16 s [row-types] |
  2915. 697.16 s [row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
  2916. 697.16 s [row-types] | ^
  2917. 697.16 s [row-types]
  2918. 697.16 s [row-types] src/Data/Row/Internal.hs:283:43: warning: [GHC-39567] [-Wstar-is-type]
  2919. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2920. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2921. 697.16 s [row-types] deprecated in the future.
  2922. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2923. 697.16 s [row-types] |
  2924. 697.16 s [row-types] 283 | (h :: k1 -> k2 -> *). Bifunctor p
  2925. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:46: warning: [GHC-68441] [-Wdeprecations]
  2926. 697.16 s [tree-diff] In the use of type constructor or class ‘Doc’
  2927. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2928. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2929. 697.16 s [tree-diff] |
  2930. 697.16 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  2931. 697.16 s [tree-diff] | ^^^^^^
  2932. 697.16 s [tree-diff]
  2933. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:20: warning: [GHC-68441] [-Wdeprecations]
  2934. 697.16 s [tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2935. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2936. 697.16 s [tree-diff] |
  2937. 697.16 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  2938. 697.16 s [tree-diff] | ^^^^^^^^
  2939. 697.16 s [tree-diff]
  2940. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:31: warning: [GHC-68441] [-Wdeprecations]
  2941. 697.16 s [tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2942. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2943. 697.16 s [tree-diff] |
  2944. 697.16 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  2945. 697.16 s [tree-diff] | ^^^^^^^
  2946. 697.16 s [tree-diff]
  2947. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:44: warning: [GHC-68441] [-Wdeprecations]
  2948. 697.16 s [tree-diff] In the use of ‘<$$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2949. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2950. 697.16 s [tree-diff] |
  2951. 697.16 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  2952. 697.16 s [tree-diff] | ^^^^^^^
  2953. 697.16 s [tree-diff]
  2954. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:52: warning: [GHC-68441] [-Wdeprecations]
  2955. 697.16 s [tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2956. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2957. 697.16 s [tree-diff] |
  2958. 697.16 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  2959. 697.16 s [tree-diff] | ^^^^^^^
  2960. 697.16 s [tree-diff]
  2961. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:61: warning: [GHC-68441] [-Wdeprecations]
  2962. 697.16 s [tree-diff] In the use of ‘punctuate’
  2963. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  2964. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2965. 697.16 s [tree-diff] |
  2966. 697.16 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  2967. 697.16 s [tree-diff] | ^^^^^^^^^^^^
  2968. 697.16 s [tree-diff]
  2969. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:74: warning: [GHC-68441] [-Wdeprecations]
  2970. 697.16 s [tree-diff] In the use of ‘comma’ (imported from Text.PrettyPrint.ANSI.Leijen):
  2971. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  2972. 697.16 s [tree-diff] |
  2973. 697.16 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  2974. 697.16 s [row-types] | ^
  2975. 697.16 s [row-types]
  2976. 697.16 s [row-types] src/Data/Row/Internal.hs:398:28: warning: [GHC-39567] [-Wstar-is-type]
  2977. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2978. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2979. 697.16 s [row-types] deprecated in the future.
  2980. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2981. 697.16 s [row-types] |
  2982. 697.16 s [row-types] 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where
  2983. 697.16 s [row-types] | ^
  2984. 697.16 s [row-types]
  2985. 697.16 s [row-types] src/Data/Row/Internal.hs:398:42: warning: [GHC-39567] [-Wstar-is-type]
  2986. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2987. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2988. 697.16 s [row-types] deprecated in the future.
  2989. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2990. 697.16 s [row-types] |
  2991. 697.16 s [row-types] 398 | type family Zip (r1 :: Row *) (r2 :: Row *) where
  2992. 697.16 s [row-types] | ^
  2993. 697.16 s [row-types]
  2994. 697.16 s [row-types] src/Data/Row/Internal.hs:401:29: warning: [GHC-39567] [-Wstar-is-type]
  2995. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  2996. 697.16 s [row-types] relies on the StarIsType extension, which will become
  2997. 697.16 s [row-types] deprecated in the future.
  2998. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  2999. 697.16 s [row-types] |
  3000. 697.16 s [row-types] 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where
  3001. 697.16 s [row-types] | ^
  3002. 697.16 s [row-types]
  3003. 697.16 s [row-types] src/Data/Row/Internal.hs:401:44: warning: [GHC-39567] [-Wstar-is-type]
  3004. 697.16 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3005. 697.16 s [row-types] relies on the StarIsType extension, which will become
  3006. 697.16 s [row-types] deprecated in the future.
  3007. 697.16 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3008. 697.16 s [row-types] |
  3009. 697.16 s [row-types] 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT *]) where
  3010. 697.16 s [row-types] | ^
  3011. 697.16 s [row-types] Warning: 'a' is out of scope.
  3012. 697.16 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3013. 697.16 s [row-types] Warning: 't' is out of scope.
  3014. 697.16 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3015. 697.16 s [row-types] Warning: 'f' is out of scope.
  3016. 697.16 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3017. 697.16 s [row-types] Warning: 'r' is out of scope.
  3018. 697.16 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3019. 697.16 s [row-types] Warning: 'l' is out of scope.
  3020. 697.16 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3021. 697.16 s [row-types] 100% ( 41 / 41) in 'Data.Row.Dictionaries'
  3022. 697.16 s [row-types] Warning: '.-' is ambiguous. It is defined
  3023. 697.16 s [row-types] * at src/Data/Row/Records.hs:234:6
  3024. 697.16 s [row-types] * at src/Data/Row/Internal.hs:152:1
  3025. 697.16 s [row-types] You may be able to disambiguate the identifier by qualifying it or
  3026. 697.16 s [row-types] by specifying the type/value namespace explicitly.
  3027. 697.16 s [row-types] Defaulting to the one defined at src/Data/Row/Internal.hs:152:1
  3028. 697.16 s [row-types] Warning: '.+' is ambiguous. It is defined
  3029. 697.16 s [row-types] * at src/Data/Row/Records.hs:239:6
  3030. 697.16 s [row-types] * at src/Data/Row/Internal.hs:184:1
  3031. 697.16 s [row-types] You may be able to disambiguate the identifier by qualifying it or
  3032. 697.16 s [row-types] by specifying the type/value namespace explicitly.
  3033. 697.16 s [row-types] Defaulting to the one defined at src/Data/Row/Internal.hs:184:1
  3034. 697.16 s [row-types] Warning: 'Generic' is out of scope.
  3035. 697.16 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3036. 697.16 s [tree-diff] | ^^^^^^^^
  3037. 697.16 s [tree-diff]
  3038. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:238:23: warning: [GHC-68441] [-Wdeprecations]
  3039. 697.16 s [tree-diff] In the use of type constructor or class ‘Doc’
  3040. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3041. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3042. 697.16 s [tree-diff] |
  3043. 697.16 s [tree-diff] 238 | ansiWlExpr :: Expr -> WL.Doc
  3044. 697.16 s [tree-diff] | ^^^^^^
  3045. 697.16 s [tree-diff]
  3046. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:242:36: warning: [GHC-68441] [-Wdeprecations]
  3047. 697.16 s [tree-diff] In the use of type constructor or class ‘Doc’
  3048. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3049. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3050. 697.16 s [tree-diff] |
  3051. 697.16 s [tree-diff] 242 | ansiWlEditExpr :: Edit EditExpr -> WL.Doc
  3052. 697.16 s [tree-diff] | ^^^^^^
  3053. 697.16 s [tree-diff]
  3054. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:246:43: warning: [GHC-68441] [-Wdeprecations]
  3055. 697.16 s [tree-diff] In the use of type constructor or class ‘Doc’
  3056. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3057. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3058. 697.16 s [tree-diff] |
  3059. 697.16 s [tree-diff] 246 | ansiWlEditExprCompact :: Edit EditExpr -> WL.Doc
  3060. 697.16 s [tree-diff] | ^^^^^^
  3061. 697.16 s [tree-diff]
  3062. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:254:26: warning: [GHC-68441] [-Wdeprecations]
  3063. 697.16 s [tree-diff] In the use of type constructor or class ‘Doc’
  3064. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3065. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3066. 697.16 s [tree-diff] |
  3067. 697.16 s [tree-diff] 254 | ansiWlBgPretty :: Pretty WL.Doc
  3068. 697.16 s [tree-diff] | ^^^^^^
  3069. 697.16 s [tree-diff]
  3070. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:24: warning: [GHC-68441] [-Wdeprecations]
  3071. 697.16 s [tree-diff] In the use of ‘ondullgreen’
  3072. 697.16 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3073. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3074. 697.16 s [tree-diff] |
  3075. 697.16 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  3076. 697.16 s [tree-diff] | ^^^^^^^^^^^^^^
  3077. 697.16 s [tree-diff]
  3078. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:41: warning: [GHC-68441] [-Wdeprecations]
  3079. 697.16 s [tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3080. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3081. 697.16 s [tree-diff] |
  3082. 697.16 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  3083. 697.16 s [tree-diff] | ^^^^^^^^
  3084. 697.16 s [tree-diff]
  3085. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:52: warning: [GHC-68441] [-Wdeprecations]
  3086. 697.16 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3087. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3088. 697.16 s [tree-diff] |
  3089. 697.16 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  3090. 697.16 s [tree-diff] | ^^^^^^^^
  3091. 697.16 s [tree-diff]
  3092. 697.16 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:63: warning: [GHC-68441] [-Wdeprecations]
  3093. 697.16 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3094. 697.16 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3095. 697.16 s [tree-diff] |
  3096. 697.17 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  3097. 697.17 s [tree-diff] | ^^^^^^^
  3098. 697.17 s [tree-diff]
  3099. 697.17 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:24: warning: [GHC-68441] [-Wdeprecations]
  3100. 697.17 s [tree-diff] In the use of ‘ondullred’
  3101. 697.17 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3102. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3103. 697.17 s [tree-diff] |
  3104. 697.17 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  3105. 697.17 s [tree-diff] | ^^^^^^^^^^^^
  3106. 697.17 s [tree-diff]
  3107. 697.17 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:41: warning: [GHC-68441] [-Wdeprecations]
  3108. 697.17 s [tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3109. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3110. 697.17 s [tree-diff] |
  3111. 697.17 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  3112. 697.17 s [tree-diff] | ^^^^^^^^
  3113. 697.17 s [tree-diff]
  3114. 697.17 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:52: warning: [GHC-68441] [-Wdeprecations]
  3115. 697.17 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3116. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3117. 697.17 s [tree-diff] |
  3118. 697.17 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  3119. 697.17 s [tree-diff] | ^^^^^^^^
  3120. 697.17 s [tree-diff]
  3121. 697.17 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:63: warning: [GHC-68441] [-Wdeprecations]
  3122. 697.17 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3123. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3124. 697.17 s [tree-diff] |
  3125. 697.17 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  3126. 697.17 s [tree-diff] | ^^^^^^^
  3127. 697.17 s [tree-diff]
  3128. 697.17 s [tree-diff] src/Data/TreeDiff/Pretty.hs:261:25: warning: [GHC-68441] [-Wdeprecations]
  3129. 697.17 s [tree-diff] In the use of type constructor or class ‘Doc’
  3130. 697.17 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3131. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3132. 697.17 s [tree-diff] |
  3133. 697.17 s [tree-diff] 261 | ansiWlBgExpr :: Expr -> WL.Doc
  3134. 697.17 s [tree-diff] | ^^^^^^
  3135. 697.17 s [tree-diff]
  3136. 697.17 s [tree-diff] src/Data/TreeDiff/Pretty.hs:265:38: warning: [GHC-68441] [-Wdeprecations]
  3137. 697.17 s [tree-diff] In the use of type constructor or class ‘Doc’
  3138. 697.17 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3139. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3140. 697.17 s [tree-diff] |
  3141. 697.17 s [tree-diff] 265 | ansiWlBgEditExpr :: Edit EditExpr -> WL.Doc
  3142. 697.17 s [tree-diff] | ^^^^^^
  3143. 697.17 s [tree-diff]
  3144. 697.17 s [tree-diff] src/Data/TreeDiff/Pretty.hs:269:45: warning: [GHC-68441] [-Wdeprecations]
  3145. 697.17 s [tree-diff] In the use of type constructor or class ‘Doc’
  3146. 697.17 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3147. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3148. 697.17 s [tree-diff] |
  3149. 697.17 s [tree-diff] 269 | ansiWlBgEditExprCompact :: Edit EditExpr -> WL.Doc
  3150. 697.17 s [tree-diff] | ^^^^^^
  3151. 697.17 s [tree-diff] [ 7 of 10] Compiling Data.TreeDiff ( src/Data/TreeDiff.hs, dist/build/Data/TreeDiff.p_o )
  3152. 697.17 s [tree-diff] [ 8 of 10] Compiling Data.TreeDiff.Golden ( src/Data/TreeDiff/Golden.hs, dist/build/Data/TreeDiff/Golden.p_o )
  3153. 697.17 s [tree-diff]
  3154. 697.17 s [tree-diff] src/Data/TreeDiff/Golden.hs:16:1: warning: [-Wdeprecations]
  3155. 697.17 s [tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
  3156. 697.17 s [tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
  3157. 697.17 s [tree-diff] |
  3158. 697.17 s [tree-diff] 16 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
  3159. 697.17 s [tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3160. 697.17 s [tree-diff]
  3161. 697.17 s [tree-diff] src/Data/TreeDiff/Golden.hs:77:67: warning: [GHC-68441] [-Wdeprecations]
  3162. 697.17 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3163. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3164. 697.17 s [tree-diff] |
  3165. 697.17 s [tree-diff] 77 | wrt expr = BS.writeFile fp $ TE.encodeUtf8 $ T.pack $ showWL (WL.plain (ansiWlExpr expr)) ++ "\n"
  3166. 697.17 s [tree-diff] | ^^^^^^^^
  3167. 697.17 s [tree-diff]
  3168. 697.17 s [tree-diff] src/Data/TreeDiff/Golden.hs:79:11: warning: [GHC-68441] [-Wdeprecations]
  3169. 697.17 s [tree-diff] In the use of type constructor or class ‘Doc’
  3170. 697.17 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3171. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3172. 697.17 s [tree-diff] |
  3173. 697.17 s [tree-diff] 79 | showWL :: WL.Doc -> String
  3174. 697.17 s [tree-diff] | ^^^^^^
  3175. 697.17 s [tree-diff]
  3176. 697.17 s [tree-diff] src/Data/TreeDiff/Golden.hs:80:14: warning: [GHC-68441] [-Wdeprecations]
  3177. 697.17 s [tree-diff] In the use of ‘displayS’
  3178. 697.17 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3179. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3180. 697.17 s [tree-diff] |
  3181. 697.17 s [tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
  3182. 697.17 s [tree-diff] | ^^^^^^^^^^^
  3183. 697.17 s [tree-diff]
  3184. 697.17 s [tree-diff] src/Data/TreeDiff/Golden.hs:80:27: warning: [GHC-68441] [-Wdeprecations]
  3185. 697.17 s [tree-diff] In the use of ‘renderSmart’
  3186. 697.17 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3187. 697.17 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3188. 697.17 s [tree-diff] |
  3189. 697.17 s [tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
  3190. 697.17 s [tree-diff] | ^^^^^^^^^^^^^^
  3191. 697.17 s [row-types] 96% (101 /105) in 'Data.Row.Records'
  3192. 697.17 s [row-types] Missing documentation for:
  3193. 697.17 s [row-types] FromNative (src/Data/Row/Records.hs:751)
  3194. 697.17 s [row-types] ToNative (src/Data/Row/Records.hs:781)
  3195. 697.17 s [row-types] ToNativeGeneral (src/Data/Row/Records.hs:811)
  3196. 697.17 s [row-types] NativeRow (src/Data/Row/Records.hs:720)
  3197. 697.27 s [tree-diff] [ 9 of 10] Compiling Data.TreeDiff.QuickCheck ( src/Data/TreeDiff/QuickCheck.hs, dist/build/Data/TreeDiff/QuickCheck.p_o )
  3198. 697.27 s [tree-diff] [10 of 10] Compiling Data.TreeDiff.Tree ( src/Data/TreeDiff/Tree.hs, dist/build/Data/TreeDiff/Tree.p_o )
  3199. 697.33 s [row-types]
  3200. 697.33 s [row-types] src/Data/Row/Records.hs:127:23: warning: [GHC-39567] [-Wstar-is-type]
  3201. 697.33 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3202. 697.33 s [row-types] relies on the StarIsType extension, which will become
  3203. 697.33 s [row-types] deprecated in the future.
  3204. 697.33 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3205. 697.33 s [row-types] |
  3206. 697.33 s [row-types] 127 | newtype Rec (r :: Row *) where
  3207. 697.33 s [row-types] | ^
  3208. 697.33 s [row-types]
  3209. 697.33 s [row-types] src/Data/Row/Records.hs:378:48: warning: [GHC-39567] [-Wstar-is-type]
  3210. 697.33 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3211. 697.33 s [row-types] relies on the StarIsType extension, which will become
  3212. 697.33 s [row-types] deprecated in the future.
  3213. 697.33 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3214. 697.33 s [row-types] |
  3215. 697.33 s [row-types] 378 | newtype RFMap (g :: k1 -> k2) (ϕ :: Row (k2 -> *)) (ρ :: Row k1) = RFMap { unRFMap :: Rec (Ap ϕ (Map g ρ)) }
  3216. 697.33 s [row-types] | ^
  3217. 697.33 s [row-types]
  3218. 697.33 s [row-types] src/Data/Row/Records.hs:379:31: warning: [GHC-39567] [-Wstar-is-type]
  3219. 697.33 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3220. 697.33 s [row-types] relies on the StarIsType extension, which will become
  3221. 697.33 s [row-types] deprecated in the future.
  3222. 697.33 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3223. 697.33 s [row-types] |
  3224. 697.33 s [row-types] 379 | newtype RecAp (ϕ :: Row (k -> *)) (ρ :: Row k) = RecAp (Rec (Ap ϕ ρ))
  3225. 697.33 s [row-types] | ^
  3226. 697.33 s [row-types]
  3227. 697.33 s [row-types] src/Data/Row/Records.hs:380:24: warning: [GHC-39567] [-Wstar-is-type]
  3228. 697.33 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3229. 697.33 s [row-types] relies on the StarIsType extension, which will become
  3230. 697.33 s [row-types] deprecated in the future.
  3231. 697.33 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3232. 697.33 s [row-types] |
  3233. 697.34 s [row-types] 380 | newtype App (f :: k -> *) (a :: k) = App (f a)
  3234. 697.34 s [row-types] | ^
  3235. 697.34 s [row-types]
  3236. 697.34 s [row-types] src/Data/Row/Records.hs:383:38: warning: [GHC-39567] [-Wstar-is-type]
  3237. 697.34 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3238. 697.34 s [row-types] relies on the StarIsType extension, which will become
  3239. 697.34 s [row-types] deprecated in the future.
  3240. 697.34 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3241. 697.34 s [row-types] |
  3242. 697.34 s [row-types] 383 | mapF :: forall k c g (ϕ :: Row (k -> *)) (ρ :: Row k). BiForall ϕ ρ c
  3243. 697.34 s [row-types] | ^
  3244. 697.34 s [row-types]
  3245. 697.34 s [row-types] src/Data/Row/Records.hs:574:29: warning: [GHC-39567] [-Wstar-is-type]
  3246. 697.34 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3247. 697.34 s [row-types] relies on the StarIsType extension, which will become
  3248. 697.34 s [row-types] deprecated in the future.
  3249. 697.34 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3250. 697.34 s [row-types] |
  3251. 697.34 s [row-types] 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2)
  3252. 697.34 s [row-types] | ^
  3253. 697.34 s [row-types]
  3254. 697.34 s [row-types] src/Data/Row/Records.hs:574:43: warning: [GHC-39567] [-Wstar-is-type]
  3255. 697.34 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3256. 697.34 s [row-types] relies on the StarIsType extension, which will become
  3257. 697.34 s [row-types] deprecated in the future.
  3258. 697.34 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3259. 697.34 s [row-types] |
  3260. 697.34 s [row-types] 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2)
  3261. 697.34 s [row-types] | ^
  3262. 697.34 s [row-types]
  3263. 697.34 s [row-types] src/Data/Row/Records.hs:575:29: warning: [GHC-39567] [-Wstar-is-type]
  3264. 697.34 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3265. 697.34 s [row-types] relies on the StarIsType extension, which will become
  3266. 697.34 s [row-types] deprecated in the future.
  3267. 697.34 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3268. 697.34 s [row-types] |
  3269. 697.34 s [row-types] 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
  3270. 697.34 s [row-types] | ^
  3271. 697.34 s [row-types]
  3272. 697.34 s [row-types] src/Data/Row/Records.hs:575:43: warning: [GHC-39567] [-Wstar-is-type]
  3273. 697.34 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3274. 697.35 s [row-types] relies on the StarIsType extension, which will become
  3275. 697.35 s [row-types] deprecated in the future.
  3276. 697.35 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3277. 697.35 s [row-types] |
  3278. 697.35 s [row-types] 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
  3279. 697.35 s [row-types] | ^
  3280. 697.35 s [row-types]
  3281. 697.35 s [row-types] src/Data/Row/Records.hs:667:25: warning: [GHC-39567] [-Wstar-is-type]
  3282. 697.35 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3283. 697.35 s [row-types] relies on the StarIsType extension, which will become
  3284. 697.35 s [row-types] deprecated in the future.
  3285. 697.35 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3286. 697.35 s [row-types] |
  3287. 697.35 s [row-types] 667 | type RepRec (r :: Row *) :: * -> *
  3288. 697.35 s [row-types] | ^
  3289. 697.35 s [row-types]
  3290. 697.35 s [row-types] src/Data/Row/Records.hs:667:31: warning: [GHC-39567] [-Wstar-is-type]
  3291. 697.35 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3292. 697.35 s [row-types] relies on the StarIsType extension, which will become
  3293. 697.35 s [row-types] deprecated in the future.
  3294. 697.35 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3295. 697.35 s [row-types] |
  3296. 697.35 s [row-types] 667 | type RepRec (r :: Row *) :: * -> *
  3297. 697.35 s [row-types] | ^
  3298. 697.35 s [row-types]
  3299. 697.35 s [row-types] src/Data/Row/Records.hs:667:36: warning: [GHC-39567] [-Wstar-is-type]
  3300. 697.35 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3301. 697.35 s [row-types] relies on the StarIsType extension, which will become
  3302. 697.35 s [row-types] deprecated in the future.
  3303. 697.35 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3304. 697.35 s [row-types] |
  3305. 697.35 s [row-types] 667 | type RepRec (r :: Row *) :: * -> *
  3306. 697.35 s [row-types] | ^
  3307. 697.38 s [path-io] Phase: setupCompilerEnvironmentPhase
  3308. 697.38 s [path-io] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  3309. 697.51 s [row-types] Warning: 'x' is out of scope.
  3310. 697.61 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3311. 697.61 s [row-types] Warning: 'y' is out of scope.
  3312. 697.61 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3313. 697.61 s [row-types] Warning: 'l' is out of scope.
  3314. 697.61 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3315. 697.61 s [row-types] Warning: 'l1' is out of scope.
  3316. 697.61 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3317. 697.61 s [row-types] Warning: 'l2' is out of scope.
  3318. 697.61 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3319. 697.61 s [row-types] Warning: 'Generic' is out of scope.
  3320. 697.61 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3321. 697.61 s [row-types] 95% ( 79 / 83) in 'Data.Row.Variants'
  3322. 697.61 s [row-types] Missing documentation for:
  3323. 697.61 s [row-types] ToNative (src/Data/Row/Variants.hs:680)
  3324. 697.61 s [row-types] FromNative (src/Data/Row/Variants.hs:709)
  3325. 697.61 s [row-types] FromNativeGeneral (src/Data/Row/Variants.hs:739)
  3326. 697.61 s [row-types] NativeRow (src/Data/Row/Variants.hs:647)
  3327. 697.69 s [path-io] Phase: unpackPhase
  3328. 697.69 s [path-io] unpacking source archive /nix/store/hxbsb4h9g0l9c74h5nmsizp0kry6lc6p-path-io-1.8.2.tar.gz
  3329. 697.70 s [path-io] source root is path-io-1.8.2
  3330. 697.71 s [path-io] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "path-io-1.8.2/tests/Main.hs"
  3331. 697.71 s [path-io] Phase: patchPhase
  3332. 697.72 s [path-io] Phase: compileBuildDriverPhase
  3333. 697.73 s [path-io] setupCompileFlags: -package-db=/build/tmp.pJFO4Wu6ie/setup-package.conf.d -threaded
  3334. 697.79 s [path-io] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.pJFO4Wu6ie/Main.o )
  3335. 697.90 s [row-types]
  3336. 697.90 s [path-io] [2 of 2] Linking Setup
  3337. 697.90 s [row-types] src/Data/Row/Variants.hs:102:20: warning: [GHC-39567] [-Wstar-is-type]
  3338. 697.90 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3339. 697.90 s [row-types] relies on the StarIsType extension, which will become
  3340. 697.90 s [row-types] deprecated in the future.
  3341. 697.90 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3342. 697.90 s [row-types] |
  3343. 697.90 s [row-types] 102 | data Var (r :: Row *) where
  3344. 697.90 s [row-types] | ^
  3345. 697.90 s [row-types]
  3346. 697.90 s [row-types] src/Data/Row/Variants.hs:475:37: warning: [GHC-39567] [-Wstar-is-type]
  3347. 697.90 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3348. 697.90 s [row-types] relies on the StarIsType extension, which will become
  3349. 697.90 s [row-types] deprecated in the future.
  3350. 697.90 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3351. 697.90 s [row-types] |
  3352. 697.90 s [row-types] 475 | newtype FlipApp (x :: k) (f :: k -> *) = FlipApp (f x)
  3353. 697.90 s [row-types] | ^
  3354. 697.90 s [row-types]
  3355. 697.90 s [row-types] src/Data/Row/Variants.hs:589:25: warning: [GHC-39567] [-Wstar-is-type]
  3356. 697.90 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3357. 697.90 s [row-types] relies on the StarIsType extension, which will become
  3358. 697.90 s [row-types] deprecated in the future.
  3359. 697.90 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3360. 697.90 s [row-types] |
  3361. 697.90 s [row-types] 589 | type RepVar (r :: Row *) :: * -> *
  3362. 697.90 s [row-types] | ^
  3363. 697.90 s [row-types]
  3364. 697.91 s [row-types] src/Data/Row/Variants.hs:589:31: warning: [GHC-39567] [-Wstar-is-type]
  3365. 697.91 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3366. 697.91 s [row-types] relies on the StarIsType extension, which will become
  3367. 697.91 s [row-types] deprecated in the future.
  3368. 697.91 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3369. 697.91 s [row-types] |
  3370. 697.91 s [row-types] 589 | type RepVar (r :: Row *) :: * -> *
  3371. 697.91 s [row-types] | ^
  3372. 697.91 s [row-types]
  3373. 697.91 s [row-types] src/Data/Row/Variants.hs:589:36: warning: [GHC-39567] [-Wstar-is-type]
  3374. 697.91 s [row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
  3375. 697.91 s [row-types] relies on the StarIsType extension, which will become
  3376. 697.91 s [row-types] deprecated in the future.
  3377. 697.91 s [row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
  3378. 697.91 s [row-types] |
  3379. 697.91 s [row-types] 589 | type RepVar (r :: Row *) :: * -> *
  3380. 697.91 s [row-types] | ^
  3381. 697.93 s [row-types] Warning: 'Const' is out of scope.
  3382. 697.93 s [row-types] If you qualify the identifier, haddock can try to link it anyway.
  3383. 697.93 s [row-types] 100% ( 4 / 4) in 'Data.Row.Switch'
  3384. 697.94 s [row-types] Warning: 'focus' is ambiguous. It is defined
  3385. 697.94 s [row-types] * at src/Data/Row/Variants.hs:175:1
  3386. 697.94 s [row-types] * at src/Data/Row/Records.hs:210:1
  3387. 697.94 s [row-types] You may be able to disambiguate the identifier by qualifying it or
  3388. 697.94 s [row-types] by specifying the type/value namespace explicitly.
  3389. 697.94 s [row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:175:1
  3390. 697.94 s [row-types] Warning: 'update' is ambiguous. It is defined
  3391. 697.94 s [row-types] * at src/Data/Row/Variants.hs:161:1
  3392. 697.94 s [row-types] * at src/Data/Row/Records.hs:199:1
  3393. 697.94 s [row-types] You may be able to disambiguate the identifier by qualifying it or
  3394. 697.94 s [row-types] by specifying the type/value namespace explicitly.
  3395. 697.94 s [row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:161:1
  3396. 697.94 s [row-types] Warning: 'fromLabels' is ambiguous. It is defined
  3397. 697.94 s [row-types] * at src/Data/Row/Variants.hs:451:1
  3398. 697.94 s [row-types] * at src/Data/Row/Records.hs:605:1
  3399. 697.94 s [row-types] You may be able to disambiguate the identifier by qualifying it or
  3400. 697.94 s [row-types] by specifying the type/value namespace explicitly.
  3401. 697.94 s [row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:451:1
  3402. 697.94 s [row-types] Warning: 'map' is ambiguous. It is defined
  3403. 697.94 s [row-types] * in ‘GHC.Base’
  3404. 697.94 s [row-types] * at src/Data/Row/Records.hs:367:1
  3405. 697.94 s [row-types] * at src/Data/Row/Variants.hs:289:1
  3406. 697.94 s [row-types] You may be able to disambiguate the identifier by qualifying it or
  3407. 697.94 s [row-types] by specifying the type/value namespace explicitly.
  3408. 697.94 s [row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:289:1
  3409. 697.94 s [row-types] Warning: 'sequence' is ambiguous. It is defined
  3410. 697.94 s [row-types] * in ‘Data.Traversable’
  3411. 697.94 s [row-types] * at src/Data/Row/Records.hs:480:1
  3412. 697.94 s [row-types] * at src/Data/Row/Variants.hs:361:1
  3413. 697.94 s [row-types] You may be able to disambiguate the identifier by qualifying it or
  3414. 697.94 s [row-types] by specifying the type/value namespace explicitly.
  3415. 697.94 s [row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:361:1
  3416. 697.94 s [row-types] Warning: 'zip' is ambiguous. It is defined
  3417. 697.94 s [row-types] * in ‘GHC.List’
  3418. 697.94 s [row-types] * at src/Data/Row/Records.hs:579:1
  3419. 697.94 s [row-types] You may be able to disambiguate the identifier by qualifying it or
  3420. 697.94 s [row-types] by specifying the type/value namespace explicitly.
  3421. 697.94 s [row-types] Defaulting to the one defined at src/Data/Row/Records.hs:579:1
  3422. 697.94 s [row-types] 100% ( 52 / 52) in 'Data.Row'
  3423. 698.13 s [row-types] Warning: Data.Row.Internal: could not find link destinations for:
  3424. 698.13 s [row-types] - Data.Row.Internal.Diff
  3425. 698.13 s [row-types] - Data.Row.Internal.ConstUnionR
  3426. 698.13 s [row-types] - Data.Row.Internal.MinJoinR
  3427. 698.13 s [row-types] - Data.Row.Internal.Merge
  3428. 698.13 s [row-types] - Data.Row.Internal.LacksR
  3429. 698.13 s [row-types] - Data.Row.Internal.Remove
  3430. 698.13 s [row-types] - Data.Row.Internal.Get
  3431. 698.13 s [row-types] - Data.Row.Internal.ModifyR
  3432. 698.13 s [row-types] - Data.Row.Internal.Inject
  3433. 698.13 s [row-types] - Data.Row.Internal.ZipR
  3434. 698.13 s [row-types] - Data.Row.Internal.ApSingleR
  3435. 698.13 s [row-types] - Data.Row.Internal.ApR
  3436. 698.13 s [row-types] - Data.Row.Internal.MapR
  3437. 698.13 s [row-types] - Data.Row.Internal.AllUniqueLabelsR
  3438. 698.15 s [row-types] Warning: Data.Row.Records: could not find link destinations for:
  3439. 698.15 s [row-types] - Data.Row.Internal.ConstUnionR
  3440. 698.15 s [row-types] - Data.Row.Internal.Merge
  3441. 698.15 s [row-types] - Data.Row.Internal.LacksR
  3442. 698.15 s [row-types] - Data.Row.Internal.Remove
  3443. 698.15 s [row-types] - Data.Row.Internal.Get
  3444. 698.15 s [row-types] - Data.Row.Internal.ModifyR
  3445. 698.15 s [row-types] - Data.Row.Internal.Inject
  3446. 698.15 s [row-types] - Data.Row.Internal.ZipR
  3447. 698.15 s [row-types] - Data.Row.Internal.MapR
  3448. 698.15 s [row-types] - Data.Row.Internal.AllUniqueLabelsR
  3449. 698.15 s [row-types] - Data.Row.Records.ToNativeGeneralG
  3450. 698.15 s [row-types] - Data.Row.Records.ToNativeG
  3451. 698.15 s [row-types] - Data.Row.Records.FromNativeG
  3452. 698.15 s [row-types] - Data.Row.Records.NativeRowG
  3453. 698.15 s [row-types] - Data.Row.Records.GenericRec
  3454. 698.16 s [row-types] Warning: Data.Row.Variants: could not find link destinations for:
  3455. 698.16 s [row-types] - Data.Row.Internal.Diff
  3456. 698.16 s [row-types] - Data.Row.Internal.MinJoinR
  3457. 698.16 s [row-types] - Data.Row.Internal.Merge
  3458. 698.16 s [row-types] - Data.Row.Internal.LacksR
  3459. 698.16 s [row-types] - Data.Row.Internal.Remove
  3460. 698.16 s [row-types] - Data.Row.Internal.Get
  3461. 698.16 s [row-types] - Data.Row.Internal.ModifyR
  3462. 698.16 s [row-types] - Data.Row.Internal.MapR
  3463. 698.16 s [row-types] - Data.Row.Internal.AllUniqueLabelsR
  3464. 698.16 s [row-types] - Data.Row.Variants.FromNativeGeneralG
  3465. 698.16 s [row-types] - Data.Row.Variants.FromNativeG
  3466. 698.16 s [row-types] - Data.Row.Variants.ToNativeG
  3467. 698.16 s [row-types] - Data.Row.Variants.NativeRowG
  3468. 698.16 s [row-types] - Data.Row.Variants.GenericVar
  3469. 698.17 s [row-types] Warning: Data.Row: could not find link destinations for:
  3470. 698.17 s [row-types] - Data.Row.Internal.Diff
  3471. 698.17 s [row-types] - Data.Row.Internal.ConstUnionR
  3472. 698.17 s [row-types] - Data.Row.Internal.MinJoinR
  3473. 698.17 s [row-types] - Data.Row.Internal.Merge
  3474. 698.17 s [row-types] - Data.Row.Internal.LacksR
  3475. 698.17 s [row-types] - Data.Row.Internal.Remove
  3476. 698.17 s [row-types] - Data.Row.Internal.Get
  3477. 698.17 s [row-types] - Data.Row.Internal.AllUniqueLabelsR
  3478. 698.17 s [row-types] - Data.Row.Records.GenericRec
  3479. 698.17 s [row-types] - Data.Row.Variants.GenericVar
  3480. 699.22 s [hw-fingertree] [2 of 4] Compiling HaskellWorks.Data.IntervalMap.FingerTree ( src/HaskellWorks/Data/IntervalMap/FingerTree.hs, dist/build/HaskellWorks/Data/IntervalMap/FingerTree.o, dist/build/HaskellWorks/Data/IntervalMap/FingerTree.dyn_o )
  3481. 699.48 s [path-io] Phase: updateAutotoolsGnuConfigScriptsPhase
  3482. 699.55 s [path-io] Phase: configurePhase
  3483. 699.60 s [path-io] configureFlags: --verbose --prefix=/nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc/share/doc/path-io-1.8.2 --with-gcc=gcc --package-db=/build/tmp.pJFO4Wu6ie/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
  3484. 699.61 s [path-io] Using Parsec parser
  3485. 699.61 s [path-io] Configuring path-io-1.8.2...
  3486. 699.76 s [hw-fingertree] [3 of 4] Compiling HaskellWorks.Data.PriorityQueue.FingerTree ( src/HaskellWorks/Data/PriorityQueue/FingerTree.hs, dist/build/HaskellWorks/Data/PriorityQueue/FingerTree.o, dist/build/HaskellWorks/Data/PriorityQueue/FingerTree.dyn_o )
  3487. 699.76 s [hw-fingertree] [4 of 4] Compiling Paths_hw_fingertree ( dist/build/autogen/Paths_hw_fingertree.hs, dist/build/Paths_hw_fingertree.o, dist/build/Paths_hw_fingertree.dyn_o )
  3488. 699.77 s [tree-diff] Preprocessing test suite 'tree-diff-test' for tree-diff-0.3.4..
  3489. 699.77 s [tree-diff] Building test suite 'tree-diff-test' for tree-diff-0.3.4..
  3490. 699.87 s [tree-diff] [1 of 2] Compiling RefDiffBy ( src-diff/RefDiffBy.hs, dist/build/tree-diff-test/tree-diff-test-tmp/RefDiffBy.o )
  3491. 700.03 s [path-io] Flags chosen: dev=False
  3492. 700.03 s [path-io] Dependency base >=4.15 && <5: using base-4.18.1.0
  3493. 700.03 s [path-io] Dependency containers: using containers-0.6.7
  3494. 700.03 s [path-io] Dependency directory >=1.3.2.0 && <1.4: using directory-1.3.8.1
  3495. 700.03 s [path-io] Dependency dlist >=0.8 && <2: using dlist-1.0
  3496. 700.03 s [path-io] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.7
  3497. 700.03 s [path-io] Dependency filepath >=1.2 && <1.6: using filepath-1.4.100.4
  3498. 700.03 s [path-io] Dependency path >=0.7.1 && <0.10: using path-0.9.5
  3499. 700.03 s [path-io] Dependency temporary >=1.1 && <1.4: using temporary-1.3
  3500. 700.03 s [path-io] Dependency time >=1.4 && <1.15: using time-1.12.2
  3501. 700.03 s [path-io] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
  3502. 700.03 s [path-io] Dependency unix-compat: using unix-compat-0.7.4
  3503. 700.03 s [path-io] Dependency base >=4.15 && <5: using base-4.18.1.0
  3504. 700.03 s [path-io] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.7
  3505. 700.03 s [path-io] Dependency hspec >=2 && <3: using hspec-2.11.12
  3506. 700.03 s [path-io] Dependency path >=0.7.1 && <0.10: using path-0.9.5
  3507. 700.03 s [path-io] Dependency path-io: using path-io-1.8.2
  3508. 700.03 s [path-io] Dependency unix-compat: using unix-compat-0.7.4
  3509. 700.07 s [tree-diff] [2 of 2] Compiling Main ( tests/Tests.hs, dist/build/tree-diff-test/tree-diff-test-tmp/Main.o )
  3510. 700.16 s [hw-fingertree] [1 of 4] Compiling HaskellWorks.Data.FingerTree ( src/HaskellWorks/Data/FingerTree.hs, dist/build/HaskellWorks/Data/FingerTree.p_o )
  3511. 700.37 s [path-io] Source component graph:
  3512. 700.37 s [path-io] component lib
  3513. 700.37 s [path-io] component test:tests dependency lib
  3514. 700.37 s [path-io] Configured component graph:
  3515. 700.37 s [path-io] component path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  3516. 700.37 s [path-io] include base-4.18.1.0
  3517. 700.37 s [path-io] include containers-0.6.7
  3518. 700.37 s [path-io] include directory-1.3.8.1
  3519. 700.37 s [path-io] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  3520. 700.37 s [path-io] include exceptions-0.10.7
  3521. 700.37 s [path-io] include filepath-1.4.100.4
  3522. 700.37 s [path-io] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  3523. 700.37 s [path-io] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  3524. 700.37 s [path-io] include time-1.12.2
  3525. 700.37 s [path-io] include transformers-0.6.1.0
  3526. 700.37 s [path-io] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  3527. 700.37 s [path-io] component path-io-1.8.2-BDrH6eq2RpgDxREL4dxfkP-tests
  3528. 700.37 s [path-io] include base-4.18.1.0
  3529. 700.37 s [path-io] include exceptions-0.10.7
  3530. 700.37 s [path-io] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  3531. 700.37 s [path-io] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  3532. 700.37 s [path-io] include path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  3533. 700.37 s [path-io] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  3534. 700.37 s [path-io] Linked component graph:
  3535. 700.37 s [path-io] unit path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  3536. 700.37 s [path-io] include base-4.18.1.0
  3537. 700.37 s [path-io] include containers-0.6.7
  3538. 700.37 s [path-io] include directory-1.3.8.1
  3539. 700.37 s [path-io] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  3540. 700.37 s [path-io] include exceptions-0.10.7
  3541. 700.37 s [path-io] include filepath-1.4.100.4
  3542. 700.37 s [path-io] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  3543. 700.37 s [path-io] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  3544. 700.37 s [path-io] include time-1.12.2
  3545. 700.37 s [path-io] include transformers-0.6.1.0
  3546. 700.37 s [path-io] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  3547. 700.37 s [path-io] Path.IO=path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u:Path.IO
  3548. 700.38 s [path-io] unit path-io-1.8.2-BDrH6eq2RpgDxREL4dxfkP-tests
  3549. 700.38 s [path-io] include base-4.18.1.0
  3550. 700.38 s [path-io] include exceptions-0.10.7
  3551. 700.38 s [path-io] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  3552. 700.38 s [path-io] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  3553. 700.38 s [path-io] include path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  3554. 700.38 s [path-io] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  3555. 700.38 s [path-io] Ready component graph:
  3556. 700.38 s [path-io] definite path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  3557. 700.38 s [path-io] depends base-4.18.1.0
  3558. 700.38 s [path-io] depends containers-0.6.7
  3559. 700.38 s [path-io] depends directory-1.3.8.1
  3560. 700.38 s [path-io] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  3561. 700.38 s [path-io] depends exceptions-0.10.7
  3562. 700.38 s [path-io] depends filepath-1.4.100.4
  3563. 700.38 s [path-io] depends path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  3564. 700.38 s [path-io] depends temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  3565. 700.38 s [path-io] depends time-1.12.2
  3566. 700.38 s [path-io] depends transformers-0.6.1.0
  3567. 700.38 s [path-io] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  3568. 700.38 s [path-io] definite path-io-1.8.2-BDrH6eq2RpgDxREL4dxfkP-tests
  3569. 700.38 s [path-io] depends base-4.18.1.0
  3570. 700.38 s [path-io] depends exceptions-0.10.7
  3571. 700.38 s [path-io] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  3572. 700.38 s [path-io] depends path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  3573. 700.38 s [path-io] depends path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  3574. 700.38 s [path-io] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  3575. 700.38 s [path-io] Using Cabal-3.10.1.0 compiled by ghc-9.6
  3576. 700.38 s [path-io] Using compiler: ghc-9.6.3
  3577. 700.38 s [path-io] Using install prefix:
  3578. 700.38 s [path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
  3579. 700.38 s [path-io] Executables installed in:
  3580. 700.38 s [path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/bin
  3581. 700.38 s [path-io] Libraries installed in:
  3582. 700.38 s [path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  3583. 700.38 s [path-io] Dynamic Libraries installed in:
  3584. 700.38 s [path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  3585. 700.38 s [path-io] Private executables installed in:
  3586. 700.38 s [path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/libexec/x86_64-linux-ghc-9.6.3/path-io-1.8.2
  3587. 700.38 s [path-io] Data files installed in:
  3588. 700.38 s [path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/share/x86_64-linux-ghc-9.6.3/path-io-1.8.2
  3589. 700.38 s [path-io] Documentation installed in:
  3590. 700.38 s [path-io] /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc/share/doc/path-io-1.8.2
  3591. 700.38 s [path-io] Configuration files installed in:
  3592. 700.38 s [path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/etc
  3593. 700.38 s [path-io] No alex found
  3594. 700.38 s [path-io] Using ar found on system at:
  3595. 700.38 s [path-io] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  3596. 700.38 s [path-io] No c2hs found
  3597. 700.38 s [path-io] No cpphs found
  3598. 700.38 s [path-io] No doctest found
  3599. 700.38 s [path-io] Using gcc version 14.3.0 given by user at:
  3600. 700.38 s [path-io] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  3601. 700.38 s [path-io] Using ghc version 9.6.3 found on system at:
  3602. 700.38 s [path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  3603. 700.38 s [path-io] Using ghc-pkg version 9.6.3 found on system at:
  3604. 700.38 s [path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  3605. 700.38 s [path-io] No ghcjs found
  3606. 700.38 s [path-io] No ghcjs-pkg found
  3607. 700.38 s [path-io] No greencard found
  3608. 700.38 s [path-io] Using haddock version 2.29.1 found on system at:
  3609. 700.38 s [path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  3610. 700.38 s [path-io] No happy found
  3611. 700.38 s [path-io] Using haskell-suite found on system at: haskell-suite-dummy-location
  3612. 700.38 s [path-io] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  3613. 700.38 s [path-io] No hmake found
  3614. 700.38 s [path-io] Using hpc version 0.68 found on system at:
  3615. 700.38 s [path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  3616. 700.38 s [path-io] Using hsc2hs version 0.68.9 found on system at:
  3617. 700.38 s [path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  3618. 700.38 s [path-io] Using hscolour version 1.25 found on system at:
  3619. 700.38 s [path-io] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  3620. 700.38 s [path-io] No jhc found
  3621. 700.38 s [path-io] Using ld found on system at:
  3622. 700.38 s [path-io] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  3623. 700.38 s [path-io] No pkg-config found
  3624. 700.38 s [path-io] Using runghc version 9.6.3 found on system at:
  3625. 700.38 s [path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  3626. 700.38 s [path-io] Using strip version 2.44 found on system at:
  3627. 700.38 s [path-io] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  3628. 700.38 s [path-io] Using tar found on system at:
  3629. 700.38 s [path-io] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  3630. 700.38 s [path-io] No uhc found
  3631. 700.43 s [tree-diff]
  3632. 700.44 s [tree-diff] tests/Tests.hs:16:1: warning: [-Wdeprecations]
  3633. 700.44 s [tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
  3634. 700.44 s [tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
  3635. 700.44 s [tree-diff] |
  3636. 700.44 s [tree-diff] 16 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
  3637. 700.44 s [tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3638. 700.44 s [tree-diff]
  3639. 700.44 s [tree-diff] tests/Tests.hs:76:17: warning: [GHC-68441] [-Wdeprecations]
  3640. 700.44 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3641. 700.44 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3642. 700.44 s [tree-diff] |
  3643. 700.44 s [tree-diff] 76 | doc = show (WL.plain (ansiWlExpr e))
  3644. 700.44 s [tree-diff] | ^^^^^^^^
  3645. 700.54 s [path-io] Phase: buildPhase
  3646. 700.62 s [path-io] Preprocessing library for path-io-1.8.2..
  3647. 700.62 s [path-io] Building library for path-io-1.8.2..
  3648. 700.69 s [path-io] [1 of 1] Compiling Path.IO ( Path/IO.hs, dist/build/Path/IO.o, dist/build/Path/IO.dyn_o )
  3649. 701.89 s [tree-diff] [3 of 3] Linking dist/build/tree-diff-test/tree-diff-test
  3650. 702.42 s [row-types] Documentation created: dist/doc/html/row-types/index.html,
  3651. 702.42 s [row-types] dist/doc/html/row-types/row-types.txt
  3652. 702.51 s [row-types] Preprocessing test suite 'test' for row-types-1.0.1.2..
  3653. 702.55 s [row-types] haddockPhase completed in 46 seconds
  3654. 702.55 s [row-types] Phase: installPhase
  3655. 702.65 s [row-types] Installing library in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  3656. 703.10 s [row-types] Phase: fixupPhase
  3657. 703.12 s [row-types] shrinking RPATHs of ELF executables and libraries in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2
  3658. 703.13 s [row-types] shrinking /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSrow-types-1.0.1.2-75SF0gInexG1yTK5KTREk6-ghc9.6.3.so
  3659. 703.14 s [row-types] checking for references to /build/ in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2...
  3660. 703.16 s [row-types] patching script interpreter paths in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2
  3661. 703.17 s [row-types] stripping (with command strip and flags -S -p) in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2/lib
  3662. 703.19 s [hw-fingertree] [2 of 4] Compiling HaskellWorks.Data.IntervalMap.FingerTree ( src/HaskellWorks/Data/IntervalMap/FingerTree.hs, dist/build/HaskellWorks/Data/IntervalMap/FingerTree.p_o )
  3663. 703.30 s [row-types] shrinking RPATHs of ELF executables and libraries in /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc
  3664. 703.31 s [row-types] checking for references to /build/ in /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc...
  3665. 703.33 s [row-types] patching script interpreter paths in /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc
  3666. 703.53 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2
  3667. 704.10 s [post-build-hook] Pushing 2 paths (106 are already present) using zstd to cache sellout ⏳
  3668. 704.10 s [post-build-hook]
  3669. 704.43 s [post-build-hook] Pushing /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc (3.27 MiB)
  3670. 704.49 s [post-build-hook] Pushing /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2 (4.98 MiB)
  3671. 705.56 s [post-build-hook]
  3672. 705.56 s [post-build-hook] All done.
  3673. 705.59 s [post-build-hook] Uploading to the NixCI cache: /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2
  3674. 705.66 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3675. 705.84 s [post-build-hook] copying 2 paths...
  3676. 705.84 s [post-build-hook] copying path '/nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc' to 'https://cache.nix-ci.com'...
  3677. 706.48 s [post-build-hook] copying path '/nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2' to 'https://cache.nix-ci.com'...
  3678. 708.13 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  3679. 708.36 s [post-build-hook] copying 1 paths...
  3680. 708.38 s [post-build-hook] copying path '/nix/store/8zvrq92852a6r0hj1hp03cazl8f5lndf-row-types-1.0.1.2.drv' to 'https://cache.nix-ci.com'...
  3681. 708.54 s Progress: 38 of 72 built (4 building), 335 of 335 downloaded from cache
  3682. 708.63 s Building lsp-types
  3683. 708.63 s [hw-fingertree] [3 of 4] Compiling HaskellWorks.Data.PriorityQueue.FingerTree ( src/HaskellWorks/Data/PriorityQueue/FingerTree.hs, dist/build/HaskellWorks/Data/PriorityQueue/FingerTree.p_o )
  3684. 708.63 s [hw-fingertree] [4 of 4] Compiling Paths_hw_fingertree ( dist/build/autogen/Paths_hw_fingertree.hs, dist/build/Paths_hw_fingertree.p_o )
  3685. 708.63 s [hw-fingertree] Preprocessing test suite 'hw-fingertree-tests' for hw-fingertree-0.1.2.1..
  3686. 708.63 s [hw-fingertree] Building test suite 'hw-fingertree-tests' for hw-fingertree-0.1.2.1..
  3687. 708.63 s [hw-fingertree] [1 of 3] Compiling HaskellWorks.Data.FingerTree.Gen ( tests/HaskellWorks/Data/FingerTree/Gen.hs, dist/build/hw-fingertree-tests/hw-fingertree-tests-tmp/HaskellWorks/Data/FingerTree/Gen.o )
  3688. 708.63 s [hw-fingertree] [2 of 3] Compiling HaskellWorks.Data.FingerTreeSpec ( tests/HaskellWorks/Data/FingerTreeSpec.hs, dist/build/hw-fingertree-tests/hw-fingertree-tests-tmp/HaskellWorks/Data/FingerTreeSpec.o )
  3689. 708.63 s [path-io] [1 of 1] Compiling Path.IO ( Path/IO.hs, dist/build/Path/IO.p_o )
  3690. 708.63 s [tree-diff] buildPhase completed in 1 minutes 57 seconds
  3691. 708.63 s [tree-diff] Phase: checkPhase
  3692. 708.63 s [tree-diff] Running 1 test suites...
  3693. 708.63 s [tree-diff] Test suite tree-diff-test: RUNNING...
  3694. 708.63 s [tree-diff] tests
  3695. 708.63 s [tree-diff] trifecta-pretty roundtrip: OK (3.54s)
  3696. 708.63 s [tree-diff] +++ OK, passed 100 tests.
  3697. 708.63 s [tree-diff] diffBy example1: OK
  3698. 708.63 s [tree-diff] +++ OK, passed 1 test.
  3699. 708.63 s [tree-diff] diffBy model: OK (0.01s)
  3700. 708.63 s [tree-diff] +++ OK, passed 100 tests.
  3701. 708.63 s [tree-diff] Golden
  3702. 708.63 s [tree-diff] exFoo: OK
  3703. 708.63 s [tree-diff] MyInt1: OK
  3704. 708.63 s [tree-diff] MyInt2: OK
  3705. 708.63 s [tree-diff] MyInt3: OK
  3706. 708.63 s [tree-diff] Positional: OK
  3707. 708.63 s [tree-diff] HashSet: OK
  3708. 708.63 s [tree-diff] Golden file did not exist; created
  3709. 708.63 s [tree-diff]
  3710. 708.63 s [tree-diff] All 9 tests passed (3.56s)
  3711. 708.63 s [tree-diff] Test suite tree-diff-test: PASS
  3712. 708.63 s [tree-diff] Test suite logged to: dist/test/tree-diff-0.3.4-tree-diff-test.log
  3713. 708.63 s [tree-diff] 1 of 1 test suites (1 of 1 test cases) passed.
  3714. 708.63 s [tree-diff] Phase: haddockPhase
  3715. 708.63 s [tree-diff] Preprocessing library for tree-diff-0.3.4..
  3716. 708.63 s [tree-diff] Running Haddock on library for tree-diff-0.3.4..
  3717. 708.63 s [tree-diff] Warning: The documentation for the following packages are not installed. No
  3718. 708.63 s [tree-diff] links will be generated to these packages: attoparsec-0.14.4,
  3719. 708.63 s [tree-diff] attoparsec-0.14.4, vector-0.13.2.0
  3720. 708.63 s [tree-diff] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  3721. 708.63 s [tree-diff] 100% ( 3 / 3) in 'Data.TreeDiff.List'
  3722. 708.63 s [tree-diff] 90% ( 10 / 11) in 'Data.TreeDiff.OMap'
  3723. 708.63 s [tree-diff] Missing documentation for:
  3724. 708.63 s [tree-diff] OMap (src/Data/TreeDiff/OMap.hs:33)
  3725. 708.63 s [tree-diff] Warning: 'Tree' is out of scope.
  3726. 708.63 s [tree-diff] If you qualify the identifier, haddock can try to link it anyway.
  3727. 708.63 s [tree-diff] Warning: 'ediff' is out of scope.
  3728. 708.63 s [tree-diff] If you qualify the identifier, haddock can try to link it anyway.
  3729. 708.63 s [tree-diff] 100% ( 8 / 8) in 'Data.TreeDiff.Expr'
  3730. 708.72 s [tree-diff] 87% ( 7 / 8) in 'Data.TreeDiff.Class'
  3731. 708.72 s [tree-diff] Missing documentation for:
  3732. 708.72 s [tree-diff] GToExpr (src/Data/TreeDiff/Class.hs:178)
  3733. 709.11 s [tree-diff] 100% ( 2 / 2) in 'Data.TreeDiff.Parser'
  3734. 709.13 s [lsp-types] Phase: setupCompilerEnvironmentPhase
  3735. 709.14 s [lsp-types] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  3736. 709.22 s [tree-diff] 100% ( 23 / 23) in 'Data.TreeDiff.Pretty'
  3737. 709.25 s [tree-diff]
  3738. 709.25 s [tree-diff] src/Data/TreeDiff/Pretty.hs:35:1: warning: [-Wdeprecations]
  3739. 709.25 s [tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
  3740. 709.25 s [tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
  3741. 709.25 s [tree-diff] |
  3742. 709.25 s [tree-diff] 35 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
  3743. 709.25 s [tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3744. 709.25 s [tree-diff]
  3745. 709.25 s [tree-diff] src/Data/TreeDiff/Pretty.hs:219:24: warning: [GHC-68441] [-Wdeprecations]
  3746. 709.25 s [tree-diff] In the use of type constructor or class ‘Doc’
  3747. 709.25 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3748. 709.25 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3749. 709.25 s [tree-diff] |
  3750. 709.25 s [tree-diff] 219 | ansiWlPretty :: Pretty WL.Doc
  3751. 709.25 s [tree-diff] | ^^^^^^
  3752. 709.25 s [tree-diff]
  3753. 709.25 s [tree-diff] src/Data/TreeDiff/Pretty.hs:221:18: warning: [GHC-68441] [-Wdeprecations]
  3754. 709.25 s [tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3755. 709.26 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3756. 709.26 s [tree-diff] |
  3757. 709.26 s [tree-diff] 221 | { ppCon = WL.text
  3758. 709.26 s [tree-diff] | ^^^^^^^
  3759. 709.26 s [tree-diff]
  3760. 709.26 s [tree-diff] src/Data/TreeDiff/Pretty.hs:222:40: warning: [GHC-68441] [-Wdeprecations]
  3761. 709.26 s [tree-diff] In the use of ‘<+>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3762. 709.26 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3763. 709.26 s [tree-diff] |
  3764. 709.26 s [tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
  3765. 709.26 s [tree-diff] | ^^^^^^
  3766. 709.26 s [tree-diff]
  3767. 709.26 s [tree-diff] src/Data/TreeDiff/Pretty.hs:222:47: warning: [GHC-68441] [-Wdeprecations]
  3768. 709.26 s [tree-diff] In the use of ‘lbrace’
  3769. 709.26 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3770. 709.26 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3771. 709.26 s [tree-diff] |
  3772. 709.26 s [tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
  3773. 709.26 s [tree-diff] | ^^^^^^^^^
  3774. 709.26 s [tree-diff]
  3775. 709.26 s [tree-diff] src/Data/TreeDiff/Pretty.hs:222:58: warning: [GHC-68441] [-Wdeprecations]
  3776. 709.26 s [tree-diff] In the use of ‘rbrace’
  3777. 709.26 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3778. 709.26 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3779. 709.26 s [tree-diff] |
  3780. 709.26 s [tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
  3781. 709.26 s [tree-diff] | ^^^^^^^^^
  3782. 709.26 s [tree-diff]
  3783. 709.27 s [tree-diff] src/Data/TreeDiff/Pretty.hs:223:35: warning: [GHC-68441] [-Wdeprecations]
  3784. 709.27 s [tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3785. 709.27 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3786. 709.27 s [tree-diff] |
  3787. 709.27 s [tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
  3788. 709.27 s [tree-diff] | ^^^^^^^
  3789. 709.27 s [tree-diff]
  3790. 709.27 s [tree-diff] src/Data/TreeDiff/Pretty.hs:223:46: warning: [GHC-68441] [-Wdeprecations]
  3791. 709.27 s [tree-diff] In the use of ‘<+>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3792. 709.27 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3793. 709.27 s [tree-diff] |
  3794. 709.27 s [tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
  3795. 709.27 s [tree-diff] | ^^^^^^
  3796. 709.27 s [tree-diff]
  3797. 709.27 s [tree-diff] src/Data/TreeDiff/Pretty.hs:223:53: warning: [GHC-68441] [-Wdeprecations]
  3798. 709.27 s [tree-diff] In the use of ‘equals’
  3799. 709.27 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3800. 709.27 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3801. 709.27 s [tree-diff] |
  3802. 709.27 s [tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
  3803. 709.27 s [tree-diff] | ^^^^^^^^^
  3804. 709.27 s [tree-diff]
  3805. 709.28 s [tree-diff] src/Data/TreeDiff/Pretty.hs:223:63: warning: [GHC-68441] [-Wdeprecations]
  3806. 709.28 s [tree-diff] In the use of ‘</>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3807. 709.28 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3808. 709.28 s [tree-diff] |
  3809. 709.28 s [tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
  3810. 709.28 s [tree-diff] | ^^^^^^
  3811. 709.28 s [tree-diff]
  3812. 709.28 s [tree-diff] src/Data/TreeDiff/Pretty.hs:224:28: warning: [GHC-68441] [-Wdeprecations]
  3813. 709.28 s [tree-diff] In the use of ‘lbracket’
  3814. 709.28 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3815. 709.28 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3816. 709.28 s [tree-diff] |
  3817. 709.28 s [tree-diff] 224 | , ppLst = ansiGroup WL.lbracket WL.rbracket
  3818. 709.28 s [tree-diff] | ^^^^^^^^^^^
  3819. 709.28 s [tree-diff]
  3820. 709.28 s [tree-diff] src/Data/TreeDiff/Pretty.hs:224:40: warning: [GHC-68441] [-Wdeprecations]
  3821. 709.28 s [tree-diff] In the use of ‘rbracket’
  3822. 709.28 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3823. 709.28 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3824. 709.28 s [tree-diff] |
  3825. 709.28 s [tree-diff] 224 | , ppLst = ansiGroup WL.lbracket WL.rbracket
  3826. 709.28 s [tree-diff] | ^^^^^^^^^^^
  3827. 709.28 s [tree-diff]
  3828. 709.28 s [tree-diff] src/Data/TreeDiff/Pretty.hs:225:18: warning: [GHC-68441] [-Wdeprecations]
  3829. 709.28 s [tree-diff] In the use of ‘dullwhite’
  3830. 709.28 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3831. 709.29 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3832. 709.29 s [tree-diff] |
  3833. 709.29 s [tree-diff] 225 | , ppCpy = WL.dullwhite
  3834. 709.29 s [tree-diff] | ^^^^^^^^^^^^
  3835. 709.29 s [tree-diff]
  3836. 709.29 s [tree-diff] src/Data/TreeDiff/Pretty.hs:226:24: warning: [GHC-68441] [-Wdeprecations]
  3837. 709.29 s [tree-diff] In the use of ‘green’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3838. 709.29 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3839. 709.29 s [tree-diff] |
  3840. 709.29 s [tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
  3841. 709.29 s [tree-diff] | ^^^^^^^^
  3842. 709.29 s [tree-diff]
  3843. 709.29 s [tree-diff] src/Data/TreeDiff/Pretty.hs:226:35: warning: [GHC-68441] [-Wdeprecations]
  3844. 709.29 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3845. 709.29 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3846. 709.29 s [tree-diff] |
  3847. 709.29 s [tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
  3848. 709.29 s [hw-fingertree] [3 of 3] Compiling Main ( tests/Spec.hs, dist/build/hw-fingertree-tests/hw-fingertree-tests-tmp/Main.o )
  3849. 709.29 s [tree-diff] | ^^^^^^^^
  3850. 709.29 s [tree-diff]
  3851. 709.29 s [tree-diff] src/Data/TreeDiff/Pretty.hs:226:46: warning: [GHC-68441] [-Wdeprecations]
  3852. 709.29 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3853. 709.29 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3854. 709.29 s [tree-diff] |
  3855. 709.29 s [tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
  3856. 709.29 s [tree-diff] | ^^^^^^^
  3857. 709.29 s [tree-diff]
  3858. 709.30 s [tree-diff] src/Data/TreeDiff/Pretty.hs:227:24: warning: [GHC-68441] [-Wdeprecations]
  3859. 709.30 s [tree-diff] In the use of ‘red’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3860. 709.30 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3861. 709.30 s [tree-diff] |
  3862. 709.30 s [tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
  3863. 709.30 s [tree-diff] | ^^^^^^
  3864. 709.30 s [tree-diff]
  3865. 709.30 s [tree-diff] src/Data/TreeDiff/Pretty.hs:227:35: warning: [GHC-68441] [-Wdeprecations]
  3866. 709.30 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3867. 709.30 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3868. 709.30 s [tree-diff] |
  3869. 709.30 s [tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
  3870. 709.30 s [tree-diff] | ^^^^^^^^
  3871. 709.30 s [tree-diff]
  3872. 709.30 s [tree-diff] src/Data/TreeDiff/Pretty.hs:227:46: warning: [GHC-68441] [-Wdeprecations]
  3873. 709.30 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3874. 709.30 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3875. 709.30 s [tree-diff] |
  3876. 709.30 s [tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
  3877. 709.30 s [tree-diff] | ^^^^^^^
  3878. 709.30 s [tree-diff]
  3879. 709.30 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:27: warning: [GHC-68441] [-Wdeprecations]
  3880. 709.30 s [tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3881. 709.30 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3882. 709.30 s [tree-diff] |
  3883. 709.31 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  3884. 709.31 s [tree-diff] | ^^^^^^^^
  3885. 709.31 s [tree-diff]
  3886. 709.31 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:38: warning: [GHC-68441] [-Wdeprecations]
  3887. 709.31 s [tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3888. 709.31 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3889. 709.31 s [tree-diff] |
  3890. 709.31 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  3891. 709.31 s [tree-diff] | ^^^^^^^
  3892. 709.31 s [tree-diff]
  3893. 709.31 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:52: warning: [GHC-68441] [-Wdeprecations]
  3894. 709.31 s [tree-diff] In the use of ‘<$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3895. 709.31 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3896. 709.31 s [tree-diff] |
  3897. 709.31 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  3898. 709.31 s [tree-diff] | ^^^^^^
  3899. 709.31 s [tree-diff]
  3900. 709.31 s [tree-diff] src/Data/TreeDiff/Pretty.hs:228:59: warning: [GHC-68441] [-Wdeprecations]
  3901. 709.31 s [tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3902. 709.31 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3903. 709.31 s [tree-diff] |
  3904. 709.31 s [tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
  3905. 709.31 s [tree-diff] | ^^^^^^^
  3906. 709.31 s [tree-diff]
  3907. 709.31 s [tree-diff] src/Data/TreeDiff/Pretty.hs:229:18: warning: [GHC-68441] [-Wdeprecations]
  3908. 709.32 s [tree-diff] In the use of ‘sep’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3909. 709.32 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3910. 709.32 s [tree-diff] |
  3911. 709.32 s [tree-diff] 229 | , ppEdits = WL.sep
  3912. 709.32 s [tree-diff] | ^^^^^^
  3913. 709.32 s [tree-diff]
  3914. 709.32 s [tree-diff] src/Data/TreeDiff/Pretty.hs:230:18: warning: [GHC-68441] [-Wdeprecations]
  3915. 709.32 s [tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3916. 709.32 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3917. 709.32 s [tree-diff] |
  3918. 709.32 s [tree-diff] 230 | , ppEllip = WL.text "..."
  3919. 709.32 s [tree-diff] | ^^^^^^^
  3920. 709.32 s [tree-diff]
  3921. 709.32 s [tree-diff] src/Data/TreeDiff/Pretty.hs:231:18: warning: [GHC-68441] [-Wdeprecations]
  3922. 709.32 s [tree-diff] In the use of ‘parens’
  3923. 709.32 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3924. 709.32 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3925. 709.32 s [tree-diff] |
  3926. 709.32 s [tree-diff] 231 | , ppParens = WL.parens
  3927. 709.32 s [tree-diff] | ^^^^^^^^^
  3928. 709.32 s [tree-diff]
  3929. 709.32 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:14: warning: [GHC-68441] [-Wdeprecations]
  3930. 709.32 s [tree-diff] In the use of type constructor or class ‘Doc’
  3931. 709.32 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3932. 709.32 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3933. 709.32 s [tree-diff] |
  3934. 709.32 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  3935. 709.32 s [tree-diff] | ^^^^^^
  3936. 709.32 s [tree-diff]
  3937. 709.32 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:24: warning: [GHC-68441] [-Wdeprecations]
  3938. 709.32 s [tree-diff] In the use of type constructor or class ‘Doc’
  3939. 709.32 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3940. 709.33 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3941. 709.33 s [tree-diff] |
  3942. 709.33 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  3943. 709.33 s [tree-diff] | ^^^^^^
  3944. 709.33 s [tree-diff]
  3945. 709.33 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:35: warning: [GHC-68441] [-Wdeprecations]
  3946. 709.33 s [tree-diff] In the use of type constructor or class ‘Doc’
  3947. 709.33 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3948. 709.33 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3949. 709.33 s [tree-diff] |
  3950. 709.33 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  3951. 709.33 s [tree-diff] | ^^^^^^
  3952. 709.33 s [tree-diff]
  3953. 709.33 s [tree-diff] src/Data/TreeDiff/Pretty.hs:234:46: warning: [GHC-68441] [-Wdeprecations]
  3954. 709.33 s [tree-diff] In the use of type constructor or class ‘Doc’
  3955. 709.33 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3956. 709.33 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3957. 709.33 s [tree-diff] |
  3958. 709.33 s [tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
  3959. 709.33 s [tree-diff] | ^^^^^^
  3960. 709.33 s [tree-diff]
  3961. 709.33 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:20: warning: [GHC-68441] [-Wdeprecations]
  3962. 709.33 s [tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3963. 709.33 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3964. 709.33 s [tree-diff] |
  3965. 709.33 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  3966. 709.33 s [tree-diff] | ^^^^^^^^
  3967. 709.33 s [tree-diff]
  3968. 709.33 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:31: warning: [GHC-68441] [-Wdeprecations]
  3969. 709.34 s [tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3970. 709.34 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3971. 709.34 s [tree-diff] |
  3972. 709.34 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  3973. 709.34 s [tree-diff] | ^^^^^^^
  3974. 709.34 s [tree-diff]
  3975. 709.34 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:44: warning: [GHC-68441] [-Wdeprecations]
  3976. 709.34 s [tree-diff] In the use of ‘<$$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3977. 709.34 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3978. 709.34 s [tree-diff] |
  3979. 709.34 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  3980. 709.34 s [tree-diff] | ^^^^^^^
  3981. 709.34 s [tree-diff]
  3982. 709.34 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:52: warning: [GHC-68441] [-Wdeprecations]
  3983. 709.34 s [tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3984. 709.34 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3985. 709.34 s [tree-diff] |
  3986. 709.34 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  3987. 709.34 s [tree-diff] | ^^^^^^^
  3988. 709.34 s [tree-diff]
  3989. 709.34 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:61: warning: [GHC-68441] [-Wdeprecations]
  3990. 709.34 s [tree-diff] In the use of ‘punctuate’
  3991. 709.34 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  3992. 709.34 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  3993. 709.34 s [tree-diff] |
  3994. 709.35 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  3995. 709.35 s [tree-diff] | ^^^^^^^^^^^^
  3996. 709.35 s [tree-diff]
  3997. 709.35 s [tree-diff] src/Data/TreeDiff/Pretty.hs:235:74: warning: [GHC-68441] [-Wdeprecations]
  3998. 709.35 s [tree-diff] In the use of ‘comma’ (imported from Text.PrettyPrint.ANSI.Leijen):
  3999. 709.35 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4000. 709.35 s [tree-diff] |
  4001. 709.35 s [tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
  4002. 709.35 s [tree-diff] | ^^^^^^^^
  4003. 709.35 s [tree-diff]
  4004. 709.35 s [tree-diff] src/Data/TreeDiff/Pretty.hs:238:23: warning: [GHC-68441] [-Wdeprecations]
  4005. 709.35 s [tree-diff] In the use of type constructor or class ‘Doc’
  4006. 709.35 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4007. 709.35 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4008. 709.35 s [tree-diff] |
  4009. 709.35 s [tree-diff] 238 | ansiWlExpr :: Expr -> WL.Doc
  4010. 709.35 s [tree-diff] | ^^^^^^
  4011. 709.35 s [tree-diff]
  4012. 709.35 s [tree-diff] src/Data/TreeDiff/Pretty.hs:242:36: warning: [GHC-68441] [-Wdeprecations]
  4013. 709.35 s [tree-diff] In the use of type constructor or class ‘Doc’
  4014. 709.35 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4015. 709.35 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4016. 709.35 s [tree-diff] |
  4017. 709.35 s [tree-diff] 242 | ansiWlEditExpr :: Edit EditExpr -> WL.Doc
  4018. 709.35 s [tree-diff] | ^^^^^^
  4019. 709.35 s [tree-diff]
  4020. 709.36 s [tree-diff] src/Data/TreeDiff/Pretty.hs:246:43: warning: [GHC-68441] [-Wdeprecations]
  4021. 709.36 s [tree-diff] In the use of type constructor or class ‘Doc’
  4022. 709.36 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4023. 709.36 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4024. 709.36 s [tree-diff] |
  4025. 709.36 s [tree-diff] 246 | ansiWlEditExprCompact :: Edit EditExpr -> WL.Doc
  4026. 709.36 s [tree-diff] | ^^^^^^
  4027. 709.36 s [tree-diff]
  4028. 709.36 s [tree-diff] src/Data/TreeDiff/Pretty.hs:254:26: warning: [GHC-68441] [-Wdeprecations]
  4029. 709.36 s [tree-diff] In the use of type constructor or class ‘Doc’
  4030. 709.36 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4031. 709.36 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4032. 709.36 s [tree-diff] |
  4033. 709.36 s [tree-diff] 254 | ansiWlBgPretty :: Pretty WL.Doc
  4034. 709.36 s [tree-diff] | ^^^^^^
  4035. 709.36 s [tree-diff]
  4036. 709.36 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:24: warning: [GHC-68441] [-Wdeprecations]
  4037. 709.36 s [tree-diff] In the use of ‘ondullgreen’
  4038. 709.36 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4039. 709.36 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4040. 709.36 s [tree-diff] |
  4041. 709.36 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  4042. 709.36 s [tree-diff] | ^^^^^^^^^^^^^^
  4043. 709.36 s [tree-diff]
  4044. 709.36 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:41: warning: [GHC-68441] [-Wdeprecations]
  4045. 709.36 s [tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
  4046. 709.36 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4047. 709.36 s [tree-diff] |
  4048. 709.37 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  4049. 709.37 s [tree-diff] | ^^^^^^^^
  4050. 709.37 s [tree-diff]
  4051. 709.37 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:52: warning: [GHC-68441] [-Wdeprecations]
  4052. 709.37 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  4053. 709.37 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4054. 709.37 s [tree-diff] |
  4055. 709.37 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  4056. 709.37 s [tree-diff] | ^^^^^^^^
  4057. 709.37 s [tree-diff]
  4058. 709.37 s [tree-diff] src/Data/TreeDiff/Pretty.hs:256:63: warning: [GHC-68441] [-Wdeprecations]
  4059. 709.37 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  4060. 709.37 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4061. 709.37 s [tree-diff] |
  4062. 709.37 s [tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
  4063. 709.37 s [tree-diff] | ^^^^^^^
  4064. 709.37 s [tree-diff]
  4065. 709.37 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:24: warning: [GHC-68441] [-Wdeprecations]
  4066. 709.37 s [tree-diff] In the use of ‘ondullred’
  4067. 709.37 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4068. 709.37 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4069. 709.37 s [tree-diff] |
  4070. 709.37 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  4071. 709.38 s [tree-diff] | ^^^^^^^^^^^^
  4072. 709.38 s [tree-diff]
  4073. 709.38 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:41: warning: [GHC-68441] [-Wdeprecations]
  4074. 709.38 s [tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
  4075. 709.38 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4076. 709.38 s [tree-diff] |
  4077. 709.38 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  4078. 709.38 s [tree-diff] | ^^^^^^^^
  4079. 709.38 s [tree-diff]
  4080. 709.38 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:52: warning: [GHC-68441] [-Wdeprecations]
  4081. 709.38 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  4082. 709.38 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4083. 709.38 s [tree-diff] |
  4084. 709.38 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  4085. 709.38 s [tree-diff] | ^^^^^^^^
  4086. 709.38 s [tree-diff]
  4087. 709.38 s [tree-diff] src/Data/TreeDiff/Pretty.hs:257:63: warning: [GHC-68441] [-Wdeprecations]
  4088. 709.38 s [tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
  4089. 709.38 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4090. 709.38 s [tree-diff] |
  4091. 709.38 s [tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
  4092. 709.39 s [tree-diff] | ^^^^^^^
  4093. 709.39 s [tree-diff]
  4094. 709.39 s [tree-diff] src/Data/TreeDiff/Pretty.hs:261:25: warning: [GHC-68441] [-Wdeprecations]
  4095. 709.39 s [tree-diff] In the use of type constructor or class ‘Doc’
  4096. 709.39 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4097. 709.39 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4098. 709.39 s [tree-diff] |
  4099. 709.39 s [tree-diff] 261 | ansiWlBgExpr :: Expr -> WL.Doc
  4100. 709.39 s [tree-diff] | ^^^^^^
  4101. 709.39 s [tree-diff]
  4102. 709.39 s [tree-diff] src/Data/TreeDiff/Pretty.hs:265:38: warning: [GHC-68441] [-Wdeprecations]
  4103. 709.39 s [tree-diff] In the use of type constructor or class ‘Doc’
  4104. 709.39 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4105. 709.39 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4106. 709.39 s [tree-diff] |
  4107. 709.39 s [tree-diff] 265 | ansiWlBgEditExpr :: Edit EditExpr -> WL.Doc
  4108. 709.39 s [tree-diff] | ^^^^^^
  4109. 709.39 s [tree-diff]
  4110. 709.39 s [tree-diff] src/Data/TreeDiff/Pretty.hs:269:45: warning: [GHC-68441] [-Wdeprecations]
  4111. 709.39 s [tree-diff] In the use of type constructor or class ‘Doc’
  4112. 709.39 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4113. 709.39 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4114. 709.39 s [tree-diff] |
  4115. 709.39 s [tree-diff] 269 | ansiWlBgEditExprCompact :: Edit EditExpr -> WL.Doc
  4116. 709.39 s [tree-diff] | ^^^^^^
  4117. 709.40 s [path-io] Preprocessing test suite 'tests' for path-io-1.8.2..
  4118. 709.40 s [path-io] Building test suite 'tests' for path-io-1.8.2..
  4119. 709.42 s [tree-diff] 100% ( 5 / 5) in 'Data.TreeDiff'
  4120. 709.46 s [tree-diff] Warning: 'goldenTest' is out of scope.
  4121. 709.46 s [tree-diff] If you qualify the identifier, haddock can try to link it anyway.
  4122. 709.46 s [tree-diff] 100% ( 3 / 3) in 'Data.TreeDiff.Golden'
  4123. 709.47 s [tree-diff]
  4124. 709.47 s [tree-diff] src/Data/TreeDiff/Golden.hs:16:1: warning: [-Wdeprecations]
  4125. 709.47 s [tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
  4126. 709.47 s [tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
  4127. 709.47 s [tree-diff] |
  4128. 709.47 s [tree-diff] 16 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
  4129. 709.47 s [tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4130. 709.47 s [tree-diff]
  4131. 709.48 s [tree-diff] src/Data/TreeDiff/Golden.hs:77:67: warning: [GHC-68441] [-Wdeprecations]
  4132. 709.48 s [tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
  4133. 709.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4134. 709.48 s [tree-diff] |
  4135. 709.48 s [tree-diff] 77 | wrt expr = BS.writeFile fp $ TE.encodeUtf8 $ T.pack $ showWL (WL.plain (ansiWlExpr expr)) ++ "\n"
  4136. 709.48 s [tree-diff] | ^^^^^^^^
  4137. 709.48 s [tree-diff]
  4138. 709.48 s [tree-diff] src/Data/TreeDiff/Golden.hs:79:11: warning: [GHC-68441] [-Wdeprecations]
  4139. 709.48 s [tree-diff] In the use of type constructor or class ‘Doc’
  4140. 709.48 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4141. 709.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4142. 709.48 s [tree-diff] |
  4143. 709.48 s [tree-diff] 79 | showWL :: WL.Doc -> String
  4144. 709.48 s [tree-diff] | ^^^^^^
  4145. 709.48 s [tree-diff]
  4146. 709.48 s [tree-diff] src/Data/TreeDiff/Golden.hs:80:14: warning: [GHC-68441] [-Wdeprecations]
  4147. 709.48 s [tree-diff] In the use of ‘displayS’
  4148. 709.48 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4149. 709.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4150. 709.48 s [tree-diff] |
  4151. 709.48 s [tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
  4152. 709.48 s [tree-diff] | ^^^^^^^^^^^
  4153. 709.48 s [tree-diff]
  4154. 709.48 s [tree-diff] src/Data/TreeDiff/Golden.hs:80:27: warning: [GHC-68441] [-Wdeprecations]
  4155. 709.48 s [tree-diff] In the use of ‘renderSmart’
  4156. 709.48 s [tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
  4157. 709.48 s [tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
  4158. 709.48 s [tree-diff] |
  4159. 709.48 s [tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
  4160. 709.48 s [tree-diff] | ^^^^^^^^^^^^^^
  4161. 709.49 s [tree-diff] Warning: '===' is out of scope.
  4162. 709.49 s [tree-diff] If you qualify the identifier, haddock can try to link it anyway.
  4163. 709.49 s [tree-diff] 100% ( 2 / 2) in 'Data.TreeDiff.QuickCheck'
  4164. 709.52 s [tree-diff] 100% ( 4 / 4) in 'Data.TreeDiff.Tree'
  4165. 709.53 s [path-io] [1 of 1] Compiling Main ( tests/Main.hs, dist/build/tests/tests-tmp/Main.o )
  4166. 709.67 s [lsp-types] Phase: unpackPhase
  4167. 709.68 s [lsp-types] unpacking source archive /nix/store/6fn01jxrr3g5yrw27rwf0zcbvs5r1sjn-lsp-types-2.3.0.1.tar.gz
  4168. 709.71 s [lsp-types] source root is lsp-types-2.3.0.1
  4169. 709.73 s [lsp-types] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-types-2.3.0.1/test/WorkspaceEditSpec.hs"
  4170. 709.74 s [lsp-types] Phase: patchPhase
  4171. 709.75 s [lsp-types] Phase: compileBuildDriverPhase
  4172. 709.75 s [lsp-types] setupCompileFlags: -package-db=/build/tmp.w5kigiaDyt/setup-package.conf.d -threaded
  4173. 709.82 s [hw-fingertree] [4 of 4] Linking dist/build/hw-fingertree-tests/hw-fingertree-tests
  4174. 709.87 s [lsp-types] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.w5kigiaDyt/Main.o )
  4175. 709.98 s [lsp-types] [2 of 2] Linking Setup
  4176. 710.21 s [tree-diff] Warning: Data.TreeDiff.Class: could not find link destinations for:
  4177. 710.21 s [tree-diff] - Data.Vector.Vector
  4178. 710.21 s [tree-diff] - Data.Vector.Primitive.Vector
  4179. 710.21 s [tree-diff] - Data.Vector.Storable.Vector
  4180. 710.21 s [tree-diff] - Data.Vector.Unboxed.Base.Unbox
  4181. 710.21 s [tree-diff] - Data.Vector.Unboxed.Base.Vector
  4182. 710.21 s [tree-diff] - Data.TreeDiff.Class.GSumToExpr
  4183. 710.21 s [tree-diff] - Data.TreeDiff.Class.gtoExpr
  4184. 711.25 s [hw-fingertree] Preprocessing test suite 'doctest' for hw-fingertree-0.1.2.1..
  4185. 711.25 s [hw-fingertree] Building test suite 'doctest' for hw-fingertree-0.1.2.1..
  4186. 711.40 s [hw-fingertree] [1 of 1] Compiling Main ( doctest/DoctestDriver.hs, dist/build/doctest/doctest-tmp/Main.o )
  4187. 711.83 s [lsp-types] Phase: updateAutotoolsGnuConfigScriptsPhase
  4188. 711.84 s [hw-fingertree] [2 of 2] Linking dist/build/doctest/doctest
  4189. 711.85 s [lsp-types] Phase: configurePhase
  4190. 711.86 s [lsp-types] configureFlags: --verbose --prefix=/nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.w5kigiaDyt/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 --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
  4191. 711.89 s [lsp-types] Using Parsec parser
  4192. 711.89 s [lsp-types] Configuring lsp-types-2.3.0.1...
  4193. 712.46 s [lsp-types] Flags chosen: force-ospath=False
  4194. 712.46 s [lsp-types] Dependency Diff >=0.4 && <1.1: using Diff-0.5
  4195. 712.46 s [lsp-types] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
  4196. 712.46 s [lsp-types] Dependency base >=4.11 && <5: using base-4.18.1.0
  4197. 712.46 s [lsp-types] Dependency binary >=0.8 && <0.9: using binary-0.8.9.1
  4198. 712.46 s [lsp-types] Dependency containers >=0.6 && <0.8: using containers-0.6.7
  4199. 712.46 s [lsp-types] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
  4200. 712.46 s [lsp-types] Dependency deepseq >=1.4 && <1.6: using deepseq-1.4.8.1
  4201. 712.46 s [lsp-types] Dependency dlist >=1.0 && <1.1: using dlist-1.0
  4202. 712.46 s [lsp-types] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.7
  4203. 712.46 s [lsp-types] Dependency filepath >=1.4 && <1.6: using filepath-1.4.100.4
  4204. 712.46 s [lsp-types] Dependency hashable >=1.4 && <1.6: using hashable-1.4.7.0
  4205. 712.46 s [lsp-types] Dependency indexed-traversable >=0.1 && <0.2: using indexed-traversable-0.1.4
  4206. 712.46 s [lsp-types] Dependency indexed-traversable-instances >=0.1 && <0.2: using
  4207. 712.46 s [lsp-types] indexed-traversable-instances-0.1.2
  4208. 712.46 s [lsp-types] Dependency lens >=5.1 && <5.4: using lens-5.3.4
  4209. 712.46 s [lsp-types] Dependency mod >=0.2 && <0.3: using mod-0.2.0.1
  4210. 712.46 s [lsp-types] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  4211. 712.46 s [lsp-types] Dependency network-uri >=2.6 && <2.7: using network-uri-2.6.4.2
  4212. 712.46 s [lsp-types] Dependency prettyprinter >=1.7 && <1.8: using prettyprinter-1.7.1
  4213. 712.46 s [lsp-types] Dependency row-types >=1.0 && <1.1: using row-types-1.0.1.2
  4214. 712.46 s [lsp-types] Dependency safe >=0.3 && <0.4: using safe-0.3.21
  4215. 712.46 s [lsp-types] Dependency some >=1.0 && <1.1: using some-1.0.6
  4216. 712.46 s [lsp-types] Dependency template-haskell >=2.7 && <2.24: using template-haskell-2.20.0.0
  4217. 712.46 s [lsp-types] Dependency text >=1 && <2.2: using text-2.0.2
  4218. 712.46 s [lsp-types] Dependency aeson >=2: using aeson-2.2.3.0
  4219. 712.46 s [lsp-types] Dependency base >=4.11 && <5: using base-4.18.1.0
  4220. 712.46 s [lsp-types] Dependency file-embed >=0.0.15 && <0.1: using file-embed-0.0.16.0
  4221. 712.46 s [lsp-types] Dependency lens >=5.1 && <5.4: using lens-5.3.4
  4222. 712.46 s [lsp-types] Dependency template-haskell >=2.7 && <2.24: using template-haskell-2.20.0.0
  4223. 712.46 s [lsp-types] Dependency text >=1 && <2.2: using text-2.0.2
  4224. 712.46 s [lsp-types] Dependency QuickCheck: using QuickCheck-2.14.3
  4225. 712.46 s [lsp-types] Dependency base >=4.11 && <5: using base-4.18.1.0
  4226. 712.46 s [lsp-types] Dependency generic-arbitrary: using generic-arbitrary-1.0.1.2
  4227. 712.46 s [lsp-types] Dependency lsp-types: using lsp-types-2.3.0.1
  4228. 712.46 s [lsp-types] Dependency quickcheck-instances: using quickcheck-instances-0.3.32
  4229. 712.46 s [lsp-types] Dependency row-types: using row-types-1.0.1.2
  4230. 712.46 s [lsp-types] Dependency template-haskell: using template-haskell-2.20.0.0
  4231. 712.46 s [lsp-types] Dependency base: using base-4.18.1.0
  4232. 712.46 s [lsp-types] Dependency containers: using containers-0.6.7
  4233. 712.46 s [lsp-types] Dependency directory: using directory-1.3.8.1
  4234. 712.46 s [lsp-types] Dependency filepath: using filepath-1.4.100.4
  4235. 712.46 s [lsp-types] Dependency lsp-types:metamodel: using lsp-types-2.3.0.1
  4236. 712.46 s [lsp-types] Dependency mtl: using mtl-2.3.1
  4237. 712.46 s [lsp-types] Dependency prettyprinter: using prettyprinter-1.7.1
  4238. 712.46 s [lsp-types] Dependency regex: using regex-1.1.0.2
  4239. 712.46 s [lsp-types] Dependency text: using text-2.0.2
  4240. 712.46 s [lsp-types] Dependency witherable: using witherable-0.5
  4241. 712.46 s [lsp-types] Dependency QuickCheck: using QuickCheck-2.14.3
  4242. 712.46 s [lsp-types] Dependency aeson: using aeson-2.2.3.0
  4243. 712.46 s [lsp-types] Dependency base: using base-4.18.1.0
  4244. 712.46 s [lsp-types] Dependency filepath: using filepath-1.4.100.4
  4245. 712.46 s [lsp-types] Dependency hspec: using hspec-2.11.12
  4246. 712.46 s [lsp-types] Dependency hspec-golden: using hspec-golden-0.2.2.0
  4247. 712.46 s [lsp-types] Dependency lens: using lens-5.3.4
  4248. 712.46 s [lsp-types] Dependency lsp-types:{lsp-types, lsp-types-quickcheck}: using
  4249. 712.46 s [lsp-types] lsp-types-2.3.0.1
  4250. 712.46 s [lsp-types] Dependency lsp-types:{lsp-types, lsp-types-quickcheck}: using
  4251. 712.46 s [lsp-types] lsp-types-2.3.0.1
  4252. 712.46 s [lsp-types] Dependency network-uri: using network-uri-2.6.4.2
  4253. 712.46 s [lsp-types] Dependency prettyprinter: using prettyprinter-1.7.1
  4254. 712.46 s [lsp-types] Dependency quickcheck-instances: using quickcheck-instances-0.3.32
  4255. 712.46 s [lsp-types] Dependency text: using text-2.0.2
  4256. 712.53 s [path-io] [2 of 2] Linking dist/build/tests/tests
  4257. 712.81 s [lsp-types] Source component graph:
  4258. 712.81 s [lsp-types] component lib:metamodel
  4259. 712.81 s [lsp-types] component exe:generator dependency lib:metamodel
  4260. 712.81 s [lsp-types] component lib
  4261. 712.81 s [lsp-types] component lib:lsp-types-quickcheck dependency lib
  4262. 712.81 s [lsp-types] component test:lsp-types-test
  4263. 712.81 s [lsp-types] dependency lib
  4264. 712.81 s [lsp-types] dependency lib:lsp-types-quickcheck
  4265. 712.81 s [lsp-types] Configured component graph:
  4266. 712.81 s [lsp-types] component lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
  4267. 712.81 s [lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  4268. 712.81 s [lsp-types] include base-4.18.1.0
  4269. 712.81 s [lsp-types] include file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
  4270. 712.81 s [lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  4271. 712.81 s [lsp-types] include template-haskell-2.20.0.0
  4272. 712.81 s [lsp-types] include text-2.0.2
  4273. 712.81 s [lsp-types] component lsp-types-2.3.0.1-2aOmMxq5kaAIHPXJOAF2pF-generator
  4274. 712.81 s [lsp-types] include base-4.18.1.0
  4275. 712.81 s [lsp-types] include containers-0.6.7
  4276. 712.81 s [lsp-types] include directory-1.3.8.1
  4277. 712.81 s [lsp-types] include filepath-1.4.100.4
  4278. 712.81 s [lsp-types] include lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
  4279. 712.81 s [lsp-types] include mtl-2.3.1
  4280. 712.81 s [lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  4281. 712.81 s [lsp-types] include regex-1.1.0.2-FTIMn8DrcLKFhxJxRQLCQQ
  4282. 712.81 s [lsp-types] include text-2.0.2
  4283. 712.81 s [lsp-types] include witherable-0.5-5BtrC1gnyqkDSwG0XsP2r3
  4284. 712.81 s [lsp-types] component lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4285. 712.81 s [lsp-types] include Diff-0.5-GZY542scVfnxhSieg1s29
  4286. 712.81 s [lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  4287. 712.81 s [lsp-types] include base-4.18.1.0
  4288. 712.81 s [lsp-types] include binary-0.8.9.1
  4289. 712.81 s [lsp-types] include containers-0.6.7
  4290. 712.81 s [lsp-types] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  4291. 712.81 s [lsp-types] include deepseq-1.4.8.1
  4292. 712.81 s [lsp-types] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  4293. 712.81 s [lsp-types] include exceptions-0.10.7
  4294. 712.81 s [lsp-types] include filepath-1.4.100.4
  4295. 712.81 s [lsp-types] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  4296. 712.81 s [lsp-types] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  4297. 712.81 s [lsp-types] include indexed-traversable-instances-0.1.2-3K6JKtKWWRkLY5MVB3w6xq
  4298. 712.81 s [lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  4299. 712.81 s [lsp-types] include mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
  4300. 712.81 s [lsp-types] include mtl-2.3.1
  4301. 712.81 s [lsp-types] include network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
  4302. 712.81 s [lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  4303. 712.81 s [lsp-types] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  4304. 712.81 s [lsp-types] include safe-0.3.21-8RJbvRUlkh3iVLJ7BqOHn
  4305. 712.81 s [lsp-types] include some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
  4306. 712.81 s [lsp-types] include template-haskell-2.20.0.0
  4307. 712.81 s [lsp-types] include text-2.0.2
  4308. 712.81 s [lsp-types] component lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
  4309. 712.81 s [lsp-types] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  4310. 712.81 s [lsp-types] include base-4.18.1.0
  4311. 712.81 s [lsp-types] include generic-arbitrary-1.0.1.2-6SA9GnacZLZ9tEZ5h0Cxn3
  4312. 712.81 s [lsp-types] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4313. 712.81 s [lsp-types] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
  4314. 712.81 s [lsp-types] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  4315. 712.81 s [lsp-types] include template-haskell-2.20.0.0
  4316. 712.81 s [lsp-types] component lsp-types-2.3.0.1-IcN1M7aKwJ5bQ0xai6FkZ-lsp-types-test
  4317. 712.81 s [lsp-types] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  4318. 712.81 s [lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  4319. 712.81 s [lsp-types] include base-4.18.1.0
  4320. 712.81 s [lsp-types] include filepath-1.4.100.4
  4321. 712.81 s [lsp-types] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  4322. 712.81 s [lsp-types] include hspec-golden-0.2.2.0-FJmF16X4t129HzTV4LBA7q
  4323. 712.81 s [lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  4324. 712.81 s [lsp-types] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4325. 712.81 s [lsp-types] include lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
  4326. 712.81 s [lsp-types] include network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
  4327. 712.81 s [lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  4328. 712.81 s [lsp-types] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
  4329. 712.81 s [lsp-types] include text-2.0.2
  4330. 712.81 s [lsp-types] Linked component graph:
  4331. 712.81 s [lsp-types] unit lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
  4332. 712.81 s [lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  4333. 712.81 s [lsp-types] include base-4.18.1.0
  4334. 712.81 s [lsp-types] include file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
  4335. 712.81 s [lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  4336. 712.81 s [lsp-types] include template-haskell-2.20.0.0
  4337. 712.81 s [lsp-types] include text-2.0.2
  4338. 712.81 s [lsp-types] Language.LSP.MetaModel=lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel:Language.LSP.MetaModel,Language.LSP.MetaModel.Types=lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel:Language.LSP.MetaModel.Types
  4339. 712.81 s [lsp-types] unit lsp-types-2.3.0.1-2aOmMxq5kaAIHPXJOAF2pF-generator
  4340. 712.81 s [lsp-types] include base-4.18.1.0
  4341. 712.81 s [lsp-types] include containers-0.6.7
  4342. 712.81 s [lsp-types] include directory-1.3.8.1
  4343. 712.81 s [lsp-types] include filepath-1.4.100.4
  4344. 712.81 s [lsp-types] include lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
  4345. 712.81 s [lsp-types] include mtl-2.3.1
  4346. 712.81 s [lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  4347. 712.81 s [lsp-types] include regex-1.1.0.2-FTIMn8DrcLKFhxJxRQLCQQ
  4348. 712.81 s [lsp-types] include text-2.0.2
  4349. 712.81 s [lsp-types] include witherable-0.5-5BtrC1gnyqkDSwG0XsP2r3
  4350. 712.81 s [lsp-types] unit lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4351. 712.81 s [lsp-types] include Diff-0.5-GZY542scVfnxhSieg1s29
  4352. 712.81 s [lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  4353. 712.81 s [lsp-types] include base-4.18.1.0
  4354. 712.81 s [lsp-types] include binary-0.8.9.1
  4355. 712.81 s [lsp-types] include containers-0.6.7
  4356. 712.81 s [lsp-types] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  4357. 712.81 s [lsp-types] include deepseq-1.4.8.1
  4358. 712.81 s [lsp-types] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  4359. 712.81 s [lsp-types] include exceptions-0.10.7
  4360. 712.81 s [lsp-types] include filepath-1.4.100.4
  4361. 712.81 s [lsp-types] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  4362. 712.81 s [lsp-types] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  4363. 712.81 s [lsp-types] include indexed-traversable-instances-0.1.2-3K6JKtKWWRkLY5MVB3w6xq
  4364. 712.81 s [lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  4365. 712.81 s [lsp-types] include mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
  4366. 712.81 s [lsp-types] include mtl-2.3.1
  4367. 712.81 s [lsp-types] include network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
  4368. 712.81 s [lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  4369. 712.81 s [lsp-types] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  4370. 712.81 s [lsp-types] include safe-0.3.21-8RJbvRUlkh3iVLJ7BqOHn
  4371. 712.81 s [lsp-types] include some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
  4372. 712.81 s [lsp-types] include template-haskell-2.20.0.0
  4373. 712.81 s [lsp-types] include text-2.0.2
  4374. 712.81 s [lsp-types] Data.IxMap=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Data.IxMap,Data.Row.Aeson=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Data.Row.Aeson,Data.Row.Hashable=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Data.Row.Hashable,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Lens=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Lens,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message,Language.LSP.Protocol.Meta=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Meta,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types,Language.LSP.Protocol.Utils.Misc=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Utils.Misc,Language.LSP.Protocol.Utils.SMethodMap=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Utils.SMethodMap
  4375. 712.81 s [lsp-types] unit lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
  4376. 712.81 s [lsp-types] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  4377. 712.81 s [lsp-types] include base-4.18.1.0
  4378. 712.81 s [lsp-types] include generic-arbitrary-1.0.1.2-6SA9GnacZLZ9tEZ5h0Cxn3
  4379. 712.81 s [lsp-types] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4380. 712.81 s [lsp-types] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
  4381. 712.81 s [lsp-types] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  4382. 712.81 s [lsp-types] include template-haskell-2.20.0.0
  4383. 712.81 s [lsp-types] Language.LSP.Protocol.QuickCheck=lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck:Language.LSP.Protocol.QuickCheck
  4384. 712.81 s [lsp-types] unit lsp-types-2.3.0.1-IcN1M7aKwJ5bQ0xai6FkZ-lsp-types-test
  4385. 712.81 s [lsp-types] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  4386. 712.81 s [lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  4387. 712.81 s [lsp-types] include base-4.18.1.0
  4388. 712.81 s [lsp-types] include filepath-1.4.100.4
  4389. 712.81 s [lsp-types] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  4390. 712.81 s [lsp-types] include hspec-golden-0.2.2.0-FJmF16X4t129HzTV4LBA7q
  4391. 712.81 s [lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  4392. 712.81 s [lsp-types] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4393. 712.81 s [lsp-types] include lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
  4394. 712.81 s [lsp-types] include network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
  4395. 712.81 s [lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  4396. 712.81 s [lsp-types] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
  4397. 712.81 s [lsp-types] include text-2.0.2
  4398. 712.81 s [lsp-types] Ready component graph:
  4399. 712.81 s [lsp-types] definite lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
  4400. 712.81 s [lsp-types] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  4401. 712.81 s [lsp-types] depends base-4.18.1.0
  4402. 712.81 s [lsp-types] depends file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
  4403. 712.81 s [lsp-types] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  4404. 712.81 s [lsp-types] depends template-haskell-2.20.0.0
  4405. 712.85 s [lsp-types] depends text-2.0.2
  4406. 712.85 s [lsp-types] definite lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4407. 712.85 s [lsp-types] depends Diff-0.5-GZY542scVfnxhSieg1s29
  4408. 712.85 s [lsp-types] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  4409. 712.85 s [lsp-types] depends base-4.18.1.0
  4410. 712.85 s [lsp-types] depends binary-0.8.9.1
  4411. 712.85 s [lsp-types] depends containers-0.6.7
  4412. 712.85 s [lsp-types] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  4413. 712.86 s [lsp-types] depends deepseq-1.4.8.1
  4414. 712.86 s [lsp-types] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  4415. 712.86 s [lsp-types] depends exceptions-0.10.7
  4416. 712.86 s [lsp-types] depends filepath-1.4.100.4
  4417. 712.86 s [lsp-types] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  4418. 712.86 s [lsp-types] depends indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
  4419. 712.86 s [lsp-types] depends indexed-traversable-instances-0.1.2-3K6JKtKWWRkLY5MVB3w6xq
  4420. 712.86 s [lsp-types] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  4421. 712.86 s [lsp-types] depends mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
  4422. 712.86 s [lsp-types] depends mtl-2.3.1
  4423. 712.86 s [lsp-types] depends network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
  4424. 712.86 s [lsp-types] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  4425. 712.86 s [lsp-types] depends row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  4426. 712.86 s [lsp-types] depends safe-0.3.21-8RJbvRUlkh3iVLJ7BqOHn
  4427. 712.86 s [lsp-types] depends some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
  4428. 712.86 s [lsp-types] depends template-haskell-2.20.0.0
  4429. 712.86 s [lsp-types] depends text-2.0.2
  4430. 712.86 s [lsp-types] definite lsp-types-2.3.0.1-2aOmMxq5kaAIHPXJOAF2pF-generator
  4431. 712.86 s [lsp-types] depends base-4.18.1.0
  4432. 712.86 s [lsp-types] depends containers-0.6.7
  4433. 712.86 s [lsp-types] depends directory-1.3.8.1
  4434. 712.86 s [lsp-types] depends filepath-1.4.100.4
  4435. 712.86 s [lsp-types] depends lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
  4436. 712.86 s [lsp-types] depends mtl-2.3.1
  4437. 712.86 s [lsp-types] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  4438. 712.86 s [lsp-types] depends regex-1.1.0.2-FTIMn8DrcLKFhxJxRQLCQQ
  4439. 712.86 s [lsp-types] depends text-2.0.2
  4440. 712.86 s [lsp-types] depends witherable-0.5-5BtrC1gnyqkDSwG0XsP2r3
  4441. 712.86 s [lsp-types] definite lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
  4442. 712.86 s [lsp-types] depends QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  4443. 712.86 s [lsp-types] depends base-4.18.1.0
  4444. 712.86 s [lsp-types] depends generic-arbitrary-1.0.1.2-6SA9GnacZLZ9tEZ5h0Cxn3
  4445. 712.86 s [lsp-types] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4446. 712.86 s [lsp-types] depends quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
  4447. 712.86 s [lsp-types] depends row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  4448. 712.86 s [lsp-types] depends template-haskell-2.20.0.0
  4449. 712.86 s [lsp-types] definite lsp-types-2.3.0.1-IcN1M7aKwJ5bQ0xai6FkZ-lsp-types-test
  4450. 712.86 s [lsp-types] depends QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  4451. 712.86 s [lsp-types] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  4452. 712.86 s [lsp-types] depends base-4.18.1.0
  4453. 712.86 s [lsp-types] depends filepath-1.4.100.4
  4454. 712.86 s [lsp-types] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  4455. 712.86 s [lsp-types] depends hspec-golden-0.2.2.0-FJmF16X4t129HzTV4LBA7q
  4456. 712.86 s [lsp-types] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  4457. 712.86 s [lsp-types] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4458. 712.86 s [lsp-types] depends lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
  4459. 712.86 s [lsp-types] depends network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
  4460. 712.86 s [lsp-types] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  4461. 712.86 s [lsp-types] depends quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
  4462. 712.86 s [lsp-types] depends text-2.0.2
  4463. 712.86 s [lsp-types] Using Cabal-3.10.1.0 compiled by ghc-9.6
  4464. 712.86 s [lsp-types] Using compiler: ghc-9.6.3
  4465. 712.86 s [lsp-types] Using install prefix:
  4466. 712.86 s [lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
  4467. 712.86 s [lsp-types] Executables installed in:
  4468. 712.86 s [lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin
  4469. 712.86 s [lsp-types] Libraries installed in:
  4470. 712.86 s [lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  4471. 712.86 s [lsp-types] Dynamic Libraries installed in:
  4472. 712.86 s [lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  4473. 712.86 s [lsp-types] Private executables installed in:
  4474. 712.86 s [lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/libexec/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1
  4475. 712.86 s [lsp-types] Data files installed in:
  4476. 712.86 s [lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/share/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1
  4477. 712.86 s [lsp-types] Documentation installed in:
  4478. 712.86 s [lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/share/doc/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1
  4479. 712.86 s [lsp-types] Configuration files installed in:
  4480. 712.86 s [lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/etc
  4481. 712.86 s [lsp-types] No alex found
  4482. 712.86 s [lsp-types] Using ar found on system at:
  4483. 712.86 s [lsp-types] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  4484. 712.86 s [lsp-types] No c2hs found
  4485. 712.86 s [lsp-types] No cpphs found
  4486. 712.86 s [lsp-types] No doctest found
  4487. 712.86 s [lsp-types] Using gcc version 14.3.0 given by user at:
  4488. 712.86 s [lsp-types] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  4489. 712.86 s [lsp-types] Using ghc version 9.6.3 found on system at:
  4490. 712.86 s [lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  4491. 712.86 s [lsp-types] Using ghc-pkg version 9.6.3 found on system at:
  4492. 712.86 s [lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  4493. 712.86 s [lsp-types] No ghcjs found
  4494. 712.86 s [lsp-types] No ghcjs-pkg found
  4495. 712.86 s [lsp-types] No greencard found
  4496. 712.86 s [lsp-types] Using haddock version 2.29.1 found on system at:
  4497. 712.86 s [lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  4498. 712.86 s [lsp-types] No happy found
  4499. 712.86 s [lsp-types] Using haskell-suite found on system at: haskell-suite-dummy-location
  4500. 712.86 s [lsp-types] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4501. 712.86 s [lsp-types] No hmake found
  4502. 712.86 s [lsp-types] Using hpc version 0.68 found on system at:
  4503. 712.86 s [lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  4504. 712.86 s [lsp-types] Using hsc2hs version 0.68.9 found on system at:
  4505. 712.86 s [lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  4506. 712.86 s [lsp-types] Using hscolour version 1.25 found on system at:
  4507. 712.86 s [lsp-types] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  4508. 712.86 s [lsp-types] No jhc found
  4509. 712.86 s [lsp-types] Using ld found on system at:
  4510. 712.86 s [lsp-types] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  4511. 712.86 s [lsp-types] No pkg-config found
  4512. 712.86 s [lsp-types] Using runghc version 9.6.3 found on system at:
  4513. 712.86 s [lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  4514. 712.86 s [lsp-types] Using strip version 2.44 found on system at:
  4515. 712.86 s [lsp-types] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  4516. 712.86 s [lsp-types] Using tar found on system at:
  4517. 712.86 s [lsp-types] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  4518. 712.86 s [lsp-types] No uhc found
  4519. 713.08 s [lsp-types] Phase: buildPhase
  4520. 713.20 s [lsp-types] Preprocessing library 'metamodel' for lsp-types-2.3.0.1..
  4521. 713.20 s [lsp-types] Building library 'metamodel' for lsp-types-2.3.0.1..
  4522. 713.29 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 )
  4523. 713.95 s [path-io] Phase: checkPhase
  4524. 714.02 s [path-io] Running 1 test suites...
  4525. 714.02 s [path-io] Test suite tests: RUNNING...
  4526. 714.03 s [path-io]
  4527. 714.12 s [path-io] listDir
  4528. 714.12 s [path-io] lists directory [✔]
  4529. 714.12 s [path-io] listDirRel
  4530. 714.12 s [path-io] lists directory [✔]
  4531. 714.12 s [path-io] listDirRecur
  4532. 714.12 s [path-io] lists directory recursively [✔]
  4533. 714.12 s [path-io] listDirRecurRel
  4534. 714.12 s [path-io] lists directory recursively [✔]
  4535. 714.12 s [path-io] listDirRecurWith
  4536. 714.12 s [path-io] lists directory recursively using predicates [✔]
  4537. 714.12 s [path-io] walkDir Finish
  4538. 714.12 s [path-io] Finishes only after finding what it is looking for [✔]
  4539. 714.12 s [path-io] copyDirRecur
  4540. 714.12 s [path-io] when source directory is editable
  4541. 714.12 s [path-io] copies directory [✔]
  4542. 714.12 s [path-io] when source directory is read-only
  4543. 714.12 s [path-io] copies directory just as well (preserving permissions) [✔]
  4544. 714.12 s [path-io] copyDirRecur'
  4545. 714.12 s [path-io] when source directory is read-only
  4546. 714.12 s [path-io] copies directory but now it's editable [✔]
  4547. 714.12 s [path-io] findFile
  4548. 714.12 s [path-io] finds a file lazily [✔]
  4549. 714.12 s [path-io] removeDirLink
  4550. 714.12 s [path-io] remove dir link [✔]
  4551. 714.12 s [path-io] listDirRecur Cyclic
  4552. 714.12 s [path-io] lists directory trees having traversal cycles [✔]
  4553. 714.12 s [path-io] getCurrentDir
  4554. 714.12 s [path-io] returns current dir [✔]
  4555. 714.12 s [path-io] setCurrentDir
  4556. 714.12 s [path-io] sets current dir [✔]
  4557. 714.12 s [path-io] withCurrentDir
  4558. 714.12 s [path-io] temporarily modifies current dir [✔]
  4559. 714.12 s [path-io] walkDirRel
  4560. 714.12 s [path-io] does not throw exceptions [✔]
  4561. 714.12 s [path-io] getHomeDir
  4562. 714.12 s [path-io] home dir is influenced by environment variable HOME [✔]
  4563. 714.12 s [path-io] getTempDir
  4564. 714.12 s [path-io] temp dir is influenced by environment variable TMPDIR [✔]
  4565. 714.12 s [path-io] getXdgDir Data
  4566. 714.12 s [path-io] XDG data dir is influenced by environment variable XDG_DATA_HOME [✔]
  4567. 714.12 s [path-io] getXdgDir Config
  4568. 714.12 s [path-io] XDG config dir is influenced by environment variable XDG_CONFIG_HOME [✔]
  4569. 714.12 s [path-io] getXdgDir Cache
  4570. 714.12 s [path-io] XDG cache dir is influenced by environment variable XDG_CACHE_HOME [✔]
  4571. 714.12 s [path-io]
  4572. 714.12 s [path-io] Finished in 0.0179 seconds
  4573. 714.12 s [path-io] 21 examples, 0 failures
  4574. 714.12 s [path-io] Test suite tests: PASS
  4575. 714.12 s [path-io] Test suite logged to: dist/test/path-io-1.8.2-tests.log
  4576. 714.12 s [path-io] 1 of 1 test suites (1 of 1 test cases) passed.
  4577. 714.12 s [path-io] Phase: haddockPhase
  4578. 714.28 s [path-io] Preprocessing library for path-io-1.8.2..
  4579. 714.28 s [path-io] Running Haddock on library for path-io-1.8.2..
  4580. 714.29 s [path-io] Warning: The documentation for the following packages are not installed. No
  4581. 714.29 s [path-io] links will be generated to these packages: vector-0.13.2.0
  4582. 714.38 s [path-io] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4583. 715.07 s [path-io] Warning: 'isPermissionError' is out of scope.
  4584. 715.07 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4585. 715.07 s [path-io] Warning: 'PermissionDenied' is out of scope.
  4586. 715.07 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4587. 715.07 s [path-io] Warning: 'isAlreadyExistsError' is out of scope.
  4588. 715.07 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4589. 715.07 s [path-io] Warning: 'AlreadyExists' is out of scope.
  4590. 715.07 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4591. 715.07 s [path-io] Warning: 'HardwareFault' is out of scope.
  4592. 715.07 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4593. 715.07 s [path-io] Warning: 'InvalidArgument' is out of scope.
  4594. 715.07 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4595. 715.07 s [path-io] Warning: 'NoSuchThing' is out of scope.
  4596. 715.07 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4597. 715.07 s [path-io] Warning: 'ResourceExhausted' is out of scope.
  4598. 715.07 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4599. 715.07 s [path-io] Warning: 'InappropriateType' is out of scope.
  4600. 715.07 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4601. 715.08 s [path-io] Warning: 'UnsatisfiedConstraints' is out of scope.
  4602. 715.08 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4603. 715.08 s [path-io] Warning: 'UnsupportedOperation' is out of scope.
  4604. 715.08 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4605. 715.10 s [path-io] Warning: 'SearchPath' is out of scope.
  4606. 715.10 s [path-io] If you qualify the identifier, haddock can try to link it anyway.
  4607. 715.12 s [path-io] 88% ( 80 / 90) in 'Path.IO'
  4608. 715.12 s [path-io] Missing documentation for:
  4609. 715.12 s [path-io] Permissions
  4610. 715.12 s [path-io] emptyPermissions
  4611. 715.13 s [path-io] readable
  4612. 715.13 s [path-io] writable
  4613. 715.13 s [path-io] executable
  4614. 715.13 s [path-io] searchable
  4615. 715.13 s [path-io] setOwnerReadable
  4616. 715.13 s [path-io] setOwnerWritable
  4617. 715.13 s [path-io] setOwnerExecutable
  4618. 715.13 s [path-io] setOwnerSearchable
  4619. 715.56 s [tree-diff] Documentation created: dist/doc/html/tree-diff/index.html,
  4620. 715.56 s [tree-diff] dist/doc/html/tree-diff/tree-diff.txt
  4621. 715.64 s [tree-diff] Preprocessing test suite 'tree-diff-test' for tree-diff-0.3.4..
  4622. 715.66 s [tree-diff] Phase: installPhase
  4623. 715.80 s [tree-diff] Installing library in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/tree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB
  4624. 716.34 s [tree-diff] Phase: fixupPhase
  4625. 716.37 s [tree-diff] shrinking RPATHs of ELF executables and libraries in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4
  4626. 716.38 s [tree-diff] shrinking /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHStree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB-ghc9.6.3.so
  4627. 716.41 s [tree-diff] checking for references to /build/ in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4...
  4628. 716.42 s [tree-diff] patching script interpreter paths in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4
  4629. 716.43 s [hw-fingertree] Phase: checkPhase
  4630. 716.43 s [tree-diff] stripping (with command strip and flags -S -p) in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4/lib
  4631. 716.51 s [hw-fingertree] Running 2 test suites...
  4632. 716.51 s [hw-fingertree] Test suite hw-fingertree-tests: RUNNING...
  4633. 716.52 s [hw-fingertree]
  4634. 716.52 s [hw-fingertree] HaskellWorks.Data.FingerTree
  4635. 716.57 s [tree-diff] shrinking RPATHs of ELF executables and libraries in /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc
  4636. 716.57 s [tree-diff] checking for references to /build/ in /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc...
  4637. 716.59 s [tree-diff] patching script interpreter paths in /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc
  4638. 716.77 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4
  4639. 717.24 s [post-build-hook] Pushing 2 paths (171 are already present) using zstd to cache sellout ⏳
  4640. 717.24 s [post-build-hook]
  4641. 717.58 s [post-build-hook] Pushing /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc (1.36 MiB)
  4642. 717.63 s [post-build-hook] Pushing /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4 (4.86 MiB)
  4643. 718.57 s [post-build-hook]
  4644. 718.57 s [post-build-hook] All done.
  4645. 718.61 s [post-build-hook] Uploading to the NixCI cache: /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4
  4646. 718.67 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4647. 718.85 s [post-build-hook] copying 2 paths...
  4648. 718.85 s [post-build-hook] copying path '/nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc' to 'https://cache.nix-ci.com'...
  4649. 719.25 s [post-build-hook] copying path '/nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4' to 'https://cache.nix-ci.com'...
  4650. 721.54 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4651. 721.78 s [post-build-hook] copying 1 paths...
  4652. 721.78 s [post-build-hook] copying path '/nix/store/vla9gfq6kpirifhjbjsbssikfnf510yv-tree-diff-0.3.4.drv' to 'https://cache.nix-ci.com'...
  4653. 721.98 s Progress: 39 of 72 built (4 building), 335 of 335 downloaded from cache
  4654. 722.06 s Building haddock-library
  4655. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4656. 722.06 s [hw-fingertree] foldr [✔]
  4657. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4658. 722.06 s [hw-fingertree] foldl [✔]
  4659. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4660. 722.06 s [hw-fingertree] (==) [✔]
  4661. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4662. 722.06 s [hw-fingertree] compare [✔]
  4663. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4664. 722.06 s [hw-fingertree] mappend [✔]
  4665. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4666. 722.06 s [hw-fingertree] empty [✔]
  4667. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4668. 722.06 s [hw-fingertree] singletone [✔]
  4669. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4670. 722.06 s [hw-fingertree] (<|) [✔]
  4671. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4672. 722.06 s [hw-fingertree] (|>) [✔]
  4673. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4674. 722.06 s [hw-fingertree] (><) [✔]
  4675. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4676. 722.06 s [hw-fingertree] fromList [✔]
  4677. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4678. 722.06 s [hw-fingertree] null [✔]
  4679. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4680. 722.06 s [hw-fingertree] viewl [✔]
  4681. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4682. 722.06 s [hw-fingertree] viewr [✔]
  4683. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4684. 722.06 s [hw-fingertree] split [✔]
  4685. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4686. 722.06 s [hw-fingertree] takeUntil [✔]
  4687. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4688. 722.06 s [hw-fingertree] dropUntil [✔]
  4689. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4690. 722.06 s [hw-fingertree] reverse [✔]
  4691. 722.06 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4692. 722.06 s [hw-fingertree] fmap [✔]
  4693. 722.06 s [path-io] Documentation created: dist/doc/html/path-io/index.html,
  4694. 722.06 s [path-io] dist/doc/html/path-io/path-io.txt
  4695. 722.06 s [path-io] Preprocessing test suite 'tests' for path-io-1.8.2..
  4696. 722.06 s [path-io] Phase: installPhase
  4697. 722.06 s [path-io] Installing library in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  4698. 722.06 s [path-io] Phase: fixupPhase
  4699. 722.06 s [path-io] shrinking RPATHs of ELF executables and libraries in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
  4700. 722.06 s [path-io] shrinking /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSpath-io-1.8.2-LovWCHvsU1DCkymLBtWH9u-ghc9.6.3.so
  4701. 722.06 s [path-io] checking for references to /build/ in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2...
  4702. 722.06 s [path-io] patching script interpreter paths in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
  4703. 722.06 s [path-io] stripping (with command strip and flags -S -p) in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib
  4704. 722.06 s [path-io] shrinking RPATHs of ELF executables and libraries in /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc
  4705. 722.06 s [path-io] checking for references to /build/ in /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc...
  4706. 722.06 s [path-io] patching script interpreter paths in /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc
  4707. 722.07 s Waiting for lock on waiting for lock on '/nix/store/a8n9dp2l6n2p6qd9hpnarr4fikh0l2hm-stm-containers-1.2.1.1', '/nix/store/p43mn4p8n5kp3ivz7knciq0hkh64a036-stm-containers-1.2.1.1-doc'
  4708. 722.19 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
  4709. 722.63 s [post-build-hook] Pushing 2 paths (168 are already present) using zstd to cache sellout ⏳
  4710. 722.63 s [post-build-hook]
  4711. 722.98 s [post-build-hook] Pushing /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc (1.20 MiB)
  4712. 723.09 s [post-build-hook] Pushing /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2 (1.94 MiB)
  4713. 724.28 s [post-build-hook]
  4714. 724.28 s [post-build-hook] All done.
  4715. 724.31 s [post-build-hook] Uploading to the NixCI cache: /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
  4716. 724.37 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4717. 724.54 s [post-build-hook] copying 2 paths...
  4718. 724.54 s [post-build-hook] copying path '/nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc' to 'https://cache.nix-ci.com'...
  4719. 724.88 s [post-build-hook] copying path '/nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2' to 'https://cache.nix-ci.com'...
  4720. 725.56 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4721. 725.78 s [post-build-hook] copying 1 paths...
  4722. 725.78 s [post-build-hook] copying path '/nix/store/nv5xxywqm3154x0iy2mr3qcjqr4w4q57-path-io-1.8.2.drv' to 'https://cache.nix-ci.com'...
  4723. 725.95 s Progress: 40 of 71 built (4 building), 335 of 335 downloaded from cache
  4724. 726.03 s Building ormolu
  4725. 726.03 s [haddock-library] Phase: setupCompilerEnvironmentPhase
  4726. 726.03 s [haddock-library] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  4727. 726.03 s [haddock-library] Phase: unpackPhase
  4728. 726.03 s [haddock-library] unpacking source archive /nix/store/gmkahr771rx3sf36vbrqsqb8s9zbvw6p-haddock-library-1.11.0.tar.gz
  4729. 726.03 s [haddock-library] source root is haddock-library-1.11.0
  4730. 726.03 s [haddock-library] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haddock-library-1.11.0/test/Spec.hs"
  4731. 726.03 s [haddock-library] Phase: patchPhase
  4732. 726.03 s [haddock-library] Replace Cabal file with edited version from mirror://hackage/haddock-library-1.11.0/revision/5.cabal.
  4733. 726.03 s [haddock-library] Phase: compileBuildDriverPhase
  4734. 726.03 s [haddock-library] setupCompileFlags: -package-db=/build/tmp.wyMD10cAzc/setup-package.conf.d -threaded
  4735. 726.03 s [haddock-library] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.wyMD10cAzc/Main.o )
  4736. 726.03 s [haddock-library] [2 of 2] Linking Setup
  4737. 726.03 s [haddock-library] Phase: updateAutotoolsGnuConfigScriptsPhase
  4738. 726.03 s [haddock-library] Phase: configurePhase
  4739. 726.03 s [haddock-library] configureFlags: --verbose --prefix=/nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc/share/doc/haddock-library-1.11.0 --with-gcc=gcc --package-db=/build/tmp.wyMD10cAzc/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
  4740. 726.03 s [haddock-library] Using Parsec parser
  4741. 726.03 s [haddock-library] Configuring haddock-library-1.11.0...
  4742. 726.03 s [haddock-library] Dependency base >=4.5 && <4.21: using base-4.18.1.0
  4743. 726.03 s [haddock-library] Dependency containers >=0.4.2.1 && <0.5 || >=0.5.0.0 && <0.6 || >=0.6.0.1 &&
  4744. 726.03 s [haddock-library] <0.8: using containers-0.6.7
  4745. 726.03 s [haddock-library] Dependency parsec >=3.1.13.0 && <3.2: using parsec-3.1.16.1
  4746. 726.03 s [haddock-library] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.0.2
  4747. 726.03 s [haddock-library] Dependency QuickCheck >=2.11 && <2.16: using QuickCheck-2.14.3
  4748. 726.03 s [haddock-library] Dependency base >=4.5 && <4.21: using base-4.18.1.0
  4749. 726.03 s [haddock-library] Dependency base-compat >=0.12.0 && <0.15.0: using base-compat-0.13.1
  4750. 726.03 s [haddock-library] Dependency containers >=0.4.2.1 && <0.5 || >=0.5.0.0 && <0.6 || >=0.6.0.1 &&
  4751. 726.03 s [haddock-library] <0.8: using containers-0.6.7
  4752. 726.03 s [haddock-library] Dependency deepseq >=1.3.0.0 && <1.6.0.0: using deepseq-1.4.8.1
  4753. 726.03 s [haddock-library] Dependency hspec >=2.4.4 && <2.12: using hspec-2.11.12
  4754. 726.03 s [haddock-library] Dependency parsec >=3.1.13.0 && <3.2: using parsec-3.1.16.1
  4755. 726.03 s [haddock-library] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.0.2
  4756. 726.03 s [haddock-library] Dependency base: using base-4.18.1.0
  4757. 726.03 s [haddock-library] Dependency base-compat >=0.12.0 && <0.13 || >=0.13.0 && <0.14: using
  4758. 726.03 s [haddock-library] base-compat-0.13.1
  4759. 726.04 s [haddock-library] Dependency directory >=1.3.0.2 && <1.4: using directory-1.3.8.1
  4760. 726.04 s [haddock-library] Dependency filepath >=1.4.1.2 && <1.5: using filepath-1.4.100.4
  4761. 726.04 s [haddock-library] Dependency haddock-library: using haddock-library-1.11.0
  4762. 726.04 s [haddock-library] Dependency optparse-applicative >=0.15 && <0.19: using
  4763. 726.04 s [haddock-library] optparse-applicative-0.18.1.0
  4764. 726.04 s [haddock-library] Dependency tree-diff >=0.2 && <0.4: using tree-diff-0.3.4
  4765. 726.04 s [haddock-library] Source component graph:
  4766. 726.04 s [haddock-library] component test:spec
  4767. 726.04 s [haddock-library] component lib
  4768. 726.04 s [haddock-library] component test:fixtures dependency lib
  4769. 726.04 s [haddock-library] Configured component graph:
  4770. 726.04 s [haddock-library] component haddock-library-1.11.0-GmlIw5cRnwUC6dXXKdebJB-spec
  4771. 726.04 s [haddock-library] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  4772. 726.04 s [haddock-library] include base-4.18.1.0
  4773. 726.04 s [haddock-library] include base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
  4774. 726.04 s [haddock-library] include containers-0.6.7
  4775. 726.04 s [haddock-library] include deepseq-1.4.8.1
  4776. 726.04 s [haddock-library] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  4777. 726.04 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4778. 726.04 s [hw-fingertree] fmapWithPos [✔]
  4779. 726.04 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4780. 726.04 s [hw-fingertree] traverse [✔]
  4781. 726.04 s [hw-fingertree] ✓ <interactive> passed 100 tests.
  4782. 726.04 s [hw-fingertree] traverseWithPos [✔]
  4783. 726.04 s [hw-fingertree]
  4784. 726.04 s [hw-fingertree] Finished in 8.2916 seconds
  4785. 726.04 s [hw-fingertree] 22 examples, 0 failures
  4786. 726.04 s [hw-fingertree] Test suite hw-fingertree-tests: PASS
  4787. 726.04 s [hw-fingertree] Test suite logged to: dist/test/hw-fingertree-0.1.2.1-hw-fingertree-tests.log
  4788. 726.04 s [hw-fingertree] Test suite doctest: RUNNING...
  4789. 726.04 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 )
  4790. 726.04 s [haddock-library] include parsec-3.1.16.1
  4791. 726.04 s [haddock-library] include text-2.0.2
  4792. 726.04 s [haddock-library] component haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  4793. 726.04 s [haddock-library] include base-4.18.1.0
  4794. 726.04 s [haddock-library] include containers-0.6.7
  4795. 726.04 s [haddock-library] include parsec-3.1.16.1
  4796. 726.04 s [haddock-library] include text-2.0.2
  4797. 726.04 s [haddock-library] component haddock-library-1.11.0-It7OsSvpM2oBascIdw4nI4-fixtures
  4798. 726.04 s [haddock-library] include base-4.18.1.0
  4799. 726.04 s [haddock-library] include base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
  4800. 726.04 s [haddock-library] include directory-1.3.8.1
  4801. 726.04 s [haddock-library] include filepath-1.4.100.4
  4802. 726.04 s [haddock-library] include haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  4803. 726.04 s [haddock-library] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  4804. 726.04 s [haddock-library] include tree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB
  4805. 726.04 s [haddock-library] Linked component graph:
  4806. 726.04 s [haddock-library] unit haddock-library-1.11.0-GmlIw5cRnwUC6dXXKdebJB-spec
  4807. 726.04 s [haddock-library] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  4808. 726.04 s [haddock-library] include base-4.18.1.0
  4809. 726.04 s [haddock-library] include base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
  4810. 726.04 s [haddock-library] include containers-0.6.7
  4811. 726.04 s [haddock-library] include deepseq-1.4.8.1
  4812. 726.04 s [haddock-library] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  4813. 726.04 s [haddock-library] include parsec-3.1.16.1
  4814. 726.04 s [haddock-library] include text-2.0.2
  4815. 726.04 s [haddock-library] unit haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  4816. 726.04 s [haddock-library] include base-4.18.1.0
  4817. 726.04 s [haddock-library] include containers-0.6.7
  4818. 726.04 s [haddock-library] include parsec-3.1.16.1
  4819. 726.04 s [haddock-library] include text-2.0.2
  4820. 726.04 s [haddock-library] Documentation.Haddock.Doc=haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo:Documentation.Haddock.Doc,Documentation.Haddock.Markup=haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo:Documentation.Haddock.Markup,Documentation.Haddock.Parser=haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo:Documentation.Haddock.Parser,Documentation.Haddock.Types=haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo:Documentation.Haddock.Types
  4821. 726.04 s [haddock-library] unit haddock-library-1.11.0-It7OsSvpM2oBascIdw4nI4-fixtures
  4822. 726.04 s [haddock-library] include base-4.18.1.0
  4823. 726.04 s [haddock-library] include base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
  4824. 726.04 s [haddock-library] include directory-1.3.8.1
  4825. 726.04 s [haddock-library] include filepath-1.4.100.4
  4826. 726.04 s [haddock-library] include haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  4827. 726.04 s [haddock-library] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  4828. 726.04 s [haddock-library] include tree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB
  4829. 726.04 s [haddock-library] Ready component graph:
  4830. 726.04 s [haddock-library] definite haddock-library-1.11.0-GmlIw5cRnwUC6dXXKdebJB-spec
  4831. 726.04 s [haddock-library] depends QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  4832. 726.04 s [haddock-library] depends base-4.18.1.0
  4833. 726.04 s [haddock-library] depends base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
  4834. 726.04 s [haddock-library] depends containers-0.6.7
  4835. 726.04 s [haddock-library] depends deepseq-1.4.8.1
  4836. 726.04 s [haddock-library] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  4837. 726.04 s [haddock-library] depends parsec-3.1.16.1
  4838. 726.04 s [haddock-library] depends text-2.0.2
  4839. 726.04 s [haddock-library] definite haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  4840. 726.04 s [haddock-library] depends base-4.18.1.0
  4841. 726.04 s [haddock-library] depends containers-0.6.7
  4842. 726.04 s [haddock-library] depends parsec-3.1.16.1
  4843. 726.04 s [haddock-library] depends text-2.0.2
  4844. 726.04 s [haddock-library] definite haddock-library-1.11.0-It7OsSvpM2oBascIdw4nI4-fixtures
  4845. 726.04 s [haddock-library] depends base-4.18.1.0
  4846. 726.04 s [haddock-library] depends base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
  4847. 726.04 s [haddock-library] depends directory-1.3.8.1
  4848. 726.04 s [haddock-library] depends filepath-1.4.100.4
  4849. 726.04 s [haddock-library] depends haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  4850. 726.04 s [haddock-library] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  4851. 726.04 s [haddock-library] depends tree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB
  4852. 726.04 s [haddock-library] Using Cabal-3.10.1.0 compiled by ghc-9.6
  4853. 726.04 s [haddock-library] Using compiler: ghc-9.6.3
  4854. 726.04 s [haddock-library] Using install prefix:
  4855. 726.04 s [haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
  4856. 726.04 s [haddock-library] Executables installed in:
  4857. 726.04 s [haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/bin
  4858. 726.04 s [haddock-library] Libraries installed in:
  4859. 726.04 s [haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  4860. 726.04 s [haddock-library] Dynamic Libraries installed in:
  4861. 726.04 s [haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  4862. 726.04 s [haddock-library] Private executables installed in:
  4863. 726.04 s [haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/libexec/x86_64-linux-ghc-9.6.3/haddock-library-1.11.0
  4864. 726.04 s [haddock-library] Data files installed in:
  4865. 726.04 s [haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/share/x86_64-linux-ghc-9.6.3/haddock-library-1.11.0
  4866. 726.04 s [haddock-library] Documentation installed in:
  4867. 726.04 s [haddock-library] /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc/share/doc/haddock-library-1.11.0
  4868. 726.04 s [haddock-library] Configuration files installed in:
  4869. 726.04 s [haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/etc
  4870. 726.04 s [haddock-library] No alex found
  4871. 726.04 s [haddock-library] Using ar found on system at:
  4872. 726.04 s [haddock-library] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  4873. 726.04 s [haddock-library] No c2hs found
  4874. 726.04 s [haddock-library] No cpphs found
  4875. 726.04 s [haddock-library] No doctest found
  4876. 726.04 s [haddock-library] Using gcc version 14.3.0 given by user at:
  4877. 726.04 s [haddock-library] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  4878. 726.04 s [haddock-library] Using ghc version 9.6.3 found on system at:
  4879. 726.04 s [haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  4880. 726.04 s [haddock-library] Using ghc-pkg version 9.6.3 found on system at:
  4881. 726.04 s [haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  4882. 726.04 s [haddock-library] No ghcjs found
  4883. 726.04 s [haddock-library] No ghcjs-pkg found
  4884. 726.04 s [haddock-library] No greencard found
  4885. 726.04 s [haddock-library] Using haddock version 2.29.1 found on system at:
  4886. 726.04 s [haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  4887. 726.04 s [haddock-library] No happy found
  4888. 726.04 s [haddock-library] Using haskell-suite found on system at: haskell-suite-dummy-location
  4889. 726.04 s [haddock-library] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4890. 726.04 s [haddock-library] No hmake found
  4891. 726.04 s [haddock-library] Using hpc version 0.68 found on system at:
  4892. 726.04 s [haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  4893. 726.04 s [haddock-library] Using hsc2hs version 0.68.9 found on system at:
  4894. 726.04 s [haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  4895. 726.04 s [haddock-library] Using hscolour version 1.25 found on system at:
  4896. 726.04 s [haddock-library] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  4897. 726.04 s [haddock-library] No jhc found
  4898. 726.04 s [haddock-library] Using ld found on system at:
  4899. 726.04 s [haddock-library] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  4900. 726.04 s [haddock-library] No pkg-config found
  4901. 726.04 s [haddock-library] Using runghc version 9.6.3 found on system at:
  4902. 726.04 s [haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  4903. 726.04 s [haddock-library] Using strip version 2.44 found on system at:
  4904. 726.04 s [haddock-library] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  4905. 726.04 s [haddock-library] Using tar found on system at:
  4906. 726.04 s [haddock-library] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  4907. 726.04 s [haddock-library] No uhc found
  4908. 726.04 s [haddock-library] Phase: buildPhase
  4909. 726.04 s [haddock-library] Preprocessing test suite 'spec' for haddock-library-1.11.0..
  4910. 726.04 s [haddock-library] Building test suite 'spec' for haddock-library-1.11.0..
  4911. 726.04 s [haddock-library] [ 1 of 11] Compiling CompatPrelude ( src/CompatPrelude.hs, dist/build/spec/spec-tmp/CompatPrelude.o )
  4912. 726.04 s [haddock-library] [ 2 of 11] Compiling Documentation.Haddock.Types ( src/Documentation/Haddock/Types.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Types.o )
  4913. 726.26 s [hw-fingertree]
  4914. 726.26 s [hw-fingertree] /build/hw-fingertree-0.1.2.1/src/HaskellWorks/Data/IntervalMap/FingerTree.hs:109:22: warning: [GHC-20042] [-Wderiving-defaults]
  4915. 726.26 s [hw-fingertree] • Both DeriveAnyClass and GeneralizedNewtypeDeriving are enabled
  4916. 726.26 s [hw-fingertree] Defaulting to the DeriveAnyClass strategy for instantiating NFData
  4917. 726.26 s [hw-fingertree] • In the newtype declaration for ‘IntervalMap’
  4918. 726.26 s [hw-fingertree] Suggested fix:
  4919. 726.26 s [hw-fingertree] Use DerivingStrategies
  4920. 726.26 s [hw-fingertree] to pick a different strategy
  4921. 726.33 s [ormolu] Phase: setupCompilerEnvironmentPhase
  4922. 726.34 s [ormolu] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  4923. 726.42 s [hw-fingertree] Examples: 0 Tried: 0 Errors: 0 Failures: 0
  4924. 726.53 s [hw-fingertree] Test suite doctest: PASS
  4925. 726.53 s [hw-fingertree] Test suite logged to: dist/test/hw-fingertree-0.1.2.1-doctest.log
  4926. 726.53 s [hw-fingertree] 2 of 2 test suites (2 of 2 test cases) passed.
  4927. 726.55 s [hw-fingertree] Phase: haddockPhase
  4928. 726.68 s [ormolu] Phase: unpackPhase
  4929. 726.69 s [ormolu] unpacking source archive /nix/store/hp61hircmczsiq0xw0can0nzp2aa48j4-ormolu-0.7.4.0.tar.gz
  4930. 726.73 s [ormolu] source root is ormolu-0.7.4.0
  4931. 726.74 s [hw-fingertree] Preprocessing library for hw-fingertree-0.1.2.1..
  4932. 726.74 s [hw-fingertree] Running Haddock on library for hw-fingertree-0.1.2.1..
  4933. 726.74 s [hw-fingertree] Warning: The documentation for the following packages are not installed. No
  4934. 726.74 s [hw-fingertree] links will be generated to these packages: vector-0.13.2.0
  4935. 726.75 s [ormolu] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ormolu-0.7.4.0/tests/Spec.hs"
  4936. 726.76 s [ormolu] Phase: patchPhase
  4937. 726.77 s [ormolu] Replace Cabal file with edited version from mirror://hackage/ormolu-0.7.4.0/revision/5.cabal.
  4938. 726.78 s [ormolu] Phase: compileBuildDriverPhase
  4939. 726.78 s [ormolu] setupCompileFlags: -package-db=/build/tmp.QGZgel1bZ5/setup-package.conf.d -threaded
  4940. 726.80 s [hw-fingertree] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  4941. 726.85 s [ormolu] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.QGZgel1bZ5/Main.o )
  4942. 726.92 s [ormolu] [2 of 2] Linking Setup
  4943. 727.61 s [hw-fingertree] Warning: 'Sum' is out of scope.
  4944. 727.61 s [hw-fingertree] If you qualify the identifier, haddock can try to link it anyway.
  4945. 727.62 s Waiting for lock on waiting for lock on '/nix/store/1qvrwh92khilzw405zpyac1yd2xkhc8y-vector-algorithms-0.9.1.0', '/nix/store/wg6d418j0pwz4ahl67v63iwgxzhvfpmk-vector-algorithms-0.9.1.0-doc'
  4946. 727.62 s [hw-fingertree] 77% ( 27 / 35) in 'HaskellWorks.Data.FingerTree'
  4947. 727.62 s [hw-fingertree] Missing documentation for:
  4948. 727.62 s [hw-fingertree] Digit (src/HaskellWorks/Data/FingerTree.hs:131)
  4949. 727.62 s [hw-fingertree] Node (src/HaskellWorks/Data/FingerTree.hs:159)
  4950. 727.62 s [hw-fingertree] deep (src/HaskellWorks/Data/FingerTree.hs:197)
  4951. 727.62 s [hw-fingertree] node2 (src/HaskellWorks/Data/FingerTree.hs:166)
  4952. 727.62 s [hw-fingertree] node3 (src/HaskellWorks/Data/FingerTree.hs:169)
  4953. 727.62 s [hw-fingertree] ><
  4954. 727.62 s [hw-fingertree] <|
  4955. 727.62 s [hw-fingertree] |>
  4956. 728.39 s [hw-fingertree] 100% ( 14 / 14) in 'HaskellWorks.Data.IntervalMap.FingerTree'
  4957. 728.48 s [hw-fingertree] 100% ( 13 / 13) in 'HaskellWorks.Data.PriorityQueue.FingerTree'
  4958. 728.49 s [haddock-library] [ 3 of 11] Compiling Documentation.Haddock.Parser.Monad ( src/Documentation/Haddock/Parser/Monad.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser/Monad.o )
  4959. 728.76 s [ormolu] Phase: updateAutotoolsGnuConfigScriptsPhase
  4960. 728.78 s [ormolu] Phase: configurePhase
  4961. 728.79 s [ormolu] configureFlags: --verbose --prefix=/nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc/share/doc/ormolu-0.7.4.0 --with-gcc=gcc --package-db=/build/tmp.QGZgel1bZ5/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/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
  4962. 728.81 s [ormolu] Using Parsec parser
  4963. 728.81 s [ormolu] Configuring ormolu-0.7.4.0...
  4964. 728.87 s [hw-fingertree] Warning: HaskellWorks.Data.IntervalMap.FingerTree: could not find link destinations for:
  4965. 728.87 s [hw-fingertree] - HaskellWorks.Data.IntervalMap.FingerTree.IntInterval
  4966. 728.87 s [hw-fingertree] - HaskellWorks.Data.IntervalMap.FingerTree.Node
  4967. 729.09 s [haddock-library] [ 4 of 11] Compiling Documentation.Haddock.Parser.Util ( src/Documentation/Haddock/Parser/Util.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser/Util.o )
  4968. 729.47 s [ormolu] Flags chosen: dev=False, internal-bundle-fixities=True
  4969. 729.47 s [ormolu] Dependency Cabal-syntax >=3.10 && <3.13: using Cabal-syntax-3.10.3.0
  4970. 729.59 s [ormolu] Dependency Diff >=0.4 && <2: using Diff-0.5
  4971. 729.59 s [ormolu] Dependency MemoTrie >=0.6 && <0.7: using MemoTrie-0.6.11
  4972. 729.59 s [ormolu] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.2
  4973. 729.59 s [ormolu] Dependency array >=0.5 && <0.6: using array-0.5.5.0
  4974. 729.59 s [ormolu] Dependency base >=4.14 && <5: using base-4.18.1.0
  4975. 729.59 s [ormolu] Dependency binary >=0.8 && <0.9: using binary-0.8.9.1
  4976. 729.59 s [ormolu] Dependency bytestring >=0.2 && <0.13: using bytestring-0.11.5.2
  4977. 729.59 s [ormolu] Dependency containers >=0.5 && <0.8: using containers-0.6.7
  4978. 729.59 s [ormolu] Dependency deepseq >=1.4 && <1.6: using deepseq-1.4.8.1
  4979. 729.59 s [ormolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
  4980. 729.59 s [ormolu] Dependency file-embed >=0.0.15 && <0.1: using file-embed-0.0.16.0
  4981. 729.59 s [ormolu] Dependency filepath >=1.2 && <1.6: using filepath-1.4.100.4
  4982. 729.59 s [ormolu] Dependency ghc-lib-parser >=9.8 && <9.9: using ghc-lib-parser-9.8.5.20250214
  4983. 729.59 s [ormolu] Dependency megaparsec >=9: using megaparsec-9.6.1
  4984. 729.59 s [ormolu] Dependency mtl >=2 && <3: using mtl-2.3.1
  4985. 729.59 s [ormolu] Dependency syb >=0.7 && <0.8: using syb-0.7.2.4
  4986. 729.59 s [ormolu] Dependency text >=2 && <3: using text-2.0.2
  4987. 729.59 s [ormolu] Dependency Cabal-syntax >=3.10 && <3.13: using Cabal-syntax-3.10.3.0
  4988. 729.59 s [ormolu] Dependency base >=4.12 && <5: using base-4.18.1.0
  4989. 729.59 s [ormolu] Dependency containers >=0.5 && <0.8: using containers-0.6.7
  4990. 729.59 s [ormolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
  4991. 729.59 s [ormolu] Dependency filepath >=1.2 && <1.6: using filepath-1.4.100.4
  4992. 729.59 s [ormolu] Dependency ghc-lib-parser >=9.8 && <9.9: using ghc-lib-parser-9.8.5.20250214
  4993. 729.59 s [ormolu] Dependency optparse-applicative >=0.14 && <0.19: using
  4994. 729.59 s [ormolu] optparse-applicative-0.18.1.0
  4995. 729.59 s [ormolu] Dependency ormolu: using ormolu-0.7.4.0
  4996. 729.59 s [ormolu] Dependency text >=2 && <3: using text-2.0.2
  4997. 729.59 s [ormolu] Dependency th-env >=0.1.1 && <0.2: using th-env-0.1.1
  4998. 729.59 s [ormolu] Dependency Cabal-syntax >=3.10 && <3.13: using Cabal-syntax-3.10.3.0
  4999. 729.59 s [ormolu] Dependency QuickCheck >=2.14: using QuickCheck-2.14.3
  5000. 729.59 s [ormolu] Dependency base >=4.14 && <5: using base-4.18.1.0
  5001. 729.59 s [ormolu] Dependency containers >=0.5 && <0.8: using containers-0.6.7
  5002. 729.59 s [ormolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
  5003. 729.59 s [ormolu] Dependency filepath >=1.2 && <1.6: using filepath-1.4.100.4
  5004. 729.59 s [ormolu] Dependency ghc-lib-parser >=9.8 && <9.9: using ghc-lib-parser-9.8.5.20250214
  5005. 729.59 s [ormolu] Dependency hspec >=2 && <3: using hspec-2.11.12
  5006. 729.59 s [ormolu] Dependency hspec-megaparsec >=2.2: using hspec-megaparsec-2.2.1
  5007. 729.59 s [ormolu] Dependency megaparsec >=9: using megaparsec-9.6.1
  5008. 729.59 s [ormolu] Dependency ormolu: using ormolu-0.7.4.0
  5009. 729.59 s [ormolu] Dependency path >=0.6 && <0.10: using path-0.9.5
  5010. 729.59 s [ormolu] Dependency path-io >=1.4.2 && <2: using path-io-1.8.2
  5011. 729.59 s [ormolu] Dependency temporary >=1.3 && <1.4: using temporary-1.3
  5012. 729.59 s [ormolu] Dependency text >=2 && <3: using text-2.0.2
  5013. 729.59 s [haddock-library] [ 5 of 11] Compiling Documentation.Haddock.Parser.UtilSpec ( test/Documentation/Haddock/Parser/UtilSpec.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser/UtilSpec.o )
  5014. 729.62 s [haddock-library] [ 6 of 11] Compiling Documentation.Haddock.Parser.Identifier ( src/Documentation/Haddock/Parser/Identifier.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser/Identifier.o )
  5015. 729.74 s [haddock-library] [ 7 of 11] Compiling Documentation.Haddock.Markup ( src/Documentation/Haddock/Markup.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Markup.o )
  5016. 729.74 s [haddock-library] [ 8 of 11] Compiling Documentation.Haddock.Doc ( src/Documentation/Haddock/Doc.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Doc.o )
  5017. 729.74 s [haddock-library] [ 9 of 11] Compiling Documentation.Haddock.Parser ( src/Documentation/Haddock/Parser.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser.o )
  5018. 729.87 s [ormolu] Source component graph:
  5019. 729.87 s [ormolu] component lib
  5020. 729.87 s [ormolu] component exe:ormolu dependency lib
  5021. 729.87 s [ormolu] component test:tests dependency lib
  5022. 729.87 s [ormolu] Configured component graph:
  5023. 729.87 s [ormolu] component ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5024. 729.87 s [ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  5025. 729.87 s [ormolu] include Diff-0.5-GZY542scVfnxhSieg1s29
  5026. 729.87 s [ormolu] include MemoTrie-0.6.11-IYe2eqXAvMb2HyBRBnJcdH
  5027. 729.87 s [ormolu] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
  5028. 729.87 s [ormolu] include array-0.5.5.0
  5029. 729.87 s [ormolu] include base-4.18.1.0
  5030. 729.87 s [ormolu] include binary-0.8.9.1
  5031. 729.87 s [ormolu] include bytestring-0.11.5.2
  5032. 729.87 s [ormolu] include containers-0.6.7
  5033. 729.87 s [ormolu] include deepseq-1.4.8.1
  5034. 729.87 s [ormolu] include directory-1.3.8.1
  5035. 729.87 s [ormolu] include file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
  5036. 729.87 s [ormolu] include filepath-1.4.100.4
  5037. 729.87 s [ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  5038. 729.87 s [ormolu] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  5039. 729.87 s [ormolu] include mtl-2.3.1
  5040. 729.87 s [ormolu] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  5041. 729.87 s [ormolu] include text-2.0.2
  5042. 729.87 s [ormolu] component ormolu-0.7.4.0-8szhD6mmVbZGA06uyvzyAc-ormolu
  5043. 729.87 s [ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  5044. 729.87 s [ormolu] include base-4.18.1.0
  5045. 729.87 s [ormolu] include containers-0.6.7
  5046. 729.87 s [ormolu] include directory-1.3.8.1
  5047. 729.87 s [ormolu] include filepath-1.4.100.4
  5048. 729.87 s [ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  5049. 729.87 s [ormolu] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  5050. 729.87 s [ormolu] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5051. 729.87 s [ormolu] include text-2.0.2
  5052. 729.87 s [ormolu] include th-env-0.1.1-HLTEAa4oYubAQgodAGzX89
  5053. 729.87 s [ormolu] component ormolu-0.7.4.0-I39fPBSVAxC9ivnlUt1mA3-tests
  5054. 729.87 s [ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  5055. 729.87 s [ormolu] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  5056. 729.87 s [ormolu] include base-4.18.1.0
  5057. 729.87 s [ormolu] include containers-0.6.7
  5058. 729.87 s [ormolu] include directory-1.3.8.1
  5059. 729.87 s [ormolu] include filepath-1.4.100.4
  5060. 729.87 s [ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  5061. 729.87 s [ormolu] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  5062. 729.87 s [ormolu] include hspec-megaparsec-2.2.1-KDjiM8Yg769IJ8bzluYaus
  5063. 729.87 s [ormolu] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  5064. 729.87 s [ormolu] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5065. 729.87 s [ormolu] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  5066. 729.87 s [ormolu] include path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  5067. 729.87 s [ormolu] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  5068. 729.87 s [ormolu] include text-2.0.2
  5069. 729.87 s [ormolu] Linked component graph:
  5070. 729.87 s [ormolu] unit ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5071. 729.87 s [ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  5072. 729.87 s [ormolu] include Diff-0.5-GZY542scVfnxhSieg1s29
  5073. 729.87 s [ormolu] include MemoTrie-0.6.11-IYe2eqXAvMb2HyBRBnJcdH
  5074. 729.87 s [ormolu] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
  5075. 729.87 s [ormolu] include array-0.5.5.0
  5076. 729.87 s [ormolu] include base-4.18.1.0
  5077. 729.87 s [ormolu] include binary-0.8.9.1
  5078. 729.87 s [ormolu] include bytestring-0.11.5.2
  5079. 729.87 s [ormolu] include containers-0.6.7
  5080. 729.87 s [ormolu] include deepseq-1.4.8.1
  5081. 729.87 s [ormolu] include directory-1.3.8.1
  5082. 729.87 s [ormolu] include file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
  5083. 729.87 s [ormolu] include filepath-1.4.100.4
  5084. 729.87 s [ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  5085. 729.87 s [ormolu] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  5086. 729.87 s [ormolu] include mtl-2.3.1
  5087. 729.87 s [ormolu] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  5088. 729.87 s [ormolu] include text-2.0.2
  5089. 729.87 s [ormolu] Ormolu=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu,Ormolu.Config=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Config,Ormolu.Diff.ParseResult=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Diff.ParseResult,Ormolu.Diff.Text=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Diff.Text,Ormolu.Exception=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Exception,Ormolu.Fixity=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity,Ormolu.Fixity.Imports=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity.Imports,Ormolu.Fixity.Internal=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity.Internal,Ormolu.Fixity.Parser=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity.Parser,Ormolu.Fixity.Printer=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity.Printer,Ormolu.Imports=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Imports,Ormolu.Parser=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Parser,Ormolu.Parser.CommentStream=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Parser.CommentStream,Ormolu.Parser.Pragma=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Parser.Pragma,Ormolu.Parser.Result=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Parser.Result,Ormolu.Printer=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer,Ormolu.Printer.Combinators=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Combinators,Ormolu.Printer.Comments=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Comments,Ormolu.Printer.Internal=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Internal,Ormolu.Printer.Meat.Common=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Common,Ormolu.Printer.Meat.Declaration=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration,Ormolu.Printer.Meat.Declaration.Annotation=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Annotation,Ormolu.Printer.Meat.Declaration.Class=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Class,Ormolu.Printer.Meat.Declaration.Data=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Data,Ormolu.Printer.Meat.Declaration.Default=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Default,Ormolu.Printer.Meat.Declaration.Foreign=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Foreign,Ormolu.Printer.Meat.Declaration.Instance=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Instance,Ormolu.Printer.Meat.Declaration.OpTree=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.OpTree,Ormolu.Printer.Meat.Declaration.RoleAnnotation=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.RoleAnnotation,Ormolu.Printer.Meat.Declaration.Rule=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Rule,Ormolu.Printer.Meat.Declaration.Signature=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Signature,Ormolu.Printer.Meat.Declaration.Splice=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Splice,Ormolu.Printer.Meat.Declaration.Type=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Type,Ormolu.Printer.Meat.Declaration.TypeFamily=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.TypeFamily,Ormolu.Printer.Meat.Declaration.Value=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Value,Ormolu.Printer.Meat.Declaration.Warning=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Warning,Ormolu.Printer.Meat.ImportExport=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.ImportExport,Ormolu.Printer.Meat.Module=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Module,Ormolu.Printer.Meat.Pragma=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Pragma,Ormolu.Printer.Meat.Type=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Type,Ormolu.Printer.Operators=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Operators,Ormolu.Printer.SpanStream=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.SpanStream,Ormolu.Processing.Common=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Processing.Common,Ormolu.Processing.Cpp=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Processing.Cpp,Ormolu.Processing.Preprocess=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Processing.Preprocess,Ormolu.Terminal=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Terminal,Ormolu.Terminal.QualifiedDo=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Terminal.QualifiedDo,Ormolu.Utils=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Utils,Ormolu.Utils.Cabal=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Utils.Cabal,Ormolu.Utils.Fixity=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Utils.Fixity,Ormolu.Utils.IO=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Utils.IO
  5090. 729.87 s [ormolu] unit ormolu-0.7.4.0-8szhD6mmVbZGA06uyvzyAc-ormolu
  5091. 729.87 s [ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  5092. 729.87 s [ormolu] include base-4.18.1.0
  5093. 729.87 s [ormolu] include containers-0.6.7
  5094. 729.87 s [ormolu] include directory-1.3.8.1
  5095. 729.87 s [ormolu] include filepath-1.4.100.4
  5096. 729.87 s [ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  5097. 729.91 s [ormolu] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  5098. 729.91 s [ormolu] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5099. 729.91 s [ormolu] include text-2.0.2
  5100. 729.91 s [ormolu] include th-env-0.1.1-HLTEAa4oYubAQgodAGzX89
  5101. 729.91 s [ormolu] unit ormolu-0.7.4.0-I39fPBSVAxC9ivnlUt1mA3-tests
  5102. 729.91 s [ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  5103. 729.91 s [ormolu] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  5104. 729.91 s [ormolu] include base-4.18.1.0
  5105. 729.91 s [ormolu] include containers-0.6.7
  5106. 729.91 s [ormolu] include directory-1.3.8.1
  5107. 729.91 s [ormolu] include filepath-1.4.100.4
  5108. 729.91 s [ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  5109. 729.91 s [ormolu] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  5110. 729.91 s [ormolu] include hspec-megaparsec-2.2.1-KDjiM8Yg769IJ8bzluYaus
  5111. 729.91 s [ormolu] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  5112. 729.91 s [ormolu] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5113. 729.91 s [ormolu] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  5114. 729.91 s [ormolu] include path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  5115. 729.92 s [ormolu] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  5116. 729.92 s [ormolu] include text-2.0.2
  5117. 729.92 s [ormolu] Ready component graph:
  5118. 729.92 s [ormolu] definite ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5119. 729.92 s [ormolu] depends Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  5120. 729.92 s [ormolu] depends Diff-0.5-GZY542scVfnxhSieg1s29
  5121. 729.92 s [ormolu] depends MemoTrie-0.6.11-IYe2eqXAvMb2HyBRBnJcdH
  5122. 729.92 s [ormolu] depends ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
  5123. 729.92 s [ormolu] depends array-0.5.5.0
  5124. 729.92 s [ormolu] depends base-4.18.1.0
  5125. 729.92 s [ormolu] depends binary-0.8.9.1
  5126. 729.92 s [ormolu] depends bytestring-0.11.5.2
  5127. 729.92 s [ormolu] depends containers-0.6.7
  5128. 729.92 s [ormolu] depends deepseq-1.4.8.1
  5129. 729.92 s [ormolu] depends directory-1.3.8.1
  5130. 729.92 s [ormolu] depends file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
  5131. 729.92 s [ormolu] depends filepath-1.4.100.4
  5132. 729.92 s [ormolu] depends ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  5133. 729.92 s [ormolu] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  5134. 729.92 s [ormolu] depends mtl-2.3.1
  5135. 729.92 s [ormolu] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  5136. 729.92 s [ormolu] depends text-2.0.2
  5137. 729.92 s [ormolu] definite ormolu-0.7.4.0-8szhD6mmVbZGA06uyvzyAc-ormolu
  5138. 729.92 s [ormolu] depends Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  5139. 729.92 s [ormolu] depends base-4.18.1.0
  5140. 729.92 s [ormolu] depends containers-0.6.7
  5141. 729.92 s [ormolu] depends directory-1.3.8.1
  5142. 729.92 s [ormolu] depends filepath-1.4.100.4
  5143. 729.92 s [ormolu] depends ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  5144. 729.92 s [ormolu] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  5145. 729.92 s [ormolu] depends ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5146. 729.92 s [ormolu] depends text-2.0.2
  5147. 729.92 s [ormolu] depends th-env-0.1.1-HLTEAa4oYubAQgodAGzX89
  5148. 729.92 s [ormolu] definite ormolu-0.7.4.0-I39fPBSVAxC9ivnlUt1mA3-tests
  5149. 729.92 s [ormolu] depends Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  5150. 729.92 s [ormolu] depends QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
  5151. 729.92 s [ormolu] depends base-4.18.1.0
  5152. 729.92 s [ormolu] depends containers-0.6.7
  5153. 729.92 s [ormolu] depends directory-1.3.8.1
  5154. 729.92 s [ormolu] depends filepath-1.4.100.4
  5155. 729.92 s [ormolu] depends ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  5156. 729.92 s [ormolu] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  5157. 729.92 s [ormolu] depends hspec-megaparsec-2.2.1-KDjiM8Yg769IJ8bzluYaus
  5158. 729.92 s [ormolu] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  5159. 729.92 s [ormolu] depends ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5160. 729.92 s [ormolu] depends path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
  5161. 729.92 s [ormolu] depends path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
  5162. 729.92 s [ormolu] depends temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  5163. 729.92 s [ormolu] depends text-2.0.2
  5164. 729.92 s [ormolu] Using Cabal-3.10.1.0 compiled by ghc-9.6
  5165. 729.92 s [ormolu] Using compiler: ghc-9.6.3
  5166. 729.92 s [ormolu] Using install prefix:
  5167. 729.92 s [ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0
  5168. 729.92 s [ormolu] Executables installed in:
  5169. 729.92 s [ormolu] /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin
  5170. 729.92 s [ormolu] Libraries installed in:
  5171. 729.92 s [ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  5172. 729.92 s [ormolu] Dynamic Libraries installed in:
  5173. 729.92 s [ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  5174. 729.92 s [ormolu] Private executables installed in:
  5175. 729.92 s [ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/libexec/x86_64-linux-ghc-9.6.3/ormolu-0.7.4.0
  5176. 729.92 s [ormolu] Data files installed in:
  5177. 729.92 s [ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/share/x86_64-linux-ghc-9.6.3/ormolu-0.7.4.0
  5178. 729.92 s [ormolu] Documentation installed in:
  5179. 729.92 s [ormolu] /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc/share/doc/ormolu-0.7.4.0
  5180. 729.92 s [ormolu] Configuration files installed in:
  5181. 729.92 s [ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/etc
  5182. 729.92 s [ormolu] No alex found
  5183. 729.92 s [ormolu] Using ar found on system at:
  5184. 729.92 s [ormolu] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  5185. 729.92 s [ormolu] No c2hs found
  5186. 729.92 s [ormolu] No cpphs found
  5187. 729.92 s [ormolu] No doctest found
  5188. 729.92 s [ormolu] Using gcc version 14.3.0 given by user at:
  5189. 729.92 s [ormolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  5190. 729.92 s [ormolu] Using ghc version 9.6.3 found on system at:
  5191. 729.92 s [ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  5192. 729.92 s [ormolu] Using ghc-pkg version 9.6.3 found on system at:
  5193. 729.92 s [ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  5194. 729.92 s [ormolu] No ghcjs found
  5195. 729.92 s [ormolu] No ghcjs-pkg found
  5196. 729.92 s [ormolu] No greencard found
  5197. 729.92 s [ormolu] Using haddock version 2.29.1 found on system at:
  5198. 729.92 s [ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  5199. 729.92 s [ormolu] No happy found
  5200. 729.92 s [ormolu] Using haskell-suite found on system at: haskell-suite-dummy-location
  5201. 729.92 s [ormolu] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  5202. 729.92 s [ormolu] No hmake found
  5203. 729.92 s [ormolu] Using hpc version 0.68 found on system at:
  5204. 729.92 s [ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  5205. 729.92 s [ormolu] Using hsc2hs version 0.68.9 found on system at:
  5206. 729.92 s [ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  5207. 729.92 s [ormolu] Using hscolour version 1.25 found on system at:
  5208. 729.92 s [ormolu] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  5209. 729.92 s [ormolu] No jhc found
  5210. 729.92 s [ormolu] Using ld found on system at:
  5211. 729.92 s [ormolu] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  5212. 729.92 s [ormolu] No pkg-config found
  5213. 729.92 s [ormolu] Using runghc version 9.6.3 found on system at:
  5214. 729.92 s [ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  5215. 729.92 s [ormolu] Using strip version 2.44 found on system at:
  5216. 729.92 s [ormolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  5217. 729.92 s [ormolu] Using tar found on system at:
  5218. 729.92 s [ormolu] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  5219. 729.92 s [ormolu] No uhc found
  5220. 730.15 s [ormolu] Phase: buildPhase
  5221. 730.29 s [ormolu] Preprocessing library for ormolu-0.7.4.0..
  5222. 730.31 s [ormolu] Building library for ormolu-0.7.4.0..
  5223. 730.58 s [ormolu] [ 1 of 55] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.o, dist/build/GHC/DynFlags.dyn_o )
  5224. 731.14 s [ormolu] [ 2 of 55] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.o, dist/build/Ormolu/Printer/SpanStream.dyn_o )
  5225. 731.43 s [ormolu] [ 3 of 55] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.o, dist/build/Ormolu/Processing/Cpp.dyn_o )
  5226. 732.35 s [ormolu] [ 4 of 55] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.o, dist/build/Ormolu/Utils.dyn_o )
  5227. 732.62 s [ormolu] [ 5 of 55] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.o, dist/build/Ormolu/Terminal.dyn_o )
  5228. 733.94 s [hw-fingertree] Documentation created: dist/doc/html/hw-fingertree/index.html,
  5229. 733.94 s [hw-fingertree] dist/doc/html/hw-fingertree/hw-fingertree.txt
  5230. 734.07 s [ormolu] [ 6 of 55] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.o, dist/build/Ormolu/Terminal/QualifiedDo.dyn_o )
  5231. 734.08 s [hw-fingertree] Preprocessing test suite 'hw-fingertree-tests' for hw-fingertree-0.1.2.1..
  5232. 734.09 s [hw-fingertree] Preprocessing test suite 'doctest' for hw-fingertree-0.1.2.1..
  5233. 734.13 s [hw-fingertree] Phase: installPhase
  5234. 734.14 s [ormolu] [ 7 of 55] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.o, dist/build/Ormolu/Diff/Text.dyn_o )
  5235. 734.43 s [hw-fingertree] Installing library in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  5236. 735.18 s [hw-fingertree] Phase: fixupPhase
  5237. 735.22 s [hw-fingertree] shrinking RPATHs of ELF executables and libraries in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
  5238. 735.25 s [hw-fingertree] shrinking /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw-ghc9.6.3.so
  5239. 735.25 s [hw-fingertree] checking for references to /build/ in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1...
  5240. 735.26 s [hw-fingertree] patching script interpreter paths in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
  5241. 735.27 s [hw-fingertree] stripping (with command strip and flags -S -p) in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib
  5242. 735.49 s [hw-fingertree] shrinking RPATHs of ELF executables and libraries in /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc
  5243. 735.51 s [hw-fingertree] checking for references to /build/ in /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc...
  5244. 735.52 s [hw-fingertree] patching script interpreter paths in /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc
  5245. 735.56 s [ormolu] [ 8 of 55] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.o, dist/build/Ormolu/Exception.dyn_o )
  5246. 735.76 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
  5247. 736.30 s [post-build-hook] Pushing 2 paths (100 are already present) using zstd to cache sellout ⏳
  5248. 736.30 s [post-build-hook]
  5249. 736.65 s [post-build-hook] Pushing /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc (1.85 MiB)
  5250. 736.76 s [post-build-hook] Pushing /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1 (5.33 MiB)
  5251. 737.83 s [post-build-hook]
  5252. 737.83 s [post-build-hook] All done.
  5253. 737.87 s [post-build-hook] Uploading to the NixCI cache: /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
  5254. 737.96 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5255. 738.14 s [post-build-hook] copying 2 paths...
  5256. 738.14 s [post-build-hook] copying path '/nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc' to 'https://cache.nix-ci.com'...
  5257. 738.66 s [post-build-hook] copying path '/nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1' to 'https://cache.nix-ci.com'...
  5258. 740.90 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5259. 741.13 s [post-build-hook] copying 1 paths...
  5260. 741.13 s [post-build-hook] copying path '/nix/store/6bmd2ahj11kwa2s020914x50axzqci9r-hw-fingertree-0.1.2.1.drv' to 'https://cache.nix-ci.com'...
  5261. 741.37 s Progress: 41 of 70 built (4 building), 335 of 335 downloaded from cache
  5262. 741.38 s [haddock-library] [10 of 11] Compiling Documentation.Haddock.ParserSpec ( test/Documentation/Haddock/ParserSpec.hs, dist/build/spec/spec-tmp/Documentation/Haddock/ParserSpec.o )
  5263. 741.38 s [ormolu] [ 9 of 55] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.o, dist/build/Ormolu/Parser/Pragma.dyn_o )
  5264. 741.38 s [ormolu] [10 of 55] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.o, dist/build/Ormolu/Parser/CommentStream.dyn_o )
  5265. 741.38 s [ormolu] [11 of 55] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.o, dist/build/Ormolu/Imports.dyn_o )
  5266. 741.38 s [ormolu] [12 of 55] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.o, dist/build/Ormolu/Fixity/Internal.dyn_o )
  5267. 741.38 s [ormolu] [13 of 55] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.o, dist/build/Ormolu/Fixity/Imports.dyn_o )
  5268. 741.38 s [ormolu] [14 of 55] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.o, dist/build/Ormolu/Fixity.dyn_o )
  5269. 741.38 s [ormolu] [15 of 55] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.o, dist/build/Ormolu/Printer/Operators.dyn_o )
  5270. 741.38 s [ormolu] [16 of 55] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.o, dist/build/Ormolu/Fixity/Printer.dyn_o )
  5271. 741.38 s [ormolu] [17 of 55] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.o, dist/build/Ormolu/Fixity/Parser.dyn_o )
  5272. 741.38 s [ormolu] [18 of 55] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.o, dist/build/Ormolu/Config.dyn_o )
  5273. 741.38 s [ormolu] [19 of 55] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.o, dist/build/Ormolu/Processing/Common.dyn_o )
  5274. 741.38 s [ormolu] [20 of 55] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.o, dist/build/Ormolu/Processing/Preprocess.dyn_o )
  5275. 741.38 s [ormolu] [21 of 55] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.o, dist/build/Ormolu/Printer/Internal.dyn_o )
  5276. 741.38 s [ormolu] [22 of 55] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.o, dist/build/Ormolu/Printer/Comments.dyn_o )
  5277. 741.38 s [ormolu] [23 of 55] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.o, dist/build/Ormolu/Printer/Combinators.dyn_o )
  5278. 741.38 s [ormolu] [24 of 55] 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 )
  5279. 741.40 s Waiting for lock on waiting for lock on '/nix/store/bp19rxy9padkm08iccqqzn4y05ys081w-hls-graph-2.10.0.0-data', '/nix/store/flk4q85407mx5d2illp83s6r5ppi7awb-hls-graph-2.10.0.0', '/nix/store/qv3ji8gsclki5wl924ydk9d2ph7rdx6d-hls-graph-2.10.0.0-doc'
  5280. 741.56 s [ormolu] [25 of 55] 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 )
  5281. 741.71 s [ormolu] [26 of 55] 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 )
  5282. 741.75 s [haddock-library] [11 of 11] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  5283. 741.86 s [ormolu] [27 of 55] 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 )
  5284. 742.30 s [ormolu] [28 of 55] 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 )
  5285. 742.30 s [ormolu] [29 of 55] 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 )
  5286. 742.30 s [ormolu] [30 of 55] 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 )
  5287. 742.30 s [ormolu] [31 of 55] 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 )
  5288. 742.30 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 )
  5289. 742.48 s [haddock-library] [12 of 12] Linking dist/build/spec/spec
  5290. 742.85 s [ormolu] [32 of 55] 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 )
  5291. 743.47 s [ormolu] [33 of 55] 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 )
  5292. 743.65 s [ormolu] [34 of 55] 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 )
  5293. 743.65 s [ormolu] [35 of 55] 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 )
  5294. 743.65 s [ormolu] [36 of 55] 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 )
  5295. 743.87 s [haddock-library] Preprocessing library for haddock-library-1.11.0..
  5296. 743.87 s [haddock-library] Building library for haddock-library-1.11.0..
  5297. 744.06 s [haddock-library] [1 of 8] Compiling CompatPrelude ( src/CompatPrelude.hs, dist/build/CompatPrelude.o, dist/build/CompatPrelude.dyn_o )
  5298. 744.12 s [ormolu] [37 of 55] 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 )
  5299. 744.12 s [ormolu] [38 of 55] 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 )
  5300. 744.12 s [ormolu] [39 of 55] 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 )
  5301. 744.14 s [haddock-library] [2 of 8] Compiling Documentation.Haddock.Types ( src/Documentation/Haddock/Types.hs, dist/build/Documentation/Haddock/Types.o, dist/build/Documentation/Haddock/Types.dyn_o )
  5302. 747.77 s [haddock-library] [3 of 8] Compiling Documentation.Haddock.Parser.Monad ( src/Documentation/Haddock/Parser/Monad.hs, dist/build/Documentation/Haddock/Parser/Monad.o, dist/build/Documentation/Haddock/Parser/Monad.dyn_o )
  5303. 748.33 s [haddock-library] [4 of 8] Compiling Documentation.Haddock.Parser.Util ( src/Documentation/Haddock/Parser/Util.hs, dist/build/Documentation/Haddock/Parser/Util.o, dist/build/Documentation/Haddock/Parser/Util.dyn_o )
  5304. 748.84 s [haddock-library] [5 of 8] Compiling Documentation.Haddock.Parser.Identifier ( src/Documentation/Haddock/Parser/Identifier.hs, dist/build/Documentation/Haddock/Parser/Identifier.o, dist/build/Documentation/Haddock/Parser/Identifier.dyn_o )
  5305. 748.94 s [haddock-library] [6 of 8] Compiling Documentation.Haddock.Markup ( src/Documentation/Haddock/Markup.hs, dist/build/Documentation/Haddock/Markup.o, dist/build/Documentation/Haddock/Markup.dyn_o )
  5306. 748.94 s [haddock-library] [7 of 8] Compiling Documentation.Haddock.Doc ( src/Documentation/Haddock/Doc.hs, dist/build/Documentation/Haddock/Doc.o, dist/build/Documentation/Haddock/Doc.dyn_o )
  5307. 748.94 s [haddock-library] [8 of 8] Compiling Documentation.Haddock.Parser ( src/Documentation/Haddock/Parser.hs, dist/build/Documentation/Haddock/Parser.o, dist/build/Documentation/Haddock/Parser.dyn_o )
  5308. 749.17 s [ormolu] [40 of 55] 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 )
  5309. 749.73 s [ormolu] [41 of 55] 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 )
  5310. 749.78 s [ormolu] [42 of 55] 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 )
  5311. 749.89 s [ormolu] [43 of 55] 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 )
  5312. 749.89 s [ormolu] [44 of 55] 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 )
  5313. 750.11 s [ormolu] [45 of 55] 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 )
  5314. 750.11 s [ormolu] [46 of 55] 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 )
  5315. 751.01 s [ormolu] [47 of 55] 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 )
  5316. 751.14 s [ormolu] [48 of 55] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.o, dist/build/Ormolu/Parser/Result.dyn_o )
  5317. 751.14 s [ormolu] [49 of 55] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.o, dist/build/Ormolu/Printer.dyn_o )
  5318. 751.19 s [ormolu] [50 of 55] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.o, dist/build/Ormolu/Parser.dyn_o )
  5319. 751.19 s [ormolu] [51 of 55] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.o, dist/build/Ormolu/Diff/ParseResult.dyn_o )
  5320. 751.19 s [ormolu] [52 of 55] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.o, dist/build/Ormolu/Utils/IO.dyn_o )
  5321. 751.19 s [ormolu] [53 of 55] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.o, dist/build/Ormolu/Utils/Fixity.dyn_o )
  5322. 751.19 s [ormolu] [54 of 55] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.o, dist/build/Ormolu/Utils/Cabal.dyn_o )
  5323. 751.19 s [ormolu] [55 of 55] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.o, dist/build/Ormolu.dyn_o )
  5324. 752.19 s [ormolu] [ 1 of 55] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.p_o )
  5325. 752.62 s [ormolu] [ 2 of 55] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.p_o )
  5326. 752.87 s [ormolu] [ 3 of 55] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.p_o )
  5327. 753.25 s [lsp-types] [2 of 2] Compiling Language.LSP.MetaModel ( metamodel/Language/LSP/MetaModel.hs, dist/build/metamodel/Language/LSP/MetaModel.p_o )
  5328. 753.45 s [ormolu] [ 4 of 55] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.p_o )
  5329. 753.67 s [ormolu] [ 5 of 55] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.p_o )
  5330. 754.66 s [ormolu] [ 6 of 55] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.p_o )
  5331. 754.81 s [ormolu] [ 7 of 55] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.p_o )
  5332. 755.04 s [haddock-library] [1 of 8] Compiling CompatPrelude ( src/CompatPrelude.hs, dist/build/CompatPrelude.p_o )
  5333. 755.24 s [haddock-library] [2 of 8] Compiling Documentation.Haddock.Types ( src/Documentation/Haddock/Types.hs, dist/build/Documentation/Haddock/Types.p_o )
  5334. 756.11 s [ormolu] [ 8 of 55] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.p_o )
  5335. 756.74 s [ormolu] [ 9 of 55] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.p_o )
  5336. 756.74 s [ormolu] [10 of 55] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.p_o )
  5337. 756.74 s [ormolu] [11 of 55] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.p_o )
  5338. 756.74 s [ormolu] [12 of 55] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.p_o )
  5339. 756.74 s [ormolu] [13 of 55] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.p_o )
  5340. 756.74 s [ormolu] [14 of 55] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.p_o )
  5341. 757.24 s [ormolu] [15 of 55] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.p_o )
  5342. 758.22 s [ormolu] [16 of 55] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.p_o )
  5343. 758.50 s [ormolu] [17 of 55] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.p_o )
  5344. 760.14 s [haddock-library] [3 of 8] Compiling Documentation.Haddock.Parser.Monad ( src/Documentation/Haddock/Parser/Monad.hs, dist/build/Documentation/Haddock/Parser/Monad.p_o )
  5345. 760.47 s [ormolu] [18 of 55] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.p_o )
  5346. 760.47 s [ormolu] [19 of 55] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.p_o )
  5347. 760.47 s [ormolu] [20 of 55] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.p_o )
  5348. 760.47 s [ormolu] [21 of 55] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.p_o )
  5349. 760.47 s [ormolu] [22 of 55] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.p_o )
  5350. 760.86 s [ormolu] [23 of 55] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.p_o )
  5351. 760.95 s [haddock-library] [4 of 8] Compiling Documentation.Haddock.Parser.Util ( src/Documentation/Haddock/Parser/Util.hs, dist/build/Documentation/Haddock/Parser/Util.p_o )
  5352. 761.35 s [ormolu] [24 of 55] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, dist/build/Ormolu/Printer/Meat/Pragma.p_o )
  5353. 761.36 s [haddock-library] [5 of 8] Compiling Documentation.Haddock.Parser.Identifier ( src/Documentation/Haddock/Parser/Identifier.hs, dist/build/Documentation/Haddock/Parser/Identifier.p_o )
  5354. 761.83 s [haddock-library] [6 of 8] Compiling Documentation.Haddock.Markup ( src/Documentation/Haddock/Markup.hs, dist/build/Documentation/Haddock/Markup.p_o )
  5355. 761.83 s [haddock-library] [7 of 8] Compiling Documentation.Haddock.Doc ( src/Documentation/Haddock/Doc.hs, dist/build/Documentation/Haddock/Doc.p_o )
  5356. 761.83 s [haddock-library] [8 of 8] Compiling Documentation.Haddock.Parser ( src/Documentation/Haddock/Parser.hs, dist/build/Documentation/Haddock/Parser.p_o )
  5357. 761.84 s [ormolu] [25 of 55] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, dist/build/Ormolu/Printer/Meat/Common.p_o )
  5358. 761.90 s [ormolu] [26 of 55] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, dist/build/Ormolu/Printer/Meat/Declaration/Warning.p_o )
  5359. 762.13 s [ormolu] [27 of 55] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, dist/build/Ormolu/Printer/Meat/ImportExport.p_o )
  5360. 762.49 s [ormolu] [28 of 55] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.p_o )
  5361. 762.49 s [ormolu] [29 of 55] 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 )
  5362. 762.49 s [ormolu] [30 of 55] 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 )
  5363. 762.49 s [ormolu] [31 of 55] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, dist/build/Ormolu/Printer/Meat/Type.p_o )
  5364. 762.72 s [ormolu] [32 of 55] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, dist/build/Ormolu/Printer/Meat/Declaration/Signature.p_o )
  5365. 763.17 s [ormolu] [33 of 55] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.p_o )
  5366. 763.39 s [ormolu] [34 of 55] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.p_o )
  5367. 763.39 s [ormolu] [35 of 55] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, dist/build/Ormolu/Printer/Meat/Declaration/Type.p_o )
  5368. 763.39 s [ormolu] [36 of 55] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, dist/build/Ormolu/Printer/Meat/Declaration/Data.p_o )
  5369. 763.59 s [ormolu] [37 of 55] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, dist/build/Ormolu/Printer/Meat/Declaration/Default.p_o )
  5370. 763.61 s [ormolu] [38 of 55] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration.p_o-boot )
  5371. 763.61 s [ormolu] [39 of 55] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, dist/build/Ormolu/Printer/Meat/Declaration/Value.p_o )
  5372. 766.93 s [ormolu] [40 of 55] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.p_o )
  5373. 767.34 s [ormolu] [41 of 55] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, dist/build/Ormolu/Printer/Meat/Declaration/Splice.p_o )
  5374. 767.48 s [ormolu] [42 of 55] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, dist/build/Ormolu/Printer/Meat/Declaration/Rule.p_o )
  5375. 767.59 s [ormolu] [43 of 55] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.p_o )
  5376. 767.59 s [ormolu] [44 of 55] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, dist/build/Ormolu/Printer/Meat/Declaration/Instance.p_o )
  5377. 767.67 s [haddock-library] Preprocessing test suite 'fixtures' for haddock-library-1.11.0..
  5378. 767.67 s [haddock-library] Building test suite 'fixtures' for haddock-library-1.11.0..
  5379. 767.68 s [ormolu] [45 of 55] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, dist/build/Ormolu/Printer/Meat/Declaration/Class.p_o )
  5380. 767.68 s [ormolu] [46 of 55] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, dist/build/Ormolu/Printer/Meat/Declaration.p_o )
  5381. 767.76 s [haddock-library] [1 of 1] Compiling Main ( fixtures/Fixtures.hs, dist/build/fixtures/fixtures-tmp/Main.o )
  5382. 768.25 s [ormolu] [47 of 55] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, dist/build/Ormolu/Printer/Meat/Module.p_o )
  5383. 768.46 s [ormolu] [48 of 55] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.p_o )
  5384. 768.46 s [ormolu] [49 of 55] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.p_o )
  5385. 768.58 s [ormolu] [50 of 55] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.p_o )
  5386. 768.58 s [ormolu] [51 of 55] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.p_o )
  5387. 768.58 s [ormolu] [52 of 55] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.p_o )
  5388. 768.58 s [ormolu] [53 of 55] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.p_o )
  5389. 768.58 s [ormolu] [54 of 55] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.p_o )
  5390. 768.58 s [ormolu] [55 of 55] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.p_o )
  5391. 769.65 s [haddock-library] [2 of 2] Linking dist/build/fixtures/fixtures
  5392. 770.81 s [haddock-library] buildPhase completed in 46 seconds
  5393. 770.81 s [haddock-library] Phase: checkPhase
  5394. 770.86 s [haddock-library] Running 2 test suites...
  5395. 770.86 s [haddock-library] Test suite spec: RUNNING...
  5396. 770.87 s [haddock-library]
  5397. 770.87 s [haddock-library] Documentation.Haddock.Parser
  5398. 770.87 s [haddock-library] parseString
  5399. 770.87 s [haddock-library] is total [✔]
  5400. 770.87 s [haddock-library] +++ OK, passed 100 tests.
  5401. 770.87 s [haddock-library] when parsing text
  5402. 770.87 s [haddock-library] can handle unicode [✔]
  5403. 770.87 s [haddock-library] accepts numeric character references [✔]
  5404. 770.87 s [haddock-library] accepts hexadecimal character references [✔]
  5405. 770.87 s [haddock-library] allows to backslash-escape characters except \r [✔]
  5406. 770.87 s [haddock-library] +++ OK, passed 100 tests.
  5407. 770.87 s [haddock-library] when parsing strings contaning numeric character references
  5408. 770.87 s [haddock-library] will implicitly convert digits to characters [✔]
  5409. 770.87 s [haddock-library] will implicitly convert hex encoded characters [✔]
  5410. 770.87 s [haddock-library] when parsing identifiers
  5411. 770.87 s [haddock-library] parses identifiers enclosed within single ticks [✔]
  5412. 770.87 s [haddock-library] parses identifiers enclosed within backticks [✔]
  5413. 770.88 s [haddock-library] parses identifiers preceded by a backtick and followed by a single quote [✔]
  5414. 770.88 s [haddock-library] parses identifiers preceded by a single quote and followed by a backtick [✔]
  5415. 770.88 s [haddock-library] can parse a constructor identifier [✔]
  5416. 770.88 s [haddock-library] can parse a qualified identifier [✔]
  5417. 770.88 s [haddock-library] parses a word with an one of the delimiters in it as DocString [✔]
  5418. 770.88 s [haddock-library] doesn't pass pairs of delimiters with spaces between them [✔]
  5419. 770.88 s [haddock-library] don't use apostrophe's in the wrong place's [✔]
  5420. 770.88 s [haddock-library] doesn't parse empty identifiers [✔]
  5421. 770.88 s [haddock-library] can parse an identifier in infix notation enclosed within backticks [✔]
  5422. 770.88 s [haddock-library] can parse identifiers containing a single quote [✔]
  5423. 770.88 s [haddock-library] can parse identifiers ending with a single quote [✔]
  5424. 770.88 s [haddock-library] can parse identifiers in backticks ending with a single quote [✔]
  5425. 770.88 s [haddock-library] can parse an identifier containing a digit [✔]
  5426. 770.88 s [haddock-library] can parse an identifier containing unicode characters [✔]
  5427. 770.88 s [haddock-library] can parse a single quote followed by an identifier [✔]
  5428. 770.88 s [haddock-library] can parse an identifier that starts with an underscore [✔]
  5429. 770.88 s [haddock-library] can parse value-namespaced identifiers [✔]
  5430. 770.88 s [haddock-library] can parse type-namespaced identifiers [✔]
  5431. 770.88 s [haddock-library] can parse parenthesized operators and backticked identifiers [✔]
  5432. 770.88 s [haddock-library] can properly figure out the end of identifiers [✔]
  5433. 770.88 s [haddock-library] when parsing operators
  5434. 770.88 s [haddock-library] can parse an operator enclosed within single quotes [✔]
  5435. 770.88 s [haddock-library] can parse a qualified operator [✔]
  5436. 770.88 s [haddock-library] can parse a constructor operator [✔]
  5437. 770.88 s [haddock-library] can parse a qualified constructor operator [✔]
  5438. 770.88 s [haddock-library] can parse a unicode operator [✔]
  5439. 770.88 s [haddock-library] when parsing URLs
  5440. 770.88 s [haddock-library] parses a URL [✔]
  5441. 770.88 s [haddock-library] accepts an optional label [✔]
  5442. 770.88 s [haddock-library] does not accept newlines in label [✔]
  5443. 770.88 s [haddock-library] allows us to escape > inside the URL [✔]
  5444. 770.88 s [haddock-library] parses inline URLs [✔]
  5445. 770.88 s [haddock-library] doesn't allow for multi-line link tags [✔]
  5446. 770.88 s [haddock-library] when parsing markdown links
  5447. 770.88 s [haddock-library] parses a simple link [✔]
  5448. 770.88 s [haddock-library] allows whitespace between label and URL [✔]
  5449. 770.88 s [haddock-library] allows newlines in label [✔]
  5450. 770.88 s [haddock-library] allows escaping in label [✔]
  5451. 770.88 s [haddock-library] strips leading and trailing whitespace from label [✔]
  5452. 770.88 s [haddock-library] rejects whitespace in URL [✔]
  5453. 770.88 s [haddock-library] allows inline markup in the label [✔]
  5454. 770.88 s [haddock-library] when URL is on a separate line
  5455. 770.88 s [haddock-library] allows URL to be on a separate line [✔]
  5456. 770.88 s [haddock-library] allows leading whitespace [✔]
  5457. 770.88 s [haddock-library] rejects additional newlines [✔]
  5458. 770.88 s [haddock-library] when autolinking URLs
  5459. 770.88 s [haddock-library] autolinks HTTP URLs [✔]
  5460. 770.88 s [haddock-library] autolinks HTTPS URLs [✔]
  5461. 770.88 s [haddock-library] autolinks FTP URLs [✔]
  5462. 770.88 s [haddock-library] does not include a trailing comma [✔]
  5463. 770.88 s [haddock-library] does not include a trailing dot [✔]
  5464. 770.88 s [haddock-library] does not include a trailing exclamation mark [✔]
  5465. 770.88 s [haddock-library] does not include a trailing question mark [✔]
  5466. 770.88 s [haddock-library] autolinks URLs occuring mid-sentence with multiple ‘/’s [✔]
  5467. 770.88 s [haddock-library] when parsing images
  5468. 770.88 s [haddock-library] accepts markdown syntax for images [✔]
  5469. 770.88 s [haddock-library] accepts Unicode [✔]
  5470. 770.88 s [haddock-library] supports deprecated picture syntax [✔]
  5471. 770.88 s [haddock-library] supports title for deprecated picture syntax [✔]
  5472. 770.88 s [haddock-library] when parsing display math
  5473. 770.88 s [haddock-library] accepts markdown syntax for display math containing newlines [✔]
  5474. 770.88 s [haddock-library] when parsing anchors
  5475. 770.88 s [haddock-library] parses a single word anchor [✔]
  5476. 770.88 s [haddock-library] doesn't parse a multi word anchor [✔]
  5477. 770.88 s [haddock-library] parses a unicode anchor [✔]
  5478. 770.88 s [haddock-library] does not accept newlines in anchors [✔]
  5479. 770.88 s [haddock-library] accepts anchors mid-paragraph [✔]
  5480. 770.88 s [haddock-library] does not accept empty anchors [✔]
  5481. 770.88 s [haddock-library] does not accept anchors containing spaces [✔]
  5482. 770.88 s [haddock-library] when parsing emphasised text
  5483. 770.88 s [haddock-library] emphasises a word on its own [✔]
  5484. 770.88 s [haddock-library] emphasises inline correctly [✔]
  5485. 770.88 s [haddock-library] emphasises unicode [✔]
  5486. 770.88 s [haddock-library] does not emphasise multi-line strings [✔]
  5487. 770.88 s [haddock-library] does not emphasise the empty string [✔]
  5488. 770.88 s [haddock-library] parses escaped slashes literally [✔]
  5489. 770.88 s [haddock-library] recognizes other markup constructs within emphasised text [✔]
  5490. 770.88 s [haddock-library] allows other markup inside of emphasis [✔]
  5491. 770.88 s [haddock-library] doesn't mangle inner markup unicode [✔]
  5492. 770.88 s [haddock-library] properly converts HTML escape sequences [✔]
  5493. 770.88 s [haddock-library] allows to escape the emphasis delimiter inside of emphasis [✔]
  5494. 770.88 s [haddock-library] when parsing monospaced text
  5495. 770.88 s [haddock-library] parses simple monospaced text [✔]
  5496. 770.88 s [haddock-library] parses inline monospaced text [✔]
  5497. 770.88 s [haddock-library] allows to escape @ [✔]
  5498. 770.88 s [haddock-library] accepts unicode [✔]
  5499. 770.88 s [haddock-library] accepts other markup in monospaced text [✔]
  5500. 770.88 s [haddock-library] requires the closing @ [✔]
  5501. 770.88 s [haddock-library] when parsing bold strings
  5502. 770.88 s [haddock-library] allows for a bold string on its own [✔]
  5503. 770.88 s [haddock-library] bolds inline correctly [✔]
  5504. 770.88 s [haddock-library] bolds unicode [✔]
  5505. 770.88 s [haddock-library] does not do __multi-line\n bold__ [✔]
  5506. 770.88 s [haddock-library] allows other markup inside of bold [✔]
  5507. 770.88 s [haddock-library] doesn't mangle inner markup unicode [✔]
  5508. 770.88 s [haddock-library] properly converts HTML escape sequences [✔]
  5509. 770.88 s [haddock-library] allows to escape the bold delimiter inside of bold [✔]
  5510. 770.88 s [haddock-library] doesn't allow for empty bold [✔]
  5511. 770.88 s [haddock-library] when parsing module strings
  5512. 770.88 s [haddock-library] should parse a module on its own [✔]
  5513. 770.88 s [haddock-library] should parse a module inline [✔]
  5514. 770.88 s [haddock-library] can accept a simple module name [✔]
  5515. 770.88 s [haddock-library] can accept a module name with dots [✔]
  5516. 770.88 s [haddock-library] can accept a module name with unicode [✔]
  5517. 770.88 s [haddock-library] parses a module name with a trailing dot as regular quoted string [✔]
  5518. 770.88 s [haddock-library] parses a module name with a space as regular quoted string [✔]
  5519. 770.88 s [haddock-library] parses a module name with invalid characters as regular quoted string [✔]
  5520. 770.88 s [haddock-library] accepts a module name with unicode [✔]
  5521. 770.88 s [haddock-library] treats empty module name as regular double quotes [✔]
  5522. 770.88 s [haddock-library] accepts anchor reference syntax as DocModule [✔]
  5523. 770.88 s [haddock-library] accepts anchor with hyphen as DocModule [✔]
  5524. 770.88 s [haddock-library] accepts old anchor reference syntax as DocModule [✔]
  5525. 770.88 s [haddock-library] when parsing labeled module links
  5526. 770.88 s [haddock-library] parses a simple labeled module link [✔]
  5527. 770.88 s [haddock-library] allows escaping in label [✔]
  5528. 770.88 s [haddock-library] strips leading and trailing whitespace from label [✔]
  5529. 770.88 s [haddock-library] allows whitespace in module name link [✔]
  5530. 770.88 s [haddock-library] allows inline markup in the label [✔]
  5531. 770.88 s [haddock-library] should parse a labeled module on its own [✔]
  5532. 770.88 s [haddock-library] should parse a labeled module inline [✔]
  5533. 770.88 s [haddock-library] can accept a labeled module name with dots [✔]
  5534. 770.88 s [haddock-library] can accept a labeled module name with unicode [✔]
  5535. 770.88 s [haddock-library] parses a labeled module name with a trailing dot as a hyperlink [✔]
  5536. 770.88 s [haddock-library] parses a labeled module name with a space as a regular string [✔]
  5537. 770.88 s [haddock-library] parses a module name with invalid characters as a hyperlink [✔]
  5538. 770.88 s [haddock-library] accepts a labeled module name with unicode [✔]
  5539. 770.88 s [haddock-library] treats empty labeled module name as empty hyperlink [✔]
  5540. 770.88 s [haddock-library] accepts anchor reference syntax for labeled module name [✔]
  5541. 770.88 s [haddock-library] accepts old anchor reference syntax for labeled module name [✔]
  5542. 770.88 s [haddock-library] interprets empty label as a unlabeled module name [✔]
  5543. 770.88 s [haddock-library] parseParas
  5544. 770.88 s [haddock-library] is total [✔]
  5545. 770.88 s [haddock-library] +++ OK, passed 100 tests.
  5546. 770.88 s [haddock-library] doesn't crash on unicode whitespace [✔]
  5547. 770.88 s [haddock-library] when parsing @since
  5548. 770.88 s [haddock-library] adds specified version to the result [✔]
  5549. 770.88 s [haddock-library] ignores trailing whitespace [✔]
  5550. 770.88 s [haddock-library] does not allow trailing input [✔]
  5551. 770.88 s [haddock-library] when given multiple times
  5552. 770.88 s [haddock-library] gives last occurrence precedence [✔]
  5553. 770.88 s [haddock-library] when parsing text paragraphs
  5554. 770.88 s [haddock-library] parses an empty paragraph [✔]
  5555. 770.88 s [haddock-library] parses a simple text paragraph [✔]
  5556. 770.88 s [haddock-library] accepts markup in text paragraphs [✔]
  5557. 770.89 s [haddock-library] preserve all regular characters [✔]
  5558. 770.89 s [haddock-library] +++ OK, passed 100 tests; 14 discarded.
  5559. 770.89 s [haddock-library] separates paragraphs by empty lines [✔]
  5560. 770.89 s [haddock-library] when a pragraph only contains monospaced text
  5561. 770.89 s [haddock-library] turns it into a code block [✔]
  5562. 770.89 s [haddock-library] when a paragraph contains a markdown link
  5563. 770.89 s [haddock-library] correctly parses the link [✔]
  5564. 770.89 s [haddock-library] when the paragraph starts with the markdown link
  5565. 770.89 s [haddock-library] correctly parses it as a text paragraph (not a definition list) [✔]
  5566. 770.89 s [haddock-library] can be followed by an other paragraph [✔]
  5567. 770.89 s [haddock-library] when paragraph contains additional text
  5568. 770.89 s [haddock-library] accepts more text after the link [✔]
  5569. 770.89 s [haddock-library] accepts a newline right after the markdown link [✔]
  5570. 770.89 s [haddock-library] can be followed by an other paragraph [✔]
  5571. 770.89 s [haddock-library] when the link starts on a new line not at the beginning of the paragraph
  5572. 770.89 s [haddock-library] correctly parses the link [✔]
  5573. 770.89 s [haddock-library] when parsing birdtracks
  5574. 770.89 s [haddock-library] parses them as a code block [✔]
  5575. 770.89 s [haddock-library] ignores leading whitespace [✔]
  5576. 770.89 s [haddock-library] strips one leading space from each line of the block [✔]
  5577. 770.89 s [haddock-library] ignores empty lines when stripping spaces [✔]
  5578. 770.89 s [haddock-library] when any non-empty line does not start with a space
  5579. 770.89 s [haddock-library] does not strip any spaces [✔]
  5580. 770.89 s [haddock-library] ignores nested markup [✔]
  5581. 770.89 s [haddock-library] treats them as regular text inside text paragraphs [✔]
  5582. 770.89 s [haddock-library] when parsing code blocks
  5583. 770.89 s [haddock-library] accepts a simple code block [✔]
  5584. 770.89 s [haddock-library] ignores trailing whitespace after the opening @ [✔]
  5585. 770.89 s [haddock-library] rejects code blocks that are not closed [✔]
  5586. 770.89 s [haddock-library] accepts nested markup [✔]
  5587. 770.89 s [haddock-library] allows to escape the @ [✔]
  5588. 770.89 s [haddock-library] accepts horizontal space before the @ [✔]
  5589. 770.89 s [haddock-library] strips a leading space from a @ block if present [✔]
  5590. 770.89 s [haddock-library] only drops whitespace if there's some before closing @ [✔]
  5591. 770.89 s [haddock-library] accepts unicode [✔]
  5592. 770.89 s [haddock-library] requires the closing @ [✔]
  5593. 770.89 s [haddock-library] when parsing examples
  5594. 770.89 s [haddock-library] parses a simple example [✔]
  5595. 770.89 s [haddock-library] parses an example with result [✔]
  5596. 770.89 s [haddock-library] parses consecutive examples [✔]
  5597. 770.89 s [haddock-library] requires an example to be separated from a previous paragraph by an empty line [✔]
  5598. 770.89 s [haddock-library] parses bird-tracks inside of paragraphs as plain strings [✔]
  5599. 770.90 s [haddock-library] skips empty lines in front of an example [✔]
  5600. 770.90 s [haddock-library] terminates example on empty line [✔]
  5601. 770.90 s [haddock-library] parses a <BLANKLINE> result as an empty result [✔]
  5602. 770.90 s [haddock-library] accepts unicode in examples [✔]
  5603. 770.90 s [haddock-library] when prompt is prefixed by whitespace
  5604. 770.90 s [haddock-library] strips the exact same amount of whitespace from result lines [✔]
  5605. 770.90 s [haddock-library] preserves additional whitespace [✔]
  5606. 770.90 s [haddock-library] keeps original if stripping is not possible [✔]
  5607. 770.90 s [haddock-library] when parsing paragraphs nested in lists
  5608. 770.90 s [haddock-library] can nest the same type of list [✔]
  5609. 770.90 s [haddock-library] can nest another type of list inside [✔]
  5610. 770.90 s [haddock-library] can nest a code block inside [✔]
  5611. 770.90 s [haddock-library] can nest more than one level [✔]
  5612. 770.90 s [haddock-library] won't fail on not fully indented paragraph [✔]
  5613. 770.90 s [haddock-library] can nest definition lists [✔]
  5614. 770.90 s [haddock-library] can come back to top level with a different list [✔]
  5615. 770.90 s [haddock-library] allows arbitrary initial indent of a list [✔]
  5616. 770.90 s [haddock-library] definition lists can come back to top level with a different list [✔]
  5617. 770.90 s [haddock-library] list order is preserved in presence of nesting + extra text [✔]
  5618. 770.90 s [haddock-library] when parsing properties
  5619. 770.90 s [haddock-library] can parse a single property [✔]
  5620. 770.90 s [haddock-library] can parse multiple subsequent properties [✔]
  5621. 770.90 s [haddock-library] accepts unicode in properties [✔]
  5622. 770.90 s [haddock-library] can deal with whitespace before and after the prop> prompt [✔]
  5623. 770.90 s [haddock-library] when parsing unordered lists
  5624. 770.90 s [haddock-library] parses a simple list [✔]
  5625. 770.90 s [haddock-library] ignores empty lines between list items [✔]
  5626. 770.90 s [haddock-library] accepts an empty list item [✔]
  5627. 770.90 s [haddock-library] accepts multi-line list items [✔]
  5628. 770.90 s [haddock-library] accepts markup in list items [✔]
  5629. 770.90 s [haddock-library] requires empty lines between list and other paragraphs [✔]
  5630. 770.90 s [haddock-library] when parsing ordered lists
  5631. 770.90 s [haddock-library] parses a simple list [✔]
  5632. 770.90 s [haddock-library] ignores empty lines between list items [✔]
  5633. 770.90 s [haddock-library] accepts an empty list item [✔]
  5634. 770.90 s [haddock-library] accepts multi-line list items [✔]
  5635. 770.90 s [haddock-library] accepts markup in list items [✔]
  5636. 770.90 s [haddock-library] requires empty lines between list and other paragraphs [✔]
  5637. 770.90 s [haddock-library] when parsing definition lists
  5638. 770.90 s [haddock-library] parses a simple list [✔]
  5639. 770.90 s [haddock-library] ignores empty lines between list items [✔]
  5640. 770.90 s [haddock-library] accepts an empty list item [✔]
  5641. 770.90 s [haddock-library] accepts multi-line list items [✔]
  5642. 770.90 s [haddock-library] accepts markup in list items [✔]
  5643. 770.90 s [haddock-library] accepts markup for the label [✔]
  5644. 770.90 s [haddock-library] requires empty lines between list and other paragraphs [✔]
  5645. 770.90 s [haddock-library] dose not require the colon (deprecated - this will be removed in a future release) [✔]
  5646. 770.90 s [haddock-library] when parsing consecutive paragraphs
  5647. 770.90 s [haddock-library] will not capture irrelevant consecutive lists [✔]
  5648. 770.90 s [haddock-library] when parsing function documentation headers
  5649. 770.90 s [haddock-library] can parse a simple header [✔]
  5650. 770.90 s [haddock-library] allow consecutive headers [✔]
  5651. 770.90 s [haddock-library] accepts markup in the header [✔]
  5652. 770.90 s [haddock-library] Documentation.Haddock.Parser.Util
  5653. 770.90 s [haddock-library] takeUntil
  5654. 770.90 s [haddock-library] takes everything until a specified byte sequence [✔]
  5655. 770.90 s [haddock-library] requires the end sequence [✔]
  5656. 770.90 s [haddock-library] takes escaped bytes unconditionally [✔]
  5657. 770.90 s [haddock-library]
  5658. 770.90 s [haddock-library] Finished in 0.0284 seconds
  5659. 770.90 s [haddock-library] 215 examples, 0 failures
  5660. 770.90 s [haddock-library] Test suite spec: PASS
  5661. 770.90 s [haddock-library] Test suite logged to: dist/test/haddock-library-1.11.0-spec.log
  5662. 770.90 s [haddock-library] Test suite fixtures: RUNNING...
  5663. 770.91 s [haddock-library] running definitionList
  5664. 770.91 s [haddock-library] running linkInlineMarkup
  5665. 770.91 s [haddock-library] running table4
  5666. 770.91 s [haddock-library] running list-blocks2
  5667. 770.91 s [haddock-library] running url
  5668. 770.91 s [haddock-library] running identifier
  5669. 770.91 s [haddock-library] running table5
  5670. 770.91 s [haddock-library] running urlLabel
  5671. 770.91 s [haddock-library] running table-cell-strip-whitespaces
  5672. 770.91 s [haddock-library] running table-simple
  5673. 770.91 s [haddock-library] running table3
  5674. 770.91 s [haddock-library] running list-blocks1
  5675. 770.91 s [haddock-library] running linkInline
  5676. 770.91 s [haddock-library] running identifierBackticks
  5677. 770.92 s [haddock-library] running table2
  5678. 770.92 s [haddock-library] running table1
  5679. 770.92 s [haddock-library] running link
  5680. 770.92 s [haddock-library] Fixtures: success 17; total 17
  5681. 770.93 s [haddock-library] Test suite fixtures: PASS
  5682. 770.93 s [haddock-library] Test suite logged to: dist/test/haddock-library-1.11.0-fixtures.log
  5683. 770.93 s [haddock-library] 2 of 2 test suites (2 of 2 test cases) passed.
  5684. 770.94 s [haddock-library] Phase: haddockPhase
  5685. 771.22 s [haddock-library] Preprocessing test suite 'spec' for haddock-library-1.11.0..
  5686. 771.22 s [haddock-library] Preprocessing library for haddock-library-1.11.0..
  5687. 771.22 s [haddock-library] Running Haddock on library for haddock-library-1.11.0..
  5688. 771.30 s [haddock-library] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  5689. 771.71 s [haddock-library] Warning: 'Doc' is out of scope.
  5690. 771.71 s [haddock-library] If you qualify the identifier, haddock can try to link it anyway.
  5691. 771.71 s [haddock-library] 26% ( 5 / 19) in 'Documentation.Haddock.Types'
  5692. 771.71 s [haddock-library] Missing documentation for:
  5693. 771.71 s [haddock-library] MetaDoc (src/Documentation/Haddock/Types.hs:41)
  5694. 771.71 s [haddock-library] overDoc (src/Documentation/Haddock/Types.hs:62)
  5695. 771.71 s [haddock-library] overDocF (src/Documentation/Haddock/Types.hs:65)
  5696. 771.71 s [haddock-library] Version (src/Documentation/Haddock/Types.hs:68)
  5697. 771.71 s [haddock-library] Package (src/Documentation/Haddock/Types.hs:69)
  5698. 771.71 s [haddock-library] Hyperlink (src/Documentation/Haddock/Types.hs:71)
  5699. 771.71 s [haddock-library] ModLink (src/Documentation/Haddock/Types.hs:76)
  5700. 771.71 s [haddock-library] Picture (src/Documentation/Haddock/Types.hs:81)
  5701. 771.71 s [haddock-library] Header (src/Documentation/Haddock/Types.hs:86)
  5702. 771.71 s [haddock-library] Example (src/Documentation/Haddock/Types.hs:91)
  5703. 771.71 s [haddock-library] TableCell (src/Documentation/Haddock/Types.hs:96)
  5704. 771.71 s [haddock-library] TableRow (src/Documentation/Haddock/Types.hs:102)
  5705. 771.71 s [haddock-library] Table (src/Documentation/Haddock/Types.hs:106)
  5706. 771.71 s [haddock-library] DocH (src/Documentation/Haddock/Types.hs:111)
  5707. 772.07 s [haddock-library] 75% ( 3 / 4) in 'Documentation.Haddock.Markup'
  5708. 772.07 s [haddock-library] Missing documentation for:
  5709. 772.07 s [haddock-library] markup (src/Documentation/Haddock/Markup.hs:12)
  5710. 772.10 s [haddock-library] 44% ( 4 / 9) in 'Documentation.Haddock.Doc'
  5711. 772.10 s [haddock-library] Missing documentation for:
  5712. 772.10 s [haddock-library] Module header
  5713. 772.10 s [haddock-library] docParagraph (src/Documentation/Haddock/Doc.hs:57)
  5714. 772.10 s [haddock-library] docAppend (src/Documentation/Haddock/Doc.hs:41)
  5715. 772.10 s [haddock-library] docConcat (src/Documentation/Haddock/Doc.hs:11)
  5716. 772.10 s [haddock-library] emptyMetaDoc (src/Documentation/Haddock/Doc.hs:35)
  5717. 772.20 s [lsp-types] Preprocessing library for lsp-types-2.3.0.1..
  5718. 772.27 s [haddock-library] Warning: '#' is out of scope.
  5719. 772.27 s [haddock-library] If you qualify the identifier, haddock can try to link it anyway.
  5720. 772.28 s [haddock-library] 100% ( 6 / 6) in 'Documentation.Haddock.Parser'
  5721. 772.29 s [lsp-types] Building library for lsp-types-2.3.0.1..
  5722. 772.66 s [haddock-library] Warning: Documentation.Haddock.Parser: could not find link destinations for:
  5723. 772.66 s [haddock-library] - Documentation.Haddock.Parser.parseText
  5724. 772.95 s [lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.o, dist/build/Data/IxMap.dyn_o )
  5725. 773.16 s [lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.o, dist/build/Data/Row/Hashable.dyn_o )
  5726. 773.17 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.o, dist/build/Language/LSP/Protocol/Message/Meta.dyn_o )
  5727. 773.17 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.o, dist/build/Language/LSP/Protocol/Types/LspEnum.dyn_o )
  5728. 773.29 s [ormolu] Preprocessing executable 'ormolu' for ormolu-0.7.4.0..
  5729. 773.29 s [ormolu] Building executable 'ormolu' for ormolu-0.7.4.0..
  5730. 773.47 s [ormolu] [1 of 2] Compiling Paths_ormolu ( dist/build/ormolu/autogen/Paths_ormolu.hs, dist/build/ormolu/ormolu-tmp/Paths_ormolu.o, dist/build/ormolu/ormolu-tmp/Paths_ormolu.dyn_o )
  5731. 773.65 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.o, dist/build/Language/LSP/Protocol/Types/Singletons.dyn_o )
  5732. 773.70 s [ormolu] [2 of 2] Compiling Main ( app/Main.hs, dist/build/ormolu/ormolu-tmp/Main.o )
  5733. 773.80 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.o, dist/build/Language/LSP/Protocol/Types/Uri.dyn_o )
  5734. 774.14 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.o, dist/build/Language/LSP/Protocol/Types/Uri/OsPath.dyn_o )
  5735. 774.20 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.o, dist/build/Language/LSP/Protocol/Utils/Misc.dyn_o )
  5736. 774.20 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.o, dist/build/Language/LSP/Protocol/Types/Common.dyn_o )
  5737. 775.04 s [lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.o, dist/build/Data/Row/Aeson.dyn_o )
  5738. 776.22 s [ormolu] [3 of 3] Linking dist/build/ormolu/ormolu
  5739. 776.71 s [haddock-library] Documentation created: dist/doc/html/haddock-library/index.html,
  5740. 776.71 s [haddock-library] dist/doc/html/haddock-library/haddock-library.txt
  5741. 776.81 s [haddock-library] Preprocessing test suite 'fixtures' for haddock-library-1.11.0..
  5742. 776.83 s [haddock-library] Phase: installPhase
  5743. 777.07 s [haddock-library] Installing library in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  5744. 777.95 s [haddock-library] Phase: fixupPhase
  5745. 778.00 s [haddock-library] shrinking RPATHs of ELF executables and libraries in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
  5746. 778.01 s [haddock-library] shrinking /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShaddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo-ghc9.6.3.so
  5747. 778.03 s [haddock-library] checking for references to /build/ in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0...
  5748. 778.06 s [haddock-library] patching script interpreter paths in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
  5749. 778.07 s [haddock-library] stripping (with command strip and flags -S -p) in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib
  5750. 778.36 s [haddock-library] shrinking RPATHs of ELF executables and libraries in /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc
  5751. 778.36 s [haddock-library] checking for references to /build/ in /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc...
  5752. 778.38 s [haddock-library] patching script interpreter paths in /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc
  5753. 778.64 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
  5754. 779.56 s [post-build-hook] Pushing 1 paths (67 are already present) using zstd to cache sellout ⏳
  5755. 779.56 s [post-build-hook]
  5756. 780.07 s [post-build-hook] Pushing /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0 (9.03 MiB)
  5757. 781.58 s [post-build-hook]
  5758. 781.58 s [post-build-hook] All done.
  5759. 781.63 s [post-build-hook] Uploading to the NixCI cache: /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
  5760. 781.95 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5761. 781.96 s [post-build-hook] copying 2 paths...
  5762. 781.96 s [post-build-hook] copying path '/nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc' to 'https://cache.nix-ci.com'...
  5763. 782.45 s [post-build-hook] copying path '/nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0' to 'https://cache.nix-ci.com'...
  5764. 787.15 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5765. 787.50 s [post-build-hook] copying 1 paths...
  5766. 787.50 s [post-build-hook] copying path '/nix/store/9yh7xliqsdwzfpj70y527m95p851kmdx-haddock-library-1.11.0.drv' to 'https://cache.nix-ci.com'...
  5767. 787.87 s Progress: 42 of 69 built (3 building), 335 of 335 downloaded from cache
  5768. 787.89 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.dyn_o )
  5769. 787.89 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.dyn_o )
  5770. 787.89 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.dyn_o )
  5771. 787.89 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.dyn_o )
  5772. 787.89 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.dyn_o )
  5773. 787.89 s [ormolu] Preprocessing test suite 'tests' for ormolu-0.7.4.0..
  5774. 787.89 s [ormolu] Building test suite 'tests' for ormolu-0.7.4.0..
  5775. 787.89 s [ormolu] [ 1 of 11] Compiling Ormolu.CabalInfoSpec ( tests/Ormolu/CabalInfoSpec.hs, dist/build/tests/tests-tmp/Ormolu/CabalInfoSpec.o )
  5776. 793.83 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.dyn_o )
  5777. 794.73 s [ormolu] [ 2 of 11] Compiling Ormolu.Diff.TextSpec ( tests/Ormolu/Diff/TextSpec.hs, dist/build/tests/tests-tmp/Ormolu/Diff/TextSpec.o )
  5778. 795.51 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.dyn_o )
  5779. 795.51 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.dyn_o )
  5780. 795.51 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.dyn_o )
  5781. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.dyn_o )
  5782. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.dyn_o )
  5783. 795.52 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.o, dist/build/Language/LSP/Protocol/Types/Progress.dyn_o )
  5784. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WatchKind.dyn_o )
  5785. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/VersionedTextDocumentIdentifier.dyn_o )
  5786. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/VersionedNotebookDocumentIdentifier.dyn_o )
  5787. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Unregistration.dyn_o )
  5788. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/UnregistrationParams.dyn_o )
  5789. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/UniquenessLevel.dyn_o )
  5790. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/UnchangedDocumentDiagnosticReport.dyn_o )
  5791. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyOptions.dyn_o )
  5792. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyClientCapabilities.dyn_o )
  5793. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionOptions.dyn_o )
  5794. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionClientCapabilities.dyn_o )
  5795. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TraceValue.dyn_o )
  5796. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TokenFormat.dyn_o )
  5797. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncKind.dyn_o )
  5798. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncClientCapabilities.dyn_o )
  5799. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveReason.dyn_o )
  5800. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentIdentifier.dyn_o )
  5801. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WillSaveTextDocumentParams.dyn_o )
  5802. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterScheme.dyn_o )
  5803. 795.52 s [ormolu] [ 3 of 11] Compiling Ormolu.Fixity.ParserSpec ( tests/Ormolu/Fixity/ParserSpec.hs, dist/build/tests/tests-tmp/Ormolu/Fixity/ParserSpec.o )
  5804. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterPattern.dyn_o )
  5805. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterLanguage.dyn_o )
  5806. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilter.dyn_o )
  5807. 795.52 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeWholeDocument.dyn_o )
  5808. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SymbolTag.dyn_o )
  5809. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SymbolKind.dyn_o )
  5810. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/StaticRegistrationOptions.dyn_o )
  5811. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/StaleRequestSupportOptions.dyn_o )
  5812. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpTriggerKind.dyn_o )
  5813. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpOptions.dyn_o )
  5814. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentResult.dyn_o )
  5815. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentClientCapabilities.dyn_o )
  5816. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SetTraceParams.dyn_o )
  5817. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ServerInfo.dyn_o )
  5818. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ServerCompletionItemOptions.dyn_o )
  5819. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensWorkspaceClientCapabilities.dyn_o )
  5820. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensPartialResult.dyn_o )
  5821. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensLegend.dyn_o )
  5822. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensFullDelta.dyn_o )
  5823. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensOptions.dyn_o )
  5824. 795.53 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensEdit.dyn_o )
  5825. 795.54 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaPartialResult.dyn_o )
  5826. 795.54 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDelta.dyn_o )
  5827. 795.54 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokens.dyn_o )
  5828. 795.54 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenTypes.dyn_o )
  5829. 795.54 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenModifiers.dyn_o )
  5830. 796.41 s [ormolu] [ 4 of 11] Compiling Ormolu.Fixity.PrinterSpec ( tests/Ormolu/Fixity/PrinterSpec.hs, dist/build/tests/tests-tmp/Ormolu/Fixity/PrinterSpec.o )
  5831. 796.41 s [ormolu] [ 5 of 11] Compiling Ormolu.FixitySpec ( tests/Ormolu/FixitySpec.hs, dist/build/tests/tests-tmp/Ormolu/FixitySpec.o )
  5832. 796.41 s [ormolu] [ 6 of 11] Compiling Ormolu.OpTreeSpec ( tests/Ormolu/OpTreeSpec.hs, dist/build/tests/tests-tmp/Ormolu/OpTreeSpec.o )
  5833. 796.41 s [ormolu] [ 7 of 11] Compiling Ormolu.Parser.OptionsSpec ( tests/Ormolu/Parser/OptionsSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/OptionsSpec.o )
  5834. 796.41 s [ormolu] [ 8 of 11] Compiling Ormolu.Parser.ParseFailureSpec ( tests/Ormolu/Parser/ParseFailureSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/ParseFailureSpec.o )
  5835. 796.41 s [ormolu] [ 9 of 11] Compiling Ormolu.Parser.PragmaSpec ( tests/Ormolu/Parser/PragmaSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/PragmaSpec.o )
  5836. 796.41 s [ormolu] [10 of 11] Compiling Ormolu.PrinterSpec ( tests/Ormolu/PrinterSpec.hs, dist/build/tests/tests-tmp/Ormolu/PrinterSpec.o )
  5837. 796.41 s [ormolu] [11 of 11] Compiling Main ( tests/Spec.hs, dist/build/tests/tests-tmp/Main.o )
  5838. 797.27 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.o, dist/build/Language/LSP/Protocol/Types/SemanticTokens.dyn_o )
  5839. 797.87 s [ormolu] [12 of 12] Linking dist/build/tests/tests
  5840. 800.17 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeOptions.dyn_o )
  5841. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeClientCapabilities.dyn_o )
  5842. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SaveOptions.dyn_o )
  5843. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncOptions.dyn_o )
  5844. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperationKind.dyn_o )
  5845. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameOptions.dyn_o )
  5846. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameFileOptions.dyn_o )
  5847. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionEngineKind.dyn_o )
  5848. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionsClientCapabilities.dyn_o )
  5849. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Registration.dyn_o )
  5850. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RegistrationParams.dyn_o )
  5851. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceOptions.dyn_o )
  5852. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceContext.dyn_o )
  5853. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceClientCapabilities.dyn_o )
  5854. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ProgressToken.dyn_o )
  5855. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolParams.dyn_o )
  5856. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressParams.dyn_o )
  5857. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCreateParams.dyn_o )
  5858. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCancelParams.dyn_o )
  5859. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensParams.dyn_o )
  5860. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaParams.dyn_o )
  5861. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ProgressParams.dyn_o )
  5862. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PreviousResultId.dyn_o )
  5863. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticParams.dyn_o )
  5864. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareSupportDefaultBehavior.dyn_o )
  5865. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameClientCapabilities.dyn_o )
  5866. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameDefaultBehavior.dyn_o )
  5867. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PositionEncodingKind.dyn_o )
  5868. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Position.dyn_o )
  5869. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyPrepareParams.dyn_o )
  5870. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionParams.dyn_o )
  5871. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentPositionParams.dyn_o )
  5872. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeParams.dyn_o )
  5873. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameParams.dyn_o )
  5874. 800.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceParams.dyn_o )
  5875. 800.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Range.dyn_o )
  5876. 800.21 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.o, dist/build/Language/LSP/Protocol/Types/Location.dyn_o )
  5877. 800.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyItem.dyn_o )
  5878. 803.49 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySupertypesParams.dyn_o )
  5879. 803.87 s [ormolu] buildPhase completed in 1 minutes 14 seconds
  5880. 803.87 s [ormolu] Phase: checkPhase
  5881. 803.97 s [ormolu] Running 1 test suites...
  5882. 803.97 s [ormolu] Test suite tests: RUNNING...
  5883. 804.01 s [ormolu]
  5884. 804.01 s [ormolu] Ormolu.CabalInfo
  5885. 804.01 s [ormolu] findCabalFile
  5886. 804.01 s [ormolu] returns correct absolute path [✔]
  5887. 804.01 s [ormolu] finds correct path even when it starts from nonsense [✔]
  5888. 804.01 s [ormolu] returns Nothing when it cannot find a cabal file [✔]
  5889. 804.02 s [ormolu] does not consider directories as .cabal files [✔]
  5890. 804.02 s [ormolu] parseCabalInfo
  5891. 804.03 s [ormolu] extracts correct cabal info from ormolu.cabal for src/Ormolu/Config.hs [✔]
  5892. 804.03 s [ormolu] extracts correct cabal info from ormolu.cabal for tests/Ormolu/PrinterSpec.hs [✔]
  5893. 804.03 s [ormolu] handles correctly files that are not mentioned in ormolu.cabal [✔]
  5894. 804.03 s [ormolu] handles `hs-source-dirs: .` [✔]
  5895. 804.03 s [ormolu] handles empty hs-source-dirs [✔]
  5896. 804.03 s [ormolu] Ormolu.Diff.Text
  5897. 804.03 s [ormolu] printTextDiff
  5898. 804.03 s [ormolu] one-line-added [✔]
  5899. 804.03 s [ormolu] one-line-removed [✔]
  5900. 804.03 s [ormolu] no-preceding [✔]
  5901. 804.03 s [ormolu] no-following [✔]
  5902. 804.03 s [ormolu] simple-hunk [✔]
  5903. 804.03 s [ormolu] joined-hunk [✔]
  5904. 804.04 s [ormolu] two-hunks [✔]
  5905. 804.04 s [ormolu] trimming [✔]
  5906. 804.04 s [ormolu] trailing-blank-line [✔]
  5907. 804.04 s [ormolu] trimming-trailing-both-eof [✔]
  5908. 804.04 s [ormolu] trimming-trailing-both-out-of-margin [✔]
  5909. 804.04 s [ormolu] Ormolu.Fixity
  5910. 804.08 s [ormolu] gives the correct fixity info for (:) (built-in) [✔]
  5911. 804.08 s [ormolu] does not know operators from base if base is not a dependency [✔]
  5912. 804.08 s [ormolu] does not know operators from base if Prelude is not imported [✔]
  5913. 804.08 s [ormolu] infers fixities of operators from base correctly [✔]
  5914. 804.08 s [ormolu] does not know (>>>) when Control.Category is not imported [✔]
  5915. 804.08 s [ormolu] infer correct fixity for (>>>) when Control.Category is imported [✔]
  5916. 804.08 s [ormolu] handles 'as' imports correctly [✔]
  5917. 804.08 s [ormolu] handles 'qualified' imports correctly [✔]
  5918. 804.08 s [ormolu] handles 'qualified as' imports correctly [✔]
  5919. 804.09 s [ormolu] handles explicit import lists correctly [✔]
  5920. 804.09 s [ormolu] handles hiding import lists correctly [✔]
  5921. 804.09 s [ormolu] handles qualified imports with explicit import lists correctly [✔]
  5922. 804.09 s [ormolu] handles qualified import with hiding correctly [✔]
  5923. 804.09 s [ormolu] handles qualified import and explicit import lists correctly (1) [✔]
  5924. 804.09 s [ormolu] handles qualified import and explicit import lists correctly (2) [✔]
  5925. 804.09 s [ormolu] handles qualified import and hiding import correctly (1) [✔]
  5926. 804.09 s [ormolu] handles qualified import and hiding import correctly (2) [✔]
  5927. 804.09 s [ormolu] works for several imports from different packages [✔]
  5928. 804.09 s [ormolu] merges approximations in case of a conflict [✔]
  5929. 804.09 s [ormolu] correctly handles package-qualified imports (1) [✔]
  5930. 804.09 s [ormolu] correctly handles package-qualified imports (2) [✔]
  5931. 804.09 s [ormolu] default module re-exports: Control.Lens brings into scope Control.Lens.Lens [✔]
  5932. 804.09 s [ormolu] default module re-exports: Control.Lens qualified brings into scope Control.Lens.Lens [✔]
  5933. 804.09 s [ormolu] default module re-exports: Control.Lens qualified as brings into scope Control.Lens.Lens [✔]
  5934. 804.09 s [ormolu] re-export chains: exported module can itself re-export another module [✔]
  5935. 804.09 s [ormolu] Ormolu.Fixity.Parser
  5936. 804.09 s [ormolu] parseDotOrmolu
  5937. 804.09 s [ormolu] parses the empty input without choking [✔]
  5938. 804.09 s [ormolu] parses a collection of fixity declarations [✔]
  5939. 804.09 s [ormolu] combines conflicting fixity declarations correctly [✔]
  5940. 804.09 s [ormolu] handles CRLF line endings correctly [✔]
  5941. 804.09 s [ormolu] fails with correct parse error (keyword wrong second line) [✔]
  5942. 804.09 s [ormolu] parses module re-exports and combines them correctly [✔]
  5943. 804.09 s [ormolu] parses fixity declarations + module re-export declarations with blanks [✔]
  5944. 804.09 s [ormolu] parseFixtiyDeclaration
  5945. 804.09 s [ormolu] parses a simple infixr declaration [✔]
  5946. 804.09 s [ormolu] parses a simple infixl declaration [✔]
  5947. 804.09 s [ormolu] parses a simple infix declaration [✔]
  5948. 804.09 s [ormolu] parses a declaration for a ticked identifier [✔]
  5949. 804.09 s [ormolu] parses a declaration for a ticked identifier (constructor case) [✔]
  5950. 804.09 s [ormolu] parses a multi-operator declaration [✔]
  5951. 804.09 s [ormolu] parses a declaration with a unicode operator [✔]
  5952. 804.09 s [ormolu] fails with correct parse error (keyword wrong) [✔]
  5953. 804.09 s [ormolu] fails with correct parse error (missing operator) [✔]
  5954. 804.09 s [ormolu] fails with correct parse error (trailing comma) [✔]
  5955. 804.09 s [ormolu] fails with correct parse error (precedence greater than 9) [✔]
  5956. 804.09 s [ormolu] parseModuleReexportDeclaration
  5957. 804.09 s [ormolu] parses a re-export declaration [✔]
  5958. 804.09 s [ormolu] parses a re-export declaration (explicit package) [✔]
  5959. 804.09 s [ormolu] fails with correct parse error (keyword wrong) [✔]
  5960. 804.09 s [ormolu] fails with correct parse error (module syntax) [✔]
  5961. 804.09 s [ormolu] fails with correct parse error (typo: export intead exports) [✔]
  5962. 804.09 s [ormolu] Ormolu.Fixity.Printer
  5963. 804.09 s [ormolu] parseFixityOverrides & printFixityOverrides
  5964. 806.87 s [ormolu] arbitrary fixity maps are printed and parsed back correctly [✔]
  5965. 806.90 s [ormolu] +++ OK, passed 100 tests.
  5966. 806.90 s [ormolu] Ormolu.OpTree
  5967. 806.90 s [ormolu] flattens a tree correctly [✔]
  5968. 806.90 s [ormolu] uses 'minOps' strategy by default [✔]
  5969. 806.90 s [ormolu] uses 'maxOps' strategy if 'minOps' strategy fails [✔]
  5970. 806.90 s [ormolu] defaults to 'hardSplitter' strategy if both 'minOps' and 'maxOps' strategies fail [✔]
  5971. 806.90 s [ormolu] reassociates correctly: complex example 1 [✔]
  5972. 806.90 s [ormolu] Ormolu.Parser.Options
  5973. 806.90 s [ormolu] GHC options in source files take priority
  5974. 806.90 s [ormolu] default extensions can be disabled locally [✔]
  5975. 806.90 s [ormolu] extensions disabled via CLI can be enabled locally [✔]
  5976. 806.90 s [ormolu] Ormolu.Parser.ParseFailure
  5977. 806.90 s [ormolu] disabling-preserves-error-location.hs fails at 12:1 [✔]
  5978. 806.90 s [ormolu] line-pragma.hs fails at 4:47 [✔]
  5979. 806.90 s [ormolu] Ormolu.Parser.Pragma
  5980. 806.90 s [ormolu] parsePragma
  5981. 806.90 s [ormolu] {-# LANGUAGE Foo #-} [✔]
  5982. 806.90 s [ormolu] {-# language Foo #-} [✔]
  5983. 806.90 s [ormolu] {-#LANGUAGE Foo#-} [✔]
  5984. 806.90 s [ormolu] {-# LANGUAGE Foo#-} [✔]
  5985. 806.90 s [ormolu] {-#language Foo#-} [✔]
  5986. 806.90 s [ormolu] {-# lAngUAGe Foo #-} [✔]
  5987. 806.90 s [ormolu] {-# LANGUAGE Foo, Bar #-} [✔]
  5988. 806.90 s [ormolu] {-# LANGUAGE Foo Bar #-} [✔]
  5989. 806.90 s [ormolu] {-# BOO Foo #-} [✔]
  5990. 806.90 s [ormolu] something [✔]
  5991. 806.90 s [ormolu] {-# LANGUAGE foo, Bar #-} [✔]
  5992. 806.90 s [ormolu] {-# OPTIONS_GHC foo bar baz #-} [✔]
  5993. 806.90 s [ormolu] {-#OPTIONS_HADDOCK foo, bar, baz #-} [✔]
  5994. 806.90 s [ormolu] Ormolu.Printer
  5995. 806.90 s [ormolu] import/deprecated-export-multi-line.hs works [✔]
  5996. 806.90 s [ormolu] import/explicit-imports.hs works [✔]
  5997. 806.91 s [ormolu] import/merging-2.hs works [✔]
  5998. 806.91 s [ormolu] import/deduplication-bug.hs works [✔]
  5999. 806.91 s [ormolu] import/merging-0.hs works [✔]
  6000. 806.92 s [ormolu] import/merging-1.hs works [✔]
  6001. 806.92 s [ormolu] import/sorted-export-list.hs works [✔]
  6002. 806.92 s [ormolu] import/qualified-post.hs works [✔]
  6003. 806.93 s [ormolu] import/qualified-prelude.hs works [✔]
  6004. 806.93 s [ormolu] import/explicit-prelude.hs works [✔]
  6005. 806.93 s [ormolu] import/misc.hs works [✔]
  6006. 806.93 s [ormolu] import/explicit-imports-with-comments.hs works [✔]
  6007. 806.94 s [ormolu] import/nested-explicit-imports.hs works [✔]
  6008. 806.94 s [ormolu] import/comments-per-import.hs works [✔]
  6009. 806.94 s [ormolu] import/simple.hs works [✔]
  6010. 806.94 s [ormolu] import/deprecated-export-single-line.hs works [✔]
  6011. 806.94 s [ormolu] import/comments-inside-imports.hs works [✔]
  6012. 806.94 s [ormolu] import/sorted.hs works [✔]
  6013. 806.95 s [ormolu] import/sorted-package-imports.hs works [✔]
  6014. 806.95 s [ormolu] other/trailing-whitespace.hs works [✔]
  6015. 806.95 s [ormolu] other/comment-spacing.hs works [✔]
  6016. 806.95 s [ormolu] other/following-comment-last-0.hs works [✔]
  6017. 806.96 s [ormolu] other/following-comment-last-1.hs works [✔]
  6018. 806.96 s [ormolu] other/invalid-haddock-1.hs works [✔]
  6019. 806.96 s [ormolu] other/comment-empty-let.hs works [✔]
  6020. 806.97 s [ormolu] other/pragma-comments-after.hs works [✔]
  6021. 806.98 s [ormolu] other/inline-comment-1.hs works [✔]
  6022. 807.00 s [ormolu] other/pragma.hs works [✔]
  6023. 807.02 s [ormolu] other/empty-forall.hs works [✔]
  6024. 807.02 s [ormolu] other/multiline-comments-reindent.hs works [✔]
  6025. 807.02 s [ormolu] other/comment-glued-together.hs works [✔]
  6026. 807.03 s [ormolu] other/haddock-without-module-header.hs works [✔]
  6027. 807.03 s [ormolu] other/haddock-sections.hs works [✔]
  6028. 807.04 s [ormolu] other/comment-style-transform.hs works [✔]
  6029. 807.05 s [ormolu] other/merging-comments.hs works [✔]
  6030. 807.05 s [ormolu] other/following-comment-last-2.hs works [✔]
  6031. 807.05 s [ormolu] other/empty-haddock.hs works [✔]
  6032. 807.06 s [ormolu] other/multiple-blank-line-comment.hs works [✔]
  6033. 807.06 s [ormolu] other/invalid-haddock-2.hs works [✔]
  6034. 807.07 s [ormolu] other/jsffi.hs works [✔]
  6035. 807.07 s [ormolu] other/comment-alignment.hs works [✔]
  6036. 807.07 s [ormolu] other/ascii.hs works [✔]
  6037. 807.08 s [ormolu] other/comment-after-preceding-haddock.hs works [✔]
  6038. 807.08 s [ormolu] other/invalid-haddock-weird.hs works [✔]
  6039. 807.09 s [ormolu] other/pragma-comments.hs works [✔]
  6040. 807.11 s [ormolu] other/linear-arrows.hs works [✔]
  6041. 807.11 s [ormolu] other/comment-two-blocks.hs works [✔]
  6042. 807.11 s [ormolu] other/consequetive-pipe-comments.hs works [✔]
  6043. 807.12 s [ormolu] other/comment-inside-construct.hs works [✔]
  6044. 807.13 s [ormolu] other/necessary-brackets.hs works [✔]
  6045. 807.14 s [ormolu] other/pragma-sorting.hs works [✔]
  6046. 807.14 s [ormolu] other/comment-before-hanging.hs works [✔]
  6047. 807.14 s [ormolu] other/pragma-no-header.hs works [✔]
  6048. 807.14 s [ormolu] other/argument-comment.hs works [✔]
  6049. 807.15 s [ormolu] other/following-comment-last-3.hs works [✔]
  6050. 807.15 s [ormolu] other/comment-following-preceding-gap.hs works [✔]
  6051. 807.15 s [ormolu] other/comment-multiline-after.hs works [✔]
  6052. 807.16 s [ormolu] other/inline-comment-0.hs works [✔]
  6053. 807.16 s [ormolu] other/overly-indented.hs works [✔]
  6054. 807.16 s [ormolu] other/comment-trailing-space.hs works [✔]
  6055. 807.21 s [ormolu] other/multiline-forall.hs works [✔]
  6056. 807.21 s [ormolu] other/invalid-haddock-double-trigger.hs works [✔]
  6057. 807.22 s [ormolu] other/disabling/preserve-trailing-whitespace.hs works [✔]
  6058. 807.22 s [ormolu] other/disabling/empty-disabled-region.hs works [✔]
  6059. 807.22 s [ormolu] other/disabling/suffix-comment.hs works [✔]
  6060. 807.22 s [ormolu] other/disabling/preserve-empty-lines.hs works [✔]
  6061. 807.22 s [ormolu] other/disabling/whole-file.hs works [✔]
  6062. 807.23 s [ormolu] other/disabling/single-definition.hs works [✔]
  6063. 807.23 s [ormolu] other/disabling/closing-comment-in-disabled-region.hs works [✔]
  6064. 807.23 s [ormolu] other/disabling/normalize-magic-comments.hs works [✔]
  6065. 807.23 s [ormolu] other/disabling/line-pragma-in-disabled-region.hs works [✔]
  6066. 807.24 s [ormolu] other/cpp/separation-2b.hs works [✔]
  6067. 807.25 s [ormolu] other/cpp/simple-import.hs works [✔]
  6068. 807.26 s [ormolu] other/cpp/separation-1a.hs works [✔]
  6069. 807.27 s [ormolu] other/cpp/separation-0a.hs works [✔]
  6070. 807.28 s [ormolu] other/cpp/cpp-and-imports.hs works [✔]
  6071. 807.29 s [ormolu] other/cpp/separation-1b.hs works [✔]
  6072. 807.29 s [ormolu] other/cpp/separation-2a.hs works [✔]
  6073. 807.30 s [ormolu] other/cpp/continuation.hs works [✔]
  6074. 807.31 s [ormolu] other/cpp/shifted.hs works [✔]
  6075. 807.31 s [ormolu] other/cpp/separation-0b.hs works [✔]
  6076. 807.32 s [ormolu] other/cpp/lonely-hash.hs works [✔]
  6077. 807.33 s [ormolu] declaration/signature/standalone-kind.hs works [✔]
  6078. 807.34 s [ormolu] declaration/signature/type/multi-value.hs works [✔]
  6079. 807.34 s [ormolu] declaration/signature/type/long-function-name.hs works [✔]
  6080. 807.35 s [ormolu] declaration/signature/type/arguments.hs works [✔]
  6081. 807.35 s [ormolu] declaration/signature/type/context-single-line.hs works [✔]
  6082. 807.36 s [ormolu] declaration/signature/type/unrelated.hs works [✔]
  6083. 807.37 s [ormolu] declaration/signature/type/long-multiline-applications.hs works [✔]
  6084. 807.38 s [ormolu] declaration/signature/type/unicode.hs works [✔]
  6085. 807.38 s [ormolu] declaration/signature/type/context-multi-line.hs works [✔]
  6086. 807.39 s [ormolu] declaration/signature/type/infix-promoted-type-constructor.hs works [✔]
  6087. 807.40 s [ormolu] declaration/signature/pattern/multiline.hs works [✔]
  6088. 807.41 s [ormolu] declaration/signature/pattern/single-line.hs works [✔]
  6089. 807.41 s [ormolu] declaration/signature/fixity/infixr.hs works [✔]
  6090. 807.41 s [ormolu] declaration/signature/fixity/infix.hs works [✔]
  6091. 807.41 s [ormolu] declaration/signature/fixity/infixl.hs works [✔]
  6092. 807.41 s [ormolu] declaration/signature/inline/conlike.hs works [✔]
  6093. 807.42 s [ormolu] declaration/signature/inline/inlineable.hs works [✔]
  6094. 807.43 s [ormolu] declaration/signature/inline/inline.hs works [✔]
  6095. 807.43 s [ormolu] declaration/signature/inline/noinline.hs works [✔]
  6096. 807.44 s [ormolu] declaration/signature/complete/complete.hs works [✔]
  6097. 807.46 s [ormolu] declaration/signature/specialize/specialize-instance.hs works [✔]
  6098. 807.48 s [ormolu] declaration/signature/specialize/specialize.hs works [✔]
  6099. 807.48 s [ormolu] declaration/signature/set-cost-centre/set-cost-centre.hs works [✔]
  6100. 807.49 s [ormolu] declaration/signature/minimal/minimal.hs works [✔]
  6101. 807.50 s [ormolu] declaration/type/misc-kind-signatures.hs works [✔]
  6102. 807.50 s [ormolu] declaration/type/type-applications.hs works [✔]
  6103. 807.51 s [ormolu] declaration/type/lits.hs works [✔]
  6104. 807.51 s [ormolu] declaration/type/splice.hs works [✔]
  6105. 807.52 s [ormolu] declaration/type/promotion-1.hs works [✔]
  6106. 807.52 s [ormolu] declaration/type/forall.hs works [✔]
  6107. 807.52 s [ormolu] declaration/type/promotion-0.hs works [✔]
  6108. 807.53 s [ormolu] declaration/type/visible-forall.hs works [✔]
  6109. 807.53 s [ormolu] declaration/type-synonyms/with-weird-haddock.hs works [✔]
  6110. 807.54 s [ormolu] declaration/type-synonyms/simple.hs works [✔]
  6111. 807.55 s [ormolu] declaration/type-synonyms/multi-line.hs works [✔]
  6112. 807.55 s [ormolu] declaration/warning/warning-multiline.hs works [✔]
  6113. 807.57 s [ormolu] declaration/warning/warning-single-line.hs works [✔]
  6114. 807.58 s [ormolu] declaration/instance/data-family-instances.hs works [✔]
  6115. 807.59 s [ormolu] declaration/instance/overlappable-instances.hs works [✔]
  6116. 807.59 s [ormolu] declaration/instance/empty-instance.hs works [✔]
  6117. 807.60 s [ormolu] declaration/instance/single-parameter.hs works [✔]
  6118. 807.61 s [ormolu] declaration/instance/data-family-instances-newtype.hs works [✔]
  6119. 807.62 s [ormolu] declaration/instance/type-family-instances.hs works [✔]
  6120. 807.63 s [ormolu] declaration/instance/multi-parameter.hs works [✔]
  6121. 807.63 s [ormolu] declaration/instance/contexts.hs works [✔]
  6122. 807.64 s [ormolu] declaration/instance/instance-sigs.hs works [✔]
  6123. 807.64 s [ormolu] declaration/instance/newlines-after-where.hs works [✔]
  6124. 807.66 s [ormolu] declaration/instance/newlines-between-methods.hs works [✔]
  6125. 807.66 s [ormolu] declaration/instance/contexts-comments.hs works [✔]
  6126. 807.67 s [ormolu] declaration/instance/associated-data.hs works [✔]
  6127. 807.67 s [ormolu] declaration/instance/associated-types.hs works [✔]
  6128. 807.68 s [ormolu] declaration/instance/instance-sigs-multiple.hs works [✔]
  6129. 807.68 s [ormolu] declaration/instance/data-family-instances-gadt.hs works [✔]
  6130. 807.69 s [ormolu] declaration/class/associated-types1.hs works [✔]
  6131. 807.69 s [ormolu] declaration/class/associated-data1.hs works [✔]
  6132. 807.70 s [ormolu] declaration/class/multi-parameters1.hs works [✔]
  6133. 807.71 s [ormolu] declaration/class/poly-kinded-classes.hs works [✔]
  6134. 807.72 s [ormolu] declaration/class/associated-type-defaults.hs works [✔]
  6135. 807.73 s [ormolu] declaration/class/type-operators3.hs works [✔]
  6136. 807.74 s [ormolu] declaration/class/single-parameters.hs works [✔]
  6137. 807.75 s [ormolu] declaration/class/associated-data2.hs works [✔]
  6138. 807.75 s [ormolu] declaration/class/empty-classes.hs works [✔]
  6139. 807.77 s [ormolu] declaration/class/default-signatures.hs works [✔]
  6140. 807.77 s [ormolu] declaration/class/default-implementations.hs works [✔]
  6141. 807.78 s [ormolu] declaration/class/associated-types2.hs works [✔]
  6142. 807.79 s [ormolu] declaration/class/newlines-after-where.hs works [✔]
  6143. 807.80 s [ormolu] declaration/class/default-implementations-comments.hs works [✔]
  6144. 807.81 s [ormolu] declaration/class/newlines-between-methods.hs works [✔]
  6145. 807.82 s [ormolu] declaration/class/functional-dependencies.hs works [✔]
  6146. 807.82 s [ormolu] declaration/class/super-classes.hs works [✔]
  6147. 807.83 s [ormolu] declaration/class/type-operators2.hs works [✔]
  6148. 807.83 s [ormolu] declaration/class/default-signatures-simple.hs works [✔]
  6149. 807.84 s [ormolu] declaration/class/dependency-super-classes.hs works [✔]
  6150. 807.85 s [ormolu] declaration/class/newlines-and-haddocks.hs works [✔]
  6151. 807.85 s [ormolu] declaration/class/type-operators1.hs works [✔]
  6152. 807.86 s [ormolu] declaration/class/newlines-and-default-decls.hs works [✔]
  6153. 807.87 s [ormolu] declaration/class/multi-parameters2.hs works [✔]
  6154. 807.89 s [ormolu] declaration/data/multiline-names.hs works [✔]
  6155. 807.89 s [ormolu] declaration/data/datatype-contexts.hs works [✔]
  6156. 807.89 s [ormolu] declaration/data/deriving.hs works [✔]
  6157. 807.90 s [ormolu] declaration/data/deriving-strategies.hs works [✔]
  6158. 807.91 s [ormolu] declaration/data/unnamed-field-comment-0.hs works [✔]
  6159. 807.91 s [ormolu] declaration/data/with-weird-haddock.hs works [✔]
  6160. 807.91 s [ormolu] declaration/data/partly-documented.hs works [✔]
  6161. 807.92 s [ormolu] declaration/data/strictness.hs works [✔]
  6162. 807.93 s [ormolu] declaration/data/simple-broken.hs works [✔]
  6163. 807.95 s [ormolu] declaration/data/kind-annotations.hs works [✔]
  6164. 807.96 s [ormolu] declaration/data/operators.hs works [✔]
  6165. 807.96 s [ormolu] declaration/data/multiline-arg-parens.hs works [✔]
  6166. 807.96 s [ormolu] declaration/data/infix.hs works [✔]
  6167. 807.96 s [ormolu] declaration/data/unnamed-field-comment-3.hs works [✔]
  6168. 807.97 s [ormolu] declaration/data/single-constructor-with-haddock.hs works [✔]
  6169. 807.98 s [ormolu] declaration/data/gadt-syntax.hs works [✔]
  6170. 807.98 s [ormolu] declaration/data/record-singleline.hs works [✔]
  6171. 807.99 s [ormolu] declaration/data/record.hs works [✔]
  6172. 807.99 s [ormolu] declaration/data/fat-multiline.hs works [✔]
  6173. 808.00 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySubtypesParams.dyn_o )
  6174. 808.00 s [ormolu] declaration/data/type-data.hs works [✔]
  6175. 808.00 s [ormolu] declaration/data/multiline.hs works [✔]
  6176. 808.01 s [ormolu] declaration/data/existential.hs works [✔]
  6177. 808.02 s [ormolu] declaration/data/invisible-binders.hs works [✔]
  6178. 808.02 s [ormolu] declaration/data/ctype-0.hs works [✔]
  6179. 808.03 s [ormolu] declaration/data/existential-multiline.hs works [✔]
  6180. 808.03 s [ormolu] declaration/data/empty.hs works [✔]
  6181. 808.03 s [ormolu] declaration/data/record-multi-const.hs works [✔]
  6182. 808.03 s [ormolu] declaration/data/unnamed-field-comment-1.hs works [✔]
  6183. 808.04 s [ormolu] declaration/data/record-fancy-existential.hs works [✔]
  6184. 808.04 s [ormolu] declaration/data/ctype-1.hs works [✔]
  6185. 808.05 s [ormolu] declaration/data/existential-unicode.hs works [✔]
  6186. 808.05 s [ormolu] declaration/data/simple.hs works [✔]
  6187. 808.05 s [ormolu] declaration/data/newtype.hs works [✔]
  6188. 808.05 s [ormolu] declaration/data/with-comment.hs works [✔]
  6189. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextEdit.dyn_o )
  6190. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangePartial.dyn_o )
  6191. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeEvent.dyn_o )
  6192. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentParams.dyn_o )
  6193. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRangeParams.dyn_o )
  6194. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRange.dyn_o )
  6195. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenamePlaceholder.dyn_o )
  6196. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameResult.dyn_o )
  6197. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameParams.dyn_o )
  6198. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Pattern.dyn_o )
  6199. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RelativePattern.dyn_o )
  6200. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PartialResultParams.dyn_o )
  6201. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/OptionalVersionedTextDocumentIdentifier.dyn_o )
  6202. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncClientCapabilities.dyn_o )
  6203. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentIdentifier.dyn_o )
  6204. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterScheme.dyn_o )
  6205. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterPattern.dyn_o )
  6206. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterNotebookType.dyn_o )
  6207. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilter.dyn_o )
  6208. 808.06 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentClientCapabilities.dyn_o )
  6209. 808.07 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellContentChanges.dyn_o )
  6210. 808.07 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellTextDocumentFilter.dyn_o )
  6211. 808.07 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellLanguage.dyn_o )
  6212. 808.07 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithNotebook.dyn_o )
  6213. 808.07 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithCells.dyn_o )
  6214. 808.07 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncRegistrationOptions.dyn_o )
  6215. 808.07 s [ormolu] declaration/data/unnamed-field-comment-2.hs works [✔]
  6216. 808.07 s [ormolu] declaration/data/field-layout/record-2.hs works [✔]
  6217. 808.07 s [ormolu] declaration/data/field-layout/gadt.hs works [✔]
  6218. 808.08 s [ormolu] declaration/data/field-layout/record-1.hs works [✔]
  6219. 808.08 s [ormolu] declaration/data/field-layout/record-0.hs works [✔]
  6220. 808.09 s [ormolu] declaration/data/field-layout/variants.hs works [✔]
  6221. 808.11 s [ormolu] declaration/data/gadt/multiline-where.hs works [✔]
  6222. 808.11 s [ormolu] declaration/data/gadt/strictness.hs works [✔]
  6223. 808.12 s [ormolu] declaration/data/gadt/record.hs works [✔]
  6224. 808.14 s [ormolu] declaration/data/gadt/multiline.hs works [✔]
  6225. 808.15 s [ormolu] declaration/data/gadt/multiple-declaration.hs works [✔]
  6226. 808.16 s [ormolu] declaration/data/gadt/unicode.hs works [✔]
  6227. 808.17 s [ormolu] declaration/data/gadt/simple.hs works [✔]
  6228. 808.18 s [ormolu] declaration/default/default.hs works [✔]
  6229. 808.18 s [ormolu] declaration/foreign/foreign-export.hs works [✔]
  6230. 808.20 s [ormolu] declaration/foreign/foreign-import.hs works [✔]
  6231. 808.20 s [ormolu] declaration/deriving/overlapping.hs works [✔]
  6232. 808.21 s [ormolu] declaration/deriving/singleline.hs works [✔]
  6233. 808.21 s [ormolu] declaration/deriving/multiline.hs works [✔]
  6234. 808.21 s [ormolu] declaration/role-annotation/single-line.hs works [✔]
  6235. 808.21 s [ormolu] declaration/role-annotation/multi-line.hs works [✔]
  6236. 808.22 s [ormolu] declaration/annotation/annotation.hs works [✔]
  6237. 808.23 s [ormolu] declaration/rewrite-rule/type-signature.hs works [✔]
  6238. 808.25 s [ormolu] declaration/rewrite-rule/prelude3.hs works [✔]
  6239. 808.25 s [ormolu] declaration/rewrite-rule/basic1.hs works [✔]
  6240. 808.28 s [ormolu] declaration/rewrite-rule/basic2.hs works [✔]
  6241. 808.28 s [ormolu] declaration/rewrite-rule/empty.hs works [✔]
  6242. 808.32 s [ormolu] declaration/rewrite-rule/never-active.hs works [✔]
  6243. 808.34 s [ormolu] declaration/rewrite-rule/prelude1.hs works [✔]
  6244. 808.35 s [ormolu] declaration/rewrite-rule/forall-1.hs works [✔]
  6245. 808.36 s [ormolu] declaration/rewrite-rule/prelude4.hs works [✔]
  6246. 808.36 s [ormolu] declaration/rewrite-rule/phase.hs works [✔]
  6247. 808.40 s [ormolu] declaration/rewrite-rule/prelude2.hs works [✔]
  6248. 808.40 s [ormolu] declaration/rewrite-rule/forall-0.hs works [✔]
  6249. 808.40 s [ormolu] declaration/type-families/type-family/injective.hs works [✔]
  6250. 808.40 s [ormolu] declaration/type-families/type-family/operator.hs works [✔]
  6251. 808.40 s [ormolu] declaration/type-families/type-family/no-annotation.hs works [✔]
  6252. 808.41 s [ormolu] declaration/type-families/type-family/simple.hs works [✔]
  6253. 808.41 s [ormolu] declaration/type-families/data-family/type-arguments.hs works [✔]
  6254. 808.41 s [ormolu] declaration/type-families/data-family/no-annotation.hs works [✔]
  6255. 808.42 s [ormolu] declaration/type-families/data-family/simple.hs works [✔]
  6256. 808.42 s [ormolu] declaration/type-families/closed-type-family/with-equal-sign.hs works [✔]
  6257. 808.44 s [ormolu] declaration/type-families/closed-type-family/infix.hs works [✔]
  6258. 808.45 s [ormolu] declaration/type-families/closed-type-family/injective.hs works [✔]
  6259. 808.45 s [ormolu] declaration/type-families/closed-type-family/type-arguments.hs works [✔]
  6260. 808.45 s [ormolu] declaration/type-families/closed-type-family/no-annotation.hs works [✔]
  6261. 808.47 s [ormolu] declaration/type-families/closed-type-family/with-comments.hs works [✔]
  6262. 808.47 s [ormolu] declaration/type-families/closed-type-family/with-forall.hs works [✔]
  6263. 808.48 s [ormolu] declaration/type-families/closed-type-family/simple.hs works [✔]
  6264. 808.49 s [ormolu] declaration/type-families/closed-type-family/multi-line.hs works [✔]
  6265. 808.49 s [ormolu] declaration/type-families/closed-type-family/promotion.hs works [✔]
  6266. 808.50 s [ormolu] declaration/value/function/unboxed-string-lit.hs works [✔]
  6267. 808.51 s [ormolu] declaration/value/function/tuples.hs works [✔]
  6268. 808.51 s [ormolu] declaration/value/function/fancy-forall-1.hs works [✔]
  6269. 808.53 s [ormolu] declaration/value/function/case-multi-line-guards.hs works [✔]
  6270. 808.53 s [ormolu] declaration/value/function/quasi-quotes.hs works [✔]
  6271. 808.54 s [ormolu] declaration/value/function/operator-fixity-defaulting.hs works [✔]
  6272. 808.55 s [ormolu] declaration/value/function/negative-literals.hs works [✔]
  6273. 808.56 s [ormolu] declaration/value/function/guards.hs works [✔]
  6274. 808.57 s [ormolu] declaration/value/function/type-applications.hs works [✔]
  6275. 808.58 s [ormolu] declaration/value/function/arithmetic-sequences.hs works [✔]
  6276. 808.58 s [ormolu] declaration/value/function/implicit-params.hs works [✔]
  6277. 808.59 s [ormolu] declaration/value/function/list-notation-1.hs works [✔]
  6278. 808.59 s [ormolu] declaration/value/function/do-single-multi.hs works [✔]
  6279. 808.59 s [ormolu] declaration/value/function/blank-lines-let.hs works [✔]
  6280. 808.62 s [ormolu] declaration/value/function/lambda-single-line.hs works [✔]
  6281. 808.62 s [ormolu] declaration/value/function/parens.hs works [✔]
  6282. 808.62 s [ormolu] declaration/value/function/do-where.hs works [✔]
  6283. 808.63 s [ormolu] declaration/value/function/tuple-sections.hs works [✔]
  6284. 808.63 s [ormolu] declaration/value/function/operators-2.hs works [✔]
  6285. 808.64 s [ormolu] declaration/value/function/list-notation-0.hs works [✔]
  6286. 808.64 s [ormolu] declaration/value/function/operators-4.hs works [✔]
  6287. 808.65 s [ormolu] declaration/value/function/parallel-comprehensions-single-line.hs works [✔]
  6288. 808.66 s [ormolu] declaration/value/function/type-applications-and-splice.hs works [✔]
  6289. 808.66 s [ormolu] declaration/value/function/tricky-parens.hs works [✔]
  6290. 808.68 s [ormolu] declaration/value/function/list-comprehensions.hs works [✔]
  6291. 808.69 s [ormolu] declaration/value/function/operators-7.hs works [✔]
  6292. 808.69 s [ormolu] declaration/value/function/prefix.hs works [✔]
  6293. 808.69 s [ormolu] declaration/value/function/if-with-comment-above-branches.hs works [✔]
  6294. 808.70 s [ormolu] declaration/value/function/backticks.hs works [✔]
  6295. 808.71 s [ormolu] declaration/value/function/splice.hs works [✔]
  6296. 808.71 s [ormolu] declaration/value/function/case-empty.hs works [✔]
  6297. 808.72 s [ormolu] declaration/value/function/operators-5.hs works [✔]
  6298. 808.72 s [ormolu] declaration/value/function/operator-comments-0.hs works [✔]
  6299. 808.73 s [ormolu] declaration/value/function/if-with-comment-in-branches.hs works [✔]
  6300. 808.74 s [ormolu] declaration/value/function/operator-comments-1.hs works [✔]
  6301. 808.74 s [ormolu] declaration/value/function/case-single-line.hs works [✔]
  6302. 808.75 s [ormolu] declaration/value/function/operator-hash-with-unboxed-sums.hs works [✔]
  6303. 808.75 s [ormolu] declaration/value/function/operator-sections.hs works [✔]
  6304. 808.76 s [ormolu] declaration/value/function/if-with-comment-next-to-keyword.hs works [✔]
  6305. 808.76 s [ormolu] declaration/value/function/unboxed-tuples.hs works [✔]
  6306. 808.77 s [ormolu] declaration/value/function/backticks-lhs.hs works [✔]
  6307. 808.77 s [ormolu] declaration/value/function/operator-hash-without-unboxed-sums.hs works [✔]
  6308. 808.79 s [ormolu] declaration/value/function/if-multi-line.hs works [✔]
  6309. 808.81 s [ormolu] declaration/value/function/case-multi-line.hs works [✔]
  6310. 808.85 s [ormolu] declaration/value/function/lambda-case.hs works [✔]
  6311. 808.87 s [ormolu] declaration/value/function/let-single-line.hs works [✔]
  6312. 808.88 s [ormolu] declaration/value/function/list-notation-3.hs works [✔]
  6313. 808.88 s [ormolu] declaration/value/function/builtin-syntax.hs works [✔]
  6314. 808.89 s [ormolu] declaration/value/function/strings.hs works [✔]
  6315. 808.90 s [ormolu] declaration/value/function/fancy-forall-0.hs works [✔]
  6316. 808.90 s [ormolu] declaration/value/function/multiple-matches.hs works [✔]
  6317. 808.90 s [ormolu] declaration/value/function/awkward-comment-0.hs works [✔]
  6318. 808.91 s [ormolu] declaration/value/function/multiline-arguments.hs works [✔]
  6319. 808.91 s [ormolu] declaration/value/function/if-single-line-functions.hs works [✔]
  6320. 808.91 s [ormolu] declaration/value/function/if-with-comment-in-branches-with-functions.hs works [✔]
  6321. 808.92 s [ormolu] declaration/value/function/overloaded-labels.hs works [✔]
  6322. 808.92 s [ormolu] declaration/value/function/complex-list.hs works [✔]
  6323. 808.93 s [ormolu] declaration/value/function/lambda-multi-line1.hs works [✔]
  6324. 808.94 s [ormolu] declaration/value/function/block-arguments.hs works [✔]
  6325. 808.94 s [ormolu] declaration/value/function/unboxed-sums.hs works [✔]
  6326. 808.95 s [ormolu] declaration/value/function/application-1.hs works [✔]
  6327. 808.95 s [ormolu] declaration/value/function/operators-6.hs works [✔]
  6328. 808.95 s [ormolu] declaration/value/function/pragmas.hs works [✔]
  6329. 808.95 s [ormolu] declaration/value/function/equality-constraints.hs works [✔]
  6330. 808.96 s [ormolu] declaration/value/function/primitive-literals.hs works [✔]
  6331. 808.96 s [ormolu] declaration/value/function/operator-comments-2.hs works [✔]
  6332. 808.96 s [ormolu] declaration/value/function/list-notation-2.hs works [✔]
  6333. 808.96 s [ormolu] declaration/value/function/explicit-type.hs works [✔]
  6334. 808.97 s [ormolu] declaration/value/function/multiple-guards.hs works [✔]
  6335. 808.97 s [ormolu] declaration/value/function/if-single-line.hs works [✔]
  6336. 808.97 s [ormolu] declaration/value/function/lexical-negation.hs works [✔]
  6337. 808.98 s [ormolu] declaration/value/function/operators-3.hs works [✔]
  6338. 808.98 s [ormolu] declaration/value/function/awkward-comment-1.hs works [✔]
  6339. 808.98 s [ormolu] declaration/value/function/multi-way-if.hs works [✔]
  6340. 808.98 s [ormolu] declaration/value/function/arg-breakpoints.hs works [✔]
  6341. 808.99 s [ormolu] declaration/value/function/application-2.hs works [✔]
  6342. 808.99 s [ormolu] declaration/value/function/operators-1.hs works [✔]
  6343. 809.00 s [ormolu] declaration/value/function/where.hs works [✔]
  6344. 809.00 s [ormolu] declaration/value/function/parenthesis-lhs.hs works [✔]
  6345. 809.01 s [ormolu] declaration/value/function/negation.hs works [✔]
  6346. 809.01 s [ormolu] declaration/value/function/lambda-multi-line2.hs works [✔]
  6347. 809.01 s [ormolu] declaration/value/function/let-nested.hs works [✔]
  6348. 809.01 s [ormolu] declaration/value/function/blank-lines-where.hs works [✔]
  6349. 809.01 s [ormolu] declaration/value/function/if-single-line-functions-do.hs works [✔]
  6350. 809.02 s [ormolu] declaration/value/function/operators-0.hs works [✔]
  6351. 809.02 s [ormolu] declaration/value/function/overindentation.hs works [✔]
  6352. 809.02 s [ormolu] declaration/value/function/parallel-comprehensions-complex.hs works [✔]
  6353. 809.02 s [ormolu] declaration/value/function/typed-hole.hs works [✔]
  6354. 809.03 s [ormolu] declaration/value/function/simple.hs works [✔]
  6355. 809.03 s [ormolu] declaration/value/function/static-pointers.hs works [✔]
  6356. 809.03 s [ormolu] declaration/value/function/where-nested.hs works [✔]
  6357. 809.03 s [ormolu] declaration/value/function/application-0.hs works [✔]
  6358. 809.04 s [ormolu] declaration/value/function/if-with-comment-before-do-blocks.hs works [✔]
  6359. 809.04 s [ormolu] declaration/value/function/let-multi-line.hs works [✔]
  6360. 809.04 s [ormolu] declaration/value/function/typed-expressions.hs works [✔]
  6361. 809.05 s [ormolu] declaration/value/function/newline-single-line-body.hs works [✔]
  6362. 809.05 s [ormolu] declaration/value/function/pattern/n-plus-k-pattern.hs works [✔]
  6363. 809.05 s [ormolu] declaration/value/function/pattern/strictness.hs works [✔]
  6364. 809.05 s [ormolu] declaration/value/function/pattern/multiline-guard-statement.hs works [✔]
  6365. 809.05 s [ormolu] declaration/value/function/pattern/pattern-bind.hs works [✔]
  6366. 809.05 s [ormolu] declaration/value/function/pattern/famous-cardano-pattern.hs works [✔]
  6367. 809.06 s [ormolu] declaration/value/function/pattern/sig-pattern.hs works [✔]
  6368. 809.06 s [ormolu] declaration/value/function/pattern/quasi-quotes-pattern.hs works [✔]
  6369. 809.06 s [ormolu] declaration/value/function/pattern/as-pattern.hs works [✔]
  6370. 809.06 s [ormolu] declaration/value/function/pattern/many-guards-in-singleline.hs works [✔]
  6371. 809.07 s [ormolu] declaration/value/function/pattern/unboxed-sum-pattern.hs works [✔]
  6372. 809.08 s [ormolu] declaration/value/function/pattern/splice-pattern.hs works [✔]
  6373. 809.09 s [ormolu] declaration/value/function/pattern/record-patterns.hs works [✔]
  6374. 809.09 s [ormolu] declaration/value/function/pattern/multiline-case-pattern.hs works [✔]
  6375. 809.09 s [ormolu] declaration/value/function/pattern/multiple-guard-statements.hs works [✔]
  6376. 809.10 s [ormolu] declaration/value/function/pattern/view-pattern.hs works [✔]
  6377. 809.15 s [ormolu] declaration/value/function/arrow/proc-forms2.hs works [✔]
  6378. 809.16 s [ormolu] declaration/value/function/arrow/proc-form-do-indent.hs works [✔]
  6379. 809.17 s [ormolu] declaration/value/function/arrow/proc-applications2.hs works [✔]
  6380. 809.18 s [ormolu] declaration/value/function/arrow/proc-ifs.hs works [✔]
  6381. 809.20 s [ormolu] declaration/value/function/arrow/proc-do-simple2.hs works [✔]
  6382. 809.20 s [ormolu] declaration/value/function/arrow/proc-parentheses.hs works [✔]
  6383. 809.21 s [ormolu] declaration/value/function/arrow/proc-lambdas.hs works [✔]
  6384. 809.21 s [ormolu] declaration/value/function/arrow/recursive-procs.hs works [✔]
  6385. 809.22 s [ormolu] declaration/value/function/arrow/proc-cases.hs works [✔]
  6386. 809.23 s [ormolu] declaration/value/function/arrow/proc-applications.hs works [✔]
  6387. 809.23 s [ormolu] declaration/value/function/arrow/multiline-case.hs works [✔]
  6388. 809.25 s [ormolu] declaration/value/function/arrow/proc-do-complex.hs works [✔]
  6389. 809.28 s [ormolu] declaration/value/function/arrow/proc-do-simple1.hs works [✔]
  6390. 809.30 s [ormolu] declaration/value/function/arrow/proc-forms1.hs works [✔]
  6391. 809.31 s [ormolu] declaration/value/function/arrow/proc-lets.hs works [✔]
  6392. 809.32 s [ormolu] declaration/value/function/comprehension/transform-multi-line1.hs works [✔]
  6393. 809.33 s [ormolu] declaration/value/function/comprehension/transform-multi-line4.hs works [✔]
  6394. 809.34 s [ormolu] declaration/value/function/comprehension/transform-multi-line3.hs works [✔]
  6395. 809.34 s [ormolu] declaration/value/function/comprehension/transform-monad.hs works [✔]
  6396. 809.36 s [ormolu] declaration/value/function/comprehension/transform-single-line.hs works [✔]
  6397. 809.37 s [ormolu] declaration/value/function/comprehension/transform-multi-line2.hs works [✔]
  6398. 809.37 s [ormolu] declaration/value/function/do/comment-spacing.hs works [✔]
  6399. 809.38 s [ormolu] declaration/value/function/do/let.hs works [✔]
  6400. 809.38 s [ormolu] declaration/value/function/do/recursive-do-mdo.hs works [✔]
  6401. 809.39 s [ormolu] declaration/value/function/do/do-dollar-mixed-chain.hs works [✔]
  6402. 809.39 s [ormolu] declaration/value/function/do/comment-alignment.hs works [✔]
  6403. 809.40 s [ormolu] declaration/value/function/do/blocks.hs works [✔]
  6404. 809.40 s [ormolu] declaration/value/function/do/operator-and-parens.hs works [✔]
  6405. 809.41 s [ormolu] declaration/value/function/do/hang-rhs-arrow.hs works [✔]
  6406. 809.41 s [ormolu] declaration/value/function/do/expr.hs works [✔]
  6407. 809.41 s [ormolu] declaration/value/function/do/applications-and-parens.hs works [✔]
  6408. 809.43 s [ormolu] declaration/value/function/do/recursive-do-rec.hs works [✔]
  6409. 809.43 s [ormolu] declaration/value/function/record/hanging-after-equal-update.hs works [✔]
  6410. 809.45 s [ormolu] declaration/value/function/record/record-dot.hs works [✔]
  6411. 809.45 s [ormolu] declaration/value/function/record/inter-comments.hs works [✔]
  6412. 809.46 s [ormolu] declaration/value/function/record/hanging-after-equal-con.hs works [✔]
  6413. 809.46 s [ormolu] declaration/value/function/record/constructors.hs works [✔]
  6414. 809.47 s [ormolu] declaration/value/function/record/wildcards.hs works [✔]
  6415. 809.47 s [ormolu] declaration/value/function/record/updaters.hs works [✔]
  6416. 809.48 s [ormolu] declaration/value/function/infix/dollar-chains-1.hs works [✔]
  6417. 809.48 s [ormolu] declaration/value/function/infix/applicative.hs works [✔]
  6418. 809.49 s [ormolu] declaration/value/function/infix/op-chain-r-lt-colon-1.hs works [✔]
  6419. 809.49 s [ormolu] declaration/value/function/infix/op-chain-r-s-colon.hs works [✔]
  6420. 809.50 s [ormolu] declaration/value/function/infix/dollar-chains-2.hs works [✔]
  6421. 809.50 s [ormolu] declaration/value/function/infix/op-chain-r-gt-colon-2.hs works [✔]
  6422. 809.50 s [ormolu] declaration/value/function/infix/qualified-ops.hs works [✔]
  6423. 809.50 s [ormolu] declaration/value/function/infix/op-chain-l-lt.hs works [✔]
  6424. 809.51 s [ormolu] declaration/value/function/infix/op-chain-r-eq-dollar-1.hs works [✔]
  6425. 809.51 s [ormolu] declaration/value/function/infix/dollar-chains-5.hs works [✔]
  6426. 809.52 s [ormolu] declaration/value/function/infix/qualified-prelude.hs works [✔]
  6427. 809.52 s [ormolu] declaration/value/function/infix/dollar-chains-3.hs works [✔]
  6428. 809.52 s [ormolu] declaration/value/function/infix/esqueleto-0.hs works [✔]
  6429. 809.52 s [ormolu] declaration/value/function/infix/unicode.hs works [✔]
  6430. 809.53 s [ormolu] declaration/value/function/infix/tricky-colon-chain.hs works [✔]
  6431. 809.53 s [ormolu] declaration/value/function/infix/op-chain-r-lt-colon-2.hs works [✔]
  6432. 809.53 s [ormolu] declaration/value/function/infix/do.hs works [✔]
  6433. 809.53 s [ormolu] declaration/value/function/infix/dollar-chains-4.hs works [✔]
  6434. 809.53 s [ormolu] declaration/value/function/infix/dollar-chains-6.hs works [✔]
  6435. 809.54 s [ormolu] declaration/value/function/infix/op-chain-r-s-dollar.hs works [✔]
  6436. 809.54 s [ormolu] declaration/value/function/infix/op-chain-r-lt-dollar.hs works [✔]
  6437. 809.54 s [ormolu] declaration/value/function/infix/op-chain-r-eq-normal.hs works [✔]
  6438. 809.55 s [ormolu] declaration/value/function/infix/op-chain-r-gt-dollar.hs works [✔]
  6439. 809.55 s [ormolu] declaration/value/function/infix/op-chain-r-s-normal.hs works [✔]
  6440. 809.55 s [ormolu] declaration/value/function/infix/hanging.hs works [✔]
  6441. 809.56 s [ormolu] declaration/value/function/infix/op-chain-r-gt-normal.hs works [✔]
  6442. 809.56 s [ormolu] declaration/value/function/infix/op-chain-r-gt-colon-1.hs works [✔]
  6443. 809.56 s [ormolu] declaration/value/function/infix/lenses.hs works [✔]
  6444. 809.56 s [ormolu] declaration/value/function/infix/op-chain-r-lt-normal.hs works [✔]
  6445. 809.57 s [ormolu] declaration/value/function/infix/op-chain-r-eq-dollar-2.hs works [✔]
  6446. 809.57 s [ormolu] declaration/value/function/infix/op-chain-l-gt.hs works [✔]
  6447. 809.57 s [ormolu] declaration/value/function/infix/op-chain-l-s.hs works [✔]
  6448. 809.58 s [ormolu] declaration/value/function/infix/simple.hs works [✔]
  6449. 809.58 s [ormolu] declaration/value/function/infix/op-chain-r-eq-colon-1.hs works [✔]
  6450. 809.59 s [ormolu] declaration/value/function/infix/op-chain-l-eq.hs works [✔]
  6451. 809.59 s [ormolu] declaration/value/function/infix/hspec-expectation.hs works [✔]
  6452. 809.60 s [ormolu] declaration/value/function/infix/comments.hs works [✔]
  6453. 809.60 s [ormolu] declaration/value/function/infix/op-chain-r-eq-colon-2.hs works [✔]
  6454. 809.60 s [ormolu] declaration/value/function/infix/op-chain-colon-do.hs works [✔]
  6455. 809.61 s [ormolu] declaration/value/function/infix/esqueleto-1.hs works [✔]
  6456. 809.61 s [ormolu] declaration/value/other/line-multi-line.hs works [✔]
  6457. 809.61 s [ormolu] declaration/value/other/line-single-line.hs works [✔]
  6458. 809.62 s [ormolu] declaration/value/other/comments-get-before-op.hs works [✔]
  6459. 809.63 s [ormolu] declaration/value/pattern-synonyms/unidirectional.hs works [✔]
  6460. 809.64 s [ormolu] declaration/value/pattern-synonyms/bidirectional.hs works [✔]
  6461. 809.65 s [ormolu] declaration/value/pattern-synonyms/explicitely-bidirectional.hs works [✔]
  6462. 809.67 s [ormolu] declaration/splice/bracket-declaration.hs works [✔]
  6463. 809.68 s [ormolu] declaration/splice/quotes.hs works [✔]
  6464. 809.68 s [ormolu] declaration/splice/bracket-unicode.hs works [✔]
  6465. 809.69 s [ormolu] declaration/splice/quasiquote.hs works [✔]
  6466. 809.69 s [ormolu] declaration/splice/typed-splice.hs works [✔]
  6467. 809.70 s [ormolu] declaration/splice/splice-decl.hs works [✔]
  6468. 809.70 s [ormolu] declaration/splice/bracket.hs works [✔]
  6469. 809.71 s [ormolu] declaration/splice/grouped-splices.hs works [✔]
  6470. 809.71 s [ormolu] declaration/splice/untyped-splice.hs works [✔]
  6471. 809.71 s [ormolu] module-header/leading-empty-line.hs works [✔]
  6472. 809.72 s [ormolu] module-header/double-dot-with-names.hs works [✔]
  6473. 809.72 s [ormolu] module-header/shebang.hs works [✔]
  6474. 809.72 s [ormolu] module-header/warning-pragma-multiline.hs works [✔]
  6475. 809.73 s [ormolu] module-header/stack-header-2.hs works [✔]
  6476. 809.73 s [ormolu] module-header/multiline2.hs works [✔]
  6477. 809.73 s [ormolu] module-header/empty-haddock.hs works [✔]
  6478. 809.73 s [ormolu] module-header/singleline.hs works [✔]
  6479. 809.73 s [ormolu] module-header/multiline.hs works [✔]
  6480. 809.73 s [ormolu] module-header/warning-pragma.hs works [✔]
  6481. 809.73 s [ormolu] module-header/multiline-empty.hs works [✔]
  6482. 809.73 s [ormolu] module-header/shebang-with-pragmas.hs works [✔]
  6483. 809.73 s [ormolu] module-header/multiline-empty-comment.hs works [✔]
  6484. 809.73 s [ormolu] module-header/singleline-empty.hs works [✔]
  6485. 809.73 s [ormolu] module-header/warning-pragma-list-multiline.hs works [✔]
  6486. 809.73 s [ormolu] module-header/named-section.hs works [✔]
  6487. 809.74 s [ormolu] module-header/multiline-with-comments.hs works [✔]
  6488. 809.74 s [ormolu] module-header/empty.hs works [✔]
  6489. 809.74 s [ormolu] module-header/warning-pragma-singleton-list.hs works [✔]
  6490. 809.74 s [ormolu] module-header/preceding-comment-with-haddock.hs works [✔]
  6491. 809.74 s [ormolu] module-header/stack-header-1.hs works [✔]
  6492. 809.75 s [ormolu] module-header/simple.hs works [✔]
  6493. 809.75 s [ormolu] module-header/simple-with-comments.hs works [✔]
  6494. 809.75 s [ormolu] module-header/stack-header-0.hs works [✔]
  6495. 809.75 s [ormolu] module-header/double-shebangs.hs works [✔]
  6496. 809.75 s [ormolu]
  6497. 809.75 s [ormolu] Finished in 5.7401 seconds
  6498. 809.75 s [ormolu] 565 examples, 0 failures
  6499. 809.78 s [ormolu] Test suite tests: PASS
  6500. 809.78 s [ormolu] Test suite logged to: dist/test/ormolu-0.7.4.0-tests.log
  6501. 809.78 s [ormolu] 1 of 1 test suites (1 of 1 test cases) passed.
  6502. 809.81 s [ormolu] Phase: haddockPhase
  6503. 810.26 s [ormolu] Preprocessing library for ormolu-0.7.4.0..
  6504. 810.28 s [ormolu] Running Haddock on library for ormolu-0.7.4.0..
  6505. 810.49 s [ormolu] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  6506. 811.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncOptions.dyn_o )
  6507. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellKind.dyn_o )
  6508. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerParams.dyn_o )
  6509. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerOptions.dyn_o )
  6510. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerKind.dyn_o )
  6511. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerClientCapabilities.dyn_o )
  6512. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Moniker.dyn_o )
  6513. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MessageType.dyn_o )
  6514. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageParams.dyn_o )
  6515. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MessageActionItem.dyn_o )
  6516. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestParams.dyn_o )
  6517. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkupKind.dyn_o )
  6518. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkupContent.dyn_o )
  6519. 812.21 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.o, dist/build/Language/LSP/Protocol/Types/MarkupContent.dyn_o )
  6520. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ParameterInformation.dyn_o )
  6521. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureInformation.dyn_o )
  6522. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelp.dyn_o )
  6523. 812.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpContext.dyn_o )
  6524. 812.53 s [ormolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
  6525. 812.53 s [ormolu] * in ‘GHC.Types.SrcLoc’
  6526. 812.53 s [ormolu] * in ‘GHC.Types.SrcLoc’
  6527. 812.53 s [ormolu] You may be able to disambiguate the identifier by qualifying it or
  6528. 812.53 s [ormolu] by specifying the type/value namespace explicitly.
  6529. 812.53 s [ormolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
  6530. 812.53 s [ormolu] 100% ( 3 / 3) in 'Ormolu.Printer.SpanStream'
  6531. 812.60 s [ormolu] 100% ( 3 / 3) in 'Ormolu.Processing.Cpp'
  6532. 813.47 s [ormolu] 87% ( 14 / 16) in 'Ormolu.Utils'
  6533. 813.47 s [ormolu] Missing documentation for:
  6534. 813.47 s [ormolu] HasSrcSpan (src/Ormolu/Utils.hs:144)
  6535. 813.47 s [ormolu] getLoc' (src/Ormolu/Utils.hs:156)
  6536. 813.80 s [ormolu] 87% ( 14 / 16) in 'Ormolu.Terminal'
  6537. 813.80 s [ormolu] Missing documentation for:
  6538. 813.80 s [ormolu] Term (src/Ormolu/Terminal.hs:42)
  6539. 813.80 s [ormolu] runTermPure (src/Ormolu/Terminal.hs:87)
  6540. 813.85 s [ormolu] 0% ( 0 / 2) in 'Ormolu.Terminal.QualifiedDo'
  6541. 813.85 s [ormolu] Missing documentation for:
  6542. 813.85 s [ormolu] Module header
  6543. 813.85 s [ormolu] >> (src/Ormolu/Terminal/QualifiedDo.hs:6)
  6544. 813.94 s [ormolu] 100% ( 5 / 5) in 'Ormolu.Diff.Text'
  6545. 814.33 s [ormolu] 100% ( 4 / 4) in 'Ormolu.Exception'
  6546. 814.43 s [ormolu] 100% ( 3 / 3) in 'Ormolu.Parser.Pragma'
  6547. 814.56 s [ormolu] 90% ( 9 / 10) in 'Ormolu.Parser.CommentStream'
  6548. 814.56 s [ormolu] Missing documentation for:
  6549. 814.56 s [ormolu] LComment (src/Ormolu/Parser/CommentStream.hs:110)
  6550. 814.73 s [ormolu] Warning: 'GhcPs' is ambiguous. It is defined
  6551. 814.73 s [ormolu] * in ‘GHC.Hs.Extension’
  6552. 814.73 s [ormolu] * in ‘GHC.Hs.Extension’
  6553. 814.73 s [ormolu] You may be able to disambiguate the identifier by qualifying it or
  6554. 814.73 s [ormolu] by specifying the type/value namespace explicitly.
  6555. 814.73 s [ormolu] Defaulting to the one defined in ‘GHC.Hs.Extension’
  6556. 814.74 s [ormolu] Warning: 'IEWrapppedName' is out of scope.
  6557. 814.74 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6558. 814.74 s [ormolu] 100% ( 2 / 2) in 'Ormolu.Imports'
  6559. 815.54 s [ormolu] Warning: 'OpName' is ambiguous. It is defined
  6560. 815.54 s [ormolu] * at src/Ormolu/Fixity/Internal.hs:66:1
  6561. 815.54 s [ormolu] * at src/Ormolu/Fixity/Internal.hs:55:1
  6562. 815.54 s [ormolu] You may be able to disambiguate the identifier by qualifying it or
  6563. 815.54 s [ormolu] by specifying the type/value namespace explicitly.
  6564. 815.54 s [ormolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:55:1
  6565. 815.56 s [ormolu] 90% ( 19 / 21) in 'Ormolu.Fixity.Internal'
  6566. 815.56 s [ormolu] Missing documentation for:
  6567. 815.56 s [ormolu] Module header
  6568. 815.56 s [ormolu] OpName (src/Ormolu/Fixity/Internal.hs:65)
  6569. 816.42 s [ormolu] 100% ( 4 / 4) in 'Ormolu.Fixity.Imports'
  6570. 816.72 s [ormolu] 95% ( 23 / 24) in 'Ormolu.Fixity'
  6571. 816.72 s [ormolu] Missing documentation for:
  6572. 816.72 s [ormolu] OpName (src/Ormolu/Fixity/Internal.hs:65)
  6573. 816.95 s [ormolu] Warning: 'equal' is out of scope.
  6574. 816.95 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6575. 816.95 s [ormolu] Warning: 'lessThan' is out of scope.
  6576. 816.95 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6577. 816.95 s [ormolu] Warning: 'greaterThan' is out of scope.
  6578. 816.97 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6579. 816.97 s [ormolu] 85% ( 6 / 7) in 'Ormolu.Printer.Operators'
  6580. 816.97 s [ormolu] Missing documentation for:
  6581. 816.97 s [ormolu] BinaryOpBranches (src/Ormolu/Printer/Operators.hs:40)
  6582. 817.09 s [ormolu] 100% ( 2 / 2) in 'Ormolu.Fixity.Printer'
  6583. 817.25 s [ormolu] 50% ( 8 / 16) in 'Ormolu.Fixity.Parser'
  6584. 817.25 s [ormolu] Missing documentation for:
  6585. 817.25 s [ormolu] pModuleName (src/Ormolu/Fixity/Parser.hs:146)
  6586. 817.25 s [ormolu] pPackageName (src/Ormolu/Fixity/Parser.hs:161)
  6587. 817.25 s [ormolu] isIdentifierFirstChar (src/Ormolu/Fixity/Parser.hs:167)
  6588. 817.25 s [ormolu] isIdentifierConstituent (src/Ormolu/Fixity/Parser.hs:170)
  6589. 817.25 s [ormolu] isOperatorConstituent (src/Ormolu/Fixity/Parser.hs:173)
  6590. 817.25 s [ormolu] isPackageNameConstituent (src/Ormolu/Fixity/Parser.hs:178)
  6591. 817.25 s [ormolu] isModuleSegmentFirstChar (src/Ormolu/Fixity/Parser.hs:181)
  6592. 817.25 s [ormolu] isModuleSegmentConstituent (src/Ormolu/Fixity/Parser.hs:184)
  6593. 817.40 s [ormolu] 100% ( 11 / 11) in 'Ormolu.Config'
  6594. 817.47 s [ormolu] Warning: 'RegionDelta' is out of scope.
  6595. 817.47 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6596. 817.47 s [ormolu] 100% ( 5 / 5) in 'Ormolu.Processing.Common'
  6597. 817.57 s [ormolu] 100% ( 2 / 2) in 'Ormolu.Processing.Preprocess'
  6598. 817.77 s [ormolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
  6599. 817.77 s [ormolu] * in ‘GHC.Types.SrcLoc’
  6600. 817.77 s [ormolu] * in ‘GHC.Types.SrcLoc’
  6601. 817.77 s [ormolu] You may be able to disambiguate the identifier by qualifying it or
  6602. 817.77 s [ormolu] by specifying the type/value namespace explicitly.
  6603. 817.77 s [ormolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
  6604. 817.77 s [ormolu] 97% ( 40 / 41) in 'Ormolu.Printer.Internal'
  6605. 817.77 s [ormolu] Missing documentation for:
  6606. 817.77 s [ormolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:597)
  6607. 817.95 s [ormolu] 100% ( 6 / 6) in 'Ormolu.Printer.Comments'
  6608. 818.06 s [ormolu] 98% ( 56 / 57) in 'Ormolu.Printer.Combinators'
  6609. 818.06 s [ormolu] Missing documentation for:
  6610. 818.06 s [ormolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:597)
  6611. 818.18 s [ormolu] Warning: 'LanguagePragma' is out of scope.
  6612. 818.18 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6613. 818.18 s [ormolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Pragma'
  6614. 818.24 s [ormolu] 70% ( 7 / 10) in 'Ormolu.Printer.Meat.Common'
  6615. 818.24 s [ormolu] Missing documentation for:
  6616. 818.24 s [ormolu] p_ieWrappedName (src/Ormolu/Printer/Meat/Common.hs:53)
  6617. 818.24 s [ormolu] p_qualName (src/Ormolu/Printer/Meat/Common.hs:110)
  6618. 818.24 s [ormolu] p_sourceText (src/Ormolu/Printer/Meat/Common.hs:191)
  6619. 818.32 s [ormolu] 0% ( 0 / 3) in 'Ormolu.Printer.Meat.Declaration.Warning'
  6620. 818.32 s [ormolu] Missing documentation for:
  6621. 818.32 s [ormolu] Module header
  6622. 818.32 s [ormolu] p_warnDecls (src/Ormolu/Printer/Meat/Declaration/Warning.hs:23)
  6623. 818.32 s [ormolu] p_warningTxt (src/Ormolu/Printer/Meat/Declaration/Warning.hs:31)
  6624. 818.38 s [ormolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.ImportExport'
  6625. 818.38 s [ormolu] Missing documentation for:
  6626. 818.38 s [ormolu] p_hsmodExports (src/Ormolu/Printer/Meat/ImportExport.hs:23)
  6627. 818.38 s [ormolu] p_hsmodImport (src/Ormolu/Printer/Meat/ImportExport.hs:32)
  6628. 818.44 s [ormolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.RoleAnnotation'
  6629. 818.44 s [ormolu] Missing documentation for:
  6630. 818.44 s [ormolu] p_roleAnnot (src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs:17)
  6631. 818.58 s [ormolu] 25% ( 3 / 12) in 'Ormolu.Printer.Meat.Type'
  6632. 818.58 s [ormolu] Missing documentation for:
  6633. 818.58 s [ormolu] p_hsType (src/Ormolu/Printer/Meat/Type.hs:33)
  6634. 818.58 s [ormolu] p_hsContext (src/Ormolu/Printer/Meat/Type.hs:196)
  6635. 818.58 s [ormolu] p_hsTyVarBndr (src/Ormolu/Printer/Meat/Type.hs:221)
  6636. 818.58 s [ormolu] ForAllVisibility (src/Ormolu/Printer/Meat/Type.hs:235)
  6637. 818.58 s [ormolu] p_conDeclFields (src/Ormolu/Printer/Meat/Type.hs:256)
  6638. 818.58 s [ormolu] p_lhsTypeArg (src/Ormolu/Printer/Meat/Type.hs:273)
  6639. 818.58 s [ormolu] p_hsSigType (src/Ormolu/Printer/Meat/Type.hs:282)
  6640. 818.58 s [ormolu] hsOuterTyVarBndrsToHsType (src/Ormolu/Printer/Meat/Type.hs:290)
  6641. 818.58 s [ormolu] lhsTypeToSigType (src/Ormolu/Printer/Meat/Type.hs:299)
  6642. 818.75 s [ormolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Signature'
  6643. 818.75 s [ormolu] Missing documentation for:
  6644. 818.75 s [ormolu] p_sigDecl (src/Ormolu/Printer/Meat/Declaration/Signature.hs:27)
  6645. 818.75 s [ormolu] p_typeAscription (src/Ormolu/Printer/Meat/Declaration/Signature.hs:58)
  6646. 818.75 s [ormolu] p_activation (src/Ormolu/Printer/Meat/Declaration/Signature.hs:152)
  6647. 818.75 s [ormolu] p_standaloneKindSig (src/Ormolu/Printer/Meat/Declaration/Signature.hs:222)
  6648. 818.84 s [ormolu] Warning: 'ForeignImport' is ambiguous. It is defined
  6649. 818.84 s [ormolu] * in ‘Language.Haskell.Syntax.Decls’
  6650. 818.84 s [ormolu] * in ‘Language.Haskell.Syntax.Decls’
  6651. 818.84 s [ormolu] You may be able to disambiguate the identifier by qualifying it or
  6652. 818.84 s [ormolu] by specifying the type/value namespace explicitly.
  6653. 818.84 s [ormolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Decls’
  6654. 818.84 s [ormolu] Warning: 'SourceText' is out of scope.
  6655. 818.84 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6656. 818.84 s [ormolu] Warning: 'Outputable' is out of scope.
  6657. 818.84 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6658. 818.84 s [ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Foreign'
  6659. 818.84 s [ormolu] Missing documentation for:
  6660. 818.84 s [ormolu] Module header
  6661. 818.85 s [ormolu] p_foreignDecl (src/Ormolu/Printer/Meat/Declaration/Foreign.hs:17)
  6662. 818.89 s [ormolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.Declaration.TypeFamily'
  6663. 818.89 s [ormolu] Missing documentation for:
  6664. 818.89 s [ormolu] p_famDecl (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:21)
  6665. 818.89 s [ormolu] p_tyFamInstEqn (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:84)
  6666. 818.96 s [ormolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Type'
  6667. 818.96 s [ormolu] Missing documentation for:
  6668. 818.96 s [ormolu] p_synDecl (src/Ormolu/Printer/Meat/Declaration/Type.hs:20)
  6669. 819.05 s [ormolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Data'
  6670. 819.05 s [ormolu] Missing documentation for:
  6671. 819.05 s [ormolu] p_dataDecl (src/Ormolu/Printer/Meat/Declaration/Data.hs:29)
  6672. 819.74 s [ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Default'
  6673. 819.74 s [ormolu] Missing documentation for:
  6674. 819.74 s [ormolu] Module header
  6675. 819.74 s [ormolu] p_defaultDecl (src/Ormolu/Printer/Meat/Declaration/Default.hs:12)
  6676. 820.07 s [ormolu] 45% ( 5 / 11) in 'Ormolu.Printer.Meat.Declaration.Value'
  6677. 820.07 s [ormolu] Missing documentation for:
  6678. 820.07 s [ormolu] Module header
  6679. 820.07 s [ormolu] p_valDecl (src/Ormolu/Printer/Meat/Declaration/Value.hs:69)
  6680. 820.07 s [ormolu] p_pat (src/Ormolu/Printer/Meat/Declaration/Value.hs:1042)
  6681. 820.07 s [ormolu] p_hsExpr (src/Ormolu/Printer/Meat/Declaration/Value.hs:587)
  6682. 820.07 s [ormolu] p_hsUntypedSplice (src/Ormolu/Printer/Meat/Declaration/Value.hs:1149)
  6683. 820.07 s [ormolu] p_hsExpr' (src/Ormolu/Printer/Meat/Declaration/Value.hs:604)
  6684. 820.79 s [ormolu] 100% ( 9 / 9) in 'Ormolu.Printer.Meat.Declaration.OpTree'
  6685. 820.87 s [ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Splice'
  6686. 820.87 s [ormolu] Missing documentation for:
  6687. 820.87 s [ormolu] Module header
  6688. 820.87 s [ormolu] p_spliceDecl (src/Ormolu/Printer/Meat/Declaration/Splice.hs:10)
  6689. 820.90 s [ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Rule'
  6690. 820.90 s [ormolu] Missing documentation for:
  6691. 820.90 s [ormolu] Module header
  6692. 820.90 s [ormolu] p_ruleDecls (src/Ormolu/Printer/Meat/Declaration/Rule.hs:20)
  6693. 820.93 s [ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Annotation'
  6694. 820.93 s [ormolu] Missing documentation for:
  6695. 820.93 s [ormolu] Module header
  6696. 820.93 s [ormolu] p_annDecl (src/Ormolu/Printer/Meat/Declaration/Annotation.hs:14)
  6697. 820.98 s [ormolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Instance'
  6698. 820.98 s [ormolu] Missing documentation for:
  6699. 820.98 s [ormolu] p_clsInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:58)
  6700. 820.98 s [ormolu] p_tyFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:90)
  6701. 820.98 s [ormolu] p_dataFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:98)
  6702. 820.98 s [ormolu] p_standaloneDerivDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:28)
  6703. 821.07 s [ormolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Class'
  6704. 821.07 s [ormolu] Missing documentation for:
  6705. 821.07 s [ormolu] p_classDecl (src/Ormolu/Printer/Meat/Declaration/Class.hs:26)
  6706. 821.22 s [ormolu] 66% ( 2 / 3) in 'Ormolu.Printer.Meat.Declaration'
  6707. 821.22 s [ormolu] Missing documentation for:
  6708. 821.22 s [ormolu] p_hsDecls (src/Ormolu/Printer/Meat/Declaration.hs:47)
  6709. 821.38 s [ormolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Module'
  6710. 821.41 s [ormolu] 100% ( 3 / 3) in 'Ormolu.Parser.Result'
  6711. 821.44 s [ormolu] 100% ( 2 / 2) in 'Ormolu.Printer'
  6712. 821.70 s [ormolu] 100% ( 3 / 3) in 'Ormolu.Parser'
  6713. 821.93 s [ormolu] Warning: 'Diff' is out of scope.
  6714. 821.93 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6715. 821.94 s [ormolu] 100% ( 3 / 3) in 'Ormolu.Diff.ParseResult'
  6716. 822.05 s [ormolu] 100% ( 6 / 6) in 'Ormolu.Utils.IO'
  6717. 822.10 s [ormolu] Warning: 'CabalInfo' is out of scope.
  6718. 822.14 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6719. 822.14 s [ormolu] 75% ( 3 / 4) in 'Ormolu.Utils.Fixity'
  6720. 822.14 s [ormolu] Missing documentation for:
  6721. 822.14 s [ormolu] Module header
  6722. 822.72 s [ormolu] 85% ( 6 / 7) in 'Ormolu.Utils.Cabal'
  6723. 822.72 s [ormolu] Missing documentation for:
  6724. 822.72 s [ormolu] Module header
  6725. 822.82 s [ormolu] Warning: 'CabalInfo' is out of scope.
  6726. 822.82 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6727. 822.82 s [ormolu] Warning: 'FixityMap' is out of scope.
  6728. 822.82 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6729. 822.82 s [ormolu] Warning: 'getFixityOverridesForSourceFile' is out of scope.
  6730. 822.82 s [ormolu] If you qualify the identifier, haddock can try to link it anyway.
  6731. 822.83 s [ormolu] 100% ( 27 / 27) in 'Ormolu'
  6732. 824.13 s [ormolu] Warning: Ormolu.Terminal: could not find link destinations for:
  6733. 824.13 s [ormolu] - Ormolu.Terminal.TermOutput
  6734. 824.17 s [ormolu] Warning: Ormolu.Fixity.Parser: could not find link destinations for:
  6735. 824.17 s [ormolu] - Ormolu.Fixity.Parser.Parser
  6736. 824.19 s [ormolu] Warning: Ormolu.Printer.Meat.Type: could not find link destinations for:
  6737. 824.19 s [ormolu] - Ormolu.Printer.Meat.Type.IsTyVarBndrFlag
  6738. 824.22 s [ormolu] Warning: Ormolu.Utils.Cabal: could not find link destinations for:
  6739. 824.22 s [ormolu] - Distribution.Utils.Structured.Tagged
  6740. 824.22 s [ormolu] - Distribution.Utils.Structured.structureHash'
  6741. 824.91 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpParams.dyn_o )
  6742. 828.18 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkedStringWithLanguage.dyn_o )
  6743. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkedString.dyn_o )
  6744. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkdownClientCapabilities.dyn_o )
  6745. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LogTraceParams.dyn_o )
  6746. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LogMessageParams.dyn_o )
  6747. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LocationUriOnly.dyn_o )
  6748. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LocationLink.dyn_o )
  6749. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Location.dyn_o )
  6750. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbol.dyn_o )
  6751. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SymbolInformation.dyn_o )
  6752. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRanges.dyn_o )
  6753. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeParams.dyn_o )
  6754. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeOptions.dyn_o )
  6755. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeClientCapabilities.dyn_o )
  6756. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LanguageKind.dyn_o )
  6757. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentItem.dyn_o )
  6758. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LSPErrorCodes.dyn_o )
  6759. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextMode.dyn_o )
  6760. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextFormat.dyn_o )
  6761. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InsertReplaceEdit.dyn_o )
  6762. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueWorkspaceClientCapabilities.dyn_o )
  6763. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueVariableLookup.dyn_o )
  6764. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueText.dyn_o )
  6765. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueOptions.dyn_o )
  6766. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueEvaluatableExpression.dyn_o )
  6767. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueContext.dyn_o )
  6768. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueParams.dyn_o )
  6769. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueClientCapabilities.dyn_o )
  6770. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValue.dyn_o )
  6771. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintWorkspaceClientCapabilities.dyn_o )
  6772. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintParams.dyn_o )
  6773. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintOptions.dyn_o )
  6774. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintKind.dyn_o )
  6775. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InitializedParams.dyn_o )
  6776. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InitializeError.dyn_o )
  6777. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationParams.dyn_o )
  6778. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationOptions.dyn_o )
  6779. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationClientCapabilities.dyn_o )
  6780. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/HoverParams.dyn_o )
  6781. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/HoverOptions.dyn_o )
  6782. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/HoverClientCapabilities.dyn_o )
  6783. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Hover.dyn_o )
  6784. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/GlobPattern.dyn_o )
  6785. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/GeneralClientCapabilities.dyn_o )
  6786. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FormattingOptions.dyn_o )
  6787. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeParams.dyn_o )
  6788. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeOptions.dyn_o )
  6789. 828.20 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeKind.dyn_o )
  6790. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRange.dyn_o )
  6791. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.dyn_o )
  6792. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileRename.dyn_o )
  6793. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameFilesParams.dyn_o )
  6794. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternOptions.dyn_o )
  6795. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternKind.dyn_o )
  6796. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPattern.dyn_o )
  6797. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationFilter.dyn_o )
  6798. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationRegistrationOptions.dyn_o )
  6799. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationOptions.dyn_o )
  6800. 828.21 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceOptions.dyn_o )
  6801. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationClientCapabilities.dyn_o )
  6802. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileDelete.dyn_o )
  6803. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileCreate.dyn_o )
  6804. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileChangeType.dyn_o )
  6805. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FileEvent.dyn_o )
  6806. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FailureHandlingKind.dyn_o )
  6807. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecutionSummary.dyn_o )
  6808. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCell.dyn_o )
  6809. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocument.dyn_o )
  6810. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellArrayChange.dyn_o )
  6811. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChangeStructure.dyn_o )
  6812. 828.30 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChanges.dyn_o )
  6813. 832.36 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.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentChangeEvent.dyn_o )
  6814. 834.37 s Waiting for lock on waiting for lock on '/nix/store/8kb6bkb7bncnjpna0z3grljnqhl16cgr-mono-traversable-1.0.21.0', '/nix/store/ncwcpddjwx77b3mvriz5pdhsssvhc56x-mono-traversable-1.0.21.0-doc'
  6815. 834.84 s [ormolu] Documentation created: dist/doc/html/ormolu/index.html,
  6816. 834.84 s [ormolu] dist/doc/html/ormolu/ormolu.txt
  6817. 834.90 s [ormolu] Preprocessing executable 'ormolu' for ormolu-0.7.4.0..
  6818. 834.90 s [ormolu] Preprocessing test suite 'tests' for ormolu-0.7.4.0..
  6819. 834.92 s [ormolu] Phase: installPhase
  6820. 835.09 s [ormolu] Installing library in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  6821. 835.51 s [ormolu] Installing executable ormolu in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin
  6822. 835.51 s [ormolu] Warning: The directory
  6823. 835.51 s [ormolu] /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin is not in
  6824. 835.51 s [ormolu] the system search path.
  6825. 836.44 s [ormolu] Phase: fixupPhase
  6826. 836.46 s [ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0
  6827. 836.46 s [ormolu] shrinking /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK-ghc9.6.3.so
  6828. 836.52 s [ormolu] checking for references to /build/ in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0...
  6829. 836.60 s [ormolu] patching script interpreter paths in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0
  6830. 836.61 s [ormolu] stripping (with command strip and flags -S -p) in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib
  6831. 837.08 s [ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc
  6832. 837.11 s [ormolu] checking for references to /build/ in /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc...
  6833. 837.13 s [ormolu] patching script interpreter paths in /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc
  6834. 837.14 s [ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin
  6835. 837.15 s [ormolu] shrinking /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin/ormolu
  6836. 837.20 s [ormolu] checking for references to /build/ in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin...
  6837. 837.24 s [ormolu] patching script interpreter paths in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin
  6838. 837.25 s [ormolu] stripping (with command strip and flags -S -p) in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin
  6839. 837.69 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0 /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin
  6840. 838.21 s [post-build-hook] Pushing 3 paths (116 are already present) using zstd to cache sellout ⏳
  6841. 838.21 s [post-build-hook]
  6842. 838.56 s [post-build-hook] Pushing /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin (24.91 MiB)
  6843. 838.58 s [post-build-hook] Pushing /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0 (33.34 MiB)
  6844. 838.73 s [post-build-hook] Pushing /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc (7.15 MiB)
  6845. 839.96 s [post-build-hook]
  6846. 839.96 s [post-build-hook] All done.
  6847. 839.99 s [post-build-hook] Uploading to the NixCI cache: /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0 /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin
  6848. 840.03 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6849. 840.22 s [post-build-hook] copying 5 paths...
  6850. 840.22 s [post-build-hook] copying path '/nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc' to 'https://cache.nix-ci.com'...
  6851. 840.22 s [post-build-hook] copying path '/nix/store/416fibn5m5xhvsq9iwlsxcy3scy1fmps-th-env-0.1.1-doc' to 'https://cache.nix-ci.com'...
  6852. 840.22 s [post-build-hook] copying path '/nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin' to 'https://cache.nix-ci.com'...
  6853. 840.44 s [post-build-hook] copying path '/nix/store/066dcdq05g828hxvrhjidn8rxrn726sq-th-env-0.1.1' to 'https://cache.nix-ci.com'...
  6854. 849.98 s [post-build-hook] copying path '/nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0' to 'https://cache.nix-ci.com'...
  6855. 860.24 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6856. 860.47 s [post-build-hook] copying 3 paths...
  6857. 860.47 s [post-build-hook] copying path '/nix/store/hr9lgmc16mv6hkw39zix3xizwcgkx8gy-markdown-unlit-0.6.0.drv' to 'https://cache.nix-ci.com'...
  6858. 860.64 s [post-build-hook] copying path '/nix/store/9yirnjvwbbn92qzy9g6xw1vnrq3f37bf-th-env-0.1.1.drv' to 'https://cache.nix-ci.com'...
  6859. 860.78 s [post-build-hook] copying path '/nix/store/cy9bp2x0l9a7bp5b1xmbi3s36njk93n0-ormolu-0.7.4.0.drv' to 'https://cache.nix-ci.com'...
  6860. 860.95 s Progress: 43 of 67 built (2 building), 335 of 335 downloaded from cache
  6861. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandRegistrationOptions.dyn_o )
  6862. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandParams.dyn_o )
  6863. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandOptions.dyn_o )
  6864. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandClientCapabilities.dyn_o )
  6865. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ErrorCodes.dyn_o )
  6866. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/EditRangeWithInsertReplace.dyn_o )
  6867. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolParams.dyn_o )
  6868. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolOptions.dyn_o )
  6869. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbol.dyn_o )
  6870. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingParams.dyn_o )
  6871. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingOptions.dyn_o )
  6872. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingClientCapabilities.dyn_o )
  6873. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingParams.dyn_o )
  6874. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingOptions.dyn_o )
  6875. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingClientCapabilities.dyn_o )
  6876. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkParams.dyn_o )
  6877. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkOptions.dyn_o )
  6878. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkClientCapabilities.dyn_o )
  6879. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLink.dyn_o )
  6880. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightParams.dyn_o )
  6881. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightOptions.dyn_o )
  6882. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightKind.dyn_o )
  6883. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightClientCapabilities.dyn_o )
  6884. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlight.dyn_o )
  6885. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingParams.dyn_o )
  6886. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingOptions.dyn_o )
  6887. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingClientCapabilities.dyn_o )
  6888. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFilter.dyn_o )
  6889. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSelector.dyn_o )
  6890. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyRegistrationOptions.dyn_o )
  6891. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionRegistrationOptions.dyn_o )
  6892. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveRegistrationOptions.dyn_o )
  6893. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentRegistrationOptions.dyn_o )
  6894. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentChangeRegistrationOptions.dyn_o )
  6895. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpRegistrationOptions.dyn_o )
  6896. 860.95 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRegistrationOptions.dyn_o )
  6897. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeRegistrationOptions.dyn_o )
  6898. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameRegistrationOptions.dyn_o )
  6899. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceRegistrationOptions.dyn_o )
  6900. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerRegistrationOptions.dyn_o )
  6901. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeRegistrationOptions.dyn_o )
  6902. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueRegistrationOptions.dyn_o )
  6903. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintRegistrationOptions.dyn_o )
  6904. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationRegistrationOptions.dyn_o )
  6905. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/HoverRegistrationOptions.dyn_o )
  6906. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeRegistrationOptions.dyn_o )
  6907. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolRegistrationOptions.dyn_o )
  6908. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingRegistrationOptions.dyn_o )
  6909. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingRegistrationOptions.dyn_o )
  6910. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkRegistrationOptions.dyn_o )
  6911. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightRegistrationOptions.dyn_o )
  6912. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingRegistrationOptions.dyn_o )
  6913. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportKind.dyn_o )
  6914. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticParams.dyn_o )
  6915. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorRegistrationOptions.dyn_o )
  6916. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorParams.dyn_o )
  6917. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorOptions.dyn_o )
  6918. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorClientCapabilities.dyn_o )
  6919. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveTextDocumentParams.dyn_o )
  6920. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveNotebookDocumentParams.dyn_o )
  6921. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenTextDocumentParams.dyn_o )
  6922. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenNotebookDocumentParams.dyn_o )
  6923. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseTextDocumentParams.dyn_o )
  6924. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseNotebookDocumentParams.dyn_o )
  6925. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWorkspaceFoldersParams.dyn_o )
  6926. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesRegistrationOptions.dyn_o )
  6927. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesParams.dyn_o )
  6928. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesClientCapabilities.dyn_o )
  6929. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeTextDocumentParams.dyn_o )
  6930. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeNotebookDocumentParams.dyn_o )
  6931. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationRegistrationOptions.dyn_o )
  6932. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationParams.dyn_o )
  6933. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationClientCapabilities.dyn_o )
  6934. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticWorkspaceClientCapabilities.dyn_o )
  6935. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticTag.dyn_o )
  6936. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticSeverity.dyn_o )
  6937. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticServerCancellationData.dyn_o )
  6938. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRelatedInformation.dyn_o )
  6939. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRegistrationOptions.dyn_o )
  6940. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticOptions.dyn_o )
  6941. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticClientCapabilities.dyn_o )
  6942. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFilesParams.dyn_o )
  6943. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFileOptions.dyn_o )
  6944. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionRegistrationOptions.dyn_o )
  6945. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionParams.dyn_o )
  6946. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionOptions.dyn_o )
  6947. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionLink.dyn_o )
  6948. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionClientCapabilities.dyn_o )
  6949. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Definition.dyn_o )
  6950. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationRegistrationOptions.dyn_o )
  6951. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationParams.dyn_o )
  6952. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationOptions.dyn_o )
  6953. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationLink.dyn_o )
  6954. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationClientCapabilities.dyn_o )
  6955. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Declaration.dyn_o )
  6956. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CreateFilesParams.dyn_o )
  6957. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CreateFileOptions.dyn_o )
  6958. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationItem.dyn_o )
  6959. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationParams.dyn_o )
  6960. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionTriggerKind.dyn_o )
  6961. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionRegistrationOptions.dyn_o )
  6962. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionOptions.dyn_o )
  6963. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionListCapabilities.dyn_o )
  6964. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTag.dyn_o )
  6965. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTagOptions.dyn_o )
  6966. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemLabelDetails.dyn_o )
  6967. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemKind.dyn_o )
  6968. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemDefaults.dyn_o )
  6969. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionContext.dyn_o )
  6970. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionParams.dyn_o )
  6971. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Command.dyn_o )
  6972. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintLabelPart.dyn_o )
  6973. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHint.dyn_o )
  6974. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItem.dyn_o )
  6975. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionList.dyn_o )
  6976. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentation.dyn_o )
  6977. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Color.dyn_o )
  6978. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentationParams.dyn_o )
  6979. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ColorInformation.dyn_o )
  6980. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensWorkspaceClientCapabilities.dyn_o )
  6981. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensRegistrationOptions.dyn_o )
  6982. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensParams.dyn_o )
  6983. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensOptions.dyn_o )
  6984. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensClientCapabilities.dyn_o )
  6985. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLens.dyn_o )
  6986. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeDescription.dyn_o )
  6987. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/Diagnostic.dyn_o )
  6988. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFullDocumentDiagnosticReport.dyn_o )
  6989. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDocumentDiagnosticReport.dyn_o )
  6990. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReportPartialResult.dyn_o )
  6991. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReport.dyn_o )
  6992. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsParams.dyn_o )
  6993. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FullDocumentDiagnosticReport.dyn_o )
  6994. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RelatedUnchangedDocumentDiagnosticReport.dyn_o )
  6995. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RelatedFullDocumentDiagnosticReport.dyn_o )
  6996. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReport.dyn_o )
  6997. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportPartialResult.dyn_o )
  6998. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionTriggerKind.dyn_o )
  6999. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionKind.dyn_o )
  7000. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionRegistrationOptions.dyn_o )
  7001. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionOptions.dyn_o )
  7002. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionDisabled.dyn_o )
  7003. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionContext.dyn_o )
  7004. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionParams.dyn_o )
  7005. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolTagOptions.dyn_o )
  7006. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolResolveOptions.dyn_o )
  7007. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolKindOptions.dyn_o )
  7008. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolClientCapabilities.dyn_o )
  7009. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolClientCapabilities.dyn_o )
  7010. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureParameterInformationOptions.dyn_o )
  7011. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureInformationOptions.dyn_o )
  7012. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpClientCapabilities.dyn_o )
  7013. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientShowMessageActionItemOptions.dyn_o )
  7014. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestClientCapabilities.dyn_o )
  7015. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WindowClientCapabilities.dyn_o )
  7016. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestFullDelta.dyn_o )
  7017. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestOptions.dyn_o )
  7018. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensClientCapabilities.dyn_o )
  7019. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientInlayHintResolveOptions.dyn_o )
  7020. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintClientCapabilities.dyn_o )
  7021. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientInfo.dyn_o )
  7022. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeOptions.dyn_o )
  7023. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeKindOptions.dyn_o )
  7024. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeClientCapabilities.dyn_o )
  7025. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientDiagnosticsTagOptions.dyn_o )
  7026. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsClientCapabilities.dyn_o )
  7027. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemResolveOptions.dyn_o )
  7028. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptionsKind.dyn_o )
  7029. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemInsertTextModeOptions.dyn_o )
  7030. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptions.dyn_o )
  7031. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionClientCapabilities.dyn_o )
  7032. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionResolveOptions.dyn_o )
  7033. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionKindOptions.dyn_o )
  7034. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionLiteralOptions.dyn_o )
  7035. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionClientCapabilities.dyn_o )
  7036. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationsSupportOptions.dyn_o )
  7037. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEditClientCapabilities.dyn_o )
  7038. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceClientCapabilities.dyn_o )
  7039. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationIdentifier.dyn_o )
  7040. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperation.dyn_o )
  7041. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameFile.dyn_o )
  7042. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFile.dyn_o )
  7043. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CreateFile.dyn_o )
  7044. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotation.dyn_o )
  7045. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CancelParams.dyn_o )
  7046. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyRegistrationOptions.dyn_o )
  7047. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyPrepareParams.dyn_o )
  7048. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOptions.dyn_o )
  7049. 860.96 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.o, dist/build/Language/LSP/Protocol/Internal/Types/ServerCapabilities.dyn_o )
  7050. 868.98 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 )
  7051. 900.15 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 )
  7052. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.dyn_o )
  7053. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.dyn_o )
  7054. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.dyn_o )
  7055. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.dyn_o )
  7056. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.dyn_o )
  7057. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.dyn_o )
  7058. 900.16 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 )
  7059. 900.16 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 )
  7060. 900.16 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 )
  7061. 900.16 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 )
  7062. 900.16 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 )
  7063. 900.16 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 )
  7064. 900.16 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 )
  7065. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.dyn_o )
  7066. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeAction.dyn_o )
  7067. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.dyn_o )
  7068. 900.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.o, dist/build/Language/LSP/Protocol/Internal/Method.dyn_o )
  7069. 900.94 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 )
  7070. 904.63 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 )
  7071. 904.63 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 )
  7072. 904.63 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 )
  7073. 904.63 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 )
  7074. 904.63 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 )
  7075. 904.63 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 )
  7076. 904.63 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 )
  7077. 904.63 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 )
  7078. 904.74 s [lsp-types]
  7079. 904.74 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning: [GHC-02256] [-Wambiguous-fields]
  7080. 904.74 s [lsp-types] The record update x {_code = InR
  7081. 904.74 s [lsp-types] (fromOpenEnumBaseType n)} with type ResponseError is ambiguous.
  7082. 904.74 s [lsp-types] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
  7083. 904.74 s [lsp-types] |
  7084. 904.74 s [lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n)}
  7085. 904.74 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7086. 904.74 s [lsp-types]
  7087. 904.74 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning: [GHC-02256] [-Wambiguous-fields]
  7088. 904.74 s [lsp-types] The record update x {_code = InR
  7089. 904.74 s [lsp-types] (fromOpenEnumBaseType n)} with type TResponseError is ambiguous.
  7090. 904.74 s [lsp-types] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
  7091. 904.74 s [lsp-types] |
  7092. 904.74 s [lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n)}
  7093. 904.74 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7094. 907.07 s [lsp-types] [443 of 452] Compiling Language.LSP.Protocol.Message.Parsing ( src/Language/LSP/Protocol/Message/Parsing.hs, dist/build/Language/LSP/Protocol/Message/Parsing.o, dist/build/Language/LSP/Protocol/Message/Parsing.dyn_o )
  7095. 908.08 s Waiting for lock on waiting for lock on '/nix/store/csjffh2z1azrrzr8fsd8zc88mh22li57-conduit-1.3.6.1', '/nix/store/xbviw4gr70gjwdnx1m6jan6a3qs6ccin-conduit-1.3.6.1-doc'
  7096. 911.32 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 )
  7097. 911.32 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 )
  7098. 911.35 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 )
  7099. 911.35 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 )
  7100. 911.35 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 )
  7101. 911.35 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 )
  7102. 911.35 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 )
  7103. 912.37 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 )
  7104. 912.37 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 )
  7105. 913.47 s [lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.p_o )
  7106. 913.70 s [lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.p_o )
  7107. 913.70 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 )
  7108. 913.70 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 )
  7109. 914.05 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 )
  7110. 914.14 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 )
  7111. 914.35 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 )
  7112. 914.48 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 )
  7113. 914.48 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 )
  7114. 915.09 s [lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.p_o )
  7115. 921.28 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 )
  7116. 922.16 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 )
  7117. 922.16 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 )
  7118. 922.16 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 )
  7119. 922.62 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 )
  7120. 927.85 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 )
  7121. 928.67 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 )
  7122. 928.83 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 )
  7123. 928.83 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 )
  7124. 928.83 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 )
  7125. 928.83 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 )
  7126. 928.83 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 )
  7127. 928.83 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 )
  7128. 928.83 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 )
  7129. 928.83 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 )
  7130. 928.83 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 )
  7131. 928.83 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 )
  7132. 928.83 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 )
  7133. 928.83 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 )
  7134. 928.83 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 )
  7135. 928.83 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 )
  7136. 928.83 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 )
  7137. 928.83 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 )
  7138. 928.83 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 )
  7139. 928.83 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 )
  7140. 928.83 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 )
  7141. 928.83 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 )
  7142. 928.83 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 )
  7143. 928.83 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 )
  7144. 928.83 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 )
  7145. 928.83 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 )
  7146. 928.83 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 )
  7147. 928.83 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 )
  7148. 928.83 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 )
  7149. 929.15 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 )
  7150. 929.15 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 )
  7151. 929.15 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 )
  7152. 929.15 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 )
  7153. 929.15 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 )
  7154. 929.15 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 )
  7155. 929.15 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 )
  7156. 929.15 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 )
  7157. 929.15 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 )
  7158. 929.15 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 )
  7159. 929.15 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 )
  7160. 929.15 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 )
  7161. 929.15 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 )
  7162. 929.15 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 )
  7163. 929.15 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 )
  7164. 929.15 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 )
  7165. 929.15 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 )
  7166. 929.15 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 )
  7167. 929.15 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 )
  7168. 929.15 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 )
  7169. 929.15 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 )
  7170. 929.15 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 )
  7171. 929.15 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 )
  7172. 931.83 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 )
  7173. 933.53 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 )
  7174. 933.55 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 )
  7175. 933.55 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 )
  7176. 933.55 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 )
  7177. 933.55 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 )
  7178. 933.55 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 )
  7179. 933.55 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 )
  7180. 933.55 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 )
  7181. 933.55 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 )
  7182. 933.55 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 )
  7183. 933.55 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 )
  7184. 933.55 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 )
  7185. 933.55 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 )
  7186. 933.55 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 )
  7187. 933.55 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 )
  7188. 933.55 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 )
  7189. 933.55 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 )
  7190. 933.55 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 )
  7191. 933.55 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 )
  7192. 933.55 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 )
  7193. 933.55 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 )
  7194. 933.55 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 )
  7195. 933.55 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 )
  7196. 933.55 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 )
  7197. 933.55 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 )
  7198. 933.55 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 )
  7199. 933.55 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 )
  7200. 933.55 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 )
  7201. 933.55 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 )
  7202. 933.55 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 )
  7203. 933.55 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 )
  7204. 933.55 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 )
  7205. 933.55 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 )
  7206. 933.56 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 )
  7207. 933.56 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 )
  7208. 933.56 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 )
  7209. 933.56 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 )
  7210. 933.56 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 )
  7211. 934.36 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 )
  7212. 937.91 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 )
  7213. 937.91 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 )
  7214. 937.91 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 )
  7215. 937.91 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 )
  7216. 937.91 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 )
  7217. 937.91 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 )
  7218. 937.91 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 )
  7219. 937.91 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 )
  7220. 937.91 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 )
  7221. 937.91 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 )
  7222. 937.92 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 )
  7223. 937.92 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 )
  7224. 937.92 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 )
  7225. 937.92 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 )
  7226. 937.92 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 )
  7227. 937.92 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 )
  7228. 937.92 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 )
  7229. 937.92 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 )
  7230. 937.92 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 )
  7231. 937.92 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 )
  7232. 937.92 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 )
  7233. 937.92 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 )
  7234. 937.92 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 )
  7235. 937.92 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 )
  7236. 937.92 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 )
  7237. 937.92 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 )
  7238. 937.92 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 )
  7239. 937.92 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 )
  7240. 937.92 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 )
  7241. 937.92 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 )
  7242. 937.92 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 )
  7243. 937.92 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 )
  7244. 937.92 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 )
  7245. 937.92 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 )
  7246. 937.92 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 )
  7247. 937.92 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 )
  7248. 937.92 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 )
  7249. 937.92 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 )
  7250. 937.92 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 )
  7251. 937.92 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 )
  7252. 937.92 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 )
  7253. 937.92 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 )
  7254. 937.92 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 )
  7255. 937.92 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 )
  7256. 945.12 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 )
  7257. 947.30 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 )
  7258. 949.64 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 )
  7259. 949.64 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 )
  7260. 949.64 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 )
  7261. 949.64 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 )
  7262. 949.64 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 )
  7263. 949.64 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 )
  7264. 949.64 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 )
  7265. 949.64 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 )
  7266. 949.64 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 )
  7267. 949.64 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 )
  7268. 949.64 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 )
  7269. 949.64 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 )
  7270. 949.64 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 )
  7271. 949.64 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 )
  7272. 949.64 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 )
  7273. 949.64 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 )
  7274. 949.64 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 )
  7275. 949.64 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 )
  7276. 949.64 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 )
  7277. 949.65 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 )
  7278. 949.65 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 )
  7279. 949.65 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 )
  7280. 949.65 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 )
  7281. 949.65 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 )
  7282. 949.65 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 )
  7283. 949.65 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 )
  7284. 949.65 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 )
  7285. 949.65 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 )
  7286. 949.65 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 )
  7287. 949.65 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 )
  7288. 949.65 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 )
  7289. 949.65 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 )
  7290. 949.65 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 )
  7291. 949.65 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 )
  7292. 949.65 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 )
  7293. 949.65 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 )
  7294. 949.65 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 )
  7295. 949.65 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 )
  7296. 949.65 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 )
  7297. 949.65 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 )
  7298. 949.65 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 )
  7299. 949.65 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 )
  7300. 949.65 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 )
  7301. 949.65 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 )
  7302. 949.65 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 )
  7303. 949.65 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 )
  7304. 949.65 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 )
  7305. 949.65 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 )
  7306. 949.65 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 )
  7307. 949.65 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 )
  7308. 949.65 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 )
  7309. 949.65 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 )
  7310. 949.65 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 )
  7311. 949.65 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 )
  7312. 949.65 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 )
  7313. 949.65 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 )
  7314. 949.65 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 )
  7315. 949.65 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 )
  7316. 949.65 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 )
  7317. 949.65 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 )
  7318. 949.65 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 )
  7319. 949.65 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 )
  7320. 949.65 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 )
  7321. 949.65 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 )
  7322. 949.65 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 )
  7323. 949.65 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 )
  7324. 949.65 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 )
  7325. 949.65 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 )
  7326. 949.65 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 )
  7327. 949.65 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 )
  7328. 949.65 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 )
  7329. 950.85 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 )
  7330. 953.62 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 )
  7331. 953.62 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 )
  7332. 953.62 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 )
  7333. 953.62 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 )
  7334. 953.62 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 )
  7335. 953.62 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 )
  7336. 953.62 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 )
  7337. 953.63 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 )
  7338. 953.63 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 )
  7339. 953.63 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 )
  7340. 953.63 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 )
  7341. 953.63 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 )
  7342. 953.63 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 )
  7343. 953.63 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 )
  7344. 953.63 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 )
  7345. 953.63 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 )
  7346. 953.63 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 )
  7347. 953.63 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 )
  7348. 953.63 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 )
  7349. 953.63 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 )
  7350. 953.63 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 )
  7351. 953.63 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 )
  7352. 953.63 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 )
  7353. 953.63 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 )
  7354. 953.63 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 )
  7355. 953.63 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 )
  7356. 953.63 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 )
  7357. 953.63 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 )
  7358. 953.63 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 )
  7359. 953.63 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 )
  7360. 953.63 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 )
  7361. 953.63 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 )
  7362. 953.63 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 )
  7363. 953.63 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 )
  7364. 953.63 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 )
  7365. 953.63 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 )
  7366. 953.63 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 )
  7367. 953.63 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 )
  7368. 953.63 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 )
  7369. 953.63 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 )
  7370. 953.63 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 )
  7371. 953.63 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 )
  7372. 953.63 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 )
  7373. 953.63 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 )
  7374. 953.63 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 )
  7375. 953.63 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 )
  7376. 953.63 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 )
  7377. 953.63 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 )
  7378. 953.63 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 )
  7379. 953.63 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 )
  7380. 953.63 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 )
  7381. 953.63 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 )
  7382. 953.63 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 )
  7383. 953.63 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 )
  7384. 953.63 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 )
  7385. 953.63 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 )
  7386. 953.63 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 )
  7387. 953.63 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 )
  7388. 953.63 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 )
  7389. 953.63 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 )
  7390. 953.63 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 )
  7391. 953.63 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 )
  7392. 953.63 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 )
  7393. 953.63 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 )
  7394. 953.63 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 )
  7395. 953.63 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 )
  7396. 953.63 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 )
  7397. 953.63 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 )
  7398. 953.63 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 )
  7399. 953.63 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 )
  7400. 956.23 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 )
  7401. 956.25 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 )
  7402. 956.25 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 )
  7403. 956.25 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 )
  7404. 956.25 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 )
  7405. 956.25 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 )
  7406. 956.25 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 )
  7407. 956.25 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 )
  7408. 956.25 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 )
  7409. 956.25 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 )
  7410. 956.25 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 )
  7411. 956.25 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 )
  7412. 956.25 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 )
  7413. 956.25 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 )
  7414. 956.25 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 )
  7415. 956.25 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 )
  7416. 956.25 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 )
  7417. 956.25 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 )
  7418. 956.25 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 )
  7419. 956.25 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 )
  7420. 956.25 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 )
  7421. 956.25 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 )
  7422. 956.25 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 )
  7423. 956.25 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 )
  7424. 956.25 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 )
  7425. 956.25 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 )
  7426. 956.25 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 )
  7427. 956.25 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 )
  7428. 956.25 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 )
  7429. 956.25 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 )
  7430. 956.25 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 )
  7431. 956.25 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 )
  7432. 956.25 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 )
  7433. 956.25 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 )
  7434. 956.25 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 )
  7435. 956.25 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 )
  7436. 956.25 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 )
  7437. 956.25 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 )
  7438. 956.25 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 )
  7439. 956.25 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 )
  7440. 956.25 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 )
  7441. 956.25 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 )
  7442. 956.25 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 )
  7443. 956.25 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 )
  7444. 956.25 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 )
  7445. 956.25 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 )
  7446. 956.25 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 )
  7447. 956.25 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 )
  7448. 956.25 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 )
  7449. 956.25 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 )
  7450. 956.25 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 )
  7451. 956.25 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 )
  7452. 956.25 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 )
  7453. 956.25 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 )
  7454. 956.25 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 )
  7455. 956.25 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 )
  7456. 956.25 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 )
  7457. 956.25 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 )
  7458. 956.25 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 )
  7459. 956.25 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 )
  7460. 956.25 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 )
  7461. 956.25 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 )
  7462. 956.25 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 )
  7463. 956.25 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 )
  7464. 956.25 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 )
  7465. 956.25 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 )
  7466. 956.25 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 )
  7467. 956.25 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 )
  7468. 956.25 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 )
  7469. 956.25 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 )
  7470. 956.25 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 )
  7471. 956.25 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 )
  7472. 956.25 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 )
  7473. 956.25 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 )
  7474. 956.25 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 )
  7475. 956.25 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 )
  7476. 956.25 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 )
  7477. 956.25 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 )
  7478. 956.25 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 )
  7479. 956.25 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 )
  7480. 956.25 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 )
  7481. 956.25 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 )
  7482. 956.25 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 )
  7483. 956.25 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 )
  7484. 956.25 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 )
  7485. 956.25 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 )
  7486. 956.25 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 )
  7487. 956.25 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 )
  7488. 956.25 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 )
  7489. 956.25 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 )
  7490. 956.25 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 )
  7491. 956.25 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 )
  7492. 956.25 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 )
  7493. 956.25 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 )
  7494. 956.25 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 )
  7495. 956.25 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 )
  7496. 956.25 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 )
  7497. 956.25 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 )
  7498. 956.25 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 )
  7499. 956.25 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 )
  7500. 956.25 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 )
  7501. 956.25 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 )
  7502. 956.25 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 )
  7503. 956.25 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 )
  7504. 956.25 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 )
  7505. 956.25 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 )
  7506. 956.25 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 )
  7507. 956.25 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 )
  7508. 956.25 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 )
  7509. 956.25 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 )
  7510. 956.25 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 )
  7511. 956.25 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 )
  7512. 956.25 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 )
  7513. 956.25 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 )
  7514. 956.25 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 )
  7515. 956.25 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 )
  7516. 956.25 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 )
  7517. 956.25 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 )
  7518. 956.25 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 )
  7519. 961.81 s [ghc-exactprint] Cases: 3341 Tried: 3341 Errors: 0 Failures: 0
  7520. 961.81 s [ghc-exactprint] Counts {cases = 3341, tried = 3341, errors = 0, failures = 0}
  7521. 961.96 s [ghc-exactprint] Test suite test: PASS
  7522. 961.96 s [ghc-exactprint] Test suite logged to: dist/test/ghc-exactprint-1.7.1.0-test.log
  7523. 961.96 s [ghc-exactprint] 1 of 1 test suites (1 of 1 test cases) passed.
  7524. 961.98 s [ghc-exactprint] checkPhase completed in 11 minutes 34 seconds
  7525. 961.98 s [ghc-exactprint] Phase: haddockPhase
  7526. 962.12 s [ghc-exactprint] Preprocessing library for ghc-exactprint-1.7.1.0..
  7527. 962.12 s [ghc-exactprint] Running Haddock on library for ghc-exactprint-1.7.1.0..
  7528. 962.12 s [ghc-exactprint] Warning: The documentation for the following packages are not installed. No
  7529. 962.12 s [ghc-exactprint] links will be generated to these packages: fail-4.9.0.0
  7530. 962.17 s [ghc-exactprint] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  7531. 962.82 s [ghc-exactprint] 0% ( 0 / 1) in 'Language.Haskell.GHC.ExactPrint.Orphans'
  7532. 962.82 s [ghc-exactprint] Missing documentation for:
  7533. 962.82 s [ghc-exactprint] Module header
  7534. 962.88 s [ghc-exactprint] 33% ( 2 / 6) in 'Language.Haskell.GHC.ExactPrint.Types'
  7535. 962.88 s [ghc-exactprint] Missing documentation for:
  7536. 962.88 s [ghc-exactprint] Module header
  7537. 962.88 s [ghc-exactprint] Pos (src/Language/Haskell/GHC/ExactPrint/Types.hs:20)
  7538. 962.88 s [ghc-exactprint] Rigidity (src/Language/Haskell/GHC/ExactPrint/Types.hs:24)
  7539. 962.88 s [ghc-exactprint] showGhc (src/Language/Haskell/GHC/ExactPrint/Types.hs:65)
  7540. 962.89 s [ghc-exactprint] 75% ( 3 / 4) in 'Language.Haskell.GHC.ExactPrint.Lookup'
  7541. 962.89 s [ghc-exactprint] Missing documentation for:
  7542. 962.89 s [ghc-exactprint] Module header
  7543. 962.99 s [ghc-exactprint] 28% ( 17 / 60) in 'Language.Haskell.GHC.ExactPrint.Utils'
  7544. 962.99 s [ghc-exactprint] Missing documentation for:
  7545. 962.99 s [ghc-exactprint] Module header
  7546. 962.99 s [ghc-exactprint] debugM (src/Language/Haskell/GHC/ExactPrint/Utils.hs:59)
  7547. 962.99 s [ghc-exactprint] warn (src/Language/Haskell/GHC/ExactPrint/Utils.hs:64)
  7548. 962.99 s [ghc-exactprint] undeltaSpan (src/Language/Haskell/GHC/ExactPrint/Utils.hs:121)
  7549. 962.99 s [ghc-exactprint] adjustDeltaForOffset (src/Language/Haskell/GHC/ExactPrint/Utils.hs:130)
  7550. 962.99 s [ghc-exactprint] ss2pos (src/Language/Haskell/GHC/ExactPrint/Utils.hs:137)
  7551. 962.99 s [ghc-exactprint] ss2posEnd (src/Language/Haskell/GHC/ExactPrint/Utils.hs:140)
  7552. 962.99 s [ghc-exactprint] ss2range (src/Language/Haskell/GHC/ExactPrint/Utils.hs:143)
  7553. 962.99 s [ghc-exactprint] rs2range (src/Language/Haskell/GHC/ExactPrint/Utils.hs:146)
  7554. 962.99 s [ghc-exactprint] rs (src/Language/Haskell/GHC/ExactPrint/Utils.hs:149)
  7555. 962.99 s [ghc-exactprint] range2rs (src/Language/Haskell/GHC/ExactPrint/Utils.hs:153)
  7556. 962.99 s [ghc-exactprint] badRealSrcSpan (src/Language/Haskell/GHC/ExactPrint/Utils.hs:158)
  7557. 962.99 s [ghc-exactprint] spanLength (src/Language/Haskell/GHC/ExactPrint/Utils.hs:163)
  7558. 962.99 s [ghc-exactprint] isListComp (src/Language/Haskell/GHC/ExactPrint/Utils.hs:186)
  7559. 962.99 s [ghc-exactprint] needsWhere (src/Language/Haskell/GHC/ExactPrint/Utils.hs:191)
  7560. 962.99 s [ghc-exactprint] insertCppComments (src/Language/Haskell/GHC/ExactPrint/Utils.hs:199)
  7561. 962.99 s [ghc-exactprint] ghcCommentText (src/Language/Haskell/GHC/ExactPrint/Utils.hs:211)
  7562. 962.99 s [ghc-exactprint] tokComment (src/Language/Haskell/GHC/ExactPrint/Utils.hs:218)
  7563. 962.99 s [ghc-exactprint] hsDocStringComments (src/Language/Haskell/GHC/ExactPrint/Utils.hs:224)
  7564. 962.99 s [ghc-exactprint] dedentDocChunk (src/Language/Haskell/GHC/ExactPrint/Utils.hs:245)
  7565. 962.99 s [ghc-exactprint] dedentDocChunkBy (src/Language/Haskell/GHC/ExactPrint/Utils.hs:248)
  7566. 962.99 s [ghc-exactprint] printDecorator (src/Language/Haskell/GHC/ExactPrint/Utils.hs:262)
  7567. 962.99 s [ghc-exactprint] mkEpaComments (src/Language/Haskell/GHC/ExactPrint/Utils.hs:270)
  7568. 962.99 s [ghc-exactprint] comment2LEpaComment (src/Language/Haskell/GHC/ExactPrint/Utils.hs:276)
  7569. 962.99 s [ghc-exactprint] mkLEpaComment (src/Language/Haskell/GHC/ExactPrint/Utils.hs:279)
  7570. 962.99 s [ghc-exactprint] mkComment (src/Language/Haskell/GHC/ExactPrint/Utils.hs:283)
  7571. 962.99 s [ghc-exactprint] normaliseCommentText (src/Language/Haskell/GHC/ExactPrint/Utils.hs:287)
  7572. 962.99 s [ghc-exactprint] noKWComments (src/Language/Haskell/GHC/ExactPrint/Utils.hs:315)
  7573. 962.99 s [ghc-exactprint] sortAnchorLocated (src/Language/Haskell/GHC/ExactPrint/Utils.hs:318)
  7574. 962.99 s [ghc-exactprint] isSymbolRdrName (src/Language/Haskell/GHC/ExactPrint/Utils.hs:335)
  7575. 962.99 s [ghc-exactprint] rdrName2String (src/Language/Haskell/GHC/ExactPrint/Utils.hs:338)
  7576. 962.99 s [ghc-exactprint] name2String (src/Language/Haskell/GHC/ExactPrint/Utils.hs:350)
  7577. 962.99 s [ghc-exactprint] locatedAnAnchor (src/Language/Haskell/GHC/ExactPrint/Utils.hs:370)
  7578. 962.99 s [ghc-exactprint] setAnchorAn (src/Language/Haskell/GHC/ExactPrint/Utils.hs:386)
  7579. 962.99 s [ghc-exactprint] setAnchorEpa (src/Language/Haskell/GHC/ExactPrint/Utils.hs:394)
  7580. 962.99 s [ghc-exactprint] setAnchorEpaL (src/Language/Haskell/GHC/ExactPrint/Utils.hs:398)
  7581. 962.99 s [ghc-exactprint] setAnchorHsModule (src/Language/Haskell/GHC/ExactPrint/Utils.hs:402)
  7582. 962.99 s [ghc-exactprint] trailingAnnLoc (src/Language/Haskell/GHC/ExactPrint/Utils.hs:416)
  7583. 962.99 s [ghc-exactprint] setTrailingAnnLoc (src/Language/Haskell/GHC/ExactPrint/Utils.hs:421)
  7584. 962.99 s [ghc-exactprint] addEpAnnLoc (src/Language/Haskell/GHC/ExactPrint/Utils.hs:426)
  7585. 962.99 s [ghc-exactprint] anchorToEpaLocation (src/Language/Haskell/GHC/ExactPrint/Utils.hs:432)
  7586. 962.99 s [ghc-exactprint] hackSrcSpanToAnchor (src/Language/Haskell/GHC/ExactPrint/Utils.hs:461)
  7587. 962.99 s [ghc-exactprint] hackAnchorToSrcSpan (src/Language/Haskell/GHC/ExactPrint/Utils.hs:469)
  7588. 963.34 s [ghc-exactprint] Warning: 'getRichTokenStream' is out of scope.
  7589. 963.34 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7590. 963.34 s [ghc-exactprint] 37% ( 3 / 8) in 'Language.Haskell.GHC.ExactPrint.Preprocess'
  7591. 963.34 s [ghc-exactprint] Missing documentation for:
  7592. 963.34 s [ghc-exactprint] getPreprocessedSrcDirect (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:207)
  7593. 963.34 s [ghc-exactprint] readFileGhc (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:295)
  7594. 963.34 s [ghc-exactprint] CppOptions (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:54)
  7595. 963.35 s [ghc-exactprint] defaultCppOptions (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:60)
  7596. 963.35 s [ghc-exactprint] showErrorMessages (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:230)
  7597. 963.42 s [ghc-exactprint] Warning: 'DynFlags' is out of scope.
  7598. 963.42 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7599. 963.42 s [ghc-exactprint] Warning: 'GhcPs' is out of scope.
  7600. 963.42 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7601. 963.43 s [ghc-exactprint] Warning: 'parseModoule' is out of scope.
  7602. 963.43 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7603. 963.43 s [ghc-exactprint] Warning: 'setSessionDynFlags' is out of scope.
  7604. 963.43 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7605. 963.43 s [ghc-exactprint] Warning: 'parseDynamicFilePragma' is out of scope.
  7606. 963.43 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7607. 963.43 s [ghc-exactprint] 58% ( 17 / 29) in 'Language.Haskell.GHC.ExactPrint.Parsers'
  7608. 963.43 s [ghc-exactprint] Missing documentation for:
  7609. 963.43 s [ghc-exactprint] Parser (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:132)
  7610. 963.43 s [ghc-exactprint] ParseResult (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:130)
  7611. 963.43 s [ghc-exactprint] CppOptions (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:54)
  7612. 963.43 s [ghc-exactprint] defaultCppOptions (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:60)
  7613. 963.43 s [ghc-exactprint] LibDir (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:128)
  7614. 963.43 s [ghc-exactprint] parseModuleWithOptions (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:194)
  7615. 963.43 s [ghc-exactprint] parseExpr (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:135)
  7616. 963.43 s [ghc-exactprint] parseImport (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:138)
  7617. 963.43 s [ghc-exactprint] parseType (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:141)
  7618. 963.43 s [ghc-exactprint] parseDecl (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:145)
  7619. 963.43 s [ghc-exactprint] parsePattern (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:151)
  7620. 963.43 s [ghc-exactprint] parseStmt (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:148)
  7621. 963.52 s [ghc-exactprint] 40% ( 2 / 5) in 'Language.Haskell.GHC.ExactPrint.Dump'
  7622. 963.52 s [ghc-exactprint] Missing documentation for:
  7623. 963.52 s [ghc-exactprint] Module header
  7624. 963.52 s [ghc-exactprint] BlankSrcSpan (src/Language/Haskell/GHC/ExactPrint/Dump.hs:39)
  7625. 963.52 s [ghc-exactprint] BlankEpAnnotations (src/Language/Haskell/GHC/ExactPrint/Dump.hs:42)
  7626. 964.48 s [ghc-exactprint] Warning: 'relativiseApiAnns' is out of scope.
  7627. 964.48 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7628. 964.48 s [ghc-exactprint] Warning: 'local' is out of scope.
  7629. 964.48 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7630. 964.49 s [ghc-exactprint] 72% ( 8 / 11) in 'Language.Haskell.GHC.ExactPrint.ExactPrint'
  7631. 964.49 s [ghc-exactprint] Missing documentation for:
  7632. 964.49 s [ghc-exactprint] Module header
  7633. 964.49 s [ghc-exactprint] exactPrint (src/Language/Haskell/GHC/ExactPrint/ExactPrint.hs:93)
  7634. 964.49 s [ghc-exactprint] showAst (src/Language/Haskell/GHC/ExactPrint/ExactPrint.hs:86)
  7635. 965.78 s [ghc-exactprint] Warning: 'Annotation' is out of scope.
  7636. 965.78 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7637. 965.78 s [ghc-exactprint] Warning: 'annPriorComments' is out of scope.
  7638. 965.78 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7639. 965.78 s [ghc-exactprint] Warning: 'annFollowingComments' is out of scope.
  7640. 965.78 s [ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
  7641. 965.78 s [ghc-exactprint] 69% ( 45 / 65) in 'Language.Haskell.GHC.ExactPrint.Transform'
  7642. 965.78 s [ghc-exactprint] Missing documentation for:
  7643. 965.78 s [ghc-exactprint] runTransformT (src/Language/Haskell/GHC/ExactPrint/Transform.hs:133)
  7644. 965.78 s [ghc-exactprint] hsDeclsValBinds (src/Language/Haskell/GHC/ExactPrint/Transform.hs:1068)
  7645. 965.78 s [ghc-exactprint] WithWhere (src/Language/Haskell/GHC/ExactPrint/Transform.hs:1079)
  7646. 965.78 s [ghc-exactprint] noAnnSrcSpanDP0 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:778)
  7647. 965.78 s [ghc-exactprint] noAnnSrcSpanDP1 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:781)
  7648. 965.78 s [ghc-exactprint] noAnnSrcSpanDPn (src/Language/Haskell/GHC/ExactPrint/Transform.hs:784)
  7649. 965.78 s [ghc-exactprint] d0 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:787)
  7650. 965.78 s [ghc-exactprint] d1 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:790)
  7651. 965.78 s [ghc-exactprint] dn (src/Language/Haskell/GHC/ExactPrint/Transform.hs:793)
  7652. 965.78 s [ghc-exactprint] m0 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:796)
  7653. 965.78 s [ghc-exactprint] m1 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:799)
  7654. 965.78 s [ghc-exactprint] mn (src/Language/Haskell/GHC/ExactPrint/Transform.hs:802)
  7655. 965.78 s [ghc-exactprint] addComma (src/Language/Haskell/GHC/ExactPrint/Transform.hs:805)
  7656. 965.78 s [ghc-exactprint] balanceCommentsList (src/Language/Haskell/GHC/ExactPrint/Transform.hs:416)
  7657. 965.78 s [ghc-exactprint] balanceCommentsList' (src/Language/Haskell/GHC/ExactPrint/Transform.hs:535)
  7658. 965.78 s [ghc-exactprint] anchorEof (src/Language/Haskell/GHC/ExactPrint/Transform.hs:758)
  7659. 965.78 s [ghc-exactprint] captureLineSpacing (src/Language/Haskell/GHC/ExactPrint/Transform.hs:196)
  7660. 965.78 s [ghc-exactprint] captureMatchLineSpacing (src/Language/Haskell/GHC/ExactPrint/Transform.hs:188)
  7661. 965.78 s [ghc-exactprint] captureTypeSigSpacing (src/Language/Haskell/GHC/ExactPrint/Transform.hs:208)
  7662. 965.78 s [ghc-exactprint] getEntryDP (src/Language/Haskell/GHC/ExactPrint/Transform.hs:339)
  7663. 965.94 s [ghc-exactprint] 77% ( 14 / 18) in 'Language.Haskell.GHC.ExactPrint'
  7664. 965.94 s [ghc-exactprint] Missing documentation for:
  7665. 965.94 s [ghc-exactprint] exactPrint (src/Language/Haskell/GHC/ExactPrint/ExactPrint.hs:93)
  7666. 965.94 s [ghc-exactprint] showAst (src/Language/Haskell/GHC/ExactPrint/ExactPrint.hs:86)
  7667. 965.94 s [ghc-exactprint] BlankSrcSpan (src/Language/Haskell/GHC/ExactPrint/Dump.hs:39)
  7668. 965.94 s [ghc-exactprint] BlankEpAnnotations (src/Language/Haskell/GHC/ExactPrint/Dump.hs:42)
  7669. 966.21 s [ghc-exactprint] Warning: Language.Haskell.GHC.ExactPrint.ExactPrint: could not find link destinations for:
  7670. 966.21 s [ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.ExactPrintTVFlag
  7671. 966.21 s [ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
  7672. 966.21 s [ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
  7673. 966.22 s [ghc-exactprint] Warning: Language.Haskell.GHC.ExactPrint.Transform: could not find link destinations for:
  7674. 966.22 s [ghc-exactprint] - Language.Haskell.GHC.ExactPrint.Transform.PMatch
  7675. 966.22 s [ghc-exactprint] - Language.Haskell.GHC.ExactPrint.Transform.Decl
  7676. 966.24 s [ghc-exactprint] Warning: Language.Haskell.GHC.ExactPrint: could not find link destinations for:
  7677. 966.24 s [ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.ExactPrintTVFlag
  7678. 966.24 s [ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
  7679. 966.24 s [ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
  7680. 973.64 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 )
  7681. 974.61 s [ghc-exactprint] Documentation created: dist/doc/html/ghc-exactprint/index.html,
  7682. 974.61 s [ghc-exactprint] dist/doc/html/ghc-exactprint/ghc-exactprint.txt
  7683. 974.68 s [ghc-exactprint] Preprocessing test suite 'test' for ghc-exactprint-1.7.1.0..
  7684. 974.70 s [ghc-exactprint] Phase: installPhase
  7685. 974.77 s [ghc-exactprint] Installing library in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  7686. 975.88 s [ghc-exactprint] Phase: fixupPhase
  7687. 975.90 s [ghc-exactprint] shrinking RPATHs of ELF executables and libraries in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0
  7688. 975.90 s [ghc-exactprint] shrinking /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o-ghc9.6.3.so
  7689. 975.94 s [ghc-exactprint] checking for references to /build/ in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0...
  7690. 975.96 s [ghc-exactprint] patching script interpreter paths in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0
  7691. 975.96 s [ghc-exactprint] stripping (with command strip and flags -S -p) in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0/lib
  7692. 976.66 s [ghc-exactprint] shrinking RPATHs of ELF executables and libraries in /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc
  7693. 976.67 s [ghc-exactprint] checking for references to /build/ in /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc...
  7694. 976.69 s [ghc-exactprint] patching script interpreter paths in /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc
  7695. 977.08 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0
  7696. 977.50 s [post-build-hook] Pushing 2 paths (125 are already present) using zstd to cache sellout ⏳
  7697. 977.50 s [post-build-hook]
  7698. 977.86 s [post-build-hook] Pushing /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0 (48.70 MiB)
  7699. 977.88 s [post-build-hook] Pushing /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc (8.47 MiB)
  7700. 979.33 s [post-build-hook]
  7701. 979.34 s [post-build-hook] All done.
  7702. 979.35 s [post-build-hook] Uploading to the NixCI cache: /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0
  7703. 979.39 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7704. 979.61 s [post-build-hook] copying 10 paths...
  7705. 979.61 s [post-build-hook] copying path '/nix/store/670hg6dm2p58835714z272kiakykd9ny-data-default-instances-containers-0.1.0.3-doc' to 'https://cache.nix-ci.com'...
  7706. 979.61 s [post-build-hook] copying path '/nix/store/p6hi3hmr14561dzhb4khm20zvmislpc1-data-default-instances-dlist-0.0.1.2-doc' to 'https://cache.nix-ci.com'...
  7707. 979.61 s [post-build-hook] copying path '/nix/store/a1d3kswfp978asxfqz1nfgxxdls9qhfv-data-default-instances-old-locale-0.0.1.2-doc' to 'https://cache.nix-ci.com'...
  7708. 979.80 s [post-build-hook] copying path '/nix/store/adg9sj6662yxvfsg3cbs0a1w32f3i812-data-default-instances-containers-0.1.0.3' to 'https://cache.nix-ci.com'...
  7709. 979.83 s [post-build-hook] copying path '/nix/store/gf270mh0dpzni42jhgswgmhampkjvmcm-data-default-instances-dlist-0.0.1.2' to 'https://cache.nix-ci.com'...
  7710. 979.83 s [post-build-hook] copying path '/nix/store/d2cpvkgwrkypy494nlr8mvv5nsp6hvqa-data-default-0.7.1.3-doc' to 'https://cache.nix-ci.com'...
  7711. 979.83 s [post-build-hook] copying path '/nix/store/dbb7yyy7qlk55wkk55hf4dxisnm318x3-data-default-instances-old-locale-0.0.1.2' to 'https://cache.nix-ci.com'...
  7712. 980.03 s [post-build-hook] copying path '/nix/store/sdhj7lshby1j5z10gzwwzz52qyskaf1s-data-default-0.7.1.3' to 'https://cache.nix-ci.com'...
  7713. 980.03 s [post-build-hook] copying path '/nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc' to 'https://cache.nix-ci.com'...
  7714. 981.20 s [post-build-hook] copying path '/nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0' to 'https://cache.nix-ci.com'...
  7715. 992.41 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7716. 992.66 s [post-build-hook] copying 2 paths...
  7717. 992.66 s [post-build-hook] copying path '/nix/store/9nwl4imkm2ws1aibrd3kj8f0ljda49n2-ghc-exactprint-1.7.1.0.tar.gz.drv' to 'https://cache.nix-ci.com'...
  7718. 992.82 s [post-build-hook] copying path '/nix/store/7laa9mr3brihzxw6rj24wslxr5jidgm7-ghc-exactprint-1.7.1.0.drv' to 'https://cache.nix-ci.com'...
  7719. 993.02 s Progress: 44 of 66 built (1 building), 335 of 335 downloaded from cache
  7720. 993.09 s Building apply-refact
  7721. 993.15 s Building retrie
  7722. 993.31 s [apply-refact] Phase: setupCompilerEnvironmentPhase
  7723. 993.33 s Waiting for lock on waiting for lock on '/nix/store/4bx81ykw9jvwpc39i3hps7fyx62ggzh6-conduit-extra-1.3.7-doc', '/nix/store/bzmcqyljhl4qgjli6xsq0gaw2rvr2drz-conduit-extra
  7724. 993.33 s Waiting for lock on waiting for lock on '/nix/store/0wn4gcc993pwgf6jrjwawimaxzz88l40-conduit-parse-0.2.1.1-doc', '/nix/store/qmnrprznw6jrvfabxn9ii8xkydk5s1dd-conduit-parse
  7725. 993.33 s Waiting for lock on waiting for lock on '/nix/store/lgfjypqpwa1s3wm8q50wdz9jd4pcd66x-libyaml-0.1.4-doc', '/nix/store/vlwd296d609vm62d8m7hyicldyvfbxzw-libyaml
  7726. 993.33 s [apply-refact] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  7727. 993.37 s [retrie] Phase: setupCompilerEnvironmentPhase
  7728. 993.37 s [retrie] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  7729. 993.58 s [apply-refact] Phase: unpackPhase
  7730. 993.59 s [apply-refact] unpacking source archive /nix/store/0d2ipwa9jp4khh281dkfsc1iqz7p7cz7-apply-refact-0.14.0.0.tar.gz
  7731. 993.63 s [apply-refact] source root is apply-refact-0.14.0.0
  7732. 993.64 s [retrie] Phase: unpackPhase
  7733. 993.64 s [retrie] unpacking source archive /nix/store/fyl9d4vk1w0rq2ny02ar1vps6n45pvqk-retrie-1.2.3.tar.gz
  7734. 993.65 s [retrie] source root is retrie-1.2.3
  7735. 993.66 s [apply-refact] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "apply-refact-0.14.0.0/tests/Test.hs"
  7736. 993.66 s [retrie] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "retrie-1.2.3/tests/Util.hs"
  7737. 993.67 s [retrie] Phase: patchPhase
  7738. 993.67 s [apply-refact] Phase: patchPhase
  7739. 993.67 s [retrie] applying patch /nix/store/5ylnk2bab8492pq2hs391xgpmwfqkk75-b0df07178133b5b049e3e7764acba0e5e3fa57af.patch
  7740. 993.68 s [retrie] patching file retrie.cabal
  7741. 993.68 s [apply-refact] Phase: compileBuildDriverPhase
  7742. 993.68 s [retrie] Phase: compileBuildDriverPhase
  7743. 993.68 s [apply-refact] setupCompileFlags: -package-db=/build/tmp.zpf27grUnA/setup-package.conf.d -threaded
  7744. 993.68 s [retrie] setupCompileFlags: -package-db=/build/tmp.EEBI3LpedN/setup-package.conf.d -threaded
  7745. 993.74 s [retrie] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.EEBI3LpedN/Main.o )
  7746. 993.74 s [apply-refact] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.zpf27grUnA/Main.o )
  7747. 993.80 s [apply-refact] [2 of 2] Linking Setup
  7748. 993.80 s [retrie] [2 of 2] Linking Setup
  7749. 995.24 s [apply-refact] Phase: updateAutotoolsGnuConfigScriptsPhase
  7750. 995.24 s [retrie] Phase: updateAutotoolsGnuConfigScriptsPhase
  7751. 995.26 s [retrie] Phase: configurePhase
  7752. 995.26 s [apply-refact] Phase: configurePhase
  7753. 995.26 s [retrie] configureFlags: --verbose --prefix=/nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc/share/doc/retrie-1.2.3 --with-gcc=gcc --package-db=/build/tmp.EEBI3LpedN/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
  7754. 995.26 s [apply-refact] configureFlags: --verbose --prefix=/nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc/share/doc/apply-refact-0.14.0.0 --with-gcc=gcc --package-db=/build/tmp.zpf27grUnA/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
  7755. 995.27 s [retrie] Using Parsec parser
  7756. 995.27 s [retrie] Configuring retrie-1.2.3...
  7757. 995.27 s [apply-refact] Using Parsec parser
  7758. 995.27 s [apply-refact] Configuring apply-refact-0.14.0.0...
  7759. 995.28 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 )
  7760. 995.28 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 )
  7761. 995.28 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 )
  7762. 995.28 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 )
  7763. 995.28 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 )
  7764. 995.28 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 )
  7765. 995.28 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 )
  7766. 995.28 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 )
  7767. 995.28 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 )
  7768. 995.28 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 )
  7769. 995.28 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 )
  7770. 995.28 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 )
  7771. 995.28 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 )
  7772. 995.28 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 )
  7773. 995.28 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 )
  7774. 995.28 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 )
  7775. 995.28 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 )
  7776. 995.28 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 )
  7777. 995.69 s [retrie] Flags chosen: buildexecutable=True
  7778. 995.69 s [retrie] Dependency ansi-terminal >=0.10.3 && <1.2: using ansi-terminal-1.1.2
  7779. 995.69 s [retrie] Dependency async >=2.2.2 && <2.3: using async-2.2.5
  7780. 995.69 s [retrie] Dependency base >=4.11 && <4.20: using base-4.18.1.0
  7781. 995.69 s [retrie] Dependency bytestring >=0.10.8 && <0.13: using bytestring-0.11.5.2
  7782. 995.69 s [retrie] Dependency containers >=0.5.11 && <0.8: using containers-0.6.7
  7783. 995.69 s [retrie] Dependency data-default >=0.7.1 && <0.8: using data-default-0.7.1.3
  7784. 995.69 s [retrie] Dependency directory >=1.3.1 && <1.4: using directory-1.3.8.1
  7785. 995.69 s [retrie] Dependency filepath >=1.4.2 && <1.6: using filepath-1.4.100.4
  7786. 995.69 s [retrie] Dependency ghc >=9.2 && <9.9: using ghc-9.6.3
  7787. 995.69 s [retrie] Dependency ghc-exactprint >=1.5.0 && <1.9: using ghc-exactprint-1.7.1.0
  7788. 995.69 s [retrie] Dependency list-t >=1.0.4 && <1.1: using list-t-1.0.5.7
  7789. 995.69 s [retrie] Dependency mtl >=2.2.2 && <2.4: using mtl-2.3.1
  7790. 995.69 s [retrie] Dependency optparse-applicative >=0.15.1 && <0.19: using
  7791. 995.69 s [retrie] optparse-applicative-0.18.1.0
  7792. 995.69 s [retrie] Dependency process >=1.6.3 && <1.7: using process-1.6.17.0
  7793. 995.69 s [retrie] Dependency random-shuffle >=0.0.4 && <0.1: using random-shuffle-0.0.4
  7794. 995.69 s [retrie] Dependency syb >=0.7.1 && <0.8: using syb-0.7.2.4
  7795. 995.69 s [retrie] Dependency text >=1.2.3 && <2.2: using text-2.0.2
  7796. 995.69 s [retrie] Dependency transformers >=0.5.5 && <0.7: using transformers-0.6.1.0
  7797. 995.69 s [retrie] Dependency unordered-containers >=0.2.10 && <0.3: using
  7798. 995.69 s [retrie] unordered-containers-0.2.20
  7799. 995.69 s [retrie] Dependency base >=4.11 && <4.20: using base-4.18.1.0
  7800. 995.69 s [retrie] Dependency ghc-paths: using ghc-paths-0.1.0.12
  7801. 995.69 s [retrie] Dependency haskell-src-exts >=1.23.0 && <1.24: using haskell-src-exts-1.23.1
  7802. 995.69 s [retrie] Dependency retrie: using retrie-1.2.3
  7803. 995.69 s [retrie] Dependency base >=4.11 && <4.20: using base-4.18.1.0
  7804. 995.69 s [retrie] Dependency ghc-paths: using ghc-paths-0.1.0.12
  7805. 995.69 s [retrie] Dependency haskell-src-exts >=1.23.0 && <1.24: using haskell-src-exts-1.23.1
  7806. 995.69 s [retrie] Dependency retrie: using retrie-1.2.3
  7807. 995.74 s [apply-refact] Dependency base >=4.16 && <5: using base-4.18.1.0
  7808. 995.74 s [apply-refact] Dependency containers >=0.6.0.1 && <0.8: using containers-0.6.7
  7809. 995.74 s [apply-refact] Dependency directory >=1.3: using directory-1.3.8.1
  7810. 995.74 s [apply-refact] Dependency extra >=1.7.3: using extra-1.7.16
  7811. 995.74 s [apply-refact] Dependency filemanip >=0.3.6.3 && <0.4: using filemanip-0.3.6.3
  7812. 995.74 s [apply-refact] Dependency ghc >=9.6 && <9.7: using ghc-9.6.3
  7813. 995.74 s [apply-refact] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
  7814. 995.74 s [apply-refact] Dependency ghc-exactprint >=1.5.0 && <1.6 || >=1.6.0 && <1.7 || >=1.7.0 &&
  7815. 995.74 s [apply-refact] <1.8 || >=1.8.0 && <1.9: using ghc-exactprint-1.7.1.0
  7816. 995.74 s [apply-refact] Dependency process >=1.6: using process-1.6.17.0
  7817. 995.74 s [apply-refact] Dependency refact >=0.2: using refact-0.3.0.2
  7818. 995.74 s [apply-refact] Dependency syb >=0.7.1: using syb-0.7.2.4
  7819. 995.74 s [apply-refact] Dependency transformers >=0.5.6.2 && <0.7: using transformers-0.6.1.0
  7820. 995.74 s [apply-refact] Dependency uniplate >=1.6.13: using uniplate-1.6.13
  7821. 995.74 s [apply-refact] Dependency unix-compat >=0.5.2: using unix-compat-0.7.4
  7822. 995.74 s [apply-refact] Dependency base: using base-4.18.1.0
  7823. 995.74 s [apply-refact] Dependency containers: using containers-0.6.7
  7824. 995.74 s [apply-refact] Dependency directory: using directory-1.3.8.1
  7825. 995.74 s [apply-refact] Dependency extra: using extra-1.7.16
  7826. 995.74 s [apply-refact] Dependency filemanip: using filemanip-0.3.6.3
  7827. 995.74 s [apply-refact] Dependency filepath: using filepath-1.4.100.4
  7828. 995.74 s [apply-refact] Dependency ghc: using ghc-9.6.3
  7829. 995.74 s [apply-refact] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
  7830. 995.74 s [apply-refact] Dependency ghc-exactprint: using ghc-exactprint-1.7.1.0
  7831. 995.74 s [apply-refact] Dependency ghc-paths: using ghc-paths-0.1.0.12
  7832. 995.74 s [apply-refact] Dependency optparse-applicative >=0.15.1.0: using
  7833. 995.74 s [apply-refact] optparse-applicative-0.18.1.0
  7834. 995.74 s [apply-refact] Dependency process: using process-1.6.17.0
  7835. 995.74 s [apply-refact] Dependency refact: using refact-0.3.0.2
  7836. 995.74 s [apply-refact] Dependency syb: using syb-0.7.2.4
  7837. 995.74 s [apply-refact] Dependency transformers: using transformers-0.6.1.0
  7838. 995.74 s [apply-refact] Dependency uniplate: using uniplate-1.6.13
  7839. 995.74 s [apply-refact] Dependency unix-compat: using unix-compat-0.7.4
  7840. 995.74 s [apply-refact] Dependency base: using base-4.18.1.0
  7841. 995.74 s [apply-refact] Dependency containers: using containers-0.6.7
  7842. 995.74 s [apply-refact] Dependency directory: using directory-1.3.8.1
  7843. 995.74 s [apply-refact] Dependency extra: using extra-1.7.16
  7844. 995.74 s [apply-refact] Dependency filemanip: using filemanip-0.3.6.3
  7845. 995.74 s [apply-refact] Dependency filepath: using filepath-1.4.100.4
  7846. 995.74 s [apply-refact] Dependency ghc: using ghc-9.6.3
  7847. 995.74 s [apply-refact] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
  7848. 995.74 s [apply-refact] Dependency ghc-exactprint: using ghc-exactprint-1.7.1.0
  7849. 995.74 s [apply-refact] Dependency ghc-paths: using ghc-paths-0.1.0.12
  7850. 995.74 s [apply-refact] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  7851. 995.74 s [apply-refact] Dependency process: using process-1.6.17.0
  7852. 995.74 s [apply-refact] Dependency refact: using refact-0.3.0.2
  7853. 995.74 s [apply-refact] Dependency silently: using silently-1.2.5.4
  7854. 995.74 s [apply-refact] Dependency syb: using syb-0.7.2.4
  7855. 995.74 s [apply-refact] Dependency tasty: using tasty-1.5.3
  7856. 995.74 s [apply-refact] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
  7857. 995.74 s [apply-refact] Dependency tasty-golden: using tasty-golden-2.3.5
  7858. 995.74 s [apply-refact] Dependency transformers: using transformers-0.6.1.0
  7859. 995.74 s [apply-refact] Dependency uniplate: using uniplate-1.6.13
  7860. 995.74 s [apply-refact] Dependency unix-compat: using unix-compat-0.7.4
  7861. 995.98 s [retrie] Source component graph:
  7862. 995.98 s [retrie] component lib
  7863. 995.98 s [retrie] component exe:demo-retrie dependency lib
  7864. 995.98 s [retrie] component exe:retrie dependency lib
  7865. 995.98 s [retrie] Configured component graph:
  7866. 995.98 s [retrie] component retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7867. 995.98 s [retrie] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
  7868. 995.98 s [retrie] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  7869. 995.98 s [retrie] include base-4.18.1.0
  7870. 995.98 s [retrie] include bytestring-0.11.5.2
  7871. 995.98 s [retrie] include containers-0.6.7
  7872. 995.98 s [retrie] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  7873. 995.98 s [retrie] include directory-1.3.8.1
  7874. 995.98 s [retrie] include filepath-1.4.100.4
  7875. 995.98 s [retrie] include ghc-9.6.3
  7876. 995.98 s [retrie] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  7877. 995.98 s [retrie] include list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
  7878. 995.98 s [retrie] include mtl-2.3.1
  7879. 995.98 s [retrie] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  7880. 995.98 s [retrie] include process-1.6.17.0
  7881. 995.98 s [retrie] include random-shuffle-0.0.4-9Qm3fLm9npKEAt3B9N8fjx
  7882. 995.98 s [retrie] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  7883. 995.98 s [retrie] include text-2.0.2
  7884. 995.98 s [retrie] include transformers-0.6.1.0
  7885. 995.98 s [retrie] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  7886. 995.98 s [retrie] component retrie-1.2.3-6BLDjJkNfGS81tqiT7JVAs-demo-retrie
  7887. 995.98 s [retrie] include base-4.18.1.0
  7888. 995.98 s [retrie] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  7889. 995.98 s [retrie] include haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
  7890. 995.98 s [retrie] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7891. 995.98 s [retrie] component retrie-1.2.3-DTGecv5WXltGXs2OpBjx6D-retrie
  7892. 995.98 s [retrie] include base-4.18.1.0
  7893. 995.98 s [retrie] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  7894. 995.98 s [retrie] include haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
  7895. 995.98 s [retrie] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7896. 995.98 s [retrie] Linked component graph:
  7897. 995.98 s [retrie] unit retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7898. 995.98 s [retrie] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
  7899. 995.98 s [retrie] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  7900. 995.98 s [retrie] include base-4.18.1.0
  7901. 995.98 s [retrie] include bytestring-0.11.5.2
  7902. 995.98 s [retrie] include containers-0.6.7
  7903. 995.98 s [retrie] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  7904. 995.98 s [retrie] include directory-1.3.8.1
  7905. 995.98 s [retrie] include filepath-1.4.100.4
  7906. 995.98 s [retrie] include ghc-9.6.3
  7907. 995.98 s [retrie] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  7908. 995.98 s [retrie] include list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
  7909. 995.98 s [retrie] include mtl-2.3.1
  7910. 995.98 s [retrie] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  7911. 995.98 s [retrie] include process-1.6.17.0
  7912. 995.98 s [retrie] include random-shuffle-0.0.4-9Qm3fLm9npKEAt3B9N8fjx
  7913. 995.98 s [retrie] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  7914. 995.98 s [retrie] include text-2.0.2
  7915. 995.98 s [retrie] include transformers-0.6.1.0
  7916. 995.98 s [retrie] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  7917. 995.98 s [retrie] Retrie=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie,Retrie.AlphaEnv=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.AlphaEnv,Retrie.CPP=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.CPP,Retrie.Context=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Context,Retrie.Debug=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Debug,Retrie.Elaborate=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Elaborate,Retrie.ExactPrint=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.ExactPrint,Retrie.ExactPrint.Annotated=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.ExactPrint.Annotated,Retrie.Expr=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Expr,Retrie.Fixity=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Fixity,Retrie.FreeVars=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.FreeVars,Retrie.GHC=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.GHC,Retrie.GroundTerms=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.GroundTerms,Retrie.Monad=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Monad,Retrie.Options=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Options,Retrie.PatternMap.Bag=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.PatternMap.Bag,Retrie.PatternMap.Class=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.PatternMap.Class,Retrie.PatternMap.Instances=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.PatternMap.Instances,Retrie.Pretty=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Pretty,Retrie.Quantifiers=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Quantifiers,Retrie.Query=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Query,Retrie.Replace=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Replace,Retrie.Rewrites=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites,Retrie.Rewrites.Function=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites.Function,Retrie.Rewrites.Patterns=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites.Patterns,Retrie.Rewrites.Rules=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites.Rules,Retrie.Rewrites.Types=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites.Types,Retrie.Run=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Run,Retrie.SYB=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.SYB,Retrie.Subst=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Subst,Retrie.Substitution=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Substitution,Retrie.Types=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Types,Retrie.Universe=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Universe,Retrie.Util=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Util
  7918. 995.98 s [retrie] unit retrie-1.2.3-6BLDjJkNfGS81tqiT7JVAs-demo-retrie
  7919. 995.98 s [retrie] include base-4.18.1.0
  7920. 995.98 s [retrie] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  7921. 995.98 s [retrie] include haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
  7922. 995.98 s [retrie] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7923. 995.98 s [retrie] unit retrie-1.2.3-DTGecv5WXltGXs2OpBjx6D-retrie
  7924. 995.98 s [retrie] include base-4.18.1.0
  7925. 995.98 s [retrie] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  7926. 995.98 s [retrie] include haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
  7927. 995.98 s [retrie] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7928. 995.98 s [retrie] Ready component graph:
  7929. 995.98 s [retrie] definite retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7930. 995.98 s [retrie] depends ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
  7931. 995.98 s [retrie] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  7932. 995.98 s [retrie] depends base-4.18.1.0
  7933. 995.98 s [retrie] depends bytestring-0.11.5.2
  7934. 995.98 s [retrie] depends containers-0.6.7
  7935. 995.98 s [retrie] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  7936. 995.98 s [retrie] depends directory-1.3.8.1
  7937. 995.98 s [retrie] depends filepath-1.4.100.4
  7938. 995.98 s [retrie] depends ghc-9.6.3
  7939. 995.98 s [retrie] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  7940. 995.98 s [retrie] depends list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
  7941. 995.98 s [retrie] depends mtl-2.3.1
  7942. 995.98 s [retrie] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  7943. 995.98 s [retrie] depends process-1.6.17.0
  7944. 995.98 s [retrie] depends random-shuffle-0.0.4-9Qm3fLm9npKEAt3B9N8fjx
  7945. 995.98 s [retrie] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  7946. 995.98 s [retrie] depends text-2.0.2
  7947. 995.98 s [retrie] depends transformers-0.6.1.0
  7948. 995.98 s [retrie] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  7949. 995.98 s [retrie] definite retrie-1.2.3-6BLDjJkNfGS81tqiT7JVAs-demo-retrie
  7950. 995.98 s [retrie] depends base-4.18.1.0
  7951. 995.98 s [retrie] depends ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  7952. 995.98 s [retrie] depends haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
  7953. 995.98 s [retrie] depends retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7954. 995.98 s [retrie] definite retrie-1.2.3-DTGecv5WXltGXs2OpBjx6D-retrie
  7955. 995.98 s [retrie] depends base-4.18.1.0
  7956. 995.98 s [retrie] depends ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  7957. 995.98 s [retrie] depends haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
  7958. 995.98 s [retrie] depends retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7959. 995.98 s [retrie] Using Cabal-3.10.1.0 compiled by ghc-9.6
  7960. 995.98 s [retrie] Using compiler: ghc-9.6.3
  7961. 995.98 s [retrie] Using install prefix: /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
  7962. 995.98 s [retrie] Executables installed in:
  7963. 995.98 s [retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin
  7964. 995.98 s [retrie] Libraries installed in:
  7965. 995.98 s [retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  7966. 995.98 s [retrie] Dynamic Libraries installed in:
  7967. 995.98 s [retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  7968. 995.98 s [retrie] Private executables installed in:
  7969. 995.98 s [retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/libexec/x86_64-linux-ghc-9.6.3/retrie-1.2.3
  7970. 995.98 s [retrie] Data files installed in:
  7971. 995.98 s [retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/share/x86_64-linux-ghc-9.6.3/retrie-1.2.3
  7972. 995.98 s [retrie] Documentation installed in:
  7973. 995.98 s [retrie] /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc/share/doc/retrie-1.2.3
  7974. 995.98 s [retrie] Configuration files installed in:
  7975. 995.98 s [retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/etc
  7976. 995.98 s [retrie] No alex found
  7977. 995.98 s [retrie] Using ar found on system at:
  7978. 995.98 s [retrie] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  7979. 995.98 s [retrie] No c2hs found
  7980. 995.98 s [retrie] No cpphs found
  7981. 995.98 s [retrie] No doctest found
  7982. 995.98 s [retrie] Using gcc version 14.3.0 given by user at:
  7983. 995.98 s [retrie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  7984. 995.98 s [retrie] Using ghc version 9.6.3 found on system at:
  7985. 995.98 s [retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  7986. 996.00 s [retrie] Using ghc-pkg version 9.6.3 found on system at:
  7987. 996.00 s [retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  7988. 996.00 s [retrie] No ghcjs found
  7989. 996.00 s [retrie] No ghcjs-pkg found
  7990. 996.00 s [retrie] No greencard found
  7991. 996.00 s [retrie] Using haddock version 2.29.1 found on system at:
  7992. 996.00 s [retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  7993. 996.00 s [retrie] No happy found
  7994. 996.00 s [retrie] Using haskell-suite found on system at: haskell-suite-dummy-location
  7995. 996.00 s [retrie] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7996. 996.00 s [retrie] No hmake found
  7997. 996.00 s [retrie] Using hpc version 0.68 found on system at:
  7998. 996.00 s [retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  7999. 996.00 s [retrie] Using hsc2hs version 0.68.9 found on system at:
  8000. 996.00 s [retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  8001. 996.00 s [retrie] Using hscolour version 1.25 found on system at:
  8002. 996.00 s [retrie] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  8003. 996.00 s [retrie] No jhc found
  8004. 996.00 s [retrie] Using ld found on system at:
  8005. 996.00 s [retrie] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  8006. 996.00 s [retrie] No pkg-config found
  8007. 996.00 s [retrie] Using runghc version 9.6.3 found on system at:
  8008. 996.00 s [retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  8009. 996.00 s [retrie] Using strip version 2.44 found on system at:
  8010. 996.00 s [retrie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  8011. 996.00 s [retrie] Using tar found on system at:
  8012. 996.00 s [retrie] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  8013. 996.00 s [retrie] No uhc found
  8014. 996.02 s [apply-refact] Source component graph:
  8015. 996.02 s [apply-refact] component test:test
  8016. 996.02 s [apply-refact] component exe:refactor
  8017. 996.02 s [apply-refact] component lib
  8018. 996.02 s [apply-refact] Configured component graph:
  8019. 996.02 s [apply-refact] component apply-refact-0.14.0.0-8g7SWOxADuk7jTw71RQ9hx-test
  8020. 996.02 s [apply-refact] include base-4.18.1.0
  8021. 996.02 s [apply-refact] include containers-0.6.7
  8022. 996.02 s [apply-refact] include directory-1.3.8.1
  8023. 996.02 s [apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  8024. 996.02 s [apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
  8025. 996.02 s [apply-refact] include filepath-1.4.100.4
  8026. 996.02 s [apply-refact] include ghc-9.6.3
  8027. 996.02 s [apply-refact] include ghc-boot-th-9.6.3
  8028. 996.02 s [apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  8029. 996.02 s [apply-refact] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  8030. 996.02 s [apply-refact] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  8031. 996.02 s [apply-refact] include process-1.6.17.0
  8032. 996.02 s [apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  8033. 996.02 s [apply-refact] include silently-1.2.5.4-7GL8hrYkiMIJCDdSmG7fw7
  8034. 996.02 s [apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  8035. 996.02 s [apply-refact] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  8036. 996.02 s [apply-refact] include tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
  8037. 996.02 s [apply-refact] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
  8038. 996.02 s [apply-refact] include transformers-0.6.1.0
  8039. 996.02 s [apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
  8040. 996.02 s [apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  8041. 996.02 s [apply-refact] component apply-refact-0.14.0.0-4UAyo3yqk1rERVWXWGYFMI-refactor
  8042. 996.02 s [apply-refact] include base-4.18.1.0
  8043. 996.02 s [apply-refact] include containers-0.6.7
  8044. 996.02 s [apply-refact] include directory-1.3.8.1
  8045. 996.02 s [apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  8046. 996.02 s [apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
  8047. 996.02 s [apply-refact] include filepath-1.4.100.4
  8048. 996.02 s [apply-refact] include ghc-9.6.3
  8049. 996.02 s [apply-refact] include ghc-boot-th-9.6.3
  8050. 996.02 s [apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  8051. 996.02 s [apply-refact] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  8052. 996.02 s [apply-refact] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  8053. 996.02 s [apply-refact] include process-1.6.17.0
  8054. 996.02 s [apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  8055. 996.02 s [apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  8056. 996.02 s [apply-refact] include transformers-0.6.1.0
  8057. 996.02 s [apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
  8058. 996.02 s [apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  8059. 996.02 s [apply-refact] component apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
  8060. 996.02 s [apply-refact] include base-4.18.1.0
  8061. 996.02 s [apply-refact] include containers-0.6.7
  8062. 996.02 s [apply-refact] include directory-1.3.8.1
  8063. 996.02 s [apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  8064. 996.02 s [apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
  8065. 996.02 s [apply-refact] include ghc-9.6.3
  8066. 996.02 s [apply-refact] include ghc-boot-th-9.6.3
  8067. 996.02 s [apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  8068. 996.02 s [apply-refact] include process-1.6.17.0
  8069. 996.02 s [apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  8070. 996.02 s [apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  8071. 996.02 s [apply-refact] include transformers-0.6.1.0
  8072. 996.02 s [apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
  8073. 996.02 s [apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  8074. 996.02 s [apply-refact] Linked component graph:
  8075. 996.02 s [apply-refact] unit apply-refact-0.14.0.0-8g7SWOxADuk7jTw71RQ9hx-test
  8076. 996.02 s [apply-refact] include base-4.18.1.0
  8077. 996.02 s [apply-refact] include containers-0.6.7
  8078. 996.02 s [apply-refact] include directory-1.3.8.1
  8079. 996.02 s [apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  8080. 996.02 s [apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
  8081. 996.02 s [apply-refact] include filepath-1.4.100.4
  8082. 996.02 s [apply-refact] include ghc-9.6.3
  8083. 996.02 s [apply-refact] include ghc-boot-th-9.6.3
  8084. 996.02 s [apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  8085. 996.02 s [apply-refact] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  8086. 996.02 s [apply-refact] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  8087. 996.02 s [apply-refact] include process-1.6.17.0
  8088. 996.02 s [apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  8089. 996.02 s [apply-refact] include silently-1.2.5.4-7GL8hrYkiMIJCDdSmG7fw7
  8090. 996.02 s [apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  8091. 996.02 s [apply-refact] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  8092. 996.02 s [apply-refact] include tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
  8093. 996.02 s [apply-refact] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
  8094. 996.02 s [apply-refact] include transformers-0.6.1.0
  8095. 996.02 s [apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
  8096. 996.02 s [apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  8097. 996.02 s [apply-refact] unit apply-refact-0.14.0.0-4UAyo3yqk1rERVWXWGYFMI-refactor
  8098. 996.02 s [apply-refact] include base-4.18.1.0
  8099. 996.02 s [apply-refact] include containers-0.6.7
  8100. 996.02 s [apply-refact] include directory-1.3.8.1
  8101. 996.02 s [apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  8102. 996.02 s [apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
  8103. 996.02 s [apply-refact] include filepath-1.4.100.4
  8104. 996.02 s [apply-refact] include ghc-9.6.3
  8105. 996.02 s [apply-refact] include ghc-boot-th-9.6.3
  8106. 996.02 s [apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  8107. 996.02 s [apply-refact] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  8108. 996.02 s [apply-refact] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  8109. 996.02 s [apply-refact] include process-1.6.17.0
  8110. 996.02 s [apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  8111. 996.02 s [apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  8112. 996.02 s [apply-refact] include transformers-0.6.1.0
  8113. 996.02 s [apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
  8114. 996.02 s [apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  8115. 996.02 s [apply-refact] unit apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
  8116. 996.02 s [apply-refact] include base-4.18.1.0
  8117. 996.02 s [apply-refact] include containers-0.6.7
  8118. 996.02 s [apply-refact] include directory-1.3.8.1
  8119. 996.02 s [apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  8120. 996.02 s [apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
  8121. 996.02 s [apply-refact] include ghc-9.6.3
  8122. 996.02 s [apply-refact] include ghc-boot-th-9.6.3
  8123. 996.02 s [apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  8124. 996.02 s [apply-refact] include process-1.6.17.0
  8125. 996.02 s [apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  8126. 996.02 s [apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  8127. 996.02 s [apply-refact] include transformers-0.6.1.0
  8128. 996.02 s [apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
  8129. 996.02 s [apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  8130. 996.02 s [apply-refact] Refact.Apply=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Apply,Refact.Compat=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Compat,Refact.Fixity=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Fixity,Refact.Internal=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Internal,Refact.Utils=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Utils
  8131. 996.02 s [apply-refact] Ready component graph:
  8132. 996.02 s [apply-refact] definite apply-refact-0.14.0.0-8g7SWOxADuk7jTw71RQ9hx-test
  8133. 996.02 s [apply-refact] depends base-4.18.1.0
  8134. 996.02 s [apply-refact] depends containers-0.6.7
  8135. 996.02 s [apply-refact] depends directory-1.3.8.1
  8136. 996.02 s [apply-refact] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  8137. 996.02 s [apply-refact] depends filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
  8138. 996.02 s [apply-refact] depends filepath-1.4.100.4
  8139. 996.02 s [apply-refact] depends ghc-9.6.3
  8140. 996.02 s [apply-refact] depends ghc-boot-th-9.6.3
  8141. 996.02 s [apply-refact] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  8142. 996.02 s [apply-refact] depends ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  8143. 996.02 s [apply-refact] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  8144. 996.02 s [apply-refact] depends process-1.6.17.0
  8145. 996.02 s [apply-refact] depends refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  8146. 996.02 s [apply-refact] depends silently-1.2.5.4-7GL8hrYkiMIJCDdSmG7fw7
  8147. 996.02 s [apply-refact] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  8148. 996.02 s [apply-refact] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  8149. 996.02 s [apply-refact] depends tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
  8150. 996.02 s [apply-refact] depends tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
  8151. 996.02 s [apply-refact] depends transformers-0.6.1.0
  8152. 996.02 s [apply-refact] depends uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
  8153. 996.02 s [apply-refact] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  8154. 996.02 s [apply-refact] definite apply-refact-0.14.0.0-4UAyo3yqk1rERVWXWGYFMI-refactor
  8155. 996.02 s [apply-refact] depends base-4.18.1.0
  8156. 996.02 s [apply-refact] depends containers-0.6.7
  8157. 996.02 s [apply-refact] depends directory-1.3.8.1
  8158. 996.02 s [apply-refact] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  8159. 996.02 s [apply-refact] depends filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
  8160. 996.02 s [apply-refact] depends filepath-1.4.100.4
  8161. 996.02 s [apply-refact] depends ghc-9.6.3
  8162. 996.02 s [apply-refact] depends ghc-boot-th-9.6.3
  8163. 996.02 s [apply-refact] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  8164. 996.02 s [apply-refact] depends ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
  8165. 996.02 s [apply-refact] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  8166. 996.02 s [apply-refact] depends process-1.6.17.0
  8167. 996.02 s [apply-refact] depends refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  8168. 996.02 s [apply-refact] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  8169. 996.02 s [apply-refact] depends transformers-0.6.1.0
  8170. 996.02 s [apply-refact] depends uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
  8171. 996.02 s [apply-refact] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  8172. 996.02 s [apply-refact] definite apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
  8173. 996.02 s [apply-refact] depends base-4.18.1.0
  8174. 996.02 s [apply-refact] depends containers-0.6.7
  8175. 996.02 s [apply-refact] depends directory-1.3.8.1
  8176. 996.02 s [apply-refact] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  8177. 996.02 s [apply-refact] depends filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
  8178. 996.02 s [apply-refact] depends ghc-9.6.3
  8179. 996.02 s [apply-refact] depends ghc-boot-th-9.6.3
  8180. 996.02 s [apply-refact] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  8181. 996.02 s [apply-refact] depends process-1.6.17.0
  8182. 996.02 s [apply-refact] depends refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  8183. 996.02 s [apply-refact] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  8184. 996.02 s [apply-refact] depends transformers-0.6.1.0
  8185. 996.04 s [apply-refact] depends uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
  8186. 996.04 s [apply-refact] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
  8187. 996.04 s [apply-refact] Using Cabal-3.10.1.0 compiled by ghc-9.6
  8188. 996.04 s [apply-refact] Using compiler: ghc-9.6.3
  8189. 996.04 s [apply-refact] Using install prefix:
  8190. 996.04 s [apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0
  8191. 996.04 s [apply-refact] Executables installed in:
  8192. 996.04 s [apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin
  8193. 996.04 s [apply-refact] Libraries installed in:
  8194. 996.04 s [apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
  8195. 996.04 s [apply-refact] Dynamic Libraries installed in:
  8196. 996.04 s [apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  8197. 996.04 s [apply-refact] Private executables installed in:
  8198. 996.04 s [apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/libexec/x86_64-linux-ghc-9.6.3/apply-refact-0.14.0.0
  8199. 996.04 s [apply-refact] Data files installed in:
  8200. 996.04 s [apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/share/x86_64-linux-ghc-9.6.3/apply-refact-0.14.0.0
  8201. 996.04 s [apply-refact] Documentation installed in:
  8202. 996.04 s [apply-refact] /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc/share/doc/apply-refact-0.14.0.0
  8203. 996.04 s [apply-refact] Configuration files installed in:
  8204. 996.04 s [apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/etc
  8205. 996.04 s [apply-refact] No alex found
  8206. 996.04 s [apply-refact] Using ar found on system at:
  8207. 996.04 s [apply-refact] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  8208. 996.04 s [apply-refact] No c2hs found
  8209. 996.04 s [apply-refact] No cpphs found
  8210. 996.04 s [apply-refact] No doctest found
  8211. 996.04 s [apply-refact] Using gcc version 14.3.0 given by user at:
  8212. 996.04 s [apply-refact] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  8213. 996.04 s [apply-refact] Using ghc version 9.6.3 found on system at:
  8214. 996.04 s [apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  8215. 996.04 s [apply-refact] Using ghc-pkg version 9.6.3 found on system at:
  8216. 996.04 s [apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  8217. 996.04 s [apply-refact] No ghcjs found
  8218. 996.04 s [apply-refact] No ghcjs-pkg found
  8219. 996.04 s [apply-refact] No greencard found
  8220. 996.04 s [apply-refact] Using haddock version 2.29.1 found on system at:
  8221. 996.04 s [apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  8222. 996.04 s [apply-refact] No happy found
  8223. 996.04 s [apply-refact] Using haskell-suite found on system at: haskell-suite-dummy-location
  8224. 996.04 s [apply-refact] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  8225. 996.04 s [apply-refact] No hmake found
  8226. 996.04 s [apply-refact] Using hpc version 0.68 found on system at:
  8227. 996.04 s [apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  8228. 996.04 s [apply-refact] Using hsc2hs version 0.68.9 found on system at:
  8229. 996.04 s [apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  8230. 996.04 s [apply-refact] Using hscolour version 1.25 found on system at:
  8231. 996.04 s [apply-refact] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  8232. 996.04 s [apply-refact] No jhc found
  8233. 996.04 s [apply-refact] Using ld found on system at:
  8234. 996.04 s [apply-refact] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  8235. 996.04 s [apply-refact] No pkg-config found
  8236. 996.04 s [apply-refact] Using runghc version 9.6.3 found on system at:
  8237. 996.04 s [apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  8238. 996.04 s [apply-refact] Using strip version 2.44 found on system at:
  8239. 996.04 s [apply-refact] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  8240. 996.04 s [apply-refact] Using tar found on system at:
  8241. 996.04 s [apply-refact] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  8242. 996.04 s [apply-refact] No uhc found
  8243. 996.17 s [retrie] Phase: buildPhase
  8244. 996.20 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 )
  8245. 996.21 s [apply-refact] Phase: buildPhase
  8246. 996.26 s [retrie] Preprocessing library for retrie-1.2.3..
  8247. 996.27 s [retrie] Building library for retrie-1.2.3..
  8248. 996.31 s [apply-refact] Preprocessing test suite 'test' for apply-refact-0.14.0.0..
  8249. 996.31 s [apply-refact] Building test suite 'test' for apply-refact-0.14.0.0..
  8250. 996.57 s [apply-refact] [1 of 9] Compiling Paths_apply_refact ( dist/build/test/autogen/Paths_apply_refact.hs, dist/build/test/test-tmp/Paths_apply_refact.o )
  8251. 996.72 s [apply-refact] [2 of 9] Compiling Refact.Compat ( src/Refact/Compat.hs, dist/build/test/test-tmp/Refact/Compat.o )
  8252. 996.91 s [retrie] [ 1 of 34] Compiling Retrie.GHC ( Retrie/GHC.hs, dist/build/Retrie/GHC.o, dist/build/Retrie/GHC.dyn_o )
  8253. 997.03 s [apply-refact] [3 of 9] Compiling Refact.Utils ( src/Refact/Utils.hs, dist/build/test/test-tmp/Refact/Utils.o )
  8254. 997.19 s [apply-refact] [4 of 9] Compiling Refact.Internal ( src/Refact/Internal.hs, dist/build/test/test-tmp/Refact/Internal.o )
  8255. 997.78 s [retrie] [ 2 of 34] Compiling Retrie.Fixity ( Retrie/Fixity.hs, dist/build/Retrie/Fixity.o, dist/build/Retrie/Fixity.dyn_o )
  8256. 997.98 s [retrie] [ 3 of 34] Compiling Retrie.AlphaEnv ( Retrie/AlphaEnv.hs, dist/build/Retrie/AlphaEnv.o, dist/build/Retrie/AlphaEnv.dyn_o )
  8257. 998.04 s [retrie] [ 4 of 34] Compiling Retrie.Pretty ( Retrie/Pretty.hs, dist/build/Retrie/Pretty.o, dist/build/Retrie/Pretty.dyn_o )
  8258. 998.45 s [retrie] [ 5 of 34] Compiling Retrie.Quantifiers ( Retrie/Quantifiers.hs, dist/build/Retrie/Quantifiers.o, dist/build/Retrie/Quantifiers.dyn_o )
  8259. 998.45 s [retrie] [ 6 of 34] Compiling Retrie.SYB ( Retrie/SYB.hs, dist/build/Retrie/SYB.o, dist/build/Retrie/SYB.dyn_o )
  8260. 998.45 s [retrie] [ 7 of 34] Compiling Retrie.ExactPrint.Annotated ( Retrie/ExactPrint/Annotated.hs, dist/build/Retrie/ExactPrint/Annotated.o, dist/build/Retrie/ExactPrint/Annotated.dyn_o )
  8261. 998.45 s [retrie]
  8262. 998.45 s [retrie] Retrie/ExactPrint/Annotated.hs:39:1: warning: [-Wdodgy-imports]
  8263. 998.45 s [retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
  8264. 998.45 s [retrie] |
  8265. 998.45 s [retrie] 39 | import Control.Monad.State.Lazy hiding (fix)
  8266. 998.45 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8267. 998.47 s [retrie] [ 8 of 34] Compiling Retrie.Util ( Retrie/Util.hs, dist/build/Retrie/Util.o, dist/build/Retrie/Util.dyn_o )
  8268. 998.47 s [retrie] [ 9 of 34] Compiling Retrie.ExactPrint ( Retrie/ExactPrint.hs, dist/build/Retrie/ExactPrint.o, dist/build/Retrie/ExactPrint.dyn_o )
  8269. 998.55 s [retrie]
  8270. 998.55 s [retrie] Retrie/ExactPrint.hs:53:1: warning: [-Wdodgy-imports]
  8271. 998.55 s [retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
  8272. 998.55 s [retrie] |
  8273. 998.55 s [retrie] 53 | import Control.Monad.State.Lazy hiding (fix)
  8274. 998.55 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8275. 998.55 s [retrie]
  8276. 998.55 s [retrie] Retrie/ExactPrint.hs:77:1: warning: [-Wunused-imports]
  8277. 998.55 s [retrie] The import of ‘Retrie.Util’ is redundant
  8278. 998.55 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  8279. 998.55 s [retrie] To import instances alone, use: import Retrie.Util()
  8280. 998.55 s [retrie] |
  8281. 998.55 s [retrie] 77 | import Retrie.Util
  8282. 998.55 s [retrie] | ^^^^^^^^^^^^^^^^^^
  8283. 998.55 s [retrie]
  8284. 998.55 s [retrie] Retrie/ExactPrint.hs:109:39: warning: [-Wunused-matches]
  8285. 998.55 s [retrie] Defined but not used: ‘l1’
  8286. 998.55 s [retrie] |
  8287. 998.55 s [retrie] 109 | fixOneExpr env (L l2 (OpApp x2 ap1@(L l1 (OpApp x1 x op1 y)) op2 z))
  8288. 998.55 s [retrie] | ^^
  8289. 998.55 s [retrie]
  8290. 998.55 s [retrie] Retrie/ExactPrint.hs:114:5: warning: [-Wunused-matches]
  8291. 998.55 s [retrie] Defined but not used: ‘ap1_1’
  8292. 998.55 s [retrie] |
  8293. 998.55 s [retrie] 114 | ap1_1 <- transferAnnsT isComma ap2'_0 ap1_0
  8294. 998.55 s [retrie] | ^^^^^
  8295. 998.55 s [retrie]
  8296. 998.55 s [retrie] Retrie/ExactPrint.hs:123:44: warning: [GHC-63397] [-Wname-shadowing]
  8297. 998.55 s [retrie] This binding for ‘ext2’ shadows the existing binding
  8298. 998.55 s [retrie] imported from ‘Retrie.SYB’ at Retrie/ExactPrint.hs:76:1-31
  8299. 998.55 s [retrie] (and originally defined in ‘Data.Generics.Aliases’)
  8300. 998.55 s [retrie] |
  8301. 998.55 s [retrie] 123 | fixOnePat env (dLPat -> Just (L l2 (ConPat ext2 op2 (InfixCon (dLPat -> Just ap1@(L l1 (ConPat ext1 op1 (InfixCon x y)))) z))))
  8302. 998.55 s [retrie] | ^^^^
  8303. 998.55 s [retrie]
  8304. 998.55 s [retrie] Retrie/ExactPrint.hs:126:6: warning: [-Wunused-matches]
  8305. 998.55 s [retrie] Defined but not used: ‘ap1_0’
  8306. 998.55 s [retrie] |
  8307. 998.55 s [retrie] 126 | (ap1_0, ap2'_0) <- swapEntryDPT ap1 ap2'
  8308. 998.55 s [retrie] | ^^^^^
  8309. 998.55 s [retrie]
  8310. 998.55 s [retrie] Retrie/ExactPrint.hs:127:5: warning: [-Wunused-matches]
  8311. 998.55 s [retrie] Defined but not used: ‘ap1_1’
  8312. 998.55 s [retrie] |
  8313. 998.55 s [retrie] 127 | ap1_1 <- transferAnnsT isComma ap2' ap1
  8314. 998.55 s [retrie] | ^^^^^
  8315. 998.55 s [retrie]
  8316. 998.55 s [retrie] Retrie/ExactPrint.hs:176:14: warning: [-Wunused-matches]
  8317. 998.55 s [retrie] Defined but not used: ‘n’
  8318. 998.55 s [retrie] |
  8319. 998.55 s [retrie] 176 | SameLine n -> do
  8320. 998.55 s [retrie] | ^
  8321. 998.55 s [retrie]
  8322. 998.55 s [retrie] Retrie/ExactPrint.hs:209:22: warning: [-Wunused-matches]
  8323. 998.55 s [retrie] Defined but not used: ‘l’
  8324. 998.55 s [retrie] |
  8325. 998.55 s [retrie] 209 | fixOneEntryExpr e@(L l (OpApp a x b c)) = do
  8326. 998.55 s [retrie] | ^
  8327. 998.55 s [retrie]
  8328. 998.55 s [retrie] Retrie/ExactPrint.hs:222:15: warning: [-Wunused-matches]
  8329. 998.55 s [retrie] Defined but not used: ‘l’
  8330. 998.55 s [retrie] |
  8331. 998.55 s [retrie] 222 | | Just p@(L l (ConPat a b (InfixCon x c))) <- dLPat pat = do
  8332. 998.55 s [retrie] | ^
  8333. 998.55 s [retrie]
  8334. 998.55 s [retrie] Retrie/ExactPrint.hs:435:1: warning: [-Wunused-top-binds]
  8335. 998.55 s [retrie] Defined but not used: ‘isCommentKeyword’
  8336. 998.55 s [retrie] |
  8337. 998.55 s [retrie] 435 | isCommentKeyword _ = False
  8338. 998.55 s [retrie] | ^^^^^^^^^^^^^^^^
  8339. 998.55 s [retrie]
  8340. 998.55 s [retrie] Retrie/ExactPrint.hs:445:35: warning: [-Wunused-matches]
  8341. 998.55 s [retrie] Defined but not used: ‘anc’
  8342. 998.55 s [retrie] |
  8343. 998.55 s [retrie] 445 | hasComments (L (SrcSpanAnn (EpAnn anc _ cs) _) _)
  8344. 998.55 s [retrie] | ^^^
  8345. 998.55 s [retrie]
  8346. 998.55 s [retrie] Retrie/ExactPrint.hs:478:15: warning: [-Wunused-matches]
  8347. 998.55 s [retrie] Defined but not used: ‘p’
  8348. 998.55 s [retrie] |
  8349. 998.55 s [retrie] 478 | transferAnnsT p (L (SrcSpanAnn EpAnnNotUsed _) _) b = return b
  8350. 998.55 s [retrie] | ^
  8351. 998.55 s [retrie]
  8352. 998.55 s [retrie] Retrie/ExactPrint.hs:479:39: warning: [-Wunused-matches]
  8353. 998.55 s [retrie] Defined but not used: ‘anc’
  8354. 998.55 s [retrie] |
  8355. 998.55 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  8356. 998.55 s [retrie] | ^^^
  8357. 998.55 s [retrie]
  8358. 998.55 s [retrie] Retrie/ExactPrint.hs:479:60: warning: [-Wunused-matches]
  8359. 998.55 s [retrie] Defined but not used: ‘cs’
  8360. 998.55 s [retrie] |
  8361. 998.55 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  8362. 998.55 s [retrie] | ^^
  8363. 998.55 s [retrie]
  8364. 998.55 s [retrie] Retrie/ExactPrint.hs:479:64: warning: [-Wunused-matches]
  8365. 998.55 s [retrie] Defined but not used: ‘l’
  8366. 998.55 s [retrie] |
  8367. 998.55 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  8368. 998.55 s [retrie] | ^
  8369. 998.55 s [retrie]
  8370. 998.55 s [retrie] Retrie/ExactPrint.hs:479:67: warning: [-Wunused-matches]
  8371. 998.55 s [retrie] Defined but not used: ‘a’
  8372. 998.55 s [retrie] |
  8373. 998.55 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  8374. 998.55 s [retrie] | ^
  8375. 999.88 s [retrie] [10 of 34] Compiling Retrie.Substitution ( Retrie/Substitution.hs, dist/build/Retrie/Substitution.o, dist/build/Retrie/Substitution.dyn_o )
  8376. 999.97 s [retrie] [11 of 34] Compiling Retrie.FreeVars ( Retrie/FreeVars.hs, dist/build/Retrie/FreeVars.o, dist/build/Retrie/FreeVars.dyn_o )
  8377. 999.98 s [retrie]
  8378. 999.98 s [retrie] Retrie/FreeVars.hs:28:3: warning: [-Wnoncanonical-monoid-instances]
  8379. 999.98 s [retrie] Noncanonical ‘(<>) = mappend’ definition detected
  8380. 999.98 s [retrie] in the instance declaration for ‘Semigroup FreeVars’.
  8381. 999.98 s [retrie] Move definition from ‘mappend’ to ‘(<>)’
  8382. 999.98 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  8383. 999.98 s [retrie] |
  8384. 999.98 s [retrie] 28 | (<>) = mappend
  8385. 999.98 s [retrie] | ^^^^^^^^^^^^^^
  8386. 999.98 s [retrie]
  8387. 999.98 s [retrie] Retrie/FreeVars.hs:32:3: warning: [-Wnoncanonical-monoid-instances]
  8388. 999.98 s [retrie] Noncanonical ‘mappend’ definition detected
  8389. 999.98 s [retrie] in the instance declaration for ‘Monoid FreeVars’.
  8390. 999.98 s [retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  8391. 999.98 s [retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  8392. 999.98 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  8393. 999.98 s [retrie] |
  8394. 999.98 s [retrie] 32 | mappend (FreeVars s1) (FreeVars s2) = FreeVars $ s1 <> s2
  8395. 999.98 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8396. 1000.18 s [retrie] [12 of 34] Compiling Retrie.PatternMap.Class ( Retrie/PatternMap/Class.hs, dist/build/Retrie/PatternMap/Class.o, dist/build/Retrie/PatternMap/Class.dyn_o )
  8397. 1000.18 s [retrie]
  8398. 1000.18 s [retrie] Retrie/PatternMap/Class.hs:50:11: warning: [GHC-63397] [-Wname-shadowing]
  8399. 1000.18 s [retrie] This binding for ‘m1’ shadows the existing binding
  8400. 1000.18 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
  8401. 1000.18 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8402. 1000.18 s [retrie] |
  8403. 1000.18 s [retrie] 50 | unionOn f m1 m2 = mUnion (f m1) (f m2)
  8404. 1000.18 s [retrie] | ^^
  8405. 1000.18 s [retrie]
  8406. 1000.18 s [retrie] Retrie/PatternMap/Class.hs:86:20: warning: [GHC-63397] [-Wname-shadowing]
  8407. 1000.18 s [retrie] This binding for ‘m1’ shadows the existing binding
  8408. 1000.18 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
  8409. 1000.18 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8410. 1000.18 s [retrie] |
  8411. 1000.18 s [retrie] 86 | mUnion (MaybeMap m1) (MaybeMap m2) = MaybeMap $ m1 ++ m2
  8412. 1000.18 s [retrie] | ^^
  8413. 1000.18 s [retrie]
  8414. 1000.18 s [retrie] Retrie/PatternMap/Class.hs:114:10: warning: [GHC-63397] [-Wname-shadowing]
  8415. 1000.18 s [retrie] This binding for ‘m1’ shadows the existing binding
  8416. 1000.18 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
  8417. 1000.18 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8418. 1000.18 s [retrie] |
  8419. 1000.18 s [retrie] 114 | mUnion m1 m2 = ListMap
  8420. 1000.18 s [retrie] | ^^
  8421. 1000.19 s [retrie] [13 of 34] Compiling Retrie.PatternMap.Bag ( Retrie/PatternMap/Bag.hs, dist/build/Retrie/PatternMap/Bag.o, dist/build/Retrie/PatternMap/Bag.dyn_o )
  8422. 1000.42 s [retrie] [14 of 34] Compiling Retrie.PatternMap.Instances ( Retrie/PatternMap/Instances.hs, dist/build/Retrie/PatternMap/Instances.o, dist/build/Retrie/PatternMap/Instances.dyn_o )
  8423. 1000.56 s [retrie]
  8424. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:48:10: warning: [GHC-63397] [-Wname-shadowing]
  8425. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8426. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8427. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8428. 1000.56 s [retrie] |
  8429. 1000.56 s [retrie] 48 | mUnion m1 m2 = TupArgMap
  8430. 1000.56 s [retrie] | ^^
  8431. 1000.56 s [retrie]
  8432. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:84:10: warning: [GHC-63397] [-Wname-shadowing]
  8433. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8434. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8435. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8436. 1000.56 s [retrie] |
  8437. 1000.56 s [retrie] 84 | mUnion m1 m2 = BoxityMap
  8438. 1000.56 s [retrie] | ^^
  8439. 1000.56 s [retrie]
  8440. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:112:10: warning: [GHC-63397] [-Wname-shadowing]
  8441. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8442. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8443. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8444. 1000.56 s [retrie] |
  8445. 1000.56 s [retrie] 112 | mUnion m1 m2 = VM
  8446. 1000.56 s [retrie] | ^^
  8447. 1000.56 s [retrie]
  8448. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:159:10: warning: [GHC-63397] [-Wname-shadowing]
  8449. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8450. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8451. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8452. 1000.56 s [retrie] |
  8453. 1000.56 s [retrie] 159 | mUnion m1 m2 = LM
  8454. 1000.56 s [retrie] | ^^
  8455. 1000.56 s [retrie]
  8456. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:232:10: warning: [GHC-63397] [-Wname-shadowing]
  8457. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8458. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8459. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8460. 1000.56 s [retrie] |
  8461. 1000.56 s [retrie] 232 | mUnion m1 m2 = OLM
  8462. 1000.56 s [retrie] | ^^
  8463. 1000.56 s [retrie]
  8464. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:317:10: warning: [GHC-63397] [-Wname-shadowing]
  8465. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8466. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8467. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8468. 1000.56 s [retrie] |
  8469. 1000.56 s [retrie] 317 | mUnion m1 m2 = EM
  8470. 1000.56 s [retrie] | ^^
  8471. 1000.56 s [retrie]
  8472. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:345:7: warning: [GHC-62161] [-Wincomplete-patterns]
  8473. 1000.56 s [retrie] Pattern match(es) are non-exhaustive
  8474. 1000.56 s [retrie] In an equation for ‘go’:
  8475. 1000.56 s [retrie] Patterns of type ‘HsExpr (GhcPass Parsed)’ not matched:
  8476. 1000.56 s [retrie] HsRecSel _ _
  8477. 1000.56 s [retrie] HsGetField _ _ _
  8478. 1000.56 s [retrie] HsProjection _ _
  8479. 1000.56 s [retrie] HsTypedSplice _ _
  8480. 1000.56 s [retrie] ...
  8481. 1000.56 s [retrie] |
  8482. 1000.56 s [retrie] 345 | go (HsVar _ v)
  8483. 1000.56 s [retrie] | ^^^^^^^^^^^^^^...
  8484. 1000.56 s [retrie]
  8485. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:570:10: warning: [GHC-63397] [-Wname-shadowing]
  8486. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8487. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8488. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8489. 1000.56 s [retrie] |
  8490. 1000.56 s [retrie] 570 | mUnion m1 m2 = SCM
  8491. 1000.56 s [retrie] | ^^
  8492. 1000.56 s [retrie]
  8493. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:625:17: warning: [GHC-63397] [-Wname-shadowing]
  8494. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8495. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8496. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8497. 1000.56 s [retrie] |
  8498. 1000.56 s [retrie] 625 | mUnion (MGMap m1) (MGMap m2) = MGMap (mUnion m1 m2)
  8499. 1000.56 s [retrie] | ^^
  8500. 1000.56 s [retrie]
  8501. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:647:16: warning: [GHC-63397] [-Wname-shadowing]
  8502. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8503. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8504. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8505. 1000.56 s [retrie] |
  8506. 1000.56 s [retrie] 647 | mUnion (MMap m1) (MMap m2) = MMap (mUnion m1 m2)
  8507. 1000.56 s [retrie] | ^^
  8508. 1000.56 s [retrie]
  8509. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:695:10: warning: [GHC-63397] [-Wname-shadowing]
  8510. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8511. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8512. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8513. 1000.56 s [retrie] |
  8514. 1000.56 s [retrie] 695 | mUnion m1 m2 = CDMap
  8515. 1000.56 s [retrie] | ^^
  8516. 1000.56 s [retrie]
  8517. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:704:21: warning: [-Wunused-matches]
  8518. 1000.56 s [retrie] Defined but not used: ‘tyargs’
  8519. 1000.56 s [retrie] |
  8520. 1000.56 s [retrie] 704 | go (PrefixCon tyargs ps) = m { cdPrefixCon = mAlter env vs ps f (cdPrefixCon m) }
  8521. 1000.56 s [retrie] | ^^^^^^
  8522. 1000.56 s [retrie]
  8523. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:714:21: warning: [-Wunused-matches]
  8524. 1000.56 s [retrie] Defined but not used: ‘tyargs’
  8525. 1000.56 s [retrie] |
  8526. 1000.56 s [retrie] 714 | go (PrefixCon tyargs ps) = mapFor cdPrefixCon >=> mMatch env ps
  8527. 1000.56 s [retrie] | ^^^^^^
  8528. 1000.56 s [retrie]
  8529. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:753:10: warning: [GHC-63397] [-Wname-shadowing]
  8530. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8531. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8532. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8533. 1000.56 s [retrie] |
  8534. 1000.56 s [retrie] 753 | mUnion m1 m2 = PatMap
  8535. 1000.56 s [retrie] | ^^
  8536. 1000.56 s [retrie]
  8537. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:834:20: warning: [GHC-63397] [-Wname-shadowing]
  8538. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8539. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8540. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8541. 1000.56 s [retrie] |
  8542. 1000.56 s [retrie] 834 | mUnion (GRHSSMap m1) (GRHSSMap m2) = GRHSSMap (mUnion m1 m2)
  8543. 1000.56 s [retrie] | ^^
  8544. 1000.56 s [retrie]
  8545. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:865:19: warning: [GHC-63397] [-Wname-shadowing]
  8546. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8547. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8548. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8549. 1000.56 s [retrie] |
  8550. 1000.56 s [retrie] 865 | mUnion (GRHSMap m1) (GRHSMap m2) = GRHSMap (mUnion m1 m2)
  8551. 1000.56 s [retrie] | ^^
  8552. 1000.56 s [retrie]
  8553. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:908:10: warning: [GHC-63397] [-Wname-shadowing]
  8554. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8555. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8556. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8557. 1000.56 s [retrie] |
  8558. 1000.56 s [retrie] 908 | mUnion m1 m2 = SLM
  8559. 1000.56 s [retrie] | ^^
  8560. 1000.56 s [retrie]
  8561. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:962:10: warning: [GHC-63397] [-Wname-shadowing]
  8562. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8563. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8564. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8565. 1000.56 s [retrie] |
  8566. 1000.56 s [retrie] 962 | mUnion m1 m2 = LB
  8567. 1000.56 s [retrie] | ^^
  8568. 1000.56 s [retrie]
  8569. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:1026:10: warning: [GHC-63397] [-Wname-shadowing]
  8570. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8571. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8572. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8573. 1000.56 s [retrie] |
  8574. 1000.56 s [retrie] 1026 | mUnion m1 m2 = BM
  8575. 1000.56 s [retrie] | ^^
  8576. 1000.56 s [retrie]
  8577. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:1090:10: warning: [GHC-63397] [-Wname-shadowing]
  8578. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8579. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8580. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8581. 1000.56 s [retrie] |
  8582. 1000.56 s [retrie] 1090 | mUnion m1 m2 = SM
  8583. 1000.56 s [retrie] | ^^
  8584. 1000.56 s [retrie]
  8585. 1000.56 s [retrie] Retrie/PatternMap/Instances.hs:1171:10: warning: [GHC-63397] [-Wname-shadowing]
  8586. 1000.56 s [retrie] This binding for ‘m1’ shadows the existing binding
  8587. 1000.56 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8588. 1000.56 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8589. 1000.56 s [retrie] |
  8590. 1000.57 s [retrie] 1171 | mUnion m1 m2 = TM
  8591. 1000.57 s [retrie] | ^^
  8592. 1000.57 s [retrie]
  8593. 1000.57 s [retrie] Retrie/PatternMap/Instances.hs:1303:15: warning: [GHC-63397] [-Wname-shadowing]
  8594. 1000.57 s [retrie] This binding for ‘m1’ shadows the existing binding
  8595. 1000.57 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8596. 1000.57 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8597. 1000.57 s [retrie] |
  8598. 1000.57 s [retrie] 1303 | mUnion (RFM m1) (RFM m2) = RFM (mUnion m1 m2)
  8599. 1000.57 s [retrie] | ^^
  8600. 1000.57 s [retrie]
  8601. 1000.57 s [retrie] Retrie/PatternMap/Instances.hs:1430:10: warning: [GHC-63397] [-Wname-shadowing]
  8602. 1000.57 s [retrie] This binding for ‘m1’ shadows the existing binding
  8603. 1000.57 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8604. 1000.57 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8605. 1000.57 s [retrie] |
  8606. 1000.57 s [retrie] 1430 | mUnion m1 m2 = TupleSortMap
  8607. 1000.57 s [retrie] | ^^
  8608. 1000.57 s [retrie]
  8609. 1000.57 s [retrie] Retrie/PatternMap/Instances.hs:1476:10: warning: [GHC-63397] [-Wname-shadowing]
  8610. 1000.57 s [retrie] This binding for ‘m1’ shadows the existing binding
  8611. 1000.57 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8612. 1000.57 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8613. 1000.57 s [retrie] |
  8614. 1000.57 s [retrie] 1476 | mUnion m1 m2 = ForAllTyMap
  8615. 1000.57 s [retrie] | ^^
  8616. 1000.57 s [retrie]
  8617. 1000.57 s [retrie] Retrie/PatternMap/Instances.hs:1511:10: warning: [GHC-63397] [-Wname-shadowing]
  8618. 1000.57 s [retrie] This binding for ‘m1’ shadows the existing binding
  8619. 1000.57 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  8620. 1000.57 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8621. 1000.57 s [retrie] |
  8622. 1000.57 s [retrie] 1511 | mUnion m1 m2 = ForallVisMap (unionOn favBoolMap m1 m2)
  8623. 1000.57 s [retrie] | ^^
  8624. 1001.18 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 )
  8625. 1001.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 )
  8626. 1001.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 )
  8627. 1001.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 )
  8628. 1001.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 )
  8629. 1001.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 )
  8630. 1001.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 )
  8631. 1001.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 )
  8632. 1001.33 s [lsp-types]
  8633. 1001.33 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning: [GHC-02256] [-Wambiguous-fields]
  8634. 1001.33 s [lsp-types] The record update x {_code = InR
  8635. 1001.33 s [lsp-types] (fromOpenEnumBaseType n)} with type ResponseError is ambiguous.
  8636. 1001.33 s [lsp-types] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
  8637. 1001.33 s [lsp-types] |
  8638. 1001.33 s [lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n)}
  8639. 1001.33 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8640. 1001.33 s [lsp-types]
  8641. 1001.33 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning: [GHC-02256] [-Wambiguous-fields]
  8642. 1001.33 s [lsp-types] The record update x {_code = InR
  8643. 1001.33 s [lsp-types] (fromOpenEnumBaseType n)} with type TResponseError is ambiguous.
  8644. 1001.33 s [lsp-types] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
  8645. 1001.33 s [lsp-types] |
  8646. 1001.33 s [lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n)}
  8647. 1001.33 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8648. 1002.82 s [apply-refact] [5 of 9] Compiling Refact.Options ( src/Refact/Options.hs, dist/build/test/test-tmp/Refact/Options.o )
  8649. 1002.95 s [apply-refact] [6 of 9] Compiling Refact.Fixity ( src/Refact/Fixity.hs, dist/build/test/test-tmp/Refact/Fixity.o )
  8650. 1002.95 s [apply-refact] [7 of 9] Compiling Refact.Apply ( src/Refact/Apply.hs, dist/build/test/test-tmp/Refact/Apply.o )
  8651. 1002.95 s [apply-refact] [8 of 9] Compiling Refact.Run ( src/Refact/Run.hs, dist/build/test/test-tmp/Refact/Run.o )
  8652. 1003.05 s [apply-refact] [9 of 9] Compiling Main ( tests/Test.hs, dist/build/test/test-tmp/Main.o )
  8653. 1003.62 s [retrie] [15 of 34] Compiling Retrie.Universe ( Retrie/Universe.hs, dist/build/Retrie/Universe.o, dist/build/Retrie/Universe.dyn_o )
  8654. 1003.66 s [retrie]
  8655. 1003.66 s [retrie] Retrie/Universe.hs:114:10: warning: [GHC-63397] [-Wname-shadowing]
  8656. 1003.66 s [retrie] This binding for ‘m1’ shadows the existing binding
  8657. 1003.66 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Universe.hs:23:1-24
  8658. 1003.66 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8659. 1003.66 s [retrie] |
  8660. 1003.66 s [retrie] 114 | mUnion m1 m2 = UMap
  8661. 1003.66 s [retrie] | ^^
  8662. 1003.72 s [apply-refact] [10 of 10] Linking dist/build/test/test
  8663. 1003.98 s [retrie] [16 of 34] Compiling Retrie.Types ( Retrie/Types.hs, dist/build/Retrie/Types.o, dist/build/Retrie/Types.dyn_o )
  8664. 1004.01 s [retrie]
  8665. 1004.01 s [retrie] Retrie/Types.hs:133:3: warning: [-Wnoncanonical-monoid-instances]
  8666. 1004.01 s [retrie] Noncanonical ‘(<>) = mappend’ definition detected
  8667. 1004.01 s [retrie] in the instance declaration for ‘Semigroup (Matcher a)’.
  8668. 1004.01 s [retrie] Move definition from ‘mappend’ to ‘(<>)’
  8669. 1004.01 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  8670. 1004.01 s [retrie] |
  8671. 1004.01 s [retrie] 133 | (<>) = mappend
  8672. 1004.01 s [retrie] | ^^^^^^^^^^^^^^
  8673. 1004.01 s [retrie]
  8674. 1004.01 s [retrie] Retrie/Types.hs:137:3: warning: [-Wnoncanonical-monoid-instances]
  8675. 1004.01 s [retrie] Noncanonical ‘mappend’ definition detected
  8676. 1004.01 s [retrie] in the instance declaration for ‘Monoid (Matcher a)’.
  8677. 1004.01 s [retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  8678. 1004.01 s [retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  8679. 1004.01 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  8680. 1004.01 s [retrie] |
  8681. 1004.01 s [retrie] 137 | mappend (Matcher m1) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
  8682. 1004.01 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8683. 1004.01 s [retrie]
  8684. 1004.01 s [retrie] Retrie/Types.hs:137:20: warning: [GHC-63397] [-Wname-shadowing]
  8685. 1004.01 s [retrie] This binding for ‘m1’ shadows the existing binding
  8686. 1004.01 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Types.hs:59:1-24
  8687. 1004.01 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8688. 1004.01 s [retrie] |
  8689. 1004.01 s [retrie] 137 | mappend (Matcher m1) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
  8690. 1004.01 s [retrie] | ^^
  8691. 1004.29 s [retrie] [17 of 34] Compiling Retrie.Query ( Retrie/Query.hs, dist/build/Retrie/Query.o, dist/build/Retrie/Query.dyn_o )
  8692. 1004.47 s [retrie] [18 of 34] Compiling Retrie.GroundTerms ( Retrie/GroundTerms.hs, dist/build/Retrie/GroundTerms.o, dist/build/Retrie/GroundTerms.dyn_o )
  8693. 1004.49 s [retrie] [19 of 34] Compiling Retrie.Expr ( Retrie/Expr.hs, dist/build/Retrie/Expr.o, dist/build/Retrie/Expr.dyn_o )
  8694. 1004.49 s [retrie]
  8695. 1004.50 s [retrie] Retrie/Expr.hs:40:1: warning: [-Wunused-imports]
  8696. 1004.50 s [retrie] The import of ‘Data.Functor.Identity’ is redundant
  8697. 1004.50 s [retrie] except perhaps to import instances from ‘Data.Functor.Identity’
  8698. 1004.50 s [retrie] To import instances alone, use: import Data.Functor.Identity()
  8699. 1004.50 s [retrie] |
  8700. 1004.50 s [retrie] 40 | import Data.Functor.Identity
  8701. 1004.50 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8702. 1004.50 s [retrie]
  8703. 1004.50 s [retrie] Retrie/Expr.hs:51:1: warning: [-Wunused-imports]
  8704. 1004.50 s [retrie] The import of ‘Retrie.Util’ is redundant
  8705. 1004.50 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  8706. 1004.50 s [retrie] To import instances alone, use: import Retrie.Util()
  8707. 1004.50 s [retrie] |
  8708. 1004.50 s [retrie] 51 | import Retrie.Util
  8709. 1004.50 s [retrie] | ^^^^^^^^^^^^^^^^^^
  8710. 1004.50 s [retrie]
  8711. 1004.50 s [retrie] Retrie/Expr.hs:56:16: warning: [-Wunused-matches]
  8712. 1004.50 s [retrie] Defined but not used: ‘ln’
  8713. 1004.50 s [retrie] |
  8714. 1004.50 s [retrie] 56 | mkLocatedHsVar ln@(L l n) = do
  8715. 1004.50 s [retrie] | ^^
  8716. 1004.50 s [retrie]
  8717. 1004.50 s [retrie] Retrie/Expr.hs:130:16: warning: [-Wunused-local-binds]
  8718. 1004.50 s [retrie] Defined but not used: ‘x’
  8719. 1004.50 s [retrie] |
  8720. 1004.50 s [retrie] 130 | L l (Match x ctxt pats (GRHSs cs grhs binds)) = mkMatch LambdaExpr vs e emptyLocalBinds
  8721. 1004.50 s [retrie] | ^
  8722. 1004.50 s [retrie]
  8723. 1004.50 s [retrie] Retrie/Expr.hs:132:19: warning: [-Wunused-matches]
  8724. 1004.50 s [retrie] Defined but not used: ‘an’
  8725. 1004.50 s [retrie] |
  8726. 1004.50 s [retrie] 132 | [L lg (GRHS an guards rhs)] -> [L lg (GRHS ang guards rhs)]
  8727. 1004.50 s [retrie] | ^^
  8728. 1004.50 s [retrie]
  8729. 1004.50 s [retrie] Retrie/Expr.hs:180:9: warning: [-Wunused-matches]
  8730. 1004.50 s [retrie] Defined but not used: ‘nm'’
  8731. 1004.50 s [retrie] |
  8732. 1004.50 s [retrie] 180 | (tv', nm') <- swapEntryDPT tv nm
  8733. 1004.50 s [retrie] | ^^^
  8734. 1004.50 s [retrie]
  8735. 1004.50 s [retrie] Retrie/Expr.hs:225:1: warning: [-Wunused-top-binds]
  8736. 1004.50 s [retrie] Defined but not used: ‘wildSupplyAlphaEnv’
  8737. 1004.50 s [retrie] |
  8738. 1004.50 s [retrie] 225 | wildSupplyAlphaEnv env = wildSupplyP (\ nm -> isNothing (lookupAlphaEnv nm env))
  8739. 1004.50 s [retrie] | ^^^^^^^^^^^^^^^^^^
  8740. 1004.50 s [retrie]
  8741. 1004.50 s [retrie] Retrie/Expr.hs:310:29: warning: [-Wunused-matches]
  8742. 1004.50 s [retrie] Defined but not used: ‘tyargs’
  8743. 1004.50 s [retrie] |
  8744. 1004.50 s [retrie] 310 | conPatHelper con (PrefixCon tyargs xs) = do
  8745. 1004.50 s [retrie] | ^^^^^^
  8746. 1004.50 s [retrie]
  8747. 1004.50 s [retrie] Retrie/Expr.hs:322:1: warning: [GHC-53633] [-Woverlapping-patterns]
  8748. 1004.50 s [retrie] Pattern match is redundant
  8749. 1004.50 s [retrie] In an equation for ‘grhsToExpr’: grhsToExpr _ = ...
  8750. 1004.50 s [retrie] |
  8751. 1004.50 s [retrie] 322 | grhsToExpr _ = error "grhsToExpr"
  8752. 1004.50 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8753. 1004.50 s [retrie]
  8754. 1004.50 s [retrie] Retrie/Expr.hs:350:34: warning: [GHC-63397] [-Wname-shadowing]
  8755. 1004.50 s [retrie] This binding for ‘d1’ shadows the existing binding
  8756. 1004.50 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Expr.hs:46:1-24
  8757. 1004.50 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8758. 1004.50 s [retrie] |
  8759. 1004.50 s [retrie] 350 | needed (HasPrec (Fixity _ p1 d1)) (Just (Fixity _ p2 d2)) =
  8760. 1004.50 s [retrie] | ^^
  8761. 1004.50 s [retrie]
  8762. 1004.50 s [retrie] Retrie/Expr.hs:374:1: warning: [-Wunused-top-binds]
  8763. 1004.50 s [retrie] Defined but not used: ‘mkParen’
  8764. 1004.50 s [retrie] |
  8765. 1004.50 s [retrie] 374 | mkParen k e = do
  8766. 1004.50 s [retrie] | ^^^^^^^
  8767. 1004.50 s [retrie]
  8768. 1004.50 s [retrie] Retrie/Expr.hs:377:4: warning: [-Wunused-matches]
  8769. 1004.50 s [retrie] Defined but not used: ‘e0’
  8770. 1004.50 s [retrie] |
  8771. 1004.50 s [retrie] 377 | (e0,pe0) <- swapEntryDPT e pe
  8772. 1004.50 s [retrie] | ^^
  8773. 1005.40 s [retrie] [20 of 34] Compiling Retrie.Rewrites.Types ( Retrie/Rewrites/Types.hs, dist/build/Retrie/Rewrites/Types.o, dist/build/Retrie/Rewrites/Types.dyn_o )
  8774. 1005.52 s [retrie] [21 of 34] Compiling Retrie.Rewrites.Function ( Retrie/Rewrites/Function.hs, dist/build/Retrie/Rewrites/Function.o, dist/build/Retrie/Rewrites/Function.dyn_o )
  8775. 1005.52 s [retrie]
  8776. 1005.52 s [retrie] Retrie/Rewrites/Function.hs:25:1: warning: [-Wunused-imports]
  8777. 1005.52 s [retrie] The import of ‘Retrie.Util’ is redundant
  8778. 1005.52 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  8779. 1005.52 s [retrie] To import instances alone, use: import Retrie.Util()
  8780. 1005.52 s [retrie] |
  8781. 1005.52 s [retrie] 25 | import Retrie.Util
  8782. 1005.52 s [retrie] | ^^^^^^^^^^^^^^^^^^
  8783. 1005.52 s [retrie]
  8784. 1005.52 s [retrie] Retrie/Rewrites/Function.hs:55:42: warning: [GHC-63397] [-Wname-shadowing]
  8785. 1005.52 s [retrie] This binding for ‘mn’ shadows the existing binding
  8786. 1005.52 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Rewrites/Function.hs:20:1-24
  8787. 1005.52 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8788. 1005.52 s [retrie] |
  8789. 1005.52 s [retrie] 55 | getImports libdir RightToLeft (Just (L _ mn)) = -- See Note [fold only]
  8790. 1005.52 s [retrie] | ^^
  8791. 1005.72 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 )
  8792. 1005.77 s [retrie] [22 of 34] Compiling Retrie.Rewrites.Patterns ( Retrie/Rewrites/Patterns.hs, dist/build/Retrie/Rewrites/Patterns.o, dist/build/Retrie/Rewrites/Patterns.dyn_o )
  8793. 1005.78 s [retrie]
  8794. 1005.79 s [retrie] Retrie/Rewrites/Patterns.hs:12:48: warning: [-Wunused-imports]
  8795. 1005.79 s [retrie] The import of ‘lift’ from module ‘Control.Monad.State’ is redundant
  8796. 1005.79 s [retrie] |
  8797. 1005.79 s [retrie] 12 | import Control.Monad.State (StateT(runStateT), lift)
  8798. 1005.79 s [retrie] | ^^^^
  8799. 1006.05 s [retrie] [23 of 34] Compiling Retrie.Context ( Retrie/Context.hs, dist/build/Retrie/Context.o, dist/build/Retrie/Context.dyn_o )
  8800. 1006.05 s [retrie] [24 of 34] Compiling Retrie.Subst ( Retrie/Subst.hs, dist/build/Retrie/Subst.o, dist/build/Retrie/Subst.dyn_o )
  8801. 1006.05 s [retrie]
  8802. 1006.05 s [retrie] Retrie/Subst.hs:20:1: warning: [-Wunused-imports]
  8803. 1006.05 s [retrie] The import of ‘Retrie.Util’ is redundant
  8804. 1006.05 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  8805. 1006.05 s [retrie] To import instances alone, use: import Retrie.Util()
  8806. 1006.05 s [retrie] |
  8807. 1006.05 s [retrie] 20 | import Retrie.Util
  8808. 1006.05 s [retrie] | ^^^^^^^^^^^^^^^^^^
  8809. 1006.05 s [retrie]
  8810. 1006.05 s [retrie] Retrie/Subst.hs:59:11: warning: [GHC-63397] [-Wname-shadowing]
  8811. 1006.05 s [retrie] This binding for ‘comments’ shadows the existing binding
  8812. 1006.05 s [retrie] imported from ‘Retrie.GHC’ at Retrie/Subst.hs:16:1-17
  8813. 1006.05 s [retrie] (and originally defined in ‘GHC.Parser.Annotation’)
  8814. 1006.05 s [retrie] |
  8815. 1006.05 s [retrie] 59 | let comments = hasComments e0
  8816. 1006.05 s [retrie] | ^^^^^^^^
  8817. 1006.05 s [retrie] [25 of 34] Compiling Retrie.Replace ( Retrie/Replace.hs, dist/build/Retrie/Replace.o, dist/build/Retrie/Replace.dyn_o )
  8818. 1006.05 s [retrie]
  8819. 1006.05 s [retrie] Retrie/Replace.hs:28:1: warning: [-Wunused-imports]
  8820. 1006.05 s [retrie] The import of ‘Retrie.Util’ is redundant
  8821. 1006.05 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  8822. 1006.05 s [retrie] To import instances alone, use: import Retrie.Util()
  8823. 1006.05 s [retrie] |
  8824. 1006.05 s [retrie] 28 | import Retrie.Util
  8825. 1006.05 s [retrie] | ^^^^^^^^^^^^^^^^^^
  8826. 1006.05 s [retrie]
  8827. 1006.05 s [retrie] Retrie/Replace.hs:129:3: warning: [-Wnoncanonical-monoid-instances]
  8828. 1006.05 s [retrie] Noncanonical ‘(<>) = mappend’ definition detected
  8829. 1006.05 s [retrie] in the instance declaration for ‘Semigroup Change’.
  8830. 1006.05 s [retrie] Move definition from ‘mappend’ to ‘(<>)’
  8831. 1006.05 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  8832. 1006.05 s [retrie] |
  8833. 1006.05 s [retrie] 129 | (<>) = mappend
  8834. 1006.05 s [retrie] | ^^^^^^^^^^^^^^
  8835. 1006.05 s [retrie]
  8836. 1006.05 s [retrie] Retrie/Replace.hs:133:3: warning: [-Wnoncanonical-monoid-instances]
  8837. 1006.05 s [retrie] Noncanonical ‘mappend’ definition detected
  8838. 1006.05 s [retrie] in the instance declaration for ‘Monoid Change’.
  8839. 1006.05 s [retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  8840. 1006.05 s [retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  8841. 1006.05 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  8842. 1006.05 s [retrie] |
  8843. 1006.05 s [retrie] 133 | mappend NoChange other = other
  8844. 1006.05 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8845. 1006.06 s [retrie] [26 of 34] Compiling Retrie.CPP ( Retrie/CPP.hs, dist/build/Retrie/CPP.o, dist/build/Retrie/CPP.dyn_o )
  8846. 1006.09 s [retrie]
  8847. 1006.09 s [retrie] Retrie/CPP.hs:140:19: warning: [GHC-63397] [-Wname-shadowing]
  8848. 1006.09 s [retrie] This binding for ‘rs’ shadows the existing binding
  8849. 1006.09 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
  8850. 1006.09 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Utils’)
  8851. 1006.09 s [retrie] |
  8852. 1006.09 s [retrie] 140 | splice prefix l c rs@((r, repl):rs') ts@(t:ts')
  8853. 1006.09 s [retrie] | ^^
  8854. 1006.09 s [retrie]
  8855. 1006.09 s [retrie] Retrie/CPP.hs:346:24: warning: [GHC-63397] [-Wname-shadowing]
  8856. 1006.09 s [retrie] This binding for ‘mn’ shadows the existing binding
  8857. 1006.09 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
  8858. 1006.09 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  8859. 1006.09 s [retrie] |
  8860. 1006.09 s [retrie] 346 | externalImps (Just mn) = filter ((/= mn) . unLoc . ideclName . unLoc)
  8861. 1006.09 s [retrie] | ^^
  8862. 1007.17 s [retrie] [27 of 34] Compiling Retrie.Monad ( Retrie/Monad.hs, dist/build/Retrie/Monad.o, dist/build/Retrie/Monad.dyn_o )
  8863. 1007.18 s [retrie]
  8864. 1007.18 s [retrie] Retrie/Monad.hs:127:3: warning: [-Wnoncanonical-monad-instances]
  8865. 1007.18 s [retrie] Noncanonical ‘return’ definition detected
  8866. 1007.18 s [retrie] in the instance declaration for ‘Monad Retrie’.
  8867. 1007.18 s [retrie] ‘return’ will eventually be removed in favour of ‘pure’
  8868. 1007.18 s [retrie] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  8869. 1007.18 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  8870. 1007.18 s [retrie] |
  8871. 1007.18 s [retrie] 127 | return = Pure
  8872. 1007.18 s [retrie] | ^^^^^^^^^^^^^
  8873. 1007.48 s [retrie] [28 of 34] Compiling Retrie.Rewrites.Rules ( Retrie/Rewrites/Rules.hs, dist/build/Retrie/Rewrites/Rules.o, dist/build/Retrie/Rewrites/Rules.dyn_o )
  8874. 1007.49 s [retrie]
  8875. 1007.49 s [retrie] Retrie/Rewrites/Rules.hs:17:1: warning: [-Wunused-imports]
  8876. 1007.49 s [retrie] The import of ‘Retrie.Util’ is redundant
  8877. 1007.49 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  8878. 1007.49 s [retrie] To import instances alone, use: import Retrie.Util()
  8879. 1007.49 s [retrie] |
  8880. 1007.49 s [retrie] 17 | import Retrie.Util
  8881. 1007.49 s [retrie] | ^^^^^^^^^^^^^^^^^^
  8882. 1007.49 s [retrie]
  8883. 1007.49 s [retrie] Retrie/Rewrites/Rules.hs:18:1: warning: [-Wunused-imports]
  8884. 1007.49 s [retrie] The import of ‘Retrie.Monad’ is redundant
  8885. 1007.49 s [retrie] except perhaps to import instances from ‘Retrie.Monad’
  8886. 1007.49 s [retrie] To import instances alone, use: import Retrie.Monad()
  8887. 1007.50 s [retrie] |
  8888. 1007.50 s [retrie] 18 | import Retrie.Monad
  8889. 1007.50 s [retrie] | ^^^^^^^^^^^^^^^^^^^
  8890. 1007.50 s [retrie]
  8891. 1007.50 s [retrie] Retrie/Rewrites/Rules.hs:19:1: warning: [-Wunused-imports]
  8892. 1007.50 s [retrie] The import of ‘Control.Monad’ is redundant
  8893. 1007.50 s [retrie] except perhaps to import instances from ‘Control.Monad’
  8894. 1007.50 s [retrie] To import instances alone, use: import Control.Monad()
  8895. 1007.50 s [retrie] |
  8896. 1007.50 s [retrie] 19 | import Control.Monad
  8897. 1007.50 s [retrie] | ^^^^^^^^^^^^^^^^^^^^
  8898. 1007.50 s [retrie]
  8899. 1007.50 s [retrie] Retrie/Rewrites/Rules.hs:20:1: warning: [-Wunused-imports]
  8900. 1007.50 s [retrie] The import of ‘Control.Monad.IO.Class’ is redundant
  8901. 1007.50 s [retrie] except perhaps to import instances from ‘Control.Monad.IO.Class’
  8902. 1007.50 s [retrie] To import instances alone, use: import Control.Monad.IO.Class()
  8903. 1007.50 s [retrie] |
  8904. 1007.50 s [retrie] 20 | import Control.Monad.IO.Class
  8905. 1007.50 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8906. 1007.50 s [retrie]
  8907. 1007.50 s [retrie] Retrie/Rewrites/Rules.hs:21:1: warning: [-Wunused-imports]
  8908. 1007.50 s [retrie] The import of ‘Control.Monad.Trans.Class’ is redundant
  8909. 1007.50 s [retrie] except perhaps to import instances from ‘Control.Monad.Trans.Class’
  8910. 1007.50 s [retrie] To import instances alone, use: import Control.Monad.Trans.Class()
  8911. 1007.50 s [retrie] |
  8912. 1007.50 s [retrie] 21 | import Control.Monad.Trans.Class
  8913. 1007.50 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8914. 1007.60 s [retrie] [29 of 34] Compiling Retrie.Rewrites ( Retrie/Rewrites.hs, dist/build/Retrie/Rewrites.o, dist/build/Retrie/Rewrites.dyn_o )
  8915. 1007.63 s [retrie]
  8916. 1007.63 s [retrie] Retrie/Rewrites.hs:31:1: warning: [-Wdodgy-imports]
  8917. 1007.63 s [retrie] Module ‘Retrie.GHC’ does not export ‘Pattern’
  8918. 1007.63 s [retrie] |
  8919. 1007.63 s [retrie] 31 | import Retrie.GHC hiding (Pattern)
  8920. 1007.63 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8921. 1007.63 s [retrie]
  8922. 1007.63 s [retrie] Retrie/Rewrites.hs:39:1: warning: [-Wunused-imports]
  8923. 1007.63 s [retrie] The import of ‘Retrie.Util’ is redundant
  8924. 1007.63 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  8925. 1007.63 s [retrie] To import instances alone, use: import Retrie.Util()
  8926. 1007.63 s [retrie] |
  8927. 1007.63 s [retrie] 39 | import Retrie.Util
  8928. 1007.63 s [retrie] | ^^^^^^^^^^^^^^^^^^
  8929. 1007.63 s [retrie]
  8930. 1007.63 s [retrie] Retrie/Rewrites.hs:173:1: warning: [-Wunused-top-binds]
  8931. 1007.63 s [retrie] Defined but not used: ‘showCpp’
  8932. 1007.63 s [retrie] |
  8933. 1007.63 s [retrie] 173 | showCpp (NoCPP c) = showAstA c
  8934. 1007.63 s [retrie] | ^^^^^^^
  8935. 1007.96 s [apply-refact] Preprocessing executable 'refactor' for apply-refact-0.14.0.0..
  8936. 1007.96 s [apply-refact] Building executable 'refactor' for apply-refact-0.14.0.0..
  8937. 1008.10 s [retrie] [30 of 34] Compiling Retrie.Elaborate ( Retrie/Elaborate.hs, dist/build/Retrie/Elaborate.o, dist/build/Retrie/Elaborate.dyn_o )
  8938. 1008.14 s [apply-refact] [1 of 9] Compiling Paths_apply_refact ( dist/build/refactor/autogen/Paths_apply_refact.hs, dist/build/refactor/refactor-tmp/Paths_apply_refact.o )
  8939. 1008.27 s [apply-refact] [2 of 9] Compiling Refact.Compat ( src/Refact/Compat.hs, dist/build/refactor/refactor-tmp/Refact/Compat.o )
  8940. 1008.55 s [apply-refact] [3 of 9] Compiling Refact.Utils ( src/Refact/Utils.hs, dist/build/refactor/refactor-tmp/Refact/Utils.o )
  8941. 1008.69 s [apply-refact] [4 of 9] Compiling Refact.Internal ( src/Refact/Internal.hs, dist/build/refactor/refactor-tmp/Refact/Internal.o )
  8942. 1008.95 s [retrie] [31 of 34] Compiling Retrie.Debug ( Retrie/Debug.hs, dist/build/Retrie/Debug.o, dist/build/Retrie/Debug.dyn_o )
  8943. 1009.03 s [retrie] [32 of 34] Compiling Retrie.Options ( Retrie/Options.hs, dist/build/Retrie/Options.o, dist/build/Retrie/Options.dyn_o )
  8944. 1009.03 s [apply-refact]
  8945. 1009.03 s [apply-refact] src/Refact/Internal.hs:494:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  8946. 1009.03 s [apply-refact] Pattern match(es) are non-exhaustive
  8947. 1009.03 s [apply-refact] In a pattern binding:
  8948. 1009.03 s [apply-refact] Patterns of type ‘GHC.XRec
  8949. 1009.03 s [apply-refact] GHC.GhcPs
  8950. 1009.03 s [apply-refact] [GHC.LMatch
  8951. 1009.03 s [apply-refact] GHC.GhcPs
  8952. 1009.03 s [apply-refact] (GHC.GenLocated
  8953. 1009.03 s [apply-refact] GHC.SrcSpanAnnA (GHC.HsExpr GHC.GhcPs))]’ not matched:
  8954. 1009.03 s [apply-refact] GHC.L _ []
  8955. 1009.03 s [apply-refact] GHC.L _ ((GHC.L _ _):_:_)
  8956. 1009.03 s [apply-refact] |
  8957. 1009.03 s [apply-refact] 494 | GHC.L locMG [GHC.L locMatch newMatch] = GHC.mg_alts newMG
  8958. 1009.03 s [apply-refact] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8959. 1009.85 s [retrie] [33 of 34] Compiling Retrie.Run ( Retrie/Run.hs, dist/build/Retrie/Run.o, dist/build/Retrie/Run.dyn_o )
  8960. 1009.87 s [retrie]
  8961. 1009.87 s [retrie] Retrie/Run.hs:22:1: warning: [-Wunused-imports]
  8962. 1009.87 s [retrie] The import of ‘Control.Monad.State.Strict’ is redundant
  8963. 1009.87 s [retrie] except perhaps to import instances from ‘Control.Monad.State.Strict’
  8964. 1009.87 s [retrie] To import instances alone, use: import Control.Monad.State.Strict()
  8965. 1009.87 s [retrie] |
  8966. 1009.87 s [retrie] 22 | import Control.Monad.State.Strict
  8967. 1009.87 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8968. 1010.06 s [retrie] [34 of 34] Compiling Retrie ( Retrie.hs, dist/build/Retrie.o, dist/build/Retrie.dyn_o )
  8969. 1010.40 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 )
  8970. 1010.40 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 )
  8971. 1010.51 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 )
  8972. 1010.51 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 )
  8973. 1010.51 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 )
  8974. 1010.51 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 )
  8975. 1010.51 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 )
  8976. 1010.80 s [retrie] [ 1 of 34] Compiling Retrie.GHC ( Retrie/GHC.hs, dist/build/Retrie/GHC.p_o )
  8977. 1011.47 s [retrie] [ 2 of 34] Compiling Retrie.Fixity ( Retrie/Fixity.hs, dist/build/Retrie/Fixity.p_o )
  8978. 1011.65 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 )
  8979. 1011.65 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 )
  8980. 1011.76 s [retrie] [ 3 of 34] Compiling Retrie.AlphaEnv ( Retrie/AlphaEnv.hs, dist/build/Retrie/AlphaEnv.p_o )
  8981. 1011.82 s [retrie] [ 4 of 34] Compiling Retrie.Pretty ( Retrie/Pretty.hs, dist/build/Retrie/Pretty.p_o )
  8982. 1011.94 s [retrie] [ 5 of 34] Compiling Retrie.Quantifiers ( Retrie/Quantifiers.hs, dist/build/Retrie/Quantifiers.p_o )
  8983. 1011.94 s [retrie] [ 6 of 34] Compiling Retrie.SYB ( Retrie/SYB.hs, dist/build/Retrie/SYB.p_o )
  8984. 1011.94 s [retrie] [ 7 of 34] Compiling Retrie.ExactPrint.Annotated ( Retrie/ExactPrint/Annotated.hs, dist/build/Retrie/ExactPrint/Annotated.p_o )
  8985. 1011.94 s [retrie]
  8986. 1011.94 s [retrie] Retrie/ExactPrint/Annotated.hs:39:1: warning: [-Wdodgy-imports]
  8987. 1011.94 s [retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
  8988. 1011.94 s [retrie] |
  8989. 1011.94 s [retrie] 39 | import Control.Monad.State.Lazy hiding (fix)
  8990. 1011.94 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8991. 1012.06 s [retrie] [ 8 of 34] Compiling Retrie.Util ( Retrie/Util.hs, dist/build/Retrie/Util.p_o )
  8992. 1012.06 s [retrie] [ 9 of 34] Compiling Retrie.ExactPrint ( Retrie/ExactPrint.hs, dist/build/Retrie/ExactPrint.p_o )
  8993. 1012.10 s [retrie]
  8994. 1012.10 s [retrie] Retrie/ExactPrint.hs:53:1: warning: [-Wdodgy-imports]
  8995. 1012.10 s [retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
  8996. 1012.10 s [retrie] |
  8997. 1012.10 s [retrie] 53 | import Control.Monad.State.Lazy hiding (fix)
  8998. 1012.10 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8999. 1012.10 s [retrie]
  9000. 1012.10 s [retrie] Retrie/ExactPrint.hs:77:1: warning: [-Wunused-imports]
  9001. 1012.10 s [retrie] The import of ‘Retrie.Util’ is redundant
  9002. 1012.10 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  9003. 1012.10 s [retrie] To import instances alone, use: import Retrie.Util()
  9004. 1012.10 s [retrie] |
  9005. 1012.10 s [retrie] 77 | import Retrie.Util
  9006. 1012.10 s [retrie] | ^^^^^^^^^^^^^^^^^^
  9007. 1012.10 s [retrie]
  9008. 1012.10 s [retrie] Retrie/ExactPrint.hs:109:39: warning: [-Wunused-matches]
  9009. 1012.10 s [retrie] Defined but not used: ‘l1’
  9010. 1012.10 s [retrie] |
  9011. 1012.10 s [retrie] 109 | fixOneExpr env (L l2 (OpApp x2 ap1@(L l1 (OpApp x1 x op1 y)) op2 z))
  9012. 1012.10 s [retrie] | ^^
  9013. 1012.10 s [retrie]
  9014. 1012.10 s [retrie] Retrie/ExactPrint.hs:114:5: warning: [-Wunused-matches]
  9015. 1012.10 s [retrie] Defined but not used: ‘ap1_1’
  9016. 1012.10 s [retrie] |
  9017. 1012.10 s [retrie] 114 | ap1_1 <- transferAnnsT isComma ap2'_0 ap1_0
  9018. 1012.10 s [retrie] | ^^^^^
  9019. 1012.10 s [retrie]
  9020. 1012.10 s [retrie] Retrie/ExactPrint.hs:123:44: warning: [GHC-63397] [-Wname-shadowing]
  9021. 1012.10 s [retrie] This binding for ‘ext2’ shadows the existing binding
  9022. 1012.10 s [retrie] imported from ‘Retrie.SYB’ at Retrie/ExactPrint.hs:76:1-31
  9023. 1012.10 s [retrie] (and originally defined in ‘Data.Generics.Aliases’)
  9024. 1012.10 s [retrie] |
  9025. 1012.10 s [retrie] 123 | fixOnePat env (dLPat -> Just (L l2 (ConPat ext2 op2 (InfixCon (dLPat -> Just ap1@(L l1 (ConPat ext1 op1 (InfixCon x y)))) z))))
  9026. 1012.10 s [retrie] | ^^^^
  9027. 1012.10 s [retrie]
  9028. 1012.10 s [retrie] Retrie/ExactPrint.hs:126:6: warning: [-Wunused-matches]
  9029. 1012.10 s [retrie] Defined but not used: ‘ap1_0’
  9030. 1012.10 s [retrie] |
  9031. 1012.10 s [retrie] 126 | (ap1_0, ap2'_0) <- swapEntryDPT ap1 ap2'
  9032. 1012.10 s [retrie] | ^^^^^
  9033. 1012.10 s [retrie]
  9034. 1012.10 s [retrie] Retrie/ExactPrint.hs:127:5: warning: [-Wunused-matches]
  9035. 1012.10 s [retrie] Defined but not used: ‘ap1_1’
  9036. 1012.10 s [retrie] |
  9037. 1012.10 s [retrie] 127 | ap1_1 <- transferAnnsT isComma ap2' ap1
  9038. 1012.10 s [retrie] | ^^^^^
  9039. 1012.10 s [retrie]
  9040. 1012.10 s [retrie] Retrie/ExactPrint.hs:176:14: warning: [-Wunused-matches]
  9041. 1012.10 s [retrie] Defined but not used: ‘n’
  9042. 1012.10 s [retrie] |
  9043. 1012.10 s [retrie] 176 | SameLine n -> do
  9044. 1012.10 s [retrie] | ^
  9045. 1012.10 s [retrie]
  9046. 1012.10 s [retrie] Retrie/ExactPrint.hs:209:22: warning: [-Wunused-matches]
  9047. 1012.10 s [retrie] Defined but not used: ‘l’
  9048. 1012.10 s [retrie] |
  9049. 1012.10 s [retrie] 209 | fixOneEntryExpr e@(L l (OpApp a x b c)) = do
  9050. 1012.10 s [retrie] | ^
  9051. 1012.10 s [retrie]
  9052. 1012.10 s [retrie] Retrie/ExactPrint.hs:222:15: warning: [-Wunused-matches]
  9053. 1012.10 s [retrie] Defined but not used: ‘l’
  9054. 1012.10 s [retrie] |
  9055. 1012.10 s [retrie] 222 | | Just p@(L l (ConPat a b (InfixCon x c))) <- dLPat pat = do
  9056. 1012.10 s [retrie] | ^
  9057. 1012.10 s [retrie]
  9058. 1012.10 s [retrie] Retrie/ExactPrint.hs:435:1: warning: [-Wunused-top-binds]
  9059. 1012.10 s [retrie] Defined but not used: ‘isCommentKeyword’
  9060. 1012.10 s [retrie] |
  9061. 1012.10 s [retrie] 435 | isCommentKeyword _ = False
  9062. 1012.10 s [retrie] | ^^^^^^^^^^^^^^^^
  9063. 1012.10 s [retrie]
  9064. 1012.10 s [retrie] Retrie/ExactPrint.hs:445:35: warning: [-Wunused-matches]
  9065. 1012.10 s [retrie] Defined but not used: ‘anc’
  9066. 1012.10 s [retrie] |
  9067. 1012.10 s [retrie] 445 | hasComments (L (SrcSpanAnn (EpAnn anc _ cs) _) _)
  9068. 1012.10 s [retrie] | ^^^
  9069. 1012.10 s [retrie]
  9070. 1012.10 s [retrie] Retrie/ExactPrint.hs:478:15: warning: [-Wunused-matches]
  9071. 1012.10 s [retrie] Defined but not used: ‘p’
  9072. 1012.10 s [retrie] |
  9073. 1012.10 s [retrie] 478 | transferAnnsT p (L (SrcSpanAnn EpAnnNotUsed _) _) b = return b
  9074. 1012.10 s [retrie] | ^
  9075. 1012.10 s [retrie]
  9076. 1012.10 s [retrie] Retrie/ExactPrint.hs:479:39: warning: [-Wunused-matches]
  9077. 1012.10 s [retrie] Defined but not used: ‘anc’
  9078. 1012.10 s [retrie] |
  9079. 1012.10 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  9080. 1012.10 s [retrie] | ^^^
  9081. 1012.10 s [retrie]
  9082. 1012.10 s [retrie] Retrie/ExactPrint.hs:479:60: warning: [-Wunused-matches]
  9083. 1012.10 s [retrie] Defined but not used: ‘cs’
  9084. 1012.10 s [retrie] |
  9085. 1012.10 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  9086. 1012.10 s [retrie] | ^^
  9087. 1012.10 s [retrie]
  9088. 1012.10 s [retrie] Retrie/ExactPrint.hs:479:64: warning: [-Wunused-matches]
  9089. 1012.10 s [retrie] Defined but not used: ‘l’
  9090. 1012.10 s [retrie] |
  9091. 1012.10 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  9092. 1012.10 s [retrie] | ^
  9093. 1012.10 s [retrie]
  9094. 1012.10 s [retrie] Retrie/ExactPrint.hs:479:67: warning: [-Wunused-matches]
  9095. 1012.10 s [retrie] Defined but not used: ‘a’
  9096. 1012.10 s [retrie] |
  9097. 1012.10 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  9098. 1012.10 s [retrie] | ^
  9099. 1013.23 s [apply-refact] [5 of 9] Compiling Refact.Options ( src/Refact/Options.hs, dist/build/refactor/refactor-tmp/Refact/Options.o )
  9100. 1013.41 s [apply-refact] [6 of 9] Compiling Refact.Fixity ( src/Refact/Fixity.hs, dist/build/refactor/refactor-tmp/Refact/Fixity.o )
  9101. 1013.41 s [apply-refact] [7 of 9] Compiling Refact.Apply ( src/Refact/Apply.hs, dist/build/refactor/refactor-tmp/Refact/Apply.o )
  9102. 1013.41 s [apply-refact] [8 of 9] Compiling Refact.Run ( src/Refact/Run.hs, dist/build/refactor/refactor-tmp/Refact/Run.o )
  9103. 1013.44 s [retrie] [10 of 34] Compiling Retrie.Substitution ( Retrie/Substitution.hs, dist/build/Retrie/Substitution.p_o )
  9104. 1013.63 s [apply-refact] [9 of 9] Compiling Main ( src/Main.hs, dist/build/refactor/refactor-tmp/Main.o )
  9105. 1013.75 s [retrie] [11 of 34] Compiling Retrie.FreeVars ( Retrie/FreeVars.hs, dist/build/Retrie/FreeVars.p_o )
  9106. 1013.76 s Waiting for lock on waiting for lock on '/nix/store/ij4prxy993xaw0var6krjnzg56v3fln0-yaml-0.11.11.2-doc', '/nix/store/jn7scg9rcs0a2hh2g6p7v9pplqmj83dc-yaml
  9107. 1013.76 s [retrie]
  9108. 1013.76 s [retrie] Retrie/FreeVars.hs:28:3: warning: [-Wnoncanonical-monoid-instances]
  9109. 1013.76 s [retrie] Noncanonical ‘(<>) = mappend’ definition detected
  9110. 1013.76 s [retrie] in the instance declaration for ‘Semigroup FreeVars’.
  9111. 1013.76 s [retrie] Move definition from ‘mappend’ to ‘(<>)’
  9112. 1013.76 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  9113. 1013.76 s [retrie] |
  9114. 1013.76 s [retrie] 28 | (<>) = mappend
  9115. 1013.76 s [retrie] | ^^^^^^^^^^^^^^
  9116. 1013.76 s [retrie]
  9117. 1013.77 s [retrie] Retrie/FreeVars.hs:32:3: warning: [-Wnoncanonical-monoid-instances]
  9118. 1013.77 s [retrie] Noncanonical ‘mappend’ definition detected
  9119. 1013.77 s [retrie] in the instance declaration for ‘Monoid FreeVars’.
  9120. 1013.77 s [retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  9121. 1013.77 s [retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  9122. 1013.77 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  9123. 1013.77 s [retrie] |
  9124. 1013.77 s [retrie] 32 | mappend (FreeVars s1) (FreeVars s2) = FreeVars $ s1 <> s2
  9125. 1013.77 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9126. 1014.16 s [retrie] [12 of 34] Compiling Retrie.PatternMap.Class ( Retrie/PatternMap/Class.hs, dist/build/Retrie/PatternMap/Class.p_o )
  9127. 1014.18 s [retrie]
  9128. 1014.18 s [retrie] Retrie/PatternMap/Class.hs:50:11: warning: [GHC-63397] [-Wname-shadowing]
  9129. 1014.18 s [retrie] This binding for ‘m1’ shadows the existing binding
  9130. 1014.18 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
  9131. 1014.18 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9132. 1014.18 s [retrie] |
  9133. 1014.18 s [retrie] 50 | unionOn f m1 m2 = mUnion (f m1) (f m2)
  9134. 1014.18 s [retrie] | ^^
  9135. 1014.18 s [retrie]
  9136. 1014.18 s [retrie] Retrie/PatternMap/Class.hs:86:20: warning: [GHC-63397] [-Wname-shadowing]
  9137. 1014.18 s [retrie] This binding for ‘m1’ shadows the existing binding
  9138. 1014.18 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
  9139. 1014.18 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9140. 1014.18 s [retrie] |
  9141. 1014.18 s [retrie] 86 | mUnion (MaybeMap m1) (MaybeMap m2) = MaybeMap $ m1 ++ m2
  9142. 1014.18 s [retrie] | ^^
  9143. 1014.18 s [retrie]
  9144. 1014.18 s [retrie] Retrie/PatternMap/Class.hs:114:10: warning: [GHC-63397] [-Wname-shadowing]
  9145. 1014.18 s [retrie] This binding for ‘m1’ shadows the existing binding
  9146. 1014.18 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
  9147. 1014.18 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9148. 1014.18 s [retrie] |
  9149. 1014.18 s [retrie] 114 | mUnion m1 m2 = ListMap
  9150. 1014.18 s [retrie] | ^^
  9151. 1014.23 s [retrie] [13 of 34] Compiling Retrie.PatternMap.Bag ( Retrie/PatternMap/Bag.hs, dist/build/Retrie/PatternMap/Bag.p_o )
  9152. 1014.57 s [apply-refact] [10 of 10] Linking dist/build/refactor/refactor
  9153. 1014.58 s [retrie] [14 of 34] Compiling Retrie.PatternMap.Instances ( Retrie/PatternMap/Instances.hs, dist/build/Retrie/PatternMap/Instances.p_o )
  9154. 1014.74 s [retrie]
  9155. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:48:10: warning: [GHC-63397] [-Wname-shadowing]
  9156. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9157. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9158. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9159. 1014.74 s [retrie] |
  9160. 1014.74 s [retrie] 48 | mUnion m1 m2 = TupArgMap
  9161. 1014.74 s [retrie] | ^^
  9162. 1014.74 s [retrie]
  9163. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:84:10: warning: [GHC-63397] [-Wname-shadowing]
  9164. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9165. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9166. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9167. 1014.74 s [retrie] |
  9168. 1014.74 s [retrie] 84 | mUnion m1 m2 = BoxityMap
  9169. 1014.74 s [retrie] | ^^
  9170. 1014.74 s [retrie]
  9171. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:112:10: warning: [GHC-63397] [-Wname-shadowing]
  9172. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9173. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9174. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9175. 1014.74 s [retrie] |
  9176. 1014.74 s [retrie] 112 | mUnion m1 m2 = VM
  9177. 1014.74 s [retrie] | ^^
  9178. 1014.74 s [retrie]
  9179. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:159:10: warning: [GHC-63397] [-Wname-shadowing]
  9180. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9181. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9182. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9183. 1014.74 s [retrie] |
  9184. 1014.74 s [retrie] 159 | mUnion m1 m2 = LM
  9185. 1014.74 s [retrie] | ^^
  9186. 1014.74 s [retrie]
  9187. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:232:10: warning: [GHC-63397] [-Wname-shadowing]
  9188. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9189. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9190. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9191. 1014.74 s [retrie] |
  9192. 1014.74 s [retrie] 232 | mUnion m1 m2 = OLM
  9193. 1014.74 s [retrie] | ^^
  9194. 1014.74 s [retrie]
  9195. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:317:10: warning: [GHC-63397] [-Wname-shadowing]
  9196. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9197. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9198. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9199. 1014.74 s [retrie] |
  9200. 1014.74 s [retrie] 317 | mUnion m1 m2 = EM
  9201. 1014.74 s [retrie] | ^^
  9202. 1014.74 s [retrie]
  9203. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:345:7: warning: [GHC-62161] [-Wincomplete-patterns]
  9204. 1014.74 s [retrie] Pattern match(es) are non-exhaustive
  9205. 1014.74 s [retrie] In an equation for ‘go’:
  9206. 1014.74 s [retrie] Patterns of type ‘HsExpr (GhcPass Parsed)’ not matched:
  9207. 1014.74 s [retrie] HsRecSel _ _
  9208. 1014.74 s [retrie] HsGetField _ _ _
  9209. 1014.74 s [retrie] HsProjection _ _
  9210. 1014.74 s [retrie] HsTypedSplice _ _
  9211. 1014.74 s [retrie] ...
  9212. 1014.74 s [retrie] |
  9213. 1014.74 s [retrie] 345 | go (HsVar _ v)
  9214. 1014.74 s [retrie] | ^^^^^^^^^^^^^^...
  9215. 1014.74 s [retrie]
  9216. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:570:10: warning: [GHC-63397] [-Wname-shadowing]
  9217. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9218. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9219. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9220. 1014.74 s [retrie] |
  9221. 1014.74 s [retrie] 570 | mUnion m1 m2 = SCM
  9222. 1014.74 s [retrie] | ^^
  9223. 1014.74 s [retrie]
  9224. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:625:17: warning: [GHC-63397] [-Wname-shadowing]
  9225. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9226. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9227. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9228. 1014.74 s [retrie] |
  9229. 1014.74 s [retrie] 625 | mUnion (MGMap m1) (MGMap m2) = MGMap (mUnion m1 m2)
  9230. 1014.74 s [retrie] | ^^
  9231. 1014.74 s [retrie]
  9232. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:647:16: warning: [GHC-63397] [-Wname-shadowing]
  9233. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9234. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9235. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9236. 1014.74 s [retrie] |
  9237. 1014.74 s [retrie] 647 | mUnion (MMap m1) (MMap m2) = MMap (mUnion m1 m2)
  9238. 1014.74 s [retrie] | ^^
  9239. 1014.74 s [retrie]
  9240. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:695:10: warning: [GHC-63397] [-Wname-shadowing]
  9241. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9242. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9243. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9244. 1014.74 s [retrie] |
  9245. 1014.74 s [retrie] 695 | mUnion m1 m2 = CDMap
  9246. 1014.74 s [retrie] | ^^
  9247. 1014.74 s [retrie]
  9248. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:704:21: warning: [-Wunused-matches]
  9249. 1014.74 s [retrie] Defined but not used: ‘tyargs’
  9250. 1014.74 s [retrie] |
  9251. 1014.74 s [retrie] 704 | go (PrefixCon tyargs ps) = m { cdPrefixCon = mAlter env vs ps f (cdPrefixCon m) }
  9252. 1014.74 s [retrie] | ^^^^^^
  9253. 1014.74 s [retrie]
  9254. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:714:21: warning: [-Wunused-matches]
  9255. 1014.74 s [retrie] Defined but not used: ‘tyargs’
  9256. 1014.74 s [retrie] |
  9257. 1014.74 s [retrie] 714 | go (PrefixCon tyargs ps) = mapFor cdPrefixCon >=> mMatch env ps
  9258. 1014.74 s [retrie] | ^^^^^^
  9259. 1014.74 s [retrie]
  9260. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:753:10: warning: [GHC-63397] [-Wname-shadowing]
  9261. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9262. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9263. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9264. 1014.74 s [retrie] |
  9265. 1014.74 s [retrie] 753 | mUnion m1 m2 = PatMap
  9266. 1014.74 s [retrie] | ^^
  9267. 1014.74 s [retrie]
  9268. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:834:20: warning: [GHC-63397] [-Wname-shadowing]
  9269. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9270. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9271. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9272. 1014.74 s [retrie] |
  9273. 1014.74 s [retrie] 834 | mUnion (GRHSSMap m1) (GRHSSMap m2) = GRHSSMap (mUnion m1 m2)
  9274. 1014.74 s [retrie] | ^^
  9275. 1014.74 s [retrie]
  9276. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:865:19: warning: [GHC-63397] [-Wname-shadowing]
  9277. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9278. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9279. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9280. 1014.74 s [retrie] |
  9281. 1014.74 s [retrie] 865 | mUnion (GRHSMap m1) (GRHSMap m2) = GRHSMap (mUnion m1 m2)
  9282. 1014.74 s [retrie] | ^^
  9283. 1014.74 s [retrie]
  9284. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:908:10: warning: [GHC-63397] [-Wname-shadowing]
  9285. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9286. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9287. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9288. 1014.74 s [retrie] |
  9289. 1014.74 s [retrie] 908 | mUnion m1 m2 = SLM
  9290. 1014.74 s [retrie] | ^^
  9291. 1014.74 s [retrie]
  9292. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:962:10: warning: [GHC-63397] [-Wname-shadowing]
  9293. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9294. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9295. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9296. 1014.74 s [retrie] |
  9297. 1014.74 s [retrie] 962 | mUnion m1 m2 = LB
  9298. 1014.74 s [retrie] | ^^
  9299. 1014.74 s [retrie]
  9300. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:1026:10: warning: [GHC-63397] [-Wname-shadowing]
  9301. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9302. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9303. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9304. 1014.74 s [retrie] |
  9305. 1014.74 s [retrie] 1026 | mUnion m1 m2 = BM
  9306. 1014.74 s [retrie] | ^^
  9307. 1014.74 s [retrie]
  9308. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:1090:10: warning: [GHC-63397] [-Wname-shadowing]
  9309. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9310. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9311. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9312. 1014.74 s [retrie] |
  9313. 1014.74 s [retrie] 1090 | mUnion m1 m2 = SM
  9314. 1014.74 s [retrie] | ^^
  9315. 1014.74 s [retrie]
  9316. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:1171:10: warning: [GHC-63397] [-Wname-shadowing]
  9317. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9318. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9319. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9320. 1014.74 s [retrie] |
  9321. 1014.74 s [retrie] 1171 | mUnion m1 m2 = TM
  9322. 1014.74 s [retrie] | ^^
  9323. 1014.74 s [retrie]
  9324. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:1303:15: warning: [GHC-63397] [-Wname-shadowing]
  9325. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9326. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9327. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9328. 1014.74 s [retrie] |
  9329. 1014.74 s [retrie] 1303 | mUnion (RFM m1) (RFM m2) = RFM (mUnion m1 m2)
  9330. 1014.74 s [retrie] | ^^
  9331. 1014.74 s [retrie]
  9332. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:1430:10: warning: [GHC-63397] [-Wname-shadowing]
  9333. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9334. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9335. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9336. 1014.74 s [retrie] |
  9337. 1014.74 s [retrie] 1430 | mUnion m1 m2 = TupleSortMap
  9338. 1014.74 s [retrie] | ^^
  9339. 1014.74 s [retrie]
  9340. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:1476:10: warning: [GHC-63397] [-Wname-shadowing]
  9341. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9342. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9343. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9344. 1014.74 s [retrie] |
  9345. 1014.74 s [retrie] 1476 | mUnion m1 m2 = ForAllTyMap
  9346. 1014.74 s [retrie] | ^^
  9347. 1014.74 s [retrie]
  9348. 1014.74 s [retrie] Retrie/PatternMap/Instances.hs:1511:10: warning: [GHC-63397] [-Wname-shadowing]
  9349. 1014.74 s [retrie] This binding for ‘m1’ shadows the existing binding
  9350. 1014.74 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  9351. 1014.74 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9352. 1014.74 s [retrie] |
  9353. 1014.74 s [retrie] 1511 | mUnion m1 m2 = ForallVisMap (unionOn favBoolMap m1 m2)
  9354. 1014.75 s [retrie] | ^^
  9355. 1018.95 s [retrie] [15 of 34] Compiling Retrie.Universe ( Retrie/Universe.hs, dist/build/Retrie/Universe.p_o )
  9356. 1019.00 s [retrie]
  9357. 1019.00 s [retrie] Retrie/Universe.hs:114:10: warning: [GHC-63397] [-Wname-shadowing]
  9358. 1019.00 s [retrie] This binding for ‘m1’ shadows the existing binding
  9359. 1019.00 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Universe.hs:23:1-24
  9360. 1019.00 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9361. 1019.00 s [retrie] |
  9362. 1019.00 s [retrie] 114 | mUnion m1 m2 = UMap
  9363. 1019.00 s [retrie] | ^^
  9364. 1019.42 s [lsp-types] Preprocessing executable 'generator' for lsp-types-2.3.0.1..
  9365. 1019.47 s [lsp-types] Building executable 'generator' for lsp-types-2.3.0.1..
  9366. 1019.61 s [lsp-types] [1 of 2] Compiling CodeGen ( generator/CodeGen.hs, dist/build/generator/generator-tmp/CodeGen.o )
  9367. 1019.65 s [retrie] [16 of 34] Compiling Retrie.Types ( Retrie/Types.hs, dist/build/Retrie/Types.p_o )
  9368. 1019.71 s [retrie]
  9369. 1019.71 s [retrie] Retrie/Types.hs:133:3: warning: [-Wnoncanonical-monoid-instances]
  9370. 1019.71 s [retrie] Noncanonical ‘(<>) = mappend’ definition detected
  9371. 1019.71 s [retrie] in the instance declaration for ‘Semigroup (Matcher a)’.
  9372. 1019.71 s [retrie] Move definition from ‘mappend’ to ‘(<>)’
  9373. 1019.71 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  9374. 1019.71 s [retrie] |
  9375. 1019.71 s [retrie] 133 | (<>) = mappend
  9376. 1019.71 s [retrie] | ^^^^^^^^^^^^^^
  9377. 1019.71 s [retrie]
  9378. 1019.71 s [retrie] Retrie/Types.hs:137:3: warning: [-Wnoncanonical-monoid-instances]
  9379. 1019.71 s [retrie] Noncanonical ‘mappend’ definition detected
  9380. 1019.71 s [retrie] in the instance declaration for ‘Monoid (Matcher a)’.
  9381. 1019.71 s [retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  9382. 1019.71 s [retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  9383. 1019.71 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  9384. 1019.71 s [retrie] |
  9385. 1019.71 s [retrie] 137 | mappend (Matcher m1) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
  9386. 1019.71 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9387. 1019.71 s [retrie]
  9388. 1019.71 s [retrie] Retrie/Types.hs:137:20: warning: [GHC-63397] [-Wname-shadowing]
  9389. 1019.71 s [retrie] This binding for ‘m1’ shadows the existing binding
  9390. 1019.71 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Types.hs:59:1-24
  9391. 1019.71 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9392. 1019.71 s [retrie] |
  9393. 1019.71 s [retrie] 137 | mappend (Matcher m1) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
  9394. 1019.71 s [retrie] | ^^
  9395. 1020.32 s [retrie] [17 of 34] Compiling Retrie.Query ( Retrie/Query.hs, dist/build/Retrie/Query.p_o )
  9396. 1020.61 s [apply-refact] Preprocessing library for apply-refact-0.14.0.0..
  9397. 1020.62 s [apply-refact] Building library for apply-refact-0.14.0.0..
  9398. 1020.70 s [retrie] [18 of 34] Compiling Retrie.GroundTerms ( Retrie/GroundTerms.hs, dist/build/Retrie/GroundTerms.p_o )
  9399. 1020.78 s [retrie] [19 of 34] Compiling Retrie.Expr ( Retrie/Expr.hs, dist/build/Retrie/Expr.p_o )
  9400. 1020.78 s [retrie]
  9401. 1020.78 s [retrie] Retrie/Expr.hs:40:1: warning: [-Wunused-imports]
  9402. 1020.78 s [retrie] The import of ‘Data.Functor.Identity’ is redundant
  9403. 1020.78 s [retrie] except perhaps to import instances from ‘Data.Functor.Identity’
  9404. 1020.78 s [retrie] To import instances alone, use: import Data.Functor.Identity()
  9405. 1020.78 s [retrie] |
  9406. 1020.78 s [retrie] 40 | import Data.Functor.Identity
  9407. 1020.78 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9408. 1020.78 s [retrie]
  9409. 1020.78 s [retrie] Retrie/Expr.hs:51:1: warning: [-Wunused-imports]
  9410. 1020.78 s [retrie] The import of ‘Retrie.Util’ is redundant
  9411. 1020.78 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  9412. 1020.78 s [retrie] To import instances alone, use: import Retrie.Util()
  9413. 1020.78 s [retrie] |
  9414. 1020.78 s [retrie] 51 | import Retrie.Util
  9415. 1020.78 s [retrie] | ^^^^^^^^^^^^^^^^^^
  9416. 1020.78 s [retrie]
  9417. 1020.78 s [retrie] Retrie/Expr.hs:56:16: warning: [-Wunused-matches]
  9418. 1020.78 s [retrie] Defined but not used: ‘ln’
  9419. 1020.78 s [retrie] |
  9420. 1020.78 s [retrie] 56 | mkLocatedHsVar ln@(L l n) = do
  9421. 1020.78 s [retrie] | ^^
  9422. 1020.78 s [retrie]
  9423. 1020.78 s [retrie] Retrie/Expr.hs:130:16: warning: [-Wunused-local-binds]
  9424. 1020.78 s [retrie] Defined but not used: ‘x’
  9425. 1020.78 s [retrie] |
  9426. 1020.78 s [retrie] 130 | L l (Match x ctxt pats (GRHSs cs grhs binds)) = mkMatch LambdaExpr vs e emptyLocalBinds
  9427. 1020.78 s [retrie] | ^
  9428. 1020.78 s [retrie]
  9429. 1020.78 s [retrie] Retrie/Expr.hs:132:19: warning: [-Wunused-matches]
  9430. 1020.78 s [retrie] Defined but not used: ‘an’
  9431. 1020.78 s [retrie] |
  9432. 1020.78 s [retrie] 132 | [L lg (GRHS an guards rhs)] -> [L lg (GRHS ang guards rhs)]
  9433. 1020.78 s [retrie] | ^^
  9434. 1020.78 s [retrie]
  9435. 1020.78 s [retrie] Retrie/Expr.hs:180:9: warning: [-Wunused-matches]
  9436. 1020.78 s [retrie] Defined but not used: ‘nm'’
  9437. 1020.78 s [retrie] |
  9438. 1020.78 s [retrie] 180 | (tv', nm') <- swapEntryDPT tv nm
  9439. 1020.78 s [retrie] | ^^^
  9440. 1020.78 s [retrie]
  9441. 1020.78 s [retrie] Retrie/Expr.hs:225:1: warning: [-Wunused-top-binds]
  9442. 1020.78 s [retrie] Defined but not used: ‘wildSupplyAlphaEnv’
  9443. 1020.78 s [retrie] |
  9444. 1020.78 s [retrie] 225 | wildSupplyAlphaEnv env = wildSupplyP (\ nm -> isNothing (lookupAlphaEnv nm env))
  9445. 1020.78 s [retrie] | ^^^^^^^^^^^^^^^^^^
  9446. 1020.78 s [retrie]
  9447. 1020.78 s [retrie] Retrie/Expr.hs:310:29: warning: [-Wunused-matches]
  9448. 1020.79 s [retrie] Defined but not used: ‘tyargs’
  9449. 1020.79 s [retrie] |
  9450. 1020.79 s [retrie] 310 | conPatHelper con (PrefixCon tyargs xs) = do
  9451. 1020.79 s [retrie] | ^^^^^^
  9452. 1020.79 s [retrie]
  9453. 1020.79 s [retrie] Retrie/Expr.hs:322:1: warning: [GHC-53633] [-Woverlapping-patterns]
  9454. 1020.79 s [retrie] Pattern match is redundant
  9455. 1020.79 s [retrie] In an equation for ‘grhsToExpr’: grhsToExpr _ = ...
  9456. 1020.79 s [retrie] |
  9457. 1020.79 s [retrie] 322 | grhsToExpr _ = error "grhsToExpr"
  9458. 1020.79 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9459. 1020.79 s [retrie]
  9460. 1020.79 s [retrie] Retrie/Expr.hs:350:34: warning: [GHC-63397] [-Wname-shadowing]
  9461. 1020.79 s [retrie] This binding for ‘d1’ shadows the existing binding
  9462. 1020.79 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Expr.hs:46:1-24
  9463. 1020.79 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9464. 1020.79 s [retrie] |
  9465. 1020.79 s [retrie] 350 | needed (HasPrec (Fixity _ p1 d1)) (Just (Fixity _ p2 d2)) =
  9466. 1020.79 s [retrie] | ^^
  9467. 1020.79 s [retrie]
  9468. 1020.79 s [retrie] Retrie/Expr.hs:374:1: warning: [-Wunused-top-binds]
  9469. 1020.79 s [retrie] Defined but not used: ‘mkParen’
  9470. 1020.79 s [retrie] |
  9471. 1020.79 s [retrie] 374 | mkParen k e = do
  9472. 1020.79 s [retrie] | ^^^^^^^
  9473. 1020.79 s [retrie]
  9474. 1020.79 s [retrie] Retrie/Expr.hs:377:4: warning: [-Wunused-matches]
  9475. 1020.79 s [retrie] Defined but not used: ‘e0’
  9476. 1020.79 s [retrie] |
  9477. 1020.79 s [retrie] 377 | (e0,pe0) <- swapEntryDPT e pe
  9478. 1020.79 s [retrie] | ^^
  9479. 1020.85 s [apply-refact] [1 of 5] Compiling Refact.Compat ( src/Refact/Compat.hs, dist/build/Refact/Compat.o, dist/build/Refact/Compat.dyn_o )
  9480. 1021.88 s [apply-refact] [2 of 5] Compiling Refact.Utils ( src/Refact/Utils.hs, dist/build/Refact/Utils.o, dist/build/Refact/Utils.dyn_o )
  9481. 1022.30 s [apply-refact] [3 of 5] Compiling Refact.Internal ( src/Refact/Internal.hs, dist/build/Refact/Internal.o, dist/build/Refact/Internal.dyn_o )
  9482. 1022.47 s [retrie] [20 of 34] Compiling Retrie.Rewrites.Types ( Retrie/Rewrites/Types.hs, dist/build/Retrie/Rewrites/Types.p_o )
  9483. 1022.86 s [apply-refact]
  9484. 1022.86 s [apply-refact] src/Refact/Internal.hs:494:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  9485. 1022.86 s [apply-refact] Pattern match(es) are non-exhaustive
  9486. 1022.86 s [apply-refact] In a pattern binding:
  9487. 1022.86 s [apply-refact] Patterns of type ‘GHC.XRec
  9488. 1022.86 s [apply-refact] GHC.GhcPs
  9489. 1022.86 s [apply-refact] [GHC.LMatch
  9490. 1022.86 s [apply-refact] GHC.GhcPs
  9491. 1022.86 s [apply-refact] (GHC.GenLocated
  9492. 1022.86 s [apply-refact] GHC.SrcSpanAnnA (GHC.HsExpr GHC.GhcPs))]’ not matched:
  9493. 1022.86 s [apply-refact] GHC.L _ []
  9494. 1022.86 s [apply-refact] GHC.L _ ((GHC.L _ _):_:_)
  9495. 1022.86 s [apply-refact] |
  9496. 1022.86 s [apply-refact] 494 | GHC.L locMG [GHC.L locMatch newMatch] = GHC.mg_alts newMG
  9497. 1022.86 s [apply-refact] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9498. 1022.86 s [retrie] [21 of 34] Compiling Retrie.Rewrites.Function ( Retrie/Rewrites/Function.hs, dist/build/Retrie/Rewrites/Function.p_o )
  9499. 1022.86 s [retrie]
  9500. 1022.86 s [retrie] Retrie/Rewrites/Function.hs:25:1: warning: [-Wunused-imports]
  9501. 1022.86 s [retrie] The import of ‘Retrie.Util’ is redundant
  9502. 1022.86 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  9503. 1022.86 s [retrie] To import instances alone, use: import Retrie.Util()
  9504. 1022.86 s [retrie] |
  9505. 1022.86 s [retrie] 25 | import Retrie.Util
  9506. 1022.86 s [retrie] | ^^^^^^^^^^^^^^^^^^
  9507. 1022.86 s [retrie]
  9508. 1022.86 s [retrie] Retrie/Rewrites/Function.hs:55:42: warning: [GHC-63397] [-Wname-shadowing]
  9509. 1022.86 s [retrie] This binding for ‘mn’ shadows the existing binding
  9510. 1022.86 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Rewrites/Function.hs:20:1-24
  9511. 1022.86 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9512. 1022.86 s [retrie] |
  9513. 1022.86 s [retrie] 55 | getImports libdir RightToLeft (Just (L _ mn)) = -- See Note [fold only]
  9514. 1022.86 s [retrie] | ^^
  9515. 1023.24 s [retrie] [22 of 34] Compiling Retrie.Rewrites.Patterns ( Retrie/Rewrites/Patterns.hs, dist/build/Retrie/Rewrites/Patterns.p_o )
  9516. 1023.28 s [retrie]
  9517. 1023.28 s [retrie] Retrie/Rewrites/Patterns.hs:12:48: warning: [-Wunused-imports]
  9518. 1023.28 s [retrie] The import of ‘lift’ from module ‘Control.Monad.State’ is redundant
  9519. 1023.28 s [retrie] |
  9520. 1023.28 s [retrie] 12 | import Control.Monad.State (StateT(runStateT), lift)
  9521. 1023.28 s [retrie] | ^^^^
  9522. 1023.95 s [retrie] [23 of 34] Compiling Retrie.Context ( Retrie/Context.hs, dist/build/Retrie/Context.p_o )
  9523. 1023.96 s [retrie] [24 of 34] Compiling Retrie.Subst ( Retrie/Subst.hs, dist/build/Retrie/Subst.p_o )
  9524. 1023.96 s [retrie]
  9525. 1023.96 s [retrie] Retrie/Subst.hs:20:1: warning: [-Wunused-imports]
  9526. 1023.96 s [retrie] The import of ‘Retrie.Util’ is redundant
  9527. 1023.96 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  9528. 1023.96 s [retrie] To import instances alone, use: import Retrie.Util()
  9529. 1023.96 s [retrie] |
  9530. 1023.96 s [retrie] 20 | import Retrie.Util
  9531. 1023.96 s [retrie] | ^^^^^^^^^^^^^^^^^^
  9532. 1023.96 s [retrie]
  9533. 1023.96 s [retrie] Retrie/Subst.hs:59:11: warning: [GHC-63397] [-Wname-shadowing]
  9534. 1023.96 s [retrie] This binding for ‘comments’ shadows the existing binding
  9535. 1023.96 s [retrie] imported from ‘Retrie.GHC’ at Retrie/Subst.hs:16:1-17
  9536. 1023.96 s [retrie] (and originally defined in ‘GHC.Parser.Annotation’)
  9537. 1023.96 s [retrie] |
  9538. 1023.96 s [retrie] 59 | let comments = hasComments e0
  9539. 1023.96 s [retrie] | ^^^^^^^^
  9540. 1023.96 s [retrie] [25 of 34] Compiling Retrie.Replace ( Retrie/Replace.hs, dist/build/Retrie/Replace.p_o )
  9541. 1023.96 s [retrie]
  9542. 1023.96 s [retrie] Retrie/Replace.hs:28:1: warning: [-Wunused-imports]
  9543. 1023.96 s [retrie] The import of ‘Retrie.Util’ is redundant
  9544. 1023.96 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  9545. 1023.96 s [retrie] To import instances alone, use: import Retrie.Util()
  9546. 1023.96 s [retrie] |
  9547. 1023.96 s [retrie] 28 | import Retrie.Util
  9548. 1023.96 s [retrie] | ^^^^^^^^^^^^^^^^^^
  9549. 1023.96 s [retrie]
  9550. 1023.96 s [retrie] Retrie/Replace.hs:129:3: warning: [-Wnoncanonical-monoid-instances]
  9551. 1023.96 s [retrie] Noncanonical ‘(<>) = mappend’ definition detected
  9552. 1023.96 s [retrie] in the instance declaration for ‘Semigroup Change’.
  9553. 1023.96 s [retrie] Move definition from ‘mappend’ to ‘(<>)’
  9554. 1023.96 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  9555. 1023.96 s [retrie] |
  9556. 1023.96 s [retrie] 129 | (<>) = mappend
  9557. 1023.96 s [retrie] | ^^^^^^^^^^^^^^
  9558. 1023.96 s [retrie]
  9559. 1023.96 s [retrie] Retrie/Replace.hs:133:3: warning: [-Wnoncanonical-monoid-instances]
  9560. 1023.96 s [retrie] Noncanonical ‘mappend’ definition detected
  9561. 1023.96 s [retrie] in the instance declaration for ‘Monoid Change’.
  9562. 1023.96 s [retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  9563. 1023.96 s [retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  9564. 1023.96 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  9565. 1023.96 s [retrie] |
  9566. 1023.96 s [retrie] 133 | mappend NoChange other = other
  9567. 1023.96 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  9568. 1023.96 s [retrie] [26 of 34] Compiling Retrie.CPP ( Retrie/CPP.hs, dist/build/Retrie/CPP.p_o )
  9569. 1023.98 s [retrie]
  9570. 1023.98 s [retrie] Retrie/CPP.hs:140:19: warning: [GHC-63397] [-Wname-shadowing]
  9571. 1023.98 s [retrie] This binding for ‘rs’ shadows the existing binding
  9572. 1023.98 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
  9573. 1023.98 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Utils’)
  9574. 1023.98 s [retrie] |
  9575. 1023.98 s [retrie] 140 | splice prefix l c rs@((r, repl):rs') ts@(t:ts')
  9576. 1023.98 s [retrie] | ^^
  9577. 1023.98 s [retrie]
  9578. 1023.98 s [retrie] Retrie/CPP.hs:346:24: warning: [GHC-63397] [-Wname-shadowing]
  9579. 1023.98 s [retrie] This binding for ‘mn’ shadows the existing binding
  9580. 1023.98 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
  9581. 1023.98 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  9582. 1023.98 s [retrie] |
  9583. 1023.98 s [retrie] 346 | externalImps (Just mn) = filter ((/= mn) . unLoc . ideclName . unLoc)
  9584. 1023.98 s [retrie] | ^^
  9585. 1025.88 s [retrie] [27 of 34] Compiling Retrie.Monad ( Retrie/Monad.hs, dist/build/Retrie/Monad.p_o )
  9586. 1025.93 s [retrie]
  9587. 1025.93 s [retrie] Retrie/Monad.hs:127:3: warning: [-Wnoncanonical-monad-instances]
  9588. 1025.93 s [retrie] Noncanonical ‘return’ definition detected
  9589. 1025.93 s [retrie] in the instance declaration for ‘Monad Retrie’.
  9590. 1025.93 s [retrie] ‘return’ will eventually be removed in favour of ‘pure’
  9591. 1025.93 s [retrie] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  9592. 1025.93 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  9593. 1025.93 s [retrie] |
  9594. 1025.93 s [retrie] 127 | return = Pure
  9595. 1025.93 s [retrie] | ^^^^^^^^^^^^^
  9596. 1026.63 s [retrie] [28 of 34] Compiling Retrie.Rewrites.Rules ( Retrie/Rewrites/Rules.hs, dist/build/Retrie/Rewrites/Rules.p_o )
  9597. 1026.64 s [retrie]
  9598. 1026.65 s [retrie] Retrie/Rewrites/Rules.hs:17:1: warning: [-Wunused-imports]
  9599. 1026.65 s [retrie] The import of ‘Retrie.Util’ is redundant
  9600. 1026.65 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  9601. 1026.65 s [retrie] To import instances alone, use: import Retrie.Util()
  9602. 1026.65 s [retrie] |
  9603. 1026.65 s [retrie] 17 | import Retrie.Util
  9604. 1026.65 s [retrie] | ^^^^^^^^^^^^^^^^^^
  9605. 1026.65 s [retrie]
  9606. 1026.65 s [retrie] Retrie/Rewrites/Rules.hs:18:1: warning: [-Wunused-imports]
  9607. 1026.65 s [retrie] The import of ‘Retrie.Monad’ is redundant
  9608. 1026.65 s [retrie] except perhaps to import instances from ‘Retrie.Monad’
  9609. 1026.65 s [retrie] To import instances alone, use: import Retrie.Monad()
  9610. 1026.65 s [retrie] |
  9611. 1026.65 s [retrie] 18 | import Retrie.Monad
  9612. 1026.65 s [retrie] | ^^^^^^^^^^^^^^^^^^^
  9613. 1026.65 s [retrie]
  9614. 1026.65 s [retrie] Retrie/Rewrites/Rules.hs:19:1: warning: [-Wunused-imports]
  9615. 1026.65 s [retrie] The import of ‘Control.Monad’ is redundant
  9616. 1026.65 s [retrie] except perhaps to import instances from ‘Control.Monad’
  9617. 1026.65 s [retrie] To import instances alone, use: import Control.Monad()
  9618. 1026.65 s [retrie] |
  9619. 1026.65 s [retrie] 19 | import Control.Monad
  9620. 1026.65 s [retrie] | ^^^^^^^^^^^^^^^^^^^^
  9621. 1026.65 s [retrie]
  9622. 1026.65 s [retrie] Retrie/Rewrites/Rules.hs:20:1: warning: [-Wunused-imports]
  9623. 1026.65 s [retrie] The import of ‘Control.Monad.IO.Class’ is redundant
  9624. 1026.65 s [retrie] except perhaps to import instances from ‘Control.Monad.IO.Class’
  9625. 1026.65 s [retrie] To import instances alone, use: import Control.Monad.IO.Class()
  9626. 1026.65 s [retrie] |
  9627. 1026.65 s [retrie] 20 | import Control.Monad.IO.Class
  9628. 1026.65 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9629. 1026.65 s [retrie]
  9630. 1026.65 s [retrie] Retrie/Rewrites/Rules.hs:21:1: warning: [-Wunused-imports]
  9631. 1026.65 s [retrie] The import of ‘Control.Monad.Trans.Class’ is redundant
  9632. 1026.65 s [retrie] except perhaps to import instances from ‘Control.Monad.Trans.Class’
  9633. 1026.65 s [retrie] To import instances alone, use: import Control.Monad.Trans.Class()
  9634. 1026.65 s [retrie] |
  9635. 1026.65 s [retrie] 21 | import Control.Monad.Trans.Class
  9636. 1026.65 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9637. 1026.79 s [lsp-types] [2 of 2] Compiling Main ( generator/Main.hs, dist/build/generator/generator-tmp/Main.o )
  9638. 1026.88 s [retrie] [29 of 34] Compiling Retrie.Rewrites ( Retrie/Rewrites.hs, dist/build/Retrie/Rewrites.p_o )
  9639. 1026.94 s [retrie]
  9640. 1026.94 s [retrie] Retrie/Rewrites.hs:31:1: warning: [-Wdodgy-imports]
  9641. 1026.95 s [retrie] Module ‘Retrie.GHC’ does not export ‘Pattern’
  9642. 1026.95 s [retrie] |
  9643. 1026.95 s [retrie] 31 | import Retrie.GHC hiding (Pattern)
  9644. 1026.95 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9645. 1026.95 s [retrie]
  9646. 1026.95 s [retrie] Retrie/Rewrites.hs:39:1: warning: [-Wunused-imports]
  9647. 1026.95 s [retrie] The import of ‘Retrie.Util’ is redundant
  9648. 1026.95 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  9649. 1026.95 s [retrie] To import instances alone, use: import Retrie.Util()
  9650. 1026.95 s [retrie] |
  9651. 1026.95 s [retrie] 39 | import Retrie.Util
  9652. 1026.95 s [retrie] | ^^^^^^^^^^^^^^^^^^
  9653. 1026.95 s [retrie]
  9654. 1026.95 s [retrie] Retrie/Rewrites.hs:173:1: warning: [-Wunused-top-binds]
  9655. 1026.95 s [retrie] Defined but not used: ‘showCpp’
  9656. 1026.95 s [retrie] |
  9657. 1026.95 s [retrie] 173 | showCpp (NoCPP c) = showAstA c
  9658. 1026.95 s [retrie] | ^^^^^^^
  9659. 1027.68 s [lsp-types] [3 of 3] Linking dist/build/generator/generator
  9660. 1027.76 s [retrie] [30 of 34] Compiling Retrie.Elaborate ( Retrie/Elaborate.hs, dist/build/Retrie/Elaborate.p_o )
  9661. 1029.31 s [retrie] [31 of 34] Compiling Retrie.Debug ( Retrie/Debug.hs, dist/build/Retrie/Debug.p_o )
  9662. 1029.31 s [retrie] [32 of 34] Compiling Retrie.Options ( Retrie/Options.hs, dist/build/Retrie/Options.p_o )
  9663. 1030.12 s [lsp-types] Preprocessing library 'lsp-types-quickcheck' for lsp-types-2.3.0.1..
  9664. 1030.12 s [lsp-types] Building library 'lsp-types-quickcheck' for lsp-types-2.3.0.1..
  9665. 1030.26 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 )
  9666. 1031.05 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 )
  9667. 1032.47 s [retrie] [33 of 34] Compiling Retrie.Run ( Retrie/Run.hs, dist/build/Retrie/Run.p_o )
  9668. 1032.51 s [retrie]
  9669. 1032.51 s [retrie] Retrie/Run.hs:22:1: warning: [-Wunused-imports]
  9670. 1032.51 s [retrie] The import of ‘Control.Monad.State.Strict’ is redundant
  9671. 1032.51 s [retrie] except perhaps to import instances from ‘Control.Monad.State.Strict’
  9672. 1032.51 s [retrie] To import instances alone, use: import Control.Monad.State.Strict()
  9673. 1032.51 s [retrie] |
  9674. 1032.51 s [retrie] 22 | import Control.Monad.State.Strict
  9675. 1032.51 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9676. 1032.65 s [apply-refact] [4 of 5] Compiling Refact.Fixity ( src/Refact/Fixity.hs, dist/build/Refact/Fixity.o, dist/build/Refact/Fixity.dyn_o )
  9677. 1032.65 s [apply-refact] [5 of 5] Compiling Refact.Apply ( src/Refact/Apply.hs, dist/build/Refact/Apply.o, dist/build/Refact/Apply.dyn_o )
  9678. 1032.96 s [retrie] [34 of 34] Compiling Retrie ( Retrie.hs, dist/build/Retrie.p_o )
  9679. 1033.35 s [apply-refact] [1 of 5] Compiling Refact.Compat ( src/Refact/Compat.hs, dist/build/Refact/Compat.p_o )
  9680. 1034.37 s [apply-refact] [2 of 5] Compiling Refact.Utils ( src/Refact/Utils.hs, dist/build/Refact/Utils.p_o )
  9681. 1034.85 s [apply-refact] [3 of 5] Compiling Refact.Internal ( src/Refact/Internal.hs, dist/build/Refact/Internal.p_o )
  9682. 1035.41 s [apply-refact]
  9683. 1035.41 s [apply-refact] src/Refact/Internal.hs:494:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  9684. 1035.41 s [apply-refact] Pattern match(es) are non-exhaustive
  9685. 1035.41 s [apply-refact] In a pattern binding:
  9686. 1035.41 s [apply-refact] Patterns of type ‘GHC.XRec
  9687. 1035.41 s [apply-refact] GHC.GhcPs
  9688. 1035.41 s [apply-refact] [GHC.LMatch
  9689. 1035.41 s [apply-refact] GHC.GhcPs
  9690. 1035.41 s [apply-refact] (GHC.GenLocated
  9691. 1035.41 s [apply-refact] GHC.SrcSpanAnnA (GHC.HsExpr GHC.GhcPs))]’ not matched:
  9692. 1035.41 s [apply-refact] GHC.L _ []
  9693. 1035.41 s [apply-refact] GHC.L _ ((GHC.L _ _):_:_)
  9694. 1035.41 s [apply-refact] |
  9695. 1035.41 s [apply-refact] 494 | GHC.L locMG [GHC.L locMatch newMatch] = GHC.mg_alts newMG
  9696. 1035.41 s [apply-refact] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9697. 1041.61 s [retrie] Preprocessing executable 'demo-retrie' for retrie-1.2.3..
  9698. 1041.61 s [retrie] Building executable 'demo-retrie' for retrie-1.2.3..
  9699. 1041.84 s [retrie] [1 of 2] Compiling Fixity ( hse/Fixity.hs, dist/build/demo-retrie/demo-retrie-tmp/Fixity.o )
  9700. 1042.89 s [retrie] [2 of 2] Compiling Main ( demo/Main.hs, dist/build/demo-retrie/demo-retrie-tmp/Main.o )
  9701. 1043.42 s [retrie] [3 of 3] Linking dist/build/demo-retrie/demo-retrie
  9702. 1045.82 s [apply-refact] [4 of 5] Compiling Refact.Fixity ( src/Refact/Fixity.hs, dist/build/Refact/Fixity.p_o )
  9703. 1045.82 s [apply-refact] [5 of 5] Compiling Refact.Apply ( src/Refact/Apply.hs, dist/build/Refact/Apply.p_o )
  9704. 1048.84 s [retrie] Preprocessing executable 'retrie' for retrie-1.2.3..
  9705. 1048.84 s [retrie] Building executable 'retrie' for retrie-1.2.3..
  9706. 1049.03 s [retrie] [1 of 2] Compiling Fixity ( hse/Fixity.hs, dist/build/retrie/retrie-tmp/Fixity.o )
  9707. 1049.98 s [retrie] [2 of 2] Compiling Main ( bin/Main.hs, dist/build/retrie/retrie-tmp/Main.o )
  9708. 1050.94 s [retrie] [3 of 3] Linking dist/build/retrie/retrie
  9709. 1053.53 s [apply-refact] buildPhase completed in 57 seconds
  9710. 1053.53 s [apply-refact] Phase: checkPhase
  9711. 1053.68 s [apply-refact] Running 1 test suites...
  9712. 1053.68 s [apply-refact] Test suite test: RUNNING...
  9713. 1053.82 s [apply-refact] Unit tests
  9714. 1053.82 s [apply-refact] tests/examples/Bracket12.hs: OK (0.08s)
  9715. 1053.82 s [apply-refact] tests/examples/Unsafe1.hs: OK (0.02s)
  9716. 1053.83 s [apply-refact] tests/examples/Structure15.hs: OK
  9717. 1053.95 s [apply-refact] tests/examples/Pragma1.hs: OK (0.11s)
  9718. 1054.00 s [apply-refact] tests/examples/Default82.hs: OK (0.06s)
  9719. 1054.01 s [apply-refact] tests/examples/Bracket18.hs: OK
  9720. 1054.05 s [apply-refact] tests/examples/Default3.hs: OK (0.04s)
  9721. 1054.09 s [apply-refact] tests/examples/Monad0.hs: OK (0.05s)
  9722. 1054.09 s [apply-refact] tests/examples/Default127.hs: OK
  9723. 1054.20 s [apply-refact] tests/examples/Bracket25.hs: OK (0.11s)
  9724. 1054.20 s [apply-refact] tests/examples/Bracket24.hs: OK
  9725. 1054.27 s [apply-refact] tests/examples/Naming5.hs: OK (0.04s)
  9726. 1054.30 s [apply-refact] tests/examples/Unsafe3.hs: OK (0.06s)
  9727. 1054.31 s [apply-refact] tests/examples/Lambda38.hs: OK
  9728. 1054.36 s [apply-refact] tests/examples/Monad17.hs: OK (0.05s)
  9729. 1054.37 s [apply-refact] tests/examples/Comment8.hs: OK (0.01s)
  9730. 1054.37 s [apply-refact] tests/examples/Import22.hs: OK
  9731. 1054.39 s [apply-refact] tests/examples/Test22.hs: OK
  9732. 1054.39 s [apply-refact] tests/examples/Default18.hs: OK (0.02s)
  9733. 1054.49 s [apply-refact] tests/examples/Lambda21.hs: OK (0.09s)
  9734. 1054.55 s [apply-refact] tests/examples/Lambda0.hs: OK (0.07s)
  9735. 1054.57 s [apply-refact] tests/examples/Comment10.hs: OK (0.02s)
  9736. 1054.57 s [apply-refact] tests/examples/Test15.hs: OK
  9737. 1054.57 s [apply-refact] tests/examples/Pragma6.hs: OK
  9738. 1054.62 s [apply-refact] tests/examples/Duplicate4.hs: OK (0.05s)
  9739. 1054.62 s [apply-refact] tests/examples/List7.hs: OK
  9740. 1054.67 s [apply-refact] tests/examples/Import5.hs: OK (0.03s)
  9741. 1054.73 s [apply-refact] tests/examples/Default90.hs: OK (0.08s)
  9742. 1054.77 s [apply-refact] tests/examples/Lambda1.hs: OK (0.04s)
  9743. 1054.81 s [apply-refact] tests/examples/Unsafe2.hs: OK (0.05s)
  9744. 1054.82 s [apply-refact] tests/examples/Default87.hs: OK
  9745. 1054.82 s [apply-refact] tests/examples/Import4.hs: OK
  9746. 1054.85 s [apply-refact] tests/examples/Extensions16.hs: OK (0.03s)
  9747. 1054.85 s [apply-refact] tests/examples/Test6.hs: OK
  9748. 1054.89 s [apply-refact] tests/examples/Default54.hs: OK (0.04s)
  9749. 1054.96 s [apply-refact] tests/examples/Monad16.hs: OK (0.07s)
  9750. 1055.01 s [apply-refact] tests/examples/List11.hs: OK (0.05s)
  9751. 1055.04 s [apply-refact] tests/examples/Bracket8.hs: OK (0.03s)
  9752. 1055.04 s [apply-refact] tests/examples/Pragma9.hs: OK
  9753. 1055.04 s [apply-refact] tests/examples/Test37.hs: OK
  9754. 1055.05 s [apply-refact] tests/examples/Naming2.hs: OK
  9755. 1055.09 s [apply-refact] tests/examples/Lambda12.hs: OK (0.04s)
  9756. 1055.09 s [apply-refact] tests/examples/Structure5.hs: OK
  9757. 1055.16 s [apply-refact] tests/examples/Structure13.hs: OK (0.07s)
  9758. 1055.17 s [apply-refact] tests/examples/Bracket29.hs: OK
  9759. 1055.18 s [apply-refact] tests/examples/Extensions19.hs: OK (0.02s)
  9760. 1055.22 s [apply-refact] tests/examples/Test23.hs: OK
  9761. 1055.25 s [apply-refact] tests/examples/Lambda8.hs: OK (0.06s)
  9762. 1055.25 s [apply-refact] tests/examples/Pragma2.hs: OK
  9763. 1055.25 s [apply-refact] tests/examples/Default49.hs: OK
  9764. 1055.31 s [apply-refact] tests/examples/Default107.hs: OK (0.06s)
  9765. 1055.33 s [apply-refact] tests/examples/Test20.hs: OK
  9766. 1055.34 s [apply-refact] tests/examples/Structure0.hs: OK (0.03s)
  9767. 1055.35 s [apply-refact] tests/examples/Default109.hs: OK
  9768. 1055.42 s [apply-refact] tests/examples/Import10.hs: OK (0.03s)
  9769. 1055.47 s [apply-refact] tests/examples/Duplicate6.hs: OK (0.09s)
  9770. 1055.49 s [apply-refact] tests/examples/Bracket28.hs: OK
  9771. 1055.60 s [apply-refact] tests/examples/Sequence.hs: OK (0.12s)
  9772. 1055.60 s [apply-refact] tests/examples/Lambda36.hs: OK
  9773. 1055.60 s [apply-refact] tests/examples/Monad4.hs: OK
  9774. 1055.69 s [apply-refact] tests/examples/Import1.hs: OK (0.08s)
  9775. 1055.75 s [apply-refact] tests/examples/Default35.hs: OK (0.04s)
  9776. 1055.78 s [apply-refact] tests/examples/Monad19.hs: OK (0.06s)
  9777. 1055.78 s [apply-refact] tests/examples/Lambda11.hs: OK
  9778. 1055.86 s [apply-refact] tests/examples/Structure17.hs: OK (0.05s)
  9779. 1055.90 s [apply-refact] tests/examples/Extensions27.hs: OK (0.07s)
  9780. 1055.99 s [apply-refact] tests/examples/Default105.hs: OK (0.07s)
  9781. 1056.02 s [apply-refact] tests/examples/Bracket30.hs: OK (0.05s)
  9782. 1056.03 s [apply-refact] tests/examples/Naming4.hs: OK
  9783. 1056.06 s [apply-refact] tests/examples/Extensions18.hs: OK (0.03s)
  9784. 1056.06 s [apply-refact] tests/examples/Test25.hs: OK
  9785. 1056.06 s [apply-refact] tests/examples/Default70.hs: OK
  9786. 1056.07 s [apply-refact] tests/examples/Lambda23.hs: OK
  9787. 1056.15 s [apply-refact] tests/examples/Default39.hs: OK (0.05s)
  9788. 1056.23 s [apply-refact] tests/examples/Bracket6.hs: OK (0.10s)
  9789. 1056.27 s [apply-refact] tests/examples/Duplicate3.hs: OK (0.04s)
  9790. 1056.31 s [apply-refact] tests/examples/Default22.hs: OK (0.04s)
  9791. 1056.38 s [apply-refact] tests/examples/Monad3.hs: OK (0.08s)
  9792. 1056.45 s [apply-refact] tests/examples/Test31.hs: OK (0.06s)
  9793. 1056.49 s [apply-refact] tests/examples/Default15.hs: OK (0.04s)
  9794. 1056.57 s [retrie] buildPhase completed in 1 minutes 0 seconds
  9795. 1056.57 s [retrie] Phase: haddockPhase
  9796. 1056.57 s [apply-refact] tests/examples/Import12.hs: OK (0.04s)
  9797. 1056.61 s [apply-refact] tests/examples/ListRec3.hs: OK (0.07s)
  9798. 1056.67 s [apply-refact] tests/examples/Unsafe5.hs: OK (0.03s)
  9799. 1056.73 s [apply-refact] tests/examples/Bracket5.hs: OK (0.07s)
  9800. 1056.74 s [apply-refact] tests/examples/Default66.hs: OK (0.04s)
  9801. 1056.77 s [apply-refact] tests/examples/Bracket33.hs: OK (0.02s)
  9802. 1056.77 s [apply-refact] tests/examples/Test3.hs: OK
  9803. 1056.77 s [apply-refact] tests/examples/Naming15.hs: OK
  9804. 1056.80 s [apply-refact] tests/examples/Lambda40.hs: OK (0.03s)
  9805. 1056.81 s [apply-refact] tests/examples/Import9.hs: OK
  9806. 1056.85 s [retrie] Preprocessing library for retrie-1.2.3..
  9807. 1056.86 s [apply-refact] tests/examples/ArithSeq.hs: OK (0.03s)
  9808. 1056.86 s [retrie] Running Haddock on library for retrie-1.2.3..
  9809. 1056.87 s [retrie] Warning: The documentation for the following packages are not installed. No
  9810. 1056.87 s [retrie] links will be generated to these packages: fail-4.9.0.0, vector-0.13.2.0
  9811. 1056.89 s [apply-refact] tests/examples/Default28.hs: OK (0.05s)
  9812. 1056.89 s [apply-refact] tests/examples/Structure14.hs: OK (0.01s)
  9813. 1056.96 s [apply-refact] tests/examples/LambdaCase01.hs: OK (0.05s)
  9814. 1056.97 s [apply-refact] tests/examples/List1.hs: OK
  9815. 1056.97 s [retrie] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  9816. 1057.03 s [apply-refact] tests/examples/Unsafe7.hs: OK (0.03s)
  9817. 1057.07 s [apply-refact] tests/examples/List10.hs: OK (0.06s)
  9818. 1057.10 s [apply-refact] tests/examples/Monad7.hs: OK (0.02s)
  9819. 1057.13 s [apply-refact] tests/examples/Default5.hs: OK (0.05s)
  9820. 1057.13 s [apply-refact] tests/examples/Lambda22.hs: OK
  9821. 1057.19 s [apply-refact] tests/examples/Default11.hs: OK (0.05s)
  9822. 1057.23 s [apply-refact] tests/examples/Bracket38.hs: OK (0.03s)
  9823. 1057.25 s [apply-refact] tests/examples/Default26.hs: OK (0.03s)
  9824. 1057.29 s [apply-refact] tests/examples/Default47.hs: OK (0.03s)
  9825. 1057.32 s [apply-refact] tests/examples/Structure9.hs: OK (0.01s)
  9826. 1057.35 s [apply-refact] tests/examples/Extensions0.hs: OK (0.05s)
  9827. 1057.37 s [apply-refact] tests/examples/Default67.hs: OK
  9828. 1057.39 s [apply-refact] tests/examples/Default71.hs: OK (0.04s)
  9829. 1057.39 s [apply-refact] tests/examples/Lambda34.hs: OK
  9830. 1057.45 s [apply-refact] tests/examples/Default113.hs: OK (0.06s)
  9831. 1057.45 s [apply-refact] tests/examples/List3.hs: OK
  9832. 1057.45 s [apply-refact] tests/examples/Monad6.hs: OK
  9833. 1057.49 s [apply-refact] tests/examples/Import14.hs: OK (0.02s)
  9834. 1057.53 s [apply-refact] tests/examples/Import0.hs: OK (0.04s)
  9835. 1057.55 s [apply-refact] tests/examples/Extensions24.hs: OK (0.03s)
  9836. 1057.61 s [apply-refact] tests/examples/Extensions2.hs: OK (0.03s)
  9837. 1057.64 s [apply-refact] tests/examples/Bracket14.hs: OK (0.03s)
  9838. 1057.71 s [apply-refact] tests/examples/Comment2.hs: OK (0.06s)
  9839. 1057.77 s [apply-refact] tests/examples/Bracket44.hs: OK (0.07s)
  9840. 1057.83 s [apply-refact] tests/examples/Lambda18.hs: OK (0.05s)
  9841. 1057.87 s [apply-refact] tests/examples/Duplicate1.hs: OK (0.03s)
  9842. 1057.89 s [apply-refact] tests/examples/Lambda10.hs: OK (0.03s)
  9843. 1057.89 s [apply-refact] tests/examples/Default103.hs: OK
  9844. 1057.96 s [apply-refact] tests/examples/Monad14.hs: OK (0.08s)
  9845. 1058.01 s [apply-refact] tests/examples/Default8.hs: OK (0.04s)
  9846. 1058.03 s [apply-refact] tests/examples/Default51.hs: OK (0.03s)
  9847. 1058.07 s [apply-refact] tests/examples/Default43.hs: OK (0.04s)
  9848. 1058.09 s [apply-refact] tests/examples/Lambda16.hs: OK
  9849. 1058.15 s [apply-refact] tests/examples/Default13.hs: OK (0.05s)
  9850. 1058.15 s [apply-refact] tests/examples/Default62.hs: OK
  9851. 1058.15 s [apply-refact] tests/examples/Bracket20.hs: OK
  9852. 1058.20 s [apply-refact] tests/examples/Bracket9.hs: OK (0.04s)
  9853. 1058.20 s [apply-refact] tests/examples/Default101.hs: OK
  9854. 1058.27 s [apply-refact] tests/examples/Bracket31.hs: OK (0.06s)
  9855. 1058.27 s [apply-refact] tests/examples/Structure8.hs: OK (0.02s)
  9856. 1058.30 s [apply-refact] tests/examples/Naming16.hs: OK
  9857. 1058.35 s [apply-refact] tests/examples/Lambda35.hs: OK (0.06s)
  9858. 1058.41 s [apply-refact] tests/examples/Structure20.hs: OK (0.04s)
  9859. 1058.43 s [apply-refact] tests/examples/Bracket35.hs: OK (0.04s)
  9860. 1058.45 s [apply-refact] tests/examples/Default33.hs: OK (0.03s)
  9861. 1058.50 s [apply-refact] tests/examples/Bracket15.hs: OK (0.03s)
  9862. 1058.53 s [apply-refact] tests/examples/List0.hs: OK (0.05s)
  9863. 1058.55 s [apply-refact] tests/examples/Extensions20.hs: OK (0.03s)
  9864. 1058.60 s [apply-refact] tests/examples/Default86.hs: OK (0.05s)
  9865. 1058.60 s [apply-refact] tests/examples/Test18.hs: OK
  9866. 1058.60 s [apply-refact] tests/examples/Default29.hs: OK
  9867. 1058.60 s [apply-refact] tests/examples/Test1.hs: OK
  9868. 1058.60 s [apply-refact] tests/examples/Naming6.hs: OK
  9869. 1058.67 s [apply-refact] tests/examples/Extensions13.hs: OK (0.02s)
  9870. 1058.69 s [apply-refact] tests/examples/Default20.hs: OK (0.06s)
  9871. 1058.75 s [apply-refact] tests/examples/List9.hs: OK (0.03s)
  9872. 1058.77 s [apply-refact] tests/examples/Default123.hs: OK (0.05s)
  9873. 1058.78 s [apply-refact] tests/examples/Default46.hs: OK
  9874. 1058.78 s [apply-refact] tests/examples/Structure3.hs: OK
  9875. 1058.78 s [apply-refact] tests/examples/Import20.hs: OK
  9876. 1058.80 s [apply-refact] tests/examples/Lambda14.hs: OK (0.02s)
  9877. 1058.83 s [apply-refact] tests/examples/Comment5.hs: OK
  9878. 1058.86 s [apply-refact] tests/examples/ListRec0.hs: OK (0.06s)
  9879. 1058.91 s [apply-refact] tests/examples/Default10.hs: OK (0.04s)
  9880. 1058.91 s [apply-refact] tests/examples/Test32.hs: OK
  9881. 1058.97 s [apply-refact] tests/examples/Import6.hs: OK (0.06s)
  9882. 1059.01 s [apply-refact] tests/examples/Default89.hs: OK (0.03s)
  9883. 1059.05 s [apply-refact] tests/examples/Default44.hs: OK (0.05s)
  9884. 1059.05 s [apply-refact] tests/examples/Test21.hs: OK
  9885. 1059.09 s [apply-refact] tests/examples/Lambda3.hs: OK (0.04s)
  9886. 1059.15 s [apply-refact] tests/examples/Lambda15.hs: OK (0.06s)
  9887. 1059.19 s [apply-refact] tests/examples/Default59.hs: OK
  9888. 1059.21 s [apply-refact] tests/examples/Default4.hs: OK (0.03s)
  9889. 1059.25 s [apply-refact] tests/examples/Bracket41.hs: OK (0.07s)
  9890. 1059.32 s [retrie] 30% ( 59 /195) in 'Retrie.GHC'
  9891. 1059.32 s [retrie] Missing documentation for:
  9892. 1059.32 s [retrie] Module header
  9893. 1059.32 s [retrie] RuleInfo (Retrie/GHC.hs:137)
  9894. 1059.32 s [retrie] ruleInfo (Retrie/GHC.hs:110)
  9895. 1059.32 s [retrie] cLPat (Retrie/GHC.hs:66)
  9896. 1059.32 s [retrie] rdrFS (Retrie/GHC.hs:83)
  9897. 1059.32 s [retrie] fsDot (Retrie/GHC.hs:87)
  9898. 1059.32 s [retrie] varRdrName (Retrie/GHC.hs:90)
  9899. 1059.32 s [retrie] tyvarRdrName (Retrie/GHC.hs:94)
  9900. 1059.32 s [retrie] fixityDecls (Retrie/GHC.hs:100)
  9901. 1059.32 s [retrie] tyBindersToLocatedRdrNames (Retrie/GHC.hs:130)
  9902. 1059.32 s [retrie] ruleBindersToQs (Retrie/GHC.hs:122)
  9903. 1059.32 s [retrie] overlaps (Retrie/GHC.hs:149)
  9904. 1059.32 s [retrie] within (Retrie/GHC.hs:156)
  9905. 1059.32 s [retrie] lineCount (Retrie/GHC.hs:163)
  9906. 1059.32 s [retrie] showRdrs (Retrie/GHC.hs:169)
  9907. 1059.32 s [retrie] uniqBag (Retrie/GHC.hs:172)
  9908. 1059.32 s [retrie] getRealLoc (Retrie/GHC.hs:175)
  9909. 1059.32 s [retrie] getRealSpan (Retrie/GHC.hs:183)
  9910. 1059.32 s [retrie] Levity
  9911. 1059.32 s [retrie] Boxity
  9912. 1059.32 s [retrie] TypeOrConstraint
  9913. 1059.32 s [retrie] UnfoldingSource
  9914. 1059.32 s [retrie] InlinePragma
  9915. 1059.32 s [retrie] Activation
  9916. 1059.32 s [retrie] CompilerPhase
  9917. 1059.32 s [retrie] SuccessFlag
  9918. 1059.32 s [retrie] TailCallInfo
  9919. 1059.32 s [retrie] BranchCount
  9920. 1059.32 s [retrie] TupleSort
  9921. 1059.32 s [retrie] OverlapMode
  9922. 1059.32 s [retrie] Origin
  9923. 1059.32 s [retrie] TopLevelFlag
  9924. 1059.32 s [retrie] RuleName
  9925. 1059.32 s [retrie] FunctionOrData
  9926. 1059.32 s [retrie] SwapFlag
  9927. 1059.32 s [retrie] LeftOrRight
  9928. 1059.32 s [retrie] appPrec
  9929. 1059.32 s [retrie] isBoxed
  9930. 1059.32 s [retrie] isPromoted
  9931. 1059.32 s [retrie] fromEP
  9932. 1059.32 s [retrie] toEP
  9933. 1059.32 s [retrie] pickLR
  9934. 1059.32 s [retrie] mkAlignment
  9935. 1059.32 s [retrie] alignmentOf
  9936. 1059.32 s [retrie] isOneShotInfo
  9937. 1059.32 s [retrie] hasNoOneShotInfo
  9938. 1059.32 s [retrie] worstOneShot
  9939. 1059.32 s [retrie] bestOneShot
  9940. 1059.32 s [retrie] flipSwap
  9941. 1059.32 s [retrie] isSwapped
  9942. 1059.32 s [retrie] unSwap
  9943. 1059.32 s [retrie] pprRuleName
  9944. 1059.32 s [retrie] isNotTopLevel
  9945. 1059.32 s [retrie] isTopLevel
  9946. 1059.32 s [retrie] isMarkedCbv
  9947. 1059.32 s [retrie] isRec
  9948. 1059.32 s [retrie] isNonRec
  9949. 1059.32 s [retrie] boolToRecFlag
  9950. 1059.32 s [retrie] isGenerated
  9951. 1059.32 s [retrie] setOverlapModeMaybe
  9952. 1059.32 s [retrie] hasIncoherentFlag
  9953. 1059.32 s [retrie] hasOverlappableFlag
  9954. 1059.32 s [retrie] hasOverlappingFlag
  9955. 1059.32 s [retrie] topPrec
  9956. 1059.32 s [retrie] sigPrec
  9957. 1059.32 s [retrie] funPrec
  9958. 1059.32 s [retrie] opPrec
  9959. 1059.32 s [retrie] starPrec
  9960. 1059.32 s [retrie] maxPrec
  9961. 1059.32 s [retrie] maybeParen
  9962. 1059.32 s [retrie] tupleSortBoxity
  9963. 1059.32 s [retrie] boxityTupleSort
  9964. 1059.32 s [retrie] tupleParens
  9965. 1059.32 s [retrie] sumParens
  9966. 1059.32 s [retrie] unboxedTupleOrSumExtension
  9967. 1059.32 s [retrie] oneBranch
  9968. 1059.32 s [retrie] noOccInfo
  9969. 1059.32 s [retrie] isNoOccInfo
  9970. 1059.32 s [retrie] isManyOccs
  9971. 1059.32 s [retrie] seqOccInfo
  9972. 1059.32 s [retrie] tailCallInfo
  9973. 1059.32 s [retrie] zapOccTailCallInfo
  9974. 1059.32 s [retrie] isAlwaysTailCalled
  9975. 1059.32 s [retrie] strongLoopBreaker
  9976. 1059.32 s [retrie] weakLoopBreaker
  9977. 1059.32 s [retrie] isWeakLoopBreaker
  9978. 1059.32 s [retrie] isStrongLoopBreaker
  9979. 1059.32 s [retrie] isDeadOcc
  9980. 1059.32 s [retrie] isOneOcc
  9981. 1059.32 s [retrie] zapFragileOcc
  9982. 1059.32 s [retrie] successIf
  9983. 1059.32 s [retrie] succeeded
  9984. 1059.32 s [retrie] failed
  9985. 1059.32 s [retrie] beginPhase
  9986. 1059.32 s [retrie] activeAfter
  9987. 1059.32 s [retrie] nextPhase
  9988. 1059.32 s [retrie] laterPhase
  9989. 1059.32 s [retrie] activateAfterInitial
  9990. 1059.32 s [retrie] activateDuringFinal
  9991. 1059.32 s [retrie] isActive
  9992. 1059.32 s [retrie] activeInFinalPhase
  9993. 1059.32 s [retrie] isNeverActive
  9994. 1059.32 s [retrie] isAlwaysActive
  9995. 1059.32 s [retrie] competesWith
  9996. 1059.32 s [retrie] isConLike
  9997. 1059.32 s [retrie] isFunLike
  9998. 1059.32 s [retrie] noUserInlineSpec
  9999. 1059.32 s [retrie] defaultInlinePragma
  10000. 1059.32 s [retrie] alwaysInlinePragma
  10001. 1059.32 s [retrie] neverInlinePragma
  10002. 1059.32 s [retrie] alwaysInlineConLikePragma
  10003. 1059.32 s [retrie] inlinePragmaSpec
  10004. 1059.32 s [retrie] inlinePragmaSource
  10005. 1059.32 s [retrie] inlineSpecSource
  10006. 1059.32 s [retrie] dfunInlinePragma
  10007. 1059.32 s [retrie] isDefaultInlinePragma
  10008. 1059.32 s [retrie] isInlinePragma
  10009. 1059.32 s [retrie] isInlinablePragma
  10010. 1059.32 s [retrie] isNoInlinePragma
  10011. 1059.32 s [retrie] isAnyInlinePragma
  10012. 1059.32 s [retrie] isOpaquePragma
  10013. 1059.32 s [retrie] inlinePragmaSat
  10014. 1059.32 s [retrie] inlinePragmaActivation
  10015. 1059.32 s [retrie] inlinePragmaRuleMatchInfo
  10016. 1059.32 s [retrie] setInlinePragmaActivation
  10017. 1059.32 s [retrie] setInlinePragmaRuleMatchInfo
  10018. 1059.32 s [retrie] isStableUserSource
  10019. 1059.32 s [retrie] isStableSystemSource
  10020. 1059.32 s [retrie] isCompulsorySource
  10021. 1059.32 s [retrie] isStableSource
  10022. 1059.32 s [retrie] intGtLimit
  10023. 1059.32 s [retrie] isTypeLevel
  10024. 1059.32 s [retrie] isKindLevel
  10025. 1059.32 s [retrie] mightBeLifted
  10026. 1059.32 s [retrie] mightBeUnlifted
  10027. 1059.32 s [retrie] defaultNonStandardTyVars
  10028. 1059.32 s [apply-refact] tests/examples/Default23.hs: OK (0.04s)
  10029. 1059.37 s [apply-refact] tests/examples/Default6.hs: OK (0.06s)
  10030. 1059.37 s [apply-refact] tests/examples/Import2.hs: OK (0.02s)
  10031. 1059.37 s [apply-refact] tests/examples/Bracket34.hs: OK
  10032. 1059.38 s [apply-refact] tests/examples/Default102.hs: OK
  10033. 1059.44 s [apply-refact] tests/examples/Dollar0.hs: OK (0.03s)
  10034. 1059.44 s [apply-refact] tests/examples/Import18.hs: OK
  10035. 1059.49 s [apply-refact] tests/examples/Lambda6.hs: OK (0.02s)
  10036. 1059.49 s [retrie] 0% ( 0 / 9) in 'Retrie.Fixity'
  10037. 1059.49 s [retrie] Missing documentation for:
  10038. 1059.49 s [retrie] Module header
  10039. 1059.49 s [retrie] FixityEnv (Retrie/Fixity.hs:20)
  10040. 1059.49 s [retrie] mkFixityEnv (Retrie/Fixity.hs:38)
  10041. 1059.49 s [retrie] lookupOp (Retrie/Fixity.hs:30)
  10042. 1059.49 s [retrie] lookupOpRdrName (Retrie/Fixity.hs:34)
  10043. 1059.49 s [retrie] Fixity
  10044. 1059.49 s [retrie] FixityDirection
  10045. 1059.49 s [retrie] extendFixityEnv (Retrie/Fixity.hs:41)
  10046. 1059.49 s [retrie] ppFixityEnv (Retrie/Fixity.hs:45)
  10047. 1059.52 s [apply-refact] tests/examples/Bracket40.hs: OK (0.06s)
  10048. 1059.52 s [apply-refact] tests/examples/Default16.hs: OK
  10049. 1059.53 s [apply-refact] tests/examples/Naming8.hs: OK
  10050. 1059.56 s [retrie] 44% ( 4 / 9) in 'Retrie.AlphaEnv'
  10051. 1059.56 s [retrie] Missing documentation for:
  10052. 1059.56 s [retrie] Module header
  10053. 1059.56 s [retrie] alphaEnvOffset (Retrie/AlphaEnv.hs:51)
  10054. 1059.56 s [retrie] emptyAlphaEnv (Retrie/AlphaEnv.hs:54)
  10055. 1059.56 s [retrie] lookupAlphaEnv (Retrie/AlphaEnv.hs:73)
  10056. 1059.56 s [retrie] pruneAlphaEnv (Retrie/AlphaEnv.hs:70)
  10057. 1059.56 s [apply-refact] tests/examples/Default27.hs: OK (0.03s)
  10058. 1059.56 s [apply-refact] tests/examples/List13.hs: OK
  10059. 1059.59 s [apply-refact] tests/examples/Import15.hs: OK
  10060. 1059.63 s [apply-refact] tests/examples/ListRec5.hs: OK (0.06s)
  10061. 1059.67 s [apply-refact] tests/examples/Bracket21.hs: OK (0.03s)
  10062. 1059.69 s [apply-refact] tests/examples/Naming10.hs: OK (0.04s)
  10063. 1059.73 s [apply-refact] tests/examples/Default128.hs: OK (0.02s)
  10064. 1059.77 s [apply-refact] tests/examples/ListRec4.hs: OK (0.06s)
  10065. 1059.77 s [apply-refact] tests/examples/Default110.hs: OK
  10066. 1059.79 s [apply-refact] tests/examples/Pragma7.hs: OK (0.02s)
  10067. 1059.79 s [apply-refact] tests/examples/Bracket1.hs: OK
  10068. 1059.85 s [apply-refact] tests/examples/Monad15.hs: OK (0.05s)
  10069. 1059.90 s [apply-refact] tests/examples/AndList.hs: OK (0.04s)
  10070. 1059.93 s [apply-refact] tests/examples/Structure1.hs: OK (0.04s)
  10071. 1059.93 s [apply-refact] tests/examples/Default45.hs: OK (0.01s)
  10072. 1059.99 s [apply-refact] tests/examples/Duplicate2.hs: OK (0.04s)
  10073. 1060.06 s [apply-refact] tests/examples/Pragma3.hs: OK (0.02s)
  10074. 1060.09 s [retrie] 37% ( 3 / 8) in 'Retrie.Pretty'
  10075. 1060.09 s [retrie] Missing documentation for:
  10076. 1060.09 s [retrie] Module header
  10077. 1060.09 s [retrie] noColor (Retrie/Pretty.hs:27)
  10078. 1060.09 s [retrie] addColor (Retrie/Pretty.hs:30)
  10079. 1060.09 s [retrie] ColoriseFun (Retrie/Pretty.hs:25)
  10080. 1060.09 s [retrie] strip (Retrie/Pretty.hs:71)
  10081. 1060.09 s [apply-refact] tests/examples/List14.hs: OK (0.07s)
  10082. 1060.09 s [apply-refact] tests/examples/Extensions5.hs: OK
  10083. 1060.15 s [apply-refact] tests/examples/Bracket7.hs: OK (0.03s)
  10084. 1060.19 s [apply-refact] tests/examples/Bracket3.hs: OK (0.05s)
  10085. 1060.23 s [apply-refact] tests/examples/Default65.hs: OK (0.06s)
  10086. 1060.25 s [apply-refact] tests/examples/Default32.hs: OK
  10087. 1060.26 s [apply-refact] tests/examples/Default12.hs: OK (0.02s)
  10088. 1060.26 s [apply-refact] tests/examples/Duplicate0.hs: OK
  10089. 1060.28 s [apply-refact] tests/examples/Lambda26.hs: OK (0.01s)
  10090. 1060.32 s [apply-refact] tests/examples/Naming7.hs: OK
  10091. 1060.37 s [apply-refact] tests/examples/Structure18.hs: OK (0.07s)
  10092. 1060.38 s [apply-refact] tests/examples/Default74.hs: OK (0.03s)
  10093. 1060.39 s [apply-refact] tests/examples/Naming0.hs: OK
  10094. 1060.43 s [apply-refact] tests/examples/Extensions26.hs: OK (0.05s)
  10095. 1060.44 s [apply-refact] tests/examples/Monad13.hs: OK
  10096. 1060.44 s [apply-refact] tests/examples/Bracket17.hs: OK
  10097. 1060.52 s [apply-refact] tests/examples/Default38.hs: OK (0.04s)
  10098. 1060.55 s [apply-refact] tests/examples/Default2.hs: OK (0.07s)
  10099. 1060.55 s [apply-refact] tests/examples/Test13.hs: OK
  10100. 1060.55 s [apply-refact] tests/examples/Bracket32.hs: OK
  10101. 1060.58 s [apply-refact] tests/examples/Monad18.hs: OK (0.03s)
  10102. 1060.66 s [apply-refact] tests/examples/Lambda32.hs: OK (0.08s)
  10103. 1060.69 s [apply-refact] tests/examples/Bracket27.hs: OK (0.03s)
  10104. 1060.70 s [apply-refact] tests/examples/ParseErrorNoHint.hs: OK
  10105. 1060.70 s [apply-refact] tests/examples/Test33.hs: OK
  10106. 1060.74 s [apply-refact] tests/examples/Default56.hs: OK (0.04s)
  10107. 1060.74 s [apply-refact] tests/examples/Duplicate5.hs: OK
  10108. 1060.74 s [apply-refact] tests/examples/Default63.hs: OK
  10109. 1060.74 s [apply-refact] tests/examples/Test35.hs: OK
  10110. 1060.75 s [apply-refact] tests/examples/Test17.hs: OK
  10111. 1060.76 s [apply-refact] tests/examples/Pragma4.hs: OK (0.02s)
  10112. 1060.76 s [apply-refact] tests/examples/List12.hs: OK
  10113. 1060.77 s [apply-refact] tests/examples/Lambda17.hs: OK
  10114. 1060.77 s [apply-refact] tests/examples/Default57.hs: OK
  10115. 1060.77 s [apply-refact] tests/examples/Import8.hs: OK
  10116. 1060.84 s [retrie] 90% ( 9 / 10) in 'Retrie.Quantifiers'
  10117. 1060.84 s [retrie] Missing documentation for:
  10118. 1060.84 s [retrie] Module header
  10119. 1060.84 s [apply-refact] tests/examples/Comment9.hs: OK (0.07s)
  10120. 1060.88 s [apply-refact] tests/examples/Default122.hs: OK (0.04s)
  10121. 1060.88 s [apply-refact] tests/examples/Lambda9.hs: OK
  10122. 1060.93 s [apply-refact] tests/examples/Lambda25.hs: OK (0.04s)
  10123. 1060.94 s [apply-refact] tests/examples/Bracket22.hs: OK (0.01s)
  10124. 1060.95 s [apply-refact] tests/examples/Lambda33.hs: OK
  10125. 1060.98 s [retrie] 88% (137 /155) in 'Retrie.SYB'
  10126. 1060.98 s [retrie] Missing documentation for:
  10127. 1060.98 s [retrie] Module header
  10128. 1060.98 s [retrie] GenericMCQ (Retrie/SYB.hs:50)
  10129. 1060.98 s [retrie] TyCon
  10130. 1060.98 s [retrie] tyConPackage
  10131. 1060.98 s [retrie] tyConModule
  10132. 1060.98 s [retrie] tyConName
  10133. 1060.98 s [retrie] tyConFingerprint
  10134. 1060.98 s [retrie] rnfTyCon
  10135. 1060.98 s [retrie] trLiftedRep
  10136. 1060.98 s [retrie] typeOf1
  10137. 1060.98 s [retrie] typeOf2
  10138. 1060.98 s [retrie] typeOf3
  10139. 1060.98 s [retrie] typeOf4
  10140. 1060.98 s [retrie] typeOf5
  10141. 1060.98 s [retrie] typeOf6
  10142. 1060.98 s [retrie] typeOf7
  10143. 1060.98 s [retrie] mkIntegralConstr
  10144. 1060.98 s [retrie] mkRealConstr
  10145. 1061.07 s [apply-refact] tests/examples/Pragma0.hs: OK (0.12s)
  10146. 1061.08 s [apply-refact] tests/examples/List2.hs: OK (0.02s)
  10147. 1061.11 s [apply-refact] tests/examples/Extensions10.hs: OK
  10148. 1061.13 s [retrie] Warning: 'transform' is out of scope.
  10149. 1061.13 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  10150. 1061.13 s [retrie] Warning: 'graftT' is out of scope.
  10151. 1061.13 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  10152. 1061.13 s [retrie] Warning: 'ast' is out of scope.
  10153. 1061.13 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  10154. 1061.14 s [retrie] 56% ( 14 / 25) in 'Retrie.ExactPrint.Annotated'
  10155. 1061.14 s [retrie] Missing documentation for:
  10156. 1061.14 s [retrie] Module header
  10157. 1061.14 s [retrie] AnnotatedHsDecl (Retrie/ExactPrint/Annotated.hs:59)
  10158. 1061.14 s [retrie] AnnotatedHsExpr (Retrie/ExactPrint/Annotated.hs:60)
  10159. 1061.14 s [retrie] AnnotatedHsType (Retrie/ExactPrint/Annotated.hs:61)
  10160. 1061.14 s [retrie] AnnotatedImport (Retrie/ExactPrint/Annotated.hs:62)
  10161. 1061.14 s [retrie] AnnotatedImports (Retrie/ExactPrint/Annotated.hs:63)
  10162. 1061.14 s [retrie] AnnotatedModule (Retrie/ExactPrint/Annotated.hs:65)
  10163. 1061.14 s [retrie] AnnotatedPat (Retrie/ExactPrint/Annotated.hs:69)
  10164. 1061.14 s [retrie] AnnotatedStmt (Retrie/ExactPrint/Annotated.hs:70)
  10165. 1061.14 s [retrie] setEntryDPA (Retrie/ExactPrint/Annotated.hs:156)
  10166. 1061.14 s [retrie] printA' (Retrie/ExactPrint/Annotated.hs:165)
  10167. 1061.15 s [apply-refact] tests/examples/Lambda5.hs: OK (0.06s)
  10168. 1061.18 s [apply-refact] tests/examples/Default121.hs: OK (0.03s)
  10169. 1061.18 s [apply-refact] tests/examples/Test26.hs: OK
  10170. 1061.23 s [retrie]
  10171. 1061.23 s [retrie] Retrie/ExactPrint/Annotated.hs:39:1: warning: [-Wdodgy-imports]
  10172. 1061.23 s [retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
  10173. 1061.23 s [retrie] |
  10174. 1061.23 s [retrie] 39 | import Control.Monad.State.Lazy hiding (fix)
  10175. 1061.23 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10176. 1061.25 s [apply-refact] tests/examples/Monad5.hs: OK (0.06s)
  10177. 1061.27 s [apply-refact] tests/examples/Pragma5.hs: OK (0.03s)
  10178. 1061.33 s [retrie] 36% ( 4 / 11) in 'Retrie.Util'
  10179. 1061.33 s [retrie] Missing documentation for:
  10180. 1061.33 s [retrie] Module header
  10181. 1061.33 s [retrie] Verbosity (Retrie/Util.hs:21)
  10182. 1061.33 s [retrie] debugPrint (Retrie/Util.hs:24)
  10183. 1061.33 s [retrie] ignoreWorker (Retrie/Util.hs:68)
  10184. 1061.33 s [retrie] handler (Retrie/Util.hs:91)
  10185. 1061.33 s [retrie] putErrStrLn (Retrie/Util.hs:96)
  10186. 1061.33 s [retrie] missingSyntax (Retrie/Util.hs:106)
  10187. 1061.34 s [apply-refact] tests/examples/Extensions11.hs: OK (0.06s)
  10188. 1061.35 s [apply-refact] tests/examples/Test34.hs: OK
  10189. 1061.41 s [apply-refact] tests/examples/Unsafe8.hs: OK (0.04s)
  10190. 1061.45 s [apply-refact] tests/examples/Default79.hs: OK (0.07s)
  10191. 1061.55 s [apply-refact] tests/examples/Structure7.hs: OK (0.08s)
  10192. 1061.55 s [apply-refact] tests/examples/Default76.hs: OK (0.02s)
  10193. 1061.56 s [apply-refact] tests/examples/Naming11.hs: OK
  10194. 1061.56 s [apply-refact] tests/examples/Import17.hs: OK
  10195. 1061.56 s [apply-refact] tests/examples/Test12.hs: OK
  10196. 1061.59 s [apply-refact] tests/examples/Default116.hs: OK (0.03s)
  10197. 1061.59 s [retrie] 46% ( 70 /150) in 'Retrie.ExactPrint'
  10198. 1061.59 s [retrie] Missing documentation for:
  10199. 1061.59 s [retrie] LibDir
  10200. 1061.59 s [retrie] parseContent (Retrie/ExactPrint.hs:274)
  10201. 1061.59 s [retrie] parseContentNoFixity (Retrie/ExactPrint.hs:260)
  10202. 1061.59 s [retrie] addAllAnnsT (Retrie/ExactPrint.hs:395)
  10203. 1061.59 s [retrie] swapEntryDPT (Retrie/ExactPrint.hs:232)
  10204. 1061.59 s [retrie] transferAnnsT (Retrie/ExactPrint.hs:472)
  10205. 1061.59 s [retrie] transferEntryAnnsT (Retrie/ExactPrint.hs:357)
  10206. 1061.59 s [retrie] transferAnchor (Retrie/ExactPrint.hs:424)
  10207. 1061.59 s [retrie] debugDump (Retrie/ExactPrint.hs:334)
  10208. 1061.59 s [retrie] debugParse (Retrie/ExactPrint.hs:510)
  10209. 1061.59 s [retrie] debug (Retrie/ExactPrint.hs:82)
  10210. 1061.59 s [retrie] hasComments (Retrie/ExactPrint.hs:443)
  10211. 1061.59 s [retrie] isComma (Retrie/ExactPrint.hs:429)
  10212. 1061.59 s [retrie] BlankEpAnnotations
  10213. 1061.59 s [retrie] BlankSrcSpan
  10214. 1061.59 s [retrie] WithWhere
  10215. 1061.59 s [retrie] d0
  10216. 1061.59 s [retrie] d1
  10217. 1061.59 s [retrie] showAst
  10218. 1061.59 s [retrie] exactPrint
  10219. 1061.59 s [retrie] runTransformT
  10220. 1061.59 s [retrie] captureMatchLineSpacing
  10221. 1061.59 s [retrie] captureLineSpacing
  10222. 1061.59 s [retrie] captureTypeSigSpacing
  10223. 1061.59 s [retrie] getEntryDP
  10224. 1061.59 s [retrie] balanceCommentsList
  10225. 1061.59 s [retrie] balanceCommentsList'
  10226. 1061.59 s [retrie] anchorEof
  10227. 1061.59 s [retrie] noAnnSrcSpanDP0
  10228. 1061.59 s [retrie] noAnnSrcSpanDP1
  10229. 1061.59 s [retrie] noAnnSrcSpanDPn
  10230. 1061.59 s [retrie] dn
  10231. 1061.59 s [retrie] m0
  10232. 1061.59 s [retrie] m1
  10233. 1061.59 s [retrie] mn
  10234. 1061.59 s [retrie] addComma
  10235. 1061.59 s [retrie] hsDeclsValBinds
  10236. 1061.59 s [retrie] showGhc
  10237. 1061.59 s [retrie] mkComment
  10238. 1061.59 s [retrie] debugM
  10239. 1061.59 s [retrie] warn
  10240. 1061.59 s [retrie] undeltaSpan
  10241. 1061.59 s [retrie] adjustDeltaForOffset
  10242. 1061.59 s [retrie] ss2pos
  10243. 1061.59 s [retrie] ss2posEnd
  10244. 1061.59 s [retrie] ss2range
  10245. 1061.59 s [retrie] rs2range
  10246. 1061.59 s [retrie] rs
  10247. 1061.59 s [retrie] range2rs
  10248. 1061.59 s [retrie] badRealSrcSpan
  10249. 1061.59 s [retrie] spanLength
  10250. 1061.59 s [retrie] isListComp
  10251. 1061.59 s [retrie] needsWhere
  10252. 1061.59 s [retrie] insertCppComments
  10253. 1061.59 s [retrie] ghcCommentText
  10254. 1061.59 s [retrie] tokComment
  10255. 1061.59 s [retrie] hsDocStringComments
  10256. 1061.59 s [retrie] dedentDocChunk
  10257. 1061.59 s [retrie] dedentDocChunkBy
  10258. 1061.59 s [retrie] printDecorator
  10259. 1061.59 s [retrie] mkEpaComments
  10260. 1061.59 s [retrie] comment2LEpaComment
  10261. 1061.59 s [retrie] mkLEpaComment
  10262. 1061.59 s [retrie] normaliseCommentText
  10263. 1061.59 s [retrie] noKWComments
  10264. 1061.59 s [retrie] sortAnchorLocated
  10265. 1061.59 s [retrie] isSymbolRdrName
  10266. 1061.59 s [retrie] rdrName2String
  10267. 1061.59 s [retrie] name2String
  10268. 1061.59 s [retrie] locatedAnAnchor
  10269. 1061.59 s [retrie] setAnchorAn
  10270. 1061.59 s [retrie] setAnchorEpa
  10271. 1061.59 s [retrie] setAnchorEpaL
  10272. 1061.59 s [retrie] setAnchorHsModule
  10273. 1061.59 s [retrie] trailingAnnLoc
  10274. 1061.59 s [retrie] setTrailingAnnLoc
  10275. 1061.59 s [retrie] addEpAnnLoc
  10276. 1061.59 s [retrie] anchorToEpaLocation
  10277. 1061.59 s [retrie] hackSrcSpanToAnchor
  10278. 1061.59 s [retrie] hackAnchorToSrcSpan
  10279. 1061.65 s [apply-refact] tests/examples/Default64.hs: OK (0.06s)
  10280. 1061.68 s [apply-refact] tests/examples/Lambda37.hs: OK (0.03s)
  10281. 1061.75 s [apply-refact] tests/examples/Bracket46.hs: OK (0.06s)
  10282. 1061.77 s [retrie]
  10283. 1061.78 s [retrie] Retrie/ExactPrint.hs:53:1: warning: [-Wdodgy-imports]
  10284. 1061.78 s [retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
  10285. 1061.78 s [retrie] |
  10286. 1061.78 s [retrie] 53 | import Control.Monad.State.Lazy hiding (fix)
  10287. 1061.78 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10288. 1061.78 s [retrie]
  10289. 1061.78 s [retrie] Retrie/ExactPrint.hs:77:1: warning: [-Wunused-imports]
  10290. 1061.78 s [retrie] The import of ‘Retrie.Util’ is redundant
  10291. 1061.78 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  10292. 1061.78 s [retrie] To import instances alone, use: import Retrie.Util()
  10293. 1061.78 s [retrie] |
  10294. 1061.78 s [retrie] 77 | import Retrie.Util
  10295. 1061.78 s [retrie] | ^^^^^^^^^^^^^^^^^^
  10296. 1061.78 s [retrie]
  10297. 1061.78 s [retrie] Retrie/ExactPrint.hs:109:39: warning: [-Wunused-matches]
  10298. 1061.78 s [retrie] Defined but not used: ‘l1’
  10299. 1061.78 s [retrie] |
  10300. 1061.78 s [retrie] 109 | fixOneExpr env (L l2 (OpApp x2 ap1@(L l1 (OpApp x1 x op1 y)) op2 z))
  10301. 1061.78 s [retrie] | ^^
  10302. 1061.78 s [retrie]
  10303. 1061.79 s [retrie] Retrie/ExactPrint.hs:114:5: warning: [-Wunused-matches]
  10304. 1061.79 s [retrie] Defined but not used: ‘ap1_1’
  10305. 1061.79 s [retrie] |
  10306. 1061.79 s [retrie] 114 | ap1_1 <- transferAnnsT isComma ap2'_0 ap1_0
  10307. 1061.79 s [retrie] | ^^^^^
  10308. 1061.79 s [retrie]
  10309. 1061.79 s [retrie] Retrie/ExactPrint.hs:123:44: warning: [GHC-63397] [-Wname-shadowing]
  10310. 1061.79 s [retrie] This binding for ‘ext2’ shadows the existing binding
  10311. 1061.79 s [retrie] imported from ‘Retrie.SYB’ at Retrie/ExactPrint.hs:76:1-31
  10312. 1061.79 s [retrie] (and originally defined in ‘Data.Generics.Aliases’)
  10313. 1061.79 s [retrie] |
  10314. 1061.79 s [apply-refact] tests/examples/Lambda7.hs: OK (0.02s)
  10315. 1061.79 s [retrie] 123 | fixOnePat env (dLPat -> Just (L l2 (ConPat ext2 op2 (InfixCon (dLPat -> Just ap1@(L l1 (ConPat ext1 op1 (InfixCon x y)))) z))))
  10316. 1061.79 s [retrie] | ^^^^
  10317. 1061.79 s [retrie]
  10318. 1061.79 s [retrie] Retrie/ExactPrint.hs:126:6: warning: [-Wunused-matches]
  10319. 1061.79 s [retrie] Defined but not used: ‘ap1_0’
  10320. 1061.79 s [retrie] |
  10321. 1061.79 s [retrie] 126 | (ap1_0, ap2'_0) <- swapEntryDPT ap1 ap2'
  10322. 1061.79 s [retrie] | ^^^^^
  10323. 1061.79 s [retrie]
  10324. 1061.79 s [retrie] Retrie/ExactPrint.hs:127:5: warning: [-Wunused-matches]
  10325. 1061.80 s [retrie] Defined but not used: ‘ap1_1’
  10326. 1061.80 s [retrie] |
  10327. 1061.80 s [retrie] 127 | ap1_1 <- transferAnnsT isComma ap2' ap1
  10328. 1061.80 s [retrie] | ^^^^^
  10329. 1061.80 s [retrie]
  10330. 1061.80 s [retrie] Retrie/ExactPrint.hs:176:14: warning: [-Wunused-matches]
  10331. 1061.80 s [retrie] Defined but not used: ‘n’
  10332. 1061.80 s [retrie] |
  10333. 1061.80 s [retrie] 176 | SameLine n -> do
  10334. 1061.80 s [retrie] | ^
  10335. 1061.80 s [retrie]
  10336. 1061.80 s [retrie] Retrie/ExactPrint.hs:209:22: warning: [-Wunused-matches]
  10337. 1061.80 s [retrie] Defined but not used: ‘l’
  10338. 1061.80 s [retrie] |
  10339. 1061.80 s [retrie] 209 | fixOneEntryExpr e@(L l (OpApp a x b c)) = do
  10340. 1061.80 s [retrie] | ^
  10341. 1061.80 s [retrie]
  10342. 1061.80 s [retrie] Retrie/ExactPrint.hs:222:15: warning: [-Wunused-matches]
  10343. 1061.80 s [retrie] Defined but not used: ‘l’
  10344. 1061.80 s [retrie] |
  10345. 1061.80 s [retrie] 222 | | Just p@(L l (ConPat a b (InfixCon x c))) <- dLPat pat = do
  10346. 1061.80 s [retrie] | ^
  10347. 1061.80 s [retrie]
  10348. 1061.80 s [retrie] Retrie/ExactPrint.hs:435:1: warning: [-Wunused-top-binds]
  10349. 1061.80 s [retrie] Defined but not used: ‘isCommentKeyword’
  10350. 1061.81 s [retrie] |
  10351. 1061.81 s [retrie] 435 | isCommentKeyword _ = False
  10352. 1061.81 s [retrie] | ^^^^^^^^^^^^^^^^
  10353. 1061.81 s [retrie]
  10354. 1061.81 s [retrie] Retrie/ExactPrint.hs:445:35: warning: [-Wunused-matches]
  10355. 1061.81 s [retrie] Defined but not used: ‘anc’
  10356. 1061.81 s [retrie] |
  10357. 1061.81 s [retrie] 445 | hasComments (L (SrcSpanAnn (EpAnn anc _ cs) _) _)
  10358. 1061.81 s [retrie] | ^^^
  10359. 1061.81 s [retrie]
  10360. 1061.81 s [retrie] Retrie/ExactPrint.hs:478:15: warning: [-Wunused-matches]
  10361. 1061.81 s [retrie] Defined but not used: ‘p’
  10362. 1061.81 s [retrie] |
  10363. 1061.81 s [retrie] 478 | transferAnnsT p (L (SrcSpanAnn EpAnnNotUsed _) _) b = return b
  10364. 1061.81 s [retrie] | ^
  10365. 1061.81 s [retrie]
  10366. 1061.81 s [retrie] Retrie/ExactPrint.hs:479:39: warning: [-Wunused-matches]
  10367. 1061.82 s [retrie] Defined but not used: ‘anc’
  10368. 1061.82 s [retrie] |
  10369. 1061.82 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  10370. 1061.82 s [retrie] | ^^^
  10371. 1061.82 s [retrie]
  10372. 1061.82 s [retrie] Retrie/ExactPrint.hs:479:60: warning: [-Wunused-matches]
  10373. 1061.82 s [retrie] Defined but not used: ‘cs’
  10374. 1061.82 s [retrie] |
  10375. 1061.82 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  10376. 1061.82 s [retrie] | ^^
  10377. 1061.82 s [retrie]
  10378. 1061.82 s [retrie] Retrie/ExactPrint.hs:479:64: warning: [-Wunused-matches]
  10379. 1061.82 s [retrie] Defined but not used: ‘l’
  10380. 1061.82 s [retrie] |
  10381. 1061.82 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  10382. 1061.82 s [retrie] | ^
  10383. 1061.82 s [retrie]
  10384. 1061.82 s [retrie] Retrie/ExactPrint.hs:479:67: warning: [-Wunused-matches]
  10385. 1061.82 s [retrie] Defined but not used: ‘a’
  10386. 1061.82 s [retrie] |
  10387. 1061.83 s [retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
  10388. 1061.83 s [retrie] | ^
  10389. 1061.85 s [apply-refact] tests/examples/Default24.hs: OK (0.07s)
  10390. 1061.88 s [retrie] 87% ( 7 / 8) in 'Retrie.Substitution'
  10391. 1061.88 s [retrie] Missing documentation for:
  10392. 1061.88 s [retrie] Module header
  10393. 1061.91 s [apply-refact] tests/examples/Default48.hs: OK (0.05s)
  10394. 1061.93 s [apply-refact] tests/examples/Structure22.hs: OK (0.06s)
  10395. 1061.93 s [apply-refact] tests/examples/Extensions4.hs: OK
  10396. 1061.95 s [retrie] 20% ( 1 / 5) in 'Retrie.FreeVars'
  10397. 1061.95 s [retrie] Missing documentation for:
  10398. 1061.95 s [retrie] Module header
  10399. 1061.95 s [retrie] FreeVars (Retrie/FreeVars.hs:22)
  10400. 1061.95 s [retrie] elemFVs (Retrie/FreeVars.hs:60)
  10401. 1061.95 s [retrie] substFVs (Retrie/FreeVars.hs:37)
  10402. 1061.97 s [apply-refact] tests/examples/Comment0.hs: OK (0.03s)
  10403. 1061.97 s [apply-refact] tests/examples/Monad8.hs: OK
  10404. 1061.97 s [retrie]
  10405. 1061.98 s [retrie] Retrie/FreeVars.hs:28:3: warning: [-Wnoncanonical-monoid-instances]
  10406. 1061.98 s [retrie] Noncanonical ‘(<>) = mappend’ definition detected
  10407. 1061.98 s [retrie] in the instance declaration for ‘Semigroup FreeVars’.
  10408. 1061.98 s [retrie] Move definition from ‘mappend’ to ‘(<>)’
  10409. 1061.98 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  10410. 1061.98 s [retrie] |
  10411. 1061.98 s [retrie] 28 | (<>) = mappend
  10412. 1061.98 s [retrie] | ^^^^^^^^^^^^^^
  10413. 1061.98 s [retrie]
  10414. 1061.98 s [retrie] Retrie/FreeVars.hs:32:3: warning: [-Wnoncanonical-monoid-instances]
  10415. 1061.98 s [retrie] Noncanonical ‘mappend’ definition detected
  10416. 1061.98 s [retrie] in the instance declaration for ‘Monoid FreeVars’.
  10417. 1061.98 s [retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  10418. 1061.98 s [retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  10419. 1061.98 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  10420. 1061.98 s [retrie] |
  10421. 1061.98 s [retrie] 32 | mappend (FreeVars s1) (FreeVars s2) = FreeVars $ s1 <> s2
  10422. 1061.98 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10423. 1062.03 s [apply-refact] tests/examples/Default36.hs: OK (0.06s)
  10424. 1062.04 s [retrie] 0% ( 0 / 16) in 'Retrie.PatternMap.Class'
  10425. 1062.04 s [retrie] Missing documentation for:
  10426. 1062.04 s [retrie] Module header
  10427. 1062.04 s [retrie] MatchEnv (Retrie/PatternMap/Class.hs:25)
  10428. 1062.04 s [retrie] extendMatchEnv (Retrie/PatternMap/Class.hs:30)
  10429. 1062.04 s [retrie] pruneMatchEnv (Retrie/PatternMap/Class.hs:34)
  10430. 1062.04 s [retrie] A (Retrie/PatternMap/Class.hs:40)
  10431. 1062.04 s [retrie] toA (Retrie/PatternMap/Class.hs:42)
  10432. 1062.04 s [retrie] toAList (Retrie/PatternMap/Class.hs:45)
  10433. 1062.04 s [retrie] unionOn (Retrie/PatternMap/Class.hs:49)
  10434. 1062.04 s [retrie] PatternMap (Retrie/PatternMap/Class.hs:54)
  10435. 1062.04 s [retrie] mapFor (Retrie/PatternMap/Class.hs:64)
  10436. 1062.04 s [retrie] maybeMap (Retrie/PatternMap/Class.hs:68)
  10437. 1062.04 s [retrie] maybeListMap (Retrie/PatternMap/Class.hs:71)
  10438. 1062.04 s [retrie] MaybeMap (Retrie/PatternMap/Class.hs:76)
  10439. 1062.04 s [retrie] ListMap (Retrie/PatternMap/Class.hs:101)
  10440. 1062.04 s [retrie] findMatch (Retrie/PatternMap/Class.hs:129)
  10441. 1062.04 s [retrie] insertMatch (Retrie/PatternMap/Class.hs:132)
  10442. 1062.07 s [apply-refact] tests/examples/Default124.hs: OK (0.04s)
  10443. 1062.11 s [retrie]
  10444. 1062.11 s [retrie] Retrie/PatternMap/Class.hs:50:11: warning: [GHC-63397] [-Wname-shadowing]
  10445. 1062.11 s [retrie] This binding for ‘m1’ shadows the existing binding
  10446. 1062.11 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
  10447. 1062.11 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10448. 1062.11 s [retrie] |
  10449. 1062.11 s [retrie] 50 | unionOn f m1 m2 = mUnion (f m1) (f m2)
  10450. 1062.11 s [retrie] | ^^
  10451. 1062.11 s [retrie]
  10452. 1062.11 s [retrie] Retrie/PatternMap/Class.hs:86:20: warning: [GHC-63397] [-Wname-shadowing]
  10453. 1062.12 s [retrie] This binding for ‘m1’ shadows the existing binding
  10454. 1062.12 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
  10455. 1062.12 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10456. 1062.12 s [retrie] |
  10457. 1062.12 s [retrie] 86 | mUnion (MaybeMap m1) (MaybeMap m2) = MaybeMap $ m1 ++ m2
  10458. 1062.12 s [retrie] | ^^
  10459. 1062.12 s [retrie]
  10460. 1062.12 s [retrie] Retrie/PatternMap/Class.hs:114:10: warning: [GHC-63397] [-Wname-shadowing]
  10461. 1062.12 s [retrie] This binding for ‘m1’ shadows the existing binding
  10462. 1062.12 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
  10463. 1062.12 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10464. 1062.12 s [retrie] |
  10465. 1062.12 s [retrie] 114 | mUnion m1 m2 = ListMap
  10466. 1062.12 s [retrie] | ^^
  10467. 1062.14 s [apply-refact] tests/examples/Default93.hs: OK (0.07s)
  10468. 1062.18 s [apply-refact] tests/examples/Pragma10.hs: OK (0.04s)
  10469. 1062.18 s [apply-refact] tests/examples/Test0.hs: OK
  10470. 1062.18 s [apply-refact] tests/examples/Test28.hs: OK
  10471. 1062.18 s [apply-refact] tests/examples/Structure4.hs: OK
  10472. 1062.19 s [retrie] 0% ( 0 / 7) in 'Retrie.PatternMap.Bag'
  10473. 1062.19 s [retrie] Missing documentation for:
  10474. 1062.19 s [retrie] Module header
  10475. 1062.19 s [retrie] BoolMap (Retrie/PatternMap/Bag.hs:22)
  10476. 1062.19 s [retrie] IntMap (Retrie/PatternMap/Bag.hs:63)
  10477. 1062.19 s [retrie] Map (Retrie/PatternMap/Bag.hs:87)
  10478. 1062.19 s [retrie] mapAssocs (Retrie/PatternMap/Bag.hs:90)
  10479. 1062.19 s [retrie] FSEnv (Retrie/PatternMap/Bag.hs:122)
  10480. 1062.19 s [retrie] UniqFM (Retrie/PatternMap/Bag.hs:143)
  10481. 1062.26 s [apply-refact] tests/examples/Default96.hs: OK (0.08s)
  10482. 1062.29 s [apply-refact] tests/examples/Test29.hs: OK (0.03s)
  10483. 1062.34 s [apply-refact] tests/examples/Default17.hs: OK (0.05s)
  10484. 1062.34 s [apply-refact] tests/examples/Bracket36.hs: OK
  10485. 1062.34 s [apply-refact] tests/examples/Default85.hs: OK
  10486. 1062.35 s [apply-refact] tests/examples/Default50.hs: OK
  10487. 1062.38 s [apply-refact] tests/examples/Lambda39.hs: OK (0.03s)
  10488. 1062.38 s [apply-refact] tests/examples/Structure21.hs: OK
  10489. 1062.38 s [apply-refact] tests/examples/Default19.hs: OK
  10490. 1062.46 s [apply-refact] tests/examples/lambda42.hs: FAIL (expected) (0.08s)
  10491. 1062.46 s [apply-refact] --- tests/examples/lambda42.hs.expected 2001-09-09 01:46:40.000000000 +0000
  10492. 1062.46 s [apply-refact] +++ tests/examples/lambda42.hs.out 2026-05-16 14:13:15.775000000 +0000
  10493. 1062.46 s [apply-refact] @@ -1,4 +1,4 @@
  10494. 1062.46 s [apply-refact] f :: Bool -> Integer
  10495. 1062.46 s [apply-refact] f b = case b of
  10496. 1062.46 s [apply-refact] - False -> 1
  10497. 1062.46 s [apply-refact] - True -> 0
  10498. 1062.46 s [apply-refact] + False -> 1
  10499. 1062.46 s [apply-refact] + True -> 0
  10500. 1062.46 s [apply-refact] (expected failure)
  10501. 1062.47 s [apply-refact] tests/examples/Default80.hs: OK
  10502. 1062.51 s [apply-refact] tests/examples/Extensions17.hs: OK (0.04s)
  10503. 1062.56 s [apply-refact] tests/examples/Lambda30.hs: OK (0.05s)
  10504. 1062.57 s [apply-refact] tests/examples/Import16.hs: OK
  10505. 1062.58 s [apply-refact] tests/examples/Bracket43.hs: OK (0.02s)
  10506. 1062.62 s [apply-refact] tests/examples/Naming14.hs: OK
  10507. 1062.67 s [apply-refact] tests/examples/Bracket45.hs: OK (0.07s)
  10508. 1062.68 s [retrie] 2% ( 1 / 43) in 'Retrie.PatternMap.Instances'
  10509. 1062.68 s [retrie] Missing documentation for:
  10510. 1062.68 s [retrie] Module header
  10511. 1062.68 s [retrie] TupArgMap (Retrie/PatternMap/Instances.hs:36)
  10512. 1062.68 s [retrie] BoxityMap (Retrie/PatternMap/Instances.hs:73)
  10513. 1062.68 s [retrie] VMap (Retrie/PatternMap/Instances.hs:99)
  10514. 1062.68 s [retrie] LMap (Retrie/PatternMap/Instances.hs:131)
  10515. 1062.68 s [retrie] emptyLMapWrapper (Retrie/PatternMap/Instances.hs:145)
  10516. 1062.68 s [retrie] OLMap (Retrie/PatternMap/Instances.hs:210)
  10517. 1062.68 s [retrie] emptyOLMapWrapper (Retrie/PatternMap/Instances.hs:220)
  10518. 1062.68 s [retrie] EMap (Retrie/PatternMap/Instances.hs:274)
  10519. 1062.68 s [retrie] emptyEMapWrapper (Retrie/PatternMap/Instances.hs:300)
  10520. 1062.68 s [retrie] extendResult (Retrie/PatternMap/Instances.hs:507)
  10521. 1062.68 s [retrie] singleton (Retrie/PatternMap/Instances.hs:514)
  10522. 1062.68 s [retrie] alphaEquivalent (Retrie/PatternMap/Instances.hs:528)
  10523. 1062.68 s [retrie] SCMap (Retrie/PatternMap/Instances.hs:537)
  10524. 1062.68 s [retrie] emptySCMapWrapper (Retrie/PatternMap/Instances.hs:550)
  10525. 1062.68 s [retrie] MGMap (Retrie/PatternMap/Instances.hs:615)
  10526. 1062.68 s [retrie] MMap (Retrie/PatternMap/Instances.hs:637)
  10527. 1062.68 s [retrie] CDMap (Retrie/PatternMap/Instances.hs:667)
  10528. 1062.68 s [retrie] emptyCDMapWrapper (Retrie/PatternMap/Instances.hs:675)
  10529. 1062.68 s [retrie] PatMap (Retrie/PatternMap/Instances.hs:724)
  10530. 1062.68 s [retrie] emptyPatMapWrapper (Retrie/PatternMap/Instances.hs:736)
  10531. 1062.68 s [retrie] GRHSSMap (Retrie/PatternMap/Instances.hs:824)
  10532. 1062.68 s [retrie] GRHSMap (Retrie/PatternMap/Instances.hs:855)
  10533. 1062.68 s [retrie] SLMap (Retrie/PatternMap/Instances.hs:889)
  10534. 1062.68 s [retrie] emptySLMapWrapper (Retrie/PatternMap/Instances.hs:896)
  10535. 1062.68 s [retrie] LBMap (Retrie/PatternMap/Instances.hs:942)
  10536. 1062.68 s [retrie] emptyLBMapWrapper (Retrie/PatternMap/Instances.hs:950)
  10537. 1062.68 s [retrie] deValBinds (Retrie/PatternMap/Instances.hs:995)
  10538. 1062.68 s [retrie] BMap (Retrie/PatternMap/Instances.hs:1005)
  10539. 1062.68 s [retrie] emptyBMapWrapper (Retrie/PatternMap/Instances.hs:1014)
  10540. 1062.68 s [retrie] SMap (Retrie/PatternMap/Instances.hs:1069)
  10541. 1062.68 s [retrie] emptySMapWrapper (Retrie/PatternMap/Instances.hs:1078)
  10542. 1062.68 s [retrie] TyMap (Retrie/PatternMap/Instances.hs:1137)
  10543. 1062.68 s [retrie] emptyTyMapWrapper (Retrie/PatternMap/Instances.hs:1157)
  10544. 1062.68 s [retrie] splitVisBinders (Retrie/PatternMap/Instances.hs:1275)
  10545. 1062.68 s [retrie] extractBinderInfo (Retrie/PatternMap/Instances.hs:1279)
  10546. 1062.68 s [retrie] RFMap (Retrie/PatternMap/Instances.hs:1289)
  10547. 1062.68 s [retrie] RecordFieldToRdrName (Retrie/PatternMap/Instances.hs:1330)
  10548. 1062.68 s [retrie] fieldsToRdrNamesUpd (Retrie/PatternMap/Instances.hs:1365)
  10549. 1062.68 s [retrie] TupleSortMap (Retrie/PatternMap/Instances.hs:1415)
  10550. 1062.68 s [retrie] ForAllTyMap (Retrie/PatternMap/Instances.hs:1462)
  10551. 1062.68 s [retrie] ForallVisMap (Retrie/PatternMap/Instances.hs:1501)
  10552. 1062.69 s [apply-refact] tests/examples/Lambda27.hs: OK (0.03s)
  10553. 1062.69 s [apply-refact] tests/examples/Import21.hs: OK
  10554. 1062.69 s [apply-refact] tests/examples/ListRec8.hs: OK
  10555. 1062.74 s [apply-refact] tests/examples/Bracket10.hs: OK (0.05s)
  10556. 1062.75 s [apply-refact] tests/examples/Import19.hs: OK
  10557. 1062.75 s [apply-refact] tests/examples/Unsafe6.hs: OK
  10558. 1062.75 s [apply-refact] tests/examples/Test8.hs: OK
  10559. 1062.81 s [apply-refact] tests/examples/List8.hs: OK (0.04s)
  10560. 1062.85 s [apply-refact] tests/examples/Bracket42.hs: OK (0.04s)
  10561. 1062.95 s [apply-refact] tests/examples/Fixity.hs: OK (0.09s)
  10562. 1062.97 s [apply-refact] tests/examples/Default97.hs: OK (0.02s)
  10563. 1063.02 s [apply-refact] tests/examples/Default0.hs: OK (0.03s)
  10564. 1063.07 s [apply-refact] tests/examples/Monad10.hs: OK (0.08s)
  10565. 1063.07 s [apply-refact] tests/examples/Monad9.hs: OK
  10566. 1063.11 s [apply-refact] tests/examples/RedundantDo.hs: OK (0.04s)
  10567. 1063.17 s [apply-refact] tests/examples/Default73.hs: OK (0.06s)
  10568. 1063.21 s [apply-refact] tests/examples/Default119.hs: OK (0.04s)
  10569. 1063.21 s [apply-refact] tests/examples/Test4.hs: OK
  10570. 1063.21 s [apply-refact] tests/examples/Lambda2.hs: OK
  10571. 1063.30 s [apply-refact] tests/examples/Lambda20.hs: OK (0.08s)
  10572. 1063.30 s [apply-refact] tests/examples/Extensions12.hs: OK
  10573. 1063.36 s [apply-refact] tests/examples/Default98.hs: OK (0.04s)
  10574. 1063.41 s [apply-refact] tests/examples/Bracket2.hs: OK (0.06s)
  10575. 1063.43 s [apply-refact] tests/examples/Test10.hs: OK (0.04s)
  10576. 1063.43 s [apply-refact] tests/examples/Default68.hs: OK
  10577. 1063.44 s [apply-refact] tests/examples/Test9.hs: OK
  10578. 1063.45 s [apply-refact] tests/examples/Extensions28.hs: OK
  10579. 1063.53 s [apply-refact] tests/examples/Test14.hs: OK (0.07s)
  10580. 1063.54 s [apply-refact] tests/examples/Default118.hs: OK (0.03s)
  10581. 1063.55 s [apply-refact] tests/examples/Unsafe0.hs: OK
  10582. 1063.55 s [apply-refact] tests/examples/Test2.hs: OK
  10583. 1063.58 s [apply-refact] tests/examples/Test24.hs: OK
  10584. 1063.60 s [apply-refact] tests/examples/Comment3.hs: OK (0.05s)
  10585. 1063.61 s [apply-refact] tests/examples/Default60.hs: OK
  10586. 1063.68 s [apply-refact] tests/examples/Naming3.hs: OK (0.05s)
  10587. 1063.71 s [apply-refact] tests/examples/Uncurry.hs: OK (0.06s)
  10588. 1063.75 s [apply-refact] tests/examples/Naming1.hs: OK (0.04s)
  10589. 1063.82 s [apply-refact] tests/examples/ListRec2.hs: OK (0.07s)
  10590. 1063.86 s [apply-refact] tests/examples/Structure10.hs: OK (0.04s)
  10591. 1063.87 s [apply-refact] tests/examples/Naming13.hs: OK
  10592. 1063.95 s [apply-refact] tests/examples/Test16.hs: OK (0.08s)
  10593. 1063.98 s [apply-refact] tests/examples/Default72.hs: OK (0.03s)
  10594. 1063.98 s [apply-refact] tests/examples/Test27.hs: OK
  10595. 1064.05 s [apply-refact] tests/examples/Extensions7.hs: OK (0.07s)
  10596. 1064.09 s [apply-refact] tests/examples/Extensions21.hs: OK (0.04s)
  10597. 1064.14 s [retrie]
  10598. 1064.14 s [retrie] Retrie/PatternMap/Instances.hs:48:10: warning: [GHC-63397] [-Wname-shadowing]
  10599. 1064.14 s [retrie] This binding for ‘m1’ shadows the existing binding
  10600. 1064.14 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10601. 1064.14 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10602. 1064.14 s [retrie] |
  10603. 1064.14 s [retrie] 48 | mUnion m1 m2 = TupArgMap
  10604. 1064.14 s [retrie] | ^^
  10605. 1064.14 s [retrie]
  10606. 1064.14 s [retrie] Retrie/PatternMap/Instances.hs:84:10: warning: [GHC-63397] [-Wname-shadowing]
  10607. 1064.14 s [retrie] This binding for ‘m1’ shadows the existing binding
  10608. 1064.14 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10609. 1064.14 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10610. 1064.14 s [retrie] |
  10611. 1064.14 s [retrie] 84 | mUnion m1 m2 = BoxityMap
  10612. 1064.14 s [retrie] | ^^
  10613. 1064.14 s [retrie]
  10614. 1064.14 s [retrie] Retrie/PatternMap/Instances.hs:112:10: warning: [GHC-63397] [-Wname-shadowing]
  10615. 1064.14 s [retrie] This binding for ‘m1’ shadows the existing binding
  10616. 1064.14 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10617. 1064.15 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10618. 1064.15 s [retrie] |
  10619. 1064.15 s [retrie] 112 | mUnion m1 m2 = VM
  10620. 1064.15 s [retrie] | ^^
  10621. 1064.15 s [retrie]
  10622. 1064.15 s [retrie] Retrie/PatternMap/Instances.hs:159:10: warning: [GHC-63397] [-Wname-shadowing]
  10623. 1064.15 s [retrie] This binding for ‘m1’ shadows the existing binding
  10624. 1064.15 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10625. 1064.15 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10626. 1064.15 s [retrie] |
  10627. 1064.15 s [retrie] 159 | mUnion m1 m2 = LM
  10628. 1064.15 s [retrie] | ^^
  10629. 1064.15 s [retrie]
  10630. 1064.15 s [retrie] Retrie/PatternMap/Instances.hs:232:10: warning: [GHC-63397] [-Wname-shadowing]
  10631. 1064.15 s [retrie] This binding for ‘m1’ shadows the existing binding
  10632. 1064.15 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10633. 1064.15 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10634. 1064.15 s [retrie] |
  10635. 1064.15 s [retrie] 232 | mUnion m1 m2 = OLM
  10636. 1064.15 s [retrie] | ^^
  10637. 1064.15 s [retrie]
  10638. 1064.15 s [retrie] Retrie/PatternMap/Instances.hs:317:10: warning: [GHC-63397] [-Wname-shadowing]
  10639. 1064.15 s [retrie] This binding for ‘m1’ shadows the existing binding
  10640. 1064.15 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10641. 1064.23 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10642. 1064.23 s [retrie] |
  10643. 1064.23 s [retrie] 317 | mUnion m1 m2 = EM
  10644. 1064.23 s [retrie] | ^^
  10645. 1064.23 s [retrie]
  10646. 1064.23 s [retrie] Retrie/PatternMap/Instances.hs:570:10: warning: [GHC-63397] [-Wname-shadowing]
  10647. 1064.23 s [retrie] This binding for ‘m1’ shadows the existing binding
  10648. 1064.23 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10649. 1064.23 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10650. 1064.23 s [retrie] |
  10651. 1064.23 s [retrie] 570 | mUnion m1 m2 = SCM
  10652. 1064.23 s [retrie] | ^^
  10653. 1064.23 s [retrie]
  10654. 1064.23 s [retrie] Retrie/PatternMap/Instances.hs:625:17: warning: [GHC-63397] [-Wname-shadowing]
  10655. 1064.23 s [retrie] This binding for ‘m1’ shadows the existing binding
  10656. 1064.23 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10657. 1064.23 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10658. 1064.23 s [retrie] |
  10659. 1064.23 s [retrie] 625 | mUnion (MGMap m1) (MGMap m2) = MGMap (mUnion m1 m2)
  10660. 1064.23 s [apply-refact] tests/examples/Default117.hs: OK (0.07s)
  10661. 1064.23 s [retrie] | ^^
  10662. 1064.23 s [retrie]
  10663. 1064.23 s [retrie] Retrie/PatternMap/Instances.hs:647:16: warning: [GHC-63397] [-Wname-shadowing]
  10664. 1064.23 s [retrie] This binding for ‘m1’ shadows the existing binding
  10665. 1064.23 s [apply-refact] tests/examples/Comment6.hs: OK
  10666. 1064.23 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10667. 1064.23 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10668. 1064.23 s [retrie] |
  10669. 1064.23 s [retrie] 647 | mUnion (MMap m1) (MMap m2) = MMap (mUnion m1 m2)
  10670. 1064.23 s [apply-refact] tests/examples/NegLit.hs: OK
  10671. 1064.23 s [retrie] | ^^
  10672. 1064.23 s [retrie]
  10673. 1064.23 s [retrie] Retrie/PatternMap/Instances.hs:695:10: warning: [GHC-63397] [-Wname-shadowing]
  10674. 1064.23 s [retrie] This binding for ‘m1’ shadows the existing binding
  10675. 1064.23 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10676. 1064.23 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10677. 1064.24 s [retrie] |
  10678. 1064.24 s [retrie] 695 | mUnion m1 m2 = CDMap
  10679. 1064.24 s [retrie] | ^^
  10680. 1064.24 s [retrie]
  10681. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:704:21: warning: [-Wunused-matches]
  10682. 1064.24 s [retrie] Defined but not used: ‘tyargs’
  10683. 1064.24 s [retrie] |
  10684. 1064.24 s [retrie] 704 | go (PrefixCon tyargs ps) = m { cdPrefixCon = mAlter env vs ps f (cdPrefixCon m) }
  10685. 1064.24 s [retrie] | ^^^^^^
  10686. 1064.24 s [retrie]
  10687. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:714:21: warning: [-Wunused-matches]
  10688. 1064.24 s [retrie] Defined but not used: ‘tyargs’
  10689. 1064.24 s [retrie] |
  10690. 1064.24 s [retrie] 714 | go (PrefixCon tyargs ps) = mapFor cdPrefixCon >=> mMatch env ps
  10691. 1064.24 s [retrie] | ^^^^^^
  10692. 1064.24 s [retrie]
  10693. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:753:10: warning: [GHC-63397] [-Wname-shadowing]
  10694. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10695. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10696. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10697. 1064.24 s [retrie] |
  10698. 1064.24 s [retrie] 753 | mUnion m1 m2 = PatMap
  10699. 1064.24 s [retrie] | ^^
  10700. 1064.24 s [retrie]
  10701. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:834:20: warning: [GHC-63397] [-Wname-shadowing]
  10702. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10703. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10704. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10705. 1064.24 s [retrie] |
  10706. 1064.24 s [retrie] 834 | mUnion (GRHSSMap m1) (GRHSSMap m2) = GRHSSMap (mUnion m1 m2)
  10707. 1064.24 s [retrie] | ^^
  10708. 1064.24 s [retrie]
  10709. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:865:19: warning: [GHC-63397] [-Wname-shadowing]
  10710. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10711. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10712. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10713. 1064.24 s [retrie] |
  10714. 1064.24 s [retrie] 865 | mUnion (GRHSMap m1) (GRHSMap m2) = GRHSMap (mUnion m1 m2)
  10715. 1064.24 s [retrie] | ^^
  10716. 1064.24 s [retrie]
  10717. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:908:10: warning: [GHC-63397] [-Wname-shadowing]
  10718. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10719. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10720. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10721. 1064.24 s [retrie] |
  10722. 1064.24 s [retrie] 908 | mUnion m1 m2 = SLM
  10723. 1064.24 s [retrie] | ^^
  10724. 1064.24 s [retrie]
  10725. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:962:10: warning: [GHC-63397] [-Wname-shadowing]
  10726. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10727. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10728. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10729. 1064.24 s [retrie] |
  10730. 1064.24 s [retrie] 962 | mUnion m1 m2 = LB
  10731. 1064.24 s [retrie] | ^^
  10732. 1064.24 s [retrie]
  10733. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:1026:10: warning: [GHC-63397] [-Wname-shadowing]
  10734. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10735. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10736. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10737. 1064.24 s [retrie] |
  10738. 1064.24 s [retrie] 1026 | mUnion m1 m2 = BM
  10739. 1064.24 s [retrie] | ^^
  10740. 1064.24 s [retrie]
  10741. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:1090:10: warning: [GHC-63397] [-Wname-shadowing]
  10742. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10743. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10744. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10745. 1064.24 s [retrie] |
  10746. 1064.24 s [retrie] 1090 | mUnion m1 m2 = SM
  10747. 1064.24 s [retrie] | ^^
  10748. 1064.24 s [retrie]
  10749. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:1171:10: warning: [GHC-63397] [-Wname-shadowing]
  10750. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10751. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10752. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10753. 1064.24 s [retrie] |
  10754. 1064.24 s [retrie] 1171 | mUnion m1 m2 = TM
  10755. 1064.24 s [retrie] | ^^
  10756. 1064.24 s [retrie]
  10757. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:1303:15: warning: [GHC-63397] [-Wname-shadowing]
  10758. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10759. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10760. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10761. 1064.24 s [retrie] |
  10762. 1064.24 s [retrie] 1303 | mUnion (RFM m1) (RFM m2) = RFM (mUnion m1 m2)
  10763. 1064.24 s [retrie] | ^^
  10764. 1064.24 s [retrie]
  10765. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:1430:10: warning: [GHC-63397] [-Wname-shadowing]
  10766. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10767. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10768. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10769. 1064.24 s [retrie] |
  10770. 1064.24 s [retrie] 1430 | mUnion m1 m2 = TupleSortMap
  10771. 1064.24 s [retrie] | ^^
  10772. 1064.24 s [retrie]
  10773. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:1476:10: warning: [GHC-63397] [-Wname-shadowing]
  10774. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10775. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10776. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10777. 1064.24 s [retrie] |
  10778. 1064.24 s [retrie] 1476 | mUnion m1 m2 = ForAllTyMap
  10779. 1064.24 s [retrie] | ^^
  10780. 1064.24 s [retrie]
  10781. 1064.24 s [retrie] Retrie/PatternMap/Instances.hs:1511:10: warning: [GHC-63397] [-Wname-shadowing]
  10782. 1064.24 s [retrie] This binding for ‘m1’ shadows the existing binding
  10783. 1064.24 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
  10784. 1064.24 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10785. 1064.24 s [retrie] |
  10786. 1064.24 s [retrie] 1511 | mUnion m1 m2 = ForallVisMap (unionOn favBoolMap m1 m2)
  10787. 1064.24 s [retrie] | ^^
  10788. 1064.24 s [apply-refact] tests/examples/Default84.hs: OK (0.04s)
  10789. 1064.28 s [apply-refact] tests/examples/ListRec6.hs: OK (0.08s)
  10790. 1064.28 s [apply-refact] tests/examples/Extensions22.hs: OK
  10791. 1064.28 s [apply-refact] tests/examples/Monad1.hs: OK
  10792. 1064.29 s [apply-refact] tests/examples/Import13.hs: OK
  10793. 1064.31 s [retrie] 80% ( 4 / 5) in 'Retrie.Universe'
  10794. 1064.31 s [retrie] Missing documentation for:
  10795. 1064.31 s [retrie] Module header
  10796. 1064.37 s [apply-refact] tests/examples/EtaReduceLocalTypeSig.hs: OK (0.05s)
  10797. 1064.39 s [retrie]
  10798. 1064.39 s [retrie] Retrie/Universe.hs:114:10: warning: [GHC-63397] [-Wname-shadowing]
  10799. 1064.39 s [retrie] This binding for ‘m1’ shadows the existing binding
  10800. 1064.39 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Universe.hs:23:1-24
  10801. 1064.40 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10802. 1064.40 s [retrie] |
  10803. 1064.40 s [retrie] 114 | mUnion m1 m2 = UMap
  10804. 1064.40 s [retrie] | ^^
  10805. 1064.43 s [apply-refact] tests/examples/Default104.hs: OK (0.09s)
  10806. 1064.46 s [apply-refact] tests/examples/Bracket11.hs: OK (0.03s)
  10807. 1064.46 s [apply-refact] tests/examples/Default95.hs: OK
  10808. 1064.51 s [retrie] Warning: 'valid' is out of scope.
  10809. 1064.51 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  10810. 1064.51 s [retrie] 93% ( 28 / 30) in 'Retrie.Types'
  10811. 1064.51 s [retrie] Missing documentation for:
  10812. 1064.51 s [retrie] Module header
  10813. 1064.51 s [retrie] Direction (Retrie/Types.hs:99)
  10814. 1064.54 s [apply-refact] tests/examples/Lambda19.hs: OK (0.08s)
  10815. 1064.55 s [apply-refact] tests/examples/List5.hs: OK
  10816. 1064.64 s [retrie]
  10817. 1064.64 s [apply-refact] tests/examples/Default99.hs: OK (0.05s)
  10818. 1064.64 s [retrie] Retrie/Types.hs:133:3: warning: [-Wnoncanonical-monoid-instances]
  10819. 1064.64 s [retrie] Noncanonical ‘(<>) = mappend’ definition detected
  10820. 1064.64 s [retrie] in the instance declaration for ‘Semigroup (Matcher a)’.
  10821. 1064.64 s [retrie] Move definition from ‘mappend’ to ‘(<>)’
  10822. 1064.64 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  10823. 1064.64 s [retrie] |
  10824. 1064.64 s [retrie] 133 | (<>) = mappend
  10825. 1064.64 s [retrie] | ^^^^^^^^^^^^^^
  10826. 1064.64 s [retrie]
  10827. 1064.64 s [retrie] Retrie/Types.hs:137:3: warning: [-Wnoncanonical-monoid-instances]
  10828. 1064.64 s [retrie] Noncanonical ‘mappend’ definition detected
  10829. 1064.64 s [retrie] in the instance declaration for ‘Monoid (Matcher a)’.
  10830. 1064.64 s [retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  10831. 1064.64 s [retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  10832. 1064.64 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  10833. 1064.64 s [retrie] |
  10834. 1064.64 s [retrie] 137 | mappend (Matcher m1) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
  10835. 1064.64 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10836. 1064.64 s [retrie]
  10837. 1064.64 s [retrie] Retrie/Types.hs:137:20: warning: [GHC-63397] [-Wname-shadowing]
  10838. 1064.64 s [retrie] This binding for ‘m1’ shadows the existing binding
  10839. 1064.64 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Types.hs:59:1-24
  10840. 1064.64 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10841. 1064.64 s [retrie] |
  10842. 1064.64 s [retrie] 137 | mappend (Matcher m1) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
  10843. 1064.64 s [retrie] | ^^
  10844. 1064.67 s [retrie] 25% ( 1 / 4) in 'Retrie.Query'
  10845. 1064.67 s [retrie] Missing documentation for:
  10846. 1064.67 s [retrie] Module header
  10847. 1064.67 s [retrie] parseQuerySpecs (Retrie/Query.hs:30)
  10848. 1064.67 s [retrie] genericQ (Retrie/Query.hs:48)
  10849. 1064.67 s [apply-refact] tests/examples/Default120.hs: OK (0.06s)
  10850. 1064.73 s [retrie] Warning: 'foo' is out of scope.
  10851. 1064.73 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  10852. 1064.73 s [retrie] Warning: 'bar' is out of scope.
  10853. 1064.73 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  10854. 1064.73 s [retrie] Warning: 'baz' is out of scope.
  10855. 1064.73 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  10856. 1064.73 s [retrie] Warning: 'quux' is out of scope.
  10857. 1064.73 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  10858. 1064.73 s [apply-refact] tests/examples/Default125.hs: OK (0.04s)
  10859. 1064.74 s [retrie] 33% ( 1 / 3) in 'Retrie.GroundTerms'
  10860. 1064.74 s [retrie] Missing documentation for:
  10861. 1064.74 s [retrie] Module header
  10862. 1064.74 s [retrie] groundTerms (Retrie/GroundTerms.hs:45)
  10863. 1064.77 s [apply-refact] tests/examples/Default69.hs: OK (0.07s)
  10864. 1064.79 s [apply-refact] tests/examples/Extensions3.hs: OK
  10865. 1064.84 s [apply-refact] tests/examples/Import7.hs: OK (0.04s)
  10866. 1064.87 s [apply-refact] tests/examples/Structure19.hs: OK (0.06s)
  10867. 1064.89 s [apply-refact] tests/examples/Test7.hs: OK
  10868. 1064.91 s [apply-refact] tests/examples/Bracket23.hs: OK (0.04s)
  10869. 1064.93 s [retrie] 0% ( 0 / 23) in 'Retrie.Expr'
  10870. 1064.93 s [retrie] Missing documentation for:
  10871. 1064.93 s [retrie] Module header
  10872. 1064.93 s [retrie] bitraverseHsConDetails (Retrie/Expr.hs:475)
  10873. 1064.93 s [retrie] getUnparened (Retrie/Expr.hs:356)
  10874. 1064.93 s [retrie] grhsToExpr (Retrie/Expr.hs:319)
  10875. 1064.93 s [retrie] mkApps (Retrie/Expr.hs:163)
  10876. 1064.93 s [retrie] mkConPatIn (Retrie/Expr.hs:188)
  10877. 1064.93 s [retrie] mkEpAnn (Retrie/Expr.hs:106)
  10878. 1064.93 s [retrie] mkHsAppsTy (Retrie/Expr.hs:172)
  10879. 1064.93 s [retrie] mkLams (Retrie/Expr.hs:118)
  10880. 1064.93 s [retrie] mkLet (Retrie/Expr.hs:144)
  10881. 1064.93 s [retrie] mkLoc (Retrie/Expr.hs:88)
  10882. 1064.93 s [retrie] mkLocA (Retrie/Expr.hs:93)
  10883. 1064.93 s [retrie] mkLocatedHsVar (Retrie/Expr.hs:55)
  10884. 1064.93 s [retrie] mkVarPat (Retrie/Expr.hs:183)
  10885. 1064.93 s [retrie] mkTyVar (Retrie/Expr.hs:176)
  10886. 1064.93 s [retrie] parenify (Retrie/Expr.hs:335)
  10887. 1064.93 s [retrie] parenifyT (Retrie/Expr.hs:445)
  10888. 1064.93 s [retrie] parenifyP (Retrie/Expr.hs:411)
  10889. 1064.93 s [retrie] patToExpr (Retrie/Expr.hs:237)
  10890. 1064.93 s [retrie] unparen (Retrie/Expr.hs:360)
  10891. 1064.93 s [retrie] unparenP (Retrie/Expr.hs:465)
  10892. 1064.93 s [retrie] unparenT (Retrie/Expr.hs:461)
  10893. 1064.93 s [retrie] wildSupply (Retrie/Expr.hs:221)
  10894. 1064.99 s [apply-refact] tests/examples/Lambda4.hs: OK (0.06s)
  10895. 1065.09 s [apply-refact] tests/examples/Async.hs: OK (0.12s)
  10896. 1065.15 s Waiting for lock on waiting for lock on '/nix/store/ca3vx94ik0vy056rpwa2mjw2j1vqw3fa-fourmolu-0.15.0.0', '/nix/store/idjbg6vbs32klp7lw03qf5c7bqk9lny1-fourmolu-0.15.0.0-doc'
  10897. 1065.15 s Waiting for lock on waiting for lock on '/nix/store/9ml8ynxxvkddns9f2k9bdapqq0ixnyhq-hie-bios-0.14.0-doc', '/nix/store/d3jhbi97064ixmkdiwhr7g9x474q30w6-hie-bios
  10898. 1065.15 s Waiting for lock on waiting for lock on '/nix/store/g4smlvgqrnvplp318mpf2ih0sbldhgr9-hlint-3.8-doc', '/nix/store/l8vc8agbd3586ydhfnw4rxw8iacd87v3-hlint-3.8', '/nix/store/mjkjrgkb1scr3wc9dff84vhspf0w295p-hlint-3.8-data'
  10899. 1065.15 s Waiting for lock on waiting for lock on '/nix/store/7cs88xdjj79269ya8wf2d2066m6ci4a5-implicit-hie-0.1.4.0-doc', '/nix/store/a4wmizzrx11r1s4bs17k6bl3hxxzvfxv-implicit-hie
  10900. 1065.15 s [apply-refact] tests/examples/Lambda28.hs: OK (0.04s)
  10901. 1065.15 s [apply-refact] tests/examples/Extensions25.hs: OK
  10902. 1065.18 s [retrie]
  10903. 1065.18 s [retrie] Retrie/Expr.hs:40:1: warning: [-Wunused-imports]
  10904. 1065.18 s [retrie] The import of ‘Data.Functor.Identity’ is redundant
  10905. 1065.18 s [retrie] except perhaps to import instances from ‘Data.Functor.Identity’
  10906. 1065.18 s [retrie] To import instances alone, use: import Data.Functor.Identity()
  10907. 1065.18 s [retrie] |
  10908. 1065.18 s [retrie] 40 | import Data.Functor.Identity
  10909. 1065.18 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10910. 1065.18 s [retrie]
  10911. 1065.18 s [retrie] Retrie/Expr.hs:51:1: warning: [-Wunused-imports]
  10912. 1065.18 s [retrie] The import of ‘Retrie.Util’ is redundant
  10913. 1065.18 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  10914. 1065.18 s [retrie] To import instances alone, use: import Retrie.Util()
  10915. 1065.18 s [retrie] |
  10916. 1065.18 s [retrie] 51 | import Retrie.Util
  10917. 1065.19 s [retrie] | ^^^^^^^^^^^^^^^^^^
  10918. 1065.19 s [retrie]
  10919. 1065.19 s [retrie] Retrie/Expr.hs:56:16: warning: [-Wunused-matches]
  10920. 1065.19 s [retrie] Defined but not used: ‘ln’
  10921. 1065.19 s [retrie] |
  10922. 1065.19 s [retrie] 56 | mkLocatedHsVar ln@(L l n) = do
  10923. 1065.19 s [retrie] | ^^
  10924. 1065.20 s [retrie]
  10925. 1065.20 s [retrie] Retrie/Expr.hs:130:16: warning: [-Wunused-local-binds]
  10926. 1065.20 s [retrie] Defined but not used: ‘x’
  10927. 1065.20 s [retrie] |
  10928. 1065.20 s [retrie] 130 | L l (Match x ctxt pats (GRHSs cs grhs binds)) = mkMatch LambdaExpr vs e emptyLocalBinds
  10929. 1065.20 s [retrie] | ^
  10930. 1065.20 s [retrie]
  10931. 1065.20 s [retrie] Retrie/Expr.hs:132:19: warning: [-Wunused-matches]
  10932. 1065.20 s [retrie] Defined but not used: ‘an’
  10933. 1065.20 s [retrie] |
  10934. 1065.20 s [retrie] 132 | [L lg (GRHS an guards rhs)] -> [L lg (GRHS ang guards rhs)]
  10935. 1065.20 s [retrie] | ^^
  10936. 1065.20 s [retrie]
  10937. 1065.20 s [retrie] Retrie/Expr.hs:180:9: warning: [-Wunused-matches]
  10938. 1065.20 s [retrie] Defined but not used: ‘nm'’
  10939. 1065.20 s [retrie] |
  10940. 1065.20 s [retrie] 180 | (tv', nm') <- swapEntryDPT tv nm
  10941. 1065.20 s [retrie] | ^^^
  10942. 1065.20 s [retrie]
  10943. 1065.20 s [retrie] Retrie/Expr.hs:225:1: warning: [-Wunused-top-binds]
  10944. 1065.20 s [retrie] Defined but not used: ‘wildSupplyAlphaEnv’
  10945. 1065.20 s [retrie] |
  10946. 1065.21 s [retrie] 225 | wildSupplyAlphaEnv env = wildSupplyP (\ nm -> isNothing (lookupAlphaEnv nm env))
  10947. 1065.21 s [retrie] | ^^^^^^^^^^^^^^^^^^
  10948. 1065.21 s [retrie]
  10949. 1065.21 s [retrie] Retrie/Expr.hs:310:29: warning: [-Wunused-matches]
  10950. 1065.21 s [retrie] Defined but not used: ‘tyargs’
  10951. 1065.21 s [retrie] |
  10952. 1065.21 s [retrie] 310 | conPatHelper con (PrefixCon tyargs xs) = do
  10953. 1065.21 s [retrie] | ^^^^^^
  10954. 1065.21 s [retrie]
  10955. 1065.21 s [retrie] Retrie/Expr.hs:350:34: warning: [GHC-63397] [-Wname-shadowing]
  10956. 1065.21 s [retrie] This binding for ‘d1’ shadows the existing binding
  10957. 1065.21 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Expr.hs:46:1-24
  10958. 1065.21 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  10959. 1065.21 s [retrie] |
  10960. 1065.21 s [retrie] 350 | needed (HasPrec (Fixity _ p1 d1)) (Just (Fixity _ p2 d2)) =
  10961. 1065.21 s [apply-refact] tests/examples/Default25.hs: OK (0.05s)
  10962. 1065.21 s [retrie] | ^^
  10963. 1065.21 s [retrie]
  10964. 1065.21 s [retrie] Retrie/Expr.hs:374:1: warning: [-Wunused-top-binds]
  10965. 1065.21 s [retrie] Defined but not used: ‘mkParen’
  10966. 1065.21 s [retrie] |
  10967. 1065.21 s [retrie] 374 | mkParen k e = do
  10968. 1065.21 s [retrie] | ^^^^^^^
  10969. 1065.21 s [retrie]
  10970. 1065.21 s [retrie] Retrie/Expr.hs:377:4: warning: [-Wunused-matches]
  10971. 1065.21 s [retrie] Defined but not used: ‘e0’
  10972. 1065.21 s [retrie] |
  10973. 1065.21 s [retrie] 377 | (e0,pe0) <- swapEntryDPT e pe
  10974. 1065.21 s [retrie] | ^^
  10975. 1065.22 s [apply-refact] tests/examples/Unsafe4.hs: OK (0.03s)
  10976. 1065.22 s [apply-refact] tests/examples/Monad2.hs: OK
  10977. 1065.25 s [retrie] 33% ( 1 / 3) in 'Retrie.Rewrites.Types'
  10978. 1065.25 s [retrie] Missing documentation for:
  10979. 1065.25 s [retrie] Module header
  10980. 1065.25 s [retrie] typeSynonymsToRewrites (Retrie/Rewrites/Types.hs:21)
  10981. 1065.29 s [apply-refact] tests/examples/Comment4.hs: OK (0.05s)
  10982. 1065.30 s [apply-refact] tests/examples/Lambda24.hs: OK (0.02s)
  10983. 1065.30 s [apply-refact] tests/examples/Lambda13.hs: OK
  10984. 1065.32 s [retrie] 0% ( 0 / 4) in 'Retrie.Rewrites.Function'
  10985. 1065.32 s [retrie] Missing documentation for:
  10986. 1065.32 s [retrie] Module header
  10987. 1065.32 s [retrie] dfnsToRewrites (Retrie/Rewrites/Function.hs:27)
  10988. 1065.32 s [retrie] getImports (Retrie/Rewrites/Function.hs:53)
  10989. 1065.33 s [retrie] matchToRewrites (Retrie/Rewrites/Function.hs:59)
  10990. 1065.34 s [apply-refact] tests/examples/Default7.hs: OK (0.04s)
  10991. 1065.38 s [apply-refact] tests/examples/Default114.hs: OK
  10992. 1065.40 s [apply-refact] tests/examples/Default61.hs: OK (0.06s)
  10993. 1065.40 s [apply-refact] tests/examples/Extensions23.hs: OK
  10994. 1065.40 s [apply-refact] tests/examples/Default81.hs: OK
  10995. 1065.41 s [retrie]
  10996. 1065.41 s [retrie] Retrie/Rewrites/Function.hs:25:1: warning: [-Wunused-imports]
  10997. 1065.41 s [retrie] The import of ‘Retrie.Util’ is redundant
  10998. 1065.41 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  10999. 1065.41 s [retrie] To import instances alone, use: import Retrie.Util()
  11000. 1065.41 s [retrie] |
  11001. 1065.41 s [retrie] 25 | import Retrie.Util
  11002. 1065.41 s [retrie] | ^^^^^^^^^^^^^^^^^^
  11003. 1065.41 s [retrie]
  11004. 1065.42 s [retrie] Retrie/Rewrites/Function.hs:55:42: warning: [GHC-63397] [-Wname-shadowing]
  11005. 1065.42 s [retrie] This binding for ‘mn’ shadows the existing binding
  11006. 1065.42 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Rewrites/Function.hs:20:1-24
  11007. 1065.42 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  11008. 1065.42 s [retrie] |
  11009. 1065.42 s [retrie] 55 | getImports libdir RightToLeft (Just (L _ mn)) = -- See Note [fold only]
  11010. 1065.42 s [retrie] | ^^
  11011. 1065.43 s [apply-refact] tests/examples/Default88.hs: OK (0.02s)
  11012. 1065.47 s [retrie] 0% ( 0 / 2) in 'Retrie.Rewrites.Patterns'
  11013. 1065.47 s [retrie] Missing documentation for:
  11014. 1065.47 s [retrie] Module header
  11015. 1065.47 s [retrie] patternSynonymsToRewrites (Retrie/Rewrites/Patterns.hs:27)
  11016. 1065.49 s [apply-refact] tests/examples/Default21.hs: OK (0.05s)
  11017. 1065.52 s [retrie]
  11018. 1065.52 s [retrie] Retrie/Rewrites/Patterns.hs:12:48: warning: [-Wunused-imports]
  11019. 1065.52 s [retrie] The import of ‘lift’ from module ‘Control.Monad.State’ is redundant
  11020. 1065.52 s [retrie] |
  11021. 1065.52 s [retrie] 12 | import Control.Monad.State (StateT(runStateT), lift)
  11022. 1065.52 s [retrie] | ^^^^
  11023. 1065.57 s [apply-refact] tests/examples/Bracket37.hs: OK (0.03s)
  11024. 1065.59 s [apply-refact] tests/examples/Bracket16.hs: OK (0.07s)
  11025. 1065.62 s [retrie] Warning: 'apply' is out of scope.
  11026. 1065.62 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  11027. 1065.62 s [apply-refact] tests/examples/Comment7.hs: OK (0.05s)
  11028. 1065.63 s [retrie] 75% ( 3 / 4) in 'Retrie.Context'
  11029. 1065.63 s [retrie] Missing documentation for:
  11030. 1065.63 s [retrie] Module header
  11031. 1065.66 s [apply-refact] tests/examples/Extensions8.hs: OK (0.03s)
  11032. 1065.66 s [apply-refact] tests/examples/Default92.hs: OK
  11033. 1065.67 s [apply-refact] tests/examples/Test5.hs: OK
  11034. 1065.69 s [apply-refact] tests/examples/Default91.hs: OK (0.03s)
  11035. 1065.70 s [apply-refact] tests/examples/Default112.hs: OK
  11036. 1065.70 s [apply-refact] tests/examples/Default42.hs: OK
  11037. 1065.71 s [apply-refact] tests/examples/Default100.hs: OK
  11038. 1065.73 s [apply-refact] tests/examples/Import11.hs: OK (0.03s)
  11039. 1065.78 s [retrie] 50% ( 1 / 2) in 'Retrie.Subst'
  11040. 1065.78 s [retrie] Missing documentation for:
  11041. 1065.78 s [retrie] Module header
  11042. 1065.80 s [apply-refact] tests/examples/Bracket13.hs: OK (0.08s)
  11043. 1065.84 s [retrie]
  11044. 1065.84 s [retrie] Retrie/Subst.hs:20:1: warning: [-Wunused-imports]
  11045. 1065.84 s [retrie] The import of ‘Retrie.Util’ is redundant
  11046. 1065.84 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  11047. 1065.84 s [retrie] To import instances alone, use: import Retrie.Util()
  11048. 1065.84 s [retrie] |
  11049. 1065.84 s [retrie] 20 | import Retrie.Util
  11050. 1065.84 s [retrie] | ^^^^^^^^^^^^^^^^^^
  11051. 1065.84 s [retrie]
  11052. 1065.84 s [retrie] Retrie/Subst.hs:59:11: warning: [GHC-63397] [-Wname-shadowing]
  11053. 1065.84 s [retrie] This binding for ‘comments’ shadows the existing binding
  11054. 1065.84 s [retrie] imported from ‘Retrie.GHC’ at Retrie/Subst.hs:16:1-17
  11055. 1065.84 s [retrie] (and originally defined in ‘GHC.Parser.Annotation’)
  11056. 1065.84 s [retrie] |
  11057. 1065.84 s [retrie] 59 | let comments = hasComments e0
  11058. 1065.84 s [retrie] | ^^^^^^^^
  11059. 1065.85 s [apply-refact] tests/examples/Default111.hs: OK (0.04s)
  11060. 1065.90 s [retrie] 75% ( 3 / 4) in 'Retrie.Replace'
  11061. 1065.90 s [retrie] Missing documentation for:
  11062. 1065.90 s [retrie] Module header
  11063. 1065.93 s [apply-refact] tests/examples/Default40.hs: OK (0.06s)
  11064. 1065.93 s [retrie]
  11065. 1065.94 s [retrie] Retrie/Replace.hs:28:1: warning: [-Wunused-imports]
  11066. 1065.94 s [retrie] The import of ‘Retrie.Util’ is redundant
  11067. 1065.94 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  11068. 1065.94 s [retrie] To import instances alone, use: import Retrie.Util()
  11069. 1065.94 s [retrie] |
  11070. 1065.94 s [retrie] 28 | import Retrie.Util
  11071. 1065.94 s [retrie] | ^^^^^^^^^^^^^^^^^^
  11072. 1065.94 s [retrie]
  11073. 1065.94 s [retrie] Retrie/Replace.hs:129:3: warning: [-Wnoncanonical-monoid-instances]
  11074. 1065.94 s [retrie] Noncanonical ‘(<>) = mappend’ definition detected
  11075. 1065.94 s [retrie] in the instance declaration for ‘Semigroup Change’.
  11076. 1065.94 s [retrie] Move definition from ‘mappend’ to ‘(<>)’
  11077. 1065.94 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  11078. 1065.94 s [apply-refact] tests/examples/Naming12.hs: OK (0.02s)
  11079. 1065.94 s [retrie] |
  11080. 1065.94 s [retrie] 129 | (<>) = mappend
  11081. 1065.94 s [retrie] | ^^^^^^^^^^^^^^
  11082. 1065.94 s [retrie]
  11083. 1065.94 s [retrie] Retrie/Replace.hs:133:3: warning: [-Wnoncanonical-monoid-instances]
  11084. 1065.94 s [retrie] Noncanonical ‘mappend’ definition detected
  11085. 1065.94 s [retrie] in the instance declaration for ‘Monoid Change’.
  11086. 1065.94 s [retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  11087. 1065.94 s [apply-refact] tests/examples/Monad12.hs: OK
  11088. 1065.94 s [retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  11089. 1065.94 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  11090. 1065.94 s [retrie] |
  11091. 1065.94 s [retrie] 133 | mappend NoChange other = other
  11092. 1065.94 s [apply-refact] tests/examples/Extensions9.hs: OK
  11093. 1065.94 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  11094. 1066.03 s [apply-refact] tests/examples/Lambda41.hs: OK (0.07s)
  11095. 1066.06 s [retrie] 12% ( 1 / 8) in 'Retrie.CPP'
  11096. 1066.06 s [retrie] Missing documentation for:
  11097. 1066.06 s [retrie] Module header
  11098. 1066.06 s [retrie] CPP (Retrie/CPP.hs:63)
  11099. 1066.06 s [retrie] addImportsCPP (Retrie/CPP.hs:79)
  11100. 1066.06 s [retrie] parseCPPFile (Retrie/CPP.hs:89)
  11101. 1066.06 s [retrie] parseCPP (Retrie/CPP.hs:97)
  11102. 1066.06 s [retrie] printCPP (Retrie/CPP.hs:108)
  11103. 1066.06 s [retrie] cppFork (Retrie/CPP.hs:183)
  11104. 1066.06 s [apply-refact] tests/examples/ListRec1.hs: OK (0.05s)
  11105. 1066.15 s [apply-refact] tests/examples/Default53.hs: OK (0.07s)
  11106. 1066.17 s [apply-refact] tests/examples/Default78.hs: OK (0.03s)
  11107. 1066.17 s [apply-refact] tests/examples/Structure11.hs: OK
  11108. 1066.22 s [retrie]
  11109. 1066.22 s [retrie] Retrie/CPP.hs:140:19: warning: [GHC-63397] [-Wname-shadowing]
  11110. 1066.22 s [retrie] This binding for ‘rs’ shadows the existing binding
  11111. 1066.22 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
  11112. 1066.22 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Utils’)
  11113. 1066.22 s [retrie] |
  11114. 1066.22 s [retrie] 140 | splice prefix l c rs@((r, repl):rs') ts@(t:ts')
  11115. 1066.23 s [retrie] | ^^
  11116. 1066.23 s [retrie]
  11117. 1066.23 s [retrie] Retrie/CPP.hs:346:24: warning: [GHC-63397] [-Wname-shadowing]
  11118. 1066.23 s [retrie] This binding for ‘mn’ shadows the existing binding
  11119. 1066.23 s [retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
  11120. 1066.23 s [retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
  11121. 1066.23 s [retrie] |
  11122. 1066.23 s [retrie] 346 | externalImps (Just mn) = filter ((/= mn) . unLoc . ideclName . unLoc)
  11123. 1066.23 s [retrie] | ^^
  11124. 1066.24 s [apply-refact] tests/examples/Bracket0.hs: OK (0.07s)
  11125. 1066.24 s [apply-refact] tests/examples/Import3.hs: OK
  11126. 1066.28 s [apply-refact] tests/examples/Bracket26.hs: OK (0.04s)
  11127. 1066.28 s [apply-refact] tests/examples/Default34.hs: OK
  11128. 1066.28 s [apply-refact] tests/examples/Default31.hs: OK
  11129. 1066.28 s [apply-refact] tests/examples/Default94.hs: OK
  11130. 1066.32 s [retrie] 88% ( 16 / 18) in 'Retrie.Monad'
  11131. 1066.32 s [retrie] Missing documentation for:
  11132. 1066.32 s [retrie] Module header
  11133. 1066.32 s [retrie] liftRWST (Retrie/Monad.hs:82)
  11134. 1066.37 s [apply-refact] tests/examples/Default41.hs: OK (0.07s)
  11135. 1066.38 s [apply-refact] tests/examples/Default77.hs: OK (0.03s)
  11136. 1066.39 s [apply-refact] tests/examples/Comment1.hs: OK
  11137. 1066.42 s [retrie]
  11138. 1066.42 s [retrie] Retrie/Monad.hs:127:3: warning: [-Wnoncanonical-monad-instances]
  11139. 1066.42 s [retrie] Noncanonical ‘return’ definition detected
  11140. 1066.42 s [retrie] in the instance declaration for ‘Monad Retrie’.
  11141. 1066.42 s [retrie] ‘return’ will eventually be removed in favour of ‘pure’
  11142. 1066.42 s [retrie] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
  11143. 1066.42 s [retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
  11144. 1066.42 s [retrie] |
  11145. 1066.42 s [retrie] 127 | return = Pure
  11146. 1066.42 s [retrie] | ^^^^^^^^^^^^^
  11147. 1066.43 s [apply-refact] tests/examples/Default108.hs: OK (0.02s)
  11148. 1066.47 s [retrie] 0% ( 0 / 2) in 'Retrie.Rewrites.Rules'
  11149. 1066.47 s [retrie] Missing documentation for:
  11150. 1066.47 s [retrie] Module header
  11151. 1066.47 s [retrie] rulesToRewrites (Retrie/Rewrites/Rules.hs:23)
  11152. 1066.47 s [apply-refact] tests/examples/ListRec7.hs: OK (0.06s)
  11153. 1066.49 s [apply-refact] tests/examples/Bracket47.hs: OK (0.02s)
  11154. 1066.50 s [retrie]
  11155. 1066.50 s [retrie] Retrie/Rewrites/Rules.hs:17:1: warning: [-Wunused-imports]
  11156. 1066.50 s [retrie] The import of ‘Retrie.Util’ is redundant
  11157. 1066.50 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  11158. 1066.50 s [retrie] To import instances alone, use: import Retrie.Util()
  11159. 1066.50 s [retrie] |
  11160. 1066.50 s [retrie] 17 | import Retrie.Util
  11161. 1066.50 s [retrie] | ^^^^^^^^^^^^^^^^^^
  11162. 1066.50 s [retrie]
  11163. 1066.50 s [retrie] Retrie/Rewrites/Rules.hs:18:1: warning: [-Wunused-imports]
  11164. 1066.50 s [retrie] The import of ‘Retrie.Monad’ is redundant
  11165. 1066.50 s [retrie] except perhaps to import instances from ‘Retrie.Monad’
  11166. 1066.50 s [retrie] To import instances alone, use: import Retrie.Monad()
  11167. 1066.50 s [retrie] |
  11168. 1066.50 s [retrie] 18 | import Retrie.Monad
  11169. 1066.50 s [retrie] | ^^^^^^^^^^^^^^^^^^^
  11170. 1066.50 s [retrie]
  11171. 1066.50 s [retrie] Retrie/Rewrites/Rules.hs:19:1: warning: [-Wunused-imports]
  11172. 1066.50 s [retrie] The import of ‘Control.Monad’ is redundant
  11173. 1066.50 s [retrie] except perhaps to import instances from ‘Control.Monad’
  11174. 1066.50 s [retrie] To import instances alone, use: import Control.Monad()
  11175. 1066.50 s [retrie] |
  11176. 1066.50 s [retrie] 19 | import Control.Monad
  11177. 1066.50 s [retrie] | ^^^^^^^^^^^^^^^^^^^^
  11178. 1066.50 s [retrie]
  11179. 1066.51 s [retrie] Retrie/Rewrites/Rules.hs:20:1: warning: [-Wunused-imports]
  11180. 1066.51 s [retrie] The import of ‘Control.Monad.IO.Class’ is redundant
  11181. 1066.51 s [retrie] except perhaps to import instances from ‘Control.Monad.IO.Class’
  11182. 1066.51 s [retrie] To import instances alone, use: import Control.Monad.IO.Class()
  11183. 1066.51 s [retrie] |
  11184. 1066.51 s [retrie] 20 | import Control.Monad.IO.Class
  11185. 1066.51 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11186. 1066.51 s [retrie]
  11187. 1066.51 s [retrie] Retrie/Rewrites/Rules.hs:21:1: warning: [-Wunused-imports]
  11188. 1066.51 s [retrie] The import of ‘Control.Monad.Trans.Class’ is redundant
  11189. 1066.51 s [retrie] except perhaps to import instances from ‘Control.Monad.Trans.Class’
  11190. 1066.51 s [retrie] To import instances alone, use: import Control.Monad.Trans.Class()
  11191. 1066.51 s [retrie] |
  11192. 1066.51 s [retrie] 21 | import Control.Monad.Trans.Class
  11193. 1066.51 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11194. 1066.55 s [apply-refact] tests/examples/List4.hs: OK (0.05s)
  11195. 1066.57 s [apply-refact] tests/examples/Default115.hs: OK (0.03s)
  11196. 1066.61 s [retrie] Warning: 'parseRewrites' is out of scope.
  11197. 1066.61 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  11198. 1066.61 s [retrie] Warning: 'pattern' is out of scope.
  11199. 1066.61 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  11200. 1066.62 s [retrie] 33% ( 2 / 6) in 'Retrie.Rewrites'
  11201. 1066.62 s [retrie] Missing documentation for:
  11202. 1066.62 s [retrie] Module header
  11203. 1066.62 s [retrie] parseRewriteSpecs (Retrie/Rewrites.hs:86)
  11204. 1066.62 s [retrie] parseQualified (Retrie/Rewrites.hs:253)
  11205. 1066.62 s [retrie] parseAdhocs (Retrie/Rewrites.hs:148)
  11206. 1066.63 s [apply-refact] tests/examples/Pragma8.hs: OK (0.04s)
  11207. 1066.63 s [apply-refact] tests/examples/Default14.hs: OK (0.02s)
  11208. 1066.67 s [apply-refact] tests/examples/Default55.hs: OK (0.04s)
  11209. 1066.67 s [apply-refact] tests/examples/Structure6.hs: OK
  11210. 1066.68 s [apply-refact] tests/examples/Default58.hs: OK
  11211. 1066.68 s [apply-refact] tests/examples/Default126.hs: OK
  11212. 1066.71 s [apply-refact] tests/examples/Bracket4.hs: OK (0.03s)
  11213. 1066.71 s [retrie]
  11214. 1066.71 s [retrie] Retrie/Rewrites.hs:31:1: warning: [-Wdodgy-imports]
  11215. 1066.71 s [retrie] Module ‘Retrie.GHC’ does not export ‘Pattern’
  11216. 1066.71 s [retrie] |
  11217. 1066.71 s [retrie] 31 | import Retrie.GHC hiding (Pattern)
  11218. 1066.71 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11219. 1066.71 s [retrie]
  11220. 1066.71 s [retrie] Retrie/Rewrites.hs:39:1: warning: [-Wunused-imports]
  11221. 1066.71 s [retrie] The import of ‘Retrie.Util’ is redundant
  11222. 1066.71 s [retrie] except perhaps to import instances from ‘Retrie.Util’
  11223. 1066.71 s [retrie] To import instances alone, use: import Retrie.Util()
  11224. 1066.71 s [retrie] |
  11225. 1066.72 s [retrie] 39 | import Retrie.Util
  11226. 1066.72 s [retrie] | ^^^^^^^^^^^^^^^^^^
  11227. 1066.72 s [retrie]
  11228. 1066.72 s [retrie] Retrie/Rewrites.hs:173:1: warning: [-Wunused-top-binds]
  11229. 1066.72 s [retrie] Defined but not used: ‘showCpp’
  11230. 1066.72 s [retrie] |
  11231. 1066.72 s [retrie] 173 | showCpp (NoCPP c) = showAstA c
  11232. 1066.72 s [retrie] | ^^^^^^^
  11233. 1066.79 s [apply-refact] tests/examples/Default9.hs: OK (0.07s)
  11234. 1066.93 s [retrie] Warning: 'valid' is out of scope.
  11235. 1066.93 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  11236. 1066.93 s [retrie] 0% ( 0 / 3) in 'Retrie.Elaborate'
  11237. 1066.93 s [retrie] Missing documentation for:
  11238. 1066.93 s [retrie] Module header
  11239. 1066.93 s [retrie] defaultElaborations (Retrie/Elaborate.hs:35)
  11240. 1066.93 s [retrie] elaborateRewritesInternal (Retrie/Elaborate.hs:40)
  11241. 1067.09 s [retrie] 0% ( 0 / 4) in 'Retrie.Debug'
  11242. 1067.09 s [retrie] Missing documentation for:
  11243. 1067.09 s [retrie] Module header
  11244. 1067.09 s [retrie] RoundTrip (Retrie/Debug.hs:20)
  11245. 1067.09 s [retrie] parseRoundtrips (Retrie/Debug.hs:22)
  11246. 1067.09 s [retrie] doRoundtrips (Retrie/Debug.hs:32)
  11247. 1067.30 s [retrie] Warning: 'apply' is out of scope.
  11248. 1067.30 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  11249. 1067.31 s [retrie] Warning: 'Retrie' is out of scope.
  11250. 1067.31 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  11251. 1067.31 s [retrie] Warning: 'stdout' is out of scope.
  11252. 1067.31 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  11253. 1067.31 s [retrie] Warning: 'Options' is ambiguous. It is defined
  11254. 1067.31 s [retrie] * at Retrie/Options.hs:87:34
  11255. 1067.31 s [retrie] * at Retrie/Options.hs:60:1
  11256. 1067.31 s [retrie] You may be able to disambiguate the identifier by qualifying it or
  11257. 1067.31 s [retrie] by specifying the type/value namespace explicitly.
  11258. 1067.31 s [retrie] Defaulting to the one defined at Retrie/Options.hs:60:1
  11259. 1067.32 s [retrie] 82% ( 14 / 17) in 'Retrie.Options'
  11260. 1067.32 s [retrie] Missing documentation for:
  11261. 1067.32 s [retrie] Module header
  11262. 1067.32 s [retrie] Options_ (Retrie/Options.hs:87)
  11263. 1067.32 s [retrie] GrepCommands (Retrie/Options.hs:482)
  11264. 1067.62 s [retrie] Warning: 'Options' is ambiguous. It is defined
  11265. 1067.62 s [retrie] * at Retrie/Options.hs:87:34
  11266. 1067.62 s [retrie] * at Retrie/Options.hs:60:1
  11267. 1067.62 s [retrie] You may be able to disambiguate the identifier by qualifying it or
  11268. 1067.62 s [retrie] by specifying the type/value namespace explicitly.
  11269. 1067.62 s [retrie] Defaulting to the one defined at Retrie/Options.hs:60:1
  11270. 1067.62 s [retrie] Warning: 'diff' is out of scope.
  11271. 1067.62 s [retrie] If you qualify the identifier, haddock can try to link it anyway.
  11272. 1067.63 s [retrie] 90% ( 9 / 10) in 'Retrie.Run'
  11273. 1067.63 s [retrie] Missing documentation for:
  11274. 1067.63 s [retrie] Module header
  11275. 1067.66 s [apply-refact] tests/examples/Remote.hs: OK (0.89s)
  11276. 1067.66 s [apply-refact] tests/examples/Default52.hs: OK
  11277. 1067.66 s [apply-refact] tests/examples/Default83.hs: OK
  11278. 1067.68 s [apply-refact] tests/examples/Extensions14.hs: OK (0.02s)
  11279. 1067.68 s [apply-refact] tests/examples/Structure16.hs: OK
  11280. 1067.68 s [apply-refact] tests/examples/Test19.hs: OK
  11281. 1067.68 s [apply-refact] tests/examples/Test38.hs: OK
  11282. 1067.69 s [retrie]
  11283. 1067.69 s [retrie] Retrie/Run.hs:22:1: warning: [-Wunused-imports]
  11284. 1067.69 s [retrie] The import of ‘Control.Monad.State.Strict’ is redundant
  11285. 1067.70 s [retrie] except perhaps to import instances from ‘Control.Monad.State.Strict’
  11286. 1067.70 s [retrie] To import instances alone, use: import Control.Monad.State.Strict()
  11287. 1067.70 s [retrie] |
  11288. 1067.70 s [retrie] 22 | import Control.Monad.State.Strict
  11289. 1067.70 s [retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11290. 1067.71 s [apply-refact] tests/examples/Default75.hs: OK (0.03s)
  11291. 1067.72 s [apply-refact] tests/examples/Test11.hs: OK
  11292. 1067.78 s [apply-refact] tests/examples/Default37.hs: OK (0.04s)
  11293. 1067.78 s [apply-refact] tests/examples/Structure12.hs: OK
  11294. 1067.78 s [apply-refact] tests/examples/List6.hs: OK
  11295. 1067.79 s [apply-refact] tests/examples/Structure23.hs: OK
  11296. 1067.82 s [retrie] 89% ( 89 / 99) in 'Retrie'
  11297. 1067.82 s [retrie] Missing documentation for:
  11298. 1067.82 s [retrie] AnnotatedHsDecl (Retrie/ExactPrint/Annotated.hs:59)
  11299. 1067.82 s [retrie] AnnotatedHsExpr (Retrie/ExactPrint/Annotated.hs:60)
  11300. 1067.82 s [retrie] AnnotatedHsType (Retrie/ExactPrint/Annotated.hs:61)
  11301. 1067.82 s [retrie] AnnotatedImports (Retrie/ExactPrint/Annotated.hs:63)
  11302. 1067.82 s [retrie] AnnotatedModule (Retrie/ExactPrint/Annotated.hs:65)
  11303. 1067.82 s [retrie] AnnotatedPat (Retrie/ExactPrint/Annotated.hs:69)
  11304. 1067.82 s [retrie] AnnotatedStmt (Retrie/ExactPrint/Annotated.hs:70)
  11305. 1067.82 s [retrie] LibDir
  11306. 1067.82 s [retrie] Options_ (Retrie/Options.hs:87)
  11307. 1067.82 s [retrie] Verbosity (Retrie/Util.hs:21)
  11308. 1067.83 s [apply-refact] tests/examples/Bracket19.hs: OK (0.04s)
  11309. 1068.10 s [apply-refact] tests/examples/typetest.hs: OK (0.28s)
  11310. 1068.10 s [apply-refact] tests/examples/Default106.hs: OK
  11311. 1068.17 s [apply-refact] tests/examples/Default30.hs: OK (0.06s)
  11312. 1068.17 s [apply-refact] tests/examples/Naming9.hs: OK
  11313. 1068.23 s [apply-refact] tests/examples/Extensions29.hs: OK (0.06s)
  11314. 1068.28 s [apply-refact] tests/examples/Extensions6.hs: OK
  11315. 1068.34 s [apply-refact] tests/examples/Monad11.hs: OK (0.10s)
  11316. 1068.35 s [apply-refact] tests/examples/Extensions15.hs: OK
  11317. 1068.39 s [apply-refact] tests/examples/Lambda29.hs: OK (0.05s)
  11318. 1068.45 s [apply-refact] tests/examples/Default1.hs: OK (0.05s)
  11319. 1068.47 s [apply-refact] tests/examples/Lambda31.hs: OK (0.03s)
  11320. 1068.54 s [apply-refact] tests/examples/Backquotes.hs: OK (0.07s)
  11321. 1068.55 s [apply-refact] tests/examples/Structure2.hs: OK
  11322. 1068.59 s [apply-refact] tests/examples/Test30.hs: OK (0.04s)
  11323. 1068.65 s [apply-refact] tests/examples/Bracket39.hs: OK (0.07s)
  11324. 1068.69 s [apply-refact] tests/examples/NegApp.hs: OK (0.05s)
  11325. 1068.69 s [apply-refact]
  11326. 1068.69 s [apply-refact] All 449 tests passed (14.97s)
  11327. 1068.73 s [apply-refact] Test suite test: PASS
  11328. 1068.73 s [apply-refact] Test suite logged to: dist/test/apply-refact-0.14.0.0-test.log
  11329. 1068.73 s [apply-refact] 1 of 1 test suites (1 of 1 test cases) passed.
  11330. 1068.76 s [apply-refact] Phase: haddockPhase
  11331. 1069.12 s [apply-refact] Preprocessing test suite 'test' for apply-refact-0.14.0.0..
  11332. 1069.13 s [apply-refact] Preprocessing executable 'refactor' for apply-refact-0.14.0.0..
  11333. 1069.13 s [apply-refact] Preprocessing library for apply-refact-0.14.0.0..
  11334. 1069.13 s [apply-refact] Running Haddock on library for apply-refact-0.14.0.0..
  11335. 1069.14 s [apply-refact] Warning: The documentation for the following packages are not installed. No
  11336. 1069.14 s [apply-refact] links will be generated to these packages: fail-4.9.0.0
  11337. 1069.27 s [apply-refact] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  11338. 1069.71 s [retrie] Warning: Retrie.GHC: could not find link destinations for:
  11339. 1069.71 s [retrie] - GHC.Unit.State.UnitVisibility
  11340. 1069.71 s [retrie] - GHC.Core.InstEnv.InstMatches
  11341. 1069.71 s [retrie] - GHC.Driver.Make.BuildPlan
  11342. 1069.71 s [retrie] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
  11343. 1069.71 s [retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
  11344. 1069.71 s [retrie] - GHC.Types.Name.NameSort
  11345. 1069.71 s [retrie] - GHC.Types.Basic.RulesOnly
  11346. 1069.71 s [retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
  11347. 1069.71 s [retrie] - GHC.Driver.Make.CodeGenEnable
  11348. 1069.71 s [retrie] - GHC.Driver.Make.CachedIface
  11349. 1071.05 s [retrie] Warning: Retrie.SYB: could not find link destinations for:
  11350. 1071.05 s [retrie] - GHC.Types.Tickish.TickishPassCore
  11351. 1071.05 s [retrie] - GHC.Types.Tickish.TickishPassCmm
  11352. 1071.05 s [retrie] - GHC.Types.Tickish.TickishPassStg
  11353. 1071.15 s [retrie] Warning: Retrie.ExactPrint: could not find link destinations for:
  11354. 1071.15 s [retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
  11355. 1071.15 s [retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
  11356. 1071.15 s [retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.DataFamInstDeclWithContext
  11357. 1071.15 s [retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.ExactPrintTVFlag
  11358. 1071.15 s [retrie] - Language.Haskell.GHC.ExactPrint.Transform.Decl
  11359. 1071.15 s [retrie] - Language.Haskell.GHC.ExactPrint.Transform.PMatch
  11360. 1071.23 s [retrie] Warning: Retrie.Expr: could not find link destinations for:
  11361. 1071.23 s [retrie] - Retrie.Expr.PatQ
  11362. 1071.24 s [retrie] Warning: Retrie.Replace: could not find link destinations for:
  11363. 1071.24 s [retrie] - Retrie.Replace.replaceImpl
  11364. 1071.25 s [retrie] Warning: Retrie.Monad: could not find link destinations for:
  11365. 1071.25 s [retrie] - Retrie.Monad.RetrieComp
  11366. 1071.26 s [retrie] Warning: Retrie.Options: could not find link destinations for:
  11367. 1071.26 s [retrie] - Retrie.Options.CommandLine
  11368. 1071.71 s [apply-refact] 33% (438 /1307) in 'Refact.Compat'
  11369. 1071.71 s [apply-refact] Missing documentation for:
  11370. 1071.71 s [apply-refact] Module header
  11371. 1071.71 s [apply-refact] Fixity
  11372. 1071.71 s [apply-refact] SourceText
  11373. 1071.71 s [apply-refact] FlagSpec
  11374. 1071.71 s [apply-refact] Errors (src/Refact/Compat.hs:160)
  11375. 1071.71 s [apply-refact] onError (src/Refact/Compat.hs:162)
  11376. 1071.71 s [apply-refact] Match
  11377. 1071.71 s [apply-refact] MatchGroup
  11378. 1071.71 s [apply-refact] Fixity
  11379. 1071.71 s [apply-refact] FunDep
  11380. 1071.71 s [apply-refact] Match
  11381. 1071.71 s [apply-refact] XXIEWrappedName
  11382. 1071.71 s [apply-refact] XIEType
  11383. 1071.71 s [apply-refact] XIEPattern
  11384. 1071.71 s [apply-refact] XIEName
  11385. 1071.71 s [apply-refact] XXIE
  11386. 1071.71 s [apply-refact] XIEDocNamed
  11387. 1071.71 s [apply-refact] XIEDoc
  11388. 1071.71 s [apply-refact] XIEGroup
  11389. 1071.71 s [apply-refact] XIEModuleContents
  11390. 1071.71 s [apply-refact] XIEThingWith
  11391. 1071.71 s [apply-refact] XIEThingAll
  11392. 1071.71 s [apply-refact] XIEThingAbs
  11393. 1071.71 s [apply-refact] XIEVar
  11394. 1071.71 s [apply-refact] ImportDeclPkgQual
  11395. 1071.71 s [apply-refact] XXImportDecl
  11396. 1071.71 s [apply-refact] XCImportDecl
  11397. 1071.71 s [apply-refact] XXFieldOcc
  11398. 1071.71 s [apply-refact] XCFieldOcc
  11399. 1071.71 s [apply-refact] XXConDeclField
  11400. 1071.71 s [apply-refact] XConDeclField
  11401. 1071.71 s [apply-refact] XXTyVarBndr
  11402. 1071.71 s [apply-refact] XKindedTyVar
  11403. 1071.71 s [apply-refact] XUserTyVar
  11404. 1071.71 s [apply-refact] XXHsForAllTelescope
  11405. 1071.71 s [apply-refact] XHsForAllInvis
  11406. 1071.71 s [apply-refact] XHsForAllVis
  11407. 1071.71 s [apply-refact] XXTyLit
  11408. 1071.71 s [apply-refact] XCharTy
  11409. 1071.71 s [apply-refact] XStrTy
  11410. 1071.72 s [apply-refact] XNumTy
  11411. 1071.72 s [apply-refact] XXType
  11412. 1071.72 s [apply-refact] XWildCardTy
  11413. 1071.72 s [apply-refact] XTyLit
  11414. 1071.72 s [apply-refact] XExplicitTupleTy
  11415. 1071.72 s [apply-refact] XExplicitListTy
  11416. 1071.72 s [apply-refact] XRecTy
  11417. 1071.72 s [apply-refact] XBangTy
  11418. 1071.72 s [apply-refact] XDocTy
  11419. 1071.72 s [apply-refact] XSpliceTy
  11420. 1071.72 s [apply-refact] XKindSig
  11421. 1071.72 s [apply-refact] XStarTy
  11422. 1071.72 s [apply-refact] XIParamTy
  11423. 1071.72 s [apply-refact] XParTy
  11424. 1071.72 s [apply-refact] XOpTy
  11425. 1071.72 s [apply-refact] XSumTy
  11426. 1071.72 s [apply-refact] XTupleTy
  11427. 1071.72 s [apply-refact] XListTy
  11428. 1071.72 s [apply-refact] XFunTy
  11429. 1071.72 s [apply-refact] XAppKindTy
  11430. 1071.72 s [apply-refact] XAppTy
  11431. 1071.72 s [apply-refact] XTyVar
  11432. 1071.72 s [apply-refact] XQualTy
  11433. 1071.72 s [apply-refact] XForAllTy
  11434. 1071.72 s [apply-refact] XXHsPatSigType
  11435. 1071.72 s [apply-refact] XHsPS
  11436. 1071.72 s [apply-refact] XXHsWildCardBndrs
  11437. 1071.72 s [apply-refact] XHsWC
  11438. 1071.72 s [apply-refact] XXHsSigType
  11439. 1071.72 s [apply-refact] XHsSig
  11440. 1071.72 s [apply-refact] XXHsOuterTyVarBndrs
  11441. 1071.72 s [apply-refact] XHsOuterExplicit
  11442. 1071.72 s [apply-refact] XHsOuterImplicit
  11443. 1071.72 s [apply-refact] XXLHsQTyVars
  11444. 1071.72 s [apply-refact] XHsQTvs
  11445. 1071.72 s [apply-refact] XHsFieldBind
  11446. 1071.72 s [apply-refact] XXPat
  11447. 1071.72 s [apply-refact] XCoPat
  11448. 1071.72 s [apply-refact] XSigPat
  11449. 1071.72 s [apply-refact] XNPlusKPat
  11450. 1071.72 s [apply-refact] XNPat
  11451. 1071.72 s [apply-refact] XLitPat
  11452. 1071.72 s [apply-refact] XSplicePat
  11453. 1071.72 s [apply-refact] XViewPat
  11454. 1071.72 s [apply-refact] XConPat
  11455. 1071.72 s [apply-refact] XSumPat
  11456. 1071.72 s [apply-refact] XTuplePat
  11457. 1071.72 s [apply-refact] XListPat
  11458. 1071.72 s [apply-refact] XBangPat
  11459. 1071.72 s [apply-refact] XParPat
  11460. 1071.72 s [apply-refact] XAsPat
  11461. 1071.72 s [apply-refact] XLazyPat
  11462. 1071.72 s [apply-refact] XVarPat
  11463. 1071.72 s [apply-refact] XWildPat
  11464. 1071.72 s [apply-refact] XXOverLit
  11465. 1071.72 s [apply-refact] XOverLit
  11466. 1071.72 s [apply-refact] XXLit
  11467. 1071.72 s [apply-refact] XHsDoublePrim
  11468. 1071.72 s [apply-refact] XHsFloatPrim
  11469. 1071.72 s [apply-refact] XHsRat
  11470. 1071.72 s [apply-refact] XHsInteger
  11471. 1071.72 s [apply-refact] XHsWord64Prim
  11472. 1071.72 s [apply-refact] XHsInt64Prim
  11473. 1071.72 s [apply-refact] XHsWordPrim
  11474. 1071.72 s [apply-refact] XHsIntPrim
  11475. 1071.72 s [apply-refact] XHsInt
  11476. 1071.72 s [apply-refact] XHsStringPrim
  11477. 1071.72 s [apply-refact] XHsString
  11478. 1071.72 s [apply-refact] XHsCharPrim
  11479. 1071.72 s [apply-refact] XHsChar
  11480. 1071.72 s [apply-refact] XXApplicativeArg
  11481. 1071.72 s [apply-refact] XApplicativeArgMany
  11482. 1071.72 s [apply-refact] XApplicativeArgOne
  11483. 1071.72 s [apply-refact] XXParStmtBlock
  11484. 1071.72 s [apply-refact] XParStmtBlock
  11485. 1071.72 s [apply-refact] XXCmd
  11486. 1071.72 s [apply-refact] XCmdWrap
  11487. 1071.72 s [apply-refact] XCmdDo
  11488. 1071.72 s [apply-refact] XCmdLet
  11489. 1071.72 s [apply-refact] XCmdIf
  11490. 1071.72 s [apply-refact] XCmdLamCase
  11491. 1071.72 s [apply-refact] XCmdCase
  11492. 1071.72 s [apply-refact] XCmdPar
  11493. 1071.72 s [apply-refact] XCmdLam
  11494. 1071.72 s [apply-refact] XCmdApp
  11495. 1071.72 s [apply-refact] XCmdArrForm
  11496. 1071.72 s [apply-refact] XCmdArrApp
  11497. 1071.72 s [apply-refact] XXStmtLR
  11498. 1071.72 s [apply-refact] XRecStmt
  11499. 1071.72 s [apply-refact] XTransStmt
  11500. 1071.72 s [apply-refact] XParStmt
  11501. 1071.72 s [apply-refact] XLetStmt
  11502. 1071.72 s [apply-refact] XBodyStmt
  11503. 1071.72 s [apply-refact] XApplicativeStmt
  11504. 1071.72 s [apply-refact] XBindStmt
  11505. 1071.72 s [apply-refact] XLastStmt
  11506. 1071.72 s [apply-refact] XXGRHS
  11507. 1071.73 s [apply-refact] XCGRHS
  11508. 1071.73 s [apply-refact] XXGRHSs
  11509. 1071.73 s [apply-refact] XCGRHSs
  11510. 1071.73 s [apply-refact] XXMatch
  11511. 1071.73 s [apply-refact] XCMatch
  11512. 1071.73 s [apply-refact] XXMatchGroup
  11513. 1071.73 s [apply-refact] XMG
  11514. 1071.73 s [apply-refact] XXCmdTop
  11515. 1071.73 s [apply-refact] XCmdTop
  11516. 1071.73 s [apply-refact] XXQuote
  11517. 1071.73 s [apply-refact] XVarBr
  11518. 1071.73 s [apply-refact] XTypBr
  11519. 1071.73 s [apply-refact] XDecBrG
  11520. 1071.73 s [apply-refact] XDecBrL
  11521. 1071.73 s [apply-refact] XPatBr
  11522. 1071.73 s [apply-refact] XExpBr
  11523. 1071.73 s [apply-refact] XXUntypedSplice
  11524. 1071.73 s [apply-refact] XQuasiQuote
  11525. 1071.73 s [apply-refact] XUntypedSpliceExpr
  11526. 1071.73 s [apply-refact] XXTupArg
  11527. 1071.73 s [apply-refact] XMissing
  11528. 1071.73 s [apply-refact] XPresent
  11529. 1071.73 s [apply-refact] XXAmbiguousFieldOcc
  11530. 1071.73 s [apply-refact] XAmbiguous
  11531. 1071.73 s [apply-refact] XUnambiguous
  11532. 1071.73 s [apply-refact] XXPragE
  11533. 1071.73 s [apply-refact] XSCC
  11534. 1071.73 s [apply-refact] XXDotFieldOcc
  11535. 1071.73 s [apply-refact] XCDotFieldOcc
  11536. 1071.73 s [apply-refact] XXExpr
  11537. 1071.73 s [apply-refact] XPragE
  11538. 1071.73 s [apply-refact] XBinTick
  11539. 1071.73 s [apply-refact] XTick
  11540. 1071.73 s [apply-refact] XStatic
  11541. 1071.73 s [apply-refact] XProc
  11542. 1071.73 s [apply-refact] XUntypedSplice
  11543. 1071.73 s [apply-refact] XTypedSplice
  11544. 1071.73 s [apply-refact] XUntypedBracket
  11545. 1071.73 s [apply-refact] XTypedBracket
  11546. 1071.73 s [apply-refact] XArithSeq
  11547. 1071.73 s [apply-refact] XExprWithTySig
  11548. 1071.73 s [apply-refact] XProjection
  11549. 1071.73 s [apply-refact] XGetField
  11550. 1071.73 s [apply-refact] XRecordUpd
  11551. 1071.73 s [apply-refact] XRecordCon
  11552. 1071.73 s [apply-refact] XExplicitList
  11553. 1071.73 s [apply-refact] XDo
  11554. 1071.73 s [apply-refact] XLet
  11555. 1071.73 s [apply-refact] XMultiIf
  11556. 1071.73 s [apply-refact] XIf
  11557. 1071.73 s [apply-refact] XCase
  11558. 1071.73 s [apply-refact] XExplicitSum
  11559. 1071.73 s [apply-refact] XExplicitTuple
  11560. 1071.73 s [apply-refact] XSectionR
  11561. 1071.73 s [apply-refact] XSectionL
  11562. 1071.74 s [apply-refact] XPar
  11563. 1071.74 s [apply-refact] XNegApp
  11564. 1071.74 s [apply-refact] XOpApp
  11565. 1071.74 s [apply-refact] XAppTypeE
  11566. 1071.74 s [apply-refact] XApp
  11567. 1071.74 s [apply-refact] XLamCase
  11568. 1071.74 s [apply-refact] XLam
  11569. 1071.74 s [apply-refact] XLitE
  11570. 1071.74 s [apply-refact] XOverLitE
  11571. 1071.74 s [apply-refact] XIPVar
  11572. 1071.74 s [apply-refact] XOverLabel
  11573. 1071.74 s [apply-refact] XRecSel
  11574. 1071.74 s [apply-refact] XUnboundVar
  11575. 1071.74 s [apply-refact] XVar
  11576. 1071.74 s [apply-refact] XXModule
  11577. 1071.74 s [apply-refact] XCModule
  11578. 1071.74 s [apply-refact] XXInjectivityAnn
  11579. 1071.74 s [apply-refact] XCInjectivityAnn
  11580. 1071.74 s [apply-refact] XXRoleAnnotDecl
  11581. 1071.74 s [apply-refact] XCRoleAnnotDecl
  11582. 1071.74 s [apply-refact] XXAnnDecl
  11583. 1071.74 s [apply-refact] XHsAnnotation
  11584. 1071.74 s [apply-refact] XXWarnDecl
  11585. 1071.74 s [apply-refact] XWarning
  11586. 1071.74 s [apply-refact] XXWarnDecls
  11587. 1071.74 s [apply-refact] XWarnings
  11588. 1071.74 s [apply-refact] XXRuleBndr
  11589. 1071.74 s [apply-refact] XRuleBndrSig
  11590. 1071.74 s [apply-refact] XCRuleBndr
  11591. 1071.74 s [apply-refact] XXRuleDecl
  11592. 1071.74 s [apply-refact] XHsRule
  11593. 1071.74 s [apply-refact] XXRuleDecls
  11594. 1071.74 s [apply-refact] XCRuleDecls
  11595. 1071.74 s [apply-refact] XXForeignExport
  11596. 1071.74 s [apply-refact] XCExport
  11597. 1071.74 s [apply-refact] XXForeignImport
  11598. 1071.74 s [apply-refact] XCImport
  11599. 1071.74 s [apply-refact] XXForeignDecl
  11600. 1071.74 s [apply-refact] XForeignExport
  11601. 1071.74 s [apply-refact] XForeignImport
  11602. 1071.74 s [apply-refact] XXDefaultDecl
  11603. 1071.74 s [apply-refact] XCDefaultDecl
  11604. 1071.74 s [apply-refact] XViaStrategy
  11605. 1071.74 s [apply-refact] XNewtypeStrategy
  11606. 1071.74 s [apply-refact] XAnyClassStrategy
  11607. 1071.74 s [apply-refact] XStockStrategy
  11608. 1071.74 s [apply-refact] XXDerivDecl
  11609. 1071.74 s [apply-refact] XCDerivDecl
  11610. 1071.74 s [apply-refact] XXInstDecl
  11611. 1071.74 s [apply-refact] XTyFamInstD
  11612. 1071.74 s [apply-refact] XDataFamInstD
  11613. 1071.74 s [apply-refact] XClsInstD
  11614. 1071.74 s [apply-refact] XXClsInstDecl
  11615. 1071.74 s [apply-refact] XCClsInstDecl
  11616. 1071.74 s [apply-refact] XXTyFamInstDecl
  11617. 1071.74 s [apply-refact] XCTyFamInstDecl
  11618. 1071.74 s [apply-refact] XXFamEqn
  11619. 1071.74 s [apply-refact] XCFamEqn
  11620. 1071.74 s [apply-refact] XXConDecl
  11621. 1071.74 s [apply-refact] XConDeclH98
  11622. 1071.74 s [apply-refact] XConDeclGADT
  11623. 1071.74 s [apply-refact] XXDerivClauseTys
  11624. 1071.74 s [apply-refact] XDctMulti
  11625. 1071.74 s [apply-refact] XDctSingle
  11626. 1071.74 s [apply-refact] XXHsDerivingClause
  11627. 1071.74 s [apply-refact] XCHsDerivingClause
  11628. 1071.74 s [apply-refact] XXHsDataDefn
  11629. 1071.74 s [apply-refact] XCHsDataDefn
  11630. 1071.74 s [apply-refact] XXFamilyDecl
  11631. 1071.74 s [apply-refact] XCFamilyDecl
  11632. 1071.74 s [apply-refact] XXFamilyResultSig
  11633. 1071.74 s [apply-refact] XTyVarSig
  11634. 1071.74 s [apply-refact] XCKindSig
  11635. 1071.74 s [apply-refact] XNoSig
  11636. 1071.74 s [apply-refact] XXTyClGroup
  11637. 1071.74 s [apply-refact] XCTyClGroup
  11638. 1071.74 s [apply-refact] XXFunDep
  11639. 1071.74 s [apply-refact] XCFunDep
  11640. 1071.74 s [apply-refact] XXTyClDecl
  11641. 1071.74 s [apply-refact] XClassDecl
  11642. 1071.74 s [apply-refact] XDataDecl
  11643. 1071.74 s [apply-refact] XSynDecl
  11644. 1071.74 s [apply-refact] XFamDecl
  11645. 1071.74 s [apply-refact] XXSpliceDecl
  11646. 1071.74 s [apply-refact] XSpliceDecl
  11647. 1071.74 s [apply-refact] XXHsGroup
  11648. 1071.74 s [apply-refact] XCHsGroup
  11649. 1071.74 s [apply-refact] XXHsDecl
  11650. 1071.74 s [apply-refact] XRoleAnnotD
  11651. 1071.74 s [apply-refact] XDocD
  11652. 1071.74 s [apply-refact] XSpliceD
  11653. 1071.74 s [apply-refact] XRuleD
  11654. 1071.74 s [apply-refact] XAnnD
  11655. 1071.74 s [apply-refact] XWarningD
  11656. 1071.74 s [apply-refact] XForD
  11657. 1071.74 s [apply-refact] XDefD
  11658. 1071.74 s [apply-refact] XKindSigD
  11659. 1071.74 s [apply-refact] XSigD
  11660. 1071.74 s [apply-refact] XValD
  11661. 1071.74 s [apply-refact] XDerivD
  11662. 1071.74 s [apply-refact] XInstD
  11663. 1071.74 s [apply-refact] XTyClD
  11664. 1071.74 s [apply-refact] XXStandaloneKindSig
  11665. 1071.74 s [apply-refact] XStandaloneKindSig
  11666. 1071.74 s [apply-refact] XXFixitySig
  11667. 1071.74 s [apply-refact] XFixitySig
  11668. 1071.74 s [apply-refact] XXSig
  11669. 1071.74 s [apply-refact] XCompleteMatchSig
  11670. 1071.74 s [apply-refact] XSCCFunSig
  11671. 1071.74 s [apply-refact] XMinimalSig
  11672. 1071.74 s [apply-refact] XSpecInstSig
  11673. 1071.74 s [apply-refact] XSpecSig
  11674. 1071.74 s [apply-refact] XInlineSig
  11675. 1071.74 s [apply-refact] XFixSig
  11676. 1071.74 s [apply-refact] XIdSig
  11677. 1071.74 s [apply-refact] XClassOpSig
  11678. 1071.74 s [apply-refact] XPatSynSig
  11679. 1071.74 s [apply-refact] XTypeSig
  11680. 1071.74 s [apply-refact] XXIPBind
  11681. 1071.74 s [apply-refact] XCIPBind
  11682. 1071.74 s [apply-refact] XXHsIPBinds
  11683. 1071.74 s [apply-refact] XIPBinds
  11684. 1071.74 s [apply-refact] XXPatSynBind
  11685. 1071.74 s [apply-refact] XPSB
  11686. 1071.74 s [apply-refact] XXHsBindsLR
  11687. 1071.74 s [apply-refact] XPatSynBind
  11688. 1071.74 s [apply-refact] XVarBind
  11689. 1071.74 s [apply-refact] XPatBind
  11690. 1071.74 s [apply-refact] XFunBind
  11691. 1071.74 s [apply-refact] XXValBindsLR
  11692. 1071.74 s [apply-refact] XValBinds
  11693. 1071.74 s [apply-refact] XXHsLocalBindsLR
  11694. 1071.74 s [apply-refact] XEmptyLocalBinds
  11695. 1071.74 s [apply-refact] XHsIPBinds
  11696. 1071.74 s [apply-refact] XHsValBinds
  11697. 1071.74 s [apply-refact] LIdP
  11698. 1071.74 s [apply-refact] Anno
  11699. 1071.74 s [apply-refact] DataConCantHappen
  11700. 1071.74 s [apply-refact] LHsUniToken
  11701. 1071.74 s [apply-refact] LHsToken
  11702. 1071.74 s [apply-refact] LHsDocStringChunk
  11703. 1071.74 s [apply-refact] HsDocStringDecorator
  11704. 1071.74 s [apply-refact] LHsDocString
  11705. 1071.74 s [apply-refact] LPat
  11706. 1071.74 s [apply-refact] MatchGroup
  11707. 1071.74 s [apply-refact] NoEpAnns
  11708. 1071.75 s [apply-refact] EpAnnCO
  11709. 1071.75 s [apply-refact] SrcSpanAnnC
  11710. 1071.75 s [apply-refact] SrcSpanAnnP
  11711. 1071.75 s [apply-refact] SrcSpanAnnL
  11712. 1071.75 s [apply-refact] SrcSpanAnnN
  11713. 1071.75 s [apply-refact] SrcSpanAnnA
  11714. 1071.75 s [apply-refact] LocatedC
  11715. 1071.75 s [apply-refact] LocatedP
  11716. 1071.75 s [apply-refact] LocatedL
  11717. 1071.75 s [apply-refact] LocatedN
  11718. 1071.75 s [apply-refact] LocatedA
  11719. 1071.75 s [apply-refact] LEpaComment
  11720. 1071.75 s [apply-refact] EpaCommentTok
  11721. 1071.75 s [apply-refact] EpaComment
  11722. 1071.75 s [apply-refact] NoGhcTcPass
  11723. 1071.75 s [apply-refact] GhcTc
  11724. 1071.75 s [apply-refact] GhcRn
  11725. 1071.75 s [apply-refact] GhcPs
  11726. 1071.75 s [apply-refact] Pass
  11727. 1071.75 s [apply-refact] IsSrcSpanAnn
  11728. 1071.75 s [apply-refact] Docs
  11729. 1071.75 s [apply-refact] DocStructure
  11730. 1071.75 s [apply-refact] LHsDoc
  11731. 1071.75 s [apply-refact] EpAnnImportDecl
  11732. 1071.75 s [apply-refact] XImportDeclPass
  11733. 1071.75 s [apply-refact] LHsTypeArg
  11734. 1071.75 s [apply-refact] HsLinearArrowTokens
  11735. 1071.75 s [apply-refact] ConLikeP
  11736. 1071.75 s [apply-refact] LHsLocalBindsLR
  11737. 1071.75 s [apply-refact] ForeignExport
  11738. 1071.75 s [apply-refact] CImportSpec
  11739. 1071.75 s [apply-refact] ForeignImport
  11740. 1071.75 s [apply-refact] StandaloneKindSig
  11741. 1071.75 s [apply-refact] LDerivClauseTys
  11742. 1071.75 s [apply-refact] LHsDerivingClause
  11743. 1071.75 s [apply-refact] FamilyInfo
  11744. 1071.75 s [apply-refact] LHsFunDep
  11745. 1071.75 s [apply-refact] LHsDecl
  11746. 1071.75 s [apply-refact] HsDoFlavour
  11747. 1071.75 s [apply-refact] TransForm
  11748. 1071.75 s [apply-refact] DotFieldOcc
  11749. 1071.75 s [apply-refact] LHsRecUpdProj
  11750. 1071.75 s [apply-refact] RecUpdProj
  11751. 1071.75 s [apply-refact] LHsRecProj
  11752. 1071.75 s [apply-refact] RecProj
  11753. 1071.75 s [apply-refact] FieldLabelStrings
  11754. 1071.75 s [apply-refact] HsUntypedSpliceResult
  11755. 1071.75 s [apply-refact] SplicePointName
  11756. 1071.75 s [apply-refact] OutputableBndrFlag
  11757. 1071.75 s [apply-refact] HsCoreTy
  11758. 1071.75 s [apply-refact] EpAnnForallTy
  11759. 1071.75 s [apply-refact] OverLitTc
  11760. 1071.75 s [apply-refact] OverLitRn
  11761. 1071.75 s [apply-refact] AnnSig
  11762. 1071.75 s [apply-refact] NHsValBindsLR
  11763. 1071.75 s [apply-refact] HsPatExpansion
  11764. 1071.75 s [apply-refact] EpAnnSumPat
  11765. 1071.75 s [apply-refact] HsRuleAnn
  11766. 1071.75 s [apply-refact] HsRuleRn
  11767. 1071.75 s [apply-refact] XViaStrategyPs
  11768. 1071.75 s [apply-refact] DataDeclRn
  11769. 1071.75 s [apply-refact] UntypedSpliceFlavour
  11770. 1071.75 s [apply-refact] DelayedSplice
  11771. 1071.75 s [apply-refact] XBindStmtTc
  11772. 1071.75 s [apply-refact] XBindStmtRn
  11773. 1071.75 s [apply-refact] RecStmtTc
  11774. 1071.75 s [apply-refact] GrhsAnn
  11775. 1071.75 s [apply-refact] MatchGroupTc
  11776. 1071.75 s [apply-refact] CmdTopTc
  11777. 1071.75 s [apply-refact] HsExpansion
  11778. 1071.75 s [apply-refact] XXExprGhcTc
  11779. 1071.75 s [apply-refact] AnnsIf
  11780. 1071.75 s [apply-refact] AnnProjection
  11781. 1071.75 s [apply-refact] AnnFieldLabel
  11782. 1071.75 s [apply-refact] AnnExplicitSum
  11783. 1071.75 s [apply-refact] EpAnnUnboundVar
  11784. 1071.75 s [apply-refact] EpAnnHsCase
  11785. 1071.75 s [apply-refact] HsBracketTc
  11786. 1071.75 s [apply-refact] SyntaxExprGhc
  11787. 1071.75 s [apply-refact] HsParsedModule
  11788. 1071.75 s [apply-refact] AnnsModule
  11789. 1071.75 s [apply-refact] ParPat
  11790. 1071.75 s [apply-refact] XPat
  11791. 1071.75 s [apply-refact] pat_con_ext
  11792. 1071.75 s [apply-refact] pat_con
  11793. 1071.75 s [apply-refact] pat_args
  11794. 1071.75 s [apply-refact] moduleNameFS
  11795. 1071.75 s [apply-refact] moduleNameString
  11796. 1071.75 s [apply-refact] mkModuleName
  11797. 1071.75 s [apply-refact] mkModuleNameFS
  11798. 1071.75 s [apply-refact] mkHsDocStringChunk
  11799. 1071.75 s [apply-refact] unpackHDSC
  11800. 1071.75 s [apply-refact] mkGeneratedHsDocString
  11801. 1071.75 s [apply-refact] isEmptyDocString
  11802. 1071.75 s [apply-refact] docStringChunks
  11803. 1071.75 s [apply-refact] pprHsDocStrings
  11804. 1071.75 s [apply-refact] isPromoted
  11805. 1071.75 s [apply-refact] getDeltaLine
  11806. 1071.75 s [apply-refact] epaLocationFromSrcAnn
  11807. 1071.75 s [apply-refact] spanAsAnchor
  11808. 1071.75 s [apply-refact] realSpanAsAnchor
  11809. 1071.75 s [apply-refact] emptyComments
  11810. 1071.75 s [apply-refact] n2l
  11811. 1071.75 s [apply-refact] l2l
  11812. 1071.75 s [apply-refact] reLoc
  11813. 1071.75 s [apply-refact] reLocA
  11814. 1071.75 s [apply-refact] reLocL
  11815. 1071.75 s [apply-refact] reLocC
  11816. 1071.75 s [apply-refact] reLocN
  11817. 1071.75 s [apply-refact] realSrcSpan
  11818. 1071.75 s [apply-refact] srcSpan2e
  11819. 1071.75 s [apply-refact] la2e
  11820. 1071.75 s [apply-refact] extraToAnnList
  11821. 1071.75 s [apply-refact] reAnn
  11822. 1071.75 s [apply-refact] reAnnC
  11823. 1071.75 s [apply-refact] reAnnL
  11824. 1071.75 s [apply-refact] getLocAnn
  11825. 1071.75 s [apply-refact] getLocA
  11826. 1071.75 s [apply-refact] noLocA
  11827. 1071.75 s [apply-refact] noAnnSrcSpan
  11828. 1071.75 s [apply-refact] noSrcSpanA
  11829. 1071.75 s [apply-refact] addAnns
  11830. 1071.75 s [apply-refact] addAnnsA
  11831. 1071.75 s [apply-refact] widenAnchor
  11832. 1071.75 s [apply-refact] widenAnchorR
  11833. 1071.75 s [apply-refact] widenLocatedAn
  11834. 1071.75 s [apply-refact] epAnnAnnsL
  11835. 1071.75 s [apply-refact] epAnnAnns
  11836. 1071.75 s [apply-refact] annParen2AddEpAnn
  11837. 1071.75 s [apply-refact] epAnnComments
  11838. 1071.75 s [apply-refact] sortLocatedA
  11839. 1071.75 s [apply-refact] mapLocA
  11840. 1071.75 s [apply-refact] combineLocsA
  11841. 1071.75 s [apply-refact] combineSrcSpansA
  11842. 1071.75 s [apply-refact] addCLocAA
  11843. 1071.75 s [apply-refact] getFollowingComments
  11844. 1071.75 s [apply-refact] setFollowingComments
  11845. 1071.75 s [apply-refact] setPriorComments
  11846. 1071.75 s [apply-refact] noComments
  11847. 1071.75 s [apply-refact] placeholderRealSpan
  11848. 1071.75 s [apply-refact] comment
  11849. 1071.75 s [apply-refact] pprIfPs
  11850. 1071.75 s [apply-refact] pprIfRn
  11851. 1071.75 s [apply-refact] pprIfTc
  11852. 1071.75 s [apply-refact] noHsTok
  11853. 1071.75 s [apply-refact] noHsUniTok
  11854. 1071.75 s [apply-refact] emptyDocs
  11855. 1071.75 s [apply-refact] simpleImportDecl
  11856. 1071.75 s [apply-refact] ieName
  11857. 1071.75 s [apply-refact] ieNames
  11858. 1071.75 s [apply-refact] ieWrappedLName
  11859. 1071.75 s [apply-refact] ieWrappedName
  11860. 1071.75 s [apply-refact] lieWrappedName
  11861. 1071.75 s [apply-refact] ieLWrappedName
  11862. 1071.75 s [apply-refact] replaceWrappedName
  11863. 1071.75 s [apply-refact] replaceLWrappedName
  11864. 1071.75 s [apply-refact] pprImpExp
  11865. 1071.75 s [apply-refact] negateOverLitVal
  11866. 1071.75 s [apply-refact] hsQTvExplicit
  11867. 1071.75 s [apply-refact] hsPatSigType
  11868. 1071.75 s [apply-refact] mapHsOuterImplicit
  11869. 1071.75 s [apply-refact] hsIPNameFS
  11870. 1071.75 s [apply-refact] hsMult
  11871. 1071.75 s [apply-refact] hsScaledThing
  11872. 1071.75 s [apply-refact] hsConPatArgs
  11873. 1071.75 s [apply-refact] hsRecFields
  11874. 1071.75 s [apply-refact] hsRecFieldsArgs
  11875. 1071.75 s [apply-refact] hsRecFieldSel
  11876. 1071.75 s [apply-refact] pprLPat
  11877. 1071.75 s [apply-refact] isFixityLSig
  11878. 1071.75 s [apply-refact] isTypeLSig
  11879. 1071.75 s [apply-refact] isSpecLSig
  11880. 1071.75 s [apply-refact] isSpecInstLSig
  11881. 1071.75 s [apply-refact] isPragLSig
  11882. 1071.75 s [apply-refact] isInlineLSig
  11883. 1071.75 s [apply-refact] isMinimalLSig
  11884. 1071.75 s [apply-refact] isSCCFunSig
  11885. 1071.75 s [apply-refact] isCompleteMatchSig
  11886. 1071.75 s [apply-refact] hsGroupInstDecls
  11887. 1071.75 s [apply-refact] tyClDeclTyVars
  11888. 1071.76 s [apply-refact] tyClGroupTyClDecls
  11889. 1071.76 s [apply-refact] tyClGroupInstDecls
  11890. 1071.76 s [apply-refact] tyClGroupRoleDecls
  11891. 1071.76 s [apply-refact] tyClGroupKindSigs
  11892. 1071.76 s [apply-refact] dataDefnConsNewOrData
  11893. 1071.76 s [apply-refact] collectRuleBndrSigTys
  11894. 1071.76 s [apply-refact] docDeclDoc
  11895. 1071.76 s [apply-refact] annProvenanceName_maybe
  11896. 1071.76 s [apply-refact] isInfixMatch
  11897. 1071.76 s [apply-refact] isPatSynCtxt
  11898. 1071.76 s [apply-refact] qualifiedDoModuleName_maybe
  11899. 1071.76 s [apply-refact] isComprehensionContext
  11900. 1071.76 s [apply-refact] isDoComprehensionContext
  11901. 1071.76 s [apply-refact] isMonadDoStmtContext
  11902. 1071.76 s [apply-refact] isMonadCompContext
  11903. 1071.76 s [apply-refact] isMonadDoCompContext
  11904. 1071.76 s [apply-refact] pprFunBind
  11905. 1071.76 s [apply-refact] pprPatBind
  11906. 1071.76 s [apply-refact] pprUntypedSplice
  11907. 1071.76 s [apply-refact] pprTypedSplice
  11908. 1071.76 s [apply-refact] pprExpr
  11909. 1071.76 s [apply-refact] pprLExpr
  11910. 1071.76 s [apply-refact] pprParendExpr
  11911. 1071.76 s [apply-refact] getBangType
  11912. 1071.76 s [apply-refact] getBangStrictness
  11913. 1071.76 s [apply-refact] fromMaybeContext
  11914. 1071.76 s [apply-refact] mkHsForAllVisTele
  11915. 1071.76 s [apply-refact] mkHsForAllInvisTele
  11916. 1071.76 s [apply-refact] mkHsQTvs
  11917. 1071.76 s [apply-refact] emptyLHsQTvs
  11918. 1071.76 s [apply-refact] hsSigWcType
  11919. 1071.76 s [apply-refact] dropWildCards
  11920. 1071.76 s [apply-refact] hsOuterTyVarNames
  11921. 1071.76 s [apply-refact] hsOuterExplicitBndrs
  11922. 1071.76 s [apply-refact] mkHsOuterImplicit
  11923. 1071.76 s [apply-refact] mkHsOuterExplicit
  11924. 1071.76 s [apply-refact] mkHsImplicitSigType
  11925. 1071.76 s [apply-refact] mkHsExplicitSigType
  11926. 1071.76 s [apply-refact] mkHsWildCardBndrs
  11927. 1071.76 s [apply-refact] mkHsPatSigType
  11928. 1071.76 s [apply-refact] mkEmptyWildCardBndrs
  11929. 1071.76 s [apply-refact] hsLinear
  11930. 1071.76 s [apply-refact] hsUnrestricted
  11931. 1071.76 s [apply-refact] isUnrestricted
  11932. 1071.76 s [apply-refact] pprHsArrow
  11933. 1071.76 s [apply-refact] hsWcScopedTvs
  11934. 1071.76 s [apply-refact] hsScopedTvs
  11935. 1071.76 s [apply-refact] hsTyVarName
  11936. 1071.76 s [apply-refact] hsLTyVarName
  11937. 1071.76 s [apply-refact] hsLTyVarNames
  11938. 1071.76 s [apply-refact] hsExplicitLTyVarNames
  11939. 1071.76 s [apply-refact] hsAllLTyVarNames
  11940. 1071.76 s [apply-refact] hsLTyVarLocName
  11941. 1071.76 s [apply-refact] hsLTyVarLocNames
  11942. 1071.76 s [apply-refact] ignoreParens
  11943. 1071.76 s [apply-refact] mkAnonWildCardTy
  11944. 1071.76 s [apply-refact] mkHsOpTy
  11945. 1071.76 s [apply-refact] mkHsAppTy
  11946. 1071.76 s [apply-refact] mkHsAppTys
  11947. 1071.76 s [apply-refact] mkHsAppKindTy
  11948. 1071.76 s [apply-refact] splitHsFunType
  11949. 1071.76 s [apply-refact] numVisibleArgs
  11950. 1071.76 s [apply-refact] mkFieldOcc
  11951. 1071.76 s [apply-refact] mkAmbiguousFieldOcc
  11952. 1071.76 s [apply-refact] rdrNameAmbiguousFieldOcc
  11953. 1071.76 s [apply-refact] selectorAmbiguousFieldOcc
  11954. 1071.76 s [apply-refact] unambiguousFieldOcc
  11955. 1071.76 s [apply-refact] ambiguousFieldOcc
  11956. 1071.76 s [apply-refact] pprAnonWildCard
  11957. 1071.76 s [apply-refact] pprLHsContext
  11958. 1071.76 s [apply-refact] pprConDeclFields
  11959. 1071.76 s [apply-refact] pprHsType
  11960. 1071.76 s [apply-refact] pprXOverLit
  11961. 1071.76 s [apply-refact] overLitType
  11962. 1071.76 s [apply-refact] pprLHsBinds
  11963. 1071.76 s [apply-refact] pprLHsBindsForUser
  11964. 1071.76 s [apply-refact] pprDeclList
  11965. 1071.76 s [apply-refact] emptyLocalBinds
  11966. 1071.76 s [apply-refact] eqEmptyLocalBinds
  11967. 1071.76 s [apply-refact] isEmptyValBinds
  11968. 1071.76 s [apply-refact] emptyValBindsIn
  11969. 1071.76 s [apply-refact] emptyValBindsOut
  11970. 1071.76 s [apply-refact] emptyLHsBinds
  11971. 1071.76 s [apply-refact] isEmptyLHsBinds
  11972. 1071.76 s [apply-refact] plusHsValBinds
  11973. 1071.76 s [apply-refact] ppr_monobind
  11974. 1071.76 s [apply-refact] pprTicks
  11975. 1071.76 s [apply-refact] isEmptyIPBindsPR
  11976. 1071.76 s [apply-refact] isEmptyIPBindsTc
  11977. 1071.76 s [apply-refact] noSpecPrags
  11978. 1071.76 s [apply-refact] hasSpecPrags
  11979. 1071.76 s [apply-refact] isDefaultMethod
  11980. 1071.76 s [apply-refact] ppr_sig
  11981. 1071.76 s [apply-refact] hsSigDoc
  11982. 1071.76 s [apply-refact] pragBrackets
  11983. 1071.76 s [apply-refact] pprVarSig
  11984. 1071.76 s [apply-refact] pprSpec
  11985. 1071.76 s [apply-refact] pprTcSpecPrags
  11986. 1071.76 s [apply-refact] pprMinimalSig
  11987. 1071.76 s [apply-refact] hsRecFieldId
  11988. 1071.76 s [apply-refact] hsRecUpdFieldRdr
  11989. 1071.76 s [apply-refact] hsRecUpdFieldId
  11990. 1071.76 s [apply-refact] hsRecUpdFieldOcc
  11991. 1071.76 s [apply-refact] pprParendLPat
  11992. 1071.76 s [apply-refact] pprConArgs
  11993. 1071.76 s [apply-refact] mkPrefixConPat
  11994. 1071.76 s [apply-refact] mkNilPat
  11995. 1071.76 s [apply-refact] mkCharLitPat
  11996. 1071.76 s [apply-refact] isBangedLPat
  11997. 1071.76 s [apply-refact] looksLazyPatBind
  11998. 1071.76 s [apply-refact] isIrrefutableHsPat
  11999. 1071.76 s [apply-refact] collectEvVarsPats
  12000. 1071.76 s [apply-refact] collectEvVarsPat
  12001. 1071.76 s [apply-refact] emptyRdrGroup
  12002. 1071.76 s [apply-refact] emptyRnGroup
  12003. 1071.76 s [apply-refact] appendGroups
  12004. 1071.76 s [apply-refact] tyFamInstDeclName
  12005. 1071.76 s [apply-refact] tyFamInstDeclLName
  12006. 1071.76 s [apply-refact] tyClDeclLName
  12007. 1071.76 s [apply-refact] countTyClDecls
  12008. 1071.76 s [apply-refact] tcdName
  12009. 1071.76 s [apply-refact] pp_vanilla_decl_head
  12010. 1071.76 s [apply-refact] pprTyClDeclFlavour
  12011. 1071.76 s [apply-refact] familyDeclLName
  12012. 1071.76 s [apply-refact] familyDeclName
  12013. 1071.76 s [apply-refact] famResultKindSignature
  12014. 1071.76 s [apply-refact] standaloneKindSigName
  12015. 1071.76 s [apply-refact] getConNames
  12016. 1071.76 s [apply-refact] hsConDeclTheta
  12017. 1071.76 s [apply-refact] ppDataDefnHeader
  12018. 1071.76 s [apply-refact] pprTyFamInstDecl
  12019. 1071.76 s [apply-refact] pprDataFamInstFlavour
  12020. 1071.76 s [apply-refact] pprHsFamInstLHS
  12021. 1071.76 s [apply-refact] instDeclDataFamInsts
  12022. 1071.76 s [apply-refact] anyLConIsGadt
  12023. 1071.76 s [apply-refact] flattenRuleDecls
  12024. 1071.76 s [apply-refact] pprFullRuleName
  12025. 1071.76 s [apply-refact] roleAnnotDeclName
  12026. 1071.76 s [apply-refact] noSyntaxExpr
  12027. 1071.76 s [apply-refact] tupArgPresent
  12028. 1071.76 s [apply-refact] isQuietHsExpr
  12029. 1071.76 s [apply-refact] pprBinds
  12030. 1071.76 s [apply-refact] ppr_lexpr
  12031. 1071.76 s [apply-refact] ppr_expr
  12032. 1071.76 s [apply-refact] ppr_infix_expr
  12033. 1071.76 s [apply-refact] ppr_infix_expr_rn
  12034. 1071.76 s [apply-refact] ppr_infix_expr_tc
  12035. 1071.76 s [apply-refact] ppr_apps
  12036. 1071.76 s [apply-refact] pprDebugParendExpr
  12037. 1071.76 s [apply-refact] pprParendLExpr
  12038. 1071.76 s [apply-refact] stripParensLHsExpr
  12039. 1071.76 s [apply-refact] stripParensHsExpr
  12040. 1071.76 s [apply-refact] isAtomicHsExpr
  12041. 1071.76 s [apply-refact] pprLCmd
  12042. 1071.76 s [apply-refact] pprCmd
  12043. 1071.76 s [apply-refact] isQuietHsCmd
  12044. 1071.76 s [apply-refact] ppr_lcmd
  12045. 1071.76 s [apply-refact] ppr_cmd
  12046. 1071.76 s [apply-refact] pprCmdArg
  12047. 1071.76 s [apply-refact] isEmptyMatchGroup
  12048. 1071.76 s [apply-refact] matchGroupArity
  12049. 1071.76 s [apply-refact] hsLMatchPats
  12050. 1071.76 s [apply-refact] pprMatches
  12051. 1071.76 s [apply-refact] pprMatch
  12052. 1071.76 s [apply-refact] pprGRHSs
  12053. 1071.76 s [apply-refact] pprGRHS
  12054. 1071.76 s [apply-refact] pp_rhs
  12055. 1071.76 s [apply-refact] pprStmt
  12056. 1071.76 s [apply-refact] pprBindStmt
  12057. 1071.76 s [apply-refact] pprArg
  12058. 1071.76 s [apply-refact] pprTransformStmt
  12059. 1071.76 s [apply-refact] pprTransStmt
  12060. 1071.76 s [apply-refact] pprBy
  12061. 1071.76 s [apply-refact] pprDo
  12062. 1071.76 s [apply-refact] pprArrowExpr
  12063. 1071.76 s [apply-refact] ppr_module_name_prefix
  12064. 1071.76 s [apply-refact] ppr_do_stmts
  12065. 1071.76 s [apply-refact] pprComp
  12066. 1071.76 s [apply-refact] pprQuals
  12067. 1071.76 s [apply-refact] pprPendingSplice
  12068. 1071.76 s [apply-refact] ppr_quasi
  12069. 1071.76 s [apply-refact] ppr_splice
  12070. 1071.76 s [apply-refact] thBrackets
  12071. 1071.76 s [apply-refact] thTyBrackets
  12072. 1071.76 s [apply-refact] ppr_with_pending_tc_splices
  12073. 1071.76 s [apply-refact] pp_dotdot
  12074. 1071.76 s [apply-refact] lamCaseKeyword
  12075. 1071.76 s [apply-refact] pprExternalSrcLoc
  12076. 1071.76 s [apply-refact] pprHsArrType
  12077. 1071.76 s [apply-refact] matchContextErrString
  12078. 1071.76 s [apply-refact] matchArrowContextErrString
  12079. 1071.76 s [apply-refact] matchDoContextErrString
  12080. 1071.76 s [apply-refact] pprMatchInCtxt
  12081. 1071.76 s [apply-refact] pprStmtInCtxt
  12082. 1071.77 s [apply-refact] matchSeparator
  12083. 1071.77 s [apply-refact] pprMatchContext
  12084. 1071.77 s [apply-refact] pprMatchContextNoun
  12085. 1071.77 s [apply-refact] pprMatchContextNouns
  12086. 1071.77 s [apply-refact] pprArrowMatchContextNoun
  12087. 1071.77 s [apply-refact] pprArrowMatchContextNouns
  12088. 1071.77 s [apply-refact] pprAStmtContext
  12089. 1071.77 s [apply-refact] pprStmtContext
  12090. 1071.77 s [apply-refact] pprStmtCat
  12091. 1071.77 s [apply-refact] pprAHsDoFlavour
  12092. 1071.77 s [apply-refact] pprHsDoFlavour
  12093. 1071.77 s [apply-refact] prependQualified
  12094. 1071.77 s [apply-refact] pprFieldLabelStrings
  12095. 1071.77 s [apply-refact] pprPrefixFastString
  12096. 1071.77 s [apply-refact] mkSimpleMatch
  12097. 1071.77 s [apply-refact] unguardedGRHSs
  12098. 1071.77 s [apply-refact] unguardedRHS
  12099. 1071.77 s [apply-refact] mkMatchGroup
  12100. 1071.77 s [apply-refact] mkLamCaseMatchGroup
  12101. 1071.77 s [apply-refact] mkLocatedList
  12102. 1071.77 s [apply-refact] mkHsApp
  12103. 1071.77 s [apply-refact] mkHsAppWith
  12104. 1071.77 s [apply-refact] mkHsApps
  12105. 1071.77 s [apply-refact] mkHsAppsWith
  12106. 1071.77 s [apply-refact] mkHsAppType
  12107. 1071.77 s [apply-refact] mkHsAppTypes
  12108. 1071.77 s [apply-refact] mkHsLam
  12109. 1071.77 s [apply-refact] mkHsLams
  12110. 1071.77 s [apply-refact] nlHsTyApp
  12111. 1071.77 s [apply-refact] nlHsTyApps
  12112. 1071.77 s [apply-refact] mkParPat
  12113. 1071.77 s [apply-refact] nlParPat
  12114. 1071.77 s [apply-refact] mkRecStmt
  12115. 1071.77 s [apply-refact] mkHsIntegral
  12116. 1071.77 s [apply-refact] mkHsFractional
  12117. 1071.77 s [apply-refact] mkHsIsString
  12118. 1071.77 s [apply-refact] mkHsDo
  12119. 1071.77 s [apply-refact] mkHsDoAnns
  12120. 1071.77 s [apply-refact] mkHsComp
  12121. 1071.77 s [apply-refact] mkHsCompAnns
  12122. 1071.77 s [apply-refact] mkHsIf
  12123. 1071.77 s [apply-refact] mkHsCmdIf
  12124. 1071.77 s [apply-refact] mkNPat
  12125. 1071.77 s [apply-refact] mkNPlusKPat
  12126. 1071.77 s [apply-refact] emptyTransStmt
  12127. 1071.77 s [apply-refact] mkTransformStmt
  12128. 1071.77 s [apply-refact] mkTransformByStmt
  12129. 1071.77 s [apply-refact] mkGroupUsingStmt
  12130. 1071.77 s [apply-refact] mkGroupByUsingStmt
  12131. 1071.77 s [apply-refact] mkLastStmt
  12132. 1071.77 s [apply-refact] mkBodyStmt
  12133. 1071.77 s [apply-refact] mkPsBindStmt
  12134. 1071.77 s [apply-refact] mkRnBindStmt
  12135. 1071.77 s [apply-refact] mkTcBindStmt
  12136. 1071.77 s [apply-refact] unitRecStmtTc
  12137. 1071.77 s [apply-refact] emptyRecStmt
  12138. 1071.77 s [apply-refact] emptyRecStmtName
  12139. 1071.77 s [apply-refact] emptyRecStmtId
  12140. 1071.77 s [apply-refact] mkLetStmt
  12141. 1071.77 s [apply-refact] mkHsString
  12142. 1071.77 s [apply-refact] mkHsStringFS
  12143. 1071.77 s [apply-refact] mkHsStringPrimLit
  12144. 1071.77 s [apply-refact] mkHsCharPrimLit
  12145. 1071.77 s [apply-refact] mkConLikeTc
  12146. 1071.77 s [apply-refact] nlHsVar
  12147. 1071.77 s [apply-refact] nl_HsVar
  12148. 1071.77 s [apply-refact] nlHsLit
  12149. 1071.77 s [apply-refact] nlHsIntLit
  12150. 1071.77 s [apply-refact] nlVarPat
  12151. 1071.77 s [apply-refact] nlLitPat
  12152. 1071.77 s [apply-refact] nlHsApp
  12153. 1071.77 s [apply-refact] nlHsSyntaxApps
  12154. 1071.77 s [apply-refact] nlHsApps
  12155. 1071.77 s [apply-refact] nlHsVarApps
  12156. 1071.77 s [apply-refact] nlConVarPat
  12157. 1071.77 s [apply-refact] nlConVarPatName
  12158. 1071.77 s [apply-refact] nlInfixConPat
  12159. 1071.77 s [apply-refact] nlConPat
  12160. 1071.77 s [apply-refact] nlConPatName
  12161. 1071.77 s [apply-refact] nlNullaryConPat
  12162. 1071.77 s [apply-refact] nlWildConPat
  12163. 1071.77 s [apply-refact] nlHsDo
  12164. 1071.77 s [apply-refact] nlHsOpApp
  12165. 1071.77 s [apply-refact] nlHsLam
  12166. 1071.77 s [apply-refact] nlHsPar
  12167. 1071.77 s [apply-refact] nlHsIf
  12168. 1071.77 s [apply-refact] nlHsCase
  12169. 1071.77 s [apply-refact] nlList
  12170. 1071.77 s [apply-refact] nlHsAppTy
  12171. 1071.77 s [apply-refact] nlHsTyVar
  12172. 1071.77 s [apply-refact] nlHsFunTy
  12173. 1071.77 s [apply-refact] nlHsParTy
  12174. 1071.77 s [apply-refact] nlHsTyConApp
  12175. 1071.77 s [apply-refact] nlHsAppKindTy
  12176. 1071.77 s [apply-refact] mkLHsTupleExpr
  12177. 1071.77 s [apply-refact] mkLHsVarTuple
  12178. 1071.77 s [apply-refact] nlTuplePat
  12179. 1071.77 s [apply-refact] missingTupArg
  12180. 1071.77 s [apply-refact] mkBigLHsTup
  12181. 1071.77 s [apply-refact] mkBigLHsPatTup
  12182. 1071.77 s [apply-refact] mkHsSigEnv
  12183. 1071.77 s [apply-refact] mkLHsWrap
  12184. 1071.77 s [apply-refact] mkHsWrap
  12185. 1071.77 s [apply-refact] mkHsWrapCo
  12186. 1071.77 s [apply-refact] mkHsWrapCoR
  12187. 1071.77 s [apply-refact] mkLHsWrapCo
  12188. 1071.77 s [apply-refact] mkHsCmdWrap
  12189. 1071.77 s [apply-refact] mkLHsCmdWrap
  12190. 1071.77 s [apply-refact] mkHsWrapPat
  12191. 1071.77 s [apply-refact] mkHsWrapPatCo
  12192. 1071.77 s [apply-refact] mkHsDictLet
  12193. 1071.77 s [apply-refact] mkHsVarBind
  12194. 1071.77 s [apply-refact] mkVarBind
  12195. 1071.77 s [apply-refact] mkPatSynBind
  12196. 1071.77 s [apply-refact] mkMatch
  12197. 1071.77 s [apply-refact] collectLocalBinders
  12198. 1071.77 s [apply-refact] collectHsValBinders
  12199. 1071.77 s [apply-refact] collectHsBindsBinders
  12200. 1071.77 s [apply-refact] collectLStmtsBinders
  12201. 1071.77 s [apply-refact] collectStmtsBinders
  12202. 1071.77 s [apply-refact] collectLStmtBinders
  12203. 1071.77 s [apply-refact] collectStmtBinders
  12204. 1071.77 s [apply-refact] collectPatBinders
  12205. 1071.77 s [apply-refact] collectPatsBinders
  12206. 1071.77 s [apply-refact] hsGroupBinders
  12207. 1071.77 s [apply-refact] hsTyClForeignBinders
  12208. 1071.77 s [apply-refact] getPatSynBinds
  12209. 1071.77 s [apply-refact] lStmtsImplicits
  12210. 1071.77 s [apply-refact] hsValBindsImplicits
  12211. 1071.77 s [apply-refact] lPatImplicits
  12212. 1071.77 s [apply-refact] nameOccName
  12213. 1071.77 s [apply-refact] occName
  12214. 1071.77 s [apply-refact] occNameString
  12215. 1071.77 s [apply-refact] ppr
  12216. 1071.77 s [apply-refact] showSDocUnsafe
  12217. 1071.77 s [apply-refact] handleGhcException
  12218. 1071.77 s [apply-refact] rdrNameOcc
  12219. 1071.77 s [apply-refact] RealSrcLoc' (src/Refact/Compat.hs:176)
  12220. 1071.77 s [apply-refact] RealSrcSpan' (src/Refact/Compat.hs:185)
  12221. 1071.77 s [apply-refact] SrcSpanLess (src/Refact/Compat.hs:200)
  12222. 1071.77 s [apply-refact] composeSrcSpan (src/Refact/Compat.hs:194)
  12223. 1071.77 s [apply-refact] decomposeSrcSpan (src/Refact/Compat.hs:197)
  12224. 1071.77 s [apply-refact] impliedXFlags
  12225. 1071.77 s [apply-refact] FunBind (src/Refact/Compat.hs:174)
  12226. 1071.77 s [apply-refact] DoGenReplacement (src/Refact/Compat.hs:254)
  12227. 1071.77 s [apply-refact] Module (src/Refact/Compat.hs:155)
  12228. 1071.77 s [apply-refact] MonadFail' (src/Refact/Compat.hs:152)
  12229. 1071.77 s [apply-refact] ReplaceWorker (src/Refact/Compat.hs:262)
  12230. 1071.77 s [apply-refact] annSpanToSrcSpan (src/Refact/Compat.hs:211)
  12231. 1071.77 s [apply-refact] badAnnSpan (src/Refact/Compat.hs:203)
  12232. 1071.77 s [apply-refact] mkErr (src/Refact/Compat.hs:240)
  12233. 1071.77 s [apply-refact] parseModuleName (src/Refact/Compat.hs:249)
  12234. 1071.77 s [apply-refact] setAnnSpanFile (src/Refact/Compat.hs:236)
  12235. 1071.77 s [apply-refact] setRealSrcSpanFile (src/Refact/Compat.hs:228)
  12236. 1071.77 s [apply-refact] setSrcSpanFile (src/Refact/Compat.hs:219)
  12237. 1071.77 s [apply-refact] srcSpanToAnnSpan (src/Refact/Compat.hs:207)
  12238. 1071.77 s [apply-refact] AnnSpan (src/Refact/Compat.hs:202)
  12239. 1071.95 s [apply-refact] 23% ( 6 / 26) in 'Refact.Utils'
  12240. 1071.95 s [apply-refact] Missing documentation for:
  12241. 1071.95 s [apply-refact] Module header
  12242. 1071.95 s [apply-refact] Module (src/Refact/Compat.hs:155)
  12243. 1071.95 s [apply-refact] Stmt (src/Refact/Utils.hs:73)
  12244. 1071.95 s [apply-refact] Expr (src/Refact/Utils.hs:63)
  12245. 1071.95 s [apply-refact] Decl (src/Refact/Utils.hs:67)
  12246. 1071.95 s [apply-refact] Name (src/Refact/Utils.hs:71)
  12247. 1071.95 s [apply-refact] Pat (src/Refact/Utils.hs:69)
  12248. 1071.95 s [apply-refact] Type (src/Refact/Utils.hs:65)
  12249. 1071.95 s [apply-refact] Import (src/Refact/Utils.hs:75)
  12250. 1071.95 s [apply-refact] FunBind (src/Refact/Compat.hs:174)
  12251. 1071.95 s [apply-refact] RealSrcLoc' (src/Refact/Compat.hs:176)
  12252. 1071.95 s [apply-refact] RealSrcSpan' (src/Refact/Compat.hs:185)
  12253. 1071.95 s [apply-refact] M (src/Refact/Utils.hs:61)
  12254. 1071.95 s [apply-refact] getAnnSpan (src/Refact/Utils.hs:80)
  12255. 1071.95 s [apply-refact] getAnnSpanA (src/Refact/Utils.hs:77)
  12256. 1071.95 s [apply-refact] annSpanToSrcSpan (src/Refact/Compat.hs:211)
  12257. 1071.95 s [apply-refact] srcSpanToAnnSpan (src/Refact/Compat.hs:207)
  12258. 1071.95 s [apply-refact] setAnnSpanFile (src/Refact/Compat.hs:236)
  12259. 1071.95 s [apply-refact] setSrcSpanFile (src/Refact/Compat.hs:219)
  12260. 1071.95 s [apply-refact] setRealSrcSpanFile (src/Refact/Compat.hs:228)
  12261. 1073.65 s [apply-refact] 33% ( 4 / 12) in 'Refact.Internal'
  12262. 1073.65 s [apply-refact] Missing documentation for:
  12263. 1073.65 s [apply-refact] Module header
  12264. 1073.65 s [apply-refact] addExtensionsToFlags (src/Refact/Internal.hs:689)
  12265. 1073.65 s [apply-refact] parseModuleWithArgs (src/Refact/Internal.hs:713)
  12266. 1073.65 s [apply-refact] Verbosity (src/Refact/Internal.hs:273)
  12267. 1073.65 s [apply-refact] refactOptions (src/Refact/Internal.hs:117)
  12268. 1073.65 s [apply-refact] Errors (src/Refact/Compat.hs:160)
  12269. 1073.65 s [apply-refact] onError (src/Refact/Compat.hs:162)
  12270. 1073.65 s [apply-refact] mkErr (src/Refact/Compat.hs:240)
  12271. 1074.38 s [apply-refact] 50% ( 1 / 2) in 'Refact.Fixity'
  12272. 1074.44 s [apply-refact] Missing documentation for:
  12273. 1074.45 s [apply-refact] Module header
  12274. 1074.52 s [apply-refact] 80% ( 4 / 5) in 'Refact.Apply'
  12275. 1074.52 s [apply-refact] Missing documentation for:
  12276. 1074.52 s [apply-refact] Module header
  12277. 1077.76 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 )
  12278. 1077.80 s [apply-refact] Warning: Refact.Compat: could not find link destinations for:
  12279. 1077.80 s [apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
  12280. 1077.80 s [apply-refact] - GHC.Driver.Session.DynP
  12281. 1077.80 s [apply-refact] - GHC.Hs.Type.HsQTvsRn
  12282. 1077.80 s [apply-refact] - GHC.Hs.Type.pprTyVarBndr
  12283. 1077.80 s [apply-refact] - GHC.Hs.Utils.AnnoBody
  12284. 1077.80 s [apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
  12285. 1077.80 s [apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.ExactPrintTVFlag
  12286. 1077.80 s [apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.HasEntry
  12287. 1077.80 s [apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.fromAnn
  12288. 1078.76 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 )
  12289. 1079.63 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 )
  12290. 1080.77 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 )
  12291. 1095.97 s [retrie] Documentation created: dist/doc/html/retrie/index.html,
  12292. 1095.97 s [retrie] dist/doc/html/retrie/retrie.txt
  12293. 1096.05 s [retrie] Preprocessing executable 'demo-retrie' for retrie-1.2.3..
  12294. 1096.07 s [retrie] Preprocessing executable 'retrie' for retrie-1.2.3..
  12295. 1096.07 s [retrie] haddockPhase completed in 40 seconds
  12296. 1096.07 s [retrie] Phase: installPhase
  12297. 1096.23 s [retrie] Installing library in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  12298. 1096.64 s [retrie] Installing executable demo-retrie in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin
  12299. 1096.64 s [retrie] Warning: The directory
  12300. 1096.64 s [retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin is not in the
  12301. 1096.64 s [retrie] system search path.
  12302. 1096.86 s [retrie] Installing executable retrie in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin
  12303. 1096.86 s [retrie] Warning: The directory
  12304. 1096.86 s [retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin is not in the
  12305. 1096.86 s [retrie] system search path.
  12306. 1098.27 s [retrie] Phase: fixupPhase
  12307. 1098.29 s [retrie] shrinking RPATHs of ELF executables and libraries in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
  12308. 1098.30 s [retrie] shrinking /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSretrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3-ghc9.6.3.so
  12309. 1098.34 s [retrie] shrinking /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin/retrie
  12310. 1098.42 s [retrie] shrinking /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin/demo-retrie
  12311. 1098.52 s [retrie] checking for references to /build/ in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3...
  12312. 1098.64 s [retrie] patching script interpreter paths in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
  12313. 1098.65 s [retrie] stripping (with command strip and flags -S -p) in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin
  12314. 1098.97 s [apply-refact] Documentation created: dist/doc/html/apply-refact/index.html,
  12315. 1098.97 s [apply-refact] dist/doc/html/apply-refact/apply-refact.txt
  12316. 1099.07 s [apply-refact] haddockPhase completed in 30 seconds
  12317. 1099.07 s [apply-refact] Phase: installPhase
  12318. 1099.07 s [retrie] shrinking RPATHs of ELF executables and libraries in /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc
  12319. 1099.09 s [retrie] checking for references to /build/ in /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc...
  12320. 1099.12 s [retrie] patching script interpreter paths in /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc
  12321. 1099.55 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
  12322. 1100.06 s [post-build-hook] Pushing 2 paths (171 are already present) using zstd to cache sellout ⏳
  12323. 1100.06 s [post-build-hook]
  12324. 1100.40 s [post-build-hook] Pushing /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc (12.53 MiB)
  12325. 1100.54 s [post-build-hook] Pushing /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3 (77.06 MiB)
  12326. 1102.68 s [post-build-hook]
  12327. 1102.68 s [post-build-hook] All done.
  12328. 1102.72 s [post-build-hook] Uploading to the NixCI cache: /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
  12329. 1102.78 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12330. 1102.98 s [post-build-hook] copying 8 paths...
  12331. 1102.98 s [post-build-hook] copying path '/nix/store/mhs5055kmnzjcgvcy74qjk4jcvli2nd8-haskell-src-exts-1.23.1-doc' to 'https://cache.nix-ci.com'...
  12332. 1102.98 s [post-build-hook] copying path '/nix/store/yfcq3a3m32pfr6zczqa4l2dqidljw774-MonadRandom-0.6.2-doc' to 'https://cache.nix-ci.com'...
  12333. 1103.41 s [post-build-hook] copying path '/nix/store/7l69l0cr5f1csypy8fmszzb9zxg6da7y-random-shuffle-0.0.4-doc' to 'https://cache.nix-ci.com'...
  12334. 1103.41 s [post-build-hook] copying path '/nix/store/d5yv0p35r3d55n6k4jqvsy3hlfxdjjh2-MonadRandom-0.6.2' to 'https://cache.nix-ci.com'...
  12335. 1103.67 s [post-build-hook] copying path '/nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc' to 'https://cache.nix-ci.com'...
  12336. 1104.61 s [post-build-hook] copying path '/nix/store/fkzngnd0is85jhmgz8dkw3fks6ibpzcl-random-shuffle-0.0.4' to 'https://cache.nix-ci.com'...
  12337. 1107.94 s [post-build-hook] copying path '/nix/store/n6pp7msj485ir7a40npybvw19mvrwziy-haskell-src-exts-1.23.1' to 'https://cache.nix-ci.com'...
  12338. 1149.18 s [post-build-hook] copying path '/nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3' to 'https://cache.nix-ci.com'...
  12339. 1173.99 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12340. 1174.22 s [post-build-hook] copying 4 paths...
  12341. 1174.22 s [post-build-hook] copying path '/nix/store/1j1b4ia2yhcib4gabl2lcxm3rd4drgp1-MonadRandom-0.6.2.drv' to 'https://cache.nix-ci.com'...
  12342. 1174.22 s [post-build-hook] copying path '/nix/store/jwyvzknari2slyamhgblcbkrf2x43dba-haskell-src-exts-1.23.1.drv' to 'https://cache.nix-ci.com'...
  12343. 1174.37 s [post-build-hook] copying path '/nix/store/7j92kcsdg3w6ajmvd5yajbfzwi1dzga9-random-shuffle-0.0.4.drv' to 'https://cache.nix-ci.com'...
  12344. 1174.51 s [post-build-hook] copying path '/nix/store/8lf4m55iha2z332dvcxgwvg74q1d46h7-retrie-1.2.3.drv' to 'https://cache.nix-ci.com'...
  12345. 1174.65 s Progress: 45 of 61 built (2 building), 335 of 335 downloaded from cache
  12346. 1174.65 s [apply-refact] Installing executable refactor in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin
  12347. 1174.65 s [apply-refact] Warning: The directory
  12348. 1174.65 s [apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin is not
  12349. 1174.65 s [apply-refact] in the system search path.
  12350. 1174.65 s [apply-refact] Installing library in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
  12351. 1174.65 s [apply-refact] Phase: fixupPhase
  12352. 1174.65 s [apply-refact] shrinking RPATHs of ELF executables and libraries in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0
  12353. 1174.66 s [apply-refact] shrinking /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSapply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn-ghc9.6.3.so
  12354. 1174.66 s [apply-refact] shrinking /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin/refactor
  12355. 1174.66 s [apply-refact] checking for references to /build/ in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0...
  12356. 1174.66 s [apply-refact] patching script interpreter paths in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0
  12357. 1174.66 s [apply-refact] stripping (with command strip and flags -S -p) in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin
  12358. 1174.66 s [apply-refact] shrinking RPATHs of ELF executables and libraries in /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc
  12359. 1174.66 s [apply-refact] checking for references to /build/ in /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc...
  12360. 1174.66 s [apply-refact] patching script interpreter paths in /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc
  12361. 1174.66 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 )
  12362. 1174.66 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 )
  12363. 1174.66 s [lsp-types] Preprocessing test suite 'lsp-types-test' for lsp-types-2.3.0.1..
  12364. 1174.66 s [lsp-types] Building test suite 'lsp-types-test' for lsp-types-2.3.0.1..
  12365. 1174.66 s [lsp-types] [ 1 of 11] Compiling CapabilitiesSpec ( test/CapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/CapabilitiesSpec.o )
  12366. 1174.66 s [lsp-types] [ 2 of 11] Compiling JsonSpec ( test/JsonSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/JsonSpec.o )
  12367. 1174.66 s [lsp-types] [ 3 of 11] Compiling LocationSpec ( test/LocationSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/LocationSpec.o )
  12368. 1174.66 s [lsp-types] [ 4 of 11] Compiling MethodSpec ( test/MethodSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/MethodSpec.o )
  12369. 1174.66 s [lsp-types] [ 5 of 11] Compiling SemanticTokensSpec ( test/SemanticTokensSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/SemanticTokensSpec.o )
  12370. 1174.66 s [lsp-types] [ 6 of 11] Compiling ServerCapabilitiesSpec ( test/ServerCapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/ServerCapabilitiesSpec.o )
  12371. 1174.66 s [lsp-types] [ 7 of 11] Compiling TypesSpec ( test/TypesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/TypesSpec.o )
  12372. 1174.66 s [lsp-types] [ 8 of 11] Compiling URIFilePathSpec ( test/URIFilePathSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/URIFilePathSpec.o )
  12373. 1174.66 s [lsp-types] [ 9 of 11] Compiling WorkspaceEditSpec ( test/WorkspaceEditSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/WorkspaceEditSpec.o )
  12374. 1174.66 s [lsp-types] [10 of 11] Compiling Spec ( test/Spec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Spec.o )
  12375. 1174.66 s [lsp-types] [11 of 11] Compiling Main ( test/Main.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Main.o )
  12376. 1174.66 s [lsp-types] [12 of 12] Linking dist/build/lsp-types-test/lsp-types-test
  12377. 1174.66 s [lsp-types] buildPhase completed in 6 minutes 59 seconds
  12378. 1174.66 s [lsp-types] Phase: checkPhase
  12379. 1174.66 s [lsp-types] Running 1 test suites...
  12380. 1174.66 s [lsp-types] Test suite lsp-types-test: RUNNING...
  12381. 1174.66 s [lsp-types]
  12382. 1174.66 s [lsp-types] Capabilities
  12383. 1174.66 s [lsp-types] capabilities
  12384. 1174.66 s [lsp-types] produces full latest client capabilities [✔]
  12385. 1174.66 s [lsp-types] First time execution. Golden file created.
  12386. 1174.66 s [lsp-types] produces pre-3.10 client capabilities [✔]
  12387. 1174.66 s [lsp-types] First time execution. Golden file created.
  12388. 1174.66 s [lsp-types] Json
  12389. 1174.66 s [lsp-types] MarkedString
  12390. 1174.66 s [lsp-types] roundtrip [✔]
  12391. 1174.66 s [lsp-types] +++ OK, passed 100 tests.
  12392. 1174.66 s [lsp-types] MarkupContent
  12393. 1174.66 s [lsp-types] roundtrip [✔]
  12394. 1174.66 s [lsp-types] +++ OK, passed 100 tests.
  12395. 1174.66 s [lsp-types] TextDocumentContentChangeEvent
  12396. 1174.66 s [lsp-types] roundtrip [✔]
  12397. 1174.66 s [lsp-types] +++ OK, passed 100 tests.
  12398. 1174.66 s [lsp-types] WatchedFiles
  12399. 1174.66 s [lsp-types] roundtrip [✔]
  12400. 1174.66 s [lsp-types] +++ OK, passed 100 tests.
  12401. 1174.66 s [lsp-types] Registration
  12402. 1174.66 s [lsp-types] roundtrip [✔]
  12403. 1174.66 s [lsp-types] +++ OK, passed 100 tests.
  12404. 1174.66 s [lsp-types] CompletionList
  12405. 1174.66 s [lsp-types] handles optional field set to null in record [✔]
  12406. 1174.66 s [lsp-types] CompletionItem
  12407. 1174.66 s [lsp-types] example [✔]
  12408. 1174.66 s [lsp-types] RequestMessage
  12409. 1174.66 s [lsp-types] handles missing params field [✔]
  12410. 1174.66 s [lsp-types] handles params field set to null [✔]
  12411. 1174.66 s [lsp-types] ResponseMessage
  12412. 1174.66 s [lsp-types] Hover roundtrip [✔]
  12413. 1174.66 s [lsp-types] +++ OK, passed 100 tests.
  12414. 1174.66 s [lsp-types] decodes error data = null [✔]
  12415. 1174.66 s [lsp-types] throws if neither result nor error is present [✔]
  12416. 1174.66 s [lsp-types] throws if both result and error are present [✔]
  12417. 1174.66 s [lsp-types] decodes result = null [✔]
  12418. 1174.66 s [lsp-types] NotificationMessage
  12419. 1174.66 s [lsp-types] handles missing params field [✔]
  12420. 1174.66 s [lsp-types] Location
  12421. 1174.66 s [lsp-types] isSubrangeOf
  12422. 1174.66 s [lsp-types] is true if the first range is totally inside the second range [✔]
  12423. 1174.66 s [lsp-types] is true if two ranges equal [✔]
  12424. 1174.66 s [lsp-types] is false if the first range is outside of the second [✔]
  12425. 1174.66 s [lsp-types] positionInRange
  12426. 1174.66 s [lsp-types] is false if position is after the end of a single line range [✔]
  12427. 1174.66 s [lsp-types] is false if position is before the begining of a single line range [✔]
  12428. 1174.66 s [lsp-types] is true if position is in a single line range [✔]
  12429. 1174.66 s [lsp-types] is false if position is right at the end of the range [✔]
  12430. 1174.66 s [lsp-types] is true if position is in the middle of a multiline range [✔]
  12431. 1174.66 s [lsp-types] is false if position is before the beginning of a multiline range [✔]
  12432. 1174.66 s [lsp-types] is false if position is right at the end of a multiline range [✔]
  12433. 1174.66 s [lsp-types] Method
  12434. 1174.66 s [lsp-types] Method enum aeson instance consistency
  12435. 1174.66 s [lsp-types] Client Methods
  12436. 1174.66 s [lsp-types] maintains roundtrip consistency [✔]
  12437. 1174.66 s [lsp-types] Server Methods
  12438. 1174.92 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0 /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc
  12439. 1175.42 s [post-build-hook] Pushing 2 paths (150 are already present) using zstd to cache sellout ⏳
  12440. 1175.42 s [post-build-hook]
  12441. 1175.88 s [post-build-hook] Pushing /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0 (68.17 MiB)
  12442. 1175.92 s [post-build-hook] Pushing /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc (9.62 MiB)
  12443. 1178.30 s [post-build-hook]
  12444. 1178.30 s [post-build-hook] All done.
  12445. 1178.32 s [post-build-hook] Uploading to the NixCI cache: /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0 /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc
  12446. 1178.36 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12447. 1178.52 s [post-build-hook] copying 2 paths...
  12448. 1178.52 s [post-build-hook] copying path '/nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc' to 'https://cache.nix-ci.com'...
  12449. 1179.65 s [post-build-hook] copying path '/nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0' to 'https://cache.nix-ci.com'...
  12450. 1218.89 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12451. 1219.20 s [post-build-hook] copying 1 paths...
  12452. 1219.20 s [post-build-hook] copying path '/nix/store/0k77490zi9xw5z8v3dni25dfjgd85jch-apply-refact-0.14.0.0.drv' to 'https://cache.nix-ci.com'...
  12453. 1219.41 s Progress: 46 of 59 built (1 building), 335 of 335 downloaded from cache
  12454. 1219.42 s [lsp-types] maintains roundtrip consistency [✔]
  12455. 1219.42 s [lsp-types] SemanticTokens
  12456. 1219.42 s [lsp-types] relativize/absolutizeTokens
  12457. 1219.42 s [lsp-types] round-trips [✔]
  12458. 1219.42 s [lsp-types] handles big tokens [✔]
  12459. 1219.42 s [lsp-types] encodeTokens
  12460. 1219.42 s [lsp-types] when running the LSP examples
  12461. 1219.42 s [lsp-types] encodes example 1 correctly [✔]
  12462. 1219.42 s [lsp-types] encodes example 2 correctly [✔]
  12463. 1219.42 s [lsp-types] handles big tokens [✔]
  12464. 1219.42 s [lsp-types] computeEdits
  12465. 1219.42 s [lsp-types] handles an edit in the middle [✔]
  12466. 1219.42 s [lsp-types] handles an edit at the end [✔]
  12467. 1219.42 s [lsp-types] handles an edit at the beginning [✔]
  12468. 1219.42 s [lsp-types] handles an ambiguous edit [✔]
  12469. 1219.42 s [lsp-types] handles a long edit [✔]
  12470. 1219.42 s [lsp-types] handles multiple edits [✔]
  12471. 1219.42 s [lsp-types] handles big tokens [✔]
  12472. 1219.42 s [lsp-types] ServerCapabilities
  12473. 1219.42 s [lsp-types] server capabilities
  12474. 1219.42 s [lsp-types] folding range options
  12475. 1219.42 s [lsp-types] decodes
  12476. 1219.42 s [lsp-types] just id [✔]
  12477. 1219.42 s [lsp-types] id and document selector [✔]
  12478. 1219.42 s [lsp-types] static boolean [✔]
  12479. 1219.42 s [lsp-types] encodes
  12480. 1219.42 s [lsp-types] just id [✔]
  12481. 1219.42 s [lsp-types] decodes [✔]
  12482. 1219.42 s [lsp-types] client/registerCapability
  12483. 1219.42 s [lsp-types] allows empty registerOptions [✔]
  12484. 1219.42 s [lsp-types] Types
  12485. 1219.42 s [lsp-types] MarkupContent
  12486. 1219.42 s [lsp-types] appends two plainstrings [✔]
  12487. 1219.42 s [lsp-types] appends a marked up and a plain string [✔]
  12488. 1219.42 s [lsp-types] appends a plain string and a marked up string [✔]
  12489. 1219.42 s [lsp-types] URIFilePath
  12490. 1219.42 s [lsp-types] Platform aware URI file path functions
  12491. 1219.42 s [lsp-types] converts a URI to a POSIX file path [✔]
  12492. 1219.42 s [lsp-types] converts a POSIX file path to a URI [✔]
  12493. 1219.42 s [lsp-types] converts a URI to a Windows file path [✔]
  12494. 1219.42 s [lsp-types] converts a Windows file path to a URI [✔]
  12495. 1219.42 s [lsp-types] converts a POSIX file path to a URI [✔]
  12496. 1219.42 s [lsp-types] converts a Windows file path to a URI [✔]
  12497. 1219.42 s [lsp-types] converts a Windows file path to a URI [✔]
  12498. 1219.42 s [lsp-types] converts a POSIX file path to a URI and back [✔]
  12499. 1219.42 s [lsp-types] converts a Posix file path to a URI and back [✔]
  12500. 1219.42 s [lsp-types] +++ OK, passed 100 tests.
  12501. 1219.42 s [lsp-types] converts a Windows file path to a URI and back [✔]
  12502. 1219.42 s [lsp-types] +++ OK, passed 100 tests.
  12503. 1219.42 s [lsp-types] converts a relative POSIX file path to a URI and back [✔]
  12504. 1219.42 s [lsp-types] URI file path functions
  12505. 1219.42 s [lsp-types] converts a URI to a file path [✔]
  12506. 1219.42 s [lsp-types] converts a file path to a URI [✔]
  12507. 1219.42 s [lsp-types] removes unnecessary current directory paths [✔]
  12508. 1219.42 s [lsp-types] converts a file path to a URI and back [✔]
  12509. 1219.42 s [lsp-types] +++ OK, passed 100 tests.
  12510. 1219.42 s [lsp-types] converts a relative file path to a URI and back [✔]
  12511. 1219.42 s [lsp-types] converts a file path with initial current dir to a URI and back [✔]
  12512. 1219.42 s [lsp-types] URI normalization functions
  12513. 1219.42 s [lsp-types] ignores differences in percent-encoding [✔]
  12514. 1219.42 s [lsp-types] +++ OK, passed 100 tests.
  12515. 1219.42 s [lsp-types] ignores differences in percent-encoding (examples) [✔]
  12516. 1219.42 s [lsp-types] normalizes uri file path when converting from uri to normalized uri [✔]
  12517. 1219.42 s [lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
  12518. 1219.42 s [lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
  12519. 1219.42 s [lsp-types] converts a file path to a normalized URI and back [✔]
  12520. 1219.42 s [lsp-types] +++ OK, passed 100 tests.
  12521. 1219.42 s [lsp-types] Normalized file path functions
  12522. 1219.42 s [lsp-types] makes file path normalized [✔]
  12523. 1219.42 s [lsp-types] +++ OK, passed 100 tests.
  12524. 1219.42 s [lsp-types] converts to a normalized uri and back [✔]
  12525. 1219.42 s [lsp-types] +++ OK, passed 100 tests.
  12526. 1219.42 s [lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
  12527. 1219.42 s [lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
  12528. 1219.42 s [lsp-types] creates the same NormalizedUri than the older implementation [✔]
  12529. 1219.42 s [lsp-types] +++ OK, passed 100 tests.
  12530. 1219.42 s [lsp-types] converts to NormalizedFilePath and back sucessfully [✔]
  12531. 1219.42 s [lsp-types] +++ OK, passed 100 tests.
  12532. 1219.42 s [lsp-types] can not convert OsPath in non-standard encoding to NormalizedFilePath [✔]
  12533. 1219.42 s [lsp-types] WorkspaceEdit
  12534. 1219.42 s [lsp-types] applyTextEdit
  12535. 1219.42 s [lsp-types] inserts text [✔]
  12536. 1219.42 s [lsp-types] deletes text [✔]
  12537. 1219.42 s [lsp-types] edits a multiline text [✔]
  12538. 1219.42 s [lsp-types] inserts text past the last line [✔]
  12539. 1219.42 s [lsp-types] editTextEdit
  12540. 1219.42 s [lsp-types] edits a multiline text edit [✔]
  12541. 1219.42 s [lsp-types]
  12542. 1219.42 s [lsp-types] Finished in 6.6403 seconds
  12543. 1219.42 s [lsp-types] 85 examples, 0 failures
  12544. 1219.42 s [lsp-types] Test suite lsp-types-test: PASS
  12545. 1219.42 s [lsp-types] Test suite logged to: dist/test/lsp-types-2.3.0.1-lsp-types-test.log
  12546. 1219.42 s [lsp-types] 1 of 1 test suites (1 of 1 test cases) passed.
  12547. 1219.42 s [lsp-types] Phase: haddockPhase
  12548. 1219.42 s [lsp-types] Phase: installPhase
  12549. 1219.42 s [lsp-types] Installing internal library metamodel in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
  12550. 1219.42 s [lsp-types] Installing library in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  12551. 1219.42 s [lsp-types] Installing executable generator in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin
  12552. 1219.42 s [lsp-types] Warning: The directory
  12553. 1219.42 s [lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin is not in
  12554. 1219.42 s [lsp-types] the system search path.
  12555. 1219.42 s [lsp-types] Installing internal library lsp-types-quickcheck in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
  12556. 1219.42 s [lsp-types] Phase: fixupPhase
  12557. 1219.42 s [lsp-types] shrinking RPATHs of ELF executables and libraries in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
  12558. 1219.42 s [lsp-types] shrinking /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel-ghc9.6.3.so
  12559. 1219.42 s [lsp-types] shrinking /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck-ghc9.6.3.so
  12560. 1219.42 s [lsp-types] shrinking /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi-ghc9.6.3.so
  12561. 1219.42 s [lsp-types] shrinking /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin/generator
  12562. 1219.42 s [lsp-types] checking for references to /build/ in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1...
  12563. 1219.42 s [lsp-types] patching script interpreter paths in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
  12564. 1219.42 s [lsp-types] stripping (with command strip and flags -S -p) in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin
  12565. 1219.44 s Waiting for lock on waiting for lock on '/nix/store/1c09gaq6g3x9pgbbhrfrwqryp70nc2rl-monad-dijkstra-0.1.1.5-doc', '/nix/store/2zivr2mqd7xzi24c5pida85hi375dyr7-monad-dijkstra
  12566. 1221.06 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
  12567. 1221.60 s [post-build-hook] Pushing 1 paths (244 are already present) using zstd to cache sellout ⏳
  12568. 1221.60 s [post-build-hook]
  12569. 1221.95 s [post-build-hook] Pushing /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1 (456.99 MiB)
  12570. 1226.66 s [post-build-hook]
  12571. 1226.70 s [post-build-hook] All done.
  12572. 1226.71 s [post-build-hook] Uploading to the NixCI cache: /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
  12573. 1226.78 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12574. 1226.82 s [post-build-hook] copying 1 paths...
  12575. 1226.82 s [post-build-hook] copying path '/nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1' to 'https://cache.nix-ci.com'...
  12576. 1319.68 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  12577. 1319.88 s [post-build-hook] copying 1 paths...
  12578. 1319.89 s [post-build-hook] copying path '/nix/store/b2qkxkdn25gz3n6ypk07ply0q84gqwss-lsp-types-2.3.0.1.drv' to 'https://cache.nix-ci.com'...
  12579. 1320.06 s Progress: 47 of 58 built, 335 of 335 downloaded from cache
  12580. 1320.15 s Building lsp
  12581. 1320.50 s [lsp] Phase: setupCompilerEnvironmentPhase
  12582. 1320.52 s Waiting for lock on waiting for lock on '/nix/store/gs03widz32rwby2d336mwah3a7773dra-floskell-0.11.1-data', '/nix/store/iyr7pdkgbbajhwmlin71dd2kyxs87v8b-floskell-0.11.1-doc', '/nix/store/qxi7z6g768vv9rxdm7n6p464dsxz10k1-floskell
  12583. 1320.52 s [lsp] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  12584. 1320.91 s [lsp] Phase: unpackPhase
  12585. 1320.92 s [lsp] unpacking source archive /nix/store/12k1a9yd29ayydcbms6q8jmm5hkylh2c-lsp-2.7.0.1.tar.gz
  12586. 1320.93 s [lsp] source root is lsp-2.7.0.1
  12587. 1320.93 s [lsp] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-2.7.0.1/test/VspSpec.hs"
  12588. 1320.94 s [lsp] Phase: patchPhase
  12589. 1320.94 s [lsp] Phase: compileBuildDriverPhase
  12590. 1320.95 s [lsp] setupCompileFlags: -package-db=/build/tmp.NAN5JbL4G0/setup-package.conf.d -threaded
  12591. 1321.01 s [lsp] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.NAN5JbL4G0/Main.o )
  12592. 1321.06 s [lsp] [2 of 2] Linking Setup
  12593. 1322.84 s [lsp] Phase: updateAutotoolsGnuConfigScriptsPhase
  12594. 1322.87 s [lsp] Phase: configurePhase
  12595. 1322.88 s [lsp] configureFlags: --verbose --prefix=/nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1 --with-gcc=gcc --package-db=/build/tmp.NAN5JbL4G0/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
  12596. 1322.90 s [lsp] Using Parsec parser
  12597. 1322.90 s [lsp] Configuring lsp-2.7.0.1...
  12598. 1323.70 s [lsp] Flags chosen: demo=False
  12599. 1323.70 s [lsp] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
  12600. 1323.70 s [lsp] Dependency async >=2.2 && <2.3: using async-2.2.5
  12601. 1323.70 s [lsp] Dependency attoparsec >=0.14 && <0.15: using attoparsec-0.14.4
  12602. 1323.70 s [lsp] Dependency base >=4.11 && <5: using base-4.18.1.0
  12603. 1323.70 s [lsp] Dependency bytestring >=0.10 && <0.13: using bytestring-0.11.5.2
  12604. 1323.70 s [lsp] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
  12605. 1323.70 s [lsp] Dependency containers >=0.6 && <0.8: using containers-0.6.7
  12606. 1323.70 s [lsp] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
  12607. 1323.70 s [lsp] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
  12608. 1323.70 s [lsp] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.7
  12609. 1323.70 s [lsp] Dependency extra >=1.7 && <1.9: using extra-1.7.16
  12610. 1323.70 s [lsp] Dependency filepath >=1.4 && <1.6: using filepath-1.4.100.4
  12611. 1323.70 s [lsp] Dependency hashable >=1.4 && <1.6: using hashable-1.4.7.0
  12612. 1323.70 s [lsp] Dependency lens >=5.1 && <5.4: using lens-5.3.4
  12613. 1323.70 s [lsp] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
  12614. 1323.70 s [lsp] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  12615. 1323.70 s [lsp] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  12616. 1323.70 s [lsp] Dependency prettyprinter >=1.7 && <1.8: using prettyprinter-1.7.1
  12617. 1323.70 s [lsp] Dependency sorted-list >=0.2.1 && <0.3: using sorted-list-0.2.3.1
  12618. 1323.70 s [lsp] Dependency stm >=2.5 && <2.6: using stm-2.5.1.0
  12619. 1323.70 s [lsp] Dependency text >=1 && <2.2: using text-2.0.2
  12620. 1323.70 s [lsp] Dependency text-rope >=0.2 && <0.4: using text-rope-0.2
  12621. 1323.70 s [lsp] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
  12622. 1323.70 s [lsp] Dependency unliftio >=0.2 && <0.3: using unliftio-0.2.25.1
  12623. 1323.70 s [lsp] Dependency unliftio-core >=0.2 && <0.3: using unliftio-core-0.2.1.0
  12624. 1323.70 s [lsp] Dependency unordered-containers >=0.2 && <0.3: using
  12625. 1323.70 s [lsp] unordered-containers-0.2.20
  12626. 1323.70 s [lsp] Dependency base: using base-4.18.1.0
  12627. 1323.70 s [lsp] Dependency containers: using containers-0.6.7
  12628. 1323.70 s [lsp] Dependency hspec: using hspec-2.11.12
  12629. 1323.70 s [lsp] Dependency lsp: using lsp-2.7.0.1
  12630. 1323.70 s [lsp] Dependency sorted-list: using sorted-list-0.2.3.1
  12631. 1323.70 s [lsp] Dependency text: using text-2.0.2
  12632. 1323.70 s [lsp] Dependency text-rope: using text-rope-0.2
  12633. 1323.70 s [lsp] Dependency unordered-containers: using unordered-containers-0.2.20
  12634. 1324.20 s [lsp] Source component graph:
  12635. 1324.20 s [lsp] component lib
  12636. 1324.20 s [lsp] component test:lsp-test dependency lib
  12637. 1324.20 s [lsp] Configured component graph:
  12638. 1324.20 s [lsp] component lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  12639. 1324.20 s [lsp] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  12640. 1324.20 s [lsp] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  12641. 1324.20 s [lsp] include attoparsec-0.14.4-Lf5HznpK2Hu8bmGTsY7xll
  12642. 1324.20 s [lsp] include base-4.18.1.0
  12643. 1324.20 s [lsp] include bytestring-0.11.5.2
  12644. 1324.20 s [lsp] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  12645. 1324.20 s [lsp] include containers-0.6.7
  12646. 1324.20 s [lsp] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  12647. 1324.20 s [lsp] include directory-1.3.8.1
  12648. 1324.20 s [lsp] include exceptions-0.10.7
  12649. 1324.20 s [lsp] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  12650. 1324.20 s [lsp] include filepath-1.4.100.4
  12651. 1324.20 s [lsp] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  12652. 1324.20 s [lsp] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  12653. 1324.20 s [lsp] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  12654. 1324.20 s [lsp] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  12655. 1324.20 s [lsp] include mtl-2.3.1
  12656. 1324.20 s [lsp] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  12657. 1324.20 s [lsp] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
  12658. 1324.20 s [lsp] include stm-2.5.1.0
  12659. 1324.20 s [lsp] include text-2.0.2
  12660. 1324.20 s [lsp] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  12661. 1324.20 s [lsp] include transformers-0.6.1.0
  12662. 1324.20 s [lsp] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  12663. 1324.20 s [lsp] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  12664. 1324.20 s [lsp] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  12665. 1324.20 s [lsp] component lsp-2.7.0.1-DXA9Gj6oCO1BguRAWcxo9k-lsp-test
  12666. 1324.20 s [lsp] include base-4.18.1.0
  12667. 1324.20 s [lsp] include containers-0.6.7
  12668. 1324.20 s [lsp] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  12669. 1324.20 s [lsp] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  12670. 1324.20 s [lsp] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
  12671. 1324.20 s [lsp] include text-2.0.2
  12672. 1324.20 s [lsp] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  12673. 1324.20 s [lsp] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  12674. 1324.20 s [lsp] Linked component graph:
  12675. 1324.20 s [lsp] unit lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  12676. 1324.20 s [lsp] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  12677. 1324.20 s [lsp] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  12678. 1324.20 s [lsp] include attoparsec-0.14.4-Lf5HznpK2Hu8bmGTsY7xll
  12679. 1324.20 s [lsp] include base-4.18.1.0
  12680. 1324.20 s [lsp] include bytestring-0.11.5.2
  12681. 1324.20 s [lsp] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  12682. 1324.20 s [lsp] include containers-0.6.7
  12683. 1324.20 s [lsp] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  12684. 1324.20 s [lsp] include directory-1.3.8.1
  12685. 1324.20 s [lsp] include exceptions-0.10.7
  12686. 1324.20 s [lsp] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  12687. 1324.20 s [lsp] include filepath-1.4.100.4
  12688. 1324.20 s [lsp] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  12689. 1324.20 s [lsp] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  12690. 1324.20 s [lsp] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  12691. 1324.20 s [lsp] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  12692. 1324.20 s [lsp] include mtl-2.3.1
  12693. 1324.20 s [lsp] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  12694. 1324.20 s [lsp] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
  12695. 1324.20 s [lsp] include stm-2.5.1.0
  12696. 1324.20 s [lsp] include text-2.0.2
  12697. 1324.20 s [lsp] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  12698. 1324.20 s [lsp] include transformers-0.6.1.0
  12699. 1324.20 s [lsp] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  12700. 1324.20 s [lsp] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  12701. 1324.20 s [lsp] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  12702. 1324.20 s [lsp] Language.LSP.Diagnostics=lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk:Language.LSP.Diagnostics,Language.LSP.Logging=lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk:Language.LSP.Logging,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Lens=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Lens,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types,Language.LSP.Server=lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk:Language.LSP.Server,Language.LSP.VFS=lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk:Language.LSP.VFS
  12703. 1324.20 s [lsp] unit lsp-2.7.0.1-DXA9Gj6oCO1BguRAWcxo9k-lsp-test
  12704. 1324.20 s [lsp] include base-4.18.1.0
  12705. 1324.20 s [lsp] include containers-0.6.7
  12706. 1324.20 s [lsp] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  12707. 1324.20 s [lsp] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  12708. 1324.20 s [lsp] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
  12709. 1324.20 s [lsp] include text-2.0.2
  12710. 1324.20 s [lsp] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  12711. 1324.20 s [lsp] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  12712. 1324.20 s [lsp] Ready component graph:
  12713. 1324.20 s [lsp] definite lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  12714. 1324.20 s [lsp] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  12715. 1324.20 s [lsp] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  12716. 1324.20 s [lsp] depends attoparsec-0.14.4-Lf5HznpK2Hu8bmGTsY7xll
  12717. 1324.20 s [lsp] depends base-4.18.1.0
  12718. 1324.21 s [lsp] depends bytestring-0.11.5.2
  12719. 1324.21 s [lsp] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  12720. 1324.21 s [lsp] depends containers-0.6.7
  12721. 1324.21 s [lsp] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  12722. 1324.21 s [lsp] depends directory-1.3.8.1
  12723. 1324.21 s [lsp] depends exceptions-0.10.7
  12724. 1324.21 s [lsp] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  12725. 1324.21 s [lsp] depends filepath-1.4.100.4
  12726. 1324.21 s [lsp] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  12727. 1324.21 s [lsp] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  12728. 1324.21 s [lsp] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  12729. 1324.21 s [lsp] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  12730. 1324.21 s [lsp] depends mtl-2.3.1
  12731. 1324.21 s [lsp] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  12732. 1324.21 s [lsp] depends sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
  12733. 1324.21 s [lsp] depends stm-2.5.1.0
  12734. 1324.21 s [lsp] depends text-2.0.2
  12735. 1324.21 s [lsp] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  12736. 1324.21 s [lsp] depends transformers-0.6.1.0
  12737. 1324.21 s [lsp] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  12738. 1324.21 s [lsp] depends unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  12739. 1324.21 s [lsp] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  12740. 1324.21 s [lsp] definite lsp-2.7.0.1-DXA9Gj6oCO1BguRAWcxo9k-lsp-test
  12741. 1324.21 s [lsp] depends base-4.18.1.0
  12742. 1324.21 s [lsp] depends containers-0.6.7
  12743. 1324.21 s [lsp] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  12744. 1324.21 s [lsp] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  12745. 1324.21 s [lsp] depends sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
  12746. 1324.21 s [lsp] depends text-2.0.2
  12747. 1324.21 s [lsp] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  12748. 1324.21 s [lsp] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  12749. 1324.21 s [lsp] Using Cabal-3.10.1.0 compiled by ghc-9.6
  12750. 1324.21 s [lsp] Using compiler: ghc-9.6.3
  12751. 1324.21 s [lsp] Using install prefix: /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
  12752. 1324.21 s [lsp] Executables installed in:
  12753. 1324.21 s [lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/bin
  12754. 1324.21 s [lsp] Libraries installed in:
  12755. 1324.21 s [lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  12756. 1324.21 s [lsp] Dynamic Libraries installed in:
  12757. 1324.21 s [lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  12758. 1324.21 s [lsp] Private executables installed in:
  12759. 1324.21 s [lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/libexec/x86_64-linux-ghc-9.6.3/lsp-2.7.0.1
  12760. 1324.21 s [lsp] Data files installed in:
  12761. 1324.21 s [lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/share/x86_64-linux-ghc-9.6.3/lsp-2.7.0.1
  12762. 1324.21 s [lsp] Documentation installed in:
  12763. 1324.21 s [lsp] /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1
  12764. 1324.21 s [lsp] Configuration files installed in:
  12765. 1324.21 s [lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/etc
  12766. 1324.21 s [lsp] No alex found
  12767. 1324.21 s [lsp] Using ar found on system at:
  12768. 1324.21 s [lsp] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  12769. 1324.21 s [lsp] No c2hs found
  12770. 1324.21 s [lsp] No cpphs found
  12771. 1324.21 s [lsp] No doctest found
  12772. 1324.21 s [lsp] Using gcc version 14.3.0 given by user at:
  12773. 1324.21 s [lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  12774. 1324.21 s [lsp] Using ghc version 9.6.3 found on system at:
  12775. 1324.21 s [lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  12776. 1324.21 s [lsp] Using ghc-pkg version 9.6.3 found on system at:
  12777. 1324.21 s [lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  12778. 1324.21 s [lsp] No ghcjs found
  12779. 1324.21 s [lsp] No ghcjs-pkg found
  12780. 1324.21 s [lsp] No greencard found
  12781. 1324.21 s [lsp] Using haddock version 2.29.1 found on system at:
  12782. 1324.21 s [lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  12783. 1324.21 s [lsp] No happy found
  12784. 1324.21 s [lsp] Using haskell-suite found on system at: haskell-suite-dummy-location
  12785. 1324.21 s [lsp] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12786. 1324.21 s [lsp] No hmake found
  12787. 1324.21 s [lsp] Using hpc version 0.68 found on system at:
  12788. 1324.21 s [lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  12789. 1324.21 s [lsp] Using hsc2hs version 0.68.9 found on system at:
  12790. 1324.21 s [lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  12791. 1324.21 s [lsp] Using hscolour version 1.25 found on system at:
  12792. 1324.21 s [lsp] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  12793. 1324.21 s [lsp] No jhc found
  12794. 1324.28 s [lsp] Using ld found on system at:
  12795. 1324.28 s [lsp] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  12796. 1324.28 s [lsp] No pkg-config found
  12797. 1324.28 s [lsp] Using runghc version 9.6.3 found on system at:
  12798. 1324.28 s [lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  12799. 1324.28 s [lsp] Using strip version 2.44 found on system at:
  12800. 1324.28 s [lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  12801. 1324.28 s [lsp] Using tar found on system at:
  12802. 1324.28 s [lsp] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  12803. 1324.29 s [lsp] No uhc found
  12804. 1324.57 s [lsp] Phase: buildPhase
  12805. 1324.77 s [lsp] Preprocessing library for lsp-2.7.0.1..
  12806. 1324.77 s [lsp] Building library for lsp-2.7.0.1..
  12807. 1324.92 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 )
  12808. 1326.06 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 )
  12809. 1326.96 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 )
  12810. 1329.35 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 )
  12811. 1329.60 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 )
  12812. 1331.26 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 )
  12813. 1331.27 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 )
  12814. 1331.64 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 )
  12815. 1332.03 s [lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.p_o )
  12816. 1333.08 s [lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, dist/build/Language/LSP/VFS.p_o )
  12817. 1333.95 s [lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, dist/build/Language/LSP/Server/Core.p_o )
  12818. 1336.71 s [lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, dist/build/Language/LSP/Server/Progress.p_o )
  12819. 1337.10 s [lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, dist/build/Language/LSP/Server/Processing.p_o )
  12820. 1338.84 s [lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, dist/build/Language/LSP/Logging.p_o )
  12821. 1338.84 s [lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, dist/build/Language/LSP/Server/Control.p_o )
  12822. 1339.37 s [lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, dist/build/Language/LSP/Server.p_o )
  12823. 1343.77 s [lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1..
  12824. 1343.78 s [lsp] Building test suite 'lsp-test' for lsp-2.7.0.1..
  12825. 1343.90 s [lsp] [1 of 4] Compiling DiagnosticsSpec ( test/DiagnosticsSpec.hs, dist/build/lsp-test/lsp-test-tmp/DiagnosticsSpec.o )
  12826. 1345.24 s [lsp] [2 of 4] Compiling VspSpec ( test/VspSpec.hs, dist/build/lsp-test/lsp-test-tmp/VspSpec.o )
  12827. 1345.24 s [lsp] [3 of 4] Compiling Spec ( test/Spec.hs, dist/build/lsp-test/lsp-test-tmp/Spec.o )
  12828. 1345.27 s [lsp] [4 of 4] Compiling Main ( test/Main.hs, dist/build/lsp-test/lsp-test-tmp/Main.o )
  12829. 1345.67 s [lsp] [5 of 5] Linking dist/build/lsp-test/lsp-test
  12830. 1347.24 s [lsp] Phase: checkPhase
  12831. 1347.31 s [lsp] Running 1 test suites...
  12832. 1347.31 s [lsp] Test suite lsp-test: RUNNING...
  12833. 1347.32 s [lsp]
  12834. 1347.32 s [lsp] Diagnostics
  12835. 1347.32 s [lsp] Diagnostics functions
  12836. 1347.32 s [lsp] constructs a new store
  12837. 1347.32 s [lsp] constructs a store with no doc version and a single source [✔]
  12838. 1347.32 s [lsp] constructs a store with no doc version and multiple sources [✔]
  12839. 1347.32 s [lsp] constructs a store with doc version and multiple sources [✔]
  12840. 1347.32 s [lsp] updates a store for same document version
  12841. 1347.32 s [lsp] updates a store without a document version, single source only [✔]
  12842. 1347.32 s [lsp] updates just one source of a 2 source store [✔]
  12843. 1347.32 s [lsp] updates just one source of a 2 source store, with empty diags [✔]
  12844. 1347.32 s [lsp] updates a store for a new document version
  12845. 1347.32 s [lsp] updates a store without a document version, single source only [✔]
  12846. 1347.32 s [lsp] updates a store for a new doc version, removing all priot sources [✔]
  12847. 1347.32 s [lsp] retrieves all the diagnostics for a given uri
  12848. 1347.32 s [lsp] gets diagnostics for multiple sources [✔]
  12849. 1347.32 s [lsp] limits the number of diagnostics retrieved, in order
  12850. 1347.32 s [lsp] gets diagnostics for multiple sources [✔]
  12851. 1347.32 s [lsp] flushes the diagnostics for a given source
  12852. 1347.32 s [lsp] gets diagnostics for multiple sources [✔]
  12853. 1347.32 s [lsp] Vsp
  12854. 1347.32 s [lsp] VSP functions
  12855. 1347.32 s [lsp] applys changes in order
  12856. 1347.32 s [lsp] handles vscode style undos [✔]
  12857. 1347.32 s [lsp] handles vscode style redos [✔]
  12858. 1347.32 s [lsp] deletes characters
  12859. 1347.32 s [lsp] deletes characters within a line [✔]
  12860. 1347.32 s [lsp] deletes one line [✔]
  12861. 1347.32 s [lsp] deletes two lines [✔]
  12862. 1347.32 s [lsp] adds characters
  12863. 1347.32 s [lsp] adds one line [✔]
  12864. 1347.32 s [lsp] adds two lines [✔]
  12865. 1347.32 s [lsp] changes characters
  12866. 1347.32 s [lsp] removes end of a line [✔]
  12867. 1347.32 s [lsp] indexes using utf-16 code units [✔]
  12868. 1347.32 s [lsp] LSP utilities
  12869. 1347.32 s [lsp] splits at a line [✔]
  12870. 1347.32 s [lsp] converts code units to code points [✔]
  12871. 1347.32 s [lsp] converts code points to code units [✔]
  12872. 1347.32 s [lsp]
  12873. 1347.32 s [lsp] Finished in 0.0045 seconds
  12874. 1347.32 s [lsp] 23 examples, 0 failures
  12875. 1347.32 s [lsp] Test suite lsp-test: PASS
  12876. 1347.32 s [lsp] Test suite logged to: dist/test/lsp-2.7.0.1-lsp-test.log
  12877. 1347.32 s [lsp] 1 of 1 test suites (1 of 1 test cases) passed.
  12878. 1347.34 s [lsp] Phase: haddockPhase
  12879. 1347.51 s [lsp] Preprocessing library for lsp-2.7.0.1..
  12880. 1347.52 s [lsp] Running Haddock on library for lsp-2.7.0.1..
  12881. 1347.52 s [lsp] Warning: The documentation for the following packages are not installed. No
  12882. 1347.52 s [lsp] links will be generated to these packages: attoparsec-0.14.4,
  12883. 1347.52 s [lsp] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  12884. 1347.62 s [lsp] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  12885. 1349.18 s [lsp] 11% ( 1 / 9) in 'Language.LSP.Diagnostics'
  12886. 1349.18 s [lsp] Missing documentation for:
  12887. 1349.18 s [lsp] Module header
  12888. 1349.18 s [lsp] DiagnosticStore (src/Language/LSP/Diagnostics.hs:42)
  12889. 1349.20 s [lsp] DiagnosticsBySource (src/Language/LSP/Diagnostics.hs:48)
  12890. 1349.20 s [lsp] StoreItem (src/Language/LSP/Diagnostics.hs:44)
  12891. 1349.20 s [lsp] partitionBySource (src/Language/LSP/Diagnostics.hs:52)
  12892. 1349.20 s [lsp] flushBySource (src/Language/LSP/Diagnostics.hs:57)
  12893. 1349.20 s [lsp] updateDiagnostics (src/Language/LSP/Diagnostics.hs:65)
  12894. 1349.20 s [lsp] getDiagnosticParamsFor (src/Language/LSP/Diagnostics.hs:92)
  12895. 1349.44 s [lsp] Warning: 'filesystem' is out of scope.
  12896. 1349.44 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12897. 1349.44 s [lsp] Warning: 'DidChangeTextDocumentNotification' is out of scope.
  12898. 1349.44 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12899. 1349.44 s [lsp] Warning: 'ApplyWorkspaceEditRequest' is out of scope.
  12900. 1349.44 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12901. 1349.45 s [lsp] 50% ( 17 / 34) in 'Language.LSP.VFS'
  12902. 1349.45 s [lsp] Missing documentation for:
  12903. 1349.45 s [lsp] VFS (src/Language/LSP/VFS.hs:98)
  12904. 1349.45 s [lsp] vfsMap (src/Language/LSP/VFS.hs:125)
  12905. 1349.45 s [lsp] VirtualFile (src/Language/LSP/VFS.hs:87)
  12906. 1349.45 s [lsp] lsp_version (src/Language/LSP/VFS.hs:124)
  12907. 1349.45 s [lsp] file_version (src/Language/LSP/VFS.hs:124)
  12908. 1349.45 s [lsp] file_text (src/Language/LSP/VFS.hs:124)
  12909. 1349.45 s [lsp] virtualFileText (src/Language/LSP/VFS.hs:129)
  12910. 1349.45 s [lsp] virtualFileVersion (src/Language/LSP/VFS.hs:132)
  12911. 1349.45 s [lsp] VfsLog (src/Language/LSP/VFS.hs:103)
  12912. 1349.45 s [lsp] emptyVFS (src/Language/LSP/VFS.hs:137)
  12913. 1349.45 s [lsp] closeVFS (src/Language/LSP/VFS.hs:318)
  12914. 1349.45 s [lsp] line (src/Language/LSP/VFS.hs:381)
  12915. 1349.45 s [lsp] character (src/Language/LSP/VFS.hs:381)
  12916. 1349.45 s [lsp] start (src/Language/LSP/VFS.hs:382)
  12917. 1349.45 s [lsp] end (src/Language/LSP/VFS.hs:382)
  12918. 1349.45 s [lsp] rangeLinesFromVfs (src/Language/LSP/VFS.hs:465)
  12919. 1349.45 s [lsp] applyChange (src/Language/LSP/VFS.hs:335)
  12920. 1349.80 s [lsp] Warning: 'shutdown' is out of scope.
  12921. 1349.80 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12922. 1349.80 s [lsp] Warning: 'documentOnTypeFormattingHandler' is out of scope.
  12923. 1349.80 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12924. 1349.80 s [lsp] Warning: 'executeCommandHandler' is out of scope.
  12925. 1349.80 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12926. 1350.50 s [lsp] Warning: 'sensible' is out of scope.
  12927. 1350.50 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  12928. 1350.50 s [lsp] 75% ( 3 / 4) in 'Language.LSP.Logging'
  12929. 1350.50 s [lsp] Missing documentation for:
  12930. 1350.50 s [lsp] Module header
  12931. 1350.57 s [lsp] 66% ( 39 / 59) in 'Language.LSP.Server'
  12932. 1350.57 s [lsp] Missing documentation for:
  12933. 1350.57 s [lsp] Module header
  12934. 1350.57 s [lsp] LspServerLog (src/Language/LSP/Server/Control.hs:37)
  12935. 1350.57 s [lsp] VFSData (src/Language/LSP/Server/Core.hs:232)
  12936. 1350.57 s [lsp] transmuteHandlers (src/Language/LSP/Server/Core.hs:189)
  12937. 1350.57 s [lsp] mapHandlers (src/Language/LSP/Server/Core.hs:192)
  12938. 1350.57 s [lsp] notificationHandler (src/Language/LSP/Server/Core.hs:167)
  12939. 1350.57 s [lsp] requestHandler (src/Language/LSP/Server/Core.hs:170)
  12940. 1350.57 s [lsp] defaultOptions (src/Language/LSP/Server/Core.hs:316)
  12941. 1350.57 s [lsp] LspT (src/Language/LSP/Server/Core.hs:97)
  12942. 1350.57 s [lsp] LspM (src/Language/LSP/Server/Core.hs:108)
  12943. 1350.57 s [lsp] MonadLsp (src/Language/LSP/Server/Core.hs:110)
  12944. 1350.57 s [lsp] runLspT (src/Language/LSP/Server/Core.hs:104)
  12945. 1350.57 s [lsp] LanguageContextEnv (src/Language/LSP/Server/Core.hs:126)
  12946. 1350.57 s [lsp] getClientCapabilities (src/Language/LSP/Server/Core.hs:520)
  12947. 1350.57 s [lsp] setConfig (src/Language/LSP/Server/Core.hs:516)
  12948. 1350.57 s [lsp] getRootPath (src/Language/LSP/Server/Core.hs:524)
  12949. 1350.57 s [lsp] sendRequest (src/Language/LSP/Server/Core.hs:410)
  12950. 1350.57 s [lsp] sendNotification (src/Language/LSP/Server/Core.hs:398)
  12951. 1350.57 s [lsp] getVirtualFiles (src/Language/LSP/Server/Core.hs:438)
  12952. 1350.57 s [lsp] RegistrationToken (src/Language/LSP/Server/Core.hs:223)
  12953. 1351.96 s [lsp] Warning: Language.LSP.Diagnostics: could not find link destinations for:
  12954. 1351.96 s [lsp] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  12955. 1351.96 s [lsp] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  12956. 1351.96 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  12957. 1351.96 s [lsp] Warning: Language.LSP.VFS: could not find link destinations for:
  12958. 1351.96 s [lsp] - Language.LSP.Protocol.Internal.Types.Position.Position
  12959. 1351.96 s [lsp] - Language.LSP.Protocol.Internal.Types.Range.Range
  12960. 1351.96 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  12961. 1351.96 s [lsp] - Language.LSP.Protocol.Types.Common.UInt
  12962. 1351.96 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  12963. 1351.96 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
  12964. 1351.96 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
  12965. 1351.96 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
  12966. 1351.96 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceApplyEdit
  12967. 1351.96 s [lsp] - Language.LSP.Protocol.Message.Types.TMessage
  12968. 1351.96 s [lsp] - Language.LSP.VFS.HasLsp_version
  12969. 1351.96 s [lsp] - Language.LSP.VFS.HasFile_version
  12970. 1351.96 s [lsp] - Language.LSP.VFS.HasFile_text
  12971. 1351.96 s [lsp] - Language.LSP.VFS.HasVfsMap
  12972. 1351.96 s [lsp] - Language.LSP.VFS.HasLine
  12973. 1351.96 s [lsp] - Language.LSP.VFS.HasCharacter
  12974. 1351.96 s [lsp] - Language.LSP.VFS.HasStart
  12975. 1351.96 s [lsp] - Language.LSP.VFS.HasEnd
  12976. 1351.98 s [lsp] Warning: Language.LSP.Server: could not find link destinations for:
  12977. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  12978. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.$sel:_commitCharactersSupport:ClientCompletionItemOptions
  12979. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.CodeActionKind.CodeActionKind
  12980. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  12981. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.ServerInfo.ServerInfo
  12982. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  12983. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.TextDocumentSyncOptions
  12984. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  12985. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  12986. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  12987. 1351.98 s [lsp] - Language.LSP.Protocol.Types.Common.UInt
  12988. 1351.98 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  12989. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Method.MessageParams
  12990. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Method.MessageResult
  12991. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Method.Method
  12992. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  12993. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Method.RegistrationOptions
  12994. 1351.98 s [lsp] - Language.LSP.Protocol.Internal.Method.SMethod
  12995. 1351.98 s [lsp] - Language.LSP.Protocol.Message.LspId.LspId
  12996. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Meta.ClientToServer
  12997. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Meta.ServerToClient
  12998. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Meta.MessageKind
  12999. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Meta.Notification
  13000. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Meta.Request
  13001. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Method.SClientMethod
  13002. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Method.SServerMethod
  13003. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
  13004. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Types.TMessage
  13005. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  13006. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Types.TRequestMessage
  13007. 1351.98 s [lsp] - Language.LSP.Protocol.Message.Types.TResponseError
  13008. 1351.98 s [lsp] - Language.LSP.Protocol.Utils.SMethodMap.SMethodMap
  13009. 1351.98 s [lsp] - Language.LSP.Server.Core.LanguageContextState
  13010. 1351.98 s [lsp] - Language.LSP.Server.Core.LspCoreLog
  13011. 1351.98 s [lsp] - Language.LSP.Server.Processing.LspProcessingLog
  13012. 1351.98 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities'
  13013. 1351.98 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Lens'
  13014. 1351.98 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message'
  13015. 1351.98 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types'
  13016. 1356.88 s [lsp] Documentation created: dist/doc/html/lsp/index.html, dist/doc/html/lsp/lsp.txt
  13017. 1356.93 s [lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1..
  13018. 1356.95 s [lsp] Phase: installPhase
  13019. 1357.05 s [lsp] Installing library in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13020. 1357.44 s [lsp] Phase: fixupPhase
  13021. 1357.46 s [lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
  13022. 1357.46 s [lsp] shrinking /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk-ghc9.6.3.so
  13023. 1357.50 s [lsp] checking for references to /build/ in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1...
  13024. 1357.51 s [lsp] patching script interpreter paths in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
  13025. 1357.52 s [lsp] stripping (with command strip and flags -S -p) in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib
  13026. 1357.62 s [lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc
  13027. 1357.63 s [lsp] checking for references to /build/ in /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc...
  13028. 1357.64 s [lsp] patching script interpreter paths in /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc
  13029. 1357.79 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
  13030. 1358.21 s [post-build-hook] Pushing 2 paths (267 are already present) using zstd to cache sellout ⏳
  13031. 1358.21 s [post-build-hook]
  13032. 1358.55 s [post-build-hook] Pushing /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc (2.17 MiB)
  13033. 1358.59 s [post-build-hook] Pushing /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1 (8.05 MiB)
  13034. 1360.44 s [post-build-hook]
  13035. 1360.44 s [post-build-hook] All done.
  13036. 1360.46 s [post-build-hook] Uploading to the NixCI cache: /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
  13037. 1360.50 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13038. 1360.65 s [post-build-hook] copying 7 paths...
  13039. 1360.65 s [post-build-hook] copying path '/nix/store/85zla0ll2rk6aim7n7lci1a1lrkax96r-text-rope-0.2-doc' to 'https://cache.nix-ci.com'...
  13040. 1360.65 s [post-build-hook] copying path '/nix/store/l352d6fpbkjhq6dcwni8bq1kfwznf1pw-sorted-list-0.2.3.1-doc' to 'https://cache.nix-ci.com'...
  13041. 1360.65 s [post-build-hook] copying path '/nix/store/qdhmbm32vrdfc9gj2295n9i2z391xizs-text-rope-0.2-data' to 'https://cache.nix-ci.com'...
  13042. 1360.89 s [post-build-hook] copying path '/nix/store/rxfjdzrgb9y4w8dfcwaa8cv7gl6xdbn7-sorted-list-0.2.3.1' to 'https://cache.nix-ci.com'...
  13043. 1360.96 s [post-build-hook] copying path '/nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc' to 'https://cache.nix-ci.com'...
  13044. 1360.96 s [post-build-hook] copying path '/nix/store/wnda2x6yzjx7n20wjl0xn3jslqz86620-text-rope-0.2' to 'https://cache.nix-ci.com'...
  13045. 1361.92 s [post-build-hook] copying path '/nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1' to 'https://cache.nix-ci.com'...
  13046. 1364.06 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13047. 1364.31 s [post-build-hook] copying 3 paths...
  13048. 1364.31 s [post-build-hook] copying path '/nix/store/h4l1hy07c4ix2avcw09vif838280ih81-sorted-list-0.2.3.1.drv' to 'https://cache.nix-ci.com'...
  13049. 1364.31 s [post-build-hook] copying path '/nix/store/wvq5hx8isllzg4kmkq50lrzm2nrxpisb-text-rope-0.2.drv' to 'https://cache.nix-ci.com'...
  13050. 1364.48 s [post-build-hook] copying path '/nix/store/v2h6vwg0xfh2j07clrw63j4d6y31zy7n-lsp-2.7.0.1.drv' to 'https://cache.nix-ci.com'...
  13051. 1364.64 s Progress: 48 of 56 built, 335 of 335 downloaded from cache
  13052. 1364.72 s Building hls-plugin-api
  13053. 1364.78 s Building lsp-test
  13054. 1365.16 s [hls-plugin-api] Phase: setupCompilerEnvironmentPhase
  13055. 1365.17 s [hls-plugin-api] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  13056. 1365.29 s [lsp-test] Phase: setupCompilerEnvironmentPhase
  13057. 1365.30 s [lsp-test] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  13058. 1365.60 s [hls-plugin-api] Phase: unpackPhase
  13059. 1365.61 s [hls-plugin-api] unpacking source archive /nix/store/mm2vs04i50g7m6k38v32gkpj91lb18ci-hls-plugin-api-2.10.0.0.tar.gz
  13060. 1365.61 s [hls-plugin-api] source root is hls-plugin-api-2.10.0.0
  13061. 1365.62 s [hls-plugin-api] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-plugin-api-2.10.0.0/test/Main.hs"
  13062. 1365.62 s [hls-plugin-api] Phase: patchPhase
  13063. 1365.63 s [hls-plugin-api] Phase: compileBuildDriverPhase
  13064. 1365.63 s [hls-plugin-api] setupCompileFlags: -package-db=/build/tmp.ptYQjvMr8P/setup-package.conf.d -threaded
  13065. 1365.68 s [hls-plugin-api] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ptYQjvMr8P/Main.o )
  13066. 1365.74 s [hls-plugin-api] [2 of 2] Linking Setup
  13067. 1365.94 s [lsp-test] Phase: unpackPhase
  13068. 1365.94 s [lsp-test] unpacking source archive /nix/store/nzq58rnlzlp5yrv5iyi4xsccjhi16j3y-lsp-test-0.17.1.1.tar.gz
  13069. 1365.95 s [lsp-test] source root is lsp-test-0.17.1.1
  13070. 1365.95 s [lsp-test] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-test-0.17.1.1/test/Test.hs"
  13071. 1365.96 s [lsp-test] Phase: patchPhase
  13072. 1365.96 s [lsp-test] Phase: compileBuildDriverPhase
  13073. 1365.97 s [lsp-test] setupCompileFlags: -package-db=/build/tmp.SK3mqrq9o4/setup-package.conf.d -threaded
  13074. 1366.03 s [lsp-test] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.SK3mqrq9o4/Main.o )
  13075. 1366.10 s [lsp-test] [2 of 2] Linking Setup
  13076. 1366.93 s [hls-plugin-api] Phase: updateAutotoolsGnuConfigScriptsPhase
  13077. 1366.94 s [hls-plugin-api] Phase: configurePhase
  13078. 1366.94 s [hls-plugin-api] configureFlags: --verbose --prefix=/nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc/share/doc/hls-plugin-api-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.ptYQjvMr8P/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
  13079. 1366.95 s [hls-plugin-api] Using Parsec parser
  13080. 1366.95 s [hls-plugin-api] Configuring hls-plugin-api-2.10.0.0...
  13081. 1367.25 s [lsp-test] Phase: updateAutotoolsGnuConfigScriptsPhase
  13082. 1367.27 s [lsp-test] Phase: configurePhase
  13083. 1367.27 s [lsp-test] configureFlags: --verbose --prefix=/nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1 --with-gcc=gcc --package-db=/build/tmp.SK3mqrq9o4/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
  13084. 1367.28 s [lsp-test] Using Parsec parser
  13085. 1367.28 s [lsp-test] Configuring lsp-test-0.17.1.1...
  13086. 1367.36 s [hls-plugin-api] Flags chosen: pedantic=False, use-fingertree=True
  13087. 1367.36 s [hls-plugin-api] Dependency Diff >=0.5 && <0.6: using Diff-0.5
  13088. 1367.36 s [hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
  13089. 1367.36 s [hls-plugin-api] Dependency base >=4.12 && <5: using base-4.18.1.0
  13090. 1367.36 s [hls-plugin-api] Dependency co-log-core: using co-log-core-0.3.2.5
  13091. 1367.36 s [hls-plugin-api] Dependency containers: using containers-0.6.7
  13092. 1367.36 s [hls-plugin-api] Dependency data-default: using data-default-0.7.1.3
  13093. 1367.36 s [hls-plugin-api] Dependency dependent-map: using dependent-map-0.4.0.0
  13094. 1367.36 s [hls-plugin-api] Dependency dependent-sum >=0.7: using dependent-sum-0.7.2.0
  13095. 1367.36 s [hls-plugin-api] Dependency dlist: using dlist-1.0
  13096. 1367.36 s [hls-plugin-api] Dependency extra: using extra-1.7.16
  13097. 1367.36 s [hls-plugin-api] Dependency filepath: using filepath-1.4.100.4
  13098. 1367.36 s [hls-plugin-api] Dependency ghc: using ghc-9.6.3
  13099. 1367.36 s [hls-plugin-api] Dependency hashable: using hashable-1.4.7.0
  13100. 1367.36 s [hls-plugin-api] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  13101. 1367.36 s [hls-plugin-api] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
  13102. 1367.36 s [hls-plugin-api] Dependency lens: using lens-5.3.4
  13103. 1367.36 s [hls-plugin-api] Dependency lens-aeson: using lens-aeson-1.2.3
  13104. 1367.36 s [hls-plugin-api] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  13105. 1367.36 s [hls-plugin-api] Dependency megaparsec >=9.0: using megaparsec-9.6.1
  13106. 1367.36 s [hls-plugin-api] Dependency mtl: using mtl-2.3.1
  13107. 1367.36 s [hls-plugin-api] Dependency opentelemetry >=0.4: using opentelemetry-0.8.0
  13108. 1367.36 s [hls-plugin-api] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  13109. 1367.36 s [hls-plugin-api] Dependency prettyprinter: using prettyprinter-1.7.1
  13110. 1367.36 s [hls-plugin-api] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
  13111. 1367.36 s [hls-plugin-api] Dependency stm: using stm-2.5.1.0
  13112. 1367.36 s [hls-plugin-api] Dependency text: using text-2.0.2
  13113. 1367.36 s [hls-plugin-api] Dependency time: using time-1.12.2
  13114. 1367.36 s [hls-plugin-api] Dependency transformers: using transformers-0.6.1.0
  13115. 1367.36 s [hls-plugin-api] Dependency unix: using unix-2.8.1.0
  13116. 1367.36 s [hls-plugin-api] Dependency unliftio: using unliftio-0.2.25.1
  13117. 1367.36 s [hls-plugin-api] Dependency unordered-containers: using unordered-containers-0.2.20
  13118. 1367.36 s [hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
  13119. 1367.36 s [hls-plugin-api] Dependency base: using base-4.18.1.0
  13120. 1367.36 s [hls-plugin-api] Dependency bytestring: using bytestring-0.11.5.2
  13121. 1367.36 s [hls-plugin-api] Dependency containers: using containers-0.6.7
  13122. 1367.36 s [hls-plugin-api] Dependency data-default: using data-default-0.7.1.3
  13123. 1367.36 s [hls-plugin-api] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  13124. 1367.36 s [hls-plugin-api] Dependency lens: using lens-5.3.4
  13125. 1367.36 s [hls-plugin-api] Dependency lsp-types: using lsp-types-2.3.0.1
  13126. 1367.36 s [hls-plugin-api] Dependency tasty: using tasty-1.5.3
  13127. 1367.36 s [hls-plugin-api] Dependency tasty-golden: using tasty-golden-2.3.5
  13128. 1367.36 s [hls-plugin-api] Dependency tasty-hunit: using tasty-hunit-0.10.2
  13129. 1367.36 s [hls-plugin-api] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
  13130. 1367.36 s [hls-plugin-api] Dependency tasty-rerun: using tasty-rerun-1.1.20
  13131. 1367.36 s [hls-plugin-api] Dependency text: using text-2.0.2
  13132. 1367.59 s [hls-plugin-api] Source component graph:
  13133. 1367.59 s [hls-plugin-api] component lib
  13134. 1367.59 s [hls-plugin-api] component test:tests dependency lib
  13135. 1367.59 s [hls-plugin-api] Configured component graph:
  13136. 1367.59 s [hls-plugin-api] component hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  13137. 1367.59 s [hls-plugin-api] include Diff-0.5-GZY542scVfnxhSieg1s29
  13138. 1367.59 s [hls-plugin-api] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13139. 1367.59 s [hls-plugin-api] include base-4.18.1.0
  13140. 1367.59 s [hls-plugin-api] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  13141. 1367.59 s [hls-plugin-api] include containers-0.6.7
  13142. 1367.59 s [hls-plugin-api] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13143. 1367.59 s [hls-plugin-api] include dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
  13144. 1367.59 s [hls-plugin-api] include dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
  13145. 1367.59 s [hls-plugin-api] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  13146. 1367.59 s [hls-plugin-api] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13147. 1367.59 s [hls-plugin-api] include filepath-1.4.100.4
  13148. 1367.59 s [hls-plugin-api] include ghc-9.6.3
  13149. 1367.59 s [hls-plugin-api] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  13150. 1367.59 s [hls-plugin-api] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  13151. 1367.59 s [hls-plugin-api] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  13152. 1367.59 s [hls-plugin-api] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13153. 1367.59 s [hls-plugin-api] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  13154. 1367.59 s [hls-plugin-api] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13155. 1367.59 s [hls-plugin-api] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  13156. 1367.59 s [hls-plugin-api] include mtl-2.3.1
  13157. 1367.59 s [hls-plugin-api] include opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
  13158. 1367.59 s [hls-plugin-api] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  13159. 1367.59 s [hls-plugin-api] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  13160. 1367.59 s [hls-plugin-api] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  13161. 1367.59 s [hls-plugin-api] include stm-2.5.1.0
  13162. 1367.59 s [hls-plugin-api] include text-2.0.2
  13163. 1367.59 s [hls-plugin-api] include time-1.12.2
  13164. 1367.59 s [hls-plugin-api] include transformers-0.6.1.0
  13165. 1367.59 s [hls-plugin-api] include unix-2.8.1.0
  13166. 1367.59 s [hls-plugin-api] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  13167. 1367.59 s [hls-plugin-api] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  13168. 1367.59 s [hls-plugin-api] component hls-plugin-api-2.10.0.0-2KgAoxUS2Pu7ecOmMGFCuT-tests
  13169. 1367.59 s [hls-plugin-api] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13170. 1367.59 s [hls-plugin-api] include base-4.18.1.0
  13171. 1367.59 s [hls-plugin-api] include bytestring-0.11.5.2
  13172. 1367.59 s [hls-plugin-api] include containers-0.6.7
  13173. 1367.59 s [hls-plugin-api] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13174. 1367.59 s [hls-plugin-api] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  13175. 1367.59 s [hls-plugin-api] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13176. 1367.59 s [hls-plugin-api] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  13177. 1367.59 s [hls-plugin-api] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  13178. 1367.59 s [hls-plugin-api] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
  13179. 1367.59 s [hls-plugin-api] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  13180. 1367.59 s [hls-plugin-api] include tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
  13181. 1367.59 s [hls-plugin-api] include tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
  13182. 1367.59 s [hls-plugin-api] include text-2.0.2
  13183. 1367.59 s [hls-plugin-api] Linked component graph:
  13184. 1367.59 s [hls-plugin-api] unit hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  13185. 1367.59 s [hls-plugin-api] include Diff-0.5-GZY542scVfnxhSieg1s29
  13186. 1367.59 s [hls-plugin-api] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13187. 1367.59 s [hls-plugin-api] include base-4.18.1.0
  13188. 1367.59 s [hls-plugin-api] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  13189. 1367.59 s [hls-plugin-api] include containers-0.6.7
  13190. 1367.59 s [hls-plugin-api] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13191. 1367.59 s [hls-plugin-api] include dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
  13192. 1367.59 s [hls-plugin-api] include dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
  13193. 1367.59 s [hls-plugin-api] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  13194. 1367.59 s [hls-plugin-api] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13195. 1367.59 s [hls-plugin-api] include filepath-1.4.100.4
  13196. 1367.59 s [hls-plugin-api] include ghc-9.6.3
  13197. 1367.59 s [hls-plugin-api] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  13198. 1367.59 s [hls-plugin-api] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  13199. 1367.59 s [hls-plugin-api] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  13200. 1367.59 s [hls-plugin-api] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13201. 1367.59 s [hls-plugin-api] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  13202. 1367.59 s [hls-plugin-api] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13203. 1367.59 s [hls-plugin-api] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  13204. 1367.59 s [hls-plugin-api] include mtl-2.3.1
  13205. 1367.59 s [hls-plugin-api] include opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
  13206. 1367.59 s [hls-plugin-api] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  13207. 1367.59 s [hls-plugin-api] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  13208. 1367.59 s [hls-plugin-api] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  13209. 1367.59 s [hls-plugin-api] include stm-2.5.1.0
  13210. 1367.59 s [hls-plugin-api] include text-2.0.2
  13211. 1367.59 s [hls-plugin-api] include time-1.12.2
  13212. 1367.59 s [hls-plugin-api] include transformers-0.6.1.0
  13213. 1367.59 s [hls-plugin-api] include unix-2.8.1.0
  13214. 1367.59 s [hls-plugin-api] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  13215. 1367.59 s [hls-plugin-api] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  13216. 1367.59 s [hls-plugin-api] Ide.Logger=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Logger,Ide.Plugin.Config=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.Config,Ide.Plugin.ConfigUtils=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.ConfigUtils,Ide.Plugin.Error=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.Error,Ide.Plugin.HandleRequestTypes=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.HandleRequestTypes,Ide.Plugin.Properties=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.Properties,Ide.Plugin.RangeMap=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.RangeMap,Ide.Plugin.Resolve=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.Resolve,Ide.PluginUtils=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.PluginUtils,Ide.Types=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Types
  13217. 1367.59 s [hls-plugin-api] unit hls-plugin-api-2.10.0.0-2KgAoxUS2Pu7ecOmMGFCuT-tests
  13218. 1367.59 s [hls-plugin-api] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13219. 1367.59 s [hls-plugin-api] include base-4.18.1.0
  13220. 1367.59 s [hls-plugin-api] include bytestring-0.11.5.2
  13221. 1367.59 s [hls-plugin-api] include containers-0.6.7
  13222. 1367.59 s [hls-plugin-api] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13223. 1367.59 s [hls-plugin-api] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  13224. 1367.60 s [hls-plugin-api] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13225. 1367.60 s [hls-plugin-api] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  13226. 1367.60 s [hls-plugin-api] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  13227. 1367.60 s [hls-plugin-api] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
  13228. 1367.60 s [hls-plugin-api] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  13229. 1367.60 s [hls-plugin-api] include tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
  13230. 1367.60 s [hls-plugin-api] include tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
  13231. 1367.60 s [hls-plugin-api] include text-2.0.2
  13232. 1367.60 s [hls-plugin-api] Ready component graph:
  13233. 1367.60 s [hls-plugin-api] definite hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  13234. 1367.60 s [hls-plugin-api] depends Diff-0.5-GZY542scVfnxhSieg1s29
  13235. 1367.60 s [hls-plugin-api] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13236. 1367.60 s [hls-plugin-api] depends base-4.18.1.0
  13237. 1367.60 s [hls-plugin-api] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  13238. 1367.60 s [hls-plugin-api] depends containers-0.6.7
  13239. 1367.60 s [hls-plugin-api] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13240. 1367.60 s [hls-plugin-api] depends dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
  13241. 1367.60 s [hls-plugin-api] depends dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
  13242. 1367.60 s [hls-plugin-api] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  13243. 1367.60 s [hls-plugin-api] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13244. 1367.60 s [hls-plugin-api] depends filepath-1.4.100.4
  13245. 1367.60 s [hls-plugin-api] depends ghc-9.6.3
  13246. 1367.60 s [hls-plugin-api] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  13247. 1367.60 s [hls-plugin-api] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  13248. 1367.60 s [hls-plugin-api] depends hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
  13249. 1367.60 s [hls-plugin-api] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13250. 1367.60 s [hls-plugin-api] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  13251. 1367.60 s [hls-plugin-api] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13252. 1367.60 s [hls-plugin-api] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  13253. 1367.60 s [hls-plugin-api] depends mtl-2.3.1
  13254. 1367.60 s [hls-plugin-api] depends opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
  13255. 1367.60 s [hls-plugin-api] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  13256. 1367.60 s [hls-plugin-api] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  13257. 1367.60 s [hls-plugin-api] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  13258. 1367.60 s [hls-plugin-api] depends stm-2.5.1.0
  13259. 1367.60 s [hls-plugin-api] depends text-2.0.2
  13260. 1367.60 s [hls-plugin-api] depends time-1.12.2
  13261. 1367.60 s [hls-plugin-api] depends transformers-0.6.1.0
  13262. 1367.60 s [hls-plugin-api] depends unix-2.8.1.0
  13263. 1367.60 s [hls-plugin-api] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  13264. 1367.60 s [hls-plugin-api] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  13265. 1367.60 s [hls-plugin-api] definite hls-plugin-api-2.10.0.0-2KgAoxUS2Pu7ecOmMGFCuT-tests
  13266. 1367.60 s [hls-plugin-api] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13267. 1367.60 s [hls-plugin-api] depends base-4.18.1.0
  13268. 1367.60 s [hls-plugin-api] depends bytestring-0.11.5.2
  13269. 1367.60 s [hls-plugin-api] depends containers-0.6.7
  13270. 1367.60 s [hls-plugin-api] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13271. 1367.60 s [hls-plugin-api] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  13272. 1367.60 s [hls-plugin-api] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13273. 1367.60 s [hls-plugin-api] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  13274. 1367.60 s [hls-plugin-api] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  13275. 1367.60 s [hls-plugin-api] depends tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
  13276. 1367.60 s [hls-plugin-api] depends tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  13277. 1367.60 s [hls-plugin-api] depends tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
  13278. 1367.60 s [hls-plugin-api] depends tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
  13279. 1367.60 s [hls-plugin-api] depends text-2.0.2
  13280. 1367.60 s [hls-plugin-api] Using Cabal-3.10.1.0 compiled by ghc-9.6
  13281. 1367.60 s [hls-plugin-api] Using compiler: ghc-9.6.3
  13282. 1367.60 s [hls-plugin-api] Using install prefix:
  13283. 1367.60 s [hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0
  13284. 1367.60 s [hls-plugin-api] Executables installed in:
  13285. 1367.61 s [hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/bin
  13286. 1367.61 s [hls-plugin-api] Libraries installed in:
  13287. 1367.61 s [hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  13288. 1367.61 s [hls-plugin-api] Dynamic Libraries installed in:
  13289. 1367.61 s [hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  13290. 1367.61 s [hls-plugin-api] Private executables installed in:
  13291. 1367.61 s [hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/libexec/x86_64-linux-ghc-9.6.3/hls-plugin-api-2.10.0.0
  13292. 1367.61 s [hls-plugin-api] Data files installed in:
  13293. 1367.61 s [hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/share/x86_64-linux-ghc-9.6.3/hls-plugin-api-2.10.0.0
  13294. 1367.61 s [hls-plugin-api] Documentation installed in:
  13295. 1367.61 s [hls-plugin-api] /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc/share/doc/hls-plugin-api-2.10.0.0
  13296. 1367.61 s [hls-plugin-api] Configuration files installed in:
  13297. 1367.61 s [hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/etc
  13298. 1367.61 s [hls-plugin-api] No alex found
  13299. 1367.61 s [hls-plugin-api] Using ar found on system at:
  13300. 1367.61 s [hls-plugin-api] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  13301. 1367.61 s [hls-plugin-api] No c2hs found
  13302. 1367.61 s [hls-plugin-api] No cpphs found
  13303. 1367.61 s [hls-plugin-api] No doctest found
  13304. 1367.61 s [hls-plugin-api] Using gcc version 14.3.0 given by user at:
  13305. 1367.61 s [hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  13306. 1367.61 s [hls-plugin-api] Using ghc version 9.6.3 found on system at:
  13307. 1367.61 s [hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  13308. 1367.61 s [hls-plugin-api] Using ghc-pkg version 9.6.3 found on system at:
  13309. 1367.61 s [hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  13310. 1367.61 s [hls-plugin-api] No ghcjs found
  13311. 1367.61 s [hls-plugin-api] No ghcjs-pkg found
  13312. 1367.61 s [hls-plugin-api] No greencard found
  13313. 1367.61 s [hls-plugin-api] Using haddock version 2.29.1 found on system at:
  13314. 1367.61 s [hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  13315. 1367.61 s [hls-plugin-api] No happy found
  13316. 1367.61 s [hls-plugin-api] Using haskell-suite found on system at: haskell-suite-dummy-location
  13317. 1367.61 s [hls-plugin-api] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13318. 1367.61 s [hls-plugin-api] No hmake found
  13319. 1367.61 s [hls-plugin-api] Using hpc version 0.68 found on system at:
  13320. 1367.61 s [hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  13321. 1367.61 s [hls-plugin-api] Using hsc2hs version 0.68.9 found on system at:
  13322. 1367.61 s [hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  13323. 1367.61 s [hls-plugin-api] Using hscolour version 1.25 found on system at:
  13324. 1367.61 s [hls-plugin-api] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  13325. 1367.61 s [hls-plugin-api] No jhc found
  13326. 1367.61 s [hls-plugin-api] Using ld found on system at:
  13327. 1367.61 s [hls-plugin-api] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  13328. 1367.61 s [hls-plugin-api] No pkg-config found
  13329. 1367.61 s [hls-plugin-api] Using runghc version 9.6.3 found on system at:
  13330. 1367.61 s [hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  13331. 1367.61 s [hls-plugin-api] Using strip version 2.44 found on system at:
  13332. 1367.61 s [hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  13333. 1367.61 s [hls-plugin-api] Using tar found on system at:
  13334. 1367.61 s [hls-plugin-api] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  13335. 1367.61 s [hls-plugin-api] No uhc found
  13336. 1367.72 s [lsp-test] Dependency Diff >=0.4 && <1.1: using Diff-0.5
  13337. 1367.72 s [lsp-test] Dependency Glob >=0.9 && <0.11: using Glob-0.10.2
  13338. 1367.72 s [lsp-test] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
  13339. 1367.72 s [lsp-test] Dependency aeson-pretty >=0.8 && <0.9: using aeson-pretty-0.8.10
  13340. 1367.72 s [lsp-test] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.2
  13341. 1367.72 s [lsp-test] Dependency async >=2.2 && <2.3: using async-2.2.5
  13342. 1367.72 s [lsp-test] Dependency base >=4.10 && <5: using base-4.18.1.0
  13343. 1367.72 s [lsp-test] Dependency bytestring >=0.10 && <0.13: using bytestring-0.11.5.2
  13344. 1367.72 s [lsp-test] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
  13345. 1367.72 s [lsp-test] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
  13346. 1367.72 s [lsp-test] Dependency conduit-parse >=0.2 && <0.3: using conduit-parse-0.2.1.1
  13347. 1367.72 s [lsp-test] Dependency containers >=0.6 && <0.8: using containers-0.6.7
  13348. 1367.72 s [lsp-test] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
  13349. 1367.72 s [lsp-test] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
  13350. 1367.72 s [lsp-test] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.7
  13351. 1367.72 s [lsp-test] Dependency extra >=1.7 && <1.9: using extra-1.7.16
  13352. 1367.72 s [lsp-test] Dependency filepath >=1.4 && <1.6: using filepath-1.4.100.4
  13353. 1367.72 s [lsp-test] Dependency lens >=5.1 && <5.4: using lens-5.3.4
  13354. 1367.72 s [lsp-test] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
  13355. 1367.72 s [lsp-test] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  13356. 1367.72 s [lsp-test] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  13357. 1367.72 s [lsp-test] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  13358. 1367.72 s [lsp-test] Dependency parser-combinators >=1.3 && <1.4: using parser-combinators-1.3.0
  13359. 1367.72 s [lsp-test] Dependency process >=1.6 && <1.7: using process-1.6.17.0
  13360. 1367.72 s [lsp-test] Dependency some >=1.0 && <1.1: using some-1.0.6
  13361. 1367.72 s [lsp-test] Dependency text >=1 && <2.2: using text-2.0.2
  13362. 1367.72 s [lsp-test] Dependency time >=1.10 && <1.15: using time-1.12.2
  13363. 1367.72 s [lsp-test] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
  13364. 1367.72 s [lsp-test] Dependency unix: using unix-2.8.1.0
  13365. 1367.72 s [lsp-test] Dependency aeson: using aeson-2.2.3.0
  13366. 1367.72 s [lsp-test] Dependency base: using base-4.18.1.0
  13367. 1367.72 s [lsp-test] Dependency containers: using containers-0.6.7
  13368. 1367.72 s [lsp-test] Dependency data-default: using data-default-0.7.1.3
  13369. 1367.72 s [lsp-test] Dependency directory: using directory-1.3.8.1
  13370. 1367.72 s [lsp-test] Dependency extra: using extra-1.7.16
  13371. 1367.72 s [lsp-test] Dependency filepath: using filepath-1.4.100.4
  13372. 1367.72 s [lsp-test] Dependency hspec: using hspec-2.11.12
  13373. 1367.72 s [lsp-test] Dependency lens: using lens-5.3.4
  13374. 1367.72 s [lsp-test] Dependency lsp: using lsp-2.7.0.1
  13375. 1367.72 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  13376. 1367.72 s [lsp-test] Dependency mtl: using mtl-2.3.1
  13377. 1367.72 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  13378. 1367.72 s [lsp-test] Dependency process: using process-1.6.17.0
  13379. 1367.72 s [lsp-test] Dependency text: using text-2.0.2
  13380. 1367.72 s [lsp-test] Dependency unliftio: using unliftio-0.2.25.1
  13381. 1367.72 s [lsp-test] Dependency aeson: using aeson-2.2.3.0
  13382. 1367.72 s [lsp-test] Dependency base: using base-4.18.1.0
  13383. 1367.72 s [lsp-test] Dependency co-log-core: using co-log-core-0.3.2.5
  13384. 1367.72 s [lsp-test] Dependency extra: using extra-1.7.16
  13385. 1367.72 s [lsp-test] Dependency hspec: using hspec-2.11.12
  13386. 1367.72 s [lsp-test] Dependency lens: using lens-5.3.4
  13387. 1367.72 s [lsp-test] Dependency lsp: using lsp-2.7.0.1
  13388. 1367.72 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  13389. 1367.72 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  13390. 1367.72 s [lsp-test] Dependency process: using process-1.6.17.0
  13391. 1367.72 s [lsp-test] Dependency unliftio: using unliftio-0.2.25.1
  13392. 1367.72 s [lsp-test] Dependency base: using base-4.18.1.0
  13393. 1367.72 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  13394. 1367.72 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  13395. 1367.80 s [hls-plugin-api] Phase: buildPhase
  13396. 1367.90 s [hls-plugin-api] Preprocessing library for hls-plugin-api-2.10.0.0..
  13397. 1367.90 s [hls-plugin-api] Building library for hls-plugin-api-2.10.0.0..
  13398. 1367.96 s [lsp-test] Source component graph:
  13399. 1367.96 s [lsp-test] component lib
  13400. 1367.96 s [lsp-test] component test:example dependency lib
  13401. 1367.96 s [lsp-test] component test:func-test dependency lib
  13402. 1367.96 s [lsp-test] component test:tests dependency lib
  13403. 1367.96 s [lsp-test] Configured component graph:
  13404. 1367.96 s [lsp-test] component lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13405. 1367.96 s [lsp-test] include Diff-0.5-GZY542scVfnxhSieg1s29
  13406. 1367.96 s [lsp-test] include Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
  13407. 1367.96 s [lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13408. 1367.96 s [lsp-test] include aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
  13409. 1367.96 s [lsp-test] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
  13410. 1367.96 s [lsp-test] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  13411. 1367.96 s [lsp-test] include base-4.18.1.0
  13412. 1367.96 s [lsp-test] include bytestring-0.11.5.2
  13413. 1367.96 s [lsp-test] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  13414. 1367.96 s [lsp-test] include conduit-1.3.6.1-DCrf0PGijWEJDN5akhrHVN
  13415. 1367.96 s [lsp-test] include conduit-parse-0.2.1.1-FnFYx9shIW54Io4qWTOU0
  13416. 1367.96 s [lsp-test] include containers-0.6.7
  13417. 1367.96 s [lsp-test] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13418. 1367.96 s [lsp-test] include directory-1.3.8.1
  13419. 1367.96 s [lsp-test] include exceptions-0.10.7
  13420. 1367.96 s [lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13421. 1367.96 s [lsp-test] include filepath-1.4.100.4
  13422. 1367.96 s [lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13423. 1367.96 s [lsp-test] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  13424. 1367.96 s [lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13425. 1367.96 s [lsp-test] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  13426. 1367.96 s [lsp-test] include mtl-2.3.1
  13427. 1367.96 s [lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13428. 1367.96 s [lsp-test] include process-1.6.17.0
  13429. 1367.96 s [lsp-test] include some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
  13430. 1367.96 s [lsp-test] include text-2.0.2
  13431. 1367.96 s [lsp-test] include time-1.12.2
  13432. 1367.96 s [lsp-test] include transformers-0.6.1.0
  13433. 1367.96 s [lsp-test] include unix-2.8.1.0
  13434. 1367.96 s [lsp-test] component lsp-test-0.17.1.1-58yC6hgHCAq9Zb2XvhsU0P-example
  13435. 1367.96 s [lsp-test] include base-4.18.1.0
  13436. 1367.96 s [lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13437. 1367.96 s [lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13438. 1367.96 s [lsp-test] component lsp-test-0.17.1.1-60kfaHuxfCw8qk6ayYTzVQ-func-test
  13439. 1367.96 s [lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13440. 1367.96 s [lsp-test] include base-4.18.1.0
  13441. 1367.96 s [lsp-test] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  13442. 1367.96 s [lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13443. 1367.96 s [lsp-test] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  13444. 1367.96 s [lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13445. 1367.96 s [lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13446. 1367.96 s [lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13447. 1367.96 s [lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13448. 1367.96 s [lsp-test] include process-1.6.17.0
  13449. 1367.96 s [lsp-test] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  13450. 1367.96 s [lsp-test] component lsp-test-0.17.1.1-8UsWsmzhtTnB8a453IMMki-tests
  13451. 1367.96 s [lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13452. 1367.96 s [lsp-test] include base-4.18.1.0
  13453. 1367.96 s [lsp-test] include containers-0.6.7
  13454. 1367.96 s [lsp-test] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13455. 1367.96 s [lsp-test] include directory-1.3.8.1
  13456. 1367.96 s [lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13457. 1367.96 s [lsp-test] include filepath-1.4.100.4
  13458. 1367.96 s [lsp-test] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  13459. 1367.96 s [lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13460. 1367.96 s [lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13461. 1367.96 s [lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13462. 1367.96 s [lsp-test] include mtl-2.3.1
  13463. 1367.96 s [lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13464. 1367.96 s [lsp-test] include process-1.6.17.0
  13465. 1367.96 s [lsp-test] include text-2.0.2
  13466. 1367.96 s [lsp-test] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  13467. 1367.96 s [lsp-test] Linked component graph:
  13468. 1367.96 s [lsp-test] unit lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13469. 1367.96 s [lsp-test] include Diff-0.5-GZY542scVfnxhSieg1s29
  13470. 1367.96 s [lsp-test] include Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
  13471. 1367.96 s [lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13472. 1367.96 s [lsp-test] include aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
  13473. 1367.96 s [lsp-test] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
  13474. 1367.96 s [lsp-test] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  13475. 1367.96 s [lsp-test] include base-4.18.1.0
  13476. 1367.96 s [lsp-test] include bytestring-0.11.5.2
  13477. 1367.96 s [lsp-test] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  13478. 1367.96 s [lsp-test] include conduit-1.3.6.1-DCrf0PGijWEJDN5akhrHVN
  13479. 1367.96 s [lsp-test] include conduit-parse-0.2.1.1-FnFYx9shIW54Io4qWTOU0
  13480. 1367.96 s [lsp-test] include containers-0.6.7
  13481. 1367.96 s [lsp-test] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13482. 1367.96 s [lsp-test] include directory-1.3.8.1
  13483. 1367.96 s [lsp-test] include exceptions-0.10.7
  13484. 1367.96 s [lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13485. 1367.96 s [lsp-test] include filepath-1.4.100.4
  13486. 1367.96 s [lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13487. 1367.96 s [lsp-test] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  13488. 1367.96 s [lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13489. 1367.96 s [lsp-test] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  13490. 1367.96 s [lsp-test] include mtl-2.3.1
  13491. 1367.96 s [lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13492. 1367.96 s [lsp-test] include process-1.6.17.0
  13493. 1367.96 s [lsp-test] include some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
  13494. 1367.96 s [lsp-test] include text-2.0.2
  13495. 1367.96 s [lsp-test] include time-1.12.2
  13496. 1367.96 s [lsp-test] include transformers-0.6.1.0
  13497. 1367.96 s [lsp-test] include unix-2.8.1.0
  13498. 1367.96 s [lsp-test] Control.Applicative.Combinators=parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J:Control.Applicative.Combinators,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types,Language.LSP.Test=lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a:Language.LSP.Test
  13499. 1367.96 s [lsp-test] unit lsp-test-0.17.1.1-58yC6hgHCAq9Zb2XvhsU0P-example
  13500. 1367.96 s [lsp-test] include base-4.18.1.0
  13501. 1367.96 s [lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13502. 1367.96 s [lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13503. 1367.96 s [lsp-test] unit lsp-test-0.17.1.1-60kfaHuxfCw8qk6ayYTzVQ-func-test
  13504. 1367.96 s [lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13505. 1367.96 s [lsp-test] include base-4.18.1.0
  13506. 1367.96 s [lsp-test] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  13507. 1367.96 s [lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13508. 1367.96 s [lsp-test] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  13509. 1367.96 s [lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13510. 1367.96 s [lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13511. 1367.96 s [lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13512. 1367.96 s [lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13513. 1367.96 s [lsp-test] include process-1.6.17.0
  13514. 1367.96 s [lsp-test] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  13515. 1367.96 s [lsp-test] unit lsp-test-0.17.1.1-8UsWsmzhtTnB8a453IMMki-tests
  13516. 1367.96 s [lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13517. 1367.96 s [lsp-test] include base-4.18.1.0
  13518. 1367.96 s [lsp-test] include containers-0.6.7
  13519. 1367.96 s [lsp-test] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13520. 1367.96 s [lsp-test] include directory-1.3.8.1
  13521. 1367.96 s [lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13522. 1367.96 s [lsp-test] include filepath-1.4.100.4
  13523. 1367.96 s [lsp-test] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  13524. 1367.96 s [lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13525. 1367.96 s [lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13526. 1367.96 s [lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13527. 1367.96 s [lsp-test] include mtl-2.3.1
  13528. 1367.96 s [lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13529. 1367.96 s [lsp-test] include process-1.6.17.0
  13530. 1367.96 s [lsp-test] include text-2.0.2
  13531. 1367.96 s [lsp-test] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  13532. 1367.96 s [lsp-test] Ready component graph:
  13533. 1367.96 s [lsp-test] definite lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13534. 1367.96 s [lsp-test] depends Diff-0.5-GZY542scVfnxhSieg1s29
  13535. 1367.96 s [lsp-test] depends Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
  13536. 1367.96 s [lsp-test] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13537. 1367.96 s [lsp-test] depends aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
  13538. 1367.96 s [lsp-test] depends ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
  13539. 1367.96 s [lsp-test] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  13540. 1367.96 s [lsp-test] depends base-4.18.1.0
  13541. 1367.96 s [lsp-test] depends bytestring-0.11.5.2
  13542. 1367.96 s [lsp-test] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  13543. 1367.96 s [lsp-test] depends conduit-1.3.6.1-DCrf0PGijWEJDN5akhrHVN
  13544. 1367.96 s [lsp-test] depends conduit-parse-0.2.1.1-FnFYx9shIW54Io4qWTOU0
  13545. 1367.96 s [lsp-test] depends containers-0.6.7
  13546. 1367.96 s [lsp-test] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13547. 1367.96 s [lsp-test] depends directory-1.3.8.1
  13548. 1367.96 s [lsp-test] depends exceptions-0.10.7
  13549. 1367.96 s [lsp-test] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13550. 1367.96 s [lsp-test] depends filepath-1.4.100.4
  13551. 1367.96 s [lsp-test] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13552. 1367.96 s [lsp-test] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  13553. 1367.96 s [lsp-test] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13554. 1367.96 s [lsp-test] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  13555. 1367.96 s [lsp-test] depends mtl-2.3.1
  13556. 1367.96 s [lsp-test] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13557. 1367.96 s [lsp-test] depends process-1.6.17.0
  13558. 1367.96 s [lsp-test] depends some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
  13559. 1367.96 s [lsp-test] depends text-2.0.2
  13560. 1367.96 s [lsp-test] depends time-1.12.2
  13561. 1367.96 s [lsp-test] depends transformers-0.6.1.0
  13562. 1367.96 s [lsp-test] depends unix-2.8.1.0
  13563. 1367.96 s [lsp-test] definite lsp-test-0.17.1.1-8UsWsmzhtTnB8a453IMMki-tests
  13564. 1367.96 s [lsp-test] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13565. 1368.00 s [lsp-test] depends base-4.18.1.0
  13566. 1368.00 s [lsp-test] depends containers-0.6.7
  13567. 1368.00 s [lsp-test] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  13568. 1368.00 s [lsp-test] depends directory-1.3.8.1
  13569. 1368.00 s [lsp-test] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13570. 1368.00 s [lsp-test] depends filepath-1.4.100.4
  13571. 1368.00 s [lsp-test] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  13572. 1368.00 s [lsp-test] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13573. 1368.00 s [lsp-test] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13574. 1368.00 s [lsp-test] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13575. 1368.00 s [lsp-test] depends mtl-2.3.1
  13576. 1368.00 s [lsp-test] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13577. 1368.00 s [lsp-test] depends process-1.6.17.0
  13578. 1368.00 s [lsp-test] depends text-2.0.2
  13579. 1368.00 s [lsp-test] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  13580. 1368.00 s [lsp-test] definite lsp-test-0.17.1.1-60kfaHuxfCw8qk6ayYTzVQ-func-test
  13581. 1368.00 s [lsp-test] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  13582. 1368.00 s [lsp-test] depends base-4.18.1.0
  13583. 1368.00 s [lsp-test] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  13584. 1368.00 s [lsp-test] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  13585. 1368.00 s [lsp-test] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
  13586. 1368.00 s [lsp-test] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  13587. 1368.00 s [lsp-test] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  13588. 1368.00 s [lsp-test] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13589. 1368.00 s [lsp-test] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13590. 1368.00 s [lsp-test] depends process-1.6.17.0
  13591. 1368.00 s [lsp-test] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  13592. 1368.00 s [lsp-test] definite lsp-test-0.17.1.1-58yC6hgHCAq9Zb2XvhsU0P-example
  13593. 1368.00 s [lsp-test] depends base-4.18.1.0
  13594. 1368.00 s [lsp-test] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13595. 1368.00 s [lsp-test] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  13596. 1368.00 s [lsp-test] Using Cabal-3.10.1.0 compiled by ghc-9.6
  13597. 1368.00 s [lsp-test] Using compiler: ghc-9.6.3
  13598. 1368.00 s [lsp-test] Using install prefix:
  13599. 1368.00 s [lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1
  13600. 1368.00 s [lsp-test] Executables installed in:
  13601. 1368.00 s [lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/bin
  13602. 1368.00 s [lsp-test] Libraries installed in:
  13603. 1368.00 s [lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  13604. 1368.00 s [lsp-test] Dynamic Libraries installed in:
  13605. 1368.00 s [lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  13606. 1368.00 s [lsp-test] Private executables installed in:
  13607. 1368.00 s [lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/libexec/x86_64-linux-ghc-9.6.3/lsp-test-0.17.1.1
  13608. 1368.00 s [lsp-test] Data files installed in:
  13609. 1368.00 s [lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/share/x86_64-linux-ghc-9.6.3/lsp-test-0.17.1.1
  13610. 1368.00 s [lsp-test] Documentation installed in:
  13611. 1368.00 s [lsp-test] /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1
  13612. 1368.00 s [lsp-test] Configuration files installed in:
  13613. 1368.00 s [lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/etc
  13614. 1368.00 s [lsp-test] No alex found
  13615. 1368.00 s [lsp-test] Using ar found on system at:
  13616. 1368.00 s [lsp-test] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  13617. 1368.00 s [lsp-test] No c2hs found
  13618. 1368.00 s [lsp-test] No cpphs found
  13619. 1368.00 s [lsp-test] No doctest found
  13620. 1368.00 s [lsp-test] Using gcc version 14.3.0 given by user at:
  13621. 1368.00 s [lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  13622. 1368.00 s [lsp-test] Using ghc version 9.6.3 found on system at:
  13623. 1368.00 s [lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  13624. 1368.00 s [lsp-test] Using ghc-pkg version 9.6.3 found on system at:
  13625. 1368.00 s [lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  13626. 1368.00 s [lsp-test] No ghcjs found
  13627. 1368.00 s [lsp-test] No ghcjs-pkg found
  13628. 1368.00 s [lsp-test] No greencard found
  13629. 1368.00 s [lsp-test] Using haddock version 2.29.1 found on system at:
  13630. 1368.00 s [lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  13631. 1368.00 s [lsp-test] No happy found
  13632. 1368.00 s [lsp-test] Using haskell-suite found on system at: haskell-suite-dummy-location
  13633. 1368.00 s [lsp-test] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13634. 1368.00 s [lsp-test] No hmake found
  13635. 1368.00 s [lsp-test] Using hpc version 0.68 found on system at:
  13636. 1368.00 s [lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  13637. 1368.00 s [lsp-test] Using hsc2hs version 0.68.9 found on system at:
  13638. 1368.00 s [lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  13639. 1368.00 s [lsp-test] Using hscolour version 1.25 found on system at:
  13640. 1368.00 s [lsp-test] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  13641. 1368.00 s [lsp-test] No jhc found
  13642. 1368.00 s [lsp-test] Using ld found on system at:
  13643. 1368.00 s [lsp-test] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  13644. 1368.00 s [lsp-test] No pkg-config found
  13645. 1368.00 s [lsp-test] Using runghc version 9.6.3 found on system at:
  13646. 1368.00 s [lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  13647. 1368.00 s [lsp-test] Using strip version 2.44 found on system at:
  13648. 1368.00 s [lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  13649. 1368.00 s [lsp-test] Using tar found on system at:
  13650. 1368.00 s [lsp-test] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  13651. 1368.00 s [lsp-test] No uhc found
  13652. 1368.07 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 )
  13653. 1368.17 s [lsp-test] Phase: buildPhase
  13654. 1368.28 s [lsp-test] Preprocessing library for lsp-test-0.17.1.1..
  13655. 1368.28 s [lsp-test] Building library for lsp-test-0.17.1.1..
  13656. 1368.43 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 )
  13657. 1368.64 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 )
  13658. 1368.77 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 )
  13659. 1368.85 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 )
  13660. 1368.85 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 )
  13661. 1369.01 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 )
  13662. 1369.11 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 )
  13663. 1369.17 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 )
  13664. 1369.80 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 )
  13665. 1369.80 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 )
  13666. 1369.80 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 )
  13667. 1372.20 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 )
  13668. 1372.57 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 )
  13669. 1373.87 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 )
  13670. 1374.50 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 )
  13671. 1374.53 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 )
  13672. 1375.00 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 )
  13673. 1375.07 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 )
  13674. 1375.26 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 )
  13675. 1375.34 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 )
  13676. 1375.55 s [hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, dist/build/Ide/Logger.p_o )
  13677. 1376.29 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 )
  13678. 1376.29 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 )
  13679. 1376.29 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 )
  13680. 1376.32 s [hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, dist/build/Ide/Plugin/HandleRequestTypes.p_o )
  13681. 1376.32 s [hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, dist/build/Ide/Plugin/Error.p_o )
  13682. 1376.55 s [hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, dist/build/Ide/Plugin/Properties.p_o )
  13683. 1376.55 s [hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, dist/build/Ide/Plugin/RangeMap.p_o )
  13684. 1376.55 s [hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, dist/build/Ide/Types.p_o )
  13685. 1378.46 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 )
  13686. 1378.91 s [lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, dist/build/Language/LSP/Test.p_o )
  13687. 1382.52 s [hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, dist/build/Ide/Plugin/Resolve.p_o )
  13688. 1383.85 s [hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, dist/build/Ide/Plugin/Config.p_o )
  13689. 1383.87 s [hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, dist/build/Ide/PluginUtils.p_o )
  13690. 1383.87 s [hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, dist/build/Ide/Plugin/ConfigUtils.p_o )
  13691. 1384.13 s [lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1..
  13692. 1384.13 s [lsp-test] Building test suite 'tests' for lsp-test-0.17.1.1..
  13693. 1384.23 s [lsp-test] [1 of 2] Compiling DummyServer ( test/DummyServer.hs, dist/build/tests/tests-tmp/DummyServer.o )
  13694. 1385.19 s [lsp-test] [2 of 2] Compiling Main ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )
  13695. 1387.90 s [lsp-test] [3 of 3] Linking dist/build/tests/tests
  13696. 1389.66 s [lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1..
  13697. 1389.66 s [lsp-test] Building test suite 'func-test' for lsp-test-0.17.1.1..
  13698. 1389.70 s [hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.10.0.0..
  13699. 1389.70 s [hls-plugin-api] Building test suite 'tests' for hls-plugin-api-2.10.0.0..
  13700. 1389.76 s [lsp-test] [1 of 1] Compiling Main ( func-test/FuncTest.hs, dist/build/func-test/func-test-tmp/Main.o )
  13701. 1389.79 s [hls-plugin-api] [1 of 3] Compiling Ide.PluginUtilsTest ( test/Ide/PluginUtilsTest.hs, dist/build/tests/tests-tmp/Ide/PluginUtilsTest.o )
  13702. 1391.06 s [hls-plugin-api] [2 of 3] Compiling Ide.TypesTests ( test/Ide/TypesTests.hs, dist/build/tests/tests-tmp/Ide/TypesTests.o )
  13703. 1391.06 s [hls-plugin-api] [3 of 3] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
  13704. 1391.48 s [hls-plugin-api] [4 of 4] Linking dist/build/tests/tests
  13705. 1391.67 s [lsp-test] [2 of 2] Linking dist/build/func-test/func-test
  13706. 1393.36 s [lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1..
  13707. 1393.36 s [lsp-test] Building test suite 'example' for lsp-test-0.17.1.1..
  13708. 1393.45 s [lsp-test] [1 of 1] Compiling Main ( example/Test.hs, dist/build/example/example-tmp/Main.o )
  13709. 1393.87 s [hls-plugin-api] Phase: checkPhase
  13710. 1393.94 s [hls-plugin-api] Running 1 test suites...
  13711. 1393.94 s [hls-plugin-api] Test suite tests: RUNNING...
  13712. 1393.94 s [lsp-test] [2 of 2] Linking dist/build/example/example
  13713. 1393.94 s [hls-plugin-api] Main
  13714. 1393.94 s [hls-plugin-api] PluginUtils
  13715. 1393.94 s [hls-plugin-api] unescape
  13716. 1393.94 s [hls-plugin-api] no double quote: OK
  13717. 1393.94 s [hls-plugin-api] whole string quoted: OK
  13718. 1393.94 s [hls-plugin-api] text before quotes should not be unescaped: OK
  13719. 1393.95 s [hls-plugin-api] some text after quotes: OK
  13720. 1393.95 s [hls-plugin-api] many pairs of quote: OK
  13721. 1393.95 s [hls-plugin-api] double quote itself should not be unescaped: OK
  13722. 1393.95 s [hls-plugin-api] control characters should not be escaped: OK
  13723. 1393.95 s [hls-plugin-api] extractTextInRange
  13724. 1393.95 s [hls-plugin-api] inline range: OK
  13725. 1393.95 s [hls-plugin-api] inline range with empty content: OK
  13726. 1393.95 s [hls-plugin-api] multiline range with empty content: OK
  13727. 1393.95 s [hls-plugin-api] multiline range: OK
  13728. 1393.95 s [hls-plugin-api] multiline range with end pos at the line below the last line: OK
  13729. 1395.61 s [lsp-test] Phase: checkPhase
  13730. 1395.66 s [lsp-test] Running 2 test suites...
  13731. 1395.66 s [lsp-test] Test suite tests: RUNNING...
  13732. 1395.66 s [lsp-test]
  13733. 1395.66 s [lsp-test] Session
  13734. 1396.53 s [hls-plugin-api] RangeMap-List filtering identical: OK (2.59s)
  13735. 1396.53 s [hls-plugin-api] +++ OK, passed 100 tests:
  13736. 1396.53 s [hls-plugin-api] 72% no matches
  13737. 1396.53 s [hls-plugin-api] 14% 1 match
  13738. 1396.53 s [hls-plugin-api] 14% >1 matches
  13739. 1396.53 s [hls-plugin-api] property api tests
  13740. 1396.53 s [hls-plugin-api] property toVSCodeExtensionSchema: OK
  13741. 1396.53 s [hls-plugin-api] Golden file did not exist; created
  13742. 1396.53 s [hls-plugin-api] property toDefaultJSON: OK
  13743. 1396.53 s [hls-plugin-api] Golden file did not exist; created
  13744. 1396.53 s [hls-plugin-api] parsePropertyPath single key path: OK
  13745. 1396.53 s [hls-plugin-api] parsePropertyPath two key path: OK
  13746. 1396.53 s [hls-plugin-api] parsePropertyPath two key path default: OK
  13747. 1396.53 s [hls-plugin-api] parsePropertyPath two key path not default: OK
  13748. 1396.53 s [hls-plugin-api] PluginTypes
  13749. 1396.53 s [hls-plugin-api] combineResponses
  13750. 1396.53 s [hls-plugin-api] TextDocumentDefinition
  13751. 1396.53 s [hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
  13752. 1396.53 s [hls-plugin-api] merges all location link responses into one with all links (with link support): OK
  13753. 1396.53 s [hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
  13754. 1396.53 s [hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
  13755. 1396.53 s [hls-plugin-api] ignores Null responses when other responses are available: OK
  13756. 1396.53 s [hls-plugin-api] returns Null when all responses are Null: OK
  13757. 1396.53 s [hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
  13758. 1396.53 s [hls-plugin-api] +++ OK, passed 100 tests:
  13759. 1396.53 s [hls-plugin-api] 98% Has at least one response with locations
  13760. 1396.53 s [hls-plugin-api] 88% Has at least one response with Null
  13761. 1396.53 s [hls-plugin-api] 85% Has at least one response with links
  13762. 1396.53 s [hls-plugin-api] TextDocumentTypeDefinition
  13763. 1396.53 s [hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
  13764. 1396.53 s [hls-plugin-api] merges all location link responses into one with all links (with link support): OK
  13765. 1396.53 s [hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
  13766. 1396.53 s [hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
  13767. 1396.53 s [hls-plugin-api] ignores Null responses when other responses are available: OK
  13768. 1396.53 s [hls-plugin-api] returns Null when all responses are Null: OK
  13769. 1396.53 s [hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
  13770. 1396.53 s [hls-plugin-api] +++ OK, passed 100 tests:
  13771. 1396.53 s [hls-plugin-api] 95% Has at least one response with locations
  13772. 1396.53 s [hls-plugin-api] 90% Has at least one response with Null
  13773. 1396.53 s [hls-plugin-api] 87% Has at least one response with links
  13774. 1396.53 s [hls-plugin-api]
  13775. 1396.53 s [hls-plugin-api] All 33 tests passed (2.59s)
  13776. 1396.54 s [hls-plugin-api] Test suite tests: PASS
  13777. 1396.54 s [hls-plugin-api] Test suite logged to: dist/test/hls-plugin-api-2.10.0.0-tests.log
  13778. 1396.54 s [hls-plugin-api] 1 of 1 test suites (1 of 1 test cases) passed.
  13779. 1396.56 s [hls-plugin-api] Phase: haddockPhase
  13780. 1396.72 s [hls-plugin-api] Preprocessing library for hls-plugin-api-2.10.0.0..
  13781. 1396.72 s [hls-plugin-api] Running Haddock on library for hls-plugin-api-2.10.0.0..
  13782. 1396.72 s [hls-plugin-api] Warning: The documentation for the following packages are not installed. No
  13783. 1396.72 s [hls-plugin-api] links will be generated to these packages: attoparsec-0.14.4,
  13784. 1396.72 s [hls-plugin-api] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  13785. 1396.79 s [hls-plugin-api] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  13786. 1397.37 s [hls-plugin-api] 35% ( 7 / 20) in 'Ide.Logger'
  13787. 1397.37 s [hls-plugin-api] Missing documentation for:
  13788. 1397.37 s [hls-plugin-api] Priority (src/Ide/Logger.hs:70)
  13789. 1397.37 s [hls-plugin-api] WithPriority (src/Ide/Logger.hs:81)
  13790. 1397.37 s [hls-plugin-api] logWith (src/Ide/Logger.hs:89)
  13791. 1397.37 s [hls-plugin-api] cmap (src/Ide/Logger.hs:107)
  13792. 1397.37 s [hls-plugin-api] cmapIO (src/Ide/Logger.hs:113)
  13793. 1397.37 s [hls-plugin-api] cfilter (src/Ide/Logger.hs:118)
  13794. 1397.37 s [hls-plugin-api] withFileRecorder (src/Ide/Logger.hs:133)
  13795. 1397.37 s [hls-plugin-api] makeDefaultStderrRecorder (src/Ide/Logger.hs:128)
  13796. 1397.37 s [hls-plugin-api] makeDefaultHandleRecorder (src/Ide/Logger.hs:150)
  13797. 1397.37 s [hls-plugin-api] LoggingColumn (src/Ide/Logger.hs:168)
  13798. 1397.37 s [hls-plugin-api] cmapWithPrio (src/Ide/Logger.hs:110)
  13799. 1397.37 s [hls-plugin-api] toCologActionWithPrio (src/Ide/Logger.hs:274)
  13800. 1397.37 s [hls-plugin-api] defaultLoggingColumns (src/Ide/Logger.hs:175)
  13801. 1397.41 s [hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.HandleRequestTypes'
  13802. 1397.41 s [hls-plugin-api] Missing documentation for:
  13803. 1397.41 s [hls-plugin-api] Module header
  13804. 1397.55 s [hls-plugin-api] Warning: 'pluginEnabled' is out of scope.
  13805. 1397.55 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13806. 1397.55 s [hls-plugin-api] Warning: 'showWindow' is out of scope.
  13807. 1397.55 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13808. 1397.55 s [hls-plugin-api] Warning: 'handlesRequest' is out of scope.
  13809. 1397.55 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13810. 1397.55 s [hls-plugin-api] Warning: 'combineResponses' is out of scope.
  13811. 1397.55 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13812. 1397.55 s [hls-plugin-api] 50% ( 4 / 8) in 'Ide.Plugin.Error'
  13813. 1397.55 s [hls-plugin-api] Missing documentation for:
  13814. 1397.55 s [hls-plugin-api] Module header
  13815. 1397.55 s [hls-plugin-api] handleMaybe (src/Ide/Plugin/Error.hs:138)
  13816. 1397.55 s [hls-plugin-api] handleMaybeM (src/Ide/Plugin/Error.hs:141)
  13817. 1397.55 s [hls-plugin-api] getNormalizedFilePathE (src/Ide/Plugin/Error.hs:144)
  13818. 1397.62 s [hls-plugin-api] Warning: 'plcConfig' is out of scope.
  13819. 1397.62 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13820. 1397.62 s [hls-plugin-api] 75% ( 21 / 28) in 'Ide.Plugin.Properties'
  13821. 1397.62 s [hls-plugin-api] Missing documentation for:
  13822. 1397.62 s [hls-plugin-api] Module header
  13823. 1397.62 s [hls-plugin-api] ToHsType (src/Ide/Plugin/Properties.hs:72)
  13824. 1397.62 s [hls-plugin-api] NotElem (src/Ide/Plugin/Properties.hs:206)
  13825. 1397.62 s [hls-plugin-api] HasPropertyByPath (src/Ide/Plugin/Properties.hs:215)
  13826. 1397.62 s [hls-plugin-api] definePropertiesProperty (src/Ide/Plugin/Properties.hs:413)
  13827. 1397.62 s [hls-plugin-api] usePropertyByPathEither (src/Ide/Plugin/Properties.hs:155)
  13828. 1397.62 s [hls-plugin-api] usePropertyByPath (src/Ide/Plugin/Properties.hs:157)
  13829. 1397.67 s [lsp-test] fails a test [✔]
  13830. 1397.67 s [lsp-test] initializeResponse [✔]
  13831. 1397.67 s [lsp-test] runSessionWithConfig [✔]
  13832. 1397.67 s [lsp-test] withTimeout
  13833. 1398.28 s [hls-plugin-api] 83% ( 5 / 6) in 'Ide.Plugin.RangeMap'
  13834. 1398.28 s [hls-plugin-api] Missing documentation for:
  13835. 1398.28 s [hls-plugin-api] fromList' (src/Ide/Plugin/RangeMap.hs:53)
  13836. 1398.83 s [hls-plugin-api] Warning: 'ExtraParams' is out of scope.
  13837. 1398.83 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  13838. 1398.84 s [hls-plugin-api] 42% ( 22 / 52) in 'Ide.Types'
  13839. 1398.84 s [hls-plugin-api] Missing documentation for:
  13840. 1398.84 s [hls-plugin-api] Module header
  13841. 1398.84 s [hls-plugin-api] PluginDescriptor (src/Ide/Types.hs:313)
  13842. 1398.84 s [hls-plugin-api] defaultPluginPriority (src/Ide/Types.hs:1032)
  13843. 1398.84 s [hls-plugin-api] describePlugin (src/Ide/Types.hs:333)
  13844. 1398.84 s [hls-plugin-api] IdeCommand (src/Ide/Types.hs:165)
  13845. 1398.84 s [hls-plugin-api] IdePlugins (src/Ide/Types.hs:114)
  13846. 1398.84 s [hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
  13847. 1398.84 s [hls-plugin-api] SessionLoadingPreferenceConfig (src/Ide/Types.hs:220)
  13848. 1398.84 s [hls-plugin-api] defaultConfigDescriptor (src/Ide/Types.hs:377)
  13849. 1398.84 s [hls-plugin-api] mkCustomConfig (src/Ide/Types.hs:374)
  13850. 1398.84 s [hls-plugin-api] FallbackCodeActionParams (src/Ide/Types.hs:1193)
  13851. 1398.84 s [hls-plugin-api] FormattingMethod (src/Ide/Types.hs:1176)
  13852. 1398.84 s [hls-plugin-api] FormattingHandler (src/Ide/Types.hs:1182)
  13853. 1398.84 s [hls-plugin-api] HasTracing (src/Ide/Types.hs:1205)
  13854. 1398.84 s [hls-plugin-api] PluginCommand (src/Ide/Types.hs:1085)
  13855. 1398.84 s [hls-plugin-api] CommandId (src/Ide/Types.hs:1080)
  13856. 1398.84 s [hls-plugin-api] CommandFunction (src/Ide/Types.hs:1093)
  13857. 1398.84 s [hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1239)
  13858. 1398.84 s [hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1244)
  13859. 1398.84 s [hls-plugin-api] PluginId (src/Ide/Types.hs:1158)
  13860. 1398.84 s [hls-plugin-api] runHandlerM (src/Ide/Types.hs:927)
  13861. 1398.84 s [hls-plugin-api] PluginHandlers (src/Ide/Types.hs:960)
  13862. 1398.84 s [hls-plugin-api] PluginMethodHandler (src/Ide/Types.hs:980)
  13863. 1398.84 s [hls-plugin-api] PluginNotificationHandler (src/Ide/Types.hs:957)
  13864. 1398.84 s [hls-plugin-api] PluginNotificationHandlers (src/Ide/Types.hs:961)
  13865. 1398.84 s [hls-plugin-api] PluginRequestMethod (src/Ide/Types.hs:635)
  13866. 1398.84 s [hls-plugin-api] getProcessID (src/Ide/Types.hs:1254)
  13867. 1398.84 s [hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1255)
  13868. 1398.84 s [hls-plugin-api] $sel:lookupCommandProvider:IdePlugins_ (src/Ide/Types.hs:116)
  13869. 1398.84 s [hls-plugin-api] ResolveFunction (src/Ide/Types.hs:1101)
  13870. 1399.41 s [hls-plugin-api] 100% ( 3 / 3) in 'Ide.Plugin.Resolve'
  13871. 1399.45 s [hls-plugin-api] 50% ( 3 / 6) in 'Ide.Plugin.Config'
  13872. 1399.45 s [hls-plugin-api] Missing documentation for:
  13873. 1399.45 s [hls-plugin-api] Module header
  13874. 1399.45 s [hls-plugin-api] parseConfig (src/Ide/Plugin/Config.hs:37)
  13875. 1399.45 s [hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
  13876. 1399.50 s [hls-plugin-api] Warning: Couldn't find .haddock for export positionInRange
  13877. 1399.50 s [hls-plugin-api] 58% ( 20 / 34) in 'Ide.PluginUtils'
  13878. 1399.50 s [hls-plugin-api] Missing documentation for:
  13879. 1399.50 s [hls-plugin-api] Module header
  13880. 1399.50 s [hls-plugin-api] WithDeletions (src/Ide/PluginUtils.hs:105)
  13881. 1399.50 s [hls-plugin-api] getProcessID (src/Ide/Types.hs:1254)
  13882. 1399.50 s [hls-plugin-api] makeDiffTextEdit (src/Ide/PluginUtils.hs:114)
  13883. 1399.50 s [hls-plugin-api] makeDiffTextEditAdditive (src/Ide/PluginUtils.hs:117)
  13884. 1399.50 s [hls-plugin-api] pluginDescToIdePlugins (src/Ide/PluginUtils.hs:198)
  13885. 1399.50 s [hls-plugin-api] idePluginsToPluginDesc (src/Ide/PluginUtils.hs:201)
  13886. 1399.50 s [hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1239)
  13887. 1399.50 s [hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1244)
  13888. 1399.51 s [hls-plugin-api] allLspCmdIds (src/Ide/PluginUtils.hs:302)
  13889. 1399.51 s [hls-plugin-api] allLspCmdIds' (src/Ide/PluginUtils.hs:298)
  13890. 1399.51 s [hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1255)
  13891. 1399.51 s [hls-plugin-api] subRange (src/Ide/PluginUtils.hs:278)
  13892. 1399.51 s [hls-plugin-api] positionInRange
  13893. 1399.54 s [hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.ConfigUtils'
  13894. 1399.54 s [hls-plugin-api] Missing documentation for:
  13895. 1399.54 s [hls-plugin-api] Module header
  13896. 1400.17 s [hls-plugin-api] Warning: Ide.Plugin.Error: could not find link destinations for:
  13897. 1400.17 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ErrorCodes.ErrorCodes
  13898. 1400.17 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.LSPErrorCodes
  13899. 1400.17 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
  13900. 1400.17 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
  13901. 1400.17 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
  13902. 1400.17 s [hls-plugin-api] Warning: Ide.Plugin.Properties: could not find link destinations for:
  13903. 1400.17 s [hls-plugin-api] - Ide.Plugin.Properties.FindPropertyMeta
  13904. 1400.17 s [hls-plugin-api] - Ide.Plugin.Properties.Elem
  13905. 1400.17 s [hls-plugin-api] - Ide.Plugin.Properties.FindByKeyName
  13906. 1400.17 s [hls-plugin-api] - Ide.Plugin.Properties.FindByKeyPath
  13907. 1400.18 s [hls-plugin-api] - Ide.Plugin.Properties.IsTEnum
  13908. 1400.18 s [hls-plugin-api] - Ide.Plugin.Properties.IsProperties
  13909. 1400.18 s [hls-plugin-api] - Ide.Plugin.Properties.ParsePropertyPath
  13910. 1400.18 s [hls-plugin-api] - Ide.Plugin.Properties.NonEmptyList
  13911. 1400.18 s [hls-plugin-api] - Ide.Plugin.Properties.:|
  13912. 1400.18 s [hls-plugin-api] - Ide.Plugin.Properties.NE
  13913. 1400.18 s [hls-plugin-api] Warning: Ide.Plugin.RangeMap: could not find link destinations for:
  13914. 1400.18 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  13915. 1400.18 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
  13916. 1400.19 s [hls-plugin-api] Warning: Ide.Types: could not find link destinations for:
  13917. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  13918. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method
  13919. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
  13920. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageResult
  13921. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyIncomingCalls
  13922. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyOutgoingCalls
  13923. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
  13924. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeLensResolve
  13925. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CompletionItemResolve
  13926. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  13927. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_Initialized
  13928. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_InlayHintResolve
  13929. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
  13930. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeLens
  13931. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCompletion
  13932. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  13933. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
  13934. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
  13935. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
  13936. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidSave
  13937. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentHighlight
  13938. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  13939. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFoldingRange
  13940. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFormatting
  13941. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentHover
  13942. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  13943. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentInlayHint
  13944. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareCallHierarchy
  13945. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareRename
  13946. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRangeFormatting
  13947. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
  13948. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRename
  13949. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSelectionRange
  13950. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFull
  13951. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFullDelta
  13952. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
  13953. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeConfiguration
  13954. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWatchedFiles
  13955. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWorkspaceFolders
  13956. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceExecuteCommand
  13957. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
  13958. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
  13959. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Message.LspId.LspId
  13960. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ClientToServer
  13961. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ServerToClient
  13962. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.MessageKind
  13963. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Notification
  13964. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Request
  13965. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Message.Method.SClientMethod
  13966. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Message.Method.SServerMethod
  13967. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Message.Types.TResponseError
  13968. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
  13969. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
  13970. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  13971. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  13972. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  13973. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
  13974. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  13975. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.DidChangeConfigurationParams
  13976. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.DidChangeWatchedFilesParams
  13977. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.DidChangeWorkspaceFoldersParams
  13978. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  13979. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.ExecuteCommandParams
  13980. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
  13981. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  13982. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializedParams.InitializedParams
  13983. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  13984. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  13985. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  13986. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  13987. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  13988. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  13989. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.WorkspaceSymbolParams
  13990. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.Null
  13991. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
  13992. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
  13993. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
  13994. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasData_
  13995. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasOptions
  13996. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  13997. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasUri
  13998. 1400.19 s [hls-plugin-api] - Ide.Types.PluginNotificationMethodHandler
  13999. 1400.19 s [hls-plugin-api] - Ide.Types.PluginNotificationMethod
  14000. 1400.19 s [hls-plugin-api] Warning: Ide.Plugin.Resolve: could not find link destinations for:
  14001. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
  14002. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
  14003. 1400.19 s [hls-plugin-api] - Ide.Plugin.Resolve.Log
  14004. 1400.19 s [hls-plugin-api] Warning: Ide.PluginUtils: could not find link destinations for:
  14005. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  14006. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
  14007. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
  14008. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
  14009. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  14010. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
  14011. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  14012. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  14013. 1400.19 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  14014. 1402.67 s [lsp-test] times out [✔]
  14015. 1404.67 s [lsp-test] doesn't time out [✔]
  14016. 1409.51 s [hls-plugin-api] Documentation created: dist/doc/html/hls-plugin-api/index.html,
  14017. 1409.55 s [hls-plugin-api] dist/doc/html/hls-plugin-api/hls-plugin-api.txt
  14018. 1409.56 s [hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.10.0.0..
  14019. 1409.57 s [hls-plugin-api] Phase: installPhase
  14020. 1409.67 s [lsp-test] further timeout messages are ignored [✔]
  14021. 1409.69 s [hls-plugin-api] Installing library in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  14022. 1410.15 s [hls-plugin-api] Phase: fixupPhase
  14023. 1410.17 s [hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0
  14024. 1410.18 s [hls-plugin-api] shrinking /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI-ghc9.6.3.so
  14025. 1410.24 s [hls-plugin-api] checking for references to /build/ in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0...
  14026. 1410.26 s [hls-plugin-api] patching script interpreter paths in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0
  14027. 1410.26 s [hls-plugin-api] stripping (with command strip and flags -S -p) in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib
  14028. 1410.43 s [hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc
  14029. 1410.44 s [hls-plugin-api] checking for references to /build/ in /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc...
  14030. 1410.45 s [hls-plugin-api] patching script interpreter paths in /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc
  14031. 1410.68 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0 /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc
  14032. 1411.09 s [post-build-hook] Pushing 2 paths (325 are already present) using zstd to cache sellout ⏳
  14033. 1411.09 s [post-build-hook]
  14034. 1411.42 s [post-build-hook] Pushing /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc (3.07 MiB)
  14035. 1411.55 s [post-build-hook] Pushing /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0 (13.16 MiB)
  14036. 1412.66 s [post-build-hook]
  14037. 1412.66 s [post-build-hook] All done.
  14038. 1412.68 s [post-build-hook] Uploading to the NixCI cache: /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0 /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc
  14039. 1412.72 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14040. 1412.92 s [post-build-hook] copying 2 paths...
  14041. 1412.92 s [post-build-hook] copying path '/nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
  14042. 1413.75 s [post-build-hook] copying path '/nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0' to 'https://cache.nix-ci.com'...
  14043. 1416.60 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14044. 1416.82 s [post-build-hook] copying 1 paths...
  14045. 1416.82 s [post-build-hook] copying path '/nix/store/hyk4mx6pxz12fjqd7hv40ff8k3ny20hm-hls-plugin-api-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
  14046. 1416.98 s Progress: 49 of 55 built (1 building), 335 of 335 downloaded from cache
  14047. 1417.05 s Building ghcide
  14048. 1417.05 s [lsp-test] overrides global message timeout [✔]
  14049. 1417.56 s [ghcide] Phase: setupCompilerEnvironmentPhase
  14050. 1417.57 s [ghcide] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  14051. 1418.06 s [ghcide] Phase: unpackPhase
  14052. 1418.07 s [ghcide] unpacking source archive /nix/store/nv12havvv9m95kgbb9jrc6x3cqp9c6dv-ghcide-2.10.0.0.tar.gz
  14053. 1418.08 s [ghcide] source root is ghcide-2.10.0.0
  14054. 1418.08 s [ghcide] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ghcide-2.10.0.0/src/Text/Fuzzy/Parallel.hs"
  14055. 1418.09 s [ghcide] Phase: patchPhase
  14056. 1418.09 s [ghcide] Phase: compileBuildDriverPhase
  14057. 1418.10 s [ghcide] setupCompileFlags: -package-db=/build/tmp.auSXAbMYDE/setup-package.conf.d -threaded
  14058. 1418.15 s [ghcide] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.auSXAbMYDE/Main.o )
  14059. 1418.19 s [ghcide] [2 of 2] Linking Setup
  14060. 1419.31 s [ghcide] Phase: updateAutotoolsGnuConfigScriptsPhase
  14061. 1419.32 s [ghcide] Phase: configurePhase
  14062. 1419.33 s [ghcide] configureFlags: --verbose --prefix=/nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.auSXAbMYDE/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
  14063. 1419.34 s [ghcide] Using Parsec parser
  14064. 1419.34 s [ghcide] Configuring ghcide-2.10.0.0...
  14065. 1419.79 s [ghcide] Flags chosen: executable=True, pedantic=False
  14066. 1419.79 s [ghcide] Dependency Diff >=0.5 && <0.6: using Diff-0.5
  14067. 1419.79 s [ghcide] Dependency Glob: using Glob-0.10.2
  14068. 1419.79 s [ghcide] Dependency aeson: using aeson-2.2.3.0
  14069. 1419.79 s [ghcide] Dependency array: using array-0.5.5.0
  14070. 1419.79 s [ghcide] Dependency async: using async-2.2.5
  14071. 1419.79 s [ghcide] Dependency base >=4.16 && <5: using base-4.18.1.0
  14072. 1419.79 s [ghcide] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
  14073. 1419.79 s [ghcide] Dependency binary: using binary-0.8.9.1
  14074. 1419.79 s [ghcide] Dependency bytestring: using bytestring-0.11.5.2
  14075. 1419.79 s [ghcide] Dependency case-insensitive: using case-insensitive-1.2.1.0
  14076. 1419.79 s [ghcide] Dependency co-log-core: using co-log-core-0.3.2.5
  14077. 1419.79 s [ghcide] Dependency containers: using containers-0.6.7
  14078. 1419.79 s [ghcide] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
  14079. 1419.79 s [ghcide] cryptohash-sha1-0.11.101.0
  14080. 1419.79 s [ghcide] Dependency data-default: using data-default-0.7.1.3
  14081. 1419.79 s [ghcide] Dependency deepseq: using deepseq-1.4.8.1
  14082. 1419.79 s [ghcide] Dependency dependent-map: using dependent-map-0.4.0.0
  14083. 1419.79 s [ghcide] Dependency dependent-sum: using dependent-sum-0.7.2.0
  14084. 1419.79 s [ghcide] Dependency directory: using directory-1.3.8.1
  14085. 1419.79 s [ghcide] Dependency dlist: using dlist-1.0
  14086. 1419.79 s [ghcide] Dependency enummapset: using enummapset-0.7.3.0
  14087. 1419.79 s [ghcide] Dependency exceptions: using exceptions-0.10.7
  14088. 1419.79 s [ghcide] Dependency extra >=1.7.14: using extra-1.7.16
  14089. 1419.79 s [ghcide] Dependency filepath: using filepath-1.4.100.4
  14090. 1419.79 s [ghcide] Dependency fingertree: using fingertree-0.1.5.0
  14091. 1419.79 s [ghcide] Dependency focus >=1.0.3.2: using focus-1.0.3.2
  14092. 1419.79 s [ghcide] Dependency ghc >=9.2: using ghc-9.6.3
  14093. 1419.79 s [ghcide] Dependency ghc-boot: using ghc-boot-9.6.3
  14094. 1419.79 s [ghcide] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
  14095. 1419.79 s [ghcide] Dependency ghc-trace-events: using ghc-trace-events-0.1.2.10
  14096. 1419.79 s [ghcide] Dependency haddock-library >=1.8 && <1.12: using haddock-library-1.11.0
  14097. 1419.79 s [ghcide] Dependency hashable: using hashable-1.4.7.0
  14098. 1419.79 s [ghcide] Dependency hie-bios >=0.14.0 && <0.15: using hie-bios-0.14.0
  14099. 1419.79 s [ghcide] Dependency hie-compat >=0.3.0.0 && <0.4: using hie-compat-0.3.1.2
  14100. 1419.79 s [ghcide] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
  14101. 1419.79 s [ghcide] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  14102. 1419.79 s [ghcide] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  14103. 1419.79 s [ghcide] Dependency implicit-hie >=0.1.4.0 && <0.1.5: using implicit-hie-0.1.4.0
  14104. 1419.79 s [ghcide] Dependency lens: using lens-5.3.4
  14105. 1419.79 s [ghcide] Dependency lens-aeson: using lens-aeson-1.2.3
  14106. 1419.79 s [ghcide] Dependency list-t: using list-t-1.0.5.7
  14107. 1419.79 s [ghcide] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  14108. 1419.79 s [ghcide] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  14109. 1419.79 s [ghcide] Dependency mtl: using mtl-2.3.1
  14110. 1419.79 s [ghcide] Dependency opentelemetry >=0.6.1: using opentelemetry-0.8.0
  14111. 1419.79 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  14112. 1419.79 s [ghcide] Dependency os-string: using os-string-2.0.7
  14113. 1419.79 s [ghcide] Dependency parallel: using parallel-3.2.2.0
  14114. 1419.79 s [ghcide] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  14115. 1419.79 s [ghcide] Dependency prettyprinter-ansi-terminal: using
  14116. 1419.79 s [ghcide] prettyprinter-ansi-terminal-1.1.3
  14117. 1419.79 s [ghcide] Dependency random: using random-1.2.1.3
  14118. 1419.79 s [ghcide] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
  14119. 1419.79 s [ghcide] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  14120. 1419.79 s [ghcide] Dependency sorted-list: using sorted-list-0.2.3.1
  14121. 1419.79 s [ghcide] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  14122. 1419.79 s [ghcide] Dependency stm: using stm-2.5.1.0
  14123. 1419.79 s [ghcide] Dependency stm-containers: using stm-containers-1.2.1.1
  14124. 1419.79 s [ghcide] Dependency syb: using syb-0.7.2.4
  14125. 1419.79 s [ghcide] Dependency text: using text-2.0.2
  14126. 1419.79 s [ghcide] Dependency text-rope: using text-rope-0.2
  14127. 1419.79 s [ghcide] Dependency time: using time-1.12.2
  14128. 1419.79 s [ghcide] Dependency transformers: using transformers-0.6.1.0
  14129. 1419.79 s [ghcide] Dependency unix: using unix-2.8.1.0
  14130. 1419.79 s [ghcide] Dependency unliftio >=0.2.6: using unliftio-0.2.25.1
  14131. 1419.79 s [ghcide] Dependency unliftio-core: using unliftio-core-0.2.1.0
  14132. 1419.79 s [ghcide] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
  14133. 1419.79 s [ghcide] Dependency vector: using vector-0.13.2.0
  14134. 1419.79 s [ghcide] Dependency base >=4.16 && <5: using base-4.18.1.0
  14135. 1419.79 s [ghcide] Dependency data-default: using data-default-0.7.1.3
  14136. 1419.79 s [ghcide] Dependency extra: using extra-1.7.16
  14137. 1419.79 s [ghcide] Dependency ghcide: using ghcide-2.10.0.0
  14138. 1419.79 s [ghcide] Dependency gitrev: using gitrev-1.3.1
  14139. 1419.79 s [ghcide] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  14140. 1419.79 s [ghcide] Dependency lsp: using lsp-2.7.0.1
  14141. 1419.79 s [ghcide] Dependency lsp-types: using lsp-types-2.3.0.1
  14142. 1419.79 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  14143. 1420.00 s [ghcide] Source component graph:
  14144. 1420.01 s [ghcide] component lib
  14145. 1420.01 s [ghcide] component exe:ghcide dependency lib
  14146. 1420.01 s [ghcide] Configured component graph:
  14147. 1420.01 s [ghcide] component ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  14148. 1420.01 s [ghcide] include Diff-0.5-GZY542scVfnxhSieg1s29
  14149. 1420.01 s [ghcide] include Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
  14150. 1420.01 s [ghcide] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  14151. 1420.01 s [ghcide] include array-0.5.5.0
  14152. 1420.01 s [ghcide] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  14153. 1420.01 s [ghcide] include base-4.18.1.0
  14154. 1420.01 s [ghcide] include base16-bytestring-1.0.2.0-AQ9mQ4qPmsv2iX1TYz5ACO
  14155. 1420.01 s [ghcide] include binary-0.8.9.1
  14156. 1420.01 s [ghcide] include bytestring-0.11.5.2
  14157. 1420.01 s [ghcide] include case-insensitive-1.2.1.0-2Fr30x162J97VVTi3Jt0ZA
  14158. 1420.01 s [ghcide] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  14159. 1420.01 s [ghcide] include containers-0.6.7
  14160. 1420.01 s [ghcide] include cryptohash-sha1-0.11.101.0-BR74CpYY7eNEB9iTpYGLZi
  14161. 1420.01 s [ghcide] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  14162. 1420.01 s [ghcide] include deepseq-1.4.8.1
  14163. 1420.01 s [ghcide] include dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
  14164. 1420.01 s [ghcide] include dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
  14165. 1420.01 s [ghcide] include directory-1.3.8.1
  14166. 1420.01 s [ghcide] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  14167. 1420.01 s [ghcide] include enummapset-0.7.3.0-BxGFYiO3B2KJSvVAAcOp9u
  14168. 1420.01 s [ghcide] include exceptions-0.10.7
  14169. 1420.01 s [ghcide] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  14170. 1420.01 s [ghcide] include filepath-1.4.100.4
  14171. 1420.01 s [ghcide] include fingertree-0.1.5.0-DKfD2A00uTWHcNSyTwgYwS
  14172. 1420.01 s [ghcide] include focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
  14173. 1420.01 s [ghcide] include ghc-9.6.3
  14174. 1420.01 s [ghcide] include ghc-boot-9.6.3
  14175. 1420.01 s [ghcide] include ghc-boot-th-9.6.3
  14176. 1420.01 s [ghcide] include ghc-trace-events-0.1.2.10-1YKJR8fPzugEjZXcDB5rxt
  14177. 1420.01 s [ghcide] include haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  14178. 1420.01 s [ghcide] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  14179. 1420.01 s [ghcide] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
  14180. 1420.01 s [ghcide] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
  14181. 1420.01 s [ghcide] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  14182. 1420.01 s [ghcide] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  14183. 1420.01 s [ghcide] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  14184. 1420.01 s [ghcide] include implicit-hie-0.1.4.0-DCPMTqLH2hQJILQbiMyakZ
  14185. 1420.01 s [ghcide] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  14186. 1420.01 s [ghcide] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  14187. 1420.01 s [ghcide] include list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
  14188. 1420.01 s [ghcide] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  14189. 1420.01 s [ghcide] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  14190. 1420.01 s [ghcide] include mtl-2.3.1
  14191. 1420.01 s [ghcide] include opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
  14192. 1420.01 s [ghcide] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  14193. 1420.01 s [ghcide] include os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u
  14194. 1420.01 s [ghcide] include parallel-3.2.2.0-1kILbc471scI04imHIENqR
  14195. 1420.01 s [ghcide] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  14196. 1420.01 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-CGpSzDZtwCI5AdKkiD33d5
  14197. 1420.01 s [ghcide] include random-1.2.1.3-9k6Qv394i0yCaivAy2bSc0
  14198. 1420.01 s [ghcide] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  14199. 1420.01 s [ghcide] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  14200. 1420.01 s [ghcide] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
  14201. 1420.01 s [ghcide] include sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
  14202. 1420.01 s [ghcide] include stm-2.5.1.0
  14203. 1420.01 s [ghcide] include stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
  14204. 1420.01 s [ghcide] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  14205. 1420.01 s [ghcide] include text-2.0.2
  14206. 1420.01 s [ghcide] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  14207. 1420.01 s [ghcide] include time-1.12.2
  14208. 1420.01 s [ghcide] include transformers-0.6.1.0
  14209. 1420.01 s [ghcide] include unix-2.8.1.0
  14210. 1420.01 s [ghcide] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  14211. 1420.01 s [ghcide] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  14212. 1420.01 s [ghcide] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  14213. 1420.01 s [ghcide] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
  14214. 1420.01 s [ghcide] component ghcide-2.10.0.0-CD0i0kYyi8YHMX8D8drlOP-ghcide
  14215. 1420.01 s [ghcide] include base-4.18.1.0
  14216. 1420.01 s [ghcide] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  14217. 1420.01 s [ghcide] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  14218. 1420.01 s [ghcide] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  14219. 1420.01 s [ghcide] include gitrev-1.3.1-6eHnrJOlHum6tys4AyyiPq
  14220. 1420.01 s [ghcide] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  14221. 1420.01 s [ghcide] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  14222. 1420.01 s [ghcide] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  14223. 1420.01 s [ghcide] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  14224. 1420.01 s [ghcide] Linked component graph:
  14225. 1420.01 s [ghcide] unit ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  14226. 1420.01 s [ghcide] include Diff-0.5-GZY542scVfnxhSieg1s29
  14227. 1420.01 s [ghcide] include Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
  14228. 1420.01 s [ghcide] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  14229. 1420.01 s [ghcide] include array-0.5.5.0
  14230. 1420.01 s [ghcide] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  14231. 1420.01 s [ghcide] include base-4.18.1.0
  14232. 1420.01 s [ghcide] include base16-bytestring-1.0.2.0-AQ9mQ4qPmsv2iX1TYz5ACO
  14233. 1420.01 s [ghcide] include binary-0.8.9.1
  14234. 1420.01 s [ghcide] include bytestring-0.11.5.2
  14235. 1420.01 s [ghcide] include case-insensitive-1.2.1.0-2Fr30x162J97VVTi3Jt0ZA
  14236. 1420.01 s [ghcide] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  14237. 1420.01 s [ghcide] include containers-0.6.7
  14238. 1420.01 s [ghcide] include cryptohash-sha1-0.11.101.0-BR74CpYY7eNEB9iTpYGLZi
  14239. 1420.01 s [ghcide] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  14240. 1420.01 s [ghcide] include deepseq-1.4.8.1
  14241. 1420.01 s [ghcide] include dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
  14242. 1420.01 s [ghcide] include dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
  14243. 1420.01 s [ghcide] include directory-1.3.8.1
  14244. 1420.01 s [ghcide] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  14245. 1420.01 s [ghcide] include enummapset-0.7.3.0-BxGFYiO3B2KJSvVAAcOp9u
  14246. 1420.01 s [ghcide] include exceptions-0.10.7
  14247. 1420.01 s [ghcide] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  14248. 1420.01 s [ghcide] include filepath-1.4.100.4
  14249. 1420.01 s [ghcide] include fingertree-0.1.5.0-DKfD2A00uTWHcNSyTwgYwS
  14250. 1420.01 s [ghcide] include focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
  14251. 1420.01 s [ghcide] include ghc-9.6.3
  14252. 1420.01 s [ghcide] include ghc-boot-9.6.3
  14253. 1420.01 s [ghcide] include ghc-boot-th-9.6.3
  14254. 1420.01 s [ghcide] include ghc-trace-events-0.1.2.10-1YKJR8fPzugEjZXcDB5rxt
  14255. 1420.01 s [ghcide] include haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  14256. 1420.01 s [ghcide] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  14257. 1420.01 s [ghcide] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
  14258. 1420.01 s [ghcide] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
  14259. 1420.01 s [ghcide] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  14260. 1420.01 s [ghcide] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  14261. 1420.01 s [ghcide] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  14262. 1420.01 s [ghcide] include implicit-hie-0.1.4.0-DCPMTqLH2hQJILQbiMyakZ
  14263. 1420.01 s [ghcide] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  14264. 1420.01 s [ghcide] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  14265. 1420.01 s [ghcide] include list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
  14266. 1420.01 s [ghcide] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  14267. 1420.01 s [ghcide] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  14268. 1420.01 s [ghcide] include mtl-2.3.1
  14269. 1420.01 s [ghcide] include opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
  14270. 1420.01 s [ghcide] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  14271. 1420.01 s [ghcide] include os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u
  14272. 1420.01 s [ghcide] include parallel-3.2.2.0-1kILbc471scI04imHIENqR
  14273. 1420.01 s [ghcide] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  14274. 1420.01 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-CGpSzDZtwCI5AdKkiD33d5
  14275. 1420.01 s [ghcide] include random-1.2.1.3-9k6Qv394i0yCaivAy2bSc0
  14276. 1420.01 s [ghcide] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  14277. 1420.01 s [ghcide] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  14278. 1420.01 s [ghcide] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
  14279. 1420.01 s [ghcide] include sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
  14280. 1420.01 s [ghcide] include stm-2.5.1.0
  14281. 1420.01 s [ghcide] include stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
  14282. 1420.01 s [ghcide] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  14283. 1420.01 s [ghcide] include text-2.0.2
  14284. 1420.01 s [ghcide] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  14285. 1420.01 s [ghcide] include time-1.12.2
  14286. 1420.01 s [ghcide] include transformers-0.6.1.0
  14287. 1420.01 s [ghcide] include unix-2.8.1.0
  14288. 1420.01 s [ghcide] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  14289. 1420.01 s [ghcide] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  14290. 1420.01 s [ghcide] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  14291. 1420.01 s [ghcide] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
  14292. 1420.01 s [ghcide] Control.Concurrent.Strict=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Control.Concurrent.Strict,Development.IDE=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE,Development.IDE.Core.Actions=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Actions,Development.IDE.Core.Compile=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Compile,Development.IDE.Core.Debouncer=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Debouncer,Development.IDE.Core.FileStore=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.FileStore,Development.IDE.Core.FileUtils=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.FileUtils,Development.IDE.Core.IdeConfiguration=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.IdeConfiguration,Development.IDE.Core.OfInterest=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.OfInterest,Development.IDE.Core.PluginUtils=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.PluginUtils,Development.IDE.Core.PositionMapping=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.PositionMapping,Development.IDE.Core.Preprocessor=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Preprocessor,Development.IDE.Core.ProgressReporting=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.ProgressReporting,Development.IDE.Core.RuleTypes=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.RuleTypes,Development.IDE.Core.Rules=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Rules,Development.IDE.Core.Service=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Service,Development.IDE.Core.Shake=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Shake,Development.IDE.Core.Tracing=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Tracing,Development.IDE.Core.UseStale=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.UseStale,Development.IDE.Core.WorkerThread=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.WorkerThread,Development.IDE.GHC.Compat=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat,Development.IDE.GHC.Compat.CmdLine=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.CmdLine,Development.IDE.GHC.Compat.Core=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Core,Development.IDE.GHC.Compat.Driver=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Driver,Development.IDE.GHC.Compat.Env=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Env,Development.IDE.GHC.Compat.Error=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Error,Development.IDE.GHC.Compat.Iface=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Iface,Development.IDE.GHC.Compat.Logger=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Logger,Development.IDE.GHC.Compat.Outputable=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Outputable,Development.IDE.GHC.Compat.Parser=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Parser,Development.IDE.GHC.Compat.Plugins=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Plugins,Development.IDE.GHC.Compat.Units=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Units,Development.IDE.GHC.Compat.Util=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Util,Development.IDE.GHC.CoreFile=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.CoreFile,Development.IDE.GHC.Error=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Error,Development.IDE.GHC.Orphans=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Orphans,Development.IDE.GHC.Util=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Util,Development.IDE.Import.DependencyInformation=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Import.DependencyInformation,Development.IDE.Import.FindImports=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Import.FindImports,Development.IDE.LSP.HoverDefinition=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.HoverDefinition,Development.IDE.LSP.LanguageServer=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.LanguageServer,Development.IDE.LSP.Notifications=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.Notifications,Development.IDE.LSP.Outline=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.Outline,Development.IDE.LSP.Server=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.Server,Development.IDE.Main=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Main,Development.IDE.Main.HeapStats=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Main.HeapStats,Development.IDE.Monitoring.OpenTelemetry=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Monitoring.OpenTelemetry,Development.IDE.Plugin=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin,Development.IDE.Plugin.Completions=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.Completions,Development.IDE.Plugin.Completions.Logic=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.Completions.Logic,Development.IDE.Plugin.Completions.Types=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.Completions.Types,Development.IDE.Plugin.HLS=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.HLS,Development.IDE.Plugin.HLS.GhcIde=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.HLS.GhcIde,Development.IDE.Plugin.Test=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.Test,Development.IDE.Plugin.TypeLenses=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.TypeLenses,Development.IDE.Session=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Session,Development.IDE.Session.Diagnostics=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Session.Diagnostics,Development.IDE.Session.Implicit=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Session.Implicit,Development.IDE.Spans.AtPoint=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.AtPoint,Development.IDE.Spans.Common=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.Common,Development.IDE.Spans.Documentation=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.Documentation,Development.IDE.Spans.LocalBindings=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.LocalBindings,Development.IDE.Spans.Pragmas=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.Pragmas,Development.IDE.Types.Diagnostics=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Diagnostics,Development.IDE.Types.Exports=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Exports,Development.IDE.Types.HscEnvEq=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.HscEnvEq,Development.IDE.Types.KnownTargets=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.KnownTargets,Development.IDE.Types.Location=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Location,Development.IDE.Types.Monitoring=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Monitoring,Development.IDE.Types.Options=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Options,Development.IDE.Types.Shake=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Shake,Generics.SYB.GHC=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Generics.SYB.GHC,Text.Fuzzy.Parallel=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Text.Fuzzy.Parallel
  14293. 1420.01 s [ghcide] unit ghcide-2.10.0.0-CD0i0kYyi8YHMX8D8drlOP-ghcide
  14294. 1420.01 s [ghcide] include base-4.18.1.0
  14295. 1420.01 s [ghcide] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  14296. 1420.01 s [ghcide] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  14297. 1420.01 s [ghcide] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  14298. 1420.01 s [ghcide] include gitrev-1.3.1-6eHnrJOlHum6tys4AyyiPq
  14299. 1420.01 s [ghcide] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  14300. 1420.01 s [ghcide] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  14301. 1420.01 s [ghcide] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  14302. 1420.01 s [ghcide] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  14303. 1420.01 s [ghcide] Ready component graph:
  14304. 1420.01 s [ghcide] definite ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  14305. 1420.01 s [ghcide] depends Diff-0.5-GZY542scVfnxhSieg1s29
  14306. 1420.01 s [ghcide] depends Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
  14307. 1420.01 s [ghcide] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  14308. 1420.01 s [ghcide] depends array-0.5.5.0
  14309. 1420.01 s [ghcide] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  14310. 1420.01 s [ghcide] depends base-4.18.1.0
  14311. 1420.01 s [ghcide] depends base16-bytestring-1.0.2.0-AQ9mQ4qPmsv2iX1TYz5ACO
  14312. 1420.01 s [ghcide] depends binary-0.8.9.1
  14313. 1420.01 s [ghcide] depends bytestring-0.11.5.2
  14314. 1420.01 s [ghcide] depends case-insensitive-1.2.1.0-2Fr30x162J97VVTi3Jt0ZA
  14315. 1420.01 s [ghcide] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
  14316. 1420.01 s [ghcide] depends containers-0.6.7
  14317. 1420.01 s [ghcide] depends cryptohash-sha1-0.11.101.0-BR74CpYY7eNEB9iTpYGLZi
  14318. 1420.01 s [ghcide] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  14319. 1420.01 s [ghcide] depends deepseq-1.4.8.1
  14320. 1420.01 s [ghcide] depends dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
  14321. 1420.01 s [ghcide] depends dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
  14322. 1420.01 s [ghcide] depends directory-1.3.8.1
  14323. 1420.04 s [ghcide] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  14324. 1420.04 s [ghcide] depends enummapset-0.7.3.0-BxGFYiO3B2KJSvVAAcOp9u
  14325. 1420.04 s [ghcide] depends exceptions-0.10.7
  14326. 1420.04 s [ghcide] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  14327. 1420.04 s [ghcide] depends filepath-1.4.100.4
  14328. 1420.04 s [ghcide] depends fingertree-0.1.5.0-DKfD2A00uTWHcNSyTwgYwS
  14329. 1420.04 s [ghcide] depends focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
  14330. 1420.04 s [ghcide] depends ghc-9.6.3
  14331. 1420.04 s [ghcide] depends ghc-boot-9.6.3
  14332. 1420.04 s [ghcide] depends ghc-boot-th-9.6.3
  14333. 1420.04 s [ghcide] depends ghc-trace-events-0.1.2.10-1YKJR8fPzugEjZXcDB5rxt
  14334. 1420.04 s [ghcide] depends haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
  14335. 1420.04 s [ghcide] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  14336. 1420.04 s [ghcide] depends hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
  14337. 1420.04 s [ghcide] depends hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
  14338. 1420.04 s [ghcide] depends hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  14339. 1420.04 s [ghcide] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  14340. 1420.04 s [ghcide] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  14341. 1420.04 s [ghcide] depends implicit-hie-0.1.4.0-DCPMTqLH2hQJILQbiMyakZ
  14342. 1420.04 s [ghcide] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  14343. 1420.04 s [ghcide] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  14344. 1420.04 s [ghcide] depends list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
  14345. 1420.04 s [ghcide] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  14346. 1420.04 s [ghcide] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  14347. 1420.04 s [ghcide] depends mtl-2.3.1
  14348. 1420.04 s [ghcide] depends opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
  14349. 1420.04 s [ghcide] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  14350. 1420.04 s [ghcide] depends os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u
  14351. 1420.04 s [ghcide] depends parallel-3.2.2.0-1kILbc471scI04imHIENqR
  14352. 1420.04 s [ghcide] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  14353. 1420.04 s [ghcide] depends prettyprinter-ansi-terminal-1.1.3-CGpSzDZtwCI5AdKkiD33d5
  14354. 1420.04 s [ghcide] depends random-1.2.1.3-9k6Qv394i0yCaivAy2bSc0
  14355. 1420.04 s [ghcide] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  14356. 1420.04 s [ghcide] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  14357. 1420.04 s [ghcide] depends sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
  14358. 1420.04 s [ghcide] depends sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
  14359. 1420.04 s [ghcide] depends stm-2.5.1.0
  14360. 1420.04 s [ghcide] depends stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
  14361. 1420.04 s [ghcide] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  14362. 1420.04 s [ghcide] depends text-2.0.2
  14363. 1420.04 s [ghcide] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  14364. 1420.04 s [ghcide] depends time-1.12.2
  14365. 1420.04 s [ghcide] depends transformers-0.6.1.0
  14366. 1420.04 s [ghcide] depends unix-2.8.1.0
  14367. 1420.04 s [ghcide] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  14368. 1420.04 s [ghcide] depends unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  14369. 1420.04 s [ghcide] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  14370. 1420.04 s [ghcide] depends vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
  14371. 1420.04 s [ghcide] definite ghcide-2.10.0.0-CD0i0kYyi8YHMX8D8drlOP-ghcide
  14372. 1420.04 s [ghcide] depends base-4.18.1.0
  14373. 1420.04 s [ghcide] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  14374. 1420.04 s [ghcide] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  14375. 1420.04 s [ghcide] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  14376. 1420.04 s [ghcide] depends gitrev-1.3.1-6eHnrJOlHum6tys4AyyiPq
  14377. 1420.04 s [ghcide] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  14378. 1420.04 s [ghcide] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  14379. 1420.04 s [ghcide] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  14380. 1420.04 s [ghcide] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  14381. 1420.04 s [ghcide] Using Cabal-3.10.1.0 compiled by ghc-9.6
  14382. 1420.04 s [ghcide] Using compiler: ghc-9.6.3
  14383. 1420.04 s [ghcide] Using install prefix:
  14384. 1420.04 s [ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
  14385. 1420.04 s [ghcide] Executables installed in:
  14386. 1420.04 s [ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin
  14387. 1420.04 s [ghcide] Libraries installed in:
  14388. 1420.04 s [ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  14389. 1420.04 s [ghcide] Dynamic Libraries installed in:
  14390. 1420.04 s [ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  14391. 1420.04 s [ghcide] Private executables installed in:
  14392. 1420.04 s [ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/libexec/x86_64-linux-ghc-9.6.3/ghcide-2.10.0.0
  14393. 1420.04 s [ghcide] Data files installed in:
  14394. 1420.04 s [ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/share/x86_64-linux-ghc-9.6.3/ghcide-2.10.0.0
  14395. 1420.04 s [ghcide] Documentation installed in:
  14396. 1420.04 s [ghcide] /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0
  14397. 1420.04 s [ghcide] Configuration files installed in:
  14398. 1420.04 s [ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/etc
  14399. 1420.04 s [ghcide] No alex found
  14400. 1420.04 s [ghcide] Using ar found on system at:
  14401. 1420.04 s [ghcide] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  14402. 1420.04 s [ghcide] No c2hs found
  14403. 1420.04 s [ghcide] No cpphs found
  14404. 1420.04 s [ghcide] No doctest found
  14405. 1420.04 s [ghcide] Using gcc version 14.3.0 given by user at:
  14406. 1420.04 s [ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  14407. 1420.04 s [ghcide] Using ghc version 9.6.3 found on system at:
  14408. 1420.04 s [ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  14409. 1420.04 s [ghcide] Using ghc-pkg version 9.6.3 found on system at:
  14410. 1420.04 s [ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  14411. 1420.04 s [ghcide] No ghcjs found
  14412. 1420.04 s [ghcide] No ghcjs-pkg found
  14413. 1420.04 s [ghcide] No greencard found
  14414. 1420.04 s [ghcide] Using haddock version 2.29.1 found on system at:
  14415. 1420.04 s [ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  14416. 1420.04 s [ghcide] No happy found
  14417. 1420.04 s [ghcide] Using haskell-suite found on system at: haskell-suite-dummy-location
  14418. 1420.04 s [ghcide] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  14419. 1420.04 s [ghcide] No hmake found
  14420. 1420.04 s [ghcide] Using hpc version 0.68 found on system at:
  14421. 1420.04 s [ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  14422. 1420.04 s [ghcide] Using hsc2hs version 0.68.9 found on system at:
  14423. 1420.04 s [ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  14424. 1420.04 s [ghcide] Using hscolour version 1.25 found on system at:
  14425. 1420.04 s [ghcide] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  14426. 1420.04 s [ghcide] No jhc found
  14427. 1420.04 s [ghcide] Using ld found on system at:
  14428. 1420.04 s [ghcide] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  14429. 1420.04 s [ghcide] No pkg-config found
  14430. 1420.04 s [ghcide] Using runghc version 9.6.3 found on system at:
  14431. 1420.04 s [ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  14432. 1420.04 s [ghcide] Using strip version 2.44 found on system at:
  14433. 1420.04 s [ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  14434. 1420.04 s [ghcide] Using tar found on system at:
  14435. 1420.04 s [ghcide] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  14436. 1420.04 s [ghcide] No uhc found
  14437. 1420.25 s [ghcide] Phase: buildPhase
  14438. 1420.34 s [ghcide] Preprocessing library for ghcide-2.10.0.0..
  14439. 1420.35 s [ghcide] Building library for ghcide-2.10.0.0..
  14440. 1421.40 s [ghcide]
  14441. 1421.40 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  14442. 1421.40 s [ghcide] The following packages were specified via -package or -package-id flags,
  14443. 1421.40 s [ghcide] but were not needed for compilation:
  14444. 1421.40 s [ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u)
  14445. 1421.42 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 )
  14446. 1421.74 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 )
  14447. 1422.26 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 )
  14448. 1422.26 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 )
  14449. 1423.37 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 )
  14450. 1423.37 s [ghcide]
  14451. 1423.38 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [-Wunused-imports]
  14452. 1423.38 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  14453. 1423.38 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  14454. 1423.38 s [ghcide] |
  14455. 1423.38 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  14456. 1423.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14457. 1423.38 s [ghcide]
  14458. 1423.38 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [-Wunused-imports]
  14459. 1423.38 s [ghcide] The import of ‘Exception, fromException’
  14460. 1423.38 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  14461. 1423.38 s [ghcide] |
  14462. 1423.38 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  14463. 1423.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14464. 1423.38 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 )
  14465. 1423.38 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 )
  14466. 1423.38 s [ghcide]
  14467. 1423.38 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:462:1: warning: [-Wdodgy-imports]
  14468. 1423.38 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’
  14469. 1423.38 s [ghcide] |
  14470. 1423.38 s [ghcide] 462 | import GHC.Tc.Utils.Monad hiding (Applicative (..), IORef,
  14471. 1423.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14472. 1423.38 s [ghcide]
  14473. 1423.38 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning: [-Wunused-imports]
  14474. 1423.38 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  14475. 1423.38 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  14476. 1423.38 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  14477. 1423.38 s [ghcide] |
  14478. 1423.38 s [ghcide] 498 | import GHC.Data.Bag
  14479. 1423.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14480. 1423.38 s [ghcide]
  14481. 1423.38 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:571:1: warning: [-Wunused-imports]
  14482. 1423.38 s [ghcide] The import of ‘GHC.Hs’ is redundant
  14483. 1423.38 s [ghcide] except perhaps to import instances from ‘GHC.Hs’
  14484. 1423.38 s [ghcide] To import instances alone, use: import GHC.Hs()
  14485. 1423.38 s [ghcide] |
  14486. 1423.38 s [ghcide] 571 | import GHC.Hs (SrcSpanAnn')
  14487. 1423.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14488. 1423.38 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 )
  14489. 1423.38 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 )
  14490. 1423.38 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.o, dist/build/Development/IDE/GHC/Compat/Error.dyn_o )
  14491. 1423.38 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.o, dist/build/Development/IDE/GHC/Compat/Outputable.dyn_o )
  14492. 1423.38 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.o, dist/build/Development/IDE/GHC/Compat/Logger.dyn_o )
  14493. 1423.38 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.o, dist/build/Development/IDE/GHC/Compat/Iface.dyn_o )
  14494. 1423.38 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.o, dist/build/Development/IDE/GHC/Compat/Units.dyn_o )
  14495. 1423.38 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.o, dist/build/Development/IDE/GHC/Compat/Util.dyn_o )
  14496. 1423.38 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.o, dist/build/Development/IDE/GHC/Compat/Parser.dyn_o )
  14497. 1423.38 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.o, dist/build/Development/IDE/GHC/Compat/Plugins.dyn_o )
  14498. 1423.38 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.o, dist/build/Development/IDE/GHC/Compat.dyn_o )
  14499. 1423.38 s [ghcide]
  14500. 1423.38 s [ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  14501. 1423.38 s [ghcide] Pattern match(es) are non-exhaustive
  14502. 1423.38 s [ghcide] In a pattern binding:
  14503. 1423.38 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  14504. 1423.38 s [ghcide] |
  14505. 1423.38 s [ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
  14506. 1423.38 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14507. 1423.38 s [ghcide]
  14508. 1423.38 s [ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning: [GHC-38417] [-Wmissing-signatures]
  14509. 1423.38 s [ghcide] Top-level binding with no type signature:
  14510. 1423.38 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  14511. 1423.38 s [ghcide] |
  14512. 1423.38 s [ghcide] 519 | extract_cons (NewTypeCon x) = [x]
  14513. 1423.38 s [ghcide] | ^^^^^^^^^^^^
  14514. 1423.80 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 )
  14515. 1423.89 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 )
  14516. 1424.40 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 )
  14517. 1424.40 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 )
  14518. 1424.40 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 )
  14519. 1424.40 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 )
  14520. 1424.40 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 )
  14521. 1424.74 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 )
  14522. 1425.18 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 )
  14523. 1425.18 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 )
  14524. 1425.18 s [ghcide]
  14525. 1425.18 s [ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning: [-Wunused-imports]
  14526. 1425.18 s [ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
  14527. 1425.18 s [ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
  14528. 1425.18 s [ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
  14529. 1425.18 s [ghcide] |
  14530. 1425.18 s [ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
  14531. 1425.18 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14532. 1425.18 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 )
  14533. 1426.31 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 )
  14534. 1426.31 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 )
  14535. 1426.31 s [ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, dist/build/Development/IDE/Plugin/Completions/Types.o, dist/build/Development/IDE/Plugin/Completions/Types.dyn_o )
  14536. 1427.00 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 )
  14537. 1427.02 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 )
  14538. 1427.02 s [ghcide]
  14539. 1427.02 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [-Wunused-imports]
  14540. 1427.02 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  14541. 1427.02 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  14542. 1427.02 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  14543. 1427.02 s [ghcide] |
  14544. 1427.02 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  14545. 1427.02 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14546. 1427.02 s [ghcide]
  14547. 1427.02 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [-Wunused-imports]
  14548. 1427.02 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  14549. 1427.02 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  14550. 1427.02 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  14551. 1427.02 s [ghcide] |
  14552. 1427.02 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  14553. 1427.02 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14554. 1427.02 s [ghcide]
  14555. 1427.02 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [-Wunused-imports]
  14556. 1427.02 s [ghcide] The import of ‘System.Directory’ is redundant
  14557. 1427.02 s [ghcide] except perhaps to import instances from ‘System.Directory’
  14558. 1427.02 s [ghcide] To import instances alone, use: import System.Directory()
  14559. 1427.02 s [ghcide] |
  14560. 1427.02 s [ghcide] 30 | import System.Directory (makeAbsolute)
  14561. 1427.02 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14562. 1427.02 s [ghcide]
  14563. 1427.02 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [-Wunused-matches]
  14564. 1427.02 s [ghcide] Defined but not used: ‘mod_cache’
  14565. 1427.02 s [ghcide] |
  14566. 1427.02 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  14567. 1427.02 s [ghcide] | ^^^^^^^^^
  14568. 1427.02 s [ghcide]
  14569. 1427.02 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [-Wunused-matches]
  14570. 1427.02 s [ghcide] Defined but not used: ‘file_cache’
  14571. 1427.02 s [ghcide] |
  14572. 1427.02 s [ghcide] 57 | file_cache <- newIORef M.empty
  14573. 1427.02 s [ghcide] | ^^^^^^^^^^
  14574. 1427.02 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 )
  14575. 1427.02 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 )
  14576. 1427.02 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 )
  14577. 1427.17 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 )
  14578. 1427.25 s [ghcide]
  14579. 1427.25 s [ghcide] src/Development/IDE/Core/RuleTypes.hs:26:1: warning: [-Wdodgy-imports]
  14580. 1427.25 s [ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
  14581. 1427.25 s [ghcide] |
  14582. 1427.25 s [ghcide] 26 | import Development.IDE.GHC.Compat hiding
  14583. 1427.25 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14584. 1428.68 s [lsp-test] unoverrides global message timeout [✔]
  14585. 1428.68 s [lsp-test] SessionException
  14586. 1428.73 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 )
  14587. 1428.73 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 )
  14588. 1428.73 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 )
  14589. 1428.73 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 )
  14590. 1428.73 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 )
  14591. 1428.73 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 )
  14592. 1428.97 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 )
  14593. 1429.17 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 )
  14594. 1429.17 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 )
  14595. 1432.07 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 )
  14596. 1434.94 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 )
  14597. 1434.94 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 )
  14598. 1434.94 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 )
  14599. 1434.94 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 )
  14600. 1434.94 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 )
  14601. 1435.28 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 )
  14602. 1435.28 s [ghcide]
  14603. 1435.28 s [ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning: [-Wunused-imports]
  14604. 1435.28 s [ghcide] The qualified import of ‘Data.Aeson’ is redundant
  14605. 1435.28 s [ghcide] except perhaps to import instances from ‘Data.Aeson’
  14606. 1435.28 s [ghcide] To import instances alone, use: import Data.Aeson()
  14607. 1435.28 s [ghcide] |
  14608. 1435.28 s [ghcide] 32 | import qualified Data.Aeson as Aeson
  14609. 1435.28 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14610. 1435.28 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 )
  14611. 1435.28 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 )
  14612. 1435.28 s [ghcide]
  14613. 1435.28 s [ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning: [-Wunused-imports]
  14614. 1435.28 s [ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
  14615. 1435.28 s [ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
  14616. 1435.28 s [ghcide] To import instances alone, use: import Data.List.NonEmpty()
  14617. 1435.28 s [ghcide] |
  14618. 1435.28 s [ghcide] 66 | import qualified Data.List.NonEmpty as NE
  14619. 1435.28 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14620. 1435.28 s [ghcide]
  14621. 1435.28 s [ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning: [-Wunused-imports]
  14622. 1435.28 s [ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
  14623. 1435.28 s [ghcide] |
  14624. 1435.28 s [ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime)
  14625. 1435.28 s [ghcide] | ^^^^^^^^^^^^^^
  14626. 1435.28 s [ghcide]
  14627. 1435.28 s [ghcide] src/Development/IDE/Core/Compile.hs:80:1: warning: [-Wdodgy-imports]
  14628. 1435.28 s [ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
  14629. 1435.28 s [ghcide] |
  14630. 1435.28 s [ghcide] 80 | import Development.IDE.GHC.Compat hiding (assert,
  14631. 1435.28 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14632. 1435.28 s [ghcide]
  14633. 1435.28 s [ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning: [-Wunused-imports]
  14634. 1435.28 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  14635. 1435.28 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  14636. 1435.28 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  14637. 1435.28 s [ghcide] |
  14638. 1435.28 s [ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
  14639. 1435.28 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14640. 1435.28 s [ghcide]
  14641. 1435.28 s [ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning: [-Wunused-imports]
  14642. 1435.28 s [ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
  14643. 1435.28 s [ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
  14644. 1435.28 s [ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
  14645. 1435.28 s [ghcide] |
  14646. 1435.28 s [ghcide] 140 | import Development.IDE.Import.FindImports
  14647. 1435.28 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14648. 1435.28 s [ghcide]
  14649. 1435.28 s [ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning: [-Wunused-matches]
  14650. 1435.28 s [ghcide] Defined but not used: ‘dep_info’
  14651. 1435.28 s [ghcide] |
  14652. 1435.28 s [ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
  14653. 1435.28 s [ghcide] | ^^^^^^^^
  14654. 1435.28 s [ghcide]
  14655. 1435.28 s [ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning: [-Wunused-matches]
  14656. 1435.28 s [ghcide] Defined but not used: ‘hsc_env’
  14657. 1435.28 s [ghcide] |
  14658. 1435.28 s [ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
  14659. 1435.28 s [ghcide] | ^^^^^^^
  14660. 1435.66 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 )
  14661. 1435.90 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 )
  14662. 1436.76 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 )
  14663. 1436.76 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 )
  14664. 1436.76 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 )
  14665. 1436.76 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 )
  14666. 1436.76 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 )
  14667. 1437.07 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 )
  14668. 1437.09 s [ghcide]
  14669. 1437.09 s [ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning: [-Wunused-imports]
  14670. 1437.09 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  14671. 1437.09 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  14672. 1437.09 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  14673. 1437.09 s [ghcide] |
  14674. 1437.09 s [ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  14675. 1437.09 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14676. 1437.09 s [ghcide]
  14677. 1437.09 s [ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning: [GHC-02256] [-Wambiguous-fields]
  14678. 1437.09 s [ghcide] The record update def
  14679. 1437.09 s [ghcide] {fullModuleGraph} with type GhcSessionDepsConfig is ambiguous.
  14680. 1437.09 s [ghcide] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
  14681. 1437.09 s [ghcide] |
  14682. 1437.09 s [ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph}
  14683. 1437.09 s [ghcide] | ^^^^^^^^^^^^^^^
  14684. 1438.68 s [lsp-test] throw on time out [✔]
  14685. 1439.03 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 )
  14686. 1442.57 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 )
  14687. 1442.58 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 )
  14688. 1442.58 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.o, dist/build/Development/IDE.dyn_o )
  14689. 1442.58 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 )
  14690. 1442.58 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 )
  14691. 1442.58 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 )
  14692. 1442.58 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 )
  14693. 1442.58 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 )
  14694. 1442.58 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 )
  14695. 1442.58 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 )
  14696. 1442.58 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 )
  14697. 1442.58 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 )
  14698. 1442.61 s [ghcide]
  14699. 1442.61 s [ghcide] src/Development/IDE/Main.hs:18:1: warning: [-Wunused-imports]
  14700. 1442.61 s [ghcide] The import of ‘Control.Exception.Safe’ is redundant
  14701. 1442.61 s [ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
  14702. 1442.61 s [ghcide] To import instances alone, use: import Control.Exception.Safe()
  14703. 1442.61 s [ghcide] |
  14704. 1442.61 s [ghcide] 18 | import Control.Exception.Safe (SomeException,
  14705. 1442.61 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14706. 1444.68 s [lsp-test] don't throw when no time out [✔]
  14707. 1444.68 s [lsp-test] UnexpectedMessageException
  14708. 1444.68 s [lsp-test] throws when there's an unexpected message [✔]
  14709. 1444.68 s [lsp-test] provides the correct types that were expected and received [✔]
  14710. 1444.68 s [lsp-test] config
  14711. 1444.68 s [lsp-test] updates config correctly [✔]
  14712. 1444.68 s [lsp-test] text document VFS
  14713. 1444.69 s [lsp-test] sends back didChange notifications (documentChanges) [✔]
  14714. 1444.69 s [lsp-test] sends back didChange notifications [✔]
  14715. 1444.69 s [lsp-test] getDocumentEdit
  14716. 1444.69 s [lsp-test] automatically consumes applyedit requests [✔]
  14717. 1444.69 s [lsp-test] getCodeActions
  14718. 1444.86 s [ghcide]
  14719. 1444.86 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  14720. 1444.86 s [ghcide] The following packages were specified via -package or -package-id flags,
  14721. 1444.86 s [ghcide] but were not needed for compilation:
  14722. 1444.86 s [ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u)
  14723. 1444.88 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.p_o )
  14724. 1445.27 s [ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.p_o )
  14725. 1445.73 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.p_o )
  14726. 1445.73 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.p_o )
  14727. 1446.68 s [ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.p_o )
  14728. 1446.68 s [ghcide]
  14729. 1446.68 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [-Wunused-imports]
  14730. 1446.68 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  14731. 1446.68 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  14732. 1446.68 s [ghcide] |
  14733. 1446.68 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  14734. 1446.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14735. 1446.68 s [ghcide]
  14736. 1446.68 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [-Wunused-imports]
  14737. 1446.68 s [ghcide] The import of ‘Exception, fromException’
  14738. 1446.68 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  14739. 1446.68 s [ghcide] |
  14740. 1446.68 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  14741. 1446.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14742. 1446.68 s [ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, dist/build/Development/IDE/GHC/Compat/CmdLine.p_o )
  14743. 1446.68 s [ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, dist/build/Development/IDE/GHC/Compat/Core.p_o )
  14744. 1446.68 s [ghcide]
  14745. 1446.68 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:462:1: warning: [-Wdodgy-imports]
  14746. 1446.68 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’
  14747. 1446.68 s [ghcide] |
  14748. 1446.68 s [ghcide] 462 | import GHC.Tc.Utils.Monad hiding (Applicative (..), IORef,
  14749. 1446.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14750. 1446.68 s [ghcide]
  14751. 1446.68 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning: [-Wunused-imports]
  14752. 1446.68 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  14753. 1446.68 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  14754. 1446.68 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  14755. 1446.68 s [ghcide] |
  14756. 1446.68 s [ghcide] 498 | import GHC.Data.Bag
  14757. 1446.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14758. 1446.68 s [ghcide]
  14759. 1446.68 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:571:1: warning: [-Wunused-imports]
  14760. 1446.68 s [ghcide] The import of ‘GHC.Hs’ is redundant
  14761. 1446.68 s [ghcide] except perhaps to import instances from ‘GHC.Hs’
  14762. 1446.68 s [ghcide] To import instances alone, use: import GHC.Hs()
  14763. 1446.68 s [ghcide] |
  14764. 1446.68 s [ghcide] 571 | import GHC.Hs (SrcSpanAnn')
  14765. 1446.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14766. 1446.68 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 )
  14767. 1446.68 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 )
  14768. 1446.68 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.p_o )
  14769. 1446.68 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.p_o )
  14770. 1446.68 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.p_o )
  14771. 1446.68 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.p_o )
  14772. 1446.68 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.p_o )
  14773. 1446.68 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.p_o )
  14774. 1446.68 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.p_o )
  14775. 1446.68 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.p_o )
  14776. 1446.68 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.p_o )
  14777. 1446.68 s [ghcide]
  14778. 1446.68 s [ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  14779. 1446.68 s [ghcide] Pattern match(es) are non-exhaustive
  14780. 1446.68 s [ghcide] In a pattern binding:
  14781. 1446.68 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  14782. 1446.68 s [ghcide] |
  14783. 1446.68 s [ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
  14784. 1446.68 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14785. 1446.68 s [ghcide]
  14786. 1446.68 s [ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning: [GHC-38417] [-Wmissing-signatures]
  14787. 1446.68 s [lsp-test] tests: <file descriptor: 7>: hPutBuf: resource vanished (Broken pipe)
  14788. 1446.68 s [ghcide] Top-level binding with no type signature:
  14789. 1446.68 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  14790. 1446.68 s [ghcide] |
  14791. 1446.68 s [ghcide] 519 | extract_cons (NewTypeCon x) = [x]
  14792. 1446.68 s [ghcide] | ^^^^^^^^^^^^
  14793. 1446.68 s [lsp-test] tests: <file descriptor: 25>: hPutBuf: resource vanished (Broken pipe)
  14794. 1446.69 s [lsp-test] tests: <file descriptor: 17>: hPutBuf: resource vanished (Broken pipe)
  14795. 1446.69 s [lsp-test] tests: <file descriptor: 18>: hPutBuf: resource vanished (Broken pipe)
  14796. 1446.69 s [lsp-test] works [✔]
  14797. 1446.69 s [lsp-test] getAllCodeActions
  14798. 1447.07 s [ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.p_o )
  14799. 1447.22 s [ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, dist/build/Development/IDE/GHC/CoreFile.p_o )
  14800. 1447.62 s [ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.p_o )
  14801. 1447.64 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 )
  14802. 1447.64 s [ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.p_o )
  14803. 1447.64 s [ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.p_o )
  14804. 1447.64 s [ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.p_o )
  14805. 1447.89 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 )
  14806. 1448.69 s [lsp-test] works [✔]
  14807. 1448.69 s [lsp-test] getDocumentSymbols
  14808. 1448.70 s [lsp-test] works [✔]
  14809. 1448.70 s [lsp-test] applyEdit
  14810. 1448.70 s [lsp-test] increments the version [✔]
  14811. 1448.70 s [lsp-test] changes the document contents [✔]
  14812. 1448.70 s [lsp-test] getCompletions
  14813. 1448.70 s [lsp-test] works [✔]
  14814. 1448.70 s [lsp-test] waitForDiagnosticsSource
  14815. 1448.96 s [ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, dist/build/Development/IDE/GHC/Util.p_o )
  14816. 1448.96 s [ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, dist/build/Development/IDE/GHC/Orphans.p_o )
  14817. 1448.96 s [ghcide]
  14818. 1448.96 s [ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning: [-Wunused-imports]
  14819. 1448.96 s [ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
  14820. 1448.96 s [ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
  14821. 1448.96 s [ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
  14822. 1448.96 s [ghcide] |
  14823. 1448.96 s [ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
  14824. 1448.96 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14825. 1448.96 s [ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.p_o )
  14826. 1449.47 s [ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.p_o )
  14827. 1449.47 s [ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.p_o )
  14828. 1449.47 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 )
  14829. 1450.70 s [lsp-test] tests: <file descriptor: 8>: hPutBuf: resource vanished (Broken pipe)
  14830. 1450.70 s [lsp-test] tests: <file descriptor: 26>: hPutBuf: resource vanished (Broken pipe)
  14831. 1450.71 s [lsp-test] works [✔]
  14832. 1450.71 s [lsp-test] getHover
  14833. 1450.71 s [lsp-test] works [✔]
  14834. 1450.71 s [lsp-test] closeDoc
  14835. 1450.71 s [lsp-test] works [✔]
  14836. 1450.71 s [lsp-test] satisfy
  14837. 1450.71 s [lsp-test] works [✔]
  14838. 1450.71 s [lsp-test] satisfyMaybe
  14839. 1450.71 s [lsp-test] returns matched data on match [✔]
  14840. 1450.71 s [lsp-test] doesn't return if no match [✔]
  14841. 1450.71 s [lsp-test] ignoreLogNotifications
  14842. 1452.21 s [ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.p_o )
  14843. 1452.21 s [ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.p_o )
  14844. 1452.21 s [ghcide]
  14845. 1452.21 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [-Wunused-imports]
  14846. 1452.21 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  14847. 1452.21 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  14848. 1452.21 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  14849. 1452.21 s [ghcide] |
  14850. 1452.21 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  14851. 1452.21 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14852. 1452.21 s [ghcide]
  14853. 1452.21 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [-Wunused-imports]
  14854. 1452.21 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  14855. 1452.21 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  14856. 1452.21 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  14857. 1452.21 s [ghcide] |
  14858. 1452.21 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  14859. 1452.21 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14860. 1452.21 s [ghcide]
  14861. 1452.21 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [-Wunused-imports]
  14862. 1452.21 s [ghcide] The import of ‘System.Directory’ is redundant
  14863. 1452.21 s [ghcide] except perhaps to import instances from ‘System.Directory’
  14864. 1452.21 s [ghcide] To import instances alone, use: import System.Directory()
  14865. 1452.21 s [ghcide] |
  14866. 1452.21 s [ghcide] 30 | import System.Directory (makeAbsolute)
  14867. 1452.21 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14868. 1452.21 s [ghcide]
  14869. 1452.21 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [-Wunused-matches]
  14870. 1452.21 s [ghcide] Defined but not used: ‘mod_cache’
  14871. 1452.21 s [ghcide] |
  14872. 1452.21 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  14873. 1452.21 s [ghcide] | ^^^^^^^^^
  14874. 1452.21 s [ghcide]
  14875. 1452.21 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [-Wunused-matches]
  14876. 1452.21 s [ghcide] Defined but not used: ‘file_cache’
  14877. 1452.21 s [ghcide] |
  14878. 1452.21 s [ghcide] 57 | file_cache <- newIORef M.empty
  14879. 1452.21 s [ghcide] | ^^^^^^^^^^
  14880. 1452.21 s [ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.p_o )
  14881. 1452.21 s [ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.p_o )
  14882. 1452.21 s [ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.p_o )
  14883. 1452.21 s [ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.p_o )
  14884. 1452.21 s [ghcide]
  14885. 1452.21 s [ghcide] src/Development/IDE/Core/RuleTypes.hs:26:1: warning: [-Wdodgy-imports]
  14886. 1452.21 s [ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
  14887. 1452.21 s [ghcide] |
  14888. 1452.21 s [ghcide] 26 | import Development.IDE.GHC.Compat hiding
  14889. 1452.21 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14890. 1452.21 s [ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.p_o )
  14891. 1452.21 s [ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.p_o )
  14892. 1452.21 s [ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.p_o )
  14893. 1452.21 s [ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.p_o )
  14894. 1452.21 s [ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.p_o )
  14895. 1452.21 s [ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.p_o )
  14896. 1452.25 s [ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.p_o )
  14897. 1452.51 s [ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.p_o )
  14898. 1452.51 s [ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.p_o )
  14899. 1452.71 s [lsp-test] tests: <file descriptor: 9>: hPutBuf: resource vanished (Broken pipe)
  14900. 1452.71 s [lsp-test] tests: <file descriptor: 30>: hPutBuf: resource vanished (Broken pipe)
  14901. 1452.73 s [lsp-test] tests: <file descriptor: 34>: hPutBuf: resource vanished (Broken pipe)
  14902. 1452.73 s [lsp-test] works [✔]
  14903. 1452.73 s [lsp-test] dynamic capabilities
  14904. 1452.73 s [lsp-test] keeps track [✔]
  14905. 1452.73 s [lsp-test] handles absolute patterns [✔]
  14906. 1452.73 s [lsp-test] call hierarchy
  14907. 1452.73 s [lsp-test] prepare works [✔]
  14908. 1452.73 s [lsp-test] prepare not works [✔]
  14909. 1452.73 s [lsp-test] incoming calls [✔]
  14910. 1452.73 s [lsp-test] outgoing calls [✔]
  14911. 1452.73 s [lsp-test] semantic tokens
  14912. 1452.73 s [lsp-test] full works [✔]
  14913. 1452.73 s [lsp-test] inlay hints
  14914. 1452.73 s [lsp-test] get works [✔]
  14915. 1452.73 s [lsp-test] resolve tooltip works [✔]
  14916. 1452.73 s [lsp-test]
  14917. 1452.73 s [lsp-test] Finished in 57.0624 seconds
  14918. 1452.73 s [lsp-test] 38 examples, 0 failures
  14919. 1452.73 s [lsp-test] Test suite tests: PASS
  14920. 1452.73 s [lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-tests.log
  14921. 1452.73 s [lsp-test] Test suite func-test: RUNNING...
  14922. 1452.74 s [lsp-test]
  14923. 1452.74 s [lsp-test] server-initiated progress reporting
  14924. 1452.74 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14925. 1452.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14926. 1452.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  14927. 1452.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}
  14928. 1452.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14929. 1452.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14930. 1452.74 s [lsp-test] sends updates [✔]
  14931. 1452.74 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14932. 1452.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14933. 1452.74 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  14934. 1452.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}
  14935. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (ProgressCancel (ProgressToken (InL 0))), getSeverity = Debug}
  14936. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_WindowWorkDoneProgressCancel), getSeverity = Error}
  14937. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14938. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14939. 1452.75 s [lsp-test] handles cancellation [✔]
  14940. 1452.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14941. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14942. 1452.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}
  14943. 1452.75 s [lsp-test] func-test: AsyncCancelled
  14944. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14945. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14946. 1452.75 s [lsp-test] sends end notification if thread is killed [✔]
  14947. 1452.75 s [lsp-test] client-initiated progress reporting
  14948. 1452.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14949. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14950. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  14951. 1452.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}
  14952. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14953. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14954. 1452.75 s [lsp-test] sends updates [✔]
  14955. 1452.75 s [lsp-test] workspace folders
  14956. 1452.75 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14957. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14958. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14959. 1452.75 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14960. 1452.75 s [lsp-test] keeps track of open workspace folders [✔]
  14961. 1452.75 s [lsp-test]
  14962. 1452.75 s [lsp-test] Finished in 0.0141 seconds
  14963. 1452.75 s [lsp-test] 5 examples, 0 failures
  14964. 1452.76 s [lsp-test] Test suite func-test: PASS
  14965. 1452.76 s [lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-func-test.log
  14966. 1452.76 s [lsp-test] 2 of 2 test suites (2 of 2 test cases) passed.
  14967. 1452.77 s [lsp-test] checkPhase completed in 58 seconds
  14968. 1452.77 s [lsp-test] Phase: haddockPhase
  14969. 1452.92 s [lsp-test] Preprocessing library for lsp-test-0.17.1.1..
  14970. 1452.92 s [lsp-test] Running Haddock on library for lsp-test-0.17.1.1..
  14971. 1452.93 s [lsp-test] Warning: The documentation for the following packages are not installed. No
  14972. 1452.93 s [lsp-test] links will be generated to these packages: attoparsec-0.14.4,
  14973. 1452.93 s [lsp-test] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  14974. 1453.00 s [lsp-test] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  14975. 1454.44 s [lsp-test] Warning: 'mylang' is out of scope.
  14976. 1454.44 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14977. 1454.44 s [lsp-test] Warning: 'runSession' is out of scope.
  14978. 1454.44 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14979. 1454.66 s [lsp-test] Warning: 'PublishDiagnosticsNotification' is out of scope.
  14980. 1454.66 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14981. 1454.66 s [lsp-test] Warning: 'semanticTokensFull' is out of scope.
  14982. 1454.66 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14983. 1454.66 s [lsp-test] Warning: Couldn't find .haddock for export fullLatestClientCaps
  14984. 1454.66 s [lsp-test] 91% (104 /114) in 'Language.LSP.Test'
  14985. 1454.66 s [lsp-test] Missing documentation for:
  14986. 1454.66 s [lsp-test] runSessionWithHandles' (src/Language/LSP/Test.hs:264)
  14987. 1454.66 s [lsp-test] setIgnoringLogNotifications (src/Language/LSP/Test.hs:480)
  14988. 1454.66 s [lsp-test] setIgnoringConfigurationRequests (src/Language/LSP/Test.hs:484)
  14989. 1454.66 s [lsp-test] setIgnoringRegistrationRequests (src/Language/LSP/Test.hs:488)
  14990. 1454.66 s [lsp-test] fullLatestClientCaps
  14991. 1454.66 s [lsp-test] customRequest (src/Language/LSP/Test/Parsing.hs:128)
  14992. 1454.66 s [lsp-test] customNotification (src/Language/LSP/Test/Parsing.hs:141)
  14993. 1454.66 s [lsp-test] loggingOrConfiguration (src/Language/LSP/Test/Parsing.hs:219)
  14994. 1454.66 s [lsp-test] incomingCalls (src/Language/LSP/Test.hs:1015)
  14995. 1454.66 s [lsp-test] outgoingCalls (src/Language/LSP/Test.hs:1018)
  14996. 1455.42 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.p_o )
  14997. 1456.34 s [lsp-test] Warning: Language.LSP.Test: could not find link destinations for:
  14998. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Range.Range
  14999. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Position.Position
  15000. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method
  15001. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  15002. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
  15003. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  15004. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  15005. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
  15006. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  15007. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  15008. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  15009. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  15010. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Command.Command
  15011. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  15012. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Declaration.Declaration
  15013. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DeclarationLink.DeclarationLink
  15014. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Definition.Definition
  15015. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DefinitionLink.DefinitionLink
  15016. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  15017. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  15018. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  15019. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
  15020. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  15021. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  15022. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.LanguageKind.LanguageKind
  15023. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Location.Location
  15024. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  15025. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  15026. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  15027. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  15028. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  15029. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  15030. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  15031. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  15032. 1456.34 s [lsp-test] - Language.LSP.Protocol.Types.Common.Null
  15033. 1456.34 s [lsp-test] - Language.LSP.Protocol.Types.Common.|?
  15034. 1456.34 s [lsp-test] - Language.LSP.Protocol.Types.Uri.Uri
  15035. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Method.ErrorData
  15036. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Method.MessageParams
  15037. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Method.MessageResult
  15038. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  15039. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  15040. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPublishDiagnostics
  15041. 1456.34 s [lsp-test] - Language.LSP.Protocol.Internal.Method.SMethod
  15042. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.LspId.LspId
  15043. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Meta.ClientToServer
  15044. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Meta.ServerToClient
  15045. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Meta.Notification
  15046. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Meta.Request
  15047. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Method.SClientMethod
  15048. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Method.SServerMethod
  15049. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
  15050. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Registration.SomeRegistration
  15051. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Types.TMessage
  15052. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Types.TResponseError
  15053. 1456.34 s [lsp-test] - Language.LSP.Protocol.Message.Types.TResponseMessage
  15054. 1456.35 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities'
  15055. 1456.35 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message'
  15056. 1456.35 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types'
  15057. 1458.17 s [ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, dist/build/Development/IDE/LSP/Server.p_o )
  15058. 1458.17 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.p_o )
  15059. 1458.20 s [ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.p_o )
  15060. 1458.20 s [ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.p_o )
  15061. 1458.20 s [ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.p_o )
  15062. 1458.64 s [ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.p_o )
  15063. 1458.64 s [ghcide]
  15064. 1458.64 s [ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning: [-Wunused-imports]
  15065. 1458.64 s [ghcide] The qualified import of ‘Data.Aeson’ is redundant
  15066. 1458.64 s [ghcide] except perhaps to import instances from ‘Data.Aeson’
  15067. 1458.64 s [ghcide] To import instances alone, use: import Data.Aeson()
  15068. 1458.64 s [ghcide] |
  15069. 1458.64 s [ghcide] 32 | import qualified Data.Aeson as Aeson
  15070. 1458.64 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15071. 1458.64 s [ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.p_o )
  15072. 1458.64 s [ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.p_o )
  15073. 1458.64 s [ghcide]
  15074. 1458.64 s [ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning: [-Wunused-imports]
  15075. 1458.64 s [ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
  15076. 1458.64 s [ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
  15077. 1458.64 s [ghcide] To import instances alone, use: import Data.List.NonEmpty()
  15078. 1458.64 s [ghcide] |
  15079. 1458.64 s [ghcide] 66 | import qualified Data.List.NonEmpty as NE
  15080. 1458.64 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15081. 1458.64 s [ghcide]
  15082. 1458.64 s [ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning: [-Wunused-imports]
  15083. 1458.64 s [ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
  15084. 1458.64 s [ghcide] |
  15085. 1458.64 s [ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime)
  15086. 1458.64 s [ghcide] | ^^^^^^^^^^^^^^
  15087. 1458.64 s [ghcide]
  15088. 1458.64 s [ghcide] src/Development/IDE/Core/Compile.hs:80:1: warning: [-Wdodgy-imports]
  15089. 1458.64 s [ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
  15090. 1458.64 s [ghcide] |
  15091. 1458.64 s [ghcide] 80 | import Development.IDE.GHC.Compat hiding (assert,
  15092. 1458.64 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15093. 1458.64 s [ghcide]
  15094. 1458.64 s [ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning: [-Wunused-imports]
  15095. 1458.64 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  15096. 1458.64 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  15097. 1458.64 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  15098. 1458.64 s [ghcide] |
  15099. 1458.64 s [ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
  15100. 1458.64 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15101. 1458.64 s [ghcide]
  15102. 1458.64 s [ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning: [-Wunused-imports]
  15103. 1458.64 s [ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
  15104. 1458.64 s [ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
  15105. 1458.64 s [ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
  15106. 1458.64 s [ghcide] |
  15107. 1458.64 s [ghcide] 140 | import Development.IDE.Import.FindImports
  15108. 1458.64 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15109. 1458.64 s [ghcide]
  15110. 1458.64 s [ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning: [-Wunused-matches]
  15111. 1458.64 s [ghcide] Defined but not used: ‘dep_info’
  15112. 1458.64 s [ghcide] |
  15113. 1458.64 s [ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
  15114. 1458.64 s [ghcide] | ^^^^^^^^
  15115. 1458.64 s [ghcide]
  15116. 1458.64 s [ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning: [-Wunused-matches]
  15117. 1458.64 s [ghcide] Defined but not used: ‘hsc_env’
  15118. 1458.64 s [ghcide] |
  15119. 1458.64 s [ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
  15120. 1458.64 s [ghcide] | ^^^^^^^
  15121. 1459.00 s [ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.p_o )
  15122. 1459.36 s [ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.p_o )
  15123. 1460.16 s [ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.p_o )
  15124. 1460.16 s [ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.p_o )
  15125. 1460.16 s [ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.p_o )
  15126. 1460.16 s [ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.p_o )
  15127. 1460.16 s [ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.p_o )
  15128. 1460.64 s [ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.p_o )
  15129. 1460.64 s [ghcide]
  15130. 1460.64 s [ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning: [-Wunused-imports]
  15131. 1460.64 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  15132. 1460.64 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  15133. 1460.64 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  15134. 1460.64 s [ghcide] |
  15135. 1460.64 s [ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  15136. 1460.64 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15137. 1460.64 s [ghcide]
  15138. 1460.64 s [ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning: [GHC-02256] [-Wambiguous-fields]
  15139. 1460.64 s [ghcide] The record update def
  15140. 1460.64 s [ghcide] {fullModuleGraph} with type GhcSessionDepsConfig is ambiguous.
  15141. 1460.64 s [ghcide] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
  15142. 1460.64 s [ghcide] |
  15143. 1460.64 s [ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph}
  15144. 1460.64 s [ghcide] | ^^^^^^^^^^^^^^^
  15145. 1461.30 s [lsp-test] Documentation created: dist/doc/html/lsp-test/index.html,
  15146. 1461.30 s [lsp-test] dist/doc/html/lsp-test/lsp-test.txt
  15147. 1461.34 s [lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1..
  15148. 1461.34 s [lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1..
  15149. 1461.35 s [lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1..
  15150. 1461.36 s [lsp-test] Phase: installPhase
  15151. 1461.46 s [lsp-test] Installing library in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  15152. 1461.81 s [lsp-test] Phase: fixupPhase
  15153. 1461.83 s [lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1
  15154. 1461.83 s [lsp-test] shrinking /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a-ghc9.6.3.so
  15155. 1461.87 s [lsp-test] checking for references to /build/ in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1...
  15156. 1461.89 s [lsp-test] patching script interpreter paths in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1
  15157. 1461.89 s [lsp-test] stripping (with command strip and flags -S -p) in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib
  15158. 1462.01 s [lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc
  15159. 1462.02 s [lsp-test] checking for references to /build/ in /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc...
  15160. 1462.02 s [lsp-test] patching script interpreter paths in /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc
  15161. 1462.20 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1 /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc
  15162. 1462.73 s [post-build-hook] Pushing 2 paths (297 are already present) using zstd to cache sellout ⏳
  15163. 1462.73 s [post-build-hook]
  15164. 1463.06 s [post-build-hook] Pushing /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc (1.68 MiB)
  15165. 1463.19 s [post-build-hook] Pushing /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1 (8.97 MiB)
  15166. 1464.25 s [post-build-hook]
  15167. 1464.25 s [post-build-hook] All done.
  15168. 1464.93 s [post-build-hook] Uploading to the NixCI cache: /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1 /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc
  15169. 1464.93 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  15170. 1464.93 s [post-build-hook] copying 2 paths...
  15171. 1464.93 s [post-build-hook] copying path '/nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc' to 'https://cache.nix-ci.com'...
  15172. 1464.93 s [post-build-hook] copying path '/nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1' to 'https://cache.nix-ci.com'...
  15173. 1466.82 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  15174. 1467.01 s [post-build-hook] copying 1 paths...
  15175. 1467.01 s [post-build-hook] copying path '/nix/store/6h398jng5dxrbqahycydy28mbxw8wzzs-lsp-test-0.17.1.1.drv' to 'https://cache.nix-ci.com'...
  15176. 1467.16 s Progress: 50 of 55 built (1 building), 335 of 335 downloaded from cache
  15177. 1467.16 s [ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.p_o )
  15178. 1467.16 s [ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.p_o )
  15179. 1467.16 s [ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.p_o )
  15180. 1467.16 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.p_o )
  15181. 1467.16 s [ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.p_o )
  15182. 1467.16 s [ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.p_o )
  15183. 1467.16 s [ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.p_o )
  15184. 1467.16 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.p_o )
  15185. 1467.16 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.p_o )
  15186. 1467.16 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 )
  15187. 1467.16 s [ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.p_o )
  15188. 1467.16 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 )
  15189. 1467.16 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.p_o )
  15190. 1467.16 s [ghcide]
  15191. 1467.16 s [ghcide] src/Development/IDE/Main.hs:18:1: warning: [-Wunused-imports]
  15192. 1467.16 s [ghcide] The import of ‘Control.Exception.Safe’ is redundant
  15193. 1467.16 s [ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
  15194. 1467.16 s [ghcide] To import instances alone, use: import Control.Exception.Safe()
  15195. 1467.16 s [ghcide] |
  15196. 1467.16 s [ghcide] 18 | import Control.Exception.Safe (SomeException,
  15197. 1467.16 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15198. 1473.95 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0..
  15199. 1473.99 s [ghcide] Building executable 'ghcide' for ghcide-2.10.0.0..
  15200. 1474.09 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 )
  15201. 1474.63 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 )
  15202. 1474.63 s [ghcide] [3 of 3] Compiling Main ( exe/Main.hs, dist/build/ghcide/ghcide-tmp/Main.o )
  15203. 1475.42 s [ghcide] [4 of 4] Linking dist/build/ghcide/ghcide
  15204. 1479.92 s [ghcide] buildPhase completed in 1 minutes 0 seconds
  15205. 1479.92 s [ghcide] Phase: checkPhase
  15206. 1479.98 s [ghcide] Package has no test suites.
  15207. 1479.99 s [ghcide] Phase: haddockPhase
  15208. 1480.15 s [ghcide] Preprocessing library for ghcide-2.10.0.0..
  15209. 1480.16 s [ghcide] Running Haddock on library for ghcide-2.10.0.0..
  15210. 1480.17 s [ghcide] Warning: The documentation for the following packages are not installed. No
  15211. 1480.17 s [ghcide] links will be generated to these packages: attoparsec-0.14.4,
  15212. 1480.17 s [ghcide] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
  15213. 1480.26 s [ghcide] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  15214. 1481.47 s [ghcide]
  15215. 1481.47 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  15216. 1481.47 s [ghcide] The following packages were specified via -package or -package-id flags,
  15217. 1481.47 s [ghcide] but were not needed for compilation:
  15218. 1481.47 s [ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u)
  15219. 1481.50 s [ghcide] 95% ( 79 / 83) in 'Control.Concurrent.Strict'
  15220. 1481.50 s [ghcide] Missing documentation for:
  15221. 1481.50 s [ghcide] Module header
  15222. 1481.50 s [ghcide] modifyVar (src/Control/Concurrent/Strict.hs:26)
  15223. 1481.50 s [ghcide] modifyVar_ (src/Control/Concurrent/Strict.hs:34)
  15224. 1481.50 s [ghcide] addMVarFinalizer
  15225. 1481.78 s [ghcide] 60% ( 3 / 5) in 'Development.IDE.Core.Debouncer'
  15226. 1481.78 s [ghcide] Missing documentation for:
  15227. 1481.78 s [ghcide] Module header
  15228. 1481.78 s [ghcide] registerEvent (src/Development/IDE/Core/Debouncer.hs:30)
  15229. 1481.79 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Core.FileUtils'
  15230. 1481.79 s [ghcide] Missing documentation for:
  15231. 1481.79 s [ghcide] Module header
  15232. 1481.79 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:25)
  15233. 1481.88 s [ghcide] 20% ( 4 / 20) in 'Development.IDE.Core.PositionMapping'
  15234. 1481.88 s [ghcide] Missing documentation for:
  15235. 1481.88 s [ghcide] Module header
  15236. 1481.88 s [ghcide] PositionMapping (src/Development/IDE/Core/PositionMapping.hs:93)
  15237. 1481.88 s [ghcide] lowerRange (src/Development/IDE/Core/PositionMapping.hs:48)
  15238. 1481.88 s [ghcide] upperRange (src/Development/IDE/Core/PositionMapping.hs:52)
  15239. 1481.88 s [ghcide] positionResultToMaybe (src/Development/IDE/Core/PositionMapping.hs:56)
  15240. 1481.88 s [ghcide] fromCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:85)
  15241. 1481.88 s [ghcide] toCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:88)
  15242. 1481.88 s [ghcide] PositionDelta (src/Development/IDE/Core/PositionMapping.hs:74)
  15243. 1481.88 s [ghcide] idDelta (src/Development/IDE/Core/PositionMapping.hs:115)
  15244. 1481.88 s [ghcide] toCurrentRange (src/Development/IDE/Core/PositionMapping.hs:95)
  15245. 1481.88 s [ghcide] fromCurrentRange (src/Development/IDE/Core/PositionMapping.hs:99)
  15246. 1481.88 s [ghcide] applyChange (src/Development/IDE/Core/PositionMapping.hs:132)
  15247. 1481.88 s [ghcide] zeroMapping (src/Development/IDE/Core/PositionMapping.hs:103)
  15248. 1481.88 s [ghcide] deltaFromDiff (src/Development/IDE/Core/PositionMapping.hs:193)
  15249. 1481.88 s [ghcide] toCurrent (src/Development/IDE/Core/PositionMapping.hs:139)
  15250. 1481.88 s [ghcide] fromCurrent (src/Development/IDE/Core/PositionMapping.hs:165)
  15251. 1481.91 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Core.WorkerThread'
  15252. 1481.91 s [ghcide] Missing documentation for:
  15253. 1481.91 s [ghcide] Module header
  15254. 1481.92 s [ghcide]
  15255. 1481.92 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [-Wunused-imports]
  15256. 1481.92 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  15257. 1481.92 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  15258. 1481.92 s [ghcide] |
  15259. 1481.92 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  15260. 1481.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15261. 1481.92 s [ghcide]
  15262. 1481.92 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [-Wunused-imports]
  15263. 1481.92 s [ghcide] The import of ‘Exception, fromException’
  15264. 1481.92 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  15265. 1481.92 s [ghcide] |
  15266. 1481.92 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  15267. 1481.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  15268. 1481.96 s [ghcide] 20% ( 2 / 10) in 'Development.IDE.GHC.Compat.CmdLine'
  15269. 1481.96 s [ghcide] Missing documentation for:
  15270. 1481.96 s [ghcide] CmdLineP
  15271. 1481.96 s [ghcide] getCmdLineState
  15272. 1481.96 s [ghcide] putCmdLineState
  15273. 1481.96 s [ghcide] Flag
  15274. 1481.96 s [ghcide] OptKind
  15275. 1481.96 s [ghcide] EwM
  15276. 1481.96 s [ghcide] defFlag
  15277. 1481.96 s [ghcide] liftEwM
  15278. 1482.62 s [ghcide] Warning: Couldn't find .haddock for export gre_name
  15279. 1482.62 s [ghcide] Warning: Couldn't find .haddock for export gre_imp
  15280. 1482.62 s [ghcide] Warning: Couldn't find .haddock for export gre_lcl
  15281. 1482.62 s [ghcide] Warning: Couldn't find .haddock for export gre_par
  15282. 1482.70 s [ghcide] 25% (838 /3351) in 'Development.IDE.GHC.Compat.Core'
  15283. 1482.70 s [ghcide] Missing documentation for:
  15284. 1482.70 s [ghcide] extensions
  15285. 1482.70 s [ghcide] extensionFlags
  15286. 1482.70 s [ghcide] targetPlatform
  15287. 1482.70 s [ghcide] generalFlags
  15288. 1482.70 s [ghcide] warningFlags
  15289. 1482.70 s [ghcide] topDir
  15290. 1482.70 s [ghcide] hiDir
  15291. 1482.70 s [ghcide] tmpDir
  15292. 1482.70 s [ghcide] importPaths
  15293. 1482.70 s [ghcide] useColor
  15294. 1482.70 s [ghcide] canUseColor
  15295. 1482.70 s [ghcide] useUnicode
  15296. 1482.70 s [ghcide] objectDir
  15297. 1482.70 s [ghcide] setImportPaths (src/Development/IDE/GHC/Compat/Core.hs:620)
  15298. 1482.70 s [ghcide] outputFile
  15299. 1482.70 s [ghcide] setOutputFile
  15300. 1482.70 s [ghcide] needWiredInHomeIface
  15301. 1482.70 s [ghcide] importDecl
  15302. 1482.70 s [ghcide] sPgm_F
  15303. 1482.70 s [ghcide] FlagSpec
  15304. 1482.70 s [ghcide] WarningFlag
  15305. 1482.70 s [ghcide] ExposePackage (src/Development/IDE/GHC/Compat/Core.hs:623)
  15306. 1482.70 s [ghcide] setUnsafeGlobalDynFlags
  15307. 1482.70 s [ghcide] scaledThing
  15308. 1482.70 s [ghcide] IfaceTyCon
  15309. 1482.70 s [ghcide] ModIface
  15310. 1482.70 s [ghcide] HscSource
  15311. 1482.70 s [ghcide] WhereFrom
  15312. 1482.70 s [ghcide] loadInterface
  15313. 1482.70 s [ghcide] RecompileRequired
  15314. 1482.70 s [ghcide] mkPartialIface
  15315. 1482.70 s [ghcide] Fixity
  15316. 1482.70 s [ghcide] defaultFixity
  15317. 1482.70 s [ghcide] lookupFixityRn
  15318. 1482.70 s [ghcide] Type
  15319. 1482.70 s [ghcide] FunTy (src/Development/IDE/GHC/Compat/Core.hs:640)
  15320. 1482.70 s [ghcide] ConPatIn (src/Development/IDE/GHC/Compat/Core.hs:678)
  15321. 1482.70 s [ghcide] conPatDetails (src/Development/IDE/GHC/Compat/Core.hs:689)
  15322. 1482.70 s [ghcide] mapConPatDetail (src/Development/IDE/GHC/Compat/Core.hs:693)
  15323. 1482.70 s [ghcide] SourceText
  15324. 1482.70 s [ghcide] AvailName (src/Development/IDE/GHC/Compat/Core.hs:604)
  15325. 1482.70 s [ghcide] AvailFL (src/Development/IDE/GHC/Compat/Core.hs:611)
  15326. 1482.70 s [ghcide] AvailTC (src/Development/IDE/GHC/Compat/Core.hs:595)
  15327. 1482.70 s [ghcide] availsToNameSet
  15328. 1482.70 s [ghcide] ParsedSource
  15329. 1482.70 s [ghcide] RenamedSource
  15330. 1482.70 s [ghcide] unGhc
  15331. 1482.70 s [ghcide] getSession
  15332. 1482.70 s [ghcide] setSessionDynFlags
  15333. 1482.70 s [ghcide] runHsc
  15334. 1482.70 s [ghcide] compileFile
  15335. 1482.70 s [ghcide] hscInteractive
  15336. 1482.70 s [ghcide] hscUpdateHPT
  15337. 1482.70 s [ghcide] makeSimpleDetails (src/Development/IDE/GHC/Compat/Core.hs:745)
  15338. 1482.70 s [ghcide] tcSplitForAllTyVarBinder_maybe
  15339. 1482.70 s [ghcide] typecheckIface
  15340. 1482.70 s [ghcide] mkIfaceTc (src/Development/IDE/GHC/Compat/Core.hs:750)
  15341. 1482.70 s [ghcide] mkBootModDetailsTc (src/Development/IDE/GHC/Compat/Core.hs:758)
  15342. 1482.70 s [ghcide] initTidyOpts (src/Development/IDE/GHC/Compat/Core.hs:763)
  15343. 1482.70 s [ghcide] driverNoStop (src/Development/IDE/GHC/Compat/Core.hs:767)
  15344. 1482.70 s [ghcide] tidyProgram
  15345. 1482.70 s [ghcide] ImportedModsVal
  15346. 1482.70 s [ghcide] importedByUser
  15347. 1482.70 s [ghcide] TypecheckedSource
  15348. 1482.70 s [ghcide] HasSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:647)
  15349. 1482.70 s [ghcide] Located
  15350. 1482.70 s [ghcide] unLoc
  15351. 1482.70 s [ghcide] getLoc (src/Development/IDE/GHC/Compat/Core.hs:648)
  15352. 1482.70 s [ghcide] getLocA
  15353. 1482.70 s [ghcide] locA
  15354. 1482.70 s [ghcide] noLocA
  15355. 1482.70 s [ghcide] unLocA (src/Development/IDE/GHC/Compat/Core.hs:726)
  15356. 1482.70 s [ghcide] LocatedAn (src/Development/IDE/GHC/Compat/Core.hs:724)
  15357. 1482.70 s [ghcide] LocatedA
  15358. 1482.70 s [ghcide] RealLocated
  15359. 1482.70 s [ghcide] RealSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:583)
  15360. 1482.70 s [ghcide] RealSrcLoc (src/Development/IDE/GHC/Compat/Core.hs:590)
  15361. 1482.70 s [ghcide] mkRealSrcLoc
  15362. 1482.70 s [ghcide] getRealSrcSpan
  15363. 1482.70 s [ghcide] realSrcLocSpan
  15364. 1482.70 s [ghcide] realSrcSpanStart
  15365. 1482.70 s [ghcide] realSrcSpanEnd
  15366. 1482.70 s [ghcide] isSubspanOfA (src/Development/IDE/GHC/Compat/Core.hs:721)
  15367. 1482.70 s [ghcide] srcSpanStartLine
  15368. 1482.70 s [ghcide] srcSpanStartCol
  15369. 1482.70 s [ghcide] srcSpanEndLine
  15370. 1482.70 s [ghcide] srcSpanEndCol
  15371. 1482.70 s [ghcide] srcSpanFile
  15372. 1482.70 s [ghcide] noLoc
  15373. 1482.70 s [ghcide] mapLoc (src/Development/IDE/GHC/Compat/Core.hs:784)
  15374. 1482.70 s [ghcide] mkHomeModLocation (src/Development/IDE/GHC/Compat/Core.hs:574)
  15375. 1482.70 s [ghcide] findObjectLinkableMaybe
  15376. 1482.70 s [ghcide] InstalledFindResult
  15377. 1482.70 s [ghcide] PackageName
  15378. 1482.70 s [ghcide] unload (src/Development/IDE/GHC/Compat/Core.hs:714)
  15379. 1482.70 s [ghcide] Hooks
  15380. 1482.70 s [ghcide] runMetaHook
  15381. 1482.70 s [ghcide] MetaHook
  15382. 1482.70 s [ghcide] metaRequestE
  15383. 1482.70 s [ghcide] metaRequestP
  15384. 1482.70 s [ghcide] metaRequestT
  15385. 1482.70 s [ghcide] metaRequestD
  15386. 1482.70 s [ghcide] metaRequestAW
  15387. 1482.70 s [ghcide] addToHpt
  15388. 1482.70 s [ghcide] addListToHpt
  15389. 1482.70 s [ghcide] TargetId
  15390. 1482.70 s [ghcide] mkSimpleTarget (src/Development/IDE/GHC/Compat/Core.hs:815)
  15391. 1482.70 s [ghcide] initObjLinker (src/Development/IDE/GHC/Compat/Core.hs:698)
  15392. 1482.70 s [ghcide] loadDLL (src/Development/IDE/GHC/Compat/Core.hs:702)
  15393. 1482.70 s [ghcide] InteractiveImport
  15394. 1482.70 s [ghcide] parseImportDecl
  15395. 1482.70 s [ghcide] runDecls
  15396. 1482.70 s [ghcide] GRE (src/Development/IDE/GHC/Compat/Core.hs:730)
  15397. 1482.70 s [ghcide] gre_name
  15398. 1482.70 s [ghcide] gre_imp
  15399. 1482.70 s [ghcide] gre_lcl
  15400. 1482.70 s [ghcide] gre_par
  15401. 1482.70 s [ghcide] collectHsBindsBinders (src/Development/IDE/GHC/Compat/Core.hs:740)
  15402. 1482.70 s [ghcide] hasKey
  15403. 1482.70 s [ghcide] allNameStrings
  15404. 1482.70 s [ghcide] allNameStringList
  15405. 1482.70 s [ghcide] itName
  15406. 1482.70 s [ghcide] mkUnboundName
  15407. 1482.70 s [ghcide] isUnboundName
  15408. 1482.70 s [ghcide] basicKnownKeyNames
  15409. 1482.70 s [ghcide] genericTyConNames
  15410. 1482.70 s [ghcide] pRELUDE
  15411. 1482.70 s [ghcide] gHC_PRIM
  15412. 1482.70 s [ghcide] gHC_PRIM_PANIC
  15413. 1482.70 s [ghcide] gHC_TYPES
  15414. 1482.70 s [ghcide] gHC_MAGIC
  15415. 1482.70 s [ghcide] gHC_MAGIC_DICT
  15416. 1482.70 s [ghcide] gHC_CSTRING
  15417. 1482.71 s [ghcide] gHC_CLASSES
  15418. 1482.71 s [ghcide] gHC_PRIMOPWRAPPERS
  15419. 1482.71 s [ghcide] gHC_BASE
  15420. 1482.71 s [ghcide] gHC_ENUM
  15421. 1482.71 s [ghcide] gHC_GHCI
  15422. 1482.71 s [ghcide] gHC_GHCI_HELPERS
  15423. 1482.71 s [ghcide] gHC_SHOW
  15424. 1482.71 s [ghcide] gHC_READ
  15425. 1482.71 s [ghcide] gHC_NUM
  15426. 1482.71 s [ghcide] gHC_MAYBE
  15427. 1482.71 s [ghcide] gHC_NUM_INTEGER
  15428. 1482.71 s [ghcide] gHC_NUM_NATURAL
  15429. 1482.71 s [ghcide] gHC_NUM_BIGNAT
  15430. 1482.71 s [ghcide] gHC_LIST
  15431. 1482.71 s [ghcide] gHC_TUPLE
  15432. 1482.71 s [ghcide] gHC_TUPLE_PRIM
  15433. 1482.71 s [ghcide] dATA_EITHER
  15434. 1482.71 s [ghcide] dATA_LIST
  15435. 1482.71 s [ghcide] dATA_STRING
  15436. 1482.71 s [ghcide] dATA_FOLDABLE
  15437. 1482.71 s [ghcide] dATA_TRAVERSABLE
  15438. 1482.71 s [ghcide] gHC_CONC
  15439. 1482.71 s [ghcide] gHC_IO
  15440. 1482.71 s [ghcide] gHC_IO_Exception
  15441. 1482.71 s [ghcide] gHC_ST
  15442. 1482.71 s [ghcide] gHC_IX
  15443. 1482.71 s [ghcide] gHC_STABLE
  15444. 1482.71 s [ghcide] gHC_PTR
  15445. 1482.71 s [ghcide] gHC_ERR
  15446. 1482.71 s [ghcide] gHC_REAL
  15447. 1482.71 s [ghcide] gHC_FLOAT
  15448. 1482.71 s [ghcide] gHC_TOP_HANDLER
  15449. 1482.71 s [ghcide] sYSTEM_IO
  15450. 1482.71 s [ghcide] dYNAMIC
  15451. 1482.71 s [ghcide] tYPEABLE
  15452. 1482.71 s [ghcide] tYPEABLE_INTERNAL
  15453. 1482.71 s [ghcide] gENERICS
  15454. 1482.71 s [ghcide] rEAD_PREC
  15455. 1482.71 s [ghcide] lEX
  15456. 1482.71 s [ghcide] gHC_INT
  15457. 1482.71 s [ghcide] gHC_WORD
  15458. 1482.71 s [ghcide] mONAD
  15459. 1482.71 s [ghcide] mONAD_FIX
  15460. 1482.71 s [ghcide] mONAD_ZIP
  15461. 1482.71 s [ghcide] mONAD_FAIL
  15462. 1482.71 s [ghcide] aRROW
  15463. 1482.71 s [ghcide] gHC_DESUGAR
  15464. 1482.71 s [ghcide] rANDOM
  15465. 1482.71 s [ghcide] gHC_EXTS
  15466. 1482.71 s [ghcide] gHC_IS_LIST
  15467. 1482.71 s [ghcide] cONTROL_EXCEPTION_BASE
  15468. 1482.71 s [ghcide] gHC_GENERICS
  15469. 1482.71 s [ghcide] gHC_TYPEERROR
  15470. 1482.71 s [ghcide] gHC_TYPELITS
  15471. 1482.71 s [ghcide] gHC_TYPELITS_INTERNAL
  15472. 1482.71 s [ghcide] gHC_TYPENATS
  15473. 1482.71 s [ghcide] gHC_TYPENATS_INTERNAL
  15474. 1482.71 s [ghcide] dATA_COERCE
  15475. 1482.71 s [ghcide] dEBUG_TRACE
  15476. 1482.71 s [ghcide] uNSAFE_COERCE
  15477. 1482.71 s [ghcide] fOREIGN_C_CONSTPTR
  15478. 1482.71 s [ghcide] gHC_SRCLOC
  15479. 1482.71 s [ghcide] gHC_STACK
  15480. 1482.71 s [ghcide] gHC_STACK_TYPES
  15481. 1482.71 s [ghcide] gHC_STATICPTR
  15482. 1482.71 s [ghcide] gHC_STATICPTR_INTERNAL
  15483. 1482.71 s [ghcide] gHC_FINGERPRINT_TYPE
  15484. 1482.71 s [ghcide] gHC_OVER_LABELS
  15485. 1482.71 s [ghcide] gHC_RECORDS
  15486. 1482.71 s [ghcide] rOOT_MAIN
  15487. 1482.71 s [ghcide] mkInteractiveModule
  15488. 1482.71 s [ghcide] pRELUDE_NAME
  15489. 1482.71 s [ghcide] mAIN_NAME
  15490. 1482.71 s [ghcide] mkPrimModule
  15491. 1482.71 s [ghcide] mkBignumModule
  15492. 1482.71 s [ghcide] mkBaseModule
  15493. 1482.71 s [ghcide] mkBaseModule_
  15494. 1482.71 s [ghcide] mkThisGhcModule
  15495. 1482.71 s [ghcide] mkThisGhcModule_
  15496. 1482.71 s [ghcide] mkMainModule
  15497. 1482.71 s [ghcide] mkMainModule_
  15498. 1482.71 s [ghcide] main_RDR_Unqual
  15499. 1482.71 s [ghcide] eq_RDR
  15500. 1482.71 s [ghcide] ge_RDR
  15501. 1482.71 s [ghcide] le_RDR
  15502. 1482.71 s [ghcide] lt_RDR
  15503. 1482.71 s [ghcide] gt_RDR
  15504. 1482.71 s [ghcide] compare_RDR
  15505. 1482.71 s [ghcide] ltTag_RDR
  15506. 1482.71 s [ghcide] eqTag_RDR
  15507. 1482.71 s [ghcide] gtTag_RDR
  15508. 1482.71 s [ghcide] eqClass_RDR
  15509. 1482.71 s [ghcide] numClass_RDR
  15510. 1482.71 s [ghcide] ordClass_RDR
  15511. 1482.71 s [ghcide] enumClass_RDR
  15512. 1482.71 s [ghcide] monadClass_RDR
  15513. 1482.71 s [ghcide] map_RDR
  15514. 1482.71 s [ghcide] append_RDR
  15515. 1482.71 s [ghcide] foldr_RDR
  15516. 1482.71 s [ghcide] build_RDR
  15517. 1482.71 s [ghcide] returnM_RDR
  15518. 1482.71 s [ghcide] bindM_RDR
  15519. 1482.71 s [ghcide] failM_RDR
  15520. 1482.71 s [ghcide] left_RDR
  15521. 1482.71 s [ghcide] right_RDR
  15522. 1482.71 s [ghcide] fromEnum_RDR
  15523. 1482.71 s [ghcide] toEnum_RDR
  15524. 1482.71 s [ghcide] enumFrom_RDR
  15525. 1482.71 s [ghcide] enumFromTo_RDR
  15526. 1482.71 s [ghcide] enumFromThen_RDR
  15527. 1482.71 s [ghcide] enumFromThenTo_RDR
  15528. 1482.71 s [ghcide] ratioDataCon_RDR
  15529. 1482.71 s [ghcide] integerAdd_RDR
  15530. 1482.71 s [ghcide] integerMul_RDR
  15531. 1482.71 s [ghcide] ioDataCon_RDR
  15532. 1482.71 s [ghcide] newStablePtr_RDR
  15533. 1482.71 s [ghcide] bindIO_RDR
  15534. 1482.71 s [ghcide] returnIO_RDR
  15535. 1482.71 s [ghcide] fromInteger_RDR
  15536. 1482.71 s [ghcide] fromRational_RDR
  15537. 1482.71 s [ghcide] minus_RDR
  15538. 1482.71 s [ghcide] times_RDR
  15539. 1482.71 s [ghcide] plus_RDR
  15540. 1482.71 s [ghcide] toInteger_RDR
  15541. 1482.71 s [ghcide] toRational_RDR
  15542. 1482.71 s [ghcide] fromIntegral_RDR
  15543. 1482.71 s [ghcide] fromString_RDR
  15544. 1482.71 s [ghcide] fromList_RDR
  15545. 1482.71 s [ghcide] fromListN_RDR
  15546. 1482.71 s [ghcide] toList_RDR
  15547. 1482.71 s [ghcide] compose_RDR
  15548. 1482.71 s [ghcide] and_RDR
  15549. 1482.71 s [ghcide] not_RDR
  15550. 1482.71 s [ghcide] dataToTag_RDR
  15551. 1482.71 s [ghcide] succ_RDR
  15552. 1482.71 s [ghcide] pred_RDR
  15553. 1482.71 s [ghcide] minBound_RDR
  15554. 1482.71 s [ghcide] maxBound_RDR
  15555. 1482.71 s [ghcide] range_RDR
  15556. 1482.71 s [ghcide] inRange_RDR
  15557. 1482.71 s [ghcide] index_RDR
  15558. 1482.71 s [ghcide] unsafeIndex_RDR
  15559. 1482.71 s [ghcide] unsafeRangeSize_RDR
  15560. 1482.71 s [ghcide] readList_RDR
  15561. 1482.71 s [ghcide] readListDefault_RDR
  15562. 1482.71 s [ghcide] readListPrec_RDR
  15563. 1482.71 s [ghcide] readListPrecDefault_RDR
  15564. 1482.71 s [ghcide] readPrec_RDR
  15565. 1482.71 s [ghcide] parens_RDR
  15566. 1482.71 s [ghcide] choose_RDR
  15567. 1482.71 s [ghcide] lexP_RDR
  15568. 1482.71 s [ghcide] expectP_RDR
  15569. 1482.71 s [ghcide] readField_RDR
  15570. 1482.71 s [ghcide] readFieldHash_RDR
  15571. 1482.71 s [ghcide] readSymField_RDR
  15572. 1482.71 s [ghcide] punc_RDR
  15573. 1482.71 s [ghcide] ident_RDR
  15574. 1482.71 s [ghcide] symbol_RDR
  15575. 1482.71 s [ghcide] step_RDR
  15576. 1482.71 s [ghcide] alt_RDR
  15577. 1482.71 s [ghcide] reset_RDR
  15578. 1482.71 s [ghcide] prec_RDR
  15579. 1482.71 s [ghcide] pfail_RDR
  15580. 1482.71 s [ghcide] showsPrec_RDR
  15581. 1482.71 s [ghcide] shows_RDR
  15582. 1482.71 s [ghcide] showString_RDR
  15583. 1482.71 s [ghcide] showSpace_RDR
  15584. 1482.71 s [ghcide] showCommaSpace_RDR
  15585. 1482.71 s [ghcide] showParen_RDR
  15586. 1482.71 s [ghcide] error_RDR
  15587. 1482.71 s [ghcide] u1DataCon_RDR
  15588. 1482.71 s [ghcide] par1DataCon_RDR
  15589. 1482.71 s [ghcide] rec1DataCon_RDR
  15590. 1482.71 s [ghcide] k1DataCon_RDR
  15591. 1482.71 s [ghcide] m1DataCon_RDR
  15592. 1482.71 s [ghcide] l1DataCon_RDR
  15593. 1482.71 s [ghcide] r1DataCon_RDR
  15594. 1482.71 s [ghcide] prodDataCon_RDR
  15595. 1482.71 s [ghcide] comp1DataCon_RDR
  15596. 1482.71 s [ghcide] unPar1_RDR
  15597. 1482.71 s [ghcide] unRec1_RDR
  15598. 1482.71 s [ghcide] unK1_RDR
  15599. 1482.71 s [ghcide] unComp1_RDR
  15600. 1482.71 s [ghcide] from_RDR
  15601. 1482.71 s [ghcide] from1_RDR
  15602. 1482.71 s [ghcide] to_RDR
  15603. 1482.71 s [ghcide] to1_RDR
  15604. 1482.71 s [ghcide] datatypeName_RDR
  15605. 1482.71 s [ghcide] moduleName_RDR
  15606. 1482.71 s [ghcide] packageName_RDR
  15607. 1482.71 s [ghcide] isNewtypeName_RDR
  15608. 1482.71 s [ghcide] selName_RDR
  15609. 1482.71 s [ghcide] conName_RDR
  15610. 1482.71 s [ghcide] conFixity_RDR
  15611. 1482.71 s [ghcide] conIsRecord_RDR
  15612. 1482.71 s [ghcide] prefixDataCon_RDR
  15613. 1482.71 s [ghcide] infixDataCon_RDR
  15614. 1482.71 s [ghcide] leftAssocDataCon_RDR
  15615. 1482.71 s [ghcide] rightAssocDataCon_RDR
  15616. 1482.71 s [ghcide] notAssocDataCon_RDR
  15617. 1482.71 s [ghcide] uAddrDataCon_RDR
  15618. 1482.71 s [ghcide] uCharDataCon_RDR
  15619. 1482.71 s [ghcide] uDoubleDataCon_RDR
  15620. 1482.71 s [ghcide] uFloatDataCon_RDR
  15621. 1482.71 s [ghcide] uIntDataCon_RDR
  15622. 1482.71 s [ghcide] uWordDataCon_RDR
  15623. 1482.71 s [ghcide] uAddrHash_RDR
  15624. 1482.71 s [ghcide] uCharHash_RDR
  15625. 1482.71 s [ghcide] uDoubleHash_RDR
  15626. 1482.71 s [ghcide] uFloatHash_RDR
  15627. 1482.71 s [ghcide] uIntHash_RDR
  15628. 1482.71 s [ghcide] uWordHash_RDR
  15629. 1482.71 s [ghcide] fmap_RDR
  15630. 1482.71 s [ghcide] replace_RDR
  15631. 1482.71 s [ghcide] pure_RDR
  15632. 1482.71 s [ghcide] ap_RDR
  15633. 1482.71 s [ghcide] liftA2_RDR
  15634. 1482.71 s [ghcide] foldable_foldr_RDR
  15635. 1482.71 s [ghcide] foldMap_RDR
  15636. 1482.71 s [ghcide] null_RDR
  15637. 1482.71 s [ghcide] all_RDR
  15638. 1482.71 s [ghcide] traverse_RDR
  15639. 1482.71 s [ghcide] mempty_RDR
  15640. 1482.71 s [ghcide] mappend_RDR
  15641. 1482.71 s [ghcide] varQual_RDR
  15642. 1482.71 s [ghcide] tcQual_RDR
  15643. 1482.71 s [ghcide] clsQual_RDR
  15644. 1482.71 s [ghcide] dataQual_RDR
  15645. 1482.71 s [ghcide] wildCardName
  15646. 1482.71 s [ghcide] runMainIOName
  15647. 1482.71 s [ghcide] runRWName
  15648. 1482.71 s [ghcide] orderingTyConName
  15649. 1482.71 s [ghcide] ordLTDataConName
  15650. 1482.71 s [ghcide] ordEQDataConName
  15651. 1482.71 s [ghcide] ordGTDataConName
  15652. 1482.71 s [ghcide] specTyConName
  15653. 1482.71 s [ghcide] eitherTyConName
  15654. 1482.71 s [ghcide] leftDataConName
  15655. 1482.71 s [ghcide] rightDataConName
  15656. 1482.71 s [ghcide] voidTyConName
  15657. 1482.71 s [ghcide] v1TyConName
  15658. 1482.71 s [ghcide] u1TyConName
  15659. 1482.71 s [ghcide] par1TyConName
  15660. 1482.71 s [ghcide] rec1TyConName
  15661. 1482.71 s [ghcide] k1TyConName
  15662. 1482.71 s [ghcide] m1TyConName
  15663. 1482.71 s [ghcide] sumTyConName
  15664. 1482.71 s [ghcide] prodTyConName
  15665. 1482.71 s [ghcide] compTyConName
  15666. 1482.71 s [ghcide] rTyConName
  15667. 1482.71 s [ghcide] dTyConName
  15668. 1482.71 s [ghcide] cTyConName
  15669. 1482.71 s [ghcide] sTyConName
  15670. 1482.71 s [ghcide] rec0TyConName
  15671. 1482.71 s [ghcide] d1TyConName
  15672. 1482.71 s [ghcide] c1TyConName
  15673. 1482.71 s [ghcide] s1TyConName
  15674. 1482.71 s [ghcide] repTyConName
  15675. 1482.71 s [ghcide] rep1TyConName
  15676. 1482.71 s [ghcide] uRecTyConName
  15677. 1482.71 s [ghcide] uAddrTyConName
  15678. 1482.71 s [ghcide] uCharTyConName
  15679. 1482.71 s [ghcide] uDoubleTyConName
  15680. 1482.71 s [ghcide] uFloatTyConName
  15681. 1482.71 s [ghcide] uIntTyConName
  15682. 1482.71 s [ghcide] uWordTyConName
  15683. 1482.71 s [ghcide] prefixIDataConName
  15684. 1482.71 s [ghcide] infixIDataConName
  15685. 1482.71 s [ghcide] leftAssociativeDataConName
  15686. 1482.71 s [ghcide] rightAssociativeDataConName
  15687. 1482.71 s [ghcide] notAssociativeDataConName
  15688. 1482.71 s [ghcide] sourceUnpackDataConName
  15689. 1482.71 s [ghcide] sourceNoUnpackDataConName
  15690. 1482.71 s [ghcide] noSourceUnpackednessDataConName
  15691. 1482.71 s [ghcide] sourceLazyDataConName
  15692. 1482.71 s [ghcide] sourceStrictDataConName
  15693. 1482.71 s [ghcide] noSourceStrictnessDataConName
  15694. 1482.71 s [ghcide] decidedLazyDataConName
  15695. 1482.71 s [ghcide] decidedStrictDataConName
  15696. 1482.71 s [ghcide] decidedUnpackDataConName
  15697. 1482.71 s [ghcide] metaDataDataConName
  15698. 1482.71 s [ghcide] metaConsDataConName
  15699. 1482.71 s [ghcide] metaSelDataConName
  15700. 1482.71 s [ghcide] divIntName
  15701. 1482.71 s [ghcide] modIntName
  15702. 1482.71 s [ghcide] cstringLengthName
  15703. 1482.71 s [ghcide] eqStringName
  15704. 1482.71 s [ghcide] unpackCStringName
  15705. 1482.71 s [ghcide] unpackCStringAppendName
  15706. 1482.71 s [ghcide] unpackCStringFoldrName
  15707. 1482.71 s [ghcide] unpackCStringUtf8Name
  15708. 1482.71 s [ghcide] unpackCStringAppendUtf8Name
  15709. 1482.71 s [ghcide] unpackCStringFoldrUtf8Name
  15710. 1482.71 s [ghcide] inlineIdName
  15711. 1482.71 s [ghcide] eqClassName
  15712. 1482.71 s [ghcide] eqName
  15713. 1482.71 s [ghcide] ordClassName
  15714. 1482.71 s [ghcide] geName
  15715. 1482.71 s [ghcide] functorClassName
  15716. 1482.71 s [ghcide] fmapName
  15717. 1482.71 s [ghcide] monadClassName
  15718. 1482.71 s [ghcide] thenMName
  15719. 1482.71 s [ghcide] bindMName
  15720. 1482.71 s [ghcide] returnMName
  15721. 1482.71 s [ghcide] monadFailClassName
  15722. 1482.71 s [ghcide] failMName
  15723. 1482.71 s [ghcide] applicativeClassName
  15724. 1482.71 s [ghcide] apAName
  15725. 1482.71 s [ghcide] pureAName
  15726. 1482.71 s [ghcide] thenAName
  15727. 1482.71 s [ghcide] foldableClassName
  15728. 1482.71 s [ghcide] traversableClassName
  15729. 1482.71 s [ghcide] semigroupClassName
  15730. 1482.71 s [ghcide] sappendName
  15731. 1482.71 s [ghcide] monoidClassName
  15732. 1482.71 s [ghcide] memptyName
  15733. 1482.71 s [ghcide] mappendName
  15734. 1482.71 s [ghcide] mconcatName
  15735. 1482.71 s [ghcide] joinMName
  15736. 1482.71 s [ghcide] alternativeClassName
  15737. 1482.71 s [ghcide] joinMIdKey
  15738. 1482.71 s [ghcide] apAClassOpKey
  15739. 1482.71 s [ghcide] pureAClassOpKey
  15740. 1482.71 s [ghcide] thenAClassOpKey
  15741. 1482.71 s [ghcide] alternativeClassKey
  15742. 1482.71 s [ghcide] considerAccessibleName
  15743. 1482.71 s [ghcide] dollarName
  15744. 1482.71 s [ghcide] otherwiseIdName
  15745. 1482.71 s [ghcide] foldrName
  15746. 1482.71 s [ghcide] buildName
  15747. 1482.71 s [ghcide] augmentName
  15748. 1482.71 s [ghcide] mapName
  15749. 1482.71 s [ghcide] appendName
  15750. 1482.71 s [ghcide] assertName
  15751. 1482.71 s [ghcide] fromStringName
  15752. 1482.71 s [ghcide] numClassName
  15753. 1482.71 s [ghcide] fromIntegerName
  15754. 1482.71 s [ghcide] minusName
  15755. 1482.71 s [ghcide] negateName
  15756. 1482.71 s [ghcide] bnbVarQual
  15757. 1482.71 s [ghcide] bnnVarQual
  15758. 1482.71 s [ghcide] bniVarQual
  15759. 1482.71 s [ghcide] bignatFromWordListName
  15760. 1482.71 s [ghcide] bignatEqName
  15761. 1482.71 s [ghcide] bignatCompareName
  15762. 1482.71 s [ghcide] bignatCompareWordName
  15763. 1482.71 s [ghcide] naturalToWordName
  15764. 1482.71 s [ghcide] naturalPopCountName
  15765. 1482.71 s [ghcide] naturalShiftRName
  15766. 1482.71 s [ghcide] naturalShiftLName
  15767. 1482.71 s [ghcide] naturalAddName
  15768. 1482.71 s [ghcide] naturalSubName
  15769. 1482.71 s [ghcide] naturalSubThrowName
  15770. 1482.71 s [ghcide] naturalSubUnsafeName
  15771. 1482.71 s [ghcide] naturalMulName
  15772. 1482.71 s [ghcide] naturalQuotRemName
  15773. 1482.71 s [ghcide] naturalQuotName
  15774. 1482.71 s [ghcide] naturalRemName
  15775. 1482.71 s [ghcide] naturalAndName
  15776. 1482.71 s [ghcide] naturalAndNotName
  15777. 1482.71 s [ghcide] naturalOrName
  15778. 1482.71 s [ghcide] naturalXorName
  15779. 1482.71 s [ghcide] naturalTestBitName
  15780. 1482.71 s [ghcide] naturalBitName
  15781. 1482.71 s [ghcide] naturalGcdName
  15782. 1482.71 s [ghcide] naturalLcmName
  15783. 1482.71 s [ghcide] naturalLog2Name
  15784. 1482.71 s [ghcide] naturalLogBaseWordName
  15785. 1482.71 s [ghcide] naturalLogBaseName
  15786. 1482.71 s [ghcide] naturalPowModName
  15787. 1482.71 s [ghcide] naturalSizeInBaseName
  15788. 1482.71 s [ghcide] integerFromNaturalName
  15789. 1482.71 s [ghcide] integerToNaturalClampName
  15790. 1482.71 s [ghcide] integerToNaturalThrowName
  15791. 1482.71 s [ghcide] integerToNaturalName
  15792. 1482.71 s [ghcide] integerToWordName
  15793. 1482.71 s [ghcide] integerToIntName
  15794. 1482.71 s [ghcide] integerToWord64Name
  15795. 1482.71 s [ghcide] integerToInt64Name
  15796. 1482.71 s [ghcide] integerFromWordName
  15797. 1482.71 s [ghcide] integerFromWord64Name
  15798. 1482.71 s [ghcide] integerFromInt64Name
  15799. 1482.71 s [ghcide] integerAddName
  15800. 1482.71 s [ghcide] integerMulName
  15801. 1482.71 s [ghcide] integerSubName
  15802. 1482.71 s [ghcide] integerNegateName
  15803. 1482.71 s [ghcide] integerAbsName
  15804. 1482.71 s [ghcide] integerPopCountName
  15805. 1482.71 s [ghcide] integerQuotName
  15806. 1482.71 s [ghcide] integerRemName
  15807. 1482.71 s [ghcide] integerDivName
  15808. 1482.71 s [ghcide] integerModName
  15809. 1482.71 s [ghcide] integerDivModName
  15810. 1482.71 s [ghcide] integerQuotRemName
  15811. 1482.71 s [ghcide] integerEncodeFloatName
  15812. 1482.71 s [ghcide] integerEncodeDoubleName
  15813. 1482.71 s [ghcide] integerGcdName
  15814. 1482.71 s [ghcide] integerLcmName
  15815. 1482.71 s [ghcide] integerAndName
  15816. 1482.71 s [ghcide] integerOrName
  15817. 1482.71 s [ghcide] integerXorName
  15818. 1482.71 s [ghcide] integerComplementName
  15819. 1482.71 s [ghcide] integerBitName
  15820. 1482.71 s [ghcide] integerTestBitName
  15821. 1482.71 s [ghcide] integerShiftLName
  15822. 1482.71 s [ghcide] integerShiftRName
  15823. 1482.71 s [ghcide] rationalTyConName
  15824. 1482.71 s [ghcide] ratioTyConName
  15825. 1482.71 s [ghcide] ratioDataConName
  15826. 1482.71 s [ghcide] realClassName
  15827. 1482.71 s [ghcide] integralClassName
  15828. 1482.71 s [ghcide] realFracClassName
  15829. 1482.71 s [ghcide] fractionalClassName
  15830. 1482.71 s [ghcide] fromRationalName
  15831. 1482.71 s [ghcide] toIntegerName
  15832. 1482.71 s [ghcide] toRationalName
  15833. 1482.71 s [ghcide] fromIntegralName
  15834. 1482.71 s [ghcide] realToFracName
  15835. 1482.71 s [ghcide] mkRationalBase2Name
  15836. 1482.71 s [ghcide] mkRationalBase10Name
  15837. 1482.71 s [ghcide] floatingClassName
  15838. 1482.71 s [ghcide] realFloatClassName
  15839. 1482.71 s [ghcide] integerToFloatName
  15840. 1482.71 s [ghcide] integerToDoubleName
  15841. 1482.71 s [ghcide] naturalToFloatName
  15842. 1482.71 s [ghcide] naturalToDoubleName
  15843. 1482.71 s [ghcide] rationalToFloatName
  15844. 1482.71 s [ghcide] rationalToDoubleName
  15845. 1482.71 s [ghcide] ixClassName
  15846. 1482.71 s [ghcide] trModuleTyConName
  15847. 1482.71 s [ghcide] trModuleDataConName
  15848. 1482.71 s [ghcide] trNameTyConName
  15849. 1482.71 s [ghcide] trNameSDataConName
  15850. 1482.71 s [ghcide] trNameDDataConName
  15851. 1482.71 s [ghcide] trTyConTyConName
  15852. 1482.71 s [ghcide] trTyConDataConName
  15853. 1482.71 s [ghcide] kindRepTyConName
  15854. 1482.71 s [ghcide] kindRepTyConAppDataConName
  15855. 1482.71 s [ghcide] kindRepVarDataConName
  15856. 1482.71 s [ghcide] kindRepAppDataConName
  15857. 1482.71 s [ghcide] kindRepFunDataConName
  15858. 1482.71 s [ghcide] kindRepTYPEDataConName
  15859. 1482.71 s [ghcide] kindRepTypeLitSDataConName
  15860. 1482.71 s [ghcide] kindRepTypeLitDDataConName
  15861. 1482.71 s [ghcide] typeLitSortTyConName
  15862. 1482.71 s [ghcide] typeLitSymbolDataConName
  15863. 1482.71 s [ghcide] typeLitNatDataConName
  15864. 1482.71 s [ghcide] typeLitCharDataConName
  15865. 1482.71 s [ghcide] typeableClassName
  15866. 1482.71 s [ghcide] typeRepTyConName
  15867. 1482.71 s [ghcide] someTypeRepTyConName
  15868. 1482.71 s [ghcide] someTypeRepDataConName
  15869. 1482.71 s [ghcide] typeRepIdName
  15870. 1482.71 s [ghcide] mkTrTypeName
  15871. 1482.71 s [ghcide] mkTrConName
  15872. 1482.71 s [ghcide] mkTrAppName
  15873. 1482.71 s [ghcide] mkTrFunName
  15874. 1482.71 s [ghcide] typeNatTypeRepName
  15875. 1482.71 s [ghcide] typeSymbolTypeRepName
  15876. 1482.71 s [ghcide] typeCharTypeRepName
  15877. 1482.71 s [ghcide] trGhcPrimModuleName
  15878. 1482.71 s [ghcide] starKindRepName
  15879. 1482.71 s [ghcide] starArrStarKindRepName
  15880. 1482.71 s [ghcide] starArrStarArrStarKindRepName
  15881. 1482.71 s [ghcide] constraintKindRepName
  15882. 1482.71 s [ghcide] withDictClassName
  15883. 1482.71 s [ghcide] nonEmptyTyConName
  15884. 1482.71 s [ghcide] errorMessageTypeErrorFamName
  15885. 1482.71 s [ghcide] typeErrorTextDataConName
  15886. 1482.71 s [ghcide] typeErrorAppendDataConName
  15887. 1482.71 s [ghcide] typeErrorVAppendDataConName
  15888. 1482.71 s [ghcide] typeErrorShowTypeDataConName
  15889. 1482.71 s [ghcide] unsafeEqualityProofName
  15890. 1482.71 s [ghcide] unsafeEqualityTyConName
  15891. 1482.71 s [ghcide] unsafeReflDataConName
  15892. 1482.71 s [ghcide] unsafeCoercePrimName
  15893. 1482.71 s [ghcide] toDynName
  15894. 1482.71 s [ghcide] dataClassName
  15895. 1482.71 s [ghcide] assertErrorName
  15896. 1482.71 s [ghcide] traceName
  15897. 1482.71 s [ghcide] enumClassName
  15898. 1482.71 s [ghcide] enumFromName
  15899. 1482.71 s [ghcide] enumFromToName
  15900. 1482.71 s [ghcide] enumFromThenName
  15901. 1482.71 s [ghcide] enumFromThenToName
  15902. 1482.71 s [ghcide] boundedClassName
  15903. 1482.71 s [ghcide] concatName
  15904. 1482.71 s [ghcide] filterName
  15905. 1482.71 s [ghcide] zipName
  15906. 1482.71 s [ghcide] isListClassName
  15907. 1482.71 s [ghcide] fromListName
  15908. 1482.71 s [ghcide] fromListNName
  15909. 1482.71 s [ghcide] toListName
  15910. 1482.71 s [ghcide] getFieldName
  15911. 1482.71 s [ghcide] setFieldName
  15912. 1482.71 s [ghcide] showClassName
  15913. 1482.71 s [ghcide] readClassName
  15914. 1482.71 s [ghcide] genClassName
  15915. 1482.71 s [ghcide] gen1ClassName
  15916. 1482.71 s [ghcide] datatypeClassName
  15917. 1482.71 s [ghcide] constructorClassName
  15918. 1482.71 s [ghcide] selectorClassName
  15919. 1482.71 s [ghcide] genericClassNames
  15920. 1482.71 s [ghcide] ghciIoClassName
  15921. 1482.71 s [ghcide] ghciStepIoMName
  15922. 1482.71 s [ghcide] ioTyConName
  15923. 1482.71 s [ghcide] ioDataConName
  15924. 1482.71 s [ghcide] thenIOName
  15925. 1482.71 s [ghcide] bindIOName
  15926. 1482.71 s [ghcide] returnIOName
  15927. 1482.71 s [ghcide] failIOName
  15928. 1482.71 s [ghcide] int8TyConName
  15929. 1482.71 s [ghcide] int16TyConName
  15930. 1482.71 s [ghcide] int32TyConName
  15931. 1482.71 s [ghcide] int64TyConName
  15932. 1482.71 s [ghcide] word8TyConName
  15933. 1482.71 s [ghcide] word16TyConName
  15934. 1482.71 s [ghcide] word32TyConName
  15935. 1482.71 s [ghcide] word64TyConName
  15936. 1482.71 s [ghcide] ptrTyConName
  15937. 1482.71 s [ghcide] funPtrTyConName
  15938. 1482.71 s [ghcide] stablePtrTyConName
  15939. 1482.71 s [ghcide] newStablePtrName
  15940. 1482.71 s [ghcide] monadFixClassName
  15941. 1482.71 s [ghcide] mfixName
  15942. 1482.71 s [ghcide] arrAName
  15943. 1482.71 s [ghcide] composeAName
  15944. 1482.71 s [ghcide] firstAName
  15945. 1482.71 s [ghcide] appAName
  15946. 1482.71 s [ghcide] choiceAName
  15947. 1482.71 s [ghcide] loopAName
  15948. 1482.71 s [ghcide] guardMName
  15949. 1482.71 s [ghcide] liftMName
  15950. 1482.71 s [ghcide] mzipName
  15951. 1482.71 s [ghcide] toAnnotationWrapperName
  15952. 1482.71 s [ghcide] monadPlusClassName
  15953. 1482.71 s [ghcide] isStringClassName
  15954. 1482.71 s [ghcide] knownNatClassName
  15955. 1482.71 s [ghcide] knownSymbolClassName
  15956. 1482.71 s [ghcide] knownCharClassName
  15957. 1482.71 s [ghcide] fromLabelClassOpName
  15958. 1482.71 s [ghcide] ipClassName
  15959. 1482.71 s [ghcide] hasFieldClassName
  15960. 1482.71 s [ghcide] callStackTyConName
  15961. 1482.71 s [ghcide] emptyCallStackName
  15962. 1482.71 s [ghcide] pushCallStackName
  15963. 1482.71 s [ghcide] srcLocDataConName
  15964. 1482.71 s [ghcide] pLUGINS
  15965. 1482.71 s [ghcide] pluginTyConName
  15966. 1482.71 s [ghcide] frontendPluginTyConName
  15967. 1482.71 s [ghcide] makeStaticName
  15968. 1482.71 s [ghcide] staticPtrInfoTyConName
  15969. 1482.71 s [ghcide] staticPtrInfoDataConName
  15970. 1482.71 s [ghcide] staticPtrTyConName
  15971. 1482.71 s [ghcide] staticPtrDataConName
  15972. 1482.71 s [ghcide] fromStaticPtrName
  15973. 1482.71 s [ghcide] fingerprintDataConName
  15974. 1482.71 s [ghcide] constPtrConName
  15975. 1482.71 s [ghcide] varQual
  15976. 1482.71 s [ghcide] tcQual
  15977. 1482.71 s [ghcide] clsQual
  15978. 1482.71 s [ghcide] dcQual
  15979. 1482.71 s [ghcide] mk_known_key_name
  15980. 1482.71 s [ghcide] boundedClassKey
  15981. 1482.71 s [ghcide] enumClassKey
  15982. 1482.71 s [ghcide] eqClassKey
  15983. 1482.71 s [ghcide] floatingClassKey
  15984. 1482.71 s [ghcide] fractionalClassKey
  15985. 1482.71 s [ghcide] integralClassKey
  15986. 1482.71 s [ghcide] monadClassKey
  15987. 1482.71 s [ghcide] dataClassKey
  15988. 1482.71 s [ghcide] functorClassKey
  15989. 1482.71 s [ghcide] numClassKey
  15990. 1482.71 s [ghcide] ordClassKey
  15991. 1482.71 s [ghcide] readClassKey
  15992. 1482.71 s [ghcide] realClassKey
  15993. 1482.71 s [ghcide] realFloatClassKey
  15994. 1482.71 s [ghcide] realFracClassKey
  15995. 1482.71 s [ghcide] showClassKey
  15996. 1482.71 s [ghcide] ixClassKey
  15997. 1482.71 s [ghcide] typeableClassKey
  15998. 1482.71 s [ghcide] withDictClassKey
  15999. 1482.71 s [ghcide] monadFixClassKey
  16000. 1482.71 s [ghcide] monadFailClassKey
  16001. 1482.71 s [ghcide] monadPlusClassKey
  16002. 1482.71 s [ghcide] randomClassKey
  16003. 1482.71 s [ghcide] randomGenClassKey
  16004. 1482.71 s [ghcide] isStringClassKey
  16005. 1482.71 s [ghcide] applicativeClassKey
  16006. 1482.71 s [ghcide] foldableClassKey
  16007. 1482.71 s [ghcide] traversableClassKey
  16008. 1482.71 s [ghcide] genClassKey
  16009. 1482.71 s [ghcide] gen1ClassKey
  16010. 1482.71 s [ghcide] datatypeClassKey
  16011. 1482.71 s [ghcide] constructorClassKey
  16012. 1482.71 s [ghcide] selectorClassKey
  16013. 1482.71 s [ghcide] knownNatClassNameKey
  16014. 1482.71 s [ghcide] knownSymbolClassNameKey
  16015. 1482.71 s [ghcide] knownCharClassNameKey
  16016. 1482.71 s [ghcide] ghciIoClassKey
  16017. 1482.71 s [ghcide] semigroupClassKey
  16018. 1482.71 s [ghcide] monoidClassKey
  16019. 1482.71 s [ghcide] ipClassKey
  16020. 1482.71 s [ghcide] hasFieldClassNameKey
  16021. 1482.71 s [ghcide] addrPrimTyConKey
  16022. 1482.71 s [ghcide] arrayPrimTyConKey
  16023. 1482.71 s [ghcide] boolTyConKey
  16024. 1482.71 s [ghcide] byteArrayPrimTyConKey
  16025. 1482.71 s [ghcide] stringTyConKey
  16026. 1482.71 s [ghcide] charPrimTyConKey
  16027. 1482.71 s [ghcide] charTyConKey
  16028. 1482.71 s [ghcide] doublePrimTyConKey
  16029. 1482.71 s [ghcide] doubleTyConKey
  16030. 1482.71 s [ghcide] floatPrimTyConKey
  16031. 1482.71 s [ghcide] floatTyConKey
  16032. 1482.71 s [ghcide] fUNTyConKey
  16033. 1482.71 s [ghcide] intPrimTyConKey
  16034. 1482.71 s [ghcide] intTyConKey
  16035. 1482.71 s [ghcide] int8PrimTyConKey
  16036. 1482.71 s [ghcide] int8TyConKey
  16037. 1482.71 s [ghcide] int16PrimTyConKey
  16038. 1482.71 s [ghcide] int16TyConKey
  16039. 1482.71 s [ghcide] int32PrimTyConKey
  16040. 1482.71 s [ghcide] int32TyConKey
  16041. 1482.71 s [ghcide] int64PrimTyConKey
  16042. 1482.71 s [ghcide] int64TyConKey
  16043. 1482.71 s [ghcide] integerTyConKey
  16044. 1482.71 s [ghcide] naturalTyConKey
  16045. 1482.71 s [ghcide] listTyConKey
  16046. 1482.71 s [ghcide] foreignObjPrimTyConKey
  16047. 1482.71 s [ghcide] maybeTyConKey
  16048. 1482.71 s [ghcide] weakPrimTyConKey
  16049. 1482.71 s [ghcide] mutableArrayPrimTyConKey
  16050. 1482.71 s [ghcide] mutableByteArrayPrimTyConKey
  16051. 1482.71 s [ghcide] orderingTyConKey
  16052. 1482.71 s [ghcide] mVarPrimTyConKey
  16053. 1482.71 s [ghcide] ioPortPrimTyConKey
  16054. 1482.71 s [ghcide] ratioTyConKey
  16055. 1482.71 s [ghcide] rationalTyConKey
  16056. 1482.71 s [ghcide] realWorldTyConKey
  16057. 1482.71 s [ghcide] stablePtrPrimTyConKey
  16058. 1482.71 s [ghcide] stablePtrTyConKey
  16059. 1482.71 s [ghcide] eqTyConKey
  16060. 1482.71 s [ghcide] heqTyConKey
  16061. 1482.71 s [ghcide] ctArrowTyConKey
  16062. 1482.71 s [ghcide] ccArrowTyConKey
  16063. 1482.71 s [ghcide] tcArrowTyConKey
  16064. 1482.71 s [ghcide] statePrimTyConKey
  16065. 1482.71 s [ghcide] stableNamePrimTyConKey
  16066. 1482.71 s [ghcide] stableNameTyConKey
  16067. 1482.71 s [ghcide] eqPrimTyConKey
  16068. 1482.71 s [ghcide] eqReprPrimTyConKey
  16069. 1482.71 s [ghcide] eqPhantPrimTyConKey
  16070. 1482.71 s [ghcide] mutVarPrimTyConKey
  16071. 1482.71 s [ghcide] ioTyConKey
  16072. 1482.71 s [ghcide] wordPrimTyConKey
  16073. 1482.71 s [ghcide] wordTyConKey
  16074. 1482.71 s [ghcide] word8PrimTyConKey
  16075. 1482.71 s [ghcide] word8TyConKey
  16076. 1482.71 s [ghcide] word16PrimTyConKey
  16077. 1482.71 s [ghcide] word16TyConKey
  16078. 1482.71 s [ghcide] word32PrimTyConKey
  16079. 1482.71 s [ghcide] word32TyConKey
  16080. 1482.71 s [ghcide] word64PrimTyConKey
  16081. 1482.71 s [ghcide] word64TyConKey
  16082. 1482.71 s [ghcide] kindConKey
  16083. 1482.71 s [ghcide] boxityConKey
  16084. 1482.71 s [ghcide] typeConKey
  16085. 1482.71 s [ghcide] threadIdPrimTyConKey
  16086. 1482.71 s [ghcide] bcoPrimTyConKey
  16087. 1482.71 s [ghcide] ptrTyConKey
  16088. 1482.71 s [ghcide] funPtrTyConKey
  16089. 1482.71 s [ghcide] tVarPrimTyConKey
  16090. 1482.71 s [ghcide] compactPrimTyConKey
  16091. 1482.71 s [ghcide] stackSnapshotPrimTyConKey
  16092. 1482.71 s [ghcide] promptTagPrimTyConKey
  16093. 1482.71 s [ghcide] eitherTyConKey
  16094. 1482.71 s [ghcide] voidTyConKey
  16095. 1482.71 s [ghcide] nonEmptyTyConKey
  16096. 1482.71 s [ghcide] dictTyConKey
  16097. 1482.71 s [ghcide] liftedTypeKindTyConKey
  16098. 1482.71 s [ghcide] unliftedTypeKindTyConKey
  16099. 1482.71 s [ghcide] tYPETyConKey
  16100. 1482.71 s [ghcide] cONSTRAINTTyConKey
  16101. 1482.71 s [ghcide] constraintKindTyConKey
  16102. 1482.71 s [ghcide] levityTyConKey
  16103. 1482.71 s [ghcide] runtimeRepTyConKey
  16104. 1482.71 s [ghcide] vecCountTyConKey
  16105. 1482.71 s [ghcide] vecElemTyConKey
  16106. 1482.71 s [ghcide] liftedRepTyConKey
  16107. 1482.71 s [ghcide] unliftedRepTyConKey
  16108. 1482.71 s [ghcide] zeroBitRepTyConKey
  16109. 1482.71 s [ghcide] zeroBitTypeTyConKey
  16110. 1482.71 s [ghcide] pluginTyConKey
  16111. 1482.71 s [ghcide] frontendPluginTyConKey
  16112. 1482.71 s [ghcide] trTyConTyConKey
  16113. 1482.71 s [ghcide] trModuleTyConKey
  16114. 1482.71 s [ghcide] trNameTyConKey
  16115. 1482.71 s [ghcide] kindRepTyConKey
  16116. 1482.71 s [ghcide] typeLitSortTyConKey
  16117. 1482.71 s [ghcide] v1TyConKey
  16118. 1482.71 s [ghcide] u1TyConKey
  16119. 1482.71 s [ghcide] par1TyConKey
  16120. 1482.71 s [ghcide] rec1TyConKey
  16121. 1482.71 s [ghcide] k1TyConKey
  16122. 1482.71 s [ghcide] m1TyConKey
  16123. 1482.71 s [ghcide] sumTyConKey
  16124. 1482.71 s [ghcide] prodTyConKey
  16125. 1482.71 s [ghcide] compTyConKey
  16126. 1482.71 s [ghcide] rTyConKey
  16127. 1482.71 s [ghcide] dTyConKey
  16128. 1482.71 s [ghcide] cTyConKey
  16129. 1482.71 s [ghcide] sTyConKey
  16130. 1482.71 s [ghcide] rec0TyConKey
  16131. 1482.71 s [ghcide] d1TyConKey
  16132. 1482.71 s [ghcide] c1TyConKey
  16133. 1482.71 s [ghcide] s1TyConKey
  16134. 1482.71 s [ghcide] repTyConKey
  16135. 1482.71 s [ghcide] rep1TyConKey
  16136. 1482.71 s [ghcide] uRecTyConKey
  16137. 1482.71 s [ghcide] uAddrTyConKey
  16138. 1482.71 s [ghcide] uCharTyConKey
  16139. 1482.71 s [ghcide] uDoubleTyConKey
  16140. 1482.71 s [ghcide] uFloatTyConKey
  16141. 1482.71 s [ghcide] uIntTyConKey
  16142. 1482.71 s [ghcide] uWordTyConKey
  16143. 1482.71 s [ghcide] errorMessageTypeErrorFamKey
  16144. 1482.71 s [ghcide] coercibleTyConKey
  16145. 1482.71 s [ghcide] proxyPrimTyConKey
  16146. 1482.71 s [ghcide] specTyConKey
  16147. 1482.71 s [ghcide] anyTyConKey
  16148. 1482.71 s [ghcide] smallArrayPrimTyConKey
  16149. 1482.71 s [ghcide] smallMutableArrayPrimTyConKey
  16150. 1482.71 s [ghcide] staticPtrTyConKey
  16151. 1482.71 s [ghcide] staticPtrInfoTyConKey
  16152. 1482.71 s [ghcide] callStackTyConKey
  16153. 1482.71 s [ghcide] typeRepTyConKey
  16154. 1482.71 s [ghcide] someTypeRepTyConKey
  16155. 1482.71 s [ghcide] someTypeRepDataConKey
  16156. 1482.71 s [ghcide] typeSymbolAppendFamNameKey
  16157. 1482.71 s [ghcide] unsafeEqualityTyConKey
  16158. 1482.71 s [ghcide] multiplicityTyConKey
  16159. 1482.71 s [ghcide] unrestrictedFunTyConKey
  16160. 1482.71 s [ghcide] multMulTyConKey
  16161. 1482.71 s [ghcide] int8X16PrimTyConKey
  16162. 1482.71 s [ghcide] int16X8PrimTyConKey
  16163. 1482.71 s [ghcide] int32X4PrimTyConKey
  16164. 1482.71 s [ghcide] int64X2PrimTyConKey
  16165. 1482.71 s [ghcide] int8X32PrimTyConKey
  16166. 1482.71 s [ghcide] int16X16PrimTyConKey
  16167. 1482.71 s [ghcide] int32X8PrimTyConKey
  16168. 1482.71 s [ghcide] int64X4PrimTyConKey
  16169. 1482.71 s [ghcide] int8X64PrimTyConKey
  16170. 1482.71 s [ghcide] int16X32PrimTyConKey
  16171. 1482.71 s [ghcide] int32X16PrimTyConKey
  16172. 1482.71 s [ghcide] int64X8PrimTyConKey
  16173. 1482.71 s [ghcide] word8X16PrimTyConKey
  16174. 1482.71 s [ghcide] word16X8PrimTyConKey
  16175. 1482.71 s [ghcide] word32X4PrimTyConKey
  16176. 1482.71 s [ghcide] word64X2PrimTyConKey
  16177. 1482.71 s [ghcide] word8X32PrimTyConKey
  16178. 1482.71 s [ghcide] word16X16PrimTyConKey
  16179. 1482.71 s [ghcide] word32X8PrimTyConKey
  16180. 1482.71 s [ghcide] word64X4PrimTyConKey
  16181. 1482.71 s [ghcide] word8X64PrimTyConKey
  16182. 1482.71 s [ghcide] word16X32PrimTyConKey
  16183. 1482.71 s [ghcide] word32X16PrimTyConKey
  16184. 1482.71 s [ghcide] word64X8PrimTyConKey
  16185. 1482.71 s [ghcide] floatX4PrimTyConKey
  16186. 1482.71 s [ghcide] doubleX2PrimTyConKey
  16187. 1482.71 s [ghcide] floatX8PrimTyConKey
  16188. 1482.71 s [ghcide] doubleX4PrimTyConKey
  16189. 1482.71 s [ghcide] floatX16PrimTyConKey
  16190. 1482.71 s [ghcide] doubleX8PrimTyConKey
  16191. 1482.71 s [ghcide] typeSymbolKindConNameKey
  16192. 1482.71 s [ghcide] typeCharKindConNameKey
  16193. 1482.71 s [ghcide] typeNatAddTyFamNameKey
  16194. 1482.71 s [ghcide] typeNatMulTyFamNameKey
  16195. 1482.71 s [ghcide] typeNatExpTyFamNameKey
  16196. 1482.71 s [ghcide] typeNatSubTyFamNameKey
  16197. 1482.71 s [ghcide] typeSymbolCmpTyFamNameKey
  16198. 1482.71 s [ghcide] typeNatCmpTyFamNameKey
  16199. 1482.71 s [ghcide] typeCharCmpTyFamNameKey
  16200. 1482.71 s [ghcide] typeLeqCharTyFamNameKey
  16201. 1482.71 s [ghcide] typeNatDivTyFamNameKey
  16202. 1482.71 s [ghcide] typeNatModTyFamNameKey
  16203. 1482.71 s [ghcide] typeNatLogTyFamNameKey
  16204. 1482.71 s [ghcide] typeConsSymbolTyFamNameKey
  16205. 1482.71 s [ghcide] typeUnconsSymbolTyFamNameKey
  16206. 1482.71 s [ghcide] typeCharToNatTyFamNameKey
  16207. 1482.71 s [ghcide] typeNatToCharTyFamNameKey
  16208. 1482.71 s [ghcide] constPtrTyConKey
  16209. 1482.72 s [ghcide] charDataConKey
  16210. 1482.72 s [ghcide] consDataConKey
  16211. 1482.72 s [ghcide] doubleDataConKey
  16212. 1482.72 s [ghcide] falseDataConKey
  16213. 1482.72 s [ghcide] floatDataConKey
  16214. 1482.72 s [ghcide] intDataConKey
  16215. 1482.72 s [ghcide] nothingDataConKey
  16216. 1482.72 s [ghcide] justDataConKey
  16217. 1482.72 s [ghcide] eqDataConKey
  16218. 1482.72 s [ghcide] nilDataConKey
  16219. 1482.72 s [ghcide] ratioDataConKey
  16220. 1482.72 s [ghcide] word8DataConKey
  16221. 1482.72 s [ghcide] stableNameDataConKey
  16222. 1482.72 s [ghcide] trueDataConKey
  16223. 1482.72 s [ghcide] wordDataConKey
  16224. 1482.72 s [ghcide] ioDataConKey
  16225. 1482.72 s [ghcide] heqDataConKey
  16226. 1482.72 s [ghcide] crossDataConKey
  16227. 1482.72 s [ghcide] inlDataConKey
  16228. 1482.72 s [ghcide] inrDataConKey
  16229. 1482.72 s [ghcide] genUnitDataConKey
  16230. 1482.72 s [ghcide] leftDataConKey
  16231. 1482.72 s [ghcide] rightDataConKey
  16232. 1482.72 s [ghcide] ordLTDataConKey
  16233. 1482.72 s [ghcide] ordEQDataConKey
  16234. 1482.72 s [ghcide] ordGTDataConKey
  16235. 1482.72 s [ghcide] mkDictDataConKey
  16236. 1482.72 s [ghcide] coercibleDataConKey
  16237. 1482.72 s [ghcide] staticPtrDataConKey
  16238. 1482.72 s [ghcide] staticPtrInfoDataConKey
  16239. 1482.72 s [ghcide] fingerprintDataConKey
  16240. 1482.72 s [ghcide] srcLocDataConKey
  16241. 1482.72 s [ghcide] trTyConDataConKey
  16242. 1482.72 s [ghcide] trModuleDataConKey
  16243. 1482.72 s [ghcide] trNameSDataConKey
  16244. 1482.72 s [ghcide] trNameDDataConKey
  16245. 1482.72 s [ghcide] trGhcPrimModuleKey
  16246. 1482.72 s [ghcide] typeErrorTextDataConKey
  16247. 1482.72 s [ghcide] typeErrorAppendDataConKey
  16248. 1482.72 s [ghcide] typeErrorVAppendDataConKey
  16249. 1482.72 s [ghcide] typeErrorShowTypeDataConKey
  16250. 1482.72 s [ghcide] prefixIDataConKey
  16251. 1482.72 s [ghcide] infixIDataConKey
  16252. 1482.72 s [ghcide] leftAssociativeDataConKey
  16253. 1482.72 s [ghcide] rightAssociativeDataConKey
  16254. 1482.72 s [ghcide] notAssociativeDataConKey
  16255. 1482.72 s [ghcide] sourceUnpackDataConKey
  16256. 1482.72 s [ghcide] sourceNoUnpackDataConKey
  16257. 1482.72 s [ghcide] noSourceUnpackednessDataConKey
  16258. 1482.72 s [ghcide] sourceLazyDataConKey
  16259. 1482.72 s [ghcide] sourceStrictDataConKey
  16260. 1482.72 s [ghcide] noSourceStrictnessDataConKey
  16261. 1482.72 s [ghcide] decidedLazyDataConKey
  16262. 1482.72 s [ghcide] decidedStrictDataConKey
  16263. 1482.72 s [ghcide] decidedUnpackDataConKey
  16264. 1482.72 s [ghcide] metaDataDataConKey
  16265. 1482.72 s [ghcide] metaConsDataConKey
  16266. 1482.72 s [ghcide] metaSelDataConKey
  16267. 1482.72 s [ghcide] vecRepDataConKey
  16268. 1482.72 s [ghcide] tupleRepDataConKey
  16269. 1482.72 s [ghcide] sumRepDataConKey
  16270. 1482.72 s [ghcide] boxedRepDataConKey
  16271. 1482.72 s [ghcide] boxedRepDataConTyConKey
  16272. 1482.72 s [ghcide] tupleRepDataConTyConKey
  16273. 1482.72 s [ghcide] runtimeRepSimpleDataConKeys
  16274. 1482.72 s [ghcide] liftedDataConKey
  16275. 1482.72 s [ghcide] unliftedDataConKey
  16276. 1482.72 s [ghcide] vecCountDataConKeys
  16277. 1482.72 s [ghcide] vecElemDataConKeys
  16278. 1482.72 s [ghcide] kindRepTyConAppDataConKey
  16279. 1482.72 s [ghcide] kindRepVarDataConKey
  16280. 1482.72 s [ghcide] kindRepAppDataConKey
  16281. 1482.72 s [ghcide] kindRepFunDataConKey
  16282. 1482.72 s [ghcide] kindRepTYPEDataConKey
  16283. 1482.72 s [ghcide] kindRepTypeLitSDataConKey
  16284. 1482.72 s [ghcide] kindRepTypeLitDDataConKey
  16285. 1482.72 s [ghcide] typeLitSymbolDataConKey
  16286. 1482.72 s [ghcide] typeLitNatDataConKey
  16287. 1482.72 s [ghcide] typeLitCharDataConKey
  16288. 1482.72 s [ghcide] unsafeReflDataConKey
  16289. 1482.72 s [ghcide] oneDataConKey
  16290. 1482.72 s [ghcide] manyDataConKey
  16291. 1482.72 s [ghcide] integerISDataConKey
  16292. 1482.72 s [ghcide] integerINDataConKey
  16293. 1482.72 s [ghcide] integerIPDataConKey
  16294. 1482.72 s [ghcide] naturalNSDataConKey
  16295. 1482.72 s [ghcide] naturalNBDataConKey
  16296. 1482.72 s [ghcide] wildCardKey
  16297. 1482.72 s [ghcide] absentErrorIdKey
  16298. 1482.72 s [ghcide] absentConstraintErrorIdKey
  16299. 1482.72 s [ghcide] augmentIdKey
  16300. 1482.72 s [ghcide] appendIdKey
  16301. 1482.72 s [ghcide] buildIdKey
  16302. 1482.72 s [ghcide] foldrIdKey
  16303. 1482.72 s [ghcide] recSelErrorIdKey
  16304. 1482.72 s [ghcide] seqIdKey
  16305. 1482.72 s [ghcide] absentSumFieldErrorIdKey
  16306. 1482.72 s [ghcide] eqStringIdKey
  16307. 1482.72 s [ghcide] noMethodBindingErrorIdKey
  16308. 1482.72 s [ghcide] nonExhaustiveGuardsErrorIdKey
  16309. 1482.72 s [ghcide] impossibleErrorIdKey
  16310. 1482.72 s [ghcide] impossibleConstraintErrorIdKey
  16311. 1482.72 s [ghcide] patErrorIdKey
  16312. 1482.72 s [ghcide] realWorldPrimIdKey
  16313. 1482.72 s [ghcide] recConErrorIdKey
  16314. 1482.72 s [ghcide] unpackCStringUtf8IdKey
  16315. 1482.72 s [ghcide] unpackCStringAppendUtf8IdKey
  16316. 1482.72 s [ghcide] unpackCStringFoldrUtf8IdKey
  16317. 1482.72 s [ghcide] unpackCStringIdKey
  16318. 1482.72 s [ghcide] unpackCStringAppendIdKey
  16319. 1482.72 s [ghcide] unpackCStringFoldrIdKey
  16320. 1482.72 s [ghcide] voidPrimIdKey
  16321. 1482.72 s [ghcide] typeErrorIdKey
  16322. 1482.72 s [ghcide] divIntIdKey
  16323. 1482.72 s [ghcide] modIntIdKey
  16324. 1482.72 s [ghcide] cstringLengthIdKey
  16325. 1482.72 s [ghcide] concatIdKey
  16326. 1482.72 s [ghcide] filterIdKey
  16327. 1482.72 s [ghcide] zipIdKey
  16328. 1482.72 s [ghcide] bindIOIdKey
  16329. 1482.72 s [ghcide] returnIOIdKey
  16330. 1482.72 s [ghcide] newStablePtrIdKey
  16331. 1482.72 s [ghcide] printIdKey
  16332. 1482.72 s [ghcide] failIOIdKey
  16333. 1482.72 s [ghcide] nullAddrIdKey
  16334. 1482.72 s [ghcide] voidArgIdKey
  16335. 1482.72 s [ghcide] otherwiseIdKey
  16336. 1482.72 s [ghcide] assertIdKey
  16337. 1482.72 s [ghcide] leftSectionKey
  16338. 1482.72 s [ghcide] rightSectionKey
  16339. 1482.72 s [ghcide] rootMainKey
  16340. 1482.72 s [ghcide] runMainKey
  16341. 1482.72 s [ghcide] thenIOIdKey
  16342. 1482.72 s [ghcide] lazyIdKey
  16343. 1482.72 s [ghcide] assertErrorIdKey
  16344. 1482.72 s [ghcide] oneShotKey
  16345. 1482.72 s [ghcide] runRWKey
  16346. 1482.72 s [ghcide] traceKey
  16347. 1482.72 s [ghcide] nospecIdKey
  16348. 1482.72 s [ghcide] inlineIdKey
  16349. 1482.72 s [ghcide] mapIdKey
  16350. 1482.72 s [ghcide] dollarIdKey
  16351. 1482.72 s [ghcide] coercionTokenIdKey
  16352. 1482.72 s [ghcide] considerAccessibleIdKey
  16353. 1482.72 s [ghcide] noinlineIdKey
  16354. 1482.72 s [ghcide] noinlineConstraintIdKey
  16355. 1482.72 s [ghcide] integerToFloatIdKey
  16356. 1482.72 s [ghcide] integerToDoubleIdKey
  16357. 1482.72 s [ghcide] naturalToFloatIdKey
  16358. 1482.72 s [ghcide] naturalToDoubleIdKey
  16359. 1482.72 s [ghcide] rationalToFloatIdKey
  16360. 1482.72 s [ghcide] rationalToDoubleIdKey
  16361. 1482.72 s [ghcide] coerceKey
  16362. 1482.72 s [ghcide] unboundKey
  16363. 1482.72 s [ghcide] fromIntegerClassOpKey
  16364. 1482.72 s [ghcide] minusClassOpKey
  16365. 1482.72 s [ghcide] fromRationalClassOpKey
  16366. 1482.72 s [ghcide] enumFromClassOpKey
  16367. 1482.72 s [ghcide] enumFromThenClassOpKey
  16368. 1482.72 s [ghcide] enumFromToClassOpKey
  16369. 1482.72 s [ghcide] enumFromThenToClassOpKey
  16370. 1482.72 s [ghcide] eqClassOpKey
  16371. 1482.72 s [ghcide] geClassOpKey
  16372. 1482.72 s [ghcide] negateClassOpKey
  16373. 1482.72 s [ghcide] bindMClassOpKey
  16374. 1482.72 s [ghcide] thenMClassOpKey
  16375. 1482.72 s [ghcide] fmapClassOpKey
  16376. 1482.72 s [ghcide] returnMClassOpKey
  16377. 1482.72 s [ghcide] mfixIdKey
  16378. 1482.72 s [ghcide] failMClassOpKey
  16379. 1482.72 s [ghcide] fromLabelClassOpKey
  16380. 1482.72 s [ghcide] arrAIdKey
  16381. 1482.72 s [ghcide] composeAIdKey
  16382. 1482.72 s [ghcide] firstAIdKey
  16383. 1482.72 s [ghcide] appAIdKey
  16384. 1482.72 s [ghcide] choiceAIdKey
  16385. 1482.72 s [ghcide] loopAIdKey
  16386. 1482.72 s [ghcide] fromStringClassOpKey
  16387. 1482.72 s [ghcide] toAnnotationWrapperIdKey
  16388. 1482.72 s [ghcide] fromIntegralIdKey
  16389. 1482.72 s [ghcide] realToFracIdKey
  16390. 1482.72 s [ghcide] toIntegerClassOpKey
  16391. 1482.72 s [ghcide] toRationalClassOpKey
  16392. 1482.72 s [ghcide] guardMIdKey
  16393. 1482.72 s [ghcide] liftMIdKey
  16394. 1482.72 s [ghcide] mzipIdKey
  16395. 1482.72 s [ghcide] ghciStepIoMClassOpKey
  16396. 1482.72 s [ghcide] isListClassKey
  16397. 1482.72 s [ghcide] fromListClassOpKey
  16398. 1482.72 s [ghcide] fromListNClassOpKey
  16399. 1482.72 s [ghcide] toListClassOpKey
  16400. 1482.72 s [ghcide] proxyHashKey
  16401. 1482.72 s [ghcide] mkTyConKey
  16402. 1482.72 s [ghcide] mkTrTypeKey
  16403. 1482.72 s [ghcide] mkTrConKey
  16404. 1482.72 s [ghcide] mkTrAppKey
  16405. 1482.72 s [ghcide] typeNatTypeRepKey
  16406. 1482.72 s [ghcide] typeSymbolTypeRepKey
  16407. 1482.72 s [ghcide] typeCharTypeRepKey
  16408. 1482.72 s [ghcide] typeRepIdKey
  16409. 1482.72 s [ghcide] mkTrFunKey
  16410. 1482.72 s [ghcide] trTYPEKey
  16411. 1482.72 s [ghcide] trTYPE'PtrRepLiftedKey
  16412. 1482.72 s [ghcide] trRuntimeRepKey
  16413. 1482.72 s [ghcide] tr'PtrRepLiftedKey
  16414. 1482.72 s [ghcide] trLiftedRepKey
  16415. 1482.72 s [ghcide] starKindRepKey
  16416. 1482.72 s [ghcide] starArrStarKindRepKey
  16417. 1482.72 s [ghcide] starArrStarArrStarKindRepKey
  16418. 1482.72 s [ghcide] constraintKindRepKey
  16419. 1482.72 s [ghcide] toDynIdKey
  16420. 1482.72 s [ghcide] bitIntegerIdKey
  16421. 1482.72 s [ghcide] eqSCSelIdKey
  16422. 1482.72 s [ghcide] heqSCSelIdKey
  16423. 1482.72 s [ghcide] coercibleSCSelIdKey
  16424. 1482.72 s [ghcide] sappendClassOpKey
  16425. 1482.72 s [ghcide] memptyClassOpKey
  16426. 1482.72 s [ghcide] mappendClassOpKey
  16427. 1482.72 s [ghcide] mconcatClassOpKey
  16428. 1482.72 s [ghcide] emptyCallStackKey
  16429. 1482.72 s [ghcide] pushCallStackKey
  16430. 1482.72 s [ghcide] fromStaticPtrClassOpKey
  16431. 1482.72 s [ghcide] makeStaticKey
  16432. 1482.72 s [ghcide] unsafeEqualityProofIdKey
  16433. 1482.72 s [ghcide] unsafeCoercePrimIdKey
  16434. 1482.72 s [ghcide] getFieldClassOpKey
  16435. 1482.72 s [ghcide] setFieldClassOpKey
  16436. 1482.72 s [ghcide] integerFromNaturalIdKey
  16437. 1482.72 s [ghcide] integerToNaturalClampIdKey
  16438. 1482.72 s [ghcide] integerToNaturalThrowIdKey
  16439. 1482.72 s [ghcide] integerToNaturalIdKey
  16440. 1482.72 s [ghcide] integerToWordIdKey
  16441. 1482.72 s [ghcide] integerToIntIdKey
  16442. 1482.72 s [ghcide] integerToWord64IdKey
  16443. 1482.72 s [ghcide] integerToInt64IdKey
  16444. 1482.72 s [ghcide] integerAddIdKey
  16445. 1482.72 s [ghcide] integerMulIdKey
  16446. 1482.72 s [ghcide] integerSubIdKey
  16447. 1482.72 s [ghcide] integerNegateIdKey
  16448. 1482.72 s [ghcide] integerAbsIdKey
  16449. 1482.72 s [ghcide] integerPopCountIdKey
  16450. 1482.72 s [ghcide] integerQuotIdKey
  16451. 1482.72 s [ghcide] integerRemIdKey
  16452. 1482.72 s [ghcide] integerDivIdKey
  16453. 1482.72 s [ghcide] integerModIdKey
  16454. 1482.72 s [ghcide] integerDivModIdKey
  16455. 1482.72 s [ghcide] integerQuotRemIdKey
  16456. 1482.72 s [ghcide] integerEncodeFloatIdKey
  16457. 1482.72 s [ghcide] integerEncodeDoubleIdKey
  16458. 1482.72 s [ghcide] integerGcdIdKey
  16459. 1482.72 s [ghcide] integerLcmIdKey
  16460. 1482.72 s [ghcide] integerAndIdKey
  16461. 1482.72 s [ghcide] integerOrIdKey
  16462. 1482.72 s [ghcide] integerXorIdKey
  16463. 1482.72 s [ghcide] integerComplementIdKey
  16464. 1482.72 s [ghcide] integerBitIdKey
  16465. 1482.72 s [ghcide] integerTestBitIdKey
  16466. 1482.72 s [ghcide] integerShiftLIdKey
  16467. 1482.72 s [ghcide] integerShiftRIdKey
  16468. 1482.72 s [ghcide] integerFromWordIdKey
  16469. 1482.72 s [ghcide] integerFromWord64IdKey
  16470. 1482.72 s [ghcide] integerFromInt64IdKey
  16471. 1482.72 s [ghcide] naturalToWordIdKey
  16472. 1482.72 s [ghcide] naturalPopCountIdKey
  16473. 1482.72 s [ghcide] naturalShiftRIdKey
  16474. 1482.72 s [ghcide] naturalShiftLIdKey
  16475. 1482.72 s [ghcide] naturalAddIdKey
  16476. 1482.72 s [ghcide] naturalSubIdKey
  16477. 1482.72 s [ghcide] naturalSubThrowIdKey
  16478. 1482.72 s [ghcide] naturalSubUnsafeIdKey
  16479. 1482.72 s [ghcide] naturalMulIdKey
  16480. 1482.72 s [ghcide] naturalQuotRemIdKey
  16481. 1482.72 s [ghcide] naturalQuotIdKey
  16482. 1482.72 s [ghcide] naturalRemIdKey
  16483. 1482.72 s [ghcide] naturalAndIdKey
  16484. 1482.72 s [ghcide] naturalAndNotIdKey
  16485. 1482.72 s [ghcide] naturalOrIdKey
  16486. 1482.72 s [ghcide] naturalXorIdKey
  16487. 1482.72 s [ghcide] naturalTestBitIdKey
  16488. 1482.72 s [ghcide] naturalBitIdKey
  16489. 1482.72 s [ghcide] naturalGcdIdKey
  16490. 1482.72 s [ghcide] naturalLcmIdKey
  16491. 1482.72 s [ghcide] naturalLog2IdKey
  16492. 1482.72 s [ghcide] naturalLogBaseWordIdKey
  16493. 1482.72 s [ghcide] naturalLogBaseIdKey
  16494. 1482.72 s [ghcide] naturalPowModIdKey
  16495. 1482.72 s [ghcide] naturalSizeInBaseIdKey
  16496. 1482.72 s [ghcide] bignatFromWordListIdKey
  16497. 1482.72 s [ghcide] bignatEqIdKey
  16498. 1482.72 s [ghcide] bignatCompareIdKey
  16499. 1482.72 s [ghcide] bignatCompareWordIdKey
  16500. 1482.72 s [ghcide] mkRationalBase2IdKey
  16501. 1482.72 s [ghcide] mkRationalBase10IdKey
  16502. 1482.72 s [ghcide] numericClassKeys
  16503. 1482.72 s [ghcide] fractionalClassKeys
  16504. 1482.72 s [ghcide] standardClassKeys
  16505. 1482.72 s [ghcide] derivableClassKeys
  16506. 1482.72 s [ghcide] interactiveClassNames
  16507. 1482.72 s [ghcide] interactiveClassKeys
  16508. 1482.72 s [ghcide] StrictnessMark
  16509. 1482.72 s [ghcide] DataConEnv
  16510. 1482.72 s [ghcide] promoteDataCon
  16511. 1482.72 s [ghcide] isUnboxedSumDataCon
  16512. 1482.72 s [ghcide] eqSpecTyVar
  16513. 1482.72 s [ghcide] eqSpecType
  16514. 1482.72 s [ghcide] eqSpecPair
  16515. 1482.72 s [ghcide] eqSpecPreds
  16516. 1482.72 s [ghcide] isBanged
  16517. 1482.72 s [ghcide] isSrcStrict
  16518. 1482.72 s [ghcide] isSrcUnpacked
  16519. 1482.72 s [ghcide] isMarkedStrict
  16520. 1482.72 s [ghcide] cbvFromStrictMark
  16521. 1482.72 s [ghcide] dataConTagZ
  16522. 1482.72 s [ghcide] dataConImplBangs
  16523. 1482.72 s [ghcide] dataConBoxer
  16524. 1482.72 s [ghcide] dataConOrigResTy
  16525. 1482.72 s [ghcide] dataConNonlinearType
  16526. 1482.72 s [ghcide] dataConDisplayType
  16527. 1482.72 s [ghcide] isTupleDataCon
  16528. 1482.72 s [ghcide] isBoxedTupleDataCon
  16529. 1482.72 s [ghcide] isUnboxedTupleDataCon
  16530. 1482.72 s [ghcide] isCovertGadtDataCon
  16531. 1482.72 s [ghcide] classDataCon
  16532. 1482.72 s [ghcide] dataConCannotMatch
  16533. 1482.72 s [ghcide] checkDataConTyVars
  16534. 1482.72 s [ghcide] dataConUserTyVarsNeedWrapper
  16535. 1482.72 s [ghcide] FamInstMatch
  16536. 1482.72 s [ghcide] FamInstEnv
  16537. 1482.72 s [ghcide] FamInstEnvs
  16538. 1482.72 s [ghcide] FamFlavor
  16539. 1482.72 s [ghcide] FamInst
  16540. 1482.72 s [ghcide] famInstAxiom
  16541. 1482.72 s [ghcide] famInstRHS
  16542. 1482.72 s [ghcide] famInstTyCon
  16543. 1482.72 s [ghcide] famInstsRepTyCons
  16544. 1482.72 s [ghcide] famInstRepTyCon_maybe
  16545. 1482.72 s [ghcide] dataFamInstRepTyCon
  16546. 1482.72 s [ghcide] orphNamesOfFamInst
  16547. 1482.72 s [ghcide] pprFamInsts
  16548. 1482.72 s [ghcide] mkImportedFamInst
  16549. 1482.72 s [ghcide] famInstEnvSize
  16550. 1482.72 s [ghcide] emptyFamInstEnv
  16551. 1482.72 s [ghcide] famInstEnvElts
  16552. 1482.72 s [ghcide] familyInstances
  16553. 1482.72 s [ghcide] familyNameInstances
  16554. 1482.72 s [ghcide] extendFamInstEnvList
  16555. 1482.72 s [ghcide] extendFamInstEnv
  16556. 1482.72 s [ghcide] compatibleBranches
  16557. 1482.72 s [ghcide] mkCoAxBranch
  16558. 1482.72 s [ghcide] mkBranchedCoAxiom
  16559. 1482.72 s [ghcide] mkUnbranchedCoAxiom
  16560. 1482.72 s [ghcide] mkSingleCoAxiom
  16561. 1482.72 s [ghcide] lookupFamInstEnvByTyCon
  16562. 1482.72 s [ghcide] lookupFamInstEnv
  16563. 1482.72 s [ghcide] lookupFamInstEnvConflicts
  16564. 1482.72 s [ghcide] isDominatedBy
  16565. 1482.72 s [ghcide] reduceTyFamApp_maybe
  16566. 1482.72 s [ghcide] topNormaliseType
  16567. 1482.72 s [ghcide] normaliseType
  16568. 1482.72 s [ghcide] normaliseTcApp
  16569. 1482.72 s [ghcide] ForeignExport
  16570. 1482.72 s [ghcide] CImportSpec
  16571. 1482.72 s [ghcide] ForeignImport
  16572. 1482.72 s [ghcide] StandaloneKindSig
  16573. 1482.72 s [ghcide] LDerivClauseTys
  16574. 1482.72 s [ghcide] LHsDerivingClause
  16575. 1482.72 s [ghcide] FamilyInfo
  16576. 1482.72 s [ghcide] LHsFunDep
  16577. 1482.72 s [ghcide] LHsDecl
  16578. 1482.72 s [ghcide] HsRuleAnn
  16579. 1482.72 s [ghcide] HsRuleRn
  16580. 1482.72 s [ghcide] XViaStrategyPs
  16581. 1482.72 s [ghcide] DataDeclRn
  16582. 1482.72 s [ghcide] XFunDep
  16583. 1482.72 s [ghcide] hsGroupInstDecls
  16584. 1482.72 s [ghcide] tyClDeclTyVars
  16585. 1482.72 s [ghcide] tyClGroupTyClDecls
  16586. 1482.72 s [ghcide] tyClGroupInstDecls
  16587. 1482.72 s [ghcide] tyClGroupRoleDecls
  16588. 1482.72 s [ghcide] tyClGroupKindSigs
  16589. 1482.72 s [ghcide] collectRuleBndrSigTys
  16590. 1482.72 s [ghcide] docDeclDoc
  16591. 1482.72 s [ghcide] annProvenanceName_maybe
  16592. 1482.72 s [ghcide] emptyRdrGroup
  16593. 1482.72 s [ghcide] emptyRnGroup
  16594. 1482.72 s [ghcide] appendGroups
  16595. 1482.72 s [ghcide] tyFamInstDeclName
  16596. 1482.72 s [ghcide] tyFamInstDeclLName
  16597. 1482.72 s [ghcide] tyClDeclLName
  16598. 1482.72 s [ghcide] countTyClDecls
  16599. 1482.72 s [ghcide] tcdName
  16600. 1482.72 s [ghcide] pp_vanilla_decl_head
  16601. 1482.72 s [ghcide] pprTyClDeclFlavour
  16602. 1482.72 s [ghcide] familyDeclLName
  16603. 1482.72 s [ghcide] familyDeclName
  16604. 1482.72 s [ghcide] famResultKindSignature
  16605. 1482.72 s [ghcide] standaloneKindSigName
  16606. 1482.72 s [ghcide] getConNames
  16607. 1482.72 s [ghcide] hsConDeclTheta
  16608. 1482.72 s [ghcide] ppDataDefnHeader
  16609. 1482.72 s [ghcide] pprTyFamInstDecl
  16610. 1482.72 s [ghcide] pprDataFamInstFlavour
  16611. 1482.72 s [ghcide] pprHsFamInstLHS
  16612. 1482.72 s [ghcide] instDeclDataFamInsts
  16613. 1482.72 s [ghcide] anyLConIsGadt
  16614. 1482.72 s [ghcide] flattenRuleDecls
  16615. 1482.72 s [ghcide] pprFullRuleName
  16616. 1482.72 s [ghcide] roleAnnotDeclName
  16617. 1482.72 s [ghcide] mkHsAppTy
  16618. 1482.72 s [ghcide] mkHsAppKindTy
  16619. 1482.72 s [ghcide] mkSimpleMatch
  16620. 1482.72 s [ghcide] unguardedGRHSs
  16621. 1482.72 s [ghcide] unguardedRHS
  16622. 1482.72 s [ghcide] mkMatchGroup
  16623. 1482.72 s [ghcide] mkLamCaseMatchGroup
  16624. 1482.72 s [ghcide] mkLocatedList
  16625. 1482.72 s [ghcide] mkHsApp
  16626. 1482.72 s [ghcide] mkHsAppWith
  16627. 1482.72 s [ghcide] mkHsApps
  16628. 1482.72 s [ghcide] mkHsAppsWith
  16629. 1482.72 s [ghcide] mkHsAppType
  16630. 1482.72 s [ghcide] mkHsAppTypes
  16631. 1482.72 s [ghcide] mkHsLam
  16632. 1482.72 s [ghcide] mkHsLams
  16633. 1482.72 s [ghcide] nlHsTyApp
  16634. 1482.72 s [ghcide] nlHsTyApps
  16635. 1482.72 s [ghcide] mkParPat
  16636. 1482.72 s [ghcide] nlParPat
  16637. 1482.72 s [ghcide] mkRecStmt
  16638. 1482.72 s [ghcide] mkHsIntegral
  16639. 1482.72 s [ghcide] mkHsFractional
  16640. 1482.72 s [ghcide] mkHsIsString
  16641. 1482.72 s [ghcide] mkHsDo
  16642. 1482.72 s [ghcide] mkHsDoAnns
  16643. 1482.72 s [ghcide] mkHsComp
  16644. 1482.72 s [ghcide] mkHsCompAnns
  16645. 1482.72 s [ghcide] mkHsIf
  16646. 1482.72 s [ghcide] mkHsCmdIf
  16647. 1482.72 s [ghcide] mkNPat
  16648. 1482.72 s [ghcide] mkNPlusKPat
  16649. 1482.72 s [ghcide] emptyTransStmt
  16650. 1482.72 s [ghcide] mkTransformStmt
  16651. 1482.72 s [ghcide] mkTransformByStmt
  16652. 1482.72 s [ghcide] mkGroupUsingStmt
  16653. 1482.72 s [ghcide] mkGroupByUsingStmt
  16654. 1482.72 s [ghcide] mkLastStmt
  16655. 1482.72 s [ghcide] mkBodyStmt
  16656. 1482.72 s [ghcide] mkPsBindStmt
  16657. 1482.72 s [ghcide] mkRnBindStmt
  16658. 1482.72 s [ghcide] mkTcBindStmt
  16659. 1482.72 s [ghcide] unitRecStmtTc
  16660. 1482.72 s [ghcide] emptyRecStmt
  16661. 1482.72 s [ghcide] emptyRecStmtName
  16662. 1482.72 s [ghcide] emptyRecStmtId
  16663. 1482.72 s [ghcide] mkLetStmt
  16664. 1482.72 s [ghcide] mkHsString
  16665. 1482.72 s [ghcide] mkHsStringFS
  16666. 1482.72 s [ghcide] mkHsStringPrimLit
  16667. 1482.72 s [ghcide] mkHsCharPrimLit
  16668. 1482.72 s [ghcide] mkConLikeTc
  16669. 1482.72 s [ghcide] nlHsVar
  16670. 1482.72 s [ghcide] nl_HsVar
  16671. 1482.72 s [ghcide] nlHsLit
  16672. 1482.72 s [ghcide] nlHsIntLit
  16673. 1482.72 s [ghcide] nlVarPat
  16674. 1482.72 s [ghcide] nlLitPat
  16675. 1482.72 s [ghcide] nlHsApp
  16676. 1482.72 s [ghcide] nlHsSyntaxApps
  16677. 1482.72 s [ghcide] nlHsApps
  16678. 1482.72 s [ghcide] nlHsVarApps
  16679. 1482.72 s [ghcide] nlConVarPat
  16680. 1482.72 s [ghcide] nlConVarPatName
  16681. 1482.72 s [ghcide] nlInfixConPat
  16682. 1482.72 s [ghcide] nlConPat
  16683. 1482.72 s [ghcide] nlConPatName
  16684. 1482.72 s [ghcide] nlNullaryConPat
  16685. 1482.72 s [ghcide] nlWildConPat
  16686. 1482.72 s [ghcide] nlHsDo
  16687. 1482.72 s [ghcide] nlHsOpApp
  16688. 1482.72 s [ghcide] nlHsLam
  16689. 1482.72 s [ghcide] nlHsPar
  16690. 1482.72 s [ghcide] nlHsIf
  16691. 1482.72 s [ghcide] nlHsCase
  16692. 1482.72 s [ghcide] nlList
  16693. 1482.72 s [ghcide] nlHsAppTy
  16694. 1482.72 s [ghcide] nlHsTyVar
  16695. 1482.72 s [ghcide] nlHsFunTy
  16696. 1482.72 s [ghcide] nlHsParTy
  16697. 1482.72 s [ghcide] nlHsTyConApp
  16698. 1482.72 s [ghcide] nlHsAppKindTy
  16699. 1482.72 s [ghcide] mkLHsTupleExpr
  16700. 1482.72 s [ghcide] mkLHsVarTuple
  16701. 1482.72 s [ghcide] nlTuplePat
  16702. 1482.72 s [ghcide] missingTupArg
  16703. 1482.72 s [ghcide] mkBigLHsTup
  16704. 1482.72 s [ghcide] mkBigLHsPatTup
  16705. 1482.72 s [ghcide] mkHsSigEnv
  16706. 1482.72 s [ghcide] mkLHsWrap
  16707. 1482.72 s [ghcide] mkHsWrap
  16708. 1482.72 s [ghcide] mkHsWrapCo
  16709. 1482.72 s [ghcide] mkHsWrapCoR
  16710. 1482.72 s [ghcide] mkLHsWrapCo
  16711. 1482.72 s [ghcide] mkHsCmdWrap
  16712. 1482.72 s [ghcide] mkLHsCmdWrap
  16713. 1482.72 s [ghcide] mkHsWrapPat
  16714. 1482.72 s [ghcide] mkHsWrapPatCo
  16715. 1482.72 s [ghcide] mkHsDictLet
  16716. 1482.72 s [ghcide] mkHsVarBind
  16717. 1482.72 s [ghcide] mkVarBind
  16718. 1482.72 s [ghcide] mkPatSynBind
  16719. 1482.72 s [ghcide] mkMatch
  16720. 1482.72 s [ghcide] collectLocalBinders
  16721. 1482.72 s [ghcide] collectHsValBinders
  16722. 1482.72 s [ghcide] collectLStmtsBinders
  16723. 1482.72 s [ghcide] collectStmtsBinders
  16724. 1482.72 s [ghcide] collectLStmtBinders
  16725. 1482.72 s [ghcide] collectStmtBinders
  16726. 1482.72 s [ghcide] collectPatBinders
  16727. 1482.72 s [ghcide] collectPatsBinders
  16728. 1482.72 s [ghcide] hsGroupBinders
  16729. 1482.72 s [ghcide] hsTyClForeignBinders
  16730. 1482.72 s [ghcide] getPatSynBinds
  16731. 1482.72 s [ghcide] lStmtsImplicits
  16732. 1482.72 s [ghcide] hsValBindsImplicits
  16733. 1482.72 s [ghcide] lPatImplicits
  16734. 1482.72 s [ghcide] Match
  16735. 1482.72 s [ghcide] XXIEWrappedName
  16736. 1482.72 s [ghcide] XIEType
  16737. 1482.72 s [ghcide] XIEPattern
  16738. 1482.72 s [ghcide] XIEName
  16739. 1482.72 s [ghcide] XXIE
  16740. 1482.72 s [ghcide] XIEDocNamed
  16741. 1482.72 s [ghcide] XIEDoc
  16742. 1482.72 s [ghcide] XIEGroup
  16743. 1482.72 s [ghcide] XIEModuleContents
  16744. 1482.72 s [ghcide] XIEThingWith
  16745. 1482.72 s [ghcide] XIEThingAll
  16746. 1482.72 s [ghcide] XIEThingAbs
  16747. 1482.72 s [ghcide] XIEVar
  16748. 1482.72 s [ghcide] ImportDeclPkgQual
  16749. 1482.72 s [ghcide] XXImportDecl
  16750. 1482.72 s [ghcide] XCImportDecl
  16751. 1482.72 s [ghcide] XXFieldOcc
  16752. 1482.72 s [ghcide] XCFieldOcc
  16753. 1482.72 s [ghcide] XXConDeclField
  16754. 1482.72 s [ghcide] XConDeclField
  16755. 1482.72 s [ghcide] XXTyVarBndr
  16756. 1482.72 s [ghcide] XKindedTyVar
  16757. 1482.72 s [ghcide] XUserTyVar
  16758. 1482.72 s [ghcide] XXHsForAllTelescope
  16759. 1482.72 s [ghcide] XHsForAllInvis
  16760. 1482.72 s [ghcide] XHsForAllVis
  16761. 1482.72 s [ghcide] XXTyLit
  16762. 1482.72 s [ghcide] XCharTy
  16763. 1482.72 s [ghcide] XStrTy
  16764. 1482.72 s [ghcide] XNumTy
  16765. 1482.72 s [ghcide] XXType
  16766. 1482.72 s [ghcide] XWildCardTy
  16767. 1482.72 s [ghcide] XTyLit
  16768. 1482.72 s [ghcide] XExplicitTupleTy
  16769. 1482.72 s [ghcide] XExplicitListTy
  16770. 1482.72 s [ghcide] XRecTy
  16771. 1482.72 s [ghcide] XBangTy
  16772. 1482.72 s [ghcide] XDocTy
  16773. 1482.72 s [ghcide] XSpliceTy
  16774. 1482.72 s [ghcide] XKindSig
  16775. 1482.72 s [ghcide] XStarTy
  16776. 1482.72 s [ghcide] XIParamTy
  16777. 1482.72 s [ghcide] XParTy
  16778. 1482.72 s [ghcide] XOpTy
  16779. 1482.72 s [ghcide] XSumTy
  16780. 1482.72 s [ghcide] XTupleTy
  16781. 1482.72 s [ghcide] XListTy
  16782. 1482.72 s [ghcide] XFunTy
  16783. 1482.72 s [ghcide] XAppKindTy
  16784. 1482.72 s [ghcide] XAppTy
  16785. 1482.72 s [ghcide] XTyVar
  16786. 1482.72 s [ghcide] XQualTy
  16787. 1482.72 s [ghcide] XForAllTy
  16788. 1482.72 s [ghcide] XXHsPatSigType
  16789. 1482.72 s [ghcide] XHsPS
  16790. 1482.72 s [ghcide] XXHsWildCardBndrs
  16791. 1482.72 s [ghcide] XHsWC
  16792. 1482.72 s [ghcide] XXHsSigType
  16793. 1482.72 s [ghcide] XHsSig
  16794. 1482.72 s [ghcide] XXHsOuterTyVarBndrs
  16795. 1482.72 s [ghcide] XHsOuterExplicit
  16796. 1482.72 s [ghcide] XHsOuterImplicit
  16797. 1482.72 s [ghcide] XXLHsQTyVars
  16798. 1482.72 s [ghcide] XHsQTvs
  16799. 1482.72 s [ghcide] XHsFieldBind
  16800. 1482.72 s [ghcide] XXPat
  16801. 1482.72 s [ghcide] XCoPat
  16802. 1482.72 s [ghcide] XSigPat
  16803. 1482.72 s [ghcide] XNPlusKPat
  16804. 1482.72 s [ghcide] XNPat
  16805. 1482.72 s [ghcide] XLitPat
  16806. 1482.72 s [ghcide] XSplicePat
  16807. 1482.72 s [ghcide] XViewPat
  16808. 1482.72 s [ghcide] XConPat
  16809. 1482.72 s [ghcide] XSumPat
  16810. 1482.72 s [ghcide] XTuplePat
  16811. 1482.72 s [ghcide] XListPat
  16812. 1482.72 s [ghcide] XBangPat
  16813. 1482.72 s [ghcide] XParPat
  16814. 1482.72 s [ghcide] XAsPat
  16815. 1482.72 s [ghcide] XLazyPat
  16816. 1482.72 s [ghcide] XVarPat
  16817. 1482.72 s [ghcide] XWildPat
  16818. 1482.72 s [ghcide] XXOverLit
  16819. 1482.72 s [ghcide] XOverLit
  16820. 1482.72 s [ghcide] XXLit
  16821. 1482.72 s [ghcide] XHsDoublePrim
  16822. 1482.72 s [ghcide] XHsFloatPrim
  16823. 1482.72 s [ghcide] XHsRat
  16824. 1482.72 s [ghcide] XHsInteger
  16825. 1482.72 s [ghcide] XHsWord64Prim
  16826. 1482.72 s [ghcide] XHsInt64Prim
  16827. 1482.72 s [ghcide] XHsWordPrim
  16828. 1482.72 s [ghcide] XHsIntPrim
  16829. 1482.72 s [ghcide] XHsInt
  16830. 1482.72 s [ghcide] XHsStringPrim
  16831. 1482.72 s [ghcide] XHsString
  16832. 1482.72 s [ghcide] XHsCharPrim
  16833. 1482.72 s [ghcide] XHsChar
  16834. 1482.72 s [ghcide] XXApplicativeArg
  16835. 1482.72 s [ghcide] XApplicativeArgMany
  16836. 1482.72 s [ghcide] XApplicativeArgOne
  16837. 1482.72 s [ghcide] XXParStmtBlock
  16838. 1482.72 s [ghcide] XParStmtBlock
  16839. 1482.72 s [ghcide] XXCmd
  16840. 1482.72 s [ghcide] XCmdWrap
  16841. 1482.72 s [ghcide] XCmdDo
  16842. 1482.72 s [ghcide] XCmdLet
  16843. 1482.72 s [ghcide] XCmdIf
  16844. 1482.72 s [ghcide] XCmdLamCase
  16845. 1482.72 s [ghcide] XCmdCase
  16846. 1482.72 s [ghcide] XCmdPar
  16847. 1482.72 s [ghcide] XCmdLam
  16848. 1482.72 s [ghcide] XCmdApp
  16849. 1482.72 s [ghcide] XCmdArrForm
  16850. 1482.72 s [ghcide] XCmdArrApp
  16851. 1482.72 s [ghcide] XXStmtLR
  16852. 1482.72 s [ghcide] XRecStmt
  16853. 1482.72 s [ghcide] XTransStmt
  16854. 1482.72 s [ghcide] XParStmt
  16855. 1482.72 s [ghcide] XLetStmt
  16856. 1482.72 s [ghcide] XBodyStmt
  16857. 1482.72 s [ghcide] XApplicativeStmt
  16858. 1482.72 s [ghcide] XBindStmt
  16859. 1482.72 s [ghcide] XLastStmt
  16860. 1482.72 s [ghcide] XXGRHS
  16861. 1482.72 s [ghcide] XCGRHS
  16862. 1482.72 s [ghcide] XXGRHSs
  16863. 1482.72 s [ghcide] XCGRHSs
  16864. 1482.72 s [ghcide] XXMatch
  16865. 1482.72 s [ghcide] XCMatch
  16866. 1482.72 s [ghcide] XXMatchGroup
  16867. 1482.72 s [ghcide] XMG
  16868. 1482.72 s [ghcide] XXCmdTop
  16869. 1482.72 s [ghcide] XCmdTop
  16870. 1482.72 s [ghcide] XXQuote
  16871. 1482.72 s [ghcide] XVarBr
  16872. 1482.72 s [ghcide] XTypBr
  16873. 1482.72 s [ghcide] XDecBrG
  16874. 1482.72 s [ghcide] XDecBrL
  16875. 1482.72 s [ghcide] XPatBr
  16876. 1482.72 s [ghcide] XExpBr
  16877. 1482.72 s [ghcide] XXUntypedSplice
  16878. 1482.72 s [ghcide] XQuasiQuote
  16879. 1482.72 s [ghcide] XUntypedSpliceExpr
  16880. 1482.72 s [ghcide] XXTupArg
  16881. 1482.72 s [ghcide] XMissing
  16882. 1482.72 s [ghcide] XPresent
  16883. 1482.72 s [ghcide] XXAmbiguousFieldOcc
  16884. 1482.72 s [ghcide] XAmbiguous
  16885. 1482.72 s [ghcide] XUnambiguous
  16886. 1482.72 s [ghcide] XXPragE
  16887. 1482.72 s [ghcide] XSCC
  16888. 1482.72 s [ghcide] XXDotFieldOcc
  16889. 1482.72 s [ghcide] XCDotFieldOcc
  16890. 1482.72 s [ghcide] XXExpr
  16891. 1482.72 s [ghcide] XPragE
  16892. 1482.72 s [ghcide] XBinTick
  16893. 1482.72 s [ghcide] XTick
  16894. 1482.72 s [ghcide] XStatic
  16895. 1482.72 s [ghcide] XProc
  16896. 1482.72 s [ghcide] XUntypedSplice
  16897. 1482.72 s [ghcide] XTypedSplice
  16898. 1482.72 s [ghcide] XUntypedBracket
  16899. 1482.72 s [ghcide] XTypedBracket
  16900. 1482.72 s [ghcide] XArithSeq
  16901. 1482.72 s [ghcide] XExprWithTySig
  16902. 1482.72 s [ghcide] XProjection
  16903. 1482.72 s [ghcide] XGetField
  16904. 1482.72 s [ghcide] XRecordUpd
  16905. 1482.72 s [ghcide] XRecordCon
  16906. 1482.72 s [ghcide] XExplicitList
  16907. 1482.73 s [ghcide] XDo
  16908. 1482.73 s [ghcide] XLet
  16909. 1482.73 s [ghcide] XMultiIf
  16910. 1482.73 s [ghcide] XIf
  16911. 1482.73 s [ghcide] XCase
  16912. 1482.73 s [ghcide] XExplicitSum
  16913. 1482.73 s [ghcide] XExplicitTuple
  16914. 1482.73 s [ghcide] XSectionR
  16915. 1482.73 s [ghcide] XSectionL
  16916. 1482.73 s [ghcide] XPar
  16917. 1482.73 s [ghcide] XNegApp
  16918. 1482.73 s [ghcide] XOpApp
  16919. 1482.73 s [ghcide] XAppTypeE
  16920. 1482.73 s [ghcide] XApp
  16921. 1482.73 s [ghcide] XLamCase
  16922. 1482.73 s [ghcide] XLam
  16923. 1482.73 s [ghcide] XLitE
  16924. 1482.73 s [ghcide] XOverLitE
  16925. 1482.73 s [ghcide] XIPVar
  16926. 1482.73 s [ghcide] XOverLabel
  16927. 1482.73 s [ghcide] XRecSel
  16928. 1482.73 s [ghcide] XUnboundVar
  16929. 1482.73 s [ghcide] XVar
  16930. 1482.73 s [ghcide] XXModule
  16931. 1482.73 s [ghcide] XCModule
  16932. 1482.73 s [ghcide] XXInjectivityAnn
  16933. 1482.73 s [ghcide] XCInjectivityAnn
  16934. 1482.73 s [ghcide] XXRoleAnnotDecl
  16935. 1482.73 s [ghcide] XCRoleAnnotDecl
  16936. 1482.73 s [ghcide] XXAnnDecl
  16937. 1482.73 s [ghcide] XHsAnnotation
  16938. 1482.73 s [ghcide] XXWarnDecl
  16939. 1482.73 s [ghcide] XWarning
  16940. 1482.73 s [ghcide] XXWarnDecls
  16941. 1482.73 s [ghcide] XWarnings
  16942. 1482.73 s [ghcide] XXRuleBndr
  16943. 1482.73 s [ghcide] XRuleBndrSig
  16944. 1482.73 s [ghcide] XCRuleBndr
  16945. 1482.73 s [ghcide] XXRuleDecl
  16946. 1482.73 s [ghcide] XHsRule
  16947. 1482.73 s [ghcide] XXRuleDecls
  16948. 1482.73 s [ghcide] XCRuleDecls
  16949. 1482.73 s [ghcide] XXForeignExport
  16950. 1482.73 s [ghcide] XCExport
  16951. 1482.73 s [ghcide] XXForeignImport
  16952. 1482.73 s [ghcide] XCImport
  16953. 1482.73 s [ghcide] XXForeignDecl
  16954. 1482.73 s [ghcide] XForeignExport
  16955. 1482.73 s [ghcide] XForeignImport
  16956. 1482.73 s [ghcide] XXDefaultDecl
  16957. 1482.73 s [ghcide] XCDefaultDecl
  16958. 1482.73 s [ghcide] XViaStrategy
  16959. 1482.73 s [ghcide] XNewtypeStrategy
  16960. 1482.73 s [ghcide] XAnyClassStrategy
  16961. 1482.73 s [ghcide] XStockStrategy
  16962. 1482.73 s [ghcide] XXDerivDecl
  16963. 1482.73 s [ghcide] XCDerivDecl
  16964. 1482.73 s [ghcide] XXInstDecl
  16965. 1482.73 s [ghcide] XTyFamInstD
  16966. 1482.73 s [ghcide] XDataFamInstD
  16967. 1482.73 s [ghcide] XClsInstD
  16968. 1482.73 s [ghcide] XXClsInstDecl
  16969. 1482.73 s [ghcide] XCClsInstDecl
  16970. 1482.73 s [ghcide] XXTyFamInstDecl
  16971. 1482.73 s [ghcide] XCTyFamInstDecl
  16972. 1482.73 s [ghcide] XXFamEqn
  16973. 1482.73 s [ghcide] XCFamEqn
  16974. 1482.73 s [ghcide] XXConDecl
  16975. 1482.73 s [ghcide] XConDeclH98
  16976. 1482.73 s [ghcide] XConDeclGADT
  16977. 1482.73 s [ghcide] XXDerivClauseTys
  16978. 1482.73 s [ghcide] XDctMulti
  16979. 1482.73 s [ghcide] XDctSingle
  16980. 1482.73 s [ghcide] XXHsDerivingClause
  16981. 1482.73 s [ghcide] XCHsDerivingClause
  16982. 1482.73 s [ghcide] XXHsDataDefn
  16983. 1482.73 s [ghcide] XCHsDataDefn
  16984. 1482.73 s [ghcide] XXFamilyDecl
  16985. 1482.73 s [ghcide] XCFamilyDecl
  16986. 1482.73 s [ghcide] XXFamilyResultSig
  16987. 1482.73 s [ghcide] XTyVarSig
  16988. 1482.73 s [ghcide] XCKindSig
  16989. 1482.73 s [ghcide] XNoSig
  16990. 1482.73 s [ghcide] XXTyClGroup
  16991. 1482.73 s [ghcide] XCTyClGroup
  16992. 1482.73 s [ghcide] XXFunDep
  16993. 1482.73 s [ghcide] XCFunDep
  16994. 1482.73 s [ghcide] XXTyClDecl
  16995. 1482.73 s [ghcide] XClassDecl
  16996. 1482.73 s [ghcide] XDataDecl
  16997. 1482.73 s [ghcide] XSynDecl
  16998. 1482.73 s [ghcide] XFamDecl
  16999. 1482.73 s [ghcide] XXSpliceDecl
  17000. 1482.73 s [ghcide] XSpliceDecl
  17001. 1482.73 s [ghcide] XXHsGroup
  17002. 1482.73 s [ghcide] XCHsGroup
  17003. 1482.73 s [ghcide] XXHsDecl
  17004. 1482.73 s [ghcide] XRoleAnnotD
  17005. 1482.73 s [ghcide] XDocD
  17006. 1482.73 s [ghcide] XSpliceD
  17007. 1482.73 s [ghcide] XRuleD
  17008. 1482.73 s [ghcide] XAnnD
  17009. 1482.73 s [ghcide] XWarningD
  17010. 1482.73 s [ghcide] XForD
  17011. 1482.73 s [ghcide] XDefD
  17012. 1482.73 s [ghcide] XKindSigD
  17013. 1482.73 s [ghcide] XSigD
  17014. 1482.73 s [ghcide] XValD
  17015. 1482.73 s [ghcide] XDerivD
  17016. 1482.73 s [ghcide] XInstD
  17017. 1482.73 s [ghcide] XTyClD
  17018. 1482.73 s [ghcide] XXStandaloneKindSig
  17019. 1482.73 s [ghcide] XStandaloneKindSig
  17020. 1482.73 s [ghcide] XXFixitySig
  17021. 1482.73 s [ghcide] XFixitySig
  17022. 1482.73 s [ghcide] XXSig
  17023. 1482.73 s [ghcide] XCompleteMatchSig
  17024. 1482.73 s [ghcide] XSCCFunSig
  17025. 1482.73 s [ghcide] XMinimalSig
  17026. 1482.73 s [ghcide] XSpecInstSig
  17027. 1482.73 s [ghcide] XSpecSig
  17028. 1482.73 s [ghcide] XInlineSig
  17029. 1482.73 s [ghcide] XFixSig
  17030. 1482.73 s [ghcide] XIdSig
  17031. 1482.73 s [ghcide] XClassOpSig
  17032. 1482.73 s [ghcide] XPatSynSig
  17033. 1482.73 s [ghcide] XTypeSig
  17034. 1482.73 s [ghcide] XXIPBind
  17035. 1482.73 s [ghcide] XCIPBind
  17036. 1482.73 s [ghcide] XXHsIPBinds
  17037. 1482.73 s [ghcide] XIPBinds
  17038. 1482.73 s [ghcide] XXPatSynBind
  17039. 1482.73 s [ghcide] XPSB
  17040. 1482.73 s [ghcide] XXHsBindsLR
  17041. 1482.73 s [ghcide] XPatSynBind
  17042. 1482.73 s [ghcide] XVarBind
  17043. 1482.73 s [ghcide] XPatBind
  17044. 1482.73 s [ghcide] XFunBind
  17045. 1482.73 s [ghcide] XXValBindsLR
  17046. 1482.73 s [ghcide] XValBinds
  17047. 1482.73 s [ghcide] XXHsLocalBindsLR
  17048. 1482.73 s [ghcide] XEmptyLocalBinds
  17049. 1482.73 s [ghcide] XHsIPBinds
  17050. 1482.73 s [ghcide] XHsValBinds
  17051. 1482.73 s [ghcide] LIdP
  17052. 1482.73 s [ghcide] Anno
  17053. 1482.73 s [ghcide] DataConCantHappen
  17054. 1482.73 s [ghcide] LHsUniToken
  17055. 1482.73 s [ghcide] LHsToken
  17056. 1482.73 s [ghcide] LPat
  17057. 1482.73 s [ghcide] MatchGroup
  17058. 1482.73 s [ghcide] LHsTypeArg
  17059. 1482.73 s [ghcide] HsLinearArrowTokens
  17060. 1482.73 s [ghcide] ConLikeP
  17061. 1482.73 s [ghcide] LHsLocalBindsLR
  17062. 1482.73 s [ghcide] ForeignExport
  17063. 1482.73 s [ghcide] CImportSpec
  17064. 1482.73 s [ghcide] ForeignImport
  17065. 1482.73 s [ghcide] StandaloneKindSig
  17066. 1482.73 s [ghcide] LDerivClauseTys
  17067. 1482.73 s [ghcide] LHsDerivingClause
  17068. 1482.73 s [ghcide] FamilyInfo
  17069. 1482.73 s [ghcide] LHsFunDep
  17070. 1482.73 s [ghcide] LHsDecl
  17071. 1482.73 s [ghcide] HsDoFlavour
  17072. 1482.73 s [ghcide] TransForm
  17073. 1482.73 s [ghcide] DotFieldOcc
  17074. 1482.73 s [ghcide] LHsRecUpdProj
  17075. 1482.73 s [ghcide] RecUpdProj
  17076. 1482.73 s [ghcide] LHsRecProj
  17077. 1482.73 s [ghcide] RecProj
  17078. 1482.73 s [ghcide] FieldLabelStrings
  17079. 1482.73 s [ghcide] XFunDep
  17080. 1482.73 s [ghcide] moduleNameFS
  17081. 1482.73 s [ghcide] moduleNameString
  17082. 1482.73 s [ghcide] mkModuleName
  17083. 1482.73 s [ghcide] mkModuleNameFS
  17084. 1482.73 s [ghcide] parseModuleName
  17085. 1482.73 s [ghcide] isPromoted
  17086. 1482.73 s [ghcide] negateOverLitVal
  17087. 1482.73 s [ghcide] hsQTvExplicit
  17088. 1482.73 s [ghcide] hsPatSigType
  17089. 1482.73 s [ghcide] mapHsOuterImplicit
  17090. 1482.73 s [ghcide] hsIPNameFS
  17091. 1482.73 s [ghcide] hsMult
  17092. 1482.73 s [ghcide] hsScaledThing
  17093. 1482.73 s [ghcide] hsConPatArgs
  17094. 1482.73 s [ghcide] hsRecFields
  17095. 1482.73 s [ghcide] hsRecFieldsArgs
  17096. 1482.73 s [ghcide] hsRecFieldSel
  17097. 1482.73 s [ghcide] isFixityLSig
  17098. 1482.73 s [ghcide] isTypeLSig
  17099. 1482.73 s [ghcide] isSpecLSig
  17100. 1482.73 s [ghcide] isSpecInstLSig
  17101. 1482.73 s [ghcide] isPragLSig
  17102. 1482.73 s [ghcide] isInlineLSig
  17103. 1482.73 s [ghcide] isMinimalLSig
  17104. 1482.73 s [ghcide] isSCCFunSig
  17105. 1482.73 s [ghcide] isCompleteMatchSig
  17106. 1482.73 s [ghcide] hsGroupInstDecls
  17107. 1482.73 s [ghcide] tyClDeclTyVars
  17108. 1482.73 s [ghcide] tyClGroupTyClDecls
  17109. 1482.73 s [ghcide] tyClGroupInstDecls
  17110. 1482.73 s [ghcide] tyClGroupRoleDecls
  17111. 1482.73 s [ghcide] tyClGroupKindSigs
  17112. 1482.73 s [ghcide] dataDefnConsNewOrData
  17113. 1482.73 s [ghcide] collectRuleBndrSigTys
  17114. 1482.73 s [ghcide] docDeclDoc
  17115. 1482.73 s [ghcide] annProvenanceName_maybe
  17116. 1482.73 s [ghcide] isInfixMatch
  17117. 1482.73 s [ghcide] isPatSynCtxt
  17118. 1482.73 s [ghcide] qualifiedDoModuleName_maybe
  17119. 1482.73 s [ghcide] isComprehensionContext
  17120. 1482.73 s [ghcide] isDoComprehensionContext
  17121. 1482.73 s [ghcide] isMonadDoStmtContext
  17122. 1482.73 s [ghcide] isMonadCompContext
  17123. 1482.73 s [ghcide] isMonadDoCompContext
  17124. 1482.73 s [ghcide] LeftOrRight
  17125. 1482.73 s [ghcide] QuoteWrapper
  17126. 1482.73 s [ghcide] EvExpr
  17127. 1482.73 s [ghcide] EvTerm
  17128. 1482.73 s [ghcide] EvBind
  17129. 1482.73 s [ghcide] EvBindMap
  17130. 1482.73 s [ghcide] EvBindsVar
  17131. 1482.73 s [ghcide] TcEvBinds
  17132. 1482.73 s [ghcide] HsWrapper
  17133. 1482.73 s [ghcide] TcMCoercionR
  17134. 1482.73 s [ghcide] TcMCoercionN
  17135. 1482.73 s [ghcide] TcMCoercion
  17136. 1482.73 s [ghcide] TcCoercionP
  17137. 1482.73 s [ghcide] TcCoercionR
  17138. 1482.73 s [ghcide] TcCoercionN
  17139. 1482.73 s [ghcide] TcCoercion
  17140. 1482.73 s [ghcide] pickLR
  17141. 1482.73 s [ghcide] mkWpEta
  17142. 1482.73 s [ghcide] mkWpCastR
  17143. 1482.73 s [ghcide] mkWpCastN
  17144. 1482.73 s [ghcide] mkWpTyApps
  17145. 1482.73 s [ghcide] mkWpEvApps
  17146. 1482.73 s [ghcide] mkWpEvVarApps
  17147. 1482.73 s [ghcide] mkWpTyLams
  17148. 1482.73 s [ghcide] mkWpEvLams
  17149. 1482.73 s [ghcide] mkWpLet
  17150. 1482.73 s [ghcide] idHsWrapper
  17151. 1482.73 s [ghcide] isIdHsWrapper
  17152. 1482.73 s [ghcide] collectHsWrapBinders
  17153. 1482.73 s [ghcide] isCoEvBindsVar
  17154. 1482.73 s [ghcide] emptyEvBindMap
  17155. 1482.73 s [ghcide] extendEvBinds
  17156. 1482.73 s [ghcide] isEmptyEvBindMap
  17157. 1482.73 s [ghcide] lookupEvBind
  17158. 1482.73 s [ghcide] evBindMapBinds
  17159. 1482.73 s [ghcide] foldEvBindMap
  17160. 1482.73 s [ghcide] nonDetStrictFoldEvBindMap
  17161. 1482.73 s [ghcide] filterEvBindMap
  17162. 1482.73 s [ghcide] evBindMapToVarSet
  17163. 1482.73 s [ghcide] varSetMinusEvBindMap
  17164. 1482.73 s [ghcide] evBindVar
  17165. 1482.73 s [ghcide] mkWantedEvBind
  17166. 1482.73 s [ghcide] mkGivenEvBind
  17167. 1482.73 s [ghcide] evCoercion
  17168. 1482.73 s [ghcide] evDFunApp
  17169. 1482.73 s [ghcide] evDataConApp
  17170. 1482.73 s [ghcide] evSelector
  17171. 1482.73 s [ghcide] evTypeable
  17172. 1482.73 s [ghcide] mkEvCast
  17173. 1482.73 s [ghcide] mkEvScSelectors
  17174. 1482.73 s [ghcide] emptyTcEvBinds
  17175. 1482.73 s [ghcide] isEmptyTcEvBinds
  17176. 1482.73 s [ghcide] evTermCoercion_maybe
  17177. 1482.73 s [ghcide] evTermCoercion
  17178. 1482.73 s [ghcide] findNeededEvVars
  17179. 1482.73 s [ghcide] evVarsOfTerm
  17180. 1482.73 s [ghcide] pprHsWrapper
  17181. 1482.73 s [ghcide] quoteWrapperTyVarTy
  17182. 1482.73 s [ghcide] Env
  17183. 1482.73 s [ghcide] CompleteMatches
  17184. 1482.73 s [ghcide] TcIdSigInfo
  17185. 1482.73 s [ghcide] SelfBootInfo
  17186. 1482.73 s [ghcide] TcLclEnv
  17187. 1482.73 s [ghcide] IOEnvFailure
  17188. 1482.73 s [ghcide] IOEnv
  17189. 1482.73 s [ghcide] PromotionErr
  17190. 1482.73 s [ghcide] RoleAnnotEnv
  17191. 1482.73 s [ghcide] FillDefaulting
  17192. 1482.73 s [ghcide] DefaultingPluginResult
  17193. 1482.73 s [ghcide] TcPluginRewriteResult
  17194. 1482.73 s [ghcide] TcPlugin
  17195. 1482.73 s [ghcide] TcPatSynInfo
  17196. 1482.73 s [ghcide] TcIdSigInst
  17197. 1482.73 s [ghcide] TcSigInfo
  17198. 1482.73 s [ghcide] TcSigFun
  17199. 1482.73 s [ghcide] WhereFrom
  17200. 1482.73 s [ghcide] ClosedTypeId
  17201. 1482.73 s [ghcide] RhsNames
  17202. 1482.73 s [ghcide] ArrowCtxt
  17203. 1482.73 s [ghcide] ThLevel
  17204. 1482.73 s [ghcide] PendingStuff
  17205. 1482.73 s [ghcide] ThStage
  17206. 1482.73 s [ghcide] SpliceType
  17207. 1482.73 s [ghcide] TcBinder
  17208. 1482.73 s [ghcide] TcBinderStack
  17209. 1482.73 s [ghcide] TcIdSet
  17210. 1482.73 s [ghcide] TcId
  17211. 1482.73 s [ghcide] ThBindEnv
  17212. 1482.73 s [ghcide] TcTypeEnv
  17213. 1482.73 s [ghcide] ErrCtxt
  17214. 1482.73 s [ghcide] RecFieldEnv
  17215. 1482.73 s [ghcide] IfLclEnv
  17216. 1482.73 s [ghcide] IfGblEnv
  17217. 1482.73 s [ghcide] IfL
  17218. 1482.73 s [ghcide] IfG
  17219. 1482.73 s [ghcide] IfM
  17220. 1482.73 s [ghcide] TcRn
  17221. 1482.73 s [ghcide] TcRnIf
  17222. 1482.73 s [ghcide] IsExtraConstraint
  17223. 1482.73 s [ghcide] newName
  17224. 1482.73 s [ghcide] getEnv
  17225. 1482.73 s [ghcide] newUnique
  17226. 1482.73 s [ghcide] newMutVar
  17227. 1482.73 s [ghcide] readMutVar
  17228. 1482.73 s [ghcide] writeMutVar
  17229. 1482.73 s [ghcide] zipWith3M
  17230. 1482.73 s [ghcide] zipWith3M_
  17231. 1482.73 s [ghcide] zipWith4M
  17232. 1482.73 s [ghcide] zipWithAndUnzipM
  17233. 1482.73 s [ghcide] mapAndUnzip4M
  17234. 1482.73 s [ghcide] mapAndUnzip5M
  17235. 1482.73 s [ghcide] addErr
  17236. 1482.73 s [ghcide] lclEnvInGeneratedCode
  17237. 1482.73 s [ghcide] getLclEnvLoc
  17238. 1482.73 s [ghcide] setLclEnvLoc
  17239. 1482.73 s [ghcide] getLclEnvTcLevel
  17240. 1482.73 s [ghcide] setLclEnvTcLevel
  17241. 1482.73 s [ghcide] failM
  17242. 1482.73 s [ghcide] failWithM
  17243. 1482.73 s [ghcide] runIOEnv
  17244. 1482.73 s [ghcide] fixM
  17245. 1482.73 s [ghcide] tryM
  17246. 1482.73 s [ghcide] tryAllM
  17247. 1482.73 s [ghcide] tryMostM
  17248. 1482.73 s [ghcide] unsafeInterleaveM
  17249. 1482.73 s [ghcide] uninterruptibleMaskM_
  17250. 1482.73 s [ghcide] updMutVar
  17251. 1482.73 s [ghcide] updMutVarM
  17252. 1482.73 s [ghcide] pprPECategory
  17253. 1482.73 s [ghcide] peCategory
  17254. 1482.73 s [ghcide] getNamePprCtx
  17255. 1482.73 s [ghcide] getSrcSpanM
  17256. 1482.73 s [ghcide] tcVisibleOrphanMods
  17257. 1482.73 s [ghcide] bootExports
  17258. 1482.73 s [ghcide] pushErrCtxt
  17259. 1482.73 s [ghcide] pushErrCtxtSameOrigin
  17260. 1482.73 s [ghcide] removeBindingShadowing
  17261. 1482.73 s [ghcide] topStage
  17262. 1482.73 s [ghcide] topAnnStage
  17263. 1482.73 s [ghcide] topSpliceStage
  17264. 1482.73 s [ghcide] impLevel
  17265. 1482.73 s [ghcide] outerLevel
  17266. 1482.73 s [ghcide] thLevel
  17267. 1482.73 s [ghcide] pprTcTyThingCategory
  17268. 1482.73 s [ghcide] tcTyThingCategory
  17269. 1482.73 s [ghcide] mkModDeps
  17270. 1482.73 s [ghcide] emptyImportAvails
  17271. 1482.73 s [ghcide] isPartialSig
  17272. 1482.73 s [ghcide] mkRoleAnnotEnv
  17273. 1482.73 s [ghcide] emptyRoleAnnotEnv
  17274. 1482.73 s [ghcide] lookupRoleAnnot
  17275. 1482.73 s [ghcide] getRoleAnnots
  17276. 1482.73 s [ghcide] getImports
  17277. 1482.73 s [ghcide] initTcInteractive
  17278. 1482.73 s [ghcide] initTcRnIf
  17279. 1482.73 s [ghcide] discardResult
  17280. 1482.73 s [ghcide] getTopEnv
  17281. 1482.73 s [ghcide] updTopEnv
  17282. 1482.73 s [ghcide] getGblEnv
  17283. 1482.73 s [ghcide] updGblEnv
  17284. 1482.73 s [ghcide] setGblEnv
  17285. 1482.73 s [ghcide] getLclEnv
  17286. 1482.73 s [ghcide] updLclEnv
  17287. 1482.73 s [ghcide] setLclEnv
  17288. 1482.73 s [ghcide] restoreLclEnv
  17289. 1482.73 s [ghcide] getEnvs
  17290. 1482.73 s [ghcide] setEnvs
  17291. 1482.73 s [ghcide] updEnvs
  17292. 1482.73 s [ghcide] restoreEnvs
  17293. 1482.73 s [ghcide] xoptM
  17294. 1482.73 s [ghcide] doptM
  17295. 1482.73 s [ghcide] goptM
  17296. 1482.73 s [ghcide] woptM
  17297. 1482.73 s [ghcide] setXOptM
  17298. 1482.73 s [ghcide] unsetXOptM
  17299. 1482.73 s [ghcide] unsetGOptM
  17300. 1482.73 s [ghcide] unsetWOptM
  17301. 1482.73 s [ghcide] whenGOptM
  17302. 1482.73 s [ghcide] whenWOptM
  17303. 1482.73 s [ghcide] whenXOptM
  17304. 1482.73 s [ghcide] unlessXOptM
  17305. 1482.73 s [ghcide] getGhcMode
  17306. 1482.73 s [ghcide] withoutDynamicNow
  17307. 1482.73 s [ghcide] updTopFlags
  17308. 1482.73 s [ghcide] getEpsVar
  17309. 1482.73 s [ghcide] getEps
  17310. 1482.73 s [ghcide] getHpt
  17311. 1482.73 s [ghcide] getEpsAndHug
  17312. 1482.73 s [ghcide] newArrowScope
  17313. 1482.73 s [ghcide] escapeArrowScope
  17314. 1482.73 s [ghcide] newUniqueSupply
  17315. 1482.73 s [ghcide] cloneLocalName
  17316. 1482.73 s [ghcide] newNameAt
  17317. 1482.73 s [ghcide] newSysName
  17318. 1482.73 s [ghcide] newSysLocalId
  17319. 1482.73 s [ghcide] newSysLocalIds
  17320. 1482.73 s [ghcide] newTcRef
  17321. 1482.73 s [ghcide] readTcRef
  17322. 1482.73 s [ghcide] writeTcRef
  17323. 1482.73 s [ghcide] updTcRef
  17324. 1482.73 s [ghcide] traceTc
  17325. 1482.73 s [ghcide] traceRn
  17326. 1482.73 s [ghcide] traceOptTcRn
  17327. 1482.73 s [ghcide] traceIf
  17328. 1482.73 s [ghcide] traceOptIf
  17329. 1482.73 s [ghcide] getIsGHCi
  17330. 1482.73 s [ghcide] getGHCiMonad
  17331. 1482.73 s [ghcide] getInteractivePrintName
  17332. 1482.73 s [ghcide] tcIsHsBootOrSig
  17333. 1482.73 s [ghcide] tcIsHsig
  17334. 1482.73 s [ghcide] tcSelfBootInfo
  17335. 1482.73 s [ghcide] getGlobalRdrEnv
  17336. 1482.73 s [ghcide] getRdrEnvs
  17337. 1482.73 s [ghcide] getFixityEnv
  17338. 1482.73 s [ghcide] extendFixityEnv
  17339. 1482.73 s [ghcide] getRecFieldEnv
  17340. 1482.73 s [ghcide] getDeclaredDefaultTys
  17341. 1482.73 s [ghcide] addDependentFiles
  17342. 1482.73 s [ghcide] inGeneratedCode
  17343. 1482.73 s [ghcide] setSrcSpan
  17344. 1482.73 s [ghcide] setSrcSpanA
  17345. 1482.73 s [ghcide] addLocM
  17346. 1482.73 s [ghcide] addLocMA
  17347. 1482.73 s [ghcide] wrapLocM
  17348. 1482.73 s [ghcide] wrapLocAM
  17349. 1482.73 s [ghcide] wrapLocMA
  17350. 1482.73 s [ghcide] wrapLocFstM
  17351. 1482.73 s [ghcide] wrapLocFstMA
  17352. 1482.73 s [ghcide] wrapLocSndM
  17353. 1482.73 s [ghcide] wrapLocSndMA
  17354. 1482.73 s [ghcide] wrapLocM_
  17355. 1482.73 s [ghcide] wrapLocMA_
  17356. 1482.73 s [ghcide] getErrsVar
  17357. 1482.73 s [ghcide] setErrsVar
  17358. 1482.73 s [ghcide] failWith
  17359. 1482.73 s [ghcide] failAt
  17360. 1482.73 s [ghcide] addErrAt
  17361. 1482.73 s [ghcide] mkDetailedMessage
  17362. 1482.73 s [ghcide] addErrs
  17363. 1482.73 s [ghcide] checkErr
  17364. 1482.73 s [ghcide] addMessages
  17365. 1482.73 s [ghcide] discardWarnings
  17366. 1482.73 s [ghcide] mkTcRnMessage
  17367. 1482.73 s [ghcide] reportDiagnostics
  17368. 1482.73 s [ghcide] reportDiagnostic
  17369. 1482.73 s [ghcide] checkNoErrs
  17370. 1482.73 s [ghcide] whenNoErrs
  17371. 1482.73 s [ghcide] ifErrsM
  17372. 1482.73 s [ghcide] failIfErrsM
  17373. 1482.73 s [ghcide] getErrCtxt
  17374. 1482.73 s [ghcide] setErrCtxt
  17375. 1482.73 s [ghcide] popErrCtxt
  17376. 1482.73 s [ghcide] getCtLocM
  17377. 1482.73 s [ghcide] setCtLocM
  17378. 1482.73 s [ghcide] askNoErrs
  17379. 1482.73 s [ghcide] tryCaptureConstraints
  17380. 1482.73 s [ghcide] captureConstraints
  17381. 1482.73 s [ghcide] tcEmitBindingUsage
  17382. 1482.73 s [ghcide] attemptM
  17383. 1482.73 s [ghcide] recoverM
  17384. 1482.73 s [ghcide] tryTc
  17385. 1482.73 s [ghcide] discardErrs
  17386. 1482.73 s [ghcide] tryTcDiscardingErrs
  17387. 1482.73 s [ghcide] addErrTc
  17388. 1482.73 s [ghcide] addErrTcM
  17389. 1482.73 s [ghcide] failWithTc
  17390. 1482.73 s [ghcide] failWithTcM
  17391. 1482.73 s [ghcide] checkTc
  17392. 1482.73 s [ghcide] checkTcM
  17393. 1482.73 s [ghcide] failIfTc
  17394. 1482.73 s [ghcide] failIfTcM
  17395. 1482.73 s [ghcide] addTcRnDiagnostic
  17396. 1482.73 s [ghcide] mkErrInfo
  17397. 1482.73 s [ghcide] debugTc
  17398. 1482.73 s [ghcide] addTopEvBinds
  17399. 1482.73 s [ghcide] newTcEvBinds
  17400. 1482.73 s [ghcide] cloneEvBindsVar
  17401. 1482.73 s [ghcide] getTcEvTyCoVars
  17402. 1482.73 s [ghcide] getTcEvBindsMap
  17403. 1482.73 s [ghcide] setTcEvBindsMap
  17404. 1482.73 s [ghcide] addTcEvBind
  17405. 1482.73 s [ghcide] chooseUniqueOccTc
  17406. 1482.73 s [ghcide] getConstraintVar
  17407. 1482.73 s [ghcide] setConstraintVar
  17408. 1482.73 s [ghcide] emitStaticConstraints
  17409. 1482.73 s [ghcide] emitConstraints
  17410. 1482.73 s [ghcide] emitSimple
  17411. 1482.73 s [ghcide] emitSimples
  17412. 1482.73 s [ghcide] emitImplication
  17413. 1482.73 s [ghcide] emitImplications
  17414. 1482.73 s [ghcide] emitInsoluble
  17415. 1482.73 s [ghcide] emitDelayedErrors
  17416. 1482.73 s [ghcide] emitHole
  17417. 1482.73 s [ghcide] emitHoles
  17418. 1482.73 s [ghcide] emitNotConcreteError
  17419. 1482.73 s [ghcide] pushTcLevelM_
  17420. 1482.73 s [ghcide] pushTcLevelM
  17421. 1482.73 s [ghcide] getTcLevel
  17422. 1482.73 s [ghcide] setTcLevel
  17423. 1482.73 s [ghcide] isTouchableTcM
  17424. 1482.73 s [ghcide] getLclTypeEnv
  17425. 1482.73 s [ghcide] setLclTypeEnv
  17426. 1482.73 s [ghcide] traceTcConstraints
  17427. 1482.73 s [ghcide] emitAnonTypeHole
  17428. 1482.73 s [ghcide] emitNamedTypeHole
  17429. 1482.73 s [ghcide] recordThUse
  17430. 1482.73 s [ghcide] recordThSpliceUse
  17431. 1482.73 s [ghcide] recordThNeededRuntimeDeps
  17432. 1482.73 s [ghcide] keepAlive
  17433. 1482.73 s [ghcide] getStage
  17434. 1482.73 s [ghcide] getStageAndBindLevel
  17435. 1482.73 s [ghcide] setStage
  17436. 1482.73 s [ghcide] getLocalRdrEnv
  17437. 1482.73 s [ghcide] setLocalRdrEnv
  17438. 1482.73 s [ghcide] mkIfLclEnv
  17439. 1482.73 s [ghcide] initIfaceCheck
  17440. 1482.73 s [ghcide] initIfaceLcl
  17441. 1482.73 s [ghcide] getIfModule
  17442. 1482.73 s [ghcide] failIfM
  17443. 1482.73 s [ghcide] setImplicitEnvM
  17444. 1482.73 s [ghcide] TidyOccEnv
  17445. 1482.73 s [ghcide] OccSet
  17446. 1482.73 s [ghcide] OccEnv
  17447. 1482.73 s [ghcide] NameSpace
  17448. 1482.73 s [ghcide] mkVarOccFS
  17449. 1482.73 s [ghcide] mkRecFldSelOcc
  17450. 1482.73 s [ghcide] tidyNameOcc
  17451. 1482.73 s [ghcide] nameOccName
  17452. 1482.73 s [ghcide] setNameUnique
  17453. 1482.73 s [ghcide] nameUnique
  17454. 1482.73 s [ghcide] emptyFsEnv
  17455. 1482.73 s [ghcide] extendFsEnv
  17456. 1482.73 s [ghcide] lookupFsEnv
  17457. 1482.73 s [ghcide] mkFsEnv
  17458. 1482.73 s [ghcide] tcName
  17459. 1482.73 s [ghcide] clsName
  17460. 1482.73 s [ghcide] tcClsName
  17461. 1482.73 s [ghcide] dataName
  17462. 1482.73 s [ghcide] srcDataName
  17463. 1482.73 s [ghcide] tvName
  17464. 1482.73 s [ghcide] isDataConNameSpace
  17465. 1482.73 s [ghcide] isTcClsNameSpace
  17466. 1482.73 s [ghcide] isTvNameSpace
  17467. 1482.73 s [ghcide] isVarNameSpace
  17468. 1482.73 s [ghcide] isValNameSpace
  17469. 1482.73 s [ghcide] pprNameSpace
  17470. 1482.73 s [ghcide] pprNonVarNameSpace
  17471. 1482.73 s [ghcide] pprNameSpaceBrief
  17472. 1482.73 s [ghcide] pprOccName
  17473. 1482.73 s [ghcide] mkOccName
  17474. 1482.73 s [ghcide] mkOccNameFS
  17475. 1482.73 s [ghcide] mkVarOcc
  17476. 1482.73 s [ghcide] mkDataOcc
  17477. 1482.73 s [ghcide] mkDataOccFS
  17478. 1482.73 s [ghcide] mkTyVarOcc
  17479. 1482.73 s [ghcide] mkTyVarOccFS
  17480. 1482.73 s [ghcide] mkTcOcc
  17481. 1482.73 s [ghcide] mkTcOccFS
  17482. 1482.73 s [ghcide] mkClsOcc
  17483. 1482.73 s [ghcide] mkClsOccFS
  17484. 1482.73 s [ghcide] demoteOccName
  17485. 1482.73 s [ghcide] promoteOccName
  17486. 1482.73 s [ghcide] emptyOccEnv
  17487. 1482.73 s [ghcide] unitOccEnv
  17488. 1482.73 s [ghcide] extendOccEnv
  17489. 1482.73 s [ghcide] extendOccEnvList
  17490. 1482.73 s [ghcide] lookupOccEnv
  17491. 1482.73 s [ghcide] mkOccEnv
  17492. 1482.73 s [ghcide] elemOccEnv
  17493. 1482.73 s [ghcide] foldOccEnv
  17494. 1482.73 s [ghcide] nonDetOccEnvElts
  17495. 1482.73 s [ghcide] plusOccEnv
  17496. 1482.73 s [ghcide] plusOccEnv_C
  17497. 1482.73 s [ghcide] extendOccEnv_C
  17498. 1482.73 s [ghcide] extendOccEnv_Acc
  17499. 1482.73 s [ghcide] mapOccEnv
  17500. 1482.73 s [ghcide] mkOccEnv_C
  17501. 1482.73 s [ghcide] delFromOccEnv
  17502. 1482.73 s [ghcide] delListFromOccEnv
  17503. 1482.73 s [ghcide] filterOccEnv
  17504. 1482.73 s [ghcide] alterOccEnv
  17505. 1482.73 s [ghcide] minusOccEnv
  17506. 1482.73 s [ghcide] pprOccEnv
  17507. 1482.73 s [ghcide] emptyOccSet
  17508. 1482.73 s [ghcide] unitOccSet
  17509. 1482.73 s [ghcide] mkOccSet
  17510. 1482.73 s [ghcide] extendOccSet
  17511. 1482.73 s [ghcide] extendOccSetList
  17512. 1482.73 s [ghcide] unionOccSets
  17513. 1482.73 s [ghcide] unionManyOccSets
  17514. 1482.73 s [ghcide] minusOccSet
  17515. 1482.73 s [ghcide] elemOccSet
  17516. 1482.73 s [ghcide] isEmptyOccSet
  17517. 1482.73 s [ghcide] intersectOccSet
  17518. 1482.73 s [ghcide] filterOccSet
  17519. 1482.73 s [ghcide] occNameString
  17520. 1482.73 s [ghcide] setOccNameSpace
  17521. 1482.73 s [ghcide] isVarOcc
  17522. 1482.73 s [ghcide] isTvOcc
  17523. 1482.73 s [ghcide] isTcOcc
  17524. 1482.73 s [ghcide] isDataOcc
  17525. 1482.73 s [ghcide] isDefaultMethodOcc
  17526. 1482.73 s [ghcide] mkDataConWrapperOcc
  17527. 1482.73 s [ghcide] mkWorkerOcc
  17528. 1482.73 s [ghcide] mkMatcherOcc
  17529. 1482.73 s [ghcide] mkBuilderOcc
  17530. 1482.73 s [ghcide] mkDefaultMethodOcc
  17531. 1482.73 s [ghcide] mkClassOpAuxOcc
  17532. 1482.73 s [ghcide] mkDictOcc
  17533. 1482.73 s [ghcide] mkIPOcc
  17534. 1482.73 s [ghcide] mkSpecOcc
  17535. 1482.73 s [ghcide] mkForeignExportOcc
  17536. 1482.73 s [ghcide] mkRepEqOcc
  17537. 1482.73 s [ghcide] mkClassDataConOcc
  17538. 1482.73 s [ghcide] mkNewTyCoOcc
  17539. 1482.73 s [ghcide] mkInstTyCoOcc
  17540. 1482.73 s [ghcide] mkEqPredCoOcc
  17541. 1482.73 s [ghcide] mkCon2TagOcc
  17542. 1482.73 s [ghcide] mkTag2ConOcc
  17543. 1482.73 s [ghcide] mkMaxTagOcc
  17544. 1482.73 s [ghcide] mkDataTOcc
  17545. 1482.73 s [ghcide] mkDataCOcc
  17546. 1482.73 s [ghcide] mkTyConRepOcc
  17547. 1482.73 s [ghcide] mkGenR
  17548. 1482.73 s [ghcide] mkGen1R
  17549. 1482.73 s [ghcide] mkDataConWorkerOcc
  17550. 1482.73 s [ghcide] mkSuperDictAuxOcc
  17551. 1482.73 s [ghcide] mkSuperDictSelOcc
  17552. 1482.73 s [ghcide] mkLocalOcc
  17553. 1482.73 s [ghcide] mkDFunOcc
  17554. 1482.73 s [ghcide] mkMethodOcc
  17555. 1482.73 s [ghcide] emptyTidyOccEnv
  17556. 1482.73 s [ghcide] initTidyOccEnv
  17557. 1482.73 s [ghcide] delTidyOccEnvList
  17558. 1482.73 s [ghcide] avoidClashesOccEnv
  17559. 1482.73 s [ghcide] tidyOccName
  17560. 1482.73 s [ghcide] nameNameSpace
  17561. 1482.73 s [ghcide] nameSrcLoc
  17562. 1482.73 s [ghcide] nameSrcSpan
  17563. 1482.73 s [ghcide] isWiredInName
  17564. 1482.73 s [ghcide] isWiredIn
  17565. 1482.73 s [ghcide] wiredInNameTyThing_maybe
  17566. 1482.73 s [ghcide] isBuiltInSyntax
  17567. 1482.73 s [ghcide] isExternalName
  17568. 1482.73 s [ghcide] isInternalName
  17569. 1482.73 s [ghcide] isHoleName
  17570. 1482.73 s [ghcide] nameModule
  17571. 1482.73 s [ghcide] nameModule_maybe
  17572. 1482.73 s [ghcide] namePun_maybe
  17573. 1482.73 s [ghcide] nameIsHomePackage
  17574. 1482.73 s [ghcide] nameIsHomePackageImport
  17575. 1482.73 s [ghcide] isTyVarName
  17576. 1482.73 s [ghcide] isTyConName
  17577. 1482.73 s [ghcide] isDataConName
  17578. 1482.73 s [ghcide] isValName
  17579. 1482.73 s [ghcide] isVarName
  17580. 1482.73 s [ghcide] isSystemName
  17581. 1482.73 s [ghcide] mkClonedInternalName
  17582. 1482.73 s [ghcide] mkDerivedInternalName
  17583. 1482.73 s [ghcide] mkSystemNameAt
  17584. 1482.73 s [ghcide] mkSystemVarName
  17585. 1482.73 s [ghcide] mkSysTvName
  17586. 1482.73 s [ghcide] setNameLoc
  17587. 1482.73 s [ghcide] pprName
  17588. 1482.73 s [ghcide] pprModulePrefix
  17589. 1482.73 s [ghcide] pprDefinedAt
  17590. 1482.73 s [ghcide] pprNameDefnLoc
  17591. 1482.73 s [ghcide] getSrcLoc
  17592. 1482.73 s [ghcide] getSrcSpan
  17593. 1482.73 s [ghcide] getOccString
  17594. 1482.73 s [ghcide] getOccFS
  17595. 1482.73 s [ghcide] pprInfixName
  17596. 1482.73 s [ghcide] pprPrefixName
  17597. 1482.73 s [ghcide] greNameSrcSpan
  17598. 1482.73 s [ghcide] rdrNameOcc
  17599. 1482.73 s [ghcide] rdrNameSpace
  17600. 1482.73 s [ghcide] demoteRdrName
  17601. 1482.73 s [ghcide] promoteRdrName
  17602. 1482.73 s [ghcide] mkRdrUnqual
  17603. 1482.73 s [ghcide] mkRdrQual
  17604. 1482.73 s [ghcide] mkOrig
  17605. 1482.73 s [ghcide] mkUnqual
  17606. 1482.73 s [ghcide] mkVarUnqual
  17607. 1482.73 s [ghcide] getRdrName
  17608. 1482.73 s [ghcide] nameRdrName
  17609. 1482.73 s [ghcide] isRdrDataCon
  17610. 1482.73 s [ghcide] isRdrTyVar
  17611. 1482.73 s [ghcide] isRdrTc
  17612. 1482.73 s [ghcide] isSrcRdrName
  17613. 1482.73 s [ghcide] isUnqual
  17614. 1482.73 s [ghcide] isQual
  17615. 1482.73 s [ghcide] isQual_maybe
  17616. 1482.73 s [ghcide] isOrig
  17617. 1482.73 s [ghcide] isOrig_maybe
  17618. 1482.73 s [ghcide] isExact
  17619. 1482.73 s [ghcide] isExact_maybe
  17620. 1482.73 s [ghcide] emptyLocalRdrEnv
  17621. 1482.73 s [ghcide] extendLocalRdrEnv
  17622. 1482.73 s [ghcide] extendLocalRdrEnvList
  17623. 1482.73 s [ghcide] lookupLocalRdrEnv
  17624. 1482.73 s [ghcide] lookupLocalRdrOcc
  17625. 1482.73 s [ghcide] elemLocalRdrEnv
  17626. 1482.73 s [ghcide] localRdrEnvElts
  17627. 1482.73 s [ghcide] inLocalRdrEnvScope
  17628. 1482.73 s [ghcide] minusLocalRdrEnv
  17629. 1482.73 s [ghcide] localGREsFromAvail
  17630. 1482.73 s [ghcide] gresFromAvail
  17631. 1482.73 s [ghcide] greQualModName
  17632. 1482.73 s [ghcide] greRdrNames
  17633. 1482.73 s [ghcide] greSrcSpan
  17634. 1482.73 s [ghcide] greParent_maybe
  17635. 1482.73 s [ghcide] availFromGRE
  17636. 1482.73 s [ghcide] emptyGlobalRdrEnv
  17637. 1482.73 s [ghcide] globalRdrEnvElts
  17638. 1482.73 s [ghcide] pprGlobalRdrEnv
  17639. 1482.73 s [ghcide] lookupGlobalRdrEnv
  17640. 1482.73 s [ghcide] getGRE_NameQualifier_maybes
  17641. 1482.73 s [ghcide] isLocalGRE
  17642. 1482.73 s [ghcide] isRecFldGRE
  17643. 1482.73 s [ghcide] plusGlobalRdrEnv
  17644. 1482.73 s [ghcide] mkGlobalRdrEnv
  17645. 1482.73 s [ghcide] extendGlobalRdrEnv
  17646. 1482.73 s [ghcide] shadowNames
  17647. 1482.73 s [ghcide] bestImport
  17648. 1482.73 s [ghcide] importSpecLoc
  17649. 1482.73 s [ghcide] importSpecModule
  17650. 1482.73 s [ghcide] isExplicitItem
  17651. 1482.73 s [ghcide] emptyMessages
  17652. 1482.73 s [ghcide] HscSource
  17653. 1482.73 s [ghcide] setVarUnique
  17654. 1482.73 s [ghcide] setTyVarUnique
  17655. 1482.73 s [ghcide] Unit
  17656. 1482.73 s [ghcide] ModuleWithIsBoot
  17657. 1482.73 s [ghcide] ModuleNameWithIsBoot
  17658. 1482.73 s [ghcide] Instantiations
  17659. 1482.73 s [ghcide] GenInstantiations
  17660. 1482.73 s [ghcide] InstantiatedUnit
  17661. 1482.73 s [ghcide] HasModule
  17662. 1482.73 s [ghcide] ContainsModule
  17663. 1482.73 s [ghcide] moduleNameFS
  17664. 1482.73 s [ghcide] moduleNameString
  17665. 1482.73 s [ghcide] mkModuleName
  17666. 1482.73 s [ghcide] mkModuleNameFS
  17667. 1482.73 s [ghcide] parseModuleName
  17668. 1482.73 s [ghcide] moduleUnitId
  17669. 1482.73 s [ghcide] mkModule
  17670. 1482.73 s [ghcide] pprModule
  17671. 1482.73 s [ghcide] pprInstantiatedModule
  17672. 1482.73 s [ghcide] isHoleUnit
  17673. 1482.73 s [ghcide] pprUnit
  17674. 1482.73 s [ghcide] unitString
  17675. 1482.73 s [ghcide] stringToUnit
  17676. 1482.73 s [ghcide] unitIdString
  17677. 1482.73 s [ghcide] stringToUnitId
  17678. 1482.73 s [ghcide] primUnitId
  17679. 1482.73 s [ghcide] bignumUnitId
  17680. 1482.73 s [ghcide] baseUnitId
  17681. 1482.73 s [ghcide] rtsUnitId
  17682. 1482.73 s [ghcide] thisGhcUnitId
  17683. 1482.73 s [ghcide] interactiveUnitId
  17684. 1482.73 s [ghcide] thUnitId
  17685. 1482.73 s [ghcide] thUnit
  17686. 1482.73 s [ghcide] primUnit
  17687. 1482.73 s [ghcide] bignumUnit
  17688. 1482.73 s [ghcide] baseUnit
  17689. 1482.73 s [ghcide] rtsUnit
  17690. 1482.73 s [ghcide] thisGhcUnit
  17691. 1482.73 s [ghcide] interactiveUnit
  17692. 1482.73 s [ghcide] mainUnit
  17693. 1482.73 s [ghcide] isInteractiveModule
  17694. 1482.73 s [ghcide] wiredInUnitIds
  17695. 1482.73 s [ghcide] addBootSuffixLocn_maybe
  17696. 1482.73 s [ghcide] filterModuleEnv
  17697. 1482.73 s [ghcide] mapMaybeModuleEnv
  17698. 1482.73 s [ghcide] elemModuleEnv
  17699. 1482.73 s [ghcide] extendModuleEnv
  17700. 1482.73 s [ghcide] extendModuleEnvWith
  17701. 1482.73 s [ghcide] extendModuleEnvList
  17702. 1482.73 s [ghcide] extendModuleEnvList_C
  17703. 1482.73 s [ghcide] plusModuleEnv_C
  17704. 1482.73 s [ghcide] delModuleEnvList
  17705. 1482.73 s [ghcide] delModuleEnv
  17706. 1482.73 s [ghcide] plusModuleEnv
  17707. 1482.73 s [ghcide] lookupModuleEnv
  17708. 1482.73 s [ghcide] lookupWithDefaultModuleEnv
  17709. 1482.73 s [ghcide] mapModuleEnv
  17710. 1482.73 s [ghcide] partitionModuleEnv
  17711. 1482.73 s [ghcide] mkModuleEnv
  17712. 1482.73 s [ghcide] emptyModuleEnv
  17713. 1482.73 s [ghcide] moduleEnvKeys
  17714. 1482.73 s [ghcide] moduleEnvElts
  17715. 1482.73 s [ghcide] moduleEnvToList
  17716. 1482.73 s [ghcide] unitModuleEnv
  17717. 1482.73 s [ghcide] isEmptyModuleEnv
  17718. 1482.73 s [ghcide] mkModuleSet
  17719. 1482.73 s [ghcide] extendModuleSet
  17720. 1482.73 s [ghcide] extendModuleSetList
  17721. 1482.73 s [ghcide] emptyModuleSet
  17722. 1482.73 s [ghcide] isEmptyModuleSet
  17723. 1482.73 s [ghcide] moduleSetElts
  17724. 1482.73 s [ghcide] elemModuleSet
  17725. 1482.73 s [ghcide] intersectModuleSet
  17726. 1482.73 s [ghcide] minusModuleSet
  17727. 1482.73 s [ghcide] delModuleSet
  17728. 1482.73 s [ghcide] unionModuleSet
  17729. 1482.73 s [ghcide] unionManyModuleSets
  17730. 1482.73 s [ghcide] unitModuleSet
  17731. 1482.73 s [ghcide] emptyInstalledModuleEnv
  17732. 1482.73 s [ghcide] lookupInstalledModuleEnv
  17733. 1482.73 s [ghcide] extendInstalledModuleEnv
  17734. 1482.73 s [ghcide] filterInstalledModuleEnv
  17735. 1482.73 s [ghcide] delInstalledModuleEnv
  17736. 1482.73 s [ghcide] installedModuleEnvElts
  17737. 1482.73 s [ghcide] mergeInstalledModuleEnv
  17738. 1482.73 s [ghcide] plusInstalledModuleEnv
  17739. 1482.73 s [ghcide] mkPrelImports
  17740. 1482.73 s [ghcide] toArgs
  17741. 1482.73 s [ghcide] Token
  17742. 1482.73 s [ghcide] PState
  17743. 1482.74 s [ghcide] failMsgP
  17744. 1482.74 s [ghcide] failLocMsgP
  17745. 1482.74 s [ghcide] getPState
  17746. 1482.74 s [ghcide] setSrcLoc
  17747. 1482.74 s [ghcide] getRealSrcLoc
  17748. 1482.74 s [ghcide] setLastToken
  17749. 1482.74 s [ghcide] adjustChar
  17750. 1482.74 s [ghcide] nextIsEOF
  17751. 1482.74 s [ghcide] pushLexState
  17752. 1482.74 s [ghcide] popLexState
  17753. 1482.74 s [ghcide] getLexState
  17754. 1482.74 s [ghcide] activeContext
  17755. 1482.74 s [ghcide] xtest
  17756. 1482.74 s [ghcide] xset
  17757. 1482.74 s [ghcide] xunset
  17758. 1482.74 s [ghcide] disableHaddock
  17759. 1482.74 s [ghcide] getCommentsFor
  17760. 1482.74 s [ghcide] getPriorCommentsFor
  17761. 1482.74 s [ghcide] getFinalCommentsFor
  17762. 1482.74 s [ghcide] getEofPos
  17763. 1482.74 s [ghcide] addPsMessage
  17764. 1482.74 s [ghcide] popContext
  17765. 1482.74 s [ghcide] pushModuleContext
  17766. 1482.74 s [ghcide] srcParseFail
  17767. 1482.74 s [ghcide] lexer
  17768. 1482.74 s [ghcide] lexerDbg
  17769. 1482.74 s [ghcide] lexTokenStream
  17770. 1482.74 s [ghcide] allocateComments
  17771. 1482.74 s [ghcide] allocatePriorComments
  17772. 1482.74 s [ghcide] allocateFinalComments
  17773. 1482.74 s [ghcide] commentToAnnotation
  17774. 1482.74 s [ghcide] cmdLineError
  17775. 1482.74 s [ghcide] cmdLineErrorIO
  17776. 1482.74 s [ghcide] throwGhcException
  17777. 1482.74 s [ghcide] throwGhcExceptionIO
  17778. 1482.74 s [ghcide] handleGhcException
  17779. 1482.74 s [ghcide] callStackDoc
  17780. 1482.74 s [ghcide] prettyCallStackDoc
  17781. 1482.74 s [ghcide] assertPpr
  17782. 1482.74 s [ghcide] assertPprMaybe
  17783. 1482.74 s [ghcide] massertPpr
  17784. 1482.74 s [ghcide] assertPprM
  17785. 1482.74 s [ghcide] CompileReason
  17786. 1482.74 s [ghcide] hscUpdateHUG
  17787. 1482.74 s [ghcide] hsc_HUG
  17788. 1482.74 s [ghcide] getKey
  17789. 1482.74 s [ghcide] mkCgInteractiveGuts
  17790. 1482.74 s [ghcide] justBytecode
  17791. 1482.74 s [ghcide] justObjects
  17792. 1482.74 s [ghcide] emptyHomeModInfoLinkable
  17793. 1482.74 s [ghcide] homeModInfoByteCode
  17794. 1482.74 s [ghcide] homeModInfoObject
  17795. 1482.74 s [ghcide] groupOrigin (src/Development/IDE/GHC/Compat/Core.hs:782)
  17796. 1482.74 s [ghcide] isVisibleFunArg (src/Development/IDE/GHC/Compat/Core.hs:631)
  17797. 1482.76 s [ghcide]
  17798. 1482.76 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:462:1: warning: [-Wdodgy-imports]
  17799. 1482.76 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’
  17800. 1482.76 s [ghcide] |
  17801. 1482.76 s [ghcide] 462 | import GHC.Tc.Utils.Monad hiding (Applicative (..), IORef,
  17802. 1482.76 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  17803. 1482.76 s [ghcide]
  17804. 1482.77 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning: [-Wunused-imports]
  17805. 1482.77 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  17806. 1482.77 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  17807. 1482.77 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  17808. 1482.77 s [ghcide] |
  17809. 1482.77 s [ghcide] 498 | import GHC.Data.Bag
  17810. 1482.77 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17811. 1482.77 s [ghcide]
  17812. 1482.77 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:571:1: warning: [-Wunused-imports]
  17813. 1482.77 s [ghcide] The import of ‘GHC.Hs’ is redundant
  17814. 1482.77 s [ghcide] except perhaps to import instances from ‘GHC.Hs’
  17815. 1482.77 s [ghcide] To import instances alone, use: import GHC.Hs()
  17816. 1482.77 s [ghcide] |
  17817. 1482.77 s [ghcide] 571 | import GHC.Hs (SrcSpanAnn')
  17818. 1482.77 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17819. 1482.91 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.GHC.Compat.Driver'
  17820. 1482.91 s [ghcide] Missing documentation for:
  17821. 1482.91 s [ghcide] Module header
  17822. 1482.91 s [ghcide] hscTypecheckRenameWithDiagnostics (src/Development/IDE/GHC/Compat/Driver.hs:49)
  17823. 1482.94 s [ghcide] 53% ( 25 / 47) in 'Development.IDE.GHC.Compat.Env'
  17824. 1482.94 s [ghcide] Missing documentation for:
  17825. 1482.94 s [ghcide] hsc_HPT
  17826. 1482.94 s [ghcide] setInteractivePrintName
  17827. 1482.94 s [ghcide] hsc_EPS (src/Development/IDE/GHC/Compat/Env.hs:74)
  17828. 1482.94 s [ghcide] hscSetHooks (src/Development/IDE/GHC/Compat/Env.hs:94)
  17829. 1482.94 s [ghcide] hscHomeUnit (src/Development/IDE/GHC/Compat/Env.hs:98)
  17830. 1482.94 s [ghcide] HomeUnit
  17831. 1482.94 s [ghcide] setHomeUnitId_ (src/Development/IDE/GHC/Compat/Env.hs:80)
  17832. 1482.94 s [ghcide] Logger
  17833. 1482.94 s [ghcide] UnitEnv
  17834. 1482.94 s [ghcide] hscSetUnitEnv (src/Development/IDE/GHC/Compat/Env.hs:91)
  17835. 1482.94 s [ghcide] hscSetFlags (src/Development/IDE/GHC/Compat/Env.hs:83)
  17836. 1482.94 s [ghcide] initTempFs (src/Development/IDE/GHC/Compat/Env.hs:86)
  17837. 1482.94 s [ghcide] setInterpreterLinkerOptions (src/Development/IDE/GHC/Compat/Env.hs:116)
  17838. 1482.94 s [ghcide] Ways
  17839. 1482.94 s [ghcide] setWays (src/Development/IDE/GHC/Compat/Env.hs:132)
  17840. 1482.94 s [ghcide] setBackend (src/Development/IDE/GHC/Compat/Env.hs:152)
  17841. 1482.94 s [ghcide] ghciBackend (src/Development/IDE/GHC/Compat/Env.hs:141)
  17842. 1482.94 s [ghcide] platformDefaultBackend (src/Development/IDE/GHC/Compat/Env.hs:148)
  17843. 1482.94 s [ghcide] workingDirectory
  17844. 1482.94 s [ghcide] setWorkingDirectory (src/Development/IDE/GHC/Compat/Env.hs:77)
  17845. 1482.94 s [ghcide] hscSetActiveUnitId
  17846. 1482.94 s [ghcide] reexportedModules
  17847. 1483.12 s [ghcide] 68% ( 15 / 22) in 'Development.IDE.GHC.Compat.Error'
  17848. 1483.12 s [ghcide] Missing documentation for:
  17849. 1483.12 s [ghcide] Module header
  17850. 1483.12 s [ghcide] msgEnvelopeErrorL (src/Development/IDE/GHC/Compat/Error.hs:67)
  17851. 1483.12 s [ghcide] PsMessage
  17852. 1483.12 s [ghcide] _TcRnMessage (src/Development/IDE/GHC/Compat/Error.hs:33)
  17853. 1483.12 s [ghcide] _GhcPsMessage (src/Development/IDE/GHC/Compat/Error.hs:38)
  17854. 1483.12 s [ghcide] _GhcDsMessage (src/Development/IDE/GHC/Compat/Error.hs:43)
  17855. 1483.12 s [ghcide] _GhcDriverMessage (src/Development/IDE/GHC/Compat/Error.hs:48)
  17856. 1483.14 s [ghcide] Warning: 'a_a4ME' is out of scope.
  17857. 1483.14 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17858. 1483.14 s [ghcide] Warning: 'a' is out of scope.
  17859. 1483.14 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17860. 1483.14 s [ghcide] 43% ( 23 / 53) in 'Development.IDE.GHC.Compat.Outputable'
  17861. 1483.14 s [ghcide] Missing documentation for:
  17862. 1483.14 s [ghcide] Module header
  17863. 1483.14 s [ghcide] showSDocUnsafe
  17864. 1483.14 s [ghcide] ppr
  17865. 1483.14 s [ghcide] text
  17866. 1483.14 s [ghcide] empty
  17867. 1483.14 s [ghcide] hang
  17868. 1483.14 s [ghcide] punctuate
  17869. 1483.14 s [ghcide] printSDocQualifiedUnsafe (src/Development/IDE/GHC/Compat/Outputable.hs:94)
  17870. 1483.14 s [ghcide] mkPrintUnqualifiedDefault (src/Development/IDE/GHC/Compat/Outputable.hs:129)
  17871. 1483.14 s [ghcide] PrintUnqualified (src/Development/IDE/GHC/Compat/Outputable.hs:78)
  17872. 1483.14 s [ghcide] defaultUserStyle
  17873. 1483.14 s [ghcide] withPprStyle
  17874. 1483.14 s [ghcide] PsWarning
  17875. 1483.14 s [ghcide] PsError
  17876. 1483.14 s [ghcide] defaultDiagnosticOpts
  17877. 1483.14 s [ghcide] pprMessages
  17878. 1483.14 s [ghcide] renderDiagnosticMessageWithHints (src/Development/IDE/GHC/Compat/Outputable.hs:142)
  17879. 1483.14 s [ghcide] pprMsgEnvelopeBagWithLoc
  17880. 1483.14 s [ghcide] getMessages
  17881. 1483.14 s [ghcide] renderWithContext
  17882. 1483.14 s [ghcide] errMsgDiagnostic
  17883. 1483.14 s [ghcide] unDecorated
  17884. 1483.14 s [ghcide] ErrMsg (src/Development/IDE/GHC/Compat/Outputable.hs:122)
  17885. 1483.14 s [ghcide] WarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:123)
  17886. 1483.14 s [ghcide] errMsgSeverity
  17887. 1483.14 s [ghcide] formatErrorWithQual (src/Development/IDE/GHC/Compat/Outputable.hs:104)
  17888. 1483.14 s [ghcide] mkWarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:150)
  17889. 1483.14 s [ghcide] mkSrcErr
  17890. 1483.14 s [ghcide] srcErrorMessages
  17891. 1483.14 s [ghcide] textDoc (src/Development/IDE/GHC/Compat/Outputable.hs:153)
  17892. 1483.20 s [ghcide] 57% ( 4 / 7) in 'Development.IDE.GHC.Compat.Logger'
  17893. 1483.20 s [ghcide] Missing documentation for:
  17894. 1483.20 s [ghcide] putLogHook (src/Development/IDE/GHC/Compat/Logger.hs:21)
  17895. 1483.20 s [ghcide] LogActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:25)
  17896. 1483.20 s [ghcide] logActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:28)
  17897. 1483.24 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.GHC.Compat.Iface'
  17898. 1483.24 s [ghcide] Missing documentation for:
  17899. 1483.24 s [ghcide] writeIfaceFile (src/Development/IDE/GHC/Compat/Iface.hs:23)
  17900. 1483.24 s [ghcide] cannotFindModule (src/Development/IDE/GHC/Compat/Iface.hs:30)
  17901. 1483.61 s [ghcide] 44% ( 19 / 43) in 'Development.IDE.GHC.Compat.Units'
  17902. 1483.61 s [ghcide] Missing documentation for:
  17903. 1483.61 s [ghcide] UnitState
  17904. 1483.61 s [ghcide] initUnits (src/Development/IDE/GHC/Compat/Units.hs:92)
  17905. 1483.61 s [ghcide] unitState (src/Development/IDE/GHC/Compat/Units.hs:81)
  17906. 1483.61 s [ghcide] getUnitName (src/Development/IDE/GHC/Compat/Units.hs:133)
  17907. 1483.61 s [ghcide] explicitUnits (src/Development/IDE/GHC/Compat/Units.hs:125)
  17908. 1483.61 s [ghcide] preloadClosureUs (src/Development/IDE/GHC/Compat/Units.hs:152)
  17909. 1483.61 s [ghcide] listVisibleModuleNames (src/Development/IDE/GHC/Compat/Units.hs:129)
  17910. 1483.61 s [ghcide] lookupModuleWithSuggestions (src/Development/IDE/GHC/Compat/Units.hs:137)
  17911. 1483.61 s [ghcide] UnitInfoMap
  17912. 1483.61 s [ghcide] getUnitInfoMap (src/Development/IDE/GHC/Compat/Units.hs:145)
  17913. 1483.61 s [ghcide] lookupUnit (src/Development/IDE/GHC/Compat/Units.hs:149)
  17914. 1483.61 s [ghcide] unitHaddockInterfaces (src/Development/IDE/GHC/Compat/Units.hs:155)
  17915. 1483.61 s [ghcide] unitPackageNameString
  17916. 1483.61 s [ghcide] Unit
  17917. 1483.61 s [ghcide] unitString
  17918. 1483.61 s [ghcide] stringToUnit
  17919. 1483.61 s [ghcide] definiteUnitId (src/Development/IDE/GHC/Compat/Units.hs:167)
  17920. 1483.61 s [ghcide] defUnitId (src/Development/IDE/GHC/Compat/Units.hs:169)
  17921. 1483.61 s [ghcide] installedModule (src/Development/IDE/GHC/Compat/Units.hs:171)
  17922. 1483.61 s [ghcide] moduleUnitId
  17923. 1483.61 s [ghcide] filterInplaceUnits (src/Development/IDE/GHC/Compat/Units.hs:175)
  17924. 1483.61 s [ghcide] FinderCache
  17925. 1483.61 s [ghcide] showSDocForUser' (src/Development/IDE/GHC/Compat/Units.hs:186)
  17926. 1483.61 s [ghcide] findImportedModule (src/Development/IDE/GHC/Compat/Units.hs:189)
  17927. 1483.69 s [ghcide] 54% ( 31 / 57) in 'Development.IDE.GHC.Compat.Util'
  17928. 1483.69 s [ghcide] Missing documentation for:
  17929. 1483.69 s [ghcide] handleGhcException
  17930. 1483.69 s [ghcide] Bag
  17931. 1483.69 s [ghcide] bagToList
  17932. 1483.69 s [ghcide] listToBag
  17933. 1483.69 s [ghcide] unionBags
  17934. 1483.69 s [ghcide] isEmptyBag
  17935. 1483.69 s [ghcide] LBooleanFormula
  17936. 1483.69 s [ghcide] BooleanFormula
  17937. 1483.69 s [ghcide] OverridingBool
  17938. 1483.69 s [ghcide] MaybeErr
  17939. 1483.69 s [ghcide] Pair
  17940. 1483.69 s [ghcide] EnumSet
  17941. 1483.69 s [ghcide] toList
  17942. 1483.69 s [ghcide] uniq
  17943. 1483.69 s [ghcide] fsLit
  17944. 1483.69 s [ghcide] Fingerprint
  17945. 1483.69 s [ghcide] fingerprintData
  17946. 1483.69 s [ghcide] fingerprintString
  17947. 1483.69 s [ghcide] fingerprintFingerprints
  17948. 1483.69 s [ghcide] nonDetCmpUnique
  17949. 1483.69 s [ghcide] getUnique
  17950. 1483.69 s [ghcide] mkUnique
  17951. 1483.69 s [ghcide] newTagUnique
  17952. 1483.69 s [ghcide] emptyUDFM
  17953. 1483.69 s [ghcide] plusUDFM
  17954. 1483.69 s [ghcide] plusUDFM_C
  17955. 1483.73 s [ghcide] Warning: Couldn't find .haddock for export hpm_module
  17956. 1483.73 s [ghcide] Warning: Couldn't find .haddock for export hpm_src_files
  17957. 1483.73 s [ghcide] Warning: Couldn't find .haddock for export pm_parsed_source
  17958. 1483.73 s [ghcide] Warning: Couldn't find .haddock for export pm_mod_summary
  17959. 1483.73 s [ghcide] Warning: Couldn't find .haddock for export pm_extra_src_files
  17960. 1483.73 s [ghcide] 35% ( 6 / 17) in 'Development.IDE.GHC.Compat.Parser'
  17961. 1483.73 s [ghcide] Missing documentation for:
  17962. 1483.73 s [ghcide] initParserOpts (src/Development/IDE/GHC/Compat/Parser.hs:44)
  17963. 1483.73 s [ghcide] initParserState (src/Development/IDE/GHC/Compat/Parser.hs:48)
  17964. 1483.73 s [ghcide] PsSpan
  17965. 1483.73 s [ghcide] HsParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:53)
  17966. 1483.73 s [ghcide] HsParsedModule
  17967. 1483.73 s [ghcide] hpm_module
  17968. 1483.73 s [ghcide] hpm_src_files
  17969. 1483.73 s [ghcide] ParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:66)
  17970. 1483.73 s [ghcide] pm_parsed_source
  17971. 1483.73 s [ghcide] pm_mod_summary
  17972. 1483.73 s [ghcide] pm_extra_src_files
  17973. 1483.78 s [ghcide] 66% ( 8 / 12) in 'Development.IDE.GHC.Compat.Plugins'
  17974. 1483.78 s [ghcide] Missing documentation for:
  17975. 1483.78 s [ghcide] PluginWithArgs
  17976. 1483.78 s [ghcide] applyPluginsParsedResultAction (src/Development/IDE/GHC/Compat/Plugins.hs:38)
  17977. 1483.78 s [ghcide] hsc_static_plugins (src/Development/IDE/GHC/Compat/Plugins.hs:48)
  17978. 1483.78 s [ghcide] getPsMessages (src/Development/IDE/GHC/Compat/Plugins.hs:34)
  17979. 1483.91 s [ghcide] 43% ( 56 /129) in 'Development.IDE.GHC.Compat'
  17980. 1483.91 s [ghcide] Missing documentation for:
  17981. 1483.91 s [ghcide] hPutStringBuffer
  17982. 1483.91 s [ghcide] addIncludePathsQuote (src/Development/IDE/GHC/Compat.hs:370)
  17983. 1483.91 s [ghcide] getModuleHash (src/Development/IDE/GHC/Compat.hs:408)
  17984. 1483.91 s [ghcide] setUpTypedHoles (src/Development/IDE/GHC/Compat.hs:380)
  17985. 1483.91 s [ghcide] lookupNameCache
  17986. 1483.91 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:412)
  17987. 1483.91 s [ghcide] reLoc
  17988. 1483.91 s [ghcide] reLocA
  17989. 1483.91 s [ghcide] renderMessages (src/Development/IDE/GHC/Compat.hs:311)
  17990. 1483.91 s [ghcide] PFailedWithErrorMessages (src/Development/IDE/GHC/Compat.hs:322)
  17991. 1483.91 s [ghcide] myCoreToStgExpr (src/Development/IDE/GHC/Compat.hs:219)
  17992. 1483.91 s [ghcide] FastStringCompat (src/Development/IDE/GHC/Compat.hs:488)
  17993. 1483.91 s [ghcide] nodeInfo' (src/Development/IDE/GHC/Compat.hs:434)
  17994. 1483.91 s [ghcide] getNodeIds (src/Development/IDE/GHC/Compat.hs:425)
  17995. 1483.91 s [ghcide] sourceNodeInfo (src/Development/IDE/GHC/Compat.hs:449)
  17996. 1483.91 s [ghcide] generatedNodeInfo (src/Development/IDE/GHC/Compat.hs:452)
  17997. 1483.91 s [ghcide] simpleNodeInfoCompat (src/Development/IDE/GHC/Compat.hs:479)
  17998. 1483.91 s [ghcide] isAnnotationInNodeInfo (src/Development/IDE/GHC/Compat.hs:482)
  17999. 1483.91 s [ghcide] nodeAnnotations (src/Development/IDE/GHC/Compat.hs:485)
  18000. 1483.91 s [ghcide] mkAstNode (src/Development/IDE/GHC/Compat.hs:494)
  18001. 1483.91 s [ghcide] isQualifiedImport (src/Development/IDE/GHC/Compat.hs:416)
  18002. 1483.91 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
  18003. 1483.91 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:466)
  18004. 1483.91 s [ghcide] ghcVersionStr (src/Development/IDE/GHC/Compat.hs:463)
  18005. 1483.91 s [ghcide] HieFileResult
  18006. 1483.91 s [ghcide] hieExportNames (src/Development/IDE/GHC/Compat.hs:334)
  18007. 1483.91 s [ghcide] mkHieFile' (src/Development/IDE/GHC/Compat.hs:339)
  18008. 1483.91 s [ghcide] enrichHie
  18009. 1483.91 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:374)
  18010. 1483.91 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:377)
  18011. 1483.91 s [ghcide] Scope
  18012. 1483.91 s [ghcide] DeclType
  18013. 1483.91 s [ghcide] BindType
  18014. 1483.91 s [ghcide] RecFieldContext
  18015. 1483.91 s [ghcide] EvVarSource
  18016. 1483.91 s [ghcide] NodeIdentifiers
  18017. 1483.91 s [ghcide] Identifier
  18018. 1483.91 s [ghcide] HieAST
  18019. 1483.91 s [ghcide] HiePath
  18020. 1483.91 s [ghcide] HieTypeFlat
  18021. 1483.91 s [ghcide] TypeIndex
  18022. 1483.91 s [ghcide] Span
  18023. 1483.91 s [ghcide] HiePath
  18024. 1483.91 s [ghcide] pprNodeIdents
  18025. 1483.91 s [ghcide] pprIdentifier
  18026. 1483.91 s [ghcide] pprBindSpan
  18027. 1483.91 s [ghcide] hieNameOcc
  18028. 1483.91 s [ghcide] toHieName
  18029. 1483.91 s [ghcide] runUnlit
  18030. 1483.91 s [ghcide] runPp
  18031. 1483.91 s [ghcide] hscCompileCoreExprHook
  18032. 1483.91 s [ghcide] simplifyExpr (src/Development/IDE/GHC/Compat.hs:295)
  18033. 1483.91 s [ghcide] tidyExpr
  18034. 1483.91 s [ghcide] emptyTidyEnv
  18035. 1483.91 s [ghcide] corePrepExpr (src/Development/IDE/GHC/Compat.hs:302)
  18036. 1483.91 s [ghcide] corePrepPgm
  18037. 1483.91 s [ghcide] lintInteractiveExpr
  18038. 1483.91 s [ghcide] icInteractiveModule
  18039. 1483.91 s [ghcide] lookupHpt
  18040. 1483.91 s [ghcide] ModIfaceAnnotation (src/Development/IDE/GHC/Compat.hs:216)
  18041. 1483.91 s [ghcide] Annotation
  18042. 1483.91 s [ghcide] getDependentMods (src/Development/IDE/GHC/Compat.hs:292)
  18043. 1483.91 s [ghcide] mkRnEnv2
  18044. 1483.91 s [ghcide] emptyInScopeSet
  18045. 1483.91 s [ghcide] byteCodeGen
  18046. 1483.91 s [ghcide] bc_bcos
  18047. 1483.91 s [ghcide] loadDecls
  18048. 1483.91 s [ghcide] expectJust
  18049. 1483.91 s [ghcide] extract_cons (src/Development/IDE/GHC/Compat.hs:519)
  18050. 1483.91 s [ghcide] recDotDot (src/Development/IDE/GHC/Compat.hs:511)
  18051. 1483.91 s [ghcide] NameCacheUpdater (src/Development/IDE/GHC/Compat.hs:337)
  18052. 1483.91 s [ghcide] liftZonkM (src/Development/IDE/GHC/Compat.hs:208)
  18053. 1483.91 s [ghcide] nonDetFoldOccEnv (src/Development/IDE/GHC/Compat.hs:211)
  18054. 1483.96 s [ghcide]
  18055. 1483.96 s [ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning: [GHC-38417] [-Wmissing-signatures]
  18056. 1483.96 s [ghcide] Top-level binding with no type signature:
  18057. 1483.96 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  18058. 1483.96 s [ghcide] |
  18059. 1483.96 s [ghcide] 519 | extract_cons (NewTypeCon x) = [x]
  18060. 1483.96 s [ghcide] | ^^^^^^^^^^^^
  18061. 1484.30 s [ghcide] Warning: 'tcIdDetails' is out of scope.
  18062. 1484.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18063. 1484.30 s [ghcide] Warning: 'tcIfaceInfo' is out of scope.
  18064. 1484.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18065. 1484.30 s [ghcide] Warning: 'tcIfaceType' is out of scope.
  18066. 1484.30 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18067. 1484.30 s [ghcide] Warning: 'IfaceId' is ambiguous. It is defined
  18068. 1484.30 s [ghcide] * in ‘GHC.Iface.Syntax’
  18069. 1484.30 s [ghcide] * at src/Development/IDE/GHC/CoreFile.hs:61:1
  18070. 1484.30 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18071. 1484.30 s [ghcide] by specifying the type/value namespace explicitly.
  18072. 1484.30 s [ghcide] Defaulting to the one defined at src/Development/IDE/GHC/CoreFile.hs:61:1
  18073. 1484.30 s [ghcide] 37% ( 3 / 8) in 'Development.IDE.GHC.CoreFile'
  18074. 1484.30 s [ghcide] Missing documentation for:
  18075. 1484.30 s [ghcide] CoreFile (src/Development/IDE/GHC/CoreFile.hs:44)
  18076. 1484.30 s [ghcide] codeGutsToCoreFile (src/Development/IDE/GHC/CoreFile.hs:117)
  18077. 1484.30 s [ghcide] typecheckCoreFile (src/Development/IDE/GHC/CoreFile.hs:170)
  18078. 1484.30 s [ghcide] readBinCoreFile (src/Development/IDE/GHC/CoreFile.hs:82)
  18079. 1484.30 s [ghcide] getImplicitBinds (src/Development/IDE/GHC/CoreFile.hs:137)
  18080. 1484.52 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Main.HeapStats'
  18081. 1484.52 s [ghcide] Missing documentation for:
  18082. 1484.52 s [ghcide] Log (src/Development/IDE/Main/HeapStats.hs:14)
  18083. 1484.55 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Session.Implicit'
  18084. 1484.55 s [ghcide] Missing documentation for:
  18085. 1484.55 s [ghcide] Module header
  18086. 1484.55 s [ghcide] loadImplicitCradle (session-loader/Development/IDE/Session/Implicit.hs:28)
  18087. 1484.96 s [ghcide] Warning: Couldn't find .haddock for export Location
  18088. 1484.96 s [ghcide] Warning: Couldn't find .haddock for export Position
  18089. 1484.96 s [ghcide] Warning: Couldn't find .haddock for export Range
  18090. 1484.96 s [ghcide] Warning: Couldn't find .haddock for export Uri
  18091. 1484.96 s [ghcide] Warning: Couldn't find .haddock for export NormalizedUri
  18092. 1484.96 s [ghcide] Warning: Couldn't find .haddock for export toNormalizedUri
  18093. 1484.96 s [ghcide] Warning: Couldn't find .haddock for export fromNormalizedUri
  18094. 1484.96 s [ghcide] Warning: Couldn't find .haddock for export NormalizedFilePath
  18095. 1484.96 s [ghcide] Warning: Couldn't find .haddock for export fromNormalizedFilePath
  18096. 1484.96 s [ghcide] 15% ( 3 / 20) in 'Development.IDE.Types.Location'
  18097. 1484.96 s [ghcide] Missing documentation for:
  18098. 1484.96 s [ghcide] Location
  18099. 1484.96 s [ghcide] noFilePath (src/Development/IDE/Types/Location.hs:69)
  18100. 1484.96 s [ghcide] noRange (src/Development/IDE/Types/Location.hs:73)
  18101. 1484.96 s [ghcide] Position
  18102. 1484.96 s [ghcide] showPosition (src/Development/IDE/Types/Location.hs:76)
  18103. 1484.96 s [ghcide] Range
  18104. 1484.96 s [ghcide] Uri
  18105. 1484.96 s [ghcide] NormalizedUri
  18106. 1484.96 s [ghcide] toNormalizedUri
  18107. 1484.96 s [ghcide] fromNormalizedUri
  18108. 1484.96 s [ghcide] NormalizedFilePath
  18109. 1484.96 s [ghcide] fromUri (src/Development/IDE/Types/Location.hs:66)
  18110. 1484.96 s [ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:46)
  18111. 1484.96 s [ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:58)
  18112. 1484.96 s [ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:41)
  18113. 1484.96 s [ghcide] fromNormalizedFilePath
  18114. 1484.96 s [ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:63)
  18115. 1485.23 s [ghcide] Warning: 'Prism' is ambiguous. It is defined
  18116. 1485.39 s [ghcide] * in ‘Control.Lens.Reified’
  18117. 1485.39 s [ghcide] * in ‘Control.Lens.Type’
  18118. 1485.39 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18119. 1485.39 s [ghcide] by specifying the type/value namespace explicitly.
  18120. 1485.39 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Reified’
  18121. 1485.39 s [ghcide] Warning: 'Lens' is ambiguous. It is defined
  18122. 1485.39 s [ghcide] * in ‘Control.Lens.Reified’
  18123. 1485.39 s [ghcide] * in ‘Control.Lens.Type’
  18124. 1485.39 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18125. 1485.39 s [ghcide] by specifying the type/value namespace explicitly.
  18126. 1485.39 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Reified’
  18127. 1485.39 s [ghcide] Warning: 'TcRnMessage' is out of scope.
  18128. 1485.39 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18129. 1485.39 s [ghcide] Warning: 'stripTcRnMessageContext' is out of scope.
  18130. 1485.39 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18131. 1485.39 s [ghcide] Warning: 'Document' is out of scope.
  18132. 1485.39 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18133. 1485.39 s [ghcide] Warning: Couldn't find .haddock for export Diagnostic
  18134. 1485.39 s [ghcide] Warning: Couldn't find .haddock for export DiagnosticSeverity
  18135. 1485.39 s [ghcide] 30% ( 7 / 23) in 'Development.IDE.Types.Diagnostics'
  18136. 1485.39 s [ghcide] Missing documentation for:
  18137. 1485.39 s [ghcide] Module header
  18138. 1485.39 s [ghcide] Diagnostic
  18139. 1485.39 s [ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:338)
  18140. 1485.39 s [ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
  18141. 1485.39 s [ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
  18142. 1485.39 s [ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:338)
  18143. 1485.39 s [ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
  18144. 1485.39 s [ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
  18145. 1485.39 s [ghcide] DiagnosticSeverity
  18146. 1485.39 s [ghcide] DiagnosticStore
  18147. 1485.39 s [ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:158)
  18148. 1485.39 s [ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:276)
  18149. 1485.39 s [ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:279)
  18150. 1485.39 s [ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:137)
  18151. 1485.39 s [ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:144)
  18152. 1485.39 s [ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:141)
  18153. 1485.63 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Session.Diagnostics'
  18154. 1485.63 s [ghcide] Missing documentation for:
  18155. 1485.63 s [ghcide] Module header
  18156. 1485.63 s [ghcide] CradleErrorDetails (session-loader/Development/IDE/Session/Diagnostics.hs:19)
  18157. 1485.63 s [ghcide] multiCradleErrMessage (session-loader/Development/IDE/Session/Diagnostics.hs:92)
  18158. 1485.63 s [ghcide] unknownModuleMessage (session-loader/Development/IDE/Session/Diagnostics.hs:100)
  18159. 1486.21 s [ghcide] Warning: 'PackageConfig' is out of scope.
  18160. 1486.21 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18161. 1486.21 s [ghcide] Warning: 'hDuplicateTo' is out of scope.
  18162. 1486.21 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18163. 1486.21 s [ghcide] Warning: 'a_a4ME' is out of scope.
  18164. 1486.21 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18165. 1486.21 s [ghcide] Warning: 'a' is out of scope.
  18166. 1486.21 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18167. 1486.22 s [ghcide] 65% ( 17 / 26) in 'Development.IDE.GHC.Util'
  18168. 1486.22 s [ghcide] Missing documentation for:
  18169. 1486.22 s [ghcide] runParser (src/Development/IDE/GHC/Util.hs:96)
  18170. 1486.22 s [ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:107)
  18171. 1486.22 s [ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:104)
  18172. 1486.22 s [ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:177)
  18173. 1486.22 s [ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:183)
  18174. 1486.22 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:374)
  18175. 1486.22 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:377)
  18176. 1486.22 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:412)
  18177. 1486.22 s [ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:272)
  18178. 1486.35 s [ghcide] 100% ( 1 / 1) in 'Development.IDE.GHC.Orphans'
  18179. 1486.37 s [ghcide]
  18180. 1486.37 s [ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning: [-Wunused-imports]
  18181. 1486.37 s [ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
  18182. 1486.37 s [ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
  18183. 1486.37 s [ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
  18184. 1486.37 s [ghcide] |
  18185. 1486.37 s [ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
  18186. 1486.37 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  18187. 1486.59 s [ghcide] Warning: 'GetLocatedImports' is out of scope.
  18188. 1486.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18189. 1486.59 s [ghcide] Warning: 'target' is out of scope.
  18190. 1486.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18191. 1486.59 s [ghcide] Warning: 'GetKnownTargets' is out of scope.
  18192. 1486.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18193. 1486.59 s [ghcide] 14% ( 1 / 7) in 'Development.IDE.Types.KnownTargets'
  18194. 1486.59 s [ghcide] Missing documentation for:
  18195. 1486.59 s [ghcide] Module header
  18196. 1486.59 s [ghcide] emptyKnownTargets (src/Development/IDE/Types/KnownTargets.hs:63)
  18197. 1486.59 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:51)
  18198. 1486.59 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:47)
  18199. 1486.59 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  18200. 1486.59 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:70)
  18201. 1486.75 s [ghcide] 5% ( 1 / 17) in 'Development.IDE.Types.Exports'
  18202. 1486.75 s [ghcide] Missing documentation for:
  18203. 1486.75 s [ghcide] Module header
  18204. 1486.75 s [ghcide] IdentInfo (src/Development/IDE/Types/Exports.hs:112)
  18205. 1486.75 s [ghcide] ExportsMap (src/Development/IDE/Types/Exports.hs:39)
  18206. 1486.75 s [ghcide] rendered (src/Development/IDE/Types/Exports.hs:90)
  18207. 1486.75 s [ghcide] moduleNameText (src/Development/IDE/Types/Exports.hs:106)
  18208. 1486.75 s [ghcide] renderOcc (src/Development/IDE/Types/Exports.hs:103)
  18209. 1486.75 s [ghcide] mkTypeOcc (src/Development/IDE/Types/Exports.hs:78)
  18210. 1486.75 s [ghcide] mkVarOrDataOcc (src/Development/IDE/Types/Exports.hs:70)
  18211. 1486.75 s [ghcide] isDatacon (src/Development/IDE/Types/Exports.hs:120)
  18212. 1486.75 s [ghcide] createExportsMap (src/Development/IDE/Types/Exports.hs:153)
  18213. 1486.75 s [ghcide] createExportsMapMg (src/Development/IDE/Types/Exports.hs:163)
  18214. 1486.75 s [ghcide] buildModuleExportMapFrom (src/Development/IDE/Types/Exports.hs:214)
  18215. 1486.75 s [ghcide] createExportsMapHieDb (src/Development/IDE/Types/Exports.hs:183)
  18216. 1486.75 s [ghcide] size (src/Development/IDE/Types/Exports.hs:67)
  18217. 1486.75 s [ghcide] exportsMapSize (src/Development/IDE/Types/Exports.hs:81)
  18218. 1486.75 s [ghcide] updateExportsMapMg (src/Development/IDE/Types/Exports.hs:173)
  18219. 1486.97 s [ghcide] Warning: 'Text' is out of scope.
  18220. 1486.97 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18221. 1486.97 s [ghcide] 25% ( 3 / 12) in 'Development.IDE.Spans.Common'
  18222. 1486.97 s [ghcide] Missing documentation for:
  18223. 1486.97 s [ghcide] Module header
  18224. 1486.97 s [ghcide] safeTyThingId (src/Development/IDE/Spans/Common.hs:55)
  18225. 1486.97 s [ghcide] safeTyThingType (src/Development/IDE/Spans/Common.hs:49)
  18226. 1486.97 s [ghcide] SpanDoc (src/Development/IDE/Spans/Common.hs:61)
  18227. 1486.97 s [ghcide] SpanDocUris (src/Development/IDE/Spans/Common.hs:67)
  18228. 1486.97 s [ghcide] emptySpanDoc (src/Development/IDE/Spans/Common.hs:74)
  18229. 1486.97 s [ghcide] spanDocToMarkdownForTest (src/Development/IDE/Spans/Common.hs:124)
  18230. 1486.97 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
  18231. 1486.97 s [ghcide] TyThingMap (src/Development/IDE/Spans/Common.hs:38)
  18232. 1487.23 s [ghcide] 23% ( 4 / 17) in 'Development.IDE.Plugin.Completions.Types'
  18233. 1487.23 s [ghcide] Missing documentation for:
  18234. 1487.23 s [ghcide] Module header
  18235. 1487.23 s [ghcide] LocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:32)
  18236. 1487.23 s [ghcide] NonLocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:37)
  18237. 1487.23 s [ghcide] Backtick (src/Development/IDE/Plugin/Completions/Types.hs:44)
  18238. 1487.23 s [ghcide] CompletionsConfig (src/Development/IDE/Plugin/Completions/Types.hs:62)
  18239. 1487.23 s [ghcide] ExtendImport (src/Development/IDE/Plugin/Completions/Types.hs:68)
  18240. 1487.23 s [ghcide] Provenance (src/Development/IDE/Plugin/Completions/Types.hs:78)
  18241. 1487.23 s [ghcide] CompItem (src/Development/IDE/Plugin/Completions/Types.hs:84)
  18242. 1487.23 s [ghcide] QualCompls (src/Development/IDE/Plugin/Completions/Types.hs:100)
  18243. 1487.23 s [ghcide] properties (src/Development/IDE/Plugin/Completions/Types.hs:50)
  18244. 1487.23 s [ghcide] extendImportCommandId (src/Development/IDE/Plugin/Completions/Types.hs:47)
  18245. 1487.23 s [ghcide] nsJSON (src/Development/IDE/Plugin/Completions/Types.hs:163)
  18246. 1487.23 s [ghcide] parseNs (src/Development/IDE/Plugin/Completions/Types.hs:171)
  18247. 1487.28 s [ghcide] 50% ( 15 / 30) in 'Development.IDE.GHC.Error'
  18248. 1487.28 s [ghcide] Missing documentation for:
  18249. 1487.28 s [ghcide] Module header
  18250. 1487.28 s [ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:91)
  18251. 1487.28 s [ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:98)
  18252. 1487.28 s [ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:94)
  18253. 1487.28 s [ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:233)
  18254. 1487.28 s [ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:155)
  18255. 1487.28 s [ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:112)
  18256. 1487.28 s [ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:117)
  18257. 1487.28 s [ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:151)
  18258. 1487.28 s [ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:162)
  18259. 1487.28 s [ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:165)
  18260. 1487.28 s [ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:172)
  18261. 1487.28 s [ghcide] realSpan (src/Development/IDE/GHC/Error.hs:213)
  18262. 1487.28 s [ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:176)
  18263. 1487.28 s [ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:182)
  18264. 1487.44 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Types.HscEnvEq'
  18265. 1487.44 s [ghcide] Missing documentation for:
  18266. 1487.44 s [ghcide] Module header
  18267. 1487.44 s [ghcide] hscEnv (src/Development/IDE/Types/HscEnvEq.hs:38)
  18268. 1487.44 s [ghcide] updateHscEnvEq (src/Development/IDE/Types/HscEnvEq.hs:47)
  18269. 1487.45 s [ghcide] envPackageExports (src/Development/IDE/Types/HscEnvEq.hs:39)
  18270. 1487.45 s [ghcide]
  18271. 1487.45 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [-Wunused-imports]
  18272. 1487.45 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  18273. 1487.45 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  18274. 1487.45 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  18275. 1487.45 s [ghcide] |
  18276. 1487.45 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  18277. 1487.45 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18278. 1487.45 s [ghcide]
  18279. 1487.45 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [-Wunused-imports]
  18280. 1487.45 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  18281. 1487.45 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  18282. 1487.45 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  18283. 1487.45 s [ghcide] |
  18284. 1487.45 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  18285. 1487.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18286. 1487.46 s [ghcide]
  18287. 1487.46 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [-Wunused-imports]
  18288. 1487.46 s [ghcide] The import of ‘System.Directory’ is redundant
  18289. 1487.46 s [ghcide] except perhaps to import instances from ‘System.Directory’
  18290. 1487.46 s [ghcide] To import instances alone, use: import System.Directory()
  18291. 1487.46 s [ghcide] |
  18292. 1487.46 s [ghcide] 30 | import System.Directory (makeAbsolute)
  18293. 1487.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18294. 1487.46 s [ghcide]
  18295. 1487.46 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [-Wunused-matches]
  18296. 1487.46 s [ghcide] Defined but not used: ‘mod_cache’
  18297. 1487.46 s [ghcide] |
  18298. 1487.46 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  18299. 1487.46 s [ghcide] | ^^^^^^^^^
  18300. 1487.46 s [ghcide]
  18301. 1487.46 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [-Wunused-matches]
  18302. 1487.46 s [ghcide] Defined but not used: ‘file_cache’
  18303. 1487.46 s [ghcide] |
  18304. 1487.46 s [ghcide] 57 | file_cache <- newIORef M.empty
  18305. 1487.46 s [ghcide] | ^^^^^^^^^^
  18306. 1487.56 s [ghcide] Warning: 'PositionRange' is out of scope.
  18307. 1487.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18308. 1487.56 s [ghcide] Warning: 'PositionMapping' is out of scope.
  18309. 1487.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18310. 1487.56 s [ghcide] 71% ( 5 / 7) in 'Development.IDE.Spans.LocalBindings'
  18311. 1487.56 s [ghcide] Missing documentation for:
  18312. 1487.56 s [ghcide] Module header
  18313. 1487.56 s [ghcide] bindings (src/Development/IDE/Spans/LocalBindings.hs:40)
  18314. 1487.66 s [ghcide] Warning: 'main' is out of scope.
  18315. 1487.66 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18316. 1487.66 s [ghcide] 37% ( 3 / 8) in 'Development.IDE.Import.FindImports'
  18317. 1487.66 s [ghcide] Missing documentation for:
  18318. 1487.66 s [ghcide] Module header
  18319. 1487.66 s [ghcide] Import (src/Development/IDE/Import/FindImports.hs:36)
  18320. 1487.66 s [ghcide] ArtifactsLocation (src/Development/IDE/Import/FindImports.hs:41)
  18321. 1487.66 s [ghcide] modSummaryToArtifactsLocation (src/Development/IDE/Import/FindImports.hs:58)
  18322. 1487.66 s [ghcide] isBootLocation (src/Development/IDE/Import/FindImports.hs:51)
  18323. 1487.85 s [ghcide] 29% ( 8 / 27) in 'Development.IDE.Import.DependencyInformation'
  18324. 1487.85 s [ghcide] Missing documentation for:
  18325. 1487.85 s [ghcide] Module header
  18326. 1487.85 s [ghcide] DependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:137)
  18327. 1487.85 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
  18328. 1487.85 s [ghcide] NamedModuleDep (src/Development/IDE/Import/DependencyInformation.hs:382)
  18329. 1487.85 s [ghcide] ShowableModule (src/Development/IDE/Import/DependencyInformation.hs:156)
  18330. 1487.85 s [ghcide] ShowableModuleEnv (src/Development/IDE/Import/DependencyInformation.hs:160)
  18331. 1487.85 s [ghcide] PathIdMap (src/Development/IDE/Import/DependencyInformation.hs:79)
  18332. 1487.85 s [ghcide] emptyPathIdMap (src/Development/IDE/Import/DependencyInformation.hs:88)
  18333. 1487.85 s [ghcide] getPathId (src/Development/IDE/Import/DependencyInformation.hs:91)
  18334. 1487.85 s [ghcide] lookupPathToId (src/Development/IDE/Import/DependencyInformation.hs:112)
  18335. 1487.85 s [ghcide] insertImport (src/Development/IDE/Import/DependencyInformation.hs:106)
  18336. 1487.85 s [ghcide] pathToId (src/Development/IDE/Import/DependencyInformation.hs:109)
  18337. 1487.85 s [ghcide] idToPath (src/Development/IDE/Import/DependencyInformation.hs:115)
  18338. 1487.85 s [ghcide] idToModLocation (src/Development/IDE/Import/DependencyInformation.hs:118)
  18339. 1487.85 s [ghcide] reachableModules (src/Development/IDE/Import/DependencyInformation.hs:170)
  18340. 1487.85 s [ghcide] processDependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:231)
  18341. 1487.85 s [ghcide] lookupModuleFile (src/Development/IDE/Import/DependencyInformation.hs:370)
  18342. 1487.85 s [ghcide] BootIdMap (src/Development/IDE/Import/DependencyInformation.hs:121)
  18343. 1487.85 s [ghcide] insertBootId (src/Development/IDE/Import/DependencyInformation.hs:123)
  18344. 1488.31 s [ghcide] 10% ( 6 / 57) in 'Development.IDE.Core.RuleTypes'
  18345. 1488.31 s [ghcide] Missing documentation for:
  18346. 1488.31 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
  18347. 1488.31 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
  18348. 1488.31 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
  18349. 1488.31 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
  18350. 1488.31 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
  18351. 1488.31 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
  18352. 1488.31 s [ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:86)
  18353. 1488.31 s [ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:435)
  18354. 1488.31 s [ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:425)
  18355. 1488.31 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
  18356. 1488.31 s [ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:445)
  18357. 1488.31 s [ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:337)
  18358. 1488.31 s [ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:117)
  18359. 1488.31 s [ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:402)
  18360. 1488.31 s [ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:77)
  18361. 1488.31 s [ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:51)
  18362. 1488.31 s [ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:397)
  18363. 1488.31 s [ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:415)
  18364. 1488.31 s [ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:106)
  18365. 1488.31 s [ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:93)
  18366. 1488.31 s [ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:111)
  18367. 1488.31 s [ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:122)
  18368. 1488.31 s [ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:174)
  18369. 1488.31 s [ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:223)
  18370. 1488.31 s [ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:440)
  18371. 1488.31 s [ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:246)
  18372. 1488.31 s [ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:430)
  18373. 1488.31 s [ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:420)
  18374. 1488.31 s [ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:464)
  18375. 1488.31 s [ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:469)
  18376. 1488.31 s [ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:474)
  18377. 1488.31 s [ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:332)
  18378. 1488.31 s [ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:343)
  18379. 1488.31 s [ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:503)
  18380. 1488.31 s [ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:360)
  18381. 1488.31 s [ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:479)
  18382. 1488.31 s [ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:367)
  18383. 1488.31 s [ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:489)
  18384. 1488.31 s [ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:484)
  18385. 1488.31 s [ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:410)
  18386. 1488.31 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:461)
  18387. 1488.31 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:313)
  18388. 1488.31 s [ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:171)
  18389. 1488.31 s [ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:190)
  18390. 1488.31 s [ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:193)
  18391. 1488.31 s [ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:328)
  18392. 1488.31 s [ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18393. 1488.31 s [ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18394. 1488.31 s [ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18395. 1488.31 s [ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18396. 1488.31 s [ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18397. 1488.37 s [ghcide]
  18398. 1488.37 s [ghcide] src/Development/IDE/Core/RuleTypes.hs:26:1: warning: [-Wdodgy-imports]
  18399. 1488.37 s [ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
  18400. 1488.37 s [ghcide] |
  18401. 1488.37 s [ghcide] 26 | import Development.IDE.GHC.Compat hiding
  18402. 1488.37 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  18403. 1488.39 s [ghcide] Warning: 'phase' is out of scope.
  18404. 1488.39 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18405. 1488.41 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Tracing'
  18406. 1488.41 s [ghcide] Missing documentation for:
  18407. 1488.41 s [ghcide] Module header
  18408. 1488.41 s [ghcide] otTracedProvider (src/Development/IDE/Core/Tracing.hs:134)
  18409. 1488.41 s [ghcide] otSetUri (src/Development/IDE/Core/Tracing.hs:87)
  18410. 1488.41 s [ghcide] otTracedGarbageCollection (src/Development/IDE/Core/Tracing.hs:120)
  18411. 1488.41 s [ghcide] withTrace (src/Development/IDE/Core/Tracing.hs:38)
  18412. 1488.41 s [ghcide] withEventTrace (src/Development/IDE/Core/Tracing.hs:46)
  18413. 1488.45 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Core.Preprocessor'
  18414. 1488.45 s [ghcide] Missing documentation for:
  18415. 1488.45 s [ghcide] Module header
  18416. 1488.48 s [ghcide] Warning: 'ekg' is out of scope.
  18417. 1488.48 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18418. 1488.48 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Types.Monitoring'
  18419. 1488.48 s [ghcide] Missing documentation for:
  18420. 1488.48 s [ghcide] Module header
  18421. 1488.49 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Monitoring.OpenTelemetry'
  18422. 1488.49 s [ghcide] Missing documentation for:
  18423. 1488.49 s [ghcide] Module header
  18424. 1488.52 s [ghcide] Warning: 'ComponentOptions' is out of scope.
  18425. 1488.52 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18426. 1488.52 s [ghcide] Warning: 'HscEnvEq' is out of scope.
  18427. 1488.52 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18428. 1488.52 s [ghcide] 21% ( 3 / 14) in 'Development.IDE.Types.Options'
  18429. 1488.52 s [ghcide] Missing documentation for:
  18430. 1488.52 s [ghcide] IdeOptions (src/Development/IDE/Types/Options.hs:33)
  18431. 1488.52 s [ghcide] IdePreprocessedSource (src/Development/IDE/Types/Options.hs:91)
  18432. 1488.52 s [ghcide] IdeReportProgress (src/Development/IDE/Types/Options.hs:100)
  18433. 1488.52 s [ghcide] IdeDefer (src/Development/IDE/Types/Options.hs:101)
  18434. 1488.52 s [ghcide] IdeTesting (src/Development/IDE/Types/Options.hs:102)
  18435. 1488.52 s [ghcide] IdeOTMemoryProfiling (src/Development/IDE/Types/Options.hs:103)
  18436. 1488.52 s [ghcide] clientSupportsProgress (src/Development/IDE/Types/Options.hs:112)
  18437. 1488.52 s [ghcide] defaultIdeOptions (src/Development/IDE/Types/Options.hs:116)
  18438. 1488.52 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
  18439. 1488.52 s [ghcide] OptHaddockParse (src/Development/IDE/Types/Options.hs:88)
  18440. 1488.52 s [ghcide] ProgressReportingStyle (src/Development/IDE/Types/Options.hs:105)
  18441. 1488.56 s [ghcide] Warning: 'delayedProgressReporting' is out of scope.
  18442. 1488.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18443. 1488.56 s [ghcide] 23% ( 3 / 13) in 'Development.IDE.Core.ProgressReporting'
  18444. 1488.56 s [ghcide] Missing documentation for:
  18445. 1488.56 s [ghcide] Module header
  18446. 1488.56 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  18447. 1488.56 s [ghcide] PerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:57)
  18448. 1488.56 s [ghcide] ProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:50)
  18449. 1488.56 s [ghcide] noPerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:94)
  18450. 1488.56 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:225)
  18451. 1488.56 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:229)
  18452. 1488.56 s [ghcide] recordProgress (src/Development/IDE/Core/ProgressReporting.hs:136)
  18453. 1488.56 s [ghcide] progressStop (src/Development/IDE/Core/ProgressReporting.hs:66)
  18454. 1488.56 s [ghcide] progressUpdate (src/Development/IDE/Core/ProgressReporting.hs:65)
  18455. 1488.60 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Types.Shake'
  18456. 1488.60 s [ghcide] Missing documentation for:
  18457. 1488.60 s [ghcide] Module header
  18458. 1488.60 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  18459. 1488.60 s [ghcide] Value (src/Development/IDE/Types/Shake.hs:47)
  18460. 1488.60 s [ghcide] ValueWithDiagnostics (src/Development/IDE/Types/Shake.hs:62)
  18461. 1488.60 s [ghcide] Key
  18462. 1488.60 s [ghcide] ShakeValue (src/Development/IDE/Types/Shake.hs:117)
  18463. 1488.60 s [ghcide] isBadDependency (src/Development/IDE/Types/Shake.hs:73)
  18464. 1488.60 s [ghcide] toShakeValue (src/Development/IDE/Types/Shake.hs:114)
  18465. 1488.60 s [ghcide] encodeShakeValue (src/Development/IDE/Types/Shake.hs:129)
  18466. 1488.60 s [ghcide] decodeShakeValue (src/Development/IDE/Types/Shake.hs:135)
  18467. 1488.60 s [ghcide] toKey (src/Development/IDE/Types/Shake.hs:78)
  18468. 1488.60 s [ghcide] toNoFileKey (src/Development/IDE/Types/Shake.hs:95)
  18469. 1488.60 s [ghcide] fromKey (src/Development/IDE/Types/Shake.hs:81)
  18470. 1488.60 s [ghcide] WithHieDbShield (src/Development/IDE/Types/Shake.hs:45)
  18471. 1488.76 s [ghcide] Warning: 'runInShakeSession' is out of scope.
  18472. 1488.76 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18473. 1488.76 s [ghcide] Warning: 'proper' is out of scope.
  18474. 1488.76 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18475. 1488.76 s [ghcide] Warning: 'LanguageContextEnv' is out of scope.
  18476. 1488.76 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18477. 1488.76 s [ghcide] Warning: 'resRootPath' is out of scope.
  18478. 1488.76 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18479. 1488.76 s [ghcide] Warning: 'Initialized' is out of scope.
  18480. 1488.76 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18481. 1488.77 s [ghcide] Warning: 'useWithStaleE' is out of scope.
  18482. 1488.77 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18483. 1488.77 s [ghcide] Warning: 'usesE' is out of scope.
  18484. 1488.77 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18485. 1488.77 s [ghcide] 41% ( 35 / 85) in 'Development.IDE.Core.Shake'
  18486. 1488.77 s [ghcide] Missing documentation for:
  18487. 1488.77 s [ghcide] $sel:shakeExtras:IdeState (src/Development/IDE/Core/Shake.hs:560)
  18488. 1488.77 s [ghcide] $sel:shakeDb:IdeState (src/Development/IDE/Core/Shake.hs:558)
  18489. 1488.77 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
  18490. 1488.77 s [ghcide] getShakeExtras (src/Development/IDE/Core/Shake.hs:344)
  18491. 1488.77 s [ghcide] getShakeExtrasRules (src/Development/IDE/Core/Shake.hs:350)
  18492. 1488.77 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  18493. 1488.77 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:70)
  18494. 1488.77 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:47)
  18495. 1488.77 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:51)
  18496. 1488.77 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
  18497. 1488.77 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
  18498. 1488.77 s [ghcide] shakeShut (src/Development/IDE/Core/Shake.hs:754)
  18499. 1488.77 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1108)
  18500. 1488.77 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1117)
  18501. 1488.77 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1120)
  18502. 1488.77 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
  18503. 1488.77 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1014)
  18504. 1488.77 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1197)
  18505. 1488.77 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1202)
  18506. 1488.77 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:932)
  18507. 1488.77 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:225)
  18508. 1488.77 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:229)
  18509. 1488.77 s [ghcide] getHiddenDiagnostics (src/Development/IDE/Core/Shake.hs:936)
  18510. 1488.77 s [ghcide] IsIdeGlobal (src/Development/IDE/Core/Shake.hs:389)
  18511. 1488.77 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:403)
  18512. 1488.77 s [ghcide] addIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:408)
  18513. 1488.77 s [ghcide] getIdeGlobalState (src/Development/IDE/Core/Shake.hs:427)
  18514. 1488.77 s [ghcide] getIdeGlobalAction (src/Development/IDE/Core/Shake.hs:424)
  18515. 1488.77 s [ghcide] getIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:414)
  18516. 1488.77 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:433)
  18517. 1488.77 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:445)
  18518. 1488.77 s [ghcide] GlobalIdeOptions (src/Development/IDE/Core/Shake.hs:430)
  18519. 1488.77 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:372)
  18520. 1488.77 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1379)
  18521. 1488.77 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1382)
  18522. 1488.77 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1429)
  18523. 1488.77 s [ghcide] updatePositionMappingHelper (src/Development/IDE/Core/Shake.hs:1437)
  18524. 1488.77 s [ghcide] WithProgressFunc (src/Development/IDE/Core/Shake.hs:337)
  18525. 1488.77 s [ghcide] WithIndefiniteProgressFunc (src/Development/IDE/Core/Shake.hs:339)
  18526. 1488.77 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  18527. 1488.77 s [ghcide] DelayedAction (src/Development/IDE/Types/Action.hs:22)
  18528. 1488.77 s [ghcide] mkDelayedAction (src/Development/IDE/Core/Shake.hs:777)
  18529. 1488.77 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1061)
  18530. 1488.77 s [ghcide] mkUpdater (src/Development/IDE/Core/Shake.hs:1068)
  18531. 1488.77 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  18532. 1488.77 s [ghcide] HieDb
  18533. 1488.77 s [ghcide] garbageCollectDirtyKeysOlderThan (src/Development/IDE/Core/Shake.hs:952)
  18534. 1488.77 s [ghcide] Log (src/Development/IDE/Core/Shake.hs:181)
  18535. 1488.77 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
  18536. 1488.77 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
  18537. 1489.05 s [ghcide] Warning: 'unsafeGlobalDynFlags' is out of scope.
  18538. 1489.05 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18539. 1489.05 s [ghcide] Warning: 'HieWriterChan' is out of scope.
  18540. 1489.05 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18541. 1489.05 s [ghcide] 40% ( 4 / 10) in 'Development.IDE.Session'
  18542. 1489.05 s [ghcide] Missing documentation for:
  18543. 1489.05 s [ghcide] SessionLoadingOptions (session-loader/Development/IDE/Session.hs:231)
  18544. 1489.05 s [ghcide] CacheDirs (session-loader/Development/IDE/Session.hs:228)
  18545. 1489.05 s [ghcide] getInitialGhcLibDirDefault (session-loader/Development/IDE/Session.hs:277)
  18546. 1489.05 s [ghcide] getHieDbLoc (session-loader/Development/IDE/Session.hs:395)
  18547. 1489.05 s [ghcide] retryOnSqliteBusy (session-loader/Development/IDE/Session.hs:340)
  18548. 1489.05 s [ghcide] Log (session-loader/Development/IDE/Session.hs:131)
  18549. 1489.77 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.LSP.Server'
  18550. 1489.77 s [ghcide] Missing documentation for:
  18551. 1489.77 s [ghcide] Module header
  18552. 1489.77 s [ghcide] ReactorMessage (src/Development/IDE/LSP/Server.hs:23)
  18553. 1489.77 s [ghcide] ReactorChan (src/Development/IDE/LSP/Server.hs:27)
  18554. 1489.77 s [ghcide] ServerM (src/Development/IDE/LSP/Server.hs:28)
  18555. 1489.77 s [ghcide] requestHandler (src/Development/IDE/LSP/Server.hs:31)
  18556. 1489.77 s [ghcide] notificationHandler (src/Development/IDE/LSP/Server.hs:46)
  18557. 1489.79 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Plugin'
  18558. 1489.79 s [ghcide] Missing documentation for:
  18559. 1489.79 s [ghcide] Module header
  18560. 1489.79 s [ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
  18561. 1489.85 s [ghcide] Warning: 'data_' is out of scope.
  18562. 1489.85 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18563. 1489.85 s [ghcide] 25% ( 1 / 4) in 'Development.IDE.Plugin.HLS'
  18564. 1489.85 s [ghcide] Missing documentation for:
  18565. 1489.85 s [ghcide] Module header
  18566. 1489.85 s [ghcide] toResponseError (src/Development/IDE/Plugin/HLS.hs:404)
  18567. 1489.85 s [ghcide] Log (src/Development/IDE/Plugin/HLS.hs:59)
  18568. 1489.91 s [ghcide] 10% ( 1 / 10) in 'Development.IDE.Core.IdeConfiguration'
  18569. 1489.91 s [ghcide] Missing documentation for:
  18570. 1489.91 s [ghcide] Module header
  18571. 1489.91 s [ghcide] registerIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:39)
  18572. 1489.91 s [ghcide] getIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:43)
  18573. 1489.91 s [ghcide] parseConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:47)
  18574. 1489.91 s [ghcide] parseWorkspaceFolder (src/Development/IDE/Core/IdeConfiguration.hs:58)
  18575. 1489.91 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:79)
  18576. 1489.91 s [ghcide] modifyWorkspaceFolders (src/Development/IDE/Core/IdeConfiguration.hs:62)
  18577. 1489.91 s [ghcide] modifyClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:67)
  18578. 1489.91 s [ghcide] getClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:91)
  18579. 1489.95 s [ghcide] 16% ( 1 / 6) in 'Development.IDE.LSP.LanguageServer'
  18580. 1489.95 s [ghcide] Missing documentation for:
  18581. 1489.95 s [ghcide] Module header
  18582. 1489.95 s [ghcide] runLanguageServer (src/Development/IDE/LSP/LanguageServer.hs:85)
  18583. 1489.95 s [ghcide] setupLSP (src/Development/IDE/LSP/LanguageServer.hs:129)
  18584. 1489.95 s [ghcide] Log (src/Development/IDE/LSP/LanguageServer.hs:50)
  18585. 1489.95 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
  18586. 1489.99 s [ghcide] 33% ( 4 / 12) in 'Development.IDE.Core.OfInterest'
  18587. 1489.99 s [ghcide] Missing documentation for:
  18588. 1489.99 s [ghcide] getFilesOfInterest (src/Development/IDE/Core/OfInterest.hs:90)
  18589. 1489.99 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
  18590. 1489.99 s [ghcide] addFileOfInterest (src/Development/IDE/Core/OfInterest.hs:107)
  18591. 1489.99 s [ghcide] deleteFileOfInterest (src/Development/IDE/Core/OfInterest.hs:120)
  18592. 1489.99 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
  18593. 1489.99 s [ghcide] OfInterestVar (src/Development/IDE/Core/OfInterest.hs:61)
  18594. 1489.99 s [ghcide] scheduleGarbageCollection (src/Development/IDE/Core/OfInterest.hs:127)
  18595. 1489.99 s [ghcide] Log (src/Development/IDE/Core/OfInterest.hs:54)
  18596. 1490.00 s [ghcide]
  18597. 1490.00 s [ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning: [-Wunused-imports]
  18598. 1490.00 s [ghcide] The qualified import of ‘Data.Aeson’ is redundant
  18599. 1490.00 s [ghcide] except perhaps to import instances from ‘Data.Aeson’
  18600. 1490.00 s [ghcide] To import instances alone, use: import Data.Aeson()
  18601. 1490.00 s [ghcide] |
  18602. 1490.00 s [ghcide] 32 | import qualified Data.Aeson as Aeson
  18603. 1490.00 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18604. 1490.03 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Core.FileStore'
  18605. 1490.03 s [ghcide] Missing documentation for:
  18606. 1490.03 s [ghcide] Module header
  18607. 1490.03 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:211)
  18608. 1490.03 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:214)
  18609. 1490.03 s [ghcide] fileStoreRules (src/Development/IDE/Core/FileStore.hs:233)
  18610. 1490.03 s [ghcide] modificationTime (src/Development/IDE/Core/FileStore.hs:177)
  18611. 1490.03 s [ghcide] typecheckParents (src/Development/IDE/Core/FileStore.hs:261)
  18612. 1490.03 s [ghcide] getModificationTimeImpl (src/Development/IDE/Core/FileStore.hs:116)
  18613. 1490.03 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:403)
  18614. 1490.03 s [ghcide] getFileContentsImpl (src/Development/IDE/Core/FileStore.hs:184)
  18615. 1490.03 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:25)
  18616. 1490.03 s [ghcide] isWatchSupported (src/Development/IDE/Core/FileStore.hs:313)
  18617. 1490.03 s [ghcide] registerFileWatches (src/Development/IDE/Core/FileStore.hs:283)
  18618. 1490.03 s [ghcide] shareFilePath (src/Development/IDE/Core/FileStore.hs:328)
  18619. 1490.03 s [ghcide] Log (src/Development/IDE/Core/FileStore.hs:82)
  18620. 1490.16 s [ghcide] Warning: 'ParsedModule' is ambiguous. It is defined
  18621. 1490.16 s [ghcide] * at src/Development/IDE/GHC/Compat/Parser.hs:67:1
  18622. 1490.16 s [ghcide] * in ‘GHC’
  18623. 1490.16 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18624. 1490.16 s [ghcide] by specifying the type/value namespace explicitly.
  18625. 1490.16 s [ghcide] Defaulting to the one defined at src/Development/IDE/GHC/Compat/Parser.hs:67:1
  18626. 1490.17 s [ghcide] Warning: 'runtime_deps' is out of scope.
  18627. 1490.17 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18628. 1490.17 s [ghcide] 45% ( 14 / 31) in 'Development.IDE.Core.Compile'
  18629. 1490.17 s [ghcide] Missing documentation for:
  18630. 1490.17 s [ghcide] typecheckModule (src/Development/IDE/Core/Compile.hs:183)
  18631. 1490.17 s [ghcide] addRelativeImport (src/Development/IDE/Core/Compile.hs:779)
  18632. 1490.17 s [ghcide] mkHiFileResultCompile (src/Development/IDE/Core/Compile.hs:455)
  18633. 1490.17 s [ghcide] mkHiFileResultNoCompile (src/Development/IDE/Core/Compile.hs:437)
  18634. 1490.17 s [ghcide] generateObjectCode (src/Development/IDE/Core/Compile.hs:634)
  18635. 1490.17 s [ghcide] generateByteCode (src/Development/IDE/Core/Compile.hs:672)
  18636. 1490.17 s [ghcide] generateHieAsts (src/Development/IDE/Core/Compile.hs:792)
  18637. 1490.17 s [ghcide] writeAndIndexHieFile (src/Development/IDE/Core/Compile.hs:914)
  18638. 1490.17 s [ghcide] writeHiFile (src/Development/IDE/Core/Compile.hs:934)
  18639. 1490.17 s [ghcide] loadHieFile (src/Development/IDE/Core/Compile.hs:1286)
  18640. 1490.17 s [ghcide] RecompilationInfo (src/Development/IDE/Core/Compile.hs:1353)
  18641. 1490.17 s [ghcide] mergeEnvs (src/Development/IDE/Core/Compile.hs:975)
  18642. 1490.17 s [ghcide] ml_core_file (src/Development/IDE/Core/Compile.hs:1371)
  18643. 1490.17 s [ghcide] coreFileToLinkable (src/Development/IDE/Core/Compile.hs:1537)
  18644. 1490.17 s [ghcide] TypecheckHelpers (src/Development/IDE/Core/Compile.hs:177)
  18645. 1490.17 s [ghcide] sourceTypecheck (src/Development/IDE/Core/Compile.hs:143)
  18646. 1490.17 s [ghcide] sourceParser (src/Development/IDE/Core/Compile.hs:145)
  18647. 1490.29 s [ghcide]
  18648. 1490.29 s [ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning: [-Wunused-imports]
  18649. 1490.34 s [ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
  18650. 1490.34 s [ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
  18651. 1490.34 s [ghcide] To import instances alone, use: import Data.List.NonEmpty()
  18652. 1490.34 s [ghcide] |
  18653. 1490.34 s [ghcide] 66 | import qualified Data.List.NonEmpty as NE
  18654. 1490.34 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18655. 1490.34 s [ghcide]
  18656. 1490.34 s [ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning: [-Wunused-imports]
  18657. 1490.34 s [ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
  18658. 1490.34 s [ghcide] |
  18659. 1490.34 s [ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime)
  18660. 1490.34 s [ghcide] | ^^^^^^^^^^^^^^
  18661. 1490.34 s [ghcide]
  18662. 1490.34 s [ghcide] src/Development/IDE/Core/Compile.hs:80:1: warning: [-Wdodgy-imports]
  18663. 1490.34 s [ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
  18664. 1490.34 s [ghcide] |
  18665. 1490.34 s [ghcide] 80 | import Development.IDE.GHC.Compat hiding (assert,
  18666. 1490.34 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  18667. 1490.34 s [ghcide]
  18668. 1490.34 s [ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning: [-Wunused-imports]
  18669. 1490.34 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  18670. 1490.34 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  18671. 1490.34 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  18672. 1490.34 s [ghcide] |
  18673. 1490.34 s [ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
  18674. 1490.34 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18675. 1490.34 s [ghcide]
  18676. 1490.34 s [ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning: [-Wunused-imports]
  18677. 1490.34 s [ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
  18678. 1490.34 s [ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
  18679. 1490.34 s [ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
  18680. 1490.34 s [ghcide] |
  18681. 1490.34 s [ghcide] 140 | import Development.IDE.Import.FindImports
  18682. 1490.34 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18683. 1490.34 s [ghcide]
  18684. 1490.34 s [ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning: [-Wunused-matches]
  18685. 1490.34 s [ghcide] Defined but not used: ‘dep_info’
  18686. 1490.34 s [ghcide] |
  18687. 1490.34 s [ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
  18688. 1490.34 s [ghcide] | ^^^^^^^^
  18689. 1490.34 s [ghcide]
  18690. 1490.34 s [ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning: [-Wunused-matches]
  18691. 1490.34 s [ghcide] Defined but not used: ‘hsc_env’
  18692. 1490.34 s [ghcide] |
  18693. 1490.34 s [ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
  18694. 1490.34 s [ghcide] | ^^^^^^^
  18695. 1490.35 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Documentation'
  18696. 1490.35 s [ghcide] Missing documentation for:
  18697. 1490.35 s [ghcide] Module header
  18698. 1490.35 s [ghcide] getDocumentation (src/Development/IDE/Spans/Documentation.hs:103)
  18699. 1490.35 s [ghcide] getDocumentationTryGhc (src/Development/IDE/Spans/Documentation.hs:67)
  18700. 1490.35 s [ghcide] getDocumentationsTryGhc (src/Development/IDE/Spans/Documentation.hs:72)
  18701. 1490.35 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
  18702. 1490.35 s [ghcide] mkDocMap (src/Development/IDE/Spans/Documentation.hs:37)
  18703. 1490.44 s [ghcide] 50% ( 8 / 16) in 'Development.IDE.Spans.AtPoint'
  18704. 1490.44 s [ghcide] Missing documentation for:
  18705. 1490.44 s [ghcide] documentHighlight (src/Development/IDE/Spans/AtPoint.hs:170)
  18706. 1490.44 s [ghcide] pointCommand (src/Development/IDE/Spans/AtPoint.hs:564)
  18707. 1490.44 s [ghcide] referencesAtPoint (src/Development/IDE/Spans/AtPoint.hs:124)
  18708. 1490.44 s [ghcide] computeTypeReferences (src/Development/IDE/Spans/AtPoint.hs:81)
  18709. 1490.44 s [ghcide] defRowToSymbolInfo (src/Development/IDE/Spans/AtPoint.hs:546)
  18710. 1490.44 s [ghcide] getNamesAtPoint (src/Development/IDE/Spans/AtPoint.hs:114)
  18711. 1490.44 s [ghcide] toCurrentLocation (src/Development/IDE/Spans/AtPoint.hs:120)
  18712. 1490.44 s [ghcide] rowToLoc (src/Development/IDE/Spans/AtPoint.hs:151)
  18713. 1490.51 s [ghcide] Warning: 'FileExistsState' is out of scope.
  18714. 1490.51 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18715. 1490.54 s [ghcide] 36% ( 4 / 11) in 'Development.IDE.Core.Service'
  18716. 1490.54 s [ghcide] Missing documentation for:
  18717. 1490.54 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:433)
  18718. 1490.54 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:445)
  18719. 1490.54 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:105)
  18720. 1490.54 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:932)
  18721. 1490.54 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1379)
  18722. 1490.54 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1429)
  18723. 1490.54 s [ghcide] Log (src/Development/IDE/Core/Service.hs:44)
  18724. 1490.56 s [ghcide] 0% ( 0 / 5) in 'Development.IDE.LSP.Notifications'
  18725. 1490.56 s [ghcide] Missing documentation for:
  18726. 1490.56 s [ghcide] Module header
  18727. 1490.56 s [ghcide] whenUriFile (src/Development/IDE/LSP/Notifications.hs:63)
  18728. 1490.56 s [ghcide] descriptor (src/Development/IDE/LSP/Notifications.hs:66)
  18729. 1490.56 s [ghcide] Log (src/Development/IDE/LSP/Notifications.hs:41)
  18730. 1490.56 s [ghcide] ghcideNotificationsPluginPriority (src/Development/IDE/LSP/Notifications.hs:159)
  18731. 1490.60 s [ghcide] Warning: 'use' is out of scope.
  18732. 1490.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18733. 1490.60 s [ghcide] Warning: 'uses' is out of scope.
  18734. 1490.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18735. 1490.60 s [ghcide] Warning: 'useWithStale' is out of scope.
  18736. 1490.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18737. 1490.60 s [ghcide] Warning: 'runIdeAction' is out of scope.
  18738. 1490.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18739. 1490.60 s [ghcide] Warning: 'useWithStaleFast' is out of scope.
  18740. 1490.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18741. 1490.60 s [ghcide] Warning: 'uriToFilePath' is out of scope.
  18742. 1490.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18743. 1490.60 s [ghcide] Warning: 'CodeAction' is out of scope.
  18744. 1490.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18745. 1490.60 s [ghcide] Warning: 'CodeActionParam' is out of scope.
  18746. 1490.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18747. 1490.60 s [ghcide] Warning: 'CodeActionContext' is out of scope.
  18748. 1490.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18749. 1490.60 s [ghcide] 93% ( 28 / 30) in 'Development.IDE.Core.PluginUtils'
  18750. 1490.60 s [ghcide] Missing documentation for:
  18751. 1490.60 s [ghcide] Module header
  18752. 1490.60 s [ghcide] mkFormattingHandlers (src/Development/IDE/Core/PluginUtils.hs:235)
  18753. 1490.65 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Actions'
  18754. 1490.65 s [ghcide] Missing documentation for:
  18755. 1490.65 s [ghcide] Module header
  18756. 1490.65 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:112)
  18757. 1490.65 s [ghcide] getImplementationDefinition (src/Development/IDE/Core/Actions.hs:124)
  18758. 1490.65 s [ghcide] highlightAtPoint (src/Development/IDE/Core/Actions.hs:133)
  18759. 1490.65 s [ghcide] refsAtPoint (src/Development/IDE/Core/Actions.hs:141)
  18760. 1490.65 s [ghcide] workspaceSymbols (src/Development/IDE/Core/Actions.hs:148)
  18761. 1490.77 s [ghcide] Warning: 'Foo' is out of scope.
  18762. 1490.77 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18763. 1490.77 s [ghcide] Warning: 'ghcide' is out of scope.
  18764. 1490.77 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18765. 1490.77 s [ghcide] 40% ( 20 / 50) in 'Development.IDE.Core.Rules'
  18766. 1490.77 s [ghcide] Missing documentation for:
  18767. 1490.77 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
  18768. 1490.77 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
  18769. 1490.77 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
  18770. 1490.77 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:105)
  18771. 1490.77 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1197)
  18772. 1490.77 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1202)
  18773. 1490.77 s [ghcide] RulesConfig (src/Development/IDE/Core/Rules.hs:1176)
  18774. 1490.77 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1041)
  18775. 1490.77 s [ghcide] usePropertyByPathAction (src/Development/IDE/Core/Rules.hs:1051)
  18776. 1490.77 s [ghcide] getLocatedImportsRule (src/Development/IDE/Core/Rules.hs:315)
  18777. 1490.77 s [ghcide] reportImportCyclesRule (src/Development/IDE/Core/Rules.hs:472)
  18778. 1490.77 s [ghcide] getDocMapRule (src/Development/IDE/Core/Rules.hs:567)
  18779. 1490.77 s [ghcide] loadGhcSession (src/Development/IDE/Core/Rules.hs:682)
  18780. 1490.77 s [ghcide] getModIfaceRule (src/Development/IDE/Core/Rules.hs:915)
  18781. 1490.77 s [ghcide] getModSummaryRule (src/Development/IDE/Core/Rules.hs:862)
  18782. 1490.77 s [ghcide] getModuleGraphRule (src/Development/IDE/Core/Rules.hs:626)
  18783. 1490.77 s [ghcide] knownFilesRule (src/Development/IDE/Core/Rules.hs:613)
  18784. 1490.77 s [ghcide] getClientSettingsRule (src/Development/IDE/Core/Rules.hs:1035)
  18785. 1490.77 s [ghcide] getHieAstsRule (src/Development/IDE/Core/Rules.hs:502)
  18786. 1490.77 s [ghcide] getBindingsRule (src/Development/IDE/Core/Rules.hs:559)
  18787. 1490.77 s [ghcide] needsCompilationRule (src/Development/IDE/Core/Rules.hs:1133)
  18788. 1490.77 s [ghcide] generateCoreRule (src/Development/IDE/Core/Rules.hs:911)
  18789. 1490.77 s [ghcide] getImportMapRule (src/Development/IDE/Core/Rules.hs:549)
  18790. 1490.77 s [ghcide] getParsedModuleDefinition (src/Development/IDE/Core/Rules.hs:303)
  18791. 1490.77 s [ghcide] typeCheckRuleDefinition (src/Development/IDE/Core/Rules.hs:652)
  18792. 1490.77 s [ghcide] getRebuildCount (src/Development/IDE/Core/Rules.hs:946)
  18793. 1490.77 s [ghcide] getSourceFileSource (src/Development/IDE/Core/Rules.hs:226)
  18794. 1490.77 s [ghcide] GhcSessionDepsConfig (src/Development/IDE/Core/Rules.hs:726)
  18795. 1490.77 s [ghcide] Log (src/Development/IDE/Core/Rules.hs:179)
  18796. 1490.77 s [ghcide] DisplayTHWarning (src/Development/IDE/Core/Rules.hs:859)
  18797. 1490.90 s [ghcide]
  18798. 1490.90 s [ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning: [-Wunused-imports]
  18799. 1490.90 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  18800. 1490.90 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  18801. 1490.90 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  18802. 1490.90 s [ghcide] |
  18803. 1490.90 s [ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  18804. 1490.91 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18805. 1490.91 s [ghcide]
  18806. 1490.91 s [ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning: [GHC-02256] [-Wambiguous-fields]
  18807. 1490.91 s [ghcide] The record update def
  18808. 1490.91 s [ghcide] {fullModuleGraph} with type GhcSessionDepsConfig is ambiguous.
  18809. 1490.91 s [ghcide] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
  18810. 1490.91 s [ghcide] |
  18811. 1490.91 s [ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph}
  18812. 1490.91 s [ghcide] | ^^^^^^^^^^^^^^^
  18813. 1490.99 s [ghcide] 33% ( 2 / 6) in 'Development.IDE.Plugin.Test'
  18814. 1490.99 s [ghcide] Missing documentation for:
  18815. 1490.99 s [ghcide] TestRequest (src/Development/IDE/Plugin/Test.hs:57)
  18816. 1490.99 s [ghcide] WaitForIdeRuleResult (src/Development/IDE/Plugin/Test.hs:74)
  18817. 1490.99 s [ghcide] plugin (src/Development/IDE/Plugin/Test.hs:77)
  18818. 1490.99 s [ghcide] blockCommandDescriptor (src/Development/IDE/Plugin/Test.hs:166)
  18819. 1491.07 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.LSP.Outline'
  18820. 1491.07 s [ghcide] Missing documentation for:
  18821. 1491.07 s [ghcide] Module header
  18822. 1491.07 s [ghcide] moduleOutline (src/Development/IDE/LSP/Outline.hs:34)
  18823. 1491.11 s [ghcide] 18% ( 2 / 11) in 'Development.IDE.LSP.HoverDefinition'
  18824. 1491.11 s [ghcide] Missing documentation for:
  18825. 1491.11 s [ghcide] Log (src/Development/IDE/LSP/HoverDefinition.hs:36)
  18826. 1491.11 s [ghcide] hover (src/Development/IDE/LSP/HoverDefinition.hs:49)
  18827. 1491.11 s [ghcide] foundHover (src/Development/IDE/LSP/HoverDefinition.hs:70)
  18828. 1491.11 s [ghcide] gotoDefinition (src/Development/IDE/LSP/HoverDefinition.hs:48)
  18829. 1491.11 s [ghcide] gotoTypeDefinition (src/Development/IDE/LSP/HoverDefinition.hs:50)
  18830. 1491.11 s [ghcide] gotoImplementation (src/Development/IDE/LSP/HoverDefinition.hs:51)
  18831. 1491.11 s [ghcide] documentHighlight (src/Development/IDE/LSP/HoverDefinition.hs:52)
  18832. 1491.11 s [ghcide] references (src/Development/IDE/LSP/HoverDefinition.hs:59)
  18833. 1491.11 s [ghcide] wsSymbols (src/Development/IDE/LSP/HoverDefinition.hs:65)
  18834. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export Location
  18835. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export Position
  18836. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export Diagnostic
  18837. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export Range
  18838. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export NormalizedUri
  18839. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export NormalizedFilePath
  18840. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export Uri
  18841. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export DiagnosticSeverity
  18842. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export fromNormalizedFilePath
  18843. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export toNormalizedUri
  18844. 1491.13 s [ghcide] Warning: Couldn't find .haddock for export fromNormalizedUri
  18845. 1491.13 s [ghcide] 51% (151 /292) in 'Development.IDE'
  18846. 1491.13 s [ghcide] Missing documentation for:
  18847. 1491.13 s [ghcide] Module header
  18848. 1491.13 s [ghcide] Location
  18849. 1491.13 s [ghcide] Position
  18850. 1491.13 s [ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
  18851. 1491.13 s [ghcide] Diagnostic
  18852. 1491.13 s [ghcide] LoggingColumn
  18853. 1491.13 s [ghcide] WithPriority
  18854. 1491.13 s [ghcide] Priority
  18855. 1491.13 s [ghcide] Range
  18856. 1491.13 s [ghcide] DiagnosticStore
  18857. 1491.13 s [ghcide] NormalizedUri
  18858. 1491.13 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
  18859. 1491.13 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
  18860. 1491.13 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
  18861. 1491.13 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
  18862. 1491.13 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
  18863. 1491.13 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
  18864. 1491.13 s [ghcide] NormalizedFilePath
  18865. 1491.13 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
  18866. 1491.13 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
  18867. 1491.13 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
  18868. 1491.13 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
  18869. 1491.13 s [ghcide] Uri
  18870. 1491.13 s [ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:86)
  18871. 1491.13 s [ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:435)
  18872. 1491.13 s [ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:425)
  18873. 1491.13 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
  18874. 1491.13 s [ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:445)
  18875. 1491.13 s [ghcide] DiagnosticSeverity
  18876. 1491.13 s [ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:337)
  18877. 1491.13 s [ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:117)
  18878. 1491.13 s [ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:402)
  18879. 1491.13 s [ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:77)
  18880. 1491.13 s [ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:51)
  18881. 1491.13 s [ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:397)
  18882. 1491.13 s [ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:415)
  18883. 1491.13 s [ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:106)
  18884. 1491.13 s [ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:93)
  18885. 1491.13 s [ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:111)
  18886. 1491.13 s [ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:122)
  18887. 1491.13 s [ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:174)
  18888. 1491.13 s [ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:223)
  18889. 1491.13 s [ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:440)
  18890. 1491.13 s [ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:246)
  18891. 1491.13 s [ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:430)
  18892. 1491.13 s [ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:420)
  18893. 1491.13 s [ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:464)
  18894. 1491.13 s [ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:469)
  18895. 1491.13 s [ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:474)
  18896. 1491.13 s [ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:332)
  18897. 1491.13 s [ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:343)
  18898. 1491.13 s [ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:503)
  18899. 1491.13 s [ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:360)
  18900. 1491.13 s [ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:479)
  18901. 1491.13 s [ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:367)
  18902. 1491.13 s [ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:489)
  18903. 1491.13 s [ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:484)
  18904. 1491.13 s [ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:410)
  18905. 1491.13 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:313)
  18906. 1491.13 s [ghcide] cfilter
  18907. 1491.13 s [ghcide] cmap
  18908. 1491.13 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:466)
  18909. 1491.13 s [ghcide] action
  18910. 1491.13 s [ghcide] logWith
  18911. 1491.13 s [ghcide] cmapWithPrio
  18912. 1491.13 s [ghcide] cmapIO
  18913. 1491.13 s [ghcide] makeDefaultStderrRecorder
  18914. 1491.13 s [ghcide] withFileRecorder
  18915. 1491.13 s [ghcide] makeDefaultHandleRecorder
  18916. 1491.13 s [ghcide] defaultLoggingColumns
  18917. 1491.13 s [ghcide] toCologActionWithPrio
  18918. 1491.13 s [ghcide] runParser (src/Development/IDE/GHC/Util.hs:96)
  18919. 1491.13 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:112)
  18920. 1491.13 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:211)
  18921. 1491.13 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:214)
  18922. 1491.13 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:79)
  18923. 1491.13 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
  18924. 1491.13 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1041)
  18925. 1491.13 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:105)
  18926. 1491.13 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1382)
  18927. 1491.13 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1014)
  18928. 1491.13 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:372)
  18929. 1491.13 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1379)
  18930. 1491.13 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1061)
  18931. 1491.13 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1108)
  18932. 1491.13 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1120)
  18933. 1491.13 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1117)
  18934. 1491.13 s [ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:276)
  18935. 1491.13 s [ghcide] fromNormalizedFilePath
  18936. 1491.13 s [ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:165)
  18937. 1491.13 s [ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:112)
  18938. 1491.13 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:412)
  18939. 1491.13 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:374)
  18940. 1491.13 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:377)
  18941. 1491.13 s [ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:91)
  18942. 1491.13 s [ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:98)
  18943. 1491.13 s [ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:94)
  18944. 1491.13 s [ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:233)
  18945. 1491.13 s [ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:155)
  18946. 1491.13 s [ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:117)
  18947. 1491.13 s [ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:151)
  18948. 1491.13 s [ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:162)
  18949. 1491.13 s [ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:172)
  18950. 1491.13 s [ghcide] realSpan (src/Development/IDE/GHC/Error.hs:213)
  18951. 1491.13 s [ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:176)
  18952. 1491.13 s [ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:182)
  18953. 1491.13 s [ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:107)
  18954. 1491.13 s [ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:104)
  18955. 1491.13 s [ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:177)
  18956. 1491.13 s [ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:183)
  18957. 1491.13 s [ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:272)
  18958. 1491.13 s [ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:41)
  18959. 1491.13 s [ghcide] fromUri (src/Development/IDE/Types/Location.hs:66)
  18960. 1491.13 s [ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:338)
  18961. 1491.13 s [ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
  18962. 1491.13 s [ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
  18963. 1491.13 s [ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:338)
  18964. 1491.13 s [ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
  18965. 1491.13 s [ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
  18966. 1491.13 s [ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:158)
  18967. 1491.13 s [ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:279)
  18968. 1491.13 s [ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:137)
  18969. 1491.13 s [ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:144)
  18970. 1491.13 s [ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:141)
  18971. 1491.13 s [ghcide] noFilePath (src/Development/IDE/Types/Location.hs:69)
  18972. 1491.13 s [ghcide] noRange (src/Development/IDE/Types/Location.hs:73)
  18973. 1491.13 s [ghcide] showPosition (src/Development/IDE/Types/Location.hs:76)
  18974. 1491.13 s [ghcide] toNormalizedUri
  18975. 1491.13 s [ghcide] fromNormalizedUri
  18976. 1491.13 s [ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:46)
  18977. 1491.13 s [ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:58)
  18978. 1491.13 s [ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:63)
  18979. 1491.13 s [ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:171)
  18980. 1491.13 s [ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:190)
  18981. 1491.13 s [ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:193)
  18982. 1491.13 s [ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:328)
  18983. 1491.13 s [ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18984. 1491.13 s [ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18985. 1491.13 s [ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18986. 1491.13 s [ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18987. 1491.13 s [ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
  18988. 1491.18 s [ghcide] Warning: '#' is out of scope.
  18989. 1491.18 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18990. 1491.18 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Pragmas'
  18991. 1491.18 s [ghcide] Missing documentation for:
  18992. 1491.18 s [ghcide] Module header
  18993. 1491.18 s [ghcide] NextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:76)
  18994. 1491.18 s [ghcide] LineSplitTextEdits (src/Development/IDE/Spans/Pragmas.hs:71)
  18995. 1491.18 s [ghcide] getNextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:32)
  18996. 1491.18 s [ghcide] insertNewPragma (src/Development/IDE/Spans/Pragmas.hs:51)
  18997. 1491.18 s [ghcide] getFirstPragma (src/Development/IDE/Spans/Pragmas.hs:58)
  18998. 1491.27 s [ghcide] 12% ( 1 / 8) in 'Development.IDE.Plugin.TypeLenses'
  18999. 1491.27 s [ghcide] Missing documentation for:
  19000. 1491.27 s [ghcide] descriptor (src/Development/IDE/Plugin/TypeLenses.hs:97)
  19001. 1491.27 s [ghcide] suggestSignature (src/Development/IDE/Plugin/TypeLenses.hs:203)
  19002. 1491.27 s [ghcide] typeLensCommandId (src/Development/IDE/Plugin/TypeLenses.hs:94)
  19003. 1491.27 s [ghcide] GlobalBindingTypeSig (src/Development/IDE/Plugin/TypeLenses.hs:283)
  19004. 1491.27 s [ghcide] GetGlobalBindingTypeSigs (src/Development/IDE/Plugin/TypeLenses.hs:280)
  19005. 1491.27 s [ghcide] GlobalBindingTypeSigsResult (src/Development/IDE/Plugin/TypeLenses.hs:292)
  19006. 1491.27 s [ghcide] Log (src/Development/IDE/Plugin/TypeLenses.hs:87)
  19007. 1491.33 s [ghcide] Warning: 'PositionMapping' is out of scope.
  19008. 1491.33 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  19009. 1491.33 s [ghcide] 57% ( 8 / 14) in 'Development.IDE.Core.UseStale'
  19010. 1491.33 s [ghcide] Missing documentation for:
  19011. 1491.33 s [ghcide] Module header
  19012. 1491.33 s [ghcide] unTrack (src/Development/IDE/Core/UseStale.hs:51)
  19013. 1491.33 s [ghcide] untrackedStaleValue (src/Development/IDE/Core/UseStale.hs:91)
  19014. 1491.33 s [ghcide] unsafeMkStale (src/Development/IDE/Core/UseStale.hs:137)
  19015. 1491.33 s [ghcide] unsafeMkCurrent (src/Development/IDE/Core/UseStale.hs:133)
  19016. 1491.33 s [ghcide] unsafeCopyAge (src/Development/IDE/Core/UseStale.hs:141)
  19017. 1491.84 s [ghcide] 100% ( 6 / 6) in 'Generics.SYB.GHC'
  19018. 1491.87 s [ghcide] 88% ( 8 / 9) in 'Text.Fuzzy.Parallel'
  19019. 1491.87 s [ghcide] Missing documentation for:
  19020. 1491.87 s [ghcide] Scored (src/Text/Fuzzy/Parallel.hs:18)
  19021. 1491.96 s [ghcide] 50% ( 4 / 8) in 'Development.IDE.Plugin.Completions.Logic'
  19022. 1491.96 s [ghcide] Missing documentation for:
  19023. 1491.96 s [ghcide] Module header
  19024. 1491.96 s [ghcide] cacheDataProducer (src/Development/IDE/Plugin/Completions/Logic.hs:337)
  19025. 1491.96 s [ghcide] fromIdentInfo (src/Development/IDE/Plugin/Completions/Logic.hs:314)
  19026. 1491.96 s [ghcide] getCompletionPrefixFromRope (src/Development/IDE/Plugin/Completions/Logic.hs:893)
  19027. 1492.08 s [ghcide] 0% ( 0 / 4) in 'Development.IDE.Plugin.Completions'
  19028. 1492.08 s [ghcide] Missing documentation for:
  19029. 1492.08 s [ghcide] Module header
  19030. 1492.08 s [ghcide] descriptor (src/Development/IDE/Plugin/Completions.hs:70)
  19031. 1492.08 s [ghcide] Log (src/Development/IDE/Plugin/Completions.hs:61)
  19032. 1492.08 s [ghcide] ghcideCompletionsPluginPriority (src/Development/IDE/Plugin/Completions.hs:67)
  19033. 1492.13 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.Plugin.HLS.GhcIde'
  19034. 1492.13 s [ghcide] Missing documentation for:
  19035. 1492.13 s [ghcide] descriptors (src/Development/IDE/Plugin/HLS/GhcIde.hs:36)
  19036. 1492.13 s [ghcide] Log (src/Development/IDE/Plugin/HLS/GhcIde.hs:22)
  19037. 1492.19 s [ghcide] 0% ( 0 / 10) in 'Development.IDE.Main'
  19038. 1492.19 s [ghcide] Missing documentation for:
  19039. 1492.19 s [ghcide] Module header
  19040. 1492.19 s [ghcide] Arguments (src/Development/IDE/Main.hs:205)
  19041. 1492.19 s [ghcide] defaultArguments (src/Development/IDE/Main.hs:224)
  19042. 1492.19 s [ghcide] Command (src/Development/IDE/Main.hs:170)
  19043. 1492.19 s [ghcide] IdeCommand
  19044. 1492.19 s [ghcide] isLSP (src/Development/IDE/Main.hs:182)
  19045. 1492.19 s [ghcide] commandP (src/Development/IDE/Main.hs:186)
  19046. 1492.19 s [ghcide] defaultMain (src/Development/IDE/Main.hs:290)
  19047. 1492.19 s [ghcide] testing (src/Development/IDE/Main.hs:269)
  19048. 1492.19 s [ghcide] Log (src/Development/IDE/Main.hs:133)
  19049. 1492.23 s [ghcide]
  19050. 1492.23 s [ghcide] src/Development/IDE/Main.hs:18:1: warning: [-Wunused-imports]
  19051. 1492.23 s [ghcide] The import of ‘Control.Exception.Safe’ is redundant
  19052. 1492.23 s [ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
  19053. 1492.23 s [ghcide] To import instances alone, use: import Control.Exception.Safe()
  19054. 1492.23 s [ghcide] |
  19055. 1492.23 s [ghcide] 18 | import Control.Exception.Safe (SomeException,
  19056. 1492.23 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  19057. 1492.96 s [ghcide] Warning: Development.IDE.Core.PositionMapping: could not find link destinations for:
  19058. 1492.96 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19059. 1493.20 s [ghcide] Warning: Development.IDE.GHC.Compat.Core: could not find link destinations for:
  19060. 1493.20 s [ghcide] - GHC.Parser.Lexer.ExtsBitmap
  19061. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.HasType
  19062. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  19063. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.loc
  19064. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.TVScoped
  19065. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.PScoped
  19066. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.RScoped
  19067. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.SigContext
  19068. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.PatSynFieldContext
  19069. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.BindContext
  19070. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.IEContext
  19071. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.RFContext
  19072. 1493.20 s [ghcide] - System.Time.Extra.Timeout
  19073. 1493.20 s [ghcide] - GHC.Driver.Session.DynP
  19074. 1493.20 s [ghcide] - GHC.Parser.Lexer.LayoutContext
  19075. 1493.20 s [ghcide] - GHC.Parser.Lexer.ALRContext
  19076. 1493.20 s [ghcide] - GHC.Parser.Lexer.ALRLayout
  19077. 1493.20 s [ghcide] - GHC.Unit.Module.Env.NDModule
  19078. 1493.20 s [ghcide] - GHC.Hs.Type.HsQTvsRn
  19079. 1493.20 s [ghcide] - GHC.Hs.Utils.AnnoBody
  19080. 1493.20 s [ghcide] - GHC.Unit.Module.ModIface.ModIfaceFinal
  19081. 1493.20 s [ghcide] - GHC.Unit.Module.ModIface.ModIfacePhase
  19082. 1493.20 s [ghcide] - Development.IDE.GHC.Compat.Core.FunTyFlag
  19083. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.HasLoc
  19084. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.HiePass
  19085. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  19086. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.HieState
  19087. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.Context
  19088. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.ModifyState
  19089. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.RContext
  19090. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.TScoped
  19091. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.EvBindContext
  19092. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.AnnoBody
  19093. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.getTypeNode
  19094. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.addSubstitution
  19095. 1493.20 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  19096. 1493.20 s [ghcide] - Data.NonNull.NullError
  19097. 1493.24 s [ghcide] Warning: Development.IDE.GHC.Compat.Outputable: could not find link destinations for:
  19098. 1493.24 s [ghcide] - GHC.Core.Unfold.ExprSize
  19099. 1493.24 s [ghcide] - GHC.Unit.State.UnitVisibility
  19100. 1493.24 s [ghcide] - GHC.Core.InstEnv.InstMatches
  19101. 1493.24 s [ghcide] - GHC.CoreToStg.Prep.Floats
  19102. 1493.24 s [ghcide] - GHC.Driver.Make.BuildPlan
  19103. 1493.24 s [ghcide] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
  19104. 1493.24 s [ghcide] - GHC.Types.Name.NameSort
  19105. 1493.24 s [ghcide] - GHC.Unit.Module.Env.NDModule
  19106. 1493.24 s [ghcide] - GHC.Iface.Recomp.IfaceDeclExtras
  19107. 1493.24 s [ghcide] - GHC.CoreToStg.Prep.ArgInfo
  19108. 1493.24 s [ghcide] - GHC.CoreToStg.Prep.FloatingBind
  19109. 1493.24 s [ghcide] - GHC.CoreToStg.Prep.OkToSpec
  19110. 1493.24 s [ghcide] - GHC.StgToByteCode.Discr
  19111. 1493.24 s [ghcide] - GHC.Data.Graph.Directed.Time
  19112. 1493.24 s [ghcide] - GHC.Data.Graph.Directed.Edge
  19113. 1493.24 s [ghcide] - GHC.Driver.Make.CodeGenEnable
  19114. 1493.24 s [ghcide] - GHC.Driver.Make.CachedIface
  19115. 1493.24 s [ghcide] Warning: Development.IDE.GHC.Compat.Units: could not find link destinations for:
  19116. 1493.24 s [ghcide] - GHC.Unit.External.PackageAnnEnv
  19117. 1493.24 s [ghcide] - Development.IDE.GHC.Compat.Units.PreloadUnitClosure
  19118. 1493.26 s [ghcide] Warning: Development.IDE.GHC.Compat.Util: could not find link destinations for:
  19119. 1493.26 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  19120. 1493.26 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  19121. 1493.26 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  19122. 1493.26 s [ghcide] Warning: Development.IDE.GHC.Compat.Parser: could not find link destinations for:
  19123. 1493.26 s [ghcide] - GHC.modSummary
  19124. 1493.26 s [ghcide] Warning: Development.IDE.GHC.Compat.Plugins: could not find link destinations for:
  19125. 1493.26 s [ghcide] - GHC.Driver.Plugins.HoleFitPlugin
  19126. 1493.28 s [ghcide] Warning: Development.IDE.GHC.Compat: could not find link destinations for:
  19127. 1493.28 s [ghcide] - GHC.Iface.Ext.Ast.TypecheckedSource
  19128. 1493.28 s [ghcide] - GHC.Iface.Ext.Ast.RenamedSource
  19129. 1493.28 s [ghcide] Warning: Development.IDE.GHC.CoreFile: could not find link destinations for:
  19130. 1493.28 s [ghcide] - Development.IDE.GHC.CoreFile.IfaceId
  19131. 1493.28 s [ghcide] - Development.IDE.GHC.CoreFile.TopIfaceBinding
  19132. 1493.28 s [ghcide] Warning: Development.IDE.Main.HeapStats: could not find link destinations for:
  19133. 1493.28 s [ghcide] - Development.IDE.Main.HeapStats.heapStatsThread
  19134. 1493.29 s [ghcide] Warning: Development.IDE.Types.Location: could not find link destinations for:
  19135. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  19136. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  19137. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
  19138. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
  19139. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.changes
  19140. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
  19141. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.character
  19142. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
  19143. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.document
  19144. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
  19145. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.editRange
  19146. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
  19147. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.end
  19148. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  19149. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
  19150. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
  19151. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.href
  19152. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
  19153. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.insert
  19154. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
  19155. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.line
  19156. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
  19157. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.location
  19158. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
  19159. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.newUri
  19160. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
  19161. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
  19162. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  19163. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  19164. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
  19165. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.position
  19166. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
  19167. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.positions
  19168. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  19169. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  19170. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
  19171. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.ranges
  19172. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  19173. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  19174. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
  19175. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.replace
  19176. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
  19177. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
  19178. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  19179. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
  19180. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
  19181. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.selection
  19182. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  19183. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
  19184. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
  19185. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.start
  19186. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  19187. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  19188. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
  19189. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.target
  19190. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  19191. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
  19192. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  19193. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  19194. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  19195. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
  19196. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
  19197. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.uri
  19198. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
  19199. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  19200. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  19201. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  19202. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  19203. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
  19204. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  19205. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  19206. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
  19207. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
  19208. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
  19209. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
  19210. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
  19211. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
  19212. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
  19213. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
  19214. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
  19215. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  19216. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
  19217. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19218. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
  19219. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  19220. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
  19221. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
  19222. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  19223. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
  19224. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
  19225. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  19226. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  19227. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
  19228. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
  19229. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  19230. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  19231. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
  19232. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
  19233. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
  19234. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
  19235. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
  19236. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
  19237. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
  19238. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
  19239. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
  19240. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
  19241. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
  19242. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
  19243. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
  19244. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
  19245. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
  19246. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
  19247. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
  19248. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
  19249. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
  19250. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
  19251. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  19252. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
  19253. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  19254. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
  19255. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
  19256. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
  19257. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
  19258. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
  19259. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
  19260. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
  19261. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
  19262. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
  19263. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19264. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
  19265. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  19266. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
  19267. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  19268. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19269. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
  19270. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
  19271. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
  19272. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
  19273. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
  19274. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
  19275. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19276. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  19277. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  19278. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  19279. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
  19280. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  19281. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  19282. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19283. 1493.29 s [ghcide] - Language.LSP.VFS.HasVfsMap
  19284. 1493.29 s [ghcide] Warning: Development.IDE.Types.Diagnostics: could not find link destinations for:
  19285. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
  19286. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.code
  19287. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  19288. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
  19289. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
  19290. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.data_
  19291. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  19292. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
  19293. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
  19294. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.items
  19295. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
  19296. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.message
  19297. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  19298. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  19299. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  19300. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
  19301. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
  19302. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.severity
  19303. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
  19304. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.source
  19305. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
  19306. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Lens.tags
  19307. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  19308. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
  19309. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  19310. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  19311. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
  19312. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  19313. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  19314. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  19315. 1493.29 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  19316. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  19317. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19318. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
  19319. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
  19320. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
  19321. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
  19322. 1493.29 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
  19323. 1493.30 s [ghcide] Warning: Development.IDE.Types.Exports: could not find link destinations for:
  19324. 1493.30 s [ghcide] - Development.IDE.Types.Exports.WithHieDb
  19325. 1493.30 s [ghcide] Warning: Development.IDE.Plugin.Completions.Types: could not find link destinations for:
  19326. 1493.30 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
  19327. 1493.30 s [ghcide] Warning: Development.IDE.Import.FindImports: could not find link destinations for:
  19328. 1493.30 s [ghcide] - Development.IDE.Import.FindImports.LocateResult
  19329. 1493.31 s [ghcide] Warning: Development.IDE.Import.DependencyInformation: could not find link destinations for:
  19330. 1493.31 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdSet
  19331. 1493.31 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdMap
  19332. 1493.32 s [ghcide] Warning: Development.IDE.Types.Options: could not find link destinations for:
  19333. 1493.32 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19334. 1493.32 s [ghcide] Warning: Development.IDE.Core.ProgressReporting: could not find link destinations for:
  19335. 1493.32 s [ghcide] - Development.IDE.Core.ProgressReporting.ProgressReporter
  19336. 1493.32 s [ghcide] Warning: Development.IDE.Types.Shake: could not find link destinations for:
  19337. 1493.32 s [ghcide] - Data.Vector.Vector
  19338. 1493.33 s [ghcide] Warning: Development.IDE.Core.Shake: could not find link destinations for:
  19339. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19340. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  19341. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19342. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19343. 1493.33 s [ghcide] - Development.IDE.Types.Action.ActionQueue
  19344. 1493.33 s [ghcide] - Development.IDE.Types.Action.DelayedActionInternal
  19345. 1493.33 s [ghcide] - Development.IDE.Core.Shake.STMDiagnosticStore
  19346. 1493.33 s [ghcide] - Development.IDE.Core.Shake.ShakeSession
  19347. 1493.33 s [ghcide] - Development.IDE.Core.Shake.GetStalePersistent
  19348. 1493.33 s [ghcide] Warning: Development.IDE.Session: could not find link destinations for:
  19349. 1493.33 s [ghcide] - Development.IDE.Session.DependencyInfo
  19350. 1493.33 s [ghcide] - Development.IDE.Session.maxRetryCount
  19351. 1493.33 s [ghcide] Warning: Development.IDE.LSP.Server: could not find link destinations for:
  19352. 1493.33 s [ghcide] - Language.LSP.Protocol.Message.Meta.Request
  19353. 1493.33 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19354. 1493.33 s [ghcide] - Language.LSP.Protocol.Message.LspId.LspId
  19355. 1493.33 s [ghcide] - Language.LSP.Protocol.Message.Meta.Notification
  19356. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  19357. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
  19358. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  19359. 1493.33 s [ghcide] Warning: Development.IDE.Plugin.HLS: could not find link destinations for:
  19360. 1493.33 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19361. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  19362. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
  19363. 1493.33 s [ghcide] Warning: Development.IDE.Core.IdeConfiguration: could not find link destinations for:
  19364. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  19365. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  19366. 1493.33 s [ghcide] Warning: Development.IDE.LSP.LanguageServer: could not find link destinations for:
  19367. 1493.33 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19368. 1493.33 s [ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
  19369. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  19370. 1493.33 s [ghcide] - Language.LSP.Protocol.Message.LspId.SomeLspId
  19371. 1493.33 s [ghcide] Warning: Development.IDE.Core.FileStore: could not find link destinations for:
  19372. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
  19373. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  19374. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19375. 1493.33 s [ghcide] Warning: Development.IDE.Core.Compile: could not find link destinations for:
  19376. 1493.33 s [ghcide] - Development.IDE.Core.Compile.CoreFileTime
  19377. 1493.33 s [ghcide] Warning: Development.IDE.Spans.AtPoint: could not find link destinations for:
  19378. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19379. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19380. 1493.33 s [ghcide] Warning: Development.IDE.Core.Service: could not find link destinations for:
  19381. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19382. 1493.33 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19383. 1493.33 s [ghcide] - Development.IDE.Core.FileExists.Log
  19384. 1493.34 s [ghcide] Warning: Development.IDE.Core.Actions: could not find link destinations for:
  19385. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19386. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19387. 1493.34 s [ghcide] Warning: Development.IDE.Plugin.Test: could not find link destinations for:
  19388. 1493.34 s [ghcide] - Development.IDE.Plugin.Test.Age
  19389. 1493.34 s [ghcide] Warning: Development.IDE.LSP.Outline: could not find link destinations for:
  19390. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  19391. 1493.34 s [ghcide] Warning: Development.IDE.LSP.HoverDefinition: could not find link destinations for:
  19392. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19393. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  19394. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  19395. 1493.34 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  19396. 1493.34 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19397. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  19398. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
  19399. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
  19400. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  19401. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
  19402. 1493.34 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  19403. 1493.40 s [ghcide] Warning: Development.IDE: could not find link destinations for:
  19404. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  19405. 1493.40 s [ghcide] - Language.LSP.Server.Core.LspCoreLog
  19406. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  19407. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
  19408. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
  19409. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.changes
  19410. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
  19411. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.character
  19412. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
  19413. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.code
  19414. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  19415. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
  19416. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
  19417. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.data_
  19418. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  19419. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
  19420. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
  19421. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.document
  19422. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
  19423. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.editRange
  19424. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
  19425. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.end
  19426. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  19427. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
  19428. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
  19429. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.href
  19430. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
  19431. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.insert
  19432. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
  19433. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.items
  19434. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
  19435. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.line
  19436. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
  19437. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.location
  19438. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
  19439. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.message
  19440. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
  19441. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.newUri
  19442. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
  19443. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
  19444. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  19445. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  19446. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
  19447. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.position
  19448. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
  19449. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.positions
  19450. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  19451. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  19452. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
  19453. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.ranges
  19454. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  19455. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  19456. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  19457. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
  19458. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
  19459. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.replace
  19460. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
  19461. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
  19462. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  19463. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
  19464. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
  19465. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.selection
  19466. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  19467. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
  19468. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
  19469. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.severity
  19470. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
  19471. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.source
  19472. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
  19473. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.start
  19474. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  19475. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  19476. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
  19477. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.tags
  19478. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
  19479. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.target
  19480. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  19481. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
  19482. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  19483. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  19484. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  19485. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
  19486. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
  19487. 1493.40 s [ghcide] - Language.LSP.Protocol.Types.Lens.uri
  19488. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
  19489. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams.ApplyWorkspaceEditParams
  19490. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult.ApplyWorkspaceEditResult
  19491. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.BaseSymbolInformation.BaseSymbolInformation
  19492. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities.CallHierarchyClientCapabilities
  19493. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  19494. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
  19495. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  19496. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOptions.CallHierarchyOptions
  19497. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  19498. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
  19499. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  19500. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions.CallHierarchyRegistrationOptions
  19501. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CancelParams.CancelParams
  19502. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ChangeAnnotation.ChangeAnnotation
  19503. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier.ChangeAnnotationIdentifier
  19504. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions.ChangeAnnotationsSupportOptions
  19505. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19506. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions.ClientCodeActionKindOptions
  19507. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions.ClientCodeActionLiteralOptions
  19508. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions.ClientCodeActionResolveOptions
  19509. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions.ClientCompletionItemInsertTextModeOptions
  19510. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.ClientCompletionItemOptions
  19511. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind.ClientCompletionItemOptionsKind
  19512. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions.ClientCompletionItemResolveOptions
  19513. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions.ClientDiagnosticsTagOptions
  19514. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions.ClientFoldingRangeKindOptions
  19515. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions.ClientFoldingRangeOptions
  19516. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientInfo.ClientInfo
  19517. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions.ClientInlayHintResolveOptions
  19518. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta.ClientSemanticTokensRequestFullDelta
  19519. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions.ClientSemanticTokensRequestOptions
  19520. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions.ClientShowMessageActionItemOptions
  19521. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions.ClientSignatureInformationOptions
  19522. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions.ClientSignatureParameterInformationOptions
  19523. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions.ClientSymbolKindOptions
  19524. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions.ClientSymbolResolveOptions
  19525. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions.ClientSymbolTagOptions
  19526. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  19527. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities.CodeActionClientCapabilities
  19528. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
  19529. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionDisabled.CodeActionDisabled
  19530. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionKind.CodeActionKind
  19531. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionOptions.CodeActionOptions
  19532. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
  19533. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions.CodeActionRegistrationOptions
  19534. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.CodeActionTriggerKind
  19535. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  19536. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  19537. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities.CodeLensClientCapabilities
  19538. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensOptions.CodeLensOptions
  19539. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensParams.CodeLensParams
  19540. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions.CodeLensRegistrationOptions
  19541. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities.CodeLensWorkspaceClientCapabilities
  19542. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.Color.Color
  19543. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
  19544. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentation.ColorPresentation
  19545. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
  19546. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.Command.Command
  19547. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities.CompletionClientCapabilities
  19548. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionContext.CompletionContext
  19549. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  19550. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
  19551. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
  19552. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails.CompletionItemLabelDetails
  19553. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.CompletionItemTag
  19554. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions.CompletionItemTagOptions
  19555. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionList.CompletionList
  19556. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionListCapabilities.CompletionListCapabilities
  19557. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionOptions.CompletionOptions
  19558. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
  19559. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions.CompletionRegistrationOptions
  19560. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.CompletionTriggerKind
  19561. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
  19562. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationParams.ConfigurationParams
  19563. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
  19564. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CreateFileOptions.CreateFileOptions
  19565. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.CreateFilesParams.CreateFilesParams
  19566. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.Declaration.Declaration
  19567. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities.DeclarationClientCapabilities
  19568. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationLink.DeclarationLink
  19569. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationOptions.DeclarationOptions
  19570. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
  19571. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions.DeclarationRegistrationOptions
  19572. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.Definition.Definition
  19573. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities.DefinitionClientCapabilities
  19574. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionLink.DefinitionLink
  19575. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionOptions.DefinitionOptions
  19576. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
  19577. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions.DefinitionRegistrationOptions
  19578. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
  19579. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFileOptions.DeleteFileOptions
  19580. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFilesParams.DeleteFilesParams
  19581. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities.DiagnosticClientCapabilities
  19582. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticOptions.DiagnosticOptions
  19583. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions.DiagnosticRegistrationOptions
  19584. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  19585. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData.DiagnosticServerCancellationData
  19586. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
  19587. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities.DiagnosticWorkspaceClientCapabilities
  19588. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities.DidChangeConfigurationClientCapabilities
  19589. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.DidChangeConfigurationParams
  19590. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions.DidChangeConfigurationRegistrationOptions
  19591. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams.DidChangeNotebookDocumentParams
  19592. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams.DidChangeTextDocumentParams
  19593. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities.DidChangeWatchedFilesClientCapabilities
  19594. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.DidChangeWatchedFilesParams
  19595. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions.DidChangeWatchedFilesRegistrationOptions
  19596. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.DidChangeWorkspaceFoldersParams
  19597. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams.DidCloseNotebookDocumentParams
  19598. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams.DidCloseTextDocumentParams
  19599. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams.DidOpenNotebookDocumentParams
  19600. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams.DidOpenTextDocumentParams
  19601. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams.DidSaveNotebookDocumentParams
  19602. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams.DidSaveTextDocumentParams
  19603. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities.DocumentColorClientCapabilities
  19604. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentColorOptions.DocumentColorOptions
  19605. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentColorParams.DocumentColorParams
  19606. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions.DocumentColorRegistrationOptions
  19607. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams.DocumentDiagnosticParams
  19608. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport.DocumentDiagnosticReport
  19609. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.DocumentDiagnosticReportKind
  19610. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
  19611. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFilter.DocumentFilter
  19612. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities.DocumentFormattingClientCapabilities
  19613. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions.DocumentFormattingOptions
  19614. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFormattingParams.DocumentFormattingParams
  19615. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions.DocumentFormattingRegistrationOptions
  19616. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19617. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities.DocumentHighlightClientCapabilities
  19618. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.DocumentHighlightKind
  19619. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions.DocumentHighlightOptions
  19620. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
  19621. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions.DocumentHighlightRegistrationOptions
  19622. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  19623. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities.DocumentLinkClientCapabilities
  19624. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLinkOptions.DocumentLinkOptions
  19625. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLinkParams.DocumentLinkParams
  19626. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions.DocumentLinkRegistrationOptions
  19627. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities.DocumentOnTypeFormattingClientCapabilities
  19628. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions.DocumentOnTypeFormattingOptions
  19629. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
  19630. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions.DocumentOnTypeFormattingRegistrationOptions
  19631. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities.DocumentRangeFormattingClientCapabilities
  19632. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions.DocumentRangeFormattingOptions
  19633. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
  19634. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions.DocumentRangeFormattingRegistrationOptions
  19635. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSelector.DocumentSelector
  19636. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  19637. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities.DocumentSymbolClientCapabilities
  19638. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions.DocumentSymbolOptions
  19639. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbolParams.DocumentSymbolParams
  19640. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions.DocumentSymbolRegistrationOptions
  19641. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
  19642. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ErrorCodes.ErrorCodes
  19643. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities.ExecuteCommandClientCapabilities
  19644. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions.ExecuteCommandOptions
  19645. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.ExecuteCommandParams
  19646. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions.ExecuteCommandRegistrationOptions
  19647. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ExecutionSummary.ExecutionSummary
  19648. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.FailureHandlingKind
  19649. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
  19650. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileCreate.FileCreate
  19651. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileDelete.FileDelete
  19652. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
  19653. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities.FileOperationClientCapabilities
  19654. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationFilter.FileOperationFilter
  19655. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationOptions.FileOperationOptions
  19656. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationPattern.FileOperationPattern
  19657. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.FileOperationPatternKind
  19658. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions.FileOperationPatternOptions
  19659. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions.FileOperationRegistrationOptions
  19660. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileRename.FileRename
  19661. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileSystemWatcher.FileSystemWatcher
  19662. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRange.FoldingRange
  19663. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities.FoldingRangeClientCapabilities
  19664. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.FoldingRangeKind
  19665. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeOptions.FoldingRangeOptions
  19666. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeParams.FoldingRangeParams
  19667. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions.FoldingRangeRegistrationOptions
  19668. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
  19669. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  19670. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities.GeneralClientCapabilities
  19671. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.GlobPattern.GlobPattern
  19672. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  19673. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.HoverClientCapabilities.HoverClientCapabilities
  19674. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.HoverOptions.HoverOptions
  19675. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
  19676. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions.HoverRegistrationOptions
  19677. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities.ImplementationClientCapabilities
  19678. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationOptions.ImplementationOptions
  19679. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
  19680. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions.ImplementationRegistrationOptions
  19681. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeError.InitializeError
  19682. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  19683. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeResult.InitializeResult
  19684. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializedParams.InitializedParams
  19685. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  19686. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities.InlayHintClientCapabilities
  19687. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintKind.InlayHintKind
  19688. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
  19689. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintOptions.InlayHintOptions
  19690. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
  19691. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions.InlayHintRegistrationOptions
  19692. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities.InlayHintWorkspaceClientCapabilities
  19693. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValue.InlineValue
  19694. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities.InlineValueClientCapabilities
  19695. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
  19696. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
  19697. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueOptions.InlineValueOptions
  19698. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
  19699. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions.InlineValueRegistrationOptions
  19700. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
  19701. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
  19702. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities.InlineValueWorkspaceClientCapabilities
  19703. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
  19704. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.InsertTextFormat
  19705. 1493.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.InsertTextMode.InsertTextMode
  19706. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.LSPErrorCodes
  19707. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LanguageKind.LanguageKind
  19708. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities.LinkedEditingRangeClientCapabilities
  19709. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions.LinkedEditingRangeOptions
  19710. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
  19711. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions.LinkedEditingRangeRegistrationOptions
  19712. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
  19713. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
  19714. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
  19715. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LogMessageParams.LogMessageParams
  19716. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.LogTraceParams.LogTraceParams
  19717. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities.MarkdownClientCapabilities
  19718. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MarkedString.MarkedString
  19719. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage.MarkedStringWithLanguage
  19720. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MarkupContent.MarkupContent
  19721. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MarkupKind.MarkupKind
  19722. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MessageActionItem.MessageActionItem
  19723. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MessageType.MessageType
  19724. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.Moniker.Moniker
  19725. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities.MonikerClientCapabilities
  19726. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerKind.MonikerKind
  19727. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerOptions.MonikerOptions
  19728. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
  19729. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions.MonikerRegistrationOptions
  19730. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
  19731. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange.NotebookCellArrayChange
  19732. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.NotebookCellKind
  19733. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCellLanguage.NotebookCellLanguage
  19734. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter.NotebookCellTextDocumentFilter
  19735. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
  19736. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure.NotebookDocumentCellChangeStructure
  19737. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges.NotebookDocumentCellChanges
  19738. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges.NotebookDocumentCellContentChanges
  19739. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent.NotebookDocumentChangeEvent
  19740. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities.NotebookDocumentClientCapabilities
  19741. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter.NotebookDocumentFilter
  19742. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType.NotebookDocumentFilterNotebookType
  19743. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern.NotebookDocumentFilterPattern
  19744. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme.NotebookDocumentFilterScheme
  19745. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells.NotebookDocumentFilterWithCells
  19746. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook.NotebookDocumentFilterWithNotebook
  19747. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
  19748. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities.NotebookDocumentSyncClientCapabilities
  19749. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions.NotebookDocumentSyncOptions
  19750. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions.NotebookDocumentSyncRegistrationOptions
  19751. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
  19752. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ParameterInformation.ParameterInformation
  19753. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PartialResultParams.PartialResultParams
  19754. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.Pattern.Pattern
  19755. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.PositionEncodingKind
  19756. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior.PrepareRenameDefaultBehavior
  19757. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
  19758. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
  19759. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameResult.PrepareRenameResult
  19760. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.PrepareSupportDefaultBehavior
  19761. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
  19762. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ProgressParams.ProgressParams
  19763. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  19764. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities.PublishDiagnosticsClientCapabilities
  19765. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  19766. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities.ReferenceClientCapabilities
  19767. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceContext.ReferenceContext
  19768. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceOptions.ReferenceOptions
  19769. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
  19770. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions.ReferenceRegistrationOptions
  19771. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.Registration.Registration
  19772. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RegistrationParams.RegistrationParams
  19773. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind.RegularExpressionEngineKind
  19774. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities.RegularExpressionsClientCapabilities
  19775. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  19776. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
  19777. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
  19778. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameClientCapabilities.RenameClientCapabilities
  19779. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
  19780. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameFileOptions.RenameFileOptions
  19781. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameFilesParams.RenameFilesParams
  19782. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameOptions.RenameOptions
  19783. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
  19784. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions.RenameRegistrationOptions
  19785. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ResourceOperation.ResourceOperation
  19786. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.ResourceOperationKind
  19787. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SaveOptions.SaveOptions
  19788. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
  19789. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities.SelectionRangeClientCapabilities
  19790. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeOptions.SelectionRangeOptions
  19791. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
  19792. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions.SelectionRangeRegistrationOptions
  19793. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.SemanticTokenModifiers
  19794. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.SemanticTokenTypes
  19795. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  19796. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities.SemanticTokensClientCapabilities
  19797. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensDelta.SemanticTokensDelta
  19798. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams.SemanticTokensDeltaParams
  19799. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult.SemanticTokensDeltaPartialResult
  19800. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensEdit.SemanticTokensEdit
  19801. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta.SemanticTokensFullDelta
  19802. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensLegend.SemanticTokensLegend
  19803. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensOptions.SemanticTokensOptions
  19804. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensParams.SemanticTokensParams
  19805. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult.SemanticTokensPartialResult
  19806. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
  19807. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions.SemanticTokensRegistrationOptions
  19808. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities.SemanticTokensWorkspaceClientCapabilities
  19809. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ServerCapabilities.ServerCapabilities
  19810. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions.ServerCompletionItemOptions
  19811. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ServerInfo.ServerInfo
  19812. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SetTraceParams.SetTraceParams
  19813. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities.ShowDocumentClientCapabilities
  19814. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
  19815. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentResult.ShowDocumentResult
  19816. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowMessageParams.ShowMessageParams
  19817. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities.ShowMessageRequestClientCapabilities
  19818. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams.ShowMessageRequestParams
  19819. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelp.SignatureHelp
  19820. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities.SignatureHelpClientCapabilities
  19821. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpContext.SignatureHelpContext
  19822. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpOptions.SignatureHelpOptions
  19823. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
  19824. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions.SignatureHelpRegistrationOptions
  19825. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.SignatureHelpTriggerKind
  19826. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureInformation.SignatureInformation
  19827. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions.StaleRequestSupportOptions
  19828. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions.StaticRegistrationOptions
  19829. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19830. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolKind.SymbolKind
  19831. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolTag.SymbolTag
  19832. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions.TextDocumentChangeRegistrationOptions
  19833. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities.TextDocumentClientCapabilities
  19834. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19835. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
  19836. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument.TextDocumentContentChangeWholeDocument
  19837. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentEdit.TextDocumentEdit
  19838. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentFilter.TextDocumentFilter
  19839. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage.TextDocumentFilterLanguage
  19840. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern.TextDocumentFilterPattern
  19841. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme.TextDocumentFilterScheme
  19842. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  19843. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
  19844. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  19845. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions.TextDocumentRegistrationOptions
  19846. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.TextDocumentSaveReason
  19847. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions.TextDocumentSaveRegistrationOptions
  19848. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities.TextDocumentSyncClientCapabilities
  19849. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.TextDocumentSyncKind
  19850. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.TextDocumentSyncOptions
  19851. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19852. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TokenFormat.TokenFormat
  19853. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TraceValue.TraceValue
  19854. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities.TypeDefinitionClientCapabilities
  19855. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions.TypeDefinitionOptions
  19856. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
  19857. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions.TypeDefinitionRegistrationOptions
  19858. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities.TypeHierarchyClientCapabilities
  19859. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
  19860. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions.TypeHierarchyOptions
  19861. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
  19862. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions.TypeHierarchyRegistrationOptions
  19863. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams.TypeHierarchySubtypesParams
  19864. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams.TypeHierarchySupertypesParams
  19865. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
  19866. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
  19867. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.UniquenessLevel
  19868. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.Unregistration.Unregistration
  19869. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.UnregistrationParams.UnregistrationParams
  19870. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
  19871. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19872. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WatchKind.WatchKind
  19873. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams.WillSaveTextDocumentParams
  19874. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WindowClientCapabilities.WindowClientCapabilities
  19875. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin.WorkDoneProgressBegin
  19876. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams.WorkDoneProgressCancelParams
  19877. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams.WorkDoneProgressCreateParams
  19878. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd.WorkDoneProgressEnd
  19879. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions.WorkDoneProgressOptions
  19880. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams.WorkDoneProgressParams
  19881. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport.WorkDoneProgressReport
  19882. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities.WorkspaceClientCapabilities
  19883. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams.WorkspaceDiagnosticParams
  19884. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport.WorkspaceDiagnosticReport
  19885. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult.WorkspaceDiagnosticReportPartialResult
  19886. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport.WorkspaceDocumentDiagnosticReport
  19887. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities.WorkspaceEditClientCapabilities
  19888. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  19889. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent.WorkspaceFoldersChangeEvent
  19890. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams.WorkspaceFoldersInitializeParams
  19891. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities.WorkspaceFoldersServerCapabilities
  19892. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  19893. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceOptions.WorkspaceOptions
  19894. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  19895. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities.WorkspaceSymbolClientCapabilities
  19896. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions.WorkspaceSymbolOptions
  19897. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.WorkspaceSymbolParams
  19898. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions.WorkspaceSymbolRegistrationOptions
  19899. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
  19900. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  19901. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  19902. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19903. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
  19904. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
  19905. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
  19906. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
  19907. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
  19908. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.Singletons.AString
  19909. 1493.41 s [ghcide] - Language.LSP.Protocol.Types.Singletons.AnInteger
  19910. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Types.ResponseError
  19911. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19912. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Types.ResponseMessage
  19913. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Types.RequestMessage
  19914. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Registration.TRegistration
  19915. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
  19916. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.LspId.LspId
  19917. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseMessage
  19918. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Registration.TUnregistration
  19919. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Types.NotificationMessage
  19920. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  19921. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
  19922. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  19923. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
  19924. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Method.SomeClientMethod
  19925. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Method.SomeServerMethod
  19926. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Registration.SomeRegistration
  19927. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Registration.SomeUnregistration
  19928. 1493.41 s [ghcide] - Language.LSP.Protocol.Message.Types.TCustomMessage
  19929. 1493.41 s [ghcide] - Language.LSP.VFS.HasVfsMap
  19930. 1493.41 s [ghcide] Warning: Development.IDE.Spans.Pragmas: could not find link destinations for:
  19931. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19932. 1493.41 s [ghcide] Warning: Development.IDE.Plugin.TypeLenses: could not find link destinations for:
  19933. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19934. 1493.41 s [ghcide] Warning: Development.IDE.Plugin.Completions.Logic: could not find link destinations for:
  19935. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19936. 1493.41 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  19937. 1508.89 s [ghcide] Documentation created: dist/doc/html/ghcide/index.html,
  19938. 1508.89 s [ghcide] dist/doc/html/ghcide/ghcide.txt
  19939. 1508.94 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0..
  19940. 1508.96 s [ghcide] Phase: installPhase
  19941. 1509.15 s [ghcide] Installing library in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  19942. 1509.85 s [ghcide] Installing executable ghcide in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin
  19943. 1509.85 s [ghcide] Warning: The directory
  19944. 1509.85 s [ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin is not in the
  19945. 1509.85 s [ghcide] system search path.
  19946. 1511.25 s [ghcide] Phase: fixupPhase
  19947. 1511.27 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
  19948. 1511.31 s [ghcide] shrinking /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w-ghc9.6.3.so
  19949. 1511.41 s [ghcide] shrinking /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin/ghcide
  19950. 1511.59 s [ghcide] checking for references to /build/ in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0...
  19951. 1511.72 s [ghcide] patching script interpreter paths in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
  19952. 1511.73 s [ghcide] stripping (with command strip and flags -S -p) in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin
  19953. 1512.37 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc
  19954. 1512.40 s [ghcide] checking for references to /build/ in /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc...
  19955. 1512.44 s [ghcide] patching script interpreter paths in /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc
  19956. 1512.92 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
  19957. 1513.43 s [post-build-hook] Pushing 2 paths (404 are already present) using zstd to cache sellout ⏳
  19958. 1513.43 s [post-build-hook]
  19959. 1513.78 s [post-build-hook] Pushing /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc (38.83 MiB)
  19960. 1513.89 s [post-build-hook] Pushing /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0 (142.07 MiB)
  19961. 1516.54 s [post-build-hook]
  19962. 1516.54 s [post-build-hook] All done.
  19963. 1516.56 s [post-build-hook] Uploading to the NixCI cache: /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
  19964. 1516.60 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19965. 1516.80 s [post-build-hook] copying 2 paths...
  19966. 1516.80 s [post-build-hook] copying path '/nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
  19967. 1521.31 s [post-build-hook] copying path '/nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0' to 'https://cache.nix-ci.com'...
  19968. 1560.36 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19969. 1560.60 s [post-build-hook] copying 1 paths...
  19970. 1560.61 s [post-build-hook] copying path '/nix/store/lrrjy32rhzjlw19pz2pdamij8iv036bq-ghcide-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
  19971. 1560.75 s Progress: 51 of 55 built, 335 of 335 downloaded from cache
  19972. 1560.83 s Building hls-test-utils
  19973. 1561.41 s [hls-test-utils] Phase: setupCompilerEnvironmentPhase
  19974. 1561.41 s [hls-test-utils] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  19975. 1561.92 s [hls-test-utils] Phase: unpackPhase
  19976. 1561.93 s [hls-test-utils] unpacking source archive /nix/store/q3m8rsidzfqj214nnj03vh8bp2zg6j6x-hls-test-utils-2.10.0.0.tar.gz
  19977. 1561.93 s [hls-test-utils] source root is hls-test-utils-2.10.0.0
  19978. 1561.94 s [hls-test-utils] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-test-utils-2.10.0.0/src/Test/Hls/Util.hs"
  19979. 1561.95 s [hls-test-utils] Phase: patchPhase
  19980. 1561.96 s [hls-test-utils] Phase: compileBuildDriverPhase
  19981. 1561.96 s [hls-test-utils] setupCompileFlags: -package-db=/build/tmp.iOSgHcwSlm/setup-package.conf.d -threaded
  19982. 1562.01 s [hls-test-utils] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.iOSgHcwSlm/Main.o )
  19983. 1562.06 s [hls-test-utils] [2 of 2] Linking Setup
  19984. 1563.15 s [hls-test-utils] Phase: updateAutotoolsGnuConfigScriptsPhase
  19985. 1563.16 s [hls-test-utils] Phase: configurePhase
  19986. 1563.16 s [hls-test-utils] configureFlags: --verbose --prefix=/nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.iOSgHcwSlm/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
  19987. 1563.17 s [hls-test-utils] Using Parsec parser
  19988. 1563.17 s [hls-test-utils] Configuring hls-test-utils-2.10.0.0...
  19989. 1563.64 s [hls-test-utils] Flags chosen: pedantic=False
  19990. 1563.64 s [hls-test-utils] Dependency aeson: using aeson-2.2.3.0
  19991. 1563.64 s [hls-test-utils] Dependency async: using async-2.2.5
  19992. 1563.64 s [hls-test-utils] Dependency base >=4.12 && <5: using base-4.18.1.0
  19993. 1563.64 s [hls-test-utils] Dependency bytestring: using bytestring-0.11.5.2
  19994. 1563.64 s [hls-test-utils] Dependency containers: using containers-0.6.7
  19995. 1563.64 s [hls-test-utils] Dependency data-default: using data-default-0.7.1.3
  19996. 1563.64 s [hls-test-utils] Dependency directory: using directory-1.3.8.1
  19997. 1563.64 s [hls-test-utils] Dependency extra: using extra-1.7.16
  19998. 1563.64 s [hls-test-utils] Dependency filepath: using filepath-1.4.100.4
  19999. 1563.64 s [hls-test-utils] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  20000. 1563.64 s [hls-test-utils] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  20001. 1563.64 s [hls-test-utils] Dependency lens: using lens-5.3.4
  20002. 1563.64 s [hls-test-utils] Dependency lsp: using lsp-2.7.0.1
  20003. 1563.64 s [hls-test-utils] Dependency lsp-test >=0.17 && <0.18: using lsp-test-0.17.1.1
  20004. 1563.64 s [hls-test-utils] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  20005. 1563.64 s [hls-test-utils] Dependency neat-interpolation: using neat-interpolation-0.5.1.4
  20006. 1563.64 s [hls-test-utils] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  20007. 1563.64 s [hls-test-utils] Dependency tasty: using tasty-1.5.3
  20008. 1563.64 s [hls-test-utils] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
  20009. 1563.64 s [hls-test-utils] Dependency tasty-golden: using tasty-golden-2.3.5
  20010. 1563.64 s [hls-test-utils] Dependency tasty-hunit: using tasty-hunit-0.10.2
  20011. 1563.64 s [hls-test-utils] Dependency tasty-rerun: using tasty-rerun-1.1.20
  20012. 1563.64 s [hls-test-utils] Dependency temporary: using temporary-1.3
  20013. 1563.64 s [hls-test-utils] Dependency text: using text-2.0.2
  20014. 1563.64 s [hls-test-utils] Dependency text-rope: using text-rope-0.2
  20015. 1563.91 s [hls-test-utils] Source component graph: component lib
  20016. 1563.91 s [hls-test-utils] Configured component graph:
  20017. 1563.91 s [hls-test-utils] component hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  20018. 1563.91 s [hls-test-utils] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  20019. 1563.91 s [hls-test-utils] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  20020. 1563.91 s [hls-test-utils] include base-4.18.1.0
  20021. 1563.91 s [hls-test-utils] include bytestring-0.11.5.2
  20022. 1563.91 s [hls-test-utils] include containers-0.6.7
  20023. 1563.91 s [hls-test-utils] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  20024. 1563.91 s [hls-test-utils] include directory-1.3.8.1
  20025. 1563.91 s [hls-test-utils] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  20026. 1563.91 s [hls-test-utils] include filepath-1.4.100.4
  20027. 1563.91 s [hls-test-utils] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  20028. 1563.91 s [hls-test-utils] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  20029. 1563.91 s [hls-test-utils] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  20030. 1563.91 s [hls-test-utils] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  20031. 1563.91 s [hls-test-utils] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  20032. 1563.91 s [hls-test-utils] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  20033. 1563.91 s [hls-test-utils] include neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
  20034. 1563.91 s [hls-test-utils] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  20035. 1563.91 s [hls-test-utils] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  20036. 1563.91 s [hls-test-utils] include tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
  20037. 1563.91 s [hls-test-utils] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
  20038. 1563.91 s [hls-test-utils] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  20039. 1563.91 s [hls-test-utils] include tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
  20040. 1563.91 s [hls-test-utils] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  20041. 1563.91 s [hls-test-utils] include text-2.0.2
  20042. 1563.91 s [hls-test-utils] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  20043. 1563.91 s [hls-test-utils] Linked component graph:
  20044. 1563.91 s [hls-test-utils] unit hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  20045. 1563.91 s [hls-test-utils] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  20046. 1563.91 s [hls-test-utils] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  20047. 1563.91 s [hls-test-utils] include base-4.18.1.0
  20048. 1563.91 s [hls-test-utils] include bytestring-0.11.5.2
  20049. 1563.91 s [hls-test-utils] include containers-0.6.7
  20050. 1563.91 s [hls-test-utils] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  20051. 1563.91 s [hls-test-utils] include directory-1.3.8.1
  20052. 1563.91 s [hls-test-utils] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  20053. 1563.91 s [hls-test-utils] include filepath-1.4.100.4
  20054. 1563.91 s [hls-test-utils] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  20055. 1563.91 s [hls-test-utils] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  20056. 1563.91 s [hls-test-utils] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  20057. 1563.91 s [hls-test-utils] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  20058. 1563.91 s [hls-test-utils] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  20059. 1563.91 s [hls-test-utils] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  20060. 1563.91 s [hls-test-utils] include neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
  20061. 1563.91 s [hls-test-utils] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  20062. 1563.91 s [hls-test-utils] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  20063. 1563.91 s [hls-test-utils] include tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
  20064. 1563.91 s [hls-test-utils] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
  20065. 1563.91 s [hls-test-utils] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  20066. 1563.91 s [hls-test-utils] include tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
  20067. 1563.91 s [hls-test-utils] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  20068. 1563.91 s [hls-test-utils] include text-2.0.2
  20069. 1563.91 s [hls-test-utils] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  20070. 1563.91 s [hls-test-utils] Development.IDE.Test=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Development.IDE.Test,Development.IDE.Test.Diagnostic=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Development.IDE.Test.Diagnostic,Test.Hls=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Test.Hls,Test.Hls.FileSystem=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Test.Hls.FileSystem,Test.Hls.Util=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Test.Hls.Util
  20071. 1563.91 s [hls-test-utils] Ready component graph:
  20072. 1563.91 s [hls-test-utils] definite hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  20073. 1563.91 s [hls-test-utils] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  20074. 1563.91 s [hls-test-utils] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  20075. 1563.91 s [hls-test-utils] depends base-4.18.1.0
  20076. 1563.91 s [hls-test-utils] depends bytestring-0.11.5.2
  20077. 1563.91 s [hls-test-utils] depends containers-0.6.7
  20078. 1563.91 s [hls-test-utils] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  20079. 1563.91 s [hls-test-utils] depends directory-1.3.8.1
  20080. 1563.91 s [hls-test-utils] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  20081. 1563.91 s [hls-test-utils] depends filepath-1.4.100.4
  20082. 1563.91 s [hls-test-utils] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  20083. 1563.91 s [hls-test-utils] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  20084. 1563.91 s [hls-test-utils] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  20085. 1563.91 s [hls-test-utils] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  20086. 1563.91 s [hls-test-utils] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  20087. 1563.91 s [hls-test-utils] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  20088. 1563.91 s [hls-test-utils] depends neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
  20089. 1563.91 s [hls-test-utils] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  20090. 1563.91 s [hls-test-utils] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
  20091. 1563.91 s [hls-test-utils] depends tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
  20092. 1563.91 s [hls-test-utils] depends tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
  20093. 1563.91 s [hls-test-utils] depends tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  20094. 1563.91 s [hls-test-utils] depends tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
  20095. 1563.91 s [hls-test-utils] depends temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  20096. 1563.91 s [hls-test-utils] depends text-2.0.2
  20097. 1563.91 s [hls-test-utils] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  20098. 1563.91 s [hls-test-utils] Using Cabal-3.10.1.0 compiled by ghc-9.6
  20099. 1563.91 s [hls-test-utils] Using compiler: ghc-9.6.3
  20100. 1563.91 s [hls-test-utils] Using install prefix:
  20101. 1563.91 s [hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0
  20102. 1563.91 s [hls-test-utils] Executables installed in:
  20103. 1563.91 s [hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/bin
  20104. 1563.91 s [hls-test-utils] Libraries installed in:
  20105. 1563.91 s [hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  20106. 1563.91 s [hls-test-utils] Dynamic Libraries installed in:
  20107. 1563.91 s [hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  20108. 1563.91 s [hls-test-utils] Private executables installed in:
  20109. 1563.91 s [hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/libexec/x86_64-linux-ghc-9.6.3/hls-test-utils-2.10.0.0
  20110. 1563.91 s [hls-test-utils] Data files installed in:
  20111. 1563.91 s [hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/share/x86_64-linux-ghc-9.6.3/hls-test-utils-2.10.0.0
  20112. 1563.91 s [hls-test-utils] Documentation installed in:
  20113. 1563.91 s [hls-test-utils] /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0
  20114. 1563.91 s [hls-test-utils] Configuration files installed in:
  20115. 1563.91 s [hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/etc
  20116. 1563.91 s [hls-test-utils] No alex found
  20117. 1563.91 s [hls-test-utils] Using ar found on system at:
  20118. 1563.91 s [hls-test-utils] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  20119. 1563.91 s [hls-test-utils] No c2hs found
  20120. 1563.91 s [hls-test-utils] No cpphs found
  20121. 1563.91 s [hls-test-utils] No doctest found
  20122. 1563.91 s [hls-test-utils] Using gcc version 14.3.0 given by user at:
  20123. 1563.91 s [hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  20124. 1563.91 s [hls-test-utils] Using ghc version 9.6.3 found on system at:
  20125. 1563.91 s [hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  20126. 1563.91 s [hls-test-utils] Using ghc-pkg version 9.6.3 found on system at:
  20127. 1563.91 s [hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  20128. 1563.91 s [hls-test-utils] No ghcjs found
  20129. 1563.91 s [hls-test-utils] No ghcjs-pkg found
  20130. 1563.91 s [hls-test-utils] No greencard found
  20131. 1563.91 s [hls-test-utils] Using haddock version 2.29.1 found on system at:
  20132. 1563.91 s [hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  20133. 1563.91 s [hls-test-utils] No happy found
  20134. 1563.91 s [hls-test-utils] Using haskell-suite found on system at: haskell-suite-dummy-location
  20135. 1563.91 s [hls-test-utils] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  20136. 1563.91 s [hls-test-utils] No hmake found
  20137. 1563.91 s [hls-test-utils] Using hpc version 0.68 found on system at:
  20138. 1563.91 s [hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  20139. 1563.91 s [hls-test-utils] Using hsc2hs version 0.68.9 found on system at:
  20140. 1563.91 s [hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  20141. 1563.91 s [hls-test-utils] Using hscolour version 1.25 found on system at:
  20142. 1563.91 s [hls-test-utils] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  20143. 1563.91 s [hls-test-utils] No jhc found
  20144. 1563.91 s [hls-test-utils] Using ld found on system at:
  20145. 1563.91 s [hls-test-utils] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  20146. 1563.91 s [hls-test-utils] No pkg-config found
  20147. 1563.91 s [hls-test-utils] Using runghc version 9.6.3 found on system at:
  20148. 1563.91 s [hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  20149. 1563.91 s [hls-test-utils] Using strip version 2.44 found on system at:
  20150. 1563.91 s [hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  20151. 1563.91 s [hls-test-utils] Using tar found on system at:
  20152. 1563.91 s [hls-test-utils] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  20153. 1563.91 s [hls-test-utils] No uhc found
  20154. 1564.12 s [hls-test-utils] Phase: buildPhase
  20155. 1564.22 s [hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0..
  20156. 1564.22 s [hls-test-utils] Building library for hls-test-utils-2.10.0.0..
  20157. 1564.38 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 )
  20158. 1565.26 s [hls-test-utils]
  20159. 1565.26 s [hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning: [-Wunused-matches]
  20160. 1565.26 s [hls-test-utils] Defined but not used: ‘expectedCode’
  20161. 1565.26 s [hls-test-utils] |
  20162. 1565.26 s [hls-test-utils] 72 | (Just expectedCode, Nothing) -> False
  20163. 1565.26 s [hls-test-utils] | ^^^^^^^^^^^^
  20164. 1565.72 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 )
  20165. 1566.56 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 )
  20166. 1566.56 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 )
  20167. 1566.56 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 )
  20168. 1567.73 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 )
  20169. 1568.40 s [hls-test-utils]
  20170. 1568.40 s [hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning: [-Wunused-matches]
  20171. 1568.40 s [hls-test-utils] Defined but not used: ‘expectedCode’
  20172. 1568.40 s [hls-test-utils] |
  20173. 1568.40 s [hls-test-utils] 72 | (Just expectedCode, Nothing) -> False
  20174. 1568.40 s [hls-test-utils] | ^^^^^^^^^^^^
  20175. 1568.82 s [hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.p_o )
  20176. 1569.68 s [hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.p_o )
  20177. 1569.68 s [hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.p_o )
  20178. 1569.68 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.p_o )
  20179. 1576.44 s [hls-test-utils] Phase: checkPhase
  20180. 1576.50 s [hls-test-utils] Package has no test suites.
  20181. 1576.51 s [hls-test-utils] Phase: haddockPhase
  20182. 1576.67 s [hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0..
  20183. 1576.67 s [hls-test-utils] Running Haddock on library for hls-test-utils-2.10.0.0..
  20184. 1576.67 s [hls-test-utils] Warning: The documentation for the following packages are not installed. No
  20185. 1576.67 s [hls-test-utils] links will be generated to these packages: attoparsec-0.14.4,
  20186. 1576.67 s [hls-test-utils] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
  20187. 1576.75 s [hls-test-utils] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
  20188. 1578.27 s [hls-test-utils] 37% ( 3 / 8) in 'Development.IDE.Test.Diagnostic'
  20189. 1578.27 s [hls-test-utils] Missing documentation for:
  20190. 1578.27 s [hls-test-utils] Module header
  20191. 1578.27 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:14)
  20192. 1578.27 s [hls-test-utils] ErrorMsg (src/Development/IDE/Test/Diagnostic.hs:17)
  20193. 1578.27 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:48)
  20194. 1578.27 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:81)
  20195. 1578.28 s [hls-test-utils]
  20196. 1578.28 s [hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning: [-Wunused-matches]
  20197. 1578.28 s [hls-test-utils] Defined but not used: ‘expectedCode’
  20198. 1578.28 s [hls-test-utils] |
  20199. 1578.28 s [hls-test-utils] 72 | (Just expectedCode, Nothing) -> False
  20200. 1578.28 s [hls-test-utils] | ^^^^^^^^^^^^
  20201. 1578.46 s [hls-test-utils] 21% ( 6 / 28) in 'Development.IDE.Test'
  20202. 1578.46 s [hls-test-utils] Missing documentation for:
  20203. 1578.46 s [hls-test-utils] Module header
  20204. 1578.46 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:14)
  20205. 1578.46 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:48)
  20206. 1578.46 s [hls-test-utils] diagnostic (src/Development/IDE/Test.hs:192)
  20207. 1578.46 s [hls-test-utils] expectDiagnosticsWithTags (src/Development/IDE/Test.hs:130)
  20208. 1578.46 s [hls-test-utils] expectMessages (src/Development/IDE/Test.hs:93)
  20209. 1578.46 s [hls-test-utils] expectCurrentDiagnostics (src/Development/IDE/Test.hs:178)
  20210. 1578.46 s [hls-test-utils] checkDiagnosticsForDoc (src/Development/IDE/Test.hs:183)
  20211. 1578.46 s [hls-test-utils] canonicalizeUri (src/Development/IDE/Test.hs:189)
  20212. 1578.46 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:81)
  20213. 1578.46 s [hls-test-utils] flushMessages (src/Development/IDE/Test.hs:109)
  20214. 1578.46 s [hls-test-utils] waitForAction (src/Development/IDE/Test.hs:214)
  20215. 1578.46 s [hls-test-utils] getInterfaceFilesDir (src/Development/IDE/Test.hs:218)
  20216. 1578.46 s [hls-test-utils] garbageCollectDirtyKeys (src/Development/IDE/Test.hs:221)
  20217. 1578.46 s [hls-test-utils] getFilesOfInterest (src/Development/IDE/Test.hs:233)
  20218. 1578.46 s [hls-test-utils] waitForTypecheck (src/Development/IDE/Test.hs:227)
  20219. 1578.46 s [hls-test-utils] waitForBuildQueue (src/Development/IDE/Test.hs:230)
  20220. 1578.46 s [hls-test-utils] getStoredKeys (src/Development/IDE/Test.hs:224)
  20221. 1578.46 s [hls-test-utils] waitForCustomMessage (src/Development/IDE/Test.hs:236)
  20222. 1578.46 s [hls-test-utils] waitForGC (src/Development/IDE/Test.hs:243)
  20223. 1578.46 s [hls-test-utils] configureCheckProject (src/Development/IDE/Test.hs:249)
  20224. 1578.46 s [hls-test-utils] referenceReady (src/Development/IDE/Test.hs:256)
  20225. 1578.50 s [hls-test-utils] Warning: 'rootDir' is out of scope.
  20226. 1578.50 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20227. 1578.50 s [hls-test-utils] Warning: 'virtualFileTree' is out of scope.
  20228. 1578.50 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20229. 1578.50 s [hls-test-utils] 70% ( 21 / 30) in 'Test.Hls.FileSystem'
  20230. 1578.50 s [hls-test-utils] Missing documentation for:
  20231. 1578.50 s [hls-test-utils] Module header
  20232. 1578.50 s [hls-test-utils] FileTree (src/Test/Hls/FileSystem.hs:68)
  20233. 1578.50 s [hls-test-utils] Content (src/Test/Hls/FileSystem.hs:74)
  20234. 1578.50 s [hls-test-utils] readFileFS (src/Test/Hls/FileSystem.hs:83)
  20235. 1578.50 s [hls-test-utils] writeFileFS (src/Test/Hls/FileSystem.hs:87)
  20236. 1578.50 s [hls-test-utils] mkVirtualFileTree (src/Test/Hls/FileSystem.hs:136)
  20237. 1578.50 s [hls-test-utils] toNfp (src/Test/Hls/FileSystem.hs:146)
  20238. 1578.50 s [hls-test-utils] toAbsFp (src/Test/Hls/FileSystem.hs:143)
  20239. 1578.50 s [hls-test-utils] directory (src/Test/Hls/FileSystem.hs:173)
  20240. 1578.57 s [hls-test-utils] Warning: 'src' is out of scope.
  20241. 1578.57 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20242. 1578.57 s [hls-test-utils] Warning: 'ignored' is out of scope.
  20243. 1578.57 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20244. 1578.57 s [hls-test-utils] Warning: 'dst' is out of scope.
  20245. 1578.57 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20246. 1578.57 s [hls-test-utils] Warning: 'bar' is out of scope.
  20247. 1578.57 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20248. 1578.57 s [hls-test-utils] Warning: 'cons' is out of scope.
  20249. 1578.57 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20250. 1578.57 s [hls-test-utils] 38% ( 18 / 47) in 'Test.Hls.Util'
  20251. 1578.57 s [hls-test-utils] Missing documentation for:
  20252. 1578.57 s [hls-test-utils] Module header
  20253. 1578.57 s [hls-test-utils] codeActionResolveCaps (src/Test/Hls/Util.hs:103)
  20254. 1578.57 s [hls-test-utils] codeActionNoResolveCaps (src/Test/Hls/Util.hs:108)
  20255. 1578.57 s [hls-test-utils] codeActionNoInlayHintsCaps (src/Test/Hls/Util.hs:113)
  20256. 1578.57 s [hls-test-utils] codeActionSupportCaps (src/Test/Hls/Util.hs:96)
  20257. 1578.57 s [hls-test-utils] expectCodeAction (src/Test/Hls/Util.hs:264)
  20258. 1578.57 s [hls-test-utils] ghcVersion
  20259. 1578.57 s [hls-test-utils] GhcVersion
  20260. 1578.57 s [hls-test-utils] hostOS (src/Test/Hls/Util.hs:132)
  20261. 1578.57 s [hls-test-utils] OS (src/Test/Hls/Util.hs:129)
  20262. 1578.57 s [hls-test-utils] matchesCurrentEnv (src/Test/Hls/Util.hs:125)
  20263. 1578.58 s [hls-test-utils] EnvSpec (src/Test/Hls/Util.hs:122)
  20264. 1578.58 s [hls-test-utils] ignoreForGhcVersions (src/Test/Hls/Util.hs:162)
  20265. 1578.58 s [hls-test-utils] knownBrokenOnWindows (src/Test/Hls/Util.hs:150)
  20266. 1578.58 s [hls-test-utils] knownBrokenForGhcVersions (src/Test/Hls/Util.hs:153)
  20267. 1578.58 s [hls-test-utils] fromAction (src/Test/Hls/Util.hs:232)
  20268. 1578.58 s [hls-test-utils] fromCommand (src/Test/Hls/Util.hs:236)
  20269. 1578.58 s [hls-test-utils] dontExpectCodeAction (src/Test/Hls/Util.hs:267)
  20270. 1578.58 s [hls-test-utils] expectDiagnostic (src/Test/Hls/Util.hs:255)
  20271. 1578.58 s [hls-test-utils] failIfSessionTimeout (src/Test/Hls/Util.hs:332)
  20272. 1578.58 s [hls-test-utils] getCompletionByLabel (src/Test/Hls/Util.hs:339)
  20273. 1578.58 s [hls-test-utils] noLiteralCaps (src/Test/Hls/Util.hs:90)
  20274. 1578.58 s [hls-test-utils] inspectCodeAction (src/Test/Hls/Util.hs:258)
  20275. 1578.58 s [hls-test-utils] inspectCommand (src/Test/Hls/Util.hs:275)
  20276. 1578.58 s [hls-test-utils] inspectDiagnostic (src/Test/Hls/Util.hs:247)
  20277. 1578.58 s [hls-test-utils] inspectDiagnosticAny (src/Test/Hls/Util.hs:251)
  20278. 1578.58 s [hls-test-utils] waitForDiagnosticsFrom (src/Test/Hls/Util.hs:281)
  20279. 1578.58 s [hls-test-utils] waitForDiagnosticsFromSource (src/Test/Hls/Util.hs:289)
  20280. 1578.58 s [hls-test-utils] withCanonicalTempDir (src/Test/Hls/Util.hs:349)
  20281. 1578.76 s [hls-test-utils] Warning: '^' is ambiguous. It is defined
  20282. 1578.76 s [hls-test-utils] * in ‘GHC.Real’
  20283. 1578.76 s [hls-test-utils] * in ‘GHC.TypeNats’
  20284. 1578.76 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  20285. 1578.76 s [hls-test-utils] by specifying the type/value namespace explicitly.
  20286. 1578.76 s [hls-test-utils] Defaulting to the one defined in ‘GHC.TypeNats’
  20287. 1578.76 s [hls-test-utils] Warning: 'findFunctionNameUnderCursor' is out of scope.
  20288. 1578.76 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20289. 1578.76 s [hls-test-utils] Warning: 'runSessionWithServer'' is out of scope.
  20290. 1578.76 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20291. 1578.76 s [hls-test-utils] Warning: 'XDG_CACHE_HOME' is out of scope.
  20292. 1578.76 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20293. 1578.76 s [hls-test-utils] Warning: 'ghcide' is out of scope.
  20294. 1578.76 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20295. 1578.76 s [hls-test-utils] Warning: 'TASTY_PATTERN' is out of scope.
  20296. 1578.76 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20297. 1578.76 s [hls-test-utils] Warning: 'LSP_TIMEOUT' is out of scope.
  20298. 1578.76 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  20299. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Pattern
  20300. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export UInt
  20301. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Color
  20302. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Location
  20303. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Position
  20304. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Diagnostic
  20305. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Range
  20306. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export NormalizedUri
  20307. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticSeverity
  20308. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export NormalizedFilePath
  20309. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Uri
  20310. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Command
  20311. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceEdit
  20312. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeActionKind
  20313. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticTag
  20314. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export AnnotatedTextEdit
  20315. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ApplyWorkspaceEditParams
  20316. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ApplyWorkspaceEditResult
  20317. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export BaseSymbolInformation
  20318. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyClientCapabilities
  20319. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyIncomingCall
  20320. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyIncomingCallsParams
  20321. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyItem
  20322. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyOptions
  20323. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyOutgoingCall
  20324. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyOutgoingCallsParams
  20325. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyPrepareParams
  20326. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyRegistrationOptions
  20327. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CancelParams
  20328. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ChangeAnnotation
  20329. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ChangeAnnotationIdentifier
  20330. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ChangeAnnotationsSupportOptions
  20331. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientCapabilities
  20332. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientCodeActionKindOptions
  20333. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientCodeActionLiteralOptions
  20334. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientCodeActionResolveOptions
  20335. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientCompletionItemInsertTextModeOptions
  20336. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientCompletionItemOptions
  20337. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientCompletionItemOptionsKind
  20338. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientCompletionItemResolveOptions
  20339. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientDiagnosticsTagOptions
  20340. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientFoldingRangeKindOptions
  20341. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientFoldingRangeOptions
  20342. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientInfo
  20343. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientInlayHintResolveOptions
  20344. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientSemanticTokensRequestFullDelta
  20345. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientSemanticTokensRequestOptions
  20346. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientShowMessageActionItemOptions
  20347. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientSignatureInformationOptions
  20348. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientSignatureParameterInformationOptions
  20349. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientSymbolKindOptions
  20350. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientSymbolResolveOptions
  20351. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ClientSymbolTagOptions
  20352. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeAction
  20353. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeActionClientCapabilities
  20354. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeActionContext
  20355. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeActionDisabled
  20356. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeActionOptions
  20357. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeActionParams
  20358. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeActionRegistrationOptions
  20359. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeActionTriggerKind
  20360. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeDescription
  20361. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeLens
  20362. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeLensClientCapabilities
  20363. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeLensOptions
  20364. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeLensParams
  20365. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeLensRegistrationOptions
  20366. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CodeLensWorkspaceClientCapabilities
  20367. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ColorInformation
  20368. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ColorPresentation
  20369. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ColorPresentationParams
  20370. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionClientCapabilities
  20371. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionContext
  20372. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionItem
  20373. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemDefaults
  20374. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemKind
  20375. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemLabelDetails
  20376. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemTag
  20377. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemTagOptions
  20378. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionList
  20379. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionListCapabilities
  20380. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionOptions
  20381. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionParams
  20382. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionRegistrationOptions
  20383. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CompletionTriggerKind
  20384. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ConfigurationItem
  20385. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ConfigurationParams
  20386. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CreateFile
  20387. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CreateFileOptions
  20388. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export CreateFilesParams
  20389. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Declaration
  20390. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DeclarationClientCapabilities
  20391. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DeclarationLink
  20392. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DeclarationOptions
  20393. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DeclarationParams
  20394. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DeclarationRegistrationOptions
  20395. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export Definition
  20396. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DefinitionClientCapabilities
  20397. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DefinitionLink
  20398. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DefinitionOptions
  20399. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DefinitionParams
  20400. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DefinitionRegistrationOptions
  20401. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DeleteFile
  20402. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DeleteFileOptions
  20403. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DeleteFilesParams
  20404. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticClientCapabilities
  20405. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticOptions
  20406. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticRegistrationOptions
  20407. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticRelatedInformation
  20408. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticServerCancellationData
  20409. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticWorkspaceClientCapabilities
  20410. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidChangeConfigurationClientCapabilities
  20411. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidChangeConfigurationParams
  20412. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidChangeConfigurationRegistrationOptions
  20413. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidChangeNotebookDocumentParams
  20414. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidChangeTextDocumentParams
  20415. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidChangeWatchedFilesClientCapabilities
  20416. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidChangeWatchedFilesParams
  20417. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidChangeWatchedFilesRegistrationOptions
  20418. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidChangeWorkspaceFoldersParams
  20419. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidCloseNotebookDocumentParams
  20420. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidCloseTextDocumentParams
  20421. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidOpenNotebookDocumentParams
  20422. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidOpenTextDocumentParams
  20423. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidSaveNotebookDocumentParams
  20424. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DidSaveTextDocumentParams
  20425. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentColorClientCapabilities
  20426. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentColorOptions
  20427. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentColorParams
  20428. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentColorRegistrationOptions
  20429. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentDiagnosticParams
  20430. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentDiagnosticReport
  20431. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentDiagnosticReportKind
  20432. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentDiagnosticReportPartialResult
  20433. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentFilter
  20434. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentFormattingClientCapabilities
  20435. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentFormattingOptions
  20436. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentFormattingParams
  20437. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentFormattingRegistrationOptions
  20438. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlight
  20439. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightClientCapabilities
  20440. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightKind
  20441. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightOptions
  20442. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightParams
  20443. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightRegistrationOptions
  20444. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentLink
  20445. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentLinkClientCapabilities
  20446. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentLinkOptions
  20447. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentLinkParams
  20448. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentLinkRegistrationOptions
  20449. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentOnTypeFormattingClientCapabilities
  20450. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentOnTypeFormattingOptions
  20451. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentOnTypeFormattingParams
  20452. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentOnTypeFormattingRegistrationOptions
  20453. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentRangeFormattingClientCapabilities
  20454. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentRangeFormattingOptions
  20455. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentRangeFormattingParams
  20456. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentRangeFormattingRegistrationOptions
  20457. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentSelector
  20458. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbol
  20459. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbolClientCapabilities
  20460. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbolOptions
  20461. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbolParams
  20462. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbolRegistrationOptions
  20463. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export EditRangeWithInsertReplace
  20464. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ErrorCodes
  20465. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ExecuteCommandClientCapabilities
  20466. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ExecuteCommandOptions
  20467. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ExecuteCommandParams
  20468. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ExecuteCommandRegistrationOptions
  20469. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export ExecutionSummary
  20470. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FailureHandlingKind
  20471. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileChangeType
  20472. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileCreate
  20473. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileDelete
  20474. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileEvent
  20475. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileOperationClientCapabilities
  20476. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileOperationFilter
  20477. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileOperationOptions
  20478. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileOperationPattern
  20479. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileOperationPatternKind
  20480. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileOperationPatternOptions
  20481. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileOperationRegistrationOptions
  20482. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileRename
  20483. 1578.77 s [hls-test-utils] Warning: Couldn't find .haddock for export FileSystemWatcher
  20484. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export FoldingRange
  20485. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeClientCapabilities
  20486. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeKind
  20487. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeOptions
  20488. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeParams
  20489. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeRegistrationOptions
  20490. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export FormattingOptions
  20491. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export FullDocumentDiagnosticReport
  20492. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export GeneralClientCapabilities
  20493. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export GlobPattern
  20494. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export Hover
  20495. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export HoverClientCapabilities
  20496. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export HoverOptions
  20497. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export HoverParams
  20498. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export HoverRegistrationOptions
  20499. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ImplementationClientCapabilities
  20500. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ImplementationOptions
  20501. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ImplementationParams
  20502. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ImplementationRegistrationOptions
  20503. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InitializeError
  20504. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InitializeParams
  20505. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InitializeResult
  20506. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InitializedParams
  20507. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlayHint
  20508. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlayHintClientCapabilities
  20509. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlayHintKind
  20510. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlayHintLabelPart
  20511. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlayHintOptions
  20512. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlayHintParams
  20513. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlayHintRegistrationOptions
  20514. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlayHintWorkspaceClientCapabilities
  20515. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValue
  20516. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValueClientCapabilities
  20517. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValueContext
  20518. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValueEvaluatableExpression
  20519. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValueOptions
  20520. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValueParams
  20521. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValueRegistrationOptions
  20522. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValueText
  20523. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValueVariableLookup
  20524. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InlineValueWorkspaceClientCapabilities
  20525. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InsertReplaceEdit
  20526. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InsertTextFormat
  20527. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export InsertTextMode
  20528. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LSPErrorCodes
  20529. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LanguageKind
  20530. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRangeClientCapabilities
  20531. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRangeOptions
  20532. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRangeParams
  20533. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRangeRegistrationOptions
  20534. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRanges
  20535. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LocationLink
  20536. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LocationUriOnly
  20537. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LogMessageParams
  20538. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LogTraceParams
  20539. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MarkdownClientCapabilities
  20540. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MarkedString
  20541. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MarkedStringWithLanguage
  20542. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MarkupContent
  20543. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MarkupKind
  20544. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MessageActionItem
  20545. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MessageType
  20546. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export Moniker
  20547. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MonikerClientCapabilities
  20548. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MonikerKind
  20549. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MonikerOptions
  20550. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MonikerParams
  20551. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export MonikerRegistrationOptions
  20552. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookCell
  20553. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookCellArrayChange
  20554. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookCellKind
  20555. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookCellLanguage
  20556. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookCellTextDocumentFilter
  20557. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocument
  20558. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentCellChangeStructure
  20559. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentCellChanges
  20560. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentCellContentChanges
  20561. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentChangeEvent
  20562. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentClientCapabilities
  20563. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilter
  20564. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterNotebookType
  20565. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterPattern
  20566. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterScheme
  20567. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterWithCells
  20568. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterWithNotebook
  20569. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentIdentifier
  20570. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentSyncClientCapabilities
  20571. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentSyncOptions
  20572. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentSyncRegistrationOptions
  20573. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export OptionalVersionedTextDocumentIdentifier
  20574. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ParameterInformation
  20575. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PartialResultParams
  20576. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PositionEncodingKind
  20577. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PrepareRenameDefaultBehavior
  20578. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PrepareRenameParams
  20579. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PrepareRenamePlaceholder
  20580. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PrepareRenameResult
  20581. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PrepareSupportDefaultBehavior
  20582. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PreviousResultId
  20583. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ProgressParams
  20584. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ProgressToken
  20585. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PublishDiagnosticsClientCapabilities
  20586. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export PublishDiagnosticsParams
  20587. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ReferenceClientCapabilities
  20588. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ReferenceContext
  20589. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ReferenceOptions
  20590. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ReferenceParams
  20591. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ReferenceRegistrationOptions
  20592. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export Registration
  20593. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RegistrationParams
  20594. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RegularExpressionEngineKind
  20595. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RegularExpressionsClientCapabilities
  20596. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RelatedFullDocumentDiagnosticReport
  20597. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RelatedUnchangedDocumentDiagnosticReport
  20598. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RelativePattern
  20599. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RenameClientCapabilities
  20600. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RenameFile
  20601. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RenameFileOptions
  20602. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RenameFilesParams
  20603. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RenameOptions
  20604. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RenameParams
  20605. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export RenameRegistrationOptions
  20606. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ResourceOperation
  20607. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ResourceOperationKind
  20608. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SaveOptions
  20609. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SelectionRange
  20610. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SelectionRangeClientCapabilities
  20611. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SelectionRangeOptions
  20612. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SelectionRangeParams
  20613. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SelectionRangeRegistrationOptions
  20614. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokenModifiers
  20615. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokenTypes
  20616. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokens
  20617. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensClientCapabilities
  20618. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensDelta
  20619. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensDeltaParams
  20620. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensDeltaPartialResult
  20621. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensEdit
  20622. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensFullDelta
  20623. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensLegend
  20624. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensOptions
  20625. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensParams
  20626. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensPartialResult
  20627. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensRangeParams
  20628. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensRegistrationOptions
  20629. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensWorkspaceClientCapabilities
  20630. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ServerCapabilities
  20631. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ServerCompletionItemOptions
  20632. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ServerInfo
  20633. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SetTraceParams
  20634. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ShowDocumentClientCapabilities
  20635. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ShowDocumentParams
  20636. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ShowDocumentResult
  20637. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ShowMessageParams
  20638. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ShowMessageRequestClientCapabilities
  20639. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export ShowMessageRequestParams
  20640. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelp
  20641. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpClientCapabilities
  20642. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpContext
  20643. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpOptions
  20644. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpParams
  20645. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpRegistrationOptions
  20646. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpTriggerKind
  20647. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SignatureInformation
  20648. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export StaleRequestSupportOptions
  20649. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export StaticRegistrationOptions
  20650. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SymbolInformation
  20651. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SymbolKind
  20652. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SymbolTag
  20653. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentChangeRegistrationOptions
  20654. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentClientCapabilities
  20655. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentContentChangeEvent
  20656. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentContentChangePartial
  20657. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentContentChangeWholeDocument
  20658. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentEdit
  20659. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentFilter
  20660. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentFilterLanguage
  20661. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentFilterPattern
  20662. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentFilterScheme
  20663. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentIdentifier
  20664. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentItem
  20665. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentPositionParams
  20666. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentRegistrationOptions
  20667. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSaveReason
  20668. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSaveRegistrationOptions
  20669. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSyncClientCapabilities
  20670. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSyncKind
  20671. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSyncOptions
  20672. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TextEdit
  20673. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TokenFormat
  20674. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TraceValue
  20675. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeDefinitionClientCapabilities
  20676. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeDefinitionOptions
  20677. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeDefinitionParams
  20678. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeDefinitionRegistrationOptions
  20679. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyClientCapabilities
  20680. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyItem
  20681. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyOptions
  20682. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyPrepareParams
  20683. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyRegistrationOptions
  20684. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchySubtypesParams
  20685. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchySupertypesParams
  20686. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export UInitializeParams
  20687. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export UnchangedDocumentDiagnosticReport
  20688. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export UniquenessLevel
  20689. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export Unregistration
  20690. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export UnregistrationParams
  20691. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export VersionedNotebookDocumentIdentifier
  20692. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export VersionedTextDocumentIdentifier
  20693. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WatchKind
  20694. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WillSaveTextDocumentParams
  20695. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WindowClientCapabilities
  20696. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressBegin
  20697. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressCancelParams
  20698. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressCreateParams
  20699. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressEnd
  20700. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressOptions
  20701. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressParams
  20702. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressReport
  20703. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceClientCapabilities
  20704. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceDiagnosticParams
  20705. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceDiagnosticReport
  20706. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceDiagnosticReportPartialResult
  20707. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceDocumentDiagnosticReport
  20708. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceEditClientCapabilities
  20709. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFolder
  20710. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFoldersChangeEvent
  20711. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFoldersInitializeParams
  20712. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFoldersServerCapabilities
  20713. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFullDocumentDiagnosticReport
  20714. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceOptions
  20715. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbol
  20716. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbolClientCapabilities
  20717. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbolOptions
  20718. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbolParams
  20719. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbolRegistrationOptions
  20720. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceUnchangedDocumentDiagnosticReport
  20721. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export |?
  20722. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export DocumentChange
  20723. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export AsLspEnum
  20724. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LspEnum
  20725. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export EnumBaseType
  20726. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export LspOpenEnum
  20727. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export Edit
  20728. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokenAbsolute
  20729. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokenRelative
  20730. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export AString
  20731. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export AnInteger
  20732. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export fromNormalizedFilePath
  20733. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export fromNormalizedUri
  20734. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export toNormalizedUri
  20735. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export positionInRange
  20736. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export toNormalizedFilePath
  20737. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export codeActionKindSubsumes
  20738. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export .:!?
  20739. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export .=?
  20740. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export _L
  20741. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export _R
  20742. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export absorbNull
  20743. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export maybeToNull
  20744. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export nullToMaybe
  20745. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export toEither
  20746. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export _versionedTextDocumentIdentifier
  20747. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export applyTextEdit
  20748. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export editTextEdit
  20749. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export isSubrangeOf
  20750. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export mkRange
  20751. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export mkMarkdown
  20752. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export mkMarkdownCodeBlock
  20753. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export mkPlainText
  20754. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export plainTextToMarkdown
  20755. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export sectionSeparator
  20756. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export _workDoneProgressBegin
  20757. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export _workDoneProgressEnd
  20758. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export _workDoneProgressReport
  20759. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export absolutizeTokens
  20760. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export computeEdits
  20761. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export defaultSemanticTokensLegend
  20762. 1578.78 s [hls-test-utils] Warning: Couldn't find .haddock for export encodeTokens
  20763. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export makeSemanticTokens
  20764. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export makeSemanticTokensDelta
  20765. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export relativizeTokens
  20766. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export emptyNormalizedFilePath
  20767. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export filePathToUri
  20768. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export normalizedFilePathToUri
  20769. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export platformAwareFilePathToUri
  20770. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export platformAwareUriToFilePath
  20771. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export uriToFilePath
  20772. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export uriToNormalizedFilePath
  20773. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export normalizedFilePathToOsPath
  20774. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export osPathToNormalizedFilePath
  20775. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export combineWatchKinds
  20776. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export containsChange
  20777. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export containsCreate
  20778. 1578.79 s [hls-test-utils] Warning: Couldn't find .haddock for export containsDelete
  20779. 1578.79 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
  20780. 1578.79 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
  20781. 1578.79 s [hls-test-utils] 8% ( 45 /556) in 'Test.Hls'
  20782. 1578.79 s [hls-test-utils] Missing documentation for:
  20783. 1578.79 s [hls-test-utils] Module header
  20784. 1578.79 s [hls-test-utils] NoTimeout
  20785. 1578.79 s [hls-test-utils] Pattern
  20786. 1578.79 s [hls-test-utils] UInt
  20787. 1578.79 s [hls-test-utils] Color
  20788. 1578.79 s [hls-test-utils] Location
  20789. 1578.79 s [hls-test-utils] Position
  20790. 1578.79 s [hls-test-utils] EncodingException
  20791. 1578.79 s [hls-test-utils] Diagnostic
  20792. 1578.79 s [hls-test-utils] Range
  20793. 1578.79 s [hls-test-utils] NormalizedUri
  20794. 1578.79 s [hls-test-utils] DiagnosticSeverity
  20795. 1578.79 s [hls-test-utils] NormalizedFilePath
  20796. 1578.79 s [hls-test-utils] Uri
  20797. 1578.79 s [hls-test-utils] Command
  20798. 1578.79 s [hls-test-utils] WorkspaceEdit
  20799. 1578.79 s [hls-test-utils] CodeActionKind
  20800. 1578.79 s [hls-test-utils] DiagnosticTag
  20801. 1578.79 s [hls-test-utils] AnnotatedTextEdit
  20802. 1578.79 s [hls-test-utils] ApplyWorkspaceEditParams
  20803. 1578.79 s [hls-test-utils] ApplyWorkspaceEditResult
  20804. 1578.79 s [hls-test-utils] BaseSymbolInformation
  20805. 1578.79 s [hls-test-utils] CallHierarchyClientCapabilities
  20806. 1578.79 s [hls-test-utils] CallHierarchyIncomingCall
  20807. 1578.79 s [hls-test-utils] CallHierarchyIncomingCallsParams
  20808. 1578.79 s [hls-test-utils] CallHierarchyItem
  20809. 1578.79 s [hls-test-utils] CallHierarchyOptions
  20810. 1578.79 s [hls-test-utils] CallHierarchyOutgoingCall
  20811. 1578.79 s [hls-test-utils] CallHierarchyOutgoingCallsParams
  20812. 1578.79 s [hls-test-utils] CallHierarchyPrepareParams
  20813. 1578.79 s [hls-test-utils] CallHierarchyRegistrationOptions
  20814. 1578.79 s [hls-test-utils] CancelParams
  20815. 1578.79 s [hls-test-utils] ChangeAnnotation
  20816. 1578.79 s [hls-test-utils] ChangeAnnotationIdentifier
  20817. 1578.79 s [hls-test-utils] ChangeAnnotationsSupportOptions
  20818. 1578.79 s [hls-test-utils] ClientCapabilities
  20819. 1578.79 s [hls-test-utils] ClientCodeActionKindOptions
  20820. 1578.79 s [hls-test-utils] ClientCodeActionLiteralOptions
  20821. 1578.79 s [hls-test-utils] ClientCodeActionResolveOptions
  20822. 1578.79 s [hls-test-utils] ClientCompletionItemInsertTextModeOptions
  20823. 1578.79 s [hls-test-utils] ClientCompletionItemOptions
  20824. 1578.79 s [hls-test-utils] ClientCompletionItemOptionsKind
  20825. 1578.79 s [hls-test-utils] ClientCompletionItemResolveOptions
  20826. 1578.79 s [hls-test-utils] ClientDiagnosticsTagOptions
  20827. 1578.79 s [hls-test-utils] ClientFoldingRangeKindOptions
  20828. 1578.79 s [hls-test-utils] ClientFoldingRangeOptions
  20829. 1578.79 s [hls-test-utils] ClientInfo
  20830. 1578.79 s [hls-test-utils] ClientInlayHintResolveOptions
  20831. 1578.79 s [hls-test-utils] ClientSemanticTokensRequestFullDelta
  20832. 1578.79 s [hls-test-utils] ClientSemanticTokensRequestOptions
  20833. 1578.79 s [hls-test-utils] ClientShowMessageActionItemOptions
  20834. 1578.79 s [hls-test-utils] ClientSignatureInformationOptions
  20835. 1578.79 s [hls-test-utils] ClientSignatureParameterInformationOptions
  20836. 1578.79 s [hls-test-utils] ClientSymbolKindOptions
  20837. 1578.79 s [hls-test-utils] ClientSymbolResolveOptions
  20838. 1578.79 s [hls-test-utils] ClientSymbolTagOptions
  20839. 1578.79 s [hls-test-utils] CodeAction
  20840. 1578.79 s [hls-test-utils] CodeActionClientCapabilities
  20841. 1578.79 s [hls-test-utils] CodeActionContext
  20842. 1578.79 s [hls-test-utils] CodeActionDisabled
  20843. 1578.79 s [hls-test-utils] CodeActionOptions
  20844. 1578.79 s [hls-test-utils] CodeActionParams
  20845. 1578.79 s [hls-test-utils] CodeActionRegistrationOptions
  20846. 1578.79 s [hls-test-utils] CodeActionTriggerKind
  20847. 1578.79 s [hls-test-utils] CodeDescription
  20848. 1578.79 s [hls-test-utils] CodeLens
  20849. 1578.79 s [hls-test-utils] CodeLensClientCapabilities
  20850. 1578.79 s [hls-test-utils] CodeLensOptions
  20851. 1578.79 s [hls-test-utils] CodeLensParams
  20852. 1578.79 s [hls-test-utils] CodeLensRegistrationOptions
  20853. 1578.79 s [hls-test-utils] CodeLensWorkspaceClientCapabilities
  20854. 1578.79 s [hls-test-utils] ColorInformation
  20855. 1578.79 s [hls-test-utils] ColorPresentation
  20856. 1578.79 s [hls-test-utils] ColorPresentationParams
  20857. 1578.79 s [hls-test-utils] CompletionClientCapabilities
  20858. 1578.79 s [hls-test-utils] CompletionContext
  20859. 1578.79 s [hls-test-utils] CompletionItem
  20860. 1578.79 s [hls-test-utils] CompletionItemDefaults
  20861. 1578.79 s [hls-test-utils] CompletionItemKind
  20862. 1578.79 s [hls-test-utils] CompletionItemLabelDetails
  20863. 1578.79 s [hls-test-utils] CompletionItemTag
  20864. 1578.79 s [hls-test-utils] CompletionItemTagOptions
  20865. 1578.79 s [hls-test-utils] CompletionList
  20866. 1578.79 s [hls-test-utils] CompletionListCapabilities
  20867. 1578.79 s [hls-test-utils] CompletionOptions
  20868. 1578.79 s [hls-test-utils] CompletionParams
  20869. 1578.79 s [hls-test-utils] CompletionRegistrationOptions
  20870. 1578.79 s [hls-test-utils] CompletionTriggerKind
  20871. 1578.79 s [hls-test-utils] ConfigurationItem
  20872. 1578.79 s [hls-test-utils] ConfigurationParams
  20873. 1578.79 s [hls-test-utils] CreateFile
  20874. 1578.79 s [hls-test-utils] CreateFileOptions
  20875. 1578.79 s [hls-test-utils] CreateFilesParams
  20876. 1578.79 s [hls-test-utils] Declaration
  20877. 1578.79 s [hls-test-utils] DeclarationClientCapabilities
  20878. 1578.79 s [hls-test-utils] DeclarationLink
  20879. 1578.79 s [hls-test-utils] DeclarationOptions
  20880. 1578.79 s [hls-test-utils] DeclarationParams
  20881. 1578.79 s [hls-test-utils] DeclarationRegistrationOptions
  20882. 1578.79 s [hls-test-utils] Definition
  20883. 1578.79 s [hls-test-utils] DefinitionClientCapabilities
  20884. 1578.79 s [hls-test-utils] DefinitionLink
  20885. 1578.79 s [hls-test-utils] DefinitionOptions
  20886. 1578.79 s [hls-test-utils] DefinitionParams
  20887. 1578.79 s [hls-test-utils] DefinitionRegistrationOptions
  20888. 1578.79 s [hls-test-utils] DeleteFile
  20889. 1578.79 s [hls-test-utils] DeleteFileOptions
  20890. 1578.79 s [hls-test-utils] DeleteFilesParams
  20891. 1578.79 s [hls-test-utils] DiagnosticClientCapabilities
  20892. 1578.79 s [hls-test-utils] DiagnosticOptions
  20893. 1578.79 s [hls-test-utils] DiagnosticRegistrationOptions
  20894. 1578.79 s [hls-test-utils] DiagnosticRelatedInformation
  20895. 1578.79 s [hls-test-utils] DiagnosticServerCancellationData
  20896. 1578.79 s [hls-test-utils] DiagnosticWorkspaceClientCapabilities
  20897. 1578.79 s [hls-test-utils] DidChangeConfigurationClientCapabilities
  20898. 1578.79 s [hls-test-utils] DidChangeConfigurationParams
  20899. 1578.79 s [hls-test-utils] DidChangeConfigurationRegistrationOptions
  20900. 1578.79 s [hls-test-utils] DidChangeNotebookDocumentParams
  20901. 1578.79 s [hls-test-utils] DidChangeTextDocumentParams
  20902. 1578.79 s [hls-test-utils] DidChangeWatchedFilesClientCapabilities
  20903. 1578.79 s [hls-test-utils] DidChangeWatchedFilesParams
  20904. 1578.79 s [hls-test-utils] DidChangeWatchedFilesRegistrationOptions
  20905. 1578.79 s [hls-test-utils] DidChangeWorkspaceFoldersParams
  20906. 1578.79 s [hls-test-utils] DidCloseNotebookDocumentParams
  20907. 1578.79 s [hls-test-utils] DidCloseTextDocumentParams
  20908. 1578.79 s [hls-test-utils] DidOpenNotebookDocumentParams
  20909. 1578.79 s [hls-test-utils] DidOpenTextDocumentParams
  20910. 1578.79 s [hls-test-utils] DidSaveNotebookDocumentParams
  20911. 1578.79 s [hls-test-utils] DidSaveTextDocumentParams
  20912. 1578.79 s [hls-test-utils] DocumentColorClientCapabilities
  20913. 1578.79 s [hls-test-utils] DocumentColorOptions
  20914. 1578.79 s [hls-test-utils] DocumentColorParams
  20915. 1578.79 s [hls-test-utils] DocumentColorRegistrationOptions
  20916. 1578.79 s [hls-test-utils] DocumentDiagnosticParams
  20917. 1578.79 s [hls-test-utils] DocumentDiagnosticReport
  20918. 1578.79 s [hls-test-utils] DocumentDiagnosticReportKind
  20919. 1578.80 s [hls-test-utils] DocumentDiagnosticReportPartialResult
  20920. 1578.80 s [hls-test-utils] DocumentFilter
  20921. 1578.80 s [hls-test-utils] DocumentFormattingClientCapabilities
  20922. 1578.80 s [hls-test-utils] DocumentFormattingOptions
  20923. 1578.80 s [hls-test-utils] DocumentFormattingParams
  20924. 1578.80 s [hls-test-utils] DocumentFormattingRegistrationOptions
  20925. 1578.80 s [hls-test-utils] DocumentHighlight
  20926. 1578.80 s [hls-test-utils] DocumentHighlightClientCapabilities
  20927. 1578.80 s [hls-test-utils] DocumentHighlightKind
  20928. 1578.80 s [hls-test-utils] DocumentHighlightOptions
  20929. 1578.80 s [hls-test-utils] DocumentHighlightParams
  20930. 1578.80 s [hls-test-utils] DocumentHighlightRegistrationOptions
  20931. 1578.80 s [hls-test-utils] DocumentLink
  20932. 1578.80 s [hls-test-utils] DocumentLinkClientCapabilities
  20933. 1578.80 s [hls-test-utils] DocumentLinkOptions
  20934. 1578.80 s [hls-test-utils] DocumentLinkParams
  20935. 1578.80 s [hls-test-utils] DocumentLinkRegistrationOptions
  20936. 1578.80 s [hls-test-utils] DocumentOnTypeFormattingClientCapabilities
  20937. 1578.80 s [hls-test-utils] DocumentOnTypeFormattingOptions
  20938. 1578.80 s [hls-test-utils] DocumentOnTypeFormattingParams
  20939. 1578.80 s [hls-test-utils] DocumentOnTypeFormattingRegistrationOptions
  20940. 1578.80 s [hls-test-utils] DocumentRangeFormattingClientCapabilities
  20941. 1578.80 s [hls-test-utils] DocumentRangeFormattingOptions
  20942. 1578.80 s [hls-test-utils] DocumentRangeFormattingParams
  20943. 1578.80 s [hls-test-utils] DocumentRangeFormattingRegistrationOptions
  20944. 1578.80 s [hls-test-utils] DocumentSelector
  20945. 1578.80 s [hls-test-utils] DocumentSymbol
  20946. 1578.80 s [hls-test-utils] DocumentSymbolClientCapabilities
  20947. 1578.80 s [hls-test-utils] DocumentSymbolOptions
  20948. 1578.80 s [hls-test-utils] DocumentSymbolParams
  20949. 1578.80 s [hls-test-utils] DocumentSymbolRegistrationOptions
  20950. 1578.80 s [hls-test-utils] EditRangeWithInsertReplace
  20951. 1578.80 s [hls-test-utils] ErrorCodes
  20952. 1578.80 s [hls-test-utils] ExecuteCommandClientCapabilities
  20953. 1578.80 s [hls-test-utils] ExecuteCommandOptions
  20954. 1578.80 s [hls-test-utils] ExecuteCommandParams
  20955. 1578.80 s [hls-test-utils] ExecuteCommandRegistrationOptions
  20956. 1578.80 s [hls-test-utils] ExecutionSummary
  20957. 1578.80 s [hls-test-utils] FailureHandlingKind
  20958. 1578.80 s [hls-test-utils] FileChangeType
  20959. 1578.80 s [hls-test-utils] FileCreate
  20960. 1578.80 s [hls-test-utils] FileDelete
  20961. 1578.80 s [hls-test-utils] FileEvent
  20962. 1578.80 s [hls-test-utils] FileOperationClientCapabilities
  20963. 1578.80 s [hls-test-utils] FileOperationFilter
  20964. 1578.80 s [hls-test-utils] FileOperationOptions
  20965. 1578.80 s [hls-test-utils] FileOperationPattern
  20966. 1578.80 s [hls-test-utils] FileOperationPatternKind
  20967. 1578.80 s [hls-test-utils] FileOperationPatternOptions
  20968. 1578.80 s [hls-test-utils] FileOperationRegistrationOptions
  20969. 1578.80 s [hls-test-utils] FileRename
  20970. 1578.80 s [hls-test-utils] FileSystemWatcher
  20971. 1578.80 s [hls-test-utils] FoldingRange
  20972. 1578.80 s [hls-test-utils] FoldingRangeClientCapabilities
  20973. 1578.80 s [hls-test-utils] FoldingRangeKind
  20974. 1578.80 s [hls-test-utils] FoldingRangeOptions
  20975. 1578.80 s [hls-test-utils] FoldingRangeParams
  20976. 1578.80 s [hls-test-utils] FoldingRangeRegistrationOptions
  20977. 1578.80 s [hls-test-utils] FormattingOptions
  20978. 1578.80 s [hls-test-utils] FullDocumentDiagnosticReport
  20979. 1578.80 s [hls-test-utils] GeneralClientCapabilities
  20980. 1578.80 s [hls-test-utils] GlobPattern
  20981. 1578.80 s [hls-test-utils] Hover
  20982. 1578.80 s [hls-test-utils] HoverClientCapabilities
  20983. 1578.80 s [hls-test-utils] HoverOptions
  20984. 1578.80 s [hls-test-utils] HoverParams
  20985. 1578.80 s [hls-test-utils] HoverRegistrationOptions
  20986. 1578.80 s [hls-test-utils] ImplementationClientCapabilities
  20987. 1578.80 s [hls-test-utils] ImplementationOptions
  20988. 1578.80 s [hls-test-utils] ImplementationParams
  20989. 1578.80 s [hls-test-utils] ImplementationRegistrationOptions
  20990. 1578.80 s [hls-test-utils] InitializeError
  20991. 1578.80 s [hls-test-utils] InitializeParams
  20992. 1578.80 s [hls-test-utils] InitializeResult
  20993. 1578.80 s [hls-test-utils] InitializedParams
  20994. 1578.80 s [hls-test-utils] InlayHint
  20995. 1578.80 s [hls-test-utils] InlayHintClientCapabilities
  20996. 1578.80 s [hls-test-utils] InlayHintKind
  20997. 1578.80 s [hls-test-utils] InlayHintLabelPart
  20998. 1578.80 s [hls-test-utils] InlayHintOptions
  20999. 1578.80 s [hls-test-utils] InlayHintParams
  21000. 1578.80 s [hls-test-utils] InlayHintRegistrationOptions
  21001. 1578.80 s [hls-test-utils] InlayHintWorkspaceClientCapabilities
  21002. 1578.80 s [hls-test-utils] InlineValue
  21003. 1578.80 s [hls-test-utils] InlineValueClientCapabilities
  21004. 1578.80 s [hls-test-utils] InlineValueContext
  21005. 1578.80 s [hls-test-utils] InlineValueEvaluatableExpression
  21006. 1578.80 s [hls-test-utils] InlineValueOptions
  21007. 1578.80 s [hls-test-utils] InlineValueParams
  21008. 1578.80 s [hls-test-utils] InlineValueRegistrationOptions
  21009. 1578.80 s [hls-test-utils] InlineValueText
  21010. 1578.80 s [hls-test-utils] InlineValueVariableLookup
  21011. 1578.80 s [hls-test-utils] InlineValueWorkspaceClientCapabilities
  21012. 1578.80 s [hls-test-utils] InsertReplaceEdit
  21013. 1578.80 s [hls-test-utils] InsertTextFormat
  21014. 1578.80 s [hls-test-utils] InsertTextMode
  21015. 1578.80 s [hls-test-utils] LSPErrorCodes
  21016. 1578.80 s [hls-test-utils] LanguageKind
  21017. 1578.80 s [hls-test-utils] LinkedEditingRangeClientCapabilities
  21018. 1578.80 s [hls-test-utils] LinkedEditingRangeOptions
  21019. 1578.80 s [hls-test-utils] LinkedEditingRangeParams
  21020. 1578.80 s [hls-test-utils] LinkedEditingRangeRegistrationOptions
  21021. 1578.80 s [hls-test-utils] LinkedEditingRanges
  21022. 1578.80 s [hls-test-utils] LocationLink
  21023. 1578.80 s [hls-test-utils] LocationUriOnly
  21024. 1578.80 s [hls-test-utils] LogMessageParams
  21025. 1578.80 s [hls-test-utils] LogTraceParams
  21026. 1578.80 s [hls-test-utils] MarkdownClientCapabilities
  21027. 1578.80 s [hls-test-utils] MarkedString
  21028. 1578.80 s [hls-test-utils] MarkedStringWithLanguage
  21029. 1578.80 s [hls-test-utils] MarkupContent
  21030. 1578.80 s [hls-test-utils] MarkupKind
  21031. 1578.80 s [hls-test-utils] MessageActionItem
  21032. 1578.80 s [hls-test-utils] MessageType
  21033. 1578.80 s [hls-test-utils] Moniker
  21034. 1578.80 s [hls-test-utils] MonikerClientCapabilities
  21035. 1578.80 s [hls-test-utils] MonikerKind
  21036. 1578.80 s [hls-test-utils] MonikerOptions
  21037. 1578.80 s [hls-test-utils] MonikerParams
  21038. 1578.80 s [hls-test-utils] MonikerRegistrationOptions
  21039. 1578.80 s [hls-test-utils] NotebookCell
  21040. 1578.80 s [hls-test-utils] NotebookCellArrayChange
  21041. 1578.80 s [hls-test-utils] NotebookCellKind
  21042. 1578.80 s [hls-test-utils] NotebookCellLanguage
  21043. 1578.80 s [hls-test-utils] NotebookCellTextDocumentFilter
  21044. 1578.80 s [hls-test-utils] NotebookDocument
  21045. 1578.80 s [hls-test-utils] NotebookDocumentCellChangeStructure
  21046. 1578.80 s [hls-test-utils] NotebookDocumentCellChanges
  21047. 1578.80 s [hls-test-utils] NotebookDocumentCellContentChanges
  21048. 1578.80 s [hls-test-utils] NotebookDocumentChangeEvent
  21049. 1578.80 s [hls-test-utils] NotebookDocumentClientCapabilities
  21050. 1578.80 s [hls-test-utils] NotebookDocumentFilter
  21051. 1578.80 s [hls-test-utils] NotebookDocumentFilterNotebookType
  21052. 1578.80 s [hls-test-utils] NotebookDocumentFilterPattern
  21053. 1578.80 s [hls-test-utils] NotebookDocumentFilterScheme
  21054. 1578.80 s [hls-test-utils] NotebookDocumentFilterWithCells
  21055. 1578.80 s [hls-test-utils] NotebookDocumentFilterWithNotebook
  21056. 1578.80 s [hls-test-utils] NotebookDocumentIdentifier
  21057. 1578.80 s [hls-test-utils] NotebookDocumentSyncClientCapabilities
  21058. 1578.80 s [hls-test-utils] NotebookDocumentSyncOptions
  21059. 1578.80 s [hls-test-utils] NotebookDocumentSyncRegistrationOptions
  21060. 1578.80 s [hls-test-utils] OptionalVersionedTextDocumentIdentifier
  21061. 1578.80 s [hls-test-utils] ParameterInformation
  21062. 1578.80 s [hls-test-utils] PartialResultParams
  21063. 1578.80 s [hls-test-utils] PositionEncodingKind
  21064. 1578.80 s [hls-test-utils] PrepareRenameDefaultBehavior
  21065. 1578.80 s [hls-test-utils] PrepareRenameParams
  21066. 1578.80 s [hls-test-utils] PrepareRenamePlaceholder
  21067. 1578.80 s [hls-test-utils] PrepareRenameResult
  21068. 1578.80 s [hls-test-utils] PrepareSupportDefaultBehavior
  21069. 1578.80 s [hls-test-utils] PreviousResultId
  21070. 1578.80 s [hls-test-utils] ProgressParams
  21071. 1578.80 s [hls-test-utils] ProgressToken
  21072. 1578.80 s [hls-test-utils] PublishDiagnosticsClientCapabilities
  21073. 1578.80 s [hls-test-utils] PublishDiagnosticsParams
  21074. 1578.80 s [hls-test-utils] ReferenceClientCapabilities
  21075. 1578.80 s [hls-test-utils] ReferenceContext
  21076. 1578.80 s [hls-test-utils] ReferenceOptions
  21077. 1578.80 s [hls-test-utils] ReferenceParams
  21078. 1578.80 s [hls-test-utils] ReferenceRegistrationOptions
  21079. 1578.80 s [hls-test-utils] Registration
  21080. 1578.80 s [hls-test-utils] RegistrationParams
  21081. 1578.80 s [hls-test-utils] RegularExpressionEngineKind
  21082. 1578.80 s [hls-test-utils] RegularExpressionsClientCapabilities
  21083. 1578.80 s [hls-test-utils] RelatedFullDocumentDiagnosticReport
  21084. 1578.80 s [hls-test-utils] RelatedUnchangedDocumentDiagnosticReport
  21085. 1578.80 s [hls-test-utils] RelativePattern
  21086. 1578.80 s [hls-test-utils] RenameClientCapabilities
  21087. 1578.80 s [hls-test-utils] RenameFile
  21088. 1578.80 s [hls-test-utils] RenameFileOptions
  21089. 1578.80 s [hls-test-utils] RenameFilesParams
  21090. 1578.80 s [hls-test-utils] RenameOptions
  21091. 1578.80 s [hls-test-utils] RenameParams
  21092. 1578.80 s [hls-test-utils] RenameRegistrationOptions
  21093. 1578.80 s [hls-test-utils] ResourceOperation
  21094. 1578.80 s [hls-test-utils] ResourceOperationKind
  21095. 1578.80 s [hls-test-utils] SaveOptions
  21096. 1578.80 s [hls-test-utils] SelectionRange
  21097. 1578.80 s [hls-test-utils] SelectionRangeClientCapabilities
  21098. 1578.80 s [hls-test-utils] SelectionRangeOptions
  21099. 1578.80 s [hls-test-utils] SelectionRangeParams
  21100. 1578.80 s [hls-test-utils] SelectionRangeRegistrationOptions
  21101. 1578.80 s [hls-test-utils] SemanticTokenModifiers
  21102. 1578.80 s [hls-test-utils] SemanticTokenTypes
  21103. 1578.80 s [hls-test-utils] SemanticTokens
  21104. 1578.80 s [hls-test-utils] SemanticTokensClientCapabilities
  21105. 1578.80 s [hls-test-utils] SemanticTokensDelta
  21106. 1578.80 s [hls-test-utils] SemanticTokensDeltaParams
  21107. 1578.80 s [hls-test-utils] SemanticTokensDeltaPartialResult
  21108. 1578.80 s [hls-test-utils] SemanticTokensEdit
  21109. 1578.80 s [hls-test-utils] SemanticTokensFullDelta
  21110. 1578.80 s [hls-test-utils] SemanticTokensLegend
  21111. 1578.80 s [hls-test-utils] SemanticTokensOptions
  21112. 1578.80 s [hls-test-utils] SemanticTokensParams
  21113. 1578.80 s [hls-test-utils] SemanticTokensPartialResult
  21114. 1578.80 s [hls-test-utils] SemanticTokensRangeParams
  21115. 1578.80 s [hls-test-utils] SemanticTokensRegistrationOptions
  21116. 1578.80 s [hls-test-utils] SemanticTokensWorkspaceClientCapabilities
  21117. 1578.80 s [hls-test-utils] ServerCapabilities
  21118. 1578.80 s [hls-test-utils] ServerCompletionItemOptions
  21119. 1578.80 s [hls-test-utils] ServerInfo
  21120. 1578.80 s [hls-test-utils] SetTraceParams
  21121. 1578.80 s [hls-test-utils] ShowDocumentClientCapabilities
  21122. 1578.80 s [hls-test-utils] ShowDocumentParams
  21123. 1578.80 s [hls-test-utils] ShowDocumentResult
  21124. 1578.80 s [hls-test-utils] ShowMessageParams
  21125. 1578.80 s [hls-test-utils] ShowMessageRequestClientCapabilities
  21126. 1578.80 s [hls-test-utils] ShowMessageRequestParams
  21127. 1578.80 s [hls-test-utils] SignatureHelp
  21128. 1578.80 s [hls-test-utils] SignatureHelpClientCapabilities
  21129. 1578.80 s [hls-test-utils] SignatureHelpContext
  21130. 1578.80 s [hls-test-utils] SignatureHelpOptions
  21131. 1578.80 s [hls-test-utils] SignatureHelpParams
  21132. 1578.80 s [hls-test-utils] SignatureHelpRegistrationOptions
  21133. 1578.80 s [hls-test-utils] SignatureHelpTriggerKind
  21134. 1578.80 s [hls-test-utils] SignatureInformation
  21135. 1578.80 s [hls-test-utils] StaleRequestSupportOptions
  21136. 1578.80 s [hls-test-utils] StaticRegistrationOptions
  21137. 1578.80 s [hls-test-utils] SymbolInformation
  21138. 1578.80 s [hls-test-utils] SymbolKind
  21139. 1578.80 s [hls-test-utils] SymbolTag
  21140. 1578.80 s [hls-test-utils] TextDocumentChangeRegistrationOptions
  21141. 1578.80 s [hls-test-utils] TextDocumentClientCapabilities
  21142. 1578.80 s [hls-test-utils] TextDocumentContentChangeEvent
  21143. 1578.80 s [hls-test-utils] TextDocumentContentChangePartial
  21144. 1578.80 s [hls-test-utils] TextDocumentContentChangeWholeDocument
  21145. 1578.80 s [hls-test-utils] TextDocumentEdit
  21146. 1578.80 s [hls-test-utils] TextDocumentFilter
  21147. 1578.80 s [hls-test-utils] TextDocumentFilterLanguage
  21148. 1578.80 s [hls-test-utils] TextDocumentFilterPattern
  21149. 1578.80 s [hls-test-utils] TextDocumentFilterScheme
  21150. 1578.80 s [hls-test-utils] TextDocumentIdentifier
  21151. 1578.80 s [hls-test-utils] TextDocumentItem
  21152. 1578.80 s [hls-test-utils] TextDocumentPositionParams
  21153. 1578.80 s [hls-test-utils] TextDocumentRegistrationOptions
  21154. 1578.80 s [hls-test-utils] TextDocumentSaveReason
  21155. 1578.80 s [hls-test-utils] TextDocumentSaveRegistrationOptions
  21156. 1578.80 s [hls-test-utils] TextDocumentSyncClientCapabilities
  21157. 1578.80 s [hls-test-utils] TextDocumentSyncKind
  21158. 1578.80 s [hls-test-utils] TextDocumentSyncOptions
  21159. 1578.80 s [hls-test-utils] TextEdit
  21160. 1578.80 s [hls-test-utils] TokenFormat
  21161. 1578.80 s [hls-test-utils] TraceValue
  21162. 1578.80 s [hls-test-utils] TypeDefinitionClientCapabilities
  21163. 1578.80 s [hls-test-utils] TypeDefinitionOptions
  21164. 1578.80 s [hls-test-utils] TypeDefinitionParams
  21165. 1578.80 s [hls-test-utils] TypeDefinitionRegistrationOptions
  21166. 1578.80 s [hls-test-utils] TypeHierarchyClientCapabilities
  21167. 1578.80 s [hls-test-utils] TypeHierarchyItem
  21168. 1578.80 s [hls-test-utils] TypeHierarchyOptions
  21169. 1578.80 s [hls-test-utils] TypeHierarchyPrepareParams
  21170. 1578.80 s [hls-test-utils] TypeHierarchyRegistrationOptions
  21171. 1578.80 s [hls-test-utils] TypeHierarchySubtypesParams
  21172. 1578.80 s [hls-test-utils] TypeHierarchySupertypesParams
  21173. 1578.80 s [hls-test-utils] UInitializeParams
  21174. 1578.80 s [hls-test-utils] UnchangedDocumentDiagnosticReport
  21175. 1578.80 s [hls-test-utils] UniquenessLevel
  21176. 1578.80 s [hls-test-utils] Unregistration
  21177. 1578.80 s [hls-test-utils] UnregistrationParams
  21178. 1578.80 s [hls-test-utils] VersionedNotebookDocumentIdentifier
  21179. 1578.80 s [hls-test-utils] VersionedTextDocumentIdentifier
  21180. 1578.80 s [hls-test-utils] WatchKind
  21181. 1578.80 s [hls-test-utils] WillSaveTextDocumentParams
  21182. 1578.80 s [hls-test-utils] WindowClientCapabilities
  21183. 1578.80 s [hls-test-utils] WorkDoneProgressBegin
  21184. 1578.80 s [hls-test-utils] WorkDoneProgressCancelParams
  21185. 1578.80 s [hls-test-utils] WorkDoneProgressCreateParams
  21186. 1578.80 s [hls-test-utils] WorkDoneProgressEnd
  21187. 1578.80 s [hls-test-utils] WorkDoneProgressOptions
  21188. 1578.80 s [hls-test-utils] WorkDoneProgressParams
  21189. 1578.80 s [hls-test-utils] WorkDoneProgressReport
  21190. 1578.80 s [hls-test-utils] WorkspaceClientCapabilities
  21191. 1578.80 s [hls-test-utils] WorkspaceDiagnosticParams
  21192. 1578.80 s [hls-test-utils] WorkspaceDiagnosticReport
  21193. 1578.80 s [hls-test-utils] WorkspaceDiagnosticReportPartialResult
  21194. 1578.80 s [hls-test-utils] WorkspaceDocumentDiagnosticReport
  21195. 1578.80 s [hls-test-utils] WorkspaceEditClientCapabilities
  21196. 1578.80 s [hls-test-utils] WorkspaceFolder
  21197. 1578.80 s [hls-test-utils] WorkspaceFoldersChangeEvent
  21198. 1578.80 s [hls-test-utils] WorkspaceFoldersInitializeParams
  21199. 1578.80 s [hls-test-utils] WorkspaceFoldersServerCapabilities
  21200. 1578.80 s [hls-test-utils] WorkspaceFullDocumentDiagnosticReport
  21201. 1578.80 s [hls-test-utils] WorkspaceOptions
  21202. 1578.80 s [hls-test-utils] WorkspaceSymbol
  21203. 1578.80 s [hls-test-utils] WorkspaceSymbolClientCapabilities
  21204. 1578.80 s [hls-test-utils] WorkspaceSymbolOptions
  21205. 1578.80 s [hls-test-utils] WorkspaceSymbolParams
  21206. 1578.80 s [hls-test-utils] WorkspaceSymbolRegistrationOptions
  21207. 1578.80 s [hls-test-utils] WorkspaceUnchangedDocumentDiagnosticReport
  21208. 1578.80 s [hls-test-utils] |?
  21209. 1578.80 s [hls-test-utils] DocumentChange
  21210. 1578.80 s [hls-test-utils] AsLspEnum
  21211. 1578.80 s [hls-test-utils] LspEnum
  21212. 1578.80 s [hls-test-utils] EnumBaseType
  21213. 1578.80 s [hls-test-utils] LspOpenEnum
  21214. 1578.80 s [hls-test-utils] Edit
  21215. 1578.80 s [hls-test-utils] SemanticTokenAbsolute
  21216. 1578.80 s [hls-test-utils] SemanticTokenRelative
  21217. 1578.80 s [hls-test-utils] AString
  21218. 1578.80 s [hls-test-utils] AnInteger
  21219. 1578.80 s [hls-test-utils] fromNormalizedFilePath
  21220. 1578.80 s [hls-test-utils] fromNormalizedUri
  21221. 1578.80 s [hls-test-utils] toNormalizedUri
  21222. 1578.80 s [hls-test-utils] positionInRange
  21223. 1578.80 s [hls-test-utils] toNormalizedFilePath
  21224. 1578.80 s [hls-test-utils] codeActionKindSubsumes
  21225. 1578.80 s [hls-test-utils] .:!?
  21226. 1578.80 s [hls-test-utils] .=?
  21227. 1578.80 s [hls-test-utils] _L
  21228. 1578.80 s [hls-test-utils] _R
  21229. 1578.80 s [hls-test-utils] absorbNull
  21230. 1578.80 s [hls-test-utils] maybeToNull
  21231. 1578.80 s [hls-test-utils] nullToMaybe
  21232. 1578.80 s [hls-test-utils] toEither
  21233. 1578.80 s [hls-test-utils] _versionedTextDocumentIdentifier
  21234. 1578.80 s [hls-test-utils] applyTextEdit
  21235. 1578.80 s [hls-test-utils] editTextEdit
  21236. 1578.80 s [hls-test-utils] isSubrangeOf
  21237. 1578.80 s [hls-test-utils] mkRange
  21238. 1578.80 s [hls-test-utils] mkMarkdown
  21239. 1578.80 s [hls-test-utils] mkMarkdownCodeBlock
  21240. 1578.80 s [hls-test-utils] mkPlainText
  21241. 1578.80 s [hls-test-utils] plainTextToMarkdown
  21242. 1578.80 s [hls-test-utils] sectionSeparator
  21243. 1578.80 s [hls-test-utils] _workDoneProgressBegin
  21244. 1578.80 s [hls-test-utils] _workDoneProgressEnd
  21245. 1578.80 s [hls-test-utils] _workDoneProgressReport
  21246. 1578.80 s [hls-test-utils] absolutizeTokens
  21247. 1578.80 s [hls-test-utils] computeEdits
  21248. 1578.80 s [hls-test-utils] defaultSemanticTokensLegend
  21249. 1578.80 s [hls-test-utils] encodeTokens
  21250. 1578.80 s [hls-test-utils] makeSemanticTokens
  21251. 1578.80 s [hls-test-utils] makeSemanticTokensDelta
  21252. 1578.80 s [hls-test-utils] relativizeTokens
  21253. 1578.80 s [hls-test-utils] emptyNormalizedFilePath
  21254. 1578.80 s [hls-test-utils] filePathToUri
  21255. 1578.80 s [hls-test-utils] normalizedFilePathToUri
  21256. 1578.80 s [hls-test-utils] platformAwareFilePathToUri
  21257. 1578.80 s [hls-test-utils] platformAwareUriToFilePath
  21258. 1578.80 s [hls-test-utils] uriToFilePath
  21259. 1578.80 s [hls-test-utils] uriToNormalizedFilePath
  21260. 1578.80 s [hls-test-utils] normalizedFilePathToOsPath
  21261. 1578.80 s [hls-test-utils] osPathToNormalizedFilePath
  21262. 1578.80 s [hls-test-utils] combineWatchKinds
  21263. 1578.80 s [hls-test-utils] containsChange
  21264. 1578.80 s [hls-test-utils] containsCreate
  21265. 1578.80 s [hls-test-utils] containsDelete
  21266. 1578.80 s [hls-test-utils] goldenGitDiff (src/Test/Hls.hs:189)
  21267. 1578.80 s [hls-test-utils] goldenWithHaskellDoc (src/Test/Hls.hs:192)
  21268. 1578.80 s [hls-test-utils] goldenWithHaskellDocInTmpDir (src/Test/Hls.hs:205)
  21269. 1578.80 s [hls-test-utils] goldenWithHaskellAndCaps (src/Test/Hls.hs:218)
  21270. 1578.80 s [hls-test-utils] goldenWithHaskellAndCapsInTmpDir (src/Test/Hls.hs:267)
  21271. 1578.80 s [hls-test-utils] goldenWithCabalDoc (src/Test/Hls.hs:295)
  21272. 1578.80 s [hls-test-utils] goldenWithHaskellDocFormatter (src/Test/Hls.hs:581)
  21273. 1578.80 s [hls-test-utils] goldenWithHaskellDocFormatterInTmpDir (src/Test/Hls.hs:629)
  21274. 1578.80 s [hls-test-utils] goldenWithCabalDocFormatter (src/Test/Hls.hs:605)
  21275. 1578.80 s [hls-test-utils] goldenWithCabalDocFormatterInTmpDir (src/Test/Hls.hs:653)
  21276. 1578.80 s [hls-test-utils] goldenWithTestConfig (src/Test/Hls.hs:247)
  21277. 1578.80 s [hls-test-utils] runSessionWithServer (src/Test/Hls.hs:537)
  21278. 1578.80 s [hls-test-utils] runSessionWithServerInTmpDir (src/Test/Hls.hs:504)
  21279. 1578.80 s [hls-test-utils] PluginDescriptor
  21280. 1578.80 s [hls-test-utils] BrokenBehavior (src/Test/Hls.hs:173)
  21281. 1578.80 s [hls-test-utils] ExpectBroken (src/Test/Hls.hs:175)
  21282. 1578.80 s [hls-test-utils] unCurrent (src/Test/Hls.hs:179)
  21283. 1578.80 s [hls-test-utils] waitForTypecheck (src/Test/Hls.hs:869)
  21284. 1578.80 s [hls-test-utils] waitForAction (src/Test/Hls.hs:865)
  21285. 1578.80 s [hls-test-utils] hlsConfigToClientConfig (src/Test/Hls.hs:875)
  21286. 1578.80 s [hls-test-utils] getLastBuildKeys (src/Test/Hls.hs:872)
  21287. 1578.80 s [hls-test-utils] waitForKickDone (src/Test/Hls.hs:900)
  21288. 1578.80 s [hls-test-utils] waitForKickStart (src/Test/Hls.hs:903)
  21289. 1578.80 s [hls-test-utils] WithPriority
  21290. 1578.80 s [hls-test-utils] Priority
  21291. 1578.80 s [hls-test-utils] captureKickDiagnostics (src/Test/Hls.hs:889)
  21292. 1578.80 s [hls-test-utils] kick (src/Test/Hls.hs:913)
  21293. 1578.80 s [hls-test-utils] TestConfig (src/Test/Hls.hs:692)
  21294. 1579.98 s [hls-test-utils] Warning: Development.IDE.Test: could not find link destinations for:
  21295. 1579.98 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  21296. 1579.98 s [hls-test-utils] - Language.LSP.Protocol.Internal.Method.SMethod
  21297. 1579.98 s [hls-test-utils] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPublishDiagnostics
  21298. 1579.98 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.TServerMessage
  21299. 1580.34 s [hls-test-utils] Warning: Test.Hls: could not find link destinations for:
  21300. 1580.34 s [hls-test-utils] - Data.Array.Base.getNumElements
  21301. 1580.34 s [hls-test-utils] - Data.Array.Base.unsafeNewArray_
  21302. 1580.34 s [hls-test-utils] - Data.Array.Base.unsafeWrite
  21303. 1580.34 s [hls-test-utils] - Data.Array.Base.unsafeRead
  21304. 1580.34 s [hls-test-utils] - Data.Array.Base.unsafeAccum
  21305. 1580.34 s [hls-test-utils] - Data.Array.Base.unsafeReplace
  21306. 1580.34 s [hls-test-utils] - Data.Array.Base.unsafeAccumArray
  21307. 1580.34 s [hls-test-utils] - Data.Array.Base.numElements
  21308. 1580.34 s [hls-test-utils] - Data.Array.Base.unsafeAt
  21309. 1580.34 s [hls-test-utils] - Data.Array.Base.unsafeArray
  21310. 1580.34 s [hls-test-utils] - Data.Vector.Unboxed.Base.Unbox
  21311. 1580.34 s [hls-test-utils] - Data.Vector.Primitive.Vector
  21312. 1580.34 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActions
  21313. 1580.34 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.actions
  21314. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameter
  21315. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameter
  21316. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameterSupport
  21317. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameterSupport
  21318. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignature
  21319. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignature
  21320. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignatureHelp
  21321. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignatureHelp
  21322. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdded
  21323. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.added
  21324. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalPropertiesSupport
  21325. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalPropertiesSupport
  21326. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalTextEdits
  21327. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalTextEdits
  21328. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllCommitCharacters
  21329. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allCommitCharacters
  21330. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllowedTags
  21331. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allowedTags
  21332. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAlpha
  21333. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.alpha
  21334. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAnnotationId
  21335. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.annotationId
  21336. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplied
  21337. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applied
  21338. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplyEdit
  21339. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applyEdit
  21340. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArguments
  21341. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.arguments
  21342. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArray
  21343. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.array
  21344. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAugmentsSyntaxTokens
  21345. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.augmentsSyntaxTokens
  21346. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  21347. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.baseUri
  21348. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBlue
  21349. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.blue
  21350. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchy
  21351. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchy
  21352. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchyProvider
  21353. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchyProvider
  21354. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancel
  21355. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancel
  21356. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancellable
  21357. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancellable
  21358. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCapabilities
  21359. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.capabilities
  21360. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCaseSensitiveLookup
  21361. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.caseSensitiveLookup
  21362. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCellTextDocuments
  21363. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cellTextDocuments
  21364. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCells
  21365. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cells
  21366. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCh
  21367. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ch
  21368. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChange
  21369. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.change
  21370. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotationSupport
  21371. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotationSupport
  21372. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotations
  21373. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotations
  21374. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeNotifications
  21375. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeNotifications
  21376. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChanges
  21377. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changes
  21378. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCharacter
  21379. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.character
  21380. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChildren
  21381. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.children
  21382. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasClientInfo
  21383. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.clientInfo
  21384. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCode
  21385. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.code
  21386. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeAction
  21387. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeAction
  21388. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKind
  21389. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKind
  21390. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKinds
  21391. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKinds
  21392. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionLiteralSupport
  21393. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionLiteralSupport
  21394. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionProvider
  21395. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionProvider
  21396. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  21397. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescription
  21398. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescriptionSupport
  21399. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescriptionSupport
  21400. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLens
  21401. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLens
  21402. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLensProvider
  21403. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLensProvider
  21404. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCollapsedText
  21405. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.collapsedText
  21406. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColor
  21407. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.color
  21408. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColorProvider
  21409. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.colorProvider
  21410. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommand
  21411. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.command
  21412. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommands
  21413. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commands
  21414. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharacters
  21415. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharacters
  21416. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharactersSupport
  21417. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharactersSupport
  21418. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletion
  21419. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completion
  21420. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItem
  21421. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItem
  21422. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItemKind
  21423. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItemKind
  21424. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionList
  21425. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionList
  21426. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionProvider
  21427. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionProvider
  21428. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasConfiguration
  21429. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.configuration
  21430. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContainerName
  21431. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.containerName
  21432. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentChanges
  21433. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentChanges
  21434. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentFormat
  21435. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentFormat
  21436. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContents
  21437. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contents
  21438. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContext
  21439. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.context
  21440. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContextSupport
  21441. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contextSupport
  21442. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDataSupport
  21443. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dataSupport
  21444. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasData_
  21445. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.data_
  21446. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclaration
  21447. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declaration
  21448. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclarationProvider
  21449. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declarationProvider
  21450. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefaultBehavior
  21451. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.defaultBehavior
  21452. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinition
  21453. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definition
  21454. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinitionProvider
  21455. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definitionProvider
  21456. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeleteCount
  21457. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deleteCount
  21458. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDelta
  21459. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.delta
  21460. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaLine
  21461. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaLine
  21462. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaStartChar
  21463. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaStartChar
  21464. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecated
  21465. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecated
  21466. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecatedSupport
  21467. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecatedSupport
  21468. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDescription
  21469. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.description
  21470. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDetail
  21471. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.detail
  21472. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostic
  21473. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostic
  21474. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnosticProvider
  21475. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnosticProvider
  21476. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  21477. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostics
  21478. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeConfiguration
  21479. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeConfiguration
  21480. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeWatchedFiles
  21481. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeWatchedFiles
  21482. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidClose
  21483. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didClose
  21484. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidCreate
  21485. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didCreate
  21486. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidDelete
  21487. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didDelete
  21488. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidOpen
  21489. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didOpen
  21490. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidRename
  21491. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didRename
  21492. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidSave
  21493. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didSave
  21494. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabled
  21495. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabled
  21496. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabledSupport
  21497. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabledSupport
  21498. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocument
  21499. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.document
  21500. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentChanges
  21501. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentChanges
  21502. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentFormattingProvider
  21503. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentFormattingProvider
  21504. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlight
  21505. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlight
  21506. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlightProvider
  21507. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlightProvider
  21508. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLink
  21509. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLink
  21510. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLinkProvider
  21511. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLinkProvider
  21512. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentOnTypeFormattingProvider
  21513. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentOnTypeFormattingProvider
  21514. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentRangeFormattingProvider
  21515. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentRangeFormattingProvider
  21516. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSelector
  21517. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSelector
  21518. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbol
  21519. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbol
  21520. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbolProvider
  21521. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbolProvider
  21522. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentation
  21523. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentation
  21524. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentationFormat
  21525. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentationFormat
  21526. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDynamicRegistration
  21527. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dynamicRegistration
  21528. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdit
  21529. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edit
  21530. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEditRange
  21531. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.editRange
  21532. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdits
  21533. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edits
  21534. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEnd
  21535. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.end
  21536. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndCharacter
  21537. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endCharacter
  21538. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndLine
  21539. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endLine
  21540. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEngine
  21541. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.engine
  21542. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEvent
  21543. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.event
  21544. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommand
  21545. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommand
  21546. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommandProvider
  21547. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommandProvider
  21548. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionOrder
  21549. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionOrder
  21550. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummary
  21551. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummary
  21552. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummarySupport
  21553. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummarySupport
  21554. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExperimental
  21555. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.experimental
  21556. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExpression
  21557. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.expression
  21558. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExternal
  21559. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.external
  21560. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailedChange
  21561. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failedChange
  21562. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureHandling
  21563. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureHandling
  21564. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureReason
  21565. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureReason
  21566. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFileOperations
  21567. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fileOperations
  21568. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFiles
  21569. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.files
  21570. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilterText
  21571. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filterText
  21572. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilters
  21573. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filters
  21574. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFirstTriggerCharacter
  21575. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.firstTriggerCharacter
  21576. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRange
  21577. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRange
  21578. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeKind
  21579. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeKind
  21580. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeProvider
  21581. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeProvider
  21582. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormats
  21583. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formats
  21584. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormatting
  21585. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formatting
  21586. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrameId
  21587. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.frameId
  21588. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrom
  21589. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.from
  21590. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  21591. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fromRanges
  21592. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFull
  21593. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.full
  21594. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGeneral
  21595. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.general
  21596. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlob
  21597. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.glob
  21598. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlobPattern
  21599. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.globPattern
  21600. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGreen
  21601. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.green
  21602. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGroupsOnLabel
  21603. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.groupsOnLabel
  21604. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHierarchicalDocumentSymbolSupport
  21605. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hierarchicalDocumentSymbolSupport
  21606. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHonorsChangeAnnotations
  21607. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.honorsChangeAnnotations
  21608. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHover
  21609. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hover
  21610. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHoverProvider
  21611. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hoverProvider
  21612. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHref
  21613. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.href
  21614. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasId
  21615. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.id
  21616. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIdentifier
  21617. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.identifier
  21618. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreCase
  21619. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreCase
  21620. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfExists
  21621. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfExists
  21622. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfNotExists
  21623. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfNotExists
  21624. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementation
  21625. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementation
  21626. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementationProvider
  21627. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementationProvider
  21628. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeDeclaration
  21629. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeDeclaration
  21630. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeText
  21631. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeText
  21632. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInitializationOptions
  21633. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.initializationOptions
  21634. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHint
  21635. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHint
  21636. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHintProvider
  21637. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHintProvider
  21638. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValue
  21639. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValue
  21640. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValueProvider
  21641. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValueProvider
  21642. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsert
  21643. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insert
  21644. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertFinalNewline
  21645. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertFinalNewline
  21646. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertReplaceSupport
  21647. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertReplaceSupport
  21648. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertSpaces
  21649. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertSpaces
  21650. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertText
  21651. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertText
  21652. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextFormat
  21653. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextFormat
  21654. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextMode
  21655. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextMode
  21656. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextModeSupport
  21657. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextModeSupport
  21658. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInterFileDependencies
  21659. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.interFileDependencies
  21660. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsIncomplete
  21661. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isIncomplete
  21662. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferred
  21663. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferred
  21664. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferredSupport
  21665. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferredSupport
  21666. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsRetrigger
  21667. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isRetrigger
  21668. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItem
  21669. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.item
  21670. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItemDefaults
  21671. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.itemDefaults
  21672. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItems
  21673. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.items
  21674. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasKind
  21675. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.kind
  21676. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabel
  21677. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.label
  21678. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetails
  21679. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetails
  21680. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetailsSupport
  21681. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetailsSupport
  21682. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelOffsetSupport
  21683. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelOffsetSupport
  21684. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelSupport
  21685. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelSupport
  21686. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguage
  21687. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.language
  21688. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguageId
  21689. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.languageId
  21690. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLegend
  21691. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.legend
  21692. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLength
  21693. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.length
  21694. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLine
  21695. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.line
  21696. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLineFoldingOnly
  21697. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.lineFoldingOnly
  21698. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkSupport
  21699. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkSupport
  21700. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRange
  21701. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRange
  21702. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRangeProvider
  21703. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRangeProvider
  21704. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocale
  21705. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.locale
  21706. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocation
  21707. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.location
  21708. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMarkdown
  21709. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.markdown
  21710. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMatches
  21711. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.matches
  21712. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessage
  21713. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.message
  21714. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessageActionItem
  21715. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.messageActionItem
  21716. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMetadata
  21717. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.metadata
  21718. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMethod
  21719. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.method
  21720. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoniker
  21721. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moniker
  21722. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMonikerProvider
  21723. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.monikerProvider
  21724. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoreTriggerCharacter
  21725. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moreTriggerCharacter
  21726. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMultilineTokenSupport
  21727. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.multilineTokenSupport
  21728. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasName
  21729. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.name
  21730. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNeedsConfirmation
  21731. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.needsConfirmation
  21732. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewName
  21733. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newName
  21734. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewText
  21735. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newText
  21736. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewUri
  21737. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newUri
  21738. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNormalizesLineEndings
  21739. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.normalizesLineEndings
  21740. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebook
  21741. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebook
  21742. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocument
  21743. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocument
  21744. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocumentSync
  21745. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocumentSync
  21746. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookSelector
  21747. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookSelector
  21748. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookType
  21749. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookType
  21750. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOldUri
  21751. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.oldUri
  21752. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnTypeFormatting
  21753. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.onTypeFormatting
  21754. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnly
  21755. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.only
  21756. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOpenClose
  21757. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.openClose
  21758. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOptions
  21759. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.options
  21760. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  21761. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  21762. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverlappingTokenSupport
  21763. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overlappingTokenSupport
  21764. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverwrite
  21765. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overwrite
  21766. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingLeft
  21767. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingLeft
  21768. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingRight
  21769. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingRight
  21770. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameterInformation
  21771. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameterInformation
  21772. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameters
  21773. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameters
  21774. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParent
  21775. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parent
  21776. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParser
  21777. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parser
  21778. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPartialResultToken
  21779. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.partialResultToken
  21780. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPattern
  21781. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.pattern
  21782. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPercentage
  21783. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.percentage
  21784. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPlaceholder
  21785. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.placeholder
  21786. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPosition
  21787. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.position
  21788. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncoding
  21789. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncoding
  21790. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncodings
  21791. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncodings
  21792. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositions
  21793. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positions
  21794. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareProvider
  21795. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareProvider
  21796. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupport
  21797. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupport
  21798. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupportDefaultBehavior
  21799. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupportDefaultBehavior
  21800. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselect
  21801. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselect
  21802. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselectSupport
  21803. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselectSupport
  21804. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultId
  21805. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultId
  21806. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultIds
  21807. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultIds
  21808. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProcessId
  21809. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.processId
  21810. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProperties
  21811. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.properties
  21812. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPublishDiagnostics
  21813. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.publishDiagnostics
  21814. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasQuery
  21815. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.query
  21816. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRange
  21817. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.range
  21818. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeFormatting
  21819. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeFormatting
  21820. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLength
  21821. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLength
  21822. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLimit
  21823. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLimit
  21824. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRanges
  21825. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ranges
  21826. 1580.35 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReason
  21827. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.reason
  21828. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRecursive
  21829. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.recursive
  21830. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRed
  21831. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.red
  21832. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferences
  21833. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.references
  21834. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferencesProvider
  21835. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.referencesProvider
  21836. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRefreshSupport
  21837. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.refreshSupport
  21838. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegisterOptions
  21839. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registerOptions
  21840. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegistrations
  21841. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registrations
  21842. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegularExpressions
  21843. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.regularExpressions
  21844. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocumentSupport
  21845. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocumentSupport
  21846. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  21847. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  21848. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  21849. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedInformation
  21850. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelativePatternSupport
  21851. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relativePatternSupport
  21852. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRemoved
  21853. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.removed
  21854. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRename
  21855. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rename
  21856. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRenameProvider
  21857. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.renameProvider
  21858. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReplace
  21859. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.replace
  21860. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRequests
  21861. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.requests
  21862. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveProvider
  21863. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveProvider
  21864. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveSupport
  21865. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveSupport
  21866. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResourceOperations
  21867. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resourceOperations
  21868. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResultId
  21869. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resultId
  21870. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerCharacters
  21871. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerCharacters
  21872. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerRequest
  21873. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerRequest
  21874. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetry
  21875. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retry
  21876. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetryOnContentModified
  21877. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retryOnContentModified
  21878. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootPath
  21879. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootPath
  21880. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootUri
  21881. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootUri
  21882. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSave
  21883. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.save
  21884. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScheme
  21885. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scheme
  21886. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  21887. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scopeUri
  21888. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSection
  21889. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.section
  21890. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelection
  21891. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selection
  21892. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  21893. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRange
  21894. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRangeProvider
  21895. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRangeProvider
  21896. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokens
  21897. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokens
  21898. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokensProvider
  21899. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokensProvider
  21900. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerCancelSupport
  21901. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverCancelSupport
  21902. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerInfo
  21903. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverInfo
  21904. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSettings
  21905. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.settings
  21906. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSeverity
  21907. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.severity
  21908. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowDocument
  21909. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showDocument
  21910. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowMessage
  21911. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showMessage
  21912. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelp
  21913. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelp
  21914. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelpProvider
  21915. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelpProvider
  21916. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureInformation
  21917. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureInformation
  21918. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatures
  21919. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatures
  21920. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSnippetSupport
  21921. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.snippetSupport
  21922. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSortText
  21923. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.sortText
  21924. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSource
  21925. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.source
  21926. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStaleRequestSupport
  21927. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.staleRequestSupport
  21928. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStart
  21929. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.start
  21930. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartChar
  21931. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startChar
  21932. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartCharacter
  21933. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startCharacter
  21934. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartLine
  21935. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startLine
  21936. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  21937. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  21938. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStructure
  21939. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.structure
  21940. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSuccess
  21941. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.success
  21942. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupport
  21943. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.support
  21944. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupported
  21945. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.supported
  21946. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbol
  21947. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbol
  21948. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbolKind
  21949. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbolKind
  21950. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSyncKind
  21951. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.syncKind
  21952. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSynchronization
  21953. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.synchronization
  21954. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTabSize
  21955. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tabSize
  21956. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTagSupport
  21957. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tagSupport
  21958. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTags
  21959. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tags
  21960. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTakeFocus
  21961. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.takeFocus
  21962. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTarget
  21963. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.target
  21964. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  21965. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetRange
  21966. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  21967. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  21968. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  21969. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetUri
  21970. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasText
  21971. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.text
  21972. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextContent
  21973. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textContent
  21974. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  21975. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocument
  21976. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocumentSync
  21977. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocumentSync
  21978. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdit
  21979. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdit
  21980. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEditText
  21981. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEditText
  21982. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdits
  21983. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdits
  21984. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTitle
  21985. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.title
  21986. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTo
  21987. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.to
  21988. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasToken
  21989. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.token
  21990. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenModifiers
  21991. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenModifiers
  21992. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenType
  21993. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenType
  21994. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenTypes
  21995. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenTypes
  21996. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltip
  21997. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltip
  21998. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltipSupport
  21999. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltipSupport
  22000. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrace
  22001. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trace
  22002. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacter
  22003. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacter
  22004. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacters
  22005. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacters
  22006. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerKind
  22007. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerKind
  22008. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimFinalNewlines
  22009. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimFinalNewlines
  22010. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimTrailingWhitespace
  22011. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimTrailingWhitespace
  22012. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinition
  22013. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinition
  22014. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinitionProvider
  22015. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinitionProvider
  22016. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchy
  22017. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchy
  22018. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchyProvider
  22019. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchyProvider
  22020. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasType_
  22021. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.type_
  22022. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnique
  22023. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unique
  22024. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnregisterations
  22025. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unregisterations
  22026. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUri
  22027. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.uri
  22028. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValue
  22029. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.value
  22030. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValueSet
  22031. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.valueSet
  22032. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVariableName
  22033. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.variableName
  22034. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVerbose
  22035. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.verbose
  22036. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersion
  22037. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.version
  22038. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersionSupport
  22039. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.versionSupport
  22040. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWatchers
  22041. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.watchers
  22042. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillCreate
  22043. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willCreate
  22044. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillDelete
  22045. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willDelete
  22046. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillRename
  22047. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willRename
  22048. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSave
  22049. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSave
  22050. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSaveWaitUntil
  22051. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSaveWaitUntil
  22052. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWindow
  22053. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.window
  22054. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWordPattern
  22055. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.wordPattern
  22056. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneProgress
  22057. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneProgress
  22058. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneToken
  22059. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneToken
  22060. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspace
  22061. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspace
  22062. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceDiagnostics
  22063. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceDiagnostics
  22064. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceEdit
  22065. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceEdit
  22066. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceFolders
  22067. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceFolders
  22068. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceSymbolProvider
  22069. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceSymbolProvider
  22070. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Null
  22071. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.TResponseError
  22072. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Message.Meta.ClientToServer
  22073. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  22074. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.MVector
  22075. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
  22076. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicSet
  22077. 1580.36 s [hls-test-utils] - Data.Vector.Unboxed.Base.MV_Int32
  22078. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeFreeze
  22079. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicLength
  22080. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
  22081. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeIndexM
  22082. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Base.elemseq
  22083. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
  22084. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicInitialize
  22085. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Base.basicLength
  22086. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeCopy
  22087. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
  22088. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeSlice
  22089. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeThaw
  22090. 1580.36 s [hls-test-utils] - Data.Vector.Primitive.Mutable.MVector
  22091. 1580.36 s [hls-test-utils] - Data.Vector.Unboxed.Base.V_Int32
  22092. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicClear
  22093. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicOverlaps
  22094. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
  22095. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
  22096. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
  22097. 1580.36 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
  22098. 1580.36 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
  22099. 1580.36 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:VectorInt320
  22100. 1580.36 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.SystemOS
  22101. 1580.36 s [hls-test-utils] - Language.LSP.VFS.HasCharacter
  22102. 1580.36 s [hls-test-utils] - Language.LSP.VFS.HasLine
  22103. 1580.36 s [hls-test-utils] - Language.LSP.VFS.HasLsp_version
  22104. 1580.36 s [hls-test-utils] - Language.LSP.VFS.HasVfsMap
  22105. 1593.42 s [hls-test-utils] Documentation created: dist/doc/html/hls-test-utils/index.html,
  22106. 1593.44 s [hls-test-utils] dist/doc/html/hls-test-utils/hls-test-utils.txt
  22107. 1593.52 s [hls-test-utils] Phase: installPhase
  22108. 1593.71 s [hls-test-utils] Installing library in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  22109. 1594.10 s [hls-test-utils] Phase: fixupPhase
  22110. 1594.12 s [hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0
  22111. 1594.12 s [hls-test-utils] shrinking /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y-ghc9.6.3.so
  22112. 1594.22 s [hls-test-utils] checking for references to /build/ in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0...
  22113. 1594.23 s [hls-test-utils] patching script interpreter paths in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0
  22114. 1594.23 s [hls-test-utils] stripping (with command strip and flags -S -p) in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib
  22115. 1594.31 s [hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc
  22116. 1594.32 s [hls-test-utils] checking for references to /build/ in /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc...
  22117. 1594.33 s [hls-test-utils] patching script interpreter paths in /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc
  22118. 1594.59 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0 /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc
  22119. 1595.02 s [post-build-hook] Pushing 2 paths (432 are already present) using zstd to cache sellout ⏳
  22120. 1595.02 s [post-build-hook]
  22121. 1595.38 s [post-build-hook] Pushing /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc (19.64 MiB)
  22122. 1595.41 s [post-build-hook] Pushing /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0 (6.29 MiB)
  22123. 1596.80 s [post-build-hook]
  22124. 1596.80 s [post-build-hook] All done.
  22125. 1596.83 s [post-build-hook] Uploading to the NixCI cache: /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0 /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc
  22126. 1596.87 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22127. 1597.07 s [post-build-hook] copying 4 paths...
  22128. 1597.07 s [post-build-hook] copying path '/nix/store/w2qb7vw8wixc7vl0cr2xgc65rw1a4l1j-tasty-rerun-1.1.20-doc' to 'https://cache.nix-ci.com'...
  22129. 1597.28 s [post-build-hook] copying path '/nix/store/i3w9fbiv5f7lchvmz4b69k47y2ln1szr-tasty-rerun-1.1.20' to 'https://cache.nix-ci.com'...
  22130. 1597.28 s [post-build-hook] copying path '/nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
  22131. 1598.73 s [post-build-hook] copying path '/nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0' to 'https://cache.nix-ci.com'...
  22132. 1600.10 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22133. 1600.33 s [post-build-hook] copying 1 paths...
  22134. 1600.33 s [post-build-hook] copying path '/nix/store/smg2wygfq7d714h2258adb3i3skyl05j-hls-test-utils-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
  22135. 1600.48 s Progress: 52 of 55 built, 335 of 335 downloaded from cache
  22136. 1600.56 s Building haskell-language-server
  22137. 1601.37 s [haskell-language-server] Phase: setupCompilerEnvironmentPhase
  22138. 1601.38 s [haskell-language-server] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
  22139. 1602.00 s [haskell-language-server] Phase: unpackPhase
  22140. 1602.00 s [haskell-language-server] unpacking source archive /nix/store/7gkldzhsjcbsc7l8iqr94qkysmghxldi-haskell-language-server-2.10.0.0.tar.gz
  22141. 1602.04 s [haskell-language-server] source root is haskell-language-server-2.10.0.0
  22142. 1602.07 s [haskell-language-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-language-server-2.10.0.0/test/wrapper/Main.hs"
  22143. 1602.08 s [haskell-language-server] Phase: patchPhase
  22144. 1602.08 s [haskell-language-server] Phase: compileBuildDriverPhase
  22145. 1602.09 s [haskell-language-server] setupCompileFlags: -package-db=/build/tmp.Ph3OBxCTIc/setup-package.conf.d -threaded
  22146. 1602.13 s [haskell-language-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Ph3OBxCTIc/Main.o )
  22147. 1602.17 s [haskell-language-server] [2 of 2] Linking Setup
  22148. 1603.38 s [haskell-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
  22149. 1603.41 s [haskell-language-server] Phase: configurePhase
  22150. 1603.41 s [haskell-language-server] configureFlags: --verbose --prefix=/nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.Ph3OBxCTIc/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/lib/ghc-9.6.3/lib/haskell-language-server-2.10.0.0 --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --enable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
  22151. 1603.45 s [haskell-language-server] Using Parsec parser
  22152. 1603.45 s [haskell-language-server] Configuring haskell-language-server-2.10.0.0...
  22153. 1604.18 s [haskell-language-server] Flags chosen: alternatenumberformat=True, cabal=True, cabalfmt=True,
  22154. 1604.18 s [haskell-language-server] cabalgild=True, callhierarchy=True, changetypesignature=True, class=True,
  22155. 1604.18 s [haskell-language-server] coderange=True, dynamic=True, eval=True, explicitfields=True,
  22156. 1604.18 s [haskell-language-server] explicitfixity=True, floskell=True, fourmolu=True, gadt=True, ghc-lib=True,
  22157. 1604.18 s [haskell-language-server] hlint=True, ignore-plugins-ghc-bounds=False, importlens=True,
  22158. 1604.18 s [haskell-language-server] isolatecabalfmttests=False, isolatecabalgildtests=False, modulename=True,
  22159. 1604.18 s [haskell-language-server] notes=True, ormolu=True, overloadedrecorddot=True, pedantic=False,
  22160. 1604.18 s [haskell-language-server] pragmas=True, qualifyimportednames=True, refactor=True, rename=True,
  22161. 1604.18 s [haskell-language-server] retrie=True, semantictokens=True, splice=True, stan=True, stylishhaskell=True,
  22162. 1604.18 s [haskell-language-server] test-exe=True
  22163. 1604.18 s [haskell-language-server] Dependency aeson-pretty: using aeson-pretty-0.8.10
  22164. 1604.18 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22165. 1604.18 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  22166. 1604.18 s [haskell-language-server] Dependency directory: using directory-1.3.8.1
  22167. 1604.18 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22168. 1604.18 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22169. 1604.18 s [haskell-language-server] Dependency ghc: using ghc-9.6.3
  22170. 1604.18 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22171. 1604.18 s [haskell-language-server] Dependency githash >=0.1.6.1: using githash-0.1.7.0
  22172. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22173. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22174. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22175. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22176. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22177. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22178. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22179. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22180. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22181. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22182. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22183. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22184. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22185. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22186. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22187. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22188. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22189. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22190. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22191. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22192. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22193. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22194. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22195. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22196. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22197. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22198. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22199. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22200. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22201. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22202. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22203. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22204. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22205. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22206. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22207. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22208. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22209. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22210. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22211. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22212. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22213. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22214. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22215. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22216. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22217. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22218. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22219. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22220. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22221. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22222. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22223. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22224. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22225. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22226. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22227. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22228. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22229. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22230. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22231. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22232. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22233. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22234. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22235. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22236. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22237. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22238. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22239. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22240. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22241. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22242. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22243. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22244. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22245. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22246. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22247. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22248. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22249. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22250. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22251. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22252. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22253. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22254. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22255. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22256. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22257. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22258. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22259. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22260. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22261. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22262. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22263. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22264. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22265. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22266. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22267. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22268. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22269. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22270. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22271. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22272. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22273. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22274. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22275. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22276. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22277. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22278. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22279. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22280. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22281. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22282. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22283. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22284. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22285. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22286. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22287. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22288. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22289. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22290. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22291. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22292. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22293. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22294. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22295. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22296. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22297. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22298. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22299. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22300. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22301. 1604.18 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22302. 1604.18 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22303. 1604.18 s [haskell-language-server] haskell-language-server-2.10.0.0
  22304. 1604.18 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22305. 1604.18 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22306. 1604.18 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22307. 1604.18 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22308. 1604.18 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22309. 1604.18 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22310. 1604.18 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22311. 1604.18 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22312. 1604.18 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22313. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22314. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22315. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22316. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22317. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22318. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22319. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22320. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22321. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22322. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22323. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22324. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22325. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22326. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22327. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22328. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22329. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22330. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22331. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22332. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22333. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22334. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22335. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22336. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22337. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22338. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22339. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22340. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22341. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22342. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22343. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22344. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22345. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22346. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22347. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22348. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22349. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22350. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22351. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22352. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22353. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22354. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22355. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22356. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22357. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22358. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22359. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22360. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22361. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22362. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22363. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22364. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22365. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22366. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22367. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22368. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22369. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22370. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22371. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22372. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22373. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22374. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22375. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22376. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22377. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22378. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22379. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22380. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22381. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22382. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22383. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22384. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22385. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22386. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22387. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22388. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22389. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22390. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22391. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22392. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22393. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22394. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22395. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22396. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22397. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22398. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22399. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22400. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22401. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22402. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22403. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22404. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22405. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22406. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22407. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22408. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22409. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22410. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22411. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22412. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22413. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22414. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22415. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22416. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22417. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22418. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22419. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22420. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22421. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22422. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22423. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22424. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22425. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22426. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22427. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22428. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22429. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22430. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22431. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22432. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22433. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22434. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22435. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22436. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22437. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22438. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22439. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22440. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22441. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22442. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22443. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22444. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22445. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22446. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22447. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22448. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22449. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22450. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22451. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22452. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22453. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22454. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22455. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22456. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22457. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22458. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22459. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22460. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22461. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22462. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22463. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22464. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22465. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22466. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22467. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22468. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22469. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22470. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22471. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22472. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22473. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22474. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22475. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22476. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22477. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22478. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22479. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22480. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22481. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22482. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22483. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22484. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22485. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22486. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22487. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22488. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22489. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22490. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22491. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22492. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22493. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22494. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22495. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22496. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22497. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22498. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22499. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22500. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22501. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22502. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22503. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22504. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22505. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22506. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22507. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22508. 1604.19 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22509. 1604.19 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22510. 1604.19 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22511. 1604.19 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22512. 1604.19 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22513. 1604.19 s [haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
  22514. 1604.19 s [haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
  22515. 1604.19 s [haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
  22516. 1604.19 s [haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
  22517. 1604.19 s [haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
  22518. 1604.19 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22519. 1604.19 s [haskell-language-server] haskell-language-server-2.10.0.0
  22520. 1604.19 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
  22521. 1604.19 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22522. 1604.19 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  22523. 1604.19 s [haskell-language-server] Dependency optparse-simple: using optparse-simple-0.1.1.4
  22524. 1604.19 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  22525. 1604.19 s [haskell-language-server] Dependency process: using process-1.6.17.0
  22526. 1604.19 s [haskell-language-server] Dependency text: using text-2.0.2
  22527. 1604.19 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22528. 1604.19 s [haskell-language-server] Dependency directory: using directory-1.3.8.1
  22529. 1604.19 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22530. 1604.19 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22531. 1604.19 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22532. 1604.19 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22533. 1604.19 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22534. 1604.19 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22535. 1604.19 s [haskell-language-server] Dependency process-extras: using process-extras-0.7.4
  22536. 1604.19 s [haskell-language-server] Dependency text: using text-2.0.2
  22537. 1604.19 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22538. 1604.19 s [haskell-language-server] Dependency directory: using directory-1.3.8.1
  22539. 1604.19 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22540. 1604.19 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22541. 1604.19 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22542. 1604.19 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22543. 1604.19 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22544. 1604.19 s [haskell-language-server] Dependency process-extras: using process-extras-0.7.4
  22545. 1604.19 s [haskell-language-server] Dependency text: using text-2.0.2
  22546. 1604.19 s [haskell-language-server] Dependency Cabal: using Cabal-3.10.3.0
  22547. 1604.19 s [haskell-language-server] Dependency Cabal-syntax >=3.7: using Cabal-syntax-3.10.3.0
  22548. 1604.19 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22549. 1604.19 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22550. 1604.19 s [haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
  22551. 1604.19 s [haskell-language-server] Dependency cabal-add: using cabal-add-0.1
  22552. 1604.19 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22553. 1604.19 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22554. 1604.19 s [haskell-language-server] Dependency directory: using directory-1.3.8.1
  22555. 1604.19 s [haskell-language-server] Dependency extra >=1.7.4: using extra-1.7.16
  22556. 1604.19 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22557. 1604.19 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22558. 1604.19 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  22559. 1604.19 s [haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  22560. 1604.19 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22561. 1604.19 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22562. 1604.19 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  22563. 1604.19 s [haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  22564. 1604.19 s [haskell-language-server] Dependency pretty: using pretty-1.1.3.6
  22565. 1604.19 s [haskell-language-server] Dependency process: using process-1.6.17.0
  22566. 1604.19 s [haskell-language-server] Dependency regex-tdfa >=1.3.1 && <1.4: using regex-tdfa-1.3.2.3
  22567. 1604.19 s [haskell-language-server] Dependency text: using text-2.0.2
  22568. 1604.19 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  22569. 1604.19 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22570. 1604.19 s [haskell-language-server] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
  22571. 1604.19 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22572. 1604.19 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22573. 1604.19 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22574. 1604.19 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22575. 1604.19 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22576. 1604.19 s [haskell-language-server] Dependency ghc: using ghc-9.6.3
  22577. 1604.19 s [haskell-language-server] Dependency ghc-exactprint >=1.5 && <1.13.0.0: using ghc-exactprint-1.7.1.0
  22578. 1604.19 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22579. 1604.19 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  22580. 1604.19 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22581. 1604.19 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22582. 1604.19 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22583. 1604.19 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22584. 1604.19 s [haskell-language-server] Dependency text: using text-2.0.2
  22585. 1604.19 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22586. 1604.19 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22587. 1604.19 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22588. 1604.19 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22589. 1604.19 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22590. 1604.19 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22591. 1604.20 s [haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
  22592. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22593. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22594. 1604.20 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22595. 1604.20 s [haskell-language-server] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  22596. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22597. 1604.20 s [haskell-language-server] Dependency Diff >=0.5 && <0.6: using Diff-0.5
  22598. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22599. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22600. 1604.20 s [haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
  22601. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22602. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22603. 1604.20 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22604. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22605. 1604.20 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22606. 1604.20 s [haskell-language-server] Dependency ghc: using ghc-9.6.3
  22607. 1604.20 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
  22608. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22609. 1604.20 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  22610. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22611. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22612. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22613. 1604.20 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22614. 1604.20 s [haskell-language-server] Dependency megaparsec >=9.0: using megaparsec-9.6.1
  22615. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22616. 1604.20 s [haskell-language-server] Dependency parser-combinators >=1.2: using parser-combinators-1.3.0
  22617. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22618. 1604.20 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  22619. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22620. 1604.20 s [haskell-language-server] Dependency unliftio: using unliftio-0.2.25.1
  22621. 1604.20 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  22622. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22623. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22624. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22625. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22626. 1604.20 s [haskell-language-server] Dependency ghc: using ghc-9.6.3
  22627. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22628. 1604.20 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  22629. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22630. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22631. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22632. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22633. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22634. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22635. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22636. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22637. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22638. 1604.20 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  22639. 1604.20 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  22640. 1604.20 s [haskell-language-server] haskell-language-server-2.10.0.0
  22641. 1604.20 s [haskell-language-server] Dependency hie-compat: using hie-compat-0.3.1.2
  22642. 1604.20 s [haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
  22643. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22644. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22645. 1604.20 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22646. 1604.20 s [haskell-language-server] Dependency mod: using mod-0.2.0.1
  22647. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22648. 1604.20 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22649. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22650. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22651. 1604.20 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  22652. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22653. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22654. 1604.20 s [haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
  22655. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22656. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22657. 1604.20 s [haskell-language-server] Dependency ghc: using ghc-9.6.3
  22658. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22659. 1604.20 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  22660. 1604.20 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  22661. 1604.20 s [haskell-language-server] haskell-language-server-2.10.0.0
  22662. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22663. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22664. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22665. 1604.20 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22666. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22667. 1604.20 s [haskell-language-server] Dependency retrie >=0.1.1.0: using retrie-1.2.3
  22668. 1604.20 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  22669. 1604.20 s [haskell-language-server] Dependency stm: using stm-2.5.1.0
  22670. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22671. 1604.20 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  22672. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22673. 1604.20 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  22674. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22675. 1604.20 s [haskell-language-server] Dependency apply-refact: using apply-refact-0.14.0.0
  22676. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22677. 1604.20 s [haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
  22678. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22679. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22680. 1604.20 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22681. 1604.20 s [haskell-language-server] Dependency ghc-lib-parser: using ghc-lib-parser-9.8.5.20250214
  22682. 1604.20 s [haskell-language-server] Dependency ghc-lib-parser-ex: using ghc-lib-parser-ex-9.8.0.2
  22683. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22684. 1604.20 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  22685. 1604.20 s [haskell-language-server] Dependency hlint >=3.5 && <3.9: using hlint-3.8
  22686. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22687. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22688. 1604.20 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22689. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22690. 1604.20 s [haskell-language-server] Dependency refact: using refact-0.3.0.2
  22691. 1604.20 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
  22692. 1604.20 s [haskell-language-server] Dependency stm: using stm-2.5.1.0
  22693. 1604.20 s [haskell-language-server] Dependency temporary: using temporary-1.3
  22694. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22695. 1604.20 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  22696. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22697. 1604.20 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  22698. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22699. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22700. 1604.20 s [haskell-language-server] Dependency directory: using directory-1.3.8.1
  22701. 1604.20 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  22702. 1604.20 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  22703. 1604.20 s [haskell-language-server] Dependency hie-compat: using hie-compat-0.3.1.2
  22704. 1604.20 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  22705. 1604.20 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22706. 1604.20 s [haskell-language-server] Dependency stan >=0.1.2.0: using stan-0.2.0.0
  22707. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22708. 1604.20 s [haskell-language-server] Dependency trial: using trial-0.0.0.0
  22709. 1604.20 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  22710. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22711. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22712. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22713. 1604.20 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22714. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22715. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22716. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22717. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22718. 1604.20 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  22719. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22720. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22721. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22722. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22723. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22724. 1604.20 s [haskell-language-server] Dependency fuzzy: using fuzzy-0.1.1.0
  22725. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22726. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22727. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22728. 1604.20 s [haskell-language-server] Dependency lens-aeson: using lens-aeson-1.2.3
  22729. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22730. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22731. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22732. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22733. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22734. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22735. 1604.20 s [haskell-language-server] Dependency foldl: using foldl-1.4.18
  22736. 1604.20 s [haskell-language-server] Dependency ghc: using ghc-9.6.3
  22737. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22738. 1604.20 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  22739. 1604.20 s [haskell-language-server] haskell-language-server-2.10.0.0
  22740. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22741. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22742. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22743. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22744. 1604.20 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22745. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22746. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22747. 1604.20 s [haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
  22748. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22749. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22750. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22751. 1604.20 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
  22752. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22753. 1604.20 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  22754. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22755. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22756. 1604.20 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  22757. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22758. 1604.20 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
  22759. 1604.20 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22760. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22761. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22762. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22763. 1604.20 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22764. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22765. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22766. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22767. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22768. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22769. 1604.20 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  22770. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22771. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22772. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22773. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22774. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22775. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22776. 1604.20 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  22777. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22778. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22779. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22780. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22781. 1604.20 s [haskell-language-server] Dependency semigroupoids: using semigroupoids-6.0.1
  22782. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22783. 1604.20 s [haskell-language-server] Dependency vector: using vector-0.13.2.0
  22784. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22785. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22786. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22787. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22788. 1604.20 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22789. 1604.20 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
  22790. 1604.20 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22791. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22792. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22793. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22794. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22795. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22796. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22797. 1604.20 s [haskell-language-server] Dependency ghc: using ghc-9.6.3
  22798. 1604.20 s [haskell-language-server] Dependency ghc-exactprint: using ghc-exactprint-1.7.1.0
  22799. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22800. 1604.20 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  22801. 1604.20 s [haskell-language-server] haskell-language-server-2.10.0.0
  22802. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22803. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22804. 1604.20 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22805. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22806. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22807. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22808. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22809. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22810. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22811. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22812. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22813. 1604.20 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  22814. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22815. 1604.20 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22816. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22817. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22818. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22819. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22820. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22821. 1604.20 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  22822. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22823. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22824. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22825. 1604.20 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22826. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22827. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22828. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22829. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22830. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22831. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22832. 1604.20 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  22833. 1604.20 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  22834. 1604.20 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  22835. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22836. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22837. 1604.20 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22838. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22839. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22840. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22841. 1604.20 s [haskell-language-server] Dependency floskell >=0.11.0 && <0.12: using floskell-0.11.1
  22842. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22843. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22844. 1604.20 s [haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  22845. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22846. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22847. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22848. 1604.20 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22849. 1604.20 s [haskell-language-server] Dependency fourmolu >=0.14 && <0.17: using fourmolu-0.15.0.0
  22850. 1604.20 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
  22851. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22852. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22853. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22854. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22855. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22856. 1604.20 s [haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
  22857. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22858. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22859. 1604.20 s [haskell-language-server] Dependency yaml: using yaml-0.11.11.2
  22860. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22861. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22862. 1604.20 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22863. 1604.20 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
  22864. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22865. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22866. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22867. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22868. 1604.20 s [haskell-language-server] Dependency ormolu >=0.1.2 && <0.4 || >=0.5 && <0.8: using ormolu-0.7.4.0
  22869. 1604.20 s [haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
  22870. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22871. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22872. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22873. 1604.20 s [haskell-language-server] Dependency directory: using directory-1.3.8.1
  22874. 1604.20 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22875. 1604.20 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
  22876. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22877. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22878. 1604.20 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22879. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22880. 1604.20 s [haskell-language-server] Dependency stylish-haskell >=0.12 && <0.15: using stylish-haskell-0.14.6.0
  22881. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22882. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22883. 1604.20 s [haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
  22884. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22885. 1604.20 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  22886. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22887. 1604.20 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22888. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22889. 1604.20 s [haskell-language-server] Dependency ghc: using ghc-9.6.3
  22890. 1604.20 s [haskell-language-server] Dependency ghc-boot: using ghc-boot-9.6.3
  22891. 1604.20 s [haskell-language-server] Dependency ghc-exactprint <1 || >=1.4: using ghc-exactprint-1.7.1.0
  22892. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22893. 1604.20 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  22894. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22895. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22896. 1604.20 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22897. 1604.20 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22898. 1604.20 s [haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
  22899. 1604.20 s [haskell-language-server] Dependency regex-applicative: using regex-applicative-0.3.4
  22900. 1604.20 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
  22901. 1604.20 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22902. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22903. 1604.20 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  22904. 1604.20 s [haskell-language-server] Dependency time: using time-1.12.2
  22905. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22906. 1604.20 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  22907. 1604.20 s [haskell-language-server] Dependency array: using array-0.5.5.0
  22908. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22909. 1604.20 s [haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
  22910. 1604.20 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22911. 1604.20 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  22912. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22913. 1604.20 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22914. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22915. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22916. 1604.20 s [haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  22917. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22918. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22919. 1604.20 s [haskell-language-server] Dependency lsp >=2.6: using lsp-2.7.0.1
  22920. 1604.20 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  22921. 1604.20 s [haskell-language-server] Dependency stm: using stm-2.5.1.0
  22922. 1604.20 s [haskell-language-server] Dependency stm-containers: using stm-containers-1.2.1.1
  22923. 1604.20 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22924. 1604.20 s [haskell-language-server] Dependency template-haskell: using template-haskell-2.20.0.0
  22925. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22926. 1604.20 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  22927. 1604.20 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22928. 1604.20 s [haskell-language-server] Dependency array: using array-0.5.5.0
  22929. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22930. 1604.20 s [haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
  22931. 1604.20 s [haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
  22932. 1604.20 s [haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
  22933. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22934. 1604.20 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22935. 1604.20 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  22936. 1604.20 s [haskell-language-server] Dependency regex-tdfa >=1.3.1: using regex-tdfa-1.3.2.3
  22937. 1604.20 s [haskell-language-server] Dependency text: using text-2.0.2
  22938. 1604.20 s [haskell-language-server] Dependency text-rope: using text-rope-0.2
  22939. 1604.20 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
  22940. 1604.20 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22941. 1604.20 s [haskell-language-server] Dependency async: using async-2.2.5
  22942. 1604.20 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22943. 1604.20 s [haskell-language-server] Dependency binary: using binary-0.8.9.1
  22944. 1604.20 s [haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
  22945. 1604.20 s [haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
  22946. 1604.20 s [haskell-language-server] Dependency directory: using directory-1.3.8.1
  22947. 1604.20 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22948. 1604.20 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22949. 1604.20 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  22950. 1604.20 s [haskell-language-server] Dependency hashable: using hashable-1.4.7.0
  22951. 1604.20 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
  22952. 1604.20 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22953. 1604.20 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  22954. 1604.20 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22955. 1604.21 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  22956. 1604.21 s [haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
  22957. 1604.21 s [haskell-language-server] Dependency process: using process-1.6.17.0
  22958. 1604.21 s [haskell-language-server] Dependency row-types: using row-types-1.0.1.2
  22959. 1604.21 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  22960. 1604.21 s [haskell-language-server] Dependency shake: using shake-0.19.8
  22961. 1604.21 s [haskell-language-server] Dependency text: using text-2.0.2
  22962. 1604.21 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22963. 1604.21 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
  22964. 1604.21 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  22965. 1604.21 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22966. 1604.21 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  22967. 1604.21 s [haskell-language-server] Dependency text: using text-2.0.2
  22968. 1604.21 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22969. 1604.21 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22970. 1604.21 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  22971. 1604.21 s [haskell-language-server] Dependency directory: using directory-1.3.8.1
  22972. 1604.21 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22973. 1604.21 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22974. 1604.21 s [haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
  22975. 1604.21 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
  22976. 1604.21 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
  22977. 1604.21 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  22978. 1604.21 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22979. 1604.21 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22980. 1604.21 s [haskell-language-server] Dependency text: using text-2.0.2
  22981. 1604.21 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.0
  22982. 1604.21 s [haskell-language-server] Dependency unix: using unix-2.8.1.0
  22983. 1604.21 s [haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
  22984. 1604.21 s [haskell-language-server] Dependency base >=4 && <5: using base-4.18.1.0
  22985. 1604.21 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22986. 1604.21 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
  22987. 1604.21 s [haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
  22988. 1604.21 s [haskell-language-server] Dependency containers: using containers-0.6.7
  22989. 1604.21 s [haskell-language-server] Dependency data-default: using data-default-0.7.1.3
  22990. 1604.21 s [haskell-language-server] Dependency extra: using extra-1.7.16
  22991. 1604.21 s [haskell-language-server] Dependency filepath: using filepath-1.4.100.4
  22992. 1604.21 s [haskell-language-server] Dependency haskell-language-server:ghcide-bench-lib: using
  22993. 1604.21 s [haskell-language-server] haskell-language-server-2.10.0.0
  22994. 1604.21 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
  22995. 1604.21 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
  22996. 1604.21 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
  22997. 1604.21 s [haskell-language-server] Dependency lens: using lens-5.3.4
  22998. 1604.21 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  22999. 1604.21 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  23000. 1604.21 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  23001. 1604.21 s [haskell-language-server] Dependency process: using process-1.6.17.0
  23002. 1604.21 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  23003. 1604.21 s [haskell-language-server] Dependency shake: using shake-0.19.8
  23004. 1604.21 s [haskell-language-server] Dependency tasty-hunit >=0.10: using tasty-hunit-0.10.2
  23005. 1604.21 s [haskell-language-server] Dependency text: using text-2.0.2
  23006. 1604.49 s [haskell-language-server] Source component graph:
  23007. 1604.49 s [haskell-language-server] component exe:ghcide-test-preprocessor
  23008. 1604.49 s [haskell-language-server] component lib:hls-stylish-haskell-plugin
  23009. 1604.49 s [haskell-language-server] component lib:hls-stan-plugin
  23010. 1604.49 s [haskell-language-server] component lib:hls-semantic-tokens-plugin
  23011. 1604.49 s [haskell-language-server] component lib:hls-refactor-plugin
  23012. 1604.49 s [haskell-language-server] component lib:hls-rename-plugin dependency lib:hls-refactor-plugin
  23013. 1604.49 s [haskell-language-server] component lib:hls-retrie-plugin dependency lib:hls-refactor-plugin
  23014. 1604.49 s [haskell-language-server] component lib:hls-splice-plugin dependency lib:hls-refactor-plugin
  23015. 1604.49 s [haskell-language-server] component lib:hls-qualify-imported-names-plugin
  23016. 1604.49 s [haskell-language-server] component lib:hls-pragmas-plugin
  23017. 1604.49 s [haskell-language-server] component lib:hls-overloaded-record-dot-plugin
  23018. 1604.49 s [haskell-language-server] component lib:hls-ormolu-plugin
  23019. 1604.49 s [haskell-language-server] component lib:hls-notes-plugin
  23020. 1604.49 s [haskell-language-server] component lib:hls-module-name-plugin
  23021. 1604.49 s [haskell-language-server] component lib:hls-hlint-plugin
  23022. 1604.49 s [haskell-language-server] component lib:hls-gadt-plugin dependency lib:hls-refactor-plugin
  23023. 1604.49 s [haskell-language-server] component lib:hls-fourmolu-plugin
  23024. 1604.49 s [haskell-language-server] component lib:hls-floskell-plugin
  23025. 1604.49 s [haskell-language-server] component lib:hls-explicit-record-fields-plugin
  23026. 1604.49 s [haskell-language-server] component lib:hls-explicit-imports-plugin
  23027. 1604.49 s [haskell-language-server] component lib:hls-explicit-fixity-plugin
  23028. 1604.49 s [haskell-language-server] component lib:hls-eval-plugin
  23029. 1604.49 s [haskell-language-server] component lib:hls-code-range-plugin
  23030. 1604.49 s [haskell-language-server] component lib:hls-class-plugin
  23031. 1604.49 s [haskell-language-server] component lib:hls-change-type-signature-plugin
  23032. 1604.49 s [haskell-language-server] component lib:hls-call-hierarchy-plugin
  23033. 1604.49 s [haskell-language-server] component lib:hls-cabal-plugin
  23034. 1604.49 s [haskell-language-server] component lib:hls-cabal-gild-plugin
  23035. 1604.49 s [haskell-language-server] component lib:hls-cabal-fmt-plugin
  23036. 1604.49 s [haskell-language-server] component lib:hls-alternate-number-format-plugin
  23037. 1604.49 s [haskell-language-server] component lib:ghcide-bench-lib
  23038. 1604.49 s [haskell-language-server] component exe:ghcide-bench dependency lib:ghcide-bench-lib
  23039. 1604.49 s [haskell-language-server] component lib
  23040. 1604.49 s [haskell-language-server] dependency lib:hls-alternate-number-format-plugin
  23041. 1604.49 s [haskell-language-server] dependency lib:hls-cabal-fmt-plugin
  23042. 1604.49 s [haskell-language-server] dependency lib:hls-cabal-gild-plugin
  23043. 1604.49 s [haskell-language-server] dependency lib:hls-cabal-plugin
  23044. 1604.49 s [haskell-language-server] dependency lib:hls-call-hierarchy-plugin
  23045. 1604.49 s [haskell-language-server] dependency lib:hls-change-type-signature-plugin
  23046. 1604.49 s [haskell-language-server] dependency lib:hls-class-plugin
  23047. 1604.49 s [haskell-language-server] dependency lib:hls-code-range-plugin
  23048. 1604.49 s [haskell-language-server] dependency lib:hls-eval-plugin
  23049. 1604.49 s [haskell-language-server] dependency lib:hls-explicit-fixity-plugin
  23050. 1604.49 s [haskell-language-server] dependency lib:hls-explicit-imports-plugin
  23051. 1604.49 s [haskell-language-server] dependency lib:hls-explicit-record-fields-plugin
  23052. 1604.49 s [haskell-language-server] dependency lib:hls-floskell-plugin
  23053. 1604.49 s [haskell-language-server] dependency lib:hls-fourmolu-plugin
  23054. 1604.49 s [haskell-language-server] dependency lib:hls-gadt-plugin
  23055. 1604.49 s [haskell-language-server] dependency lib:hls-hlint-plugin
  23056. 1604.49 s [haskell-language-server] dependency lib:hls-module-name-plugin
  23057. 1604.49 s [haskell-language-server] dependency lib:hls-notes-plugin
  23058. 1604.49 s [haskell-language-server] dependency lib:hls-ormolu-plugin
  23059. 1604.49 s [haskell-language-server] dependency lib:hls-overloaded-record-dot-plugin
  23060. 1604.49 s [haskell-language-server] dependency lib:hls-pragmas-plugin
  23061. 1604.49 s [haskell-language-server] dependency lib:hls-qualify-imported-names-plugin
  23062. 1604.49 s [haskell-language-server] dependency lib:hls-refactor-plugin
  23063. 1604.49 s [haskell-language-server] dependency lib:hls-rename-plugin
  23064. 1604.49 s [haskell-language-server] dependency lib:hls-retrie-plugin
  23065. 1604.49 s [haskell-language-server] dependency lib:hls-semantic-tokens-plugin
  23066. 1604.49 s [haskell-language-server] dependency lib:hls-splice-plugin
  23067. 1604.49 s [haskell-language-server] dependency lib:hls-stan-plugin
  23068. 1604.49 s [haskell-language-server] dependency lib:hls-stylish-haskell-plugin
  23069. 1604.49 s [haskell-language-server] component exe:haskell-language-server dependency lib
  23070. 1604.49 s [haskell-language-server] component exe:haskell-language-server-wrapper dependency lib
  23071. 1604.49 s [haskell-language-server] Configured component graph:
  23072. 1604.49 s [haskell-language-server] component haskell-language-server-2.10.0.0-KbDineRnemF2R07hOhso3P-ghcide-test-preprocessor
  23073. 1604.49 s [haskell-language-server] include base-4.18.1.0
  23074. 1604.49 s [haskell-language-server] component haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
  23075. 1604.49 s [haskell-language-server] include base-4.18.1.0
  23076. 1604.49 s [haskell-language-server] include directory-1.3.8.1
  23077. 1604.49 s [haskell-language-server] include filepath-1.4.100.4
  23078. 1604.49 s [haskell-language-server] include ghc-boot-th-9.6.3
  23079. 1604.49 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23080. 1604.49 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23081. 1604.49 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23082. 1604.49 s [haskell-language-server] include mtl-2.3.1
  23083. 1604.49 s [haskell-language-server] include stylish-haskell-0.14.6.0-G7TXHySOsLa5RJZnZOJ4HC
  23084. 1604.49 s [haskell-language-server] include text-2.0.2
  23085. 1604.49 s [haskell-language-server] component haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
  23086. 1604.49 s [haskell-language-server] include base-4.18.1.0
  23087. 1604.49 s [haskell-language-server] include deepseq-1.4.8.1
  23088. 1604.49 s [haskell-language-server] include directory-1.3.8.1
  23089. 1604.49 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23090. 1604.49 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23091. 1604.49 s [haskell-language-server] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
  23092. 1604.49 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23093. 1604.49 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23094. 1604.49 s [haskell-language-server] include stan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t
  23095. 1604.49 s [haskell-language-server] include text-2.0.2
  23096. 1604.49 s [haskell-language-server] include trial-0.0.0.0-Jrl8O9OhRv71S0IkWeGbAX
  23097. 1604.49 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23098. 1604.49 s [haskell-language-server] component haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
  23099. 1604.49 s [haskell-language-server] include array-0.5.5.0
  23100. 1604.49 s [haskell-language-server] include base-4.18.1.0
  23101. 1604.49 s [haskell-language-server] include bytestring-0.11.5.2
  23102. 1604.49 s [haskell-language-server] include containers-0.6.7
  23103. 1604.49 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  23104. 1604.49 s [haskell-language-server] include deepseq-1.4.8.1
  23105. 1604.49 s [haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  23106. 1604.49 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23107. 1604.49 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23108. 1604.49 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23109. 1604.49 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23110. 1604.49 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23111. 1604.49 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23112. 1604.49 s [haskell-language-server] include mtl-2.3.1
  23113. 1604.49 s [haskell-language-server] include stm-2.5.1.0
  23114. 1604.49 s [haskell-language-server] include stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
  23115. 1604.49 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23116. 1604.49 s [haskell-language-server] include template-haskell-2.20.0.0
  23117. 1604.49 s [haskell-language-server] include text-2.0.2
  23118. 1604.49 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23119. 1604.49 s [haskell-language-server] include transformers-0.6.1.0
  23120. 1604.49 s [haskell-language-server] component haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23121. 1604.49 s [haskell-language-server] include base-4.18.1.0
  23122. 1604.49 s [haskell-language-server] include bytestring-0.11.5.2
  23123. 1604.49 s [haskell-language-server] include containers-0.6.7
  23124. 1604.49 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  23125. 1604.49 s [haskell-language-server] include deepseq-1.4.8.1
  23126. 1604.49 s [haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  23127. 1604.49 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23128. 1604.49 s [haskell-language-server] include ghc-9.6.3
  23129. 1604.49 s [haskell-language-server] include ghc-boot-9.6.3
  23130. 1604.49 s [haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  23131. 1604.49 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23132. 1604.49 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23133. 1604.49 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23134. 1604.49 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23135. 1604.49 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23136. 1604.49 s [haskell-language-server] include mtl-2.3.1
  23137. 1604.49 s [haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  23138. 1604.49 s [haskell-language-server] include regex-applicative-0.3.4-5o6c6r02bvDI9ITp9xHLOx
  23139. 1604.49 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  23140. 1604.49 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23141. 1604.49 s [haskell-language-server] include text-2.0.2
  23142. 1604.49 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23143. 1604.49 s [haskell-language-server] include time-1.12.2
  23144. 1604.49 s [haskell-language-server] include transformers-0.6.1.0
  23145. 1604.49 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23146. 1604.49 s [haskell-language-server] component haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
  23147. 1604.49 s [haskell-language-server] include base-4.18.1.0
  23148. 1604.49 s [haskell-language-server] include containers-0.6.7
  23149. 1604.49 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23150. 1604.49 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23151. 1604.49 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23152. 1604.49 s [haskell-language-server] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
  23153. 1604.49 s [haskell-language-server] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  23154. 1604.49 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23155. 1604.49 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23156. 1604.49 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23157. 1604.49 s [haskell-language-server] include mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
  23158. 1604.49 s [haskell-language-server] include mtl-2.3.1
  23159. 1604.49 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23160. 1604.49 s [haskell-language-server] include text-2.0.2
  23161. 1604.49 s [haskell-language-server] include transformers-0.6.1.0
  23162. 1604.49 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23163. 1604.49 s [haskell-language-server] component haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
  23164. 1604.49 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23165. 1604.49 s [haskell-language-server] include base-4.18.1.0
  23166. 1604.49 s [haskell-language-server] include bytestring-0.11.5.2
  23167. 1604.49 s [haskell-language-server] include containers-0.6.7
  23168. 1604.49 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23169. 1604.49 s [haskell-language-server] include ghc-9.6.3
  23170. 1604.49 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23171. 1604.49 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23172. 1604.49 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23173. 1604.49 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23174. 1604.49 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23175. 1604.49 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23176. 1604.50 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23177. 1604.50 s [haskell-language-server] include mtl-2.3.1
  23178. 1604.50 s [haskell-language-server] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  23179. 1604.50 s [haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  23180. 1604.50 s [haskell-language-server] include stm-2.5.1.0
  23181. 1604.50 s [haskell-language-server] include text-2.0.2
  23182. 1604.50 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23183. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23184. 1604.50 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23185. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
  23186. 1604.50 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23187. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23188. 1604.50 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23189. 1604.50 s [haskell-language-server] include foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
  23190. 1604.50 s [haskell-language-server] include ghc-9.6.3
  23191. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23192. 1604.50 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23193. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23194. 1604.50 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23195. 1604.50 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23196. 1604.50 s [haskell-language-server] include mtl-2.3.1
  23197. 1604.50 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23198. 1604.50 s [haskell-language-server] include text-2.0.2
  23199. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23200. 1604.50 s [haskell-language-server] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  23201. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
  23202. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23203. 1604.50 s [haskell-language-server] include containers-0.6.7
  23204. 1604.50 s [haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  23205. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23206. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23207. 1604.50 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23208. 1604.50 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23209. 1604.50 s [haskell-language-server] include text-2.0.2
  23210. 1604.50 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23211. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23212. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
  23213. 1604.50 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23214. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23215. 1604.50 s [haskell-language-server] include containers-0.6.7
  23216. 1604.50 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23217. 1604.50 s [haskell-language-server] include fuzzy-0.1.1.0-GsrBkx81Q9S3SG17mDM9Fm
  23218. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23219. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23220. 1604.50 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23221. 1604.50 s [haskell-language-server] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  23222. 1604.50 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23223. 1604.50 s [haskell-language-server] include text-2.0.2
  23224. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23225. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
  23226. 1604.50 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23227. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23228. 1604.50 s [haskell-language-server] include containers-0.6.7
  23229. 1604.50 s [haskell-language-server] include deepseq-1.4.8.1
  23230. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23231. 1604.50 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23232. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23233. 1604.50 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23234. 1604.50 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23235. 1604.50 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23236. 1604.50 s [haskell-language-server] include text-2.0.2
  23237. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23238. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
  23239. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23240. 1604.50 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23241. 1604.50 s [haskell-language-server] include filepath-1.4.100.4
  23242. 1604.50 s [haskell-language-server] include ghc-boot-th-9.6.3
  23243. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23244. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23245. 1604.50 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23246. 1604.50 s [haskell-language-server] include mtl-2.3.1
  23247. 1604.50 s [haskell-language-server] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  23248. 1604.50 s [haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  23249. 1604.50 s [haskell-language-server] include text-2.0.2
  23250. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23251. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
  23252. 1604.50 s [haskell-language-server] include array-0.5.5.0
  23253. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23254. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23255. 1604.50 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23256. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23257. 1604.50 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23258. 1604.50 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23259. 1604.50 s [haskell-language-server] include mtl-2.3.1
  23260. 1604.50 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  23261. 1604.50 s [haskell-language-server] include text-2.0.2
  23262. 1604.50 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23263. 1604.50 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23264. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
  23265. 1604.50 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23266. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23267. 1604.50 s [haskell-language-server] include containers-0.6.7
  23268. 1604.50 s [haskell-language-server] include filepath-1.4.100.4
  23269. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23270. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23271. 1604.50 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23272. 1604.50 s [haskell-language-server] include text-2.0.2
  23273. 1604.50 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23274. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23275. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
  23276. 1604.50 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23277. 1604.50 s [haskell-language-server] include apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
  23278. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23279. 1604.50 s [haskell-language-server] include bytestring-0.11.5.2
  23280. 1604.50 s [haskell-language-server] include containers-0.6.7
  23281. 1604.50 s [haskell-language-server] include deepseq-1.4.8.1
  23282. 1604.50 s [haskell-language-server] include filepath-1.4.100.4
  23283. 1604.50 s [haskell-language-server] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  23284. 1604.50 s [haskell-language-server] include ghc-lib-parser-ex-9.8.0.2-sKLRahtPzV7gHRB8ymalo
  23285. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23286. 1604.50 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23287. 1604.50 s [haskell-language-server] include hlint-3.8-3MdyZGd7sMY5hCUvPIbSyY
  23288. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23289. 1604.50 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23290. 1604.50 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23291. 1604.50 s [haskell-language-server] include mtl-2.3.1
  23292. 1604.50 s [haskell-language-server] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  23293. 1604.50 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  23294. 1604.50 s [haskell-language-server] include stm-2.5.1.0
  23295. 1604.50 s [haskell-language-server] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  23296. 1604.50 s [haskell-language-server] include text-2.0.2
  23297. 1604.50 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23298. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23299. 1604.50 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23300. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
  23301. 1604.50 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23302. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23303. 1604.50 s [haskell-language-server] include containers-0.6.7
  23304. 1604.50 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23305. 1604.50 s [haskell-language-server] include ghc-9.6.3
  23306. 1604.50 s [haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  23307. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23308. 1604.50 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23309. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23310. 1604.50 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23311. 1604.50 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23312. 1604.50 s [haskell-language-server] include mtl-2.3.1
  23313. 1604.50 s [haskell-language-server] include text-2.0.2
  23314. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23315. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
  23316. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23317. 1604.50 s [haskell-language-server] include filepath-1.4.100.4
  23318. 1604.50 s [haskell-language-server] include fourmolu-0.15.0.0-LPeURmSga2iJDVBWFyCggN
  23319. 1604.50 s [haskell-language-server] include ghc-boot-th-9.6.3
  23320. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23321. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23322. 1604.50 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23323. 1604.50 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23324. 1604.50 s [haskell-language-server] include mtl-2.3.1
  23325. 1604.50 s [haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  23326. 1604.50 s [haskell-language-server] include text-2.0.2
  23327. 1604.50 s [haskell-language-server] include transformers-0.6.1.0
  23328. 1604.50 s [haskell-language-server] include yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i
  23329. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
  23330. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23331. 1604.50 s [haskell-language-server] include floskell-0.11.1-6RovlODdkqLLE0FQ0E08oR
  23332. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23333. 1604.50 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23334. 1604.50 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23335. 1604.50 s [haskell-language-server] include mtl-2.3.1
  23336. 1604.50 s [haskell-language-server] include text-2.0.2
  23337. 1604.50 s [haskell-language-server] component haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
  23338. 1604.50 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23339. 1604.50 s [haskell-language-server] include base-4.18.1.0
  23340. 1604.50 s [haskell-language-server] include containers-0.6.7
  23341. 1604.50 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23342. 1604.50 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23343. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23344. 1604.51 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23345. 1604.51 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23346. 1604.51 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23347. 1604.51 s [haskell-language-server] include text-2.0.2
  23348. 1604.51 s [haskell-language-server] include transformers-0.6.1.0
  23349. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
  23350. 1604.51 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23351. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23352. 1604.51 s [haskell-language-server] include containers-0.6.7
  23353. 1604.51 s [haskell-language-server] include deepseq-1.4.8.1
  23354. 1604.51 s [haskell-language-server] include ghc-9.6.3
  23355. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23356. 1604.51 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23357. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23358. 1604.51 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23359. 1604.51 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23360. 1604.51 s [haskell-language-server] include mtl-2.3.1
  23361. 1604.51 s [haskell-language-server] include text-2.0.2
  23362. 1604.51 s [haskell-language-server] include transformers-0.6.1.0
  23363. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
  23364. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23365. 1604.51 s [haskell-language-server] include containers-0.6.7
  23366. 1604.51 s [haskell-language-server] include deepseq-1.4.8.1
  23367. 1604.51 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23368. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23369. 1604.51 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23370. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23371. 1604.51 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23372. 1604.51 s [haskell-language-server] include text-2.0.2
  23373. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
  23374. 1604.51 s [haskell-language-server] include Diff-0.5-GZY542scVfnxhSieg1s29
  23375. 1604.51 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23376. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23377. 1604.51 s [haskell-language-server] include bytestring-0.11.5.2
  23378. 1604.51 s [haskell-language-server] include containers-0.6.7
  23379. 1604.51 s [haskell-language-server] include deepseq-1.4.8.1
  23380. 1604.51 s [haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  23381. 1604.51 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23382. 1604.51 s [haskell-language-server] include filepath-1.4.100.4
  23383. 1604.51 s [haskell-language-server] include ghc-9.6.3
  23384. 1604.51 s [haskell-language-server] include ghc-boot-th-9.6.3
  23385. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23386. 1604.51 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23387. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23388. 1604.51 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23389. 1604.51 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23390. 1604.51 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23391. 1604.51 s [haskell-language-server] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  23392. 1604.51 s [haskell-language-server] include mtl-2.3.1
  23393. 1604.51 s [haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  23394. 1604.51 s [haskell-language-server] include text-2.0.2
  23395. 1604.51 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23396. 1604.51 s [haskell-language-server] include transformers-0.6.1.0
  23397. 1604.51 s [haskell-language-server] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  23398. 1604.51 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23399. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
  23400. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23401. 1604.51 s [haskell-language-server] include containers-0.6.7
  23402. 1604.51 s [haskell-language-server] include deepseq-1.4.8.1
  23403. 1604.51 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23404. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23405. 1604.51 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23406. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23407. 1604.51 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23408. 1604.51 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23409. 1604.51 s [haskell-language-server] include mtl-2.3.1
  23410. 1604.51 s [haskell-language-server] include semigroupoids-6.0.1-1W2tGRcCKBULFl2sTeAMQR
  23411. 1604.51 s [haskell-language-server] include transformers-0.6.1.0
  23412. 1604.51 s [haskell-language-server] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
  23413. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
  23414. 1604.51 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23415. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23416. 1604.51 s [haskell-language-server] include containers-0.6.7
  23417. 1604.51 s [haskell-language-server] include deepseq-1.4.8.1
  23418. 1604.51 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23419. 1604.51 s [haskell-language-server] include ghc-9.6.3
  23420. 1604.51 s [haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  23421. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23422. 1604.51 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23423. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23424. 1604.51 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23425. 1604.51 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23426. 1604.51 s [haskell-language-server] include mtl-2.3.1
  23427. 1604.51 s [haskell-language-server] include text-2.0.2
  23428. 1604.51 s [haskell-language-server] include transformers-0.6.1.0
  23429. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
  23430. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23431. 1604.51 s [haskell-language-server] include containers-0.6.7
  23432. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23433. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23434. 1604.51 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23435. 1604.51 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  23436. 1604.51 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23437. 1604.51 s [haskell-language-server] include text-2.0.2
  23438. 1604.51 s [haskell-language-server] include transformers-0.6.1.0
  23439. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
  23440. 1604.51 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23441. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23442. 1604.51 s [haskell-language-server] include containers-0.6.7
  23443. 1604.51 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23444. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23445. 1604.51 s [haskell-language-server] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  23446. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23447. 1604.51 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23448. 1604.51 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23449. 1604.51 s [haskell-language-server] include sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
  23450. 1604.51 s [haskell-language-server] include text-2.0.2
  23451. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
  23452. 1604.51 s [haskell-language-server] include Cabal-3.10.3.0-92yU0X1Rd6yCTRQW3qAZB3
  23453. 1604.51 s [haskell-language-server] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  23454. 1604.51 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23455. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23456. 1604.51 s [haskell-language-server] include bytestring-0.11.5.2
  23457. 1604.51 s [haskell-language-server] include cabal-add-0.1-FyY6XpjJ0aZsg5kAWcyaR
  23458. 1604.51 s [haskell-language-server] include containers-0.6.7
  23459. 1604.51 s [haskell-language-server] include deepseq-1.4.8.1
  23460. 1604.51 s [haskell-language-server] include directory-1.3.8.1
  23461. 1604.51 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23462. 1604.51 s [haskell-language-server] include filepath-1.4.100.4
  23463. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23464. 1604.51 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23465. 1604.51 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23466. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23467. 1604.51 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23468. 1604.51 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23469. 1604.51 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23470. 1604.51 s [haskell-language-server] include pretty-1.1.3.6
  23471. 1604.51 s [haskell-language-server] include process-1.6.17.0
  23472. 1604.51 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  23473. 1604.51 s [haskell-language-server] include text-2.0.2
  23474. 1604.51 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23475. 1604.51 s [haskell-language-server] include transformers-0.6.1.0
  23476. 1604.51 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23477. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
  23478. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23479. 1604.51 s [haskell-language-server] include directory-1.3.8.1
  23480. 1604.51 s [haskell-language-server] include filepath-1.4.100.4
  23481. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23482. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23483. 1604.51 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23484. 1604.51 s [haskell-language-server] include mtl-2.3.1
  23485. 1604.51 s [haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  23486. 1604.51 s [haskell-language-server] include text-2.0.2
  23487. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
  23488. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23489. 1604.51 s [haskell-language-server] include directory-1.3.8.1
  23490. 1604.51 s [haskell-language-server] include filepath-1.4.100.4
  23491. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23492. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23493. 1604.51 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23494. 1604.51 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23495. 1604.51 s [haskell-language-server] include mtl-2.3.1
  23496. 1604.51 s [haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  23497. 1604.51 s [haskell-language-server] include text-2.0.2
  23498. 1604.51 s [haskell-language-server] component haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
  23499. 1604.51 s [haskell-language-server] include base-4.18.1.0
  23500. 1604.51 s [haskell-language-server] include containers-0.6.7
  23501. 1604.51 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23502. 1604.51 s [haskell-language-server] include ghc-boot-th-9.6.3
  23503. 1604.51 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23504. 1604.51 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23505. 1604.51 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23506. 1604.51 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23507. 1604.51 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23508. 1604.51 s [haskell-language-server] include mtl-2.3.1
  23509. 1604.51 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  23510. 1604.51 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23511. 1604.51 s [haskell-language-server] include text-2.0.2
  23512. 1604.52 s [haskell-language-server] component haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
  23513. 1604.52 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23514. 1604.52 s [haskell-language-server] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  23515. 1604.52 s [haskell-language-server] include base-4.18.1.0
  23516. 1604.52 s [haskell-language-server] include binary-0.8.9.1
  23517. 1604.52 s [haskell-language-server] include bytestring-0.11.5.2
  23518. 1604.52 s [haskell-language-server] include deepseq-1.4.8.1
  23519. 1604.52 s [haskell-language-server] include directory-1.3.8.1
  23520. 1604.52 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23521. 1604.52 s [haskell-language-server] include filepath-1.4.100.4
  23522. 1604.52 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23523. 1604.52 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23524. 1604.52 s [haskell-language-server] include hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  23525. 1604.52 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23526. 1604.52 s [haskell-language-server] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  23527. 1604.52 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23528. 1604.52 s [haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  23529. 1604.52 s [haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  23530. 1604.52 s [haskell-language-server] include process-1.6.17.0
  23531. 1604.52 s [haskell-language-server] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  23532. 1604.52 s [haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  23533. 1604.52 s [haskell-language-server] include shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
  23534. 1604.52 s [haskell-language-server] include text-2.0.2
  23535. 1604.52 s [haskell-language-server] component haskell-language-server-2.10.0.0-AT07YWfhsNeH6kRRYTRN4y-ghcide-bench
  23536. 1604.52 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23537. 1604.52 s [haskell-language-server] include base-4.18.1.0
  23538. 1604.52 s [haskell-language-server] include bytestring-0.11.5.2
  23539. 1604.52 s [haskell-language-server] include containers-0.6.7
  23540. 1604.52 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  23541. 1604.52 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23542. 1604.52 s [haskell-language-server] include filepath-1.4.100.4
  23543. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
  23544. 1604.52 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23545. 1604.52 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23546. 1604.52 s [haskell-language-server] include hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  23547. 1604.52 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23548. 1604.52 s [haskell-language-server] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  23549. 1604.52 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23550. 1604.52 s [haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  23551. 1604.52 s [haskell-language-server] include process-1.6.17.0
  23552. 1604.52 s [haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  23553. 1604.52 s [haskell-language-server] include shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
  23554. 1604.52 s [haskell-language-server] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  23555. 1604.52 s [haskell-language-server] include text-2.0.2
  23556. 1604.52 s [haskell-language-server] component haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  23557. 1604.52 s [haskell-language-server] include aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
  23558. 1604.52 s [haskell-language-server] include base-4.18.1.0
  23559. 1604.52 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  23560. 1604.52 s [haskell-language-server] include directory-1.3.8.1
  23561. 1604.52 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23562. 1604.52 s [haskell-language-server] include filepath-1.4.100.4
  23563. 1604.52 s [haskell-language-server] include ghc-9.6.3
  23564. 1604.52 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23565. 1604.52 s [haskell-language-server] include githash-0.1.7.0-Ey5LjM4uZ3jZp5XM5rHnD
  23566. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
  23567. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
  23568. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
  23569. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
  23570. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
  23571. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
  23572. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
  23573. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
  23574. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
  23575. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
  23576. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
  23577. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
  23578. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
  23579. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
  23580. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
  23581. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
  23582. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
  23583. 1604.52 s [haskell-language-server] include haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
  23584. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
  23585. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
  23586. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
  23587. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
  23588. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23589. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
  23590. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
  23591. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
  23592. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
  23593. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
  23594. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
  23595. 1604.53 s [haskell-language-server] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
  23596. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23597. 1604.53 s [haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  23598. 1604.53 s [haskell-language-server] include optparse-simple-0.1.1.4-6CVx9RrVCg016PBWfLC4mx
  23599. 1604.53 s [haskell-language-server] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  23600. 1604.53 s [haskell-language-server] include process-1.6.17.0
  23601. 1604.53 s [haskell-language-server] include text-2.0.2
  23602. 1604.53 s [haskell-language-server] component haskell-language-server-2.10.0.0-4dxtCpKaDbxGq2rgYzG6kM-haskell-language-server
  23603. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23604. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  23605. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23606. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23607. 1604.53 s [haskell-language-server] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  23608. 1604.53 s [haskell-language-server] include text-2.0.2
  23609. 1604.53 s [haskell-language-server] component haskell-language-server-2.10.0.0-KNPdqjZWcseDOYzo3gEojg-haskell-language-server-wrapper
  23610. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23611. 1604.53 s [haskell-language-server] include containers-0.6.7
  23612. 1604.53 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  23613. 1604.53 s [haskell-language-server] include directory-1.3.8.1
  23614. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23615. 1604.53 s [haskell-language-server] include filepath-1.4.100.4
  23616. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23617. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  23618. 1604.53 s [haskell-language-server] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
  23619. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23620. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23621. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23622. 1604.53 s [haskell-language-server] include text-2.0.2
  23623. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23624. 1604.53 s [haskell-language-server] include unix-2.8.1.0
  23625. 1604.53 s [haskell-language-server] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  23626. 1604.53 s [haskell-language-server] Linked component graph:
  23627. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-KbDineRnemF2R07hOhso3P-ghcide-test-preprocessor
  23628. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23629. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
  23630. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23631. 1604.53 s [haskell-language-server] include directory-1.3.8.1
  23632. 1604.53 s [haskell-language-server] include filepath-1.4.100.4
  23633. 1604.53 s [haskell-language-server] include ghc-boot-th-9.6.3
  23634. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23635. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23636. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23637. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23638. 1604.53 s [haskell-language-server] include stylish-haskell-0.14.6.0-G7TXHySOsLa5RJZnZOJ4HC
  23639. 1604.53 s [haskell-language-server] include text-2.0.2
  23640. 1604.53 s [haskell-language-server] Ide.Plugin.StylishHaskell=haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin:Ide.Plugin.StylishHaskell
  23641. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
  23642. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23643. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23644. 1604.53 s [haskell-language-server] include directory-1.3.8.1
  23645. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23646. 1604.53 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23647. 1604.53 s [haskell-language-server] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
  23648. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23649. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23650. 1604.53 s [haskell-language-server] include stan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t
  23651. 1604.53 s [haskell-language-server] include text-2.0.2
  23652. 1604.53 s [haskell-language-server] include trial-0.0.0.0-Jrl8O9OhRv71S0IkWeGbAX
  23653. 1604.53 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23654. 1604.53 s [haskell-language-server] Ide.Plugin.Stan=haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin:Ide.Plugin.Stan
  23655. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
  23656. 1604.53 s [haskell-language-server] include array-0.5.5.0
  23657. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23658. 1604.53 s [haskell-language-server] include bytestring-0.11.5.2
  23659. 1604.53 s [haskell-language-server] include containers-0.6.7
  23660. 1604.53 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  23661. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23662. 1604.53 s [haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  23663. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23664. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23665. 1604.53 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23666. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23667. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23668. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23669. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23670. 1604.53 s [haskell-language-server] include stm-2.5.1.0
  23671. 1604.53 s [haskell-language-server] include stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
  23672. 1604.53 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23673. 1604.53 s [haskell-language-server] include template-haskell-2.20.0.0
  23674. 1604.53 s [haskell-language-server] include text-2.0.2
  23675. 1604.53 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23676. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23677. 1604.53 s [haskell-language-server] Ide.Plugin.SemanticTokens=haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens,Ide.Plugin.SemanticTokens.Mappings=haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Mappings,Ide.Plugin.SemanticTokens.Types=haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Types
  23678. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23679. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23680. 1604.53 s [haskell-language-server] include bytestring-0.11.5.2
  23681. 1604.53 s [haskell-language-server] include containers-0.6.7
  23682. 1604.53 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  23683. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23684. 1604.53 s [haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  23685. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23686. 1604.53 s [haskell-language-server] include ghc-9.6.3
  23687. 1604.53 s [haskell-language-server] include ghc-boot-9.6.3
  23688. 1604.53 s [haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  23689. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23690. 1604.53 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23691. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23692. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23693. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23694. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23695. 1604.53 s [haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  23696. 1604.53 s [haskell-language-server] include regex-applicative-0.3.4-5o6c6r02bvDI9ITp9xHLOx
  23697. 1604.53 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  23698. 1604.53 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23699. 1604.53 s [haskell-language-server] include text-2.0.2
  23700. 1604.53 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23701. 1604.53 s [haskell-language-server] include time-1.12.2
  23702. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23703. 1604.53 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23704. 1604.53 s [haskell-language-server] Development.IDE.GHC.Compat.ExactPrint=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.GHC.Compat.ExactPrint,Development.IDE.GHC.Dump=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.GHC.Dump,Development.IDE.GHC.ExactPrint=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.GHC.ExactPrint,Development.IDE.Plugin.CodeAction=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.Plugin.CodeAction,Development.IDE.Plugin.CodeAction.Util=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.Plugin.CodeAction.Util
  23705. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
  23706. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23707. 1604.53 s [haskell-language-server] include containers-0.6.7
  23708. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23709. 1604.53 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23710. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23711. 1604.53 s [haskell-language-server] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
  23712. 1604.53 s [haskell-language-server] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  23713. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23714. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23715. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23716. 1604.53 s [haskell-language-server] include mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
  23717. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23718. 1604.53 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23719. 1604.53 s [haskell-language-server] include text-2.0.2
  23720. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23721. 1604.53 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23722. 1604.53 s [haskell-language-server] Ide.Plugin.Rename=haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin:Ide.Plugin.Rename
  23723. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
  23724. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23725. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23726. 1604.53 s [haskell-language-server] include bytestring-0.11.5.2
  23727. 1604.53 s [haskell-language-server] include containers-0.6.7
  23728. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23729. 1604.53 s [haskell-language-server] include ghc-9.6.3
  23730. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23731. 1604.53 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23732. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23733. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23734. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23735. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23736. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23737. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23738. 1604.53 s [haskell-language-server] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  23739. 1604.53 s [haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  23740. 1604.53 s [haskell-language-server] include stm-2.5.1.0
  23741. 1604.53 s [haskell-language-server] include text-2.0.2
  23742. 1604.53 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23743. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23744. 1604.53 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23745. 1604.53 s [haskell-language-server] Ide.Plugin.Retrie=haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin:Ide.Plugin.Retrie
  23746. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
  23747. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23748. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23749. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23750. 1604.53 s [haskell-language-server] include foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
  23751. 1604.53 s [haskell-language-server] include ghc-9.6.3
  23752. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23753. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23754. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23755. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23756. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23757. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23758. 1604.53 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23759. 1604.53 s [haskell-language-server] include text-2.0.2
  23760. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23761. 1604.53 s [haskell-language-server] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  23762. 1604.53 s [haskell-language-server] Ide.Plugin.Splice=haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin:Ide.Plugin.Splice,Ide.Plugin.Splice.Types=haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin:Ide.Plugin.Splice.Types
  23763. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
  23764. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23765. 1604.53 s [haskell-language-server] include containers-0.6.7
  23766. 1604.53 s [haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  23767. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23768. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23769. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23770. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23771. 1604.53 s [haskell-language-server] include text-2.0.2
  23772. 1604.53 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23773. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23774. 1604.53 s [haskell-language-server] Ide.Plugin.QualifyImportedNames=haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin:Ide.Plugin.QualifyImportedNames
  23775. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
  23776. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23777. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23778. 1604.53 s [haskell-language-server] include containers-0.6.7
  23779. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23780. 1604.53 s [haskell-language-server] include fuzzy-0.1.1.0-GsrBkx81Q9S3SG17mDM9Fm
  23781. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23782. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23783. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23784. 1604.53 s [haskell-language-server] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  23785. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23786. 1604.53 s [haskell-language-server] include text-2.0.2
  23787. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23788. 1604.53 s [haskell-language-server] Ide.Plugin.Pragmas=haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin:Ide.Plugin.Pragmas
  23789. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
  23790. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23791. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23792. 1604.53 s [haskell-language-server] include containers-0.6.7
  23793. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23794. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23795. 1604.53 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23796. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23797. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23798. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23799. 1604.53 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23800. 1604.53 s [haskell-language-server] include text-2.0.2
  23801. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23802. 1604.53 s [haskell-language-server] Ide.Plugin.OverloadedRecordDot=haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin:Ide.Plugin.OverloadedRecordDot
  23803. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
  23804. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23805. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23806. 1604.53 s [haskell-language-server] include filepath-1.4.100.4
  23807. 1604.53 s [haskell-language-server] include ghc-boot-th-9.6.3
  23808. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23809. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23810. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23811. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23812. 1604.53 s [haskell-language-server] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  23813. 1604.53 s [haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  23814. 1604.53 s [haskell-language-server] include text-2.0.2
  23815. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23816. 1604.53 s [haskell-language-server] Ide.Plugin.Ormolu=haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin:Ide.Plugin.Ormolu
  23817. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
  23818. 1604.53 s [haskell-language-server] include array-0.5.5.0
  23819. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23820. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23821. 1604.53 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23822. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23823. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23824. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23825. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23826. 1604.53 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  23827. 1604.53 s [haskell-language-server] include text-2.0.2
  23828. 1604.53 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23829. 1604.53 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23830. 1604.53 s [haskell-language-server] Ide.Plugin.Notes=haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin:Ide.Plugin.Notes
  23831. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
  23832. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23833. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23834. 1604.53 s [haskell-language-server] include containers-0.6.7
  23835. 1604.53 s [haskell-language-server] include filepath-1.4.100.4
  23836. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23837. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23838. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23839. 1604.53 s [haskell-language-server] include text-2.0.2
  23840. 1604.53 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23841. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23842. 1604.53 s [haskell-language-server] Ide.Plugin.ModuleName=haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin:Ide.Plugin.ModuleName
  23843. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
  23844. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23845. 1604.53 s [haskell-language-server] include apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
  23846. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23847. 1604.53 s [haskell-language-server] include bytestring-0.11.5.2
  23848. 1604.53 s [haskell-language-server] include containers-0.6.7
  23849. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23850. 1604.53 s [haskell-language-server] include filepath-1.4.100.4
  23851. 1604.53 s [haskell-language-server] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  23852. 1604.53 s [haskell-language-server] include ghc-lib-parser-ex-9.8.0.2-sKLRahtPzV7gHRB8ymalo
  23853. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23854. 1604.53 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23855. 1604.53 s [haskell-language-server] include hlint-3.8-3MdyZGd7sMY5hCUvPIbSyY
  23856. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23857. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23858. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23859. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23860. 1604.53 s [haskell-language-server] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  23861. 1604.53 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  23862. 1604.53 s [haskell-language-server] include stm-2.5.1.0
  23863. 1604.53 s [haskell-language-server] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  23864. 1604.53 s [haskell-language-server] include text-2.0.2
  23865. 1604.53 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23866. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23867. 1604.53 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23868. 1604.53 s [haskell-language-server] Ide.Plugin.Hlint=haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin:Ide.Plugin.Hlint
  23869. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
  23870. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23871. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23872. 1604.53 s [haskell-language-server] include containers-0.6.7
  23873. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23874. 1604.53 s [haskell-language-server] include ghc-9.6.3
  23875. 1604.53 s [haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  23876. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23877. 1604.53 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  23878. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23879. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23880. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23881. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23882. 1604.53 s [haskell-language-server] include text-2.0.2
  23883. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23884. 1604.53 s [haskell-language-server] Ide.Plugin.GADT=haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin:Ide.Plugin.GADT
  23885. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
  23886. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23887. 1604.53 s [haskell-language-server] include filepath-1.4.100.4
  23888. 1604.53 s [haskell-language-server] include fourmolu-0.15.0.0-LPeURmSga2iJDVBWFyCggN
  23889. 1604.53 s [haskell-language-server] include ghc-boot-th-9.6.3
  23890. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23891. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23892. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23893. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23894. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23895. 1604.53 s [haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  23896. 1604.53 s [haskell-language-server] include text-2.0.2
  23897. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23898. 1604.53 s [haskell-language-server] include yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i
  23899. 1604.53 s [haskell-language-server] Ide.Plugin.Fourmolu=haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin:Ide.Plugin.Fourmolu
  23900. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
  23901. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23902. 1604.53 s [haskell-language-server] include floskell-0.11.1-6RovlODdkqLLE0FQ0E08oR
  23903. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23904. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23905. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23906. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23907. 1604.53 s [haskell-language-server] include text-2.0.2
  23908. 1604.53 s [haskell-language-server] Ide.Plugin.Floskell=haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin:Ide.Plugin.Floskell
  23909. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
  23910. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23911. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23912. 1604.53 s [haskell-language-server] include containers-0.6.7
  23913. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23914. 1604.53 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23915. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23916. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23917. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23918. 1604.53 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  23919. 1604.53 s [haskell-language-server] include text-2.0.2
  23920. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23921. 1604.53 s [haskell-language-server] Ide.Plugin.ExplicitFields=haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin:Ide.Plugin.ExplicitFields
  23922. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
  23923. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23924. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23925. 1604.53 s [haskell-language-server] include containers-0.6.7
  23926. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23927. 1604.53 s [haskell-language-server] include ghc-9.6.3
  23928. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23929. 1604.53 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23930. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23931. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23932. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23933. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23934. 1604.53 s [haskell-language-server] include text-2.0.2
  23935. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23936. 1604.53 s [haskell-language-server] Ide.Plugin.ExplicitImports=haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin:Ide.Plugin.ExplicitImports
  23937. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
  23938. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23939. 1604.53 s [haskell-language-server] include containers-0.6.7
  23940. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23941. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23942. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23943. 1604.53 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23944. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23945. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23946. 1604.53 s [haskell-language-server] include text-2.0.2
  23947. 1604.53 s [haskell-language-server] Ide.Plugin.ExplicitFixity=haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin:Ide.Plugin.ExplicitFixity
  23948. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
  23949. 1604.53 s [haskell-language-server] include Diff-0.5-GZY542scVfnxhSieg1s29
  23950. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23951. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23952. 1604.53 s [haskell-language-server] include bytestring-0.11.5.2
  23953. 1604.53 s [haskell-language-server] include containers-0.6.7
  23954. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23955. 1604.53 s [haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  23956. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23957. 1604.53 s [haskell-language-server] include filepath-1.4.100.4
  23958. 1604.53 s [haskell-language-server] include ghc-9.6.3
  23959. 1604.53 s [haskell-language-server] include ghc-boot-th-9.6.3
  23960. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23961. 1604.53 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  23962. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23963. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23964. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23965. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  23966. 1604.53 s [haskell-language-server] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  23967. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23968. 1604.53 s [haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  23969. 1604.53 s [haskell-language-server] include text-2.0.2
  23970. 1604.53 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  23971. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23972. 1604.53 s [haskell-language-server] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  23973. 1604.53 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  23974. 1604.53 s [haskell-language-server] Ide.Plugin.Eval=haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin:Ide.Plugin.Eval,Ide.Plugin.Eval.Types=haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin:Ide.Plugin.Eval.Types
  23975. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
  23976. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23977. 1604.53 s [haskell-language-server] include containers-0.6.7
  23978. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23979. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23980. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23981. 1604.53 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  23982. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  23983. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  23984. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  23985. 1604.53 s [haskell-language-server] include mtl-2.3.1
  23986. 1604.53 s [haskell-language-server] include semigroupoids-6.0.1-1W2tGRcCKBULFl2sTeAMQR
  23987. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  23988. 1604.53 s [haskell-language-server] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
  23989. 1604.53 s [haskell-language-server] Ide.Plugin.CodeRange=haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin:Ide.Plugin.CodeRange,Ide.Plugin.CodeRange.Rules=haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin:Ide.Plugin.CodeRange.Rules
  23990. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
  23991. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  23992. 1604.53 s [haskell-language-server] include base-4.18.1.0
  23993. 1604.53 s [haskell-language-server] include containers-0.6.7
  23994. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  23995. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  23996. 1604.53 s [haskell-language-server] include ghc-9.6.3
  23997. 1604.53 s [haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  23998. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  23999. 1604.53 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24000. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24001. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24002. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24003. 1604.53 s [haskell-language-server] include mtl-2.3.1
  24004. 1604.53 s [haskell-language-server] include text-2.0.2
  24005. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  24006. 1604.53 s [haskell-language-server] Ide.Plugin.Class=haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin:Ide.Plugin.Class
  24007. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
  24008. 1604.53 s [haskell-language-server] include base-4.18.1.0
  24009. 1604.53 s [haskell-language-server] include containers-0.6.7
  24010. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24011. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24012. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24013. 1604.53 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  24014. 1604.53 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24015. 1604.53 s [haskell-language-server] include text-2.0.2
  24016. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  24017. 1604.53 s [haskell-language-server] Ide.Plugin.ChangeTypeSignature=haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin:Ide.Plugin.ChangeTypeSignature
  24018. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
  24019. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24020. 1604.53 s [haskell-language-server] include base-4.18.1.0
  24021. 1604.53 s [haskell-language-server] include containers-0.6.7
  24022. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24023. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24024. 1604.53 s [haskell-language-server] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  24025. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24026. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24027. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24028. 1604.53 s [haskell-language-server] include sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
  24029. 1604.53 s [haskell-language-server] include text-2.0.2
  24030. 1604.53 s [haskell-language-server] Ide.Plugin.CallHierarchy=haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin:Ide.Plugin.CallHierarchy
  24031. 1604.53 s [haskell-language-server] unit haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
  24032. 1604.53 s [haskell-language-server] include Cabal-3.10.3.0-92yU0X1Rd6yCTRQW3qAZB3
  24033. 1604.53 s [haskell-language-server] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  24034. 1604.53 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24035. 1604.53 s [haskell-language-server] include base-4.18.1.0
  24036. 1604.53 s [haskell-language-server] include bytestring-0.11.5.2
  24037. 1604.53 s [haskell-language-server] include cabal-add-0.1-FyY6XpjJ0aZsg5kAWcyaR
  24038. 1604.53 s [haskell-language-server] include containers-0.6.7
  24039. 1604.53 s [haskell-language-server] include deepseq-1.4.8.1
  24040. 1604.53 s [haskell-language-server] include directory-1.3.8.1
  24041. 1604.53 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24042. 1604.53 s [haskell-language-server] include filepath-1.4.100.4
  24043. 1604.53 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24044. 1604.53 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24045. 1604.53 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24046. 1604.53 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24047. 1604.53 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24048. 1604.53 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24049. 1604.53 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24050. 1604.53 s [haskell-language-server] include pretty-1.1.3.6
  24051. 1604.53 s [haskell-language-server] include process-1.6.17.0
  24052. 1604.53 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  24053. 1604.53 s [haskell-language-server] include text-2.0.2
  24054. 1604.53 s [haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24055. 1604.53 s [haskell-language-server] include transformers-0.6.1.0
  24056. 1604.53 s [haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  24057. 1604.54 s [haskell-language-server] Ide.Plugin.Cabal=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal,Ide.Plugin.Cabal.CabalAdd=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd,Ide.Plugin.Cabal.Completion.CabalFields=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.CabalFields,Ide.Plugin.Cabal.Completion.Completer.FilePath=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.FilePath,Ide.Plugin.Cabal.Completion.Completer.Module=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Module,Ide.Plugin.Cabal.Completion.Completer.Paths=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Paths,Ide.Plugin.Cabal.Completion.Completer.Simple=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Simple,Ide.Plugin.Cabal.Completion.Completer.Snippet=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Snippet,Ide.Plugin.Cabal.Completion.Completer.Types=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Types,Ide.Plugin.Cabal.Completion.Completions=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completions,Ide.Plugin.Cabal.Completion.Data=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Data,Ide.Plugin.Cabal.Completion.Types=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Types,Ide.Plugin.Cabal.Definition=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Definition,Ide.Plugin.Cabal.Diagnostics=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Diagnostics,Ide.Plugin.Cabal.FieldSuggest=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.FieldSuggest,Ide.Plugin.Cabal.LicenseSuggest=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.LicenseSuggest,Ide.Plugin.Cabal.Orphans=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Orphans,Ide.Plugin.Cabal.Outline=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Outline,Ide.Plugin.Cabal.Parse=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Parse
  24058. 1604.54 s [haskell-language-server] unit haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
  24059. 1604.54 s [haskell-language-server] include base-4.18.1.0
  24060. 1604.54 s [haskell-language-server] include directory-1.3.8.1
  24061. 1604.54 s [haskell-language-server] include filepath-1.4.100.4
  24062. 1604.54 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24063. 1604.54 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24064. 1604.54 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24065. 1604.54 s [haskell-language-server] include mtl-2.3.1
  24066. 1604.54 s [haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  24067. 1604.54 s [haskell-language-server] include text-2.0.2
  24068. 1604.54 s [haskell-language-server] Ide.Plugin.CabalGild=haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin:Ide.Plugin.CabalGild
  24069. 1604.54 s [haskell-language-server] unit haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
  24070. 1604.54 s [haskell-language-server] include base-4.18.1.0
  24071. 1604.54 s [haskell-language-server] include directory-1.3.8.1
  24072. 1604.54 s [haskell-language-server] include filepath-1.4.100.4
  24073. 1604.54 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24074. 1604.54 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24075. 1604.54 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24076. 1604.54 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24077. 1604.54 s [haskell-language-server] include mtl-2.3.1
  24078. 1604.54 s [haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  24079. 1604.54 s [haskell-language-server] include text-2.0.2
  24080. 1604.54 s [haskell-language-server] Ide.Plugin.CabalFmt=haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin:Ide.Plugin.CabalFmt
  24081. 1604.54 s [haskell-language-server] unit haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
  24082. 1604.54 s [haskell-language-server] include base-4.18.1.0
  24083. 1604.54 s [haskell-language-server] include containers-0.6.7
  24084. 1604.54 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24085. 1604.54 s [haskell-language-server] include ghc-boot-th-9.6.3
  24086. 1604.54 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24087. 1604.54 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24088. 1604.54 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24089. 1604.54 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24090. 1604.54 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24091. 1604.54 s [haskell-language-server] include mtl-2.3.1
  24092. 1604.54 s [haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  24093. 1604.54 s [haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24094. 1604.54 s [haskell-language-server] include text-2.0.2
  24095. 1604.54 s [haskell-language-server] Ide.Plugin.AlternateNumberFormat=haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin:Ide.Plugin.AlternateNumberFormat,Ide.Plugin.Conversion=haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin:Ide.Plugin.Conversion
  24096. 1604.54 s [haskell-language-server] unit haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
  24097. 1604.54 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24098. 1604.54 s [haskell-language-server] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  24099. 1604.54 s [haskell-language-server] include base-4.18.1.0
  24100. 1604.54 s [haskell-language-server] include binary-0.8.9.1
  24101. 1604.54 s [haskell-language-server] include bytestring-0.11.5.2
  24102. 1604.54 s [haskell-language-server] include deepseq-1.4.8.1
  24103. 1604.54 s [haskell-language-server] include directory-1.3.8.1
  24104. 1604.54 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24105. 1604.54 s [haskell-language-server] include filepath-1.4.100.4
  24106. 1604.54 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24107. 1604.54 s [haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24108. 1604.54 s [haskell-language-server] include hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  24109. 1604.54 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24110. 1604.54 s [haskell-language-server] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  24111. 1604.54 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24112. 1604.54 s [haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  24113. 1604.54 s [haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  24114. 1604.54 s [haskell-language-server] include process-1.6.17.0
  24115. 1604.54 s [haskell-language-server] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  24116. 1604.54 s [haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  24117. 1604.54 s [haskell-language-server] include shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
  24118. 1604.54 s [haskell-language-server] include text-2.0.2
  24119. 1604.54 s [haskell-language-server] Experiments=haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib:Experiments,Experiments.Types=haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib:Experiments.Types
  24120. 1604.54 s [haskell-language-server] unit haskell-language-server-2.10.0.0-AT07YWfhsNeH6kRRYTRN4y-ghcide-bench
  24121. 1604.54 s [haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24122. 1604.54 s [haskell-language-server] include base-4.18.1.0
  24123. 1604.54 s [haskell-language-server] include bytestring-0.11.5.2
  24124. 1604.54 s [haskell-language-server] include containers-0.6.7
  24125. 1604.54 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  24126. 1604.54 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24127. 1604.54 s [haskell-language-server] include filepath-1.4.100.4
  24128. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
  24129. 1604.54 s [haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24130. 1604.54 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24131. 1604.54 s [haskell-language-server] include hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  24132. 1604.54 s [haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24133. 1604.54 s [haskell-language-server] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  24134. 1604.54 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24135. 1604.54 s [haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  24136. 1604.54 s [haskell-language-server] include process-1.6.17.0
  24137. 1604.54 s [haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  24138. 1604.54 s [haskell-language-server] include shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
  24139. 1604.54 s [haskell-language-server] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  24140. 1604.54 s [haskell-language-server] include text-2.0.2
  24141. 1604.54 s [haskell-language-server] unit haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  24142. 1604.54 s [haskell-language-server] include aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
  24143. 1604.54 s [haskell-language-server] include base-4.18.1.0
  24144. 1604.54 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  24145. 1604.54 s [haskell-language-server] include directory-1.3.8.1
  24146. 1604.54 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24147. 1604.54 s [haskell-language-server] include filepath-1.4.100.4
  24148. 1604.54 s [haskell-language-server] include ghc-9.6.3
  24149. 1604.54 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24150. 1604.54 s [haskell-language-server] include githash-0.1.7.0-Ey5LjM4uZ3jZp5XM5rHnD
  24151. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
  24152. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
  24153. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
  24154. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
  24155. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
  24156. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
  24157. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
  24158. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
  24159. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
  24160. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
  24161. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
  24162. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
  24163. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
  24164. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
  24165. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
  24166. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
  24167. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
  24168. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
  24169. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
  24170. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
  24171. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
  24172. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
  24173. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  24174. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
  24175. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
  24176. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
  24177. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
  24178. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
  24179. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
  24180. 1604.54 s [haskell-language-server] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
  24181. 1604.54 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24182. 1604.54 s [haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  24183. 1604.54 s [haskell-language-server] include optparse-simple-0.1.1.4-6CVx9RrVCg016PBWfLC4mx
  24184. 1604.54 s [haskell-language-server] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  24185. 1604.54 s [haskell-language-server] include process-1.6.17.0
  24186. 1604.54 s [haskell-language-server] include text-2.0.2
  24187. 1604.54 s [haskell-language-server] HlsPlugins=haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3:HlsPlugins,Ide.Arguments=haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3:Ide.Arguments,Ide.Main=haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3:Ide.Main,Ide.Version=haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3:Ide.Version
  24188. 1604.54 s [haskell-language-server] unit haskell-language-server-2.10.0.0-4dxtCpKaDbxGq2rgYzG6kM-haskell-language-server
  24189. 1604.54 s [haskell-language-server] include base-4.18.1.0
  24190. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  24191. 1604.54 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24192. 1604.54 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24193. 1604.54 s [haskell-language-server] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  24194. 1604.54 s [haskell-language-server] include text-2.0.2
  24195. 1604.54 s [haskell-language-server] unit haskell-language-server-2.10.0.0-KNPdqjZWcseDOYzo3gEojg-haskell-language-server-wrapper
  24196. 1604.54 s [haskell-language-server] include base-4.18.1.0
  24197. 1604.54 s [haskell-language-server] include containers-0.6.7
  24198. 1604.54 s [haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  24199. 1604.54 s [haskell-language-server] include directory-1.3.8.1
  24200. 1604.54 s [haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24201. 1604.54 s [haskell-language-server] include filepath-1.4.100.4
  24202. 1604.54 s [haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24203. 1604.54 s [haskell-language-server] include haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  24204. 1604.54 s [haskell-language-server] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
  24205. 1604.54 s [haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24206. 1604.54 s [haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24207. 1604.54 s [haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24208. 1604.54 s [haskell-language-server] include text-2.0.2
  24209. 1604.54 s [haskell-language-server] include transformers-0.6.1.0
  24210. 1604.54 s [haskell-language-server] include unix-2.8.1.0
  24211. 1604.54 s [haskell-language-server] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  24212. 1604.54 s [haskell-language-server] Ready component graph:
  24213. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
  24214. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24215. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24216. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24217. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24218. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24219. 1604.54 s [haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24220. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24221. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24222. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24223. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24224. 1604.54 s [haskell-language-server] depends semigroupoids-6.0.1-1W2tGRcCKBULFl2sTeAMQR
  24225. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24226. 1604.54 s [haskell-language-server] depends vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
  24227. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
  24228. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24229. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24230. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24231. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24232. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24233. 1604.54 s [haskell-language-server] depends hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  24234. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24235. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24236. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24237. 1604.54 s [haskell-language-server] depends sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
  24238. 1604.54 s [haskell-language-server] depends text-2.0.2
  24239. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-KbDineRnemF2R07hOhso3P-ghcide-test-preprocessor
  24240. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24241. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
  24242. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24243. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24244. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24245. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24246. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24247. 1604.54 s [haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  24248. 1604.54 s [haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24249. 1604.54 s [haskell-language-server] depends text-2.0.2
  24250. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24251. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
  24252. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24253. 1604.54 s [haskell-language-server] depends filepath-1.4.100.4
  24254. 1604.54 s [haskell-language-server] depends fourmolu-0.15.0.0-LPeURmSga2iJDVBWFyCggN
  24255. 1604.54 s [haskell-language-server] depends ghc-boot-th-9.6.3
  24256. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24257. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24258. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24259. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24260. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24261. 1604.54 s [haskell-language-server] depends process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  24262. 1604.54 s [haskell-language-server] depends text-2.0.2
  24263. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24264. 1604.54 s [haskell-language-server] depends yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i
  24265. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
  24266. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24267. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24268. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24269. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24270. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24271. 1604.54 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24272. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24273. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24274. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24275. 1604.54 s [haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24276. 1604.54 s [haskell-language-server] depends text-2.0.2
  24277. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24278. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
  24279. 1604.54 s [haskell-language-server] depends Diff-0.5-GZY542scVfnxhSieg1s29
  24280. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24281. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24282. 1604.54 s [haskell-language-server] depends bytestring-0.11.5.2
  24283. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24284. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24285. 1604.54 s [haskell-language-server] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  24286. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24287. 1604.54 s [haskell-language-server] depends filepath-1.4.100.4
  24288. 1604.54 s [haskell-language-server] depends ghc-9.6.3
  24289. 1604.54 s [haskell-language-server] depends ghc-boot-th-9.6.3
  24290. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24291. 1604.54 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24292. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24293. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24294. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24295. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24296. 1604.54 s [haskell-language-server] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
  24297. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24298. 1604.54 s [haskell-language-server] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  24299. 1604.54 s [haskell-language-server] depends text-2.0.2
  24300. 1604.54 s [haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24301. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24302. 1604.54 s [haskell-language-server] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
  24303. 1604.54 s [haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  24304. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
  24305. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24306. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24307. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24308. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24309. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24310. 1604.54 s [haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24311. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24312. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24313. 1604.54 s [haskell-language-server] depends text-2.0.2
  24314. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
  24315. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24316. 1604.54 s [haskell-language-server] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
  24317. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24318. 1604.54 s [haskell-language-server] depends binary-0.8.9.1
  24319. 1604.54 s [haskell-language-server] depends bytestring-0.11.5.2
  24320. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24321. 1604.54 s [haskell-language-server] depends directory-1.3.8.1
  24322. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24323. 1604.54 s [haskell-language-server] depends filepath-1.4.100.4
  24324. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24325. 1604.54 s [haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24326. 1604.54 s [haskell-language-server] depends hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  24327. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24328. 1604.54 s [haskell-language-server] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  24329. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24330. 1604.54 s [haskell-language-server] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  24331. 1604.54 s [haskell-language-server] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  24332. 1604.54 s [haskell-language-server] depends process-1.6.17.0
  24333. 1604.54 s [haskell-language-server] depends row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
  24334. 1604.54 s [haskell-language-server] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  24335. 1604.54 s [haskell-language-server] depends shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
  24336. 1604.54 s [haskell-language-server] depends text-2.0.2
  24337. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
  24338. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24339. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24340. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24341. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24342. 1604.54 s [haskell-language-server] depends ghc-9.6.3
  24343. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24344. 1604.54 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24345. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24346. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24347. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24348. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24349. 1604.54 s [haskell-language-server] depends text-2.0.2
  24350. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24351. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  24352. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24353. 1604.54 s [haskell-language-server] depends bytestring-0.11.5.2
  24354. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24355. 1604.54 s [haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  24356. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24357. 1604.54 s [haskell-language-server] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  24358. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24359. 1604.54 s [haskell-language-server] depends ghc-9.6.3
  24360. 1604.54 s [haskell-language-server] depends ghc-boot-9.6.3
  24361. 1604.54 s [haskell-language-server] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  24362. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24363. 1604.54 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24364. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24365. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24366. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24367. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24368. 1604.54 s [haskell-language-server] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
  24369. 1604.54 s [haskell-language-server] depends regex-applicative-0.3.4-5o6c6r02bvDI9ITp9xHLOx
  24370. 1604.54 s [haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  24371. 1604.54 s [haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24372. 1604.54 s [haskell-language-server] depends text-2.0.2
  24373. 1604.54 s [haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24374. 1604.54 s [haskell-language-server] depends time-1.12.2
  24375. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24376. 1604.54 s [haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  24377. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
  24378. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24379. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24380. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24381. 1604.54 s [haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24382. 1604.54 s [haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  24383. 1604.54 s [haskell-language-server] depends hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
  24384. 1604.54 s [haskell-language-server] depends hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
  24385. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24386. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24387. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24388. 1604.54 s [haskell-language-server] depends mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
  24389. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24390. 1604.54 s [haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24391. 1604.54 s [haskell-language-server] depends text-2.0.2
  24392. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24393. 1604.54 s [haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  24394. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
  24395. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24396. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24397. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24398. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24399. 1604.54 s [haskell-language-server] depends ghc-9.6.3
  24400. 1604.54 s [haskell-language-server] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  24401. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24402. 1604.54 s [haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  24403. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24404. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24405. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24406. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24407. 1604.54 s [haskell-language-server] depends text-2.0.2
  24408. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24409. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
  24410. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24411. 1604.54 s [haskell-language-server] depends apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
  24412. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24413. 1604.54 s [haskell-language-server] depends bytestring-0.11.5.2
  24414. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24415. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24416. 1604.54 s [haskell-language-server] depends filepath-1.4.100.4
  24417. 1604.54 s [haskell-language-server] depends ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
  24418. 1604.54 s [haskell-language-server] depends ghc-lib-parser-ex-9.8.0.2-sKLRahtPzV7gHRB8ymalo
  24419. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24420. 1604.54 s [haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24421. 1604.54 s [haskell-language-server] depends hlint-3.8-3MdyZGd7sMY5hCUvPIbSyY
  24422. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24423. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24424. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24425. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24426. 1604.54 s [haskell-language-server] depends refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
  24427. 1604.54 s [haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  24428. 1604.54 s [haskell-language-server] depends stm-2.5.1.0
  24429. 1604.54 s [haskell-language-server] depends temporary-1.3-1FJWtachrRvJFtqy3IoBZa
  24430. 1604.54 s [haskell-language-server] depends text-2.0.2
  24431. 1604.54 s [haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24432. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24433. 1604.54 s [haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  24434. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
  24435. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24436. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24437. 1604.54 s [haskell-language-server] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  24438. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24439. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24440. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24441. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24442. 1604.54 s [haskell-language-server] depends text-2.0.2
  24443. 1604.54 s [haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24444. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24445. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
  24446. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24447. 1604.54 s [haskell-language-server] depends directory-1.3.8.1
  24448. 1604.54 s [haskell-language-server] depends filepath-1.4.100.4
  24449. 1604.54 s [haskell-language-server] depends ghc-boot-th-9.6.3
  24450. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24451. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24452. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24453. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24454. 1604.54 s [haskell-language-server] depends stylish-haskell-0.14.6.0-G7TXHySOsLa5RJZnZOJ4HC
  24455. 1604.54 s [haskell-language-server] depends text-2.0.2
  24456. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
  24457. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24458. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24459. 1604.54 s [haskell-language-server] depends directory-1.3.8.1
  24460. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24461. 1604.54 s [haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24462. 1604.54 s [haskell-language-server] depends hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
  24463. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24464. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24465. 1604.54 s [haskell-language-server] depends stan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t
  24466. 1604.54 s [haskell-language-server] depends text-2.0.2
  24467. 1604.54 s [haskell-language-server] depends trial-0.0.0.0-Jrl8O9OhRv71S0IkWeGbAX
  24468. 1604.54 s [haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  24469. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
  24470. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24471. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24472. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24473. 1604.54 s [haskell-language-server] depends deepseq-1.4.8.1
  24474. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24475. 1604.54 s [haskell-language-server] depends ghc-9.6.3
  24476. 1604.54 s [haskell-language-server] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
  24477. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24478. 1604.54 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24479. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24480. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24481. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24482. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24483. 1604.54 s [haskell-language-server] depends text-2.0.2
  24484. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24485. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
  24486. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24487. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24488. 1604.54 s [haskell-language-server] depends bytestring-0.11.5.2
  24489. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24490. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24491. 1604.54 s [haskell-language-server] depends ghc-9.6.3
  24492. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24493. 1604.54 s [haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24494. 1604.54 s [haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  24495. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24496. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24497. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24498. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24499. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24500. 1604.54 s [haskell-language-server] depends retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
  24501. 1604.54 s [haskell-language-server] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  24502. 1604.54 s [haskell-language-server] depends stm-2.5.1.0
  24503. 1604.54 s [haskell-language-server] depends text-2.0.2
  24504. 1604.54 s [haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24505. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24506. 1604.54 s [haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  24507. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-AT07YWfhsNeH6kRRYTRN4y-ghcide-bench
  24508. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24509. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24510. 1604.54 s [haskell-language-server] depends bytestring-0.11.5.2
  24511. 1604.54 s [haskell-language-server] depends containers-0.6.7
  24512. 1604.54 s [haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  24513. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24514. 1604.54 s [haskell-language-server] depends filepath-1.4.100.4
  24515. 1604.54 s [haskell-language-server] depends haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
  24516. 1604.54 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24517. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24518. 1604.54 s [haskell-language-server] depends hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
  24519. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24520. 1604.54 s [haskell-language-server] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
  24521. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24522. 1604.54 s [haskell-language-server] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  24523. 1604.54 s [haskell-language-server] depends process-1.6.17.0
  24524. 1604.54 s [haskell-language-server] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
  24525. 1604.54 s [haskell-language-server] depends shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
  24526. 1604.54 s [haskell-language-server] depends tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
  24527. 1604.54 s [haskell-language-server] depends text-2.0.2
  24528. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
  24529. 1604.54 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24530. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24531. 1604.54 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24532. 1604.54 s [haskell-language-server] depends foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
  24533. 1604.54 s [haskell-language-server] depends ghc-9.6.3
  24534. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24535. 1604.54 s [haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  24536. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24537. 1604.54 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24538. 1604.54 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24539. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24540. 1604.54 s [haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24541. 1604.54 s [haskell-language-server] depends text-2.0.2
  24542. 1604.54 s [haskell-language-server] depends transformers-0.6.1.0
  24543. 1604.54 s [haskell-language-server] depends unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  24544. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
  24545. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24546. 1604.54 s [haskell-language-server] depends floskell-0.11.1-6RovlODdkqLLE0FQ0E08oR
  24547. 1604.54 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24548. 1604.54 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24549. 1604.54 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24550. 1604.54 s [haskell-language-server] depends mtl-2.3.1
  24551. 1604.54 s [haskell-language-server] depends text-2.0.2
  24552. 1604.54 s [haskell-language-server] definite haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
  24553. 1604.54 s [haskell-language-server] depends base-4.18.1.0
  24554. 1604.54 s [haskell-language-server] depends directory-1.3.8.1
  24555. 1604.54 s [haskell-language-server] depends filepath-1.4.100.4
  24556. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24557. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24558. 1604.55 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24559. 1604.55 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24560. 1604.55 s [haskell-language-server] depends mtl-2.3.1
  24561. 1604.55 s [haskell-language-server] depends process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  24562. 1604.55 s [haskell-language-server] depends text-2.0.2
  24563. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
  24564. 1604.55 s [haskell-language-server] depends array-0.5.5.0
  24565. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24566. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24567. 1604.55 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24568. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24569. 1604.55 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24570. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24571. 1604.55 s [haskell-language-server] depends mtl-2.3.1
  24572. 1604.55 s [haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  24573. 1604.55 s [haskell-language-server] depends text-2.0.2
  24574. 1604.55 s [haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24575. 1604.55 s [haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  24576. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
  24577. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24578. 1604.55 s [haskell-language-server] depends containers-0.6.7
  24579. 1604.55 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24580. 1604.55 s [haskell-language-server] depends ghc-boot-th-9.6.3
  24581. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24582. 1604.55 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24583. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24584. 1604.55 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24585. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24586. 1604.55 s [haskell-language-server] depends mtl-2.3.1
  24587. 1604.55 s [haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  24588. 1604.55 s [haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24589. 1604.55 s [haskell-language-server] depends text-2.0.2
  24590. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
  24591. 1604.55 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24592. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24593. 1604.55 s [haskell-language-server] depends containers-0.6.7
  24594. 1604.55 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24595. 1604.55 s [haskell-language-server] depends fuzzy-0.1.1.0-GsrBkx81Q9S3SG17mDM9Fm
  24596. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24597. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24598. 1604.55 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24599. 1604.55 s [haskell-language-server] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
  24600. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24601. 1604.55 s [haskell-language-server] depends text-2.0.2
  24602. 1604.55 s [haskell-language-server] depends transformers-0.6.1.0
  24603. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
  24604. 1604.55 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24605. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24606. 1604.55 s [haskell-language-server] depends containers-0.6.7
  24607. 1604.55 s [haskell-language-server] depends filepath-1.4.100.4
  24608. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24609. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24610. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24611. 1604.55 s [haskell-language-server] depends text-2.0.2
  24612. 1604.55 s [haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24613. 1604.55 s [haskell-language-server] depends transformers-0.6.1.0
  24614. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
  24615. 1604.55 s [haskell-language-server] depends Cabal-3.10.3.0-92yU0X1Rd6yCTRQW3qAZB3
  24616. 1604.55 s [haskell-language-server] depends Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
  24617. 1604.55 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24618. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24619. 1604.55 s [haskell-language-server] depends bytestring-0.11.5.2
  24620. 1604.55 s [haskell-language-server] depends cabal-add-0.1-FyY6XpjJ0aZsg5kAWcyaR
  24621. 1604.55 s [haskell-language-server] depends containers-0.6.7
  24622. 1604.55 s [haskell-language-server] depends deepseq-1.4.8.1
  24623. 1604.55 s [haskell-language-server] depends directory-1.3.8.1
  24624. 1604.55 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24625. 1604.55 s [haskell-language-server] depends filepath-1.4.100.4
  24626. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24627. 1604.55 s [haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
  24628. 1604.55 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24629. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24630. 1604.55 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24631. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24632. 1604.55 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24633. 1604.55 s [haskell-language-server] depends pretty-1.1.3.6
  24634. 1604.55 s [haskell-language-server] depends process-1.6.17.0
  24635. 1604.55 s [haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
  24636. 1604.55 s [haskell-language-server] depends text-2.0.2
  24637. 1604.55 s [haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24638. 1604.55 s [haskell-language-server] depends transformers-0.6.1.0
  24639. 1604.55 s [haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
  24640. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
  24641. 1604.55 s [haskell-language-server] depends array-0.5.5.0
  24642. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24643. 1604.55 s [haskell-language-server] depends bytestring-0.11.5.2
  24644. 1604.55 s [haskell-language-server] depends containers-0.6.7
  24645. 1604.55 s [haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  24646. 1604.55 s [haskell-language-server] depends deepseq-1.4.8.1
  24647. 1604.55 s [haskell-language-server] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
  24648. 1604.55 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24649. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24650. 1604.55 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24651. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24652. 1604.55 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24653. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24654. 1604.55 s [haskell-language-server] depends mtl-2.3.1
  24655. 1604.55 s [haskell-language-server] depends stm-2.5.1.0
  24656. 1604.55 s [haskell-language-server] depends stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
  24657. 1604.55 s [haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24658. 1604.55 s [haskell-language-server] depends template-haskell-2.20.0.0
  24659. 1604.55 s [haskell-language-server] depends text-2.0.2
  24660. 1604.55 s [haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
  24661. 1604.55 s [haskell-language-server] depends transformers-0.6.1.0
  24662. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
  24663. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24664. 1604.55 s [haskell-language-server] depends directory-1.3.8.1
  24665. 1604.55 s [haskell-language-server] depends filepath-1.4.100.4
  24666. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24667. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24668. 1604.55 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24669. 1604.55 s [haskell-language-server] depends mtl-2.3.1
  24670. 1604.55 s [haskell-language-server] depends process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  24671. 1604.55 s [haskell-language-server] depends text-2.0.2
  24672. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
  24673. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24674. 1604.55 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24675. 1604.55 s [haskell-language-server] depends filepath-1.4.100.4
  24676. 1604.55 s [haskell-language-server] depends ghc-boot-th-9.6.3
  24677. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24678. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24679. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24680. 1604.55 s [haskell-language-server] depends mtl-2.3.1
  24681. 1604.55 s [haskell-language-server] depends ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
  24682. 1604.55 s [haskell-language-server] depends process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
  24683. 1604.55 s [haskell-language-server] depends text-2.0.2
  24684. 1604.55 s [haskell-language-server] depends transformers-0.6.1.0
  24685. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
  24686. 1604.55 s [haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
  24687. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24688. 1604.55 s [haskell-language-server] depends containers-0.6.7
  24689. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24690. 1604.55 s [haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
  24691. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24692. 1604.55 s [haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
  24693. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24694. 1604.55 s [haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
  24695. 1604.55 s [haskell-language-server] depends text-2.0.2
  24696. 1604.55 s [haskell-language-server] depends transformers-0.6.1.0
  24697. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  24698. 1604.55 s [haskell-language-server] depends aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
  24699. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24700. 1604.55 s [haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  24701. 1604.55 s [haskell-language-server] depends directory-1.3.8.1
  24702. 1604.55 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24703. 1604.55 s [haskell-language-server] depends filepath-1.4.100.4
  24704. 1604.55 s [haskell-language-server] depends ghc-9.6.3
  24705. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24706. 1604.55 s [haskell-language-server] depends githash-0.1.7.0-Ey5LjM4uZ3jZp5XM5rHnD
  24707. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
  24708. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
  24709. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
  24710. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
  24711. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
  24712. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
  24713. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
  24714. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
  24715. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
  24716. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
  24717. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
  24718. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
  24719. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
  24720. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
  24721. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
  24722. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
  24723. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
  24724. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
  24725. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
  24726. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
  24727. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
  24728. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
  24729. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
  24730. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
  24731. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
  24732. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
  24733. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
  24734. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
  24735. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
  24736. 1604.55 s [haskell-language-server] depends hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
  24737. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24738. 1604.55 s [haskell-language-server] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
  24739. 1604.55 s [haskell-language-server] depends optparse-simple-0.1.1.4-6CVx9RrVCg016PBWfLC4mx
  24740. 1604.55 s [haskell-language-server] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  24741. 1604.55 s [haskell-language-server] depends process-1.6.17.0
  24742. 1604.55 s [haskell-language-server] depends text-2.0.2
  24743. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-4dxtCpKaDbxGq2rgYzG6kM-haskell-language-server
  24744. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24745. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  24746. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24747. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24748. 1604.55 s [haskell-language-server] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
  24749. 1604.55 s [haskell-language-server] depends text-2.0.2
  24750. 1604.55 s [haskell-language-server] definite haskell-language-server-2.10.0.0-KNPdqjZWcseDOYzo3gEojg-haskell-language-server-wrapper
  24751. 1604.55 s [haskell-language-server] depends base-4.18.1.0
  24752. 1604.55 s [haskell-language-server] depends containers-0.6.7
  24753. 1604.55 s [haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
  24754. 1604.55 s [haskell-language-server] depends directory-1.3.8.1
  24755. 1604.55 s [haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
  24756. 1604.55 s [haskell-language-server] depends filepath-1.4.100.4
  24757. 1604.55 s [haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
  24758. 1604.55 s [haskell-language-server] depends haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  24759. 1604.55 s [haskell-language-server] depends hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
  24760. 1604.55 s [haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
  24761. 1604.55 s [haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
  24762. 1604.55 s [haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
  24763. 1604.55 s [haskell-language-server] depends text-2.0.2
  24764. 1604.55 s [haskell-language-server] depends transformers-0.6.1.0
  24765. 1604.55 s [haskell-language-server] depends unix-2.8.1.0
  24766. 1604.55 s [haskell-language-server] depends unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
  24767. 1604.55 s [haskell-language-server] Using Cabal-3.10.1.0 compiled by ghc-9.6
  24768. 1604.55 s [haskell-language-server] Using compiler: ghc-9.6.3
  24769. 1604.55 s [haskell-language-server] Using install prefix:
  24770. 1604.55 s [haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0
  24771. 1604.55 s [haskell-language-server] Executables installed in:
  24772. 1604.55 s [haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/bin
  24773. 1604.55 s [haskell-language-server] Libraries installed in:
  24774. 1604.55 s [haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
  24775. 1604.55 s [haskell-language-server] Dynamic Libraries installed in:
  24776. 1604.55 s [haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
  24777. 1604.55 s [haskell-language-server] Private executables installed in:
  24778. 1604.55 s [haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/libexec/x86_64-linux-ghc-9.6.3/haskell-language-server-2.10.0.0
  24779. 1604.55 s [haskell-language-server] Data files installed in:
  24780. 1604.55 s [haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/share/x86_64-linux-ghc-9.6.3/haskell-language-server-2.10.0.0
  24781. 1604.55 s [haskell-language-server] Documentation installed in:
  24782. 1604.55 s [haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/share/doc/x86_64-linux-ghc-9.6.3/haskell-language-server-2.10.0.0
  24783. 1604.55 s [haskell-language-server] Configuration files installed in:
  24784. 1604.58 s [haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/etc
  24785. 1604.58 s [haskell-language-server] No alex found
  24786. 1604.58 s [haskell-language-server] Using ar found on system at:
  24787. 1604.58 s [haskell-language-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
  24788. 1604.58 s [haskell-language-server] No c2hs found
  24789. 1604.58 s [haskell-language-server] Using cpphs version 1.20.9 found on system at:
  24790. 1604.58 s [haskell-language-server] /nix/store/vkgjy92lhx03y0z092rlhbm9shlvb50h-cpphs-1.20.9.1/bin/cpphs
  24791. 1604.58 s [haskell-language-server] No doctest found
  24792. 1604.58 s [haskell-language-server] Using gcc version 14.3.0 given by user at:
  24793. 1604.58 s [haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
  24794. 1604.58 s [haskell-language-server] Using ghc version 9.6.3 found on system at:
  24795. 1604.58 s [haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
  24796. 1604.58 s [haskell-language-server] Using ghc-pkg version 9.6.3 found on system at:
  24797. 1604.58 s [haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
  24798. 1604.58 s [haskell-language-server] No ghcjs found
  24799. 1604.58 s [haskell-language-server] No ghcjs-pkg found
  24800. 1604.58 s [haskell-language-server] No greencard found
  24801. 1604.58 s [haskell-language-server] Using haddock version 2.29.1 found on system at:
  24802. 1604.58 s [haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
  24803. 1604.58 s [haskell-language-server] No happy found
  24804. 1604.58 s [haskell-language-server] Using haskell-suite found on system at: haskell-suite-dummy-location
  24805. 1604.58 s [haskell-language-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  24806. 1604.58 s [haskell-language-server] No hmake found
  24807. 1604.58 s [haskell-language-server] Using hpc version 0.68 found on system at:
  24808. 1604.58 s [haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
  24809. 1604.58 s [haskell-language-server] Using hsc2hs version 0.68.9 found on system at:
  24810. 1604.58 s [haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
  24811. 1604.58 s [haskell-language-server] Using hscolour version 1.25 found on system at:
  24812. 1604.58 s [haskell-language-server] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
  24813. 1604.58 s [haskell-language-server] No jhc found
  24814. 1604.58 s [haskell-language-server] Using ld found on system at:
  24815. 1604.58 s [haskell-language-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
  24816. 1604.58 s [haskell-language-server] No pkg-config found
  24817. 1604.58 s [haskell-language-server] Using runghc version 9.6.3 found on system at:
  24818. 1604.58 s [haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
  24819. 1604.58 s [haskell-language-server] Using strip version 2.44 found on system at:
  24820. 1604.58 s [haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
  24821. 1604.58 s [haskell-language-server] Using tar found on system at:
  24822. 1604.58 s [haskell-language-server] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
  24823. 1604.58 s [haskell-language-server] No uhc found
  24824. 1604.83 s [haskell-language-server] Phase: buildPhase
  24825. 1604.94 s [haskell-language-server] Preprocessing library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0..
  24826. 1604.94 s [haskell-language-server] Building library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0..
  24827. 1605.04 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 )
  24828. 1605.99 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 )
  24829. 1607.41 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 )
  24830. 1607.98 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 )
  24831. 1608.85 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 )
  24832. 1610.07 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 )
  24833. 1616.59 s [haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0..
  24834. 1616.59 s [haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0..
  24835. 1616.75 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 )
  24836. 1618.11 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 )
  24837. 1618.43 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 )
  24838. 1619.42 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 )
  24839. 1619.97 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 )
  24840. 1624.18 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 )
  24841. 1624.49 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 )
  24842. 1625.27 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 )
  24843. 1632.40 s [haskell-language-server] Preprocessing executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0..
  24844. 1632.40 s [haskell-language-server] Building executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0..
  24845. 1632.50 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 )
  24846. 1632.72 s [haskell-language-server] [2 of 2] Linking dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor
  24847. 1633.11 s [haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0..
  24848. 1633.11 s [haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0..
  24849. 1633.19 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 )
  24850. 1635.19 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 )
  24851. 1642.50 s [haskell-language-server] Preprocessing library 'hls-fourmolu-plugin' for haskell-language-server-2.10.0.0..
  24852. 1642.50 s [haskell-language-server] Building library 'hls-fourmolu-plugin' for haskell-language-server-2.10.0.0..
  24853. 1642.59 s [haskell-language-server]
  24854. 1642.59 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24855. 1642.59 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24856. 1642.59 s [haskell-language-server] but were not needed for compilation:
  24857. 1642.59 s [haskell-language-server] - yaml-0.11.11.2 (exposed by flag -package-id yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i)
  24858. 1642.60 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 )
  24859. 1645.27 s [haskell-language-server]
  24860. 1645.27 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24861. 1645.27 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24862. 1645.27 s [haskell-language-server] but were not needed for compilation:
  24863. 1645.27 s [haskell-language-server] - yaml-0.11.11.2 (exposed by flag -package-id yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i)
  24864. 1645.29 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 )
  24865. 1654.73 s [haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0..
  24866. 1654.73 s [haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0..
  24867. 1654.84 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 )
  24868. 1657.34 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 )
  24869. 1665.42 s [haskell-language-server] Preprocessing library 'hls-eval-plugin' for haskell-language-server-2.10.0.0..
  24870. 1665.42 s [haskell-language-server] Building library 'hls-eval-plugin' for haskell-language-server-2.10.0.0..
  24871. 1665.64 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 )
  24872. 1666.06 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 )
  24873. 1666.11 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 )
  24874. 1666.34 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 )
  24875. 1667.12 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 )
  24876. 1671.71 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 )
  24877. 1672.12 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 )
  24878. 1674.25 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 )
  24879. 1674.25 s [haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.CodeLens ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.dyn_o )
  24880. 1675.81 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 )
  24881. 1676.29 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 )
  24882. 1676.77 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 )
  24883. 1676.85 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 )
  24884. 1676.90 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 )
  24885. 1677.58 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 )
  24886. 1683.99 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 )
  24887. 1684.43 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 )
  24888. 1686.45 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 )
  24889. 1686.45 s [haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.CodeLens ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.p_o )
  24890. 1687.82 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 )
  24891. 1693.42 s [haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0..
  24892. 1693.42 s [haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0..
  24893. 1693.52 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 )
  24894. 1695.40 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 )
  24895. 1702.45 s [haskell-language-server] Preprocessing library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0..
  24896. 1702.45 s [haskell-language-server] Building library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0..
  24897. 1702.54 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 )
  24898. 1703.98 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 )
  24899. 1704.70 s [haskell-language-server]
  24900. 1704.70 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24901. 1704.70 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24902. 1704.70 s [haskell-language-server] In a pattern binding:
  24903. 1704.70 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  24904. 1704.70 s [haskell-language-server] Failure _
  24905. 1704.70 s [haskell-language-server] CompletionInvoked _
  24906. 1704.70 s [haskell-language-server] |
  24907. 1704.70 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  24908. 1704.70 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24909. 1704.70 s [haskell-language-server]
  24910. 1704.70 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24911. 1704.70 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24912. 1704.70 s [haskell-language-server] In a lambda abstraction:
  24913. 1704.70 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  24914. 1704.70 s [haskell-language-server] ‘ProcessHandle’ not matched:
  24915. 1704.70 s [haskell-language-server] Nothing _ _ _
  24916. 1704.70 s [haskell-language-server] (Just _) Nothing _ _
  24917. 1704.70 s [haskell-language-server] (Just _) (Just _) Nothing _
  24918. 1704.70 s [haskell-language-server] |
  24919. 1704.70 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  24920. 1704.70 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24921. 1707.10 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 )
  24922. 1708.47 s [haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.p_o )
  24923. 1709.01 s [haskell-language-server]
  24924. 1709.01 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24925. 1709.01 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24926. 1709.01 s [haskell-language-server] In a pattern binding:
  24927. 1709.01 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  24928. 1709.01 s [haskell-language-server] Failure _
  24929. 1709.01 s [haskell-language-server] CompletionInvoked _
  24930. 1709.01 s [haskell-language-server] |
  24931. 1709.01 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  24932. 1709.01 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24933. 1709.01 s [haskell-language-server]
  24934. 1709.01 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24935. 1709.01 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24936. 1709.01 s [haskell-language-server] In a lambda abstraction:
  24937. 1709.01 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  24938. 1709.01 s [haskell-language-server] ‘ProcessHandle’ not matched:
  24939. 1709.01 s [haskell-language-server] Nothing _ _ _
  24940. 1709.01 s [haskell-language-server] (Just _) Nothing _ _
  24941. 1709.01 s [haskell-language-server] (Just _) (Just _) Nothing _
  24942. 1709.01 s [haskell-language-server] |
  24943. 1709.01 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  24944. 1709.01 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24945. 1716.76 s [haskell-language-server] Preprocessing library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0..
  24946. 1716.76 s [haskell-language-server] Building library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0..
  24947. 1716.86 s [haskell-language-server]
  24948. 1716.86 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24949. 1716.86 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24950. 1716.86 s [haskell-language-server] but were not needed for compilation:
  24951. 1716.86 s [haskell-language-server] - ghc-9.6.3 (exposed by flag -package-id ghc-9.6.3)
  24952. 1716.87 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 )
  24953. 1721.93 s [haskell-language-server]
  24954. 1721.93 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24955. 1721.94 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24956. 1721.94 s [haskell-language-server] but were not needed for compilation:
  24957. 1721.94 s [haskell-language-server] - ghc-9.6.3 (exposed by flag -package-id ghc-9.6.3)
  24958. 1721.94 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 )
  24959. 1732.14 s [haskell-language-server] Preprocessing library 'hls-refactor-plugin' for haskell-language-server-2.10.0.0..
  24960. 1732.14 s [haskell-language-server] Building library 'hls-refactor-plugin' for haskell-language-server-2.10.0.0..
  24961. 1732.48 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 )
  24962. 1732.68 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 )
  24963. 1744.08 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 )
  24964. 1744.09 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 )
  24965. 1744.09 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 )
  24966. 1744.15 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 )
  24967. 1744.85 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 )
  24968. 1745.50 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 )
  24969. 1745.50 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 )
  24970. 1745.50 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 )
  24971. 1745.50 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 )
  24972. 1745.50 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 )
  24973. 1745.50 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 )
  24974. 1752.01 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 )
  24975. 1752.27 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 )
  24976. 1763.76 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 )
  24977. 1763.77 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 )
  24978. 1763.77 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 )
  24979. 1763.90 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 )
  24980. 1764.61 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 )
  24981. 1765.29 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 )
  24982. 1765.29 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 )
  24983. 1765.29 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 )
  24984. 1765.29 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 )
  24985. 1765.29 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 )
  24986. 1765.29 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 )
  24987. 1775.85 s [haskell-language-server] Preprocessing library 'hls-rename-plugin' for haskell-language-server-2.10.0.0..
  24988. 1775.85 s [haskell-language-server] Building library 'hls-rename-plugin' for haskell-language-server-2.10.0.0..
  24989. 1776.30 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 )
  24990. 1777.63 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 )
  24991. 1784.87 s [haskell-language-server] Preprocessing library 'hls-gadt-plugin' for haskell-language-server-2.10.0.0..
  24992. 1784.87 s [haskell-language-server] Building library 'hls-gadt-plugin' for haskell-language-server-2.10.0.0..
  24993. 1784.97 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 )
  24994. 1785.72 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 )
  24995. 1787.50 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 )
  24996. 1788.26 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 )
  24997. 1795.38 s [haskell-language-server] Preprocessing library 'hls-hlint-plugin' for haskell-language-server-2.10.0.0..
  24998. 1795.38 s [haskell-language-server] Building library 'hls-hlint-plugin' for haskell-language-server-2.10.0.0..
  24999. 1795.51 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Hlint ( plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs, dist/build/hls-hlint-plugin/Ide/Plugin/Hlint.o, dist/build/hls-hlint-plugin/Ide/Plugin/Hlint.dyn_o )
  25000. 1800.05 s interrupted by the user