1. 1330.13 s [stylish-haskell] [ 6 of 26] Compiling Language.Haskell.Stylish.Module ( lib/Language/Haskell/Stylish/Module.hs, /build/ghc1912_0/ghc_20.o, /build/ghc1912_0/ghc_20.dyn_o )
  2. 1330.17 s [stylish-haskell] lib/Language/Haskell/Stylish/Module.hs:54:1: warning: [GHC-90177] [-Worphans]
  3. 1330.17 s [stylish-haskell] Orphan class instance: instance Eq GHC.RawPkgQual
  4. 1330.17 s [stylish-haskell] Suggested fix:
  5. 1330.17 s [stylish-haskell] Move the instance declaration to the module of the class or of the type, or
  6. 1330.17 s [stylish-haskell] wrap the type with a newtype and declare the instance on the new type.
  7. 1330.17 s [stylish-haskell] |
  8. 1330.17 s [stylish-haskell] 54 | deriving instance Eq GHC.RawPkgQual
  9. 1330.17 s [stylish-haskell] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  10. 1330.17 s [stylish-haskell]
  11. 1330.25 s [stylish-haskell] [ 7 of 26] Compiling Language.Haskell.Stylish.Ordering ( lib/Language/Haskell/Stylish/Ordering.hs, /build/ghc1912_0/ghc_22.o, /build/ghc1912_0/ghc_22.dyn_o )
  12. 1330.31 s [stylish-haskell] [ 8 of 26] Compiling Language.Haskell.Stylish.Parse ( lib/Language/Haskell/Stylish/Parse.hs, nothing )
  13. 1330.35 s [stylish-haskell] lib/Language/Haskell/Stylish/Parse.hs:9:70: warning: [GHC-38856] [-Wunused-imports]
  14. 1330.35 s [stylish-haskell] The import of ‘foldl'’ from module ‘Data.List’ is redundant
  15. 1330.35 s [stylish-haskell] |
  16. 1330.35 s [stylish-haskell] 9 | import Data.List (foldl',
  17. 1330.35 s [stylish-haskell] | ^^^^^^
  18. 1330.35 s [stylish-haskell]
  19. 1330.35 s [stylish-haskell] [ 9 of 26] Compiling Language.Haskell.Stylish.Printer ( lib/Language/Haskell/Stylish/Printer.hs, /build/ghc1912_0/ghc_24.o, /build/ghc1912_0/ghc_24.dyn_o )
  20. 1330.95 s [stylish-haskell] [10 of 26] Compiling Language.Haskell.Stylish.Step ( lib/Language/Haskell/Stylish/Step.hs, /build/ghc1912_0/ghc_26.o, /build/ghc1912_0/ghc_26.dyn_o )
  21. 1330.98 s [stylish-haskell] [11 of 26] Compiling Language.Haskell.Stylish.Step.Tabs ( lib/Language/Haskell/Stylish/Step/Tabs.hs, /build/ghc1912_0/ghc_40.o, /build/ghc1912_0/ghc_40.dyn_o )
  22. 1331.01 s [stylish-haskell] [12 of 26] Compiling Language.Haskell.Stylish.Step.TrailingWhitespace ( lib/Language/Haskell/Stylish/Step/TrailingWhitespace.hs, /build/ghc1912_0/ghc_42.o, /build/ghc1912_0/ghc_42.dyn_o )
  23. 1331.04 s [stylish-haskell] [13 of 26] Compiling Language.Haskell.Stylish.Util ( lib/Language/Haskell/Stylish/Util.hs, /build/ghc1912_0/ghc_46.o, /build/ghc1912_0/ghc_46.dyn_o )
  24. 1331.14 s [stylish-haskell] [14 of 26] Compiling Language.Haskell.Stylish.Step.Squash ( lib/Language/Haskell/Stylish/Step/Squash.hs, /build/ghc1912_0/ghc_38.o, /build/ghc1912_0/ghc_38.dyn_o )
  25. 1331.25 s [stylish-haskell] [15 of 26] Compiling Language.Haskell.Stylish.Step.LanguagePragmas ( lib/Language/Haskell/Stylish/Step/LanguagePragmas.hs, /build/ghc1912_0/ghc_32.o, /build/ghc1912_0/ghc_32.dyn_o )
  26. 1331.29 s [stylish-haskell] lib/Language/Haskell/Stylish/Step/LanguagePragmas.hs:77:15: warning: [GHC-63394] [-Wx-partial]
  27. 1331.29 s [stylish-haskell] In the use of ‘head’
  28. 1331.29 s [stylish-haskell] (imported from Prelude, but defined in GHC.Internal.List):
  29. 1331.29 s [stylish-haskell] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  30. 1331.29 s [stylish-haskell] |
  31. 1331.29 s [stylish-haskell] 77 | , " " <> head pragmas'
  32. 1331.29 s [stylish-haskell] | ^^^^
  33. 1331.29 s [stylish-haskell]
  34. 1331.29 s [stylish-haskell] lib/Language/Haskell/Stylish/Step/LanguagePragmas.hs:79:38: warning: [GHC-63394] [-Wx-partial]
  35. 1331.29 s [stylish-haskell] In the use of ‘tail’
  36. 1331.29 s [stylish-haskell] (imported from Prelude, but defined in GHC.Internal.List):
  37. 1331.29 s [stylish-haskell] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  38. 1331.29 s [stylish-haskell] |
  39. 1331.29 s [stylish-haskell] 79 | <> [ " , " <> pragma | pragma <- tail pragmas']
  40. 1331.29 s [stylish-haskell] | ^^^^
  41. 1331.29 s [stylish-haskell]
  42. 1331.42 s [stylish-haskell] [16 of 26] Compiling Language.Haskell.Stylish.Step.UnicodeSyntax ( lib/Language/Haskell/Stylish/Step/UnicodeSyntax.hs, /build/ghc1912_0/ghc_44.o, /build/ghc1912_0/ghc_44.dyn_o )
  43. 1331.47 s [stylish-haskell] [17 of 26] Compiling Language.Haskell.Stylish.Step.Imports ( lib/Language/Haskell/Stylish/Step/Imports.hs, /build/ghc1912_0/ghc_30.o, /build/ghc1912_0/ghc_30.dyn_o )
  44. 1332.07 s [stylish-haskell] lib/Language/Haskell/Stylish/Step/Imports.hs:290:37: warning: [GHC-63394] [-Wx-partial]
  45. 1332.07 s [stylish-haskell] In the use of ‘head’
  46. 1332.07 s [stylish-haskell] (imported from Prelude, but defined in GHC.Internal.List):
  47. 1332.07 s [stylish-haskell] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  48. 1332.07 s [stylish-haskell] |
  49. 1332.07 s [stylish-haskell] 290 | (GHC.srcSpanStartLine . src $ head imports)
  50. 1332.07 s [stylish-haskell] | ^^^^
  51. 1332.07 s [stylish-haskell]
  52. 1332.55 s [stylish-haskell] [18 of 26] Compiling Language.Haskell.Stylish.Step.ModuleHeader ( lib/Language/Haskell/Stylish/Step/ModuleHeader.hs, /build/ghc1912_0/ghc_34.o, /build/ghc1912_0/ghc_34.dyn_o )
  53. 1332.74 s [stylish-haskell] [19 of 26] Compiling Language.Haskell.Stylish.Step.Data ( lib/Language/Haskell/Stylish/Step/Data.hs, /build/ghc1912_0/ghc_28.o, /build/ghc1912_0/ghc_28.dyn_o )
  54. 1333.03 s [mono-traversable] Documentation created: dist/doc/html/mono-traversable/,
  55. 1333.03 s [mono-traversable] dist/doc/html/mono-traversable/mono-traversable.txt
  56. 1333.10 s [mono-traversable] Preprocessing test suite 'test' for mono-traversable-1.0.21.0...
  57. 1333.10 s [mono-traversable] Phase: installPhase
  58. 1333.19 s [mono-traversable] Installing library in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  59. 1333.31 s [stylish-haskell] [20 of 26] Compiling Language.Haskell.Stylish.Align ( lib/Language/Haskell/Stylish/Align.hs, /build/ghc1912_0/ghc_6.o, /build/ghc1912_0/ghc_6.dyn_o )
  60. 1333.39 s [stylish-haskell] [21 of 26] Compiling Language.Haskell.Stylish.Step.SimpleAlign ( lib/Language/Haskell/Stylish/Step/SimpleAlign.hs, /build/ghc1912_0/ghc_36.o, /build/ghc1912_0/ghc_36.dyn_o )
  61. 1333.42 s [stylish-haskell] lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:15:51: warning: [GHC-38856] [-Wunused-imports]
  62. 1333.43 s [stylish-haskell] The import of ‘foldl'’ from module ‘Data.List’ is redundant
  63. 1333.43 s [stylish-haskell] |
  64. 1333.43 s [stylish-haskell] 15 | import Data.List (foldl', foldl1', sortOn)
  65. 1333.43 s [stylish-haskell] | ^^^^^^
  66. 1333.43 s [stylish-haskell]
  67. 1333.55 s [stylish-haskell] [22 of 26] Compiling Language.Haskell.Stylish.Verbose ( lib/Language/Haskell/Stylish/Verbose.hs, /build/ghc1912_0/ghc_48.o, /build/ghc1912_0/ghc_48.dyn_o )
  68. 1333.60 s [stylish-haskell] [23 of 26] Compiling Language.Haskell.Stylish.Config.Cabal ( lib/Language/Haskell/Stylish/Config/Cabal.hs, /build/ghc1912_0/ghc_12.o, /build/ghc1912_0/ghc_12.dyn_o )
  69. 1333.74 s [mono-traversable] Phase: fixupPhase
  70. 1333.76 s [mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
  71. 1333.76 s [mono-traversable] shrinking /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSmono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE-ghc9.10.2.so
  72. 1333.78 s [mono-traversable] checking for references to /build/ in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0...
  73. 1333.80 s [mono-traversable] patching script interpreter paths in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
  74. 1333.80 s [mono-traversable] stripping (with command strip and flags -S -p) in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0/lib
  75. 1333.91 s [stylish-haskell] [24 of 26] Compiling Language.Haskell.Stylish.Config ( lib/Language/Haskell/Stylish/Config.hs, nothing )
  76. 1334.09 s [mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc
  77. 1334.10 s [mono-traversable] checking for references to /build/ in /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc...
  78. 1334.12 s [mono-traversable] patching script interpreter paths in /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc
  79. 1334.28 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
  80. 1334.86 s [post-build-hook] Pushing 2 paths (108 are already present) using zstd to cache sellout ⏳
  81. 1334.86 s [post-build-hook]
  82. 1335.20 s [post-build-hook] Pushing /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc (5.39 MiB)
  83. 1335.23 s [post-build-hook] Pushing /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0 (23.48 MiB)
  84. 1336.30 s [post-build-hook]
  85. 1336.30 s [post-build-hook] All done.
  86. 1336.32 s [post-build-hook] Uploading to the NixCI cache: /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
  87. 1336.36 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  88. 1336.59 s [post-build-hook] copying 2 paths...
  89. 1336.59 s [post-build-hook] copying path '/nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc' to 'https://cache.nix-ci.com'...
  90. 1337.30 s [post-build-hook] copying path '/nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0' to 'https://cache.nix-ci.com'...
  91. 1343.12 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  92. 1343.32 s [post-build-hook] copying 1 paths...
  93. 1343.33 s [post-build-hook] copying path '/nix/store/rv1djllcsypa3hsakd5hk0i89q4h5mgl-mono-traversable-1.0.21.0.drv' to 'https://cache.nix-ci.com'...
  94. 1343.48 s Progress: 137 of 157 built (3 building), 587 of 587 downloaded from cache
  95. 1343.55 s Building conduit
  96. 1343.55 s [ormolu] Documentation created: dist/doc/html/ormolu/, dist/doc/html/ormolu/ormolu.txt
  97. 1343.55 s [ormolu] Preprocessing executable 'ormolu' for ormolu-0.8.0.2...
  98. 1343.55 s [ormolu] Preprocessing test suite 'tests' for ormolu-0.8.0.2...
  99. 1343.55 s [ormolu] Phase: installPhase
  100. 1343.55 s [ormolu] Installing library in /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
  101. 1343.55 s [ormolu] Installing executable ormolu in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin/bin
  102. 1343.55 s [ormolu] Warning: The directory
  103. 1343.55 s [ormolu] /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin/bin is not in
  104. 1343.55 s [ormolu] the system search path.
  105. 1343.55 s [ormolu] Phase: fixupPhase
  106. 1343.55 s [ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2
  107. 1343.55 s [ormolu] shrinking /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7-ghc9.10.2.so
  108. 1343.55 s [ormolu] checking for references to /build/ in /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2...
  109. 1343.55 s [ormolu] patching script interpreter paths in /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2
  110. 1343.55 s [ormolu] stripping (with command strip and flags -S -p) in /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2/lib
  111. 1343.55 s [ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/h6qdsay4q39nbm0k1f0wbfwfmfmqpy48-ormolu-0.8.0.2-doc
  112. 1343.55 s [ormolu] checking for references to /build/ in /nix/store/h6qdsay4q39nbm0k1f0wbfwfmfmqpy48-ormolu-0.8.0.2-doc...
  113. 1343.55 s [ormolu] patching script interpreter paths in /nix/store/h6qdsay4q39nbm0k1f0wbfwfmfmqpy48-ormolu-0.8.0.2-doc
  114. 1343.55 s [ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin
  115. 1343.55 s [ormolu] shrinking /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin/bin/ormolu
  116. 1343.55 s [ormolu] checking for references to /build/ in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin...
  117. 1343.55 s [ormolu] patching script interpreter paths in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin
  118. 1343.55 s [ormolu] stripping (with command strip and flags -S -p) in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin/bin
  119. 1343.55 s [stylish-haskell] [25 of 26] Compiling Paths_stylish_haskell ( dist/build/autogen/Paths_stylish_haskell.hs, nothing )
  120. 1343.55 s [stylish-haskell] [26 of 26] Compiling Language.Haskell.Stylish ( lib/Language/Haskell/Stylish.hs, nothing )
  121. 1343.55 s [stylish-haskell] Haddock coverage:
  122. 1343.55 s [stylish-haskell] 31% ( 5 / 16) in 'Language.Haskell.Stylish.GHC'
  123. 1343.55 s [stylish-haskell] Missing documentation for:
  124. 1343.55 s [stylish-haskell] dropAfterLocated (lib/Language/Haskell/Stylish/GHC.hs:57)
  125. 1343.55 s [stylish-haskell] dropBeforeLocated (lib/Language/Haskell/Stylish/GHC.hs:63)
  126. 1343.55 s [stylish-haskell] dropBeforeAndAfter (lib/Language/Haskell/Stylish/GHC.hs:69)
  127. 1343.55 s [stylish-haskell] unsafeGetRealSrcSpan (lib/Language/Haskell/Stylish/GHC.hs:46)
  128. 1343.55 s [stylish-haskell] getEndLineUnsafe (lib/Language/Haskell/Stylish/GHC.hs:54)
  129. 1343.55 s [stylish-haskell] getStartLineUnsafe (lib/Language/Haskell/Stylish/GHC.hs:51)
  130. 1343.55 s [stylish-haskell] baseDynFlags (lib/Language/Haskell/Stylish/GHC.hs:72)
  131. 1343.55 s [stylish-haskell] showOutputable (lib/Language/Haskell/Stylish/GHC.hs:80)
  132. 1343.55 s [stylish-haskell] getConDecls (lib/Language/Haskell/Stylish/GHC.hs:75)
  133. 1343.55 s [stylish-haskell] epAnnComments (lib/Language/Haskell/Stylish/GHC.hs:83)
  134. 1343.55 s [stylish-haskell] deepAnnComments (lib/Language/Haskell/Stylish/GHC.hs:86)
  135. 1343.55 s [stylish-haskell] 66% ( 10 / 15) in 'Language.Haskell.Stylish.Module'
  136. 1343.55 s [stylish-haskell] Missing documentation for:
  137. 1343.55 s [stylish-haskell] Module header
  138. 1343.55 s [stylish-haskell] Lines (lib/Language/Haskell/Stylish/Module.hs:52)
  139. 1343.55 s [stylish-haskell] groupByLine (lib/Language/Haskell/Stylish/Module.hs:91)
  140. 1343.55 s [stylish-haskell] importModuleName (lib/Language/Haskell/Stylish/Module.hs:61)
  141. 1343.55 s [stylish-haskell] moduleLanguagePragmas (lib/Language/Haskell/Stylish/Module.hs:137)
  142. 1343.55 s [stylish-haskell] Warning: 'Imports' is out of scope.
  143. 1343.55 s [stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
  144. 1343.55 s [stylish-haskell] Warning: 'ModuleHeader' is out of scope.
  145. 1343.55 s [stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
  146. 1343.55 s [stylish-haskell] Warning: 'RdrName' is out of scope.
  147. 1343.55 s [stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
  148. 1343.55 s [stylish-haskell] Warning: 'Safe' is out of scope.
  149. 1343.55 s [stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
  150. 1343.55 s [stylish-haskell] 50% ( 1 / 2) in 'Language.Haskell.Stylish.Parse'
  151. 1343.55 s [stylish-haskell] Missing documentation for:
  152. 1343.55 s [stylish-haskell] Module header
  153. 1343.55 s [stylish-haskell] Warning: 'Printer' is ambiguous. It is defined
  154. 1343.55 s [stylish-haskell] * at lib/Language/Haskell/Stylish/Printer.hs:74:21
  155. 1343.55 s [stylish-haskell] * at lib/Language/Haskell/Stylish/Printer.hs:74:1
  156. 1343.55 s [stylish-haskell] You may be able to disambiguate the identifier by qualifying it or
  157. 1343.55 s [stylish-haskell] by specifying the type/value namespace explicitly.
  158. 1343.55 s [stylish-haskell] Defaulting to the one defined at lib/Language/Haskell/Stylish/Printer.hs:74:1
  159. 1343.55 s [stylish-haskell] Warning: 'SrcSpan' is out of scope.
  160. 1343.55 s [stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
  161. 1343.55 s [stylish-haskell] 84% ( 28 / 33) in 'Language.Haskell.Stylish.Printer'
  162. 1343.55 s [stylish-haskell] Missing documentation for:
  163. 1343.55 s [stylish-haskell] Module header
  164. 1343.55 s [stylish-haskell] putMaybeLineComment (lib/Language/Haskell/Stylish/Printer.hs:143)
  165. 1343.55 s [stylish-haskell] withColumns (lib/Language/Haskell/Stylish/Printer.hs:346)
  166. 1343.55 s [stylish-haskell] modifyCurrentLine (lib/Language/Haskell/Stylish/Printer.hs:315)
  167. 1343.55 s [stylish-haskell] wrapping (lib/Language/Haskell/Stylish/Printer.hs:323)
  168. 1343.55 s [stylish-haskell] 0% ( 0 / 4) in 'Language.Haskell.Stylish.Step'
  169. 1343.55 s [stylish-haskell] Missing documentation for:
  170. 1343.55 s [stylish-haskell] Module header
  171. 1343.55 s [stylish-haskell] Lines (lib/Language/Haskell/Stylish/Module.hs:52)
  172. 1343.55 s [stylish-haskell] Step (lib/Language/Haskell/Stylish/Step.hs:13)
  173. 1343.55 s [stylish-haskell] makeStep (lib/Language/Haskell/Stylish/Step.hs:20)
  174. 1343.55 s [stylish-haskell] 0% ( 0 / 2) in 'Language.Haskell.Stylish.Step.Tabs'
  175. 1343.55 s [stylish-haskell] Missing documentation for:
  176. 1343.55 s [stylish-haskell] Module header
  177. 1343.55 s [stylish-haskell] step (lib/Language/Haskell/Stylish/Step/Tabs.hs:21)
  178. 1343.55 s [stylish-haskell] 0% ( 0 / 2) in 'Language.Haskell.Stylish.Step.TrailingWhitespace'
  179. 1343.55 s [stylish-haskell] Missing documentation for:
  180. 1343.55 s [stylish-haskell] Module header
  181. 1343.55 s [stylish-haskell] step (lib/Language/Haskell/Stylish/Step/TrailingWhitespace.hs:22)
  182. 1343.55 s [stylish-haskell] 0% ( 0 / 2) in 'Language.Haskell.Stylish.Step.Squash'
  183. 1343.55 s [stylish-haskell] Missing documentation for:
  184. 1343.55 s [stylish-haskell] Module header
  185. 1343.55 s [stylish-haskell] step (lib/Language/Haskell/Stylish/Step/Squash.hs:83)
  186. 1343.55 s [stylish-haskell] 40% ( 2 / 5) in 'Language.Haskell.Stylish.Step.LanguagePragmas'
  187. 1343.55 s [stylish-haskell] Missing documentation for:
  188. 1343.55 s [stylish-haskell] Module header
  189. 1343.55 s [stylish-haskell] Style (lib/Language/Haskell/Stylish/Step/LanguagePragmas.hs:32)
  190. 1343.55 s [stylish-haskell] step (lib/Language/Haskell/Stylish/Step/LanguagePragmas.hs:117)
  191. 1343.55 s [stylish-haskell] 0% ( 0 / 2) in 'Language.Haskell.Stylish.Step.UnicodeSyntax'
  192. 1343.55 s [stylish-haskell] Missing documentation for:
  193. 1343.55 s [stylish-haskell] Module header
  194. 1343.55 s [stylish-haskell] step (lib/Language/Haskell/Stylish/Step/UnicodeSyntax.hs:43)
  195. 1343.55 s [stylish-haskell] Warning: 'FromJSON' is out of scope.
  196. 1343.55 s [stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
  197. 1343.55 s [stylish-haskell] Warning: 'Pattern' is ambiguous. It is defined
  198. 1343.55 s [stylish-haskell] * at lib/Language/Haskell/Stylish/Step/Imports.hs:155:16
  199. 1343.88 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2 /nix/store/h6qdsay4q39nbm0k1f0wbfwfmfmqpy48-ormolu-0.8.0.2-doc /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin
  200. 1344.28 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  201. 1344.30 s [post-build-hook] Uploading to the NixCI cache: /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2 /nix/store/h6qdsay4q39nbm0k1f0wbfwfmfmqpy48-ormolu-0.8.0.2-doc /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin
  202. 1344.34 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  203. 1344.38 s [post-build-hook] copying 1 paths...
  204. 1344.38 s [post-build-hook] copying path '/nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2' to 'https://cache.nix-ci.com'...
  205. 1353.67 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  206. 1353.74 s [post-build-hook] copying 0 paths...
  207. 1353.76 s Progress: 138 of 157 built (3 building), 587 of 587 downloaded from cache
  208. 1353.76 s [stylish-haskell] * at lib/Language/Haskell/Stylish/Step/Imports.hs:155:1
  209. 1353.76 s [stylish-haskell] You may be able to disambiguate the identifier by qualifying it or
  210. 1353.76 s [stylish-haskell] by specifying the type/value namespace explicitly.
  211. 1353.76 s [stylish-haskell] Defaulting to the one defined at lib/Language/Haskell/Stylish/Step/Imports.hs:155:1
  212. 1353.76 s [stylish-haskell] Warning: 'groupPatterns' is out of scope.
  213. 1353.76 s [stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
  214. 1353.76 s [stylish-haskell] Warning: 'Options' is ambiguous. It is defined
  215. 1353.76 s [stylish-haskell] * at lib/Language/Haskell/Stylish/Step/Imports.hs:64:16
  216. 1353.76 s [stylish-haskell] * at lib/Language/Haskell/Stylish/Step/Imports.hs:64:1
  217. 1353.76 s [stylish-haskell] You may be able to disambiguate the identifier by qualifying it or
  218. 1353.76 s [stylish-haskell] by specifying the type/value namespace explicitly.
  219. 1353.76 s [stylish-haskell] Defaulting to the one defined at lib/Language/Haskell/Stylish/Step/Imports.hs:64:1
  220. 1353.76 s [stylish-haskell] 23% ( 3 / 13) in 'Language.Haskell.Stylish.Step.Imports'
  221. 1353.76 s [stylish-haskell] Missing documentation for:
  222. 1353.76 s [stylish-haskell] Module header
  223. 1353.76 s [stylish-haskell] Options (lib/Language/Haskell/Stylish/Step/Imports.hs:64)
  224. 1353.76 s [stylish-haskell] defaultOptions (lib/Language/Haskell/Stylish/Step/Imports.hs:79)
  225. 1353.76 s [stylish-haskell] ImportAlign (lib/Language/Haskell/Stylish/Step/Imports.hs:102)
  226. 1353.76 s [stylish-haskell] ListAlign (lib/Language/Haskell/Stylish/Step/Imports.hs:109)
  227. 1353.76 s [stylish-haskell] LongListAlign (lib/Language/Haskell/Stylish/Step/Imports.hs:122)
  228. 1353.76 s [stylish-haskell] EmptyListAlign (lib/Language/Haskell/Stylish/Step/Imports.hs:117)
  229. 1353.76 s [stylish-haskell] ListPadding (lib/Language/Haskell/Stylish/Step/Imports.hs:97)
  230. 1353.76 s [stylish-haskell] step (lib/Language/Haskell/Stylish/Step/Imports.hs:203)
  231. 1353.76 s [stylish-haskell] printImport (lib/Language/Haskell/Stylish/Step/Imports.hs:511)
  232. 1353.76 s [stylish-haskell] 0% ( 0 / 6) in 'Language.Haskell.Stylish.Step.ModuleHeader'
  233. 1353.76 s [stylish-haskell] Missing documentation for:
  234. 1353.76 s [stylish-haskell] Module header
  235. 1353.76 s [stylish-haskell] Config (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:36)
  236. 1353.76 s [stylish-haskell] BreakWhere (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:49)
  237. 1353.76 s [stylish-haskell] OpenBracket (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:44)
  238. 1353.76 s [stylish-haskell] defaultConfig (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:57)
  239. 1353.76 s [stylish-haskell] step (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:66)
  240. 1353.76 s [stylish-haskell] 16% ( 1 / 6) in 'Language.Haskell.Stylish.Step.Data'
  241. 1353.76 s [stylish-haskell] Missing documentation for:
  242. 1353.76 s [stylish-haskell] Module header
  243. 1353.76 s [stylish-haskell] Config (lib/Language/Haskell/Stylish/Step/Data.hs:53)
  244. 1353.76 s [stylish-haskell] Indent (lib/Language/Haskell/Stylish/Step/Data.hs:43)
  245. 1353.76 s [stylish-haskell] MaxColumns (lib/Language/Haskell/Stylish/Step/Data.hs:48)
  246. 1353.76 s [stylish-haskell] step (lib/Language/Haskell/Stylish/Step/Data.hs:91)
  247. 1353.76 s [stylish-haskell] Warning: 'Alignable' is ambiguous. It is defined
  248. 1353.76 s [stylish-haskell] * at lib/Language/Haskell/Stylish/Align.hs:44:20
  249. 1353.76 s [stylish-haskell] * at lib/Language/Haskell/Stylish/Align.hs:44:1
  250. 1353.76 s [stylish-haskell] You may be able to disambiguate the identifier by qualifying it or
  251. 1353.76 s [stylish-haskell] by specifying the type/value namespace explicitly.
  252. 1353.76 s [stylish-haskell] Defaulting to the one defined at lib/Language/Haskell/Stylish/Align.hs:44:1
  253. 1353.76 s [stylish-haskell] 0% ( 0 / 5) in 'Language.Haskell.Stylish.Step.SimpleAlign'
  254. 1353.76 s [stylish-haskell] Missing documentation for:
  255. 1353.76 s [stylish-haskell] Module header
  256. 1353.76 s [stylish-haskell] Config (lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:32)
  257. 1353.76 s [stylish-haskell] Align (lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:39)
  258. 1353.76 s [stylish-haskell] defaultConfig (lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:46)
  259. 1353.76 s [stylish-haskell] step (lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:183)
  260. 1353.76 s [stylish-haskell] 0% ( 0 / 9) in 'Language.Haskell.Stylish.Config'
  261. 1353.76 s [stylish-haskell] Missing documentation for:
  262. 1353.76 s [stylish-haskell] Module header
  263. 1353.76 s [stylish-haskell] Extensions (lib/Language/Haskell/Stylish/Config.hs:60)
  264. 1353.76 s [stylish-haskell] Config (lib/Language/Haskell/Stylish/Config.hs:64)
  265. 1353.76 s [stylish-haskell] ConfigSearchStrategy (lib/Language/Haskell/Stylish/Config/Internal.hs:20)
  266. 1353.76 s [stylish-haskell] ExitCodeBehavior (lib/Language/Haskell/Stylish/Config.hs:74)
  267. 1353.76 s [stylish-haskell] defaultConfigBytes (lib/Language/Haskell/Stylish/Config.hs:95)
  268. 1353.76 s [stylish-haskell] configFilePath (lib/Language/Haskell/Stylish/Config.hs:100)
  269. 1353.76 s [stylish-haskell] loadConfig (lib/Language/Haskell/Stylish/Config.hs:122)
  270. 1353.76 s [stylish-haskell] parseConfig (lib/Language/Haskell/Stylish/Config.hs:142)
  271. 1353.76 s [stylish-haskell] 34% ( 8 / 23) in 'Language.Haskell.Stylish'
  272. 1353.76 s [stylish-haskell] Missing documentation for:
  273. 1353.76 s [stylish-haskell] Module header
  274. 1353.76 s [stylish-haskell] runSteps (lib/Language/Haskell/Stylish.hs:105)
  275. 1353.76 s [stylish-haskell] simpleAlign (lib/Language/Haskell/Stylish.hs:54)
  276. 1353.77 s [stylish-haskell] imports (lib/Language/Haskell/Stylish.hs:61)
  277. 1353.77 s [stylish-haskell] languagePragmas (lib/Language/Haskell/Stylish.hs:71)
  278. 1353.77 s [stylish-haskell] tabs (lib/Language/Haskell/Stylish.hs:77)
  279. 1353.77 s [stylish-haskell] trailingWhitespace (lib/Language/Haskell/Stylish.hs:82)
  280. 1353.77 s [stylish-haskell] unicodeSyntax (lib/Language/Haskell/Stylish.hs:89)
  281. 1353.77 s [stylish-haskell] stepName
  282. 1353.77 s [conduit] Phase: setupCompilerEnvironmentPhase
  283. 1353.77 s [conduit] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  284. 1353.77 s [conduit] Phase: unpackPhase
  285. 1353.77 s [conduit] unpacking source archive /nix/store/8sp5k4g5r92npk40bv2qg6bwndx645hy-conduit-1.3.6.1.tar.gz
  286. 1353.77 s [conduit] source root is conduit-1.3.6.1
  287. 1353.77 s [conduit] setting SOURCE_DATE_EPOCH to timestamp 1740294189 of file "conduit-1.3.6.1/conduit.cabal"
  288. 1353.77 s [conduit] Phase: patchPhase
  289. 1353.77 s [conduit] Phase: compileBuildDriverPhase
  290. 1353.77 s [conduit] setupCompileFlags: -package-db=/build/tmp.xibAgZA0Xr/setup-package.conf.d -threaded
  291. 1353.77 s [conduit] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.xibAgZA0Xr/Main.o )
  292. 1353.77 s [conduit] [2 of 2] Linking Setup
  293. 1353.77 s [conduit] Phase: updateAutotoolsGnuConfigScriptsPhase
  294. 1353.77 s [conduit] Phase: configurePhase
  295. 1353.77 s [conduit] configureFlags: --verbose --prefix=/nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc/share/doc/conduit-1.3.6.1 --with-gcc=gcc --package-db=/build/tmp.xibAgZA0Xr/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  296. 1353.77 s [conduit] Using Parsec parser
  297. 1353.77 s [conduit] Configuring conduit-1.3.6.1...
  298. 1353.77 s [conduit] Dependency base >=4.12 && <5: using base-4.20.1.0
  299. 1353.77 s [conduit] Dependency bytestring: using bytestring-0.12.2.0
  300. 1353.77 s [conduit] Dependency directory: using directory-1.3.8.5
  301. 1353.77 s [conduit] Dependency exceptions: using exceptions-0.10.9
  302. 1353.77 s [conduit] Dependency filepath: using filepath-1.5.4.0
  303. 1353.77 s [conduit] Dependency mono-traversable >=1.0.7: using mono-traversable-1.0.21.0
  304. 1353.77 s [conduit] Dependency mtl: using mtl-2.3.1
  305. 1353.77 s [conduit] Dependency primitive: using primitive-0.9.1.0
  306. 1353.77 s [conduit] Dependency resourcet >=1.2 && <1.4: using resourcet-1.3.0
  307. 1353.77 s [conduit] Dependency text: using text-2.1.2
  308. 1353.77 s [conduit] Dependency transformers >=0.4: using transformers-0.6.1.1
  309. 1353.77 s [conduit] Dependency unix: using unix-2.8.6.0
  310. 1353.77 s [conduit] Dependency unliftio-core: using unliftio-core-0.2.1.0
  311. 1353.77 s [conduit] Dependency vector: using vector-0.13.2.0
  312. 1353.77 s [conduit] Dependency QuickCheck >=2.7: using QuickCheck-2.15.0.1
  313. 1353.77 s [conduit] Dependency base: using base-4.20.1.0
  314. 1353.77 s [conduit] Dependency bytestring: using bytestring-0.12.2.0
  315. 1353.77 s [conduit] Dependency conduit: using conduit-1.3.6.1
  316. 1353.77 s [conduit] Dependency containers: using containers-0.7
  317. 1353.77 s [conduit] Dependency directory: using directory-1.3.8.5
  318. 1353.77 s [conduit] Dependency exceptions >=0.6: using exceptions-0.10.9
  319. 1353.77 s [conduit] Dependency filepath: using filepath-1.5.4.0
  320. 1353.77 s [conduit] Dependency hspec >=1.3: using hspec-2.11.14
  321. 1353.77 s [conduit] Dependency mono-traversable: using mono-traversable-1.0.21.0
  322. 1353.77 s [conduit] Dependency mtl: using mtl-2.3.1
  323. 1353.77 s [conduit] Dependency resourcet: using resourcet-1.3.0
  324. 1353.77 s [conduit] Dependency safe: using safe-0.3.21
  325. 1353.77 s [conduit] Dependency silently: using silently-1.2.5.4
  326. 1353.77 s [conduit] Dependency split >=0.2.0.0: using split-0.2.5
  327. 1353.77 s [conduit] Dependency text: using text-2.1.2
  328. 1353.77 s [conduit] Dependency transformers: using transformers-0.6.1.1
  329. 1353.77 s [conduit] Dependency unliftio >=0.2.4.0: using unliftio-0.2.25.1
  330. 1353.77 s [conduit] Dependency vector: using vector-0.13.2.0
  331. 1353.77 s [conduit] Source component graph:
  332. 1353.77 s [conduit] component lib
  333. 1353.77 s [conduit] component test:conduit-test dependency lib
  334. 1353.77 s [conduit] Configured component graph:
  335. 1353.77 s [conduit] component conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  336. 1353.77 s [conduit] include base-4.20.1.0-f445
  337. 1353.77 s [conduit] include bytestring-0.12.2.0-214a
  338. 1353.77 s [conduit] include directory-1.3.8.5-159c
  339. 1353.77 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 )
  340. 1353.77 s [stylish-haskell] Verbose (lib/Language/Haskell/Stylish/Verbose.hs:13)
  341. 1353.77 s [stylish-haskell] makeVerbose (lib/Language/Haskell/Stylish/Verbose.hs:18)
  342. 1353.77 s [stylish-haskell] version (dist/build/autogen/Paths_stylish_haskell.hs:36)
  343. 1353.77 s [stylish-haskell] ConfigSearchStrategy (lib/Language/Haskell/Stylish/Config/Internal.hs:20)
  344. 1353.77 s [stylish-haskell] Lines (lib/Language/Haskell/Stylish/Module.hs:52)
  345. 1353.77 s [stylish-haskell] Step (lib/Language/Haskell/Stylish/Step.hs:13)
  346. 1353.77 s [stylish-haskell] Warning: Language.Haskell.Stylish.Parse: could not find link destinations for:
  347. 1353.77 s [stylish-haskell] - Language.Haskell.Stylish.Parse.Extensions
  348. 1353.77 s [stylish-haskell] Warning: Language.Haskell.Stylish.Step.LanguagePragmas: could not find link destinations for:
  349. 1353.77 s [stylish-haskell] - Language.Haskell.Stylish.Editor.Edits
  350. 1353.77 s [stylish-haskell] Warning: Language.Haskell.Stylish.Step.Imports: could not find link destinations for:
  351. 1353.77 s [stylish-haskell] - Language.Haskell.Stylish.Step.Imports.Pattern
  352. 1353.77 s [stylish-haskell] Documentation created: dist/doc/html/stylish-haskell/,
  353. 1353.77 s [stylish-haskell] dist/doc/html/stylish-haskell/stylish-haskell.txt
  354. 1353.77 s [stylish-haskell] Preprocessing executable 'stylish-haskell' for stylish-haskell-0.15.1.0...
  355. 1353.77 s [stylish-haskell] Preprocessing test suite 'stylish-haskell-tests' for stylish-haskell-0.15.1.0...
  356. 1353.77 s [stylish-haskell] Phase: installPhase
  357. 1353.77 s [stylish-haskell] Installing library in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
  358. 1353.77 s [stylish-haskell] Installing executable stylish-haskell in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/bin
  359. 1353.77 s [stylish-haskell] Warning: The directory
  360. 1353.77 s [stylish-haskell] /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/bin is
  361. 1353.77 s [stylish-haskell] not in the system search path.
  362. 1353.77 s [stylish-haskell] Phase: fixupPhase
  363. 1353.77 s [stylish-haskell] shrinking RPATHs of ELF executables and libraries in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0
  364. 1353.77 s [stylish-haskell] shrinking /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSstylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc-ghc9.10.2.so
  365. 1353.77 s [stylish-haskell] shrinking /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/bin/stylish-haskell
  366. 1353.77 s [stylish-haskell] checking for references to /build/ in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0...
  367. 1353.77 s [stylish-haskell] patching script interpreter paths in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0
  368. 1353.77 s [stylish-haskell] stripping (with command strip and flags -S -p) in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/lib /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/bin
  369. 1353.77 s [stylish-haskell] shrinking RPATHs of ELF executables and libraries in /nix/store/z6n3mvwgpmx5g1072dgwd2z664m19maq-stylish-haskell-0.15.1.0-doc
  370. 1353.77 s [stylish-haskell] checking for references to /build/ in /nix/store/z6n3mvwgpmx5g1072dgwd2z664m19maq-stylish-haskell-0.15.1.0-doc...
  371. 1353.77 s [stylish-haskell] patching script interpreter paths in /nix/store/z6n3mvwgpmx5g1072dgwd2z664m19maq-stylish-haskell-0.15.1.0-doc
  372. 1353.77 s [conduit] include exceptions-0.10.9-9158
  373. 1353.77 s [conduit] include filepath-1.5.4.0-8593
  374. 1353.77 s [conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  375. 1353.77 s [conduit] include mtl-2.3.1-07d6
  376. 1353.77 s [conduit] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  377. 1353.77 s [conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  378. 1353.77 s [conduit] include text-2.1.2-7514
  379. 1353.77 s [conduit] include transformers-0.6.1.1-05a6
  380. 1353.77 s [conduit] include unix-2.8.6.0-a0e2
  381. 1353.77 s [conduit] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  382. 1353.77 s [conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  383. 1353.77 s [conduit] component conduit-1.3.6.1-7Knq0XWAusrFFgrxo6hUMF-conduit-test
  384. 1353.77 s [conduit] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  385. 1353.77 s [conduit] include base-4.20.1.0-f445
  386. 1353.77 s [conduit] include bytestring-0.12.2.0-214a
  387. 1353.77 s [conduit] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  388. 1353.77 s [conduit] include containers-0.7-6571
  389. 1353.77 s [conduit] include directory-1.3.8.5-159c
  390. 1353.77 s [conduit] include exceptions-0.10.9-9158
  391. 1353.77 s [conduit] include filepath-1.5.4.0-8593
  392. 1353.77 s [conduit] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  393. 1353.77 s [conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  394. 1353.77 s [conduit] include mtl-2.3.1-07d6
  395. 1353.77 s [conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  396. 1353.77 s [conduit] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  397. 1353.77 s [conduit] include silently-1.2.5.4-DNM0ZDV4kqcGqjhdaCuppA
  398. 1353.77 s [conduit] include split-0.2.5-3yxuZfya1xUES3Uouhjvgv
  399. 1353.77 s [conduit] include text-2.1.2-7514
  400. 1353.77 s [conduit] include transformers-0.6.1.1-05a6
  401. 1353.77 s [conduit] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  402. 1353.77 s [conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  403. 1353.77 s [conduit] Linked component graph:
  404. 1353.77 s [conduit] unit conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  405. 1353.77 s [conduit] include base-4.20.1.0-f445
  406. 1353.77 s [conduit] include bytestring-0.12.2.0-214a
  407. 1353.77 s [conduit] include directory-1.3.8.5-159c
  408. 1353.77 s [conduit] include exceptions-0.10.9-9158
  409. 1353.77 s [conduit] include filepath-1.5.4.0-8593
  410. 1353.77 s [conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  411. 1353.77 s [conduit] include mtl-2.3.1-07d6
  412. 1353.77 s [conduit] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  413. 1353.77 s [conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  414. 1353.77 s [conduit] include text-2.1.2-7514
  415. 1353.77 s [conduit] include transformers-0.6.1.1-05a6
  416. 1353.77 s [conduit] include unix-2.8.6.0-a0e2
  417. 1353.77 s [conduit] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  418. 1353.77 s [conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  419. 1353.77 s [conduit] Conduit=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Conduit,Data.Conduit=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit,Data.Conduit.Combinators=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Combinators,Data.Conduit.Combinators.Stream=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Combinators.Stream,Data.Conduit.Internal=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Internal,Data.Conduit.Internal.Fusion=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Internal.Fusion,Data.Conduit.Internal.List.Stream=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Internal.List.Stream,Data.Conduit.Lift=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.Lift,Data.Conduit.List=conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ:Data.Conduit.List
  420. 1353.77 s [conduit] unit conduit-1.3.6.1-7Knq0XWAusrFFgrxo6hUMF-conduit-test
  421. 1353.77 s [conduit] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  422. 1353.77 s [conduit] include base-4.20.1.0-f445
  423. 1353.77 s [conduit] include bytestring-0.12.2.0-214a
  424. 1353.77 s [conduit] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  425. 1353.77 s [conduit] include containers-0.7-6571
  426. 1353.77 s [conduit] include directory-1.3.8.5-159c
  427. 1353.77 s [conduit] include exceptions-0.10.9-9158
  428. 1353.77 s [conduit] include filepath-1.5.4.0-8593
  429. 1353.77 s [conduit] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  430. 1353.77 s [conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  431. 1353.77 s [conduit] include mtl-2.3.1-07d6
  432. 1353.77 s [conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  433. 1353.77 s [conduit] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  434. 1353.77 s [conduit] include silently-1.2.5.4-DNM0ZDV4kqcGqjhdaCuppA
  435. 1353.77 s [conduit] include split-0.2.5-3yxuZfya1xUES3Uouhjvgv
  436. 1353.77 s [conduit] include text-2.1.2-7514
  437. 1353.77 s [conduit] include transformers-0.6.1.1-05a6
  438. 1353.77 s [conduit] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  439. 1353.77 s [conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  440. 1353.77 s [conduit] Ready component graph:
  441. 1353.77 s [conduit] definite conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  442. 1353.77 s [conduit] depends base-4.20.1.0-f445
  443. 1353.77 s [conduit] depends bytestring-0.12.2.0-214a
  444. 1353.77 s [conduit] depends directory-1.3.8.5-159c
  445. 1353.77 s [conduit] depends exceptions-0.10.9-9158
  446. 1353.98 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0 /nix/store/z6n3mvwgpmx5g1072dgwd2z664m19maq-stylish-haskell-0.15.1.0-doc
  447. 1354.43 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  448. 1354.44 s [post-build-hook] Uploading to the NixCI cache: /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0 /nix/store/z6n3mvwgpmx5g1072dgwd2z664m19maq-stylish-haskell-0.15.1.0-doc
  449. 1354.48 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  450. 1354.53 s [post-build-hook] copying 1 paths...
  451. 1354.53 s [post-build-hook] copying path '/nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0' to 'https://cache.nix-ci.com'...
  452. 1363.93 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  453. 1364.01 s [post-build-hook] copying 0 paths...
  454. 1364.03 s Progress: 139 of 157 built (2 building), 587 of 587 downloaded from cache
  455. 1364.03 s [conduit] depends filepath-1.5.4.0-8593
  456. 1364.03 s [conduit] depends mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  457. 1364.03 s [conduit] depends mtl-2.3.1-07d6
  458. 1364.03 s [conduit] depends primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  459. 1364.03 s [conduit] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  460. 1364.03 s [conduit] depends text-2.1.2-7514
  461. 1364.03 s [conduit] depends transformers-0.6.1.1-05a6
  462. 1364.03 s [conduit] depends unix-2.8.6.0-a0e2
  463. 1364.03 s [conduit] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  464. 1364.03 s [conduit] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  465. 1364.03 s [conduit] definite conduit-1.3.6.1-7Knq0XWAusrFFgrxo6hUMF-conduit-test
  466. 1364.03 s [conduit] depends QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  467. 1364.03 s [conduit] depends base-4.20.1.0-f445
  468. 1364.03 s [conduit] depends bytestring-0.12.2.0-214a
  469. 1364.03 s [conduit] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  470. 1364.03 s [conduit] depends containers-0.7-6571
  471. 1364.03 s [conduit] depends directory-1.3.8.5-159c
  472. 1364.03 s [conduit] depends exceptions-0.10.9-9158
  473. 1364.03 s [conduit] depends filepath-1.5.4.0-8593
  474. 1364.03 s [conduit] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  475. 1364.03 s [conduit] depends mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
  476. 1364.03 s [conduit] depends mtl-2.3.1-07d6
  477. 1364.03 s [conduit] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  478. 1364.03 s [conduit] depends safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  479. 1364.03 s [conduit] depends silently-1.2.5.4-DNM0ZDV4kqcGqjhdaCuppA
  480. 1364.03 s [conduit] depends split-0.2.5-3yxuZfya1xUES3Uouhjvgv
  481. 1364.03 s [conduit] depends text-2.1.2-7514
  482. 1364.03 s [conduit] depends transformers-0.6.1.1-05a6
  483. 1364.03 s [conduit] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  484. 1364.03 s [conduit] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  485. 1364.03 s [conduit] Using Cabal-3.12.1.0 compiled by ghc-9.10
  486. 1364.03 s [conduit] Using compiler: ghc-9.10.2
  487. 1364.03 s [conduit] Using install prefix:
  488. 1364.03 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  489. 1364.03 s [conduit] Executables installed in:
  490. 1364.03 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/bin
  491. 1364.03 s [conduit] Libraries installed in:
  492. 1364.03 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  493. 1364.03 s [conduit] Dynamic Libraries installed in:
  494. 1364.03 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  495. 1364.03 s [conduit] Private executables installed in:
  496. 1364.03 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/conduit-1.3.6.1
  497. 1364.03 s [conduit] Data files installed in:
  498. 1364.03 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/share/x86_64-linux-ghc-9.10.2-2a2a/conduit-1.3.6.1
  499. 1364.03 s [conduit] Documentation installed in:
  500. 1364.03 s [conduit] /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc/share/doc/conduit-1.3.6.1
  501. 1364.03 s [conduit] Configuration files installed in:
  502. 1364.03 s [conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/etc
  503. 1364.03 s [conduit] No alex found
  504. 1364.03 s [conduit] Using ar found on system at:
  505. 1364.03 s [conduit] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  506. 1364.03 s [conduit] No c2hs found
  507. 1364.03 s [conduit] No cpphs found
  508. 1364.03 s [conduit] No doctest found
  509. 1364.03 s [conduit] Using gcc version 14.3.0 given by user at:
  510. 1364.03 s [conduit] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  511. 1364.03 s [conduit] Using ghc version 9.10.2 found on system at:
  512. 1364.03 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  513. 1364.03 s [conduit] Using ghc-pkg version 9.10.2 found on system at:
  514. 1364.03 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  515. 1364.03 s [conduit] No ghcjs found
  516. 1364.03 s [conduit] No ghcjs-pkg found
  517. 1364.04 s [conduit] No greencard found
  518. 1364.04 s [conduit] Using haddock version 2.31.0 found on system at:
  519. 1364.04 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  520. 1364.04 s [conduit] No happy found
  521. 1364.04 s [conduit] Using haskell-suite found on system at: haskell-suite-dummy-location
  522. 1364.04 s [conduit] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  523. 1364.04 s [conduit] No hmake found
  524. 1364.04 s [conduit] Using hpc version 0.69 found on system at:
  525. 1364.04 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  526. 1364.04 s [conduit] Using hsc2hs version 0.68.10 found on system at:
  527. 1364.04 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  528. 1364.04 s [conduit] Using hscolour version 1.25 found on system at:
  529. 1364.04 s [conduit] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  530. 1364.04 s [conduit] No jhc found
  531. 1364.04 s [conduit] Using ld found on system at:
  532. 1364.04 s [conduit] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  533. 1364.04 s [conduit] No pkg-config found
  534. 1364.04 s [conduit] Using runghc version 9.10.2 found on system at:
  535. 1364.04 s [conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  536. 1364.04 s [conduit] Using strip version 2.44 found on system at:
  537. 1364.04 s [conduit] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  538. 1364.04 s [conduit] Using tar found on system at:
  539. 1364.04 s [conduit] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  540. 1364.04 s [conduit] No uhc found
  541. 1364.04 s [conduit] Phase: buildPhase
  542. 1364.04 s [conduit] Preprocessing library for conduit-1.3.6.1...
  543. 1364.04 s [conduit] Building library for conduit-1.3.6.1...
  544. 1364.04 s [conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, dist/build/Data/Conduit/Internal/Pipe.o, dist/build/Data/Conduit/Internal/Pipe.dyn_o )
  545. 1364.04 s [conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
  546. 1364.04 s [conduit] The import of ‘Control.Applicative’ is redundant
  547. 1364.04 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  548. 1364.04 s [conduit] To import instances alone, use: import Control.Applicative()
  549. 1364.04 s [conduit] |
  550. 1364.04 s [conduit] 48 | import Control.Applicative (Applicative (..))
  551. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  552. 1364.04 s [conduit]
  553. 1364.04 s [conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
  554. 1364.04 s [conduit] The import of ‘MonadUnliftIO’
  555. 1364.04 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  556. 1364.04 s [conduit] |
  557. 1364.04 s [conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  558. 1364.04 s [conduit] | ^^^^^^^^^^^^^
  559. 1364.04 s [conduit]
  560. 1364.04 s [conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
  561. 1364.04 s [conduit] The import of ‘Data.Monoid’ is redundant
  562. 1364.04 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  563. 1364.04 s [conduit] To import instances alone, use: import Data.Monoid()
  564. 1364.04 s [conduit] |
  565. 1364.04 s [conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
  566. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  567. 1364.04 s [conduit]
  568. 1364.04 s [conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
  569. 1364.04 s [conduit] The import of ‘Data.Semigroup’ is redundant
  570. 1364.04 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  571. 1364.04 s [conduit] To import instances alone, use: import Data.Semigroup()
  572. 1364.04 s [conduit] |
  573. 1364.04 s [conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
  574. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  575. 1364.04 s [conduit]
  576. 1364.04 s [conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  577. 1364.04 s [conduit] Rule "conduit: CI.await >>= maybe" may never fire
  578. 1364.04 s [conduit] because ‘maybe’ might inline first
  579. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  580. 1364.04 s [conduit] |
  581. 1364.04 s [conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
  582. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  583. 1364.04 s [conduit]
  584. 1364.04 s [conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  585. 1364.04 s [conduit] Rule "conduit: awaitE >>= either" may never fire
  586. 1364.04 s [conduit] because ‘either’ might inline first
  587. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
  588. 1364.04 s [conduit] |
  589. 1364.04 s [conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
  590. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  591. 1364.04 s [conduit]
  592. 1364.04 s [conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, dist/build/Data/Conduit/Internal/Conduit.o, dist/build/Data/Conduit/Internal/Conduit.dyn_o )
  593. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  594. 1364.04 s [conduit] The import of ‘Control.Applicative’ is redundant
  595. 1364.04 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  596. 1364.04 s [conduit] To import instances alone, use: import Control.Applicative()
  597. 1364.04 s [conduit] |
  598. 1364.04 s [conduit] 93 | import Control.Applicative (Applicative (..))
  599. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  600. 1364.04 s [conduit]
  601. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
  602. 1364.04 s [conduit] The import of ‘MonadUnliftIO’
  603. 1364.04 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  604. 1364.04 s [conduit] |
  605. 1364.04 s [conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  606. 1364.04 s [conduit] | ^^^^^^^^^^^^^
  607. 1364.04 s [conduit]
  608. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
  609. 1364.04 s [conduit] The import of ‘Data.Monoid’ is redundant
  610. 1364.04 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  611. 1364.04 s [conduit] To import instances alone, use: import Data.Monoid()
  612. 1364.04 s [conduit] |
  613. 1364.04 s [conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
  614. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  615. 1364.04 s [conduit]
  616. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
  617. 1364.04 s [conduit] The import of ‘Data.Semigroup’ is redundant
  618. 1364.04 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  619. 1364.04 s [conduit] To import instances alone, use: import Data.Semigroup()
  620. 1364.04 s [conduit] |
  621. 1364.04 s [conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
  622. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  623. 1364.04 s [conduit]
  624. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
  625. 1364.04 s [conduit] The import of ‘Data.Traversable’ is redundant
  626. 1364.04 s [conduit] except perhaps to import instances from ‘Data.Traversable’
  627. 1364.04 s [conduit] To import instances alone, use: import Data.Traversable()
  628. 1364.04 s [conduit] |
  629. 1364.04 s [conduit] 114 | import Data.Traversable (Traversable (..))
  630. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  631. 1364.04 s [conduit]
  632. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
  633. 1364.04 s [conduit] This binding for ‘p’ shadows the existing binding
  634. 1364.04 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  635. 1364.04 s [conduit] |
  636. 1364.04 s [conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
  637. 1364.04 s [conduit] | ^
  638. 1364.04 s [conduit]
  639. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
  640. 1364.04 s [conduit] This binding for ‘p’ shadows the existing binding
  641. 1364.04 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  642. 1364.04 s [conduit] |
  643. 1364.04 s [conduit] 743 | go (Leftover p ()) = go p
  644. 1364.04 s [conduit] | ^
  645. 1364.04 s [conduit]
  646. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
  647. 1364.04 s [conduit] This binding for ‘p’ shadows the existing binding
  648. 1364.04 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  649. 1364.04 s [conduit] |
  650. 1364.04 s [conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
  651. 1364.04 s [conduit] | ^
  652. 1364.04 s [conduit]
  653. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
  654. 1364.04 s [conduit] This binding for ‘p’ shadows the existing binding
  655. 1364.04 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  656. 1364.04 s [conduit] |
  657. 1364.04 s [conduit] 760 | go (Leftover p ()) = go p
  658. 1364.04 s [conduit] | ^
  659. 1364.04 s [conduit]
  660. 1364.04 s [conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  661. 1364.04 s [conduit] Rule "conduit: await >>= maybe" may never fire
  662. 1364.04 s [conduit] because ‘maybe’ might inline first
  663. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  664. 1364.04 s [conduit] |
  665. 1364.04 s [conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
  666. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  667. 1364.04 s [conduit]
  668. 1364.04 s [conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, dist/build/Data/Conduit/Internal/Fusion.o, dist/build/Data/Conduit/Internal/Fusion.dyn_o )
  669. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  670. 1364.04 s [conduit] Rule "conduit: fuseStream (.|)" may never fire
  671. 1364.04 s [conduit] because ‘.|’ might inline first
  672. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  673. 1364.04 s [conduit] |
  674. 1364.04 s [conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
  675. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  676. 1364.04 s [conduit]
  677. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  678. 1364.04 s [conduit] Rule "conduit: fuseStream (fuse)" may never fire
  679. 1364.04 s [conduit] because ‘fuse’ might inline first
  680. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  681. 1364.04 s [conduit] |
  682. 1364.04 s [conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
  683. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  684. 1364.04 s [conduit]
  685. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
  686. 1364.04 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  687. 1364.04 s [conduit] Deprecated: "Use .|"
  688. 1364.04 s [conduit] |
  689. 1364.04 s [conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
  690. 1364.04 s [conduit] | ^^^
  691. 1364.04 s [conduit]
  692. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  693. 1364.04 s [conduit] Rule "conduit: runStream (pure)" may never fire
  694. 1364.04 s [conduit] because ‘runConduitPure’ might inline first
  695. 1364.04 s [conduit] Suggested fix:
  696. 1364.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  697. 1364.04 s [conduit] |
  698. 1364.04 s [conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
  699. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  700. 1364.04 s [conduit]
  701. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  702. 1364.04 s [conduit] Rule "conduit: runStream (ResourceT)" may never fire
  703. 1364.04 s [conduit] because ‘runConduitRes’ might inline first
  704. 1364.04 s [conduit] Suggested fix:
  705. 1364.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  706. 1364.04 s [conduit] |
  707. 1364.04 s [conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
  708. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  709. 1364.04 s [conduit]
  710. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
  711. 1364.04 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  712. 1364.04 s [conduit] Deprecated: "Use runConduit and .|"
  713. 1364.04 s [conduit] |
  714. 1364.04 s [conduit] 129 | unstream left $$ unstream right = connectStream left right
  715. 1364.04 s [conduit] | ^^
  716. 1364.04 s [conduit]
  717. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
  718. 1364.04 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  719. 1364.04 s [conduit] Deprecated: "Use runConduit and .|"
  720. 1364.04 s [conduit] |
  721. 1364.04 s [conduit] 154 | unstream left $$ right = connectStream1 left right
  722. 1364.04 s [conduit] | ^^
  723. 1364.04 s [conduit]
  724. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  725. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
  726. 1364.04 s [conduit] because ‘.|’ might inline first
  727. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  728. 1364.04 s [conduit] |
  729. 1364.04 s [conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
  730. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  731. 1364.04 s [conduit]
  732. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
  733. 1364.04 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  734. 1364.04 s [conduit] Deprecated: "Use .|"
  735. 1364.04 s [conduit] |
  736. 1364.04 s [conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
  737. 1364.04 s [conduit] | ^^^
  738. 1364.04 s [conduit]
  739. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  740. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
  741. 1364.04 s [conduit] because ‘fuse’ might inline first
  742. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  743. 1364.04 s [conduit] |
  744. 1364.04 s [conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
  745. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  746. 1364.04 s [conduit]
  747. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  748. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  749. 1364.04 s [conduit] because ‘.|’ might inline first
  750. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  751. 1364.04 s [conduit] |
  752. 1364.04 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  753. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  754. 1364.04 s [conduit]
  755. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  756. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  757. 1364.04 s [conduit] because ‘runConduitPure’ might inline first
  758. 1364.04 s [conduit] Suggested fix:
  759. 1364.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  760. 1364.04 s [conduit] |
  761. 1364.04 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  762. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  763. 1364.04 s [conduit]
  764. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  765. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
  766. 1364.04 s [conduit] because ‘runConduitPure’ might inline first
  767. 1364.04 s [conduit] Suggested fix:
  768. 1364.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  769. 1364.04 s [conduit] |
  770. 1364.04 s [conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
  771. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  772. 1364.04 s [conduit]
  773. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
  774. 1364.04 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  775. 1364.04 s [conduit] Deprecated: "Use .|"
  776. 1364.04 s [conduit] |
  777. 1364.04 s [conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
  778. 1364.04 s [conduit] | ^^^
  779. 1364.04 s [conduit]
  780. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  781. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  782. 1364.04 s [conduit] because ‘fuse’ might inline first
  783. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  784. 1364.04 s [conduit] |
  785. 1364.04 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  786. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  787. 1364.04 s [conduit]
  788. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  789. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  790. 1364.04 s [conduit] because ‘runConduitPure’ might inline first
  791. 1364.04 s [conduit] Suggested fix:
  792. 1364.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  793. 1364.04 s [conduit] |
  794. 1364.04 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  795. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  796. 1364.04 s [conduit]
  797. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  798. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  799. 1364.04 s [conduit] because ‘.|’ might inline first
  800. 1364.04 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  801. 1364.04 s [conduit] |
  802. 1364.04 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  803. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  804. 1364.04 s [conduit]
  805. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  806. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  807. 1364.04 s [conduit] because ‘runConduitRes’ might inline first
  808. 1364.04 s [conduit] Suggested fix:
  809. 1364.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  810. 1364.04 s [conduit] |
  811. 1364.04 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  812. 1364.04 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  813. 1364.04 s [conduit]
  814. 1364.04 s [conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  815. 1364.04 s [conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
  816. 1364.04 s [conduit] because ‘runConduitRes’ might inline first
  817. 1364.04 s [conduit] Suggested fix:
  818. 1364.04 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  819. 1364.04 s [conduit] |
  820. 1364.05 s [conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
  821. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  822. 1364.05 s [conduit]
  823. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
  824. 1364.05 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  825. 1364.05 s [conduit] Deprecated: "Use .|"
  826. 1364.05 s [conduit] |
  827. 1364.05 s [conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
  828. 1364.05 s [conduit] | ^^^
  829. 1364.05 s [conduit]
  830. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  831. 1364.05 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  832. 1364.05 s [conduit] because ‘fuse’ might inline first
  833. 1364.05 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  834. 1364.05 s [conduit] |
  835. 1364.05 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  836. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  837. 1364.05 s [conduit]
  838. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  839. 1364.05 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  840. 1364.05 s [conduit] because ‘runConduitRes’ might inline first
  841. 1364.05 s [conduit] Suggested fix:
  842. 1364.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  843. 1364.05 s [conduit] |
  844. 1364.05 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  845. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  846. 1364.05 s [conduit]
  847. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
  848. 1364.05 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  849. 1364.05 s [conduit] Deprecated: "Use runConduit and .|"
  850. 1364.05 s [conduit] |
  851. 1364.05 s [conduit] 214 | left $$ unstream right = connectStream2 left right
  852. 1364.05 s [conduit] | ^^
  853. 1364.05 s [conduit]
  854. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  855. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
  856. 1364.05 s [conduit] because ‘.|’ might inline first
  857. 1364.05 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  858. 1364.05 s [conduit] |
  859. 1364.05 s [conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
  860. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  861. 1364.05 s [conduit]
  862. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  863. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
  864. 1364.05 s [conduit] because ‘fuse’ might inline first
  865. 1364.05 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  866. 1364.05 s [conduit] |
  867. 1364.05 s [conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
  868. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  869. 1364.05 s [conduit]
  870. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
  871. 1364.05 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  872. 1364.05 s [conduit] Deprecated: "Use .|"
  873. 1364.05 s [conduit] |
  874. 1364.05 s [conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
  875. 1364.05 s [conduit] | ^^^
  876. 1364.05 s [conduit]
  877. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  878. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  879. 1364.05 s [conduit] because ‘.|’ might inline first
  880. 1364.05 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  881. 1364.05 s [conduit] |
  882. 1364.05 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  883. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  884. 1364.05 s [conduit]
  885. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  886. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  887. 1364.05 s [conduit] because ‘runConduitPure’ might inline first
  888. 1364.05 s [conduit] Suggested fix:
  889. 1364.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  890. 1364.05 s [conduit] |
  891. 1364.05 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  892. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  893. 1364.05 s [conduit]
  894. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  895. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  896. 1364.05 s [conduit] because ‘fuse’ might inline first
  897. 1364.05 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  898. 1364.05 s [conduit] |
  899. 1364.05 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  900. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  901. 1364.05 s [conduit]
  902. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  903. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  904. 1364.05 s [conduit] because ‘runConduitPure’ might inline first
  905. 1364.05 s [conduit] Suggested fix:
  906. 1364.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  907. 1364.05 s [conduit] |
  908. 1364.05 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  909. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  910. 1364.05 s [conduit]
  911. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  912. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
  913. 1364.05 s [conduit] because ‘runConduitPure’ might inline first
  914. 1364.05 s [conduit] Suggested fix:
  915. 1364.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  916. 1364.05 s [conduit] |
  917. 1364.05 s [conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
  918. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  919. 1364.05 s [conduit]
  920. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
  921. 1364.05 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  922. 1364.05 s [conduit] Deprecated: "Use .|"
  923. 1364.05 s [conduit] |
  924. 1364.05 s [conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
  925. 1364.05 s [conduit] | ^^^
  926. 1364.05 s [conduit]
  927. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  928. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  929. 1364.05 s [conduit] because ‘.|’ might inline first
  930. 1364.05 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  931. 1364.05 s [conduit] |
  932. 1364.05 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  933. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  934. 1364.05 s [conduit]
  935. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  936. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  937. 1364.05 s [conduit] because ‘runConduitRes’ might inline first
  938. 1364.05 s [conduit] Suggested fix:
  939. 1364.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  940. 1364.05 s [conduit] |
  941. 1364.05 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  942. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  943. 1364.05 s [conduit]
  944. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  945. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  946. 1364.05 s [conduit] because ‘fuse’ might inline first
  947. 1364.05 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  948. 1364.05 s [conduit] |
  949. 1364.05 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  950. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  951. 1364.05 s [conduit]
  952. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  953. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  954. 1364.05 s [conduit] because ‘runConduitRes’ might inline first
  955. 1364.05 s [conduit] Suggested fix:
  956. 1364.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  957. 1364.05 s [conduit] |
  958. 1364.05 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  959. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  960. 1364.05 s [conduit]
  961. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  962. 1364.05 s [conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
  963. 1364.05 s [conduit] because ‘runConduitRes’ might inline first
  964. 1364.05 s [conduit] Suggested fix:
  965. 1364.05 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  966. 1364.05 s [conduit] |
  967. 1364.05 s [conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
  968. 1364.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  969. 1364.05 s [conduit]
  970. 1364.05 s [conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
  971. 1364.05 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  972. 1364.05 s [conduit] Deprecated: "Use .|"
  973. 1364.05 s [conduit] |
  974. 1364.05 s [conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
  975. 1364.05 s [conduit] | ^^^
  976. 1364.05 s [conduit]
  977. 1364.07 s [conduit] [ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, dist/build/Data/Conduit/Internal/List/Stream.o, dist/build/Data/Conduit/Internal/List/Stream.dyn_o )
  978. 1364.47 s [conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, dist/build/Data/Conduit/Combinators/Stream.o, dist/build/Data/Conduit/Combinators/Stream.dyn_o )
  979. 1364.54 s [conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  980. 1364.54 s [conduit] The use of ‘~’ without TypeOperators
  981. 1364.54 s [conduit] will become an error in a future GHC release.
  982. 1364.54 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  983. 1364.54 s [conduit] |
  984. 1364.54 s [conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
  985. 1364.54 s [conduit] | ^
  986. 1364.54 s [conduit]
  987. 1365.00 s [conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.o, dist/build/Data/Conduit.dyn_o )
  988. 1365.00 s [conduit] src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
  989. 1365.00 s [conduit] The import of ‘Data.Functor.Identity’ is redundant
  990. 1365.00 s [conduit] except perhaps to import instances from ‘Data.Functor.Identity’
  991. 1365.00 s [conduit] To import instances alone, use: import Data.Functor.Identity()
  992. 1365.00 s [conduit] |
  993. 1365.00 s [conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
  994. 1365.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  995. 1365.00 s [conduit]
  996. 1365.00 s [conduit] src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
  997. 1365.00 s [conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
  998. 1365.00 s [conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
  999. 1365.00 s [conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
  1000. 1365.00 s [conduit] |
  1001. 1365.00 s [conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
  1002. 1365.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1003. 1365.00 s [conduit]
  1004. 1365.00 s [conduit] src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
  1005. 1365.00 s [conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
  1006. 1365.00 s [conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
  1007. 1365.00 s [conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
  1008. 1365.00 s [conduit] |
  1009. 1365.00 s [conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
  1010. 1365.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1011. 1365.00 s [conduit]
  1012. 1365.00 s [conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.o, dist/build/Data/Conduit/Internal.dyn_o )
  1013. 1365.00 s [conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.o, dist/build/Data/Conduit/Lift.dyn_o )
  1014. 1365.00 s [conduit] src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
  1015. 1365.00 s [conduit] The import of ‘Data.Monoid’ is redundant
  1016. 1365.00 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  1017. 1365.00 s [conduit] To import instances alone, use: import Data.Monoid()
  1018. 1365.00 s [conduit] |
  1019. 1365.00 s [conduit] 67 | import Data.Monoid (Monoid(..))
  1020. 1365.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1021. 1365.00 s [conduit]
  1022. 1365.00 s [conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, dist/build/Data/Conduit/List.o, dist/build/Data/Conduit/List.dyn_o )
  1023. 1365.00 s [conduit] src/Data/Conduit/List.hs:336:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1024. 1365.00 s [conduit] Rule "conduit: $$ fold" may never fire
  1025. 1365.00 s [conduit] because ‘.|’ might inline first
  1026. 1365.00 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1027. 1365.00 s [conduit] |
  1028. 1365.00 s [conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
  1029. 1365.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1030. 1365.00 s [conduit]
  1031. 1365.00 s [conduit] src/Data/Conduit/List.hs:352:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1032. 1365.00 s [conduit] Rule "conduit: $$ foldM" may never fire
  1033. 1365.00 s [conduit] because ‘.|’ might inline first
  1034. 1365.00 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1035. 1365.00 s [conduit] |
  1036. 1365.00 s [conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
  1037. 1365.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1038. 1365.00 s [conduit]
  1039. 1365.00 s [conduit] src/Data/Conduit/List.hs:395:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1040. 1365.00 s [conduit] Rule "conduit: connect to mapM_" may never fire
  1041. 1365.00 s [conduit] because ‘.|’ might inline first
  1042. 1365.00 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1043. 1365.00 s [conduit] |
  1044. 1365.00 s [conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
  1045. 1365.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1046. 1365.00 s [conduit]
  1047. 1365.00 s [conduit] src/Data/Conduit/List.hs:836:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1048. 1365.00 s [conduit] Rule "conduit: source/filter fusion .|" may never fire
  1049. 1365.00 s [conduit] because ‘.|’ might inline first
  1050. 1365.00 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1051. 1365.00 s [conduit] |
  1052. 1365.00 s [conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
  1053. 1365.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1054. 1365.00 s [conduit]
  1055. 1365.00 s [conduit] src/Data/Conduit/List.hs:860:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1056. 1365.00 s [conduit] Rule "conduit: connect to sinkNull" may never fire
  1057. 1365.00 s [conduit] because ‘.|’ might inline first
  1058. 1365.00 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1059. 1365.00 s [conduit] |
  1060. 1365.00 s [conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
  1061. 1365.00 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1062. 1365.00 s [conduit]
  1063. 1365.27 s [conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.o, dist/build/Data/Streaming/FileRead.dyn_o )
  1064. 1365.27 s [conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.o, dist/build/Data/Streaming/Filesystem.dyn_o )
  1065. 1365.27 s [conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, dist/build/Data/Conduit/Combinators.o, dist/build/Data/Conduit/Combinators.dyn_o )
  1066. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1067. 1365.41 s [conduit] The use of ‘~’ without TypeOperators
  1068. 1365.41 s [conduit] will become an error in a future GHC release.
  1069. 1365.41 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1070. 1365.41 s [conduit] |
  1071. 1365.41 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  1072. 1365.41 s [conduit] | ^
  1073. 1365.41 s [conduit]
  1074. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1075. 1365.41 s [conduit] • The ‘~’ operator is out of scope.
  1076. 1365.41 s [conduit] Assuming it to stand for an equality constraint.
  1077. 1365.41 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1078. 1365.41 s [conduit] exported from Data.Type.Equality and Prelude.
  1079. 1365.41 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1080. 1365.41 s [conduit] • This will become an error in a future GHC release.
  1081. 1365.41 s [conduit] |
  1082. 1365.41 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  1083. 1365.41 s [conduit] | ^
  1084. 1365.41 s [conduit]
  1085. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1086. 1365.41 s [conduit] The use of ‘~’ without TypeOperators
  1087. 1365.41 s [conduit] will become an error in a future GHC release.
  1088. 1365.41 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1089. 1365.41 s [conduit] |
  1090. 1365.41 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  1091. 1365.41 s [conduit] | ^
  1092. 1365.41 s [conduit]
  1093. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1094. 1365.41 s [conduit] • The ‘~’ operator is out of scope.
  1095. 1365.41 s [conduit] Assuming it to stand for an equality constraint.
  1096. 1365.41 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1097. 1365.41 s [conduit] exported from Data.Type.Equality and Prelude.
  1098. 1365.41 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1099. 1365.41 s [conduit] • This will become an error in a future GHC release.
  1100. 1365.41 s [conduit] |
  1101. 1365.41 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  1102. 1365.41 s [conduit] | ^
  1103. 1365.41 s [conduit]
  1104. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1105. 1365.41 s [conduit] The use of ‘~’ without TypeOperators
  1106. 1365.41 s [conduit] will become an error in a future GHC release.
  1107. 1365.41 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1108. 1365.41 s [conduit] |
  1109. 1365.41 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1110. 1365.41 s [conduit] | ^
  1111. 1365.41 s [conduit]
  1112. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1113. 1365.41 s [conduit] • The ‘~’ operator is out of scope.
  1114. 1365.41 s [conduit] Assuming it to stand for an equality constraint.
  1115. 1365.41 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1116. 1365.41 s [conduit] exported from Data.Type.Equality and Prelude.
  1117. 1365.41 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1118. 1365.41 s [conduit] • This will become an error in a future GHC release.
  1119. 1365.41 s [conduit] |
  1120. 1365.41 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1121. 1365.41 s [conduit] | ^
  1122. 1365.41 s [conduit]
  1123. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1124. 1365.41 s [conduit] The use of ‘~’ without TypeOperators
  1125. 1365.41 s [conduit] will become an error in a future GHC release.
  1126. 1365.41 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1127. 1365.41 s [conduit] |
  1128. 1365.41 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1129. 1365.41 s [conduit] | ^
  1130. 1365.41 s [conduit]
  1131. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1132. 1365.41 s [conduit] • The ‘~’ operator is out of scope.
  1133. 1365.41 s [conduit] Assuming it to stand for an equality constraint.
  1134. 1365.41 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1135. 1365.41 s [conduit] exported from Data.Type.Equality and Prelude.
  1136. 1365.41 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1137. 1365.41 s [conduit] • This will become an error in a future GHC release.
  1138. 1365.41 s [conduit] |
  1139. 1365.41 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1140. 1365.41 s [conduit] | ^
  1141. 1365.41 s [conduit]
  1142. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1143. 1365.41 s [conduit] The use of ‘~’ without TypeOperators
  1144. 1365.41 s [conduit] will become an error in a future GHC release.
  1145. 1365.41 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1146. 1365.41 s [conduit] |
  1147. 1365.41 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  1148. 1365.41 s [conduit] | ^
  1149. 1365.41 s [conduit]
  1150. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1151. 1365.41 s [conduit] • The ‘~’ operator is out of scope.
  1152. 1365.41 s [conduit] Assuming it to stand for an equality constraint.
  1153. 1365.41 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1154. 1365.41 s [conduit] exported from Data.Type.Equality and Prelude.
  1155. 1365.41 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1156. 1365.41 s [conduit] • This will become an error in a future GHC release.
  1157. 1365.41 s [conduit] |
  1158. 1365.41 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  1159. 1365.41 s [conduit] | ^
  1160. 1365.41 s [conduit]
  1161. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1162. 1365.41 s [conduit] The use of ‘~’ without TypeOperators
  1163. 1365.41 s [conduit] will become an error in a future GHC release.
  1164. 1365.41 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1165. 1365.41 s [conduit] |
  1166. 1365.41 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1167. 1365.41 s [conduit] | ^
  1168. 1365.41 s [conduit]
  1169. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1170. 1365.41 s [conduit] • The ‘~’ operator is out of scope.
  1171. 1365.41 s [conduit] Assuming it to stand for an equality constraint.
  1172. 1365.41 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1173. 1365.41 s [conduit] exported from Data.Type.Equality and Prelude.
  1174. 1365.41 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1175. 1365.41 s [conduit] • This will become an error in a future GHC release.
  1176. 1365.41 s [conduit] |
  1177. 1365.41 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1178. 1365.41 s [conduit] | ^
  1179. 1365.41 s [conduit]
  1180. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1181. 1365.41 s [conduit] The use of ‘~’ without TypeOperators
  1182. 1365.41 s [conduit] will become an error in a future GHC release.
  1183. 1365.41 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1184. 1365.41 s [conduit] |
  1185. 1365.41 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1186. 1365.41 s [conduit] | ^
  1187. 1365.41 s [conduit]
  1188. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1189. 1365.41 s [conduit] • The ‘~’ operator is out of scope.
  1190. 1365.41 s [conduit] Assuming it to stand for an equality constraint.
  1191. 1365.41 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1192. 1365.41 s [conduit] exported from Data.Type.Equality and Prelude.
  1193. 1365.41 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1194. 1365.41 s [conduit] • This will become an error in a future GHC release.
  1195. 1365.41 s [conduit] |
  1196. 1365.41 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1197. 1365.41 s [conduit] | ^
  1198. 1365.41 s [conduit]
  1199. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1200. 1365.41 s [conduit] The use of ‘~’ without TypeOperators
  1201. 1365.41 s [conduit] will become an error in a future GHC release.
  1202. 1365.41 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1203. 1365.41 s [conduit] |
  1204. 1365.41 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  1205. 1365.41 s [conduit] | ^
  1206. 1365.41 s [conduit]
  1207. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1208. 1365.41 s [conduit] • The ‘~’ operator is out of scope.
  1209. 1365.41 s [conduit] Assuming it to stand for an equality constraint.
  1210. 1365.41 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1211. 1365.41 s [conduit] exported from Data.Type.Equality and Prelude.
  1212. 1365.41 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1213. 1365.41 s [conduit] • This will become an error in a future GHC release.
  1214. 1365.41 s [conduit] |
  1215. 1365.41 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  1216. 1365.41 s [conduit] | ^
  1217. 1365.41 s [conduit]
  1218. 1365.41 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1219. 1365.41 s [conduit] The use of ‘~’ without TypeOperators
  1220. 1365.41 s [conduit] will become an error in a future GHC release.
  1221. 1365.41 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1222. 1365.41 s [conduit] |
  1223. 1365.42 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  1224. 1365.42 s [conduit] | ^
  1225. 1365.42 s [conduit]
  1226. 1365.42 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1227. 1365.42 s [conduit] • The ‘~’ operator is out of scope.
  1228. 1365.42 s [conduit] Assuming it to stand for an equality constraint.
  1229. 1365.42 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1230. 1365.42 s [conduit] exported from Data.Type.Equality and Prelude.
  1231. 1365.42 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1232. 1365.42 s [conduit] • This will become an error in a future GHC release.
  1233. 1365.42 s [conduit] |
  1234. 1365.42 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  1235. 1365.42 s [conduit] | ^
  1236. 1365.42 s [conduit]
  1237. 1365.42 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1238. 1365.42 s [conduit] The use of ‘~’ without TypeOperators
  1239. 1365.42 s [conduit] will become an error in a future GHC release.
  1240. 1365.42 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1241. 1365.42 s [conduit] |
  1242. 1365.42 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1243. 1365.42 s [conduit] | ^
  1244. 1365.42 s [conduit]
  1245. 1365.42 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1246. 1365.42 s [conduit] • The ‘~’ operator is out of scope.
  1247. 1365.42 s [conduit] Assuming it to stand for an equality constraint.
  1248. 1365.42 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1249. 1365.42 s [conduit] exported from Data.Type.Equality and Prelude.
  1250. 1365.42 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1251. 1365.42 s [conduit] • This will become an error in a future GHC release.
  1252. 1365.42 s [conduit] |
  1253. 1365.42 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1254. 1365.42 s [conduit] | ^
  1255. 1365.42 s [conduit]
  1256. 1365.42 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1257. 1365.42 s [conduit] The use of ‘~’ without TypeOperators
  1258. 1365.42 s [conduit] will become an error in a future GHC release.
  1259. 1365.42 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1260. 1365.42 s [conduit] |
  1261. 1365.42 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1262. 1365.42 s [conduit] | ^
  1263. 1365.42 s [conduit]
  1264. 1365.42 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1265. 1365.42 s [conduit] • The ‘~’ operator is out of scope.
  1266. 1365.42 s [conduit] Assuming it to stand for an equality constraint.
  1267. 1365.42 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1268. 1365.42 s [conduit] exported from Data.Type.Equality and Prelude.
  1269. 1365.42 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1270. 1365.42 s [conduit] • This will become an error in a future GHC release.
  1271. 1365.42 s [conduit] |
  1272. 1365.42 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1273. 1365.42 s [conduit] | ^
  1274. 1365.42 s [conduit]
  1275. 1365.42 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1276. 1365.42 s [conduit] The use of ‘~’ without TypeOperators
  1277. 1365.42 s [conduit] will become an error in a future GHC release.
  1278. 1365.42 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1279. 1365.42 s [conduit] |
  1280. 1365.42 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  1281. 1365.42 s [conduit] | ^
  1282. 1365.42 s [conduit]
  1283. 1365.42 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1284. 1365.42 s [conduit] • The ‘~’ operator is out of scope.
  1285. 1365.42 s [conduit] Assuming it to stand for an equality constraint.
  1286. 1365.42 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1287. 1365.42 s [conduit] exported from Data.Type.Equality and Prelude.
  1288. 1365.42 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1289. 1365.42 s [conduit] • This will become an error in a future GHC release.
  1290. 1365.42 s [conduit] |
  1291. 1365.42 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  1292. 1365.42 s [conduit] | ^
  1293. 1365.42 s [conduit]
  1294. 1366.62 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 )
  1295. 1366.62 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 )
  1296. 1366.62 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 )
  1297. 1366.62 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 )
  1298. 1366.62 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 )
  1299. 1366.62 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 )
  1300. 1366.62 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 )
  1301. 1366.62 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 )
  1302. 1366.62 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 )
  1303. 1366.62 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 )
  1304. 1366.62 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 )
  1305. 1366.62 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 )
  1306. 1366.62 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 )
  1307. 1366.62 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 )
  1308. 1366.62 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 )
  1309. 1366.62 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 )
  1310. 1366.62 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 )
  1311. 1366.62 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 )
  1312. 1367.34 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 )
  1313. 1368.65 s [conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, dist/build/Data/Conduit/Combinators/Unqualified.o, dist/build/Data/Conduit/Combinators/Unqualified.dyn_o )
  1314. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1315. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1316. 1368.69 s [conduit] will become an error in a future GHC release.
  1317. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1318. 1368.69 s [conduit] |
  1319. 1368.69 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1320. 1368.69 s [conduit] | ^
  1321. 1368.69 s [conduit]
  1322. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1323. 1368.69 s [conduit] • The ‘~’ operator is out of scope.
  1324. 1368.69 s [conduit] Assuming it to stand for an equality constraint.
  1325. 1368.69 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1326. 1368.69 s [conduit] exported from Data.Type.Equality and Prelude.
  1327. 1368.69 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1328. 1368.69 s [conduit] • This will become an error in a future GHC release.
  1329. 1368.69 s [conduit] |
  1330. 1368.69 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1331. 1368.69 s [conduit] | ^
  1332. 1368.69 s [conduit]
  1333. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1334. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1335. 1368.69 s [conduit] will become an error in a future GHC release.
  1336. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1337. 1368.69 s [conduit] |
  1338. 1368.69 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1339. 1368.69 s [conduit] | ^
  1340. 1368.69 s [conduit]
  1341. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1342. 1368.69 s [conduit] • The ‘~’ operator is out of scope.
  1343. 1368.69 s [conduit] Assuming it to stand for an equality constraint.
  1344. 1368.69 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1345. 1368.69 s [conduit] exported from Data.Type.Equality and Prelude.
  1346. 1368.69 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1347. 1368.69 s [conduit] • This will become an error in a future GHC release.
  1348. 1368.69 s [conduit] |
  1349. 1368.69 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  1350. 1368.69 s [conduit] | ^
  1351. 1368.69 s [conduit]
  1352. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1353. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1354. 1368.69 s [conduit] will become an error in a future GHC release.
  1355. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1356. 1368.69 s [conduit] |
  1357. 1368.69 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  1358. 1368.69 s [conduit] | ^
  1359. 1368.69 s [conduit]
  1360. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1361. 1368.69 s [conduit] • The ‘~’ operator is out of scope.
  1362. 1368.69 s [conduit] Assuming it to stand for an equality constraint.
  1363. 1368.69 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1364. 1368.69 s [conduit] exported from Data.Type.Equality and Prelude.
  1365. 1368.69 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1366. 1368.69 s [conduit] • This will become an error in a future GHC release.
  1367. 1368.69 s [conduit] |
  1368. 1368.69 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  1369. 1368.69 s [conduit] | ^
  1370. 1368.69 s [conduit]
  1371. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1372. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1373. 1368.69 s [conduit] will become an error in a future GHC release.
  1374. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1375. 1368.69 s [conduit] |
  1376. 1368.69 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1377. 1368.69 s [conduit] | ^
  1378. 1368.69 s [conduit]
  1379. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1380. 1368.69 s [conduit] • The ‘~’ operator is out of scope.
  1381. 1368.69 s [conduit] Assuming it to stand for an equality constraint.
  1382. 1368.69 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1383. 1368.69 s [conduit] exported from Data.Type.Equality and Prelude.
  1384. 1368.69 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1385. 1368.69 s [conduit] • This will become an error in a future GHC release.
  1386. 1368.69 s [conduit] |
  1387. 1368.69 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1388. 1368.69 s [conduit] | ^
  1389. 1368.69 s [conduit]
  1390. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1391. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1392. 1368.69 s [conduit] will become an error in a future GHC release.
  1393. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1394. 1368.69 s [conduit] |
  1395. 1368.69 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1396. 1368.69 s [conduit] | ^
  1397. 1368.69 s [conduit]
  1398. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1399. 1368.69 s [conduit] • The ‘~’ operator is out of scope.
  1400. 1368.69 s [conduit] Assuming it to stand for an equality constraint.
  1401. 1368.69 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1402. 1368.69 s [conduit] exported from Data.Type.Equality and Prelude.
  1403. 1368.69 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1404. 1368.69 s [conduit] • This will become an error in a future GHC release.
  1405. 1368.69 s [conduit] |
  1406. 1368.69 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1407. 1368.69 s [conduit] | ^
  1408. 1368.69 s [conduit]
  1409. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1410. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1411. 1368.69 s [conduit] will become an error in a future GHC release.
  1412. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1413. 1368.69 s [conduit] |
  1414. 1368.69 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  1415. 1368.69 s [conduit] | ^
  1416. 1368.69 s [conduit]
  1417. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1418. 1368.69 s [conduit] • The ‘~’ operator is out of scope.
  1419. 1368.69 s [conduit] Assuming it to stand for an equality constraint.
  1420. 1368.69 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1421. 1368.69 s [conduit] exported from Data.Type.Equality and Prelude.
  1422. 1368.69 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1423. 1368.69 s [conduit] • This will become an error in a future GHC release.
  1424. 1368.69 s [conduit] |
  1425. 1368.69 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  1426. 1368.69 s [conduit] | ^
  1427. 1368.69 s [conduit]
  1428. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1429. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1430. 1368.69 s [conduit] will become an error in a future GHC release.
  1431. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1432. 1368.69 s [conduit] |
  1433. 1368.69 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  1434. 1368.69 s [conduit] | ^
  1435. 1368.69 s [conduit]
  1436. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1437. 1368.69 s [conduit] • The ‘~’ operator is out of scope.
  1438. 1368.69 s [conduit] Assuming it to stand for an equality constraint.
  1439. 1368.69 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1440. 1368.69 s [conduit] exported from Data.Type.Equality and Prelude.
  1441. 1368.69 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1442. 1368.69 s [conduit] • This will become an error in a future GHC release.
  1443. 1368.69 s [conduit] |
  1444. 1368.69 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  1445. 1368.69 s [conduit] | ^
  1446. 1368.69 s [conduit]
  1447. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1448. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1449. 1368.69 s [conduit] will become an error in a future GHC release.
  1450. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1451. 1368.69 s [conduit] |
  1452. 1368.69 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1453. 1368.69 s [conduit] | ^
  1454. 1368.69 s [conduit]
  1455. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1456. 1368.69 s [conduit] • The ‘~’ operator is out of scope.
  1457. 1368.69 s [conduit] Assuming it to stand for an equality constraint.
  1458. 1368.69 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1459. 1368.69 s [conduit] exported from Data.Type.Equality and Prelude.
  1460. 1368.69 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1461. 1368.69 s [conduit] • This will become an error in a future GHC release.
  1462. 1368.69 s [conduit] |
  1463. 1368.69 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  1464. 1368.69 s [conduit] | ^
  1465. 1368.69 s [conduit]
  1466. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1467. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1468. 1368.69 s [conduit] will become an error in a future GHC release.
  1469. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1470. 1368.69 s [conduit] |
  1471. 1368.69 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1472. 1368.69 s [conduit] | ^
  1473. 1368.69 s [conduit]
  1474. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1475. 1368.69 s [conduit] • The ‘~’ operator is out of scope.
  1476. 1368.69 s [conduit] Assuming it to stand for an equality constraint.
  1477. 1368.69 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1478. 1368.69 s [conduit] exported from Data.Type.Equality and Prelude.
  1479. 1368.69 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1480. 1368.69 s [conduit] • This will become an error in a future GHC release.
  1481. 1368.69 s [conduit] |
  1482. 1368.69 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  1483. 1368.69 s [conduit] | ^
  1484. 1368.69 s [conduit]
  1485. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1486. 1368.69 s [conduit] The use of ‘~’ without TypeOperators
  1487. 1368.69 s [conduit] will become an error in a future GHC release.
  1488. 1368.69 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1489. 1368.69 s [conduit] |
  1490. 1368.69 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  1491. 1368.69 s [conduit] | ^
  1492. 1368.69 s [conduit]
  1493. 1368.69 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  1494. 1368.70 s [conduit] • The ‘~’ operator is out of scope.
  1495. 1368.70 s [conduit] Assuming it to stand for an equality constraint.
  1496. 1368.70 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  1497. 1368.70 s [conduit] exported from Data.Type.Equality and Prelude.
  1498. 1368.70 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  1499. 1368.70 s [conduit] • This will become an error in a future GHC release.
  1500. 1368.70 s [conduit] |
  1501. 1368.70 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  1502. 1368.70 s [conduit] | ^
  1503. 1368.70 s [conduit]
  1504. 1369.28 s [conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.o, dist/build/Conduit.dyn_o )
  1505. 1369.76 s [conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, dist/build/Data/Conduit/Internal/Pipe.p_o )
  1506. 1369.93 s [conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
  1507. 1369.93 s [conduit] The import of ‘Control.Applicative’ is redundant
  1508. 1369.93 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  1509. 1369.93 s [conduit] To import instances alone, use: import Control.Applicative()
  1510. 1369.93 s [conduit] |
  1511. 1369.93 s [conduit] 48 | import Control.Applicative (Applicative (..))
  1512. 1369.93 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1513. 1369.93 s [conduit]
  1514. 1369.93 s [conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
  1515. 1369.93 s [conduit] The import of ‘MonadUnliftIO’
  1516. 1369.93 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  1517. 1369.93 s [conduit] |
  1518. 1369.93 s [conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  1519. 1369.93 s [conduit] | ^^^^^^^^^^^^^
  1520. 1369.93 s [conduit]
  1521. 1369.93 s [conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
  1522. 1369.93 s [conduit] The import of ‘Data.Monoid’ is redundant
  1523. 1369.93 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  1524. 1369.93 s [conduit] To import instances alone, use: import Data.Monoid()
  1525. 1369.93 s [conduit] |
  1526. 1369.93 s [conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
  1527. 1369.93 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1528. 1369.93 s [conduit]
  1529. 1369.93 s [conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
  1530. 1369.93 s [conduit] The import of ‘Data.Semigroup’ is redundant
  1531. 1369.93 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  1532. 1369.93 s [conduit] To import instances alone, use: import Data.Semigroup()
  1533. 1369.93 s [conduit] |
  1534. 1369.93 s [conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
  1535. 1369.93 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1536. 1369.93 s [conduit]
  1537. 1369.93 s [conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1538. 1369.93 s [conduit] Rule "conduit: CI.await >>= maybe" may never fire
  1539. 1369.93 s [conduit] because ‘maybe’ might inline first
  1540. 1369.93 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  1541. 1369.93 s [conduit] |
  1542. 1369.93 s [conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
  1543. 1369.93 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1544. 1369.93 s [conduit]
  1545. 1369.93 s [conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1546. 1369.93 s [conduit] Rule "conduit: awaitE >>= either" may never fire
  1547. 1369.93 s [conduit] because ‘either’ might inline first
  1548. 1369.93 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
  1549. 1369.93 s [conduit] |
  1550. 1369.93 s [conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
  1551. 1369.93 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1552. 1369.93 s [conduit]
  1553. 1370.60 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 )
  1554. 1370.60 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 )
  1555. 1370.60 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 )
  1556. 1370.60 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 )
  1557. 1370.60 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 )
  1558. 1370.60 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 )
  1559. 1370.60 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 )
  1560. 1370.60 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 )
  1561. 1370.66 s [conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, dist/build/Data/Conduit/Internal/Conduit.p_o )
  1562. 1370.68 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning: [GHC-02256] [-Wambiguous-fields]
  1563. 1370.68 s [lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
  1564. 1370.68 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  1565. 1370.68 s [lsp-types] Consider disambiguating using module qualification instead.
  1566. 1370.68 s [lsp-types] |
  1567. 1370.68 s [lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n)}
  1568. 1370.68 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1569. 1370.68 s [lsp-types]
  1570. 1370.68 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning: [GHC-02256] [-Wambiguous-fields]
  1571. 1370.68 s [lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
  1572. 1370.68 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  1573. 1370.68 s [lsp-types] Consider disambiguating using module qualification instead.
  1574. 1370.68 s [lsp-types] |
  1575. 1370.68 s [lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n)}
  1576. 1370.68 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1577. 1370.68 s [lsp-types]
  1578. 1370.83 s [conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  1579. 1370.83 s [conduit] The import of ‘Control.Applicative’ is redundant
  1580. 1370.83 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  1581. 1370.83 s [conduit] To import instances alone, use: import Control.Applicative()
  1582. 1370.83 s [conduit] |
  1583. 1370.83 s [conduit] 93 | import Control.Applicative (Applicative (..))
  1584. 1370.83 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1585. 1370.83 s [conduit]
  1586. 1370.83 s [conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
  1587. 1370.83 s [conduit] The import of ‘MonadUnliftIO’
  1588. 1370.83 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  1589. 1370.83 s [conduit] |
  1590. 1370.83 s [conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  1591. 1370.83 s [conduit] | ^^^^^^^^^^^^^
  1592. 1370.83 s [conduit]
  1593. 1370.83 s [conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
  1594. 1370.83 s [conduit] The import of ‘Data.Monoid’ is redundant
  1595. 1370.83 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  1596. 1370.83 s [conduit] To import instances alone, use: import Data.Monoid()
  1597. 1370.83 s [conduit] |
  1598. 1370.83 s [conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
  1599. 1370.83 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1600. 1370.83 s [conduit]
  1601. 1370.83 s [conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
  1602. 1370.83 s [conduit] The import of ‘Data.Semigroup’ is redundant
  1603. 1370.83 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  1604. 1370.83 s [conduit] To import instances alone, use: import Data.Semigroup()
  1605. 1370.83 s [conduit] |
  1606. 1370.83 s [conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
  1607. 1370.83 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1608. 1370.83 s [conduit]
  1609. 1370.83 s [conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
  1610. 1370.84 s [conduit] The import of ‘Data.Traversable’ is redundant
  1611. 1370.84 s [conduit] except perhaps to import instances from ‘Data.Traversable’
  1612. 1370.84 s [conduit] To import instances alone, use: import Data.Traversable()
  1613. 1370.84 s [conduit] |
  1614. 1370.84 s [conduit] 114 | import Data.Traversable (Traversable (..))
  1615. 1370.84 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1616. 1370.84 s [conduit]
  1617. 1370.84 s [conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
  1618. 1370.84 s [conduit] This binding for ‘p’ shadows the existing binding
  1619. 1370.84 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  1620. 1370.84 s [conduit] |
  1621. 1370.84 s [conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
  1622. 1370.84 s [conduit] | ^
  1623. 1370.84 s [conduit]
  1624. 1370.84 s [conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
  1625. 1370.84 s [conduit] This binding for ‘p’ shadows the existing binding
  1626. 1370.84 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  1627. 1370.84 s [conduit] |
  1628. 1370.84 s [conduit] 743 | go (Leftover p ()) = go p
  1629. 1370.84 s [conduit] | ^
  1630. 1370.84 s [conduit]
  1631. 1370.84 s [conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
  1632. 1370.84 s [conduit] This binding for ‘p’ shadows the existing binding
  1633. 1370.84 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  1634. 1370.84 s [conduit] |
  1635. 1370.84 s [conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
  1636. 1370.84 s [conduit] | ^
  1637. 1370.84 s [conduit]
  1638. 1370.84 s [conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
  1639. 1370.84 s [conduit] This binding for ‘p’ shadows the existing binding
  1640. 1370.84 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  1641. 1370.84 s [conduit] |
  1642. 1370.84 s [conduit] 760 | go (Leftover p ()) = go p
  1643. 1370.84 s [conduit] | ^
  1644. 1370.84 s [conduit]
  1645. 1370.84 s [conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1646. 1370.84 s [conduit] Rule "conduit: await >>= maybe" may never fire
  1647. 1370.84 s [conduit] because ‘maybe’ might inline first
  1648. 1370.84 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
  1649. 1370.84 s [conduit] |
  1650. 1370.84 s [conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
  1651. 1370.84 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1652. 1370.84 s [conduit]
  1653. 1371.84 s [conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, dist/build/Data/Conduit/Internal/Fusion.p_o )
  1654. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1655. 1371.86 s [conduit] Rule "conduit: fuseStream (.|)" may never fire
  1656. 1371.86 s [conduit] because ‘.|’ might inline first
  1657. 1371.86 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1658. 1371.86 s [conduit] |
  1659. 1371.86 s [conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
  1660. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1661. 1371.86 s [conduit]
  1662. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1663. 1371.86 s [conduit] Rule "conduit: fuseStream (fuse)" may never fire
  1664. 1371.86 s [conduit] because ‘fuse’ might inline first
  1665. 1371.86 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1666. 1371.86 s [conduit] |
  1667. 1371.86 s [conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
  1668. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1669. 1371.86 s [conduit]
  1670. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
  1671. 1371.86 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1672. 1371.86 s [conduit] Deprecated: "Use .|"
  1673. 1371.86 s [conduit] |
  1674. 1371.86 s [conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
  1675. 1371.86 s [conduit] | ^^^
  1676. 1371.86 s [conduit]
  1677. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1678. 1371.86 s [conduit] Rule "conduit: runStream (pure)" may never fire
  1679. 1371.86 s [conduit] because ‘runConduitPure’ might inline first
  1680. 1371.86 s [conduit] Suggested fix:
  1681. 1371.86 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1682. 1371.86 s [conduit] |
  1683. 1371.86 s [conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
  1684. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1685. 1371.86 s [conduit]
  1686. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1687. 1371.86 s [conduit] Rule "conduit: runStream (ResourceT)" may never fire
  1688. 1371.86 s [conduit] because ‘runConduitRes’ might inline first
  1689. 1371.86 s [conduit] Suggested fix:
  1690. 1371.86 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1691. 1371.86 s [conduit] |
  1692. 1371.86 s [conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
  1693. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1694. 1371.86 s [conduit]
  1695. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
  1696. 1371.86 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  1697. 1371.86 s [conduit] Deprecated: "Use runConduit and .|"
  1698. 1371.86 s [conduit] |
  1699. 1371.86 s [conduit] 129 | unstream left $$ unstream right = connectStream left right
  1700. 1371.86 s [conduit] | ^^
  1701. 1371.86 s [conduit]
  1702. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
  1703. 1371.86 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  1704. 1371.86 s [conduit] Deprecated: "Use runConduit and .|"
  1705. 1371.86 s [conduit] |
  1706. 1371.86 s [conduit] 154 | unstream left $$ right = connectStream1 left right
  1707. 1371.86 s [conduit] | ^^
  1708. 1371.86 s [conduit]
  1709. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1710. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
  1711. 1371.86 s [conduit] because ‘.|’ might inline first
  1712. 1371.86 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1713. 1371.86 s [conduit] |
  1714. 1371.86 s [conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
  1715. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1716. 1371.86 s [conduit]
  1717. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
  1718. 1371.86 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1719. 1371.86 s [conduit] Deprecated: "Use .|"
  1720. 1371.86 s [conduit] |
  1721. 1371.86 s [conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
  1722. 1371.86 s [conduit] | ^^^
  1723. 1371.86 s [conduit]
  1724. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1725. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
  1726. 1371.86 s [conduit] because ‘fuse’ might inline first
  1727. 1371.86 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1728. 1371.86 s [conduit] |
  1729. 1371.86 s [conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
  1730. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1731. 1371.86 s [conduit]
  1732. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1733. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  1734. 1371.86 s [conduit] because ‘.|’ might inline first
  1735. 1371.86 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1736. 1371.86 s [conduit] |
  1737. 1371.86 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  1738. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1739. 1371.86 s [conduit]
  1740. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1741. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
  1742. 1371.86 s [conduit] because ‘runConduitPure’ might inline first
  1743. 1371.86 s [conduit] Suggested fix:
  1744. 1371.86 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1745. 1371.86 s [conduit] |
  1746. 1371.86 s [conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
  1747. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1748. 1371.86 s [conduit]
  1749. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1750. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
  1751. 1371.86 s [conduit] because ‘runConduitPure’ might inline first
  1752. 1371.86 s [conduit] Suggested fix:
  1753. 1371.86 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1754. 1371.86 s [conduit] |
  1755. 1371.86 s [conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
  1756. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1757. 1371.86 s [conduit]
  1758. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
  1759. 1371.86 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1760. 1371.86 s [conduit] Deprecated: "Use .|"
  1761. 1371.86 s [conduit] |
  1762. 1371.86 s [conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
  1763. 1371.86 s [conduit] | ^^^
  1764. 1371.86 s [conduit]
  1765. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1766. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  1767. 1371.86 s [conduit] because ‘fuse’ might inline first
  1768. 1371.86 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1769. 1371.86 s [conduit] |
  1770. 1371.86 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  1771. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1772. 1371.86 s [conduit]
  1773. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1774. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
  1775. 1371.86 s [conduit] because ‘runConduitPure’ might inline first
  1776. 1371.86 s [conduit] Suggested fix:
  1777. 1371.86 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1778. 1371.86 s [conduit] |
  1779. 1371.86 s [conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
  1780. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1781. 1371.86 s [conduit]
  1782. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1783. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  1784. 1371.86 s [conduit] because ‘.|’ might inline first
  1785. 1371.86 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1786. 1371.86 s [conduit] |
  1787. 1371.86 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  1788. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1789. 1371.86 s [conduit]
  1790. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1791. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
  1792. 1371.86 s [conduit] because ‘runConduitRes’ might inline first
  1793. 1371.86 s [conduit] Suggested fix:
  1794. 1371.86 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1795. 1371.86 s [conduit] |
  1796. 1371.86 s [conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
  1797. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1798. 1371.86 s [conduit]
  1799. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1800. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
  1801. 1371.86 s [conduit] because ‘runConduitRes’ might inline first
  1802. 1371.86 s [conduit] Suggested fix:
  1803. 1371.86 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1804. 1371.86 s [conduit] |
  1805. 1371.86 s [conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
  1806. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1807. 1371.86 s [conduit]
  1808. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
  1809. 1371.86 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1810. 1371.86 s [conduit] Deprecated: "Use .|"
  1811. 1371.86 s [conduit] |
  1812. 1371.86 s [conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
  1813. 1371.86 s [conduit] | ^^^
  1814. 1371.86 s [conduit]
  1815. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1816. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  1817. 1371.86 s [conduit] because ‘fuse’ might inline first
  1818. 1371.86 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1819. 1371.86 s [conduit] |
  1820. 1371.86 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  1821. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1822. 1371.86 s [conduit]
  1823. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1824. 1371.86 s [conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
  1825. 1371.86 s [conduit] because ‘runConduitRes’ might inline first
  1826. 1371.86 s [conduit] Suggested fix:
  1827. 1371.86 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1828. 1371.86 s [conduit] |
  1829. 1371.86 s [conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
  1830. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1831. 1371.86 s [conduit]
  1832. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
  1833. 1371.86 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  1834. 1371.86 s [conduit] Deprecated: "Use runConduit and .|"
  1835. 1371.86 s [conduit] |
  1836. 1371.86 s [conduit] 214 | left $$ unstream right = connectStream2 left right
  1837. 1371.86 s [conduit] | ^^
  1838. 1371.86 s [conduit]
  1839. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1840. 1371.86 s [conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
  1841. 1371.86 s [conduit] because ‘.|’ might inline first
  1842. 1371.86 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1843. 1371.86 s [conduit] |
  1844. 1371.86 s [conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
  1845. 1371.86 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1846. 1371.86 s [conduit]
  1847. 1371.86 s [conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1848. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
  1849. 1371.87 s [conduit] because ‘fuse’ might inline first
  1850. 1371.87 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1851. 1371.87 s [conduit] |
  1852. 1371.87 s [conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
  1853. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1854. 1371.87 s [conduit]
  1855. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
  1856. 1371.87 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1857. 1371.87 s [conduit] Deprecated: "Use .|"
  1858. 1371.87 s [conduit] |
  1859. 1371.87 s [conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
  1860. 1371.87 s [conduit] | ^^^
  1861. 1371.87 s [conduit]
  1862. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1863. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  1864. 1371.87 s [conduit] because ‘.|’ might inline first
  1865. 1371.87 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1866. 1371.87 s [conduit] |
  1867. 1371.87 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  1868. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1869. 1371.87 s [conduit]
  1870. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1871. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
  1872. 1371.87 s [conduit] because ‘runConduitPure’ might inline first
  1873. 1371.87 s [conduit] Suggested fix:
  1874. 1371.87 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1875. 1371.87 s [conduit] |
  1876. 1371.87 s [conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
  1877. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1878. 1371.87 s [conduit]
  1879. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1880. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  1881. 1371.87 s [conduit] because ‘fuse’ might inline first
  1882. 1371.87 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1883. 1371.87 s [conduit] |
  1884. 1371.87 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  1885. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1886. 1371.87 s [conduit]
  1887. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1888. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
  1889. 1371.87 s [conduit] because ‘runConduitPure’ might inline first
  1890. 1371.87 s [conduit] Suggested fix:
  1891. 1371.87 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1892. 1371.87 s [conduit] |
  1893. 1371.87 s [conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
  1894. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1895. 1371.87 s [conduit]
  1896. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1897. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
  1898. 1371.87 s [conduit] because ‘runConduitPure’ might inline first
  1899. 1371.87 s [conduit] Suggested fix:
  1900. 1371.87 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
  1901. 1371.87 s [conduit] |
  1902. 1371.87 s [conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
  1903. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1904. 1371.87 s [conduit]
  1905. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
  1906. 1371.87 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1907. 1371.87 s [conduit] Deprecated: "Use .|"
  1908. 1371.87 s [conduit] |
  1909. 1371.87 s [conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
  1910. 1371.87 s [conduit] | ^^^
  1911. 1371.87 s [conduit]
  1912. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1913. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  1914. 1371.87 s [conduit] because ‘.|’ might inline first
  1915. 1371.87 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  1916. 1371.87 s [conduit] |
  1917. 1371.87 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  1918. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1919. 1371.87 s [conduit]
  1920. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1921. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
  1922. 1371.87 s [conduit] because ‘runConduitRes’ might inline first
  1923. 1371.87 s [conduit] Suggested fix:
  1924. 1371.87 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1925. 1371.87 s [conduit] |
  1926. 1371.87 s [conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
  1927. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1928. 1371.87 s [conduit]
  1929. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1930. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  1931. 1371.87 s [conduit] because ‘fuse’ might inline first
  1932. 1371.87 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
  1933. 1371.87 s [conduit] |
  1934. 1371.87 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  1935. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1936. 1371.87 s [conduit]
  1937. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1938. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
  1939. 1371.87 s [conduit] because ‘runConduitRes’ might inline first
  1940. 1371.87 s [conduit] Suggested fix:
  1941. 1371.87 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1942. 1371.87 s [conduit] |
  1943. 1371.87 s [conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
  1944. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1945. 1371.87 s [conduit]
  1946. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  1947. 1371.87 s [conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
  1948. 1371.87 s [conduit] because ‘runConduitRes’ might inline first
  1949. 1371.87 s [conduit] Suggested fix:
  1950. 1371.87 s [conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
  1951. 1371.87 s [conduit] |
  1952. 1371.87 s [conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
  1953. 1371.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1954. 1371.87 s [conduit]
  1955. 1371.87 s [conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
  1956. 1371.87 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  1957. 1371.87 s [conduit] Deprecated: "Use .|"
  1958. 1371.87 s [conduit] |
  1959. 1371.87 s [conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
  1960. 1371.87 s [conduit] | ^^^
  1961. 1371.87 s [conduit]
  1962. 1372.07 s [conduit] [ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, dist/build/Data/Conduit/Internal/List/Stream.p_o )
  1963. 1372.54 s [conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, dist/build/Data/Conduit/Combinators/Stream.p_o )
  1964. 1372.60 s [conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  1965. 1372.61 s [conduit] The use of ‘~’ without TypeOperators
  1966. 1372.61 s [conduit] will become an error in a future GHC release.
  1967. 1372.61 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  1968. 1372.61 s [conduit] |
  1969. 1372.61 s [conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
  1970. 1372.61 s [conduit] | ^
  1971. 1372.61 s [conduit]
  1972. 1372.80 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 )
  1973. 1373.12 s [conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.p_o )
  1974. 1373.12 s [conduit] src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
  1975. 1373.12 s [conduit] The import of ‘Data.Functor.Identity’ is redundant
  1976. 1373.12 s [conduit] except perhaps to import instances from ‘Data.Functor.Identity’
  1977. 1373.12 s [conduit] To import instances alone, use: import Data.Functor.Identity()
  1978. 1373.12 s [conduit] |
  1979. 1373.12 s [conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
  1980. 1373.12 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1981. 1373.12 s [conduit]
  1982. 1373.12 s [conduit] src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
  1983. 1373.12 s [conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
  1984. 1373.12 s [conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
  1985. 1373.12 s [conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
  1986. 1373.12 s [conduit] |
  1987. 1373.12 s [conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
  1988. 1373.12 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1989. 1373.12 s [conduit]
  1990. 1373.12 s [conduit] src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
  1991. 1373.12 s [conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
  1992. 1373.12 s [conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
  1993. 1373.12 s [conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
  1994. 1373.12 s [conduit] |
  1995. 1373.12 s [conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
  1996. 1373.12 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1997. 1373.12 s [conduit]
  1998. 1373.12 s [conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.p_o )
  1999. 1373.12 s [conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.p_o )
  2000. 1373.12 s [conduit] src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
  2001. 1373.12 s [conduit] The import of ‘Data.Monoid’ is redundant
  2002. 1373.12 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  2003. 1373.12 s [conduit] To import instances alone, use: import Data.Monoid()
  2004. 1373.12 s [conduit] |
  2005. 1373.12 s [conduit] 67 | import Data.Monoid (Monoid(..))
  2006. 1373.12 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2007. 1373.12 s [conduit]
  2008. 1373.12 s [conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, dist/build/Data/Conduit/List.p_o )
  2009. 1373.12 s [conduit] src/Data/Conduit/List.hs:336:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2010. 1373.12 s [conduit] Rule "conduit: $$ fold" may never fire
  2011. 1373.12 s [conduit] because ‘.|’ might inline first
  2012. 1373.12 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2013. 1373.12 s [conduit] |
  2014. 1373.12 s [conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
  2015. 1373.12 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2016. 1373.12 s [conduit]
  2017. 1373.12 s [conduit] src/Data/Conduit/List.hs:352:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2018. 1373.12 s [conduit] Rule "conduit: $$ foldM" may never fire
  2019. 1373.12 s [conduit] because ‘.|’ might inline first
  2020. 1373.12 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2021. 1373.12 s [conduit] |
  2022. 1373.12 s [conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
  2023. 1373.12 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2024. 1373.12 s [conduit]
  2025. 1373.12 s [conduit] src/Data/Conduit/List.hs:395:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2026. 1373.12 s [conduit] Rule "conduit: connect to mapM_" may never fire
  2027. 1373.12 s [conduit] because ‘.|’ might inline first
  2028. 1373.12 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2029. 1373.12 s [conduit] |
  2030. 1373.12 s [conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
  2031. 1373.12 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2032. 1373.12 s [conduit]
  2033. 1373.12 s [conduit] src/Data/Conduit/List.hs:836:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2034. 1373.12 s [conduit] Rule "conduit: source/filter fusion .|" may never fire
  2035. 1373.12 s [conduit] because ‘.|’ might inline first
  2036. 1373.12 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2037. 1373.12 s [conduit] |
  2038. 1373.12 s [conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
  2039. 1373.12 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2040. 1373.12 s [conduit]
  2041. 1373.12 s [conduit] src/Data/Conduit/List.hs:860:11: warning: [GHC-95396] [-Winline-rule-shadowing]
  2042. 1373.12 s [conduit] Rule "conduit: connect to sinkNull" may never fire
  2043. 1373.12 s [conduit] because ‘.|’ might inline first
  2044. 1373.12 s [conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
  2045. 1373.12 s [conduit] |
  2046. 1373.12 s [conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
  2047. 1373.12 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2048. 1373.12 s [conduit]
  2049. 1373.38 s [conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.p_o )
  2050. 1373.38 s [conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.p_o )
  2051. 1373.38 s [conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, dist/build/Data/Conduit/Combinators.p_o )
  2052. 1373.52 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2053. 1373.52 s [conduit] The use of ‘~’ without TypeOperators
  2054. 1373.52 s [conduit] will become an error in a future GHC release.
  2055. 1373.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2056. 1373.52 s [conduit] |
  2057. 1373.52 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  2058. 1373.52 s [conduit] | ^
  2059. 1373.52 s [conduit]
  2060. 1373.52 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2061. 1373.52 s [conduit] • The ‘~’ operator is out of scope.
  2062. 1373.52 s [conduit] Assuming it to stand for an equality constraint.
  2063. 1373.52 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2064. 1373.52 s [conduit] exported from Data.Type.Equality and Prelude.
  2065. 1373.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2066. 1373.52 s [conduit] • This will become an error in a future GHC release.
  2067. 1373.52 s [conduit] |
  2068. 1373.52 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  2069. 1373.52 s [conduit] | ^
  2070. 1373.52 s [conduit]
  2071. 1373.52 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2072. 1373.52 s [conduit] The use of ‘~’ without TypeOperators
  2073. 1373.52 s [conduit] will become an error in a future GHC release.
  2074. 1373.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2075. 1373.52 s [conduit] |
  2076. 1373.52 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  2077. 1373.52 s [conduit] | ^
  2078. 1373.52 s [conduit]
  2079. 1373.52 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2080. 1373.52 s [conduit] • The ‘~’ operator is out of scope.
  2081. 1373.52 s [conduit] Assuming it to stand for an equality constraint.
  2082. 1373.52 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2083. 1373.52 s [conduit] exported from Data.Type.Equality and Prelude.
  2084. 1373.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2085. 1373.52 s [conduit] • This will become an error in a future GHC release.
  2086. 1373.52 s [conduit] |
  2087. 1373.52 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  2088. 1373.52 s [conduit] | ^
  2089. 1373.52 s [conduit]
  2090. 1373.52 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2091. 1373.52 s [conduit] The use of ‘~’ without TypeOperators
  2092. 1373.52 s [conduit] will become an error in a future GHC release.
  2093. 1373.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2094. 1373.52 s [conduit] |
  2095. 1373.52 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2096. 1373.52 s [conduit] | ^
  2097. 1373.52 s [conduit]
  2098. 1373.52 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2099. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2100. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2101. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2102. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2103. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2104. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2105. 1373.53 s [conduit] |
  2106. 1373.53 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2107. 1373.53 s [conduit] | ^
  2108. 1373.53 s [conduit]
  2109. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2110. 1373.53 s [conduit] The use of ‘~’ without TypeOperators
  2111. 1373.53 s [conduit] will become an error in a future GHC release.
  2112. 1373.53 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2113. 1373.53 s [conduit] |
  2114. 1373.53 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2115. 1373.53 s [conduit] | ^
  2116. 1373.53 s [conduit]
  2117. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2118. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2119. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2120. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2121. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2122. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2123. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2124. 1373.53 s [conduit] |
  2125. 1373.53 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2126. 1373.53 s [conduit] | ^
  2127. 1373.53 s [conduit]
  2128. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2129. 1373.53 s [conduit] The use of ‘~’ without TypeOperators
  2130. 1373.53 s [conduit] will become an error in a future GHC release.
  2131. 1373.53 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2132. 1373.53 s [conduit] |
  2133. 1373.53 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  2134. 1373.53 s [conduit] | ^
  2135. 1373.53 s [conduit]
  2136. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2137. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2138. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2139. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2140. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2141. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2142. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2143. 1373.53 s [conduit] |
  2144. 1373.53 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  2145. 1373.53 s [conduit] | ^
  2146. 1373.53 s [conduit]
  2147. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2148. 1373.53 s [conduit] The use of ‘~’ without TypeOperators
  2149. 1373.53 s [conduit] will become an error in a future GHC release.
  2150. 1373.53 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2151. 1373.53 s [conduit] |
  2152. 1373.53 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2153. 1373.53 s [conduit] | ^
  2154. 1373.53 s [conduit]
  2155. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2156. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2157. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2158. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2159. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2160. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2161. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2162. 1373.53 s [conduit] |
  2163. 1373.53 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2164. 1373.53 s [conduit] | ^
  2165. 1373.53 s [conduit]
  2166. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2167. 1373.53 s [conduit] The use of ‘~’ without TypeOperators
  2168. 1373.53 s [conduit] will become an error in a future GHC release.
  2169. 1373.53 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2170. 1373.53 s [conduit] |
  2171. 1373.53 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2172. 1373.53 s [conduit] | ^
  2173. 1373.53 s [conduit]
  2174. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2175. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2176. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2177. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2178. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2179. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2180. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2181. 1373.53 s [conduit] |
  2182. 1373.53 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2183. 1373.53 s [conduit] | ^
  2184. 1373.53 s [conduit]
  2185. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2186. 1373.53 s [conduit] The use of ‘~’ without TypeOperators
  2187. 1373.53 s [conduit] will become an error in a future GHC release.
  2188. 1373.53 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2189. 1373.53 s [conduit] |
  2190. 1373.53 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  2191. 1373.53 s [conduit] | ^
  2192. 1373.53 s [conduit]
  2193. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2194. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2195. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2196. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2197. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2198. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2199. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2200. 1373.53 s [conduit] |
  2201. 1373.53 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  2202. 1373.53 s [conduit] | ^
  2203. 1373.53 s [conduit]
  2204. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2205. 1373.53 s [conduit] The use of ‘~’ without TypeOperators
  2206. 1373.53 s [conduit] will become an error in a future GHC release.
  2207. 1373.53 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2208. 1373.53 s [conduit] |
  2209. 1373.53 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  2210. 1373.53 s [conduit] | ^
  2211. 1373.53 s [conduit]
  2212. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2213. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2214. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2215. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2216. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2217. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2218. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2219. 1373.53 s [conduit] |
  2220. 1373.53 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  2221. 1373.53 s [conduit] | ^
  2222. 1373.53 s [conduit]
  2223. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2224. 1373.53 s [conduit] The use of ‘~’ without TypeOperators
  2225. 1373.53 s [conduit] will become an error in a future GHC release.
  2226. 1373.53 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2227. 1373.53 s [conduit] |
  2228. 1373.53 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2229. 1373.53 s [conduit] | ^
  2230. 1373.53 s [conduit]
  2231. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2232. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2233. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2234. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2235. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2236. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2237. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2238. 1373.53 s [conduit] |
  2239. 1373.53 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2240. 1373.53 s [conduit] | ^
  2241. 1373.53 s [conduit]
  2242. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2243. 1373.53 s [conduit] The use of ‘~’ without TypeOperators
  2244. 1373.53 s [conduit] will become an error in a future GHC release.
  2245. 1373.53 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2246. 1373.53 s [conduit] |
  2247. 1373.53 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2248. 1373.53 s [conduit] | ^
  2249. 1373.53 s [conduit]
  2250. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2251. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2252. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2253. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2254. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2255. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2256. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2257. 1373.53 s [conduit] |
  2258. 1373.53 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2259. 1373.53 s [conduit] | ^
  2260. 1373.53 s [conduit]
  2261. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2262. 1373.53 s [conduit] The use of ‘~’ without TypeOperators
  2263. 1373.53 s [conduit] will become an error in a future GHC release.
  2264. 1373.53 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2265. 1373.53 s [conduit] |
  2266. 1373.53 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  2267. 1373.53 s [conduit] | ^
  2268. 1373.53 s [conduit]
  2269. 1373.53 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2270. 1373.53 s [conduit] • The ‘~’ operator is out of scope.
  2271. 1373.53 s [conduit] Assuming it to stand for an equality constraint.
  2272. 1373.53 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2273. 1373.53 s [conduit] exported from Data.Type.Equality and Prelude.
  2274. 1373.53 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2275. 1373.53 s [conduit] • This will become an error in a future GHC release.
  2276. 1373.53 s [conduit] |
  2277. 1373.53 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  2278. 1373.53 s [conduit] | ^
  2279. 1373.53 s [conduit]
  2280. 1376.44 s [conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, dist/build/Data/Conduit/Combinators/Unqualified.p_o )
  2281. 1376.51 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2282. 1376.51 s [conduit] The use of ‘~’ without TypeOperators
  2283. 1376.51 s [conduit] will become an error in a future GHC release.
  2284. 1376.51 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2285. 1376.51 s [conduit] |
  2286. 1376.51 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2287. 1376.51 s [conduit] | ^
  2288. 1376.51 s [conduit]
  2289. 1376.51 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2290. 1376.51 s [conduit] • The ‘~’ operator is out of scope.
  2291. 1376.51 s [conduit] Assuming it to stand for an equality constraint.
  2292. 1376.51 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2293. 1376.51 s [conduit] exported from Data.Type.Equality and Prelude.
  2294. 1376.51 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2295. 1376.51 s [conduit] • This will become an error in a future GHC release.
  2296. 1376.51 s [conduit] |
  2297. 1376.51 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2298. 1376.51 s [conduit] | ^
  2299. 1376.51 s [conduit]
  2300. 1376.51 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2301. 1376.51 s [conduit] The use of ‘~’ without TypeOperators
  2302. 1376.51 s [conduit] will become an error in a future GHC release.
  2303. 1376.51 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2304. 1376.51 s [conduit] |
  2305. 1376.51 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2306. 1376.51 s [conduit] | ^
  2307. 1376.51 s [conduit]
  2308. 1376.51 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2309. 1376.51 s [conduit] • The ‘~’ operator is out of scope.
  2310. 1376.51 s [conduit] Assuming it to stand for an equality constraint.
  2311. 1376.51 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2312. 1376.51 s [conduit] exported from Data.Type.Equality and Prelude.
  2313. 1376.51 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2314. 1376.51 s [conduit] • This will become an error in a future GHC release.
  2315. 1376.51 s [conduit] |
  2316. 1376.51 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  2317. 1376.51 s [conduit] | ^
  2318. 1376.51 s [conduit]
  2319. 1376.51 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2320. 1376.51 s [conduit] The use of ‘~’ without TypeOperators
  2321. 1376.51 s [conduit] will become an error in a future GHC release.
  2322. 1376.51 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2323. 1376.51 s [conduit] |
  2324. 1376.51 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  2325. 1376.51 s [conduit] | ^
  2326. 1376.51 s [conduit]
  2327. 1376.51 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2328. 1376.51 s [conduit] • The ‘~’ operator is out of scope.
  2329. 1376.51 s [conduit] Assuming it to stand for an equality constraint.
  2330. 1376.51 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2331. 1376.51 s [conduit] exported from Data.Type.Equality and Prelude.
  2332. 1376.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2333. 1376.52 s [conduit] • This will become an error in a future GHC release.
  2334. 1376.52 s [conduit] |
  2335. 1376.52 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  2336. 1376.52 s [conduit] | ^
  2337. 1376.52 s [conduit]
  2338. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2339. 1376.52 s [conduit] The use of ‘~’ without TypeOperators
  2340. 1376.52 s [conduit] will become an error in a future GHC release.
  2341. 1376.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2342. 1376.52 s [conduit] |
  2343. 1376.52 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2344. 1376.52 s [conduit] | ^
  2345. 1376.52 s [conduit]
  2346. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2347. 1376.52 s [conduit] • The ‘~’ operator is out of scope.
  2348. 1376.52 s [conduit] Assuming it to stand for an equality constraint.
  2349. 1376.52 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2350. 1376.52 s [conduit] exported from Data.Type.Equality and Prelude.
  2351. 1376.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2352. 1376.52 s [conduit] • This will become an error in a future GHC release.
  2353. 1376.52 s [conduit] |
  2354. 1376.52 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2355. 1376.52 s [conduit] | ^
  2356. 1376.52 s [conduit]
  2357. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2358. 1376.52 s [conduit] The use of ‘~’ without TypeOperators
  2359. 1376.52 s [conduit] will become an error in a future GHC release.
  2360. 1376.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2361. 1376.52 s [conduit] |
  2362. 1376.52 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2363. 1376.52 s [conduit] | ^
  2364. 1376.52 s [conduit]
  2365. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2366. 1376.52 s [conduit] • The ‘~’ operator is out of scope.
  2367. 1376.52 s [conduit] Assuming it to stand for an equality constraint.
  2368. 1376.52 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2369. 1376.52 s [conduit] exported from Data.Type.Equality and Prelude.
  2370. 1376.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2371. 1376.52 s [conduit] • This will become an error in a future GHC release.
  2372. 1376.52 s [conduit] |
  2373. 1376.52 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2374. 1376.52 s [conduit] | ^
  2375. 1376.52 s [conduit]
  2376. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2377. 1376.52 s [conduit] The use of ‘~’ without TypeOperators
  2378. 1376.52 s [conduit] will become an error in a future GHC release.
  2379. 1376.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2380. 1376.52 s [conduit] |
  2381. 1376.52 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  2382. 1376.52 s [conduit] | ^
  2383. 1376.52 s [conduit]
  2384. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2385. 1376.52 s [conduit] • The ‘~’ operator is out of scope.
  2386. 1376.52 s [conduit] Assuming it to stand for an equality constraint.
  2387. 1376.52 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2388. 1376.52 s [conduit] exported from Data.Type.Equality and Prelude.
  2389. 1376.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2390. 1376.52 s [conduit] • This will become an error in a future GHC release.
  2391. 1376.52 s [conduit] |
  2392. 1376.52 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  2393. 1376.52 s [conduit] | ^
  2394. 1376.52 s [conduit]
  2395. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2396. 1376.52 s [conduit] The use of ‘~’ without TypeOperators
  2397. 1376.52 s [conduit] will become an error in a future GHC release.
  2398. 1376.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2399. 1376.52 s [conduit] |
  2400. 1376.52 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  2401. 1376.52 s [conduit] | ^
  2402. 1376.52 s [conduit]
  2403. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2404. 1376.52 s [conduit] • The ‘~’ operator is out of scope.
  2405. 1376.52 s [conduit] Assuming it to stand for an equality constraint.
  2406. 1376.52 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2407. 1376.52 s [conduit] exported from Data.Type.Equality and Prelude.
  2408. 1376.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2409. 1376.52 s [conduit] • This will become an error in a future GHC release.
  2410. 1376.52 s [conduit] |
  2411. 1376.52 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  2412. 1376.52 s [conduit] | ^
  2413. 1376.52 s [conduit]
  2414. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2415. 1376.52 s [conduit] The use of ‘~’ without TypeOperators
  2416. 1376.52 s [conduit] will become an error in a future GHC release.
  2417. 1376.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2418. 1376.52 s [conduit] |
  2419. 1376.52 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2420. 1376.52 s [conduit] | ^
  2421. 1376.52 s [conduit]
  2422. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2423. 1376.52 s [conduit] • The ‘~’ operator is out of scope.
  2424. 1376.52 s [conduit] Assuming it to stand for an equality constraint.
  2425. 1376.52 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2426. 1376.52 s [conduit] exported from Data.Type.Equality and Prelude.
  2427. 1376.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2428. 1376.52 s [conduit] • This will become an error in a future GHC release.
  2429. 1376.52 s [conduit] |
  2430. 1376.52 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  2431. 1376.52 s [conduit] | ^
  2432. 1376.52 s [conduit]
  2433. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2434. 1376.52 s [conduit] The use of ‘~’ without TypeOperators
  2435. 1376.52 s [conduit] will become an error in a future GHC release.
  2436. 1376.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2437. 1376.52 s [conduit] |
  2438. 1376.52 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2439. 1376.52 s [conduit] | ^
  2440. 1376.52 s [conduit]
  2441. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2442. 1376.52 s [conduit] • The ‘~’ operator is out of scope.
  2443. 1376.52 s [conduit] Assuming it to stand for an equality constraint.
  2444. 1376.52 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2445. 1376.52 s [conduit] exported from Data.Type.Equality and Prelude.
  2446. 1376.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2447. 1376.52 s [conduit] • This will become an error in a future GHC release.
  2448. 1376.52 s [conduit] |
  2449. 1376.52 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  2450. 1376.52 s [conduit] | ^
  2451. 1376.52 s [conduit]
  2452. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  2453. 1376.52 s [conduit] The use of ‘~’ without TypeOperators
  2454. 1376.52 s [conduit] will become an error in a future GHC release.
  2455. 1376.52 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  2456. 1376.52 s [conduit] |
  2457. 1376.52 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  2458. 1376.52 s [conduit] | ^
  2459. 1376.52 s [conduit]
  2460. 1376.52 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  2461. 1376.52 s [conduit] • The ‘~’ operator is out of scope.
  2462. 1376.52 s [conduit] Assuming it to stand for an equality constraint.
  2463. 1376.52 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  2464. 1376.52 s [conduit] exported from Data.Type.Equality and Prelude.
  2465. 1376.52 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  2466. 1376.52 s [conduit] • This will become an error in a future GHC release.
  2467. 1376.52 s [conduit] |
  2468. 1376.52 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  2469. 1376.52 s [conduit] | ^
  2470. 1376.52 s [conduit]
  2471. 1376.52 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 )
  2472. 1376.52 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 )
  2473. 1376.53 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 )
  2474. 1376.53 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 )
  2475. 1376.53 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 )
  2476. 1376.53 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 )
  2477. 1376.53 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 )
  2478. 1377.01 s [conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.p_o )
  2479. 1377.32 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 )
  2480. 1377.32 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 )
  2481. 1378.26 s [lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.p_o )
  2482. 1378.48 s [lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.p_o )
  2483. 1378.48 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 )
  2484. 1378.48 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 )
  2485. 1378.69 s [conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
  2486. 1378.69 s [conduit] Building test suite 'conduit-test' for conduit-1.3.6.1...
  2487. 1378.83 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 )
  2488. 1378.88 s [conduit] [1 of 5] Compiling Data.Conduit.Extra.ZipConduitSpec ( test/Data/Conduit/Extra/ZipConduitSpec.hs, dist/build/conduit-test/conduit-test-tmp/Data/Conduit/Extra/ZipConduitSpec.o )
  2489. 1378.92 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 )
  2490. 1378.97 s [conduit] test/Data/Conduit/Extra/ZipConduitSpec.hs:5:1: warning: [GHC-66111] [-Wunused-imports]
  2491. 1378.97 s [conduit] The import of ‘Control.Applicative’ is redundant
  2492. 1378.97 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  2493. 1378.97 s [conduit] To import instances alone, use: import Control.Applicative()
  2494. 1378.97 s [conduit] |
  2495. 1378.97 s [conduit] 5 | import Control.Applicative ((<*), pure)
  2496. 1378.97 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2497. 1378.97 s [conduit]
  2498. 1379.08 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 )
  2499. 1379.22 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 )
  2500. 1379.22 s [lsp-types] src/Language/LSP/Protocol/Utils/Misc.hs:24:1: warning: [GHC-66111] [-Wunused-imports]
  2501. 1379.22 s [lsp-types] The import of ‘Data.List’ is redundant
  2502. 1379.22 s [lsp-types] except perhaps to import instances from ‘Data.List’
  2503. 1379.22 s [lsp-types] To import instances alone, use: import Data.List()
  2504. 1379.22 s [lsp-types] |
  2505. 1379.22 s [lsp-types] 24 | import Data.List hiding (group)
  2506. 1379.22 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2507. 1379.22 s [lsp-types]
  2508. 1379.22 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 )
  2509. 1379.32 s [conduit] [2 of 5] Compiling Data.Conduit.StreamSpec ( test/Data/Conduit/StreamSpec.hs, dist/build/conduit-test/conduit-test-tmp/Data/Conduit/StreamSpec.o )
  2510. 1379.32 s [conduit] test/Data/Conduit/StreamSpec.hs:572:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  2511. 1379.32 s [conduit] Pattern match(es) are non-exhaustive
  2512. 1379.32 s [conduit] In a lambda abstraction: Patterns of type ‘[a]’ not matched: []
  2513. 1379.32 s [conduit] |
  2514. 1379.32 s [conduit] 572 | Data.List.map (\(x:xs) -> (x, xs)) . Data.List.groupBy ((==) `on` f)
  2515. 1379.32 s [conduit] | ^^^^^^^^^^^^^^^^^^
  2516. 1379.32 s [conduit]
  2517. 1379.86 s [lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.p_o )
  2518. 1383.30 s [conduit] [3 of 5] Compiling StreamSpec ( test/StreamSpec.hs, dist/build/conduit-test/conduit-test-tmp/StreamSpec.o )
  2519. 1383.30 s [conduit] test/StreamSpec.hs:471:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
  2520. 1383.35 s [conduit] Noncanonical ‘mappend’ definition detected
  2521. 1383.35 s [conduit] in the instance declaration for ‘Monoid (Sum a)’.
  2522. 1383.35 s [conduit] ‘mappend’ will eventually be removed in favour of ‘(<>)’
  2523. 1383.35 s [conduit] Suggested fix:
  2524. 1383.35 s [conduit] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
  2525. 1383.35 s [conduit] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
  2526. 1383.35 s [conduit] |
  2527. 1383.35 s [conduit] 471 | mappend (Sum x) (Sum y) = Sum $ x Prelude.+ y
  2528. 1383.35 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2529. 1383.35 s [conduit]
  2530. 1383.35 s [conduit] [4 of 5] Compiling Spec ( test/Spec.hs, dist/build/conduit-test/conduit-test-tmp/Spec.o )
  2531. 1385.43 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 )
  2532. 1386.17 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 )
  2533. 1386.17 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 )
  2534. 1386.17 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 )
  2535. 1386.17 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 )
  2536. 1389.88 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 )
  2537. 1390.53 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 )
  2538. 1390.53 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 )
  2539. 1390.53 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 )
  2540. 1390.53 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 )
  2541. 1390.53 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 )
  2542. 1390.53 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 )
  2543. 1390.53 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 )
  2544. 1390.53 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 )
  2545. 1390.54 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 )
  2546. 1390.54 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 )
  2547. 1390.54 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 )
  2548. 1390.54 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 )
  2549. 1390.54 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 )
  2550. 1390.54 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 )
  2551. 1390.54 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 )
  2552. 1390.54 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 )
  2553. 1390.54 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 )
  2554. 1390.54 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 )
  2555. 1390.54 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 )
  2556. 1390.54 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 )
  2557. 1390.55 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 )
  2558. 1390.55 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 )
  2559. 1390.55 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 )
  2560. 1390.55 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 )
  2561. 1390.55 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 )
  2562. 1390.55 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 )
  2563. 1390.55 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 )
  2564. 1390.55 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 )
  2565. 1390.55 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 )
  2566. 1390.55 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 )
  2567. 1390.55 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 )
  2568. 1390.55 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 )
  2569. 1390.55 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 )
  2570. 1390.55 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 )
  2571. 1390.55 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 )
  2572. 1390.55 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 )
  2573. 1390.55 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 )
  2574. 1390.55 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 )
  2575. 1390.95 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 )
  2576. 1390.95 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 )
  2577. 1390.95 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 )
  2578. 1390.95 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 )
  2579. 1390.95 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 )
  2580. 1390.95 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 )
  2581. 1390.95 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 )
  2582. 1390.95 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 )
  2583. 1390.95 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 )
  2584. 1390.95 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 )
  2585. 1390.95 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 )
  2586. 1390.96 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 )
  2587. 1390.96 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 )
  2588. 1391.01 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 )
  2589. 1392.46 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 )
  2590. 1392.46 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 )
  2591. 1392.46 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 )
  2592. 1392.46 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 )
  2593. 1392.46 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 )
  2594. 1392.46 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 )
  2595. 1392.46 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 )
  2596. 1392.46 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 )
  2597. 1392.46 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 )
  2598. 1392.46 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 )
  2599. 1392.46 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 )
  2600. 1392.46 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 )
  2601. 1392.46 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 )
  2602. 1392.46 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 )
  2603. 1392.46 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 )
  2604. 1392.46 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 )
  2605. 1392.46 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 )
  2606. 1392.46 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 )
  2607. 1392.46 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 )
  2608. 1392.46 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 )
  2609. 1392.46 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 )
  2610. 1392.46 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 )
  2611. 1392.46 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 )
  2612. 1392.46 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 )
  2613. 1392.46 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 )
  2614. 1392.47 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 )
  2615. 1392.47 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 )
  2616. 1392.47 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 )
  2617. 1392.47 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 )
  2618. 1392.47 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 )
  2619. 1392.47 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 )
  2620. 1392.47 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 )
  2621. 1392.47 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 )
  2622. 1392.47 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 )
  2623. 1392.47 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 )
  2624. 1392.47 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 )
  2625. 1392.67 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 )
  2626. 1392.92 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 )
  2627. 1395.55 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 )
  2628. 1398.53 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 )
  2629. 1398.69 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 )
  2630. 1398.69 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 )
  2631. 1398.69 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 )
  2632. 1398.69 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 )
  2633. 1398.69 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 )
  2634. 1398.69 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 )
  2635. 1398.69 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 )
  2636. 1398.69 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 )
  2637. 1398.69 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 )
  2638. 1398.69 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 )
  2639. 1398.69 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 )
  2640. 1398.69 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 )
  2641. 1398.69 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 )
  2642. 1398.69 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 )
  2643. 1398.69 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 )
  2644. 1398.69 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 )
  2645. 1398.69 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 )
  2646. 1398.69 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 )
  2647. 1398.69 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 )
  2648. 1398.69 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 )
  2649. 1398.69 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 )
  2650. 1398.89 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 )
  2651. 1398.89 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 )
  2652. 1398.89 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 )
  2653. 1398.89 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 )
  2654. 1398.89 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 )
  2655. 1398.89 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 )
  2656. 1398.98 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 )
  2657. 1398.98 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 )
  2658. 1398.98 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 )
  2659. 1398.98 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 )
  2660. 1398.98 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 )
  2661. 1398.98 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 )
  2662. 1398.98 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 )
  2663. 1398.98 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 )
  2664. 1398.98 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 )
  2665. 1398.98 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 )
  2666. 1398.98 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 )
  2667. 1398.98 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 )
  2668. 1398.98 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 )
  2669. 1398.98 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 )
  2670. 1398.98 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 )
  2671. 1398.98 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 )
  2672. 1405.08 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 )
  2673. 1407.16 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 )
  2674. 1407.91 s [conduit] [5 of 5] Compiling Main ( test/main.hs, dist/build/conduit-test/conduit-test-tmp/Main.o )
  2675. 1408.05 s [conduit] test/main.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
  2676. 1408.05 s [conduit] The import of ‘Control.Applicative’ is redundant
  2677. 1408.05 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  2678. 1408.05 s [conduit] To import instances alone, use: import Control.Applicative()
  2679. 1408.05 s [conduit] |
  2680. 1408.05 s [conduit] 35 | import Control.Applicative (pure, (<$>), (<*>), liftA2)
  2681. 1408.05 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2682. 1408.05 s [conduit]
  2683. 1408.05 s [conduit] test/main.hs:99:32: warning: [GHC-63394] [-Wx-partial]
  2684. 1408.05 s [conduit] In the use of ‘tail’
  2685. 1408.05 s [conduit] (imported from Prelude, but defined in GHC.Internal.List):
  2686. 1408.05 s [conduit] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  2687. 1408.05 s [conduit] |
  2688. 1408.05 s [conduit] 99 | prop "scan" $ equivToList (tail . scanl (+) 0 :: [Int]->[Int]) (void $ CL.scan (+) 0)
  2689. 1408.05 s [conduit] | ^^^^
  2690. 1408.05 s [conduit]
  2691. 1408.05 s [conduit] test/main.hs:110:33: warning: [GHC-63394] [-Wx-partial]
  2692. 1408.05 s [conduit] In the use of ‘tail’
  2693. 1408.05 s [conduit] (imported from Prelude, but defined in GHC.Internal.List):
  2694. 1408.05 s [conduit] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
  2695. 1408.05 s [conduit] |
  2696. 1408.05 s [conduit] 110 | prop "scanM" $ equivToList (tail . scanl (+) 0) (void $ CL.scanM (\a s -> return $ a + s) (0 :: Int))
  2697. 1408.05 s [conduit] | ^^^^
  2698. 1408.05 s [conduit]
  2699. 1409.04 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 )
  2700. 1409.04 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 )
  2701. 1409.04 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 )
  2702. 1409.04 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 )
  2703. 1409.04 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 )
  2704. 1409.04 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 )
  2705. 1409.04 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 )
  2706. 1409.04 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 )
  2707. 1409.04 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 )
  2708. 1409.04 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 )
  2709. 1409.04 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 )
  2710. 1409.04 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 )
  2711. 1409.04 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 )
  2712. 1409.04 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 )
  2713. 1409.04 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 )
  2714. 1409.04 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 )
  2715. 1409.04 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 )
  2716. 1409.04 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 )
  2717. 1409.04 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 )
  2718. 1409.04 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 )
  2719. 1409.04 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 )
  2720. 1409.04 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 )
  2721. 1409.04 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 )
  2722. 1409.04 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 )
  2723. 1409.04 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 )
  2724. 1409.04 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 )
  2725. 1409.04 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 )
  2726. 1409.04 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 )
  2727. 1409.04 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 )
  2728. 1409.04 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 )
  2729. 1409.04 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 )
  2730. 1409.04 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 )
  2731. 1409.04 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 )
  2732. 1409.04 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 )
  2733. 1409.04 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 )
  2734. 1409.04 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 )
  2735. 1409.04 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 )
  2736. 1409.04 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 )
  2737. 1409.04 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 )
  2738. 1409.04 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 )
  2739. 1409.04 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 )
  2740. 1409.04 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 )
  2741. 1409.04 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 )
  2742. 1409.04 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 )
  2743. 1409.04 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 )
  2744. 1409.04 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 )
  2745. 1409.04 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 )
  2746. 1409.04 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 )
  2747. 1409.04 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 )
  2748. 1409.04 s [lsp-types] [203 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileSystemWatcher ( generated/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.p_o )
  2749. 1409.04 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 )
  2750. 1409.04 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 )
  2751. 1409.04 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 )
  2752. 1409.04 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 )
  2753. 1409.04 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 )
  2754. 1409.04 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 )
  2755. 1409.04 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 )
  2756. 1409.04 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 )
  2757. 1409.04 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 )
  2758. 1409.04 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 )
  2759. 1409.04 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 )
  2760. 1409.04 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 )
  2761. 1409.04 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 )
  2762. 1409.04 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 )
  2763. 1409.04 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 )
  2764. 1409.04 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 )
  2765. 1409.04 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 )
  2766. 1409.04 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 )
  2767. 1409.04 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 )
  2768. 1409.04 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 )
  2769. 1409.04 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 )
  2770. 1409.99 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 )
  2771. 1412.25 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 )
  2772. 1412.28 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 )
  2773. 1412.28 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 )
  2774. 1412.28 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 )
  2775. 1412.28 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 )
  2776. 1412.28 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 )
  2777. 1412.28 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 )
  2778. 1412.28 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 )
  2779. 1412.28 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 )
  2780. 1412.28 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 )
  2781. 1412.28 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 )
  2782. 1412.28 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 )
  2783. 1412.28 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 )
  2784. 1412.28 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 )
  2785. 1412.28 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 )
  2786. 1412.28 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 )
  2787. 1412.28 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 )
  2788. 1412.28 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 )
  2789. 1412.28 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 )
  2790. 1412.28 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 )
  2791. 1412.28 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 )
  2792. 1412.28 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 )
  2793. 1412.28 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 )
  2794. 1412.28 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 )
  2795. 1412.28 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 )
  2796. 1412.28 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 )
  2797. 1412.28 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 )
  2798. 1412.28 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 )
  2799. 1412.28 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 )
  2800. 1412.28 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 )
  2801. 1412.28 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 )
  2802. 1412.28 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 )
  2803. 1412.28 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 )
  2804. 1412.28 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 )
  2805. 1412.28 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 )
  2806. 1412.28 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 )
  2807. 1412.28 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 )
  2808. 1412.28 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 )
  2809. 1412.28 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 )
  2810. 1412.28 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 )
  2811. 1412.28 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 )
  2812. 1412.28 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 )
  2813. 1412.28 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 )
  2814. 1412.28 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 )
  2815. 1412.28 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 )
  2816. 1412.28 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 )
  2817. 1412.28 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 )
  2818. 1412.28 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 )
  2819. 1412.28 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 )
  2820. 1412.28 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 )
  2821. 1412.28 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 )
  2822. 1412.28 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 )
  2823. 1412.28 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 )
  2824. 1412.28 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 )
  2825. 1412.28 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 )
  2826. 1412.28 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 )
  2827. 1412.28 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 )
  2828. 1412.28 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 )
  2829. 1412.28 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 )
  2830. 1412.28 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 )
  2831. 1412.28 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 )
  2832. 1412.28 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 )
  2833. 1412.28 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 )
  2834. 1412.28 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 )
  2835. 1412.28 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 )
  2836. 1412.28 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 )
  2837. 1412.28 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 )
  2838. 1412.28 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 )
  2839. 1412.28 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 )
  2840. 1412.28 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 )
  2841. 1413.70 s [conduit] [6 of 6] Linking dist/build/conduit-test/conduit-test
  2842. 1414.68 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 )
  2843. 1414.68 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 )
  2844. 1414.68 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 )
  2845. 1414.68 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 )
  2846. 1414.68 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 )
  2847. 1414.68 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 )
  2848. 1414.68 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 )
  2849. 1414.68 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 )
  2850. 1414.68 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 )
  2851. 1414.68 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 )
  2852. 1414.68 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 )
  2853. 1414.68 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 )
  2854. 1414.68 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 )
  2855. 1414.68 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 )
  2856. 1414.68 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 )
  2857. 1414.68 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 )
  2858. 1414.68 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 )
  2859. 1414.68 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 )
  2860. 1414.68 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 )
  2861. 1414.68 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 )
  2862. 1414.68 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 )
  2863. 1414.68 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 )
  2864. 1414.68 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 )
  2865. 1414.68 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 )
  2866. 1414.68 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 )
  2867. 1414.68 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 )
  2868. 1414.68 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 )
  2869. 1414.68 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 )
  2870. 1414.68 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 )
  2871. 1414.68 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 )
  2872. 1414.68 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 )
  2873. 1414.68 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 )
  2874. 1414.68 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 )
  2875. 1414.68 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 )
  2876. 1414.68 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 )
  2877. 1414.68 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 )
  2878. 1414.68 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 )
  2879. 1414.68 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 )
  2880. 1414.68 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 )
  2881. 1414.68 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 )
  2882. 1414.68 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 )
  2883. 1414.68 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 )
  2884. 1414.68 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 )
  2885. 1414.68 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 )
  2886. 1414.68 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 )
  2887. 1414.68 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 )
  2888. 1414.68 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 )
  2889. 1414.68 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 )
  2890. 1414.68 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 )
  2891. 1414.68 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 )
  2892. 1414.68 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 )
  2893. 1414.68 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 )
  2894. 1414.68 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 )
  2895. 1414.68 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 )
  2896. 1414.68 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 )
  2897. 1414.68 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 )
  2898. 1414.68 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 )
  2899. 1414.68 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 )
  2900. 1414.68 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 )
  2901. 1414.68 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 )
  2902. 1414.68 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 )
  2903. 1414.68 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 )
  2904. 1414.68 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 )
  2905. 1414.68 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 )
  2906. 1414.68 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 )
  2907. 1414.68 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 )
  2908. 1414.68 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 )
  2909. 1414.68 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 )
  2910. 1414.68 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 )
  2911. 1414.68 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 )
  2912. 1414.68 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 )
  2913. 1414.68 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 )
  2914. 1414.68 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 )
  2915. 1414.68 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 )
  2916. 1414.68 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 )
  2917. 1414.68 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 )
  2918. 1414.68 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 )
  2919. 1414.68 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 )
  2920. 1414.68 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 )
  2921. 1414.68 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 )
  2922. 1414.68 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 )
  2923. 1414.68 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 )
  2924. 1414.68 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 )
  2925. 1414.68 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 )
  2926. 1414.68 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 )
  2927. 1414.68 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 )
  2928. 1414.68 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 )
  2929. 1414.68 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 )
  2930. 1414.68 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 )
  2931. 1414.68 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 )
  2932. 1414.68 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 )
  2933. 1414.68 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 )
  2934. 1414.68 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 )
  2935. 1414.68 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 )
  2936. 1414.68 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 )
  2937. 1414.68 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 )
  2938. 1414.68 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 )
  2939. 1414.68 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 )
  2940. 1414.68 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 )
  2941. 1414.68 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 )
  2942. 1414.68 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 )
  2943. 1414.68 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 )
  2944. 1414.68 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 )
  2945. 1414.68 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 )
  2946. 1414.68 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 )
  2947. 1414.68 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 )
  2948. 1414.68 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 )
  2949. 1414.68 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 )
  2950. 1414.68 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 )
  2951. 1414.68 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 )
  2952. 1414.68 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 )
  2953. 1414.68 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 )
  2954. 1414.68 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 )
  2955. 1414.68 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 )
  2956. 1414.68 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 )
  2957. 1414.68 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 )
  2958. 1414.68 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 )
  2959. 1414.68 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 )
  2960. 1414.68 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 )
  2961. 1414.86 s [conduit] buildPhase completed in 1 minutes 9 seconds
  2962. 1414.86 s [conduit] Phase: checkPhase
  2963. 1415.13 s [conduit] Running 1 test suites...
  2964. 1415.13 s [conduit] Test suite conduit-test: RUNNING...
  2965. 1415.14 s [conduit]
  2966. 1415.14 s [conduit] Combinators
  2967. 1415.14 s [conduit] yieldMany
  2968. 1415.14 s [conduit] list [✔]
  2969. 1415.14 s [conduit] Text [✔]
  2970. 1415.14 s [conduit] unfold [✔]
  2971. 1415.14 s [conduit] enumFromTo [✔]
  2972. 1415.14 s [conduit] iterate [✔]
  2973. 1415.14 s [conduit] repeat [✔]
  2974. 1415.14 s [conduit] replicate [✔]
  2975. 1415.14 s [conduit] sourceLazy [✔]
  2976. 1415.14 s [conduit] repeatM [✔]
  2977. 1415.14 s [conduit] repeatWhileM [✔]
  2978. 1415.14 s [conduit] replicateM [✔]
  2979. 1415.16 s [conduit] sourceFile [✔]
  2980. 1415.17 s [conduit] sourceHandle [✔]
  2981. 1415.18 s [conduit] sourceIOHandle [✔]
  2982. 1415.19 s [conduit] stdin [✔]
  2983. 1415.19 s [conduit] +++ OK, passed 100 tests.
  2984. 1415.19 s [conduit] sourceDirectory [✔]
  2985. 1415.19 s [conduit] sourceDirectoryDeep [✔]
  2986. 1415.19 s [conduit] drop [✔]
  2987. 1415.19 s [conduit] +++ OK, passed 100 tests.
  2988. 1415.19 s [conduit] dropE [✔]
  2989. 1415.19 s [conduit] +++ OK, passed 100 tests.
  2990. 1415.19 s [conduit] dropWhile [✔]
  2991. 1415.19 s [conduit] +++ OK, passed 100 tests.
  2992. 1415.19 s [conduit] dropWhileE [✔]
  2993. 1415.19 s [conduit] +++ OK, passed 100 tests.
  2994. 1415.19 s [conduit] fold [✔]
  2995. 1415.19 s [conduit] foldE [✔]
  2996. 1415.19 s [conduit] foldl [✔]
  2997. 1415.19 s [conduit] foldlE [✔]
  2998. 1415.19 s [conduit] foldMap [✔]
  2999. 1415.19 s [conduit] foldMapE [✔]
  3000. 1415.19 s [conduit] all [✔]
  3001. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3002. 1415.19 s [conduit] allE [✔]
  3003. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3004. 1415.19 s [conduit] any [✔]
  3005. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3006. 1415.19 s [conduit] anyE [✔]
  3007. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3008. 1415.19 s [conduit] and [✔]
  3009. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3010. 1415.19 s [conduit] andE [✔]
  3011. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3012. 1415.19 s [conduit] or [✔]
  3013. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3014. 1415.19 s [conduit] orE [✔]
  3015. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3016. 1415.19 s [conduit] elem [✔]
  3017. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3018. 1415.19 s [conduit] elemE [✔]
  3019. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3020. 1415.19 s [conduit] notElem [✔]
  3021. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3022. 1415.19 s [conduit] notElemE [✔]
  3023. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3024. 1415.19 s [conduit] sinkVector regular [✔]
  3025. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3026. 1415.19 s [conduit] sinkVector unboxed [✔]
  3027. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3028. 1415.19 s [conduit] sinkVector storable [✔]
  3029. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3030. 1415.19 s [conduit] sinkVectorN regular [✔]
  3031. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3032. 1415.19 s [conduit] sinkVectorN unboxed [✔]
  3033. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3034. 1415.19 s [conduit] sinkVectorN storable [✔]
  3035. 1415.19 s [conduit] +++ OK, passed 100 tests.
  3036. 1415.20 s [conduit] sinkBuilder [✔]
  3037. 1415.20 s [conduit] +++ OK, passed 100 tests.
  3038. 1415.21 s [conduit] sinkLazyBuilder [✔]
  3039. 1415.21 s [conduit] +++ OK, passed 100 tests.
  3040. 1415.21 s [conduit] sinkNull [✔]
  3041. 1415.21 s [conduit] +++ OK, passed 100 tests.
  3042. 1415.21 s [conduit] awaitNonNull [✔]
  3043. 1415.21 s [conduit] +++ OK, passed 100 tests.
  3044. 1415.23 s [conduit] headE [✔]
  3045. 1415.23 s [conduit] +++ OK, passed 100 tests.
  3046. 1415.23 s [conduit] peek [✔]
  3047. 1415.23 s [conduit] +++ OK, passed 100 tests.
  3048. 1415.25 s [conduit] peekE [✔]
  3049. 1415.25 s [conduit] +++ OK, passed 100 tests.
  3050. 1415.25 s [conduit] last [✔]
  3051. 1415.25 s [conduit] +++ OK, passed 100 tests.
  3052. 1415.25 s [conduit] lastE [✔]
  3053. 1415.25 s [conduit] +++ OK, passed 100 tests.
  3054. 1415.25 s [conduit] length [✔]
  3055. 1415.25 s [conduit] +++ OK, passed 100 tests.
  3056. 1415.25 s [conduit] lengthE [✔]
  3057. 1415.25 s [conduit] +++ OK, passed 100 tests.
  3058. 1415.25 s [conduit] lengthIf [✔]
  3059. 1415.25 s [conduit] +++ OK, passed 100 tests.
  3060. 1415.26 s [conduit] lengthIfE [✔]
  3061. 1415.26 s [conduit] +++ OK, passed 100 tests.
  3062. 1415.26 s [conduit] maximum [✔]
  3063. 1415.26 s [conduit] +++ OK, passed 100 tests.
  3064. 1415.26 s [conduit] maximumE [✔]
  3065. 1415.26 s [conduit] +++ OK, passed 100 tests.
  3066. 1415.26 s [conduit] minimum [✔]
  3067. 1415.26 s [conduit] +++ OK, passed 100 tests.
  3068. 1415.27 s [conduit] minimumE [✔]
  3069. 1415.27 s [conduit] +++ OK, passed 100 tests.
  3070. 1415.27 s [conduit] null [✔]
  3071. 1415.27 s [conduit] +++ OK, passed 100 tests.
  3072. 1415.28 s [conduit] nullE [✔]
  3073. 1415.28 s [conduit] +++ OK, passed 100 tests.
  3074. 1415.28 s [conduit] sum [✔]
  3075. 1415.28 s [conduit] +++ OK, passed 100 tests.
  3076. 1415.29 s [conduit] sumE [✔]
  3077. 1415.29 s [conduit] +++ OK, passed 100 tests.
  3078. 1415.29 s [conduit] product [✔]
  3079. 1415.29 s [conduit] +++ OK, passed 100 tests.
  3080. 1415.29 s [conduit] productE [✔]
  3081. 1415.29 s [conduit] +++ OK, passed 100 tests.
  3082. 1415.29 s [conduit] find [✔]
  3083. 1415.29 s [conduit] +++ OK, passed 100 tests.
  3084. 1415.29 s [conduit] mapM_ [✔]
  3085. 1415.29 s [conduit] +++ OK, passed 100 tests.
  3086. 1415.29 s [conduit] mapM_E [✔]
  3087. 1415.29 s [conduit] +++ OK, passed 100 tests.
  3088. 1415.29 s [conduit] foldM [✔]
  3089. 1415.29 s [conduit] +++ OK, passed 100 tests.
  3090. 1415.30 s [conduit] foldME [✔]
  3091. 1415.30 s [conduit] +++ OK, passed 100 tests.
  3092. 1415.30 s [conduit] foldMapM [✔]
  3093. 1415.30 s [conduit] foldMapME [✔]
  3094. 1415.30 s [conduit] sinkFile [✔]
  3095. 1415.30 s [conduit] sinkHandle [✔]
  3096. 1415.30 s [conduit] sinkIOHandle [✔]
  3097. 1415.30 s [conduit] map [✔]
  3098. 1415.30 s [conduit] +++ OK, passed 100 tests.
  3099. 1415.31 s [conduit] mapE [✔]
  3100. 1415.31 s [conduit] +++ OK, passed 100 tests.
  3101. 1415.32 s [conduit] omapE [✔]
  3102. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3103. 1415.32 s [conduit] concatMap [✔]
  3104. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3105. 1415.32 s [conduit] concatMapE [✔]
  3106. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3107. 1415.32 s [conduit] take [✔]
  3108. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3109. 1415.32 s [conduit] takeE [✔]
  3110. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3111. 1415.32 s [conduit] takeWhile [✔]
  3112. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3113. 1415.32 s [conduit] takeWhileE [✔]
  3114. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3115. 1415.32 s [conduit] takeExactly [✔]
  3116. 1415.32 s [conduit] takeExactlyE [✔]
  3117. 1415.32 s [conduit] takeExactlyE Vector [✔]
  3118. 1415.32 s [conduit] takeExactlyE 2 [✔]
  3119. 1415.32 s [conduit] concat [✔]
  3120. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3121. 1415.32 s [conduit] filter [✔]
  3122. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3123. 1415.32 s [conduit] filterE [✔]
  3124. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3125. 1415.32 s [conduit] mapWhile [✔]
  3126. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3127. 1415.32 s [conduit] conduitVector [✔]
  3128. 1415.32 s [conduit] +++ OK, passed 100 tests.
  3129. 1415.33 s [conduit] scanl [✔]
  3130. 1415.33 s [conduit] +++ OK, passed 100 tests.
  3131. 1415.33 s [conduit] mapAccumWhile [✔]
  3132. 1415.33 s [conduit] +++ OK, passed 100 tests.
  3133. 1415.33 s [conduit] concatMapAccum [✔]
  3134. 1415.33 s [conduit] +++ OK, passed 100 tests.
  3135. 1415.33 s [conduit] intersperse [✔]
  3136. 1415.33 s [conduit] +++ OK, passed 100 tests.
  3137. 1415.33 s [conduit] mapM [✔]
  3138. 1415.33 s [conduit] +++ OK, passed 100 tests.
  3139. 1415.34 s [conduit] mapME [✔]
  3140. 1415.34 s [conduit] +++ OK, passed 100 tests.
  3141. 1415.35 s [conduit] omapME [✔]
  3142. 1415.35 s [conduit] +++ OK, passed 100 tests.
  3143. 1415.35 s [conduit] concatMapM [✔]
  3144. 1415.35 s [conduit] +++ OK, passed 100 tests.
  3145. 1415.35 s [conduit] filterM [✔]
  3146. 1415.35 s [conduit] +++ OK, passed 100 tests.
  3147. 1415.35 s [conduit] filterME [✔]
  3148. 1415.35 s [conduit] +++ OK, passed 100 tests.
  3149. 1415.35 s [conduit] iterM [✔]
  3150. 1415.35 s [conduit] +++ OK, passed 100 tests.
  3151. 1415.35 s [conduit] scanlM [✔]
  3152. 1415.35 s [conduit] +++ OK, passed 100 tests.
  3153. 1415.35 s [conduit] mapAccumWhileM [✔]
  3154. 1415.35 s [conduit] +++ OK, passed 100 tests.
  3155. 1415.35 s [conduit] concatMapAccumM [✔]
  3156. 1415.35 s [conduit] +++ OK, passed 100 tests.
  3157. 1415.36 s [conduit] encode UTF8 [✔]
  3158. 1415.36 s [conduit] +++ OK, passed 100 tests.
  3159. 1415.40 s [conduit] encode/decode UTF8 [✔]
  3160. 1415.40 s [conduit] +++ OK, passed 100 tests.
  3161. 1415.40 s [conduit] invalid UTF8 is an exception [✔]
  3162. 1415.43 s [conduit] encode/decode UTF8 lenient [✔]
  3163. 1415.43 s [conduit] +++ OK, passed 100 tests.
  3164. 1415.44 s [conduit] line [✔]
  3165. 1415.44 s [conduit] +++ OK, passed 100 tests.
  3166. 1415.45 s [conduit] lineAscii [✔]
  3167. 1415.45 s [conduit] +++ OK, passed 100 tests.
  3168. 1415.46 s [conduit] unlines [✔]
  3169. 1415.46 s [conduit] +++ OK, passed 100 tests.
  3170. 1415.47 s [conduit] unlinesAscii [✔]
  3171. 1415.47 s [conduit] +++ OK, passed 100 tests.
  3172. 1415.48 s [conduit] linesUnbounded [✔]
  3173. 1415.48 s [conduit] +++ OK, passed 100 tests.
  3174. 1415.49 s [conduit] linesUnboundedAscii [✔]
  3175. 1415.49 s [conduit] +++ OK, passed 100 tests.
  3176. 1415.49 s [conduit] slidingWindow 0 [✔]
  3177. 1415.49 s [conduit] slidingWindow 1 [✔]
  3178. 1415.49 s [conduit] slidingWindow 2 [✔]
  3179. 1415.49 s [conduit] slidingWindow 3 [✔]
  3180. 1415.49 s [conduit] slidingWindow 4 [✔]
  3181. 1415.49 s [conduit] slidingWindow 5 [✔]
  3182. 1415.49 s [conduit] slidingWindow 6 [✔]
  3183. 1415.49 s [conduit] chunksOfE 1 [✔]
  3184. 1415.49 s [conduit] chunksOfE 2 (last smaller) [✔]
  3185. 1415.49 s [conduit] chunksOfE (ByteString) [✔]
  3186. 1415.49 s [conduit] chunksOfExactlyE 1 [✔]
  3187. 1415.49 s [conduit] chunksOfExactlyE 2 (last smaller; thus not yielded) [✔]
  3188. 1415.50 s [conduit] vectorBuilder [✔]
  3189. 1415.50 s [conduit] +++ OK, passed 100 tests.
  3190. 1415.51 s [conduit] mapAccumS [✔]
  3191. 1415.51 s [conduit] +++ OK, passed 100 tests.
  3192. 1415.53 s [conduit] peekForever [✔]
  3193. 1415.53 s [conduit] +++ OK, passed 100 tests.
  3194. 1415.55 s [conduit] peekForeverE [✔]
  3195. 1415.55 s [conduit] +++ OK, passed 100 tests.
  3196. 1415.55 s [conduit] Comparing list function to
  3197. 1415.55 s [conduit] yieldMany [✔]
  3198. 1415.55 s [conduit] +++ OK, passed 100 tests.
  3199. 1415.56 s [conduit] sourceListS [✔]
  3200. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3201. 1415.56 s [conduit] repeatM [✔]
  3202. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3203. 1415.56 s [conduit] repeatMS [✔]
  3204. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3205. 1415.56 s [conduit] repeatWhileM [✔]
  3206. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3207. 1415.56 s [conduit] repeatWhileMS [✔]
  3208. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3209. 1415.56 s [conduit] foldl1 [✔]
  3210. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3211. 1415.56 s [conduit] foldl1S [✔]
  3212. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3213. 1415.56 s [conduit] all [✔]
  3214. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3215. 1415.56 s [conduit] allS [✔]
  3216. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3217. 1415.56 s [conduit] any [✔]
  3218. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3219. 1415.56 s [conduit] anyS [✔]
  3220. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3221. 1415.56 s [conduit] last [✔]
  3222. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3223. 1415.56 s [conduit] lastS [✔]
  3224. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3225. 1415.56 s [conduit] lastE [✔]
  3226. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3227. 1415.56 s [conduit] lastES [✔]
  3228. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3229. 1415.56 s [conduit] find [✔]
  3230. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3231. 1415.56 s [conduit] findS [✔]
  3232. 1415.56 s [conduit] +++ OK, passed 100 tests.
  3233. 1415.58 s [conduit] concatMap [✔]
  3234. 1415.58 s [conduit] +++ OK, passed 100 tests.
  3235. 1415.60 s [conduit] concatMapS [✔]
  3236. 1415.60 s [conduit] +++ OK, passed 100 tests.
  3237. 1415.62 s [conduit] concatMapM [✔]
  3238. 1415.62 s [conduit] +++ OK, passed 100 tests.
  3239. 1415.64 s [conduit] concatMapMS [✔]
  3240. 1415.64 s [conduit] +++ OK, passed 100 tests.
  3241. 1415.65 s [conduit] concat [✔]
  3242. 1415.65 s [conduit] +++ OK, passed 100 tests.
  3243. 1415.66 s [conduit] concatS [✔]
  3244. 1415.66 s [conduit] +++ OK, passed 100 tests.
  3245. 1415.66 s [conduit] scanl [✔]
  3246. 1415.66 s [conduit] +++ OK, passed 100 tests.
  3247. 1415.67 s [conduit] scanlS [✔]
  3248. 1415.67 s [conduit] +++ OK, passed 100 tests.
  3249. 1415.67 s [conduit] scanlM [✔]
  3250. 1415.67 s [conduit] +++ OK, passed 100 tests.
  3251. 1415.67 s [conduit] scanlMS [✔]
  3252. 1415.67 s [conduit] +++ OK, passed 100 tests.
  3253. 1415.68 s [conduit] mapAccumWhileS [✔]
  3254. 1415.68 s [conduit] +++ OK, passed 100 tests.
  3255. 1415.68 s [conduit] mapAccumWhileMS [✔]
  3256. 1415.68 s [conduit] +++ OK, passed 100 tests.
  3257. 1415.68 s [conduit] intersperse [✔]
  3258. 1415.68 s [conduit] +++ OK, passed 100 tests.
  3259. 1415.68 s [conduit] intersperseS [✔]
  3260. 1415.68 s [conduit] +++ OK, passed 100 tests.
  3261. 1415.68 s [conduit] filterM [✔]
  3262. 1415.68 s [conduit] +++ OK, passed 100 tests.
  3263. 1415.69 s [conduit] filterMS [✔]
  3264. 1415.69 s [conduit] +++ OK, passed 100 tests.
  3265. 1415.69 s [conduit] comparing normal conduit function to
  3266. 1415.69 s [conduit] slidingWindowS [✔]
  3267. 1415.69 s [conduit] +++ OK, passed 100 tests.
  3268. 1415.73 s [conduit] splitOnUnboundedES [✔]
  3269. 1415.73 s [conduit] +++ OK, passed 100 tests.
  3270. 1415.73 s [conduit] sinkVectorS [✔]
  3271. 1415.73 s [conduit] +++ OK, passed 100 tests.
  3272. 1415.74 s [conduit] sinkVectorNS [✔]
  3273. 1415.74 s [conduit] +++ OK, passed 100 tests.
  3274. 1415.74 s [conduit] data loss rules
  3275. 1415.74 s [conduit] 1
  3276. 1415.74 s [conduit] 2
  3277. 1415.74 s [conduit] 3
  3278. 1415.74 s [conduit] 4
  3279. 1415.74 s [conduit] 5
  3280. 1415.74 s [conduit] consumes the source to quickly [✔]
  3281. 1415.74 s [conduit] 1
  3282. 1415.74 s [conduit] 2
  3283. 1415.74 s [conduit] 3
  3284. 1415.74 s [conduit] 4
  3285. 1415.74 s [conduit] 5
  3286. 1415.74 s [conduit] correctly consumes a chunked resource [✔]
  3287. 1415.74 s [conduit] filter
  3288. 1415.74 s [conduit] even [✔]
  3289. 1415.74 s [conduit] concat [✔]
  3290. 1415.74 s [conduit] +++ OK, passed 100 tests.
  3291. 1415.74 s [conduit] mapFoldable
  3292. 1415.74 s [conduit] list [✔]
  3293. 1415.74 s [conduit] +++ OK, passed 100 tests.
  3294. 1415.74 s [conduit] Maybe [✔]
  3295. 1415.74 s [conduit] +++ OK, passed 100 tests.
  3296. 1415.74 s [conduit] scan [✔]
  3297. 1415.74 s [conduit] +++ OK, passed 100 tests.
  3298. 1415.74 s [conduit] mapFoldableM
  3299. 1415.74 s [conduit] list [✔]
  3300. 1415.74 s [conduit] +++ OK, passed 100 tests.
  3301. 1415.75 s [conduit] Maybe [✔]
  3302. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3303. 1415.75 s [conduit] scanM [✔]
  3304. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3305. 1415.75 s [conduit] ResourceT
  3306. 1415.75 s [conduit] resourceForkIO [✔]
  3307. 1415.75 s [conduit] sum
  3308. 1415.75 s [conduit] works for 1..10 [✔]
  3309. 1415.75 s [conduit] is idempotent [✔]
  3310. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3311. 1415.75 s [conduit] foldMap
  3312. 1415.75 s [conduit] sums 1..10 [✔]
  3313. 1415.75 s [conduit] preserves order [✔]
  3314. 1415.75 s [conduit] foldMapM
  3315. 1415.75 s [conduit] sums 1..10 [✔]
  3316. 1415.75 s [conduit] preserves order [✔]
  3317. 1415.75 s [conduit] unfold
  3318. 1415.75 s [conduit] works [✔]
  3319. 1415.75 s [conduit] unfoldM
  3320. 1415.75 s [conduit] works [✔]
  3321. 1415.75 s [conduit] uncons
  3322. 1415.75 s [conduit] folds to list [✔]
  3323. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3324. 1415.75 s [conduit] works with unfold [✔]
  3325. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3326. 1415.75 s [conduit] unconsEither
  3327. 1415.75 s [conduit] folds outputs to list [✔]
  3328. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3329. 1415.75 s [conduit] works with unfoldEither [✔]
  3330. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3331. 1415.75 s [conduit] Monoid instance for Source
  3332. 1415.75 s [conduit] mappend [✔]
  3333. 1415.75 s [conduit] mconcat [✔]
  3334. 1415.75 s [conduit] zipping
  3335. 1415.75 s [conduit] zipping two small lists [✔]
  3336. 1415.75 s [conduit] zipping sinks
  3337. 1415.75 s [conduit] take all [✔]
  3338. 1415.75 s [conduit] take fewer on left [✔]
  3339. 1415.75 s [conduit] take fewer on right [✔]
  3340. 1415.75 s [conduit] Monad instance for Sink
  3341. 1415.75 s [conduit] binding [✔]
  3342. 1415.75 s [conduit] Applicative instance for Sink
  3343. 1415.75 s [conduit] <$> and <*> [✔]
  3344. 1415.75 s [conduit] resumable sources
  3345. 1415.75 s [conduit] simple [✔]
  3346. 1415.75 s [conduit] conduits
  3347. 1415.75 s [conduit] map, left [✔]
  3348. 1415.75 s [conduit] map, left >+> [✔]
  3349. 1415.75 s [conduit] map, right [✔]
  3350. 1415.75 s [conduit] chunksOf [✔]
  3351. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3352. 1415.75 s [conduit] chunksOf (zero) [✔]
  3353. 1415.75 s [conduit] chunksOf (negative) [✔]
  3354. 1415.75 s [conduit] groupBy [✔]
  3355. 1415.75 s [conduit] groupBy (nondup begin/end) [✔]
  3356. 1415.75 s [conduit] groupOn1 [✔]
  3357. 1415.75 s [conduit] groupOn1 (nondup begin/end) [✔]
  3358. 1415.75 s [conduit] mapMaybe [✔]
  3359. 1415.75 s [conduit] mapMaybeM [✔]
  3360. 1415.75 s [conduit] catMaybes [✔]
  3361. 1415.75 s [conduit] concatMap [✔]
  3362. 1415.75 s [conduit] bind together [✔]
  3363. 1415.75 s [conduit] isolate
  3364. 1415.75 s [conduit] bound to resumable source [✔]
  3365. 1415.75 s [conduit] bound to sink, non-resumable [✔]
  3366. 1415.75 s [conduit] bound to sink, resumable [✔]
  3367. 1415.75 s [conduit] consumes all data [✔]
  3368. 1415.75 s [conduit] sequence
  3369. 1415.75 s [conduit] simple sink [✔]
  3370. 1415.75 s [conduit] sink with unpull behaviour [✔]
  3371. 1415.75 s [conduit] peek
  3372. 1415.75 s [conduit] works [✔]
  3373. 1415.75 s [conduit] unbuffering
  3374. 1415.75 s [conduit] works [✔]
  3375. 1415.75 s [conduit] operators
  3376. 1415.75 s [conduit] only use .| [✔]
  3377. 1415.75 s [conduit] only use =$ [✔]
  3378. 1415.75 s [conduit] chain [✔]
  3379. 1415.75 s [conduit] termination
  3380. 1415.75 s [conduit] terminates early [✔]
  3381. 1415.75 s [conduit] bracket [✔]
  3382. 1415.75 s [conduit] bracket skipped if not needed [✔]
  3383. 1415.75 s [conduit] bracket + toPipe [✔]
  3384. 1415.75 s [conduit] bracket skipped if not needed [✔]
  3385. 1415.75 s [conduit] invariant violations
  3386. 1415.75 s [conduit] leftovers without input [✔]
  3387. 1415.75 s [conduit] sane yield/await'
  3388. 1415.75 s [conduit] yield terminates [✔]
  3389. 1415.75 s [conduit] yield terminates (2) [✔]
  3390. 1415.75 s [conduit] upstream results
  3391. 1415.75 s [conduit] works [✔]
  3392. 1415.75 s [conduit] input/output mapping
  3393. 1415.75 s [conduit] mapOutput [✔]
  3394. 1415.75 s [conduit] mapOutputMaybe [✔]
  3395. 1415.75 s [conduit] mapInput [✔]
  3396. 1415.75 s [conduit] left/right identity
  3397. 1415.75 s [conduit] left identity [✔]
  3398. 1415.75 s [conduit] right identity [✔]
  3399. 1415.75 s [conduit] generalizing
  3400. 1415.75 s [conduit] works [✔]
  3401. 1415.75 s [conduit] withUpstream
  3402. 1415.75 s [conduit] works [✔]
  3403. 1415.75 s [conduit] iterate
  3404. 1415.75 s [conduit] works [✔]
  3405. 1415.75 s [conduit] replicate [✔]
  3406. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3407. 1415.75 s [conduit] replicateM [✔]
  3408. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3409. 1415.75 s [conduit] injectLeftovers
  3410. 1415.75 s [conduit] works [✔]
  3411. 1415.75 s [conduit] monad transformer laws
  3412. 1415.75 s [conduit] transPipe [✔]
  3413. 1415.75 s [conduit] iterM
  3414. 1415.75 s [conduit] behavior [✔]
  3415. 1415.75 s [conduit] +++ OK, passed 100 tests.
  3416. 1415.76 s [conduit] mapM_ equivalence [✔]
  3417. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3418. 1415.76 s [conduit] generalizing
  3419. 1415.76 s [conduit] works [✔]
  3420. 1415.76 s [conduit] mergeSource
  3421. 1415.76 s [conduit] works [✔]
  3422. 1415.76 s [conduit] does stop processing when the source exhausted [✔]
  3423. 1415.76 s [conduit] does not drop upstream items [✔]
  3424. 1415.76 s [conduit] passthroughSink
  3425. 1415.76 s [conduit] works [✔]
  3426. 1415.76 s [conduit] does nothing when downstream does nothing [✔]
  3427. 1415.76 s [conduit] handles the last input correctly #304 [✔]
  3428. 1415.76 s [conduit] mtl instances
  3429. 1415.76 s [conduit] ErrorT [✔]
  3430. 1415.76 s [conduit] WriterT
  3431. 1415.76 s [conduit] pass [✔]
  3432. 1415.76 s [conduit] Data.Conduit.Lift
  3433. 1415.76 s [conduit] execStateC [✔]
  3434. 1415.76 s [conduit] execWriterC [✔]
  3435. 1415.76 s [conduit] runExceptC [✔]
  3436. 1415.76 s [conduit] runMaybeC [✔]
  3437. 1415.76 s [conduit] sequenceSources
  3438. 1415.76 s [conduit] works [✔]
  3439. 1415.76 s [conduit] zipSink
  3440. 1415.76 s [conduit] zip equal-sized [✔]
  3441. 1415.76 s [conduit] zip distinct sizes [✔]
  3442. 1415.76 s [conduit] upstream results
  3443. 1415.76 s [conduit] fuseBoth [✔]
  3444. 1415.76 s [conduit] fuseBothMaybe with no result [✔]
  3445. 1415.76 s [conduit] fuseBothMaybe with result [✔]
  3446. 1415.76 s [conduit] fuseBothMaybe with almost result [✔]
  3447. 1415.76 s [conduit] catching exceptions
  3448. 1415.76 s [conduit] works [✔]
  3449. 1415.76 s [conduit] sourceToList
  3450. 1415.76 s [conduit] works lazily in Identity [✔]
  3451. 1415.76 s [conduit] is not lazy in IO [✔]
  3452. 1415.76 s [conduit] Data.Conduit.Extra.ZipConduit
  3453. 1415.76 s [conduit] ZipConduit [✔]
  3454. 1415.76 s [conduit] sequenceConduits [✔]
  3455. 1415.76 s [conduit] ZipConduitMonad [✔]
  3456. 1415.76 s [conduit] Comparing list function to
  3457. 1415.76 s [conduit] unfold [✔]
  3458. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3459. 1415.76 s [conduit] unfoldS [✔]
  3460. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3461. 1415.76 s [conduit] unfoldM [✔]
  3462. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3463. 1415.76 s [conduit] unfoldMS [✔]
  3464. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3465. 1415.76 s [conduit] sourceList [✔]
  3466. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3467. 1415.76 s [conduit] sourceListS [✔]
  3468. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3469. 1415.76 s [conduit] enumFromTo [✔]
  3470. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3471. 1415.76 s [conduit] enumFromToS [✔]
  3472. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3473. 1415.76 s [conduit] enumFromToS_int [✔]
  3474. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3475. 1415.76 s [conduit] iterate [✔]
  3476. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3477. 1415.76 s [conduit] iterateS [✔]
  3478. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3479. 1415.76 s [conduit] replicate [✔]
  3480. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3481. 1415.76 s [conduit] replicateS [✔]
  3482. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3483. 1415.76 s [conduit] replicateM [✔]
  3484. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3485. 1415.76 s [conduit] replicateMS [✔]
  3486. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3487. 1415.76 s [conduit] fold [✔]
  3488. 1415.76 s [conduit] +++ OK, passed 100 tests.
  3489. 1415.77 s [conduit] foldS [✔]
  3490. 1415.77 s [conduit] +++ OK, passed 100 tests.
  3491. 1415.77 s [conduit] foldM [✔]
  3492. 1415.77 s [conduit] +++ OK, passed 100 tests.
  3493. 1415.77 s [conduit] foldMS [✔]
  3494. 1415.77 s [conduit] +++ OK, passed 100 tests.
  3495. 1415.77 s [conduit] foldMap [✔]
  3496. 1415.77 s [conduit] +++ OK, passed 100 tests.
  3497. 1415.78 s [conduit] mapM_ [✔]
  3498. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3499. 1415.78 s [conduit] mapM_S [✔]
  3500. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3501. 1415.78 s [conduit] take [✔]
  3502. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3503. 1415.78 s [conduit] takeS [✔]
  3504. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3505. 1415.78 s [conduit] head [✔]
  3506. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3507. 1415.78 s [conduit] headS [✔]
  3508. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3509. 1415.78 s [conduit] peek [✔]
  3510. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3511. 1415.78 s [conduit] map [✔]
  3512. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3513. 1415.78 s [conduit] mapS [✔]
  3514. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3515. 1415.78 s [conduit] mapM [✔]
  3516. 1415.78 s [conduit] +++ OK, passed 100 tests.
  3517. 1415.79 s [conduit] mapMS [✔]
  3518. 1415.79 s [conduit] +++ OK, passed 100 tests.
  3519. 1415.79 s [conduit] iterM [✔]
  3520. 1415.79 s [conduit] +++ OK, passed 100 tests.
  3521. 1415.79 s [conduit] iterMS [✔]
  3522. 1415.79 s [conduit] +++ OK, passed 100 tests.
  3523. 1415.79 s [conduit] mapMaybe [✔]
  3524. 1415.79 s [conduit] +++ OK, passed 100 tests.
  3525. 1415.80 s [conduit] mapMaybeS [✔]
  3526. 1415.80 s [conduit] +++ OK, passed 100 tests.
  3527. 1415.80 s [conduit] mapMaybeM [✔]
  3528. 1415.80 s [conduit] +++ OK, passed 100 tests.
  3529. 1415.81 s [conduit] mapMaybeMS [✔]
  3530. 1415.81 s [conduit] +++ OK, passed 100 tests.
  3531. 1415.81 s [conduit] catMaybes [✔]
  3532. 1415.81 s [conduit] +++ OK, passed 100 tests.
  3533. 1415.81 s [conduit] catMaybesS [✔]
  3534. 1415.81 s [conduit] +++ OK, passed 100 tests.
  3535. 1415.82 s [conduit] concat [✔]
  3536. 1415.82 s [conduit] +++ OK, passed 100 tests.
  3537. 1415.82 s [conduit] concatS [✔]
  3538. 1415.82 s [conduit] +++ OK, passed 100 tests.
  3539. 1415.84 s [conduit] concatMap [✔]
  3540. 1415.84 s [conduit] +++ OK, passed 100 tests.
  3541. 1415.85 s [conduit] concatMapS [✔]
  3542. 1415.85 s [conduit] +++ OK, passed 100 tests.
  3543. 1415.86 s [conduit] concatMapM [✔]
  3544. 1415.86 s [conduit] +++ OK, passed 100 tests.
  3545. 1415.88 s [conduit] concatMapMS [✔]
  3546. 1415.88 s [conduit] +++ OK, passed 100 tests.
  3547. 1415.89 s [conduit] concatMapAccum [✔]
  3548. 1415.89 s [conduit] +++ OK, passed 100 tests.
  3549. 1415.91 s [conduit] concatMapAccumS [✔]
  3550. 1415.91 s [conduit] +++ OK, passed 100 tests.
  3551. 1415.92 s [conduit] mapAccumS [✔]
  3552. 1415.92 s [conduit] +++ OK, passed 100 tests.
  3553. 1415.93 s [conduit] mapAccumMS [✔]
  3554. 1415.93 s [conduit] +++ OK, passed 100 tests.
  3555. 1415.95 s [conduit] mapFoldable [✔]
  3556. 1415.95 s [conduit] +++ OK, passed 100 tests.
  3557. 1415.96 s [conduit] mapFoldableS [✔]
  3558. 1415.96 s [conduit] +++ OK, passed 100 tests.
  3559. 1415.97 s [conduit] mapFoldableM [✔]
  3560. 1415.97 s [conduit] +++ OK, passed 100 tests.
  3561. 1415.99 s [conduit] mapFoldableMS [✔]
  3562. 1415.99 s [conduit] +++ OK, passed 100 tests.
  3563. 1415.99 s [conduit] consume [✔]
  3564. 1415.99 s [conduit] +++ OK, passed 100 tests.
  3565. 1415.99 s [conduit] consumeS [✔]
  3566. 1415.99 s [conduit] +++ OK, passed 100 tests.
  3567. 1415.99 s [conduit] groupBy [✔]
  3568. 1415.99 s [conduit] +++ OK, passed 100 tests.
  3569. 1416.00 s [conduit] groupByS [✔]
  3570. 1416.00 s [conduit] +++ OK, passed 100 tests.
  3571. 1416.00 s [conduit] groupOn1 [✔]
  3572. 1416.00 s [conduit] +++ OK, passed 100 tests.
  3573. 1416.00 s [conduit] groupOn1S [✔]
  3574. 1416.00 s [conduit] +++ OK, passed 100 tests.
  3575. 1416.00 s [conduit] isolate [✔]
  3576. 1416.00 s [conduit] +++ OK, passed 100 tests.
  3577. 1416.00 s [conduit] isolateS [✔]
  3578. 1416.00 s [conduit] +++ OK, passed 100 tests.
  3579. 1416.00 s [conduit] filter [✔]
  3580. 1416.00 s [conduit] +++ OK, passed 100 tests.
  3581. 1416.00 s [conduit] filterS [✔]
  3582. 1416.00 s [conduit] +++ OK, passed 100 tests.
  3583. 1416.00 s [conduit] sourceNull [✔]
  3584. 1416.00 s [conduit] +++ OK, passed 100 tests.
  3585. 1416.00 s [conduit] sourceNullS [✔]
  3586. 1416.00 s [conduit] +++ OK, passed 100 tests.
  3587. 1416.00 s [conduit]
  3588. 1416.00 s [conduit] Finished in 0.8658 seconds
  3589. 1416.00 s [conduit] 346 examples, 0 failures
  3590. 1416.01 s [conduit] Test suite conduit-test: PASS
  3591. 1416.01 s [conduit] Test suite logged to: dist/test/conduit-1.3.6.1-conduit-test.log
  3592. 1416.01 s [conduit] 1 of 1 test suites (1 of 1 test cases) passed.
  3593. 1416.01 s [conduit] Phase: haddockPhase
  3594. 1416.16 s [conduit] Preprocessing library for conduit-1.3.6.1...
  3595. 1416.16 s [conduit] Running Haddock on library for conduit-1.3.6.1...
  3596. 1416.16 s [conduit] Warning: The documentation for the following packages are not installed. No
  3597. 1416.16 s [conduit] links will be generated to these packages: vector-0.13.2.0
  3598. 1416.52 s [conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, nothing )
  3599. 1416.87 s [conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning: [GHC-66111] [-Wunused-imports]
  3600. 1416.87 s [conduit] The import of ‘Control.Applicative’ is redundant
  3601. 1416.87 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  3602. 1416.87 s [conduit] To import instances alone, use: import Control.Applicative()
  3603. 1416.87 s [conduit] |
  3604. 1416.87 s [conduit] 48 | import Control.Applicative (Applicative (..))
  3605. 1416.87 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3606. 1416.87 s [conduit]
  3607. 1416.88 s [conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning: [GHC-38856] [-Wunused-imports]
  3608. 1416.88 s [conduit] The import of ‘MonadUnliftIO’
  3609. 1416.88 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  3610. 1416.88 s [conduit] |
  3611. 1416.88 s [conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  3612. 1416.88 s [conduit] | ^^^^^^^^^^^^^
  3613. 1416.88 s [conduit]
  3614. 1416.88 s [conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
  3615. 1416.88 s [conduit] The import of ‘Data.Monoid’ is redundant
  3616. 1416.88 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  3617. 1416.88 s [conduit] To import instances alone, use: import Data.Monoid()
  3618. 1416.88 s [conduit] |
  3619. 1416.88 s [conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
  3620. 1416.88 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3621. 1416.88 s [conduit]
  3622. 1416.88 s [conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning: [GHC-66111] [-Wunused-imports]
  3623. 1416.88 s [conduit] The import of ‘Data.Semigroup’ is redundant
  3624. 1416.88 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  3625. 1416.88 s [conduit] To import instances alone, use: import Data.Semigroup()
  3626. 1416.88 s [conduit] |
  3627. 1416.88 s [conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
  3628. 1416.88 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3629. 1416.88 s [conduit]
  3630. 1416.88 s [conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, nothing )
  3631. 1417.21 s [conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  3632. 1417.21 s [conduit] The import of ‘Control.Applicative’ is redundant
  3633. 1417.21 s [conduit] except perhaps to import instances from ‘Control.Applicative’
  3634. 1417.21 s [conduit] To import instances alone, use: import Control.Applicative()
  3635. 1417.21 s [conduit] |
  3636. 1417.21 s [conduit] 93 | import Control.Applicative (Applicative (..))
  3637. 1417.21 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3638. 1417.21 s [conduit]
  3639. 1417.21 s [conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning: [GHC-38856] [-Wunused-imports]
  3640. 1417.21 s [conduit] The import of ‘MonadUnliftIO’
  3641. 1417.21 s [conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
  3642. 1417.21 s [conduit] |
  3643. 1417.21 s [conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO, withRunInIO)
  3644. 1417.21 s [conduit] | ^^^^^^^^^^^^^
  3645. 1417.21 s [conduit]
  3646. 1417.21 s [conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning: [GHC-66111] [-Wunused-imports]
  3647. 1417.21 s [conduit] The import of ‘Data.Monoid’ is redundant
  3648. 1417.21 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  3649. 1417.21 s [conduit] To import instances alone, use: import Data.Monoid()
  3650. 1417.21 s [conduit] |
  3651. 1417.21 s [conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
  3652. 1417.21 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3653. 1417.21 s [conduit]
  3654. 1417.21 s [conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning: [GHC-66111] [-Wunused-imports]
  3655. 1417.21 s [conduit] The import of ‘Data.Semigroup’ is redundant
  3656. 1417.21 s [conduit] except perhaps to import instances from ‘Data.Semigroup’
  3657. 1417.21 s [conduit] To import instances alone, use: import Data.Semigroup()
  3658. 1417.21 s [conduit] |
  3659. 1417.22 s [conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
  3660. 1417.22 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3661. 1417.22 s [conduit]
  3662. 1417.22 s [conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning: [GHC-66111] [-Wunused-imports]
  3663. 1417.22 s [conduit] The import of ‘Data.Traversable’ is redundant
  3664. 1417.22 s [conduit] except perhaps to import instances from ‘Data.Traversable’
  3665. 1417.22 s [conduit] To import instances alone, use: import Data.Traversable()
  3666. 1417.22 s [conduit] |
  3667. 1417.22 s [conduit] 114 | import Data.Traversable (Traversable (..))
  3668. 1417.22 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3669. 1417.22 s [conduit]
  3670. 1417.22 s [conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning: [GHC-63397] [-Wname-shadowing]
  3671. 1417.22 s [conduit] This binding for ‘p’ shadows the existing binding
  3672. 1417.22 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  3673. 1417.22 s [conduit] |
  3674. 1417.22 s [conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
  3675. 1417.22 s [conduit] | ^
  3676. 1417.22 s [conduit]
  3677. 1417.22 s [conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning: [GHC-63397] [-Wname-shadowing]
  3678. 1417.22 s [conduit] This binding for ‘p’ shadows the existing binding
  3679. 1417.22 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
  3680. 1417.22 s [conduit] |
  3681. 1417.22 s [conduit] 743 | go (Leftover p ()) = go p
  3682. 1417.22 s [conduit] | ^
  3683. 1417.22 s [conduit]
  3684. 1417.22 s [conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning: [GHC-63397] [-Wname-shadowing]
  3685. 1417.22 s [conduit] This binding for ‘p’ shadows the existing binding
  3686. 1417.22 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  3687. 1417.22 s [conduit] |
  3688. 1417.22 s [conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
  3689. 1417.22 s [conduit] | ^
  3690. 1417.22 s [conduit]
  3691. 1417.22 s [conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning: [GHC-63397] [-Wname-shadowing]
  3692. 1417.22 s [conduit] This binding for ‘p’ shadows the existing binding
  3693. 1417.22 s [conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
  3694. 1417.22 s [conduit] |
  3695. 1417.22 s [conduit] 760 | go (Leftover p ()) = go p
  3696. 1417.22 s [conduit] | ^
  3697. 1417.22 s [conduit]
  3698. 1417.23 s [conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, nothing )
  3699. 1417.27 s [conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning: [GHC-68441] [-Wdeprecations]
  3700. 1417.38 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3701. 1417.38 s [conduit] Deprecated: "Use .|"
  3702. 1417.38 s [conduit] |
  3703. 1417.38 s [conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
  3704. 1417.38 s [conduit] | ^^^
  3705. 1417.38 s [conduit]
  3706. 1417.38 s [conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning: [GHC-68441] [-Wdeprecations]
  3707. 1417.38 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  3708. 1417.38 s [conduit] Deprecated: "Use runConduit and .|"
  3709. 1417.38 s [conduit] |
  3710. 1417.38 s [conduit] 129 | unstream left $$ unstream right = connectStream left right
  3711. 1417.38 s [conduit] | ^^
  3712. 1417.38 s [conduit]
  3713. 1417.38 s [conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning: [GHC-68441] [-Wdeprecations]
  3714. 1417.38 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  3715. 1417.38 s [conduit] Deprecated: "Use runConduit and .|"
  3716. 1417.38 s [conduit] |
  3717. 1417.38 s [conduit] 154 | unstream left $$ right = connectStream1 left right
  3718. 1417.38 s [conduit] | ^^
  3719. 1417.38 s [conduit]
  3720. 1417.38 s [conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning: [GHC-68441] [-Wdeprecations]
  3721. 1417.38 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3722. 1417.38 s [conduit] Deprecated: "Use .|"
  3723. 1417.38 s [conduit] |
  3724. 1417.38 s [conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
  3725. 1417.38 s [conduit] | ^^^
  3726. 1417.38 s [conduit]
  3727. 1417.38 s [conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning: [GHC-68441] [-Wdeprecations]
  3728. 1417.38 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3729. 1417.38 s [conduit] Deprecated: "Use .|"
  3730. 1417.38 s [conduit] |
  3731. 1417.38 s [conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
  3732. 1417.38 s [conduit] | ^^^
  3733. 1417.38 s [conduit]
  3734. 1417.38 s [conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning: [GHC-68441] [-Wdeprecations]
  3735. 1417.38 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3736. 1417.38 s [conduit] Deprecated: "Use .|"
  3737. 1417.38 s [conduit] |
  3738. 1417.38 s [conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
  3739. 1417.38 s [conduit] | ^^^
  3740. 1417.38 s [conduit]
  3741. 1417.38 s [conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning: [GHC-68441] [-Wdeprecations]
  3742. 1417.38 s [conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
  3743. 1417.38 s [conduit] Deprecated: "Use runConduit and .|"
  3744. 1417.38 s [conduit] |
  3745. 1417.38 s [conduit] 214 | left $$ unstream right = connectStream2 left right
  3746. 1417.38 s [conduit] | ^^
  3747. 1417.38 s [conduit]
  3748. 1417.38 s [conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning: [GHC-68441] [-Wdeprecations]
  3749. 1417.38 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3750. 1417.38 s [conduit] Deprecated: "Use .|"
  3751. 1417.38 s [conduit] |
  3752. 1417.38 s [conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
  3753. 1417.38 s [conduit] | ^^^
  3754. 1417.38 s [conduit]
  3755. 1417.38 s [conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning: [GHC-68441] [-Wdeprecations]
  3756. 1417.38 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3757. 1417.38 s [conduit] Deprecated: "Use .|"
  3758. 1417.38 s [conduit] |
  3759. 1417.38 s [conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
  3760. 1417.38 s [conduit] | ^^^
  3761. 1417.38 s [conduit]
  3762. 1417.38 s [conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning: [GHC-68441] [-Wdeprecations]
  3763. 1417.39 s [conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
  3764. 1417.39 s [conduit] Deprecated: "Use .|"
  3765. 1417.39 s [conduit] |
  3766. 1417.39 s [conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
  3767. 1417.39 s [conduit] | ^^^
  3768. 1417.39 s [conduit]
  3769. 1417.39 s [conduit] [ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, nothing )
  3770. 1417.40 s [conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, nothing )
  3771. 1417.59 s [conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3772. 1417.59 s [conduit] The use of ‘~’ without TypeOperators
  3773. 1417.59 s [conduit] will become an error in a future GHC release.
  3774. 1417.59 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3775. 1417.59 s [conduit] |
  3776. 1417.59 s [conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
  3777. 1417.59 s [conduit] | ^
  3778. 1417.59 s [conduit]
  3779. 1417.60 s [conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, nothing )
  3780. 1417.60 s [conduit] src/Data/Conduit.hs:105:1: warning: [GHC-66111] [-Wunused-imports]
  3781. 1417.60 s [conduit] The import of ‘Data.Functor.Identity’ is redundant
  3782. 1417.60 s [conduit] except perhaps to import instances from ‘Data.Functor.Identity’
  3783. 1417.60 s [conduit] To import instances alone, use: import Data.Functor.Identity()
  3784. 1417.60 s [conduit] |
  3785. 1417.60 s [conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
  3786. 1417.60 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3787. 1417.60 s [conduit]
  3788. 1417.60 s [conduit] src/Data/Conduit.hs:106:1: warning: [GHC-66111] [-Wunused-imports]
  3789. 1417.60 s [conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
  3790. 1417.60 s [conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
  3791. 1417.60 s [conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
  3792. 1417.60 s [conduit] |
  3793. 1417.60 s [conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
  3794. 1417.60 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3795. 1417.60 s [conduit]
  3796. 1417.60 s [conduit] src/Data/Conduit.hs:107:1: warning: [GHC-66111] [-Wunused-imports]
  3797. 1417.60 s [conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
  3798. 1417.60 s [conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
  3799. 1417.60 s [conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
  3800. 1417.60 s [conduit] |
  3801. 1417.60 s [conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
  3802. 1417.60 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3803. 1417.60 s [conduit]
  3804. 1417.60 s [conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, nothing )
  3805. 1417.61 s [conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, nothing )
  3806. 1417.70 s [conduit] src/Data/Conduit/Lift.hs:67:1: warning: [GHC-66111] [-Wunused-imports]
  3807. 1417.70 s [conduit] The import of ‘Data.Monoid’ is redundant
  3808. 1417.70 s [conduit] except perhaps to import instances from ‘Data.Monoid’
  3809. 1417.70 s [conduit] To import instances alone, use: import Data.Monoid()
  3810. 1417.70 s [conduit] |
  3811. 1417.70 s [conduit] 67 | import Data.Monoid (Monoid(..))
  3812. 1417.70 s [conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3813. 1417.70 s [conduit]
  3814. 1417.71 s [conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, nothing )
  3815. 1417.93 s [conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, nothing )
  3816. 1417.94 s [conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, nothing )
  3817. 1417.96 s [conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, nothing )
  3818. 1418.45 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3819. 1418.45 s [conduit] The use of ‘~’ without TypeOperators
  3820. 1418.45 s [conduit] will become an error in a future GHC release.
  3821. 1418.45 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3822. 1418.45 s [conduit] |
  3823. 1418.45 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  3824. 1418.45 s [conduit] | ^
  3825. 1418.45 s [conduit]
  3826. 1418.45 s [conduit] src/Data/Conduit/Combinators.hs:901:43: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3827. 1418.45 s [conduit] • The ‘~’ operator is out of scope.
  3828. 1418.45 s [conduit] Assuming it to stand for an equality constraint.
  3829. 1418.45 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3830. 1418.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3831. 1418.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3832. 1418.45 s [conduit] • This will become an error in a future GHC release.
  3833. 1418.45 s [conduit] |
  3834. 1418.45 s [conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
  3835. 1418.45 s [conduit] | ^
  3836. 1418.45 s [conduit]
  3837. 1418.45 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3838. 1418.45 s [conduit] The use of ‘~’ without TypeOperators
  3839. 1418.45 s [conduit] will become an error in a future GHC release.
  3840. 1418.45 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3841. 1418.45 s [conduit] |
  3842. 1418.45 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  3843. 1418.45 s [conduit] | ^
  3844. 1418.45 s [conduit]
  3845. 1418.45 s [conduit] src/Data/Conduit/Combinators.hs:907:40: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3846. 1418.45 s [conduit] • The ‘~’ operator is out of scope.
  3847. 1418.45 s [conduit] Assuming it to stand for an equality constraint.
  3848. 1418.45 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3849. 1418.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3850. 1418.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3851. 1418.45 s [conduit] • This will become an error in a future GHC release.
  3852. 1418.45 s [conduit] |
  3853. 1418.45 s [conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
  3854. 1418.45 s [conduit] | ^
  3855. 1418.45 s [conduit]
  3856. 1418.45 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3857. 1418.45 s [conduit] The use of ‘~’ without TypeOperators
  3858. 1418.45 s [conduit] will become an error in a future GHC release.
  3859. 1418.45 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3860. 1418.45 s [conduit] |
  3861. 1418.45 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3862. 1418.45 s [conduit] | ^
  3863. 1418.45 s [conduit]
  3864. 1418.45 s [conduit] src/Data/Conduit/Combinators.hs:992:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3865. 1418.45 s [conduit] • The ‘~’ operator is out of scope.
  3866. 1418.45 s [conduit] Assuming it to stand for an equality constraint.
  3867. 1418.45 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3868. 1418.45 s [conduit] exported from Data.Type.Equality and Prelude.
  3869. 1418.45 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3870. 1418.45 s [conduit] • This will become an error in a future GHC release.
  3871. 1418.45 s [conduit] |
  3872. 1418.46 s [conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3873. 1418.46 s [conduit] | ^
  3874. 1418.46 s [conduit]
  3875. 1418.46 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3876. 1418.46 s [conduit] The use of ‘~’ without TypeOperators
  3877. 1418.46 s [conduit] will become an error in a future GHC release.
  3878. 1418.46 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3879. 1418.46 s [conduit] |
  3880. 1418.46 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3881. 1418.46 s [conduit] | ^
  3882. 1418.46 s [conduit]
  3883. 1418.46 s [conduit] src/Data/Conduit/Combinators.hs:1013:50: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3884. 1418.46 s [conduit] • The ‘~’ operator is out of scope.
  3885. 1418.46 s [conduit] Assuming it to stand for an equality constraint.
  3886. 1418.46 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3887. 1418.46 s [conduit] exported from Data.Type.Equality and Prelude.
  3888. 1418.46 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3889. 1418.46 s [conduit] • This will become an error in a future GHC release.
  3890. 1418.46 s [conduit] |
  3891. 1418.46 s [conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  3892. 1418.46 s [conduit] | ^
  3893. 1418.46 s [conduit]
  3894. 1418.46 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3895. 1418.46 s [conduit] The use of ‘~’ without TypeOperators
  3896. 1418.46 s [conduit] will become an error in a future GHC release.
  3897. 1418.46 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3898. 1418.46 s [conduit] |
  3899. 1418.46 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3900. 1418.46 s [conduit] | ^
  3901. 1418.46 s [conduit]
  3902. 1418.46 s [conduit] src/Data/Conduit/Combinators.hs:1801:76: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3903. 1418.46 s [conduit] • The ‘~’ operator is out of scope.
  3904. 1418.46 s [conduit] Assuming it to stand for an equality constraint.
  3905. 1418.46 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3906. 1418.46 s [conduit] exported from Data.Type.Equality and Prelude.
  3907. 1418.46 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3908. 1418.46 s [conduit] • This will become an error in a future GHC release.
  3909. 1418.46 s [conduit] |
  3910. 1418.46 s [conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  3911. 1418.46 s [conduit] | ^
  3912. 1418.46 s [conduit]
  3913. 1418.46 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3914. 1418.46 s [conduit] The use of ‘~’ without TypeOperators
  3915. 1418.46 s [conduit] will become an error in a future GHC release.
  3916. 1418.46 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3917. 1418.46 s [conduit] |
  3918. 1418.46 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3919. 1418.46 s [conduit] | ^
  3920. 1418.46 s [conduit]
  3921. 1418.47 s [conduit] src/Data/Conduit/Combinators.hs:2036:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3922. 1418.47 s [conduit] • The ‘~’ operator is out of scope.
  3923. 1418.47 s [conduit] Assuming it to stand for an equality constraint.
  3924. 1418.47 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3925. 1418.47 s [conduit] exported from Data.Type.Equality and Prelude.
  3926. 1418.47 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3927. 1418.47 s [conduit] • This will become an error in a future GHC release.
  3928. 1418.47 s [conduit] |
  3929. 1418.47 s [conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3930. 1418.47 s [conduit] | ^
  3931. 1418.47 s [conduit]
  3932. 1418.47 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3933. 1418.47 s [conduit] The use of ‘~’ without TypeOperators
  3934. 1418.47 s [conduit] will become an error in a future GHC release.
  3935. 1418.47 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3936. 1418.47 s [conduit] |
  3937. 1418.47 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3938. 1418.47 s [conduit] | ^
  3939. 1418.47 s [conduit]
  3940. 1418.47 s [conduit] src/Data/Conduit/Combinators.hs:2045:56: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3941. 1418.47 s [conduit] • The ‘~’ operator is out of scope.
  3942. 1418.47 s [conduit] Assuming it to stand for an equality constraint.
  3943. 1418.47 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3944. 1418.47 s [conduit] exported from Data.Type.Equality and Prelude.
  3945. 1418.47 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3946. 1418.47 s [conduit] • This will become an error in a future GHC release.
  3947. 1418.47 s [conduit] |
  3948. 1418.47 s [conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  3949. 1418.47 s [conduit] | ^
  3950. 1418.47 s [conduit]
  3951. 1418.47 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3952. 1418.47 s [conduit] The use of ‘~’ without TypeOperators
  3953. 1418.47 s [conduit] will become an error in a future GHC release.
  3954. 1418.47 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3955. 1418.47 s [conduit] |
  3956. 1418.47 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  3957. 1418.47 s [conduit] | ^
  3958. 1418.47 s [conduit]
  3959. 1418.47 s [conduit] src/Data/Conduit/Combinators.hs:2082:54: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3960. 1418.47 s [conduit] • The ‘~’ operator is out of scope.
  3961. 1418.47 s [conduit] Assuming it to stand for an equality constraint.
  3962. 1418.47 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3963. 1418.47 s [conduit] exported from Data.Type.Equality and Prelude.
  3964. 1418.47 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3965. 1418.47 s [conduit] • This will become an error in a future GHC release.
  3966. 1418.47 s [conduit] |
  3967. 1418.47 s [conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  3968. 1418.47 s [conduit] | ^
  3969. 1418.47 s [conduit]
  3970. 1418.48 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3971. 1418.48 s [conduit] The use of ‘~’ without TypeOperators
  3972. 1418.48 s [conduit] will become an error in a future GHC release.
  3973. 1418.48 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3974. 1418.48 s [conduit] |
  3975. 1418.48 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  3976. 1418.48 s [conduit] | ^
  3977. 1418.48 s [conduit]
  3978. 1418.48 s [conduit] src/Data/Conduit/Combinators.hs:2090:59: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3979. 1418.48 s [conduit] • The ‘~’ operator is out of scope.
  3980. 1418.48 s [conduit] Assuming it to stand for an equality constraint.
  3981. 1418.48 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  3982. 1418.48 s [conduit] exported from Data.Type.Equality and Prelude.
  3983. 1418.48 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  3984. 1418.48 s [conduit] • This will become an error in a future GHC release.
  3985. 1418.48 s [conduit] |
  3986. 1418.48 s [conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  3987. 1418.48 s [conduit] | ^
  3988. 1418.48 s [conduit]
  3989. 1418.48 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  3990. 1418.48 s [conduit] The use of ‘~’ without TypeOperators
  3991. 1418.48 s [conduit] will become an error in a future GHC release.
  3992. 1418.48 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  3993. 1418.48 s [conduit] |
  3994. 1418.48 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  3995. 1418.48 s [conduit] | ^
  3996. 1418.48 s [conduit]
  3997. 1418.48 s [conduit] src/Data/Conduit/Combinators.hs:2126:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  3998. 1418.48 s [conduit] • The ‘~’ operator is out of scope.
  3999. 1418.48 s [conduit] Assuming it to stand for an equality constraint.
  4000. 1418.48 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4001. 1418.48 s [conduit] exported from Data.Type.Equality and Prelude.
  4002. 1418.48 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4003. 1418.48 s [conduit] • This will become an error in a future GHC release.
  4004. 1418.48 s [conduit] |
  4005. 1418.48 s [conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4006. 1418.48 s [conduit] | ^
  4007. 1418.48 s [conduit]
  4008. 1418.48 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4009. 1418.48 s [conduit] The use of ‘~’ without TypeOperators
  4010. 1418.48 s [conduit] will become an error in a future GHC release.
  4011. 1418.48 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4012. 1418.48 s [conduit] |
  4013. 1418.48 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4014. 1418.48 s [conduit] | ^
  4015. 1418.48 s [conduit]
  4016. 1418.49 s [conduit] src/Data/Conduit/Combinators.hs:2135:66: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4017. 1418.49 s [conduit] • The ‘~’ operator is out of scope.
  4018. 1418.49 s [conduit] Assuming it to stand for an equality constraint.
  4019. 1418.49 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4020. 1418.49 s [conduit] exported from Data.Type.Equality and Prelude.
  4021. 1418.49 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4022. 1418.49 s [conduit] • This will become an error in a future GHC release.
  4023. 1418.49 s [conduit] |
  4024. 1418.49 s [conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4025. 1418.49 s [conduit] | ^
  4026. 1418.49 s [conduit]
  4027. 1418.49 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4028. 1418.49 s [conduit] The use of ‘~’ without TypeOperators
  4029. 1418.49 s [conduit] will become an error in a future GHC release.
  4030. 1418.49 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4031. 1418.49 s [conduit] |
  4032. 1418.49 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  4033. 1418.49 s [conduit] | ^
  4034. 1418.49 s [conduit]
  4035. 1418.49 s [conduit] src/Data/Conduit/Combinators.hs:2437:71: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4036. 1418.49 s [conduit] • The ‘~’ operator is out of scope.
  4037. 1418.49 s [conduit] Assuming it to stand for an equality constraint.
  4038. 1418.49 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4039. 1418.49 s [conduit] exported from Data.Type.Equality and Prelude.
  4040. 1418.49 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4041. 1418.49 s [conduit] • This will become an error in a future GHC release.
  4042. 1418.49 s [conduit] |
  4043. 1418.49 s [conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
  4044. 1418.49 s [conduit] | ^
  4045. 1418.49 s [conduit]
  4046. 1418.50 s [conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, nothing )
  4047. 1418.57 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4048. 1418.57 s [conduit] The use of ‘~’ without TypeOperators
  4049. 1418.57 s [conduit] will become an error in a future GHC release.
  4050. 1418.57 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4051. 1418.57 s [conduit] |
  4052. 1418.57 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4053. 1418.57 s [conduit] | ^
  4054. 1418.57 s [conduit]
  4055. 1418.57 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4056. 1418.57 s [conduit] • The ‘~’ operator is out of scope.
  4057. 1418.57 s [conduit] Assuming it to stand for an equality constraint.
  4058. 1418.57 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4059. 1418.57 s [conduit] exported from Data.Type.Equality and Prelude.
  4060. 1418.57 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4061. 1418.57 s [conduit] • This will become an error in a future GHC release.
  4062. 1418.57 s [conduit] |
  4063. 1418.57 s [conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4064. 1418.57 s [conduit] | ^
  4065. 1418.57 s [conduit]
  4066. 1418.58 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4067. 1418.58 s [conduit] The use of ‘~’ without TypeOperators
  4068. 1418.58 s [conduit] will become an error in a future GHC release.
  4069. 1418.58 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4070. 1418.58 s [conduit] |
  4071. 1418.58 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4072. 1418.58 s [conduit] | ^
  4073. 1418.58 s [conduit]
  4074. 1418.58 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4075. 1418.58 s [conduit] • The ‘~’ operator is out of scope.
  4076. 1418.58 s [conduit] Assuming it to stand for an equality constraint.
  4077. 1418.58 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4078. 1418.58 s [conduit] exported from Data.Type.Equality and Prelude.
  4079. 1418.58 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4080. 1418.58 s [conduit] • This will become an error in a future GHC release.
  4081. 1418.58 s [conduit] |
  4082. 1418.58 s [conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
  4083. 1418.58 s [conduit] | ^
  4084. 1418.58 s [conduit]
  4085. 1418.58 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4086. 1418.58 s [conduit] The use of ‘~’ without TypeOperators
  4087. 1418.58 s [conduit] will become an error in a future GHC release.
  4088. 1418.58 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4089. 1418.58 s [conduit] |
  4090. 1418.58 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  4091. 1418.58 s [conduit] | ^
  4092. 1418.58 s [conduit]
  4093. 1418.58 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4094. 1418.58 s [conduit] • The ‘~’ operator is out of scope.
  4095. 1418.58 s [conduit] Assuming it to stand for an equality constraint.
  4096. 1418.58 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4097. 1418.58 s [conduit] exported from Data.Type.Equality and Prelude.
  4098. 1418.58 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4099. 1418.58 s [conduit] • This will become an error in a future GHC release.
  4100. 1418.58 s [conduit] |
  4101. 1418.58 s [conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
  4102. 1418.58 s [conduit] | ^
  4103. 1418.58 s [conduit]
  4104. 1418.59 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4105. 1418.59 s [conduit] The use of ‘~’ without TypeOperators
  4106. 1418.59 s [conduit] will become an error in a future GHC release.
  4107. 1418.59 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4108. 1418.59 s [conduit] |
  4109. 1418.59 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4110. 1418.59 s [conduit] | ^
  4111. 1418.59 s [conduit]
  4112. 1418.59 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4113. 1418.59 s [conduit] • The ‘~’ operator is out of scope.
  4114. 1418.59 s [conduit] Assuming it to stand for an equality constraint.
  4115. 1418.59 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4116. 1418.59 s [conduit] exported from Data.Type.Equality and Prelude.
  4117. 1418.59 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4118. 1418.59 s [conduit] • This will become an error in a future GHC release.
  4119. 1418.59 s [conduit] |
  4120. 1418.59 s [conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4121. 1418.59 s [conduit] | ^
  4122. 1418.59 s [conduit]
  4123. 1418.59 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4124. 1418.59 s [conduit] The use of ‘~’ without TypeOperators
  4125. 1418.59 s [conduit] will become an error in a future GHC release.
  4126. 1418.59 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4127. 1418.59 s [conduit] |
  4128. 1418.59 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4129. 1418.59 s [conduit] | ^
  4130. 1418.59 s [conduit]
  4131. 1418.59 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4132. 1418.59 s [conduit] • The ‘~’ operator is out of scope.
  4133. 1418.59 s [conduit] Assuming it to stand for an equality constraint.
  4134. 1418.59 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4135. 1418.59 s [conduit] exported from Data.Type.Equality and Prelude.
  4136. 1418.59 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4137. 1418.59 s [conduit] • This will become an error in a future GHC release.
  4138. 1418.59 s [conduit] |
  4139. 1418.59 s [conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4140. 1418.59 s [conduit] | ^
  4141. 1418.59 s [conduit]
  4142. 1418.59 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4143. 1418.59 s [conduit] The use of ‘~’ without TypeOperators
  4144. 1418.59 s [conduit] will become an error in a future GHC release.
  4145. 1418.59 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4146. 1418.59 s [conduit] |
  4147. 1418.59 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  4148. 1418.59 s [conduit] | ^
  4149. 1418.59 s [conduit]
  4150. 1418.60 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4151. 1418.60 s [conduit] • The ‘~’ operator is out of scope.
  4152. 1418.60 s [conduit] Assuming it to stand for an equality constraint.
  4153. 1418.60 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4154. 1418.60 s [conduit] exported from Data.Type.Equality and Prelude.
  4155. 1418.60 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4156. 1418.60 s [conduit] • This will become an error in a future GHC release.
  4157. 1418.60 s [conduit] |
  4158. 1418.60 s [conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
  4159. 1418.60 s [conduit] | ^
  4160. 1418.60 s [conduit]
  4161. 1418.60 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4162. 1418.60 s [conduit] The use of ‘~’ without TypeOperators
  4163. 1418.60 s [conduit] will become an error in a future GHC release.
  4164. 1418.60 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4165. 1418.60 s [conduit] |
  4166. 1418.60 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  4167. 1418.60 s [conduit] | ^
  4168. 1418.60 s [conduit]
  4169. 1418.60 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4170. 1418.60 s [conduit] • The ‘~’ operator is out of scope.
  4171. 1418.60 s [conduit] Assuming it to stand for an equality constraint.
  4172. 1418.60 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4173. 1418.60 s [conduit] exported from Data.Type.Equality and Prelude.
  4174. 1418.60 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4175. 1418.60 s [conduit] • This will become an error in a future GHC release.
  4176. 1418.60 s [conduit] |
  4177. 1418.60 s [conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
  4178. 1418.60 s [conduit] | ^
  4179. 1418.60 s [conduit]
  4180. 1418.60 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4181. 1418.60 s [conduit] The use of ‘~’ without TypeOperators
  4182. 1418.60 s [conduit] will become an error in a future GHC release.
  4183. 1418.60 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4184. 1418.60 s [conduit] |
  4185. 1418.60 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4186. 1418.60 s [conduit] | ^
  4187. 1418.60 s [conduit]
  4188. 1418.60 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4189. 1418.60 s [conduit] • The ‘~’ operator is out of scope.
  4190. 1418.60 s [conduit] Assuming it to stand for an equality constraint.
  4191. 1418.60 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4192. 1418.61 s [conduit] exported from Data.Type.Equality and Prelude.
  4193. 1418.61 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4194. 1418.61 s [conduit] • This will become an error in a future GHC release.
  4195. 1418.61 s [conduit] |
  4196. 1418.61 s [conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
  4197. 1418.61 s [conduit] | ^
  4198. 1418.61 s [conduit]
  4199. 1418.61 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4200. 1418.61 s [conduit] The use of ‘~’ without TypeOperators
  4201. 1418.61 s [conduit] will become an error in a future GHC release.
  4202. 1418.61 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4203. 1418.61 s [conduit] |
  4204. 1418.61 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4205. 1418.61 s [conduit] | ^
  4206. 1418.61 s [conduit]
  4207. 1418.61 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4208. 1418.61 s [conduit] • The ‘~’ operator is out of scope.
  4209. 1418.61 s [conduit] Assuming it to stand for an equality constraint.
  4210. 1418.61 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4211. 1418.61 s [conduit] exported from Data.Type.Equality and Prelude.
  4212. 1418.61 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4213. 1418.61 s [conduit] • This will become an error in a future GHC release.
  4214. 1418.61 s [conduit] |
  4215. 1418.61 s [conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
  4216. 1418.61 s [conduit] | ^
  4217. 1418.61 s [conduit]
  4218. 1418.61 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  4219. 1418.61 s [conduit] The use of ‘~’ without TypeOperators
  4220. 1418.61 s [conduit] will become an error in a future GHC release.
  4221. 1418.61 s [conduit] Suggested fix: Perhaps you intended to use TypeOperators
  4222. 1418.61 s [conduit] |
  4223. 1418.61 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  4224. 1418.61 s [conduit] | ^
  4225. 1418.61 s [conduit]
  4226. 1418.61 s [conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning: [GHC-12003] [-Wtype-equality-out-of-scope]
  4227. 1418.61 s [conduit] • The ‘~’ operator is out of scope.
  4228. 1418.61 s [conduit] Assuming it to stand for an equality constraint.
  4229. 1418.61 s [conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
  4230. 1418.61 s [conduit] exported from Data.Type.Equality and Prelude.
  4231. 1418.61 s [conduit] If you are using a custom Prelude, consider re-exporting it.
  4232. 1418.61 s [conduit] • This will become an error in a future GHC release.
  4233. 1418.61 s [conduit] |
  4234. 1418.61 s [conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
  4235. 1418.61 s [conduit] | ^
  4236. 1418.61 s [conduit]
  4237. 1418.62 s [conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, nothing )
  4238. 1418.62 s [conduit] Haddock coverage:
  4239. 1418.63 s [conduit] Warning: 'hoist' is out of scope.
  4240. 1418.63 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4241. 1418.63 s [conduit] Warning: 'Source' is out of scope.
  4242. 1418.63 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4243. 1418.63 s [conduit] Warning: 'Conduit' is out of scope.
  4244. 1418.63 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4245. 1418.63 s [conduit] Warning: 'catchC' is out of scope.
  4246. 1418.63 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4247. 1418.63 s [conduit] Warning: 'tryC' is out of scope.
  4248. 1418.63 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4249. 1418.63 s [conduit] Warning: 'ZipConduit' is ambiguous. It is defined
  4250. 1418.63 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:30
  4251. 1418.63 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:1
  4252. 1418.63 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  4253. 1418.63 s [conduit] by specifying the type/value namespace explicitly.
  4254. 1418.63 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1229:1
  4255. 1418.63 s [conduit] Warning: 'ConduitT' is ambiguous. It is defined
  4256. 1418.63 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:28
  4257. 1418.63 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:1
  4258. 1418.63 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  4259. 1418.63 s [conduit] by specifying the type/value namespace explicitly.
  4260. 1418.63 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:123:1
  4261. 1418.64 s [conduit] Warning: 'SealedConduitT' is ambiguous. It is defined
  4262. 1418.64 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:34
  4263. 1418.64 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:1
  4264. 1418.64 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  4265. 1418.64 s [conduit] by specifying the type/value namespace explicitly.
  4266. 1418.64 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:138:1
  4267. 1418.64 s [conduit] 18% ( 3 / 16) in 'Data.Conduit.Internal.Fusion'
  4268. 1418.64 s [conduit] Missing documentation for:
  4269. 1418.64 s [conduit] Module header
  4270. 1418.64 s [conduit] Stream (src/Data/Conduit/Internal/Fusion.hs:39)
  4271. 1418.64 s [conduit] ConduitWithStream (src/Data/Conduit/Internal/Fusion.hs:43)
  4272. 1418.64 s [conduit] StreamConduitT (src/Data/Conduit/Internal/Fusion.hs:47)
  4273. 1418.64 s [conduit] StreamConduit (src/Data/Conduit/Internal/Fusion.hs:49)
  4274. 1418.64 s [conduit] StreamSource (src/Data/Conduit/Internal/Fusion.hs:51)
  4275. 1418.64 s [conduit] StreamProducer (src/Data/Conduit/Internal/Fusion.hs:53)
  4276. 1418.64 s [conduit] StreamSink (src/Data/Conduit/Internal/Fusion.hs:55)
  4277. 1418.64 s [conduit] StreamConsumer (src/Data/Conduit/Internal/Fusion.hs:57)
  4278. 1418.64 s [conduit] streamConduit (src/Data/Conduit/Internal/Fusion.hs:250)
  4279. 1418.64 s [conduit] streamSource (src/Data/Conduit/Internal/Fusion.hs:257)
  4280. 1418.64 s [conduit] streamSourcePure (src/Data/Conduit/Internal/Fusion.hs:275)
  4281. 1418.64 s [conduit] unstream (src/Data/Conduit/Internal/Fusion.hs:60)
  4282. 1418.64 s [conduit] 0% ( 0 / 41) in 'Data.Conduit.Internal.List.Stream'
  4283. 1418.64 s [conduit] Missing documentation for:
  4284. 1418.64 s [conduit] Module header
  4285. 1418.64 s [conduit] unfoldS (src/Data/Conduit/Internal/List/Stream.hs:17)
  4286. 1418.64 s [conduit] unfoldEitherS (src/Data/Conduit/Internal/List/Stream.hs:30)
  4287. 1418.64 s [conduit] unfoldMS (src/Data/Conduit/Internal/List/Stream.hs:43)
  4288. 1418.64 s [conduit] unfoldEitherMS (src/Data/Conduit/Internal/List/Stream.hs:57)
  4289. 1418.65 s [conduit] sourceListS (src/Data/Conduit/Internal/List/Stream.hs:67)
  4290. 1418.65 s [conduit] enumFromToS (src/Data/Conduit/Internal/List/Stream.hs:78)
  4291. 1418.65 s [conduit] enumFromToS_int (src/Data/Conduit/Internal/List/Stream.hs:90)
  4292. 1418.65 s [conduit] iterateS (src/Data/Conduit/Internal/List/Stream.hs:101)
  4293. 1418.65 s [conduit] replicateS (src/Data/Conduit/Internal/List/Stream.hs:110)
  4294. 1418.65 s [conduit] replicateMS (src/Data/Conduit/Internal/List/Stream.hs:119)
  4295. 1418.65 s [conduit] foldS (src/Data/Conduit/Internal/List/Stream.hs:128)
  4296. 1418.65 s [conduit] foldMS (src/Data/Conduit/Internal/List/Stream.hs:140)
  4297. 1418.65 s [conduit] mapM_S (src/Data/Conduit/Internal/List/Stream.hs:156)
  4298. 1418.65 s [conduit] dropS (src/Data/Conduit/Internal/List/Stream.hs:170)
  4299. 1418.65 s [conduit] takeS (src/Data/Conduit/Internal/List/Stream.hs:185)
  4300. 1418.65 s [conduit] headS (src/Data/Conduit/Internal/List/Stream.hs:198)
  4301. 1418.65 s [conduit] mapS (src/Data/Conduit/Internal/List/Stream.hs:210)
  4302. 1418.65 s [conduit] mapMS (src/Data/Conduit/Internal/List/Stream.hs:222)
  4303. 1418.65 s [conduit] iterMS (src/Data/Conduit/Internal/List/Stream.hs:234)
  4304. 1418.65 s [conduit] mapMaybeS (src/Data/Conduit/Internal/List/Stream.hs:246)
  4305. 1418.65 s [conduit] mapMaybeMS (src/Data/Conduit/Internal/List/Stream.hs:261)
  4306. 1418.65 s [conduit] catMaybesS (src/Data/Conduit/Internal/List/Stream.hs:277)
  4307. 1418.65 s [conduit] concatS (src/Data/Conduit/Internal/List/Stream.hs:290)
  4308. 1418.65 s [conduit] concatMapS (src/Data/Conduit/Internal/List/Stream.hs:303)
  4309. 1418.65 s [conduit] concatMapMS (src/Data/Conduit/Internal/List/Stream.hs:316)
  4310. 1418.65 s [conduit] concatMapAccumS (src/Data/Conduit/Internal/List/Stream.hs:331)
  4311. 1418.65 s [conduit] mapAccumS (src/Data/Conduit/Internal/List/Stream.hs:346)
  4312. 1418.65 s [conduit] mapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:360)
  4313. 1418.65 s [conduit] concatMapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:374)
  4314. 1418.65 s [conduit] mapFoldableS (src/Data/Conduit/Internal/List/Stream.hs:389)
  4315. 1418.65 s [conduit] mapFoldableMS (src/Data/Conduit/Internal/List/Stream.hs:402)
  4316. 1418.65 s [conduit] consumeS (src/Data/Conduit/Internal/List/Stream.hs:417)
  4317. 1418.65 s [conduit] groupByS (src/Data/Conduit/Internal/List/Stream.hs:429)
  4318. 1418.65 s [conduit] groupOn1S (src/Data/Conduit/Internal/List/Stream.hs:433)
  4319. 1418.65 s [conduit] GroupByState (src/Data/Conduit/Internal/List/Stream.hs:436)
  4320. 1418.65 s [conduit] groupBy1S (src/Data/Conduit/Internal/List/Stream.hs:442)
  4321. 1418.65 s [conduit] isolateS (src/Data/Conduit/Internal/List/Stream.hs:463)
  4322. 1418.65 s [conduit] filterS (src/Data/Conduit/Internal/List/Stream.hs:476)
  4323. 1418.65 s [conduit] sinkNullS (src/Data/Conduit/Internal/List/Stream.hs:489)
  4324. 1418.65 s [conduit] sourceNullS (src/Data/Conduit/Internal/List/Stream.hs:501)
  4325. 1418.65 s [conduit] 11% ( 3 / 27) in 'Data.Conduit.Combinators.Stream'
  4326. 1418.65 s [conduit] Missing documentation for:
  4327. 1418.65 s [conduit] yieldManyS (src/Data/Conduit/Combinators/Stream.hs:71)
  4328. 1418.65 s [conduit] repeatMS (src/Data/Conduit/Combinators/Stream.hs:81)
  4329. 1418.65 s [conduit] repeatWhileMS (src/Data/Conduit/Combinators/Stream.hs:91)
  4330. 1418.65 s [conduit] foldl1S (src/Data/Conduit/Combinators/Stream.hs:104)
  4331. 1418.65 s [conduit] allS (src/Data/Conduit/Combinators/Stream.hs:118)
  4332. 1418.65 s [conduit] anyS (src/Data/Conduit/Combinators/Stream.hs:124)
  4333. 1418.65 s [conduit] sinkLazyS (src/Data/Conduit/Combinators/Stream.hs:132)
  4334. 1418.65 s [conduit] sinkVectorS (src/Data/Conduit/Combinators/Stream.hs:137)
  4335. 1418.65 s [conduit] sinkVectorNS (src/Data/Conduit/Combinators/Stream.hs:163)
  4336. 1418.65 s [conduit] sinkLazyBuilderS (src/Data/Conduit/Combinators/Stream.hs:182)
  4337. 1418.65 s [conduit] lastS (src/Data/Conduit/Combinators/Stream.hs:187)
  4338. 1418.65 s [conduit] lastES (src/Data/Conduit/Combinators/Stream.hs:200)
  4339. 1418.65 s [conduit] findS (src/Data/Conduit/Combinators/Stream.hs:214)
  4340. 1418.65 s [conduit] concatMapS (src/Data/Conduit/Combinators/Stream.hs:231)
  4341. 1418.65 s [conduit] concatMapMS (src/Data/Conduit/Combinators/Stream.hs:246)
  4342. 1418.65 s [conduit] concatS (src/Data/Conduit/Combinators/Stream.hs:262)
  4343. 1418.65 s [conduit] scanlS (src/Data/Conduit/Combinators/Stream.hs:270)
  4344. 1418.65 s [conduit] scanlMS (src/Data/Conduit/Combinators/Stream.hs:285)
  4345. 1418.65 s [conduit] mapAccumWhileS (src/Data/Conduit/Combinators/Stream.hs:301)
  4346. 1418.65 s [conduit] mapAccumWhileMS (src/Data/Conduit/Combinators/Stream.hs:316)
  4347. 1418.65 s [conduit] intersperseS (src/Data/Conduit/Combinators/Stream.hs:337)
  4348. 1418.65 s [conduit] slidingWindowS (src/Data/Conduit/Combinators/Stream.hs:363)
  4349. 1418.65 s [conduit] filterMS (src/Data/Conduit/Combinators/Stream.hs:394)
  4350. 1418.65 s [conduit] splitOnUnboundedES (src/Data/Conduit/Combinators/Stream.hs:420)
  4351. 1418.65 s [conduit] 97% ( 78 / 80) in 'Data.Conduit'
  4352. 1418.65 s [conduit] Missing documentation for:
  4353. 1418.65 s [conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
  4354. 1418.65 s [conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
  4355. 1418.65 s [conduit] 91% ( 81 / 89) in 'Data.Conduit.Internal'
  4356. 1418.65 s [conduit] Missing documentation for:
  4357. 1418.65 s [conduit] Module header
  4358. 1418.65 s [conduit] enumFromTo (src/Data/Conduit/Internal/Pipe.hs:500)
  4359. 1418.65 s [conduit] yieldM (src/Data/Conduit/Internal/Pipe.hs:251)
  4360. 1418.65 s [conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
  4361. 1418.65 s [conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
  4362. 1418.65 s [conduit] sourceToPipe (src/Data/Conduit/Internal/Conduit.hs:333)
  4363. 1418.65 s [conduit] sinkToPipe (src/Data/Conduit/Internal/Conduit.hs:343)
  4364. 1418.65 s [conduit] conduitToPipe (src/Data/Conduit/Internal/Conduit.hs:353)
  4365. 1418.65 s [conduit] 100% ( 42 / 42) in 'Data.Conduit.Lift'
  4366. 1418.65 s [conduit] Warning: 'succ' is out of scope.
  4367. 1418.65 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4368. 1418.66 s [conduit] Warning: 'Foldable' is out of scope.
  4369. 1418.66 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4370. 1418.66 s [conduit] 100% ( 60 / 60) in 'Data.Conduit.List'
  4371. 1418.67 s [conduit] Warning: 'ResourceT' is out of scope.
  4372. 1418.67 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4373. 1418.68 s [conduit] Warning: 'chunkSize' is out of scope.
  4374. 1418.68 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4375. 1418.68 s [conduit] Warning: 'Flush' is ambiguous. It is defined
  4376. 1418.68 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:26
  4377. 1418.68 s [conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:1
  4378. 1418.68 s [conduit] You may be able to disambiguate the identifier by qualifying it or
  4379. 1418.68 s [conduit] by specifying the type/value namespace explicitly.
  4380. 1418.68 s [conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1093:1
  4381. 1418.69 s [conduit] 100% (167 /167) in 'Data.Conduit.Combinators'
  4382. 1418.69 s [conduit] Warning: 'succ' is out of scope.
  4383. 1418.69 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4384. 1418.69 s [conduit] Warning: 'iterM' is out of scope.
  4385. 1418.69 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4386. 1418.69 s [conduit] Warning: 'takeExactly' is out of scope.
  4387. 1418.69 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4388. 1418.69 s [conduit] Warning: 'takeExactlyE' is out of scope.
  4389. 1418.69 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4390. 1418.69 s [conduit] Warning: 'take' is out of scope.
  4391. 1418.69 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4392. 1418.69 s [conduit] Warning: 'takeE' is out of scope.
  4393. 1418.69 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4394. 1418.69 s [conduit] Warning: 'concatMap' is out of scope.
  4395. 1418.70 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4396. 1418.70 s [conduit] Warning: 'chunkSize' is out of scope.
  4397. 1418.70 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4398. 1418.70 s [conduit] Warning: 'chunksOfExactlyE' is out of scope.
  4399. 1418.70 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4400. 1418.70 s [conduit] Warning: 'chunksOfE' is out of scope.
  4401. 1418.70 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4402. 1418.70 s [conduit] Warning: 'mapM_' is out of scope.
  4403. 1418.70 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4404. 1418.70 s [conduit] Warning: 'concatMapM' is out of scope.
  4405. 1418.70 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4406. 1418.70 s [conduit] Warning: 'line' is out of scope.
  4407. 1418.70 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4408. 1418.70 s [conduit] Warning: 'unlines' is out of scope.
  4409. 1418.70 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4410. 1418.70 s [conduit] Warning: 'linesUnbounded' is out of scope.
  4411. 1418.70 s [conduit] If you qualify the identifier, haddock can try to link it anyway.
  4412. 1418.70 s [conduit] 100% (171 /171) in 'Conduit'
  4413. 1419.13 s [conduit] Warning: Data.Conduit.Combinators.Stream: could not find link destinations for:
  4414. 1419.13 s [conduit] - Data.Vector.Generic.Base.Vector
  4415. 1419.14 s [conduit] Warning: Data.Conduit: could not find link destinations for:
  4416. 1419.14 s [conduit] - GHC.Internal.Generics.Rep_Void
  4417. 1419.14 s [conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
  4418. 1419.15 s [conduit] Warning: Data.Conduit.Internal: could not find link destinations for:
  4419. 1419.15 s [conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
  4420. 1419.15 s [conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
  4421. 1419.16 s [conduit] Warning: Data.Conduit.Combinators: could not find link destinations for:
  4422. 1419.16 s [conduit] - Data.Vector.Generic.Base.Vector
  4423. 1419.16 s [conduit] - Data.Conduit.Combinators.Buffer
  4424. 1419.19 s [conduit] Warning: Conduit: could not find link destinations for:
  4425. 1419.19 s [conduit] - GHC.Internal.Data.Functor.Identity.Rep_Identity
  4426. 1419.19 s [conduit] - GHC.Internal.Data.Functor.Identity.Rep1_Identity
  4427. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateIO
  4428. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateIdentityT
  4429. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateST
  4430. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateST0
  4431. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateAccumT
  4432. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateContT
  4433. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateExceptT
  4434. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateMaybeT
  4435. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateRWST0
  4436. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateRWST1
  4437. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateRWST
  4438. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateReaderT
  4439. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateSelectT
  4440. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateStateT0
  4441. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateStateT
  4442. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT0
  4443. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT1
  4444. 1419.19 s [conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT
  4445. 1419.19 s [conduit] - Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
  4446. 1419.19 s [conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
  4447. 1419.19 s [conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
  4448. 1419.19 s [conduit] - Data.Vector.Unboxed.Base.Unbox
  4449. 1419.19 s [conduit] - Data.Vector.Generic.Base.Vector
  4450. 1419.19 s [conduit] - Data.Vector.Generic.Base.basicLength
  4451. 1419.19 s [conduit] - Data.Vector.Generic.Base.basicUnsafeIndexM
  4452. 1419.19 s [conduit] - Data.Vector.Generic.Base.elemseq
  4453. 1419.19 s [conduit] - Data.Vector.Generic.Base.Mutable
  4454. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.MVector
  4455. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicLength
  4456. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
  4457. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicInitialize
  4458. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
  4459. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
  4460. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
  4461. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
  4462. 1419.19 s [conduit] - Data.Vector.Generic.Base.basicUnsafeSlice
  4463. 1419.19 s [conduit] - Data.Vector.Generic.Base.basicUnsafeCopy
  4464. 1419.19 s [conduit] - Data.Vector.Generic.Base.basicUnsafeFreeze
  4465. 1419.19 s [conduit] - Data.Vector.Generic.Base.basicUnsafeThaw
  4466. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
  4467. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicClear
  4468. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicOverlaps
  4469. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicSet
  4470. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
  4471. 1419.19 s [conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
  4472. 1419.19 s [conduit] - Data.Vector.Unboxed.Base.MV_Identity
  4473. 1419.19 s [conduit] - Data.Vector.Unboxed.Base.V_Identity
  4474. 1419.19 s [conduit] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
  4475. 1419.19 s [conduit] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
  4476. 1419.19 s [conduit] - Data.Conduit.Combinators.Buffer
  4477. 1424.57 s [conduit] Documentation created: dist/doc/html/conduit/,
  4478. 1424.57 s [conduit] dist/doc/html/conduit/conduit.txt
  4479. 1424.63 s [conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
  4480. 1424.63 s [conduit] Phase: installPhase
  4481. 1424.72 s [conduit] Installing library in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4482. 1425.19 s [conduit] Phase: fixupPhase
  4483. 1425.21 s [conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  4484. 1425.21 s [conduit] shrinking /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSconduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ-ghc9.10.2.so
  4485. 1425.23 s [conduit] checking for references to /build/ in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1...
  4486. 1425.25 s [conduit] patching script interpreter paths in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  4487. 1425.26 s [conduit] stripping (with command strip and flags -S -p) in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib
  4488. 1425.42 s [conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc
  4489. 1425.43 s [conduit] checking for references to /build/ in /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc...
  4490. 1425.46 s [conduit] patching script interpreter paths in /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc
  4491. 1425.61 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  4492. 1426.09 s [post-build-hook] Pushing 2 paths (114 are already present) using zstd to cache sellout ⏳
  4493. 1426.09 s [post-build-hook]
  4494. 1426.45 s [post-build-hook] Pushing /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc (7.69 MiB)
  4495. 1426.55 s [post-build-hook] Pushing /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1 (13.61 MiB)
  4496. 1428.32 s [post-build-hook]
  4497. 1428.32 s [post-build-hook] All done.
  4498. 1428.34 s [post-build-hook] Uploading to the NixCI cache: /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
  4499. 1428.37 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4500. 1428.64 s [post-build-hook] copying 2 paths...
  4501. 1428.64 s [post-build-hook] copying path '/nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc' to 'https://cache.nix-ci.com'...
  4502. 1429.73 s [post-build-hook] copying path '/nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1' to 'https://cache.nix-ci.com'...
  4503. 1433.00 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  4504. 1433.20 s [post-build-hook] copying 1 paths...
  4505. 1433.20 s [post-build-hook] copying path '/nix/store/ya35l2nxrbvrx2il9b0am6r2mqcv47d0-conduit-1.3.6.1.drv' to 'https://cache.nix-ci.com'...
  4506. 1433.34 s Progress: 140 of 157 built (1 building), 587 of 587 downloaded from cache
  4507. 1433.41 s Building conduit-extra
  4508. 1433.46 s Building conduit-parse
  4509. 1433.52 s Building libyaml
  4510. 1433.52 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 )
  4511. 1433.58 s [conduit-extra] Phase: setupCompilerEnvironmentPhase
  4512. 1433.59 s [conduit-extra] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  4513. 1433.62 s [conduit-parse] Phase: setupCompilerEnvironmentPhase
  4514. 1433.62 s [conduit-parse] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  4515. 1433.67 s [libyaml] Phase: setupCompilerEnvironmentPhase
  4516. 1433.67 s [libyaml] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  4517. 1433.83 s [conduit-extra] Phase: unpackPhase
  4518. 1433.83 s [conduit-extra] unpacking source archive /nix/store/02b3jg0dbb72fl6hjw0im62s1wqqh4s6-conduit-extra-1.3.8.tar.gz
  4519. 1433.84 s [conduit-extra] source root is conduit-extra-1.3.8
  4520. 1433.84 s [conduit-parse] Phase: unpackPhase
  4521. 1433.85 s [conduit-parse] unpacking source archive /nix/store/5inary4gap17pija37hi9s0dnwj4sdgj-conduit-parse-0.2.1.1.tar.gz
  4522. 1433.85 s [conduit-extra] setting SOURCE_DATE_EPOCH to timestamp 1750917223 of file "conduit-extra-1.3.8/test/Spec.hs"
  4523. 1433.85 s [conduit-parse] source root is conduit-parse-0.2.1.1
  4524. 1433.85 s [conduit-extra] Phase: patchPhase
  4525. 1433.86 s [conduit-extra] Replace Cabal file with edited version from mirror://hackage/conduit-extra-1.3.8/revision/1.cabal.
  4526. 1433.86 s [conduit-parse] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "conduit-parse-0.2.1.1/test/Main.hs"
  4527. 1433.86 s [conduit-parse] Phase: patchPhase
  4528. 1433.86 s [conduit-extra] Phase: compileBuildDriverPhase
  4529. 1433.87 s [conduit-parse] Replace Cabal file with edited version from mirror://hackage/conduit-parse-0.2.1.1/revision/1.cabal.
  4530. 1433.87 s [conduit-extra] setupCompileFlags: -package-db=/build/tmp.TFKlM2xv9l/setup-package.conf.d -threaded
  4531. 1433.87 s [libyaml] Phase: unpackPhase
  4532. 1433.87 s [conduit-parse] Phase: compileBuildDriverPhase
  4533. 1433.87 s [libyaml] unpacking source archive /nix/store/z9q7w51ysg8cdvgpx6d6zlcz4ghkhp0h-libyaml-0.1.4.tar.gz
  4534. 1433.88 s [conduit-parse] setupCompileFlags: -package-db=/build/tmp.xhonbXBANc/setup-package.conf.d -threaded
  4535. 1433.88 s [libyaml] source root is libyaml-0.1.4
  4536. 1433.89 s [libyaml] setting SOURCE_DATE_EPOCH to timestamp 1710477580 of file "libyaml-0.1.4/libyaml.cabal"
  4537. 1433.89 s [libyaml] Phase: patchPhase
  4538. 1433.90 s [libyaml] Phase: compileBuildDriverPhase
  4539. 1433.90 s [libyaml] setupCompileFlags: -package-db=/build/tmp.1dcWwzV4FV/setup-package.conf.d -threaded
  4540. 1433.92 s [conduit-extra] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.TFKlM2xv9l/Main.o )
  4541. 1433.93 s [conduit-parse] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.xhonbXBANc/Main.o )
  4542. 1433.96 s [libyaml] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.1dcWwzV4FV/Main.o )
  4543. 1433.97 s [conduit-extra] [2 of 2] Linking Setup
  4544. 1433.97 s [conduit-parse] [2 of 2] Linking Setup
  4545. 1434.00 s [libyaml] [2 of 2] Linking Setup
  4546. 1435.33 s [conduit-parse] Phase: updateAutotoolsGnuConfigScriptsPhase
  4547. 1435.34 s [conduit-parse] Phase: configurePhase
  4548. 1435.76 s [conduit-parse] configureFlags: --verbose --prefix=/nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1 --with-gcc=gcc --package-db=/build/tmp.xhonbXBANc/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  4549. 1435.76 s [conduit-extra] Phase: updateAutotoolsGnuConfigScriptsPhase
  4550. 1435.76 s [conduit-parse] Using Parsec parser
  4551. 1435.76 s [conduit-parse] Configuring conduit-parse-0.2.1.1...
  4552. 1435.76 s [conduit-extra] Phase: configurePhase
  4553. 1435.76 s [conduit-extra] configureFlags: --verbose --prefix=/nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc/share/doc/conduit-extra-1.3.8 --with-gcc=gcc --package-db=/build/tmp.TFKlM2xv9l/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  4554. 1435.76 s [conduit-extra] Using Parsec parser
  4555. 1435.76 s [conduit-extra] Configuring conduit-extra-1.3.8...
  4556. 1435.76 s [libyaml] Phase: updateAutotoolsGnuConfigScriptsPhase
  4557. 1435.76 s [libyaml] Phase: configurePhase
  4558. 1435.76 s [libyaml] configureFlags: --verbose --prefix=/nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4 --with-gcc=gcc --package-db=/build/tmp.1dcWwzV4FV/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  4559. 1435.76 s [libyaml] Using Parsec parser
  4560. 1435.76 s [libyaml] Configuring libyaml-0.1.4...
  4561. 1435.76 s [conduit-parse] Flags chosen: enable-hlint-test=False
  4562. 1435.76 s [libyaml] Flags chosen: no-unicode=False, system-libyaml=False
  4563. 1435.99 s [conduit-parse] Dependency base >=4.8 && <5: using base-4.20.1.0
  4564. 1435.99 s [conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
  4565. 1435.99 s [conduit-parse] Dependency dlist: using dlist-1.0
  4566. 1435.99 s [conduit-parse] Dependency mtl: using mtl-2.3.1
  4567. 1435.99 s [conduit-parse] Dependency parsers: using parsers-0.12.12
  4568. 1435.99 s [conduit-parse] Dependency safe: using safe-0.3.21
  4569. 1435.99 s [conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  4570. 1435.99 s [conduit-parse] Dependency text: using text-2.1.2
  4571. 1435.99 s [conduit-parse] Dependency transformers: using transformers-0.6.1.1
  4572. 1435.99 s [conduit-parse] Dependency base >=4.8 && <5: using base-4.20.1.0
  4573. 1435.99 s [conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
  4574. 1435.99 s [conduit-parse] Dependency conduit-parse: using conduit-parse-0.2.1.1
  4575. 1435.99 s [conduit-parse] Dependency mtl: using mtl-2.3.1
  4576. 1435.99 s [conduit-parse] Dependency parsers: using parsers-0.12.12
  4577. 1435.99 s [conduit-parse] Dependency resourcet: using resourcet-1.3.0
  4578. 1435.99 s [conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  4579. 1435.99 s [conduit-parse] Dependency tasty: using tasty-1.5.3
  4580. 1435.99 s [conduit-parse] Dependency tasty-hunit: using tasty-hunit-0.10.2
  4581. 1435.99 s [conduit-parse] Source component graph:
  4582. 1435.99 s [conduit-parse] component lib
  4583. 1435.99 s [conduit-parse] component test:tests dependency lib
  4584. 1435.99 s [conduit-parse] Configured component graph:
  4585. 1435.99 s [conduit-parse] component conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4586. 1435.99 s [conduit-parse] include base-4.20.1.0-f445
  4587. 1435.99 s [conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4588. 1435.99 s [conduit-parse] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  4589. 1435.99 s [conduit-parse] include mtl-2.3.1-07d6
  4590. 1435.99 s [conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4591. 1435.99 s [conduit-parse] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  4592. 1435.99 s [conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4593. 1435.99 s [conduit-parse] include text-2.1.2-7514
  4594. 1435.99 s [conduit-parse] include transformers-0.6.1.1-05a6
  4595. 1435.99 s [conduit-parse] component conduit-parse-0.2.1.1-Kfls1UaafL4CqY5t4rRq7Q-tests
  4596. 1435.99 s [conduit-parse] include base-4.20.1.0-f445
  4597. 1435.99 s [conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4598. 1435.99 s [conduit-parse] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4599. 1435.99 s [conduit-parse] include mtl-2.3.1-07d6
  4600. 1435.99 s [conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4601. 1435.99 s [conduit-parse] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4602. 1435.99 s [conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4603. 1435.99 s [conduit-parse] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  4604. 1435.99 s [conduit-parse] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  4605. 1435.99 s [conduit-parse] Linked component graph:
  4606. 1435.99 s [conduit-parse] unit conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4607. 1435.99 s [conduit-parse] include base-4.20.1.0-f445
  4608. 1435.99 s [conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4609. 1435.99 s [conduit-parse] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  4610. 1435.99 s [conduit-parse] include mtl-2.3.1-07d6
  4611. 1435.99 s [conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4612. 1435.99 s [conduit-parse] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  4613. 1435.99 s [conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4614. 1435.99 s [conduit-parse] include text-2.1.2-7514
  4615. 1435.99 s [conduit-parse] include transformers-0.6.1.1-05a6
  4616. 1435.99 s [conduit-parse] Data.Conduit.Parser=conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0:Data.Conduit.Parser
  4617. 1435.99 s [conduit-parse] unit conduit-parse-0.2.1.1-Kfls1UaafL4CqY5t4rRq7Q-tests
  4618. 1435.99 s [conduit-parse] include base-4.20.1.0-f445
  4619. 1435.99 s [conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4620. 1435.99 s [conduit-parse] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4621. 1435.99 s [conduit-parse] include mtl-2.3.1-07d6
  4622. 1435.99 s [conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4623. 1435.99 s [conduit-parse] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4624. 1435.99 s [conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4625. 1435.99 s [conduit-parse] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  4626. 1435.99 s [conduit-parse] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  4627. 1435.99 s [conduit-parse] Ready component graph:
  4628. 1435.99 s [conduit-parse] definite conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4629. 1435.99 s [conduit-parse] depends base-4.20.1.0-f445
  4630. 1435.99 s [conduit-parse] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4631. 1435.99 s [conduit-parse] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  4632. 1435.99 s [conduit-parse] depends mtl-2.3.1-07d6
  4633. 1435.99 s [conduit-parse] depends parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4634. 1435.99 s [conduit-parse] depends safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
  4635. 1435.99 s [conduit-parse] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4636. 1435.99 s [conduit-parse] depends text-2.1.2-7514
  4637. 1435.99 s [conduit-parse] depends transformers-0.6.1.1-05a6
  4638. 1435.99 s [conduit-parse] definite conduit-parse-0.2.1.1-Kfls1UaafL4CqY5t4rRq7Q-tests
  4639. 1435.99 s [conduit-parse] depends base-4.20.1.0-f445
  4640. 1435.99 s [conduit-parse] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4641. 1435.99 s [conduit-parse] depends conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4642. 1435.99 s [conduit-parse] depends mtl-2.3.1-07d6
  4643. 1435.99 s [conduit-parse] depends parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
  4644. 1435.99 s [conduit-parse] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4645. 1435.99 s [conduit-parse] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  4646. 1435.99 s [conduit-parse] depends tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  4647. 1435.99 s [conduit-parse] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  4648. 1435.99 s [conduit-parse] Using Cabal-3.12.1.0 compiled by ghc-9.10
  4649. 1435.99 s [conduit-parse] Using compiler: ghc-9.10.2
  4650. 1435.99 s [conduit-parse] Using install prefix:
  4651. 1435.99 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  4652. 1435.99 s [conduit-parse] Executables installed in:
  4653. 1435.99 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/bin
  4654. 1435.99 s [conduit-parse] Libraries installed in:
  4655. 1435.99 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  4656. 1435.99 s [conduit-parse] Dynamic Libraries installed in:
  4657. 1435.99 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  4658. 1435.99 s [conduit-parse] Private executables installed in:
  4659. 1435.99 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/conduit-parse-0.2.1.1
  4660. 1435.99 s [conduit-parse] Data files installed in:
  4661. 1435.99 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/share/x86_64-linux-ghc-9.10.2-2a2a/conduit-parse-0.2.1.1
  4662. 1435.99 s [conduit-parse] Documentation installed in:
  4663. 1435.99 s [conduit-parse] /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1
  4664. 1435.99 s [conduit-parse] Configuration files installed in:
  4665. 1435.99 s [conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/etc
  4666. 1435.99 s [conduit-parse] No alex found
  4667. 1435.99 s [conduit-parse] Using ar found on system at:
  4668. 1435.99 s [conduit-parse] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  4669. 1435.99 s [conduit-parse] No c2hs found
  4670. 1435.99 s [conduit-parse] No cpphs found
  4671. 1435.99 s [conduit-parse] No doctest found
  4672. 1435.99 s [conduit-parse] Using gcc version 14.3.0 given by user at:
  4673. 1435.99 s [conduit-parse] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  4674. 1435.99 s [conduit-parse] Using ghc version 9.10.2 found on system at:
  4675. 1435.99 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  4676. 1435.99 s [conduit-parse] Using ghc-pkg version 9.10.2 found on system at:
  4677. 1435.99 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  4678. 1435.99 s [conduit-parse] No ghcjs found
  4679. 1435.99 s [conduit-parse] No ghcjs-pkg found
  4680. 1435.99 s [conduit-parse] No greencard found
  4681. 1435.99 s [conduit-parse] Using haddock version 2.31.0 found on system at:
  4682. 1435.99 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  4683. 1435.99 s [conduit-parse] No happy found
  4684. 1435.99 s [conduit-parse] Using haskell-suite found on system at: haskell-suite-dummy-location
  4685. 1435.99 s [conduit-parse] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4686. 1435.99 s [conduit-parse] No hmake found
  4687. 1435.99 s [conduit-parse] Using hpc version 0.69 found on system at:
  4688. 1435.99 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  4689. 1435.99 s [conduit-parse] Using hsc2hs version 0.68.10 found on system at:
  4690. 1435.99 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  4691. 1435.99 s [conduit-parse] Using hscolour version 1.25 found on system at:
  4692. 1435.99 s [conduit-parse] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  4693. 1435.99 s [conduit-parse] No jhc found
  4694. 1435.99 s [conduit-parse] Using ld found on system at:
  4695. 1435.99 s [conduit-parse] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  4696. 1435.99 s [conduit-parse] No pkg-config found
  4697. 1435.99 s [conduit-parse] Using runghc version 9.10.2 found on system at:
  4698. 1435.99 s [conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  4699. 1435.99 s [conduit-parse] Using strip version 2.44 found on system at:
  4700. 1435.99 s [conduit-parse] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  4701. 1435.99 s [conduit-parse] Using tar found on system at:
  4702. 1435.99 s [conduit-parse] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  4703. 1435.99 s [conduit-parse] No uhc found
  4704. 1436.02 s [conduit-extra] Dependency async: using async-2.2.5
  4705. 1436.02 s [conduit-extra] Dependency attoparsec >=0.10: using attoparsec-0.14.4
  4706. 1436.02 s [conduit-extra] Dependency base >=4.14 && <5: using base-4.20.1.0
  4707. 1436.02 s [conduit-extra] Dependency bytestring >=0.10.2: using bytestring-0.12.2.0
  4708. 1436.02 s [conduit-extra] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
  4709. 1436.02 s [conduit-extra] Dependency directory: using directory-1.3.8.5
  4710. 1436.02 s [conduit-extra] Dependency filepath: using filepath-1.5.4.0
  4711. 1436.02 s [conduit-extra] Dependency network >=2.3: using network-3.2.8.0
  4712. 1436.02 s [conduit-extra] Dependency primitive >=0.5: using primitive-0.9.1.0
  4713. 1436.02 s [conduit-extra] Dependency process: using process-1.6.25.0
  4714. 1436.02 s [conduit-extra] Dependency resourcet >=1.1: using resourcet-1.3.0
  4715. 1436.02 s [conduit-extra] Dependency stm: using stm-2.5.3.1
  4716. 1436.02 s [conduit-extra] Dependency streaming-commons >=0.2.3.0: using streaming-commons-0.2.3.1
  4717. 1436.02 s [conduit-extra] Dependency text: using text-2.1.2
  4718. 1436.02 s [conduit-extra] Dependency transformers: using transformers-0.6.1.1
  4719. 1436.02 s [conduit-extra] Dependency typed-process >=0.2.6: using typed-process-0.2.13.0
  4720. 1436.02 s [conduit-extra] Dependency unliftio-core: using unliftio-core-0.2.1.0
  4721. 1436.02 s [conduit-extra] Dependency QuickCheck: using QuickCheck-2.15.0.1
  4722. 1436.02 s [conduit-extra] Dependency async: using async-2.2.5
  4723. 1436.02 s [conduit-extra] Dependency attoparsec: using attoparsec-0.14.4
  4724. 1436.02 s [conduit-extra] Dependency base: using base-4.20.1.0
  4725. 1436.02 s [conduit-extra] Dependency bytestring: using bytestring-0.12.2.0
  4726. 1436.02 s [conduit-extra] Dependency conduit: using conduit-1.3.6.1
  4727. 1436.02 s [conduit-extra] Dependency conduit-extra: using conduit-extra-1.3.8
  4728. 1436.02 s [conduit-extra] Dependency directory: using directory-1.3.8.5
  4729. 1436.02 s [conduit-extra] Dependency exceptions: using exceptions-0.10.9
  4730. 1436.02 s [conduit-extra] Dependency filepath: using filepath-1.5.4.0
  4731. 1436.02 s [conduit-extra] Dependency hspec >=1.3: using hspec-2.11.14
  4732. 1436.02 s [conduit-extra] Dependency process: using process-1.6.25.0
  4733. 1436.02 s [conduit-extra] Dependency resourcet: using resourcet-1.3.0
  4734. 1436.02 s [conduit-extra] Dependency stm: using stm-2.5.3.1
  4735. 1436.02 s [conduit-extra] Dependency streaming-commons: using streaming-commons-0.2.3.1
  4736. 1436.02 s [conduit-extra] Dependency text: using text-2.1.2
  4737. 1436.02 s [conduit-extra] Dependency transformers: using transformers-0.6.1.1
  4738. 1436.02 s [conduit-extra] Dependency transformers-base: using transformers-base-0.4.6
  4739. 1436.02 s [conduit-extra] Source component graph:
  4740. 1436.02 s [conduit-extra] component lib
  4741. 1436.02 s [conduit-extra] component test:test dependency lib
  4742. 1436.02 s [conduit-extra] Configured component graph:
  4743. 1436.02 s [conduit-extra] component conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4744. 1436.02 s [conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4745. 1436.02 s [conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4746. 1436.02 s [conduit-extra] include base-4.20.1.0-f445
  4747. 1436.02 s [conduit-extra] include bytestring-0.12.2.0-214a
  4748. 1436.02 s [conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4749. 1436.02 s [conduit-extra] include directory-1.3.8.5-159c
  4750. 1436.02 s [conduit-extra] include filepath-1.5.4.0-8593
  4751. 1436.02 s [conduit-extra] include network-3.2.8.0-LFlyXGyq3AO2YfA1hhOk9l
  4752. 1436.02 s [conduit-extra] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  4753. 1436.02 s [conduit-extra] include process-1.6.25.0-cfae
  4754. 1436.02 s [conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4755. 1436.02 s [conduit-extra] include stm-2.5.3.1-662c
  4756. 1436.02 s [conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4757. 1436.02 s [conduit-extra] include text-2.1.2-7514
  4758. 1436.02 s [conduit-extra] include transformers-0.6.1.1-05a6
  4759. 1436.02 s [conduit-extra] include typed-process-0.2.13.0-1SKQn9EviQG75u4oIOL3Sz
  4760. 1436.02 s [conduit-extra] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  4761. 1436.02 s [conduit-extra] component conduit-extra-1.3.8-JDhhMxWE1aULkOZPkGbj3N-test
  4762. 1436.02 s [conduit-extra] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  4763. 1436.02 s [conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4764. 1436.02 s [conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4765. 1436.02 s [conduit-extra] include base-4.20.1.0-f445
  4766. 1436.02 s [conduit-extra] include bytestring-0.12.2.0-214a
  4767. 1436.02 s [conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4768. 1436.02 s [conduit-extra] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4769. 1436.02 s [conduit-extra] include directory-1.3.8.5-159c
  4770. 1436.02 s [conduit-extra] include exceptions-0.10.9-9158
  4771. 1436.02 s [conduit-extra] include filepath-1.5.4.0-8593
  4772. 1436.02 s [conduit-extra] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  4773. 1436.02 s [conduit-extra] include process-1.6.25.0-cfae
  4774. 1436.02 s [conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4775. 1436.02 s [conduit-extra] include stm-2.5.3.1-662c
  4776. 1436.02 s [conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4777. 1436.02 s [conduit-extra] include text-2.1.2-7514
  4778. 1436.02 s [conduit-extra] include transformers-0.6.1.1-05a6
  4779. 1436.02 s [conduit-extra] include transformers-base-0.4.6-wGfO5lHhJD4XyF6jADOdl
  4780. 1436.02 s [conduit-extra] Linked component graph:
  4781. 1436.02 s [conduit-extra] unit conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4782. 1436.02 s [conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4783. 1436.02 s [conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4784. 1436.02 s [conduit-extra] include base-4.20.1.0-f445
  4785. 1436.02 s [conduit-extra] include bytestring-0.12.2.0-214a
  4786. 1436.02 s [conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4787. 1436.02 s [conduit-extra] include directory-1.3.8.5-159c
  4788. 1436.02 s [conduit-extra] include filepath-1.5.4.0-8593
  4789. 1436.02 s [conduit-extra] include network-3.2.8.0-LFlyXGyq3AO2YfA1hhOk9l
  4790. 1436.02 s [conduit-extra] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  4791. 1436.02 s [conduit-extra] include process-1.6.25.0-cfae
  4792. 1436.02 s [conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4793. 1436.02 s [conduit-extra] include stm-2.5.3.1-662c
  4794. 1436.02 s [conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4795. 1436.02 s [conduit-extra] include text-2.1.2-7514
  4796. 1436.02 s [conduit-extra] include transformers-0.6.1.1-05a6
  4797. 1436.02 s [conduit-extra] include typed-process-0.2.13.0-1SKQn9EviQG75u4oIOL3Sz
  4798. 1436.02 s [conduit-extra] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  4799. 1436.02 s [conduit-extra] Data.Conduit.Attoparsec=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Attoparsec,Data.Conduit.Binary=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Binary,Data.Conduit.ByteString.Builder=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.ByteString.Builder,Data.Conduit.Filesystem=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Filesystem,Data.Conduit.Foldl=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Foldl,Data.Conduit.Lazy=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Lazy,Data.Conduit.Network=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Network,Data.Conduit.Network.UDP=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Network.UDP,Data.Conduit.Network.Unix=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Network.Unix,Data.Conduit.Process=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Process,Data.Conduit.Process.Typed=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Process.Typed,Data.Conduit.Text=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Text,Data.Conduit.Zlib=conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2:Data.Conduit.Zlib
  4800. 1436.02 s [conduit-extra] unit conduit-extra-1.3.8-JDhhMxWE1aULkOZPkGbj3N-test
  4801. 1436.02 s [conduit-extra] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  4802. 1436.02 s [conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4803. 1436.02 s [conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4804. 1436.02 s [conduit-extra] include base-4.20.1.0-f445
  4805. 1436.02 s [conduit-extra] include bytestring-0.12.2.0-214a
  4806. 1436.02 s [conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4807. 1436.02 s [conduit-extra] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4808. 1436.02 s [conduit-extra] include directory-1.3.8.5-159c
  4809. 1436.02 s [conduit-extra] include exceptions-0.10.9-9158
  4810. 1436.02 s [conduit-extra] include filepath-1.5.4.0-8593
  4811. 1436.02 s [conduit-extra] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  4812. 1436.02 s [conduit-extra] include process-1.6.25.0-cfae
  4813. 1436.02 s [conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4814. 1436.02 s [conduit-extra] include stm-2.5.3.1-662c
  4815. 1436.02 s [conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4816. 1436.02 s [conduit-extra] include text-2.1.2-7514
  4817. 1436.02 s [conduit-extra] include transformers-0.6.1.1-05a6
  4818. 1436.02 s [conduit-extra] include transformers-base-0.4.6-wGfO5lHhJD4XyF6jADOdl
  4819. 1436.02 s [conduit-extra] Ready component graph:
  4820. 1436.02 s [conduit-extra] definite conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4821. 1436.02 s [conduit-extra] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4822. 1436.02 s [conduit-extra] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4823. 1436.02 s [conduit-extra] depends base-4.20.1.0-f445
  4824. 1436.02 s [conduit-extra] depends bytestring-0.12.2.0-214a
  4825. 1436.02 s [conduit-extra] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4826. 1436.02 s [conduit-extra] depends directory-1.3.8.5-159c
  4827. 1436.02 s [conduit-extra] depends filepath-1.5.4.0-8593
  4828. 1436.02 s [conduit-extra] depends network-3.2.8.0-LFlyXGyq3AO2YfA1hhOk9l
  4829. 1436.02 s [conduit-extra] depends primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
  4830. 1436.02 s [conduit-extra] depends process-1.6.25.0-cfae
  4831. 1436.02 s [conduit-extra] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4832. 1436.02 s [conduit-extra] depends stm-2.5.3.1-662c
  4833. 1436.02 s [conduit-extra] depends streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4834. 1436.02 s [conduit-extra] depends text-2.1.2-7514
  4835. 1436.02 s [conduit-extra] depends transformers-0.6.1.1-05a6
  4836. 1436.02 s [conduit-extra] depends typed-process-0.2.13.0-1SKQn9EviQG75u4oIOL3Sz
  4837. 1436.02 s [conduit-extra] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  4838. 1436.02 s [conduit-extra] definite conduit-extra-1.3.8-JDhhMxWE1aULkOZPkGbj3N-test
  4839. 1436.02 s [conduit-extra] depends QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  4840. 1436.02 s [conduit-extra] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  4841. 1436.02 s [conduit-extra] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  4842. 1436.02 s [conduit-extra] depends base-4.20.1.0-f445
  4843. 1436.02 s [conduit-extra] depends bytestring-0.12.2.0-214a
  4844. 1436.02 s [conduit-extra] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4845. 1436.02 s [conduit-extra] depends conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4846. 1436.02 s [conduit-extra] depends directory-1.3.8.5-159c
  4847. 1436.02 s [conduit-extra] depends exceptions-0.10.9-9158
  4848. 1436.02 s [conduit-extra] depends filepath-1.5.4.0-8593
  4849. 1436.02 s [conduit-extra] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  4850. 1436.02 s [conduit-extra] depends process-1.6.25.0-cfae
  4851. 1436.02 s [conduit-extra] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4852. 1436.02 s [conduit-extra] depends stm-2.5.3.1-662c
  4853. 1436.04 s [libyaml] Dependency base >=4.14 && <5: using base-4.20.1.0
  4854. 1436.04 s [libyaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  4855. 1436.04 s [libyaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  4856. 1436.04 s [libyaml] Dependency libyaml-clib: using libyaml-clib-0.2.5
  4857. 1436.04 s [libyaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  4858. 1436.04 s [libyaml] Source component graph: component lib
  4859. 1436.04 s [libyaml] Configured component graph:
  4860. 1436.04 s [libyaml] component libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  4861. 1436.04 s [libyaml] include base-4.20.1.0-f445
  4862. 1436.04 s [libyaml] include bytestring-0.12.2.0-214a
  4863. 1436.04 s [libyaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4864. 1436.04 s [libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
  4865. 1436.04 s [libyaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4866. 1436.04 s [libyaml] Linked component graph:
  4867. 1436.04 s [libyaml] unit libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  4868. 1436.04 s [libyaml] include base-4.20.1.0-f445
  4869. 1436.04 s [libyaml] include bytestring-0.12.2.0-214a
  4870. 1436.04 s [libyaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4871. 1436.04 s [libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
  4872. 1436.04 s [libyaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4873. 1436.04 s [libyaml] Text.Libyaml=libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl:Text.Libyaml
  4874. 1436.04 s [libyaml] Ready component graph:
  4875. 1436.04 s [libyaml] definite libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  4876. 1436.04 s [libyaml] depends base-4.20.1.0-f445
  4877. 1436.04 s [libyaml] depends bytestring-0.12.2.0-214a
  4878. 1436.04 s [libyaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  4879. 1436.04 s [libyaml] depends libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
  4880. 1436.04 s [libyaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  4881. 1436.04 s [libyaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
  4882. 1436.04 s [libyaml] Using compiler: ghc-9.10.2
  4883. 1436.04 s [libyaml] Using install prefix:
  4884. 1436.04 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4
  4885. 1436.04 s [libyaml] Executables installed in:
  4886. 1436.04 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/bin
  4887. 1436.04 s [libyaml] Libraries installed in:
  4888. 1436.04 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  4889. 1436.04 s [libyaml] Dynamic Libraries installed in:
  4890. 1436.04 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  4891. 1436.04 s [libyaml] Private executables installed in:
  4892. 1436.04 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/libexec/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4
  4893. 1436.04 s [libyaml] Data files installed in:
  4894. 1436.04 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/share/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4
  4895. 1436.04 s [libyaml] Documentation installed in:
  4896. 1436.04 s [libyaml] /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4
  4897. 1436.04 s [libyaml] Configuration files installed in:
  4898. 1436.04 s [libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/etc
  4899. 1436.04 s [libyaml] No alex found
  4900. 1436.04 s [libyaml] Using ar found on system at:
  4901. 1436.04 s [libyaml] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  4902. 1436.04 s [libyaml] No c2hs found
  4903. 1436.04 s [libyaml] No cpphs found
  4904. 1436.04 s [libyaml] No doctest found
  4905. 1436.04 s [libyaml] Using gcc version 14.3.0 given by user at:
  4906. 1436.04 s [libyaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  4907. 1436.04 s [libyaml] Using ghc version 9.10.2 found on system at:
  4908. 1436.04 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  4909. 1436.04 s [libyaml] Using ghc-pkg version 9.10.2 found on system at:
  4910. 1436.04 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  4911. 1436.04 s [libyaml] No ghcjs found
  4912. 1436.04 s [libyaml] No ghcjs-pkg found
  4913. 1436.04 s [libyaml] No greencard found
  4914. 1436.04 s [libyaml] Using haddock version 2.31.0 found on system at:
  4915. 1436.04 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  4916. 1436.04 s [libyaml] No happy found
  4917. 1436.04 s [libyaml] Using haskell-suite found on system at: haskell-suite-dummy-location
  4918. 1436.04 s [libyaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4919. 1436.04 s [libyaml] No hmake found
  4920. 1436.04 s [libyaml] Using hpc version 0.69 found on system at:
  4921. 1436.04 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  4922. 1436.04 s [libyaml] Using hsc2hs version 0.68.10 found on system at:
  4923. 1436.04 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  4924. 1436.04 s [libyaml] Using hscolour version 1.25 found on system at:
  4925. 1436.04 s [libyaml] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  4926. 1436.04 s [libyaml] No jhc found
  4927. 1436.04 s [libyaml] Using ld found on system at:
  4928. 1436.04 s [libyaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  4929. 1436.04 s [libyaml] No pkg-config found
  4930. 1436.04 s [libyaml] Using runghc version 9.10.2 found on system at:
  4931. 1436.04 s [libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  4932. 1436.04 s [libyaml] Using strip version 2.44 found on system at:
  4933. 1436.04 s [libyaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  4934. 1436.04 s [libyaml] Using tar found on system at:
  4935. 1436.04 s [libyaml] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  4936. 1436.04 s [libyaml] No uhc found
  4937. 1436.04 s [conduit-extra] depends streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
  4938. 1436.04 s [conduit-extra] depends text-2.1.2-7514
  4939. 1436.04 s [conduit-extra] depends transformers-0.6.1.1-05a6
  4940. 1436.04 s [conduit-extra] depends transformers-base-0.4.6-wGfO5lHhJD4XyF6jADOdl
  4941. 1436.04 s [conduit-extra] Using Cabal-3.12.1.0 compiled by ghc-9.10
  4942. 1436.04 s [conduit-extra] Using compiler: ghc-9.10.2
  4943. 1436.04 s [conduit-extra] Using install prefix:
  4944. 1436.04 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  4945. 1436.04 s [conduit-extra] Executables installed in:
  4946. 1436.04 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/bin
  4947. 1436.04 s [conduit-extra] Libraries installed in:
  4948. 1436.04 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  4949. 1436.04 s [conduit-extra] Dynamic Libraries installed in:
  4950. 1436.04 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  4951. 1436.04 s [conduit-extra] Private executables installed in:
  4952. 1436.04 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/libexec/x86_64-linux-ghc-9.10.2-2a2a/conduit-extra-1.3.8
  4953. 1436.04 s [conduit-extra] Data files installed in:
  4954. 1436.04 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/share/x86_64-linux-ghc-9.10.2-2a2a/conduit-extra-1.3.8
  4955. 1436.04 s [conduit-extra] Documentation installed in:
  4956. 1436.04 s [conduit-extra] /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc/share/doc/conduit-extra-1.3.8
  4957. 1436.04 s [conduit-extra] Configuration files installed in:
  4958. 1436.04 s [conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/etc
  4959. 1436.04 s [conduit-extra] No alex found
  4960. 1436.04 s [conduit-extra] Using ar found on system at:
  4961. 1436.04 s [conduit-extra] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  4962. 1436.04 s [conduit-extra] No c2hs found
  4963. 1436.04 s [conduit-extra] No cpphs found
  4964. 1436.04 s [conduit-extra] No doctest found
  4965. 1436.04 s [conduit-extra] Using gcc version 14.3.0 given by user at:
  4966. 1436.04 s [conduit-extra] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  4967. 1436.04 s [conduit-extra] Using ghc version 9.10.2 found on system at:
  4968. 1436.04 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  4969. 1436.04 s [conduit-extra] Using ghc-pkg version 9.10.2 found on system at:
  4970. 1436.04 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  4971. 1436.04 s [conduit-extra] No ghcjs found
  4972. 1436.04 s [conduit-extra] No ghcjs-pkg found
  4973. 1436.04 s [conduit-extra] No greencard found
  4974. 1436.04 s [conduit-extra] Using haddock version 2.31.0 found on system at:
  4975. 1436.04 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  4976. 1436.04 s [conduit-extra] No happy found
  4977. 1436.04 s [conduit-extra] Using haskell-suite found on system at: haskell-suite-dummy-location
  4978. 1436.04 s [conduit-extra] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  4979. 1436.04 s [conduit-extra] No hmake found
  4980. 1436.04 s [conduit-extra] Using hpc version 0.69 found on system at:
  4981. 1436.04 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  4982. 1436.04 s [conduit-extra] Using hsc2hs version 0.68.10 found on system at:
  4983. 1436.04 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  4984. 1436.04 s [conduit-extra] Using hscolour version 1.25 found on system at:
  4985. 1436.04 s [conduit-extra] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  4986. 1436.04 s [conduit-extra] No jhc found
  4987. 1436.04 s [conduit-extra] Using ld found on system at:
  4988. 1436.04 s [conduit-extra] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  4989. 1436.04 s [conduit-extra] No pkg-config found
  4990. 1436.04 s [conduit-extra] Using runghc version 9.10.2 found on system at:
  4991. 1436.04 s [conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  4992. 1436.04 s [conduit-extra] Using strip version 2.44 found on system at:
  4993. 1436.04 s [conduit-extra] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  4994. 1436.04 s [conduit-extra] Using tar found on system at:
  4995. 1436.04 s [conduit-extra] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  4996. 1436.04 s [conduit-extra] No uhc found
  4997. 1436.23 s [conduit-parse] Phase: buildPhase
  4998. 1436.24 s [libyaml] Phase: buildPhase
  4999. 1436.28 s [libyaml] Preprocessing library for libyaml-0.1.4...
  5000. 1436.28 s [libyaml] Building library for libyaml-0.1.4...
  5001. 1436.29 s [conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
  5002. 1436.29 s [conduit-parse] Building library for conduit-parse-0.2.1.1...
  5003. 1436.31 s [conduit-extra] Phase: buildPhase
  5004. 1436.36 s [conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, dist/build/Data/Conduit/Parser/Internal.o, dist/build/Data/Conduit/Parser/Internal.dyn_o )
  5005. 1436.38 s [conduit-extra] Preprocessing library for conduit-extra-1.3.8...
  5006. 1436.39 s [conduit-extra] Building library for conduit-extra-1.3.8...
  5007. 1436.41 s [libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.o, dist/build/Paths_libyaml.dyn_o )
  5008. 1436.55 s [libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.o, dist/build/Text/Libyaml.dyn_o )
  5009. 1436.57 s [conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.o, dist/build/Data/Conduit/Attoparsec.dyn_o )
  5010. 1436.65 s [conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
  5011. 1436.65 s [conduit-parse] The import of ‘Data.Semigroup’ is redundant
  5012. 1436.65 s [conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
  5013. 1436.66 s [conduit-parse] To import instances alone, use: import Data.Semigroup()
  5014. 1436.66 s [conduit-parse] |
  5015. 1436.66 s [conduit-parse] 26 | import Data.Semigroup
  5016. 1436.66 s [conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5017. 1436.66 s [conduit-parse]
  5018. 1437.72 s [conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.o, dist/build/Data/Conduit/Binary.dyn_o )
  5019. 1437.72 s [conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.o, dist/build/Data/Conduit/ByteString/Builder.dyn_o )
  5020. 1437.72 s [conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.o, dist/build/Data/Conduit/Filesystem.dyn_o )
  5021. 1437.72 s [conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.o, dist/build/Data/Conduit/Foldl.dyn_o )
  5022. 1437.72 s [conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.o, dist/build/Data/Conduit/Lazy.dyn_o )
  5023. 1437.72 s [conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.o, dist/build/Data/Conduit/Network.dyn_o )
  5024. 1437.72 s [conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.o, dist/build/Data/Conduit/Network/UDP.dyn_o )
  5025. 1437.72 s [conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.o, dist/build/Data/Conduit/Network/Unix.dyn_o )
  5026. 1437.72 s [conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.o, dist/build/Data/Conduit/Process.dyn_o )
  5027. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5028. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5029. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5030. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5031. 1437.72 s [conduit-extra] |
  5032. 1437.72 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5033. 1437.72 s [conduit-extra] | ^
  5034. 1437.72 s [conduit-extra]
  5035. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5036. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5037. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5038. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5039. 1437.72 s [conduit-extra] |
  5040. 1437.72 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5041. 1437.72 s [conduit-extra] | ^
  5042. 1437.72 s [conduit-extra]
  5043. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:49:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5044. 1437.72 s [conduit-extra] Pattern match(es) are non-exhaustive
  5045. 1437.72 s [conduit-extra] In a lambda abstraction:
  5046. 1437.72 s [conduit-extra] Patterns of type ‘Maybe
  5047. 1437.72 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5048. 1437.72 s [conduit-extra] Nothing
  5049. 1437.72 s [conduit-extra] |
  5050. 1437.72 s [conduit-extra] 49 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
  5051. 1437.72 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5052. 1437.72 s [conduit-extra]
  5053. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5054. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5055. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5056. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5057. 1437.72 s [conduit-extra] |
  5058. 1437.72 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5059. 1437.72 s [conduit-extra] | ^
  5060. 1437.72 s [conduit-extra]
  5061. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5062. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5063. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5064. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5065. 1437.72 s [conduit-extra] |
  5066. 1437.72 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5067. 1437.72 s [conduit-extra] | ^
  5068. 1437.72 s [conduit-extra]
  5069. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5070. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5071. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5072. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5073. 1437.72 s [conduit-extra] |
  5074. 1437.72 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5075. 1437.72 s [conduit-extra] | ^
  5076. 1437.72 s [conduit-extra]
  5077. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:51:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5078. 1437.72 s [conduit-extra] Pattern match(es) are non-exhaustive
  5079. 1437.72 s [conduit-extra] In a lambda abstraction:
  5080. 1437.72 s [conduit-extra] Patterns of type ‘Maybe
  5081. 1437.72 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5082. 1437.72 s [conduit-extra] Nothing
  5083. 1437.72 s [conduit-extra] |
  5084. 1437.72 s [conduit-extra] 51 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
  5085. 1437.72 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5086. 1437.72 s [conduit-extra]
  5087. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5088. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5089. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5090. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5091. 1437.72 s [conduit-extra] |
  5092. 1437.72 s [conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  5093. 1437.72 s [conduit-extra] | ^
  5094. 1437.72 s [conduit-extra]
  5095. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:67:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5096. 1437.72 s [conduit-extra] Pattern match(es) are non-exhaustive
  5097. 1437.72 s [conduit-extra] In a lambda abstraction:
  5098. 1437.72 s [conduit-extra] Patterns of type ‘Maybe
  5099. 1437.72 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5100. 1437.72 s [conduit-extra] Nothing
  5101. 1437.72 s [conduit-extra] |
  5102. 1437.72 s [conduit-extra] 67 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
  5103. 1437.72 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5104. 1437.72 s [conduit-extra]
  5105. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5106. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5107. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5108. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5109. 1437.72 s [conduit-extra] |
  5110. 1437.72 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  5111. 1437.72 s [conduit-extra] | ^
  5112. 1437.72 s [conduit-extra]
  5113. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5114. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5115. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5116. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5117. 1437.72 s [conduit-extra] |
  5118. 1437.72 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  5119. 1437.72 s [conduit-extra] | ^
  5120. 1437.72 s [conduit-extra]
  5121. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:69:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5122. 1437.72 s [conduit-extra] Pattern match(es) are non-exhaustive
  5123. 1437.72 s [conduit-extra] In a lambda abstraction:
  5124. 1437.72 s [conduit-extra] Patterns of type ‘Maybe
  5125. 1437.72 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5126. 1437.72 s [conduit-extra] Nothing
  5127. 1437.72 s [conduit-extra] |
  5128. 1437.72 s [conduit-extra] 69 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
  5129. 1437.72 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5130. 1437.72 s [conduit-extra]
  5131. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5132. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5133. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5134. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5135. 1437.72 s [conduit-extra] |
  5136. 1437.72 s [conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  5137. 1437.72 s [conduit-extra] | ^
  5138. 1437.72 s [conduit-extra]
  5139. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:71:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5140. 1437.72 s [conduit-extra] Pattern match(es) are non-exhaustive
  5141. 1437.72 s [conduit-extra] In a lambda abstraction:
  5142. 1437.72 s [conduit-extra] Patterns of type ‘Maybe
  5143. 1437.72 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5144. 1437.72 s [conduit-extra] Nothing
  5145. 1437.72 s [conduit-extra] |
  5146. 1437.72 s [conduit-extra] 71 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
  5147. 1437.72 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5148. 1437.72 s [conduit-extra]
  5149. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5150. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5151. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5152. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5153. 1437.72 s [conduit-extra] |
  5154. 1437.72 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  5155. 1437.72 s [conduit-extra] | ^
  5156. 1437.72 s [conduit-extra]
  5157. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5158. 1437.72 s [conduit-extra] The use of ‘~’ without TypeOperators
  5159. 1437.72 s [conduit-extra] will become an error in a future GHC release.
  5160. 1437.72 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5161. 1437.72 s [conduit-extra] |
  5162. 1437.72 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  5163. 1437.72 s [conduit-extra] | ^
  5164. 1437.72 s [conduit-extra]
  5165. 1437.72 s [conduit-extra] Data/Conduit/Process.hs:73:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5166. 1437.72 s [conduit-extra] Pattern match(es) are non-exhaustive
  5167. 1437.72 s [conduit-extra] In a lambda abstraction:
  5168. 1437.72 s [conduit-extra] Patterns of type ‘Maybe
  5169. 1437.73 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5170. 1437.73 s [conduit-extra] Nothing
  5171. 1437.73 s [conduit-extra] |
  5172. 1437.73 s [conduit-extra] 73 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
  5173. 1437.73 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5174. 1437.73 s [conduit-extra]
  5175. 1437.73 s [conduit-extra] Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5176. 1437.73 s [conduit-extra] The use of ‘~’ without TypeOperators
  5177. 1437.73 s [conduit-extra] will become an error in a future GHC release.
  5178. 1437.73 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5179. 1437.73 s [conduit-extra] |
  5180. 1437.73 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  5181. 1437.73 s [conduit-extra] | ^
  5182. 1437.73 s [conduit-extra]
  5183. 1437.73 s [conduit-extra] Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5184. 1437.73 s [conduit-extra] The use of ‘~’ without TypeOperators
  5185. 1437.73 s [conduit-extra] will become an error in a future GHC release.
  5186. 1437.73 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5187. 1437.73 s [conduit-extra] |
  5188. 1437.73 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  5189. 1437.73 s [conduit-extra] | ^
  5190. 1437.73 s [conduit-extra]
  5191. 1437.73 s [conduit-extra] Data/Conduit/Process.hs:76:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5192. 1437.73 s [conduit-extra] Pattern match(es) are non-exhaustive
  5193. 1437.73 s [conduit-extra] In a lambda abstraction:
  5194. 1437.73 s [conduit-extra] Patterns of type ‘Maybe
  5195. 1437.73 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5196. 1437.73 s [conduit-extra] Nothing
  5197. 1437.73 s [conduit-extra] |
  5198. 1437.73 s [conduit-extra] 76 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
  5199. 1437.73 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5200. 1437.73 s [conduit-extra]
  5201. 1437.73 s [conduit-extra] Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5202. 1437.73 s [conduit-extra] The use of ‘~’ without TypeOperators
  5203. 1437.73 s [conduit-extra] will become an error in a future GHC release.
  5204. 1437.73 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5205. 1437.73 s [conduit-extra] |
  5206. 1437.73 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5207. 1437.73 s [conduit-extra] | ^
  5208. 1437.73 s [conduit-extra]
  5209. 1437.73 s [conduit-extra] Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5210. 1437.73 s [conduit-extra] The use of ‘~’ without TypeOperators
  5211. 1437.73 s [conduit-extra] will become an error in a future GHC release.
  5212. 1437.73 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5213. 1437.73 s [conduit-extra] |
  5214. 1437.73 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5215. 1437.73 s [conduit-extra] | ^
  5216. 1437.73 s [conduit-extra]
  5217. 1437.73 s [conduit-extra] Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5218. 1437.73 s [conduit-extra] The use of ‘~’ without TypeOperators
  5219. 1437.73 s [conduit-extra] will become an error in a future GHC release.
  5220. 1437.73 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5221. 1437.73 s [conduit-extra] |
  5222. 1437.73 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5223. 1437.73 s [conduit-extra] | ^
  5224. 1437.73 s [conduit-extra]
  5225. 1437.73 s [conduit-extra] Data/Conduit/Process.hs:78:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5226. 1437.73 s [conduit-extra] Pattern match(es) are non-exhaustive
  5227. 1437.73 s [conduit-extra] In a lambda abstraction:
  5228. 1437.73 s [conduit-extra] Patterns of type ‘Maybe
  5229. 1437.73 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5230. 1437.73 s [conduit-extra] Nothing
  5231. 1437.73 s [conduit-extra] |
  5232. 1437.73 s [conduit-extra] 78 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
  5233. 1437.73 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5234. 1437.73 s [conduit-extra]
  5235. 1437.73 s [conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.o, dist/build/Data/Conduit/Process/Typed.dyn_o )
  5236. 1437.73 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.o, dist/build/Data/Conduit/Text.dyn_o )
  5237. 1437.84 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.o, dist/build/Data/Conduit/Zlib.dyn_o )
  5238. 1438.01 s [conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, dist/build/Data/Conduit/Parser.o, dist/build/Data/Conduit/Parser.dyn_o )
  5239. 1438.22 s [conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, dist/build/Data/Conduit/Parser/Internal.p_o )
  5240. 1438.27 s [conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.p_o )
  5241. 1438.46 s [conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
  5242. 1438.46 s [conduit-parse] The import of ‘Data.Semigroup’ is redundant
  5243. 1438.46 s [conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
  5244. 1438.46 s [conduit-parse] To import instances alone, use: import Data.Semigroup()
  5245. 1438.46 s [conduit-parse] |
  5246. 1438.46 s [conduit-parse] 26 | import Data.Semigroup
  5247. 1438.46 s [conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5248. 1438.46 s [conduit-parse]
  5249. 1439.20 s [libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.p_o )
  5250. 1439.40 s [conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.p_o )
  5251. 1439.40 s [conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, dist/build/Data/Conduit/ByteString/Builder.p_o )
  5252. 1439.40 s [conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.p_o )
  5253. 1439.40 s [conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.p_o )
  5254. 1439.40 s [conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.p_o )
  5255. 1439.40 s [conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.p_o )
  5256. 1439.40 s [conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, dist/build/Data/Conduit/Network/UDP.p_o )
  5257. 1439.40 s [conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, dist/build/Data/Conduit/Network/Unix.p_o )
  5258. 1439.40 s [conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.p_o )
  5259. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5260. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5261. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5262. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5263. 1439.40 s [conduit-extra] |
  5264. 1439.40 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5265. 1439.40 s [conduit-extra] | ^
  5266. 1439.40 s [conduit-extra]
  5267. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5268. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5269. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5270. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5271. 1439.40 s [conduit-extra] |
  5272. 1439.40 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5273. 1439.40 s [conduit-extra] | ^
  5274. 1439.40 s [conduit-extra]
  5275. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:49:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5276. 1439.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5277. 1439.40 s [conduit-extra] In a lambda abstraction:
  5278. 1439.40 s [conduit-extra] Patterns of type ‘Maybe
  5279. 1439.40 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5280. 1439.40 s [conduit-extra] Nothing
  5281. 1439.40 s [conduit-extra] |
  5282. 1439.40 s [conduit-extra] 49 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h, Just CreatePipe)
  5283. 1439.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5284. 1439.40 s [conduit-extra]
  5285. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5286. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5287. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5288. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5289. 1439.40 s [conduit-extra] |
  5290. 1439.40 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5291. 1439.40 s [conduit-extra] | ^
  5292. 1439.40 s [conduit-extra]
  5293. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5294. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5295. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5296. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5297. 1439.40 s [conduit-extra] |
  5298. 1439.40 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5299. 1439.40 s [conduit-extra] | ^
  5300. 1439.40 s [conduit-extra]
  5301. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5302. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5303. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5304. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5305. 1439.40 s [conduit-extra] |
  5306. 1439.40 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5307. 1439.40 s [conduit-extra] | ^
  5308. 1439.40 s [conduit-extra]
  5309. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:51:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5310. 1439.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5311. 1439.40 s [conduit-extra] In a lambda abstraction:
  5312. 1439.40 s [conduit-extra] Patterns of type ‘Maybe
  5313. 1439.40 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5314. 1439.40 s [conduit-extra] Nothing
  5315. 1439.40 s [conduit-extra] |
  5316. 1439.40 s [conduit-extra] 51 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h), Just CreatePipe)
  5317. 1439.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5318. 1439.40 s [conduit-extra]
  5319. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5320. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5321. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5322. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5323. 1439.40 s [conduit-extra] |
  5324. 1439.40 s [conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  5325. 1439.40 s [conduit-extra] | ^
  5326. 1439.40 s [conduit-extra]
  5327. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:67:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5328. 1439.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5329. 1439.40 s [conduit-extra] In a lambda abstraction:
  5330. 1439.40 s [conduit-extra] Patterns of type ‘Maybe
  5331. 1439.40 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5332. 1439.40 s [conduit-extra] Nothing
  5333. 1439.40 s [conduit-extra] |
  5334. 1439.40 s [conduit-extra] 67 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h, Just CreatePipe)
  5335. 1439.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5336. 1439.40 s [conduit-extra]
  5337. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5338. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5339. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5340. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5341. 1439.40 s [conduit-extra] |
  5342. 1439.40 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  5343. 1439.40 s [conduit-extra] | ^
  5344. 1439.40 s [conduit-extra]
  5345. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5346. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5347. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5348. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5349. 1439.40 s [conduit-extra] |
  5350. 1439.40 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  5351. 1439.40 s [conduit-extra] | ^
  5352. 1439.40 s [conduit-extra]
  5353. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:69:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5354. 1439.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5355. 1439.40 s [conduit-extra] In a lambda abstraction:
  5356. 1439.40 s [conduit-extra] Patterns of type ‘Maybe
  5357. 1439.40 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5358. 1439.40 s [conduit-extra] Nothing
  5359. 1439.40 s [conduit-extra] |
  5360. 1439.40 s [conduit-extra] 69 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h), Just CreatePipe)
  5361. 1439.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5362. 1439.40 s [conduit-extra]
  5363. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5364. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5365. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5366. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5367. 1439.40 s [conduit-extra] |
  5368. 1439.40 s [conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  5369. 1439.40 s [conduit-extra] | ^
  5370. 1439.40 s [conduit-extra]
  5371. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:71:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5372. 1439.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5373. 1439.40 s [conduit-extra] In a lambda abstraction:
  5374. 1439.40 s [conduit-extra] Patterns of type ‘Maybe
  5375. 1439.40 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5376. 1439.40 s [conduit-extra] Nothing
  5377. 1439.40 s [conduit-extra] |
  5378. 1439.40 s [conduit-extra] 71 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h, Just CreatePipe)
  5379. 1439.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5380. 1439.40 s [conduit-extra]
  5381. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5382. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5383. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5384. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5385. 1439.40 s [conduit-extra] |
  5386. 1439.40 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  5387. 1439.40 s [conduit-extra] | ^
  5388. 1439.40 s [conduit-extra]
  5389. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5390. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5391. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5392. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5393. 1439.40 s [conduit-extra] |
  5394. 1439.40 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  5395. 1439.40 s [conduit-extra] | ^
  5396. 1439.40 s [conduit-extra]
  5397. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:73:18: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5398. 1439.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5399. 1439.40 s [conduit-extra] In a lambda abstraction:
  5400. 1439.40 s [conduit-extra] Patterns of type ‘Maybe
  5401. 1439.40 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5402. 1439.40 s [conduit-extra] Nothing
  5403. 1439.40 s [conduit-extra] |
  5404. 1439.40 s [conduit-extra] 73 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h), Just CreatePipe)
  5405. 1439.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5406. 1439.40 s [conduit-extra]
  5407. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5408. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5409. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5410. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5411. 1439.40 s [conduit-extra] |
  5412. 1439.40 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  5413. 1439.40 s [conduit-extra] | ^
  5414. 1439.40 s [conduit-extra]
  5415. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5416. 1439.40 s [conduit-extra] The use of ‘~’ without TypeOperators
  5417. 1439.40 s [conduit-extra] will become an error in a future GHC release.
  5418. 1439.40 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5419. 1439.40 s [conduit-extra] |
  5420. 1439.40 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  5421. 1439.40 s [conduit-extra] | ^
  5422. 1439.40 s [conduit-extra]
  5423. 1439.40 s [conduit-extra] Data/Conduit/Process.hs:76:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5424. 1439.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5425. 1439.40 s [conduit-extra] In a lambda abstraction:
  5426. 1439.40 s [conduit-extra] Patterns of type ‘Maybe
  5427. 1439.40 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5428. 1439.40 s [conduit-extra] Nothing
  5429. 1439.40 s [conduit-extra] |
  5430. 1439.40 s [conduit-extra] 76 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h, Just CreatePipe)
  5431. 1439.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5432. 1439.40 s [conduit-extra]
  5433. 1439.41 s [conduit-extra] Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5434. 1439.41 s [conduit-extra] The use of ‘~’ without TypeOperators
  5435. 1439.41 s [conduit-extra] will become an error in a future GHC release.
  5436. 1439.41 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5437. 1439.41 s [conduit-extra] |
  5438. 1439.41 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5439. 1439.41 s [conduit-extra] | ^
  5440. 1439.41 s [conduit-extra]
  5441. 1439.41 s [conduit-extra] Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5442. 1439.41 s [conduit-extra] The use of ‘~’ without TypeOperators
  5443. 1439.41 s [conduit-extra] will become an error in a future GHC release.
  5444. 1439.41 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5445. 1439.41 s [conduit-extra] |
  5446. 1439.41 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5447. 1439.41 s [conduit-extra] | ^
  5448. 1439.41 s [conduit-extra]
  5449. 1439.41 s [conduit-extra] Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5450. 1439.41 s [conduit-extra] The use of ‘~’ without TypeOperators
  5451. 1439.41 s [conduit-extra] will become an error in a future GHC release.
  5452. 1439.41 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5453. 1439.41 s [conduit-extra] |
  5454. 1439.41 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  5455. 1439.41 s [conduit-extra] | ^
  5456. 1439.41 s [conduit-extra]
  5457. 1439.41 s [conduit-extra] Data/Conduit/Process.hs:78:20: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5458. 1439.41 s [conduit-extra] Pattern match(es) are non-exhaustive
  5459. 1439.41 s [conduit-extra] In a lambda abstraction:
  5460. 1439.41 s [conduit-extra] Patterns of type ‘Maybe
  5461. 1439.41 s [conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
  5462. 1439.41 s [conduit-extra] Nothing
  5463. 1439.41 s [conduit-extra] |
  5464. 1439.41 s [conduit-extra] 78 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h), Just CreatePipe)
  5465. 1439.41 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5466. 1439.41 s [conduit-extra]
  5467. 1439.42 s [conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, dist/build/Data/Conduit/Process/Typed.p_o )
  5468. 1439.42 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.p_o )
  5469. 1439.47 s [libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.p_o )
  5470. 1439.51 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.p_o )
  5471. 1439.73 s [conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, dist/build/Data/Conduit/Parser.p_o )
  5472. 1441.10 s [conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.8...
  5473. 1441.11 s [conduit-extra] Building test suite 'test' for conduit-extra-1.3.8...
  5474. 1441.23 s [conduit-extra] [ 1 of 12] Compiling Data.Conduit.AttoparsecSpec ( test/Data/Conduit/AttoparsecSpec.hs, dist/build/test/test-tmp/Data/Conduit/AttoparsecSpec.o )
  5475. 1441.39 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:10:52: warning: [GHC-38856] [-Wunused-imports]
  5476. 1441.39 s [conduit-extra] The import of ‘<*’ from module ‘Control.Applicative’ is redundant
  5477. 1441.39 s [conduit-extra] |
  5478. 1441.39 s [conduit-extra] 10 | import Control.Applicative ((<*), (<|>))
  5479. 1441.39 s [conduit-extra] | ^^^^
  5480. 1441.39 s [conduit-extra]
  5481. 1441.39 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:153:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5482. 1441.39 s [conduit-extra] Pattern match(es) are non-exhaustive
  5483. 1441.39 s [conduit-extra] In a pattern binding:
  5484. 1441.39 s [conduit-extra] Patterns of type ‘Either
  5485. 1441.40 s [conduit-extra] (ghc-prim:GHC.Types.ZonkAny 0)
  5486. 1441.40 s [conduit-extra] [Either
  5487. 1441.40 s [conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text)]’ not matched:
  5488. 1441.40 s [conduit-extra] Left _
  5489. 1441.40 s [conduit-extra] |
  5490. 1441.40 s [conduit-extra] 153 | (Right !ea) = runConduit $ CL.sourceList input .| sink
  5491. 1441.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5492. 1441.40 s [conduit-extra]
  5493. 1441.40 s [conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:159:36: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5494. 1441.40 s [conduit-extra] Pattern match(es) are non-exhaustive
  5495. 1441.40 s [conduit-extra] In a lambda abstraction:
  5496. 1441.40 s [conduit-extra] Patterns of type ‘(Either
  5497. 1441.40 s [conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text),
  5498. 1441.40 s [conduit-extra] Int)’ not matched:
  5499. 1441.40 s [conduit-extra] ((Left _), _)
  5500. 1441.40 s [conduit-extra] |
  5501. 1441.40 s [conduit-extra] 159 | forM_ (zip ea [1..]) $ \ (Right (pos, _), l) -> pos `shouldBe` chkp l
  5502. 1441.40 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5503. 1441.40 s [conduit-extra]
  5504. 1441.47 s [conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
  5505. 1441.47 s [conduit-parse] Building test suite 'tests' for conduit-parse-0.2.1.1...
  5506. 1441.56 s [conduit-parse] [1 of 1] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
  5507. 1442.32 s [conduit-extra] [ 2 of 12] Compiling Data.Conduit.BinarySpec ( test/Data/Conduit/BinarySpec.hs, dist/build/test/test-tmp/Data/Conduit/BinarySpec.o )
  5508. 1442.32 s [conduit-extra] test/Data/Conduit/BinarySpec.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  5509. 1442.32 s [conduit-extra] The import of ‘Control.Applicative’ is redundant
  5510. 1442.32 s [conduit-extra] except perhaps to import instances from ‘Control.Applicative’
  5511. 1442.32 s [conduit-extra] To import instances alone, use: import Control.Applicative()
  5512. 1442.32 s [conduit-extra] |
  5513. 1442.32 s [conduit-extra] 30 | import Control.Applicative ((<$>))
  5514. 1442.32 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5515. 1442.32 s [conduit-extra]
  5516. 1442.47 s [conduit-parse] [2 of 2] Linking dist/build/tests/tests
  5517. 1442.92 s [conduit-extra] [ 3 of 12] Compiling Data.Conduit.ByteString.BuilderSpec ( test/Data/Conduit/ByteString/BuilderSpec.hs, dist/build/test/test-tmp/Data/Conduit/ByteString/BuilderSpec.o )
  5518. 1442.92 s [conduit-extra] [ 4 of 12] Compiling Data.Conduit.ExtraSpec ( test/Data/Conduit/ExtraSpec.hs, dist/build/test/test-tmp/Data/Conduit/ExtraSpec.o )
  5519. 1442.92 s [conduit-extra] [ 5 of 12] Compiling Data.Conduit.FilesystemSpec ( test/Data/Conduit/FilesystemSpec.hs, dist/build/test/test-tmp/Data/Conduit/FilesystemSpec.o )
  5520. 1442.92 s [conduit-extra] [ 6 of 12] Compiling Data.Conduit.LazySpec ( test/Data/Conduit/LazySpec.hs, dist/build/test/test-tmp/Data/Conduit/LazySpec.o )
  5521. 1442.92 s [conduit-extra] [ 7 of 12] Compiling Data.Conduit.NetworkSpec ( test/Data/Conduit/NetworkSpec.hs, dist/build/test/test-tmp/Data/Conduit/NetworkSpec.o )
  5522. 1442.92 s [conduit-extra] [ 8 of 12] Compiling Data.Conduit.Process.TypedSpec ( test/Data/Conduit/Process/TypedSpec.hs, dist/build/test/test-tmp/Data/Conduit/Process/TypedSpec.o )
  5523. 1442.92 s [conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:15:12: warning: [GHC-68441] [-Wdeprecations]
  5524. 1442.92 s [conduit-extra] In the use of ‘withProcess_’
  5525. 1442.92 s [conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
  5526. 1442.92 s [conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
  5527. 1442.92 s [conduit-extra] |
  5528. 1442.92 s [conduit-extra] 15 | bss <- withProcess_ pc $ \p ->
  5529. 1442.92 s [conduit-extra] | ^^^^^^^^^^^^
  5530. 1442.92 s [conduit-extra]
  5531. 1442.92 s [conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:30:6: warning: [GHC-68441] [-Wdeprecations]
  5532. 1442.92 s [conduit-extra] In the use of ‘withProcess_’
  5533. 1442.92 s [conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
  5534. 1442.92 s [conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
  5535. 1442.92 s [conduit-extra] |
  5536. 1442.92 s [conduit-extra] 30 | (withProcess_ (proc "cat" ["does not exist"]) $ const $ return ())
  5537. 1442.92 s [conduit-extra] | ^^^^^^^^^^^^
  5538. 1442.92 s [conduit-extra]
  5539. 1442.92 s [conduit-extra] [ 9 of 12] Compiling Data.Conduit.ProcessSpec ( test/Data/Conduit/ProcessSpec.hs, dist/build/test/test-tmp/Data/Conduit/ProcessSpec.o )
  5540. 1442.92 s [conduit-extra] [10 of 12] Compiling Data.Conduit.TextSpec ( test/Data/Conduit/TextSpec.hs, dist/build/test/test-tmp/Data/Conduit/TextSpec.o )
  5541. 1442.92 s [conduit-extra] test/Data/Conduit/TextSpec.hs:125:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5542. 1442.92 s [conduit-extra] Pattern match(es) are non-exhaustive
  5543. 1442.92 s [conduit-extra] In a pattern binding:
  5544. 1442.92 s [conduit-extra] Patterns of type ‘Either
  5545. 1442.92 s [conduit-extra] SomeException
  5546. 1442.92 s [conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
  5547. 1442.92 s [conduit-extra] Left _
  5548. 1442.92 s [conduit-extra] |
  5549. 1442.92 s [conduit-extra] 125 | let Right res = runIdentity $ runCatchT $ runConduit $ C.yield badBS .| (,)
  5550. 1442.92 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  5551. 1442.92 s [conduit-extra]
  5552. 1442.92 s [conduit-extra] test/Data/Conduit/TextSpec.hs:142:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  5553. 1442.92 s [conduit-extra] Pattern match(es) are non-exhaustive
  5554. 1442.92 s [conduit-extra] In a pattern binding:
  5555. 1442.92 s [conduit-extra] Patterns of type ‘Either
  5556. 1442.92 s [conduit-extra] SomeException
  5557. 1442.92 s [conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
  5558. 1442.92 s [conduit-extra] Left _
  5559. 1442.92 s [conduit-extra] |
  5560. 1442.92 s [conduit-extra] 142 | let Right res = runIdentity $ runCatchT $ runConduit $
  5561. 1442.92 s [conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  5562. 1442.92 s [conduit-extra]
  5563. 1443.29 s [conduit-parse] Phase: checkPhase
  5564. 1443.32 s [libyaml] Phase: checkPhase
  5565. 1443.34 s [libyaml] Package has no test suites.
  5566. 1443.35 s [libyaml] Phase: haddockPhase
  5567. 1443.36 s [conduit-extra] [11 of 12] Compiling Data.Conduit.ZlibSpec ( test/Data/Conduit/ZlibSpec.hs, dist/build/test/test-tmp/Data/Conduit/ZlibSpec.o )
  5568. 1443.36 s [conduit-extra] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
  5569. 1443.46 s [libyaml] Preprocessing library for libyaml-0.1.4...
  5570. 1443.46 s [libyaml] Running Haddock on library for libyaml-0.1.4...
  5571. 1443.46 s [libyaml] Warning: The documentation for the following packages are not installed. No
  5572. 1443.46 s [libyaml] links will be generated to these packages: libyaml-clib-0.2.5, vector-0.13.2.0
  5573. 1443.51 s [conduit-parse] Running 1 test suites...
  5574. 1443.51 s [conduit-parse] Test suite tests: RUNNING...
  5575. 1443.52 s [conduit-parse] Tests
  5576. 1443.52 s [conduit-parse] Unit tests
  5577. 1443.52 s [conduit-parse] await: OK
  5578. 1443.52 s [conduit-parse] peek: OK
  5579. 1443.52 s [conduit-parse] leftover: OK
  5580. 1443.52 s [conduit-parse] error: OK
  5581. 1443.52 s [conduit-parse] alternative: OK
  5582. 1443.52 s [conduit-parse] catch: OK
  5583. 1443.52 s [conduit-parse] parsing: OK
  5584. 1443.52 s [conduit-parse]
  5585. 1443.52 s [conduit-parse] All 7 tests passed (0.00s)
  5586. 1443.52 s [conduit-parse] Test suite tests: PASS
  5587. 1443.52 s [conduit-parse] Test suite logged to: dist/test/conduit-parse-0.2.1.1-tests.log
  5588. 1443.52 s [conduit-parse] 1 of 1 test suites (1 of 1 test cases) passed.
  5589. 1443.52 s [conduit-parse] Phase: haddockPhase
  5590. 1443.65 s [conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
  5591. 1443.65 s [conduit-parse] Running Haddock on library for conduit-parse-0.2.1.1...
  5592. 1443.65 s [conduit-parse] Warning: The documentation for the following packages are not installed. No
  5593. 1443.65 s [conduit-parse] links will be generated to these packages: attoparsec-0.14.4,
  5594. 1443.65 s [conduit-parse] attoparsec-0.14.4, vector-0.13.2.0
  5595. 1443.68 s [libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, nothing )
  5596. 1443.71 s [libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, nothing )
  5597. 1443.77 s [conduit-extra] [13 of 13] Linking dist/build/test/test
  5598. 1443.86 s [conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, nothing )
  5599. 1444.09 s [libyaml] Haddock coverage:
  5600. 1444.09 s [libyaml] Warning: 'rawOpenFlags' is out of scope.
  5601. 1444.09 s [libyaml] If you qualify the identifier, haddock can try to link it anyway.
  5602. 1444.09 s [libyaml] Warning: 'openMode' is out of scope.
  5603. 1444.09 s [libyaml] If you qualify the identifier, haddock can try to link it anyway.
  5604. 1444.09 s [libyaml] Warning: 'formatOptionsRenderCollectionTags' is out of scope.
  5605. 1444.09 s [libyaml] If you qualify the identifier, haddock can try to link it anyway.
  5606. 1444.10 s [libyaml] 76% ( 23 / 30) in 'Text.Libyaml'
  5607. 1444.10 s [libyaml] Missing documentation for:
  5608. 1444.10 s [libyaml] Event (src/Text/Libyaml.hs:78)
  5609. 1444.10 s [libyaml] Tag (src/Text/Libyaml.hs:123)
  5610. 1444.10 s [libyaml] AnchorName (src/Text/Libyaml.hs:140)
  5611. 1444.10 s [libyaml] Anchor (src/Text/Libyaml.hs:141)
  5612. 1444.10 s [libyaml] encode (src/Text/Libyaml.hs:763)
  5613. 1444.10 s [libyaml] encodeFile (src/Text/Libyaml.hs:786)
  5614. 1444.10 s [libyaml] YamlException (src/Text/Libyaml.hs:852)
  5615. 1444.24 s [conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning: [GHC-66111] [-Wunused-imports]
  5616. 1444.24 s [conduit-parse] The import of ‘Data.Semigroup’ is redundant
  5617. 1444.24 s [conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
  5618. 1444.24 s [conduit-parse] To import instances alone, use: import Data.Semigroup()
  5619. 1444.24 s [conduit-parse] |
  5620. 1444.24 s [conduit-parse] 26 | import Data.Semigroup
  5621. 1444.24 s [conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5622. 1444.24 s [conduit-parse]
  5623. 1444.25 s [conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, nothing )
  5624. 1444.25 s [conduit-parse] Haddock coverage:
  5625. 1444.25 s [conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
  5626. 1444.25 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
  5627. 1444.25 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
  5628. 1444.25 s [conduit-parse] You may be able to disambiguate the identifier by qualifying it or
  5629. 1444.25 s [conduit-parse] by specifying the type/value namespace explicitly.
  5630. 1444.25 s [conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
  5631. 1444.25 s [conduit-parse] Warning: Data.Conduit.Parser.Internal: Could not find documentation for exported module: Data.Conduit.Parser.Internal
  5632. 1444.25 s [conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
  5633. 1444.25 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
  5634. 1444.25 s [conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
  5635. 1444.25 s [conduit-parse] You may be able to disambiguate the identifier by qualifying it or
  5636. 1444.25 s [conduit-parse] by specifying the type/value namespace explicitly.
  5637. 1444.25 s [conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
  5638. 1444.25 s [conduit-parse] Warning: 'Sink' is out of scope.
  5639. 1444.25 s [conduit-parse] If you qualify the identifier, haddock can try to link it anyway.
  5640. 1444.26 s [conduit-parse] 92% ( 13 / 14) in 'Data.Conduit.Parser'
  5641. 1444.26 s [conduit-parse] Missing documentation for:
  5642. 1444.26 s [conduit-parse] ConduitParserException (Data/Conduit/Parser/Internal.hs:189)
  5643. 1444.39 s [libyaml] Warning: Text.Libyaml: could not find link destinations for:
  5644. 1444.39 s [libyaml] - Text.Libyaml.formatOptionsRenderTags
  5645. 1444.39 s [libyaml] - Text.Libyaml.TagRender
  5646. 1444.88 s [conduit-extra] Phase: checkPhase
  5647. 1445.14 s [conduit-extra] Running 1 test suites...
  5648. 1445.14 s [conduit-extra] Test suite test: RUNNING...
  5649. 1445.14 s [conduit-extra]
  5650. 1445.14 s [conduit-extra] Data.Conduit.Attoparsec
  5651. 1445.14 s [conduit-extra] Data.Conduit.AttoparsecSpec
  5652. 1445.14 s [conduit-extra] error position
  5653. 1445.14 s [conduit-extra] works for text [✔]
  5654. 1445.14 s [conduit-extra] works for bytestring [✔]
  5655. 1445.14 s [conduit-extra] works in last chunk [✔]
  5656. 1445.15 s [conduit-extra] works in last chunk [✔]
  5657. 1445.15 s [conduit-extra] works after new line in text [✔]
  5658. 1445.15 s [conduit-extra] works after new line in bytestring [✔]
  5659. 1445.15 s [conduit-extra] works for first line [✔]
  5660. 1445.15 s [conduit-extra] conduitParser
  5661. 1445.15 s [conduit-extra] parses a repeated stream [✔]
  5662. 1445.15 s [conduit-extra] positions on first line [✔]
  5663. 1445.15 s [conduit-extra] Data.Conduit.Binary
  5664. 1445.15 s [conduit-extra] Data.Conduit.Binary
  5665. 1445.15 s [conduit-extra] file access
  5666. 1445.15 s [conduit-extra] read [✔]
  5667. 1445.15 s [conduit-extra] read range [✔]
  5668. 1445.15 s [conduit-extra] write [✔]
  5669. 1445.15 s [conduit-extra] write builder (withSinkFileBuilder) [✔]
  5670. 1445.15 s [conduit-extra] conduit [✔]
  5671. 1445.15 s [conduit-extra] binary isolate
  5672. 1445.15 s [conduit-extra] works [✔]
  5673. 1445.15 s [conduit-extra] properly using binary file reading
  5674. 1445.15 s [conduit-extra] sourceFile [✔]
  5675. 1445.15 s [conduit-extra] binary head
  5676. 1445.16 s [conduit-extra] works [✔]
  5677. 1445.16 s [conduit-extra] +++ OK, passed 100 tests.
  5678. 1445.16 s [conduit-extra] binary takeWhile
  5679. 1445.16 s [conduit-extra] works [✔]
  5680. 1445.16 s [conduit-extra] +++ OK, passed 100 tests.
  5681. 1445.17 s [conduit-extra] leftovers present [✔]
  5682. 1445.17 s [conduit-extra] +++ OK, passed 100 tests.
  5683. 1445.17 s [conduit-extra] binary dropWhile
  5684. 1445.18 s [conduit-extra] works [✔]
  5685. 1445.18 s [conduit-extra] +++ OK, passed 100 tests.
  5686. 1445.18 s [conduit-extra] binary take
  5687. 1445.18 s [conduit-extra] nothing [✔]
  5688. 1445.18 s [conduit-extra] normal [✔]
  5689. 1445.18 s [conduit-extra] all [✔]
  5690. 1445.18 s [conduit-extra] more [✔]
  5691. 1445.18 s [conduit-extra] binary
  5692. 1445.19 s [conduit-extra] lines [✔]
  5693. 1445.19 s [conduit-extra] +++ OK, passed 100 tests.
  5694. 1445.19 s [conduit-extra] sinkCacheLength
  5695. 1445.19 s [conduit-extra] works [✔]
  5696. 1445.19 s [conduit-extra] sinkFileCautious
  5697. 1445.19 s [conduit-extra] success [✔]
  5698. 1445.19 s [conduit-extra] failure [✔]
  5699. 1445.19 s [conduit-extra] sinkSystemTempFile [✔]
  5700. 1445.19 s [conduit-extra] Data.Conduit.Binary.mapM_
  5701. 1445.19 s [conduit-extra] telling works [✔]
  5702. 1445.19 s [conduit-extra] +++ OK, passed 100 tests.
  5703. 1445.19 s [conduit-extra] exception handling
  5704. 1445.19 s [conduit-extra] catchC [✔]
  5705. 1445.19 s [conduit-extra] tryC [✔]
  5706. 1445.19 s [conduit-extra] normalFuseLeft
  5707. 1445.19 s [conduit-extra] does not double close conduit [✔]
  5708. 1445.19 s [conduit-extra] Storable
  5709. 1445.19 s [conduit-extra] sink Maybe
  5710. 1445.20 s [conduit-extra] chunk size 1 [✔]
  5711. 1445.20 s [conduit-extra] +++ OK, passed 100 tests.
  5712. 1445.20 s [conduit-extra] chunk size 5 [✔]
  5713. 1445.20 s [conduit-extra] +++ OK, passed 100 tests.
  5714. 1445.20 s [conduit-extra] chunk size 10 [✔]
  5715. 1445.20 s [conduit-extra] +++ OK, passed 100 tests.
  5716. 1445.20 s [conduit-extra] chunk size 100 [✔]
  5717. 1445.20 s [conduit-extra] +++ OK, passed 100 tests.
  5718. 1445.20 s [conduit-extra] sink exception
  5719. 1445.20 s [conduit-extra] chunk size 1 [✔]
  5720. 1445.20 s [conduit-extra] +++ OK, passed 100 tests.
  5721. 1445.20 s [conduit-extra] chunk size 5 [✔]
  5722. 1445.20 s [conduit-extra] +++ OK, passed 100 tests.
  5723. 1445.20 s [conduit-extra] chunk size 10 [✔]
  5724. 1445.20 s [conduit-extra] +++ OK, passed 100 tests.
  5725. 1445.21 s [conduit-extra] chunk size 100 [✔]
  5726. 1445.21 s [conduit-extra] +++ OK, passed 100 tests.
  5727. 1445.21 s [conduit-extra] insufficient bytes are leftovers, one chunk [✔]
  5728. 1445.21 s [conduit-extra] insufficient bytes are leftovers, multiple chunks [✔]
  5729. 1445.21 s [conduit-extra] Data.Conduit.ByteString.Builder
  5730. 1445.21 s [conduit-extra] Data.Conduit.ByteString.Builder
  5731. 1445.22 s [conduit-extra] idempotent to toLazyByteString [✔]
  5732. 1445.22 s [conduit-extra] +++ OK, passed 100 tests.
  5733. 1445.22 s [conduit-extra] works for large input [✔]
  5734. 1445.23 s [conduit-extra] works for lazy bytestring insertion [✔]
  5735. 1445.23 s [conduit-extra] flush shouldn't bring in empty strings. [✔]
  5736. 1445.24 s [conduit-extra] flushing [✔]
  5737. 1445.24 s [conduit-extra] +++ OK, passed 100 tests.
  5738. 1445.48 s [conduit-extra] large flush input [✔]
  5739. 1445.48 s [conduit-extra] Data.Conduit.Extra
  5740. 1445.48 s [conduit-extra] Data.Conduit.Extra
  5741. 1445.48 s [conduit-extra] basic test [✔]
  5742. 1445.48 s [conduit-extra] get leftovers [✔]
  5743. 1445.48 s [conduit-extra] multiple values [✔]
  5744. 1445.49 s [conduit-extra] more complex [✔]
  5745. 1445.49 s [conduit-extra] +++ OK, passed 100 tests.
  5746. 1445.49 s [conduit-extra] Data.Conduit.Filesystem
  5747. 1445.49 s [conduit-extra] Data.Conduit.Filesystem
  5748. 1445.49 s [conduit-extra] sourceDirectory [✔]
  5749. 1445.49 s [conduit-extra] sourceDirectoryDeep [✔]
  5750. 1445.49 s [conduit-extra] Data.Conduit.Lazy
  5751. 1445.49 s [conduit-extra] Data.Conduit.Lazy
  5752. 1445.49 s [conduit-extra] lazy
  5753. 1445.49 s [conduit-extra] works inside a ResourceT [✔]
  5754. 1445.49 s [conduit-extra] returns nothing outside ResourceT [✔]
  5755. 1445.49 s [conduit-extra] works with pure sources [✔]
  5756. 1445.49 s [conduit-extra] Data.Conduit.Network
  5757. 1445.49 s [conduit-extra] Data.Conduit.Network
  5758. 1445.49 s [conduit-extra] run general server
  5759. 1446.50 s [conduit-extra] running tcp server [✔]
  5760. 1446.50 s [conduit-extra] fork server
  5761. 1446.51 s [conduit-extra] can connect to server [✔]
  5762. 1446.51 s [conduit-extra] fork server also executes custom afterBind [✔]
  5763. 1447.52 s [conduit-extra] fork server really waits for server to be finalized before returning [✔]
  5764. 1447.52 s [conduit-extra] Data.Conduit.Process
  5765. 1447.52 s [conduit-extra] Data.Conduit.Process
  5766. 1447.68 s [conduit-extra] cat [✔]
  5767. 1447.68 s [conduit-extra] +++ OK, passed 100 tests.
  5768. 1447.68 s [conduit-extra] closed stream [✔]
  5769. 1447.69 s [conduit-extra] handles sub-process exit code [✔]
  5770. 1447.69 s [conduit-extra] consumes stdout [✔]
  5771. 1447.69 s [conduit-extra] consumes stderr [✔]
  5772. 1447.70 s [conduit-extra] feeds stdin [✔]
  5773. 1447.70 s [conduit-extra] gracefully handles closed stdin [✔]
  5774. 1448.90 s [libyaml] Documentation created: dist/doc/html/libyaml/,
  5775. 1448.90 s [libyaml] dist/doc/html/libyaml/libyaml.txt
  5776. 1448.96 s [libyaml] Phase: installPhase
  5777. 1449.00 s [libyaml] Installing library in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  5778. 1449.20 s [libyaml] Phase: fixupPhase
  5779. 1449.20 s [conduit-extra] blocking vs non-blocking [✔]
  5780. 1449.20 s [conduit-extra] Data.Conduit.Process.Typed
  5781. 1449.20 s [conduit-extra] cat works [✔]
  5782. 1449.20 s [conduit-extra] cat works with withLoggedProcess_ [✔]
  5783. 1449.20 s [conduit-extra] failing process throws [✔]
  5784. 1449.20 s [conduit-extra] failing process throws [✔]
  5785. 1449.20 s [conduit-extra] Data.Conduit.Text
  5786. 1449.20 s [conduit-extra] Data.Conduit.Text
  5787. 1449.20 s [conduit-extra] text
  5788. 1449.20 s [conduit-extra] utf8
  5789. 1449.20 s [conduit-extra] single chunk [✔]
  5790. 1449.20 s [conduit-extra] +++ OK, passed 100 tests.
  5791. 1449.21 s [conduit-extra] many chunks [✔]
  5792. 1449.21 s [conduit-extra] +++ OK, passed 100 tests.
  5793. 1449.21 s [conduit-extra] raw bytes [✔]
  5794. 1449.21 s [conduit-extra] +++ OK, passed 100 tests.
  5795. 1449.21 s [libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4
  5796. 1449.21 s [conduit-extra] encoding [✔]
  5797. 1449.21 s [conduit-extra] +++ OK, passed 100 tests.
  5798. 1449.22 s [libyaml] shrinking /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlibyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl-ghc9.10.2.so
  5799. 1449.22 s [conduit-extra] valid then invalid [✔]
  5800. 1449.22 s [conduit-extra] +++ OK, passed 100 tests.
  5801. 1449.22 s [conduit-extra] utf16_le
  5802. 1449.22 s [libyaml] checking for references to /build/ in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4...
  5803. 1449.22 s [conduit-extra] single chunk [✔]
  5804. 1449.22 s [conduit-extra] +++ OK, passed 100 tests.
  5805. 1449.22 s [conduit-extra] many chunks [✔]
  5806. 1449.22 s [conduit-extra] +++ OK, passed 100 tests.
  5807. 1449.22 s [conduit-extra] raw bytes [✔]
  5808. 1449.22 s [conduit-extra] +++ OK, passed 100 tests.
  5809. 1449.23 s [conduit-extra] encoding [✔]
  5810. 1449.23 s [conduit-extra] +++ OK, passed 100 tests.
  5811. 1449.24 s [libyaml] patching script interpreter paths in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4
  5812. 1449.24 s [conduit-extra] valid then invalid [✔]
  5813. 1449.24 s [conduit-extra] +++ OK, passed 100 tests.
  5814. 1449.24 s [conduit-extra] utf16_be
  5815. 1449.24 s [conduit-extra] single chunk [✔]
  5816. 1449.24 s [conduit-extra] +++ OK, passed 100 tests.
  5817. 1449.24 s [conduit-extra] many chunks [✔]
  5818. 1449.24 s [conduit-extra] +++ OK, passed 100 tests.
  5819. 1449.24 s [conduit-extra] raw bytes [✔]
  5820. 1449.24 s [conduit-extra] +++ OK, passed 100 tests.
  5821. 1449.24 s [libyaml] stripping (with command strip and flags -S -p) in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib
  5822. 1449.26 s [conduit-extra] encoding [✔]
  5823. 1449.26 s [conduit-extra] +++ OK, passed 100 tests.
  5824. 1449.27 s [conduit-extra] valid then invalid [✔]
  5825. 1449.27 s [conduit-extra] +++ OK, passed 100 tests.
  5826. 1449.27 s [conduit-extra] utf32_le
  5827. 1449.27 s [conduit-extra] single chunk [✔]
  5828. 1449.27 s [conduit-extra] +++ OK, passed 100 tests.
  5829. 1449.27 s [conduit-extra] many chunks [✔]
  5830. 1449.27 s [conduit-extra] +++ OK, passed 100 tests.
  5831. 1449.27 s [conduit-extra] raw bytes [✔]
  5832. 1449.27 s [conduit-extra] +++ OK, passed 100 tests.
  5833. 1449.28 s [conduit-extra] encoding [✔]
  5834. 1449.28 s [conduit-extra] +++ OK, passed 100 tests.
  5835. 1449.29 s [conduit-extra] valid then invalid [✔]
  5836. 1449.29 s [conduit-extra] +++ OK, passed 100 tests.
  5837. 1449.29 s [conduit-extra] utf32_be
  5838. 1449.29 s [conduit-extra] single chunk [✔]
  5839. 1449.29 s [conduit-extra] +++ OK, passed 100 tests.
  5840. 1449.29 s [conduit-extra] many chunks [✔]
  5841. 1449.29 s [conduit-extra] +++ OK, passed 100 tests.
  5842. 1449.29 s [conduit-extra] raw bytes [✔]
  5843. 1449.29 s [conduit-extra] +++ OK, passed 100 tests.
  5844. 1449.30 s [conduit-extra] encoding [✔]
  5845. 1449.30 s [conduit-extra] +++ OK, passed 100 tests.
  5846. 1449.31 s [conduit-extra] valid then invalid [✔]
  5847. 1449.31 s [conduit-extra] +++ OK, passed 100 tests.
  5848. 1449.31 s [conduit-extra] mixed utf16 and utf8 [✔]
  5849. 1449.31 s [conduit-extra] invalid utf8 [✔]
  5850. 1449.31 s [conduit-extra] catch UTF8 exceptions [✔]
  5851. 1449.31 s [conduit-extra] catch UTF8 exceptions, pure [✔]
  5852. 1449.31 s [conduit-extra] catch UTF8 exceptions, catchExceptionC [✔]
  5853. 1449.31 s [conduit-extra] catch UTF8 exceptions, catchExceptionC, decodeUtf8 [✔]
  5854. 1449.31 s [conduit-extra] lenient UTF8 decoding [✔]
  5855. 1449.31 s [conduit-extra] +++ OK, passed 100 tests.
  5856. 1449.31 s [conduit-extra] text lines
  5857. 1449.31 s [conduit-extra] yields nothing given nothing [✔]
  5858. 1449.31 s [conduit-extra] yields nothing given only empty text [✔]
  5859. 1449.31 s [conduit-extra] works across split lines [✔]
  5860. 1449.31 s [libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
  5861. 1449.31 s [conduit-extra] works with multiple lines in an item [✔]
  5862. 1449.31 s [conduit-extra] works with ending on a newline [✔]
  5863. 1449.31 s [conduit-extra] works with ending a middle item on a newline [✔]
  5864. 1449.31 s [conduit-extra] works with empty text [✔]
  5865. 1449.31 s [conduit-extra] works with empty lines [✔]
  5866. 1449.31 s [conduit-extra] text lines bounded
  5867. 1449.31 s [conduit-extra] yields nothing given nothing [✔]
  5868. 1449.31 s [conduit-extra] yields nothing given only empty text [✔]
  5869. 1449.31 s [conduit-extra] works across split lines [✔]
  5870. 1449.31 s [conduit-extra] works with multiple lines in an item [✔]
  5871. 1449.31 s [conduit-extra] works with ending on a newline [✔]
  5872. 1449.31 s [conduit-extra] works with ending a middle item on a newline [✔]
  5873. 1449.31 s [conduit-extra] works with empty text [✔]
  5874. 1449.31 s [conduit-extra] works with empty lines [✔]
  5875. 1449.31 s [conduit-extra] throws an exception when lines are too long [✔]
  5876. 1449.31 s [conduit-extra] works with infinite input [✔]
  5877. 1449.31 s [conduit-extra] text decode
  5878. 1449.31 s [conduit-extra] doesn't throw runtime exceptions [✔]
  5879. 1449.31 s [conduit-extra] is not too eager [✔]
  5880. 1449.31 s [conduit-extra] Data.Conduit.Zlib
  5881. 1449.31 s [conduit-extra] Data.Conduit.Zlib
  5882. 1449.32 s [libyaml] checking for references to /build/ in /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc...
  5883. 1449.33 s [conduit-extra] idempotent [✔]
  5884. 1449.33 s [conduit-extra] +++ OK, passed 100 tests.
  5885. 1449.33 s [libyaml] patching script interpreter paths in /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
  5886. 1449.42 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4 /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
  5887. 1449.86 s [post-build-hook] Pushing 2 paths (117 are already present) using zstd to cache sellout ⏳
  5888. 1449.86 s [post-build-hook]
  5889. 1450.21 s [post-build-hook] Pushing /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4 (3.44 MiB)
  5890. 1450.33 s [post-build-hook] Pushing /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc (755.84 KiB)
  5891. 1451.21 s [post-build-hook]
  5892. 1451.21 s [post-build-hook] All done.
  5893. 1451.23 s [post-build-hook] Uploading to the NixCI cache: /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4 /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
  5894. 1451.27 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5895. 1451.41 s [post-build-hook] copying 2 paths...
  5896. 1451.41 s [post-build-hook] copying path '/nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc' to 'https://cache.nix-ci.com'...
  5897. 1451.63 s [post-build-hook] copying path '/nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4' to 'https://cache.nix-ci.com'...
  5898. 1452.49 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  5899. 1452.71 s [post-build-hook] copying 1 paths...
  5900. 1452.71 s [post-build-hook] copying path '/nix/store/cx4w015yx19f9jnnhwmk5b5c4c46lz3q-libyaml-0.1.4.drv' to 'https://cache.nix-ci.com'...
  5901. 1452.85 s Progress: 141 of 157 built (3 building), 587 of 587 downloaded from cache
  5902. 1452.91 s Building yaml
  5903. 1452.91 s [conduit-extra] flush [✔]
  5904. 1452.91 s [conduit-extra] +++ OK, passed 100 tests.
  5905. 1452.91 s [conduit-extra] compressFlush large data [✔]
  5906. 1452.91 s [conduit-extra] uncompressed after compressed [✔]
  5907. 1452.91 s [conduit-extra] multiple compressed values [✔]
  5908. 1452.91 s [conduit-extra] single compressed, multiple uncompressed chunks [✔]
  5909. 1452.91 s [conduit-extra] multiple, over 32k [✔]
  5910. 1452.91 s [conduit-extra]
  5911. 1452.91 s [conduit-extra] Finished in 4.5882 seconds
  5912. 1452.91 s [conduit-extra] 133 examples, 0 failures
  5913. 1452.91 s [conduit-extra] Test suite test: PASS
  5914. 1452.91 s [conduit-extra] Test suite logged to: dist/test/conduit-extra-1.3.8-test.log
  5915. 1452.91 s [conduit-extra] 1 of 1 test suites (1 of 1 test cases) passed.
  5916. 1452.91 s [conduit-extra] Phase: haddockPhase
  5917. 1452.91 s [conduit-extra] Preprocessing library for conduit-extra-1.3.8...
  5918. 1452.91 s [conduit-extra] Running Haddock on library for conduit-extra-1.3.8...
  5919. 1452.91 s [conduit-extra] Warning: The documentation for the following packages are not installed. No
  5920. 1452.91 s [conduit-extra] links will be generated to these packages: attoparsec-0.14.4,
  5921. 1452.91 s [conduit-extra] attoparsec-0.14.4, vector-0.13.2.0
  5922. 1452.91 s [conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, nothing )
  5923. 1452.91 s [conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, nothing )
  5924. 1452.91 s [conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, nothing )
  5925. 1452.91 s [conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, nothing )
  5926. 1452.91 s [conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, nothing )
  5927. 1452.91 s [conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, nothing )
  5928. 1452.91 s [conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, nothing )
  5929. 1452.91 s [conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, nothing )
  5930. 1452.91 s [conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, nothing )
  5931. 1452.91 s [conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, nothing )
  5932. 1452.91 s [conduit-extra] Data/Conduit/Process.hs:48:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5933. 1452.91 s [conduit-extra] The use of ‘~’ without TypeOperators
  5934. 1452.91 s [conduit-extra] will become an error in a future GHC release.
  5935. 1452.91 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5936. 1452.91 s [conduit-extra] |
  5937. 1452.91 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5938. 1452.91 s [conduit-extra] | ^
  5939. 1452.91 s [conduit-extra]
  5940. 1452.91 s [conduit-extra] Data/Conduit/Process.hs:48:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5941. 1452.91 s [conduit-extra] The use of ‘~’ without TypeOperators
  5942. 1452.91 s [conduit-extra] will become an error in a future GHC release.
  5943. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5944. 1452.92 s [conduit-extra] |
  5945. 1452.92 s [conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
  5946. 1452.92 s [conduit-extra] | ^
  5947. 1452.92 s [conduit-extra]
  5948. 1452.92 s [conduit-extra] Data/Conduit/Process.hs:50:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5949. 1452.92 s [conduit-extra] The use of ‘~’ without TypeOperators
  5950. 1452.92 s [conduit-extra] will become an error in a future GHC release.
  5951. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5952. 1452.92 s [conduit-extra] |
  5953. 1452.92 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5954. 1452.92 s [conduit-extra] | ^
  5955. 1452.92 s [conduit-extra]
  5956. 1452.92 s [conduit-extra] Data/Conduit/Process.hs:50:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5957. 1452.92 s [conduit-extra] The use of ‘~’ without TypeOperators
  5958. 1452.92 s [conduit-extra] will become an error in a future GHC release.
  5959. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5960. 1452.92 s [conduit-extra] |
  5961. 1452.92 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  5962. 1452.92 s [conduit-extra] | ^
  5963. 1452.92 s [conduit-extra]
  5964. 1452.92 s [conduit-parse] Documentation created: dist/doc/html/conduit-parse/,
  5965. 1452.92 s [conduit-parse] dist/doc/html/conduit-parse/conduit-parse.txt
  5966. 1452.92 s [conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
  5967. 1452.92 s [conduit-parse] Phase: installPhase
  5968. 1452.92 s [conduit-parse] Installing library in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  5969. 1452.92 s [conduit-parse] Phase: fixupPhase
  5970. 1452.92 s [conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  5971. 1452.92 s [conduit-parse] shrinking /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSconduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0-ghc9.10.2.so
  5972. 1452.92 s [conduit-parse] checking for references to /build/ in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1...
  5973. 1452.92 s [conduit-parse] patching script interpreter paths in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  5974. 1452.92 s [conduit-parse] stripping (with command strip and flags -S -p) in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib
  5975. 1452.92 s [conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc
  5976. 1452.92 s [conduit-parse] checking for references to /build/ in /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc...
  5977. 1452.92 s [conduit-parse] patching script interpreter paths in /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc
  5978. 1452.92 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 )
  5979. 1452.92 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 )
  5980. 1452.92 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 )
  5981. 1452.92 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 )
  5982. 1452.92 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 )
  5983. 1452.92 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 )
  5984. 1452.92 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 )
  5985. 1452.92 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 )
  5986. 1452.92 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 )
  5987. 1452.92 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 )
  5988. 1452.92 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 )
  5989. 1452.92 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 )
  5990. 1452.92 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 )
  5991. 1452.92 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 )
  5992. 1452.92 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 )
  5993. 1452.92 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 )
  5994. 1452.92 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 )
  5995. 1452.92 s [conduit-extra] Data/Conduit/Process.hs:50:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  5996. 1452.92 s [conduit-extra] The use of ‘~’ without TypeOperators
  5997. 1452.92 s [conduit-extra] will become an error in a future GHC release.
  5998. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  5999. 1452.92 s [conduit-extra] |
  6000. 1452.92 s [conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
  6001. 1452.92 s [conduit-extra] | ^
  6002. 1452.92 s [conduit-extra]
  6003. 1452.92 s [conduit-extra] Data/Conduit/Process.hs:66:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6004. 1452.92 s [conduit-extra] The use of ‘~’ without TypeOperators
  6005. 1452.92 s [conduit-extra] will become an error in a future GHC release.
  6006. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6007. 1452.92 s [conduit-extra] |
  6008. 1452.92 s [conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
  6009. 1452.92 s [conduit-extra] | ^
  6010. 1452.92 s [conduit-extra]
  6011. 1452.92 s [conduit-extra] Data/Conduit/Process.hs:68:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6012. 1452.92 s [conduit-extra] The use of ‘~’ without TypeOperators
  6013. 1452.92 s [conduit-extra] will become an error in a future GHC release.
  6014. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6015. 1452.92 s [conduit-extra] |
  6016. 1452.92 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  6017. 1452.92 s [conduit-extra] | ^
  6018. 1452.92 s [conduit-extra]
  6019. 1452.92 s [conduit-extra] Data/Conduit/Process.hs:68:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6020. 1452.92 s [conduit-extra] The use of ‘~’ without TypeOperators
  6021. 1452.92 s [conduit-extra] will become an error in a future GHC release.
  6022. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6023. 1452.92 s [conduit-extra] |
  6024. 1452.92 s [conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
  6025. 1452.92 s [conduit-extra] | ^
  6026. 1452.92 s [conduit-extra]
  6027. 1452.92 s [conduit-extra] Data/Conduit/Process.hs:70:24: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6028. 1452.92 s [conduit-extra] The use of ‘~’ without TypeOperators
  6029. 1452.92 s [conduit-extra] will become an error in a future GHC release.
  6030. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6031. 1452.92 s [conduit-extra] |
  6032. 1452.92 s [conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
  6033. 1452.92 s [conduit-extra] | ^
  6034. 1452.92 s [conduit-extra]
  6035. 1452.92 s [conduit-extra] Data/Conduit/Process.hs:72:35: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6036. 1452.92 s [conduit-extra] The use of ‘~’ without TypeOperators
  6037. 1452.92 s [conduit-extra] will become an error in a future GHC release.
  6038. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6039. 1452.92 s [conduit-extra] |
  6040. 1452.92 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  6041. 1452.92 s [conduit-extra] | ^
  6042. 1452.92 s [conduit-extra]
  6043. 1452.92 s [conduit-extra] Data/Conduit/Process.hs:72:44: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6044. 1452.92 s [conduit-extra] The use of ‘~’ without TypeOperators
  6045. 1452.92 s [conduit-extra] will become an error in a future GHC release.
  6046. 1452.92 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6047. 1452.92 s [conduit-extra] |
  6048. 1452.99 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  6049. 1453.43 s [post-build-hook] Pushing 2 paths (131 are already present) using zstd to cache sellout ⏳
  6050. 1453.43 s [post-build-hook]
  6051. 1453.78 s [post-build-hook] Pushing /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1 (1.43 MiB)
  6052. 1453.80 s [post-build-hook] Pushing /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc (326.57 KiB)
  6053. 1454.82 s [post-build-hook]
  6054. 1454.82 s [post-build-hook] All done.
  6055. 1454.84 s [post-build-hook] Uploading to the NixCI cache: /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
  6056. 1454.88 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6057. 1455.07 s [post-build-hook] copying 2 paths...
  6058. 1455.07 s [post-build-hook] copying path '/nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc' to 'https://cache.nix-ci.com'...
  6059. 1455.32 s [post-build-hook] copying path '/nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1' to 'https://cache.nix-ci.com'...
  6060. 1455.79 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6061. 1456.02 s [post-build-hook] copying 1 paths...
  6062. 1456.02 s [post-build-hook] copying path '/nix/store/v9v30bggv11kdj92bzgb6abyasbm32cz-conduit-parse-0.2.1.1.drv' to 'https://cache.nix-ci.com'...
  6063. 1456.16 s Progress: 142 of 157 built (3 building), 587 of 587 downloaded from cache
  6064. 1456.17 s [lsp-types] [433 of 452] Compiling Language.LSP.Protocol.Internal.Method ( generated/Language/LSP/Protocol/Internal/Method.hs, dist/build/Language/LSP/Protocol/Internal/Method.p_o )
  6065. 1456.17 s [lsp-types] [434 of 452] Compiling Language.LSP.Protocol.Message.Method ( src/Language/LSP/Protocol/Message/Method.hs, dist/build/Language/LSP/Protocol/Message/Method.p_o )
  6066. 1456.17 s [conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
  6067. 1456.17 s [conduit-extra] | ^
  6068. 1456.17 s [conduit-extra]
  6069. 1456.17 s [conduit-extra] Data/Conduit/Process.hs:75:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6070. 1456.17 s [conduit-extra] The use of ‘~’ without TypeOperators
  6071. 1456.17 s [conduit-extra] will become an error in a future GHC release.
  6072. 1456.17 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6073. 1456.17 s [conduit-extra] |
  6074. 1456.17 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  6075. 1456.17 s [conduit-extra] | ^
  6076. 1456.17 s [conduit-extra]
  6077. 1456.17 s [conduit-extra] Data/Conduit/Process.hs:75:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6078. 1456.17 s [conduit-extra] The use of ‘~’ without TypeOperators
  6079. 1456.17 s [conduit-extra] will become an error in a future GHC release.
  6080. 1456.17 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6081. 1456.17 s [conduit-extra] |
  6082. 1456.17 s [conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
  6083. 1456.17 s [conduit-extra] | ^
  6084. 1456.17 s [conduit-extra]
  6085. 1456.17 s [conduit-extra] Data/Conduit/Process.hs:77:13: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6086. 1456.17 s [conduit-extra] The use of ‘~’ without TypeOperators
  6087. 1456.17 s [conduit-extra] will become an error in a future GHC release.
  6088. 1456.17 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6089. 1456.17 s [conduit-extra] |
  6090. 1456.17 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  6091. 1456.17 s [conduit-extra] | ^
  6092. 1456.17 s [conduit-extra]
  6093. 1456.17 s [conduit-extra] Data/Conduit/Process.hs:77:22: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6094. 1456.17 s [conduit-extra] The use of ‘~’ without TypeOperators
  6095. 1456.17 s [conduit-extra] will become an error in a future GHC release.
  6096. 1456.17 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6097. 1456.17 s [conduit-extra] |
  6098. 1456.17 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  6099. 1456.17 s [conduit-extra] | ^
  6100. 1456.17 s [conduit-extra]
  6101. 1456.17 s [conduit-extra] Data/Conduit/Process.hs:77:52: warning: [GHC-58520] [-Wtype-equality-requires-operators]
  6102. 1456.17 s [conduit-extra] The use of ‘~’ without TypeOperators
  6103. 1456.17 s [conduit-extra] will become an error in a future GHC release.
  6104. 1456.17 s [conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
  6105. 1456.17 s [conduit-extra] |
  6106. 1456.17 s [conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
  6107. 1456.17 s [conduit-extra] | ^
  6108. 1456.17 s [conduit-extra]
  6109. 1456.17 s [conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, nothing )
  6110. 1456.17 s [conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, nothing )
  6111. 1456.17 s [conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, nothing )
  6112. 1456.17 s [conduit-extra] Haddock coverage:
  6113. 1456.17 s [conduit-extra] Warning: 'ParseError' is ambiguous. It is defined
  6114. 1456.17 s [conduit-extra] * at Data/Conduit/Attoparsec.hs:44:19
  6115. 1456.17 s [conduit-extra] * at Data/Conduit/Attoparsec.hs:44:1
  6116. 1456.17 s [conduit-extra] You may be able to disambiguate the identifier by qualifying it or
  6117. 1456.17 s [conduit-extra] by specifying the type/value namespace explicitly.
  6118. 1456.17 s [conduit-extra] Defaulting to the one defined at Data/Conduit/Attoparsec.hs:44:1
  6119. 1456.17 s [conduit-extra] 84% ( 11 / 13) in 'Data.Conduit.Attoparsec'
  6120. 1456.17 s [conduit-extra] Missing documentation for:
  6121. 1456.17 s [conduit-extra] Position (Data/Conduit/Attoparsec.hs:53)
  6122. 1456.17 s [conduit-extra] PositionRange (Data/Conduit/Attoparsec.hs:64)
  6123. 1456.17 s [conduit-extra] 100% ( 45 / 45) in 'Data.Conduit.Binary'
  6124. 1456.17 s [conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.ByteString.Builder'
  6125. 1456.17 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Filesystem'
  6126. 1456.17 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Foldl'
  6127. 1456.17 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 )
  6128. 1456.17 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 )
  6129. 1456.17 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 )
  6130. 1456.17 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 )
  6131. 1456.17 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 )
  6132. 1456.17 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 )
  6133. 1456.17 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 )
  6134. 1456.17 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 )
  6135. 1456.17 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning: [GHC-02256] [-Wambiguous-fields]
  6136. 1456.17 s [lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
  6137. 1456.17 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  6138. 1456.17 s [lsp-types] Consider disambiguating using module qualification instead.
  6139. 1456.17 s [lsp-types] |
  6140. 1456.17 s [lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n)}
  6141. 1456.17 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6142. 1456.17 s [lsp-types]
  6143. 1456.17 s [lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning: [GHC-02256] [-Wambiguous-fields]
  6144. 1456.17 s [lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
  6145. 1456.17 s [lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  6146. 1456.17 s [lsp-types] Consider disambiguating using module qualification instead.
  6147. 1456.17 s [lsp-types] |
  6148. 1456.17 s [lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n)}
  6149. 1456.17 s [lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6150. 1456.17 s [lsp-types]
  6151. 1456.17 s [yaml] Phase: setupCompilerEnvironmentPhase
  6152. 1456.17 s [yaml] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  6153. 1456.17 s [yaml] Phase: unpackPhase
  6154. 1456.17 s [yaml] unpacking source archive /nix/store/1i4qpms3prjxhdqwxcidf0isp8prw52b-yaml-0.11.11.2.tar.gz
  6155. 1456.17 s [yaml] source root is yaml-0.11.11.2
  6156. 1456.17 s [yaml] setting SOURCE_DATE_EPOCH to timestamp 1688236994 of file "yaml-0.11.11.2/yaml.cabal"
  6157. 1456.17 s [yaml] Phase: patchPhase
  6158. 1456.17 s [yaml] Replace Cabal file with edited version from mirror://hackage/yaml-0.11.11.2/revision/2.cabal.
  6159. 1456.17 s [yaml] Phase: compileBuildDriverPhase
  6160. 1456.17 s [yaml] setupCompileFlags: -package-db=/build/tmp.SgT12wo4d3/setup-package.conf.d -threaded
  6161. 1456.17 s [yaml] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.SgT12wo4d3/Main.o )
  6162. 1456.17 s [yaml] [2 of 2] Linking Setup
  6163. 1456.17 s [yaml] Phase: updateAutotoolsGnuConfigScriptsPhase
  6164. 1456.17 s [yaml] Phase: configurePhase
  6165. 1456.17 s [yaml] configureFlags: --verbose --prefix=/nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2 --with-gcc=gcc --package-db=/build/tmp.SgT12wo4d3/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --bindir=/nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin --ghc-option=-haddock -fsystem-libyaml -f-no-exe --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  6166. 1456.17 s [yaml] Using Parsec parser
  6167. 1456.17 s [yaml] Configuring yaml-0.11.11.2...
  6168. 1456.17 s [yaml] Flags chosen: no-examples=True, no-exe=False
  6169. 1456.17 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  6170. 1456.17 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  6171. 1456.17 s [yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
  6172. 1456.17 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  6173. 1456.17 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  6174. 1456.17 s [yaml] Dependency containers: using containers-0.7
  6175. 1456.17 s [yaml] Dependency directory: using directory-1.3.8.5
  6176. 1456.17 s [yaml] Dependency filepath: using filepath-1.5.4.0
  6177. 1456.17 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  6178. 1456.17 s [yaml] Dependency mtl: using mtl-2.3.1
  6179. 1456.17 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  6180. 1456.17 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  6181. 1456.17 s [yaml] Dependency template-haskell: using template-haskell-2.22.0.0
  6182. 1456.17 s [yaml] Dependency text: using text-2.1.2
  6183. 1456.17 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
  6184. 1456.17 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
  6185. 1456.17 s [yaml] Dependency vector: using vector-0.13.2.0
  6186. 1456.17 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  6187. 1456.17 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  6188. 1456.17 s [yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
  6189. 1456.17 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  6190. 1456.17 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  6191. 1456.17 s [yaml] Dependency containers: using containers-0.7
  6192. 1456.17 s [yaml] Dependency directory: using directory-1.3.8.5
  6193. 1456.17 s [yaml] Dependency filepath: using filepath-1.5.4.0
  6194. 1456.17 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  6195. 1456.17 s [yaml] Dependency mtl: using mtl-2.3.1
  6196. 1456.17 s [yaml] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  6197. 1456.17 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  6198. 1456.17 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  6199. 1456.17 s [conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Lazy'
  6200. 1456.17 s [conduit-extra] 52% ( 18 / 34) in 'Data.Conduit.Network'
  6201. 1456.17 s [conduit-extra] Missing documentation for:
  6202. 1456.17 s [conduit-extra] Module header
  6203. 1456.17 s [conduit-extra] appSource (Data/Conduit/Network.hs:88)
  6204. 1456.17 s [conduit-extra] appSink (Data/Conduit/Network.hs:99)
  6205. 1456.17 s [conduit-extra] appSockAddr
  6206. 1456.17 s [conduit-extra] appLocalAddr
  6207. 1456.17 s [conduit-extra] serverSettings (Data/Conduit/Network.hs:82)
  6208. 1456.17 s [conduit-extra] runTCPServerWithHandle
  6209. 1456.17 s [conduit-extra] clientSettings (Data/Conduit/Network.hs:85)
  6210. 1456.17 s [conduit-extra] getPort
  6211. 1456.17 s [conduit-extra] getHost
  6212. 1456.17 s [conduit-extra] getAfterBind
  6213. 1456.17 s [conduit-extra] getNeedLocalAddr
  6214. 1456.17 s [conduit-extra] setPort
  6215. 1456.17 s [conduit-extra] setHost
  6216. 1456.17 s [conduit-extra] setAfterBind
  6217. 1456.17 s [conduit-extra] setNeedLocalAddr
  6218. 1456.17 s [conduit-extra] 90% ( 10 / 11) in 'Data.Conduit.Network.UDP'
  6219. 1456.17 s [conduit-extra] Missing documentation for:
  6220. 1456.17 s [conduit-extra] Module header
  6221. 1456.17 s [conduit-extra] 59% ( 13 / 22) in 'Data.Conduit.Network.Unix'
  6222. 1456.17 s [conduit-extra] Missing documentation for:
  6223. 1456.17 s [conduit-extra] Module header
  6224. 1456.17 s [conduit-extra] appSource (Data/Conduit/Network.hs:88)
  6225. 1456.17 s [conduit-extra] appSink (Data/Conduit/Network.hs:99)
  6226. 1456.17 s [conduit-extra] serverSettings (Data/Conduit/Network/Unix.hs:36)
  6227. 1456.17 s [conduit-extra] clientSettings (Data/Conduit/Network/Unix.hs:33)
  6228. 1456.17 s [conduit-extra] getPath
  6229. 1456.17 s [conduit-extra] getAfterBind
  6230. 1456.17 s [conduit-extra] setPath
  6231. 1456.17 s [conduit-extra] setAfterBind
  6232. 1456.17 s [conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.Process'
  6233. 1456.17 s [conduit-extra] 100% ( 9 / 9) in 'Data.Conduit.Process.Typed'
  6234. 1456.17 s [conduit-extra] 100% ( 25 / 25) in 'Data.Conduit.Text'
  6235. 1456.17 s [conduit-extra] Warning: 'WindowBits' is ambiguous. It is defined
  6236. 1456.17 s [conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
  6237. 1456.17 s [conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
  6238. 1456.17 s [conduit-extra] You may be able to disambiguate the identifier by qualifying it or
  6239. 1456.17 s [conduit-extra] by specifying the type/value namespace explicitly.
  6240. 1456.17 s [conduit-extra] Defaulting to the one defined in ‘Codec.Compression.Zlib.Stream’
  6241. 1456.17 s [conduit-extra] 100% ( 14 / 14) in 'Data.Conduit.Zlib'
  6242. 1456.17 s [conduit-extra] Warning: Data.Conduit.Attoparsec: could not find link destinations for:
  6243. 1456.17 s [conduit-extra] - Data.Attoparsec.Internal.Types.IResult
  6244. 1456.17 s [conduit-extra] - Data.Attoparsec.Internal.Types.Parser
  6245. 1456.17 s [conduit-extra] - Data.Conduit.Attoparsec.parseA
  6246. 1456.17 s [conduit-extra] - Data.Conduit.Attoparsec.feedA
  6247. 1456.17 s [conduit-extra] - Data.Conduit.Attoparsec.empty
  6248. 1456.17 s [conduit-extra] - Data.Conduit.Attoparsec.isNull
  6249. 1456.17 s [conduit-extra] - Data.Conduit.Attoparsec.getLinesCols
  6250. 1456.17 s [conduit-extra] - Data.Conduit.Attoparsec.stripFromEnd
  6251. 1456.17 s [conduit-extra] Warning: Data.Conduit.Binary: could not find link destinations for:
  6252. 1456.17 s [conduit-extra] - Data.Conduit.Binary.SinkStorableInsufficientBytes
  6253. 1456.17 s [conduit-extra] Warning: Data.Conduit.ByteString.Builder: could not find link destinations for:
  6254. 1456.17 s [conduit-extra] - Data.Conduit.Combinators.Buffer
  6255. 1456.17 s [conduit-extra] Warning: Data.Conduit.Zlib: could not find link destinations for:
  6256. 1456.17 s [conduit-extra] - Codec.Compression.Zlib.Stream.Rep_WindowBits
  6257. 1456.17 s [yaml] Dependency template-haskell: using template-haskell-2.22.0.0
  6258. 1456.17 s [yaml] Dependency text: using text-2.1.2
  6259. 1456.17 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
  6260. 1456.17 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
  6261. 1456.17 s [yaml] Dependency vector: using vector-0.13.2.0
  6262. 1456.17 s [yaml] Dependency yaml: using yaml-0.11.11.2
  6263. 1456.17 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  6264. 1456.17 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  6265. 1456.17 s [yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
  6266. 1456.17 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  6267. 1456.17 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  6268. 1456.17 s [yaml] Dependency containers: using containers-0.7
  6269. 1456.17 s [yaml] Dependency directory: using directory-1.3.8.5
  6270. 1456.17 s [yaml] Dependency filepath: using filepath-1.5.4.0
  6271. 1456.17 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  6272. 1456.17 s [yaml] Dependency mtl: using mtl-2.3.1
  6273. 1456.17 s [yaml] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  6274. 1456.17 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  6275. 1456.17 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  6276. 1456.17 s [yaml] Dependency template-haskell: using template-haskell-2.22.0.0
  6277. 1456.17 s [yaml] Dependency text: using text-2.1.2
  6278. 1456.17 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
  6279. 1456.17 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
  6280. 1456.17 s [yaml] Dependency vector: using vector-0.13.2.0
  6281. 1456.17 s [yaml] Dependency yaml: using yaml-0.11.11.2
  6282. 1456.17 s [yaml] Dependency HUnit: using HUnit-1.6.2.0
  6283. 1456.17 s [yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
  6284. 1456.17 s [yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
  6285. 1456.17 s [yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
  6286. 1456.17 s [yaml] Dependency base-compat: using base-compat-0.14.1
  6287. 1456.17 s [yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
  6288. 1456.17 s [yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
  6289. 1456.17 s [yaml] Dependency containers: using containers-0.7
  6290. 1456.17 s [yaml] Dependency directory: using directory-1.3.8.5
  6291. 1456.17 s [yaml] Dependency filepath: using filepath-1.5.4.0
  6292. 1456.17 s [yaml] Dependency hspec >=1.3: using hspec-2.11.14
  6293. 1456.17 s [yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
  6294. 1456.17 s [yaml] Dependency mockery: using mockery-0.3.5
  6295. 1456.17 s [yaml] Dependency mtl: using mtl-2.3.1
  6296. 1456.17 s [yaml] Dependency raw-strings-qq: using raw-strings-qq-1.1
  6297. 1456.17 s [yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
  6298. 1456.17 s [yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
  6299. 1456.18 s [yaml] Dependency template-haskell: using template-haskell-2.22.0.0
  6300. 1456.18 s [yaml] Dependency temporary: using temporary-1.3
  6301. 1456.18 s [yaml] Dependency text: using text-2.1.2
  6302. 1456.18 s [yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
  6303. 1456.18 s [yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
  6304. 1456.18 s [yaml] Dependency vector: using vector-0.13.2.0
  6305. 1456.18 s [yaml] Dependency yaml: using yaml-0.11.11.2
  6306. 1456.18 s [yaml] Source component graph:
  6307. 1456.18 s [yaml] component lib
  6308. 1456.18 s [yaml] component exe:json2yaml dependency lib
  6309. 1456.18 s [yaml] component exe:yaml2json dependency lib
  6310. 1456.18 s [yaml] component test:spec dependency lib
  6311. 1456.18 s [yaml] Configured component graph:
  6312. 1456.18 s [yaml] component yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6313. 1456.18 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6314. 1456.18 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6315. 1456.18 s [yaml] include base-4.20.1.0-f445
  6316. 1456.18 s [yaml] include bytestring-0.12.2.0-214a
  6317. 1456.18 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6318. 1456.18 s [yaml] include containers-0.7-6571
  6319. 1456.18 s [yaml] include directory-1.3.8.5-159c
  6320. 1456.18 s [yaml] include filepath-1.5.4.0-8593
  6321. 1456.18 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6322. 1456.18 s [yaml] include mtl-2.3.1-07d6
  6323. 1456.18 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6324. 1456.18 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6325. 1456.18 s [yaml] include template-haskell-2.22.0.0-58bf
  6326. 1456.18 s [yaml] include text-2.1.2-7514
  6327. 1456.18 s [yaml] include transformers-0.6.1.1-05a6
  6328. 1456.18 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6329. 1456.18 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6330. 1456.18 s [yaml] component yaml-0.11.11.2-7yfz19qYAL9GMwuGsQ4rjk-json2yaml
  6331. 1456.18 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6332. 1456.18 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6333. 1456.18 s [yaml] include base-4.20.1.0-f445
  6334. 1456.18 s [yaml] include bytestring-0.12.2.0-214a
  6335. 1456.18 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6336. 1456.18 s [yaml] include containers-0.7-6571
  6337. 1456.18 s [yaml] include directory-1.3.8.5-159c
  6338. 1456.18 s [yaml] include filepath-1.5.4.0-8593
  6339. 1456.18 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6340. 1456.18 s [yaml] include mtl-2.3.1-07d6
  6341. 1456.18 s [yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6342. 1456.18 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6343. 1456.18 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6344. 1456.18 s [yaml] include template-haskell-2.22.0.0-58bf
  6345. 1456.18 s [yaml] include text-2.1.2-7514
  6346. 1456.18 s [yaml] include transformers-0.6.1.1-05a6
  6347. 1456.18 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6348. 1456.18 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6349. 1456.18 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6350. 1456.18 s [yaml] component yaml-0.11.11.2-C6l3oR9zOeuBNcbVsu5E8z-yaml2json
  6351. 1456.18 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6352. 1456.18 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6353. 1456.18 s [yaml] include base-4.20.1.0-f445
  6354. 1456.18 s [yaml] include bytestring-0.12.2.0-214a
  6355. 1456.18 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6356. 1456.18 s [yaml] include containers-0.7-6571
  6357. 1456.18 s [yaml] include directory-1.3.8.5-159c
  6358. 1456.18 s [yaml] include filepath-1.5.4.0-8593
  6359. 1456.18 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6360. 1456.18 s [yaml] include mtl-2.3.1-07d6
  6361. 1456.18 s [yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6362. 1456.18 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6363. 1456.18 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6364. 1456.18 s [yaml] include template-haskell-2.22.0.0-58bf
  6365. 1456.18 s [yaml] include text-2.1.2-7514
  6366. 1456.18 s [yaml] include transformers-0.6.1.1-05a6
  6367. 1456.18 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6368. 1456.18 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6369. 1456.18 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6370. 1456.18 s [yaml] component yaml-0.11.11.2-ARdW95yyoSUF7I2sGRYhYU-spec
  6371. 1456.18 s [yaml] include HUnit-1.6.2.0-GAuKlcZg6LzAvJUHPliCN
  6372. 1456.18 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6373. 1456.18 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6374. 1456.18 s [yaml] include base-4.20.1.0-f445
  6375. 1456.18 s [yaml] include base-compat-0.14.1-HbOgdL3dZRBFDEb8mIzmJl
  6376. 1456.18 s [yaml] include bytestring-0.12.2.0-214a
  6377. 1456.18 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6378. 1456.18 s [yaml] include containers-0.7-6571
  6379. 1456.18 s [yaml] include directory-1.3.8.5-159c
  6380. 1456.18 s [yaml] include filepath-1.5.4.0-8593
  6381. 1456.18 s [yaml] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  6382. 1456.18 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6383. 1456.18 s [yaml] include mockery-0.3.5-7LaLv4woJqL5ydloQy7Zit
  6384. 1456.18 s [yaml] include mtl-2.3.1-07d6
  6385. 1456.18 s [yaml] include raw-strings-qq-1.1-KcEldim9pjUFAuUnw01eSa
  6386. 1456.18 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6387. 1456.18 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6388. 1456.18 s [yaml] include template-haskell-2.22.0.0-58bf
  6389. 1456.18 s [yaml] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  6390. 1456.18 s [yaml] include text-2.1.2-7514
  6391. 1456.18 s [yaml] include transformers-0.6.1.1-05a6
  6392. 1456.18 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6393. 1456.18 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6394. 1456.18 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6395. 1456.18 s [yaml] Linked component graph:
  6396. 1456.18 s [yaml] unit yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6397. 1456.18 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6398. 1456.18 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6399. 1456.18 s [yaml] include base-4.20.1.0-f445
  6400. 1456.18 s [yaml] include bytestring-0.12.2.0-214a
  6401. 1456.18 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6402. 1456.18 s [yaml] include containers-0.7-6571
  6403. 1456.18 s [yaml] include directory-1.3.8.5-159c
  6404. 1456.18 s [yaml] include filepath-1.5.4.0-8593
  6405. 1456.18 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6406. 1456.18 s [yaml] include mtl-2.3.1-07d6
  6407. 1456.18 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6408. 1456.18 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6409. 1456.18 s [yaml] include template-haskell-2.22.0.0-58bf
  6410. 1456.18 s [yaml] include text-2.1.2-7514
  6411. 1456.18 s [yaml] include transformers-0.6.1.1-05a6
  6412. 1456.18 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6413. 1456.18 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6414. 1456.18 s [yaml] Data.Yaml=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml,Data.Yaml.Aeson=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Aeson,Data.Yaml.Builder=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Builder,Data.Yaml.Config=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Config,Data.Yaml.Include=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Include,Data.Yaml.Internal=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Internal,Data.Yaml.Parser=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Parser,Data.Yaml.Pretty=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.Pretty,Data.Yaml.TH=yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA:Data.Yaml.TH
  6415. 1456.18 s [yaml] unit yaml-0.11.11.2-7yfz19qYAL9GMwuGsQ4rjk-json2yaml
  6416. 1456.18 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6417. 1456.18 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6418. 1456.18 s [yaml] include base-4.20.1.0-f445
  6419. 1456.18 s [yaml] include bytestring-0.12.2.0-214a
  6420. 1456.18 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6421. 1456.18 s [yaml] include containers-0.7-6571
  6422. 1456.18 s [yaml] include directory-1.3.8.5-159c
  6423. 1456.18 s [yaml] include filepath-1.5.4.0-8593
  6424. 1456.18 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6425. 1456.18 s [yaml] include mtl-2.3.1-07d6
  6426. 1456.18 s [yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6427. 1456.18 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6428. 1456.18 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6429. 1456.18 s [yaml] include template-haskell-2.22.0.0-58bf
  6430. 1456.18 s [yaml] include text-2.1.2-7514
  6431. 1456.18 s [yaml] include transformers-0.6.1.1-05a6
  6432. 1456.18 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6433. 1456.18 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6434. 1456.18 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6435. 1456.18 s [yaml] unit yaml-0.11.11.2-C6l3oR9zOeuBNcbVsu5E8z-yaml2json
  6436. 1456.18 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6437. 1456.18 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6438. 1456.18 s [yaml] include base-4.20.1.0-f445
  6439. 1456.18 s [yaml] include bytestring-0.12.2.0-214a
  6440. 1456.18 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6441. 1456.18 s [yaml] include containers-0.7-6571
  6442. 1456.18 s [yaml] include directory-1.3.8.5-159c
  6443. 1456.18 s [yaml] include filepath-1.5.4.0-8593
  6444. 1456.18 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6445. 1456.18 s [yaml] include mtl-2.3.1-07d6
  6446. 1456.18 s [yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6447. 1456.18 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6448. 1456.18 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6449. 1456.18 s [yaml] include template-haskell-2.22.0.0-58bf
  6450. 1456.18 s [yaml] include text-2.1.2-7514
  6451. 1456.18 s [yaml] include transformers-0.6.1.1-05a6
  6452. 1456.18 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6453. 1456.18 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6454. 1456.18 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6455. 1456.18 s [yaml] unit yaml-0.11.11.2-ARdW95yyoSUF7I2sGRYhYU-spec
  6456. 1456.18 s [yaml] include HUnit-1.6.2.0-GAuKlcZg6LzAvJUHPliCN
  6457. 1456.18 s [yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6458. 1456.18 s [yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6459. 1456.18 s [yaml] include base-4.20.1.0-f445
  6460. 1456.18 s [yaml] include base-compat-0.14.1-HbOgdL3dZRBFDEb8mIzmJl
  6461. 1456.18 s [yaml] include bytestring-0.12.2.0-214a
  6462. 1456.18 s [yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6463. 1456.18 s [yaml] include containers-0.7-6571
  6464. 1456.18 s [yaml] include directory-1.3.8.5-159c
  6465. 1456.18 s [yaml] include filepath-1.5.4.0-8593
  6466. 1456.18 s [yaml] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  6467. 1456.18 s [yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6468. 1456.18 s [yaml] include mockery-0.3.5-7LaLv4woJqL5ydloQy7Zit
  6469. 1456.18 s [yaml] include mtl-2.3.1-07d6
  6470. 1456.18 s [yaml] include raw-strings-qq-1.1-KcEldim9pjUFAuUnw01eSa
  6471. 1456.18 s [yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6472. 1456.18 s [yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6473. 1456.18 s [yaml] include template-haskell-2.22.0.0-58bf
  6474. 1456.18 s [yaml] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  6475. 1456.18 s [yaml] include text-2.1.2-7514
  6476. 1456.18 s [yaml] include transformers-0.6.1.1-05a6
  6477. 1456.18 s [yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6478. 1456.18 s [yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6479. 1456.18 s [yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6480. 1456.18 s [yaml] Ready component graph:
  6481. 1456.18 s [yaml] definite yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6482. 1456.18 s [yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6483. 1456.18 s [yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6484. 1456.18 s [yaml] depends base-4.20.1.0-f445
  6485. 1456.18 s [yaml] depends bytestring-0.12.2.0-214a
  6486. 1456.18 s [yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6487. 1456.18 s [yaml] depends containers-0.7-6571
  6488. 1456.18 s [yaml] depends directory-1.3.8.5-159c
  6489. 1456.18 s [yaml] depends filepath-1.5.4.0-8593
  6490. 1456.18 s [yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6491. 1456.18 s [yaml] depends mtl-2.3.1-07d6
  6492. 1456.18 s [yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6493. 1456.18 s [yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6494. 1456.18 s [yaml] depends template-haskell-2.22.0.0-58bf
  6495. 1456.18 s [yaml] depends text-2.1.2-7514
  6496. 1456.18 s [yaml] depends transformers-0.6.1.1-05a6
  6497. 1456.18 s [yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6498. 1456.18 s [yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6499. 1456.18 s [yaml] definite yaml-0.11.11.2-7yfz19qYAL9GMwuGsQ4rjk-json2yaml
  6500. 1456.18 s [yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6501. 1456.18 s [yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6502. 1456.18 s [yaml] depends base-4.20.1.0-f445
  6503. 1456.18 s [yaml] depends bytestring-0.12.2.0-214a
  6504. 1456.18 s [yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6505. 1456.18 s [yaml] depends containers-0.7-6571
  6506. 1456.18 s [yaml] depends directory-1.3.8.5-159c
  6507. 1456.18 s [yaml] depends filepath-1.5.4.0-8593
  6508. 1456.18 s [yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6509. 1456.18 s [yaml] depends mtl-2.3.1-07d6
  6510. 1456.18 s [yaml] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6511. 1456.18 s [yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6512. 1456.18 s [yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6513. 1456.18 s [yaml] depends template-haskell-2.22.0.0-58bf
  6514. 1456.18 s [yaml] depends text-2.1.2-7514
  6515. 1456.18 s [yaml] depends transformers-0.6.1.1-05a6
  6516. 1456.18 s [yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6517. 1456.18 s [yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6518. 1456.18 s [yaml] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6519. 1456.18 s [yaml] definite yaml-0.11.11.2-ARdW95yyoSUF7I2sGRYhYU-spec
  6520. 1456.18 s [yaml] depends HUnit-1.6.2.0-GAuKlcZg6LzAvJUHPliCN
  6521. 1456.18 s [yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6522. 1456.18 s [yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6523. 1456.18 s [yaml] depends base-4.20.1.0-f445
  6524. 1456.18 s [yaml] depends base-compat-0.14.1-HbOgdL3dZRBFDEb8mIzmJl
  6525. 1456.18 s [yaml] depends bytestring-0.12.2.0-214a
  6526. 1456.18 s [yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6527. 1456.18 s [yaml] depends containers-0.7-6571
  6528. 1456.18 s [yaml] depends directory-1.3.8.5-159c
  6529. 1456.18 s [yaml] depends filepath-1.5.4.0-8593
  6530. 1456.18 s [yaml] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  6531. 1456.18 s [yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6532. 1456.18 s [yaml] depends mockery-0.3.5-7LaLv4woJqL5ydloQy7Zit
  6533. 1456.18 s [yaml] depends mtl-2.3.1-07d6
  6534. 1456.18 s [yaml] depends raw-strings-qq-1.1-KcEldim9pjUFAuUnw01eSa
  6535. 1456.18 s [yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6536. 1456.18 s [yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6537. 1456.18 s [yaml] depends template-haskell-2.22.0.0-58bf
  6538. 1456.18 s [yaml] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  6539. 1456.18 s [yaml] depends text-2.1.2-7514
  6540. 1456.18 s [yaml] depends transformers-0.6.1.1-05a6
  6541. 1456.18 s [yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6542. 1456.18 s [yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6543. 1456.18 s [yaml] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6544. 1456.18 s [yaml] definite yaml-0.11.11.2-C6l3oR9zOeuBNcbVsu5E8z-yaml2json
  6545. 1456.18 s [yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  6546. 1456.18 s [yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  6547. 1456.18 s [yaml] depends base-4.20.1.0-f445
  6548. 1456.18 s [yaml] depends bytestring-0.12.2.0-214a
  6549. 1456.18 s [yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  6550. 1456.18 s [yaml] depends containers-0.7-6571
  6551. 1456.18 s [yaml] depends directory-1.3.8.5-159c
  6552. 1456.18 s [yaml] depends filepath-1.5.4.0-8593
  6553. 1456.18 s [yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
  6554. 1456.18 s [yaml] depends mtl-2.3.1-07d6
  6555. 1456.18 s [yaml] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  6556. 1456.18 s [yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
  6557. 1456.18 s [yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  6558. 1456.18 s [yaml] depends template-haskell-2.22.0.0-58bf
  6559. 1456.18 s [yaml] depends text-2.1.2-7514
  6560. 1456.18 s [yaml] depends transformers-0.6.1.1-05a6
  6561. 1456.18 s [yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  6562. 1456.18 s [yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  6563. 1456.18 s [yaml] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6564. 1456.18 s [yaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
  6565. 1456.18 s [yaml] Using compiler: ghc-9.10.2
  6566. 1456.18 s [yaml] Using install prefix:
  6567. 1456.18 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2
  6568. 1456.18 s [yaml] Executables installed in:
  6569. 1456.18 s [yaml] /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
  6570. 1456.18 s [yaml] Libraries installed in:
  6571. 1456.18 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  6572. 1456.18 s [yaml] Dynamic Libraries installed in:
  6573. 1456.18 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  6574. 1456.18 s [yaml] Private executables installed in:
  6575. 1456.18 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/libexec/x86_64-linux-ghc-9.10.2-2a2a/yaml-0.11.11.2
  6576. 1456.18 s [yaml] Data files installed in:
  6577. 1456.18 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/share/x86_64-linux-ghc-9.10.2-2a2a/yaml-0.11.11.2
  6578. 1456.18 s [yaml] Documentation installed in:
  6579. 1456.18 s [yaml] /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2
  6580. 1456.18 s [yaml] Configuration files installed in:
  6581. 1456.18 s [yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/etc
  6582. 1456.18 s [yaml] No alex found
  6583. 1456.18 s [yaml] Using ar found on system at:
  6584. 1456.18 s [yaml] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  6585. 1456.18 s [yaml] No c2hs found
  6586. 1456.18 s [yaml] No cpphs found
  6587. 1456.18 s [yaml] No doctest found
  6588. 1456.18 s [yaml] Using gcc version 14.3.0 given by user at:
  6589. 1456.18 s [yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  6590. 1456.18 s [yaml] Using ghc version 9.10.2 found on system at:
  6591. 1456.18 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  6592. 1456.18 s [yaml] Using ghc-pkg version 9.10.2 found on system at:
  6593. 1456.18 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  6594. 1456.18 s [yaml] No ghcjs found
  6595. 1456.18 s [yaml] No ghcjs-pkg found
  6596. 1456.18 s [yaml] No greencard found
  6597. 1456.18 s [yaml] Using haddock version 2.31.0 found on system at:
  6598. 1456.18 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  6599. 1456.18 s [yaml] No happy found
  6600. 1456.18 s [yaml] Using haskell-suite found on system at: haskell-suite-dummy-location
  6601. 1456.18 s [yaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  6602. 1456.18 s [yaml] No hmake found
  6603. 1456.18 s [yaml] Using hpc version 0.69 found on system at:
  6604. 1456.18 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  6605. 1456.18 s [yaml] Using hsc2hs version 0.68.10 found on system at:
  6606. 1456.18 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  6607. 1456.18 s [yaml] Using hscolour version 1.25 found on system at:
  6608. 1456.18 s [yaml] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  6609. 1456.18 s [yaml] No jhc found
  6610. 1456.18 s [yaml] Using ld found on system at:
  6611. 1456.18 s [yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  6612. 1456.18 s [yaml] No pkg-config found
  6613. 1456.18 s [yaml] Using runghc version 9.10.2 found on system at:
  6614. 1456.18 s [yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  6615. 1456.18 s [yaml] Using strip version 2.44 found on system at:
  6616. 1456.18 s [yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  6617. 1456.18 s [yaml] Using tar found on system at:
  6618. 1456.18 s [yaml] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  6619. 1456.18 s [yaml] No uhc found
  6620. 1456.18 s [yaml] Phase: buildPhase
  6621. 1456.24 s [yaml] Preprocessing library for yaml-0.11.11.2...
  6622. 1456.24 s [yaml] Building library for yaml-0.11.11.2...
  6623. 1456.52 s [yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.o, dist/build/Data/Yaml/Internal.dyn_o )
  6624. 1456.57 s [conduit-extra] Documentation created: dist/doc/html/conduit-extra/,
  6625. 1456.57 s [conduit-extra] dist/doc/html/conduit-extra/conduit-extra.txt
  6626. 1456.64 s [conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.8...
  6627. 1456.70 s [conduit-extra] Phase: installPhase
  6628. 1456.73 s [conduit-extra] Installing library in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  6629. 1457.06 s [conduit-extra] Phase: fixupPhase
  6630. 1457.08 s [conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  6631. 1457.08 s [conduit-extra] shrinking /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSconduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2-ghc9.10.2.so
  6632. 1457.10 s [conduit-extra] checking for references to /build/ in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8...
  6633. 1457.13 s [conduit-extra] patching script interpreter paths in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  6634. 1457.13 s [conduit-extra] stripping (with command strip and flags -S -p) in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib
  6635. 1457.23 s [conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc
  6636. 1457.24 s [conduit-extra] checking for references to /build/ in /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc...
  6637. 1457.26 s [conduit-extra] patching script interpreter paths in /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc
  6638. 1457.39 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  6639. 1457.88 s [post-build-hook] Pushing 2 paths (132 are already present) using zstd to cache sellout ⏳
  6640. 1457.89 s [post-build-hook]
  6641. 1458.24 s [post-build-hook] Pushing /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc (2.11 MiB)
  6642. 1458.26 s [post-build-hook] Pushing /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8 (5.11 MiB)
  6643. 1459.59 s [post-build-hook]
  6644. 1459.59 s [post-build-hook] All done.
  6645. 1459.61 s [post-build-hook] Uploading to the NixCI cache: /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
  6646. 1459.65 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6647. 1459.82 s [post-build-hook] copying 2 paths...
  6648. 1459.83 s [post-build-hook] copying path '/nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc' to 'https://cache.nix-ci.com'...
  6649. 1460.19 s [post-build-hook] copying path '/nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8' to 'https://cache.nix-ci.com'...
  6650. 1461.52 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  6651. 1461.69 s [post-build-hook] copying 1 paths...
  6652. 1461.71 s [post-build-hook] copying path '/nix/store/877bwjn9hksbjz18h66aqqkn1pnqbz22-conduit-extra-1.3.8.drv' to 'https://cache.nix-ci.com'...
  6653. 1461.83 s Progress: 143 of 157 built (2 building), 587 of 587 downloaded from cache
  6654. 1461.84 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 )
  6655. 1461.84 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 )
  6656. 1461.84 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 )
  6657. 1461.84 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 )
  6658. 1461.84 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 )
  6659. 1461.84 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 )
  6660. 1461.84 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 )
  6661. 1461.84 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 )
  6662. 1461.84 s [yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.o, dist/build/Data/Yaml/Include.dyn_o )
  6663. 1461.84 s [yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.o, dist/build/Data/Yaml/Builder.dyn_o )
  6664. 1461.84 s [yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.o, dist/build/Data/Yaml.dyn_o )
  6665. 1461.84 s [yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.o, dist/build/Data/Yaml/Config.dyn_o )
  6666. 1461.84 s [yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.o, dist/build/Data/Yaml/Aeson.dyn_o )
  6667. 1461.84 s [yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.o, dist/build/Data/Yaml/Parser.dyn_o )
  6668. 1461.84 s [yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.o, dist/build/Data/Yaml/Pretty.dyn_o )
  6669. 1461.84 s [yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.o, dist/build/Data/Yaml/TH.dyn_o )
  6670. 1461.84 s [yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.o, dist/build/Paths_yaml.dyn_o )
  6671. 1461.84 s [yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.p_o )
  6672. 1461.84 s [yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.p_o )
  6673. 1461.84 s [yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.p_o )
  6674. 1461.84 s [yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.p_o )
  6675. 1461.84 s [yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.p_o )
  6676. 1461.84 s [yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.p_o )
  6677. 1461.84 s [yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.p_o )
  6678. 1461.84 s [yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.p_o )
  6679. 1461.84 s [yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.p_o )
  6680. 1461.84 s [yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.p_o )
  6681. 1462.52 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 )
  6682. 1462.52 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 )
  6683. 1463.27 s [yaml] Preprocessing executable 'json2yaml' for yaml-0.11.11.2...
  6684. 1463.27 s [yaml] Building executable 'json2yaml' for yaml-0.11.11.2...
  6685. 1463.42 s [yaml] [1 of 3] Compiling Paths_yaml ( dist/build/json2yaml/autogen/Paths_yaml.hs, dist/build/json2yaml/json2yaml-tmp/Paths_yaml.o )
  6686. 1463.51 s [yaml] [2 of 3] Compiling Common ( exe/Common.hs, dist/build/json2yaml/json2yaml-tmp/Common.o )
  6687. 1463.57 s [yaml] [3 of 3] Compiling Main ( exe/json2yaml.hs, dist/build/json2yaml/json2yaml-tmp/Main.o )
  6688. 1464.02 s [yaml] [4 of 4] Linking dist/build/json2yaml/json2yaml
  6689. 1465.05 s [yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
  6690. 1465.05 s [yaml] Building test suite 'spec' for yaml-0.11.11.2...
  6691. 1465.27 s [yaml] [1 of 5] Compiling Data.Yaml.IncludeSpec ( test/Data/Yaml/IncludeSpec.hs, dist/build/spec/spec-tmp/Data/Yaml/IncludeSpec.o )
  6692. 1465.62 s [yaml] test/Data/Yaml/IncludeSpec.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
  6693. 1465.62 s [yaml] The import of ‘Data.Yaml’ is redundant
  6694. 1465.62 s [yaml] except perhaps to import instances from ‘Data.Yaml’
  6695. 1465.62 s [yaml] To import instances alone, use: import Data.Yaml()
  6696. 1465.62 s [yaml] |
  6697. 1465.62 s [yaml] 15 | import Data.Yaml (ParseException(InvalidYaml))
  6698. 1465.62 s [yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6699. 1465.62 s [yaml]
  6700. 1466.08 s [yaml] [2 of 5] Compiling Data.Yaml.THSpec ( test/Data/Yaml/THSpec.hs, dist/build/spec/spec-tmp/Data/Yaml/THSpec.o )
  6701. 1466.08 s [yaml] [3 of 5] Compiling Data.YamlSpec ( test/Data/YamlSpec.hs, dist/build/spec/spec-tmp/Data/YamlSpec.o )
  6702. 1466.08 s [yaml] test/Data/YamlSpec.hs:46:1: warning: [GHC-66111] [-Wunused-imports]
  6703. 1466.08 s [yaml] The import of ‘Data.String’ is redundant
  6704. 1466.08 s [yaml] except perhaps to import instances from ‘Data.String’
  6705. 1466.08 s [yaml] To import instances alone, use: import Data.String()
  6706. 1466.08 s [yaml] |
  6707. 1466.08 s [yaml] 46 | import Data.String (fromString)
  6708. 1466.08 s [yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6709. 1466.08 s [yaml]
  6710. 1466.08 s [yaml] test/Data/YamlSpec.hs:52:1: warning: [GHC-66111] [-Wunused-imports]
  6711. 1466.08 s [yaml] The qualified import of ‘Data.HashMap.Strict’ is redundant
  6712. 1466.08 s [yaml] except perhaps to import instances from ‘Data.HashMap.Strict’
  6713. 1466.08 s [yaml] To import instances alone, use: import Data.HashMap.Strict()
  6714. 1466.08 s [yaml] |
  6715. 1466.08 s [yaml] 52 | import qualified Data.HashMap.Strict as HM
  6716. 1466.08 s [yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6717. 1466.08 s [yaml]
  6718. 1466.08 s [yaml] test/Data/YamlSpec.hs:61:1: warning: [GHC-40910] [-Wunused-top-binds]
  6719. 1466.08 s [yaml] Defined but not used: ‘toText’
  6720. 1466.08 s [yaml] |
  6721. 1466.08 s [yaml] 61 | toText = K.toText
  6722. 1466.08 s [yaml] | ^^^^^^
  6723. 1466.08 s [yaml]
  6724. 1466.96 s [lsp-types] Preprocessing library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
  6725. 1466.98 s [lsp-types] Building library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
  6726. 1467.02 s [lsp-types] [1 of 4] Compiling Language.LSP.Protocol.QuickCheck.Common ( quickcheck/Language/LSP/Protocol/QuickCheck/Common.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Common.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Common.dyn_o )
  6727. 1467.41 s [lsp-types] [2 of 4] Compiling Language.LSP.Protocol.QuickCheck.Types ( quickcheck/Language/LSP/Protocol/QuickCheck/Types.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Types.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Types.dyn_o )
  6728. 1468.25 s [yaml] [4 of 5] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
  6729. 1468.28 s [yaml] [5 of 5] Compiling Paths_yaml ( dist/build/spec/autogen/Paths_yaml.hs, dist/build/spec/spec-tmp/Paths_yaml.o )
  6730. 1468.79 s [yaml] [6 of 6] Linking dist/build/spec/spec
  6731. 1469.98 s [yaml] Preprocessing executable 'yaml2json' for yaml-0.11.11.2...
  6732. 1469.98 s [yaml] Building executable 'yaml2json' for yaml-0.11.11.2...
  6733. 1470.11 s [yaml] [1 of 3] Compiling Paths_yaml ( dist/build/yaml2json/autogen/Paths_yaml.hs, dist/build/yaml2json/yaml2json-tmp/Paths_yaml.o )
  6734. 1470.20 s [yaml] [2 of 3] Compiling Common ( exe/Common.hs, dist/build/yaml2json/yaml2json-tmp/Common.o )
  6735. 1470.26 s [yaml] [3 of 3] Compiling Main ( exe/yaml2json.hs, dist/build/yaml2json/yaml2json-tmp/Main.o )
  6736. 1470.66 s [yaml] [4 of 4] Linking dist/build/yaml2json/yaml2json
  6737. 1471.64 s [yaml] Phase: checkPhase
  6738. 1471.93 s [yaml] Running 1 test suites...
  6739. 1471.93 s [yaml] Test suite spec: RUNNING...
  6740. 1471.93 s [yaml]
  6741. 1471.93 s [yaml] Data.Yaml
  6742. 1471.93 s [yaml] streaming
  6743. 1471.93 s [yaml] count scalars with anchor [✔]
  6744. 1471.93 s [yaml] count sequences with anchor [✔]
  6745. 1471.93 s [yaml] count mappings with anchor [✔]
  6746. 1471.93 s [yaml] count sequences with custom tag [✔]
  6747. 1471.93 s [yaml] count mappings with custom tag [✔]
  6748. 1471.93 s [yaml] count count sequences with ! tag [✔]
  6749. 1471.93 s [yaml] count count mappings with ! tag [✔]
  6750. 1471.93 s [yaml] count block style sequences [✔]
  6751. 1471.93 s [yaml] count flow style sequences [✔]
  6752. 1471.93 s [yaml] count block style mappings [✔]
  6753. 1471.93 s [yaml] count flow style mappings [✔]
  6754. 1471.93 s [yaml] count aliases [✔]
  6755. 1471.93 s [yaml] count scalars [✔]
  6756. 1471.93 s [yaml] largest string [✔]
  6757. 1471.93 s [yaml] encode/decode [✔]
  6758. 1471.93 s [yaml] encode/decode events [✔]
  6759. 1471.93 s [yaml] encode/decode file [✔]
  6760. 1471.93 s [yaml] interleaved encode/decode [✔]
  6761. 1471.93 s [yaml] decode invalid document (without segfault) [✔]
  6762. 1471.93 s [yaml] Data.Yaml
  6763. 1471.93 s [yaml] encode/decode [✔]
  6764. 1471.93 s [yaml] encode/decode file [✔]
  6765. 1471.94 s [yaml] encode/decode files with non-ASCII names [✔]
  6766. 1471.94 s [yaml] encode/decode strings [✔]
  6767. 1471.94 s [yaml] decode invalid file [✔]
  6768. 1471.94 s [yaml] processes datatypes [✔]
  6769. 1471.94 s [yaml] encode invalid numbers [✔]
  6770. 1471.94 s [yaml] Data.Yaml.Pretty
  6771. 1471.94 s [yaml] encode/decode [✔]
  6772. 1471.94 s [yaml] encode/decode strings [✔]
  6773. 1471.94 s [yaml] processes datatypes [✔]
  6774. 1471.94 s [yaml] Data.Yaml.Builder
  6775. 1471.94 s [yaml] encode/decode [✔]
  6776. 1471.94 s [yaml] encode/decode complex mapping [✔]
  6777. 1471.94 s [yaml] Data.Yaml aliases
  6778. 1471.94 s [yaml] simple scalar alias [✔]
  6779. 1471.94 s [yaml] simple sequence alias [✔]
  6780. 1471.94 s [yaml] simple mapping alias [✔]
  6781. 1471.94 s [yaml] mapping alias before anchor [✔]
  6782. 1471.94 s [yaml] mapping alias inside anchor [✔]
  6783. 1471.94 s [yaml] scalar alias overriding [✔]
  6784. 1471.94 s [yaml] Data.Yaml merge keys
  6785. 1471.94 s [yaml] test uniqueness of keys [✔]
  6786. 1471.94 s [yaml] test mapping merge [✔]
  6787. 1471.94 s [yaml] test sequence of mappings merging [✔]
  6788. 1471.94 s [yaml] numbers
  6789. 1471.94 s [yaml] parses as string when quoted [✔]
  6790. 1471.94 s [yaml] parses as number when unquoted [✔]
  6791. 1471.94 s [yaml] parses as number !!str is present [✔]
  6792. 1471.94 s [yaml] integers have no decimals [✔]
  6793. 1471.94 s [yaml] booleans
  6794. 1471.94 s [yaml] parses when all lowercase [✔]
  6795. 1471.94 s [yaml] parses when all uppercase [✔]
  6796. 1471.94 s [yaml] parses when titlecase [✔]
  6797. 1471.94 s [yaml] empty input
  6798. 1471.94 s [yaml] parses as Null [✔]
  6799. 1471.94 s [yaml] parses as Null from file [✔]
  6800. 1471.94 s [yaml] comment only input
  6801. 1471.94 s [yaml] parses as Null [✔]
  6802. 1471.94 s [yaml] parses as Null from file [✔]
  6803. 1471.94 s [yaml] alias stripping
  6804. 1471.94 s [yaml] works [✔]
  6805. 1471.94 s [yaml] nulls
  6806. 1471.94 s [yaml] null recognized: "null" [✔]
  6807. 1471.94 s [yaml] null recognized: "Null" [✔]
  6808. 1471.94 s [yaml] null recognized: "NULL" [✔]
  6809. 1471.94 s [yaml] null recognized: "~" [✔]
  6810. 1471.94 s [yaml] null recognized: "" [✔]
  6811. 1471.94 s [yaml] pretty output
  6812. 1471.94 s [yaml] simple nulls [✔]
  6813. 1471.94 s [yaml] simple numbers [✔]
  6814. 1471.94 s [yaml] True [✔]
  6815. 1471.94 s [yaml] False [✔]
  6816. 1471.94 s [yaml] simple string [✔]
  6817. 1471.94 s [yaml] * [✔]
  6818. 1471.94 s [yaml] special keys
  6819. 1471.94 s [yaml] fo"o [✔]
  6820. 1471.94 s [yaml] fo'o [✔]
  6821. 1471.94 s [yaml] fo\'o [✔]
  6822. 1471.94 s [yaml] fo: o [✔]
  6823. 1471.94 s [yaml] foo
  6824. 1471.94 s [yaml] bar
  6825. 1471.94 s [yaml] baz
  6826. 1471.94 s [yaml] [✔]
  6827. 1471.94 s [yaml] special values
  6828. 1471.94 s [yaml] fo"o [✔]
  6829. 1471.94 s [yaml] fo'o [✔]
  6830. 1471.94 s [yaml] fo\'o [✔]
  6831. 1471.94 s [yaml] fo: o [✔]
  6832. 1471.94 s [yaml] foo
  6833. 1471.94 s [yaml] bar
  6834. 1471.94 s [yaml] baz
  6835. 1471.94 s [yaml] [✔]
  6836. 1471.94 s [yaml] decodeFileEither
  6837. 1471.94 s [yaml] loads YAML through JSON into Haskell data [✔]
  6838. 1471.94 s [yaml] when file does not exist
  6839. 1471.94 s [yaml] returns Left [✔]
  6840. 1471.94 s [yaml] multiple document support
  6841. 1471.94 s [yaml] decodes zero-length input [✔]
  6842. 1471.94 s [yaml] decodes comment-only input [✔]
  6843. 1471.94 s [yaml] decodes a single document stream [✔]
  6844. 1471.94 s [yaml] decodes multiple documents [✔]
  6845. 1471.94 s [yaml] round-tripping of special scalars
  6846. 1471.94 s [yaml] y [✔]
  6847. 1471.94 s [yaml] Y [✔]
  6848. 1471.94 s [yaml] On [✔]
  6849. 1471.94 s [yaml] ON [✔]
  6850. 1471.94 s [yaml] false [✔]
  6851. 1471.94 s [yaml] 12345 [✔]
  6852. 1471.94 s [yaml] 12345.0 [✔]
  6853. 1471.94 s [yaml] 12345a [✔]
  6854. 1471.94 s [yaml] 12e3 [✔]
  6855. 1471.94 s [yaml] no tags [✔]
  6856. 1471.94 s [yaml] aliases in keys #49 [✔]
  6857. 1471.94 s [yaml] serialization of +123 #64 [✔]
  6858. 1471.94 s [yaml] preserves Scientific precision [✔]
  6859. 1471.94 s [yaml] truncates files [✔]
  6860. 1471.94 s [yaml] encode quotes special keys #137 [✔]
  6861. 1471.94 s [yaml] encodePretty quotes special keys #179 [✔]
  6862. 1471.94 s [yaml] non-decimal numbers #135
  6863. 1471.94 s [yaml] 12345 [✔]
  6864. 1471.94 s [yaml] +12345 [✔]
  6865. 1471.94 s [yaml] 0o14 [✔]
  6866. 1471.94 s [yaml] 0o123 [✔]
  6867. 1471.94 s [yaml] 0xC [✔]
  6868. 1471.94 s [yaml] 0xc [✔]
  6869. 1471.94 s [yaml] 0xdeadBEEF [✔]
  6870. 1471.94 s [yaml] 0xDEADBEEF [✔]
  6871. 1471.94 s [yaml] 1.23015e+3 [✔]
  6872. 1471.94 s [yaml] 12.3015e+02 [✔]
  6873. 1471.94 s [yaml] 1230.15 [✔]
  6874. 1471.94 s [yaml] Text.Libyaml with default tag rendering
  6875. 1471.94 s [yaml] elides custom sequence tags [✔]
  6876. 1471.94 s [yaml] elides custom mapping tags [✔]
  6877. 1471.94 s [yaml] elides default sequence tags [✔]
  6878. 1471.94 s [yaml] elides default mapping tags [✔]
  6879. 1471.94 s [yaml] handles NoTag on sequences [✔]
  6880. 1471.94 s [yaml] handles NoTag on mappings [✔]
  6881. 1471.94 s [yaml] handles mixed tag usages but elides all mapping and sequence tags [✔]
  6882. 1471.94 s [yaml] in combination of tags, anchors and styles, outputs only the scalar tags [✔]
  6883. 1471.94 s [yaml] outputs tags when double quoted [✔]
  6884. 1471.94 s [yaml] outputs tags when single quoted [✔]
  6885. 1471.94 s [yaml] outputs tags on literal text [✔]
  6886. 1471.94 s [yaml] outputs tags on folded text [✔]
  6887. 1471.94 s [yaml] Text.Libyaml with all tags on
  6888. 1471.94 s [yaml] will output custom sequence tags [✔]
  6889. 1471.94 s [yaml] will output custom mapping tags [✔]
  6890. 1471.94 s [yaml] will output default sequence tags [✔]
  6891. 1471.94 s [yaml] will output default mapping tags [✔]
  6892. 1471.94 s [yaml] handles NoTag on sequences [✔]
  6893. 1471.94 s [yaml] handles NoTag on mappings [✔]
  6894. 1471.94 s [yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
  6895. 1471.94 s [yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
  6896. 1471.94 s [yaml] outputs plain tags [✔]
  6897. 1471.94 s [yaml] respects PlainNoTag tags [✔]
  6898. 1471.94 s [yaml] Text.Libyaml with uri tags on
  6899. 1471.94 s [yaml] will output custom sequence tags [✔]
  6900. 1471.94 s [yaml] will output custom mapping tags [✔]
  6901. 1471.94 s [yaml] will output default sequence tags [✔]
  6902. 1471.94 s [yaml] will output default mapping tags [✔]
  6903. 1471.94 s [yaml] handles NoTag on sequences [✔]
  6904. 1471.94 s [yaml] handles NoTag on mappings [✔]
  6905. 1471.94 s [yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
  6906. 1471.94 s [yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
  6907. 1471.94 s [yaml] Text.Libyaml with tags off
  6908. 1471.94 s [yaml] outputs plain tags [✔]
  6909. 1471.94 s [yaml] respects PlainNoTag tags [✔]
  6910. 1471.94 s [yaml] elides tags when double quoted [✔]
  6911. 1471.94 s [yaml] elides tags when single quoted [✔]
  6912. 1471.94 s [yaml] elides tags on literal text [✔]
  6913. 1471.94 s [yaml] elides tags on folded text [✔]
  6914. 1471.94 s [yaml] Text.Libyaml with only UriTags set to render
  6915. 1471.94 s [yaml] outputs only UriTags [✔]
  6916. 1471.95 s [yaml] Scientific values round-trip [✔]
  6917. 1471.95 s [yaml] +++ OK, passed 100 tests.
  6918. 1471.95 s [yaml] Data.Yaml.Include
  6919. 1471.95 s [yaml] decodeFile
  6920. 1471.95 s [yaml] supports includes [✔]
  6921. 1471.95 s [yaml] supports recursive includes [✔]
  6922. 1471.95 s [yaml] aborts on cyclic includes [✔]
  6923. 1471.95 s [yaml] when file does not exist
  6924. 1471.95 s [yaml] throws Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
  6925. 1471.95 s [yaml] with a 1K stack size limit
  6926. 1471.95 s [yaml] with a large list
  6927. 1471.96 s [yaml] succeeds [✔]
  6928. 1471.96 s [yaml] decodeFileEither
  6929. 1471.96 s [yaml] when file does not exist
  6930. 1471.99 s [yaml] returns Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
  6931. 1471.99 s [yaml] decodeFileWithWarnings
  6932. 1471.99 s [yaml] warns on duplicate keys [✔]
  6933. 1471.99 s [yaml] warns on nested duplicate keys [✔]
  6934. 1471.99 s [yaml] when overriding a merged key
  6935. 1471.99 s [yaml] does not warn [✔]
  6936. 1471.99 s [yaml] when overriding twice
  6937. 1471.99 s [yaml] warns [✔]
  6938. 1471.99 s [yaml] Data.Yaml.TH
  6939. 1471.99 s [yaml] yamlQQ
  6940. 1471.99 s [yaml] parses yaml [✔]
  6941. 1471.99 s [yaml]
  6942. 1471.99 s [yaml] Finished in 0.0304 seconds
  6943. 1471.99 s [yaml] 155 examples, 0 failures
  6944. 1471.99 s [yaml] Test suite spec: PASS
  6945. 1471.99 s [yaml] Test suite logged to: dist/test/yaml-0.11.11.2-spec.log
  6946. 1471.99 s [yaml] 1 of 1 test suites (1 of 1 test cases) passed.
  6947. 1471.99 s [yaml] Phase: haddockPhase
  6948. 1472.10 s [yaml] Preprocessing library for yaml-0.11.11.2...
  6949. 1472.10 s [yaml] Running Haddock on library for yaml-0.11.11.2...
  6950. 1472.10 s [yaml] Warning: The documentation for the following packages are not installed. No
  6951. 1472.10 s [yaml] links will be generated to these packages: attoparsec-0.14.4,
  6952. 1472.10 s [yaml] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  6953. 1472.48 s [yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, nothing )
  6954. 1472.83 s [yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, nothing )
  6955. 1472.93 s [yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, nothing )
  6956. 1472.96 s [yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, nothing )
  6957. 1472.99 s [yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, nothing )
  6958. 1473.01 s [yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, nothing )
  6959. 1473.01 s [yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, nothing )
  6960. 1473.07 s [yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, nothing )
  6961. 1473.08 s [yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, nothing )
  6962. 1473.11 s [yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, nothing )
  6963. 1473.12 s [yaml] Haddock coverage:
  6964. 1473.12 s [yaml] Warning: 'setStringStyle' is out of scope.
  6965. 1473.12 s [yaml] If you qualify the identifier, haddock can try to link it anyway.
  6966. 1473.12 s [yaml] 42% ( 8 / 19) in 'Data.Yaml.Internal'
  6967. 1473.12 s [yaml] Missing documentation for:
  6968. 1473.12 s [yaml] Module header
  6969. 1473.12 s [yaml] ParseException (src/Data/Yaml/Internal.hs:99)
  6970. 1473.12 s [yaml] Warning (src/Data/Yaml/Internal.hs:176)
  6971. 1473.12 s [yaml] parse (src/Data/Yaml/Internal.hs:198)
  6972. 1473.12 s [yaml] Parse (src/Data/Yaml/Internal.hs:190)
  6973. 1473.12 s [yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
  6974. 1473.12 s [yaml] decodeHelper_ (src/Data/Yaml/Internal.hs:372)
  6975. 1473.12 s [yaml] decodeAllHelper (src/Data/Yaml/Internal.hs:363)
  6976. 1473.12 s [yaml] decodeAllHelper_ (src/Data/Yaml/Internal.hs:380)
  6977. 1473.12 s [yaml] textToScientific (src/Data/Yaml/Internal.hs:250)
  6978. 1473.12 s [yaml] StringStyle (src/Data/Yaml/Internal.hs:385)
  6979. 1473.12 s [yaml] 75% ( 3 / 4) in 'Data.Yaml.Include'
  6980. 1473.12 s [yaml] Missing documentation for:
  6981. 1473.12 s [yaml] Module header
  6982. 1473.12 s [yaml] 87% ( 29 / 33) in 'Data.Yaml.Builder'
  6983. 1473.12 s [yaml] Missing documentation for:
  6984. 1473.12 s [yaml] YamlBuilder (src/Data/Yaml/Builder.hs:66)
  6985. 1473.12 s [yaml] ToYaml (src/Data/Yaml/Builder.hs:68)
  6986. 1473.12 s [yaml] writeYamlFile (src/Data/Yaml/Builder.hs:235)
  6987. 1473.12 s [yaml] .= (src/Data/Yaml/Builder.hs:64)
  6988. 1473.12 s [yaml] Warning: 'YamlException' is ambiguous. It is defined
  6989. 1473.12 s [yaml] * in ‘Text.Libyaml’
  6990. 1473.12 s [yaml] * in ‘Text.Libyaml’
  6991. 1473.12 s [yaml] You may be able to disambiguate the identifier by qualifying it or
  6992. 1473.12 s [yaml] by specifying the type/value namespace explicitly.
  6993. 1473.12 s [yaml] Defaulting to the one defined in ‘Text.Libyaml’
  6994. 1473.13 s [yaml] 87% ( 56 / 64) in 'Data.Yaml'
  6995. 1473.13 s [yaml] Missing documentation for:
  6996. 1473.13 s [yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
  6997. 1473.13 s [yaml] ParseException (src/Data/Yaml/Internal.hs:99)
  6998. 1473.13 s [yaml] YamlException
  6999. 1473.13 s [yaml] .=
  7000. 1473.13 s [yaml] parseMonad (src/Data/Yaml.hs:291)
  7001. 1473.13 s [yaml] decode (src/Data/Yaml.hs:186)
  7002. 1473.13 s [yaml] decodeFile (src/Data/Yaml.hs:194)
  7003. 1473.13 s [yaml] decodeEither (src/Data/Yaml.hs:235)
  7004. 1473.13 s [yaml] 100% ( 15 / 15) in 'Data.Yaml.Config'
  7005. 1473.13 s [yaml] 100% ( 2 / 2) in 'Data.Yaml.Aeson'
  7006. 1473.13 s [yaml] 5% ( 1 / 18) in 'Data.Yaml.Parser'
  7007. 1473.13 s [yaml] Missing documentation for:
  7008. 1473.13 s [yaml] YamlParser (src/Data/Yaml/Parser.hs:31)
  7009. 1473.13 s [yaml] lookupAnchor (src/Data/Yaml/Parser.hs:67)
  7010. 1473.13 s [yaml] withAnchor (src/Data/Yaml/Parser.hs:70)
  7011. 1473.13 s [yaml] withMapping (src/Data/Yaml/Parser.hs:77)
  7012. 1473.13 s [yaml] withSequence (src/Data/Yaml/Parser.hs:82)
  7013. 1473.13 s [yaml] withText (src/Data/Yaml/Parser.hs:87)
  7014. 1473.13 s [yaml] typeMismatch (src/Data/Yaml/Parser.hs:92)
  7015. 1473.13 s [yaml] FromYaml (src/Data/Yaml/Parser.hs:106)
  7016. 1473.13 s [yaml] YamlValue (src/Data/Yaml/Parser.hs:123)
  7017. 1473.13 s [yaml] AnchorMap (src/Data/Yaml/Parser.hs:130)
  7018. 1473.13 s [yaml] RawDoc (src/Data/Yaml/Parser.hs:131)
  7019. 1473.13 s [yaml] parseRawDoc (src/Data/Yaml/Parser.hs:135)
  7020. 1473.13 s [yaml] .: (src/Data/Yaml/Parser.hs:141)
  7021. 1473.13 s [yaml] YamlParseException (src/Data/Yaml/Parser.hs:146)
  7022. 1473.13 s [yaml] sinkValue (src/Data/Yaml/Parser.hs:154)
  7023. 1473.13 s [yaml] sinkRawDoc (src/Data/Yaml/Parser.hs:201)
  7024. 1473.13 s [yaml] readYamlFile (src/Data/Yaml/Parser.hs:204)
  7025. 1473.13 s [yaml] Warning: 'encode' is out of scope.
  7026. 1473.13 s [yaml] If you qualify the identifier, haddock can try to link it anyway.
  7027. 1473.13 s [yaml] 88% ( 8 / 9) in 'Data.Yaml.Pretty'
  7028. 1473.13 s [yaml] Missing documentation for:
  7029. 1473.13 s [yaml] pretty (src/Data/Yaml/Pretty.hs:86)
  7030. 1473.13 s [yaml] 87% ( 14 / 16) in 'Data.Yaml.TH'
  7031. 1473.13 s [yaml] Missing documentation for:
  7032. 1473.13 s [yaml] Module header
  7033. 1473.13 s [yaml] .=
  7034. 1473.57 s [yaml] Warning: Data.Yaml.Internal: could not find link destinations for:
  7035. 1473.57 s [yaml] - Data.Yaml.Internal.ParseState
  7036. 1473.58 s [yaml] Warning: Data.Yaml: could not find link destinations for:
  7037. 1473.58 s [yaml] - Data.Vector.Vector
  7038. 1473.58 s [yaml] - Data.Aeson.Types.Generic.ProductSize
  7039. 1473.58 s [yaml] - Data.Aeson.Types.FromJSON.withBoundedScientific
  7040. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
  7041. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.FromPairs
  7042. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.gToJSON
  7043. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.fromPairs
  7044. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.pair
  7045. 1473.58 s [yaml] - Data.Vector.Generic.Base.Vector
  7046. 1473.58 s [yaml] - Data.Aeson.Types.Internal.Rep_Value
  7047. 1473.58 s [yaml] - Data.Vector.Primitive.Vector
  7048. 1473.58 s [yaml] - Data.Vector.Storable.Vector
  7049. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
  7050. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
  7051. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.WriteProduct
  7052. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
  7053. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
  7054. 1473.58 s [yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
  7055. 1473.59 s [yaml] Warning: Data.Yaml.TH: could not find link destinations for:
  7056. 1473.59 s [yaml] - Data.Vector.Vector
  7057. 1473.59 s [yaml] - Data.Aeson.Types.Generic.ProductSize
  7058. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
  7059. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.FromPairs
  7060. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.gToJSON
  7061. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.fromPairs
  7062. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.pair
  7063. 1473.59 s [yaml] - Data.Vector.Generic.Base.Vector
  7064. 1473.59 s [yaml] - Data.Aeson.Types.Internal.Rep_Value
  7065. 1473.59 s [yaml] - Data.Vector.Primitive.Vector
  7066. 1473.59 s [yaml] - Data.Vector.Storable.Vector
  7067. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
  7068. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
  7069. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.WriteProduct
  7070. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
  7071. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
  7072. 1473.59 s [yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
  7073. 1478.89 s [yaml] Documentation created: dist/doc/html/yaml/, dist/doc/html/yaml/yaml.txt
  7074. 1478.95 s [yaml] Preprocessing executable 'json2yaml' for yaml-0.11.11.2...
  7075. 1478.95 s [yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
  7076. 1478.95 s [yaml] Preprocessing executable 'yaml2json' for yaml-0.11.11.2...
  7077. 1478.96 s [yaml] Phase: installPhase
  7078. 1479.06 s [yaml] Installing library in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7079. 1479.14 s [yaml] Installing executable json2yaml in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
  7080. 1479.14 s [yaml] Warning: The directory
  7081. 1479.14 s [yaml] /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin is not in
  7082. 1479.14 s [yaml] the system search path.
  7083. 1479.16 s [yaml] Installing executable yaml2json in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
  7084. 1479.16 s [yaml] Warning: The directory
  7085. 1479.16 s [yaml] /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin is not in
  7086. 1479.16 s [yaml] the system search path.
  7087. 1479.43 s [yaml] Phase: fixupPhase
  7088. 1479.45 s [yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2
  7089. 1479.46 s [yaml] shrinking /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSyaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA-ghc9.10.2.so
  7090. 1479.47 s [yaml] checking for references to /build/ in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2...
  7091. 1479.49 s [yaml] patching script interpreter paths in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2
  7092. 1479.50 s [yaml] stripping (with command strip and flags -S -p) in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib
  7093. 1479.57 s [yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
  7094. 1479.58 s [yaml] checking for references to /build/ in /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc...
  7095. 1479.60 s [yaml] patching script interpreter paths in /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
  7096. 1479.61 s [yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin
  7097. 1479.61 s [yaml] shrinking /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin/yaml2json
  7098. 1479.62 s [yaml] shrinking /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin/json2yaml
  7099. 1479.62 s [yaml] checking for references to /build/ in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin...
  7100. 1479.64 s [yaml] patching script interpreter paths in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin
  7101. 1479.65 s [yaml] stripping (with command strip and flags -S -p) in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
  7102. 1479.79 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2 /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
  7103. 1480.24 s [post-build-hook] Pushing 3 paths (182 are already present) using zstd to cache sellout ⏳
  7104. 1480.24 s [post-build-hook]
  7105. 1480.67 s [post-build-hook] Pushing /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin (6.47 MiB)
  7106. 1480.70 s [post-build-hook] Pushing /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2 (5.12 MiB)
  7107. 1480.86 s [post-build-hook] Pushing /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc (2.96 MiB)
  7108. 1482.14 s [post-build-hook]
  7109. 1482.14 s [post-build-hook] All done.
  7110. 1482.16 s [post-build-hook] Uploading to the NixCI cache: /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2 /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
  7111. 1482.19 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7112. 1482.36 s [post-build-hook] copying 3 paths...
  7113. 1482.36 s [post-build-hook] copying path '/nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin' to 'https://cache.nix-ci.com'...
  7114. 1483.63 s [post-build-hook] copying path '/nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc' to 'https://cache.nix-ci.com'...
  7115. 1484.06 s [post-build-hook] copying path '/nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2' to 'https://cache.nix-ci.com'...
  7116. 1485.27 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  7117. 1485.46 s [post-build-hook] copying 1 paths...
  7118. 1485.46 s [post-build-hook] copying path '/nix/store/pvq35dpys71jx9bp1a9fzf031l35j4ag-yaml-0.11.11.2.drv' to 'https://cache.nix-ci.com'...
  7119. 1485.60 s Progress: 144 of 157 built (1 building), 587 of 587 downloaded from cache
  7120. 1485.68 s Building fourmolu
  7121. 1485.71 s Building hie-bios
  7122. 1485.76 s Building hlint
  7123. 1485.80 s Building implicit-hie
  7124. 1485.95 s [fourmolu] Phase: setupCompilerEnvironmentPhase
  7125. 1485.96 s [fourmolu] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  7126. 1485.96 s [hie-bios] Phase: setupCompilerEnvironmentPhase
  7127. 1485.96 s [hie-bios] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  7128. 1486.01 s [hlint] Phase: setupCompilerEnvironmentPhase
  7129. 1486.01 s [hlint] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  7130. 1486.03 s [implicit-hie] Phase: setupCompilerEnvironmentPhase
  7131. 1486.04 s [implicit-hie] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  7132. 1486.26 s [hie-bios] Phase: unpackPhase
  7133. 1486.26 s [hie-bios] unpacking source archive /nix/store/1q0lzdvc5cjjwxiljm45mh7w5j9jhr1h-hie-bios-0.17.0.tar.gz
  7134. 1486.27 s [hie-bios] source root is hie-bios-0.17.0
  7135. 1486.28 s [hie-bios] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hie-bios-0.17.0/wrappers/cabal-with-repl.hs"
  7136. 1486.29 s [hie-bios] Phase: patchPhase
  7137. 1486.29 s [fourmolu] Phase: unpackPhase
  7138. 1486.29 s [hie-bios] Replace Cabal file with edited version from mirror://hackage/hie-bios-0.17.0/revision/1.cabal.
  7139. 1486.30 s [fourmolu] unpacking source archive /nix/store/6ay48kdn9mk3mccq6xh1pf7qzpqmqrq6-fourmolu-0.19.0.1.tar.gz
  7140. 1486.30 s [hie-bios] Phase: compileBuildDriverPhase
  7141. 1486.30 s [hie-bios] setupCompileFlags: -package-db=/build/tmp.W8McPEZbZP/setup-package.conf.d -threaded
  7142. 1486.31 s [hlint] Phase: unpackPhase
  7143. 1486.32 s [hlint] unpacking source archive /nix/store/10wkx6p9h2c1h0yyyihk1j18l2d2hkhr-hlint-3.10.tar.gz
  7144. 1486.33 s [implicit-hie] Phase: unpackPhase
  7145. 1486.33 s [hlint] source root is hlint-3.10
  7146. 1486.33 s [implicit-hie] unpacking source archive /nix/store/czymcpdrh6a611g040b8nv7xvg4lk72f-implicit-hie-0.1.4.0.tar.gz
  7147. 1486.33 s [hlint] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hlint-3.10/tests/wildcards.test"
  7148. 1486.34 s [implicit-hie] source root is implicit-hie-0.1.4.0
  7149. 1486.34 s [hlint] Phase: patchPhase
  7150. 1486.34 s [implicit-hie] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "implicit-hie-0.1.4.0/test/stackHie.yaml"
  7151. 1486.34 s [fourmolu] source root is fourmolu-0.19.0.1
  7152. 1486.35 s [implicit-hie] Phase: patchPhase
  7153. 1486.35 s [hlint] Phase: compileBuildDriverPhase
  7154. 1486.35 s [hlint] setupCompileFlags: -package-db=/build/tmp.dqM6NMvTyg/setup-package.conf.d -threaded
  7155. 1486.35 s [hie-bios] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.W8McPEZbZP/Main.o )
  7156. 1486.35 s [implicit-hie] Phase: compileBuildDriverPhase
  7157. 1486.36 s [implicit-hie] setupCompileFlags: -package-db=/build/tmp.nUYSO7nght/setup-package.conf.d -threaded
  7158. 1486.38 s [fourmolu] setting SOURCE_DATE_EPOCH to timestamp 1759086834 of file "fourmolu-0.19.0.1/tests/Spec.hs"
  7159. 1486.39 s [fourmolu] Phase: patchPhase
  7160. 1486.39 s [fourmolu] Phase: compileBuildDriverPhase
  7161. 1486.40 s [fourmolu] setupCompileFlags: -package-db=/build/tmp.8AbsQEslaa/setup-package.conf.d -threaded
  7162. 1486.40 s [hie-bios] [2 of 2] Linking Setup
  7163. 1486.40 s [hlint] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.dqM6NMvTyg/Main.o )
  7164. 1486.41 s [implicit-hie] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.nUYSO7nght/Main.o )
  7165. 1486.45 s [hlint] [2 of 2] Linking Setup
  7166. 1486.45 s [fourmolu] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.8AbsQEslaa/Main.o )
  7167. 1486.45 s [implicit-hie] [2 of 2] Linking Setup
  7168. 1486.50 s [fourmolu] [2 of 2] Linking Setup
  7169. 1487.66 s [hie-bios] Phase: updateAutotoolsGnuConfigScriptsPhase
  7170. 1487.67 s [hie-bios] Phase: configurePhase
  7171. 1487.68 s [hie-bios] configureFlags: --verbose --prefix=/nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc/share/doc/hie-bios-0.17.0 --with-gcc=gcc --package-db=/build/tmp.W8McPEZbZP/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  7172. 1487.69 s [hie-bios] Using Parsec parser
  7173. 1487.69 s [hie-bios] Configuring hie-bios-0.17.0...
  7174. 1487.71 s [hlint] Phase: updateAutotoolsGnuConfigScriptsPhase
  7175. 1487.71 s [implicit-hie] Phase: updateAutotoolsGnuConfigScriptsPhase
  7176. 1487.72 s [hlint] Phase: configurePhase
  7177. 1487.72 s [implicit-hie] Phase: configurePhase
  7178. 1487.73 s [hlint] configureFlags: --verbose --prefix=/nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --datadir=/nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data/share/ghc-9.10.2 --docdir=/nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc/share/doc/hlint-3.10 --with-gcc=gcc --package-db=/build/tmp.dqM6NMvTyg/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  7179. 1487.73 s [implicit-hie] configureFlags: --verbose --prefix=/nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc/share/doc/implicit-hie-0.1.4.0 --with-gcc=gcc --package-db=/build/tmp.nUYSO7nght/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  7180. 1487.73 s [hlint] Using Parsec parser
  7181. 1487.73 s [hlint] Configuring hlint-3.10...
  7182. 1487.74 s [implicit-hie] Using Parsec parser
  7183. 1487.74 s [implicit-hie] Configuring implicit-hie-0.1.4.0...
  7184. 1487.78 s [fourmolu] Phase: updateAutotoolsGnuConfigScriptsPhase
  7185. 1487.79 s [fourmolu] Phase: configurePhase
  7186. 1487.80 s [fourmolu] configureFlags: --verbose --prefix=/nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc/share/doc/fourmolu-0.19.0.1 --with-gcc=gcc --package-db=/build/tmp.8AbsQEslaa/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  7187. 1487.81 s [fourmolu] Using Parsec parser
  7188. 1487.81 s [fourmolu] Configuring fourmolu-0.19.0.1...
  7189. 1488.10 s [implicit-hie] Flags chosen: executable=True
  7190. 1488.10 s [hlint] Flags chosen: ghc-lib=True, gpl=True, hsyaml=False, threaded=True
  7191. 1488.21 s [fourmolu] Flags chosen: dev=False
  7192. 1488.34 s [hie-bios] Dependency aeson >=1.4.4 && <2.3: using aeson-2.2.3.0
  7193. 1488.34 s [hie-bios] Dependency base >=4.16 && <5: using base-4.20.1.0
  7194. 1488.34 s [hie-bios] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
  7195. 1488.34 s [hie-bios] Dependency bytestring >=0.10.8 && <0.13: using bytestring-0.12.2.0
  7196. 1488.34 s [hie-bios] Dependency co-log-core >=0.3.0 && <0.4: using co-log-core-0.3.2.5
  7197. 1488.34 s [hie-bios] Dependency conduit >=1.3 && <2: using conduit-1.3.6.1
  7198. 1488.34 s [hie-bios] Dependency conduit-extra >=1.3 && <2: using conduit-extra-1.3.8
  7199. 1488.34 s [hie-bios] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
  7200. 1488.34 s [hie-bios] cryptohash-sha1-0.11.101.0
  7201. 1488.34 s [hie-bios] Dependency deepseq >=1.4.3 && <1.6: using deepseq-1.5.0.0
  7202. 1488.35 s [hie-bios] Dependency directory >=1.3.0 && <1.4: using directory-1.3.8.5
  7203. 1488.35 s [hie-bios] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
  7204. 1488.35 s [hie-bios] Dependency extra >=1.6.14 && <1.9: using extra-1.8.1
  7205. 1488.35 s [hie-bios] Dependency file-embed >=0.0.11 && <1: using file-embed-0.0.16.0
  7206. 1488.35 s [hie-bios] Dependency filepath >=1.4.1 && <1.6: using filepath-1.5.4.0
  7207. 1488.35 s [hie-bios] Dependency ghc >=9.2.1 && <9.13: using ghc-9.10.2
  7208. 1488.35 s [hie-bios] Dependency prettyprinter >=1.6 && <1.7 || >=1.7.0 && <1.8: using
  7209. 1488.35 s [hie-bios] prettyprinter-1.7.1
  7210. 1488.35 s [hie-bios] Dependency template-haskell >=2.18 && <2.24: using template-haskell-2.22.0.0
  7211. 1488.35 s [hie-bios] Dependency temporary >=1.2 && <1.4: using temporary-1.3
  7212. 1488.35 s [hie-bios] Dependency text >=1.2.3 && <2.2: using text-2.1.2
  7213. 1488.35 s [hie-bios] Dependency time >=1.8.0 && <1.15: using time-1.12.2
  7214. 1488.35 s [hie-bios] Dependency transformers >=0.5.2 && <0.7: using transformers-0.6.1.1
  7215. 1488.35 s [hie-bios] Dependency unix-compat >=0.5.1 && <0.8: using unix-compat-0.7.4.1
  7216. 1488.35 s [hie-bios] Dependency unordered-containers >=0.2.9 && <0.3: using
  7217. 1488.35 s [hie-bios] unordered-containers-0.2.20.1
  7218. 1488.35 s [hie-bios] Dependency yaml >=0.10.0 && <0.12: using yaml-0.11.11.2
  7219. 1488.35 s [hie-bios] Dependency base >=4.16 && <5: using base-4.20.1.0
  7220. 1488.35 s [hie-bios] Dependency co-log-core: using co-log-core-0.3.2.5
  7221. 1488.35 s [hie-bios] Dependency directory: using directory-1.3.8.5
  7222. 1488.35 s [hie-bios] Dependency filepath: using filepath-1.5.4.0
  7223. 1488.35 s [hie-bios] Dependency hie-bios: using hie-bios-0.17.0
  7224. 1488.35 s [hie-bios] Dependency optparse-applicative >=0.17 && <0.20: using
  7225. 1488.35 s [hie-bios] optparse-applicative-0.18.1.0
  7226. 1488.35 s [hie-bios] Dependency prettyprinter: using prettyprinter-1.7.1
  7227. 1488.35 s [hie-bios] Source component graph:
  7228. 1488.35 s [hie-bios] component lib
  7229. 1488.35 s [hie-bios] component exe:hie-bios dependency lib
  7230. 1488.35 s [hie-bios] Configured component graph:
  7231. 1488.35 s [hie-bios] component hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7232. 1488.35 s [hie-bios] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7233. 1488.35 s [hie-bios] include base-4.20.1.0-f445
  7234. 1488.35 s [hie-bios] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  7235. 1488.35 s [hie-bios] include bytestring-0.12.2.0-214a
  7236. 1488.35 s [hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7237. 1488.35 s [hie-bios] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  7238. 1488.35 s [hie-bios] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  7239. 1488.35 s [hie-bios] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  7240. 1488.35 s [hie-bios] include deepseq-1.5.0.0-e166
  7241. 1488.35 s [hie-bios] include directory-1.3.8.5-159c
  7242. 1488.35 s [hie-bios] include exceptions-0.10.9-9158
  7243. 1488.35 s [hie-bios] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7244. 1488.35 s [hie-bios] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7245. 1488.35 s [hie-bios] include filepath-1.5.4.0-8593
  7246. 1488.35 s [hie-bios] include ghc-9.10.2-2a2a
  7247. 1488.35 s [hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7248. 1488.35 s [hie-bios] include template-haskell-2.22.0.0-58bf
  7249. 1488.35 s [hie-bios] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7250. 1488.35 s [hie-bios] include text-2.1.2-7514
  7251. 1488.35 s [hie-bios] include time-1.12.2-9680
  7252. 1488.35 s [hie-bios] include transformers-0.6.1.1-05a6
  7253. 1488.35 s [hie-bios] include unix-compat-0.7.4.1-2UU8mLQKlCjJOOBce1p1F
  7254. 1488.35 s [hie-bios] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7255. 1488.35 s [hie-bios] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7256. 1488.35 s [hie-bios] component hie-bios-0.17.0-2P5TkCl2AziBpxYD6ehdVV-hie-bios
  7257. 1488.35 s [hie-bios] include base-4.20.1.0-f445
  7258. 1488.35 s [hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7259. 1488.35 s [hie-bios] include directory-1.3.8.5-159c
  7260. 1488.35 s [hie-bios] include filepath-1.5.4.0-8593
  7261. 1488.35 s [hie-bios] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7262. 1488.35 s [hie-bios] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7263. 1488.35 s [hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7264. 1488.35 s [hie-bios] Linked component graph:
  7265. 1488.35 s [hie-bios] unit hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7266. 1488.35 s [hie-bios] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7267. 1488.35 s [hie-bios] include base-4.20.1.0-f445
  7268. 1488.35 s [hie-bios] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  7269. 1488.35 s [hie-bios] include bytestring-0.12.2.0-214a
  7270. 1488.35 s [hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7271. 1488.35 s [hie-bios] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  7272. 1488.35 s [hie-bios] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  7273. 1488.35 s [hie-bios] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  7274. 1488.35 s [hie-bios] include deepseq-1.5.0.0-e166
  7275. 1488.35 s [hie-bios] include directory-1.3.8.5-159c
  7276. 1488.35 s [hie-bios] include exceptions-0.10.9-9158
  7277. 1488.35 s [hie-bios] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7278. 1488.35 s [hie-bios] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7279. 1488.35 s [hie-bios] include filepath-1.5.4.0-8593
  7280. 1488.35 s [hie-bios] include ghc-9.10.2-2a2a
  7281. 1488.35 s [hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7282. 1488.35 s [hie-bios] include template-haskell-2.22.0.0-58bf
  7283. 1488.35 s [hie-bios] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7284. 1488.35 s [hie-bios] include text-2.1.2-7514
  7285. 1488.35 s [hie-bios] include time-1.12.2-9680
  7286. 1488.35 s [hie-bios] include transformers-0.6.1.1-05a6
  7287. 1488.35 s [hie-bios] include unix-compat-0.7.4.1-2UU8mLQKlCjJOOBce1p1F
  7288. 1488.35 s [hie-bios] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7289. 1488.35 s [hie-bios] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7290. 1488.35 s [hie-bios] HIE.Bios=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios,HIE.Bios.Config=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Config,HIE.Bios.Config.YAML=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Config.YAML,HIE.Bios.Cradle=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle,HIE.Bios.Cradle.Cabal=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.Cabal,HIE.Bios.Cradle.ProgramVersions=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.ProgramVersions,HIE.Bios.Cradle.ProjectConfig=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.ProjectConfig,HIE.Bios.Cradle.Resolved=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.Resolved,HIE.Bios.Cradle.Utils=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Cradle.Utils,HIE.Bios.Environment=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Environment,HIE.Bios.Flags=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Flags,HIE.Bios.Ghc.Api=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Api,HIE.Bios.Ghc.Check=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Check,HIE.Bios.Ghc.Doc=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Doc,HIE.Bios.Ghc.Gap=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Gap,HIE.Bios.Ghc.Load=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Load,HIE.Bios.Ghc.Logger=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Ghc.Logger,HIE.Bios.Internal.Debug=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Internal.Debug,HIE.Bios.Process=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Process,HIE.Bios.Types=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Types,HIE.Bios.Wrappers=hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue:HIE.Bios.Wrappers
  7291. 1488.35 s [hie-bios] unit hie-bios-0.17.0-2P5TkCl2AziBpxYD6ehdVV-hie-bios
  7292. 1488.35 s [hie-bios] include base-4.20.1.0-f445
  7293. 1488.35 s [hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7294. 1488.35 s [hie-bios] include directory-1.3.8.5-159c
  7295. 1488.35 s [hie-bios] include filepath-1.5.4.0-8593
  7296. 1488.35 s [hie-bios] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7297. 1488.35 s [hie-bios] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7298. 1488.35 s [hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7299. 1488.35 s [hie-bios] Ready component graph:
  7300. 1488.35 s [hie-bios] definite hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7301. 1488.35 s [hie-bios] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7302. 1488.35 s [hie-bios] depends base-4.20.1.0-f445
  7303. 1488.35 s [hie-bios] depends base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  7304. 1488.35 s [hie-bios] depends bytestring-0.12.2.0-214a
  7305. 1488.35 s [hie-bios] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7306. 1488.35 s [hie-bios] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  7307. 1488.35 s [hie-bios] depends conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
  7308. 1488.35 s [hie-bios] depends cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  7309. 1488.35 s [hie-bios] depends deepseq-1.5.0.0-e166
  7310. 1488.35 s [hie-bios] depends directory-1.3.8.5-159c
  7311. 1488.35 s [hie-bios] depends exceptions-0.10.9-9158
  7312. 1488.35 s [hie-bios] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7313. 1488.35 s [hie-bios] depends file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7314. 1488.35 s [hie-bios] depends filepath-1.5.4.0-8593
  7315. 1488.35 s [hie-bios] depends ghc-9.10.2-2a2a
  7316. 1488.35 s [hie-bios] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7317. 1488.35 s [hie-bios] depends template-haskell-2.22.0.0-58bf
  7318. 1488.35 s [hie-bios] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7319. 1488.35 s [hie-bios] depends text-2.1.2-7514
  7320. 1488.35 s [hie-bios] depends time-1.12.2-9680
  7321. 1488.35 s [hie-bios] depends transformers-0.6.1.1-05a6
  7322. 1488.35 s [hie-bios] depends unix-compat-0.7.4.1-2UU8mLQKlCjJOOBce1p1F
  7323. 1488.35 s [hie-bios] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7324. 1488.37 s [hie-bios] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7325. 1488.37 s [hie-bios] definite hie-bios-0.17.0-2P5TkCl2AziBpxYD6ehdVV-hie-bios
  7326. 1488.37 s [hie-bios] depends base-4.20.1.0-f445
  7327. 1488.37 s [hie-bios] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  7328. 1488.37 s [hie-bios] depends directory-1.3.8.5-159c
  7329. 1488.37 s [hie-bios] depends filepath-1.5.4.0-8593
  7330. 1488.37 s [hie-bios] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7331. 1488.37 s [hie-bios] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7332. 1488.37 s [hie-bios] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  7333. 1488.37 s [hie-bios] Using Cabal-3.12.1.0 compiled by ghc-9.10
  7334. 1488.37 s [hie-bios] Using compiler: ghc-9.10.2
  7335. 1488.37 s [hie-bios] Using install prefix:
  7336. 1488.37 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  7337. 1488.37 s [hie-bios] Executables installed in:
  7338. 1488.37 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin
  7339. 1488.37 s [hie-bios] Libraries installed in:
  7340. 1488.37 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  7341. 1488.37 s [hie-bios] Dynamic Libraries installed in:
  7342. 1488.37 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  7343. 1488.37 s [hie-bios] Private executables installed in:
  7344. 1488.37 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/hie-bios-0.17.0
  7345. 1488.37 s [hie-bios] Data files installed in:
  7346. 1488.37 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/share/x86_64-linux-ghc-9.10.2-2a2a/hie-bios-0.17.0
  7347. 1488.37 s [hie-bios] Documentation installed in:
  7348. 1488.37 s [hie-bios] /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc/share/doc/hie-bios-0.17.0
  7349. 1488.37 s [hie-bios] Configuration files installed in:
  7350. 1488.37 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/etc
  7351. 1488.37 s [hie-bios] No alex found
  7352. 1488.37 s [hie-bios] Using ar found on system at:
  7353. 1488.37 s [hie-bios] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  7354. 1488.37 s [hie-bios] No c2hs found
  7355. 1488.37 s [hie-bios] No cpphs found
  7356. 1488.37 s [hie-bios] No doctest found
  7357. 1488.37 s [hie-bios] Using gcc version 14.3.0 given by user at:
  7358. 1488.37 s [hie-bios] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  7359. 1488.37 s [hie-bios] Using ghc version 9.10.2 found on system at:
  7360. 1488.37 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  7361. 1488.37 s [hie-bios] Using ghc-pkg version 9.10.2 found on system at:
  7362. 1488.37 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  7363. 1488.37 s [hie-bios] No ghcjs found
  7364. 1488.37 s [hie-bios] No ghcjs-pkg found
  7365. 1488.37 s [hie-bios] No greencard found
  7366. 1488.37 s [hie-bios] Using haddock version 2.31.0 found on system at:
  7367. 1488.37 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  7368. 1488.37 s [hie-bios] No happy found
  7369. 1488.37 s [hie-bios] Using haskell-suite found on system at: haskell-suite-dummy-location
  7370. 1488.37 s [hie-bios] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7371. 1488.37 s [hie-bios] No hmake found
  7372. 1488.37 s [hie-bios] Using hpc version 0.69 found on system at:
  7373. 1488.37 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  7374. 1488.37 s [hie-bios] Using hsc2hs version 0.68.10 found on system at:
  7375. 1488.37 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  7376. 1488.37 s [hie-bios] Using hscolour version 1.25 found on system at:
  7377. 1488.37 s [hie-bios] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  7378. 1488.37 s [hie-bios] No jhc found
  7379. 1488.37 s [hie-bios] Using ld found on system at:
  7380. 1488.37 s [hie-bios] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  7381. 1488.37 s [hie-bios] No pkg-config found
  7382. 1488.37 s [hie-bios] Using runghc version 9.10.2 found on system at:
  7383. 1488.37 s [hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  7384. 1488.37 s [hie-bios] Using strip version 2.44 found on system at:
  7385. 1488.37 s [hie-bios] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  7386. 1488.37 s [hie-bios] Using tar found on system at:
  7387. 1488.37 s [hie-bios] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  7388. 1488.37 s [hie-bios] No uhc found
  7389. 1488.38 s [implicit-hie] Dependency attoparsec >=0.13: using attoparsec-0.14.4
  7390. 1488.38 s [implicit-hie] Dependency base >=4.7 && <5: using base-4.20.1.0
  7391. 1488.38 s [implicit-hie] Dependency directory >=1.3: using directory-1.3.8.5
  7392. 1488.38 s [implicit-hie] Dependency filepath >=1.4: using filepath-1.5.4.0
  7393. 1488.38 s [implicit-hie] Dependency filepattern >=0.1: using filepattern-0.1.3
  7394. 1488.38 s [implicit-hie] Dependency text >=1.2: using text-2.1.2
  7395. 1488.38 s [implicit-hie] Dependency transformers >=0.5: using transformers-0.6.1.1
  7396. 1488.38 s [implicit-hie] Dependency yaml >=0.5: using yaml-0.11.11.2
  7397. 1488.38 s [implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
  7398. 1488.38 s [implicit-hie] Dependency base >=4.7 && <5: using base-4.20.1.0
  7399. 1488.38 s [implicit-hie] Dependency directory: using directory-1.3.8.5
  7400. 1488.38 s [implicit-hie] Dependency filepath: using filepath-1.5.4.0
  7401. 1488.38 s [implicit-hie] Dependency filepattern: using filepattern-0.1.3
  7402. 1488.38 s [implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
  7403. 1488.38 s [implicit-hie] Dependency text: using text-2.1.2
  7404. 1488.38 s [implicit-hie] Dependency transformers: using transformers-0.6.1.1
  7405. 1488.38 s [implicit-hie] Dependency yaml: using yaml-0.11.11.2
  7406. 1488.38 s [implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
  7407. 1488.38 s [implicit-hie] Dependency base >=4.7 && <5: using base-4.20.1.0
  7408. 1488.38 s [implicit-hie] Dependency directory: using directory-1.3.8.5
  7409. 1488.38 s [implicit-hie] Dependency filepath: using filepath-1.5.4.0
  7410. 1488.38 s [implicit-hie] Dependency filepattern: using filepattern-0.1.3
  7411. 1488.38 s [implicit-hie] Dependency hspec: using hspec-2.11.14
  7412. 1488.38 s [implicit-hie] Dependency hspec-attoparsec: using hspec-attoparsec-0.1.0.2
  7413. 1488.38 s [implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
  7414. 1488.38 s [implicit-hie] Dependency text: using text-2.1.2
  7415. 1488.38 s [implicit-hie] Dependency transformers: using transformers-0.6.1.1
  7416. 1488.38 s [implicit-hie] Dependency yaml: using yaml-0.11.11.2
  7417. 1488.38 s [implicit-hie] Source component graph:
  7418. 1488.38 s [implicit-hie] component lib
  7419. 1488.38 s [implicit-hie] component exe:gen-hie dependency lib
  7420. 1488.38 s [implicit-hie] component test:implicit-hie-test dependency lib
  7421. 1488.38 s [implicit-hie] Configured component graph:
  7422. 1488.38 s [implicit-hie] component implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7423. 1488.38 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7424. 1488.38 s [implicit-hie] include base-4.20.1.0-f445
  7425. 1488.38 s [implicit-hie] include directory-1.3.8.5-159c
  7426. 1488.38 s [implicit-hie] include filepath-1.5.4.0-8593
  7427. 1488.38 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7428. 1488.38 s [implicit-hie] include text-2.1.2-7514
  7429. 1488.38 s [implicit-hie] include transformers-0.6.1.1-05a6
  7430. 1488.38 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7431. 1488.38 s [implicit-hie] component implicit-hie-0.1.4.0-KXSHysYyz14KpnZo0X7Vme-gen-hie
  7432. 1488.38 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7433. 1488.38 s [implicit-hie] include base-4.20.1.0-f445
  7434. 1488.38 s [implicit-hie] include directory-1.3.8.5-159c
  7435. 1488.38 s [implicit-hie] include filepath-1.5.4.0-8593
  7436. 1488.38 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7437. 1488.38 s [implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7438. 1488.38 s [implicit-hie] include text-2.1.2-7514
  7439. 1488.38 s [implicit-hie] include transformers-0.6.1.1-05a6
  7440. 1488.38 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7441. 1488.38 s [implicit-hie] component implicit-hie-0.1.4.0-J7dIa8H2PseAc4UhF0qD3n-implicit-hie-test
  7442. 1488.38 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7443. 1488.38 s [implicit-hie] include base-4.20.1.0-f445
  7444. 1488.38 s [implicit-hie] include directory-1.3.8.5-159c
  7445. 1488.38 s [implicit-hie] include filepath-1.5.4.0-8593
  7446. 1488.38 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7447. 1488.38 s [implicit-hie] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7448. 1488.38 s [implicit-hie] include hspec-attoparsec-0.1.0.2-ENIEYIpYZ0a36SD9nf50Wg
  7449. 1488.38 s [implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7450. 1488.38 s [implicit-hie] include text-2.1.2-7514
  7451. 1488.38 s [implicit-hie] include transformers-0.6.1.1-05a6
  7452. 1488.38 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7453. 1488.38 s [implicit-hie] Linked component graph:
  7454. 1488.38 s [implicit-hie] unit implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7455. 1488.38 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7456. 1488.38 s [implicit-hie] include base-4.20.1.0-f445
  7457. 1488.38 s [implicit-hie] include directory-1.3.8.5-159c
  7458. 1488.38 s [implicit-hie] include filepath-1.5.4.0-8593
  7459. 1488.38 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7460. 1488.38 s [implicit-hie] include text-2.1.2-7514
  7461. 1488.38 s [implicit-hie] include transformers-0.6.1.1-05a6
  7462. 1488.38 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7463. 1488.38 s [implicit-hie] Hie.Cabal.Parser=implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B:Hie.Cabal.Parser,Hie.Locate=implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B:Hie.Locate,Hie.Yaml=implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B:Hie.Yaml
  7464. 1488.38 s [implicit-hie] unit implicit-hie-0.1.4.0-KXSHysYyz14KpnZo0X7Vme-gen-hie
  7465. 1488.38 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7466. 1488.38 s [implicit-hie] include base-4.20.1.0-f445
  7467. 1488.38 s [implicit-hie] include directory-1.3.8.5-159c
  7468. 1488.38 s [implicit-hie] include filepath-1.5.4.0-8593
  7469. 1488.38 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7470. 1488.38 s [implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7471. 1488.38 s [implicit-hie] include text-2.1.2-7514
  7472. 1488.38 s [implicit-hie] include transformers-0.6.1.1-05a6
  7473. 1488.38 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7474. 1488.38 s [implicit-hie] unit implicit-hie-0.1.4.0-J7dIa8H2PseAc4UhF0qD3n-implicit-hie-test
  7475. 1488.38 s [implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7476. 1488.38 s [implicit-hie] include base-4.20.1.0-f445
  7477. 1488.38 s [implicit-hie] include directory-1.3.8.5-159c
  7478. 1488.38 s [implicit-hie] include filepath-1.5.4.0-8593
  7479. 1488.38 s [implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7480. 1488.38 s [implicit-hie] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7481. 1488.38 s [implicit-hie] include hspec-attoparsec-0.1.0.2-ENIEYIpYZ0a36SD9nf50Wg
  7482. 1488.38 s [implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7483. 1488.38 s [implicit-hie] include text-2.1.2-7514
  7484. 1488.38 s [implicit-hie] include transformers-0.6.1.1-05a6
  7485. 1488.38 s [implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7486. 1488.38 s [implicit-hie] Ready component graph:
  7487. 1488.38 s [implicit-hie] definite implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7488. 1488.38 s [implicit-hie] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7489. 1488.38 s [implicit-hie] depends base-4.20.1.0-f445
  7490. 1488.38 s [implicit-hie] depends directory-1.3.8.5-159c
  7491. 1488.38 s [implicit-hie] depends filepath-1.5.4.0-8593
  7492. 1488.38 s [implicit-hie] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7493. 1488.38 s [implicit-hie] depends text-2.1.2-7514
  7494. 1488.38 s [implicit-hie] depends transformers-0.6.1.1-05a6
  7495. 1488.38 s [implicit-hie] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7496. 1488.38 s [implicit-hie] definite implicit-hie-0.1.4.0-J7dIa8H2PseAc4UhF0qD3n-implicit-hie-test
  7497. 1488.38 s [implicit-hie] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7498. 1488.38 s [implicit-hie] depends base-4.20.1.0-f445
  7499. 1488.38 s [implicit-hie] depends directory-1.3.8.5-159c
  7500. 1488.38 s [implicit-hie] depends filepath-1.5.4.0-8593
  7501. 1488.38 s [implicit-hie] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7502. 1488.38 s [implicit-hie] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7503. 1488.38 s [implicit-hie] depends hspec-attoparsec-0.1.0.2-ENIEYIpYZ0a36SD9nf50Wg
  7504. 1488.38 s [implicit-hie] depends implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7505. 1488.38 s [implicit-hie] depends text-2.1.2-7514
  7506. 1488.38 s [implicit-hie] depends transformers-0.6.1.1-05a6
  7507. 1488.38 s [implicit-hie] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7508. 1488.38 s [implicit-hie] definite implicit-hie-0.1.4.0-KXSHysYyz14KpnZo0X7Vme-gen-hie
  7509. 1488.38 s [implicit-hie] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  7510. 1488.38 s [implicit-hie] depends base-4.20.1.0-f445
  7511. 1488.38 s [implicit-hie] depends directory-1.3.8.5-159c
  7512. 1488.38 s [implicit-hie] depends filepath-1.5.4.0-8593
  7513. 1488.38 s [implicit-hie] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7514. 1488.38 s [implicit-hie] depends implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7515. 1488.38 s [implicit-hie] depends text-2.1.2-7514
  7516. 1488.38 s [implicit-hie] depends transformers-0.6.1.1-05a6
  7517. 1488.38 s [implicit-hie] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7518. 1488.38 s [implicit-hie] Using Cabal-3.12.1.0 compiled by ghc-9.10
  7519. 1488.38 s [implicit-hie] Using compiler: ghc-9.10.2
  7520. 1488.38 s [implicit-hie] Using install prefix:
  7521. 1488.39 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0
  7522. 1488.39 s [implicit-hie] Executables installed in:
  7523. 1488.39 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin
  7524. 1488.39 s [implicit-hie] Libraries installed in:
  7525. 1488.39 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  7526. 1488.39 s [implicit-hie] Dynamic Libraries installed in:
  7527. 1488.39 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  7528. 1488.39 s [implicit-hie] Private executables installed in:
  7529. 1488.39 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/implicit-hie-0.1.4.0
  7530. 1488.39 s [implicit-hie] Data files installed in:
  7531. 1488.39 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/share/x86_64-linux-ghc-9.10.2-2a2a/implicit-hie-0.1.4.0
  7532. 1488.39 s [implicit-hie] Documentation installed in:
  7533. 1488.39 s [implicit-hie] /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc/share/doc/implicit-hie-0.1.4.0
  7534. 1488.39 s [implicit-hie] Configuration files installed in:
  7535. 1488.39 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/etc
  7536. 1488.39 s [implicit-hie] No alex found
  7537. 1488.39 s [implicit-hie] Using ar found on system at:
  7538. 1488.39 s [implicit-hie] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  7539. 1488.39 s [implicit-hie] No c2hs found
  7540. 1488.39 s [implicit-hie] No cpphs found
  7541. 1488.39 s [implicit-hie] No doctest found
  7542. 1488.39 s [implicit-hie] Using gcc version 14.3.0 given by user at:
  7543. 1488.39 s [implicit-hie] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  7544. 1488.39 s [implicit-hie] Using ghc version 9.10.2 found on system at:
  7545. 1488.39 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  7546. 1488.39 s [implicit-hie] Using ghc-pkg version 9.10.2 found on system at:
  7547. 1488.39 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  7548. 1488.39 s [implicit-hie] No ghcjs found
  7549. 1488.39 s [implicit-hie] No ghcjs-pkg found
  7550. 1488.39 s [implicit-hie] No greencard found
  7551. 1488.39 s [implicit-hie] Using haddock version 2.31.0 found on system at:
  7552. 1488.39 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  7553. 1488.39 s [implicit-hie] No happy found
  7554. 1488.39 s [implicit-hie] Using haskell-suite found on system at: haskell-suite-dummy-location
  7555. 1488.39 s [implicit-hie] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7556. 1488.39 s [hlint] Dependency aeson >=1.3: using aeson-2.2.3.0
  7557. 1488.39 s [hlint] Dependency ansi-terminal >=0.8.1: using ansi-terminal-1.1.3
  7558. 1488.39 s [hlint] Dependency base >=4 && <5: using base-4.20.1.0
  7559. 1488.39 s [hlint] Dependency bytestring: using bytestring-0.12.2.0
  7560. 1488.39 s [hlint] Dependency cmdargs >=0.10.22: using cmdargs-0.10.22
  7561. 1488.39 s [hlint] Dependency containers: using containers-0.7
  7562. 1488.39 s [hlint] Dependency cpphs >=1.20.1: using cpphs-1.20.10
  7563. 1488.39 s [hlint] Dependency data-default >=0.3: using data-default-0.8.0.1
  7564. 1488.39 s [hlint] Dependency deriving-aeson >=0.2: using deriving-aeson-0.2.10
  7565. 1488.39 s [hlint] Dependency directory: using directory-1.3.8.5
  7566. 1488.39 s [hlint] Dependency extra >=1.7.3: using extra-1.8.1
  7567. 1488.39 s [hlint] Dependency file-embed: using file-embed-0.0.16.0
  7568. 1488.39 s [hlint] Dependency filepath: using filepath-1.5.4.0
  7569. 1488.39 s [hlint] Dependency filepattern >=0.1.1: using filepattern-0.1.3
  7570. 1488.39 s [hlint] Dependency ghc-lib-parser >=9.12 && <9.13: using
  7571. 1488.39 s [hlint] ghc-lib-parser-9.12.2.20250421
  7572. 1488.39 s [hlint] Dependency ghc-lib-parser-ex >=9.12.0.0 && <9.13.0: using
  7573. 1488.39 s [hlint] ghc-lib-parser-ex-9.12.0.0
  7574. 1488.39 s [hlint] Dependency hscolour >=1.21: using hscolour-1.25
  7575. 1488.39 s [hlint] Dependency process: using process-1.6.25.0
  7576. 1488.39 s [hlint] Dependency refact >=0.3: using refact-0.3.0.2
  7577. 1488.39 s [hlint] Dependency text: using text-2.1.2
  7578. 1488.39 s [hlint] Dependency transformers: using transformers-0.6.1.1
  7579. 1488.39 s [hlint] Dependency uniplate >=1.5: using uniplate-1.6.13
  7580. 1488.39 s [hlint] Dependency unordered-containers: using unordered-containers-0.2.20.1
  7581. 1488.39 s [hlint] Dependency utf8-string: using utf8-string-1.0.2
  7582. 1488.39 s [hlint] Dependency vector: using vector-0.13.2.0
  7583. 1488.39 s [hlint] Dependency yaml >=0.5.0: using yaml-0.11.11.2
  7584. 1488.39 s [hlint] Dependency base: using base-4.20.1.0
  7585. 1488.39 s [hlint] Dependency hlint: using hlint-3.10
  7586. 1488.39 s [hlint] Source component graph:
  7587. 1488.39 s [hlint] component lib
  7588. 1488.39 s [hlint] component exe:hlint dependency lib
  7589. 1488.39 s [hlint] Configured component graph:
  7590. 1488.39 s [hlint] component hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7591. 1488.39 s [hlint] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7592. 1488.39 s [hlint] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7593. 1488.39 s [hlint] include base-4.20.1.0-f445
  7594. 1488.39 s [hlint] include bytestring-0.12.2.0-214a
  7595. 1488.39 s [hlint] include cmdargs-0.10.22-As69uGVtklQIyNbnoySB6g
  7596. 1488.39 s [hlint] include containers-0.7-6571
  7597. 1488.39 s [hlint] include cpphs-1.20.10-FxPkn6WlMEO9tAhRfrhQ5X
  7598. 1488.39 s [hlint] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  7599. 1488.39 s [hlint] include deriving-aeson-0.2.10-5s52rCGfyMWFZfRyb6lnkB
  7600. 1488.39 s [hlint] include directory-1.3.8.5-159c
  7601. 1488.39 s [hlint] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7602. 1488.39 s [hlint] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7603. 1488.39 s [hlint] include filepath-1.5.4.0-8593
  7604. 1488.39 s [hlint] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7605. 1488.39 s [hlint] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7606. 1488.39 s [hlint] include ghc-lib-parser-ex-9.12.0.0-5nIhTSHU2dQ9sN0JEB9Eaw
  7607. 1488.39 s [hlint] include hscolour-1.25-6XZMArj4NnspcfIsnIb63
  7608. 1488.39 s [hlint] include process-1.6.25.0-cfae
  7609. 1488.39 s [hlint] include refact-0.3.0.2-7XjaunyOt78AwUJbIsJGIr
  7610. 1488.39 s [hlint] include text-2.1.2-7514
  7611. 1488.39 s [hlint] include transformers-0.6.1.1-05a6
  7612. 1488.39 s [hlint] include uniplate-1.6.13-8ewWQuBAb3AK6qIEr7yzve
  7613. 1488.39 s [hlint] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7614. 1488.39 s [hlint] include utf8-string-1.0.2-EezicaBArSPEFllsRplLdT
  7615. 1488.39 s [hlint] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  7616. 1488.39 s [hlint] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7617. 1488.39 s [hlint] component hlint-3.10-2usmTdlqiP2Dyv4c2mwOAQ-hlint
  7618. 1488.39 s [hlint] include base-4.20.1.0-f445
  7619. 1488.39 s [hlint] include hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7620. 1488.39 s [hlint] Linked component graph:
  7621. 1488.39 s [hlint] unit hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7622. 1488.39 s [hlint] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7623. 1488.39 s [hlint] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7624. 1488.39 s [hlint] include base-4.20.1.0-f445
  7625. 1488.39 s [hlint] include bytestring-0.12.2.0-214a
  7626. 1488.39 s [hlint] include cmdargs-0.10.22-As69uGVtklQIyNbnoySB6g
  7627. 1488.39 s [hlint] include containers-0.7-6571
  7628. 1488.39 s [hlint] include cpphs-1.20.10-FxPkn6WlMEO9tAhRfrhQ5X
  7629. 1488.39 s [hlint] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  7630. 1488.39 s [hlint] include deriving-aeson-0.2.10-5s52rCGfyMWFZfRyb6lnkB
  7631. 1488.39 s [hlint] include directory-1.3.8.5-159c
  7632. 1488.39 s [hlint] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7633. 1488.39 s [hlint] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7634. 1488.39 s [hlint] include filepath-1.5.4.0-8593
  7635. 1488.39 s [hlint] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7636. 1488.39 s [hlint] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7637. 1488.39 s [hlint] include ghc-lib-parser-ex-9.12.0.0-5nIhTSHU2dQ9sN0JEB9Eaw
  7638. 1488.39 s [hlint] include hscolour-1.25-6XZMArj4NnspcfIsnIb63
  7639. 1488.39 s [hlint] include process-1.6.25.0-cfae
  7640. 1488.39 s [hlint] include refact-0.3.0.2-7XjaunyOt78AwUJbIsJGIr
  7641. 1488.39 s [hlint] include text-2.1.2-7514
  7642. 1488.39 s [hlint] include transformers-0.6.1.1-05a6
  7643. 1488.39 s [hlint] include uniplate-1.6.13-8ewWQuBAb3AK6qIEr7yzve
  7644. 1488.39 s [hlint] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7645. 1488.39 s [hlint] include utf8-string-1.0.2-EezicaBArSPEFllsRplLdT
  7646. 1488.39 s [hlint] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  7647. 1488.39 s [hlint] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7648. 1488.39 s [hlint] Language.Haskell.HLint=hlint-3.10-KYNXFDDzbKX7YhXpWolQTO:Language.Haskell.HLint
  7649. 1488.39 s [hlint] unit hlint-3.10-2usmTdlqiP2Dyv4c2mwOAQ-hlint
  7650. 1488.39 s [hlint] include base-4.20.1.0-f445
  7651. 1488.39 s [hlint] include hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7652. 1488.39 s [hlint] Ready component graph:
  7653. 1488.39 s [hlint] definite hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7654. 1488.39 s [hlint] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7655. 1488.39 s [hlint] depends ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7656. 1488.39 s [hlint] depends base-4.20.1.0-f445
  7657. 1488.39 s [hlint] depends bytestring-0.12.2.0-214a
  7658. 1488.39 s [hlint] depends cmdargs-0.10.22-As69uGVtklQIyNbnoySB6g
  7659. 1488.39 s [hlint] depends containers-0.7-6571
  7660. 1488.39 s [hlint] depends cpphs-1.20.10-FxPkn6WlMEO9tAhRfrhQ5X
  7661. 1488.39 s [hlint] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  7662. 1488.39 s [hlint] depends deriving-aeson-0.2.10-5s52rCGfyMWFZfRyb6lnkB
  7663. 1488.39 s [hlint] depends directory-1.3.8.5-159c
  7664. 1488.39 s [hlint] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  7665. 1488.39 s [hlint] depends file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7666. 1488.39 s [hlint] depends filepath-1.5.4.0-8593
  7667. 1488.39 s [hlint] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
  7668. 1488.39 s [hlint] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7669. 1488.39 s [hlint] depends ghc-lib-parser-ex-9.12.0.0-5nIhTSHU2dQ9sN0JEB9Eaw
  7670. 1488.39 s [hlint] depends hscolour-1.25-6XZMArj4NnspcfIsnIb63
  7671. 1488.39 s [hlint] depends process-1.6.25.0-cfae
  7672. 1488.39 s [hlint] depends refact-0.3.0.2-7XjaunyOt78AwUJbIsJGIr
  7673. 1488.39 s [hlint] depends text-2.1.2-7514
  7674. 1488.39 s [hlint] depends transformers-0.6.1.1-05a6
  7675. 1488.39 s [hlint] depends uniplate-1.6.13-8ewWQuBAb3AK6qIEr7yzve
  7676. 1488.39 s [hlint] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  7677. 1488.39 s [hlint] depends utf8-string-1.0.2-EezicaBArSPEFllsRplLdT
  7678. 1488.39 s [hlint] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  7679. 1488.39 s [hlint] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7680. 1488.39 s [hlint] definite hlint-3.10-2usmTdlqiP2Dyv4c2mwOAQ-hlint
  7681. 1488.39 s [hlint] depends base-4.20.1.0-f445
  7682. 1488.39 s [hlint] depends hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7683. 1488.39 s [hlint] Using Cabal-3.12.1.0 compiled by ghc-9.10
  7684. 1488.39 s [hlint] Using compiler: ghc-9.10.2
  7685. 1488.39 s [hlint] Using install prefix: /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  7686. 1488.39 s [hlint] Executables installed in:
  7687. 1488.39 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin
  7688. 1488.39 s [hlint] Libraries installed in:
  7689. 1488.39 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  7690. 1488.39 s [hlint] Dynamic Libraries installed in:
  7691. 1488.39 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  7692. 1488.39 s [hlint] Private executables installed in:
  7693. 1488.39 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/libexec/x86_64-linux-ghc-9.10.2-2a2a/hlint-3.10
  7694. 1488.39 s [hlint] Data files installed in:
  7695. 1488.39 s [hlint] /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data/share/ghc-9.10.2/x86_64-linux-ghc-9.10.2-2a2a/hlint-3.10
  7696. 1488.39 s [hlint] Documentation installed in:
  7697. 1488.39 s [hlint] /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc/share/doc/hlint-3.10
  7698. 1488.39 s [hlint] Configuration files installed in:
  7699. 1488.39 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/etc
  7700. 1488.39 s [hlint] No alex found
  7701. 1488.39 s [hlint] Using ar found on system at:
  7702. 1488.39 s [hlint] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  7703. 1488.39 s [hlint] No c2hs found
  7704. 1488.39 s [hlint] Using cpphs version 1.20.9 found on system at:
  7705. 1488.39 s [hlint] /nix/store/pq791l1nbs96ibfjqpc0dzk6v3a9zbyy-cpphs-1.20.10/bin/cpphs
  7706. 1488.39 s [hlint] No doctest found
  7707. 1488.39 s [hlint] Using gcc version 14.3.0 given by user at:
  7708. 1488.39 s [hlint] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  7709. 1488.39 s [hlint] Using ghc version 9.10.2 found on system at:
  7710. 1488.39 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  7711. 1488.39 s [hlint] Using ghc-pkg version 9.10.2 found on system at:
  7712. 1488.39 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  7713. 1488.39 s [hlint] No ghcjs found
  7714. 1488.39 s [hlint] No ghcjs-pkg found
  7715. 1488.39 s [hlint] No greencard found
  7716. 1488.39 s [hlint] Using haddock version 2.31.0 found on system at:
  7717. 1488.39 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  7718. 1488.39 s [hlint] No happy found
  7719. 1488.39 s [hlint] Using haskell-suite found on system at: haskell-suite-dummy-location
  7720. 1488.39 s [hlint] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  7721. 1488.40 s [implicit-hie] No hmake found
  7722. 1488.40 s [implicit-hie] Using hpc version 0.69 found on system at:
  7723. 1488.40 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  7724. 1488.40 s [implicit-hie] Using hsc2hs version 0.68.10 found on system at:
  7725. 1488.40 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  7726. 1488.40 s [implicit-hie] Using hscolour version 1.25 found on system at:
  7727. 1488.40 s [implicit-hie] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  7728. 1488.40 s [implicit-hie] No jhc found
  7729. 1488.40 s [implicit-hie] Using ld found on system at:
  7730. 1488.40 s [implicit-hie] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  7731. 1488.40 s [implicit-hie] No pkg-config found
  7732. 1488.40 s [implicit-hie] Using runghc version 9.10.2 found on system at:
  7733. 1488.40 s [implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  7734. 1488.40 s [implicit-hie] Using strip version 2.44 found on system at:
  7735. 1488.40 s [implicit-hie] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  7736. 1488.40 s [implicit-hie] Using tar found on system at:
  7737. 1488.40 s [implicit-hie] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  7738. 1488.40 s [implicit-hie] No uhc found
  7739. 1488.41 s [hlint] No hmake found
  7740. 1488.41 s [hlint] Using hpc version 0.69 found on system at:
  7741. 1488.41 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  7742. 1488.41 s [hlint] Using hsc2hs version 0.68.10 found on system at:
  7743. 1488.41 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  7744. 1488.41 s [hlint] Using hscolour version 1.25 found on system at:
  7745. 1488.41 s [hlint] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  7746. 1488.41 s [hlint] No jhc found
  7747. 1488.41 s [hlint] Using ld found on system at:
  7748. 1488.41 s [hlint] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  7749. 1488.41 s [hlint] No pkg-config found
  7750. 1488.41 s [hlint] Using runghc version 9.10.2 found on system at:
  7751. 1488.41 s [hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  7752. 1488.41 s [hlint] Using strip version 2.44 found on system at:
  7753. 1488.41 s [hlint] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  7754. 1488.41 s [hlint] Using tar found on system at:
  7755. 1488.41 s [hlint] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  7756. 1488.41 s [hlint] No uhc found
  7757. 1488.60 s [fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.2.0
  7758. 1488.60 s [fourmolu] Dependency Diff >=0.4 && <2: using Diff-1.0.2
  7759. 1488.60 s [fourmolu] Dependency MemoTrie >=0.6 && <0.7: using MemoTrie-0.6.11
  7760. 1488.60 s [fourmolu] Dependency aeson >=1.0 && <3.0: using aeson-2.2.3.0
  7761. 1488.60 s [fourmolu] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.3
  7762. 1488.60 s [fourmolu] Dependency array >=0.5 && <0.6: using array-0.5.8.0
  7763. 1488.60 s [fourmolu] Dependency base >=4.14 && <5: using base-4.20.1.0
  7764. 1488.60 s [fourmolu] Dependency binary >=0.8 && <0.9: using binary-0.8.9.3
  7765. 1488.60 s [fourmolu] Dependency bytestring >=0.2 && <0.13: using bytestring-0.12.2.0
  7766. 1488.60 s [fourmolu] Dependency choice >=0.2.4.1 && <0.3: using choice-0.2.4.1
  7767. 1488.60 s [fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
  7768. 1488.60 s [fourmolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
  7769. 1488.60 s [fourmolu] Dependency file-embed >=0.0.15 && <0.1: using file-embed-0.0.16.0
  7770. 1488.60 s [fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
  7771. 1488.60 s [fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
  7772. 1488.60 s [fourmolu] ghc-lib-parser-9.12.2.20250421
  7773. 1488.60 s [fourmolu] Dependency megaparsec >=9: using megaparsec-9.7.0
  7774. 1488.60 s [fourmolu] Dependency mtl >=2 && <3: using mtl-2.3.1
  7775. 1488.60 s [fourmolu] Dependency scientific >=0.3.2 && <1: using scientific-0.3.8.0
  7776. 1488.60 s [fourmolu] Dependency syb >=0.7 && <0.8: using syb-0.7.2.4
  7777. 1488.60 s [fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
  7778. 1488.60 s [fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.2.0
  7779. 1488.60 s [fourmolu] Dependency base >=4.12 && <5: using base-4.20.1.0
  7780. 1488.60 s [fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
  7781. 1488.60 s [fourmolu] Dependency directory >=1.3.3 && <1.4: using directory-1.3.8.5
  7782. 1488.60 s [fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
  7783. 1488.60 s [fourmolu] Dependency fourmolu: using fourmolu-0.19.0.1
  7784. 1488.60 s [fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
  7785. 1488.60 s [fourmolu] ghc-lib-parser-9.12.2.20250421
  7786. 1488.60 s [fourmolu] Dependency optparse-applicative >=0.17 && <0.19: using
  7787. 1488.60 s [fourmolu] optparse-applicative-0.18.1.0
  7788. 1488.60 s [fourmolu] Dependency terminal-size >=0.1 && <0.4: using terminal-size-0.3.4
  7789. 1488.60 s [fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
  7790. 1488.60 s [fourmolu] Dependency th-env >=0.1.1 && <0.2: using th-env-0.1.1
  7791. 1488.60 s [fourmolu] Dependency unliftio >=0.2.10 && <0.3: using unliftio-0.2.25.1
  7792. 1488.60 s [fourmolu] Dependency yaml >=0.11.6.0 && <1: using yaml-0.11.11.2
  7793. 1488.60 s [fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.2.0
  7794. 1488.60 s [fourmolu] Dependency Diff >=1 && <2: using Diff-1.0.2
  7795. 1488.60 s [fourmolu] Dependency QuickCheck >=2.14: using QuickCheck-2.15.0.1
  7796. 1488.60 s [fourmolu] Dependency base >=4.14 && <5: using base-4.20.1.0
  7797. 1488.60 s [fourmolu] Dependency bytestring: using bytestring-0.12.2.0
  7798. 1488.60 s [fourmolu] Dependency choice >=0.2.4.1 && <0.3: using choice-0.2.4.1
  7799. 1488.60 s [fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
  7800. 1488.60 s [fourmolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
  7801. 1488.60 s [fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
  7802. 1488.60 s [fourmolu] Dependency fourmolu: using fourmolu-0.19.0.1
  7803. 1488.60 s [fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
  7804. 1488.60 s [fourmolu] ghc-lib-parser-9.12.2.20250421
  7805. 1488.60 s [fourmolu] Dependency hspec >=2 && <3: using hspec-2.11.14
  7806. 1488.61 s [fourmolu] Dependency hspec-megaparsec >=2.2: using hspec-megaparsec-2.2.1
  7807. 1488.61 s [fourmolu] Dependency megaparsec >=9: using megaparsec-9.7.0
  7808. 1488.61 s [fourmolu] Dependency path >=0.6 && <0.10: using path-0.9.6
  7809. 1488.61 s [fourmolu] Dependency path-io >=1.4.2 && <2: using path-io-1.8.2
  7810. 1488.61 s [fourmolu] Dependency pretty >=1.0 && <2.0: using pretty-1.1.3.6
  7811. 1488.61 s [fourmolu] Dependency process >=1.6 && <2.0: using process-1.6.25.0
  7812. 1488.61 s [fourmolu] Dependency temporary >=1.3 && <1.4: using temporary-1.3
  7813. 1488.61 s [fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
  7814. 1488.61 s [fourmolu] Dependency yaml: using yaml-0.11.11.2
  7815. 1488.61 s [fourmolu] Source component graph:
  7816. 1488.61 s [fourmolu] component lib
  7817. 1488.61 s [fourmolu] component exe:fourmolu dependency lib
  7818. 1488.61 s [fourmolu] component test:tests
  7819. 1488.61 s [fourmolu] dependency exe:fourmolu
  7820. 1488.61 s [fourmolu] dependency lib
  7821. 1488.61 s [fourmolu] Configured component graph:
  7822. 1488.61 s [fourmolu] component fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7823. 1488.61 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7824. 1488.61 s [fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7825. 1488.61 s [fourmolu] include MemoTrie-0.6.11-3s11AOZAQj1DFesZDlfES
  7826. 1488.61 s [fourmolu] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7827. 1488.61 s [fourmolu] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7828. 1488.61 s [fourmolu] include array-0.5.8.0-cc9a
  7829. 1488.61 s [fourmolu] include base-4.20.1.0-f445
  7830. 1488.61 s [fourmolu] include binary-0.8.9.3-9c52
  7831. 1488.61 s [fourmolu] include bytestring-0.12.2.0-214a
  7832. 1488.61 s [fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7833. 1488.61 s [fourmolu] include containers-0.7-6571
  7834. 1488.61 s [fourmolu] include directory-1.3.8.5-159c
  7835. 1488.61 s [fourmolu] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7836. 1488.61 s [fourmolu] include filepath-1.5.4.0-8593
  7837. 1488.61 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7838. 1488.61 s [fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7839. 1488.61 s [fourmolu] include mtl-2.3.1-07d6
  7840. 1488.61 s [fourmolu] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  7841. 1488.61 s [fourmolu] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  7842. 1488.61 s [fourmolu] include text-2.1.2-7514
  7843. 1488.61 s [fourmolu] component fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
  7844. 1488.61 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7845. 1488.61 s [fourmolu] include base-4.20.1.0-f445
  7846. 1488.61 s [fourmolu] include containers-0.7-6571
  7847. 1488.61 s [fourmolu] include directory-1.3.8.5-159c
  7848. 1488.61 s [fourmolu] include filepath-1.5.4.0-8593
  7849. 1488.61 s [fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7850. 1488.61 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7851. 1488.61 s [fourmolu] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7852. 1488.61 s [fourmolu] include terminal-size-0.3.4-DRvmYUaz2eS2IvApZSsovh
  7853. 1488.61 s [fourmolu] include text-2.1.2-7514
  7854. 1488.61 s [fourmolu] include th-env-0.1.1-BRizIpwOvQRE97qsM3cDTM
  7855. 1488.61 s [fourmolu] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  7856. 1488.61 s [fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7857. 1488.61 s [fourmolu] component fourmolu-0.19.0.1-LhuX3VOR1eU73LFOPM1mse-tests
  7858. 1488.61 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7859. 1488.61 s [fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7860. 1488.61 s [fourmolu] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  7861. 1488.61 s [fourmolu] include base-4.20.1.0-f445
  7862. 1488.61 s [fourmolu] include bytestring-0.12.2.0-214a
  7863. 1488.61 s [fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7864. 1488.61 s [fourmolu] include containers-0.7-6571
  7865. 1488.61 s [fourmolu] include directory-1.3.8.5-159c
  7866. 1488.61 s [fourmolu] include filepath-1.5.4.0-8593
  7867. 1488.61 s [fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7868. 1488.61 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7869. 1488.61 s [fourmolu] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7870. 1488.61 s [fourmolu] include hspec-megaparsec-2.2.1-5LQFTdFlRbj3aN66KcWTTo
  7871. 1488.61 s [fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7872. 1488.61 s [fourmolu] include path-0.9.6-AhxlYdZ0YqU1VR0XyS3KjU
  7873. 1488.61 s [fourmolu] include path-io-1.8.2-5kvsk39qljqEp2cviaptu8
  7874. 1488.61 s [fourmolu] include pretty-1.1.3.6-1177
  7875. 1488.61 s [fourmolu] include process-1.6.25.0-cfae
  7876. 1488.61 s [fourmolu] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7877. 1488.61 s [fourmolu] include text-2.1.2-7514
  7878. 1488.61 s [fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7879. 1488.61 s [fourmolu] Linked component graph:
  7880. 1488.61 s [fourmolu] unit fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7881. 1488.61 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7882. 1488.61 s [fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7883. 1488.61 s [fourmolu] include MemoTrie-0.6.11-3s11AOZAQj1DFesZDlfES
  7884. 1488.61 s [fourmolu] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7885. 1488.61 s [fourmolu] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7886. 1488.61 s [fourmolu] include array-0.5.8.0-cc9a
  7887. 1488.61 s [fourmolu] include base-4.20.1.0-f445
  7888. 1488.61 s [fourmolu] include binary-0.8.9.3-9c52
  7889. 1488.61 s [fourmolu] include bytestring-0.12.2.0-214a
  7890. 1488.61 s [fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7891. 1488.61 s [fourmolu] include containers-0.7-6571
  7892. 1488.61 s [fourmolu] include directory-1.3.8.5-159c
  7893. 1488.61 s [fourmolu] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7894. 1488.61 s [fourmolu] include filepath-1.5.4.0-8593
  7895. 1488.61 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7896. 1488.61 s [fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7897. 1488.61 s [fourmolu] include mtl-2.3.1-07d6
  7898. 1488.61 s [fourmolu] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  7899. 1488.61 s [fourmolu] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  7900. 1488.61 s [fourmolu] include text-2.1.2-7514
  7901. 1488.61 s [fourmolu] Ormolu=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu,Ormolu.Config=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Config,Ormolu.Diff.ParseResult=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Diff.ParseResult,Ormolu.Diff.Text=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Diff.Text,Ormolu.Exception=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Exception,Ormolu.Fixity=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity,Ormolu.Fixity.Imports=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity.Imports,Ormolu.Fixity.Internal=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity.Internal,Ormolu.Fixity.Parser=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity.Parser,Ormolu.Fixity.Printer=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Fixity.Printer,Ormolu.Imports=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Imports,Ormolu.Imports.Grouping=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Imports.Grouping,Ormolu.Parser=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Parser,Ormolu.Parser.CommentStream=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Parser.CommentStream,Ormolu.Parser.Pragma=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Parser.Pragma,Ormolu.Parser.Result=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Parser.Result,Ormolu.Printer=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer,Ormolu.Printer.Combinators=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Combinators,Ormolu.Printer.Comments=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Comments,Ormolu.Printer.Internal=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Internal,Ormolu.Printer.Meat.Common=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Common,Ormolu.Printer.Meat.Declaration=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration,Ormolu.Printer.Meat.Declaration.Annotation=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Annotation,Ormolu.Printer.Meat.Declaration.Class=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Class,Ormolu.Printer.Meat.Declaration.Data=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Data,Ormolu.Printer.Meat.Declaration.Default=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Default,Ormolu.Printer.Meat.Declaration.Foreign=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Foreign,Ormolu.Printer.Meat.Declaration.Instance=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Instance,Ormolu.Printer.Meat.Declaration.OpTree=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.OpTree,Ormolu.Printer.Meat.Declaration.RoleAnnotation=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.RoleAnnotation,Ormolu.Printer.Meat.Declaration.Rule=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Rule,Ormolu.Printer.Meat.Declaration.Signature=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Signature,Ormolu.Printer.Meat.Declaration.Splice=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Splice,Ormolu.Printer.Meat.Declaration.StringLiteral=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.StringLiteral,Ormolu.Printer.Meat.Declaration.Type=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Type,Ormolu.Printer.Meat.Declaration.TypeFamily=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.TypeFamily,Ormolu.Printer.Meat.Declaration.Value=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Value,Ormolu.Printer.Meat.Declaration.Warning=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Declaration.Warning,Ormolu.Printer.Meat.ImportExport=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.ImportExport,Ormolu.Printer.Meat.Module=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Module,Ormolu.Printer.Meat.Pragma=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Pragma,Ormolu.Printer.Meat.Type=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Meat.Type,Ormolu.Printer.Operators=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.Operators,Ormolu.Printer.SpanStream=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Printer.SpanStream,Ormolu.Processing.Common=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Processing.Common,Ormolu.Processing.Cpp=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Processing.Cpp,Ormolu.Processing.Preprocess=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Processing.Preprocess,Ormolu.Terminal=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Terminal,Ormolu.Terminal.QualifiedDo=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Terminal.QualifiedDo,Ormolu.Utils=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils,Ormolu.Utils.Cabal=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils.Cabal,Ormolu.Utils.Fixity=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils.Fixity,Ormolu.Utils.Glob=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils.Glob,Ormolu.Utils.IO=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Ormolu.Utils.IO,Paths_fourmolu=fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU:Paths_fourmolu
  7902. 1488.61 s [fourmolu] unit fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
  7903. 1488.61 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7904. 1488.61 s [fourmolu] include base-4.20.1.0-f445
  7905. 1488.61 s [fourmolu] include containers-0.7-6571
  7906. 1488.61 s [fourmolu] include directory-1.3.8.5-159c
  7907. 1488.61 s [fourmolu] include filepath-1.5.4.0-8593
  7908. 1488.61 s [fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7909. 1488.61 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7910. 1488.61 s [fourmolu] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7911. 1488.61 s [fourmolu] include terminal-size-0.3.4-DRvmYUaz2eS2IvApZSsovh
  7912. 1488.61 s [fourmolu] include text-2.1.2-7514
  7913. 1488.61 s [fourmolu] include th-env-0.1.1-BRizIpwOvQRE97qsM3cDTM
  7914. 1488.61 s [fourmolu] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  7915. 1488.61 s [fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7916. 1488.61 s [fourmolu] unit fourmolu-0.19.0.1-LhuX3VOR1eU73LFOPM1mse-tests
  7917. 1488.61 s [fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7918. 1488.61 s [fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7919. 1488.61 s [fourmolu] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  7920. 1488.61 s [fourmolu] include base-4.20.1.0-f445
  7921. 1488.61 s [fourmolu] include bytestring-0.12.2.0-214a
  7922. 1488.61 s [fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7923. 1488.61 s [fourmolu] include containers-0.7-6571
  7924. 1488.61 s [fourmolu] include directory-1.3.8.5-159c
  7925. 1488.61 s [fourmolu] include filepath-1.5.4.0-8593
  7926. 1488.61 s [fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7927. 1488.61 s [fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7928. 1488.61 s [fourmolu] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7929. 1488.61 s [fourmolu] include hspec-megaparsec-2.2.1-5LQFTdFlRbj3aN66KcWTTo
  7930. 1488.61 s [fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7931. 1488.61 s [fourmolu] include path-0.9.6-AhxlYdZ0YqU1VR0XyS3KjU
  7932. 1488.61 s [fourmolu] include path-io-1.8.2-5kvsk39qljqEp2cviaptu8
  7933. 1488.61 s [fourmolu] include pretty-1.1.3.6-1177
  7934. 1488.61 s [fourmolu] include process-1.6.25.0-cfae
  7935. 1488.61 s [fourmolu] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7936. 1488.61 s [fourmolu] include text-2.1.2-7514
  7937. 1488.61 s [fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7938. 1488.61 s [fourmolu] Ready component graph:
  7939. 1488.61 s [fourmolu] definite fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7940. 1488.61 s [fourmolu] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7941. 1488.61 s [fourmolu] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7942. 1488.61 s [fourmolu] depends MemoTrie-0.6.11-3s11AOZAQj1DFesZDlfES
  7943. 1488.61 s [fourmolu] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  7944. 1488.61 s [fourmolu] depends ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  7945. 1488.61 s [fourmolu] depends array-0.5.8.0-cc9a
  7946. 1488.61 s [fourmolu] depends base-4.20.1.0-f445
  7947. 1488.61 s [fourmolu] depends binary-0.8.9.3-9c52
  7948. 1488.61 s [fourmolu] depends bytestring-0.12.2.0-214a
  7949. 1488.61 s [fourmolu] depends choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7950. 1488.61 s [fourmolu] depends containers-0.7-6571
  7951. 1488.61 s [fourmolu] depends directory-1.3.8.5-159c
  7952. 1488.61 s [fourmolu] depends file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
  7953. 1488.61 s [fourmolu] depends filepath-1.5.4.0-8593
  7954. 1488.61 s [fourmolu] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7955. 1488.61 s [fourmolu] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7956. 1488.61 s [fourmolu] depends mtl-2.3.1-07d6
  7957. 1488.61 s [fourmolu] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
  7958. 1488.61 s [fourmolu] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  7959. 1488.61 s [fourmolu] depends text-2.1.2-7514
  7960. 1488.61 s [fourmolu] definite fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
  7961. 1488.61 s [fourmolu] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7962. 1488.61 s [fourmolu] depends base-4.20.1.0-f445
  7963. 1488.61 s [fourmolu] depends containers-0.7-6571
  7964. 1488.61 s [fourmolu] depends directory-1.3.8.5-159c
  7965. 1488.61 s [fourmolu] depends filepath-1.5.4.0-8593
  7966. 1488.61 s [fourmolu] depends fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7967. 1488.61 s [fourmolu] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7968. 1488.61 s [fourmolu] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  7969. 1488.61 s [fourmolu] depends terminal-size-0.3.4-DRvmYUaz2eS2IvApZSsovh
  7970. 1488.61 s [fourmolu] depends text-2.1.2-7514
  7971. 1488.61 s [fourmolu] depends th-env-0.1.1-BRizIpwOvQRE97qsM3cDTM
  7972. 1488.61 s [fourmolu] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  7973. 1488.61 s [fourmolu] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7974. 1488.61 s [fourmolu] definite fourmolu-0.19.0.1-LhuX3VOR1eU73LFOPM1mse-tests
  7975. 1488.61 s [fourmolu] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  7976. 1488.61 s [fourmolu] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  7977. 1488.61 s [fourmolu] depends QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
  7978. 1488.61 s [fourmolu] depends base-4.20.1.0-f445
  7979. 1488.61 s [fourmolu] depends bytestring-0.12.2.0-214a
  7980. 1488.61 s [fourmolu] depends choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
  7981. 1488.61 s [fourmolu] depends containers-0.7-6571
  7982. 1488.61 s [fourmolu] depends directory-1.3.8.5-159c
  7983. 1488.61 s [fourmolu] depends filepath-1.5.4.0-8593
  7984. 1488.63 s [fourmolu] depends fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  7985. 1488.63 s [fourmolu] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
  7986. 1488.63 s [fourmolu] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  7987. 1488.63 s [fourmolu] depends hspec-megaparsec-2.2.1-5LQFTdFlRbj3aN66KcWTTo
  7988. 1488.63 s [fourmolu] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  7989. 1488.63 s [fourmolu] depends path-0.9.6-AhxlYdZ0YqU1VR0XyS3KjU
  7990. 1488.63 s [fourmolu] depends path-io-1.8.2-5kvsk39qljqEp2cviaptu8
  7991. 1488.63 s [fourmolu] depends pretty-1.1.3.6-1177
  7992. 1488.63 s [fourmolu] depends process-1.6.25.0-cfae
  7993. 1488.63 s [fourmolu] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  7994. 1488.63 s [fourmolu] depends text-2.1.2-7514
  7995. 1488.63 s [fourmolu] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  7996. 1488.63 s [fourmolu] depends fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
  7997. 1488.63 s [fourmolu] Using Cabal-3.12.1.0 compiled by ghc-9.10
  7998. 1488.63 s [fourmolu] Using compiler: ghc-9.10.2
  7999. 1488.63 s [fourmolu] Using install prefix:
  8000. 1488.63 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1
  8001. 1488.63 s [fourmolu] Executables installed in:
  8002. 1488.63 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin
  8003. 1488.63 s [fourmolu] Libraries installed in:
  8004. 1488.63 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  8005. 1488.63 s [fourmolu] Dynamic Libraries installed in:
  8006. 1488.63 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  8007. 1488.63 s [fourmolu] Private executables installed in:
  8008. 1488.63 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/fourmolu-0.19.0.1
  8009. 1488.63 s [fourmolu] Data files installed in:
  8010. 1488.63 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/share/x86_64-linux-ghc-9.10.2-2a2a/fourmolu-0.19.0.1
  8011. 1488.63 s [fourmolu] Documentation installed in:
  8012. 1488.63 s [fourmolu] /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc/share/doc/fourmolu-0.19.0.1
  8013. 1488.63 s [fourmolu] Configuration files installed in:
  8014. 1488.63 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/etc
  8015. 1488.63 s [fourmolu] No alex found
  8016. 1488.63 s [fourmolu] Using ar found on system at:
  8017. 1488.63 s [fourmolu] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  8018. 1488.63 s [fourmolu] No c2hs found
  8019. 1488.63 s [fourmolu] No cpphs found
  8020. 1488.63 s [fourmolu] No doctest found
  8021. 1488.63 s [fourmolu] Using gcc version 14.3.0 given by user at:
  8022. 1488.63 s [fourmolu] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  8023. 1488.63 s [fourmolu] Using ghc version 9.10.2 found on system at:
  8024. 1488.63 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  8025. 1488.63 s [fourmolu] Using ghc-pkg version 9.10.2 found on system at:
  8026. 1488.63 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  8027. 1488.63 s [fourmolu] No ghcjs found
  8028. 1488.63 s [fourmolu] No ghcjs-pkg found
  8029. 1488.63 s [fourmolu] No greencard found
  8030. 1488.63 s [fourmolu] Using haddock version 2.31.0 found on system at:
  8031. 1488.63 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  8032. 1488.63 s [fourmolu] No happy found
  8033. 1488.63 s [fourmolu] Using haskell-suite found on system at: haskell-suite-dummy-location
  8034. 1488.63 s [fourmolu] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  8035. 1488.63 s [fourmolu] No hmake found
  8036. 1488.63 s [fourmolu] Using hpc version 0.69 found on system at:
  8037. 1488.63 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  8038. 1488.63 s [fourmolu] Using hsc2hs version 0.68.10 found on system at:
  8039. 1488.63 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  8040. 1488.63 s [fourmolu] Using hscolour version 1.25 found on system at:
  8041. 1488.63 s [fourmolu] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  8042. 1488.63 s [fourmolu] No jhc found
  8043. 1488.63 s [fourmolu] Using ld found on system at:
  8044. 1488.63 s [fourmolu] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  8045. 1488.63 s [fourmolu] No pkg-config found
  8046. 1488.63 s [fourmolu] Using runghc version 9.10.2 found on system at:
  8047. 1488.63 s [fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  8048. 1488.63 s [fourmolu] Using strip version 2.44 found on system at:
  8049. 1488.63 s [fourmolu] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  8050. 1488.63 s [fourmolu] Using tar found on system at:
  8051. 1488.63 s [fourmolu] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  8052. 1488.63 s [fourmolu] No uhc found
  8053. 1488.73 s [implicit-hie] Phase: buildPhase
  8054. 1488.75 s [hie-bios] Phase: buildPhase
  8055. 1488.76 s [hlint] Phase: buildPhase
  8056. 1488.81 s [implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
  8057. 1488.81 s [implicit-hie] Building library for implicit-hie-0.1.4.0...
  8058. 1488.83 s [hie-bios] Preprocessing library for hie-bios-0.17.0...
  8059. 1488.83 s [hie-bios] Building library for hie-bios-0.17.0...
  8060. 1488.84 s [hlint] Preprocessing library for hlint-3.10...
  8061. 1488.85 s [hlint] Building library for hlint-3.10...
  8062. 1488.90 s [implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, dist/build/Hie/Cabal/Parser.o, dist/build/Hie/Cabal/Parser.dyn_o )
  8063. 1489.05 s [fourmolu] Phase: buildPhase
  8064. 1489.14 s [hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.o, dist/build/EmbedData.dyn_o )
  8065. 1489.14 s [fourmolu] Preprocessing library for fourmolu-0.19.0.1...
  8066. 1489.15 s [fourmolu] Building library for fourmolu-0.19.0.1...
  8067. 1489.17 s [hie-bios] [ 1 of 22] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, dist/build/HIE/Bios/Config/YAML.o, dist/build/HIE/Bios/Config/YAML.dyn_o )
  8068. 1489.45 s [fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.o, dist/build/GHC/DynFlags.dyn_o )
  8069. 1489.52 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 )
  8070. 1489.83 s [fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.o, dist/build/Ormolu/Printer/SpanStream.dyn_o )
  8071. 1489.95 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 )
  8072. 1489.96 s [fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.o, dist/build/Ormolu/Processing/Cpp.dyn_o )
  8073. 1490.11 s [hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.o, dist/build/Extension.dyn_o )
  8074. 1490.32 s [hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.o, dist/build/Fixity.dyn_o )
  8075. 1490.41 s [hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, dist/build/GHC/Util/ApiAnnotation.o, dist/build/GHC/Util/ApiAnnotation.dyn_o )
  8076. 1490.47 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 )
  8077. 1490.71 s [hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, dist/build/GHC/Util/Brackets.o, dist/build/GHC/Util/Brackets.dyn_o )
  8078. 1490.71 s [hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, dist/build/GHC/Util/DynFlags.o, dist/build/GHC/Util/DynFlags.dyn_o )
  8079. 1490.71 s [hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, dist/build/GHC/Util/FreeVars.o, dist/build/GHC/Util/FreeVars.dyn_o )
  8080. 1490.78 s [fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.o, dist/build/Ormolu/Utils.dyn_o )
  8081. 1490.78 s [fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.o, dist/build/Ormolu/Terminal.dyn_o )
  8082. 1491.18 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 )
  8083. 1491.20 s [implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, dist/build/Hie/Locate.o, dist/build/Hie/Locate.dyn_o )
  8084. 1491.22 s [hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, dist/build/GHC/Util/HsDecl.o, dist/build/GHC/Util/HsDecl.dyn_o )
  8085. 1491.22 s [hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, dist/build/GHC/Util/Scope.o, dist/build/GHC/Util/Scope.dyn_o )
  8086. 1491.22 s [hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, dist/build/GHC/Util/SrcLoc.o, dist/build/GHC/Util/SrcLoc.dyn_o )
  8087. 1491.22 s [hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, dist/build/GHC/Util/View.o, dist/build/GHC/Util/View.dyn_o )
  8088. 1491.22 s [hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.o, dist/build/HsColour.dyn_o )
  8089. 1491.22 s [hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.o, dist/build/Parallel.dyn_o )
  8090. 1491.22 s [hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.o, dist/build/Paths_hlint.dyn_o )
  8091. 1491.22 s [hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.o, dist/build/Refact.dyn_o )
  8092. 1491.22 s [hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, dist/build/GHC/Util/HsExpr.o, dist/build/GHC/Util/HsExpr.dyn_o )
  8093. 1491.52 s [implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, dist/build/Hie/Yaml.o, dist/build/Hie/Yaml.dyn_o )
  8094. 1491.52 s [implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, dist/build/Paths_implicit_hie.o, dist/build/Paths_implicit_hie.dyn_o )
  8095. 1491.58 s [hie-bios] [ 2 of 22] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.o, dist/build/HIE/Bios/Config.dyn_o )
  8096. 1491.64 s [fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.o, dist/build/Ormolu/Terminal/QualifiedDo.dyn_o )
  8097. 1491.67 s [fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.o, dist/build/Ormolu/Diff/Text.dyn_o )
  8098. 1491.81 s [implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, dist/build/Hie/Cabal/Parser.p_o )
  8099. 1491.99 s [hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.o, dist/build/Timing.dyn_o )
  8100. 1491.99 s [hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
  8101. 1491.99 s [hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, dist/build/GHC/Util/Unify.o, dist/build/GHC/Util/Unify.dyn_o )
  8102. 1492.18 s [hie-bios] [ 3 of 22] Compiling HIE.Bios.Cradle.ProjectConfig ( src/HIE/Bios/Cradle/ProjectConfig.hs, dist/build/HIE/Bios/Cradle/ProjectConfig.o, dist/build/HIE/Bios/Cradle/ProjectConfig.dyn_o )
  8103. 1492.18 s [hie-bios] [ 4 of 22] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, dist/build/HIE/Bios/Ghc/Gap.o, dist/build/HIE/Bios/Ghc/Gap.dyn_o )
  8104. 1492.18 s [hie-bios] [ 5 of 22] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, dist/build/HIE/Bios/Ghc/Doc.o, dist/build/HIE/Bios/Ghc/Doc.dyn_o )
  8105. 1492.18 s [hie-bios] [ 6 of 22] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, dist/build/HIE/Bios/Ghc/Load.o, dist/build/HIE/Bios/Ghc/Load.dyn_o )
  8106. 1492.18 s [hie-bios] [ 7 of 22] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.o, dist/build/HIE/Bios/Types.dyn_o )
  8107. 1492.18 s [hie-bios] [ 8 of 22] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.o, dist/build/HIE/Bios/Flags.dyn_o )
  8108. 1492.18 s [hie-bios] [ 9 of 22] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.o, dist/build/HIE/Bios/Environment.dyn_o )
  8109. 1492.18 s [hie-bios] [10 of 22] Compiling HIE.Bios.Process ( src/HIE/Bios/Process.hs, dist/build/HIE/Bios/Process.o, dist/build/HIE/Bios/Process.dyn_o )
  8110. 1492.18 s [hie-bios] [11 of 22] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, dist/build/HIE/Bios/Ghc/Api.o, dist/build/HIE/Bios/Ghc/Api.dyn_o )
  8111. 1492.18 s [hie-bios] [12 of 22] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, dist/build/HIE/Bios/Ghc/Logger.o, dist/build/HIE/Bios/Ghc/Logger.dyn_o )
  8112. 1492.18 s [hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning: [GHC-62161] [-Wincomplete-patterns]
  8113. 1492.18 s [hie-bios] Pattern match(es) are non-exhaustive
  8114. 1492.18 s [hie-bios] In an equation for ‘appendLogRef’:
  8115. 1492.18 s [hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
  8116. 1492.18 s [hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
  8117. 1492.18 s [hie-bios] _ _ (LogRef _) _ MCOutput _ _
  8118. 1492.18 s [hie-bios] _ _ (LogRef _) _ MCFatal _ _
  8119. 1492.18 s [hie-bios] _ _ (LogRef _) _ MCInteractive _ _
  8120. 1492.18 s [hie-bios] _ _ (LogRef _) _ MCDump _ _
  8121. 1492.18 s [hie-bios] ...
  8122. 1492.18 s [hie-bios] |
  8123. 1492.18 s [hie-bios] 48 | appendLogRef df style (LogRef ref) _
  8124. 1492.18 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8125. 1492.18 s [hie-bios]
  8126. 1492.18 s [hie-bios] [13 of 22] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, dist/build/HIE/Bios/Ghc/Check.o, dist/build/HIE/Bios/Ghc/Check.dyn_o )
  8127. 1492.18 s [hie-bios] [14 of 22] Compiling HIE.Bios.Cradle.Utils ( src/HIE/Bios/Cradle/Utils.hs, dist/build/HIE/Bios/Cradle/Utils.o, dist/build/HIE/Bios/Cradle/Utils.dyn_o )
  8128. 1492.18 s [hie-bios] [15 of 22] Compiling HIE.Bios.Cradle.ProgramVersions ( src/HIE/Bios/Cradle/ProgramVersions.hs, dist/build/HIE/Bios/Cradle/ProgramVersions.o, dist/build/HIE/Bios/Cradle/ProgramVersions.dyn_o )
  8129. 1492.18 s [hie-bios] [16 of 22] Compiling HIE.Bios.Cradle.Resolved ( src/HIE/Bios/Cradle/Resolved.hs, dist/build/HIE/Bios/Cradle/Resolved.o, dist/build/HIE/Bios/Cradle/Resolved.dyn_o )
  8130. 1492.31 s [hie-bios] [17 of 22] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.o, dist/build/HIE/Bios/Wrappers.dyn_o )
  8131. 1492.31 s [hie-bios] [18 of 22] Compiling HIE.Bios.Cradle.Cabal ( src/HIE/Bios/Cradle/Cabal.hs, dist/build/HIE/Bios/Cradle/Cabal.o, dist/build/HIE/Bios/Cradle/Cabal.dyn_o )
  8132. 1492.58 s [fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.o, dist/build/Ormolu/Exception.dyn_o )
  8133. 1492.79 s [fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.o, dist/build/Ormolu/Parser/Pragma.dyn_o )
  8134. 1492.79 s [fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.o, dist/build/Ormolu/Parser/CommentStream.dyn_o )
  8135. 1492.79 s [fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.o, dist/build/Ormolu/Fixity/Internal.dyn_o )
  8136. 1492.79 s [fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.o, dist/build/Ormolu/Fixity/Imports.dyn_o )
  8137. 1492.79 s [fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.o, dist/build/Ormolu/Fixity.dyn_o )
  8138. 1492.81 s [hie-bios] [19 of 22] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.o, dist/build/HIE/Bios/Cradle.dyn_o )
  8139. 1492.84 s [hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, dist/build/GHC/Util.o, dist/build/GHC/Util.dyn_o )
  8140. 1492.96 s [hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, dist/build/Config/Type.o, dist/build/Config/Type.dyn_o )
  8141. 1493.32 s [fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.o, dist/build/Ormolu/Printer/Operators.dyn_o )
  8142. 1493.53 s [hie-bios] [20 of 22] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, dist/build/HIE/Bios/Internal/Debug.o, dist/build/HIE/Bios/Internal/Debug.dyn_o )
  8143. 1493.65 s [hie-bios] [21 of 22] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.o, dist/build/HIE/Bios.dyn_o )
  8144. 1493.65 s [hie-bios] [22 of 22] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, dist/build/Paths_hie_bios.o, dist/build/Paths_hie_bios.dyn_o )
  8145. 1493.72 s [fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.o, dist/build/Ormolu/Fixity/Printer.dyn_o )
  8146. 1493.72 s [fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.o, dist/build/Ormolu/Fixity/Parser.dyn_o )
  8147. 1493.78 s [implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, dist/build/Hie/Locate.p_o )
  8148. 1494.11 s [implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, dist/build/Hie/Yaml.p_o )
  8149. 1494.11 s [implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, dist/build/Paths_implicit_hie.p_o )
  8150. 1494.24 s [hie-bios] [ 1 of 22] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, dist/build/HIE/Bios/Config/YAML.p_o )
  8151. 1495.43 s [hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.o, dist/build/Idea.dyn_o )
  8152. 1495.65 s [hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, dist/build/Test/Util.o, dist/build/Test/Util.dyn_o )
  8153. 1496.58 s [fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, dist/build/Ormolu/Utils/Glob.o, dist/build/Ormolu/Utils/Glob.dyn_o )
  8154. 1496.58 s [fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, dist/build/Ormolu/Config/Types.o, dist/build/Ormolu/Config/Types.dyn_o )
  8155. 1496.58 s [fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, dist/build/Ormolu/Config/Gen.o, dist/build/Ormolu/Config/Gen.dyn_o )
  8156. 1496.58 s [fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.o, dist/build/Ormolu/Utils/IO.dyn_o )
  8157. 1496.58 s [fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.o, dist/build/Ormolu/Utils/Fixity.dyn_o )
  8158. 1496.58 s [fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.o, dist/build/Ormolu/Config.dyn_o )
  8159. 1496.73 s [hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, dist/build/Test/InputOutput.o, dist/build/Test/InputOutput.dyn_o )
  8160. 1496.74 s [implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
  8161. 1496.74 s [implicit-hie] Building test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
  8162. 1496.96 s [implicit-hie] [1 of 2] Compiling Main ( test/Spec.hs, dist/build/implicit-hie-test/implicit-hie-test-tmp/Main.o )
  8163. 1497.46 s [hie-bios] [ 2 of 22] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.p_o )
  8164. 1497.55 s [hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.o, dist/build/SARIF.dyn_o )
  8165. 1497.55 s [hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.o, dist/build/Report.dyn_o )
  8166. 1497.55 s [hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.o, dist/build/CC.dyn_o )
  8167. 1497.55 s [hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, dist/build/GHC/All.o, dist/build/GHC/All.dyn_o )
  8168. 1497.55 s [hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.o, dist/build/Hint/Type.dyn_o )
  8169. 1497.55 s [hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, dist/build/Hint/Unsafe.o, dist/build/Hint/Unsafe.dyn_o )
  8170. 1497.55 s [hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, dist/build/Hint/Smell.o, dist/build/Hint/Smell.dyn_o )
  8171. 1497.55 s [hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, dist/build/Hint/Restrict.o, dist/build/Hint/Restrict.dyn_o )
  8172. 1497.62 s [hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.o, dist/build/Hint/Pragma.dyn_o )
  8173. 1497.62 s [hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, dist/build/Hint/Pattern.o, dist/build/Hint/Pattern.dyn_o )
  8174. 1497.62 s [hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, dist/build/Hint/NumLiteral.o, dist/build/Hint/NumLiteral.dyn_o )
  8175. 1497.62 s [hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, dist/build/Hint/NewType.o, dist/build/Hint/NewType.dyn_o )
  8176. 1497.62 s [hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, dist/build/Hint/Negation.o, dist/build/Hint/Negation.dyn_o )
  8177. 1497.62 s [hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.o, dist/build/Hint/Naming.dyn_o )
  8178. 1497.62 s [hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.o, dist/build/Hint/Monad.dyn_o )
  8179. 1497.62 s [hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.o, dist/build/Hint/Match.dyn_o )
  8180. 1497.63 s [hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.o, dist/build/Hint/ListRec.dyn_o )
  8181. 1497.63 s [hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.o, dist/build/Hint/List.dyn_o )
  8182. 1497.63 s [hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.o, dist/build/Hint/Lambda.dyn_o )
  8183. 1497.63 s [hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.o, dist/build/Hint/Import.dyn_o )
  8184. 1497.63 s [hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, dist/build/Hint/Fixities.o, dist/build/Hint/Fixities.dyn_o )
  8185. 1497.63 s [hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.o, dist/build/Hint/Extensions.dyn_o )
  8186. 1498.11 s [hie-bios] [ 3 of 22] Compiling HIE.Bios.Cradle.ProjectConfig ( src/HIE/Bios/Cradle/ProjectConfig.hs, dist/build/HIE/Bios/Cradle/ProjectConfig.p_o )
  8187. 1498.11 s [hie-bios] [ 4 of 22] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, dist/build/HIE/Bios/Ghc/Gap.p_o )
  8188. 1498.11 s [hie-bios] [ 5 of 22] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, dist/build/HIE/Bios/Ghc/Doc.p_o )
  8189. 1498.11 s [hie-bios] [ 6 of 22] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, dist/build/HIE/Bios/Ghc/Load.p_o )
  8190. 1498.11 s [hie-bios] [ 7 of 22] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.p_o )
  8191. 1498.11 s [hie-bios] [ 8 of 22] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.p_o )
  8192. 1498.11 s [hie-bios] [ 9 of 22] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.p_o )
  8193. 1498.11 s [hie-bios] [10 of 22] Compiling HIE.Bios.Process ( src/HIE/Bios/Process.hs, dist/build/HIE/Bios/Process.p_o )
  8194. 1498.11 s [hie-bios] [11 of 22] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, dist/build/HIE/Bios/Ghc/Api.p_o )
  8195. 1498.11 s [hie-bios] [12 of 22] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, dist/build/HIE/Bios/Ghc/Logger.p_o )
  8196. 1498.11 s [hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning: [GHC-62161] [-Wincomplete-patterns]
  8197. 1498.11 s [hie-bios] Pattern match(es) are non-exhaustive
  8198. 1498.11 s [hie-bios] In an equation for ‘appendLogRef’:
  8199. 1498.11 s [hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
  8200. 1498.11 s [hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
  8201. 1498.11 s [hie-bios] _ _ (LogRef _) _ MCOutput _ _
  8202. 1498.11 s [hie-bios] _ _ (LogRef _) _ MCFatal _ _
  8203. 1498.11 s [hie-bios] _ _ (LogRef _) _ MCInteractive _ _
  8204. 1498.11 s [hie-bios] _ _ (LogRef _) _ MCDump _ _
  8205. 1498.11 s [hie-bios] ...
  8206. 1498.11 s [hie-bios] |
  8207. 1498.11 s [hie-bios] 48 | appendLogRef df style (LogRef ref) _
  8208. 1498.12 s [hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  8209. 1498.12 s [hie-bios]
  8210. 1498.12 s [hie-bios] [13 of 22] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, dist/build/HIE/Bios/Ghc/Check.p_o )
  8211. 1498.12 s [hie-bios] [14 of 22] Compiling HIE.Bios.Cradle.Utils ( src/HIE/Bios/Cradle/Utils.hs, dist/build/HIE/Bios/Cradle/Utils.p_o )
  8212. 1498.12 s [hie-bios] [15 of 22] Compiling HIE.Bios.Cradle.ProgramVersions ( src/HIE/Bios/Cradle/ProgramVersions.hs, dist/build/HIE/Bios/Cradle/ProgramVersions.p_o )
  8213. 1498.12 s [hie-bios] [16 of 22] Compiling HIE.Bios.Cradle.Resolved ( src/HIE/Bios/Cradle/Resolved.hs, dist/build/HIE/Bios/Cradle/Resolved.p_o )
  8214. 1498.19 s [implicit-hie] [2 of 2] Compiling Paths_implicit_hie ( dist/build/implicit-hie-test/autogen/Paths_implicit_hie.hs, dist/build/implicit-hie-test/implicit-hie-test-tmp/Paths_implicit_hie.o )
  8215. 1498.25 s [fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.o, dist/build/Ormolu/Processing/Common.dyn_o )
  8216. 1498.37 s [hie-bios] [17 of 22] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.p_o )
  8217. 1498.38 s [hie-bios] [18 of 22] Compiling HIE.Bios.Cradle.Cabal ( src/HIE/Bios/Cradle/Cabal.hs, dist/build/HIE/Bios/Cradle/Cabal.p_o )
  8218. 1498.48 s [implicit-hie] [3 of 3] Linking dist/build/implicit-hie-test/implicit-hie-test
  8219. 1498.52 s [fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.o, dist/build/Ormolu/Processing/Preprocess.dyn_o )
  8220. 1498.61 s [hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, dist/build/Hint/Export.o, dist/build/Hint/Export.dyn_o )
  8221. 1498.61 s [hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.o, dist/build/Hint/Duplicate.dyn_o )
  8222. 1498.61 s [hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, dist/build/Hint/Comment.o, dist/build/Hint/Comment.dyn_o )
  8223. 1498.61 s [hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.o, dist/build/Hint/Bracket.dyn_o )
  8224. 1498.61 s [hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.o, dist/build/Hint/All.dyn_o )
  8225. 1498.87 s [hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, dist/build/Config/Yaml.o, dist/build/Config/Yaml.dyn_o )
  8226. 1498.87 s [hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, dist/build/Config/Read.o, dist/build/Config/Read.dyn_o )
  8227. 1498.87 s [hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, dist/build/Config/Compute.o, dist/build/Config/Compute.dyn_o )
  8228. 1498.87 s [hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, dist/build/Config/Haskell.o, dist/build/Config/Haskell.dyn_o )
  8229. 1498.87 s [hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.o, dist/build/CmdLine.dyn_o )
  8230. 1498.87 s [hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.o, dist/build/Apply.dyn_o )
  8231. 1499.01 s [fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.o, dist/build/Ormolu/Printer/Internal.dyn_o )
  8232. 1499.06 s [hie-bios] [19 of 22] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.p_o )
  8233. 1499.25 s [hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, dist/build/Test/Annotations.o, dist/build/Test/Annotations.dyn_o )
  8234. 1499.60 s [fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.o, dist/build/Ormolu/Printer/Comments.dyn_o )
  8235. 1499.67 s [hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, dist/build/Test/All.o, dist/build/Test/All.dyn_o )
  8236. 1499.85 s [implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
  8237. 1499.85 s [implicit-hie] Building executable 'gen-hie' for implicit-hie-0.1.4.0...
  8238. 1499.86 s [hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.o, dist/build/Summary.dyn_o )
  8239. 1499.94 s [implicit-hie] [1 of 2] Compiling Main ( app/Main.hs, dist/build/gen-hie/gen-hie-tmp/Main.o )
  8240. 1499.94 s [fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.o, dist/build/Ormolu/Printer/Combinators.dyn_o )
  8241. 1500.02 s [hie-bios] [20 of 22] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, dist/build/HIE/Bios/Internal/Debug.p_o )
  8242. 1500.09 s [implicit-hie] [2 of 2] Compiling Paths_implicit_hie ( dist/build/gen-hie/autogen/Paths_implicit_hie.hs, dist/build/gen-hie/gen-hie-tmp/Paths_implicit_hie.o )
  8243. 1500.25 s [implicit-hie] [3 of 3] Linking dist/build/gen-hie/gen-hie
  8244. 1500.25 s [hie-bios] [21 of 22] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.p_o )
  8245. 1500.25 s [hie-bios] [22 of 22] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, dist/build/Paths_hie_bios.p_o )
  8246. 1500.47 s [fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, dist/build/Ormolu/Printer/Meat/Pragma.o, dist/build/Ormolu/Printer/Meat/Pragma.dyn_o )
  8247. 1500.85 s [fourmolu] [29 of 61] Compiling Ormolu.Printer.Meat.Declaration.StringLiteral ( src/Ormolu/Printer/Meat/Declaration/StringLiteral.hs, dist/build/Ormolu/Printer/Meat/Declaration/StringLiteral.o, dist/build/Ormolu/Printer/Meat/Declaration/StringLiteral.dyn_o )
  8248. 1501.29 s [fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, dist/build/Ormolu/Printer/Meat/Common.o, dist/build/Ormolu/Printer/Meat/Common.dyn_o )
  8249. 1501.29 s [fourmolu] [31 of 61] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, dist/build/Ormolu/Printer/Meat/Declaration/Warning.o, dist/build/Ormolu/Printer/Meat/Declaration/Warning.dyn_o )
  8250. 1501.29 s [fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, dist/build/Ormolu/Printer/Meat/ImportExport.o, dist/build/Ormolu/Printer/Meat/ImportExport.dyn_o )
  8251. 1501.43 s [implicit-hie] Phase: checkPhase
  8252. 1501.70 s [fourmolu] [33 of 61] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.o, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.dyn_o )
  8253. 1501.70 s [fourmolu] [34 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.o-boot, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.dyn_o-boot )
  8254. 1501.70 s [fourmolu] [35 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/Value.o-boot, dist/build/Ormolu/Printer/Meat/Declaration/Value.dyn_o-boot )
  8255. 1501.70 s [fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, dist/build/Ormolu/Printer/Meat/Type.o, dist/build/Ormolu/Printer/Meat/Type.dyn_o )
  8256. 1501.74 s [implicit-hie] Running 1 test suites...
  8257. 1501.75 s [implicit-hie] Test suite implicit-hie-test: RUNNING...
  8258. 1501.75 s [implicit-hie]
  8259. 1501.75 s [implicit-hie] Should Succeed
  8260. 1501.75 s [implicit-hie] successfully parses executable section [✔]
  8261. 1501.75 s [implicit-hie] Should Succeed
  8262. 1501.75 s [implicit-hie] successfully parses test section [✔]
  8263. 1501.75 s [implicit-hie] Should Succeed
  8264. 1501.75 s [implicit-hie] successfully parses library section [✔]
  8265. 1501.75 s [implicit-hie] Should Succeed
  8266. 1501.75 s [implicit-hie] successfully parses library section with 2 hs-source-dirs [✔]
  8267. 1501.75 s [implicit-hie] Should Succeed
  8268. 1501.75 s [implicit-hie] successfully parses library section with 2 paths under hs-source-dirs [✔]
  8269. 1501.75 s [implicit-hie] Should Succeed
  8270. 1501.75 s [implicit-hie] successfully parses bench section [✔]
  8271. 1501.75 s [implicit-hie] Should Succeed
  8272. 1501.76 s [implicit-hie] successfully parses package [✔]
  8273. 1501.76 s [implicit-hie] Should Succeed
  8274. 1501.76 s [implicit-hie] skips to end of block section [✔]
  8275. 1501.76 s [implicit-hie] Should Succeed
  8276. 1501.76 s [implicit-hie] successfully generates stack hie.yaml [✔]
  8277. 1501.76 s [implicit-hie] Should Succeed
  8278. 1501.76 s [implicit-hie] successfully generates cabal hie.yaml for haskell-language-server [✔]
  8279. 1501.76 s [implicit-hie] Should Succeed
  8280. 1501.76 s [implicit-hie] successfully parses comma list [✔]
  8281. 1501.76 s [implicit-hie] Should Succeed
  8282. 1501.76 s [implicit-hie] successfully parses newline list [✔]
  8283. 1501.76 s [implicit-hie] Should Succeed
  8284. 1501.76 s [implicit-hie] successfully parses newline comma list [✔]
  8285. 1501.76 s [implicit-hie] Should Succeed
  8286. 1501.76 s [implicit-hie] quoted list [✔]
  8287. 1501.76 s [implicit-hie] Should Succeed
  8288. 1501.76 s [implicit-hie] list with leading commas [✔]
  8289. 1501.76 s [implicit-hie] Should Succeed
  8290. 1501.76 s [implicit-hie] list with a comment [✔]
  8291. 1501.76 s [implicit-hie] Should Succeed
  8292. 1501.76 s [implicit-hie] list2 with a comment [✔]
  8293. 1501.76 s [implicit-hie] Should Succeed
  8294. 1501.76 s [implicit-hie] list3 with a comment [✔]
  8295. 1501.76 s [implicit-hie] Should Succeed
  8296. 1501.76 s [implicit-hie] list4 with a comment [✔]
  8297. 1501.76 s [implicit-hie] Should Succeed
  8298. 1501.76 s [implicit-hie] list5 with a comment [✔]
  8299. 1501.76 s [implicit-hie] Should Succeed
  8300. 1501.76 s [implicit-hie] succesfully parses exe component with other-modules containing dots [✔]
  8301. 1501.76 s [implicit-hie] Should Succeed
  8302. 1501.76 s [implicit-hie] succesfully parses single other-modules [✔]
  8303. 1501.76 s [implicit-hie] Should Succeed
  8304. 1501.76 s [implicit-hie] succesfully parses empty other-modules1 [✔]
  8305. 1501.76 s [implicit-hie] Should Succeed
  8306. 1501.76 s [implicit-hie] succesfully parses empty other-modules2 [✔]
  8307. 1501.76 s [implicit-hie]
  8308. 1501.76 s [implicit-hie] Finished in 0.0098 seconds
  8309. 1501.76 s [implicit-hie] 24 examples, 0 failures
  8310. 1501.77 s [implicit-hie] Test suite implicit-hie-test: PASS
  8311. 1501.77 s [implicit-hie] Test suite logged to: dist/test/implicit-hie-0.1.4.0-implicit-hie-test.log
  8312. 1501.77 s [implicit-hie] 1 of 1 test suites (1 of 1 test cases) passed.
  8313. 1501.79 s [implicit-hie] Phase: haddockPhase
  8314. 1501.92 s [implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
  8315. 1501.92 s [implicit-hie] Running Haddock on library for implicit-hie-0.1.4.0...
  8316. 1501.92 s [implicit-hie] Warning: The documentation for the following packages are not installed. No
  8317. 1501.92 s [implicit-hie] links will be generated to these packages: attoparsec-0.14.4,
  8318. 1501.92 s [implicit-hie] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  8319. 1502.15 s [implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, nothing )
  8320. 1502.30 s [implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, nothing )
  8321. 1502.44 s [implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, nothing )
  8322. 1502.46 s [implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, nothing )
  8323. 1502.46 s [implicit-hie] Haddock coverage:
  8324. 1502.46 s [implicit-hie] 5% ( 2 / 35) in 'Hie.Cabal.Parser'
  8325. 1502.46 s [implicit-hie] Missing documentation for:
  8326. 1502.46 s [implicit-hie] Module header
  8327. 1502.46 s [implicit-hie] Name (src/Hie/Cabal/Parser.hs:16)
  8328. 1502.46 s [implicit-hie] Path (src/Hie/Cabal/Parser.hs:18)
  8329. 1502.46 s [implicit-hie] Indent (src/Hie/Cabal/Parser.hs:20)
  8330. 1502.46 s [implicit-hie] Package (src/Hie/Cabal/Parser.hs:22)
  8331. 1502.46 s [implicit-hie] CompType (src/Hie/Cabal/Parser.hs:25)
  8332. 1502.47 s [implicit-hie] Component (src/Hie/Cabal/Parser.hs:28)
  8333. 1502.47 s [implicit-hie] parsePackage' (src/Hie/Cabal/Parser.hs:33)
  8334. 1502.47 s [implicit-hie] skipFreeformField (src/Hie/Cabal/Parser.hs:42)
  8335. 1502.47 s [implicit-hie] parsePackage (src/Hie/Cabal/Parser.hs:58)
  8336. 1502.47 s [implicit-hie] componentHeader (src/Hie/Cabal/Parser.hs:74)
  8337. 1502.47 s [implicit-hie] parseComponent (src/Hie/Cabal/Parser.hs:83)
  8338. 1502.47 s [implicit-hie] parseLib (src/Hie/Cabal/Parser.hs:90)
  8339. 1502.47 s [implicit-hie] parseTestSuite (src/Hie/Cabal/Parser.hs:95)
  8340. 1502.47 s [implicit-hie] parseExe (src/Hie/Cabal/Parser.hs:98)
  8341. 1502.47 s [implicit-hie] parseBench (src/Hie/Cabal/Parser.hs:101)
  8342. 1502.47 s [implicit-hie] parseSecMain (src/Hie/Cabal/Parser.hs:104)
  8343. 1502.47 s [implicit-hie] parseQuoted (src/Hie/Cabal/Parser.hs:110)
  8344. 1502.47 s [implicit-hie] parseString (src/Hie/Cabal/Parser.hs:117)
  8345. 1502.47 s [implicit-hie] unqualName (src/Hie/Cabal/Parser.hs:120)
  8346. 1502.47 s [implicit-hie] pathMain (src/Hie/Cabal/Parser.hs:146)
  8347. 1502.47 s [implicit-hie] <//> (src/Hie/Cabal/Parser.hs:162)
  8348. 1502.47 s [implicit-hie] parseSec (src/Hie/Cabal/Parser.hs:167)
  8349. 1502.47 s [implicit-hie] skipToNextLine (src/Hie/Cabal/Parser.hs:174)
  8350. 1502.47 s [implicit-hie] skipBlock (src/Hie/Cabal/Parser.hs:177)
  8351. 1502.47 s [implicit-hie] comment (src/Hie/Cabal/Parser.hs:180)
  8352. 1502.47 s [implicit-hie] skipBlockLine (src/Hie/Cabal/Parser.hs:183)
  8353. 1502.47 s [implicit-hie] emptyOrComLine (src/Hie/Cabal/Parser.hs:186)
  8354. 1502.47 s [implicit-hie] tabOrSpace (src/Hie/Cabal/Parser.hs:189)
  8355. 1502.47 s [implicit-hie] hsSourceDir (src/Hie/Cabal/Parser.hs:192)
  8356. 1502.47 s [implicit-hie] field (src/Hie/Cabal/Parser.hs:200)
  8357. 1502.47 s [implicit-hie] extractPath (src/Hie/Cabal/Parser.hs:212)
  8358. 1502.47 s [implicit-hie] extractPkgs (src/Hie/Cabal/Parser.hs:225)
  8359. 1502.47 s [implicit-hie] 0% ( 0 / 4) in 'Hie.Locate'
  8360. 1502.47 s [implicit-hie] Missing documentation for:
  8361. 1502.47 s [implicit-hie] Module header
  8362. 1502.47 s [implicit-hie] nestedPkg (src/Hie/Locate.hs:67)
  8363. 1502.47 s [implicit-hie] stackYamlPkgs (src/Hie/Locate.hs:34)
  8364. 1502.47 s [implicit-hie] cabalPkgs (src/Hie/Locate.hs:44)
  8365. 1502.47 s [implicit-hie] 0% ( 0 / 6) in 'Hie.Yaml'
  8366. 1502.47 s [implicit-hie] Missing documentation for:
  8367. 1502.47 s [implicit-hie] Module header
  8368. 1502.47 s [implicit-hie] hieYaml (src/Hie/Yaml.hs:16)
  8369. 1502.47 s [implicit-hie] fmtComponent (src/Hie/Yaml.hs:46)
  8370. 1502.47 s [implicit-hie] fmtPkgs (src/Hie/Yaml.hs:58)
  8371. 1502.47 s [implicit-hie] cabalComponent (src/Hie/Yaml.hs:32)
  8372. 1502.47 s [implicit-hie] stackComponent (src/Hie/Yaml.hs:39)
  8373. 1502.62 s [fourmolu] [37 of 61] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, dist/build/Ormolu/Printer/Meat/Declaration/Signature.o, dist/build/Ormolu/Printer/Meat/Declaration/Signature.dyn_o )
  8374. 1502.99 s [fourmolu] [38 of 61] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.o, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.dyn_o )
  8375. 1503.01 s [implicit-hie] Warning: Hie.Cabal.Parser: could not find link destinations for:
  8376. 1503.01 s [implicit-hie] - Data.Attoparsec.Text.Internal.Parser
  8377. 1503.11 s [fourmolu] [39 of 61] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.o, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.dyn_o )
  8378. 1503.11 s [fourmolu] [40 of 61] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, dist/build/Ormolu/Printer/Meat/Declaration/Type.o, dist/build/Ormolu/Printer/Meat/Declaration/Type.dyn_o )
  8379. 1503.11 s [fourmolu] [41 of 61] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, dist/build/Ormolu/Printer/Meat/Declaration/Data.o, dist/build/Ormolu/Printer/Meat/Declaration/Data.dyn_o )
  8380. 1504.00 s [fourmolu] [42 of 61] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, dist/build/Ormolu/Printer/Meat/Declaration/Default.o, dist/build/Ormolu/Printer/Meat/Declaration/Default.dyn_o )
  8381. 1504.00 s [fourmolu] [43 of 61] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration.o-boot, dist/build/Ormolu/Printer/Meat/Declaration.dyn_o-boot )
  8382. 1504.00 s [fourmolu] [44 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, dist/build/Ormolu/Printer/Meat/Declaration/Value.o, dist/build/Ormolu/Printer/Meat/Declaration/Value.dyn_o )
  8383. 1504.87 s [hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.o, dist/build/HLint.dyn_o )
  8384. 1505.20 s [hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.17.0...
  8385. 1505.20 s [hie-bios] Building executable 'hie-bios' for hie-bios-0.17.0...
  8386. 1505.26 s [hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.o, dist/build/Language/Haskell/HLint.dyn_o )
  8387. 1505.29 s [hie-bios] [1 of 2] Compiling Paths_hie_bios ( dist/build/hie-bios/autogen/Paths_hie_bios.hs, dist/build/hie-bios/hie-bios-tmp/Paths_hie_bios.o )
  8388. 1505.39 s [hie-bios] [2 of 2] Compiling Main ( exe/Main.hs, dist/build/hie-bios/hie-bios-tmp/Main.o )
  8389. 1505.88 s [hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.p_o )
  8390. 1506.08 s [hie-bios] [3 of 3] Linking dist/build/hie-bios/hie-bios
  8391. 1506.56 s [hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.p_o )
  8392. 1506.56 s [hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.p_o )
  8393. 1506.56 s [hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, dist/build/GHC/Util/ApiAnnotation.p_o )
  8394. 1506.72 s [hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, dist/build/GHC/Util/Brackets.p_o )
  8395. 1506.72 s [hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, dist/build/GHC/Util/DynFlags.p_o )
  8396. 1506.72 s [hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, dist/build/GHC/Util/FreeVars.p_o )
  8397. 1507.18 s [hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, dist/build/GHC/Util/HsDecl.p_o )
  8398. 1507.18 s [hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, dist/build/GHC/Util/Scope.p_o )
  8399. 1507.18 s [hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, dist/build/GHC/Util/SrcLoc.p_o )
  8400. 1507.18 s [hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, dist/build/GHC/Util/View.p_o )
  8401. 1507.18 s [hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.p_o )
  8402. 1507.18 s [hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.p_o )
  8403. 1507.18 s [hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.p_o )
  8404. 1507.18 s [hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.p_o )
  8405. 1507.18 s [hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, dist/build/GHC/Util/HsExpr.p_o )
  8406. 1507.30 s [fourmolu] [45 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.o, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.dyn_o )
  8407. 1507.60 s [fourmolu] [46 of 61] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, dist/build/Ormolu/Printer/Meat/Declaration/Splice.o, dist/build/Ormolu/Printer/Meat/Declaration/Splice.dyn_o )
  8408. 1507.63 s [fourmolu] [47 of 61] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, dist/build/Ormolu/Printer/Meat/Declaration/Rule.o, dist/build/Ormolu/Printer/Meat/Declaration/Rule.dyn_o )
  8409. 1507.71 s [fourmolu] [48 of 61] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.o, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.dyn_o )
  8410. 1507.71 s [fourmolu] [49 of 61] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, dist/build/Ormolu/Printer/Meat/Declaration/Instance.o, dist/build/Ormolu/Printer/Meat/Declaration/Instance.dyn_o )
  8411. 1507.83 s [fourmolu] [50 of 61] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, dist/build/Ormolu/Printer/Meat/Declaration/Class.o, dist/build/Ormolu/Printer/Meat/Declaration/Class.dyn_o )
  8412. 1507.83 s [fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, dist/build/Ormolu/Printer/Meat/Declaration.o, dist/build/Ormolu/Printer/Meat/Declaration.dyn_o )
  8413. 1507.92 s [hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.p_o )
  8414. 1507.92 s [hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.p_o )
  8415. 1507.92 s [hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, dist/build/GHC/Util/Unify.p_o )
  8416. 1508.49 s [fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.o, dist/build/Ormolu/Parser/Result.dyn_o )
  8417. 1508.49 s [fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.o, dist/build/Ormolu/Parser.dyn_o )
  8418. 1508.49 s [fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, dist/build/Ormolu/Imports/Grouping.o, dist/build/Ormolu/Imports/Grouping.dyn_o )
  8419. 1508.49 s [fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.o, dist/build/Ormolu/Imports.dyn_o )
  8420. 1508.49 s [fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, dist/build/Ormolu/Printer/Meat/Module.o, dist/build/Ormolu/Printer/Meat/Module.dyn_o )
  8421. 1508.59 s [implicit-hie] Documentation created: dist/doc/html/implicit-hie/,
  8422. 1508.59 s [implicit-hie] dist/doc/html/implicit-hie/implicit-hie.txt
  8423. 1508.65 s [implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
  8424. 1508.65 s [implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
  8425. 1508.66 s [implicit-hie] Phase: installPhase
  8426. 1508.67 s [hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, dist/build/GHC/Util.p_o )
  8427. 1508.72 s [fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.o, dist/build/Ormolu/Printer.dyn_o )
  8428. 1508.75 s [implicit-hie] Installing library in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  8429. 1508.75 s [fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.o, dist/build/Ormolu/Diff/ParseResult.dyn_o )
  8430. 1508.75 s [fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.o, dist/build/Ormolu/Utils/Cabal.dyn_o )
  8431. 1508.75 s [fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.o, dist/build/Ormolu.dyn_o )
  8432. 1508.80 s [implicit-hie] Installing executable gen-hie in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin
  8433. 1508.80 s [implicit-hie] Warning: The directory
  8434. 1508.80 s [implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin is not in
  8435. 1508.80 s [implicit-hie] the system search path.
  8436. 1508.88 s [hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, dist/build/Config/Type.p_o )
  8437. 1509.04 s [implicit-hie] Phase: fixupPhase
  8438. 1509.06 s [implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0
  8439. 1509.07 s [implicit-hie] shrinking /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSimplicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B-ghc9.10.2.so
  8440. 1509.09 s [implicit-hie] shrinking /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin/gen-hie
  8441. 1509.11 s [implicit-hie] checking for references to /build/ in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0...
  8442. 1509.13 s [implicit-hie] patching script interpreter paths in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0
  8443. 1509.14 s [implicit-hie] stripping (with command strip and flags -S -p) in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/lib /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin
  8444. 1509.19 s [implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
  8445. 1509.20 s [implicit-hie] checking for references to /build/ in /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc...
  8446. 1509.21 s [implicit-hie] patching script interpreter paths in /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
  8447. 1509.33 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0 /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
  8448. 1509.75 s [post-build-hook] Pushing 2 paths (191 are already present) using zstd to cache sellout ⏳
  8449. 1509.75 s [post-build-hook]
  8450. 1510.10 s [post-build-hook] Pushing /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc (475.03 KiB)
  8451. 1510.14 s [post-build-hook] Pushing /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0 (5.78 MiB)
  8452. 1511.23 s [post-build-hook]
  8453. 1511.25 s [post-build-hook] All done.
  8454. 1511.25 s [post-build-hook] Uploading to the NixCI cache: /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0 /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
  8455. 1511.30 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8456. 1511.57 s [post-build-hook] copying 2 paths...
  8457. 1511.57 s [post-build-hook] copying path '/nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc' to 'https://cache.nix-ci.com'...
  8458. 1511.81 s [post-build-hook] copying path '/nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0' to 'https://cache.nix-ci.com'...
  8459. 1513.78 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8460. 1513.96 s [post-build-hook] copying 1 paths...
  8461. 1513.96 s [post-build-hook] copying path '/nix/store/481ydqs80af509b3ff6nwyb18pxzzzdw-implicit-hie-0.1.4.0.drv' to 'https://cache.nix-ci.com'...
  8462. 1514.12 s Progress: 145 of 157 built (4 building), 587 of 587 downloaded from cache
  8463. 1514.12 s [fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, dist/build/Paths_fourmolu.o, dist/build/Paths_fourmolu.dyn_o )
  8464. 1514.12 s [fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.p_o )
  8465. 1514.12 s [fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.p_o )
  8466. 1514.12 s [fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.p_o )
  8467. 1514.12 s [fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.p_o )
  8468. 1514.12 s [fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.p_o )
  8469. 1514.12 s [fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.p_o )
  8470. 1514.12 s [fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.p_o )
  8471. 1514.12 s [fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.p_o )
  8472. 1514.12 s [fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.p_o )
  8473. 1514.12 s [fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.p_o )
  8474. 1514.12 s [fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.p_o )
  8475. 1514.12 s [fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.p_o )
  8476. 1514.12 s [fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.p_o )
  8477. 1514.12 s [fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.p_o )
  8478. 1514.12 s [hie-bios] Phase: haddockPhase
  8479. 1514.12 s [hie-bios] Preprocessing library for hie-bios-0.17.0...
  8480. 1514.12 s [hie-bios] Running Haddock on library for hie-bios-0.17.0...
  8481. 1514.12 s [hie-bios] Warning: The documentation for the following packages are not installed. No
  8482. 1514.12 s [hie-bios] links will be generated to these packages: attoparsec-0.14.4,
  8483. 1514.12 s [hie-bios] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  8484. 1514.12 s [hie-bios] [ 1 of 22] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, nothing )
  8485. 1514.12 s [hie-bios] [ 2 of 22] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, nothing )
  8486. 1514.12 s [hie-bios] [ 3 of 22] Compiling HIE.Bios.Cradle.ProjectConfig ( src/HIE/Bios/Cradle/ProjectConfig.hs, nothing )
  8487. 1514.12 s [hie-bios] [ 4 of 22] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, nothing )
  8488. 1514.12 s [hie-bios] [ 5 of 22] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, nothing )
  8489. 1514.12 s [hie-bios] [ 6 of 22] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, nothing )
  8490. 1514.12 s [hie-bios] [ 7 of 22] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, nothing )
  8491. 1514.12 s [hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.p_o )
  8492. 1514.12 s [hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, dist/build/Test/Util.p_o )
  8493. 1514.12 s [hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, dist/build/Test/InputOutput.p_o )
  8494. 1514.12 s [hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.p_o )
  8495. 1514.12 s [hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.p_o )
  8496. 1514.12 s [hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.p_o )
  8497. 1514.12 s [hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, dist/build/GHC/All.p_o )
  8498. 1514.12 s [hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.p_o )
  8499. 1514.12 s [hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, dist/build/Hint/Unsafe.p_o )
  8500. 1514.12 s [hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, dist/build/Hint/Smell.p_o )
  8501. 1514.12 s [hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, dist/build/Hint/Restrict.p_o )
  8502. 1514.12 s [hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.p_o )
  8503. 1514.12 s [hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, dist/build/Hint/Pattern.p_o )
  8504. 1514.12 s [hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, dist/build/Hint/NumLiteral.p_o )
  8505. 1514.12 s [hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, dist/build/Hint/NewType.p_o )
  8506. 1514.12 s [hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, dist/build/Hint/Negation.p_o )
  8507. 1514.12 s [hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.p_o )
  8508. 1514.12 s [hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.p_o )
  8509. 1514.12 s [hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.p_o )
  8510. 1514.12 s [hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.p_o )
  8511. 1514.12 s [hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.p_o )
  8512. 1514.12 s [hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.p_o )
  8513. 1514.12 s [hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.p_o )
  8514. 1514.12 s [hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, dist/build/Hint/Fixities.p_o )
  8515. 1514.12 s [hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.p_o )
  8516. 1514.12 s [hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, dist/build/Hint/Export.p_o )
  8517. 1514.12 s [hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.p_o )
  8518. 1514.12 s [hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, dist/build/Hint/Comment.p_o )
  8519. 1514.12 s [hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.p_o )
  8520. 1514.12 s [hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.p_o )
  8521. 1514.13 s [hie-bios] [ 8 of 22] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, nothing )
  8522. 1514.14 s [hie-bios] [ 9 of 22] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, nothing )
  8523. 1514.18 s [hie-bios] [10 of 22] Compiling HIE.Bios.Process ( src/HIE/Bios/Process.hs, nothing )
  8524. 1514.43 s [hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, dist/build/Config/Yaml.p_o )
  8525. 1514.43 s [hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, dist/build/Config/Read.p_o )
  8526. 1514.43 s [hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, dist/build/Config/Compute.p_o )
  8527. 1514.43 s [hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, dist/build/Config/Haskell.p_o )
  8528. 1514.43 s [hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.p_o )
  8529. 1514.43 s [hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.p_o )
  8530. 1514.52 s [hie-bios] [11 of 22] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, nothing )
  8531. 1514.53 s [fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.p_o )
  8532. 1514.53 s [fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.p_o )
  8533. 1514.54 s [hie-bios] [12 of 22] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, nothing )
  8534. 1514.56 s [hie-bios] [13 of 22] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, nothing )
  8535. 1514.58 s [hie-bios] [14 of 22] Compiling HIE.Bios.Cradle.Utils ( src/HIE/Bios/Cradle/Utils.hs, nothing )
  8536. 1514.59 s [hie-bios] [15 of 22] Compiling HIE.Bios.Cradle.ProgramVersions ( src/HIE/Bios/Cradle/ProgramVersions.hs, nothing )
  8537. 1514.61 s [hie-bios] [16 of 22] Compiling HIE.Bios.Cradle.Resolved ( src/HIE/Bios/Cradle/Resolved.hs, nothing )
  8538. 1514.64 s [hie-bios] [17 of 22] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, nothing )
  8539. 1514.77 s [hie-bios] [18 of 22] Compiling HIE.Bios.Cradle.Cabal ( src/HIE/Bios/Cradle/Cabal.hs, nothing )
  8540. 1514.79 s [hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, dist/build/Test/Annotations.p_o )
  8541. 1514.86 s [hie-bios] [19 of 22] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, nothing )
  8542. 1514.98 s [hie-bios] [20 of 22] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, nothing )
  8543. 1514.99 s [hie-bios] [21 of 22] Compiling HIE.Bios ( src/HIE/Bios.hs, nothing )
  8544. 1514.99 s [hie-bios] [22 of 22] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, nothing )
  8545. 1515.00 s [hie-bios] Haddock coverage:
  8546. 1515.00 s [hie-bios] 7% ( 1 / 14) in 'HIE.Bios.Config.YAML'
  8547. 1515.00 s [hie-bios] Missing documentation for:
  8548. 1515.00 s [hie-bios] CradleConfigYAML (src/HIE/Bios/Config/YAML.hs:62)
  8549. 1515.00 s [hie-bios] CradleComponent (src/HIE/Bios/Config/YAML.hs:67)
  8550. 1515.00 s [hie-bios] MultiSubComponent (src/HIE/Bios/Config/YAML.hs:99)
  8551. 1515.00 s [hie-bios] CabalConfig (src/HIE/Bios/Config/YAML.hs:104)
  8552. 1515.00 s [hie-bios] CabalComponent (src/HIE/Bios/Config/YAML.hs:118)
  8553. 1515.00 s [hie-bios] StackConfig (src/HIE/Bios/Config/YAML.hs:134)
  8554. 1515.00 s [hie-bios] StackComponent (src/HIE/Bios/Config/YAML.hs:139)
  8555. 1515.00 s [hie-bios] DirectConfig (src/HIE/Bios/Config/YAML.hs:176)
  8556. 1515.00 s [hie-bios] BiosConfig (src/HIE/Bios/Config/YAML.hs:180)
  8557. 1515.00 s [hie-bios] NoneConfig (src/HIE/Bios/Config/YAML.hs:83)
  8558. 1515.00 s [hie-bios] OtherConfig (src/HIE/Bios/Config/YAML.hs:85)
  8559. 1515.00 s [hie-bios] OneOrManyComponents (src/HIE/Bios/Config/YAML.hs:164)
  8560. 1515.00 s [hie-bios] Callable (src/HIE/Bios/Config/YAML.hs:189)
  8561. 1515.00 s [hie-bios] Warning: 'Cradle' is out of scope.
  8562. 1515.00 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8563. 1515.00 s [hie-bios] 21% ( 3 / 14) in 'HIE.Bios.Config'
  8564. 1515.00 s [hie-bios] Missing documentation for:
  8565. 1515.00 s [hie-bios] readConfig (src/HIE/Bios/Config.hs:140)
  8566. 1515.00 s [hie-bios] CradleConfig (src/HIE/Bios/Config.hs:44)
  8567. 1515.00 s [hie-bios] CabalType (src/HIE/Bios/Config.hs:80)
  8568. 1515.00 s [hie-bios] cabalComponent (src/HIE/Bios/Config.hs:80)
  8569. 1515.00 s [hie-bios] cabalProjectFile (src/HIE/Bios/Config.hs:80)
  8570. 1515.00 s [hie-bios] StackType (src/HIE/Bios/Config.hs:86)
  8571. 1515.00 s [hie-bios] StackType (src/HIE/Bios/Config.hs:97)
  8572. 1515.00 s [hie-bios] stackComponent (src/HIE/Bios/Config.hs:97)
  8573. 1515.00 s [hie-bios] stackYaml (src/HIE/Bios/Config.hs:97)
  8574. 1515.00 s [hie-bios] CradleTree (src/HIE/Bios/Config.hs:103)
  8575. 1515.00 s [hie-bios] Callable (src/HIE/Bios/Config.hs:56)
  8576. 1515.00 s [hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Cradle.ProjectConfig'
  8577. 1515.00 s [hie-bios] Missing documentation for:
  8578. 1515.00 s [hie-bios] Module header
  8579. 1515.01 s [hie-bios] 40% ( 21 / 52) in 'HIE.Bios.Ghc.Gap'
  8580. 1515.01 s [hie-bios] Missing documentation for:
  8581. 1515.01 s [hie-bios] ghcVersion (src/HIE/Bios/Ghc/Gap.hs:96)
  8582. 1515.01 s [hie-bios] makeUserStyle (src/HIE/Bios/Ghc/Gap.hs:162)
  8583. 1515.01 s [hie-bios] PprStyle
  8584. 1515.01 s [hie-bios] parseTargetFiles (src/HIE/Bios/Ghc/Gap.hs:287)
  8585. 1515.01 s [hie-bios] getHscEnv
  8586. 1515.01 s [hie-bios] batchMsg
  8587. 1515.01 s [hie-bios] set_hsc_dflags (src/HIE/Bios/Ghc/Gap.hs:137)
  8588. 1515.01 s [hie-bios] overPkgDbRef (src/HIE/Bios/Ghc/Gap.hs:140)
  8589. 1515.01 s [hie-bios] guessTarget (src/HIE/Bios/Ghc/Gap.hs:149)
  8590. 1515.01 s [hie-bios] setNoCode (src/HIE/Bios/Ghc/Gap.hs:129)
  8591. 1515.01 s [hie-bios] getModSummaries (src/HIE/Bios/Ghc/Gap.hs:167)
  8592. 1515.01 s [hie-bios] mapOverIncludePaths (src/HIE/Bios/Ghc/Gap.hs:178)
  8593. 1515.01 s [hie-bios] getLogger (src/HIE/Bios/Ghc/Gap.hs:245)
  8594. 1515.01 s [hie-bios] RealSrcSpan (src/HIE/Bios/Ghc/Gap.hs:123)
  8595. 1515.01 s [hie-bios] catch (src/HIE/Bios/Ghc/Gap.hs:117)
  8596. 1515.01 s [hie-bios] bracket (src/HIE/Bios/Ghc/Gap.hs:110)
  8597. 1515.01 s [hie-bios] handle (src/HIE/Bios/Ghc/Gap.hs:114)
  8598. 1515.01 s [hie-bios] pageMode (src/HIE/Bios/Ghc/Gap.hs:209)
  8599. 1515.01 s [hie-bios] oneLineMode (src/HIE/Bios/Ghc/Gap.hs:213)
  8600. 1515.01 s [hie-bios] initializePluginsForModSummary (src/HIE/Bios/Ghc/Gap.hs:227)
  8601. 1515.01 s [hie-bios] setFrontEndHooks (src/HIE/Bios/Ghc/Gap.hs:235)
  8602. 1515.01 s [hie-bios] setWayDynamicIfHostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:252)
  8603. 1515.01 s [hie-bios] gopt_set (src/HIE/Bios/Ghc/Gap.hs:249)
  8604. 1515.01 s [hie-bios] parseDynamicFlags (src/HIE/Bios/Ghc/Gap.hs:283)
  8605. 1515.01 s [hie-bios] hostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:294)
  8606. 1515.01 s [hie-bios] getTyThing (src/HIE/Bios/Ghc/Gap.hs:170)
  8607. 1515.01 s [hie-bios] fixInfo (src/HIE/Bios/Ghc/Gap.hs:173)
  8608. 1515.01 s [hie-bios] mgModSummaries
  8609. 1515.01 s [hie-bios] unsetLogAction (src/HIE/Bios/Ghc/Gap.hs:191)
  8610. 1515.01 s [hie-bios] load' (src/HIE/Bios/Ghc/Gap.hs:100)
  8611. 1515.01 s [hie-bios] getDynFlags
  8612. 1515.01 s [hie-bios] 14% ( 1 / 7) in 'HIE.Bios.Ghc.Doc'
  8613. 1515.01 s [hie-bios] Missing documentation for:
  8614. 1515.01 s [hie-bios] getPrintUnqual (src/HIE/Bios/Ghc/Doc.hs:26)
  8615. 1515.01 s [hie-bios] showPage (src/HIE/Bios/Ghc/Doc.hs:30)
  8616. 1515.01 s [hie-bios] showOneLine (src/HIE/Bios/Ghc/Doc.hs:35)
  8617. 1515.01 s [hie-bios] getStyle (src/HIE/Bios/Ghc/Doc.hs:40)
  8618. 1515.01 s [hie-bios] styleUnqualified (src/HIE/Bios/Ghc/Doc.hs:43)
  8619. 1515.01 s [hie-bios] showDocWith (src/HIE/Bios/Ghc/Doc.hs:46)
  8620. 1515.01 s [hie-bios] Warning: 'TypecheckedModule' is ambiguous. It is defined
  8621. 1515.01 s [hie-bios] * in ‘GHC’
  8622. 1515.01 s [hie-bios] * in ‘GHC’
  8623. 1515.01 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8624. 1515.01 s [hie-bios] by specifying the type/value namespace explicitly.
  8625. 1515.01 s [hie-bios] Defaulting to the one defined in ‘GHC’
  8626. 1515.01 s [hie-bios] 60% ( 9 / 15) in 'HIE.Bios.Ghc.Load'
  8627. 1515.01 s [hie-bios] Missing documentation for:
  8628. 1515.01 s [hie-bios] Log (src/HIE/Bios/Ghc/Load.hs:30)
  8629. 1515.01 s [hie-bios] get_fp (src/HIE/Bios/Ghc/Load.hs:45)
  8630. 1515.01 s [hie-bios] msTargetIs (src/HIE/Bios/Ghc/Load.hs:113)
  8631. 1515.01 s [hie-bios] initializePluginsGhc (src/HIE/Bios/Ghc/Load.hs:188)
  8632. 1515.01 s [hie-bios] ghcInHsc (src/HIE/Bios/Ghc/Load.hs:195)
  8633. 1515.01 s [hie-bios] setTargetFilename (src/HIE/Bios/Ghc/Load.hs:209)
  8634. 1515.01 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8635. 1515.01 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8636. 1515.01 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8637. 1515.01 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8638. 1515.01 s [hie-bios] by specifying the type/value namespace explicitly.
  8639. 1515.01 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8640. 1515.01 s [hie-bios] Warning: 'cabal' is out of scope.
  8641. 1515.01 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8642. 1515.01 s [hie-bios] 54% ( 12 / 22) in 'HIE.Bios.Types'
  8643. 1515.01 s [hie-bios] Missing documentation for:
  8644. 1515.01 s [hie-bios] Module header
  8645. 1515.01 s [hie-bios] ActionName (src/HIE/Bios/Types.hs:89)
  8646. 1515.01 s [hie-bios] Log (src/HIE/Bios/Types.hs:100)
  8647. 1515.01 s [hie-bios] CradleAction (src/HIE/Bios/Types.hs:178)
  8648. 1515.01 s [hie-bios] cradleLoadResult (src/HIE/Bios/Types.hs:203)
  8649. 1515.01 s [hie-bios] CradleLoadResultT (src/HIE/Bios/Types.hs:220)
  8650. 1515.01 s [hie-bios] modCradleError (src/HIE/Bios/Types.hs:271)
  8651. 1515.01 s [hie-bios] throwCE (src/HIE/Bios/Types.hs:278)
  8652. 1515.01 s [hie-bios] CradleError (src/HIE/Bios/Types.hs:280)
  8653. 1515.01 s [hie-bios] hieBiosProcessEnv (src/HIE/Bios/Types.hs:333)
  8654. 1515.01 s [hie-bios] Warning: 'DynFlags' is out of scope.
  8655. 1515.01 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8656. 1515.01 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8657. 1515.01 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8658. 1515.01 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8659. 1515.01 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8660. 1515.02 s [hie-bios] by specifying the type/value namespace explicitly.
  8661. 1515.02 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8662. 1515.02 s [hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Flags'
  8663. 1515.02 s [hie-bios] Missing documentation for:
  8664. 1515.02 s [hie-bios] Module header
  8665. 1515.02 s [hie-bios] Warning: 'runCradleGhc' is out of scope.
  8666. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8667. 1515.02 s [hie-bios] Warning: 'CradleError' is ambiguous. It is defined
  8668. 1515.02 s [hie-bios] * at src/HIE/Bios/Types.hs:280:20
  8669. 1515.02 s [hie-bios] * at src/HIE/Bios/Types.hs:280:1
  8670. 1515.02 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8671. 1515.02 s [hie-bios] by specifying the type/value namespace explicitly.
  8672. 1515.02 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:280:1
  8673. 1515.02 s [hie-bios] Warning: 'DynFlags' is out of scope.
  8674. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8675. 1515.02 s [hie-bios] 75% ( 6 / 8) in 'HIE.Bios.Environment'
  8676. 1515.02 s [hie-bios] Missing documentation for:
  8677. 1515.02 s [hie-bios] Module header
  8678. 1515.02 s [hie-bios] makeTargetsAbsolute (src/HIE/Bios/Environment.hs:57)
  8679. 1515.02 s [hie-bios] Warning: 'fpName' is out of scope.
  8680. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8681. 1515.02 s [hie-bios] Warning: 'srcHash' is out of scope.
  8682. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8683. 1515.02 s [hie-bios] Warning: 'populate' is out of scope.
  8684. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8685. 1515.02 s [hie-bios] 78% ( 11 / 14) in 'HIE.Bios.Process'
  8686. 1515.02 s [hie-bios] Missing documentation for:
  8687. 1515.02 s [hie-bios] Module header
  8688. 1515.02 s [hie-bios] CreateProcess
  8689. 1515.02 s [hie-bios] readProcessWithCwd_ (src/HIE/Bios/Process.hs:55)
  8690. 1515.02 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8691. 1515.02 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8692. 1515.02 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8693. 1515.02 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8694. 1515.02 s [hie-bios] by specifying the type/value namespace explicitly.
  8695. 1515.02 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8696. 1515.02 s [hie-bios] 66% ( 4 / 6) in 'HIE.Bios.Ghc.Api'
  8697. 1515.02 s [hie-bios] Missing documentation for:
  8698. 1515.02 s [hie-bios] SuccessFlag
  8699. 1515.02 s [hie-bios] withDynFlags (src/HIE/Bios/Ghc/Api.hs:63)
  8700. 1515.02 s [hie-bios] Warning: 'SourceError' is ambiguous. It is defined
  8701. 1515.02 s [hie-bios] * in ‘GHC.Types.SourceError’
  8702. 1515.02 s [hie-bios] * in ‘GHC.Types.SourceError’
  8703. 1515.02 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8704. 1515.02 s [hie-bios] by specifying the type/value namespace explicitly.
  8705. 1515.02 s [hie-bios] Defaulting to the one defined in ‘GHC.Types.SourceError’
  8706. 1515.02 s [hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Ghc.Logger'
  8707. 1515.02 s [hie-bios] Missing documentation for:
  8708. 1515.02 s [hie-bios] Module header
  8709. 1515.02 s [hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Ghc.Check'
  8710. 1515.02 s [hie-bios] Missing documentation for:
  8711. 1515.02 s [hie-bios] Module header
  8712. 1515.02 s [hie-bios] 45% ( 5 / 11) in 'HIE.Bios.Cradle.Utils'
  8713. 1515.02 s [hie-bios] Missing documentation for:
  8714. 1515.02 s [hie-bios] Module header
  8715. 1515.02 s [hie-bios] ProcessErrorDetails (src/HIE/Bios/Cradle/Utils.hs:26)
  8716. 1515.02 s [hie-bios] prettyProcessErrorDetails (src/HIE/Bios/Cradle/Utils.hs:40)
  8717. 1515.02 s [hie-bios] removeInteractive (src/HIE/Bios/Cradle/Utils.hs:69)
  8718. 1515.02 s [hie-bios] removeVerbosityOpts (src/HIE/Bios/Cradle/Utils.hs:102)
  8719. 1515.02 s [hie-bios] expandGhcOptionResponseFile (src/HIE/Bios/Cradle/Utils.hs:105)
  8720. 1515.02 s [hie-bios] 0% ( 0 / 4) in 'HIE.Bios.Cradle.ProgramVersions'
  8721. 1515.02 s [hie-bios] Missing documentation for:
  8722. 1515.02 s [hie-bios] Module header
  8723. 1515.02 s [hie-bios] ProgramVersions (src/HIE/Bios/Cradle/ProgramVersions.hs:18)
  8724. 1515.02 s [hie-bios] makeVersions (src/HIE/Bios/Cradle/ProgramVersions.hs:39)
  8725. 1515.02 s [hie-bios] runCachedIO (src/HIE/Bios/Cradle/ProgramVersions.hs:30)
  8726. 1515.02 s [hie-bios] 75% ( 3 / 4) in 'HIE.Bios.Cradle.Resolved'
  8727. 1515.02 s [hie-bios] Missing documentation for:
  8728. 1515.02 s [hie-bios] Module header
  8729. 1515.02 s [hie-bios] 0% ( 0 / 5) in 'HIE.Bios.Wrappers'
  8730. 1515.02 s [hie-bios] Missing documentation for:
  8731. 1515.02 s [hie-bios] Module header
  8732. 1515.02 s [hie-bios] cabalWrapper (src/HIE/Bios/Wrappers.hs:15)
  8733. 1515.02 s [hie-bios] cabalWithReplWrapper (src/HIE/Bios/Wrappers.hs:21)
  8734. 1515.02 s [hie-bios] cabalWrapperHs (src/HIE/Bios/Wrappers.hs:18)
  8735. 1515.02 s [hie-bios] cabalWithReplWrapperHs (src/HIE/Bios/Wrappers.hs:24)
  8736. 1515.02 s [hie-bios] Warning: 'componentDir' is out of scope.
  8737. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8738. 1515.02 s [hie-bios] Warning: 'rootDir' is out of scope.
  8739. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8740. 1515.02 s [hie-bios] Warning: 'cabal' is out of scope.
  8741. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8742. 1515.02 s [hie-bios] Warning: 'CradleError' is ambiguous. It is defined
  8743. 1515.02 s [hie-bios] * at src/HIE/Bios/Types.hs:280:20
  8744. 1515.02 s [hie-bios] * at src/HIE/Bios/Types.hs:280:1
  8745. 1515.02 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8746. 1515.02 s [hie-bios] by specifying the type/value namespace explicitly.
  8747. 1515.02 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:280:1
  8748. 1515.02 s [hie-bios] Warning: 'ghc' is out of scope.
  8749. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8750. 1515.02 s [hie-bios] Warning: 'ghcPathAbs' is out of scope.
  8751. 1515.02 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8752. 1515.03 s [hie-bios] 66% ( 8 / 12) in 'HIE.Bios.Cradle.Cabal'
  8753. 1515.03 s [hie-bios] Missing documentation for:
  8754. 1515.03 s [hie-bios] Module header
  8755. 1515.03 s [hie-bios] runCabalGhcCmd (src/HIE/Bios/Cradle/Cabal.hs:243)
  8756. 1515.03 s [hie-bios] processCabalWrapperArgs (src/HIE/Bios/Cradle/Cabal.hs:318)
  8757. 1515.03 s [hie-bios] isCabalMultipleCompSupported (src/HIE/Bios/Cradle/Cabal.hs:654)
  8758. 1515.03 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8759. 1515.03 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8760. 1515.03 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8761. 1515.03 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8762. 1515.03 s [hie-bios] by specifying the type/value namespace explicitly.
  8763. 1515.03 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8764. 1515.03 s [hie-bios] Warning: 'componentDir' is out of scope.
  8765. 1515.03 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8766. 1515.03 s [hie-bios] Warning: 'rootDir' is out of scope.
  8767. 1515.03 s [hie-bios] If you qualify the identifier, haddock can try to link it anyway.
  8768. 1515.03 s [hie-bios] 40% ( 8 / 20) in 'HIE.Bios.Cradle'
  8769. 1515.03 s [hie-bios] Missing documentation for:
  8770. 1515.03 s [hie-bios] Module header
  8771. 1515.03 s [hie-bios] yamlConfig (src/HIE/Bios/Cradle.hs:249)
  8772. 1515.03 s [hie-bios] isCabalCradle (src/HIE/Bios/Cradle.hs:275)
  8773. 1515.03 s [hie-bios] isStackCradle (src/HIE/Bios/Cradle.hs:280)
  8774. 1515.03 s [hie-bios] isDirectCradle (src/HIE/Bios/Cradle.hs:285)
  8775. 1515.03 s [hie-bios] isBiosCradle (src/HIE/Bios/Cradle.hs:290)
  8776. 1515.03 s [hie-bios] isNoneCradle (src/HIE/Bios/Cradle.hs:300)
  8777. 1515.03 s [hie-bios] isMultiCradle (src/HIE/Bios/Cradle.hs:295)
  8778. 1515.03 s [hie-bios] isDefaultCradle (src/HIE/Bios/Cradle.hs:305)
  8779. 1515.03 s [hie-bios] isOtherCradle (src/HIE/Bios/Cradle.hs:310)
  8780. 1515.03 s [hie-bios] getCradle (src/HIE/Bios/Cradle.hs:100)
  8781. 1515.03 s [hie-bios] makeCradleResult (src/HIE/Bios/Cradle.hs:673)
  8782. 1515.03 s [hie-bios] Warning: 'Cradle' is ambiguous. It is defined
  8783. 1515.03 s [hie-bios] * at src/HIE/Bios/Types.hs:74:17
  8784. 1515.03 s [hie-bios] * at src/HIE/Bios/Types.hs:74:1
  8785. 1515.03 s [hie-bios] You may be able to disambiguate the identifier by qualifying it or
  8786. 1515.03 s [hie-bios] by specifying the type/value namespace explicitly.
  8787. 1515.03 s [hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
  8788. 1515.03 s [hie-bios] 40% ( 2 / 5) in 'HIE.Bios.Internal.Debug'
  8789. 1515.03 s [hie-bios] Missing documentation for:
  8790. 1515.03 s [hie-bios] Module header
  8791. 1515.03 s [hie-bios] configInfo (src/HIE/Bios/Internal/Debug.hs:76)
  8792. 1515.03 s [hie-bios] cradleInfo (src/HIE/Bios/Internal/Debug.hs:90)
  8793. 1515.03 s [hie-bios] 93% ( 15 / 16) in 'HIE.Bios'
  8794. 1515.03 s [hie-bios] Missing documentation for:
  8795. 1515.03 s [hie-bios] CradleError (src/HIE/Bios/Types.hs:280)
  8796. 1515.17 s [hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, dist/build/Test/All.p_o )
  8797. 1515.42 s [hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.p_o )
  8798. 1516.37 s [hie-bios] Warning: HIE.Bios.Config.YAML: could not find link destinations for:
  8799. 1516.37 s [hie-bios] - HIE.Bios.Config.YAML.Rep_CradleComponent
  8800. 1516.42 s [hie-bios] - HIE.Bios.Config.YAML.Rep_MultiSubComponent
  8801. 1516.42 s [hie-bios] - HIE.Bios.Config.YAML.Rep_CradleConfigYAML
  8802. 1516.42 s [hie-bios] - HIE.Bios.Config.YAML.Rep_DirectConfig
  8803. 1516.42 s [hie-bios] Warning: HIE.Bios.Process: could not find link destinations for:
  8804. 1516.42 s [hie-bios] - HIE.Bios.Process.OutputName
  8805. 1516.42 s [hie-bios] - HIE.Bios.Process.Outputs
  8806. 1516.42 s [hie-bios] Warning: HIE.Bios.Ghc.Check: could not find link destinations for:
  8807. 1516.42 s [hie-bios] - HIE.Bios.Ghc.Check.Log
  8808. 1516.42 s [hie-bios] Warning: HIE.Bios.Cradle.ProgramVersions: could not find link destinations for:
  8809. 1516.42 s [hie-bios] - HIE.Bios.Cradle.ProgramVersions.CachedIO
  8810. 1516.42 s [hie-bios] Warning: HIE.Bios.Cradle.Cabal: could not find link destinations for:
  8811. 1516.42 s [hie-bios] - HIE.Bios.Cradle.Cabal.GhcProc
  8812. 1516.42 s [hie-bios] Warning: HIE.Bios.Cradle: could not find link destinations for:
  8813. 1516.42 s [hie-bios] - HIE.Bios.Process.OutputName
  8814. 1516.42 s [hie-bios] - HIE.Bios.Process.Outputs
  8815. 1516.42 s [fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, dist/build/Ormolu/Utils/Glob.p_o )
  8816. 1516.42 s [fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, dist/build/Ormolu/Config/Types.p_o )
  8817. 1516.42 s [fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, dist/build/Ormolu/Config/Gen.p_o )
  8818. 1516.42 s [fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.p_o )
  8819. 1516.42 s [fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.p_o )
  8820. 1516.56 s [fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.p_o )
  8821. 1517.21 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 )
  8822. 1517.66 s [fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.p_o )
  8823. 1517.67 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 )
  8824. 1517.96 s [fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.p_o )
  8825. 1518.46 s [fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.p_o )
  8826. 1518.70 s [fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.p_o )
  8827. 1519.15 s [fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.p_o )
  8828. 1519.68 s [fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, dist/build/Ormolu/Printer/Meat/Pragma.p_o )
  8829. 1520.04 s [hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.p_o )
  8830. 1520.09 s [fourmolu] [29 of 61] Compiling Ormolu.Printer.Meat.Declaration.StringLiteral ( src/Ormolu/Printer/Meat/Declaration/StringLiteral.hs, dist/build/Ormolu/Printer/Meat/Declaration/StringLiteral.p_o )
  8831. 1520.41 s [fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, dist/build/Ormolu/Printer/Meat/Common.p_o )
  8832. 1520.41 s [fourmolu] [31 of 61] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, dist/build/Ormolu/Printer/Meat/Declaration/Warning.p_o )
  8833. 1520.48 s [hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.p_o )
  8834. 1520.49 s [fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, dist/build/Ormolu/Printer/Meat/ImportExport.p_o )
  8835. 1520.89 s [fourmolu] [33 of 61] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.p_o )
  8836. 1520.89 s [fourmolu] [34 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.p_o-boot )
  8837. 1520.89 s [fourmolu] [35 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/Value.p_o-boot )
  8838. 1520.89 s [fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, dist/build/Ormolu/Printer/Meat/Type.p_o )
  8839. 1521.25 s [lsp-types] Preprocessing test suite 'lsp-types-test' for lsp-types-2.3.0.1...
  8840. 1521.25 s [lsp-types] Building test suite 'lsp-types-test' for lsp-types-2.3.0.1...
  8841. 1521.35 s [lsp-types] [ 1 of 11] Compiling CapabilitiesSpec ( test/CapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/CapabilitiesSpec.o )
  8842. 1521.86 s [fourmolu] [37 of 61] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, dist/build/Ormolu/Printer/Meat/Declaration/Signature.p_o )
  8843. 1522.26 s [fourmolu] [38 of 61] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.p_o )
  8844. 1522.46 s [lsp-types] [ 2 of 11] Compiling JsonSpec ( test/JsonSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/JsonSpec.o )
  8845. 1522.50 s [fourmolu] [39 of 61] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.p_o )
  8846. 1522.50 s [fourmolu] [40 of 61] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, dist/build/Ormolu/Printer/Meat/Declaration/Type.p_o )
  8847. 1522.50 s [fourmolu] [41 of 61] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, dist/build/Ormolu/Printer/Meat/Declaration/Data.p_o )
  8848. 1522.92 s [lsp-types] [ 3 of 11] Compiling LocationSpec ( test/LocationSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/LocationSpec.o )
  8849. 1522.92 s [lsp-types] [ 4 of 11] Compiling MethodSpec ( test/MethodSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/MethodSpec.o )
  8850. 1522.92 s [lsp-types] [ 5 of 11] Compiling SemanticTokensSpec ( test/SemanticTokensSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/SemanticTokensSpec.o )
  8851. 1522.92 s [lsp-types] [ 6 of 11] Compiling ServerCapabilitiesSpec ( test/ServerCapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/ServerCapabilitiesSpec.o )
  8852. 1522.92 s [lsp-types] [ 7 of 11] Compiling TypesSpec ( test/TypesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/TypesSpec.o )
  8853. 1522.92 s [lsp-types] [ 8 of 11] Compiling URIFilePathSpec ( test/URIFilePathSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/URIFilePathSpec.o )
  8854. 1522.93 s [fourmolu] [42 of 61] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, dist/build/Ormolu/Printer/Meat/Declaration/Default.p_o )
  8855. 1522.93 s [fourmolu] [43 of 61] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration.p_o-boot )
  8856. 1522.93 s [fourmolu] [44 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, dist/build/Ormolu/Printer/Meat/Declaration/Value.p_o )
  8857. 1523.15 s [lsp-types] [ 9 of 11] Compiling WorkspaceEditSpec ( test/WorkspaceEditSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/WorkspaceEditSpec.o )
  8858. 1523.15 s [lsp-types] [10 of 11] Compiling Spec ( test/Spec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Spec.o )
  8859. 1523.20 s [lsp-types] [11 of 11] Compiling Main ( test/Main.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Main.o )
  8860. 1523.62 s [lsp-types] [12 of 12] Linking dist/build/lsp-types-test/lsp-types-test
  8861. 1524.93 s [hlint] Preprocessing executable 'hlint' for hlint-3.10...
  8862. 1524.93 s [hlint] Building executable 'hlint' for hlint-3.10...
  8863. 1524.99 s [hlint] [1 of 1] Compiling Main ( src/Main.hs, dist/build/hlint/hlint-tmp/Main.o )
  8864. 1525.27 s [hlint] [2 of 2] Linking dist/build/hlint/hlint
  8865. 1525.57 s [lsp-types] Preprocessing library 'metamodel' for lsp-types-2.3.0.1...
  8866. 1525.57 s [lsp-types] Building library 'metamodel' for lsp-types-2.3.0.1...
  8867. 1525.64 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 )
  8868. 1525.68 s [fourmolu] [45 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.p_o )
  8869. 1526.07 s [fourmolu] [46 of 61] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, dist/build/Ormolu/Printer/Meat/Declaration/Splice.p_o )
  8870. 1526.21 s [fourmolu] [47 of 61] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, dist/build/Ormolu/Printer/Meat/Declaration/Rule.p_o )
  8871. 1526.28 s [fourmolu] [48 of 61] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.p_o )
  8872. 1526.28 s [fourmolu] [49 of 61] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, dist/build/Ormolu/Printer/Meat/Declaration/Instance.p_o )
  8873. 1526.39 s [fourmolu] [50 of 61] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, dist/build/Ormolu/Printer/Meat/Declaration/Class.p_o )
  8874. 1526.39 s [fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, dist/build/Ormolu/Printer/Meat/Declaration.p_o )
  8875. 1526.91 s [fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.p_o )
  8876. 1526.91 s [fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.p_o )
  8877. 1526.93 s [fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, dist/build/Ormolu/Imports/Grouping.p_o )
  8878. 1526.93 s [fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.p_o )
  8879. 1526.93 s [fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, dist/build/Ormolu/Printer/Meat/Module.p_o )
  8880. 1527.16 s [fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.p_o )
  8881. 1527.16 s [hie-bios] Documentation created: dist/doc/html/hie-bios/,
  8882. 1527.16 s [hie-bios] dist/doc/html/hie-bios/hie-bios.txt
  8883. 1527.22 s [hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.17.0...
  8884. 1527.23 s [hie-bios] Phase: installPhase
  8885. 1527.29 s [fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.p_o )
  8886. 1527.29 s [fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.p_o )
  8887. 1527.29 s [fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.p_o )
  8888. 1527.33 s [hie-bios] Installing library in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  8889. 1527.48 s [hie-bios] Installing executable hie-bios in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin
  8890. 1527.48 s [hie-bios] Warning: The directory
  8891. 1527.48 s [hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin is not in the
  8892. 1527.48 s [hie-bios] system search path.
  8893. 1527.80 s [fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, dist/build/Paths_fourmolu.p_o )
  8894. 1527.91 s [hlint] buildPhase completed in 39 seconds
  8895. 1527.91 s [hlint] Phase: checkPhase
  8896. 1527.95 s [hlint] Package has no test suites.
  8897. 1527.96 s [hlint] Phase: haddockPhase
  8898. 1528.09 s [hlint] Preprocessing library for hlint-3.10...
  8899. 1528.10 s [hlint] Running Haddock on library for hlint-3.10...
  8900. 1528.10 s [hlint] Warning: The documentation for the following packages are not installed. No
  8901. 1528.10 s [hlint] links will be generated to these packages: attoparsec-0.14.4,
  8902. 1528.10 s [hlint] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
  8903. 1528.20 s [hie-bios] Phase: fixupPhase
  8904. 1528.22 s [hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  8905. 1528.23 s [hie-bios] shrinking /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue-ghc9.10.2.so
  8906. 1528.25 s [hie-bios] shrinking /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin/hie-bios
  8907. 1528.40 s [hie-bios] checking for references to /build/ in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0...
  8908. 1528.49 s [hie-bios] patching script interpreter paths in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  8909. 1528.50 s [hie-bios] stripping (with command strip and flags -S -p) in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/lib /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin
  8910. 1528.62 s [hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, nothing )
  8911. 1528.78 s [hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc
  8912. 1528.79 s [hie-bios] checking for references to /build/ in /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc...
  8913. 1528.79 s [hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, nothing )
  8914. 1528.82 s [hie-bios] patching script interpreter paths in /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc
  8915. 1529.11 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  8916. 1529.63 s [post-build-hook] Pushing 2 paths (214 are already present) using zstd to cache sellout ⏳
  8917. 1529.63 s [post-build-hook]
  8918. 1529.97 s [post-build-hook] Pushing /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc (3.17 MiB)
  8919. 1530.00 s [post-build-hook] Pushing /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0 (76.90 MiB)
  8920. 1531.92 s [post-build-hook]
  8921. 1531.92 s [post-build-hook] All done.
  8922. 1531.94 s [post-build-hook] Uploading to the NixCI cache: /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
  8923. 1531.98 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8924. 1532.12 s [post-build-hook] copying 2 paths...
  8925. 1532.12 s [post-build-hook] copying path '/nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc' to 'https://cache.nix-ci.com'...
  8926. 1532.62 s [post-build-hook] copying path '/nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0' to 'https://cache.nix-ci.com'...
  8927. 1558.92 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  8928. 1558.92 s [post-build-hook] copying 0 paths...
  8929. 1559.97 s Progress: 146 of 157 built (3 building), 587 of 587 downloaded from cache
  8930. 1559.97 s [fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.19.0.1...
  8931. 1559.97 s [fourmolu] Building executable 'fourmolu' for fourmolu-0.19.0.1...
  8932. 1559.97 s [fourmolu] [1 of 2] Compiling Paths_fourmolu ( dist/build/fourmolu/autogen/Paths_fourmolu.hs, dist/build/fourmolu/fourmolu-tmp/Paths_fourmolu.o, dist/build/fourmolu/fourmolu-tmp/Paths_fourmolu.dyn_o )
  8933. 1559.97 s [fourmolu] [2 of 2] Compiling Main ( app/Main.hs, dist/build/fourmolu/fourmolu-tmp/Main.o )
  8934. 1559.97 s [fourmolu] [3 of 3] Linking dist/build/fourmolu/fourmolu
  8935. 1559.97 s [fourmolu] Preprocessing test suite 'tests' for fourmolu-0.19.0.1...
  8936. 1559.97 s [fourmolu] Building test suite 'tests' for fourmolu-0.19.0.1...
  8937. 1559.97 s [fourmolu] [ 1 of 19] Compiling Ormolu.CabalInfoSpec ( tests/Ormolu/CabalInfoSpec.hs, dist/build/tests/tests-tmp/Ormolu/CabalInfoSpec.o )
  8938. 1559.97 s [fourmolu] [ 2 of 19] Compiling Ormolu.Config.PrinterOptsSpec ( tests/Ormolu/Config/PrinterOptsSpec.hs, dist/build/tests/tests-tmp/Ormolu/Config/PrinterOptsSpec.o )
  8939. 1559.97 s [fourmolu] [ 3 of 19] Compiling Ormolu.ConfigSpec ( tests/Ormolu/ConfigSpec.hs, dist/build/tests/tests-tmp/Ormolu/ConfigSpec.o )
  8940. 1559.97 s [fourmolu] [ 4 of 19] Compiling Ormolu.Diff.TextSpec ( tests/Ormolu/Diff/TextSpec.hs, dist/build/tests/tests-tmp/Ormolu/Diff/TextSpec.o )
  8941. 1559.97 s [fourmolu] [ 5 of 19] Compiling Ormolu.Fixity.ParserSpec ( tests/Ormolu/Fixity/ParserSpec.hs, dist/build/tests/tests-tmp/Ormolu/Fixity/ParserSpec.o )
  8942. 1559.97 s [fourmolu] [ 6 of 19] Compiling Ormolu.Fixity.PrinterSpec ( tests/Ormolu/Fixity/PrinterSpec.hs, dist/build/tests/tests-tmp/Ormolu/Fixity/PrinterSpec.o )
  8943. 1559.97 s [fourmolu] [ 7 of 19] Compiling Ormolu.FixitySpec ( tests/Ormolu/FixitySpec.hs, dist/build/tests/tests-tmp/Ormolu/FixitySpec.o )
  8944. 1559.97 s [fourmolu] [ 8 of 19] Compiling Ormolu.Integration.Utils ( tests/Ormolu/Integration/Utils.hs, dist/build/tests/tests-tmp/Ormolu/Integration/Utils.o )
  8945. 1559.97 s [fourmolu] [ 9 of 19] Compiling Ormolu.Integration.RegionSpec ( tests/Ormolu/Integration/RegionSpec.hs, dist/build/tests/tests-tmp/Ormolu/Integration/RegionSpec.o )
  8946. 1559.97 s [fourmolu] [10 of 19] Compiling Ormolu.Integration.FixitySpec ( tests/Ormolu/Integration/FixitySpec.hs, dist/build/tests/tests-tmp/Ormolu/Integration/FixitySpec.o )
  8947. 1559.97 s [fourmolu] [11 of 19] Compiling Ormolu.Integration.CLISpec ( tests/Ormolu/Integration/CLISpec.hs, dist/build/tests/tests-tmp/Ormolu/Integration/CLISpec.o )
  8948. 1559.97 s [fourmolu] [12 of 19] Compiling Ormolu.Integration.CLIOptionsSpec ( tests/Ormolu/Integration/CLIOptionsSpec.hs, dist/build/tests/tests-tmp/Ormolu/Integration/CLIOptionsSpec.o )
  8949. 1559.97 s [fourmolu] [13 of 19] Compiling Ormolu.OpTreeSpec ( tests/Ormolu/OpTreeSpec.hs, dist/build/tests/tests-tmp/Ormolu/OpTreeSpec.o )
  8950. 1559.97 s [fourmolu] [14 of 19] Compiling Ormolu.Parser.OptionsSpec ( tests/Ormolu/Parser/OptionsSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/OptionsSpec.o )
  8951. 1559.97 s [fourmolu] [15 of 19] Compiling Ormolu.Parser.ParseFailureSpec ( tests/Ormolu/Parser/ParseFailureSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/ParseFailureSpec.o )
  8952. 1559.97 s [fourmolu] [16 of 19] Compiling Ormolu.Parser.PragmaSpec ( tests/Ormolu/Parser/PragmaSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/PragmaSpec.o )
  8953. 1559.97 s [fourmolu] [17 of 19] Compiling Ormolu.PrinterSpec ( tests/Ormolu/PrinterSpec.hs, dist/build/tests/tests-tmp/Ormolu/PrinterSpec.o )
  8954. 1559.97 s [fourmolu] [18 of 19] Compiling Ormolu.Utils.GlobSpec ( tests/Ormolu/Utils/GlobSpec.hs, dist/build/tests/tests-tmp/Ormolu/Utils/GlobSpec.o )
  8955. 1559.97 s [fourmolu] [19 of 19] Compiling Main ( tests/Spec.hs, dist/build/tests/tests-tmp/Main.o )
  8956. 1559.97 s [fourmolu] [20 of 20] Linking dist/build/tests/tests
  8957. 1559.97 s [fourmolu] buildPhase completed in 54 seconds
  8958. 1559.97 s [fourmolu] Phase: checkPhase
  8959. 1559.97 s [fourmolu] Running 1 test suites...
  8960. 1559.97 s [fourmolu] Test suite tests: RUNNING...
  8961. 1559.97 s [fourmolu]
  8962. 1559.97 s [fourmolu] Ormolu.CabalInfo
  8963. 1559.97 s [fourmolu] findCabalFile
  8964. 1559.97 s [fourmolu] returns correct absolute path [✔]
  8965. 1559.97 s [fourmolu] finds correct path even when it starts from nonsense [✔]
  8966. 1559.97 s [fourmolu] returns Nothing when it cannot find a cabal file [✔]
  8967. 1559.97 s [fourmolu] does not consider directories as .cabal files [✔]
  8968. 1559.97 s [fourmolu] parseCabalInfo
  8969. 1559.97 s [fourmolu] extracts correct cabal info from fourmolu.cabal for src/Ormolu/Config.hs [✔]
  8970. 1559.97 s [fourmolu] extracts correct cabal info from fourmolu.cabal for tests/Ormolu/PrinterSpec.hs [✔]
  8971. 1559.97 s [fourmolu] handles correctly files that are not mentioned in fourmolu.cabal [✔]
  8972. 1559.97 s [fourmolu] handles `hs-source-dirs: .` [✔]
  8973. 1559.97 s [fourmolu] handles empty hs-source-dirs [✔]
  8974. 1559.97 s [fourmolu] Ormolu.Config
  8975. 1559.97 s [fourmolu] FourmoluConfig
  8976. 1559.97 s [fourmolu] parses multiple reexports from same module [✔]
  8977. 1559.97 s [fourmolu] applies configurations in correct order [✔]
  8978. 1559.97 s [hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, nothing )
  8979. 1559.97 s [hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, nothing )
  8980. 1559.97 s [hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, nothing )
  8981. 1559.97 s [hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, nothing )
  8982. 1559.97 s [hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, nothing )
  8983. 1559.97 s [hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, nothing )
  8984. 1559.97 s [hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, nothing )
  8985. 1559.97 s [hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, nothing )
  8986. 1559.97 s [hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, nothing )
  8987. 1559.97 s [hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, nothing )
  8988. 1559.97 s [hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, nothing )
  8989. 1559.97 s [hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, nothing )
  8990. 1559.97 s [hlint] [15 of 62] Compiling Refact ( src/Refact.hs, nothing )
  8991. 1559.97 s [hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, nothing )
  8992. 1559.97 s [hlint] [17 of 62] Compiling Timing ( src/Timing.hs, nothing )
  8993. 1559.97 s [hlint] [18 of 62] Compiling Util ( src/Util.hs, nothing )
  8994. 1559.97 s [hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, nothing )
  8995. 1559.97 s [hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, nothing )
  8996. 1559.97 s [hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, nothing )
  8997. 1559.97 s [hlint] [22 of 62] Compiling Idea ( src/Idea.hs, nothing )
  8998. 1559.97 s [hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, nothing )
  8999. 1559.97 s [hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, nothing )
  9000. 1559.97 s [hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, nothing )
  9001. 1559.97 s [hlint] [26 of 62] Compiling Report ( src/Report.hs, nothing )
  9002. 1559.97 s [hlint] [27 of 62] Compiling CC ( src/CC.hs, nothing )
  9003. 1559.97 s [hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, nothing )
  9004. 1559.97 s [hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, nothing )
  9005. 1559.97 s [hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, nothing )
  9006. 1559.97 s [hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, nothing )
  9007. 1559.97 s [hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, nothing )
  9008. 1559.97 s [hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, nothing )
  9009. 1559.97 s [hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, nothing )
  9010. 1559.97 s [hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, nothing )
  9011. 1559.97 s [hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, nothing )
  9012. 1559.97 s [hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, nothing )
  9013. 1559.97 s [hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, nothing )
  9014. 1559.97 s [hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, nothing )
  9015. 1559.97 s [hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, nothing )
  9016. 1559.97 s [hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, nothing )
  9017. 1559.97 s [hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, nothing )
  9018. 1559.97 s [hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, nothing )
  9019. 1559.97 s [hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, nothing )
  9020. 1559.97 s [hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, nothing )
  9021. 1559.97 s [hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, nothing )
  9022. 1559.97 s [hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, nothing )
  9023. 1559.97 s [hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, nothing )
  9024. 1559.97 s [hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, nothing )
  9025. 1559.97 s [hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, nothing )
  9026. 1559.97 s [hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, nothing )
  9027. 1559.97 s [hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, nothing )
  9028. 1559.97 s [hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, nothing )
  9029. 1559.97 s [hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, nothing )
  9030. 1559.97 s [hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, nothing )
  9031. 1559.97 s [hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, nothing )
  9032. 1559.97 s [hlint] [57 of 62] Compiling Apply ( src/Apply.hs, nothing )
  9033. 1559.97 s [hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, nothing )
  9034. 1559.97 s [hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, nothing )
  9035. 1559.97 s [hlint] [60 of 62] Compiling Summary ( src/Summary.hs, nothing )
  9036. 1559.97 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 )
  9037. 1559.97 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 )
  9038. 1559.97 s [lsp-types] [2 of 2] Compiling Language.LSP.MetaModel ( metamodel/Language/LSP/MetaModel.hs, dist/build/metamodel/Language/LSP/MetaModel.p_o )
  9039. 1559.97 s [fourmolu] when using an import grouping configuration
  9040. 1559.97 s [fourmolu] parses 'legacy' as the 'ImportGroupLegacy' import grouping strategy [✔]
  9041. 1559.97 s [fourmolu] parses 'preserve' as the 'ImportGroupPreserve' import grouping strategy [✔]
  9042. 1559.97 s [fourmolu] parses 'single' as the 'ImportGroupSingle' import grouping strategy [✔]
  9043. 1559.97 s [fourmolu] parses 'by-qualified' as the 'ImportGroupByQualified' import grouping strategy [✔]
  9044. 1559.97 s [fourmolu] parses 'by-scope' as the 'ImportGroupByScope' import grouping strategy [✔]
  9045. 1559.97 s [fourmolu] parses 'by-scope-then-qualified' as the 'ImportGroupByScopeThenQualified' import grouping strategy [✔]
  9046. 1559.97 s [fourmolu] fails when an unknown strategy is requested [✔]
  9047. 1559.97 s [fourmolu] parses a grouping rule's name [✔]
  9048. 1559.97 s [fourmolu] enables the 'qualified' rule option [✔]
  9049. 1559.97 s [fourmolu] disables the 'qualified' rule option [✔]
  9050. 1559.97 s [fourmolu] decodes the 'priority' rule option [✔]
  9051. 1559.97 s [fourmolu] parses a 'glob' rule [✔]
  9052. 1559.97 s [fourmolu] parses a 'match' rule for local modules [✔]
  9053. 1559.97 s [fourmolu] parses a 'match' rule for all modules [✔]
  9054. 1559.97 s [fourmolu] parses multiple group configurations and rules in their order of appearance in the configuration [✔]
  9055. 1559.97 s [fourmolu] fails when a rule cannot be identified [✔]
  9056. 1559.97 s [fourmolu] Ormolu.Config.PrinterOpts
  9057. 1559.97 s [fourmolu] indentation
  9058. 1559.97 s [fourmolu] generates the correct output for: 2 [✔]
  9059. 1559.97 s [fourmolu] generates the correct output for: 2 + indent_wheres [✔]
  9060. 1559.97 s [fourmolu] generates the correct output for: 3 [✔]
  9061. 1559.97 s [fourmolu] generates the correct output for: 3 + indent_wheres [✔]
  9062. 1559.97 s [fourmolu] generates the correct output for: 4 [✔]
  9063. 1559.97 s [fourmolu] generates the correct output for: 4 + indent_wheres [✔]
  9064. 1559.97 s [fourmolu] column-limit
  9065. 1559.97 s [fourmolu] generates the correct output for: limit=none [✔]
  9066. 1559.97 s [fourmolu] generates the correct output for: limit=80 [✔]
  9067. 1559.97 s [fourmolu] generates the correct output for: limit=100 [✔]
  9068. 1559.97 s [fourmolu] function-arrows
  9069. 1559.97 s [fourmolu] generates the correct output for: trailing [✔]
  9070. 1559.97 s [fourmolu] generates the correct output for: leading [✔]
  9071. 1559.97 s [fourmolu] generates the correct output for: leading-args [✔]
  9072. 1559.97 s [fourmolu] comma-style
  9073. 1559.97 s [fourmolu] generates the correct output for: leading [✔]
  9074. 1559.97 s [fourmolu] generates the correct output for: trailing [✔]
  9075. 1559.97 s [fourmolu] import-export
  9076. 1559.97 s [fourmolu] generates the correct output for: leading [✔]
  9077. 1559.97 s [fourmolu] generates the correct output for: trailing [✔]
  9078. 1559.97 s [fourmolu] generates the correct output for: diff-friendly [✔]
  9079. 1559.97 s [fourmolu] import-grouping
  9080. 1559.97 s [fourmolu] generates the correct output for: preserve [✔]
  9081. 1559.97 s [fourmolu] generates the correct output for: single [✔]
  9082. 1559.97 s [fourmolu] generates the correct output for: by-qualified [✔]
  9083. 1559.97 s [fourmolu] generates the correct output for: by-scope [✔]
  9084. 1559.97 s [fourmolu] generates the correct output for: by-scope-then-qualified [✔]
  9085. 1559.97 s [fourmolu] generates the correct output for: custom [✔]
  9086. 1559.97 s [fourmolu] record-brace-space
  9087. 1559.97 s [fourmolu] generates the correct output for: False [✔]
  9088. 1559.97 s [fourmolu] generates the correct output for: True [✔]
  9089. 1559.97 s [fourmolu] newlines-between-decls
  9090. 1559.97 s [fourmolu] generates the correct output for: 0 [✔]
  9091. 1559.97 s [fourmolu] generates the correct output for: 0 + respectful [✔]
  9092. 1559.97 s [fourmolu] generates the correct output for: 1 [✔]
  9093. 1559.98 s [fourmolu] generates the correct output for: 1 + respectful [✔]
  9094. 1559.98 s [fourmolu] generates the correct output for: 2 [✔]
  9095. 1559.98 s [fourmolu] generates the correct output for: 2 + respectful [✔]
  9096. 1559.98 s [fourmolu] haddock-style
  9097. 1559.98 s [fourmolu] generates the correct output for: single-line [✔]
  9098. 1559.98 s [fourmolu] generates the correct output for: single-line + module=single-line [✔]
  9099. 1559.98 s [fourmolu] generates the correct output for: single-line + module=multi-line [✔]
  9100. 1559.98 s [fourmolu] generates the correct output for: single-line + module=multi-line-compact [✔]
  9101. 1559.98 s [fourmolu] generates the correct output for: multi-line [✔]
  9102. 1559.98 s [fourmolu] generates the correct output for: multi-line + module=single-line [✔]
  9103. 1559.98 s [fourmolu] generates the correct output for: multi-line + module=multi-line [✔]
  9104. 1559.98 s [fourmolu] generates the correct output for: multi-line + module=multi-line-compact [✔]
  9105. 1559.98 s [fourmolu] generates the correct output for: multi-line-compact [✔]
  9106. 1559.98 s [fourmolu] generates the correct output for: multi-line-compact + module=single-line [✔]
  9107. 1559.98 s [fourmolu] generates the correct output for: multi-line-compact + module=multi-line [✔]
  9108. 1559.98 s [fourmolu] generates the correct output for: multi-line-compact + module=multi-line-compact [✔]
  9109. 1559.98 s [fourmolu] haddock-location-signature
  9110. 1559.98 s [fourmolu] generates the correct output for: arrows=trailing [✔]
  9111. 1559.98 s [fourmolu] generates the correct output for: arrows=trailing + multi [✔]
  9112. 1559.98 s [fourmolu] generates the correct output for: arrows=trailing + haddock=leading [✔]
  9113. 1559.98 s [hlint] [61 of 62] Compiling HLint ( src/HLint.hs, nothing )
  9114. 1559.98 s [hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, nothing )
  9115. 1559.98 s [hlint] Haddock coverage:
  9116. 1559.98 s [hlint] Warning: 'EpAnn' is ambiguous. It is defined
  9117. 1559.98 s [hlint] * in ‘GHC.Parser.Annotation’
  9118. 1559.98 s [hlint] * in ‘GHC.Parser.Annotation’
  9119. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9120. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9121. 1559.98 s [hlint] Defaulting to the one defined in ‘GHC.Parser.Annotation’
  9122. 1559.98 s [hlint] Warning: 'e' is out of scope.
  9123. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9124. 1559.98 s [hlint] Warning: 'HsExtendInstances' is ambiguous. It is defined
  9125. 1559.98 s [hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
  9126. 1559.98 s [hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
  9127. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9128. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9129. 1559.98 s [hlint] Defaulting to the one defined in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
  9130. 1559.98 s [hlint] Warning: 'Idea' is out of scope.
  9131. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9132. 1559.98 s [hlint] Warning: 'ideaDecl' is out of scope.
  9133. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9134. 1559.98 s [hlint] Warning: 'ideaModule' is out of scope.
  9135. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9136. 1559.98 s [hlint] Warning: 'ideaHint' is out of scope.
  9137. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9138. 1559.98 s [hlint] Warning: 'Hint' is out of scope.
  9139. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9140. 1559.98 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9141. 1559.98 s [hlint] * at src/Idea.hs:26:13
  9142. 1559.98 s [hlint] * at src/Idea.hs:26:1
  9143. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9144. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9145. 1559.98 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9146. 1559.98 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9147. 1559.98 s [hlint] * at src/Idea.hs:26:13
  9148. 1559.98 s [hlint] * at src/Idea.hs:26:1
  9149. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9150. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9151. 1559.98 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9152. 1559.98 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9153. 1559.98 s [hlint] * at src/Idea.hs:26:13
  9154. 1559.98 s [hlint] * at src/Idea.hs:26:1
  9155. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9156. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9157. 1559.98 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9158. 1559.98 s [hlint] Warning: 'Issue' is ambiguous. It is defined
  9159. 1559.98 s [hlint] * at src/CC.hs:26:14
  9160. 1559.98 s [hlint] * at src/CC.hs:26:1
  9161. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9162. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9163. 1559.98 s [hlint] Defaulting to the one defined at src/CC.hs:26:1
  9164. 1559.98 s [hlint] Warning: 'NoCpp' is out of scope.
  9165. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9166. 1559.98 s [hlint] Warning: 'ParseFlags' is ambiguous. It is defined
  9167. 1559.98 s [hlint] * at src/GHC/All.hs:53:19
  9168. 1559.98 s [hlint] * at src/GHC/All.hs:53:1
  9169. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9170. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9171. 1559.98 s [hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
  9172. 1559.98 s [hlint] Warning: 'ModuleEx' is ambiguous. It is defined
  9173. 1559.98 s [hlint] * at src/GHC/All.hs:92:20
  9174. 1559.98 s [hlint] * at src/GHC/All.hs:92:1
  9175. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9176. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9177. 1559.98 s [hlint] Defaulting to the one defined at src/GHC/All.hs:92:1
  9178. 1559.98 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9179. 1559.98 s [hlint] * at src/Idea.hs:26:13
  9180. 1559.98 s [hlint] * at src/Idea.hs:26:1
  9181. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9182. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9183. 1559.98 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9184. 1559.98 s [hlint] Warning: 'Decl' is out of scope.
  9185. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9186. 1559.98 s [hlint] Warning: 'HsSrcBang' is ambiguous. It is defined
  9187. 1559.98 s [hlint] * in ‘GHC.Core.DataCon’
  9188. 1559.98 s [hlint] * in ‘GHC.Core.DataCon’
  9189. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9190. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9191. 1559.98 s [hlint] Defaulting to the one defined in ‘GHC.Core.DataCon’
  9192. 1559.98 s [hlint] Warning: 'f' is out of scope.
  9193. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9194. 1559.98 s [fourmolu] generates the correct output for: arrows=trailing + haddock=leading + multi [✔]
  9195. 1559.98 s [fourmolu] generates the correct output for: arrows=trailing + haddock=trailing [✔]
  9196. 1559.98 s [fourmolu] generates the correct output for: arrows=trailing + haddock=trailing + multi [✔]
  9197. 1559.98 s [fourmolu] generates the correct output for: arrows=leading [✔]
  9198. 1559.98 s [fourmolu] generates the correct output for: arrows=leading + multi [✔]
  9199. 1559.98 s [fourmolu] generates the correct output for: arrows=leading + haddock=leading [✔]
  9200. 1559.98 s [fourmolu] generates the correct output for: arrows=leading + haddock=leading + multi [✔]
  9201. 1559.98 s [fourmolu] generates the correct output for: arrows=leading + haddock=trailing [✔]
  9202. 1559.98 s [fourmolu] generates the correct output for: arrows=leading + haddock=trailing + multi [✔]
  9203. 1559.98 s [fourmolu] generates the correct output for: arrows=leading-args [✔]
  9204. 1559.98 s [fourmolu] generates the correct output for: arrows=leading-args + multi [✔]
  9205. 1559.98 s [fourmolu] generates the correct output for: arrows=leading-args + haddock=leading [✔]
  9206. 1559.98 s [fourmolu] generates the correct output for: arrows=leading-args + haddock=leading + multi [✔]
  9207. 1559.98 s [fourmolu] generates the correct output for: arrows=leading-args + haddock=trailing [✔]
  9208. 1559.98 s [fourmolu] generates the correct output for: arrows=leading-args + haddock=trailing + multi [✔]
  9209. 1559.98 s [fourmolu] let-style
  9210. 1559.98 s [fourmolu] generates the correct output for: let=auto + in=left-align + indent=2 [✔]
  9211. 1559.98 s [fourmolu] generates the correct output for: let=auto + in=left-align + indent=4 [✔]
  9212. 1559.98 s [fourmolu] generates the correct output for: let=auto + in=right-align + indent=2 [✔]
  9213. 1559.98 s [fourmolu] generates the correct output for: let=auto + in=right-align + indent=4 [✔]
  9214. 1559.98 s [fourmolu] generates the correct output for: let=auto + in=no-space + indent=2 [✔]
  9215. 1559.98 s [fourmolu] generates the correct output for: let=auto + in=no-space + indent=4 [✔]
  9216. 1559.98 s [fourmolu] generates the correct output for: let=inline + in=left-align + indent=2 [✔]
  9217. 1559.98 s [fourmolu] generates the correct output for: let=inline + in=left-align + indent=4 [✔]
  9218. 1559.98 s [fourmolu] generates the correct output for: let=inline + in=right-align + indent=2 [✔]
  9219. 1559.98 s [fourmolu] generates the correct output for: let=inline + in=right-align + indent=4 [✔]
  9220. 1559.98 s [fourmolu] generates the correct output for: let=inline + in=no-space + indent=2 [✔]
  9221. 1559.98 s [fourmolu] generates the correct output for: let=inline + in=no-space + indent=4 [✔]
  9222. 1559.98 s [fourmolu] generates the correct output for: let=newline + in=left-align + indent=2 [✔]
  9223. 1559.98 s [fourmolu] generates the correct output for: let=newline + in=left-align + indent=4 [✔]
  9224. 1559.98 s [fourmolu] generates the correct output for: let=newline + in=right-align + indent=2 [✔]
  9225. 1559.98 s [fourmolu] generates the correct output for: let=newline + in=right-align + indent=4 [✔]
  9226. 1559.98 s [fourmolu] generates the correct output for: let=newline + in=no-space + indent=2 [✔]
  9227. 1559.98 s [fourmolu] generates the correct output for: let=newline + in=no-space + indent=4 [✔]
  9228. 1559.98 s [fourmolu] generates the correct output for: let=mixed + in=left-align + indent=2 [✔]
  9229. 1559.98 s [fourmolu] generates the correct output for: let=mixed + in=left-align + indent=4 [✔]
  9230. 1559.98 s [fourmolu] generates the correct output for: let=mixed + in=right-align + indent=2 [✔]
  9231. 1559.98 s [fourmolu] generates the correct output for: let=mixed + in=right-align + indent=4 [✔]
  9232. 1559.98 s [fourmolu] generates the correct output for: let=mixed + in=no-space + indent=2 [✔]
  9233. 1559.98 s [fourmolu] generates the correct output for: let=mixed + in=no-space + indent=4 [✔]
  9234. 1559.98 s [fourmolu] if-style
  9235. 1559.98 s [fourmolu] generates the correct output for: indented + indent=2 [✔]
  9236. 1559.98 s [fourmolu] generates the correct output for: indented + indent=4 [✔]
  9237. 1559.98 s [fourmolu] generates the correct output for: hanging + indent=2 [✔]
  9238. 1559.98 s [fourmolu] generates the correct output for: hanging + indent=4 [✔]
  9239. 1559.98 s [fourmolu] single-constraint-parens
  9240. 1559.98 s [fourmolu] generates the correct output for: auto [✔]
  9241. 1559.98 s [fourmolu] generates the correct output for: always [✔]
  9242. 1559.98 s [fourmolu] generates the correct output for: never [✔]
  9243. 1559.98 s [fourmolu] single-deriving-parens
  9244. 1559.98 s [fourmolu] generates the correct output for: auto [✔]
  9245. 1559.98 s [fourmolu] generates the correct output for: always [✔]
  9246. 1559.98 s [fourmolu] generates the correct output for: never [✔]
  9247. 1559.98 s [fourmolu] sort-constraints
  9248. 1559.98 s [fourmolu] generates the correct output for: False [✔]
  9249. 1559.98 s [fourmolu] generates the correct output for: True [✔]
  9250. 1559.98 s [fourmolu] sort-derived-classes
  9251. 1559.98 s [fourmolu] generates the correct output for: False [✔]
  9252. 1559.98 s [fourmolu] generates the correct output for: True [✔]
  9253. 1559.98 s [fourmolu] sort-deriving-clauses
  9254. 1559.98 s [fourmolu] generates the correct output for: False [✔]
  9255. 1559.98 s [hlint] Warning: 'a' is out of scope.
  9256. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9257. 1559.98 s [hlint] Warning: 'b' is out of scope.
  9258. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9259. 1559.98 s [hlint] Warning: 'HintRule' is ambiguous. It is defined
  9260. 1559.98 s [hlint] * at src/Config/Type.hs:108:17
  9261. 1559.98 s [hlint] * at src/Config/Type.hs:108:1
  9262. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9263. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9264. 1559.98 s [hlint] Defaulting to the one defined at src/Config/Type.hs:108:1
  9265. 1559.98 s [hlint] Warning: 'Hint' is ambiguous. It is defined
  9266. 1559.98 s [hlint] * at src/Hint/Type.hs:22:13
  9267. 1559.98 s [hlint] * at src/Hint/Type.hs:22:1
  9268. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9269. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9270. 1559.98 s [hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
  9271. 1559.98 s [hlint] Warning: 'refactor' is out of scope.
  9272. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9273. 1559.98 s [hlint] Warning: 'Hint' is ambiguous. It is defined
  9274. 1559.98 s [hlint] * at src/Hint/Type.hs:22:13
  9275. 1559.98 s [hlint] * at src/Hint/Type.hs:22:1
  9276. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9277. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9278. 1559.98 s [hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
  9279. 1559.98 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9280. 1559.98 s [hlint] * at src/Idea.hs:26:13
  9281. 1559.98 s [hlint] * at src/Idea.hs:26:1
  9282. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9283. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9284. 1559.98 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9285. 1559.98 s [hlint] Warning: 'ParseFlags' is ambiguous. It is defined
  9286. 1559.98 s [hlint] * at src/GHC/All.hs:53:19
  9287. 1559.98 s [hlint] * at src/GHC/All.hs:53:1
  9288. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9289. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9290. 1559.98 s [hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
  9291. 1559.98 s [hlint] Warning: 'Classify' is ambiguous. It is defined
  9292. 1559.98 s [hlint] * at src/Config/Type.hs:97:17
  9293. 1559.98 s [hlint] * at src/Config/Type.hs:97:1
  9294. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9295. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9296. 1559.98 s [hlint] Defaulting to the one defined at src/Config/Type.hs:97:1
  9297. 1559.98 s [hlint] Warning: 'Hint' is ambiguous. It is defined
  9298. 1559.98 s [hlint] * at src/Hint/Type.hs:22:13
  9299. 1559.98 s [hlint] * at src/Hint/Type.hs:22:1
  9300. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9301. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9302. 1559.98 s [hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
  9303. 1559.98 s [hlint] Warning: 'resolveHints' is out of scope.
  9304. 1559.98 s [hlint] If you qualify the identifier, haddock can try to link it anyway.
  9305. 1559.98 s [hlint] Warning: 'Idea' is ambiguous. It is defined
  9306. 1559.98 s [hlint] * at src/Idea.hs:26:13
  9307. 1559.98 s [hlint] * at src/Idea.hs:26:1
  9308. 1559.98 s [hlint] You may be able to disambiguate the identifier by qualifying it or
  9309. 1559.98 s [hlint] by specifying the type/value namespace explicitly.
  9310. 1559.98 s [hlint] Defaulting to the one defined at src/Idea.hs:26:1
  9311. 1559.98 s [hlint] 96% ( 30 / 31) in 'Language.Haskell.HLint'
  9312. 1559.98 s [hlint] Missing documentation for:
  9313. 1559.98 s [hlint] createModuleExWithFixities (src/GHC/All.hs:166)
  9314. 1559.98 s [hlint] Warning: Language.Haskell.HLint: could not find link destinations for:
  9315. 1559.98 s [hlint] - Config.Type.Rep_Severity
  9316. 1559.98 s [hlint] Documentation created: dist/doc/html/hlint/, dist/doc/html/hlint/hlint.txt
  9317. 1559.98 s [hlint] Preprocessing executable 'hlint' for hlint-3.10...
  9318. 1559.98 s [hlint] Phase: installPhase
  9319. 1559.98 s [hlint] Installing library in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
  9320. 1559.98 s [hlint] Installing executable hlint in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin
  9321. 1559.98 s [hlint] Warning: The directory
  9322. 1559.98 s [hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin is not in the
  9323. 1559.98 s [hlint] system search path.
  9324. 1559.98 s [hlint] Phase: fixupPhase
  9325. 1559.98 s [hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  9326. 1559.98 s [hlint] shrinking /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShlint-3.10-KYNXFDDzbKX7YhXpWolQTO-ghc9.10.2.so
  9327. 1559.98 s [hlint] shrinking /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin/hlint
  9328. 1559.98 s [hlint] checking for references to /build/ in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10...
  9329. 1559.98 s [fourmolu] generates the correct output for: True [✔]
  9330. 1559.98 s [fourmolu] trailing-section-operators
  9331. 1559.98 s [fourmolu] generates the correct output for: False [✔]
  9332. 1559.98 s [fourmolu] generates the correct output for: True [✔]
  9333. 1559.98 s [fourmolu] unicode-syntax
  9334. 1559.98 s [fourmolu] generates the correct output for: detect [✔]
  9335. 1559.98 s [fourmolu] generates the correct output for: always [✔]
  9336. 1559.98 s [fourmolu] generates the correct output for: never [✔]
  9337. 1559.98 s [fourmolu] respectful
  9338. 1559.98 s [fourmolu] generates the correct output for: False [✔]
  9339. 1559.98 s [fourmolu] generates the correct output for: True [✔]
  9340. 1559.98 s [fourmolu] respectful-module-where
  9341. 1559.98 s [fourmolu] generates the correct output for: respectful=False + leading [✔]
  9342. 1559.98 s [fourmolu] generates the correct output for: respectful=False + trailing [✔]
  9343. 1559.98 s [fourmolu] generates the correct output for: respectful=False + diff-friendly [✔]
  9344. 1559.98 s [fourmolu] generates the correct output for: respectful=True + leading [✔]
  9345. 1559.98 s [fourmolu] generates the correct output for: respectful=True + trailing [✔]
  9346. 1559.98 s [fourmolu] generates the correct output for: respectful=True + diff-friendly [✔]
  9347. 1559.98 s [fourmolu] Ormolu.Diff.Text
  9348. 1559.98 s [fourmolu] printTextDiff
  9349. 1559.98 s [fourmolu] one-line-added [✔]
  9350. 1559.98 s [fourmolu] one-line-removed [✔]
  9351. 1559.98 s [fourmolu] no-preceding [✔]
  9352. 1559.98 s [fourmolu] no-following [✔]
  9353. 1559.98 s [fourmolu] simple-hunk [✔]
  9354. 1559.98 s [fourmolu] joined-hunk [✔]
  9355. 1559.98 s [fourmolu] two-hunks [✔]
  9356. 1559.98 s [fourmolu] trimming [✔]
  9357. 1559.98 s [fourmolu] trailing-blank-line [✔]
  9358. 1559.98 s [fourmolu] trimming-trailing-both-eof [✔]
  9359. 1559.98 s [fourmolu] trimming-trailing-both-out-of-margin [✔]
  9360. 1559.98 s [fourmolu] Ormolu.Fixity
  9361. 1559.98 s [fourmolu] gives the correct fixity info for (:) (built-in) [✔]
  9362. 1559.98 s [fourmolu] does not know operators from base if base is not a dependency [✔]
  9363. 1559.99 s [fourmolu] does not know operators from base if Prelude is not imported [✔]
  9364. 1559.99 s [fourmolu] infers fixities of operators from base correctly [✔]
  9365. 1559.99 s [fourmolu] does not know (>>>) when Control.Category is not imported [✔]
  9366. 1559.99 s [fourmolu] infer correct fixity for (>>>) when Control.Category is imported [✔]
  9367. 1559.99 s [fourmolu] handles 'as' imports correctly [✔]
  9368. 1559.99 s [fourmolu] handles 'qualified' imports correctly [✔]
  9369. 1559.99 s [fourmolu] handles 'qualified as' imports correctly [✔]
  9370. 1559.99 s [fourmolu] handles explicit import lists correctly [✔]
  9371. 1559.99 s [fourmolu] handles hiding import lists correctly [✔]
  9372. 1559.99 s [fourmolu] handles qualified imports with explicit import lists correctly [✔]
  9373. 1559.99 s [fourmolu] handles qualified import with hiding correctly [✔]
  9374. 1559.99 s [fourmolu] handles qualified import and explicit import lists correctly (1) [✔]
  9375. 1559.99 s [fourmolu] handles qualified import and explicit import lists correctly (2) [✔]
  9376. 1559.99 s [fourmolu] handles qualified import and hiding import correctly (1) [✔]
  9377. 1559.99 s [fourmolu] handles qualified import and hiding import correctly (2) [✔]
  9378. 1559.99 s [fourmolu] works for several imports from different packages [✔]
  9379. 1559.99 s [fourmolu] merges approximations in case of a conflict [✔]
  9380. 1559.99 s [fourmolu] correctly handles package-qualified imports (1) [✔]
  9381. 1559.99 s [fourmolu] correctly handles package-qualified imports (2) [✔]
  9382. 1559.99 s [fourmolu] default module re-exports: Control.Lens brings into scope Control.Lens.Lens [✔]
  9383. 1559.99 s [fourmolu] default module re-exports: Control.Lens qualified brings into scope Control.Lens.Lens [✔]
  9384. 1559.99 s [fourmolu] default module re-exports: Control.Lens qualified as brings into scope Control.Lens.Lens [✔]
  9385. 1559.99 s [fourmolu] re-export chains: exported module can itself re-export another module [✔]
  9386. 1559.99 s [fourmolu] Ormolu.Fixity.Parser
  9387. 1559.99 s [fourmolu] parseDotOrmolu
  9388. 1559.99 s [fourmolu] parses the empty input without choking [✔]
  9389. 1559.99 s [fourmolu] parses a collection of fixity declarations [✔]
  9390. 1559.99 s [fourmolu] accepts fractional operator precedences [✔]
  9391. 1559.99 s [fourmolu] combines conflicting fixity declarations correctly [✔]
  9392. 1559.99 s [fourmolu] handles CRLF line endings correctly [✔]
  9393. 1559.99 s [fourmolu] parses inputs without a trailing newline [✔]
  9394. 1559.99 s [fourmolu] fails with correct parse error (keyword wrong second line) [✔]
  9395. 1559.99 s [fourmolu] parses module re-exports and combines them correctly [✔]
  9396. 1559.99 s [fourmolu] parses fixity declarations + module re-export declarations with blanks [✔]
  9397. 1559.99 s [fourmolu] parseFixtiyDeclaration
  9398. 1559.99 s [fourmolu] parses a simple infixr declaration [✔]
  9399. 1559.99 s [fourmolu] parses a simple infixl declaration [✔]
  9400. 1559.99 s [fourmolu] parses a simple infix declaration [✔]
  9401. 1559.99 s [fourmolu] parses a declaration for a ticked identifier [✔]
  9402. 1559.99 s [fourmolu] parses a declaration for a ticked identifier (constructor case) [✔]
  9403. 1559.99 s [fourmolu] parses a multi-operator declaration [✔]
  9404. 1559.99 s [fourmolu] parses a declaration with a unicode operator [✔]
  9405. 1559.99 s [fourmolu] fails with correct parse error (keyword wrong) [✔]
  9406. 1559.99 s [fourmolu] fails with correct parse error (missing operator) [✔]
  9407. 1559.99 s [fourmolu] fails with correct parse error (trailing comma) [✔]
  9408. 1559.99 s [fourmolu] fails with correct parse error (precedence greater than 9) [✔]
  9409. 1559.99 s [fourmolu] parseModuleReexportDeclaration
  9410. 1559.99 s [hlint] gzipping man pages under /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/share/man/
  9411. 1559.99 s [hlint] patching script interpreter paths in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  9412. 1559.99 s [hlint] stripping (with command strip and flags -S -p) in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin
  9413. 1559.99 s [hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data
  9414. 1559.99 s [hlint] checking for references to /build/ in /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data...
  9415. 1559.99 s [hlint] patching script interpreter paths in /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data
  9416. 1559.99 s [hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc
  9417. 1559.99 s [hlint] checking for references to /build/ in /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc...
  9418. 1559.99 s [hlint] patching script interpreter paths in /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc
  9419. 1559.99 s [fourmolu] parses a re-export declaration [✔]
  9420. 1559.99 s [fourmolu] parses a re-export declaration (explicit package) [✔]
  9421. 1559.99 s [fourmolu] fails with correct parse error (keyword wrong) [✔]
  9422. 1559.99 s [fourmolu] fails with correct parse error (module syntax) [✔]
  9423. 1559.99 s [fourmolu] fails with correct parse error (typo: export intead exports) [✔]
  9424. 1559.99 s [fourmolu] Ormolu.Fixity.Printer
  9425. 1559.99 s [fourmolu] parseFixityOverrides & printFixityOverrides
  9426. 1559.99 s [fourmolu] arbitrary fixity maps are printed and parsed back correctly [✔]
  9427. 1559.99 s [fourmolu] +++ OK, passed 100 tests.
  9428. 1559.99 s [fourmolu] Ormolu.Integration.CLI
  9429. 1559.99 s [fourmolu] Fourmolu CLI functionality
  9430. 1559.99 s [fourmolu] formats stdin when no files specified [✔]
  9431. 1559.99 s [fourmolu] formats stdin when stdin specified [✔]
  9432. 1559.99 s [fourmolu] finds config file in current directory when formatting stdin [✔]
  9433. 1559.99 s [fourmolu] finds config file in ancestor directory when formatting stdin [✔]
  9434. 1559.99 s [fourmolu] finds config file in directory of input file [✔]
  9435. 1559.99 s [fourmolu] finds config file in XDG directory [✔]
  9436. 1559.99 s [fourmolu] uses specified config file [✔]
  9437. 1559.99 s [fourmolu] recursively finds files in directories [✔]
  9438. 1559.99 s [fourmolu] ignores files in specific directories [✔]
  9439. 1559.99 s [fourmolu] Ormolu.Integration.CLIOptions
  9440. 1559.99 s [fourmolu] Fourmolu configuration via CLI
  9441. 1559.99 s [fourmolu] CLI options override default [✔]
  9442. 1559.99 s [fourmolu] CLI options used when config file lacks option [✔]
  9443. 1559.99 s [fourmolu] CLI options override config file option [✔]
  9444. 1559.99 s [fourmolu] prints defaults to stdout [✔]
  9445. 1559.99 s [fourmolu] Ormolu.Integration.Fixity
  9446. 1559.99 s [fourmolu] fixity-tests
  9447. 1559.99 s [fourmolu] File #0 works with no extra info [✔]
  9448. 1559.99 s [fourmolu] File #0 works with manual fixity info [✔]
  9449. 1559.99 s [fourmolu] File #0 works with fixity info from config [✔]
  9450. 1559.99 s [fourmolu] File #0 works when CLI overrides .ormolu [✔]
  9451. 1559.99 s [fourmolu] File #1 works with no extra info [✔]
  9452. 1559.99 s [fourmolu] File #1 works with manual fixity info [✔]
  9453. 1559.99 s [fourmolu] File #1 works with fixity info from config [✔]
  9454. 1559.99 s [fourmolu] File #1 works with weird fixity info overwrite [✔]
  9455. 1559.99 s [fourmolu] File #2 works with no extra info [✔]
  9456. 1559.99 s [fourmolu] File #2 works with manual reexport info [✔]
  9457. 1559.99 s [fourmolu] File #2 works with fixity info from config [✔]
  9458. 1559.99 s [fourmolu] Ormolu.Integration.Region
  9459. 1559.99 s [fourmolu] region-tests
  9460. 1559.99 s [fourmolu] Works with implicit arguments [✔]
  9461. 1559.99 s [fourmolu] Works with explicit arguments [✔]
  9462. 1559.99 s [fourmolu] Works with only --start-line [✔]
  9463. 1559.99 s [fourmolu] Works with only --end-line [✔]
  9464. 1559.99 s [fourmolu] Works with lines 8-9 [✔]
  9465. 1559.99 s [fourmolu] Works with lines 8-10 [✔]
  9466. 1559.99 s [fourmolu] Works with lines 11-14 [✔]
  9467. 1559.99 s [fourmolu] Works with lines 19-23 [✔]
  9468. 1559.99 s [fourmolu] Ormolu.OpTree
  9469. 1559.99 s [fourmolu] flattens a tree correctly [✔]
  9470. 1559.99 s [fourmolu] uses 'minOps' strategy by default [✔]
  9471. 1559.99 s [fourmolu] uses 'maxOps' strategy if 'minOps' strategy fails [✔]
  9472. 1559.99 s [fourmolu] defaults to 'hardSplitter' strategy if both 'minOps' and 'maxOps' strategies fail [✔]
  9473. 1559.99 s [fourmolu] reassociates correctly: complex example 1 [✔]
  9474. 1559.99 s [fourmolu] Ormolu.Parser.Options
  9475. 1559.99 s [fourmolu] GHC options in source files take priority
  9476. 1559.99 s [fourmolu] default extensions can be disabled locally [✔]
  9477. 1559.99 s [fourmolu] extensions disabled via CLI can be enabled locally [✔]
  9478. 1559.99 s [fourmolu] Ormolu.Parser.ParseFailure
  9479. 1559.99 s [fourmolu] disabling-preserves-error-location.hs fails at 12:1 [✔]
  9480. 1559.99 s [fourmolu] line-pragma.hs fails at 4:47 [✔]
  9481. 1559.99 s [fourmolu] Ormolu.Parser.Pragma
  9482. 1559.99 s [fourmolu] parsePragma
  9483. 1559.99 s [fourmolu] {-# LANGUAGE Foo #-} [✔]
  9484. 1559.99 s [fourmolu] {-# language Foo #-} [✔]
  9485. 1559.99 s [fourmolu] {-#LANGUAGE Foo#-} [✔]
  9486. 1559.99 s [fourmolu] {-# LANGUAGE Foo#-} [✔]
  9487. 1559.99 s [fourmolu] {-#language Foo#-} [✔]
  9488. 1559.99 s [fourmolu] {-# lAngUAGe Foo #-} [✔]
  9489. 1559.99 s [fourmolu] {-# LANGUAGE Foo, Bar #-} [✔]
  9490. 1559.99 s [fourmolu] {-# LANGUAGE Foo Bar #-} [✔]
  9491. 1559.99 s [fourmolu] {-# BOO Foo #-} [✔]
  9492. 1559.99 s [fourmolu] something [✔]
  9493. 1559.99 s [fourmolu] {-# LANGUAGE foo, Bar #-} [✔]
  9494. 1559.99 s [fourmolu] {-# OPTIONS_GHC foo bar baz #-} [✔]
  9495. 1559.99 s [fourmolu] {-#OPTIONS_HADDOCK foo, bar, baz #-} [✔]
  9496. 1559.99 s [fourmolu] Ormolu.Printer
  9497. 1559.99 s [fourmolu] import/deprecated-export-single-line.hs works (ormolu) [✔]
  9498. 1559.99 s [fourmolu] import/deprecated-export-multi-line.hs works (ormolu) [✔]
  9499. 1559.99 s [fourmolu] import/explicit-imports-with-comments.hs works (ormolu) [✔]
  9500. 1559.99 s [fourmolu] import/merging-1.hs works (ormolu) [✔]
  9501. 1559.99 s [fourmolu] import/sorted-package-imports.hs works (ormolu) [✔]
  9502. 1559.99 s [fourmolu] import/comments-per-import.hs works (ormolu) [✔]
  9503. 1559.99 s [fourmolu] import/merging-0.hs works (ormolu) [✔]
  9504. 1559.99 s [fourmolu] import/qualified-post.hs works (ormolu) [✔]
  9505. 1559.99 s [fourmolu] import/nested-explicit-imports.hs works (ormolu) [✔]
  9506. 1559.99 s [fourmolu] import/comments-inside-imports.hs works (ormolu) [✔]
  9507. 1559.99 s [fourmolu] import/docstrings-after-exports.hs works (ormolu) [✔]
  9508. 1559.99 s [fourmolu] import/simple.hs works (ormolu) [✔]
  9509. 1559.99 s [fourmolu] import/sorted-export-list.hs works (ormolu) [✔]
  9510. 1559.99 s [fourmolu] import/explicit-imports.hs works (ormolu) [✔]
  9511. 1559.99 s [fourmolu] import/sorted.hs works (ormolu) [✔]
  9512. 1559.99 s [fourmolu] import/misc.hs works (ormolu) [✔]
  9513. 1559.99 s [fourmolu] import/qualified-prelude.hs works (ormolu) [✔]
  9514. 1559.99 s [fourmolu] import/deduplication-bug.hs works (ormolu) [✔]
  9515. 1559.99 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  9516. 1559.99 s [post-build-hook] Pushing 3 paths (219 are already present) using zstd to cache sellout ⏳
  9517. 1559.99 s [post-build-hook]
  9518. 1559.99 s [post-build-hook] Pushing /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc (7.99 MiB)
  9519. 1560.00 s [post-build-hook] Pushing /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10 (66.90 MiB)
  9520. 1560.01 s [post-build-hook] Pushing /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data (112.98 KiB)
  9521. 1561.98 s [post-build-hook]
  9522. 1561.98 s [post-build-hook] All done.
  9523. 1562.00 s [post-build-hook] Uploading to the NixCI cache: /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
  9524. 1562.04 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  9525. 1562.19 s [post-build-hook] copying 2 paths...
  9526. 1562.19 s [post-build-hook] copying path '/nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc' to 'https://cache.nix-ci.com'...
  9527. 1563.09 s [post-build-hook] copying path '/nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10' to 'https://cache.nix-ci.com'...
  9528. 1579.49 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  9529. 1579.56 s [post-build-hook] copying 0 paths...
  9530. 1579.58 s Progress: 147 of 157 built (2 building), 587 of 587 downloaded from cache
  9531. 1579.58 s [fourmolu] import/merging-2.hs works (ormolu) [✔]
  9532. 1579.58 s [fourmolu] import/explicit-prelude.hs works (ormolu) [✔]
  9533. 1579.58 s [fourmolu] declaration/default/default.hs works (ormolu) [✔]
  9534. 1579.58 s [fourmolu] declaration/data/gadt-syntax.hs works (ormolu) [✔]
  9535. 1579.58 s [fourmolu] declaration/data/multiline-arg-parens.hs works (ormolu) [✔]
  9536. 1579.58 s [fourmolu] declaration/data/multiline.hs works (ormolu) [✔]
  9537. 1579.58 s [fourmolu] declaration/data/partly-documented.hs works (ormolu) [✔]
  9538. 1579.58 s [fourmolu] declaration/data/infix.hs works (ormolu) [✔]
  9539. 1579.58 s [fourmolu] declaration/data/deriving.hs works (ormolu) [✔]
  9540. 1579.58 s [fourmolu] declaration/data/unnamed-field-comment-3.hs works (ormolu) [✔]
  9541. 1579.58 s [fourmolu] declaration/data/with-comment.hs works (ormolu) [✔]
  9542. 1579.58 s [fourmolu] declaration/data/infix-haddocks.hs works (ormolu) [✔]
  9543. 1579.58 s [fourmolu] declaration/data/datatype-contexts.hs works (ormolu) [✔]
  9544. 1579.58 s [fourmolu] declaration/data/unnamed-field-comment-2.hs works (ormolu) [✔]
  9545. 1579.58 s [fourmolu] declaration/data/simple-broken.hs works (ormolu) [✔]
  9546. 1579.58 s [fourmolu] declaration/data/multiline-names.hs works (ormolu) [✔]
  9547. 1579.58 s [fourmolu] declaration/data/operators.hs works (ormolu) [✔]
  9548. 1579.58 s [fourmolu] declaration/data/existential-multiline.hs works (ormolu) [✔]
  9549. 1579.58 s [fourmolu] declaration/data/with-weird-haddock.hs works (ormolu) [✔]
  9550. 1579.58 s [fourmolu] declaration/data/existential.hs works (ormolu) [✔]
  9551. 1579.58 s [fourmolu] declaration/data/strictness.hs works (ormolu) [✔]
  9552. 1579.58 s [fourmolu] declaration/data/wildcard-binders.hs works (ormolu) [✔]
  9553. 1579.58 s [fourmolu] declaration/data/record-fancy-existential.hs works (ormolu) [✔]
  9554. 1579.58 s [fourmolu] declaration/data/existential-unicode.hs works (ormolu) [✔]
  9555. 1579.58 s [fourmolu] declaration/data/record-singleline.hs works (ormolu) [✔]
  9556. 1579.58 s [fourmolu] declaration/data/kind-annotations.hs works (ormolu) [✔]
  9557. 1579.58 s [fourmolu] declaration/data/deriving-strategies.hs works (ormolu) [✔]
  9558. 1579.58 s [fourmolu] declaration/data/simple.hs works (ormolu) [✔]
  9559. 1579.58 s [fourmolu] declaration/data/unnamed-field-comment-1.hs works (ormolu) [✔]
  9560. 1579.58 s [fourmolu] declaration/data/ctype-0.hs works (ormolu) [✔]
  9561. 1579.58 s [fourmolu] declaration/data/type-data.hs works (ormolu) [✔]
  9562. 1579.58 s [fourmolu] declaration/data/ctype-1.hs works (ormolu) [✔]
  9563. 1579.58 s [fourmolu] declaration/data/fat-multiline.hs works (ormolu) [✔]
  9564. 1579.58 s [fourmolu] declaration/data/newtype.hs works (ormolu) [✔]
  9565. 1579.58 s [fourmolu] declaration/data/record.hs works (ormolu) [✔]
  9566. 1579.58 s [fourmolu] declaration/data/single-constructor-with-haddock.hs works (ormolu) [✔]
  9567. 1579.58 s [fourmolu] declaration/data/empty.hs works (ormolu) [✔]
  9568. 1579.58 s [fourmolu] declaration/data/invisible-binders.hs works (ormolu) [✔]
  9569. 1579.58 s [fourmolu] declaration/data/record-multi-const.hs works (ormolu) [✔]
  9570. 1579.58 s [fourmolu] declaration/data/unnamed-field-comment-0.hs works (ormolu) [✔]
  9571. 1579.58 s [fourmolu] declaration/data/field-layout/record-1.hs works (ormolu) [✔]
  9572. 1579.58 s [fourmolu] declaration/data/field-layout/variants.hs works (ormolu) [✔]
  9573. 1579.58 s [fourmolu] declaration/data/field-layout/gadt.hs works (ormolu) [✔]
  9574. 1579.58 s [fourmolu] declaration/data/field-layout/record-0.hs works (ormolu) [✔]
  9575. 1579.58 s [fourmolu] declaration/data/field-layout/record-2.hs works (ormolu) [✔]
  9576. 1579.58 s [fourmolu] declaration/data/gadt/multiline.hs works (ormolu) [✔]
  9577. 1579.58 s [fourmolu] declaration/data/gadt/strictness.hs works (ormolu) [✔]
  9578. 1579.58 s [fourmolu] declaration/data/gadt/multiple-declaration.hs works (ormolu) [✔]
  9579. 1579.58 s [fourmolu] declaration/data/gadt/simple.hs works (ormolu) [✔]
  9580. 1579.58 s [fourmolu] declaration/data/gadt/unicode.hs works (ormolu) [✔]
  9581. 1579.58 s [fourmolu] declaration/data/gadt/multiline-where.hs works (ormolu) [✔]
  9582. 1579.58 s [fourmolu] declaration/data/gadt/record.hs works (ormolu) [✔]
  9583. 1579.58 s [fourmolu] declaration/signature/standalone-kind.hs works (ormolu) [✔]
  9584. 1579.58 s [fourmolu] declaration/signature/inline/inline.hs works (ormolu) [✔]
  9585. 1579.58 s [fourmolu] declaration/signature/inline/noinline.hs works (ormolu) [✔]
  9586. 1579.58 s [fourmolu] declaration/signature/inline/conlike.hs works (ormolu) [✔]
  9587. 1579.58 s [fourmolu] declaration/signature/inline/inlineable.hs works (ormolu) [✔]
  9588. 1579.58 s [fourmolu] declaration/signature/set-cost-centre/set-cost-centre.hs works (ormolu) [✔]
  9589. 1579.58 s [fourmolu] declaration/signature/fixity/infixr.hs works (ormolu) [✔]
  9590. 1579.58 s [fourmolu] declaration/signature/fixity/infix.hs works (ormolu) [✔]
  9591. 1579.58 s [fourmolu] declaration/signature/fixity/infixl.hs works (ormolu) [✔]
  9592. 1579.58 s [fourmolu] declaration/signature/complete/complete.hs works (ormolu) [✔]
  9593. 1579.58 s [fourmolu] declaration/signature/type/multi-value.hs works (ormolu) [✔]
  9594. 1579.58 s [fourmolu] declaration/signature/type/context-single-line.hs works (ormolu) [✔]
  9595. 1579.58 s [fourmolu] declaration/signature/type/context-multi-line.hs works (ormolu) [✔]
  9596. 1579.58 s [fourmolu] declaration/signature/type/arguments.hs works (ormolu) [✔]
  9597. 1579.58 s [fourmolu] declaration/signature/type/infix-promoted-type-constructor.hs works (ormolu) [✔]
  9598. 1579.58 s [lsp-types] Preprocessing executable 'generator' for lsp-types-2.3.0.1...
  9599. 1579.58 s [lsp-types] Building executable 'generator' for lsp-types-2.3.0.1...
  9600. 1579.58 s [lsp-types] [1 of 2] Compiling CodeGen ( generator/CodeGen.hs, dist/build/generator/generator-tmp/CodeGen.o )
  9601. 1579.58 s [lsp-types] [2 of 2] Compiling Main ( generator/Main.hs, dist/build/generator/generator-tmp/Main.o )
  9602. 1579.58 s [lsp-types] [3 of 3] Linking dist/build/generator/generator
  9603. 1579.58 s [lsp-types] buildPhase completed in 4 minutes 55 seconds
  9604. 1579.58 s [lsp-types] Phase: checkPhase
  9605. 1579.58 s [lsp-types] Running 1 test suites...
  9606. 1579.58 s [lsp-types] Test suite lsp-types-test: RUNNING...
  9607. 1579.58 s [lsp-types]
  9608. 1579.58 s [lsp-types] Capabilities
  9609. 1579.58 s [lsp-types] capabilities
  9610. 1579.58 s [lsp-types] produces full latest client capabilities [✔]
  9611. 1579.58 s [lsp-types] First time execution. Golden file created.
  9612. 1579.58 s [lsp-types] produces pre-3.10 client capabilities [✔]
  9613. 1579.58 s [lsp-types] First time execution. Golden file created.
  9614. 1579.58 s [lsp-types] Json
  9615. 1579.58 s [lsp-types] MarkedString
  9616. 1579.58 s [lsp-types] roundtrip [✔]
  9617. 1579.58 s [lsp-types] +++ OK, passed 100 tests.
  9618. 1579.58 s [lsp-types] MarkupContent
  9619. 1579.58 s [lsp-types] roundtrip [✔]
  9620. 1579.58 s [lsp-types] +++ OK, passed 100 tests.
  9621. 1579.58 s [lsp-types] TextDocumentContentChangeEvent
  9622. 1579.58 s [lsp-types] roundtrip [✔]
  9623. 1579.58 s [lsp-types] +++ OK, passed 100 tests.
  9624. 1579.58 s [lsp-types] WatchedFiles
  9625. 1579.58 s [lsp-types] roundtrip [✔]
  9626. 1579.58 s [lsp-types] +++ OK, passed 100 tests.
  9627. 1579.58 s [lsp-types] Registration
  9628. 1579.58 s [lsp-types] roundtrip [✔]
  9629. 1579.58 s [lsp-types] +++ OK, passed 100 tests.
  9630. 1579.58 s [lsp-types] CompletionList
  9631. 1579.58 s [lsp-types] handles optional field set to null in record [✔]
  9632. 1579.58 s [lsp-types] CompletionItem
  9633. 1579.58 s [lsp-types] example [✔]
  9634. 1579.58 s [lsp-types] RequestMessage
  9635. 1579.58 s [lsp-types] handles missing params field [✔]
  9636. 1579.58 s [lsp-types] handles params field set to null [✔]
  9637. 1579.58 s [lsp-types] ResponseMessage
  9638. 1579.58 s [lsp-types] Hover roundtrip [✔]
  9639. 1579.58 s [lsp-types] +++ OK, passed 100 tests.
  9640. 1579.58 s [lsp-types] decodes error data = null [✔]
  9641. 1579.58 s [lsp-types] throws if neither result nor error is present [✔]
  9642. 1579.58 s [lsp-types] throws if both result and error are present [✔]
  9643. 1579.58 s [lsp-types] decodes result = null [✔]
  9644. 1579.58 s [lsp-types] NotificationMessage
  9645. 1579.58 s [lsp-types] handles missing params field [✔]
  9646. 1579.58 s [lsp-types] Location
  9647. 1579.58 s [lsp-types] isSubrangeOf
  9648. 1579.58 s [lsp-types] is true if the first range is totally inside the second range [✔]
  9649. 1579.58 s [lsp-types] is true if two ranges equal [✔]
  9650. 1579.58 s [lsp-types] is false if the first range is outside of the second [✔]
  9651. 1579.58 s [lsp-types] positionInRange
  9652. 1579.58 s [lsp-types] is false if position is after the end of a single line range [✔]
  9653. 1579.58 s [lsp-types] is false if position is before the begining of a single line range [✔]
  9654. 1579.58 s [lsp-types] is true if position is in a single line range [✔]
  9655. 1579.58 s [lsp-types] is false if position is right at the end of the range [✔]
  9656. 1579.58 s [lsp-types] is true if position is in the middle of a multiline range [✔]
  9657. 1579.58 s [lsp-types] is false if position is before the beginning of a multiline range [✔]
  9658. 1579.58 s [lsp-types] is false if position is right at the end of a multiline range [✔]
  9659. 1579.58 s [lsp-types] Method
  9660. 1579.58 s [lsp-types] Method enum aeson instance consistency
  9661. 1579.58 s [lsp-types] Client Methods
  9662. 1579.58 s [lsp-types] maintains roundtrip consistency [✔]
  9663. 1579.58 s [lsp-types] Server Methods
  9664. 1579.58 s [lsp-types] maintains roundtrip consistency [✔]
  9665. 1579.58 s [lsp-types] SemanticTokens
  9666. 1579.58 s [lsp-types] relativize/absolutizeTokens
  9667. 1579.58 s [lsp-types] round-trips [✔]
  9668. 1579.58 s [lsp-types] handles big tokens [✔]
  9669. 1579.58 s [lsp-types] encodeTokens
  9670. 1579.59 s [lsp-types] when running the LSP examples
  9671. 1579.59 s [lsp-types] encodes example 1 correctly [✔]
  9672. 1579.59 s [lsp-types] encodes example 2 correctly [✔]
  9673. 1579.59 s [lsp-types] handles big tokens [✔]
  9674. 1579.59 s [lsp-types] computeEdits
  9675. 1579.59 s [lsp-types] handles an edit in the middle [✔]
  9676. 1579.59 s [lsp-types] handles an edit at the end [✔]
  9677. 1579.59 s [lsp-types] handles an edit at the beginning [✔]
  9678. 1579.59 s [lsp-types] handles an ambiguous edit [✔]
  9679. 1579.59 s [lsp-types] handles a long edit [✔]
  9680. 1579.59 s [lsp-types] handles multiple edits [✔]
  9681. 1579.59 s [lsp-types] handles big tokens [✔]
  9682. 1579.59 s [lsp-types] ServerCapabilities
  9683. 1579.59 s [lsp-types] server capabilities
  9684. 1579.59 s [lsp-types] folding range options
  9685. 1579.59 s [lsp-types] decodes
  9686. 1579.59 s [lsp-types] just id [✔]
  9687. 1579.59 s [lsp-types] id and document selector [✔]
  9688. 1579.59 s [lsp-types] static boolean [✔]
  9689. 1579.59 s [lsp-types] encodes
  9690. 1579.59 s [lsp-types] just id [✔]
  9691. 1579.59 s [lsp-types] decodes [✔]
  9692. 1579.59 s [lsp-types] client/registerCapability
  9693. 1579.59 s [lsp-types] allows empty registerOptions [✔]
  9694. 1579.59 s [lsp-types] Types
  9695. 1579.59 s [lsp-types] MarkupContent
  9696. 1579.59 s [lsp-types] appends two plainstrings [✔]
  9697. 1579.59 s [lsp-types] appends a marked up and a plain string [✔]
  9698. 1579.59 s [lsp-types] appends a plain string and a marked up string [✔]
  9699. 1579.59 s [lsp-types] URIFilePath
  9700. 1579.59 s [lsp-types] Platform aware URI file path functions
  9701. 1579.59 s [lsp-types] converts a URI to a POSIX file path [✔]
  9702. 1579.59 s [lsp-types] converts a POSIX file path to a URI [✔]
  9703. 1579.59 s [lsp-types] converts a URI to a Windows file path [✔]
  9704. 1579.59 s [lsp-types] converts a Windows file path to a URI [✔]
  9705. 1579.59 s [lsp-types] converts a POSIX file path to a URI [✔]
  9706. 1579.59 s [lsp-types] converts a Windows file path to a URI [✔]
  9707. 1579.59 s [lsp-types] converts a Windows file path to a URI [✔]
  9708. 1579.59 s [lsp-types] converts a POSIX file path to a URI and back [✔]
  9709. 1579.59 s [lsp-types] converts a Posix file path to a URI and back [✔]
  9710. 1579.59 s [lsp-types] +++ OK, passed 100 tests.
  9711. 1579.59 s [fourmolu] declaration/signature/type/long-multiline-applications.hs works (ormolu) [✔]
  9712. 1579.59 s [fourmolu] declaration/signature/type/long-function-name.hs works (ormolu) [✔]
  9713. 1579.59 s [fourmolu] declaration/signature/type/unrelated.hs works (ormolu) [✔]
  9714. 1579.59 s [fourmolu] declaration/signature/type/unicode.hs works (ormolu) [✔]
  9715. 1579.59 s [fourmolu] declaration/signature/minimal/minimal.hs works (ormolu) [✔]
  9716. 1579.59 s [fourmolu] declaration/signature/specialize/specialize.hs works (ormolu) [✔]
  9717. 1579.59 s [fourmolu] declaration/signature/specialize/specialize-instance.hs works (ormolu) [✔]
  9718. 1579.59 s [fourmolu] declaration/signature/pattern/multiline.hs works (ormolu) [✔]
  9719. 1579.59 s [fourmolu] declaration/signature/pattern/single-line.hs works (ormolu) [✔]
  9720. 1579.59 s [fourmolu] declaration/splice/splice-decl.hs works (ormolu) [✔]
  9721. 1579.59 s [fourmolu] declaration/splice/quotes.hs works (ormolu) [✔]
  9722. 1579.59 s [fourmolu] declaration/splice/bracket-declaration.hs works (ormolu) [✔]
  9723. 1579.59 s [fourmolu] declaration/splice/bracket.hs works (ormolu) [✔]
  9724. 1579.59 s [fourmolu] declaration/splice/bracket-unicode.hs works (ormolu) [✔]
  9725. 1579.59 s [fourmolu] declaration/splice/typed-splice.hs works (ormolu) [✔]
  9726. 1579.59 s [fourmolu] declaration/splice/grouped-splices.hs works (ormolu) [✔]
  9727. 1579.59 s [fourmolu] declaration/splice/untyped-splice.hs works (ormolu) [✔]
  9728. 1579.59 s [fourmolu] declaration/splice/quasiquote.hs works (ormolu) [✔]
  9729. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/infix.hs works (ormolu) [✔]
  9730. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/with-comments.hs works (ormolu) [✔]
  9731. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/with-forall.hs works (ormolu) [✔]
  9732. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/simple.hs works (ormolu) [✔]
  9733. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/multi-line.hs works (ormolu) [✔]
  9734. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/with-equal-sign.hs works (ormolu) [✔]
  9735. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/promotion.hs works (ormolu) [✔]
  9736. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/type-arguments.hs works (ormolu) [✔]
  9737. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/injective.hs works (ormolu) [✔]
  9738. 1579.59 s [fourmolu] declaration/type-families/closed-type-family/no-annotation.hs works (ormolu) [✔]
  9739. 1579.59 s [fourmolu] declaration/type-families/data-family/simple.hs works (ormolu) [✔]
  9740. 1579.59 s [fourmolu] declaration/type-families/data-family/type-arguments.hs works (ormolu) [✔]
  9741. 1579.59 s [fourmolu] declaration/type-families/data-family/no-annotation.hs works (ormolu) [✔]
  9742. 1579.59 s [fourmolu] declaration/type-families/type-family/simple.hs works (ormolu) [✔]
  9743. 1579.59 s [fourmolu] declaration/type-families/type-family/injective.hs works (ormolu) [✔]
  9744. 1579.59 s [fourmolu] declaration/type-families/type-family/no-annotation.hs works (ormolu) [✔]
  9745. 1579.59 s [fourmolu] declaration/type-families/type-family/operator.hs works (ormolu) [✔]
  9746. 1579.59 s [fourmolu] declaration/deriving/multiline.hs works (ormolu) [✔]
  9747. 1579.59 s [fourmolu] declaration/deriving/overlapping.hs works (ormolu) [✔]
  9748. 1579.59 s [fourmolu] declaration/deriving/singleline.hs works (ormolu) [✔]
  9749. 1579.59 s [fourmolu] declaration/type/parens-comments.hs works (ormolu) [✔]
  9750. 1579.59 s [fourmolu] declaration/type/forall.hs works (ormolu) [✔]
  9751. 1579.59 s [fourmolu] declaration/type/promotion-1.hs works (ormolu) [✔]
  9752. 1579.59 s [fourmolu] declaration/type/lits.hs works (ormolu) [✔]
  9753. 1579.59 s [fourmolu] declaration/type/wildcard-binders.hs works (ormolu) [✔]
  9754. 1579.59 s [fourmolu] declaration/type/misc-kind-signatures.hs works (ormolu) [✔]
  9755. 1579.59 s [fourmolu] declaration/type/promotion-no-puns.hs works (ormolu) [✔]
  9756. 1579.59 s [fourmolu] declaration/type/promotion-0.hs works (ormolu) [✔]
  9757. 1579.59 s [fourmolu] declaration/type/visible-forall.hs works (ormolu) [✔]
  9758. 1579.59 s [fourmolu] declaration/type/splice.hs works (ormolu) [✔]
  9759. 1579.59 s [fourmolu] declaration/type/type-applications.hs works (ormolu) [✔]
  9760. 1579.59 s [fourmolu] declaration/rewrite-rule/prelude4.hs works (ormolu) [✔]
  9761. 1579.59 s [fourmolu] declaration/rewrite-rule/basic2.hs works (ormolu) [✔]
  9762. 1579.59 s [fourmolu] declaration/rewrite-rule/basic1.hs works (ormolu) [✔]
  9763. 1579.59 s [fourmolu] declaration/rewrite-rule/phase.hs works (ormolu) [✔]
  9764. 1579.59 s [fourmolu] declaration/rewrite-rule/never-active.hs works (ormolu) [✔]
  9765. 1579.59 s [fourmolu] declaration/rewrite-rule/prelude3.hs works (ormolu) [✔]
  9766. 1579.59 s [fourmolu] declaration/rewrite-rule/type-signature.hs works (ormolu) [✔]
  9767. 1579.59 s [fourmolu] declaration/rewrite-rule/forall-1.hs works (ormolu) [✔]
  9768. 1579.59 s [fourmolu] declaration/rewrite-rule/prelude1.hs works (ormolu) [✔]
  9769. 1579.59 s [fourmolu] declaration/rewrite-rule/prelude2.hs works (ormolu) [✔]
  9770. 1579.59 s [fourmolu] declaration/rewrite-rule/forall-0.hs works (ormolu) [✔]
  9771. 1579.59 s [fourmolu] declaration/rewrite-rule/empty.hs works (ormolu) [✔]
  9772. 1579.59 s [fourmolu] declaration/instance/data-family-instances.hs works (ormolu) [✔]
  9773. 1579.59 s [lsp-types] converts a Windows file path to a URI and back [✔]
  9774. 1579.59 s [lsp-types] +++ OK, passed 100 tests.
  9775. 1579.59 s [lsp-types] converts a relative POSIX file path to a URI and back [✔]
  9776. 1579.59 s [lsp-types] URI file path functions
  9777. 1579.59 s [lsp-types] converts a URI to a file path [✔]
  9778. 1579.59 s [lsp-types] converts a file path to a URI [✔]
  9779. 1579.59 s [lsp-types] removes unnecessary current directory paths [✔]
  9780. 1579.59 s [lsp-types] converts a file path to a URI and back [✔]
  9781. 1579.59 s [lsp-types] +++ OK, passed 100 tests.
  9782. 1579.59 s [lsp-types] converts a relative file path to a URI and back [✔]
  9783. 1579.59 s [lsp-types] converts a file path with initial current dir to a URI and back [✔]
  9784. 1579.59 s [lsp-types] URI normalization functions
  9785. 1579.59 s [lsp-types] ignores differences in percent-encoding [✔]
  9786. 1579.59 s [lsp-types] +++ OK, passed 100 tests.
  9787. 1579.59 s [lsp-types] ignores differences in percent-encoding (examples) [✔]
  9788. 1579.59 s [lsp-types] normalizes uri file path when converting from uri to normalized uri [✔]
  9789. 1579.59 s [lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
  9790. 1579.59 s [lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
  9791. 1579.59 s [lsp-types] converts a file path to a normalized URI and back [✔]
  9792. 1579.59 s [lsp-types] +++ OK, passed 100 tests.
  9793. 1579.59 s [lsp-types] Normalized file path functions
  9794. 1579.59 s [lsp-types] makes file path normalized [✔]
  9795. 1579.59 s [lsp-types] +++ OK, passed 100 tests.
  9796. 1579.59 s [lsp-types] converts to a normalized uri and back [✔]
  9797. 1579.59 s [lsp-types] +++ OK, passed 100 tests.
  9798. 1579.59 s [lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
  9799. 1579.59 s [lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
  9800. 1579.59 s [lsp-types] creates the same NormalizedUri than the older implementation [✔]
  9801. 1579.59 s [lsp-types] +++ OK, passed 100 tests.
  9802. 1579.59 s [lsp-types] converts to NormalizedFilePath and back sucessfully [✔]
  9803. 1579.59 s [lsp-types] +++ OK, passed 100 tests.
  9804. 1579.59 s [lsp-types] can not convert OsPath in non-standard encoding to NormalizedFilePath [✔]
  9805. 1579.59 s [lsp-types] WorkspaceEdit
  9806. 1579.59 s [lsp-types] applyTextEdit
  9807. 1579.59 s [lsp-types] inserts text [✔]
  9808. 1579.59 s [lsp-types] deletes text [✔]
  9809. 1579.59 s [lsp-types] edits a multiline text [✔]
  9810. 1579.59 s [lsp-types] inserts text past the last line [✔]
  9811. 1579.59 s [lsp-types] editTextEdit
  9812. 1579.59 s [lsp-types] edits a multiline text edit [✔]
  9813. 1579.59 s [lsp-types]
  9814. 1579.59 s [lsp-types] Finished in 3.9064 seconds
  9815. 1579.59 s [lsp-types] 85 examples, 0 failures
  9816. 1579.59 s [lsp-types] Test suite lsp-types-test: PASS
  9817. 1579.59 s [lsp-types] Test suite logged to: dist/test/lsp-types-2.3.0.1-lsp-types-test.log
  9818. 1579.59 s [lsp-types] 1 of 1 test suites (1 of 1 test cases) passed.
  9819. 1579.59 s [lsp-types] Phase: haddockPhase
  9820. 1579.59 s [lsp-types] Phase: installPhase
  9821. 1579.59 s [lsp-types] Installing library in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  9822. 1579.59 s [lsp-types] Installing internal library lsp-types-quickcheck in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-types-2.3.0.1-ImogK2zpahh9243drPJxYh-lsp-types-quickcheck
  9823. 1579.59 s [lsp-types] Installing internal library metamodel in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-types-2.3.0.1-7kbo9o5yi6DBiBJmPQsJpT-metamodel
  9824. 1579.59 s [lsp-types] Installing executable generator in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin
  9825. 1579.59 s [lsp-types] Warning: The directory
  9826. 1579.59 s [lsp-types] /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin is not in
  9827. 1579.59 s [lsp-types] the system search path.
  9828. 1579.59 s [lsp-types] Phase: fixupPhase
  9829. 1579.59 s [lsp-types] shrinking RPATHs of ELF executables and libraries in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
  9830. 1579.59 s [lsp-types] shrinking /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-types-2.3.0.1-7kbo9o5yi6DBiBJmPQsJpT-metamodel-ghc9.10.2.so
  9831. 1579.59 s [lsp-types] shrinking /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-types-2.3.0.1-ImogK2zpahh9243drPJxYh-lsp-types-quickcheck-ghc9.10.2.so
  9832. 1579.59 s [lsp-types] shrinking /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH-ghc9.10.2.so
  9833. 1579.59 s [lsp-types] shrinking /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin/generator
  9834. 1579.59 s [lsp-types] checking for references to /build/ in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1...
  9835. 1579.59 s [lsp-types] patching script interpreter paths in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
  9836. 1579.59 s [fourmolu] declaration/instance/instance-sigs-multiple.hs works (ormolu) [✔]
  9837. 1579.59 s [fourmolu] declaration/instance/instance-sigs.hs works (ormolu) [✔]
  9838. 1579.59 s [fourmolu] declaration/instance/data-family-instances-newtype.hs works (ormolu) [✔]
  9839. 1579.59 s [fourmolu] declaration/instance/overlappable-instances.hs works (ormolu) [✔]
  9840. 1579.59 s [fourmolu] declaration/instance/newlines-between-methods.hs works (ormolu) [✔]
  9841. 1579.59 s [fourmolu] declaration/instance/multi-parameter.hs works (ormolu) [✔]
  9842. 1579.59 s [fourmolu] declaration/instance/empty-instance.hs works (ormolu) [✔]
  9843. 1579.59 s [fourmolu] declaration/instance/type-family-instances.hs works (ormolu) [✔]
  9844. 1579.59 s [fourmolu] declaration/instance/contexts-comments.hs works (ormolu) [✔]
  9845. 1579.59 s [fourmolu] declaration/instance/newlines-after-where.hs works (ormolu) [✔]
  9846. 1579.59 s [fourmolu] declaration/instance/associated-types.hs works (ormolu) [✔]
  9847. 1579.59 s [fourmolu] declaration/instance/contexts.hs works (ormolu) [✔]
  9848. 1579.59 s [fourmolu] declaration/instance/associated-data.hs works (ormolu) [✔]
  9849. 1579.59 s [fourmolu] declaration/instance/data-family-instances-gadt.hs works (ormolu) [✔]
  9850. 1579.59 s [fourmolu] declaration/instance/single-parameter.hs works (ormolu) [✔]
  9851. 1579.59 s [fourmolu] declaration/warning/warning-single-line.hs works (ormolu) [✔]
  9852. 1579.59 s [fourmolu] declaration/warning/warning-multiline.hs works (ormolu) [✔]
  9853. 1579.59 s [fourmolu] declaration/class/super-classes.hs works (ormolu) [✔]
  9854. 1579.59 s [fourmolu] declaration/class/dependency-super-classes.hs works (ormolu) [✔]
  9855. 1579.59 s [fourmolu] declaration/class/empty-classes.hs works (ormolu) [✔]
  9856. 1579.59 s [fourmolu] declaration/class/type-operators2.hs works (ormolu) [✔]
  9857. 1579.59 s [fourmolu] declaration/class/associated-type-defaults.hs works (ormolu) [✔]
  9858. 1579.59 s [fourmolu] declaration/class/associated-types2.hs works (ormolu) [✔]
  9859. 1579.59 s [fourmolu] declaration/class/associated-data2.hs works (ormolu) [✔]
  9860. 1579.59 s [fourmolu] declaration/class/type-operators1.hs works (ormolu) [✔]
  9861. 1579.59 s [fourmolu] declaration/class/default-implementations.hs works (ormolu) [✔]
  9862. 1579.59 s [fourmolu] declaration/class/newlines-and-haddocks.hs works (ormolu) [✔]
  9863. 1579.59 s [fourmolu] declaration/class/newlines-between-methods.hs works (ormolu) [✔]
  9864. 1579.59 s [fourmolu] declaration/class/default-signatures-simple.hs works (ormolu) [✔]
  9865. 1579.59 s [fourmolu] declaration/class/multi-parameters2.hs works (ormolu) [✔]
  9866. 1579.59 s [fourmolu] declaration/class/single-parameters.hs works (ormolu) [✔]
  9867. 1579.59 s [fourmolu] declaration/class/multi-parameters1.hs works (ormolu) [✔]
  9868. 1579.59 s [fourmolu] declaration/class/type-operators3.hs works (ormolu) [✔]
  9869. 1579.59 s [fourmolu] declaration/class/newlines-after-where.hs works (ormolu) [✔]
  9870. 1579.59 s [fourmolu] declaration/class/associated-data1.hs works (ormolu) [✔]
  9871. 1579.59 s [fourmolu] declaration/class/functional-dependencies.hs works (ormolu) [✔]
  9872. 1579.59 s [fourmolu] declaration/class/poly-kinded-classes.hs works (ormolu) [✔]
  9873. 1579.59 s [fourmolu] declaration/class/newlines-and-default-decls.hs works (ormolu) [✔]
  9874. 1579.59 s [fourmolu] declaration/class/default-implementations-comments.hs works (ormolu) [✔]
  9875. 1579.59 s [fourmolu] declaration/class/default-signatures.hs works (ormolu) [✔]
  9876. 1579.59 s [fourmolu] declaration/class/associated-types1.hs works (ormolu) [✔]
  9877. 1579.59 s [fourmolu] declaration/annotation/annotation.hs works (ormolu) [✔]
  9878. 1579.59 s [fourmolu] declaration/value/pattern-synonyms/bidirectional.hs works (ormolu) [✔]
  9879. 1579.59 s [fourmolu] declaration/value/pattern-synonyms/unidirectional.hs works (ormolu) [✔]
  9880. 1579.59 s [fourmolu] declaration/value/pattern-synonyms/explicitely-bidirectional.hs works (ormolu) [✔]
  9881. 1579.59 s [fourmolu] declaration/value/function/required-type-arguments-2.hs works (ormolu) [✔]
  9882. 1579.59 s [fourmolu] declaration/value/function/operators-2.hs works (ormolu) [✔]
  9883. 1579.59 s [fourmolu] declaration/value/function/operator-comments-2.hs works (ormolu) [✔]
  9884. 1579.59 s [fourmolu] declaration/value/function/parens-comments.hs works (ormolu) [✔]
  9885. 1579.59 s [fourmolu] declaration/value/function/overindentation.hs works (ormolu) [✔]
  9886. 1579.59 s [fourmolu] declaration/value/function/multiline-types.hs works (ormolu) [✔]
  9887. 1579.59 s [fourmolu] declaration/value/function/operator-hash-with-unboxed-sums.hs works (ormolu) [✔]
  9888. 1579.59 s [fourmolu] declaration/value/function/unboxed-sums.hs works (ormolu) [✔]
  9889. 1579.59 s [fourmolu] declaration/value/function/fancy-forall-0.hs works (ormolu) [✔]
  9890. 1579.59 s [fourmolu] declaration/value/function/list-comprehensions.hs works (ormolu) [✔]
  9891. 1579.59 s [fourmolu] declaration/value/function/operator-fixity-defaulting.hs works (ormolu) [✔]
  9892. 1579.59 s [fourmolu] declaration/value/function/blank-lines-where.hs works (ormolu) [✔]
  9893. 1579.59 s [fourmolu] declaration/value/function/list-notation-3.hs works (ormolu) [✔]
  9894. 1579.59 s [fourmolu] declaration/value/function/case-multi-line.hs works (ormolu) [✔]
  9895. 1579.59 s [fourmolu] declaration/value/function/let-single-line.hs works (ormolu) [✔]
  9896. 1579.59 s [fourmolu] declaration/value/function/arithmetic-sequences.hs works (ormolu) [✔]
  9897. 1579.59 s [lsp-types] stripping (with command strip and flags -S -p) in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/lib /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin
  9898. 1579.59 s [fourmolu] declaration/value/function/case-single-line.hs works (ormolu) [✔]
  9899. 1579.59 s [fourmolu] declaration/value/function/lexical-negation.hs works (ormolu) [✔]
  9900. 1579.59 s [fourmolu] declaration/value/function/negation.hs works (ormolu) [✔]
  9901. 1579.59 s [fourmolu] declaration/value/function/strings.hs works (ormolu) [✔]
  9902. 1579.59 s [fourmolu] declaration/value/function/parens.hs works (ormolu) [✔]
  9903. 1579.59 s [fourmolu] declaration/value/function/if-with-comment-in-branches-with-functions.hs works (ormolu) [✔]
  9904. 1579.59 s [fourmolu] declaration/value/function/lambda-case.hs works (ormolu) [✔]
  9905. 1579.59 s [fourmolu] declaration/value/function/awkward-comment-1.hs works (ormolu) [✔]
  9906. 1579.59 s [fourmolu] declaration/value/function/awkward-comment-0.hs works (ormolu) [✔]
  9907. 1579.59 s [fourmolu] declaration/value/function/operators-4.hs works (ormolu) [✔]
  9908. 1579.59 s [fourmolu] declaration/value/function/primitive-literals.hs works (ormolu) [✔]
  9909. 1579.59 s [fourmolu] declaration/value/function/operators-5.hs works (ormolu) [✔]
  9910. 1579.59 s [fourmolu] declaration/value/function/type-applications-and-splice.hs works (ormolu) [✔]
  9911. 1579.59 s [fourmolu] declaration/value/function/overloaded-labels.hs works (ormolu) [✔]
  9912. 1579.59 s [fourmolu] declaration/value/function/operator-comments-1.hs works (ormolu) [✔]
  9913. 1579.59 s [fourmolu] declaration/value/function/let-nested.hs works (ormolu) [✔]
  9914. 1579.59 s [fourmolu] declaration/value/function/type-abstractions.hs works (ormolu) [✔]
  9915. 1579.59 s [fourmolu] declaration/value/function/operators-1.hs works (ormolu) [✔]
  9916. 1579.59 s [fourmolu] declaration/value/function/explicit-type.hs works (ormolu) [✔]
  9917. 1579.59 s [fourmolu] declaration/value/function/application-0.hs works (ormolu) [✔]
  9918. 1579.59 s [fourmolu] declaration/value/function/do-single-multi.hs works (ormolu) [✔]
  9919. 1579.59 s [fourmolu] declaration/value/function/operator-comments-0.hs works (ormolu) [✔]
  9920. 1579.59 s [fourmolu] declaration/value/function/static-pointers.hs works (ormolu) [✔]
  9921. 1579.59 s [fourmolu] declaration/value/function/arg-breakpoints.hs works (ormolu) [✔]
  9922. 1579.59 s [fourmolu] declaration/value/function/multiple-guards.hs works (ormolu) [✔]
  9923. 1579.59 s [fourmolu] declaration/value/function/equality-constraints.hs works (ormolu) [✔]
  9924. 1579.59 s [fourmolu] declaration/value/function/pragmas.hs works (ormolu) [✔]
  9925. 1579.59 s [fourmolu] declaration/value/function/tricky-parens.hs works (ormolu) [✔]
  9926. 1579.59 s [fourmolu] declaration/value/function/blank-lines-let.hs works (ormolu) [✔]
  9927. 1579.59 s [fourmolu] declaration/value/function/multiline-strings-2.hs works (ormolu) [✔]
  9928. 1579.59 s [fourmolu] declaration/value/function/if-with-comment-in-branches.hs works (ormolu) [✔]
  9929. 1579.59 s [fourmolu] declaration/value/function/negative-literals.hs works (ormolu) [✔]
  9930. 1579.59 s [fourmolu] declaration/value/function/operator-hash-without-unboxed-sums.hs works (ormolu) [✔]
  9931. 1579.59 s [fourmolu] declaration/value/function/unboxed-string-lit.hs works (ormolu) [✔]
  9932. 1579.59 s [fourmolu] declaration/value/function/multiline-strings-0.hs works (ormolu) [✔]
  9933. 1579.59 s [fourmolu] declaration/value/function/list-notation-2.hs works (ormolu) [✔]
  9934. 1579.59 s [fourmolu] declaration/value/function/application-2.hs works (ormolu) [✔]
  9935. 1579.59 s [fourmolu] declaration/value/function/multiline-arguments.hs works (ormolu) [✔]
  9936. 1579.59 s [fourmolu] declaration/value/function/if-single-line.hs works (ormolu) [✔]
  9937. 1579.59 s [fourmolu] declaration/value/function/builtin-syntax.hs works (ormolu) [✔]
  9938. 1579.59 s [fourmolu] declaration/value/function/operators-7.hs works (ormolu) [✔]
  9939. 1579.59 s [fourmolu] declaration/value/function/case-empty.hs works (ormolu) [✔]
  9940. 1579.59 s [fourmolu] declaration/value/function/lambda-multi-line2.hs works (ormolu) [✔]
  9941. 1579.59 s [fourmolu] declaration/value/function/multiline-strings-3.hs works (ormolu) [✔]
  9942. 1579.59 s [fourmolu] declaration/value/function/application-1.hs works (ormolu) [✔]
  9943. 1579.59 s [fourmolu] declaration/value/function/parallel-comprehensions-single-line.hs works (ormolu) [✔]
  9944. 1579.59 s [fourmolu] declaration/value/function/simple.hs works (ormolu) [✔]
  9945. 1579.59 s [fourmolu] declaration/value/function/list-notation-1.hs works (ormolu) [✔]
  9946. 1579.59 s [fourmolu] declaration/value/function/lambda-single-line.hs works (ormolu) [✔]
  9947. 1579.59 s [fourmolu] declaration/value/function/backticks-lhs.hs works (ormolu) [✔]
  9948. 1579.59 s [fourmolu] declaration/value/function/tuple-sections.hs works (ormolu) [✔]
  9949. 1579.59 s [fourmolu] declaration/value/function/implicit-params.hs works (ormolu) [✔]
  9950. 1579.59 s [fourmolu] declaration/value/function/if-single-line-functions-do.hs works (ormolu) [✔]
  9951. 1579.59 s [fourmolu] declaration/value/function/if-multi-line.hs works (ormolu) [✔]
  9952. 1579.59 s [fourmolu] declaration/value/function/guards.hs works (ormolu) [✔]
  9953. 1579.59 s [fourmolu] declaration/value/function/if-with-comment-next-to-keyword.hs works (ormolu) [✔]
  9954. 1579.59 s [fourmolu] declaration/value/function/multiline-strings-1.hs works (ormolu) [✔]
  9955. 1579.59 s [fourmolu] declaration/value/function/multiline-strings-5.hs works (ormolu) [✔]
  9956. 1579.59 s [fourmolu] declaration/value/function/quasi-quotes.hs works (ormolu) [✔]
  9957. 1579.59 s [fourmolu] declaration/value/function/parallel-comprehensions-complex.hs works (ormolu) [✔]
  9958. 1579.59 s [fourmolu] declaration/value/function/operators-0.hs works (ormolu) [✔]
  9959. 1579.59 s [fourmolu] declaration/value/function/lambda-multi-line1.hs works (ormolu) [✔]
  9960. 1579.59 s [fourmolu] declaration/value/function/parenthesis-lhs.hs works (ormolu) [✔]
  9961. 1579.59 s [fourmolu] declaration/value/function/do-where.hs works (ormolu) [✔]
  9962. 1579.59 s [fourmolu] declaration/value/function/if-single-line-functions.hs works (ormolu) [✔]
  9963. 1579.59 s [fourmolu] declaration/value/function/block-arguments.hs works (ormolu) [✔]
  9964. 1579.59 s [fourmolu] declaration/value/function/multiline-strings-8.hs works (ormolu) [✔]
  9965. 1579.59 s [fourmolu] declaration/value/function/newline-single-line-body.hs works (ormolu) [✔]
  9966. 1579.59 s [fourmolu] declaration/value/function/operators-6.hs works (ormolu) [✔]
  9967. 1579.59 s [fourmolu] declaration/value/function/multiline-strings-7.hs works (ormolu) [✔]
  9968. 1579.59 s [fourmolu] declaration/value/function/where.hs works (ormolu) [✔]
  9969. 1579.59 s [fourmolu] declaration/value/function/unboxed-tuples.hs works (ormolu) [✔]
  9970. 1579.60 s [fourmolu] declaration/value/function/multiline-strings-4.hs works (ormolu) [✔]
  9971. 1579.60 s [fourmolu] declaration/value/function/typed-expressions.hs works (ormolu) [✔]
  9972. 1579.60 s [fourmolu] declaration/value/function/multi-way-if.hs works (ormolu) [✔]
  9973. 1579.60 s [fourmolu] declaration/value/function/if-with-comment-above-branches.hs works (ormolu) [✔]
  9974. 1579.60 s [fourmolu] declaration/value/function/splice.hs works (ormolu) [✔]
  9975. 1579.60 s [fourmolu] declaration/value/function/type-applications.hs works (ormolu) [✔]
  9976. 1579.60 s [fourmolu] declaration/value/function/list-notation-0.hs works (ormolu) [✔]
  9977. 1579.60 s [fourmolu] declaration/value/function/backticks.hs works (ormolu) [✔]
  9978. 1579.60 s [fourmolu] declaration/value/function/operator-sections.hs works (ormolu) [✔]
  9979. 1579.60 s [fourmolu] declaration/value/function/where-nested.hs works (ormolu) [✔]
  9980. 1579.60 s [fourmolu] declaration/value/function/if-with-comment-before-do-blocks.hs works (ormolu) [✔]
  9981. 1579.60 s [fourmolu] declaration/value/function/multiple-matches.hs works (ormolu) [✔]
  9982. 1579.60 s [fourmolu] declaration/value/function/multiline-strings-6.hs works (ormolu) [✔]
  9983. 1579.60 s [fourmolu] declaration/value/function/complex-list.hs works (ormolu) [✔]
  9984. 1579.60 s [fourmolu] declaration/value/function/required-type-arguments.hs works (ormolu) [✔]
  9985. 1579.60 s [fourmolu] declaration/value/function/operators-3.hs works (ormolu) [✔]
  9986. 1579.60 s [fourmolu] declaration/value/function/fancy-forall-1.hs works (ormolu) [✔]
  9987. 1579.60 s [fourmolu] declaration/value/function/prefix.hs works (ormolu) [✔]
  9988. 1579.60 s [fourmolu] declaration/value/function/let-multi-line.hs works (ormolu) [✔]
  9989. 1579.60 s [fourmolu] declaration/value/function/case-multi-line-guards.hs works (ormolu) [✔]
  9990. 1579.60 s [fourmolu] declaration/value/function/typed-hole.hs works (ormolu) [✔]
  9991. 1579.60 s [fourmolu] declaration/value/function/tuples.hs works (ormolu) [✔]
  9992. 1579.60 s [fourmolu] declaration/value/function/do/applications-and-parens.hs works (ormolu) [✔]
  9993. 1579.60 s [fourmolu] declaration/value/function/do/hang-rhs-arrow.hs works (ormolu) [✔]
  9994. 1579.60 s [fourmolu] declaration/value/function/do/expr.hs works (ormolu) [✔]
  9995. 1579.60 s [fourmolu] declaration/value/function/do/comment-alignment.hs works (ormolu) [✔]
  9996. 1579.60 s [fourmolu] declaration/value/function/do/let.hs works (ormolu) [✔]
  9997. 1579.60 s [fourmolu] declaration/value/function/do/comment-spacing.hs works (ormolu) [✔]
  9998. 1579.60 s [fourmolu] declaration/value/function/do/operator-and-parens.hs works (ormolu) [✔]
  9999. 1579.60 s [fourmolu] declaration/value/function/do/recursive-do-rec.hs works (ormolu) [✔]
  10000. 1579.60 s [fourmolu] declaration/value/function/do/do-dollar-mixed-chain.hs works (ormolu) [✔]
  10001. 1579.60 s [fourmolu] declaration/value/function/do/recursive-do-mdo.hs works (ormolu) [✔]
  10002. 1579.60 s [fourmolu] declaration/value/function/do/blocks.hs works (ormolu) [✔]
  10003. 1579.60 s [fourmolu] declaration/value/function/infix/tricky-colon-chain.hs works (ormolu) [✔]
  10004. 1579.60 s [fourmolu] declaration/value/function/infix/dollar-chains-2.hs works (ormolu) [✔]
  10005. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-s-dollar.hs works (ormolu) [✔]
  10006. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-l-gt.hs works (ormolu) [✔]
  10007. 1579.60 s [fourmolu] declaration/value/function/infix/hspec-expectation.hs works (ormolu) [✔]
  10008. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-2.hs works (ormolu) [✔]
  10009. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-1.hs works (ormolu) [✔]
  10010. 1579.60 s [fourmolu] declaration/value/function/infix/qualified-ops.hs works (ormolu) [✔]
  10011. 1579.60 s [fourmolu] declaration/value/function/infix/dollar-chains-4.hs works (ormolu) [✔]
  10012. 1579.60 s [fourmolu] declaration/value/function/infix/fractional-precedence.hs works (ormolu) [✔]
  10013. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-normal.hs works (ormolu) [✔]
  10014. 1579.60 s [fourmolu] declaration/value/function/infix/applicative.hs works (ormolu) [✔]
  10015. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-normal.hs works (ormolu) [✔]
  10016. 1579.60 s [fourmolu] declaration/value/function/infix/dollar-chains-3.hs works (ormolu) [✔]
  10017. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-colon-do.hs works (ormolu) [✔]
  10018. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-1.hs works (ormolu) [✔]
  10019. 1579.60 s [fourmolu] declaration/value/function/infix/dollar-chains-6.hs works (ormolu) [✔]
  10020. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-1.hs works (ormolu) [✔]
  10021. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-dollar.hs works (ormolu) [✔]
  10022. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-2.hs works (ormolu) [✔]
  10023. 1579.60 s [fourmolu] declaration/value/function/infix/hanging.hs works (ormolu) [✔]
  10024. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-2.hs works (ormolu) [✔]
  10025. 1579.60 s [fourmolu] declaration/value/function/infix/lenses.hs works (ormolu) [✔]
  10026. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-normal.hs works (ormolu) [✔]
  10027. 1579.60 s [fourmolu] declaration/value/function/infix/simple.hs works (ormolu) [✔]
  10028. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-2.hs works (ormolu) [✔]
  10029. 1579.60 s [fourmolu] declaration/value/function/infix/unicode.hs works (ormolu) [✔]
  10030. 1579.60 s [fourmolu] declaration/value/function/infix/esqueleto-0.hs works (ormolu) [✔]
  10031. 1579.60 s [fourmolu] declaration/value/function/infix/dollar-chains-1.hs works (ormolu) [✔]
  10032. 1579.60 s [fourmolu] declaration/value/function/infix/esqueleto-1.hs works (ormolu) [✔]
  10033. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-dollar.hs works (ormolu) [✔]
  10034. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-s-normal.hs works (ormolu) [✔]
  10035. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-s-colon.hs works (ormolu) [✔]
  10036. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-1.hs works (ormolu) [✔]
  10037. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-l-lt.hs works (ormolu) [✔]
  10038. 1579.60 s [fourmolu] declaration/value/function/infix/comments.hs works (ormolu) [✔]
  10039. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-l-s.hs works (ormolu) [✔]
  10040. 1579.60 s [fourmolu] declaration/value/function/infix/dollar-chains-5.hs works (ormolu) [✔]
  10041. 1579.60 s [fourmolu] declaration/value/function/infix/qualified-prelude.hs works (ormolu) [✔]
  10042. 1579.60 s [fourmolu] declaration/value/function/infix/do.hs works (ormolu) [✔]
  10043. 1579.60 s [fourmolu] declaration/value/function/infix/op-chain-l-eq.hs works (ormolu) [✔]
  10044. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-parentheses.hs works (ormolu) [✔]
  10045. 1579.60 s [fourmolu] declaration/value/function/arrow/multiline-case.hs works (ormolu) [✔]
  10046. 1579.60 s [fourmolu] declaration/value/function/arrow/recursive-procs.hs works (ormolu) [✔]
  10047. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-applications.hs works (ormolu) [✔]
  10048. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-applications2.hs works (ormolu) [✔]
  10049. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-cases.hs works (ormolu) [✔]
  10050. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-do-simple2.hs works (ormolu) [✔]
  10051. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-forms2.hs works (ormolu) [✔]
  10052. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-do-simple1.hs works (ormolu) [✔]
  10053. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-forms1.hs works (ormolu) [✔]
  10054. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-form-do-indent.hs works (ormolu) [✔]
  10055. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-ifs.hs works (ormolu) [✔]
  10056. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-lambdas.hs works (ormolu) [✔]
  10057. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-lets.hs works (ormolu) [✔]
  10058. 1579.60 s [fourmolu] declaration/value/function/arrow/proc-do-complex.hs works (ormolu) [✔]
  10059. 1579.60 s [fourmolu] declaration/value/function/comprehension/transform-multi-line3.hs works (ormolu) [✔]
  10060. 1579.60 s [fourmolu] declaration/value/function/comprehension/transform-multi-line1.hs works (ormolu) [✔]
  10061. 1579.60 s [fourmolu] declaration/value/function/comprehension/transform-monad.hs works (ormolu) [✔]
  10062. 1579.60 s [fourmolu] declaration/value/function/comprehension/transform-multi-line4.hs works (ormolu) [✔]
  10063. 1579.60 s [fourmolu] declaration/value/function/comprehension/transform-multi-line2.hs works (ormolu) [✔]
  10064. 1579.60 s [fourmolu] declaration/value/function/comprehension/transform-single-line.hs works (ormolu) [✔]
  10065. 1579.60 s [fourmolu] declaration/value/function/record/inter-comments.hs works (ormolu) [✔]
  10066. 1579.60 s [fourmolu] declaration/value/function/record/constructors.hs works (ormolu) [✔]
  10067. 1579.60 s [fourmolu] declaration/value/function/record/wildcards.hs works (ormolu) [✔]
  10068. 1579.60 s [fourmolu] declaration/value/function/record/updaters.hs works (ormolu) [✔]
  10069. 1579.60 s [fourmolu] declaration/value/function/record/hanging-after-equal-con.hs works (ormolu) [✔]
  10070. 1579.60 s [fourmolu] declaration/value/function/record/hanging-after-equal-update.hs works (ormolu) [✔]
  10071. 1579.60 s [fourmolu] declaration/value/function/record/record-dot.hs works (ormolu) [✔]
  10072. 1579.60 s [fourmolu] declaration/value/function/pattern/multiline-case-pattern.hs works (ormolu) [✔]
  10073. 1579.60 s [fourmolu] declaration/value/function/pattern/quasi-quotes-pattern.hs works (ormolu) [✔]
  10074. 1579.60 s [fourmolu] declaration/value/function/pattern/unboxed-sum-pattern.hs works (ormolu) [✔]
  10075. 1579.60 s [fourmolu] declaration/value/function/pattern/strictness.hs works (ormolu) [✔]
  10076. 1579.60 s [fourmolu] declaration/value/function/pattern/as-pattern.hs works (ormolu) [✔]
  10077. 1579.60 s [fourmolu] declaration/value/function/pattern/famous-cardano-pattern.hs works (ormolu) [✔]
  10078. 1579.60 s [fourmolu] declaration/value/function/pattern/or-patterns.hs works (ormolu) [✔]
  10079. 1579.60 s [fourmolu] declaration/value/function/pattern/multiple-guard-statements.hs works (ormolu) [✔]
  10080. 1579.60 s [fourmolu] declaration/value/function/pattern/record-patterns.hs works (ormolu) [✔]
  10081. 1579.60 s [fourmolu] declaration/value/function/pattern/view-pattern.hs works (ormolu) [✔]
  10082. 1579.60 s [fourmolu] declaration/value/function/pattern/sig-pattern.hs works (ormolu) [✔]
  10083. 1579.60 s [fourmolu] declaration/value/function/pattern/many-guards-in-singleline.hs works (ormolu) [✔]
  10084. 1579.60 s [fourmolu] declaration/value/function/pattern/multiline-guard-statement.hs works (ormolu) [✔]
  10085. 1579.60 s [fourmolu] declaration/value/function/pattern/splice-pattern.hs works (ormolu) [✔]
  10086. 1579.60 s [fourmolu] declaration/value/function/pattern/n-plus-k-pattern.hs works (ormolu) [✔]
  10087. 1579.60 s [fourmolu] declaration/value/function/pattern/pattern-bind.hs works (ormolu) [✔]
  10088. 1579.60 s [fourmolu] declaration/value/other/comments-get-before-op.hs works (ormolu) [✔]
  10089. 1579.60 s [fourmolu] declaration/value/other/line-multi-line.hs works (ormolu) [✔]
  10090. 1579.60 s [fourmolu] declaration/value/other/line-single-line.hs works (ormolu) [✔]
  10091. 1579.60 s [fourmolu] declaration/role-annotation/single-line.hs works (ormolu) [✔]
  10092. 1579.60 s [fourmolu] declaration/role-annotation/multi-line.hs works (ormolu) [✔]
  10093. 1579.60 s [fourmolu] declaration/foreign/foreign-export.hs works (ormolu) [✔]
  10094. 1579.60 s [fourmolu] declaration/foreign/foreign-import.hs works (ormolu) [✔]
  10095. 1579.60 s [fourmolu] declaration/type-synonyms/with-weird-haddock.hs works (ormolu) [✔]
  10096. 1579.60 s [fourmolu] declaration/type-synonyms/simple.hs works (ormolu) [✔]
  10097. 1579.60 s [fourmolu] declaration/type-synonyms/multi-line.hs works (ormolu) [✔]
  10098. 1579.60 s [fourmolu] other/invalid-haddock-2.hs works (ormolu) [✔]
  10099. 1579.60 s [fourmolu] other/comment-multiline-after.hs works (ormolu) [✔]
  10100. 1579.60 s [fourmolu] other/multiline-forall.hs works (ormolu) [✔]
  10101. 1579.60 s [fourmolu] other/empty-forall.hs works (ormolu) [✔]
  10102. 1579.60 s [fourmolu] other/linear-arrows.hs works (ormolu) [✔]
  10103. 1579.60 s [fourmolu] other/comment-following-preceding-gap.hs works (ormolu) [✔]
  10104. 1579.60 s [fourmolu] other/comment-alignment.hs works (ormolu) [✔]
  10105. 1579.60 s [fourmolu] other/comment-after-preceding-haddock.hs works (ormolu) [✔]
  10106. 1579.60 s [fourmolu] other/necessary-brackets.hs works (ormolu) [✔]
  10107. 1579.60 s [fourmolu] other/comment-spacing.hs works (ormolu) [✔]
  10108. 1579.60 s [fourmolu] other/empty-haddock.hs works (ormolu) [✔]
  10109. 1579.60 s [fourmolu] other/comment-trailing-space.hs works (ormolu) [✔]
  10110. 1579.60 s [fourmolu] other/following-comment-last-0.hs works (ormolu) [✔]
  10111. 1579.60 s [fourmolu] other/merging-comments.hs works (ormolu) [✔]
  10112. 1579.60 s [fourmolu] other/following-comment-last-3.hs works (ormolu) [✔]
  10113. 1579.60 s [fourmolu] other/comment-inside-construct.hs works (ormolu) [✔]
  10114. 1579.60 s [fourmolu] other/comment-style-transform.hs works (ormolu) [✔]
  10115. 1579.60 s [fourmolu] other/pragma.hs works (ormolu) [✔]
  10116. 1579.60 s [fourmolu] other/invalid-haddock-double-trigger.hs works (ormolu) [✔]
  10117. 1579.60 s [fourmolu] other/jsffi.hs works (ormolu) [✔]
  10118. 1579.60 s [fourmolu] other/pragma-comments.hs works (ormolu) [✔]
  10119. 1579.60 s [fourmolu] other/following-comment-last-1.hs works (ormolu) [✔]
  10120. 1579.60 s [fourmolu] other/haddock-without-module-header.hs works (ormolu) [✔]
  10121. 1579.60 s [fourmolu] other/inline-comment-1.hs works (ormolu) [✔]
  10122. 1579.60 s [fourmolu] other/ascii.hs works (ormolu) [✔]
  10123. 1579.60 s [fourmolu] other/inline-comment-0.hs works (ormolu) [✔]
  10124. 1579.60 s [fourmolu] other/trailing-whitespace.hs works (ormolu) [✔]
  10125. 1579.60 s [fourmolu] other/invalid-haddock-weird.hs works (ormolu) [✔]
  10126. 1579.60 s [fourmolu] other/comment-glued-together.hs works (ormolu) [✔]
  10127. 1579.60 s [fourmolu] other/pragma-comments-after.hs works (ormolu) [✔]
  10128. 1579.60 s [fourmolu] other/comment-before-hanging.hs works (ormolu) [✔]
  10129. 1579.60 s [fourmolu] other/comment-empty-let.hs works (ormolu) [✔]
  10130. 1579.60 s [fourmolu] other/overly-indented.hs works (ormolu) [✔]
  10131. 1579.60 s [fourmolu] other/haddock-sections.hs works (ormolu) [✔]
  10132. 1579.60 s [fourmolu] other/pragma-no-header.hs works (ormolu) [✔]
  10133. 1579.60 s [fourmolu] other/pragma-sorting.hs works (ormolu) [✔]
  10134. 1579.60 s [fourmolu] other/multiple-blank-line-comment.hs works (ormolu) [✔]
  10135. 1579.60 s [fourmolu] other/invalid-haddock-1.hs works (ormolu) [✔]
  10136. 1579.60 s [fourmolu] other/following-comment-last-2.hs works (ormolu) [✔]
  10137. 1579.60 s [fourmolu] other/argument-comment.hs works (ormolu) [✔]
  10138. 1579.60 s [fourmolu] other/consequetive-pipe-comments.hs works (ormolu) [✔]
  10139. 1579.60 s [fourmolu] other/multiline-comments-reindent.hs works (ormolu) [✔]
  10140. 1579.60 s [fourmolu] other/comment-two-blocks.hs works (ormolu) [✔]
  10141. 1579.60 s [fourmolu] other/cpp/separation-0a.hs works (ormolu) [✔]
  10142. 1579.60 s [fourmolu] other/cpp/separation-1b.hs works (ormolu) [✔]
  10143. 1579.60 s [fourmolu] other/cpp/separation-2a.hs works (ormolu) [✔]
  10144. 1579.60 s [fourmolu] other/cpp/shifted.hs works (ormolu) [✔]
  10145. 1579.60 s [fourmolu] other/cpp/lonely-hash.hs works (ormolu) [✔]
  10146. 1579.60 s [fourmolu] other/cpp/simple-import.hs works (ormolu) [✔]
  10147. 1579.60 s [fourmolu] other/cpp/cpp-and-imports.hs works (ormolu) [✔]
  10148. 1579.60 s [fourmolu] other/cpp/separation-0b.hs works (ormolu) [✔]
  10149. 1579.60 s [fourmolu] other/cpp/separation-1a.hs works (ormolu) [✔]
  10150. 1579.60 s [fourmolu] other/cpp/separation-2b.hs works (ormolu) [✔]
  10151. 1579.60 s [fourmolu] other/cpp/continuation.hs works (ormolu) [✔]
  10152. 1579.60 s [fourmolu] other/disabling/whole-file.hs works (ormolu) [✔]
  10153. 1579.60 s [fourmolu] other/disabling/single-definition.hs works (ormolu) [✔]
  10154. 1579.60 s [fourmolu] other/disabling/normalize-magic-comments.hs works (ormolu) [✔]
  10155. 1579.60 s [fourmolu] other/disabling/empty-disabled-region.hs works (ormolu) [✔]
  10156. 1579.60 s [fourmolu] other/disabling/closing-comment-in-disabled-region.hs works (ormolu) [✔]
  10157. 1579.60 s [fourmolu] other/disabling/preserve-trailing-whitespace.hs works (ormolu) [✔]
  10158. 1579.60 s [fourmolu] other/disabling/suffix-comment.hs works (ormolu) [✔]
  10159. 1579.60 s [fourmolu] other/disabling/preserve-empty-lines.hs works (ormolu) [✔]
  10160. 1579.60 s [fourmolu] other/disabling/line-pragma-in-disabled-region.hs works (ormolu) [✔]
  10161. 1579.60 s [fourmolu] module-header/warning-pragma-multiline.hs works (ormolu) [✔]
  10162. 1579.60 s [fourmolu] module-header/stack-header-0.hs works (ormolu) [✔]
  10163. 1579.60 s [fourmolu] module-header/multiline2.hs works (ormolu) [✔]
  10164. 1579.60 s [fourmolu] module-header/multiline.hs works (ormolu) [✔]
  10165. 1579.60 s [fourmolu] module-header/multiline-with-comments.hs works (ormolu) [✔]
  10166. 1579.60 s [fourmolu] module-header/simple-with-comments.hs works (ormolu) [✔]
  10167. 1579.60 s [fourmolu] module-header/double-shebangs.hs works (ormolu) [✔]
  10168. 1579.60 s [fourmolu] module-header/warning-pragma.hs works (ormolu) [✔]
  10169. 1579.60 s [fourmolu] module-header/empty-haddock.hs works (ormolu) [✔]
  10170. 1579.60 s [fourmolu] module-header/leading-empty-line.hs works (ormolu) [✔]
  10171. 1579.60 s [fourmolu] module-header/multiline-empty.hs works (ormolu) [✔]
  10172. 1579.60 s [fourmolu] module-header/singleline-empty.hs works (ormolu) [✔]
  10173. 1579.60 s [fourmolu] module-header/shebang-with-pragmas.hs works (ormolu) [✔]
  10174. 1579.60 s [fourmolu] module-header/stack-header-2.hs works (ormolu) [✔]
  10175. 1579.60 s [fourmolu] module-header/multiline-empty-comment.hs works (ormolu) [✔]
  10176. 1579.60 s [fourmolu] module-header/simple.hs works (ormolu) [✔]
  10177. 1579.60 s [fourmolu] module-header/double-dot-with-names.hs works (ormolu) [✔]
  10178. 1579.60 s [fourmolu] module-header/preceding-comment-with-haddock.hs works (ormolu) [✔]
  10179. 1579.60 s [fourmolu] module-header/warning-pragma-list-multiline.hs works (ormolu) [✔]
  10180. 1579.60 s [fourmolu] module-header/empty.hs works (ormolu) [✔]
  10181. 1579.60 s [fourmolu] module-header/warning-pragma-singleton-list.hs works (ormolu) [✔]
  10182. 1579.60 s [fourmolu] module-header/singleline.hs works (ormolu) [✔]
  10183. 1579.60 s [fourmolu] module-header/shebang.hs works (ormolu) [✔]
  10184. 1579.60 s [fourmolu] module-header/stack-header-1.hs works (ormolu) [✔]
  10185. 1579.60 s [fourmolu] module-header/named-section.hs works (ormolu) [✔]
  10186. 1579.60 s [fourmolu] fourmolu/mixed-disable-pragmas.hs works (ormolu) [✔]
  10187. 1579.60 s [fourmolu] fourmolu/multiline-haddocks.hs works (ormolu) [✔]
  10188. 1579.60 s [fourmolu] fourmolu/type-app-promoted.hs works (ormolu) [✔]
  10189. 1579.60 s [fourmolu] fourmolu/list-multiline.hs works (ormolu) [✔]
  10190. 1579.60 s [fourmolu] import/deprecated-export-single-line.hs works (fourmolu) [✔]
  10191. 1579.60 s [fourmolu] import/deprecated-export-multi-line.hs works (fourmolu) [✔]
  10192. 1579.60 s [fourmolu] import/explicit-imports-with-comments.hs works (fourmolu) [✔]
  10193. 1579.60 s [fourmolu] import/merging-1.hs works (fourmolu) [✔]
  10194. 1579.60 s [fourmolu] import/sorted-package-imports.hs works (fourmolu) [✔]
  10195. 1579.60 s [fourmolu] import/comments-per-import.hs works (fourmolu) [✔]
  10196. 1579.60 s [fourmolu] import/merging-0.hs works (fourmolu) [✔]
  10197. 1579.60 s [fourmolu] import/qualified-post.hs works (fourmolu) [✔]
  10198. 1579.60 s [fourmolu] import/nested-explicit-imports.hs works (fourmolu) [✔]
  10199. 1579.60 s [fourmolu] import/comments-inside-imports.hs works (fourmolu) [✔]
  10200. 1579.60 s [fourmolu] import/docstrings-after-exports.hs works (fourmolu) [✔]
  10201. 1579.60 s [fourmolu] import/simple.hs works (fourmolu) [✔]
  10202. 1579.60 s [fourmolu] import/sorted-export-list.hs works (fourmolu) [✔]
  10203. 1579.60 s [fourmolu] import/explicit-imports.hs works (fourmolu) [✔]
  10204. 1579.60 s [fourmolu] import/sorted.hs works (fourmolu) [✔]
  10205. 1579.60 s [fourmolu] import/misc.hs works (fourmolu) [✔]
  10206. 1579.60 s [fourmolu] import/qualified-prelude.hs works (fourmolu) [✔]
  10207. 1579.60 s [fourmolu] import/deduplication-bug.hs works (fourmolu) [✔]
  10208. 1579.60 s [fourmolu] import/merging-2.hs works (fourmolu) [✔]
  10209. 1579.60 s [fourmolu] import/explicit-prelude.hs works (fourmolu) [✔]
  10210. 1579.60 s [fourmolu] declaration/default/default.hs works (fourmolu) [✔]
  10211. 1579.60 s [fourmolu] declaration/data/gadt-syntax.hs works (fourmolu) [✔]
  10212. 1579.60 s [fourmolu] declaration/data/multiline-arg-parens.hs works (fourmolu) [✔]
  10213. 1579.60 s [fourmolu] declaration/data/multiline.hs works (fourmolu) [✔]
  10214. 1579.60 s [fourmolu] declaration/data/partly-documented.hs works (fourmolu) [✔]
  10215. 1579.60 s [fourmolu] declaration/data/infix.hs works (fourmolu) [✔]
  10216. 1579.60 s [fourmolu] declaration/data/deriving.hs works (fourmolu) [✔]
  10217. 1579.60 s [fourmolu] declaration/data/unnamed-field-comment-3.hs works (fourmolu) [✔]
  10218. 1579.60 s [fourmolu] declaration/data/with-comment.hs works (fourmolu) [✔]
  10219. 1579.60 s [fourmolu] declaration/data/infix-haddocks.hs works (fourmolu) [✔]
  10220. 1579.60 s [fourmolu] declaration/data/datatype-contexts.hs works (fourmolu) [✔]
  10221. 1579.60 s [fourmolu] declaration/data/unnamed-field-comment-2.hs works (fourmolu) [✔]
  10222. 1579.60 s [fourmolu] declaration/data/simple-broken.hs works (fourmolu) [✔]
  10223. 1579.60 s [fourmolu] declaration/data/multiline-names.hs works (fourmolu) [✔]
  10224. 1579.60 s [fourmolu] declaration/data/operators.hs works (fourmolu) [✔]
  10225. 1579.60 s [fourmolu] declaration/data/existential-multiline.hs works (fourmolu) [✔]
  10226. 1579.60 s [fourmolu] declaration/data/with-weird-haddock.hs works (fourmolu) [✔]
  10227. 1579.60 s [fourmolu] declaration/data/existential.hs works (fourmolu) [✔]
  10228. 1579.61 s [fourmolu] declaration/data/strictness.hs works (fourmolu) [✔]
  10229. 1579.61 s [fourmolu] declaration/data/wildcard-binders.hs works (fourmolu) [✔]
  10230. 1579.61 s [fourmolu] declaration/data/record-fancy-existential.hs works (fourmolu) [✔]
  10231. 1579.61 s [fourmolu] declaration/data/existential-unicode.hs works (fourmolu) [✔]
  10232. 1579.61 s [fourmolu] declaration/data/record-singleline.hs works (fourmolu) [✔]
  10233. 1579.61 s [fourmolu] declaration/data/kind-annotations.hs works (fourmolu) [✔]
  10234. 1579.61 s [fourmolu] declaration/data/deriving-strategies.hs works (fourmolu) [✔]
  10235. 1579.61 s [fourmolu] declaration/data/simple.hs works (fourmolu) [✔]
  10236. 1579.61 s [fourmolu] declaration/data/unnamed-field-comment-1.hs works (fourmolu) [✔]
  10237. 1579.61 s [fourmolu] declaration/data/ctype-0.hs works (fourmolu) [✔]
  10238. 1579.61 s [fourmolu] declaration/data/type-data.hs works (fourmolu) [✔]
  10239. 1579.61 s [fourmolu] declaration/data/ctype-1.hs works (fourmolu) [✔]
  10240. 1579.61 s [fourmolu] declaration/data/fat-multiline.hs works (fourmolu) [✔]
  10241. 1579.61 s [fourmolu] declaration/data/newtype.hs works (fourmolu) [✔]
  10242. 1579.61 s [fourmolu] declaration/data/record.hs works (fourmolu) [✔]
  10243. 1579.61 s [fourmolu] declaration/data/single-constructor-with-haddock.hs works (fourmolu) [✔]
  10244. 1579.61 s [fourmolu] declaration/data/empty.hs works (fourmolu) [✔]
  10245. 1579.61 s [fourmolu] declaration/data/invisible-binders.hs works (fourmolu) [✔]
  10246. 1579.61 s [fourmolu] declaration/data/record-multi-const.hs works (fourmolu) [✔]
  10247. 1579.61 s [fourmolu] declaration/data/unnamed-field-comment-0.hs works (fourmolu) [✔]
  10248. 1579.61 s [fourmolu] declaration/data/field-layout/record-1.hs works (fourmolu) [✔]
  10249. 1579.61 s [fourmolu] declaration/data/field-layout/variants.hs works (fourmolu) [✔]
  10250. 1579.61 s [fourmolu] declaration/data/field-layout/gadt.hs works (fourmolu) [✔]
  10251. 1579.61 s [fourmolu] declaration/data/field-layout/record-0.hs works (fourmolu) [✔]
  10252. 1579.61 s [fourmolu] declaration/data/field-layout/record-2.hs works (fourmolu) [✔]
  10253. 1579.61 s [fourmolu] declaration/data/gadt/multiline.hs works (fourmolu) [✔]
  10254. 1579.61 s [fourmolu] declaration/data/gadt/strictness.hs works (fourmolu) [✔]
  10255. 1579.61 s [fourmolu] declaration/data/gadt/multiple-declaration.hs works (fourmolu) [✔]
  10256. 1579.61 s [fourmolu] declaration/data/gadt/simple.hs works (fourmolu) [✔]
  10257. 1579.61 s [fourmolu] declaration/data/gadt/unicode.hs works (fourmolu) [✔]
  10258. 1579.61 s [fourmolu] declaration/data/gadt/multiline-where.hs works (fourmolu) [✔]
  10259. 1579.61 s [fourmolu] declaration/data/gadt/record.hs works (fourmolu) [✔]
  10260. 1579.61 s [fourmolu] declaration/signature/standalone-kind.hs works (fourmolu) [✔]
  10261. 1579.61 s [fourmolu] declaration/signature/inline/inline.hs works (fourmolu) [✔]
  10262. 1579.61 s [fourmolu] declaration/signature/inline/noinline.hs works (fourmolu) [✔]
  10263. 1579.61 s [fourmolu] declaration/signature/inline/conlike.hs works (fourmolu) [✔]
  10264. 1579.61 s [fourmolu] declaration/signature/inline/inlineable.hs works (fourmolu) [✔]
  10265. 1579.61 s [fourmolu] declaration/signature/set-cost-centre/set-cost-centre.hs works (fourmolu) [✔]
  10266. 1579.61 s [fourmolu] declaration/signature/fixity/infixr.hs works (fourmolu) [✔]
  10267. 1579.61 s [fourmolu] declaration/signature/fixity/infix.hs works (fourmolu) [✔]
  10268. 1579.61 s [fourmolu] declaration/signature/fixity/infixl.hs works (fourmolu) [✔]
  10269. 1579.61 s [fourmolu] declaration/signature/complete/complete.hs works (fourmolu) [✔]
  10270. 1579.61 s [fourmolu] declaration/signature/type/multi-value.hs works (fourmolu) [✔]
  10271. 1579.61 s [fourmolu] declaration/signature/type/context-single-line.hs works (fourmolu) [✔]
  10272. 1579.61 s [fourmolu] declaration/signature/type/context-multi-line.hs works (fourmolu) [✔]
  10273. 1579.61 s [fourmolu] declaration/signature/type/arguments.hs works (fourmolu) [✔]
  10274. 1579.61 s [fourmolu] declaration/signature/type/infix-promoted-type-constructor.hs works (fourmolu) [✔]
  10275. 1579.61 s [fourmolu] declaration/signature/type/long-multiline-applications.hs works (fourmolu) [✔]
  10276. 1579.61 s [fourmolu] declaration/signature/type/long-function-name.hs works (fourmolu) [✔]
  10277. 1579.61 s [fourmolu] declaration/signature/type/unrelated.hs works (fourmolu) [✔]
  10278. 1579.61 s [fourmolu] declaration/signature/type/unicode.hs works (fourmolu) [✔]
  10279. 1579.61 s [fourmolu] declaration/signature/minimal/minimal.hs works (fourmolu) [✔]
  10280. 1579.61 s [fourmolu] declaration/signature/specialize/specialize.hs works (fourmolu) [✔]
  10281. 1579.61 s [fourmolu] declaration/signature/specialize/specialize-instance.hs works (fourmolu) [✔]
  10282. 1579.61 s [fourmolu] declaration/signature/pattern/multiline.hs works (fourmolu) [✔]
  10283. 1579.61 s [fourmolu] declaration/signature/pattern/single-line.hs works (fourmolu) [✔]
  10284. 1579.61 s [fourmolu] declaration/splice/splice-decl.hs works (fourmolu) [✔]
  10285. 1579.61 s [fourmolu] declaration/splice/quotes.hs works (fourmolu) [✔]
  10286. 1579.61 s [fourmolu] declaration/splice/bracket-declaration.hs works (fourmolu) [✔]
  10287. 1579.61 s [fourmolu] declaration/splice/bracket.hs works (fourmolu) [✔]
  10288. 1579.61 s [fourmolu] declaration/splice/bracket-unicode.hs works (fourmolu) [✔]
  10289. 1579.61 s [fourmolu] declaration/splice/typed-splice.hs works (fourmolu) [✔]
  10290. 1579.61 s [fourmolu] declaration/splice/grouped-splices.hs works (fourmolu) [✔]
  10291. 1579.61 s [fourmolu] declaration/splice/untyped-splice.hs works (fourmolu) [✔]
  10292. 1579.61 s [fourmolu] declaration/splice/quasiquote.hs works (fourmolu) [✔]
  10293. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/infix.hs works (fourmolu) [✔]
  10294. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/with-comments.hs works (fourmolu) [✔]
  10295. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/with-forall.hs works (fourmolu) [✔]
  10296. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/simple.hs works (fourmolu) [✔]
  10297. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/multi-line.hs works (fourmolu) [✔]
  10298. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/with-equal-sign.hs works (fourmolu) [✔]
  10299. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/promotion.hs works (fourmolu) [✔]
  10300. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/type-arguments.hs works (fourmolu) [✔]
  10301. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/injective.hs works (fourmolu) [✔]
  10302. 1579.61 s [fourmolu] declaration/type-families/closed-type-family/no-annotation.hs works (fourmolu) [✔]
  10303. 1579.61 s [fourmolu] declaration/type-families/data-family/simple.hs works (fourmolu) [✔]
  10304. 1579.61 s [fourmolu] declaration/type-families/data-family/type-arguments.hs works (fourmolu) [✔]
  10305. 1579.61 s [fourmolu] declaration/type-families/data-family/no-annotation.hs works (fourmolu) [✔]
  10306. 1579.61 s [fourmolu] declaration/type-families/type-family/simple.hs works (fourmolu) [✔]
  10307. 1579.61 s [fourmolu] declaration/type-families/type-family/injective.hs works (fourmolu) [✔]
  10308. 1579.61 s [fourmolu] declaration/type-families/type-family/no-annotation.hs works (fourmolu) [✔]
  10309. 1579.61 s [fourmolu] declaration/type-families/type-family/operator.hs works (fourmolu) [✔]
  10310. 1579.61 s [fourmolu] declaration/deriving/multiline.hs works (fourmolu) [✔]
  10311. 1579.61 s [fourmolu] declaration/deriving/overlapping.hs works (fourmolu) [✔]
  10312. 1579.61 s [fourmolu] declaration/deriving/singleline.hs works (fourmolu) [✔]
  10313. 1579.61 s [fourmolu] declaration/type/parens-comments.hs works (fourmolu) [✔]
  10314. 1579.61 s [fourmolu] declaration/type/forall.hs works (fourmolu) [✔]
  10315. 1579.61 s [fourmolu] declaration/type/promotion-1.hs works (fourmolu) [✔]
  10316. 1579.61 s [fourmolu] declaration/type/lits.hs works (fourmolu) [✔]
  10317. 1579.61 s [fourmolu] declaration/type/wildcard-binders.hs works (fourmolu) [✔]
  10318. 1579.61 s [fourmolu] declaration/type/misc-kind-signatures.hs works (fourmolu) [✔]
  10319. 1579.61 s [fourmolu] declaration/type/promotion-no-puns.hs works (fourmolu) [✔]
  10320. 1579.61 s [fourmolu] declaration/type/promotion-0.hs works (fourmolu) [✔]
  10321. 1579.61 s [fourmolu] declaration/type/visible-forall.hs works (fourmolu) [✔]
  10322. 1579.61 s [fourmolu] declaration/type/splice.hs works (fourmolu) [✔]
  10323. 1579.61 s [fourmolu] declaration/type/type-applications.hs works (fourmolu) [✔]
  10324. 1579.61 s [fourmolu] declaration/rewrite-rule/prelude4.hs works (fourmolu) [✔]
  10325. 1579.61 s [fourmolu] declaration/rewrite-rule/basic2.hs works (fourmolu) [✔]
  10326. 1579.61 s [fourmolu] declaration/rewrite-rule/basic1.hs works (fourmolu) [✔]
  10327. 1579.61 s [fourmolu] declaration/rewrite-rule/phase.hs works (fourmolu) [✔]
  10328. 1579.61 s [fourmolu] declaration/rewrite-rule/never-active.hs works (fourmolu) [✔]
  10329. 1579.61 s [fourmolu] declaration/rewrite-rule/prelude3.hs works (fourmolu) [✔]
  10330. 1579.61 s [fourmolu] declaration/rewrite-rule/type-signature.hs works (fourmolu) [✔]
  10331. 1579.61 s [fourmolu] declaration/rewrite-rule/forall-1.hs works (fourmolu) [✔]
  10332. 1579.61 s [fourmolu] declaration/rewrite-rule/prelude1.hs works (fourmolu) [✔]
  10333. 1579.61 s [fourmolu] declaration/rewrite-rule/prelude2.hs works (fourmolu) [✔]
  10334. 1579.61 s [fourmolu] declaration/rewrite-rule/forall-0.hs works (fourmolu) [✔]
  10335. 1579.61 s [fourmolu] declaration/rewrite-rule/empty.hs works (fourmolu) [✔]
  10336. 1579.61 s [fourmolu] declaration/instance/data-family-instances.hs works (fourmolu) [✔]
  10337. 1579.61 s [fourmolu] declaration/instance/instance-sigs-multiple.hs works (fourmolu) [✔]
  10338. 1579.61 s [fourmolu] declaration/instance/instance-sigs.hs works (fourmolu) [✔]
  10339. 1579.61 s [fourmolu] declaration/instance/data-family-instances-newtype.hs works (fourmolu) [✔]
  10340. 1579.61 s [fourmolu] declaration/instance/overlappable-instances.hs works (fourmolu) [✔]
  10341. 1579.61 s [fourmolu] declaration/instance/newlines-between-methods.hs works (fourmolu) [✔]
  10342. 1579.61 s [fourmolu] declaration/instance/multi-parameter.hs works (fourmolu) [✔]
  10343. 1579.61 s [fourmolu] declaration/instance/empty-instance.hs works (fourmolu) [✔]
  10344. 1579.61 s [fourmolu] declaration/instance/type-family-instances.hs works (fourmolu) [✔]
  10345. 1579.61 s [fourmolu] declaration/instance/contexts-comments.hs works (fourmolu) [✔]
  10346. 1579.61 s [fourmolu] declaration/instance/newlines-after-where.hs works (fourmolu) [✔]
  10347. 1579.61 s [fourmolu] declaration/instance/associated-types.hs works (fourmolu) [✔]
  10348. 1579.61 s [fourmolu] declaration/instance/contexts.hs works (fourmolu) [✔]
  10349. 1579.61 s [fourmolu] declaration/instance/associated-data.hs works (fourmolu) [✔]
  10350. 1579.61 s [fourmolu] declaration/instance/data-family-instances-gadt.hs works (fourmolu) [✔]
  10351. 1579.61 s [fourmolu] declaration/instance/single-parameter.hs works (fourmolu) [✔]
  10352. 1579.61 s [fourmolu] declaration/warning/warning-single-line.hs works (fourmolu) [✔]
  10353. 1579.61 s [fourmolu] declaration/warning/warning-multiline.hs works (fourmolu) [✔]
  10354. 1579.61 s [fourmolu] declaration/class/super-classes.hs works (fourmolu) [✔]
  10355. 1579.61 s [fourmolu] declaration/class/dependency-super-classes.hs works (fourmolu) [✔]
  10356. 1579.61 s [fourmolu] declaration/class/empty-classes.hs works (fourmolu) [✔]
  10357. 1579.61 s [fourmolu] declaration/class/type-operators2.hs works (fourmolu) [✔]
  10358. 1579.61 s [fourmolu] declaration/class/associated-type-defaults.hs works (fourmolu) [✔]
  10359. 1579.61 s [fourmolu] declaration/class/associated-types2.hs works (fourmolu) [✔]
  10360. 1579.61 s [fourmolu] declaration/class/associated-data2.hs works (fourmolu) [✔]
  10361. 1579.61 s [fourmolu] declaration/class/type-operators1.hs works (fourmolu) [✔]
  10362. 1579.61 s [fourmolu] declaration/class/default-implementations.hs works (fourmolu) [✔]
  10363. 1579.61 s [fourmolu] declaration/class/newlines-and-haddocks.hs works (fourmolu) [✔]
  10364. 1579.61 s [fourmolu] declaration/class/newlines-between-methods.hs works (fourmolu) [✔]
  10365. 1579.61 s [fourmolu] declaration/class/default-signatures-simple.hs works (fourmolu) [✔]
  10366. 1579.61 s [fourmolu] declaration/class/multi-parameters2.hs works (fourmolu) [✔]
  10367. 1579.61 s [fourmolu] declaration/class/single-parameters.hs works (fourmolu) [✔]
  10368. 1579.61 s [fourmolu] declaration/class/multi-parameters1.hs works (fourmolu) [✔]
  10369. 1579.61 s [fourmolu] declaration/class/type-operators3.hs works (fourmolu) [✔]
  10370. 1579.61 s [fourmolu] declaration/class/newlines-after-where.hs works (fourmolu) [✔]
  10371. 1579.61 s [fourmolu] declaration/class/associated-data1.hs works (fourmolu) [✔]
  10372. 1579.61 s [fourmolu] declaration/class/functional-dependencies.hs works (fourmolu) [✔]
  10373. 1579.61 s [fourmolu] declaration/class/poly-kinded-classes.hs works (fourmolu) [✔]
  10374. 1579.61 s [fourmolu] declaration/class/newlines-and-default-decls.hs works (fourmolu) [✔]
  10375. 1579.61 s [fourmolu] declaration/class/default-implementations-comments.hs works (fourmolu) [✔]
  10376. 1579.61 s [fourmolu] declaration/class/default-signatures.hs works (fourmolu) [✔]
  10377. 1579.61 s [fourmolu] declaration/class/associated-types1.hs works (fourmolu) [✔]
  10378. 1579.61 s [fourmolu] declaration/annotation/annotation.hs works (fourmolu) [✔]
  10379. 1579.61 s [fourmolu] declaration/value/pattern-synonyms/bidirectional.hs works (fourmolu) [✔]
  10380. 1579.61 s [fourmolu] declaration/value/pattern-synonyms/unidirectional.hs works (fourmolu) [✔]
  10381. 1579.61 s [fourmolu] declaration/value/pattern-synonyms/explicitely-bidirectional.hs works (fourmolu) [✔]
  10382. 1579.61 s [fourmolu] declaration/value/function/required-type-arguments-2.hs works (fourmolu) [✔]
  10383. 1579.61 s [fourmolu] declaration/value/function/operators-2.hs works (fourmolu) [✔]
  10384. 1579.61 s [fourmolu] declaration/value/function/operator-comments-2.hs works (fourmolu) [✔]
  10385. 1579.61 s [fourmolu] declaration/value/function/parens-comments.hs works (fourmolu) [✔]
  10386. 1579.61 s [fourmolu] declaration/value/function/overindentation.hs works (fourmolu) [✔]
  10387. 1579.61 s [fourmolu] declaration/value/function/multiline-types.hs works (fourmolu) [✔]
  10388. 1579.61 s [fourmolu] declaration/value/function/operator-hash-with-unboxed-sums.hs works (fourmolu) [✔]
  10389. 1579.61 s [fourmolu] declaration/value/function/unboxed-sums.hs works (fourmolu) [✔]
  10390. 1579.61 s [fourmolu] declaration/value/function/fancy-forall-0.hs works (fourmolu) [✔]
  10391. 1579.61 s [fourmolu] declaration/value/function/list-comprehensions.hs works (fourmolu) [✔]
  10392. 1579.61 s [fourmolu] declaration/value/function/operator-fixity-defaulting.hs works (fourmolu) [✔]
  10393. 1579.61 s [fourmolu] declaration/value/function/blank-lines-where.hs works (fourmolu) [✔]
  10394. 1579.61 s [fourmolu] declaration/value/function/list-notation-3.hs works (fourmolu) [✔]
  10395. 1579.61 s [fourmolu] declaration/value/function/case-multi-line.hs works (fourmolu) [✔]
  10396. 1579.61 s [fourmolu] declaration/value/function/let-single-line.hs works (fourmolu) [✔]
  10397. 1579.61 s [fourmolu] declaration/value/function/arithmetic-sequences.hs works (fourmolu) [✔]
  10398. 1579.61 s [fourmolu] declaration/value/function/case-single-line.hs works (fourmolu) [✔]
  10399. 1579.61 s [fourmolu] declaration/value/function/lexical-negation.hs works (fourmolu) [✔]
  10400. 1579.61 s [fourmolu] declaration/value/function/negation.hs works (fourmolu) [✔]
  10401. 1579.61 s [fourmolu] declaration/value/function/strings.hs works (fourmolu) [✔]
  10402. 1579.61 s [fourmolu] declaration/value/function/parens.hs works (fourmolu) [✔]
  10403. 1579.61 s [fourmolu] declaration/value/function/if-with-comment-in-branches-with-functions.hs works (fourmolu) [✔]
  10404. 1579.61 s [fourmolu] declaration/value/function/lambda-case.hs works (fourmolu) [✔]
  10405. 1579.61 s [fourmolu] declaration/value/function/awkward-comment-1.hs works (fourmolu) [✔]
  10406. 1579.61 s [fourmolu] declaration/value/function/awkward-comment-0.hs works (fourmolu) [✔]
  10407. 1579.61 s [fourmolu] declaration/value/function/operators-4.hs works (fourmolu) [✔]
  10408. 1579.61 s [fourmolu] declaration/value/function/primitive-literals.hs works (fourmolu) [✔]
  10409. 1579.61 s [fourmolu] declaration/value/function/operators-5.hs works (fourmolu) [✔]
  10410. 1579.61 s [fourmolu] declaration/value/function/type-applications-and-splice.hs works (fourmolu) [✔]
  10411. 1579.61 s [fourmolu] declaration/value/function/overloaded-labels.hs works (fourmolu) [✔]
  10412. 1579.61 s [fourmolu] declaration/value/function/operator-comments-1.hs works (fourmolu) [✔]
  10413. 1579.61 s [fourmolu] declaration/value/function/let-nested.hs works (fourmolu) [✔]
  10414. 1579.61 s [fourmolu] declaration/value/function/type-abstractions.hs works (fourmolu) [✔]
  10415. 1579.61 s [fourmolu] declaration/value/function/operators-1.hs works (fourmolu) [✔]
  10416. 1579.61 s [fourmolu] declaration/value/function/explicit-type.hs works (fourmolu) [✔]
  10417. 1579.61 s [fourmolu] declaration/value/function/application-0.hs works (fourmolu) [✔]
  10418. 1579.61 s [fourmolu] declaration/value/function/do-single-multi.hs works (fourmolu) [✔]
  10419. 1579.61 s [fourmolu] declaration/value/function/operator-comments-0.hs works (fourmolu) [✔]
  10420. 1579.61 s [fourmolu] declaration/value/function/static-pointers.hs works (fourmolu) [✔]
  10421. 1579.61 s [fourmolu] declaration/value/function/arg-breakpoints.hs works (fourmolu) [✔]
  10422. 1579.61 s [fourmolu] declaration/value/function/multiple-guards.hs works (fourmolu) [✔]
  10423. 1579.61 s [fourmolu] declaration/value/function/equality-constraints.hs works (fourmolu) [✔]
  10424. 1579.61 s [fourmolu] declaration/value/function/pragmas.hs works (fourmolu) [✔]
  10425. 1579.61 s [fourmolu] declaration/value/function/tricky-parens.hs works (fourmolu) [✔]
  10426. 1579.61 s [fourmolu] declaration/value/function/blank-lines-let.hs works (fourmolu) [✔]
  10427. 1579.61 s [fourmolu] declaration/value/function/multiline-strings-2.hs works (fourmolu) [✔]
  10428. 1579.61 s [fourmolu] declaration/value/function/if-with-comment-in-branches.hs works (fourmolu) [✔]
  10429. 1579.61 s [fourmolu] declaration/value/function/negative-literals.hs works (fourmolu) [✔]
  10430. 1579.61 s [fourmolu] declaration/value/function/operator-hash-without-unboxed-sums.hs works (fourmolu) [✔]
  10431. 1579.61 s [fourmolu] declaration/value/function/unboxed-string-lit.hs works (fourmolu) [✔]
  10432. 1579.61 s [fourmolu] declaration/value/function/multiline-strings-0.hs works (fourmolu) [✔]
  10433. 1579.61 s [fourmolu] declaration/value/function/list-notation-2.hs works (fourmolu) [✔]
  10434. 1579.61 s [fourmolu] declaration/value/function/application-2.hs works (fourmolu) [✔]
  10435. 1579.61 s [fourmolu] declaration/value/function/multiline-arguments.hs works (fourmolu) [✔]
  10436. 1579.61 s [fourmolu] declaration/value/function/if-single-line.hs works (fourmolu) [✔]
  10437. 1579.61 s [fourmolu] declaration/value/function/builtin-syntax.hs works (fourmolu) [✔]
  10438. 1579.61 s [fourmolu] declaration/value/function/operators-7.hs works (fourmolu) [✔]
  10439. 1579.61 s [fourmolu] declaration/value/function/case-empty.hs works (fourmolu) [✔]
  10440. 1579.61 s [fourmolu] declaration/value/function/lambda-multi-line2.hs works (fourmolu) [✔]
  10441. 1579.61 s [fourmolu] declaration/value/function/multiline-strings-3.hs works (fourmolu) [✔]
  10442. 1579.61 s [fourmolu] declaration/value/function/application-1.hs works (fourmolu) [✔]
  10443. 1579.61 s [fourmolu] declaration/value/function/parallel-comprehensions-single-line.hs works (fourmolu) [✔]
  10444. 1579.61 s [fourmolu] declaration/value/function/simple.hs works (fourmolu) [✔]
  10445. 1579.61 s [fourmolu] declaration/value/function/list-notation-1.hs works (fourmolu) [✔]
  10446. 1579.61 s [fourmolu] declaration/value/function/lambda-single-line.hs works (fourmolu) [✔]
  10447. 1579.61 s [fourmolu] declaration/value/function/backticks-lhs.hs works (fourmolu) [✔]
  10448. 1579.61 s [fourmolu] declaration/value/function/tuple-sections.hs works (fourmolu) [✔]
  10449. 1579.61 s [fourmolu] declaration/value/function/implicit-params.hs works (fourmolu) [✔]
  10450. 1579.61 s [fourmolu] declaration/value/function/if-single-line-functions-do.hs works (fourmolu) [✔]
  10451. 1579.61 s [fourmolu] declaration/value/function/if-multi-line.hs works (fourmolu) [✔]
  10452. 1579.61 s [fourmolu] declaration/value/function/guards.hs works (fourmolu) [✔]
  10453. 1579.61 s [fourmolu] declaration/value/function/if-with-comment-next-to-keyword.hs works (fourmolu) [✔]
  10454. 1579.61 s [fourmolu] declaration/value/function/multiline-strings-1.hs works (fourmolu) [✔]
  10455. 1579.61 s [fourmolu] declaration/value/function/multiline-strings-5.hs works (fourmolu) [✔]
  10456. 1579.61 s [fourmolu] declaration/value/function/quasi-quotes.hs works (fourmolu) [✔]
  10457. 1579.61 s [fourmolu] declaration/value/function/parallel-comprehensions-complex.hs works (fourmolu) [✔]
  10458. 1579.61 s [fourmolu] declaration/value/function/operators-0.hs works (fourmolu) [✔]
  10459. 1579.61 s [fourmolu] declaration/value/function/lambda-multi-line1.hs works (fourmolu) [✔]
  10460. 1579.61 s [fourmolu] declaration/value/function/parenthesis-lhs.hs works (fourmolu) [✔]
  10461. 1579.61 s [fourmolu] declaration/value/function/do-where.hs works (fourmolu) [✔]
  10462. 1579.61 s [fourmolu] declaration/value/function/if-single-line-functions.hs works (fourmolu) [✔]
  10463. 1579.61 s [fourmolu] declaration/value/function/block-arguments.hs works (fourmolu) [✔]
  10464. 1579.61 s [fourmolu] declaration/value/function/multiline-strings-8.hs works (fourmolu) [✔]
  10465. 1579.61 s [fourmolu] declaration/value/function/newline-single-line-body.hs works (fourmolu) [✔]
  10466. 1579.61 s [fourmolu] declaration/value/function/operators-6.hs works (fourmolu) [✔]
  10467. 1579.61 s [fourmolu] declaration/value/function/multiline-strings-7.hs works (fourmolu) [✔]
  10468. 1579.61 s [fourmolu] declaration/value/function/where.hs works (fourmolu) [✔]
  10469. 1579.61 s [fourmolu] declaration/value/function/unboxed-tuples.hs works (fourmolu) [✔]
  10470. 1579.61 s [fourmolu] declaration/value/function/multiline-strings-4.hs works (fourmolu) [✔]
  10471. 1579.61 s [fourmolu] declaration/value/function/typed-expressions.hs works (fourmolu) [✔]
  10472. 1579.61 s [fourmolu] declaration/value/function/multi-way-if.hs works (fourmolu) [✔]
  10473. 1579.61 s [fourmolu] declaration/value/function/if-with-comment-above-branches.hs works (fourmolu) [✔]
  10474. 1579.61 s [fourmolu] declaration/value/function/splice.hs works (fourmolu) [✔]
  10475. 1579.61 s [fourmolu] declaration/value/function/type-applications.hs works (fourmolu) [✔]
  10476. 1579.61 s [fourmolu] declaration/value/function/list-notation-0.hs works (fourmolu) [✔]
  10477. 1579.61 s [fourmolu] declaration/value/function/backticks.hs works (fourmolu) [✔]
  10478. 1579.61 s [fourmolu] declaration/value/function/operator-sections.hs works (fourmolu) [✔]
  10479. 1579.61 s [fourmolu] declaration/value/function/where-nested.hs works (fourmolu) [✔]
  10480. 1579.61 s [fourmolu] declaration/value/function/if-with-comment-before-do-blocks.hs works (fourmolu) [✔]
  10481. 1579.61 s [fourmolu] declaration/value/function/multiple-matches.hs works (fourmolu) [✔]
  10482. 1579.61 s [fourmolu] declaration/value/function/multiline-strings-6.hs works (fourmolu) [✔]
  10483. 1579.61 s [fourmolu] declaration/value/function/complex-list.hs works (fourmolu) [✔]
  10484. 1579.61 s [fourmolu] declaration/value/function/required-type-arguments.hs works (fourmolu) [✔]
  10485. 1579.61 s [fourmolu] declaration/value/function/operators-3.hs works (fourmolu) [✔]
  10486. 1579.61 s [fourmolu] declaration/value/function/fancy-forall-1.hs works (fourmolu) [✔]
  10487. 1579.61 s [fourmolu] declaration/value/function/prefix.hs works (fourmolu) [✔]
  10488. 1579.61 s [fourmolu] declaration/value/function/let-multi-line.hs works (fourmolu) [✔]
  10489. 1579.61 s [fourmolu] declaration/value/function/case-multi-line-guards.hs works (fourmolu) [✔]
  10490. 1579.61 s [fourmolu] declaration/value/function/typed-hole.hs works (fourmolu) [✔]
  10491. 1579.61 s [fourmolu] declaration/value/function/tuples.hs works (fourmolu) [✔]
  10492. 1579.61 s [fourmolu] declaration/value/function/do/applications-and-parens.hs works (fourmolu) [✔]
  10493. 1579.61 s [fourmolu] declaration/value/function/do/hang-rhs-arrow.hs works (fourmolu) [✔]
  10494. 1579.61 s [fourmolu] declaration/value/function/do/expr.hs works (fourmolu) [✔]
  10495. 1579.61 s [fourmolu] declaration/value/function/do/comment-alignment.hs works (fourmolu) [✔]
  10496. 1579.61 s [fourmolu] declaration/value/function/do/let.hs works (fourmolu) [✔]
  10497. 1579.61 s [fourmolu] declaration/value/function/do/comment-spacing.hs works (fourmolu) [✔]
  10498. 1579.61 s [fourmolu] declaration/value/function/do/operator-and-parens.hs works (fourmolu) [✔]
  10499. 1579.61 s [fourmolu] declaration/value/function/do/recursive-do-rec.hs works (fourmolu) [✔]
  10500. 1579.61 s [fourmolu] declaration/value/function/do/do-dollar-mixed-chain.hs works (fourmolu) [✔]
  10501. 1579.61 s [fourmolu] declaration/value/function/do/recursive-do-mdo.hs works (fourmolu) [✔]
  10502. 1579.61 s [fourmolu] declaration/value/function/do/blocks.hs works (fourmolu) [✔]
  10503. 1579.61 s [fourmolu] declaration/value/function/infix/tricky-colon-chain.hs works (fourmolu) [✔]
  10504. 1579.61 s [fourmolu] declaration/value/function/infix/dollar-chains-2.hs works (fourmolu) [✔]
  10505. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-s-dollar.hs works (fourmolu) [✔]
  10506. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-l-gt.hs works (fourmolu) [✔]
  10507. 1579.61 s [fourmolu] declaration/value/function/infix/hspec-expectation.hs works (fourmolu) [✔]
  10508. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-2.hs works (fourmolu) [✔]
  10509. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-1.hs works (fourmolu) [✔]
  10510. 1579.61 s [fourmolu] declaration/value/function/infix/qualified-ops.hs works (fourmolu) [✔]
  10511. 1579.61 s [fourmolu] declaration/value/function/infix/dollar-chains-4.hs works (fourmolu) [✔]
  10512. 1579.61 s [fourmolu] declaration/value/function/infix/fractional-precedence.hs works (fourmolu) [✔]
  10513. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-normal.hs works (fourmolu) [✔]
  10514. 1579.61 s [fourmolu] declaration/value/function/infix/applicative.hs works (fourmolu) [✔]
  10515. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-normal.hs works (fourmolu) [✔]
  10516. 1579.61 s [fourmolu] declaration/value/function/infix/dollar-chains-3.hs works (fourmolu) [✔]
  10517. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-colon-do.hs works (fourmolu) [✔]
  10518. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-1.hs works (fourmolu) [✔]
  10519. 1579.61 s [fourmolu] declaration/value/function/infix/dollar-chains-6.hs works (fourmolu) [✔]
  10520. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-1.hs works (fourmolu) [✔]
  10521. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-dollar.hs works (fourmolu) [✔]
  10522. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-2.hs works (fourmolu) [✔]
  10523. 1579.61 s [fourmolu] declaration/value/function/infix/hanging.hs works (fourmolu) [✔]
  10524. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-2.hs works (fourmolu) [✔]
  10525. 1579.61 s [fourmolu] declaration/value/function/infix/lenses.hs works (fourmolu) [✔]
  10526. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-normal.hs works (fourmolu) [✔]
  10527. 1579.61 s [fourmolu] declaration/value/function/infix/simple.hs works (fourmolu) [✔]
  10528. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-2.hs works (fourmolu) [✔]
  10529. 1579.61 s [fourmolu] declaration/value/function/infix/unicode.hs works (fourmolu) [✔]
  10530. 1579.61 s [fourmolu] declaration/value/function/infix/esqueleto-0.hs works (fourmolu) [✔]
  10531. 1579.61 s [fourmolu] declaration/value/function/infix/dollar-chains-1.hs works (fourmolu) [✔]
  10532. 1579.61 s [fourmolu] declaration/value/function/infix/esqueleto-1.hs works (fourmolu) [✔]
  10533. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-gt-dollar.hs works (fourmolu) [✔]
  10534. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-s-normal.hs works (fourmolu) [✔]
  10535. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-s-colon.hs works (fourmolu) [✔]
  10536. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-1.hs works (fourmolu) [✔]
  10537. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-l-lt.hs works (fourmolu) [✔]
  10538. 1579.61 s [fourmolu] declaration/value/function/infix/comments.hs works (fourmolu) [✔]
  10539. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-l-s.hs works (fourmolu) [✔]
  10540. 1579.61 s [fourmolu] declaration/value/function/infix/dollar-chains-5.hs works (fourmolu) [✔]
  10541. 1579.61 s [fourmolu] declaration/value/function/infix/qualified-prelude.hs works (fourmolu) [✔]
  10542. 1579.61 s [fourmolu] declaration/value/function/infix/do.hs works (fourmolu) [✔]
  10543. 1579.61 s [fourmolu] declaration/value/function/infix/op-chain-l-eq.hs works (fourmolu) [✔]
  10544. 1579.61 s [fourmolu] declaration/value/function/arrow/proc-parentheses.hs works (fourmolu) [✔]
  10545. 1579.61 s [fourmolu] declaration/value/function/arrow/multiline-case.hs works (fourmolu) [✔]
  10546. 1579.61 s [fourmolu] declaration/value/function/arrow/recursive-procs.hs works (fourmolu) [✔]
  10547. 1579.61 s [fourmolu] declaration/value/function/arrow/proc-applications.hs works (fourmolu) [✔]
  10548. 1579.61 s [fourmolu] declaration/value/function/arrow/proc-applications2.hs works (fourmolu) [✔]
  10549. 1579.61 s [fourmolu] declaration/value/function/arrow/proc-cases.hs works (fourmolu) [✔]
  10550. 1579.62 s [fourmolu] declaration/value/function/arrow/proc-do-simple2.hs works (fourmolu) [✔]
  10551. 1579.62 s [fourmolu] declaration/value/function/arrow/proc-forms2.hs works (fourmolu) [✔]
  10552. 1579.62 s [fourmolu] declaration/value/function/arrow/proc-do-simple1.hs works (fourmolu) [✔]
  10553. 1579.62 s [fourmolu] declaration/value/function/arrow/proc-forms1.hs works (fourmolu) [✔]
  10554. 1579.62 s [fourmolu] declaration/value/function/arrow/proc-form-do-indent.hs works (fourmolu) [✔]
  10555. 1579.62 s [fourmolu] declaration/value/function/arrow/proc-ifs.hs works (fourmolu) [✔]
  10556. 1579.62 s [fourmolu] declaration/value/function/arrow/proc-lambdas.hs works (fourmolu) [✔]
  10557. 1579.62 s [fourmolu] declaration/value/function/arrow/proc-lets.hs works (fourmolu) [✔]
  10558. 1579.62 s [fourmolu] declaration/value/function/arrow/proc-do-complex.hs works (fourmolu) [✔]
  10559. 1579.62 s [fourmolu] declaration/value/function/comprehension/transform-multi-line3.hs works (fourmolu) [✔]
  10560. 1579.62 s [fourmolu] declaration/value/function/comprehension/transform-multi-line1.hs works (fourmolu) [✔]
  10561. 1579.62 s [fourmolu] declaration/value/function/comprehension/transform-monad.hs works (fourmolu) [✔]
  10562. 1579.62 s [fourmolu] declaration/value/function/comprehension/transform-multi-line4.hs works (fourmolu) [✔]
  10563. 1579.62 s [fourmolu] declaration/value/function/comprehension/transform-multi-line2.hs works (fourmolu) [✔]
  10564. 1579.62 s [fourmolu] declaration/value/function/comprehension/transform-single-line.hs works (fourmolu) [✔]
  10565. 1579.62 s [fourmolu] declaration/value/function/record/inter-comments.hs works (fourmolu) [✔]
  10566. 1579.62 s [fourmolu] declaration/value/function/record/constructors.hs works (fourmolu) [✔]
  10567. 1579.62 s [fourmolu] declaration/value/function/record/wildcards.hs works (fourmolu) [✔]
  10568. 1579.62 s [fourmolu] declaration/value/function/record/updaters.hs works (fourmolu) [✔]
  10569. 1579.62 s [fourmolu] declaration/value/function/record/hanging-after-equal-con.hs works (fourmolu) [✔]
  10570. 1579.62 s [fourmolu] declaration/value/function/record/hanging-after-equal-update.hs works (fourmolu) [✔]
  10571. 1579.62 s [fourmolu] declaration/value/function/record/record-dot.hs works (fourmolu) [✔]
  10572. 1579.62 s [fourmolu] declaration/value/function/pattern/multiline-case-pattern.hs works (fourmolu) [✔]
  10573. 1579.62 s [fourmolu] declaration/value/function/pattern/quasi-quotes-pattern.hs works (fourmolu) [✔]
  10574. 1579.62 s [fourmolu] declaration/value/function/pattern/unboxed-sum-pattern.hs works (fourmolu) [✔]
  10575. 1579.62 s [fourmolu] declaration/value/function/pattern/strictness.hs works (fourmolu) [✔]
  10576. 1579.62 s [fourmolu] declaration/value/function/pattern/as-pattern.hs works (fourmolu) [✔]
  10577. 1579.62 s [fourmolu] declaration/value/function/pattern/famous-cardano-pattern.hs works (fourmolu) [✔]
  10578. 1579.62 s [fourmolu] declaration/value/function/pattern/or-patterns.hs works (fourmolu) [✔]
  10579. 1579.62 s [fourmolu] declaration/value/function/pattern/multiple-guard-statements.hs works (fourmolu) [✔]
  10580. 1579.62 s [fourmolu] declaration/value/function/pattern/record-patterns.hs works (fourmolu) [✔]
  10581. 1579.62 s [fourmolu] declaration/value/function/pattern/view-pattern.hs works (fourmolu) [✔]
  10582. 1579.62 s [fourmolu] declaration/value/function/pattern/sig-pattern.hs works (fourmolu) [✔]
  10583. 1579.62 s [fourmolu] declaration/value/function/pattern/many-guards-in-singleline.hs works (fourmolu) [✔]
  10584. 1579.62 s [fourmolu] declaration/value/function/pattern/multiline-guard-statement.hs works (fourmolu) [✔]
  10585. 1579.62 s [fourmolu] declaration/value/function/pattern/splice-pattern.hs works (fourmolu) [✔]
  10586. 1579.62 s [fourmolu] declaration/value/function/pattern/n-plus-k-pattern.hs works (fourmolu) [✔]
  10587. 1579.62 s [fourmolu] declaration/value/function/pattern/pattern-bind.hs works (fourmolu) [✔]
  10588. 1579.62 s [fourmolu] declaration/value/other/comments-get-before-op.hs works (fourmolu) [✔]
  10589. 1579.62 s [fourmolu] declaration/value/other/line-multi-line.hs works (fourmolu) [✔]
  10590. 1579.62 s [fourmolu] declaration/value/other/line-single-line.hs works (fourmolu) [✔]
  10591. 1579.62 s [fourmolu] declaration/role-annotation/single-line.hs works (fourmolu) [✔]
  10592. 1579.62 s [fourmolu] declaration/role-annotation/multi-line.hs works (fourmolu) [✔]
  10593. 1579.62 s [fourmolu] declaration/foreign/foreign-export.hs works (fourmolu) [✔]
  10594. 1579.62 s [fourmolu] declaration/foreign/foreign-import.hs works (fourmolu) [✔]
  10595. 1579.62 s [fourmolu] declaration/type-synonyms/with-weird-haddock.hs works (fourmolu) [✔]
  10596. 1579.62 s [fourmolu] declaration/type-synonyms/simple.hs works (fourmolu) [✔]
  10597. 1579.62 s [fourmolu] declaration/type-synonyms/multi-line.hs works (fourmolu) [✔]
  10598. 1579.62 s [fourmolu] other/invalid-haddock-2.hs works (fourmolu) [✔]
  10599. 1579.62 s [fourmolu] other/comment-multiline-after.hs works (fourmolu) [✔]
  10600. 1579.62 s [fourmolu] other/multiline-forall.hs works (fourmolu) [✔]
  10601. 1579.62 s [fourmolu] other/empty-forall.hs works (fourmolu) [✔]
  10602. 1579.62 s [fourmolu] other/linear-arrows.hs works (fourmolu) [✔]
  10603. 1579.62 s [fourmolu] other/comment-following-preceding-gap.hs works (fourmolu) [✔]
  10604. 1579.62 s [fourmolu] other/comment-alignment.hs works (fourmolu) [✔]
  10605. 1579.62 s [fourmolu] other/comment-after-preceding-haddock.hs works (fourmolu) [✔]
  10606. 1579.62 s [fourmolu] other/necessary-brackets.hs works (fourmolu) [✔]
  10607. 1579.62 s [fourmolu] other/comment-spacing.hs works (fourmolu) [✔]
  10608. 1579.62 s [fourmolu] other/empty-haddock.hs works (fourmolu) [✔]
  10609. 1579.62 s [fourmolu] other/comment-trailing-space.hs works (fourmolu) [✔]
  10610. 1579.62 s [fourmolu] other/following-comment-last-0.hs works (fourmolu) [✔]
  10611. 1579.62 s [fourmolu] other/merging-comments.hs works (fourmolu) [✔]
  10612. 1579.62 s [fourmolu] other/following-comment-last-3.hs works (fourmolu) [✔]
  10613. 1579.62 s [fourmolu] other/comment-inside-construct.hs works (fourmolu) [✔]
  10614. 1579.62 s [fourmolu] other/comment-style-transform.hs works (fourmolu) [✔]
  10615. 1579.62 s [fourmolu] other/pragma.hs works (fourmolu) [✔]
  10616. 1579.62 s [fourmolu] other/invalid-haddock-double-trigger.hs works (fourmolu) [✔]
  10617. 1579.62 s [fourmolu] other/jsffi.hs works (fourmolu) [✔]
  10618. 1579.62 s [fourmolu] other/pragma-comments.hs works (fourmolu) [✔]
  10619. 1579.62 s [fourmolu] other/following-comment-last-1.hs works (fourmolu) [✔]
  10620. 1579.62 s [fourmolu] other/haddock-without-module-header.hs works (fourmolu) [✔]
  10621. 1579.62 s [fourmolu] other/inline-comment-1.hs works (fourmolu) [✔]
  10622. 1579.62 s [fourmolu] other/ascii.hs works (fourmolu) [✔]
  10623. 1579.62 s [fourmolu] other/inline-comment-0.hs works (fourmolu) [✔]
  10624. 1579.62 s [fourmolu] other/trailing-whitespace.hs works (fourmolu) [✔]
  10625. 1579.62 s [fourmolu] other/invalid-haddock-weird.hs works (fourmolu) [✔]
  10626. 1579.62 s [fourmolu] other/comment-glued-together.hs works (fourmolu) [✔]
  10627. 1579.62 s [fourmolu] other/pragma-comments-after.hs works (fourmolu) [✔]
  10628. 1579.62 s [fourmolu] other/comment-before-hanging.hs works (fourmolu) [✔]
  10629. 1579.62 s [fourmolu] other/comment-empty-let.hs works (fourmolu) [✔]
  10630. 1579.62 s [fourmolu] other/overly-indented.hs works (fourmolu) [✔]
  10631. 1579.62 s [fourmolu] other/haddock-sections.hs works (fourmolu) [✔]
  10632. 1579.62 s [fourmolu] other/pragma-no-header.hs works (fourmolu) [✔]
  10633. 1579.62 s [fourmolu] other/pragma-sorting.hs works (fourmolu) [✔]
  10634. 1579.62 s [fourmolu] other/multiple-blank-line-comment.hs works (fourmolu) [✔]
  10635. 1579.62 s [fourmolu] other/invalid-haddock-1.hs works (fourmolu) [✔]
  10636. 1579.62 s [fourmolu] other/following-comment-last-2.hs works (fourmolu) [✔]
  10637. 1579.62 s [fourmolu] other/argument-comment.hs works (fourmolu) [✔]
  10638. 1579.62 s [fourmolu] other/consequetive-pipe-comments.hs works (fourmolu) [✔]
  10639. 1579.62 s [fourmolu] other/multiline-comments-reindent.hs works (fourmolu) [✔]
  10640. 1579.62 s [fourmolu] other/comment-two-blocks.hs works (fourmolu) [✔]
  10641. 1579.62 s [fourmolu] other/cpp/separation-0a.hs works (fourmolu) [✔]
  10642. 1579.62 s [fourmolu] other/cpp/separation-1b.hs works (fourmolu) [✔]
  10643. 1579.62 s [fourmolu] other/cpp/separation-2a.hs works (fourmolu) [✔]
  10644. 1579.62 s [fourmolu] other/cpp/shifted.hs works (fourmolu) [✔]
  10645. 1579.62 s [fourmolu] other/cpp/lonely-hash.hs works (fourmolu) [✔]
  10646. 1579.62 s [fourmolu] other/cpp/simple-import.hs works (fourmolu) [✔]
  10647. 1579.62 s [fourmolu] other/cpp/cpp-and-imports.hs works (fourmolu) [✔]
  10648. 1579.62 s [fourmolu] other/cpp/separation-0b.hs works (fourmolu) [✔]
  10649. 1579.62 s [fourmolu] other/cpp/separation-1a.hs works (fourmolu) [✔]
  10650. 1579.62 s [fourmolu] other/cpp/separation-2b.hs works (fourmolu) [✔]
  10651. 1579.62 s [fourmolu] other/cpp/continuation.hs works (fourmolu) [✔]
  10652. 1579.62 s [fourmolu] other/disabling/whole-file.hs works (fourmolu) [✔]
  10653. 1579.62 s [fourmolu] other/disabling/single-definition.hs works (fourmolu) [✔]
  10654. 1579.62 s [fourmolu] other/disabling/normalize-magic-comments.hs works (fourmolu) [✔]
  10655. 1579.62 s [fourmolu] other/disabling/empty-disabled-region.hs works (fourmolu) [✔]
  10656. 1579.62 s [fourmolu] other/disabling/closing-comment-in-disabled-region.hs works (fourmolu) [✔]
  10657. 1579.62 s [fourmolu] other/disabling/preserve-trailing-whitespace.hs works (fourmolu) [✔]
  10658. 1579.62 s [fourmolu] other/disabling/suffix-comment.hs works (fourmolu) [✔]
  10659. 1579.62 s [fourmolu] other/disabling/preserve-empty-lines.hs works (fourmolu) [✔]
  10660. 1579.62 s [fourmolu] other/disabling/line-pragma-in-disabled-region.hs works (fourmolu) [✔]
  10661. 1579.62 s [fourmolu] module-header/warning-pragma-multiline.hs works (fourmolu) [✔]
  10662. 1579.62 s [fourmolu] module-header/stack-header-0.hs works (fourmolu) [✔]
  10663. 1579.62 s [fourmolu] module-header/multiline2.hs works (fourmolu) [✔]
  10664. 1579.62 s [fourmolu] module-header/multiline.hs works (fourmolu) [✔]
  10665. 1579.62 s [fourmolu] module-header/multiline-with-comments.hs works (fourmolu) [✔]
  10666. 1579.62 s [fourmolu] module-header/simple-with-comments.hs works (fourmolu) [✔]
  10667. 1579.62 s [fourmolu] module-header/double-shebangs.hs works (fourmolu) [✔]
  10668. 1579.62 s [fourmolu] module-header/warning-pragma.hs works (fourmolu) [✔]
  10669. 1579.62 s [fourmolu] module-header/empty-haddock.hs works (fourmolu) [✔]
  10670. 1579.62 s [fourmolu] module-header/leading-empty-line.hs works (fourmolu) [✔]
  10671. 1579.62 s [fourmolu] module-header/multiline-empty.hs works (fourmolu) [✔]
  10672. 1579.62 s [fourmolu] module-header/singleline-empty.hs works (fourmolu) [✔]
  10673. 1579.62 s [fourmolu] module-header/shebang-with-pragmas.hs works (fourmolu) [✔]
  10674. 1579.62 s [fourmolu] module-header/stack-header-2.hs works (fourmolu) [✔]
  10675. 1579.62 s [fourmolu] module-header/multiline-empty-comment.hs works (fourmolu) [✔]
  10676. 1579.62 s [fourmolu] module-header/simple.hs works (fourmolu) [✔]
  10677. 1579.62 s [fourmolu] module-header/double-dot-with-names.hs works (fourmolu) [✔]
  10678. 1579.62 s [fourmolu] module-header/preceding-comment-with-haddock.hs works (fourmolu) [✔]
  10679. 1579.62 s [fourmolu] module-header/warning-pragma-list-multiline.hs works (fourmolu) [✔]
  10680. 1579.62 s [fourmolu] module-header/empty.hs works (fourmolu) [✔]
  10681. 1579.62 s [fourmolu] module-header/warning-pragma-singleton-list.hs works (fourmolu) [✔]
  10682. 1579.62 s [fourmolu] module-header/singleline.hs works (fourmolu) [✔]
  10683. 1579.62 s [fourmolu] module-header/shebang.hs works (fourmolu) [✔]
  10684. 1579.62 s [fourmolu] module-header/stack-header-1.hs works (fourmolu) [✔]
  10685. 1579.62 s [fourmolu] module-header/named-section.hs works (fourmolu) [✔]
  10686. 1579.62 s [fourmolu] fourmolu/mixed-disable-pragmas.hs works (fourmolu) [✔]
  10687. 1579.62 s [fourmolu] fourmolu/multiline-haddocks.hs works (fourmolu) [✔]
  10688. 1579.62 s [fourmolu] fourmolu/type-app-promoted.hs works (fourmolu) [✔]
  10689. 1579.62 s [fourmolu] fourmolu/list-multiline.hs works (fourmolu) [✔]
  10690. 1579.62 s [fourmolu] Ormolu.Utils.Glob
  10691. 1579.62 s [fourmolu] glob
  10692. 1579.62 s [fourmolu] should match modules exactly [✔]
  10693. 1579.62 s [fourmolu] should fail if case doesn't match [✔]
  10694. 1579.62 s [fourmolu] should allow * to match anything on the same level [✔]
  10695. 1579.62 s [fourmolu] should fail if input doesn't match glob even with wildcards [✔]
  10696. 1579.62 s [fourmolu] should disallow * to match anything on different level [✔]
  10697. 1579.62 s [fourmolu] should allow multiple * [✔]
  10698. 1579.62 s [fourmolu] should allow * at the beginning [✔]
  10699. 1579.62 s [fourmolu] should allow * at the end [✔]
  10700. 1579.62 s [fourmolu] should allow ** to match anything on the same level [✔]
  10701. 1579.62 s [fourmolu] should allow ** to match anything on multiple levels [✔]
  10702. 1579.62 s [fourmolu] Properties
  10703. 1579.62 s [fourmolu] should obey: s `matches` glob s with s being any string without '*' [✔]
  10704. 1579.62 s [fourmolu] +++ OK, passed 100 tests.
  10705. 1579.62 s [fourmolu] should obey: (a <> b <> c) `matches` glob (a <> * <> c) with b being a module name [✔]
  10706. 1579.62 s [fourmolu] +++ OK, passed 100 tests.
  10707. 1579.62 s [fourmolu] should obey: (a <> b <> c) `matches` glob (a <> ** <> c) [✔]
  10708. 1579.62 s [fourmolu] +++ OK, passed 100 tests.
  10709. 1579.62 s [fourmolu]
  10710. 1579.62 s [fourmolu] Finished in 15.2786 seconds
  10711. 1579.62 s [fourmolu] 1270 examples, 0 failures
  10712. 1579.62 s [fourmolu] Test suite tests: PASS
  10713. 1579.62 s [fourmolu] Test suite logged to: dist/test/fourmolu-0.19.0.1-tests.log
  10714. 1579.62 s [fourmolu] 1 of 1 test suites (1 of 1 test cases) passed.
  10715. 1579.62 s [fourmolu] checkPhase completed in 36 seconds
  10716. 1579.62 s [fourmolu] Phase: haddockPhase
  10717. 1579.73 s [fourmolu] Preprocessing library for fourmolu-0.19.0.1...
  10718. 1579.74 s [fourmolu] Running Haddock on library for fourmolu-0.19.0.1...
  10719. 1579.74 s [fourmolu] Warning: The documentation for the following packages are not installed. No
  10720. 1579.74 s [fourmolu] links will be generated to these packages: vector-0.13.2.0
  10721. 1580.93 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
  10722. 1581.35 s [post-build-hook] Pushing 1 paths (238 are already present) using zstd to cache sellout ⏳
  10723. 1581.35 s [post-build-hook]
  10724. 1581.70 s [post-build-hook] Pushing /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1 (457.32 MiB)
  10725. 1585.78 s [post-build-hook]
  10726. 1585.78 s [post-build-hook] All done.
  10727. 1585.80 s [post-build-hook] Uploading to the NixCI cache: /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
  10728. 1585.90 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10729. 1585.90 s [post-build-hook] copying 1 paths...
  10730. 1585.90 s [post-build-hook] copying path '/nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1' to 'https://cache.nix-ci.com'...
  10731. 1653.24 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10732. 1653.42 s [post-build-hook] copying 1 paths...
  10733. 1653.42 s [post-build-hook] copying path '/nix/store/dqaxvvmnjxv4ck17j7gvqhvai984ibi9-lsp-types-2.3.0.1.drv' to 'https://cache.nix-ci.com'...
  10734. 1653.58 s Progress: 148 of 157 built (1 building), 587 of 587 downloaded from cache
  10735. 1653.64 s Building lsp
  10736. 1653.64 s [fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, /build/ghc4186_0/ghc_10.o, /build/ghc4186_0/ghc_10.dyn_o )
  10737. 1653.64 s [fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, nothing )
  10738. 1653.64 s [fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, nothing )
  10739. 1653.64 s [fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, /build/ghc4186_0/ghc_32.o, /build/ghc4186_0/ghc_32.dyn_o )
  10740. 1653.64 s [fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, /build/ghc4186_0/ghc_28.o, /build/ghc4186_0/ghc_28.dyn_o )
  10741. 1653.64 s [fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, /build/ghc4186_0/ghc_30.o, /build/ghc4186_0/ghc_30.dyn_o )
  10742. 1653.64 s [fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, /build/ghc4186_0/ghc_16.o, /build/ghc4186_0/ghc_16.dyn_o )
  10743. 1653.64 s [fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, /build/ghc4186_0/ghc_18.o, /build/ghc4186_0/ghc_18.dyn_o )
  10744. 1653.64 s [fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, nothing )
  10745. 1653.64 s [fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, nothing )
  10746. 1653.64 s [fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, /build/ghc4186_0/ghc_24.o, /build/ghc4186_0/ghc_24.dyn_o )
  10747. 1653.64 s [fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, /build/ghc4186_0/ghc_22.o, /build/ghc4186_0/ghc_22.dyn_o )
  10748. 1653.64 s [fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, /build/ghc4186_0/ghc_20.o, /build/ghc4186_0/ghc_20.dyn_o )
  10749. 1653.64 s [fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, nothing )
  10750. 1653.64 s [fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, nothing )
  10751. 1653.64 s [fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, /build/ghc4186_0/ghc_26.o, /build/ghc4186_0/ghc_26.dyn_o )
  10752. 1653.64 s [fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, /build/ghc4186_0/ghc_36.o, /build/ghc4186_0/ghc_36.dyn_o )
  10753. 1653.64 s [fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, /build/ghc4186_0/ghc_14.o, /build/ghc4186_0/ghc_14.dyn_o )
  10754. 1653.64 s [fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, /build/ghc4186_0/ghc_12.o, /build/ghc4186_0/ghc_12.dyn_o )
  10755. 1653.64 s [fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, /build/ghc4186_0/ghc_38.o, /build/ghc4186_0/ghc_38.dyn_o )
  10756. 1653.64 s [fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, /build/ghc4186_0/ghc_34.o, /build/ghc4186_0/ghc_34.dyn_o )
  10757. 1653.64 s [fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, nothing )
  10758. 1653.64 s [fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, nothing )
  10759. 1653.64 s [fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, nothing )
  10760. 1653.64 s [fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, nothing )
  10761. 1653.64 s [fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, nothing )
  10762. 1653.64 s [fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, nothing )
  10763. 1653.64 s [fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, nothing )
  10764. 1653.64 s [fourmolu] [29 of 61] Compiling Ormolu.Printer.Meat.Declaration.StringLiteral ( src/Ormolu/Printer/Meat/Declaration/StringLiteral.hs, nothing )
  10765. 1653.64 s [fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, nothing )
  10766. 1653.64 s [fourmolu] [31 of 61] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, nothing )
  10767. 1653.64 s [fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, nothing )
  10768. 1653.64 s [fourmolu] [33 of 61] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, nothing )
  10769. 1653.64 s [fourmolu] [34 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, nothing )
  10770. 1653.64 s [fourmolu] [35 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, nothing )
  10771. 1653.64 s [fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, nothing )
  10772. 1653.64 s [fourmolu] [37 of 61] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, nothing )
  10773. 1653.64 s [fourmolu] [38 of 61] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, nothing )
  10774. 1653.64 s [fourmolu] [39 of 61] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, nothing )
  10775. 1653.64 s [fourmolu] [40 of 61] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, nothing )
  10776. 1653.64 s [fourmolu] [41 of 61] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, nothing )
  10777. 1653.64 s [fourmolu] [42 of 61] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, nothing )
  10778. 1653.64 s [fourmolu] [43 of 61] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, nothing )
  10779. 1653.64 s [fourmolu] [44 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, nothing )
  10780. 1653.64 s [fourmolu] [45 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, nothing )
  10781. 1653.64 s [fourmolu] [46 of 61] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, nothing )
  10782. 1653.65 s [fourmolu] [47 of 61] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, nothing )
  10783. 1653.65 s [fourmolu] [48 of 61] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, nothing )
  10784. 1653.65 s [fourmolu] [49 of 61] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, nothing )
  10785. 1653.65 s [fourmolu] [50 of 61] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, nothing )
  10786. 1653.65 s [fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, nothing )
  10787. 1653.65 s [fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, nothing )
  10788. 1653.65 s [fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, nothing )
  10789. 1653.65 s [fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, nothing )
  10790. 1653.65 s [fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, nothing )
  10791. 1653.65 s [fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, nothing )
  10792. 1653.65 s [fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, nothing )
  10793. 1653.65 s [fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, nothing )
  10794. 1653.65 s [fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, nothing )
  10795. 1653.65 s [fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, nothing )
  10796. 1653.65 s [fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, nothing )
  10797. 1653.65 s [fourmolu] Haddock coverage:
  10798. 1653.65 s [fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
  10799. 1653.65 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  10800. 1653.65 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  10801. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10802. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10803. 1653.65 s [fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
  10804. 1653.65 s [fourmolu] Warning: 'SpanStream' is ambiguous. It is defined
  10805. 1653.65 s [fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:22
  10806. 1653.65 s [fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:1
  10807. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10808. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10809. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Printer/SpanStream.hs:22:1
  10810. 1653.65 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer.SpanStream'
  10811. 1653.65 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Processing.Cpp'
  10812. 1653.65 s [fourmolu] Warning: 'groupBy' is out of scope.
  10813. 1653.65 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10814. 1653.65 s [fourmolu] Warning: 'StringBuffer' is ambiguous. It is defined
  10815. 1653.65 s [fourmolu] * in ‘GHC.Data.StringBuffer’
  10816. 1653.65 s [fourmolu] * in ‘GHC.Data.StringBuffer’
  10817. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10818. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10819. 1653.65 s [fourmolu] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
  10820. 1653.65 s [fourmolu] 100% ( 14 / 14) in 'Ormolu.Utils'
  10821. 1653.65 s [fourmolu] 87% ( 14 / 16) in 'Ormolu.Terminal'
  10822. 1653.65 s [fourmolu] Missing documentation for:
  10823. 1653.65 s [fourmolu] Term (src/Ormolu/Terminal.hs:42)
  10824. 1653.65 s [fourmolu] runTermPure (src/Ormolu/Terminal.hs:88)
  10825. 1653.65 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Terminal.QualifiedDo'
  10826. 1653.65 s [fourmolu] Missing documentation for:
  10827. 1653.65 s [fourmolu] Module header
  10828. 1653.65 s [fourmolu] >> (src/Ormolu/Terminal/QualifiedDo.hs:7)
  10829. 1653.65 s [fourmolu] Warning: 'TextDiff' is ambiguous. It is defined
  10830. 1653.65 s [fourmolu] * at src/Ormolu/Diff/Text.hs:35:17
  10831. 1653.65 s [fourmolu] * at src/Ormolu/Diff/Text.hs:35:1
  10832. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10833. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10834. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:35:1
  10835. 1653.65 s [fourmolu] Warning: 'Hunk' is ambiguous. It is defined
  10836. 1653.65 s [fourmolu] * at src/Ormolu/Diff/Text.hs:54:13
  10837. 1653.65 s [fourmolu] * at src/Ormolu/Diff/Text.hs:54:1
  10838. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10839. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10840. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:54:1
  10841. 1653.65 s [fourmolu] 100% ( 5 / 5) in 'Ormolu.Diff.Text'
  10842. 1653.65 s [fourmolu] 100% ( 4 / 4) in 'Ormolu.Exception'
  10843. 1653.65 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Pragma'
  10844. 1653.65 s [fourmolu] Warning: 'Comment' is ambiguous. It is defined
  10845. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
  10846. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
  10847. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10848. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10849. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
  10850. 1653.65 s [fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
  10851. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
  10852. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
  10853. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10854. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10855. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
  10856. 1653.65 s [fourmolu] 90% ( 9 / 10) in 'Ormolu.Parser.CommentStream'
  10857. 1653.65 s [fourmolu] Missing documentation for:
  10858. 1653.65 s [fourmolu] LComment (src/Ormolu/Parser/CommentStream.hs:110)
  10859. 1653.65 s [fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
  10860. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
  10861. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
  10862. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10863. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10864. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
  10865. 1653.65 s [fourmolu] Warning: 'FixityApproximation' is ambiguous. It is defined
  10866. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:28
  10867. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:1
  10868. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10869. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10870. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:125:1
  10871. 1653.65 s [fourmolu] Warning: 'OpName' is ambiguous. It is defined
  10872. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:71:1
  10873. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:60:1
  10874. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10875. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10876. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:60:1
  10877. 1653.65 s [fourmolu] 90% ( 19 / 21) in 'Ormolu.Fixity.Internal'
  10878. 1653.65 s [fourmolu] Missing documentation for:
  10879. 1653.65 s [fourmolu] Module header
  10880. 1653.65 s [fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
  10881. 1653.65 s [fourmolu] Warning: 'FixityImport' is ambiguous. It is defined
  10882. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:21
  10883. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:1
  10884. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10885. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10886. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Imports.hs:28:1
  10887. 1653.65 s [fourmolu] 100% ( 4 / 4) in 'Ormolu.Fixity.Imports'
  10888. 1653.65 s [fourmolu] Warning: 'HackageInfo' is ambiguous. It is defined
  10889. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:179:5
  10890. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:178:1
  10891. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10892. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10893. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:178:1
  10894. 1653.65 s [fourmolu] 95% ( 23 / 24) in 'Ormolu.Fixity'
  10895. 1653.65 s [fourmolu] Missing documentation for:
  10896. 1653.65 s [fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
  10897. 1653.65 s [fourmolu] Warning: 'OpInfo' is ambiguous. It is defined
  10898. 1653.65 s [fourmolu] * at src/Ormolu/Printer/Operators.hs:48:18
  10899. 1653.65 s [fourmolu] * at src/Ormolu/Printer/Operators.hs:48:1
  10900. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10901. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10902. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Operators.hs:48:1
  10903. 1653.65 s [fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
  10904. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
  10905. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
  10906. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10907. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10908. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
  10909. 1653.65 s [fourmolu] Warning: 'equal' is out of scope.
  10910. 1653.65 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10911. 1653.65 s [fourmolu] Warning: 'lessThan' is out of scope.
  10912. 1653.65 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10913. 1653.65 s [fourmolu] Warning: 'greaterThan' is out of scope.
  10914. 1653.65 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10915. 1653.65 s [fourmolu] 85% ( 6 / 7) in 'Ormolu.Printer.Operators'
  10916. 1653.65 s [fourmolu] Missing documentation for:
  10917. 1653.65 s [fourmolu] BinaryOpBranches (src/Ormolu/Printer/Operators.hs:44)
  10918. 1653.65 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Fixity.Printer'
  10919. 1653.65 s [fourmolu] Warning: 'FixityOverrides' is ambiguous. It is defined
  10920. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:27
  10921. 1653.65 s [fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:1
  10922. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10923. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10924. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:184:1
  10925. 1653.65 s [fourmolu] 50% ( 8 / 16) in 'Ormolu.Fixity.Parser'
  10926. 1653.65 s [fourmolu] Missing documentation for:
  10927. 1653.65 s [fourmolu] pModuleName (src/Ormolu/Fixity/Parser.hs:156)
  10928. 1653.65 s [fourmolu] pPackageName (src/Ormolu/Fixity/Parser.hs:171)
  10929. 1653.65 s [fourmolu] isIdentifierFirstChar (src/Ormolu/Fixity/Parser.hs:177)
  10930. 1653.65 s [fourmolu] isIdentifierConstituent (src/Ormolu/Fixity/Parser.hs:180)
  10931. 1653.65 s [fourmolu] isOperatorConstituent (src/Ormolu/Fixity/Parser.hs:183)
  10932. 1653.65 s [fourmolu] isPackageNameConstituent (src/Ormolu/Fixity/Parser.hs:188)
  10933. 1653.65 s [fourmolu] isModuleSegmentFirstChar (src/Ormolu/Fixity/Parser.hs:191)
  10934. 1653.65 s [fourmolu] isModuleSegmentConstituent (src/Ormolu/Fixity/Parser.hs:194)
  10935. 1653.65 s [fourmolu] 0% ( 0 / 4) in 'Ormolu.Utils.Glob'
  10936. 1653.65 s [fourmolu] Missing documentation for:
  10937. 1653.65 s [fourmolu] Module header
  10938. 1653.65 s [fourmolu] Glob (src/Ormolu/Utils/Glob.hs:11)
  10939. 1653.65 s [fourmolu] mkGlob (src/Ormolu/Utils/Glob.hs:21)
  10940. 1653.65 s [fourmolu] matchesGlob (src/Ormolu/Utils/Glob.hs:36)
  10941. 1653.65 s [fourmolu] 40% ( 2 / 5) in 'Ormolu.Utils.IO'
  10942. 1653.65 s [fourmolu] Missing documentation for:
  10943. 1653.65 s [fourmolu] Module header
  10944. 1653.65 s [fourmolu] Cache (src/Ormolu/Utils/IO.hs:53)
  10945. 1653.65 s [fourmolu] newCache (src/Ormolu/Utils/IO.hs:56)
  10946. 1653.65 s [fourmolu] Warning: 'CabalInfo' is out of scope.
  10947. 1653.65 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  10948. 1653.65 s [fourmolu] 75% ( 3 / 4) in 'Ormolu.Utils.Fixity'
  10949. 1653.65 s [fourmolu] Missing documentation for:
  10950. 1653.65 s [fourmolu] Module header
  10951. 1653.65 s [fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
  10952. 1653.65 s [fourmolu] * at src/Ormolu/Config/Gen.hs:48:3
  10953. 1653.65 s [fourmolu] * at src/Ormolu/Config/Gen.hs:47:1
  10954. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10955. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10956. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:47:1
  10957. 1653.65 s [fourmolu] Warning: 'Config' is ambiguous. It is defined
  10958. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:109:22
  10959. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:109:1
  10960. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10961. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10962. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:109:1
  10963. 1653.65 s [fourmolu] Warning: 'RegionIndices' is ambiguous. It is defined
  10964. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:136:22
  10965. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:136:1
  10966. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10967. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10968. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:136:1
  10969. 1653.65 s [fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
  10970. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:146:21
  10971. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:146:1
  10972. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10973. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10974. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:146:1
  10975. 1653.65 s [fourmolu] Warning: 'DynOption' is ambiguous. It is defined
  10976. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:206:21
  10977. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:206:1
  10978. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  10979. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  10980. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:206:1
  10981. 1653.65 s [fourmolu] 40% ( 20 / 49) in 'Ormolu.Config'
  10982. 1653.65 s [fourmolu] Missing documentation for:
  10983. 1653.65 s [fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:127)
  10984. 1653.65 s [fourmolu] defaultPrinterOptsYaml (src/Ormolu/Config/Gen.hs:766)
  10985. 1653.65 s [fourmolu] CommaStyle (src/Ormolu/Config/Gen.hs:346)
  10986. 1653.65 s [fourmolu] FunctionArrowsStyle (src/Ormolu/Config/Gen.hs:351)
  10987. 1653.65 s [fourmolu] HaddockPrintStyle (src/Ormolu/Config/Gen.hs:357)
  10988. 1653.65 s [fourmolu] HaddockPrintStyleModule (src/Ormolu/Config/Gen.hs:363)
  10989. 1653.65 s [fourmolu] HaddockLocSignature (src/Ormolu/Config/Gen.hs:368)
  10990. 1653.65 s [fourmolu] ImportExportStyle (src/Ormolu/Config/Gen.hs:374)
  10991. 1653.65 s [fourmolu] ImportGrouping (src/Ormolu/Config/Gen.hs:421)
  10992. 1653.65 s [fourmolu] ImportGroup (src/Ormolu/Config/Types.hs:24)
  10993. 1653.65 s [fourmolu] ImportGroupRule (src/Ormolu/Config/Types.hs:36)
  10994. 1653.65 s [fourmolu] ImportModuleMatcher (src/Ormolu/Config/Types.hs:84)
  10995. 1653.65 s [fourmolu] ImportRulePriority (src/Ormolu/Config/Types.hs:63)
  10996. 1653.65 s [fourmolu] matchAllRulePriority (src/Ormolu/Config/Types.hs:70)
  10997. 1653.65 s [fourmolu] matchLocalRulePriority (src/Ormolu/Config/Types.hs:73)
  10998. 1653.65 s [fourmolu] defaultImportRulePriority (src/Ormolu/Config/Types.hs:76)
  10999. 1653.65 s [fourmolu] QualifiedImportMatcher (src/Ormolu/Config/Types.hs:78)
  11000. 1653.65 s [fourmolu] LetStyle (src/Ormolu/Config/Gen.hs:380)
  11001. 1653.65 s [fourmolu] InStyle (src/Ormolu/Config/Gen.hs:387)
  11002. 1653.65 s [fourmolu] IfStyle (src/Ormolu/Config/Gen.hs:393)
  11003. 1653.65 s [fourmolu] Unicode (src/Ormolu/Config/Gen.hs:398)
  11004. 1653.65 s [fourmolu] ColumnLimit (src/Ormolu/Config/Gen.hs:410)
  11005. 1653.65 s [fourmolu] SingleDerivingParens (src/Ormolu/Config/Gen.hs:415)
  11006. 1653.65 s [fourmolu] parsePrinterOptsCLI (src/Ormolu/Config/Gen.hs:193)
  11007. 1653.65 s [fourmolu] parsePrinterOptType
  11008. 1653.65 s [fourmolu] renderPrinterOpt
  11009. 1653.65 s [fourmolu] ConfigNotFound (src/Ormolu/Config.hs:304)
  11010. 1653.65 s [fourmolu] FourmoluConfig (src/Ormolu/Config.hs:258)
  11011. 1653.65 s [fourmolu] emptyConfig (src/Ormolu/Config.hs:281)
  11012. 1653.65 s [fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
  11013. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:146:21
  11014. 1653.65 s [fourmolu] * at src/Ormolu/Config.hs:146:1
  11015. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11016. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  11017. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:146:1
  11018. 1653.65 s [fourmolu] Warning: 'RegionDelta' is out of scope.
  11019. 1653.65 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11020. 1653.65 s [fourmolu] 100% ( 5 / 5) in 'Ormolu.Processing.Common'
  11021. 1653.65 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Processing.Preprocess'
  11022. 1653.65 s [fourmolu] Warning: 'R' is ambiguous. It is defined
  11023. 1653.65 s [fourmolu] * at src/Ormolu/Printer/Internal.hs:101:15
  11024. 1653.65 s [fourmolu] * at src/Ormolu/Printer/Internal.hs:101:1
  11025. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11026. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  11027. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Internal.hs:101:1
  11028. 1653.65 s [fourmolu] Warning: 'n' is out of scope.
  11029. 1653.65 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11030. 1653.65 s [fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
  11031. 1653.65 s [fourmolu] * at src/Ormolu/Config/Gen.hs:48:3
  11032. 1653.65 s [fourmolu] * at src/Ormolu/Config/Gen.hs:47:1
  11033. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11034. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  11035. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:47:1
  11036. 1653.65 s [fourmolu] Warning: 'Comment' is ambiguous. It is defined
  11037. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
  11038. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
  11039. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11040. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  11041. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
  11042. 1653.65 s [fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
  11043. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
  11044. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
  11045. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11046. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  11047. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
  11048. 1653.65 s [fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
  11049. 1653.65 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  11050. 1653.65 s [fourmolu] * in ‘GHC.Types.SrcLoc’
  11051. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11052. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  11053. 1653.65 s [fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
  11054. 1653.65 s [fourmolu] 94% ( 47 / 50) in 'Ormolu.Printer.Internal'
  11055. 1653.65 s [fourmolu] Missing documentation for:
  11056. 1653.65 s [fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
  11057. 1653.65 s [fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
  11058. 1653.65 s [fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
  11059. 1653.65 s [fourmolu] Warning: 'Comment' is ambiguous. It is defined
  11060. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
  11061. 1653.65 s [fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
  11062. 1653.65 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11063. 1653.65 s [fourmolu] by specifying the type/value namespace explicitly.
  11064. 1653.65 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
  11065. 1653.65 s [fourmolu] 100% ( 6 / 6) in 'Ormolu.Printer.Comments'
  11066. 1653.65 s [fourmolu] 96% ( 80 / 83) in 'Ormolu.Printer.Combinators'
  11067. 1653.65 s [fourmolu] Missing documentation for:
  11068. 1653.65 s [fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
  11069. 1653.65 s [fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
  11070. 1653.65 s [fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
  11071. 1653.65 s [fourmolu] Warning: 'LanguagePragma' is out of scope.
  11072. 1653.65 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11073. 1653.65 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Pragma'
  11074. 1653.65 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.StringLiteral'
  11075. 1653.65 s [fourmolu] Missing documentation for:
  11076. 1653.65 s [fourmolu] Module header
  11077. 1653.65 s [fourmolu] 58% ( 7 / 12) in 'Ormolu.Printer.Meat.Common'
  11078. 1653.65 s [fourmolu] Missing documentation for:
  11079. 1653.65 s [fourmolu] p_ieWrappedName (src/Ormolu/Printer/Meat/Common.hs:62)
  11080. 1653.65 s [fourmolu] p_qualName (src/Ormolu/Printer/Meat/Common.hs:121)
  11081. 1653.65 s [fourmolu] p_sourceText (src/Ormolu/Printer/Meat/Common.hs:235)
  11082. 1653.65 s [fourmolu] p_namespaceSpec (src/Ormolu/Printer/Meat/Common.hs:240)
  11083. 1653.65 s [fourmolu] p_arrow (src/Ormolu/Printer/Meat/Common.hs:246)
  11084. 1653.66 s [fourmolu] 27% ( 5 / 18) in 'Ormolu.Printer.Meat.Type'
  11085. 1653.66 s [fourmolu] Missing documentation for:
  11086. 1653.66 s [fourmolu] p_hsType (src/Ormolu/Printer/Meat/Type.hs:57)
  11087. 1653.66 s [fourmolu] p_hsTypeAnnotation (src/Ormolu/Printer/Meat/Type.hs:203)
  11088. 1653.66 s [fourmolu] p_hsContext (src/Ormolu/Printer/Meat/Type.hs:216)
  11089. 1653.66 s [fourmolu] p_hsContext' (src/Ormolu/Printer/Meat/Type.hs:223)
  11090. 1653.66 s [fourmolu] p_hsTyVarBndr (src/Ormolu/Printer/Meat/Type.hs:251)
  11091. 1653.66 s [fourmolu] ForAllVisibility (src/Ormolu/Printer/Meat/Type.hs:266)
  11092. 1653.66 s [fourmolu] p_conDeclFields (src/Ormolu/Printer/Meat/Type.hs:296)
  11093. 1653.66 s [fourmolu] p_lhsTypeArg (src/Ormolu/Printer/Meat/Type.hs:314)
  11094. 1653.66 s [fourmolu] p_hsSigType (src/Ormolu/Printer/Meat/Type.hs:323)
  11095. 1653.66 s [fourmolu] FunRepr (src/Ormolu/Printer/Meat/Type.hs:351)
  11096. 1653.66 s [fourmolu] hsOuterTyVarBndrsToHsType (src/Ormolu/Printer/Meat/Type.hs:590)
  11097. 1653.66 s [fourmolu] hsSigTypeToType (src/Ormolu/Printer/Meat/Type.hs:583)
  11098. 1653.66 s [fourmolu] lhsTypeToSigType (src/Ormolu/Printer/Meat/Type.hs:596)
  11099. 1653.66 s [fourmolu] 0% ( 0 / 3) in 'Ormolu.Printer.Meat.Declaration.Warning'
  11100. 1653.66 s [fourmolu] Missing documentation for:
  11101. 1653.66 s [fourmolu] Module header
  11102. 1653.66 s [fourmolu] p_warnDecls (src/Ormolu/Printer/Meat/Declaration/Warning.hs:23)
  11103. 1653.66 s [fourmolu] p_warningTxt (src/Ormolu/Printer/Meat/Declaration/Warning.hs:37)
  11104. 1653.66 s [fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.ImportExport'
  11105. 1653.66 s [fourmolu] Missing documentation for:
  11106. 1653.66 s [fourmolu] p_hsmodExports (src/Ormolu/Printer/Meat/ImportExport.hs:30)
  11107. 1653.66 s [fourmolu] p_hsmodImport (src/Ormolu/Printer/Meat/ImportExport.hs:44)
  11108. 1653.66 s [fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.Declaration.TypeFamily'
  11109. 1653.66 s [fourmolu] Missing documentation for:
  11110. 1653.66 s [fourmolu] p_famDecl (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:22)
  11111. 1653.66 s [fourmolu] p_tyFamInstEqn (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:83)
  11112. 1653.66 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Type'
  11113. 1653.66 s [fourmolu] Missing documentation for:
  11114. 1653.66 s [fourmolu] p_synDecl (src/Ormolu/Printer/Meat/Declaration/Type.hs:30)
  11115. 1653.66 s [fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Signature'
  11116. 1653.66 s [fourmolu] Missing documentation for:
  11117. 1653.66 s [fourmolu] p_sigDecl (src/Ormolu/Printer/Meat/Declaration/Signature.hs:27)
  11118. 1653.66 s [fourmolu] p_typeAscription (src/Ormolu/Printer/Meat/Declaration/Signature.hs:60)
  11119. 1653.66 s [fourmolu] p_activation (src/Ormolu/Printer/Meat/Declaration/Signature.hs:148)
  11120. 1653.66 s [fourmolu] p_standaloneKindSig (src/Ormolu/Printer/Meat/Declaration/Signature.hs:218)
  11121. 1653.66 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.RoleAnnotation'
  11122. 1653.66 s [fourmolu] Missing documentation for:
  11123. 1653.66 s [fourmolu] p_roleAnnot (src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs:18)
  11124. 1653.66 s [fourmolu] Warning: 'ForeignImport' is ambiguous. It is defined
  11125. 1653.66 s [fourmolu] * in ‘Language.Haskell.Syntax.Decls’
  11126. 1653.66 s [fourmolu] * in ‘Language.Haskell.Syntax.Decls’
  11127. 1653.66 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11128. 1653.66 s [fourmolu] by specifying the type/value namespace explicitly.
  11129. 1653.66 s [fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Decls’
  11130. 1653.66 s [fourmolu] Warning: 'SourceText' is out of scope.
  11131. 1653.66 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11132. 1653.66 s [fourmolu] Warning: 'Outputable' is out of scope.
  11133. 1653.66 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11134. 1653.66 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Foreign'
  11135. 1653.66 s [fourmolu] Missing documentation for:
  11136. 1653.66 s [fourmolu] Module header
  11137. 1653.66 s [fourmolu] p_foreignDecl (src/Ormolu/Printer/Meat/Declaration/Foreign.hs:18)
  11138. 1653.66 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Default'
  11139. 1653.66 s [fourmolu] Missing documentation for:
  11140. 1653.66 s [fourmolu] Module header
  11141. 1653.66 s [fourmolu] p_defaultDecl (src/Ormolu/Printer/Meat/Declaration/Default.hs:15)
  11142. 1653.66 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Data'
  11143. 1653.66 s [fourmolu] Missing documentation for:
  11144. 1653.66 s [fourmolu] p_dataDecl (src/Ormolu/Printer/Meat/Declaration/Data.hs:52)
  11145. 1653.66 s [fourmolu] Warning: 'Match' is ambiguous. It is defined
  11146. 1653.66 s [fourmolu] * in ‘Language.Haskell.Syntax.Expr’
  11147. 1653.66 s [fourmolu] * in ‘Language.Haskell.Syntax.Expr’
  11148. 1653.66 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11149. 1653.66 s [fourmolu] by specifying the type/value namespace explicitly.
  11150. 1653.66 s [fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Expr’
  11151. 1653.66 s [fourmolu] 40% ( 4 / 10) in 'Ormolu.Printer.Meat.Declaration.Value'
  11152. 1653.66 s [fourmolu] Missing documentation for:
  11153. 1653.66 s [fourmolu] Module header
  11154. 1653.66 s [fourmolu] p_valDecl (src/Ormolu/Printer/Meat/Declaration/Value.hs:70)
  11155. 1653.66 s [fourmolu] p_pat (src/Ormolu/Printer/Meat/Declaration/Value.hs:1246)
  11156. 1653.66 s [fourmolu] p_hsExpr (src/Ormolu/Printer/Meat/Declaration/Value.hs:591)
  11157. 1653.66 s [fourmolu] p_hsUntypedSplice (src/Ormolu/Printer/Meat/Declaration/Value.hs:1360)
  11158. 1653.66 s [fourmolu] p_hsExpr' (src/Ormolu/Printer/Meat/Declaration/Value.hs:608)
  11159. 1653.66 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Splice'
  11160. 1653.66 s [fourmolu] Missing documentation for:
  11161. 1653.66 s [fourmolu] Module header
  11162. 1653.66 s [fourmolu] p_spliceDecl (src/Ormolu/Printer/Meat/Declaration/Splice.hs:11)
  11163. 1653.66 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Rule'
  11164. 1653.66 s [fourmolu] Missing documentation for:
  11165. 1653.66 s [fourmolu] Module header
  11166. 1653.66 s [fourmolu] p_ruleDecls (src/Ormolu/Printer/Meat/Declaration/Rule.hs:21)
  11167. 1653.66 s [fourmolu] 100% ( 9 / 9) in 'Ormolu.Printer.Meat.Declaration.OpTree'
  11168. 1653.66 s [fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Annotation'
  11169. 1653.66 s [fourmolu] Missing documentation for:
  11170. 1653.66 s [fourmolu] Module header
  11171. 1653.66 s [fourmolu] p_annDecl (src/Ormolu/Printer/Meat/Declaration/Annotation.hs:15)
  11172. 1653.66 s [fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Instance'
  11173. 1653.66 s [fourmolu] Missing documentation for:
  11174. 1653.66 s [fourmolu] p_clsInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:64)
  11175. 1653.66 s [fourmolu] p_tyFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:97)
  11176. 1653.66 s [fourmolu] p_dataFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:105)
  11177. 1653.66 s [fourmolu] p_standaloneDerivDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:31)
  11178. 1653.66 s [fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Class'
  11179. 1653.66 s [fourmolu] Missing documentation for:
  11180. 1653.66 s [fourmolu] p_classDecl (src/Ormolu/Printer/Meat/Declaration/Class.hs:39)
  11181. 1653.66 s [fourmolu] 66% ( 2 / 3) in 'Ormolu.Printer.Meat.Declaration'
  11182. 1653.66 s [fourmolu] Missing documentation for:
  11183. 1653.66 s [fourmolu] p_hsDecls (src/Ormolu/Printer/Meat/Declaration.hs:50)
  11184. 1653.66 s [fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
  11185. 1653.66 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
  11186. 1653.66 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
  11187. 1653.66 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11188. 1653.66 s [fourmolu] by specifying the type/value namespace explicitly.
  11189. 1653.66 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
  11190. 1653.66 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Result'
  11191. 1653.66 s [fourmolu] Warning: 'HsModule' is ambiguous. It is defined
  11192. 1653.66 s [fourmolu] * in ‘Language.Haskell.Syntax’
  11193. 1653.66 s [fourmolu] * in ‘Language.Haskell.Syntax’
  11194. 1653.66 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11195. 1653.66 s [fourmolu] by specifying the type/value namespace explicitly.
  11196. 1653.66 s [fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax’
  11197. 1653.66 s [fourmolu] Warning: 'DynFlags' is ambiguous. It is defined
  11198. 1653.66 s [fourmolu] * in ‘GHC.Driver.DynFlags’
  11199. 1653.66 s [fourmolu] * in ‘GHC.Driver.DynFlags’
  11200. 1653.66 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11201. 1653.66 s [fourmolu] by specifying the type/value namespace explicitly.
  11202. 1653.67 s [fourmolu] Defaulting to the one defined in ‘GHC.Driver.DynFlags’
  11203. 1653.67 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser'
  11204. 1653.67 s [fourmolu] 0% ( 0 / 4) in 'Ormolu.Imports.Grouping'
  11205. 1653.67 s [fourmolu] Missing documentation for:
  11206. 1653.67 s [fourmolu] Module header
  11207. 1653.67 s [fourmolu] Import (src/Ormolu/Imports/Grouping.hs:29)
  11208. 1653.67 s [fourmolu] prepareExistingGroups (src/Ormolu/Imports/Grouping.hs:137)
  11209. 1653.67 s [fourmolu] groupImports (src/Ormolu/Imports/Grouping.hs:147)
  11210. 1653.67 s [fourmolu] Warning: 'GhcPs' is ambiguous. It is defined
  11211. 1653.67 s [fourmolu] * in ‘GHC.Hs.Extension’
  11212. 1653.67 s [fourmolu] * in ‘GHC.Hs.Extension’
  11213. 1653.67 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11214. 1653.67 s [fourmolu] by specifying the type/value namespace explicitly.
  11215. 1653.67 s [fourmolu] Defaulting to the one defined in ‘GHC.Hs.Extension’
  11216. 1653.67 s [fourmolu] Warning: 'ImportId' is ambiguous. It is defined
  11217. 1653.67 s [fourmolu] * at src/Ormolu/Imports.hs:85:17
  11218. 1653.67 s [fourmolu] * at src/Ormolu/Imports.hs:85:1
  11219. 1653.67 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11220. 1653.67 s [fourmolu] by specifying the type/value namespace explicitly.
  11221. 1653.67 s [fourmolu] Defaulting to the one defined at src/Ormolu/Imports.hs:85:1
  11222. 1653.67 s [fourmolu] Warning: 'IEWrapppedName' is out of scope.
  11223. 1653.67 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11224. 1653.67 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Imports'
  11225. 1653.67 s [fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Module'
  11226. 1653.67 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer'
  11227. 1653.67 s [fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
  11228. 1653.67 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
  11229. 1653.67 s [fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
  11230. 1653.67 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11231. 1653.67 s [fourmolu] by specifying the type/value namespace explicitly.
  11232. 1653.67 s [fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
  11233. 1653.67 s [fourmolu] Warning: 'Diff' is out of scope.
  11234. 1653.67 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11235. 1653.67 s [fourmolu] 100% ( 3 / 3) in 'Ormolu.Diff.ParseResult'
  11236. 1653.67 s [fourmolu] Warning: 'DynOption' is ambiguous. It is defined
  11237. 1653.67 s [fourmolu] * at src/Ormolu/Config.hs:206:21
  11238. 1653.67 s [fourmolu] * at src/Ormolu/Config.hs:206:1
  11239. 1653.67 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11240. 1653.67 s [fourmolu] by specifying the type/value namespace explicitly.
  11241. 1653.67 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:206:1
  11242. 1653.67 s [fourmolu] Warning: 'CabalInfo' is ambiguous. It is defined
  11243. 1653.67 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:18
  11244. 1653.67 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:1
  11245. 1653.67 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11246. 1653.67 s [fourmolu] by specifying the type/value namespace explicitly.
  11247. 1653.67 s [fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:51:1
  11248. 1653.67 s [fourmolu] Warning: 'CachedCabalFile' is ambiguous. It is defined
  11249. 1653.67 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:24
  11250. 1653.67 s [fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:1
  11251. 1653.67 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11252. 1653.67 s [fourmolu] by specifying the type/value namespace explicitly.
  11253. 1653.67 s [fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:96:1
  11254. 1653.67 s [fourmolu] 85% ( 6 / 7) in 'Ormolu.Utils.Cabal'
  11255. 1653.67 s [fourmolu] Missing documentation for:
  11256. 1653.67 s [fourmolu] Module header
  11257. 1653.67 s [fourmolu] Warning: 'Config' is ambiguous. It is defined
  11258. 1653.67 s [fourmolu] * at src/Ormolu/Config.hs:109:22
  11259. 1653.67 s [fourmolu] * at src/Ormolu/Config.hs:109:1
  11260. 1653.67 s [fourmolu] You may be able to disambiguate the identifier by qualifying it or
  11261. 1653.67 s [fourmolu] by specifying the type/value namespace explicitly.
  11262. 1653.67 s [fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:109:1
  11263. 1653.67 s [fourmolu] Warning: 'CabalInfo' is out of scope.
  11264. 1653.67 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11265. 1653.67 s [fourmolu] Warning: 'FixityMap' is out of scope.
  11266. 1653.67 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11267. 1653.67 s [fourmolu] Warning: 'getFixityOverridesForSourceFile' is out of scope.
  11268. 1653.67 s [fourmolu] If you qualify the identifier, haddock can try to link it anyway.
  11269. 1653.67 s [fourmolu] 94% ( 32 / 34) in 'Ormolu'
  11270. 1653.67 s [fourmolu] Missing documentation for:
  11271. 1653.67 s [fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:127)
  11272. 1653.67 s [fourmolu] ConfigNotFound (src/Ormolu/Config.hs:304)
  11273. 1653.67 s [fourmolu] 0% ( 0 / 9) in 'Paths_fourmolu'
  11274. 1653.67 s [fourmolu] Missing documentation for:
  11275. 1653.67 s [fourmolu] Module header
  11276. 1653.67 s [fourmolu] version (dist/build/autogen/Paths_fourmolu.hs:36)
  11277. 1653.67 s [fourmolu] getBinDir (dist/build/autogen/Paths_fourmolu.hs:56)
  11278. 1653.67 s [fourmolu] getLibDir (dist/build/autogen/Paths_fourmolu.hs:57)
  11279. 1653.67 s [fourmolu] getDynLibDir (dist/build/autogen/Paths_fourmolu.hs:58)
  11280. 1653.68 s [fourmolu] getDataDir (dist/build/autogen/Paths_fourmolu.hs:59)
  11281. 1653.68 s [fourmolu] getLibexecDir (dist/build/autogen/Paths_fourmolu.hs:60)
  11282. 1653.68 s [fourmolu] getDataFileName (dist/build/autogen/Paths_fourmolu.hs:39)
  11283. 1653.68 s [fourmolu] getSysconfDir (dist/build/autogen/Paths_fourmolu.hs:61)
  11284. 1653.95 s [lsp] Phase: setupCompilerEnvironmentPhase
  11285. 1653.95 s [lsp] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  11286. 1654.28 s [fourmolu] Warning: Ormolu.Terminal: could not find link destinations for:
  11287. 1654.28 s [fourmolu] - Ormolu.Terminal.TermOutput
  11288. 1654.28 s [fourmolu] Warning: Ormolu.Fixity.Internal: could not find link destinations for:
  11289. 1654.28 s [fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
  11290. 1654.28 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
  11291. 1654.28 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
  11292. 1654.28 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
  11293. 1654.29 s [fourmolu] Warning: Ormolu.Fixity: could not find link destinations for:
  11294. 1654.29 s [fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
  11295. 1654.29 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
  11296. 1654.29 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
  11297. 1654.29 s [fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
  11298. 1654.29 s [fourmolu] Warning: Ormolu.Fixity.Parser: could not find link destinations for:
  11299. 1654.29 s [fourmolu] - Ormolu.Fixity.Parser.Parser
  11300. 1654.29 s [lsp] Phase: unpackPhase
  11301. 1654.29 s [fourmolu] Warning: Ormolu.Config: could not find link destinations for:
  11302. 1654.29 s [fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
  11303. 1654.29 s [fourmolu] - Ormolu.Config.Gen.RenderPrinterOpt
  11304. 1654.29 s [fourmolu] - Ormolu.Config.Gen.PrinterOptsFieldType
  11305. 1654.29 s [fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
  11306. 1654.29 s [fourmolu] - Ormolu.Config.Rep_Config
  11307. 1654.29 s [lsp] unpacking source archive /nix/store/12k1a9yd29ayydcbms6q8jmm5hkylh2c-lsp-2.7.0.1.tar.gz
  11308. 1654.30 s [fourmolu] Warning: Ormolu.Printer.Meat.Type: could not find link destinations for:
  11309. 1654.30 s [fourmolu] - Ormolu.Printer.Meat.Type.IsTyVarBndrFlag
  11310. 1654.30 s [lsp] source root is lsp-2.7.0.1
  11311. 1654.30 s [fourmolu] Warning: Ormolu.Printer: could not find link destinations for:
  11312. 1654.30 s [fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
  11313. 1654.30 s [fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
  11314. 1654.30 s [fourmolu] Warning: Ormolu.Utils.Cabal: could not find link destinations for:
  11315. 1654.30 s [fourmolu] - Distribution.Utils.Structured.Tagged
  11316. 1654.30 s [fourmolu] - Distribution.Utils.Structured.structureHash'
  11317. 1654.30 s [fourmolu] - Language.Haskell.Extension.Rep_Extension
  11318. 1654.30 s [lsp] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-2.7.0.1/test/VspSpec.hs"
  11319. 1654.31 s [fourmolu] Warning: Ormolu: could not find link destinations for:
  11320. 1654.31 s [fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
  11321. 1654.31 s [fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
  11322. 1654.31 s [fourmolu] - Ormolu.Config.Rep_Config
  11323. 1654.31 s [lsp] Phase: patchPhase
  11324. 1654.31 s [lsp] Replace Cabal file with edited version from mirror://hackage/lsp-2.7.0.1/revision/1.cabal.
  11325. 1654.32 s [lsp] Phase: compileBuildDriverPhase
  11326. 1654.32 s [lsp] setupCompileFlags: -package-db=/build/tmp.Gzqe8sh7nI/setup-package.conf.d -threaded
  11327. 1654.37 s [lsp] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Gzqe8sh7nI/Main.o )
  11328. 1654.41 s [lsp] [2 of 2] Linking Setup
  11329. 1655.52 s [lsp] Phase: updateAutotoolsGnuConfigScriptsPhase
  11330. 1655.53 s [lsp] Phase: configurePhase
  11331. 1655.54 s [lsp] configureFlags: --verbose --prefix=/nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1 --with-gcc=gcc --package-db=/build/tmp.Gzqe8sh7nI/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  11332. 1655.54 s [lsp] Using Parsec parser
  11333. 1655.54 s [lsp] Configuring lsp-2.7.0.1...
  11334. 1655.91 s [lsp] Flags chosen: demo=False
  11335. 1656.14 s [lsp] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
  11336. 1656.14 s [lsp] Dependency async >=2.2 && <2.3: using async-2.2.5
  11337. 1656.14 s [lsp] Dependency attoparsec >=0.14 && <0.15: using attoparsec-0.14.4
  11338. 1656.14 s [lsp] Dependency base >=4.11 && <5: using base-4.20.1.0
  11339. 1656.14 s [lsp] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
  11340. 1656.14 s [lsp] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
  11341. 1656.14 s [lsp] Dependency containers >=0.6 && <0.8: using containers-0.7
  11342. 1656.14 s [lsp] Dependency data-default >=0.7 && <0.9: using data-default-0.8.0.1
  11343. 1656.14 s [lsp] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
  11344. 1656.14 s [lsp] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
  11345. 1656.14 s [lsp] Dependency extra >=1.7 && <1.9: using extra-1.8.1
  11346. 1656.14 s [lsp] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
  11347. 1656.14 s [lsp] Dependency hashable >=1.4 && <1.6: using hashable-1.5.0.0
  11348. 1656.14 s [lsp] Dependency lens >=5.1 && <5.4: using lens-5.3.5
  11349. 1656.14 s [lsp] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
  11350. 1656.14 s [lsp] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  11351. 1656.14 s [lsp] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  11352. 1656.14 s [lsp] Dependency prettyprinter >=1.7 && <1.8: using prettyprinter-1.7.1
  11353. 1656.14 s [lsp] Dependency sorted-list >=0.2.1 && <0.4: using sorted-list-0.2.3.1
  11354. 1656.14 s [lsp] Dependency stm >=2.5 && <2.6: using stm-2.5.3.1
  11355. 1656.14 s [lsp] Dependency text >=1 && <2.2: using text-2.1.2
  11356. 1656.14 s [lsp] Dependency text-rope >=0.2 && <0.4: using text-rope-0.3
  11357. 1656.14 s [lsp] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.1
  11358. 1656.14 s [lsp] Dependency unliftio >=0.2 && <0.3: using unliftio-0.2.25.1
  11359. 1656.14 s [lsp] Dependency unliftio-core >=0.2 && <0.3: using unliftio-core-0.2.1.0
  11360. 1656.14 s [lsp] Dependency unordered-containers >=0.2 && <0.3: using
  11361. 1656.14 s [lsp] unordered-containers-0.2.20.1
  11362. 1656.14 s [lsp] Dependency base: using base-4.20.1.0
  11363. 1656.14 s [lsp] Dependency containers: using containers-0.7
  11364. 1656.14 s [lsp] Dependency hspec: using hspec-2.11.14
  11365. 1656.14 s [lsp] Dependency lsp: using lsp-2.7.0.1
  11366. 1656.14 s [lsp] Dependency sorted-list: using sorted-list-0.2.3.1
  11367. 1656.14 s [lsp] Dependency text: using text-2.1.2
  11368. 1656.14 s [lsp] Dependency text-rope: using text-rope-0.3
  11369. 1656.14 s [lsp] Dependency unordered-containers: using unordered-containers-0.2.20.1
  11370. 1656.14 s [lsp] Source component graph:
  11371. 1656.14 s [lsp] component lib
  11372. 1656.14 s [lsp] component test:lsp-test dependency lib
  11373. 1656.14 s [lsp] Configured component graph:
  11374. 1656.14 s [lsp] component lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11375. 1656.14 s [lsp] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11376. 1656.14 s [lsp] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  11377. 1656.14 s [lsp] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  11378. 1656.14 s [lsp] include base-4.20.1.0-f445
  11379. 1656.14 s [lsp] include bytestring-0.12.2.0-214a
  11380. 1656.14 s [lsp] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  11381. 1656.14 s [lsp] include containers-0.7-6571
  11382. 1656.14 s [lsp] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11383. 1656.14 s [lsp] include directory-1.3.8.5-159c
  11384. 1656.14 s [lsp] include exceptions-0.10.9-9158
  11385. 1656.14 s [lsp] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  11386. 1656.14 s [lsp] include filepath-1.5.4.0-8593
  11387. 1656.14 s [lsp] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  11388. 1656.14 s [lsp] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11389. 1656.14 s [lsp] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  11390. 1656.14 s [lsp] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  11391. 1656.14 s [lsp] include mtl-2.3.1-07d6
  11392. 1656.14 s [lsp] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  11393. 1656.14 s [lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11394. 1656.14 s [lsp] include stm-2.5.3.1-662c
  11395. 1656.14 s [lsp] include text-2.1.2-7514
  11396. 1656.14 s [lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11397. 1656.14 s [lsp] include transformers-0.6.1.1-05a6
  11398. 1656.14 s [lsp] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  11399. 1656.14 s [lsp] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  11400. 1656.14 s [lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11401. 1656.14 s [lsp] component lsp-2.7.0.1-EDtZ6EfSkG254RSOMAuGd9-lsp-test
  11402. 1656.14 s [lsp] include base-4.20.1.0-f445
  11403. 1656.14 s [lsp] include containers-0.7-6571
  11404. 1656.14 s [lsp] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  11405. 1656.14 s [lsp] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11406. 1656.14 s [lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11407. 1656.14 s [lsp] include text-2.1.2-7514
  11408. 1656.14 s [lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11409. 1656.14 s [lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11410. 1656.14 s [lsp] Linked component graph:
  11411. 1656.14 s [lsp] unit lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11412. 1656.14 s [lsp] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11413. 1656.14 s [lsp] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  11414. 1656.14 s [lsp] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  11415. 1656.14 s [lsp] include base-4.20.1.0-f445
  11416. 1656.14 s [lsp] include bytestring-0.12.2.0-214a
  11417. 1656.14 s [lsp] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  11418. 1656.14 s [lsp] include containers-0.7-6571
  11419. 1656.14 s [lsp] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11420. 1656.14 s [lsp] include directory-1.3.8.5-159c
  11421. 1656.14 s [lsp] include exceptions-0.10.9-9158
  11422. 1656.14 s [lsp] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  11423. 1656.14 s [lsp] include filepath-1.5.4.0-8593
  11424. 1656.14 s [lsp] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  11425. 1656.14 s [lsp] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11426. 1656.15 s [lsp] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  11427. 1656.15 s [lsp] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  11428. 1656.15 s [lsp] include mtl-2.3.1-07d6
  11429. 1656.15 s [lsp] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  11430. 1656.15 s [lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11431. 1656.15 s [lsp] include stm-2.5.3.1-662c
  11432. 1656.15 s [lsp] include text-2.1.2-7514
  11433. 1656.15 s [lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11434. 1656.15 s [lsp] include transformers-0.6.1.1-05a6
  11435. 1656.15 s [lsp] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  11436. 1656.15 s [lsp] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  11437. 1656.15 s [lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11438. 1656.15 s [lsp] Language.LSP.Diagnostics=lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ:Language.LSP.Diagnostics,Language.LSP.Logging=lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ:Language.LSP.Logging,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Lens=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Lens,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types,Language.LSP.Server=lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ:Language.LSP.Server,Language.LSP.VFS=lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ:Language.LSP.VFS
  11439. 1656.15 s [lsp] unit lsp-2.7.0.1-EDtZ6EfSkG254RSOMAuGd9-lsp-test
  11440. 1656.15 s [lsp] include base-4.20.1.0-f445
  11441. 1656.15 s [lsp] include containers-0.7-6571
  11442. 1656.15 s [lsp] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  11443. 1656.15 s [lsp] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11444. 1656.15 s [lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11445. 1656.15 s [lsp] include text-2.1.2-7514
  11446. 1656.15 s [lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11447. 1656.15 s [lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11448. 1656.15 s [lsp] Ready component graph:
  11449. 1656.15 s [lsp] definite lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11450. 1656.15 s [lsp] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11451. 1656.15 s [lsp] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  11452. 1656.15 s [lsp] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
  11453. 1656.15 s [lsp] depends base-4.20.1.0-f445
  11454. 1656.15 s [lsp] depends bytestring-0.12.2.0-214a
  11455. 1656.15 s [lsp] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  11456. 1656.15 s [lsp] depends containers-0.7-6571
  11457. 1656.15 s [lsp] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11458. 1656.15 s [lsp] depends directory-1.3.8.5-159c
  11459. 1656.15 s [lsp] depends exceptions-0.10.9-9158
  11460. 1656.15 s [lsp] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  11461. 1656.15 s [lsp] depends filepath-1.5.4.0-8593
  11462. 1656.15 s [lsp] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  11463. 1656.15 s [lsp] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11464. 1656.15 s [lsp] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  11465. 1656.15 s [lsp] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  11466. 1656.15 s [lsp] depends mtl-2.3.1-07d6
  11467. 1656.15 s [lsp] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  11468. 1656.15 s [lsp] depends sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11469. 1656.15 s [lsp] depends stm-2.5.3.1-662c
  11470. 1656.15 s [lsp] depends text-2.1.2-7514
  11471. 1656.15 s [lsp] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11472. 1656.15 s [lsp] depends transformers-0.6.1.1-05a6
  11473. 1656.15 s [lsp] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  11474. 1656.15 s [lsp] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  11475. 1656.15 s [lsp] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11476. 1656.15 s [lsp] definite lsp-2.7.0.1-EDtZ6EfSkG254RSOMAuGd9-lsp-test
  11477. 1656.15 s [lsp] depends base-4.20.1.0-f445
  11478. 1656.15 s [lsp] depends containers-0.7-6571
  11479. 1656.15 s [lsp] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  11480. 1656.15 s [lsp] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11481. 1656.15 s [lsp] depends sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  11482. 1656.15 s [lsp] depends text-2.1.2-7514
  11483. 1656.15 s [lsp] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  11484. 1656.15 s [lsp] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11485. 1656.15 s [lsp] Using Cabal-3.12.1.0 compiled by ghc-9.10
  11486. 1656.15 s [lsp] Using compiler: ghc-9.10.2
  11487. 1656.15 s [lsp] Using install prefix: /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11488. 1656.18 s [lsp] Executables installed in:
  11489. 1656.18 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/bin
  11490. 1656.18 s [lsp] Libraries installed in:
  11491. 1656.18 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11492. 1656.18 s [lsp] Dynamic Libraries installed in:
  11493. 1656.18 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  11494. 1656.18 s [lsp] Private executables installed in:
  11495. 1656.18 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/lsp-2.7.0.1
  11496. 1656.18 s [lsp] Data files installed in:
  11497. 1656.18 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/share/x86_64-linux-ghc-9.10.2-2a2a/lsp-2.7.0.1
  11498. 1656.18 s [lsp] Documentation installed in:
  11499. 1656.18 s [lsp] /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1
  11500. 1656.18 s [lsp] Configuration files installed in:
  11501. 1656.18 s [lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/etc
  11502. 1656.18 s [lsp] No alex found
  11503. 1656.18 s [lsp] Using ar found on system at:
  11504. 1656.18 s [lsp] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  11505. 1656.18 s [lsp] No c2hs found
  11506. 1656.18 s [lsp] No cpphs found
  11507. 1656.18 s [lsp] No doctest found
  11508. 1656.18 s [lsp] Using gcc version 14.3.0 given by user at:
  11509. 1656.18 s [lsp] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  11510. 1656.18 s [lsp] Using ghc version 9.10.2 found on system at:
  11511. 1656.18 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  11512. 1656.18 s [lsp] Using ghc-pkg version 9.10.2 found on system at:
  11513. 1656.18 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  11514. 1656.18 s [lsp] No ghcjs found
  11515. 1656.18 s [lsp] No ghcjs-pkg found
  11516. 1656.18 s [lsp] No greencard found
  11517. 1656.18 s [lsp] Using haddock version 2.31.0 found on system at:
  11518. 1656.18 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  11519. 1656.18 s [lsp] No happy found
  11520. 1656.18 s [lsp] Using haskell-suite found on system at: haskell-suite-dummy-location
  11521. 1656.18 s [lsp] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  11522. 1656.18 s [lsp] No hmake found
  11523. 1656.18 s [lsp] Using hpc version 0.69 found on system at:
  11524. 1656.18 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  11525. 1656.18 s [lsp] Using hsc2hs version 0.68.10 found on system at:
  11526. 1656.18 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  11527. 1656.18 s [lsp] Using hscolour version 1.25 found on system at:
  11528. 1656.18 s [lsp] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  11529. 1656.18 s [lsp] No jhc found
  11530. 1656.18 s [lsp] Using ld found on system at:
  11531. 1656.18 s [lsp] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  11532. 1656.18 s [lsp] No pkg-config found
  11533. 1656.18 s [lsp] Using runghc version 9.10.2 found on system at:
  11534. 1656.18 s [lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  11535. 1656.18 s [lsp] Using strip version 2.44 found on system at:
  11536. 1656.18 s [lsp] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  11537. 1656.18 s [lsp] Using tar found on system at:
  11538. 1656.18 s [lsp] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  11539. 1656.18 s [lsp] No uhc found
  11540. 1656.53 s [lsp] Phase: buildPhase
  11541. 1656.60 s [lsp] Preprocessing library for lsp-2.7.0.1...
  11542. 1656.60 s [lsp] Building library for lsp-2.7.0.1...
  11543. 1656.69 s [lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.o, dist/build/Language/LSP/Diagnostics.dyn_o )
  11544. 1657.55 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 )
  11545. 1658.17 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 )
  11546. 1659.98 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 )
  11547. 1660.20 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 )
  11548. 1661.50 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 )
  11549. 1661.50 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 )
  11550. 1661.85 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 )
  11551. 1662.14 s [lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.p_o )
  11552. 1662.88 s [lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, dist/build/Language/LSP/VFS.p_o )
  11553. 1663.58 s [lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, dist/build/Language/LSP/Server/Core.p_o )
  11554. 1663.60 s [fourmolu] Documentation created: dist/doc/html/fourmolu/,
  11555. 1663.60 s [fourmolu] dist/doc/html/fourmolu/fourmolu.txt
  11556. 1663.66 s [fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.19.0.1...
  11557. 1663.66 s [fourmolu] Preprocessing test suite 'tests' for fourmolu-0.19.0.1...
  11558. 1663.67 s [fourmolu] haddockPhase completed in 1 minutes 25 seconds
  11559. 1663.67 s [fourmolu] Phase: installPhase
  11560. 1663.79 s [fourmolu] Installing library in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  11561. 1664.30 s [fourmolu] Installing executable fourmolu in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin
  11562. 1664.30 s [fourmolu] Warning: The directory
  11563. 1664.30 s [fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin is not in
  11564. 1664.30 s [fourmolu] the system search path.
  11565. 1665.05 s [fourmolu] Phase: fixupPhase
  11566. 1665.06 s [fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1
  11567. 1665.10 s [fourmolu] shrinking /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSfourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU-ghc9.10.2.so
  11568. 1665.12 s [fourmolu] shrinking /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin/fourmolu
  11569. 1665.18 s [fourmolu] checking for references to /build/ in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1...
  11570. 1665.26 s [fourmolu] patching script interpreter paths in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1
  11571. 1665.27 s [fourmolu] stripping (with command strip and flags -S -p) in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/lib /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin
  11572. 1665.48 s [lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, dist/build/Language/LSP/Server/Progress.p_o )
  11573. 1665.73 s [fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
  11574. 1665.75 s [fourmolu] checking for references to /build/ in /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc...
  11575. 1665.76 s [lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, dist/build/Language/LSP/Server/Processing.p_o )
  11576. 1665.79 s [fourmolu] patching script interpreter paths in /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
  11577. 1666.14 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1 /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
  11578. 1666.57 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  11579. 1666.59 s [post-build-hook] Uploading to the NixCI cache: /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1 /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
  11580. 1666.62 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11581. 1666.66 s [post-build-hook] copying 1 paths...
  11582. 1666.66 s [post-build-hook] copying path '/nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1' to 'https://cache.nix-ci.com'...
  11583. 1683.86 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11584. 1684.88 s [post-build-hook] copying 0 paths...
  11585. 1684.88 s Progress: 149 of 157 built (1 building), 587 of 587 downloaded from cache
  11586. 1684.88 s [lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, dist/build/Language/LSP/Logging.p_o )
  11587. 1684.88 s [lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, dist/build/Language/LSP/Server/Control.p_o )
  11588. 1684.88 s [lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, dist/build/Language/LSP/Server.p_o )
  11589. 1684.88 s [lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
  11590. 1684.88 s [lsp] Building test suite 'lsp-test' for lsp-2.7.0.1...
  11591. 1684.88 s [lsp] [1 of 4] Compiling DiagnosticsSpec ( test/DiagnosticsSpec.hs, dist/build/lsp-test/lsp-test-tmp/DiagnosticsSpec.o )
  11592. 1684.88 s [lsp] [2 of 4] Compiling VspSpec ( test/VspSpec.hs, dist/build/lsp-test/lsp-test-tmp/VspSpec.o )
  11593. 1684.88 s [lsp] [3 of 4] Compiling Spec ( test/Spec.hs, dist/build/lsp-test/lsp-test-tmp/Spec.o )
  11594. 1684.88 s [lsp] [4 of 4] Compiling Main ( test/Main.hs, dist/build/lsp-test/lsp-test-tmp/Main.o )
  11595. 1684.88 s [lsp] [5 of 5] Linking dist/build/lsp-test/lsp-test
  11596. 1684.88 s [lsp] Phase: checkPhase
  11597. 1684.88 s [lsp] Running 1 test suites...
  11598. 1684.88 s [lsp] Test suite lsp-test: RUNNING...
  11599. 1684.88 s [lsp]
  11600. 1684.88 s [lsp] Diagnostics
  11601. 1684.89 s [lsp] Diagnostics functions
  11602. 1684.89 s [lsp] constructs a new store
  11603. 1684.89 s [lsp] constructs a store with no doc version and a single source [✔]
  11604. 1684.89 s [lsp] constructs a store with no doc version and multiple sources [✔]
  11605. 1684.89 s [lsp] constructs a store with doc version and multiple sources [✔]
  11606. 1684.89 s [lsp] updates a store for same document version
  11607. 1684.89 s [lsp] updates a store without a document version, single source only [✔]
  11608. 1684.89 s [lsp] updates just one source of a 2 source store [✔]
  11609. 1684.89 s [lsp] updates just one source of a 2 source store, with empty diags [✔]
  11610. 1684.89 s [lsp] updates a store for a new document version
  11611. 1684.89 s [lsp] updates a store without a document version, single source only [✔]
  11612. 1684.89 s [lsp] updates a store for a new doc version, removing all priot sources [✔]
  11613. 1684.89 s [lsp] retrieves all the diagnostics for a given uri
  11614. 1684.89 s [lsp] gets diagnostics for multiple sources [✔]
  11615. 1684.89 s [lsp] limits the number of diagnostics retrieved, in order
  11616. 1684.89 s [lsp] gets diagnostics for multiple sources [✔]
  11617. 1684.89 s [lsp] flushes the diagnostics for a given source
  11618. 1684.89 s [lsp] gets diagnostics for multiple sources [✔]
  11619. 1684.89 s [lsp] Vsp
  11620. 1684.89 s [lsp] VSP functions
  11621. 1684.89 s [lsp] applys changes in order
  11622. 1684.89 s [lsp] handles vscode style undos [✔]
  11623. 1684.89 s [lsp] handles vscode style redos [✔]
  11624. 1684.89 s [lsp] deletes characters
  11625. 1684.89 s [lsp] deletes characters within a line [✔]
  11626. 1684.89 s [lsp] deletes one line [✔]
  11627. 1684.89 s [lsp] deletes two lines [✔]
  11628. 1684.89 s [lsp] adds characters
  11629. 1684.89 s [lsp] adds one line [✔]
  11630. 1684.89 s [lsp] adds two lines [✔]
  11631. 1684.89 s [lsp] changes characters
  11632. 1684.89 s [lsp] removes end of a line [✔]
  11633. 1684.89 s [lsp] indexes using utf-16 code units [✔]
  11634. 1684.89 s [lsp] LSP utilities
  11635. 1684.89 s [lsp] splits at a line [✔]
  11636. 1684.89 s [lsp] converts code units to code points [✔]
  11637. 1684.89 s [lsp] converts code points to code units [✔]
  11638. 1684.89 s [lsp]
  11639. 1684.89 s [lsp] Finished in 0.0032 seconds
  11640. 1684.89 s [lsp] 23 examples, 0 failures
  11641. 1684.89 s [lsp] Test suite lsp-test: PASS
  11642. 1684.89 s [lsp] Test suite logged to: dist/test/lsp-2.7.0.1-lsp-test.log
  11643. 1684.89 s [lsp] 1 of 1 test suites (1 of 1 test cases) passed.
  11644. 1684.89 s [lsp] Phase: haddockPhase
  11645. 1684.89 s [lsp] Preprocessing library for lsp-2.7.0.1...
  11646. 1684.89 s [lsp] Running Haddock on library for lsp-2.7.0.1...
  11647. 1684.89 s [lsp] Warning: The documentation for the following packages are not installed. No
  11648. 1684.89 s [lsp] links will be generated to these packages: attoparsec-0.14.4,
  11649. 1684.89 s [lsp] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  11650. 1684.89 s [lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, nothing )
  11651. 1684.89 s [lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, nothing )
  11652. 1684.89 s [lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, nothing )
  11653. 1684.89 s [lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, nothing )
  11654. 1684.89 s [lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, nothing )
  11655. 1684.89 s [lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, nothing )
  11656. 1684.89 s [lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, nothing )
  11657. 1684.89 s [lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, nothing )
  11658. 1684.89 s [lsp] Haddock coverage:
  11659. 1684.89 s [lsp] 11% ( 1 / 9) in 'Language.LSP.Diagnostics'
  11660. 1684.89 s [lsp] Missing documentation for:
  11661. 1684.89 s [lsp] Module header
  11662. 1684.89 s [lsp] DiagnosticStore (src/Language/LSP/Diagnostics.hs:42)
  11663. 1684.89 s [lsp] DiagnosticsBySource (src/Language/LSP/Diagnostics.hs:48)
  11664. 1684.89 s [lsp] StoreItem (src/Language/LSP/Diagnostics.hs:44)
  11665. 1684.89 s [lsp] partitionBySource (src/Language/LSP/Diagnostics.hs:53)
  11666. 1684.89 s [lsp] flushBySource (src/Language/LSP/Diagnostics.hs:58)
  11667. 1684.89 s [lsp] updateDiagnostics (src/Language/LSP/Diagnostics.hs:71)
  11668. 1684.89 s [lsp] getDiagnosticParamsFor (src/Language/LSP/Diagnostics.hs:93)
  11669. 1684.89 s [lsp] Warning: 'filesystem' is out of scope.
  11670. 1684.89 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11671. 1684.89 s [lsp] Warning: 'VFS' is ambiguous. It is defined
  11672. 1684.89 s [lsp] * at src/Language/LSP/VFS.hs:98:12
  11673. 1684.89 s [lsp] * at src/Language/LSP/VFS.hs:98:1
  11674. 1684.89 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11675. 1684.89 s [lsp] by specifying the type/value namespace explicitly.
  11676. 1684.89 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:98:1
  11677. 1684.89 s [lsp] Warning: 'DidChangeTextDocumentNotification' is out of scope.
  11678. 1684.89 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11679. 1684.89 s [lsp] Warning: 'ApplyWorkspaceEditRequest' is out of scope.
  11680. 1684.89 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11681. 1684.89 s [lsp] Warning: 'CodePointPosition' is ambiguous. It is defined
  11682. 1684.89 s [lsp] * at src/Language/LSP/VFS.hs:362:26
  11683. 1684.89 s [lsp] * at src/Language/LSP/VFS.hs:362:1
  11684. 1684.89 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11685. 1684.89 s [lsp] by specifying the type/value namespace explicitly.
  11686. 1684.89 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:362:1
  11687. 1684.89 s [lsp] Warning: 'CodePointRange' is ambiguous. It is defined
  11688. 1684.89 s [lsp] * at src/Language/LSP/VFS.hs:373:23
  11689. 1684.89 s [lsp] * at src/Language/LSP/VFS.hs:373:1
  11690. 1684.89 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11691. 1684.89 s [lsp] by specifying the type/value namespace explicitly.
  11692. 1684.89 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:373:1
  11693. 1684.89 s [lsp] 50% ( 17 / 34) in 'Language.LSP.VFS'
  11694. 1684.89 s [lsp] Missing documentation for:
  11695. 1684.89 s [lsp] VFS (src/Language/LSP/VFS.hs:98)
  11696. 1684.89 s [lsp] vfsMap
  11697. 1684.89 s [lsp] VirtualFile (src/Language/LSP/VFS.hs:87)
  11698. 1684.89 s [lsp] lsp_version
  11699. 1684.89 s [lsp] file_version
  11700. 1684.89 s [lsp] file_text
  11701. 1684.89 s [lsp] virtualFileText (src/Language/LSP/VFS.hs:130)
  11702. 1684.89 s [lsp] virtualFileVersion (src/Language/LSP/VFS.hs:133)
  11703. 1684.89 s [lsp] VfsLog (src/Language/LSP/VFS.hs:103)
  11704. 1684.89 s [lsp] emptyVFS (src/Language/LSP/VFS.hs:138)
  11705. 1684.89 s [lsp] closeVFS (src/Language/LSP/VFS.hs:319)
  11706. 1684.89 s [lsp] line
  11707. 1684.89 s [lsp] character
  11708. 1684.89 s [lsp] start
  11709. 1684.89 s [lsp] end
  11710. 1684.89 s [lsp] rangeLinesFromVfs (src/Language/LSP/VFS.hs:466)
  11711. 1684.89 s [lsp] applyChange (src/Language/LSP/VFS.hs:336)
  11712. 1684.89 s [lsp] Warning: 'LanguageContextEnv' is ambiguous. It is defined
  11713. 1684.89 s [lsp] * at src/Language/LSP/Server/Core.hs:126:34
  11714. 1684.89 s [lsp] * at src/Language/LSP/Server/Core.hs:126:1
  11715. 1684.89 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11716. 1684.89 s [lsp] by specifying the type/value namespace explicitly.
  11717. 1684.89 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:126:1
  11718. 1684.89 s [lsp] Warning: 'LspT' is ambiguous. It is defined
  11719. 1684.89 s [lsp] * at src/Language/LSP/Server/Core.hs:97:27
  11720. 1684.89 s [lsp] * at src/Language/LSP/Server/Core.hs:97:1
  11721. 1684.89 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11722. 1684.89 s [lsp] by specifying the type/value namespace explicitly.
  11723. 1684.89 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:97:1
  11724. 1684.89 s [lsp] Warning: 'executeCommandHandler' is out of scope.
  11725. 1684.89 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11726. 1684.89 s [lsp] Warning: 'documentOnTypeFormattingHandler' is out of scope.
  11727. 1684.89 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11728. 1684.89 s [lsp] Warning: 'shutdown' is out of scope.
  11729. 1684.89 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11730. 1684.89 s [lsp] Warning: 'Handlers' is ambiguous. It is defined
  11731. 1684.89 s [lsp] * at src/Language/LSP/Server/Core.hs:157:19
  11732. 1684.89 s [lsp] * at src/Language/LSP/Server/Core.hs:157:1
  11733. 1684.89 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11734. 1684.89 s [lsp] by specifying the type/value namespace explicitly.
  11735. 1684.89 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:157:1
  11736. 1684.89 s [lsp] Warning: 'VirtualFile' is ambiguous. It is defined
  11737. 1684.89 s [lsp] * at src/Language/LSP/VFS.hs:87:20
  11738. 1684.89 s [lsp] * at src/Language/LSP/VFS.hs:87:1
  11739. 1684.89 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11740. 1684.89 s [lsp] by specifying the type/value namespace explicitly.
  11741. 1684.89 s [lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:87:1
  11742. 1684.89 s [lsp] Warning: 'NormalizedUri' is ambiguous. It is defined
  11743. 1684.89 s [lsp] * in ‘Language.LSP.Protocol.Types.Uri’
  11744. 1684.89 s [lsp] * in ‘Language.LSP.Protocol.Types.Uri’
  11745. 1684.89 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11746. 1684.89 s [lsp] by specifying the type/value namespace explicitly.
  11747. 1684.89 s [lsp] Defaulting to the one defined in ‘Language.LSP.Protocol.Types.Uri’
  11748. 1684.89 s [lsp] Warning: 'RegistrationToken' is ambiguous. It is defined
  11749. 1684.89 s [lsp] * at src/Language/LSP/Server/Core.hs:223:57
  11750. 1684.89 s [lsp] * at src/Language/LSP/Server/Core.hs:223:1
  11751. 1684.89 s [lsp] You may be able to disambiguate the identifier by qualifying it or
  11752. 1684.89 s [lsp] by specifying the type/value namespace explicitly.
  11753. 1684.89 s [lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:223:1
  11754. 1684.89 s [lsp] Warning: 'sensible' is out of scope.
  11755. 1684.89 s [lsp] If you qualify the identifier, haddock can try to link it anyway.
  11756. 1684.89 s [lsp] 75% ( 3 / 4) in 'Language.LSP.Logging'
  11757. 1684.89 s [lsp] Missing documentation for:
  11758. 1684.89 s [lsp] Module header
  11759. 1684.89 s [lsp] 65% ( 38 / 58) in 'Language.LSP.Server'
  11760. 1684.89 s [lsp] Missing documentation for:
  11761. 1684.89 s [lsp] Module header
  11762. 1684.89 s [lsp] LspServerLog (src/Language/LSP/Server/Control.hs:37)
  11763. 1684.89 s [lsp] VFSData (src/Language/LSP/Server/Core.hs:232)
  11764. 1684.89 s [lsp] transmuteHandlers (src/Language/LSP/Server/Core.hs:190)
  11765. 1684.89 s [lsp] mapHandlers (src/Language/LSP/Server/Core.hs:197)
  11766. 1684.89 s [lsp] notificationHandler (src/Language/LSP/Server/Core.hs:168)
  11767. 1684.89 s [lsp] requestHandler (src/Language/LSP/Server/Core.hs:171)
  11768. 1684.89 s [lsp] defaultOptions (src/Language/LSP/Server/Core.hs:317)
  11769. 1684.89 s [lsp] LspT (src/Language/LSP/Server/Core.hs:97)
  11770. 1684.89 s [lsp] LspM (src/Language/LSP/Server/Core.hs:108)
  11771. 1684.89 s [lsp] MonadLsp (src/Language/LSP/Server/Core.hs:110)
  11772. 1684.89 s [lsp] runLspT (src/Language/LSP/Server/Core.hs:105)
  11773. 1684.89 s [lsp] LanguageContextEnv (src/Language/LSP/Server/Core.hs:126)
  11774. 1684.89 s [lsp] getClientCapabilities (src/Language/LSP/Server/Core.hs:521)
  11775. 1684.89 s [lsp] setConfig (src/Language/LSP/Server/Core.hs:517)
  11776. 1684.89 s [lsp] getRootPath (src/Language/LSP/Server/Core.hs:525)
  11777. 1684.89 s [lsp] sendRequest (src/Language/LSP/Server/Core.hs:417)
  11778. 1684.89 s [lsp] sendNotification (src/Language/LSP/Server/Core.hs:404)
  11779. 1684.89 s [lsp] getVirtualFiles (src/Language/LSP/Server/Core.hs:439)
  11780. 1684.89 s [lsp] RegistrationToken (src/Language/LSP/Server/Core.hs:223)
  11781. 1684.89 s [lsp] Warning: Language.LSP.Diagnostics: could not find link destinations for:
  11782. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  11783. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  11784. 1684.89 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  11785. 1684.89 s [lsp] Warning: Language.LSP.VFS: could not find link destinations for:
  11786. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.Position.Position
  11787. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.Range.Range
  11788. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  11789. 1684.89 s [lsp] - Language.LSP.Protocol.Types.Common.UInt
  11790. 1684.89 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  11791. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
  11792. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
  11793. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
  11794. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceApplyEdit
  11795. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Types.TMessage
  11796. 1684.89 s [lsp] - Language.LSP.VFS.HasLsp_version
  11797. 1684.89 s [lsp] - Language.LSP.VFS.HasFile_version
  11798. 1684.89 s [lsp] - Language.LSP.VFS.HasFile_text
  11799. 1684.89 s [lsp] - Language.LSP.VFS.HasVfsMap
  11800. 1684.89 s [lsp] - Language.LSP.VFS.HasLine
  11801. 1684.89 s [lsp] - Language.LSP.VFS.HasCharacter
  11802. 1684.89 s [lsp] - Language.LSP.VFS.HasStart
  11803. 1684.89 s [lsp] - Language.LSP.VFS.HasEnd
  11804. 1684.89 s [lsp] Warning: Language.LSP.Server: could not find link destinations for:
  11805. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  11806. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions._commitCharactersSupport
  11807. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.CodeActionKind.CodeActionKind
  11808. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  11809. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.ServerInfo.ServerInfo
  11810. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  11811. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.TextDocumentSyncOptions
  11812. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  11813. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  11814. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  11815. 1684.89 s [lsp] - Language.LSP.Protocol.Types.Common.UInt
  11816. 1684.89 s [lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  11817. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.MessageParams
  11818. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.MessageResult
  11819. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.Method
  11820. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  11821. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.RegistrationOptions
  11822. 1684.89 s [lsp] - Language.LSP.Protocol.Internal.Method.SMethod
  11823. 1684.89 s [lsp] - Language.LSP.Protocol.Message.LspId.LspId
  11824. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Meta.ClientToServer
  11825. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Meta.ServerToClient
  11826. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Meta.MessageKind
  11827. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Meta.Notification
  11828. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Meta.Request
  11829. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Method.SClientMethod
  11830. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Method.SServerMethod
  11831. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
  11832. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Types.TMessage
  11833. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  11834. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Types.TRequestMessage
  11835. 1684.89 s [lsp] - Language.LSP.Protocol.Message.Types.TResponseError
  11836. 1684.89 s [lsp] - Language.LSP.Protocol.Utils.SMethodMap.SMethodMap
  11837. 1684.89 s [lsp] - Language.LSP.Server.Core.LanguageContextState
  11838. 1684.89 s [lsp] - Language.LSP.Server.Core.LspCoreLog
  11839. 1684.89 s [lsp] - Language.LSP.Server.Processing.LspProcessingLog
  11840. 1684.89 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities'
  11841. 1684.89 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Lens'
  11842. 1684.89 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message'
  11843. 1684.89 s [lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types'
  11844. 1684.89 s [lsp] Documentation created: dist/doc/html/lsp/, dist/doc/html/lsp/lsp.txt
  11845. 1684.89 s [lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
  11846. 1684.89 s [lsp] Phase: installPhase
  11847. 1684.89 s [lsp] Installing library in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11848. 1684.89 s [lsp] Phase: fixupPhase
  11849. 1684.89 s [lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11850. 1684.89 s [lsp] shrinking /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ-ghc9.10.2.so
  11851. 1684.89 s [lsp] checking for references to /build/ in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1...
  11852. 1684.89 s [lsp] patching script interpreter paths in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11853. 1684.89 s [lsp] stripping (with command strip and flags -S -p) in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib
  11854. 1684.89 s [lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc
  11855. 1684.89 s [lsp] checking for references to /build/ in /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc...
  11856. 1684.89 s [lsp] patching script interpreter paths in /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc
  11857. 1684.89 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11858. 1684.89 s [post-build-hook] Pushing 2 paths (261 are already present) using zstd to cache sellout ⏳
  11859. 1684.89 s [post-build-hook]
  11860. 1684.89 s [post-build-hook] Pushing /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc (2.12 MiB)
  11861. 1684.97 s [post-build-hook] Pushing /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1 (8.18 MiB)
  11862. 1685.94 s [post-build-hook]
  11863. 1685.94 s [post-build-hook] All done.
  11864. 1685.96 s [post-build-hook] Uploading to the NixCI cache: /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
  11865. 1686.00 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11866. 1686.16 s [post-build-hook] copying 2 paths...
  11867. 1686.16 s [post-build-hook] copying path '/nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc' to 'https://cache.nix-ci.com'...
  11868. 1686.53 s [post-build-hook] copying path '/nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1' to 'https://cache.nix-ci.com'...
  11869. 1688.15 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  11870. 1688.32 s [post-build-hook] copying 1 paths...
  11871. 1688.32 s [post-build-hook] copying path '/nix/store/356yi7xc0rs69zfjvlgznimzxd7mhp87-lsp-2.7.0.1.drv' to 'https://cache.nix-ci.com'...
  11872. 1688.46 s Progress: 150 of 157 built, 587 of 587 downloaded from cache
  11873. 1688.53 s Building hls-plugin-api
  11874. 1688.58 s Building lsp-test
  11875. 1688.91 s [hls-plugin-api] Phase: setupCompilerEnvironmentPhase
  11876. 1688.92 s [hls-plugin-api] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  11877. 1689.02 s [lsp-test] Phase: setupCompilerEnvironmentPhase
  11878. 1689.02 s [lsp-test] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  11879. 1689.32 s [hls-plugin-api] Phase: unpackPhase
  11880. 1689.33 s [hls-plugin-api] unpacking source archive /nix/store/gbg11b5frkds8nlrqzc0hsa023zaz5fb-hls-plugin-api-2.12.0.0.tar.gz
  11881. 1689.33 s [hls-plugin-api] source root is hls-plugin-api-2.12.0.0
  11882. 1689.34 s [hls-plugin-api] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-plugin-api-2.12.0.0/test/Main.hs"
  11883. 1689.34 s [hls-plugin-api] Phase: patchPhase
  11884. 1689.35 s [hls-plugin-api] Phase: compileBuildDriverPhase
  11885. 1689.35 s [hls-plugin-api] setupCompileFlags: -package-db=/build/tmp.7QkC2iTQGp/setup-package.conf.d -threaded
  11886. 1689.40 s [hls-plugin-api] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.7QkC2iTQGp/Main.o )
  11887. 1689.44 s [hls-plugin-api] [2 of 2] Linking Setup
  11888. 1689.60 s [lsp-test] Phase: unpackPhase
  11889. 1689.60 s [lsp-test] unpacking source archive /nix/store/nzq58rnlzlp5yrv5iyi4xsccjhi16j3y-lsp-test-0.17.1.1.tar.gz
  11890. 1689.60 s [lsp-test] source root is lsp-test-0.17.1.1
  11891. 1689.61 s [lsp-test] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-test-0.17.1.1/test/Test.hs"
  11892. 1689.62 s [lsp-test] Phase: patchPhase
  11893. 1689.62 s [lsp-test] Phase: compileBuildDriverPhase
  11894. 1689.63 s [lsp-test] setupCompileFlags: -package-db=/build/tmp.RsNa7zLMSQ/setup-package.conf.d -threaded
  11895. 1689.68 s [lsp-test] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.RsNa7zLMSQ/Main.o )
  11896. 1689.72 s [lsp-test] [2 of 2] Linking Setup
  11897. 1690.56 s [hls-plugin-api] Phase: updateAutotoolsGnuConfigScriptsPhase
  11898. 1690.57 s [hls-plugin-api] Phase: configurePhase
  11899. 1690.58 s [hls-plugin-api] configureFlags: --verbose --prefix=/nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc/share/doc/hls-plugin-api-2.12.0.0 --with-gcc=gcc --package-db=/build/tmp.7QkC2iTQGp/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  11900. 1690.58 s [hls-plugin-api] Using Parsec parser
  11901. 1690.58 s [hls-plugin-api] Configuring hls-plugin-api-2.12.0.0...
  11902. 1690.86 s [lsp-test] Phase: updateAutotoolsGnuConfigScriptsPhase
  11903. 1690.87 s [lsp-test] Phase: configurePhase
  11904. 1690.88 s [lsp-test] configureFlags: --verbose --prefix=/nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1 --with-gcc=gcc --package-db=/build/tmp.RsNa7zLMSQ/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
  11905. 1690.89 s [lsp-test] Using Parsec parser
  11906. 1690.89 s [lsp-test] Configuring lsp-test-0.17.1.1...
  11907. 1690.97 s [hls-plugin-api] Flags chosen: pedantic=False, use-fingertree=True
  11908. 1691.19 s [hls-plugin-api] Dependency Diff >=0.5 && <0.6 || >=1.0.0 && <1.1: using Diff-1.0.2
  11909. 1691.19 s [hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
  11910. 1691.19 s [hls-plugin-api] Dependency base >=4.12 && <5: using base-4.20.1.0
  11911. 1691.19 s [hls-plugin-api] Dependency co-log-core: using co-log-core-0.3.2.5
  11912. 1691.19 s [hls-plugin-api] Dependency containers: using containers-0.7
  11913. 1691.19 s [hls-plugin-api] Dependency data-default: using data-default-0.8.0.1
  11914. 1691.19 s [hls-plugin-api] Dependency dependent-map: using dependent-map-0.4.0.1
  11915. 1691.19 s [hls-plugin-api] Dependency dependent-sum >=0.7: using dependent-sum-0.7.2.0
  11916. 1691.19 s [hls-plugin-api] Dependency dlist: using dlist-1.0
  11917. 1691.19 s [hls-plugin-api] Dependency extra: using extra-1.8.1
  11918. 1691.19 s [hls-plugin-api] Dependency filepath: using filepath-1.5.4.0
  11919. 1691.19 s [hls-plugin-api] Dependency ghc: using ghc-9.10.2
  11920. 1691.19 s [hls-plugin-api] Dependency hashable: using hashable-1.5.0.0
  11921. 1691.19 s [hls-plugin-api] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  11922. 1691.19 s [hls-plugin-api] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
  11923. 1691.19 s [hls-plugin-api] Dependency lens: using lens-5.3.5
  11924. 1691.19 s [hls-plugin-api] Dependency lens-aeson: using lens-aeson-1.2.3
  11925. 1691.19 s [hls-plugin-api] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  11926. 1691.19 s [hls-plugin-api] Dependency megaparsec >=9.0: using megaparsec-9.7.0
  11927. 1691.19 s [hls-plugin-api] Dependency mtl: using mtl-2.3.1
  11928. 1691.19 s [hls-plugin-api] Dependency opentelemetry >=0.4: using opentelemetry-0.8.0
  11929. 1691.19 s [hls-plugin-api] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  11930. 1691.19 s [hls-plugin-api] Dependency prettyprinter: using prettyprinter-1.7.1
  11931. 1691.19 s [hls-plugin-api] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.5
  11932. 1691.19 s [hls-plugin-api] Dependency stm: using stm-2.5.3.1
  11933. 1691.19 s [hls-plugin-api] Dependency text: using text-2.1.2
  11934. 1691.19 s [hls-plugin-api] Dependency time: using time-1.12.2
  11935. 1691.19 s [hls-plugin-api] Dependency transformers: using transformers-0.6.1.1
  11936. 1691.19 s [hls-plugin-api] Dependency unix: using unix-2.8.6.0
  11937. 1691.19 s [hls-plugin-api] Dependency unliftio: using unliftio-0.2.25.1
  11938. 1691.19 s [hls-plugin-api] Dependency unordered-containers: using unordered-containers-0.2.20.1
  11939. 1691.19 s [hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
  11940. 1691.19 s [hls-plugin-api] Dependency base: using base-4.20.1.0
  11941. 1691.19 s [hls-plugin-api] Dependency bytestring: using bytestring-0.12.2.0
  11942. 1691.19 s [hls-plugin-api] Dependency containers: using containers-0.7
  11943. 1691.19 s [hls-plugin-api] Dependency data-default: using data-default-0.8.0.1
  11944. 1691.19 s [hls-plugin-api] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  11945. 1691.19 s [hls-plugin-api] Dependency lens: using lens-5.3.5
  11946. 1691.19 s [hls-plugin-api] Dependency lsp-types: using lsp-types-2.3.0.1
  11947. 1691.19 s [hls-plugin-api] Dependency tasty: using tasty-1.5.3
  11948. 1691.19 s [hls-plugin-api] Dependency tasty-golden: using tasty-golden-2.3.5
  11949. 1691.19 s [hls-plugin-api] Dependency tasty-hunit: using tasty-hunit-0.10.2
  11950. 1691.19 s [hls-plugin-api] Dependency tasty-quickcheck: using tasty-quickcheck-0.11.1
  11951. 1691.19 s [hls-plugin-api] Dependency tasty-rerun: using tasty-rerun-1.1.20
  11952. 1691.19 s [hls-plugin-api] Dependency text: using text-2.1.2
  11953. 1691.19 s [hls-plugin-api] Source component graph:
  11954. 1691.19 s [hls-plugin-api] component lib
  11955. 1691.19 s [hls-plugin-api] component test:tests dependency lib
  11956. 1691.19 s [hls-plugin-api] Configured component graph:
  11957. 1691.19 s [hls-plugin-api] component hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  11958. 1691.19 s [hls-plugin-api] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  11959. 1691.19 s [hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11960. 1691.19 s [hls-plugin-api] include base-4.20.1.0-f445
  11961. 1691.20 s [hls-plugin-api] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  11962. 1691.20 s [hls-plugin-api] include containers-0.7-6571
  11963. 1691.20 s [hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11964. 1691.20 s [hls-plugin-api] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  11965. 1691.20 s [hls-plugin-api] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  11966. 1691.20 s [hls-plugin-api] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  11967. 1691.20 s [hls-plugin-api] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  11968. 1691.20 s [hls-plugin-api] include filepath-1.5.4.0-8593
  11969. 1691.20 s [hls-plugin-api] include ghc-9.10.2-2a2a
  11970. 1691.20 s [hls-plugin-api] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  11971. 1691.20 s [hls-plugin-api] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  11972. 1691.20 s [hls-plugin-api] include hw-fingertree-0.1.2.1-4x9mKdPWQR0FEcMFhly5Lu
  11973. 1691.20 s [hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11974. 1691.20 s [hls-plugin-api] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  11975. 1691.20 s [hls-plugin-api] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  11976. 1691.20 s [hls-plugin-api] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  11977. 1691.20 s [hls-plugin-api] include mtl-2.3.1-07d6
  11978. 1691.20 s [hls-plugin-api] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  11979. 1691.20 s [hls-plugin-api] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  11980. 1691.20 s [hls-plugin-api] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  11981. 1691.20 s [hls-plugin-api] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  11982. 1691.20 s [hls-plugin-api] include stm-2.5.3.1-662c
  11983. 1691.20 s [hls-plugin-api] include text-2.1.2-7514
  11984. 1691.20 s [hls-plugin-api] include time-1.12.2-9680
  11985. 1691.20 s [hls-plugin-api] include transformers-0.6.1.1-05a6
  11986. 1691.20 s [hls-plugin-api] include unix-2.8.6.0-a0e2
  11987. 1691.20 s [hls-plugin-api] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  11988. 1691.20 s [hls-plugin-api] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  11989. 1691.20 s [hls-plugin-api] component hls-plugin-api-2.12.0.0-BjW0vY8ZiP0CODzM2GsJ5B-tests
  11990. 1691.20 s [hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  11991. 1691.20 s [hls-plugin-api] include base-4.20.1.0-f445
  11992. 1691.20 s [hls-plugin-api] include bytestring-0.12.2.0-214a
  11993. 1691.20 s [hls-plugin-api] include containers-0.7-6571
  11994. 1691.20 s [hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  11995. 1691.20 s [hls-plugin-api] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  11996. 1691.20 s [hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  11997. 1691.20 s [hls-plugin-api] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  11998. 1691.20 s [hls-plugin-api] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  11999. 1691.20 s [hls-plugin-api] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  12000. 1691.20 s [hls-plugin-api] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  12001. 1691.20 s [hls-plugin-api] include tasty-quickcheck-0.11.1-KPLMYbRIZP8JbSJJtRQ8LP
  12002. 1691.20 s [hls-plugin-api] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  12003. 1691.20 s [hls-plugin-api] include text-2.1.2-7514
  12004. 1691.20 s [hls-plugin-api] Linked component graph:
  12005. 1691.20 s [hls-plugin-api] unit hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12006. 1691.20 s [hls-plugin-api] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12007. 1691.20 s [hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12008. 1691.20 s [hls-plugin-api] include base-4.20.1.0-f445
  12009. 1691.20 s [hls-plugin-api] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12010. 1691.20 s [hls-plugin-api] include containers-0.7-6571
  12011. 1691.20 s [hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12012. 1691.20 s [hls-plugin-api] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  12013. 1691.20 s [hls-plugin-api] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  12014. 1691.20 s [hls-plugin-api] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  12015. 1691.20 s [hls-plugin-api] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12016. 1691.20 s [hls-plugin-api] include filepath-1.5.4.0-8593
  12017. 1691.20 s [hls-plugin-api] include ghc-9.10.2-2a2a
  12018. 1691.20 s [hls-plugin-api] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  12019. 1691.20 s [hls-plugin-api] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  12020. 1691.20 s [hls-plugin-api] include hw-fingertree-0.1.2.1-4x9mKdPWQR0FEcMFhly5Lu
  12021. 1691.20 s [hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12022. 1691.20 s [hls-plugin-api] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12023. 1691.20 s [hls-plugin-api] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12024. 1691.20 s [hls-plugin-api] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  12025. 1691.20 s [hls-plugin-api] include mtl-2.3.1-07d6
  12026. 1691.20 s [hls-plugin-api] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  12027. 1691.20 s [hls-plugin-api] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  12028. 1691.20 s [hls-plugin-api] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  12029. 1691.20 s [hls-plugin-api] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  12030. 1691.20 s [hls-plugin-api] include stm-2.5.3.1-662c
  12031. 1691.20 s [hls-plugin-api] include text-2.1.2-7514
  12032. 1691.20 s [hls-plugin-api] include time-1.12.2-9680
  12033. 1691.20 s [hls-plugin-api] include transformers-0.6.1.1-05a6
  12034. 1691.20 s [hls-plugin-api] include unix-2.8.6.0-a0e2
  12035. 1691.20 s [hls-plugin-api] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12036. 1691.20 s [hls-plugin-api] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  12037. 1691.20 s [hls-plugin-api] Ide.Logger=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Logger,Ide.Plugin.Config=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.Config,Ide.Plugin.ConfigUtils=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.ConfigUtils,Ide.Plugin.Error=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.Error,Ide.Plugin.HandleRequestTypes=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.HandleRequestTypes,Ide.Plugin.Properties=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.Properties,Ide.Plugin.RangeMap=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.RangeMap,Ide.Plugin.Resolve=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Plugin.Resolve,Ide.PluginUtils=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.PluginUtils,Ide.Types=hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9:Ide.Types
  12038. 1691.20 s [hls-plugin-api] unit hls-plugin-api-2.12.0.0-BjW0vY8ZiP0CODzM2GsJ5B-tests
  12039. 1691.20 s [hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12040. 1691.20 s [hls-plugin-api] include base-4.20.1.0-f445
  12041. 1691.20 s [hls-plugin-api] include bytestring-0.12.2.0-214a
  12042. 1691.20 s [hls-plugin-api] include containers-0.7-6571
  12043. 1691.20 s [hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12044. 1691.20 s [hls-plugin-api] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12045. 1691.20 s [hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12046. 1691.20 s [hls-plugin-api] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12047. 1691.20 s [hls-plugin-api] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  12048. 1691.20 s [hls-plugin-api] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  12049. 1691.20 s [hls-plugin-api] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  12050. 1691.20 s [hls-plugin-api] include tasty-quickcheck-0.11.1-KPLMYbRIZP8JbSJJtRQ8LP
  12051. 1691.20 s [hls-plugin-api] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  12052. 1691.20 s [hls-plugin-api] include text-2.1.2-7514
  12053. 1691.20 s [hls-plugin-api] Ready component graph:
  12054. 1691.20 s [hls-plugin-api] definite hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12055. 1691.20 s [hls-plugin-api] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12056. 1691.20 s [hls-plugin-api] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12057. 1691.20 s [hls-plugin-api] depends base-4.20.1.0-f445
  12058. 1691.20 s [hls-plugin-api] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12059. 1691.20 s [hls-plugin-api] depends containers-0.7-6571
  12060. 1691.23 s [hls-plugin-api] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12061. 1691.23 s [hls-plugin-api] depends dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  12062. 1691.23 s [hls-plugin-api] depends dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  12063. 1691.23 s [hls-plugin-api] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  12064. 1691.23 s [hls-plugin-api] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12065. 1691.23 s [hls-plugin-api] depends filepath-1.5.4.0-8593
  12066. 1691.23 s [hls-plugin-api] depends ghc-9.10.2-2a2a
  12067. 1691.23 s [hls-plugin-api] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  12068. 1691.23 s [hls-plugin-api] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  12069. 1691.23 s [hls-plugin-api] depends hw-fingertree-0.1.2.1-4x9mKdPWQR0FEcMFhly5Lu
  12070. 1691.23 s [hls-plugin-api] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12071. 1691.23 s [hls-plugin-api] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12072. 1691.23 s [hls-plugin-api] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12073. 1691.23 s [hls-plugin-api] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  12074. 1691.23 s [hls-plugin-api] depends mtl-2.3.1-07d6
  12075. 1691.23 s [hls-plugin-api] depends opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  12076. 1691.23 s [hls-plugin-api] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  12077. 1691.23 s [hls-plugin-api] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  12078. 1691.23 s [hls-plugin-api] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  12079. 1691.23 s [hls-plugin-api] depends stm-2.5.3.1-662c
  12080. 1691.23 s [hls-plugin-api] depends text-2.1.2-7514
  12081. 1691.23 s [hls-plugin-api] depends time-1.12.2-9680
  12082. 1691.23 s [hls-plugin-api] depends transformers-0.6.1.1-05a6
  12083. 1691.23 s [hls-plugin-api] depends unix-2.8.6.0-a0e2
  12084. 1691.23 s [hls-plugin-api] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12085. 1691.23 s [hls-plugin-api] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  12086. 1691.23 s [hls-plugin-api] definite hls-plugin-api-2.12.0.0-BjW0vY8ZiP0CODzM2GsJ5B-tests
  12087. 1691.23 s [hls-plugin-api] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12088. 1691.23 s [hls-plugin-api] depends base-4.20.1.0-f445
  12089. 1691.23 s [hls-plugin-api] depends bytestring-0.12.2.0-214a
  12090. 1691.23 s [hls-plugin-api] depends containers-0.7-6571
  12091. 1691.23 s [hls-plugin-api] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12092. 1691.23 s [hls-plugin-api] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12093. 1691.23 s [hls-plugin-api] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12094. 1691.23 s [hls-plugin-api] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12095. 1691.23 s [hls-plugin-api] depends tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  12096. 1691.23 s [hls-plugin-api] depends tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  12097. 1691.23 s [hls-plugin-api] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  12098. 1691.23 s [hls-plugin-api] depends tasty-quickcheck-0.11.1-KPLMYbRIZP8JbSJJtRQ8LP
  12099. 1691.23 s [hls-plugin-api] depends tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  12100. 1691.23 s [hls-plugin-api] depends text-2.1.2-7514
  12101. 1691.23 s [hls-plugin-api] Using Cabal-3.12.1.0 compiled by ghc-9.10
  12102. 1691.23 s [hls-plugin-api] Using compiler: ghc-9.10.2
  12103. 1691.23 s [hls-plugin-api] Using install prefix:
  12104. 1691.23 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0
  12105. 1691.23 s [hls-plugin-api] Executables installed in:
  12106. 1691.23 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/bin
  12107. 1691.23 s [hls-plugin-api] Libraries installed in:
  12108. 1691.23 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  12109. 1691.23 s [hls-plugin-api] Dynamic Libraries installed in:
  12110. 1691.23 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  12111. 1691.23 s [hls-plugin-api] Private executables installed in:
  12112. 1691.23 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/hls-plugin-api-2.12.0.0
  12113. 1691.23 s [hls-plugin-api] Data files installed in:
  12114. 1691.23 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/share/x86_64-linux-ghc-9.10.2-2a2a/hls-plugin-api-2.12.0.0
  12115. 1691.23 s [hls-plugin-api] Documentation installed in:
  12116. 1691.23 s [hls-plugin-api] /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc/share/doc/hls-plugin-api-2.12.0.0
  12117. 1691.23 s [hls-plugin-api] Configuration files installed in:
  12118. 1691.23 s [hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/etc
  12119. 1691.23 s [hls-plugin-api] No alex found
  12120. 1691.23 s [hls-plugin-api] Using ar found on system at:
  12121. 1691.23 s [hls-plugin-api] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  12122. 1691.23 s [hls-plugin-api] No c2hs found
  12123. 1691.23 s [hls-plugin-api] No cpphs found
  12124. 1691.23 s [hls-plugin-api] No doctest found
  12125. 1691.23 s [hls-plugin-api] Using gcc version 14.3.0 given by user at:
  12126. 1691.23 s [hls-plugin-api] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  12127. 1691.23 s [hls-plugin-api] Using ghc version 9.10.2 found on system at:
  12128. 1691.23 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  12129. 1691.23 s [hls-plugin-api] Using ghc-pkg version 9.10.2 found on system at:
  12130. 1691.23 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  12131. 1691.23 s [hls-plugin-api] No ghcjs found
  12132. 1691.23 s [hls-plugin-api] No ghcjs-pkg found
  12133. 1691.23 s [hls-plugin-api] No greencard found
  12134. 1691.23 s [hls-plugin-api] Using haddock version 2.31.0 found on system at:
  12135. 1691.23 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  12136. 1691.23 s [hls-plugin-api] No happy found
  12137. 1691.23 s [hls-plugin-api] Using haskell-suite found on system at: haskell-suite-dummy-location
  12138. 1691.23 s [hls-plugin-api] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12139. 1691.23 s [hls-plugin-api] No hmake found
  12140. 1691.23 s [hls-plugin-api] Using hpc version 0.69 found on system at:
  12141. 1691.23 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  12142. 1691.23 s [hls-plugin-api] Using hsc2hs version 0.68.10 found on system at:
  12143. 1691.23 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  12144. 1691.23 s [hls-plugin-api] Using hscolour version 1.25 found on system at:
  12145. 1691.23 s [hls-plugin-api] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  12146. 1691.23 s [hls-plugin-api] No jhc found
  12147. 1691.23 s [hls-plugin-api] Using ld found on system at:
  12148. 1691.23 s [hls-plugin-api] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  12149. 1691.23 s [hls-plugin-api] No pkg-config found
  12150. 1691.23 s [hls-plugin-api] Using runghc version 9.10.2 found on system at:
  12151. 1691.23 s [hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  12152. 1691.23 s [hls-plugin-api] Using strip version 2.44 found on system at:
  12153. 1691.23 s [hls-plugin-api] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  12154. 1691.23 s [hls-plugin-api] Using tar found on system at:
  12155. 1691.23 s [hls-plugin-api] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  12156. 1691.23 s [hls-plugin-api] No uhc found
  12157. 1691.49 s [lsp-test] Dependency Diff >=0.4 && <1.1: using Diff-1.0.2
  12158. 1691.49 s [lsp-test] Dependency Glob >=0.9 && <0.11: using Glob-0.10.2
  12159. 1691.49 s [lsp-test] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
  12160. 1691.49 s [lsp-test] Dependency aeson-pretty >=0.8 && <0.9: using aeson-pretty-0.8.10
  12161. 1691.49 s [lsp-test] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.3
  12162. 1691.49 s [lsp-test] Dependency async >=2.2 && <2.3: using async-2.2.5
  12163. 1691.49 s [lsp-test] Dependency base >=4.10 && <5: using base-4.20.1.0
  12164. 1691.49 s [lsp-test] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
  12165. 1691.49 s [lsp-test] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
  12166. 1691.49 s [lsp-test] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
  12167. 1691.49 s [lsp-test] Dependency conduit-parse >=0.2 && <0.3: using conduit-parse-0.2.1.1
  12168. 1691.49 s [lsp-test] Dependency containers >=0.6 && <0.8: using containers-0.7
  12169. 1691.49 s [lsp-test] Dependency data-default >=0.7 && <0.9: using data-default-0.8.0.1
  12170. 1691.49 s [lsp-test] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
  12171. 1691.49 s [lsp-test] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
  12172. 1691.49 s [lsp-test] Dependency extra >=1.7 && <1.9: using extra-1.8.1
  12173. 1691.49 s [lsp-test] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
  12174. 1691.49 s [lsp-test] Dependency lens >=5.1 && <5.4: using lens-5.3.5
  12175. 1691.49 s [lsp-test] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
  12176. 1691.49 s [lsp-test] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  12177. 1691.49 s [lsp-test] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  12178. 1691.49 s [lsp-test] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
  12179. 1691.49 s [lsp-test] Dependency parser-combinators >=1.3 && <1.4: using parser-combinators-1.3.0
  12180. 1691.49 s [lsp-test] Dependency process >=1.6 && <1.7: using process-1.6.25.0
  12181. 1691.49 s [lsp-test] Dependency some >=1.0 && <1.1: using some-1.0.6
  12182. 1691.49 s [lsp-test] Dependency text >=1 && <2.2: using text-2.1.2
  12183. 1691.49 s [lsp-test] Dependency time >=1.10 && <1.15: using time-1.12.2
  12184. 1691.49 s [lsp-test] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.1
  12185. 1691.49 s [lsp-test] Dependency unix: using unix-2.8.6.0
  12186. 1691.49 s [lsp-test] Dependency aeson: using aeson-2.2.3.0
  12187. 1691.49 s [lsp-test] Dependency base: using base-4.20.1.0
  12188. 1691.49 s [lsp-test] Dependency containers: using containers-0.7
  12189. 1691.49 s [lsp-test] Dependency data-default: using data-default-0.8.0.1
  12190. 1691.49 s [lsp-test] Dependency directory: using directory-1.3.8.5
  12191. 1691.49 s [lsp-test] Dependency extra: using extra-1.8.1
  12192. 1691.49 s [lsp-test] Dependency filepath: using filepath-1.5.4.0
  12193. 1691.49 s [lsp-test] Dependency hspec: using hspec-2.11.14
  12194. 1691.49 s [lsp-test] Dependency lens: using lens-5.3.5
  12195. 1691.49 s [lsp-test] Dependency lsp: using lsp-2.7.0.1
  12196. 1691.49 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  12197. 1691.49 s [lsp-test] Dependency mtl: using mtl-2.3.1
  12198. 1691.49 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  12199. 1691.49 s [lsp-test] Dependency process: using process-1.6.25.0
  12200. 1691.49 s [lsp-test] Dependency text: using text-2.1.2
  12201. 1691.49 s [lsp-test] Dependency unliftio: using unliftio-0.2.25.1
  12202. 1691.49 s [lsp-test] Dependency aeson: using aeson-2.2.3.0
  12203. 1691.49 s [lsp-test] Dependency base: using base-4.20.1.0
  12204. 1691.49 s [lsp-test] Dependency co-log-core: using co-log-core-0.3.2.5
  12205. 1691.49 s [lsp-test] Dependency extra: using extra-1.8.1
  12206. 1691.49 s [lsp-test] Dependency hspec: using hspec-2.11.14
  12207. 1691.49 s [lsp-test] Dependency lens: using lens-5.3.5
  12208. 1691.49 s [lsp-test] Dependency lsp: using lsp-2.7.0.1
  12209. 1691.49 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  12210. 1691.49 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  12211. 1691.49 s [lsp-test] Dependency process: using process-1.6.25.0
  12212. 1691.49 s [lsp-test] Dependency unliftio: using unliftio-0.2.25.1
  12213. 1691.49 s [lsp-test] Dependency base: using base-4.20.1.0
  12214. 1691.49 s [lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
  12215. 1691.49 s [lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
  12216. 1691.49 s [lsp-test] Source component graph:
  12217. 1691.49 s [lsp-test] component lib
  12218. 1691.49 s [lsp-test] component test:example dependency lib
  12219. 1691.49 s [lsp-test] component test:func-test dependency lib
  12220. 1691.49 s [lsp-test] component test:tests dependency lib
  12221. 1691.49 s [lsp-test] Configured component graph:
  12222. 1691.49 s [lsp-test] component lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12223. 1691.49 s [lsp-test] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12224. 1691.49 s [lsp-test] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  12225. 1691.49 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12226. 1691.49 s [lsp-test] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  12227. 1691.49 s [lsp-test] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  12228. 1691.49 s [lsp-test] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  12229. 1691.49 s [lsp-test] include base-4.20.1.0-f445
  12230. 1691.49 s [lsp-test] include bytestring-0.12.2.0-214a
  12231. 1691.49 s [lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12232. 1691.49 s [lsp-test] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  12233. 1691.49 s [lsp-test] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  12234. 1691.49 s [lsp-test] include containers-0.7-6571
  12235. 1691.49 s [lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12236. 1691.49 s [lsp-test] include directory-1.3.8.5-159c
  12237. 1691.49 s [lsp-test] include exceptions-0.10.9-9158
  12238. 1691.49 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12239. 1691.49 s [lsp-test] include filepath-1.5.4.0-8593
  12240. 1691.49 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12241. 1691.49 s [lsp-test] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12242. 1691.49 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12243. 1691.49 s [lsp-test] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12244. 1691.49 s [lsp-test] include mtl-2.3.1-07d6
  12245. 1691.49 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12246. 1691.49 s [lsp-test] include process-1.6.25.0-cfae
  12247. 1691.49 s [lsp-test] include some-1.0.6-2vfPrhfW68h2RdvtmOEaHU
  12248. 1691.49 s [lsp-test] include text-2.1.2-7514
  12249. 1691.49 s [lsp-test] include time-1.12.2-9680
  12250. 1691.49 s [lsp-test] include transformers-0.6.1.1-05a6
  12251. 1691.49 s [lsp-test] include unix-2.8.6.0-a0e2
  12252. 1691.49 s [lsp-test] component lsp-test-0.17.1.1-HSoF6M7HFVDsgJwjgOyzs-example
  12253. 1691.49 s [lsp-test] include base-4.20.1.0-f445
  12254. 1691.49 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12255. 1691.49 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12256. 1691.49 s [lsp-test] component lsp-test-0.17.1.1-6NlnnKmalmxI4eaWBqb2Ei-func-test
  12257. 1691.49 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12258. 1691.49 s [lsp-test] include base-4.20.1.0-f445
  12259. 1691.49 s [lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12260. 1691.49 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12261. 1691.49 s [lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12262. 1691.49 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12263. 1691.49 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12264. 1691.49 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12265. 1691.49 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12266. 1691.49 s [lsp-test] include process-1.6.25.0-cfae
  12267. 1691.49 s [lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12268. 1691.49 s [lsp-test] component lsp-test-0.17.1.1-GJ6vsZSUKha2RGGT62RkwM-tests
  12269. 1691.49 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12270. 1691.49 s [lsp-test] include base-4.20.1.0-f445
  12271. 1691.49 s [lsp-test] include containers-0.7-6571
  12272. 1691.49 s [lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12273. 1691.49 s [lsp-test] include directory-1.3.8.5-159c
  12274. 1691.49 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12275. 1691.49 s [lsp-test] include filepath-1.5.4.0-8593
  12276. 1691.49 s [lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12277. 1691.49 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12278. 1691.49 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12279. 1691.49 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12280. 1691.49 s [lsp-test] include mtl-2.3.1-07d6
  12281. 1691.49 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12282. 1691.49 s [lsp-test] include process-1.6.25.0-cfae
  12283. 1691.49 s [lsp-test] include text-2.1.2-7514
  12284. 1691.49 s [lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12285. 1691.49 s [lsp-test] Linked component graph:
  12286. 1691.49 s [lsp-test] unit lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12287. 1691.49 s [lsp-test] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12288. 1691.49 s [lsp-test] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  12289. 1691.49 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12290. 1691.49 s [lsp-test] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  12291. 1691.49 s [lsp-test] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  12292. 1691.49 s [lsp-test] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  12293. 1691.49 s [lsp-test] include base-4.20.1.0-f445
  12294. 1691.49 s [lsp-test] include bytestring-0.12.2.0-214a
  12295. 1691.49 s [lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12296. 1691.49 s [lsp-test] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  12297. 1691.49 s [lsp-test] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  12298. 1691.49 s [lsp-test] include containers-0.7-6571
  12299. 1691.49 s [lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12300. 1691.49 s [lsp-test] include directory-1.3.8.5-159c
  12301. 1691.49 s [lsp-test] include exceptions-0.10.9-9158
  12302. 1691.49 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12303. 1691.49 s [lsp-test] include filepath-1.5.4.0-8593
  12304. 1691.49 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12305. 1691.49 s [lsp-test] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12306. 1691.49 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12307. 1691.49 s [lsp-test] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12308. 1691.49 s [lsp-test] include mtl-2.3.1-07d6
  12309. 1691.49 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12310. 1691.49 s [lsp-test] include process-1.6.25.0-cfae
  12311. 1691.49 s [lsp-test] include some-1.0.6-2vfPrhfW68h2RdvtmOEaHU
  12312. 1691.49 s [lsp-test] include text-2.1.2-7514
  12313. 1691.49 s [lsp-test] include time-1.12.2-9680
  12314. 1691.49 s [lsp-test] include transformers-0.6.1.1-05a6
  12315. 1691.50 s [lsp-test] include unix-2.8.6.0-a0e2
  12316. 1691.50 s [lsp-test] Control.Applicative.Combinators=parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh:Control.Applicative.Combinators,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types,Language.LSP.Test=lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE:Language.LSP.Test
  12317. 1691.50 s [lsp-test] unit lsp-test-0.17.1.1-HSoF6M7HFVDsgJwjgOyzs-example
  12318. 1691.52 s [lsp-test] include base-4.20.1.0-f445
  12319. 1691.52 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12320. 1691.52 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12321. 1691.52 s [lsp-test] unit lsp-test-0.17.1.1-6NlnnKmalmxI4eaWBqb2Ei-func-test
  12322. 1691.52 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12323. 1691.52 s [lsp-test] include base-4.20.1.0-f445
  12324. 1691.52 s [lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12325. 1691.52 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12326. 1691.52 s [lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12327. 1691.52 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12328. 1691.52 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12329. 1691.52 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12330. 1691.52 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12331. 1691.52 s [lsp-test] include process-1.6.25.0-cfae
  12332. 1691.52 s [lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12333. 1691.52 s [lsp-test] unit lsp-test-0.17.1.1-GJ6vsZSUKha2RGGT62RkwM-tests
  12334. 1691.52 s [lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12335. 1691.52 s [lsp-test] include base-4.20.1.0-f445
  12336. 1691.52 s [lsp-test] include containers-0.7-6571
  12337. 1691.52 s [lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12338. 1691.52 s [lsp-test] include directory-1.3.8.5-159c
  12339. 1691.52 s [lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12340. 1691.52 s [lsp-test] include filepath-1.5.4.0-8593
  12341. 1691.52 s [lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12342. 1691.52 s [lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12343. 1691.53 s [lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12344. 1691.53 s [lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12345. 1691.53 s [lsp-test] include mtl-2.3.1-07d6
  12346. 1691.53 s [lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12347. 1691.53 s [lsp-test] include process-1.6.25.0-cfae
  12348. 1691.53 s [lsp-test] include text-2.1.2-7514
  12349. 1691.53 s [lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12350. 1691.53 s [lsp-test] Ready component graph:
  12351. 1691.53 s [lsp-test] definite lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12352. 1691.53 s [lsp-test] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  12353. 1691.53 s [lsp-test] depends Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  12354. 1691.53 s [lsp-test] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12355. 1691.53 s [lsp-test] depends aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  12356. 1691.53 s [lsp-test] depends ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
  12357. 1691.53 s [lsp-test] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  12358. 1691.53 s [lsp-test] depends base-4.20.1.0-f445
  12359. 1691.53 s [lsp-test] depends bytestring-0.12.2.0-214a
  12360. 1691.53 s [lsp-test] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12361. 1691.53 s [lsp-test] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
  12362. 1691.53 s [lsp-test] depends conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
  12363. 1691.53 s [lsp-test] depends containers-0.7-6571
  12364. 1691.53 s [lsp-test] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12365. 1691.53 s [lsp-test] depends directory-1.3.8.5-159c
  12366. 1691.53 s [lsp-test] depends exceptions-0.10.9-9158
  12367. 1691.53 s [lsp-test] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12368. 1691.53 s [lsp-test] depends filepath-1.5.4.0-8593
  12369. 1691.53 s [lsp-test] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12370. 1691.53 s [lsp-test] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  12371. 1691.53 s [lsp-test] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12372. 1691.53 s [lsp-test] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  12373. 1691.53 s [lsp-test] depends mtl-2.3.1-07d6
  12374. 1691.53 s [lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12375. 1691.53 s [lsp-test] depends process-1.6.25.0-cfae
  12376. 1691.53 s [lsp-test] depends some-1.0.6-2vfPrhfW68h2RdvtmOEaHU
  12377. 1691.53 s [lsp-test] depends text-2.1.2-7514
  12378. 1691.53 s [lsp-test] depends time-1.12.2-9680
  12379. 1691.53 s [lsp-test] depends transformers-0.6.1.1-05a6
  12380. 1691.53 s [lsp-test] depends unix-2.8.6.0-a0e2
  12381. 1691.53 s [lsp-test] definite lsp-test-0.17.1.1-6NlnnKmalmxI4eaWBqb2Ei-func-test
  12382. 1691.53 s [lsp-test] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12383. 1691.53 s [lsp-test] depends base-4.20.1.0-f445
  12384. 1691.53 s [lsp-test] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  12385. 1691.53 s [lsp-test] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12386. 1691.53 s [lsp-test] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12387. 1691.53 s [lsp-test] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12388. 1691.53 s [lsp-test] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12389. 1691.53 s [lsp-test] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12390. 1691.53 s [lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12391. 1691.53 s [lsp-test] depends process-1.6.25.0-cfae
  12392. 1691.53 s [lsp-test] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12393. 1691.53 s [lsp-test] definite lsp-test-0.17.1.1-GJ6vsZSUKha2RGGT62RkwM-tests
  12394. 1691.53 s [lsp-test] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  12395. 1691.53 s [lsp-test] depends base-4.20.1.0-f445
  12396. 1691.53 s [lsp-test] depends containers-0.7-6571
  12397. 1691.53 s [lsp-test] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  12398. 1691.53 s [lsp-test] depends directory-1.3.8.5-159c
  12399. 1691.53 s [lsp-test] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  12400. 1691.53 s [lsp-test] depends filepath-1.5.4.0-8593
  12401. 1691.53 s [lsp-test] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
  12402. 1691.53 s [lsp-test] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  12403. 1691.53 s [lsp-test] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  12404. 1691.53 s [lsp-test] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12405. 1691.53 s [lsp-test] depends mtl-2.3.1-07d6
  12406. 1691.53 s [lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12407. 1691.53 s [lsp-test] depends process-1.6.25.0-cfae
  12408. 1691.53 s [lsp-test] depends text-2.1.2-7514
  12409. 1691.53 s [lsp-test] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  12410. 1691.53 s [lsp-test] definite lsp-test-0.17.1.1-HSoF6M7HFVDsgJwjgOyzs-example
  12411. 1691.53 s [lsp-test] depends base-4.20.1.0-f445
  12412. 1691.53 s [lsp-test] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12413. 1691.53 s [lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  12414. 1691.53 s [lsp-test] Using Cabal-3.12.1.0 compiled by ghc-9.10
  12415. 1691.53 s [lsp-test] Using compiler: ghc-9.10.2
  12416. 1691.53 s [lsp-test] Using install prefix:
  12417. 1691.53 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  12418. 1691.53 s [lsp-test] Executables installed in:
  12419. 1691.53 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/bin
  12420. 1691.53 s [lsp-test] Libraries installed in:
  12421. 1691.53 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  12422. 1691.53 s [lsp-test] Dynamic Libraries installed in:
  12423. 1691.53 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  12424. 1691.53 s [lsp-test] Private executables installed in:
  12425. 1691.53 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/libexec/x86_64-linux-ghc-9.10.2-2a2a/lsp-test-0.17.1.1
  12426. 1691.53 s [lsp-test] Data files installed in:
  12427. 1691.53 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/share/x86_64-linux-ghc-9.10.2-2a2a/lsp-test-0.17.1.1
  12428. 1691.53 s [lsp-test] Documentation installed in:
  12429. 1691.53 s [lsp-test] /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1
  12430. 1691.53 s [lsp-test] Configuration files installed in:
  12431. 1691.53 s [lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/etc
  12432. 1691.53 s [lsp-test] No alex found
  12433. 1691.53 s [lsp-test] Using ar found on system at:
  12434. 1691.53 s [lsp-test] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  12435. 1691.53 s [lsp-test] No c2hs found
  12436. 1691.53 s [lsp-test] No cpphs found
  12437. 1691.53 s [lsp-test] No doctest found
  12438. 1691.53 s [lsp-test] Using gcc version 14.3.0 given by user at:
  12439. 1691.53 s [lsp-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  12440. 1691.53 s [lsp-test] Using ghc version 9.10.2 found on system at:
  12441. 1691.53 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  12442. 1691.53 s [lsp-test] Using ghc-pkg version 9.10.2 found on system at:
  12443. 1691.53 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  12444. 1691.53 s [lsp-test] No ghcjs found
  12445. 1691.53 s [lsp-test] No ghcjs-pkg found
  12446. 1691.53 s [lsp-test] No greencard found
  12447. 1691.53 s [lsp-test] Using haddock version 2.31.0 found on system at:
  12448. 1691.53 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  12449. 1691.53 s [lsp-test] No happy found
  12450. 1691.53 s [lsp-test] Using haskell-suite found on system at: haskell-suite-dummy-location
  12451. 1691.53 s [lsp-test] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  12452. 1691.53 s [lsp-test] No hmake found
  12453. 1691.53 s [lsp-test] Using hpc version 0.69 found on system at:
  12454. 1691.53 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  12455. 1691.53 s [lsp-test] Using hsc2hs version 0.68.10 found on system at:
  12456. 1691.53 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  12457. 1691.53 s [lsp-test] Using hscolour version 1.25 found on system at:
  12458. 1691.53 s [lsp-test] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  12459. 1691.53 s [lsp-test] No jhc found
  12460. 1691.53 s [lsp-test] Using ld found on system at:
  12461. 1691.53 s [lsp-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  12462. 1691.53 s [lsp-test] No pkg-config found
  12463. 1691.53 s [lsp-test] Using runghc version 9.10.2 found on system at:
  12464. 1691.53 s [lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  12465. 1691.53 s [lsp-test] Using strip version 2.44 found on system at:
  12466. 1691.53 s [lsp-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  12467. 1691.53 s [lsp-test] Using tar found on system at:
  12468. 1691.53 s [lsp-test] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  12469. 1691.53 s [lsp-test] No uhc found
  12470. 1691.66 s [hls-plugin-api] Phase: buildPhase
  12471. 1691.73 s [hls-plugin-api] Preprocessing library for hls-plugin-api-2.12.0.0...
  12472. 1691.74 s [hls-plugin-api] Building library for hls-plugin-api-2.12.0.0...
  12473. 1691.88 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 )
  12474. 1691.90 s [lsp-test] Phase: buildPhase
  12475. 1691.98 s [lsp-test] Preprocessing library for lsp-test-0.17.1.1...
  12476. 1691.98 s [lsp-test] Building library for lsp-test-0.17.1.1...
  12477. 1692.12 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 )
  12478. 1692.30 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 )
  12479. 1692.43 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 )
  12480. 1692.58 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 )
  12481. 1692.58 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 )
  12482. 1692.70 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 )
  12483. 1692.78 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 )
  12484. 1692.78 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 )
  12485. 1693.26 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 )
  12486. 1693.26 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 )
  12487. 1693.26 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 )
  12488. 1693.56 s [lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning: [GHC-63394] [-Wx-partial]
  12489. 1693.56 s [lsp-test] In the use of ‘head’
  12490. 1693.56 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  12491. 1693.56 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12492. 1693.56 s [lsp-test] |
  12493. 1693.56 s [lsp-test] 483 | head <$> textDocumentVersions uri
  12494. 1693.56 s [lsp-test] | ^^^^
  12495. 1693.56 s [lsp-test]
  12496. 1693.56 s [lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning: [GHC-63394] [-Wx-partial]
  12497. 1693.56 s [lsp-test] In the use of ‘head’
  12498. 1693.56 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  12499. 1693.56 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12500. 1693.56 s [lsp-test] |
  12501. 1693.56 s [lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
  12502. 1693.56 s [lsp-test] | ^^^^
  12503. 1693.56 s [lsp-test]
  12504. 1695.28 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 )
  12505. 1695.60 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 )
  12506. 1695.66 s [lsp-test] src/Language/LSP/Test.hs:155:1: warning: [GHC-66111] [-Wunused-imports]
  12507. 1695.66 s [lsp-test] The import of ‘Data.List’ is redundant
  12508. 1695.66 s [lsp-test] except perhaps to import instances from ‘Data.List’
  12509. 1695.66 s [lsp-test] To import instances alone, use: import Data.List()
  12510. 1695.66 s [lsp-test] |
  12511. 1695.66 s [lsp-test] 155 | import Data.List
  12512. 1695.66 s [lsp-test] | ^^^^^^^^^^^^^^^^
  12513. 1695.66 s [lsp-test]
  12514. 1696.88 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 )
  12515. 1697.36 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 )
  12516. 1697.36 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 )
  12517. 1697.80 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 )
  12518. 1697.86 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 )
  12519. 1698.04 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 )
  12520. 1698.13 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 )
  12521. 1698.25 s [hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, dist/build/Ide/Logger.p_o )
  12522. 1698.98 s [hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, dist/build/Ide/Plugin/HandleRequestTypes.p_o )
  12523. 1698.98 s [hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, dist/build/Ide/Plugin/Error.p_o )
  12524. 1699.00 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 )
  12525. 1699.00 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 )
  12526. 1699.00 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 )
  12527. 1699.21 s [hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, dist/build/Ide/Plugin/Properties.p_o )
  12528. 1699.21 s [hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, dist/build/Ide/Plugin/RangeMap.p_o )
  12529. 1699.21 s [hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, dist/build/Ide/Types.p_o )
  12530. 1699.27 s [lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning: [GHC-63394] [-Wx-partial]
  12531. 1699.27 s [lsp-test] In the use of ‘head’
  12532. 1699.27 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  12533. 1699.27 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12534. 1699.27 s [lsp-test] |
  12535. 1699.27 s [lsp-test] 483 | head <$> textDocumentVersions uri
  12536. 1699.27 s [lsp-test] | ^^^^
  12537. 1699.27 s [lsp-test]
  12538. 1699.27 s [lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning: [GHC-63394] [-Wx-partial]
  12539. 1699.27 s [lsp-test] In the use of ‘head’
  12540. 1699.27 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  12541. 1699.27 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12542. 1699.27 s [lsp-test] |
  12543. 1699.27 s [lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
  12544. 1699.27 s [lsp-test] | ^^^^
  12545. 1699.27 s [lsp-test]
  12546. 1700.98 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 )
  12547. 1701.39 s [lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, dist/build/Language/LSP/Test.p_o )
  12548. 1701.45 s [lsp-test] src/Language/LSP/Test.hs:155:1: warning: [GHC-66111] [-Wunused-imports]
  12549. 1701.45 s [lsp-test] The import of ‘Data.List’ is redundant
  12550. 1701.45 s [lsp-test] except perhaps to import instances from ‘Data.List’
  12551. 1701.45 s [lsp-test] To import instances alone, use: import Data.List()
  12552. 1701.45 s [lsp-test] |
  12553. 1701.45 s [lsp-test] 155 | import Data.List
  12554. 1701.45 s [lsp-test] | ^^^^^^^^^^^^^^^^
  12555. 1701.45 s [lsp-test]
  12556. 1704.86 s [hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, dist/build/Ide/Plugin/Resolve.p_o )
  12557. 1706.03 s [hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, dist/build/Ide/Plugin/Config.p_o )
  12558. 1706.04 s [hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, dist/build/Ide/PluginUtils.p_o )
  12559. 1706.04 s [hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, dist/build/Ide/Plugin/ConfigUtils.p_o )
  12560. 1706.48 s [lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
  12561. 1706.48 s [lsp-test] Building test suite 'func-test' for lsp-test-0.17.1.1...
  12562. 1706.54 s [lsp-test] [1 of 1] Compiling Main ( func-test/FuncTest.hs, dist/build/func-test/func-test-tmp/Main.o )
  12563. 1708.20 s [lsp-test] [2 of 2] Linking dist/build/func-test/func-test
  12564. 1709.99 s [lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
  12565. 1709.99 s [lsp-test] Building test suite 'tests' for lsp-test-0.17.1.1...
  12566. 1710.06 s [lsp-test] [1 of 2] Compiling DummyServer ( test/DummyServer.hs, dist/build/tests/tests-tmp/DummyServer.o )
  12567. 1710.87 s [lsp-test] [2 of 2] Compiling Main ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )
  12568. 1711.06 s [hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.12.0.0...
  12569. 1711.07 s [hls-plugin-api] Building test suite 'tests' for hls-plugin-api-2.12.0.0...
  12570. 1711.13 s [hls-plugin-api] [1 of 3] Compiling Ide.PluginUtilsTest ( test/Ide/PluginUtilsTest.hs, dist/build/tests/tests-tmp/Ide/PluginUtilsTest.o )
  12571. 1711.25 s [lsp-test] test/Test.hs:259:18: warning: [GHC-63394] [-Wx-partial]
  12572. 1711.25 s [lsp-test] In the use of ‘head’
  12573. 1711.25 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12574. 1711.25 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12575. 1711.26 s [lsp-test] |
  12576. 1711.26 s [lsp-test] 259 | let item = head comps
  12577. 1711.26 s [lsp-test] | ^^^^
  12578. 1711.26 s [lsp-test]
  12579. 1711.26 s [lsp-test] test/Test.hs:441:16: warning: [GHC-63394] [-Wx-partial]
  12580. 1711.26 s [lsp-test] In the use of ‘head’
  12581. 1711.26 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12582. 1711.26 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12583. 1711.26 s [lsp-test] |
  12584. 1711.26 s [lsp-test] 441 | liftIO $ head rsp ^. L.range `shouldBe` Range (Position 2 3) (Position 4 5)
  12585. 1711.26 s [lsp-test] | ^^^^
  12586. 1711.26 s [lsp-test]
  12587. 1711.26 s [lsp-test] test/Test.hs:447:16: warning: [GHC-63394] [-Wx-partial]
  12588. 1711.26 s [lsp-test] In the use of ‘head’
  12589. 1711.26 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12590. 1711.26 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12591. 1711.26 s [lsp-test] |
  12592. 1711.26 s [lsp-test] 447 | liftIO $ head fromRanges `shouldBe` Range (Position 2 3) (Position 4 5)
  12593. 1711.26 s [lsp-test] | ^^^^
  12594. 1711.26 s [lsp-test]
  12595. 1711.26 s [lsp-test] test/Test.hs:450:16: warning: [GHC-63394] [-Wx-partial]
  12596. 1711.26 s [lsp-test] In the use of ‘head’
  12597. 1711.26 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12598. 1711.26 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12599. 1711.26 s [lsp-test] |
  12600. 1711.26 s [lsp-test] 450 | liftIO $ head fromRanges `shouldBe` Range (Position 4 5) (Position 2 3)
  12601. 1711.26 s [lsp-test] | ^^^^
  12602. 1711.26 s [lsp-test]
  12603. 1711.26 s [lsp-test] test/Test.hs:462:16: warning: [GHC-63394] [-Wx-partial]
  12604. 1711.26 s [lsp-test] In the use of ‘head’
  12605. 1711.26 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12606. 1711.26 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12607. 1711.26 s [lsp-test] |
  12608. 1711.26 s [lsp-test] 462 | liftIO $ head inlayHints ^. L.label `shouldBe` InL ":: Text"
  12609. 1711.26 s [lsp-test] | ^^^^
  12610. 1711.26 s [lsp-test]
  12611. 1711.26 s [lsp-test] test/Test.hs:466:16: warning: [GHC-63394] [-Wx-partial]
  12612. 1711.26 s [lsp-test] In the use of ‘head’
  12613. 1711.26 s [lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
  12614. 1711.26 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  12615. 1711.26 s [lsp-test] |
  12616. 1711.26 s [lsp-test] 466 | liftIO $ head inlayHints ^. L.tooltip `shouldBe` Just (InL $ "start at " <> T.pack (show (Position 1 2)))
  12617. 1711.26 s [lsp-test] | ^^^^
  12618. 1711.26 s [lsp-test]
  12619. 1712.24 s [hls-plugin-api] [2 of 3] Compiling Ide.TypesTests ( test/Ide/TypesTests.hs, dist/build/tests/tests-tmp/Ide/TypesTests.o )
  12620. 1712.29 s [hls-plugin-api] [3 of 3] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
  12621. 1712.63 s [hls-plugin-api] [4 of 4] Linking dist/build/tests/tests
  12622. 1713.35 s [lsp-test] [3 of 3] Linking dist/build/tests/tests
  12623. 1714.89 s [hls-plugin-api] Phase: checkPhase
  12624. 1715.20 s [lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
  12625. 1715.20 s [lsp-test] Building test suite 'example' for lsp-test-0.17.1.1...
  12626. 1715.26 s [lsp-test] [1 of 1] Compiling Main ( example/Test.hs, dist/build/example/example-tmp/Main.o )
  12627. 1715.27 s [hls-plugin-api] Running 1 test suites...
  12628. 1715.27 s [hls-plugin-api] Test suite tests: RUNNING...
  12629. 1715.27 s [hls-plugin-api] Main
  12630. 1715.27 s [hls-plugin-api] PluginUtils
  12631. 1715.27 s [hls-plugin-api] unescape
  12632. 1715.27 s [hls-plugin-api] no double quote: OK
  12633. 1715.27 s [hls-plugin-api] whole string quoted: OK
  12634. 1715.27 s [hls-plugin-api] text before quotes should not be unescaped: OK
  12635. 1715.27 s [hls-plugin-api] some text after quotes: OK
  12636. 1715.27 s [hls-plugin-api] many pairs of quote: OK
  12637. 1715.27 s [hls-plugin-api] double quote itself should not be unescaped: OK
  12638. 1715.27 s [hls-plugin-api] control characters should not be escaped: OK
  12639. 1715.27 s [hls-plugin-api] extractTextInRange
  12640. 1715.28 s [hls-plugin-api] inline range: OK
  12641. 1715.28 s [hls-plugin-api] inline range with empty content: OK
  12642. 1715.28 s [hls-plugin-api] multiline range with empty content: OK
  12643. 1715.28 s [hls-plugin-api] multiline range: OK
  12644. 1715.28 s [hls-plugin-api] multiline range with end pos at the line below the last line: OK
  12645. 1715.68 s [lsp-test] [2 of 2] Linking dist/build/example/example
  12646. 1717.38 s [lsp-test] Phase: checkPhase
  12647. 1717.76 s [hls-plugin-api] RangeMap-List filtering identical: OK (2.48s)
  12648. 1717.78 s [hls-plugin-api] +++ OK, passed 100 tests:
  12649. 1717.78 s [hls-plugin-api] 63% no matches
  12650. 1717.78 s [hls-plugin-api] 21% 1 match
  12651. 1717.78 s [hls-plugin-api] 16% >1 matches
  12652. 1717.78 s [hls-plugin-api] property api tests
  12653. 1717.78 s [hls-plugin-api] property toVSCodeExtensionSchema: OK
  12654. 1717.78 s [hls-plugin-api] Golden file did not exist; created
  12655. 1717.78 s [hls-plugin-api] property toDefaultJSON: OK
  12656. 1717.78 s [hls-plugin-api] Golden file did not exist; created
  12657. 1717.78 s [hls-plugin-api] parsePropertyPath single key path: OK
  12658. 1717.78 s [hls-plugin-api] parsePropertyPath two key path: OK
  12659. 1717.78 s [hls-plugin-api] parsePropertyPath two key path default: OK
  12660. 1717.78 s [hls-plugin-api] parsePropertyPath two key path not default: OK
  12661. 1717.78 s [hls-plugin-api] PluginTypes
  12662. 1717.78 s [hls-plugin-api] combineResponses
  12663. 1717.78 s [hls-plugin-api] TextDocumentDefinition
  12664. 1717.78 s [hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
  12665. 1717.78 s [hls-plugin-api] merges all location link responses into one with all links (with link support): OK
  12666. 1717.78 s [hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
  12667. 1717.78 s [hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
  12668. 1717.78 s [hls-plugin-api] ignores Null responses when other responses are available: OK
  12669. 1717.78 s [hls-plugin-api] returns Null when all responses are Null: OK
  12670. 1717.78 s [hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
  12671. 1717.78 s [hls-plugin-api] +++ OK, passed 100 tests:
  12672. 1717.78 s [hls-plugin-api] 91% Has at least one response with locations
  12673. 1717.78 s [hls-plugin-api] 89% Has at least one response with links
  12674. 1717.78 s [hls-plugin-api] 86% Has at least one response with Null
  12675. 1717.78 s [hls-plugin-api] TextDocumentTypeDefinition
  12676. 1717.78 s [hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
  12677. 1717.78 s [hls-plugin-api] merges all location link responses into one with all links (with link support): OK
  12678. 1717.78 s [hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
  12679. 1717.78 s [hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
  12680. 1717.78 s [hls-plugin-api] ignores Null responses when other responses are available: OK
  12681. 1717.78 s [hls-plugin-api] returns Null when all responses are Null: OK
  12682. 1717.78 s [hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
  12683. 1717.78 s [hls-plugin-api] +++ OK, passed 100 tests:
  12684. 1717.78 s [hls-plugin-api] 94% Has at least one response with locations
  12685. 1717.78 s [hls-plugin-api] 90% Has at least one response with Null
  12686. 1717.78 s [hls-plugin-api] 90% Has at least one response with links
  12687. 1717.78 s [hls-plugin-api]
  12688. 1717.78 s [hls-plugin-api] All 33 tests passed (2.48s)
  12689. 1717.78 s [lsp-test] Running 2 test suites...
  12690. 1717.78 s [lsp-test] Test suite tests: RUNNING...
  12691. 1717.78 s [hls-plugin-api] Test suite tests: PASS
  12692. 1717.78 s [hls-plugin-api] Test suite logged to: dist/test/hls-plugin-api-2.12.0.0-tests.log
  12693. 1717.78 s [hls-plugin-api] 1 of 1 test suites (1 of 1 test cases) passed.
  12694. 1717.78 s [lsp-test]
  12695. 1717.78 s [lsp-test] Session
  12696. 1717.78 s [hls-plugin-api] Phase: haddockPhase
  12697. 1717.91 s [hls-plugin-api] Preprocessing library for hls-plugin-api-2.12.0.0...
  12698. 1717.91 s [hls-plugin-api] Running Haddock on library for hls-plugin-api-2.12.0.0...
  12699. 1717.91 s [hls-plugin-api] Warning: The documentation for the following packages are not installed. No
  12700. 1717.91 s [hls-plugin-api] links will be generated to these packages: attoparsec-0.14.4,
  12701. 1717.91 s [hls-plugin-api] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  12702. 1718.25 s [hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, nothing )
  12703. 1718.52 s [hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, nothing )
  12704. 1718.53 s [hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, nothing )
  12705. 1718.55 s [hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, nothing )
  12706. 1718.76 s [hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, nothing )
  12707. 1719.33 s [hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, nothing )
  12708. 1719.77 s [lsp-test] fails a test [✔]
  12709. 1719.77 s [lsp-test] initializeResponse [✔]
  12710. 1719.77 s [lsp-test] runSessionWithConfig [✔]
  12711. 1719.77 s [lsp-test] withTimeout
  12712. 1720.32 s [hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, nothing )
  12713. 1720.37 s [hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, nothing )
  12714. 1720.39 s [hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, nothing )
  12715. 1720.44 s [hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, nothing )
  12716. 1720.48 s [hls-plugin-api] Haddock coverage:
  12717. 1720.49 s [hls-plugin-api] Warning: 'Recorder' is ambiguous. It is defined
  12718. 1720.49 s [hls-plugin-api] * at src/Ide/Logger.hs:86:24
  12719. 1720.49 s [hls-plugin-api] * at src/Ide/Logger.hs:86:1
  12720. 1720.49 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12721. 1720.49 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12722. 1720.49 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Logger.hs:86:1
  12723. 1720.49 s [hls-plugin-api] 35% ( 7 / 20) in 'Ide.Logger'
  12724. 1720.49 s [hls-plugin-api] Missing documentation for:
  12725. 1720.49 s [hls-plugin-api] Priority (src/Ide/Logger.hs:70)
  12726. 1720.49 s [hls-plugin-api] WithPriority (src/Ide/Logger.hs:81)
  12727. 1720.49 s [hls-plugin-api] logWith (src/Ide/Logger.hs:90)
  12728. 1720.49 s [hls-plugin-api] cmap (src/Ide/Logger.hs:108)
  12729. 1720.49 s [hls-plugin-api] cmapIO (src/Ide/Logger.hs:114)
  12730. 1720.49 s [hls-plugin-api] cfilter (src/Ide/Logger.hs:119)
  12731. 1720.49 s [hls-plugin-api] withFileRecorder (src/Ide/Logger.hs:142)
  12732. 1720.49 s [hls-plugin-api] makeDefaultStderrRecorder (src/Ide/Logger.hs:129)
  12733. 1720.49 s [hls-plugin-api] makeDefaultHandleRecorder (src/Ide/Logger.hs:159)
  12734. 1720.49 s [hls-plugin-api] LoggingColumn (src/Ide/Logger.hs:168)
  12735. 1720.49 s [hls-plugin-api] cmapWithPrio (src/Ide/Logger.hs:111)
  12736. 1720.49 s [hls-plugin-api] toCologActionWithPrio (src/Ide/Logger.hs:275)
  12737. 1720.49 s [hls-plugin-api] defaultLoggingColumns (src/Ide/Logger.hs:176)
  12738. 1720.49 s [hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.HandleRequestTypes'
  12739. 1720.49 s [hls-plugin-api] Missing documentation for:
  12740. 1720.49 s [hls-plugin-api] Module header
  12741. 1720.49 s [hls-plugin-api] Warning: 'pluginEnabled' is out of scope.
  12742. 1720.49 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12743. 1720.49 s [hls-plugin-api] Warning: 'showWindow' is out of scope.
  12744. 1720.49 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12745. 1720.49 s [hls-plugin-api] Warning: 'handlesRequest' is out of scope.
  12746. 1720.49 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12747. 1720.49 s [hls-plugin-api] Warning: 'combineResponses' is out of scope.
  12748. 1720.49 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12749. 1720.49 s [hls-plugin-api] 50% ( 4 / 8) in 'Ide.Plugin.Error'
  12750. 1720.49 s [hls-plugin-api] Missing documentation for:
  12751. 1720.49 s [hls-plugin-api] Module header
  12752. 1720.49 s [hls-plugin-api] handleMaybe (src/Ide/Plugin/Error.hs:139)
  12753. 1720.49 s [hls-plugin-api] handleMaybeM (src/Ide/Plugin/Error.hs:142)
  12754. 1720.49 s [hls-plugin-api] getNormalizedFilePathE (src/Ide/Plugin/Error.hs:145)
  12755. 1720.49 s [hls-plugin-api] Warning: 'PropertyKey' is ambiguous. It is defined
  12756. 1720.49 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:114:20
  12757. 1720.49 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:114:1
  12758. 1720.49 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12759. 1720.49 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12760. 1720.49 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:114:1
  12761. 1720.49 s [hls-plugin-api] Warning: 'MetaData' is ambiguous. It is defined
  12762. 1720.49 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:89:3
  12763. 1720.49 s [hls-plugin-api] * at src/Ide/Plugin/Properties.hs:88:1
  12764. 1720.49 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12765. 1720.49 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12766. 1720.49 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:88:1
  12767. 1720.49 s [hls-plugin-api] Warning: 'plcConfig' is out of scope.
  12768. 1720.49 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12769. 1720.50 s [hls-plugin-api] 70% ( 22 / 31) in 'Ide.Plugin.Properties'
  12770. 1720.50 s [hls-plugin-api] Missing documentation for:
  12771. 1720.50 s [hls-plugin-api] Module header
  12772. 1720.50 s [hls-plugin-api] ToHsType (src/Ide/Plugin/Properties.hs:75)
  12773. 1720.50 s [hls-plugin-api] NotElem (src/Ide/Plugin/Properties.hs:209)
  12774. 1720.50 s [hls-plugin-api] HasPropertyByPath (src/Ide/Plugin/Properties.hs:218)
  12775. 1720.50 s [hls-plugin-api] definePropertiesProperty (src/Ide/Plugin/Properties.hs:423)
  12776. 1720.50 s [hls-plugin-api] usePropertyByPathEither
  12777. 1720.50 s [hls-plugin-api] usePropertyByPath
  12778. 1720.50 s [hls-plugin-api] PluginCustomConfig (src/Ide/Plugin/Properties.hs:523)
  12779. 1720.50 s [hls-plugin-api] PluginCustomConfigParam (src/Ide/Plugin/Properties.hs:527)
  12780. 1720.50 s [hls-plugin-api] Warning: 'RangeMap' is ambiguous. It is defined
  12781. 1720.50 s [hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:22
  12782. 1720.50 s [hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:1
  12783. 1720.50 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12784. 1720.50 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12785. 1720.50 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/RangeMap.hs:36:1
  12786. 1720.50 s [hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
  12787. 1720.50 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  12788. 1720.50 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  12789. 1720.50 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12790. 1720.50 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12791. 1720.50 s [hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
  12792. 1720.50 s [hls-plugin-api] 83% ( 5 / 6) in 'Ide.Plugin.RangeMap'
  12793. 1720.50 s [hls-plugin-api] Missing documentation for:
  12794. 1720.50 s [hls-plugin-api] fromList' (src/Ide/Plugin/RangeMap.hs:55)
  12795. 1720.50 s [hls-plugin-api] Warning: 'ExtraParams' is out of scope.
  12796. 1720.50 s [hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
  12797. 1720.50 s [hls-plugin-api] Warning: 'DynFlagsModifications' is ambiguous. It is defined
  12798. 1720.50 s [hls-plugin-api] * at src/Ide/Types.hs:144:3
  12799. 1720.50 s [hls-plugin-api] * at src/Ide/Types.hs:143:1
  12800. 1720.50 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12801. 1720.50 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12802. 1720.50 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:143:1
  12803. 1720.50 s [hls-plugin-api] Warning: 'PluginDescriptor' is ambiguous. It is defined
  12804. 1720.50 s [hls-plugin-api] * at src/Ide/Types.hs:317:3
  12805. 1720.50 s [hls-plugin-api] * at src/Ide/Types.hs:316:1
  12806. 1720.50 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12807. 1720.50 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12808. 1720.50 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:316:1
  12809. 1720.50 s [hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
  12810. 1720.50 s [hls-plugin-api] * at src/Ide/Types.hs:257:5
  12811. 1720.50 s [hls-plugin-api] * at src/Ide/Types.hs:256:1
  12812. 1720.50 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12813. 1720.50 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12814. 1720.50 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
  12815. 1720.50 s [hls-plugin-api] 42% ( 22 / 52) in 'Ide.Types'
  12816. 1720.50 s [hls-plugin-api] Missing documentation for:
  12817. 1720.50 s [hls-plugin-api] Module header
  12818. 1720.50 s [hls-plugin-api] PluginDescriptor (src/Ide/Types.hs:316)
  12819. 1720.50 s [hls-plugin-api] defaultPluginPriority (src/Ide/Types.hs:1042)
  12820. 1720.50 s [hls-plugin-api] describePlugin (src/Ide/Types.hs:337)
  12821. 1720.50 s [hls-plugin-api] IdeCommand (src/Ide/Types.hs:165)
  12822. 1720.50 s [hls-plugin-api] IdePlugins (src/Ide/Types.hs:114)
  12823. 1720.50 s [hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
  12824. 1720.50 s [hls-plugin-api] SessionLoadingPreferenceConfig (src/Ide/Types.hs:220)
  12825. 1720.50 s [hls-plugin-api] defaultConfigDescriptor (src/Ide/Types.hs:381)
  12826. 1720.50 s [hls-plugin-api] mkCustomConfig (src/Ide/Types.hs:378)
  12827. 1720.50 s [hls-plugin-api] FallbackCodeActionParams (src/Ide/Types.hs:1202)
  12828. 1720.50 s [hls-plugin-api] FormattingMethod (src/Ide/Types.hs:1185)
  12829. 1720.50 s [hls-plugin-api] FormattingHandler (src/Ide/Types.hs:1191)
  12830. 1720.50 s [hls-plugin-api] HasTracing (src/Ide/Types.hs:1214)
  12831. 1720.50 s [hls-plugin-api] PluginCommand (src/Ide/Types.hs:1094)
  12832. 1720.50 s [hls-plugin-api] CommandId (src/Ide/Types.hs:1089)
  12833. 1720.50 s [hls-plugin-api] CommandFunction (src/Ide/Types.hs:1102)
  12834. 1720.50 s [hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1249)
  12835. 1720.50 s [hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1254)
  12836. 1720.50 s [hls-plugin-api] PluginId (src/Ide/Types.hs:1167)
  12837. 1720.50 s [hls-plugin-api] runHandlerM (src/Ide/Types.hs:937)
  12838. 1720.50 s [hls-plugin-api] PluginHandlers (src/Ide/Types.hs:969)
  12839. 1720.50 s [hls-plugin-api] PluginMethodHandler (src/Ide/Types.hs:989)
  12840. 1720.50 s [hls-plugin-api] PluginNotificationHandler (src/Ide/Types.hs:966)
  12841. 1720.51 s [hls-plugin-api] PluginNotificationHandlers (src/Ide/Types.hs:970)
  12842. 1720.51 s [hls-plugin-api] PluginRequestMethod (src/Ide/Types.hs:641)
  12843. 1720.51 s [hls-plugin-api] getProcessID (src/Ide/Types.hs:1271)
  12844. 1720.51 s [hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1273)
  12845. 1720.51 s [hls-plugin-api] lookupCommandProvider
  12846. 1720.51 s [hls-plugin-api] ResolveFunction (src/Ide/Types.hs:1110)
  12847. 1720.51 s [hls-plugin-api] 100% ( 3 / 3) in 'Ide.Plugin.Resolve'
  12848. 1720.51 s [hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
  12849. 1720.51 s [hls-plugin-api] * at src/Ide/Types.hs:257:5
  12850. 1720.51 s [hls-plugin-api] * at src/Ide/Types.hs:256:1
  12851. 1720.51 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12852. 1720.51 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12853. 1720.51 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
  12854. 1720.51 s [hls-plugin-api] 50% ( 3 / 6) in 'Ide.Plugin.Config'
  12855. 1720.51 s [hls-plugin-api] Missing documentation for:
  12856. 1720.51 s [hls-plugin-api] Module header
  12857. 1720.51 s [hls-plugin-api] parseConfig (src/Ide/Plugin/Config.hs:38)
  12858. 1720.51 s [hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
  12859. 1720.51 s [hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
  12860. 1720.51 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  12861. 1720.51 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  12862. 1720.51 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12863. 1720.51 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12864. 1720.51 s [hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
  12865. 1720.51 s [hls-plugin-api] Warning: 'WorkspaceEdit' is ambiguous. It is defined
  12866. 1720.51 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
  12867. 1720.51 s [hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
  12868. 1720.51 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12869. 1720.51 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12870. 1720.51 s [hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
  12871. 1720.51 s [hls-plugin-api] Warning: Ide.PluginUtils: Couldn't find .haddock for export positionInRange
  12872. 1720.51 s [hls-plugin-api] 58% ( 20 / 34) in 'Ide.PluginUtils'
  12873. 1720.51 s [hls-plugin-api] Missing documentation for:
  12874. 1720.51 s [hls-plugin-api] Module header
  12875. 1720.51 s [hls-plugin-api] WithDeletions (src/Ide/PluginUtils.hs:105)
  12876. 1720.51 s [hls-plugin-api] getProcessID (src/Ide/Types.hs:1271)
  12877. 1720.51 s [hls-plugin-api] makeDiffTextEdit (src/Ide/PluginUtils.hs:115)
  12878. 1720.51 s [hls-plugin-api] makeDiffTextEditAdditive (src/Ide/PluginUtils.hs:118)
  12879. 1720.51 s [hls-plugin-api] pluginDescToIdePlugins (src/Ide/PluginUtils.hs:199)
  12880. 1720.51 s [hls-plugin-api] idePluginsToPluginDesc (src/Ide/PluginUtils.hs:202)
  12881. 1720.51 s [hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1249)
  12882. 1720.51 s [hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1254)
  12883. 1720.51 s [hls-plugin-api] allLspCmdIds (src/Ide/PluginUtils.hs:303)
  12884. 1720.51 s [hls-plugin-api] allLspCmdIds' (src/Ide/PluginUtils.hs:299)
  12885. 1720.51 s [hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1273)
  12886. 1720.51 s [hls-plugin-api] subRange (src/Ide/PluginUtils.hs:279)
  12887. 1720.51 s [hls-plugin-api] positionInRange
  12888. 1720.51 s [hls-plugin-api] Warning: 'Config' is ambiguous. It is defined
  12889. 1720.51 s [hls-plugin-api] * at src/Ide/Types.hs:174:3
  12890. 1720.51 s [hls-plugin-api] * at src/Ide/Types.hs:173:1
  12891. 1720.51 s [hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
  12892. 1720.51 s [hls-plugin-api] by specifying the type/value namespace explicitly.
  12893. 1720.51 s [hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:173:1
  12894. 1720.51 s [hls-plugin-api] 75% ( 3 / 4) in 'Ide.Plugin.ConfigUtils'
  12895. 1720.51 s [hls-plugin-api] Missing documentation for:
  12896. 1720.51 s [hls-plugin-api] Module header
  12897. 1722.50 s [hls-plugin-api] Warning: Ide.Plugin.Error: could not find link destinations for:
  12898. 1722.50 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ErrorCodes.ErrorCodes
  12899. 1722.50 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.LSPErrorCodes
  12900. 1722.50 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
  12901. 1722.50 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
  12902. 1722.50 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
  12903. 1722.50 s [hls-plugin-api] Warning: Ide.Plugin.Properties: could not find link destinations for:
  12904. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.FindPropertyMeta
  12905. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.Elem
  12906. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.FindByKeyName
  12907. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.FindByKeyPath
  12908. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.IsTEnum
  12909. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.IsProperties
  12910. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.ParsePropertyPath
  12911. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.NonEmptyList
  12912. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.:|
  12913. 1722.50 s [hls-plugin-api] - Ide.Plugin.Properties.NE
  12914. 1722.50 s [hls-plugin-api] Warning: Ide.Plugin.RangeMap: could not find link destinations for:
  12915. 1722.50 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
  12916. 1722.50 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  12917. 1722.51 s [hls-plugin-api] Warning: Ide.Types: could not find link destinations for:
  12918. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method
  12919. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
  12920. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageResult
  12921. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyIncomingCalls
  12922. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyOutgoingCalls
  12923. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
  12924. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeLensResolve
  12925. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CompletionItemResolve
  12926. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  12927. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_Initialized
  12928. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_InlayHintResolve
  12929. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
  12930. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeLens
  12931. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCompletion
  12932. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  12933. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
  12934. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
  12935. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
  12936. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidSave
  12937. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentHighlight
  12938. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  12939. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFoldingRange
  12940. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFormatting
  12941. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentHover
  12942. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  12943. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentInlayHint
  12944. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareCallHierarchy
  12945. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareRename
  12946. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRangeFormatting
  12947. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
  12948. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRename
  12949. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSelectionRange
  12950. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFull
  12951. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFullDelta
  12952. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSignatureHelp
  12953. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
  12954. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeConfiguration
  12955. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWatchedFiles
  12956. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWorkspaceFolders
  12957. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceExecuteCommand
  12958. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
  12959. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
  12960. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Message.LspId.LspId
  12961. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ClientToServer
  12962. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ServerToClient
  12963. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.MessageKind
  12964. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Notification
  12965. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Request
  12966. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Message.Method.SClientMethod
  12967. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Message.Method.SServerMethod
  12968. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Message.Types.TResponseError
  12969. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
  12970. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
  12971. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  12972. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  12973. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  12974. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
  12975. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  12976. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.DidChangeConfigurationParams
  12977. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.DidChangeWatchedFilesParams
  12978. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.DidChangeWorkspaceFoldersParams
  12979. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  12980. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.ExecuteCommandParams
  12981. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
  12982. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  12983. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializedParams.InitializedParams
  12984. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  12985. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  12986. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  12987. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  12988. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  12989. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  12990. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  12991. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.WorkspaceSymbolParams
  12992. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.Null
  12993. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
  12994. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
  12995. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
  12996. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasData_
  12997. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasOptions
  12998. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  12999. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasUri
  13000. 1722.51 s [hls-plugin-api] - Ide.Types.PluginNotificationMethodHandler
  13001. 1722.51 s [hls-plugin-api] - Ide.Types.PluginNotificationMethod
  13002. 1722.51 s [hls-plugin-api] - Ide.Types.Rep_FallbackCodeActionParams
  13003. 1722.51 s [hls-plugin-api] - Ide.Types.Rep_SessionLoadingPreferenceConfig
  13004. 1722.51 s [hls-plugin-api] - Ide.Types.Rep_CheckParents
  13005. 1722.51 s [hls-plugin-api] Warning: Ide.Plugin.Resolve: could not find link destinations for:
  13006. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
  13007. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
  13008. 1722.51 s [hls-plugin-api] - Ide.Plugin.Resolve.Log
  13009. 1722.51 s [hls-plugin-api] Warning: Ide.Plugin.Config: could not find link destinations for:
  13010. 1722.51 s [hls-plugin-api] - Ide.Types.Rep_CheckParents
  13011. 1722.51 s [hls-plugin-api] Warning: Ide.PluginUtils: could not find link destinations for:
  13012. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
  13013. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
  13014. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  13015. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
  13016. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
  13017. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
  13018. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  13019. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  13020. 1722.51 s [hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  13021. 1724.77 s [lsp-test] times out [✔]
  13022. 1726.78 s [lsp-test] doesn't time out [✔]
  13023. 1731.78 s [lsp-test] further timeout messages are ignored [✔]
  13024. 1733.52 s [hls-plugin-api] Documentation created: dist/doc/html/hls-plugin-api/,
  13025. 1733.56 s [hls-plugin-api] dist/doc/html/hls-plugin-api/hls-plugin-api.txt
  13026. 1733.58 s [hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.12.0.0...
  13027. 1733.59 s [hls-plugin-api] Phase: installPhase
  13028. 1733.70 s [hls-plugin-api] Installing library in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13029. 1734.15 s [hls-plugin-api] Phase: fixupPhase
  13030. 1734.16 s [hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0
  13031. 1734.16 s [hls-plugin-api] shrinking /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9-ghc9.10.2.so
  13032. 1734.21 s [hls-plugin-api] checking for references to /build/ in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0...
  13033. 1734.23 s [hls-plugin-api] patching script interpreter paths in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0
  13034. 1734.23 s [hls-plugin-api] stripping (with command strip and flags -S -p) in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/lib
  13035. 1734.39 s [hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc
  13036. 1734.40 s [hls-plugin-api] checking for references to /build/ in /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc...
  13037. 1734.42 s [hls-plugin-api] patching script interpreter paths in /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc
  13038. 1734.64 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0 /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc
  13039. 1735.60 s [post-build-hook] Pushing 2 paths (319 are already present) using zstd to cache sellout ⏳
  13040. 1735.60 s [post-build-hook]
  13041. 1735.95 s [post-build-hook] Pushing /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc (3.21 MiB)
  13042. 1736.10 s [post-build-hook] Pushing /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0 (13.88 MiB)
  13043. 1737.14 s [post-build-hook]
  13044. 1737.14 s [post-build-hook] All done.
  13045. 1737.16 s [post-build-hook] Uploading to the NixCI cache: /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0 /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc
  13046. 1737.19 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13047. 1737.45 s [post-build-hook] copying 2 paths...
  13048. 1737.45 s [post-build-hook] copying path '/nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc' to 'https://cache.nix-ci.com'...
  13049. 1738.00 s [post-build-hook] copying path '/nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0' to 'https://cache.nix-ci.com'...
  13050. 1740.80 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  13051. 1740.99 s [post-build-hook] copying 1 paths...
  13052. 1740.99 s [post-build-hook] copying path '/nix/store/md6lr1ql4br5wbqwfi6banbid4clwbqs-hls-plugin-api-2.12.0.0.drv' to 'https://cache.nix-ci.com'...
  13053. 1741.16 s Progress: 151 of 157 built (1 building), 587 of 587 downloaded from cache
  13054. 1741.23 s Building ghcide
  13055. 1741.23 s [lsp-test] overrides global message timeout [✔]
  13056. 1741.72 s [ghcide] Phase: setupCompilerEnvironmentPhase
  13057. 1741.72 s [ghcide] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  13058. 1742.19 s [ghcide] Phase: unpackPhase
  13059. 1742.19 s [ghcide] unpacking source archive /nix/store/r8a7irklqdy432d00rvcnw0mz57l57fk-ghcide-2.12.0.0.tar.gz
  13060. 1742.20 s [ghcide] source root is ghcide-2.12.0.0
  13061. 1742.21 s [ghcide] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ghcide-2.12.0.0/src/Text/Fuzzy/Parallel.hs"
  13062. 1742.21 s [ghcide] Phase: patchPhase
  13063. 1742.22 s [ghcide] Phase: compileBuildDriverPhase
  13064. 1742.22 s [ghcide] setupCompileFlags: -package-db=/build/tmp.MzXyHDmmug/setup-package.conf.d -threaded
  13065. 1742.27 s [ghcide] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.MzXyHDmmug/Main.o )
  13066. 1742.31 s [ghcide] [2 of 2] Linking Setup
  13067. 1743.43 s [ghcide] Phase: updateAutotoolsGnuConfigScriptsPhase
  13068. 1743.44 s [ghcide] Phase: configurePhase
  13069. 1743.45 s [ghcide] configureFlags: --verbose --prefix=/nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc/share/doc/ghcide-2.12.0.0 --with-gcc=gcc --package-db=/build/tmp.MzXyHDmmug/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  13070. 1743.46 s [ghcide] Using Parsec parser
  13071. 1743.46 s [ghcide] Configuring ghcide-2.12.0.0...
  13072. 1743.90 s [ghcide] Flags chosen: executable=True, pedantic=False
  13073. 1744.14 s [ghcide] Dependency Diff >=0.5 && <0.6 || >=1.0.0 && <1.1: using Diff-1.0.2
  13074. 1744.14 s [ghcide] Dependency Glob: using Glob-0.10.2
  13075. 1744.14 s [ghcide] Dependency aeson: using aeson-2.2.3.0
  13076. 1744.14 s [ghcide] Dependency array: using array-0.5.8.0
  13077. 1744.14 s [ghcide] Dependency async: using async-2.2.5
  13078. 1744.14 s [ghcide] Dependency base >=4.16 && <5: using base-4.20.1.0
  13079. 1744.14 s [ghcide] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
  13080. 1744.14 s [ghcide] Dependency binary: using binary-0.8.9.3
  13081. 1744.14 s [ghcide] Dependency bytestring: using bytestring-0.12.2.0
  13082. 1744.14 s [ghcide] Dependency case-insensitive: using case-insensitive-1.2.1.0
  13083. 1744.14 s [ghcide] Dependency co-log-core: using co-log-core-0.3.2.5
  13084. 1744.14 s [ghcide] Dependency containers: using containers-0.7
  13085. 1744.14 s [ghcide] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
  13086. 1744.14 s [ghcide] cryptohash-sha1-0.11.101.0
  13087. 1744.14 s [ghcide] Dependency data-default: using data-default-0.8.0.1
  13088. 1744.14 s [ghcide] Dependency deepseq: using deepseq-1.5.0.0
  13089. 1744.14 s [ghcide] Dependency dependent-map: using dependent-map-0.4.0.1
  13090. 1744.14 s [ghcide] Dependency dependent-sum: using dependent-sum-0.7.2.0
  13091. 1744.14 s [ghcide] Dependency directory: using directory-1.3.8.5
  13092. 1744.14 s [ghcide] Dependency dlist: using dlist-1.0
  13093. 1744.14 s [ghcide] Dependency enummapset: using enummapset-0.7.3.0
  13094. 1744.14 s [ghcide] Dependency exceptions: using exceptions-0.10.9
  13095. 1744.14 s [ghcide] Dependency extra >=1.7.14: using extra-1.8.1
  13096. 1744.14 s [ghcide] Dependency filepath: using filepath-1.5.4.0
  13097. 1744.14 s [ghcide] Dependency fingertree: using fingertree-0.1.6.2
  13098. 1744.14 s [ghcide] Dependency focus >=1.0.3.2: using focus-1.0.3.2
  13099. 1744.14 s [ghcide] Dependency ghc >=9.2: using ghc-9.10.2
  13100. 1744.14 s [ghcide] Dependency ghc-boot: using ghc-boot-9.10.2
  13101. 1744.14 s [ghcide] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  13102. 1744.14 s [ghcide] Dependency ghc-trace-events: using ghc-trace-events-0.1.2.10
  13103. 1744.14 s [ghcide] Dependency haddock-library >=1.8 && <1.12: using haddock-library-1.11.0
  13104. 1744.14 s [ghcide] Dependency hashable: using hashable-1.5.0.0
  13105. 1744.14 s [ghcide] Dependency hie-bios >=0.17.0 && <0.18: using hie-bios-0.17.0
  13106. 1744.14 s [ghcide] Dependency hiedb >=0.7.0.0 && <0.8: using hiedb-0.7.0.0
  13107. 1744.14 s [ghcide] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  13108. 1744.14 s [ghcide] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  13109. 1744.14 s [ghcide] Dependency implicit-hie >=0.1.4.0 && <0.1.5: using implicit-hie-0.1.4.0
  13110. 1744.14 s [ghcide] Dependency lens: using lens-5.3.5
  13111. 1744.14 s [ghcide] Dependency lens-aeson: using lens-aeson-1.2.3
  13112. 1744.14 s [ghcide] Dependency list-t: using list-t-1.0.5.7
  13113. 1744.14 s [ghcide] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  13114. 1744.14 s [ghcide] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  13115. 1744.14 s [ghcide] Dependency mtl: using mtl-2.3.1
  13116. 1744.14 s [ghcide] Dependency opentelemetry >=0.6.1: using opentelemetry-0.8.0
  13117. 1744.14 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  13118. 1744.14 s [ghcide] Dependency os-string: using os-string-2.0.4
  13119. 1744.14 s [ghcide] Dependency parallel: using parallel-3.2.2.0
  13120. 1744.14 s [ghcide] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  13121. 1744.14 s [ghcide] Dependency prettyprinter-ansi-terminal: using
  13122. 1744.14 s [ghcide] prettyprinter-ansi-terminal-1.1.3
  13123. 1744.14 s [ghcide] Dependency random: using random-1.2.1.3
  13124. 1744.14 s [ghcide] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.5
  13125. 1744.14 s [ghcide] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  13126. 1744.14 s [ghcide] Dependency sorted-list: using sorted-list-0.2.3.1
  13127. 1744.14 s [ghcide] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  13128. 1744.14 s [ghcide] Dependency stm: using stm-2.5.3.1
  13129. 1744.14 s [ghcide] Dependency stm-containers: using stm-containers-1.2.1.1
  13130. 1744.14 s [ghcide] Dependency syb: using syb-0.7.2.4
  13131. 1744.14 s [ghcide] Dependency text: using text-2.1.2
  13132. 1744.14 s [ghcide] Dependency text-rope: using text-rope-0.3
  13133. 1744.14 s [ghcide] Dependency time: using time-1.12.2
  13134. 1744.14 s [ghcide] Dependency transformers: using transformers-0.6.1.1
  13135. 1744.14 s [ghcide] Dependency unix: using unix-2.8.6.0
  13136. 1744.14 s [ghcide] Dependency unliftio >=0.2.6: using unliftio-0.2.25.1
  13137. 1744.14 s [ghcide] Dependency unliftio-core: using unliftio-core-0.2.1.0
  13138. 1744.14 s [ghcide] Dependency unordered-containers >=0.2.10.0: using
  13139. 1744.14 s [ghcide] unordered-containers-0.2.20.1
  13140. 1744.14 s [ghcide] Dependency vector: using vector-0.13.2.0
  13141. 1744.14 s [ghcide] Dependency base >=4.16 && <5: using base-4.20.1.0
  13142. 1744.14 s [ghcide] Dependency data-default: using data-default-0.8.0.1
  13143. 1744.14 s [ghcide] Dependency extra: using extra-1.8.1
  13144. 1744.14 s [ghcide] Dependency ghcide: using ghcide-2.12.0.0
  13145. 1744.14 s [ghcide] Dependency gitrev: using gitrev-1.3.1
  13146. 1744.14 s [ghcide] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  13147. 1744.14 s [ghcide] Dependency lsp: using lsp-2.7.0.1
  13148. 1744.14 s [ghcide] Dependency lsp-types: using lsp-types-2.3.0.1
  13149. 1744.14 s [ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  13150. 1744.14 s [ghcide] Source component graph:
  13151. 1744.14 s [ghcide] component lib
  13152. 1744.14 s [ghcide] component exe:ghcide dependency lib
  13153. 1744.14 s [ghcide] Configured component graph:
  13154. 1744.14 s [ghcide] component ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13155. 1744.14 s [ghcide] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  13156. 1744.14 s [ghcide] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  13157. 1744.14 s [ghcide] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  13158. 1744.14 s [ghcide] include array-0.5.8.0-cc9a
  13159. 1744.14 s [ghcide] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  13160. 1744.14 s [ghcide] include base-4.20.1.0-f445
  13161. 1744.14 s [ghcide] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  13162. 1744.14 s [ghcide] include binary-0.8.9.3-9c52
  13163. 1744.14 s [ghcide] include bytestring-0.12.2.0-214a
  13164. 1744.14 s [ghcide] include case-insensitive-1.2.1.0-vU7iwxIkw6BDRoJiOKUX9
  13165. 1744.14 s [ghcide] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  13166. 1744.14 s [ghcide] include containers-0.7-6571
  13167. 1744.14 s [ghcide] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  13168. 1744.14 s [ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13169. 1744.14 s [ghcide] include deepseq-1.5.0.0-e166
  13170. 1744.14 s [ghcide] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  13171. 1744.14 s [ghcide] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  13172. 1744.14 s [ghcide] include directory-1.3.8.5-159c
  13173. 1744.14 s [ghcide] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  13174. 1744.14 s [ghcide] include enummapset-0.7.3.0-83zBcgAIiKr1fHwqucnrZL
  13175. 1744.14 s [ghcide] include exceptions-0.10.9-9158
  13176. 1744.14 s [ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13177. 1744.14 s [ghcide] include filepath-1.5.4.0-8593
  13178. 1744.14 s [ghcide] include fingertree-0.1.6.2-1lNdNO4Gz5uBDmiMG9OkLP
  13179. 1744.14 s [ghcide] include focus-1.0.3.2-A1mcknJtcM99CPf9n92aCp
  13180. 1744.14 s [ghcide] include ghc-9.10.2-2a2a
  13181. 1744.14 s [ghcide] include ghc-boot-9.10.2-578d
  13182. 1744.14 s [ghcide] include ghc-boot-th-9.10.2-7d1d
  13183. 1744.14 s [ghcide] include ghc-trace-events-0.1.2.10-JBjDTLUoSWGBT7rrd8wL2n
  13184. 1744.14 s [ghcide] include haddock-library-1.11.0-JTyg2hEy26hLcpRPKRpKNn
  13185. 1744.14 s [ghcide] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  13186. 1744.14 s [ghcide] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  13187. 1744.14 s [ghcide] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  13188. 1744.14 s [ghcide] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  13189. 1744.14 s [ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13190. 1744.14 s [ghcide] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  13191. 1744.14 s [ghcide] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  13192. 1744.14 s [ghcide] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  13193. 1744.14 s [ghcide] include list-t-1.0.5.7-BOnwoxq6tDaJr8O3teHp4K
  13194. 1744.14 s [ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13195. 1744.14 s [ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13196. 1744.14 s [ghcide] include mtl-2.3.1-07d6
  13197. 1744.14 s [ghcide] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  13198. 1744.14 s [ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13199. 1744.14 s [ghcide] include os-string-2.0.4-1192
  13200. 1744.14 s [ghcide] include parallel-3.2.2.0-5fsxw07poNuAwHtqpcD3CY
  13201. 1744.14 s [ghcide] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  13202. 1744.14 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-6PQJV0a37kr9htTrgBHOWx
  13203. 1744.14 s [ghcide] include random-1.2.1.3-AmyB5M6i6upJCxKBwzEGRh
  13204. 1744.14 s [ghcide] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  13205. 1744.14 s [ghcide] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  13206. 1744.14 s [ghcide] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  13207. 1744.14 s [ghcide] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  13208. 1744.14 s [ghcide] include stm-2.5.3.1-662c
  13209. 1744.14 s [ghcide] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  13210. 1744.14 s [ghcide] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  13211. 1744.14 s [ghcide] include text-2.1.2-7514
  13212. 1744.14 s [ghcide] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  13213. 1744.14 s [ghcide] include time-1.12.2-9680
  13214. 1744.14 s [ghcide] include transformers-0.6.1.1-05a6
  13215. 1744.14 s [ghcide] include unix-2.8.6.0-a0e2
  13216. 1744.14 s [ghcide] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  13217. 1744.14 s [ghcide] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  13218. 1744.14 s [ghcide] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  13219. 1744.14 s [ghcide] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  13220. 1744.14 s [ghcide] component ghcide-2.12.0.0-10KODyNss5aHjq2HWkBptf-ghcide
  13221. 1744.14 s [ghcide] include base-4.20.1.0-f445
  13222. 1744.14 s [ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13223. 1744.14 s [ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13224. 1744.14 s [ghcide] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13225. 1744.14 s [ghcide] include gitrev-1.3.1-5N1vaCJSguILBTEC6ZF0JZ
  13226. 1744.14 s [ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13227. 1744.14 s [ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13228. 1744.14 s [ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13229. 1744.14 s [ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13230. 1744.14 s [ghcide] Linked component graph:
  13231. 1744.14 s [ghcide] unit ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13232. 1744.14 s [ghcide] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  13233. 1744.14 s [ghcide] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  13234. 1744.14 s [ghcide] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  13235. 1744.14 s [ghcide] include array-0.5.8.0-cc9a
  13236. 1744.14 s [ghcide] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  13237. 1744.14 s [ghcide] include base-4.20.1.0-f445
  13238. 1744.14 s [ghcide] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  13239. 1744.14 s [ghcide] include binary-0.8.9.3-9c52
  13240. 1744.14 s [ghcide] include bytestring-0.12.2.0-214a
  13241. 1744.14 s [ghcide] include case-insensitive-1.2.1.0-vU7iwxIkw6BDRoJiOKUX9
  13242. 1744.14 s [ghcide] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  13243. 1744.14 s [ghcide] include containers-0.7-6571
  13244. 1744.14 s [ghcide] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  13245. 1744.14 s [ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13246. 1744.14 s [ghcide] include deepseq-1.5.0.0-e166
  13247. 1744.14 s [ghcide] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  13248. 1744.14 s [ghcide] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  13249. 1744.14 s [ghcide] include directory-1.3.8.5-159c
  13250. 1744.14 s [ghcide] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  13251. 1744.14 s [ghcide] include enummapset-0.7.3.0-83zBcgAIiKr1fHwqucnrZL
  13252. 1744.14 s [ghcide] include exceptions-0.10.9-9158
  13253. 1744.14 s [ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13254. 1744.14 s [ghcide] include filepath-1.5.4.0-8593
  13255. 1744.14 s [ghcide] include fingertree-0.1.6.2-1lNdNO4Gz5uBDmiMG9OkLP
  13256. 1744.14 s [ghcide] include focus-1.0.3.2-A1mcknJtcM99CPf9n92aCp
  13257. 1744.14 s [ghcide] include ghc-9.10.2-2a2a
  13258. 1744.14 s [ghcide] include ghc-boot-9.10.2-578d
  13259. 1744.14 s [ghcide] include ghc-boot-th-9.10.2-7d1d
  13260. 1744.14 s [ghcide] include ghc-trace-events-0.1.2.10-JBjDTLUoSWGBT7rrd8wL2n
  13261. 1744.14 s [ghcide] include haddock-library-1.11.0-JTyg2hEy26hLcpRPKRpKNn
  13262. 1744.14 s [ghcide] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  13263. 1744.14 s [ghcide] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  13264. 1744.14 s [ghcide] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  13265. 1744.14 s [ghcide] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  13266. 1744.14 s [ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13267. 1744.14 s [ghcide] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  13268. 1744.14 s [ghcide] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  13269. 1744.14 s [ghcide] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  13270. 1744.14 s [ghcide] include list-t-1.0.5.7-BOnwoxq6tDaJr8O3teHp4K
  13271. 1744.14 s [ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13272. 1744.14 s [ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13273. 1744.14 s [ghcide] include mtl-2.3.1-07d6
  13274. 1744.14 s [ghcide] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  13275. 1744.14 s [ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13276. 1744.14 s [ghcide] include os-string-2.0.4-1192
  13277. 1744.14 s [ghcide] include parallel-3.2.2.0-5fsxw07poNuAwHtqpcD3CY
  13278. 1744.14 s [ghcide] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  13279. 1744.14 s [ghcide] include prettyprinter-ansi-terminal-1.1.3-6PQJV0a37kr9htTrgBHOWx
  13280. 1744.14 s [ghcide] include random-1.2.1.3-AmyB5M6i6upJCxKBwzEGRh
  13281. 1744.14 s [ghcide] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  13282. 1744.14 s [ghcide] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  13283. 1744.14 s [ghcide] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  13284. 1744.14 s [ghcide] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  13285. 1744.14 s [ghcide] include stm-2.5.3.1-662c
  13286. 1744.14 s [ghcide] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  13287. 1744.14 s [ghcide] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  13288. 1744.14 s [ghcide] include text-2.1.2-7514
  13289. 1744.14 s [ghcide] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  13290. 1744.14 s [ghcide] include time-1.12.2-9680
  13291. 1744.14 s [ghcide] include transformers-0.6.1.1-05a6
  13292. 1744.14 s [ghcide] include unix-2.8.6.0-a0e2
  13293. 1744.14 s [ghcide] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  13294. 1744.14 s [ghcide] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  13295. 1744.14 s [ghcide] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  13296. 1744.14 s [ghcide] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  13297. 1744.14 s [ghcide] Control.Concurrent.Strict=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Control.Concurrent.Strict,Development.IDE=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE,Development.IDE.Core.Actions=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Actions,Development.IDE.Core.Compile=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Compile,Development.IDE.Core.Debouncer=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Debouncer,Development.IDE.Core.FileStore=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.FileStore,Development.IDE.Core.FileUtils=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.FileUtils,Development.IDE.Core.IdeConfiguration=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.IdeConfiguration,Development.IDE.Core.OfInterest=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.OfInterest,Development.IDE.Core.PluginUtils=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.PluginUtils,Development.IDE.Core.PositionMapping=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.PositionMapping,Development.IDE.Core.Preprocessor=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Preprocessor,Development.IDE.Core.ProgressReporting=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.ProgressReporting,Development.IDE.Core.RuleTypes=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.RuleTypes,Development.IDE.Core.Rules=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Rules,Development.IDE.Core.Service=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Service,Development.IDE.Core.Shake=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Shake,Development.IDE.Core.Tracing=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.Tracing,Development.IDE.Core.UseStale=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.UseStale,Development.IDE.Core.WorkerThread=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Core.WorkerThread,Development.IDE.GHC.Compat=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat,Development.IDE.GHC.Compat.CmdLine=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.CmdLine,Development.IDE.GHC.Compat.Core=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Core,Development.IDE.GHC.Compat.Driver=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Driver,Development.IDE.GHC.Compat.Env=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Env,Development.IDE.GHC.Compat.Error=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Error,Development.IDE.GHC.Compat.Iface=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Iface,Development.IDE.GHC.Compat.Logger=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Logger,Development.IDE.GHC.Compat.Outputable=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Outputable,Development.IDE.GHC.Compat.Parser=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Parser,Development.IDE.GHC.Compat.Plugins=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Plugins,Development.IDE.GHC.Compat.Units=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Units,Development.IDE.GHC.Compat.Util=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Compat.Util,Development.IDE.GHC.CoreFile=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.CoreFile,Development.IDE.GHC.Error=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Error,Development.IDE.GHC.Orphans=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Orphans,Development.IDE.GHC.Util=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.GHC.Util,Development.IDE.Import.DependencyInformation=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Import.DependencyInformation,Development.IDE.Import.FindImports=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Import.FindImports,Development.IDE.LSP.HoverDefinition=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.HoverDefinition,Development.IDE.LSP.LanguageServer=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.LanguageServer,Development.IDE.LSP.Notifications=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.Notifications,Development.IDE.LSP.Outline=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.Outline,Development.IDE.LSP.Server=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.LSP.Server,Development.IDE.Main=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Main,Development.IDE.Main.HeapStats=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Main.HeapStats,Development.IDE.Monitoring.OpenTelemetry=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Monitoring.OpenTelemetry,Development.IDE.Plugin=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin,Development.IDE.Plugin.Completions=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.Completions,Development.IDE.Plugin.Completions.Logic=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.Completions.Logic,Development.IDE.Plugin.Completions.Types=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.Completions.Types,Development.IDE.Plugin.HLS=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.HLS,Development.IDE.Plugin.HLS.GhcIde=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.HLS.GhcIde,Development.IDE.Plugin.Test=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.Test,Development.IDE.Plugin.TypeLenses=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Plugin.TypeLenses,Development.IDE.Session=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Session,Development.IDE.Session.Diagnostics=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Session.Diagnostics,Development.IDE.Session.Implicit=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Session.Implicit,Development.IDE.Spans.AtPoint=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.AtPoint,Development.IDE.Spans.Common=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.Common,Development.IDE.Spans.Documentation=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.Documentation,Development.IDE.Spans.LocalBindings=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.LocalBindings,Development.IDE.Spans.Pragmas=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Spans.Pragmas,Development.IDE.Types.Diagnostics=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Diagnostics,Development.IDE.Types.Exports=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Exports,Development.IDE.Types.HscEnvEq=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.HscEnvEq,Development.IDE.Types.KnownTargets=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.KnownTargets,Development.IDE.Types.Location=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Location,Development.IDE.Types.Monitoring=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Monitoring,Development.IDE.Types.Options=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Options,Development.IDE.Types.Shake=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Development.IDE.Types.Shake,Generics.SYB.GHC=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Generics.SYB.GHC,Text.Fuzzy.Parallel=ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss:Text.Fuzzy.Parallel
  13298. 1744.14 s [ghcide] unit ghcide-2.12.0.0-10KODyNss5aHjq2HWkBptf-ghcide
  13299. 1744.14 s [ghcide] include base-4.20.1.0-f445
  13300. 1744.14 s [ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13301. 1744.14 s [ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13302. 1744.14 s [ghcide] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13303. 1744.14 s [ghcide] include gitrev-1.3.1-5N1vaCJSguILBTEC6ZF0JZ
  13304. 1744.14 s [ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13305. 1744.14 s [ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13306. 1744.14 s [ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13307. 1744.14 s [ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13308. 1744.14 s [ghcide] Ready component graph:
  13309. 1744.14 s [ghcide] definite ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13310. 1744.14 s [ghcide] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  13311. 1744.14 s [ghcide] depends Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
  13312. 1744.14 s [ghcide] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  13313. 1744.14 s [ghcide] depends array-0.5.8.0-cc9a
  13314. 1744.14 s [ghcide] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  13315. 1744.14 s [ghcide] depends base-4.20.1.0-f445
  13316. 1744.14 s [ghcide] depends base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
  13317. 1744.14 s [ghcide] depends binary-0.8.9.3-9c52
  13318. 1744.14 s [ghcide] depends bytestring-0.12.2.0-214a
  13319. 1744.14 s [ghcide] depends case-insensitive-1.2.1.0-vU7iwxIkw6BDRoJiOKUX9
  13320. 1744.14 s [ghcide] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
  13321. 1744.14 s [ghcide] depends containers-0.7-6571
  13322. 1744.14 s [ghcide] depends cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
  13323. 1744.14 s [ghcide] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13324. 1744.14 s [ghcide] depends deepseq-1.5.0.0-e166
  13325. 1744.14 s [ghcide] depends dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
  13326. 1744.14 s [ghcide] depends dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
  13327. 1744.14 s [ghcide] depends directory-1.3.8.5-159c
  13328. 1744.14 s [ghcide] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  13329. 1744.14 s [ghcide] depends enummapset-0.7.3.0-83zBcgAIiKr1fHwqucnrZL
  13330. 1744.14 s [ghcide] depends exceptions-0.10.9-9158
  13331. 1744.14 s [ghcide] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13332. 1744.14 s [ghcide] depends filepath-1.5.4.0-8593
  13333. 1744.14 s [ghcide] depends fingertree-0.1.6.2-1lNdNO4Gz5uBDmiMG9OkLP
  13334. 1744.14 s [ghcide] depends focus-1.0.3.2-A1mcknJtcM99CPf9n92aCp
  13335. 1744.14 s [ghcide] depends ghc-9.10.2-2a2a
  13336. 1744.14 s [ghcide] depends ghc-boot-9.10.2-578d
  13337. 1744.14 s [ghcide] depends ghc-boot-th-9.10.2-7d1d
  13338. 1744.14 s [ghcide] depends ghc-trace-events-0.1.2.10-JBjDTLUoSWGBT7rrd8wL2n
  13339. 1744.14 s [ghcide] depends haddock-library-1.11.0-JTyg2hEy26hLcpRPKRpKNn
  13340. 1744.14 s [ghcide] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  13341. 1744.15 s [ghcide] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  13342. 1744.15 s [ghcide] depends hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  13343. 1744.15 s [ghcide] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  13344. 1744.15 s [ghcide] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13345. 1744.15 s [ghcide] depends implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
  13346. 1744.15 s [ghcide] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  13347. 1744.15 s [ghcide] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  13348. 1744.15 s [ghcide] depends list-t-1.0.5.7-BOnwoxq6tDaJr8O3teHp4K
  13349. 1744.15 s [ghcide] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13350. 1744.15 s [ghcide] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13351. 1744.15 s [ghcide] depends mtl-2.3.1-07d6
  13352. 1744.15 s [ghcide] depends opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
  13353. 1744.15 s [ghcide] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13354. 1744.15 s [ghcide] depends os-string-2.0.4-1192
  13355. 1744.15 s [ghcide] depends parallel-3.2.2.0-5fsxw07poNuAwHtqpcD3CY
  13356. 1744.15 s [ghcide] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  13357. 1744.15 s [ghcide] depends prettyprinter-ansi-terminal-1.1.3-6PQJV0a37kr9htTrgBHOWx
  13358. 1744.15 s [ghcide] depends random-1.2.1.3-AmyB5M6i6upJCxKBwzEGRh
  13359. 1744.15 s [ghcide] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  13360. 1744.15 s [ghcide] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  13361. 1744.15 s [ghcide] depends sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
  13362. 1744.15 s [ghcide] depends sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  13363. 1744.15 s [ghcide] depends stm-2.5.3.1-662c
  13364. 1744.15 s [ghcide] depends stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  13365. 1744.15 s [ghcide] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  13366. 1744.15 s [ghcide] depends text-2.1.2-7514
  13367. 1744.15 s [ghcide] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  13368. 1744.15 s [ghcide] depends time-1.12.2-9680
  13369. 1744.15 s [ghcide] depends transformers-0.6.1.1-05a6
  13370. 1744.15 s [ghcide] depends unix-2.8.6.0-a0e2
  13371. 1744.15 s [ghcide] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  13372. 1744.15 s [ghcide] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  13373. 1744.15 s [ghcide] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  13374. 1744.15 s [ghcide] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  13375. 1744.15 s [ghcide] definite ghcide-2.12.0.0-10KODyNss5aHjq2HWkBptf-ghcide
  13376. 1744.15 s [ghcide] depends base-4.20.1.0-f445
  13377. 1744.15 s [ghcide] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  13378. 1744.15 s [ghcide] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  13379. 1744.15 s [ghcide] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13380. 1744.15 s [ghcide] depends gitrev-1.3.1-5N1vaCJSguILBTEC6ZF0JZ
  13381. 1744.15 s [ghcide] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  13382. 1744.15 s [ghcide] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  13383. 1744.15 s [ghcide] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  13384. 1744.15 s [ghcide] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  13385. 1744.15 s [ghcide] Using Cabal-3.12.1.0 compiled by ghc-9.10
  13386. 1744.15 s [ghcide] Using compiler: ghc-9.10.2
  13387. 1744.15 s [ghcide] Using install prefix:
  13388. 1744.15 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  13389. 1744.15 s [ghcide] Executables installed in:
  13390. 1744.15 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin
  13391. 1744.15 s [ghcide] Libraries installed in:
  13392. 1744.15 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  13393. 1744.15 s [ghcide] Dynamic Libraries installed in:
  13394. 1744.15 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  13395. 1744.15 s [ghcide] Private executables installed in:
  13396. 1744.15 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/ghcide-2.12.0.0
  13397. 1744.15 s [ghcide] Data files installed in:
  13398. 1744.15 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/share/x86_64-linux-ghc-9.10.2-2a2a/ghcide-2.12.0.0
  13399. 1744.15 s [ghcide] Documentation installed in:
  13400. 1744.15 s [ghcide] /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc/share/doc/ghcide-2.12.0.0
  13401. 1744.15 s [ghcide] Configuration files installed in:
  13402. 1744.15 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/etc
  13403. 1744.15 s [ghcide] No alex found
  13404. 1744.15 s [ghcide] Using ar found on system at:
  13405. 1744.15 s [ghcide] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  13406. 1744.15 s [ghcide] No c2hs found
  13407. 1744.15 s [ghcide] No cpphs found
  13408. 1744.15 s [ghcide] No doctest found
  13409. 1744.15 s [ghcide] Using gcc version 14.3.0 given by user at:
  13410. 1744.15 s [ghcide] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  13411. 1744.15 s [ghcide] Using ghc version 9.10.2 found on system at:
  13412. 1744.16 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  13413. 1744.16 s [ghcide] Using ghc-pkg version 9.10.2 found on system at:
  13414. 1744.16 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  13415. 1744.17 s [ghcide] No ghcjs found
  13416. 1744.17 s [ghcide] No ghcjs-pkg found
  13417. 1744.17 s [ghcide] No greencard found
  13418. 1744.17 s [ghcide] Using haddock version 2.31.0 found on system at:
  13419. 1744.17 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  13420. 1744.17 s [ghcide] No happy found
  13421. 1744.17 s [ghcide] Using haskell-suite found on system at: haskell-suite-dummy-location
  13422. 1744.17 s [ghcide] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  13423. 1744.17 s [ghcide] No hmake found
  13424. 1744.17 s [ghcide] Using hpc version 0.69 found on system at:
  13425. 1744.17 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  13426. 1744.17 s [ghcide] Using hsc2hs version 0.68.10 found on system at:
  13427. 1744.17 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  13428. 1744.17 s [ghcide] Using hscolour version 1.25 found on system at:
  13429. 1744.17 s [ghcide] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  13430. 1744.17 s [ghcide] No jhc found
  13431. 1744.17 s [ghcide] Using ld found on system at:
  13432. 1744.17 s [ghcide] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  13433. 1744.17 s [ghcide] No pkg-config found
  13434. 1744.17 s [ghcide] Using runghc version 9.10.2 found on system at:
  13435. 1744.17 s [ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  13436. 1744.17 s [ghcide] Using strip version 2.44 found on system at:
  13437. 1744.17 s [ghcide] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  13438. 1744.17 s [ghcide] Using tar found on system at:
  13439. 1744.17 s [ghcide] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  13440. 1744.17 s [ghcide] No uhc found
  13441. 1744.68 s [ghcide] Phase: buildPhase
  13442. 1744.77 s [ghcide] Preprocessing library for ghcide-2.12.0.0...
  13443. 1744.78 s [ghcide] Building library for ghcide-2.12.0.0...
  13444. 1745.71 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  13445. 1745.71 s [ghcide] The following packages were specified via -package or -package-id flags,
  13446. 1745.71 s [ghcide] but were not needed for compilation:
  13447. 1745.71 s [ghcide] - os-string-2.0.4 (exposed by flag -package-id os-string-2.0.4-1192)
  13448. 1745.71 s [ghcide]
  13449. 1745.73 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.o, dist/build/Control/Concurrent/Strict.dyn_o )
  13450. 1746.13 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 )
  13451. 1747.25 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.o, dist/build/Development/IDE/Core/FileUtils.dyn_o )
  13452. 1747.25 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.o, dist/build/Development/IDE/Core/PositionMapping.dyn_o )
  13453. 1747.25 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  13454. 1747.25 s [ghcide] The import of ‘Data.List’ is redundant
  13455. 1747.25 s [ghcide] except perhaps to import instances from ‘Data.List’
  13456. 1747.25 s [ghcide] To import instances alone, use: import Data.List()
  13457. 1747.25 s [ghcide] |
  13458. 1747.25 s [ghcide] 31 | import Data.List
  13459. 1747.25 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  13460. 1747.25 s [ghcide]
  13461. 1747.48 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 )
  13462. 1747.48 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  13463. 1747.48 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  13464. 1747.48 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  13465. 1747.48 s [ghcide] |
  13466. 1747.48 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  13467. 1747.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13468. 1747.48 s [ghcide]
  13469. 1747.48 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  13470. 1747.48 s [ghcide] The import of ‘Exception, fromException’
  13471. 1747.48 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  13472. 1747.48 s [ghcide] |
  13473. 1747.48 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  13474. 1747.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13475. 1747.48 s [ghcide]
  13476. 1747.48 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 )
  13477. 1747.48 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 )
  13478. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:271:5: warning: [GHC-75356] [-Wdodgy-exports]
  13479. 1747.48 s [ghcide] The export item ‘Warn(..)’ suggests that
  13480. 1747.48 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  13481. 1747.48 s [ghcide] but it has none
  13482. 1747.48 s [ghcide] |
  13483. 1747.48 s [ghcide] 271 | Warn(..),
  13484. 1747.48 s [ghcide] | ^^^^^^^^
  13485. 1747.48 s [ghcide]
  13486. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:365:5: warning: [GHC-47854] [-Wduplicate-exports]
  13487. 1747.48 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  13488. 1747.48 s [ghcide] |
  13489. 1747.48 s [ghcide] 365 | module GHC.Utils.Panic,
  13490. 1747.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  13491. 1747.48 s [ghcide]
  13492. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:419:47: warning: [GHC-99623] [-Wdodgy-imports]
  13493. 1747.48 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  13494. 1747.48 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  13495. 1747.48 s [ghcide] but it has none
  13496. 1747.48 s [ghcide] |
  13497. 1747.48 s [ghcide] 419 | import GHC.Driver.CmdLine (Warn (..))
  13498. 1747.48 s [ghcide] | ^^^^^^^^^
  13499. 1747.48 s [ghcide]
  13500. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:451:76: warning: [GHC-61689] [-Wdodgy-imports]
  13501. 1747.48 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
  13502. 1747.48 s [ghcide] |
  13503. 1747.48 s [ghcide] 451 | anyM, concatMapM, mapMaybeM, foldMapM,
  13504. 1747.48 s [ghcide] | ^^^^^^^^
  13505. 1747.48 s [ghcide]
  13506. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:485:1: warning: [GHC-66111] [-Wunused-imports]
  13507. 1747.48 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  13508. 1747.48 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  13509. 1747.48 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  13510. 1747.48 s [ghcide] |
  13511. 1747.48 s [ghcide] 485 | import GHC.Data.Bag
  13512. 1747.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13513. 1747.48 s [ghcide]
  13514. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:752:1: warning: [GHC-38417] [-Wmissing-signatures]
  13515. 1747.48 s [ghcide] Top-level binding with no type signature:
  13516. 1747.48 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  13517. 1747.48 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  13518. 1747.48 s [ghcide] |
  13519. 1747.48 s [ghcide] 752 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  13520. 1747.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  13521. 1747.48 s [ghcide]
  13522. 1747.48 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 )
  13523. 1747.48 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 )
  13524. 1747.48 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.o, dist/build/Development/IDE/GHC/Compat/Outputable.dyn_o )
  13525. 1747.48 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.o, dist/build/Development/IDE/GHC/Compat/Logger.dyn_o )
  13526. 1747.48 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.o, dist/build/Development/IDE/GHC/Compat/Iface.dyn_o )
  13527. 1747.48 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.o, dist/build/Development/IDE/GHC/Compat/Units.dyn_o )
  13528. 1747.48 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.o, dist/build/Development/IDE/GHC/Compat/Util.dyn_o )
  13529. 1747.48 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.o, dist/build/Development/IDE/GHC/Compat/Parser.dyn_o )
  13530. 1747.48 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.o, dist/build/Development/IDE/GHC/Compat/Plugins.dyn_o )
  13531. 1747.48 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.o, dist/build/Development/IDE/GHC/Compat.dyn_o )
  13532. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat.hs:118:1: warning: [GHC-66111] [-Wunused-imports]
  13533. 1747.48 s [ghcide] The import of ‘Data.List’ is redundant
  13534. 1747.48 s [ghcide] except perhaps to import instances from ‘Data.List’
  13535. 1747.48 s [ghcide] To import instances alone, use: import Data.List()
  13536. 1747.48 s [ghcide] |
  13537. 1747.48 s [ghcide] 118 | import Data.List (foldl')
  13538. 1747.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13539. 1747.48 s [ghcide]
  13540. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat.hs:262:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  13541. 1747.48 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  13542. 1747.48 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  13543. 1747.48 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  13544. 1747.48 s [ghcide] This makes type inference for inner bindings fragile;
  13545. 1747.48 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  13546. 1747.48 s [ghcide] • In the type signature:
  13547. 1747.48 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  13548. 1747.48 s [ghcide] GenLocated a e -> GenLocated b e
  13549. 1747.48 s [ghcide] |
  13550. 1747.48 s [ghcide] 262 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  13551. 1747.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13552. 1747.48 s [ghcide]
  13553. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat.hs:309:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  13554. 1747.48 s [ghcide] Pattern match(es) are non-exhaustive
  13555. 1747.48 s [ghcide] In a pattern binding:
  13556. 1747.48 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  13557. 1747.48 s [ghcide] |
  13558. 1747.48 s [ghcide] 309 | let Just src_file = ml_hs_file $ ms_location ms
  13559. 1747.48 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13560. 1747.48 s [ghcide]
  13561. 1747.48 s [ghcide] src/Development/IDE/GHC/Compat.hs:467:1: warning: [GHC-38417] [-Wmissing-signatures]
  13562. 1747.48 s [ghcide] Top-level binding with no type signature:
  13563. 1747.48 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  13564. 1747.48 s [ghcide] |
  13565. 1747.48 s [ghcide] 467 | extract_cons (NewTypeCon x) = [x]
  13566. 1747.48 s [ghcide] | ^^^^^^^^^^^^
  13567. 1747.48 s [ghcide]
  13568. 1747.95 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.o, dist/build/Development/IDE/GHC/Compat/Error.dyn_o )
  13569. 1748.50 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 )
  13570. 1748.50 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 )
  13571. 1748.50 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 )
  13572. 1748.50 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 )
  13573. 1748.50 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 )
  13574. 1748.50 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 )
  13575. 1748.50 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 )
  13576. 1748.50 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  13577. 1748.50 s [ghcide] The import of ‘Control.Applicative’ is redundant
  13578. 1748.50 s [ghcide] except perhaps to import instances from ‘Control.Applicative’
  13579. 1748.50 s [ghcide] To import instances alone, use: import Control.Applicative()
  13580. 1748.50 s [ghcide] |
  13581. 1748.50 s [ghcide] 32 | import Control.Applicative ((<|>))
  13582. 1748.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13583. 1748.50 s [ghcide]
  13584. 1748.50 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:58:1: warning: [GHC-66111] [-Wunused-imports]
  13585. 1748.50 s [ghcide] The import of ‘Text.Printf’ is redundant
  13586. 1748.50 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  13587. 1748.50 s [ghcide] To import instances alone, use: import Text.Printf()
  13588. 1748.50 s [ghcide] |
  13589. 1748.50 s [ghcide] 58 | import Text.Printf (printf)
  13590. 1748.50 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13591. 1748.50 s [ghcide]
  13592. 1748.75 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 )
  13593. 1749.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 )
  13594. 1749.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 )
  13595. 1749.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 )
  13596. 1750.23 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 )
  13597. 1750.30 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 )
  13598. 1750.30 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 )
  13599. 1750.78 s [lsp-test] unoverrides global message timeout [✔]
  13600. 1750.78 s [lsp-test] SessionException
  13601. 1751.02 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 )
  13602. 1751.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 )
  13603. 1751.02 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [GHC-66111] [-Wunused-imports]
  13604. 1751.02 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  13605. 1751.02 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  13606. 1751.02 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  13607. 1751.02 s [ghcide] |
  13608. 1751.02 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  13609. 1751.02 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13610. 1751.02 s [ghcide]
  13611. 1751.02 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  13612. 1751.02 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  13613. 1751.02 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  13614. 1751.02 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  13615. 1751.02 s [ghcide] |
  13616. 1751.02 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  13617. 1751.02 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13618. 1751.02 s [ghcide]
  13619. 1751.03 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  13620. 1751.03 s [ghcide] The import of ‘System.Directory’ is redundant
  13621. 1751.03 s [ghcide] except perhaps to import instances from ‘System.Directory’
  13622. 1751.03 s [ghcide] To import instances alone, use: import System.Directory()
  13623. 1751.03 s [ghcide] |
  13624. 1751.03 s [ghcide] 30 | import System.Directory (makeAbsolute)
  13625. 1751.03 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13626. 1751.03 s [ghcide]
  13627. 1751.03 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [GHC-40910] [-Wunused-matches]
  13628. 1751.03 s [ghcide] Defined but not used: ‘mod_cache’
  13629. 1751.03 s [ghcide] |
  13630. 1751.03 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  13631. 1751.03 s [ghcide] | ^^^^^^^^^
  13632. 1751.03 s [ghcide]
  13633. 1751.03 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  13634. 1751.03 s [ghcide] Defined but not used: ‘file_cache’
  13635. 1751.03 s [ghcide] |
  13636. 1751.03 s [ghcide] 57 | file_cache <- newIORef M.empty
  13637. 1751.03 s [ghcide] | ^^^^^^^^^^
  13638. 1751.03 s [ghcide]
  13639. 1751.03 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 )
  13640. 1751.03 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 )
  13641. 1751.03 s [ghcide] src/Development/IDE/Import/FindImports.hs:200:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  13642. 1751.03 s [ghcide] Pattern match(es) are non-exhaustive
  13643. 1751.03 s [ghcide] In a record update:
  13644. 1751.03 s [ghcide] Patterns of type ‘FindResult’ not matched:
  13645. 1751.03 s [ghcide] Found _ _
  13646. 1751.03 s [ghcide] NoPackage _
  13647. 1751.03 s [ghcide] FoundMultiple _
  13648. 1751.03 s [ghcide] |
  13649. 1751.03 s [ghcide] 200 | notFound
  13650. 1751.03 s [ghcide] | ^^^^^^^^...
  13651. 1751.03 s [ghcide]
  13652. 1751.03 s [ghcide] src/Development/IDE/Import/FindImports.hs:213:15: warning: [GHC-62161] [-Wincomplete-record-updates]
  13653. 1751.03 s [ghcide] Pattern match(es) are non-exhaustive
  13654. 1751.03 s [ghcide] In a record update:
  13655. 1751.03 s [ghcide] Patterns of type ‘FindResult’ not matched:
  13656. 1751.03 s [ghcide] Found _ _
  13657. 1751.03 s [ghcide] NoPackage _
  13658. 1751.03 s [ghcide] FoundMultiple _
  13659. 1751.03 s [ghcide] |
  13660. 1751.03 s [ghcide] 213 | in notFound {fr_unusables = unusables'}
  13661. 1751.03 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13662. 1751.03 s [ghcide]
  13663. 1751.03 s [ghcide] src/Development/IDE/Import/FindImports.hs:215:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  13664. 1751.03 s [ghcide] Pattern match(es) are non-exhaustive
  13665. 1751.03 s [ghcide] In a record update:
  13666. 1751.03 s [ghcide] Patterns of type ‘FindResult’ not matched:
  13667. 1751.03 s [ghcide] Found _ _
  13668. 1751.03 s [ghcide] NoPackage _
  13669. 1751.03 s [ghcide] FoundMultiple _
  13670. 1751.03 s [ghcide] |
  13671. 1751.03 s [ghcide] 215 | notFound {fr_suggestions = suggest}
  13672. 1751.03 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13673. 1751.03 s [ghcide]
  13674. 1751.03 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 )
  13675. 1751.25 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 )
  13676. 1753.09 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 )
  13677. 1753.09 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 )
  13678. 1753.09 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 )
  13679. 1753.09 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 )
  13680. 1753.09 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 )
  13681. 1753.09 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 )
  13682. 1753.33 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 )
  13683. 1753.52 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 )
  13684. 1753.52 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 )
  13685. 1753.63 s [ghcide] src/Development/IDE/Core/Shake.hs:110:58: warning: [GHC-38856] [-Wunused-imports]
  13686. 1753.63 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  13687. 1753.63 s [ghcide] |
  13688. 1753.63 s [ghcide] 110 | import Data.List.Extra (foldl', partition,
  13689. 1753.63 s [ghcide] | ^^^^^^
  13690. 1753.63 s [ghcide]
  13691. 1756.26 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 )
  13692. 1759.06 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 )
  13693. 1759.06 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 )
  13694. 1759.06 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 )
  13695. 1759.06 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 )
  13696. 1759.06 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 )
  13697. 1759.43 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 )
  13698. 1759.43 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 )
  13699. 1759.43 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 )
  13700. 1759.99 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 )
  13701. 1760.28 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 )
  13702. 1760.78 s [lsp-test] throw on time out [✔]
  13703. 1761.04 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 )
  13704. 1761.04 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 )
  13705. 1761.04 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 )
  13706. 1761.04 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 )
  13707. 1761.04 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 )
  13708. 1761.35 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 )
  13709. 1761.37 s [ghcide] src/Development/IDE/Core/Rules.hs:1232:33: warning: [GHC-02256] [-Wambiguous-fields]
  13710. 1761.37 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  13711. 1761.37 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  13712. 1761.37 s [ghcide] Consider disambiguating using module qualification instead.
  13713. 1761.37 s [ghcide] |
  13714. 1761.37 s [ghcide] 1232 | loadGhcSession recorder def{fullModuleGraph}
  13715. 1761.37 s [ghcide] | ^^^^^^^^^^^^^^^
  13716. 1761.37 s [ghcide]
  13717. 1763.43 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 )
  13718. 1766.79 s [lsp-test] don't throw when no time out [✔]
  13719. 1766.79 s [lsp-test] UnexpectedMessageException
  13720. 1766.79 s [lsp-test] throws when there's an unexpected message [✔]
  13721. 1766.80 s [lsp-test] provides the correct types that were expected and received [✔]
  13722. 1766.80 s [lsp-test] config
  13723. 1766.80 s [lsp-test] updates config correctly [✔]
  13724. 1766.80 s [lsp-test] text document VFS
  13725. 1766.80 s [lsp-test] sends back didChange notifications (documentChanges) [✔]
  13726. 1766.80 s [lsp-test] sends back didChange notifications [✔]
  13727. 1766.80 s [lsp-test] getDocumentEdit
  13728. 1766.80 s [lsp-test] automatically consumes applyedit requests [✔]
  13729. 1766.80 s [lsp-test] getCodeActions
  13730. 1766.89 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 )
  13731. 1766.89 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 )
  13732. 1766.89 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.o, dist/build/Development/IDE.dyn_o )
  13733. 1766.89 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 )
  13734. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  13735. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13736. 1766.89 s [ghcide] In a record update:
  13737. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13738. 1766.89 s [ghcide] |
  13739. 1766.89 s [ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  13740. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13741. 1766.89 s [ghcide]
  13742. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning: [GHC-62161] [-Wincomplete-record-updates]
  13743. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13744. 1766.89 s [ghcide] In a record update:
  13745. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13746. 1766.89 s [ghcide] |
  13747. 1766.89 s [ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
  13748. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13749. 1766.89 s [ghcide]
  13750. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13751. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13752. 1766.89 s [ghcide] In a record update:
  13753. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13754. 1766.89 s [ghcide] |
  13755. 1766.89 s [ghcide] 160 | defaultParserState
  13756. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13757. 1766.89 s [ghcide]
  13758. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13759. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13760. 1766.89 s [ghcide] In a record update:
  13761. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13762. 1766.89 s [ghcide] |
  13763. 1766.89 s [ghcide] 165 | defaultParserState
  13764. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13765. 1766.89 s [ghcide]
  13766. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning: [GHC-62161] [-Wincomplete-record-updates]
  13767. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13768. 1766.89 s [ghcide] In a record update:
  13769. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13770. 1766.89 s [ghcide] |
  13771. 1766.89 s [ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
  13772. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13773. 1766.89 s [ghcide]
  13774. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13775. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13776. 1766.89 s [ghcide] In a record update:
  13777. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13778. 1766.89 s [ghcide] |
  13779. 1766.89 s [ghcide] 171 | defaultParserState
  13780. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13781. 1766.89 s [ghcide]
  13782. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  13783. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13784. 1766.89 s [ghcide] In a record update:
  13785. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13786. 1766.89 s [ghcide] |
  13787. 1766.89 s [ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  13788. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13789. 1766.89 s [ghcide]
  13790. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13791. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13792. 1766.89 s [ghcide] In a record update:
  13793. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13794. 1766.89 s [ghcide] |
  13795. 1766.89 s [ghcide] 186 | defaultParserState
  13796. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13797. 1766.89 s [ghcide]
  13798. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13799. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13800. 1766.89 s [ghcide] In a record update:
  13801. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13802. 1766.89 s [ghcide] |
  13803. 1766.89 s [ghcide] 193 | defaultParserState
  13804. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  13805. 1766.89 s [ghcide]
  13806. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13807. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13808. 1766.89 s [ghcide] In a record update:
  13809. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13810. 1766.89 s [ghcide] |
  13811. 1766.89 s [ghcide] 203 | defaultParserState{
  13812. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  13813. 1766.89 s [ghcide]
  13814. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13815. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13816. 1766.89 s [ghcide] In a record update:
  13817. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched:
  13818. 1766.89 s [ghcide] ParserStateDone _
  13819. 1766.89 s [ghcide] ParserStateDone _
  13820. 1766.89 s [ghcide] |
  13821. 1766.89 s [ghcide] 207 | defaultParserState{
  13822. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  13823. 1766.89 s [ghcide]
  13824. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning: [GHC-62161] [-Wincomplete-record-updates]
  13825. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13826. 1766.89 s [ghcide] In a record update:
  13827. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13828. 1766.89 s [ghcide] |
  13829. 1766.89 s [ghcide] 214 | defaultParserState{ isLastTokenHash = True }
  13830. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13831. 1766.89 s [ghcide]
  13832. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13833. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13834. 1766.89 s [ghcide] In a record update:
  13835. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13836. 1766.89 s [ghcide] |
  13837. 1766.89 s [ghcide] 223 | defaultParserState{
  13838. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  13839. 1766.89 s [ghcide]
  13840. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning: [GHC-62161] [-Wincomplete-record-updates]
  13841. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13842. 1766.89 s [ghcide] In a record update:
  13843. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13844. 1766.89 s [ghcide] |
  13845. 1766.89 s [ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
  13846. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13847. 1766.89 s [ghcide]
  13848. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  13849. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13850. 1766.89 s [ghcide] In a record update:
  13851. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13852. 1766.89 s [ghcide] |
  13853. 1766.89 s [ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  13854. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13855. 1766.89 s [ghcide]
  13856. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13857. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13858. 1766.89 s [ghcide] In a record update:
  13859. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  13860. 1766.89 s [ghcide] |
  13861. 1766.89 s [ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
  13862. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13863. 1766.89 s [ghcide]
  13864. 1766.89 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  13865. 1766.89 s [ghcide] Pattern match(es) are non-exhaustive
  13866. 1766.89 s [ghcide] In a record update:
  13867. 1766.89 s [ghcide] Patterns of type ‘ParserState’ not matched:
  13868. 1766.89 s [ghcide] ParserStateDone _
  13869. 1766.89 s [ghcide] ParserStateDone _
  13870. 1766.89 s [ghcide] |
  13871. 1766.89 s [ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
  13872. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13873. 1766.89 s [ghcide]
  13874. 1766.89 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 )
  13875. 1766.89 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:19:56: warning: [GHC-38856] [-Wunused-imports]
  13876. 1766.89 s [ghcide] The import of ‘to’ from module ‘Control.Lens’ is redundant
  13877. 1766.89 s [ghcide] |
  13878. 1766.89 s [ghcide] 19 | import Control.Lens (to, (?~), (^?))
  13879. 1766.89 s [ghcide] | ^^
  13880. 1766.89 s [ghcide]
  13881. 1766.89 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:55:56: warning: [GHC-38856] [-Wunused-imports]
  13882. 1766.89 s [ghcide] The import of ‘stripTcRnMessageContext’
  13883. 1766.89 s [ghcide] from module ‘Development.IDE.GHC.Compat.Error’ is redundant
  13884. 1766.89 s [ghcide] |
  13885. 1766.89 s [ghcide] 55 | stripTcRnMessageContext)
  13886. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^
  13887. 1766.89 s [ghcide]
  13888. 1766.89 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  13889. 1766.89 s [ghcide] The import of ‘Text.Regex.TDFA’ is redundant
  13890. 1766.89 s [ghcide] except perhaps to import instances from ‘Text.Regex.TDFA’
  13891. 1766.89 s [ghcide] To import instances alone, use: import Text.Regex.TDFA()
  13892. 1766.89 s [ghcide] |
  13893. 1766.89 s [ghcide] 93 | import Text.Regex.TDFA ((=~))
  13894. 1766.89 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13895. 1766.89 s [ghcide]
  13896. 1766.89 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 )
  13897. 1766.89 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 )
  13898. 1766.89 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 )
  13899. 1766.89 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 )
  13900. 1766.89 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 )
  13901. 1766.89 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 )
  13902. 1766.89 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 )
  13903. 1768.78 s [lsp-test] tests: <file descriptor: 11>: hPutBuf: resource vanished (Broken pipe)
  13904. 1768.79 s [lsp-test] HasCallStack backtrace:
  13905. 1768.79 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  13906. 1768.79 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  13907. 1768.79 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  13908. 1768.79 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  13909. 1768.79 s [lsp-test]
  13910. 1768.79 s [lsp-test]
  13911. 1768.79 s [lsp-test] tests: <file descriptor: 29>: hPutBuf: resource vanished (Broken pipe)
  13912. 1768.79 s [lsp-test] HasCallStack backtrace:
  13913. 1768.79 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  13914. 1768.79 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  13915. 1768.79 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  13916. 1768.79 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  13917. 1768.79 s [lsp-test]
  13918. 1768.79 s [lsp-test]
  13919. 1768.79 s [lsp-test] tests: <file descriptor: 21>: hPutBuf: resource vanished (Broken pipe)
  13920. 1768.79 s [lsp-test] HasCallStack backtrace:
  13921. 1768.79 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  13922. 1768.79 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  13923. 1768.79 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  13924. 1768.79 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  13925. 1768.79 s [lsp-test]
  13926. 1768.79 s [lsp-test]
  13927. 1768.79 s [lsp-test] tests: <file descriptor: 22>: hPutBuf: resource vanished (Broken pipe)
  13928. 1768.79 s [lsp-test] HasCallStack backtrace:
  13929. 1768.79 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  13930. 1768.79 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  13931. 1768.79 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  13932. 1768.79 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  13933. 1768.79 s [lsp-test]
  13934. 1768.79 s [lsp-test]
  13935. 1768.79 s [lsp-test] tests: <file descriptor: 17>: hPutBuf: resource vanished (Broken pipe)
  13936. 1768.79 s [lsp-test] HasCallStack backtrace:
  13937. 1768.79 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  13938. 1768.79 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  13939. 1768.79 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  13940. 1768.79 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  13941. 1768.79 s [lsp-test]
  13942. 1768.79 s [lsp-test]
  13943. 1768.79 s [lsp-test] works [✔]
  13944. 1768.79 s [lsp-test] getAllCodeActions
  13945. 1769.10 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  13946. 1769.10 s [ghcide] The following packages were specified via -package or -package-id flags,
  13947. 1769.10 s [ghcide] but were not needed for compilation:
  13948. 1769.10 s [ghcide] - os-string-2.0.4 (exposed by flag -package-id os-string-2.0.4-1192)
  13949. 1769.10 s [ghcide]
  13950. 1769.12 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.p_o )
  13951. 1769.57 s [ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.p_o )
  13952. 1769.93 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.p_o )
  13953. 1769.93 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.p_o )
  13954. 1769.97 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  13955. 1769.97 s [ghcide] The import of ‘Data.List’ is redundant
  13956. 1769.97 s [ghcide] except perhaps to import instances from ‘Data.List’
  13957. 1769.97 s [ghcide] To import instances alone, use: import Data.List()
  13958. 1769.97 s [ghcide] |
  13959. 1769.97 s [ghcide] 31 | import Data.List
  13960. 1769.97 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  13961. 1769.97 s [ghcide]
  13962. 1770.80 s [lsp-test] works [✔]
  13963. 1770.80 s [lsp-test] getDocumentSymbols
  13964. 1770.80 s [lsp-test] works [✔]
  13965. 1770.80 s [lsp-test] applyEdit
  13966. 1770.80 s [lsp-test] increments the version [✔]
  13967. 1770.80 s [lsp-test] changes the document contents [✔]
  13968. 1770.80 s [lsp-test] getCompletions
  13969. 1770.80 s [lsp-test] works [✔]
  13970. 1770.80 s [lsp-test] waitForDiagnosticsSource
  13971. 1770.80 s [ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.p_o )
  13972. 1770.80 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  13973. 1770.80 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  13974. 1770.80 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  13975. 1770.81 s [ghcide] |
  13976. 1770.81 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  13977. 1770.81 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13978. 1770.81 s [ghcide]
  13979. 1770.81 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  13980. 1770.81 s [ghcide] The import of ‘Exception, fromException’
  13981. 1770.81 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  13982. 1770.81 s [ghcide] |
  13983. 1770.81 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  13984. 1770.81 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  13985. 1770.81 s [ghcide]
  13986. 1770.81 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 )
  13987. 1770.81 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 )
  13988. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:271:5: warning: [GHC-75356] [-Wdodgy-exports]
  13989. 1770.81 s [ghcide] The export item ‘Warn(..)’ suggests that
  13990. 1770.81 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  13991. 1770.81 s [ghcide] but it has none
  13992. 1770.81 s [ghcide] |
  13993. 1770.81 s [ghcide] 271 | Warn(..),
  13994. 1770.81 s [ghcide] | ^^^^^^^^
  13995. 1770.81 s [ghcide]
  13996. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:365:5: warning: [GHC-47854] [-Wduplicate-exports]
  13997. 1770.81 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  13998. 1770.81 s [ghcide] |
  13999. 1770.81 s [ghcide] 365 | module GHC.Utils.Panic,
  14000. 1770.81 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  14001. 1770.81 s [ghcide]
  14002. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:419:47: warning: [GHC-99623] [-Wdodgy-imports]
  14003. 1770.81 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  14004. 1770.81 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  14005. 1770.81 s [ghcide] but it has none
  14006. 1770.81 s [ghcide] |
  14007. 1770.81 s [ghcide] 419 | import GHC.Driver.CmdLine (Warn (..))
  14008. 1770.81 s [ghcide] | ^^^^^^^^^
  14009. 1770.81 s [ghcide]
  14010. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:451:76: warning: [GHC-61689] [-Wdodgy-imports]
  14011. 1770.81 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
  14012. 1770.81 s [ghcide] |
  14013. 1770.81 s [ghcide] 451 | anyM, concatMapM, mapMaybeM, foldMapM,
  14014. 1770.81 s [ghcide] | ^^^^^^^^
  14015. 1770.81 s [ghcide]
  14016. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:485:1: warning: [GHC-66111] [-Wunused-imports]
  14017. 1770.81 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  14018. 1770.81 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  14019. 1770.81 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  14020. 1770.81 s [ghcide] |
  14021. 1770.81 s [ghcide] 485 | import GHC.Data.Bag
  14022. 1770.81 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14023. 1770.81 s [ghcide]
  14024. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:752:1: warning: [GHC-38417] [-Wmissing-signatures]
  14025. 1770.81 s [ghcide] Top-level binding with no type signature:
  14026. 1770.81 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  14027. 1770.81 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  14028. 1770.81 s [ghcide] |
  14029. 1770.81 s [ghcide] 752 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  14030. 1770.81 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  14031. 1770.81 s [ghcide]
  14032. 1770.81 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 )
  14033. 1770.81 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 )
  14034. 1770.81 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.p_o )
  14035. 1770.81 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.p_o )
  14036. 1770.81 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.p_o )
  14037. 1770.81 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.p_o )
  14038. 1770.81 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.p_o )
  14039. 1770.81 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.p_o )
  14040. 1770.81 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.p_o )
  14041. 1770.81 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.p_o )
  14042. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat.hs:118:1: warning: [GHC-66111] [-Wunused-imports]
  14043. 1770.81 s [ghcide] The import of ‘Data.List’ is redundant
  14044. 1770.81 s [ghcide] except perhaps to import instances from ‘Data.List’
  14045. 1770.81 s [ghcide] To import instances alone, use: import Data.List()
  14046. 1770.81 s [ghcide] |
  14047. 1770.81 s [ghcide] 118 | import Data.List (foldl')
  14048. 1770.81 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14049. 1770.81 s [ghcide]
  14050. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat.hs:262:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  14051. 1770.81 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  14052. 1770.81 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  14053. 1770.81 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  14054. 1770.81 s [ghcide] This makes type inference for inner bindings fragile;
  14055. 1770.81 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  14056. 1770.81 s [ghcide] • In the type signature:
  14057. 1770.81 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  14058. 1770.81 s [ghcide] GenLocated a e -> GenLocated b e
  14059. 1770.81 s [ghcide] |
  14060. 1770.81 s [ghcide] 262 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  14061. 1770.81 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14062. 1770.81 s [ghcide]
  14063. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat.hs:309:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  14064. 1770.81 s [ghcide] Pattern match(es) are non-exhaustive
  14065. 1770.81 s [ghcide] In a pattern binding:
  14066. 1770.81 s [ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
  14067. 1770.81 s [ghcide] |
  14068. 1770.81 s [ghcide] 309 | let Just src_file = ml_hs_file $ ms_location ms
  14069. 1770.81 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14070. 1770.81 s [ghcide]
  14071. 1770.81 s [ghcide] src/Development/IDE/GHC/Compat.hs:467:1: warning: [GHC-38417] [-Wmissing-signatures]
  14072. 1770.81 s [ghcide] Top-level binding with no type signature:
  14073. 1770.81 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  14074. 1770.81 s [ghcide] |
  14075. 1770.81 s [ghcide] 467 | extract_cons (NewTypeCon x) = [x]
  14076. 1770.81 s [ghcide] | ^^^^^^^^^^^^
  14077. 1770.81 s [ghcide]
  14078. 1771.34 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.p_o )
  14079. 1771.97 s [ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.p_o )
  14080. 1771.97 s [ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, dist/build/Development/IDE/GHC/CoreFile.p_o )
  14081. 1772.02 s [ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.p_o )
  14082. 1772.02 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 )
  14083. 1772.02 s [ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.p_o )
  14084. 1772.02 s [ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.p_o )
  14085. 1772.02 s [ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.p_o )
  14086. 1772.02 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  14087. 1772.02 s [ghcide] The import of ‘Control.Applicative’ is redundant
  14088. 1772.02 s [ghcide] except perhaps to import instances from ‘Control.Applicative’
  14089. 1772.02 s [ghcide] To import instances alone, use: import Control.Applicative()
  14090. 1772.02 s [ghcide] |
  14091. 1772.02 s [ghcide] 32 | import Control.Applicative ((<|>))
  14092. 1772.02 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14093. 1772.02 s [ghcide]
  14094. 1772.02 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:58:1: warning: [GHC-66111] [-Wunused-imports]
  14095. 1772.02 s [ghcide] The import of ‘Text.Printf’ is redundant
  14096. 1772.02 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  14097. 1772.02 s [ghcide] To import instances alone, use: import Text.Printf()
  14098. 1772.02 s [ghcide] |
  14099. 1772.02 s [ghcide] 58 | import Text.Printf (printf)
  14100. 1772.02 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14101. 1772.02 s [ghcide]
  14102. 1772.19 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 )
  14103. 1772.80 s [lsp-test] tests: <file descriptor: 20>: hPutBuf: resource vanished (Broken pipe)
  14104. 1772.80 s [lsp-test] HasCallStack backtrace:
  14105. 1772.80 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14106. 1772.80 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14107. 1772.80 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14108. 1772.80 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14109. 1772.80 s [lsp-test]
  14110. 1772.80 s [lsp-test]
  14111. 1772.80 s [lsp-test] tests: <file descriptor: 28>: hPutBuf: resource vanished (Broken pipe)
  14112. 1772.80 s [lsp-test] HasCallStack backtrace:
  14113. 1772.80 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14114. 1772.80 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14115. 1772.80 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14116. 1772.80 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14117. 1772.80 s [lsp-test]
  14118. 1772.80 s [lsp-test]
  14119. 1772.80 s [lsp-test] tests: <file descriptor: 15>: hPutBuf: resource vanished (Broken pipe)
  14120. 1772.80 s [lsp-test] HasCallStack backtrace:
  14121. 1772.80 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14122. 1772.80 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14123. 1772.80 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14124. 1772.80 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14125. 1772.80 s [lsp-test]
  14126. 1772.80 s [lsp-test]
  14127. 1772.80 s [lsp-test] tests: <file descriptor: 25>: hPutBuf: resource vanished (Broken pipe)
  14128. 1772.80 s [lsp-test] HasCallStack backtrace:
  14129. 1772.80 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14130. 1772.80 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14131. 1772.80 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14132. 1772.80 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14133. 1772.80 s [lsp-test]
  14134. 1772.80 s [lsp-test]
  14135. 1772.80 s [lsp-test] works [✔]
  14136. 1772.80 s [lsp-test] getHover
  14137. 1772.80 s [lsp-test] works [✔]
  14138. 1772.80 s [lsp-test] closeDoc
  14139. 1772.81 s [lsp-test] works [✔]
  14140. 1772.81 s [lsp-test] satisfy
  14141. 1772.81 s [lsp-test] works [✔]
  14142. 1772.81 s [lsp-test] satisfyMaybe
  14143. 1772.81 s [lsp-test] returns matched data on match [✔]
  14144. 1772.81 s [lsp-test] doesn't return if no match [✔]
  14145. 1772.81 s [lsp-test] ignoreLogNotifications
  14146. 1773.29 s [ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, dist/build/Development/IDE/GHC/Util.p_o )
  14147. 1773.29 s [ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, dist/build/Development/IDE/GHC/Orphans.p_o )
  14148. 1773.29 s [ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.p_o )
  14149. 1773.73 s [ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.p_o )
  14150. 1773.73 s [ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.p_o )
  14151. 1773.73 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 )
  14152. 1774.80 s [lsp-test] tests: <file descriptor: 16>: hPutBuf: resource vanished (Broken pipe)
  14153. 1774.80 s [lsp-test] HasCallStack backtrace:
  14154. 1774.80 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14155. 1774.80 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14156. 1774.80 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14157. 1774.80 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14158. 1774.80 s [lsp-test]
  14159. 1774.80 s [lsp-test]
  14160. 1774.81 s [lsp-test] tests: <file descriptor: 34>: hPutBuf: resource vanished (Broken pipe)
  14161. 1774.81 s [lsp-test] HasCallStack backtrace:
  14162. 1774.81 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14163. 1774.81 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14164. 1774.81 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14165. 1774.81 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14166. 1774.81 s [lsp-test]
  14167. 1774.81 s [lsp-test]
  14168. 1774.81 s [lsp-test] tests: <file descriptor: 11>: hPutBuf: resource vanished (Broken pipe)
  14169. 1774.81 s [lsp-test] HasCallStack backtrace:
  14170. 1774.81 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14171. 1774.81 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14172. 1774.81 s [lsp-test] throwIO, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:315:19 in ghc-internal:GHC.Internal.IO.Exception
  14173. 1774.81 s [lsp-test] ioException, called at libraries/ghc-internal/src/GHC/Internal/IO/Exception.hs:319:20 in ghc-internal:GHC.Internal.IO.Exception
  14174. 1774.81 s [lsp-test]
  14175. 1774.81 s [lsp-test]
  14176. 1774.81 s [lsp-test] works [✔]
  14177. 1774.81 s [lsp-test] dynamic capabilities
  14178. 1774.82 s [lsp-test] keeps track [✔]
  14179. 1774.82 s [lsp-test] handles absolute patterns [✔]
  14180. 1774.82 s [lsp-test] call hierarchy
  14181. 1774.82 s [lsp-test] prepare works [✔]
  14182. 1774.82 s [lsp-test] prepare not works [✔]
  14183. 1774.82 s [lsp-test] incoming calls [✔]
  14184. 1774.82 s [lsp-test] outgoing calls [✔]
  14185. 1774.82 s [lsp-test] semantic tokens
  14186. 1774.82 s [lsp-test] full works [✔]
  14187. 1774.82 s [lsp-test] inlay hints
  14188. 1774.82 s [lsp-test] get works [✔]
  14189. 1774.83 s [lsp-test] resolve tooltip works [✔]
  14190. 1774.83 s [lsp-test]
  14191. 1774.83 s [lsp-test] Finished in 57.0605 seconds
  14192. 1774.83 s [lsp-test] 38 examples, 0 failures
  14193. 1774.83 s [lsp-test] Test suite tests: PASS
  14194. 1774.83 s [lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-tests.log
  14195. 1774.83 s [lsp-test] Test suite func-test: RUNNING...
  14196. 1774.83 s [lsp-test]
  14197. 1774.83 s [lsp-test] server-initiated progress reporting
  14198. 1774.83 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14199. 1774.83 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14200. 1774.83 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  14201. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
  14202. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14203. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14204. 1774.84 s [lsp-test] sends updates [✔]
  14205. 1774.84 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14206. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14207. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  14208. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
  14209. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (ProgressCancel (ProgressToken (InL 0))), getSeverity = Debug}
  14210. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_WindowWorkDoneProgressCancel), getSeverity = Error}
  14211. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14212. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14213. 1774.84 s [lsp-test] handles cancellation [✔]
  14214. 1774.84 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14215. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14216. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
  14217. 1774.84 s [lsp-test] func-test: AsyncCancelled
  14218. 1774.84 s [lsp-test] HasCallStack backtrace:
  14219. 1774.84 s [lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
  14220. 1774.84 s [lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
  14221. 1774.84 s [lsp-test] throwIO, called at ./Control/Concurrent/Async/Internal.hs:185:7 in async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ:Control.Concurrent.Async.Internal
  14222. 1774.84 s [lsp-test]
  14223. 1774.84 s [lsp-test]
  14224. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14225. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14226. 1774.84 s [lsp-test] sends end notification if thread is killed [✔]
  14227. 1774.84 s [lsp-test] client-initiated progress reporting
  14228. 1774.84 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14229. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14230. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
  14231. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
  14232. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14233. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14234. 1774.84 s [lsp-test] sends updates [✔]
  14235. 1774.84 s [lsp-test] workspace folders
  14236. 1774.84 s [lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
  14237. 1774.84 s [lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
  14238. 1774.85 s [lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
  14239. 1774.85 s [lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
  14240. 1774.85 s [lsp-test] keeps track of open workspace folders [✔]
  14241. 1774.85 s [lsp-test]
  14242. 1774.85 s [lsp-test] Finished in 0.0129 seconds
  14243. 1774.85 s [lsp-test] 5 examples, 0 failures
  14244. 1774.85 s [lsp-test] Test suite func-test: PASS
  14245. 1774.85 s [lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-func-test.log
  14246. 1774.85 s [lsp-test] 2 of 2 test suites (2 of 2 test cases) passed.
  14247. 1774.86 s [lsp-test] checkPhase completed in 58 seconds
  14248. 1774.86 s [lsp-test] Phase: haddockPhase
  14249. 1775.00 s [lsp-test] Preprocessing library for lsp-test-0.17.1.1...
  14250. 1775.01 s [lsp-test] Running Haddock on library for lsp-test-0.17.1.1...
  14251. 1775.01 s [lsp-test] Warning: The documentation for the following packages are not installed. No
  14252. 1775.01 s [lsp-test] links will be generated to these packages: attoparsec-0.14.4,
  14253. 1775.01 s [lsp-test] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
  14254. 1775.33 s [lsp-test] [1 of 8] Compiling Language.LSP.Test.Compat ( src/Language/LSP/Test/Compat.hs, nothing )
  14255. 1775.47 s [lsp-test] [2 of 8] Compiling Language.LSP.Test.Exceptions ( src/Language/LSP/Test/Exceptions.hs, nothing )
  14256. 1775.55 s [lsp-test] [3 of 8] Compiling Language.LSP.Test.Decoding ( src/Language/LSP/Test/Decoding.hs, nothing )
  14257. 1775.75 s [lsp-test] [4 of 8] Compiling Language.LSP.Test.Files ( src/Language/LSP/Test/Files.hs, nothing )
  14258. 1775.95 s [lsp-test] [5 of 8] Compiling Language.LSP.Test.Server ( src/Language/LSP/Test/Server.hs, nothing )
  14259. 1775.97 s [lsp-test] [6 of 8] Compiling Language.LSP.Test.Session ( src/Language/LSP/Test/Session.hs, nothing )
  14260. 1776.45 s [ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.p_o )
  14261. 1776.45 s [ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.p_o )
  14262. 1776.45 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [GHC-66111] [-Wunused-imports]
  14263. 1776.45 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  14264. 1776.45 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  14265. 1776.45 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  14266. 1776.46 s [ghcide] |
  14267. 1776.46 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  14268. 1776.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14269. 1776.46 s [ghcide]
  14270. 1776.46 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  14271. 1776.46 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  14272. 1776.46 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  14273. 1776.46 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  14274. 1776.46 s [ghcide] |
  14275. 1776.46 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  14276. 1776.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14277. 1776.46 s [ghcide]
  14278. 1776.46 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  14279. 1776.46 s [ghcide] The import of ‘System.Directory’ is redundant
  14280. 1776.46 s [ghcide] except perhaps to import instances from ‘System.Directory’
  14281. 1776.46 s [ghcide] To import instances alone, use: import System.Directory()
  14282. 1776.46 s [ghcide] |
  14283. 1776.46 s [ghcide] 30 | import System.Directory (makeAbsolute)
  14284. 1776.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14285. 1776.46 s [ghcide]
  14286. 1776.46 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [GHC-40910] [-Wunused-matches]
  14287. 1776.46 s [ghcide] Defined but not used: ‘mod_cache’
  14288. 1776.46 s [ghcide] |
  14289. 1776.46 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  14290. 1776.46 s [ghcide] | ^^^^^^^^^
  14291. 1776.46 s [ghcide]
  14292. 1776.46 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  14293. 1776.46 s [ghcide] Defined but not used: ‘file_cache’
  14294. 1776.46 s [ghcide] |
  14295. 1776.46 s [ghcide] 57 | file_cache <- newIORef M.empty
  14296. 1776.46 s [ghcide] | ^^^^^^^^^^
  14297. 1776.46 s [ghcide]
  14298. 1776.46 s [ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.p_o )
  14299. 1776.46 s [ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.p_o )
  14300. 1776.46 s [ghcide] src/Development/IDE/Import/FindImports.hs:200:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  14301. 1776.46 s [ghcide] Pattern match(es) are non-exhaustive
  14302. 1776.46 s [ghcide] In a record update:
  14303. 1776.46 s [ghcide] Patterns of type ‘FindResult’ not matched:
  14304. 1776.46 s [ghcide] Found _ _
  14305. 1776.46 s [ghcide] NoPackage _
  14306. 1776.46 s [ghcide] FoundMultiple _
  14307. 1776.46 s [ghcide] |
  14308. 1776.46 s [ghcide] 200 | notFound
  14309. 1776.46 s [ghcide] | ^^^^^^^^...
  14310. 1776.46 s [ghcide]
  14311. 1776.46 s [ghcide] src/Development/IDE/Import/FindImports.hs:213:15: warning: [GHC-62161] [-Wincomplete-record-updates]
  14312. 1776.46 s [ghcide] Pattern match(es) are non-exhaustive
  14313. 1776.46 s [ghcide] In a record update:
  14314. 1776.46 s [ghcide] Patterns of type ‘FindResult’ not matched:
  14315. 1776.46 s [ghcide] Found _ _
  14316. 1776.46 s [ghcide] NoPackage _
  14317. 1776.46 s [ghcide] FoundMultiple _
  14318. 1776.46 s [ghcide] |
  14319. 1776.46 s [ghcide] 213 | in notFound {fr_unusables = unusables'}
  14320. 1776.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14321. 1776.46 s [ghcide]
  14322. 1776.46 s [ghcide] src/Development/IDE/Import/FindImports.hs:215:11: warning: [GHC-62161] [-Wincomplete-record-updates]
  14323. 1776.46 s [ghcide] Pattern match(es) are non-exhaustive
  14324. 1776.46 s [ghcide] In a record update:
  14325. 1776.46 s [ghcide] Patterns of type ‘FindResult’ not matched:
  14326. 1776.46 s [ghcide] Found _ _
  14327. 1776.46 s [ghcide] NoPackage _
  14328. 1776.46 s [ghcide] FoundMultiple _
  14329. 1776.46 s [ghcide] |
  14330. 1776.46 s [ghcide] 215 | notFound {fr_suggestions = suggest}
  14331. 1776.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14332. 1776.46 s [ghcide]
  14333. 1776.46 s [ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.p_o )
  14334. 1776.46 s [ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.p_o )
  14335. 1776.55 s [ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.p_o )
  14336. 1776.55 s [ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.p_o )
  14337. 1776.55 s [ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.p_o )
  14338. 1776.55 s [ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.p_o )
  14339. 1776.55 s [ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.p_o )
  14340. 1776.55 s [ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.p_o )
  14341. 1776.70 s [lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning: [GHC-63394] [-Wx-partial]
  14342. 1776.70 s [lsp-test] In the use of ‘head’
  14343. 1776.70 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  14344. 1776.70 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  14345. 1776.70 s [lsp-test] |
  14346. 1776.70 s [lsp-test] 483 | head <$> textDocumentVersions uri
  14347. 1776.70 s [lsp-test] | ^^^^
  14348. 1776.70 s [lsp-test]
  14349. 1776.71 s [lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning: [GHC-63394] [-Wx-partial]
  14350. 1776.71 s [lsp-test] In the use of ‘head’
  14351. 1776.71 s [lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
  14352. 1776.71 s [lsp-test] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  14353. 1776.71 s [lsp-test] |
  14354. 1776.71 s [lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
  14355. 1776.71 s [lsp-test] | ^^^^
  14356. 1776.71 s [lsp-test]
  14357. 1776.72 s [lsp-test] [7 of 8] Compiling Language.LSP.Test.Parsing ( src/Language/LSP/Test/Parsing.hs, nothing )
  14358. 1776.76 s [lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, nothing )
  14359. 1776.85 s [ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.p_o )
  14360. 1776.93 s [lsp-test] src/Language/LSP/Test.hs:155:1: warning: [GHC-66111] [-Wunused-imports]
  14361. 1776.93 s [lsp-test] The import of ‘Data.List’ is redundant
  14362. 1776.93 s [lsp-test] except perhaps to import instances from ‘Data.List’
  14363. 1776.93 s [lsp-test] To import instances alone, use: import Data.List()
  14364. 1776.93 s [lsp-test] |
  14365. 1776.93 s [lsp-test] 155 | import Data.List
  14366. 1776.93 s [lsp-test] | ^^^^^^^^^^^^^^^^
  14367. 1776.93 s [lsp-test]
  14368. 1776.93 s [lsp-test] Haddock coverage:
  14369. 1776.94 s [lsp-test] Warning: 'Session' is ambiguous. It is defined
  14370. 1776.94 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
  14371. 1776.94 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
  14372. 1776.94 s [lsp-test] You may be able to disambiguate the identifier by qualifying it or
  14373. 1776.94 s [lsp-test] by specifying the type/value namespace explicitly.
  14374. 1776.94 s [lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
  14375. 1776.94 s [lsp-test] Warning: 'mylang' is out of scope.
  14376. 1776.94 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14377. 1776.94 s [lsp-test] Warning: 'runSession' is out of scope.
  14378. 1776.94 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14379. 1776.94 s [lsp-test] Warning: 'SessionConfig' is ambiguous. It is defined
  14380. 1776.94 s [lsp-test] * at src/Language/LSP/Test/Session.hs:105:22
  14381. 1776.94 s [lsp-test] * at src/Language/LSP/Test/Session.hs:105:1
  14382. 1776.94 s [lsp-test] You may be able to disambiguate the identifier by qualifying it or
  14383. 1776.94 s [lsp-test] by specifying the type/value namespace explicitly.
  14384. 1776.94 s [lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:105:1
  14385. 1776.95 s [lsp-test] Warning: 'PublishDiagnosticsNotification' is out of scope.
  14386. 1776.95 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14387. 1776.95 s [lsp-test] Warning: 'semanticTokensFull' is out of scope.
  14388. 1776.95 s [lsp-test] If you qualify the identifier, haddock can try to link it anyway.
  14389. 1776.95 s [lsp-test] Warning: 'Session' is ambiguous. It is defined
  14390. 1776.95 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
  14391. 1776.95 s [lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
  14392. 1776.95 s [lsp-test] You may be able to disambiguate the identifier by qualifying it or
  14393. 1776.95 s [lsp-test] by specifying the type/value namespace explicitly.
  14394. 1776.95 s [lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
  14395. 1776.95 s [lsp-test] Warning: Language.LSP.Test: Couldn't find .haddock for export fullLatestClientCaps
  14396. 1776.96 s [lsp-test] 91% (103 /113) in 'Language.LSP.Test'
  14397. 1776.96 s [lsp-test] Missing documentation for:
  14398. 1776.96 s [lsp-test] runSessionWithHandles' (src/Language/LSP/Test.hs:278)
  14399. 1776.96 s [lsp-test] setIgnoringLogNotifications (src/Language/LSP/Test.hs:481)
  14400. 1776.96 s [lsp-test] setIgnoringConfigurationRequests (src/Language/LSP/Test.hs:485)
  14401. 1776.96 s [lsp-test] setIgnoringRegistrationRequests (src/Language/LSP/Test.hs:489)
  14402. 1776.96 s [lsp-test] fullLatestClientCaps
  14403. 1776.96 s [lsp-test] customRequest (src/Language/LSP/Test/Parsing.hs:129)
  14404. 1776.96 s [lsp-test] customNotification (src/Language/LSP/Test/Parsing.hs:142)
  14405. 1776.96 s [lsp-test] loggingOrConfiguration (src/Language/LSP/Test/Parsing.hs:220)
  14406. 1776.96 s [lsp-test] incomingCalls (src/Language/LSP/Test.hs:1016)
  14407. 1776.96 s [lsp-test] outgoingCalls (src/Language/LSP/Test.hs:1019)
  14408. 1777.14 s [ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.p_o )
  14409. 1777.18 s [ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.p_o )
  14410. 1777.26 s [ghcide] src/Development/IDE/Core/Shake.hs:110:58: warning: [GHC-38856] [-Wunused-imports]
  14411. 1777.26 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  14412. 1777.26 s [ghcide] |
  14413. 1777.26 s [ghcide] 110 | import Data.List.Extra (foldl', partition,
  14414. 1777.26 s [ghcide] | ^^^^^^
  14415. 1777.26 s [ghcide]
  14416. 1778.49 s [lsp-test] Warning: Language.LSP.Test: could not find link destinations for:
  14417. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method
  14418. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  14419. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
  14420. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  14421. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  14422. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
  14423. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  14424. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  14425. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  14426. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  14427. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Command.Command
  14428. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  14429. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Declaration.Declaration
  14430. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DeclarationLink.DeclarationLink
  14431. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Definition.Definition
  14432. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DefinitionLink.DefinitionLink
  14433. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  14434. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  14435. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  14436. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
  14437. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  14438. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  14439. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.LanguageKind.LanguageKind
  14440. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Location.Location
  14441. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Position.Position
  14442. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
  14443. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.Range.Range
  14444. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  14445. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  14446. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  14447. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  14448. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  14449. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  14450. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  14451. 1778.49 s [lsp-test] - Language.LSP.Protocol.Types.Common.Null
  14452. 1778.49 s [lsp-test] - Language.LSP.Protocol.Types.Common.|?
  14453. 1778.49 s [lsp-test] - Language.LSP.Protocol.Types.Uri.Uri
  14454. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Method.ErrorData
  14455. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Method.MessageParams
  14456. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Method.MessageResult
  14457. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  14458. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  14459. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPublishDiagnostics
  14460. 1778.49 s [lsp-test] - Language.LSP.Protocol.Internal.Method.SMethod
  14461. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.LspId.LspId
  14462. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Meta.MessageDirection
  14463. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Meta.ClientToServer
  14464. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Meta.ServerToClient
  14465. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Meta.MessageKind
  14466. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Meta.Notification
  14467. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Meta.Request
  14468. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Method.SClientMethod
  14469. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Method.SServerMethod
  14470. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
  14471. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Registration.SomeRegistration
  14472. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Types.TMessage
  14473. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Types.TResponseError
  14474. 1778.49 s [lsp-test] - Language.LSP.Protocol.Message.Types.TResponseMessage
  14475. 1778.49 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities'
  14476. 1778.50 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message'
  14477. 1778.50 s [lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types'
  14478. 1779.93 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.p_o )
  14479. 1782.68 s [ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, dist/build/Development/IDE/LSP/Server.p_o )
  14480. 1782.71 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.p_o )
  14481. 1782.71 s [ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.p_o )
  14482. 1782.71 s [ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.p_o )
  14483. 1782.71 s [ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.p_o )
  14484. 1783.16 s [ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.p_o )
  14485. 1783.16 s [ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.p_o )
  14486. 1783.16 s [ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.p_o )
  14487. 1783.58 s [ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.p_o )
  14488. 1783.94 s [ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.p_o )
  14489. 1784.54 s [ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.p_o )
  14490. 1784.54 s [ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.p_o )
  14491. 1784.54 s [ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.p_o )
  14492. 1784.54 s [ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.p_o )
  14493. 1784.54 s [ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.p_o )
  14494. 1784.95 s [ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.p_o )
  14495. 1784.95 s [ghcide] src/Development/IDE/Core/Rules.hs:1232:33: warning: [GHC-02256] [-Wambiguous-fields]
  14496. 1784.95 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  14497. 1784.95 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  14498. 1784.95 s [ghcide] Consider disambiguating using module qualification instead.
  14499. 1784.95 s [ghcide] |
  14500. 1784.95 s [ghcide] 1232 | loadGhcSession recorder def{fullModuleGraph}
  14501. 1784.95 s [ghcide] | ^^^^^^^^^^^^^^^
  14502. 1784.95 s [ghcide]
  14503. 1785.53 s [lsp-test] Documentation created: dist/doc/html/lsp-test/,
  14504. 1785.53 s [lsp-test] dist/doc/html/lsp-test/lsp-test.txt
  14505. 1785.58 s [lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
  14506. 1785.58 s [lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
  14507. 1785.59 s [lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
  14508. 1785.59 s [lsp-test] Phase: installPhase
  14509. 1785.70 s [lsp-test] Installing library in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  14510. 1786.08 s [lsp-test] Phase: fixupPhase
  14511. 1786.09 s [lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  14512. 1786.10 s [lsp-test] shrinking /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSlsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE-ghc9.10.2.so
  14513. 1786.13 s [lsp-test] checking for references to /build/ in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1...
  14514. 1786.15 s [lsp-test] patching script interpreter paths in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  14515. 1786.15 s [lsp-test] stripping (with command strip and flags -S -p) in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib
  14516. 1786.26 s [lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc
  14517. 1786.27 s [lsp-test] checking for references to /build/ in /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc...
  14518. 1786.29 s [lsp-test] patching script interpreter paths in /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc
  14519. 1786.45 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  14520. 1786.97 s [post-build-hook] Pushing 2 paths (291 are already present) using zstd to cache sellout ⏳
  14521. 1786.97 s [post-build-hook]
  14522. 1787.31 s [post-build-hook] Pushing /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc (1.61 MiB)
  14523. 1787.43 s [post-build-hook] Pushing /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1 (9.22 MiB)
  14524. 1788.47 s [post-build-hook]
  14525. 1788.47 s [post-build-hook] All done.
  14526. 1788.49 s [post-build-hook] Uploading to the NixCI cache: /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
  14527. 1788.53 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14528. 1788.70 s [post-build-hook] copying 2 paths...
  14529. 1788.70 s [post-build-hook] copying path '/nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc' to 'https://cache.nix-ci.com'...
  14530. 1789.05 s [post-build-hook] copying path '/nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1' to 'https://cache.nix-ci.com'...
  14531. 1791.09 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14532. 1791.31 s [post-build-hook] copying 1 paths...
  14533. 1791.31 s [post-build-hook] copying path '/nix/store/bzq0a4g9mjydqpgp9br3a3bl3c1isavl-lsp-test-0.17.1.1.drv' to 'https://cache.nix-ci.com'...
  14534. 1791.46 s Progress: 152 of 157 built (1 building), 587 of 587 downloaded from cache
  14535. 1791.46 s [ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.p_o )
  14536. 1791.46 s [ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.p_o )
  14537. 1791.46 s [ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.p_o )
  14538. 1791.46 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.p_o )
  14539. 1791.46 s [ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.p_o )
  14540. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  14541. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14542. 1791.46 s [ghcide] In a record update:
  14543. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14544. 1791.46 s [ghcide] |
  14545. 1791.46 s [ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  14546. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14547. 1791.46 s [ghcide]
  14548. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning: [GHC-62161] [-Wincomplete-record-updates]
  14549. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14550. 1791.46 s [ghcide] In a record update:
  14551. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14552. 1791.46 s [ghcide] |
  14553. 1791.46 s [ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
  14554. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14555. 1791.46 s [ghcide]
  14556. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14557. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14558. 1791.46 s [ghcide] In a record update:
  14559. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14560. 1791.46 s [ghcide] |
  14561. 1791.46 s [ghcide] 160 | defaultParserState
  14562. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14563. 1791.46 s [ghcide]
  14564. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14565. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14566. 1791.46 s [ghcide] In a record update:
  14567. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14568. 1791.46 s [ghcide] |
  14569. 1791.46 s [ghcide] 165 | defaultParserState
  14570. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14571. 1791.46 s [ghcide]
  14572. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning: [GHC-62161] [-Wincomplete-record-updates]
  14573. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14574. 1791.46 s [ghcide] In a record update:
  14575. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14576. 1791.46 s [ghcide] |
  14577. 1791.46 s [ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
  14578. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14579. 1791.46 s [ghcide]
  14580. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14581. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14582. 1791.46 s [ghcide] In a record update:
  14583. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14584. 1791.46 s [ghcide] |
  14585. 1791.46 s [ghcide] 171 | defaultParserState
  14586. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14587. 1791.46 s [ghcide]
  14588. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  14589. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14590. 1791.46 s [ghcide] In a record update:
  14591. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14592. 1791.46 s [ghcide] |
  14593. 1791.46 s [ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  14594. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14595. 1791.46 s [ghcide]
  14596. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14597. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14598. 1791.46 s [ghcide] In a record update:
  14599. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14600. 1791.46 s [ghcide] |
  14601. 1791.46 s [ghcide] 186 | defaultParserState
  14602. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14603. 1791.46 s [ghcide]
  14604. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14605. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14606. 1791.46 s [ghcide] In a record update:
  14607. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14608. 1791.46 s [ghcide] |
  14609. 1791.46 s [ghcide] 193 | defaultParserState
  14610. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^...
  14611. 1791.46 s [ghcide]
  14612. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14613. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14614. 1791.46 s [ghcide] In a record update:
  14615. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14616. 1791.46 s [ghcide] |
  14617. 1791.46 s [ghcide] 203 | defaultParserState{
  14618. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  14619. 1791.46 s [ghcide]
  14620. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14621. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14622. 1791.46 s [ghcide] In a record update:
  14623. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched:
  14624. 1791.46 s [ghcide] ParserStateDone _
  14625. 1791.46 s [ghcide] ParserStateDone _
  14626. 1791.46 s [ghcide] |
  14627. 1791.46 s [ghcide] 207 | defaultParserState{
  14628. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  14629. 1791.46 s [ghcide]
  14630. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning: [GHC-62161] [-Wincomplete-record-updates]
  14631. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14632. 1791.46 s [ghcide] In a record update:
  14633. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14634. 1791.46 s [ghcide] |
  14635. 1791.46 s [ghcide] 214 | defaultParserState{ isLastTokenHash = True }
  14636. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14637. 1791.46 s [ghcide]
  14638. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14639. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14640. 1791.46 s [ghcide] In a record update:
  14641. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14642. 1791.46 s [ghcide] |
  14643. 1791.46 s [ghcide] 223 | defaultParserState{
  14644. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^...
  14645. 1791.46 s [ghcide]
  14646. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning: [GHC-62161] [-Wincomplete-record-updates]
  14647. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14648. 1791.46 s [ghcide] In a record update:
  14649. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14650. 1791.46 s [ghcide] |
  14651. 1791.46 s [ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
  14652. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14653. 1791.46 s [ghcide]
  14654. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning: [GHC-62161] [-Wincomplete-record-updates]
  14655. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14656. 1791.46 s [ghcide] In a record update:
  14657. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14658. 1791.46 s [ghcide] |
  14659. 1791.46 s [ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
  14660. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14661. 1791.46 s [ghcide]
  14662. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14663. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14664. 1791.46 s [ghcide] In a record update:
  14665. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
  14666. 1791.46 s [ghcide] |
  14667. 1791.46 s [ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
  14668. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14669. 1791.46 s [ghcide]
  14670. 1791.46 s [ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning: [GHC-62161] [-Wincomplete-record-updates]
  14671. 1791.46 s [ghcide] Pattern match(es) are non-exhaustive
  14672. 1791.46 s [ghcide] In a record update:
  14673. 1791.46 s [ghcide] Patterns of type ‘ParserState’ not matched:
  14674. 1791.46 s [ghcide] ParserStateDone _
  14675. 1791.46 s [ghcide] ParserStateDone _
  14676. 1791.46 s [ghcide] |
  14677. 1791.46 s [ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
  14678. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14679. 1791.46 s [ghcide]
  14680. 1791.46 s [ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.p_o )
  14681. 1791.46 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:19:56: warning: [GHC-38856] [-Wunused-imports]
  14682. 1791.46 s [ghcide] The import of ‘to’ from module ‘Control.Lens’ is redundant
  14683. 1791.46 s [ghcide] |
  14684. 1791.46 s [ghcide] 19 | import Control.Lens (to, (?~), (^?))
  14685. 1791.46 s [ghcide] | ^^
  14686. 1791.46 s [ghcide]
  14687. 1791.46 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:55:56: warning: [GHC-38856] [-Wunused-imports]
  14688. 1791.46 s [ghcide] The import of ‘stripTcRnMessageContext’
  14689. 1791.46 s [ghcide] from module ‘Development.IDE.GHC.Compat.Error’ is redundant
  14690. 1791.46 s [ghcide] |
  14691. 1791.46 s [ghcide] 55 | stripTcRnMessageContext)
  14692. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^
  14693. 1791.46 s [ghcide]
  14694. 1791.46 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  14695. 1791.46 s [ghcide] The import of ‘Text.Regex.TDFA’ is redundant
  14696. 1791.46 s [ghcide] except perhaps to import instances from ‘Text.Regex.TDFA’
  14697. 1791.46 s [ghcide] To import instances alone, use: import Text.Regex.TDFA()
  14698. 1791.46 s [ghcide] |
  14699. 1791.46 s [ghcide] 93 | import Text.Regex.TDFA ((=~))
  14700. 1791.46 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14701. 1791.46 s [ghcide]
  14702. 1791.46 s [ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.p_o )
  14703. 1791.46 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.p_o )
  14704. 1791.46 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.p_o )
  14705. 1791.46 s [ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, dist/build/Development/IDE/Plugin/Completions/Logic.p_o )
  14706. 1791.46 s [ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.p_o )
  14707. 1791.46 s [ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, dist/build/Development/IDE/Plugin/HLS/GhcIde.p_o )
  14708. 1791.46 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.p_o )
  14709. 1798.74 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.12.0.0...
  14710. 1798.75 s [ghcide] Building executable 'ghcide' for ghcide-2.12.0.0...
  14711. 1798.84 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 )
  14712. 1799.42 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 )
  14713. 1799.42 s [ghcide] [3 of 3] Compiling Main ( exe/Main.hs, dist/build/ghcide/ghcide-tmp/Main.o )
  14714. 1800.16 s [ghcide] [4 of 4] Linking dist/build/ghcide/ghcide
  14715. 1805.26 s [ghcide] buildPhase completed in 1 minutes 0 seconds
  14716. 1805.26 s [ghcide] Phase: checkPhase
  14717. 1805.32 s [ghcide] Package has no test suites.
  14718. 1805.33 s [ghcide] Phase: haddockPhase
  14719. 1805.47 s [ghcide] Preprocessing library for ghcide-2.12.0.0...
  14720. 1805.48 s [ghcide] Running Haddock on library for ghcide-2.12.0.0...
  14721. 1805.49 s [ghcide] Warning: The documentation for the following packages are not installed. No
  14722. 1805.49 s [ghcide] links will be generated to these packages: attoparsec-0.14.4,
  14723. 1805.49 s [ghcide] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
  14724. 1806.75 s [ghcide] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  14725. 1806.75 s [ghcide] The following packages were specified via -package or -package-id flags,
  14726. 1806.75 s [ghcide] but were not needed for compilation:
  14727. 1806.75 s [ghcide] - os-string-2.0.4 (exposed by flag -package-id os-string-2.0.4-1192)
  14728. 1806.75 s [ghcide]
  14729. 1806.75 s [ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, /build/ghc3650_0/ghc_80.o, /build/ghc3650_0/ghc_80.dyn_o )
  14730. 1806.80 s [ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, nothing )
  14731. 1806.93 s [ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, nothing )
  14732. 1806.94 s [ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, nothing )
  14733. 1807.22 s [ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
  14734. 1807.22 s [ghcide] The import of ‘Data.List’ is redundant
  14735. 1807.22 s [ghcide] except perhaps to import instances from ‘Data.List’
  14736. 1807.22 s [ghcide] To import instances alone, use: import Data.List()
  14737. 1807.22 s [ghcide] |
  14738. 1807.22 s [ghcide] 31 | import Data.List
  14739. 1807.22 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  14740. 1807.22 s [ghcide]
  14741. 1807.23 s [ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, nothing )
  14742. 1807.24 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning: [GHC-38856] [-Wunused-imports]
  14743. 1807.24 s [ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
  14744. 1807.24 s [ghcide] from module ‘Control.Concurrent.Async’ is redundant
  14745. 1807.24 s [ghcide] |
  14746. 1807.24 s [ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
  14747. 1807.24 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14748. 1807.24 s [ghcide]
  14749. 1807.24 s [ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning: [GHC-38856] [-Wunused-imports]
  14750. 1807.24 s [ghcide] The import of ‘Exception, fromException’
  14751. 1807.24 s [ghcide] from module ‘Control.Exception.Safe’ is redundant
  14752. 1807.24 s [ghcide] |
  14753. 1807.24 s [ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
  14754. 1807.24 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14755. 1807.24 s [ghcide]
  14756. 1807.24 s [ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, nothing )
  14757. 1807.35 s [ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, /build/ghc3650_0/ghc_84.o, /build/ghc3650_0/ghc_84.dyn_o )
  14758. 1807.76 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:271:5: warning: [GHC-75356] [-Wdodgy-exports]
  14759. 1807.76 s [ghcide] The export item ‘Warn(..)’ suggests that
  14760. 1807.76 s [ghcide] ‘Warn’ has (in-scope) constructors or record fields,
  14761. 1807.76 s [ghcide] but it has none
  14762. 1807.76 s [ghcide] |
  14763. 1807.76 s [ghcide] 271 | Warn(..),
  14764. 1807.76 s [ghcide] | ^^^^^^^^
  14765. 1807.76 s [ghcide]
  14766. 1807.76 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:365:5: warning: [GHC-47854] [-Wduplicate-exports]
  14767. 1807.76 s [ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
  14768. 1807.76 s [ghcide] |
  14769. 1807.76 s [ghcide] 365 | module GHC.Utils.Panic,
  14770. 1807.77 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
  14771. 1807.77 s [ghcide]
  14772. 1807.77 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:419:47: warning: [GHC-99623] [-Wdodgy-imports]
  14773. 1807.77 s [ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
  14774. 1807.77 s [ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
  14775. 1807.77 s [ghcide] but it has none
  14776. 1807.77 s [ghcide] |
  14777. 1807.77 s [ghcide] 419 | import GHC.Driver.CmdLine (Warn (..))
  14778. 1807.77 s [ghcide] | ^^^^^^^^^
  14779. 1807.77 s [ghcide]
  14780. 1807.77 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:451:76: warning: [GHC-61689] [-Wdodgy-imports]
  14781. 1807.77 s [ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
  14782. 1807.77 s [ghcide] |
  14783. 1807.77 s [ghcide] 451 | anyM, concatMapM, mapMaybeM, foldMapM,
  14784. 1807.77 s [ghcide] | ^^^^^^^^
  14785. 1807.77 s [ghcide]
  14786. 1807.77 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:485:1: warning: [GHC-66111] [-Wunused-imports]
  14787. 1807.77 s [ghcide] The import of ‘GHC.Data.Bag’ is redundant
  14788. 1807.77 s [ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
  14789. 1807.77 s [ghcide] To import instances alone, use: import GHC.Data.Bag()
  14790. 1807.77 s [ghcide] |
  14791. 1807.77 s [ghcide] 485 | import GHC.Data.Bag
  14792. 1807.77 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14793. 1807.77 s [ghcide]
  14794. 1807.77 s [ghcide] src/Development/IDE/GHC/Compat/Core.hs:752:1: warning: [GHC-38417] [-Wmissing-signatures]
  14795. 1807.77 s [ghcide] Top-level binding with no type signature:
  14796. 1807.77 s [ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
  14797. 1807.77 s [ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
  14798. 1807.77 s [ghcide] |
  14799. 1807.77 s [ghcide] 752 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
  14800. 1807.77 s [ghcide] | ^^^^^^^^^^^^^^^^^^
  14801. 1807.77 s [ghcide]
  14802. 1808.15 s [ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, nothing )
  14803. 1808.20 s [ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, /build/ghc3650_0/ghc_86.o, /build/ghc3650_0/ghc_86.dyn_o )
  14804. 1808.33 s [ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, /build/ghc3650_0/ghc_92.o, /build/ghc3650_0/ghc_92.dyn_o )
  14805. 1808.40 s [ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, /build/ghc3650_0/ghc_90.o, /build/ghc3650_0/ghc_90.dyn_o )
  14806. 1808.44 s [ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, /build/ghc3650_0/ghc_88.o, /build/ghc3650_0/ghc_88.dyn_o )
  14807. 1808.48 s [ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, /build/ghc3650_0/ghc_98.o, /build/ghc3650_0/ghc_98.dyn_o )
  14808. 1808.58 s [ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, /build/ghc3650_0/ghc_100.o, /build/ghc3650_0/ghc_100.dyn_o )
  14809. 1808.60 s [ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, /build/ghc3650_0/ghc_94.o, /build/ghc3650_0/ghc_94.dyn_o )
  14810. 1808.65 s [ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, /build/ghc3650_0/ghc_96.o, /build/ghc3650_0/ghc_96.dyn_o )
  14811. 1808.69 s [ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, /build/ghc3650_0/ghc_82.o, /build/ghc3650_0/ghc_82.dyn_o )
  14812. 1808.82 s [ghcide] src/Development/IDE/GHC/Compat.hs:118:1: warning: [GHC-66111] [-Wunused-imports]
  14813. 1808.82 s [ghcide] The import of ‘Data.List’ is redundant
  14814. 1808.82 s [ghcide] except perhaps to import instances from ‘Data.List’
  14815. 1808.82 s [ghcide] To import instances alone, use: import Data.List()
  14816. 1808.82 s [ghcide] |
  14817. 1808.82 s [ghcide] 118 | import Data.List (foldl')
  14818. 1808.82 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14819. 1808.82 s [ghcide]
  14820. 1808.82 s [ghcide] src/Development/IDE/GHC/Compat.hs:262:11: warning: [GHC-62412] [-Wsimplifiable-class-constraints]
  14821. 1808.82 s [ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
  14822. 1808.82 s [ghcide] instance HasLoc l => HasLoc (GenLocated l a)
  14823. 1808.82 s [ghcide] -- Defined in ‘GHC.Parser.Annotation’
  14824. 1808.82 s [ghcide] This makes type inference for inner bindings fragile;
  14825. 1808.82 s [ghcide] either use MonoLocalBinds, or simplify it using the instance
  14826. 1808.82 s [ghcide] • In the type signature:
  14827. 1808.82 s [ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
  14828. 1808.82 s [ghcide] GenLocated a e -> GenLocated b e
  14829. 1808.82 s [ghcide] |
  14830. 1808.82 s [ghcide] 262 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
  14831. 1808.82 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  14832. 1808.82 s [ghcide]
  14833. 1808.82 s [ghcide] src/Development/IDE/GHC/Compat.hs:467:1: warning: [GHC-38417] [-Wmissing-signatures]
  14834. 1808.82 s [ghcide] Top-level binding with no type signature:
  14835. 1808.82 s [ghcide] extract_cons :: DataDefnCons a -> [a]
  14836. 1808.82 s [ghcide] |
  14837. 1808.82 s [ghcide] 467 | extract_cons (NewTypeCon x) = [x]
  14838. 1808.82 s [ghcide] | ^^^^^^^^^^^^
  14839. 1808.82 s [ghcide]
  14840. 1809.03 s [ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, nothing )
  14841. 1810.13 s [ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, nothing )
  14842. 1810.15 s [ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, /build/ghc3650_0/ghc_102.o, /build/ghc3650_0/ghc_102.dyn_o )
  14843. 1810.23 s [ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, nothing )
  14844. 1810.25 s [ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, nothing )
  14845. 1810.29 s [ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, nothing )
  14846. 1810.65 s [ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, /build/ghc3650_0/ghc_126.o, /build/ghc3650_0/ghc_126.dyn_o )
  14847. 1811.85 s [ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, /build/ghc3650_0/ghc_118.o, /build/ghc3650_0/ghc_118.dyn_o )
  14848. 1811.85 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:32:1: warning: [GHC-66111] [-Wunused-imports]
  14849. 1811.85 s [ghcide] The import of ‘Control.Applicative’ is redundant
  14850. 1811.85 s [ghcide] except perhaps to import instances from ‘Control.Applicative’
  14851. 1811.85 s [ghcide] To import instances alone, use: import Control.Applicative()
  14852. 1811.85 s [ghcide] |
  14853. 1811.85 s [ghcide] 32 | import Control.Applicative ((<|>))
  14854. 1811.85 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14855. 1811.85 s [ghcide]
  14856. 1811.85 s [ghcide] src/Development/IDE/Types/Diagnostics.hs:58:1: warning: [GHC-66111] [-Wunused-imports]
  14857. 1811.85 s [ghcide] The import of ‘Text.Printf’ is redundant
  14858. 1811.85 s [ghcide] except perhaps to import instances from ‘Text.Printf’
  14859. 1811.85 s [ghcide] To import instances alone, use: import Text.Printf()
  14860. 1811.85 s [ghcide] |
  14861. 1811.85 s [ghcide] 58 | import Text.Printf (printf)
  14862. 1811.85 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14863. 1811.85 s [ghcide]
  14864. 1811.85 s [ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, nothing )
  14865. 1811.85 s [ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, /build/ghc3650_0/ghc_108.o, /build/ghc3650_0/ghc_108.dyn_o )
  14866. 1811.85 s [ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, /build/ghc3650_0/ghc_106.o, /build/ghc3650_0/ghc_106.dyn_o )
  14867. 1811.85 s [ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, /build/ghc3650_0/ghc_124.o, /build/ghc3650_0/ghc_124.dyn_o )
  14868. 1811.85 s [ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, /build/ghc3650_0/ghc_120.o, /build/ghc3650_0/ghc_120.dyn_o )
  14869. 1812.28 s [ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, /build/ghc3650_0/ghc_114.o, /build/ghc3650_0/ghc_114.dyn_o )
  14870. 1812.52 s [ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, nothing )
  14871. 1812.59 s [ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, /build/ghc3650_0/ghc_104.o, /build/ghc3650_0/ghc_104.dyn_o )
  14872. 1812.74 s [ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, /build/ghc3650_0/ghc_122.o, /build/ghc3650_0/ghc_122.dyn_o )
  14873. 1812.77 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning: [GHC-66111] [-Wunused-imports]
  14874. 1812.77 s [ghcide] The import of ‘GHC.Driver.Env’ is redundant
  14875. 1812.77 s [ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
  14876. 1812.77 s [ghcide] To import instances alone, use: import GHC.Driver.Env()
  14877. 1812.77 s [ghcide] |
  14878. 1812.77 s [ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
  14879. 1812.77 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14880. 1812.77 s [ghcide]
  14881. 1812.77 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  14882. 1812.77 s [ghcide] The import of ‘Ide.PluginUtils’ is redundant
  14883. 1812.77 s [ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
  14884. 1812.77 s [ghcide] To import instances alone, use: import Ide.PluginUtils()
  14885. 1812.77 s [ghcide] |
  14886. 1812.77 s [ghcide] 28 | import Ide.PluginUtils (toAbsolute)
  14887. 1812.77 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14888. 1812.77 s [ghcide]
  14889. 1812.77 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
  14890. 1812.77 s [ghcide] The import of ‘System.Directory’ is redundant
  14891. 1812.77 s [ghcide] except perhaps to import instances from ‘System.Directory’
  14892. 1812.77 s [ghcide] To import instances alone, use: import System.Directory()
  14893. 1812.77 s [ghcide] |
  14894. 1812.77 s [ghcide] 30 | import System.Directory (makeAbsolute)
  14895. 1812.77 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14896. 1812.77 s [ghcide]
  14897. 1812.78 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning: [GHC-40910] [-Wunused-matches]
  14898. 1812.78 s [ghcide] Defined but not used: ‘mod_cache’
  14899. 1812.78 s [ghcide] |
  14900. 1812.78 s [ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
  14901. 1812.78 s [ghcide] | ^^^^^^^^^
  14902. 1812.78 s [ghcide]
  14903. 1812.78 s [ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning: [GHC-40910] [-Wunused-matches]
  14904. 1812.78 s [ghcide] Defined but not used: ‘file_cache’
  14905. 1812.78 s [ghcide] |
  14906. 1812.78 s [ghcide] 57 | file_cache <- newIORef M.empty
  14907. 1812.78 s [ghcide] | ^^^^^^^^^^
  14908. 1812.78 s [ghcide]
  14909. 1812.85 s [ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, /build/ghc3650_0/ghc_116.o, /build/ghc3650_0/ghc_116.dyn_o )
  14910. 1812.97 s [ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, /build/ghc3650_0/ghc_112.o, /build/ghc3650_0/ghc_112.dyn_o )
  14911. 1813.12 s [ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, /build/ghc3650_0/ghc_110.o, /build/ghc3650_0/ghc_110.dyn_o )
  14912. 1813.57 s [ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, nothing )
  14913. 1813.73 s [ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, nothing )
  14914. 1813.74 s [ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, nothing )
  14915. 1813.77 s [ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, nothing )
  14916. 1813.82 s [ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, nothing )
  14917. 1813.83 s [ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, nothing )
  14918. 1813.84 s [ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, nothing )
  14919. 1813.87 s [ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, nothing )
  14920. 1813.91 s [ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, nothing )
  14921. 1813.94 s [ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, nothing )
  14922. 1814.24 s [ghcide] src/Development/IDE/Core/Shake.hs:110:58: warning: [GHC-38856] [-Wunused-imports]
  14923. 1814.24 s [ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
  14924. 1814.24 s [ghcide] |
  14925. 1814.24 s [ghcide] 110 | import Data.List.Extra (foldl', partition,
  14926. 1814.24 s [ghcide] | ^^^^^^
  14927. 1814.24 s [ghcide]
  14928. 1814.26 s [ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, nothing )
  14929. 1814.98 s [ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, nothing )
  14930. 1815.01 s [ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, nothing )
  14931. 1815.01 s [ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, nothing )
  14932. 1815.11 s [ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, nothing )
  14933. 1815.13 s [ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, nothing )
  14934. 1815.18 s [ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, nothing )
  14935. 1815.21 s [ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, nothing )
  14936. 1815.27 s [ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, nothing )
  14937. 1815.54 s [ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, nothing )
  14938. 1815.58 s [ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, nothing )
  14939. 1815.70 s [ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, nothing )
  14940. 1815.73 s [ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, nothing )
  14941. 1815.75 s [ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, nothing )
  14942. 1815.77 s [ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, nothing )
  14943. 1815.82 s [ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, nothing )
  14944. 1815.86 s [ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, nothing )
  14945. 1816.55 s [ghcide] src/Development/IDE/Core/Rules.hs:1232:33: warning: [GHC-02256] [-Wambiguous-fields]
  14946. 1816.55 s [ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
  14947. 1816.55 s [ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
  14948. 1816.55 s [ghcide] Consider disambiguating using module qualification instead.
  14949. 1816.55 s [ghcide] |
  14950. 1816.55 s [ghcide] 1232 | loadGhcSession recorder def{fullModuleGraph}
  14951. 1816.55 s [ghcide] | ^^^^^^^^^^^^^^^
  14952. 1816.55 s [ghcide]
  14953. 1816.56 s [ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, nothing )
  14954. 1816.67 s [ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, nothing )
  14955. 1816.73 s [ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, nothing )
  14956. 1816.75 s [ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, nothing )
  14957. 1816.77 s [ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, nothing )
  14958. 1816.84 s [ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, nothing )
  14959. 1816.92 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:19:56: warning: [GHC-38856] [-Wunused-imports]
  14960. 1816.92 s [ghcide] The import of ‘to’ from module ‘Control.Lens’ is redundant
  14961. 1816.92 s [ghcide] |
  14962. 1816.92 s [ghcide] 19 | import Control.Lens (to, (?~), (^?))
  14963. 1816.92 s [ghcide] | ^^
  14964. 1816.92 s [ghcide]
  14965. 1816.92 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:55:56: warning: [GHC-38856] [-Wunused-imports]
  14966. 1816.92 s [ghcide] The import of ‘stripTcRnMessageContext’
  14967. 1816.92 s [ghcide] from module ‘Development.IDE.GHC.Compat.Error’ is redundant
  14968. 1816.92 s [ghcide] |
  14969. 1816.92 s [ghcide] 55 | stripTcRnMessageContext)
  14970. 1816.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^
  14971. 1816.92 s [ghcide]
  14972. 1816.92 s [ghcide] src/Development/IDE/Plugin/TypeLenses.hs:93:1: warning: [GHC-66111] [-Wunused-imports]
  14973. 1816.92 s [ghcide] The import of ‘Text.Regex.TDFA’ is redundant
  14974. 1816.92 s [ghcide] except perhaps to import instances from ‘Text.Regex.TDFA’
  14975. 1816.92 s [ghcide] To import instances alone, use: import Text.Regex.TDFA()
  14976. 1816.92 s [ghcide] |
  14977. 1816.92 s [ghcide] 93 | import Text.Regex.TDFA ((=~))
  14978. 1816.92 s [ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14979. 1816.92 s [ghcide]
  14980. 1816.93 s [ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, nothing )
  14981. 1816.98 s [ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, nothing )
  14982. 1817.01 s [ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, nothing )
  14983. 1817.03 s [ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, nothing )
  14984. 1817.19 s [ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, nothing )
  14985. 1817.26 s [ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, nothing )
  14986. 1817.28 s [ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, nothing )
  14987. 1817.38 s [ghcide] Haddock coverage:
  14988. 1817.39 s [ghcide] 95% ( 79 / 83) in 'Control.Concurrent.Strict'
  14989. 1817.39 s [ghcide] Missing documentation for:
  14990. 1817.39 s [ghcide] Module header
  14991. 1817.39 s [ghcide] modifyVar (src/Control/Concurrent/Strict.hs:27)
  14992. 1817.39 s [ghcide] modifyVar_ (src/Control/Concurrent/Strict.hs:35)
  14993. 1817.39 s [ghcide] addMVarFinalizer
  14994. 1817.40 s [ghcide] 60% ( 3 / 5) in 'Development.IDE.Core.Debouncer'
  14995. 1817.40 s [ghcide] Missing documentation for:
  14996. 1817.40 s [ghcide] Module header
  14997. 1817.40 s [ghcide] registerEvent
  14998. 1817.40 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Core.FileUtils'
  14999. 1817.40 s [ghcide] Missing documentation for:
  15000. 1817.40 s [ghcide] Module header
  15001. 1817.40 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
  15002. 1817.40 s [ghcide] 20% ( 4 / 20) in 'Development.IDE.Core.PositionMapping'
  15003. 1817.40 s [ghcide] Missing documentation for:
  15004. 1817.40 s [ghcide] Module header
  15005. 1817.40 s [ghcide] PositionMapping (src/Development/IDE/Core/PositionMapping.hs:93)
  15006. 1817.40 s [ghcide] lowerRange (src/Development/IDE/Core/PositionMapping.hs:49)
  15007. 1817.40 s [ghcide] upperRange (src/Development/IDE/Core/PositionMapping.hs:53)
  15008. 1817.40 s [ghcide] positionResultToMaybe (src/Development/IDE/Core/PositionMapping.hs:57)
  15009. 1817.40 s [ghcide] fromCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:86)
  15010. 1817.40 s [ghcide] toCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:89)
  15011. 1817.40 s [ghcide] PositionDelta (src/Development/IDE/Core/PositionMapping.hs:74)
  15012. 1817.40 s [ghcide] idDelta (src/Development/IDE/Core/PositionMapping.hs:116)
  15013. 1817.40 s [ghcide] toCurrentRange (src/Development/IDE/Core/PositionMapping.hs:96)
  15014. 1817.40 s [ghcide] fromCurrentRange (src/Development/IDE/Core/PositionMapping.hs:100)
  15015. 1817.40 s [ghcide] applyChange (src/Development/IDE/Core/PositionMapping.hs:133)
  15016. 1817.40 s [ghcide] zeroMapping (src/Development/IDE/Core/PositionMapping.hs:104)
  15017. 1817.40 s [ghcide] deltaFromDiff (src/Development/IDE/Core/PositionMapping.hs:194)
  15018. 1817.40 s [ghcide] toCurrent (src/Development/IDE/Core/PositionMapping.hs:140)
  15019. 1817.40 s [ghcide] fromCurrent (src/Development/IDE/Core/PositionMapping.hs:166)
  15020. 1817.40 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Core.WorkerThread'
  15021. 1817.40 s [ghcide] Missing documentation for:
  15022. 1817.40 s [ghcide] Module header
  15023. 1817.40 s [ghcide] 20% ( 2 / 10) in 'Development.IDE.GHC.Compat.CmdLine'
  15024. 1817.40 s [ghcide] Missing documentation for:
  15025. 1817.40 s [ghcide] CmdLineP
  15026. 1817.40 s [ghcide] getCmdLineState
  15027. 1817.40 s [ghcide] putCmdLineState
  15028. 1817.40 s [ghcide] Flag
  15029. 1817.40 s [ghcide] OptKind
  15030. 1817.40 s [ghcide] EwM
  15031. 1817.40 s [ghcide] defFlag
  15032. 1817.40 s [ghcide] liftEwM
  15033. 1817.47 s [ghcide] 25% (864 /3422) in 'Development.IDE.GHC.Compat.Core'
  15034. 1817.47 s [ghcide] Missing documentation for:
  15035. 1817.47 s [ghcide] extensions
  15036. 1817.47 s [ghcide] extensionFlags
  15037. 1817.47 s [ghcide] targetPlatform
  15038. 1817.47 s [ghcide] generalFlags
  15039. 1817.47 s [ghcide] warningFlags
  15040. 1817.47 s [ghcide] topDir
  15041. 1817.47 s [ghcide] hiDir
  15042. 1817.47 s [ghcide] tmpDir
  15043. 1817.47 s [ghcide] importPaths
  15044. 1817.47 s [ghcide] useColor
  15045. 1817.47 s [ghcide] canUseColor
  15046. 1817.47 s [ghcide] useUnicode
  15047. 1817.47 s [ghcide] objectDir
  15048. 1817.47 s [ghcide] setImportPaths (src/Development/IDE/GHC/Compat/Core.hs:608)
  15049. 1817.47 s [ghcide] outputFile
  15050. 1817.47 s [ghcide] setOutputFile
  15051. 1817.47 s [ghcide] needWiredInHomeIface
  15052. 1817.47 s [ghcide] importDecl
  15053. 1817.47 s [ghcide] sPgm_F
  15054. 1817.47 s [ghcide] FlagSpec
  15055. 1817.47 s [ghcide] WarningFlag
  15056. 1817.47 s [ghcide] ExposePackage (src/Development/IDE/GHC/Compat/Core.hs:615)
  15057. 1817.47 s [ghcide] setUnsafeGlobalDynFlags
  15058. 1817.47 s [ghcide] scaledThing
  15059. 1817.47 s [ghcide] IfaceTyCon
  15060. 1817.47 s [ghcide] ModIface
  15061. 1817.47 s [ghcide] HscSource
  15062. 1817.47 s [ghcide] loadInterface
  15063. 1817.47 s [ghcide] RecompileRequired
  15064. 1817.47 s [ghcide] mkPartialIface
  15065. 1817.47 s [ghcide] Fixity
  15066. 1817.47 s [ghcide] defaultFixity
  15067. 1817.47 s [ghcide] lookupFixityRn
  15068. 1817.47 s [ghcide] Type
  15069. 1817.47 s [ghcide] FunTy (src/Development/IDE/GHC/Compat/Core.hs:622)
  15070. 1817.47 s [ghcide] ConPatIn (src/Development/IDE/GHC/Compat/Core.hs:657)
  15071. 1817.47 s [ghcide] conPatDetails (src/Development/IDE/GHC/Compat/Core.hs:667)
  15072. 1817.47 s [ghcide] mapConPatDetail (src/Development/IDE/GHC/Compat/Core.hs:671)
  15073. 1817.47 s [ghcide] SourceText
  15074. 1817.47 s [ghcide] AvailName (src/Development/IDE/GHC/Compat/Core.hs:593)
  15075. 1817.47 s [ghcide] AvailFL (src/Development/IDE/GHC/Compat/Core.hs:600)
  15076. 1817.47 s [ghcide] AvailTC (src/Development/IDE/GHC/Compat/Core.hs:584)
  15077. 1817.47 s [ghcide] availsToNameSet
  15078. 1817.47 s [ghcide] ParsedSource
  15079. 1817.47 s [ghcide] RenamedSource
  15080. 1817.47 s [ghcide] unGhc
  15081. 1817.47 s [ghcide] getSession
  15082. 1817.47 s [ghcide] setSessionDynFlags
  15083. 1817.47 s [ghcide] runHsc
  15084. 1817.47 s [ghcide] compileFile
  15085. 1817.47 s [ghcide] hscInteractive
  15086. 1817.47 s [ghcide] hscUpdateHPT
  15087. 1817.47 s [ghcide] makeSimpleDetails (src/Development/IDE/GHC/Compat/Core.hs:723)
  15088. 1817.47 s [ghcide] tcSplitForAllTyVarBinder_maybe
  15089. 1817.47 s [ghcide] typecheckIface
  15090. 1817.47 s [ghcide] mkIfaceTc (src/Development/IDE/GHC/Compat/Core.hs:728)
  15091. 1817.47 s [ghcide] mkBootModDetailsTc (src/Development/IDE/GHC/Compat/Core.hs:732)
  15092. 1817.47 s [ghcide] initTidyOpts (src/Development/IDE/GHC/Compat/Core.hs:737)
  15093. 1817.47 s [ghcide] driverNoStop (src/Development/IDE/GHC/Compat/Core.hs:741)
  15094. 1817.47 s [ghcide] tidyProgram
  15095. 1817.47 s [ghcide] ImportedModsVal
  15096. 1817.47 s [ghcide] importedByUser
  15097. 1817.47 s [ghcide] TypecheckedSource
  15098. 1817.47 s [ghcide] HasSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:624)
  15099. 1817.47 s [ghcide] Located
  15100. 1817.47 s [ghcide] unLoc
  15101. 1817.47 s [ghcide] getLoc
  15102. 1817.47 s [ghcide] getLocA
  15103. 1817.47 s [ghcide] locA
  15104. 1817.47 s [ghcide] noLocA
  15105. 1817.47 s [ghcide] unLocA (src/Development/IDE/GHC/Compat/Core.hs:704)
  15106. 1817.47 s [ghcide] LocatedAn (src/Development/IDE/GHC/Compat/Core.hs:701)
  15107. 1817.47 s [ghcide] LocatedA
  15108. 1817.47 s [ghcide] RealLocated
  15109. 1817.47 s [ghcide] RealSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:572)
  15110. 1817.47 s [ghcide] RealSrcLoc (src/Development/IDE/GHC/Compat/Core.hs:578)
  15111. 1817.47 s [ghcide] mkRealSrcLoc
  15112. 1817.47 s [ghcide] getRealSrcSpan
  15113. 1817.47 s [ghcide] realSrcLocSpan
  15114. 1817.48 s [ghcide] realSrcSpanStart
  15115. 1817.48 s [ghcide] realSrcSpanEnd
  15116. 1817.48 s [ghcide] isSubspanOfA (src/Development/IDE/GHC/Compat/Core.hs:699)
  15117. 1817.48 s [ghcide] srcSpanStartLine
  15118. 1817.48 s [ghcide] srcSpanStartCol
  15119. 1817.48 s [ghcide] srcSpanEndLine
  15120. 1817.48 s [ghcide] srcSpanEndCol
  15121. 1817.48 s [ghcide] srcSpanFile
  15122. 1817.48 s [ghcide] noLoc
  15123. 1817.48 s [ghcide] srcSpanToRealSrcSpan
  15124. 1817.48 s [ghcide] mapLoc (src/Development/IDE/GHC/Compat/Core.hs:745)
  15125. 1817.48 s [ghcide] mkHomeModLocation (src/Development/IDE/GHC/Compat/Core.hs:567)
  15126. 1817.48 s [ghcide] findObjectLinkableMaybe
  15127. 1817.48 s [ghcide] InstalledFindResult
  15128. 1817.48 s [ghcide] PackageName
  15129. 1817.48 s [ghcide] unload (src/Development/IDE/GHC/Compat/Core.hs:692)
  15130. 1817.48 s [ghcide] Hooks
  15131. 1817.48 s [ghcide] runMetaHook
  15132. 1817.48 s [ghcide] MetaHook
  15133. 1817.48 s [ghcide] metaRequestE
  15134. 1817.48 s [ghcide] metaRequestP
  15135. 1817.48 s [ghcide] metaRequestT
  15136. 1817.48 s [ghcide] metaRequestD
  15137. 1817.48 s [ghcide] metaRequestAW
  15138. 1817.48 s [ghcide] addToHpt
  15139. 1817.48 s [ghcide] addListToHpt
  15140. 1817.48 s [ghcide] TargetId
  15141. 1817.48 s [ghcide] mkSimpleTarget (src/Development/IDE/GHC/Compat/Core.hs:749)
  15142. 1817.48 s [ghcide] initObjLinker (src/Development/IDE/GHC/Compat/Core.hs:676)
  15143. 1817.48 s [ghcide] loadDLL (src/Development/IDE/GHC/Compat/Core.hs:680)
  15144. 1817.48 s [ghcide] InteractiveImport
  15145. 1817.48 s [ghcide] parseImportDecl
  15146. 1817.48 s [ghcide] runDecls
  15147. 1817.48 s [ghcide] GRE (src/Development/IDE/GHC/Compat/Core.hs:709)
  15148. 1817.48 s [ghcide] gre_name (src/Development/IDE/GHC/Compat/Core.hs:709)
  15149. 1817.48 s [ghcide] gre_imp (src/Development/IDE/GHC/Compat/Core.hs:709)
  15150. 1817.48 s [ghcide] gre_lcl (src/Development/IDE/GHC/Compat/Core.hs:709)
  15151. 1817.48 s [ghcide] gre_par (src/Development/IDE/GHC/Compat/Core.hs:709)
  15152. 1817.48 s [ghcide] collectHsBindsBinders (src/Development/IDE/GHC/Compat/Core.hs:718)
  15153. 1817.48 s [ghcide] hasKey
  15154. 1817.48 s [ghcide] allNameStrings
  15155. 1817.48 s [ghcide] allNameStringList
  15156. 1817.48 s [ghcide] itName
  15157. 1817.48 s [ghcide] mkUnboundName
  15158. 1817.48 s [ghcide] isUnboundName
  15159. 1817.48 s [ghcide] basicKnownKeyNames
  15160. 1817.48 s [ghcide] genericTyConNames
  15161. 1817.48 s [ghcide] gHC_PRIM
  15162. 1817.48 s [ghcide] gHC_PRIM_PANIC
  15163. 1817.48 s [ghcide] gHC_TYPES
  15164. 1817.48 s [ghcide] gHC_MAGIC
  15165. 1817.48 s [ghcide] gHC_MAGIC_DICT
  15166. 1817.48 s [ghcide] gHC_CSTRING
  15167. 1817.48 s [ghcide] gHC_CLASSES
  15168. 1817.48 s [ghcide] gHC_PRIMOPWRAPPERS
  15169. 1817.48 s [ghcide] gHC_INTERNAL_TUPLE
  15170. 1817.48 s [ghcide] pRELUDE
  15171. 1817.48 s [ghcide] dATA_LIST
  15172. 1817.48 s [ghcide] cONTROL_MONAD_ZIP
  15173. 1817.48 s [ghcide] gHC_INTERNAL_NUM_INTEGER
  15174. 1817.48 s [ghcide] gHC_INTERNAL_NUM_NATURAL
  15175. 1817.48 s [ghcide] gHC_INTERNAL_NUM_BIGNAT
  15176. 1817.48 s [ghcide] gHC_INTERNAL_BASE
  15177. 1817.48 s [ghcide] gHC_INTERNAL_ENUM
  15178. 1817.48 s [ghcide] gHC_INTERNAL_GHCI
  15179. 1817.48 s [ghcide] gHC_INTERNAL_GHCI_HELPERS
  15180. 1817.48 s [ghcide] gHC_INTERNAL_SHOW
  15181. 1817.48 s [ghcide] gHC_INTERNAL_READ
  15182. 1817.48 s [ghcide] gHC_INTERNAL_NUM
  15183. 1817.48 s [ghcide] gHC_INTERNAL_MAYBE
  15184. 1817.48 s [ghcide] gHC_INTERNAL_LIST
  15185. 1817.48 s [ghcide] gHC_INTERNAL_DATA_EITHER
  15186. 1817.48 s [ghcide] gHC_INTERNAL_DATA_STRING
  15187. 1817.48 s [ghcide] gHC_INTERNAL_DATA_FOLDABLE
  15188. 1817.48 s [ghcide] gHC_INTERNAL_DATA_TRAVERSABLE
  15189. 1817.48 s [ghcide] gHC_INTERNAL_CONC
  15190. 1817.48 s [ghcide] gHC_INTERNAL_IO
  15191. 1817.48 s [ghcide] gHC_INTERNAL_IO_Exception
  15192. 1817.48 s [ghcide] gHC_INTERNAL_ST
  15193. 1817.48 s [ghcide] gHC_INTERNAL_IX
  15194. 1817.48 s [ghcide] gHC_INTERNAL_STABLE
  15195. 1817.48 s [ghcide] gHC_INTERNAL_PTR
  15196. 1817.48 s [ghcide] gHC_INTERNAL_ERR
  15197. 1817.48 s [ghcide] gHC_INTERNAL_REAL
  15198. 1817.48 s [ghcide] gHC_INTERNAL_FLOAT
  15199. 1817.48 s [ghcide] gHC_INTERNAL_TOP_HANDLER
  15200. 1817.48 s [ghcide] gHC_INTERNAL_SYSTEM_IO
  15201. 1817.48 s [ghcide] gHC_INTERNAL_DYNAMIC
  15202. 1817.48 s [ghcide] gHC_INTERNAL_TYPEABLE
  15203. 1817.48 s [ghcide] gHC_INTERNAL_TYPEABLE_INTERNAL
  15204. 1817.48 s [ghcide] gHC_INTERNAL_DATA_DATA
  15205. 1817.48 s [ghcide] gHC_INTERNAL_READ_PREC
  15206. 1817.48 s [ghcide] gHC_INTERNAL_LEX
  15207. 1817.48 s [ghcide] gHC_INTERNAL_INT
  15208. 1817.48 s [ghcide] gHC_INTERNAL_WORD
  15209. 1817.48 s [ghcide] gHC_INTERNAL_MONAD
  15210. 1817.48 s [ghcide] gHC_INTERNAL_MONAD_FIX
  15211. 1817.48 s [ghcide] gHC_INTERNAL_MONAD_FAIL
  15212. 1817.48 s [ghcide] gHC_INTERNAL_ARROW
  15213. 1817.48 s [ghcide] gHC_INTERNAL_DESUGAR
  15214. 1817.48 s [ghcide] gHC_INTERNAL_RANDOM
  15215. 1817.48 s [ghcide] gHC_INTERNAL_EXTS
  15216. 1817.48 s [ghcide] gHC_INTERNAL_IS_LIST
  15217. 1817.48 s [ghcide] gHC_INTERNAL_CONTROL_EXCEPTION_BASE
  15218. 1817.48 s [ghcide] gHC_INTERNAL_EXCEPTION_CONTEXT
  15219. 1817.48 s [ghcide] gHC_INTERNAL_GENERICS
  15220. 1817.48 s [ghcide] gHC_INTERNAL_TYPEERROR
  15221. 1817.48 s [ghcide] gHC_INTERNAL_TYPELITS
  15222. 1817.48 s [ghcide] gHC_INTERNAL_TYPELITS_INTERNAL
  15223. 1817.48 s [ghcide] gHC_INTERNAL_TYPENATS
  15224. 1817.48 s [ghcide] gHC_INTERNAL_TYPENATS_INTERNAL
  15225. 1817.48 s [ghcide] gHC_INTERNAL_DATA_COERCE
  15226. 1817.48 s [ghcide] gHC_INTERNAL_DEBUG_TRACE
  15227. 1817.48 s [ghcide] gHC_INTERNAL_UNSAFE_COERCE
  15228. 1817.48 s [ghcide] gHC_INTERNAL_FOREIGN_C_CONSTPTR
  15229. 1817.48 s [ghcide] gHC_INTERNAL_SRCLOC
  15230. 1817.48 s [ghcide] gHC_INTERNAL_STACK
  15231. 1817.48 s [ghcide] gHC_INTERNAL_STACK_TYPES
  15232. 1817.48 s [ghcide] gHC_INTERNAL_STATICPTR
  15233. 1817.48 s [ghcide] gHC_INTERNAL_STATICPTR_INTERNAL
  15234. 1817.48 s [ghcide] gHC_INTERNAL_FINGERPRINT_TYPE
  15235. 1817.48 s [ghcide] gHC_INTERNAL_OVER_LABELS
  15236. 1817.48 s [ghcide] gHC_INTERNAL_RECORDS
  15237. 1817.48 s [ghcide] dATA_TUPLE_EXPERIMENTAL
  15238. 1817.48 s [ghcide] dATA_SUM_EXPERIMENTAL
  15239. 1817.48 s [ghcide] rOOT_MAIN
  15240. 1817.48 s [ghcide] mkInteractiveModule
  15241. 1817.48 s [ghcide] pRELUDE_NAME
  15242. 1817.48 s [ghcide] mAIN_NAME
  15243. 1817.48 s [ghcide] mkPrimModule
  15244. 1817.48 s [ghcide] mkBignumModule
  15245. 1817.48 s [ghcide] mkGhcInternalModule
  15246. 1817.48 s [ghcide] mkGhcInternalModule_
  15247. 1817.48 s [ghcide] mkBaseModule
  15248. 1817.48 s [ghcide] mkBaseModule_
  15249. 1817.48 s [ghcide] mkThisGhcModule
  15250. 1817.48 s [ghcide] mkThisGhcModule_
  15251. 1817.48 s [ghcide] mkMainModule
  15252. 1817.48 s [ghcide] mkMainModule_
  15253. 1817.48 s [ghcide] mkExperimentalModule
  15254. 1817.48 s [ghcide] main_RDR_Unqual
  15255. 1817.48 s [ghcide] eq_RDR
  15256. 1817.48 s [ghcide] ge_RDR
  15257. 1817.48 s [ghcide] le_RDR
  15258. 1817.48 s [ghcide] lt_RDR
  15259. 1817.48 s [ghcide] gt_RDR
  15260. 1817.48 s [ghcide] compare_RDR
  15261. 1817.48 s [ghcide] ltTag_RDR
  15262. 1817.48 s [ghcide] eqTag_RDR
  15263. 1817.48 s [ghcide] gtTag_RDR
  15264. 1817.48 s [ghcide] map_RDR
  15265. 1817.48 s [ghcide] append_RDR
  15266. 1817.48 s [ghcide] foldr_RDR
  15267. 1817.48 s [ghcide] build_RDR
  15268. 1817.48 s [ghcide] returnM_RDR
  15269. 1817.48 s [ghcide] bindM_RDR
  15270. 1817.48 s [ghcide] failM_RDR
  15271. 1817.48 s [ghcide] left_RDR
  15272. 1817.48 s [ghcide] right_RDR
  15273. 1817.48 s [ghcide] fromEnum_RDR
  15274. 1817.48 s [ghcide] toEnum_RDR
  15275. 1817.48 s [ghcide] enumFrom_RDR
  15276. 1817.48 s [ghcide] enumFromTo_RDR
  15277. 1817.48 s [ghcide] enumFromThen_RDR
  15278. 1817.48 s [ghcide] enumFromThenTo_RDR
  15279. 1817.48 s [ghcide] times_RDR
  15280. 1817.48 s [ghcide] plus_RDR
  15281. 1817.48 s [ghcide] compose_RDR
  15282. 1817.48 s [ghcide] and_RDR
  15283. 1817.48 s [ghcide] not_RDR
  15284. 1817.48 s [ghcide] dataToTag_RDR
  15285. 1817.48 s [ghcide] succ_RDR
  15286. 1817.48 s [ghcide] pred_RDR
  15287. 1817.48 s [ghcide] minBound_RDR
  15288. 1817.48 s [ghcide] maxBound_RDR
  15289. 1817.48 s [ghcide] range_RDR
  15290. 1817.48 s [ghcide] inRange_RDR
  15291. 1817.48 s [ghcide] index_RDR
  15292. 1817.48 s [ghcide] unsafeIndex_RDR
  15293. 1817.48 s [ghcide] unsafeRangeSize_RDR
  15294. 1817.48 s [ghcide] readList_RDR
  15295. 1817.48 s [ghcide] readListDefault_RDR
  15296. 1817.48 s [ghcide] readListPrec_RDR
  15297. 1817.48 s [ghcide] readListPrecDefault_RDR
  15298. 1817.48 s [ghcide] readPrec_RDR
  15299. 1817.48 s [ghcide] parens_RDR
  15300. 1817.48 s [ghcide] choose_RDR
  15301. 1817.48 s [ghcide] lexP_RDR
  15302. 1817.48 s [ghcide] expectP_RDR
  15303. 1817.48 s [ghcide] readField_RDR
  15304. 1817.48 s [ghcide] readFieldHash_RDR
  15305. 1817.48 s [ghcide] readSymField_RDR
  15306. 1817.48 s [ghcide] punc_RDR
  15307. 1817.48 s [ghcide] ident_RDR
  15308. 1817.48 s [ghcide] symbol_RDR
  15309. 1817.48 s [ghcide] step_RDR
  15310. 1817.48 s [ghcide] alt_RDR
  15311. 1817.48 s [ghcide] reset_RDR
  15312. 1817.48 s [ghcide] prec_RDR
  15313. 1817.48 s [ghcide] pfail_RDR
  15314. 1817.48 s [ghcide] showsPrec_RDR
  15315. 1817.48 s [ghcide] shows_RDR
  15316. 1817.48 s [ghcide] showString_RDR
  15317. 1817.48 s [ghcide] showSpace_RDR
  15318. 1817.48 s [ghcide] showCommaSpace_RDR
  15319. 1817.48 s [ghcide] showParen_RDR
  15320. 1817.48 s [ghcide] error_RDR
  15321. 1817.48 s [ghcide] u1DataCon_RDR
  15322. 1817.48 s [ghcide] par1DataCon_RDR
  15323. 1817.48 s [ghcide] rec1DataCon_RDR
  15324. 1817.48 s [ghcide] k1DataCon_RDR
  15325. 1817.48 s [ghcide] m1DataCon_RDR
  15326. 1817.48 s [ghcide] l1DataCon_RDR
  15327. 1817.48 s [ghcide] r1DataCon_RDR
  15328. 1817.48 s [ghcide] prodDataCon_RDR
  15329. 1817.48 s [ghcide] comp1DataCon_RDR
  15330. 1817.48 s [ghcide] unPar1_RDR
  15331. 1817.48 s [ghcide] unRec1_RDR
  15332. 1817.48 s [ghcide] unK1_RDR
  15333. 1817.48 s [ghcide] unComp1_RDR
  15334. 1817.48 s [ghcide] from_RDR
  15335. 1817.48 s [ghcide] from1_RDR
  15336. 1817.48 s [ghcide] to_RDR
  15337. 1817.48 s [ghcide] to1_RDR
  15338. 1817.48 s [ghcide] datatypeName_RDR
  15339. 1817.48 s [ghcide] moduleName_RDR
  15340. 1817.48 s [ghcide] packageName_RDR
  15341. 1817.48 s [ghcide] isNewtypeName_RDR
  15342. 1817.48 s [ghcide] selName_RDR
  15343. 1817.48 s [ghcide] conName_RDR
  15344. 1817.48 s [ghcide] conFixity_RDR
  15345. 1817.48 s [ghcide] conIsRecord_RDR
  15346. 1817.48 s [ghcide] prefixDataCon_RDR
  15347. 1817.48 s [ghcide] infixDataCon_RDR
  15348. 1817.48 s [ghcide] leftAssocDataCon_RDR
  15349. 1817.48 s [ghcide] rightAssocDataCon_RDR
  15350. 1817.48 s [ghcide] notAssocDataCon_RDR
  15351. 1817.48 s [ghcide] uAddrDataCon_RDR
  15352. 1817.48 s [ghcide] uCharDataCon_RDR
  15353. 1817.48 s [ghcide] uDoubleDataCon_RDR
  15354. 1817.48 s [ghcide] uFloatDataCon_RDR
  15355. 1817.48 s [ghcide] uIntDataCon_RDR
  15356. 1817.48 s [ghcide] uWordDataCon_RDR
  15357. 1817.48 s [ghcide] uAddrHash_RDR
  15358. 1817.48 s [ghcide] uCharHash_RDR
  15359. 1817.48 s [ghcide] uDoubleHash_RDR
  15360. 1817.48 s [ghcide] uFloatHash_RDR
  15361. 1817.48 s [ghcide] uIntHash_RDR
  15362. 1817.48 s [ghcide] uWordHash_RDR
  15363. 1817.48 s [ghcide] fmap_RDR
  15364. 1817.48 s [ghcide] replace_RDR
  15365. 1817.48 s [ghcide] pure_RDR
  15366. 1817.48 s [ghcide] ap_RDR
  15367. 1817.48 s [ghcide] liftA2_RDR
  15368. 1817.48 s [ghcide] foldable_foldr_RDR
  15369. 1817.48 s [ghcide] foldMap_RDR
  15370. 1817.48 s [ghcide] null_RDR
  15371. 1817.48 s [ghcide] all_RDR
  15372. 1817.48 s [ghcide] traverse_RDR
  15373. 1817.48 s [ghcide] mempty_RDR
  15374. 1817.48 s [ghcide] mappend_RDR
  15375. 1817.48 s [ghcide] varQual_RDR
  15376. 1817.48 s [ghcide] tcQual_RDR
  15377. 1817.48 s [ghcide] clsQual_RDR
  15378. 1817.48 s [ghcide] dataQual_RDR
  15379. 1817.48 s [ghcide] fieldQual_RDR
  15380. 1817.48 s [ghcide] wildCardName
  15381. 1817.48 s [ghcide] runMainIOName
  15382. 1817.48 s [ghcide] runRWName
  15383. 1817.48 s [ghcide] orderingTyConName
  15384. 1817.48 s [ghcide] ordLTDataConName
  15385. 1817.48 s [ghcide] ordEQDataConName
  15386. 1817.48 s [ghcide] ordGTDataConName
  15387. 1817.48 s [ghcide] specTyConName
  15388. 1817.48 s [ghcide] eitherTyConName
  15389. 1817.48 s [ghcide] leftDataConName
  15390. 1817.48 s [ghcide] rightDataConName
  15391. 1817.48 s [ghcide] voidTyConName
  15392. 1817.48 s [ghcide] v1TyConName
  15393. 1817.48 s [ghcide] u1TyConName
  15394. 1817.48 s [ghcide] par1TyConName
  15395. 1817.48 s [ghcide] rec1TyConName
  15396. 1817.48 s [ghcide] k1TyConName
  15397. 1817.48 s [ghcide] m1TyConName
  15398. 1817.48 s [ghcide] sumTyConName
  15399. 1817.48 s [ghcide] prodTyConName
  15400. 1817.48 s [ghcide] compTyConName
  15401. 1817.48 s [ghcide] rTyConName
  15402. 1817.48 s [ghcide] dTyConName
  15403. 1817.48 s [ghcide] cTyConName
  15404. 1817.48 s [ghcide] sTyConName
  15405. 1817.48 s [ghcide] rec0TyConName
  15406. 1817.48 s [ghcide] d1TyConName
  15407. 1817.48 s [ghcide] c1TyConName
  15408. 1817.48 s [ghcide] s1TyConName
  15409. 1817.48 s [ghcide] repTyConName
  15410. 1817.48 s [ghcide] rep1TyConName
  15411. 1817.48 s [ghcide] uRecTyConName
  15412. 1817.48 s [ghcide] uAddrTyConName
  15413. 1817.48 s [ghcide] uCharTyConName
  15414. 1817.48 s [ghcide] uDoubleTyConName
  15415. 1817.48 s [ghcide] uFloatTyConName
  15416. 1817.48 s [ghcide] uIntTyConName
  15417. 1817.48 s [ghcide] uWordTyConName
  15418. 1817.48 s [ghcide] prefixIDataConName
  15419. 1817.48 s [ghcide] infixIDataConName
  15420. 1817.48 s [ghcide] leftAssociativeDataConName
  15421. 1817.48 s [ghcide] rightAssociativeDataConName
  15422. 1817.48 s [ghcide] notAssociativeDataConName
  15423. 1817.48 s [ghcide] sourceUnpackDataConName
  15424. 1817.48 s [ghcide] sourceNoUnpackDataConName
  15425. 1817.48 s [ghcide] noSourceUnpackednessDataConName
  15426. 1817.48 s [ghcide] sourceLazyDataConName
  15427. 1817.48 s [ghcide] sourceStrictDataConName
  15428. 1817.48 s [ghcide] noSourceStrictnessDataConName
  15429. 1817.48 s [ghcide] decidedLazyDataConName
  15430. 1817.48 s [ghcide] decidedStrictDataConName
  15431. 1817.48 s [ghcide] decidedUnpackDataConName
  15432. 1817.48 s [ghcide] metaDataDataConName
  15433. 1817.48 s [ghcide] metaConsDataConName
  15434. 1817.48 s [ghcide] metaSelDataConName
  15435. 1817.48 s [ghcide] divIntName
  15436. 1817.48 s [ghcide] modIntName
  15437. 1817.48 s [ghcide] cstringLengthName
  15438. 1817.48 s [ghcide] eqStringName
  15439. 1817.48 s [ghcide] unpackCStringName
  15440. 1817.48 s [ghcide] unpackCStringAppendName
  15441. 1817.48 s [ghcide] unpackCStringFoldrName
  15442. 1817.48 s [ghcide] unpackCStringUtf8Name
  15443. 1817.48 s [ghcide] unpackCStringAppendUtf8Name
  15444. 1817.48 s [ghcide] unpackCStringFoldrUtf8Name
  15445. 1817.48 s [ghcide] inlineIdName
  15446. 1817.48 s [ghcide] eqClassName
  15447. 1817.48 s [ghcide] eqName
  15448. 1817.48 s [ghcide] ordClassName
  15449. 1817.48 s [ghcide] geName
  15450. 1817.48 s [ghcide] functorClassName
  15451. 1817.48 s [ghcide] fmapName
  15452. 1817.48 s [ghcide] monadClassName
  15453. 1817.48 s [ghcide] thenMName
  15454. 1817.48 s [ghcide] bindMName
  15455. 1817.48 s [ghcide] returnMName
  15456. 1817.48 s [ghcide] monadFailClassName
  15457. 1817.48 s [ghcide] failMName
  15458. 1817.48 s [ghcide] applicativeClassName
  15459. 1817.48 s [ghcide] apAName
  15460. 1817.48 s [ghcide] pureAName
  15461. 1817.48 s [ghcide] thenAName
  15462. 1817.48 s [ghcide] foldableClassName
  15463. 1817.48 s [ghcide] traversableClassName
  15464. 1817.48 s [ghcide] semigroupClassName
  15465. 1817.48 s [ghcide] sappendName
  15466. 1817.48 s [ghcide] monoidClassName
  15467. 1817.48 s [ghcide] memptyName
  15468. 1817.48 s [ghcide] mappendName
  15469. 1817.48 s [ghcide] mconcatName
  15470. 1817.48 s [ghcide] joinMName
  15471. 1817.48 s [ghcide] alternativeClassName
  15472. 1817.48 s [ghcide] joinMIdKey
  15473. 1817.48 s [ghcide] apAClassOpKey
  15474. 1817.48 s [ghcide] pureAClassOpKey
  15475. 1817.48 s [ghcide] thenAClassOpKey
  15476. 1817.48 s [ghcide] alternativeClassKey
  15477. 1817.48 s [ghcide] considerAccessibleName
  15478. 1817.48 s [ghcide] dollarName
  15479. 1817.48 s [ghcide] otherwiseIdName
  15480. 1817.48 s [ghcide] foldrName
  15481. 1817.48 s [ghcide] buildName
  15482. 1817.48 s [ghcide] augmentName
  15483. 1817.48 s [ghcide] mapName
  15484. 1817.48 s [ghcide] appendName
  15485. 1817.48 s [ghcide] assertName
  15486. 1817.48 s [ghcide] fromStringName
  15487. 1817.48 s [ghcide] numClassName
  15488. 1817.48 s [ghcide] fromIntegerName
  15489. 1817.48 s [ghcide] minusName
  15490. 1817.48 s [ghcide] negateName
  15491. 1817.48 s [ghcide] bnbVarQual
  15492. 1817.48 s [ghcide] bnnVarQual
  15493. 1817.48 s [ghcide] bniVarQual
  15494. 1817.48 s [ghcide] bignatEqName
  15495. 1817.48 s [ghcide] bignatCompareName
  15496. 1817.48 s [ghcide] bignatCompareWordName
  15497. 1817.48 s [ghcide] naturalToWordName
  15498. 1817.48 s [ghcide] naturalPopCountName
  15499. 1817.49 s [ghcide] naturalShiftRName
  15500. 1817.49 s [ghcide] naturalShiftLName
  15501. 1817.49 s [ghcide] naturalAddName
  15502. 1817.49 s [ghcide] naturalSubName
  15503. 1817.49 s [ghcide] naturalSubThrowName
  15504. 1817.49 s [ghcide] naturalSubUnsafeName
  15505. 1817.49 s [ghcide] naturalMulName
  15506. 1817.49 s [ghcide] naturalQuotRemName
  15507. 1817.49 s [ghcide] naturalQuotName
  15508. 1817.49 s [ghcide] naturalRemName
  15509. 1817.49 s [ghcide] naturalAndName
  15510. 1817.49 s [ghcide] naturalAndNotName
  15511. 1817.49 s [ghcide] naturalOrName
  15512. 1817.49 s [ghcide] naturalXorName
  15513. 1817.49 s [ghcide] naturalTestBitName
  15514. 1817.49 s [ghcide] naturalBitName
  15515. 1817.49 s [ghcide] naturalGcdName
  15516. 1817.49 s [ghcide] naturalLcmName
  15517. 1817.49 s [ghcide] naturalLog2Name
  15518. 1817.49 s [ghcide] naturalLogBaseWordName
  15519. 1817.49 s [ghcide] naturalLogBaseName
  15520. 1817.49 s [ghcide] naturalPowModName
  15521. 1817.49 s [ghcide] naturalSizeInBaseName
  15522. 1817.49 s [ghcide] integerFromNaturalName
  15523. 1817.49 s [ghcide] integerToNaturalClampName
  15524. 1817.49 s [ghcide] integerToNaturalThrowName
  15525. 1817.49 s [ghcide] integerToNaturalName
  15526. 1817.49 s [ghcide] integerToWordName
  15527. 1817.49 s [ghcide] integerToIntName
  15528. 1817.49 s [ghcide] integerToWord64Name
  15529. 1817.49 s [ghcide] integerToInt64Name
  15530. 1817.49 s [ghcide] integerFromWordName
  15531. 1817.49 s [ghcide] integerFromWord64Name
  15532. 1817.49 s [ghcide] integerFromInt64Name
  15533. 1817.49 s [ghcide] integerAddName
  15534. 1817.49 s [ghcide] integerMulName
  15535. 1817.49 s [ghcide] integerSubName
  15536. 1817.49 s [ghcide] integerNegateName
  15537. 1817.49 s [ghcide] integerAbsName
  15538. 1817.49 s [ghcide] integerPopCountName
  15539. 1817.49 s [ghcide] integerQuotName
  15540. 1817.49 s [ghcide] integerRemName
  15541. 1817.49 s [ghcide] integerDivName
  15542. 1817.49 s [ghcide] integerModName
  15543. 1817.49 s [ghcide] integerDivModName
  15544. 1817.49 s [ghcide] integerQuotRemName
  15545. 1817.49 s [ghcide] integerEncodeFloatName
  15546. 1817.49 s [ghcide] integerEncodeDoubleName
  15547. 1817.49 s [ghcide] integerGcdName
  15548. 1817.49 s [ghcide] integerLcmName
  15549. 1817.49 s [ghcide] integerAndName
  15550. 1817.49 s [ghcide] integerOrName
  15551. 1817.49 s [ghcide] integerXorName
  15552. 1817.49 s [ghcide] integerComplementName
  15553. 1817.49 s [ghcide] integerBitName
  15554. 1817.49 s [ghcide] integerTestBitName
  15555. 1817.49 s [ghcide] integerShiftLName
  15556. 1817.49 s [ghcide] integerShiftRName
  15557. 1817.49 s [ghcide] rationalTyConName
  15558. 1817.49 s [ghcide] ratioTyConName
  15559. 1817.49 s [ghcide] ratioDataConName
  15560. 1817.49 s [ghcide] realClassName
  15561. 1817.49 s [ghcide] integralClassName
  15562. 1817.49 s [ghcide] realFracClassName
  15563. 1817.49 s [ghcide] fractionalClassName
  15564. 1817.49 s [ghcide] fromRationalName
  15565. 1817.49 s [ghcide] toIntegerName
  15566. 1817.49 s [ghcide] toRationalName
  15567. 1817.49 s [ghcide] fromIntegralName
  15568. 1817.49 s [ghcide] realToFracName
  15569. 1817.49 s [ghcide] mkRationalBase2Name
  15570. 1817.49 s [ghcide] mkRationalBase10Name
  15571. 1817.49 s [ghcide] floatingClassName
  15572. 1817.49 s [ghcide] realFloatClassName
  15573. 1817.49 s [ghcide] integerToFloatName
  15574. 1817.49 s [ghcide] integerToDoubleName
  15575. 1817.49 s [ghcide] naturalToFloatName
  15576. 1817.49 s [ghcide] naturalToDoubleName
  15577. 1817.49 s [ghcide] rationalToFloatName
  15578. 1817.49 s [ghcide] rationalToDoubleName
  15579. 1817.49 s [ghcide] ixClassName
  15580. 1817.49 s [ghcide] trModuleTyConName
  15581. 1817.49 s [ghcide] trModuleDataConName
  15582. 1817.49 s [ghcide] trNameTyConName
  15583. 1817.49 s [ghcide] trNameSDataConName
  15584. 1817.49 s [ghcide] trNameDDataConName
  15585. 1817.49 s [ghcide] trTyConTyConName
  15586. 1817.49 s [ghcide] trTyConDataConName
  15587. 1817.49 s [ghcide] kindRepTyConName
  15588. 1817.49 s [ghcide] kindRepTyConAppDataConName
  15589. 1817.49 s [ghcide] kindRepVarDataConName
  15590. 1817.49 s [ghcide] kindRepAppDataConName
  15591. 1817.49 s [ghcide] kindRepFunDataConName
  15592. 1817.49 s [ghcide] kindRepTYPEDataConName
  15593. 1817.49 s [ghcide] kindRepTypeLitSDataConName
  15594. 1817.49 s [ghcide] kindRepTypeLitDDataConName
  15595. 1817.49 s [ghcide] typeLitSortTyConName
  15596. 1817.49 s [ghcide] typeLitSymbolDataConName
  15597. 1817.49 s [ghcide] typeLitNatDataConName
  15598. 1817.49 s [ghcide] typeLitCharDataConName
  15599. 1817.49 s [ghcide] typeableClassName
  15600. 1817.49 s [ghcide] typeRepTyConName
  15601. 1817.49 s [ghcide] someTypeRepTyConName
  15602. 1817.49 s [ghcide] someTypeRepDataConName
  15603. 1817.49 s [ghcide] typeRepIdName
  15604. 1817.49 s [ghcide] mkTrTypeName
  15605. 1817.49 s [ghcide] mkTrConName
  15606. 1817.49 s [ghcide] mkTrAppName
  15607. 1817.49 s [ghcide] mkTrFunName
  15608. 1817.49 s [ghcide] typeNatTypeRepName
  15609. 1817.49 s [ghcide] typeSymbolTypeRepName
  15610. 1817.49 s [ghcide] typeCharTypeRepName
  15611. 1817.49 s [ghcide] trGhcPrimModuleName
  15612. 1817.49 s [ghcide] starKindRepName
  15613. 1817.49 s [ghcide] starArrStarKindRepName
  15614. 1817.49 s [ghcide] starArrStarArrStarKindRepName
  15615. 1817.49 s [ghcide] constraintKindRepName
  15616. 1817.49 s [ghcide] withDictClassName
  15617. 1817.49 s [ghcide] nonEmptyTyConName
  15618. 1817.49 s [ghcide] dataToTagClassName
  15619. 1817.49 s [ghcide] errorMessageTypeErrorFamName
  15620. 1817.49 s [ghcide] typeErrorTextDataConName
  15621. 1817.49 s [ghcide] typeErrorAppendDataConName
  15622. 1817.49 s [ghcide] typeErrorVAppendDataConName
  15623. 1817.49 s [ghcide] typeErrorShowTypeDataConName
  15624. 1817.49 s [ghcide] unsatisfiableClassName
  15625. 1817.49 s [ghcide] unsatisfiableIdName
  15626. 1817.49 s [ghcide] unsafeEqualityProofName
  15627. 1817.49 s [ghcide] unsafeEqualityTyConName
  15628. 1817.49 s [ghcide] unsafeReflDataConName
  15629. 1817.49 s [ghcide] unsafeCoercePrimName
  15630. 1817.49 s [ghcide] toDynName
  15631. 1817.49 s [ghcide] dataClassName
  15632. 1817.49 s [ghcide] assertErrorName
  15633. 1817.49 s [ghcide] traceName
  15634. 1817.49 s [ghcide] enumClassName
  15635. 1817.49 s [ghcide] enumFromName
  15636. 1817.49 s [ghcide] enumFromToName
  15637. 1817.49 s [ghcide] enumFromThenName
  15638. 1817.49 s [ghcide] enumFromThenToName
  15639. 1817.49 s [ghcide] boundedClassName
  15640. 1817.49 s [ghcide] concatName
  15641. 1817.49 s [ghcide] filterName
  15642. 1817.49 s [ghcide] zipName
  15643. 1817.49 s [ghcide] isListClassName
  15644. 1817.49 s [ghcide] fromListName
  15645. 1817.49 s [ghcide] fromListNName
  15646. 1817.49 s [ghcide] toListName
  15647. 1817.49 s [ghcide] getFieldName
  15648. 1817.49 s [ghcide] setFieldName
  15649. 1817.49 s [ghcide] showClassName
  15650. 1817.49 s [ghcide] readClassName
  15651. 1817.49 s [ghcide] genClassName
  15652. 1817.49 s [ghcide] gen1ClassName
  15653. 1817.49 s [ghcide] datatypeClassName
  15654. 1817.49 s [ghcide] constructorClassName
  15655. 1817.49 s [ghcide] selectorClassName
  15656. 1817.49 s [ghcide] genericClassNames
  15657. 1817.49 s [ghcide] ghciIoClassName
  15658. 1817.49 s [ghcide] ghciStepIoMName
  15659. 1817.49 s [ghcide] ioTyConName
  15660. 1817.49 s [ghcide] ioDataConName
  15661. 1817.49 s [ghcide] thenIOName
  15662. 1817.49 s [ghcide] bindIOName
  15663. 1817.49 s [ghcide] returnIOName
  15664. 1817.49 s [ghcide] failIOName
  15665. 1817.49 s [ghcide] int8TyConName
  15666. 1817.49 s [ghcide] int16TyConName
  15667. 1817.49 s [ghcide] int32TyConName
  15668. 1817.49 s [ghcide] int64TyConName
  15669. 1817.49 s [ghcide] word8TyConName
  15670. 1817.49 s [ghcide] word16TyConName
  15671. 1817.49 s [ghcide] word32TyConName
  15672. 1817.49 s [ghcide] word64TyConName
  15673. 1817.49 s [ghcide] ptrTyConName
  15674. 1817.49 s [ghcide] funPtrTyConName
  15675. 1817.49 s [ghcide] stablePtrTyConName
  15676. 1817.49 s [ghcide] newStablePtrName
  15677. 1817.49 s [ghcide] monadFixClassName
  15678. 1817.49 s [ghcide] mfixName
  15679. 1817.49 s [ghcide] arrAName
  15680. 1817.49 s [ghcide] composeAName
  15681. 1817.49 s [ghcide] firstAName
  15682. 1817.49 s [ghcide] appAName
  15683. 1817.49 s [ghcide] choiceAName
  15684. 1817.49 s [ghcide] loopAName
  15685. 1817.49 s [ghcide] guardMName
  15686. 1817.49 s [ghcide] liftMName
  15687. 1817.49 s [ghcide] mzipName
  15688. 1817.49 s [ghcide] toAnnotationWrapperName
  15689. 1817.49 s [ghcide] monadPlusClassName
  15690. 1817.49 s [ghcide] isStringClassName
  15691. 1817.49 s [ghcide] knownNatClassName
  15692. 1817.49 s [ghcide] knownSymbolClassName
  15693. 1817.49 s [ghcide] knownCharClassName
  15694. 1817.49 s [ghcide] fromLabelClassOpName
  15695. 1817.49 s [ghcide] ipClassName
  15696. 1817.49 s [ghcide] hasFieldClassName
  15697. 1817.49 s [ghcide] exceptionContextTyConName
  15698. 1817.49 s [ghcide] emptyExceptionContextName
  15699. 1817.49 s [ghcide] callStackTyConName
  15700. 1817.49 s [ghcide] emptyCallStackName
  15701. 1817.49 s [ghcide] pushCallStackName
  15702. 1817.49 s [ghcide] srcLocDataConName
  15703. 1817.49 s [ghcide] pLUGINS
  15704. 1817.49 s [ghcide] pluginTyConName
  15705. 1817.49 s [ghcide] frontendPluginTyConName
  15706. 1817.49 s [ghcide] makeStaticName
  15707. 1817.49 s [ghcide] staticPtrInfoTyConName
  15708. 1817.49 s [ghcide] staticPtrInfoDataConName
  15709. 1817.49 s [ghcide] staticPtrTyConName
  15710. 1817.49 s [ghcide] staticPtrDataConName
  15711. 1817.49 s [ghcide] fromStaticPtrName
  15712. 1817.49 s [ghcide] fingerprintDataConName
  15713. 1817.49 s [ghcide] constPtrConName
  15714. 1817.49 s [ghcide] jsvalTyConName
  15715. 1817.49 s [ghcide] varQual
  15716. 1817.49 s [ghcide] tcQual
  15717. 1817.49 s [ghcide] clsQual
  15718. 1817.49 s [ghcide] dcQual
  15719. 1817.49 s [ghcide] mk_known_key_name
  15720. 1817.49 s [ghcide] boundedClassKey
  15721. 1817.49 s [ghcide] enumClassKey
  15722. 1817.49 s [ghcide] eqClassKey
  15723. 1817.49 s [ghcide] floatingClassKey
  15724. 1817.49 s [ghcide] fractionalClassKey
  15725. 1817.49 s [ghcide] integralClassKey
  15726. 1817.49 s [ghcide] monadClassKey
  15727. 1817.49 s [ghcide] dataClassKey
  15728. 1817.49 s [ghcide] functorClassKey
  15729. 1817.49 s [ghcide] numClassKey
  15730. 1817.49 s [ghcide] ordClassKey
  15731. 1817.49 s [ghcide] readClassKey
  15732. 1817.49 s [ghcide] realClassKey
  15733. 1817.49 s [ghcide] realFloatClassKey
  15734. 1817.49 s [ghcide] realFracClassKey
  15735. 1817.49 s [ghcide] showClassKey
  15736. 1817.49 s [ghcide] ixClassKey
  15737. 1817.49 s [ghcide] typeableClassKey
  15738. 1817.49 s [ghcide] withDictClassKey
  15739. 1817.49 s [ghcide] dataToTagClassKey
  15740. 1817.49 s [ghcide] monadFixClassKey
  15741. 1817.49 s [ghcide] monadFailClassKey
  15742. 1817.49 s [ghcide] monadPlusClassKey
  15743. 1817.49 s [ghcide] randomClassKey
  15744. 1817.49 s [ghcide] randomGenClassKey
  15745. 1817.49 s [ghcide] isStringClassKey
  15746. 1817.49 s [ghcide] applicativeClassKey
  15747. 1817.49 s [ghcide] foldableClassKey
  15748. 1817.49 s [ghcide] traversableClassKey
  15749. 1817.49 s [ghcide] genClassKey
  15750. 1817.49 s [ghcide] gen1ClassKey
  15751. 1817.49 s [ghcide] datatypeClassKey
  15752. 1817.49 s [ghcide] constructorClassKey
  15753. 1817.49 s [ghcide] selectorClassKey
  15754. 1817.49 s [ghcide] knownNatClassNameKey
  15755. 1817.49 s [ghcide] knownSymbolClassNameKey
  15756. 1817.49 s [ghcide] knownCharClassNameKey
  15757. 1817.49 s [ghcide] ghciIoClassKey
  15758. 1817.49 s [ghcide] semigroupClassKey
  15759. 1817.49 s [ghcide] monoidClassKey
  15760. 1817.49 s [ghcide] ipClassKey
  15761. 1817.49 s [ghcide] hasFieldClassNameKey
  15762. 1817.49 s [ghcide] addrPrimTyConKey
  15763. 1817.49 s [ghcide] arrayPrimTyConKey
  15764. 1817.49 s [ghcide] boolTyConKey
  15765. 1817.49 s [ghcide] byteArrayPrimTyConKey
  15766. 1817.49 s [ghcide] stringTyConKey
  15767. 1817.49 s [ghcide] charPrimTyConKey
  15768. 1817.49 s [ghcide] charTyConKey
  15769. 1817.49 s [ghcide] doublePrimTyConKey
  15770. 1817.49 s [ghcide] doubleTyConKey
  15771. 1817.49 s [ghcide] floatPrimTyConKey
  15772. 1817.49 s [ghcide] floatTyConKey
  15773. 1817.49 s [ghcide] fUNTyConKey
  15774. 1817.49 s [ghcide] intPrimTyConKey
  15775. 1817.49 s [ghcide] intTyConKey
  15776. 1817.49 s [ghcide] int8PrimTyConKey
  15777. 1817.49 s [ghcide] int8TyConKey
  15778. 1817.49 s [ghcide] int16PrimTyConKey
  15779. 1817.49 s [ghcide] int16TyConKey
  15780. 1817.49 s [ghcide] int32PrimTyConKey
  15781. 1817.49 s [ghcide] int32TyConKey
  15782. 1817.49 s [ghcide] int64PrimTyConKey
  15783. 1817.49 s [ghcide] int64TyConKey
  15784. 1817.49 s [ghcide] integerTyConKey
  15785. 1817.49 s [ghcide] naturalTyConKey
  15786. 1817.49 s [ghcide] listTyConKey
  15787. 1817.49 s [ghcide] foreignObjPrimTyConKey
  15788. 1817.49 s [ghcide] maybeTyConKey
  15789. 1817.49 s [ghcide] weakPrimTyConKey
  15790. 1817.49 s [ghcide] mutableArrayPrimTyConKey
  15791. 1817.49 s [ghcide] mutableByteArrayPrimTyConKey
  15792. 1817.49 s [ghcide] orderingTyConKey
  15793. 1817.49 s [ghcide] mVarPrimTyConKey
  15794. 1817.49 s [ghcide] ioPortPrimTyConKey
  15795. 1817.49 s [ghcide] ratioTyConKey
  15796. 1817.49 s [ghcide] rationalTyConKey
  15797. 1817.49 s [ghcide] realWorldTyConKey
  15798. 1817.49 s [ghcide] stablePtrPrimTyConKey
  15799. 1817.49 s [ghcide] stablePtrTyConKey
  15800. 1817.49 s [ghcide] eqTyConKey
  15801. 1817.49 s [ghcide] heqTyConKey
  15802. 1817.49 s [ghcide] ctArrowTyConKey
  15803. 1817.49 s [ghcide] ccArrowTyConKey
  15804. 1817.49 s [ghcide] tcArrowTyConKey
  15805. 1817.49 s [ghcide] statePrimTyConKey
  15806. 1817.49 s [ghcide] stableNamePrimTyConKey
  15807. 1817.49 s [ghcide] stableNameTyConKey
  15808. 1817.49 s [ghcide] eqPrimTyConKey
  15809. 1817.49 s [ghcide] eqReprPrimTyConKey
  15810. 1817.49 s [ghcide] eqPhantPrimTyConKey
  15811. 1817.49 s [ghcide] mutVarPrimTyConKey
  15812. 1817.49 s [ghcide] ioTyConKey
  15813. 1817.49 s [ghcide] wordPrimTyConKey
  15814. 1817.49 s [ghcide] wordTyConKey
  15815. 1817.49 s [ghcide] word8PrimTyConKey
  15816. 1817.49 s [ghcide] word8TyConKey
  15817. 1817.49 s [ghcide] word16PrimTyConKey
  15818. 1817.49 s [ghcide] word16TyConKey
  15819. 1817.49 s [ghcide] word32PrimTyConKey
  15820. 1817.49 s [ghcide] word32TyConKey
  15821. 1817.49 s [ghcide] word64PrimTyConKey
  15822. 1817.50 s [ghcide] word64TyConKey
  15823. 1817.50 s [ghcide] kindConKey
  15824. 1817.50 s [ghcide] boxityConKey
  15825. 1817.50 s [ghcide] typeConKey
  15826. 1817.50 s [ghcide] threadIdPrimTyConKey
  15827. 1817.50 s [ghcide] bcoPrimTyConKey
  15828. 1817.50 s [ghcide] ptrTyConKey
  15829. 1817.50 s [ghcide] funPtrTyConKey
  15830. 1817.50 s [ghcide] tVarPrimTyConKey
  15831. 1817.50 s [ghcide] compactPrimTyConKey
  15832. 1817.50 s [ghcide] stackSnapshotPrimTyConKey
  15833. 1817.50 s [ghcide] promptTagPrimTyConKey
  15834. 1817.50 s [ghcide] eitherTyConKey
  15835. 1817.50 s [ghcide] voidTyConKey
  15836. 1817.50 s [ghcide] nonEmptyTyConKey
  15837. 1817.50 s [ghcide] dictTyConKey
  15838. 1817.50 s [ghcide] liftedTypeKindTyConKey
  15839. 1817.50 s [ghcide] unliftedTypeKindTyConKey
  15840. 1817.50 s [ghcide] tYPETyConKey
  15841. 1817.50 s [ghcide] cONSTRAINTTyConKey
  15842. 1817.50 s [ghcide] constraintKindTyConKey
  15843. 1817.50 s [ghcide] levityTyConKey
  15844. 1817.50 s [ghcide] runtimeRepTyConKey
  15845. 1817.50 s [ghcide] vecCountTyConKey
  15846. 1817.50 s [ghcide] vecElemTyConKey
  15847. 1817.50 s [ghcide] liftedRepTyConKey
  15848. 1817.50 s [ghcide] unliftedRepTyConKey
  15849. 1817.50 s [ghcide] zeroBitRepTyConKey
  15850. 1817.50 s [ghcide] zeroBitTypeTyConKey
  15851. 1817.50 s [ghcide] pluginTyConKey
  15852. 1817.50 s [ghcide] frontendPluginTyConKey
  15853. 1817.50 s [ghcide] trTyConTyConKey
  15854. 1817.50 s [ghcide] trModuleTyConKey
  15855. 1817.50 s [ghcide] trNameTyConKey
  15856. 1817.50 s [ghcide] kindRepTyConKey
  15857. 1817.50 s [ghcide] typeLitSortTyConKey
  15858. 1817.50 s [ghcide] v1TyConKey
  15859. 1817.50 s [ghcide] u1TyConKey
  15860. 1817.50 s [ghcide] par1TyConKey
  15861. 1817.50 s [ghcide] rec1TyConKey
  15862. 1817.50 s [ghcide] k1TyConKey
  15863. 1817.50 s [ghcide] m1TyConKey
  15864. 1817.50 s [ghcide] sumTyConKey
  15865. 1817.50 s [ghcide] prodTyConKey
  15866. 1817.50 s [ghcide] compTyConKey
  15867. 1817.50 s [ghcide] rTyConKey
  15868. 1817.50 s [ghcide] dTyConKey
  15869. 1817.50 s [ghcide] cTyConKey
  15870. 1817.50 s [ghcide] sTyConKey
  15871. 1817.50 s [ghcide] rec0TyConKey
  15872. 1817.50 s [ghcide] d1TyConKey
  15873. 1817.50 s [ghcide] c1TyConKey
  15874. 1817.50 s [ghcide] s1TyConKey
  15875. 1817.50 s [ghcide] repTyConKey
  15876. 1817.50 s [ghcide] rep1TyConKey
  15877. 1817.50 s [ghcide] uRecTyConKey
  15878. 1817.50 s [ghcide] uAddrTyConKey
  15879. 1817.50 s [ghcide] uCharTyConKey
  15880. 1817.50 s [ghcide] uDoubleTyConKey
  15881. 1817.50 s [ghcide] uFloatTyConKey
  15882. 1817.50 s [ghcide] uIntTyConKey
  15883. 1817.50 s [ghcide] uWordTyConKey
  15884. 1817.50 s [ghcide] unsatisfiableClassNameKey
  15885. 1817.50 s [ghcide] anyTyConKey
  15886. 1817.50 s [ghcide] zonkAnyTyConKey
  15887. 1817.50 s [ghcide] errorMessageTypeErrorFamKey
  15888. 1817.50 s [ghcide] coercibleTyConKey
  15889. 1817.50 s [ghcide] proxyPrimTyConKey
  15890. 1817.50 s [ghcide] specTyConKey
  15891. 1817.50 s [ghcide] smallArrayPrimTyConKey
  15892. 1817.50 s [ghcide] smallMutableArrayPrimTyConKey
  15893. 1817.50 s [ghcide] staticPtrTyConKey
  15894. 1817.50 s [ghcide] staticPtrInfoTyConKey
  15895. 1817.50 s [ghcide] callStackTyConKey
  15896. 1817.50 s [ghcide] typeRepTyConKey
  15897. 1817.50 s [ghcide] someTypeRepTyConKey
  15898. 1817.50 s [ghcide] someTypeRepDataConKey
  15899. 1817.50 s [ghcide] typeSymbolAppendFamNameKey
  15900. 1817.50 s [ghcide] unsafeEqualityTyConKey
  15901. 1817.50 s [ghcide] multiplicityTyConKey
  15902. 1817.50 s [ghcide] unrestrictedFunTyConKey
  15903. 1817.50 s [ghcide] multMulTyConKey
  15904. 1817.50 s [ghcide] int8X16PrimTyConKey
  15905. 1817.50 s [ghcide] int16X8PrimTyConKey
  15906. 1817.50 s [ghcide] int32X4PrimTyConKey
  15907. 1817.50 s [ghcide] int64X2PrimTyConKey
  15908. 1817.50 s [ghcide] int8X32PrimTyConKey
  15909. 1817.50 s [ghcide] int16X16PrimTyConKey
  15910. 1817.50 s [ghcide] int32X8PrimTyConKey
  15911. 1817.50 s [ghcide] int64X4PrimTyConKey
  15912. 1817.50 s [ghcide] int8X64PrimTyConKey
  15913. 1817.50 s [ghcide] int16X32PrimTyConKey
  15914. 1817.50 s [ghcide] int32X16PrimTyConKey
  15915. 1817.50 s [ghcide] int64X8PrimTyConKey
  15916. 1817.50 s [ghcide] word8X16PrimTyConKey
  15917. 1817.50 s [ghcide] word16X8PrimTyConKey
  15918. 1817.50 s [ghcide] word32X4PrimTyConKey
  15919. 1817.50 s [ghcide] word64X2PrimTyConKey
  15920. 1817.50 s [ghcide] word8X32PrimTyConKey
  15921. 1817.50 s [ghcide] word16X16PrimTyConKey
  15922. 1817.50 s [ghcide] word32X8PrimTyConKey
  15923. 1817.50 s [ghcide] word64X4PrimTyConKey
  15924. 1817.50 s [ghcide] word8X64PrimTyConKey
  15925. 1817.50 s [ghcide] word16X32PrimTyConKey
  15926. 1817.50 s [ghcide] word32X16PrimTyConKey
  15927. 1817.50 s [ghcide] word64X8PrimTyConKey
  15928. 1817.50 s [ghcide] floatX4PrimTyConKey
  15929. 1817.50 s [ghcide] doubleX2PrimTyConKey
  15930. 1817.50 s [ghcide] floatX8PrimTyConKey
  15931. 1817.50 s [ghcide] doubleX4PrimTyConKey
  15932. 1817.50 s [ghcide] floatX16PrimTyConKey
  15933. 1817.50 s [ghcide] doubleX8PrimTyConKey
  15934. 1817.50 s [ghcide] typeSymbolKindConNameKey
  15935. 1817.50 s [ghcide] typeCharKindConNameKey
  15936. 1817.50 s [ghcide] typeNatAddTyFamNameKey
  15937. 1817.50 s [ghcide] typeNatMulTyFamNameKey
  15938. 1817.50 s [ghcide] typeNatExpTyFamNameKey
  15939. 1817.50 s [ghcide] typeNatSubTyFamNameKey
  15940. 1817.50 s [ghcide] typeSymbolCmpTyFamNameKey
  15941. 1817.50 s [ghcide] typeNatCmpTyFamNameKey
  15942. 1817.50 s [ghcide] typeCharCmpTyFamNameKey
  15943. 1817.50 s [ghcide] typeLeqCharTyFamNameKey
  15944. 1817.50 s [ghcide] typeNatDivTyFamNameKey
  15945. 1817.50 s [ghcide] typeNatModTyFamNameKey
  15946. 1817.50 s [ghcide] typeNatLogTyFamNameKey
  15947. 1817.50 s [ghcide] typeConsSymbolTyFamNameKey
  15948. 1817.50 s [ghcide] typeUnconsSymbolTyFamNameKey
  15949. 1817.50 s [ghcide] typeCharToNatTyFamNameKey
  15950. 1817.50 s [ghcide] typeNatToCharTyFamNameKey
  15951. 1817.50 s [ghcide] constPtrTyConKey
  15952. 1817.50 s [ghcide] jsvalTyConKey
  15953. 1817.50 s [ghcide] exceptionContextTyConKey
  15954. 1817.50 s [ghcide] charDataConKey
  15955. 1817.50 s [ghcide] consDataConKey
  15956. 1817.50 s [ghcide] doubleDataConKey
  15957. 1817.50 s [ghcide] falseDataConKey
  15958. 1817.50 s [ghcide] floatDataConKey
  15959. 1817.50 s [ghcide] intDataConKey
  15960. 1817.50 s [ghcide] nothingDataConKey
  15961. 1817.50 s [ghcide] justDataConKey
  15962. 1817.50 s [ghcide] eqDataConKey
  15963. 1817.50 s [ghcide] nilDataConKey
  15964. 1817.50 s [ghcide] ratioDataConKey
  15965. 1817.50 s [ghcide] word8DataConKey
  15966. 1817.50 s [ghcide] stableNameDataConKey
  15967. 1817.50 s [ghcide] trueDataConKey
  15968. 1817.50 s [ghcide] wordDataConKey
  15969. 1817.50 s [ghcide] ioDataConKey
  15970. 1817.50 s [ghcide] heqDataConKey
  15971. 1817.50 s [ghcide] crossDataConKey
  15972. 1817.50 s [ghcide] inlDataConKey
  15973. 1817.50 s [ghcide] inrDataConKey
  15974. 1817.50 s [ghcide] genUnitDataConKey
  15975. 1817.50 s [ghcide] leftDataConKey
  15976. 1817.50 s [ghcide] rightDataConKey
  15977. 1817.50 s [ghcide] ordLTDataConKey
  15978. 1817.50 s [ghcide] ordEQDataConKey
  15979. 1817.50 s [ghcide] ordGTDataConKey
  15980. 1817.50 s [ghcide] mkDictDataConKey
  15981. 1817.50 s [ghcide] coercibleDataConKey
  15982. 1817.50 s [ghcide] staticPtrDataConKey
  15983. 1817.50 s [ghcide] staticPtrInfoDataConKey
  15984. 1817.50 s [ghcide] fingerprintDataConKey
  15985. 1817.50 s [ghcide] srcLocDataConKey
  15986. 1817.50 s [ghcide] trTyConDataConKey
  15987. 1817.50 s [ghcide] trModuleDataConKey
  15988. 1817.50 s [ghcide] trNameSDataConKey
  15989. 1817.50 s [ghcide] trNameDDataConKey
  15990. 1817.50 s [ghcide] trGhcPrimModuleKey
  15991. 1817.50 s [ghcide] typeErrorTextDataConKey
  15992. 1817.50 s [ghcide] typeErrorAppendDataConKey
  15993. 1817.50 s [ghcide] typeErrorVAppendDataConKey
  15994. 1817.50 s [ghcide] typeErrorShowTypeDataConKey
  15995. 1817.50 s [ghcide] prefixIDataConKey
  15996. 1817.50 s [ghcide] infixIDataConKey
  15997. 1817.50 s [ghcide] leftAssociativeDataConKey
  15998. 1817.50 s [ghcide] rightAssociativeDataConKey
  15999. 1817.50 s [ghcide] notAssociativeDataConKey
  16000. 1817.50 s [ghcide] sourceUnpackDataConKey
  16001. 1817.50 s [ghcide] sourceNoUnpackDataConKey
  16002. 1817.50 s [ghcide] noSourceUnpackednessDataConKey
  16003. 1817.50 s [ghcide] sourceLazyDataConKey
  16004. 1817.50 s [ghcide] sourceStrictDataConKey
  16005. 1817.50 s [ghcide] noSourceStrictnessDataConKey
  16006. 1817.50 s [ghcide] decidedLazyDataConKey
  16007. 1817.50 s [ghcide] decidedStrictDataConKey
  16008. 1817.50 s [ghcide] decidedUnpackDataConKey
  16009. 1817.50 s [ghcide] metaDataDataConKey
  16010. 1817.50 s [ghcide] metaConsDataConKey
  16011. 1817.50 s [ghcide] metaSelDataConKey
  16012. 1817.50 s [ghcide] vecRepDataConKey
  16013. 1817.50 s [ghcide] tupleRepDataConKey
  16014. 1817.50 s [ghcide] sumRepDataConKey
  16015. 1817.50 s [ghcide] boxedRepDataConKey
  16016. 1817.50 s [ghcide] boxedRepDataConTyConKey
  16017. 1817.50 s [ghcide] tupleRepDataConTyConKey
  16018. 1817.50 s [ghcide] runtimeRepSimpleDataConKeys
  16019. 1817.50 s [ghcide] liftedDataConKey
  16020. 1817.50 s [ghcide] unliftedDataConKey
  16021. 1817.50 s [ghcide] vecCountDataConKeys
  16022. 1817.50 s [ghcide] vecElemDataConKeys
  16023. 1817.50 s [ghcide] kindRepTyConAppDataConKey
  16024. 1817.50 s [ghcide] kindRepVarDataConKey
  16025. 1817.50 s [ghcide] kindRepAppDataConKey
  16026. 1817.50 s [ghcide] kindRepFunDataConKey
  16027. 1817.50 s [ghcide] kindRepTYPEDataConKey
  16028. 1817.50 s [ghcide] kindRepTypeLitSDataConKey
  16029. 1817.50 s [ghcide] kindRepTypeLitDDataConKey
  16030. 1817.50 s [ghcide] typeLitSymbolDataConKey
  16031. 1817.50 s [ghcide] typeLitNatDataConKey
  16032. 1817.50 s [ghcide] typeLitCharDataConKey
  16033. 1817.50 s [ghcide] unsafeReflDataConKey
  16034. 1817.50 s [ghcide] oneDataConKey
  16035. 1817.50 s [ghcide] manyDataConKey
  16036. 1817.50 s [ghcide] integerISDataConKey
  16037. 1817.50 s [ghcide] integerINDataConKey
  16038. 1817.50 s [ghcide] integerIPDataConKey
  16039. 1817.50 s [ghcide] naturalNSDataConKey
  16040. 1817.50 s [ghcide] naturalNBDataConKey
  16041. 1817.50 s [ghcide] wildCardKey
  16042. 1817.50 s [ghcide] absentErrorIdKey
  16043. 1817.50 s [ghcide] absentConstraintErrorIdKey
  16044. 1817.50 s [ghcide] augmentIdKey
  16045. 1817.50 s [ghcide] appendIdKey
  16046. 1817.50 s [ghcide] buildIdKey
  16047. 1817.50 s [ghcide] foldrIdKey
  16048. 1817.50 s [ghcide] recSelErrorIdKey
  16049. 1817.50 s [ghcide] seqIdKey
  16050. 1817.50 s [ghcide] absentSumFieldErrorIdKey
  16051. 1817.50 s [ghcide] eqStringIdKey
  16052. 1817.50 s [ghcide] noMethodBindingErrorIdKey
  16053. 1817.50 s [ghcide] nonExhaustiveGuardsErrorIdKey
  16054. 1817.50 s [ghcide] impossibleErrorIdKey
  16055. 1817.50 s [ghcide] impossibleConstraintErrorIdKey
  16056. 1817.50 s [ghcide] patErrorIdKey
  16057. 1817.50 s [ghcide] realWorldPrimIdKey
  16058. 1817.50 s [ghcide] recConErrorIdKey
  16059. 1817.50 s [ghcide] unpackCStringUtf8IdKey
  16060. 1817.50 s [ghcide] unpackCStringAppendUtf8IdKey
  16061. 1817.50 s [ghcide] unpackCStringFoldrUtf8IdKey
  16062. 1817.50 s [ghcide] unpackCStringIdKey
  16063. 1817.50 s [ghcide] unpackCStringAppendIdKey
  16064. 1817.50 s [ghcide] unpackCStringFoldrIdKey
  16065. 1817.50 s [ghcide] voidPrimIdKey
  16066. 1817.50 s [ghcide] typeErrorIdKey
  16067. 1817.50 s [ghcide] divIntIdKey
  16068. 1817.50 s [ghcide] modIntIdKey
  16069. 1817.50 s [ghcide] cstringLengthIdKey
  16070. 1817.50 s [ghcide] concatIdKey
  16071. 1817.50 s [ghcide] filterIdKey
  16072. 1817.50 s [ghcide] zipIdKey
  16073. 1817.50 s [ghcide] bindIOIdKey
  16074. 1817.50 s [ghcide] returnIOIdKey
  16075. 1817.50 s [ghcide] newStablePtrIdKey
  16076. 1817.50 s [ghcide] printIdKey
  16077. 1817.50 s [ghcide] failIOIdKey
  16078. 1817.50 s [ghcide] nullAddrIdKey
  16079. 1817.50 s [ghcide] voidArgIdKey
  16080. 1817.50 s [ghcide] otherwiseIdKey
  16081. 1817.50 s [ghcide] assertIdKey
  16082. 1817.50 s [ghcide] leftSectionKey
  16083. 1817.50 s [ghcide] rightSectionKey
  16084. 1817.50 s [ghcide] rootMainKey
  16085. 1817.50 s [ghcide] runMainKey
  16086. 1817.50 s [ghcide] thenIOIdKey
  16087. 1817.50 s [ghcide] lazyIdKey
  16088. 1817.50 s [ghcide] assertErrorIdKey
  16089. 1817.50 s [ghcide] oneShotKey
  16090. 1817.50 s [ghcide] runRWKey
  16091. 1817.50 s [ghcide] traceKey
  16092. 1817.50 s [ghcide] nospecIdKey
  16093. 1817.50 s [ghcide] inlineIdKey
  16094. 1817.50 s [ghcide] mapIdKey
  16095. 1817.50 s [ghcide] dollarIdKey
  16096. 1817.50 s [ghcide] coercionTokenIdKey
  16097. 1817.50 s [ghcide] considerAccessibleIdKey
  16098. 1817.50 s [ghcide] noinlineIdKey
  16099. 1817.50 s [ghcide] noinlineConstraintIdKey
  16100. 1817.50 s [ghcide] integerToFloatIdKey
  16101. 1817.50 s [ghcide] integerToDoubleIdKey
  16102. 1817.50 s [ghcide] naturalToFloatIdKey
  16103. 1817.50 s [ghcide] naturalToDoubleIdKey
  16104. 1817.50 s [ghcide] rationalToFloatIdKey
  16105. 1817.50 s [ghcide] rationalToDoubleIdKey
  16106. 1817.50 s [ghcide] coerceKey
  16107. 1817.50 s [ghcide] unboundKey
  16108. 1817.50 s [ghcide] fromIntegerClassOpKey
  16109. 1817.50 s [ghcide] minusClassOpKey
  16110. 1817.50 s [ghcide] fromRationalClassOpKey
  16111. 1817.50 s [ghcide] enumFromClassOpKey
  16112. 1817.50 s [ghcide] enumFromThenClassOpKey
  16113. 1817.50 s [ghcide] enumFromToClassOpKey
  16114. 1817.50 s [ghcide] enumFromThenToClassOpKey
  16115. 1817.50 s [ghcide] eqClassOpKey
  16116. 1817.50 s [ghcide] geClassOpKey
  16117. 1817.50 s [ghcide] negateClassOpKey
  16118. 1817.50 s [ghcide] bindMClassOpKey
  16119. 1817.50 s [ghcide] thenMClassOpKey
  16120. 1817.50 s [ghcide] fmapClassOpKey
  16121. 1817.50 s [ghcide] returnMClassOpKey
  16122. 1817.50 s [ghcide] mfixIdKey
  16123. 1817.50 s [ghcide] failMClassOpKey
  16124. 1817.50 s [ghcide] fromLabelClassOpKey
  16125. 1817.50 s [ghcide] arrAIdKey
  16126. 1817.50 s [ghcide] composeAIdKey
  16127. 1817.50 s [ghcide] firstAIdKey
  16128. 1817.50 s [ghcide] appAIdKey
  16129. 1817.50 s [ghcide] choiceAIdKey
  16130. 1817.50 s [ghcide] loopAIdKey
  16131. 1817.50 s [ghcide] fromStringClassOpKey
  16132. 1817.50 s [ghcide] toAnnotationWrapperIdKey
  16133. 1817.50 s [ghcide] fromIntegralIdKey
  16134. 1817.50 s [ghcide] realToFracIdKey
  16135. 1817.50 s [ghcide] toIntegerClassOpKey
  16136. 1817.50 s [ghcide] toRationalClassOpKey
  16137. 1817.50 s [ghcide] guardMIdKey
  16138. 1817.50 s [ghcide] liftMIdKey
  16139. 1817.50 s [ghcide] mzipIdKey
  16140. 1817.50 s [ghcide] ghciStepIoMClassOpKey
  16141. 1817.50 s [ghcide] isListClassKey
  16142. 1817.50 s [ghcide] fromListClassOpKey
  16143. 1817.50 s [ghcide] fromListNClassOpKey
  16144. 1817.50 s [ghcide] toListClassOpKey
  16145. 1817.50 s [ghcide] proxyHashKey
  16146. 1817.50 s [ghcide] mkTyConKey
  16147. 1817.50 s [ghcide] mkTrTypeKey
  16148. 1817.50 s [ghcide] mkTrConKey
  16149. 1817.50 s [ghcide] mkTrAppKey
  16150. 1817.50 s [ghcide] typeNatTypeRepKey
  16151. 1817.50 s [ghcide] typeSymbolTypeRepKey
  16152. 1817.50 s [ghcide] typeCharTypeRepKey
  16153. 1817.50 s [ghcide] typeRepIdKey
  16154. 1817.50 s [ghcide] mkTrFunKey
  16155. 1817.50 s [ghcide] starKindRepKey
  16156. 1817.50 s [ghcide] starArrStarKindRepKey
  16157. 1817.50 s [ghcide] starArrStarArrStarKindRepKey
  16158. 1817.50 s [ghcide] constraintKindRepKey
  16159. 1817.50 s [ghcide] toDynIdKey
  16160. 1817.50 s [ghcide] eqSCSelIdKey
  16161. 1817.50 s [ghcide] heqSCSelIdKey
  16162. 1817.50 s [ghcide] coercibleSCSelIdKey
  16163. 1817.50 s [ghcide] sappendClassOpKey
  16164. 1817.50 s [ghcide] memptyClassOpKey
  16165. 1817.50 s [ghcide] mappendClassOpKey
  16166. 1817.50 s [ghcide] mconcatClassOpKey
  16167. 1817.50 s [ghcide] emptyCallStackKey
  16168. 1817.50 s [ghcide] pushCallStackKey
  16169. 1817.50 s [ghcide] fromStaticPtrClassOpKey
  16170. 1817.50 s [ghcide] makeStaticKey
  16171. 1817.50 s [ghcide] emptyExceptionContextKey
  16172. 1817.50 s [ghcide] unsafeEqualityProofIdKey
  16173. 1817.50 s [ghcide] unsafeCoercePrimIdKey
  16174. 1817.50 s [ghcide] getFieldClassOpKey
  16175. 1817.50 s [ghcide] setFieldClassOpKey
  16176. 1817.50 s [ghcide] unsatisfiableIdNameKey
  16177. 1817.50 s [ghcide] integerFromNaturalIdKey
  16178. 1817.50 s [ghcide] integerToNaturalClampIdKey
  16179. 1817.50 s [ghcide] integerToNaturalThrowIdKey
  16180. 1817.50 s [ghcide] integerToNaturalIdKey
  16181. 1817.50 s [ghcide] integerToWordIdKey
  16182. 1817.50 s [ghcide] integerToIntIdKey
  16183. 1817.50 s [ghcide] integerToWord64IdKey
  16184. 1817.50 s [ghcide] integerToInt64IdKey
  16185. 1817.50 s [ghcide] integerAddIdKey
  16186. 1817.50 s [ghcide] integerMulIdKey
  16187. 1817.50 s [ghcide] integerSubIdKey
  16188. 1817.50 s [ghcide] integerNegateIdKey
  16189. 1817.50 s [ghcide] integerAbsIdKey
  16190. 1817.50 s [ghcide] integerPopCountIdKey
  16191. 1817.50 s [ghcide] integerQuotIdKey
  16192. 1817.50 s [ghcide] integerRemIdKey
  16193. 1817.50 s [ghcide] integerDivIdKey
  16194. 1817.50 s [ghcide] integerModIdKey
  16195. 1817.50 s [ghcide] integerDivModIdKey
  16196. 1817.50 s [ghcide] integerQuotRemIdKey
  16197. 1817.50 s [ghcide] integerEncodeFloatIdKey
  16198. 1817.50 s [ghcide] integerEncodeDoubleIdKey
  16199. 1817.50 s [ghcide] integerGcdIdKey
  16200. 1817.50 s [ghcide] integerLcmIdKey
  16201. 1817.50 s [ghcide] integerAndIdKey
  16202. 1817.50 s [ghcide] integerOrIdKey
  16203. 1817.50 s [ghcide] integerXorIdKey
  16204. 1817.50 s [ghcide] integerComplementIdKey
  16205. 1817.50 s [ghcide] integerBitIdKey
  16206. 1817.50 s [ghcide] integerTestBitIdKey
  16207. 1817.50 s [ghcide] integerShiftLIdKey
  16208. 1817.50 s [ghcide] integerShiftRIdKey
  16209. 1817.50 s [ghcide] integerFromWordIdKey
  16210. 1817.50 s [ghcide] integerFromWord64IdKey
  16211. 1817.50 s [ghcide] integerFromInt64IdKey
  16212. 1817.51 s [ghcide] naturalToWordIdKey
  16213. 1817.51 s [ghcide] naturalPopCountIdKey
  16214. 1817.51 s [ghcide] naturalShiftRIdKey
  16215. 1817.51 s [ghcide] naturalShiftLIdKey
  16216. 1817.51 s [ghcide] naturalAddIdKey
  16217. 1817.51 s [ghcide] naturalSubIdKey
  16218. 1817.51 s [ghcide] naturalSubThrowIdKey
  16219. 1817.51 s [ghcide] naturalSubUnsafeIdKey
  16220. 1817.51 s [ghcide] naturalMulIdKey
  16221. 1817.51 s [ghcide] naturalQuotRemIdKey
  16222. 1817.51 s [ghcide] naturalQuotIdKey
  16223. 1817.51 s [ghcide] naturalRemIdKey
  16224. 1817.51 s [ghcide] naturalAndIdKey
  16225. 1817.51 s [ghcide] naturalAndNotIdKey
  16226. 1817.51 s [ghcide] naturalOrIdKey
  16227. 1817.51 s [ghcide] naturalXorIdKey
  16228. 1817.51 s [ghcide] naturalTestBitIdKey
  16229. 1817.51 s [ghcide] naturalBitIdKey
  16230. 1817.51 s [ghcide] naturalGcdIdKey
  16231. 1817.51 s [ghcide] naturalLcmIdKey
  16232. 1817.51 s [ghcide] naturalLog2IdKey
  16233. 1817.51 s [ghcide] naturalLogBaseWordIdKey
  16234. 1817.51 s [ghcide] naturalLogBaseIdKey
  16235. 1817.51 s [ghcide] naturalPowModIdKey
  16236. 1817.51 s [ghcide] naturalSizeInBaseIdKey
  16237. 1817.51 s [ghcide] bignatEqIdKey
  16238. 1817.51 s [ghcide] bignatCompareIdKey
  16239. 1817.51 s [ghcide] bignatCompareWordIdKey
  16240. 1817.51 s [ghcide] mkRationalBase2IdKey
  16241. 1817.51 s [ghcide] mkRationalBase10IdKey
  16242. 1817.51 s [ghcide] numericClassKeys
  16243. 1817.51 s [ghcide] fractionalClassKeys
  16244. 1817.51 s [ghcide] standardClassKeys
  16245. 1817.51 s [ghcide] derivableClassKeys
  16246. 1817.51 s [ghcide] interactiveClassNames
  16247. 1817.51 s [ghcide] interactiveClassKeys
  16248. 1817.51 s [ghcide] promoteDataCon
  16249. 1817.51 s [ghcide] isUnboxedSumDataCon
  16250. 1817.51 s [ghcide] StrictnessMark
  16251. 1817.51 s [ghcide] DataConEnv
  16252. 1817.51 s [ghcide] eqSpecTyVar
  16253. 1817.51 s [ghcide] eqSpecType
  16254. 1817.51 s [ghcide] eqSpecPair
  16255. 1817.51 s [ghcide] eqSpecPreds
  16256. 1817.51 s [ghcide] isBanged
  16257. 1817.51 s [ghcide] isSrcStrict
  16258. 1817.51 s [ghcide] isSrcUnpacked
  16259. 1817.51 s [ghcide] isMarkedStrict
  16260. 1817.51 s [ghcide] cbvFromStrictMark
  16261. 1817.51 s [ghcide] dataConTagZ
  16262. 1817.51 s [ghcide] dataConImplBangs
  16263. 1817.51 s [ghcide] dataConBoxer
  16264. 1817.51 s [ghcide] dataConOrigResTy
  16265. 1817.51 s [ghcide] dataConNonlinearType
  16266. 1817.51 s [ghcide] dataConDisplayType
  16267. 1817.51 s [ghcide] isTupleDataCon
  16268. 1817.51 s [ghcide] isBoxedTupleDataCon
  16269. 1817.51 s [ghcide] isUnboxedTupleDataCon
  16270. 1817.51 s [ghcide] isCovertGadtDataCon
  16271. 1817.51 s [ghcide] classDataCon
  16272. 1817.51 s [ghcide] dataConCannotMatch
  16273. 1817.51 s [ghcide] checkDataConTyVars
  16274. 1817.51 s [ghcide] dataConUserTyVarsNeedWrapper
  16275. 1817.51 s [ghcide] FamInstMatch
  16276. 1817.51 s [ghcide] FamInstEnv
  16277. 1817.51 s [ghcide] FamInstEnvs
  16278. 1817.51 s [ghcide] FamFlavor
  16279. 1817.51 s [ghcide] FamInst
  16280. 1817.51 s [ghcide] famInstAxiom
  16281. 1817.51 s [ghcide] famInstRHS
  16282. 1817.51 s [ghcide] famInstTyCon
  16283. 1817.51 s [ghcide] famInstsRepTyCons
  16284. 1817.51 s [ghcide] famInstRepTyCon_maybe
  16285. 1817.51 s [ghcide] dataFamInstRepTyCon
  16286. 1817.51 s [ghcide] orphNamesOfFamInst
  16287. 1817.51 s [ghcide] pprFamInsts
  16288. 1817.51 s [ghcide] mkLocalFamInst
  16289. 1817.51 s [ghcide] mkImportedFamInst
  16290. 1817.51 s [ghcide] famInstEnvSize
  16291. 1817.51 s [ghcide] emptyFamInstEnv
  16292. 1817.51 s [ghcide] famInstEnvElts
  16293. 1817.51 s [ghcide] familyInstances
  16294. 1817.51 s [ghcide] familyNameInstances
  16295. 1817.51 s [ghcide] extendFamInstEnvList
  16296. 1817.51 s [ghcide] extendFamInstEnv
  16297. 1817.51 s [ghcide] compatibleBranches
  16298. 1817.51 s [ghcide] mkCoAxBranch
  16299. 1817.51 s [ghcide] mkBranchedCoAxiom
  16300. 1817.51 s [ghcide] mkUnbranchedCoAxiom
  16301. 1817.51 s [ghcide] mkSingleCoAxiom
  16302. 1817.51 s [ghcide] lookupFamInstEnvByTyCon
  16303. 1817.51 s [ghcide] lookupFamInstEnv
  16304. 1817.51 s [ghcide] lookupFamInstEnvConflicts
  16305. 1817.51 s [ghcide] isDominatedBy
  16306. 1817.51 s [ghcide] reduceTyFamApp_maybe
  16307. 1817.51 s [ghcide] topNormaliseType
  16308. 1817.51 s [ghcide] normaliseType
  16309. 1817.51 s [ghcide] normaliseTcApp
  16310. 1817.51 s [ghcide] ForeignExport
  16311. 1817.51 s [ghcide] ForeignImport
  16312. 1817.51 s [ghcide] StandaloneKindSig
  16313. 1817.51 s [ghcide] CImportSpec
  16314. 1817.51 s [ghcide] LDerivClauseTys
  16315. 1817.51 s [ghcide] LHsDerivingClause
  16316. 1817.51 s [ghcide] FamilyInfo
  16317. 1817.51 s [ghcide] LHsFunDep
  16318. 1817.51 s [ghcide] XFunDep
  16319. 1817.51 s [ghcide] LHsDecl
  16320. 1817.51 s [ghcide] hsGroupInstDecls
  16321. 1817.51 s [ghcide] tyClDeclTyVars
  16322. 1817.51 s [ghcide] tyClGroupTyClDecls
  16323. 1817.51 s [ghcide] tyClGroupInstDecls
  16324. 1817.51 s [ghcide] tyClGroupRoleDecls
  16325. 1817.51 s [ghcide] tyClGroupKindSigs
  16326. 1817.51 s [ghcide] collectRuleBndrSigTys
  16327. 1817.51 s [ghcide] docDeclDoc
  16328. 1817.51 s [ghcide] annProvenanceName_maybe
  16329. 1817.51 s [ghcide] HsRuleAnn
  16330. 1817.51 s [ghcide] HsRuleRn
  16331. 1817.51 s [ghcide] XViaStrategyPs
  16332. 1817.51 s [ghcide] DataDeclRn
  16333. 1817.51 s [ghcide] emptyRdrGroup
  16334. 1817.51 s [ghcide] emptyRnGroup
  16335. 1817.51 s [ghcide] appendGroups
  16336. 1817.51 s [ghcide] tyFamInstDeclName
  16337. 1817.51 s [ghcide] tyFamInstDeclLName
  16338. 1817.51 s [ghcide] tyClDeclLName
  16339. 1817.51 s [ghcide] countTyClDecls
  16340. 1817.51 s [ghcide] tcdName
  16341. 1817.51 s [ghcide] pp_vanilla_decl_head
  16342. 1817.51 s [ghcide] pprTyClDeclFlavour
  16343. 1817.51 s [ghcide] familyDeclLName
  16344. 1817.51 s [ghcide] familyDeclName
  16345. 1817.51 s [ghcide] famResultKindSignature
  16346. 1817.51 s [ghcide] standaloneKindSigName
  16347. 1817.51 s [ghcide] getConNames
  16348. 1817.51 s [ghcide] hsConDeclTheta
  16349. 1817.51 s [ghcide] ppDataDefnHeader
  16350. 1817.51 s [ghcide] pprTyFamInstDecl
  16351. 1817.51 s [ghcide] pprDataFamInstFlavour
  16352. 1817.51 s [ghcide] pprHsFamInstLHS
  16353. 1817.51 s [ghcide] instDeclDataFamInsts
  16354. 1817.51 s [ghcide] anyLConIsGadt
  16355. 1817.51 s [ghcide] flattenRuleDecls
  16356. 1817.51 s [ghcide] pprFullRuleName
  16357. 1817.51 s [ghcide] roleAnnotDeclName
  16358. 1817.51 s [ghcide] mkHsAppTy
  16359. 1817.51 s [ghcide] mkHsAppKindTy
  16360. 1817.51 s [ghcide] TyDeclBinders
  16361. 1817.51 s [ghcide] mkSimpleMatch
  16362. 1817.51 s [ghcide] unguardedGRHSs
  16363. 1817.51 s [ghcide] unguardedRHS
  16364. 1817.51 s [ghcide] mkMatchGroup
  16365. 1817.51 s [ghcide] mkLamCaseMatchGroup
  16366. 1817.51 s [ghcide] mkLocatedList
  16367. 1817.51 s [ghcide] mkHsApp
  16368. 1817.51 s [ghcide] mkHsAppWith
  16369. 1817.51 s [ghcide] mkHsApps
  16370. 1817.51 s [ghcide] mkHsAppsWith
  16371. 1817.51 s [ghcide] mkHsAppType
  16372. 1817.51 s [ghcide] mkHsAppTypes
  16373. 1817.51 s [ghcide] mkHsLam
  16374. 1817.51 s [ghcide] mkHsLams
  16375. 1817.51 s [ghcide] mkHsSyntaxApps
  16376. 1817.51 s [ghcide] nlHsTyApp
  16377. 1817.51 s [ghcide] nlHsTyApps
  16378. 1817.51 s [ghcide] mkParPat
  16379. 1817.51 s [ghcide] nlParPat
  16380. 1817.51 s [ghcide] mkRecStmt
  16381. 1817.51 s [ghcide] mkHsIntegral
  16382. 1817.51 s [ghcide] mkHsFractional
  16383. 1817.51 s [ghcide] mkHsIsString
  16384. 1817.51 s [ghcide] mkHsDo
  16385. 1817.51 s [ghcide] mkHsDoAnns
  16386. 1817.51 s [ghcide] mkHsComp
  16387. 1817.51 s [ghcide] mkHsCompAnns
  16388. 1817.51 s [ghcide] mkHsIf
  16389. 1817.51 s [ghcide] mkHsCmdIf
  16390. 1817.51 s [ghcide] mkNPat
  16391. 1817.51 s [ghcide] mkNPlusKPat
  16392. 1817.51 s [ghcide] emptyTransStmt
  16393. 1817.51 s [ghcide] mkTransformStmt
  16394. 1817.51 s [ghcide] mkTransformByStmt
  16395. 1817.51 s [ghcide] mkGroupUsingStmt
  16396. 1817.51 s [ghcide] mkGroupByUsingStmt
  16397. 1817.51 s [ghcide] mkLastStmt
  16398. 1817.51 s [ghcide] mkBodyStmt
  16399. 1817.51 s [ghcide] mkPsBindStmt
  16400. 1817.51 s [ghcide] mkRnBindStmt
  16401. 1817.51 s [ghcide] mkTcBindStmt
  16402. 1817.51 s [ghcide] unitRecStmtTc
  16403. 1817.51 s [ghcide] emptyRecStmt
  16404. 1817.51 s [ghcide] emptyRecStmtName
  16405. 1817.51 s [ghcide] emptyRecStmtId
  16406. 1817.51 s [ghcide] mkLetStmt
  16407. 1817.51 s [ghcide] mkHsString
  16408. 1817.51 s [ghcide] mkHsStringFS
  16409. 1817.51 s [ghcide] mkHsStringPrimLit
  16410. 1817.51 s [ghcide] mkHsCharPrimLit
  16411. 1817.51 s [ghcide] mkConLikeTc
  16412. 1817.51 s [ghcide] nlHsVar
  16413. 1817.51 s [ghcide] nl_HsVar
  16414. 1817.51 s [ghcide] nlHsLit
  16415. 1817.51 s [ghcide] nlHsIntLit
  16416. 1817.51 s [ghcide] nlVarPat
  16417. 1817.51 s [ghcide] nlLitPat
  16418. 1817.51 s [ghcide] nlHsApp
  16419. 1817.51 s [ghcide] nlHsSyntaxApps
  16420. 1817.51 s [ghcide] nlHsApps
  16421. 1817.51 s [ghcide] nlHsVarApps
  16422. 1817.51 s [ghcide] nlConVarPat
  16423. 1817.51 s [ghcide] nlConVarPatName
  16424. 1817.51 s [ghcide] nlInfixConPat
  16425. 1817.51 s [ghcide] nlConPat
  16426. 1817.51 s [ghcide] nlConPatName
  16427. 1817.51 s [ghcide] nlNullaryConPat
  16428. 1817.51 s [ghcide] nlWildConPat
  16429. 1817.51 s [ghcide] nlHsDo
  16430. 1817.51 s [ghcide] nlHsOpApp
  16431. 1817.51 s [ghcide] nlHsLam
  16432. 1817.51 s [ghcide] nlHsPar
  16433. 1817.51 s [ghcide] nlHsIf
  16434. 1817.51 s [ghcide] nlHsCase
  16435. 1817.51 s [ghcide] nlList
  16436. 1817.51 s [ghcide] nlHsAppTy
  16437. 1817.51 s [ghcide] nlHsTyVar
  16438. 1817.51 s [ghcide] nlHsFunTy
  16439. 1817.51 s [ghcide] nlHsParTy
  16440. 1817.51 s [ghcide] nlHsTyConApp
  16441. 1817.51 s [ghcide] nlHsAppKindTy
  16442. 1817.51 s [ghcide] mkLHsTupleExpr
  16443. 1817.51 s [ghcide] mkLHsVarTuple
  16444. 1817.51 s [ghcide] nlTuplePat
  16445. 1817.51 s [ghcide] missingTupArg
  16446. 1817.51 s [ghcide] mkBigLHsTup
  16447. 1817.51 s [ghcide] mkBigLHsPatTup
  16448. 1817.51 s [ghcide] mkHsSigEnv
  16449. 1817.51 s [ghcide] mkLHsWrap
  16450. 1817.51 s [ghcide] mkHsWrap
  16451. 1817.51 s [ghcide] mkHsWrapCo
  16452. 1817.51 s [ghcide] mkHsWrapCoR
  16453. 1817.51 s [ghcide] mkLHsWrapCo
  16454. 1817.51 s [ghcide] mkHsCmdWrap
  16455. 1817.51 s [ghcide] mkLHsCmdWrap
  16456. 1817.51 s [ghcide] mkHsWrapPat
  16457. 1817.51 s [ghcide] mkLHsWrapPat
  16458. 1817.51 s [ghcide] mkHsWrapPatCo
  16459. 1817.51 s [ghcide] mkHsDictLet
  16460. 1817.51 s [ghcide] mkHsVarBind
  16461. 1817.51 s [ghcide] mkVarBind
  16462. 1817.51 s [ghcide] mkPatSynBind
  16463. 1817.51 s [ghcide] mkMatch
  16464. 1817.51 s [ghcide] isUnliftedHsBinds
  16465. 1817.51 s [ghcide] collectLocalBinders
  16466. 1817.51 s [ghcide] collectHsValBinders
  16467. 1817.51 s [ghcide] collectLStmtsBinders
  16468. 1817.51 s [ghcide] collectStmtsBinders
  16469. 1817.51 s [ghcide] collectLStmtBinders
  16470. 1817.51 s [ghcide] collectStmtBinders
  16471. 1817.51 s [ghcide] collectPatBinders
  16472. 1817.51 s [ghcide] collectPatsBinders
  16473. 1817.51 s [ghcide] hsGroupBinders
  16474. 1817.51 s [ghcide] hsTyClForeignBinders
  16475. 1817.51 s [ghcide] getPatSynBinds
  16476. 1817.51 s [ghcide] lStmtsImplicits
  16477. 1817.51 s [ghcide] hsValBindsImplicits
  16478. 1817.51 s [ghcide] lHsRecFieldsImplicits
  16479. 1817.51 s [ghcide] Match
  16480. 1817.51 s [ghcide] XXIEWrappedName
  16481. 1817.51 s [ghcide] XIEType
  16482. 1817.51 s [ghcide] XIEPattern
  16483. 1817.51 s [ghcide] XIEName
  16484. 1817.51 s [ghcide] XXIE
  16485. 1817.51 s [ghcide] XIEDocNamed
  16486. 1817.51 s [ghcide] XIEDoc
  16487. 1817.51 s [ghcide] XIEGroup
  16488. 1817.51 s [ghcide] XIEModuleContents
  16489. 1817.51 s [ghcide] XIEThingWith
  16490. 1817.51 s [ghcide] XIEThingAll
  16491. 1817.51 s [ghcide] XIEThingAbs
  16492. 1817.51 s [ghcide] XIEVar
  16493. 1817.51 s [ghcide] ImportDeclPkgQual
  16494. 1817.51 s [ghcide] XXImportDecl
  16495. 1817.51 s [ghcide] XCImportDecl
  16496. 1817.51 s [ghcide] XXFieldOcc
  16497. 1817.51 s [ghcide] XCFieldOcc
  16498. 1817.51 s [ghcide] XXConDeclField
  16499. 1817.51 s [ghcide] XConDeclField
  16500. 1817.51 s [ghcide] XXTyVarBndr
  16501. 1817.51 s [ghcide] XKindedTyVar
  16502. 1817.51 s [ghcide] XUserTyVar
  16503. 1817.51 s [ghcide] XXHsForAllTelescope
  16504. 1817.51 s [ghcide] XHsForAllInvis
  16505. 1817.51 s [ghcide] XHsForAllVis
  16506. 1817.51 s [ghcide] XXTyLit
  16507. 1817.51 s [ghcide] XCharTy
  16508. 1817.51 s [ghcide] XStrTy
  16509. 1817.51 s [ghcide] XNumTy
  16510. 1817.51 s [ghcide] XXType
  16511. 1817.51 s [ghcide] XWildCardTy
  16512. 1817.51 s [ghcide] XTyLit
  16513. 1817.51 s [ghcide] XExplicitTupleTy
  16514. 1817.51 s [ghcide] XExplicitListTy
  16515. 1817.51 s [ghcide] XRecTy
  16516. 1817.51 s [ghcide] XBangTy
  16517. 1817.51 s [ghcide] XDocTy
  16518. 1817.51 s [ghcide] XSpliceTy
  16519. 1817.51 s [ghcide] XKindSig
  16520. 1817.51 s [ghcide] XStarTy
  16521. 1817.51 s [ghcide] XIParamTy
  16522. 1817.51 s [ghcide] XParTy
  16523. 1817.51 s [ghcide] XOpTy
  16524. 1817.51 s [ghcide] XSumTy
  16525. 1817.51 s [ghcide] XTupleTy
  16526. 1817.51 s [ghcide] XListTy
  16527. 1817.51 s [ghcide] XFunTy
  16528. 1817.51 s [ghcide] XAppKindTy
  16529. 1817.51 s [ghcide] XAppTy
  16530. 1817.51 s [ghcide] XTyVar
  16531. 1817.51 s [ghcide] XQualTy
  16532. 1817.51 s [ghcide] XForAllTy
  16533. 1817.51 s [ghcide] XXHsTyPat
  16534. 1817.51 s [ghcide] XHsTP
  16535. 1817.51 s [ghcide] XXHsPatSigType
  16536. 1817.51 s [ghcide] XHsPS
  16537. 1817.51 s [ghcide] XXHsWildCardBndrs
  16538. 1817.51 s [ghcide] XHsWC
  16539. 1817.51 s [ghcide] XXHsSigType
  16540. 1817.51 s [ghcide] XHsSig
  16541. 1817.51 s [ghcide] XXHsOuterTyVarBndrs
  16542. 1817.51 s [ghcide] XHsOuterExplicit
  16543. 1817.51 s [ghcide] XHsOuterImplicit
  16544. 1817.51 s [ghcide] XXLHsQTyVars
  16545. 1817.51 s [ghcide] XHsQTvs
  16546. 1817.51 s [ghcide] XHsFieldBind
  16547. 1817.51 s [ghcide] XXPat
  16548. 1817.51 s [ghcide] XCoPat
  16549. 1817.51 s [ghcide] XInvisPat
  16550. 1817.51 s [ghcide] XEmbTyPat
  16551. 1817.51 s [ghcide] XSigPat
  16552. 1817.51 s [ghcide] XNPlusKPat
  16553. 1817.51 s [ghcide] XNPat
  16554. 1817.51 s [ghcide] XLitPat
  16555. 1817.51 s [ghcide] XSplicePat
  16556. 1817.51 s [ghcide] XViewPat
  16557. 1817.51 s [ghcide] XConPat
  16558. 1817.51 s [ghcide] XSumPat
  16559. 1817.51 s [ghcide] XTuplePat
  16560. 1817.51 s [ghcide] XListPat
  16561. 1817.51 s [ghcide] XBangPat
  16562. 1817.51 s [ghcide] XParPat
  16563. 1817.51 s [ghcide] XAsPat
  16564. 1817.51 s [ghcide] XLazyPat
  16565. 1817.51 s [ghcide] XVarPat
  16566. 1817.51 s [ghcide] XWildPat
  16567. 1817.51 s [ghcide] XXOverLit
  16568. 1817.51 s [ghcide] XOverLit
  16569. 1817.51 s [ghcide] XXLit
  16570. 1817.51 s [ghcide] XHsDoublePrim
  16571. 1817.51 s [ghcide] XHsFloatPrim
  16572. 1817.51 s [ghcide] XHsRat
  16573. 1817.51 s [ghcide] XHsInteger
  16574. 1817.51 s [ghcide] XHsWord64Prim
  16575. 1817.51 s [ghcide] XHsWord32Prim
  16576. 1817.51 s [ghcide] XHsWord16Prim
  16577. 1817.51 s [ghcide] XHsWord8Prim
  16578. 1817.51 s [ghcide] XHsInt64Prim
  16579. 1817.51 s [ghcide] XHsInt32Prim
  16580. 1817.51 s [ghcide] XHsInt16Prim
  16581. 1817.51 s [ghcide] XHsInt8Prim
  16582. 1817.51 s [ghcide] XHsWordPrim
  16583. 1817.51 s [ghcide] XHsIntPrim
  16584. 1817.51 s [ghcide] XHsInt
  16585. 1817.51 s [ghcide] XHsStringPrim
  16586. 1817.51 s [ghcide] XHsString
  16587. 1817.51 s [ghcide] XHsCharPrim
  16588. 1817.51 s [ghcide] XHsChar
  16589. 1817.51 s [ghcide] XXApplicativeArg
  16590. 1817.51 s [ghcide] XApplicativeArgMany
  16591. 1817.51 s [ghcide] XApplicativeArgOne
  16592. 1817.51 s [ghcide] XXParStmtBlock
  16593. 1817.51 s [ghcide] XParStmtBlock
  16594. 1817.51 s [ghcide] XXCmd
  16595. 1817.51 s [ghcide] XCmdWrap
  16596. 1817.51 s [ghcide] XCmdDo
  16597. 1817.51 s [ghcide] XCmdLet
  16598. 1817.51 s [ghcide] XCmdIf
  16599. 1817.51 s [ghcide] XCmdLamCase
  16600. 1817.51 s [ghcide] XCmdCase
  16601. 1817.51 s [ghcide] XCmdPar
  16602. 1817.51 s [ghcide] XCmdLam
  16603. 1817.51 s [ghcide] XCmdApp
  16604. 1817.51 s [ghcide] XCmdArrForm
  16605. 1817.51 s [ghcide] XCmdArrApp
  16606. 1817.51 s [ghcide] XXStmtLR
  16607. 1817.51 s [ghcide] XRecStmt
  16608. 1817.51 s [ghcide] XTransStmt
  16609. 1817.51 s [ghcide] XParStmt
  16610. 1817.51 s [ghcide] XLetStmt
  16611. 1817.51 s [ghcide] XBodyStmt
  16612. 1817.51 s [ghcide] XApplicativeStmt
  16613. 1817.51 s [ghcide] XBindStmt
  16614. 1817.51 s [ghcide] XLastStmt
  16615. 1817.51 s [ghcide] XXGRHS
  16616. 1817.51 s [ghcide] XCGRHS
  16617. 1817.51 s [ghcide] XXGRHSs
  16618. 1817.51 s [ghcide] XCGRHSs
  16619. 1817.51 s [ghcide] XXMatch
  16620. 1817.51 s [ghcide] XCMatch
  16621. 1817.51 s [ghcide] XXMatchGroup
  16622. 1817.51 s [ghcide] XMG
  16623. 1817.51 s [ghcide] XXCmdTop
  16624. 1817.51 s [ghcide] XCmdTop
  16625. 1817.51 s [ghcide] XXQuote
  16626. 1817.51 s [ghcide] XVarBr
  16627. 1817.51 s [ghcide] XTypBr
  16628. 1817.51 s [ghcide] XDecBrG
  16629. 1817.51 s [ghcide] XDecBrL
  16630. 1817.51 s [ghcide] XPatBr
  16631. 1817.51 s [ghcide] XExpBr
  16632. 1817.51 s [ghcide] XXUntypedSplice
  16633. 1817.51 s [ghcide] XQuasiQuote
  16634. 1817.51 s [ghcide] XUntypedSpliceExpr
  16635. 1817.51 s [ghcide] XXTupArg
  16636. 1817.51 s [ghcide] XMissing
  16637. 1817.51 s [ghcide] XPresent
  16638. 1817.51 s [ghcide] XXAmbiguousFieldOcc
  16639. 1817.51 s [ghcide] XAmbiguous
  16640. 1817.51 s [ghcide] XUnambiguous
  16641. 1817.51 s [ghcide] XXPragE
  16642. 1817.51 s [ghcide] XSCC
  16643. 1817.51 s [ghcide] XXDotFieldOcc
  16644. 1817.51 s [ghcide] XCDotFieldOcc
  16645. 1817.51 s [ghcide] XXExpr
  16646. 1817.51 s [ghcide] XEmbTy
  16647. 1817.51 s [ghcide] XPragE
  16648. 1817.51 s [ghcide] XBinTick
  16649. 1817.51 s [ghcide] XTick
  16650. 1817.51 s [ghcide] XStatic
  16651. 1817.51 s [ghcide] XProc
  16652. 1817.51 s [ghcide] XUntypedSplice
  16653. 1817.51 s [ghcide] XTypedSplice
  16654. 1817.51 s [ghcide] XUntypedBracket
  16655. 1817.51 s [ghcide] XTypedBracket
  16656. 1817.51 s [ghcide] XArithSeq
  16657. 1817.51 s [ghcide] XExprWithTySig
  16658. 1817.52 s [ghcide] XProjection
  16659. 1817.52 s [ghcide] XGetField
  16660. 1817.52 s [ghcide] XLHsOLRecUpdLabels
  16661. 1817.52 s [ghcide] XLHsRecUpdLabels
  16662. 1817.52 s [ghcide] XRecordUpd
  16663. 1817.52 s [ghcide] XRecordCon
  16664. 1817.52 s [ghcide] XExplicitList
  16665. 1817.52 s [ghcide] XDo
  16666. 1817.52 s [ghcide] XLet
  16667. 1817.52 s [ghcide] XMultiIf
  16668. 1817.52 s [ghcide] XIf
  16669. 1817.52 s [ghcide] XCase
  16670. 1817.52 s [ghcide] XExplicitSum
  16671. 1817.52 s [ghcide] XExplicitTuple
  16672. 1817.52 s [ghcide] XSectionR
  16673. 1817.52 s [ghcide] XSectionL
  16674. 1817.52 s [ghcide] XPar
  16675. 1817.52 s [ghcide] XNegApp
  16676. 1817.52 s [ghcide] XOpApp
  16677. 1817.52 s [ghcide] XAppTypeE
  16678. 1817.52 s [ghcide] XApp
  16679. 1817.52 s [ghcide] XLamCase
  16680. 1817.52 s [ghcide] XLam
  16681. 1817.52 s [ghcide] XLitE
  16682. 1817.52 s [ghcide] XOverLitE
  16683. 1817.52 s [ghcide] XIPVar
  16684. 1817.52 s [ghcide] XOverLabel
  16685. 1817.52 s [ghcide] XRecSel
  16686. 1817.52 s [ghcide] XUnboundVar
  16687. 1817.52 s [ghcide] XVar
  16688. 1817.52 s [ghcide] XXModule
  16689. 1817.52 s [ghcide] XCModule
  16690. 1817.52 s [ghcide] XXInjectivityAnn
  16691. 1817.52 s [ghcide] XCInjectivityAnn
  16692. 1817.52 s [ghcide] XXRoleAnnotDecl
  16693. 1817.52 s [ghcide] XCRoleAnnotDecl
  16694. 1817.52 s [ghcide] XXAnnDecl
  16695. 1817.52 s [ghcide] XHsAnnotation
  16696. 1817.52 s [ghcide] XXWarnDecl
  16697. 1817.52 s [ghcide] XWarning
  16698. 1817.52 s [ghcide] XXWarnDecls
  16699. 1817.52 s [ghcide] XWarnings
  16700. 1817.52 s [ghcide] XXRuleBndr
  16701. 1817.52 s [ghcide] XRuleBndrSig
  16702. 1817.52 s [ghcide] XCRuleBndr
  16703. 1817.52 s [ghcide] XXRuleDecl
  16704. 1817.52 s [ghcide] XHsRule
  16705. 1817.52 s [ghcide] XXRuleDecls
  16706. 1817.52 s [ghcide] XCRuleDecls
  16707. 1817.52 s [ghcide] XXForeignExport
  16708. 1817.52 s [ghcide] XCExport
  16709. 1817.52 s [ghcide] XXForeignImport
  16710. 1817.52 s [ghcide] XCImport
  16711. 1817.52 s [ghcide] XXForeignDecl
  16712. 1817.52 s [ghcide] XForeignExport
  16713. 1817.52 s [ghcide] ForeignExport
  16714. 1817.52 s [ghcide] XForeignImport
  16715. 1817.52 s [ghcide] ForeignImport
  16716. 1817.52 s [ghcide] XXDefaultDecl
  16717. 1817.52 s [ghcide] XCDefaultDecl
  16718. 1817.52 s [ghcide] XViaStrategy
  16719. 1817.52 s [ghcide] XNewtypeStrategy
  16720. 1817.52 s [ghcide] XAnyClassStrategy
  16721. 1817.52 s [ghcide] XStockStrategy
  16722. 1817.52 s [ghcide] XXDerivDecl
  16723. 1817.52 s [ghcide] XCDerivDecl
  16724. 1817.52 s [ghcide] XXInstDecl
  16725. 1817.52 s [ghcide] XTyFamInstD
  16726. 1817.52 s [ghcide] XDataFamInstD
  16727. 1817.52 s [ghcide] XClsInstD
  16728. 1817.52 s [ghcide] XXClsInstDecl
  16729. 1817.52 s [ghcide] XCClsInstDecl
  16730. 1817.52 s [ghcide] XXTyFamInstDecl
  16731. 1817.52 s [ghcide] XCTyFamInstDecl
  16732. 1817.52 s [ghcide] XXFamEqn
  16733. 1817.52 s [ghcide] XCFamEqn
  16734. 1817.52 s [ghcide] XXConDecl
  16735. 1817.52 s [ghcide] XConDeclH98
  16736. 1817.52 s [ghcide] XConDeclGADT
  16737. 1817.52 s [ghcide] XXDerivClauseTys
  16738. 1817.52 s [ghcide] XDctMulti
  16739. 1817.52 s [ghcide] XDctSingle
  16740. 1817.52 s [ghcide] XXHsDerivingClause
  16741. 1817.52 s [ghcide] XCHsDerivingClause
  16742. 1817.52 s [ghcide] XXHsDataDefn
  16743. 1817.52 s [ghcide] XCHsDataDefn
  16744. 1817.52 s [ghcide] XXFamilyDecl
  16745. 1817.52 s [ghcide] XCFamilyDecl
  16746. 1817.52 s [ghcide] XXFamilyResultSig
  16747. 1817.52 s [ghcide] XTyVarSig
  16748. 1817.52 s [ghcide] XCKindSig
  16749. 1817.52 s [ghcide] XNoSig
  16750. 1817.52 s [ghcide] XXTyClGroup
  16751. 1817.52 s [ghcide] XCTyClGroup
  16752. 1817.52 s [ghcide] XXFunDep
  16753. 1817.52 s [ghcide] XCFunDep
  16754. 1817.52 s [ghcide] XXTyClDecl
  16755. 1817.52 s [ghcide] XClassDecl
  16756. 1817.52 s [ghcide] XDataDecl
  16757. 1817.52 s [ghcide] XSynDecl
  16758. 1817.52 s [ghcide] XFamDecl
  16759. 1817.52 s [ghcide] XXSpliceDecl
  16760. 1817.52 s [ghcide] XSpliceDecl
  16761. 1817.52 s [ghcide] XXHsGroup
  16762. 1817.52 s [ghcide] XCHsGroup
  16763. 1817.52 s [ghcide] XXHsDecl
  16764. 1817.52 s [ghcide] XRoleAnnotD
  16765. 1817.52 s [ghcide] XDocD
  16766. 1817.52 s [ghcide] XSpliceD
  16767. 1817.52 s [ghcide] XRuleD
  16768. 1817.52 s [ghcide] XAnnD
  16769. 1817.52 s [ghcide] XWarningD
  16770. 1817.52 s [ghcide] XForD
  16771. 1817.52 s [ghcide] XDefD
  16772. 1817.52 s [ghcide] XKindSigD
  16773. 1817.52 s [ghcide] XSigD
  16774. 1817.52 s [ghcide] XValD
  16775. 1817.52 s [ghcide] XDerivD
  16776. 1817.52 s [ghcide] XInstD
  16777. 1817.52 s [ghcide] XTyClD
  16778. 1817.52 s [ghcide] XXStandaloneKindSig
  16779. 1817.52 s [ghcide] XStandaloneKindSig
  16780. 1817.52 s [ghcide] StandaloneKindSig
  16781. 1817.52 s [ghcide] XXFixitySig
  16782. 1817.52 s [ghcide] XFixitySig
  16783. 1817.52 s [ghcide] XXSig
  16784. 1817.52 s [ghcide] XCompleteMatchSig
  16785. 1817.52 s [ghcide] XSCCFunSig
  16786. 1817.52 s [ghcide] XMinimalSig
  16787. 1817.52 s [ghcide] XSpecInstSig
  16788. 1817.52 s [ghcide] XSpecSig
  16789. 1817.52 s [ghcide] XInlineSig
  16790. 1817.52 s [ghcide] XFixSig
  16791. 1817.52 s [ghcide] XIdSig
  16792. 1817.52 s [ghcide] XClassOpSig
  16793. 1817.52 s [ghcide] XPatSynSig
  16794. 1817.52 s [ghcide] XTypeSig
  16795. 1817.52 s [ghcide] XXIPBind
  16796. 1817.52 s [ghcide] XCIPBind
  16797. 1817.52 s [ghcide] XXHsIPBinds
  16798. 1817.52 s [ghcide] XIPBinds
  16799. 1817.52 s [ghcide] XXPatSynBind
  16800. 1817.52 s [ghcide] XPSB
  16801. 1817.52 s [ghcide] XXHsBindsLR
  16802. 1817.52 s [ghcide] XPatSynBind
  16803. 1817.52 s [ghcide] XVarBind
  16804. 1817.52 s [ghcide] XPatBind
  16805. 1817.52 s [ghcide] XFunBind
  16806. 1817.52 s [ghcide] XXValBindsLR
  16807. 1817.52 s [ghcide] XValBinds
  16808. 1817.52 s [ghcide] XXHsLocalBindsLR
  16809. 1817.52 s [ghcide] XEmptyLocalBinds
  16810. 1817.52 s [ghcide] XHsIPBinds
  16811. 1817.52 s [ghcide] XHsValBinds
  16812. 1817.52 s [ghcide] LIdP
  16813. 1817.52 s [ghcide] Anno
  16814. 1817.52 s [ghcide] DataConCantHappen
  16815. 1817.52 s [ghcide] moduleNameFS
  16816. 1817.52 s [ghcide] moduleNameString
  16817. 1817.52 s [ghcide] mkModuleName
  16818. 1817.52 s [ghcide] mkModuleNameFS
  16819. 1817.52 s [ghcide] parseModuleName
  16820. 1817.52 s [ghcide] LPat
  16821. 1817.52 s [ghcide] HsDoFlavour
  16822. 1817.52 s [ghcide] MatchGroup
  16823. 1817.52 s [ghcide] isPromoted
  16824. 1817.52 s [ghcide] CImportSpec
  16825. 1817.52 s [ghcide] negateOverLitVal
  16826. 1817.52 s [ghcide] LHsTypeArg
  16827. 1817.52 s [ghcide] XXArg
  16828. 1817.52 s [ghcide] XArgPar
  16829. 1817.52 s [ghcide] XTypeArg
  16830. 1817.52 s [ghcide] XValArg
  16831. 1817.52 s [ghcide] XXArrow
  16832. 1817.52 s [ghcide] XExplicitMult
  16833. 1817.52 s [ghcide] XLinearArrow
  16834. 1817.52 s [ghcide] XUnrestrictedArrow
  16835. 1817.52 s [ghcide] XXBndrVis
  16836. 1817.52 s [ghcide] HsBndrVis
  16837. 1817.52 s [ghcide] XBndrInvisible
  16838. 1817.52 s [ghcide] XBndrRequired
  16839. 1817.52 s [ghcide] LHsTyPat
  16840. 1817.52 s [ghcide] HsTyPat
  16841. 1817.52 s [ghcide] hsQTvExplicit
  16842. 1817.52 s [ghcide] hsPatSigType
  16843. 1817.52 s [ghcide] mapHsOuterImplicit
  16844. 1817.52 s [ghcide] hsIPNameFS
  16845. 1817.52 s [ghcide] isHsBndrInvisible
  16846. 1817.52 s [ghcide] hsMult
  16847. 1817.52 s [ghcide] hsScaledThing
  16848. 1817.52 s [ghcide] conDetailsArity
  16849. 1817.52 s [ghcide] XConPatTyArg
  16850. 1817.52 s [ghcide] ConLikeP
  16851. 1817.52 s [ghcide] isInvisArgPat
  16852. 1817.52 s [ghcide] isVisArgPat
  16853. 1817.52 s [ghcide] hsConPatArgs
  16854. 1817.52 s [ghcide] hsConPatTyArgs
  16855. 1817.52 s [ghcide] hsRecFields
  16856. 1817.52 s [ghcide] hsRecFieldsArgs
  16857. 1817.52 s [ghcide] hsRecFieldSel
  16858. 1817.52 s [ghcide] XXMultAnn
  16859. 1817.52 s [ghcide] XMultAnn
  16860. 1817.52 s [ghcide] XPct1Ann
  16861. 1817.52 s [ghcide] XNoMultAnn
  16862. 1817.52 s [ghcide] LHsLocalBindsLR
  16863. 1817.52 s [ghcide] isFixityLSig
  16864. 1817.52 s [ghcide] isTypeLSig
  16865. 1817.52 s [ghcide] isSpecLSig
  16866. 1817.52 s [ghcide] isSpecInstLSig
  16867. 1817.52 s [ghcide] isPragLSig
  16868. 1817.52 s [ghcide] isInlineLSig
  16869. 1817.52 s [ghcide] isMinimalLSig
  16870. 1817.52 s [ghcide] isSCCFunSig
  16871. 1817.52 s [ghcide] isCompleteMatchSig
  16872. 1817.52 s [ghcide] XXConDeclGADTDetails
  16873. 1817.52 s [ghcide] XRecConGADT
  16874. 1817.52 s [ghcide] XPrefixConGADT
  16875. 1817.52 s [ghcide] LDerivClauseTys
  16876. 1817.52 s [ghcide] LHsDerivingClause
  16877. 1817.52 s [ghcide] FamilyInfo
  16878. 1817.52 s [ghcide] LHsFunDep
  16879. 1817.52 s [ghcide] XFunDep
  16880. 1817.52 s [ghcide] LHsDecl
  16881. 1817.52 s [ghcide] hsGroupInstDecls
  16882. 1817.52 s [ghcide] tyClDeclTyVars
  16883. 1817.52 s [ghcide] tyClGroupTyClDecls
  16884. 1817.52 s [ghcide] tyClGroupInstDecls
  16885. 1817.52 s [ghcide] tyClGroupRoleDecls
  16886. 1817.52 s [ghcide] tyClGroupKindSigs
  16887. 1817.52 s [ghcide] familyInfoTyConFlavour
  16888. 1817.52 s [ghcide] dataDefnConsNewOrData
  16889. 1817.52 s [ghcide] collectRuleBndrSigTys
  16890. 1817.52 s [ghcide] docDeclDoc
  16891. 1817.52 s [ghcide] annProvenanceName_maybe
  16892. 1817.52 s [ghcide] TransForm
  16893. 1817.52 s [ghcide] DotFieldOcc
  16894. 1817.52 s [ghcide] LHsRecUpdProj
  16895. 1817.52 s [ghcide] RecUpdProj
  16896. 1817.52 s [ghcide] LHsRecProj
  16897. 1817.52 s [ghcide] RecProj
  16898. 1817.52 s [ghcide] FieldLabelStrings
  16899. 1817.52 s [ghcide] isInfixMatch
  16900. 1817.52 s [ghcide] qualifiedDoModuleName_maybe
  16901. 1817.52 s [ghcide] isPatSynCtxt
  16902. 1817.52 s [ghcide] isComprehensionContext
  16903. 1817.52 s [ghcide] isDoComprehensionContext
  16904. 1817.52 s [ghcide] isMonadDoStmtContext
  16905. 1817.52 s [ghcide] isMonadCompContext
  16906. 1817.52 s [ghcide] isMonadDoCompContext
  16907. 1817.52 s [ghcide] LeftOrRight
  16908. 1817.52 s [ghcide] pickLR
  16909. 1817.52 s [ghcide] QuoteWrapper
  16910. 1817.52 s [ghcide] EvTerm
  16911. 1817.52 s [ghcide] EvExpr
  16912. 1817.52 s [ghcide] EvBind
  16913. 1817.52 s [ghcide] EvBindInfo
  16914. 1817.52 s [ghcide] EvBindMap
  16915. 1817.52 s [ghcide] EvBindsVar
  16916. 1817.52 s [ghcide] TcEvBinds
  16917. 1817.52 s [ghcide] HsWrapper
  16918. 1817.52 s [ghcide] TcMCoercionR
  16919. 1817.52 s [ghcide] TcMCoercionN
  16920. 1817.52 s [ghcide] TcMCoercion
  16921. 1817.52 s [ghcide] TcCoercionP
  16922. 1817.52 s [ghcide] TcCoercionR
  16923. 1817.52 s [ghcide] TcCoercionN
  16924. 1817.52 s [ghcide] TcCoercion
  16925. 1817.52 s [ghcide] mkWpEta
  16926. 1817.52 s [ghcide] mkWpCastR
  16927. 1817.52 s [ghcide] mkWpCastN
  16928. 1817.52 s [ghcide] mkWpTyApps
  16929. 1817.52 s [ghcide] mkWpEvApps
  16930. 1817.52 s [ghcide] mkWpEvVarApps
  16931. 1817.52 s [ghcide] mkWpTyLams
  16932. 1817.52 s [ghcide] mkWpForAllCast
  16933. 1817.52 s [ghcide] mkWpEvLams
  16934. 1817.52 s [ghcide] mkWpLet
  16935. 1817.52 s [ghcide] idHsWrapper
  16936. 1817.52 s [ghcide] isIdHsWrapper
  16937. 1817.52 s [ghcide] collectHsWrapBinders
  16938. 1817.52 s [ghcide] isCoEvBindsVar
  16939. 1817.52 s [ghcide] emptyEvBindMap
  16940. 1817.52 s [ghcide] extendEvBinds
  16941. 1817.52 s [ghcide] isEmptyEvBindMap
  16942. 1817.52 s [ghcide] lookupEvBind
  16943. 1817.52 s [ghcide] evBindMapBinds
  16944. 1817.52 s [ghcide] foldEvBindMap
  16945. 1817.52 s [ghcide] nonDetStrictFoldEvBindMap
  16946. 1817.52 s [ghcide] filterEvBindMap
  16947. 1817.52 s [ghcide] evBindMapToVarSet
  16948. 1817.52 s [ghcide] varSetMinusEvBindMap
  16949. 1817.52 s [ghcide] evBindVar
  16950. 1817.52 s [ghcide] mkWantedEvBind
  16951. 1817.52 s [ghcide] mkGivenEvBind
  16952. 1817.52 s [ghcide] evCoercion
  16953. 1817.52 s [ghcide] evDFunApp
  16954. 1817.52 s [ghcide] evDataConApp
  16955. 1817.52 s [ghcide] evSelector
  16956. 1817.52 s [ghcide] evTypeable
  16957. 1817.52 s [ghcide] mkEvCast
  16958. 1817.52 s [ghcide] mkEvScSelectors
  16959. 1817.52 s [ghcide] emptyTcEvBinds
  16960. 1817.52 s [ghcide] isEmptyTcEvBinds
  16961. 1817.52 s [ghcide] evTermCoercion_maybe
  16962. 1817.52 s [ghcide] evTermCoercion
  16963. 1817.52 s [ghcide] findNeededEvVars
  16964. 1817.52 s [ghcide] evVarsOfTerm
  16965. 1817.52 s [ghcide] pprHsWrapper
  16966. 1817.52 s [ghcide] quoteWrapperTyVarTy
  16967. 1817.52 s [ghcide] newName
  16968. 1817.52 s [ghcide] getEnv
  16969. 1817.52 s [ghcide] newUnique
  16970. 1817.52 s [ghcide] Env
  16971. 1817.52 s [ghcide] newMutVar
  16972. 1817.52 s [ghcide] readMutVar
  16973. 1817.52 s [ghcide] writeMutVar
  16974. 1817.52 s [ghcide] TcLclEnv
  16975. 1817.52 s [ghcide] zipWith3M
  16976. 1817.52 s [ghcide] zipWith3M_
  16977. 1817.52 s [ghcide] zipWith4M
  16978. 1817.52 s [ghcide] zipWithAndUnzipM
  16979. 1817.52 s [ghcide] mapAndUnzip4M
  16980. 1817.52 s [ghcide] mapAndUnzip5M
  16981. 1817.52 s [ghcide] newTcRef
  16982. 1817.52 s [ghcide] readTcRef
  16983. 1817.52 s [ghcide] writeTcRef
  16984. 1817.52 s [ghcide] updTcRef
  16985. 1817.52 s [ghcide] updTcRefM
  16986. 1817.52 s [ghcide] PromotionErr
  16987. 1817.52 s [ghcide] pprPECategory
  16988. 1817.52 s [ghcide] peCategory
  16989. 1817.52 s [ghcide] ClosedTypeId
  16990. 1817.52 s [ghcide] RhsNames
  16991. 1817.52 s [ghcide] TcIdSigInst
  16992. 1817.52 s [ghcide] TcPatSynSig
  16993. 1817.52 s [ghcide] TcSigInfo
  16994. 1817.52 s [ghcide] TcPartialSig
  16995. 1817.52 s [ghcide] TcIdSig
  16996. 1817.52 s [ghcide] TcCompleteSig
  16997. 1817.52 s [ghcide] TcSigFun
  16998. 1817.52 s [ghcide] TcBinder
  16999. 1817.52 s [ghcide] TcId
  17000. 1817.52 s [ghcide] TcBinderStack
  17001. 1817.52 s [ghcide] isPartialSig
  17002. 1817.52 s [ghcide] tcSigInfoName
  17003. 1817.52 s [ghcide] tcIdSigLoc
  17004. 1817.52 s [ghcide] completeSigPolyId_maybe
  17005. 1817.52 s [ghcide] pprTcTyThingCategory
  17006. 1817.52 s [ghcide] tcTyThingCategory
  17007. 1817.52 s [ghcide] ThLevel
  17008. 1817.52 s [ghcide] PendingStuff
  17009. 1817.52 s [ghcide] ThStage
  17010. 1817.52 s [ghcide] SpliceOrBracket
  17011. 1817.52 s [ghcide] SpliceType
  17012. 1817.52 s [ghcide] topStage
  17013. 1817.52 s [ghcide] topAnnStage
  17014. 1817.52 s [ghcide] topSpliceStage
  17015. 1817.52 s [ghcide] impLevel
  17016. 1817.52 s [ghcide] outerLevel
  17017. 1817.52 s [ghcide] thLevel
  17018. 1817.52 s [ghcide] ArrowCtxt
  17019. 1817.52 s [ghcide] ThBindEnv
  17020. 1817.52 s [ghcide] TcTypeEnv
  17021. 1817.52 s [ghcide] TcLclCtxt
  17022. 1817.52 s [ghcide] setLclEnvTcLevel
  17023. 1817.52 s [ghcide] getLclEnvTcLevel
  17024. 1817.52 s [ghcide] setLclEnvLoc
  17025. 1817.52 s [ghcide] getLclEnvLoc
  17026. 1817.52 s [ghcide] lclEnvInGeneratedCode
  17027. 1817.52 s [ghcide] modifyLclCtxt
  17028. 1817.52 s [ghcide] CompleteMatches
  17029. 1817.52 s [ghcide] addErr
  17030. 1817.52 s [ghcide] IOEnvFailure
  17031. 1817.52 s [ghcide] IOEnv
  17032. 1817.52 s [ghcide] failM
  17033. 1817.52 s [ghcide] failWithM
  17034. 1817.52 s [ghcide] runIOEnv
  17035. 1817.52 s [ghcide] fixM
  17036. 1817.52 s [ghcide] tryM
  17037. 1817.52 s [ghcide] tryAllM
  17038. 1817.52 s [ghcide] tryMostM
  17039. 1817.52 s [ghcide] unsafeInterleaveM
  17040. 1817.52 s [ghcide] uninterruptibleMaskM_
  17041. 1817.52 s [ghcide] updMutVar
  17042. 1817.52 s [ghcide] getNamePprCtx
  17043. 1817.52 s [ghcide] getSrcSpanM
  17044. 1817.52 s [ghcide] RoleAnnotEnv
  17045. 1817.52 s [ghcide] FillDefaulting
  17046. 1817.52 s [ghcide] TcPluginRewriteResult
  17047. 1817.52 s [ghcide] TcPlugin
  17048. 1817.52 s [ghcide] SelfBootInfo
  17049. 1817.52 s [ghcide] IfLclEnv
  17050. 1817.52 s [ghcide] IfGblEnv
  17051. 1817.52 s [ghcide] IfL
  17052. 1817.52 s [ghcide] IfG
  17053. 1817.52 s [ghcide] IfM
  17054. 1817.52 s [ghcide] TcRn
  17055. 1817.52 s [ghcide] TcRnIf
  17056. 1817.52 s [ghcide] tcVisibleOrphanMods
  17057. 1817.52 s [ghcide] bootExports
  17058. 1817.52 s [ghcide] removeBindingShadowing
  17059. 1817.52 s [ghcide] mkModDeps
  17060. 1817.52 s [ghcide] emptyImportAvails
  17061. 1817.52 s [ghcide] mkRoleAnnotEnv
  17062. 1817.52 s [ghcide] emptyRoleAnnotEnv
  17063. 1817.52 s [ghcide] lookupRoleAnnot
  17064. 1817.52 s [ghcide] getRoleAnnots
  17065. 1817.52 s [ghcide] IsExtraConstraint
  17066. 1817.52 s [ghcide] initTcInteractive
  17067. 1817.52 s [ghcide] initTcRnIf
  17068. 1817.52 s [ghcide] discardResult
  17069. 1817.52 s [ghcide] getTopEnv
  17070. 1817.52 s [ghcide] updTopEnv
  17071. 1817.52 s [ghcide] getGblEnv
  17072. 1817.52 s [ghcide] updGblEnv
  17073. 1817.52 s [ghcide] setGblEnv
  17074. 1817.52 s [ghcide] getLclEnv
  17075. 1817.52 s [ghcide] updLclEnv
  17076. 1817.52 s [ghcide] updLclCtxt
  17077. 1817.52 s [ghcide] setLclEnv
  17078. 1817.52 s [ghcide] restoreLclEnv
  17079. 1817.52 s [ghcide] getEnvs
  17080. 1817.52 s [ghcide] setEnvs
  17081. 1817.52 s [ghcide] updEnvs
  17082. 1817.52 s [ghcide] restoreEnvs
  17083. 1817.52 s [ghcide] xoptM
  17084. 1817.52 s [ghcide] doptM
  17085. 1817.52 s [ghcide] goptM
  17086. 1817.52 s [ghcide] woptM
  17087. 1817.52 s [ghcide] setXOptM
  17088. 1817.52 s [ghcide] unsetXOptM
  17089. 1817.52 s [ghcide] unsetGOptM
  17090. 1817.52 s [ghcide] unsetWOptM
  17091. 1817.52 s [ghcide] whenGOptM
  17092. 1817.52 s [ghcide] whenWOptM
  17093. 1817.52 s [ghcide] whenXOptM
  17094. 1817.52 s [ghcide] unlessXOptM
  17095. 1817.52 s [ghcide] getGhcMode
  17096. 1817.52 s [ghcide] withoutDynamicNow
  17097. 1817.52 s [ghcide] updTopFlags
  17098. 1817.52 s [ghcide] getEpsVar
  17099. 1817.52 s [ghcide] getEps
  17100. 1817.52 s [ghcide] getHpt
  17101. 1817.52 s [ghcide] getEpsAndHug
  17102. 1817.52 s [ghcide] withIfaceErr
  17103. 1817.53 s [ghcide] newArrowScope
  17104. 1817.53 s [ghcide] escapeArrowScope
  17105. 1817.53 s [ghcide] newUniqueSupply
  17106. 1817.53 s [ghcide] cloneLocalName
  17107. 1817.53 s [ghcide] newNameAt
  17108. 1817.53 s [ghcide] newSysName
  17109. 1817.53 s [ghcide] newSysLocalId
  17110. 1817.53 s [ghcide] newSysLocalIds
  17111. 1817.53 s [ghcide] traceTc
  17112. 1817.53 s [ghcide] traceRn
  17113. 1817.53 s [ghcide] traceOptTcRn
  17114. 1817.53 s [ghcide] traceIf
  17115. 1817.53 s [ghcide] traceOptIf
  17116. 1817.53 s [ghcide] getIsGHCi
  17117. 1817.53 s [ghcide] getGHCiMonad
  17118. 1817.53 s [ghcide] getInteractivePrintName
  17119. 1817.53 s [ghcide] tcIsHsBootOrSig
  17120. 1817.53 s [ghcide] tcHscSource
  17121. 1817.53 s [ghcide] tcIsHsig
  17122. 1817.53 s [ghcide] tcSelfBootInfo
  17123. 1817.53 s [ghcide] getGlobalRdrEnv
  17124. 1817.53 s [ghcide] getRdrEnvs
  17125. 1817.53 s [ghcide] getImports
  17126. 1817.53 s [ghcide] getFixityEnv
  17127. 1817.53 s [ghcide] extendFixityEnv
  17128. 1817.53 s [ghcide] getDeclaredDefaultTys
  17129. 1817.53 s [ghcide] addDependentFiles
  17130. 1817.53 s [ghcide] inGeneratedCode
  17131. 1817.53 s [ghcide] setSrcSpan
  17132. 1817.53 s [ghcide] setSrcSpanA
  17133. 1817.53 s [ghcide] addLocM
  17134. 1817.53 s [ghcide] wrapLocM
  17135. 1817.53 s [ghcide] wrapLocMA
  17136. 1817.53 s [ghcide] wrapLocFstM
  17137. 1817.53 s [ghcide] wrapLocFstMA
  17138. 1817.53 s [ghcide] wrapLocSndM
  17139. 1817.53 s [ghcide] wrapLocSndMA
  17140. 1817.53 s [ghcide] wrapLocM_
  17141. 1817.53 s [ghcide] wrapLocMA_
  17142. 1817.53 s [ghcide] getErrsVar
  17143. 1817.53 s [ghcide] setErrsVar
  17144. 1817.53 s [ghcide] failWith
  17145. 1817.53 s [ghcide] failAt
  17146. 1817.53 s [ghcide] addErrAt
  17147. 1817.53 s [ghcide] mkDetailedMessage
  17148. 1817.53 s [ghcide] addErrs
  17149. 1817.53 s [ghcide] checkErr
  17150. 1817.53 s [ghcide] checkErrAt
  17151. 1817.53 s [ghcide] addMessages
  17152. 1817.53 s [ghcide] discardWarnings
  17153. 1817.53 s [ghcide] mkTcRnMessage
  17154. 1817.53 s [ghcide] reportDiagnostics
  17155. 1817.53 s [ghcide] reportDiagnostic
  17156. 1817.53 s [ghcide] checkNoErrs
  17157. 1817.53 s [ghcide] whenNoErrs
  17158. 1817.53 s [ghcide] ifErrsM
  17159. 1817.53 s [ghcide] failIfErrsM
  17160. 1817.53 s [ghcide] getErrCtxt
  17161. 1817.53 s [ghcide] setErrCtxt
  17162. 1817.53 s [ghcide] popErrCtxt
  17163. 1817.53 s [ghcide] getCtLocM
  17164. 1817.53 s [ghcide] mkCtLocEnv
  17165. 1817.53 s [ghcide] setCtLocM
  17166. 1817.53 s [ghcide] askNoErrs
  17167. 1817.53 s [ghcide] tryCaptureConstraints
  17168. 1817.53 s [ghcide] captureConstraints
  17169. 1817.53 s [ghcide] tcEmitBindingUsage
  17170. 1817.53 s [ghcide] attemptM
  17171. 1817.53 s [ghcide] recoverM
  17172. 1817.53 s [ghcide] tryTc
  17173. 1817.53 s [ghcide] discardErrs
  17174. 1817.53 s [ghcide] tryTcDiscardingErrs
  17175. 1817.53 s [ghcide] addErrTc
  17176. 1817.53 s [ghcide] addErrTcM
  17177. 1817.53 s [ghcide] failWithTc
  17178. 1817.53 s [ghcide] failWithTcM
  17179. 1817.53 s [ghcide] checkTc
  17180. 1817.53 s [ghcide] checkTcM
  17181. 1817.53 s [ghcide] failIfTc
  17182. 1817.53 s [ghcide] failIfTcM
  17183. 1817.53 s [ghcide] addTcRnDiagnostic
  17184. 1817.53 s [ghcide] mkErrInfo
  17185. 1817.53 s [ghcide] debugTc
  17186. 1817.53 s [ghcide] addTopEvBinds
  17187. 1817.53 s [ghcide] newTcEvBinds
  17188. 1817.53 s [ghcide] cloneEvBindsVar
  17189. 1817.53 s [ghcide] getTcEvTyCoVars
  17190. 1817.53 s [ghcide] getTcEvBindsMap
  17191. 1817.53 s [ghcide] setTcEvBindsMap
  17192. 1817.53 s [ghcide] addTcEvBind
  17193. 1817.53 s [ghcide] chooseUniqueOccTc
  17194. 1817.53 s [ghcide] newZonkAnyType
  17195. 1817.53 s [ghcide] getConstraintVar
  17196. 1817.53 s [ghcide] setConstraintVar
  17197. 1817.53 s [ghcide] emitStaticConstraints
  17198. 1817.53 s [ghcide] emitConstraints
  17199. 1817.53 s [ghcide] emitSimple
  17200. 1817.53 s [ghcide] emitSimples
  17201. 1817.53 s [ghcide] emitImplication
  17202. 1817.53 s [ghcide] emitImplications
  17203. 1817.53 s [ghcide] emitDelayedErrors
  17204. 1817.53 s [ghcide] emitHole
  17205. 1817.53 s [ghcide] emitHoles
  17206. 1817.53 s [ghcide] emitNotConcreteError
  17207. 1817.53 s [ghcide] pushTcLevelM_
  17208. 1817.53 s [ghcide] pushTcLevelM
  17209. 1817.53 s [ghcide] getTcLevel
  17210. 1817.53 s [ghcide] setTcLevel
  17211. 1817.53 s [ghcide] isTouchableTcM
  17212. 1817.53 s [ghcide] getLclTypeEnv
  17213. 1817.53 s [ghcide] setLclTypeEnv
  17214. 1817.53 s [ghcide] traceTcConstraints
  17215. 1817.53 s [ghcide] emitAnonTypeHole
  17216. 1817.53 s [ghcide] emitNamedTypeHole
  17217. 1817.53 s [ghcide] recordThUse
  17218. 1817.53 s [ghcide] recordThSpliceUse
  17219. 1817.53 s [ghcide] recordThNeededRuntimeDeps
  17220. 1817.53 s [ghcide] keepAlive
  17221. 1817.53 s [ghcide] getStage
  17222. 1817.53 s [ghcide] getStageAndBindLevel
  17223. 1817.53 s [ghcide] setStage
  17224. 1817.53 s [ghcide] getLocalRdrEnv
  17225. 1817.53 s [ghcide] setLocalRdrEnv
  17226. 1817.53 s [ghcide] mkIfLclEnv
  17227. 1817.53 s [ghcide] initIfaceCheck
  17228. 1817.53 s [ghcide] initIfaceLcl
  17229. 1817.53 s [ghcide] getIfModule
  17230. 1817.53 s [ghcide] failIfM
  17231. 1817.53 s [ghcide] setImplicitEnvM
  17232. 1817.53 s [ghcide] mkVarOccFS
  17233. 1817.53 s [ghcide] isFieldName
  17234. 1817.53 s [ghcide] tidyNameOcc
  17235. 1817.53 s [ghcide] nameOccName
  17236. 1817.53 s [ghcide] setNameUnique
  17237. 1817.53 s [ghcide] nameUnique
  17238. 1817.53 s [ghcide] emptyFsEnv
  17239. 1817.53 s [ghcide] extendFsEnv
  17240. 1817.53 s [ghcide] lookupFsEnv
  17241. 1817.53 s [ghcide] mkFsEnv
  17242. 1817.53 s [ghcide] TidyOccEnv
  17243. 1817.53 s [ghcide] OccSet
  17244. 1817.53 s [ghcide] NameSpace
  17245. 1817.53 s [ghcide] tcName
  17246. 1817.53 s [ghcide] clsName
  17247. 1817.53 s [ghcide] tcClsName
  17248. 1817.53 s [ghcide] dataName
  17249. 1817.53 s [ghcide] srcDataName
  17250. 1817.53 s [ghcide] tvName
  17251. 1817.53 s [ghcide] fieldName
  17252. 1817.53 s [ghcide] isDataConNameSpace
  17253. 1817.53 s [ghcide] isTcClsNameSpace
  17254. 1817.53 s [ghcide] isTvNameSpace
  17255. 1817.53 s [ghcide] isVarNameSpace
  17256. 1817.53 s [ghcide] isValNameSpace
  17257. 1817.53 s [ghcide] isFieldNameSpace
  17258. 1817.53 s [ghcide] pprNameSpace
  17259. 1817.53 s [ghcide] pprNonVarNameSpace
  17260. 1817.53 s [ghcide] pprNameSpaceBrief
  17261. 1817.53 s [ghcide] pprOccName
  17262. 1817.53 s [ghcide] mkOccName
  17263. 1817.53 s [ghcide] mkOccNameFS
  17264. 1817.53 s [ghcide] mkVarOcc
  17265. 1817.53 s [ghcide] mkRecFieldOcc
  17266. 1817.53 s [ghcide] mkRecFieldOccFS
  17267. 1817.53 s [ghcide] varToRecFieldOcc
  17268. 1817.53 s [ghcide] recFieldToVarOcc
  17269. 1817.53 s [ghcide] mkDataOcc
  17270. 1817.53 s [ghcide] mkDataOccFS
  17271. 1817.53 s [ghcide] mkTyVarOcc
  17272. 1817.53 s [ghcide] mkTyVarOccFS
  17273. 1817.53 s [ghcide] mkTcOcc
  17274. 1817.53 s [ghcide] mkTcOccFS
  17275. 1817.53 s [ghcide] mkClsOcc
  17276. 1817.53 s [ghcide] mkClsOccFS
  17277. 1817.53 s [ghcide] demoteOccName
  17278. 1817.53 s [ghcide] demoteOccTvName
  17279. 1817.53 s [ghcide] promoteOccName
  17280. 1817.53 s [ghcide] intersectOccEnv_C
  17281. 1817.53 s [ghcide] minusOccEnv_C_Ns
  17282. 1817.53 s [ghcide] pprOccEnv
  17283. 1817.53 s [ghcide] emptyOccSet
  17284. 1817.53 s [ghcide] unitOccSet
  17285. 1817.53 s [ghcide] mkOccSet
  17286. 1817.53 s [ghcide] extendOccSet
  17287. 1817.53 s [ghcide] extendOccSetList
  17288. 1817.53 s [ghcide] unionOccSets
  17289. 1817.53 s [ghcide] unionManyOccSets
  17290. 1817.53 s [ghcide] elemOccSet
  17291. 1817.53 s [ghcide] isEmptyOccSet
  17292. 1817.53 s [ghcide] occNameString
  17293. 1817.53 s [ghcide] setOccNameSpace
  17294. 1817.53 s [ghcide] isVarOcc
  17295. 1817.53 s [ghcide] isTvOcc
  17296. 1817.53 s [ghcide] isTcOcc
  17297. 1817.53 s [ghcide] isFieldOcc
  17298. 1817.53 s [ghcide] fieldOcc_maybe
  17299. 1817.53 s [ghcide] isDataOcc
  17300. 1817.53 s [ghcide] isUnderscore
  17301. 1817.53 s [ghcide] isDefaultMethodOcc
  17302. 1817.53 s [ghcide] mkDataConWrapperOcc
  17303. 1817.53 s [ghcide] mkWorkerOcc
  17304. 1817.53 s [ghcide] mkMatcherOcc
  17305. 1817.53 s [ghcide] mkBuilderOcc
  17306. 1817.53 s [ghcide] mkDefaultMethodOcc
  17307. 1817.53 s [ghcide] mkClassOpAuxOcc
  17308. 1817.53 s [ghcide] mkDictOcc
  17309. 1817.53 s [ghcide] mkIPOcc
  17310. 1817.53 s [ghcide] mkSpecOcc
  17311. 1817.53 s [ghcide] mkForeignExportOcc
  17312. 1817.53 s [ghcide] mkRepEqOcc
  17313. 1817.53 s [ghcide] mkClassDataConOcc
  17314. 1817.53 s [ghcide] mkNewTyCoOcc
  17315. 1817.53 s [ghcide] mkInstTyCoOcc
  17316. 1817.53 s [ghcide] mkEqPredCoOcc
  17317. 1817.53 s [ghcide] mkCon2TagOcc
  17318. 1817.53 s [ghcide] mkTag2ConOcc
  17319. 1817.53 s [ghcide] mkMaxTagOcc
  17320. 1817.53 s [ghcide] mkDataTOcc
  17321. 1817.53 s [ghcide] mkDataCOcc
  17322. 1817.53 s [ghcide] mkTyConRepOcc
  17323. 1817.53 s [ghcide] mkGenR
  17324. 1817.53 s [ghcide] mkGen1R
  17325. 1817.53 s [ghcide] mkDataConWorkerOcc
  17326. 1817.53 s [ghcide] mkSuperDictAuxOcc
  17327. 1817.53 s [ghcide] mkSuperDictSelOcc
  17328. 1817.53 s [ghcide] mkLocalOcc
  17329. 1817.53 s [ghcide] mkDFunOcc
  17330. 1817.53 s [ghcide] mkMethodOcc
  17331. 1817.53 s [ghcide] emptyTidyOccEnv
  17332. 1817.53 s [ghcide] initTidyOccEnv
  17333. 1817.53 s [ghcide] delTidyOccEnvList
  17334. 1817.53 s [ghcide] avoidClashesOccEnv
  17335. 1817.53 s [ghcide] tidyOccName
  17336. 1817.53 s [ghcide] mainOcc
  17337. 1817.53 s [ghcide] ppMainFn
  17338. 1817.53 s [ghcide] nameNameSpace
  17339. 1817.53 s [ghcide] nameSrcLoc
  17340. 1817.53 s [ghcide] nameSrcSpan
  17341. 1817.53 s [ghcide] isWiredInName
  17342. 1817.53 s [ghcide] isWiredIn
  17343. 1817.53 s [ghcide] wiredInNameTyThing_maybe
  17344. 1817.53 s [ghcide] isBuiltInSyntax
  17345. 1817.53 s [ghcide] isTupleTyConName
  17346. 1817.53 s [ghcide] isSumTyConName
  17347. 1817.53 s [ghcide] isExternalName
  17348. 1817.53 s [ghcide] isInternalName
  17349. 1817.53 s [ghcide] isHoleName
  17350. 1817.53 s [ghcide] nameModule
  17351. 1817.53 s [ghcide] nameModule_maybe
  17352. 1817.53 s [ghcide] namePun_maybe
  17353. 1817.53 s [ghcide] nameIsHomePackage
  17354. 1817.53 s [ghcide] nameIsHomePackageImport
  17355. 1817.53 s [ghcide] isTyVarName
  17356. 1817.53 s [ghcide] isTyConName
  17357. 1817.53 s [ghcide] isDataConName
  17358. 1817.53 s [ghcide] isValName
  17359. 1817.53 s [ghcide] isVarName
  17360. 1817.53 s [ghcide] isSystemName
  17361. 1817.53 s [ghcide] mkClonedInternalName
  17362. 1817.53 s [ghcide] mkDerivedInternalName
  17363. 1817.53 s [ghcide] mkSystemNameAt
  17364. 1817.53 s [ghcide] mkSystemVarName
  17365. 1817.53 s [ghcide] mkSysTvName
  17366. 1817.53 s [ghcide] setNameLoc
  17367. 1817.53 s [ghcide] pprName
  17368. 1817.53 s [ghcide] pprModulePrefix
  17369. 1817.53 s [ghcide] pprDefinedAt
  17370. 1817.53 s [ghcide] pprNameDefnLoc
  17371. 1817.53 s [ghcide] getSrcLoc
  17372. 1817.53 s [ghcide] getSrcSpan
  17373. 1817.53 s [ghcide] getOccString
  17374. 1817.53 s [ghcide] getOccFS
  17375. 1817.53 s [ghcide] pprInfixName
  17376. 1817.53 s [ghcide] pprPrefixName
  17377. 1817.53 s [ghcide] RecFieldInfo
  17378. 1817.53 s [ghcide] plusGREInfo
  17379. 1817.53 s [ghcide] LookupChild
  17380. 1817.53 s [ghcide] rdrNameOcc
  17381. 1817.53 s [ghcide] rdrNameSpace
  17382. 1817.53 s [ghcide] demoteRdrName
  17383. 1817.53 s [ghcide] demoteRdrNameTv
  17384. 1817.53 s [ghcide] promoteRdrName
  17385. 1817.53 s [ghcide] mkRdrUnqual
  17386. 1817.53 s [ghcide] mkRdrQual
  17387. 1817.53 s [ghcide] mkOrig
  17388. 1817.53 s [ghcide] mkUnqual
  17389. 1817.53 s [ghcide] mkVarUnqual
  17390. 1817.53 s [ghcide] getRdrName
  17391. 1817.53 s [ghcide] nameRdrName
  17392. 1817.53 s [ghcide] isRdrDataCon
  17393. 1817.53 s [ghcide] isRdrTyVar
  17394. 1817.53 s [ghcide] isRdrTc
  17395. 1817.53 s [ghcide] isSrcRdrName
  17396. 1817.53 s [ghcide] isUnqual
  17397. 1817.53 s [ghcide] isQual
  17398. 1817.53 s [ghcide] isQual_maybe
  17399. 1817.53 s [ghcide] isOrig
  17400. 1817.53 s [ghcide] isOrig_maybe
  17401. 1817.53 s [ghcide] isExact
  17402. 1817.53 s [ghcide] isExact_maybe
  17403. 1817.53 s [ghcide] emptyLocalRdrEnv
  17404. 1817.53 s [ghcide] extendLocalRdrEnv
  17405. 1817.53 s [ghcide] extendLocalRdrEnvList
  17406. 1817.53 s [ghcide] lookupLocalRdrEnv
  17407. 1817.53 s [ghcide] lookupLocalRdrOcc
  17408. 1817.53 s [ghcide] elemLocalRdrEnv
  17409. 1817.53 s [ghcide] localRdrEnvElts
  17410. 1817.53 s [ghcide] inLocalRdrEnvScope
  17411. 1817.53 s [ghcide] minusLocalRdrEnv
  17412. 1817.53 s [ghcide] minusLocalRdrEnvList
  17413. 1817.53 s [ghcide] greName
  17414. 1817.53 s [ghcide] greNameSpace
  17415. 1817.53 s [ghcide] greParent
  17416. 1817.53 s [ghcide] greInfo
  17417. 1817.53 s [ghcide] mkGRE
  17418. 1817.53 s [ghcide] mkExactGRE
  17419. 1817.53 s [ghcide] mkLocalGRE
  17420. 1817.53 s [ghcide] mkLocalVanillaGRE
  17421. 1817.53 s [ghcide] mkLocalConLikeGRE
  17422. 1817.53 s [ghcide] mkLocalFieldGREs
  17423. 1817.53 s [ghcide] greOccName
  17424. 1817.53 s [ghcide] greQualModName
  17425. 1817.53 s [ghcide] greRdrNames
  17426. 1817.53 s [ghcide] greSrcSpan
  17427. 1817.53 s [ghcide] mkParent
  17428. 1817.53 s [ghcide] availParent
  17429. 1817.53 s [ghcide] greParent_maybe
  17430. 1817.53 s [ghcide] gresToNameSet
  17431. 1817.53 s [ghcide] availFromGRE
  17432. 1817.53 s [ghcide] emptyGlobalRdrEnv
  17433. 1817.53 s [ghcide] globalRdrEnvElts
  17434. 1817.53 s [ghcide] pprGlobalRdrEnv
  17435. 1817.53 s [ghcide] fieldGRE_maybe
  17436. 1817.53 s [ghcide] fieldGRELabel
  17437. 1817.53 s [ghcide] fieldGREInfo
  17438. 1817.53 s [ghcide] recFieldConLike_maybe
  17439. 1817.53 s [ghcide] recFieldInfo_maybe
  17440. 1817.53 s [ghcide] filterFieldGREs
  17441. 1817.53 s [ghcide] allowGRE
  17442. 1817.53 s [ghcide] getGRE_NameQualifier_maybes
  17443. 1817.53 s [ghcide] plusGlobalRdrEnv
  17444. 1817.53 s [ghcide] mkGlobalRdrEnv
  17445. 1817.53 s [ghcide] insertGRE
  17446. 1817.53 s [ghcide] plusGRE
  17447. 1817.53 s [ghcide] extendGlobalRdrEnv
  17448. 1817.53 s [ghcide] shadowNames
  17449. 1817.53 s [ghcide] bestImport
  17450. 1817.53 s [ghcide] importSpecLoc
  17451. 1817.53 s [ghcide] importSpecModule
  17452. 1817.53 s [ghcide] isExplicitItem
  17453. 1817.53 s [ghcide] emptyMessages
  17454. 1817.53 s [ghcide] HscSource
  17455. 1817.53 s [ghcide] setVarUnique
  17456. 1817.53 s [ghcide] setTyVarUnique
  17457. 1817.53 s [ghcide] Unit
  17458. 1817.53 s [ghcide] moduleNameFS
  17459. 1817.53 s [ghcide] moduleNameString
  17460. 1817.53 s [ghcide] mkModuleName
  17461. 1817.53 s [ghcide] mkModuleNameFS
  17462. 1817.53 s [ghcide] parseModuleName
  17463. 1817.53 s [ghcide] ModuleWithIsBoot
  17464. 1817.53 s [ghcide] ModuleNameWithIsBoot
  17465. 1817.53 s [ghcide] Instantiations
  17466. 1817.53 s [ghcide] GenInstantiations
  17467. 1817.53 s [ghcide] InstantiatedUnit
  17468. 1817.53 s [ghcide] moduleUnitId
  17469. 1817.53 s [ghcide] mkModule
  17470. 1817.53 s [ghcide] pprModule
  17471. 1817.53 s [ghcide] pprInstantiatedModule
  17472. 1817.53 s [ghcide] isHoleUnit
  17473. 1817.53 s [ghcide] pprUnit
  17474. 1817.53 s [ghcide] unitString
  17475. 1817.53 s [ghcide] stringToUnit
  17476. 1817.53 s [ghcide] unitIdString
  17477. 1817.53 s [ghcide] stringToUnitId
  17478. 1817.53 s [ghcide] primUnitId
  17479. 1817.53 s [ghcide] bignumUnitId
  17480. 1817.53 s [ghcide] ghcInternalUnitId
  17481. 1817.53 s [ghcide] baseUnitId
  17482. 1817.53 s [ghcide] rtsUnitId
  17483. 1817.53 s [ghcide] thisGhcUnitId
  17484. 1817.53 s [ghcide] interactiveUnitId
  17485. 1817.53 s [ghcide] thUnitId
  17486. 1817.53 s [ghcide] thUnit
  17487. 1817.53 s [ghcide] primUnit
  17488. 1817.53 s [ghcide] bignumUnit
  17489. 1817.53 s [ghcide] ghcInternalUnit
  17490. 1817.53 s [ghcide] baseUnit
  17491. 1817.53 s [ghcide] rtsUnit
  17492. 1817.53 s [ghcide] thisGhcUnit
  17493. 1817.53 s [ghcide] interactiveUnit
  17494. 1817.53 s [ghcide] experimentalUnit
  17495. 1817.53 s [ghcide] mainUnit
  17496. 1817.53 s [ghcide] isInteractiveModule
  17497. 1817.53 s [ghcide] wiredInUnitIds
  17498. 1817.53 s [ghcide] addBootSuffixLocn_maybe
  17499. 1817.53 s [ghcide] filterModuleEnv
  17500. 1817.53 s [ghcide] mapMaybeModuleEnv
  17501. 1817.53 s [ghcide] elemModuleEnv
  17502. 1817.53 s [ghcide] extendModuleEnv
  17503. 1817.53 s [ghcide] extendModuleEnvWith
  17504. 1817.53 s [ghcide] extendModuleEnvList
  17505. 1817.53 s [ghcide] extendModuleEnvList_C
  17506. 1817.53 s [ghcide] plusModuleEnv_C
  17507. 1817.53 s [ghcide] delModuleEnvList
  17508. 1817.53 s [ghcide] delModuleEnv
  17509. 1817.53 s [ghcide] plusModuleEnv
  17510. 1817.53 s [ghcide] lookupModuleEnv
  17511. 1817.53 s [ghcide] lookupWithDefaultModuleEnv
  17512. 1817.53 s [ghcide] mapModuleEnv
  17513. 1817.53 s [ghcide] partitionModuleEnv
  17514. 1817.53 s [ghcide] alterModuleEnv
  17515. 1817.53 s [ghcide] mkModuleEnv
  17516. 1817.53 s [ghcide] emptyModuleEnv
  17517. 1817.53 s [ghcide] moduleEnvKeys
  17518. 1817.53 s [ghcide] moduleEnvElts
  17519. 1817.53 s [ghcide] moduleEnvToList
  17520. 1817.53 s [ghcide] unitModuleEnv
  17521. 1817.53 s [ghcide] isEmptyModuleEnv
  17522. 1817.53 s [ghcide] mkModuleSet
  17523. 1817.53 s [ghcide] extendModuleSet
  17524. 1817.53 s [ghcide] extendModuleSetList
  17525. 1817.53 s [ghcide] emptyModuleSet
  17526. 1817.53 s [ghcide] isEmptyModuleSet
  17527. 1817.53 s [ghcide] moduleSetElts
  17528. 1817.53 s [ghcide] elemModuleSet
  17529. 1817.53 s [ghcide] intersectModuleSet
  17530. 1817.53 s [ghcide] minusModuleSet
  17531. 1817.53 s [ghcide] delModuleSet
  17532. 1817.53 s [ghcide] unionModuleSet
  17533. 1817.53 s [ghcide] unionManyModuleSets
  17534. 1817.53 s [ghcide] unitModuleSet
  17535. 1817.53 s [ghcide] emptyInstalledModuleEnv
  17536. 1817.53 s [ghcide] lookupInstalledModuleEnv
  17537. 1817.53 s [ghcide] extendInstalledModuleEnv
  17538. 1817.53 s [ghcide] filterInstalledModuleEnv
  17539. 1817.53 s [ghcide] delInstalledModuleEnv
  17540. 1817.53 s [ghcide] installedModuleEnvElts
  17541. 1817.53 s [ghcide] mergeInstalledModuleEnv
  17542. 1817.53 s [ghcide] plusInstalledModuleEnv
  17543. 1817.53 s [ghcide] HasModule
  17544. 1817.53 s [ghcide] ContainsModule
  17545. 1817.53 s [ghcide] mkPrelImports
  17546. 1817.53 s [ghcide] toArgs
  17547. 1817.53 s [ghcide] Token
  17548. 1817.53 s [ghcide] PState
  17549. 1817.53 s [ghcide] failMsgP
  17550. 1817.54 s [ghcide] failLocMsgP
  17551. 1817.54 s [ghcide] getPState
  17552. 1817.54 s [ghcide] setSrcLoc
  17553. 1817.54 s [ghcide] getRealSrcLoc
  17554. 1817.54 s [ghcide] setLastToken
  17555. 1817.54 s [ghcide] adjustChar
  17556. 1817.54 s [ghcide] nextIsEOF
  17557. 1817.54 s [ghcide] pushLexState
  17558. 1817.54 s [ghcide] popLexState
  17559. 1817.54 s [ghcide] getLexState
  17560. 1817.54 s [ghcide] activeContext
  17561. 1817.54 s [ghcide] xtest
  17562. 1817.54 s [ghcide] xset
  17563. 1817.54 s [ghcide] xunset
  17564. 1817.54 s [ghcide] disableHaddock
  17565. 1817.54 s [ghcide] getCommentsFor
  17566. 1817.54 s [ghcide] getPriorCommentsFor
  17567. 1817.54 s [ghcide] getFinalCommentsFor
  17568. 1817.54 s [ghcide] getEofPos
  17569. 1817.54 s [ghcide] addPsMessage
  17570. 1817.54 s [ghcide] popContext
  17571. 1817.54 s [ghcide] pushModuleContext
  17572. 1817.54 s [ghcide] srcParseFail
  17573. 1817.54 s [ghcide] lexer
  17574. 1817.54 s [ghcide] lexerDbg
  17575. 1817.54 s [ghcide] lexTokenStream
  17576. 1817.54 s [ghcide] allocateComments
  17577. 1817.54 s [ghcide] allocatePriorComments
  17578. 1817.54 s [ghcide] allocateFinalComments
  17579. 1817.54 s [ghcide] commentToAnnotation
  17580. 1817.54 s [ghcide] CompileReason
  17581. 1817.54 s [ghcide] hscUpdateHUG
  17582. 1817.54 s [ghcide] hsc_HUG
  17583. 1817.54 s [ghcide] getKey
  17584. 1817.54 s [ghcide] mkCgInteractiveGuts
  17585. 1817.54 s [ghcide] justBytecode
  17586. 1817.54 s [ghcide] justObjects
  17587. 1817.54 s [ghcide] emptyHomeModInfoLinkable
  17588. 1817.54 s [ghcide] homeModInfoByteCode
  17589. 1817.54 s [ghcide] homeModInfoObject
  17590. 1817.54 s [ghcide] groupOrigin (src/Development/IDE/GHC/Compat/Core.hs:746)
  17591. 1817.54 s [ghcide] isVisibleFunArg (src/Development/IDE/GHC/Compat/Core.hs:619)
  17592. 1817.54 s [ghcide] lookupGlobalRdrEnv (src/Development/IDE/GHC/Compat/Core.hs:752)
  17593. 1817.54 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.GHC.Compat.Driver'
  17594. 1817.54 s [ghcide] Missing documentation for:
  17595. 1817.54 s [ghcide] Module header
  17596. 1817.54 s [ghcide] hscTypecheckRenameWithDiagnostics (src/Development/IDE/GHC/Compat/Driver.hs:51)
  17597. 1817.54 s [ghcide] 53% ( 25 / 47) in 'Development.IDE.GHC.Compat.Env'
  17598. 1817.54 s [ghcide] Missing documentation for:
  17599. 1817.54 s [ghcide] hsc_HPT
  17600. 1817.54 s [ghcide] setInteractivePrintName
  17601. 1817.54 s [ghcide] hsc_EPS (src/Development/IDE/GHC/Compat/Env.hs:75)
  17602. 1817.54 s [ghcide] hscSetHooks (src/Development/IDE/GHC/Compat/Env.hs:95)
  17603. 1817.54 s [ghcide] hscHomeUnit (src/Development/IDE/GHC/Compat/Env.hs:99)
  17604. 1817.54 s [ghcide] HomeUnit
  17605. 1817.54 s [ghcide] setHomeUnitId_ (src/Development/IDE/GHC/Compat/Env.hs:81)
  17606. 1817.54 s [ghcide] Logger
  17607. 1817.54 s [ghcide] UnitEnv
  17608. 1817.54 s [ghcide] hscSetUnitEnv (src/Development/IDE/GHC/Compat/Env.hs:92)
  17609. 1817.54 s [ghcide] hscSetFlags (src/Development/IDE/GHC/Compat/Env.hs:84)
  17610. 1817.54 s [ghcide] initTempFs (src/Development/IDE/GHC/Compat/Env.hs:87)
  17611. 1817.54 s [ghcide] setInterpreterLinkerOptions (src/Development/IDE/GHC/Compat/Env.hs:113)
  17612. 1817.54 s [ghcide] Ways
  17613. 1817.54 s [ghcide] setWays (src/Development/IDE/GHC/Compat/Env.hs:125)
  17614. 1817.54 s [ghcide] setBackend (src/Development/IDE/GHC/Compat/Env.hs:145)
  17615. 1817.54 s [ghcide] ghciBackend (src/Development/IDE/GHC/Compat/Env.hs:135)
  17616. 1817.54 s [ghcide] platformDefaultBackend (src/Development/IDE/GHC/Compat/Env.hs:141)
  17617. 1817.54 s [ghcide] workingDirectory
  17618. 1817.54 s [ghcide] setWorkingDirectory (src/Development/IDE/GHC/Compat/Env.hs:78)
  17619. 1817.54 s [ghcide] hscSetActiveUnitId
  17620. 1817.54 s [ghcide] reexportedModules
  17621. 1817.54 s [ghcide] Warning: 'a_a4ME' is out of scope.
  17622. 1817.54 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17623. 1817.54 s [ghcide] Warning: 'a' is out of scope.
  17624. 1817.54 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17625. 1817.54 s [ghcide] 41% ( 23 / 55) in 'Development.IDE.GHC.Compat.Outputable'
  17626. 1817.54 s [ghcide] Missing documentation for:
  17627. 1817.54 s [ghcide] Module header
  17628. 1817.54 s [ghcide] showSDocUnsafe
  17629. 1817.54 s [ghcide] ppr
  17630. 1817.54 s [ghcide] text
  17631. 1817.54 s [ghcide] empty
  17632. 1817.54 s [ghcide] hang
  17633. 1817.54 s [ghcide] punctuate
  17634. 1817.54 s [ghcide] printSDocQualifiedUnsafe (src/Development/IDE/GHC/Compat/Outputable.hs:96)
  17635. 1817.54 s [ghcide] printWithoutUniquesOneLine (src/Development/IDE/GHC/Compat/Outputable.hs:84)
  17636. 1817.54 s [ghcide] mkPrintUnqualifiedDefault (src/Development/IDE/GHC/Compat/Outputable.hs:126)
  17637. 1817.54 s [ghcide] PrintUnqualified (src/Development/IDE/GHC/Compat/Outputable.hs:74)
  17638. 1817.54 s [ghcide] defaultUserStyle
  17639. 1817.54 s [ghcide] withPprStyle
  17640. 1817.54 s [ghcide] PsWarning
  17641. 1817.54 s [ghcide] PsError
  17642. 1817.54 s [ghcide] defaultDiagnosticOpts
  17643. 1817.54 s [ghcide] pprMessages
  17644. 1817.54 s [ghcide] renderDiagnosticMessageWithHints (src/Development/IDE/GHC/Compat/Outputable.hs:132)
  17645. 1817.54 s [ghcide] pprMsgEnvelopeBagWithLoc
  17646. 1817.54 s [ghcide] getMessages
  17647. 1817.54 s [ghcide] renderWithContext
  17648. 1817.54 s [ghcide] showSDocOneLine
  17649. 1817.54 s [ghcide] errMsgDiagnostic
  17650. 1817.54 s [ghcide] unDecorated
  17651. 1817.54 s [ghcide] ErrMsg (src/Development/IDE/GHC/Compat/Outputable.hs:122)
  17652. 1817.54 s [ghcide] WarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:123)
  17653. 1817.54 s [ghcide] errMsgSeverity
  17654. 1817.54 s [ghcide] formatErrorWithQual (src/Development/IDE/GHC/Compat/Outputable.hs:106)
  17655. 1817.54 s [ghcide] mkWarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:138)
  17656. 1817.54 s [ghcide] mkSrcErr
  17657. 1817.54 s [ghcide] srcErrorMessages
  17658. 1817.54 s [ghcide] textDoc (src/Development/IDE/GHC/Compat/Outputable.hs:141)
  17659. 1817.54 s [ghcide] 57% ( 4 / 7) in 'Development.IDE.GHC.Compat.Logger'
  17660. 1817.54 s [ghcide] Missing documentation for:
  17661. 1817.54 s [ghcide] putLogHook (src/Development/IDE/GHC/Compat/Logger.hs:22)
  17662. 1817.54 s [ghcide] LogActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:25)
  17663. 1817.54 s [ghcide] logActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:30)
  17664. 1817.54 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.GHC.Compat.Iface'
  17665. 1817.54 s [ghcide] Missing documentation for:
  17666. 1817.54 s [ghcide] writeIfaceFile (src/Development/IDE/GHC/Compat/Iface.hs:27)
  17667. 1817.54 s [ghcide] cannotFindModule (src/Development/IDE/GHC/Compat/Iface.hs:31)
  17668. 1817.54 s [ghcide] 44% ( 19 / 43) in 'Development.IDE.GHC.Compat.Units'
  17669. 1817.54 s [ghcide] Missing documentation for:
  17670. 1817.54 s [ghcide] UnitState
  17671. 1817.54 s [ghcide] initUnits (src/Development/IDE/GHC/Compat/Units.hs:93)
  17672. 1817.54 s [ghcide] unitState (src/Development/IDE/GHC/Compat/Units.hs:82)
  17673. 1817.54 s [ghcide] getUnitName (src/Development/IDE/GHC/Compat/Units.hs:134)
  17674. 1817.54 s [ghcide] explicitUnits (src/Development/IDE/GHC/Compat/Units.hs:126)
  17675. 1817.54 s [ghcide] preloadClosureUs (src/Development/IDE/GHC/Compat/Units.hs:153)
  17676. 1817.54 s [ghcide] listVisibleModuleNames (src/Development/IDE/GHC/Compat/Units.hs:130)
  17677. 1817.54 s [ghcide] lookupModuleWithSuggestions (src/Development/IDE/GHC/Compat/Units.hs:142)
  17678. 1817.54 s [ghcide] UnitInfoMap
  17679. 1817.54 s [ghcide] getUnitInfoMap (src/Development/IDE/GHC/Compat/Units.hs:146)
  17680. 1817.54 s [ghcide] lookupUnit (src/Development/IDE/GHC/Compat/Units.hs:150)
  17681. 1817.54 s [ghcide] unitHaddockInterfaces (src/Development/IDE/GHC/Compat/Units.hs:156)
  17682. 1817.54 s [ghcide] unitPackageNameString
  17683. 1817.54 s [ghcide] Unit
  17684. 1817.54 s [ghcide] unitString
  17685. 1817.54 s [ghcide] stringToUnit
  17686. 1817.54 s [ghcide] definiteUnitId (src/Development/IDE/GHC/Compat/Units.hs:168)
  17687. 1817.54 s [ghcide] defUnitId (src/Development/IDE/GHC/Compat/Units.hs:170)
  17688. 1817.54 s [ghcide] installedModule (src/Development/IDE/GHC/Compat/Units.hs:172)
  17689. 1817.54 s [ghcide] moduleUnitId
  17690. 1817.54 s [ghcide] filterInplaceUnits (src/Development/IDE/GHC/Compat/Units.hs:176)
  17691. 1817.54 s [ghcide] FinderCache
  17692. 1817.54 s [ghcide] showSDocForUser' (src/Development/IDE/GHC/Compat/Units.hs:187)
  17693. 1817.54 s [ghcide] findImportedModule (src/Development/IDE/GHC/Compat/Units.hs:190)
  17694. 1817.54 s [ghcide] 54% ( 31 / 57) in 'Development.IDE.GHC.Compat.Util'
  17695. 1817.54 s [ghcide] Missing documentation for:
  17696. 1817.54 s [ghcide] handleGhcException
  17697. 1817.54 s [ghcide] Bag
  17698. 1817.54 s [ghcide] bagToList
  17699. 1817.54 s [ghcide] listToBag
  17700. 1817.54 s [ghcide] unionBags
  17701. 1817.54 s [ghcide] isEmptyBag
  17702. 1817.54 s [ghcide] LBooleanFormula
  17703. 1817.54 s [ghcide] BooleanFormula
  17704. 1817.54 s [ghcide] OverridingBool
  17705. 1817.54 s [ghcide] MaybeErr
  17706. 1817.54 s [ghcide] Pair
  17707. 1817.54 s [ghcide] EnumSet
  17708. 1817.54 s [ghcide] toList
  17709. 1817.54 s [ghcide] uniq
  17710. 1817.54 s [ghcide] fsLit
  17711. 1817.54 s [ghcide] Fingerprint
  17712. 1817.54 s [ghcide] fingerprintData
  17713. 1817.54 s [ghcide] fingerprintString
  17714. 1817.54 s [ghcide] fingerprintFingerprints
  17715. 1817.54 s [ghcide] nonDetCmpUnique
  17716. 1817.54 s [ghcide] getUnique
  17717. 1817.54 s [ghcide] mkUnique
  17718. 1817.54 s [ghcide] newTagUnique
  17719. 1817.54 s [ghcide] emptyUDFM
  17720. 1817.54 s [ghcide] plusUDFM
  17721. 1817.54 s [ghcide] plusUDFM_C
  17722. 1817.54 s [ghcide] 35% ( 6 / 17) in 'Development.IDE.GHC.Compat.Parser'
  17723. 1817.54 s [ghcide] Missing documentation for:
  17724. 1817.54 s [ghcide] initParserOpts (src/Development/IDE/GHC/Compat/Parser.hs:45)
  17725. 1817.54 s [ghcide] initParserState (src/Development/IDE/GHC/Compat/Parser.hs:49)
  17726. 1817.54 s [ghcide] PsSpan
  17727. 1817.54 s [ghcide] HsParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:53)
  17728. 1817.54 s [ghcide] HsParsedModule
  17729. 1817.54 s [ghcide] hpm_module (src/Development/IDE/GHC/Compat/Parser.hs:54)
  17730. 1817.54 s [ghcide] hpm_src_files (src/Development/IDE/GHC/Compat/Parser.hs:55)
  17731. 1817.54 s [ghcide] ParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:63)
  17732. 1817.54 s [ghcide] pm_parsed_source (src/Development/IDE/GHC/Compat/Parser.hs:65)
  17733. 1817.54 s [ghcide] pm_mod_summary (src/Development/IDE/GHC/Compat/Parser.hs:64)
  17734. 1817.54 s [ghcide] pm_extra_src_files (src/Development/IDE/GHC/Compat/Parser.hs:66)
  17735. 1817.54 s [ghcide] 66% ( 8 / 12) in 'Development.IDE.GHC.Compat.Plugins'
  17736. 1817.54 s [ghcide] Missing documentation for:
  17737. 1817.54 s [ghcide] PluginWithArgs
  17738. 1817.54 s [ghcide] applyPluginsParsedResultAction (src/Development/IDE/GHC/Compat/Plugins.hs:39)
  17739. 1817.54 s [ghcide] hsc_static_plugins (src/Development/IDE/GHC/Compat/Plugins.hs:49)
  17740. 1817.54 s [ghcide] getPsMessages (src/Development/IDE/GHC/Compat/Plugins.hs:35)
  17741. 1817.54 s [ghcide] 41% ( 39 / 93) in 'Development.IDE.GHC.Compat'
  17742. 1817.54 s [ghcide] Missing documentation for:
  17743. 1817.54 s [ghcide] hPutStringBuffer
  17744. 1817.54 s [ghcide] addIncludePathsQuote (src/Development/IDE/GHC/Compat.hs:325)
  17745. 1817.54 s [ghcide] getModuleHash (src/Development/IDE/GHC/Compat.hs:363)
  17746. 1817.54 s [ghcide] setUpTypedHoles (src/Development/IDE/GHC/Compat.hs:335)
  17747. 1817.54 s [ghcide] lookupNameCache
  17748. 1817.54 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:367)
  17749. 1817.54 s [ghcide] reLoc
  17750. 1817.54 s [ghcide] reLocA (src/Development/IDE/GHC/Compat.hs:264)
  17751. 1817.54 s [ghcide] renderMessages (src/Development/IDE/GHC/Compat.hs:279)
  17752. 1817.54 s [ghcide] PFailedWithErrorMessages (src/Development/IDE/GHC/Compat.hs:284)
  17753. 1817.54 s [ghcide] myCoreToStgExpr (src/Development/IDE/GHC/Compat.hs:215)
  17754. 1817.54 s [ghcide] FastStringCompat (src/Development/IDE/GHC/Compat.hs:439)
  17755. 1817.54 s [ghcide] nodeInfo' (src/Development/IDE/GHC/Compat.hs:389)
  17756. 1817.54 s [ghcide] getNodeIds (src/Development/IDE/GHC/Compat.hs:380)
  17757. 1817.54 s [ghcide] sourceNodeInfo (src/Development/IDE/GHC/Compat.hs:404)
  17758. 1817.54 s [ghcide] generatedNodeInfo (src/Development/IDE/GHC/Compat.hs:407)
  17759. 1817.54 s [ghcide] simpleNodeInfoCompat (src/Development/IDE/GHC/Compat.hs:431)
  17760. 1817.54 s [ghcide] isAnnotationInNodeInfo (src/Development/IDE/GHC/Compat.hs:434)
  17761. 1817.54 s [ghcide] nodeAnnotations (src/Development/IDE/GHC/Compat.hs:437)
  17762. 1817.54 s [ghcide] mkAstNode (src/Development/IDE/GHC/Compat.hs:446)
  17763. 1817.54 s [ghcide] isQualifiedImport (src/Development/IDE/GHC/Compat.hs:371)
  17764. 1817.54 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:409)
  17765. 1817.54 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:423)
  17766. 1817.54 s [ghcide] ghcVersionStr (src/Development/IDE/GHC/Compat.hs:417)
  17767. 1817.54 s [ghcide] HieFileResult
  17768. 1817.54 s [ghcide] hieExportNames (src/Development/IDE/GHC/Compat.hs:289)
  17769. 1817.54 s [ghcide] mkHieFile' (src/Development/IDE/GHC/Compat.hs:302)
  17770. 1817.54 s [ghcide] enrichHie
  17771. 1817.54 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:329)
  17772. 1817.54 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:332)
  17773. 1817.54 s [ghcide] runUnlit
  17774. 1817.54 s [ghcide] runPp
  17775. 1817.54 s [ghcide] hscCompileCoreExprHook
  17776. 1817.54 s [ghcide] simplifyExpr (src/Development/IDE/GHC/Compat.hs:271)
  17777. 1817.54 s [ghcide] tidyExpr
  17778. 1817.54 s [ghcide] emptyTidyEnv
  17779. 1817.54 s [ghcide] corePrepExpr (src/Development/IDE/GHC/Compat.hs:274)
  17780. 1817.54 s [ghcide] corePrepPgm
  17781. 1817.54 s [ghcide] lintInteractiveExpr
  17782. 1817.54 s [ghcide] icInteractiveModule
  17783. 1817.54 s [ghcide] lookupHpt
  17784. 1817.54 s [ghcide] ModIfaceAnnotation (src/Development/IDE/GHC/Compat.hs:205)
  17785. 1817.54 s [ghcide] Annotation
  17786. 1817.54 s [ghcide] getDependentMods (src/Development/IDE/GHC/Compat.hs:268)
  17787. 1817.54 s [ghcide] mkRnEnv2
  17788. 1817.54 s [ghcide] emptyInScopeSet
  17789. 1817.54 s [ghcide] byteCodeGen
  17790. 1817.54 s [ghcide] bc_bcos
  17791. 1817.54 s [ghcide] loadDecls
  17792. 1817.54 s [ghcide] expectJust
  17793. 1817.54 s [ghcide] extract_cons (src/Development/IDE/GHC/Compat.hs:467)
  17794. 1817.54 s [ghcide] recDotDot (src/Development/IDE/GHC/Compat.hs:463)
  17795. 1817.54 s [ghcide] NameCacheUpdater (src/Development/IDE/GHC/Compat.hs:291)
  17796. 1817.54 s [ghcide] tcInitTidyEnv
  17797. 1817.54 s [ghcide] 55% ( 22 / 40) in 'Development.IDE.GHC.Compat.Error'
  17798. 1817.54 s [ghcide] Missing documentation for:
  17799. 1817.54 s [ghcide] Module header
  17800. 1817.54 s [ghcide] msgEnvelopeErrorL (src/Development/IDE/GHC/Compat/Error.hs:100)
  17801. 1817.54 s [ghcide] PsMessage
  17802. 1817.54 s [ghcide] LanguageExtensionHint
  17803. 1817.54 s [ghcide] _TcRnMessageWithCtx (src/Development/IDE/GHC/Compat/Error.hs:66)
  17804. 1817.54 s [ghcide] _GhcPsMessage (src/Development/IDE/GHC/Compat/Error.hs:71)
  17805. 1817.54 s [ghcide] _GhcDsMessage (src/Development/IDE/GHC/Compat/Error.hs:76)
  17806. 1817.54 s [ghcide] _GhcDriverMessage (src/Development/IDE/GHC/Compat/Error.hs:81)
  17807. 1817.54 s [ghcide] _ReportHoleError (src/Development/IDE/GHC/Compat/Error.hs:108)
  17808. 1817.54 s [ghcide] _TcRnIllegalWildcardInType (src/Development/IDE/GHC/Compat/Error.hs:102)
  17809. 1817.54 s [ghcide] _TcRnPartialTypeSignatures (src/Development/IDE/GHC/Compat/Error.hs:102)
  17810. 1817.54 s [ghcide] _TcRnMissingSignature (src/Development/IDE/GHC/Compat/Error.hs:102)
  17811. 1817.54 s [ghcide] _TcRnSolverReport (src/Development/IDE/GHC/Compat/Error.hs:102)
  17812. 1817.54 s [ghcide] _TcRnMessageWithInfo (src/Development/IDE/GHC/Compat/Error.hs:102)
  17813. 1817.54 s [ghcide] _TypeHole (src/Development/IDE/GHC/Compat/Error.hs:110)
  17814. 1817.54 s [ghcide] _ConstraintHole (src/Development/IDE/GHC/Compat/Error.hs:110)
  17815. 1817.54 s [ghcide] reportContextL (src/Development/IDE/GHC/Compat/Error.hs:104)
  17816. 1817.54 s [ghcide] reportContentL (src/Development/IDE/GHC/Compat/Error.hs:104)
  17817. 1817.54 s [ghcide] 28% ( 2 / 7) in 'Development.IDE.GHC.CoreFile'
  17818. 1817.54 s [ghcide] Missing documentation for:
  17819. 1817.54 s [ghcide] CoreFile (src/Development/IDE/GHC/CoreFile.hs:39)
  17820. 1817.54 s [ghcide] codeGutsToCoreFile (src/Development/IDE/GHC/CoreFile.hs:90)
  17821. 1817.54 s [ghcide] typecheckCoreFile (src/Development/IDE/GHC/CoreFile.hs:115)
  17822. 1817.54 s [ghcide] readBinCoreFile (src/Development/IDE/GHC/CoreFile.hs:54)
  17823. 1817.54 s [ghcide] getImplicitBinds (src/Development/IDE/GHC/CoreFile.hs:93)
  17824. 1817.54 s [ghcide] 66% ( 2 / 3) in 'Development.IDE.Main.HeapStats'
  17825. 1817.54 s [ghcide] Missing documentation for:
  17826. 1817.54 s [ghcide] Log (src/Development/IDE/Main/HeapStats.hs:14)
  17827. 1817.54 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Session.Implicit'
  17828. 1817.54 s [ghcide] Missing documentation for:
  17829. 1817.54 s [ghcide] Module header
  17830. 1817.54 s [ghcide] loadImplicitCradle (session-loader/Development/IDE/Session/Implicit.hs:29)
  17831. 1817.54 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Location
  17832. 1817.54 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Position
  17833. 1817.54 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Range
  17834. 1817.54 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Uri
  17835. 1817.54 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedUri
  17836. 1817.54 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export toNormalizedUri
  17837. 1817.54 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedUri
  17838. 1817.54 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedFilePath
  17839. 1817.54 s [ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedFilePath
  17840. 1817.54 s [ghcide] 15% ( 3 / 20) in 'Development.IDE.Types.Location'
  17841. 1817.54 s [ghcide] Missing documentation for:
  17842. 1817.54 s [ghcide] Location
  17843. 1817.54 s [ghcide] noFilePath (src/Development/IDE/Types/Location.hs:70)
  17844. 1817.54 s [ghcide] noRange (src/Development/IDE/Types/Location.hs:74)
  17845. 1817.54 s [ghcide] Position
  17846. 1817.54 s [ghcide] showPosition (src/Development/IDE/Types/Location.hs:77)
  17847. 1817.54 s [ghcide] Range
  17848. 1817.54 s [ghcide] Uri
  17849. 1817.54 s [ghcide] NormalizedUri
  17850. 1817.54 s [ghcide] toNormalizedUri
  17851. 1817.54 s [ghcide] fromNormalizedUri
  17852. 1817.54 s [ghcide] NormalizedFilePath
  17853. 1817.54 s [ghcide] fromUri (src/Development/IDE/Types/Location.hs:67)
  17854. 1817.54 s [ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:47)
  17855. 1817.54 s [ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:59)
  17856. 1817.54 s [ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:43)
  17857. 1817.54 s [ghcide] fromNormalizedFilePath
  17858. 1817.54 s [ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:64)
  17859. 1817.54 s [ghcide] Warning: 'Prism' is ambiguous. It is defined
  17860. 1817.54 s [ghcide] * in ‘Control.Lens.Reified’
  17861. 1817.54 s [ghcide] * in ‘Control.Lens.Type’
  17862. 1817.54 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17863. 1817.54 s [ghcide] by specifying the type/value namespace explicitly.
  17864. 1817.54 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
  17865. 1817.54 s [ghcide] Warning: 'Lens' is ambiguous. It is defined
  17866. 1817.54 s [ghcide] * in ‘Control.Lens.Reified’
  17867. 1817.54 s [ghcide] * in ‘Control.Lens.Type’
  17868. 1817.54 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17869. 1817.54 s [ghcide] by specifying the type/value namespace explicitly.
  17870. 1817.54 s [ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
  17871. 1817.54 s [ghcide] Warning: 'TcRnMessage' is out of scope.
  17872. 1817.54 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17873. 1817.54 s [ghcide] Warning: 'stripTcRnMessageContext' is out of scope.
  17874. 1817.54 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17875. 1817.54 s [ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
  17876. 1817.54 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:23
  17877. 1817.54 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:1
  17878. 1817.54 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17879. 1817.54 s [ghcide] by specifying the type/value namespace explicitly.
  17880. 1817.54 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:237:1
  17881. 1817.54 s [ghcide] Warning: 'Document' is out of scope.
  17882. 1817.54 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17883. 1817.54 s [ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export Diagnostic
  17884. 1817.54 s [ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export DiagnosticSeverity
  17885. 1817.54 s [ghcide] 30% ( 7 / 23) in 'Development.IDE.Types.Diagnostics'
  17886. 1817.54 s [ghcide] Missing documentation for:
  17887. 1817.54 s [ghcide] Module header
  17888. 1817.54 s [ghcide] Diagnostic
  17889. 1817.54 s [ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:325)
  17890. 1817.54 s [ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:325)
  17891. 1817.54 s [ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:325)
  17892. 1817.54 s [ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:325)
  17893. 1817.54 s [ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:323)
  17894. 1817.54 s [ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:323)
  17895. 1817.54 s [ghcide] DiagnosticSeverity
  17896. 1817.54 s [ghcide] DiagnosticStore
  17897. 1817.54 s [ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:152)
  17898. 1817.54 s [ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:264)
  17899. 1817.55 s [ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:267)
  17900. 1817.55 s [ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:122)
  17901. 1817.55 s [ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:132)
  17902. 1817.55 s [ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:129)
  17903. 1817.55 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Session.Diagnostics'
  17904. 1817.55 s [ghcide] Missing documentation for:
  17905. 1817.55 s [ghcide] Module header
  17906. 1817.55 s [ghcide] CradleErrorDetails (session-loader/Development/IDE/Session/Diagnostics.hs:19)
  17907. 1817.55 s [ghcide] multiCradleErrMessage (session-loader/Development/IDE/Session/Diagnostics.hs:95)
  17908. 1817.55 s [ghcide] unknownModuleMessage (session-loader/Development/IDE/Session/Diagnostics.hs:103)
  17909. 1817.55 s [ghcide] Warning: 'PackageConfig' is out of scope.
  17910. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17911. 1817.55 s [ghcide] Warning: 'StringBuffer' is ambiguous. It is defined
  17912. 1817.55 s [ghcide] * in ‘GHC.Data.StringBuffer’
  17913. 1817.55 s [ghcide] * in ‘GHC.Data.StringBuffer’
  17914. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17915. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  17916. 1817.55 s [ghcide] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
  17917. 1817.55 s [ghcide] Warning: 'CgGuts' is ambiguous. It is defined
  17918. 1817.55 s [ghcide] * in ‘GHC.Unit.Module.ModGuts’
  17919. 1817.55 s [ghcide] * in ‘GHC.Unit.Module.ModGuts’
  17920. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17921. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  17922. 1817.55 s [ghcide] Defaulting to the one defined in ‘GHC.Unit.Module.ModGuts’
  17923. 1817.55 s [ghcide] Warning: 'CoreModule' is ambiguous. It is defined
  17924. 1817.55 s [ghcide] * in ‘GHC’
  17925. 1817.55 s [ghcide] * in ‘GHC’
  17926. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17927. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  17928. 1817.55 s [ghcide] Defaulting to the one defined in ‘GHC’
  17929. 1817.55 s [ghcide] Warning: 'Fingerprint' is ambiguous. It is defined
  17930. 1817.55 s [ghcide] * in ‘GHC.Internal.Fingerprint.Type’
  17931. 1817.55 s [ghcide] * in ‘GHC.Internal.Fingerprint.Type’
  17932. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17933. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  17934. 1817.55 s [ghcide] Defaulting to the one defined in ‘GHC.Internal.Fingerprint.Type’
  17935. 1817.55 s [ghcide] Warning: 'hDuplicateTo' is out of scope.
  17936. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17937. 1817.55 s [ghcide] Warning: 'a_a4ME' is out of scope.
  17938. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17939. 1817.55 s [ghcide] Warning: 'a' is out of scope.
  17940. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17941. 1817.55 s [ghcide] 64% ( 18 / 28) in 'Development.IDE.GHC.Util'
  17942. 1817.55 s [ghcide] Missing documentation for:
  17943. 1817.55 s [ghcide] runParser (src/Development/IDE/GHC/Util.hs:100)
  17944. 1817.55 s [ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:111)
  17945. 1817.55 s [ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:108)
  17946. 1817.55 s [ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:181)
  17947. 1817.55 s [ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:187)
  17948. 1817.55 s [ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:329)
  17949. 1817.55 s [ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:332)
  17950. 1817.55 s [ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:367)
  17951. 1817.55 s [ghcide] printOutputableOneLine (src/Development/IDE/GHC/Util.hs:271)
  17952. 1817.55 s [ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:282)
  17953. 1817.55 s [ghcide] 100% ( 1 / 1) in 'Development.IDE.GHC.Orphans'
  17954. 1817.55 s [ghcide] Warning: 'GetLocatedImports' is out of scope.
  17955. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17956. 1817.55 s [ghcide] Warning: 'target' is out of scope.
  17957. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17958. 1817.55 s [ghcide] Warning: 'GetKnownTargets' is out of scope.
  17959. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17960. 1817.55 s [ghcide] 14% ( 1 / 7) in 'Development.IDE.Types.KnownTargets'
  17961. 1817.55 s [ghcide] Missing documentation for:
  17962. 1817.55 s [ghcide] Module header
  17963. 1817.55 s [ghcide] emptyKnownTargets (src/Development/IDE/Types/KnownTargets.hs:64)
  17964. 1817.55 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
  17965. 1817.55 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
  17966. 1817.55 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  17967. 1817.55 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
  17968. 1817.55 s [ghcide] 5% ( 1 / 17) in 'Development.IDE.Types.Exports'
  17969. 1817.55 s [ghcide] Missing documentation for:
  17970. 1817.55 s [ghcide] Module header
  17971. 1817.55 s [ghcide] IdentInfo (src/Development/IDE/Types/Exports.hs:112)
  17972. 1817.55 s [ghcide] ExportsMap (src/Development/IDE/Types/Exports.hs:39)
  17973. 1817.55 s [ghcide] rendered (src/Development/IDE/Types/Exports.hs:91)
  17974. 1817.55 s [ghcide] moduleNameText (src/Development/IDE/Types/Exports.hs:107)
  17975. 1817.55 s [ghcide] renderOcc (src/Development/IDE/Types/Exports.hs:104)
  17976. 1817.55 s [ghcide] mkTypeOcc (src/Development/IDE/Types/Exports.hs:79)
  17977. 1817.55 s [ghcide] mkVarOrDataOcc (src/Development/IDE/Types/Exports.hs:71)
  17978. 1817.55 s [ghcide] isDatacon (src/Development/IDE/Types/Exports.hs:121)
  17979. 1817.55 s [ghcide] createExportsMap (src/Development/IDE/Types/Exports.hs:154)
  17980. 1817.55 s [ghcide] createExportsMapMg (src/Development/IDE/Types/Exports.hs:164)
  17981. 1817.55 s [ghcide] buildModuleExportMapFrom (src/Development/IDE/Types/Exports.hs:215)
  17982. 1817.55 s [ghcide] createExportsMapHieDb (src/Development/IDE/Types/Exports.hs:184)
  17983. 1817.55 s [ghcide] size (src/Development/IDE/Types/Exports.hs:68)
  17984. 1817.55 s [ghcide] exportsMapSize (src/Development/IDE/Types/Exports.hs:82)
  17985. 1817.55 s [ghcide] updateExportsMapMg (src/Development/IDE/Types/Exports.hs:174)
  17986. 1817.55 s [ghcide] Warning: 'Text' is out of scope.
  17987. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  17988. 1817.55 s [ghcide] Warning: 'Location' is ambiguous. It is defined
  17989. 1817.55 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  17990. 1817.55 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  17991. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  17992. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  17993. 1817.55 s [ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
  17994. 1817.55 s [ghcide] 23% ( 3 / 13) in 'Development.IDE.Spans.Common'
  17995. 1817.55 s [ghcide] Missing documentation for:
  17996. 1817.55 s [ghcide] Module header
  17997. 1817.55 s [ghcide] safeTyThingId (src/Development/IDE/Spans/Common.hs:55)
  17998. 1817.55 s [ghcide] safeTyThingType (src/Development/IDE/Spans/Common.hs:49)
  17999. 1817.55 s [ghcide] SpanDoc (src/Development/IDE/Spans/Common.hs:60)
  18000. 1817.55 s [ghcide] SpanDocUris (src/Development/IDE/Spans/Common.hs:66)
  18001. 1817.55 s [ghcide] emptySpanDoc (src/Development/IDE/Spans/Common.hs:74)
  18002. 1817.55 s [ghcide] spanDocToMarkdownForTest (src/Development/IDE/Spans/Common.hs:124)
  18003. 1817.55 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:39)
  18004. 1817.55 s [ghcide] TyThingMap (src/Development/IDE/Spans/Common.hs:40)
  18005. 1817.55 s [ghcide] ArgDocMap (src/Development/IDE/Spans/Common.hs:41)
  18006. 1817.55 s [ghcide] Warning: Development.IDE.Plugin.Completions.Types: Could not find documentation for exported module: Development.IDE.Plugin.Completions.Types
  18007. 1817.55 s [ghcide] 23% ( 4 / 17) in 'Development.IDE.Plugin.Completions.Types'
  18008. 1817.55 s [ghcide] Missing documentation for:
  18009. 1817.55 s [ghcide] Module header
  18010. 1817.55 s [ghcide] CompItem (src/Development/IDE/Plugin/Completions/Types.hs:84)
  18011. 1817.55 s [ghcide] CompletionsConfig (src/Development/IDE/Plugin/Completions/Types.hs:62)
  18012. 1817.55 s [ghcide] ExtendImport (src/Development/IDE/Plugin/Completions/Types.hs:68)
  18013. 1817.55 s [ghcide] properties (src/Development/IDE/Plugin/Completions/Types.hs:53)
  18014. 1817.55 s [ghcide] LocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:32)
  18015. 1817.55 s [ghcide] NonLocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:37)
  18016. 1817.55 s [ghcide] Backtick (src/Development/IDE/Plugin/Completions/Types.hs:44)
  18017. 1817.55 s [ghcide] extendImportCommandId (src/Development/IDE/Plugin/Completions/Types.hs:48)
  18018. 1817.55 s [ghcide] Provenance (src/Development/IDE/Plugin/Completions/Types.hs:78)
  18019. 1817.55 s [ghcide] QualCompls (src/Development/IDE/Plugin/Completions/Types.hs:100)
  18020. 1817.55 s [ghcide] nsJSON (src/Development/IDE/Plugin/Completions/Types.hs:164)
  18021. 1817.55 s [ghcide] parseNs (src/Development/IDE/Plugin/Completions/Types.hs:172)
  18022. 1817.55 s [ghcide] 50% ( 15 / 30) in 'Development.IDE.GHC.Error'
  18023. 1817.55 s [ghcide] Missing documentation for:
  18024. 1817.55 s [ghcide] Module header
  18025. 1817.55 s [ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:86)
  18026. 1817.55 s [ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:93)
  18027. 1817.55 s [ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:89)
  18028. 1817.55 s [ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:228)
  18029. 1817.55 s [ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:150)
  18030. 1817.55 s [ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:107)
  18031. 1817.55 s [ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:112)
  18032. 1817.55 s [ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:146)
  18033. 1817.55 s [ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:157)
  18034. 1817.55 s [ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:161)
  18035. 1817.55 s [ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:167)
  18036. 1817.55 s [ghcide] realSpan (src/Development/IDE/GHC/Error.hs:209)
  18037. 1817.55 s [ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:171)
  18038. 1817.55 s [ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:177)
  18039. 1817.55 s [ghcide] Warning: 'HscEnvEq' is ambiguous. It is defined
  18040. 1817.55 s [ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:17
  18041. 1817.55 s [ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:1
  18042. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18043. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  18044. 1817.55 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/HscEnvEq.hs:36:1
  18045. 1817.55 s [ghcide] 42% ( 3 / 7) in 'Development.IDE.Types.HscEnvEq'
  18046. 1817.55 s [ghcide] Missing documentation for:
  18047. 1817.55 s [ghcide] Module header
  18048. 1817.55 s [ghcide] hscEnv
  18049. 1817.55 s [ghcide] updateHscEnvEq (src/Development/IDE/Types/HscEnvEq.hs:48)
  18050. 1817.55 s [ghcide] envPackageExports
  18051. 1817.55 s [ghcide] Warning: 'Interval' is ambiguous. It is defined
  18052. 1817.55 s [ghcide] * in ‘Data.IntervalMap.FingerTree’
  18053. 1817.55 s [ghcide] * in ‘Data.IntervalMap.FingerTree’
  18054. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18055. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  18056. 1817.55 s [ghcide] Defaulting to the one defined in ‘Data.IntervalMap.FingerTree’
  18057. 1817.55 s [ghcide] Warning: 'Bindings' is ambiguous. It is defined
  18058. 1817.55 s [ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:78:17
  18059. 1817.55 s [ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:78:1
  18060. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18061. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  18062. 1817.55 s [ghcide] Defaulting to the one defined at src/Development/IDE/Spans/LocalBindings.hs:78:1
  18063. 1817.55 s [ghcide] Warning: 'PositionRange' is out of scope.
  18064. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18065. 1817.55 s [ghcide] Warning: 'PositionMapping' is out of scope.
  18066. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18067. 1817.55 s [ghcide] 71% ( 5 / 7) in 'Development.IDE.Spans.LocalBindings'
  18068. 1817.55 s [ghcide] Missing documentation for:
  18069. 1817.55 s [ghcide] Module header
  18070. 1817.55 s [ghcide] bindings (src/Development/IDE/Spans/LocalBindings.hs:42)
  18071. 1817.55 s [ghcide] Warning: 'main' is out of scope.
  18072. 1817.55 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18073. 1817.55 s [ghcide] 37% ( 3 / 8) in 'Development.IDE.Import.FindImports'
  18074. 1817.55 s [ghcide] Missing documentation for:
  18075. 1817.55 s [ghcide] Module header
  18076. 1817.55 s [ghcide] Import (src/Development/IDE/Import/FindImports.hs:36)
  18077. 1817.55 s [ghcide] ArtifactsLocation (src/Development/IDE/Import/FindImports.hs:41)
  18078. 1817.55 s [ghcide] modSummaryToArtifactsLocation (src/Development/IDE/Import/FindImports.hs:59)
  18079. 1817.55 s [ghcide] isBootLocation (src/Development/IDE/Import/FindImports.hs:52)
  18080. 1817.55 s [ghcide] Warning: 'FilePathId' is ambiguous. It is defined
  18081. 1817.55 s [ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:73:22
  18082. 1817.55 s [ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:73:1
  18083. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18084. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  18085. 1817.55 s [ghcide] Defaulting to the one defined at src/Development/IDE/Import/DependencyInformation.hs:73:1
  18086. 1817.55 s [ghcide] 28% ( 8 / 28) in 'Development.IDE.Import.DependencyInformation'
  18087. 1817.55 s [ghcide] Missing documentation for:
  18088. 1817.55 s [ghcide] Module header
  18089. 1817.55 s [ghcide] DependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:140)
  18090. 1817.55 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:392)
  18091. 1817.55 s [ghcide] NamedModuleDep (src/Development/IDE/Import/DependencyInformation.hs:400)
  18092. 1817.55 s [ghcide] ShowableModule (src/Development/IDE/Import/DependencyInformation.hs:171)
  18093. 1817.55 s [ghcide] ShowableModuleEnv (src/Development/IDE/Import/DependencyInformation.hs:175)
  18094. 1817.55 s [ghcide] PathIdMap (src/Development/IDE/Import/DependencyInformation.hs:82)
  18095. 1817.55 s [ghcide] emptyPathIdMap (src/Development/IDE/Import/DependencyInformation.hs:92)
  18096. 1817.55 s [ghcide] getPathId (src/Development/IDE/Import/DependencyInformation.hs:95)
  18097. 1817.55 s [ghcide] lookupPathToId (src/Development/IDE/Import/DependencyInformation.hs:116)
  18098. 1817.55 s [ghcide] insertImport (src/Development/IDE/Import/DependencyInformation.hs:110)
  18099. 1817.55 s [ghcide] pathToId (src/Development/IDE/Import/DependencyInformation.hs:113)
  18100. 1817.55 s [ghcide] idToPath (src/Development/IDE/Import/DependencyInformation.hs:119)
  18101. 1817.55 s [ghcide] idToModLocation (src/Development/IDE/Import/DependencyInformation.hs:122)
  18102. 1817.55 s [ghcide] reachableModules (src/Development/IDE/Import/DependencyInformation.hs:186)
  18103. 1817.55 s [ghcide] processDependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:247)
  18104. 1817.55 s [ghcide] lookupModuleFile (src/Development/IDE/Import/DependencyInformation.hs:389)
  18105. 1817.55 s [ghcide] BootIdMap (src/Development/IDE/Import/DependencyInformation.hs:124)
  18106. 1817.55 s [ghcide] insertBootId (src/Development/IDE/Import/DependencyInformation.hs:127)
  18107. 1817.55 s [ghcide] lookupFingerprint (src/Development/IDE/Import/DependencyInformation.hs:166)
  18108. 1817.55 s [ghcide] Warning: 'NeedsCompilation' is ambiguous. It is defined
  18109. 1817.55 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:433:25
  18110. 1817.55 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:433:1
  18111. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18112. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  18113. 1817.55 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:433:1
  18114. 1817.55 s [ghcide] Warning: 'GetModIface' is ambiguous. It is defined
  18115. 1817.55 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:512:20
  18116. 1817.55 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:512:1
  18117. 1817.55 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18118. 1817.55 s [ghcide] by specifying the type/value namespace explicitly.
  18119. 1817.55 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:512:1
  18120. 1817.56 s [ghcide] Warning: Development.IDE.Core.RuleTypes: Could not find documentation for exported module: Development.IDE.Core.RuleTypes
  18121. 1817.56 s [ghcide] 9% ( 6 / 61) in 'Development.IDE.Core.RuleTypes'
  18122. 1817.56 s [ghcide] Missing documentation for:
  18123. 1817.56 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:488)
  18124. 1817.56 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:372)
  18125. 1817.56 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:415)
  18126. 1817.56 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:561)
  18127. 1817.56 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:488)
  18128. 1817.56 s [ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:500)
  18129. 1817.56 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:308)
  18130. 1817.56 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:337)
  18131. 1817.56 s [ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:96)
  18132. 1817.56 s [ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:473)
  18133. 1817.56 s [ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:463)
  18134. 1817.56 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:551)
  18135. 1817.56 s [ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:483)
  18136. 1817.56 s [ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:360)
  18137. 1817.56 s [ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:127)
  18138. 1817.56 s [ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:425)
  18139. 1817.56 s [ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:87)
  18140. 1817.56 s [ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:55)
  18141. 1817.56 s [ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:420)
  18142. 1817.56 s [ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:438)
  18143. 1817.56 s [ghcide] GetModuleGraphTransDepsFingerprints (src/Development/IDE/Core/RuleTypes.hs:443)
  18144. 1817.56 s [ghcide] GetModuleGraphTransReverseDepsFingerprints (src/Development/IDE/Core/RuleTypes.hs:448)
  18145. 1817.56 s [ghcide] GetModuleGraphImmediateReverseDepsFingerprints (src/Development/IDE/Core/RuleTypes.hs:453)
  18146. 1817.56 s [ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:116)
  18147. 1817.56 s [ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:103)
  18148. 1817.56 s [ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:121)
  18149. 1817.56 s [ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:132)
  18150. 1817.56 s [ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:182)
  18151. 1817.56 s [ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:184)
  18152. 1817.56 s [ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:201)
  18153. 1817.56 s [ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:204)
  18154. 1817.56 s [ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:233)
  18155. 1817.56 s [ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:478)
  18156. 1817.56 s [ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:256)
  18157. 1817.56 s [ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:468)
  18158. 1817.56 s [ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:458)
  18159. 1817.56 s [ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:502)
  18160. 1817.56 s [ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:507)
  18161. 1817.56 s [ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:512)
  18162. 1817.56 s [ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:355)
  18163. 1817.56 s [ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:366)
  18164. 1817.56 s [ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:541)
  18165. 1817.56 s [ghcide] GetPhysicalModificationTime (src/Development/IDE/Core/RuleTypes.hs:329)
  18166. 1817.56 s [ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:352)
  18167. 1817.56 s [ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:383)
  18168. 1817.56 s [ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:517)
  18169. 1817.56 s [ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:390)
  18170. 1817.56 s [ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:527)
  18171. 1817.56 s [ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:522)
  18172. 1817.56 s [ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:433)
  18173. 1817.56 s [ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18174. 1817.56 s [ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18175. 1817.56 s [ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18176. 1817.56 s [ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18177. 1817.56 s [ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
  18178. 1817.56 s [ghcide] Warning: 'phase' is out of scope.
  18179. 1817.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18180. 1817.56 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Tracing'
  18181. 1817.56 s [ghcide] Missing documentation for:
  18182. 1817.56 s [ghcide] Module header
  18183. 1817.56 s [ghcide] otTracedProvider (src/Development/IDE/Core/Tracing.hs:135)
  18184. 1817.56 s [ghcide] otSetUri (src/Development/IDE/Core/Tracing.hs:88)
  18185. 1817.56 s [ghcide] otTracedGarbageCollection (src/Development/IDE/Core/Tracing.hs:121)
  18186. 1817.56 s [ghcide] withTrace (src/Development/IDE/Core/Tracing.hs:39)
  18187. 1817.56 s [ghcide] withEventTrace (src/Development/IDE/Core/Tracing.hs:47)
  18188. 1817.56 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Core.Preprocessor'
  18189. 1817.56 s [ghcide] Missing documentation for:
  18190. 1817.56 s [ghcide] Module header
  18191. 1817.56 s [ghcide] Warning: 'ekg' is out of scope.
  18192. 1817.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18193. 1817.56 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Types.Monitoring'
  18194. 1817.56 s [ghcide] Missing documentation for:
  18195. 1817.56 s [ghcide] Module header
  18196. 1817.56 s [ghcide] 50% ( 1 / 2) in 'Development.IDE.Monitoring.OpenTelemetry'
  18197. 1817.56 s [ghcide] Missing documentation for:
  18198. 1817.56 s [ghcide] Module header
  18199. 1817.56 s [ghcide] Warning: 'withoutOptHaddock' is out of scope.
  18200. 1817.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18201. 1817.56 s [ghcide] Warning: 'ComponentOptions' is out of scope.
  18202. 1817.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18203. 1817.56 s [ghcide] Warning: 'HscEnvEq' is out of scope.
  18204. 1817.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18205. 1817.56 s [ghcide] 21% ( 3 / 14) in 'Development.IDE.Types.Options'
  18206. 1817.56 s [ghcide] Missing documentation for:
  18207. 1817.56 s [ghcide] IdeOptions (src/Development/IDE/Types/Options.hs:33)
  18208. 1817.56 s [ghcide] IdePreprocessedSource (src/Development/IDE/Types/Options.hs:93)
  18209. 1817.56 s [ghcide] IdeReportProgress (src/Development/IDE/Types/Options.hs:102)
  18210. 1817.56 s [ghcide] IdeDefer (src/Development/IDE/Types/Options.hs:103)
  18211. 1817.56 s [ghcide] IdeTesting (src/Development/IDE/Types/Options.hs:104)
  18212. 1817.56 s [ghcide] IdeOTMemoryProfiling (src/Development/IDE/Types/Options.hs:105)
  18213. 1817.56 s [ghcide] clientSupportsProgress (src/Development/IDE/Types/Options.hs:115)
  18214. 1817.56 s [ghcide] defaultIdeOptions (src/Development/IDE/Types/Options.hs:119)
  18215. 1817.56 s [ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:551)
  18216. 1817.56 s [ghcide] OptHaddockParse (src/Development/IDE/Types/Options.hs:90)
  18217. 1817.56 s [ghcide] ProgressReportingStyle (src/Development/IDE/Types/Options.hs:107)
  18218. 1817.56 s [ghcide] Warning: 'delayedProgressReporting' is out of scope.
  18219. 1817.56 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18220. 1817.56 s [ghcide] Warning: 'ProgressReporting' is ambiguous. It is defined
  18221. 1817.56 s [ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:26
  18222. 1817.56 s [ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:1
  18223. 1817.56 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18224. 1817.56 s [ghcide] by specifying the type/value namespace explicitly.
  18225. 1817.56 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/ProgressReporting.hs:50:1
  18226. 1817.56 s [ghcide] 23% ( 3 / 13) in 'Development.IDE.Core.ProgressReporting'
  18227. 1817.56 s [ghcide] Missing documentation for:
  18228. 1817.56 s [ghcide] Module header
  18229. 1817.56 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  18230. 1817.56 s [ghcide] PerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:57)
  18231. 1817.56 s [ghcide] ProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:50)
  18232. 1817.56 s [ghcide] noPerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:95)
  18233. 1817.56 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
  18234. 1817.56 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
  18235. 1817.56 s [ghcide] recordProgress (src/Development/IDE/Core/ProgressReporting.hs:137)
  18236. 1817.56 s [ghcide] progressStop
  18237. 1817.56 s [ghcide] progressUpdate
  18238. 1817.57 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Types.Shake'
  18239. 1817.57 s [ghcide] Missing documentation for:
  18240. 1817.57 s [ghcide] Module header
  18241. 1817.57 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  18242. 1817.57 s [ghcide] Value (src/Development/IDE/Types/Shake.hs:47)
  18243. 1817.57 s [ghcide] ValueWithDiagnostics (src/Development/IDE/Types/Shake.hs:62)
  18244. 1817.57 s [ghcide] Key
  18245. 1817.57 s [ghcide] ShakeValue (src/Development/IDE/Types/Shake.hs:117)
  18246. 1817.57 s [ghcide] isBadDependency (src/Development/IDE/Types/Shake.hs:74)
  18247. 1817.57 s [ghcide] toShakeValue (src/Development/IDE/Types/Shake.hs:115)
  18248. 1817.57 s [ghcide] encodeShakeValue (src/Development/IDE/Types/Shake.hs:130)
  18249. 1817.57 s [ghcide] decodeShakeValue (src/Development/IDE/Types/Shake.hs:136)
  18250. 1817.57 s [ghcide] toKey (src/Development/IDE/Types/Shake.hs:79)
  18251. 1817.57 s [ghcide] toNoFileKey (src/Development/IDE/Types/Shake.hs:96)
  18252. 1817.57 s [ghcide] fromKey (src/Development/IDE/Types/Shake.hs:82)
  18253. 1817.57 s [ghcide] WithHieDbShield (src/Development/IDE/Types/Shake.hs:45)
  18254. 1817.57 s [ghcide] Warning: 'Q' is ambiguous. It is defined
  18255. 1817.57 s [ghcide] * at src/Development/IDE/Types/Shake.hs:98:15
  18256. 1817.57 s [ghcide] * at src/Development/IDE/Types/Shake.hs:98:1
  18257. 1817.57 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18258. 1817.57 s [ghcide] by specifying the type/value namespace explicitly.
  18259. 1817.57 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:98:1
  18260. 1817.57 s [ghcide] Warning: 'A' is ambiguous. It is defined
  18261. 1817.57 s [ghcide] * at src/Development/IDE/Types/Shake.hs:106:15
  18262. 1817.57 s [ghcide] * at src/Development/IDE/Types/Shake.hs:106:1
  18263. 1817.57 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18264. 1817.57 s [ghcide] by specifying the type/value namespace explicitly.
  18265. 1817.57 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:106:1
  18266. 1817.57 s [ghcide] Warning: 'ShakeSession' is ambiguous. It is defined
  18267. 1817.57 s [ghcide] * at src/Development/IDE/Core/Shake.hs:525:24
  18268. 1817.57 s [ghcide] * at src/Development/IDE/Core/Shake.hs:525:1
  18269. 1817.57 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18270. 1817.57 s [ghcide] by specifying the type/value namespace explicitly.
  18271. 1817.57 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:525:1
  18272. 1817.57 s [ghcide] Warning: 'runInShakeSession' is out of scope.
  18273. 1817.57 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18274. 1817.57 s [ghcide] Warning: 'proper' is out of scope.
  18275. 1817.57 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18276. 1817.57 s [ghcide] Warning: 'IdeState' is ambiguous. It is defined
  18277. 1817.57 s [ghcide] * at src/Development/IDE/Core/Shake.hs:559:17
  18278. 1817.57 s [ghcide] * at src/Development/IDE/Core/Shake.hs:559:1
  18279. 1817.57 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18280. 1817.57 s [ghcide] by specifying the type/value namespace explicitly.
  18281. 1817.57 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:559:1
  18282. 1817.57 s [ghcide] Warning: 'Initialized' is out of scope.
  18283. 1817.57 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18284. 1817.57 s [ghcide] Warning: 'BadDependency' is ambiguous. It is defined
  18285. 1817.57 s [ghcide] * at src/Development/IDE/Types/Shake.hs:70:25
  18286. 1817.57 s [ghcide] * at src/Development/IDE/Types/Shake.hs:70:1
  18287. 1817.57 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18288. 1817.57 s [ghcide] by specifying the type/value namespace explicitly.
  18289. 1817.57 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:70:1
  18290. 1817.57 s [ghcide] Warning: 'useWithStaleE' is out of scope.
  18291. 1817.57 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18292. 1817.57 s [ghcide] Warning: 'usesE' is out of scope.
  18293. 1817.57 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18294. 1817.57 s [ghcide] Warning: 'LanguageContextEnv' is out of scope.
  18295. 1817.57 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18296. 1817.57 s [ghcide] Warning: 'resRootPath' is out of scope.
  18297. 1817.57 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18298. 1817.57 s [ghcide] 40% ( 35 / 87) in 'Development.IDE.Core.Shake'
  18299. 1817.57 s [ghcide] Missing documentation for:
  18300. 1817.57 s [ghcide] shakeExtras
  18301. 1817.57 s [ghcide] shakeDb
  18302. 1817.57 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:273)
  18303. 1817.57 s [ghcide] getShakeExtras (src/Development/IDE/Core/Shake.hs:347)
  18304. 1817.57 s [ghcide] getShakeExtrasRules (src/Development/IDE/Core/Shake.hs:353)
  18305. 1817.57 s [ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
  18306. 1817.57 s [ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
  18307. 1817.58 s [ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
  18308. 1817.58 s [ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
  18309. 1817.58 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:515)
  18310. 1817.58 s [ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:308)
  18311. 1817.58 s [ghcide] shakeShut (src/Development/IDE/Core/Shake.hs:757)
  18312. 1817.58 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1111)
  18313. 1817.58 s [ghcide] useWithSeparateFingerprintRule (src/Development/IDE/Core/Shake.hs:1157)
  18314. 1817.58 s [ghcide] useWithSeparateFingerprintRule_ (src/Development/IDE/Core/Shake.hs:1165)
  18315. 1817.58 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1120)
  18316. 1817.58 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1123)
  18317. 1817.58 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1175)
  18318. 1817.58 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1019)
  18319. 1817.58 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1217)
  18320. 1817.58 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1222)
  18321. 1817.58 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:935)
  18322. 1817.58 s [ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
  18323. 1817.58 s [ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
  18324. 1817.58 s [ghcide] getHiddenDiagnostics (src/Development/IDE/Core/Shake.hs:939)
  18325. 1817.58 s [ghcide] IsIdeGlobal (src/Development/IDE/Core/Shake.hs:391)
  18326. 1817.58 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:406)
  18327. 1817.58 s [ghcide] addIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:411)
  18328. 1817.58 s [ghcide] getIdeGlobalState (src/Development/IDE/Core/Shake.hs:430)
  18329. 1817.58 s [ghcide] getIdeGlobalAction (src/Development/IDE/Core/Shake.hs:427)
  18330. 1817.58 s [ghcide] getIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:417)
  18331. 1817.58 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:436)
  18332. 1817.58 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:448)
  18333. 1817.58 s [ghcide] GlobalIdeOptions (src/Development/IDE/Core/Shake.hs:432)
  18334. 1817.58 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:375)
  18335. 1817.58 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1399)
  18336. 1817.58 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1402)
  18337. 1817.58 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1449)
  18338. 1817.58 s [ghcide] updatePositionMappingHelper (src/Development/IDE/Core/Shake.hs:1461)
  18339. 1817.58 s [ghcide] WithProgressFunc (src/Development/IDE/Core/Shake.hs:339)
  18340. 1817.58 s [ghcide] WithIndefiniteProgressFunc (src/Development/IDE/Core/Shake.hs:341)
  18341. 1817.58 s [ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
  18342. 1817.58 s [ghcide] DelayedAction (src/Development/IDE/Types/Action.hs:22)
  18343. 1817.58 s [ghcide] mkDelayedAction (src/Development/IDE/Core/Shake.hs:780)
  18344. 1817.58 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1064)
  18345. 1817.58 s [ghcide] mkUpdater (src/Development/IDE/Core/Shake.hs:1071)
  18346. 1817.58 s [ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
  18347. 1817.58 s [ghcide] HieDb
  18348. 1817.58 s [ghcide] garbageCollectDirtyKeysOlderThan (src/Development/IDE/Core/Shake.hs:955)
  18349. 1817.58 s [ghcide] Log (src/Development/IDE/Core/Shake.hs:183)
  18350. 1817.58 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:845)
  18351. 1817.58 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:259)
  18352. 1817.58 s [ghcide] Warning: 'unsafeGlobalDynFlags' is out of scope.
  18353. 1817.58 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18354. 1817.58 s [ghcide] Warning: 'HieWriterChan' is out of scope.
  18355. 1817.58 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18356. 1817.58 s [ghcide] Warning: 'IdeGhcSession' is ambiguous. It is defined
  18357. 1817.58 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:551:22
  18358. 1817.58 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:551:1
  18359. 1817.58 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18360. 1817.58 s [ghcide] by specifying the type/value namespace explicitly.
  18361. 1817.58 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:551:1
  18362. 1817.58 s [ghcide] 40% ( 4 / 10) in 'Development.IDE.Session'
  18363. 1817.58 s [ghcide] Missing documentation for:
  18364. 1817.58 s [ghcide] SessionLoadingOptions (session-loader/Development/IDE/Session.hs:232)
  18365. 1817.58 s [ghcide] CacheDirs (session-loader/Development/IDE/Session.hs:229)
  18366. 1817.58 s [ghcide] getInitialGhcLibDirDefault (session-loader/Development/IDE/Session.hs:279)
  18367. 1817.58 s [ghcide] getHieDbLoc (session-loader/Development/IDE/Session.hs:397)
  18368. 1817.58 s [ghcide] retryOnSqliteBusy (session-loader/Development/IDE/Session.hs:343)
  18369. 1817.58 s [ghcide] Log (session-loader/Development/IDE/Session.hs:132)
  18370. 1817.58 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.LSP.Server'
  18371. 1817.58 s [ghcide] Missing documentation for:
  18372. 1817.58 s [ghcide] Module header
  18373. 1817.58 s [ghcide] ReactorMessage (src/Development/IDE/LSP/Server.hs:23)
  18374. 1817.58 s [ghcide] ReactorChan (src/Development/IDE/LSP/Server.hs:27)
  18375. 1817.58 s [ghcide] ServerM (src/Development/IDE/LSP/Server.hs:28)
  18376. 1817.58 s [ghcide] requestHandler (src/Development/IDE/LSP/Server.hs:36)
  18377. 1817.58 s [ghcide] notificationHandler (src/Development/IDE/LSP/Server.hs:51)
  18378. 1817.58 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.Plugin'
  18379. 1817.58 s [ghcide] Missing documentation for:
  18380. 1817.58 s [ghcide] Module header
  18381. 1817.58 s [ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
  18382. 1817.58 s [ghcide] Warning: 'PluginHandlers' is ambiguous. It is defined
  18383. 1817.58 s [ghcide] * in ‘Ide.Types’
  18384. 1817.58 s [ghcide] * in ‘Ide.Types’
  18385. 1817.58 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18386. 1817.58 s [ghcide] by specifying the type/value namespace explicitly.
  18387. 1817.58 s [ghcide] Defaulting to the one defined in ‘Ide.Types’
  18388. 1817.58 s [ghcide] Warning: 'PluginHandler' is ambiguous. It is defined
  18389. 1817.58 s [ghcide] * in ‘Ide.Types’
  18390. 1817.58 s [ghcide] * in ‘Ide.Types’
  18391. 1817.58 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18392. 1817.58 s [ghcide] by specifying the type/value namespace explicitly.
  18393. 1817.58 s [ghcide] Defaulting to the one defined in ‘Ide.Types’
  18394. 1817.58 s [ghcide] Warning: 'data_' is out of scope.
  18395. 1817.58 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18396. 1817.58 s [ghcide] 25% ( 1 / 4) in 'Development.IDE.Plugin.HLS'
  18397. 1817.58 s [ghcide] Missing documentation for:
  18398. 1817.58 s [ghcide] Module header
  18399. 1817.58 s [ghcide] toResponseError (src/Development/IDE/Plugin/HLS.hs:405)
  18400. 1817.58 s [ghcide] Log (src/Development/IDE/Plugin/HLS.hs:59)
  18401. 1817.58 s [ghcide] 10% ( 1 / 10) in 'Development.IDE.Core.IdeConfiguration'
  18402. 1817.58 s [ghcide] Missing documentation for:
  18403. 1817.58 s [ghcide] Module header
  18404. 1817.58 s [ghcide] registerIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:40)
  18405. 1817.58 s [ghcide] getIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:44)
  18406. 1817.58 s [ghcide] parseConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:48)
  18407. 1817.58 s [ghcide] parseWorkspaceFolder (src/Development/IDE/Core/IdeConfiguration.hs:59)
  18408. 1817.58 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
  18409. 1817.58 s [ghcide] modifyWorkspaceFolders (src/Development/IDE/Core/IdeConfiguration.hs:64)
  18410. 1817.58 s [ghcide] modifyClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:69)
  18411. 1817.58 s [ghcide] getClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:92)
  18412. 1817.58 s [ghcide] 14% ( 1 / 7) in 'Development.IDE.LSP.LanguageServer'
  18413. 1817.58 s [ghcide] Missing documentation for:
  18414. 1817.58 s [ghcide] Module header
  18415. 1817.58 s [ghcide] runLanguageServer (src/Development/IDE/LSP/LanguageServer.hs:108)
  18416. 1817.58 s [ghcide] setupLSP (src/Development/IDE/LSP/LanguageServer.hs:151)
  18417. 1817.58 s [ghcide] Log (src/Development/IDE/LSP/LanguageServer.hs:51)
  18418. 1817.58 s [ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:259)
  18419. 1817.58 s [ghcide] Setup (src/Development/IDE/LSP/LanguageServer.hs:85)
  18420. 1817.58 s [ghcide] Warning: 'IsFileOfInterest' is ambiguous. It is defined
  18421. 1817.58 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:517:25
  18422. 1817.58 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:517:1
  18423. 1817.58 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18424. 1817.58 s [ghcide] by specifying the type/value namespace explicitly.
  18425. 1817.58 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:517:1
  18426. 1817.58 s [ghcide] 33% ( 4 / 12) in 'Development.IDE.Core.OfInterest'
  18427. 1817.58 s [ghcide] Missing documentation for:
  18428. 1817.58 s [ghcide] getFilesOfInterest (src/Development/IDE/Core/OfInterest.hs:90)
  18429. 1817.58 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
  18430. 1817.58 s [ghcide] addFileOfInterest (src/Development/IDE/Core/OfInterest.hs:107)
  18431. 1817.58 s [ghcide] deleteFileOfInterest (src/Development/IDE/Core/OfInterest.hs:120)
  18432. 1817.58 s [ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:372)
  18433. 1817.58 s [ghcide] OfInterestVar (src/Development/IDE/Core/OfInterest.hs:60)
  18434. 1817.59 s [ghcide] scheduleGarbageCollection (src/Development/IDE/Core/OfInterest.hs:127)
  18435. 1817.59 s [ghcide] Log (src/Development/IDE/Core/OfInterest.hs:53)
  18436. 1817.59 s [ghcide] 30% ( 6 / 20) in 'Development.IDE.Core.FileStore'
  18437. 1817.59 s [ghcide] Missing documentation for:
  18438. 1817.59 s [ghcide] Module header
  18439. 1817.59 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:238)
  18440. 1817.59 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:241)
  18441. 1817.59 s [ghcide] fileStoreRules (src/Development/IDE/Core/FileStore.hs:260)
  18442. 1817.59 s [ghcide] modificationTime (src/Development/IDE/Core/FileStore.hs:204)
  18443. 1817.59 s [ghcide] typecheckParents (src/Development/IDE/Core/FileStore.hs:289)
  18444. 1817.59 s [ghcide] getModificationTimeImpl (src/Development/IDE/Core/FileStore.hs:119)
  18445. 1817.59 s [ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:406)
  18446. 1817.59 s [ghcide] getFileContentsImpl (src/Development/IDE/Core/FileStore.hs:213)
  18447. 1817.59 s [ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
  18448. 1817.59 s [ghcide] isWatchSupported (src/Development/IDE/Core/FileStore.hs:341)
  18449. 1817.59 s [ghcide] registerFileWatches (src/Development/IDE/Core/FileStore.hs:311)
  18450. 1817.59 s [ghcide] shareFilePath (src/Development/IDE/Core/FileStore.hs:356)
  18451. 1817.59 s [ghcide] Log (src/Development/IDE/Core/FileStore.hs:81)
  18452. 1817.59 s [ghcide] Warning: 'CoreModule' is ambiguous. It is defined
  18453. 1817.59 s [ghcide] * in ‘GHC’
  18454. 1817.59 s [ghcide] * in ‘GHC’
  18455. 1817.59 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18456. 1817.59 s [ghcide] by specifying the type/value namespace explicitly.
  18457. 1817.59 s [ghcide] Defaulting to the one defined in ‘GHC’
  18458. 1817.59 s [ghcide] Warning: 'ParsedModule' is ambiguous. It is defined
  18459. 1817.59 s [ghcide] * in ‘GHC’
  18460. 1817.59 s [ghcide] * at src/Development/IDE/GHC/Compat/Parser.hs:63:1
  18461. 1817.59 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18462. 1817.59 s [ghcide] by specifying the type/value namespace explicitly.
  18463. 1817.59 s [ghcide] Defaulting to the one defined at src/Development/IDE/GHC/Compat/Parser.hs:63:1
  18464. 1817.59 s [ghcide] Warning: 'runtime_deps' is out of scope.
  18465. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18466. 1817.59 s [ghcide] 45% ( 14 / 31) in 'Development.IDE.Core.Compile'
  18467. 1817.59 s [ghcide] Missing documentation for:
  18468. 1817.59 s [ghcide] typecheckModule (src/Development/IDE/Core/Compile.hs:202)
  18469. 1817.59 s [ghcide] addRelativeImport (src/Development/IDE/Core/Compile.hs:787)
  18470. 1817.59 s [ghcide] mkHiFileResultCompile (src/Development/IDE/Core/Compile.hs:475)
  18471. 1817.59 s [ghcide] mkHiFileResultNoCompile (src/Development/IDE/Core/Compile.hs:452)
  18472. 1817.59 s [ghcide] generateObjectCode (src/Development/IDE/Core/Compile.hs:637)
  18473. 1817.59 s [ghcide] generateByteCode (src/Development/IDE/Core/Compile.hs:671)
  18474. 1817.59 s [ghcide] generateHieAsts (src/Development/IDE/Core/Compile.hs:805)
  18475. 1817.59 s [ghcide] writeAndIndexHieFile (src/Development/IDE/Core/Compile.hs:929)
  18476. 1817.59 s [ghcide] writeHiFile (src/Development/IDE/Core/Compile.hs:942)
  18477. 1817.59 s [ghcide] loadHieFile (src/Development/IDE/Core/Compile.hs:1297)
  18478. 1817.59 s [ghcide] RecompilationInfo (src/Development/IDE/Core/Compile.hs:1363)
  18479. 1817.59 s [ghcide] mergeEnvs (src/Development/IDE/Core/Compile.hs:1028)
  18480. 1817.59 s [ghcide] ml_core_file (src/Development/IDE/Core/Compile.hs:1382)
  18481. 1817.59 s [ghcide] coreFileToLinkable (src/Development/IDE/Core/Compile.hs:1544)
  18482. 1817.59 s [ghcide] TypecheckHelpers (src/Development/IDE/Core/Compile.hs:191)
  18483. 1817.59 s [ghcide] sourceTypecheck (src/Development/IDE/Core/Compile.hs:158)
  18484. 1817.59 s [ghcide] sourceParser (src/Development/IDE/Core/Compile.hs:160)
  18485. 1817.59 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Documentation'
  18486. 1817.59 s [ghcide] Missing documentation for:
  18487. 1817.59 s [ghcide] Module header
  18488. 1817.59 s [ghcide] getDocumentation (src/Development/IDE/Spans/Documentation.hs:116)
  18489. 1817.59 s [ghcide] getDocumentationTryGhc (src/Development/IDE/Spans/Documentation.hs:76)
  18490. 1817.59 s [ghcide] getDocumentationsTryGhc (src/Development/IDE/Spans/Documentation.hs:81)
  18491. 1817.59 s [ghcide] DocMap (src/Development/IDE/Spans/Common.hs:39)
  18492. 1817.59 s [ghcide] mkDocMap (src/Development/IDE/Spans/Documentation.hs:44)
  18493. 1817.59 s [ghcide] Warning: 'Location' is ambiguous. It is defined
  18494. 1817.59 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  18495. 1817.59 s [ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
  18496. 1817.59 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18497. 1817.59 s [ghcide] by specifying the type/value namespace explicitly.
  18498. 1817.59 s [ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
  18499. 1817.59 s [ghcide] 50% ( 8 / 16) in 'Development.IDE.Spans.AtPoint'
  18500. 1817.59 s [ghcide] Missing documentation for:
  18501. 1817.59 s [ghcide] documentHighlight (src/Development/IDE/Spans/AtPoint.hs:193)
  18502. 1817.59 s [ghcide] pointCommand (src/Development/IDE/Spans/AtPoint.hs:582)
  18503. 1817.59 s [ghcide] referencesAtPoint (src/Development/IDE/Spans/AtPoint.hs:148)
  18504. 1817.59 s [ghcide] computeTypeReferences (src/Development/IDE/Spans/AtPoint.hs:99)
  18505. 1817.59 s [ghcide] defRowToSymbolInfo (src/Development/IDE/Spans/AtPoint.hs:564)
  18506. 1817.59 s [ghcide] getNamesAtPoint (src/Development/IDE/Spans/AtPoint.hs:132)
  18507. 1817.59 s [ghcide] toCurrentLocation (src/Development/IDE/Spans/AtPoint.hs:138)
  18508. 1817.59 s [ghcide] rowToLoc (src/Development/IDE/Spans/AtPoint.hs:169)
  18509. 1817.59 s [ghcide] Warning: 'FileExistsState' is out of scope.
  18510. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18511. 1817.59 s [ghcide] 36% ( 4 / 11) in 'Development.IDE.Core.Service'
  18512. 1817.59 s [ghcide] Missing documentation for:
  18513. 1817.59 s [ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:436)
  18514. 1817.59 s [ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:448)
  18515. 1817.59 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  18516. 1817.59 s [ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:935)
  18517. 1817.59 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1399)
  18518. 1817.59 s [ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1449)
  18519. 1817.59 s [ghcide] Log (src/Development/IDE/Core/Service.hs:44)
  18520. 1817.59 s [ghcide] 0% ( 0 / 5) in 'Development.IDE.LSP.Notifications'
  18521. 1817.59 s [ghcide] Missing documentation for:
  18522. 1817.59 s [ghcide] Module header
  18523. 1817.59 s [ghcide] whenUriFile (src/Development/IDE/LSP/Notifications.hs:64)
  18524. 1817.59 s [ghcide] descriptor (src/Development/IDE/LSP/Notifications.hs:67)
  18525. 1817.59 s [ghcide] Log (src/Development/IDE/LSP/Notifications.hs:41)
  18526. 1817.59 s [ghcide] ghcideNotificationsPluginPriority (src/Development/IDE/LSP/Notifications.hs:160)
  18527. 1817.59 s [ghcide] Warning: 'use' is out of scope.
  18528. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18529. 1817.59 s [ghcide] Warning: 'uses' is out of scope.
  18530. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18531. 1817.59 s [ghcide] Warning: 'useWithStale' is out of scope.
  18532. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18533. 1817.59 s [ghcide] Warning: 'runIdeAction' is out of scope.
  18534. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18535. 1817.59 s [ghcide] Warning: 'useWithStaleFast' is out of scope.
  18536. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18537. 1817.59 s [ghcide] Warning: 'uriToFilePath' is out of scope.
  18538. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18539. 1817.59 s [ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
  18540. 1817.59 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:23
  18541. 1817.59 s [ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:1
  18542. 1817.59 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18543. 1817.59 s [ghcide] by specifying the type/value namespace explicitly.
  18544. 1817.59 s [ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:237:1
  18545. 1817.59 s [ghcide] Warning: 'CodeAction' is out of scope.
  18546. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18547. 1817.59 s [ghcide] Warning: 'CodeActionParam' is out of scope.
  18548. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18549. 1817.59 s [ghcide] Warning: 'CodeActionContext' is out of scope.
  18550. 1817.59 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18551. 1817.59 s [ghcide] 93% ( 28 / 30) in 'Development.IDE.Core.PluginUtils'
  18552. 1817.59 s [ghcide] Missing documentation for:
  18553. 1817.59 s [ghcide] Module header
  18554. 1817.59 s [ghcide] mkFormattingHandlers (src/Development/IDE/Core/PluginUtils.hs:236)
  18555. 1817.60 s [ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Actions'
  18556. 1817.60 s [ghcide] Missing documentation for:
  18557. 1817.60 s [ghcide] Module header
  18558. 1817.60 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:114)
  18559. 1817.60 s [ghcide] getImplementationDefinition (src/Development/IDE/Core/Actions.hs:126)
  18560. 1817.60 s [ghcide] highlightAtPoint (src/Development/IDE/Core/Actions.hs:135)
  18561. 1817.60 s [ghcide] refsAtPoint (src/Development/IDE/Core/Actions.hs:143)
  18562. 1817.60 s [ghcide] workspaceSymbols (src/Development/IDE/Core/Actions.hs:150)
  18563. 1817.60 s [ghcide] Warning: 'Foo' is out of scope.
  18564. 1817.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18565. 1817.60 s [ghcide] Warning: 'ghcide' is out of scope.
  18566. 1817.60 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18567. 1817.60 s [ghcide] Warning: 'GetLinkable' is ambiguous. It is defined
  18568. 1817.60 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:116:20
  18569. 1817.60 s [ghcide] * at src/Development/IDE/Core/RuleTypes.hs:116:1
  18570. 1817.60 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18571. 1817.60 s [ghcide] by specifying the type/value namespace explicitly.
  18572. 1817.60 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:116:1
  18573. 1817.60 s [ghcide] 40% ( 20 / 50) in 'Development.IDE.Core.Rules'
  18574. 1817.60 s [ghcide] Missing documentation for:
  18575. 1817.60 s [ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:415)
  18576. 1817.60 s [ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:392)
  18577. 1817.60 s [ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:561)
  18578. 1817.60 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  18579. 1817.60 s [ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1217)
  18580. 1817.60 s [ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1222)
  18581. 1817.60 s [ghcide] RulesConfig (src/Development/IDE/Core/Rules.hs:1185)
  18582. 1817.60 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1056)
  18583. 1817.60 s [ghcide] usePropertyByPathAction (src/Development/IDE/Core/Rules.hs:1066)
  18584. 1817.60 s [ghcide] getLocatedImportsRule (src/Development/IDE/Core/Rules.hs:320)
  18585. 1817.60 s [ghcide] reportImportCyclesRule (src/Development/IDE/Core/Rules.hs:477)
  18586. 1817.60 s [ghcide] getDocMapRule (src/Development/IDE/Core/Rules.hs:572)
  18587. 1817.60 s [ghcide] loadGhcSession (src/Development/IDE/Core/Rules.hs:691)
  18588. 1817.60 s [ghcide] getModIfaceRule (src/Development/IDE/Core/Rules.hs:925)
  18589. 1817.60 s [ghcide] getModSummaryRule (src/Development/IDE/Core/Rules.hs:872)
  18590. 1817.60 s [ghcide] getModuleGraphRule (src/Development/IDE/Core/Rules.hs:631)
  18591. 1817.60 s [ghcide] knownFilesRule (src/Development/IDE/Core/Rules.hs:618)
  18592. 1817.60 s [ghcide] getClientSettingsRule (src/Development/IDE/Core/Rules.hs:1045)
  18593. 1817.60 s [ghcide] getHieAstsRule (src/Development/IDE/Core/Rules.hs:507)
  18594. 1817.60 s [ghcide] getBindingsRule (src/Development/IDE/Core/Rules.hs:564)
  18595. 1817.60 s [ghcide] needsCompilationRule (src/Development/IDE/Core/Rules.hs:1143)
  18596. 1817.60 s [ghcide] generateCoreRule (src/Development/IDE/Core/Rules.hs:921)
  18597. 1817.60 s [ghcide] getImportMapRule (src/Development/IDE/Core/Rules.hs:554)
  18598. 1817.60 s [ghcide] getParsedModuleDefinition (src/Development/IDE/Core/Rules.hs:312)
  18599. 1817.60 s [ghcide] typeCheckRuleDefinition (src/Development/IDE/Core/Rules.hs:664)
  18600. 1817.60 s [ghcide] getRebuildCount (src/Development/IDE/Core/Rules.hs:956)
  18601. 1817.60 s [ghcide] getSourceFileSource (src/Development/IDE/Core/Rules.hs:233)
  18602. 1817.60 s [ghcide] GhcSessionDepsConfig (src/Development/IDE/Core/Rules.hs:735)
  18603. 1817.60 s [ghcide] Log (src/Development/IDE/Core/Rules.hs:179)
  18604. 1817.60 s [ghcide] DisplayTHWarning (src/Development/IDE/Core/Rules.hs:868)
  18605. 1817.60 s [ghcide] 33% ( 2 / 6) in 'Development.IDE.Plugin.Test'
  18606. 1817.60 s [ghcide] Missing documentation for:
  18607. 1817.60 s [ghcide] TestRequest (src/Development/IDE/Plugin/Test.hs:57)
  18608. 1817.60 s [ghcide] WaitForIdeRuleResult (src/Development/IDE/Plugin/Test.hs:74)
  18609. 1817.60 s [ghcide] plugin (src/Development/IDE/Plugin/Test.hs:78)
  18610. 1817.60 s [ghcide] blockCommandDescriptor (src/Development/IDE/Plugin/Test.hs:167)
  18611. 1817.60 s [ghcide] 0% ( 0 / 2) in 'Development.IDE.LSP.Outline'
  18612. 1817.60 s [ghcide] Missing documentation for:
  18613. 1817.60 s [ghcide] Module header
  18614. 1817.60 s [ghcide] moduleOutline (src/Development/IDE/LSP/Outline.hs:36)
  18615. 1817.60 s [ghcide] 18% ( 2 / 11) in 'Development.IDE.LSP.HoverDefinition'
  18616. 1817.60 s [ghcide] Missing documentation for:
  18617. 1817.60 s [ghcide] Log (src/Development/IDE/LSP/HoverDefinition.hs:36)
  18618. 1817.60 s [ghcide] hover (src/Development/IDE/LSP/HoverDefinition.hs:56)
  18619. 1817.60 s [ghcide] foundHover (src/Development/IDE/LSP/HoverDefinition.hs:71)
  18620. 1817.60 s [ghcide] gotoDefinition (src/Development/IDE/LSP/HoverDefinition.hs:53)
  18621. 1817.60 s [ghcide] gotoTypeDefinition (src/Development/IDE/LSP/HoverDefinition.hs:54)
  18622. 1817.60 s [ghcide] gotoImplementation (src/Development/IDE/LSP/HoverDefinition.hs:55)
  18623. 1817.60 s [ghcide] documentHighlight (src/Development/IDE/LSP/HoverDefinition.hs:57)
  18624. 1817.60 s [ghcide] references (src/Development/IDE/LSP/HoverDefinition.hs:60)
  18625. 1817.60 s [ghcide] wsSymbols (src/Development/IDE/LSP/HoverDefinition.hs:66)
  18626. 1817.60 s [ghcide] 57% ( 31 / 54) in 'Development.IDE'
  18627. 1817.60 s [ghcide] Missing documentation for:
  18628. 1817.60 s [ghcide] Module header
  18629. 1817.60 s [ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1175)
  18630. 1817.60 s [ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:423)
  18631. 1817.60 s [ghcide] action
  18632. 1817.60 s [ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:114)
  18633. 1817.60 s [ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:238)
  18634. 1817.60 s [ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:241)
  18635. 1817.61 s [ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
  18636. 1817.61 s [ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
  18637. 1817.61 s [ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1056)
  18638. 1817.61 s [ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
  18639. 1817.61 s [ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:515)
  18640. 1817.61 s [ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:273)
  18641. 1817.61 s [ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:845)
  18642. 1817.61 s [ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1402)
  18643. 1817.61 s [ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1019)
  18644. 1817.61 s [ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:375)
  18645. 1817.61 s [ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1399)
  18646. 1817.61 s [ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1064)
  18647. 1817.61 s [ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1111)
  18648. 1817.61 s [ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1123)
  18649. 1817.61 s [ghcide] use_ (src/Development/IDE/Core/Shake.hs:1120)
  18650. 1817.61 s [ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:409)
  18651. 1817.61 s [ghcide] Warning: '#' is out of scope.
  18652. 1817.61 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18653. 1817.61 s [ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Pragmas'
  18654. 1817.61 s [ghcide] Missing documentation for:
  18655. 1817.61 s [ghcide] Module header
  18656. 1817.61 s [ghcide] NextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:76)
  18657. 1817.61 s [ghcide] LineSplitTextEdits (src/Development/IDE/Spans/Pragmas.hs:71)
  18658. 1817.61 s [ghcide] getNextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:33)
  18659. 1817.61 s [ghcide] insertNewPragma (src/Development/IDE/Spans/Pragmas.hs:52)
  18660. 1817.61 s [ghcide] getFirstPragma (src/Development/IDE/Spans/Pragmas.hs:59)
  18661. 1817.61 s [ghcide] 12% ( 1 / 8) in 'Development.IDE.Plugin.TypeLenses'
  18662. 1817.61 s [ghcide] Missing documentation for:
  18663. 1817.61 s [ghcide] descriptor (src/Development/IDE/Plugin/TypeLenses.hs:106)
  18664. 1817.61 s [ghcide] suggestSignature (src/Development/IDE/Plugin/TypeLenses.hs:212)
  18665. 1817.61 s [ghcide] typeLensCommandId (src/Development/IDE/Plugin/TypeLenses.hs:103)
  18666. 1817.61 s [ghcide] GlobalBindingTypeSig (src/Development/IDE/Plugin/TypeLenses.hs:296)
  18667. 1817.61 s [ghcide] GetGlobalBindingTypeSigs (src/Development/IDE/Plugin/TypeLenses.hs:293)
  18668. 1817.61 s [ghcide] GlobalBindingTypeSigsResult (src/Development/IDE/Plugin/TypeLenses.hs:305)
  18669. 1817.61 s [ghcide] Log (src/Development/IDE/Plugin/TypeLenses.hs:95)
  18670. 1817.61 s [ghcide] Warning: 'PositionMapping' is out of scope.
  18671. 1817.61 s [ghcide] If you qualify the identifier, haddock can try to link it anyway.
  18672. 1817.61 s [ghcide] Warning: 'PositionMapping' is ambiguous. It is defined
  18673. 1817.61 s [ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:27
  18674. 1817.61 s [ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:1
  18675. 1817.61 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18676. 1817.61 s [ghcide] by specifying the type/value namespace explicitly.
  18677. 1817.61 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/PositionMapping.hs:93:1
  18678. 1817.61 s [ghcide] Warning: 'PositionMap' is ambiguous. It is defined
  18679. 1817.61 s [ghcide] * at src/Development/IDE/Core/UseStale.hs:62:49
  18680. 1817.61 s [ghcide] * at src/Development/IDE/Core/UseStale.hs:62:1
  18681. 1817.61 s [ghcide] You may be able to disambiguate the identifier by qualifying it or
  18682. 1817.61 s [ghcide] by specifying the type/value namespace explicitly.
  18683. 1817.61 s [ghcide] Defaulting to the one defined at src/Development/IDE/Core/UseStale.hs:62:1
  18684. 1817.61 s [ghcide] 57% ( 8 / 14) in 'Development.IDE.Core.UseStale'
  18685. 1817.61 s [ghcide] Missing documentation for:
  18686. 1817.61 s [ghcide] Module header
  18687. 1817.61 s [ghcide] unTrack
  18688. 1817.61 s [ghcide] untrackedStaleValue (src/Development/IDE/Core/UseStale.hs:92)
  18689. 1817.61 s [ghcide] unsafeMkStale (src/Development/IDE/Core/UseStale.hs:138)
  18690. 1817.61 s [ghcide] unsafeMkCurrent (src/Development/IDE/Core/UseStale.hs:134)
  18691. 1817.61 s [ghcide] unsafeCopyAge (src/Development/IDE/Core/UseStale.hs:142)
  18692. 1817.61 s [ghcide] 100% ( 6 / 6) in 'Generics.SYB.GHC'
  18693. 1817.61 s [ghcide] 88% ( 8 / 9) in 'Text.Fuzzy.Parallel'
  18694. 1817.61 s [ghcide] Missing documentation for:
  18695. 1817.61 s [ghcide] Scored (src/Text/Fuzzy/Parallel.hs:18)
  18696. 1817.61 s [ghcide] 50% ( 4 / 8) in 'Development.IDE.Plugin.Completions.Logic'
  18697. 1817.61 s [ghcide] Missing documentation for:
  18698. 1817.61 s [ghcide] Module header
  18699. 1817.61 s [ghcide] cacheDataProducer (src/Development/IDE/Plugin/Completions/Logic.hs:318)
  18700. 1817.61 s [ghcide] fromIdentInfo (src/Development/IDE/Plugin/Completions/Logic.hs:295)
  18701. 1817.61 s [ghcide] getCompletionPrefixFromRope (src/Development/IDE/Plugin/Completions/Logic.hs:863)
  18702. 1817.61 s [ghcide] 0% ( 0 / 4) in 'Development.IDE.Plugin.Completions'
  18703. 1817.61 s [ghcide] Missing documentation for:
  18704. 1817.61 s [ghcide] Module header
  18705. 1817.61 s [ghcide] descriptor (src/Development/IDE/Plugin/Completions.hs:71)
  18706. 1817.61 s [ghcide] Log (src/Development/IDE/Plugin/Completions.hs:61)
  18707. 1817.61 s [ghcide] ghcideCompletionsPluginPriority (src/Development/IDE/Plugin/Completions.hs:68)
  18708. 1817.61 s [ghcide] 33% ( 1 / 3) in 'Development.IDE.Plugin.HLS.GhcIde'
  18709. 1817.61 s [ghcide] Missing documentation for:
  18710. 1817.61 s [ghcide] descriptors (src/Development/IDE/Plugin/HLS/GhcIde.hs:37)
  18711. 1817.61 s [ghcide] Log (src/Development/IDE/Plugin/HLS/GhcIde.hs:22)
  18712. 1817.61 s [ghcide] 0% ( 0 / 10) in 'Development.IDE.Main'
  18713. 1817.61 s [ghcide] Missing documentation for:
  18714. 1817.61 s [ghcide] Module header
  18715. 1817.61 s [ghcide] Arguments (src/Development/IDE/Main.hs:203)
  18716. 1817.61 s [ghcide] defaultArguments (src/Development/IDE/Main.hs:223)
  18717. 1817.61 s [ghcide] Command (src/Development/IDE/Main.hs:168)
  18718. 1817.61 s [ghcide] IdeCommand
  18719. 1817.61 s [ghcide] isLSP (src/Development/IDE/Main.hs:181)
  18720. 1817.61 s [ghcide] commandP (src/Development/IDE/Main.hs:185)
  18721. 1817.61 s [ghcide] defaultMain (src/Development/IDE/Main.hs:289)
  18722. 1817.62 s [ghcide] testing (src/Development/IDE/Main.hs:268)
  18723. 1817.62 s [ghcide] Log (src/Development/IDE/Main.hs:131)
  18724. 1819.40 s [ghcide] Warning: Control.Concurrent.Strict: could not find link destinations for:
  18725. 1819.40 s [ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedMVar
  18726. 1819.40 s [ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedThreadId
  18727. 1819.40 s [ghcide] Warning: Development.IDE.Core.PositionMapping: could not find link destinations for:
  18728. 1819.40 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  18729. 1819.55 s [ghcide] Warning: Development.IDE.GHC.Compat.Core: could not find link destinations for:
  18730. 1819.55 s [ghcide] - GHC.Parser.Lexer.ExtsBitmap
  18731. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.HasType
  18732. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  18733. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.TVScoped
  18734. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.PScoped
  18735. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.RScoped
  18736. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.SigContext
  18737. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.PatSynFieldContext
  18738. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.BindContext
  18739. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.IEContext
  18740. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.RFContext
  18741. 1819.55 s [ghcide] - GHC.Driver.Backpack.BkpM
  18742. 1819.55 s [ghcide] - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang
  18743. 1819.55 s [ghcide] - GHC.LanguageExtensions.Type.Rep_Extension
  18744. 1819.55 s [ghcide] - GHC.Driver.Session.DynP
  18745. 1819.55 s [ghcide] - GHC.Hs.Type.HsQTvsRn
  18746. 1819.55 s [ghcide] - GHC.Hs.Type.pprTyVarBndr
  18747. 1819.55 s [ghcide] - GHC.Parser.Lexer.LayoutContext
  18748. 1819.55 s [ghcide] - GHC.Parser.Lexer.ALRContext
  18749. 1819.55 s [ghcide] - GHC.Parser.Lexer.ALRLayout
  18750. 1819.55 s [ghcide] - GHC.Unit.Module.Env.NDModule
  18751. 1819.55 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  18752. 1819.55 s [ghcide] - GHC.Hs.Utils.AnnoBody
  18753. 1819.55 s [ghcide] - GHC.Unit.Module.ModIface.ModIfaceFinal
  18754. 1819.55 s [ghcide] - GHC.Unit.Module.ModIface.ModIfacePhase
  18755. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.HiePass
  18756. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  18757. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.HieState
  18758. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.Context
  18759. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.ModifyState
  18760. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.RContext
  18761. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.TScoped
  18762. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.EvBindContext
  18763. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.AnnoBody
  18764. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.getTypeNode
  18765. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.addSubstitution
  18766. 1819.55 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  18767. 1819.55 s [ghcide] - Development.IDE.GHC.Compat.Core.FunTyFlag
  18768. 1819.55 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
  18769. 1819.55 s [ghcide] - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr
  18770. 1819.55 s [ghcide] - GHC.Parser.PostProcess.D:R:BodyHsCmd
  18771. 1819.55 s [ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsCmd
  18772. 1819.55 s [ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsCmd
  18773. 1819.55 s [ghcide] - GHC.Parser.PostProcess.D:R:BodyHsExpr
  18774. 1819.55 s [ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsExpr
  18775. 1819.55 s [ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsExpr
  18776. 1819.55 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  18777. 1819.55 s [ghcide] - GHC.HsToCore.Quote.RepTV
  18778. 1819.55 s [ghcide] - GHC.HsToCore.Quote.Core
  18779. 1819.55 s [ghcide] - GHC.HsToCore.Quote.M
  18780. 1819.55 s [ghcide] - GHC.HsToCore.Quote.MetaM
  18781. 1819.55 s [ghcide] - GHC.HsToCore.Quote.tyVarBndrName
  18782. 1819.55 s [ghcide] - GHC.HsToCore.Quote.repPlainTV
  18783. 1819.55 s [ghcide] - GHC.HsToCore.Quote.repKindedTV
  18784. 1819.55 s [ghcide] - GHC.Parser.PostProcess.Haddock.HdkA
  18785. 1819.55 s [ghcide] - GHC.Parser.PostProcess.Haddock.HasHaddock
  18786. 1819.55 s [ghcide] - GHC.Parser.PostProcess.Haddock.addHaddock
  18787. 1819.55 s [ghcide] - GHC.ThToHs.CvtFlag
  18788. 1819.55 s [ghcide] - GHC.ThToHs.cvtFlag
  18789. 1819.57 s [ghcide] Warning: Development.IDE.GHC.Compat.Outputable: could not find link destinations for:
  18790. 1819.57 s [ghcide] - GHC.Driver.MakeSem.JobResources
  18791. 1819.57 s [ghcide] - GHC.Types.Unique.FM.Edit
  18792. 1819.57 s [ghcide] - GHC.Types.Unique.SDFM.Shared
  18793. 1819.57 s [ghcide] - GHC.Core.InstEnv.InstMatches
  18794. 1819.57 s [ghcide] - GHC.Types.Error.LinkedDiagCode
  18795. 1819.57 s [ghcide] - GHC.StgToJS.Utils.SlotCount
  18796. 1819.57 s [ghcide] - GHC.Core.Opt.Arity.EtaInfo
  18797. 1819.57 s [ghcide] - GHC.Core.Opt.OccurAnal.TailUsageDetails
  18798. 1819.57 s [ghcide] - GHC.Core.Opt.OccurAnal.SimpleNodeDetails
  18799. 1819.57 s [ghcide] - GHC.Core.Opt.OccurAnal.NodeDetails
  18800. 1819.57 s [ghcide] - GHC.Unit.State.UnitVisibility
  18801. 1819.57 s [ghcide] - GHC.Core.Opt.CprAnal.SigEnv
  18802. 1819.57 s [ghcide] - GHC.Core.Opt.DmdAnal.AnalEnv
  18803. 1819.57 s [ghcide] - GHC.CmmToAsm.BlockLayout.BlockChain
  18804. 1819.57 s [ghcide] - GHC.Wasm.ControlFlow.FromCmm.ContainingSyntax
  18805. 1819.57 s [ghcide] - GHC.Core.Opt.Specialise.DictBind
  18806. 1819.57 s [ghcide] - GHC.Core.Opt.Specialise.SpecArg
  18807. 1819.57 s [ghcide] - GHC.CoreToStg.Prep.FloatInfo
  18808. 1819.57 s [ghcide] - GHC.CoreToStg.Prep.Floats
  18809. 1819.57 s [ghcide] - GHC.CoreToStg.Prep.FloatingBind
  18810. 1819.57 s [ghcide] - GHC.Rename.Env.DisambigInfo
  18811. 1819.57 s [ghcide] - GHC.Tc.Validity.ValidityEnv
  18812. 1819.57 s [ghcide] - GHC.Tc.Validity.ExpandMode
  18813. 1819.57 s [ghcide] - GHC.Tc.Validity.TypeOrKindCtxt
  18814. 1819.57 s [ghcide] - GHC.Rename.Names.ImpOccItem
  18815. 1819.57 s [ghcide] - GHC.Rename.Expr.StmtTree
  18816. 1819.57 s [ghcide] - GHC.Rename.Expr.MonadNames
  18817. 1819.57 s [ghcide] - GHC.Tc.Gen.HsType.TcTyMode
  18818. 1819.57 s [ghcide] - GHC.HsToCore.Pmc.Solver.TopNormaliseTypeResult
  18819. 1819.57 s [ghcide] - GHC.Driver.Make.BuildPlan
  18820. 1819.57 s [ghcide] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
  18821. 1819.57 s [ghcide] - GHC.Types.Name.NameSort
  18822. 1819.57 s [ghcide] - GHC.Unit.Module.Env.NDModule
  18823. 1819.57 s [ghcide] - GHC.Iface.Recomp.IfaceDeclExtras
  18824. 1819.57 s [ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
  18825. 1819.57 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  18826. 1819.57 s [ghcide] - GHC.Utils.Outputable.D:R:LineSDoc
  18827. 1819.57 s [ghcide] - GHC.CoreToStg.Prep.BindInfo
  18828. 1819.57 s [ghcide] - GHC.CoreToStg.Prep.ArgInfo
  18829. 1819.57 s [ghcide] - GHC.StgToByteCode.Discr
  18830. 1819.57 s [ghcide] - GHC.Parser.PostProcess.ArgPatBuilder
  18831. 1819.57 s [ghcide] - GHC.Data.Graph.Directed.Time
  18832. 1819.57 s [ghcide] - GHC.Data.Graph.Directed.Edge
  18833. 1819.57 s [ghcide] - GHC.Cmm.CLabel.IdLabelInfo
  18834. 1819.57 s [ghcide] - GHC.Cmm.CLabel.TickyIdInfo
  18835. 1819.57 s [ghcide] - GHC.Cmm.Type.CmmCat
  18836. 1819.57 s [ghcide] - GHC.Cmm.LayoutStack.StackMap
  18837. 1819.57 s [ghcide] - GHC.Cmm.LayoutStack.StackSlot
  18838. 1819.57 s [ghcide] - GHC.CmmToAsm.CFG.BranchInfo
  18839. 1819.57 s [ghcide] - GHC.CmmToAsm.CFG.LoopInfo
  18840. 1819.57 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  18841. 1819.57 s [ghcide] - GHC.Core.Opt.Arity.ArityEnv
  18842. 1819.57 s [ghcide] - GHC.Core.Opt.CprAnal.AnalEnv
  18843. 1819.57 s [ghcide] - GHC.Core.Opt.FloatIn.FloatInBind
  18844. 1819.57 s [ghcide] - GHC.Core.Opt.FloatOut.FloatBinds
  18845. 1819.57 s [ghcide] - GHC.Core.Opt.OccurAnal.LocalOcc
  18846. 1819.57 s [ghcide] - GHC.Core.Opt.OccurAnal.OccEncl
  18847. 1819.57 s [ghcide] - GHC.Core.Opt.OccurAnal.UsageDetails
  18848. 1819.57 s [ghcide] - GHC.Core.Opt.Simplify.Env.FloatFlag
  18849. 1819.57 s [ghcide] - GHC.Core.Opt.SpecConstr.ArgOcc
  18850. 1819.57 s [ghcide] - GHC.Core.Opt.SpecConstr.Call
  18851. 1819.57 s [ghcide] - GHC.Core.Opt.SpecConstr.CallPat
  18852. 1819.57 s [ghcide] - GHC.Core.Opt.SpecConstr.HowBound
  18853. 1819.57 s [ghcide] - GHC.Core.Opt.SpecConstr.ScUsage
  18854. 1819.57 s [ghcide] - GHC.Core.Opt.SpecConstr.Value
  18855. 1819.57 s [ghcide] - GHC.Core.Opt.Specialise.CallInfo
  18856. 1819.57 s [ghcide] - GHC.Core.Opt.Specialise.CallInfoSet
  18857. 1819.57 s [ghcide] - GHC.Core.Opt.Specialise.FloatedDictBinds
  18858. 1819.57 s [ghcide] - GHC.Core.Opt.Specialise.SpecEnv
  18859. 1819.57 s [ghcide] - GHC.Core.Opt.Specialise.UsageDetails
  18860. 1819.57 s [ghcide] - GHC.Core.SimpleOpt.SimpleOptEnv
  18861. 1819.57 s [ghcide] - GHC.Driver.Make.CodeGenEnable
  18862. 1819.57 s [ghcide] - GHC.Driver.Make.CachedIface
  18863. 1819.57 s [ghcide] - GHC.Rename.HsType.RnTyKiEnv
  18864. 1819.57 s [ghcide] - GHC.Rename.HsType.RnTyKiWhat
  18865. 1819.57 s [ghcide] - GHC.Stg.Unarise.UnariseVal
  18866. 1819.57 s [ghcide] - GHC.Tc.Deriv.EarlyDerivSpec
  18867. 1819.57 s [ghcide] - GHC.Tc.Gen.Bind.GeneralisationPlan
  18868. 1819.57 s [ghcide] - GHC.Tc.Gen.Head.XPass
  18869. 1819.57 s [ghcide] - GHC.Tc.Gen.Head.EWrap
  18870. 1819.57 s [ghcide] - GHC.Wasm.ControlFlow.FromCmm.Context
  18871. 1819.57 s [ghcide] Warning: Development.IDE.GHC.Compat.Units: could not find link destinations for:
  18872. 1819.57 s [ghcide] - GHC.Unit.External.PackageAnnEnv
  18873. 1819.57 s [ghcide] - Development.IDE.GHC.Compat.Units.PreloadUnitClosure
  18874. 1819.58 s [ghcide] Warning: Development.IDE.GHC.Compat.Util: could not find link destinations for:
  18875. 1819.58 s [ghcide] - GHC.Iface.Ext.Ast.ToHie
  18876. 1819.58 s [ghcide] - GHC.Internal.Generics.Rep_Fingerprint
  18877. 1819.58 s [ghcide] - GHC.Data.Bag.D:R:ItemBag
  18878. 1819.58 s [ghcide] - GHC.Iface.Ext.Ast.HieM
  18879. 1819.58 s [ghcide] - GHC.Iface.Ext.Ast.toHie
  18880. 1819.58 s [ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
  18881. 1819.58 s [ghcide] Warning: Development.IDE.GHC.Compat.Parser: could not find link destinations for:
  18882. 1819.58 s [ghcide] - GHC.modSummary
  18883. 1819.58 s [ghcide] Warning: Development.IDE.GHC.Compat.Plugins: could not find link destinations for:
  18884. 1819.58 s [ghcide] - GHC.Driver.Plugins.HoleFitPlugin
  18885. 1819.59 s [ghcide] Warning: Development.IDE.GHC.Compat: could not find link destinations for:
  18886. 1819.59 s [ghcide] - GHC.Iface.Ext.Ast.TypecheckedSource
  18887. 1819.59 s [ghcide] - GHC.Iface.Ext.Ast.RenamedSource
  18888. 1819.62 s [ghcide] Warning: Development.IDE.GHC.Compat.Error: could not find link destinations for:
  18889. 1819.62 s [ghcide] - GHC.Types.Error.D:R:DiagnosticOptsDiagnosticMessage
  18890. 1819.62 s [ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
  18891. 1819.62 s [ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
  18892. 1819.62 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
  18893. 1819.62 s [ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessageDetailed
  18894. 1819.62 s [ghcide] - GHC.Types.Error.D:R:DiagnosticOptsUnknownDiagnostic
  18895. 1819.62 s [ghcide] - GHC.Parser.Errors.Types.Rep_PsMessage
  18896. 1819.62 s [ghcide] - GHC.HsToCore.Errors.Types.Rep_DsMessage
  18897. 1819.62 s [ghcide] Warning: Development.IDE.Main.HeapStats: could not find link destinations for:
  18898. 1819.62 s [ghcide] - Development.IDE.Main.HeapStats.heapStatsThread
  18899. 1819.62 s [ghcide] Warning: Development.IDE.Types.Location: could not find link destinations for:
  18900. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
  18901. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  18902. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
  18903. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
  18904. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.changes
  18905. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
  18906. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.character
  18907. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
  18908. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.document
  18909. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
  18910. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.editRange
  18911. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
  18912. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.end
  18913. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  18914. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
  18915. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
  18916. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.href
  18917. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
  18918. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.insert
  18919. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
  18920. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.line
  18921. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
  18922. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.location
  18923. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
  18924. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.newUri
  18925. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
  18926. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
  18927. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  18928. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  18929. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
  18930. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.position
  18931. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
  18932. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.positions
  18933. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  18934. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  18935. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
  18936. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.ranges
  18937. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  18938. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  18939. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
  18940. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.replace
  18941. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
  18942. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
  18943. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  18944. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
  18945. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
  18946. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.selection
  18947. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  18948. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
  18949. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
  18950. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.start
  18951. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  18952. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  18953. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
  18954. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.target
  18955. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  18956. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
  18957. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  18958. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  18959. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  18960. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
  18961. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
  18962. 1819.62 s [ghcide] - Language.LSP.Protocol.Types.Lens.uri
  18963. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
  18964. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
  18965. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
  18966. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
  18967. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
  18968. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
  18969. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  18970. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  18971. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
  18972. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
  18973. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
  18974. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
  18975. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
  18976. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
  18977. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
  18978. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
  18979. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
  18980. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  18981. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
  18982. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  18983. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
  18984. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
  18985. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
  18986. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
  18987. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
  18988. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
  18989. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
  18990. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  18991. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  18992. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
  18993. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
  18994. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  18995. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
  18996. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
  18997. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
  18998. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
  18999. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
  19000. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
  19001. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
  19002. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
  19003. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
  19004. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
  19005. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
  19006. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
  19007. 1819.62 s [ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
  19008. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
  19009. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
  19010. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
  19011. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
  19012. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
  19013. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
  19014. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
  19015. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
  19016. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  19017. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
  19018. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  19019. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
  19020. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
  19021. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
  19022. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
  19023. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
  19024. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
  19025. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
  19026. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
  19027. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
  19028. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19029. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
  19030. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  19031. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
  19032. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  19033. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19034. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
  19035. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
  19036. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
  19037. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
  19038. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
  19039. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
  19040. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19041. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  19042. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  19043. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
  19044. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
  19045. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  19046. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  19047. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19048. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
  19049. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
  19050. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
  19051. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
  19052. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Uri.Rep_Uri
  19053. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
  19054. 1819.63 s [ghcide] - Language.LSP.VFS.HasVfsMap
  19055. 1819.63 s [ghcide] Warning: Development.IDE.Types.Diagnostics: could not find link destinations for:
  19056. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
  19057. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.code
  19058. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  19059. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
  19060. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
  19061. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.data_
  19062. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  19063. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
  19064. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
  19065. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.items
  19066. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
  19067. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.message
  19068. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
  19069. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.range
  19070. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  19071. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
  19072. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
  19073. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.severity
  19074. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
  19075. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.source
  19076. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
  19077. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Lens.tags
  19078. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  19079. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
  19080. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
  19081. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
  19082. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
  19083. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
  19084. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
  19085. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
  19086. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
  19087. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Common.UInt
  19088. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19089. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
  19090. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
  19091. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
  19092. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
  19093. 1819.63 s [ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
  19094. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
  19095. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
  19096. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
  19097. 1819.63 s [ghcide] - Development.IDE.Types.Diagnostics.Rep_FileDiagnostic
  19098. 1819.63 s [ghcide] - Development.IDE.Types.Diagnostics.Rep_StructuredMessage
  19099. 1819.63 s [ghcide] Warning: Development.IDE.Session.Diagnostics: could not find link destinations for:
  19100. 1819.63 s [ghcide] - Development.IDE.Session.Diagnostics.Rep_CradleErrorDetails
  19101. 1819.63 s [ghcide] Warning: Development.IDE.Types.KnownTargets: could not find link destinations for:
  19102. 1819.63 s [ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
  19103. 1819.63 s [ghcide] Warning: Development.IDE.Types.Exports: could not find link destinations for:
  19104. 1819.63 s [ghcide] - Development.IDE.Types.Exports.WithHieDb
  19105. 1819.63 s [ghcide] - Development.IDE.Types.Exports.Rep_IdentInfo
  19106. 1819.63 s [ghcide] Warning: Development.IDE.Spans.Common: could not find link destinations for:
  19107. 1819.63 s [ghcide] - Development.IDE.Spans.Common.Rep_SpanDoc
  19108. 1819.63 s [ghcide] - Development.IDE.Spans.Common.Rep_SpanDocUris
  19109. 1819.63 s [ghcide] Warning: Development.IDE.Plugin.Completions.Types: could not find link destinations for:
  19110. 1819.63 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
  19111. 1819.63 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_CompletionResolveData
  19112. 1819.63 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_ExtendImport
  19113. 1819.63 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_NonLocalCompletions
  19114. 1819.63 s [ghcide] - Development.IDE.Plugin.Completions.Types.Rep_LocalCompletions
  19115. 1819.63 s [ghcide] Warning: Development.IDE.Import.FindImports: could not find link destinations for:
  19116. 1819.63 s [ghcide] - Development.IDE.Import.FindImports.LocateResult
  19117. 1819.63 s [ghcide] Warning: Development.IDE.Import.DependencyInformation: could not find link destinations for:
  19118. 1819.63 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdSet
  19119. 1819.63 s [ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdMap
  19120. 1819.63 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_NamedModuleDep
  19121. 1819.63 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
  19122. 1819.63 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_DependencyInformation
  19123. 1819.63 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_NodeError
  19124. 1819.63 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_ModuleParseError
  19125. 1819.63 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_PathIdMap
  19126. 1819.64 s [ghcide] Warning: Development.IDE.Core.RuleTypes: could not find link destinations for:
  19127. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
  19128. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_AddWatchedFile
  19129. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
  19130. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummary
  19131. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummaryWithoutTimestamps
  19132. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterest
  19133. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIface
  19134. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDiskAndIndex
  19135. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDisk
  19136. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSession
  19137. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetBindings
  19138. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetHieAst
  19139. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetDocMap
  19140. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_TypeCheck
  19141. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_ReportImportCycles
  19142. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraphImmediateReverseDepsFingerprints
  19143. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraphTransReverseDepsFingerprints
  19144. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraphTransDepsFingerprints
  19145. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraph
  19146. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_NeedsCompilation
  19147. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLocatedImports
  19148. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModuleWithComments
  19149. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
  19150. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterestResult
  19151. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
  19152. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileHash
  19153. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileExists
  19154. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileContents
  19155. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
  19156. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetPhysicalModificationTime
  19157. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
  19158. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetImportMap
  19159. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLinkable
  19160. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GenerateCore
  19161. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetKnownTargets
  19162. 1819.64 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_LinkableType
  19163. 1819.64 s [ghcide] Warning: Development.IDE.Types.Options: could not find link destinations for:
  19164. 1819.64 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19165. 1819.64 s [ghcide] Warning: Development.IDE.Core.ProgressReporting: could not find link destinations for:
  19166. 1819.64 s [ghcide] - Development.IDE.Core.ProgressReporting.ProgressReporter
  19167. 1819.64 s [ghcide] Warning: Development.IDE.Types.Shake: could not find link destinations for:
  19168. 1819.64 s [ghcide] - Data.Vector.Vector
  19169. 1819.64 s [ghcide] - Development.IDE.Types.Shake.Rep_ShakeValue
  19170. 1819.64 s [ghcide] - Development.IDE.Types.Shake.Rep_Value
  19171. 1819.65 s [ghcide] Warning: Development.IDE.Core.Shake: could not find link destinations for:
  19172. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19173. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
  19174. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19175. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19176. 1819.65 s [ghcide] - Development.IDE.Types.Action.ActionQueue
  19177. 1819.65 s [ghcide] - Development.IDE.Types.Action.DelayedActionInternal
  19178. 1819.65 s [ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
  19179. 1819.65 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
  19180. 1819.65 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
  19181. 1819.65 s [ghcide] - Development.IDE.Core.Shake.STMDiagnosticStore
  19182. 1819.65 s [ghcide] - Development.IDE.Core.Shake.ShakeSession
  19183. 1819.65 s [ghcide] - Development.IDE.Core.Shake.GetStalePersistent
  19184. 1819.65 s [ghcide] Warning: Development.IDE.Session: could not find link destinations for:
  19185. 1819.65 s [ghcide] - Development.IDE.Session.DependencyInfo
  19186. 1819.65 s [ghcide] - Development.IDE.Session.maxRetryCount
  19187. 1819.65 s [ghcide] Warning: Development.IDE.LSP.Server: could not find link destinations for:
  19188. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method
  19189. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
  19190. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Meta.Request
  19191. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19192. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Meta.ClientToServer
  19193. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.LspId.LspId
  19194. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Meta.Notification
  19195. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  19196. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
  19197. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  19198. 1819.65 s [ghcide] Warning: Development.IDE.Plugin.HLS: could not find link destinations for:
  19199. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method
  19200. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
  19201. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Meta.Request
  19202. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19203. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Meta.MessageKind
  19204. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
  19205. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
  19206. 1819.65 s [ghcide] Warning: Development.IDE.Core.IdeConfiguration: could not find link destinations for:
  19207. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
  19208. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
  19209. 1819.65 s [ghcide] Warning: Development.IDE.LSP.LanguageServer: could not find link destinations for:
  19210. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
  19211. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
  19212. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_Initialize
  19213. 1819.65 s [ghcide] - Language.LSP.Protocol.Message.LspId.SomeLspId
  19214. 1819.65 s [ghcide] Warning: Development.IDE.Core.OfInterest: could not find link destinations for:
  19215. 1819.65 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
  19216. 1819.65 s [ghcide] Warning: Development.IDE.Core.FileStore: could not find link destinations for:
  19217. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
  19218. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  19219. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19220. 1819.65 s [ghcide] Warning: Development.IDE.Core.Compile: could not find link destinations for:
  19221. 1819.65 s [ghcide] - Development.IDE.Core.Compile.CoreFileTime
  19222. 1819.65 s [ghcide] Warning: Development.IDE.Spans.AtPoint: could not find link destinations for:
  19223. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19224. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19225. 1819.65 s [ghcide] Warning: Development.IDE.Core.Service: could not find link destinations for:
  19226. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
  19227. 1819.65 s [ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  19228. 1819.65 s [ghcide] - Development.IDE.Core.FileExists.Log
  19229. 1819.66 s [ghcide] Warning: Development.IDE.Core.Actions: could not find link destinations for:
  19230. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19231. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
  19232. 1819.66 s [ghcide] Warning: Development.IDE.Core.Rules: could not find link destinations for:
  19233. 1819.66 s [ghcide] - Ide.Plugin.Properties.NonEmptyList
  19234. 1819.66 s [ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
  19235. 1819.66 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
  19236. 1819.66 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
  19237. 1819.66 s [ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
  19238. 1819.66 s [ghcide] Warning: Development.IDE.Plugin.Test: could not find link destinations for:
  19239. 1819.66 s [ghcide] - Development.IDE.Plugin.Test.Age
  19240. 1819.66 s [ghcide] - Development.IDE.Plugin.Test.Rep_TestRequest
  19241. 1819.66 s [ghcide] Warning: Development.IDE.LSP.Outline: could not find link destinations for:
  19242. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  19243. 1819.66 s [ghcide] Warning: Development.IDE.LSP.HoverDefinition: could not find link destinations for:
  19244. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
  19245. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
  19246. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
  19247. 1819.66 s [ghcide] - Language.LSP.Protocol.Types.Common.Null
  19248. 1819.66 s [ghcide] - Language.LSP.Protocol.Types.Common.|?
  19249. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
  19250. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
  19251. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
  19252. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  19253. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
  19254. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  19255. 1819.66 s [ghcide] Warning: Development.IDE.Spans.Pragmas: could not find link destinations for:
  19256. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19257. 1819.66 s [ghcide] Warning: Development.IDE.Plugin.TypeLenses: could not find link destinations for:
  19258. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  19259. 1819.66 s [ghcide] - Development.IDE.Plugin.TypeLenses.Rep_GetGlobalBindingTypeSigs
  19260. 1819.66 s [ghcide] Warning: Development.IDE.Plugin.Completions.Logic: could not find link destinations for:
  19261. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
  19262. 1819.66 s [ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  19263. 1838.58 s [ghcide] Documentation created: dist/doc/html/ghcide/, dist/doc/html/ghcide/ghcide.txt
  19264. 1838.64 s [ghcide] Preprocessing executable 'ghcide' for ghcide-2.12.0.0...
  19265. 1838.65 s [ghcide] haddockPhase completed in 33 seconds
  19266. 1838.65 s [ghcide] Phase: installPhase
  19267. 1838.85 s [ghcide] Installing library in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  19268. 1839.60 s [ghcide] Installing executable ghcide in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin
  19269. 1839.60 s [ghcide] Warning: The directory
  19270. 1839.60 s [ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin is not in the
  19271. 1839.60 s [ghcide] system search path.
  19272. 1840.93 s [ghcide] Phase: fixupPhase
  19273. 1840.95 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  19274. 1841.00 s [ghcide] shrinking /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHSghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss-ghc9.10.2.so
  19275. 1841.08 s [ghcide] shrinking /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin/ghcide
  19276. 1841.26 s [ghcide] checking for references to /build/ in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0...
  19277. 1841.40 s [ghcide] patching script interpreter paths in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  19278. 1841.40 s [ghcide] stripping (with command strip and flags -S -p) in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/lib /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin
  19279. 1842.05 s [ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc
  19280. 1842.08 s [ghcide] checking for references to /build/ in /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc...
  19281. 1842.13 s [ghcide] patching script interpreter paths in /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc
  19282. 1842.63 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  19283. 1843.16 s [post-build-hook] Pushing 2 paths (400 are already present) using zstd to cache sellout ⏳
  19284. 1843.16 s [post-build-hook]
  19285. 1843.51 s [post-build-hook] Pushing /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc (41.43 MiB)
  19286. 1843.53 s [post-build-hook] Pushing /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0 (148.48 MiB)
  19287. 1846.64 s [post-build-hook]
  19288. 1846.64 s [post-build-hook] All done.
  19289. 1846.66 s [post-build-hook] Uploading to the NixCI cache: /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
  19290. 1846.69 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19291. 1846.94 s [post-build-hook] copying 2 paths...
  19292. 1846.94 s [post-build-hook] copying path '/nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc' to 'https://cache.nix-ci.com'...
  19293. 1850.94 s [post-build-hook] copying path '/nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0' to 'https://cache.nix-ci.com'...
  19294. 1888.66 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  19295. 1888.74 s [post-build-hook] copying 0 paths...
  19296. 1888.76 s Progress: 153 of 157 built, 587 of 587 downloaded from cache
  19297. 1888.84 s Building hls-test-utils
  19298. 1889.40 s [hls-test-utils] Phase: setupCompilerEnvironmentPhase
  19299. 1889.40 s [hls-test-utils] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  19300. 1889.92 s [hls-test-utils] Phase: unpackPhase
  19301. 1889.93 s [hls-test-utils] unpacking source archive /nix/store/93br9mgx6in5n5chqb70wbl7hgprvjgd-hls-test-utils-2.12.0.0.tar.gz
  19302. 1889.93 s [hls-test-utils] source root is hls-test-utils-2.12.0.0
  19303. 1889.94 s [hls-test-utils] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-test-utils-2.12.0.0/src/Test/Hls/Util.hs"
  19304. 1889.94 s [hls-test-utils] Phase: patchPhase
  19305. 1889.95 s [hls-test-utils] Phase: compileBuildDriverPhase
  19306. 1889.95 s [hls-test-utils] setupCompileFlags: -package-db=/build/tmp.SxCBkBP1va/setup-package.conf.d -threaded
  19307. 1890.00 s [hls-test-utils] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.SxCBkBP1va/Main.o )
  19308. 1890.04 s [hls-test-utils] [2 of 2] Linking Setup
  19309. 1891.17 s [hls-test-utils] Phase: updateAutotoolsGnuConfigScriptsPhase
  19310. 1891.18 s [hls-test-utils] Phase: configurePhase
  19311. 1891.18 s [hls-test-utils] configureFlags: --verbose --prefix=/nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc/share/doc/hls-test-utils-2.12.0.0 --with-gcc=gcc --package-db=/build/tmp.SxCBkBP1va/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  19312. 1891.19 s [hls-test-utils] Using Parsec parser
  19313. 1891.19 s [hls-test-utils] Configuring hls-test-utils-2.12.0.0...
  19314. 1891.65 s [hls-test-utils] Flags chosen: pedantic=False
  19315. 1891.89 s [hls-test-utils] Dependency aeson: using aeson-2.2.3.0
  19316. 1891.89 s [hls-test-utils] Dependency async: using async-2.2.5
  19317. 1891.89 s [hls-test-utils] Dependency base >=4.12 && <5: using base-4.20.1.0
  19318. 1891.89 s [hls-test-utils] Dependency bytestring: using bytestring-0.12.2.0
  19319. 1891.89 s [hls-test-utils] Dependency containers: using containers-0.7
  19320. 1891.89 s [hls-test-utils] Dependency data-default: using data-default-0.8.0.1
  19321. 1891.89 s [hls-test-utils] Dependency directory: using directory-1.3.8.5
  19322. 1891.89 s [hls-test-utils] Dependency extra: using extra-1.8.1
  19323. 1891.89 s [hls-test-utils] Dependency filepath: using filepath-1.5.4.0
  19324. 1891.89 s [hls-test-utils] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  19325. 1891.89 s [hls-test-utils] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  19326. 1891.89 s [hls-test-utils] Dependency lens: using lens-5.3.5
  19327. 1891.89 s [hls-test-utils] Dependency lsp: using lsp-2.7.0.1
  19328. 1891.89 s [hls-test-utils] Dependency lsp-test >=0.17 && <0.18: using lsp-test-0.17.1.1
  19329. 1891.89 s [hls-test-utils] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  19330. 1891.89 s [hls-test-utils] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  19331. 1891.89 s [hls-test-utils] Dependency string-interpolate: using string-interpolate-0.3.4.0
  19332. 1891.89 s [hls-test-utils] Dependency tasty: using tasty-1.5.3
  19333. 1891.89 s [hls-test-utils] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
  19334. 1891.89 s [hls-test-utils] Dependency tasty-golden: using tasty-golden-2.3.5
  19335. 1891.89 s [hls-test-utils] Dependency tasty-hunit: using tasty-hunit-0.10.2
  19336. 1891.89 s [hls-test-utils] Dependency tasty-rerun: using tasty-rerun-1.1.20
  19337. 1891.89 s [hls-test-utils] Dependency temporary: using temporary-1.3
  19338. 1891.89 s [hls-test-utils] Dependency text: using text-2.1.2
  19339. 1891.89 s [hls-test-utils] Dependency text-rope: using text-rope-0.3
  19340. 1891.89 s [hls-test-utils] Source component graph: component lib
  19341. 1891.89 s [hls-test-utils] Configured component graph:
  19342. 1891.89 s [hls-test-utils] component hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  19343. 1891.89 s [hls-test-utils] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  19344. 1891.89 s [hls-test-utils] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  19345. 1891.89 s [hls-test-utils] include base-4.20.1.0-f445
  19346. 1891.89 s [hls-test-utils] include bytestring-0.12.2.0-214a
  19347. 1891.89 s [hls-test-utils] include containers-0.7-6571
  19348. 1891.89 s [hls-test-utils] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  19349. 1891.89 s [hls-test-utils] include directory-1.3.8.5-159c
  19350. 1891.89 s [hls-test-utils] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  19351. 1891.89 s [hls-test-utils] include filepath-1.5.4.0-8593
  19352. 1891.89 s [hls-test-utils] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  19353. 1891.89 s [hls-test-utils] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  19354. 1891.89 s [hls-test-utils] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  19355. 1891.89 s [hls-test-utils] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  19356. 1891.89 s [hls-test-utils] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  19357. 1891.89 s [hls-test-utils] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  19358. 1891.89 s [hls-test-utils] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  19359. 1891.89 s [hls-test-utils] include string-interpolate-0.3.4.0-JhWZjGDEepKHpMuwD5rR2M
  19360. 1891.89 s [hls-test-utils] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  19361. 1891.89 s [hls-test-utils] include tasty-expected-failure-0.12.3-94AzyUmWYehVXO0bl0Fem
  19362. 1891.89 s [hls-test-utils] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  19363. 1891.89 s [hls-test-utils] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  19364. 1891.89 s [hls-test-utils] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  19365. 1891.89 s [hls-test-utils] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  19366. 1891.89 s [hls-test-utils] include text-2.1.2-7514
  19367. 1891.89 s [hls-test-utils] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  19368. 1891.89 s [hls-test-utils] Linked component graph:
  19369. 1891.89 s [hls-test-utils] unit hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  19370. 1891.89 s [hls-test-utils] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  19371. 1891.89 s [hls-test-utils] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  19372. 1891.89 s [hls-test-utils] include base-4.20.1.0-f445
  19373. 1891.89 s [hls-test-utils] include bytestring-0.12.2.0-214a
  19374. 1891.89 s [hls-test-utils] include containers-0.7-6571
  19375. 1891.89 s [hls-test-utils] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  19376. 1891.89 s [hls-test-utils] include directory-1.3.8.5-159c
  19377. 1891.89 s [hls-test-utils] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  19378. 1891.90 s [hls-test-utils] include filepath-1.5.4.0-8593
  19379. 1891.90 s [hls-test-utils] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  19380. 1891.90 s [hls-test-utils] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  19381. 1891.90 s [hls-test-utils] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  19382. 1891.90 s [hls-test-utils] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  19383. 1891.90 s [hls-test-utils] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  19384. 1891.90 s [hls-test-utils] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  19385. 1891.90 s [hls-test-utils] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  19386. 1891.90 s [hls-test-utils] include string-interpolate-0.3.4.0-JhWZjGDEepKHpMuwD5rR2M
  19387. 1891.90 s [hls-test-utils] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  19388. 1891.90 s [hls-test-utils] include tasty-expected-failure-0.12.3-94AzyUmWYehVXO0bl0Fem
  19389. 1891.90 s [hls-test-utils] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  19390. 1891.90 s [hls-test-utils] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  19391. 1891.90 s [hls-test-utils] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  19392. 1891.90 s [hls-test-utils] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  19393. 1891.90 s [hls-test-utils] include text-2.1.2-7514
  19394. 1891.90 s [hls-test-utils] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  19395. 1891.90 s [hls-test-utils] Development.IDE.Test=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Development.IDE.Test,Development.IDE.Test.Diagnostic=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Development.IDE.Test.Diagnostic,Test.Hls=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Test.Hls,Test.Hls.FileSystem=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Test.Hls.FileSystem,Test.Hls.Util=hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT:Test.Hls.Util
  19396. 1891.90 s [hls-test-utils] Ready component graph:
  19397. 1891.90 s [hls-test-utils] definite hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  19398. 1891.90 s [hls-test-utils] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  19399. 1891.90 s [hls-test-utils] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  19400. 1891.90 s [hls-test-utils] depends base-4.20.1.0-f445
  19401. 1891.90 s [hls-test-utils] depends bytestring-0.12.2.0-214a
  19402. 1891.90 s [hls-test-utils] depends containers-0.7-6571
  19403. 1891.90 s [hls-test-utils] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  19404. 1891.90 s [hls-test-utils] depends directory-1.3.8.5-159c
  19405. 1891.90 s [hls-test-utils] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  19406. 1891.90 s [hls-test-utils] depends filepath-1.5.4.0-8593
  19407. 1891.90 s [hls-test-utils] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  19408. 1891.90 s [hls-test-utils] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  19409. 1891.90 s [hls-test-utils] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  19410. 1891.90 s [hls-test-utils] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  19411. 1891.90 s [hls-test-utils] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  19412. 1891.90 s [hls-test-utils] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  19413. 1891.90 s [hls-test-utils] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  19414. 1891.90 s [hls-test-utils] depends string-interpolate-0.3.4.0-JhWZjGDEepKHpMuwD5rR2M
  19415. 1891.90 s [hls-test-utils] depends tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
  19416. 1891.90 s [hls-test-utils] depends tasty-expected-failure-0.12.3-94AzyUmWYehVXO0bl0Fem
  19417. 1891.90 s [hls-test-utils] depends tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
  19418. 1891.90 s [hls-test-utils] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  19419. 1891.90 s [hls-test-utils] depends tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
  19420. 1891.90 s [hls-test-utils] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
  19421. 1891.90 s [hls-test-utils] depends text-2.1.2-7514
  19422. 1891.90 s [hls-test-utils] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  19423. 1891.90 s [hls-test-utils] Using Cabal-3.12.1.0 compiled by ghc-9.10
  19424. 1891.90 s [hls-test-utils] Using compiler: ghc-9.10.2
  19425. 1891.90 s [hls-test-utils] Using install prefix:
  19426. 1891.90 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0
  19427. 1891.90 s [hls-test-utils] Executables installed in:
  19428. 1891.90 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/bin
  19429. 1891.90 s [hls-test-utils] Libraries installed in:
  19430. 1891.90 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  19431. 1891.90 s [hls-test-utils] Dynamic Libraries installed in:
  19432. 1891.90 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  19433. 1891.90 s [hls-test-utils] Private executables installed in:
  19434. 1891.90 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/hls-test-utils-2.12.0.0
  19435. 1891.90 s [hls-test-utils] Data files installed in:
  19436. 1891.90 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/share/x86_64-linux-ghc-9.10.2-2a2a/hls-test-utils-2.12.0.0
  19437. 1891.90 s [hls-test-utils] Documentation installed in:
  19438. 1891.90 s [hls-test-utils] /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc/share/doc/hls-test-utils-2.12.0.0
  19439. 1891.90 s [hls-test-utils] Configuration files installed in:
  19440. 1891.90 s [hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/etc
  19441. 1891.90 s [hls-test-utils] No alex found
  19442. 1891.90 s [hls-test-utils] Using ar found on system at:
  19443. 1891.90 s [hls-test-utils] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  19444. 1891.90 s [hls-test-utils] No c2hs found
  19445. 1891.90 s [hls-test-utils] No cpphs found
  19446. 1891.90 s [hls-test-utils] No doctest found
  19447. 1891.90 s [hls-test-utils] Using gcc version 14.3.0 given by user at:
  19448. 1891.90 s [hls-test-utils] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  19449. 1891.90 s [hls-test-utils] Using ghc version 9.10.2 found on system at:
  19450. 1891.90 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  19451. 1891.90 s [hls-test-utils] Using ghc-pkg version 9.10.2 found on system at:
  19452. 1891.90 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  19453. 1891.90 s [hls-test-utils] No ghcjs found
  19454. 1891.90 s [hls-test-utils] No ghcjs-pkg found
  19455. 1891.90 s [hls-test-utils] No greencard found
  19456. 1891.90 s [hls-test-utils] Using haddock version 2.31.0 found on system at:
  19457. 1891.90 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  19458. 1891.90 s [hls-test-utils] No happy found
  19459. 1891.90 s [hls-test-utils] Using haskell-suite found on system at: haskell-suite-dummy-location
  19460. 1891.90 s [hls-test-utils] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  19461. 1891.90 s [hls-test-utils] No hmake found
  19462. 1891.90 s [hls-test-utils] Using hpc version 0.69 found on system at:
  19463. 1891.90 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  19464. 1891.90 s [hls-test-utils] Using hsc2hs version 0.68.10 found on system at:
  19465. 1891.90 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  19466. 1891.90 s [hls-test-utils] Using hscolour version 1.25 found on system at:
  19467. 1891.90 s [hls-test-utils] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  19468. 1891.90 s [hls-test-utils] No jhc found
  19469. 1891.92 s [hls-test-utils] Using ld found on system at:
  19470. 1891.92 s [hls-test-utils] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  19471. 1891.92 s [hls-test-utils] No pkg-config found
  19472. 1891.92 s [hls-test-utils] Using runghc version 9.10.2 found on system at:
  19473. 1891.92 s [hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  19474. 1891.92 s [hls-test-utils] Using strip version 2.44 found on system at:
  19475. 1891.92 s [hls-test-utils] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  19476. 1891.92 s [hls-test-utils] Using tar found on system at:
  19477. 1891.92 s [hls-test-utils] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  19478. 1891.92 s [hls-test-utils] No uhc found
  19479. 1892.49 s [hls-test-utils] Phase: buildPhase
  19480. 1892.58 s [hls-test-utils] Preprocessing library for hls-test-utils-2.12.0.0...
  19481. 1892.58 s [hls-test-utils] Building library for hls-test-utils-2.12.0.0...
  19482. 1892.72 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 )
  19483. 1894.03 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 )
  19484. 1894.72 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 )
  19485. 1894.72 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 )
  19486. 1894.72 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 )
  19487. 1895.97 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 )
  19488. 1897.04 s [hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.p_o )
  19489. 1897.79 s [hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.p_o )
  19490. 1897.79 s [hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.p_o )
  19491. 1897.79 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.p_o )
  19492. 1905.21 s [hls-test-utils] Phase: checkPhase
  19493. 1905.27 s [hls-test-utils] Package has no test suites.
  19494. 1905.28 s [hls-test-utils] Phase: haddockPhase
  19495. 1905.42 s [hls-test-utils] Preprocessing library for hls-test-utils-2.12.0.0...
  19496. 1905.42 s [hls-test-utils] Running Haddock on library for hls-test-utils-2.12.0.0...
  19497. 1905.43 s [hls-test-utils] Warning: The documentation for the following packages are not installed. No
  19498. 1905.43 s [hls-test-utils] links will be generated to these packages: attoparsec-0.14.4,
  19499. 1905.43 s [hls-test-utils] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
  19500. 1905.88 s [hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, nothing )
  19501. 1907.33 s [hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, nothing )
  19502. 1907.50 s [hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, nothing )
  19503. 1907.54 s [hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, nothing )
  19504. 1907.71 s [hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, nothing )
  19505. 1907.90 s [hls-test-utils] Haddock coverage:
  19506. 1907.90 s [hls-test-utils] 37% ( 3 / 8) in 'Development.IDE.Test.Diagnostic'
  19507. 1907.90 s [hls-test-utils] Missing documentation for:
  19508. 1907.90 s [hls-test-utils] Module header
  19509. 1907.90 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
  19510. 1907.90 s [hls-test-utils] ErrorMsg (src/Development/IDE/Test/Diagnostic.hs:17)
  19511. 1907.90 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
  19512. 1907.90 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
  19513. 1907.90 s [hls-test-utils] 21% ( 6 / 28) in 'Development.IDE.Test'
  19514. 1907.90 s [hls-test-utils] Missing documentation for:
  19515. 1907.90 s [hls-test-utils] Module header
  19516. 1907.90 s [hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
  19517. 1907.90 s [hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
  19518. 1907.90 s [hls-test-utils] diagnostic (src/Development/IDE/Test.hs:193)
  19519. 1907.90 s [hls-test-utils] expectDiagnosticsWithTags (src/Development/IDE/Test.hs:131)
  19520. 1907.90 s [hls-test-utils] expectMessages (src/Development/IDE/Test.hs:94)
  19521. 1907.90 s [hls-test-utils] expectCurrentDiagnostics (src/Development/IDE/Test.hs:179)
  19522. 1907.90 s [hls-test-utils] checkDiagnosticsForDoc (src/Development/IDE/Test.hs:184)
  19523. 1907.90 s [hls-test-utils] canonicalizeUri (src/Development/IDE/Test.hs:190)
  19524. 1907.90 s [hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
  19525. 1907.90 s [hls-test-utils] flushMessages (src/Development/IDE/Test.hs:110)
  19526. 1907.90 s [hls-test-utils] waitForAction (src/Development/IDE/Test.hs:215)
  19527. 1907.90 s [hls-test-utils] getInterfaceFilesDir (src/Development/IDE/Test.hs:219)
  19528. 1907.90 s [hls-test-utils] garbageCollectDirtyKeys (src/Development/IDE/Test.hs:222)
  19529. 1907.90 s [hls-test-utils] getFilesOfInterest (src/Development/IDE/Test.hs:234)
  19530. 1907.90 s [hls-test-utils] waitForTypecheck (src/Development/IDE/Test.hs:228)
  19531. 1907.90 s [hls-test-utils] waitForBuildQueue (src/Development/IDE/Test.hs:231)
  19532. 1907.90 s [hls-test-utils] getStoredKeys (src/Development/IDE/Test.hs:225)
  19533. 1907.90 s [hls-test-utils] waitForCustomMessage (src/Development/IDE/Test.hs:237)
  19534. 1907.90 s [hls-test-utils] waitForGC (src/Development/IDE/Test.hs:244)
  19535. 1907.90 s [hls-test-utils] configureCheckProject (src/Development/IDE/Test.hs:250)
  19536. 1907.90 s [hls-test-utils] referenceReady (src/Development/IDE/Test.hs:257)
  19537. 1907.90 s [hls-test-utils] Warning: 'VirtualFileTree' is ambiguous. It is defined
  19538. 1907.90 s [hls-test-utils] * at src/Test/Hls/FileSystem.hs:68:3
  19539. 1907.90 s [hls-test-utils] * at src/Test/Hls/FileSystem.hs:67:1
  19540. 1907.90 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  19541. 1907.90 s [hls-test-utils] by specifying the type/value namespace explicitly.
  19542. 1907.90 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls/FileSystem.hs:67:1
  19543. 1907.90 s [hls-test-utils] Warning: 'rootDir' is out of scope.
  19544. 1907.90 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19545. 1907.90 s [hls-test-utils] Warning: 'virtualFileTree' is out of scope.
  19546. 1907.90 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19547. 1907.90 s [hls-test-utils] 63% ( 21 / 33) in 'Test.Hls.FileSystem'
  19548. 1907.90 s [hls-test-utils] Missing documentation for:
  19549. 1907.90 s [hls-test-utils] Module header
  19550. 1907.90 s [hls-test-utils] FileTree (src/Test/Hls/FileSystem.hs:73)
  19551. 1907.90 s [hls-test-utils] Content (src/Test/Hls/FileSystem.hs:79)
  19552. 1907.90 s [hls-test-utils] readFileFS (src/Test/Hls/FileSystem.hs:89)
  19553. 1907.90 s [hls-test-utils] writeFileFS (src/Test/Hls/FileSystem.hs:93)
  19554. 1907.90 s [hls-test-utils] mkVirtualFileTree (src/Test/Hls/FileSystem.hs:142)
  19555. 1907.90 s [hls-test-utils] toNfp (src/Test/Hls/FileSystem.hs:152)
  19556. 1907.90 s [hls-test-utils] toAbsFp (src/Test/Hls/FileSystem.hs:149)
  19557. 1907.90 s [hls-test-utils] directory (src/Test/Hls/FileSystem.hs:179)
  19558. 1907.90 s [hls-test-utils] atomicFileWriteString (src/Test/Hls/FileSystem.hs:264)
  19559. 1907.90 s [hls-test-utils] atomicFileWriteStringUTF8 (src/Test/Hls/FileSystem.hs:268)
  19560. 1907.90 s [hls-test-utils] atomicFileWriteText (src/Test/Hls/FileSystem.hs:272)
  19561. 1907.90 s [hls-test-utils] Warning: 'FoldState' is ambiguous. It is defined
  19562. 1907.90 s [hls-test-utils] * at src/Test/Hls/Util.hs:419:18
  19563. 1907.90 s [hls-test-utils] * at src/Test/Hls/Util.hs:419:1
  19564. 1907.90 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  19565. 1907.90 s [hls-test-utils] by specifying the type/value namespace explicitly.
  19566. 1907.90 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls/Util.hs:419:1
  19567. 1907.90 s [hls-test-utils] Warning: 'cons' is out of scope.
  19568. 1907.90 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19569. 1907.90 s [hls-test-utils] Warning: 'bar' is out of scope.
  19570. 1907.90 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19571. 1907.90 s [hls-test-utils] Warning: 'src' is out of scope.
  19572. 1907.90 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19573. 1907.90 s [hls-test-utils] Warning: 'ignored' is out of scope.
  19574. 1907.90 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19575. 1907.90 s [hls-test-utils] Warning: 'dst' is out of scope.
  19576. 1907.90 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19577. 1907.91 s [hls-test-utils] 38% ( 18 / 47) in 'Test.Hls.Util'
  19578. 1907.91 s [hls-test-utils] Missing documentation for:
  19579. 1907.91 s [hls-test-utils] Module header
  19580. 1907.91 s [hls-test-utils] codeActionResolveCaps (src/Test/Hls/Util.hs:104)
  19581. 1907.91 s [hls-test-utils] codeActionNoResolveCaps (src/Test/Hls/Util.hs:109)
  19582. 1907.91 s [hls-test-utils] codeActionNoInlayHintsCaps (src/Test/Hls/Util.hs:114)
  19583. 1907.91 s [hls-test-utils] codeActionSupportCaps (src/Test/Hls/Util.hs:97)
  19584. 1907.91 s [hls-test-utils] expectCodeAction (src/Test/Hls/Util.hs:265)
  19585. 1907.91 s [hls-test-utils] ghcVersion
  19586. 1907.91 s [hls-test-utils] GhcVersion
  19587. 1907.91 s [hls-test-utils] hostOS (src/Test/Hls/Util.hs:133)
  19588. 1907.91 s [hls-test-utils] OS (src/Test/Hls/Util.hs:129)
  19589. 1907.91 s [hls-test-utils] matchesCurrentEnv (src/Test/Hls/Util.hs:126)
  19590. 1907.91 s [hls-test-utils] EnvSpec (src/Test/Hls/Util.hs:122)
  19591. 1907.91 s [hls-test-utils] ignoreForGhcVersions (src/Test/Hls/Util.hs:163)
  19592. 1907.91 s [hls-test-utils] knownBrokenOnWindows (src/Test/Hls/Util.hs:151)
  19593. 1907.91 s [hls-test-utils] knownBrokenForGhcVersions (src/Test/Hls/Util.hs:154)
  19594. 1907.91 s [hls-test-utils] fromAction (src/Test/Hls/Util.hs:233)
  19595. 1907.91 s [hls-test-utils] fromCommand (src/Test/Hls/Util.hs:237)
  19596. 1907.91 s [hls-test-utils] dontExpectCodeAction (src/Test/Hls/Util.hs:268)
  19597. 1907.91 s [hls-test-utils] expectDiagnostic (src/Test/Hls/Util.hs:256)
  19598. 1907.91 s [hls-test-utils] failIfSessionTimeout (src/Test/Hls/Util.hs:333)
  19599. 1907.91 s [hls-test-utils] getCompletionByLabel (src/Test/Hls/Util.hs:340)
  19600. 1907.91 s [hls-test-utils] noLiteralCaps (src/Test/Hls/Util.hs:91)
  19601. 1907.91 s [hls-test-utils] inspectCodeAction (src/Test/Hls/Util.hs:259)
  19602. 1907.91 s [hls-test-utils] inspectCommand (src/Test/Hls/Util.hs:276)
  19603. 1907.91 s [hls-test-utils] inspectDiagnostic (src/Test/Hls/Util.hs:248)
  19604. 1907.91 s [hls-test-utils] inspectDiagnosticAny (src/Test/Hls/Util.hs:252)
  19605. 1907.91 s [hls-test-utils] waitForDiagnosticsFrom (src/Test/Hls/Util.hs:282)
  19606. 1907.91 s [hls-test-utils] waitForDiagnosticsFromSource (src/Test/Hls/Util.hs:290)
  19607. 1907.91 s [hls-test-utils] withCanonicalTempDir (src/Test/Hls/Util.hs:350)
  19608. 1907.91 s [hls-test-utils] Warning: 'TASTY_PATTERN' is out of scope.
  19609. 1907.91 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19610. 1907.91 s [hls-test-utils] Warning: 'findFunctionNameUnderCursor' is out of scope.
  19611. 1907.91 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19612. 1907.91 s [hls-test-utils] Warning: 'runSessionWithServer'' is out of scope.
  19613. 1907.91 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19614. 1907.91 s [hls-test-utils] Warning: 'XDG_CACHE_HOME' is out of scope.
  19615. 1907.91 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19616. 1907.91 s [hls-test-utils] Warning: 'ghcide' is out of scope.
  19617. 1907.91 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19618. 1907.91 s [hls-test-utils] Warning: 'LSP_TIMEOUT' is out of scope.
  19619. 1907.91 s [hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
  19620. 1907.91 s [hls-test-utils] Warning: 'TestConfig' is ambiguous. It is defined
  19621. 1907.91 s [hls-test-utils] * at src/Test/Hls.hs:692:21
  19622. 1907.91 s [hls-test-utils] * at src/Test/Hls.hs:692:1
  19623. 1907.91 s [hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
  19624. 1907.91 s [hls-test-utils] by specifying the type/value namespace explicitly.
  19625. 1907.91 s [hls-test-utils] Defaulting to the one defined at src/Test/Hls.hs:692:1
  19626. 1907.92 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Types
  19627. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Pattern
  19628. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInt
  19629. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Color
  19630. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Location
  19631. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export |?
  19632. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Position
  19633. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Diagnostic
  19634. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Edit
  19635. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Range
  19636. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedUri
  19637. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedFilePath
  19638. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedUri
  19639. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedUri
  19640. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyItem
  19641. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeAction
  19642. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLens
  19643. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItem
  19644. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemDefaults
  19645. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLink
  19646. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHint
  19647. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChanges
  19648. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokens
  19649. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensEdit
  19650. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensPartialResult
  19651. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyItem
  19652. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbol
  19653. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRelatedInformation
  19654. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogMessageParams
  19655. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogTraceParams
  19656. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageParams
  19657. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestParams
  19658. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressBegin
  19659. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressEnd
  19660. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressReport
  19661. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnnotatedTextEdit
  19662. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestOptions
  19663. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionParams
  19664. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorInformation
  19665. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentationParams
  19666. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlight
  19667. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingParams
  19668. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbol
  19669. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Hover
  19670. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintParams
  19671. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueEvaluatableExpression
  19672. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueParams
  19673. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueText
  19674. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueVariableLookup
  19675. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenamePlaceholder
  19676. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRange
  19677. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensOptions
  19678. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRangeParams
  19679. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRegistrationOptions
  19680. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangePartial
  19681. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextEdit
  19682. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsClientCapabilities
  19683. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export BaseSymbolInformation
  19684. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolInformation
  19685. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticSeverity
  19686. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFile
  19687. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFile
  19688. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileCreate
  19689. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileDelete
  19690. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileEvent
  19691. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationUriOnly
  19692. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocument
  19693. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentIdentifier
  19694. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export OptionalVersionedTextDocumentIdentifier
  19695. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PreviousResultId
  19696. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsParams
  19697. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentParams
  19698. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentIdentifier
  19699. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentItem
  19700. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedNotebookDocumentIdentifier
  19701. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedTextDocumentIdentifier
  19702. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFolder
  19703. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFullDocumentDiagnosticReport
  19704. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceUnchangedDocumentDiagnosticReport
  19705. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenAbsolute
  19706. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellArrayChange
  19707. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedFilePath
  19708. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Uri
  19709. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Command
  19710. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInfo
  19711. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkdownClientCapabilities
  19712. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionsClientCapabilities
  19713. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerInfo
  19714. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export positionInRange
  19715. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEdit
  19716. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionKind
  19717. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptions
  19718. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedFilePath
  19719. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticTag
  19720. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFile
  19721. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperation
  19722. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertReplaceEdit
  19723. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditParams
  19724. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotation
  19725. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentation
  19726. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolOptions
  19727. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolRegistrationOptions
  19728. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ParameterInformation
  19729. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureInformation
  19730. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditResult
  19731. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileSystemWatcher
  19732. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRange
  19733. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FullDocumentDiagnosticReport
  19734. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupContent
  19735. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Moniker
  19736. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCell
  19737. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedFullDocumentDiagnosticReport
  19738. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedUnchangedDocumentDiagnosticReport
  19739. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnchangedDocumentDiagnosticReport
  19740. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyClientCapabilities
  19741. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionClientCapabilities
  19742. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensClientCapabilities
  19743. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionClientCapabilities
  19744. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationClientCapabilities
  19745. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionClientCapabilities
  19746. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticClientCapabilities
  19747. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationClientCapabilities
  19748. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesClientCapabilities
  19749. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorClientCapabilities
  19750. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingClientCapabilities
  19751. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightClientCapabilities
  19752. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkClientCapabilities
  19753. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingClientCapabilities
  19754. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingClientCapabilities
  19755. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolClientCapabilities
  19756. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandClientCapabilities
  19757. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationClientCapabilities
  19758. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeClientCapabilities
  19759. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverClientCapabilities
  19760. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationClientCapabilities
  19761. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintClientCapabilities
  19762. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueClientCapabilities
  19763. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeClientCapabilities
  19764. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerClientCapabilities
  19765. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncClientCapabilities
  19766. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceClientCapabilities
  19767. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameClientCapabilities
  19768. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeClientCapabilities
  19769. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensClientCapabilities
  19770. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpClientCapabilities
  19771. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncClientCapabilities
  19772. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionClientCapabilities
  19773. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyClientCapabilities
  19774. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolClientCapabilities
  19775. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCall
  19776. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCall
  19777. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCallsParams
  19778. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCallsParams
  19779. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySubtypesParams
  19780. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySupertypesParams
  19781. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensParams
  19782. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionParams
  19783. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationParams
  19784. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionParams
  19785. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorParams
  19786. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticParams
  19787. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightParams
  19788. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkParams
  19789. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolParams
  19790. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeParams
  19791. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationParams
  19792. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerParams
  19793. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PartialResultParams
  19794. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceParams
  19795. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeParams
  19796. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaParams
  19797. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensParams
  19798. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionParams
  19799. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticParams
  19800. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolParams
  19801. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyPrepareParams
  19802. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingParams
  19803. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandParams
  19804. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverParams
  19805. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeParams
  19806. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeParams
  19807. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameParams
  19808. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameParams
  19809. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpParams
  19810. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyPrepareParams
  19811. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInitializeParams
  19812. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressParams
  19813. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemLabelDetails
  19814. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentClientCapabilities
  19815. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOptions
  19816. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyRegistrationOptions
  19817. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionOptions
  19818. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionRegistrationOptions
  19819. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensOptions
  19820. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensRegistrationOptions
  19821. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionOptions
  19822. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionRegistrationOptions
  19823. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationOptions
  19824. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationRegistrationOptions
  19825. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionOptions
  19826. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionRegistrationOptions
  19827. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticOptions
  19828. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRegistrationOptions
  19829. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorOptions
  19830. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorRegistrationOptions
  19831. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingOptions
  19832. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingRegistrationOptions
  19833. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightOptions
  19834. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightRegistrationOptions
  19835. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkOptions
  19836. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkRegistrationOptions
  19837. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingOptions
  19838. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingRegistrationOptions
  19839. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandOptions
  19840. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandRegistrationOptions
  19841. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeOptions
  19842. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeRegistrationOptions
  19843. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverOptions
  19844. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverRegistrationOptions
  19845. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationOptions
  19846. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationRegistrationOptions
  19847. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintOptions
  19848. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintRegistrationOptions
  19849. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueOptions
  19850. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueRegistrationOptions
  19851. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeOptions
  19852. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeRegistrationOptions
  19853. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerOptions
  19854. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerRegistrationOptions
  19855. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceOptions
  19856. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceRegistrationOptions
  19857. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameOptions
  19858. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameRegistrationOptions
  19859. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeOptions
  19860. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeRegistrationOptions
  19861. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpOptions
  19862. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpRegistrationOptions
  19863. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionOptions
  19864. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionRegistrationOptions
  19865. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyOptions
  19866. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyRegistrationOptions
  19867. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WindowClientCapabilities
  19868. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressOptions
  19869. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolOptions
  19870. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolRegistrationOptions
  19871. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingParams
  19872. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentPositionParams
  19873. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCapabilities
  19874. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeTextDocumentParams
  19875. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseTextDocumentParams
  19876. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenTextDocumentParams
  19877. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveTextDocumentParams
  19878. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentEdit
  19879. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WillSaveTextDocumentParams
  19880. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingRegistrationOptions
  19881. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentChangeRegistrationOptions
  19882. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentRegistrationOptions
  19883. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveRegistrationOptions
  19884. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CancelParams
  19885. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncRegistrationOptions
  19886. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Registration
  19887. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaticRegistrationOptions
  19888. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Unregistration
  19889. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationIdentifier
  19890. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationsSupportOptions
  19891. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCapabilities
  19892. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeNotebookDocumentParams
  19893. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseNotebookDocumentParams
  19894. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenNotebookDocumentParams
  19895. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveNotebookDocumentParams
  19896. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionKindOptions
  19897. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemInsertTextModeOptions
  19898. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptionsKind
  19899. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientDiagnosticsTagOptions
  19900. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeKindOptions
  19901. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolKindOptions
  19902. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolTagOptions
  19903. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTagOptions
  19904. 1907.92 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionLiteralOptions
  19905. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionResolveOptions
  19906. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemResolveOptions
  19907. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInlayHintResolveOptions
  19908. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolResolveOptions
  19909. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureInformationOptions
  19910. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCompletionItemOptions
  19911. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeOptions
  19912. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestFullDelta
  19913. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensFullDelta
  19914. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientShowMessageActionItemOptions
  19915. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureParameterInformationOptions
  19916. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintLabelPart
  19917. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionContext
  19918. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceClientCapabilities
  19919. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageActionItem
  19920. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionContext
  19921. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpContext
  19922. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionDisabled
  19923. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionTriggerKind
  19924. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeDescription
  19925. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensWorkspaceClientCapabilities
  19926. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticWorkspaceClientCapabilities
  19927. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintWorkspaceClientCapabilities
  19928. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueWorkspaceClientCapabilities
  19929. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensWorkspaceClientCapabilities
  19930. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemKind
  19931. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTag
  19932. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionList
  19933. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionListCapabilities
  19934. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationParams
  19935. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReport
  19936. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReportPartialResult
  19937. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionTriggerKind
  19938. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationItem
  19939. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationRegistrationOptions
  19940. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPattern
  19941. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFileOptions
  19942. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFileOptions
  19943. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFilesParams
  19944. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFilesParams
  19945. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFilesParams
  19946. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Declaration
  19947. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationLink
  19948. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Definition
  19949. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionLink
  19950. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFileOptions
  19951. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticServerCancellationData
  19952. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationParams
  19953. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncOptions
  19954. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesParams
  19955. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellContentChanges
  19956. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesRegistrationOptions
  19957. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWorkspaceFoldersParams
  19958. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeWholeDocument
  19959. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReport
  19960. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportKind
  19961. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportPartialResult
  19962. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFilter
  19963. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightKind
  19964. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingOptions
  19965. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSelector
  19966. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EditRangeWithInsertReplace
  19967. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorCodes
  19968. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecutionSummary
  19969. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentResult
  19970. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FailureHandlingKind
  19971. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileChangeType
  19972. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationOptions
  19973. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationFilter
  19974. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterNotebookType
  19975. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterPattern
  19976. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterScheme
  19977. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelativePattern
  19978. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterLanguage
  19979. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterPattern
  19980. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterScheme
  19981. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternKind
  19982. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternOptions
  19983. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationRegistrationOptions
  19984. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileRename
  19985. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeKind
  19986. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FormattingOptions
  19987. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDelta
  19988. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GeneralClientCapabilities
  19989. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GlobPattern
  19990. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeError
  19991. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeResult
  19992. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersInitializeParams
  19993. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceOptions
  19994. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializedParams
  19995. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintKind
  19996. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedStringWithLanguage
  19997. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressParams
  19998. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SetTraceParams
  19999. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValue
  20000. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueContext
  20001. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextFormat
  20002. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextMode
  20003. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LSPErrorCodes
  20004. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LanguageKind
  20005. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRanges
  20006. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationLink
  20007. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedString
  20008. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellLanguage
  20009. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellTextDocumentFilter
  20010. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupKind
  20011. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageType
  20012. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerKind
  20013. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentChangeEvent
  20014. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithCells
  20015. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithNotebook
  20016. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellKind
  20017. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChangeStructure
  20018. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentClientCapabilities
  20019. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilter
  20020. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncOptions
  20021. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PositionEncodingKind
  20022. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameDefaultBehavior
  20023. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameResult
  20024. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareSupportDefaultBehavior
  20025. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCancelParams
  20026. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCreateParams
  20027. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressToken
  20028. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceContext
  20029. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationParams
  20030. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionEngineKind
  20031. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperationKind
  20032. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SaveOptions
  20033. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenModifiers
  20034. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenTypes
  20035. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensLegend
  20036. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenRelative
  20037. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaPartialResult
  20038. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentClientCapabilities
  20039. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestClientCapabilities
  20040. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelp
  20041. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpTriggerKind
  20042. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaleRequestSupportOptions
  20043. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolKind
  20044. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolTag
  20045. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeEvent
  20046. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilter
  20047. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveReason
  20048. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncKind
  20049. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TokenFormat
  20050. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TraceValue
  20051. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UniquenessLevel
  20052. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnregistrationParams
  20053. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WatchKind
  20054. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDocumentDiagnosticReport
  20055. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEditClientCapabilities
  20056. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersChangeEvent
  20057. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersServerCapabilities
  20058. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export codeActionKindSubsumes
  20059. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .:!?
  20060. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .=?
  20061. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _L
  20062. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _R
  20063. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absorbNull
  20064. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export maybeToNull
  20065. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export nullToMaybe
  20066. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toEither
  20067. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentChange
  20068. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _versionedTextDocumentIdentifier
  20069. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export applyTextEdit
  20070. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export editTextEdit
  20071. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isSubrangeOf
  20072. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkRange
  20073. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AsLspEnum
  20074. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspEnum
  20075. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EnumBaseType
  20076. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspOpenEnum
  20077. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdown
  20078. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdownCodeBlock
  20079. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkPlainText
  20080. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export plainTextToMarkdown
  20081. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export sectionSeparator
  20082. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressBegin
  20083. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressEnd
  20084. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressReport
  20085. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absolutizeTokens
  20086. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export computeEdits
  20087. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export defaultSemanticTokensLegend
  20088. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export encodeTokens
  20089. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokens
  20090. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokensDelta
  20091. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export relativizeTokens
  20092. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AString
  20093. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnInteger
  20094. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export emptyNormalizedFilePath
  20095. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export filePathToUri
  20096. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToUri
  20097. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareFilePathToUri
  20098. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareUriToFilePath
  20099. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToFilePath
  20100. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToNormalizedFilePath
  20101. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToOsPath
  20102. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export osPathToNormalizedFilePath
  20103. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export combineWatchKinds
  20104. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsChange
  20105. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsCreate
  20106. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsDelete
  20107. 1907.93 s [hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
  20108. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseError
  20109. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseError
  20110. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Method
  20111. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export runEq
  20112. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRegistration
  20113. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TUnregistration
  20114. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RequestMessage
  20115. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseMessage
  20116. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRequestMessage
  20117. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseMessage
  20118. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotificationMessage
  20119. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TNotificationMessage
  20120. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorData
  20121. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageParams
  20122. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageResult
  20123. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationOptions
  20124. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMethod
  20125. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspId
  20126. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageDirection
  20127. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageKind
  20128. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SClientMethod
  20129. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeMethod
  20130. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageDirection
  20131. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export methodStringToSomeMethod
  20132. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someMethodToMethodString
  20133. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageDirection
  20134. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeClientMethod
  20135. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeServerMethod
  20136. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isOptionalMethod
  20137. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someClientMethod
  20138. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someServerMethod
  20139. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SServerMethod
  20140. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeLspId
  20141. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageKind
  20142. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageKind
  20143. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeRegistration
  20144. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeUnregistration
  20145. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export regHelper
  20146. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeRegistration
  20147. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeUnregistration
  20148. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedRegistration
  20149. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedUnregistration
  20150. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TCustomMessage
  20151. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export addNullField
  20152. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedResponseError
  20153. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TClientMessage
  20154. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TMessage
  20155. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TServerMessage
  20156. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage'
  20157. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientNotOrReq
  20158. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CustomEq
  20159. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage'
  20160. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage
  20161. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage
  20162. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HasJSON
  20163. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerNotOrReq
  20164. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LookupFunc
  20165. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientMethodJSON
  20166. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientResponseJSON
  20167. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientNot
  20168. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientReq
  20169. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerNot
  20170. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerReq
  20171. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqClient
  20172. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqServer
  20173. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseClientMessage
  20174. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseServerMessage
  20175. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverMethodJSON
  20176. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverResponseJSON
  20177. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitClientMethod
  20178. 1907.93 s [hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitServerMethod
  20179. 1907.94 s [hls-test-utils] 7% ( 45 /627) in 'Test.Hls'
  20180. 1907.94 s [hls-test-utils] Missing documentation for:
  20181. 1907.94 s [hls-test-utils] Module header
  20182. 1907.94 s [hls-test-utils] NoTimeout
  20183. 1907.94 s [hls-test-utils] Pattern
  20184. 1907.94 s [hls-test-utils] UInt
  20185. 1907.94 s [hls-test-utils] Color
  20186. 1907.94 s [hls-test-utils] Location
  20187. 1907.94 s [hls-test-utils] |?
  20188. 1907.94 s [hls-test-utils] Position
  20189. 1907.94 s [hls-test-utils] EncodingException
  20190. 1907.94 s [hls-test-utils] Diagnostic
  20191. 1907.94 s [hls-test-utils] Edit
  20192. 1907.94 s [hls-test-utils] Range
  20193. 1907.94 s [hls-test-utils] NormalizedUri
  20194. 1907.94 s [hls-test-utils] fromNormalizedFilePath
  20195. 1907.94 s [hls-test-utils] fromNormalizedUri
  20196. 1907.94 s [hls-test-utils] toNormalizedUri
  20197. 1907.94 s [hls-test-utils] CallHierarchyItem
  20198. 1907.94 s [hls-test-utils] CodeAction
  20199. 1907.94 s [hls-test-utils] CodeLens
  20200. 1907.94 s [hls-test-utils] CompletionItem
  20201. 1907.94 s [hls-test-utils] CompletionItemDefaults
  20202. 1907.94 s [hls-test-utils] DocumentLink
  20203. 1907.94 s [hls-test-utils] InlayHint
  20204. 1907.94 s [hls-test-utils] NotebookDocumentCellChanges
  20205. 1907.94 s [hls-test-utils] SemanticTokens
  20206. 1907.94 s [hls-test-utils] SemanticTokensEdit
  20207. 1907.94 s [hls-test-utils] SemanticTokensPartialResult
  20208. 1907.94 s [hls-test-utils] TypeHierarchyItem
  20209. 1907.94 s [hls-test-utils] WorkspaceSymbol
  20210. 1907.94 s [hls-test-utils] DiagnosticRelatedInformation
  20211. 1907.94 s [hls-test-utils] LogMessageParams
  20212. 1907.94 s [hls-test-utils] LogTraceParams
  20213. 1907.94 s [hls-test-utils] ShowMessageParams
  20214. 1907.94 s [hls-test-utils] ShowMessageRequestParams
  20215. 1907.94 s [hls-test-utils] WorkDoneProgressBegin
  20216. 1907.94 s [hls-test-utils] WorkDoneProgressEnd
  20217. 1907.94 s [hls-test-utils] WorkDoneProgressReport
  20218. 1907.94 s [hls-test-utils] AnnotatedTextEdit
  20219. 1907.94 s [hls-test-utils] ClientSemanticTokensRequestOptions
  20220. 1907.94 s [hls-test-utils] CodeActionParams
  20221. 1907.94 s [hls-test-utils] ColorInformation
  20222. 1907.94 s [hls-test-utils] ColorPresentationParams
  20223. 1907.94 s [hls-test-utils] DocumentHighlight
  20224. 1907.94 s [hls-test-utils] DocumentRangeFormattingParams
  20225. 1907.94 s [hls-test-utils] DocumentSymbol
  20226. 1907.94 s [hls-test-utils] Hover
  20227. 1907.94 s [hls-test-utils] InlayHintParams
  20228. 1907.94 s [hls-test-utils] InlineValueEvaluatableExpression
  20229. 1907.94 s [hls-test-utils] InlineValueParams
  20230. 1907.94 s [hls-test-utils] InlineValueText
  20231. 1907.94 s [hls-test-utils] InlineValueVariableLookup
  20232. 1907.94 s [hls-test-utils] PrepareRenamePlaceholder
  20233. 1907.94 s [hls-test-utils] SelectionRange
  20234. 1907.94 s [hls-test-utils] SemanticTokensOptions
  20235. 1907.94 s [hls-test-utils] SemanticTokensRangeParams
  20236. 1907.94 s [hls-test-utils] SemanticTokensRegistrationOptions
  20237. 1907.94 s [hls-test-utils] TextDocumentContentChangePartial
  20238. 1907.94 s [hls-test-utils] TextEdit
  20239. 1907.94 s [hls-test-utils] PublishDiagnosticsClientCapabilities
  20240. 1907.94 s [hls-test-utils] BaseSymbolInformation
  20241. 1907.94 s [hls-test-utils] SymbolInformation
  20242. 1907.94 s [hls-test-utils] DiagnosticSeverity
  20243. 1907.94 s [hls-test-utils] CreateFile
  20244. 1907.94 s [hls-test-utils] DeleteFile
  20245. 1907.94 s [hls-test-utils] FileCreate
  20246. 1907.94 s [hls-test-utils] FileDelete
  20247. 1907.94 s [hls-test-utils] FileEvent
  20248. 1907.94 s [hls-test-utils] LocationUriOnly
  20249. 1907.94 s [hls-test-utils] NotebookDocument
  20250. 1907.94 s [hls-test-utils] NotebookDocumentIdentifier
  20251. 1907.94 s [hls-test-utils] OptionalVersionedTextDocumentIdentifier
  20252. 1907.94 s [hls-test-utils] PreviousResultId
  20253. 1907.94 s [hls-test-utils] PublishDiagnosticsParams
  20254. 1907.94 s [hls-test-utils] ShowDocumentParams
  20255. 1907.94 s [hls-test-utils] TextDocumentIdentifier
  20256. 1907.94 s [hls-test-utils] TextDocumentItem
  20257. 1907.94 s [hls-test-utils] VersionedNotebookDocumentIdentifier
  20258. 1907.94 s [hls-test-utils] VersionedTextDocumentIdentifier
  20259. 1907.94 s [hls-test-utils] WorkspaceFolder
  20260. 1907.94 s [hls-test-utils] WorkspaceFullDocumentDiagnosticReport
  20261. 1907.94 s [hls-test-utils] WorkspaceUnchangedDocumentDiagnosticReport
  20262. 1907.94 s [hls-test-utils] SemanticTokenAbsolute
  20263. 1907.94 s [hls-test-utils] NotebookCellArrayChange
  20264. 1907.94 s [hls-test-utils] NormalizedFilePath
  20265. 1907.94 s [hls-test-utils] Uri
  20266. 1907.94 s [hls-test-utils] Command
  20267. 1907.94 s [hls-test-utils] ClientInfo
  20268. 1907.94 s [hls-test-utils] MarkdownClientCapabilities
  20269. 1907.94 s [hls-test-utils] RegularExpressionsClientCapabilities
  20270. 1907.94 s [hls-test-utils] ServerInfo
  20271. 1907.94 s [hls-test-utils] positionInRange
  20272. 1907.94 s [hls-test-utils] WorkspaceEdit
  20273. 1907.94 s [hls-test-utils] CodeActionKind
  20274. 1907.94 s [hls-test-utils] ClientCompletionItemOptions
  20275. 1907.94 s [hls-test-utils] toNormalizedFilePath
  20276. 1907.94 s [hls-test-utils] DiagnosticTag
  20277. 1907.94 s [hls-test-utils] RenameFile
  20278. 1907.94 s [hls-test-utils] ResourceOperation
  20279. 1907.94 s [hls-test-utils] InsertReplaceEdit
  20280. 1907.94 s [hls-test-utils] ApplyWorkspaceEditParams
  20281. 1907.94 s [hls-test-utils] ChangeAnnotation
  20282. 1907.94 s [hls-test-utils] ColorPresentation
  20283. 1907.94 s [hls-test-utils] DocumentSymbolOptions
  20284. 1907.94 s [hls-test-utils] DocumentSymbolRegistrationOptions
  20285. 1907.94 s [hls-test-utils] ParameterInformation
  20286. 1907.94 s [hls-test-utils] SignatureInformation
  20287. 1907.94 s [hls-test-utils] ApplyWorkspaceEditResult
  20288. 1907.94 s [hls-test-utils] FileSystemWatcher
  20289. 1907.94 s [hls-test-utils] FoldingRange
  20290. 1907.94 s [hls-test-utils] FullDocumentDiagnosticReport
  20291. 1907.94 s [hls-test-utils] MarkupContent
  20292. 1907.94 s [hls-test-utils] Moniker
  20293. 1907.94 s [hls-test-utils] NotebookCell
  20294. 1907.94 s [hls-test-utils] RelatedFullDocumentDiagnosticReport
  20295. 1907.94 s [hls-test-utils] RelatedUnchangedDocumentDiagnosticReport
  20296. 1907.94 s [hls-test-utils] UnchangedDocumentDiagnosticReport
  20297. 1907.94 s [hls-test-utils] CallHierarchyClientCapabilities
  20298. 1907.94 s [hls-test-utils] CodeActionClientCapabilities
  20299. 1907.94 s [hls-test-utils] CodeLensClientCapabilities
  20300. 1907.94 s [hls-test-utils] CompletionClientCapabilities
  20301. 1907.94 s [hls-test-utils] DeclarationClientCapabilities
  20302. 1907.94 s [hls-test-utils] DefinitionClientCapabilities
  20303. 1907.94 s [hls-test-utils] DiagnosticClientCapabilities
  20304. 1907.94 s [hls-test-utils] DidChangeConfigurationClientCapabilities
  20305. 1907.94 s [hls-test-utils] DidChangeWatchedFilesClientCapabilities
  20306. 1907.94 s [hls-test-utils] DocumentColorClientCapabilities
  20307. 1907.94 s [hls-test-utils] DocumentFormattingClientCapabilities
  20308. 1907.94 s [hls-test-utils] DocumentHighlightClientCapabilities
  20309. 1907.94 s [hls-test-utils] DocumentLinkClientCapabilities
  20310. 1907.94 s [hls-test-utils] DocumentOnTypeFormattingClientCapabilities
  20311. 1907.94 s [hls-test-utils] DocumentRangeFormattingClientCapabilities
  20312. 1907.94 s [hls-test-utils] DocumentSymbolClientCapabilities
  20313. 1907.94 s [hls-test-utils] ExecuteCommandClientCapabilities
  20314. 1907.94 s [hls-test-utils] FileOperationClientCapabilities
  20315. 1907.94 s [hls-test-utils] FoldingRangeClientCapabilities
  20316. 1907.94 s [hls-test-utils] HoverClientCapabilities
  20317. 1907.94 s [hls-test-utils] ImplementationClientCapabilities
  20318. 1907.94 s [hls-test-utils] InlayHintClientCapabilities
  20319. 1907.94 s [hls-test-utils] InlineValueClientCapabilities
  20320. 1907.94 s [hls-test-utils] LinkedEditingRangeClientCapabilities
  20321. 1907.94 s [hls-test-utils] MonikerClientCapabilities
  20322. 1907.94 s [hls-test-utils] NotebookDocumentSyncClientCapabilities
  20323. 1907.94 s [hls-test-utils] ReferenceClientCapabilities
  20324. 1907.94 s [hls-test-utils] RenameClientCapabilities
  20325. 1907.94 s [hls-test-utils] SelectionRangeClientCapabilities
  20326. 1907.94 s [hls-test-utils] SemanticTokensClientCapabilities
  20327. 1907.94 s [hls-test-utils] SignatureHelpClientCapabilities
  20328. 1907.94 s [hls-test-utils] TextDocumentSyncClientCapabilities
  20329. 1907.94 s [hls-test-utils] TypeDefinitionClientCapabilities
  20330. 1907.94 s [hls-test-utils] TypeHierarchyClientCapabilities
  20331. 1907.94 s [hls-test-utils] WorkspaceSymbolClientCapabilities
  20332. 1907.94 s [hls-test-utils] CallHierarchyIncomingCall
  20333. 1907.94 s [hls-test-utils] CallHierarchyOutgoingCall
  20334. 1907.94 s [hls-test-utils] CallHierarchyIncomingCallsParams
  20335. 1907.94 s [hls-test-utils] CallHierarchyOutgoingCallsParams
  20336. 1907.94 s [hls-test-utils] TypeHierarchySubtypesParams
  20337. 1907.94 s [hls-test-utils] TypeHierarchySupertypesParams
  20338. 1907.94 s [hls-test-utils] CodeLensParams
  20339. 1907.94 s [hls-test-utils] CompletionParams
  20340. 1907.94 s [hls-test-utils] DeclarationParams
  20341. 1907.94 s [hls-test-utils] DefinitionParams
  20342. 1907.94 s [hls-test-utils] DocumentColorParams
  20343. 1907.94 s [hls-test-utils] DocumentDiagnosticParams
  20344. 1907.94 s [hls-test-utils] DocumentHighlightParams
  20345. 1907.94 s [hls-test-utils] DocumentLinkParams
  20346. 1907.94 s [hls-test-utils] DocumentSymbolParams
  20347. 1907.94 s [hls-test-utils] FoldingRangeParams
  20348. 1907.94 s [hls-test-utils] ImplementationParams
  20349. 1907.94 s [hls-test-utils] MonikerParams
  20350. 1907.94 s [hls-test-utils] PartialResultParams
  20351. 1907.94 s [hls-test-utils] ReferenceParams
  20352. 1907.94 s [hls-test-utils] SelectionRangeParams
  20353. 1907.94 s [hls-test-utils] SemanticTokensDeltaParams
  20354. 1907.94 s [hls-test-utils] SemanticTokensParams
  20355. 1907.94 s [hls-test-utils] TypeDefinitionParams
  20356. 1907.94 s [hls-test-utils] WorkspaceDiagnosticParams
  20357. 1907.94 s [hls-test-utils] WorkspaceSymbolParams
  20358. 1907.94 s [hls-test-utils] CallHierarchyPrepareParams
  20359. 1907.94 s [hls-test-utils] DocumentFormattingParams
  20360. 1907.94 s [hls-test-utils] ExecuteCommandParams
  20361. 1907.94 s [hls-test-utils] HoverParams
  20362. 1907.94 s [hls-test-utils] InitializeParams
  20363. 1907.94 s [hls-test-utils] LinkedEditingRangeParams
  20364. 1907.94 s [hls-test-utils] PrepareRenameParams
  20365. 1907.94 s [hls-test-utils] RenameParams
  20366. 1907.94 s [hls-test-utils] SignatureHelpParams
  20367. 1907.94 s [hls-test-utils] TypeHierarchyPrepareParams
  20368. 1907.94 s [hls-test-utils] UInitializeParams
  20369. 1907.94 s [hls-test-utils] WorkDoneProgressParams
  20370. 1907.94 s [hls-test-utils] CompletionItemLabelDetails
  20371. 1907.94 s [hls-test-utils] TextDocumentClientCapabilities
  20372. 1907.94 s [hls-test-utils] CallHierarchyOptions
  20373. 1907.94 s [hls-test-utils] CallHierarchyRegistrationOptions
  20374. 1907.94 s [hls-test-utils] CodeActionOptions
  20375. 1907.94 s [hls-test-utils] CodeActionRegistrationOptions
  20376. 1907.94 s [hls-test-utils] CodeLensOptions
  20377. 1907.94 s [hls-test-utils] CodeLensRegistrationOptions
  20378. 1907.94 s [hls-test-utils] CompletionOptions
  20379. 1907.94 s [hls-test-utils] CompletionRegistrationOptions
  20380. 1907.94 s [hls-test-utils] DeclarationOptions
  20381. 1907.94 s [hls-test-utils] DeclarationRegistrationOptions
  20382. 1907.94 s [hls-test-utils] DefinitionOptions
  20383. 1907.94 s [hls-test-utils] DefinitionRegistrationOptions
  20384. 1907.94 s [hls-test-utils] DiagnosticOptions
  20385. 1907.94 s [hls-test-utils] DiagnosticRegistrationOptions
  20386. 1907.94 s [hls-test-utils] DocumentColorOptions
  20387. 1907.94 s [hls-test-utils] DocumentColorRegistrationOptions
  20388. 1907.94 s [hls-test-utils] DocumentFormattingOptions
  20389. 1907.94 s [hls-test-utils] DocumentFormattingRegistrationOptions
  20390. 1907.94 s [hls-test-utils] DocumentHighlightOptions
  20391. 1907.94 s [hls-test-utils] DocumentHighlightRegistrationOptions
  20392. 1907.94 s [hls-test-utils] DocumentLinkOptions
  20393. 1907.94 s [hls-test-utils] DocumentLinkRegistrationOptions
  20394. 1907.94 s [hls-test-utils] DocumentRangeFormattingOptions
  20395. 1907.94 s [hls-test-utils] DocumentRangeFormattingRegistrationOptions
  20396. 1907.94 s [hls-test-utils] ExecuteCommandOptions
  20397. 1907.94 s [hls-test-utils] ExecuteCommandRegistrationOptions
  20398. 1907.94 s [hls-test-utils] FoldingRangeOptions
  20399. 1907.94 s [hls-test-utils] FoldingRangeRegistrationOptions
  20400. 1907.94 s [hls-test-utils] HoverOptions
  20401. 1907.94 s [hls-test-utils] HoverRegistrationOptions
  20402. 1907.94 s [hls-test-utils] ImplementationOptions
  20403. 1907.94 s [hls-test-utils] ImplementationRegistrationOptions
  20404. 1907.94 s [hls-test-utils] InlayHintOptions
  20405. 1907.94 s [hls-test-utils] InlayHintRegistrationOptions
  20406. 1907.94 s [hls-test-utils] InlineValueOptions
  20407. 1907.94 s [hls-test-utils] InlineValueRegistrationOptions
  20408. 1907.94 s [hls-test-utils] LinkedEditingRangeOptions
  20409. 1907.94 s [hls-test-utils] LinkedEditingRangeRegistrationOptions
  20410. 1907.94 s [hls-test-utils] MonikerOptions
  20411. 1907.94 s [hls-test-utils] MonikerRegistrationOptions
  20412. 1907.94 s [hls-test-utils] ReferenceOptions
  20413. 1907.94 s [hls-test-utils] ReferenceRegistrationOptions
  20414. 1907.94 s [hls-test-utils] RenameOptions
  20415. 1907.94 s [hls-test-utils] RenameRegistrationOptions
  20416. 1907.94 s [hls-test-utils] SelectionRangeOptions
  20417. 1907.94 s [hls-test-utils] SelectionRangeRegistrationOptions
  20418. 1907.94 s [hls-test-utils] SignatureHelpOptions
  20419. 1907.94 s [hls-test-utils] SignatureHelpRegistrationOptions
  20420. 1907.94 s [hls-test-utils] TypeDefinitionOptions
  20421. 1907.94 s [hls-test-utils] TypeDefinitionRegistrationOptions
  20422. 1907.94 s [hls-test-utils] TypeHierarchyOptions
  20423. 1907.94 s [hls-test-utils] TypeHierarchyRegistrationOptions
  20424. 1907.94 s [hls-test-utils] WindowClientCapabilities
  20425. 1907.94 s [hls-test-utils] WorkDoneProgressOptions
  20426. 1907.94 s [hls-test-utils] WorkspaceSymbolOptions
  20427. 1907.94 s [hls-test-utils] WorkspaceSymbolRegistrationOptions
  20428. 1907.94 s [hls-test-utils] DocumentOnTypeFormattingParams
  20429. 1907.94 s [hls-test-utils] TextDocumentPositionParams
  20430. 1907.94 s [hls-test-utils] ClientCapabilities
  20431. 1907.94 s [hls-test-utils] DidChangeTextDocumentParams
  20432. 1907.94 s [hls-test-utils] DidCloseTextDocumentParams
  20433. 1907.94 s [hls-test-utils] DidOpenTextDocumentParams
  20434. 1907.94 s [hls-test-utils] DidSaveTextDocumentParams
  20435. 1907.94 s [hls-test-utils] TextDocumentEdit
  20436. 1907.94 s [hls-test-utils] WillSaveTextDocumentParams
  20437. 1907.94 s [hls-test-utils] DocumentOnTypeFormattingRegistrationOptions
  20438. 1907.94 s [hls-test-utils] TextDocumentChangeRegistrationOptions
  20439. 1907.94 s [hls-test-utils] TextDocumentRegistrationOptions
  20440. 1907.94 s [hls-test-utils] TextDocumentSaveRegistrationOptions
  20441. 1907.94 s [hls-test-utils] CancelParams
  20442. 1907.94 s [hls-test-utils] NotebookDocumentSyncRegistrationOptions
  20443. 1907.94 s [hls-test-utils] Registration
  20444. 1907.94 s [hls-test-utils] StaticRegistrationOptions
  20445. 1907.94 s [hls-test-utils] Unregistration
  20446. 1907.94 s [hls-test-utils] ChangeAnnotationIdentifier
  20447. 1907.94 s [hls-test-utils] ChangeAnnotationsSupportOptions
  20448. 1907.94 s [hls-test-utils] ServerCapabilities
  20449. 1907.94 s [hls-test-utils] DidChangeNotebookDocumentParams
  20450. 1907.94 s [hls-test-utils] DidCloseNotebookDocumentParams
  20451. 1907.94 s [hls-test-utils] DidOpenNotebookDocumentParams
  20452. 1907.94 s [hls-test-utils] DidSaveNotebookDocumentParams
  20453. 1907.94 s [hls-test-utils] ClientCodeActionKindOptions
  20454. 1907.94 s [hls-test-utils] ClientCompletionItemInsertTextModeOptions
  20455. 1907.94 s [hls-test-utils] ClientCompletionItemOptionsKind
  20456. 1907.94 s [hls-test-utils] ClientDiagnosticsTagOptions
  20457. 1907.94 s [hls-test-utils] ClientFoldingRangeKindOptions
  20458. 1907.94 s [hls-test-utils] ClientSymbolKindOptions
  20459. 1907.94 s [hls-test-utils] ClientSymbolTagOptions
  20460. 1907.94 s [hls-test-utils] CompletionItemTagOptions
  20461. 1907.94 s [hls-test-utils] ClientCodeActionLiteralOptions
  20462. 1907.94 s [hls-test-utils] ClientCodeActionResolveOptions
  20463. 1907.94 s [hls-test-utils] ClientCompletionItemResolveOptions
  20464. 1907.94 s [hls-test-utils] ClientInlayHintResolveOptions
  20465. 1907.94 s [hls-test-utils] ClientSymbolResolveOptions
  20466. 1907.94 s [hls-test-utils] ClientSignatureInformationOptions
  20467. 1907.94 s [hls-test-utils] ServerCompletionItemOptions
  20468. 1907.94 s [hls-test-utils] ClientFoldingRangeOptions
  20469. 1907.94 s [hls-test-utils] ClientSemanticTokensRequestFullDelta
  20470. 1907.94 s [hls-test-utils] SemanticTokensFullDelta
  20471. 1907.94 s [hls-test-utils] ClientShowMessageActionItemOptions
  20472. 1907.94 s [hls-test-utils] ClientSignatureParameterInformationOptions
  20473. 1907.94 s [hls-test-utils] InlayHintLabelPart
  20474. 1907.94 s [hls-test-utils] CodeActionContext
  20475. 1907.94 s [hls-test-utils] WorkspaceClientCapabilities
  20476. 1907.94 s [hls-test-utils] MessageActionItem
  20477. 1907.94 s [hls-test-utils] CompletionContext
  20478. 1907.94 s [hls-test-utils] SignatureHelpContext
  20479. 1907.94 s [hls-test-utils] CodeActionDisabled
  20480. 1907.94 s [hls-test-utils] CodeActionTriggerKind
  20481. 1907.94 s [hls-test-utils] CodeDescription
  20482. 1907.94 s [hls-test-utils] CodeLensWorkspaceClientCapabilities
  20483. 1907.94 s [hls-test-utils] DiagnosticWorkspaceClientCapabilities
  20484. 1907.94 s [hls-test-utils] InlayHintWorkspaceClientCapabilities
  20485. 1907.94 s [hls-test-utils] InlineValueWorkspaceClientCapabilities
  20486. 1907.94 s [hls-test-utils] SemanticTokensWorkspaceClientCapabilities
  20487. 1907.94 s [hls-test-utils] CompletionItemKind
  20488. 1907.94 s [hls-test-utils] CompletionItemTag
  20489. 1907.94 s [hls-test-utils] CompletionList
  20490. 1907.94 s [hls-test-utils] CompletionListCapabilities
  20491. 1907.94 s [hls-test-utils] ConfigurationParams
  20492. 1907.94 s [hls-test-utils] WorkspaceDiagnosticReport
  20493. 1907.94 s [hls-test-utils] WorkspaceDiagnosticReportPartialResult
  20494. 1907.94 s [hls-test-utils] CompletionTriggerKind
  20495. 1907.94 s [hls-test-utils] ConfigurationItem
  20496. 1907.94 s [hls-test-utils] DidChangeConfigurationRegistrationOptions
  20497. 1907.94 s [hls-test-utils] FileOperationPattern
  20498. 1907.94 s [hls-test-utils] CreateFileOptions
  20499. 1907.94 s [hls-test-utils] RenameFileOptions
  20500. 1907.94 s [hls-test-utils] CreateFilesParams
  20501. 1907.94 s [hls-test-utils] DeleteFilesParams
  20502. 1907.94 s [hls-test-utils] RenameFilesParams
  20503. 1907.94 s [hls-test-utils] Declaration
  20504. 1907.94 s [hls-test-utils] DeclarationLink
  20505. 1907.94 s [hls-test-utils] Definition
  20506. 1907.94 s [hls-test-utils] DefinitionLink
  20507. 1907.94 s [hls-test-utils] DeleteFileOptions
  20508. 1907.94 s [hls-test-utils] DiagnosticServerCancellationData
  20509. 1907.95 s [hls-test-utils] DidChangeConfigurationParams
  20510. 1907.95 s [hls-test-utils] TextDocumentSyncOptions
  20511. 1907.95 s [hls-test-utils] DidChangeWatchedFilesParams
  20512. 1907.95 s [hls-test-utils] NotebookDocumentCellContentChanges
  20513. 1907.95 s [hls-test-utils] DidChangeWatchedFilesRegistrationOptions
  20514. 1907.95 s [hls-test-utils] DidChangeWorkspaceFoldersParams
  20515. 1907.95 s [hls-test-utils] TextDocumentContentChangeWholeDocument
  20516. 1907.95 s [hls-test-utils] DocumentDiagnosticReport
  20517. 1907.95 s [hls-test-utils] DocumentDiagnosticReportKind
  20518. 1907.95 s [hls-test-utils] DocumentDiagnosticReportPartialResult
  20519. 1907.95 s [hls-test-utils] DocumentFilter
  20520. 1907.95 s [hls-test-utils] DocumentHighlightKind
  20521. 1907.95 s [hls-test-utils] DocumentOnTypeFormattingOptions
  20522. 1907.95 s [hls-test-utils] DocumentSelector
  20523. 1907.95 s [hls-test-utils] EditRangeWithInsertReplace
  20524. 1907.95 s [hls-test-utils] ErrorCodes
  20525. 1907.95 s [hls-test-utils] ExecutionSummary
  20526. 1907.95 s [hls-test-utils] ShowDocumentResult
  20527. 1907.95 s [hls-test-utils] FailureHandlingKind
  20528. 1907.95 s [hls-test-utils] FileChangeType
  20529. 1907.95 s [hls-test-utils] FileOperationOptions
  20530. 1907.95 s [hls-test-utils] FileOperationFilter
  20531. 1907.95 s [hls-test-utils] NotebookDocumentFilterNotebookType
  20532. 1907.95 s [hls-test-utils] NotebookDocumentFilterPattern
  20533. 1907.95 s [hls-test-utils] NotebookDocumentFilterScheme
  20534. 1907.95 s [hls-test-utils] RelativePattern
  20535. 1907.95 s [hls-test-utils] TextDocumentFilterLanguage
  20536. 1907.95 s [hls-test-utils] TextDocumentFilterPattern
  20537. 1907.95 s [hls-test-utils] TextDocumentFilterScheme
  20538. 1907.95 s [hls-test-utils] FileOperationPatternKind
  20539. 1907.95 s [hls-test-utils] FileOperationPatternOptions
  20540. 1907.95 s [hls-test-utils] FileOperationRegistrationOptions
  20541. 1907.95 s [hls-test-utils] FileRename
  20542. 1907.95 s [hls-test-utils] FoldingRangeKind
  20543. 1907.95 s [hls-test-utils] FormattingOptions
  20544. 1907.95 s [hls-test-utils] SemanticTokensDelta
  20545. 1907.95 s [hls-test-utils] GeneralClientCapabilities
  20546. 1907.95 s [hls-test-utils] GlobPattern
  20547. 1907.95 s [hls-test-utils] InitializeError
  20548. 1907.95 s [hls-test-utils] InitializeResult
  20549. 1907.95 s [hls-test-utils] WorkspaceFoldersInitializeParams
  20550. 1907.95 s [hls-test-utils] WorkspaceOptions
  20551. 1907.95 s [hls-test-utils] InitializedParams
  20552. 1907.95 s [hls-test-utils] InlayHintKind
  20553. 1907.95 s [hls-test-utils] MarkedStringWithLanguage
  20554. 1907.95 s [hls-test-utils] ProgressParams
  20555. 1907.95 s [hls-test-utils] SetTraceParams
  20556. 1907.95 s [hls-test-utils] InlineValue
  20557. 1907.95 s [hls-test-utils] InlineValueContext
  20558. 1907.95 s [hls-test-utils] InsertTextFormat
  20559. 1907.95 s [hls-test-utils] InsertTextMode
  20560. 1907.95 s [hls-test-utils] LSPErrorCodes
  20561. 1907.95 s [hls-test-utils] LanguageKind
  20562. 1907.95 s [hls-test-utils] LinkedEditingRanges
  20563. 1907.95 s [hls-test-utils] LocationLink
  20564. 1907.95 s [hls-test-utils] MarkedString
  20565. 1907.95 s [hls-test-utils] NotebookCellLanguage
  20566. 1907.95 s [hls-test-utils] NotebookCellTextDocumentFilter
  20567. 1907.95 s [hls-test-utils] MarkupKind
  20568. 1907.95 s [hls-test-utils] MessageType
  20569. 1907.95 s [hls-test-utils] MonikerKind
  20570. 1907.95 s [hls-test-utils] NotebookDocumentChangeEvent
  20571. 1907.95 s [hls-test-utils] NotebookDocumentFilterWithCells
  20572. 1907.95 s [hls-test-utils] NotebookDocumentFilterWithNotebook
  20573. 1907.95 s [hls-test-utils] NotebookCellKind
  20574. 1907.95 s [hls-test-utils] NotebookDocumentCellChangeStructure
  20575. 1907.95 s [hls-test-utils] NotebookDocumentClientCapabilities
  20576. 1907.95 s [hls-test-utils] NotebookDocumentFilter
  20577. 1907.95 s [hls-test-utils] NotebookDocumentSyncOptions
  20578. 1907.95 s [hls-test-utils] PositionEncodingKind
  20579. 1907.95 s [hls-test-utils] PrepareRenameDefaultBehavior
  20580. 1907.95 s [hls-test-utils] PrepareRenameResult
  20581. 1907.95 s [hls-test-utils] PrepareSupportDefaultBehavior
  20582. 1907.95 s [hls-test-utils] WorkDoneProgressCancelParams
  20583. 1907.95 s [hls-test-utils] WorkDoneProgressCreateParams
  20584. 1907.95 s [hls-test-utils] ProgressToken
  20585. 1907.95 s [hls-test-utils] ReferenceContext
  20586. 1907.95 s [hls-test-utils] RegistrationParams
  20587. 1907.95 s [hls-test-utils] RegularExpressionEngineKind
  20588. 1907.95 s [hls-test-utils] ResourceOperationKind
  20589. 1907.95 s [hls-test-utils] SaveOptions
  20590. 1907.95 s [hls-test-utils] SemanticTokenModifiers
  20591. 1907.95 s [hls-test-utils] SemanticTokenTypes
  20592. 1907.95 s [hls-test-utils] SemanticTokensLegend
  20593. 1907.95 s [hls-test-utils] SemanticTokenRelative
  20594. 1907.95 s [hls-test-utils] SemanticTokensDeltaPartialResult
  20595. 1907.95 s [hls-test-utils] ShowDocumentClientCapabilities
  20596. 1907.95 s [hls-test-utils] ShowMessageRequestClientCapabilities
  20597. 1907.95 s [hls-test-utils] SignatureHelp
  20598. 1907.95 s [hls-test-utils] SignatureHelpTriggerKind
  20599. 1907.95 s [hls-test-utils] StaleRequestSupportOptions
  20600. 1907.95 s [hls-test-utils] SymbolKind
  20601. 1907.95 s [hls-test-utils] SymbolTag
  20602. 1907.95 s [hls-test-utils] TextDocumentContentChangeEvent
  20603. 1907.95 s [hls-test-utils] TextDocumentFilter
  20604. 1907.95 s [hls-test-utils] TextDocumentSaveReason
  20605. 1907.95 s [hls-test-utils] TextDocumentSyncKind
  20606. 1907.95 s [hls-test-utils] TokenFormat
  20607. 1907.95 s [hls-test-utils] TraceValue
  20608. 1907.95 s [hls-test-utils] UniquenessLevel
  20609. 1907.95 s [hls-test-utils] UnregistrationParams
  20610. 1907.95 s [hls-test-utils] WatchKind
  20611. 1907.95 s [hls-test-utils] WorkspaceDocumentDiagnosticReport
  20612. 1907.95 s [hls-test-utils] WorkspaceEditClientCapabilities
  20613. 1907.95 s [hls-test-utils] WorkspaceFoldersChangeEvent
  20614. 1907.95 s [hls-test-utils] WorkspaceFoldersServerCapabilities
  20615. 1907.95 s [hls-test-utils] codeActionKindSubsumes
  20616. 1907.95 s [hls-test-utils] .:!?
  20617. 1907.95 s [hls-test-utils] .=?
  20618. 1907.95 s [hls-test-utils] _L
  20619. 1907.95 s [hls-test-utils] _R
  20620. 1907.95 s [hls-test-utils] absorbNull
  20621. 1907.95 s [hls-test-utils] maybeToNull
  20622. 1907.95 s [hls-test-utils] nullToMaybe
  20623. 1907.95 s [hls-test-utils] toEither
  20624. 1907.95 s [hls-test-utils] DocumentChange
  20625. 1907.95 s [hls-test-utils] _versionedTextDocumentIdentifier
  20626. 1907.95 s [hls-test-utils] applyTextEdit
  20627. 1907.95 s [hls-test-utils] editTextEdit
  20628. 1907.95 s [hls-test-utils] isSubrangeOf
  20629. 1907.95 s [hls-test-utils] mkRange
  20630. 1907.95 s [hls-test-utils] AsLspEnum
  20631. 1907.95 s [hls-test-utils] LspEnum
  20632. 1907.95 s [hls-test-utils] EnumBaseType
  20633. 1907.95 s [hls-test-utils] LspOpenEnum
  20634. 1907.95 s [hls-test-utils] mkMarkdown
  20635. 1907.95 s [hls-test-utils] mkMarkdownCodeBlock
  20636. 1907.95 s [hls-test-utils] mkPlainText
  20637. 1907.95 s [hls-test-utils] plainTextToMarkdown
  20638. 1907.95 s [hls-test-utils] sectionSeparator
  20639. 1907.95 s [hls-test-utils] _workDoneProgressBegin
  20640. 1907.95 s [hls-test-utils] _workDoneProgressEnd
  20641. 1907.95 s [hls-test-utils] _workDoneProgressReport
  20642. 1907.95 s [hls-test-utils] absolutizeTokens
  20643. 1907.95 s [hls-test-utils] computeEdits
  20644. 1907.95 s [hls-test-utils] defaultSemanticTokensLegend
  20645. 1907.95 s [hls-test-utils] encodeTokens
  20646. 1907.95 s [hls-test-utils] makeSemanticTokens
  20647. 1907.95 s [hls-test-utils] makeSemanticTokensDelta
  20648. 1907.95 s [hls-test-utils] relativizeTokens
  20649. 1907.95 s [hls-test-utils] AString
  20650. 1907.95 s [hls-test-utils] AnInteger
  20651. 1907.95 s [hls-test-utils] emptyNormalizedFilePath
  20652. 1907.95 s [hls-test-utils] filePathToUri
  20653. 1907.95 s [hls-test-utils] normalizedFilePathToUri
  20654. 1907.95 s [hls-test-utils] platformAwareFilePathToUri
  20655. 1907.95 s [hls-test-utils] platformAwareUriToFilePath
  20656. 1907.95 s [hls-test-utils] uriToFilePath
  20657. 1907.95 s [hls-test-utils] uriToNormalizedFilePath
  20658. 1907.95 s [hls-test-utils] normalizedFilePathToOsPath
  20659. 1907.95 s [hls-test-utils] osPathToNormalizedFilePath
  20660. 1907.95 s [hls-test-utils] combineWatchKinds
  20661. 1907.95 s [hls-test-utils] containsChange
  20662. 1907.95 s [hls-test-utils] containsCreate
  20663. 1907.95 s [hls-test-utils] containsDelete
  20664. 1907.95 s [hls-test-utils] ResponseError
  20665. 1907.95 s [hls-test-utils] TResponseError
  20666. 1907.95 s [hls-test-utils] Method
  20667. 1907.95 s [hls-test-utils] runEq
  20668. 1907.95 s [hls-test-utils] TRegistration
  20669. 1907.95 s [hls-test-utils] TUnregistration
  20670. 1907.95 s [hls-test-utils] RequestMessage
  20671. 1907.95 s [hls-test-utils] ResponseMessage
  20672. 1907.95 s [hls-test-utils] TRequestMessage
  20673. 1907.95 s [hls-test-utils] TResponseMessage
  20674. 1907.95 s [hls-test-utils] NotificationMessage
  20675. 1907.95 s [hls-test-utils] TNotificationMessage
  20676. 1907.95 s [hls-test-utils] ErrorData
  20677. 1907.95 s [hls-test-utils] MessageParams
  20678. 1907.95 s [hls-test-utils] MessageResult
  20679. 1907.95 s [hls-test-utils] RegistrationOptions
  20680. 1907.95 s [hls-test-utils] SMethod
  20681. 1907.95 s [hls-test-utils] LspId
  20682. 1907.95 s [hls-test-utils] MessageDirection
  20683. 1907.95 s [hls-test-utils] MessageKind
  20684. 1907.95 s [hls-test-utils] SClientMethod
  20685. 1907.95 s [hls-test-utils] SomeMethod
  20686. 1907.95 s [hls-test-utils] messageDirection
  20687. 1907.95 s [hls-test-utils] methodStringToSomeMethod
  20688. 1907.95 s [hls-test-utils] someMethodToMethodString
  20689. 1907.95 s [hls-test-utils] SMessageDirection
  20690. 1907.95 s [hls-test-utils] SomeClientMethod
  20691. 1907.95 s [hls-test-utils] SomeServerMethod
  20692. 1907.95 s [hls-test-utils] isOptionalMethod
  20693. 1907.95 s [hls-test-utils] someClientMethod
  20694. 1907.95 s [hls-test-utils] someServerMethod
  20695. 1907.95 s [hls-test-utils] SServerMethod
  20696. 1907.95 s [hls-test-utils] SomeLspId
  20697. 1907.95 s [hls-test-utils] SMessageKind
  20698. 1907.95 s [hls-test-utils] messageKind
  20699. 1907.95 s [hls-test-utils] SomeRegistration
  20700. 1907.95 s [hls-test-utils] SomeUnregistration
  20701. 1907.95 s [hls-test-utils] regHelper
  20702. 1907.95 s [hls-test-utils] toSomeRegistration
  20703. 1907.95 s [hls-test-utils] toSomeUnregistration
  20704. 1907.95 s [hls-test-utils] toUntypedRegistration
  20705. 1907.95 s [hls-test-utils] toUntypedUnregistration
  20706. 1907.95 s [hls-test-utils] TCustomMessage
  20707. 1907.95 s [hls-test-utils] addNullField
  20708. 1907.95 s [hls-test-utils] toUntypedResponseError
  20709. 1907.95 s [hls-test-utils] TClientMessage
  20710. 1907.95 s [hls-test-utils] TMessage
  20711. 1907.95 s [hls-test-utils] TServerMessage
  20712. 1907.95 s [hls-test-utils] FromServerMessage'
  20713. 1907.95 s [hls-test-utils] ClientNotOrReq
  20714. 1907.95 s [hls-test-utils] CustomEq
  20715. 1907.95 s [hls-test-utils] FromClientMessage'
  20716. 1907.95 s [hls-test-utils] FromClientMessage
  20717. 1907.95 s [hls-test-utils] FromServerMessage
  20718. 1907.95 s [hls-test-utils] HasJSON
  20719. 1907.95 s [hls-test-utils] ServerNotOrReq
  20720. 1907.95 s [hls-test-utils] LookupFunc
  20721. 1907.95 s [hls-test-utils] clientMethodJSON
  20722. 1907.95 s [hls-test-utils] clientResponseJSON
  20723. 1907.95 s [hls-test-utils] fromClientNot
  20724. 1907.95 s [hls-test-utils] fromClientReq
  20725. 1907.95 s [hls-test-utils] fromServerNot
  20726. 1907.95 s [hls-test-utils] fromServerReq
  20727. 1907.95 s [hls-test-utils] mEqClient
  20728. 1907.95 s [hls-test-utils] mEqServer
  20729. 1907.95 s [hls-test-utils] parseClientMessage
  20730. 1907.95 s [hls-test-utils] parseServerMessage
  20731. 1907.95 s [hls-test-utils] serverMethodJSON
  20732. 1907.95 s [hls-test-utils] serverResponseJSON
  20733. 1907.95 s [hls-test-utils] splitClientMethod
  20734. 1907.95 s [hls-test-utils] splitServerMethod
  20735. 1907.95 s [hls-test-utils] goldenGitDiff (src/Test/Hls.hs:190)
  20736. 1907.95 s [hls-test-utils] goldenWithHaskellDoc (src/Test/Hls.hs:203)
  20737. 1907.95 s [hls-test-utils] goldenWithHaskellDocInTmpDir (src/Test/Hls.hs:216)
  20738. 1907.95 s [hls-test-utils] goldenWithHaskellAndCaps (src/Test/Hls.hs:230)
  20739. 1907.95 s [hls-test-utils] goldenWithHaskellAndCapsInTmpDir (src/Test/Hls.hs:279)
  20740. 1907.95 s [hls-test-utils] goldenWithCabalDoc (src/Test/Hls.hs:306)
  20741. 1907.95 s [hls-test-utils] goldenWithHaskellDocFormatter (src/Test/Hls.hs:594)
  20742. 1907.95 s [hls-test-utils] goldenWithHaskellDocFormatterInTmpDir (src/Test/Hls.hs:642)
  20743. 1907.95 s [hls-test-utils] goldenWithCabalDocFormatter (src/Test/Hls.hs:618)
  20744. 1907.95 s [hls-test-utils] goldenWithCabalDocFormatterInTmpDir (src/Test/Hls.hs:666)
  20745. 1907.95 s [hls-test-utils] goldenWithTestConfig (src/Test/Hls.hs:257)
  20746. 1907.95 s [hls-test-utils] runSessionWithServer (src/Test/Hls.hs:538)
  20747. 1907.95 s [hls-test-utils] runSessionWithServerInTmpDir (src/Test/Hls.hs:505)
  20748. 1907.95 s [hls-test-utils] PluginDescriptor
  20749. 1907.95 s [hls-test-utils] BrokenBehavior (src/Test/Hls.hs:173)
  20750. 1907.95 s [hls-test-utils] ExpectBroken (src/Test/Hls.hs:175)
  20751. 1907.95 s [hls-test-utils] unCurrent (src/Test/Hls.hs:180)
  20752. 1907.95 s [hls-test-utils] waitForTypecheck (src/Test/Hls.hs:870)
  20753. 1907.95 s [hls-test-utils] waitForAction (src/Test/Hls.hs:866)
  20754. 1907.95 s [hls-test-utils] hlsConfigToClientConfig (src/Test/Hls.hs:876)
  20755. 1907.95 s [hls-test-utils] getLastBuildKeys (src/Test/Hls.hs:873)
  20756. 1907.95 s [hls-test-utils] waitForKickDone (src/Test/Hls.hs:901)
  20757. 1907.95 s [hls-test-utils] waitForKickStart (src/Test/Hls.hs:904)
  20758. 1907.95 s [hls-test-utils] WithPriority
  20759. 1907.95 s [hls-test-utils] Priority
  20760. 1907.95 s [hls-test-utils] captureKickDiagnostics (src/Test/Hls.hs:890)
  20761. 1907.95 s [hls-test-utils] kick (src/Test/Hls.hs:914)
  20762. 1907.95 s [hls-test-utils] TestConfig (src/Test/Hls.hs:692)
  20763. 1909.47 s [hls-test-utils] Warning: Test.Hls: could not find link destinations for:
  20764. 1909.47 s [hls-test-utils] - Data.Vector.Unboxed.Base.Unbox
  20765. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasError
  20766. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.error
  20767. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasJsonrpc
  20768. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.jsonrpc
  20769. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasParams
  20770. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.params
  20771. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasResult
  20772. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.result
  20773. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasXdata
  20774. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Message.Lens.xdata
  20775. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActions
  20776. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.actions
  20777. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameter
  20778. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameter
  20779. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameterSupport
  20780. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameterSupport
  20781. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignature
  20782. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignature
  20783. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignatureHelp
  20784. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignatureHelp
  20785. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdded
  20786. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.added
  20787. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalPropertiesSupport
  20788. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalPropertiesSupport
  20789. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalTextEdits
  20790. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalTextEdits
  20791. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllCommitCharacters
  20792. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allCommitCharacters
  20793. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllowedTags
  20794. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.allowedTags
  20795. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAlpha
  20796. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.alpha
  20797. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAnnotationId
  20798. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.annotationId
  20799. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplied
  20800. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applied
  20801. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplyEdit
  20802. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.applyEdit
  20803. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArguments
  20804. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.arguments
  20805. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArray
  20806. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.array
  20807. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAugmentsSyntaxTokens
  20808. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.augmentsSyntaxTokens
  20809. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBaseUri
  20810. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.baseUri
  20811. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBlue
  20812. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.blue
  20813. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchy
  20814. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchy
  20815. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchyProvider
  20816. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchyProvider
  20817. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancel
  20818. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancel
  20819. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancellable
  20820. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancellable
  20821. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCapabilities
  20822. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.capabilities
  20823. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCaseSensitiveLookup
  20824. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.caseSensitiveLookup
  20825. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCellTextDocuments
  20826. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cellTextDocuments
  20827. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCells
  20828. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.cells
  20829. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCh
  20830. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ch
  20831. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChange
  20832. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.change
  20833. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotationSupport
  20834. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotationSupport
  20835. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotations
  20836. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotations
  20837. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeNotifications
  20838. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeNotifications
  20839. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChanges
  20840. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.changes
  20841. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCharacter
  20842. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.character
  20843. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChildren
  20844. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.children
  20845. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasClientInfo
  20846. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.clientInfo
  20847. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCode
  20848. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.code
  20849. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeAction
  20850. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeAction
  20851. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKind
  20852. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKind
  20853. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKinds
  20854. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKinds
  20855. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionLiteralSupport
  20856. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionLiteralSupport
  20857. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionProvider
  20858. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionProvider
  20859. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
  20860. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescription
  20861. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescriptionSupport
  20862. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescriptionSupport
  20863. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLens
  20864. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLens
  20865. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLensProvider
  20866. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLensProvider
  20867. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCollapsedText
  20868. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.collapsedText
  20869. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColor
  20870. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.color
  20871. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColorProvider
  20872. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.colorProvider
  20873. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommand
  20874. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.command
  20875. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommands
  20876. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commands
  20877. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharacters
  20878. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharacters
  20879. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharactersSupport
  20880. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharactersSupport
  20881. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletion
  20882. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completion
  20883. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItem
  20884. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItem
  20885. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItemKind
  20886. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItemKind
  20887. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionList
  20888. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionList
  20889. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionProvider
  20890. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionProvider
  20891. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasConfiguration
  20892. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.configuration
  20893. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContainerName
  20894. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.containerName
  20895. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentChanges
  20896. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentChanges
  20897. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentFormat
  20898. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentFormat
  20899. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContents
  20900. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contents
  20901. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContext
  20902. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.context
  20903. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContextSupport
  20904. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.contextSupport
  20905. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDataSupport
  20906. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dataSupport
  20907. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasData_
  20908. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.data_
  20909. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclaration
  20910. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declaration
  20911. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclarationProvider
  20912. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.declarationProvider
  20913. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefaultBehavior
  20914. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.defaultBehavior
  20915. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinition
  20916. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definition
  20917. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinitionProvider
  20918. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.definitionProvider
  20919. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeleteCount
  20920. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deleteCount
  20921. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDelta
  20922. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.delta
  20923. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaLine
  20924. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaLine
  20925. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaStartChar
  20926. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaStartChar
  20927. 1909.47 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecated
  20928. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecated
  20929. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecatedSupport
  20930. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecatedSupport
  20931. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDescription
  20932. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.description
  20933. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDetail
  20934. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.detail
  20935. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostic
  20936. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostic
  20937. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnosticProvider
  20938. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnosticProvider
  20939. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
  20940. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostics
  20941. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeConfiguration
  20942. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeConfiguration
  20943. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeWatchedFiles
  20944. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeWatchedFiles
  20945. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidClose
  20946. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didClose
  20947. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidCreate
  20948. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didCreate
  20949. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidDelete
  20950. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didDelete
  20951. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidOpen
  20952. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didOpen
  20953. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidRename
  20954. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didRename
  20955. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidSave
  20956. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.didSave
  20957. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabled
  20958. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabled
  20959. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabledSupport
  20960. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabledSupport
  20961. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocument
  20962. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.document
  20963. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentChanges
  20964. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentChanges
  20965. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentFormattingProvider
  20966. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentFormattingProvider
  20967. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlight
  20968. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlight
  20969. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlightProvider
  20970. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlightProvider
  20971. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLink
  20972. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLink
  20973. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLinkProvider
  20974. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLinkProvider
  20975. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentOnTypeFormattingProvider
  20976. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentOnTypeFormattingProvider
  20977. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentRangeFormattingProvider
  20978. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentRangeFormattingProvider
  20979. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSelector
  20980. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSelector
  20981. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbol
  20982. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbol
  20983. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbolProvider
  20984. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbolProvider
  20985. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentation
  20986. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentation
  20987. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentationFormat
  20988. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentationFormat
  20989. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDynamicRegistration
  20990. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.dynamicRegistration
  20991. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdit
  20992. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edit
  20993. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEditRange
  20994. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.editRange
  20995. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdits
  20996. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.edits
  20997. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEnd
  20998. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.end
  20999. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndCharacter
  21000. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endCharacter
  21001. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndLine
  21002. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.endLine
  21003. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEngine
  21004. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.engine
  21005. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEvent
  21006. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.event
  21007. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommand
  21008. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommand
  21009. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommandProvider
  21010. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommandProvider
  21011. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionOrder
  21012. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionOrder
  21013. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummary
  21014. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummary
  21015. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummarySupport
  21016. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummarySupport
  21017. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExperimental
  21018. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.experimental
  21019. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExpression
  21020. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.expression
  21021. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExternal
  21022. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.external
  21023. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailedChange
  21024. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failedChange
  21025. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureHandling
  21026. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureHandling
  21027. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureReason
  21028. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureReason
  21029. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFileOperations
  21030. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fileOperations
  21031. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFiles
  21032. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.files
  21033. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilterText
  21034. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filterText
  21035. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilters
  21036. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.filters
  21037. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFirstTriggerCharacter
  21038. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.firstTriggerCharacter
  21039. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRange
  21040. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRange
  21041. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeKind
  21042. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeKind
  21043. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeProvider
  21044. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeProvider
  21045. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormats
  21046. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formats
  21047. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormatting
  21048. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.formatting
  21049. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrameId
  21050. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.frameId
  21051. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrom
  21052. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.from
  21053. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFromRanges
  21054. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.fromRanges
  21055. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFull
  21056. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.full
  21057. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGeneral
  21058. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.general
  21059. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlob
  21060. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.glob
  21061. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlobPattern
  21062. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.globPattern
  21063. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGreen
  21064. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.green
  21065. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGroupsOnLabel
  21066. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.groupsOnLabel
  21067. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHierarchicalDocumentSymbolSupport
  21068. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hierarchicalDocumentSymbolSupport
  21069. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHonorsChangeAnnotations
  21070. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.honorsChangeAnnotations
  21071. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHover
  21072. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hover
  21073. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHoverProvider
  21074. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.hoverProvider
  21075. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHref
  21076. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.href
  21077. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasId
  21078. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.id
  21079. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIdentifier
  21080. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.identifier
  21081. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreCase
  21082. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreCase
  21083. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfExists
  21084. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfExists
  21085. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfNotExists
  21086. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfNotExists
  21087. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementation
  21088. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementation
  21089. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementationProvider
  21090. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementationProvider
  21091. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeDeclaration
  21092. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeDeclaration
  21093. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeText
  21094. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeText
  21095. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInitializationOptions
  21096. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.initializationOptions
  21097. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHint
  21098. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHint
  21099. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHintProvider
  21100. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHintProvider
  21101. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValue
  21102. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValue
  21103. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValueProvider
  21104. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValueProvider
  21105. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsert
  21106. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insert
  21107. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertFinalNewline
  21108. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertFinalNewline
  21109. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertReplaceSupport
  21110. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertReplaceSupport
  21111. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertSpaces
  21112. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertSpaces
  21113. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertText
  21114. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertText
  21115. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextFormat
  21116. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextFormat
  21117. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextMode
  21118. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextMode
  21119. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextModeSupport
  21120. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextModeSupport
  21121. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInterFileDependencies
  21122. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.interFileDependencies
  21123. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsIncomplete
  21124. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isIncomplete
  21125. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferred
  21126. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferred
  21127. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferredSupport
  21128. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferredSupport
  21129. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsRetrigger
  21130. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.isRetrigger
  21131. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItem
  21132. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.item
  21133. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItemDefaults
  21134. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.itemDefaults
  21135. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItems
  21136. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.items
  21137. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasKind
  21138. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.kind
  21139. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabel
  21140. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.label
  21141. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetails
  21142. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetails
  21143. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetailsSupport
  21144. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetailsSupport
  21145. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelOffsetSupport
  21146. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelOffsetSupport
  21147. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelSupport
  21148. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelSupport
  21149. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguage
  21150. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.language
  21151. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguageId
  21152. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.languageId
  21153. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLegend
  21154. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.legend
  21155. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLength
  21156. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.length
  21157. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLine
  21158. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.line
  21159. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLineFoldingOnly
  21160. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.lineFoldingOnly
  21161. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkSupport
  21162. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkSupport
  21163. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRange
  21164. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRange
  21165. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRangeProvider
  21166. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRangeProvider
  21167. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocale
  21168. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.locale
  21169. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocation
  21170. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.location
  21171. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMarkdown
  21172. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.markdown
  21173. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMatches
  21174. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.matches
  21175. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessage
  21176. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.message
  21177. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessageActionItem
  21178. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.messageActionItem
  21179. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMetadata
  21180. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.metadata
  21181. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMethod
  21182. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.method
  21183. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoniker
  21184. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moniker
  21185. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMonikerProvider
  21186. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.monikerProvider
  21187. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoreTriggerCharacter
  21188. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.moreTriggerCharacter
  21189. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMultilineTokenSupport
  21190. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.multilineTokenSupport
  21191. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasName
  21192. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.name
  21193. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNeedsConfirmation
  21194. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.needsConfirmation
  21195. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewName
  21196. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newName
  21197. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewText
  21198. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newText
  21199. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewUri
  21200. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.newUri
  21201. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNormalizesLineEndings
  21202. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.normalizesLineEndings
  21203. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebook
  21204. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebook
  21205. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocument
  21206. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocument
  21207. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocumentSync
  21208. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocumentSync
  21209. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookSelector
  21210. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookSelector
  21211. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookType
  21212. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookType
  21213. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOldUri
  21214. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.oldUri
  21215. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnTypeFormatting
  21216. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.onTypeFormatting
  21217. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnly
  21218. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.only
  21219. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOpenClose
  21220. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.openClose
  21221. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOptions
  21222. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.options
  21223. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
  21224. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.originSelectionRange
  21225. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverlappingTokenSupport
  21226. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overlappingTokenSupport
  21227. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverwrite
  21228. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.overwrite
  21229. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingLeft
  21230. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingLeft
  21231. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingRight
  21232. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingRight
  21233. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameterInformation
  21234. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameterInformation
  21235. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameters
  21236. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameters
  21237. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParent
  21238. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parent
  21239. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParser
  21240. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.parser
  21241. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPartialResultToken
  21242. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.partialResultToken
  21243. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPattern
  21244. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.pattern
  21245. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPercentage
  21246. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.percentage
  21247. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPlaceholder
  21248. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.placeholder
  21249. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPosition
  21250. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.position
  21251. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncoding
  21252. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncoding
  21253. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncodings
  21254. 1909.48 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncodings
  21255. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositions
  21256. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.positions
  21257. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareProvider
  21258. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareProvider
  21259. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupport
  21260. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupport
  21261. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupportDefaultBehavior
  21262. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupportDefaultBehavior
  21263. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselect
  21264. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselect
  21265. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselectSupport
  21266. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselectSupport
  21267. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultId
  21268. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultId
  21269. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultIds
  21270. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultIds
  21271. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProcessId
  21272. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.processId
  21273. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProperties
  21274. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.properties
  21275. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPublishDiagnostics
  21276. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.publishDiagnostics
  21277. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasQuery
  21278. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.query
  21279. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRange
  21280. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.range
  21281. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeFormatting
  21282. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeFormatting
  21283. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLength
  21284. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLength
  21285. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLimit
  21286. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLimit
  21287. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRanges
  21288. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.ranges
  21289. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReason
  21290. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.reason
  21291. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRecursive
  21292. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.recursive
  21293. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRed
  21294. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.red
  21295. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferences
  21296. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.references
  21297. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferencesProvider
  21298. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.referencesProvider
  21299. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRefreshSupport
  21300. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.refreshSupport
  21301. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegisterOptions
  21302. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registerOptions
  21303. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegistrations
  21304. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.registrations
  21305. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegularExpressions
  21306. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.regularExpressions
  21307. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocumentSupport
  21308. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocumentSupport
  21309. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
  21310. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocuments
  21311. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
  21312. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedInformation
  21313. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelativePatternSupport
  21314. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.relativePatternSupport
  21315. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRemoved
  21316. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.removed
  21317. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRename
  21318. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rename
  21319. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRenameProvider
  21320. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.renameProvider
  21321. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReplace
  21322. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.replace
  21323. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRequests
  21324. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.requests
  21325. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveProvider
  21326. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveProvider
  21327. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveSupport
  21328. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveSupport
  21329. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResourceOperations
  21330. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resourceOperations
  21331. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResultId
  21332. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.resultId
  21333. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerCharacters
  21334. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerCharacters
  21335. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerRequest
  21336. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerRequest
  21337. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetry
  21338. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retry
  21339. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetryOnContentModified
  21340. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.retryOnContentModified
  21341. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootPath
  21342. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootPath
  21343. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootUri
  21344. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootUri
  21345. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSave
  21346. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.save
  21347. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScheme
  21348. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scheme
  21349. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScopeUri
  21350. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.scopeUri
  21351. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSection
  21352. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.section
  21353. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelection
  21354. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selection
  21355. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
  21356. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRange
  21357. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRangeProvider
  21358. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRangeProvider
  21359. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokens
  21360. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokens
  21361. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokensProvider
  21362. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokensProvider
  21363. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerCancelSupport
  21364. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverCancelSupport
  21365. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerInfo
  21366. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverInfo
  21367. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSettings
  21368. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.settings
  21369. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSeverity
  21370. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.severity
  21371. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowDocument
  21372. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showDocument
  21373. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowMessage
  21374. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.showMessage
  21375. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelp
  21376. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelp
  21377. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelpProvider
  21378. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelpProvider
  21379. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureInformation
  21380. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureInformation
  21381. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatures
  21382. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatures
  21383. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSnippetSupport
  21384. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.snippetSupport
  21385. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSortText
  21386. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.sortText
  21387. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSource
  21388. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.source
  21389. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStaleRequestSupport
  21390. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.staleRequestSupport
  21391. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStart
  21392. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.start
  21393. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartChar
  21394. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startChar
  21395. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartCharacter
  21396. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startCharacter
  21397. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartLine
  21398. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.startLine
  21399. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
  21400. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.stoppedLocation
  21401. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStructure
  21402. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.structure
  21403. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSuccess
  21404. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.success
  21405. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupport
  21406. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.support
  21407. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupported
  21408. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.supported
  21409. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbol
  21410. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbol
  21411. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbolKind
  21412. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbolKind
  21413. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSyncKind
  21414. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.syncKind
  21415. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSynchronization
  21416. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.synchronization
  21417. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTabSize
  21418. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tabSize
  21419. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTagSupport
  21420. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tagSupport
  21421. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTags
  21422. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tags
  21423. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTakeFocus
  21424. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.takeFocus
  21425. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTarget
  21426. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.target
  21427. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetRange
  21428. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetRange
  21429. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
  21430. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
  21431. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetUri
  21432. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetUri
  21433. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasText
  21434. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.text
  21435. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextContent
  21436. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textContent
  21437. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  21438. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocument
  21439. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocumentSync
  21440. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocumentSync
  21441. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdit
  21442. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdit
  21443. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEditText
  21444. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEditText
  21445. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdits
  21446. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdits
  21447. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTitle
  21448. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.title
  21449. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTo
  21450. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.to
  21451. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasToken
  21452. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.token
  21453. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenModifiers
  21454. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenModifiers
  21455. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenType
  21456. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenType
  21457. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenTypes
  21458. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenTypes
  21459. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltip
  21460. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltip
  21461. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltipSupport
  21462. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltipSupport
  21463. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrace
  21464. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trace
  21465. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacter
  21466. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacter
  21467. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacters
  21468. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacters
  21469. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerKind
  21470. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerKind
  21471. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimFinalNewlines
  21472. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimFinalNewlines
  21473. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimTrailingWhitespace
  21474. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimTrailingWhitespace
  21475. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinition
  21476. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinition
  21477. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinitionProvider
  21478. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinitionProvider
  21479. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchy
  21480. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchy
  21481. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchyProvider
  21482. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchyProvider
  21483. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasType_
  21484. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.type_
  21485. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnique
  21486. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unique
  21487. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnregisterations
  21488. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.unregisterations
  21489. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUri
  21490. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.uri
  21491. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValue
  21492. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.value
  21493. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValueSet
  21494. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.valueSet
  21495. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVariableName
  21496. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.variableName
  21497. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVerbose
  21498. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.verbose
  21499. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersion
  21500. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.version
  21501. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersionSupport
  21502. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.versionSupport
  21503. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWatchers
  21504. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.watchers
  21505. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillCreate
  21506. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willCreate
  21507. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillDelete
  21508. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willDelete
  21509. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillRename
  21510. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willRename
  21511. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSave
  21512. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSave
  21513. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSaveWaitUntil
  21514. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSaveWaitUntil
  21515. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWindow
  21516. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.window
  21517. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWordPattern
  21518. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.wordPattern
  21519. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneProgress
  21520. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneProgress
  21521. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneToken
  21522. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneToken
  21523. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspace
  21524. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspace
  21525. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceDiagnostics
  21526. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceDiagnostics
  21527. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceEdit
  21528. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceEdit
  21529. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceFolders
  21530. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceFolders
  21531. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceSymbolProvider
  21532. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceSymbolProvider
  21533. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Null
  21534. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.MVector
  21535. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
  21536. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicSet
  21537. 1909.49 s [hls-test-utils] - Data.Vector.Unboxed.Base.MV_Int32
  21538. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Base.basicLength
  21539. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeIndexM
  21540. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
  21541. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeFreeze
  21542. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
  21543. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicLength
  21544. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
  21545. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
  21546. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Base.elemseq
  21547. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicInitialize
  21548. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeCopy
  21549. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
  21550. 1909.49 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeSlice
  21551. 1909.49 s [hls-test-utils] - Data.Vector.Primitive.Vector
  21552. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.Rep_AnnotatedTextEdit
  21553. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier.Rep_ChangeAnnotationIdentifier
  21554. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
  21555. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
  21556. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams.Rep_ApplyWorkspaceEditParams
  21557. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.Rep_WorkspaceEdit
  21558. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextEdit.Rep_TextEdit
  21559. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_|?
  21560. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentEdit.Rep_TextDocumentEdit
  21561. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.Rep_OptionalVersionedTextDocumentIdentifier
  21562. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFile.Rep_CreateFile
  21563. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFileOptions.Rep_CreateFileOptions
  21564. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFile.Rep_RenameFile
  21565. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFileOptions.Rep_RenameFileOptions
  21566. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFile.Rep_DeleteFile
  21567. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFileOptions.Rep_DeleteFileOptions
  21568. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotation.Rep_ChangeAnnotation
  21569. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult.Rep_ApplyWorkspaceEditResult
  21570. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_UInt
  21571. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.BaseSymbolInformation.Rep_BaseSymbolInformation
  21572. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.Rep_SymbolTag
  21573. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.D:R:EnumBaseTypeSymbolKind
  21574. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.Rep_SymbolKind
  21575. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.D:R:EnumBaseTypeSymbolTag
  21576. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities.Rep_CallHierarchyClientCapabilities
  21577. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.Rep_CallHierarchyIncomingCall
  21578. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.Rep_CallHierarchyItem
  21579. 1909.49 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.Rep_CallHierarchyIncomingCallsParams
  21580. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressToken.Rep_ProgressToken
  21581. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
  21582. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
  21583. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_Uri
  21584. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Types.Uri.SystemOS
  21585. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOptions.Rep_CallHierarchyOptions
  21586. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.Rep_CallHierarchyOutgoingCall
  21587. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.Rep_CallHierarchyOutgoingCallsParams
  21588. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.Rep_CallHierarchyPrepareParams
  21589. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.Rep_TextDocumentIdentifier
  21590. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions.Rep_CallHierarchyRegistrationOptions
  21591. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFilter.Rep_DocumentFilter
  21592. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilter.Rep_TextDocumentFilter
  21593. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage.Rep_TextDocumentFilterLanguage
  21594. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme.Rep_TextDocumentFilterScheme
  21595. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern.Rep_TextDocumentFilterPattern
  21596. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter.Rep_NotebookCellTextDocumentFilter
  21597. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter.Rep_NotebookDocumentFilter
  21598. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType.Rep_NotebookDocumentFilterNotebookType
  21599. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme.Rep_NotebookDocumentFilterScheme
  21600. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern.Rep_NotebookDocumentFilterPattern
  21601. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSelector.Rep_DocumentSelector
  21602. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CancelParams.Rep_CancelParams
  21603. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions.Rep_ChangeAnnotationsSupportOptions
  21604. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.Rep_ClientCapabilities
  21605. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities.Rep_WorkspaceClientCapabilities
  21606. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities.Rep_WorkspaceEditClientCapabilities
  21607. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.Rep_ResourceOperationKind
  21608. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.Rep_FailureHandlingKind
  21609. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities.Rep_DidChangeConfigurationClientCapabilities
  21610. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities.Rep_DidChangeWatchedFilesClientCapabilities
  21611. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities.Rep_WorkspaceSymbolClientCapabilities
  21612. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions.Rep_ClientSymbolKindOptions
  21613. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions.Rep_ClientSymbolTagOptions
  21614. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions.Rep_ClientSymbolResolveOptions
  21615. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities.Rep_ExecuteCommandClientCapabilities
  21616. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities.Rep_SemanticTokensWorkspaceClientCapabilities
  21617. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities.Rep_CodeLensWorkspaceClientCapabilities
  21618. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities.Rep_FileOperationClientCapabilities
  21619. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities.Rep_InlineValueWorkspaceClientCapabilities
  21620. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities.Rep_InlayHintWorkspaceClientCapabilities
  21621. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities.Rep_DiagnosticWorkspaceClientCapabilities
  21622. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities.Rep_TextDocumentClientCapabilities
  21623. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities.Rep_TextDocumentSyncClientCapabilities
  21624. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities.Rep_CompletionClientCapabilities
  21625. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.Rep_ClientCompletionItemOptions
  21626. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.Rep_MarkupKind
  21627. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.Rep_CompletionItemTag
  21628. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions.Rep_CompletionItemTagOptions
  21629. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions.Rep_ClientCompletionItemResolveOptions
  21630. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.Rep_InsertTextMode
  21631. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions.Rep_ClientCompletionItemInsertTextModeOptions
  21632. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind.Rep_ClientCompletionItemOptionsKind
  21633. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionListCapabilities.Rep_CompletionListCapabilities
  21634. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverClientCapabilities.Rep_HoverClientCapabilities
  21635. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities.Rep_SignatureHelpClientCapabilities
  21636. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions.Rep_ClientSignatureInformationOptions
  21637. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions.Rep_ClientSignatureParameterInformationOptions
  21638. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities.Rep_DeclarationClientCapabilities
  21639. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities.Rep_DefinitionClientCapabilities
  21640. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities.Rep_TypeDefinitionClientCapabilities
  21641. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities.Rep_ImplementationClientCapabilities
  21642. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities.Rep_ReferenceClientCapabilities
  21643. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities.Rep_DocumentHighlightClientCapabilities
  21644. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities.Rep_DocumentSymbolClientCapabilities
  21645. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities.Rep_CodeActionClientCapabilities
  21646. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.Rep_CodeActionKind
  21647. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions.Rep_ClientCodeActionLiteralOptions
  21648. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions.Rep_ClientCodeActionKindOptions
  21649. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions.Rep_ClientCodeActionResolveOptions
  21650. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities.Rep_CodeLensClientCapabilities
  21651. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities.Rep_DocumentLinkClientCapabilities
  21652. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities.Rep_DocumentColorClientCapabilities
  21653. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities.Rep_DocumentFormattingClientCapabilities
  21654. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities.Rep_DocumentRangeFormattingClientCapabilities
  21655. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities.Rep_DocumentOnTypeFormattingClientCapabilities
  21656. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameClientCapabilities.Rep_RenameClientCapabilities
  21657. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.Rep_PrepareSupportDefaultBehavior
  21658. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities.Rep_FoldingRangeClientCapabilities
  21659. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions.Rep_ClientFoldingRangeKindOptions
  21660. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.Rep_FoldingRangeKind
  21661. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions.Rep_ClientFoldingRangeOptions
  21662. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities.Rep_SelectionRangeClientCapabilities
  21663. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities.Rep_PublishDiagnosticsClientCapabilities
  21664. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.Rep_DiagnosticTag
  21665. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions.Rep_ClientDiagnosticsTagOptions
  21666. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities.Rep_SemanticTokensClientCapabilities
  21667. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions.Rep_ClientSemanticTokensRequestOptions
  21668. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.Rep_TokenFormat
  21669. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta.Rep_ClientSemanticTokensRequestFullDelta
  21670. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities.Rep_LinkedEditingRangeClientCapabilities
  21671. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities.Rep_MonikerClientCapabilities
  21672. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities.Rep_TypeHierarchyClientCapabilities
  21673. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities.Rep_InlineValueClientCapabilities
  21674. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities.Rep_InlayHintClientCapabilities
  21675. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions.Rep_ClientInlayHintResolveOptions
  21676. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities.Rep_DiagnosticClientCapabilities
  21677. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities.Rep_NotebookDocumentClientCapabilities
  21678. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities.Rep_NotebookDocumentSyncClientCapabilities
  21679. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WindowClientCapabilities.Rep_WindowClientCapabilities
  21680. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities.Rep_ShowMessageRequestClientCapabilities
  21681. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions.Rep_ClientShowMessageActionItemOptions
  21682. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities.Rep_ShowDocumentClientCapabilities
  21683. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities.Rep_GeneralClientCapabilities
  21684. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions.Rep_StaleRequestSupportOptions
  21685. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities.Rep_RegularExpressionsClientCapabilities
  21686. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind.Rep_RegularExpressionEngineKind
  21687. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities.Rep_MarkdownClientCapabilities
  21688. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.Rep_PositionEncodingKind
  21689. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.D:R:EnumBaseTypeCodeActionKind
  21690. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.D:R:EnumBaseTypeInsertTextMode
  21691. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.D:R:EnumBaseTypeMarkupKind
  21692. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.D:R:EnumBaseTypeCompletionItemTag
  21693. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.D:R:EnumBaseTypeCompletionItemKind
  21694. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.Rep_CompletionItemKind
  21695. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.D:R:EnumBaseTypeDiagnosticTag
  21696. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.D:R:EnumBaseTypeFoldingRangeKind
  21697. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInfo.Rep_ClientInfo
  21698. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeAction.Rep_CodeAction
  21699. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
  21700. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
  21701. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeDescription.Rep_CodeDescription
  21702. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.Rep_DiagnosticRelatedInformation
  21703. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
  21704. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionDisabled.Rep_CodeActionDisabled
  21705. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Command.Rep_Command
  21706. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionContext.Rep_CodeActionContext
  21707. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.Rep_CodeActionTriggerKind
  21708. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.D:R:EnumBaseTypeCodeActionTriggerKind
  21709. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionOptions.Rep_CodeActionOptions
  21710. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionParams.Rep_CodeActionParams
  21711. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions.Rep_CodeActionRegistrationOptions
  21712. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLens.Rep_CodeLens
  21713. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensOptions.Rep_CodeLensOptions
  21714. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensParams.Rep_CodeLensParams
  21715. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions.Rep_CodeLensRegistrationOptions
  21716. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Color.Rep_Color
  21717. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorInformation.Rep_ColorInformation
  21718. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentation.Rep_ColorPresentation
  21719. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.Rep_ColorPresentationParams
  21720. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionContext.Rep_CompletionContext
  21721. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.Rep_CompletionTriggerKind
  21722. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.D:R:EnumBaseTypeCompletionTriggerKind
  21723. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItem.Rep_CompletionItem
  21724. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails.Rep_CompletionItemLabelDetails
  21725. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupContent.Rep_MarkupContent
  21726. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.Rep_InsertTextFormat
  21727. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.Rep_InsertReplaceEdit
  21728. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.D:R:EnumBaseTypeInsertTextFormat
  21729. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.Rep_CompletionItemDefaults
  21730. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.Rep_EditRangeWithInsertReplace
  21731. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionList.Rep_CompletionList
  21732. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionOptions.Rep_CompletionOptions
  21733. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions.Rep_ServerCompletionItemOptions
  21734. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionParams.Rep_CompletionParams
  21735. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions.Rep_CompletionRegistrationOptions
  21736. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.Rep_ConfigurationItem
  21737. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationParams.Rep_ConfigurationParams
  21738. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFilesParams.Rep_CreateFilesParams
  21739. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileCreate.Rep_FileCreate
  21740. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Declaration.Rep_Declaration
  21741. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationLink.Rep_DeclarationLink
  21742. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationLink.Rep_LocationLink
  21743. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationOptions.Rep_DeclarationOptions
  21744. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationParams.Rep_DeclarationParams
  21745. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions.Rep_DeclarationRegistrationOptions
  21746. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Definition.Rep_Definition
  21747. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionLink.Rep_DefinitionLink
  21748. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionOptions.Rep_DefinitionOptions
  21749. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionParams.Rep_DefinitionParams
  21750. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions.Rep_DefinitionRegistrationOptions
  21751. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFilesParams.Rep_DeleteFilesParams
  21752. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileDelete.Rep_FileDelete
  21753. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
  21754. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticOptions.Rep_DiagnosticOptions
  21755. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions.Rep_DiagnosticRegistrationOptions
  21756. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData.Rep_DiagnosticServerCancellationData
  21757. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.Rep_DidChangeConfigurationParams
  21758. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions.Rep_DidChangeConfigurationRegistrationOptions
  21759. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams.Rep_DidChangeNotebookDocumentParams
  21760. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.Rep_VersionedNotebookDocumentIdentifier
  21761. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent.Rep_NotebookDocumentChangeEvent
  21762. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges.Rep_NotebookDocumentCellChanges
  21763. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure.Rep_NotebookDocumentCellChangeStructure
  21764. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange.Rep_NotebookCellArrayChange
  21765. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCell.Rep_NotebookCell
  21766. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.Rep_NotebookCellKind
  21767. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecutionSummary.Rep_ExecutionSummary
  21768. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.Rep_TextDocumentItem
  21769. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges.Rep_NotebookDocumentCellContentChanges
  21770. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.Rep_VersionedTextDocumentIdentifier
  21771. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.Rep_TextDocumentContentChangeEvent
  21772. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.Rep_TextDocumentContentChangePartial
  21773. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument.Rep_TextDocumentContentChangeWholeDocument
  21774. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams.Rep_DidChangeTextDocumentParams
  21775. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.Rep_DidChangeWatchedFilesParams
  21776. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileEvent.Rep_FileEvent
  21777. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.Rep_FileChangeType
  21778. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions.Rep_DidChangeWatchedFilesRegistrationOptions
  21779. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileSystemWatcher.Rep_FileSystemWatcher
  21780. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.GlobPattern.Rep_GlobPattern
  21781. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Pattern.Rep_Pattern
  21782. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelativePattern.Rep_RelativePattern
  21783. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.Rep_WorkspaceFolder
  21784. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.Rep_WatchKind
  21785. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.Rep_DidChangeWorkspaceFoldersParams
  21786. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent.Rep_WorkspaceFoldersChangeEvent
  21787. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams.Rep_DidCloseNotebookDocumentParams
  21788. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.Rep_NotebookDocumentIdentifier
  21789. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams.Rep_DidCloseTextDocumentParams
  21790. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams.Rep_DidOpenNotebookDocumentParams
  21791. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocument.Rep_NotebookDocument
  21792. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams.Rep_DidOpenTextDocumentParams
  21793. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams.Rep_DidSaveNotebookDocumentParams
  21794. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams.Rep_DidSaveTextDocumentParams
  21795. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorOptions.Rep_DocumentColorOptions
  21796. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorParams.Rep_DocumentColorParams
  21797. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions.Rep_DocumentColorRegistrationOptions
  21798. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams.Rep_DocumentDiagnosticParams
  21799. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport.Rep_DocumentDiagnosticReport
  21800. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.Rep_RelatedFullDocumentDiagnosticReport
  21801. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.Rep_FullDocumentDiagnosticReport
  21802. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.Rep_UnchangedDocumentDiagnosticReport
  21803. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.Rep_RelatedUnchangedDocumentDiagnosticReport
  21804. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.D:R:EnumBaseTypeDocumentDiagnosticReportKind
  21805. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.Rep_DocumentDiagnosticReportKind
  21806. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.Rep_DocumentDiagnosticReportPartialResult
  21807. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions.Rep_DocumentFormattingOptions
  21808. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingParams.Rep_DocumentFormattingParams
  21809. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FormattingOptions.Rep_FormattingOptions
  21810. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions.Rep_DocumentFormattingRegistrationOptions
  21811. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.Rep_DocumentHighlight
  21812. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.Rep_DocumentHighlightKind
  21813. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.D:R:EnumBaseTypeDocumentHighlightKind
  21814. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions.Rep_DocumentHighlightOptions
  21815. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.Rep_DocumentHighlightParams
  21816. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions.Rep_DocumentHighlightRegistrationOptions
  21817. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLink.Rep_DocumentLink
  21818. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkOptions.Rep_DocumentLinkOptions
  21819. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkParams.Rep_DocumentLinkParams
  21820. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions.Rep_DocumentLinkRegistrationOptions
  21821. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions.Rep_DocumentOnTypeFormattingOptions
  21822. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.Rep_DocumentOnTypeFormattingParams
  21823. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions.Rep_DocumentOnTypeFormattingRegistrationOptions
  21824. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions.Rep_DocumentRangeFormattingOptions
  21825. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.Rep_DocumentRangeFormattingParams
  21826. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions.Rep_DocumentRangeFormattingRegistrationOptions
  21827. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.Rep_DocumentSymbol
  21828. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions.Rep_DocumentSymbolOptions
  21829. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolParams.Rep_DocumentSymbolParams
  21830. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions.Rep_DocumentSymbolRegistrationOptions
  21831. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.D:R:EnumBaseTypeErrorCodes
  21832. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.Rep_ErrorCodes
  21833. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions.Rep_ExecuteCommandOptions
  21834. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.Rep_ExecuteCommandParams
  21835. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions.Rep_ExecuteCommandRegistrationOptions
  21836. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.D:R:EnumBaseTypeFailureHandlingKind
  21837. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.D:R:EnumBaseTypeFileChangeType
  21838. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationFilter.Rep_FileOperationFilter
  21839. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPattern.Rep_FileOperationPattern
  21840. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.Rep_FileOperationPatternKind
  21841. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions.Rep_FileOperationPatternOptions
  21842. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationOptions.Rep_FileOperationOptions
  21843. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions.Rep_FileOperationRegistrationOptions
  21844. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.D:R:EnumBaseTypeFileOperationPatternKind
  21845. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileRename.Rep_FileRename
  21846. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.D:R:EnumBaseTypeWatchKind
  21847. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRange.Rep_FoldingRange
  21848. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeOptions.Rep_FoldingRangeOptions
  21849. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeParams.Rep_FoldingRangeParams
  21850. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions.Rep_FoldingRangeRegistrationOptions
  21851. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.D:R:EnumBaseTypePositionEncodingKind
  21852. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Hover.Rep_Hover
  21853. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedString.Rep_MarkedString
  21854. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage.Rep_MarkedStringWithLanguage
  21855. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverOptions.Rep_HoverOptions
  21856. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverParams.Rep_HoverParams
  21857. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions.Rep_HoverRegistrationOptions
  21858. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationOptions.Rep_ImplementationOptions
  21859. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationParams.Rep_ImplementationParams
  21860. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions.Rep_ImplementationRegistrationOptions
  21861. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeError.Rep_InitializeError
  21862. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeParams.Rep_InitializeParams
  21863. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.Rep_TraceValue
  21864. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.D:R:EnumBaseTypeTraceValue
  21865. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeResult.Rep_InitializeResult
  21866. 1909.50 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCapabilities.Rep_ServerCapabilities
  21867. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.Rep_TextDocumentSyncOptions
  21868. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.Rep_TextDocumentSyncKind
  21869. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SaveOptions.Rep_SaveOptions
  21870. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions.Rep_NotebookDocumentSyncOptions
  21871. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook.Rep_NotebookDocumentFilterWithNotebook
  21872. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellLanguage.Rep_NotebookCellLanguage
  21873. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells.Rep_NotebookDocumentFilterWithCells
  21874. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions.Rep_NotebookDocumentSyncRegistrationOptions
  21875. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpOptions.Rep_SignatureHelpOptions
  21876. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions.Rep_TypeDefinitionOptions
  21877. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions.Rep_TypeDefinitionRegistrationOptions
  21878. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceOptions.Rep_ReferenceOptions
  21879. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions.Rep_WorkspaceSymbolOptions
  21880. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameOptions.Rep_RenameOptions
  21881. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeOptions.Rep_SelectionRangeOptions
  21882. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions.Rep_SelectionRangeRegistrationOptions
  21883. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions.Rep_LinkedEditingRangeOptions
  21884. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions.Rep_LinkedEditingRangeRegistrationOptions
  21885. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensOptions.Rep_SemanticTokensOptions
  21886. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensLegend.Rep_SemanticTokensLegend
  21887. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta.Rep_SemanticTokensFullDelta
  21888. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions.Rep_SemanticTokensRegistrationOptions
  21889. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerOptions.Rep_MonikerOptions
  21890. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions.Rep_MonikerRegistrationOptions
  21891. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions.Rep_TypeHierarchyOptions
  21892. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions.Rep_TypeHierarchyRegistrationOptions
  21893. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueOptions.Rep_InlineValueOptions
  21894. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions.Rep_InlineValueRegistrationOptions
  21895. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintOptions.Rep_InlayHintOptions
  21896. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions.Rep_InlayHintRegistrationOptions
  21897. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceOptions.Rep_WorkspaceOptions
  21898. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities.Rep_WorkspaceFoldersServerCapabilities
  21899. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerInfo.Rep_ServerInfo
  21900. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializedParams.Rep_InitializedParams
  21901. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHint.Rep_InlayHint
  21902. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.Rep_InlayHintLabelPart
  21903. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.Rep_InlayHintKind
  21904. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.D:R:EnumBaseTypeInlayHintKind
  21905. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintParams.Rep_InlayHintParams
  21906. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValue.Rep_InlineValue
  21907. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueText.Rep_InlineValueText
  21908. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.Rep_InlineValueVariableLookup
  21909. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.Rep_InlineValueEvaluatableExpression
  21910. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueContext.Rep_InlineValueContext
  21911. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueParams.Rep_InlineValueParams
  21912. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.D:R:EnumBaseTypeLSPErrorCodes
  21913. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.Rep_LSPErrorCodes
  21914. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.D:R:EnumBaseTypeLanguageKind
  21915. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.Rep_LanguageKind
  21916. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.Rep_LinkedEditingRangeParams
  21917. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.Rep_LinkedEditingRanges
  21918. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.Rep_LocationUriOnly
  21919. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogMessageParams.Rep_LogMessageParams
  21920. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.Rep_MessageType
  21921. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.D:R:EnumBaseTypeMessageType
  21922. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogTraceParams.Rep_LogTraceParams
  21923. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageActionItem.Rep_MessageActionItem
  21924. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Moniker.Rep_Moniker
  21925. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.Rep_UniquenessLevel
  21926. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.Rep_MonikerKind
  21927. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.D:R:EnumBaseTypeUniquenessLevel
  21928. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.D:R:EnumBaseTypeMonikerKind
  21929. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerParams.Rep_MonikerParams
  21930. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.D:R:EnumBaseTypeNotebookCellKind
  21931. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ParameterInformation.Rep_ParameterInformation
  21932. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PartialResultParams.Rep_PartialResultParams
  21933. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior.Rep_PrepareRenameDefaultBehavior
  21934. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.Rep_PrepareRenameParams
  21935. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.Rep_PrepareRenamePlaceholder
  21936. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameResult.Rep_PrepareRenameResult
  21937. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.D:R:EnumBaseTypePrepareSupportDefaultBehavior
  21938. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PreviousResultId.Rep_PreviousResultId
  21939. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressParams.Rep_ProgressParams
  21940. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.Rep_PublishDiagnosticsParams
  21941. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceContext.Rep_ReferenceContext
  21942. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceParams.Rep_ReferenceParams
  21943. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions.Rep_ReferenceRegistrationOptions
  21944. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Registration.Rep_Registration
  21945. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegistrationParams.Rep_RegistrationParams
  21946. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFilesParams.Rep_RenameFilesParams
  21947. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameParams.Rep_RenameParams
  21948. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions.Rep_RenameRegistrationOptions
  21949. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperation.Rep_ResourceOperation
  21950. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.D:R:EnumBaseTypeResourceOperationKind
  21951. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRange.Rep_SelectionRange
  21952. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.Rep_SelectionRangeParams
  21953. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.D:R:EnumBaseTypeSemanticTokenModifiers
  21954. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.Rep_SemanticTokenModifiers
  21955. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.D:R:EnumBaseTypeSemanticTokenTypes
  21956. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.Rep_SemanticTokenTypes
  21957. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokens.Rep_SemanticTokens
  21958. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.D:R:EnumBaseTypeTokenFormat
  21959. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDelta.Rep_SemanticTokensDelta
  21960. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensEdit.Rep_SemanticTokensEdit
  21961. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams.Rep_SemanticTokensDeltaParams
  21962. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult.Rep_SemanticTokensDeltaPartialResult
  21963. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensParams.Rep_SemanticTokensParams
  21964. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult.Rep_SemanticTokensPartialResult
  21965. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.Rep_SemanticTokensRangeParams
  21966. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.D:R:EnumBaseTypeTextDocumentSyncKind
  21967. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SetTraceParams.Rep_SetTraceParams
  21968. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.Rep_ShowDocumentParams
  21969. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentResult.Rep_ShowDocumentResult
  21970. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageParams.Rep_ShowMessageParams
  21971. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams.Rep_ShowMessageRequestParams
  21972. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelp.Rep_SignatureHelp
  21973. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureInformation.Rep_SignatureInformation
  21974. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpContext.Rep_SignatureHelpContext
  21975. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.Rep_SignatureHelpTriggerKind
  21976. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.D:R:EnumBaseTypeSignatureHelpTriggerKind
  21977. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.Rep_SignatureHelpParams
  21978. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions.Rep_SignatureHelpRegistrationOptions
  21979. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions.Rep_StaticRegistrationOptions
  21980. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolInformation.Rep_SymbolInformation
  21981. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions.Rep_TextDocumentChangeRegistrationOptions
  21982. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.Rep_TextDocumentPositionParams
  21983. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions.Rep_TextDocumentRegistrationOptions
  21984. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.D:R:EnumBaseTypeTextDocumentSaveReason
  21985. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.Rep_TextDocumentSaveReason
  21986. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions.Rep_TextDocumentSaveRegistrationOptions
  21987. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.Rep_TypeDefinitionParams
  21988. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.Rep_TypeHierarchyItem
  21989. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.Rep_TypeHierarchyPrepareParams
  21990. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams.Rep_TypeHierarchySubtypesParams
  21991. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams.Rep_TypeHierarchySupertypesParams
  21992. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UInitializeParams.Rep_UInitializeParams
  21993. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.Unregistration.Rep_Unregistration
  21994. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnregistrationParams.Rep_UnregistrationParams
  21995. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams.Rep_WillSaveTextDocumentParams
  21996. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin.Rep_WorkDoneProgressBegin
  21997. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams.Rep_WorkDoneProgressCancelParams
  21998. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams.Rep_WorkDoneProgressCreateParams
  21999. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd.Rep_WorkDoneProgressEnd
  22000. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions.Rep_WorkDoneProgressOptions
  22001. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams.Rep_WorkDoneProgressParams
  22002. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport.Rep_WorkDoneProgressReport
  22003. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams.Rep_WorkspaceDiagnosticParams
  22004. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport.Rep_WorkspaceDiagnosticReport
  22005. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport.Rep_WorkspaceDocumentDiagnosticReport
  22006. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.Rep_WorkspaceFullDocumentDiagnosticReport
  22007. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.Rep_WorkspaceUnchangedDocumentDiagnosticReport
  22008. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult.Rep_WorkspaceDiagnosticReportPartialResult
  22009. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams.Rep_WorkspaceFoldersInitializeParams
  22010. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.Rep_WorkspaceSymbol
  22011. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.Rep_WorkspaceSymbolParams
  22012. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions.Rep_WorkspaceSymbolRegistrationOptions
  22013. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.LspId.Rep_LspId
  22014. 1909.51 s [hls-test-utils] - Data.IxMap.IxOrd
  22015. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.LspId.D:R:BaseMethodLspId
  22016. 1909.51 s [hls-test-utils] - Data.IxMap.Base
  22017. 1909.51 s [hls-test-utils] - Data.IxMap.toBase
  22018. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TRegistration
  22019. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TUnregistration
  22020. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_NotificationMessage
  22021. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_RequestMessage
  22022. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseError
  22023. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseMessage
  22024. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TNotificationMessage
  22025. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TRequestMessage
  22026. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseError
  22027. 1909.51 s [hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseMessage
  22028. 1909.51 s [hls-test-utils] - Data.Vector.Primitive.Mutable.MVector
  22029. 1909.51 s [hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeThaw
  22030. 1909.51 s [hls-test-utils] - Data.Vector.Unboxed.Base.V_Int32
  22031. 1909.51 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicClear
  22032. 1909.51 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicOverlaps
  22033. 1909.51 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
  22034. 1909.51 s [hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
  22035. 1909.51 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
  22036. 1909.51 s [hls-test-utils] - Data.Vector.Unboxed.Base.D:R:VectorInt320
  22037. 1909.51 s [hls-test-utils] - Language.LSP.VFS.HasCharacter
  22038. 1909.51 s [hls-test-utils] - Language.LSP.VFS.HasLine
  22039. 1909.51 s [hls-test-utils] - Language.LSP.VFS.HasLsp_version
  22040. 1909.51 s [hls-test-utils] - Language.LSP.VFS.HasVfsMap
  22041. 1925.38 s [hls-test-utils] Documentation created: dist/doc/html/hls-test-utils/,
  22042. 1925.39 s [hls-test-utils] dist/doc/html/hls-test-utils/hls-test-utils.txt
  22043. 1925.44 s [hls-test-utils] Phase: installPhase
  22044. 1925.61 s [hls-test-utils] Installing library in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  22045. 1925.95 s [hls-test-utils] Phase: fixupPhase
  22046. 1925.97 s [hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0
  22047. 1925.97 s [hls-test-utils] shrinking /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT-ghc9.10.2.so
  22048. 1926.06 s [hls-test-utils] checking for references to /build/ in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0...
  22049. 1926.08 s [hls-test-utils] patching script interpreter paths in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0
  22050. 1926.08 s [hls-test-utils] stripping (with command strip and flags -S -p) in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/lib
  22051. 1926.15 s [hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc
  22052. 1926.16 s [hls-test-utils] checking for references to /build/ in /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc...
  22053. 1926.19 s [hls-test-utils] patching script interpreter paths in /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc
  22054. 1926.47 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0 /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc
  22055. 1926.93 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  22056. 1926.95 s [post-build-hook] Uploading to the NixCI cache: /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0 /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc
  22057. 1926.99 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22058. 1927.08 s [post-build-hook] copying 1 paths...
  22059. 1927.08 s [post-build-hook] copying path '/nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0' to 'https://cache.nix-ci.com'...
  22060. 1928.54 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  22061. 1928.64 s [post-build-hook] copying 0 paths...
  22062. 1928.66 s Progress: 154 of 157 built, 587 of 587 downloaded from cache
  22063. 1928.75 s Building haskell-language-server
  22064. 1929.54 s [haskell-language-server] Phase: setupCompilerEnvironmentPhase
  22065. 1929.54 s [haskell-language-server] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
  22066. 1930.20 s [haskell-language-server] Phase: unpackPhase
  22067. 1930.21 s [haskell-language-server] unpacking source archive /nix/store/kqr4dg4wyp0h2dbm7y21zlbp3chihj6k-haskell-language-server-2.12.0.0.tar.gz
  22068. 1930.25 s [haskell-language-server] source root is haskell-language-server-2.12.0.0
  22069. 1930.28 s [haskell-language-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-language-server-2.12.0.0/test/wrapper/Main.hs"
  22070. 1930.28 s [haskell-language-server] Phase: patchPhase
  22071. 1930.29 s [haskell-language-server] Phase: compileBuildDriverPhase
  22072. 1930.29 s [haskell-language-server] setupCompileFlags: -package-db=/build/tmp.okw9hF7Ejg/setup-package.conf.d -threaded
  22073. 1930.34 s [haskell-language-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.okw9hF7Ejg/Main.o )
  22074. 1930.38 s [haskell-language-server] [2 of 2] Linking Setup
  22075. 1931.52 s [haskell-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
  22076. 1931.54 s [haskell-language-server] Phase: configurePhase
  22077. 1931.56 s [haskell-language-server] configureFlags: --verbose --prefix=/nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.okw9hF7Ejg/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/haskell-language-server-2.12.0.0 --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --enable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping -f-hlint --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/lib
  22078. 1931.58 s [haskell-language-server] Using Parsec parser
  22079. 1931.58 s [haskell-language-server] Configuring haskell-language-server-2.12.0.0...
  22080. 1932.13 s [haskell-language-server] Flags chosen: alternatenumberformat=True, cabal=True, cabalfmt=True,
  22081. 1932.13 s [haskell-language-server] cabalgild=True, callhierarchy=True, changetypesignature=True, class=True,
  22082. 1932.13 s [haskell-language-server] coderange=True, dynamic=True, eval=True, explicitfields=True,
  22083. 1932.13 s [haskell-language-server] explicitfixity=True, floskell=True, fourmolu=True, gadt=True, ghc-lib=True,
  22084. 1932.13 s [haskell-language-server] ghcide-bench=True, hlint=False, ignore-plugins-ghc-bounds=False,
  22085. 1932.13 s [haskell-language-server] importlens=True, isolatecabalfmttests=False, isolatecabalgildtests=False,
  22086. 1932.13 s [haskell-language-server] modulename=True, notes=True, ormolu=True, overloadedrecorddot=True,
  22087. 1932.13 s [haskell-language-server] pedantic=False, pragmas=True, qualifyimportednames=True, refactor=True,
  22088. 1932.13 s [haskell-language-server] rename=True, retrie=True, semantictokens=True, signaturehelp=True,
  22089. 1932.13 s [haskell-language-server] splice=True, stan=True, stylishhaskell=True, test-exe=True
  22090. 1932.53 s [haskell-language-server] Dependency aeson-pretty: using aeson-pretty-0.8.10
  22091. 1932.53 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22092. 1932.53 s [haskell-language-server] Dependency data-default: using data-default-0.8.0.1
  22093. 1932.53 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22094. 1932.53 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22095. 1932.53 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22096. 1932.53 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22097. 1932.53 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22098. 1932.53 s [haskell-language-server] Dependency githash >=0.1.6.1: using githash-0.1.7.0
  22099. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22100. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22101. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22102. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22103. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22104. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22105. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22106. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22107. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22108. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22109. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22110. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22111. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22112. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22113. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22114. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22115. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22116. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22117. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22118. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22119. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22120. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22121. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22122. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22123. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22124. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22125. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22126. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22127. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22128. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22129. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22130. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22131. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22132. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22133. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22134. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22135. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22136. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22137. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22138. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22139. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22140. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22141. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22142. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22143. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22144. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22145. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22146. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22147. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22148. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22149. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22150. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22151. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22152. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22153. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22154. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22155. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22156. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22157. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22158. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22159. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22160. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22161. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22162. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22163. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22164. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22165. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22166. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22167. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22168. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22169. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22170. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22171. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22172. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22173. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22174. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22175. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22176. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22177. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22178. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22179. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22180. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22181. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22182. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22183. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22184. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22185. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22186. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22187. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22188. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22189. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22190. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22191. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22192. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22193. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22194. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22195. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22196. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22197. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22198. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22199. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22200. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22201. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22202. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22203. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22204. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22205. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22206. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22207. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22208. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22209. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22210. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22211. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22212. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22213. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22214. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22215. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22216. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22217. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22218. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22219. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22220. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22221. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22222. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22223. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22224. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22225. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22226. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22227. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22228. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22229. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22230. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22231. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22232. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22233. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22234. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22235. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22236. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22237. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22238. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22239. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22240. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22241. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22242. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22243. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22244. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22245. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22246. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22247. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22248. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22249. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22250. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22251. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22252. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22253. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22254. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22255. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22256. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22257. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22258. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22259. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22260. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22261. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22262. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22263. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22264. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22265. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22266. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22267. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22268. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22269. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22270. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22271. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22272. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22273. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22274. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22275. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22276. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22277. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22278. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22279. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22280. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22281. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22282. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22283. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22284. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22285. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22286. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22287. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22288. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22289. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22290. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22291. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22292. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22293. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22294. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22295. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22296. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22297. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22298. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22299. 1932.53 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22300. 1932.53 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22301. 1932.53 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22302. 1932.53 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22303. 1932.53 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22304. 1932.53 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22305. 1932.53 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22306. 1932.53 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22307. 1932.53 s [haskell-language-server] haskell-language-server-2.12.0.0
  22308. 1932.53 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22309. 1932.53 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22310. 1932.54 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22311. 1932.54 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22312. 1932.54 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22313. 1932.54 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22314. 1932.54 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22315. 1932.54 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22316. 1932.54 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22317. 1932.54 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22318. 1932.54 s [haskell-language-server] haskell-language-server-2.12.0.0
  22319. 1932.54 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22320. 1932.54 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22321. 1932.54 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22322. 1932.54 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22323. 1932.54 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22324. 1932.54 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22325. 1932.54 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22326. 1932.54 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22327. 1932.54 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22328. 1932.54 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22329. 1932.54 s [haskell-language-server] haskell-language-server-2.12.0.0
  22330. 1932.54 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22331. 1932.54 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22332. 1932.54 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22333. 1932.54 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22334. 1932.54 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22335. 1932.54 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22336. 1932.54 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22337. 1932.54 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22338. 1932.54 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22339. 1932.54 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22340. 1932.54 s [haskell-language-server] haskell-language-server-2.12.0.0
  22341. 1932.54 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22342. 1932.54 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22343. 1932.54 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22344. 1932.54 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22345. 1932.54 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22346. 1932.54 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22347. 1932.54 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22348. 1932.54 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22349. 1932.54 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22350. 1932.54 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22351. 1932.54 s [haskell-language-server] haskell-language-server-2.12.0.0
  22352. 1932.54 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22353. 1932.54 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22354. 1932.54 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22355. 1932.54 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22356. 1932.54 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22357. 1932.54 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22358. 1932.54 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22359. 1932.54 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22360. 1932.54 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22361. 1932.54 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22362. 1932.54 s [haskell-language-server] haskell-language-server-2.12.0.0
  22363. 1932.54 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22364. 1932.54 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22365. 1932.54 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22366. 1932.54 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22367. 1932.54 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22368. 1932.54 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22369. 1932.54 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22370. 1932.54 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22371. 1932.54 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22372. 1932.54 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22373. 1932.54 s [haskell-language-server] haskell-language-server-2.12.0.0
  22374. 1932.54 s [haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
  22375. 1932.54 s [haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
  22376. 1932.54 s [haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
  22377. 1932.54 s [haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
  22378. 1932.54 s [haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
  22379. 1932.54 s [haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
  22380. 1932.54 s [haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
  22381. 1932.54 s [haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
  22382. 1932.54 s [haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
  22383. 1932.54 s [haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
  22384. 1932.54 s [haskell-language-server] haskell-language-server-2.12.0.0
  22385. 1932.54 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.17.0
  22386. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22387. 1932.54 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  22388. 1932.54 s [haskell-language-server] Dependency optparse-simple: using optparse-simple-0.1.1.4
  22389. 1932.54 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  22390. 1932.54 s [haskell-language-server] Dependency process: using process-1.6.25.0
  22391. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22392. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22393. 1932.54 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22394. 1932.54 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22395. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22396. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22397. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22398. 1932.54 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22399. 1932.54 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22400. 1932.54 s [haskell-language-server] Dependency process-extras: using process-extras-0.7.4
  22401. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22402. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22403. 1932.54 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22404. 1932.54 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22405. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22406. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22407. 1932.54 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22408. 1932.54 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22409. 1932.54 s [haskell-language-server] Dependency process-extras: using process-extras-0.7.4
  22410. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22411. 1932.54 s [haskell-language-server] Dependency Cabal: using Cabal-3.14.2.0
  22412. 1932.54 s [haskell-language-server] Dependency Cabal-syntax >=3.7: using Cabal-syntax-3.14.2.0
  22413. 1932.54 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22414. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22415. 1932.54 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22416. 1932.54 s [haskell-language-server] Dependency cabal-add >=0.2 && <0.3: using cabal-add-0.2
  22417. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22418. 1932.54 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22419. 1932.54 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22420. 1932.54 s [haskell-language-server] Dependency extra >=1.7.4: using extra-1.8.1
  22421. 1932.54 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22422. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22423. 1932.54 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22424. 1932.54 s [haskell-language-server] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  22425. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22426. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22427. 1932.54 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  22428. 1932.54 s [haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
  22429. 1932.54 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22430. 1932.54 s [haskell-language-server] Dependency pretty: using pretty-1.1.3.6
  22431. 1932.54 s [haskell-language-server] Dependency regex-tdfa >=1.3.1 && <1.4: using regex-tdfa-1.3.2.5
  22432. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22433. 1932.54 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22434. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22435. 1932.54 s [haskell-language-server] Dependency unordered-containers >=0.2.10.0: using
  22436. 1932.54 s [haskell-language-server] unordered-containers-0.2.20.1
  22437. 1932.54 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22438. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22439. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22440. 1932.54 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22441. 1932.54 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22442. 1932.54 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22443. 1932.54 s [haskell-language-server] Dependency ghc-exactprint >=1.5 && <1.13.0.0: using ghc-exactprint-1.10.0.0
  22444. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22445. 1932.54 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22446. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22447. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22448. 1932.54 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22449. 1932.54 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22450. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22451. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22452. 1932.54 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22453. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22454. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22455. 1932.54 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22456. 1932.54 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22457. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22458. 1932.54 s [haskell-language-server] Dependency hiedb >=0.7.0.0 && <0.8: using hiedb-0.7.0.0
  22459. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22460. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22461. 1932.54 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22462. 1932.54 s [haskell-language-server] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
  22463. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22464. 1932.54 s [haskell-language-server] Dependency Diff >=0.5 && <0.6 || >=1.0.0 && <1.1: using Diff-1.0.2
  22465. 1932.54 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22466. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22467. 1932.54 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22468. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22469. 1932.54 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22470. 1932.54 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22471. 1932.54 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22472. 1932.54 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22473. 1932.54 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22474. 1932.54 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22475. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22476. 1932.54 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22477. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22478. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22479. 1932.54 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22480. 1932.54 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22481. 1932.54 s [haskell-language-server] Dependency megaparsec >=9.0: using megaparsec-9.7.0
  22482. 1932.54 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22483. 1932.54 s [haskell-language-server] Dependency parser-combinators >=1.2: using parser-combinators-1.3.0
  22484. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22485. 1932.54 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22486. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22487. 1932.54 s [haskell-language-server] Dependency unliftio: using unliftio-0.2.25.1
  22488. 1932.54 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22489. 1932.54 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22490. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22491. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22492. 1932.54 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22493. 1932.54 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22494. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22495. 1932.54 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22496. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22497. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22498. 1932.54 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22499. 1932.54 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22500. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22501. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22502. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22503. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22504. 1932.54 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22505. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22506. 1932.54 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22507. 1932.54 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  22508. 1932.54 s [haskell-language-server] haskell-language-server-2.12.0.0
  22509. 1932.54 s [haskell-language-server] Dependency hiedb >=0.7.0.0 && <0.8: using hiedb-0.7.0.0
  22510. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22511. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22512. 1932.54 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22513. 1932.54 s [haskell-language-server] Dependency mod: using mod-0.2.1.0
  22514. 1932.54 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22515. 1932.54 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22516. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22517. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22518. 1932.54 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22519. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22520. 1932.54 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22521. 1932.54 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22522. 1932.54 s [haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
  22523. 1932.54 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22524. 1932.54 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22525. 1932.54 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22526. 1932.54 s [haskell-language-server] Dependency stan >=0.2.1.0: using stan-0.2.1.0
  22527. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22528. 1932.54 s [haskell-language-server] Dependency trial: using trial-0.0.0.0
  22529. 1932.54 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22530. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22531. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22532. 1932.54 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22533. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22534. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22535. 1932.54 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22536. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22537. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22538. 1932.54 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22539. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22540. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22541. 1932.54 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22542. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22543. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22544. 1932.54 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22545. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22546. 1932.54 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22547. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22548. 1932.54 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22549. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22550. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22551. 1932.54 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22552. 1932.54 s [haskell-language-server] Dependency fuzzy: using fuzzy-0.1.1.0
  22553. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22554. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22555. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22556. 1932.54 s [haskell-language-server] Dependency lens-aeson: using lens-aeson-1.2.3
  22557. 1932.54 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22558. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22559. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22560. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22561. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22562. 1932.54 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22563. 1932.54 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22564. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22565. 1932.54 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22566. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22567. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22568. 1932.54 s [haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
  22569. 1932.54 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22570. 1932.54 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
  22571. 1932.54 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22572. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22573. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22574. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22575. 1932.54 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22576. 1932.54 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22577. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22578. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22579. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22580. 1932.54 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22581. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22582. 1932.54 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22583. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22584. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22585. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22586. 1932.54 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22587. 1932.54 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22588. 1932.54 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22589. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22590. 1932.54 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22591. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22592. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22593. 1932.54 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22594. 1932.54 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22595. 1932.54 s [haskell-language-server] Dependency semigroupoids: using semigroupoids-6.0.1
  22596. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22597. 1932.54 s [haskell-language-server] Dependency vector: using vector-0.13.2.0
  22598. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22599. 1932.54 s [haskell-language-server] Dependency containers: using containers-0.7
  22600. 1932.54 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22601. 1932.54 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22602. 1932.54 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22603. 1932.54 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22604. 1932.54 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22605. 1932.54 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
  22606. 1932.54 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22607. 1932.54 s [haskell-language-server] Dependency text: using text-2.1.2
  22608. 1932.54 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22609. 1932.54 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22610. 1932.54 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22611. 1932.55 s [haskell-language-server] Dependency containers: using containers-0.7
  22612. 1932.55 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22613. 1932.55 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22614. 1932.55 s [haskell-language-server] Dependency ghc-exactprint: using ghc-exactprint-1.10.0.0
  22615. 1932.55 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22616. 1932.55 s [haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
  22617. 1932.55 s [haskell-language-server] haskell-language-server-2.12.0.0
  22618. 1932.55 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22619. 1932.55 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22620. 1932.55 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22621. 1932.55 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22622. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22623. 1932.55 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22624. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22625. 1932.55 s [haskell-language-server] Dependency containers: using containers-0.7
  22626. 1932.55 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22627. 1932.55 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22628. 1932.55 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22629. 1932.55 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22630. 1932.55 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22631. 1932.55 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22632. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22633. 1932.55 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22634. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22635. 1932.55 s [haskell-language-server] Dependency containers: using containers-0.7
  22636. 1932.55 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22637. 1932.55 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22638. 1932.55 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22639. 1932.55 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22640. 1932.55 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22641. 1932.55 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22642. 1932.55 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22643. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22644. 1932.55 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22645. 1932.55 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22646. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22647. 1932.55 s [haskell-language-server] Dependency containers: using containers-0.7
  22648. 1932.55 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22649. 1932.55 s [haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
  22650. 1932.55 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22651. 1932.55 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22652. 1932.55 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22653. 1932.55 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22654. 1932.55 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22655. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22656. 1932.55 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22657. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22658. 1932.55 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22659. 1932.55 s [haskell-language-server] Dependency fourmolu >=0.14 && <0.20: using fourmolu-0.19.0.1
  22660. 1932.55 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22661. 1932.55 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22662. 1932.55 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22663. 1932.55 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22664. 1932.55 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22665. 1932.55 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22666. 1932.55 s [haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
  22667. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22668. 1932.55 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22669. 1932.55 s [haskell-language-server] Dependency yaml: using yaml-0.11.11.2
  22670. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22671. 1932.55 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22672. 1932.55 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22673. 1932.55 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22674. 1932.55 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22675. 1932.55 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22676. 1932.55 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22677. 1932.55 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22678. 1932.55 s [haskell-language-server] Dependency ormolu >=0.5.3 && <0.9: using ormolu-0.8.0.2
  22679. 1932.55 s [haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
  22680. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22681. 1932.55 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22682. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22683. 1932.55 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22684. 1932.55 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22685. 1932.55 s [haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
  22686. 1932.55 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22687. 1932.55 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22688. 1932.55 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22689. 1932.55 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22690. 1932.55 s [haskell-language-server] Dependency stylish-haskell >=0.12 && <0.16: using stylish-haskell-0.15.1.0
  22691. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22692. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22693. 1932.55 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22694. 1932.55 s [haskell-language-server] Dependency containers: using containers-0.7
  22695. 1932.55 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22696. 1932.55 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22697. 1932.55 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22698. 1932.55 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22699. 1932.55 s [haskell-language-server] Dependency ghc-boot: using ghc-boot-9.10.2
  22700. 1932.55 s [haskell-language-server] Dependency ghc-exactprint <1 || >=1.4: using ghc-exactprint-1.10.0.0
  22701. 1932.55 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22702. 1932.55 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22703. 1932.55 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22704. 1932.55 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22705. 1932.55 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22706. 1932.55 s [haskell-language-server] Dependency mtl: using mtl-2.3.1
  22707. 1932.55 s [haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
  22708. 1932.55 s [haskell-language-server] Dependency regex-applicative: using regex-applicative-0.3.4
  22709. 1932.55 s [haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
  22710. 1932.55 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22711. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22712. 1932.55 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22713. 1932.55 s [haskell-language-server] Dependency time: using time-1.12.2
  22714. 1932.55 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22715. 1932.55 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22716. 1932.55 s [haskell-language-server] Dependency array: using array-0.5.8.0
  22717. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22718. 1932.55 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22719. 1932.55 s [haskell-language-server] Dependency containers: using containers-0.7
  22720. 1932.55 s [haskell-language-server] Dependency data-default: using data-default-0.8.0.1
  22721. 1932.55 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22722. 1932.55 s [haskell-language-server] Dependency dlist: using dlist-1.0
  22723. 1932.55 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22724. 1932.55 s [haskell-language-server] Dependency ghc: using ghc-9.10.2
  22725. 1932.55 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22726. 1932.55 s [haskell-language-server] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  22727. 1932.55 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22728. 1932.55 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22729. 1932.55 s [haskell-language-server] Dependency lsp >=2.6: using lsp-2.7.0.1
  22730. 1932.55 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  22731. 1932.55 s [haskell-language-server] Dependency stm: using stm-2.5.3.1
  22732. 1932.55 s [haskell-language-server] Dependency stm-containers: using stm-containers-1.2.1.1
  22733. 1932.55 s [haskell-language-server] Dependency syb: using syb-0.7.2.4
  22734. 1932.55 s [haskell-language-server] Dependency template-haskell: using template-haskell-2.22.0.0
  22735. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22736. 1932.55 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22737. 1932.55 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22738. 1932.55 s [haskell-language-server] Dependency array: using array-0.5.8.0
  22739. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22740. 1932.55 s [haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
  22741. 1932.55 s [haskell-language-server] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
  22742. 1932.55 s [haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
  22743. 1932.55 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22744. 1932.55 s [haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
  22745. 1932.55 s [haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
  22746. 1932.55 s [haskell-language-server] Dependency regex-tdfa >=1.3.1: using regex-tdfa-1.3.2.5
  22747. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22748. 1932.55 s [haskell-language-server] Dependency text-rope: using text-rope-0.3
  22749. 1932.55 s [haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
  22750. 1932.55 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22751. 1932.55 s [haskell-language-server] Dependency async: using async-2.2.5
  22752. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22753. 1932.55 s [haskell-language-server] Dependency binary: using binary-0.8.9.3
  22754. 1932.55 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22755. 1932.55 s [haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
  22756. 1932.55 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22757. 1932.55 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22758. 1932.55 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22759. 1932.55 s [haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
  22760. 1932.55 s [haskell-language-server] Dependency hashable: using hashable-1.5.0.0
  22761. 1932.55 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.12.0.0
  22762. 1932.55 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22763. 1932.55 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  22764. 1932.55 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22765. 1932.55 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  22766. 1932.55 s [haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
  22767. 1932.55 s [haskell-language-server] Dependency process: using process-1.6.25.0
  22768. 1932.55 s [haskell-language-server] Dependency row-types: using row-types-1.0.1.2
  22769. 1932.55 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  22770. 1932.55 s [haskell-language-server] Dependency shake: using shake-0.19.8
  22771. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22772. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22773. 1932.55 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.12.0.0
  22774. 1932.55 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22775. 1932.55 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22776. 1932.55 s [haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
  22777. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22778. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22779. 1932.55 s [haskell-language-server] Dependency containers: using containers-0.7
  22780. 1932.55 s [haskell-language-server] Dependency data-default: using data-default-0.8.0.1
  22781. 1932.55 s [haskell-language-server] Dependency directory: using directory-1.3.8.5
  22782. 1932.55 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22783. 1932.55 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22784. 1932.55 s [haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
  22785. 1932.55 s [haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.12.0.0
  22786. 1932.55 s [haskell-language-server] Dependency hie-bios: using hie-bios-0.17.0
  22787. 1932.55 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22788. 1932.55 s [haskell-language-server] Dependency lsp: using lsp-2.7.0.1
  22789. 1932.55 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22790. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22791. 1932.55 s [haskell-language-server] Dependency transformers: using transformers-0.6.1.1
  22792. 1932.55 s [haskell-language-server] Dependency unix: using unix-2.8.6.0
  22793. 1932.55 s [haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
  22794. 1932.55 s [haskell-language-server] Dependency base >=4 && <5: using base-4.20.1.0
  22795. 1932.55 s [haskell-language-server] Dependency aeson: using aeson-2.2.3.0
  22796. 1932.55 s [haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
  22797. 1932.55 s [haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
  22798. 1932.55 s [haskell-language-server] Dependency containers: using containers-0.7
  22799. 1932.55 s [haskell-language-server] Dependency data-default: using data-default-0.8.0.1
  22800. 1932.55 s [haskell-language-server] Dependency extra: using extra-1.8.1
  22801. 1932.55 s [haskell-language-server] Dependency filepath: using filepath-1.5.4.0
  22802. 1932.55 s [haskell-language-server] Dependency haskell-language-server:ghcide-bench-lib: using
  22803. 1932.55 s [haskell-language-server] haskell-language-server-2.12.0.0
  22804. 1932.55 s [haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
  22805. 1932.55 s [haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
  22806. 1932.55 s [haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.12.0.0
  22807. 1932.55 s [haskell-language-server] Dependency lens: using lens-5.3.5
  22808. 1932.55 s [haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
  22809. 1932.55 s [haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
  22810. 1932.55 s [haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
  22811. 1932.55 s [haskell-language-server] Dependency process: using process-1.6.25.0
  22812. 1932.55 s [haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
  22813. 1932.55 s [haskell-language-server] Dependency shake: using shake-0.19.8
  22814. 1932.55 s [haskell-language-server] Dependency tasty-hunit >=0.10: using tasty-hunit-0.10.2
  22815. 1932.55 s [haskell-language-server] Dependency text: using text-2.1.2
  22816. 1932.55 s [haskell-language-server] Source component graph:
  22817. 1932.55 s [haskell-language-server] component exe:ghcide-test-preprocessor
  22818. 1932.55 s [haskell-language-server] component lib:hls-stylish-haskell-plugin
  22819. 1932.55 s [haskell-language-server] component lib:hls-stan-plugin
  22820. 1932.55 s [haskell-language-server] component lib:hls-signature-help-plugin
  22821. 1932.55 s [haskell-language-server] component lib:hls-semantic-tokens-plugin
  22822. 1932.55 s [haskell-language-server] component lib:hls-refactor-plugin
  22823. 1932.55 s [haskell-language-server] component lib:hls-rename-plugin dependency lib:hls-refactor-plugin
  22824. 1932.55 s [haskell-language-server] component lib:hls-qualify-imported-names-plugin
  22825. 1932.55 s [haskell-language-server] component lib:hls-pragmas-plugin
  22826. 1932.55 s [haskell-language-server] component lib:hls-overloaded-record-dot-plugin
  22827. 1932.55 s [haskell-language-server] component lib:hls-ormolu-plugin
  22828. 1932.55 s [haskell-language-server] component lib:hls-notes-plugin
  22829. 1932.55 s [haskell-language-server] component lib:hls-module-name-plugin
  22830. 1932.55 s [haskell-language-server] component lib:hls-gadt-plugin dependency lib:hls-refactor-plugin
  22831. 1932.55 s [haskell-language-server] component lib:hls-fourmolu-plugin
  22832. 1932.55 s [haskell-language-server] component lib:hls-explicit-record-fields-plugin
  22833. 1932.55 s [haskell-language-server] component lib:hls-explicit-imports-plugin
  22834. 1932.55 s [haskell-language-server] component lib:hls-explicit-fixity-plugin
  22835. 1932.55 s [haskell-language-server] component lib:hls-eval-plugin
  22836. 1932.55 s [haskell-language-server] component lib:hls-code-range-plugin
  22837. 1932.55 s [haskell-language-server] component lib:hls-class-plugin
  22838. 1932.55 s [haskell-language-server] component lib:hls-change-type-signature-plugin
  22839. 1932.55 s [haskell-language-server] component lib:hls-call-hierarchy-plugin
  22840. 1932.55 s [haskell-language-server] component lib:hls-cabal-plugin
  22841. 1932.55 s [haskell-language-server] component lib:hls-cabal-gild-plugin
  22842. 1932.55 s [haskell-language-server] component lib:hls-cabal-fmt-plugin
  22843. 1932.55 s [haskell-language-server] component lib:hls-alternate-number-format-plugin
  22844. 1932.55 s [haskell-language-server] component lib:ghcide-bench-lib
  22845. 1932.55 s [haskell-language-server] component exe:ghcide-bench dependency lib:ghcide-bench-lib
  22846. 1932.55 s [haskell-language-server] component lib
  22847. 1932.55 s [haskell-language-server] dependency lib:hls-alternate-number-format-plugin
  22848. 1932.55 s [haskell-language-server] dependency lib:hls-cabal-fmt-plugin
  22849. 1932.55 s [haskell-language-server] dependency lib:hls-cabal-gild-plugin
  22850. 1932.55 s [haskell-language-server] dependency lib:hls-cabal-plugin
  22851. 1932.55 s [haskell-language-server] dependency lib:hls-call-hierarchy-plugin
  22852. 1932.55 s [haskell-language-server] dependency lib:hls-change-type-signature-plugin
  22853. 1932.55 s [haskell-language-server] dependency lib:hls-class-plugin
  22854. 1932.55 s [haskell-language-server] dependency lib:hls-code-range-plugin
  22855. 1932.55 s [haskell-language-server] dependency lib:hls-eval-plugin
  22856. 1932.55 s [haskell-language-server] dependency lib:hls-explicit-fixity-plugin
  22857. 1932.55 s [haskell-language-server] dependency lib:hls-explicit-imports-plugin
  22858. 1932.55 s [haskell-language-server] dependency lib:hls-explicit-record-fields-plugin
  22859. 1932.55 s [haskell-language-server] dependency lib:hls-fourmolu-plugin
  22860. 1932.55 s [haskell-language-server] dependency lib:hls-gadt-plugin
  22861. 1932.55 s [haskell-language-server] dependency lib:hls-module-name-plugin
  22862. 1932.55 s [haskell-language-server] dependency lib:hls-notes-plugin
  22863. 1932.55 s [haskell-language-server] dependency lib:hls-ormolu-plugin
  22864. 1932.55 s [haskell-language-server] dependency lib:hls-overloaded-record-dot-plugin
  22865. 1932.55 s [haskell-language-server] dependency lib:hls-pragmas-plugin
  22866. 1932.55 s [haskell-language-server] dependency lib:hls-qualify-imported-names-plugin
  22867. 1932.55 s [haskell-language-server] dependency lib:hls-refactor-plugin
  22868. 1932.55 s [haskell-language-server] dependency lib:hls-rename-plugin
  22869. 1932.55 s [haskell-language-server] dependency lib:hls-semantic-tokens-plugin
  22870. 1932.55 s [haskell-language-server] dependency lib:hls-signature-help-plugin
  22871. 1932.55 s [haskell-language-server] dependency lib:hls-stan-plugin
  22872. 1932.55 s [haskell-language-server] dependency lib:hls-stylish-haskell-plugin
  22873. 1932.55 s [haskell-language-server] component exe:haskell-language-server dependency lib
  22874. 1932.55 s [haskell-language-server] component exe:haskell-language-server-wrapper dependency lib
  22875. 1932.55 s [haskell-language-server] Configured component graph:
  22876. 1932.55 s [haskell-language-server] component haskell-language-server-2.12.0.0-2cpIEfvFgBAEOPaQfQW18Q-ghcide-test-preprocessor
  22877. 1932.55 s [haskell-language-server] include base-4.20.1.0-f445
  22878. 1932.55 s [haskell-language-server] component haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  22879. 1932.55 s [haskell-language-server] include base-4.20.1.0-f445
  22880. 1932.55 s [haskell-language-server] include directory-1.3.8.5-159c
  22881. 1932.55 s [haskell-language-server] include filepath-1.5.4.0-8593
  22882. 1932.56 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  22883. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22884. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22885. 1932.56 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  22886. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  22887. 1932.56 s [haskell-language-server] include stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
  22888. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  22889. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  22890. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  22891. 1932.56 s [haskell-language-server] include deepseq-1.5.0.0-e166
  22892. 1932.56 s [haskell-language-server] include directory-1.3.8.5-159c
  22893. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22894. 1932.56 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  22895. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22896. 1932.56 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  22897. 1932.56 s [haskell-language-server] include stan-0.2.1.0-GLOZkCf10J7JsaGwzsIkoc
  22898. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  22899. 1932.56 s [haskell-language-server] include trial-0.0.0.0-KPkISSwOXJcEkgws7pQu7C
  22900. 1932.56 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  22901. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  22902. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  22903. 1932.56 s [haskell-language-server] include containers-0.7-6571
  22904. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  22905. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22906. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22907. 1932.56 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  22908. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  22909. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22910. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  22911. 1932.56 s [haskell-language-server] include array-0.5.8.0-cc9a
  22912. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  22913. 1932.56 s [haskell-language-server] include bytestring-0.12.2.0-214a
  22914. 1932.56 s [haskell-language-server] include containers-0.7-6571
  22915. 1932.56 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  22916. 1932.56 s [haskell-language-server] include deepseq-1.5.0.0-e166
  22917. 1932.56 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  22918. 1932.56 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  22919. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  22920. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22921. 1932.56 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  22922. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22923. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22924. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  22925. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  22926. 1932.56 s [haskell-language-server] include stm-2.5.3.1-662c
  22927. 1932.56 s [haskell-language-server] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  22928. 1932.56 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  22929. 1932.56 s [haskell-language-server] include template-haskell-2.22.0.0-58bf
  22930. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  22931. 1932.56 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  22932. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22933. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  22934. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  22935. 1932.56 s [haskell-language-server] include bytestring-0.12.2.0-214a
  22936. 1932.56 s [haskell-language-server] include containers-0.7-6571
  22937. 1932.56 s [haskell-language-server] include deepseq-1.5.0.0-e166
  22938. 1932.56 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  22939. 1932.56 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  22940. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  22941. 1932.56 s [haskell-language-server] include ghc-boot-9.10.2-578d
  22942. 1932.56 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  22943. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22944. 1932.56 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  22945. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22946. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22947. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  22948. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  22949. 1932.56 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  22950. 1932.56 s [haskell-language-server] include regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW
  22951. 1932.56 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  22952. 1932.56 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  22953. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  22954. 1932.56 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  22955. 1932.56 s [haskell-language-server] include time-1.12.2-9680
  22956. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22957. 1932.56 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  22958. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  22959. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  22960. 1932.56 s [haskell-language-server] include containers-0.7-6571
  22961. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  22962. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22963. 1932.56 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  22964. 1932.56 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  22965. 1932.56 s [haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  22966. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22967. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22968. 1932.56 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  22969. 1932.56 s [haskell-language-server] include mod-0.2.1.0-JnWJUf7NwpRDakqw7Fsj0L
  22970. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  22971. 1932.56 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  22972. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  22973. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22974. 1932.56 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  22975. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  22976. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  22977. 1932.56 s [haskell-language-server] include containers-0.7-6571
  22978. 1932.56 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  22979. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  22980. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22981. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22982. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22983. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  22984. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  22985. 1932.56 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  22986. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  22987. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  22988. 1932.56 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  22989. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  22990. 1932.56 s [haskell-language-server] include containers-0.7-6571
  22991. 1932.56 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  22992. 1932.56 s [haskell-language-server] include fuzzy-0.1.1.0-5qQQWFcQnXt7PSAolRhTRP
  22993. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  22994. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  22995. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  22996. 1932.56 s [haskell-language-server] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  22997. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  22998. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  22999. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23000. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  23001. 1932.56 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23002. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23003. 1932.56 s [haskell-language-server] include containers-0.7-6571
  23004. 1932.56 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23005. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23006. 1932.56 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23007. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23008. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23009. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23010. 1932.56 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23011. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23012. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23013. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  23014. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23015. 1932.56 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23016. 1932.56 s [haskell-language-server] include filepath-1.5.4.0-8593
  23017. 1932.56 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23018. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23019. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23020. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23021. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  23022. 1932.56 s [haskell-language-server] include ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
  23023. 1932.56 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23024. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23025. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23026. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23027. 1932.56 s [haskell-language-server] include array-0.5.8.0-cc9a
  23028. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23029. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23030. 1932.56 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23031. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23032. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23033. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23034. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  23035. 1932.56 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23036. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23037. 1932.56 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23038. 1932.56 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23039. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  23040. 1932.56 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23041. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23042. 1932.56 s [haskell-language-server] include containers-0.7-6571
  23043. 1932.56 s [haskell-language-server] include filepath-1.5.4.0-8593
  23044. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23045. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23046. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23047. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23048. 1932.56 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23049. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23050. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  23051. 1932.56 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23052. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23053. 1932.56 s [haskell-language-server] include containers-0.7-6571
  23054. 1932.56 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23055. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  23056. 1932.56 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23057. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23058. 1932.56 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23059. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23060. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23061. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23062. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  23063. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23064. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23065. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  23066. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23067. 1932.56 s [haskell-language-server] include filepath-1.5.4.0-8593
  23068. 1932.56 s [haskell-language-server] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  23069. 1932.56 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23070. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23071. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23072. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23073. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23074. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  23075. 1932.56 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23076. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23077. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23078. 1932.56 s [haskell-language-server] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  23079. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  23080. 1932.56 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23081. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23082. 1932.56 s [haskell-language-server] include containers-0.7-6571
  23083. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  23084. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23085. 1932.56 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23086. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23087. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23088. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23089. 1932.56 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23090. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23091. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23092. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  23093. 1932.56 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23094. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23095. 1932.56 s [haskell-language-server] include containers-0.7-6571
  23096. 1932.56 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23097. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  23098. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23099. 1932.56 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23100. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23101. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23102. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23103. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  23104. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23105. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23106. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  23107. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23108. 1932.56 s [haskell-language-server] include containers-0.7-6571
  23109. 1932.56 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23110. 1932.56 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23111. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23112. 1932.56 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23113. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23114. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23115. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23116. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23117. 1932.56 s [haskell-language-server] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  23118. 1932.56 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23119. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23120. 1932.56 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23121. 1932.56 s [haskell-language-server] include containers-0.7-6571
  23122. 1932.56 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23123. 1932.56 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23124. 1932.56 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23125. 1932.56 s [haskell-language-server] include filepath-1.5.4.0-8593
  23126. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  23127. 1932.56 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23128. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23129. 1932.56 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23130. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23131. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23132. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23133. 1932.56 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23134. 1932.56 s [haskell-language-server] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  23135. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  23136. 1932.56 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23137. 1932.56 s [haskell-language-server] include text-2.1.2-7514
  23138. 1932.56 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23139. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23140. 1932.56 s [haskell-language-server] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  23141. 1932.56 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23142. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  23143. 1932.56 s [haskell-language-server] include base-4.20.1.0-f445
  23144. 1932.56 s [haskell-language-server] include containers-0.7-6571
  23145. 1932.56 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23146. 1932.56 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23147. 1932.56 s [haskell-language-server] include ghc-9.10.2-2a2a
  23148. 1932.56 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23149. 1932.56 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23150. 1932.56 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23151. 1932.56 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23152. 1932.56 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23153. 1932.56 s [haskell-language-server] include mtl-2.3.1-07d6
  23154. 1932.56 s [haskell-language-server] include semigroupoids-6.0.1-IimyjCFUeJKDgiiqyJONIa
  23155. 1932.56 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23156. 1932.56 s [haskell-language-server] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  23157. 1932.56 s [haskell-language-server] component haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23158. 1932.56 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23159. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23160. 1932.57 s [haskell-language-server] include containers-0.7-6571
  23161. 1932.57 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23162. 1932.57 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23163. 1932.57 s [haskell-language-server] include ghc-9.10.2-2a2a
  23164. 1932.57 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23165. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23166. 1932.57 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23167. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23168. 1932.57 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23169. 1932.57 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23170. 1932.57 s [haskell-language-server] include mtl-2.3.1-07d6
  23171. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23172. 1932.57 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23173. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  23174. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23175. 1932.57 s [haskell-language-server] include containers-0.7-6571
  23176. 1932.57 s [haskell-language-server] include ghc-9.10.2-2a2a
  23177. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23178. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23179. 1932.57 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23180. 1932.57 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23181. 1932.57 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23182. 1932.57 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23183. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23184. 1932.57 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23185. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23186. 1932.57 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23187. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23188. 1932.57 s [haskell-language-server] include containers-0.7-6571
  23189. 1932.57 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23190. 1932.57 s [haskell-language-server] include ghc-9.10.2-2a2a
  23191. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23192. 1932.57 s [haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  23193. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23194. 1932.57 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23195. 1932.57 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23196. 1932.57 s [haskell-language-server] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  23197. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23198. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  23199. 1932.57 s [haskell-language-server] include Cabal-3.14.2.0-EAEFHnxXxjV4OWxuBw98Rc
  23200. 1932.57 s [haskell-language-server] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  23201. 1932.57 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23202. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23203. 1932.57 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23204. 1932.57 s [haskell-language-server] include cabal-add-0.2-Gg22Owv08cN96dVG2lwyM4
  23205. 1932.57 s [haskell-language-server] include containers-0.7-6571
  23206. 1932.57 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23207. 1932.57 s [haskell-language-server] include directory-1.3.8.5-159c
  23208. 1932.57 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23209. 1932.57 s [haskell-language-server] include filepath-1.5.4.0-8593
  23210. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23211. 1932.57 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23212. 1932.57 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23213. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23214. 1932.57 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23215. 1932.57 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23216. 1932.57 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23217. 1932.57 s [haskell-language-server] include mtl-2.3.1-07d6
  23218. 1932.57 s [haskell-language-server] include pretty-1.1.3.6-1177
  23219. 1932.57 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23220. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23221. 1932.57 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23222. 1932.57 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23223. 1932.57 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23224. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  23225. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23226. 1932.57 s [haskell-language-server] include directory-1.3.8.5-159c
  23227. 1932.57 s [haskell-language-server] include filepath-1.5.4.0-8593
  23228. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23229. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23230. 1932.57 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23231. 1932.57 s [haskell-language-server] include mtl-2.3.1-07d6
  23232. 1932.57 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23233. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23234. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23235. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23236. 1932.57 s [haskell-language-server] include directory-1.3.8.5-159c
  23237. 1932.57 s [haskell-language-server] include filepath-1.5.4.0-8593
  23238. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23239. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23240. 1932.57 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23241. 1932.57 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23242. 1932.57 s [haskell-language-server] include mtl-2.3.1-07d6
  23243. 1932.57 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23244. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23245. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23246. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23247. 1932.57 s [haskell-language-server] include containers-0.7-6571
  23248. 1932.57 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23249. 1932.57 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23250. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23251. 1932.57 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23252. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23253. 1932.57 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23254. 1932.57 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23255. 1932.57 s [haskell-language-server] include mtl-2.3.1-07d6
  23256. 1932.57 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23257. 1932.57 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23258. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23259. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  23260. 1932.57 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23261. 1932.57 s [haskell-language-server] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  23262. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23263. 1932.57 s [haskell-language-server] include binary-0.8.9.3-9c52
  23264. 1932.57 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23265. 1932.57 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23266. 1932.57 s [haskell-language-server] include directory-1.3.8.5-159c
  23267. 1932.57 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23268. 1932.57 s [haskell-language-server] include filepath-1.5.4.0-8593
  23269. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23270. 1932.57 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23271. 1932.57 s [haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  23272. 1932.57 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23273. 1932.57 s [haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  23274. 1932.57 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23275. 1932.57 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23276. 1932.57 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23277. 1932.57 s [haskell-language-server] include process-1.6.25.0-cfae
  23278. 1932.57 s [haskell-language-server] include row-types-1.0.1.2-G4G6NhWe0SIJe4s26PIgvG
  23279. 1932.57 s [haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  23280. 1932.57 s [haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  23281. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23282. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-3yLfk2FZPlQ7EPb7tlHiY4-ghcide-bench
  23283. 1932.57 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23284. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23285. 1932.57 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23286. 1932.57 s [haskell-language-server] include containers-0.7-6571
  23287. 1932.57 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23288. 1932.57 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23289. 1932.57 s [haskell-language-server] include filepath-1.5.4.0-8593
  23290. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  23291. 1932.57 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23292. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23293. 1932.57 s [haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  23294. 1932.57 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23295. 1932.57 s [haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  23296. 1932.57 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23297. 1932.57 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23298. 1932.57 s [haskell-language-server] include process-1.6.25.0-cfae
  23299. 1932.57 s [haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  23300. 1932.57 s [haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  23301. 1932.57 s [haskell-language-server] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  23302. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23303. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23304. 1932.57 s [haskell-language-server] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  23305. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23306. 1932.57 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23307. 1932.57 s [haskell-language-server] include directory-1.3.8.5-159c
  23308. 1932.57 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23309. 1932.57 s [haskell-language-server] include filepath-1.5.4.0-8593
  23310. 1932.57 s [haskell-language-server] include ghc-9.10.2-2a2a
  23311. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23312. 1932.57 s [haskell-language-server] include githash-0.1.7.0-9MkzSmwgrDu3W3Vm17vUOw
  23313. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23314. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23315. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  23316. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  23317. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23318. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  23319. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23320. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  23321. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23322. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  23323. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  23324. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  23325. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  23326. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  23327. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  23328. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23329. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  23330. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  23331. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  23332. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  23333. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23334. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  23335. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  23336. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  23337. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  23338. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  23339. 1932.57 s [haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  23340. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23341. 1932.57 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23342. 1932.57 s [haskell-language-server] include optparse-simple-0.1.1.4-A2RVTVCn2wa5cruAzIkFuo
  23343. 1932.57 s [haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  23344. 1932.57 s [haskell-language-server] include process-1.6.25.0-cfae
  23345. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23346. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-Ewj8WwOoCvg5TiwKKm4LUu-haskell-language-server
  23347. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23348. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23349. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23350. 1932.57 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23351. 1932.57 s [haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  23352. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23353. 1932.57 s [haskell-language-server] component haskell-language-server-2.12.0.0-Fr3pqERlEtoTS2ZhfqorA-haskell-language-server-wrapper
  23354. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23355. 1932.57 s [haskell-language-server] include containers-0.7-6571
  23356. 1932.57 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23357. 1932.57 s [haskell-language-server] include directory-1.3.8.5-159c
  23358. 1932.57 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23359. 1932.57 s [haskell-language-server] include filepath-1.5.4.0-8593
  23360. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23361. 1932.57 s [haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23362. 1932.57 s [haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  23363. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23364. 1932.57 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23365. 1932.57 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23366. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23367. 1932.57 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23368. 1932.57 s [haskell-language-server] include unix-2.8.6.0-a0e2
  23369. 1932.57 s [haskell-language-server] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  23370. 1932.57 s [haskell-language-server] Linked component graph:
  23371. 1932.57 s [haskell-language-server] unit haskell-language-server-2.12.0.0-2cpIEfvFgBAEOPaQfQW18Q-ghcide-test-preprocessor
  23372. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23373. 1932.57 s [haskell-language-server] unit haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  23374. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23375. 1932.57 s [haskell-language-server] include directory-1.3.8.5-159c
  23376. 1932.57 s [haskell-language-server] include filepath-1.5.4.0-8593
  23377. 1932.57 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23378. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23379. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23380. 1932.57 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23381. 1932.57 s [haskell-language-server] include mtl-2.3.1-07d6
  23382. 1932.57 s [haskell-language-server] include stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
  23383. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23384. 1932.57 s [haskell-language-server] Ide.Plugin.StylishHaskell=haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin:Ide.Plugin.StylishHaskell
  23385. 1932.57 s [haskell-language-server] unit haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  23386. 1932.57 s [haskell-language-server] include base-4.20.1.0-f445
  23387. 1932.57 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23388. 1932.57 s [haskell-language-server] include directory-1.3.8.5-159c
  23389. 1932.57 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23390. 1932.57 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23391. 1932.57 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23392. 1932.57 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23393. 1932.57 s [haskell-language-server] include stan-0.2.1.0-GLOZkCf10J7JsaGwzsIkoc
  23394. 1932.57 s [haskell-language-server] include text-2.1.2-7514
  23395. 1932.57 s [haskell-language-server] include trial-0.0.0.0-KPkISSwOXJcEkgws7pQu7C
  23396. 1932.57 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23397. 1932.58 s [haskell-language-server] Ide.Plugin.Stan=haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin:Ide.Plugin.Stan
  23398. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  23399. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23400. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23401. 1932.58 s [haskell-language-server] include ghc-9.10.2-2a2a
  23402. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23403. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23404. 1932.58 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23405. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23406. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23407. 1932.58 s [haskell-language-server] Ide.Plugin.SignatureHelp=haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin:Ide.Plugin.SignatureHelp
  23408. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  23409. 1932.58 s [haskell-language-server] include array-0.5.8.0-cc9a
  23410. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23411. 1932.58 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23412. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23413. 1932.58 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23414. 1932.58 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23415. 1932.58 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23416. 1932.58 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23417. 1932.58 s [haskell-language-server] include ghc-9.10.2-2a2a
  23418. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23419. 1932.58 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23420. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23421. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23422. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23423. 1932.58 s [haskell-language-server] include mtl-2.3.1-07d6
  23424. 1932.58 s [haskell-language-server] include stm-2.5.3.1-662c
  23425. 1932.58 s [haskell-language-server] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  23426. 1932.58 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23427. 1932.58 s [haskell-language-server] include template-haskell-2.22.0.0-58bf
  23428. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23429. 1932.58 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23430. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23431. 1932.58 s [haskell-language-server] Ide.Plugin.SemanticTokens=haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens,Ide.Plugin.SemanticTokens.Mappings=haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Mappings,Ide.Plugin.SemanticTokens.Types=haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Types
  23432. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23433. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23434. 1932.58 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23435. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23436. 1932.58 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23437. 1932.58 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23438. 1932.58 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23439. 1932.58 s [haskell-language-server] include ghc-9.10.2-2a2a
  23440. 1932.58 s [haskell-language-server] include ghc-boot-9.10.2-578d
  23441. 1932.58 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23442. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23443. 1932.58 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23444. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23445. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23446. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23447. 1932.58 s [haskell-language-server] include mtl-2.3.1-07d6
  23448. 1932.58 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23449. 1932.58 s [haskell-language-server] include regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW
  23450. 1932.58 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23451. 1932.58 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23452. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23453. 1932.58 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23454. 1932.58 s [haskell-language-server] include time-1.12.2-9680
  23455. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23456. 1932.58 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23457. 1932.58 s [haskell-language-server] Development.IDE.GHC.Compat.ExactPrint=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.GHC.Compat.ExactPrint,Development.IDE.GHC.Dump=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.GHC.Dump,Development.IDE.GHC.ExactPrint=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.GHC.ExactPrint,Development.IDE.Plugin.CodeAction=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.Plugin.CodeAction,Development.IDE.Plugin.CodeAction.Util=haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin:Development.IDE.Plugin.CodeAction.Util
  23458. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  23459. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23460. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23461. 1932.58 s [haskell-language-server] include ghc-9.10.2-2a2a
  23462. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23463. 1932.58 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23464. 1932.58 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23465. 1932.58 s [haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  23466. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23467. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23468. 1932.58 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23469. 1932.58 s [haskell-language-server] include mod-0.2.1.0-JnWJUf7NwpRDakqw7Fsj0L
  23470. 1932.58 s [haskell-language-server] include mtl-2.3.1-07d6
  23471. 1932.58 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23472. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23473. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23474. 1932.58 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23475. 1932.58 s [haskell-language-server] Ide.Plugin.Rename=haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin:Ide.Plugin.Rename
  23476. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  23477. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23478. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23479. 1932.58 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23480. 1932.58 s [haskell-language-server] include ghc-9.10.2-2a2a
  23481. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23482. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23483. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23484. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23485. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23486. 1932.58 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23487. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23488. 1932.58 s [haskell-language-server] Ide.Plugin.QualifyImportedNames=haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin:Ide.Plugin.QualifyImportedNames
  23489. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  23490. 1932.58 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23491. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23492. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23493. 1932.58 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23494. 1932.58 s [haskell-language-server] include fuzzy-0.1.1.0-5qQQWFcQnXt7PSAolRhTRP
  23495. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23496. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23497. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23498. 1932.58 s [haskell-language-server] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  23499. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23500. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23501. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23502. 1932.58 s [haskell-language-server] Ide.Plugin.Pragmas=haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin:Ide.Plugin.Pragmas
  23503. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  23504. 1932.58 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23505. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23506. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23507. 1932.58 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23508. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23509. 1932.58 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23510. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23511. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23512. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23513. 1932.58 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23514. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23515. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23516. 1932.58 s [haskell-language-server] Ide.Plugin.OverloadedRecordDot=haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin:Ide.Plugin.OverloadedRecordDot
  23517. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  23518. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23519. 1932.58 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23520. 1932.58 s [haskell-language-server] include filepath-1.5.4.0-8593
  23521. 1932.58 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23522. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23523. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23524. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23525. 1932.58 s [haskell-language-server] include mtl-2.3.1-07d6
  23526. 1932.58 s [haskell-language-server] include ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
  23527. 1932.58 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23528. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23529. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23530. 1932.58 s [haskell-language-server] Ide.Plugin.Ormolu=haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin:Ide.Plugin.Ormolu
  23531. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23532. 1932.58 s [haskell-language-server] include array-0.5.8.0-cc9a
  23533. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23534. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23535. 1932.58 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23536. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23537. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23538. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23539. 1932.58 s [haskell-language-server] include mtl-2.3.1-07d6
  23540. 1932.58 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23541. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23542. 1932.58 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23543. 1932.58 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23544. 1932.58 s [haskell-language-server] Ide.Plugin.Notes=haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin:Ide.Plugin.Notes
  23545. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  23546. 1932.58 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23547. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23548. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23549. 1932.58 s [haskell-language-server] include filepath-1.5.4.0-8593
  23550. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23551. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23552. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23553. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23554. 1932.58 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23555. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23556. 1932.58 s [haskell-language-server] Ide.Plugin.ModuleName=haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin:Ide.Plugin.ModuleName
  23557. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  23558. 1932.58 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23559. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23560. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23561. 1932.58 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23562. 1932.58 s [haskell-language-server] include ghc-9.10.2-2a2a
  23563. 1932.58 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23564. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23565. 1932.58 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23566. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23567. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23568. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23569. 1932.58 s [haskell-language-server] include mtl-2.3.1-07d6
  23570. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23571. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23572. 1932.58 s [haskell-language-server] Ide.Plugin.GADT=haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin:Ide.Plugin.GADT
  23573. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  23574. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23575. 1932.58 s [haskell-language-server] include filepath-1.5.4.0-8593
  23576. 1932.58 s [haskell-language-server] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  23577. 1932.58 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23578. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23579. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23580. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23581. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23582. 1932.58 s [haskell-language-server] include mtl-2.3.1-07d6
  23583. 1932.58 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23584. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23585. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23586. 1932.58 s [haskell-language-server] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  23587. 1932.58 s [haskell-language-server] Ide.Plugin.Fourmolu=haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin:Ide.Plugin.Fourmolu
  23588. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  23589. 1932.58 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23590. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23591. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23592. 1932.58 s [haskell-language-server] include ghc-9.10.2-2a2a
  23593. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23594. 1932.58 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23595. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23596. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23597. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23598. 1932.58 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23599. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23600. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23601. 1932.58 s [haskell-language-server] Ide.Plugin.ExplicitFields=haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin:Ide.Plugin.ExplicitFields
  23602. 1932.58 s [haskell-language-server] unit haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  23603. 1932.58 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23604. 1932.58 s [haskell-language-server] include base-4.20.1.0-f445
  23605. 1932.58 s [haskell-language-server] include containers-0.7-6571
  23606. 1932.58 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23607. 1932.58 s [haskell-language-server] include ghc-9.10.2-2a2a
  23608. 1932.58 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23609. 1932.58 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23610. 1932.58 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23611. 1932.58 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23612. 1932.58 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23613. 1932.58 s [haskell-language-server] include mtl-2.3.1-07d6
  23614. 1932.58 s [haskell-language-server] include text-2.1.2-7514
  23615. 1932.58 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23616. 1932.59 s [haskell-language-server] Ide.Plugin.ExplicitImports=haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin:Ide.Plugin.ExplicitImports
  23617. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  23618. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23619. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23620. 1932.59 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23621. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23622. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23623. 1932.59 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23624. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23625. 1932.59 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23626. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23627. 1932.59 s [haskell-language-server] Ide.Plugin.ExplicitFixity=haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin:Ide.Plugin.ExplicitFixity
  23628. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23629. 1932.59 s [haskell-language-server] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  23630. 1932.59 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23631. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23632. 1932.59 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23633. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23634. 1932.59 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23635. 1932.59 s [haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23636. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23637. 1932.59 s [haskell-language-server] include filepath-1.5.4.0-8593
  23638. 1932.59 s [haskell-language-server] include ghc-9.10.2-2a2a
  23639. 1932.59 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23640. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23641. 1932.59 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23642. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23643. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23644. 1932.59 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23645. 1932.59 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23646. 1932.59 s [haskell-language-server] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  23647. 1932.59 s [haskell-language-server] include mtl-2.3.1-07d6
  23648. 1932.59 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23649. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23650. 1932.59 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23651. 1932.59 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23652. 1932.59 s [haskell-language-server] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  23653. 1932.59 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23654. 1932.59 s [haskell-language-server] Ide.Plugin.Eval=haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin:Ide.Plugin.Eval,Ide.Plugin.Eval.Types=haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin:Ide.Plugin.Eval.Types
  23655. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  23656. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23657. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23658. 1932.59 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23659. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23660. 1932.59 s [haskell-language-server] include ghc-9.10.2-2a2a
  23661. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23662. 1932.59 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23663. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23664. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23665. 1932.59 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23666. 1932.59 s [haskell-language-server] include mtl-2.3.1-07d6
  23667. 1932.59 s [haskell-language-server] include semigroupoids-6.0.1-IimyjCFUeJKDgiiqyJONIa
  23668. 1932.59 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23669. 1932.59 s [haskell-language-server] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  23670. 1932.59 s [haskell-language-server] Ide.Plugin.CodeRange=haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin:Ide.Plugin.CodeRange,Ide.Plugin.CodeRange.Rules=haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin:Ide.Plugin.CodeRange.Rules
  23671. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23672. 1932.59 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23673. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23674. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23675. 1932.59 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23676. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23677. 1932.59 s [haskell-language-server] include ghc-9.10.2-2a2a
  23678. 1932.59 s [haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23679. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23680. 1932.59 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23681. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23682. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23683. 1932.59 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23684. 1932.59 s [haskell-language-server] include mtl-2.3.1-07d6
  23685. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23686. 1932.59 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23687. 1932.59 s [haskell-language-server] Ide.Plugin.Class=haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin:Ide.Plugin.Class
  23688. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  23689. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23690. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23691. 1932.59 s [haskell-language-server] include ghc-9.10.2-2a2a
  23692. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23693. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23694. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23695. 1932.59 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23696. 1932.59 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23697. 1932.59 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23698. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23699. 1932.59 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23700. 1932.59 s [haskell-language-server] Ide.Plugin.ChangeTypeSignature=haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin:Ide.Plugin.ChangeTypeSignature
  23701. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23702. 1932.59 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23703. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23704. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23705. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23706. 1932.59 s [haskell-language-server] include ghc-9.10.2-2a2a
  23707. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23708. 1932.59 s [haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  23709. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23710. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23711. 1932.59 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23712. 1932.59 s [haskell-language-server] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  23713. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23714. 1932.59 s [haskell-language-server] Ide.Plugin.CallHierarchy=haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin:Ide.Plugin.CallHierarchy
  23715. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  23716. 1932.59 s [haskell-language-server] include Cabal-3.14.2.0-EAEFHnxXxjV4OWxuBw98Rc
  23717. 1932.59 s [haskell-language-server] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  23718. 1932.59 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23719. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23720. 1932.59 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23721. 1932.59 s [haskell-language-server] include cabal-add-0.2-Gg22Owv08cN96dVG2lwyM4
  23722. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23723. 1932.59 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23724. 1932.59 s [haskell-language-server] include directory-1.3.8.5-159c
  23725. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23726. 1932.59 s [haskell-language-server] include filepath-1.5.4.0-8593
  23727. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23728. 1932.59 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23729. 1932.59 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23730. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23731. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23732. 1932.59 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23733. 1932.59 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23734. 1932.59 s [haskell-language-server] include mtl-2.3.1-07d6
  23735. 1932.59 s [haskell-language-server] include pretty-1.1.3.6-1177
  23736. 1932.59 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23737. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23738. 1932.59 s [haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23739. 1932.59 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23740. 1932.59 s [haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23741. 1932.59 s [haskell-language-server] Ide.Plugin.Cabal=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal,Ide.Plugin.Cabal.CabalAdd.CodeAction=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd.CodeAction,Ide.Plugin.Cabal.CabalAdd.Command=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd.Command,Ide.Plugin.Cabal.CabalAdd.Types=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd.Types,Ide.Plugin.Cabal.Completion.CabalFields=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.CabalFields,Ide.Plugin.Cabal.Completion.Completer.FilePath=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.FilePath,Ide.Plugin.Cabal.Completion.Completer.Module=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Module,Ide.Plugin.Cabal.Completion.Completer.Paths=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Paths,Ide.Plugin.Cabal.Completion.Completer.Simple=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Simple,Ide.Plugin.Cabal.Completion.Completer.Snippet=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Snippet,Ide.Plugin.Cabal.Completion.Completer.Types=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Types,Ide.Plugin.Cabal.Completion.Completions=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completions,Ide.Plugin.Cabal.Completion.Data=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Data,Ide.Plugin.Cabal.Completion.Types=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Types,Ide.Plugin.Cabal.Definition=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Definition,Ide.Plugin.Cabal.Diagnostics=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Diagnostics,Ide.Plugin.Cabal.FieldSuggest=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.FieldSuggest,Ide.Plugin.Cabal.Files=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Files,Ide.Plugin.Cabal.LicenseSuggest=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.LicenseSuggest,Ide.Plugin.Cabal.OfInterest=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.OfInterest,Ide.Plugin.Cabal.Orphans=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Orphans,Ide.Plugin.Cabal.Outline=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Outline,Ide.Plugin.Cabal.Parse=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Parse,Ide.Plugin.Cabal.Rules=haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin:Ide.Plugin.Cabal.Rules
  23742. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  23743. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23744. 1932.59 s [haskell-language-server] include directory-1.3.8.5-159c
  23745. 1932.59 s [haskell-language-server] include filepath-1.5.4.0-8593
  23746. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23747. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23748. 1932.59 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23749. 1932.59 s [haskell-language-server] include mtl-2.3.1-07d6
  23750. 1932.59 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23751. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23752. 1932.59 s [haskell-language-server] Ide.Plugin.CabalGild=haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin:Ide.Plugin.CabalGild
  23753. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23754. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23755. 1932.59 s [haskell-language-server] include directory-1.3.8.5-159c
  23756. 1932.59 s [haskell-language-server] include filepath-1.5.4.0-8593
  23757. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23758. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23759. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23760. 1932.59 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23761. 1932.59 s [haskell-language-server] include mtl-2.3.1-07d6
  23762. 1932.59 s [haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23763. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23764. 1932.59 s [haskell-language-server] Ide.Plugin.CabalFmt=haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin:Ide.Plugin.CabalFmt
  23765. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23766. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23767. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23768. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23769. 1932.59 s [haskell-language-server] include ghc-boot-th-9.10.2-7d1d
  23770. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23771. 1932.59 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23772. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23773. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23774. 1932.59 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23775. 1932.59 s [haskell-language-server] include mtl-2.3.1-07d6
  23776. 1932.59 s [haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23777. 1932.59 s [haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23778. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23779. 1932.59 s [haskell-language-server] Ide.Plugin.AlternateNumberFormat=haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin:Ide.Plugin.AlternateNumberFormat,Ide.Plugin.Conversion=haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin:Ide.Plugin.Conversion
  23780. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  23781. 1932.59 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23782. 1932.59 s [haskell-language-server] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  23783. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23784. 1932.59 s [haskell-language-server] include binary-0.8.9.3-9c52
  23785. 1932.59 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23786. 1932.59 s [haskell-language-server] include deepseq-1.5.0.0-e166
  23787. 1932.59 s [haskell-language-server] include directory-1.3.8.5-159c
  23788. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23789. 1932.59 s [haskell-language-server] include filepath-1.5.4.0-8593
  23790. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23791. 1932.59 s [haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  23792. 1932.59 s [haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  23793. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23794. 1932.59 s [haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  23795. 1932.59 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23796. 1932.59 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23797. 1932.59 s [haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23798. 1932.59 s [haskell-language-server] include process-1.6.25.0-cfae
  23799. 1932.59 s [haskell-language-server] include row-types-1.0.1.2-G4G6NhWe0SIJe4s26PIgvG
  23800. 1932.59 s [haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  23801. 1932.59 s [haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  23802. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23803. 1932.59 s [haskell-language-server] Experiments=haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib:Experiments,Experiments.Types=haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib:Experiments.Types
  23804. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-3yLfk2FZPlQ7EPb7tlHiY4-ghcide-bench
  23805. 1932.59 s [haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23806. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23807. 1932.59 s [haskell-language-server] include bytestring-0.12.2.0-214a
  23808. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23809. 1932.59 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23810. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23811. 1932.59 s [haskell-language-server] include filepath-1.5.4.0-8593
  23812. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  23813. 1932.59 s [haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23814. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23815. 1932.59 s [haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  23816. 1932.59 s [haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23817. 1932.59 s [haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  23818. 1932.59 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23819. 1932.59 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23820. 1932.59 s [haskell-language-server] include process-1.6.25.0-cfae
  23821. 1932.59 s [haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  23822. 1932.59 s [haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  23823. 1932.59 s [haskell-language-server] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  23824. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23825. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23826. 1932.59 s [haskell-language-server] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  23827. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23828. 1932.59 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23829. 1932.59 s [haskell-language-server] include directory-1.3.8.5-159c
  23830. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23831. 1932.59 s [haskell-language-server] include filepath-1.5.4.0-8593
  23832. 1932.59 s [haskell-language-server] include ghc-9.10.2-2a2a
  23833. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23834. 1932.59 s [haskell-language-server] include githash-0.1.7.0-9MkzSmwgrDu3W3Vm17vUOw
  23835. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23836. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23837. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  23838. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  23839. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23840. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  23841. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23842. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  23843. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23844. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  23845. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  23846. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  23847. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  23848. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  23849. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  23850. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23851. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  23852. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  23853. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  23854. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  23855. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  23856. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  23857. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  23858. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  23859. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  23860. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  23861. 1932.59 s [haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  23862. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23863. 1932.59 s [haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  23864. 1932.59 s [haskell-language-server] include optparse-simple-0.1.1.4-A2RVTVCn2wa5cruAzIkFuo
  23865. 1932.59 s [haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  23866. 1932.59 s [haskell-language-server] include process-1.6.25.0-cfae
  23867. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23868. 1932.59 s [haskell-language-server] HlsPlugins=haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj:HlsPlugins,Ide.Arguments=haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj:Ide.Arguments,Ide.Main=haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj:Ide.Main,Ide.Version=haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj:Ide.Version
  23869. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-Ewj8WwOoCvg5TiwKKm4LUu-haskell-language-server
  23870. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23871. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23872. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23873. 1932.59 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23874. 1932.59 s [haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  23875. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23876. 1932.59 s [haskell-language-server] unit haskell-language-server-2.12.0.0-Fr3pqERlEtoTS2ZhfqorA-haskell-language-server-wrapper
  23877. 1932.59 s [haskell-language-server] include base-4.20.1.0-f445
  23878. 1932.59 s [haskell-language-server] include containers-0.7-6571
  23879. 1932.59 s [haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  23880. 1932.59 s [haskell-language-server] include directory-1.3.8.5-159c
  23881. 1932.59 s [haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23882. 1932.59 s [haskell-language-server] include filepath-1.5.4.0-8593
  23883. 1932.59 s [haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23884. 1932.59 s [haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  23885. 1932.59 s [haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  23886. 1932.59 s [haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23887. 1932.59 s [haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23888. 1932.59 s [haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23889. 1932.59 s [haskell-language-server] include text-2.1.2-7514
  23890. 1932.59 s [haskell-language-server] include transformers-0.6.1.1-05a6
  23891. 1932.59 s [haskell-language-server] include unix-2.8.6.0-a0e2
  23892. 1932.59 s [haskell-language-server] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  23893. 1932.59 s [haskell-language-server] Ready component graph:
  23894. 1932.59 s [haskell-language-server] definite haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  23895. 1932.59 s [haskell-language-server] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
  23896. 1932.59 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23897. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  23898. 1932.60 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  23899. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  23900. 1932.60 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  23901. 1932.60 s [haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  23902. 1932.60 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23903. 1932.60 s [haskell-language-server] depends filepath-1.5.4.0-8593
  23904. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  23905. 1932.60 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  23906. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23907. 1932.60 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23908. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23909. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23910. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23911. 1932.60 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23912. 1932.60 s [haskell-language-server] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
  23913. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  23914. 1932.60 s [haskell-language-server] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  23915. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  23916. 1932.60 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23917. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  23918. 1932.60 s [haskell-language-server] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
  23919. 1932.60 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23920. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  23921. 1932.60 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23922. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  23923. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  23924. 1932.60 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23925. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  23926. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23927. 1932.60 s [haskell-language-server] depends hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  23928. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23929. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23930. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23931. 1932.60 s [haskell-language-server] depends sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
  23932. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  23933. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  23934. 1932.60 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  23935. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  23936. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  23937. 1932.60 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  23938. 1932.60 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23939. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  23940. 1932.60 s [haskell-language-server] depends ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  23941. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23942. 1932.60 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23943. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23944. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23945. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23946. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  23947. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  23948. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  23949. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  23950. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  23951. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  23952. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  23953. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23954. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23955. 1932.60 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23956. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  23957. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  23958. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  23959. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  23960. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  23961. 1932.60 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  23962. 1932.60 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  23963. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23964. 1932.60 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23965. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23966. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23967. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23968. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  23969. 1932.60 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23970. 1932.60 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  23971. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  23972. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  23973. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  23974. 1932.60 s [haskell-language-server] depends directory-1.3.8.5-159c
  23975. 1932.60 s [haskell-language-server] depends filepath-1.5.4.0-8593
  23976. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23977. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23978. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23979. 1932.60 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  23980. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  23981. 1932.60 s [haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  23982. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  23983. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  23984. 1932.60 s [haskell-language-server] depends array-0.5.8.0-cc9a
  23985. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  23986. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  23987. 1932.60 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  23988. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  23989. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  23990. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  23991. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  23992. 1932.60 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  23993. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  23994. 1932.60 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  23995. 1932.60 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  23996. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  23997. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  23998. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  23999. 1932.60 s [haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  24000. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24001. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24002. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24003. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24004. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24005. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24006. 1932.60 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24007. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24008. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  24009. 1932.60 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24010. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24011. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  24012. 1932.60 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24013. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24014. 1932.60 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24015. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24016. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24017. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24018. 1932.60 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24019. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24020. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24021. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  24022. 1932.60 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24023. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24024. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  24025. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24026. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24027. 1932.60 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24028. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24029. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24030. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24031. 1932.60 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24032. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24033. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24034. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  24035. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24036. 1932.60 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24037. 1932.60 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24038. 1932.60 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  24039. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24040. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24041. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24042. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  24043. 1932.60 s [haskell-language-server] depends ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
  24044. 1932.60 s [haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  24045. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24046. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24047. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24048. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24049. 1932.60 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24050. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  24051. 1932.60 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24052. 1932.60 s [haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  24053. 1932.60 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24054. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24055. 1932.60 s [haskell-language-server] depends ghc-boot-9.10.2-578d
  24056. 1932.60 s [haskell-language-server] depends ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  24057. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24058. 1932.60 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24059. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24060. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24061. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24062. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  24063. 1932.60 s [haskell-language-server] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  24064. 1932.60 s [haskell-language-server] depends regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW
  24065. 1932.60 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  24066. 1932.60 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24067. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24068. 1932.60 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24069. 1932.60 s [haskell-language-server] depends time-1.12.2-9680
  24070. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24071. 1932.60 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  24072. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  24073. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24074. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  24075. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24076. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24077. 1932.60 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24078. 1932.60 s [haskell-language-server] depends haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24079. 1932.60 s [haskell-language-server] depends hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
  24080. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24081. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24082. 1932.60 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24083. 1932.60 s [haskell-language-server] depends mod-0.2.1.0-JnWJUf7NwpRDakqw7Fsj0L
  24084. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  24085. 1932.60 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24086. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24087. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24088. 1932.60 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  24089. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  24090. 1932.60 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24091. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24092. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  24093. 1932.60 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24094. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24095. 1932.60 s [haskell-language-server] depends ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
  24096. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24097. 1932.60 s [haskell-language-server] depends haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24098. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24099. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24100. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24101. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  24102. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24103. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24104. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  24105. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24106. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  24107. 1932.60 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24108. 1932.60 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24109. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24110. 1932.60 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24111. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24112. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24113. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24114. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  24115. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24116. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  24117. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24118. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24119. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24120. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24121. 1932.60 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24122. 1932.60 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  24123. 1932.60 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24124. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24125. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24126. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  24127. 1932.60 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24128. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24129. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  24130. 1932.60 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24131. 1932.60 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24132. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24133. 1932.60 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24134. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24135. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24136. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24137. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  24138. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24139. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24140. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  24141. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24142. 1932.60 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24143. 1932.60 s [haskell-language-server] depends fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
  24144. 1932.60 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  24145. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24146. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24147. 1932.60 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24148. 1932.60 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24149. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  24150. 1932.60 s [haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  24151. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24152. 1932.60 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24153. 1932.60 s [haskell-language-server] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
  24154. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  24155. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24156. 1932.60 s [haskell-language-server] depends directory-1.3.8.5-159c
  24157. 1932.60 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24158. 1932.60 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24159. 1932.60 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24160. 1932.60 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24161. 1932.60 s [haskell-language-server] depends mtl-2.3.1-07d6
  24162. 1932.60 s [haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
  24163. 1932.60 s [haskell-language-server] depends text-2.1.2-7514
  24164. 1932.60 s [haskell-language-server] definite haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  24165. 1932.60 s [haskell-language-server] depends Cabal-3.14.2.0-EAEFHnxXxjV4OWxuBw98Rc
  24166. 1932.60 s [haskell-language-server] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
  24167. 1932.60 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24168. 1932.60 s [haskell-language-server] depends base-4.20.1.0-f445
  24169. 1932.60 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24170. 1932.60 s [haskell-language-server] depends cabal-add-0.2-Gg22Owv08cN96dVG2lwyM4
  24171. 1932.60 s [haskell-language-server] depends containers-0.7-6571
  24172. 1932.61 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24173. 1932.61 s [haskell-language-server] depends directory-1.3.8.5-159c
  24174. 1932.61 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24175. 1932.61 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24176. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24177. 1932.61 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24178. 1932.61 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24179. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24180. 1932.61 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24181. 1932.61 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24182. 1932.61 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24183. 1932.61 s [haskell-language-server] depends mtl-2.3.1-07d6
  24184. 1932.61 s [haskell-language-server] depends pretty-1.1.3.6-1177
  24185. 1932.61 s [haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
  24186. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24187. 1932.61 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24188. 1932.61 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24189. 1932.61 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  24190. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  24191. 1932.61 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24192. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24193. 1932.61 s [haskell-language-server] depends containers-0.7-6571
  24194. 1932.61 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24195. 1932.61 s [haskell-language-server] depends fuzzy-0.1.1.0-5qQQWFcQnXt7PSAolRhTRP
  24196. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24197. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24198. 1932.61 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24199. 1932.61 s [haskell-language-server] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
  24200. 1932.61 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24201. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24202. 1932.61 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24203. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  24204. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24205. 1932.61 s [haskell-language-server] depends directory-1.3.8.5-159c
  24206. 1932.61 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24207. 1932.61 s [haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
  24208. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24209. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24210. 1932.61 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24211. 1932.61 s [haskell-language-server] depends mtl-2.3.1-07d6
  24212. 1932.61 s [haskell-language-server] depends stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
  24213. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24214. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  24215. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24216. 1932.61 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24217. 1932.61 s [haskell-language-server] depends directory-1.3.8.5-159c
  24218. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24219. 1932.61 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24220. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24221. 1932.61 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24222. 1932.61 s [haskell-language-server] depends stan-0.2.1.0-GLOZkCf10J7JsaGwzsIkoc
  24223. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24224. 1932.61 s [haskell-language-server] depends trial-0.0.0.0-KPkISSwOXJcEkgws7pQu7C
  24225. 1932.61 s [haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
  24226. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-2cpIEfvFgBAEOPaQfQW18Q-ghcide-test-preprocessor
  24227. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24228. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  24229. 1932.61 s [haskell-language-server] depends array-0.5.8.0-cc9a
  24230. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24231. 1932.61 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24232. 1932.61 s [haskell-language-server] depends containers-0.7-6571
  24233. 1932.61 s [haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  24234. 1932.61 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24235. 1932.61 s [haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
  24236. 1932.61 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24237. 1932.61 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24238. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24239. 1932.61 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24240. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24241. 1932.61 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24242. 1932.61 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24243. 1932.61 s [haskell-language-server] depends mtl-2.3.1-07d6
  24244. 1932.61 s [haskell-language-server] depends stm-2.5.3.1-662c
  24245. 1932.61 s [haskell-language-server] depends stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
  24246. 1932.61 s [haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
  24247. 1932.61 s [haskell-language-server] depends template-haskell-2.22.0.0-58bf
  24248. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24249. 1932.61 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24250. 1932.61 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24251. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  24252. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24253. 1932.61 s [haskell-language-server] depends containers-0.7-6571
  24254. 1932.61 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24255. 1932.61 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24256. 1932.61 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24257. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24258. 1932.61 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24259. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24260. 1932.61 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24261. 1932.61 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24262. 1932.61 s [haskell-language-server] depends mtl-2.3.1-07d6
  24263. 1932.61 s [haskell-language-server] depends semigroupoids-6.0.1-IimyjCFUeJKDgiiqyJONIa
  24264. 1932.61 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24265. 1932.61 s [haskell-language-server] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
  24266. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  24267. 1932.61 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24268. 1932.61 s [haskell-language-server] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
  24269. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24270. 1932.61 s [haskell-language-server] depends binary-0.8.9.3-9c52
  24271. 1932.61 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24272. 1932.61 s [haskell-language-server] depends deepseq-1.5.0.0-e166
  24273. 1932.61 s [haskell-language-server] depends directory-1.3.8.5-159c
  24274. 1932.61 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24275. 1932.61 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24276. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24277. 1932.61 s [haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
  24278. 1932.61 s [haskell-language-server] depends hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  24279. 1932.61 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24280. 1932.61 s [haskell-language-server] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  24281. 1932.61 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24282. 1932.61 s [haskell-language-server] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  24283. 1932.61 s [haskell-language-server] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
  24284. 1932.61 s [haskell-language-server] depends process-1.6.25.0-cfae
  24285. 1932.61 s [haskell-language-server] depends row-types-1.0.1.2-G4G6NhWe0SIJe4s26PIgvG
  24286. 1932.61 s [haskell-language-server] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  24287. 1932.61 s [haskell-language-server] depends shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  24288. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24289. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-3yLfk2FZPlQ7EPb7tlHiY4-ghcide-bench
  24290. 1932.61 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24291. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24292. 1932.61 s [haskell-language-server] depends bytestring-0.12.2.0-214a
  24293. 1932.61 s [haskell-language-server] depends containers-0.7-6571
  24294. 1932.61 s [haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  24295. 1932.61 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24296. 1932.61 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24297. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  24298. 1932.61 s [haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
  24299. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24300. 1932.61 s [haskell-language-server] depends hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
  24301. 1932.61 s [haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
  24302. 1932.61 s [haskell-language-server] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
  24303. 1932.61 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24304. 1932.61 s [haskell-language-server] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  24305. 1932.61 s [haskell-language-server] depends process-1.6.25.0-cfae
  24306. 1932.61 s [haskell-language-server] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
  24307. 1932.61 s [haskell-language-server] depends shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
  24308. 1932.61 s [haskell-language-server] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
  24309. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24310. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  24311. 1932.61 s [haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
  24312. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24313. 1932.61 s [haskell-language-server] depends containers-0.7-6571
  24314. 1932.61 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24315. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24316. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24317. 1932.61 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24318. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24319. 1932.61 s [haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
  24320. 1932.61 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24321. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24322. 1932.61 s [haskell-language-server] depends aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
  24323. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24324. 1932.61 s [haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  24325. 1932.61 s [haskell-language-server] depends directory-1.3.8.5-159c
  24326. 1932.61 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24327. 1932.61 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24328. 1932.61 s [haskell-language-server] depends ghc-9.10.2-2a2a
  24329. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24330. 1932.61 s [haskell-language-server] depends githash-0.1.7.0-9MkzSmwgrDu3W3Vm17vUOw
  24331. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  24332. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  24333. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  24334. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  24335. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  24336. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  24337. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  24338. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  24339. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  24340. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  24341. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  24342. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  24343. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  24344. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  24345. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  24346. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  24347. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  24348. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  24349. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  24350. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  24351. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24352. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  24353. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  24354. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  24355. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  24356. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  24357. 1932.61 s [haskell-language-server] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  24358. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24359. 1932.61 s [haskell-language-server] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
  24360. 1932.61 s [haskell-language-server] depends optparse-simple-0.1.1.4-A2RVTVCn2wa5cruAzIkFuo
  24361. 1932.61 s [haskell-language-server] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  24362. 1932.61 s [haskell-language-server] depends process-1.6.25.0-cfae
  24363. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24364. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-Ewj8WwOoCvg5TiwKKm4LUu-haskell-language-server
  24365. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24366. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24367. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24368. 1932.61 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24369. 1932.61 s [haskell-language-server] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
  24370. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24371. 1932.61 s [haskell-language-server] definite haskell-language-server-2.12.0.0-Fr3pqERlEtoTS2ZhfqorA-haskell-language-server-wrapper
  24372. 1932.61 s [haskell-language-server] depends base-4.20.1.0-f445
  24373. 1932.61 s [haskell-language-server] depends containers-0.7-6571
  24374. 1932.61 s [haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
  24375. 1932.61 s [haskell-language-server] depends directory-1.3.8.5-159c
  24376. 1932.61 s [haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
  24377. 1932.61 s [haskell-language-server] depends filepath-1.5.4.0-8593
  24378. 1932.61 s [haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
  24379. 1932.61 s [haskell-language-server] depends haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24380. 1932.61 s [haskell-language-server] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
  24381. 1932.61 s [haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
  24382. 1932.61 s [haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
  24383. 1932.61 s [haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
  24384. 1932.61 s [haskell-language-server] depends text-2.1.2-7514
  24385. 1932.61 s [haskell-language-server] depends transformers-0.6.1.1-05a6
  24386. 1932.61 s [haskell-language-server] depends unix-2.8.6.0-a0e2
  24387. 1932.61 s [haskell-language-server] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
  24388. 1932.61 s [haskell-language-server] Using Cabal-3.12.1.0 compiled by ghc-9.10
  24389. 1932.61 s [haskell-language-server] Using compiler: ghc-9.10.2
  24390. 1932.61 s [haskell-language-server] Using install prefix:
  24391. 1932.61 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24392. 1932.61 s [haskell-language-server] Executables installed in:
  24393. 1932.61 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24394. 1932.61 s [haskell-language-server] Libraries installed in:
  24395. 1932.61 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24396. 1932.61 s [haskell-language-server] Dynamic Libraries installed in:
  24397. 1932.61 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
  24398. 1932.61 s [haskell-language-server] Private executables installed in:
  24399. 1932.61 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/libexec/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0
  24400. 1932.61 s [haskell-language-server] Data files installed in:
  24401. 1932.61 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/share/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0
  24402. 1932.61 s [haskell-language-server] Documentation installed in:
  24403. 1932.61 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/share/doc/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0
  24404. 1932.61 s [haskell-language-server] Configuration files installed in:
  24405. 1932.61 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/etc
  24406. 1932.61 s [haskell-language-server] No alex found
  24407. 1932.61 s [haskell-language-server] Using ar found on system at:
  24408. 1932.61 s [haskell-language-server] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
  24409. 1932.61 s [haskell-language-server] No c2hs found
  24410. 1932.61 s [haskell-language-server] Using cpphs version 1.20.9 found on system at:
  24411. 1932.61 s [haskell-language-server] /nix/store/pq791l1nbs96ibfjqpc0dzk6v3a9zbyy-cpphs-1.20.10/bin/cpphs
  24412. 1932.61 s [haskell-language-server] No doctest found
  24413. 1932.61 s [haskell-language-server] Using gcc version 14.3.0 given by user at:
  24414. 1932.61 s [haskell-language-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
  24415. 1932.61 s [haskell-language-server] Using ghc version 9.10.2 found on system at:
  24416. 1932.61 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
  24417. 1932.61 s [haskell-language-server] Using ghc-pkg version 9.10.2 found on system at:
  24418. 1932.61 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
  24419. 1932.61 s [haskell-language-server] No ghcjs found
  24420. 1932.61 s [haskell-language-server] No ghcjs-pkg found
  24421. 1932.61 s [haskell-language-server] No greencard found
  24422. 1932.61 s [haskell-language-server] Using haddock version 2.31.0 found on system at:
  24423. 1932.61 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
  24424. 1932.61 s [haskell-language-server] No happy found
  24425. 1932.61 s [haskell-language-server] Using haskell-suite found on system at: haskell-suite-dummy-location
  24426. 1932.61 s [haskell-language-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  24427. 1932.61 s [haskell-language-server] No hmake found
  24428. 1932.61 s [haskell-language-server] Using hpc version 0.69 found on system at:
  24429. 1932.61 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
  24430. 1932.61 s [haskell-language-server] Using hsc2hs version 0.68.10 found on system at:
  24431. 1932.61 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
  24432. 1932.61 s [haskell-language-server] Using hscolour version 1.25 found on system at:
  24433. 1932.61 s [haskell-language-server] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
  24434. 1932.61 s [haskell-language-server] No jhc found
  24435. 1932.61 s [haskell-language-server] Using ld found on system at:
  24436. 1932.65 s [haskell-language-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
  24437. 1932.65 s [haskell-language-server] No pkg-config found
  24438. 1932.65 s [haskell-language-server] Using runghc version 9.10.2 found on system at:
  24439. 1932.65 s [haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
  24440. 1932.65 s [haskell-language-server] Using strip version 2.44 found on system at:
  24441. 1932.65 s [haskell-language-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
  24442. 1932.65 s [haskell-language-server] Using tar found on system at:
  24443. 1932.65 s [haskell-language-server] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
  24444. 1932.65 s [haskell-language-server] No uhc found
  24445. 1933.35 s [haskell-language-server] Phase: buildPhase
  24446. 1933.46 s [haskell-language-server] Preprocessing library 'hls-eval-plugin' for haskell-language-server-2.12.0.0...
  24447. 1933.46 s [haskell-language-server] Building library 'hls-eval-plugin' for haskell-language-server-2.12.0.0...
  24448. 1933.67 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 )
  24449. 1934.14 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 )
  24450. 1934.14 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 )
  24451. 1934.21 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 )
  24452. 1935.04 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 )
  24453. 1939.45 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 )
  24454. 1939.84 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 )
  24455. 1942.07 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 )
  24456. 1942.07 s [haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning: [GHC-63394] [-Wx-partial]
  24457. 1942.07 s [haskell-language-server] In the use of ‘head’
  24458. 1942.07 s [haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
  24459. 1942.07 s [haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  24460. 1942.07 s [haskell-language-server] |
  24461. 1942.07 s [haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
  24462. 1942.07 s [haskell-language-server] | ^^^^
  24463. 1942.07 s [haskell-language-server]
  24464. 1942.07 s [haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.Handlers ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Handlers.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Handlers.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Handlers.dyn_o )
  24465. 1943.47 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 )
  24466. 1944.01 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 )
  24467. 1944.52 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 )
  24468. 1944.57 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 )
  24469. 1944.59 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 )
  24470. 1945.23 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 )
  24471. 1951.91 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 )
  24472. 1952.37 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 )
  24473. 1954.34 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 )
  24474. 1954.34 s [haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning: [GHC-63394] [-Wx-partial]
  24475. 1954.34 s [haskell-language-server] In the use of ‘head’
  24476. 1954.34 s [haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
  24477. 1954.34 s [haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  24478. 1954.34 s [haskell-language-server] |
  24479. 1954.34 s [haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
  24480. 1954.34 s [haskell-language-server] | ^^^^
  24481. 1954.34 s [haskell-language-server]
  24482. 1954.34 s [haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.Handlers ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Handlers.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Handlers.p_o )
  24483. 1955.86 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 )
  24484. 1962.30 s [haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.12.0.0...
  24485. 1962.30 s [haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.12.0.0...
  24486. 1962.40 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 )
  24487. 1963.54 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 )
  24488. 1963.83 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 )
  24489. 1964.75 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 )
  24490. 1965.11 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 )
  24491. 1968.85 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 )
  24492. 1969.17 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 )
  24493. 1969.92 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 )
  24494. 1975.56 s [haskell-language-server] Preprocessing library 'hls-class-plugin' for haskell-language-server-2.12.0.0...
  24495. 1975.56 s [haskell-language-server] Building library 'hls-class-plugin' for haskell-language-server-2.12.0.0...
  24496. 1975.71 s [haskell-language-server] [1 of 6] Compiling Ide.Plugin.Class.Utils ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Utils.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.o, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.dyn_o )
  24497. 1976.81 s [haskell-language-server] [2 of 6] Compiling Ide.Plugin.Class.Types ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.o, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.dyn_o )
  24498. 1978.34 s [haskell-language-server] [3 of 6] Compiling Ide.Plugin.Class.ExactPrint ( plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.o, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.dyn_o )
  24499. 1978.37 s [haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
  24500. 1978.37 s [haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
  24501. 1978.37 s [haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
  24502. 1978.37 s [haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
  24503. 1978.37 s [haskell-language-server] |
  24504. 1978.37 s [haskell-language-server] 9 | import Data.Functor.Identity (Identity)
  24505. 1978.37 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24506. 1978.37 s [haskell-language-server]
  24507. 1978.58 s [haskell-language-server] [4 of 6] Compiling Ide.Plugin.Class.CodeLens ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.o, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.dyn_o )
  24508. 1978.82 s [haskell-language-server] [5 of 6] Compiling Ide.Plugin.Class.CodeAction ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeAction.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.o, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.dyn_o )
  24509. 1979.06 s [haskell-language-server] [6 of 6] Compiling Ide.Plugin.Class ( plugins/hls-class-plugin/src/Ide/Plugin/Class.hs, dist/build/hls-class-plugin/Ide/Plugin/Class.o, dist/build/hls-class-plugin/Ide/Plugin/Class.dyn_o )
  24510. 1979.53 s [haskell-language-server] [1 of 6] Compiling Ide.Plugin.Class.Utils ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Utils.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.p_o )
  24511. 1980.63 s [haskell-language-server] [2 of 6] Compiling Ide.Plugin.Class.Types ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.p_o )
  24512. 1983.28 s [haskell-language-server] [3 of 6] Compiling Ide.Plugin.Class.ExactPrint ( plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.p_o )
  24513. 1983.31 s [haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
  24514. 1983.31 s [haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
  24515. 1983.31 s [haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
  24516. 1983.31 s [haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
  24517. 1983.31 s [haskell-language-server] |
  24518. 1983.31 s [haskell-language-server] 9 | import Data.Functor.Identity (Identity)
  24519. 1983.31 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24520. 1983.31 s [haskell-language-server]
  24521. 1983.57 s [haskell-language-server] [4 of 6] Compiling Ide.Plugin.Class.CodeLens ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.p_o )
  24522. 1983.74 s [haskell-language-server] [5 of 6] Compiling Ide.Plugin.Class.CodeAction ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeAction.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.p_o )
  24523. 1984.10 s [haskell-language-server] [6 of 6] Compiling Ide.Plugin.Class ( plugins/hls-class-plugin/src/Ide/Plugin/Class.hs, dist/build/hls-class-plugin/Ide/Plugin/Class.p_o )
  24524. 1989.83 s [haskell-language-server] Preprocessing library 'hls-signature-help-plugin' for haskell-language-server-2.12.0.0...
  24525. 1989.83 s [haskell-language-server] Building library 'hls-signature-help-plugin' for haskell-language-server-2.12.0.0...
  24526. 1989.91 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.SignatureHelp ( plugins/hls-signature-help-plugin/src/Ide/Plugin/SignatureHelp.hs, dist/build/hls-signature-help-plugin/Ide/Plugin/SignatureHelp.o, dist/build/hls-signature-help-plugin/Ide/Plugin/SignatureHelp.dyn_o )
  24527. 1991.28 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.SignatureHelp ( plugins/hls-signature-help-plugin/src/Ide/Plugin/SignatureHelp.hs, dist/build/hls-signature-help-plugin/Ide/Plugin/SignatureHelp.p_o )
  24528. 1998.23 s [haskell-language-server] Preprocessing library 'hls-alternate-number-format-plugin' for haskell-language-server-2.12.0.0...
  24529. 1998.23 s [haskell-language-server] Building library 'hls-alternate-number-format-plugin' for haskell-language-server-2.12.0.0...
  24530. 1998.87 s [haskell-language-server] [1 of 3] Compiling Ide.Plugin.Literals ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Literals.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Literals.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Literals.dyn_o )
  24531. 1999.27 s [haskell-language-server] [2 of 3] Compiling Ide.Plugin.Conversion ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Conversion.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Conversion.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Conversion.dyn_o )
  24532. 1999.83 s [haskell-language-server] [3 of 3] Compiling Ide.Plugin.AlternateNumberFormat ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/AlternateNumberFormat.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.o, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.dyn_o )
  24533. 2001.01 s [haskell-language-server] [1 of 3] Compiling Ide.Plugin.Literals ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Literals.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Literals.p_o )
  24534. 2002.05 s [haskell-language-server] [2 of 3] Compiling Ide.Plugin.Conversion ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/Conversion.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/Conversion.p_o )
  24535. 2002.60 s [haskell-language-server] [3 of 3] Compiling Ide.Plugin.AlternateNumberFormat ( plugins/hls-alternate-number-format-plugin/src/Ide/Plugin/AlternateNumberFormat.hs, dist/build/hls-alternate-number-format-plugin/Ide/Plugin/AlternateNumberFormat.p_o )
  24536. 2008.65 s [haskell-language-server] Preprocessing library 'hls-cabal-fmt-plugin' for haskell-language-server-2.12.0.0...
  24537. 2008.65 s [haskell-language-server] Building library 'hls-cabal-fmt-plugin' for haskell-language-server-2.12.0.0...
  24538. 2008.72 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalFmt ( plugins/hls-cabal-fmt-plugin/src/Ide/Plugin/CabalFmt.hs, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.o, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.dyn_o )
  24539. 2010.18 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalFmt ( plugins/hls-cabal-fmt-plugin/src/Ide/Plugin/CabalFmt.hs, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.p_o )
  24540. 2016.80 s [haskell-language-server] Preprocessing library 'hls-notes-plugin' for haskell-language-server-2.12.0.0...
  24541. 2016.80 s [haskell-language-server] Building library 'hls-notes-plugin' for haskell-language-server-2.12.0.0...
  24542. 2016.88 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Notes ( plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs, dist/build/hls-notes-plugin/Ide/Plugin/Notes.o, dist/build/hls-notes-plugin/Ide/Plugin/Notes.dyn_o )
  24543. 2017.92 s [haskell-language-server] plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
  24544. 2017.92 s [haskell-language-server] The import of ‘Data.Foldable’ is redundant
  24545. 2017.92 s [haskell-language-server] except perhaps to import instances from ‘Data.Foldable’
  24546. 2017.92 s [haskell-language-server] To import instances alone, use: import Data.Foldable()
  24547. 2017.92 s [haskell-language-server] |
  24548. 2017.92 s [haskell-language-server] 8 | import Data.Foldable (foldl')
  24549. 2017.92 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24550. 2017.92 s [haskell-language-server]
  24551. 2019.66 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Notes ( plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs, dist/build/hls-notes-plugin/Ide/Plugin/Notes.p_o )
  24552. 2020.42 s [haskell-language-server] plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
  24553. 2020.42 s [haskell-language-server] The import of ‘Data.Foldable’ is redundant
  24554. 2020.42 s [haskell-language-server] except perhaps to import instances from ‘Data.Foldable’
  24555. 2020.42 s [haskell-language-server] To import instances alone, use: import Data.Foldable()
  24556. 2020.42 s [haskell-language-server] |
  24557. 2020.42 s [haskell-language-server] 8 | import Data.Foldable (foldl')
  24558. 2020.42 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24559. 2020.42 s [haskell-language-server]
  24560. 2027.23 s [haskell-language-server] Preprocessing library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.12.0.0...
  24561. 2027.24 s [haskell-language-server] Building library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.12.0.0...
  24562. 2027.33 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.QualifyImportedNames ( plugins/hls-qualify-imported-names-plugin/src/Ide/Plugin/QualifyImportedNames.hs, dist/build/hls-qualify-imported-names-plugin/Ide/Plugin/QualifyImportedNames.o, dist/build/hls-qualify-imported-names-plugin/Ide/Plugin/QualifyImportedNames.dyn_o )
  24563. 2028.93 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.QualifyImportedNames ( plugins/hls-qualify-imported-names-plugin/src/Ide/Plugin/QualifyImportedNames.hs, dist/build/hls-qualify-imported-names-plugin/Ide/Plugin/QualifyImportedNames.p_o )
  24564. 2035.85 s [haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.12.0.0...
  24565. 2035.85 s [haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.12.0.0...
  24566. 2035.95 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 )
  24567. 2038.38 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 )
  24568. 2046.03 s [haskell-language-server] Preprocessing library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.12.0.0...
  24569. 2046.03 s [haskell-language-server] Building library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.12.0.0...
  24570. 2046.31 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFields ( plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.o, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.dyn_o )
  24571. 2048.83 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFields ( plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.p_o )
  24572. 2055.98 s [haskell-language-server] Preprocessing library 'hls-ormolu-plugin' for haskell-language-server-2.12.0.0...
  24573. 2055.98 s [haskell-language-server] Building library 'hls-ormolu-plugin' for haskell-language-server-2.12.0.0...
  24574. 2056.07 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Ormolu ( plugins/hls-ormolu-plugin/src/Ide/Plugin/Ormolu.hs, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.o, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.dyn_o )
  24575. 2058.48 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Ormolu ( plugins/hls-ormolu-plugin/src/Ide/Plugin/Ormolu.hs, dist/build/hls-ormolu-plugin/Ide/Plugin/Ormolu.p_o )
  24576. 2067.65 s [haskell-language-server] Preprocessing library 'hls-refactor-plugin' for haskell-language-server-2.12.0.0...
  24577. 2067.65 s [haskell-language-server] Building library 'hls-refactor-plugin' for haskell-language-server-2.12.0.0...
  24578. 2067.98 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24579. 2067.98 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24580. 2067.98 s [haskell-language-server] but were not needed for compilation:
  24581. 2067.98 s [haskell-language-server] - parser-combinators-1.3.0 (exposed by flag -package-id parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh)
  24582. 2067.98 s [haskell-language-server] - regex-applicative-0.3.4 (exposed by flag -package-id regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW)
  24583. 2067.98 s [haskell-language-server]
  24584. 2067.99 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 )
  24585. 2068.23 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 )
  24586. 2078.84 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 )
  24587. 2078.85 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 )
  24588. 2078.85 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 )
  24589. 2078.93 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 )
  24590. 2079.57 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 )
  24591. 2080.19 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 )
  24592. 2080.19 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 )
  24593. 2080.19 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 )
  24594. 2080.19 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 )
  24595. 2080.19 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 )
  24596. 2080.19 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 )
  24597. 2086.02 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24598. 2086.03 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24599. 2086.03 s [haskell-language-server] but were not needed for compilation:
  24600. 2086.03 s [haskell-language-server] - parser-combinators-1.3.0 (exposed by flag -package-id parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh)
  24601. 2086.03 s [haskell-language-server] - regex-applicative-0.3.4 (exposed by flag -package-id regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW)
  24602. 2086.03 s [haskell-language-server]
  24603. 2086.03 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 )
  24604. 2086.30 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 )
  24605. 2096.89 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 )
  24606. 2096.90 s [haskell-language-server] [ 4 of 13] Compiling Development.IDE.Plugin.CodeAction.PositionIndexed ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.p_o )
  24607. 2096.90 s [haskell-language-server] [ 5 of 13] Compiling Development.IDE.Plugin.CodeAction.Util ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Util.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.p_o )
  24608. 2097.05 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 )
  24609. 2097.69 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 )
  24610. 2098.33 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 )
  24611. 2098.33 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 )
  24612. 2098.33 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 )
  24613. 2098.33 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 )
  24614. 2098.33 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 )
  24615. 2098.33 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 )
  24616. 2108.43 s [haskell-language-server] Preprocessing library 'hls-rename-plugin' for haskell-language-server-2.12.0.0...
  24617. 2108.43 s [haskell-language-server] Building library 'hls-rename-plugin' for haskell-language-server-2.12.0.0...
  24618. 2108.53 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 )
  24619. 2110.21 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 )
  24620. 2117.33 s [haskell-language-server] Preprocessing library 'hls-gadt-plugin' for haskell-language-server-2.12.0.0...
  24621. 2117.33 s [haskell-language-server] Building library 'hls-gadt-plugin' for haskell-language-server-2.12.0.0...
  24622. 2117.43 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 )
  24623. 2118.09 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 )
  24624. 2119.74 s [haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.p_o )
  24625. 2120.45 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 )
  24626. 2127.79 s [haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.12.0.0...
  24627. 2127.79 s [haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.12.0.0...
  24628. 2127.89 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 )
  24629. 2129.68 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 )
  24630. 2136.56 s [haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.12.0.0...
  24631. 2136.56 s [haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.12.0.0...
  24632. 2136.65 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ChangeTypeSignature ( plugins/hls-change-type-signature-plugin/src/Ide/Plugin/ChangeTypeSignature.hs, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.o, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.dyn_o )
  24633. 2138.55 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 )
  24634. 2146.10 s [haskell-language-server] Preprocessing library 'hls-explicit-imports-plugin' for haskell-language-server-2.12.0.0...
  24635. 2146.10 s [haskell-language-server] Building library 'hls-explicit-imports-plugin' for haskell-language-server-2.12.0.0...
  24636. 2146.19 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24637. 2146.19 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24638. 2146.19 s [haskell-language-server] but were not needed for compilation:
  24639. 2146.19 s [haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
  24640. 2146.19 s [haskell-language-server]
  24641. 2146.20 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 )
  24642. 2150.93 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24643. 2150.93 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24644. 2150.93 s [haskell-language-server] but were not needed for compilation:
  24645. 2150.93 s [haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
  24646. 2150.93 s [haskell-language-server]
  24647. 2150.95 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 )
  24648. 2160.88 s [haskell-language-server] Preprocessing library 'hls-fourmolu-plugin' for haskell-language-server-2.12.0.0...
  24649. 2160.88 s [haskell-language-server] Building library 'hls-fourmolu-plugin' for haskell-language-server-2.12.0.0...
  24650. 2160.98 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 )
  24651. 2163.41 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 )
  24652. 2172.75 s [haskell-language-server] Preprocessing library 'hls-cabal-gild-plugin' for haskell-language-server-2.12.0.0...
  24653. 2172.75 s [haskell-language-server] Building library 'hls-cabal-gild-plugin' for haskell-language-server-2.12.0.0...
  24654. 2172.82 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalGild ( plugins/hls-cabal-gild-plugin/src/Ide/Plugin/CabalGild.hs, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.o, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.dyn_o )
  24655. 2174.46 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalGild ( plugins/hls-cabal-gild-plugin/src/Ide/Plugin/CabalGild.hs, dist/build/hls-cabal-gild-plugin/Ide/Plugin/CabalGild.p_o )
  24656. 2180.93 s [haskell-language-server] Preprocessing library 'hls-cabal-plugin' for haskell-language-server-2.12.0.0...
  24657. 2180.93 s [haskell-language-server] Building library 'hls-cabal-plugin' for haskell-language-server-2.12.0.0...
  24658. 2181.07 s [haskell-language-server] [ 1 of 24] Compiling Ide.Plugin.Cabal.Completion.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Types.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Types.dyn_o )
  24659. 2182.34 s [haskell-language-server] [ 2 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Types.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Types.dyn_o )
  24660. 2182.38 s [haskell-language-server] [ 3 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Paths ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Paths.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Paths.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Paths.dyn_o )
  24661. 2182.46 s [haskell-language-server] [ 4 of 24] Compiling Ide.Plugin.Cabal.Completion.CabalFields ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.dyn_o )
  24662. 2182.51 s [haskell-language-server] [ 5 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Simple ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Simple.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Simple.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Simple.dyn_o )
  24663. 2182.64 s [haskell-language-server] [ 6 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Snippet ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Snippet.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Snippet.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Snippet.dyn_o )
  24664. 2182.83 s [haskell-language-server] [ 7 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.FilePath ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/FilePath.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/FilePath.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/FilePath.dyn_o )
  24665. 2182.83 s [haskell-language-server] [ 8 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Module ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Module.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Module.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Module.dyn_o )
  24666. 2182.89 s [haskell-language-server] [ 9 of 24] Compiling Ide.Plugin.Cabal.Diagnostics ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Diagnostics.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Diagnostics.dyn_o )
  24667. 2182.90 s [haskell-language-server] [10 of 24] Compiling Ide.Plugin.Cabal.FieldSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/FieldSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/FieldSuggest.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/FieldSuggest.dyn_o )
  24668. 2182.90 s [haskell-language-server] [11 of 24] Compiling Ide.Plugin.Cabal.LicenseSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/LicenseSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/LicenseSuggest.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/LicenseSuggest.dyn_o )
  24669. 2182.90 s [haskell-language-server] [12 of 24] Compiling Ide.Plugin.Cabal.Completion.Data ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Data.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Data.dyn_o )
  24670. 2183.35 s [haskell-language-server] [13 of 24] Compiling Ide.Plugin.Cabal.Completion.Completions ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completions.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completions.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completions.dyn_o )
  24671. 2183.89 s [haskell-language-server] [14 of 24] Compiling Ide.Plugin.Cabal.Orphans ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Orphans.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Orphans.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Orphans.dyn_o )
  24672. 2183.89 s [haskell-language-server] [15 of 24] Compiling Ide.Plugin.Cabal.OfInterest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/OfInterest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/OfInterest.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/OfInterest.dyn_o )
  24673. 2183.89 s [haskell-language-server] [16 of 24] Compiling Ide.Plugin.Cabal.Files ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Files.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Files.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Files.dyn_o )
  24674. 2183.89 s [haskell-language-server] [17 of 24] Compiling Ide.Plugin.Cabal.Definition ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Definition.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Definition.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Definition.dyn_o )
  24675. 2183.89 s [haskell-language-server] [18 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Types.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Types.dyn_o )
  24676. 2183.89 s [haskell-language-server] [19 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.Command ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/Command.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Command.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Command.dyn_o )
  24677. 2183.89 s [haskell-language-server] [20 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.CodeAction ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/CodeAction.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/CodeAction.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/CodeAction.dyn_o )
  24678. 2183.89 s [haskell-language-server] [21 of 24] Compiling Ide.Plugin.Cabal.Outline ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Outline.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Outline.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Outline.dyn_o )
  24679. 2183.89 s [haskell-language-server] [22 of 24] Compiling Ide.Plugin.Cabal.Parse ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Parse.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Parse.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Parse.dyn_o )
  24680. 2183.89 s [haskell-language-server] [23 of 24] Compiling Ide.Plugin.Cabal.Rules ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Rules.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Rules.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Rules.dyn_o )
  24681. 2183.89 s [haskell-language-server] [24 of 24] Compiling Ide.Plugin.Cabal ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.o, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.dyn_o )
  24682. 2184.72 s [haskell-language-server] [ 1 of 24] Compiling Ide.Plugin.Cabal.Completion.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Types.p_o )
  24683. 2185.98 s [haskell-language-server] [ 2 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Types.p_o )
  24684. 2186.75 s [haskell-language-server] [ 3 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Paths ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Paths.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Paths.p_o )
  24685. 2186.75 s [haskell-language-server] [ 4 of 24] Compiling Ide.Plugin.Cabal.Completion.CabalFields ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/CabalFields.p_o )
  24686. 2186.75 s [haskell-language-server] [ 5 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Simple ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Simple.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Simple.p_o )
  24687. 2186.75 s [haskell-language-server] [ 6 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Snippet ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Snippet.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Snippet.p_o )
  24688. 2186.75 s [haskell-language-server] [ 7 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.FilePath ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/FilePath.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/FilePath.p_o )
  24689. 2186.75 s [haskell-language-server] [ 8 of 24] Compiling Ide.Plugin.Cabal.Completion.Completer.Module ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completer/Module.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completer/Module.p_o )
  24690. 2186.90 s [haskell-language-server] [ 9 of 24] Compiling Ide.Plugin.Cabal.Diagnostics ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Diagnostics.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Diagnostics.p_o )
  24691. 2186.90 s [haskell-language-server] [10 of 24] Compiling Ide.Plugin.Cabal.FieldSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/FieldSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/FieldSuggest.p_o )
  24692. 2186.90 s [haskell-language-server] [11 of 24] Compiling Ide.Plugin.Cabal.LicenseSuggest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/LicenseSuggest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/LicenseSuggest.p_o )
  24693. 2186.90 s [haskell-language-server] [12 of 24] Compiling Ide.Plugin.Cabal.Completion.Data ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Data.p_o )
  24694. 2187.45 s [haskell-language-server] [13 of 24] Compiling Ide.Plugin.Cabal.Completion.Completions ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Completions.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Completion/Completions.p_o )
  24695. 2187.76 s [haskell-language-server] [14 of 24] Compiling Ide.Plugin.Cabal.Orphans ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Orphans.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Orphans.p_o )
  24696. 2187.76 s [haskell-language-server] [15 of 24] Compiling Ide.Plugin.Cabal.OfInterest ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/OfInterest.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/OfInterest.p_o )
  24697. 2187.76 s [haskell-language-server] [16 of 24] Compiling Ide.Plugin.Cabal.Files ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Files.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Files.p_o )
  24698. 2187.76 s [haskell-language-server] [17 of 24] Compiling Ide.Plugin.Cabal.Definition ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Definition.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Definition.p_o )
  24699. 2187.76 s [haskell-language-server] [18 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.Types ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/Types.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Types.p_o )
  24700. 2188.41 s [haskell-language-server] [19 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.Command ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/Command.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/Command.p_o )
  24701. 2188.75 s [haskell-language-server] [20 of 24] Compiling Ide.Plugin.Cabal.CabalAdd.CodeAction ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/CabalAdd/CodeAction.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/CabalAdd/CodeAction.p_o )
  24702. 2188.75 s [haskell-language-server] [21 of 24] Compiling Ide.Plugin.Cabal.Outline ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Outline.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Outline.p_o )
  24703. 2188.75 s [haskell-language-server] [22 of 24] Compiling Ide.Plugin.Cabal.Parse ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Parse.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Parse.p_o )
  24704. 2188.75 s [haskell-language-server] [23 of 24] Compiling Ide.Plugin.Cabal.Rules ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Rules.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal/Rules.p_o )
  24705. 2188.75 s [haskell-language-server] [24 of 24] Compiling Ide.Plugin.Cabal ( plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs, dist/build/hls-cabal-plugin/Ide/Plugin/Cabal.p_o )
  24706. 2195.69 s [haskell-language-server] Preprocessing library 'hls-pragmas-plugin' for haskell-language-server-2.12.0.0...
  24707. 2195.69 s [haskell-language-server] Building library 'hls-pragmas-plugin' for haskell-language-server-2.12.0.0...
  24708. 2195.77 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24709. 2195.77 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24710. 2195.77 s [haskell-language-server] but were not needed for compilation:
  24711. 2195.77 s [haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx)
  24712. 2195.77 s [haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-05a6)
  24713. 2195.77 s [haskell-language-server]
  24714. 2195.78 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Pragmas ( plugins/hls-pragmas-plugin/src/Ide/Plugin/Pragmas.hs, dist/build/hls-pragmas-plugin/Ide/Plugin/Pragmas.o, dist/build/hls-pragmas-plugin/Ide/Plugin/Pragmas.dyn_o )
  24715. 2197.89 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24716. 2197.89 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24717. 2197.89 s [haskell-language-server] but were not needed for compilation:
  24718. 2197.89 s [haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx)
  24719. 2197.89 s [haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-05a6)
  24720. 2197.89 s [haskell-language-server]
  24721. 2197.91 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Pragmas ( plugins/hls-pragmas-plugin/src/Ide/Plugin/Pragmas.hs, dist/build/hls-pragmas-plugin/Ide/Plugin/Pragmas.p_o )
  24722. 2205.34 s [haskell-language-server] Preprocessing library 'hls-stylish-haskell-plugin' for haskell-language-server-2.12.0.0...
  24723. 2205.34 s [haskell-language-server] Building library 'hls-stylish-haskell-plugin' for haskell-language-server-2.12.0.0...
  24724. 2205.43 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.StylishHaskell ( plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs, dist/build/hls-stylish-haskell-plugin/Ide/Plugin/StylishHaskell.o, dist/build/hls-stylish-haskell-plugin/Ide/Plugin/StylishHaskell.dyn_o )
  24725. 2206.69 s [haskell-language-server] plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  24726. 2206.69 s [haskell-language-server] The import of ‘System.Directory’ is redundant
  24727. 2206.69 s [haskell-language-server] except perhaps to import instances from ‘System.Directory’
  24728. 2206.69 s [haskell-language-server] To import instances alone, use: import System.Directory()
  24729. 2206.69 s [haskell-language-server] |
  24730. 2206.69 s [haskell-language-server] 28 | import System.Directory
  24731. 2206.69 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24732. 2206.69 s [haskell-language-server]
  24733. 2207.14 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.StylishHaskell ( plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs, dist/build/hls-stylish-haskell-plugin/Ide/Plugin/StylishHaskell.p_o )
  24734. 2208.13 s [haskell-language-server] plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs:28:1: warning: [GHC-66111] [-Wunused-imports]
  24735. 2208.13 s [haskell-language-server] The import of ‘System.Directory’ is redundant
  24736. 2208.13 s [haskell-language-server] except perhaps to import instances from ‘System.Directory’
  24737. 2208.13 s [haskell-language-server] To import instances alone, use: import System.Directory()
  24738. 2208.13 s [haskell-language-server] |
  24739. 2208.13 s [haskell-language-server] 28 | import System.Directory
  24740. 2208.13 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24741. 2208.13 s [haskell-language-server]
  24742. 2216.35 s [haskell-language-server] Preprocessing library 'hls-stan-plugin' for haskell-language-server-2.12.0.0...
  24743. 2216.35 s [haskell-language-server] Building library 'hls-stan-plugin' for haskell-language-server-2.12.0.0...
  24744. 2216.44 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.o, dist/build/hls-stan-plugin/Ide/Plugin/Stan.dyn_o )
  24745. 2218.34 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.p_o )
  24746. 2226.30 s [haskell-language-server] Preprocessing executable 'ghcide-test-preprocessor' for haskell-language-server-2.12.0.0...
  24747. 2226.30 s [haskell-language-server] Building executable 'ghcide-test-preprocessor' for haskell-language-server-2.12.0.0...
  24748. 2226.36 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 )
  24749. 2226.57 s [haskell-language-server] [2 of 2] Linking dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor
  24750. 2226.88 s [haskell-language-server] Preprocessing library 'hls-semantic-tokens-plugin' for haskell-language-server-2.12.0.0...
  24751. 2226.88 s [haskell-language-server] Building library 'hls-semantic-tokens-plugin' for haskell-language-server-2.12.0.0...
  24752. 2226.95 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24753. 2226.95 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24754. 2226.95 s [haskell-language-server] but were not needed for compilation:
  24755. 2226.95 s [haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h)
  24756. 2226.95 s [haskell-language-server]
  24757. 2226.96 s [haskell-language-server] [1 of 8] Compiling Ide.Plugin.SemanticTokens.Types ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Types.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Types.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Types.dyn_o )
  24758. 2228.54 s [haskell-language-server] [2 of 8] Compiling Ide.Plugin.SemanticTokens.Tokenize ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Tokenize.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Tokenize.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Tokenize.dyn_o )
  24759. 2228.96 s [haskell-language-server] [3 of 8] Compiling Ide.Plugin.SemanticTokens.SemanticConfig ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/SemanticConfig.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/SemanticConfig.dyn_o )
  24760. 2228.96 s [haskell-language-server] [4 of 8] Compiling Ide.Plugin.SemanticTokens.Utils ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Utils.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Utils.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Utils.dyn_o )
  24761. 2228.96 s [haskell-language-server] [5 of 8] Compiling Ide.Plugin.SemanticTokens.Mappings ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Mappings.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Mappings.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Mappings.dyn_o )
  24762. 2228.96 s [haskell-language-server] [6 of 8] Compiling Ide.Plugin.SemanticTokens.Query ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Query.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Query.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Query.dyn_o )
  24763. 2228.96 s [haskell-language-server] [7 of 8] Compiling Ide.Plugin.SemanticTokens.Internal ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Internal.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Internal.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Internal.dyn_o )
  24764. 2231.12 s [haskell-language-server] [8 of 8] Compiling Ide.Plugin.SemanticTokens ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens.o, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens.dyn_o )
  24765. 2231.40 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24766. 2231.41 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24767. 2231.41 s [haskell-language-server] but were not needed for compilation:
  24768. 2231.41 s [haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h)
  24769. 2231.41 s [haskell-language-server]
  24770. 2231.41 s [haskell-language-server] [1 of 8] Compiling Ide.Plugin.SemanticTokens.Types ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Types.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Types.p_o )
  24771. 2232.80 s [haskell-language-server] [2 of 8] Compiling Ide.Plugin.SemanticTokens.Tokenize ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Tokenize.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Tokenize.p_o )
  24772. 2233.27 s [haskell-language-server] [3 of 8] Compiling Ide.Plugin.SemanticTokens.SemanticConfig ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/SemanticConfig.p_o )
  24773. 2233.27 s [haskell-language-server] [4 of 8] Compiling Ide.Plugin.SemanticTokens.Utils ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Utils.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Utils.p_o )
  24774. 2233.27 s [haskell-language-server] [5 of 8] Compiling Ide.Plugin.SemanticTokens.Mappings ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Mappings.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Mappings.p_o )
  24775. 2233.27 s [haskell-language-server] [6 of 8] Compiling Ide.Plugin.SemanticTokens.Query ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Query.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Query.p_o )
  24776. 2233.34 s [haskell-language-server] [7 of 8] Compiling Ide.Plugin.SemanticTokens.Internal ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Internal.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens/Internal.p_o )
  24777. 2235.56 s [haskell-language-server] [8 of 8] Compiling Ide.Plugin.SemanticTokens ( plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens.hs, dist/build/hls-semantic-tokens-plugin/Ide/Plugin/SemanticTokens.p_o )
  24778. 2241.22 s [haskell-language-server] Preprocessing library 'hls-code-range-plugin' for haskell-language-server-2.12.0.0...
  24779. 2241.22 s [haskell-language-server] Building library 'hls-code-range-plugin' for haskell-language-server-2.12.0.0...
  24780. 2241.30 s [haskell-language-server] [1 of 3] Compiling Ide.Plugin.CodeRange.ASTPreProcess ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/ASTPreProcess.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.dyn_o )
  24781. 2242.07 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 )
  24782. 2243.43 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 )
  24783. 2243.91 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 )
  24784. 2244.68 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 )
  24785. 2245.83 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 )
  24786. 2251.25 s [haskell-language-server] Preprocessing library 'ghcide-bench-lib' for haskell-language-server-2.12.0.0...
  24787. 2251.25 s [haskell-language-server] Building library 'ghcide-bench-lib' for haskell-language-server-2.12.0.0...
  24788. 2251.32 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 )
  24789. 2252.69 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 )
  24790. 2253.41 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24791. 2253.41 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24792. 2253.41 s [haskell-language-server] In a pattern binding:
  24793. 2253.41 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  24794. 2253.41 s [haskell-language-server] Failure _
  24795. 2253.41 s [haskell-language-server] CompletionInvoked _
  24796. 2253.41 s [haskell-language-server] |
  24797. 2253.41 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  24798. 2253.41 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24799. 2253.41 s [haskell-language-server]
  24800. 2253.41 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24801. 2253.41 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24802. 2253.41 s [haskell-language-server] In a lambda abstraction:
  24803. 2253.41 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  24804. 2253.41 s [haskell-language-server] ‘ProcessHandle’ not matched:
  24805. 2253.41 s [haskell-language-server] Nothing _ _ _
  24806. 2253.41 s [haskell-language-server] (Just _) Nothing _ _
  24807. 2253.41 s [haskell-language-server] (Just _) (Just _) Nothing _
  24808. 2253.41 s [haskell-language-server] |
  24809. 2253.41 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  24810. 2253.41 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24811. 2253.41 s [haskell-language-server]
  24812. 2253.41 s [haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning: [GHC-63394] [-Wx-partial]
  24813. 2253.41 s [haskell-language-server] In the use of ‘head’
  24814. 2253.41 s [haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
  24815. 2253.41 s [haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  24816. 2253.41 s [haskell-language-server] |
  24817. 2253.41 s [haskell-language-server] 630 | let DocumentPositions{..} = head docs
  24818. 2253.41 s [haskell-language-server] | ^^^^
  24819. 2253.41 s [haskell-language-server]
  24820. 2255.64 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 )
  24821. 2256.92 s [haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.p_o )
  24822. 2257.44 s [haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24823. 2257.44 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24824. 2257.44 s [haskell-language-server] In a pattern binding:
  24825. 2257.44 s [haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
  24826. 2257.44 s [haskell-language-server] Failure _
  24827. 2257.44 s [haskell-language-server] CompletionInvoked _
  24828. 2257.44 s [haskell-language-server] |
  24829. 2257.44 s [haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
  24830. 2257.44 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24831. 2257.44 s [haskell-language-server]
  24832. 2257.45 s [haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
  24833. 2257.45 s [haskell-language-server] Pattern match(es) are non-exhaustive
  24834. 2257.45 s [haskell-language-server] In a lambda abstraction:
  24835. 2257.45 s [haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
  24836. 2257.45 s [haskell-language-server] ‘ProcessHandle’ not matched:
  24837. 2257.45 s [haskell-language-server] Nothing _ _ _
  24838. 2257.45 s [haskell-language-server] (Just _) Nothing _ _
  24839. 2257.45 s [haskell-language-server] (Just _) (Just _) Nothing _
  24840. 2257.45 s [haskell-language-server] |
  24841. 2257.45 s [haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
  24842. 2257.45 s [haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  24843. 2257.45 s [haskell-language-server]
  24844. 2257.45 s [haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning: [GHC-63394] [-Wx-partial]
  24845. 2257.45 s [haskell-language-server] In the use of ‘head’
  24846. 2257.45 s [haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
  24847. 2257.45 s [haskell-language-server] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
  24848. 2257.45 s [haskell-language-server] |
  24849. 2257.45 s [haskell-language-server] 630 | let DocumentPositions{..} = head docs
  24850. 2257.45 s [haskell-language-server] | ^^^^
  24851. 2257.45 s [haskell-language-server]
  24852. 2266.08 s [haskell-language-server] Preprocessing executable 'ghcide-bench' for haskell-language-server-2.12.0.0...
  24853. 2266.08 s [haskell-language-server] Building executable 'ghcide-bench' for haskell-language-server-2.12.0.0...
  24854. 2266.15 s [haskell-language-server] [1 of 1] Compiling Main ( ghcide-bench/exe/Main.hs, dist/build/ghcide-bench/ghcide-bench-tmp/Main.dyn_o )
  24855. 2266.55 s [haskell-language-server] [2 of 2] Linking dist/build/ghcide-bench/ghcide-bench
  24856. 2267.88 s [haskell-language-server] Preprocessing library 'hls-module-name-plugin' for haskell-language-server-2.12.0.0...
  24857. 2267.88 s [haskell-language-server] Building library 'hls-module-name-plugin' for haskell-language-server-2.12.0.0...
  24858. 2267.95 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ModuleName ( plugins/hls-module-name-plugin/src/Ide/Plugin/ModuleName.hs, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.o, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.dyn_o )
  24859. 2269.32 s [haskell-language-server] [1 of 1] Compiling Ide.Plugin.ModuleName ( plugins/hls-module-name-plugin/src/Ide/Plugin/ModuleName.hs, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.p_o )
  24860. 2276.03 s [haskell-language-server] Preprocessing library for haskell-language-server-2.12.0.0...
  24861. 2276.03 s [haskell-language-server] Building library for haskell-language-server-2.12.0.0...
  24862. 2276.21 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24863. 2276.21 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24864. 2276.21 s [haskell-language-server] but were not needed for compilation:
  24865. 2276.21 s [haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
  24866. 2276.21 s [haskell-language-server]
  24867. 2276.23 s [haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.o, dist/build/HlsPlugins.dyn_o )
  24868. 2277.19 s [haskell-language-server] [2 of 5] Compiling Paths_haskell_language_server ( dist/build/autogen/Paths_haskell_language_server.hs, dist/build/Paths_haskell_language_server.o, dist/build/Paths_haskell_language_server.dyn_o )
  24869. 2277.19 s [haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.o, dist/build/Ide/Version.dyn_o )
  24870. 2278.57 s [haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.o, dist/build/Ide/Arguments.dyn_o )
  24871. 2278.86 s [haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.o, dist/build/Ide/Main.dyn_o )
  24872. 2279.64 s [haskell-language-server] <no location info>: warning: [GHC-42258] [-Wunused-packages]
  24873. 2279.64 s [haskell-language-server] The following packages were specified via -package or -package-id flags,
  24874. 2279.64 s [haskell-language-server] but were not needed for compilation:
  24875. 2279.64 s [haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
  24876. 2279.64 s [haskell-language-server]
  24877. 2279.66 s [haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.p_o )
  24878. 2280.63 s [haskell-language-server] [2 of 5] Compiling Paths_haskell_language_server ( dist/build/autogen/Paths_haskell_language_server.hs, dist/build/Paths_haskell_language_server.p_o )
  24879. 2280.63 s [haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.p_o )
  24880. 2282.18 s [haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.p_o )
  24881. 2282.71 s [haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.p_o )
  24882. 2292.10 s [haskell-language-server] Preprocessing executable 'haskell-language-server' for haskell-language-server-2.12.0.0...
  24883. 2292.11 s [haskell-language-server] Building executable 'haskell-language-server' for haskell-language-server-2.12.0.0...
  24884. 2292.18 s [haskell-language-server] [1 of 1] Compiling Main ( exe/Main.hs, dist/build/haskell-language-server/haskell-language-server-tmp/Main.dyn_o )
  24885. 2293.16 s [haskell-language-server] [2 of 2] Linking dist/build/haskell-language-server/haskell-language-server
  24886. 2294.95 s [haskell-language-server] Preprocessing executable 'haskell-language-server-wrapper' for haskell-language-server-2.12.0.0...
  24887. 2294.95 s [haskell-language-server] Building executable 'haskell-language-server-wrapper' for haskell-language-server-2.12.0.0...
  24888. 2295.10 s [haskell-language-server] [1 of 2] Compiling Main ( exe/Wrapper.hs, dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper-tmp/Main.dyn_o )
  24889. 2295.97 s [haskell-language-server] [2 of 2] Compiling Paths_haskell_language_server ( dist/build/haskell-language-server-wrapper/autogen/Paths_haskell_language_server.hs, dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper-tmp/Paths_haskell_language_server.dyn_o )
  24890. 2296.31 s [haskell-language-server] [3 of 3] Linking dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper
  24891. 2298.04 s [haskell-language-server] buildPhase completed in 6 minutes 5 seconds
  24892. 2298.05 s [haskell-language-server] Phase: haddockPhase
  24893. 2298.05 s [haskell-language-server] Phase: installPhase
  24894. 2298.20 s [haskell-language-server] Installing internal library hls-eval-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
  24895. 2298.41 s [haskell-language-server] Installing internal library hls-call-hierarchy-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
  24896. 2298.47 s [haskell-language-server] Installing internal library hls-class-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
  24897. 2298.55 s [haskell-language-server] Installing internal library hls-signature-help-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
  24898. 2298.57 s [haskell-language-server] Installing internal library hls-alternate-number-format-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
  24899. 2298.61 s [haskell-language-server] Installing internal library hls-cabal-fmt-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
  24900. 2298.64 s [haskell-language-server] Installing internal library hls-notes-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
  24901. 2298.67 s [haskell-language-server] Installing internal library hls-qualify-imported-names-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
  24902. 2298.69 s [haskell-language-server] Installing internal library hls-overloaded-record-dot-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
  24903. 2298.73 s [haskell-language-server] Installing internal library hls-explicit-record-fields-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
  24904. 2298.76 s [haskell-language-server] Installing internal library hls-ormolu-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
  24905. 2298.79 s [haskell-language-server] Installing internal library hls-refactor-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
  24906. 2299.12 s [haskell-language-server] Installing internal library hls-rename-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
  24907. 2299.15 s [haskell-language-server] Installing internal library hls-gadt-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
  24908. 2299.18 s [haskell-language-server] Installing internal library hls-explicit-fixity-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
  24909. 2299.20 s [haskell-language-server] Installing internal library hls-change-type-signature-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
  24910. 2299.22 s [haskell-language-server] Installing internal library hls-explicit-imports-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
  24911. 2299.27 s [haskell-language-server] Installing internal library hls-fourmolu-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
  24912. 2299.30 s [haskell-language-server] Installing internal library hls-cabal-gild-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
  24913. 2299.32 s [haskell-language-server] Installing internal library hls-cabal-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
  24914. 2299.48 s [haskell-language-server] Installing internal library hls-pragmas-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
  24915. 2299.51 s [haskell-language-server] Installing internal library hls-stylish-haskell-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
  24916. 2299.53 s [haskell-language-server] Installing internal library hls-stan-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
  24917. 2299.55 s [haskell-language-server] Installing executable ghcide-test-preprocessor in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24918. 2299.55 s [haskell-language-server] Warning: The directory
  24919. 2299.55 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24920. 2299.55 s [haskell-language-server] is not in the system search path.
  24921. 2299.56 s [haskell-language-server] Installing internal library hls-semantic-tokens-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
  24922. 2299.62 s [haskell-language-server] Installing internal library hls-code-range-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
  24923. 2299.66 s [haskell-language-server] Installing internal library ghcide-bench-lib in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
  24924. 2299.74 s [haskell-language-server] Installing executable ghcide-bench in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24925. 2299.74 s [haskell-language-server] Warning: The directory
  24926. 2299.74 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24927. 2299.74 s [haskell-language-server] is not in the system search path.
  24928. 2299.74 s [haskell-language-server] Installing internal library hls-module-name-plugin in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
  24929. 2299.77 s [haskell-language-server] Installing library in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
  24930. 2299.82 s [haskell-language-server] Installing executable haskell-language-server in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24931. 2299.82 s [haskell-language-server] Warning: The directory
  24932. 2299.82 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24933. 2299.82 s [haskell-language-server] is not in the system search path.
  24934. 2299.82 s [haskell-language-server] Installing executable haskell-language-server-wrapper in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24935. 2299.82 s [haskell-language-server] Warning: The directory
  24936. 2299.82 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24937. 2299.82 s [haskell-language-server] is not in the system search path.
  24938. 2301.93 s [haskell-language-server] Phase: fixupPhase
  24939. 2301.95 s [haskell-language-server] shrinking RPATHs of ELF executables and libraries in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24940. 2301.96 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin-ghc9.10.2.so
  24941. 2302.11 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin-ghc9.10.2.so
  24942. 2302.20 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj-ghc9.10.2.so
  24943. 2302.34 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin-ghc9.10.2.so
  24944. 2302.43 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin-ghc9.10.2.so
  24945. 2302.51 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin-ghc9.10.2.so
  24946. 2302.61 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin-ghc9.10.2.so
  24947. 2302.70 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin-ghc9.10.2.so
  24948. 2302.78 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin-ghc9.10.2.so
  24949. 2302.87 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib-ghc9.10.2.so
  24950. 2302.98 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin-ghc9.10.2.so
  24951. 2303.06 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin-ghc9.10.2.so
  24952. 2303.14 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin-ghc9.10.2.so
  24953. 2303.22 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin-ghc9.10.2.so
  24954. 2303.30 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin-ghc9.10.2.so
  24955. 2303.38 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin-ghc9.10.2.so
  24956. 2303.49 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin-ghc9.10.2.so
  24957. 2303.59 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin-ghc9.10.2.so
  24958. 2303.67 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin-ghc9.10.2.so
  24959. 2303.77 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin-ghc9.10.2.so
  24960. 2303.87 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin-ghc9.10.2.so
  24961. 2303.97 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin-ghc9.10.2.so
  24962. 2304.07 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin-ghc9.10.2.so
  24963. 2304.15 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin-ghc9.10.2.so
  24964. 2304.23 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin-ghc9.10.2.so
  24965. 2304.32 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin-ghc9.10.2.so
  24966. 2304.41 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin-ghc9.10.2.so
  24967. 2304.49 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a/libHShaskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin-ghc9.10.2.so
  24968. 2304.57 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/.haskell-language-server-9.10.2-unwrapped
  24969. 2304.70 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/ghcide-test-preprocessor
  24970. 2304.71 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/haskell-language-server-wrapper
  24971. 2304.82 s [haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/ghcide-bench
  24972. 2304.93 s [haskell-language-server] checking for references to /build/ in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0...
  24973. 2305.07 s [haskell-language-server] patching script interpreter paths in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24974. 2305.08 s [haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/haskell-language-server: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
  24975. 2305.09 s [haskell-language-server] stripping (with command strip and flags -S -p) in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/lib /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
  24976. 2305.88 s [haskell-language-server] rewriting symlink /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/haskell-language-server-9.10.2 to be relative to /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24977. 2309.39 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24978. 2309.83 s [post-build-hook] Nothing to push - all store paths are already on Cachix.
  24979. 2310.65 s [post-build-hook] Uploading to the NixCI cache: /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
  24980. 2310.65 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24981. 2310.65 s [post-build-hook] copying 1 paths...
  24982. 2310.65 s [post-build-hook] copying path '/nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0' to 'https://cache.nix-ci.com'...
  24983. 2328.41 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24984. 2328.52 s [post-build-hook] copying 0 paths...
  24985. 2328.54 s Progress: 155 of 157 built, 587 of 587 downloaded from cache
  24986. 2328.65 s Building ghc-shell-for-packages
  24987. 2329.47 s [post-build-hook] Uploading to cachix cache "sellout": /nix/store/idqzhbz7qsbk0qxvy17ldpdilzibzlla-ghc-shell-for-packages-0
  24988. 2329.94 s [post-build-hook] Pushing 1 paths (797 are already present) using zstd to cache sellout ⏳
  24989. 2329.94 s [post-build-hook]
  24990. 2330.28 s [post-build-hook] Pushing /nix/store/idqzhbz7qsbk0qxvy17ldpdilzibzlla-ghc-shell-for-packages-0 (344.00 B)
  24991. 2331.19 s [post-build-hook]
  24992. 2331.19 s [post-build-hook] All done.
  24993. 2331.21 s [post-build-hook] Uploading to the NixCI cache: /nix/store/idqzhbz7qsbk0qxvy17ldpdilzibzlla-ghc-shell-for-packages-0
  24994. 2331.24 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24995. 2331.29 s [post-build-hook] copying 1 paths...
  24996. 2331.29 s [post-build-hook] copying path '/nix/store/idqzhbz7qsbk0qxvy17ldpdilzibzlla-ghc-shell-for-packages-0' to 'https://cache.nix-ci.com'...
  24997. 2331.50 s [post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24998. 2331.81 s [post-build-hook] copying 1 paths...
  24999. 2331.81 s [post-build-hook] copying path '/nix/store/padi6wf756kfmwgbmza3dl9smn091nl0-ghc-shell-for-packages-0.drv' to 'https://cache.nix-ci.com'...
  25000. 2331.96 s Progress: 156 of 157 built, 587 of 587 downloaded from cache