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 )
1330.17 s
[stylish-haskell] lib/Language/Haskell/Stylish/Module.hs:54:1: warning : [ GHC-90177 ] [ -Worphans ]
1330.17 s
[stylish-haskell] Orphan class instance: instance Eq GHC.RawPkgQual
1330.17 s
[stylish-haskell] Suggested fix:
1330.17 s
[stylish-haskell] Move the instance declaration to the module of the class or of the type, or
1330.17 s
[stylish-haskell] wrap the type with a newtype and declare the instance on the new type.
1330.17 s
[stylish-haskell] |
1330.17 s
[stylish-haskell] 54 | deriving instance Eq GHC.RawPkgQual
1330.17 s
[stylish-haskell] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1330.17 s
[stylish-haskell]
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 )
1330.31 s
[stylish-haskell] [ 8 of 26] Compiling Language.Haskell.Stylish.Parse ( lib/Language/Haskell/Stylish/Parse.hs, nothing )
1330.35 s
[stylish-haskell] lib/Language/Haskell/Stylish/Parse.hs:9:70: warning : [ GHC-38856 ] [ -Wunused-imports ]
1330.35 s
[stylish-haskell] The import of ‘foldl'’ from module ‘Data.List’ is redundant
1330.35 s
[stylish-haskell] |
1330.35 s
[stylish-haskell] 9 | import Data.List (foldl' ,
1330.35 s
[stylish-haskell] | ^^^^^^
1330.35 s
[stylish-haskell]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1331.29 s
[stylish-haskell] lib/Language/Haskell/Stylish/Step/LanguagePragmas.hs:77:15: warning : [ GHC-63394 ] [ -Wx-partial ]
1331.29 s
[stylish-haskell] In the use of ‘head’
1331.29 s
[stylish-haskell] (imported from Prelude, but defined in GHC.Internal.List):
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"."
1331.29 s
[stylish-haskell] |
1331.29 s
[stylish-haskell] 77 | , " " <> head pragmas'
1331.29 s
[stylish-haskell] | ^^^^
1331.29 s
[stylish-haskell]
1331.29 s
[stylish-haskell] lib/Language/Haskell/Stylish/Step/LanguagePragmas.hs:79:38: warning : [ GHC-63394 ] [ -Wx-partial ]
1331.29 s
[stylish-haskell] In the use of ‘tail’
1331.29 s
[stylish-haskell] (imported from Prelude, but defined in GHC.Internal.List):
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"."
1331.29 s
[stylish-haskell] |
1331.29 s
[stylish-haskell] 79 | <> [ " , " <> pragma | pragma <- tail pragmas']
1331.29 s
[stylish-haskell] | ^^^^
1331.29 s
[stylish-haskell]
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 )
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 )
1332.07 s
[stylish-haskell] lib/Language/Haskell/Stylish/Step/Imports.hs:290:37: warning : [ GHC-63394 ] [ -Wx-partial ]
1332.07 s
[stylish-haskell] In the use of ‘head’
1332.07 s
[stylish-haskell] (imported from Prelude, but defined in GHC.Internal.List):
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"."
1332.07 s
[stylish-haskell] |
1332.07 s
[stylish-haskell] 290 | (GHC.srcSpanStartLine . src $ head imports)
1332.07 s
[stylish-haskell] | ^^^^
1332.07 s
[stylish-haskell]
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 )
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 )
1333.03 s
[mono-traversable] Documentation created: dist/doc/html/mono-traversable/,
1333.03 s
[mono-traversable] dist/doc/html/mono-traversable/mono-traversable.txt
1333.10 s
[mono-traversable] Preprocessing test suite 'test' for mono-traversable-1.0.21.0...
1333.10 s
[mono-traversable] Phase: installPhase
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
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 )
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 )
1333.42 s
[stylish-haskell] lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:15:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
1333.43 s
[stylish-haskell] The import of ‘foldl'’ from module ‘Data.List’ is redundant
1333.43 s
[stylish-haskell] |
1333.43 s
[stylish-haskell] 15 | import Data.List (foldl' , foldl1', sortOn)
1333.43 s
[stylish-haskell] | ^^^^^^
1333.43 s
[stylish-haskell]
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 )
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 )
1333.74 s
[mono-traversable] Phase: fixupPhase
1333.76 s
[mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
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
1333.78 s
[mono-traversable] checking for references to /build/ in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0...
1333.80 s
[mono-traversable] patching script interpreter paths in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0
1333.80 s
[mono-traversable] stripping (with command strip and flags -S -p) in /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0/lib
1333.91 s
[stylish-haskell] [24 of 26] Compiling Language.Haskell.Stylish.Config ( lib/Language/Haskell/Stylish/Config.hs, nothing )
1334.09 s
[mono-traversable] shrinking RPATHs of ELF executables and libraries in /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc
1334.10 s
[mono-traversable] checking for references to /build/ in /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc...
1334.12 s
[mono-traversable] patching script interpreter paths in /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc
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
1334.86 s
[post-build-hook] Pushing 2 paths (108 are already present) using zstd to cache sellout ⏳
1334.86 s
[post-build-hook]
1335.20 s
[post-build-hook] Pushing /nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc (5.39 MiB)
1335.23 s
[post-build-hook] Pushing /nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0 (23.48 MiB)
1336.30 s
[post-build-hook]
1336.30 s
[post-build-hook] All done.
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
1336.36 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1336.59 s
[post-build-hook] copying 2 paths...
1336.59 s
[post-build-hook] copying path '/nix/store/ihrimnc0kr2b6sb2gws0vh2qpxm1s44d-mono-traversable-1.0.21.0-doc' to 'https://cache.nix-ci.com'...
1337.30 s
[post-build-hook] copying path '/nix/store/kpslcqq69f0v4jypjvfb0rrigrc84931-mono-traversable-1.0.21.0' to 'https://cache.nix-ci.com'...
1343.12 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1343.32 s
[post-build-hook] copying 1 paths...
1343.33 s
[post-build-hook] copying path '/nix/store/rv1djllcsypa3hsakd5hk0i89q4h5mgl-mono-traversable-1.0.21.0.drv' to 'https://cache.nix-ci.com'...
1343.48 s
Progress: 137 of 157 built (3 building), 587 of 587 downloaded from cache
1343.55 s
Building conduit
1343.55 s
[ormolu] Documentation created: dist/doc/html/ormolu/, dist/doc/html/ormolu/ormolu.txt
1343.55 s
[ormolu] Preprocessing executable 'ormolu' for ormolu-0.8.0.2...
1343.55 s
[ormolu] Preprocessing test suite 'tests' for ormolu-0.8.0.2...
1343.55 s
[ormolu] Phase: installPhase
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
1343.55 s
[ormolu] Installing executable ormolu in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin/bin
1343.55 s
[ormolu] Warning: The directory
1343.55 s
[ormolu] /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin/bin is not in
1343.55 s
[ormolu] the system search path.
1343.55 s
[ormolu] Phase: fixupPhase
1343.55 s
[ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2
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
1343.55 s
[ormolu] checking for references to /build/ in /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2...
1343.55 s
[ormolu] patching script interpreter paths in /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2
1343.55 s
[ormolu] stripping (with command strip and flags -S -p) in /nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2/lib
1343.55 s
[ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/h6qdsay4q39nbm0k1f0wbfwfmfmqpy48-ormolu-0.8.0.2-doc
1343.55 s
[ormolu] checking for references to /build/ in /nix/store/h6qdsay4q39nbm0k1f0wbfwfmfmqpy48-ormolu-0.8.0.2-doc...
1343.55 s
[ormolu] patching script interpreter paths in /nix/store/h6qdsay4q39nbm0k1f0wbfwfmfmqpy48-ormolu-0.8.0.2-doc
1343.55 s
[ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin
1343.55 s
[ormolu] shrinking /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin/bin/ormolu
1343.55 s
[ormolu] checking for references to /build/ in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin...
1343.55 s
[ormolu] patching script interpreter paths in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin
1343.55 s
[ormolu] stripping (with command strip and flags -S -p) in /nix/store/x9kgj4n4n3qbbpdaghf68gzx2k5ivw1g-ormolu-0.8.0.2-bin/bin
1343.55 s
[stylish-haskell] [25 of 26] Compiling Paths_stylish_haskell ( dist/build/autogen/Paths_stylish_haskell.hs, nothing )
1343.55 s
[stylish-haskell] [26 of 26] Compiling Language.Haskell.Stylish ( lib/Language/Haskell/Stylish.hs, nothing )
1343.55 s
[stylish-haskell] Haddock coverage:
1343.55 s
[stylish-haskell] 31% ( 5 / 16) in 'Language.Haskell.Stylish.GHC'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] dropAfterLocated (lib/Language/Haskell/Stylish/GHC.hs:57)
1343.55 s
[stylish-haskell] dropBeforeLocated (lib/Language/Haskell/Stylish/GHC.hs:63)
1343.55 s
[stylish-haskell] dropBeforeAndAfter (lib/Language/Haskell/Stylish/GHC.hs:69)
1343.55 s
[stylish-haskell] unsafeGetRealSrcSpan (lib/Language/Haskell/Stylish/GHC.hs:46)
1343.55 s
[stylish-haskell] getEndLineUnsafe (lib/Language/Haskell/Stylish/GHC.hs:54)
1343.55 s
[stylish-haskell] getStartLineUnsafe (lib/Language/Haskell/Stylish/GHC.hs:51)
1343.55 s
[stylish-haskell] baseDynFlags (lib/Language/Haskell/Stylish/GHC.hs:72)
1343.55 s
[stylish-haskell] showOutputable (lib/Language/Haskell/Stylish/GHC.hs:80)
1343.55 s
[stylish-haskell] getConDecls (lib/Language/Haskell/Stylish/GHC.hs:75)
1343.55 s
[stylish-haskell] epAnnComments (lib/Language/Haskell/Stylish/GHC.hs:83)
1343.55 s
[stylish-haskell] deepAnnComments (lib/Language/Haskell/Stylish/GHC.hs:86)
1343.55 s
[stylish-haskell] 66% ( 10 / 15) in 'Language.Haskell.Stylish.Module'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] Module header
1343.55 s
[stylish-haskell] Lines (lib/Language/Haskell/Stylish/Module.hs:52)
1343.55 s
[stylish-haskell] groupByLine (lib/Language/Haskell/Stylish/Module.hs:91)
1343.55 s
[stylish-haskell] importModuleName (lib/Language/Haskell/Stylish/Module.hs:61)
1343.55 s
[stylish-haskell] moduleLanguagePragmas (lib/Language/Haskell/Stylish/Module.hs:137)
1343.55 s
[stylish-haskell] Warning: 'Imports' is out of scope.
1343.55 s
[stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
1343.55 s
[stylish-haskell] Warning: 'ModuleHeader' is out of scope.
1343.55 s
[stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
1343.55 s
[stylish-haskell] Warning: 'RdrName' is out of scope.
1343.55 s
[stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
1343.55 s
[stylish-haskell] Warning: 'Safe' is out of scope.
1343.55 s
[stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
1343.55 s
[stylish-haskell] 50% ( 1 / 2) in 'Language.Haskell.Stylish.Parse'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] Module header
1343.55 s
[stylish-haskell] Warning: 'Printer' is ambiguous. It is defined
1343.55 s
[stylish-haskell] * at lib/Language/Haskell/Stylish/Printer.hs:74:21
1343.55 s
[stylish-haskell] * at lib/Language/Haskell/Stylish/Printer.hs:74:1
1343.55 s
[stylish-haskell] You may be able to disambiguate the identifier by qualifying it or
1343.55 s
[stylish-haskell] by specifying the type/value namespace explicitly.
1343.55 s
[stylish-haskell] Defaulting to the one defined at lib/Language/Haskell/Stylish/Printer.hs:74:1
1343.55 s
[stylish-haskell] Warning: 'SrcSpan' is out of scope.
1343.55 s
[stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
1343.55 s
[stylish-haskell] 84% ( 28 / 33) in 'Language.Haskell.Stylish.Printer'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] Module header
1343.55 s
[stylish-haskell] putMaybeLineComment (lib/Language/Haskell/Stylish/Printer.hs:143)
1343.55 s
[stylish-haskell] withColumns (lib/Language/Haskell/Stylish/Printer.hs:346)
1343.55 s
[stylish-haskell] modifyCurrentLine (lib/Language/Haskell/Stylish/Printer.hs:315)
1343.55 s
[stylish-haskell] wrapping (lib/Language/Haskell/Stylish/Printer.hs:323)
1343.55 s
[stylish-haskell] 0% ( 0 / 4) in 'Language.Haskell.Stylish.Step'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] Module header
1343.55 s
[stylish-haskell] Lines (lib/Language/Haskell/Stylish/Module.hs:52)
1343.55 s
[stylish-haskell] Step (lib/Language/Haskell/Stylish/Step.hs:13)
1343.55 s
[stylish-haskell] makeStep (lib/Language/Haskell/Stylish/Step.hs:20)
1343.55 s
[stylish-haskell] 0% ( 0 / 2) in 'Language.Haskell.Stylish.Step.Tabs'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] Module header
1343.55 s
[stylish-haskell] step (lib/Language/Haskell/Stylish/Step/Tabs.hs:21)
1343.55 s
[stylish-haskell] 0% ( 0 / 2) in 'Language.Haskell.Stylish.Step.TrailingWhitespace'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] Module header
1343.55 s
[stylish-haskell] step (lib/Language/Haskell/Stylish/Step/TrailingWhitespace.hs:22)
1343.55 s
[stylish-haskell] 0% ( 0 / 2) in 'Language.Haskell.Stylish.Step.Squash'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] Module header
1343.55 s
[stylish-haskell] step (lib/Language/Haskell/Stylish/Step/Squash.hs:83)
1343.55 s
[stylish-haskell] 40% ( 2 / 5) in 'Language.Haskell.Stylish.Step.LanguagePragmas'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] Module header
1343.55 s
[stylish-haskell] Style (lib/Language/Haskell/Stylish/Step/LanguagePragmas.hs:32)
1343.55 s
[stylish-haskell] step (lib/Language/Haskell/Stylish/Step/LanguagePragmas.hs:117)
1343.55 s
[stylish-haskell] 0% ( 0 / 2) in 'Language.Haskell.Stylish.Step.UnicodeSyntax'
1343.55 s
[stylish-haskell] Missing documentation for:
1343.55 s
[stylish-haskell] Module header
1343.55 s
[stylish-haskell] step (lib/Language/Haskell/Stylish/Step/UnicodeSyntax.hs:43)
1343.55 s
[stylish-haskell] Warning: 'FromJSON' is out of scope.
1343.55 s
[stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
1343.55 s
[stylish-haskell] Warning: 'Pattern' is ambiguous. It is defined
1343.55 s
[stylish-haskell] * at lib/Language/Haskell/Stylish/Step/Imports.hs:155:16
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
1344.28 s
[post-build-hook] Nothing to push - all store paths are already on Cachix.
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
1344.34 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1344.38 s
[post-build-hook] copying 1 paths...
1344.38 s
[post-build-hook] copying path '/nix/store/4yi8g62aq01s5bd5jwnq7sjk68h45a8z-ormolu-0.8.0.2' to 'https://cache.nix-ci.com'...
1353.67 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1353.74 s
[post-build-hook] copying 0 paths...
1353.76 s
Progress: 138 of 157 built (3 building), 587 of 587 downloaded from cache
1353.76 s
[stylish-haskell] * at lib/Language/Haskell/Stylish/Step/Imports.hs:155:1
1353.76 s
[stylish-haskell] You may be able to disambiguate the identifier by qualifying it or
1353.76 s
[stylish-haskell] by specifying the type/value namespace explicitly.
1353.76 s
[stylish-haskell] Defaulting to the one defined at lib/Language/Haskell/Stylish/Step/Imports.hs:155:1
1353.76 s
[stylish-haskell] Warning: 'groupPatterns' is out of scope.
1353.76 s
[stylish-haskell] If you qualify the identifier, haddock can try to link it anyway.
1353.76 s
[stylish-haskell] Warning: 'Options' is ambiguous. It is defined
1353.76 s
[stylish-haskell] * at lib/Language/Haskell/Stylish/Step/Imports.hs:64:16
1353.76 s
[stylish-haskell] * at lib/Language/Haskell/Stylish/Step/Imports.hs:64:1
1353.76 s
[stylish-haskell] You may be able to disambiguate the identifier by qualifying it or
1353.76 s
[stylish-haskell] by specifying the type/value namespace explicitly.
1353.76 s
[stylish-haskell] Defaulting to the one defined at lib/Language/Haskell/Stylish/Step/Imports.hs:64:1
1353.76 s
[stylish-haskell] 23% ( 3 / 13) in 'Language.Haskell.Stylish.Step.Imports'
1353.76 s
[stylish-haskell] Missing documentation for:
1353.76 s
[stylish-haskell] Module header
1353.76 s
[stylish-haskell] Options (lib/Language/Haskell/Stylish/Step/Imports.hs:64)
1353.76 s
[stylish-haskell] defaultOptions (lib/Language/Haskell/Stylish/Step/Imports.hs:79)
1353.76 s
[stylish-haskell] ImportAlign (lib/Language/Haskell/Stylish/Step/Imports.hs:102)
1353.76 s
[stylish-haskell] ListAlign (lib/Language/Haskell/Stylish/Step/Imports.hs:109)
1353.76 s
[stylish-haskell] LongListAlign (lib/Language/Haskell/Stylish/Step/Imports.hs:122)
1353.76 s
[stylish-haskell] EmptyListAlign (lib/Language/Haskell/Stylish/Step/Imports.hs:117)
1353.76 s
[stylish-haskell] ListPadding (lib/Language/Haskell/Stylish/Step/Imports.hs:97)
1353.76 s
[stylish-haskell] step (lib/Language/Haskell/Stylish/Step/Imports.hs:203)
1353.76 s
[stylish-haskell] printImport (lib/Language/Haskell/Stylish/Step/Imports.hs:511)
1353.76 s
[stylish-haskell] 0% ( 0 / 6) in 'Language.Haskell.Stylish.Step.ModuleHeader'
1353.76 s
[stylish-haskell] Missing documentation for:
1353.76 s
[stylish-haskell] Module header
1353.76 s
[stylish-haskell] Config (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:36)
1353.76 s
[stylish-haskell] BreakWhere (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:49)
1353.76 s
[stylish-haskell] OpenBracket (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:44)
1353.76 s
[stylish-haskell] defaultConfig (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:57)
1353.76 s
[stylish-haskell] step (lib/Language/Haskell/Stylish/Step/ModuleHeader.hs:66)
1353.76 s
[stylish-haskell] 16% ( 1 / 6) in 'Language.Haskell.Stylish.Step.Data'
1353.76 s
[stylish-haskell] Missing documentation for:
1353.76 s
[stylish-haskell] Module header
1353.76 s
[stylish-haskell] Config (lib/Language/Haskell/Stylish/Step/Data.hs:53)
1353.76 s
[stylish-haskell] Indent (lib/Language/Haskell/Stylish/Step/Data.hs:43)
1353.76 s
[stylish-haskell] MaxColumns (lib/Language/Haskell/Stylish/Step/Data.hs:48)
1353.76 s
[stylish-haskell] step (lib/Language/Haskell/Stylish/Step/Data.hs:91)
1353.76 s
[stylish-haskell] Warning: 'Alignable' is ambiguous. It is defined
1353.76 s
[stylish-haskell] * at lib/Language/Haskell/Stylish/Align.hs:44:20
1353.76 s
[stylish-haskell] * at lib/Language/Haskell/Stylish/Align.hs:44:1
1353.76 s
[stylish-haskell] You may be able to disambiguate the identifier by qualifying it or
1353.76 s
[stylish-haskell] by specifying the type/value namespace explicitly.
1353.76 s
[stylish-haskell] Defaulting to the one defined at lib/Language/Haskell/Stylish/Align.hs:44:1
1353.76 s
[stylish-haskell] 0% ( 0 / 5) in 'Language.Haskell.Stylish.Step.SimpleAlign'
1353.76 s
[stylish-haskell] Missing documentation for:
1353.76 s
[stylish-haskell] Module header
1353.76 s
[stylish-haskell] Config (lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:32)
1353.76 s
[stylish-haskell] Align (lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:39)
1353.76 s
[stylish-haskell] defaultConfig (lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:46)
1353.76 s
[stylish-haskell] step (lib/Language/Haskell/Stylish/Step/SimpleAlign.hs:183)
1353.76 s
[stylish-haskell] 0% ( 0 / 9) in 'Language.Haskell.Stylish.Config'
1353.76 s
[stylish-haskell] Missing documentation for:
1353.76 s
[stylish-haskell] Module header
1353.76 s
[stylish-haskell] Extensions (lib/Language/Haskell/Stylish/Config.hs:60)
1353.76 s
[stylish-haskell] Config (lib/Language/Haskell/Stylish/Config.hs:64)
1353.76 s
[stylish-haskell] ConfigSearchStrategy (lib/Language/Haskell/Stylish/Config/Internal.hs:20)
1353.76 s
[stylish-haskell] ExitCodeBehavior (lib/Language/Haskell/Stylish/Config.hs:74)
1353.76 s
[stylish-haskell] defaultConfigBytes (lib/Language/Haskell/Stylish/Config.hs:95)
1353.76 s
[stylish-haskell] configFilePath (lib/Language/Haskell/Stylish/Config.hs:100)
1353.76 s
[stylish-haskell] loadConfig (lib/Language/Haskell/Stylish/Config.hs:122)
1353.76 s
[stylish-haskell] parseConfig (lib/Language/Haskell/Stylish/Config.hs:142)
1353.76 s
[stylish-haskell] 34% ( 8 / 23) in 'Language.Haskell.Stylish'
1353.76 s
[stylish-haskell] Missing documentation for:
1353.76 s
[stylish-haskell] Module header
1353.76 s
[stylish-haskell] runSteps (lib/Language/Haskell/Stylish.hs:105)
1353.76 s
[stylish-haskell] simpleAlign (lib/Language/Haskell/Stylish.hs:54)
1353.77 s
[stylish-haskell] imports (lib/Language/Haskell/Stylish.hs:61)
1353.77 s
[stylish-haskell] languagePragmas (lib/Language/Haskell/Stylish.hs:71)
1353.77 s
[stylish-haskell] tabs (lib/Language/Haskell/Stylish.hs:77)
1353.77 s
[stylish-haskell] trailingWhitespace (lib/Language/Haskell/Stylish.hs:82)
1353.77 s
[stylish-haskell] unicodeSyntax (lib/Language/Haskell/Stylish.hs:89)
1353.77 s
[stylish-haskell] stepName
1353.77 s
[conduit] Phase: setupCompilerEnvironmentPhase
1353.77 s
[conduit] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1353.77 s
[conduit] Phase: unpackPhase
1353.77 s
[conduit] unpacking source archive /nix/store/8sp5k4g5r92npk40bv2qg6bwndx645hy-conduit-1.3.6.1.tar.gz
1353.77 s
[conduit] source root is conduit-1.3.6.1
1353.77 s
[conduit] setting SOURCE_DATE_EPOCH to timestamp 1740294189 of file "conduit-1.3.6.1/conduit.cabal"
1353.77 s
[conduit] Phase: patchPhase
1353.77 s
[conduit] Phase: compileBuildDriverPhase
1353.77 s
[conduit] setupCompileFlags: -package-db=/build/tmp.xibAgZA0Xr/setup-package.conf.d -threaded
1353.77 s
[conduit] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.xibAgZA0Xr/Main.o )
1353.77 s
[conduit] [2 of 2] Linking Setup
1353.77 s
[conduit] Phase: updateAutotoolsGnuConfigScriptsPhase
1353.77 s
[conduit] Phase: configurePhase
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
1353.77 s
[conduit] Using Parsec parser
1353.77 s
[conduit] Configuring conduit-1.3.6.1...
1353.77 s
[conduit] Dependency base >=4.12 && <5: using base-4.20.1.0
1353.77 s
[conduit] Dependency bytestring: using bytestring-0.12.2.0
1353.77 s
[conduit] Dependency directory: using directory-1.3.8.5
1353.77 s
[conduit] Dependency exceptions: using exceptions-0.10.9
1353.77 s
[conduit] Dependency filepath: using filepath-1.5.4.0
1353.77 s
[conduit] Dependency mono-traversable >=1.0.7: using mono-traversable-1.0.21.0
1353.77 s
[conduit] Dependency mtl: using mtl-2.3.1
1353.77 s
[conduit] Dependency primitive: using primitive-0.9.1.0
1353.77 s
[conduit] Dependency resourcet >=1.2 && <1.4: using resourcet-1.3.0
1353.77 s
[conduit] Dependency text: using text-2.1.2
1353.77 s
[conduit] Dependency transformers >=0.4: using transformers-0.6.1.1
1353.77 s
[conduit] Dependency unix: using unix-2.8.6.0
1353.77 s
[conduit] Dependency unliftio-core: using unliftio-core-0.2.1.0
1353.77 s
[conduit] Dependency vector: using vector-0.13.2.0
1353.77 s
[conduit] Dependency QuickCheck >=2.7: using QuickCheck-2.15.0.1
1353.77 s
[conduit] Dependency base: using base-4.20.1.0
1353.77 s
[conduit] Dependency bytestring: using bytestring-0.12.2.0
1353.77 s
[conduit] Dependency conduit: using conduit-1.3.6.1
1353.77 s
[conduit] Dependency containers: using containers-0.7
1353.77 s
[conduit] Dependency directory: using directory-1.3.8.5
1353.77 s
[conduit] Dependency exceptions >=0.6: using exceptions-0.10.9
1353.77 s
[conduit] Dependency filepath: using filepath-1.5.4.0
1353.77 s
[conduit] Dependency hspec >=1.3: using hspec-2.11.14
1353.77 s
[conduit] Dependency mono-traversable: using mono-traversable-1.0.21.0
1353.77 s
[conduit] Dependency mtl: using mtl-2.3.1
1353.77 s
[conduit] Dependency resourcet: using resourcet-1.3.0
1353.77 s
[conduit] Dependency safe: using safe-0.3.21
1353.77 s
[conduit] Dependency silently: using silently-1.2.5.4
1353.77 s
[conduit] Dependency split >=0.2.0.0: using split-0.2.5
1353.77 s
[conduit] Dependency text: using text-2.1.2
1353.77 s
[conduit] Dependency transformers: using transformers-0.6.1.1
1353.77 s
[conduit] Dependency unliftio >=0.2.4.0: using unliftio-0.2.25.1
1353.77 s
[conduit] Dependency vector: using vector-0.13.2.0
1353.77 s
[conduit] Source component graph:
1353.77 s
[conduit] component lib
1353.77 s
[conduit] component test:conduit-test dependency lib
1353.77 s
[conduit] Configured component graph:
1353.77 s
[conduit] component conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1353.77 s
[conduit] include base-4.20.1.0-f445
1353.77 s
[conduit] include bytestring-0.12.2.0-214a
1353.77 s
[conduit] include directory-1.3.8.5-159c
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 )
1353.77 s
[stylish-haskell] Verbose (lib/Language/Haskell/Stylish/Verbose.hs:13)
1353.77 s
[stylish-haskell] makeVerbose (lib/Language/Haskell/Stylish/Verbose.hs:18)
1353.77 s
[stylish-haskell] version (dist/build/autogen/Paths_stylish_haskell.hs:36)
1353.77 s
[stylish-haskell] ConfigSearchStrategy (lib/Language/Haskell/Stylish/Config/Internal.hs:20)
1353.77 s
[stylish-haskell] Lines (lib/Language/Haskell/Stylish/Module.hs:52)
1353.77 s
[stylish-haskell] Step (lib/Language/Haskell/Stylish/Step.hs:13)
1353.77 s
[stylish-haskell] Warning: Language.Haskell.Stylish.Parse: could not find link destinations for:
1353.77 s
[stylish-haskell] - Language.Haskell.Stylish.Parse.Extensions
1353.77 s
[stylish-haskell] Warning: Language.Haskell.Stylish.Step.LanguagePragmas: could not find link destinations for:
1353.77 s
[stylish-haskell] - Language.Haskell.Stylish.Editor.Edits
1353.77 s
[stylish-haskell] Warning: Language.Haskell.Stylish.Step.Imports: could not find link destinations for:
1353.77 s
[stylish-haskell] - Language.Haskell.Stylish.Step.Imports.Pattern
1353.77 s
[stylish-haskell] Documentation created: dist/doc/html/stylish-haskell/,
1353.77 s
[stylish-haskell] dist/doc/html/stylish-haskell/stylish-haskell.txt
1353.77 s
[stylish-haskell] Preprocessing executable 'stylish-haskell' for stylish-haskell-0.15.1.0...
1353.77 s
[stylish-haskell] Preprocessing test suite 'stylish-haskell-tests' for stylish-haskell-0.15.1.0...
1353.77 s
[stylish-haskell] Phase: installPhase
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
1353.77 s
[stylish-haskell] Installing executable stylish-haskell in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/bin
1353.77 s
[stylish-haskell] Warning: The directory
1353.77 s
[stylish-haskell] /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/bin is
1353.77 s
[stylish-haskell] not in the system search path.
1353.77 s
[stylish-haskell] Phase: fixupPhase
1353.77 s
[stylish-haskell] shrinking RPATHs of ELF executables and libraries in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0
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
1353.77 s
[stylish-haskell] shrinking /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0/bin/stylish-haskell
1353.77 s
[stylish-haskell] checking for references to /build/ in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0...
1353.77 s
[stylish-haskell] patching script interpreter paths in /nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0
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
1353.77 s
[stylish-haskell] shrinking RPATHs of ELF executables and libraries in /nix/store/z6n3mvwgpmx5g1072dgwd2z664m19maq-stylish-haskell-0.15.1.0-doc
1353.77 s
[stylish-haskell] checking for references to /build/ in /nix/store/z6n3mvwgpmx5g1072dgwd2z664m19maq-stylish-haskell-0.15.1.0-doc...
1353.77 s
[stylish-haskell] patching script interpreter paths in /nix/store/z6n3mvwgpmx5g1072dgwd2z664m19maq-stylish-haskell-0.15.1.0-doc
1353.77 s
[conduit] include exceptions-0.10.9-9158
1353.77 s
[conduit] include filepath-1.5.4.0-8593
1353.77 s
[conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
1353.77 s
[conduit] include mtl-2.3.1-07d6
1353.77 s
[conduit] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
1353.77 s
[conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1353.77 s
[conduit] include text-2.1.2-7514
1353.77 s
[conduit] include transformers-0.6.1.1-05a6
1353.77 s
[conduit] include unix-2.8.6.0-a0e2
1353.77 s
[conduit] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1353.77 s
[conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1353.77 s
[conduit] component conduit-1.3.6.1-7Knq0XWAusrFFgrxo6hUMF-conduit-test
1353.77 s
[conduit] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
1353.77 s
[conduit] include base-4.20.1.0-f445
1353.77 s
[conduit] include bytestring-0.12.2.0-214a
1353.77 s
[conduit] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1353.77 s
[conduit] include containers-0.7-6571
1353.77 s
[conduit] include directory-1.3.8.5-159c
1353.77 s
[conduit] include exceptions-0.10.9-9158
1353.77 s
[conduit] include filepath-1.5.4.0-8593
1353.77 s
[conduit] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1353.77 s
[conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
1353.77 s
[conduit] include mtl-2.3.1-07d6
1353.77 s
[conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1353.77 s
[conduit] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
1353.77 s
[conduit] include silently-1.2.5.4-DNM0ZDV4kqcGqjhdaCuppA
1353.77 s
[conduit] include split-0.2.5-3yxuZfya1xUES3Uouhjvgv
1353.77 s
[conduit] include text-2.1.2-7514
1353.77 s
[conduit] include transformers-0.6.1.1-05a6
1353.77 s
[conduit] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1353.77 s
[conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1353.77 s
[conduit] Linked component graph:
1353.77 s
[conduit] unit conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1353.77 s
[conduit] include base-4.20.1.0-f445
1353.77 s
[conduit] include bytestring-0.12.2.0-214a
1353.77 s
[conduit] include directory-1.3.8.5-159c
1353.77 s
[conduit] include exceptions-0.10.9-9158
1353.77 s
[conduit] include filepath-1.5.4.0-8593
1353.77 s
[conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
1353.77 s
[conduit] include mtl-2.3.1-07d6
1353.77 s
[conduit] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
1353.77 s
[conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1353.77 s
[conduit] include text-2.1.2-7514
1353.77 s
[conduit] include transformers-0.6.1.1-05a6
1353.77 s
[conduit] include unix-2.8.6.0-a0e2
1353.77 s
[conduit] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1353.77 s
[conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
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
1353.77 s
[conduit] unit conduit-1.3.6.1-7Knq0XWAusrFFgrxo6hUMF-conduit-test
1353.77 s
[conduit] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
1353.77 s
[conduit] include base-4.20.1.0-f445
1353.77 s
[conduit] include bytestring-0.12.2.0-214a
1353.77 s
[conduit] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1353.77 s
[conduit] include containers-0.7-6571
1353.77 s
[conduit] include directory-1.3.8.5-159c
1353.77 s
[conduit] include exceptions-0.10.9-9158
1353.77 s
[conduit] include filepath-1.5.4.0-8593
1353.77 s
[conduit] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1353.77 s
[conduit] include mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
1353.77 s
[conduit] include mtl-2.3.1-07d6
1353.77 s
[conduit] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1353.77 s
[conduit] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
1353.77 s
[conduit] include silently-1.2.5.4-DNM0ZDV4kqcGqjhdaCuppA
1353.77 s
[conduit] include split-0.2.5-3yxuZfya1xUES3Uouhjvgv
1353.77 s
[conduit] include text-2.1.2-7514
1353.77 s
[conduit] include transformers-0.6.1.1-05a6
1353.77 s
[conduit] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1353.77 s
[conduit] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1353.77 s
[conduit] Ready component graph:
1353.77 s
[conduit] definite conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1353.77 s
[conduit] depends base-4.20.1.0-f445
1353.77 s
[conduit] depends bytestring-0.12.2.0-214a
1353.77 s
[conduit] depends directory-1.3.8.5-159c
1353.77 s
[conduit] depends exceptions-0.10.9-9158
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
1354.43 s
[post-build-hook] Nothing to push - all store paths are already on Cachix.
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
1354.48 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1354.53 s
[post-build-hook] copying 1 paths...
1354.53 s
[post-build-hook] copying path '/nix/store/ylj6d6h3q4wbz1gaiz271846c046g92p-stylish-haskell-0.15.1.0' to 'https://cache.nix-ci.com'...
1363.93 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1364.01 s
[post-build-hook] copying 0 paths...
1364.03 s
Progress: 139 of 157 built (2 building), 587 of 587 downloaded from cache
1364.03 s
[conduit] depends filepath-1.5.4.0-8593
1364.03 s
[conduit] depends mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
1364.03 s
[conduit] depends mtl-2.3.1-07d6
1364.03 s
[conduit] depends primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
1364.03 s
[conduit] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1364.03 s
[conduit] depends text-2.1.2-7514
1364.03 s
[conduit] depends transformers-0.6.1.1-05a6
1364.03 s
[conduit] depends unix-2.8.6.0-a0e2
1364.03 s
[conduit] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1364.03 s
[conduit] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1364.03 s
[conduit] definite conduit-1.3.6.1-7Knq0XWAusrFFgrxo6hUMF-conduit-test
1364.03 s
[conduit] depends QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
1364.03 s
[conduit] depends base-4.20.1.0-f445
1364.03 s
[conduit] depends bytestring-0.12.2.0-214a
1364.03 s
[conduit] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1364.03 s
[conduit] depends containers-0.7-6571
1364.03 s
[conduit] depends directory-1.3.8.5-159c
1364.03 s
[conduit] depends exceptions-0.10.9-9158
1364.03 s
[conduit] depends filepath-1.5.4.0-8593
1364.03 s
[conduit] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1364.03 s
[conduit] depends mono-traversable-1.0.21.0-Jl4LsSOWAMV6lA8xDy3nQE
1364.03 s
[conduit] depends mtl-2.3.1-07d6
1364.03 s
[conduit] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1364.03 s
[conduit] depends safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
1364.03 s
[conduit] depends silently-1.2.5.4-DNM0ZDV4kqcGqjhdaCuppA
1364.03 s
[conduit] depends split-0.2.5-3yxuZfya1xUES3Uouhjvgv
1364.03 s
[conduit] depends text-2.1.2-7514
1364.03 s
[conduit] depends transformers-0.6.1.1-05a6
1364.03 s
[conduit] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1364.03 s
[conduit] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1364.03 s
[conduit] Using Cabal-3.12.1.0 compiled by ghc-9.10
1364.03 s
[conduit] Using compiler: ghc-9.10.2
1364.03 s
[conduit] Using install prefix:
1364.03 s
[conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
1364.03 s
[conduit] Executables installed in:
1364.03 s
[conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/bin
1364.03 s
[conduit] Libraries installed in:
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
1364.03 s
[conduit] Dynamic Libraries installed in:
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
1364.03 s
[conduit] Private executables installed in:
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
1364.03 s
[conduit] Data files installed in:
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
1364.03 s
[conduit] Documentation installed in:
1364.03 s
[conduit] /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc/share/doc/conduit-1.3.6.1
1364.03 s
[conduit] Configuration files installed in:
1364.03 s
[conduit] /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/etc
1364.03 s
[conduit] No alex found
1364.03 s
[conduit] Using ar found on system at:
1364.03 s
[conduit] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1364.03 s
[conduit] No c2hs found
1364.03 s
[conduit] No cpphs found
1364.03 s
[conduit] No doctest found
1364.03 s
[conduit] Using gcc version 14.3.0 given by user at:
1364.03 s
[conduit] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1364.03 s
[conduit] Using ghc version 9.10.2 found on system at:
1364.03 s
[conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1364.03 s
[conduit] Using ghc-pkg version 9.10.2 found on system at:
1364.03 s
[conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1364.03 s
[conduit] No ghcjs found
1364.03 s
[conduit] No ghcjs-pkg found
1364.04 s
[conduit] No greencard found
1364.04 s
[conduit] Using haddock version 2.31.0 found on system at:
1364.04 s
[conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1364.04 s
[conduit] No happy found
1364.04 s
[conduit] Using haskell-suite found on system at: haskell-suite-dummy-location
1364.04 s
[conduit] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1364.04 s
[conduit] No hmake found
1364.04 s
[conduit] Using hpc version 0.69 found on system at:
1364.04 s
[conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1364.04 s
[conduit] Using hsc2hs version 0.68.10 found on system at:
1364.04 s
[conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1364.04 s
[conduit] Using hscolour version 1.25 found on system at:
1364.04 s
[conduit] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1364.04 s
[conduit] No jhc found
1364.04 s
[conduit] Using ld found on system at:
1364.04 s
[conduit] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1364.04 s
[conduit] No pkg-config found
1364.04 s
[conduit] Using runghc version 9.10.2 found on system at:
1364.04 s
[conduit] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1364.04 s
[conduit] Using strip version 2.44 found on system at:
1364.04 s
[conduit] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1364.04 s
[conduit] Using tar found on system at:
1364.04 s
[conduit] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1364.04 s
[conduit] No uhc found
1364.04 s
[conduit] Phase: buildPhase
1364.04 s
[conduit] Preprocessing library for conduit-1.3.6.1...
1364.04 s
[conduit] Building library for conduit-1.3.6.1...
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 )
1364.04 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1364.04 s
[conduit] The import of ‘Control.Applicative’ is redundant
1364.04 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
1364.04 s
[conduit] To import instances alone, use: import Control.Applicative()
1364.04 s
[conduit] |
1364.04 s
[conduit] 48 | import Control.Applicative (Applicative (..))
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
1364.04 s
[conduit] The import of ‘MonadUnliftIO’
1364.04 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
1364.04 s
[conduit] |
1364.04 s
[conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
1364.04 s
[conduit] | ^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1364.04 s
[conduit] The import of ‘Data.Monoid’ is redundant
1364.04 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
1364.04 s
[conduit] To import instances alone, use: import Data.Monoid()
1364.04 s
[conduit] |
1364.04 s
[conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1364.04 s
[conduit] The import of ‘Data.Semigroup’ is redundant
1364.04 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
1364.04 s
[conduit] To import instances alone, use: import Data.Semigroup()
1364.04 s
[conduit] |
1364.04 s
[conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: CI.await >>= maybe" may never fire
1364.04 s
[conduit] because ‘maybe’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
1364.04 s
[conduit] |
1364.04 s
[conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: awaitE >>= either" may never fire
1364.04 s
[conduit] because ‘either’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
1364.04 s
[conduit] |
1364.04 s
[conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
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 )
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1364.04 s
[conduit] The import of ‘Control.Applicative’ is redundant
1364.04 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
1364.04 s
[conduit] To import instances alone, use: import Control.Applicative()
1364.04 s
[conduit] |
1364.04 s
[conduit] 93 | import Control.Applicative (Applicative (..))
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
1364.04 s
[conduit] The import of ‘MonadUnliftIO’
1364.04 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
1364.04 s
[conduit] |
1364.04 s
[conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
1364.04 s
[conduit] | ^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1364.04 s
[conduit] The import of ‘Data.Monoid’ is redundant
1364.04 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
1364.04 s
[conduit] To import instances alone, use: import Data.Monoid()
1364.04 s
[conduit] |
1364.04 s
[conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1364.04 s
[conduit] The import of ‘Data.Semigroup’ is redundant
1364.04 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
1364.04 s
[conduit] To import instances alone, use: import Data.Semigroup()
1364.04 s
[conduit] |
1364.04 s
[conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1364.04 s
[conduit] The import of ‘Data.Traversable’ is redundant
1364.04 s
[conduit] except perhaps to import instances from ‘Data.Traversable’
1364.04 s
[conduit] To import instances alone, use: import Data.Traversable()
1364.04 s
[conduit] |
1364.04 s
[conduit] 114 | import Data.Traversable (Traversable (..))
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1364.04 s
[conduit] This binding for ‘p’ shadows the existing binding
1364.04 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
1364.04 s
[conduit] |
1364.04 s
[conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
1364.04 s
[conduit] | ^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1364.04 s
[conduit] This binding for ‘p’ shadows the existing binding
1364.04 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
1364.04 s
[conduit] |
1364.04 s
[conduit] 743 | go (Leftover p ()) = go p
1364.04 s
[conduit] | ^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1364.04 s
[conduit] This binding for ‘p’ shadows the existing binding
1364.04 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
1364.04 s
[conduit] |
1364.04 s
[conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
1364.04 s
[conduit] | ^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1364.04 s
[conduit] This binding for ‘p’ shadows the existing binding
1364.04 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
1364.04 s
[conduit] |
1364.04 s
[conduit] 760 | go (Leftover p ()) = go p
1364.04 s
[conduit] | ^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: await >>= maybe" may never fire
1364.04 s
[conduit] because ‘maybe’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
1364.04 s
[conduit] |
1364.04 s
[conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1364.04 s
[conduit]
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 )
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: fuseStream (.|)" may never fire
1364.04 s
[conduit] because ‘.|’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1364.04 s
[conduit] |
1364.04 s
[conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: fuseStream (fuse)" may never fire
1364.04 s
[conduit] because ‘fuse’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1364.04 s
[conduit] |
1364.04 s
[conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.04 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1364.04 s
[conduit] Deprecated: "Use .|"
1364.04 s
[conduit] |
1364.04 s
[conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
1364.04 s
[conduit] | ^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: runStream (pure)" may never fire
1364.04 s
[conduit] because ‘runConduitPure’ might inline first
1364.04 s
[conduit] Suggested fix:
1364.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1364.04 s
[conduit] |
1364.04 s
[conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: runStream (ResourceT)" may never fire
1364.04 s
[conduit] because ‘runConduitRes’ might inline first
1364.04 s
[conduit] Suggested fix:
1364.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1364.04 s
[conduit] |
1364.04 s
[conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.04 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
1364.04 s
[conduit] Deprecated: "Use runConduit and .|"
1364.04 s
[conduit] |
1364.04 s
[conduit] 129 | unstream left $$ unstream right = connectStream left right
1364.04 s
[conduit] | ^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.04 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
1364.04 s
[conduit] Deprecated: "Use runConduit and .|"
1364.04 s
[conduit] |
1364.04 s
[conduit] 154 | unstream left $$ right = connectStream1 left right
1364.04 s
[conduit] | ^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
1364.04 s
[conduit] because ‘.|’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1364.04 s
[conduit] |
1364.04 s
[conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.04 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1364.04 s
[conduit] Deprecated: "Use .|"
1364.04 s
[conduit] |
1364.04 s
[conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
1364.04 s
[conduit] | ^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
1364.04 s
[conduit] because ‘fuse’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1364.04 s
[conduit] |
1364.04 s
[conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
1364.04 s
[conduit] because ‘.|’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1364.04 s
[conduit] |
1364.04 s
[conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
1364.04 s
[conduit] because ‘runConduitPure’ might inline first
1364.04 s
[conduit] Suggested fix:
1364.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1364.04 s
[conduit] |
1364.04 s
[conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
1364.04 s
[conduit] because ‘runConduitPure’ might inline first
1364.04 s
[conduit] Suggested fix:
1364.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1364.04 s
[conduit] |
1364.04 s
[conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.04 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1364.04 s
[conduit] Deprecated: "Use .|"
1364.04 s
[conduit] |
1364.04 s
[conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
1364.04 s
[conduit] | ^^^
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
1364.04 s
[conduit] because ‘fuse’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1364.04 s
[conduit] |
1364.04 s
[conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
1364.04 s
[conduit] because ‘runConduitPure’ might inline first
1364.04 s
[conduit] Suggested fix:
1364.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1364.04 s
[conduit] |
1364.04 s
[conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
1364.04 s
[conduit] because ‘.|’ might inline first
1364.04 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1364.04 s
[conduit] |
1364.04 s
[conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
1364.04 s
[conduit] because ‘runConduitRes’ might inline first
1364.04 s
[conduit] Suggested fix:
1364.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1364.04 s
[conduit] |
1364.04 s
[conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
1364.04 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.04 s
[conduit]
1364.04 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.04 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
1364.04 s
[conduit] because ‘runConduitRes’ might inline first
1364.04 s
[conduit] Suggested fix:
1364.04 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1364.04 s
[conduit] |
1364.05 s
[conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.05 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1364.05 s
[conduit] Deprecated: "Use .|"
1364.05 s
[conduit] |
1364.05 s
[conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
1364.05 s
[conduit] | ^^^
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
1364.05 s
[conduit] because ‘fuse’ might inline first
1364.05 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1364.05 s
[conduit] |
1364.05 s
[conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
1364.05 s
[conduit] because ‘runConduitRes’ might inline first
1364.05 s
[conduit] Suggested fix:
1364.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1364.05 s
[conduit] |
1364.05 s
[conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.05 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
1364.05 s
[conduit] Deprecated: "Use runConduit and .|"
1364.05 s
[conduit] |
1364.05 s
[conduit] 214 | left $$ unstream right = connectStream2 left right
1364.05 s
[conduit] | ^^
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
1364.05 s
[conduit] because ‘.|’ might inline first
1364.05 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1364.05 s
[conduit] |
1364.05 s
[conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
1364.05 s
[conduit] because ‘fuse’ might inline first
1364.05 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1364.05 s
[conduit] |
1364.05 s
[conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.05 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1364.05 s
[conduit] Deprecated: "Use .|"
1364.05 s
[conduit] |
1364.05 s
[conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
1364.05 s
[conduit] | ^^^
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
1364.05 s
[conduit] because ‘.|’ might inline first
1364.05 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1364.05 s
[conduit] |
1364.05 s
[conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
1364.05 s
[conduit] because ‘runConduitPure’ might inline first
1364.05 s
[conduit] Suggested fix:
1364.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1364.05 s
[conduit] |
1364.05 s
[conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
1364.05 s
[conduit] because ‘fuse’ might inline first
1364.05 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1364.05 s
[conduit] |
1364.05 s
[conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
1364.05 s
[conduit] because ‘runConduitPure’ might inline first
1364.05 s
[conduit] Suggested fix:
1364.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1364.05 s
[conduit] |
1364.05 s
[conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
1364.05 s
[conduit] because ‘runConduitPure’ might inline first
1364.05 s
[conduit] Suggested fix:
1364.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1364.05 s
[conduit] |
1364.05 s
[conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.05 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1364.05 s
[conduit] Deprecated: "Use .|"
1364.05 s
[conduit] |
1364.05 s
[conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
1364.05 s
[conduit] | ^^^
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
1364.05 s
[conduit] because ‘.|’ might inline first
1364.05 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1364.05 s
[conduit] |
1364.05 s
[conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
1364.05 s
[conduit] because ‘runConduitRes’ might inline first
1364.05 s
[conduit] Suggested fix:
1364.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1364.05 s
[conduit] |
1364.05 s
[conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
1364.05 s
[conduit] because ‘fuse’ might inline first
1364.05 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1364.05 s
[conduit] |
1364.05 s
[conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
1364.05 s
[conduit] because ‘runConduitRes’ might inline first
1364.05 s
[conduit] Suggested fix:
1364.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1364.05 s
[conduit] |
1364.05 s
[conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1364.05 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
1364.05 s
[conduit] because ‘runConduitRes’ might inline first
1364.05 s
[conduit] Suggested fix:
1364.05 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1364.05 s
[conduit] |
1364.05 s
[conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
1364.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1364.05 s
[conduit]
1364.05 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning : [ GHC-68441 ] [ -Wdeprecations ]
1364.05 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1364.05 s
[conduit] Deprecated: "Use .|"
1364.05 s
[conduit] |
1364.05 s
[conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
1364.05 s
[conduit] | ^^^
1364.05 s
[conduit]
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 )
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 )
1364.54 s
[conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1364.54 s
[conduit] The use of ‘~’ without TypeOperators
1364.54 s
[conduit] will become an error in a future GHC release.
1364.54 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1364.54 s
[conduit] |
1364.54 s
[conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
1364.54 s
[conduit] | ^
1364.54 s
[conduit]
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 )
1365.00 s
[conduit] src/Data/Conduit.hs:105:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1365.00 s
[conduit] The import of ‘Data.Functor.Identity’ is redundant
1365.00 s
[conduit] except perhaps to import instances from ‘Data.Functor.Identity’
1365.00 s
[conduit] To import instances alone, use: import Data.Functor.Identity()
1365.00 s
[conduit] |
1365.00 s
[conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
1365.00 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1365.00 s
[conduit]
1365.00 s
[conduit] src/Data/Conduit.hs:106:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1365.00 s
[conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
1365.00 s
[conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
1365.00 s
[conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
1365.00 s
[conduit] |
1365.00 s
[conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
1365.00 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1365.00 s
[conduit]
1365.00 s
[conduit] src/Data/Conduit.hs:107:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1365.00 s
[conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
1365.00 s
[conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
1365.00 s
[conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
1365.00 s
[conduit] |
1365.00 s
[conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
1365.00 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1365.00 s
[conduit]
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 )
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 )
1365.00 s
[conduit] src/Data/Conduit/Lift.hs:67:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1365.00 s
[conduit] The import of ‘Data.Monoid’ is redundant
1365.00 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
1365.00 s
[conduit] To import instances alone, use: import Data.Monoid()
1365.00 s
[conduit] |
1365.00 s
[conduit] 67 | import Data.Monoid (Monoid(..))
1365.00 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1365.00 s
[conduit]
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 )
1365.00 s
[conduit] src/Data/Conduit/List.hs:336:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1365.00 s
[conduit] Rule "conduit: $$ fold" may never fire
1365.00 s
[conduit] because ‘.|’ might inline first
1365.00 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1365.00 s
[conduit] |
1365.00 s
[conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
1365.00 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1365.00 s
[conduit]
1365.00 s
[conduit] src/Data/Conduit/List.hs:352:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1365.00 s
[conduit] Rule "conduit: $$ foldM" may never fire
1365.00 s
[conduit] because ‘.|’ might inline first
1365.00 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1365.00 s
[conduit] |
1365.00 s
[conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
1365.00 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1365.00 s
[conduit]
1365.00 s
[conduit] src/Data/Conduit/List.hs:395:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1365.00 s
[conduit] Rule "conduit: connect to mapM_" may never fire
1365.00 s
[conduit] because ‘.|’ might inline first
1365.00 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1365.00 s
[conduit] |
1365.00 s
[conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
1365.00 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1365.00 s
[conduit]
1365.00 s
[conduit] src/Data/Conduit/List.hs:836:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1365.00 s
[conduit] Rule "conduit: source/filter fusion .|" may never fire
1365.00 s
[conduit] because ‘.|’ might inline first
1365.00 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1365.00 s
[conduit] |
1365.00 s
[conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
1365.00 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1365.00 s
[conduit]
1365.00 s
[conduit] src/Data/Conduit/List.hs:860:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1365.00 s
[conduit] Rule "conduit: connect to sinkNull" may never fire
1365.00 s
[conduit] because ‘.|’ might inline first
1365.00 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1365.00 s
[conduit] |
1365.00 s
[conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
1365.00 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1365.00 s
[conduit]
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 )
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 )
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 )
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.41 s
[conduit] The use of ‘~’ without TypeOperators
1365.41 s
[conduit] will become an error in a future GHC release.
1365.41 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.41 s
[conduit] |
1365.41 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.41 s
[conduit] • The ‘~’ operator is out of scope.
1365.41 s
[conduit] Assuming it to stand for an equality constraint.
1365.41 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.41 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.41 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.41 s
[conduit] • This will become an error in a future GHC release.
1365.41 s
[conduit] |
1365.41 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.41 s
[conduit] The use of ‘~’ without TypeOperators
1365.41 s
[conduit] will become an error in a future GHC release.
1365.41 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.41 s
[conduit] |
1365.41 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.41 s
[conduit] • The ‘~’ operator is out of scope.
1365.41 s
[conduit] Assuming it to stand for an equality constraint.
1365.41 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.41 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.41 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.41 s
[conduit] • This will become an error in a future GHC release.
1365.41 s
[conduit] |
1365.41 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.41 s
[conduit] The use of ‘~’ without TypeOperators
1365.41 s
[conduit] will become an error in a future GHC release.
1365.41 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.41 s
[conduit] |
1365.41 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.41 s
[conduit] • The ‘~’ operator is out of scope.
1365.41 s
[conduit] Assuming it to stand for an equality constraint.
1365.41 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.41 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.41 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.41 s
[conduit] • This will become an error in a future GHC release.
1365.41 s
[conduit] |
1365.41 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.41 s
[conduit] The use of ‘~’ without TypeOperators
1365.41 s
[conduit] will become an error in a future GHC release.
1365.41 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.41 s
[conduit] |
1365.41 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.41 s
[conduit] • The ‘~’ operator is out of scope.
1365.41 s
[conduit] Assuming it to stand for an equality constraint.
1365.41 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.41 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.41 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.41 s
[conduit] • This will become an error in a future GHC release.
1365.41 s
[conduit] |
1365.41 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.41 s
[conduit] The use of ‘~’ without TypeOperators
1365.41 s
[conduit] will become an error in a future GHC release.
1365.41 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.41 s
[conduit] |
1365.41 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.41 s
[conduit] • The ‘~’ operator is out of scope.
1365.41 s
[conduit] Assuming it to stand for an equality constraint.
1365.41 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.41 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.41 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.41 s
[conduit] • This will become an error in a future GHC release.
1365.41 s
[conduit] |
1365.41 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.41 s
[conduit] The use of ‘~’ without TypeOperators
1365.41 s
[conduit] will become an error in a future GHC release.
1365.41 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.41 s
[conduit] |
1365.41 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.41 s
[conduit] • The ‘~’ operator is out of scope.
1365.41 s
[conduit] Assuming it to stand for an equality constraint.
1365.41 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.41 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.41 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.41 s
[conduit] • This will become an error in a future GHC release.
1365.41 s
[conduit] |
1365.41 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.41 s
[conduit] The use of ‘~’ without TypeOperators
1365.41 s
[conduit] will become an error in a future GHC release.
1365.41 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.41 s
[conduit] |
1365.41 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.41 s
[conduit] • The ‘~’ operator is out of scope.
1365.41 s
[conduit] Assuming it to stand for an equality constraint.
1365.41 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.41 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.41 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.41 s
[conduit] • This will become an error in a future GHC release.
1365.41 s
[conduit] |
1365.41 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.41 s
[conduit] The use of ‘~’ without TypeOperators
1365.41 s
[conduit] will become an error in a future GHC release.
1365.41 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.41 s
[conduit] |
1365.41 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.41 s
[conduit] • The ‘~’ operator is out of scope.
1365.41 s
[conduit] Assuming it to stand for an equality constraint.
1365.41 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.41 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.41 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.41 s
[conduit] • This will become an error in a future GHC release.
1365.41 s
[conduit] |
1365.41 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1365.41 s
[conduit] | ^
1365.41 s
[conduit]
1365.41 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.41 s
[conduit] The use of ‘~’ without TypeOperators
1365.41 s
[conduit] will become an error in a future GHC release.
1365.41 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.41 s
[conduit] |
1365.42 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1365.42 s
[conduit] | ^
1365.42 s
[conduit]
1365.42 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.42 s
[conduit] • The ‘~’ operator is out of scope.
1365.42 s
[conduit] Assuming it to stand for an equality constraint.
1365.42 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.42 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.42 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.42 s
[conduit] • This will become an error in a future GHC release.
1365.42 s
[conduit] |
1365.42 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1365.42 s
[conduit] | ^
1365.42 s
[conduit]
1365.42 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.42 s
[conduit] The use of ‘~’ without TypeOperators
1365.42 s
[conduit] will become an error in a future GHC release.
1365.42 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.42 s
[conduit] |
1365.42 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1365.42 s
[conduit] | ^
1365.42 s
[conduit]
1365.42 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.42 s
[conduit] • The ‘~’ operator is out of scope.
1365.42 s
[conduit] Assuming it to stand for an equality constraint.
1365.42 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.42 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.42 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.42 s
[conduit] • This will become an error in a future GHC release.
1365.42 s
[conduit] |
1365.42 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1365.42 s
[conduit] | ^
1365.42 s
[conduit]
1365.42 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.42 s
[conduit] The use of ‘~’ without TypeOperators
1365.42 s
[conduit] will become an error in a future GHC release.
1365.42 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.42 s
[conduit] |
1365.42 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1365.42 s
[conduit] | ^
1365.42 s
[conduit]
1365.42 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.42 s
[conduit] • The ‘~’ operator is out of scope.
1365.42 s
[conduit] Assuming it to stand for an equality constraint.
1365.42 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.42 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.42 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.42 s
[conduit] • This will become an error in a future GHC release.
1365.42 s
[conduit] |
1365.42 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1365.42 s
[conduit] | ^
1365.42 s
[conduit]
1365.42 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1365.42 s
[conduit] The use of ‘~’ without TypeOperators
1365.42 s
[conduit] will become an error in a future GHC release.
1365.42 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1365.42 s
[conduit] |
1365.42 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
1365.42 s
[conduit] | ^
1365.42 s
[conduit]
1365.42 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1365.42 s
[conduit] • The ‘~’ operator is out of scope.
1365.42 s
[conduit] Assuming it to stand for an equality constraint.
1365.42 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1365.42 s
[conduit] exported from Data.Type.Equality and Prelude.
1365.42 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1365.42 s
[conduit] • This will become an error in a future GHC release.
1365.42 s
[conduit] |
1365.42 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
1365.42 s
[conduit] | ^
1365.42 s
[conduit]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.69 s
[conduit] • The ‘~’ operator is out of scope.
1368.69 s
[conduit] Assuming it to stand for an equality constraint.
1368.69 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.69 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.69 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.69 s
[conduit] • This will become an error in a future GHC release.
1368.69 s
[conduit] |
1368.69 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.69 s
[conduit] • The ‘~’ operator is out of scope.
1368.69 s
[conduit] Assuming it to stand for an equality constraint.
1368.69 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.69 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.69 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.69 s
[conduit] • This will become an error in a future GHC release.
1368.69 s
[conduit] |
1368.69 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.69 s
[conduit] • The ‘~’ operator is out of scope.
1368.69 s
[conduit] Assuming it to stand for an equality constraint.
1368.69 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.69 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.69 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.69 s
[conduit] • This will become an error in a future GHC release.
1368.69 s
[conduit] |
1368.69 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.69 s
[conduit] • The ‘~’ operator is out of scope.
1368.69 s
[conduit] Assuming it to stand for an equality constraint.
1368.69 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.69 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.69 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.69 s
[conduit] • This will become an error in a future GHC release.
1368.69 s
[conduit] |
1368.69 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.69 s
[conduit] • The ‘~’ operator is out of scope.
1368.69 s
[conduit] Assuming it to stand for an equality constraint.
1368.69 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.69 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.69 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.69 s
[conduit] • This will become an error in a future GHC release.
1368.69 s
[conduit] |
1368.69 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.69 s
[conduit] • The ‘~’ operator is out of scope.
1368.69 s
[conduit] Assuming it to stand for an equality constraint.
1368.69 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.69 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.69 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.69 s
[conduit] • This will become an error in a future GHC release.
1368.69 s
[conduit] |
1368.69 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.69 s
[conduit] • The ‘~’ operator is out of scope.
1368.69 s
[conduit] Assuming it to stand for an equality constraint.
1368.69 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.69 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.69 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.69 s
[conduit] • This will become an error in a future GHC release.
1368.69 s
[conduit] |
1368.69 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.69 s
[conduit] • The ‘~’ operator is out of scope.
1368.69 s
[conduit] Assuming it to stand for an equality constraint.
1368.69 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.69 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.69 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.69 s
[conduit] • This will become an error in a future GHC release.
1368.69 s
[conduit] |
1368.69 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.69 s
[conduit] • The ‘~’ operator is out of scope.
1368.69 s
[conduit] Assuming it to stand for an equality constraint.
1368.69 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.69 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.69 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.69 s
[conduit] • This will become an error in a future GHC release.
1368.69 s
[conduit] |
1368.69 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1368.69 s
[conduit] The use of ‘~’ without TypeOperators
1368.69 s
[conduit] will become an error in a future GHC release.
1368.69 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1368.69 s
[conduit] |
1368.69 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
1368.69 s
[conduit] | ^
1368.69 s
[conduit]
1368.69 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1368.70 s
[conduit] • The ‘~’ operator is out of scope.
1368.70 s
[conduit] Assuming it to stand for an equality constraint.
1368.70 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1368.70 s
[conduit] exported from Data.Type.Equality and Prelude.
1368.70 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1368.70 s
[conduit] • This will become an error in a future GHC release.
1368.70 s
[conduit] |
1368.70 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
1368.70 s
[conduit] | ^
1368.70 s
[conduit]
1369.28 s
[conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.o, dist/build/Conduit.dyn_o )
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 )
1369.93 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1369.93 s
[conduit] The import of ‘Control.Applicative’ is redundant
1369.93 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
1369.93 s
[conduit] To import instances alone, use: import Control.Applicative()
1369.93 s
[conduit] |
1369.93 s
[conduit] 48 | import Control.Applicative (Applicative (..))
1369.93 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1369.93 s
[conduit]
1369.93 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
1369.93 s
[conduit] The import of ‘MonadUnliftIO’
1369.93 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
1369.93 s
[conduit] |
1369.93 s
[conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
1369.93 s
[conduit] | ^^^^^^^^^^^^^
1369.93 s
[conduit]
1369.93 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1369.93 s
[conduit] The import of ‘Data.Monoid’ is redundant
1369.93 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
1369.93 s
[conduit] To import instances alone, use: import Data.Monoid()
1369.93 s
[conduit] |
1369.93 s
[conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
1369.93 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1369.93 s
[conduit]
1369.93 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1369.93 s
[conduit] The import of ‘Data.Semigroup’ is redundant
1369.93 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
1369.93 s
[conduit] To import instances alone, use: import Data.Semigroup()
1369.93 s
[conduit] |
1369.93 s
[conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
1369.93 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1369.93 s
[conduit]
1369.93 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:217:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1369.93 s
[conduit] Rule "conduit: CI.await >>= maybe" may never fire
1369.93 s
[conduit] because ‘maybe’ might inline first
1369.93 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
1369.93 s
[conduit] |
1369.93 s
[conduit] 217 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
1369.93 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1369.93 s
[conduit]
1369.93 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:226:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1369.93 s
[conduit] Rule "conduit: awaitE >>= either" may never fire
1369.93 s
[conduit] because ‘either’ might inline first
1369.93 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘either’
1369.93 s
[conduit] |
1369.93 s
[conduit] 226 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
1369.93 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1369.93 s
[conduit]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1370.68 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1370.68 s
[lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
1370.68 s
[lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
1370.68 s
[lsp-types] Consider disambiguating using module qualification instead.
1370.68 s
[lsp-types] |
1370.68 s
[lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n) }
1370.68 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1370.68 s
[lsp-types]
1370.68 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1370.68 s
[lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
1370.68 s
[lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
1370.68 s
[lsp-types] Consider disambiguating using module qualification instead.
1370.68 s
[lsp-types] |
1370.68 s
[lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n) }
1370.68 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1370.68 s
[lsp-types]
1370.83 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1370.83 s
[conduit] The import of ‘Control.Applicative’ is redundant
1370.83 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
1370.83 s
[conduit] To import instances alone, use: import Control.Applicative()
1370.83 s
[conduit] |
1370.83 s
[conduit] 93 | import Control.Applicative (Applicative (..))
1370.83 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1370.83 s
[conduit]
1370.83 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
1370.83 s
[conduit] The import of ‘MonadUnliftIO’
1370.83 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
1370.83 s
[conduit] |
1370.83 s
[conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
1370.83 s
[conduit] | ^^^^^^^^^^^^^
1370.83 s
[conduit]
1370.83 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1370.83 s
[conduit] The import of ‘Data.Monoid’ is redundant
1370.83 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
1370.83 s
[conduit] To import instances alone, use: import Data.Monoid()
1370.83 s
[conduit] |
1370.83 s
[conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
1370.83 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1370.83 s
[conduit]
1370.83 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1370.83 s
[conduit] The import of ‘Data.Semigroup’ is redundant
1370.83 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
1370.83 s
[conduit] To import instances alone, use: import Data.Semigroup()
1370.83 s
[conduit] |
1370.83 s
[conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
1370.83 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1370.83 s
[conduit]
1370.83 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1370.84 s
[conduit] The import of ‘Data.Traversable’ is redundant
1370.84 s
[conduit] except perhaps to import instances from ‘Data.Traversable’
1370.84 s
[conduit] To import instances alone, use: import Data.Traversable()
1370.84 s
[conduit] |
1370.84 s
[conduit] 114 | import Data.Traversable (Traversable (..))
1370.84 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1370.84 s
[conduit]
1370.84 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1370.84 s
[conduit] This binding for ‘p’ shadows the existing binding
1370.84 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
1370.84 s
[conduit] |
1370.84 s
[conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
1370.84 s
[conduit] | ^
1370.84 s
[conduit]
1370.84 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1370.84 s
[conduit] This binding for ‘p’ shadows the existing binding
1370.84 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
1370.84 s
[conduit] |
1370.84 s
[conduit] 743 | go (Leftover p ()) = go p
1370.84 s
[conduit] | ^
1370.84 s
[conduit]
1370.84 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1370.84 s
[conduit] This binding for ‘p’ shadows the existing binding
1370.84 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
1370.84 s
[conduit] |
1370.84 s
[conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
1370.84 s
[conduit] | ^
1370.84 s
[conduit]
1370.84 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1370.84 s
[conduit] This binding for ‘p’ shadows the existing binding
1370.84 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
1370.84 s
[conduit] |
1370.84 s
[conduit] 760 | go (Leftover p ()) = go p
1370.84 s
[conduit] | ^
1370.84 s
[conduit]
1370.84 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:881:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1370.84 s
[conduit] Rule "conduit: await >>= maybe" may never fire
1370.84 s
[conduit] because ‘maybe’ might inline first
1370.84 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘maybe’
1370.84 s
[conduit] |
1370.84 s
[conduit] 881 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
1370.84 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1370.84 s
[conduit]
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 )
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:71:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: fuseStream (.|)" may never fire
1371.86 s
[conduit] because ‘.|’ might inline first
1371.86 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1371.86 s
[conduit] |
1371.86 s
[conduit] 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:74:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: fuseStream (fuse)" may never fire
1371.86 s
[conduit] because ‘fuse’ might inline first
1371.86 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1371.86 s
[conduit] |
1371.86 s
[conduit] 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.86 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1371.86 s
[conduit] Deprecated: "Use .|"
1371.86 s
[conduit] |
1371.86 s
[conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
1371.86 s
[conduit] | ^^^
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:102:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: runStream (pure)" may never fire
1371.86 s
[conduit] because ‘runConduitPure’ might inline first
1371.86 s
[conduit] Suggested fix:
1371.86 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1371.86 s
[conduit] |
1371.86 s
[conduit] 102 | {-# RULES "conduit: runStream (pure)" forall stream.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:105:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: runStream (ResourceT)" may never fire
1371.86 s
[conduit] because ‘runConduitRes’ might inline first
1371.86 s
[conduit] Suggested fix:
1371.86 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1371.86 s
[conduit] |
1371.86 s
[conduit] 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.86 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
1371.86 s
[conduit] Deprecated: "Use runConduit and .|"
1371.86 s
[conduit] |
1371.86 s
[conduit] 129 | unstream left $$ unstream right = connectStream left right
1371.86 s
[conduit] | ^^
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.86 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
1371.86 s
[conduit] Deprecated: "Use runConduit and .|"
1371.86 s
[conduit] |
1371.86 s
[conduit] 154 | unstream left $$ right = connectStream1 left right
1371.86 s
[conduit] | ^^
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:157:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduit/.|)" may never fire
1371.86 s
[conduit] because ‘.|’ might inline first
1371.86 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1371.86 s
[conduit] |
1371.86 s
[conduit] 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.86 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1371.86 s
[conduit] Deprecated: "Use .|"
1371.86 s
[conduit] |
1371.86 s
[conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
1371.86 s
[conduit] | ^^^
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:163:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
1371.86 s
[conduit] because ‘fuse’ might inline first
1371.86 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1371.86 s
[conduit] |
1371.86 s
[conduit] 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
1371.86 s
[conduit] because ‘.|’ might inline first
1371.86 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1371.86 s
[conduit] |
1371.86 s
[conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:167:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
1371.86 s
[conduit] because ‘runConduitPure’ might inline first
1371.86 s
[conduit] Suggested fix:
1371.86 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1371.86 s
[conduit] |
1371.86 s
[conduit] 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:170:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
1371.86 s
[conduit] because ‘runConduitPure’ might inline first
1371.86 s
[conduit] Suggested fix:
1371.86 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1371.86 s
[conduit] |
1371.86 s
[conduit] 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.86 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1371.86 s
[conduit] Deprecated: "Use .|"
1371.86 s
[conduit] |
1371.86 s
[conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
1371.86 s
[conduit] | ^^^
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
1371.86 s
[conduit] because ‘fuse’ might inline first
1371.86 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1371.86 s
[conduit] |
1371.86 s
[conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:173:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
1371.86 s
[conduit] because ‘runConduitPure’ might inline first
1371.86 s
[conduit] Suggested fix:
1371.86 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1371.86 s
[conduit] |
1371.86 s
[conduit] 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
1371.86 s
[conduit] because ‘.|’ might inline first
1371.86 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1371.86 s
[conduit] |
1371.86 s
[conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:177:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
1371.86 s
[conduit] because ‘runConduitRes’ might inline first
1371.86 s
[conduit] Suggested fix:
1371.86 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1371.86 s
[conduit] |
1371.86 s
[conduit] 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:180:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
1371.86 s
[conduit] because ‘runConduitRes’ might inline first
1371.86 s
[conduit] Suggested fix:
1371.86 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1371.86 s
[conduit] |
1371.86 s
[conduit] 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.86 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1371.86 s
[conduit] Deprecated: "Use .|"
1371.86 s
[conduit] |
1371.86 s
[conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
1371.86 s
[conduit] | ^^^
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
1371.86 s
[conduit] because ‘fuse’ might inline first
1371.86 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1371.86 s
[conduit] |
1371.86 s
[conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:183:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
1371.86 s
[conduit] because ‘runConduitRes’ might inline first
1371.86 s
[conduit] Suggested fix:
1371.86 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1371.86 s
[conduit] |
1371.86 s
[conduit] 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.86 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
1371.86 s
[conduit] Deprecated: "Use runConduit and .|"
1371.86 s
[conduit] |
1371.86 s
[conduit] 214 | left $$ unstream right = connectStream2 left right
1371.86 s
[conduit] | ^^
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:217:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.86 s
[conduit] Rule "conduit: connectStream2 (runConduit/.|)" may never fire
1371.86 s
[conduit] because ‘.|’ might inline first
1371.86 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1371.86 s
[conduit] |
1371.86 s
[conduit] 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
1371.86 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.86 s
[conduit]
1371.86 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:220:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
1371.87 s
[conduit] because ‘fuse’ might inline first
1371.87 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1371.87 s
[conduit] |
1371.87 s
[conduit] 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.87 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1371.87 s
[conduit] Deprecated: "Use .|"
1371.87 s
[conduit] |
1371.87 s
[conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
1371.87 s
[conduit] | ^^^
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
1371.87 s
[conduit] because ‘.|’ might inline first
1371.87 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1371.87 s
[conduit] |
1371.87 s
[conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:227:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
1371.87 s
[conduit] because ‘runConduitPure’ might inline first
1371.87 s
[conduit] Suggested fix:
1371.87 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1371.87 s
[conduit] |
1371.87 s
[conduit] 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
1371.87 s
[conduit] because ‘fuse’ might inline first
1371.87 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1371.87 s
[conduit] |
1371.87 s
[conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:230:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
1371.87 s
[conduit] because ‘runConduitPure’ might inline first
1371.87 s
[conduit] Suggested fix:
1371.87 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1371.87 s
[conduit] |
1371.87 s
[conduit] 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:233:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
1371.87 s
[conduit] because ‘runConduitPure’ might inline first
1371.87 s
[conduit] Suggested fix:
1371.87 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitPure’
1371.87 s
[conduit] |
1371.87 s
[conduit] 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.87 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1371.87 s
[conduit] Deprecated: "Use .|"
1371.87 s
[conduit] |
1371.87 s
[conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
1371.87 s
[conduit] | ^^^
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
1371.87 s
[conduit] because ‘.|’ might inline first
1371.87 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1371.87 s
[conduit] |
1371.87 s
[conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:237:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
1371.87 s
[conduit] because ‘runConduitRes’ might inline first
1371.87 s
[conduit] Suggested fix:
1371.87 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1371.87 s
[conduit] |
1371.87 s
[conduit] 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
1371.87 s
[conduit] because ‘fuse’ might inline first
1371.87 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘fuse’
1371.87 s
[conduit] |
1371.87 s
[conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:240:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
1371.87 s
[conduit] because ‘runConduitRes’ might inline first
1371.87 s
[conduit] Suggested fix:
1371.87 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1371.87 s
[conduit] |
1371.87 s
[conduit] 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:243:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1371.87 s
[conduit] Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
1371.87 s
[conduit] because ‘runConduitRes’ might inline first
1371.87 s
[conduit] Suggested fix:
1371.87 s
[conduit] Add an INLINE[n] or NOINLINE[n] pragma for ‘runConduitRes’
1371.87 s
[conduit] |
1371.87 s
[conduit] 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
1371.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1371.87 s
[conduit]
1371.87 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning : [ GHC-68441 ] [ -Wdeprecations ]
1371.87 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1371.87 s
[conduit] Deprecated: "Use .|"
1371.87 s
[conduit] |
1371.87 s
[conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
1371.87 s
[conduit] | ^^^
1371.87 s
[conduit]
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 )
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 )
1372.60 s
[conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1372.61 s
[conduit] The use of ‘~’ without TypeOperators
1372.61 s
[conduit] will become an error in a future GHC release.
1372.61 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1372.61 s
[conduit] |
1372.61 s
[conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
1372.61 s
[conduit] | ^
1372.61 s
[conduit]
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 )
1373.12 s
[conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, dist/build/Data/Conduit.p_o )
1373.12 s
[conduit] src/Data/Conduit.hs:105:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1373.12 s
[conduit] The import of ‘Data.Functor.Identity’ is redundant
1373.12 s
[conduit] except perhaps to import instances from ‘Data.Functor.Identity’
1373.12 s
[conduit] To import instances alone, use: import Data.Functor.Identity()
1373.12 s
[conduit] |
1373.12 s
[conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
1373.12 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373.12 s
[conduit]
1373.12 s
[conduit] src/Data/Conduit.hs:106:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1373.12 s
[conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
1373.12 s
[conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
1373.12 s
[conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
1373.12 s
[conduit] |
1373.12 s
[conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
1373.12 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373.12 s
[conduit]
1373.12 s
[conduit] src/Data/Conduit.hs:107:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1373.12 s
[conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
1373.12 s
[conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
1373.12 s
[conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
1373.12 s
[conduit] |
1373.12 s
[conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
1373.12 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373.12 s
[conduit]
1373.12 s
[conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, dist/build/Data/Conduit/Internal.p_o )
1373.12 s
[conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, dist/build/Data/Conduit/Lift.p_o )
1373.12 s
[conduit] src/Data/Conduit/Lift.hs:67:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1373.12 s
[conduit] The import of ‘Data.Monoid’ is redundant
1373.12 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
1373.12 s
[conduit] To import instances alone, use: import Data.Monoid()
1373.12 s
[conduit] |
1373.12 s
[conduit] 67 | import Data.Monoid (Monoid(..))
1373.12 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373.12 s
[conduit]
1373.12 s
[conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, dist/build/Data/Conduit/List.p_o )
1373.12 s
[conduit] src/Data/Conduit/List.hs:336:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1373.12 s
[conduit] Rule "conduit: $$ fold" may never fire
1373.12 s
[conduit] because ‘.|’ might inline first
1373.12 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1373.12 s
[conduit] |
1373.12 s
[conduit] 336 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
1373.12 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373.12 s
[conduit]
1373.12 s
[conduit] src/Data/Conduit/List.hs:352:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1373.12 s
[conduit] Rule "conduit: $$ foldM" may never fire
1373.12 s
[conduit] because ‘.|’ might inline first
1373.12 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1373.12 s
[conduit] |
1373.12 s
[conduit] 352 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
1373.12 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373.12 s
[conduit]
1373.12 s
[conduit] src/Data/Conduit/List.hs:395:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1373.12 s
[conduit] Rule "conduit: connect to mapM_" may never fire
1373.12 s
[conduit] because ‘.|’ might inline first
1373.12 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1373.12 s
[conduit] |
1373.12 s
[conduit] 395 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
1373.12 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373.12 s
[conduit]
1373.12 s
[conduit] src/Data/Conduit/List.hs:836:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1373.12 s
[conduit] Rule "conduit: source/filter fusion .|" may never fire
1373.12 s
[conduit] because ‘.|’ might inline first
1373.12 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1373.12 s
[conduit] |
1373.12 s
[conduit] 836 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
1373.12 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373.12 s
[conduit]
1373.12 s
[conduit] src/Data/Conduit/List.hs:860:11: warning : [ GHC-95396 ] [ -Winline-rule-shadowing ]
1373.12 s
[conduit] Rule "conduit: connect to sinkNull" may never fire
1373.12 s
[conduit] because ‘.|’ might inline first
1373.12 s
[conduit] Suggested fix: Add an INLINE[n] or NOINLINE[n] pragma for ‘.|’
1373.12 s
[conduit] |
1373.12 s
[conduit] 860 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
1373.12 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373.12 s
[conduit]
1373.38 s
[conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/Data/Streaming/FileRead.p_o )
1373.38 s
[conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, dist/build/Data/Streaming/Filesystem.p_o )
1373.38 s
[conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, dist/build/Data/Conduit/Combinators.p_o )
1373.52 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.52 s
[conduit] The use of ‘~’ without TypeOperators
1373.52 s
[conduit] will become an error in a future GHC release.
1373.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.52 s
[conduit] |
1373.52 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
1373.52 s
[conduit] | ^
1373.52 s
[conduit]
1373.52 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.52 s
[conduit] • The ‘~’ operator is out of scope.
1373.52 s
[conduit] Assuming it to stand for an equality constraint.
1373.52 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.52 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.52 s
[conduit] • This will become an error in a future GHC release.
1373.52 s
[conduit] |
1373.52 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
1373.52 s
[conduit] | ^
1373.52 s
[conduit]
1373.52 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.52 s
[conduit] The use of ‘~’ without TypeOperators
1373.52 s
[conduit] will become an error in a future GHC release.
1373.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.52 s
[conduit] |
1373.52 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
1373.52 s
[conduit] | ^
1373.52 s
[conduit]
1373.52 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.52 s
[conduit] • The ‘~’ operator is out of scope.
1373.52 s
[conduit] Assuming it to stand for an equality constraint.
1373.52 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.52 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.52 s
[conduit] • This will become an error in a future GHC release.
1373.52 s
[conduit] |
1373.52 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
1373.52 s
[conduit] | ^
1373.52 s
[conduit]
1373.52 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.52 s
[conduit] The use of ‘~’ without TypeOperators
1373.52 s
[conduit] will become an error in a future GHC release.
1373.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.52 s
[conduit] |
1373.52 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1373.52 s
[conduit] | ^
1373.52 s
[conduit]
1373.52 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.53 s
[conduit] The use of ‘~’ without TypeOperators
1373.53 s
[conduit] will become an error in a future GHC release.
1373.53 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.53 s
[conduit] |
1373.53 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.53 s
[conduit] The use of ‘~’ without TypeOperators
1373.53 s
[conduit] will become an error in a future GHC release.
1373.53 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.53 s
[conduit] |
1373.53 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.53 s
[conduit] The use of ‘~’ without TypeOperators
1373.53 s
[conduit] will become an error in a future GHC release.
1373.53 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.53 s
[conduit] |
1373.53 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.53 s
[conduit] The use of ‘~’ without TypeOperators
1373.53 s
[conduit] will become an error in a future GHC release.
1373.53 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.53 s
[conduit] |
1373.53 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.53 s
[conduit] The use of ‘~’ without TypeOperators
1373.53 s
[conduit] will become an error in a future GHC release.
1373.53 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.53 s
[conduit] |
1373.53 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.53 s
[conduit] The use of ‘~’ without TypeOperators
1373.53 s
[conduit] will become an error in a future GHC release.
1373.53 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.53 s
[conduit] |
1373.53 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.53 s
[conduit] The use of ‘~’ without TypeOperators
1373.53 s
[conduit] will become an error in a future GHC release.
1373.53 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.53 s
[conduit] |
1373.53 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.53 s
[conduit] The use of ‘~’ without TypeOperators
1373.53 s
[conduit] will become an error in a future GHC release.
1373.53 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.53 s
[conduit] |
1373.53 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1373.53 s
[conduit] The use of ‘~’ without TypeOperators
1373.53 s
[conduit] will become an error in a future GHC release.
1373.53 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1373.53 s
[conduit] |
1373.53 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
1373.53 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1373.53 s
[conduit] • The ‘~’ operator is out of scope.
1373.53 s
[conduit] Assuming it to stand for an equality constraint.
1373.53 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1373.53 s
[conduit] exported from Data.Type.Equality and Prelude.
1373.53 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1373.53 s
[conduit] • This will become an error in a future GHC release.
1373.53 s
[conduit] |
1373.53 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
1373.53 s
[conduit] | ^
1373.53 s
[conduit]
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 )
1376.51 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.51 s
[conduit] The use of ‘~’ without TypeOperators
1376.51 s
[conduit] will become an error in a future GHC release.
1376.51 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.51 s
[conduit] |
1376.51 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1376.51 s
[conduit] | ^
1376.51 s
[conduit]
1376.51 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.51 s
[conduit] • The ‘~’ operator is out of scope.
1376.51 s
[conduit] Assuming it to stand for an equality constraint.
1376.51 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.51 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.51 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.51 s
[conduit] • This will become an error in a future GHC release.
1376.51 s
[conduit] |
1376.51 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1376.51 s
[conduit] | ^
1376.51 s
[conduit]
1376.51 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.51 s
[conduit] The use of ‘~’ without TypeOperators
1376.51 s
[conduit] will become an error in a future GHC release.
1376.51 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.51 s
[conduit] |
1376.51 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1376.51 s
[conduit] | ^
1376.51 s
[conduit]
1376.51 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.51 s
[conduit] • The ‘~’ operator is out of scope.
1376.51 s
[conduit] Assuming it to stand for an equality constraint.
1376.51 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.51 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.51 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.51 s
[conduit] • This will become an error in a future GHC release.
1376.51 s
[conduit] |
1376.51 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1376.51 s
[conduit] | ^
1376.51 s
[conduit]
1376.51 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.51 s
[conduit] The use of ‘~’ without TypeOperators
1376.51 s
[conduit] will become an error in a future GHC release.
1376.51 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.51 s
[conduit] |
1376.51 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1376.51 s
[conduit] | ^
1376.51 s
[conduit]
1376.51 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.51 s
[conduit] • The ‘~’ operator is out of scope.
1376.51 s
[conduit] Assuming it to stand for an equality constraint.
1376.51 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.51 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.52 s
[conduit] • This will become an error in a future GHC release.
1376.52 s
[conduit] |
1376.52 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.52 s
[conduit] The use of ‘~’ without TypeOperators
1376.52 s
[conduit] will become an error in a future GHC release.
1376.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.52 s
[conduit] |
1376.52 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.52 s
[conduit] • The ‘~’ operator is out of scope.
1376.52 s
[conduit] Assuming it to stand for an equality constraint.
1376.52 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.52 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.52 s
[conduit] • This will become an error in a future GHC release.
1376.52 s
[conduit] |
1376.52 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.52 s
[conduit] The use of ‘~’ without TypeOperators
1376.52 s
[conduit] will become an error in a future GHC release.
1376.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.52 s
[conduit] |
1376.52 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.52 s
[conduit] • The ‘~’ operator is out of scope.
1376.52 s
[conduit] Assuming it to stand for an equality constraint.
1376.52 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.52 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.52 s
[conduit] • This will become an error in a future GHC release.
1376.52 s
[conduit] |
1376.52 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.52 s
[conduit] The use of ‘~’ without TypeOperators
1376.52 s
[conduit] will become an error in a future GHC release.
1376.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.52 s
[conduit] |
1376.52 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.52 s
[conduit] • The ‘~’ operator is out of scope.
1376.52 s
[conduit] Assuming it to stand for an equality constraint.
1376.52 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.52 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.52 s
[conduit] • This will become an error in a future GHC release.
1376.52 s
[conduit] |
1376.52 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.52 s
[conduit] The use of ‘~’ without TypeOperators
1376.52 s
[conduit] will become an error in a future GHC release.
1376.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.52 s
[conduit] |
1376.52 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.52 s
[conduit] • The ‘~’ operator is out of scope.
1376.52 s
[conduit] Assuming it to stand for an equality constraint.
1376.52 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.52 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.52 s
[conduit] • This will become an error in a future GHC release.
1376.52 s
[conduit] |
1376.52 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.52 s
[conduit] The use of ‘~’ without TypeOperators
1376.52 s
[conduit] will become an error in a future GHC release.
1376.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.52 s
[conduit] |
1376.52 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.52 s
[conduit] • The ‘~’ operator is out of scope.
1376.52 s
[conduit] Assuming it to stand for an equality constraint.
1376.52 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.52 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.52 s
[conduit] • This will become an error in a future GHC release.
1376.52 s
[conduit] |
1376.52 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.52 s
[conduit] The use of ‘~’ without TypeOperators
1376.52 s
[conduit] will become an error in a future GHC release.
1376.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.52 s
[conduit] |
1376.52 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.52 s
[conduit] • The ‘~’ operator is out of scope.
1376.52 s
[conduit] Assuming it to stand for an equality constraint.
1376.52 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.52 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.52 s
[conduit] • This will become an error in a future GHC release.
1376.52 s
[conduit] |
1376.52 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1376.52 s
[conduit] The use of ‘~’ without TypeOperators
1376.52 s
[conduit] will become an error in a future GHC release.
1376.52 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1376.52 s
[conduit] |
1376.52 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
1376.52 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1376.52 s
[conduit] • The ‘~’ operator is out of scope.
1376.52 s
[conduit] Assuming it to stand for an equality constraint.
1376.52 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1376.52 s
[conduit] exported from Data.Type.Equality and Prelude.
1376.52 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1376.52 s
[conduit] • This will become an error in a future GHC release.
1376.52 s
[conduit] |
1376.52 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
1376.52 s
[conduit] | ^
1376.52 s
[conduit]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1377.01 s
[conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, dist/build/Conduit.p_o )
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 )
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 )
1378.26 s
[lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.p_o )
1378.48 s
[lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.p_o )
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 )
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 )
1378.69 s
[conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
1378.69 s
[conduit] Building test suite 'conduit-test' for conduit-1.3.6.1...
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 )
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 )
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 )
1378.97 s
[conduit] test/Data/Conduit/Extra/ZipConduitSpec.hs:5:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1378.97 s
[conduit] The import of ‘Control.Applicative’ is redundant
1378.97 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
1378.97 s
[conduit] To import instances alone, use: import Control.Applicative()
1378.97 s
[conduit] |
1378.97 s
[conduit] 5 | import Control.Applicative ((<*), pure)
1378.97 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1378.97 s
[conduit]
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 )
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 )
1379.22 s
[lsp-types] src/Language/LSP/Protocol/Utils/Misc.hs:24:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1379.22 s
[lsp-types] The import of ‘Data.List’ is redundant
1379.22 s
[lsp-types] except perhaps to import instances from ‘Data.List’
1379.22 s
[lsp-types] To import instances alone, use: import Data.List()
1379.22 s
[lsp-types] |
1379.22 s
[lsp-types] 24 | import Data.List hiding (group)
1379.22 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1379.22 s
[lsp-types]
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 )
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 )
1379.32 s
[conduit] test/Data/Conduit/StreamSpec.hs:572:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1379.32 s
[conduit] Pattern match(es) are non-exhaustive
1379.32 s
[conduit] In a lambda abstraction: Patterns of type ‘[a]’ not matched: []
1379.32 s
[conduit] |
1379.32 s
[conduit] 572 | Data.List.map (\(x:xs) -> (x, xs) ) . Data.List.groupBy ((==) `on` f)
1379.32 s
[conduit] | ^^^^^^^^^^^^^^^^^^
1379.32 s
[conduit]
1379.86 s
[lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.p_o )
1383.30 s
[conduit] [3 of 5] Compiling StreamSpec ( test/StreamSpec.hs, dist/build/conduit-test/conduit-test-tmp/StreamSpec.o )
1383.30 s
[conduit] test/StreamSpec.hs:471:3: warning : [ GHC-50928 ] [ -Wnoncanonical-monoid-instances ]
1383.35 s
[conduit] Noncanonical ‘mappend’ definition detected
1383.35 s
[conduit] in the instance declaration for ‘Monoid (Sum a)’.
1383.35 s
[conduit] ‘mappend’ will eventually be removed in favour of ‘(<>)’
1383.35 s
[conduit] Suggested fix:
1383.35 s
[conduit] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
1383.35 s
[conduit] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1383.35 s
[conduit] |
1383.35 s
[conduit] 471 | mappend (Sum x) (Sum y) = Sum $ x Prelude.+ y
1383.35 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1383.35 s
[conduit]
1383.35 s
[conduit] [4 of 5] Compiling Spec ( test/Spec.hs, dist/build/conduit-test/conduit-test-tmp/Spec.o )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1407.91 s
[conduit] [5 of 5] Compiling Main ( test/main.hs, dist/build/conduit-test/conduit-test-tmp/Main.o )
1408.05 s
[conduit] test/main.hs:35:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1408.05 s
[conduit] The import of ‘Control.Applicative’ is redundant
1408.05 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
1408.05 s
[conduit] To import instances alone, use: import Control.Applicative()
1408.05 s
[conduit] |
1408.05 s
[conduit] 35 | import Control.Applicative (pure, (<$>), (<*>), liftA2)
1408.05 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1408.05 s
[conduit]
1408.05 s
[conduit] test/main.hs:99:32: warning : [ GHC-63394 ] [ -Wx-partial ]
1408.05 s
[conduit] In the use of ‘tail’
1408.05 s
[conduit] (imported from Prelude, but defined in GHC.Internal.List):
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"."
1408.05 s
[conduit] |
1408.05 s
[conduit] 99 | prop "scan" $ equivToList (tail . scanl (+) 0 :: [Int]->[Int]) (void $ CL.scan (+) 0)
1408.05 s
[conduit] | ^^^^
1408.05 s
[conduit]
1408.05 s
[conduit] test/main.hs:110:33: warning : [ GHC-63394 ] [ -Wx-partial ]
1408.05 s
[conduit] In the use of ‘tail’
1408.05 s
[conduit] (imported from Prelude, but defined in GHC.Internal.List):
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"."
1408.05 s
[conduit] |
1408.05 s
[conduit] 110 | prop "scanM" $ equivToList (tail . scanl (+) 0) (void $ CL.scanM (\a s -> return $ a + s) (0 :: Int))
1408.05 s
[conduit] | ^^^^
1408.05 s
[conduit]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1413.70 s
[conduit] [6 of 6] Linking dist/build/conduit-test/conduit-test
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1414.86 s
[conduit] buildPhase completed in 1 minutes 9 seconds
1414.86 s
[conduit] Phase: checkPhase
1415.13 s
[conduit] Running 1 test suites...
1415.13 s
[conduit] Test suite conduit-test: RUNNING...
1415.14 s
[conduit]
1415.14 s
[conduit] Combinators
1415.14 s
[conduit] yieldMany
1415.14 s
[conduit] list [✔]
1415.14 s
[conduit] Text [✔]
1415.14 s
[conduit] unfold [✔]
1415.14 s
[conduit] enumFromTo [✔]
1415.14 s
[conduit] iterate [✔]
1415.14 s
[conduit] repeat [✔]
1415.14 s
[conduit] replicate [✔]
1415.14 s
[conduit] sourceLazy [✔]
1415.14 s
[conduit] repeatM [✔]
1415.14 s
[conduit] repeatWhileM [✔]
1415.14 s
[conduit] replicateM [✔]
1415.16 s
[conduit] sourceFile [✔]
1415.17 s
[conduit] sourceHandle [✔]
1415.18 s
[conduit] sourceIOHandle [✔]
1415.19 s
[conduit] stdin [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] sourceDirectory [✔]
1415.19 s
[conduit] sourceDirectoryDeep [✔]
1415.19 s
[conduit] drop [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] dropE [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] dropWhile [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] dropWhileE [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] fold [✔]
1415.19 s
[conduit] foldE [✔]
1415.19 s
[conduit] foldl [✔]
1415.19 s
[conduit] foldlE [✔]
1415.19 s
[conduit] foldMap [✔]
1415.19 s
[conduit] foldMapE [✔]
1415.19 s
[conduit] all [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] allE [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] any [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] anyE [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] and [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] andE [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] or [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] orE [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] elem [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] elemE [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] notElem [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] notElemE [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] sinkVector regular [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] sinkVector unboxed [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] sinkVector storable [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] sinkVectorN regular [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] sinkVectorN unboxed [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.19 s
[conduit] sinkVectorN storable [✔]
1415.19 s
[conduit] +++ OK, passed 100 tests.
1415.20 s
[conduit] sinkBuilder [✔]
1415.20 s
[conduit] +++ OK, passed 100 tests.
1415.21 s
[conduit] sinkLazyBuilder [✔]
1415.21 s
[conduit] +++ OK, passed 100 tests.
1415.21 s
[conduit] sinkNull [✔]
1415.21 s
[conduit] +++ OK, passed 100 tests.
1415.21 s
[conduit] awaitNonNull [✔]
1415.21 s
[conduit] +++ OK, passed 100 tests.
1415.23 s
[conduit] headE [✔]
1415.23 s
[conduit] +++ OK, passed 100 tests.
1415.23 s
[conduit] peek [✔]
1415.23 s
[conduit] +++ OK, passed 100 tests.
1415.25 s
[conduit] peekE [✔]
1415.25 s
[conduit] +++ OK, passed 100 tests.
1415.25 s
[conduit] last [✔]
1415.25 s
[conduit] +++ OK, passed 100 tests.
1415.25 s
[conduit] lastE [✔]
1415.25 s
[conduit] +++ OK, passed 100 tests.
1415.25 s
[conduit] length [✔]
1415.25 s
[conduit] +++ OK, passed 100 tests.
1415.25 s
[conduit] lengthE [✔]
1415.25 s
[conduit] +++ OK, passed 100 tests.
1415.25 s
[conduit] lengthIf [✔]
1415.25 s
[conduit] +++ OK, passed 100 tests.
1415.26 s
[conduit] lengthIfE [✔]
1415.26 s
[conduit] +++ OK, passed 100 tests.
1415.26 s
[conduit] maximum [✔]
1415.26 s
[conduit] +++ OK, passed 100 tests.
1415.26 s
[conduit] maximumE [✔]
1415.26 s
[conduit] +++ OK, passed 100 tests.
1415.26 s
[conduit] minimum [✔]
1415.26 s
[conduit] +++ OK, passed 100 tests.
1415.27 s
[conduit] minimumE [✔]
1415.27 s
[conduit] +++ OK, passed 100 tests.
1415.27 s
[conduit] null [✔]
1415.27 s
[conduit] +++ OK, passed 100 tests.
1415.28 s
[conduit] nullE [✔]
1415.28 s
[conduit] +++ OK, passed 100 tests.
1415.28 s
[conduit] sum [✔]
1415.28 s
[conduit] +++ OK, passed 100 tests.
1415.29 s
[conduit] sumE [✔]
1415.29 s
[conduit] +++ OK, passed 100 tests.
1415.29 s
[conduit] product [✔]
1415.29 s
[conduit] +++ OK, passed 100 tests.
1415.29 s
[conduit] productE [✔]
1415.29 s
[conduit] +++ OK, passed 100 tests.
1415.29 s
[conduit] find [✔]
1415.29 s
[conduit] +++ OK, passed 100 tests.
1415.29 s
[conduit] mapM_ [✔]
1415.29 s
[conduit] +++ OK, passed 100 tests.
1415.29 s
[conduit] mapM_E [✔]
1415.29 s
[conduit] +++ OK, passed 100 tests.
1415.29 s
[conduit] foldM [✔]
1415.29 s
[conduit] +++ OK, passed 100 tests.
1415.30 s
[conduit] foldME [✔]
1415.30 s
[conduit] +++ OK, passed 100 tests.
1415.30 s
[conduit] foldMapM [✔]
1415.30 s
[conduit] foldMapME [✔]
1415.30 s
[conduit] sinkFile [✔]
1415.30 s
[conduit] sinkHandle [✔]
1415.30 s
[conduit] sinkIOHandle [✔]
1415.30 s
[conduit] map [✔]
1415.30 s
[conduit] +++ OK, passed 100 tests.
1415.31 s
[conduit] mapE [✔]
1415.31 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] omapE [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] concatMap [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] concatMapE [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] take [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] takeE [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] takeWhile [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] takeWhileE [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] takeExactly [✔]
1415.32 s
[conduit] takeExactlyE [✔]
1415.32 s
[conduit] takeExactlyE Vector [✔]
1415.32 s
[conduit] takeExactlyE 2 [✔]
1415.32 s
[conduit] concat [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] filter [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] filterE [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] mapWhile [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.32 s
[conduit] conduitVector [✔]
1415.32 s
[conduit] +++ OK, passed 100 tests.
1415.33 s
[conduit] scanl [✔]
1415.33 s
[conduit] +++ OK, passed 100 tests.
1415.33 s
[conduit] mapAccumWhile [✔]
1415.33 s
[conduit] +++ OK, passed 100 tests.
1415.33 s
[conduit] concatMapAccum [✔]
1415.33 s
[conduit] +++ OK, passed 100 tests.
1415.33 s
[conduit] intersperse [✔]
1415.33 s
[conduit] +++ OK, passed 100 tests.
1415.33 s
[conduit] mapM [✔]
1415.33 s
[conduit] +++ OK, passed 100 tests.
1415.34 s
[conduit] mapME [✔]
1415.34 s
[conduit] +++ OK, passed 100 tests.
1415.35 s
[conduit] omapME [✔]
1415.35 s
[conduit] +++ OK, passed 100 tests.
1415.35 s
[conduit] concatMapM [✔]
1415.35 s
[conduit] +++ OK, passed 100 tests.
1415.35 s
[conduit] filterM [✔]
1415.35 s
[conduit] +++ OK, passed 100 tests.
1415.35 s
[conduit] filterME [✔]
1415.35 s
[conduit] +++ OK, passed 100 tests.
1415.35 s
[conduit] iterM [✔]
1415.35 s
[conduit] +++ OK, passed 100 tests.
1415.35 s
[conduit] scanlM [✔]
1415.35 s
[conduit] +++ OK, passed 100 tests.
1415.35 s
[conduit] mapAccumWhileM [✔]
1415.35 s
[conduit] +++ OK, passed 100 tests.
1415.35 s
[conduit] concatMapAccumM [✔]
1415.35 s
[conduit] +++ OK, passed 100 tests.
1415.36 s
[conduit] encode UTF8 [✔]
1415.36 s
[conduit] +++ OK, passed 100 tests.
1415.40 s
[conduit] encode/decode UTF8 [✔]
1415.40 s
[conduit] +++ OK, passed 100 tests.
1415.40 s
[conduit] invalid UTF8 is an exception [✔]
1415.43 s
[conduit] encode/decode UTF8 lenient [✔]
1415.43 s
[conduit] +++ OK, passed 100 tests.
1415.44 s
[conduit] line [✔]
1415.44 s
[conduit] +++ OK, passed 100 tests.
1415.45 s
[conduit] lineAscii [✔]
1415.45 s
[conduit] +++ OK, passed 100 tests.
1415.46 s
[conduit] unlines [✔]
1415.46 s
[conduit] +++ OK, passed 100 tests.
1415.47 s
[conduit] unlinesAscii [✔]
1415.47 s
[conduit] +++ OK, passed 100 tests.
1415.48 s
[conduit] linesUnbounded [✔]
1415.48 s
[conduit] +++ OK, passed 100 tests.
1415.49 s
[conduit] linesUnboundedAscii [✔]
1415.49 s
[conduit] +++ OK, passed 100 tests.
1415.49 s
[conduit] slidingWindow 0 [✔]
1415.49 s
[conduit] slidingWindow 1 [✔]
1415.49 s
[conduit] slidingWindow 2 [✔]
1415.49 s
[conduit] slidingWindow 3 [✔]
1415.49 s
[conduit] slidingWindow 4 [✔]
1415.49 s
[conduit] slidingWindow 5 [✔]
1415.49 s
[conduit] slidingWindow 6 [✔]
1415.49 s
[conduit] chunksOfE 1 [✔]
1415.49 s
[conduit] chunksOfE 2 (last smaller) [✔]
1415.49 s
[conduit] chunksOfE (ByteString) [✔]
1415.49 s
[conduit] chunksOfExactlyE 1 [✔]
1415.49 s
[conduit] chunksOfExactlyE 2 (last smaller; thus not yielded) [✔]
1415.50 s
[conduit] vectorBuilder [✔]
1415.50 s
[conduit] +++ OK, passed 100 tests.
1415.51 s
[conduit] mapAccumS [✔]
1415.51 s
[conduit] +++ OK, passed 100 tests.
1415.53 s
[conduit] peekForever [✔]
1415.53 s
[conduit] +++ OK, passed 100 tests.
1415.55 s
[conduit] peekForeverE [✔]
1415.55 s
[conduit] +++ OK, passed 100 tests.
1415.55 s
[conduit] Comparing list function to
1415.55 s
[conduit] yieldMany [✔]
1415.55 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] sourceListS [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] repeatM [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] repeatMS [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] repeatWhileM [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] repeatWhileMS [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] foldl1 [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] foldl1S [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] all [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] allS [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] any [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] anyS [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] last [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] lastS [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] lastE [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] lastES [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] find [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.56 s
[conduit] findS [✔]
1415.56 s
[conduit] +++ OK, passed 100 tests.
1415.58 s
[conduit] concatMap [✔]
1415.58 s
[conduit] +++ OK, passed 100 tests.
1415.60 s
[conduit] concatMapS [✔]
1415.60 s
[conduit] +++ OK, passed 100 tests.
1415.62 s
[conduit] concatMapM [✔]
1415.62 s
[conduit] +++ OK, passed 100 tests.
1415.64 s
[conduit] concatMapMS [✔]
1415.64 s
[conduit] +++ OK, passed 100 tests.
1415.65 s
[conduit] concat [✔]
1415.65 s
[conduit] +++ OK, passed 100 tests.
1415.66 s
[conduit] concatS [✔]
1415.66 s
[conduit] +++ OK, passed 100 tests.
1415.66 s
[conduit] scanl [✔]
1415.66 s
[conduit] +++ OK, passed 100 tests.
1415.67 s
[conduit] scanlS [✔]
1415.67 s
[conduit] +++ OK, passed 100 tests.
1415.67 s
[conduit] scanlM [✔]
1415.67 s
[conduit] +++ OK, passed 100 tests.
1415.67 s
[conduit] scanlMS [✔]
1415.67 s
[conduit] +++ OK, passed 100 tests.
1415.68 s
[conduit] mapAccumWhileS [✔]
1415.68 s
[conduit] +++ OK, passed 100 tests.
1415.68 s
[conduit] mapAccumWhileMS [✔]
1415.68 s
[conduit] +++ OK, passed 100 tests.
1415.68 s
[conduit] intersperse [✔]
1415.68 s
[conduit] +++ OK, passed 100 tests.
1415.68 s
[conduit] intersperseS [✔]
1415.68 s
[conduit] +++ OK, passed 100 tests.
1415.68 s
[conduit] filterM [✔]
1415.68 s
[conduit] +++ OK, passed 100 tests.
1415.69 s
[conduit] filterMS [✔]
1415.69 s
[conduit] +++ OK, passed 100 tests.
1415.69 s
[conduit] comparing normal conduit function to
1415.69 s
[conduit] slidingWindowS [✔]
1415.69 s
[conduit] +++ OK, passed 100 tests.
1415.73 s
[conduit] splitOnUnboundedES [✔]
1415.73 s
[conduit] +++ OK, passed 100 tests.
1415.73 s
[conduit] sinkVectorS [✔]
1415.73 s
[conduit] +++ OK, passed 100 tests.
1415.74 s
[conduit] sinkVectorNS [✔]
1415.74 s
[conduit] +++ OK, passed 100 tests.
1415.74 s
[conduit] data loss rules
1415.74 s
[conduit] 1
1415.74 s
[conduit] 2
1415.74 s
[conduit] 3
1415.74 s
[conduit] 4
1415.74 s
[conduit] 5
1415.74 s
[conduit] consumes the source to quickly [✔]
1415.74 s
[conduit] 1
1415.74 s
[conduit] 2
1415.74 s
[conduit] 3
1415.74 s
[conduit] 4
1415.74 s
[conduit] 5
1415.74 s
[conduit] correctly consumes a chunked resource [✔]
1415.74 s
[conduit] filter
1415.74 s
[conduit] even [✔]
1415.74 s
[conduit] concat [✔]
1415.74 s
[conduit] +++ OK, passed 100 tests.
1415.74 s
[conduit] mapFoldable
1415.74 s
[conduit] list [✔]
1415.74 s
[conduit] +++ OK, passed 100 tests.
1415.74 s
[conduit] Maybe [✔]
1415.74 s
[conduit] +++ OK, passed 100 tests.
1415.74 s
[conduit] scan [✔]
1415.74 s
[conduit] +++ OK, passed 100 tests.
1415.74 s
[conduit] mapFoldableM
1415.74 s
[conduit] list [✔]
1415.74 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] Maybe [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] scanM [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] ResourceT
1415.75 s
[conduit] resourceForkIO [✔]
1415.75 s
[conduit] sum
1415.75 s
[conduit] works for 1..10 [✔]
1415.75 s
[conduit] is idempotent [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] foldMap
1415.75 s
[conduit] sums 1..10 [✔]
1415.75 s
[conduit] preserves order [✔]
1415.75 s
[conduit] foldMapM
1415.75 s
[conduit] sums 1..10 [✔]
1415.75 s
[conduit] preserves order [✔]
1415.75 s
[conduit] unfold
1415.75 s
[conduit] works [✔]
1415.75 s
[conduit] unfoldM
1415.75 s
[conduit] works [✔]
1415.75 s
[conduit] uncons
1415.75 s
[conduit] folds to list [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] works with unfold [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] unconsEither
1415.75 s
[conduit] folds outputs to list [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] works with unfoldEither [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] Monoid instance for Source
1415.75 s
[conduit] mappend [✔]
1415.75 s
[conduit] mconcat [✔]
1415.75 s
[conduit] zipping
1415.75 s
[conduit] zipping two small lists [✔]
1415.75 s
[conduit] zipping sinks
1415.75 s
[conduit] take all [✔]
1415.75 s
[conduit] take fewer on left [✔]
1415.75 s
[conduit] take fewer on right [✔]
1415.75 s
[conduit] Monad instance for Sink
1415.75 s
[conduit] binding [✔]
1415.75 s
[conduit] Applicative instance for Sink
1415.75 s
[conduit] <$> and <*> [✔]
1415.75 s
[conduit] resumable sources
1415.75 s
[conduit] simple [✔]
1415.75 s
[conduit] conduits
1415.75 s
[conduit] map, left [✔]
1415.75 s
[conduit] map, left >+> [✔]
1415.75 s
[conduit] map, right [✔]
1415.75 s
[conduit] chunksOf [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] chunksOf (zero) [✔]
1415.75 s
[conduit] chunksOf (negative) [✔]
1415.75 s
[conduit] groupBy [✔]
1415.75 s
[conduit] groupBy (nondup begin/end) [✔]
1415.75 s
[conduit] groupOn1 [✔]
1415.75 s
[conduit] groupOn1 (nondup begin/end) [✔]
1415.75 s
[conduit] mapMaybe [✔]
1415.75 s
[conduit] mapMaybeM [✔]
1415.75 s
[conduit] catMaybes [✔]
1415.75 s
[conduit] concatMap [✔]
1415.75 s
[conduit] bind together [✔]
1415.75 s
[conduit] isolate
1415.75 s
[conduit] bound to resumable source [✔]
1415.75 s
[conduit] bound to sink, non-resumable [✔]
1415.75 s
[conduit] bound to sink, resumable [✔]
1415.75 s
[conduit] consumes all data [✔]
1415.75 s
[conduit] sequence
1415.75 s
[conduit] simple sink [✔]
1415.75 s
[conduit] sink with unpull behaviour [✔]
1415.75 s
[conduit] peek
1415.75 s
[conduit] works [✔]
1415.75 s
[conduit] unbuffering
1415.75 s
[conduit] works [✔]
1415.75 s
[conduit] operators
1415.75 s
[conduit] only use .| [✔]
1415.75 s
[conduit] only use =$ [✔]
1415.75 s
[conduit] chain [✔]
1415.75 s
[conduit] termination
1415.75 s
[conduit] terminates early [✔]
1415.75 s
[conduit] bracket [✔]
1415.75 s
[conduit] bracket skipped if not needed [✔]
1415.75 s
[conduit] bracket + toPipe [✔]
1415.75 s
[conduit] bracket skipped if not needed [✔]
1415.75 s
[conduit] invariant violations
1415.75 s
[conduit] leftovers without input [✔]
1415.75 s
[conduit] sane yield/await'
1415.75 s
[conduit] yield terminates [✔]
1415.75 s
[conduit] yield terminates (2) [✔]
1415.75 s
[conduit] upstream results
1415.75 s
[conduit] works [✔]
1415.75 s
[conduit] input/output mapping
1415.75 s
[conduit] mapOutput [✔]
1415.75 s
[conduit] mapOutputMaybe [✔]
1415.75 s
[conduit] mapInput [✔]
1415.75 s
[conduit] left/right identity
1415.75 s
[conduit] left identity [✔]
1415.75 s
[conduit] right identity [✔]
1415.75 s
[conduit] generalizing
1415.75 s
[conduit] works [✔]
1415.75 s
[conduit] withUpstream
1415.75 s
[conduit] works [✔]
1415.75 s
[conduit] iterate
1415.75 s
[conduit] works [✔]
1415.75 s
[conduit] replicate [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] replicateM [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.75 s
[conduit] injectLeftovers
1415.75 s
[conduit] works [✔]
1415.75 s
[conduit] monad transformer laws
1415.75 s
[conduit] transPipe [✔]
1415.75 s
[conduit] iterM
1415.75 s
[conduit] behavior [✔]
1415.75 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] mapM_ equivalence [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] generalizing
1415.76 s
[conduit] works [✔]
1415.76 s
[conduit] mergeSource
1415.76 s
[conduit] works [✔]
1415.76 s
[conduit] does stop processing when the source exhausted [✔]
1415.76 s
[conduit] does not drop upstream items [✔]
1415.76 s
[conduit] passthroughSink
1415.76 s
[conduit] works [✔]
1415.76 s
[conduit] does nothing when downstream does nothing [✔]
1415.76 s
[conduit] handles the last input correctly #304 [✔]
1415.76 s
[conduit] mtl instances
1415.76 s
[conduit] ErrorT [✔]
1415.76 s
[conduit] WriterT
1415.76 s
[conduit] pass [✔]
1415.76 s
[conduit] Data.Conduit.Lift
1415.76 s
[conduit] execStateC [✔]
1415.76 s
[conduit] execWriterC [✔]
1415.76 s
[conduit] runExceptC [✔]
1415.76 s
[conduit] runMaybeC [✔]
1415.76 s
[conduit] sequenceSources
1415.76 s
[conduit] works [✔]
1415.76 s
[conduit] zipSink
1415.76 s
[conduit] zip equal-sized [✔]
1415.76 s
[conduit] zip distinct sizes [✔]
1415.76 s
[conduit] upstream results
1415.76 s
[conduit] fuseBoth [✔]
1415.76 s
[conduit] fuseBothMaybe with no result [✔]
1415.76 s
[conduit] fuseBothMaybe with result [✔]
1415.76 s
[conduit] fuseBothMaybe with almost result [✔]
1415.76 s
[conduit] catching exceptions
1415.76 s
[conduit] works [✔]
1415.76 s
[conduit] sourceToList
1415.76 s
[conduit] works lazily in Identity [✔]
1415.76 s
[conduit] is not lazy in IO [✔]
1415.76 s
[conduit] Data.Conduit.Extra.ZipConduit
1415.76 s
[conduit] ZipConduit [✔]
1415.76 s
[conduit] sequenceConduits [✔]
1415.76 s
[conduit] ZipConduitMonad [✔]
1415.76 s
[conduit] Comparing list function to
1415.76 s
[conduit] unfold [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] unfoldS [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] unfoldM [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] unfoldMS [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] sourceList [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] sourceListS [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] enumFromTo [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] enumFromToS [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] enumFromToS_int [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] iterate [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] iterateS [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] replicate [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] replicateS [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] replicateM [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] replicateMS [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.76 s
[conduit] fold [✔]
1415.76 s
[conduit] +++ OK, passed 100 tests.
1415.77 s
[conduit] foldS [✔]
1415.77 s
[conduit] +++ OK, passed 100 tests.
1415.77 s
[conduit] foldM [✔]
1415.77 s
[conduit] +++ OK, passed 100 tests.
1415.77 s
[conduit] foldMS [✔]
1415.77 s
[conduit] +++ OK, passed 100 tests.
1415.77 s
[conduit] foldMap [✔]
1415.77 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] mapM_ [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] mapM_S [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] take [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] takeS [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] head [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] headS [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] peek [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] map [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] mapS [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.78 s
[conduit] mapM [✔]
1415.78 s
[conduit] +++ OK, passed 100 tests.
1415.79 s
[conduit] mapMS [✔]
1415.79 s
[conduit] +++ OK, passed 100 tests.
1415.79 s
[conduit] iterM [✔]
1415.79 s
[conduit] +++ OK, passed 100 tests.
1415.79 s
[conduit] iterMS [✔]
1415.79 s
[conduit] +++ OK, passed 100 tests.
1415.79 s
[conduit] mapMaybe [✔]
1415.79 s
[conduit] +++ OK, passed 100 tests.
1415.80 s
[conduit] mapMaybeS [✔]
1415.80 s
[conduit] +++ OK, passed 100 tests.
1415.80 s
[conduit] mapMaybeM [✔]
1415.80 s
[conduit] +++ OK, passed 100 tests.
1415.81 s
[conduit] mapMaybeMS [✔]
1415.81 s
[conduit] +++ OK, passed 100 tests.
1415.81 s
[conduit] catMaybes [✔]
1415.81 s
[conduit] +++ OK, passed 100 tests.
1415.81 s
[conduit] catMaybesS [✔]
1415.81 s
[conduit] +++ OK, passed 100 tests.
1415.82 s
[conduit] concat [✔]
1415.82 s
[conduit] +++ OK, passed 100 tests.
1415.82 s
[conduit] concatS [✔]
1415.82 s
[conduit] +++ OK, passed 100 tests.
1415.84 s
[conduit] concatMap [✔]
1415.84 s
[conduit] +++ OK, passed 100 tests.
1415.85 s
[conduit] concatMapS [✔]
1415.85 s
[conduit] +++ OK, passed 100 tests.
1415.86 s
[conduit] concatMapM [✔]
1415.86 s
[conduit] +++ OK, passed 100 tests.
1415.88 s
[conduit] concatMapMS [✔]
1415.88 s
[conduit] +++ OK, passed 100 tests.
1415.89 s
[conduit] concatMapAccum [✔]
1415.89 s
[conduit] +++ OK, passed 100 tests.
1415.91 s
[conduit] concatMapAccumS [✔]
1415.91 s
[conduit] +++ OK, passed 100 tests.
1415.92 s
[conduit] mapAccumS [✔]
1415.92 s
[conduit] +++ OK, passed 100 tests.
1415.93 s
[conduit] mapAccumMS [✔]
1415.93 s
[conduit] +++ OK, passed 100 tests.
1415.95 s
[conduit] mapFoldable [✔]
1415.95 s
[conduit] +++ OK, passed 100 tests.
1415.96 s
[conduit] mapFoldableS [✔]
1415.96 s
[conduit] +++ OK, passed 100 tests.
1415.97 s
[conduit] mapFoldableM [✔]
1415.97 s
[conduit] +++ OK, passed 100 tests.
1415.99 s
[conduit] mapFoldableMS [✔]
1415.99 s
[conduit] +++ OK, passed 100 tests.
1415.99 s
[conduit] consume [✔]
1415.99 s
[conduit] +++ OK, passed 100 tests.
1415.99 s
[conduit] consumeS [✔]
1415.99 s
[conduit] +++ OK, passed 100 tests.
1415.99 s
[conduit] groupBy [✔]
1415.99 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit] groupByS [✔]
1416.00 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit] groupOn1 [✔]
1416.00 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit] groupOn1S [✔]
1416.00 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit] isolate [✔]
1416.00 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit] isolateS [✔]
1416.00 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit] filter [✔]
1416.00 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit] filterS [✔]
1416.00 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit] sourceNull [✔]
1416.00 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit] sourceNullS [✔]
1416.00 s
[conduit] +++ OK, passed 100 tests.
1416.00 s
[conduit]
1416.00 s
[conduit] Finished in 0.8658 seconds
1416.00 s
[conduit] 346 examples, 0 failures
1416.01 s
[conduit] Test suite conduit-test: PASS
1416.01 s
[conduit] Test suite logged to: dist/test/conduit-1.3.6.1-conduit-test.log
1416.01 s
[conduit] 1 of 1 test suites (1 of 1 test cases) passed.
1416.01 s
[conduit] Phase: haddockPhase
1416.16 s
[conduit] Preprocessing library for conduit-1.3.6.1...
1416.16 s
[conduit] Running Haddock on library for conduit-1.3.6.1...
1416.16 s
[conduit] Warning: The documentation for the following packages are not installed. No
1416.16 s
[conduit] links will be generated to these packages: vector-0.13.2.0
1416.52 s
[conduit] [ 1 of 14] Compiling Data.Conduit.Internal.Pipe ( src/Data/Conduit/Internal/Pipe.hs, nothing )
1416.87 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:48:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1416.87 s
[conduit] The import of ‘Control.Applicative’ is redundant
1416.87 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
1416.87 s
[conduit] To import instances alone, use: import Control.Applicative()
1416.87 s
[conduit] |
1416.87 s
[conduit] 48 | import Control.Applicative (Applicative (..))
1416.87 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1416.87 s
[conduit]
1416.88 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:56:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
1416.88 s
[conduit] The import of ‘MonadUnliftIO’
1416.88 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
1416.88 s
[conduit] |
1416.88 s
[conduit] 56 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
1416.88 s
[conduit] | ^^^^^^^^^^^^^
1416.88 s
[conduit]
1416.88 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:59:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1416.88 s
[conduit] The import of ‘Data.Monoid’ is redundant
1416.88 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
1416.88 s
[conduit] To import instances alone, use: import Data.Monoid()
1416.88 s
[conduit] |
1416.88 s
[conduit] 59 | import Data.Monoid (Monoid (mappend, mempty))
1416.88 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1416.88 s
[conduit]
1416.88 s
[conduit] src/Data/Conduit/Internal/Pipe.hs:60:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1416.88 s
[conduit] The import of ‘Data.Semigroup’ is redundant
1416.88 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
1416.88 s
[conduit] To import instances alone, use: import Data.Semigroup()
1416.88 s
[conduit] |
1416.88 s
[conduit] 60 | import Data.Semigroup (Semigroup ((<>)))
1416.88 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1416.88 s
[conduit]
1416.88 s
[conduit] [ 2 of 14] Compiling Data.Conduit.Internal.Conduit ( src/Data/Conduit/Internal/Conduit.hs, nothing )
1417.21 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:93:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1417.21 s
[conduit] The import of ‘Control.Applicative’ is redundant
1417.21 s
[conduit] except perhaps to import instances from ‘Control.Applicative’
1417.21 s
[conduit] To import instances alone, use: import Control.Applicative()
1417.21 s
[conduit] |
1417.21 s
[conduit] 93 | import Control.Applicative (Applicative (..))
1417.21 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1417.21 s
[conduit]
1417.21 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:104:51: warning : [ GHC-38856 ] [ -Wunused-imports ]
1417.21 s
[conduit] The import of ‘MonadUnliftIO’
1417.21 s
[conduit] from module ‘Control.Monad.IO.Unlift’ is redundant
1417.21 s
[conduit] |
1417.21 s
[conduit] 104 | import Control.Monad.IO.Unlift (MonadIO (liftIO), MonadUnliftIO , withRunInIO)
1417.21 s
[conduit] | ^^^^^^^^^^^^^
1417.21 s
[conduit]
1417.21 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:108:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1417.21 s
[conduit] The import of ‘Data.Monoid’ is redundant
1417.21 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
1417.21 s
[conduit] To import instances alone, use: import Data.Monoid()
1417.21 s
[conduit] |
1417.21 s
[conduit] 108 | import Data.Monoid (Monoid (mappend, mempty))
1417.21 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1417.21 s
[conduit]
1417.21 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:109:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1417.21 s
[conduit] The import of ‘Data.Semigroup’ is redundant
1417.21 s
[conduit] except perhaps to import instances from ‘Data.Semigroup’
1417.21 s
[conduit] To import instances alone, use: import Data.Semigroup()
1417.21 s
[conduit] |
1417.22 s
[conduit] 109 | import Data.Semigroup (Semigroup ((<>)))
1417.22 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1417.22 s
[conduit]
1417.22 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:114:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1417.22 s
[conduit] The import of ‘Data.Traversable’ is redundant
1417.22 s
[conduit] except perhaps to import instances from ‘Data.Traversable’
1417.22 s
[conduit] To import instances alone, use: import Data.Traversable()
1417.22 s
[conduit] |
1417.22 s
[conduit] 114 | import Data.Traversable (Traversable (..))
1417.22 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1417.22 s
[conduit]
1417.22 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:739:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1417.22 s
[conduit] This binding for ‘p’ shadows the existing binding
1417.22 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
1417.22 s
[conduit] |
1417.22 s
[conduit] 739 | go (HaveOutput p o) = pure $ Just (o, SealedConduitT p)
1417.22 s
[conduit] | ^
1417.22 s
[conduit]
1417.22 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:743:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1417.22 s
[conduit] This binding for ‘p’ shadows the existing binding
1417.22 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:736:25
1417.22 s
[conduit] |
1417.22 s
[conduit] 743 | go (Leftover p ()) = go p
1417.22 s
[conduit] | ^
1417.22 s
[conduit]
1417.22 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:756:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1417.22 s
[conduit] This binding for ‘p’ shadows the existing binding
1417.22 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
1417.22 s
[conduit] |
1417.22 s
[conduit] 756 | go (HaveOutput p o) = pure $ Right (o, SealedConduitT p)
1417.22 s
[conduit] | ^
1417.22 s
[conduit]
1417.22 s
[conduit] src/Data/Conduit/Internal/Conduit.hs:760:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1417.22 s
[conduit] This binding for ‘p’ shadows the existing binding
1417.22 s
[conduit] bound at src/Data/Conduit/Internal/Conduit.hs:753:31
1417.22 s
[conduit] |
1417.22 s
[conduit] 760 | go (Leftover p ()) = go p
1417.22 s
[conduit] | ^
1417.22 s
[conduit]
1417.23 s
[conduit] [ 3 of 14] Compiling Data.Conduit.Internal.Fusion ( src/Data/Conduit/Internal/Fusion.hs, nothing )
1417.27 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:78:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.38 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1417.38 s
[conduit] Deprecated: "Use .|"
1417.38 s
[conduit] |
1417.38 s
[conduit] 78 | unstream left =$= unstream right = unstream (fuseStream left right)
1417.38 s
[conduit] | ^^^
1417.38 s
[conduit]
1417.38 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:129:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.38 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
1417.38 s
[conduit] Deprecated: "Use runConduit and .|"
1417.38 s
[conduit] |
1417.38 s
[conduit] 129 | unstream left $$ unstream right = connectStream left right
1417.38 s
[conduit] | ^^
1417.38 s
[conduit]
1417.38 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:154:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.38 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
1417.38 s
[conduit] Deprecated: "Use runConduit and .|"
1417.38 s
[conduit] |
1417.38 s
[conduit] 154 | unstream left $$ right = connectStream1 left right
1417.38 s
[conduit] | ^^
1417.38 s
[conduit]
1417.38 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:161:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.38 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1417.38 s
[conduit] Deprecated: "Use .|"
1417.38 s
[conduit] |
1417.38 s
[conduit] 161 | runConduit (unstream left =$= right) = connectStream1 left right
1417.38 s
[conduit] | ^^^
1417.38 s
[conduit]
1417.38 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:171:39: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.38 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1417.38 s
[conduit] Deprecated: "Use .|"
1417.38 s
[conduit] |
1417.38 s
[conduit] 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
1417.38 s
[conduit] | ^^^
1417.38 s
[conduit]
1417.38 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:181:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.38 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1417.38 s
[conduit] Deprecated: "Use .|"
1417.38 s
[conduit] |
1417.38 s
[conduit] 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
1417.38 s
[conduit] | ^^^
1417.38 s
[conduit]
1417.38 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:214:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.38 s
[conduit] In the use of ‘$$’ (imported from Data.Conduit.Internal.Conduit):
1417.38 s
[conduit] Deprecated: "Use runConduit and .|"
1417.38 s
[conduit] |
1417.38 s
[conduit] 214 | left $$ unstream right = connectStream2 left right
1417.38 s
[conduit] | ^^
1417.38 s
[conduit]
1417.38 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:224:26: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.38 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1417.38 s
[conduit] Deprecated: "Use .|"
1417.38 s
[conduit] |
1417.38 s
[conduit] 224 | runConduit (left =$= unstream right) = connectStream2 left right
1417.38 s
[conduit] | ^^^
1417.38 s
[conduit]
1417.38 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:234:30: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.38 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1417.38 s
[conduit] Deprecated: "Use .|"
1417.38 s
[conduit] |
1417.38 s
[conduit] 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
1417.38 s
[conduit] | ^^^
1417.38 s
[conduit]
1417.38 s
[conduit] src/Data/Conduit/Internal/Fusion.hs:244:29: warning : [ GHC-68441 ] [ -Wdeprecations ]
1417.39 s
[conduit] In the use of ‘=$=’ (imported from Data.Conduit.Internal.Conduit):
1417.39 s
[conduit] Deprecated: "Use .|"
1417.39 s
[conduit] |
1417.39 s
[conduit] 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
1417.39 s
[conduit] | ^^^
1417.39 s
[conduit]
1417.39 s
[conduit] [ 4 of 14] Compiling Data.Conduit.Internal.List.Stream ( src/Data/Conduit/Internal/List/Stream.hs, nothing )
1417.40 s
[conduit] [ 5 of 14] Compiling Data.Conduit.Combinators.Stream ( src/Data/Conduit/Combinators/Stream.hs, nothing )
1417.59 s
[conduit] src/Data/Conduit/Combinators/Stream.hs:362:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1417.59 s
[conduit] The use of ‘~’ without TypeOperators
1417.59 s
[conduit] will become an error in a future GHC release.
1417.59 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1417.59 s
[conduit] |
1417.59 s
[conduit] 362 | slidingWindowS :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> StreamConduit a m seq
1417.59 s
[conduit] | ^
1417.59 s
[conduit]
1417.60 s
[conduit] [ 6 of 14] Compiling Data.Conduit ( src/Data/Conduit.hs, nothing )
1417.60 s
[conduit] src/Data/Conduit.hs:105:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1417.60 s
[conduit] The import of ‘Data.Functor.Identity’ is redundant
1417.60 s
[conduit] except perhaps to import instances from ‘Data.Functor.Identity’
1417.60 s
[conduit] To import instances alone, use: import Data.Functor.Identity()
1417.60 s
[conduit] |
1417.60 s
[conduit] 105 | import Data.Functor.Identity (Identity, runIdentity)
1417.60 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1417.60 s
[conduit]
1417.60 s
[conduit] src/Data/Conduit.hs:106:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1417.60 s
[conduit] The import of ‘Control.Monad.Trans.Resource’ is redundant
1417.60 s
[conduit] except perhaps to import instances from ‘Control.Monad.Trans.Resource’
1417.60 s
[conduit] To import instances alone, use: import Control.Monad.Trans.Resource()
1417.60 s
[conduit] |
1417.60 s
[conduit] 106 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
1417.60 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1417.60 s
[conduit]
1417.60 s
[conduit] src/Data/Conduit.hs:107:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1417.60 s
[conduit] The import of ‘Control.Monad.IO.Unlift’ is redundant
1417.60 s
[conduit] except perhaps to import instances from ‘Control.Monad.IO.Unlift’
1417.60 s
[conduit] To import instances alone, use: import Control.Monad.IO.Unlift()
1417.60 s
[conduit] |
1417.60 s
[conduit] 107 | import Control.Monad.IO.Unlift (MonadUnliftIO)
1417.60 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1417.60 s
[conduit]
1417.60 s
[conduit] [ 7 of 14] Compiling Data.Conduit.Internal ( src/Data/Conduit/Internal.hs, nothing )
1417.61 s
[conduit] [ 8 of 14] Compiling Data.Conduit.Lift ( src/Data/Conduit/Lift.hs, nothing )
1417.70 s
[conduit] src/Data/Conduit/Lift.hs:67:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1417.70 s
[conduit] The import of ‘Data.Monoid’ is redundant
1417.70 s
[conduit] except perhaps to import instances from ‘Data.Monoid’
1417.70 s
[conduit] To import instances alone, use: import Data.Monoid()
1417.70 s
[conduit] |
1417.70 s
[conduit] 67 | import Data.Monoid (Monoid(..))
1417.70 s
[conduit] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1417.70 s
[conduit]
1417.71 s
[conduit] [ 9 of 14] Compiling Data.Conduit.List ( src/Data/Conduit/List.hs, nothing )
1417.93 s
[conduit] [10 of 14] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, nothing )
1417.94 s
[conduit] [11 of 14] Compiling Data.Streaming.Filesystem ( src/Data/Streaming/Filesystem.hs, nothing )
1417.96 s
[conduit] [12 of 14] Compiling Data.Conduit.Combinators ( src/Data/Conduit/Combinators.hs, nothing )
1418.45 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.45 s
[conduit] The use of ‘~’ without TypeOperators
1418.45 s
[conduit] will become an error in a future GHC release.
1418.45 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.45 s
[conduit] |
1418.45 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
1418.45 s
[conduit] | ^
1418.45 s
[conduit]
1418.45 s
[conduit] src/Data/Conduit/Combinators.hs:901:43: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.45 s
[conduit] • The ‘~’ operator is out of scope.
1418.45 s
[conduit] Assuming it to stand for an equality constraint.
1418.45 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.45 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.45 s
[conduit] • This will become an error in a future GHC release.
1418.45 s
[conduit] |
1418.45 s
[conduit] 901 | foldl1E :: (Monad m, MonoFoldable mono, a ~ Element mono)
1418.45 s
[conduit] | ^
1418.45 s
[conduit]
1418.45 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.45 s
[conduit] The use of ‘~’ without TypeOperators
1418.45 s
[conduit] will become an error in a future GHC release.
1418.45 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.45 s
[conduit] |
1418.45 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
1418.45 s
[conduit] | ^
1418.45 s
[conduit]
1418.45 s
[conduit] src/Data/Conduit/Combinators.hs:907:40: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.45 s
[conduit] • The ‘~’ operator is out of scope.
1418.45 s
[conduit] Assuming it to stand for an equality constraint.
1418.45 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.45 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.45 s
[conduit] • This will become an error in a future GHC release.
1418.45 s
[conduit] |
1418.45 s
[conduit] 907 | foldMaybeNull :: (MonoFoldable mono, e ~ Element mono)
1418.45 s
[conduit] | ^
1418.45 s
[conduit]
1418.45 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.45 s
[conduit] The use of ‘~’ without TypeOperators
1418.45 s
[conduit] will become an error in a future GHC release.
1418.45 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.45 s
[conduit] |
1418.45 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1418.45 s
[conduit] | ^
1418.45 s
[conduit]
1418.45 s
[conduit] src/Data/Conduit/Combinators.hs:992:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.45 s
[conduit] • The ‘~’ operator is out of scope.
1418.45 s
[conduit] Assuming it to stand for an equality constraint.
1418.45 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.45 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.45 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.45 s
[conduit] • This will become an error in a future GHC release.
1418.45 s
[conduit] |
1418.46 s
[conduit] 992 | andE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1418.46 s
[conduit] | ^
1418.46 s
[conduit]
1418.46 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.46 s
[conduit] The use of ‘~’ without TypeOperators
1418.46 s
[conduit] will become an error in a future GHC release.
1418.46 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.46 s
[conduit] |
1418.46 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1418.46 s
[conduit] | ^
1418.46 s
[conduit]
1418.46 s
[conduit] src/Data/Conduit/Combinators.hs:1013:50: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.46 s
[conduit] • The ‘~’ operator is out of scope.
1418.46 s
[conduit] Assuming it to stand for an equality constraint.
1418.46 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.46 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.46 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.46 s
[conduit] • This will become an error in a future GHC release.
1418.46 s
[conduit] |
1418.46 s
[conduit] 1013 | orE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1418.46 s
[conduit] | ^
1418.46 s
[conduit]
1418.46 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.46 s
[conduit] The use of ‘~’ without TypeOperators
1418.46 s
[conduit] will become an error in a future GHC release.
1418.46 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.46 s
[conduit] |
1418.46 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1418.46 s
[conduit] | ^
1418.46 s
[conduit]
1418.46 s
[conduit] src/Data/Conduit/Combinators.hs:1801:76: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.46 s
[conduit] • The ‘~’ operator is out of scope.
1418.46 s
[conduit] Assuming it to stand for an equality constraint.
1418.46 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.46 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.46 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.46 s
[conduit] • This will become an error in a future GHC release.
1418.46 s
[conduit] |
1418.46 s
[conduit] 1801 | slidingWindow, slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1418.46 s
[conduit] | ^
1418.46 s
[conduit]
1418.46 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.46 s
[conduit] The use of ‘~’ without TypeOperators
1418.46 s
[conduit] will become an error in a future GHC release.
1418.46 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.46 s
[conduit] |
1418.46 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1418.46 s
[conduit] | ^
1418.46 s
[conduit]
1418.47 s
[conduit] src/Data/Conduit/Combinators.hs:2036:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.47 s
[conduit] • The ‘~’ operator is out of scope.
1418.47 s
[conduit] Assuming it to stand for an equality constraint.
1418.47 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.47 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.47 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.47 s
[conduit] • This will become an error in a future GHC release.
1418.47 s
[conduit] |
1418.47 s
[conduit] 2036 | line :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1418.47 s
[conduit] | ^
1418.47 s
[conduit]
1418.47 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.47 s
[conduit] The use of ‘~’ without TypeOperators
1418.47 s
[conduit] will become an error in a future GHC release.
1418.47 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.47 s
[conduit] |
1418.47 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1418.47 s
[conduit] | ^
1418.47 s
[conduit]
1418.47 s
[conduit] src/Data/Conduit/Combinators.hs:2045:56: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.47 s
[conduit] • The ‘~’ operator is out of scope.
1418.47 s
[conduit] Assuming it to stand for an equality constraint.
1418.47 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.47 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.47 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.47 s
[conduit] • This will become an error in a future GHC release.
1418.47 s
[conduit] |
1418.47 s
[conduit] 2045 | lineAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1418.47 s
[conduit] | ^
1418.47 s
[conduit]
1418.47 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.47 s
[conduit] The use of ‘~’ without TypeOperators
1418.47 s
[conduit] will become an error in a future GHC release.
1418.47 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.47 s
[conduit] |
1418.47 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1418.47 s
[conduit] | ^
1418.47 s
[conduit]
1418.47 s
[conduit] src/Data/Conduit/Combinators.hs:2082:54: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.47 s
[conduit] • The ‘~’ operator is out of scope.
1418.47 s
[conduit] Assuming it to stand for an equality constraint.
1418.47 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.47 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.47 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.47 s
[conduit] • This will become an error in a future GHC release.
1418.47 s
[conduit] |
1418.47 s
[conduit] 2082 | unlines :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1418.47 s
[conduit] | ^
1418.47 s
[conduit]
1418.48 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.48 s
[conduit] The use of ‘~’ without TypeOperators
1418.48 s
[conduit] will become an error in a future GHC release.
1418.48 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.48 s
[conduit] |
1418.48 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1418.48 s
[conduit] | ^
1418.48 s
[conduit]
1418.48 s
[conduit] src/Data/Conduit/Combinators.hs:2090:59: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.48 s
[conduit] • The ‘~’ operator is out of scope.
1418.48 s
[conduit] Assuming it to stand for an equality constraint.
1418.48 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.48 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.48 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.48 s
[conduit] • This will become an error in a future GHC release.
1418.48 s
[conduit] |
1418.48 s
[conduit] 2090 | unlinesAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1418.48 s
[conduit] | ^
1418.48 s
[conduit]
1418.48 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.48 s
[conduit] The use of ‘~’ without TypeOperators
1418.48 s
[conduit] will become an error in a future GHC release.
1418.48 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.48 s
[conduit] |
1418.48 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1418.48 s
[conduit] | ^
1418.48 s
[conduit]
1418.48 s
[conduit] src/Data/Conduit/Combinators.hs:2126:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.48 s
[conduit] • The ‘~’ operator is out of scope.
1418.48 s
[conduit] Assuming it to stand for an equality constraint.
1418.48 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.48 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.48 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.48 s
[conduit] • This will become an error in a future GHC release.
1418.48 s
[conduit] |
1418.48 s
[conduit] 2126 | linesUnbounded :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1418.48 s
[conduit] | ^
1418.48 s
[conduit]
1418.48 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.48 s
[conduit] The use of ‘~’ without TypeOperators
1418.48 s
[conduit] will become an error in a future GHC release.
1418.48 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.48 s
[conduit] |
1418.48 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1418.48 s
[conduit] | ^
1418.48 s
[conduit]
1418.49 s
[conduit] src/Data/Conduit/Combinators.hs:2135:66: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.49 s
[conduit] • The ‘~’ operator is out of scope.
1418.49 s
[conduit] Assuming it to stand for an equality constraint.
1418.49 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.49 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.49 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.49 s
[conduit] • This will become an error in a future GHC release.
1418.49 s
[conduit] |
1418.49 s
[conduit] 2135 | linesUnboundedAscii :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1418.49 s
[conduit] | ^
1418.49 s
[conduit]
1418.49 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.49 s
[conduit] The use of ‘~’ without TypeOperators
1418.49 s
[conduit] will become an error in a future GHC release.
1418.49 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.49 s
[conduit] |
1418.49 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
1418.49 s
[conduit] | ^
1418.49 s
[conduit]
1418.49 s
[conduit] src/Data/Conduit/Combinators.hs:2437:71: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.49 s
[conduit] • The ‘~’ operator is out of scope.
1418.49 s
[conduit] Assuming it to stand for an equality constraint.
1418.49 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.49 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.49 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.49 s
[conduit] • This will become an error in a future GHC release.
1418.49 s
[conduit] |
1418.49 s
[conduit] 2437 | vectorBuilder :: (PrimMonad m, PrimMonad n, V.Vector v e, PrimState m ~ PrimState n)
1418.49 s
[conduit] | ^
1418.49 s
[conduit]
1418.50 s
[conduit] [13 of 14] Compiling Data.Conduit.Combinators.Unqualified ( src/Data/Conduit/Combinators/Unqualified.hs, nothing )
1418.57 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.57 s
[conduit] The use of ‘~’ without TypeOperators
1418.57 s
[conduit] will become an error in a future GHC release.
1418.57 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.57 s
[conduit] |
1418.57 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1418.57 s
[conduit] | ^
1418.57 s
[conduit]
1418.57 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:461:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.57 s
[conduit] • The ‘~’ operator is out of scope.
1418.57 s
[conduit] Assuming it to stand for an equality constraint.
1418.57 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.57 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.57 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.57 s
[conduit] • This will become an error in a future GHC release.
1418.57 s
[conduit] |
1418.57 s
[conduit] 461 | andCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1418.57 s
[conduit] | ^
1418.57 s
[conduit]
1418.58 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.58 s
[conduit] The use of ‘~’ without TypeOperators
1418.58 s
[conduit] will become an error in a future GHC release.
1418.58 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.58 s
[conduit] |
1418.58 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1418.58 s
[conduit] | ^
1418.58 s
[conduit]
1418.58 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:480:51: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.58 s
[conduit] • The ‘~’ operator is out of scope.
1418.58 s
[conduit] Assuming it to stand for an equality constraint.
1418.58 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.58 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.58 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.58 s
[conduit] • This will become an error in a future GHC release.
1418.58 s
[conduit] |
1418.58 s
[conduit] 480 | orCE :: (Monad m, MonoFoldable mono, Element mono ~ Bool)
1418.58 s
[conduit] | ^
1418.58 s
[conduit]
1418.58 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.58 s
[conduit] The use of ‘~’ without TypeOperators
1418.58 s
[conduit] will become an error in a future GHC release.
1418.58 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.58 s
[conduit] |
1418.58 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1418.58 s
[conduit] | ^
1418.58 s
[conduit]
1418.58 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:993:61: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.58 s
[conduit] • The ‘~’ operator is out of scope.
1418.58 s
[conduit] Assuming it to stand for an equality constraint.
1418.58 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.58 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.58 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.58 s
[conduit] • This will become an error in a future GHC release.
1418.58 s
[conduit] |
1418.58 s
[conduit] 993 | slidingWindowC :: (Monad m, Seq.IsSequence seq, Element seq ~ a) => Int -> ConduitT a seq m ()
1418.58 s
[conduit] | ^
1418.58 s
[conduit]
1418.59 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.59 s
[conduit] The use of ‘~’ without TypeOperators
1418.59 s
[conduit] will become an error in a future GHC release.
1418.59 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.59 s
[conduit] |
1418.59 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1418.59 s
[conduit] | ^
1418.59 s
[conduit]
1418.59 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1135:52: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.59 s
[conduit] • The ‘~’ operator is out of scope.
1418.59 s
[conduit] Assuming it to stand for an equality constraint.
1418.59 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.59 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.59 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.59 s
[conduit] • This will become an error in a future GHC release.
1418.59 s
[conduit] |
1418.59 s
[conduit] 1135 | lineC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1418.59 s
[conduit] | ^
1418.59 s
[conduit]
1418.59 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.59 s
[conduit] The use of ‘~’ without TypeOperators
1418.59 s
[conduit] will become an error in a future GHC release.
1418.59 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.59 s
[conduit] |
1418.59 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1418.59 s
[conduit] | ^
1418.59 s
[conduit]
1418.59 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1144:57: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.59 s
[conduit] • The ‘~’ operator is out of scope.
1418.59 s
[conduit] Assuming it to stand for an equality constraint.
1418.59 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.59 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.59 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.59 s
[conduit] • This will become an error in a future GHC release.
1418.59 s
[conduit] |
1418.59 s
[conduit] 1144 | lineAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1418.59 s
[conduit] | ^
1418.59 s
[conduit]
1418.59 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.59 s
[conduit] The use of ‘~’ without TypeOperators
1418.59 s
[conduit] will become an error in a future GHC release.
1418.59 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.59 s
[conduit] |
1418.59 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1418.59 s
[conduit] | ^
1418.59 s
[conduit]
1418.60 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1153:55: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.60 s
[conduit] • The ‘~’ operator is out of scope.
1418.60 s
[conduit] Assuming it to stand for an equality constraint.
1418.60 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.60 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.60 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.60 s
[conduit] • This will become an error in a future GHC release.
1418.60 s
[conduit] |
1418.60 s
[conduit] 1153 | unlinesC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char) => ConduitT seq seq m ()
1418.60 s
[conduit] | ^
1418.60 s
[conduit]
1418.60 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.60 s
[conduit] The use of ‘~’ without TypeOperators
1418.60 s
[conduit] will become an error in a future GHC release.
1418.60 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.60 s
[conduit] |
1418.60 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1418.60 s
[conduit] | ^
1418.60 s
[conduit]
1418.60 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1160:60: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.60 s
[conduit] • The ‘~’ operator is out of scope.
1418.60 s
[conduit] Assuming it to stand for an equality constraint.
1418.60 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.60 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.60 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.60 s
[conduit] • This will become an error in a future GHC release.
1418.60 s
[conduit] |
1418.60 s
[conduit] 1160 | unlinesAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8) => ConduitT seq seq m ()
1418.60 s
[conduit] | ^
1418.60 s
[conduit]
1418.60 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.60 s
[conduit] The use of ‘~’ without TypeOperators
1418.60 s
[conduit] will become an error in a future GHC release.
1418.60 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.60 s
[conduit] |
1418.60 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1418.60 s
[conduit] | ^
1418.60 s
[conduit]
1418.60 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1170:62: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.60 s
[conduit] • The ‘~’ operator is out of scope.
1418.60 s
[conduit] Assuming it to stand for an equality constraint.
1418.60 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.61 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.61 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.61 s
[conduit] • This will become an error in a future GHC release.
1418.61 s
[conduit] |
1418.61 s
[conduit] 1170 | linesUnboundedC :: (Monad m, Seq.IsSequence seq, Element seq ~ Char)
1418.61 s
[conduit] | ^
1418.61 s
[conduit]
1418.61 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.61 s
[conduit] The use of ‘~’ without TypeOperators
1418.61 s
[conduit] will become an error in a future GHC release.
1418.61 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.61 s
[conduit] |
1418.61 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1418.61 s
[conduit] | ^
1418.61 s
[conduit]
1418.61 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1178:67: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.61 s
[conduit] • The ‘~’ operator is out of scope.
1418.61 s
[conduit] Assuming it to stand for an equality constraint.
1418.61 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.61 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.61 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.61 s
[conduit] • This will become an error in a future GHC release.
1418.61 s
[conduit] |
1418.61 s
[conduit] 1178 | linesUnboundedAsciiC :: (Monad m, Seq.IsSequence seq, Element seq ~ Word8)
1418.61 s
[conduit] | ^
1418.61 s
[conduit]
1418.61 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1418.61 s
[conduit] The use of ‘~’ without TypeOperators
1418.61 s
[conduit] will become an error in a future GHC release.
1418.61 s
[conduit] Suggested fix: Perhaps you intended to use TypeOperators
1418.61 s
[conduit] |
1418.61 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
1418.61 s
[conduit] | ^
1418.61 s
[conduit]
1418.61 s
[conduit] src/Data/Conduit/Combinators/Unqualified.hs:1201:72: warning : [ GHC-12003 ] [ -Wtype-equality-out-of-scope ]
1418.61 s
[conduit] • The ‘~’ operator is out of scope.
1418.61 s
[conduit] Assuming it to stand for an equality constraint.
1418.61 s
[conduit] • NB: ‘~’ used to be built-in syntax but now is a regular type operator
1418.61 s
[conduit] exported from Data.Type.Equality and Prelude.
1418.61 s
[conduit] If you are using a custom Prelude, consider re-exporting it.
1418.61 s
[conduit] • This will become an error in a future GHC release.
1418.61 s
[conduit] |
1418.61 s
[conduit] 1201 | vectorBuilderC :: (PrimMonad m, V.Vector v e, PrimMonad n, PrimState m ~ PrimState n)
1418.61 s
[conduit] | ^
1418.61 s
[conduit]
1418.62 s
[conduit] [14 of 14] Compiling Conduit ( src/Conduit.hs, nothing )
1418.62 s
[conduit] Haddock coverage:
1418.63 s
[conduit] Warning: 'hoist' is out of scope.
1418.63 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.63 s
[conduit] Warning: 'Source' is out of scope.
1418.63 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.63 s
[conduit] Warning: 'Conduit' is out of scope.
1418.63 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.63 s
[conduit] Warning: 'catchC' is out of scope.
1418.63 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.63 s
[conduit] Warning: 'tryC' is out of scope.
1418.63 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.63 s
[conduit] Warning: 'ZipConduit' is ambiguous. It is defined
1418.63 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:30
1418.63 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1229:1
1418.63 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
1418.63 s
[conduit] by specifying the type/value namespace explicitly.
1418.63 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1229:1
1418.63 s
[conduit] Warning: 'ConduitT' is ambiguous. It is defined
1418.63 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:28
1418.63 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:123:1
1418.63 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
1418.63 s
[conduit] by specifying the type/value namespace explicitly.
1418.63 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:123:1
1418.64 s
[conduit] Warning: 'SealedConduitT' is ambiguous. It is defined
1418.64 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:34
1418.64 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:138:1
1418.64 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
1418.64 s
[conduit] by specifying the type/value namespace explicitly.
1418.64 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:138:1
1418.64 s
[conduit] 18% ( 3 / 16) in 'Data.Conduit.Internal.Fusion'
1418.64 s
[conduit] Missing documentation for:
1418.64 s
[conduit] Module header
1418.64 s
[conduit] Stream (src/Data/Conduit/Internal/Fusion.hs:39)
1418.64 s
[conduit] ConduitWithStream (src/Data/Conduit/Internal/Fusion.hs:43)
1418.64 s
[conduit] StreamConduitT (src/Data/Conduit/Internal/Fusion.hs:47)
1418.64 s
[conduit] StreamConduit (src/Data/Conduit/Internal/Fusion.hs:49)
1418.64 s
[conduit] StreamSource (src/Data/Conduit/Internal/Fusion.hs:51)
1418.64 s
[conduit] StreamProducer (src/Data/Conduit/Internal/Fusion.hs:53)
1418.64 s
[conduit] StreamSink (src/Data/Conduit/Internal/Fusion.hs:55)
1418.64 s
[conduit] StreamConsumer (src/Data/Conduit/Internal/Fusion.hs:57)
1418.64 s
[conduit] streamConduit (src/Data/Conduit/Internal/Fusion.hs:250)
1418.64 s
[conduit] streamSource (src/Data/Conduit/Internal/Fusion.hs:257)
1418.64 s
[conduit] streamSourcePure (src/Data/Conduit/Internal/Fusion.hs:275)
1418.64 s
[conduit] unstream (src/Data/Conduit/Internal/Fusion.hs:60)
1418.64 s
[conduit] 0% ( 0 / 41) in 'Data.Conduit.Internal.List.Stream'
1418.64 s
[conduit] Missing documentation for:
1418.64 s
[conduit] Module header
1418.64 s
[conduit] unfoldS (src/Data/Conduit/Internal/List/Stream.hs:17)
1418.64 s
[conduit] unfoldEitherS (src/Data/Conduit/Internal/List/Stream.hs:30)
1418.64 s
[conduit] unfoldMS (src/Data/Conduit/Internal/List/Stream.hs:43)
1418.64 s
[conduit] unfoldEitherMS (src/Data/Conduit/Internal/List/Stream.hs:57)
1418.65 s
[conduit] sourceListS (src/Data/Conduit/Internal/List/Stream.hs:67)
1418.65 s
[conduit] enumFromToS (src/Data/Conduit/Internal/List/Stream.hs:78)
1418.65 s
[conduit] enumFromToS_int (src/Data/Conduit/Internal/List/Stream.hs:90)
1418.65 s
[conduit] iterateS (src/Data/Conduit/Internal/List/Stream.hs:101)
1418.65 s
[conduit] replicateS (src/Data/Conduit/Internal/List/Stream.hs:110)
1418.65 s
[conduit] replicateMS (src/Data/Conduit/Internal/List/Stream.hs:119)
1418.65 s
[conduit] foldS (src/Data/Conduit/Internal/List/Stream.hs:128)
1418.65 s
[conduit] foldMS (src/Data/Conduit/Internal/List/Stream.hs:140)
1418.65 s
[conduit] mapM_S (src/Data/Conduit/Internal/List/Stream.hs:156)
1418.65 s
[conduit] dropS (src/Data/Conduit/Internal/List/Stream.hs:170)
1418.65 s
[conduit] takeS (src/Data/Conduit/Internal/List/Stream.hs:185)
1418.65 s
[conduit] headS (src/Data/Conduit/Internal/List/Stream.hs:198)
1418.65 s
[conduit] mapS (src/Data/Conduit/Internal/List/Stream.hs:210)
1418.65 s
[conduit] mapMS (src/Data/Conduit/Internal/List/Stream.hs:222)
1418.65 s
[conduit] iterMS (src/Data/Conduit/Internal/List/Stream.hs:234)
1418.65 s
[conduit] mapMaybeS (src/Data/Conduit/Internal/List/Stream.hs:246)
1418.65 s
[conduit] mapMaybeMS (src/Data/Conduit/Internal/List/Stream.hs:261)
1418.65 s
[conduit] catMaybesS (src/Data/Conduit/Internal/List/Stream.hs:277)
1418.65 s
[conduit] concatS (src/Data/Conduit/Internal/List/Stream.hs:290)
1418.65 s
[conduit] concatMapS (src/Data/Conduit/Internal/List/Stream.hs:303)
1418.65 s
[conduit] concatMapMS (src/Data/Conduit/Internal/List/Stream.hs:316)
1418.65 s
[conduit] concatMapAccumS (src/Data/Conduit/Internal/List/Stream.hs:331)
1418.65 s
[conduit] mapAccumS (src/Data/Conduit/Internal/List/Stream.hs:346)
1418.65 s
[conduit] mapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:360)
1418.65 s
[conduit] concatMapAccumMS (src/Data/Conduit/Internal/List/Stream.hs:374)
1418.65 s
[conduit] mapFoldableS (src/Data/Conduit/Internal/List/Stream.hs:389)
1418.65 s
[conduit] mapFoldableMS (src/Data/Conduit/Internal/List/Stream.hs:402)
1418.65 s
[conduit] consumeS (src/Data/Conduit/Internal/List/Stream.hs:417)
1418.65 s
[conduit] groupByS (src/Data/Conduit/Internal/List/Stream.hs:429)
1418.65 s
[conduit] groupOn1S (src/Data/Conduit/Internal/List/Stream.hs:433)
1418.65 s
[conduit] GroupByState (src/Data/Conduit/Internal/List/Stream.hs:436)
1418.65 s
[conduit] groupBy1S (src/Data/Conduit/Internal/List/Stream.hs:442)
1418.65 s
[conduit] isolateS (src/Data/Conduit/Internal/List/Stream.hs:463)
1418.65 s
[conduit] filterS (src/Data/Conduit/Internal/List/Stream.hs:476)
1418.65 s
[conduit] sinkNullS (src/Data/Conduit/Internal/List/Stream.hs:489)
1418.65 s
[conduit] sourceNullS (src/Data/Conduit/Internal/List/Stream.hs:501)
1418.65 s
[conduit] 11% ( 3 / 27) in 'Data.Conduit.Combinators.Stream'
1418.65 s
[conduit] Missing documentation for:
1418.65 s
[conduit] yieldManyS (src/Data/Conduit/Combinators/Stream.hs:71)
1418.65 s
[conduit] repeatMS (src/Data/Conduit/Combinators/Stream.hs:81)
1418.65 s
[conduit] repeatWhileMS (src/Data/Conduit/Combinators/Stream.hs:91)
1418.65 s
[conduit] foldl1S (src/Data/Conduit/Combinators/Stream.hs:104)
1418.65 s
[conduit] allS (src/Data/Conduit/Combinators/Stream.hs:118)
1418.65 s
[conduit] anyS (src/Data/Conduit/Combinators/Stream.hs:124)
1418.65 s
[conduit] sinkLazyS (src/Data/Conduit/Combinators/Stream.hs:132)
1418.65 s
[conduit] sinkVectorS (src/Data/Conduit/Combinators/Stream.hs:137)
1418.65 s
[conduit] sinkVectorNS (src/Data/Conduit/Combinators/Stream.hs:163)
1418.65 s
[conduit] sinkLazyBuilderS (src/Data/Conduit/Combinators/Stream.hs:182)
1418.65 s
[conduit] lastS (src/Data/Conduit/Combinators/Stream.hs:187)
1418.65 s
[conduit] lastES (src/Data/Conduit/Combinators/Stream.hs:200)
1418.65 s
[conduit] findS (src/Data/Conduit/Combinators/Stream.hs:214)
1418.65 s
[conduit] concatMapS (src/Data/Conduit/Combinators/Stream.hs:231)
1418.65 s
[conduit] concatMapMS (src/Data/Conduit/Combinators/Stream.hs:246)
1418.65 s
[conduit] concatS (src/Data/Conduit/Combinators/Stream.hs:262)
1418.65 s
[conduit] scanlS (src/Data/Conduit/Combinators/Stream.hs:270)
1418.65 s
[conduit] scanlMS (src/Data/Conduit/Combinators/Stream.hs:285)
1418.65 s
[conduit] mapAccumWhileS (src/Data/Conduit/Combinators/Stream.hs:301)
1418.65 s
[conduit] mapAccumWhileMS (src/Data/Conduit/Combinators/Stream.hs:316)
1418.65 s
[conduit] intersperseS (src/Data/Conduit/Combinators/Stream.hs:337)
1418.65 s
[conduit] slidingWindowS (src/Data/Conduit/Combinators/Stream.hs:363)
1418.65 s
[conduit] filterMS (src/Data/Conduit/Combinators/Stream.hs:394)
1418.65 s
[conduit] splitOnUnboundedES (src/Data/Conduit/Combinators/Stream.hs:420)
1418.65 s
[conduit] 97% ( 78 / 80) in 'Data.Conduit'
1418.65 s
[conduit] Missing documentation for:
1418.65 s
[conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
1418.65 s
[conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
1418.65 s
[conduit] 91% ( 81 / 89) in 'Data.Conduit.Internal'
1418.65 s
[conduit] Missing documentation for:
1418.65 s
[conduit] Module header
1418.65 s
[conduit] enumFromTo (src/Data/Conduit/Internal/Pipe.hs:500)
1418.65 s
[conduit] yieldM (src/Data/Conduit/Internal/Pipe.hs:251)
1418.65 s
[conduit] sealConduitT (src/Data/Conduit/Internal/Conduit.hs:298)
1418.65 s
[conduit] unsealConduitT (src/Data/Conduit/Internal/Conduit.hs:301)
1418.65 s
[conduit] sourceToPipe (src/Data/Conduit/Internal/Conduit.hs:333)
1418.65 s
[conduit] sinkToPipe (src/Data/Conduit/Internal/Conduit.hs:343)
1418.65 s
[conduit] conduitToPipe (src/Data/Conduit/Internal/Conduit.hs:353)
1418.65 s
[conduit] 100% ( 42 / 42) in 'Data.Conduit.Lift'
1418.65 s
[conduit] Warning: 'succ' is out of scope.
1418.65 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.66 s
[conduit] Warning: 'Foldable' is out of scope.
1418.66 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.66 s
[conduit] 100% ( 60 / 60) in 'Data.Conduit.List'
1418.67 s
[conduit] Warning: 'ResourceT' is out of scope.
1418.67 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.68 s
[conduit] Warning: 'chunkSize' is out of scope.
1418.68 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.68 s
[conduit] Warning: 'Flush' is ambiguous. It is defined
1418.68 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:26
1418.68 s
[conduit] * at src/Data/Conduit/Internal/Conduit.hs:1093:1
1418.68 s
[conduit] You may be able to disambiguate the identifier by qualifying it or
1418.68 s
[conduit] by specifying the type/value namespace explicitly.
1418.68 s
[conduit] Defaulting to the one defined at src/Data/Conduit/Internal/Conduit.hs:1093:1
1418.69 s
[conduit] 100% (167 /167) in 'Data.Conduit.Combinators'
1418.69 s
[conduit] Warning: 'succ' is out of scope.
1418.69 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.69 s
[conduit] Warning: 'iterM' is out of scope.
1418.69 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.69 s
[conduit] Warning: 'takeExactly' is out of scope.
1418.69 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.69 s
[conduit] Warning: 'takeExactlyE' is out of scope.
1418.69 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.69 s
[conduit] Warning: 'take' is out of scope.
1418.69 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.69 s
[conduit] Warning: 'takeE' is out of scope.
1418.69 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.69 s
[conduit] Warning: 'concatMap' is out of scope.
1418.70 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.70 s
[conduit] Warning: 'chunkSize' is out of scope.
1418.70 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.70 s
[conduit] Warning: 'chunksOfExactlyE' is out of scope.
1418.70 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.70 s
[conduit] Warning: 'chunksOfE' is out of scope.
1418.70 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.70 s
[conduit] Warning: 'mapM_' is out of scope.
1418.70 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.70 s
[conduit] Warning: 'concatMapM' is out of scope.
1418.70 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.70 s
[conduit] Warning: 'line' is out of scope.
1418.70 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.70 s
[conduit] Warning: 'unlines' is out of scope.
1418.70 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.70 s
[conduit] Warning: 'linesUnbounded' is out of scope.
1418.70 s
[conduit] If you qualify the identifier, haddock can try to link it anyway.
1418.70 s
[conduit] 100% (171 /171) in 'Conduit'
1419.13 s
[conduit] Warning: Data.Conduit.Combinators.Stream: could not find link destinations for:
1419.13 s
[conduit] - Data.Vector.Generic.Base.Vector
1419.14 s
[conduit] Warning: Data.Conduit: could not find link destinations for:
1419.14 s
[conduit] - GHC.Internal.Generics.Rep_Void
1419.14 s
[conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
1419.15 s
[conduit] Warning: Data.Conduit.Internal: could not find link destinations for:
1419.15 s
[conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
1419.15 s
[conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
1419.16 s
[conduit] Warning: Data.Conduit.Combinators: could not find link destinations for:
1419.16 s
[conduit] - Data.Vector.Generic.Base.Vector
1419.16 s
[conduit] - Data.Conduit.Combinators.Buffer
1419.19 s
[conduit] Warning: Conduit: could not find link destinations for:
1419.19 s
[conduit] - GHC.Internal.Data.Functor.Identity.Rep_Identity
1419.19 s
[conduit] - GHC.Internal.Data.Functor.Identity.Rep1_Identity
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateIO
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateIdentityT
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateST
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateST0
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateAccumT
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateContT
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateExceptT
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateMaybeT
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateRWST0
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateRWST1
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateRWST
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateReaderT
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateSelectT
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateStateT0
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateStateT
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT0
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT1
1419.19 s
[conduit] - Control.Monad.Primitive.D:R:PrimStateWriterT
1419.19 s
[conduit] - Control.Monad.Trans.Resource.Internal.D:R:PrimStateResourceT
1419.19 s
[conduit] - Data.Conduit.Internal.Pipe.D:R:PrimStatePipe
1419.19 s
[conduit] - Data.Conduit.Internal.Conduit.D:R:PrimStateConduitT
1419.19 s
[conduit] - Data.Vector.Unboxed.Base.Unbox
1419.19 s
[conduit] - Data.Vector.Generic.Base.Vector
1419.19 s
[conduit] - Data.Vector.Generic.Base.basicLength
1419.19 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeIndexM
1419.19 s
[conduit] - Data.Vector.Generic.Base.elemseq
1419.19 s
[conduit] - Data.Vector.Generic.Base.Mutable
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.MVector
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicLength
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicInitialize
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
1419.19 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeSlice
1419.19 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeCopy
1419.19 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeFreeze
1419.19 s
[conduit] - Data.Vector.Generic.Base.basicUnsafeThaw
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicClear
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicOverlaps
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicSet
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
1419.19 s
[conduit] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
1419.19 s
[conduit] - Data.Vector.Unboxed.Base.MV_Identity
1419.19 s
[conduit] - Data.Vector.Unboxed.Base.V_Identity
1419.19 s
[conduit] - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
1419.19 s
[conduit] - Data.Vector.Unboxed.Base.D:R:VectorIdentity0
1419.19 s
[conduit] - Data.Conduit.Combinators.Buffer
1424.57 s
[conduit] Documentation created: dist/doc/html/conduit/,
1424.57 s
[conduit] dist/doc/html/conduit/conduit.txt
1424.63 s
[conduit] Preprocessing test suite 'conduit-test' for conduit-1.3.6.1...
1424.63 s
[conduit] Phase: installPhase
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
1425.19 s
[conduit] Phase: fixupPhase
1425.21 s
[conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
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
1425.23 s
[conduit] checking for references to /build/ in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1...
1425.25 s
[conduit] patching script interpreter paths in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1
1425.26 s
[conduit] stripping (with command strip and flags -S -p) in /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1/lib
1425.42 s
[conduit] shrinking RPATHs of ELF executables and libraries in /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc
1425.43 s
[conduit] checking for references to /build/ in /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc...
1425.46 s
[conduit] patching script interpreter paths in /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc
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
1426.09 s
[post-build-hook] Pushing 2 paths (114 are already present) using zstd to cache sellout ⏳
1426.09 s
[post-build-hook]
1426.45 s
[post-build-hook] Pushing /nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc (7.69 MiB)
1426.55 s
[post-build-hook] Pushing /nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1 (13.61 MiB)
1428.32 s
[post-build-hook]
1428.32 s
[post-build-hook] All done.
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
1428.37 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1428.64 s
[post-build-hook] copying 2 paths...
1428.64 s
[post-build-hook] copying path '/nix/store/dz0s1l4b5n6kq1shn3fbn3qgdjsa9zr6-conduit-1.3.6.1-doc' to 'https://cache.nix-ci.com'...
1429.73 s
[post-build-hook] copying path '/nix/store/gpadf9mh0nliy09xn28b1rnbizz8xhmq-conduit-1.3.6.1' to 'https://cache.nix-ci.com'...
1433.00 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1433.20 s
[post-build-hook] copying 1 paths...
1433.20 s
[post-build-hook] copying path '/nix/store/ya35l2nxrbvrx2il9b0am6r2mqcv47d0-conduit-1.3.6.1.drv' to 'https://cache.nix-ci.com'...
1433.34 s
Progress: 140 of 157 built (1 building), 587 of 587 downloaded from cache
1433.41 s
Building conduit-extra
1433.46 s
Building conduit-parse
1433.52 s
Building libyaml
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 )
1433.58 s
[conduit-extra] Phase: setupCompilerEnvironmentPhase
1433.59 s
[conduit-extra] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1433.62 s
[conduit-parse] Phase: setupCompilerEnvironmentPhase
1433.62 s
[conduit-parse] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1433.67 s
[libyaml] Phase: setupCompilerEnvironmentPhase
1433.67 s
[libyaml] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1433.83 s
[conduit-extra] Phase: unpackPhase
1433.83 s
[conduit-extra] unpacking source archive /nix/store/02b3jg0dbb72fl6hjw0im62s1wqqh4s6-conduit-extra-1.3.8.tar.gz
1433.84 s
[conduit-extra] source root is conduit-extra-1.3.8
1433.84 s
[conduit-parse] Phase: unpackPhase
1433.85 s
[conduit-parse] unpacking source archive /nix/store/5inary4gap17pija37hi9s0dnwj4sdgj-conduit-parse-0.2.1.1.tar.gz
1433.85 s
[conduit-extra] setting SOURCE_DATE_EPOCH to timestamp 1750917223 of file "conduit-extra-1.3.8/test/Spec.hs"
1433.85 s
[conduit-parse] source root is conduit-parse-0.2.1.1
1433.85 s
[conduit-extra] Phase: patchPhase
1433.86 s
[conduit-extra] Replace Cabal file with edited version from mirror://hackage/conduit-extra-1.3.8/revision/1.cabal.
1433.86 s
[conduit-parse] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "conduit-parse-0.2.1.1/test/Main.hs"
1433.86 s
[conduit-parse] Phase: patchPhase
1433.86 s
[conduit-extra] Phase: compileBuildDriverPhase
1433.87 s
[conduit-parse] Replace Cabal file with edited version from mirror://hackage/conduit-parse-0.2.1.1/revision/1.cabal.
1433.87 s
[conduit-extra] setupCompileFlags: -package-db=/build/tmp.TFKlM2xv9l/setup-package.conf.d -threaded
1433.87 s
[libyaml] Phase: unpackPhase
1433.87 s
[conduit-parse] Phase: compileBuildDriverPhase
1433.87 s
[libyaml] unpacking source archive /nix/store/z9q7w51ysg8cdvgpx6d6zlcz4ghkhp0h-libyaml-0.1.4.tar.gz
1433.88 s
[conduit-parse] setupCompileFlags: -package-db=/build/tmp.xhonbXBANc/setup-package.conf.d -threaded
1433.88 s
[libyaml] source root is libyaml-0.1.4
1433.89 s
[libyaml] setting SOURCE_DATE_EPOCH to timestamp 1710477580 of file "libyaml-0.1.4/libyaml.cabal"
1433.89 s
[libyaml] Phase: patchPhase
1433.90 s
[libyaml] Phase: compileBuildDriverPhase
1433.90 s
[libyaml] setupCompileFlags: -package-db=/build/tmp.1dcWwzV4FV/setup-package.conf.d -threaded
1433.92 s
[conduit-extra] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.TFKlM2xv9l/Main.o )
1433.93 s
[conduit-parse] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.xhonbXBANc/Main.o )
1433.96 s
[libyaml] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.1dcWwzV4FV/Main.o )
1433.97 s
[conduit-extra] [2 of 2] Linking Setup
1433.97 s
[conduit-parse] [2 of 2] Linking Setup
1434.00 s
[libyaml] [2 of 2] Linking Setup
1435.33 s
[conduit-parse] Phase: updateAutotoolsGnuConfigScriptsPhase
1435.34 s
[conduit-parse] Phase: configurePhase
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
1435.76 s
[conduit-extra] Phase: updateAutotoolsGnuConfigScriptsPhase
1435.76 s
[conduit-parse] Using Parsec parser
1435.76 s
[conduit-parse] Configuring conduit-parse-0.2.1.1...
1435.76 s
[conduit-extra] Phase: configurePhase
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
1435.76 s
[conduit-extra] Using Parsec parser
1435.76 s
[conduit-extra] Configuring conduit-extra-1.3.8...
1435.76 s
[libyaml] Phase: updateAutotoolsGnuConfigScriptsPhase
1435.76 s
[libyaml] Phase: configurePhase
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
1435.76 s
[libyaml] Using Parsec parser
1435.76 s
[libyaml] Configuring libyaml-0.1.4...
1435.76 s
[conduit-parse] Flags chosen: enable-hlint-test=False
1435.76 s
[libyaml] Flags chosen: no-unicode=False, system-libyaml=False
1435.99 s
[conduit-parse] Dependency base >=4.8 && <5: using base-4.20.1.0
1435.99 s
[conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
1435.99 s
[conduit-parse] Dependency dlist: using dlist-1.0
1435.99 s
[conduit-parse] Dependency mtl: using mtl-2.3.1
1435.99 s
[conduit-parse] Dependency parsers: using parsers-0.12.12
1435.99 s
[conduit-parse] Dependency safe: using safe-0.3.21
1435.99 s
[conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1435.99 s
[conduit-parse] Dependency text: using text-2.1.2
1435.99 s
[conduit-parse] Dependency transformers: using transformers-0.6.1.1
1435.99 s
[conduit-parse] Dependency base >=4.8 && <5: using base-4.20.1.0
1435.99 s
[conduit-parse] Dependency conduit >=1.3: using conduit-1.3.6.1
1435.99 s
[conduit-parse] Dependency conduit-parse: using conduit-parse-0.2.1.1
1435.99 s
[conduit-parse] Dependency mtl: using mtl-2.3.1
1435.99 s
[conduit-parse] Dependency parsers: using parsers-0.12.12
1435.99 s
[conduit-parse] Dependency resourcet: using resourcet-1.3.0
1435.99 s
[conduit-parse] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1435.99 s
[conduit-parse] Dependency tasty: using tasty-1.5.3
1435.99 s
[conduit-parse] Dependency tasty-hunit: using tasty-hunit-0.10.2
1435.99 s
[conduit-parse] Source component graph:
1435.99 s
[conduit-parse] component lib
1435.99 s
[conduit-parse] component test:tests dependency lib
1435.99 s
[conduit-parse] Configured component graph:
1435.99 s
[conduit-parse] component conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
1435.99 s
[conduit-parse] include base-4.20.1.0-f445
1435.99 s
[conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1435.99 s
[conduit-parse] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1435.99 s
[conduit-parse] include mtl-2.3.1-07d6
1435.99 s
[conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
1435.99 s
[conduit-parse] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
1435.99 s
[conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1435.99 s
[conduit-parse] include text-2.1.2-7514
1435.99 s
[conduit-parse] include transformers-0.6.1.1-05a6
1435.99 s
[conduit-parse] component conduit-parse-0.2.1.1-Kfls1UaafL4CqY5t4rRq7Q-tests
1435.99 s
[conduit-parse] include base-4.20.1.0-f445
1435.99 s
[conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1435.99 s
[conduit-parse] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
1435.99 s
[conduit-parse] include mtl-2.3.1-07d6
1435.99 s
[conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
1435.99 s
[conduit-parse] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1435.99 s
[conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1435.99 s
[conduit-parse] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
1435.99 s
[conduit-parse] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1435.99 s
[conduit-parse] Linked component graph:
1435.99 s
[conduit-parse] unit conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
1435.99 s
[conduit-parse] include base-4.20.1.0-f445
1435.99 s
[conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1435.99 s
[conduit-parse] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1435.99 s
[conduit-parse] include mtl-2.3.1-07d6
1435.99 s
[conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
1435.99 s
[conduit-parse] include safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
1435.99 s
[conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1435.99 s
[conduit-parse] include text-2.1.2-7514
1435.99 s
[conduit-parse] include transformers-0.6.1.1-05a6
1435.99 s
[conduit-parse] Data.Conduit.Parser=conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0:Data.Conduit.Parser
1435.99 s
[conduit-parse] unit conduit-parse-0.2.1.1-Kfls1UaafL4CqY5t4rRq7Q-tests
1435.99 s
[conduit-parse] include base-4.20.1.0-f445
1435.99 s
[conduit-parse] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1435.99 s
[conduit-parse] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
1435.99 s
[conduit-parse] include mtl-2.3.1-07d6
1435.99 s
[conduit-parse] include parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
1435.99 s
[conduit-parse] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1435.99 s
[conduit-parse] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1435.99 s
[conduit-parse] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
1435.99 s
[conduit-parse] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1435.99 s
[conduit-parse] Ready component graph:
1435.99 s
[conduit-parse] definite conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
1435.99 s
[conduit-parse] depends base-4.20.1.0-f445
1435.99 s
[conduit-parse] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1435.99 s
[conduit-parse] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1435.99 s
[conduit-parse] depends mtl-2.3.1-07d6
1435.99 s
[conduit-parse] depends parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
1435.99 s
[conduit-parse] depends safe-0.3.21-3at5h5WqKGaHA6Kx6PIaOx
1435.99 s
[conduit-parse] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1435.99 s
[conduit-parse] depends text-2.1.2-7514
1435.99 s
[conduit-parse] depends transformers-0.6.1.1-05a6
1435.99 s
[conduit-parse] definite conduit-parse-0.2.1.1-Kfls1UaafL4CqY5t4rRq7Q-tests
1435.99 s
[conduit-parse] depends base-4.20.1.0-f445
1435.99 s
[conduit-parse] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1435.99 s
[conduit-parse] depends conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
1435.99 s
[conduit-parse] depends mtl-2.3.1-07d6
1435.99 s
[conduit-parse] depends parsers-0.12.12-BLtVW1eK31P8ZX9jwTLCYU
1435.99 s
[conduit-parse] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1435.99 s
[conduit-parse] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1435.99 s
[conduit-parse] depends tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
1435.99 s
[conduit-parse] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1435.99 s
[conduit-parse] Using Cabal-3.12.1.0 compiled by ghc-9.10
1435.99 s
[conduit-parse] Using compiler: ghc-9.10.2
1435.99 s
[conduit-parse] Using install prefix:
1435.99 s
[conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
1435.99 s
[conduit-parse] Executables installed in:
1435.99 s
[conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/bin
1435.99 s
[conduit-parse] Libraries installed in:
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
1435.99 s
[conduit-parse] Dynamic Libraries installed in:
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
1435.99 s
[conduit-parse] Private executables installed in:
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
1435.99 s
[conduit-parse] Data files installed in:
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
1435.99 s
[conduit-parse] Documentation installed in:
1435.99 s
[conduit-parse] /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc/share/doc/conduit-parse-0.2.1.1
1435.99 s
[conduit-parse] Configuration files installed in:
1435.99 s
[conduit-parse] /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/etc
1435.99 s
[conduit-parse] No alex found
1435.99 s
[conduit-parse] Using ar found on system at:
1435.99 s
[conduit-parse] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1435.99 s
[conduit-parse] No c2hs found
1435.99 s
[conduit-parse] No cpphs found
1435.99 s
[conduit-parse] No doctest found
1435.99 s
[conduit-parse] Using gcc version 14.3.0 given by user at:
1435.99 s
[conduit-parse] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1435.99 s
[conduit-parse] Using ghc version 9.10.2 found on system at:
1435.99 s
[conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1435.99 s
[conduit-parse] Using ghc-pkg version 9.10.2 found on system at:
1435.99 s
[conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1435.99 s
[conduit-parse] No ghcjs found
1435.99 s
[conduit-parse] No ghcjs-pkg found
1435.99 s
[conduit-parse] No greencard found
1435.99 s
[conduit-parse] Using haddock version 2.31.0 found on system at:
1435.99 s
[conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1435.99 s
[conduit-parse] No happy found
1435.99 s
[conduit-parse] Using haskell-suite found on system at: haskell-suite-dummy-location
1435.99 s
[conduit-parse] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1435.99 s
[conduit-parse] No hmake found
1435.99 s
[conduit-parse] Using hpc version 0.69 found on system at:
1435.99 s
[conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1435.99 s
[conduit-parse] Using hsc2hs version 0.68.10 found on system at:
1435.99 s
[conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1435.99 s
[conduit-parse] Using hscolour version 1.25 found on system at:
1435.99 s
[conduit-parse] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1435.99 s
[conduit-parse] No jhc found
1435.99 s
[conduit-parse] Using ld found on system at:
1435.99 s
[conduit-parse] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1435.99 s
[conduit-parse] No pkg-config found
1435.99 s
[conduit-parse] Using runghc version 9.10.2 found on system at:
1435.99 s
[conduit-parse] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1435.99 s
[conduit-parse] Using strip version 2.44 found on system at:
1435.99 s
[conduit-parse] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1435.99 s
[conduit-parse] Using tar found on system at:
1435.99 s
[conduit-parse] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1435.99 s
[conduit-parse] No uhc found
1436.02 s
[conduit-extra] Dependency async: using async-2.2.5
1436.02 s
[conduit-extra] Dependency attoparsec >=0.10: using attoparsec-0.14.4
1436.02 s
[conduit-extra] Dependency base >=4.14 && <5: using base-4.20.1.0
1436.02 s
[conduit-extra] Dependency bytestring >=0.10.2: using bytestring-0.12.2.0
1436.02 s
[conduit-extra] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
1436.02 s
[conduit-extra] Dependency directory: using directory-1.3.8.5
1436.02 s
[conduit-extra] Dependency filepath: using filepath-1.5.4.0
1436.02 s
[conduit-extra] Dependency network >=2.3: using network-3.2.8.0
1436.02 s
[conduit-extra] Dependency primitive >=0.5: using primitive-0.9.1.0
1436.02 s
[conduit-extra] Dependency process: using process-1.6.25.0
1436.02 s
[conduit-extra] Dependency resourcet >=1.1: using resourcet-1.3.0
1436.02 s
[conduit-extra] Dependency stm: using stm-2.5.3.1
1436.02 s
[conduit-extra] Dependency streaming-commons >=0.2.3.0: using streaming-commons-0.2.3.1
1436.02 s
[conduit-extra] Dependency text: using text-2.1.2
1436.02 s
[conduit-extra] Dependency transformers: using transformers-0.6.1.1
1436.02 s
[conduit-extra] Dependency typed-process >=0.2.6: using typed-process-0.2.13.0
1436.02 s
[conduit-extra] Dependency unliftio-core: using unliftio-core-0.2.1.0
1436.02 s
[conduit-extra] Dependency QuickCheck: using QuickCheck-2.15.0.1
1436.02 s
[conduit-extra] Dependency async: using async-2.2.5
1436.02 s
[conduit-extra] Dependency attoparsec: using attoparsec-0.14.4
1436.02 s
[conduit-extra] Dependency base: using base-4.20.1.0
1436.02 s
[conduit-extra] Dependency bytestring: using bytestring-0.12.2.0
1436.02 s
[conduit-extra] Dependency conduit: using conduit-1.3.6.1
1436.02 s
[conduit-extra] Dependency conduit-extra: using conduit-extra-1.3.8
1436.02 s
[conduit-extra] Dependency directory: using directory-1.3.8.5
1436.02 s
[conduit-extra] Dependency exceptions: using exceptions-0.10.9
1436.02 s
[conduit-extra] Dependency filepath: using filepath-1.5.4.0
1436.02 s
[conduit-extra] Dependency hspec >=1.3: using hspec-2.11.14
1436.02 s
[conduit-extra] Dependency process: using process-1.6.25.0
1436.02 s
[conduit-extra] Dependency resourcet: using resourcet-1.3.0
1436.02 s
[conduit-extra] Dependency stm: using stm-2.5.3.1
1436.02 s
[conduit-extra] Dependency streaming-commons: using streaming-commons-0.2.3.1
1436.02 s
[conduit-extra] Dependency text: using text-2.1.2
1436.02 s
[conduit-extra] Dependency transformers: using transformers-0.6.1.1
1436.02 s
[conduit-extra] Dependency transformers-base: using transformers-base-0.4.6
1436.02 s
[conduit-extra] Source component graph:
1436.02 s
[conduit-extra] component lib
1436.02 s
[conduit-extra] component test:test dependency lib
1436.02 s
[conduit-extra] Configured component graph:
1436.02 s
[conduit-extra] component conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
1436.02 s
[conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1436.02 s
[conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1436.02 s
[conduit-extra] include base-4.20.1.0-f445
1436.02 s
[conduit-extra] include bytestring-0.12.2.0-214a
1436.02 s
[conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1436.02 s
[conduit-extra] include directory-1.3.8.5-159c
1436.02 s
[conduit-extra] include filepath-1.5.4.0-8593
1436.02 s
[conduit-extra] include network-3.2.8.0-LFlyXGyq3AO2YfA1hhOk9l
1436.02 s
[conduit-extra] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
1436.02 s
[conduit-extra] include process-1.6.25.0-cfae
1436.02 s
[conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1436.02 s
[conduit-extra] include stm-2.5.3.1-662c
1436.02 s
[conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
1436.02 s
[conduit-extra] include text-2.1.2-7514
1436.02 s
[conduit-extra] include transformers-0.6.1.1-05a6
1436.02 s
[conduit-extra] include typed-process-0.2.13.0-1SKQn9EviQG75u4oIOL3Sz
1436.02 s
[conduit-extra] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1436.02 s
[conduit-extra] component conduit-extra-1.3.8-JDhhMxWE1aULkOZPkGbj3N-test
1436.02 s
[conduit-extra] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
1436.02 s
[conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1436.02 s
[conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1436.02 s
[conduit-extra] include base-4.20.1.0-f445
1436.02 s
[conduit-extra] include bytestring-0.12.2.0-214a
1436.02 s
[conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1436.02 s
[conduit-extra] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
1436.02 s
[conduit-extra] include directory-1.3.8.5-159c
1436.02 s
[conduit-extra] include exceptions-0.10.9-9158
1436.02 s
[conduit-extra] include filepath-1.5.4.0-8593
1436.02 s
[conduit-extra] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1436.02 s
[conduit-extra] include process-1.6.25.0-cfae
1436.02 s
[conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1436.02 s
[conduit-extra] include stm-2.5.3.1-662c
1436.02 s
[conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
1436.02 s
[conduit-extra] include text-2.1.2-7514
1436.02 s
[conduit-extra] include transformers-0.6.1.1-05a6
1436.02 s
[conduit-extra] include transformers-base-0.4.6-wGfO5lHhJD4XyF6jADOdl
1436.02 s
[conduit-extra] Linked component graph:
1436.02 s
[conduit-extra] unit conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
1436.02 s
[conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1436.02 s
[conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1436.02 s
[conduit-extra] include base-4.20.1.0-f445
1436.02 s
[conduit-extra] include bytestring-0.12.2.0-214a
1436.02 s
[conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1436.02 s
[conduit-extra] include directory-1.3.8.5-159c
1436.02 s
[conduit-extra] include filepath-1.5.4.0-8593
1436.02 s
[conduit-extra] include network-3.2.8.0-LFlyXGyq3AO2YfA1hhOk9l
1436.02 s
[conduit-extra] include primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
1436.02 s
[conduit-extra] include process-1.6.25.0-cfae
1436.02 s
[conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1436.02 s
[conduit-extra] include stm-2.5.3.1-662c
1436.02 s
[conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
1436.02 s
[conduit-extra] include text-2.1.2-7514
1436.02 s
[conduit-extra] include transformers-0.6.1.1-05a6
1436.02 s
[conduit-extra] include typed-process-0.2.13.0-1SKQn9EviQG75u4oIOL3Sz
1436.02 s
[conduit-extra] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
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
1436.02 s
[conduit-extra] unit conduit-extra-1.3.8-JDhhMxWE1aULkOZPkGbj3N-test
1436.02 s
[conduit-extra] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
1436.02 s
[conduit-extra] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1436.02 s
[conduit-extra] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1436.02 s
[conduit-extra] include base-4.20.1.0-f445
1436.02 s
[conduit-extra] include bytestring-0.12.2.0-214a
1436.02 s
[conduit-extra] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1436.02 s
[conduit-extra] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
1436.02 s
[conduit-extra] include directory-1.3.8.5-159c
1436.02 s
[conduit-extra] include exceptions-0.10.9-9158
1436.02 s
[conduit-extra] include filepath-1.5.4.0-8593
1436.02 s
[conduit-extra] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1436.02 s
[conduit-extra] include process-1.6.25.0-cfae
1436.02 s
[conduit-extra] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1436.02 s
[conduit-extra] include stm-2.5.3.1-662c
1436.02 s
[conduit-extra] include streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
1436.02 s
[conduit-extra] include text-2.1.2-7514
1436.02 s
[conduit-extra] include transformers-0.6.1.1-05a6
1436.02 s
[conduit-extra] include transformers-base-0.4.6-wGfO5lHhJD4XyF6jADOdl
1436.02 s
[conduit-extra] Ready component graph:
1436.02 s
[conduit-extra] definite conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
1436.02 s
[conduit-extra] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1436.02 s
[conduit-extra] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1436.02 s
[conduit-extra] depends base-4.20.1.0-f445
1436.02 s
[conduit-extra] depends bytestring-0.12.2.0-214a
1436.02 s
[conduit-extra] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1436.02 s
[conduit-extra] depends directory-1.3.8.5-159c
1436.02 s
[conduit-extra] depends filepath-1.5.4.0-8593
1436.02 s
[conduit-extra] depends network-3.2.8.0-LFlyXGyq3AO2YfA1hhOk9l
1436.02 s
[conduit-extra] depends primitive-0.9.1.0-4qhFZr2TRbC6xzZaqaRtmm
1436.02 s
[conduit-extra] depends process-1.6.25.0-cfae
1436.02 s
[conduit-extra] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1436.02 s
[conduit-extra] depends stm-2.5.3.1-662c
1436.02 s
[conduit-extra] depends streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
1436.02 s
[conduit-extra] depends text-2.1.2-7514
1436.02 s
[conduit-extra] depends transformers-0.6.1.1-05a6
1436.02 s
[conduit-extra] depends typed-process-0.2.13.0-1SKQn9EviQG75u4oIOL3Sz
1436.02 s
[conduit-extra] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1436.02 s
[conduit-extra] definite conduit-extra-1.3.8-JDhhMxWE1aULkOZPkGbj3N-test
1436.02 s
[conduit-extra] depends QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
1436.02 s
[conduit-extra] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1436.02 s
[conduit-extra] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1436.02 s
[conduit-extra] depends base-4.20.1.0-f445
1436.02 s
[conduit-extra] depends bytestring-0.12.2.0-214a
1436.02 s
[conduit-extra] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1436.02 s
[conduit-extra] depends conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
1436.02 s
[conduit-extra] depends directory-1.3.8.5-159c
1436.02 s
[conduit-extra] depends exceptions-0.10.9-9158
1436.02 s
[conduit-extra] depends filepath-1.5.4.0-8593
1436.02 s
[conduit-extra] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1436.02 s
[conduit-extra] depends process-1.6.25.0-cfae
1436.02 s
[conduit-extra] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1436.02 s
[conduit-extra] depends stm-2.5.3.1-662c
1436.04 s
[libyaml] Dependency base >=4.14 && <5: using base-4.20.1.0
1436.04 s
[libyaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
1436.04 s
[libyaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
1436.04 s
[libyaml] Dependency libyaml-clib: using libyaml-clib-0.2.5
1436.04 s
[libyaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
1436.04 s
[libyaml] Source component graph: component lib
1436.04 s
[libyaml] Configured component graph:
1436.04 s
[libyaml] component libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1436.04 s
[libyaml] include base-4.20.1.0-f445
1436.04 s
[libyaml] include bytestring-0.12.2.0-214a
1436.04 s
[libyaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1436.04 s
[libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
1436.04 s
[libyaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1436.04 s
[libyaml] Linked component graph:
1436.04 s
[libyaml] unit libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1436.04 s
[libyaml] include base-4.20.1.0-f445
1436.04 s
[libyaml] include bytestring-0.12.2.0-214a
1436.04 s
[libyaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1436.04 s
[libyaml] include libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
1436.04 s
[libyaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1436.04 s
[libyaml] Text.Libyaml=libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl:Text.Libyaml
1436.04 s
[libyaml] Ready component graph:
1436.04 s
[libyaml] definite libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1436.04 s
[libyaml] depends base-4.20.1.0-f445
1436.04 s
[libyaml] depends bytestring-0.12.2.0-214a
1436.04 s
[libyaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1436.04 s
[libyaml] depends libyaml-clib-0.2.5-aCNJYZfNzCDFHTp4HTSl4
1436.04 s
[libyaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1436.04 s
[libyaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
1436.04 s
[libyaml] Using compiler: ghc-9.10.2
1436.04 s
[libyaml] Using install prefix:
1436.04 s
[libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4
1436.04 s
[libyaml] Executables installed in:
1436.04 s
[libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/bin
1436.04 s
[libyaml] Libraries installed in:
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
1436.04 s
[libyaml] Dynamic Libraries installed in:
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
1436.04 s
[libyaml] Private executables installed in:
1436.04 s
[libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/libexec/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4
1436.04 s
[libyaml] Data files installed in:
1436.04 s
[libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/share/x86_64-linux-ghc-9.10.2-2a2a/libyaml-0.1.4
1436.04 s
[libyaml] Documentation installed in:
1436.04 s
[libyaml] /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc/share/doc/libyaml-0.1.4
1436.04 s
[libyaml] Configuration files installed in:
1436.04 s
[libyaml] /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/etc
1436.04 s
[libyaml] No alex found
1436.04 s
[libyaml] Using ar found on system at:
1436.04 s
[libyaml] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1436.04 s
[libyaml] No c2hs found
1436.04 s
[libyaml] No cpphs found
1436.04 s
[libyaml] No doctest found
1436.04 s
[libyaml] Using gcc version 14.3.0 given by user at:
1436.04 s
[libyaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1436.04 s
[libyaml] Using ghc version 9.10.2 found on system at:
1436.04 s
[libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1436.04 s
[libyaml] Using ghc-pkg version 9.10.2 found on system at:
1436.04 s
[libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1436.04 s
[libyaml] No ghcjs found
1436.04 s
[libyaml] No ghcjs-pkg found
1436.04 s
[libyaml] No greencard found
1436.04 s
[libyaml] Using haddock version 2.31.0 found on system at:
1436.04 s
[libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1436.04 s
[libyaml] No happy found
1436.04 s
[libyaml] Using haskell-suite found on system at: haskell-suite-dummy-location
1436.04 s
[libyaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1436.04 s
[libyaml] No hmake found
1436.04 s
[libyaml] Using hpc version 0.69 found on system at:
1436.04 s
[libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1436.04 s
[libyaml] Using hsc2hs version 0.68.10 found on system at:
1436.04 s
[libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1436.04 s
[libyaml] Using hscolour version 1.25 found on system at:
1436.04 s
[libyaml] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1436.04 s
[libyaml] No jhc found
1436.04 s
[libyaml] Using ld found on system at:
1436.04 s
[libyaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1436.04 s
[libyaml] No pkg-config found
1436.04 s
[libyaml] Using runghc version 9.10.2 found on system at:
1436.04 s
[libyaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1436.04 s
[libyaml] Using strip version 2.44 found on system at:
1436.04 s
[libyaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1436.04 s
[libyaml] Using tar found on system at:
1436.04 s
[libyaml] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1436.04 s
[libyaml] No uhc found
1436.04 s
[conduit-extra] depends streaming-commons-0.2.3.1-Hyq10UUWiPgDRh1Hz6frw4
1436.04 s
[conduit-extra] depends text-2.1.2-7514
1436.04 s
[conduit-extra] depends transformers-0.6.1.1-05a6
1436.04 s
[conduit-extra] depends transformers-base-0.4.6-wGfO5lHhJD4XyF6jADOdl
1436.04 s
[conduit-extra] Using Cabal-3.12.1.0 compiled by ghc-9.10
1436.04 s
[conduit-extra] Using compiler: ghc-9.10.2
1436.04 s
[conduit-extra] Using install prefix:
1436.04 s
[conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
1436.04 s
[conduit-extra] Executables installed in:
1436.04 s
[conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/bin
1436.04 s
[conduit-extra] Libraries installed in:
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
1436.04 s
[conduit-extra] Dynamic Libraries installed in:
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
1436.04 s
[conduit-extra] Private executables installed in:
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
1436.04 s
[conduit-extra] Data files installed in:
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
1436.04 s
[conduit-extra] Documentation installed in:
1436.04 s
[conduit-extra] /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc/share/doc/conduit-extra-1.3.8
1436.04 s
[conduit-extra] Configuration files installed in:
1436.04 s
[conduit-extra] /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/etc
1436.04 s
[conduit-extra] No alex found
1436.04 s
[conduit-extra] Using ar found on system at:
1436.04 s
[conduit-extra] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1436.04 s
[conduit-extra] No c2hs found
1436.04 s
[conduit-extra] No cpphs found
1436.04 s
[conduit-extra] No doctest found
1436.04 s
[conduit-extra] Using gcc version 14.3.0 given by user at:
1436.04 s
[conduit-extra] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1436.04 s
[conduit-extra] Using ghc version 9.10.2 found on system at:
1436.04 s
[conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1436.04 s
[conduit-extra] Using ghc-pkg version 9.10.2 found on system at:
1436.04 s
[conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1436.04 s
[conduit-extra] No ghcjs found
1436.04 s
[conduit-extra] No ghcjs-pkg found
1436.04 s
[conduit-extra] No greencard found
1436.04 s
[conduit-extra] Using haddock version 2.31.0 found on system at:
1436.04 s
[conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1436.04 s
[conduit-extra] No happy found
1436.04 s
[conduit-extra] Using haskell-suite found on system at: haskell-suite-dummy-location
1436.04 s
[conduit-extra] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1436.04 s
[conduit-extra] No hmake found
1436.04 s
[conduit-extra] Using hpc version 0.69 found on system at:
1436.04 s
[conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1436.04 s
[conduit-extra] Using hsc2hs version 0.68.10 found on system at:
1436.04 s
[conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1436.04 s
[conduit-extra] Using hscolour version 1.25 found on system at:
1436.04 s
[conduit-extra] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1436.04 s
[conduit-extra] No jhc found
1436.04 s
[conduit-extra] Using ld found on system at:
1436.04 s
[conduit-extra] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1436.04 s
[conduit-extra] No pkg-config found
1436.04 s
[conduit-extra] Using runghc version 9.10.2 found on system at:
1436.04 s
[conduit-extra] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1436.04 s
[conduit-extra] Using strip version 2.44 found on system at:
1436.04 s
[conduit-extra] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1436.04 s
[conduit-extra] Using tar found on system at:
1436.04 s
[conduit-extra] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1436.04 s
[conduit-extra] No uhc found
1436.23 s
[conduit-parse] Phase: buildPhase
1436.24 s
[libyaml] Phase: buildPhase
1436.28 s
[libyaml] Preprocessing library for libyaml-0.1.4...
1436.28 s
[libyaml] Building library for libyaml-0.1.4...
1436.29 s
[conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
1436.29 s
[conduit-parse] Building library for conduit-parse-0.2.1.1...
1436.31 s
[conduit-extra] Phase: buildPhase
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 )
1436.38 s
[conduit-extra] Preprocessing library for conduit-extra-1.3.8...
1436.39 s
[conduit-extra] Building library for conduit-extra-1.3.8...
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 )
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 )
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 )
1436.65 s
[conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1436.65 s
[conduit-parse] The import of ‘Data.Semigroup’ is redundant
1436.65 s
[conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
1436.66 s
[conduit-parse] To import instances alone, use: import Data.Semigroup()
1436.66 s
[conduit-parse] |
1436.66 s
[conduit-parse] 26 | import Data.Semigroup
1436.66 s
[conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1436.66 s
[conduit-parse]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:48:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:48:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:49:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1437.72 s
[conduit-extra] Pattern match(es) are non-exhaustive
1437.72 s
[conduit-extra] In a lambda abstraction:
1437.72 s
[conduit-extra] Patterns of type ‘Maybe
1437.72 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1437.72 s
[conduit-extra] Nothing
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 49 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h , Just CreatePipe)
1437.72 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:50:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:50:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:50:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:51:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1437.72 s
[conduit-extra] Pattern match(es) are non-exhaustive
1437.72 s
[conduit-extra] In a lambda abstraction:
1437.72 s
[conduit-extra] Patterns of type ‘Maybe
1437.72 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1437.72 s
[conduit-extra] Nothing
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 51 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h) , Just CreatePipe)
1437.72 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:66:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:67:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1437.72 s
[conduit-extra] Pattern match(es) are non-exhaustive
1437.72 s
[conduit-extra] In a lambda abstraction:
1437.72 s
[conduit-extra] Patterns of type ‘Maybe
1437.72 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1437.72 s
[conduit-extra] Nothing
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 67 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h , Just CreatePipe)
1437.72 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:68:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:68:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:69:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1437.72 s
[conduit-extra] Pattern match(es) are non-exhaustive
1437.72 s
[conduit-extra] In a lambda abstraction:
1437.72 s
[conduit-extra] Patterns of type ‘Maybe
1437.72 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1437.72 s
[conduit-extra] Nothing
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 69 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h) , Just CreatePipe)
1437.72 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:70:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:71:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1437.72 s
[conduit-extra] Pattern match(es) are non-exhaustive
1437.72 s
[conduit-extra] In a lambda abstraction:
1437.72 s
[conduit-extra] Patterns of type ‘Maybe
1437.72 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1437.72 s
[conduit-extra] Nothing
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 71 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h , Just CreatePipe)
1437.72 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:72:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:72:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.72 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.72 s
[conduit-extra] will become an error in a future GHC release.
1437.72 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.72 s
[conduit-extra] |
1437.72 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
1437.72 s
[conduit-extra] | ^
1437.72 s
[conduit-extra]
1437.72 s
[conduit-extra] Data/Conduit/Process.hs:73:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1437.72 s
[conduit-extra] Pattern match(es) are non-exhaustive
1437.72 s
[conduit-extra] In a lambda abstraction:
1437.72 s
[conduit-extra] Patterns of type ‘Maybe
1437.73 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1437.73 s
[conduit-extra] Nothing
1437.73 s
[conduit-extra] |
1437.73 s
[conduit-extra] 73 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h) , Just CreatePipe)
1437.73 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1437.73 s
[conduit-extra]
1437.73 s
[conduit-extra] Data/Conduit/Process.hs:75:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.73 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.73 s
[conduit-extra] will become an error in a future GHC release.
1437.73 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.73 s
[conduit-extra] |
1437.73 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
1437.73 s
[conduit-extra] | ^
1437.73 s
[conduit-extra]
1437.73 s
[conduit-extra] Data/Conduit/Process.hs:75:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.73 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.73 s
[conduit-extra] will become an error in a future GHC release.
1437.73 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.73 s
[conduit-extra] |
1437.73 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
1437.73 s
[conduit-extra] | ^
1437.73 s
[conduit-extra]
1437.73 s
[conduit-extra] Data/Conduit/Process.hs:76:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1437.73 s
[conduit-extra] Pattern match(es) are non-exhaustive
1437.73 s
[conduit-extra] In a lambda abstraction:
1437.73 s
[conduit-extra] Patterns of type ‘Maybe
1437.73 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1437.73 s
[conduit-extra] Nothing
1437.73 s
[conduit-extra] |
1437.73 s
[conduit-extra] 76 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h , Just CreatePipe)
1437.73 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1437.73 s
[conduit-extra]
1437.73 s
[conduit-extra] Data/Conduit/Process.hs:77:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.73 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.73 s
[conduit-extra] will become an error in a future GHC release.
1437.73 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.73 s
[conduit-extra] |
1437.73 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
1437.73 s
[conduit-extra] | ^
1437.73 s
[conduit-extra]
1437.73 s
[conduit-extra] Data/Conduit/Process.hs:77:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.73 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.73 s
[conduit-extra] will become an error in a future GHC release.
1437.73 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.73 s
[conduit-extra] |
1437.73 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
1437.73 s
[conduit-extra] | ^
1437.73 s
[conduit-extra]
1437.73 s
[conduit-extra] Data/Conduit/Process.hs:77:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1437.73 s
[conduit-extra] The use of ‘~’ without TypeOperators
1437.73 s
[conduit-extra] will become an error in a future GHC release.
1437.73 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1437.73 s
[conduit-extra] |
1437.73 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
1437.73 s
[conduit-extra] | ^
1437.73 s
[conduit-extra]
1437.73 s
[conduit-extra] Data/Conduit/Process.hs:78:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1437.73 s
[conduit-extra] Pattern match(es) are non-exhaustive
1437.73 s
[conduit-extra] In a lambda abstraction:
1437.73 s
[conduit-extra] Patterns of type ‘Maybe
1437.73 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1437.73 s
[conduit-extra] Nothing
1437.73 s
[conduit-extra] |
1437.73 s
[conduit-extra] 78 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h) , Just CreatePipe)
1437.73 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1437.73 s
[conduit-extra]
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 )
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 )
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 )
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 )
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 )
1438.27 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, dist/build/Data/Conduit/Attoparsec.p_o )
1438.46 s
[conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1438.46 s
[conduit-parse] The import of ‘Data.Semigroup’ is redundant
1438.46 s
[conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
1438.46 s
[conduit-parse] To import instances alone, use: import Data.Semigroup()
1438.46 s
[conduit-parse] |
1438.46 s
[conduit-parse] 26 | import Data.Semigroup
1438.46 s
[conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1438.46 s
[conduit-parse]
1439.20 s
[libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, dist/build/Paths_libyaml.p_o )
1439.40 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, dist/build/Data/Conduit/Binary.p_o )
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 )
1439.40 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, dist/build/Data/Conduit/Filesystem.p_o )
1439.40 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, dist/build/Data/Conduit/Foldl.p_o )
1439.40 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, dist/build/Data/Conduit/Lazy.p_o )
1439.40 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, dist/build/Data/Conduit/Network.p_o )
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 )
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 )
1439.40 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, dist/build/Data/Conduit/Process.p_o )
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:48:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:48:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:49:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1439.40 s
[conduit-extra] Pattern match(es) are non-exhaustive
1439.40 s
[conduit-extra] In a lambda abstraction:
1439.40 s
[conduit-extra] Patterns of type ‘Maybe
1439.40 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1439.40 s
[conduit-extra] Nothing
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 49 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sinkHandle h , Just CreatePipe)
1439.40 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:50:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:50:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:50:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:51:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1439.40 s
[conduit-extra] Pattern match(es) are non-exhaustive
1439.40 s
[conduit-extra] In a lambda abstraction:
1439.40 s
[conduit-extra] Patterns of type ‘Maybe
1439.40 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1439.40 s
[conduit-extra] Nothing
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 51 | isStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sinkHandle h, liftIO $ hClose h) , Just CreatePipe)
1439.40 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:66:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:67:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1439.40 s
[conduit-extra] Pattern match(es) are non-exhaustive
1439.40 s
[conduit-extra] In a lambda abstraction:
1439.40 s
[conduit-extra] Patterns of type ‘Maybe
1439.40 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1439.40 s
[conduit-extra] Nothing
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 67 | isStdStream = (\(Just h) -> return $ BuilderInput $ sinkHandleBuilder h , Just CreatePipe)
1439.40 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:68:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:68:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:69:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1439.40 s
[conduit-extra] Pattern match(es) are non-exhaustive
1439.40 s
[conduit-extra] In a lambda abstraction:
1439.40 s
[conduit-extra] Patterns of type ‘Maybe
1439.40 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1439.40 s
[conduit-extra] Nothing
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 69 | isStdStream = (\(Just h) -> return (BuilderInput $ sinkHandleBuilder h, liftIO $ hClose h) , Just CreatePipe)
1439.40 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:70:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:71:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1439.40 s
[conduit-extra] Pattern match(es) are non-exhaustive
1439.40 s
[conduit-extra] In a lambda abstraction:
1439.40 s
[conduit-extra] Patterns of type ‘Maybe
1439.40 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1439.40 s
[conduit-extra] Nothing
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 71 | isStdStream = (\(Just h) -> return $ FlushInput $ sinkHandleFlush h , Just CreatePipe)
1439.40 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:72:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:72:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:73:18: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1439.40 s
[conduit-extra] Pattern match(es) are non-exhaustive
1439.40 s
[conduit-extra] In a lambda abstraction:
1439.40 s
[conduit-extra] Patterns of type ‘Maybe
1439.40 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1439.40 s
[conduit-extra] Nothing
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 73 | isStdStream = (\(Just h) -> return (FlushInput $ sinkHandleFlush h, liftIO $ hClose h) , Just CreatePipe)
1439.40 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:75:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:75:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.40 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.40 s
[conduit-extra] will become an error in a future GHC release.
1439.40 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
1439.40 s
[conduit-extra] | ^
1439.40 s
[conduit-extra]
1439.40 s
[conduit-extra] Data/Conduit/Process.hs:76:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1439.40 s
[conduit-extra] Pattern match(es) are non-exhaustive
1439.40 s
[conduit-extra] In a lambda abstraction:
1439.40 s
[conduit-extra] Patterns of type ‘Maybe
1439.40 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1439.40 s
[conduit-extra] Nothing
1439.40 s
[conduit-extra] |
1439.40 s
[conduit-extra] 76 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> sourceHandle h , Just CreatePipe)
1439.40 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1439.40 s
[conduit-extra]
1439.41 s
[conduit-extra] Data/Conduit/Process.hs:77:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.41 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.41 s
[conduit-extra] will become an error in a future GHC release.
1439.41 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.41 s
[conduit-extra] |
1439.41 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
1439.41 s
[conduit-extra] | ^
1439.41 s
[conduit-extra]
1439.41 s
[conduit-extra] Data/Conduit/Process.hs:77:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.41 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.41 s
[conduit-extra] will become an error in a future GHC release.
1439.41 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.41 s
[conduit-extra] |
1439.41 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
1439.41 s
[conduit-extra] | ^
1439.41 s
[conduit-extra]
1439.41 s
[conduit-extra] Data/Conduit/Process.hs:77:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1439.41 s
[conduit-extra] The use of ‘~’ without TypeOperators
1439.41 s
[conduit-extra] will become an error in a future GHC release.
1439.41 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1439.41 s
[conduit-extra] |
1439.41 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
1439.41 s
[conduit-extra] | ^
1439.41 s
[conduit-extra]
1439.41 s
[conduit-extra] Data/Conduit/Process.hs:78:20: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1439.41 s
[conduit-extra] Pattern match(es) are non-exhaustive
1439.41 s
[conduit-extra] In a lambda abstraction:
1439.41 s
[conduit-extra] Patterns of type ‘Maybe
1439.41 s
[conduit-extra] ghc-internal:GHC.Internal.IO.Handle.Types.Handle’ not matched:
1439.41 s
[conduit-extra] Nothing
1439.41 s
[conduit-extra] |
1439.41 s
[conduit-extra] 78 | osStdStream = (\(Just h) -> hSetBuffering h NoBuffering $> (sourceHandle h, liftIO $ hClose h) , Just CreatePipe)
1439.41 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1439.41 s
[conduit-extra]
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 )
1439.42 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, dist/build/Data/Conduit/Text.p_o )
1439.47 s
[libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, dist/build/Text/Libyaml.p_o )
1439.51 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, dist/build/Data/Conduit/Zlib.p_o )
1439.73 s
[conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, dist/build/Data/Conduit/Parser.p_o )
1441.10 s
[conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.8...
1441.11 s
[conduit-extra] Building test suite 'test' for conduit-extra-1.3.8...
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 )
1441.39 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:10:52: warning : [ GHC-38856 ] [ -Wunused-imports ]
1441.39 s
[conduit-extra] The import of ‘<*’ from module ‘Control.Applicative’ is redundant
1441.39 s
[conduit-extra] |
1441.39 s
[conduit-extra] 10 | import Control.Applicative ((<*) , (<|>))
1441.39 s
[conduit-extra] | ^^^^
1441.39 s
[conduit-extra]
1441.39 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:153:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1441.39 s
[conduit-extra] Pattern match(es) are non-exhaustive
1441.39 s
[conduit-extra] In a pattern binding:
1441.39 s
[conduit-extra] Patterns of type ‘Either
1441.40 s
[conduit-extra] (ghc-prim:GHC.Types.ZonkAny 0)
1441.40 s
[conduit-extra] [Either
1441.40 s
[conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text)]’ not matched:
1441.40 s
[conduit-extra] Left _
1441.40 s
[conduit-extra] |
1441.40 s
[conduit-extra] 153 | (Right !ea) = runConduit $ CL.sourceList input .| sink
1441.40 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1441.40 s
[conduit-extra]
1441.40 s
[conduit-extra] test/Data/Conduit/AttoparsecSpec.hs:159:36: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1441.40 s
[conduit-extra] Pattern match(es) are non-exhaustive
1441.40 s
[conduit-extra] In a lambda abstraction:
1441.40 s
[conduit-extra] Patterns of type ‘(Either
1441.40 s
[conduit-extra] ParseError (PositionRange, Data.Text.Internal.Text),
1441.40 s
[conduit-extra] Int)’ not matched:
1441.40 s
[conduit-extra] ((Left _), _)
1441.40 s
[conduit-extra] |
1441.40 s
[conduit-extra] 159 | forM_ (zip ea [1..]) $ \ (Right (pos, _), l) -> pos `shouldBe` chkp l
1441.40 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1441.40 s
[conduit-extra]
1441.47 s
[conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
1441.47 s
[conduit-parse] Building test suite 'tests' for conduit-parse-0.2.1.1...
1441.56 s
[conduit-parse] [1 of 1] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
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 )
1442.32 s
[conduit-extra] test/Data/Conduit/BinarySpec.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1442.32 s
[conduit-extra] The import of ‘Control.Applicative’ is redundant
1442.32 s
[conduit-extra] except perhaps to import instances from ‘Control.Applicative’
1442.32 s
[conduit-extra] To import instances alone, use: import Control.Applicative()
1442.32 s
[conduit-extra] |
1442.32 s
[conduit-extra] 30 | import Control.Applicative ((<$>))
1442.32 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1442.32 s
[conduit-extra]
1442.47 s
[conduit-parse] [2 of 2] Linking dist/build/tests/tests
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 )
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 )
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 )
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 )
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 )
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 )
1442.92 s
[conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:15:12: warning : [ GHC-68441 ] [ -Wdeprecations ]
1442.92 s
[conduit-extra] In the use of ‘withProcess_’
1442.92 s
[conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
1442.92 s
[conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
1442.92 s
[conduit-extra] |
1442.92 s
[conduit-extra] 15 | bss <- withProcess_ pc $ \p ->
1442.92 s
[conduit-extra] | ^^^^^^^^^^^^
1442.92 s
[conduit-extra]
1442.92 s
[conduit-extra] test/Data/Conduit/Process/TypedSpec.hs:30:6: warning : [ GHC-68441 ] [ -Wdeprecations ]
1442.92 s
[conduit-extra] In the use of ‘withProcess_’
1442.92 s
[conduit-extra] (imported from Data.Conduit.Process.Typed, but defined in System.Process.Typed):
1442.92 s
[conduit-extra] Deprecated: "Please consider using `withProcessWait_`, or instead use `withProcessTerm_`"
1442.92 s
[conduit-extra] |
1442.92 s
[conduit-extra] 30 | (withProcess_ (proc "cat" ["does not exist"]) $ const $ return ())
1442.92 s
[conduit-extra] | ^^^^^^^^^^^^
1442.92 s
[conduit-extra]
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 )
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 )
1442.92 s
[conduit-extra] test/Data/Conduit/TextSpec.hs:125:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1442.92 s
[conduit-extra] Pattern match(es) are non-exhaustive
1442.92 s
[conduit-extra] In a pattern binding:
1442.92 s
[conduit-extra] Patterns of type ‘Either
1442.92 s
[conduit-extra] SomeException
1442.92 s
[conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
1442.92 s
[conduit-extra] Left _
1442.92 s
[conduit-extra] |
1442.92 s
[conduit-extra] 125 | let Right res = runIdentity $ runCatchT $ runConduit $ C.yield badBS .| (,)
1442.92 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1442.92 s
[conduit-extra]
1442.92 s
[conduit-extra] test/Data/Conduit/TextSpec.hs:142:17: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1442.92 s
[conduit-extra] Pattern match(es) are non-exhaustive
1442.92 s
[conduit-extra] In a pattern binding:
1442.92 s
[conduit-extra] Patterns of type ‘Either
1442.92 s
[conduit-extra] SomeException
1442.92 s
[conduit-extra] ([Either SomeException T.Text], [S.ByteString])’ not matched:
1442.92 s
[conduit-extra] Left _
1442.92 s
[conduit-extra] |
1442.92 s
[conduit-extra] 142 | let Right res = runIdentity $ runCatchT $ runConduit $
1442.92 s
[conduit-extra] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1442.92 s
[conduit-extra]
1443.29 s
[conduit-parse] Phase: checkPhase
1443.32 s
[libyaml] Phase: checkPhase
1443.34 s
[libyaml] Package has no test suites.
1443.35 s
[libyaml] Phase: haddockPhase
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 )
1443.36 s
[conduit-extra] [12 of 12] Compiling Main ( test/Spec.hs, dist/build/test/test-tmp/Main.o )
1443.46 s
[libyaml] Preprocessing library for libyaml-0.1.4...
1443.46 s
[libyaml] Running Haddock on library for libyaml-0.1.4...
1443.46 s
[libyaml] Warning: The documentation for the following packages are not installed. No
1443.46 s
[libyaml] links will be generated to these packages: libyaml-clib-0.2.5, vector-0.13.2.0
1443.51 s
[conduit-parse] Running 1 test suites...
1443.51 s
[conduit-parse] Test suite tests: RUNNING...
1443.52 s
[conduit-parse] Tests
1443.52 s
[conduit-parse] Unit tests
1443.52 s
[conduit-parse] await: OK
1443.52 s
[conduit-parse] peek: OK
1443.52 s
[conduit-parse] leftover: OK
1443.52 s
[conduit-parse] error: OK
1443.52 s
[conduit-parse] alternative: OK
1443.52 s
[conduit-parse] catch: OK
1443.52 s
[conduit-parse] parsing: OK
1443.52 s
[conduit-parse]
1443.52 s
[conduit-parse] All 7 tests passed (0.00s)
1443.52 s
[conduit-parse] Test suite tests: PASS
1443.52 s
[conduit-parse] Test suite logged to: dist/test/conduit-parse-0.2.1.1-tests.log
1443.52 s
[conduit-parse] 1 of 1 test suites (1 of 1 test cases) passed.
1443.52 s
[conduit-parse] Phase: haddockPhase
1443.65 s
[conduit-parse] Preprocessing library for conduit-parse-0.2.1.1...
1443.65 s
[conduit-parse] Running Haddock on library for conduit-parse-0.2.1.1...
1443.65 s
[conduit-parse] Warning: The documentation for the following packages are not installed. No
1443.65 s
[conduit-parse] links will be generated to these packages: attoparsec-0.14.4,
1443.65 s
[conduit-parse] attoparsec-0.14.4, vector-0.13.2.0
1443.68 s
[libyaml] [1 of 2] Compiling Paths_libyaml ( dist/build/autogen/Paths_libyaml.hs, nothing )
1443.71 s
[libyaml] [2 of 2] Compiling Text.Libyaml ( src/Text/Libyaml.hs, nothing )
1443.77 s
[conduit-extra] [13 of 13] Linking dist/build/test/test
1443.86 s
[conduit-parse] [1 of 2] Compiling Data.Conduit.Parser.Internal ( Data/Conduit/Parser/Internal.hs, nothing )
1444.09 s
[libyaml] Haddock coverage:
1444.09 s
[libyaml] Warning: 'rawOpenFlags' is out of scope.
1444.09 s
[libyaml] If you qualify the identifier, haddock can try to link it anyway.
1444.09 s
[libyaml] Warning: 'openMode' is out of scope.
1444.09 s
[libyaml] If you qualify the identifier, haddock can try to link it anyway.
1444.09 s
[libyaml] Warning: 'formatOptionsRenderCollectionTags' is out of scope.
1444.09 s
[libyaml] If you qualify the identifier, haddock can try to link it anyway.
1444.10 s
[libyaml] 76% ( 23 / 30) in 'Text.Libyaml'
1444.10 s
[libyaml] Missing documentation for:
1444.10 s
[libyaml] Event (src/Text/Libyaml.hs:78)
1444.10 s
[libyaml] Tag (src/Text/Libyaml.hs:123)
1444.10 s
[libyaml] AnchorName (src/Text/Libyaml.hs:140)
1444.10 s
[libyaml] Anchor (src/Text/Libyaml.hs:141)
1444.10 s
[libyaml] encode (src/Text/Libyaml.hs:763)
1444.10 s
[libyaml] encodeFile (src/Text/Libyaml.hs:786)
1444.10 s
[libyaml] YamlException (src/Text/Libyaml.hs:852)
1444.24 s
[conduit-parse] Data/Conduit/Parser/Internal.hs:26:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1444.24 s
[conduit-parse] The import of ‘Data.Semigroup’ is redundant
1444.24 s
[conduit-parse] except perhaps to import instances from ‘Data.Semigroup’
1444.24 s
[conduit-parse] To import instances alone, use: import Data.Semigroup()
1444.24 s
[conduit-parse] |
1444.24 s
[conduit-parse] 26 | import Data.Semigroup
1444.24 s
[conduit-parse] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1444.24 s
[conduit-parse]
1444.25 s
[conduit-parse] [2 of 2] Compiling Data.Conduit.Parser ( Data/Conduit/Parser.hs, nothing )
1444.25 s
[conduit-parse] Haddock coverage:
1444.25 s
[conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
1444.25 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
1444.25 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
1444.25 s
[conduit-parse] You may be able to disambiguate the identifier by qualifying it or
1444.25 s
[conduit-parse] by specifying the type/value namespace explicitly.
1444.25 s
[conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
1444.25 s
[conduit-parse] Warning: Data.Conduit.Parser.Internal: Could not find documentation for exported module: Data.Conduit.Parser.Internal
1444.25 s
[conduit-parse] Warning: 'ConduitParser' is ambiguous. It is defined
1444.25 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:31
1444.25 s
[conduit-parse] * at Data/Conduit/Parser/Internal.hs:35:1
1444.25 s
[conduit-parse] You may be able to disambiguate the identifier by qualifying it or
1444.25 s
[conduit-parse] by specifying the type/value namespace explicitly.
1444.25 s
[conduit-parse] Defaulting to the one defined at Data/Conduit/Parser/Internal.hs:35:1
1444.25 s
[conduit-parse] Warning: 'Sink' is out of scope.
1444.25 s
[conduit-parse] If you qualify the identifier, haddock can try to link it anyway.
1444.26 s
[conduit-parse] 92% ( 13 / 14) in 'Data.Conduit.Parser'
1444.26 s
[conduit-parse] Missing documentation for:
1444.26 s
[conduit-parse] ConduitParserException (Data/Conduit/Parser/Internal.hs:189)
1444.39 s
[libyaml] Warning: Text.Libyaml: could not find link destinations for:
1444.39 s
[libyaml] - Text.Libyaml.formatOptionsRenderTags
1444.39 s
[libyaml] - Text.Libyaml.TagRender
1444.88 s
[conduit-extra] Phase: checkPhase
1445.14 s
[conduit-extra] Running 1 test suites...
1445.14 s
[conduit-extra] Test suite test: RUNNING...
1445.14 s
[conduit-extra]
1445.14 s
[conduit-extra] Data.Conduit.Attoparsec
1445.14 s
[conduit-extra] Data.Conduit.AttoparsecSpec
1445.14 s
[conduit-extra] error position
1445.14 s
[conduit-extra] works for text [✔]
1445.14 s
[conduit-extra] works for bytestring [✔]
1445.14 s
[conduit-extra] works in last chunk [✔]
1445.15 s
[conduit-extra] works in last chunk [✔]
1445.15 s
[conduit-extra] works after new line in text [✔]
1445.15 s
[conduit-extra] works after new line in bytestring [✔]
1445.15 s
[conduit-extra] works for first line [✔]
1445.15 s
[conduit-extra] conduitParser
1445.15 s
[conduit-extra] parses a repeated stream [✔]
1445.15 s
[conduit-extra] positions on first line [✔]
1445.15 s
[conduit-extra] Data.Conduit.Binary
1445.15 s
[conduit-extra] Data.Conduit.Binary
1445.15 s
[conduit-extra] file access
1445.15 s
[conduit-extra] read [✔]
1445.15 s
[conduit-extra] read range [✔]
1445.15 s
[conduit-extra] write [✔]
1445.15 s
[conduit-extra] write builder (withSinkFileBuilder) [✔]
1445.15 s
[conduit-extra] conduit [✔]
1445.15 s
[conduit-extra] binary isolate
1445.15 s
[conduit-extra] works [✔]
1445.15 s
[conduit-extra] properly using binary file reading
1445.15 s
[conduit-extra] sourceFile [✔]
1445.15 s
[conduit-extra] binary head
1445.16 s
[conduit-extra] works [✔]
1445.16 s
[conduit-extra] +++ OK, passed 100 tests.
1445.16 s
[conduit-extra] binary takeWhile
1445.16 s
[conduit-extra] works [✔]
1445.16 s
[conduit-extra] +++ OK, passed 100 tests.
1445.17 s
[conduit-extra] leftovers present [✔]
1445.17 s
[conduit-extra] +++ OK, passed 100 tests.
1445.17 s
[conduit-extra] binary dropWhile
1445.18 s
[conduit-extra] works [✔]
1445.18 s
[conduit-extra] +++ OK, passed 100 tests.
1445.18 s
[conduit-extra] binary take
1445.18 s
[conduit-extra] nothing [✔]
1445.18 s
[conduit-extra] normal [✔]
1445.18 s
[conduit-extra] all [✔]
1445.18 s
[conduit-extra] more [✔]
1445.18 s
[conduit-extra] binary
1445.19 s
[conduit-extra] lines [✔]
1445.19 s
[conduit-extra] +++ OK, passed 100 tests.
1445.19 s
[conduit-extra] sinkCacheLength
1445.19 s
[conduit-extra] works [✔]
1445.19 s
[conduit-extra] sinkFileCautious
1445.19 s
[conduit-extra] success [✔]
1445.19 s
[conduit-extra] failure [✔]
1445.19 s
[conduit-extra] sinkSystemTempFile [✔]
1445.19 s
[conduit-extra] Data.Conduit.Binary.mapM_
1445.19 s
[conduit-extra] telling works [✔]
1445.19 s
[conduit-extra] +++ OK, passed 100 tests.
1445.19 s
[conduit-extra] exception handling
1445.19 s
[conduit-extra] catchC [✔]
1445.19 s
[conduit-extra] tryC [✔]
1445.19 s
[conduit-extra] normalFuseLeft
1445.19 s
[conduit-extra] does not double close conduit [✔]
1445.19 s
[conduit-extra] Storable
1445.19 s
[conduit-extra] sink Maybe
1445.20 s
[conduit-extra] chunk size 1 [✔]
1445.20 s
[conduit-extra] +++ OK, passed 100 tests.
1445.20 s
[conduit-extra] chunk size 5 [✔]
1445.20 s
[conduit-extra] +++ OK, passed 100 tests.
1445.20 s
[conduit-extra] chunk size 10 [✔]
1445.20 s
[conduit-extra] +++ OK, passed 100 tests.
1445.20 s
[conduit-extra] chunk size 100 [✔]
1445.20 s
[conduit-extra] +++ OK, passed 100 tests.
1445.20 s
[conduit-extra] sink exception
1445.20 s
[conduit-extra] chunk size 1 [✔]
1445.20 s
[conduit-extra] +++ OK, passed 100 tests.
1445.20 s
[conduit-extra] chunk size 5 [✔]
1445.20 s
[conduit-extra] +++ OK, passed 100 tests.
1445.20 s
[conduit-extra] chunk size 10 [✔]
1445.20 s
[conduit-extra] +++ OK, passed 100 tests.
1445.21 s
[conduit-extra] chunk size 100 [✔]
1445.21 s
[conduit-extra] +++ OK, passed 100 tests.
1445.21 s
[conduit-extra] insufficient bytes are leftovers, one chunk [✔]
1445.21 s
[conduit-extra] insufficient bytes are leftovers, multiple chunks [✔]
1445.21 s
[conduit-extra] Data.Conduit.ByteString.Builder
1445.21 s
[conduit-extra] Data.Conduit.ByteString.Builder
1445.22 s
[conduit-extra] idempotent to toLazyByteString [✔]
1445.22 s
[conduit-extra] +++ OK, passed 100 tests.
1445.22 s
[conduit-extra] works for large input [✔]
1445.23 s
[conduit-extra] works for lazy bytestring insertion [✔]
1445.23 s
[conduit-extra] flush shouldn't bring in empty strings. [✔]
1445.24 s
[conduit-extra] flushing [✔]
1445.24 s
[conduit-extra] +++ OK, passed 100 tests.
1445.48 s
[conduit-extra] large flush input [✔]
1445.48 s
[conduit-extra] Data.Conduit.Extra
1445.48 s
[conduit-extra] Data.Conduit.Extra
1445.48 s
[conduit-extra] basic test [✔]
1445.48 s
[conduit-extra] get leftovers [✔]
1445.48 s
[conduit-extra] multiple values [✔]
1445.49 s
[conduit-extra] more complex [✔]
1445.49 s
[conduit-extra] +++ OK, passed 100 tests.
1445.49 s
[conduit-extra] Data.Conduit.Filesystem
1445.49 s
[conduit-extra] Data.Conduit.Filesystem
1445.49 s
[conduit-extra] sourceDirectory [✔]
1445.49 s
[conduit-extra] sourceDirectoryDeep [✔]
1445.49 s
[conduit-extra] Data.Conduit.Lazy
1445.49 s
[conduit-extra] Data.Conduit.Lazy
1445.49 s
[conduit-extra] lazy
1445.49 s
[conduit-extra] works inside a ResourceT [✔]
1445.49 s
[conduit-extra] returns nothing outside ResourceT [✔]
1445.49 s
[conduit-extra] works with pure sources [✔]
1445.49 s
[conduit-extra] Data.Conduit.Network
1445.49 s
[conduit-extra] Data.Conduit.Network
1445.49 s
[conduit-extra] run general server
1446.50 s
[conduit-extra] running tcp server [✔]
1446.50 s
[conduit-extra] fork server
1446.51 s
[conduit-extra] can connect to server [✔]
1446.51 s
[conduit-extra] fork server also executes custom afterBind [✔]
1447.52 s
[conduit-extra] fork server really waits for server to be finalized before returning [✔]
1447.52 s
[conduit-extra] Data.Conduit.Process
1447.52 s
[conduit-extra] Data.Conduit.Process
1447.68 s
[conduit-extra] cat [✔]
1447.68 s
[conduit-extra] +++ OK, passed 100 tests.
1447.68 s
[conduit-extra] closed stream [✔]
1447.69 s
[conduit-extra] handles sub-process exit code [✔]
1447.69 s
[conduit-extra] consumes stdout [✔]
1447.69 s
[conduit-extra] consumes stderr [✔]
1447.70 s
[conduit-extra] feeds stdin [✔]
1447.70 s
[conduit-extra] gracefully handles closed stdin [✔]
1448.90 s
[libyaml] Documentation created: dist/doc/html/libyaml/,
1448.90 s
[libyaml] dist/doc/html/libyaml/libyaml.txt
1448.96 s
[libyaml] Phase: installPhase
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
1449.20 s
[libyaml] Phase: fixupPhase
1449.20 s
[conduit-extra] blocking vs non-blocking [✔]
1449.20 s
[conduit-extra] Data.Conduit.Process.Typed
1449.20 s
[conduit-extra] cat works [✔]
1449.20 s
[conduit-extra] cat works with withLoggedProcess_ [✔]
1449.20 s
[conduit-extra] failing process throws [✔]
1449.20 s
[conduit-extra] failing process throws [✔]
1449.20 s
[conduit-extra] Data.Conduit.Text
1449.20 s
[conduit-extra] Data.Conduit.Text
1449.20 s
[conduit-extra] text
1449.20 s
[conduit-extra] utf8
1449.20 s
[conduit-extra] single chunk [✔]
1449.20 s
[conduit-extra] +++ OK, passed 100 tests.
1449.21 s
[conduit-extra] many chunks [✔]
1449.21 s
[conduit-extra] +++ OK, passed 100 tests.
1449.21 s
[conduit-extra] raw bytes [✔]
1449.21 s
[conduit-extra] +++ OK, passed 100 tests.
1449.21 s
[libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4
1449.21 s
[conduit-extra] encoding [✔]
1449.21 s
[conduit-extra] +++ OK, passed 100 tests.
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
1449.22 s
[conduit-extra] valid then invalid [✔]
1449.22 s
[conduit-extra] +++ OK, passed 100 tests.
1449.22 s
[conduit-extra] utf16_le
1449.22 s
[libyaml] checking for references to /build/ in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4...
1449.22 s
[conduit-extra] single chunk [✔]
1449.22 s
[conduit-extra] +++ OK, passed 100 tests.
1449.22 s
[conduit-extra] many chunks [✔]
1449.22 s
[conduit-extra] +++ OK, passed 100 tests.
1449.22 s
[conduit-extra] raw bytes [✔]
1449.22 s
[conduit-extra] +++ OK, passed 100 tests.
1449.23 s
[conduit-extra] encoding [✔]
1449.23 s
[conduit-extra] +++ OK, passed 100 tests.
1449.24 s
[libyaml] patching script interpreter paths in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4
1449.24 s
[conduit-extra] valid then invalid [✔]
1449.24 s
[conduit-extra] +++ OK, passed 100 tests.
1449.24 s
[conduit-extra] utf16_be
1449.24 s
[conduit-extra] single chunk [✔]
1449.24 s
[conduit-extra] +++ OK, passed 100 tests.
1449.24 s
[conduit-extra] many chunks [✔]
1449.24 s
[conduit-extra] +++ OK, passed 100 tests.
1449.24 s
[conduit-extra] raw bytes [✔]
1449.24 s
[conduit-extra] +++ OK, passed 100 tests.
1449.24 s
[libyaml] stripping (with command strip and flags -S -p) in /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4/lib
1449.26 s
[conduit-extra] encoding [✔]
1449.26 s
[conduit-extra] +++ OK, passed 100 tests.
1449.27 s
[conduit-extra] valid then invalid [✔]
1449.27 s
[conduit-extra] +++ OK, passed 100 tests.
1449.27 s
[conduit-extra] utf32_le
1449.27 s
[conduit-extra] single chunk [✔]
1449.27 s
[conduit-extra] +++ OK, passed 100 tests.
1449.27 s
[conduit-extra] many chunks [✔]
1449.27 s
[conduit-extra] +++ OK, passed 100 tests.
1449.27 s
[conduit-extra] raw bytes [✔]
1449.27 s
[conduit-extra] +++ OK, passed 100 tests.
1449.28 s
[conduit-extra] encoding [✔]
1449.28 s
[conduit-extra] +++ OK, passed 100 tests.
1449.29 s
[conduit-extra] valid then invalid [✔]
1449.29 s
[conduit-extra] +++ OK, passed 100 tests.
1449.29 s
[conduit-extra] utf32_be
1449.29 s
[conduit-extra] single chunk [✔]
1449.29 s
[conduit-extra] +++ OK, passed 100 tests.
1449.29 s
[conduit-extra] many chunks [✔]
1449.29 s
[conduit-extra] +++ OK, passed 100 tests.
1449.29 s
[conduit-extra] raw bytes [✔]
1449.29 s
[conduit-extra] +++ OK, passed 100 tests.
1449.30 s
[conduit-extra] encoding [✔]
1449.30 s
[conduit-extra] +++ OK, passed 100 tests.
1449.31 s
[conduit-extra] valid then invalid [✔]
1449.31 s
[conduit-extra] +++ OK, passed 100 tests.
1449.31 s
[conduit-extra] mixed utf16 and utf8 [✔]
1449.31 s
[conduit-extra] invalid utf8 [✔]
1449.31 s
[conduit-extra] catch UTF8 exceptions [✔]
1449.31 s
[conduit-extra] catch UTF8 exceptions, pure [✔]
1449.31 s
[conduit-extra] catch UTF8 exceptions, catchExceptionC [✔]
1449.31 s
[conduit-extra] catch UTF8 exceptions, catchExceptionC, decodeUtf8 [✔]
1449.31 s
[conduit-extra] lenient UTF8 decoding [✔]
1449.31 s
[conduit-extra] +++ OK, passed 100 tests.
1449.31 s
[conduit-extra] text lines
1449.31 s
[conduit-extra] yields nothing given nothing [✔]
1449.31 s
[conduit-extra] yields nothing given only empty text [✔]
1449.31 s
[conduit-extra] works across split lines [✔]
1449.31 s
[libyaml] shrinking RPATHs of ELF executables and libraries in /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
1449.31 s
[conduit-extra] works with multiple lines in an item [✔]
1449.31 s
[conduit-extra] works with ending on a newline [✔]
1449.31 s
[conduit-extra] works with ending a middle item on a newline [✔]
1449.31 s
[conduit-extra] works with empty text [✔]
1449.31 s
[conduit-extra] works with empty lines [✔]
1449.31 s
[conduit-extra] text lines bounded
1449.31 s
[conduit-extra] yields nothing given nothing [✔]
1449.31 s
[conduit-extra] yields nothing given only empty text [✔]
1449.31 s
[conduit-extra] works across split lines [✔]
1449.31 s
[conduit-extra] works with multiple lines in an item [✔]
1449.31 s
[conduit-extra] works with ending on a newline [✔]
1449.31 s
[conduit-extra] works with ending a middle item on a newline [✔]
1449.31 s
[conduit-extra] works with empty text [✔]
1449.31 s
[conduit-extra] works with empty lines [✔]
1449.31 s
[conduit-extra] throws an exception when lines are too long [✔]
1449.31 s
[conduit-extra] works with infinite input [✔]
1449.31 s
[conduit-extra] text decode
1449.31 s
[conduit-extra] doesn't throw runtime exceptions [✔]
1449.31 s
[conduit-extra] is not too eager [✔]
1449.31 s
[conduit-extra] Data.Conduit.Zlib
1449.31 s
[conduit-extra] Data.Conduit.Zlib
1449.32 s
[libyaml] checking for references to /build/ in /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc...
1449.33 s
[conduit-extra] idempotent [✔]
1449.33 s
[conduit-extra] +++ OK, passed 100 tests.
1449.33 s
[libyaml] patching script interpreter paths in /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc
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
1449.86 s
[post-build-hook] Pushing 2 paths (117 are already present) using zstd to cache sellout ⏳
1449.86 s
[post-build-hook]
1450.21 s
[post-build-hook] Pushing /nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4 (3.44 MiB)
1450.33 s
[post-build-hook] Pushing /nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc (755.84 KiB)
1451.21 s
[post-build-hook]
1451.21 s
[post-build-hook] All done.
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
1451.27 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1451.41 s
[post-build-hook] copying 2 paths...
1451.41 s
[post-build-hook] copying path '/nix/store/d2vsrndi48b6k6kqz1aq4ls7n2lhd7wp-libyaml-0.1.4-doc' to 'https://cache.nix-ci.com'...
1451.63 s
[post-build-hook] copying path '/nix/store/00w0c7bl8jq41dnfmqgr1mg89grfgpjq-libyaml-0.1.4' to 'https://cache.nix-ci.com'...
1452.49 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1452.71 s
[post-build-hook] copying 1 paths...
1452.71 s
[post-build-hook] copying path '/nix/store/cx4w015yx19f9jnnhwmk5b5c4c46lz3q-libyaml-0.1.4.drv' to 'https://cache.nix-ci.com'...
1452.85 s
Progress: 141 of 157 built (3 building), 587 of 587 downloaded from cache
1452.91 s
Building yaml
1452.91 s
[conduit-extra] flush [✔]
1452.91 s
[conduit-extra] +++ OK, passed 100 tests.
1452.91 s
[conduit-extra] compressFlush large data [✔]
1452.91 s
[conduit-extra] uncompressed after compressed [✔]
1452.91 s
[conduit-extra] multiple compressed values [✔]
1452.91 s
[conduit-extra] single compressed, multiple uncompressed chunks [✔]
1452.91 s
[conduit-extra] multiple, over 32k [✔]
1452.91 s
[conduit-extra]
1452.91 s
[conduit-extra] Finished in 4.5882 seconds
1452.91 s
[conduit-extra] 133 examples, 0 failures
1452.91 s
[conduit-extra] Test suite test: PASS
1452.91 s
[conduit-extra] Test suite logged to: dist/test/conduit-extra-1.3.8-test.log
1452.91 s
[conduit-extra] 1 of 1 test suites (1 of 1 test cases) passed.
1452.91 s
[conduit-extra] Phase: haddockPhase
1452.91 s
[conduit-extra] Preprocessing library for conduit-extra-1.3.8...
1452.91 s
[conduit-extra] Running Haddock on library for conduit-extra-1.3.8...
1452.91 s
[conduit-extra] Warning: The documentation for the following packages are not installed. No
1452.91 s
[conduit-extra] links will be generated to these packages: attoparsec-0.14.4,
1452.91 s
[conduit-extra] attoparsec-0.14.4, vector-0.13.2.0
1452.91 s
[conduit-extra] [ 1 of 13] Compiling Data.Conduit.Attoparsec ( Data/Conduit/Attoparsec.hs, nothing )
1452.91 s
[conduit-extra] [ 2 of 13] Compiling Data.Conduit.Binary ( Data/Conduit/Binary.hs, nothing )
1452.91 s
[conduit-extra] [ 3 of 13] Compiling Data.Conduit.ByteString.Builder ( Data/Conduit/ByteString/Builder.hs, nothing )
1452.91 s
[conduit-extra] [ 4 of 13] Compiling Data.Conduit.Filesystem ( Data/Conduit/Filesystem.hs, nothing )
1452.91 s
[conduit-extra] [ 5 of 13] Compiling Data.Conduit.Foldl ( Data/Conduit/Foldl.hs, nothing )
1452.91 s
[conduit-extra] [ 6 of 13] Compiling Data.Conduit.Lazy ( Data/Conduit/Lazy.hs, nothing )
1452.91 s
[conduit-extra] [ 7 of 13] Compiling Data.Conduit.Network ( Data/Conduit/Network.hs, nothing )
1452.91 s
[conduit-extra] [ 8 of 13] Compiling Data.Conduit.Network.UDP ( Data/Conduit/Network/UDP.hs, nothing )
1452.91 s
[conduit-extra] [ 9 of 13] Compiling Data.Conduit.Network.Unix ( Data/Conduit/Network/Unix.hs, nothing )
1452.91 s
[conduit-extra] [10 of 13] Compiling Data.Conduit.Process ( Data/Conduit/Process.hs, nothing )
1452.91 s
[conduit-extra] Data/Conduit/Process.hs:48:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.91 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.91 s
[conduit-extra] will become an error in a future GHC release.
1452.91 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.91 s
[conduit-extra] |
1452.91 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
1452.91 s
[conduit-extra] | ^
1452.91 s
[conduit-extra]
1452.91 s
[conduit-extra] Data/Conduit/Process.hs:48:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.91 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.91 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
1452.92 s
[conduit-extra] 48 | instance (r ~ (), MonadIO m, i ~ ByteString) => InputSource (ConduitM i o m r) where
1452.92 s
[conduit-extra] | ^
1452.92 s
[conduit-extra]
1452.92 s
[conduit-extra] Data/Conduit/Process.hs:50:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.92 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.92 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
1452.92 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
1452.92 s
[conduit-extra] | ^
1452.92 s
[conduit-extra]
1452.92 s
[conduit-extra] Data/Conduit/Process.hs:50:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.92 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.92 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
1452.92 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
1452.92 s
[conduit-extra] | ^
1452.92 s
[conduit-extra]
1452.92 s
[conduit-parse] Documentation created: dist/doc/html/conduit-parse/,
1452.92 s
[conduit-parse] dist/doc/html/conduit-parse/conduit-parse.txt
1452.92 s
[conduit-parse] Preprocessing test suite 'tests' for conduit-parse-0.2.1.1...
1452.92 s
[conduit-parse] Phase: installPhase
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
1452.92 s
[conduit-parse] Phase: fixupPhase
1452.92 s
[conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
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
1452.92 s
[conduit-parse] checking for references to /build/ in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1...
1452.92 s
[conduit-parse] patching script interpreter paths in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1
1452.92 s
[conduit-parse] stripping (with command strip and flags -S -p) in /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1/lib
1452.92 s
[conduit-parse] shrinking RPATHs of ELF executables and libraries in /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc
1452.92 s
[conduit-parse] checking for references to /build/ in /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc...
1452.92 s
[conduit-parse] patching script interpreter paths in /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1452.92 s
[conduit-extra] Data/Conduit/Process.hs:50:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.92 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.92 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
1452.92 s
[conduit-extra] 50 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, i ~ ByteString) => InputSource (ConduitM i o m r, n r') where
1452.92 s
[conduit-extra] | ^
1452.92 s
[conduit-extra]
1452.92 s
[conduit-extra] Data/Conduit/Process.hs:66:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.92 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.92 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
1452.92 s
[conduit-extra] 66 | instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
1452.92 s
[conduit-extra] | ^
1452.92 s
[conduit-extra]
1452.92 s
[conduit-extra] Data/Conduit/Process.hs:68:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.92 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.92 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
1452.92 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
1452.92 s
[conduit-extra] | ^
1452.92 s
[conduit-extra]
1452.92 s
[conduit-extra] Data/Conduit/Process.hs:68:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.92 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.92 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
1452.92 s
[conduit-extra] 68 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (BuilderInput o m r, n r') where
1452.92 s
[conduit-extra] | ^
1452.92 s
[conduit-extra]
1452.92 s
[conduit-extra] Data/Conduit/Process.hs:70:24: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.92 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.92 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
1452.92 s
[conduit-extra] 70 | instance (MonadIO m, r ~ ()) => InputSource (FlushInput o m r) where
1452.92 s
[conduit-extra] | ^
1452.92 s
[conduit-extra]
1452.92 s
[conduit-extra] Data/Conduit/Process.hs:72:35: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.92 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.92 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
1452.92 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
1452.92 s
[conduit-extra] | ^
1452.92 s
[conduit-extra]
1452.92 s
[conduit-extra] Data/Conduit/Process.hs:72:44: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1452.92 s
[conduit-extra] The use of ‘~’ without TypeOperators
1452.92 s
[conduit-extra] will become an error in a future GHC release.
1452.92 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1452.92 s
[conduit-extra] |
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
1453.43 s
[post-build-hook] Pushing 2 paths (131 are already present) using zstd to cache sellout ⏳
1453.43 s
[post-build-hook]
1453.78 s
[post-build-hook] Pushing /nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1 (1.43 MiB)
1453.80 s
[post-build-hook] Pushing /nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc (326.57 KiB)
1454.82 s
[post-build-hook]
1454.82 s
[post-build-hook] All done.
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
1454.88 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1455.07 s
[post-build-hook] copying 2 paths...
1455.07 s
[post-build-hook] copying path '/nix/store/5lp6hjm8dj10ndnnjx2q8kdsd8n56hib-conduit-parse-0.2.1.1-doc' to 'https://cache.nix-ci.com'...
1455.32 s
[post-build-hook] copying path '/nix/store/vwh8iw0i076q4qrgb371d3a95d18vwxn-conduit-parse-0.2.1.1' to 'https://cache.nix-ci.com'...
1455.79 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1456.02 s
[post-build-hook] copying 1 paths...
1456.02 s
[post-build-hook] copying path '/nix/store/v9v30bggv11kdj92bzgb6abyasbm32cz-conduit-parse-0.2.1.1.drv' to 'https://cache.nix-ci.com'...
1456.16 s
Progress: 142 of 157 built (3 building), 587 of 587 downloaded from cache
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 )
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 )
1456.17 s
[conduit-extra] 72 | instance (MonadIO m, MonadIO n, r ~ (), r' ~ ()) => InputSource (FlushInput o m r, n r') where
1456.17 s
[conduit-extra] | ^
1456.17 s
[conduit-extra]
1456.17 s
[conduit-extra] Data/Conduit/Process.hs:75:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1456.17 s
[conduit-extra] The use of ‘~’ without TypeOperators
1456.17 s
[conduit-extra] will become an error in a future GHC release.
1456.17 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1456.17 s
[conduit-extra] |
1456.17 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
1456.17 s
[conduit-extra] | ^
1456.17 s
[conduit-extra]
1456.17 s
[conduit-extra] Data/Conduit/Process.hs:75:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1456.17 s
[conduit-extra] The use of ‘~’ without TypeOperators
1456.17 s
[conduit-extra] will become an error in a future GHC release.
1456.17 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1456.17 s
[conduit-extra] |
1456.17 s
[conduit-extra] 75 | instance (r ~ (), MonadIO m, o ~ ByteString) => OutputSink (ConduitM i o m r) where
1456.17 s
[conduit-extra] | ^
1456.17 s
[conduit-extra]
1456.17 s
[conduit-extra] Data/Conduit/Process.hs:77:13: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1456.17 s
[conduit-extra] The use of ‘~’ without TypeOperators
1456.17 s
[conduit-extra] will become an error in a future GHC release.
1456.17 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1456.17 s
[conduit-extra] |
1456.17 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
1456.17 s
[conduit-extra] | ^
1456.17 s
[conduit-extra]
1456.17 s
[conduit-extra] Data/Conduit/Process.hs:77:22: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1456.17 s
[conduit-extra] The use of ‘~’ without TypeOperators
1456.17 s
[conduit-extra] will become an error in a future GHC release.
1456.17 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1456.17 s
[conduit-extra] |
1456.17 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
1456.17 s
[conduit-extra] | ^
1456.17 s
[conduit-extra]
1456.17 s
[conduit-extra] Data/Conduit/Process.hs:77:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1456.17 s
[conduit-extra] The use of ‘~’ without TypeOperators
1456.17 s
[conduit-extra] will become an error in a future GHC release.
1456.17 s
[conduit-extra] Suggested fix: Perhaps you intended to use TypeOperators
1456.17 s
[conduit-extra] |
1456.17 s
[conduit-extra] 77 | instance (r ~ (), r' ~ (), MonadIO m, MonadIO n, o ~ ByteString) => OutputSink (ConduitM i o m r, n r') where
1456.17 s
[conduit-extra] | ^
1456.17 s
[conduit-extra]
1456.17 s
[conduit-extra] [11 of 13] Compiling Data.Conduit.Process.Typed ( Data/Conduit/Process/Typed.hs, nothing )
1456.17 s
[conduit-extra] [12 of 13] Compiling Data.Conduit.Text ( Data/Conduit/Text.hs, nothing )
1456.17 s
[conduit-extra] [13 of 13] Compiling Data.Conduit.Zlib ( Data/Conduit/Zlib.hs, nothing )
1456.17 s
[conduit-extra] Haddock coverage:
1456.17 s
[conduit-extra] Warning: 'ParseError' is ambiguous. It is defined
1456.17 s
[conduit-extra] * at Data/Conduit/Attoparsec.hs:44:19
1456.17 s
[conduit-extra] * at Data/Conduit/Attoparsec.hs:44:1
1456.17 s
[conduit-extra] You may be able to disambiguate the identifier by qualifying it or
1456.17 s
[conduit-extra] by specifying the type/value namespace explicitly.
1456.17 s
[conduit-extra] Defaulting to the one defined at Data/Conduit/Attoparsec.hs:44:1
1456.17 s
[conduit-extra] 84% ( 11 / 13) in 'Data.Conduit.Attoparsec'
1456.17 s
[conduit-extra] Missing documentation for:
1456.17 s
[conduit-extra] Position (Data/Conduit/Attoparsec.hs:53)
1456.17 s
[conduit-extra] PositionRange (Data/Conduit/Attoparsec.hs:64)
1456.17 s
[conduit-extra] 100% ( 45 / 45) in 'Data.Conduit.Binary'
1456.17 s
[conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.ByteString.Builder'
1456.17 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Filesystem'
1456.17 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Foldl'
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1456.17 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1456.17 s
[lsp-types] Ambiguous record update with parent type constructor ‘ResponseError’.
1456.17 s
[lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
1456.17 s
[lsp-types] Consider disambiguating using module qualification instead.
1456.17 s
[lsp-types] |
1456.17 s
[lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n) }
1456.17 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1456.17 s
[lsp-types]
1456.17 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1456.17 s
[lsp-types] Ambiguous record update with parent type constructor ‘TResponseError’.
1456.17 s
[lsp-types] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
1456.17 s
[lsp-types] Consider disambiguating using module qualification instead.
1456.17 s
[lsp-types] |
1456.17 s
[lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n) }
1456.17 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1456.17 s
[lsp-types]
1456.17 s
[yaml] Phase: setupCompilerEnvironmentPhase
1456.17 s
[yaml] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1456.17 s
[yaml] Phase: unpackPhase
1456.17 s
[yaml] unpacking source archive /nix/store/1i4qpms3prjxhdqwxcidf0isp8prw52b-yaml-0.11.11.2.tar.gz
1456.17 s
[yaml] source root is yaml-0.11.11.2
1456.17 s
[yaml] setting SOURCE_DATE_EPOCH to timestamp 1688236994 of file "yaml-0.11.11.2/yaml.cabal"
1456.17 s
[yaml] Phase: patchPhase
1456.17 s
[yaml] Replace Cabal file with edited version from mirror://hackage/yaml-0.11.11.2/revision/2.cabal.
1456.17 s
[yaml] Phase: compileBuildDriverPhase
1456.17 s
[yaml] setupCompileFlags: -package-db=/build/tmp.SgT12wo4d3/setup-package.conf.d -threaded
1456.17 s
[yaml] [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.SgT12wo4d3/Main.o )
1456.17 s
[yaml] [2 of 2] Linking Setup
1456.17 s
[yaml] Phase: updateAutotoolsGnuConfigScriptsPhase
1456.17 s
[yaml] Phase: configurePhase
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
1456.17 s
[yaml] Using Parsec parser
1456.17 s
[yaml] Configuring yaml-0.11.11.2...
1456.17 s
[yaml] Flags chosen: no-examples=True, no-exe=False
1456.17 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
1456.17 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
1456.17 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
1456.17 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
1456.17 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
1456.17 s
[yaml] Dependency containers: using containers-0.7
1456.17 s
[yaml] Dependency directory: using directory-1.3.8.5
1456.17 s
[yaml] Dependency filepath: using filepath-1.5.4.0
1456.17 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
1456.17 s
[yaml] Dependency mtl: using mtl-2.3.1
1456.17 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
1456.17 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
1456.17 s
[yaml] Dependency template-haskell: using template-haskell-2.22.0.0
1456.17 s
[yaml] Dependency text: using text-2.1.2
1456.17 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
1456.17 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
1456.17 s
[yaml] Dependency vector: using vector-0.13.2.0
1456.17 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
1456.17 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
1456.17 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
1456.17 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
1456.17 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
1456.17 s
[yaml] Dependency containers: using containers-0.7
1456.17 s
[yaml] Dependency directory: using directory-1.3.8.5
1456.17 s
[yaml] Dependency filepath: using filepath-1.5.4.0
1456.17 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
1456.17 s
[yaml] Dependency mtl: using mtl-2.3.1
1456.17 s
[yaml] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1456.17 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
1456.17 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
1456.17 s
[conduit-extra] 100% ( 3 / 3) in 'Data.Conduit.Lazy'
1456.17 s
[conduit-extra] 52% ( 18 / 34) in 'Data.Conduit.Network'
1456.17 s
[conduit-extra] Missing documentation for:
1456.17 s
[conduit-extra] Module header
1456.17 s
[conduit-extra] appSource (Data/Conduit/Network.hs:88)
1456.17 s
[conduit-extra] appSink (Data/Conduit/Network.hs:99)
1456.17 s
[conduit-extra] appSockAddr
1456.17 s
[conduit-extra] appLocalAddr
1456.17 s
[conduit-extra] serverSettings (Data/Conduit/Network.hs:82)
1456.17 s
[conduit-extra] runTCPServerWithHandle
1456.17 s
[conduit-extra] clientSettings (Data/Conduit/Network.hs:85)
1456.17 s
[conduit-extra] getPort
1456.17 s
[conduit-extra] getHost
1456.17 s
[conduit-extra] getAfterBind
1456.17 s
[conduit-extra] getNeedLocalAddr
1456.17 s
[conduit-extra] setPort
1456.17 s
[conduit-extra] setHost
1456.17 s
[conduit-extra] setAfterBind
1456.17 s
[conduit-extra] setNeedLocalAddr
1456.17 s
[conduit-extra] 90% ( 10 / 11) in 'Data.Conduit.Network.UDP'
1456.17 s
[conduit-extra] Missing documentation for:
1456.17 s
[conduit-extra] Module header
1456.17 s
[conduit-extra] 59% ( 13 / 22) in 'Data.Conduit.Network.Unix'
1456.17 s
[conduit-extra] Missing documentation for:
1456.17 s
[conduit-extra] Module header
1456.17 s
[conduit-extra] appSource (Data/Conduit/Network.hs:88)
1456.17 s
[conduit-extra] appSink (Data/Conduit/Network.hs:99)
1456.17 s
[conduit-extra] serverSettings (Data/Conduit/Network/Unix.hs:36)
1456.17 s
[conduit-extra] clientSettings (Data/Conduit/Network/Unix.hs:33)
1456.17 s
[conduit-extra] getPath
1456.17 s
[conduit-extra] getAfterBind
1456.17 s
[conduit-extra] setPath
1456.17 s
[conduit-extra] setAfterBind
1456.17 s
[conduit-extra] 100% ( 12 / 12) in 'Data.Conduit.Process'
1456.17 s
[conduit-extra] 100% ( 9 / 9) in 'Data.Conduit.Process.Typed'
1456.17 s
[conduit-extra] 100% ( 25 / 25) in 'Data.Conduit.Text'
1456.17 s
[conduit-extra] Warning: 'WindowBits' is ambiguous. It is defined
1456.17 s
[conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
1456.17 s
[conduit-extra] * in ‘Codec.Compression.Zlib.Stream’
1456.17 s
[conduit-extra] You may be able to disambiguate the identifier by qualifying it or
1456.17 s
[conduit-extra] by specifying the type/value namespace explicitly.
1456.17 s
[conduit-extra] Defaulting to the one defined in ‘Codec.Compression.Zlib.Stream’
1456.17 s
[conduit-extra] 100% ( 14 / 14) in 'Data.Conduit.Zlib'
1456.17 s
[conduit-extra] Warning: Data.Conduit.Attoparsec: could not find link destinations for:
1456.17 s
[conduit-extra] - Data.Attoparsec.Internal.Types.IResult
1456.17 s
[conduit-extra] - Data.Attoparsec.Internal.Types.Parser
1456.17 s
[conduit-extra] - Data.Conduit.Attoparsec.parseA
1456.17 s
[conduit-extra] - Data.Conduit.Attoparsec.feedA
1456.17 s
[conduit-extra] - Data.Conduit.Attoparsec.empty
1456.17 s
[conduit-extra] - Data.Conduit.Attoparsec.isNull
1456.17 s
[conduit-extra] - Data.Conduit.Attoparsec.getLinesCols
1456.17 s
[conduit-extra] - Data.Conduit.Attoparsec.stripFromEnd
1456.17 s
[conduit-extra] Warning: Data.Conduit.Binary: could not find link destinations for:
1456.17 s
[conduit-extra] - Data.Conduit.Binary.SinkStorableInsufficientBytes
1456.17 s
[conduit-extra] Warning: Data.Conduit.ByteString.Builder: could not find link destinations for:
1456.17 s
[conduit-extra] - Data.Conduit.Combinators.Buffer
1456.17 s
[conduit-extra] Warning: Data.Conduit.Zlib: could not find link destinations for:
1456.17 s
[conduit-extra] - Codec.Compression.Zlib.Stream.Rep_WindowBits
1456.17 s
[yaml] Dependency template-haskell: using template-haskell-2.22.0.0
1456.17 s
[yaml] Dependency text: using text-2.1.2
1456.17 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
1456.17 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
1456.17 s
[yaml] Dependency vector: using vector-0.13.2.0
1456.17 s
[yaml] Dependency yaml: using yaml-0.11.11.2
1456.17 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
1456.17 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
1456.17 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
1456.17 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
1456.17 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
1456.17 s
[yaml] Dependency containers: using containers-0.7
1456.17 s
[yaml] Dependency directory: using directory-1.3.8.5
1456.17 s
[yaml] Dependency filepath: using filepath-1.5.4.0
1456.17 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
1456.17 s
[yaml] Dependency mtl: using mtl-2.3.1
1456.17 s
[yaml] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1456.17 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
1456.17 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
1456.17 s
[yaml] Dependency template-haskell: using template-haskell-2.22.0.0
1456.17 s
[yaml] Dependency text: using text-2.1.2
1456.17 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
1456.17 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
1456.17 s
[yaml] Dependency vector: using vector-0.13.2.0
1456.17 s
[yaml] Dependency yaml: using yaml-0.11.11.2
1456.17 s
[yaml] Dependency HUnit: using HUnit-1.6.2.0
1456.17 s
[yaml] Dependency aeson >=0.11: using aeson-2.2.3.0
1456.17 s
[yaml] Dependency attoparsec >=0.11.3.0: using attoparsec-0.14.4
1456.17 s
[yaml] Dependency base >=4.9.1 && <5: using base-4.20.1.0
1456.17 s
[yaml] Dependency base-compat: using base-compat-0.14.1
1456.17 s
[yaml] Dependency bytestring >=0.9.1.4: using bytestring-0.12.2.0
1456.17 s
[yaml] Dependency conduit >=1.2.8 && <1.4: using conduit-1.3.6.1
1456.17 s
[yaml] Dependency containers: using containers-0.7
1456.17 s
[yaml] Dependency directory: using directory-1.3.8.5
1456.17 s
[yaml] Dependency filepath: using filepath-1.5.4.0
1456.17 s
[yaml] Dependency hspec >=1.3: using hspec-2.11.14
1456.17 s
[yaml] Dependency libyaml >=0.1 && <0.2: using libyaml-0.1.4
1456.17 s
[yaml] Dependency mockery: using mockery-0.3.5
1456.17 s
[yaml] Dependency mtl: using mtl-2.3.1
1456.17 s
[yaml] Dependency raw-strings-qq: using raw-strings-qq-1.1
1456.17 s
[yaml] Dependency resourcet >=0.3 && <1.4: using resourcet-1.3.0
1456.17 s
[yaml] Dependency scientific >=0.3: using scientific-0.3.8.0
1456.18 s
[yaml] Dependency template-haskell: using template-haskell-2.22.0.0
1456.18 s
[yaml] Dependency temporary: using temporary-1.3
1456.18 s
[yaml] Dependency text: using text-2.1.2
1456.18 s
[yaml] Dependency transformers >=0.1: using transformers-0.6.1.1
1456.18 s
[yaml] Dependency unordered-containers: using unordered-containers-0.2.20.1
1456.18 s
[yaml] Dependency vector: using vector-0.13.2.0
1456.18 s
[yaml] Dependency yaml: using yaml-0.11.11.2
1456.18 s
[yaml] Source component graph:
1456.18 s
[yaml] component lib
1456.18 s
[yaml] component exe:json2yaml dependency lib
1456.18 s
[yaml] component exe:yaml2json dependency lib
1456.18 s
[yaml] component test:spec dependency lib
1456.18 s
[yaml] Configured component graph:
1456.18 s
[yaml] component yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] include base-4.20.1.0-f445
1456.18 s
[yaml] include bytestring-0.12.2.0-214a
1456.18 s
[yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] include containers-0.7-6571
1456.18 s
[yaml] include directory-1.3.8.5-159c
1456.18 s
[yaml] include filepath-1.5.4.0-8593
1456.18 s
[yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] include mtl-2.3.1-07d6
1456.18 s
[yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] include template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] include text-2.1.2-7514
1456.18 s
[yaml] include transformers-0.6.1.1-05a6
1456.18 s
[yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] component yaml-0.11.11.2-7yfz19qYAL9GMwuGsQ4rjk-json2yaml
1456.18 s
[yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] include base-4.20.1.0-f445
1456.18 s
[yaml] include bytestring-0.12.2.0-214a
1456.18 s
[yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] include containers-0.7-6571
1456.18 s
[yaml] include directory-1.3.8.5-159c
1456.18 s
[yaml] include filepath-1.5.4.0-8593
1456.18 s
[yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] include mtl-2.3.1-07d6
1456.18 s
[yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1456.18 s
[yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] include template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] include text-2.1.2-7514
1456.18 s
[yaml] include transformers-0.6.1.1-05a6
1456.18 s
[yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] component yaml-0.11.11.2-C6l3oR9zOeuBNcbVsu5E8z-yaml2json
1456.18 s
[yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] include base-4.20.1.0-f445
1456.18 s
[yaml] include bytestring-0.12.2.0-214a
1456.18 s
[yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] include containers-0.7-6571
1456.18 s
[yaml] include directory-1.3.8.5-159c
1456.18 s
[yaml] include filepath-1.5.4.0-8593
1456.18 s
[yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] include mtl-2.3.1-07d6
1456.18 s
[yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1456.18 s
[yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] include template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] include text-2.1.2-7514
1456.18 s
[yaml] include transformers-0.6.1.1-05a6
1456.18 s
[yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] component yaml-0.11.11.2-ARdW95yyoSUF7I2sGRYhYU-spec
1456.18 s
[yaml] include HUnit-1.6.2.0-GAuKlcZg6LzAvJUHPliCN
1456.18 s
[yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] include base-4.20.1.0-f445
1456.18 s
[yaml] include base-compat-0.14.1-HbOgdL3dZRBFDEb8mIzmJl
1456.18 s
[yaml] include bytestring-0.12.2.0-214a
1456.18 s
[yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] include containers-0.7-6571
1456.18 s
[yaml] include directory-1.3.8.5-159c
1456.18 s
[yaml] include filepath-1.5.4.0-8593
1456.18 s
[yaml] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1456.18 s
[yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] include mockery-0.3.5-7LaLv4woJqL5ydloQy7Zit
1456.18 s
[yaml] include mtl-2.3.1-07d6
1456.18 s
[yaml] include raw-strings-qq-1.1-KcEldim9pjUFAuUnw01eSa
1456.18 s
[yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] include template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1456.18 s
[yaml] include text-2.1.2-7514
1456.18 s
[yaml] include transformers-0.6.1.1-05a6
1456.18 s
[yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] Linked component graph:
1456.18 s
[yaml] unit yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] include base-4.20.1.0-f445
1456.18 s
[yaml] include bytestring-0.12.2.0-214a
1456.18 s
[yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] include containers-0.7-6571
1456.18 s
[yaml] include directory-1.3.8.5-159c
1456.18 s
[yaml] include filepath-1.5.4.0-8593
1456.18 s
[yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] include mtl-2.3.1-07d6
1456.18 s
[yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] include template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] include text-2.1.2-7514
1456.18 s
[yaml] include transformers-0.6.1.1-05a6
1456.18 s
[yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
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
1456.18 s
[yaml] unit yaml-0.11.11.2-7yfz19qYAL9GMwuGsQ4rjk-json2yaml
1456.18 s
[yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] include base-4.20.1.0-f445
1456.18 s
[yaml] include bytestring-0.12.2.0-214a
1456.18 s
[yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] include containers-0.7-6571
1456.18 s
[yaml] include directory-1.3.8.5-159c
1456.18 s
[yaml] include filepath-1.5.4.0-8593
1456.18 s
[yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] include mtl-2.3.1-07d6
1456.18 s
[yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1456.18 s
[yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] include template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] include text-2.1.2-7514
1456.18 s
[yaml] include transformers-0.6.1.1-05a6
1456.18 s
[yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] unit yaml-0.11.11.2-C6l3oR9zOeuBNcbVsu5E8z-yaml2json
1456.18 s
[yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] include base-4.20.1.0-f445
1456.18 s
[yaml] include bytestring-0.12.2.0-214a
1456.18 s
[yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] include containers-0.7-6571
1456.18 s
[yaml] include directory-1.3.8.5-159c
1456.18 s
[yaml] include filepath-1.5.4.0-8593
1456.18 s
[yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] include mtl-2.3.1-07d6
1456.18 s
[yaml] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1456.18 s
[yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] include template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] include text-2.1.2-7514
1456.18 s
[yaml] include transformers-0.6.1.1-05a6
1456.18 s
[yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] unit yaml-0.11.11.2-ARdW95yyoSUF7I2sGRYhYU-spec
1456.18 s
[yaml] include HUnit-1.6.2.0-GAuKlcZg6LzAvJUHPliCN
1456.18 s
[yaml] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] include base-4.20.1.0-f445
1456.18 s
[yaml] include base-compat-0.14.1-HbOgdL3dZRBFDEb8mIzmJl
1456.18 s
[yaml] include bytestring-0.12.2.0-214a
1456.18 s
[yaml] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] include containers-0.7-6571
1456.18 s
[yaml] include directory-1.3.8.5-159c
1456.18 s
[yaml] include filepath-1.5.4.0-8593
1456.18 s
[yaml] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1456.18 s
[yaml] include libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] include mockery-0.3.5-7LaLv4woJqL5ydloQy7Zit
1456.18 s
[yaml] include mtl-2.3.1-07d6
1456.18 s
[yaml] include raw-strings-qq-1.1-KcEldim9pjUFAuUnw01eSa
1456.18 s
[yaml] include resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] include template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1456.18 s
[yaml] include text-2.1.2-7514
1456.18 s
[yaml] include transformers-0.6.1.1-05a6
1456.18 s
[yaml] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] Ready component graph:
1456.18 s
[yaml] definite yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] depends base-4.20.1.0-f445
1456.18 s
[yaml] depends bytestring-0.12.2.0-214a
1456.18 s
[yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] depends containers-0.7-6571
1456.18 s
[yaml] depends directory-1.3.8.5-159c
1456.18 s
[yaml] depends filepath-1.5.4.0-8593
1456.18 s
[yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] depends mtl-2.3.1-07d6
1456.18 s
[yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] depends template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] depends text-2.1.2-7514
1456.18 s
[yaml] depends transformers-0.6.1.1-05a6
1456.18 s
[yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] definite yaml-0.11.11.2-7yfz19qYAL9GMwuGsQ4rjk-json2yaml
1456.18 s
[yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] depends base-4.20.1.0-f445
1456.18 s
[yaml] depends bytestring-0.12.2.0-214a
1456.18 s
[yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] depends containers-0.7-6571
1456.18 s
[yaml] depends directory-1.3.8.5-159c
1456.18 s
[yaml] depends filepath-1.5.4.0-8593
1456.18 s
[yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] depends mtl-2.3.1-07d6
1456.18 s
[yaml] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1456.18 s
[yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] depends template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] depends text-2.1.2-7514
1456.18 s
[yaml] depends transformers-0.6.1.1-05a6
1456.18 s
[yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] definite yaml-0.11.11.2-ARdW95yyoSUF7I2sGRYhYU-spec
1456.18 s
[yaml] depends HUnit-1.6.2.0-GAuKlcZg6LzAvJUHPliCN
1456.18 s
[yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] depends base-4.20.1.0-f445
1456.18 s
[yaml] depends base-compat-0.14.1-HbOgdL3dZRBFDEb8mIzmJl
1456.18 s
[yaml] depends bytestring-0.12.2.0-214a
1456.18 s
[yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] depends containers-0.7-6571
1456.18 s
[yaml] depends directory-1.3.8.5-159c
1456.18 s
[yaml] depends filepath-1.5.4.0-8593
1456.18 s
[yaml] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1456.18 s
[yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] depends mockery-0.3.5-7LaLv4woJqL5ydloQy7Zit
1456.18 s
[yaml] depends mtl-2.3.1-07d6
1456.18 s
[yaml] depends raw-strings-qq-1.1-KcEldim9pjUFAuUnw01eSa
1456.18 s
[yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] depends template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1456.18 s
[yaml] depends text-2.1.2-7514
1456.18 s
[yaml] depends transformers-0.6.1.1-05a6
1456.18 s
[yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] definite yaml-0.11.11.2-C6l3oR9zOeuBNcbVsu5E8z-yaml2json
1456.18 s
[yaml] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1456.18 s
[yaml] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1456.18 s
[yaml] depends base-4.20.1.0-f445
1456.18 s
[yaml] depends bytestring-0.12.2.0-214a
1456.18 s
[yaml] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1456.18 s
[yaml] depends containers-0.7-6571
1456.18 s
[yaml] depends directory-1.3.8.5-159c
1456.18 s
[yaml] depends filepath-1.5.4.0-8593
1456.18 s
[yaml] depends libyaml-0.1.4-Gu2WcHbFuRyIeMXPFvZtQl
1456.18 s
[yaml] depends mtl-2.3.1-07d6
1456.18 s
[yaml] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1456.18 s
[yaml] depends resourcet-1.3.0-4datqzuyVPwH76Xd5pRPtZ
1456.18 s
[yaml] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1456.18 s
[yaml] depends template-haskell-2.22.0.0-58bf
1456.18 s
[yaml] depends text-2.1.2-7514
1456.18 s
[yaml] depends transformers-0.6.1.1-05a6
1456.18 s
[yaml] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1456.18 s
[yaml] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1456.18 s
[yaml] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1456.18 s
[yaml] Using Cabal-3.12.1.0 compiled by ghc-9.10
1456.18 s
[yaml] Using compiler: ghc-9.10.2
1456.18 s
[yaml] Using install prefix:
1456.18 s
[yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2
1456.18 s
[yaml] Executables installed in:
1456.18 s
[yaml] /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
1456.18 s
[yaml] Libraries installed in:
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
1456.18 s
[yaml] Dynamic Libraries installed in:
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
1456.18 s
[yaml] Private executables installed in:
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
1456.18 s
[yaml] Data files installed in:
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
1456.18 s
[yaml] Documentation installed in:
1456.18 s
[yaml] /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc/share/doc/yaml-0.11.11.2
1456.18 s
[yaml] Configuration files installed in:
1456.18 s
[yaml] /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/etc
1456.18 s
[yaml] No alex found
1456.18 s
[yaml] Using ar found on system at:
1456.18 s
[yaml] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1456.18 s
[yaml] No c2hs found
1456.18 s
[yaml] No cpphs found
1456.18 s
[yaml] No doctest found
1456.18 s
[yaml] Using gcc version 14.3.0 given by user at:
1456.18 s
[yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1456.18 s
[yaml] Using ghc version 9.10.2 found on system at:
1456.18 s
[yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1456.18 s
[yaml] Using ghc-pkg version 9.10.2 found on system at:
1456.18 s
[yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1456.18 s
[yaml] No ghcjs found
1456.18 s
[yaml] No ghcjs-pkg found
1456.18 s
[yaml] No greencard found
1456.18 s
[yaml] Using haddock version 2.31.0 found on system at:
1456.18 s
[yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1456.18 s
[yaml] No happy found
1456.18 s
[yaml] Using haskell-suite found on system at: haskell-suite-dummy-location
1456.18 s
[yaml] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1456.18 s
[yaml] No hmake found
1456.18 s
[yaml] Using hpc version 0.69 found on system at:
1456.18 s
[yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1456.18 s
[yaml] Using hsc2hs version 0.68.10 found on system at:
1456.18 s
[yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1456.18 s
[yaml] Using hscolour version 1.25 found on system at:
1456.18 s
[yaml] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1456.18 s
[yaml] No jhc found
1456.18 s
[yaml] Using ld found on system at:
1456.18 s
[yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1456.18 s
[yaml] No pkg-config found
1456.18 s
[yaml] Using runghc version 9.10.2 found on system at:
1456.18 s
[yaml] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1456.18 s
[yaml] Using strip version 2.44 found on system at:
1456.18 s
[yaml] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1456.18 s
[yaml] Using tar found on system at:
1456.18 s
[yaml] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1456.18 s
[yaml] No uhc found
1456.18 s
[yaml] Phase: buildPhase
1456.24 s
[yaml] Preprocessing library for yaml-0.11.11.2...
1456.24 s
[yaml] Building library for yaml-0.11.11.2...
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 )
1456.57 s
[conduit-extra] Documentation created: dist/doc/html/conduit-extra/,
1456.57 s
[conduit-extra] dist/doc/html/conduit-extra/conduit-extra.txt
1456.64 s
[conduit-extra] Preprocessing test suite 'test' for conduit-extra-1.3.8...
1456.70 s
[conduit-extra] Phase: installPhase
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
1457.06 s
[conduit-extra] Phase: fixupPhase
1457.08 s
[conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
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
1457.10 s
[conduit-extra] checking for references to /build/ in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8...
1457.13 s
[conduit-extra] patching script interpreter paths in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8
1457.13 s
[conduit-extra] stripping (with command strip and flags -S -p) in /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8/lib
1457.23 s
[conduit-extra] shrinking RPATHs of ELF executables and libraries in /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc
1457.24 s
[conduit-extra] checking for references to /build/ in /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc...
1457.26 s
[conduit-extra] patching script interpreter paths in /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc
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
1457.88 s
[post-build-hook] Pushing 2 paths (132 are already present) using zstd to cache sellout ⏳
1457.89 s
[post-build-hook]
1458.24 s
[post-build-hook] Pushing /nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc (2.11 MiB)
1458.26 s
[post-build-hook] Pushing /nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8 (5.11 MiB)
1459.59 s
[post-build-hook]
1459.59 s
[post-build-hook] All done.
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
1459.65 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1459.82 s
[post-build-hook] copying 2 paths...
1459.83 s
[post-build-hook] copying path '/nix/store/5krch3z8vf0as27rwfcbyasx3r8x3yrf-conduit-extra-1.3.8-doc' to 'https://cache.nix-ci.com'...
1460.19 s
[post-build-hook] copying path '/nix/store/bgcdfbhhfk0a2f66p0pbbjqzp8q56ndb-conduit-extra-1.3.8' to 'https://cache.nix-ci.com'...
1461.52 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1461.69 s
[post-build-hook] copying 1 paths...
1461.71 s
[post-build-hook] copying path '/nix/store/877bwjn9hksbjz18h66aqqkn1pnqbz22-conduit-extra-1.3.8.drv' to 'https://cache.nix-ci.com'...
1461.83 s
Progress: 143 of 157 built (2 building), 587 of 587 downloaded from cache
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1461.84 s
[yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, dist/build/Data/Yaml/Internal.p_o )
1461.84 s
[yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, dist/build/Data/Yaml/Include.p_o )
1461.84 s
[yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, dist/build/Data/Yaml/Builder.p_o )
1461.84 s
[yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, dist/build/Data/Yaml.p_o )
1461.84 s
[yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, dist/build/Data/Yaml/Config.p_o )
1461.84 s
[yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, dist/build/Data/Yaml/Aeson.p_o )
1461.84 s
[yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, dist/build/Data/Yaml/Parser.p_o )
1461.84 s
[yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, dist/build/Data/Yaml/Pretty.p_o )
1461.84 s
[yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, dist/build/Data/Yaml/TH.p_o )
1461.84 s
[yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, dist/build/Paths_yaml.p_o )
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 )
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 )
1463.27 s
[yaml] Preprocessing executable 'json2yaml' for yaml-0.11.11.2...
1463.27 s
[yaml] Building executable 'json2yaml' for yaml-0.11.11.2...
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 )
1463.51 s
[yaml] [2 of 3] Compiling Common ( exe/Common.hs, dist/build/json2yaml/json2yaml-tmp/Common.o )
1463.57 s
[yaml] [3 of 3] Compiling Main ( exe/json2yaml.hs, dist/build/json2yaml/json2yaml-tmp/Main.o )
1464.02 s
[yaml] [4 of 4] Linking dist/build/json2yaml/json2yaml
1465.05 s
[yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
1465.05 s
[yaml] Building test suite 'spec' for yaml-0.11.11.2...
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 )
1465.62 s
[yaml] test/Data/Yaml/IncludeSpec.hs:15:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1465.62 s
[yaml] The import of ‘Data.Yaml’ is redundant
1465.62 s
[yaml] except perhaps to import instances from ‘Data.Yaml’
1465.62 s
[yaml] To import instances alone, use: import Data.Yaml()
1465.62 s
[yaml] |
1465.62 s
[yaml] 15 | import Data.Yaml (ParseException(InvalidYaml))
1465.62 s
[yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1465.62 s
[yaml]
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 )
1466.08 s
[yaml] [3 of 5] Compiling Data.YamlSpec ( test/Data/YamlSpec.hs, dist/build/spec/spec-tmp/Data/YamlSpec.o )
1466.08 s
[yaml] test/Data/YamlSpec.hs:46:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1466.08 s
[yaml] The import of ‘Data.String’ is redundant
1466.08 s
[yaml] except perhaps to import instances from ‘Data.String’
1466.08 s
[yaml] To import instances alone, use: import Data.String()
1466.08 s
[yaml] |
1466.08 s
[yaml] 46 | import Data.String (fromString)
1466.08 s
[yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1466.08 s
[yaml]
1466.08 s
[yaml] test/Data/YamlSpec.hs:52:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1466.08 s
[yaml] The qualified import of ‘Data.HashMap.Strict’ is redundant
1466.08 s
[yaml] except perhaps to import instances from ‘Data.HashMap.Strict’
1466.08 s
[yaml] To import instances alone, use: import Data.HashMap.Strict()
1466.08 s
[yaml] |
1466.08 s
[yaml] 52 | import qualified Data.HashMap.Strict as HM
1466.08 s
[yaml] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1466.08 s
[yaml]
1466.08 s
[yaml] test/Data/YamlSpec.hs:61:1: warning : [ GHC-40910 ] [ -Wunused-top-binds ]
1466.08 s
[yaml] Defined but not used: ‘toText’
1466.08 s
[yaml] |
1466.08 s
[yaml] 61 | toText = K.toText
1466.08 s
[yaml] | ^^^^^^
1466.08 s
[yaml]
1466.96 s
[lsp-types] Preprocessing library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
1466.98 s
[lsp-types] Building library 'lsp-types-quickcheck' for lsp-types-2.3.0.1...
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 )
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 )
1468.25 s
[yaml] [4 of 5] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
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 )
1468.79 s
[yaml] [6 of 6] Linking dist/build/spec/spec
1469.98 s
[yaml] Preprocessing executable 'yaml2json' for yaml-0.11.11.2...
1469.98 s
[yaml] Building executable 'yaml2json' for yaml-0.11.11.2...
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 )
1470.20 s
[yaml] [2 of 3] Compiling Common ( exe/Common.hs, dist/build/yaml2json/yaml2json-tmp/Common.o )
1470.26 s
[yaml] [3 of 3] Compiling Main ( exe/yaml2json.hs, dist/build/yaml2json/yaml2json-tmp/Main.o )
1470.66 s
[yaml] [4 of 4] Linking dist/build/yaml2json/yaml2json
1471.64 s
[yaml] Phase: checkPhase
1471.93 s
[yaml] Running 1 test suites...
1471.93 s
[yaml] Test suite spec: RUNNING...
1471.93 s
[yaml]
1471.93 s
[yaml] Data.Yaml
1471.93 s
[yaml] streaming
1471.93 s
[yaml] count scalars with anchor [✔]
1471.93 s
[yaml] count sequences with anchor [✔]
1471.93 s
[yaml] count mappings with anchor [✔]
1471.93 s
[yaml] count sequences with custom tag [✔]
1471.93 s
[yaml] count mappings with custom tag [✔]
1471.93 s
[yaml] count count sequences with ! tag [✔]
1471.93 s
[yaml] count count mappings with ! tag [✔]
1471.93 s
[yaml] count block style sequences [✔]
1471.93 s
[yaml] count flow style sequences [✔]
1471.93 s
[yaml] count block style mappings [✔]
1471.93 s
[yaml] count flow style mappings [✔]
1471.93 s
[yaml] count aliases [✔]
1471.93 s
[yaml] count scalars [✔]
1471.93 s
[yaml] largest string [✔]
1471.93 s
[yaml] encode/decode [✔]
1471.93 s
[yaml] encode/decode events [✔]
1471.93 s
[yaml] encode/decode file [✔]
1471.93 s
[yaml] interleaved encode/decode [✔]
1471.93 s
[yaml] decode invalid document (without segfault) [✔]
1471.93 s
[yaml] Data.Yaml
1471.93 s
[yaml] encode/decode [✔]
1471.93 s
[yaml] encode/decode file [✔]
1471.94 s
[yaml] encode/decode files with non-ASCII names [✔]
1471.94 s
[yaml] encode/decode strings [✔]
1471.94 s
[yaml] decode invalid file [✔]
1471.94 s
[yaml] processes datatypes [✔]
1471.94 s
[yaml] encode invalid numbers [✔]
1471.94 s
[yaml] Data.Yaml.Pretty
1471.94 s
[yaml] encode/decode [✔]
1471.94 s
[yaml] encode/decode strings [✔]
1471.94 s
[yaml] processes datatypes [✔]
1471.94 s
[yaml] Data.Yaml.Builder
1471.94 s
[yaml] encode/decode [✔]
1471.94 s
[yaml] encode/decode complex mapping [✔]
1471.94 s
[yaml] Data.Yaml aliases
1471.94 s
[yaml] simple scalar alias [✔]
1471.94 s
[yaml] simple sequence alias [✔]
1471.94 s
[yaml] simple mapping alias [✔]
1471.94 s
[yaml] mapping alias before anchor [✔]
1471.94 s
[yaml] mapping alias inside anchor [✔]
1471.94 s
[yaml] scalar alias overriding [✔]
1471.94 s
[yaml] Data.Yaml merge keys
1471.94 s
[yaml] test uniqueness of keys [✔]
1471.94 s
[yaml] test mapping merge [✔]
1471.94 s
[yaml] test sequence of mappings merging [✔]
1471.94 s
[yaml] numbers
1471.94 s
[yaml] parses as string when quoted [✔]
1471.94 s
[yaml] parses as number when unquoted [✔]
1471.94 s
[yaml] parses as number !!str is present [✔]
1471.94 s
[yaml] integers have no decimals [✔]
1471.94 s
[yaml] booleans
1471.94 s
[yaml] parses when all lowercase [✔]
1471.94 s
[yaml] parses when all uppercase [✔]
1471.94 s
[yaml] parses when titlecase [✔]
1471.94 s
[yaml] empty input
1471.94 s
[yaml] parses as Null [✔]
1471.94 s
[yaml] parses as Null from file [✔]
1471.94 s
[yaml] comment only input
1471.94 s
[yaml] parses as Null [✔]
1471.94 s
[yaml] parses as Null from file [✔]
1471.94 s
[yaml] alias stripping
1471.94 s
[yaml] works [✔]
1471.94 s
[yaml] nulls
1471.94 s
[yaml] null recognized: "null" [✔]
1471.94 s
[yaml] null recognized: "Null" [✔]
1471.94 s
[yaml] null recognized: "NULL" [✔]
1471.94 s
[yaml] null recognized: "~" [✔]
1471.94 s
[yaml] null recognized: "" [✔]
1471.94 s
[yaml] pretty output
1471.94 s
[yaml] simple nulls [✔]
1471.94 s
[yaml] simple numbers [✔]
1471.94 s
[yaml] True [✔]
1471.94 s
[yaml] False [✔]
1471.94 s
[yaml] simple string [✔]
1471.94 s
[yaml] * [✔]
1471.94 s
[yaml] special keys
1471.94 s
[yaml] fo"o [✔]
1471.94 s
[yaml] fo'o [✔]
1471.94 s
[yaml] fo\'o [✔]
1471.94 s
[yaml] fo: o [✔]
1471.94 s
[yaml] foo
1471.94 s
[yaml] bar
1471.94 s
[yaml] baz
1471.94 s
[yaml] [✔]
1471.94 s
[yaml] special values
1471.94 s
[yaml] fo"o [✔]
1471.94 s
[yaml] fo'o [✔]
1471.94 s
[yaml] fo\'o [✔]
1471.94 s
[yaml] fo: o [✔]
1471.94 s
[yaml] foo
1471.94 s
[yaml] bar
1471.94 s
[yaml] baz
1471.94 s
[yaml] [✔]
1471.94 s
[yaml] decodeFileEither
1471.94 s
[yaml] loads YAML through JSON into Haskell data [✔]
1471.94 s
[yaml] when file does not exist
1471.94 s
[yaml] returns Left [✔]
1471.94 s
[yaml] multiple document support
1471.94 s
[yaml] decodes zero-length input [✔]
1471.94 s
[yaml] decodes comment-only input [✔]
1471.94 s
[yaml] decodes a single document stream [✔]
1471.94 s
[yaml] decodes multiple documents [✔]
1471.94 s
[yaml] round-tripping of special scalars
1471.94 s
[yaml] y [✔]
1471.94 s
[yaml] Y [✔]
1471.94 s
[yaml] On [✔]
1471.94 s
[yaml] ON [✔]
1471.94 s
[yaml] false [✔]
1471.94 s
[yaml] 12345 [✔]
1471.94 s
[yaml] 12345.0 [✔]
1471.94 s
[yaml] 12345a [✔]
1471.94 s
[yaml] 12e3 [✔]
1471.94 s
[yaml] no tags [✔]
1471.94 s
[yaml] aliases in keys #49 [✔]
1471.94 s
[yaml] serialization of +123 #64 [✔]
1471.94 s
[yaml] preserves Scientific precision [✔]
1471.94 s
[yaml] truncates files [✔]
1471.94 s
[yaml] encode quotes special keys #137 [✔]
1471.94 s
[yaml] encodePretty quotes special keys #179 [✔]
1471.94 s
[yaml] non-decimal numbers #135
1471.94 s
[yaml] 12345 [✔]
1471.94 s
[yaml] +12345 [✔]
1471.94 s
[yaml] 0o14 [✔]
1471.94 s
[yaml] 0o123 [✔]
1471.94 s
[yaml] 0xC [✔]
1471.94 s
[yaml] 0xc [✔]
1471.94 s
[yaml] 0xdeadBEEF [✔]
1471.94 s
[yaml] 0xDEADBEEF [✔]
1471.94 s
[yaml] 1.23015e+3 [✔]
1471.94 s
[yaml] 12.3015e+02 [✔]
1471.94 s
[yaml] 1230.15 [✔]
1471.94 s
[yaml] Text.Libyaml with default tag rendering
1471.94 s
[yaml] elides custom sequence tags [✔]
1471.94 s
[yaml] elides custom mapping tags [✔]
1471.94 s
[yaml] elides default sequence tags [✔]
1471.94 s
[yaml] elides default mapping tags [✔]
1471.94 s
[yaml] handles NoTag on sequences [✔]
1471.94 s
[yaml] handles NoTag on mappings [✔]
1471.94 s
[yaml] handles mixed tag usages but elides all mapping and sequence tags [✔]
1471.94 s
[yaml] in combination of tags, anchors and styles, outputs only the scalar tags [✔]
1471.94 s
[yaml] outputs tags when double quoted [✔]
1471.94 s
[yaml] outputs tags when single quoted [✔]
1471.94 s
[yaml] outputs tags on literal text [✔]
1471.94 s
[yaml] outputs tags on folded text [✔]
1471.94 s
[yaml] Text.Libyaml with all tags on
1471.94 s
[yaml] will output custom sequence tags [✔]
1471.94 s
[yaml] will output custom mapping tags [✔]
1471.94 s
[yaml] will output default sequence tags [✔]
1471.94 s
[yaml] will output default mapping tags [✔]
1471.94 s
[yaml] handles NoTag on sequences [✔]
1471.94 s
[yaml] handles NoTag on mappings [✔]
1471.94 s
[yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
1471.94 s
[yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
1471.94 s
[yaml] outputs plain tags [✔]
1471.94 s
[yaml] respects PlainNoTag tags [✔]
1471.94 s
[yaml] Text.Libyaml with uri tags on
1471.94 s
[yaml] will output custom sequence tags [✔]
1471.94 s
[yaml] will output custom mapping tags [✔]
1471.94 s
[yaml] will output default sequence tags [✔]
1471.94 s
[yaml] will output default mapping tags [✔]
1471.94 s
[yaml] handles NoTag on sequences [✔]
1471.94 s
[yaml] handles NoTag on mappings [✔]
1471.94 s
[yaml] handles mixed tag usages outputting all mapping and sequence tags [✔]
1471.94 s
[yaml] in combination of tags, anchors and styles, outputs all the tags [✔]
1471.94 s
[yaml] Text.Libyaml with tags off
1471.94 s
[yaml] outputs plain tags [✔]
1471.94 s
[yaml] respects PlainNoTag tags [✔]
1471.94 s
[yaml] elides tags when double quoted [✔]
1471.94 s
[yaml] elides tags when single quoted [✔]
1471.94 s
[yaml] elides tags on literal text [✔]
1471.94 s
[yaml] elides tags on folded text [✔]
1471.94 s
[yaml] Text.Libyaml with only UriTags set to render
1471.94 s
[yaml] outputs only UriTags [✔]
1471.95 s
[yaml] Scientific values round-trip [✔]
1471.95 s
[yaml] +++ OK, passed 100 tests.
1471.95 s
[yaml] Data.Yaml.Include
1471.95 s
[yaml] decodeFile
1471.95 s
[yaml] supports includes [✔]
1471.95 s
[yaml] supports recursive includes [✔]
1471.95 s
[yaml] aborts on cyclic includes [✔]
1471.95 s
[yaml] when file does not exist
1471.95 s
[yaml] throws Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
1471.95 s
[yaml] with a 1K stack size limit
1471.95 s
[yaml] with a large list
1471.96 s
[yaml] succeeds [✔]
1471.96 s
[yaml] decodeFileEither
1471.96 s
[yaml] when file does not exist
1471.99 s
[yaml] returns Left (InvalidYaml (Just (YamlException "Yaml file not found: ..."))) [✔]
1471.99 s
[yaml] decodeFileWithWarnings
1471.99 s
[yaml] warns on duplicate keys [✔]
1471.99 s
[yaml] warns on nested duplicate keys [✔]
1471.99 s
[yaml] when overriding a merged key
1471.99 s
[yaml] does not warn [✔]
1471.99 s
[yaml] when overriding twice
1471.99 s
[yaml] warns [✔]
1471.99 s
[yaml] Data.Yaml.TH
1471.99 s
[yaml] yamlQQ
1471.99 s
[yaml] parses yaml [✔]
1471.99 s
[yaml]
1471.99 s
[yaml] Finished in 0.0304 seconds
1471.99 s
[yaml] 155 examples, 0 failures
1471.99 s
[yaml] Test suite spec: PASS
1471.99 s
[yaml] Test suite logged to: dist/test/yaml-0.11.11.2-spec.log
1471.99 s
[yaml] 1 of 1 test suites (1 of 1 test cases) passed.
1471.99 s
[yaml] Phase: haddockPhase
1472.10 s
[yaml] Preprocessing library for yaml-0.11.11.2...
1472.10 s
[yaml] Running Haddock on library for yaml-0.11.11.2...
1472.10 s
[yaml] Warning: The documentation for the following packages are not installed. No
1472.10 s
[yaml] links will be generated to these packages: attoparsec-0.14.4,
1472.10 s
[yaml] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
1472.48 s
[yaml] [ 1 of 10] Compiling Data.Yaml.Internal ( src/Data/Yaml/Internal.hs, nothing )
1472.83 s
[yaml] [ 2 of 10] Compiling Data.Yaml.Include ( src/Data/Yaml/Include.hs, nothing )
1472.93 s
[yaml] [ 3 of 10] Compiling Data.Yaml.Builder ( src/Data/Yaml/Builder.hs, nothing )
1472.96 s
[yaml] [ 4 of 10] Compiling Data.Yaml ( src/Data/Yaml.hs, nothing )
1472.99 s
[yaml] [ 5 of 10] Compiling Data.Yaml.Config ( src/Data/Yaml/Config.hs, nothing )
1473.01 s
[yaml] [ 6 of 10] Compiling Data.Yaml.Aeson ( src/Data/Yaml/Aeson.hs, nothing )
1473.01 s
[yaml] [ 7 of 10] Compiling Data.Yaml.Parser ( src/Data/Yaml/Parser.hs, nothing )
1473.07 s
[yaml] [ 8 of 10] Compiling Data.Yaml.Pretty ( src/Data/Yaml/Pretty.hs, nothing )
1473.08 s
[yaml] [ 9 of 10] Compiling Data.Yaml.TH ( src/Data/Yaml/TH.hs, nothing )
1473.11 s
[yaml] [10 of 10] Compiling Paths_yaml ( dist/build/autogen/Paths_yaml.hs, nothing )
1473.12 s
[yaml] Haddock coverage:
1473.12 s
[yaml] Warning: 'setStringStyle' is out of scope.
1473.12 s
[yaml] If you qualify the identifier, haddock can try to link it anyway.
1473.12 s
[yaml] 42% ( 8 / 19) in 'Data.Yaml.Internal'
1473.12 s
[yaml] Missing documentation for:
1473.12 s
[yaml] Module header
1473.12 s
[yaml] ParseException (src/Data/Yaml/Internal.hs:99)
1473.12 s
[yaml] Warning (src/Data/Yaml/Internal.hs:176)
1473.12 s
[yaml] parse (src/Data/Yaml/Internal.hs:198)
1473.12 s
[yaml] Parse (src/Data/Yaml/Internal.hs:190)
1473.12 s
[yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
1473.12 s
[yaml] decodeHelper_ (src/Data/Yaml/Internal.hs:372)
1473.12 s
[yaml] decodeAllHelper (src/Data/Yaml/Internal.hs:363)
1473.12 s
[yaml] decodeAllHelper_ (src/Data/Yaml/Internal.hs:380)
1473.12 s
[yaml] textToScientific (src/Data/Yaml/Internal.hs:250)
1473.12 s
[yaml] StringStyle (src/Data/Yaml/Internal.hs:385)
1473.12 s
[yaml] 75% ( 3 / 4) in 'Data.Yaml.Include'
1473.12 s
[yaml] Missing documentation for:
1473.12 s
[yaml] Module header
1473.12 s
[yaml] 87% ( 29 / 33) in 'Data.Yaml.Builder'
1473.12 s
[yaml] Missing documentation for:
1473.12 s
[yaml] YamlBuilder (src/Data/Yaml/Builder.hs:66)
1473.12 s
[yaml] ToYaml (src/Data/Yaml/Builder.hs:68)
1473.12 s
[yaml] writeYamlFile (src/Data/Yaml/Builder.hs:235)
1473.12 s
[yaml] .= (src/Data/Yaml/Builder.hs:64)
1473.12 s
[yaml] Warning: 'YamlException' is ambiguous. It is defined
1473.12 s
[yaml] * in ‘Text.Libyaml’
1473.12 s
[yaml] * in ‘Text.Libyaml’
1473.12 s
[yaml] You may be able to disambiguate the identifier by qualifying it or
1473.12 s
[yaml] by specifying the type/value namespace explicitly.
1473.12 s
[yaml] Defaulting to the one defined in ‘Text.Libyaml’
1473.13 s
[yaml] 87% ( 56 / 64) in 'Data.Yaml'
1473.13 s
[yaml] Missing documentation for:
1473.13 s
[yaml] decodeHelper (src/Data/Yaml/Internal.hs:357)
1473.13 s
[yaml] ParseException (src/Data/Yaml/Internal.hs:99)
1473.13 s
[yaml] YamlException
1473.13 s
[yaml] .=
1473.13 s
[yaml] parseMonad (src/Data/Yaml.hs:291)
1473.13 s
[yaml] decode (src/Data/Yaml.hs:186)
1473.13 s
[yaml] decodeFile (src/Data/Yaml.hs:194)
1473.13 s
[yaml] decodeEither (src/Data/Yaml.hs:235)
1473.13 s
[yaml] 100% ( 15 / 15) in 'Data.Yaml.Config'
1473.13 s
[yaml] 100% ( 2 / 2) in 'Data.Yaml.Aeson'
1473.13 s
[yaml] 5% ( 1 / 18) in 'Data.Yaml.Parser'
1473.13 s
[yaml] Missing documentation for:
1473.13 s
[yaml] YamlParser (src/Data/Yaml/Parser.hs:31)
1473.13 s
[yaml] lookupAnchor (src/Data/Yaml/Parser.hs:67)
1473.13 s
[yaml] withAnchor (src/Data/Yaml/Parser.hs:70)
1473.13 s
[yaml] withMapping (src/Data/Yaml/Parser.hs:77)
1473.13 s
[yaml] withSequence (src/Data/Yaml/Parser.hs:82)
1473.13 s
[yaml] withText (src/Data/Yaml/Parser.hs:87)
1473.13 s
[yaml] typeMismatch (src/Data/Yaml/Parser.hs:92)
1473.13 s
[yaml] FromYaml (src/Data/Yaml/Parser.hs:106)
1473.13 s
[yaml] YamlValue (src/Data/Yaml/Parser.hs:123)
1473.13 s
[yaml] AnchorMap (src/Data/Yaml/Parser.hs:130)
1473.13 s
[yaml] RawDoc (src/Data/Yaml/Parser.hs:131)
1473.13 s
[yaml] parseRawDoc (src/Data/Yaml/Parser.hs:135)
1473.13 s
[yaml] .: (src/Data/Yaml/Parser.hs:141)
1473.13 s
[yaml] YamlParseException (src/Data/Yaml/Parser.hs:146)
1473.13 s
[yaml] sinkValue (src/Data/Yaml/Parser.hs:154)
1473.13 s
[yaml] sinkRawDoc (src/Data/Yaml/Parser.hs:201)
1473.13 s
[yaml] readYamlFile (src/Data/Yaml/Parser.hs:204)
1473.13 s
[yaml] Warning: 'encode' is out of scope.
1473.13 s
[yaml] If you qualify the identifier, haddock can try to link it anyway.
1473.13 s
[yaml] 88% ( 8 / 9) in 'Data.Yaml.Pretty'
1473.13 s
[yaml] Missing documentation for:
1473.13 s
[yaml] pretty (src/Data/Yaml/Pretty.hs:86)
1473.13 s
[yaml] 87% ( 14 / 16) in 'Data.Yaml.TH'
1473.13 s
[yaml] Missing documentation for:
1473.13 s
[yaml] Module header
1473.13 s
[yaml] .=
1473.57 s
[yaml] Warning: Data.Yaml.Internal: could not find link destinations for:
1473.57 s
[yaml] - Data.Yaml.Internal.ParseState
1473.58 s
[yaml] Warning: Data.Yaml: could not find link destinations for:
1473.58 s
[yaml] - Data.Vector.Vector
1473.58 s
[yaml] - Data.Aeson.Types.Generic.ProductSize
1473.58 s
[yaml] - Data.Aeson.Types.FromJSON.withBoundedScientific
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.FromPairs
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.gToJSON
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.fromPairs
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.pair
1473.58 s
[yaml] - Data.Vector.Generic.Base.Vector
1473.58 s
[yaml] - Data.Aeson.Types.Internal.Rep_Value
1473.58 s
[yaml] - Data.Vector.Primitive.Vector
1473.58 s
[yaml] - Data.Vector.Storable.Vector
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.WriteProduct
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
1473.58 s
[yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
1473.59 s
[yaml] Warning: Data.Yaml.TH: could not find link destinations for:
1473.59 s
[yaml] - Data.Vector.Vector
1473.59 s
[yaml] - Data.Aeson.Types.Generic.ProductSize
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.KeyValuePair
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.FromPairs
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.gToJSON
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.fromPairs
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.pair
1473.59 s
[yaml] - Data.Vector.Generic.Base.Vector
1473.59 s
[yaml] - Data.Aeson.Types.Internal.Rep_Value
1473.59 s
[yaml] - Data.Vector.Primitive.Vector
1473.59 s
[yaml] - Data.Vector.Storable.Vector
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.ConsToJSON
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.EncodeProduct
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.WriteProduct
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.SumToJSON'
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.TwoElemArray
1473.59 s
[yaml] - Data.Aeson.Types.ToJSON.sumToJSON'
1478.89 s
[yaml] Documentation created: dist/doc/html/yaml/, dist/doc/html/yaml/yaml.txt
1478.95 s
[yaml] Preprocessing executable 'json2yaml' for yaml-0.11.11.2...
1478.95 s
[yaml] Preprocessing test suite 'spec' for yaml-0.11.11.2...
1478.95 s
[yaml] Preprocessing executable 'yaml2json' for yaml-0.11.11.2...
1478.96 s
[yaml] Phase: installPhase
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
1479.14 s
[yaml] Installing executable json2yaml in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
1479.14 s
[yaml] Warning: The directory
1479.14 s
[yaml] /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin is not in
1479.14 s
[yaml] the system search path.
1479.16 s
[yaml] Installing executable yaml2json in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
1479.16 s
[yaml] Warning: The directory
1479.16 s
[yaml] /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin is not in
1479.16 s
[yaml] the system search path.
1479.43 s
[yaml] Phase: fixupPhase
1479.45 s
[yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2
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
1479.47 s
[yaml] checking for references to /build/ in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2...
1479.49 s
[yaml] patching script interpreter paths in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2
1479.50 s
[yaml] stripping (with command strip and flags -S -p) in /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2/lib
1479.57 s
[yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
1479.58 s
[yaml] checking for references to /build/ in /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc...
1479.60 s
[yaml] patching script interpreter paths in /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc
1479.61 s
[yaml] shrinking RPATHs of ELF executables and libraries in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin
1479.61 s
[yaml] shrinking /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin/yaml2json
1479.62 s
[yaml] shrinking /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin/json2yaml
1479.62 s
[yaml] checking for references to /build/ in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin...
1479.64 s
[yaml] patching script interpreter paths in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin
1479.65 s
[yaml] stripping (with command strip and flags -S -p) in /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin/bin
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
1480.24 s
[post-build-hook] Pushing 3 paths (182 are already present) using zstd to cache sellout ⏳
1480.24 s
[post-build-hook]
1480.67 s
[post-build-hook] Pushing /nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin (6.47 MiB)
1480.70 s
[post-build-hook] Pushing /nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2 (5.12 MiB)
1480.86 s
[post-build-hook] Pushing /nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc (2.96 MiB)
1482.14 s
[post-build-hook]
1482.14 s
[post-build-hook] All done.
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
1482.19 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1482.36 s
[post-build-hook] copying 3 paths...
1482.36 s
[post-build-hook] copying path '/nix/store/l6l0y6zgaybkg8b61hqkg22drwfvb0hn-yaml-0.11.11.2-bin' to 'https://cache.nix-ci.com'...
1483.63 s
[post-build-hook] copying path '/nix/store/rhrkkac2ibfww4fc0hgbwfb2ln29l2c8-yaml-0.11.11.2-doc' to 'https://cache.nix-ci.com'...
1484.06 s
[post-build-hook] copying path '/nix/store/1c7x0ihj9asiv65fmgzx7wfqr9mgdfd5-yaml-0.11.11.2' to 'https://cache.nix-ci.com'...
1485.27 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1485.46 s
[post-build-hook] copying 1 paths...
1485.46 s
[post-build-hook] copying path '/nix/store/pvq35dpys71jx9bp1a9fzf031l35j4ag-yaml-0.11.11.2.drv' to 'https://cache.nix-ci.com'...
1485.60 s
Progress: 144 of 157 built (1 building), 587 of 587 downloaded from cache
1485.68 s
Building fourmolu
1485.71 s
Building hie-bios
1485.76 s
Building hlint
1485.80 s
Building implicit-hie
1485.95 s
[fourmolu] Phase: setupCompilerEnvironmentPhase
1485.96 s
[fourmolu] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1485.96 s
[hie-bios] Phase: setupCompilerEnvironmentPhase
1485.96 s
[hie-bios] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1486.01 s
[hlint] Phase: setupCompilerEnvironmentPhase
1486.01 s
[hlint] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1486.03 s
[implicit-hie] Phase: setupCompilerEnvironmentPhase
1486.04 s
[implicit-hie] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1486.26 s
[hie-bios] Phase: unpackPhase
1486.26 s
[hie-bios] unpacking source archive /nix/store/1q0lzdvc5cjjwxiljm45mh7w5j9jhr1h-hie-bios-0.17.0.tar.gz
1486.27 s
[hie-bios] source root is hie-bios-0.17.0
1486.28 s
[hie-bios] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hie-bios-0.17.0/wrappers/cabal-with-repl.hs"
1486.29 s
[hie-bios] Phase: patchPhase
1486.29 s
[fourmolu] Phase: unpackPhase
1486.29 s
[hie-bios] Replace Cabal file with edited version from mirror://hackage/hie-bios-0.17.0/revision/1.cabal.
1486.30 s
[fourmolu] unpacking source archive /nix/store/6ay48kdn9mk3mccq6xh1pf7qzpqmqrq6-fourmolu-0.19.0.1.tar.gz
1486.30 s
[hie-bios] Phase: compileBuildDriverPhase
1486.30 s
[hie-bios] setupCompileFlags: -package-db=/build/tmp.W8McPEZbZP/setup-package.conf.d -threaded
1486.31 s
[hlint] Phase: unpackPhase
1486.32 s
[hlint] unpacking source archive /nix/store/10wkx6p9h2c1h0yyyihk1j18l2d2hkhr-hlint-3.10.tar.gz
1486.33 s
[implicit-hie] Phase: unpackPhase
1486.33 s
[hlint] source root is hlint-3.10
1486.33 s
[implicit-hie] unpacking source archive /nix/store/czymcpdrh6a611g040b8nv7xvg4lk72f-implicit-hie-0.1.4.0.tar.gz
1486.33 s
[hlint] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hlint-3.10/tests/wildcards.test"
1486.34 s
[implicit-hie] source root is implicit-hie-0.1.4.0
1486.34 s
[hlint] Phase: patchPhase
1486.34 s
[implicit-hie] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "implicit-hie-0.1.4.0/test/stackHie.yaml"
1486.34 s
[fourmolu] source root is fourmolu-0.19.0.1
1486.35 s
[implicit-hie] Phase: patchPhase
1486.35 s
[hlint] Phase: compileBuildDriverPhase
1486.35 s
[hlint] setupCompileFlags: -package-db=/build/tmp.dqM6NMvTyg/setup-package.conf.d -threaded
1486.35 s
[hie-bios] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.W8McPEZbZP/Main.o )
1486.35 s
[implicit-hie] Phase: compileBuildDriverPhase
1486.36 s
[implicit-hie] setupCompileFlags: -package-db=/build/tmp.nUYSO7nght/setup-package.conf.d -threaded
1486.38 s
[fourmolu] setting SOURCE_DATE_EPOCH to timestamp 1759086834 of file "fourmolu-0.19.0.1/tests/Spec.hs"
1486.39 s
[fourmolu] Phase: patchPhase
1486.39 s
[fourmolu] Phase: compileBuildDriverPhase
1486.40 s
[fourmolu] setupCompileFlags: -package-db=/build/tmp.8AbsQEslaa/setup-package.conf.d -threaded
1486.40 s
[hie-bios] [2 of 2] Linking Setup
1486.40 s
[hlint] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.dqM6NMvTyg/Main.o )
1486.41 s
[implicit-hie] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.nUYSO7nght/Main.o )
1486.45 s
[hlint] [2 of 2] Linking Setup
1486.45 s
[fourmolu] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.8AbsQEslaa/Main.o )
1486.45 s
[implicit-hie] [2 of 2] Linking Setup
1486.50 s
[fourmolu] [2 of 2] Linking Setup
1487.66 s
[hie-bios] Phase: updateAutotoolsGnuConfigScriptsPhase
1487.67 s
[hie-bios] Phase: configurePhase
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
1487.69 s
[hie-bios] Using Parsec parser
1487.69 s
[hie-bios] Configuring hie-bios-0.17.0...
1487.71 s
[hlint] Phase: updateAutotoolsGnuConfigScriptsPhase
1487.71 s
[implicit-hie] Phase: updateAutotoolsGnuConfigScriptsPhase
1487.72 s
[hlint] Phase: configurePhase
1487.72 s
[implicit-hie] Phase: configurePhase
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
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
1487.73 s
[hlint] Using Parsec parser
1487.73 s
[hlint] Configuring hlint-3.10...
1487.74 s
[implicit-hie] Using Parsec parser
1487.74 s
[implicit-hie] Configuring implicit-hie-0.1.4.0...
1487.78 s
[fourmolu] Phase: updateAutotoolsGnuConfigScriptsPhase
1487.79 s
[fourmolu] Phase: configurePhase
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
1487.81 s
[fourmolu] Using Parsec parser
1487.81 s
[fourmolu] Configuring fourmolu-0.19.0.1...
1488.10 s
[implicit-hie] Flags chosen: executable=True
1488.10 s
[hlint] Flags chosen: ghc-lib=True, gpl=True, hsyaml=False, threaded=True
1488.21 s
[fourmolu] Flags chosen: dev=False
1488.34 s
[hie-bios] Dependency aeson >=1.4.4 && <2.3: using aeson-2.2.3.0
1488.34 s
[hie-bios] Dependency base >=4.16 && <5: using base-4.20.1.0
1488.34 s
[hie-bios] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
1488.34 s
[hie-bios] Dependency bytestring >=0.10.8 && <0.13: using bytestring-0.12.2.0
1488.34 s
[hie-bios] Dependency co-log-core >=0.3.0 && <0.4: using co-log-core-0.3.2.5
1488.34 s
[hie-bios] Dependency conduit >=1.3 && <2: using conduit-1.3.6.1
1488.34 s
[hie-bios] Dependency conduit-extra >=1.3 && <2: using conduit-extra-1.3.8
1488.34 s
[hie-bios] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
1488.34 s
[hie-bios] cryptohash-sha1-0.11.101.0
1488.34 s
[hie-bios] Dependency deepseq >=1.4.3 && <1.6: using deepseq-1.5.0.0
1488.35 s
[hie-bios] Dependency directory >=1.3.0 && <1.4: using directory-1.3.8.5
1488.35 s
[hie-bios] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
1488.35 s
[hie-bios] Dependency extra >=1.6.14 && <1.9: using extra-1.8.1
1488.35 s
[hie-bios] Dependency file-embed >=0.0.11 && <1: using file-embed-0.0.16.0
1488.35 s
[hie-bios] Dependency filepath >=1.4.1 && <1.6: using filepath-1.5.4.0
1488.35 s
[hie-bios] Dependency ghc >=9.2.1 && <9.13: using ghc-9.10.2
1488.35 s
[hie-bios] Dependency prettyprinter >=1.6 && <1.7 || >=1.7.0 && <1.8: using
1488.35 s
[hie-bios] prettyprinter-1.7.1
1488.35 s
[hie-bios] Dependency template-haskell >=2.18 && <2.24: using template-haskell-2.22.0.0
1488.35 s
[hie-bios] Dependency temporary >=1.2 && <1.4: using temporary-1.3
1488.35 s
[hie-bios] Dependency text >=1.2.3 && <2.2: using text-2.1.2
1488.35 s
[hie-bios] Dependency time >=1.8.0 && <1.15: using time-1.12.2
1488.35 s
[hie-bios] Dependency transformers >=0.5.2 && <0.7: using transformers-0.6.1.1
1488.35 s
[hie-bios] Dependency unix-compat >=0.5.1 && <0.8: using unix-compat-0.7.4.1
1488.35 s
[hie-bios] Dependency unordered-containers >=0.2.9 && <0.3: using
1488.35 s
[hie-bios] unordered-containers-0.2.20.1
1488.35 s
[hie-bios] Dependency yaml >=0.10.0 && <0.12: using yaml-0.11.11.2
1488.35 s
[hie-bios] Dependency base >=4.16 && <5: using base-4.20.1.0
1488.35 s
[hie-bios] Dependency co-log-core: using co-log-core-0.3.2.5
1488.35 s
[hie-bios] Dependency directory: using directory-1.3.8.5
1488.35 s
[hie-bios] Dependency filepath: using filepath-1.5.4.0
1488.35 s
[hie-bios] Dependency hie-bios: using hie-bios-0.17.0
1488.35 s
[hie-bios] Dependency optparse-applicative >=0.17 && <0.20: using
1488.35 s
[hie-bios] optparse-applicative-0.18.1.0
1488.35 s
[hie-bios] Dependency prettyprinter: using prettyprinter-1.7.1
1488.35 s
[hie-bios] Source component graph:
1488.35 s
[hie-bios] component lib
1488.35 s
[hie-bios] component exe:hie-bios dependency lib
1488.35 s
[hie-bios] Configured component graph:
1488.35 s
[hie-bios] component hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1488.35 s
[hie-bios] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1488.35 s
[hie-bios] include base-4.20.1.0-f445
1488.35 s
[hie-bios] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
1488.35 s
[hie-bios] include bytestring-0.12.2.0-214a
1488.35 s
[hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1488.35 s
[hie-bios] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1488.35 s
[hie-bios] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
1488.35 s
[hie-bios] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
1488.35 s
[hie-bios] include deepseq-1.5.0.0-e166
1488.35 s
[hie-bios] include directory-1.3.8.5-159c
1488.35 s
[hie-bios] include exceptions-0.10.9-9158
1488.35 s
[hie-bios] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1488.35 s
[hie-bios] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
1488.35 s
[hie-bios] include filepath-1.5.4.0-8593
1488.35 s
[hie-bios] include ghc-9.10.2-2a2a
1488.35 s
[hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1488.35 s
[hie-bios] include template-haskell-2.22.0.0-58bf
1488.35 s
[hie-bios] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1488.35 s
[hie-bios] include text-2.1.2-7514
1488.35 s
[hie-bios] include time-1.12.2-9680
1488.35 s
[hie-bios] include transformers-0.6.1.1-05a6
1488.35 s
[hie-bios] include unix-compat-0.7.4.1-2UU8mLQKlCjJOOBce1p1F
1488.35 s
[hie-bios] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1488.35 s
[hie-bios] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.35 s
[hie-bios] component hie-bios-0.17.0-2P5TkCl2AziBpxYD6ehdVV-hie-bios
1488.35 s
[hie-bios] include base-4.20.1.0-f445
1488.35 s
[hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1488.35 s
[hie-bios] include directory-1.3.8.5-159c
1488.35 s
[hie-bios] include filepath-1.5.4.0-8593
1488.35 s
[hie-bios] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1488.35 s
[hie-bios] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1488.35 s
[hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1488.35 s
[hie-bios] Linked component graph:
1488.35 s
[hie-bios] unit hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1488.35 s
[hie-bios] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1488.35 s
[hie-bios] include base-4.20.1.0-f445
1488.35 s
[hie-bios] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
1488.35 s
[hie-bios] include bytestring-0.12.2.0-214a
1488.35 s
[hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1488.35 s
[hie-bios] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1488.35 s
[hie-bios] include conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
1488.35 s
[hie-bios] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
1488.35 s
[hie-bios] include deepseq-1.5.0.0-e166
1488.35 s
[hie-bios] include directory-1.3.8.5-159c
1488.35 s
[hie-bios] include exceptions-0.10.9-9158
1488.35 s
[hie-bios] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1488.35 s
[hie-bios] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
1488.35 s
[hie-bios] include filepath-1.5.4.0-8593
1488.35 s
[hie-bios] include ghc-9.10.2-2a2a
1488.35 s
[hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1488.35 s
[hie-bios] include template-haskell-2.22.0.0-58bf
1488.35 s
[hie-bios] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1488.35 s
[hie-bios] include text-2.1.2-7514
1488.35 s
[hie-bios] include time-1.12.2-9680
1488.35 s
[hie-bios] include transformers-0.6.1.1-05a6
1488.35 s
[hie-bios] include unix-compat-0.7.4.1-2UU8mLQKlCjJOOBce1p1F
1488.35 s
[hie-bios] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1488.35 s
[hie-bios] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
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
1488.35 s
[hie-bios] unit hie-bios-0.17.0-2P5TkCl2AziBpxYD6ehdVV-hie-bios
1488.35 s
[hie-bios] include base-4.20.1.0-f445
1488.35 s
[hie-bios] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1488.35 s
[hie-bios] include directory-1.3.8.5-159c
1488.35 s
[hie-bios] include filepath-1.5.4.0-8593
1488.35 s
[hie-bios] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1488.35 s
[hie-bios] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1488.35 s
[hie-bios] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1488.35 s
[hie-bios] Ready component graph:
1488.35 s
[hie-bios] definite hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1488.35 s
[hie-bios] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1488.35 s
[hie-bios] depends base-4.20.1.0-f445
1488.35 s
[hie-bios] depends base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
1488.35 s
[hie-bios] depends bytestring-0.12.2.0-214a
1488.35 s
[hie-bios] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1488.35 s
[hie-bios] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1488.35 s
[hie-bios] depends conduit-extra-1.3.8-9ecsaGyg7y3KWTR0ruMux2
1488.35 s
[hie-bios] depends cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
1488.35 s
[hie-bios] depends deepseq-1.5.0.0-e166
1488.35 s
[hie-bios] depends directory-1.3.8.5-159c
1488.35 s
[hie-bios] depends exceptions-0.10.9-9158
1488.35 s
[hie-bios] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1488.35 s
[hie-bios] depends file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
1488.35 s
[hie-bios] depends filepath-1.5.4.0-8593
1488.35 s
[hie-bios] depends ghc-9.10.2-2a2a
1488.35 s
[hie-bios] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1488.35 s
[hie-bios] depends template-haskell-2.22.0.0-58bf
1488.35 s
[hie-bios] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1488.35 s
[hie-bios] depends text-2.1.2-7514
1488.35 s
[hie-bios] depends time-1.12.2-9680
1488.35 s
[hie-bios] depends transformers-0.6.1.1-05a6
1488.35 s
[hie-bios] depends unix-compat-0.7.4.1-2UU8mLQKlCjJOOBce1p1F
1488.35 s
[hie-bios] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1488.37 s
[hie-bios] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.37 s
[hie-bios] definite hie-bios-0.17.0-2P5TkCl2AziBpxYD6ehdVV-hie-bios
1488.37 s
[hie-bios] depends base-4.20.1.0-f445
1488.37 s
[hie-bios] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1488.37 s
[hie-bios] depends directory-1.3.8.5-159c
1488.37 s
[hie-bios] depends filepath-1.5.4.0-8593
1488.37 s
[hie-bios] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1488.37 s
[hie-bios] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1488.37 s
[hie-bios] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1488.37 s
[hie-bios] Using Cabal-3.12.1.0 compiled by ghc-9.10
1488.37 s
[hie-bios] Using compiler: ghc-9.10.2
1488.37 s
[hie-bios] Using install prefix:
1488.37 s
[hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
1488.37 s
[hie-bios] Executables installed in:
1488.37 s
[hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin
1488.37 s
[hie-bios] Libraries installed in:
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
1488.37 s
[hie-bios] Dynamic Libraries installed in:
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
1488.37 s
[hie-bios] Private executables installed in:
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
1488.37 s
[hie-bios] Data files installed in:
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
1488.37 s
[hie-bios] Documentation installed in:
1488.37 s
[hie-bios] /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc/share/doc/hie-bios-0.17.0
1488.37 s
[hie-bios] Configuration files installed in:
1488.37 s
[hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/etc
1488.37 s
[hie-bios] No alex found
1488.37 s
[hie-bios] Using ar found on system at:
1488.37 s
[hie-bios] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1488.37 s
[hie-bios] No c2hs found
1488.37 s
[hie-bios] No cpphs found
1488.37 s
[hie-bios] No doctest found
1488.37 s
[hie-bios] Using gcc version 14.3.0 given by user at:
1488.37 s
[hie-bios] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1488.37 s
[hie-bios] Using ghc version 9.10.2 found on system at:
1488.37 s
[hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1488.37 s
[hie-bios] Using ghc-pkg version 9.10.2 found on system at:
1488.37 s
[hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1488.37 s
[hie-bios] No ghcjs found
1488.37 s
[hie-bios] No ghcjs-pkg found
1488.37 s
[hie-bios] No greencard found
1488.37 s
[hie-bios] Using haddock version 2.31.0 found on system at:
1488.37 s
[hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1488.37 s
[hie-bios] No happy found
1488.37 s
[hie-bios] Using haskell-suite found on system at: haskell-suite-dummy-location
1488.37 s
[hie-bios] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1488.37 s
[hie-bios] No hmake found
1488.37 s
[hie-bios] Using hpc version 0.69 found on system at:
1488.37 s
[hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1488.37 s
[hie-bios] Using hsc2hs version 0.68.10 found on system at:
1488.37 s
[hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1488.37 s
[hie-bios] Using hscolour version 1.25 found on system at:
1488.37 s
[hie-bios] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1488.37 s
[hie-bios] No jhc found
1488.37 s
[hie-bios] Using ld found on system at:
1488.37 s
[hie-bios] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1488.37 s
[hie-bios] No pkg-config found
1488.37 s
[hie-bios] Using runghc version 9.10.2 found on system at:
1488.37 s
[hie-bios] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1488.37 s
[hie-bios] Using strip version 2.44 found on system at:
1488.37 s
[hie-bios] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1488.37 s
[hie-bios] Using tar found on system at:
1488.37 s
[hie-bios] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1488.37 s
[hie-bios] No uhc found
1488.38 s
[implicit-hie] Dependency attoparsec >=0.13: using attoparsec-0.14.4
1488.38 s
[implicit-hie] Dependency base >=4.7 && <5: using base-4.20.1.0
1488.38 s
[implicit-hie] Dependency directory >=1.3: using directory-1.3.8.5
1488.38 s
[implicit-hie] Dependency filepath >=1.4: using filepath-1.5.4.0
1488.38 s
[implicit-hie] Dependency filepattern >=0.1: using filepattern-0.1.3
1488.38 s
[implicit-hie] Dependency text >=1.2: using text-2.1.2
1488.38 s
[implicit-hie] Dependency transformers >=0.5: using transformers-0.6.1.1
1488.38 s
[implicit-hie] Dependency yaml >=0.5: using yaml-0.11.11.2
1488.38 s
[implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
1488.38 s
[implicit-hie] Dependency base >=4.7 && <5: using base-4.20.1.0
1488.38 s
[implicit-hie] Dependency directory: using directory-1.3.8.5
1488.38 s
[implicit-hie] Dependency filepath: using filepath-1.5.4.0
1488.38 s
[implicit-hie] Dependency filepattern: using filepattern-0.1.3
1488.38 s
[implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
1488.38 s
[implicit-hie] Dependency text: using text-2.1.2
1488.38 s
[implicit-hie] Dependency transformers: using transformers-0.6.1.1
1488.38 s
[implicit-hie] Dependency yaml: using yaml-0.11.11.2
1488.38 s
[implicit-hie] Dependency attoparsec: using attoparsec-0.14.4
1488.38 s
[implicit-hie] Dependency base >=4.7 && <5: using base-4.20.1.0
1488.38 s
[implicit-hie] Dependency directory: using directory-1.3.8.5
1488.38 s
[implicit-hie] Dependency filepath: using filepath-1.5.4.0
1488.38 s
[implicit-hie] Dependency filepattern: using filepattern-0.1.3
1488.38 s
[implicit-hie] Dependency hspec: using hspec-2.11.14
1488.38 s
[implicit-hie] Dependency hspec-attoparsec: using hspec-attoparsec-0.1.0.2
1488.38 s
[implicit-hie] Dependency implicit-hie: using implicit-hie-0.1.4.0
1488.38 s
[implicit-hie] Dependency text: using text-2.1.2
1488.38 s
[implicit-hie] Dependency transformers: using transformers-0.6.1.1
1488.38 s
[implicit-hie] Dependency yaml: using yaml-0.11.11.2
1488.38 s
[implicit-hie] Source component graph:
1488.38 s
[implicit-hie] component lib
1488.38 s
[implicit-hie] component exe:gen-hie dependency lib
1488.38 s
[implicit-hie] component test:implicit-hie-test dependency lib
1488.38 s
[implicit-hie] Configured component graph:
1488.38 s
[implicit-hie] component implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1488.38 s
[implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1488.38 s
[implicit-hie] include base-4.20.1.0-f445
1488.38 s
[implicit-hie] include directory-1.3.8.5-159c
1488.38 s
[implicit-hie] include filepath-1.5.4.0-8593
1488.38 s
[implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.38 s
[implicit-hie] include text-2.1.2-7514
1488.38 s
[implicit-hie] include transformers-0.6.1.1-05a6
1488.38 s
[implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.38 s
[implicit-hie] component implicit-hie-0.1.4.0-KXSHysYyz14KpnZo0X7Vme-gen-hie
1488.38 s
[implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1488.38 s
[implicit-hie] include base-4.20.1.0-f445
1488.38 s
[implicit-hie] include directory-1.3.8.5-159c
1488.38 s
[implicit-hie] include filepath-1.5.4.0-8593
1488.38 s
[implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.38 s
[implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1488.38 s
[implicit-hie] include text-2.1.2-7514
1488.38 s
[implicit-hie] include transformers-0.6.1.1-05a6
1488.38 s
[implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.38 s
[implicit-hie] component implicit-hie-0.1.4.0-J7dIa8H2PseAc4UhF0qD3n-implicit-hie-test
1488.38 s
[implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1488.38 s
[implicit-hie] include base-4.20.1.0-f445
1488.38 s
[implicit-hie] include directory-1.3.8.5-159c
1488.38 s
[implicit-hie] include filepath-1.5.4.0-8593
1488.38 s
[implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.38 s
[implicit-hie] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1488.38 s
[implicit-hie] include hspec-attoparsec-0.1.0.2-ENIEYIpYZ0a36SD9nf50Wg
1488.38 s
[implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1488.38 s
[implicit-hie] include text-2.1.2-7514
1488.38 s
[implicit-hie] include transformers-0.6.1.1-05a6
1488.38 s
[implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.38 s
[implicit-hie] Linked component graph:
1488.38 s
[implicit-hie] unit implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1488.38 s
[implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1488.38 s
[implicit-hie] include base-4.20.1.0-f445
1488.38 s
[implicit-hie] include directory-1.3.8.5-159c
1488.38 s
[implicit-hie] include filepath-1.5.4.0-8593
1488.38 s
[implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.38 s
[implicit-hie] include text-2.1.2-7514
1488.38 s
[implicit-hie] include transformers-0.6.1.1-05a6
1488.38 s
[implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
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
1488.38 s
[implicit-hie] unit implicit-hie-0.1.4.0-KXSHysYyz14KpnZo0X7Vme-gen-hie
1488.38 s
[implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1488.38 s
[implicit-hie] include base-4.20.1.0-f445
1488.38 s
[implicit-hie] include directory-1.3.8.5-159c
1488.38 s
[implicit-hie] include filepath-1.5.4.0-8593
1488.38 s
[implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.38 s
[implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1488.38 s
[implicit-hie] include text-2.1.2-7514
1488.38 s
[implicit-hie] include transformers-0.6.1.1-05a6
1488.38 s
[implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.38 s
[implicit-hie] unit implicit-hie-0.1.4.0-J7dIa8H2PseAc4UhF0qD3n-implicit-hie-test
1488.38 s
[implicit-hie] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1488.38 s
[implicit-hie] include base-4.20.1.0-f445
1488.38 s
[implicit-hie] include directory-1.3.8.5-159c
1488.38 s
[implicit-hie] include filepath-1.5.4.0-8593
1488.38 s
[implicit-hie] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.38 s
[implicit-hie] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1488.38 s
[implicit-hie] include hspec-attoparsec-0.1.0.2-ENIEYIpYZ0a36SD9nf50Wg
1488.38 s
[implicit-hie] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1488.38 s
[implicit-hie] include text-2.1.2-7514
1488.38 s
[implicit-hie] include transformers-0.6.1.1-05a6
1488.38 s
[implicit-hie] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.38 s
[implicit-hie] Ready component graph:
1488.38 s
[implicit-hie] definite implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1488.38 s
[implicit-hie] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1488.38 s
[implicit-hie] depends base-4.20.1.0-f445
1488.38 s
[implicit-hie] depends directory-1.3.8.5-159c
1488.38 s
[implicit-hie] depends filepath-1.5.4.0-8593
1488.38 s
[implicit-hie] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.38 s
[implicit-hie] depends text-2.1.2-7514
1488.38 s
[implicit-hie] depends transformers-0.6.1.1-05a6
1488.38 s
[implicit-hie] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.38 s
[implicit-hie] definite implicit-hie-0.1.4.0-J7dIa8H2PseAc4UhF0qD3n-implicit-hie-test
1488.38 s
[implicit-hie] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1488.38 s
[implicit-hie] depends base-4.20.1.0-f445
1488.38 s
[implicit-hie] depends directory-1.3.8.5-159c
1488.38 s
[implicit-hie] depends filepath-1.5.4.0-8593
1488.38 s
[implicit-hie] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.38 s
[implicit-hie] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1488.38 s
[implicit-hie] depends hspec-attoparsec-0.1.0.2-ENIEYIpYZ0a36SD9nf50Wg
1488.38 s
[implicit-hie] depends implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1488.38 s
[implicit-hie] depends text-2.1.2-7514
1488.38 s
[implicit-hie] depends transformers-0.6.1.1-05a6
1488.38 s
[implicit-hie] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.38 s
[implicit-hie] definite implicit-hie-0.1.4.0-KXSHysYyz14KpnZo0X7Vme-gen-hie
1488.38 s
[implicit-hie] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1488.38 s
[implicit-hie] depends base-4.20.1.0-f445
1488.38 s
[implicit-hie] depends directory-1.3.8.5-159c
1488.38 s
[implicit-hie] depends filepath-1.5.4.0-8593
1488.38 s
[implicit-hie] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.38 s
[implicit-hie] depends implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1488.38 s
[implicit-hie] depends text-2.1.2-7514
1488.38 s
[implicit-hie] depends transformers-0.6.1.1-05a6
1488.38 s
[implicit-hie] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.38 s
[implicit-hie] Using Cabal-3.12.1.0 compiled by ghc-9.10
1488.38 s
[implicit-hie] Using compiler: ghc-9.10.2
1488.38 s
[implicit-hie] Using install prefix:
1488.39 s
[implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0
1488.39 s
[implicit-hie] Executables installed in:
1488.39 s
[implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin
1488.39 s
[implicit-hie] Libraries installed in:
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
1488.39 s
[implicit-hie] Dynamic Libraries installed in:
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
1488.39 s
[implicit-hie] Private executables installed in:
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
1488.39 s
[implicit-hie] Data files installed in:
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
1488.39 s
[implicit-hie] Documentation installed in:
1488.39 s
[implicit-hie] /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc/share/doc/implicit-hie-0.1.4.0
1488.39 s
[implicit-hie] Configuration files installed in:
1488.39 s
[implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/etc
1488.39 s
[implicit-hie] No alex found
1488.39 s
[implicit-hie] Using ar found on system at:
1488.39 s
[implicit-hie] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1488.39 s
[implicit-hie] No c2hs found
1488.39 s
[implicit-hie] No cpphs found
1488.39 s
[implicit-hie] No doctest found
1488.39 s
[implicit-hie] Using gcc version 14.3.0 given by user at:
1488.39 s
[implicit-hie] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1488.39 s
[implicit-hie] Using ghc version 9.10.2 found on system at:
1488.39 s
[implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1488.39 s
[implicit-hie] Using ghc-pkg version 9.10.2 found on system at:
1488.39 s
[implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1488.39 s
[implicit-hie] No ghcjs found
1488.39 s
[implicit-hie] No ghcjs-pkg found
1488.39 s
[implicit-hie] No greencard found
1488.39 s
[implicit-hie] Using haddock version 2.31.0 found on system at:
1488.39 s
[implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1488.39 s
[implicit-hie] No happy found
1488.39 s
[implicit-hie] Using haskell-suite found on system at: haskell-suite-dummy-location
1488.39 s
[implicit-hie] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1488.39 s
[hlint] Dependency aeson >=1.3: using aeson-2.2.3.0
1488.39 s
[hlint] Dependency ansi-terminal >=0.8.1: using ansi-terminal-1.1.3
1488.39 s
[hlint] Dependency base >=4 && <5: using base-4.20.1.0
1488.39 s
[hlint] Dependency bytestring: using bytestring-0.12.2.0
1488.39 s
[hlint] Dependency cmdargs >=0.10.22: using cmdargs-0.10.22
1488.39 s
[hlint] Dependency containers: using containers-0.7
1488.39 s
[hlint] Dependency cpphs >=1.20.1: using cpphs-1.20.10
1488.39 s
[hlint] Dependency data-default >=0.3: using data-default-0.8.0.1
1488.39 s
[hlint] Dependency deriving-aeson >=0.2: using deriving-aeson-0.2.10
1488.39 s
[hlint] Dependency directory: using directory-1.3.8.5
1488.39 s
[hlint] Dependency extra >=1.7.3: using extra-1.8.1
1488.39 s
[hlint] Dependency file-embed: using file-embed-0.0.16.0
1488.39 s
[hlint] Dependency filepath: using filepath-1.5.4.0
1488.39 s
[hlint] Dependency filepattern >=0.1.1: using filepattern-0.1.3
1488.39 s
[hlint] Dependency ghc-lib-parser >=9.12 && <9.13: using
1488.39 s
[hlint] ghc-lib-parser-9.12.2.20250421
1488.39 s
[hlint] Dependency ghc-lib-parser-ex >=9.12.0.0 && <9.13.0: using
1488.39 s
[hlint] ghc-lib-parser-ex-9.12.0.0
1488.39 s
[hlint] Dependency hscolour >=1.21: using hscolour-1.25
1488.39 s
[hlint] Dependency process: using process-1.6.25.0
1488.39 s
[hlint] Dependency refact >=0.3: using refact-0.3.0.2
1488.39 s
[hlint] Dependency text: using text-2.1.2
1488.39 s
[hlint] Dependency transformers: using transformers-0.6.1.1
1488.39 s
[hlint] Dependency uniplate >=1.5: using uniplate-1.6.13
1488.39 s
[hlint] Dependency unordered-containers: using unordered-containers-0.2.20.1
1488.39 s
[hlint] Dependency utf8-string: using utf8-string-1.0.2
1488.39 s
[hlint] Dependency vector: using vector-0.13.2.0
1488.39 s
[hlint] Dependency yaml >=0.5.0: using yaml-0.11.11.2
1488.39 s
[hlint] Dependency base: using base-4.20.1.0
1488.39 s
[hlint] Dependency hlint: using hlint-3.10
1488.39 s
[hlint] Source component graph:
1488.39 s
[hlint] component lib
1488.39 s
[hlint] component exe:hlint dependency lib
1488.39 s
[hlint] Configured component graph:
1488.39 s
[hlint] component hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
1488.39 s
[hlint] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1488.39 s
[hlint] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
1488.39 s
[hlint] include base-4.20.1.0-f445
1488.39 s
[hlint] include bytestring-0.12.2.0-214a
1488.39 s
[hlint] include cmdargs-0.10.22-As69uGVtklQIyNbnoySB6g
1488.39 s
[hlint] include containers-0.7-6571
1488.39 s
[hlint] include cpphs-1.20.10-FxPkn6WlMEO9tAhRfrhQ5X
1488.39 s
[hlint] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1488.39 s
[hlint] include deriving-aeson-0.2.10-5s52rCGfyMWFZfRyb6lnkB
1488.39 s
[hlint] include directory-1.3.8.5-159c
1488.39 s
[hlint] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1488.39 s
[hlint] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
1488.39 s
[hlint] include filepath-1.5.4.0-8593
1488.39 s
[hlint] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.39 s
[hlint] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.39 s
[hlint] include ghc-lib-parser-ex-9.12.0.0-5nIhTSHU2dQ9sN0JEB9Eaw
1488.39 s
[hlint] include hscolour-1.25-6XZMArj4NnspcfIsnIb63
1488.39 s
[hlint] include process-1.6.25.0-cfae
1488.39 s
[hlint] include refact-0.3.0.2-7XjaunyOt78AwUJbIsJGIr
1488.39 s
[hlint] include text-2.1.2-7514
1488.39 s
[hlint] include transformers-0.6.1.1-05a6
1488.39 s
[hlint] include uniplate-1.6.13-8ewWQuBAb3AK6qIEr7yzve
1488.39 s
[hlint] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1488.39 s
[hlint] include utf8-string-1.0.2-EezicaBArSPEFllsRplLdT
1488.39 s
[hlint] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1488.39 s
[hlint] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.39 s
[hlint] component hlint-3.10-2usmTdlqiP2Dyv4c2mwOAQ-hlint
1488.39 s
[hlint] include base-4.20.1.0-f445
1488.39 s
[hlint] include hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
1488.39 s
[hlint] Linked component graph:
1488.39 s
[hlint] unit hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
1488.39 s
[hlint] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1488.39 s
[hlint] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
1488.39 s
[hlint] include base-4.20.1.0-f445
1488.39 s
[hlint] include bytestring-0.12.2.0-214a
1488.39 s
[hlint] include cmdargs-0.10.22-As69uGVtklQIyNbnoySB6g
1488.39 s
[hlint] include containers-0.7-6571
1488.39 s
[hlint] include cpphs-1.20.10-FxPkn6WlMEO9tAhRfrhQ5X
1488.39 s
[hlint] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1488.39 s
[hlint] include deriving-aeson-0.2.10-5s52rCGfyMWFZfRyb6lnkB
1488.39 s
[hlint] include directory-1.3.8.5-159c
1488.39 s
[hlint] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1488.39 s
[hlint] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
1488.39 s
[hlint] include filepath-1.5.4.0-8593
1488.39 s
[hlint] include filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.39 s
[hlint] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.39 s
[hlint] include ghc-lib-parser-ex-9.12.0.0-5nIhTSHU2dQ9sN0JEB9Eaw
1488.39 s
[hlint] include hscolour-1.25-6XZMArj4NnspcfIsnIb63
1488.39 s
[hlint] include process-1.6.25.0-cfae
1488.39 s
[hlint] include refact-0.3.0.2-7XjaunyOt78AwUJbIsJGIr
1488.39 s
[hlint] include text-2.1.2-7514
1488.39 s
[hlint] include transformers-0.6.1.1-05a6
1488.39 s
[hlint] include uniplate-1.6.13-8ewWQuBAb3AK6qIEr7yzve
1488.39 s
[hlint] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1488.39 s
[hlint] include utf8-string-1.0.2-EezicaBArSPEFllsRplLdT
1488.39 s
[hlint] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1488.39 s
[hlint] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.39 s
[hlint] Language.Haskell.HLint=hlint-3.10-KYNXFDDzbKX7YhXpWolQTO:Language.Haskell.HLint
1488.39 s
[hlint] unit hlint-3.10-2usmTdlqiP2Dyv4c2mwOAQ-hlint
1488.39 s
[hlint] include base-4.20.1.0-f445
1488.39 s
[hlint] include hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
1488.39 s
[hlint] Ready component graph:
1488.39 s
[hlint] definite hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
1488.39 s
[hlint] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1488.39 s
[hlint] depends ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
1488.39 s
[hlint] depends base-4.20.1.0-f445
1488.39 s
[hlint] depends bytestring-0.12.2.0-214a
1488.39 s
[hlint] depends cmdargs-0.10.22-As69uGVtklQIyNbnoySB6g
1488.39 s
[hlint] depends containers-0.7-6571
1488.39 s
[hlint] depends cpphs-1.20.10-FxPkn6WlMEO9tAhRfrhQ5X
1488.39 s
[hlint] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1488.39 s
[hlint] depends deriving-aeson-0.2.10-5s52rCGfyMWFZfRyb6lnkB
1488.39 s
[hlint] depends directory-1.3.8.5-159c
1488.39 s
[hlint] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1488.39 s
[hlint] depends file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
1488.39 s
[hlint] depends filepath-1.5.4.0-8593
1488.39 s
[hlint] depends filepattern-0.1.3-7jrnXMnmfCm3skWKEFjghL
1488.39 s
[hlint] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.39 s
[hlint] depends ghc-lib-parser-ex-9.12.0.0-5nIhTSHU2dQ9sN0JEB9Eaw
1488.39 s
[hlint] depends hscolour-1.25-6XZMArj4NnspcfIsnIb63
1488.39 s
[hlint] depends process-1.6.25.0-cfae
1488.39 s
[hlint] depends refact-0.3.0.2-7XjaunyOt78AwUJbIsJGIr
1488.39 s
[hlint] depends text-2.1.2-7514
1488.39 s
[hlint] depends transformers-0.6.1.1-05a6
1488.39 s
[hlint] depends uniplate-1.6.13-8ewWQuBAb3AK6qIEr7yzve
1488.39 s
[hlint] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1488.39 s
[hlint] depends utf8-string-1.0.2-EezicaBArSPEFllsRplLdT
1488.39 s
[hlint] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1488.39 s
[hlint] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.39 s
[hlint] definite hlint-3.10-2usmTdlqiP2Dyv4c2mwOAQ-hlint
1488.39 s
[hlint] depends base-4.20.1.0-f445
1488.39 s
[hlint] depends hlint-3.10-KYNXFDDzbKX7YhXpWolQTO
1488.39 s
[hlint] Using Cabal-3.12.1.0 compiled by ghc-9.10
1488.39 s
[hlint] Using compiler: ghc-9.10.2
1488.39 s
[hlint] Using install prefix: /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
1488.39 s
[hlint] Executables installed in:
1488.39 s
[hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin
1488.39 s
[hlint] Libraries installed in:
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
1488.39 s
[hlint] Dynamic Libraries installed in:
1488.39 s
[hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/lib/ghc-9.10.2/lib/x86_64-linux-ghc-9.10.2-2a2a
1488.39 s
[hlint] Private executables installed in:
1488.39 s
[hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/libexec/x86_64-linux-ghc-9.10.2-2a2a/hlint-3.10
1488.39 s
[hlint] Data files installed in:
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
1488.39 s
[hlint] Documentation installed in:
1488.39 s
[hlint] /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc/share/doc/hlint-3.10
1488.39 s
[hlint] Configuration files installed in:
1488.39 s
[hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/etc
1488.39 s
[hlint] No alex found
1488.39 s
[hlint] Using ar found on system at:
1488.39 s
[hlint] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1488.39 s
[hlint] No c2hs found
1488.39 s
[hlint] Using cpphs version 1.20.9 found on system at:
1488.39 s
[hlint] /nix/store/pq791l1nbs96ibfjqpc0dzk6v3a9zbyy-cpphs-1.20.10/bin/cpphs
1488.39 s
[hlint] No doctest found
1488.39 s
[hlint] Using gcc version 14.3.0 given by user at:
1488.39 s
[hlint] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1488.39 s
[hlint] Using ghc version 9.10.2 found on system at:
1488.39 s
[hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1488.39 s
[hlint] Using ghc-pkg version 9.10.2 found on system at:
1488.39 s
[hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1488.39 s
[hlint] No ghcjs found
1488.39 s
[hlint] No ghcjs-pkg found
1488.39 s
[hlint] No greencard found
1488.39 s
[hlint] Using haddock version 2.31.0 found on system at:
1488.39 s
[hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1488.39 s
[hlint] No happy found
1488.39 s
[hlint] Using haskell-suite found on system at: haskell-suite-dummy-location
1488.39 s
[hlint] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1488.40 s
[implicit-hie] No hmake found
1488.40 s
[implicit-hie] Using hpc version 0.69 found on system at:
1488.40 s
[implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1488.40 s
[implicit-hie] Using hsc2hs version 0.68.10 found on system at:
1488.40 s
[implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1488.40 s
[implicit-hie] Using hscolour version 1.25 found on system at:
1488.40 s
[implicit-hie] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1488.40 s
[implicit-hie] No jhc found
1488.40 s
[implicit-hie] Using ld found on system at:
1488.40 s
[implicit-hie] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1488.40 s
[implicit-hie] No pkg-config found
1488.40 s
[implicit-hie] Using runghc version 9.10.2 found on system at:
1488.40 s
[implicit-hie] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1488.40 s
[implicit-hie] Using strip version 2.44 found on system at:
1488.40 s
[implicit-hie] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1488.40 s
[implicit-hie] Using tar found on system at:
1488.40 s
[implicit-hie] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1488.40 s
[implicit-hie] No uhc found
1488.41 s
[hlint] No hmake found
1488.41 s
[hlint] Using hpc version 0.69 found on system at:
1488.41 s
[hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1488.41 s
[hlint] Using hsc2hs version 0.68.10 found on system at:
1488.41 s
[hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1488.41 s
[hlint] Using hscolour version 1.25 found on system at:
1488.41 s
[hlint] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1488.41 s
[hlint] No jhc found
1488.41 s
[hlint] Using ld found on system at:
1488.41 s
[hlint] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1488.41 s
[hlint] No pkg-config found
1488.41 s
[hlint] Using runghc version 9.10.2 found on system at:
1488.41 s
[hlint] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1488.41 s
[hlint] Using strip version 2.44 found on system at:
1488.41 s
[hlint] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1488.41 s
[hlint] Using tar found on system at:
1488.41 s
[hlint] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1488.41 s
[hlint] No uhc found
1488.60 s
[fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.2.0
1488.60 s
[fourmolu] Dependency Diff >=0.4 && <2: using Diff-1.0.2
1488.60 s
[fourmolu] Dependency MemoTrie >=0.6 && <0.7: using MemoTrie-0.6.11
1488.60 s
[fourmolu] Dependency aeson >=1.0 && <3.0: using aeson-2.2.3.0
1488.60 s
[fourmolu] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.3
1488.60 s
[fourmolu] Dependency array >=0.5 && <0.6: using array-0.5.8.0
1488.60 s
[fourmolu] Dependency base >=4.14 && <5: using base-4.20.1.0
1488.60 s
[fourmolu] Dependency binary >=0.8 && <0.9: using binary-0.8.9.3
1488.60 s
[fourmolu] Dependency bytestring >=0.2 && <0.13: using bytestring-0.12.2.0
1488.60 s
[fourmolu] Dependency choice >=0.2.4.1 && <0.3: using choice-0.2.4.1
1488.60 s
[fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
1488.60 s
[fourmolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
1488.60 s
[fourmolu] Dependency file-embed >=0.0.15 && <0.1: using file-embed-0.0.16.0
1488.60 s
[fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
1488.60 s
[fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
1488.60 s
[fourmolu] ghc-lib-parser-9.12.2.20250421
1488.60 s
[fourmolu] Dependency megaparsec >=9: using megaparsec-9.7.0
1488.60 s
[fourmolu] Dependency mtl >=2 && <3: using mtl-2.3.1
1488.60 s
[fourmolu] Dependency scientific >=0.3.2 && <1: using scientific-0.3.8.0
1488.60 s
[fourmolu] Dependency syb >=0.7 && <0.8: using syb-0.7.2.4
1488.60 s
[fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
1488.60 s
[fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.2.0
1488.60 s
[fourmolu] Dependency base >=4.12 && <5: using base-4.20.1.0
1488.60 s
[fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
1488.60 s
[fourmolu] Dependency directory >=1.3.3 && <1.4: using directory-1.3.8.5
1488.60 s
[fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
1488.60 s
[fourmolu] Dependency fourmolu: using fourmolu-0.19.0.1
1488.60 s
[fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
1488.60 s
[fourmolu] ghc-lib-parser-9.12.2.20250421
1488.60 s
[fourmolu] Dependency optparse-applicative >=0.17 && <0.19: using
1488.60 s
[fourmolu] optparse-applicative-0.18.1.0
1488.60 s
[fourmolu] Dependency terminal-size >=0.1 && <0.4: using terminal-size-0.3.4
1488.60 s
[fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
1488.60 s
[fourmolu] Dependency th-env >=0.1.1 && <0.2: using th-env-0.1.1
1488.60 s
[fourmolu] Dependency unliftio >=0.2.10 && <0.3: using unliftio-0.2.25.1
1488.60 s
[fourmolu] Dependency yaml >=0.11.6.0 && <1: using yaml-0.11.11.2
1488.60 s
[fourmolu] Dependency Cabal-syntax >=3.14 && <3.15: using Cabal-syntax-3.14.2.0
1488.60 s
[fourmolu] Dependency Diff >=1 && <2: using Diff-1.0.2
1488.60 s
[fourmolu] Dependency QuickCheck >=2.14: using QuickCheck-2.15.0.1
1488.60 s
[fourmolu] Dependency base >=4.14 && <5: using base-4.20.1.0
1488.60 s
[fourmolu] Dependency bytestring: using bytestring-0.12.2.0
1488.60 s
[fourmolu] Dependency choice >=0.2.4.1 && <0.3: using choice-0.2.4.1
1488.60 s
[fourmolu] Dependency containers >=0.5 && <0.8: using containers-0.7
1488.60 s
[fourmolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
1488.60 s
[fourmolu] Dependency filepath >=1.2 && <1.6: using filepath-1.5.4.0
1488.60 s
[fourmolu] Dependency fourmolu: using fourmolu-0.19.0.1
1488.60 s
[fourmolu] Dependency ghc-lib-parser >=9.12 && <9.13: using
1488.60 s
[fourmolu] ghc-lib-parser-9.12.2.20250421
1488.60 s
[fourmolu] Dependency hspec >=2 && <3: using hspec-2.11.14
1488.61 s
[fourmolu] Dependency hspec-megaparsec >=2.2: using hspec-megaparsec-2.2.1
1488.61 s
[fourmolu] Dependency megaparsec >=9: using megaparsec-9.7.0
1488.61 s
[fourmolu] Dependency path >=0.6 && <0.10: using path-0.9.6
1488.61 s
[fourmolu] Dependency path-io >=1.4.2 && <2: using path-io-1.8.2
1488.61 s
[fourmolu] Dependency pretty >=1.0 && <2.0: using pretty-1.1.3.6
1488.61 s
[fourmolu] Dependency process >=1.6 && <2.0: using process-1.6.25.0
1488.61 s
[fourmolu] Dependency temporary >=1.3 && <1.4: using temporary-1.3
1488.61 s
[fourmolu] Dependency text >=2.1 && <3: using text-2.1.2
1488.61 s
[fourmolu] Dependency yaml: using yaml-0.11.11.2
1488.61 s
[fourmolu] Source component graph:
1488.61 s
[fourmolu] component lib
1488.61 s
[fourmolu] component exe:fourmolu dependency lib
1488.61 s
[fourmolu] component test:tests
1488.61 s
[fourmolu] dependency exe:fourmolu
1488.61 s
[fourmolu] dependency lib
1488.61 s
[fourmolu] Configured component graph:
1488.61 s
[fourmolu] component fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1488.61 s
[fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1488.61 s
[fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1488.61 s
[fourmolu] include MemoTrie-0.6.11-3s11AOZAQj1DFesZDlfES
1488.61 s
[fourmolu] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1488.61 s
[fourmolu] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
1488.61 s
[fourmolu] include array-0.5.8.0-cc9a
1488.61 s
[fourmolu] include base-4.20.1.0-f445
1488.61 s
[fourmolu] include binary-0.8.9.3-9c52
1488.61 s
[fourmolu] include bytestring-0.12.2.0-214a
1488.61 s
[fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
1488.61 s
[fourmolu] include containers-0.7-6571
1488.61 s
[fourmolu] include directory-1.3.8.5-159c
1488.61 s
[fourmolu] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
1488.61 s
[fourmolu] include filepath-1.5.4.0-8593
1488.61 s
[fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.61 s
[fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1488.61 s
[fourmolu] include mtl-2.3.1-07d6
1488.61 s
[fourmolu] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1488.61 s
[fourmolu] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1488.61 s
[fourmolu] include text-2.1.2-7514
1488.61 s
[fourmolu] component fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
1488.61 s
[fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1488.61 s
[fourmolu] include base-4.20.1.0-f445
1488.61 s
[fourmolu] include containers-0.7-6571
1488.61 s
[fourmolu] include directory-1.3.8.5-159c
1488.61 s
[fourmolu] include filepath-1.5.4.0-8593
1488.61 s
[fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1488.61 s
[fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.61 s
[fourmolu] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1488.61 s
[fourmolu] include terminal-size-0.3.4-DRvmYUaz2eS2IvApZSsovh
1488.61 s
[fourmolu] include text-2.1.2-7514
1488.61 s
[fourmolu] include th-env-0.1.1-BRizIpwOvQRE97qsM3cDTM
1488.61 s
[fourmolu] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1488.61 s
[fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.61 s
[fourmolu] component fourmolu-0.19.0.1-LhuX3VOR1eU73LFOPM1mse-tests
1488.61 s
[fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1488.61 s
[fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1488.61 s
[fourmolu] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
1488.61 s
[fourmolu] include base-4.20.1.0-f445
1488.61 s
[fourmolu] include bytestring-0.12.2.0-214a
1488.61 s
[fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
1488.61 s
[fourmolu] include containers-0.7-6571
1488.61 s
[fourmolu] include directory-1.3.8.5-159c
1488.61 s
[fourmolu] include filepath-1.5.4.0-8593
1488.61 s
[fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1488.61 s
[fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.61 s
[fourmolu] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1488.61 s
[fourmolu] include hspec-megaparsec-2.2.1-5LQFTdFlRbj3aN66KcWTTo
1488.61 s
[fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1488.61 s
[fourmolu] include path-0.9.6-AhxlYdZ0YqU1VR0XyS3KjU
1488.61 s
[fourmolu] include path-io-1.8.2-5kvsk39qljqEp2cviaptu8
1488.61 s
[fourmolu] include pretty-1.1.3.6-1177
1488.61 s
[fourmolu] include process-1.6.25.0-cfae
1488.61 s
[fourmolu] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1488.61 s
[fourmolu] include text-2.1.2-7514
1488.61 s
[fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.61 s
[fourmolu] Linked component graph:
1488.61 s
[fourmolu] unit fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1488.61 s
[fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1488.61 s
[fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1488.61 s
[fourmolu] include MemoTrie-0.6.11-3s11AOZAQj1DFesZDlfES
1488.61 s
[fourmolu] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1488.61 s
[fourmolu] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
1488.61 s
[fourmolu] include array-0.5.8.0-cc9a
1488.61 s
[fourmolu] include base-4.20.1.0-f445
1488.61 s
[fourmolu] include binary-0.8.9.3-9c52
1488.61 s
[fourmolu] include bytestring-0.12.2.0-214a
1488.61 s
[fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
1488.61 s
[fourmolu] include containers-0.7-6571
1488.61 s
[fourmolu] include directory-1.3.8.5-159c
1488.61 s
[fourmolu] include file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
1488.61 s
[fourmolu] include filepath-1.5.4.0-8593
1488.61 s
[fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.61 s
[fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1488.61 s
[fourmolu] include mtl-2.3.1-07d6
1488.61 s
[fourmolu] include scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1488.61 s
[fourmolu] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1488.61 s
[fourmolu] include text-2.1.2-7514
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
1488.61 s
[fourmolu] unit fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
1488.61 s
[fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1488.61 s
[fourmolu] include base-4.20.1.0-f445
1488.61 s
[fourmolu] include containers-0.7-6571
1488.61 s
[fourmolu] include directory-1.3.8.5-159c
1488.61 s
[fourmolu] include filepath-1.5.4.0-8593
1488.61 s
[fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1488.61 s
[fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.61 s
[fourmolu] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1488.61 s
[fourmolu] include terminal-size-0.3.4-DRvmYUaz2eS2IvApZSsovh
1488.61 s
[fourmolu] include text-2.1.2-7514
1488.61 s
[fourmolu] include th-env-0.1.1-BRizIpwOvQRE97qsM3cDTM
1488.61 s
[fourmolu] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1488.61 s
[fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.61 s
[fourmolu] unit fourmolu-0.19.0.1-LhuX3VOR1eU73LFOPM1mse-tests
1488.61 s
[fourmolu] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1488.61 s
[fourmolu] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1488.61 s
[fourmolu] include QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
1488.61 s
[fourmolu] include base-4.20.1.0-f445
1488.61 s
[fourmolu] include bytestring-0.12.2.0-214a
1488.61 s
[fourmolu] include choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
1488.61 s
[fourmolu] include containers-0.7-6571
1488.61 s
[fourmolu] include directory-1.3.8.5-159c
1488.61 s
[fourmolu] include filepath-1.5.4.0-8593
1488.61 s
[fourmolu] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1488.61 s
[fourmolu] include ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.61 s
[fourmolu] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1488.61 s
[fourmolu] include hspec-megaparsec-2.2.1-5LQFTdFlRbj3aN66KcWTTo
1488.61 s
[fourmolu] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1488.61 s
[fourmolu] include path-0.9.6-AhxlYdZ0YqU1VR0XyS3KjU
1488.61 s
[fourmolu] include path-io-1.8.2-5kvsk39qljqEp2cviaptu8
1488.61 s
[fourmolu] include pretty-1.1.3.6-1177
1488.61 s
[fourmolu] include process-1.6.25.0-cfae
1488.61 s
[fourmolu] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1488.61 s
[fourmolu] include text-2.1.2-7514
1488.61 s
[fourmolu] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.61 s
[fourmolu] Ready component graph:
1488.61 s
[fourmolu] definite fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1488.61 s
[fourmolu] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1488.61 s
[fourmolu] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1488.61 s
[fourmolu] depends MemoTrie-0.6.11-3s11AOZAQj1DFesZDlfES
1488.61 s
[fourmolu] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1488.61 s
[fourmolu] depends ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
1488.61 s
[fourmolu] depends array-0.5.8.0-cc9a
1488.61 s
[fourmolu] depends base-4.20.1.0-f445
1488.61 s
[fourmolu] depends binary-0.8.9.3-9c52
1488.61 s
[fourmolu] depends bytestring-0.12.2.0-214a
1488.61 s
[fourmolu] depends choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
1488.61 s
[fourmolu] depends containers-0.7-6571
1488.61 s
[fourmolu] depends directory-1.3.8.5-159c
1488.61 s
[fourmolu] depends file-embed-0.0.16.0-AO1q4w68x48DXC46dRV2Hx
1488.61 s
[fourmolu] depends filepath-1.5.4.0-8593
1488.61 s
[fourmolu] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.61 s
[fourmolu] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1488.61 s
[fourmolu] depends mtl-2.3.1-07d6
1488.61 s
[fourmolu] depends scientific-0.3.8.0-cYg4biZEw2HtOP6tfA3Jr
1488.61 s
[fourmolu] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1488.61 s
[fourmolu] depends text-2.1.2-7514
1488.61 s
[fourmolu] definite fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
1488.61 s
[fourmolu] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1488.61 s
[fourmolu] depends base-4.20.1.0-f445
1488.61 s
[fourmolu] depends containers-0.7-6571
1488.61 s
[fourmolu] depends directory-1.3.8.5-159c
1488.61 s
[fourmolu] depends filepath-1.5.4.0-8593
1488.61 s
[fourmolu] depends fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1488.61 s
[fourmolu] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.61 s
[fourmolu] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1488.61 s
[fourmolu] depends terminal-size-0.3.4-DRvmYUaz2eS2IvApZSsovh
1488.61 s
[fourmolu] depends text-2.1.2-7514
1488.61 s
[fourmolu] depends th-env-0.1.1-BRizIpwOvQRE97qsM3cDTM
1488.61 s
[fourmolu] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1488.61 s
[fourmolu] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.61 s
[fourmolu] definite fourmolu-0.19.0.1-LhuX3VOR1eU73LFOPM1mse-tests
1488.61 s
[fourmolu] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1488.61 s
[fourmolu] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1488.61 s
[fourmolu] depends QuickCheck-2.15.0.1-DUfDZpgNKaDAMZVZ6HL1Lz
1488.61 s
[fourmolu] depends base-4.20.1.0-f445
1488.61 s
[fourmolu] depends bytestring-0.12.2.0-214a
1488.61 s
[fourmolu] depends choice-0.2.4.1-T4FSRHhLD65v8czFex3Yt
1488.61 s
[fourmolu] depends containers-0.7-6571
1488.61 s
[fourmolu] depends directory-1.3.8.5-159c
1488.61 s
[fourmolu] depends filepath-1.5.4.0-8593
1488.63 s
[fourmolu] depends fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1488.63 s
[fourmolu] depends ghc-lib-parser-9.12.2.20250421-JrJsE010BwT7NECjrRvcWX
1488.63 s
[fourmolu] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1488.63 s
[fourmolu] depends hspec-megaparsec-2.2.1-5LQFTdFlRbj3aN66KcWTTo
1488.63 s
[fourmolu] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1488.63 s
[fourmolu] depends path-0.9.6-AhxlYdZ0YqU1VR0XyS3KjU
1488.63 s
[fourmolu] depends path-io-1.8.2-5kvsk39qljqEp2cviaptu8
1488.63 s
[fourmolu] depends pretty-1.1.3.6-1177
1488.63 s
[fourmolu] depends process-1.6.25.0-cfae
1488.63 s
[fourmolu] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1488.63 s
[fourmolu] depends text-2.1.2-7514
1488.63 s
[fourmolu] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1488.63 s
[fourmolu] depends fourmolu-0.19.0.1-J7aXqtdMCaPJEveaENJ8F0-fourmolu
1488.63 s
[fourmolu] Using Cabal-3.12.1.0 compiled by ghc-9.10
1488.63 s
[fourmolu] Using compiler: ghc-9.10.2
1488.63 s
[fourmolu] Using install prefix:
1488.63 s
[fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1
1488.63 s
[fourmolu] Executables installed in:
1488.63 s
[fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin
1488.63 s
[fourmolu] Libraries installed in:
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
1488.63 s
[fourmolu] Dynamic Libraries installed in:
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
1488.63 s
[fourmolu] Private executables installed in:
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
1488.63 s
[fourmolu] Data files installed in:
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
1488.63 s
[fourmolu] Documentation installed in:
1488.63 s
[fourmolu] /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc/share/doc/fourmolu-0.19.0.1
1488.63 s
[fourmolu] Configuration files installed in:
1488.63 s
[fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/etc
1488.63 s
[fourmolu] No alex found
1488.63 s
[fourmolu] Using ar found on system at:
1488.63 s
[fourmolu] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1488.63 s
[fourmolu] No c2hs found
1488.63 s
[fourmolu] No cpphs found
1488.63 s
[fourmolu] No doctest found
1488.63 s
[fourmolu] Using gcc version 14.3.0 given by user at:
1488.63 s
[fourmolu] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1488.63 s
[fourmolu] Using ghc version 9.10.2 found on system at:
1488.63 s
[fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1488.63 s
[fourmolu] Using ghc-pkg version 9.10.2 found on system at:
1488.63 s
[fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1488.63 s
[fourmolu] No ghcjs found
1488.63 s
[fourmolu] No ghcjs-pkg found
1488.63 s
[fourmolu] No greencard found
1488.63 s
[fourmolu] Using haddock version 2.31.0 found on system at:
1488.63 s
[fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1488.63 s
[fourmolu] No happy found
1488.63 s
[fourmolu] Using haskell-suite found on system at: haskell-suite-dummy-location
1488.63 s
[fourmolu] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1488.63 s
[fourmolu] No hmake found
1488.63 s
[fourmolu] Using hpc version 0.69 found on system at:
1488.63 s
[fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1488.63 s
[fourmolu] Using hsc2hs version 0.68.10 found on system at:
1488.63 s
[fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1488.63 s
[fourmolu] Using hscolour version 1.25 found on system at:
1488.63 s
[fourmolu] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1488.63 s
[fourmolu] No jhc found
1488.63 s
[fourmolu] Using ld found on system at:
1488.63 s
[fourmolu] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1488.63 s
[fourmolu] No pkg-config found
1488.63 s
[fourmolu] Using runghc version 9.10.2 found on system at:
1488.63 s
[fourmolu] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1488.63 s
[fourmolu] Using strip version 2.44 found on system at:
1488.63 s
[fourmolu] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1488.63 s
[fourmolu] Using tar found on system at:
1488.63 s
[fourmolu] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1488.63 s
[fourmolu] No uhc found
1488.73 s
[implicit-hie] Phase: buildPhase
1488.75 s
[hie-bios] Phase: buildPhase
1488.76 s
[hlint] Phase: buildPhase
1488.81 s
[implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
1488.81 s
[implicit-hie] Building library for implicit-hie-0.1.4.0...
1488.83 s
[hie-bios] Preprocessing library for hie-bios-0.17.0...
1488.83 s
[hie-bios] Building library for hie-bios-0.17.0...
1488.84 s
[hlint] Preprocessing library for hlint-3.10...
1488.85 s
[hlint] Building library for hlint-3.10...
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 )
1489.05 s
[fourmolu] Phase: buildPhase
1489.14 s
[hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.o, dist/build/EmbedData.dyn_o )
1489.14 s
[fourmolu] Preprocessing library for fourmolu-0.19.0.1...
1489.15 s
[fourmolu] Building library for fourmolu-0.19.0.1...
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 )
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 )
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 )
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 )
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 )
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 )
1490.11 s
[hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.o, dist/build/Extension.dyn_o )
1490.32 s
[hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.o, dist/build/Fixity.dyn_o )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1491.22 s
[hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.o, dist/build/HsColour.dyn_o )
1491.22 s
[hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.o, dist/build/Parallel.dyn_o )
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 )
1491.22 s
[hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.o, dist/build/Refact.dyn_o )
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 )
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 )
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 )
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 )
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 )
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 )
1491.81 s
[implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, dist/build/Hie/Cabal/Parser.p_o )
1491.99 s
[hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.o, dist/build/Timing.dyn_o )
1491.99 s
[hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1492.18 s
[hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
1492.18 s
[hie-bios] Pattern match(es) are non-exhaustive
1492.18 s
[hie-bios] In an equation for ‘appendLogRef’:
1492.18 s
[hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
1492.18 s
[hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
1492.18 s
[hie-bios] _ _ (LogRef _) _ MCOutput _ _
1492.18 s
[hie-bios] _ _ (LogRef _) _ MCFatal _ _
1492.18 s
[hie-bios] _ _ (LogRef _) _ MCInteractive _ _
1492.18 s
[hie-bios] _ _ (LogRef _) _ MCDump _ _
1492.18 s
[hie-bios] ...
1492.18 s
[hie-bios] |
1492.18 s
[hie-bios] 48 | appendLogRef df style (LogRef ref) _
1492.18 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1492.18 s
[hie-bios]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1493.78 s
[implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, dist/build/Hie/Locate.p_o )
1494.11 s
[implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, dist/build/Hie/Yaml.p_o )
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 )
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 )
1495.43 s
[hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.o, dist/build/Idea.dyn_o )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1496.74 s
[implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
1496.74 s
[implicit-hie] Building test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
1496.96 s
[implicit-hie] [1 of 2] Compiling Main ( test/Spec.hs, dist/build/implicit-hie-test/implicit-hie-test-tmp/Main.o )
1497.46 s
[hie-bios] [ 2 of 22] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, dist/build/HIE/Bios/Config.p_o )
1497.55 s
[hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.o, dist/build/SARIF.dyn_o )
1497.55 s
[hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.o, dist/build/Report.dyn_o )
1497.55 s
[hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.o, dist/build/CC.dyn_o )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1498.11 s
[hie-bios] [ 7 of 22] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, dist/build/HIE/Bios/Types.p_o )
1498.11 s
[hie-bios] [ 8 of 22] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, dist/build/HIE/Bios/Flags.p_o )
1498.11 s
[hie-bios] [ 9 of 22] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, dist/build/HIE/Bios/Environment.p_o )
1498.11 s
[hie-bios] [10 of 22] Compiling HIE.Bios.Process ( src/HIE/Bios/Process.hs, dist/build/HIE/Bios/Process.p_o )
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 )
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 )
1498.11 s
[hie-bios] src/HIE/Bios/Ghc/Logger.hs:48:1: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
1498.11 s
[hie-bios] Pattern match(es) are non-exhaustive
1498.11 s
[hie-bios] In an equation for ‘appendLogRef’:
1498.11 s
[hie-bios] Patterns of type ‘DynFlags’, ‘Gap.PprStyle’, ‘LogRef’, ‘LogFlags’,
1498.11 s
[hie-bios] ‘MessageClass’, ‘SrcSpan’, ‘SDoc’ not matched:
1498.11 s
[hie-bios] _ _ (LogRef _) _ MCOutput _ _
1498.11 s
[hie-bios] _ _ (LogRef _) _ MCFatal _ _
1498.11 s
[hie-bios] _ _ (LogRef _) _ MCInteractive _ _
1498.11 s
[hie-bios] _ _ (LogRef _) _ MCDump _ _
1498.11 s
[hie-bios] ...
1498.11 s
[hie-bios] |
1498.11 s
[hie-bios] 48 | appendLogRef df style (LogRef ref) _
1498.12 s
[hie-bios] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1498.12 s
[hie-bios]
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 )
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 )
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 )
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 )
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 )
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 )
1498.37 s
[hie-bios] [17 of 22] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, dist/build/HIE/Bios/Wrappers.p_o )
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 )
1498.48 s
[implicit-hie] [3 of 3] Linking dist/build/implicit-hie-test/implicit-hie-test
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1498.87 s
[hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.o, dist/build/CmdLine.dyn_o )
1498.87 s
[hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.o, dist/build/Apply.dyn_o )
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 )
1499.06 s
[hie-bios] [19 of 22] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, dist/build/HIE/Bios/Cradle.p_o )
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 )
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 )
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 )
1499.85 s
[implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
1499.85 s
[implicit-hie] Building executable 'gen-hie' for implicit-hie-0.1.4.0...
1499.86 s
[hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.o, dist/build/Summary.dyn_o )
1499.94 s
[implicit-hie] [1 of 2] Compiling Main ( app/Main.hs, dist/build/gen-hie/gen-hie-tmp/Main.o )
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 )
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 )
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 )
1500.25 s
[implicit-hie] [3 of 3] Linking dist/build/gen-hie/gen-hie
1500.25 s
[hie-bios] [21 of 22] Compiling HIE.Bios ( src/HIE/Bios.hs, dist/build/HIE/Bios.p_o )
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 )
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 )
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 )
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 )
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 )
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 )
1501.43 s
[implicit-hie] Phase: checkPhase
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 )
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 )
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 )
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 )
1501.74 s
[implicit-hie] Running 1 test suites...
1501.75 s
[implicit-hie] Test suite implicit-hie-test: RUNNING...
1501.75 s
[implicit-hie]
1501.75 s
[implicit-hie] Should Succeed
1501.75 s
[implicit-hie] successfully parses executable section [✔]
1501.75 s
[implicit-hie] Should Succeed
1501.75 s
[implicit-hie] successfully parses test section [✔]
1501.75 s
[implicit-hie] Should Succeed
1501.75 s
[implicit-hie] successfully parses library section [✔]
1501.75 s
[implicit-hie] Should Succeed
1501.75 s
[implicit-hie] successfully parses library section with 2 hs-source-dirs [✔]
1501.75 s
[implicit-hie] Should Succeed
1501.75 s
[implicit-hie] successfully parses library section with 2 paths under hs-source-dirs [✔]
1501.75 s
[implicit-hie] Should Succeed
1501.75 s
[implicit-hie] successfully parses bench section [✔]
1501.75 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] successfully parses package [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] skips to end of block section [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] successfully generates stack hie.yaml [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] successfully generates cabal hie.yaml for haskell-language-server [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] successfully parses comma list [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] successfully parses newline list [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] successfully parses newline comma list [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] quoted list [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] list with leading commas [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] list with a comment [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] list2 with a comment [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] list3 with a comment [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] list4 with a comment [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] list5 with a comment [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] succesfully parses exe component with other-modules containing dots [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] succesfully parses single other-modules [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] succesfully parses empty other-modules1 [✔]
1501.76 s
[implicit-hie] Should Succeed
1501.76 s
[implicit-hie] succesfully parses empty other-modules2 [✔]
1501.76 s
[implicit-hie]
1501.76 s
[implicit-hie] Finished in 0.0098 seconds
1501.76 s
[implicit-hie] 24 examples, 0 failures
1501.77 s
[implicit-hie] Test suite implicit-hie-test: PASS
1501.77 s
[implicit-hie] Test suite logged to: dist/test/implicit-hie-0.1.4.0-implicit-hie-test.log
1501.77 s
[implicit-hie] 1 of 1 test suites (1 of 1 test cases) passed.
1501.79 s
[implicit-hie] Phase: haddockPhase
1501.92 s
[implicit-hie] Preprocessing library for implicit-hie-0.1.4.0...
1501.92 s
[implicit-hie] Running Haddock on library for implicit-hie-0.1.4.0...
1501.92 s
[implicit-hie] Warning: The documentation for the following packages are not installed. No
1501.92 s
[implicit-hie] links will be generated to these packages: attoparsec-0.14.4,
1501.92 s
[implicit-hie] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
1502.15 s
[implicit-hie] [1 of 4] Compiling Hie.Cabal.Parser ( src/Hie/Cabal/Parser.hs, nothing )
1502.30 s
[implicit-hie] [2 of 4] Compiling Hie.Locate ( src/Hie/Locate.hs, nothing )
1502.44 s
[implicit-hie] [3 of 4] Compiling Hie.Yaml ( src/Hie/Yaml.hs, nothing )
1502.46 s
[implicit-hie] [4 of 4] Compiling Paths_implicit_hie ( dist/build/autogen/Paths_implicit_hie.hs, nothing )
1502.46 s
[implicit-hie] Haddock coverage:
1502.46 s
[implicit-hie] 5% ( 2 / 35) in 'Hie.Cabal.Parser'
1502.46 s
[implicit-hie] Missing documentation for:
1502.46 s
[implicit-hie] Module header
1502.46 s
[implicit-hie] Name (src/Hie/Cabal/Parser.hs:16)
1502.46 s
[implicit-hie] Path (src/Hie/Cabal/Parser.hs:18)
1502.46 s
[implicit-hie] Indent (src/Hie/Cabal/Parser.hs:20)
1502.46 s
[implicit-hie] Package (src/Hie/Cabal/Parser.hs:22)
1502.46 s
[implicit-hie] CompType (src/Hie/Cabal/Parser.hs:25)
1502.47 s
[implicit-hie] Component (src/Hie/Cabal/Parser.hs:28)
1502.47 s
[implicit-hie] parsePackage' (src/Hie/Cabal/Parser.hs:33)
1502.47 s
[implicit-hie] skipFreeformField (src/Hie/Cabal/Parser.hs:42)
1502.47 s
[implicit-hie] parsePackage (src/Hie/Cabal/Parser.hs:58)
1502.47 s
[implicit-hie] componentHeader (src/Hie/Cabal/Parser.hs:74)
1502.47 s
[implicit-hie] parseComponent (src/Hie/Cabal/Parser.hs:83)
1502.47 s
[implicit-hie] parseLib (src/Hie/Cabal/Parser.hs:90)
1502.47 s
[implicit-hie] parseTestSuite (src/Hie/Cabal/Parser.hs:95)
1502.47 s
[implicit-hie] parseExe (src/Hie/Cabal/Parser.hs:98)
1502.47 s
[implicit-hie] parseBench (src/Hie/Cabal/Parser.hs:101)
1502.47 s
[implicit-hie] parseSecMain (src/Hie/Cabal/Parser.hs:104)
1502.47 s
[implicit-hie] parseQuoted (src/Hie/Cabal/Parser.hs:110)
1502.47 s
[implicit-hie] parseString (src/Hie/Cabal/Parser.hs:117)
1502.47 s
[implicit-hie] unqualName (src/Hie/Cabal/Parser.hs:120)
1502.47 s
[implicit-hie] pathMain (src/Hie/Cabal/Parser.hs:146)
1502.47 s
[implicit-hie] <//> (src/Hie/Cabal/Parser.hs:162)
1502.47 s
[implicit-hie] parseSec (src/Hie/Cabal/Parser.hs:167)
1502.47 s
[implicit-hie] skipToNextLine (src/Hie/Cabal/Parser.hs:174)
1502.47 s
[implicit-hie] skipBlock (src/Hie/Cabal/Parser.hs:177)
1502.47 s
[implicit-hie] comment (src/Hie/Cabal/Parser.hs:180)
1502.47 s
[implicit-hie] skipBlockLine (src/Hie/Cabal/Parser.hs:183)
1502.47 s
[implicit-hie] emptyOrComLine (src/Hie/Cabal/Parser.hs:186)
1502.47 s
[implicit-hie] tabOrSpace (src/Hie/Cabal/Parser.hs:189)
1502.47 s
[implicit-hie] hsSourceDir (src/Hie/Cabal/Parser.hs:192)
1502.47 s
[implicit-hie] field (src/Hie/Cabal/Parser.hs:200)
1502.47 s
[implicit-hie] extractPath (src/Hie/Cabal/Parser.hs:212)
1502.47 s
[implicit-hie] extractPkgs (src/Hie/Cabal/Parser.hs:225)
1502.47 s
[implicit-hie] 0% ( 0 / 4) in 'Hie.Locate'
1502.47 s
[implicit-hie] Missing documentation for:
1502.47 s
[implicit-hie] Module header
1502.47 s
[implicit-hie] nestedPkg (src/Hie/Locate.hs:67)
1502.47 s
[implicit-hie] stackYamlPkgs (src/Hie/Locate.hs:34)
1502.47 s
[implicit-hie] cabalPkgs (src/Hie/Locate.hs:44)
1502.47 s
[implicit-hie] 0% ( 0 / 6) in 'Hie.Yaml'
1502.47 s
[implicit-hie] Missing documentation for:
1502.47 s
[implicit-hie] Module header
1502.47 s
[implicit-hie] hieYaml (src/Hie/Yaml.hs:16)
1502.47 s
[implicit-hie] fmtComponent (src/Hie/Yaml.hs:46)
1502.47 s
[implicit-hie] fmtPkgs (src/Hie/Yaml.hs:58)
1502.47 s
[implicit-hie] cabalComponent (src/Hie/Yaml.hs:32)
1502.47 s
[implicit-hie] stackComponent (src/Hie/Yaml.hs:39)
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 )
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 )
1503.01 s
[implicit-hie] Warning: Hie.Cabal.Parser: could not find link destinations for:
1503.01 s
[implicit-hie] - Data.Attoparsec.Text.Internal.Parser
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 )
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 )
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 )
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 )
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 )
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 )
1504.87 s
[hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.o, dist/build/HLint.dyn_o )
1505.20 s
[hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.17.0...
1505.20 s
[hie-bios] Building executable 'hie-bios' for hie-bios-0.17.0...
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 )
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 )
1505.39 s
[hie-bios] [2 of 2] Compiling Main ( exe/Main.hs, dist/build/hie-bios/hie-bios-tmp/Main.o )
1505.88 s
[hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, dist/build/EmbedData.p_o )
1506.08 s
[hie-bios] [3 of 3] Linking dist/build/hie-bios/hie-bios
1506.56 s
[hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, dist/build/Extension.p_o )
1506.56 s
[hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, dist/build/Fixity.p_o )
1506.56 s
[hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, dist/build/GHC/Util/ApiAnnotation.p_o )
1506.72 s
[hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, dist/build/GHC/Util/Brackets.p_o )
1506.72 s
[hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, dist/build/GHC/Util/DynFlags.p_o )
1506.72 s
[hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, dist/build/GHC/Util/FreeVars.p_o )
1507.18 s
[hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, dist/build/GHC/Util/HsDecl.p_o )
1507.18 s
[hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, dist/build/GHC/Util/Scope.p_o )
1507.18 s
[hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, dist/build/GHC/Util/SrcLoc.p_o )
1507.18 s
[hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, dist/build/GHC/Util/View.p_o )
1507.18 s
[hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, dist/build/HsColour.p_o )
1507.18 s
[hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, dist/build/Parallel.p_o )
1507.18 s
[hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, dist/build/Paths_hlint.p_o )
1507.18 s
[hlint] [15 of 62] Compiling Refact ( src/Refact.hs, dist/build/Refact.p_o )
1507.18 s
[hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, dist/build/GHC/Util/HsExpr.p_o )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1507.92 s
[hlint] [17 of 62] Compiling Timing ( src/Timing.hs, dist/build/Timing.p_o )
1507.92 s
[hlint] [18 of 62] Compiling Util ( src/Util.hs, dist/build/Util.p_o )
1507.92 s
[hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, dist/build/GHC/Util/Unify.p_o )
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 )
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 )
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 )
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 )
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 )
1508.59 s
[implicit-hie] Documentation created: dist/doc/html/implicit-hie/,
1508.59 s
[implicit-hie] dist/doc/html/implicit-hie/implicit-hie.txt
1508.65 s
[implicit-hie] Preprocessing test suite 'implicit-hie-test' for implicit-hie-0.1.4.0...
1508.65 s
[implicit-hie] Preprocessing executable 'gen-hie' for implicit-hie-0.1.4.0...
1508.66 s
[implicit-hie] Phase: installPhase
1508.67 s
[hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, dist/build/GHC/Util.p_o )
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 )
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
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 )
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 )
1508.75 s
[fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.o, dist/build/Ormolu.dyn_o )
1508.80 s
[implicit-hie] Installing executable gen-hie in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin
1508.80 s
[implicit-hie] Warning: The directory
1508.80 s
[implicit-hie] /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin is not in
1508.80 s
[implicit-hie] the system search path.
1508.88 s
[hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, dist/build/Config/Type.p_o )
1509.04 s
[implicit-hie] Phase: fixupPhase
1509.06 s
[implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0
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
1509.09 s
[implicit-hie] shrinking /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0/bin/gen-hie
1509.11 s
[implicit-hie] checking for references to /build/ in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0...
1509.13 s
[implicit-hie] patching script interpreter paths in /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0
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
1509.19 s
[implicit-hie] shrinking RPATHs of ELF executables and libraries in /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
1509.20 s
[implicit-hie] checking for references to /build/ in /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc...
1509.21 s
[implicit-hie] patching script interpreter paths in /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc
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
1509.75 s
[post-build-hook] Pushing 2 paths (191 are already present) using zstd to cache sellout ⏳
1509.75 s
[post-build-hook]
1510.10 s
[post-build-hook] Pushing /nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc (475.03 KiB)
1510.14 s
[post-build-hook] Pushing /nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0 (5.78 MiB)
1511.23 s
[post-build-hook]
1511.25 s
[post-build-hook] All done.
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
1511.30 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1511.57 s
[post-build-hook] copying 2 paths...
1511.57 s
[post-build-hook] copying path '/nix/store/lc0zii0hs8d7kh53rz04q2g56vizxi4d-implicit-hie-0.1.4.0-doc' to 'https://cache.nix-ci.com'...
1511.81 s
[post-build-hook] copying path '/nix/store/b2v6mr6vl13iq3wv84p5ax18s52n5ak4-implicit-hie-0.1.4.0' to 'https://cache.nix-ci.com'...
1513.78 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1513.96 s
[post-build-hook] copying 1 paths...
1513.96 s
[post-build-hook] copying path '/nix/store/481ydqs80af509b3ff6nwyb18pxzzzdw-implicit-hie-0.1.4.0.drv' to 'https://cache.nix-ci.com'...
1514.12 s
Progress: 145 of 157 built (4 building), 587 of 587 downloaded from cache
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 )
1514.12 s
[fourmolu] [ 1 of 61] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.p_o )
1514.12 s
[fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.p_o )
1514.12 s
[fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.p_o )
1514.12 s
[fourmolu] [ 4 of 61] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.p_o )
1514.12 s
[fourmolu] [ 5 of 61] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.p_o )
1514.12 s
[fourmolu] [ 6 of 61] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.p_o )
1514.12 s
[fourmolu] [ 7 of 61] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.p_o )
1514.12 s
[fourmolu] [ 8 of 61] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.p_o )
1514.12 s
[fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.p_o )
1514.12 s
[fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.p_o )
1514.12 s
[fourmolu] [11 of 61] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.p_o )
1514.12 s
[fourmolu] [12 of 61] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.p_o )
1514.12 s
[fourmolu] [13 of 61] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.p_o )
1514.12 s
[fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.p_o )
1514.12 s
[hie-bios] Phase: haddockPhase
1514.12 s
[hie-bios] Preprocessing library for hie-bios-0.17.0...
1514.12 s
[hie-bios] Running Haddock on library for hie-bios-0.17.0...
1514.12 s
[hie-bios] Warning: The documentation for the following packages are not installed. No
1514.12 s
[hie-bios] links will be generated to these packages: attoparsec-0.14.4,
1514.12 s
[hie-bios] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
1514.12 s
[hie-bios] [ 1 of 22] Compiling HIE.Bios.Config.YAML ( src/HIE/Bios/Config/YAML.hs, nothing )
1514.12 s
[hie-bios] [ 2 of 22] Compiling HIE.Bios.Config ( src/HIE/Bios/Config.hs, nothing )
1514.12 s
[hie-bios] [ 3 of 22] Compiling HIE.Bios.Cradle.ProjectConfig ( src/HIE/Bios/Cradle/ProjectConfig.hs, nothing )
1514.12 s
[hie-bios] [ 4 of 22] Compiling HIE.Bios.Ghc.Gap ( src/HIE/Bios/Ghc/Gap.hs, nothing )
1514.12 s
[hie-bios] [ 5 of 22] Compiling HIE.Bios.Ghc.Doc ( src/HIE/Bios/Ghc/Doc.hs, nothing )
1514.12 s
[hie-bios] [ 6 of 22] Compiling HIE.Bios.Ghc.Load ( src/HIE/Bios/Ghc/Load.hs, nothing )
1514.12 s
[hie-bios] [ 7 of 22] Compiling HIE.Bios.Types ( src/HIE/Bios/Types.hs, nothing )
1514.12 s
[hlint] [22 of 62] Compiling Idea ( src/Idea.hs, dist/build/Idea.p_o )
1514.12 s
[hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, dist/build/Test/Util.p_o )
1514.12 s
[hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, dist/build/Test/InputOutput.p_o )
1514.12 s
[hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, dist/build/SARIF.p_o )
1514.12 s
[hlint] [26 of 62] Compiling Report ( src/Report.hs, dist/build/Report.p_o )
1514.12 s
[hlint] [27 of 62] Compiling CC ( src/CC.hs, dist/build/CC.p_o )
1514.12 s
[hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, dist/build/GHC/All.p_o )
1514.12 s
[hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, dist/build/Hint/Type.p_o )
1514.12 s
[hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, dist/build/Hint/Unsafe.p_o )
1514.12 s
[hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, dist/build/Hint/Smell.p_o )
1514.12 s
[hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, dist/build/Hint/Restrict.p_o )
1514.12 s
[hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, dist/build/Hint/Pragma.p_o )
1514.12 s
[hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, dist/build/Hint/Pattern.p_o )
1514.12 s
[hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, dist/build/Hint/NumLiteral.p_o )
1514.12 s
[hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, dist/build/Hint/NewType.p_o )
1514.12 s
[hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, dist/build/Hint/Negation.p_o )
1514.12 s
[hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, dist/build/Hint/Naming.p_o )
1514.12 s
[hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, dist/build/Hint/Monad.p_o )
1514.12 s
[hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, dist/build/Hint/Match.p_o )
1514.12 s
[hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, dist/build/Hint/ListRec.p_o )
1514.12 s
[hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, dist/build/Hint/List.p_o )
1514.12 s
[hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, dist/build/Hint/Lambda.p_o )
1514.12 s
[hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, dist/build/Hint/Import.p_o )
1514.12 s
[hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, dist/build/Hint/Fixities.p_o )
1514.12 s
[hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, dist/build/Hint/Extensions.p_o )
1514.12 s
[hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, dist/build/Hint/Export.p_o )
1514.12 s
[hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, dist/build/Hint/Duplicate.p_o )
1514.12 s
[hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, dist/build/Hint/Comment.p_o )
1514.12 s
[hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, dist/build/Hint/Bracket.p_o )
1514.12 s
[hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, dist/build/Hint/All.p_o )
1514.13 s
[hie-bios] [ 8 of 22] Compiling HIE.Bios.Flags ( src/HIE/Bios/Flags.hs, nothing )
1514.14 s
[hie-bios] [ 9 of 22] Compiling HIE.Bios.Environment ( src/HIE/Bios/Environment.hs, nothing )
1514.18 s
[hie-bios] [10 of 22] Compiling HIE.Bios.Process ( src/HIE/Bios/Process.hs, nothing )
1514.43 s
[hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, dist/build/Config/Yaml.p_o )
1514.43 s
[hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, dist/build/Config/Read.p_o )
1514.43 s
[hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, dist/build/Config/Compute.p_o )
1514.43 s
[hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, dist/build/Config/Haskell.p_o )
1514.43 s
[hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, dist/build/CmdLine.p_o )
1514.43 s
[hlint] [57 of 62] Compiling Apply ( src/Apply.hs, dist/build/Apply.p_o )
1514.52 s
[hie-bios] [11 of 22] Compiling HIE.Bios.Ghc.Api ( src/HIE/Bios/Ghc/Api.hs, nothing )
1514.53 s
[fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.p_o )
1514.53 s
[fourmolu] [16 of 61] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.p_o )
1514.54 s
[hie-bios] [12 of 22] Compiling HIE.Bios.Ghc.Logger ( src/HIE/Bios/Ghc/Logger.hs, nothing )
1514.56 s
[hie-bios] [13 of 22] Compiling HIE.Bios.Ghc.Check ( src/HIE/Bios/Ghc/Check.hs, nothing )
1514.58 s
[hie-bios] [14 of 22] Compiling HIE.Bios.Cradle.Utils ( src/HIE/Bios/Cradle/Utils.hs, nothing )
1514.59 s
[hie-bios] [15 of 22] Compiling HIE.Bios.Cradle.ProgramVersions ( src/HIE/Bios/Cradle/ProgramVersions.hs, nothing )
1514.61 s
[hie-bios] [16 of 22] Compiling HIE.Bios.Cradle.Resolved ( src/HIE/Bios/Cradle/Resolved.hs, nothing )
1514.64 s
[hie-bios] [17 of 22] Compiling HIE.Bios.Wrappers ( src/HIE/Bios/Wrappers.hs, nothing )
1514.77 s
[hie-bios] [18 of 22] Compiling HIE.Bios.Cradle.Cabal ( src/HIE/Bios/Cradle/Cabal.hs, nothing )
1514.79 s
[hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, dist/build/Test/Annotations.p_o )
1514.86 s
[hie-bios] [19 of 22] Compiling HIE.Bios.Cradle ( src/HIE/Bios/Cradle.hs, nothing )
1514.98 s
[hie-bios] [20 of 22] Compiling HIE.Bios.Internal.Debug ( src/HIE/Bios/Internal/Debug.hs, nothing )
1514.99 s
[hie-bios] [21 of 22] Compiling HIE.Bios ( src/HIE/Bios.hs, nothing )
1514.99 s
[hie-bios] [22 of 22] Compiling Paths_hie_bios ( dist/build/autogen/Paths_hie_bios.hs, nothing )
1515.00 s
[hie-bios] Haddock coverage:
1515.00 s
[hie-bios] 7% ( 1 / 14) in 'HIE.Bios.Config.YAML'
1515.00 s
[hie-bios] Missing documentation for:
1515.00 s
[hie-bios] CradleConfigYAML (src/HIE/Bios/Config/YAML.hs:62)
1515.00 s
[hie-bios] CradleComponent (src/HIE/Bios/Config/YAML.hs:67)
1515.00 s
[hie-bios] MultiSubComponent (src/HIE/Bios/Config/YAML.hs:99)
1515.00 s
[hie-bios] CabalConfig (src/HIE/Bios/Config/YAML.hs:104)
1515.00 s
[hie-bios] CabalComponent (src/HIE/Bios/Config/YAML.hs:118)
1515.00 s
[hie-bios] StackConfig (src/HIE/Bios/Config/YAML.hs:134)
1515.00 s
[hie-bios] StackComponent (src/HIE/Bios/Config/YAML.hs:139)
1515.00 s
[hie-bios] DirectConfig (src/HIE/Bios/Config/YAML.hs:176)
1515.00 s
[hie-bios] BiosConfig (src/HIE/Bios/Config/YAML.hs:180)
1515.00 s
[hie-bios] NoneConfig (src/HIE/Bios/Config/YAML.hs:83)
1515.00 s
[hie-bios] OtherConfig (src/HIE/Bios/Config/YAML.hs:85)
1515.00 s
[hie-bios] OneOrManyComponents (src/HIE/Bios/Config/YAML.hs:164)
1515.00 s
[hie-bios] Callable (src/HIE/Bios/Config/YAML.hs:189)
1515.00 s
[hie-bios] Warning: 'Cradle' is out of scope.
1515.00 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.00 s
[hie-bios] 21% ( 3 / 14) in 'HIE.Bios.Config'
1515.00 s
[hie-bios] Missing documentation for:
1515.00 s
[hie-bios] readConfig (src/HIE/Bios/Config.hs:140)
1515.00 s
[hie-bios] CradleConfig (src/HIE/Bios/Config.hs:44)
1515.00 s
[hie-bios] CabalType (src/HIE/Bios/Config.hs:80)
1515.00 s
[hie-bios] cabalComponent (src/HIE/Bios/Config.hs:80)
1515.00 s
[hie-bios] cabalProjectFile (src/HIE/Bios/Config.hs:80)
1515.00 s
[hie-bios] StackType (src/HIE/Bios/Config.hs:86)
1515.00 s
[hie-bios] StackType (src/HIE/Bios/Config.hs:97)
1515.00 s
[hie-bios] stackComponent (src/HIE/Bios/Config.hs:97)
1515.00 s
[hie-bios] stackYaml (src/HIE/Bios/Config.hs:97)
1515.00 s
[hie-bios] CradleTree (src/HIE/Bios/Config.hs:103)
1515.00 s
[hie-bios] Callable (src/HIE/Bios/Config.hs:56)
1515.00 s
[hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Cradle.ProjectConfig'
1515.00 s
[hie-bios] Missing documentation for:
1515.00 s
[hie-bios] Module header
1515.01 s
[hie-bios] 40% ( 21 / 52) in 'HIE.Bios.Ghc.Gap'
1515.01 s
[hie-bios] Missing documentation for:
1515.01 s
[hie-bios] ghcVersion (src/HIE/Bios/Ghc/Gap.hs:96)
1515.01 s
[hie-bios] makeUserStyle (src/HIE/Bios/Ghc/Gap.hs:162)
1515.01 s
[hie-bios] PprStyle
1515.01 s
[hie-bios] parseTargetFiles (src/HIE/Bios/Ghc/Gap.hs:287)
1515.01 s
[hie-bios] getHscEnv
1515.01 s
[hie-bios] batchMsg
1515.01 s
[hie-bios] set_hsc_dflags (src/HIE/Bios/Ghc/Gap.hs:137)
1515.01 s
[hie-bios] overPkgDbRef (src/HIE/Bios/Ghc/Gap.hs:140)
1515.01 s
[hie-bios] guessTarget (src/HIE/Bios/Ghc/Gap.hs:149)
1515.01 s
[hie-bios] setNoCode (src/HIE/Bios/Ghc/Gap.hs:129)
1515.01 s
[hie-bios] getModSummaries (src/HIE/Bios/Ghc/Gap.hs:167)
1515.01 s
[hie-bios] mapOverIncludePaths (src/HIE/Bios/Ghc/Gap.hs:178)
1515.01 s
[hie-bios] getLogger (src/HIE/Bios/Ghc/Gap.hs:245)
1515.01 s
[hie-bios] RealSrcSpan (src/HIE/Bios/Ghc/Gap.hs:123)
1515.01 s
[hie-bios] catch (src/HIE/Bios/Ghc/Gap.hs:117)
1515.01 s
[hie-bios] bracket (src/HIE/Bios/Ghc/Gap.hs:110)
1515.01 s
[hie-bios] handle (src/HIE/Bios/Ghc/Gap.hs:114)
1515.01 s
[hie-bios] pageMode (src/HIE/Bios/Ghc/Gap.hs:209)
1515.01 s
[hie-bios] oneLineMode (src/HIE/Bios/Ghc/Gap.hs:213)
1515.01 s
[hie-bios] initializePluginsForModSummary (src/HIE/Bios/Ghc/Gap.hs:227)
1515.01 s
[hie-bios] setFrontEndHooks (src/HIE/Bios/Ghc/Gap.hs:235)
1515.01 s
[hie-bios] setWayDynamicIfHostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:252)
1515.01 s
[hie-bios] gopt_set (src/HIE/Bios/Ghc/Gap.hs:249)
1515.01 s
[hie-bios] parseDynamicFlags (src/HIE/Bios/Ghc/Gap.hs:283)
1515.01 s
[hie-bios] hostIsDynamic (src/HIE/Bios/Ghc/Gap.hs:294)
1515.01 s
[hie-bios] getTyThing (src/HIE/Bios/Ghc/Gap.hs:170)
1515.01 s
[hie-bios] fixInfo (src/HIE/Bios/Ghc/Gap.hs:173)
1515.01 s
[hie-bios] mgModSummaries
1515.01 s
[hie-bios] unsetLogAction (src/HIE/Bios/Ghc/Gap.hs:191)
1515.01 s
[hie-bios] load' (src/HIE/Bios/Ghc/Gap.hs:100)
1515.01 s
[hie-bios] getDynFlags
1515.01 s
[hie-bios] 14% ( 1 / 7) in 'HIE.Bios.Ghc.Doc'
1515.01 s
[hie-bios] Missing documentation for:
1515.01 s
[hie-bios] getPrintUnqual (src/HIE/Bios/Ghc/Doc.hs:26)
1515.01 s
[hie-bios] showPage (src/HIE/Bios/Ghc/Doc.hs:30)
1515.01 s
[hie-bios] showOneLine (src/HIE/Bios/Ghc/Doc.hs:35)
1515.01 s
[hie-bios] getStyle (src/HIE/Bios/Ghc/Doc.hs:40)
1515.01 s
[hie-bios] styleUnqualified (src/HIE/Bios/Ghc/Doc.hs:43)
1515.01 s
[hie-bios] showDocWith (src/HIE/Bios/Ghc/Doc.hs:46)
1515.01 s
[hie-bios] Warning: 'TypecheckedModule' is ambiguous. It is defined
1515.01 s
[hie-bios] * in ‘GHC’
1515.01 s
[hie-bios] * in ‘GHC’
1515.01 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
1515.01 s
[hie-bios] by specifying the type/value namespace explicitly.
1515.01 s
[hie-bios] Defaulting to the one defined in ‘GHC’
1515.01 s
[hie-bios] 60% ( 9 / 15) in 'HIE.Bios.Ghc.Load'
1515.01 s
[hie-bios] Missing documentation for:
1515.01 s
[hie-bios] Log (src/HIE/Bios/Ghc/Load.hs:30)
1515.01 s
[hie-bios] get_fp (src/HIE/Bios/Ghc/Load.hs:45)
1515.01 s
[hie-bios] msTargetIs (src/HIE/Bios/Ghc/Load.hs:113)
1515.01 s
[hie-bios] initializePluginsGhc (src/HIE/Bios/Ghc/Load.hs:188)
1515.01 s
[hie-bios] ghcInHsc (src/HIE/Bios/Ghc/Load.hs:195)
1515.01 s
[hie-bios] setTargetFilename (src/HIE/Bios/Ghc/Load.hs:209)
1515.01 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
1515.01 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:17
1515.01 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:1
1515.01 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
1515.01 s
[hie-bios] by specifying the type/value namespace explicitly.
1515.01 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
1515.01 s
[hie-bios] Warning: 'cabal' is out of scope.
1515.01 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.01 s
[hie-bios] 54% ( 12 / 22) in 'HIE.Bios.Types'
1515.01 s
[hie-bios] Missing documentation for:
1515.01 s
[hie-bios] Module header
1515.01 s
[hie-bios] ActionName (src/HIE/Bios/Types.hs:89)
1515.01 s
[hie-bios] Log (src/HIE/Bios/Types.hs:100)
1515.01 s
[hie-bios] CradleAction (src/HIE/Bios/Types.hs:178)
1515.01 s
[hie-bios] cradleLoadResult (src/HIE/Bios/Types.hs:203)
1515.01 s
[hie-bios] CradleLoadResultT (src/HIE/Bios/Types.hs:220)
1515.01 s
[hie-bios] modCradleError (src/HIE/Bios/Types.hs:271)
1515.01 s
[hie-bios] throwCE (src/HIE/Bios/Types.hs:278)
1515.01 s
[hie-bios] CradleError (src/HIE/Bios/Types.hs:280)
1515.01 s
[hie-bios] hieBiosProcessEnv (src/HIE/Bios/Types.hs:333)
1515.01 s
[hie-bios] Warning: 'DynFlags' is out of scope.
1515.01 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.01 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
1515.01 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:17
1515.01 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:1
1515.01 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
1515.02 s
[hie-bios] by specifying the type/value namespace explicitly.
1515.02 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
1515.02 s
[hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Flags'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] Module header
1515.02 s
[hie-bios] Warning: 'runCradleGhc' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.02 s
[hie-bios] Warning: 'CradleError' is ambiguous. It is defined
1515.02 s
[hie-bios] * at src/HIE/Bios/Types.hs:280:20
1515.02 s
[hie-bios] * at src/HIE/Bios/Types.hs:280:1
1515.02 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
1515.02 s
[hie-bios] by specifying the type/value namespace explicitly.
1515.02 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:280:1
1515.02 s
[hie-bios] Warning: 'DynFlags' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.02 s
[hie-bios] 75% ( 6 / 8) in 'HIE.Bios.Environment'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] Module header
1515.02 s
[hie-bios] makeTargetsAbsolute (src/HIE/Bios/Environment.hs:57)
1515.02 s
[hie-bios] Warning: 'fpName' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.02 s
[hie-bios] Warning: 'srcHash' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.02 s
[hie-bios] Warning: 'populate' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.02 s
[hie-bios] 78% ( 11 / 14) in 'HIE.Bios.Process'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] Module header
1515.02 s
[hie-bios] CreateProcess
1515.02 s
[hie-bios] readProcessWithCwd_ (src/HIE/Bios/Process.hs:55)
1515.02 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
1515.02 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:17
1515.02 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:1
1515.02 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
1515.02 s
[hie-bios] by specifying the type/value namespace explicitly.
1515.02 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
1515.02 s
[hie-bios] 66% ( 4 / 6) in 'HIE.Bios.Ghc.Api'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] SuccessFlag
1515.02 s
[hie-bios] withDynFlags (src/HIE/Bios/Ghc/Api.hs:63)
1515.02 s
[hie-bios] Warning: 'SourceError' is ambiguous. It is defined
1515.02 s
[hie-bios] * in ‘GHC.Types.SourceError’
1515.02 s
[hie-bios] * in ‘GHC.Types.SourceError’
1515.02 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
1515.02 s
[hie-bios] by specifying the type/value namespace explicitly.
1515.02 s
[hie-bios] Defaulting to the one defined in ‘GHC.Types.SourceError’
1515.02 s
[hie-bios] 50% ( 1 / 2) in 'HIE.Bios.Ghc.Logger'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] Module header
1515.02 s
[hie-bios] 66% ( 2 / 3) in 'HIE.Bios.Ghc.Check'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] Module header
1515.02 s
[hie-bios] 45% ( 5 / 11) in 'HIE.Bios.Cradle.Utils'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] Module header
1515.02 s
[hie-bios] ProcessErrorDetails (src/HIE/Bios/Cradle/Utils.hs:26)
1515.02 s
[hie-bios] prettyProcessErrorDetails (src/HIE/Bios/Cradle/Utils.hs:40)
1515.02 s
[hie-bios] removeInteractive (src/HIE/Bios/Cradle/Utils.hs:69)
1515.02 s
[hie-bios] removeVerbosityOpts (src/HIE/Bios/Cradle/Utils.hs:102)
1515.02 s
[hie-bios] expandGhcOptionResponseFile (src/HIE/Bios/Cradle/Utils.hs:105)
1515.02 s
[hie-bios] 0% ( 0 / 4) in 'HIE.Bios.Cradle.ProgramVersions'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] Module header
1515.02 s
[hie-bios] ProgramVersions (src/HIE/Bios/Cradle/ProgramVersions.hs:18)
1515.02 s
[hie-bios] makeVersions (src/HIE/Bios/Cradle/ProgramVersions.hs:39)
1515.02 s
[hie-bios] runCachedIO (src/HIE/Bios/Cradle/ProgramVersions.hs:30)
1515.02 s
[hie-bios] 75% ( 3 / 4) in 'HIE.Bios.Cradle.Resolved'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] Module header
1515.02 s
[hie-bios] 0% ( 0 / 5) in 'HIE.Bios.Wrappers'
1515.02 s
[hie-bios] Missing documentation for:
1515.02 s
[hie-bios] Module header
1515.02 s
[hie-bios] cabalWrapper (src/HIE/Bios/Wrappers.hs:15)
1515.02 s
[hie-bios] cabalWithReplWrapper (src/HIE/Bios/Wrappers.hs:21)
1515.02 s
[hie-bios] cabalWrapperHs (src/HIE/Bios/Wrappers.hs:18)
1515.02 s
[hie-bios] cabalWithReplWrapperHs (src/HIE/Bios/Wrappers.hs:24)
1515.02 s
[hie-bios] Warning: 'componentDir' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.02 s
[hie-bios] Warning: 'rootDir' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.02 s
[hie-bios] Warning: 'cabal' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.02 s
[hie-bios] Warning: 'CradleError' is ambiguous. It is defined
1515.02 s
[hie-bios] * at src/HIE/Bios/Types.hs:280:20
1515.02 s
[hie-bios] * at src/HIE/Bios/Types.hs:280:1
1515.02 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
1515.02 s
[hie-bios] by specifying the type/value namespace explicitly.
1515.02 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:280:1
1515.02 s
[hie-bios] Warning: 'ghc' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.02 s
[hie-bios] Warning: 'ghcPathAbs' is out of scope.
1515.02 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.03 s
[hie-bios] 66% ( 8 / 12) in 'HIE.Bios.Cradle.Cabal'
1515.03 s
[hie-bios] Missing documentation for:
1515.03 s
[hie-bios] Module header
1515.03 s
[hie-bios] runCabalGhcCmd (src/HIE/Bios/Cradle/Cabal.hs:243)
1515.03 s
[hie-bios] processCabalWrapperArgs (src/HIE/Bios/Cradle/Cabal.hs:318)
1515.03 s
[hie-bios] isCabalMultipleCompSupported (src/HIE/Bios/Cradle/Cabal.hs:654)
1515.03 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
1515.03 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:17
1515.03 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:1
1515.03 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
1515.03 s
[hie-bios] by specifying the type/value namespace explicitly.
1515.03 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
1515.03 s
[hie-bios] Warning: 'componentDir' is out of scope.
1515.03 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.03 s
[hie-bios] Warning: 'rootDir' is out of scope.
1515.03 s
[hie-bios] If you qualify the identifier, haddock can try to link it anyway.
1515.03 s
[hie-bios] 40% ( 8 / 20) in 'HIE.Bios.Cradle'
1515.03 s
[hie-bios] Missing documentation for:
1515.03 s
[hie-bios] Module header
1515.03 s
[hie-bios] yamlConfig (src/HIE/Bios/Cradle.hs:249)
1515.03 s
[hie-bios] isCabalCradle (src/HIE/Bios/Cradle.hs:275)
1515.03 s
[hie-bios] isStackCradle (src/HIE/Bios/Cradle.hs:280)
1515.03 s
[hie-bios] isDirectCradle (src/HIE/Bios/Cradle.hs:285)
1515.03 s
[hie-bios] isBiosCradle (src/HIE/Bios/Cradle.hs:290)
1515.03 s
[hie-bios] isNoneCradle (src/HIE/Bios/Cradle.hs:300)
1515.03 s
[hie-bios] isMultiCradle (src/HIE/Bios/Cradle.hs:295)
1515.03 s
[hie-bios] isDefaultCradle (src/HIE/Bios/Cradle.hs:305)
1515.03 s
[hie-bios] isOtherCradle (src/HIE/Bios/Cradle.hs:310)
1515.03 s
[hie-bios] getCradle (src/HIE/Bios/Cradle.hs:100)
1515.03 s
[hie-bios] makeCradleResult (src/HIE/Bios/Cradle.hs:673)
1515.03 s
[hie-bios] Warning: 'Cradle' is ambiguous. It is defined
1515.03 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:17
1515.03 s
[hie-bios] * at src/HIE/Bios/Types.hs:74:1
1515.03 s
[hie-bios] You may be able to disambiguate the identifier by qualifying it or
1515.03 s
[hie-bios] by specifying the type/value namespace explicitly.
1515.03 s
[hie-bios] Defaulting to the one defined at src/HIE/Bios/Types.hs:74:1
1515.03 s
[hie-bios] 40% ( 2 / 5) in 'HIE.Bios.Internal.Debug'
1515.03 s
[hie-bios] Missing documentation for:
1515.03 s
[hie-bios] Module header
1515.03 s
[hie-bios] configInfo (src/HIE/Bios/Internal/Debug.hs:76)
1515.03 s
[hie-bios] cradleInfo (src/HIE/Bios/Internal/Debug.hs:90)
1515.03 s
[hie-bios] 93% ( 15 / 16) in 'HIE.Bios'
1515.03 s
[hie-bios] Missing documentation for:
1515.03 s
[hie-bios] CradleError (src/HIE/Bios/Types.hs:280)
1515.17 s
[hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, dist/build/Test/All.p_o )
1515.42 s
[hlint] [60 of 62] Compiling Summary ( src/Summary.hs, dist/build/Summary.p_o )
1516.37 s
[hie-bios] Warning: HIE.Bios.Config.YAML: could not find link destinations for:
1516.37 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_CradleComponent
1516.42 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_MultiSubComponent
1516.42 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_CradleConfigYAML
1516.42 s
[hie-bios] - HIE.Bios.Config.YAML.Rep_DirectConfig
1516.42 s
[hie-bios] Warning: HIE.Bios.Process: could not find link destinations for:
1516.42 s
[hie-bios] - HIE.Bios.Process.OutputName
1516.42 s
[hie-bios] - HIE.Bios.Process.Outputs
1516.42 s
[hie-bios] Warning: HIE.Bios.Ghc.Check: could not find link destinations for:
1516.42 s
[hie-bios] - HIE.Bios.Ghc.Check.Log
1516.42 s
[hie-bios] Warning: HIE.Bios.Cradle.ProgramVersions: could not find link destinations for:
1516.42 s
[hie-bios] - HIE.Bios.Cradle.ProgramVersions.CachedIO
1516.42 s
[hie-bios] Warning: HIE.Bios.Cradle.Cabal: could not find link destinations for:
1516.42 s
[hie-bios] - HIE.Bios.Cradle.Cabal.GhcProc
1516.42 s
[hie-bios] Warning: HIE.Bios.Cradle: could not find link destinations for:
1516.42 s
[hie-bios] - HIE.Bios.Process.OutputName
1516.42 s
[hie-bios] - HIE.Bios.Process.Outputs
1516.42 s
[fourmolu] [17 of 61] Compiling Ormolu.Utils.Glob ( src/Ormolu/Utils/Glob.hs, dist/build/Ormolu/Utils/Glob.p_o )
1516.42 s
[fourmolu] [18 of 61] Compiling Ormolu.Config.Types ( src/Ormolu/Config/Types.hs, dist/build/Ormolu/Config/Types.p_o )
1516.42 s
[fourmolu] [19 of 61] Compiling Ormolu.Config.Gen ( src/Ormolu/Config/Gen.hs, dist/build/Ormolu/Config/Gen.p_o )
1516.42 s
[fourmolu] [20 of 61] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.p_o )
1516.42 s
[fourmolu] [21 of 61] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.p_o )
1516.56 s
[fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.p_o )
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 )
1517.66 s
[fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.p_o )
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 )
1517.96 s
[fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.p_o )
1518.46 s
[fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.p_o )
1518.70 s
[fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.p_o )
1519.15 s
[fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.p_o )
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 )
1520.04 s
[hlint] [61 of 62] Compiling HLint ( src/HLint.hs, dist/build/HLint.p_o )
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 )
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 )
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 )
1520.48 s
[hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, dist/build/Language/Haskell/HLint.p_o )
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 )
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 )
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 )
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 )
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 )
1521.25 s
[lsp-types] Preprocessing test suite 'lsp-types-test' for lsp-types-2.3.0.1...
1521.25 s
[lsp-types] Building test suite 'lsp-types-test' for lsp-types-2.3.0.1...
1521.35 s
[lsp-types] [ 1 of 11] Compiling CapabilitiesSpec ( test/CapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/CapabilitiesSpec.o )
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 )
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 )
1522.46 s
[lsp-types] [ 2 of 11] Compiling JsonSpec ( test/JsonSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/JsonSpec.o )
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 )
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 )
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 )
1522.92 s
[lsp-types] [ 3 of 11] Compiling LocationSpec ( test/LocationSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/LocationSpec.o )
1522.92 s
[lsp-types] [ 4 of 11] Compiling MethodSpec ( test/MethodSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/MethodSpec.o )
1522.92 s
[lsp-types] [ 5 of 11] Compiling SemanticTokensSpec ( test/SemanticTokensSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/SemanticTokensSpec.o )
1522.92 s
[lsp-types] [ 6 of 11] Compiling ServerCapabilitiesSpec ( test/ServerCapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/ServerCapabilitiesSpec.o )
1522.92 s
[lsp-types] [ 7 of 11] Compiling TypesSpec ( test/TypesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/TypesSpec.o )
1522.92 s
[lsp-types] [ 8 of 11] Compiling URIFilePathSpec ( test/URIFilePathSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/URIFilePathSpec.o )
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 )
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 )
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 )
1523.15 s
[lsp-types] [ 9 of 11] Compiling WorkspaceEditSpec ( test/WorkspaceEditSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/WorkspaceEditSpec.o )
1523.15 s
[lsp-types] [10 of 11] Compiling Spec ( test/Spec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Spec.o )
1523.20 s
[lsp-types] [11 of 11] Compiling Main ( test/Main.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Main.o )
1523.62 s
[lsp-types] [12 of 12] Linking dist/build/lsp-types-test/lsp-types-test
1524.93 s
[hlint] Preprocessing executable 'hlint' for hlint-3.10...
1524.93 s
[hlint] Building executable 'hlint' for hlint-3.10...
1524.99 s
[hlint] [1 of 1] Compiling Main ( src/Main.hs, dist/build/hlint/hlint-tmp/Main.o )
1525.27 s
[hlint] [2 of 2] Linking dist/build/hlint/hlint
1525.57 s
[lsp-types] Preprocessing library 'metamodel' for lsp-types-2.3.0.1...
1525.57 s
[lsp-types] Building library 'metamodel' for lsp-types-2.3.0.1...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1526.91 s
[fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.p_o )
1526.91 s
[fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.p_o )
1526.93 s
[fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, dist/build/Ormolu/Imports/Grouping.p_o )
1526.93 s
[fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.p_o )
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 )
1527.16 s
[fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.p_o )
1527.16 s
[hie-bios] Documentation created: dist/doc/html/hie-bios/,
1527.16 s
[hie-bios] dist/doc/html/hie-bios/hie-bios.txt
1527.22 s
[hie-bios] Preprocessing executable 'hie-bios' for hie-bios-0.17.0...
1527.23 s
[hie-bios] Phase: installPhase
1527.29 s
[fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.p_o )
1527.29 s
[fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.p_o )
1527.29 s
[fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.p_o )
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
1527.48 s
[hie-bios] Installing executable hie-bios in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin
1527.48 s
[hie-bios] Warning: The directory
1527.48 s
[hie-bios] /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin is not in the
1527.48 s
[hie-bios] system search path.
1527.80 s
[fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, dist/build/Paths_fourmolu.p_o )
1527.91 s
[hlint] buildPhase completed in 39 seconds
1527.91 s
[hlint] Phase: checkPhase
1527.95 s
[hlint] Package has no test suites.
1527.96 s
[hlint] Phase: haddockPhase
1528.09 s
[hlint] Preprocessing library for hlint-3.10...
1528.10 s
[hlint] Running Haddock on library for hlint-3.10...
1528.10 s
[hlint] Warning: The documentation for the following packages are not installed. No
1528.10 s
[hlint] links will be generated to these packages: attoparsec-0.14.4,
1528.10 s
[hlint] attoparsec-0.14.4, libyaml-clib-0.2.5, vector-0.13.2.0
1528.20 s
[hie-bios] Phase: fixupPhase
1528.22 s
[hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
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
1528.25 s
[hie-bios] shrinking /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0/bin/hie-bios
1528.40 s
[hie-bios] checking for references to /build/ in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0...
1528.49 s
[hie-bios] patching script interpreter paths in /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0
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
1528.62 s
[hlint] [ 1 of 62] Compiling EmbedData ( src/EmbedData.hs, nothing )
1528.78 s
[hie-bios] shrinking RPATHs of ELF executables and libraries in /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc
1528.79 s
[hie-bios] checking for references to /build/ in /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc...
1528.79 s
[hlint] [ 2 of 62] Compiling Extension ( src/Extension.hs, nothing )
1528.82 s
[hie-bios] patching script interpreter paths in /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc
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
1529.63 s
[post-build-hook] Pushing 2 paths (214 are already present) using zstd to cache sellout ⏳
1529.63 s
[post-build-hook]
1529.97 s
[post-build-hook] Pushing /nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc (3.17 MiB)
1530.00 s
[post-build-hook] Pushing /nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0 (76.90 MiB)
1531.92 s
[post-build-hook]
1531.92 s
[post-build-hook] All done.
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
1531.98 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1532.12 s
[post-build-hook] copying 2 paths...
1532.12 s
[post-build-hook] copying path '/nix/store/3yi9jv77vbacyvfmy48dmq8756big9x8-hie-bios-0.17.0-doc' to 'https://cache.nix-ci.com'...
1532.62 s
[post-build-hook] copying path '/nix/store/j0fl9vg4p2snxyyw0bihf3r0y3la9y78-hie-bios-0.17.0' to 'https://cache.nix-ci.com'...
1558.92 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1558.92 s
[post-build-hook] copying 0 paths...
1559.97 s
Progress: 146 of 157 built (3 building), 587 of 587 downloaded from cache
1559.97 s
[fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.19.0.1...
1559.97 s
[fourmolu] Building executable 'fourmolu' for fourmolu-0.19.0.1...
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 )
1559.97 s
[fourmolu] [2 of 2] Compiling Main ( app/Main.hs, dist/build/fourmolu/fourmolu-tmp/Main.o )
1559.97 s
[fourmolu] [3 of 3] Linking dist/build/fourmolu/fourmolu
1559.97 s
[fourmolu] Preprocessing test suite 'tests' for fourmolu-0.19.0.1...
1559.97 s
[fourmolu] Building test suite 'tests' for fourmolu-0.19.0.1...
1559.97 s
[fourmolu] [ 1 of 19] Compiling Ormolu.CabalInfoSpec ( tests/Ormolu/CabalInfoSpec.hs, dist/build/tests/tests-tmp/Ormolu/CabalInfoSpec.o )
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 )
1559.97 s
[fourmolu] [ 3 of 19] Compiling Ormolu.ConfigSpec ( tests/Ormolu/ConfigSpec.hs, dist/build/tests/tests-tmp/Ormolu/ConfigSpec.o )
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 )
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 )
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 )
1559.97 s
[fourmolu] [ 7 of 19] Compiling Ormolu.FixitySpec ( tests/Ormolu/FixitySpec.hs, dist/build/tests/tests-tmp/Ormolu/FixitySpec.o )
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 )
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 )
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 )
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 )
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 )
1559.97 s
[fourmolu] [13 of 19] Compiling Ormolu.OpTreeSpec ( tests/Ormolu/OpTreeSpec.hs, dist/build/tests/tests-tmp/Ormolu/OpTreeSpec.o )
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 )
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 )
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 )
1559.97 s
[fourmolu] [17 of 19] Compiling Ormolu.PrinterSpec ( tests/Ormolu/PrinterSpec.hs, dist/build/tests/tests-tmp/Ormolu/PrinterSpec.o )
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 )
1559.97 s
[fourmolu] [19 of 19] Compiling Main ( tests/Spec.hs, dist/build/tests/tests-tmp/Main.o )
1559.97 s
[fourmolu] [20 of 20] Linking dist/build/tests/tests
1559.97 s
[fourmolu] buildPhase completed in 54 seconds
1559.97 s
[fourmolu] Phase: checkPhase
1559.97 s
[fourmolu] Running 1 test suites...
1559.97 s
[fourmolu] Test suite tests: RUNNING...
1559.97 s
[fourmolu]
1559.97 s
[fourmolu] Ormolu.CabalInfo
1559.97 s
[fourmolu] findCabalFile
1559.97 s
[fourmolu] returns correct absolute path [✔]
1559.97 s
[fourmolu] finds correct path even when it starts from nonsense [✔]
1559.97 s
[fourmolu] returns Nothing when it cannot find a cabal file [✔]
1559.97 s
[fourmolu] does not consider directories as .cabal files [✔]
1559.97 s
[fourmolu] parseCabalInfo
1559.97 s
[fourmolu] extracts correct cabal info from fourmolu.cabal for src/Ormolu/Config.hs [✔]
1559.97 s
[fourmolu] extracts correct cabal info from fourmolu.cabal for tests/Ormolu/PrinterSpec.hs [✔]
1559.97 s
[fourmolu] handles correctly files that are not mentioned in fourmolu.cabal [✔]
1559.97 s
[fourmolu] handles `hs-source-dirs: .` [✔]
1559.97 s
[fourmolu] handles empty hs-source-dirs [✔]
1559.97 s
[fourmolu] Ormolu.Config
1559.97 s
[fourmolu] FourmoluConfig
1559.97 s
[fourmolu] parses multiple reexports from same module [✔]
1559.97 s
[fourmolu] applies configurations in correct order [✔]
1559.97 s
[hlint] [ 3 of 62] Compiling Fixity ( src/Fixity.hs, nothing )
1559.97 s
[hlint] [ 4 of 62] Compiling GHC.Util.ApiAnnotation ( src/GHC/Util/ApiAnnotation.hs, nothing )
1559.97 s
[hlint] [ 5 of 62] Compiling GHC.Util.Brackets ( src/GHC/Util/Brackets.hs, nothing )
1559.97 s
[hlint] [ 6 of 62] Compiling GHC.Util.DynFlags ( src/GHC/Util/DynFlags.hs, nothing )
1559.97 s
[hlint] [ 7 of 62] Compiling GHC.Util.FreeVars ( src/GHC/Util/FreeVars.hs, nothing )
1559.97 s
[hlint] [ 8 of 62] Compiling GHC.Util.HsDecl ( src/GHC/Util/HsDecl.hs, nothing )
1559.97 s
[hlint] [ 9 of 62] Compiling GHC.Util.Scope ( src/GHC/Util/Scope.hs, nothing )
1559.97 s
[hlint] [10 of 62] Compiling GHC.Util.SrcLoc ( src/GHC/Util/SrcLoc.hs, nothing )
1559.97 s
[hlint] [11 of 62] Compiling GHC.Util.View ( src/GHC/Util/View.hs, nothing )
1559.97 s
[hlint] [12 of 62] Compiling HsColour ( src/HsColour.hs, nothing )
1559.97 s
[hlint] [13 of 62] Compiling Parallel ( src/Parallel.hs, nothing )
1559.97 s
[hlint] [14 of 62] Compiling Paths_hlint ( dist/build/autogen/Paths_hlint.hs, nothing )
1559.97 s
[hlint] [15 of 62] Compiling Refact ( src/Refact.hs, nothing )
1559.97 s
[hlint] [16 of 62] Compiling GHC.Util.HsExpr ( src/GHC/Util/HsExpr.hs, nothing )
1559.97 s
[hlint] [17 of 62] Compiling Timing ( src/Timing.hs, nothing )
1559.97 s
[hlint] [18 of 62] Compiling Util ( src/Util.hs, nothing )
1559.97 s
[hlint] [19 of 62] Compiling GHC.Util.Unify ( src/GHC/Util/Unify.hs, nothing )
1559.97 s
[hlint] [20 of 62] Compiling GHC.Util ( src/GHC/Util.hs, nothing )
1559.97 s
[hlint] [21 of 62] Compiling Config.Type ( src/Config/Type.hs, nothing )
1559.97 s
[hlint] [22 of 62] Compiling Idea ( src/Idea.hs, nothing )
1559.97 s
[hlint] [23 of 62] Compiling Test.Util ( src/Test/Util.hs, nothing )
1559.97 s
[hlint] [24 of 62] Compiling Test.InputOutput ( src/Test/InputOutput.hs, nothing )
1559.97 s
[hlint] [25 of 62] Compiling SARIF ( src/SARIF.hs, nothing )
1559.97 s
[hlint] [26 of 62] Compiling Report ( src/Report.hs, nothing )
1559.97 s
[hlint] [27 of 62] Compiling CC ( src/CC.hs, nothing )
1559.97 s
[hlint] [28 of 62] Compiling GHC.All ( src/GHC/All.hs, nothing )
1559.97 s
[hlint] [29 of 62] Compiling Hint.Type ( src/Hint/Type.hs, nothing )
1559.97 s
[hlint] [30 of 62] Compiling Hint.Unsafe ( src/Hint/Unsafe.hs, nothing )
1559.97 s
[hlint] [31 of 62] Compiling Hint.Smell ( src/Hint/Smell.hs, nothing )
1559.97 s
[hlint] [32 of 62] Compiling Hint.Restrict ( src/Hint/Restrict.hs, nothing )
1559.97 s
[hlint] [33 of 62] Compiling Hint.Pragma ( src/Hint/Pragma.hs, nothing )
1559.97 s
[hlint] [34 of 62] Compiling Hint.Pattern ( src/Hint/Pattern.hs, nothing )
1559.97 s
[hlint] [35 of 62] Compiling Hint.NumLiteral ( src/Hint/NumLiteral.hs, nothing )
1559.97 s
[hlint] [36 of 62] Compiling Hint.NewType ( src/Hint/NewType.hs, nothing )
1559.97 s
[hlint] [37 of 62] Compiling Hint.Negation ( src/Hint/Negation.hs, nothing )
1559.97 s
[hlint] [38 of 62] Compiling Hint.Naming ( src/Hint/Naming.hs, nothing )
1559.97 s
[hlint] [39 of 62] Compiling Hint.Monad ( src/Hint/Monad.hs, nothing )
1559.97 s
[hlint] [40 of 62] Compiling Hint.Match ( src/Hint/Match.hs, nothing )
1559.97 s
[hlint] [41 of 62] Compiling Hint.ListRec ( src/Hint/ListRec.hs, nothing )
1559.97 s
[hlint] [42 of 62] Compiling Hint.List ( src/Hint/List.hs, nothing )
1559.97 s
[hlint] [43 of 62] Compiling Hint.Lambda ( src/Hint/Lambda.hs, nothing )
1559.97 s
[hlint] [44 of 62] Compiling Hint.Import ( src/Hint/Import.hs, nothing )
1559.97 s
[hlint] [45 of 62] Compiling Hint.Fixities ( src/Hint/Fixities.hs, nothing )
1559.97 s
[hlint] [46 of 62] Compiling Hint.Extensions ( src/Hint/Extensions.hs, nothing )
1559.97 s
[hlint] [47 of 62] Compiling Hint.Export ( src/Hint/Export.hs, nothing )
1559.97 s
[hlint] [48 of 62] Compiling Hint.Duplicate ( src/Hint/Duplicate.hs, nothing )
1559.97 s
[hlint] [49 of 62] Compiling Hint.Comment ( src/Hint/Comment.hs, nothing )
1559.97 s
[hlint] [50 of 62] Compiling Hint.Bracket ( src/Hint/Bracket.hs, nothing )
1559.97 s
[hlint] [51 of 62] Compiling Hint.All ( src/Hint/All.hs, nothing )
1559.97 s
[hlint] [52 of 62] Compiling Config.Yaml ( src/Config/Yaml.hs, nothing )
1559.97 s
[hlint] [53 of 62] Compiling Config.Read ( src/Config/Read.hs, nothing )
1559.97 s
[hlint] [54 of 62] Compiling Config.Compute ( src/Config/Compute.hs, nothing )
1559.97 s
[hlint] [55 of 62] Compiling Config.Haskell ( src/Config/Haskell.hs, nothing )
1559.97 s
[hlint] [56 of 62] Compiling CmdLine ( src/CmdLine.hs, nothing )
1559.97 s
[hlint] [57 of 62] Compiling Apply ( src/Apply.hs, nothing )
1559.97 s
[hlint] [58 of 62] Compiling Test.Annotations ( src/Test/Annotations.hs, nothing )
1559.97 s
[hlint] [59 of 62] Compiling Test.All ( src/Test/All.hs, nothing )
1559.97 s
[hlint] [60 of 62] Compiling Summary ( src/Summary.hs, nothing )
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 )
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 )
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 )
1559.97 s
[fourmolu] when using an import grouping configuration
1559.97 s
[fourmolu] parses 'legacy' as the 'ImportGroupLegacy' import grouping strategy [✔]
1559.97 s
[fourmolu] parses 'preserve' as the 'ImportGroupPreserve' import grouping strategy [✔]
1559.97 s
[fourmolu] parses 'single' as the 'ImportGroupSingle' import grouping strategy [✔]
1559.97 s
[fourmolu] parses 'by-qualified' as the 'ImportGroupByQualified' import grouping strategy [✔]
1559.97 s
[fourmolu] parses 'by-scope' as the 'ImportGroupByScope' import grouping strategy [✔]
1559.97 s
[fourmolu] parses 'by-scope-then-qualified' as the 'ImportGroupByScopeThenQualified' import grouping strategy [✔]
1559.97 s
[fourmolu] fails when an unknown strategy is requested [✔]
1559.97 s
[fourmolu] parses a grouping rule's name [✔]
1559.97 s
[fourmolu] enables the 'qualified' rule option [✔]
1559.97 s
[fourmolu] disables the 'qualified' rule option [✔]
1559.97 s
[fourmolu] decodes the 'priority' rule option [✔]
1559.97 s
[fourmolu] parses a 'glob' rule [✔]
1559.97 s
[fourmolu] parses a 'match' rule for local modules [✔]
1559.97 s
[fourmolu] parses a 'match' rule for all modules [✔]
1559.97 s
[fourmolu] parses multiple group configurations and rules in their order of appearance in the configuration [✔]
1559.97 s
[fourmolu] fails when a rule cannot be identified [✔]
1559.97 s
[fourmolu] Ormolu.Config.PrinterOpts
1559.97 s
[fourmolu] indentation
1559.97 s
[fourmolu] generates the correct output for: 2 [✔]
1559.97 s
[fourmolu] generates the correct output for: 2 + indent_wheres [✔]
1559.97 s
[fourmolu] generates the correct output for: 3 [✔]
1559.97 s
[fourmolu] generates the correct output for: 3 + indent_wheres [✔]
1559.97 s
[fourmolu] generates the correct output for: 4 [✔]
1559.97 s
[fourmolu] generates the correct output for: 4 + indent_wheres [✔]
1559.97 s
[fourmolu] column-limit
1559.97 s
[fourmolu] generates the correct output for: limit=none [✔]
1559.97 s
[fourmolu] generates the correct output for: limit=80 [✔]
1559.97 s
[fourmolu] generates the correct output for: limit=100 [✔]
1559.97 s
[fourmolu] function-arrows
1559.97 s
[fourmolu] generates the correct output for: trailing [✔]
1559.97 s
[fourmolu] generates the correct output for: leading [✔]
1559.97 s
[fourmolu] generates the correct output for: leading-args [✔]
1559.97 s
[fourmolu] comma-style
1559.97 s
[fourmolu] generates the correct output for: leading [✔]
1559.97 s
[fourmolu] generates the correct output for: trailing [✔]
1559.97 s
[fourmolu] import-export
1559.97 s
[fourmolu] generates the correct output for: leading [✔]
1559.97 s
[fourmolu] generates the correct output for: trailing [✔]
1559.97 s
[fourmolu] generates the correct output for: diff-friendly [✔]
1559.97 s
[fourmolu] import-grouping
1559.97 s
[fourmolu] generates the correct output for: preserve [✔]
1559.97 s
[fourmolu] generates the correct output for: single [✔]
1559.97 s
[fourmolu] generates the correct output for: by-qualified [✔]
1559.97 s
[fourmolu] generates the correct output for: by-scope [✔]
1559.97 s
[fourmolu] generates the correct output for: by-scope-then-qualified [✔]
1559.97 s
[fourmolu] generates the correct output for: custom [✔]
1559.97 s
[fourmolu] record-brace-space
1559.97 s
[fourmolu] generates the correct output for: False [✔]
1559.97 s
[fourmolu] generates the correct output for: True [✔]
1559.97 s
[fourmolu] newlines-between-decls
1559.97 s
[fourmolu] generates the correct output for: 0 [✔]
1559.97 s
[fourmolu] generates the correct output for: 0 + respectful [✔]
1559.97 s
[fourmolu] generates the correct output for: 1 [✔]
1559.98 s
[fourmolu] generates the correct output for: 1 + respectful [✔]
1559.98 s
[fourmolu] generates the correct output for: 2 [✔]
1559.98 s
[fourmolu] generates the correct output for: 2 + respectful [✔]
1559.98 s
[fourmolu] haddock-style
1559.98 s
[fourmolu] generates the correct output for: single-line [✔]
1559.98 s
[fourmolu] generates the correct output for: single-line + module=single-line [✔]
1559.98 s
[fourmolu] generates the correct output for: single-line + module=multi-line [✔]
1559.98 s
[fourmolu] generates the correct output for: single-line + module=multi-line-compact [✔]
1559.98 s
[fourmolu] generates the correct output for: multi-line [✔]
1559.98 s
[fourmolu] generates the correct output for: multi-line + module=single-line [✔]
1559.98 s
[fourmolu] generates the correct output for: multi-line + module=multi-line [✔]
1559.98 s
[fourmolu] generates the correct output for: multi-line + module=multi-line-compact [✔]
1559.98 s
[fourmolu] generates the correct output for: multi-line-compact [✔]
1559.98 s
[fourmolu] generates the correct output for: multi-line-compact + module=single-line [✔]
1559.98 s
[fourmolu] generates the correct output for: multi-line-compact + module=multi-line [✔]
1559.98 s
[fourmolu] generates the correct output for: multi-line-compact + module=multi-line-compact [✔]
1559.98 s
[fourmolu] haddock-location-signature
1559.98 s
[fourmolu] generates the correct output for: arrows=trailing [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=trailing + multi [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=trailing + haddock=leading [✔]
1559.98 s
[hlint] [61 of 62] Compiling HLint ( src/HLint.hs, nothing )
1559.98 s
[hlint] [62 of 62] Compiling Language.Haskell.HLint ( src/Language/Haskell/HLint.hs, nothing )
1559.98 s
[hlint] Haddock coverage:
1559.98 s
[hlint] Warning: 'EpAnn' is ambiguous. It is defined
1559.98 s
[hlint] * in ‘GHC.Parser.Annotation’
1559.98 s
[hlint] * in ‘GHC.Parser.Annotation’
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined in ‘GHC.Parser.Annotation’
1559.98 s
[hlint] Warning: 'e' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'HsExtendInstances' is ambiguous. It is defined
1559.98 s
[hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
1559.98 s
[hlint] * in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined in ‘Language.Haskell.GhclibParserEx.GHC.Hs.ExtendInstances’
1559.98 s
[hlint] Warning: 'Idea' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'ideaDecl' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'ideaModule' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'ideaHint' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'Hint' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Idea.hs:26:13
1559.98 s
[hlint] * at src/Idea.hs:26:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
1559.98 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Idea.hs:26:13
1559.98 s
[hlint] * at src/Idea.hs:26:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
1559.98 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Idea.hs:26:13
1559.98 s
[hlint] * at src/Idea.hs:26:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
1559.98 s
[hlint] Warning: 'Issue' is ambiguous. It is defined
1559.98 s
[hlint] * at src/CC.hs:26:14
1559.98 s
[hlint] * at src/CC.hs:26:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/CC.hs:26:1
1559.98 s
[hlint] Warning: 'NoCpp' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'ParseFlags' is ambiguous. It is defined
1559.98 s
[hlint] * at src/GHC/All.hs:53:19
1559.98 s
[hlint] * at src/GHC/All.hs:53:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
1559.98 s
[hlint] Warning: 'ModuleEx' is ambiguous. It is defined
1559.98 s
[hlint] * at src/GHC/All.hs:92:20
1559.98 s
[hlint] * at src/GHC/All.hs:92:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/GHC/All.hs:92:1
1559.98 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Idea.hs:26:13
1559.98 s
[hlint] * at src/Idea.hs:26:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
1559.98 s
[hlint] Warning: 'Decl' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'HsSrcBang' is ambiguous. It is defined
1559.98 s
[hlint] * in ‘GHC.Core.DataCon’
1559.98 s
[hlint] * in ‘GHC.Core.DataCon’
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined in ‘GHC.Core.DataCon’
1559.98 s
[hlint] Warning: 'f' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[fourmolu] generates the correct output for: arrows=trailing + haddock=leading + multi [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=trailing + haddock=trailing [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=trailing + haddock=trailing + multi [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading + multi [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading + haddock=leading [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading + haddock=leading + multi [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading + haddock=trailing [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading + haddock=trailing + multi [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading-args [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading-args + multi [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading-args + haddock=leading [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading-args + haddock=leading + multi [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading-args + haddock=trailing [✔]
1559.98 s
[fourmolu] generates the correct output for: arrows=leading-args + haddock=trailing + multi [✔]
1559.98 s
[fourmolu] let-style
1559.98 s
[fourmolu] generates the correct output for: let=auto + in=left-align + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=auto + in=left-align + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=auto + in=right-align + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=auto + in=right-align + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=auto + in=no-space + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=auto + in=no-space + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=inline + in=left-align + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=inline + in=left-align + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=inline + in=right-align + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=inline + in=right-align + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=inline + in=no-space + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=inline + in=no-space + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=newline + in=left-align + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=newline + in=left-align + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=newline + in=right-align + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=newline + in=right-align + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=newline + in=no-space + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=newline + in=no-space + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=mixed + in=left-align + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=mixed + in=left-align + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=mixed + in=right-align + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=mixed + in=right-align + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=mixed + in=no-space + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: let=mixed + in=no-space + indent=4 [✔]
1559.98 s
[fourmolu] if-style
1559.98 s
[fourmolu] generates the correct output for: indented + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: indented + indent=4 [✔]
1559.98 s
[fourmolu] generates the correct output for: hanging + indent=2 [✔]
1559.98 s
[fourmolu] generates the correct output for: hanging + indent=4 [✔]
1559.98 s
[fourmolu] single-constraint-parens
1559.98 s
[fourmolu] generates the correct output for: auto [✔]
1559.98 s
[fourmolu] generates the correct output for: always [✔]
1559.98 s
[fourmolu] generates the correct output for: never [✔]
1559.98 s
[fourmolu] single-deriving-parens
1559.98 s
[fourmolu] generates the correct output for: auto [✔]
1559.98 s
[fourmolu] generates the correct output for: always [✔]
1559.98 s
[fourmolu] generates the correct output for: never [✔]
1559.98 s
[fourmolu] sort-constraints
1559.98 s
[fourmolu] generates the correct output for: False [✔]
1559.98 s
[fourmolu] generates the correct output for: True [✔]
1559.98 s
[fourmolu] sort-derived-classes
1559.98 s
[fourmolu] generates the correct output for: False [✔]
1559.98 s
[fourmolu] generates the correct output for: True [✔]
1559.98 s
[fourmolu] sort-deriving-clauses
1559.98 s
[fourmolu] generates the correct output for: False [✔]
1559.98 s
[hlint] Warning: 'a' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'b' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'HintRule' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Config/Type.hs:108:17
1559.98 s
[hlint] * at src/Config/Type.hs:108:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Config/Type.hs:108:1
1559.98 s
[hlint] Warning: 'Hint' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Hint/Type.hs:22:13
1559.98 s
[hlint] * at src/Hint/Type.hs:22:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
1559.98 s
[hlint] Warning: 'refactor' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'Hint' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Hint/Type.hs:22:13
1559.98 s
[hlint] * at src/Hint/Type.hs:22:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
1559.98 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Idea.hs:26:13
1559.98 s
[hlint] * at src/Idea.hs:26:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
1559.98 s
[hlint] Warning: 'ParseFlags' is ambiguous. It is defined
1559.98 s
[hlint] * at src/GHC/All.hs:53:19
1559.98 s
[hlint] * at src/GHC/All.hs:53:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/GHC/All.hs:53:1
1559.98 s
[hlint] Warning: 'Classify' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Config/Type.hs:97:17
1559.98 s
[hlint] * at src/Config/Type.hs:97:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Config/Type.hs:97:1
1559.98 s
[hlint] Warning: 'Hint' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Hint/Type.hs:22:13
1559.98 s
[hlint] * at src/Hint/Type.hs:22:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Hint/Type.hs:22:1
1559.98 s
[hlint] Warning: 'resolveHints' is out of scope.
1559.98 s
[hlint] If you qualify the identifier, haddock can try to link it anyway.
1559.98 s
[hlint] Warning: 'Idea' is ambiguous. It is defined
1559.98 s
[hlint] * at src/Idea.hs:26:13
1559.98 s
[hlint] * at src/Idea.hs:26:1
1559.98 s
[hlint] You may be able to disambiguate the identifier by qualifying it or
1559.98 s
[hlint] by specifying the type/value namespace explicitly.
1559.98 s
[hlint] Defaulting to the one defined at src/Idea.hs:26:1
1559.98 s
[hlint] 96% ( 30 / 31) in 'Language.Haskell.HLint'
1559.98 s
[hlint] Missing documentation for:
1559.98 s
[hlint] createModuleExWithFixities (src/GHC/All.hs:166)
1559.98 s
[hlint] Warning: Language.Haskell.HLint: could not find link destinations for:
1559.98 s
[hlint] - Config.Type.Rep_Severity
1559.98 s
[hlint] Documentation created: dist/doc/html/hlint/, dist/doc/html/hlint/hlint.txt
1559.98 s
[hlint] Preprocessing executable 'hlint' for hlint-3.10...
1559.98 s
[hlint] Phase: installPhase
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
1559.98 s
[hlint] Installing executable hlint in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin
1559.98 s
[hlint] Warning: The directory
1559.98 s
[hlint] /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin is not in the
1559.98 s
[hlint] system search path.
1559.98 s
[hlint] Phase: fixupPhase
1559.98 s
[hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
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
1559.98 s
[hlint] shrinking /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/bin/hlint
1559.98 s
[hlint] checking for references to /build/ in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10...
1559.98 s
[fourmolu] generates the correct output for: True [✔]
1559.98 s
[fourmolu] trailing-section-operators
1559.98 s
[fourmolu] generates the correct output for: False [✔]
1559.98 s
[fourmolu] generates the correct output for: True [✔]
1559.98 s
[fourmolu] unicode-syntax
1559.98 s
[fourmolu] generates the correct output for: detect [✔]
1559.98 s
[fourmolu] generates the correct output for: always [✔]
1559.98 s
[fourmolu] generates the correct output for: never [✔]
1559.98 s
[fourmolu] respectful
1559.98 s
[fourmolu] generates the correct output for: False [✔]
1559.98 s
[fourmolu] generates the correct output for: True [✔]
1559.98 s
[fourmolu] respectful-module-where
1559.98 s
[fourmolu] generates the correct output for: respectful=False + leading [✔]
1559.98 s
[fourmolu] generates the correct output for: respectful=False + trailing [✔]
1559.98 s
[fourmolu] generates the correct output for: respectful=False + diff-friendly [✔]
1559.98 s
[fourmolu] generates the correct output for: respectful=True + leading [✔]
1559.98 s
[fourmolu] generates the correct output for: respectful=True + trailing [✔]
1559.98 s
[fourmolu] generates the correct output for: respectful=True + diff-friendly [✔]
1559.98 s
[fourmolu] Ormolu.Diff.Text
1559.98 s
[fourmolu] printTextDiff
1559.98 s
[fourmolu] one-line-added [✔]
1559.98 s
[fourmolu] one-line-removed [✔]
1559.98 s
[fourmolu] no-preceding [✔]
1559.98 s
[fourmolu] no-following [✔]
1559.98 s
[fourmolu] simple-hunk [✔]
1559.98 s
[fourmolu] joined-hunk [✔]
1559.98 s
[fourmolu] two-hunks [✔]
1559.98 s
[fourmolu] trimming [✔]
1559.98 s
[fourmolu] trailing-blank-line [✔]
1559.98 s
[fourmolu] trimming-trailing-both-eof [✔]
1559.98 s
[fourmolu] trimming-trailing-both-out-of-margin [✔]
1559.98 s
[fourmolu] Ormolu.Fixity
1559.98 s
[fourmolu] gives the correct fixity info for (:) (built-in) [✔]
1559.98 s
[fourmolu] does not know operators from base if base is not a dependency [✔]
1559.99 s
[fourmolu] does not know operators from base if Prelude is not imported [✔]
1559.99 s
[fourmolu] infers fixities of operators from base correctly [✔]
1559.99 s
[fourmolu] does not know (>>>) when Control.Category is not imported [✔]
1559.99 s
[fourmolu] infer correct fixity for (>>>) when Control.Category is imported [✔]
1559.99 s
[fourmolu] handles 'as' imports correctly [✔]
1559.99 s
[fourmolu] handles 'qualified' imports correctly [✔]
1559.99 s
[fourmolu] handles 'qualified as' imports correctly [✔]
1559.99 s
[fourmolu] handles explicit import lists correctly [✔]
1559.99 s
[fourmolu] handles hiding import lists correctly [✔]
1559.99 s
[fourmolu] handles qualified imports with explicit import lists correctly [✔]
1559.99 s
[fourmolu] handles qualified import with hiding correctly [✔]
1559.99 s
[fourmolu] handles qualified import and explicit import lists correctly (1) [✔]
1559.99 s
[fourmolu] handles qualified import and explicit import lists correctly (2) [✔]
1559.99 s
[fourmolu] handles qualified import and hiding import correctly (1) [✔]
1559.99 s
[fourmolu] handles qualified import and hiding import correctly (2) [✔]
1559.99 s
[fourmolu] works for several imports from different packages [✔]
1559.99 s
[fourmolu] merges approximations in case of a conflict [✔]
1559.99 s
[fourmolu] correctly handles package-qualified imports (1) [✔]
1559.99 s
[fourmolu] correctly handles package-qualified imports (2) [✔]
1559.99 s
[fourmolu] default module re-exports: Control.Lens brings into scope Control.Lens.Lens [✔]
1559.99 s
[fourmolu] default module re-exports: Control.Lens qualified brings into scope Control.Lens.Lens [✔]
1559.99 s
[fourmolu] default module re-exports: Control.Lens qualified as brings into scope Control.Lens.Lens [✔]
1559.99 s
[fourmolu] re-export chains: exported module can itself re-export another module [✔]
1559.99 s
[fourmolu] Ormolu.Fixity.Parser
1559.99 s
[fourmolu] parseDotOrmolu
1559.99 s
[fourmolu] parses the empty input without choking [✔]
1559.99 s
[fourmolu] parses a collection of fixity declarations [✔]
1559.99 s
[fourmolu] accepts fractional operator precedences [✔]
1559.99 s
[fourmolu] combines conflicting fixity declarations correctly [✔]
1559.99 s
[fourmolu] handles CRLF line endings correctly [✔]
1559.99 s
[fourmolu] parses inputs without a trailing newline [✔]
1559.99 s
[fourmolu] fails with correct parse error (keyword wrong second line) [✔]
1559.99 s
[fourmolu] parses module re-exports and combines them correctly [✔]
1559.99 s
[fourmolu] parses fixity declarations + module re-export declarations with blanks [✔]
1559.99 s
[fourmolu] parseFixtiyDeclaration
1559.99 s
[fourmolu] parses a simple infixr declaration [✔]
1559.99 s
[fourmolu] parses a simple infixl declaration [✔]
1559.99 s
[fourmolu] parses a simple infix declaration [✔]
1559.99 s
[fourmolu] parses a declaration for a ticked identifier [✔]
1559.99 s
[fourmolu] parses a declaration for a ticked identifier (constructor case) [✔]
1559.99 s
[fourmolu] parses a multi-operator declaration [✔]
1559.99 s
[fourmolu] parses a declaration with a unicode operator [✔]
1559.99 s
[fourmolu] fails with correct parse error (keyword wrong) [✔]
1559.99 s
[fourmolu] fails with correct parse error (missing operator) [✔]
1559.99 s
[fourmolu] fails with correct parse error (trailing comma) [✔]
1559.99 s
[fourmolu] fails with correct parse error (precedence greater than 9) [✔]
1559.99 s
[fourmolu] parseModuleReexportDeclaration
1559.99 s
[hlint] gzipping man pages under /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10/share/man/
1559.99 s
[hlint] patching script interpreter paths in /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10
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
1559.99 s
[hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data
1559.99 s
[hlint] checking for references to /build/ in /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data...
1559.99 s
[hlint] patching script interpreter paths in /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data
1559.99 s
[hlint] shrinking RPATHs of ELF executables and libraries in /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc
1559.99 s
[hlint] checking for references to /build/ in /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc...
1559.99 s
[hlint] patching script interpreter paths in /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc
1559.99 s
[fourmolu] parses a re-export declaration [✔]
1559.99 s
[fourmolu] parses a re-export declaration (explicit package) [✔]
1559.99 s
[fourmolu] fails with correct parse error (keyword wrong) [✔]
1559.99 s
[fourmolu] fails with correct parse error (module syntax) [✔]
1559.99 s
[fourmolu] fails with correct parse error (typo: export intead exports) [✔]
1559.99 s
[fourmolu] Ormolu.Fixity.Printer
1559.99 s
[fourmolu] parseFixityOverrides & printFixityOverrides
1559.99 s
[fourmolu] arbitrary fixity maps are printed and parsed back correctly [✔]
1559.99 s
[fourmolu] +++ OK, passed 100 tests.
1559.99 s
[fourmolu] Ormolu.Integration.CLI
1559.99 s
[fourmolu] Fourmolu CLI functionality
1559.99 s
[fourmolu] formats stdin when no files specified [✔]
1559.99 s
[fourmolu] formats stdin when stdin specified [✔]
1559.99 s
[fourmolu] finds config file in current directory when formatting stdin [✔]
1559.99 s
[fourmolu] finds config file in ancestor directory when formatting stdin [✔]
1559.99 s
[fourmolu] finds config file in directory of input file [✔]
1559.99 s
[fourmolu] finds config file in XDG directory [✔]
1559.99 s
[fourmolu] uses specified config file [✔]
1559.99 s
[fourmolu] recursively finds files in directories [✔]
1559.99 s
[fourmolu] ignores files in specific directories [✔]
1559.99 s
[fourmolu] Ormolu.Integration.CLIOptions
1559.99 s
[fourmolu] Fourmolu configuration via CLI
1559.99 s
[fourmolu] CLI options override default [✔]
1559.99 s
[fourmolu] CLI options used when config file lacks option [✔]
1559.99 s
[fourmolu] CLI options override config file option [✔]
1559.99 s
[fourmolu] prints defaults to stdout [✔]
1559.99 s
[fourmolu] Ormolu.Integration.Fixity
1559.99 s
[fourmolu] fixity-tests
1559.99 s
[fourmolu] File #0 works with no extra info [✔]
1559.99 s
[fourmolu] File #0 works with manual fixity info [✔]
1559.99 s
[fourmolu] File #0 works with fixity info from config [✔]
1559.99 s
[fourmolu] File #0 works when CLI overrides .ormolu [✔]
1559.99 s
[fourmolu] File #1 works with no extra info [✔]
1559.99 s
[fourmolu] File #1 works with manual fixity info [✔]
1559.99 s
[fourmolu] File #1 works with fixity info from config [✔]
1559.99 s
[fourmolu] File #1 works with weird fixity info overwrite [✔]
1559.99 s
[fourmolu] File #2 works with no extra info [✔]
1559.99 s
[fourmolu] File #2 works with manual reexport info [✔]
1559.99 s
[fourmolu] File #2 works with fixity info from config [✔]
1559.99 s
[fourmolu] Ormolu.Integration.Region
1559.99 s
[fourmolu] region-tests
1559.99 s
[fourmolu] Works with implicit arguments [✔]
1559.99 s
[fourmolu] Works with explicit arguments [✔]
1559.99 s
[fourmolu] Works with only --start-line [✔]
1559.99 s
[fourmolu] Works with only --end-line [✔]
1559.99 s
[fourmolu] Works with lines 8-9 [✔]
1559.99 s
[fourmolu] Works with lines 8-10 [✔]
1559.99 s
[fourmolu] Works with lines 11-14 [✔]
1559.99 s
[fourmolu] Works with lines 19-23 [✔]
1559.99 s
[fourmolu] Ormolu.OpTree
1559.99 s
[fourmolu] flattens a tree correctly [✔]
1559.99 s
[fourmolu] uses 'minOps' strategy by default [✔]
1559.99 s
[fourmolu] uses 'maxOps' strategy if 'minOps' strategy fails [✔]
1559.99 s
[fourmolu] defaults to 'hardSplitter' strategy if both 'minOps' and 'maxOps' strategies fail [✔]
1559.99 s
[fourmolu] reassociates correctly: complex example 1 [✔]
1559.99 s
[fourmolu] Ormolu.Parser.Options
1559.99 s
[fourmolu] GHC options in source files take priority
1559.99 s
[fourmolu] default extensions can be disabled locally [✔]
1559.99 s
[fourmolu] extensions disabled via CLI can be enabled locally [✔]
1559.99 s
[fourmolu] Ormolu.Parser.ParseFailure
1559.99 s
[fourmolu] disabling-preserves-error-location.hs fails at 12:1 [✔]
1559.99 s
[fourmolu] line-pragma.hs fails at 4:47 [✔]
1559.99 s
[fourmolu] Ormolu.Parser.Pragma
1559.99 s
[fourmolu] parsePragma
1559.99 s
[fourmolu] {-# LANGUAGE Foo #-} [✔]
1559.99 s
[fourmolu] {-# language Foo #-} [✔]
1559.99 s
[fourmolu] {-#LANGUAGE Foo#-} [✔]
1559.99 s
[fourmolu] {-# LANGUAGE Foo#-} [✔]
1559.99 s
[fourmolu] {-#language Foo#-} [✔]
1559.99 s
[fourmolu] {-# lAngUAGe Foo #-} [✔]
1559.99 s
[fourmolu] {-# LANGUAGE Foo, Bar #-} [✔]
1559.99 s
[fourmolu] {-# LANGUAGE Foo Bar #-} [✔]
1559.99 s
[fourmolu] {-# BOO Foo #-} [✔]
1559.99 s
[fourmolu] something [✔]
1559.99 s
[fourmolu] {-# LANGUAGE foo, Bar #-} [✔]
1559.99 s
[fourmolu] {-# OPTIONS_GHC foo bar baz #-} [✔]
1559.99 s
[fourmolu] {-#OPTIONS_HADDOCK foo, bar, baz #-} [✔]
1559.99 s
[fourmolu] Ormolu.Printer
1559.99 s
[fourmolu] import/deprecated-export-single-line.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/deprecated-export-multi-line.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/explicit-imports-with-comments.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/merging-1.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/sorted-package-imports.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/comments-per-import.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/merging-0.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/qualified-post.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/nested-explicit-imports.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/comments-inside-imports.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/docstrings-after-exports.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/simple.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/sorted-export-list.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/explicit-imports.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/sorted.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/misc.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/qualified-prelude.hs works (ormolu) [✔]
1559.99 s
[fourmolu] import/deduplication-bug.hs works (ormolu) [✔]
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
1559.99 s
[post-build-hook] Pushing 3 paths (219 are already present) using zstd to cache sellout ⏳
1559.99 s
[post-build-hook]
1559.99 s
[post-build-hook] Pushing /nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc (7.99 MiB)
1560.00 s
[post-build-hook] Pushing /nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10 (66.90 MiB)
1560.01 s
[post-build-hook] Pushing /nix/store/3shbws3crl9din4yvb57277fd2bbqk7x-hlint-3.10-data (112.98 KiB)
1561.98 s
[post-build-hook]
1561.98 s
[post-build-hook] All done.
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
1562.04 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1562.19 s
[post-build-hook] copying 2 paths...
1562.19 s
[post-build-hook] copying path '/nix/store/myb17kch5vrmqv44nfrbjyrlfw0x1gnm-hlint-3.10-doc' to 'https://cache.nix-ci.com'...
1563.09 s
[post-build-hook] copying path '/nix/store/z4akx63vz8wz3jjgw85c4hbyd28zb5pa-hlint-3.10' to 'https://cache.nix-ci.com'...
1579.49 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1579.56 s
[post-build-hook] copying 0 paths...
1579.58 s
Progress: 147 of 157 built (2 building), 587 of 587 downloaded from cache
1579.58 s
[fourmolu] import/merging-2.hs works (ormolu) [✔]
1579.58 s
[fourmolu] import/explicit-prelude.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/default/default.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/gadt-syntax.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/multiline-arg-parens.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/multiline.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/partly-documented.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/infix.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/deriving.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/unnamed-field-comment-3.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/with-comment.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/infix-haddocks.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/datatype-contexts.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/unnamed-field-comment-2.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/simple-broken.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/multiline-names.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/operators.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/existential-multiline.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/with-weird-haddock.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/existential.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/strictness.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/wildcard-binders.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/record-fancy-existential.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/existential-unicode.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/record-singleline.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/kind-annotations.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/deriving-strategies.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/simple.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/unnamed-field-comment-1.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/ctype-0.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/type-data.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/ctype-1.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/fat-multiline.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/newtype.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/record.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/single-constructor-with-haddock.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/empty.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/invisible-binders.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/record-multi-const.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/unnamed-field-comment-0.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/field-layout/record-1.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/field-layout/variants.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/field-layout/gadt.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/field-layout/record-0.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/field-layout/record-2.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/gadt/multiline.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/gadt/strictness.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/gadt/multiple-declaration.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/gadt/simple.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/gadt/unicode.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/gadt/multiline-where.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/data/gadt/record.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/standalone-kind.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/inline/inline.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/inline/noinline.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/inline/conlike.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/inline/inlineable.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/set-cost-centre/set-cost-centre.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/fixity/infixr.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/fixity/infix.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/fixity/infixl.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/complete/complete.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/type/multi-value.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/type/context-single-line.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/type/context-multi-line.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/type/arguments.hs works (ormolu) [✔]
1579.58 s
[fourmolu] declaration/signature/type/infix-promoted-type-constructor.hs works (ormolu) [✔]
1579.58 s
[lsp-types] Preprocessing executable 'generator' for lsp-types-2.3.0.1...
1579.58 s
[lsp-types] Building executable 'generator' for lsp-types-2.3.0.1...
1579.58 s
[lsp-types] [1 of 2] Compiling CodeGen ( generator/CodeGen.hs, dist/build/generator/generator-tmp/CodeGen.o )
1579.58 s
[lsp-types] [2 of 2] Compiling Main ( generator/Main.hs, dist/build/generator/generator-tmp/Main.o )
1579.58 s
[lsp-types] [3 of 3] Linking dist/build/generator/generator
1579.58 s
[lsp-types] buildPhase completed in 4 minutes 55 seconds
1579.58 s
[lsp-types] Phase: checkPhase
1579.58 s
[lsp-types] Running 1 test suites...
1579.58 s
[lsp-types] Test suite lsp-types-test: RUNNING...
1579.58 s
[lsp-types]
1579.58 s
[lsp-types] Capabilities
1579.58 s
[lsp-types] capabilities
1579.58 s
[lsp-types] produces full latest client capabilities [✔]
1579.58 s
[lsp-types] First time execution. Golden file created.
1579.58 s
[lsp-types] produces pre-3.10 client capabilities [✔]
1579.58 s
[lsp-types] First time execution. Golden file created.
1579.58 s
[lsp-types] Json
1579.58 s
[lsp-types] MarkedString
1579.58 s
[lsp-types] roundtrip [✔]
1579.58 s
[lsp-types] +++ OK, passed 100 tests.
1579.58 s
[lsp-types] MarkupContent
1579.58 s
[lsp-types] roundtrip [✔]
1579.58 s
[lsp-types] +++ OK, passed 100 tests.
1579.58 s
[lsp-types] TextDocumentContentChangeEvent
1579.58 s
[lsp-types] roundtrip [✔]
1579.58 s
[lsp-types] +++ OK, passed 100 tests.
1579.58 s
[lsp-types] WatchedFiles
1579.58 s
[lsp-types] roundtrip [✔]
1579.58 s
[lsp-types] +++ OK, passed 100 tests.
1579.58 s
[lsp-types] Registration
1579.58 s
[lsp-types] roundtrip [✔]
1579.58 s
[lsp-types] +++ OK, passed 100 tests.
1579.58 s
[lsp-types] CompletionList
1579.58 s
[lsp-types] handles optional field set to null in record [✔]
1579.58 s
[lsp-types] CompletionItem
1579.58 s
[lsp-types] example [✔]
1579.58 s
[lsp-types] RequestMessage
1579.58 s
[lsp-types] handles missing params field [✔]
1579.58 s
[lsp-types] handles params field set to null [✔]
1579.58 s
[lsp-types] ResponseMessage
1579.58 s
[lsp-types] Hover roundtrip [✔]
1579.58 s
[lsp-types] +++ OK, passed 100 tests.
1579.58 s
[lsp-types] decodes error data = null [✔]
1579.58 s
[lsp-types] throws if neither result nor error is present [✔]
1579.58 s
[lsp-types] throws if both result and error are present [✔]
1579.58 s
[lsp-types] decodes result = null [✔]
1579.58 s
[lsp-types] NotificationMessage
1579.58 s
[lsp-types] handles missing params field [✔]
1579.58 s
[lsp-types] Location
1579.58 s
[lsp-types] isSubrangeOf
1579.58 s
[lsp-types] is true if the first range is totally inside the second range [✔]
1579.58 s
[lsp-types] is true if two ranges equal [✔]
1579.58 s
[lsp-types] is false if the first range is outside of the second [✔]
1579.58 s
[lsp-types] positionInRange
1579.58 s
[lsp-types] is false if position is after the end of a single line range [✔]
1579.58 s
[lsp-types] is false if position is before the begining of a single line range [✔]
1579.58 s
[lsp-types] is true if position is in a single line range [✔]
1579.58 s
[lsp-types] is false if position is right at the end of the range [✔]
1579.58 s
[lsp-types] is true if position is in the middle of a multiline range [✔]
1579.58 s
[lsp-types] is false if position is before the beginning of a multiline range [✔]
1579.58 s
[lsp-types] is false if position is right at the end of a multiline range [✔]
1579.58 s
[lsp-types] Method
1579.58 s
[lsp-types] Method enum aeson instance consistency
1579.58 s
[lsp-types] Client Methods
1579.58 s
[lsp-types] maintains roundtrip consistency [✔]
1579.58 s
[lsp-types] Server Methods
1579.58 s
[lsp-types] maintains roundtrip consistency [✔]
1579.58 s
[lsp-types] SemanticTokens
1579.58 s
[lsp-types] relativize/absolutizeTokens
1579.58 s
[lsp-types] round-trips [✔]
1579.58 s
[lsp-types] handles big tokens [✔]
1579.58 s
[lsp-types] encodeTokens
1579.59 s
[lsp-types] when running the LSP examples
1579.59 s
[lsp-types] encodes example 1 correctly [✔]
1579.59 s
[lsp-types] encodes example 2 correctly [✔]
1579.59 s
[lsp-types] handles big tokens [✔]
1579.59 s
[lsp-types] computeEdits
1579.59 s
[lsp-types] handles an edit in the middle [✔]
1579.59 s
[lsp-types] handles an edit at the end [✔]
1579.59 s
[lsp-types] handles an edit at the beginning [✔]
1579.59 s
[lsp-types] handles an ambiguous edit [✔]
1579.59 s
[lsp-types] handles a long edit [✔]
1579.59 s
[lsp-types] handles multiple edits [✔]
1579.59 s
[lsp-types] handles big tokens [✔]
1579.59 s
[lsp-types] ServerCapabilities
1579.59 s
[lsp-types] server capabilities
1579.59 s
[lsp-types] folding range options
1579.59 s
[lsp-types] decodes
1579.59 s
[lsp-types] just id [✔]
1579.59 s
[lsp-types] id and document selector [✔]
1579.59 s
[lsp-types] static boolean [✔]
1579.59 s
[lsp-types] encodes
1579.59 s
[lsp-types] just id [✔]
1579.59 s
[lsp-types] decodes [✔]
1579.59 s
[lsp-types] client/registerCapability
1579.59 s
[lsp-types] allows empty registerOptions [✔]
1579.59 s
[lsp-types] Types
1579.59 s
[lsp-types] MarkupContent
1579.59 s
[lsp-types] appends two plainstrings [✔]
1579.59 s
[lsp-types] appends a marked up and a plain string [✔]
1579.59 s
[lsp-types] appends a plain string and a marked up string [✔]
1579.59 s
[lsp-types] URIFilePath
1579.59 s
[lsp-types] Platform aware URI file path functions
1579.59 s
[lsp-types] converts a URI to a POSIX file path [✔]
1579.59 s
[lsp-types] converts a POSIX file path to a URI [✔]
1579.59 s
[lsp-types] converts a URI to a Windows file path [✔]
1579.59 s
[lsp-types] converts a Windows file path to a URI [✔]
1579.59 s
[lsp-types] converts a POSIX file path to a URI [✔]
1579.59 s
[lsp-types] converts a Windows file path to a URI [✔]
1579.59 s
[lsp-types] converts a Windows file path to a URI [✔]
1579.59 s
[lsp-types] converts a POSIX file path to a URI and back [✔]
1579.59 s
[lsp-types] converts a Posix file path to a URI and back [✔]
1579.59 s
[lsp-types] +++ OK, passed 100 tests.
1579.59 s
[fourmolu] declaration/signature/type/long-multiline-applications.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/signature/type/long-function-name.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/signature/type/unrelated.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/signature/type/unicode.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/signature/minimal/minimal.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/signature/specialize/specialize.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/signature/specialize/specialize-instance.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/signature/pattern/multiline.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/signature/pattern/single-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/splice/splice-decl.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/splice/quotes.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/splice/bracket-declaration.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/splice/bracket.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/splice/bracket-unicode.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/splice/typed-splice.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/splice/grouped-splices.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/splice/untyped-splice.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/splice/quasiquote.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/infix.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/with-comments.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/with-forall.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/simple.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/multi-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/with-equal-sign.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/promotion.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/type-arguments.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/injective.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/closed-type-family/no-annotation.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/data-family/simple.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/data-family/type-arguments.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/data-family/no-annotation.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/type-family/simple.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/type-family/injective.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/type-family/no-annotation.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type-families/type-family/operator.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/deriving/multiline.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/deriving/overlapping.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/deriving/singleline.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/parens-comments.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/forall.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/promotion-1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/lits.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/wildcard-binders.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/misc-kind-signatures.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/promotion-no-puns.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/promotion-0.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/visible-forall.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/splice.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/type/type-applications.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/prelude4.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/basic2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/basic1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/phase.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/never-active.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/prelude3.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/type-signature.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/forall-1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/prelude1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/prelude2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/forall-0.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/rewrite-rule/empty.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/data-family-instances.hs works (ormolu) [✔]
1579.59 s
[lsp-types] converts a Windows file path to a URI and back [✔]
1579.59 s
[lsp-types] +++ OK, passed 100 tests.
1579.59 s
[lsp-types] converts a relative POSIX file path to a URI and back [✔]
1579.59 s
[lsp-types] URI file path functions
1579.59 s
[lsp-types] converts a URI to a file path [✔]
1579.59 s
[lsp-types] converts a file path to a URI [✔]
1579.59 s
[lsp-types] removes unnecessary current directory paths [✔]
1579.59 s
[lsp-types] converts a file path to a URI and back [✔]
1579.59 s
[lsp-types] +++ OK, passed 100 tests.
1579.59 s
[lsp-types] converts a relative file path to a URI and back [✔]
1579.59 s
[lsp-types] converts a file path with initial current dir to a URI and back [✔]
1579.59 s
[lsp-types] URI normalization functions
1579.59 s
[lsp-types] ignores differences in percent-encoding [✔]
1579.59 s
[lsp-types] +++ OK, passed 100 tests.
1579.59 s
[lsp-types] ignores differences in percent-encoding (examples) [✔]
1579.59 s
[lsp-types] normalizes uri file path when converting from uri to normalized uri [✔]
1579.59 s
[lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
1579.59 s
[lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
1579.59 s
[lsp-types] converts a file path to a normalized URI and back [✔]
1579.59 s
[lsp-types] +++ OK, passed 100 tests.
1579.59 s
[lsp-types] Normalized file path functions
1579.59 s
[lsp-types] makes file path normalized [✔]
1579.59 s
[lsp-types] +++ OK, passed 100 tests.
1579.59 s
[lsp-types] converts to a normalized uri and back [✔]
1579.59 s
[lsp-types] +++ OK, passed 100 tests.
1579.59 s
[lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
1579.59 s
[lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
1579.59 s
[lsp-types] creates the same NormalizedUri than the older implementation [✔]
1579.59 s
[lsp-types] +++ OK, passed 100 tests.
1579.59 s
[lsp-types] converts to NormalizedFilePath and back sucessfully [✔]
1579.59 s
[lsp-types] +++ OK, passed 100 tests.
1579.59 s
[lsp-types] can not convert OsPath in non-standard encoding to NormalizedFilePath [✔]
1579.59 s
[lsp-types] WorkspaceEdit
1579.59 s
[lsp-types] applyTextEdit
1579.59 s
[lsp-types] inserts text [✔]
1579.59 s
[lsp-types] deletes text [✔]
1579.59 s
[lsp-types] edits a multiline text [✔]
1579.59 s
[lsp-types] inserts text past the last line [✔]
1579.59 s
[lsp-types] editTextEdit
1579.59 s
[lsp-types] edits a multiline text edit [✔]
1579.59 s
[lsp-types]
1579.59 s
[lsp-types] Finished in 3.9064 seconds
1579.59 s
[lsp-types] 85 examples, 0 failures
1579.59 s
[lsp-types] Test suite lsp-types-test: PASS
1579.59 s
[lsp-types] Test suite logged to: dist/test/lsp-types-2.3.0.1-lsp-types-test.log
1579.59 s
[lsp-types] 1 of 1 test suites (1 of 1 test cases) passed.
1579.59 s
[lsp-types] Phase: haddockPhase
1579.59 s
[lsp-types] Phase: installPhase
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
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
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
1579.59 s
[lsp-types] Installing executable generator in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin
1579.59 s
[lsp-types] Warning: The directory
1579.59 s
[lsp-types] /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin is not in
1579.59 s
[lsp-types] the system search path.
1579.59 s
[lsp-types] Phase: fixupPhase
1579.59 s
[lsp-types] shrinking RPATHs of ELF executables and libraries in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
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
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
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
1579.59 s
[lsp-types] shrinking /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1/bin/generator
1579.59 s
[lsp-types] checking for references to /build/ in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1...
1579.59 s
[lsp-types] patching script interpreter paths in /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
1579.59 s
[fourmolu] declaration/instance/instance-sigs-multiple.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/instance-sigs.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/data-family-instances-newtype.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/overlappable-instances.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/newlines-between-methods.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/multi-parameter.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/empty-instance.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/type-family-instances.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/contexts-comments.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/newlines-after-where.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/associated-types.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/contexts.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/associated-data.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/data-family-instances-gadt.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/instance/single-parameter.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/warning/warning-single-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/warning/warning-multiline.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/super-classes.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/dependency-super-classes.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/empty-classes.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/type-operators2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/associated-type-defaults.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/associated-types2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/associated-data2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/type-operators1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/default-implementations.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/newlines-and-haddocks.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/newlines-between-methods.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/default-signatures-simple.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/multi-parameters2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/single-parameters.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/multi-parameters1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/type-operators3.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/newlines-after-where.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/associated-data1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/functional-dependencies.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/poly-kinded-classes.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/newlines-and-default-decls.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/default-implementations-comments.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/default-signatures.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/class/associated-types1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/annotation/annotation.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/pattern-synonyms/bidirectional.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/pattern-synonyms/unidirectional.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/pattern-synonyms/explicitely-bidirectional.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/required-type-arguments-2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operators-2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operator-comments-2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/parens-comments.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/overindentation.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiline-types.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operator-hash-with-unboxed-sums.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/unboxed-sums.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/fancy-forall-0.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/list-comprehensions.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operator-fixity-defaulting.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/blank-lines-where.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/list-notation-3.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/case-multi-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/let-single-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/arithmetic-sequences.hs works (ormolu) [✔]
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
1579.59 s
[fourmolu] declaration/value/function/case-single-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/lexical-negation.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/negation.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/strings.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/parens.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/if-with-comment-in-branches-with-functions.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/lambda-case.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/awkward-comment-1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/awkward-comment-0.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operators-4.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/primitive-literals.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operators-5.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/type-applications-and-splice.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/overloaded-labels.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operator-comments-1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/let-nested.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/type-abstractions.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operators-1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/explicit-type.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/application-0.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/do-single-multi.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operator-comments-0.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/static-pointers.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/arg-breakpoints.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiple-guards.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/equality-constraints.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/pragmas.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/tricky-parens.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/blank-lines-let.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiline-strings-2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/if-with-comment-in-branches.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/negative-literals.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operator-hash-without-unboxed-sums.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/unboxed-string-lit.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiline-strings-0.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/list-notation-2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/application-2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiline-arguments.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/if-single-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/builtin-syntax.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operators-7.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/case-empty.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/lambda-multi-line2.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiline-strings-3.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/application-1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/parallel-comprehensions-single-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/simple.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/list-notation-1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/lambda-single-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/backticks-lhs.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/tuple-sections.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/implicit-params.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/if-single-line-functions-do.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/if-multi-line.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/guards.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/if-with-comment-next-to-keyword.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiline-strings-1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiline-strings-5.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/quasi-quotes.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/parallel-comprehensions-complex.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operators-0.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/lambda-multi-line1.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/parenthesis-lhs.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/do-where.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/if-single-line-functions.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/block-arguments.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiline-strings-8.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/newline-single-line-body.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/operators-6.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/multiline-strings-7.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/where.hs works (ormolu) [✔]
1579.59 s
[fourmolu] declaration/value/function/unboxed-tuples.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/multiline-strings-4.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/typed-expressions.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/multi-way-if.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/if-with-comment-above-branches.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/splice.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/type-applications.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/list-notation-0.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/backticks.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/operator-sections.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/where-nested.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/if-with-comment-before-do-blocks.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/multiple-matches.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/multiline-strings-6.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/complex-list.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/required-type-arguments.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/operators-3.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/fancy-forall-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/prefix.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/let-multi-line.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/case-multi-line-guards.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/typed-hole.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/tuples.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/applications-and-parens.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/hang-rhs-arrow.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/expr.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/comment-alignment.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/let.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/comment-spacing.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/operator-and-parens.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/recursive-do-rec.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/do-dollar-mixed-chain.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/recursive-do-mdo.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/do/blocks.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/tricky-colon-chain.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/dollar-chains-2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-s-dollar.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-l-gt.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/hspec-expectation.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/qualified-ops.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/dollar-chains-4.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/fractional-precedence.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-gt-normal.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/applicative.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-normal.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/dollar-chains-3.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-colon-do.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/dollar-chains-6.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-lt-dollar.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/hanging.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/lenses.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-lt-normal.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/simple.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/unicode.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/esqueleto-0.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/dollar-chains-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/esqueleto-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-gt-dollar.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-s-normal.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-s-colon.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-l-lt.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/comments.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-l-s.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/dollar-chains-5.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/qualified-prelude.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/do.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/infix/op-chain-l-eq.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-parentheses.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/multiline-case.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/recursive-procs.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-applications.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-applications2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-cases.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-do-simple2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-forms2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-do-simple1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-forms1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-form-do-indent.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-ifs.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-lambdas.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-lets.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/arrow/proc-do-complex.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/comprehension/transform-multi-line3.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/comprehension/transform-multi-line1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/comprehension/transform-monad.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/comprehension/transform-multi-line4.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/comprehension/transform-multi-line2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/comprehension/transform-single-line.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/record/inter-comments.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/record/constructors.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/record/wildcards.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/record/updaters.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/record/hanging-after-equal-con.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/record/hanging-after-equal-update.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/record/record-dot.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/multiline-case-pattern.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/quasi-quotes-pattern.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/unboxed-sum-pattern.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/strictness.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/as-pattern.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/famous-cardano-pattern.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/or-patterns.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/multiple-guard-statements.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/record-patterns.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/view-pattern.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/sig-pattern.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/many-guards-in-singleline.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/multiline-guard-statement.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/splice-pattern.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/n-plus-k-pattern.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/function/pattern/pattern-bind.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/other/comments-get-before-op.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/other/line-multi-line.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/value/other/line-single-line.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/role-annotation/single-line.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/role-annotation/multi-line.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/foreign/foreign-export.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/foreign/foreign-import.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/type-synonyms/with-weird-haddock.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/type-synonyms/simple.hs works (ormolu) [✔]
1579.60 s
[fourmolu] declaration/type-synonyms/multi-line.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/invalid-haddock-2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-multiline-after.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/multiline-forall.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/empty-forall.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/linear-arrows.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-following-preceding-gap.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-alignment.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-after-preceding-haddock.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/necessary-brackets.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-spacing.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/empty-haddock.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-trailing-space.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/following-comment-last-0.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/merging-comments.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/following-comment-last-3.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-inside-construct.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-style-transform.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/pragma.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/invalid-haddock-double-trigger.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/jsffi.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/pragma-comments.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/following-comment-last-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/haddock-without-module-header.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/inline-comment-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/ascii.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/inline-comment-0.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/trailing-whitespace.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/invalid-haddock-weird.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-glued-together.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/pragma-comments-after.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-before-hanging.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-empty-let.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/overly-indented.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/haddock-sections.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/pragma-no-header.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/pragma-sorting.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/multiple-blank-line-comment.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/invalid-haddock-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/following-comment-last-2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/argument-comment.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/consequetive-pipe-comments.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/multiline-comments-reindent.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/comment-two-blocks.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/separation-0a.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/separation-1b.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/separation-2a.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/shifted.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/lonely-hash.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/simple-import.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/cpp-and-imports.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/separation-0b.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/separation-1a.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/separation-2b.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/cpp/continuation.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/disabling/whole-file.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/disabling/single-definition.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/disabling/normalize-magic-comments.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/disabling/empty-disabled-region.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/disabling/closing-comment-in-disabled-region.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/disabling/preserve-trailing-whitespace.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/disabling/suffix-comment.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/disabling/preserve-empty-lines.hs works (ormolu) [✔]
1579.60 s
[fourmolu] other/disabling/line-pragma-in-disabled-region.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/warning-pragma-multiline.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/stack-header-0.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/multiline2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/multiline.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/multiline-with-comments.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/simple-with-comments.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/double-shebangs.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/warning-pragma.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/empty-haddock.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/leading-empty-line.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/multiline-empty.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/singleline-empty.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/shebang-with-pragmas.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/stack-header-2.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/multiline-empty-comment.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/simple.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/double-dot-with-names.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/preceding-comment-with-haddock.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/warning-pragma-list-multiline.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/empty.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/warning-pragma-singleton-list.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/singleline.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/shebang.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/stack-header-1.hs works (ormolu) [✔]
1579.60 s
[fourmolu] module-header/named-section.hs works (ormolu) [✔]
1579.60 s
[fourmolu] fourmolu/mixed-disable-pragmas.hs works (ormolu) [✔]
1579.60 s
[fourmolu] fourmolu/multiline-haddocks.hs works (ormolu) [✔]
1579.60 s
[fourmolu] fourmolu/type-app-promoted.hs works (ormolu) [✔]
1579.60 s
[fourmolu] fourmolu/list-multiline.hs works (ormolu) [✔]
1579.60 s
[fourmolu] import/deprecated-export-single-line.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/deprecated-export-multi-line.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/explicit-imports-with-comments.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/merging-1.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/sorted-package-imports.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/comments-per-import.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/merging-0.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/qualified-post.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/nested-explicit-imports.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/comments-inside-imports.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/docstrings-after-exports.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/simple.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/sorted-export-list.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/explicit-imports.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/sorted.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/misc.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/qualified-prelude.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/deduplication-bug.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/merging-2.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] import/explicit-prelude.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/default/default.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/gadt-syntax.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/multiline-arg-parens.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/multiline.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/partly-documented.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/infix.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/deriving.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/unnamed-field-comment-3.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/with-comment.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/infix-haddocks.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/datatype-contexts.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/unnamed-field-comment-2.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/simple-broken.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/multiline-names.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/operators.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/existential-multiline.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/with-weird-haddock.hs works (fourmolu) [✔]
1579.60 s
[fourmolu] declaration/data/existential.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/strictness.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/wildcard-binders.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/record-fancy-existential.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/existential-unicode.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/record-singleline.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/kind-annotations.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/deriving-strategies.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/simple.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/unnamed-field-comment-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/ctype-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/type-data.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/ctype-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/fat-multiline.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/newtype.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/record.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/single-constructor-with-haddock.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/empty.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/invisible-binders.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/record-multi-const.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/unnamed-field-comment-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/field-layout/record-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/field-layout/variants.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/field-layout/gadt.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/field-layout/record-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/field-layout/record-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/gadt/multiline.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/gadt/strictness.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/gadt/multiple-declaration.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/gadt/simple.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/gadt/unicode.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/gadt/multiline-where.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/data/gadt/record.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/standalone-kind.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/inline/inline.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/inline/noinline.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/inline/conlike.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/inline/inlineable.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/set-cost-centre/set-cost-centre.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/fixity/infixr.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/fixity/infix.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/fixity/infixl.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/complete/complete.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/type/multi-value.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/type/context-single-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/type/context-multi-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/type/arguments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/type/infix-promoted-type-constructor.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/type/long-multiline-applications.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/type/long-function-name.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/type/unrelated.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/type/unicode.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/minimal/minimal.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/specialize/specialize.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/specialize/specialize-instance.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/pattern/multiline.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/signature/pattern/single-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/splice/splice-decl.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/splice/quotes.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/splice/bracket-declaration.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/splice/bracket.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/splice/bracket-unicode.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/splice/typed-splice.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/splice/grouped-splices.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/splice/untyped-splice.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/splice/quasiquote.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/infix.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/with-comments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/with-forall.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/simple.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/multi-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/with-equal-sign.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/promotion.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/type-arguments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/injective.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/closed-type-family/no-annotation.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/data-family/simple.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/data-family/type-arguments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/data-family/no-annotation.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/type-family/simple.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/type-family/injective.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/type-family/no-annotation.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type-families/type-family/operator.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/deriving/multiline.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/deriving/overlapping.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/deriving/singleline.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/parens-comments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/forall.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/promotion-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/lits.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/wildcard-binders.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/misc-kind-signatures.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/promotion-no-puns.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/promotion-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/visible-forall.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/splice.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/type/type-applications.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/prelude4.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/basic2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/basic1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/phase.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/never-active.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/prelude3.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/type-signature.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/forall-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/prelude1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/prelude2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/forall-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/rewrite-rule/empty.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/data-family-instances.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/instance-sigs-multiple.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/instance-sigs.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/data-family-instances-newtype.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/overlappable-instances.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/newlines-between-methods.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/multi-parameter.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/empty-instance.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/type-family-instances.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/contexts-comments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/newlines-after-where.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/associated-types.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/contexts.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/associated-data.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/data-family-instances-gadt.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/instance/single-parameter.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/warning/warning-single-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/warning/warning-multiline.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/super-classes.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/dependency-super-classes.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/empty-classes.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/type-operators2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/associated-type-defaults.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/associated-types2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/associated-data2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/type-operators1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/default-implementations.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/newlines-and-haddocks.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/newlines-between-methods.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/default-signatures-simple.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/multi-parameters2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/single-parameters.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/multi-parameters1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/type-operators3.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/newlines-after-where.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/associated-data1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/functional-dependencies.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/poly-kinded-classes.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/newlines-and-default-decls.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/default-implementations-comments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/default-signatures.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/class/associated-types1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/annotation/annotation.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/pattern-synonyms/bidirectional.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/pattern-synonyms/unidirectional.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/pattern-synonyms/explicitely-bidirectional.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/required-type-arguments-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operators-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operator-comments-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/parens-comments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/overindentation.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-types.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operator-hash-with-unboxed-sums.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/unboxed-sums.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/fancy-forall-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/list-comprehensions.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operator-fixity-defaulting.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/blank-lines-where.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/list-notation-3.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/case-multi-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/let-single-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/arithmetic-sequences.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/case-single-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/lexical-negation.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/negation.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/strings.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/parens.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/if-with-comment-in-branches-with-functions.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/lambda-case.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/awkward-comment-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/awkward-comment-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operators-4.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/primitive-literals.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operators-5.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/type-applications-and-splice.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/overloaded-labels.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operator-comments-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/let-nested.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/type-abstractions.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operators-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/explicit-type.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/application-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do-single-multi.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operator-comments-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/static-pointers.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/arg-breakpoints.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiple-guards.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/equality-constraints.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/pragmas.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/tricky-parens.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/blank-lines-let.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-strings-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/if-with-comment-in-branches.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/negative-literals.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operator-hash-without-unboxed-sums.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/unboxed-string-lit.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-strings-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/list-notation-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/application-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-arguments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/if-single-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/builtin-syntax.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operators-7.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/case-empty.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/lambda-multi-line2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-strings-3.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/application-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/parallel-comprehensions-single-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/simple.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/list-notation-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/lambda-single-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/backticks-lhs.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/tuple-sections.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/implicit-params.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/if-single-line-functions-do.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/if-multi-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/guards.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/if-with-comment-next-to-keyword.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-strings-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-strings-5.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/quasi-quotes.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/parallel-comprehensions-complex.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operators-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/lambda-multi-line1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/parenthesis-lhs.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do-where.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/if-single-line-functions.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/block-arguments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-strings-8.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/newline-single-line-body.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operators-6.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-strings-7.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/where.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/unboxed-tuples.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-strings-4.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/typed-expressions.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multi-way-if.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/if-with-comment-above-branches.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/splice.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/type-applications.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/list-notation-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/backticks.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operator-sections.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/where-nested.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/if-with-comment-before-do-blocks.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiple-matches.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/multiline-strings-6.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/complex-list.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/required-type-arguments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/operators-3.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/fancy-forall-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/prefix.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/let-multi-line.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/case-multi-line-guards.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/typed-hole.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/tuples.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/applications-and-parens.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/hang-rhs-arrow.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/expr.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/comment-alignment.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/let.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/comment-spacing.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/operator-and-parens.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/recursive-do-rec.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/do-dollar-mixed-chain.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/recursive-do-mdo.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/do/blocks.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/tricky-colon-chain.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/dollar-chains-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-s-dollar.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-l-gt.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/hspec-expectation.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/qualified-ops.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/dollar-chains-4.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/fractional-precedence.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-gt-normal.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/applicative.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-normal.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/dollar-chains-3.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-colon-do.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/dollar-chains-6.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-dollar-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-lt-dollar.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-eq-colon-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/hanging.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-gt-colon-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/lenses.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-lt-normal.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/simple.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/unicode.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/esqueleto-0.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/dollar-chains-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/esqueleto-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-gt-dollar.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-s-normal.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-s-colon.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-r-lt-colon-1.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-l-lt.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/comments.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-l-s.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/dollar-chains-5.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/qualified-prelude.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/do.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/infix/op-chain-l-eq.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/arrow/proc-parentheses.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/arrow/multiline-case.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/arrow/recursive-procs.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/arrow/proc-applications.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/arrow/proc-applications2.hs works (fourmolu) [✔]
1579.61 s
[fourmolu] declaration/value/function/arrow/proc-cases.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/arrow/proc-do-simple2.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/arrow/proc-forms2.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/arrow/proc-do-simple1.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/arrow/proc-forms1.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/arrow/proc-form-do-indent.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/arrow/proc-ifs.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/arrow/proc-lambdas.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/arrow/proc-lets.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/arrow/proc-do-complex.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/comprehension/transform-multi-line3.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/comprehension/transform-multi-line1.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/comprehension/transform-monad.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/comprehension/transform-multi-line4.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/comprehension/transform-multi-line2.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/comprehension/transform-single-line.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/record/inter-comments.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/record/constructors.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/record/wildcards.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/record/updaters.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/record/hanging-after-equal-con.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/record/hanging-after-equal-update.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/record/record-dot.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/multiline-case-pattern.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/quasi-quotes-pattern.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/unboxed-sum-pattern.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/strictness.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/as-pattern.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/famous-cardano-pattern.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/or-patterns.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/multiple-guard-statements.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/record-patterns.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/view-pattern.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/sig-pattern.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/many-guards-in-singleline.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/multiline-guard-statement.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/splice-pattern.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/n-plus-k-pattern.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/function/pattern/pattern-bind.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/other/comments-get-before-op.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/other/line-multi-line.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/value/other/line-single-line.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/role-annotation/single-line.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/role-annotation/multi-line.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/foreign/foreign-export.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/foreign/foreign-import.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/type-synonyms/with-weird-haddock.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/type-synonyms/simple.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] declaration/type-synonyms/multi-line.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/invalid-haddock-2.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-multiline-after.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/multiline-forall.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/empty-forall.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/linear-arrows.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-following-preceding-gap.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-alignment.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-after-preceding-haddock.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/necessary-brackets.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-spacing.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/empty-haddock.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-trailing-space.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/following-comment-last-0.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/merging-comments.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/following-comment-last-3.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-inside-construct.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-style-transform.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/pragma.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/invalid-haddock-double-trigger.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/jsffi.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/pragma-comments.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/following-comment-last-1.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/haddock-without-module-header.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/inline-comment-1.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/ascii.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/inline-comment-0.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/trailing-whitespace.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/invalid-haddock-weird.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-glued-together.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/pragma-comments-after.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-before-hanging.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-empty-let.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/overly-indented.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/haddock-sections.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/pragma-no-header.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/pragma-sorting.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/multiple-blank-line-comment.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/invalid-haddock-1.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/following-comment-last-2.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/argument-comment.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/consequetive-pipe-comments.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/multiline-comments-reindent.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/comment-two-blocks.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/separation-0a.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/separation-1b.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/separation-2a.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/shifted.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/lonely-hash.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/simple-import.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/cpp-and-imports.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/separation-0b.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/separation-1a.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/separation-2b.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/cpp/continuation.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/disabling/whole-file.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/disabling/single-definition.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/disabling/normalize-magic-comments.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/disabling/empty-disabled-region.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/disabling/closing-comment-in-disabled-region.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/disabling/preserve-trailing-whitespace.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/disabling/suffix-comment.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/disabling/preserve-empty-lines.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] other/disabling/line-pragma-in-disabled-region.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/warning-pragma-multiline.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/stack-header-0.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/multiline2.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/multiline.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/multiline-with-comments.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/simple-with-comments.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/double-shebangs.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/warning-pragma.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/empty-haddock.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/leading-empty-line.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/multiline-empty.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/singleline-empty.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/shebang-with-pragmas.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/stack-header-2.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/multiline-empty-comment.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/simple.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/double-dot-with-names.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/preceding-comment-with-haddock.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/warning-pragma-list-multiline.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/empty.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/warning-pragma-singleton-list.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/singleline.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/shebang.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/stack-header-1.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] module-header/named-section.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] fourmolu/mixed-disable-pragmas.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] fourmolu/multiline-haddocks.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] fourmolu/type-app-promoted.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] fourmolu/list-multiline.hs works (fourmolu) [✔]
1579.62 s
[fourmolu] Ormolu.Utils.Glob
1579.62 s
[fourmolu] glob
1579.62 s
[fourmolu] should match modules exactly [✔]
1579.62 s
[fourmolu] should fail if case doesn't match [✔]
1579.62 s
[fourmolu] should allow * to match anything on the same level [✔]
1579.62 s
[fourmolu] should fail if input doesn't match glob even with wildcards [✔]
1579.62 s
[fourmolu] should disallow * to match anything on different level [✔]
1579.62 s
[fourmolu] should allow multiple * [✔]
1579.62 s
[fourmolu] should allow * at the beginning [✔]
1579.62 s
[fourmolu] should allow * at the end [✔]
1579.62 s
[fourmolu] should allow ** to match anything on the same level [✔]
1579.62 s
[fourmolu] should allow ** to match anything on multiple levels [✔]
1579.62 s
[fourmolu] Properties
1579.62 s
[fourmolu] should obey: s `matches` glob s with s being any string without '*' [✔]
1579.62 s
[fourmolu] +++ OK, passed 100 tests.
1579.62 s
[fourmolu] should obey: (a <> b <> c) `matches` glob (a <> * <> c) with b being a module name [✔]
1579.62 s
[fourmolu] +++ OK, passed 100 tests.
1579.62 s
[fourmolu] should obey: (a <> b <> c) `matches` glob (a <> ** <> c) [✔]
1579.62 s
[fourmolu] +++ OK, passed 100 tests.
1579.62 s
[fourmolu]
1579.62 s
[fourmolu] Finished in 15.2786 seconds
1579.62 s
[fourmolu] 1270 examples, 0 failures
1579.62 s
[fourmolu] Test suite tests: PASS
1579.62 s
[fourmolu] Test suite logged to: dist/test/fourmolu-0.19.0.1-tests.log
1579.62 s
[fourmolu] 1 of 1 test suites (1 of 1 test cases) passed.
1579.62 s
[fourmolu] checkPhase completed in 36 seconds
1579.62 s
[fourmolu] Phase: haddockPhase
1579.73 s
[fourmolu] Preprocessing library for fourmolu-0.19.0.1...
1579.74 s
[fourmolu] Running Haddock on library for fourmolu-0.19.0.1...
1579.74 s
[fourmolu] Warning: The documentation for the following packages are not installed. No
1579.74 s
[fourmolu] links will be generated to these packages: vector-0.13.2.0
1580.93 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
1581.35 s
[post-build-hook] Pushing 1 paths (238 are already present) using zstd to cache sellout ⏳
1581.35 s
[post-build-hook]
1581.70 s
[post-build-hook] Pushing /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1 (457.32 MiB)
1585.78 s
[post-build-hook]
1585.78 s
[post-build-hook] All done.
1585.80 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1
1585.90 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1585.90 s
[post-build-hook] copying 1 paths...
1585.90 s
[post-build-hook] copying path '/nix/store/874z99r5jb783r1qdsqvvd6vsck3myrl-lsp-types-2.3.0.1' to 'https://cache.nix-ci.com'...
1653.24 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1653.42 s
[post-build-hook] copying 1 paths...
1653.42 s
[post-build-hook] copying path '/nix/store/dqaxvvmnjxv4ck17j7gvqhvai984ibi9-lsp-types-2.3.0.1.drv' to 'https://cache.nix-ci.com'...
1653.58 s
Progress: 148 of 157 built (1 building), 587 of 587 downloaded from cache
1653.64 s
Building lsp
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 )
1653.64 s
[fourmolu] [ 2 of 61] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, nothing )
1653.64 s
[fourmolu] [ 3 of 61] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, nothing )
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 )
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 )
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 )
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 )
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 )
1653.64 s
[fourmolu] [ 9 of 61] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, nothing )
1653.64 s
[fourmolu] [10 of 61] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, nothing )
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 )
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 )
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 )
1653.64 s
[fourmolu] [14 of 61] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, nothing )
1653.64 s
[fourmolu] [15 of 61] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, nothing )
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 )
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 )
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 )
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 )
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 )
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 )
1653.64 s
[fourmolu] [22 of 61] Compiling Ormolu.Config ( src/Ormolu/Config.hs, nothing )
1653.64 s
[fourmolu] [23 of 61] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, nothing )
1653.64 s
[fourmolu] [24 of 61] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, nothing )
1653.64 s
[fourmolu] [25 of 61] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, nothing )
1653.64 s
[fourmolu] [26 of 61] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, nothing )
1653.64 s
[fourmolu] [27 of 61] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, nothing )
1653.64 s
[fourmolu] [28 of 61] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, nothing )
1653.64 s
[fourmolu] [29 of 61] Compiling Ormolu.Printer.Meat.Declaration.StringLiteral ( src/Ormolu/Printer/Meat/Declaration/StringLiteral.hs, nothing )
1653.64 s
[fourmolu] [30 of 61] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, nothing )
1653.64 s
[fourmolu] [31 of 61] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, nothing )
1653.64 s
[fourmolu] [32 of 61] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, nothing )
1653.64 s
[fourmolu] [33 of 61] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, nothing )
1653.64 s
[fourmolu] [34 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, nothing )
1653.64 s
[fourmolu] [35 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, nothing )
1653.64 s
[fourmolu] [36 of 61] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, nothing )
1653.64 s
[fourmolu] [37 of 61] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, nothing )
1653.64 s
[fourmolu] [38 of 61] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, nothing )
1653.64 s
[fourmolu] [39 of 61] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, nothing )
1653.64 s
[fourmolu] [40 of 61] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, nothing )
1653.64 s
[fourmolu] [41 of 61] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, nothing )
1653.64 s
[fourmolu] [42 of 61] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, nothing )
1653.64 s
[fourmolu] [43 of 61] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, nothing )
1653.64 s
[fourmolu] [44 of 61] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, nothing )
1653.64 s
[fourmolu] [45 of 61] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, nothing )
1653.64 s
[fourmolu] [46 of 61] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, nothing )
1653.65 s
[fourmolu] [47 of 61] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, nothing )
1653.65 s
[fourmolu] [48 of 61] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, nothing )
1653.65 s
[fourmolu] [49 of 61] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, nothing )
1653.65 s
[fourmolu] [50 of 61] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, nothing )
1653.65 s
[fourmolu] [51 of 61] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, nothing )
1653.65 s
[fourmolu] [52 of 61] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, nothing )
1653.65 s
[fourmolu] [53 of 61] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, nothing )
1653.65 s
[fourmolu] [54 of 61] Compiling Ormolu.Imports.Grouping ( src/Ormolu/Imports/Grouping.hs, nothing )
1653.65 s
[fourmolu] [55 of 61] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, nothing )
1653.65 s
[fourmolu] [56 of 61] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, nothing )
1653.65 s
[fourmolu] [57 of 61] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, nothing )
1653.65 s
[fourmolu] [58 of 61] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, nothing )
1653.65 s
[fourmolu] [59 of 61] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, nothing )
1653.65 s
[fourmolu] [60 of 61] Compiling Ormolu ( src/Ormolu.hs, nothing )
1653.65 s
[fourmolu] [61 of 61] Compiling Paths_fourmolu ( dist/build/autogen/Paths_fourmolu.hs, nothing )
1653.65 s
[fourmolu] Haddock coverage:
1653.65 s
[fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
1653.65 s
[fourmolu] * in ‘GHC.Types.SrcLoc’
1653.65 s
[fourmolu] * in ‘GHC.Types.SrcLoc’
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
1653.65 s
[fourmolu] Warning: 'SpanStream' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:22
1653.65 s
[fourmolu] * at src/Ormolu/Printer/SpanStream.hs:22:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Printer/SpanStream.hs:22:1
1653.65 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer.SpanStream'
1653.65 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Processing.Cpp'
1653.65 s
[fourmolu] Warning: 'groupBy' is out of scope.
1653.65 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.65 s
[fourmolu] Warning: 'StringBuffer' is ambiguous. It is defined
1653.65 s
[fourmolu] * in ‘GHC.Data.StringBuffer’
1653.65 s
[fourmolu] * in ‘GHC.Data.StringBuffer’
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
1653.65 s
[fourmolu] 100% ( 14 / 14) in 'Ormolu.Utils'
1653.65 s
[fourmolu] 87% ( 14 / 16) in 'Ormolu.Terminal'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] Term (src/Ormolu/Terminal.hs:42)
1653.65 s
[fourmolu] runTermPure (src/Ormolu/Terminal.hs:88)
1653.65 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Terminal.QualifiedDo'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] Module header
1653.65 s
[fourmolu] >> (src/Ormolu/Terminal/QualifiedDo.hs:7)
1653.65 s
[fourmolu] Warning: 'TextDiff' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Diff/Text.hs:35:17
1653.65 s
[fourmolu] * at src/Ormolu/Diff/Text.hs:35:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:35:1
1653.65 s
[fourmolu] Warning: 'Hunk' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Diff/Text.hs:54:13
1653.65 s
[fourmolu] * at src/Ormolu/Diff/Text.hs:54:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Diff/Text.hs:54:1
1653.65 s
[fourmolu] 100% ( 5 / 5) in 'Ormolu.Diff.Text'
1653.65 s
[fourmolu] 100% ( 4 / 4) in 'Ormolu.Exception'
1653.65 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Pragma'
1653.65 s
[fourmolu] Warning: 'Comment' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
1653.65 s
[fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
1653.65 s
[fourmolu] 90% ( 9 / 10) in 'Ormolu.Parser.CommentStream'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] LComment (src/Ormolu/Parser/CommentStream.hs:110)
1653.65 s
[fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
1653.65 s
[fourmolu] Warning: 'FixityApproximation' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:28
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:125:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:125:1
1653.65 s
[fourmolu] Warning: 'OpName' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:71:1
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:60:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:60:1
1653.65 s
[fourmolu] 90% ( 19 / 21) in 'Ormolu.Fixity.Internal'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] Module header
1653.65 s
[fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
1653.65 s
[fourmolu] Warning: 'FixityImport' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:21
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Imports.hs:28:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Imports.hs:28:1
1653.65 s
[fourmolu] 100% ( 4 / 4) in 'Ormolu.Fixity.Imports'
1653.65 s
[fourmolu] Warning: 'HackageInfo' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:179:5
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:178:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:178:1
1653.65 s
[fourmolu] 95% ( 23 / 24) in 'Ormolu.Fixity'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] OpName (src/Ormolu/Fixity/Internal.hs:71)
1653.65 s
[fourmolu] Warning: 'OpInfo' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Printer/Operators.hs:48:18
1653.65 s
[fourmolu] * at src/Ormolu/Printer/Operators.hs:48:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Operators.hs:48:1
1653.65 s
[fourmolu] Warning: 'FixityInfo' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:19
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:97:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:97:1
1653.65 s
[fourmolu] Warning: 'equal' is out of scope.
1653.65 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.65 s
[fourmolu] Warning: 'lessThan' is out of scope.
1653.65 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.65 s
[fourmolu] Warning: 'greaterThan' is out of scope.
1653.65 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.65 s
[fourmolu] 85% ( 6 / 7) in 'Ormolu.Printer.Operators'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] BinaryOpBranches (src/Ormolu/Printer/Operators.hs:44)
1653.65 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Fixity.Printer'
1653.65 s
[fourmolu] Warning: 'FixityOverrides' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:27
1653.65 s
[fourmolu] * at src/Ormolu/Fixity/Internal.hs:184:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:184:1
1653.65 s
[fourmolu] 50% ( 8 / 16) in 'Ormolu.Fixity.Parser'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] pModuleName (src/Ormolu/Fixity/Parser.hs:156)
1653.65 s
[fourmolu] pPackageName (src/Ormolu/Fixity/Parser.hs:171)
1653.65 s
[fourmolu] isIdentifierFirstChar (src/Ormolu/Fixity/Parser.hs:177)
1653.65 s
[fourmolu] isIdentifierConstituent (src/Ormolu/Fixity/Parser.hs:180)
1653.65 s
[fourmolu] isOperatorConstituent (src/Ormolu/Fixity/Parser.hs:183)
1653.65 s
[fourmolu] isPackageNameConstituent (src/Ormolu/Fixity/Parser.hs:188)
1653.65 s
[fourmolu] isModuleSegmentFirstChar (src/Ormolu/Fixity/Parser.hs:191)
1653.65 s
[fourmolu] isModuleSegmentConstituent (src/Ormolu/Fixity/Parser.hs:194)
1653.65 s
[fourmolu] 0% ( 0 / 4) in 'Ormolu.Utils.Glob'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] Module header
1653.65 s
[fourmolu] Glob (src/Ormolu/Utils/Glob.hs:11)
1653.65 s
[fourmolu] mkGlob (src/Ormolu/Utils/Glob.hs:21)
1653.65 s
[fourmolu] matchesGlob (src/Ormolu/Utils/Glob.hs:36)
1653.65 s
[fourmolu] 40% ( 2 / 5) in 'Ormolu.Utils.IO'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] Module header
1653.65 s
[fourmolu] Cache (src/Ormolu/Utils/IO.hs:53)
1653.65 s
[fourmolu] newCache (src/Ormolu/Utils/IO.hs:56)
1653.65 s
[fourmolu] Warning: 'CabalInfo' is out of scope.
1653.65 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.65 s
[fourmolu] 75% ( 3 / 4) in 'Ormolu.Utils.Fixity'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] Module header
1653.65 s
[fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Config/Gen.hs:48:3
1653.65 s
[fourmolu] * at src/Ormolu/Config/Gen.hs:47:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:47:1
1653.65 s
[fourmolu] Warning: 'Config' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:109:22
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:109:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:109:1
1653.65 s
[fourmolu] Warning: 'RegionIndices' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:136:22
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:136:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:136:1
1653.65 s
[fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:146:21
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:146:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:146:1
1653.65 s
[fourmolu] Warning: 'DynOption' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:206:21
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:206:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:206:1
1653.65 s
[fourmolu] 40% ( 20 / 49) in 'Ormolu.Config'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:127)
1653.65 s
[fourmolu] defaultPrinterOptsYaml (src/Ormolu/Config/Gen.hs:766)
1653.65 s
[fourmolu] CommaStyle (src/Ormolu/Config/Gen.hs:346)
1653.65 s
[fourmolu] FunctionArrowsStyle (src/Ormolu/Config/Gen.hs:351)
1653.65 s
[fourmolu] HaddockPrintStyle (src/Ormolu/Config/Gen.hs:357)
1653.65 s
[fourmolu] HaddockPrintStyleModule (src/Ormolu/Config/Gen.hs:363)
1653.65 s
[fourmolu] HaddockLocSignature (src/Ormolu/Config/Gen.hs:368)
1653.65 s
[fourmolu] ImportExportStyle (src/Ormolu/Config/Gen.hs:374)
1653.65 s
[fourmolu] ImportGrouping (src/Ormolu/Config/Gen.hs:421)
1653.65 s
[fourmolu] ImportGroup (src/Ormolu/Config/Types.hs:24)
1653.65 s
[fourmolu] ImportGroupRule (src/Ormolu/Config/Types.hs:36)
1653.65 s
[fourmolu] ImportModuleMatcher (src/Ormolu/Config/Types.hs:84)
1653.65 s
[fourmolu] ImportRulePriority (src/Ormolu/Config/Types.hs:63)
1653.65 s
[fourmolu] matchAllRulePriority (src/Ormolu/Config/Types.hs:70)
1653.65 s
[fourmolu] matchLocalRulePriority (src/Ormolu/Config/Types.hs:73)
1653.65 s
[fourmolu] defaultImportRulePriority (src/Ormolu/Config/Types.hs:76)
1653.65 s
[fourmolu] QualifiedImportMatcher (src/Ormolu/Config/Types.hs:78)
1653.65 s
[fourmolu] LetStyle (src/Ormolu/Config/Gen.hs:380)
1653.65 s
[fourmolu] InStyle (src/Ormolu/Config/Gen.hs:387)
1653.65 s
[fourmolu] IfStyle (src/Ormolu/Config/Gen.hs:393)
1653.65 s
[fourmolu] Unicode (src/Ormolu/Config/Gen.hs:398)
1653.65 s
[fourmolu] ColumnLimit (src/Ormolu/Config/Gen.hs:410)
1653.65 s
[fourmolu] SingleDerivingParens (src/Ormolu/Config/Gen.hs:415)
1653.65 s
[fourmolu] parsePrinterOptsCLI (src/Ormolu/Config/Gen.hs:193)
1653.65 s
[fourmolu] parsePrinterOptType
1653.65 s
[fourmolu] renderPrinterOpt
1653.65 s
[fourmolu] ConfigNotFound (src/Ormolu/Config.hs:304)
1653.65 s
[fourmolu] FourmoluConfig (src/Ormolu/Config.hs:258)
1653.65 s
[fourmolu] emptyConfig (src/Ormolu/Config.hs:281)
1653.65 s
[fourmolu] Warning: 'RegionDeltas' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:146:21
1653.65 s
[fourmolu] * at src/Ormolu/Config.hs:146:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:146:1
1653.65 s
[fourmolu] Warning: 'RegionDelta' is out of scope.
1653.65 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.65 s
[fourmolu] 100% ( 5 / 5) in 'Ormolu.Processing.Common'
1653.65 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Processing.Preprocess'
1653.65 s
[fourmolu] Warning: 'R' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Printer/Internal.hs:101:15
1653.65 s
[fourmolu] * at src/Ormolu/Printer/Internal.hs:101:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Printer/Internal.hs:101:1
1653.65 s
[fourmolu] Warning: 'n' is out of scope.
1653.65 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.65 s
[fourmolu] Warning: 'PrinterOpts' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Config/Gen.hs:48:3
1653.65 s
[fourmolu] * at src/Ormolu/Config/Gen.hs:47:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config/Gen.hs:47:1
1653.65 s
[fourmolu] Warning: 'Comment' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
1653.65 s
[fourmolu] Warning: 'CommentStream' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:25
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:47:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:47:1
1653.65 s
[fourmolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
1653.65 s
[fourmolu] * in ‘GHC.Types.SrcLoc’
1653.65 s
[fourmolu] * in ‘GHC.Types.SrcLoc’
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
1653.65 s
[fourmolu] 94% ( 47 / 50) in 'Ormolu.Printer.Internal'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
1653.65 s
[fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
1653.65 s
[fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
1653.65 s
[fourmolu] Warning: 'Comment' is ambiguous. It is defined
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:16
1653.65 s
[fourmolu] * at src/Ormolu/Parser/CommentStream.hs:116:1
1653.65 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.65 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.65 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/CommentStream.hs:116:1
1653.65 s
[fourmolu] 100% ( 6 / 6) in 'Ormolu.Printer.Comments'
1653.65 s
[fourmolu] 96% ( 80 / 83) in 'Ormolu.Printer.Combinators'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:712)
1653.65 s
[fourmolu] declNewline (src/Ormolu/Printer/Internal.hs:361)
1653.65 s
[fourmolu] getLocalModules (src/Ormolu/Printer/Internal.hs:562)
1653.65 s
[fourmolu] Warning: 'LanguagePragma' is out of scope.
1653.65 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.65 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Pragma'
1653.65 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.StringLiteral'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] Module header
1653.65 s
[fourmolu] 58% ( 7 / 12) in 'Ormolu.Printer.Meat.Common'
1653.65 s
[fourmolu] Missing documentation for:
1653.65 s
[fourmolu] p_ieWrappedName (src/Ormolu/Printer/Meat/Common.hs:62)
1653.65 s
[fourmolu] p_qualName (src/Ormolu/Printer/Meat/Common.hs:121)
1653.65 s
[fourmolu] p_sourceText (src/Ormolu/Printer/Meat/Common.hs:235)
1653.65 s
[fourmolu] p_namespaceSpec (src/Ormolu/Printer/Meat/Common.hs:240)
1653.65 s
[fourmolu] p_arrow (src/Ormolu/Printer/Meat/Common.hs:246)
1653.66 s
[fourmolu] 27% ( 5 / 18) in 'Ormolu.Printer.Meat.Type'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_hsType (src/Ormolu/Printer/Meat/Type.hs:57)
1653.66 s
[fourmolu] p_hsTypeAnnotation (src/Ormolu/Printer/Meat/Type.hs:203)
1653.66 s
[fourmolu] p_hsContext (src/Ormolu/Printer/Meat/Type.hs:216)
1653.66 s
[fourmolu] p_hsContext' (src/Ormolu/Printer/Meat/Type.hs:223)
1653.66 s
[fourmolu] p_hsTyVarBndr (src/Ormolu/Printer/Meat/Type.hs:251)
1653.66 s
[fourmolu] ForAllVisibility (src/Ormolu/Printer/Meat/Type.hs:266)
1653.66 s
[fourmolu] p_conDeclFields (src/Ormolu/Printer/Meat/Type.hs:296)
1653.66 s
[fourmolu] p_lhsTypeArg (src/Ormolu/Printer/Meat/Type.hs:314)
1653.66 s
[fourmolu] p_hsSigType (src/Ormolu/Printer/Meat/Type.hs:323)
1653.66 s
[fourmolu] FunRepr (src/Ormolu/Printer/Meat/Type.hs:351)
1653.66 s
[fourmolu] hsOuterTyVarBndrsToHsType (src/Ormolu/Printer/Meat/Type.hs:590)
1653.66 s
[fourmolu] hsSigTypeToType (src/Ormolu/Printer/Meat/Type.hs:583)
1653.66 s
[fourmolu] lhsTypeToSigType (src/Ormolu/Printer/Meat/Type.hs:596)
1653.66 s
[fourmolu] 0% ( 0 / 3) in 'Ormolu.Printer.Meat.Declaration.Warning'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] Module header
1653.66 s
[fourmolu] p_warnDecls (src/Ormolu/Printer/Meat/Declaration/Warning.hs:23)
1653.66 s
[fourmolu] p_warningTxt (src/Ormolu/Printer/Meat/Declaration/Warning.hs:37)
1653.66 s
[fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.ImportExport'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_hsmodExports (src/Ormolu/Printer/Meat/ImportExport.hs:30)
1653.66 s
[fourmolu] p_hsmodImport (src/Ormolu/Printer/Meat/ImportExport.hs:44)
1653.66 s
[fourmolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.Declaration.TypeFamily'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_famDecl (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:22)
1653.66 s
[fourmolu] p_tyFamInstEqn (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:83)
1653.66 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Type'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_synDecl (src/Ormolu/Printer/Meat/Declaration/Type.hs:30)
1653.66 s
[fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Signature'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_sigDecl (src/Ormolu/Printer/Meat/Declaration/Signature.hs:27)
1653.66 s
[fourmolu] p_typeAscription (src/Ormolu/Printer/Meat/Declaration/Signature.hs:60)
1653.66 s
[fourmolu] p_activation (src/Ormolu/Printer/Meat/Declaration/Signature.hs:148)
1653.66 s
[fourmolu] p_standaloneKindSig (src/Ormolu/Printer/Meat/Declaration/Signature.hs:218)
1653.66 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.RoleAnnotation'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_roleAnnot (src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs:18)
1653.66 s
[fourmolu] Warning: 'ForeignImport' is ambiguous. It is defined
1653.66 s
[fourmolu] * in ‘Language.Haskell.Syntax.Decls’
1653.66 s
[fourmolu] * in ‘Language.Haskell.Syntax.Decls’
1653.66 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.66 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.66 s
[fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Decls’
1653.66 s
[fourmolu] Warning: 'SourceText' is out of scope.
1653.66 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.66 s
[fourmolu] Warning: 'Outputable' is out of scope.
1653.66 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.66 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Foreign'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] Module header
1653.66 s
[fourmolu] p_foreignDecl (src/Ormolu/Printer/Meat/Declaration/Foreign.hs:18)
1653.66 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Default'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] Module header
1653.66 s
[fourmolu] p_defaultDecl (src/Ormolu/Printer/Meat/Declaration/Default.hs:15)
1653.66 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Data'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_dataDecl (src/Ormolu/Printer/Meat/Declaration/Data.hs:52)
1653.66 s
[fourmolu] Warning: 'Match' is ambiguous. It is defined
1653.66 s
[fourmolu] * in ‘Language.Haskell.Syntax.Expr’
1653.66 s
[fourmolu] * in ‘Language.Haskell.Syntax.Expr’
1653.66 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.66 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.66 s
[fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Expr’
1653.66 s
[fourmolu] 40% ( 4 / 10) in 'Ormolu.Printer.Meat.Declaration.Value'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] Module header
1653.66 s
[fourmolu] p_valDecl (src/Ormolu/Printer/Meat/Declaration/Value.hs:70)
1653.66 s
[fourmolu] p_pat (src/Ormolu/Printer/Meat/Declaration/Value.hs:1246)
1653.66 s
[fourmolu] p_hsExpr (src/Ormolu/Printer/Meat/Declaration/Value.hs:591)
1653.66 s
[fourmolu] p_hsUntypedSplice (src/Ormolu/Printer/Meat/Declaration/Value.hs:1360)
1653.66 s
[fourmolu] p_hsExpr' (src/Ormolu/Printer/Meat/Declaration/Value.hs:608)
1653.66 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Splice'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] Module header
1653.66 s
[fourmolu] p_spliceDecl (src/Ormolu/Printer/Meat/Declaration/Splice.hs:11)
1653.66 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Rule'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] Module header
1653.66 s
[fourmolu] p_ruleDecls (src/Ormolu/Printer/Meat/Declaration/Rule.hs:21)
1653.66 s
[fourmolu] 100% ( 9 / 9) in 'Ormolu.Printer.Meat.Declaration.OpTree'
1653.66 s
[fourmolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Annotation'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] Module header
1653.66 s
[fourmolu] p_annDecl (src/Ormolu/Printer/Meat/Declaration/Annotation.hs:15)
1653.66 s
[fourmolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Instance'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_clsInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:64)
1653.66 s
[fourmolu] p_tyFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:97)
1653.66 s
[fourmolu] p_dataFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:105)
1653.66 s
[fourmolu] p_standaloneDerivDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:31)
1653.66 s
[fourmolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Class'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_classDecl (src/Ormolu/Printer/Meat/Declaration/Class.hs:39)
1653.66 s
[fourmolu] 66% ( 2 / 3) in 'Ormolu.Printer.Meat.Declaration'
1653.66 s
[fourmolu] Missing documentation for:
1653.66 s
[fourmolu] p_hsDecls (src/Ormolu/Printer/Meat/Declaration.hs:50)
1653.66 s
[fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
1653.66 s
[fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
1653.66 s
[fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
1653.66 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.66 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.66 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
1653.66 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser.Result'
1653.66 s
[fourmolu] Warning: 'HsModule' is ambiguous. It is defined
1653.66 s
[fourmolu] * in ‘Language.Haskell.Syntax’
1653.66 s
[fourmolu] * in ‘Language.Haskell.Syntax’
1653.66 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.66 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.66 s
[fourmolu] Defaulting to the one defined in ‘Language.Haskell.Syntax’
1653.66 s
[fourmolu] Warning: 'DynFlags' is ambiguous. It is defined
1653.66 s
[fourmolu] * in ‘GHC.Driver.DynFlags’
1653.66 s
[fourmolu] * in ‘GHC.Driver.DynFlags’
1653.66 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.66 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.67 s
[fourmolu] Defaulting to the one defined in ‘GHC.Driver.DynFlags’
1653.67 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Parser'
1653.67 s
[fourmolu] 0% ( 0 / 4) in 'Ormolu.Imports.Grouping'
1653.67 s
[fourmolu] Missing documentation for:
1653.67 s
[fourmolu] Module header
1653.67 s
[fourmolu] Import (src/Ormolu/Imports/Grouping.hs:29)
1653.67 s
[fourmolu] prepareExistingGroups (src/Ormolu/Imports/Grouping.hs:137)
1653.67 s
[fourmolu] groupImports (src/Ormolu/Imports/Grouping.hs:147)
1653.67 s
[fourmolu] Warning: 'GhcPs' is ambiguous. It is defined
1653.67 s
[fourmolu] * in ‘GHC.Hs.Extension’
1653.67 s
[fourmolu] * in ‘GHC.Hs.Extension’
1653.67 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.67 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.67 s
[fourmolu] Defaulting to the one defined in ‘GHC.Hs.Extension’
1653.67 s
[fourmolu] Warning: 'ImportId' is ambiguous. It is defined
1653.67 s
[fourmolu] * at src/Ormolu/Imports.hs:85:17
1653.67 s
[fourmolu] * at src/Ormolu/Imports.hs:85:1
1653.67 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.67 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.67 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Imports.hs:85:1
1653.67 s
[fourmolu] Warning: 'IEWrapppedName' is out of scope.
1653.67 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.67 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Imports'
1653.67 s
[fourmolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Module'
1653.67 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Printer'
1653.67 s
[fourmolu] Warning: 'ParseResult' is ambiguous. It is defined
1653.67 s
[fourmolu] * at src/Ormolu/Parser/Result.hs:23:20
1653.67 s
[fourmolu] * at src/Ormolu/Parser/Result.hs:23:1
1653.67 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.67 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.67 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Parser/Result.hs:23:1
1653.67 s
[fourmolu] Warning: 'Diff' is out of scope.
1653.67 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.67 s
[fourmolu] 100% ( 3 / 3) in 'Ormolu.Diff.ParseResult'
1653.67 s
[fourmolu] Warning: 'DynOption' is ambiguous. It is defined
1653.67 s
[fourmolu] * at src/Ormolu/Config.hs:206:21
1653.67 s
[fourmolu] * at src/Ormolu/Config.hs:206:1
1653.67 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.67 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.67 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:206:1
1653.67 s
[fourmolu] Warning: 'CabalInfo' is ambiguous. It is defined
1653.67 s
[fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:18
1653.67 s
[fourmolu] * at src/Ormolu/Utils/Cabal.hs:51:1
1653.67 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.67 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.67 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:51:1
1653.67 s
[fourmolu] Warning: 'CachedCabalFile' is ambiguous. It is defined
1653.67 s
[fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:24
1653.67 s
[fourmolu] * at src/Ormolu/Utils/Cabal.hs:96:1
1653.67 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.67 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.67 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Utils/Cabal.hs:96:1
1653.67 s
[fourmolu] 85% ( 6 / 7) in 'Ormolu.Utils.Cabal'
1653.67 s
[fourmolu] Missing documentation for:
1653.67 s
[fourmolu] Module header
1653.67 s
[fourmolu] Warning: 'Config' is ambiguous. It is defined
1653.67 s
[fourmolu] * at src/Ormolu/Config.hs:109:22
1653.67 s
[fourmolu] * at src/Ormolu/Config.hs:109:1
1653.67 s
[fourmolu] You may be able to disambiguate the identifier by qualifying it or
1653.67 s
[fourmolu] by specifying the type/value namespace explicitly.
1653.67 s
[fourmolu] Defaulting to the one defined at src/Ormolu/Config.hs:109:1
1653.67 s
[fourmolu] Warning: 'CabalInfo' is out of scope.
1653.67 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.67 s
[fourmolu] Warning: 'FixityMap' is out of scope.
1653.67 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.67 s
[fourmolu] Warning: 'getFixityOverridesForSourceFile' is out of scope.
1653.67 s
[fourmolu] If you qualify the identifier, haddock can try to link it anyway.
1653.67 s
[fourmolu] 94% ( 32 / 34) in 'Ormolu'
1653.67 s
[fourmolu] Missing documentation for:
1653.67 s
[fourmolu] defaultPrinterOpts (src/Ormolu/Config/Gen.hs:127)
1653.67 s
[fourmolu] ConfigNotFound (src/Ormolu/Config.hs:304)
1653.67 s
[fourmolu] 0% ( 0 / 9) in 'Paths_fourmolu'
1653.67 s
[fourmolu] Missing documentation for:
1653.67 s
[fourmolu] Module header
1653.67 s
[fourmolu] version (dist/build/autogen/Paths_fourmolu.hs:36)
1653.67 s
[fourmolu] getBinDir (dist/build/autogen/Paths_fourmolu.hs:56)
1653.67 s
[fourmolu] getLibDir (dist/build/autogen/Paths_fourmolu.hs:57)
1653.67 s
[fourmolu] getDynLibDir (dist/build/autogen/Paths_fourmolu.hs:58)
1653.68 s
[fourmolu] getDataDir (dist/build/autogen/Paths_fourmolu.hs:59)
1653.68 s
[fourmolu] getLibexecDir (dist/build/autogen/Paths_fourmolu.hs:60)
1653.68 s
[fourmolu] getDataFileName (dist/build/autogen/Paths_fourmolu.hs:39)
1653.68 s
[fourmolu] getSysconfDir (dist/build/autogen/Paths_fourmolu.hs:61)
1653.95 s
[lsp] Phase: setupCompilerEnvironmentPhase
1653.95 s
[lsp] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1654.28 s
[fourmolu] Warning: Ormolu.Terminal: could not find link destinations for:
1654.28 s
[fourmolu] - Ormolu.Terminal.TermOutput
1654.28 s
[fourmolu] Warning: Ormolu.Fixity.Internal: could not find link destinations for:
1654.28 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
1654.28 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
1654.28 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
1654.28 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
1654.29 s
[fourmolu] Warning: Ormolu.Fixity: could not find link destinations for:
1654.29 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_HackageInfo
1654.29 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityApproximation
1654.29 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityInfo
1654.29 s
[fourmolu] - Ormolu.Fixity.Internal.Rep_FixityDirection
1654.29 s
[fourmolu] Warning: Ormolu.Fixity.Parser: could not find link destinations for:
1654.29 s
[fourmolu] - Ormolu.Fixity.Parser.Parser
1654.29 s
[lsp] Phase: unpackPhase
1654.29 s
[fourmolu] Warning: Ormolu.Config: could not find link destinations for:
1654.29 s
[fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
1654.29 s
[fourmolu] - Ormolu.Config.Gen.RenderPrinterOpt
1654.29 s
[fourmolu] - Ormolu.Config.Gen.PrinterOptsFieldType
1654.29 s
[fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
1654.29 s
[fourmolu] - Ormolu.Config.Rep_Config
1654.29 s
[lsp] unpacking source archive /nix/store/12k1a9yd29ayydcbms6q8jmm5hkylh2c-lsp-2.7.0.1.tar.gz
1654.30 s
[fourmolu] Warning: Ormolu.Printer.Meat.Type: could not find link destinations for:
1654.30 s
[fourmolu] - Ormolu.Printer.Meat.Type.IsTyVarBndrFlag
1654.30 s
[lsp] source root is lsp-2.7.0.1
1654.30 s
[fourmolu] Warning: Ormolu.Printer: could not find link destinations for:
1654.30 s
[fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
1654.30 s
[fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
1654.30 s
[fourmolu] Warning: Ormolu.Utils.Cabal: could not find link destinations for:
1654.30 s
[fourmolu] - Distribution.Utils.Structured.Tagged
1654.30 s
[fourmolu] - Distribution.Utils.Structured.structureHash'
1654.30 s
[fourmolu] - Language.Haskell.Extension.Rep_Extension
1654.30 s
[lsp] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-2.7.0.1/test/VspSpec.hs"
1654.31 s
[fourmolu] Warning: Ormolu: could not find link destinations for:
1654.31 s
[fourmolu] - Ormolu.Config.Gen.SingleConstraintParens
1654.31 s
[fourmolu] - Ormolu.Config.Gen.Rep_PrinterOpts
1654.31 s
[fourmolu] - Ormolu.Config.Rep_Config
1654.31 s
[lsp] Phase: patchPhase
1654.31 s
[lsp] Replace Cabal file with edited version from mirror://hackage/lsp-2.7.0.1/revision/1.cabal.
1654.32 s
[lsp] Phase: compileBuildDriverPhase
1654.32 s
[lsp] setupCompileFlags: -package-db=/build/tmp.Gzqe8sh7nI/setup-package.conf.d -threaded
1654.37 s
[lsp] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.Gzqe8sh7nI/Main.o )
1654.41 s
[lsp] [2 of 2] Linking Setup
1655.52 s
[lsp] Phase: updateAutotoolsGnuConfigScriptsPhase
1655.53 s
[lsp] Phase: configurePhase
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
1655.54 s
[lsp] Using Parsec parser
1655.54 s
[lsp] Configuring lsp-2.7.0.1...
1655.91 s
[lsp] Flags chosen: demo=False
1656.14 s
[lsp] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
1656.14 s
[lsp] Dependency async >=2.2 && <2.3: using async-2.2.5
1656.14 s
[lsp] Dependency attoparsec >=0.14 && <0.15: using attoparsec-0.14.4
1656.14 s
[lsp] Dependency base >=4.11 && <5: using base-4.20.1.0
1656.14 s
[lsp] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
1656.14 s
[lsp] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
1656.14 s
[lsp] Dependency containers >=0.6 && <0.8: using containers-0.7
1656.14 s
[lsp] Dependency data-default >=0.7 && <0.9: using data-default-0.8.0.1
1656.14 s
[lsp] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
1656.14 s
[lsp] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
1656.14 s
[lsp] Dependency extra >=1.7 && <1.9: using extra-1.8.1
1656.14 s
[lsp] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
1656.14 s
[lsp] Dependency hashable >=1.4 && <1.6: using hashable-1.5.0.0
1656.14 s
[lsp] Dependency lens >=5.1 && <5.4: using lens-5.3.5
1656.14 s
[lsp] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
1656.14 s
[lsp] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1656.14 s
[lsp] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
1656.14 s
[lsp] Dependency prettyprinter >=1.7 && <1.8: using prettyprinter-1.7.1
1656.14 s
[lsp] Dependency sorted-list >=0.2.1 && <0.4: using sorted-list-0.2.3.1
1656.14 s
[lsp] Dependency stm >=2.5 && <2.6: using stm-2.5.3.1
1656.14 s
[lsp] Dependency text >=1 && <2.2: using text-2.1.2
1656.14 s
[lsp] Dependency text-rope >=0.2 && <0.4: using text-rope-0.3
1656.14 s
[lsp] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.1
1656.14 s
[lsp] Dependency unliftio >=0.2 && <0.3: using unliftio-0.2.25.1
1656.14 s
[lsp] Dependency unliftio-core >=0.2 && <0.3: using unliftio-core-0.2.1.0
1656.14 s
[lsp] Dependency unordered-containers >=0.2 && <0.3: using
1656.14 s
[lsp] unordered-containers-0.2.20.1
1656.14 s
[lsp] Dependency base: using base-4.20.1.0
1656.14 s
[lsp] Dependency containers: using containers-0.7
1656.14 s
[lsp] Dependency hspec: using hspec-2.11.14
1656.14 s
[lsp] Dependency lsp: using lsp-2.7.0.1
1656.14 s
[lsp] Dependency sorted-list: using sorted-list-0.2.3.1
1656.14 s
[lsp] Dependency text: using text-2.1.2
1656.14 s
[lsp] Dependency text-rope: using text-rope-0.3
1656.14 s
[lsp] Dependency unordered-containers: using unordered-containers-0.2.20.1
1656.14 s
[lsp] Source component graph:
1656.14 s
[lsp] component lib
1656.14 s
[lsp] component test:lsp-test dependency lib
1656.14 s
[lsp] Configured component graph:
1656.14 s
[lsp] component lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1656.14 s
[lsp] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1656.14 s
[lsp] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1656.14 s
[lsp] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1656.14 s
[lsp] include base-4.20.1.0-f445
1656.14 s
[lsp] include bytestring-0.12.2.0-214a
1656.14 s
[lsp] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1656.14 s
[lsp] include containers-0.7-6571
1656.14 s
[lsp] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1656.14 s
[lsp] include directory-1.3.8.5-159c
1656.14 s
[lsp] include exceptions-0.10.9-9158
1656.14 s
[lsp] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1656.14 s
[lsp] include filepath-1.5.4.0-8593
1656.14 s
[lsp] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1656.14 s
[lsp] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1656.14 s
[lsp] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1656.14 s
[lsp] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1656.14 s
[lsp] include mtl-2.3.1-07d6
1656.14 s
[lsp] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1656.14 s
[lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
1656.14 s
[lsp] include stm-2.5.3.1-662c
1656.14 s
[lsp] include text-2.1.2-7514
1656.14 s
[lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1656.14 s
[lsp] include transformers-0.6.1.1-05a6
1656.14 s
[lsp] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1656.14 s
[lsp] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1656.14 s
[lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1656.14 s
[lsp] component lsp-2.7.0.1-EDtZ6EfSkG254RSOMAuGd9-lsp-test
1656.14 s
[lsp] include base-4.20.1.0-f445
1656.14 s
[lsp] include containers-0.7-6571
1656.14 s
[lsp] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1656.14 s
[lsp] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1656.14 s
[lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
1656.14 s
[lsp] include text-2.1.2-7514
1656.14 s
[lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1656.14 s
[lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1656.14 s
[lsp] Linked component graph:
1656.14 s
[lsp] unit lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1656.14 s
[lsp] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1656.14 s
[lsp] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1656.14 s
[lsp] include attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1656.14 s
[lsp] include base-4.20.1.0-f445
1656.14 s
[lsp] include bytestring-0.12.2.0-214a
1656.14 s
[lsp] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1656.14 s
[lsp] include containers-0.7-6571
1656.14 s
[lsp] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1656.14 s
[lsp] include directory-1.3.8.5-159c
1656.14 s
[lsp] include exceptions-0.10.9-9158
1656.14 s
[lsp] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1656.14 s
[lsp] include filepath-1.5.4.0-8593
1656.14 s
[lsp] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1656.14 s
[lsp] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1656.15 s
[lsp] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1656.15 s
[lsp] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1656.15 s
[lsp] include mtl-2.3.1-07d6
1656.15 s
[lsp] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1656.15 s
[lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
1656.15 s
[lsp] include stm-2.5.3.1-662c
1656.15 s
[lsp] include text-2.1.2-7514
1656.15 s
[lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1656.15 s
[lsp] include transformers-0.6.1.1-05a6
1656.15 s
[lsp] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1656.15 s
[lsp] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1656.15 s
[lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
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
1656.15 s
[lsp] unit lsp-2.7.0.1-EDtZ6EfSkG254RSOMAuGd9-lsp-test
1656.15 s
[lsp] include base-4.20.1.0-f445
1656.15 s
[lsp] include containers-0.7-6571
1656.15 s
[lsp] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1656.15 s
[lsp] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1656.15 s
[lsp] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
1656.15 s
[lsp] include text-2.1.2-7514
1656.15 s
[lsp] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1656.15 s
[lsp] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1656.15 s
[lsp] Ready component graph:
1656.15 s
[lsp] definite lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1656.15 s
[lsp] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1656.15 s
[lsp] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1656.15 s
[lsp] depends attoparsec-0.14.4-7U62VGn6R0ABn0ZtqxaQfH
1656.15 s
[lsp] depends base-4.20.1.0-f445
1656.15 s
[lsp] depends bytestring-0.12.2.0-214a
1656.15 s
[lsp] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1656.15 s
[lsp] depends containers-0.7-6571
1656.15 s
[lsp] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1656.15 s
[lsp] depends directory-1.3.8.5-159c
1656.15 s
[lsp] depends exceptions-0.10.9-9158
1656.15 s
[lsp] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1656.15 s
[lsp] depends filepath-1.5.4.0-8593
1656.15 s
[lsp] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1656.15 s
[lsp] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1656.15 s
[lsp] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1656.15 s
[lsp] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1656.15 s
[lsp] depends mtl-2.3.1-07d6
1656.15 s
[lsp] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1656.15 s
[lsp] depends sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
1656.15 s
[lsp] depends stm-2.5.3.1-662c
1656.15 s
[lsp] depends text-2.1.2-7514
1656.15 s
[lsp] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1656.15 s
[lsp] depends transformers-0.6.1.1-05a6
1656.15 s
[lsp] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1656.15 s
[lsp] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1656.15 s
[lsp] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1656.15 s
[lsp] definite lsp-2.7.0.1-EDtZ6EfSkG254RSOMAuGd9-lsp-test
1656.15 s
[lsp] depends base-4.20.1.0-f445
1656.15 s
[lsp] depends containers-0.7-6571
1656.15 s
[lsp] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1656.15 s
[lsp] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1656.15 s
[lsp] depends sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
1656.15 s
[lsp] depends text-2.1.2-7514
1656.15 s
[lsp] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1656.15 s
[lsp] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1656.15 s
[lsp] Using Cabal-3.12.1.0 compiled by ghc-9.10
1656.15 s
[lsp] Using compiler: ghc-9.10.2
1656.15 s
[lsp] Using install prefix: /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
1656.18 s
[lsp] Executables installed in:
1656.18 s
[lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/bin
1656.18 s
[lsp] Libraries installed in:
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
1656.18 s
[lsp] Dynamic Libraries installed in:
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
1656.18 s
[lsp] Private executables installed in:
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
1656.18 s
[lsp] Data files installed in:
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
1656.18 s
[lsp] Documentation installed in:
1656.18 s
[lsp] /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1
1656.18 s
[lsp] Configuration files installed in:
1656.18 s
[lsp] /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/etc
1656.18 s
[lsp] No alex found
1656.18 s
[lsp] Using ar found on system at:
1656.18 s
[lsp] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1656.18 s
[lsp] No c2hs found
1656.18 s
[lsp] No cpphs found
1656.18 s
[lsp] No doctest found
1656.18 s
[lsp] Using gcc version 14.3.0 given by user at:
1656.18 s
[lsp] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1656.18 s
[lsp] Using ghc version 9.10.2 found on system at:
1656.18 s
[lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1656.18 s
[lsp] Using ghc-pkg version 9.10.2 found on system at:
1656.18 s
[lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1656.18 s
[lsp] No ghcjs found
1656.18 s
[lsp] No ghcjs-pkg found
1656.18 s
[lsp] No greencard found
1656.18 s
[lsp] Using haddock version 2.31.0 found on system at:
1656.18 s
[lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1656.18 s
[lsp] No happy found
1656.18 s
[lsp] Using haskell-suite found on system at: haskell-suite-dummy-location
1656.18 s
[lsp] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1656.18 s
[lsp] No hmake found
1656.18 s
[lsp] Using hpc version 0.69 found on system at:
1656.18 s
[lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1656.18 s
[lsp] Using hsc2hs version 0.68.10 found on system at:
1656.18 s
[lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1656.18 s
[lsp] Using hscolour version 1.25 found on system at:
1656.18 s
[lsp] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1656.18 s
[lsp] No jhc found
1656.18 s
[lsp] Using ld found on system at:
1656.18 s
[lsp] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1656.18 s
[lsp] No pkg-config found
1656.18 s
[lsp] Using runghc version 9.10.2 found on system at:
1656.18 s
[lsp] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1656.18 s
[lsp] Using strip version 2.44 found on system at:
1656.18 s
[lsp] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1656.18 s
[lsp] Using tar found on system at:
1656.18 s
[lsp] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1656.18 s
[lsp] No uhc found
1656.53 s
[lsp] Phase: buildPhase
1656.60 s
[lsp] Preprocessing library for lsp-2.7.0.1...
1656.60 s
[lsp] Building library for lsp-2.7.0.1...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1662.14 s
[lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.p_o )
1662.88 s
[lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, dist/build/Language/LSP/VFS.p_o )
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 )
1663.60 s
[fourmolu] Documentation created: dist/doc/html/fourmolu/,
1663.60 s
[fourmolu] dist/doc/html/fourmolu/fourmolu.txt
1663.66 s
[fourmolu] Preprocessing executable 'fourmolu' for fourmolu-0.19.0.1...
1663.66 s
[fourmolu] Preprocessing test suite 'tests' for fourmolu-0.19.0.1...
1663.67 s
[fourmolu] haddockPhase completed in 1 minutes 25 seconds
1663.67 s
[fourmolu] Phase: installPhase
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
1664.30 s
[fourmolu] Installing executable fourmolu in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin
1664.30 s
[fourmolu] Warning: The directory
1664.30 s
[fourmolu] /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin is not in
1664.30 s
[fourmolu] the system search path.
1665.05 s
[fourmolu] Phase: fixupPhase
1665.06 s
[fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1
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
1665.12 s
[fourmolu] shrinking /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1/bin/fourmolu
1665.18 s
[fourmolu] checking for references to /build/ in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1...
1665.26 s
[fourmolu] patching script interpreter paths in /nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1
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
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 )
1665.73 s
[fourmolu] shrinking RPATHs of ELF executables and libraries in /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
1665.75 s
[fourmolu] checking for references to /build/ in /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc...
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 )
1665.79 s
[fourmolu] patching script interpreter paths in /nix/store/wkymfhapi457cgp5qfd24kfvbq0s9g6l-fourmolu-0.19.0.1-doc
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
1666.57 s
[post-build-hook] Nothing to push - all store paths are already on Cachix.
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
1666.62 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1666.66 s
[post-build-hook] copying 1 paths...
1666.66 s
[post-build-hook] copying path '/nix/store/m4ci73608xizwkckh8rw9aadh8hibnfa-fourmolu-0.19.0.1' to 'https://cache.nix-ci.com'...
1683.86 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1684.88 s
[post-build-hook] copying 0 paths...
1684.88 s
Progress: 149 of 157 built (1 building), 587 of 587 downloaded from cache
1684.88 s
[lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, dist/build/Language/LSP/Logging.p_o )
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 )
1684.88 s
[lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, dist/build/Language/LSP/Server.p_o )
1684.88 s
[lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
1684.88 s
[lsp] Building test suite 'lsp-test' for lsp-2.7.0.1...
1684.88 s
[lsp] [1 of 4] Compiling DiagnosticsSpec ( test/DiagnosticsSpec.hs, dist/build/lsp-test/lsp-test-tmp/DiagnosticsSpec.o )
1684.88 s
[lsp] [2 of 4] Compiling VspSpec ( test/VspSpec.hs, dist/build/lsp-test/lsp-test-tmp/VspSpec.o )
1684.88 s
[lsp] [3 of 4] Compiling Spec ( test/Spec.hs, dist/build/lsp-test/lsp-test-tmp/Spec.o )
1684.88 s
[lsp] [4 of 4] Compiling Main ( test/Main.hs, dist/build/lsp-test/lsp-test-tmp/Main.o )
1684.88 s
[lsp] [5 of 5] Linking dist/build/lsp-test/lsp-test
1684.88 s
[lsp] Phase: checkPhase
1684.88 s
[lsp] Running 1 test suites...
1684.88 s
[lsp] Test suite lsp-test: RUNNING...
1684.88 s
[lsp]
1684.88 s
[lsp] Diagnostics
1684.89 s
[lsp] Diagnostics functions
1684.89 s
[lsp] constructs a new store
1684.89 s
[lsp] constructs a store with no doc version and a single source [✔]
1684.89 s
[lsp] constructs a store with no doc version and multiple sources [✔]
1684.89 s
[lsp] constructs a store with doc version and multiple sources [✔]
1684.89 s
[lsp] updates a store for same document version
1684.89 s
[lsp] updates a store without a document version, single source only [✔]
1684.89 s
[lsp] updates just one source of a 2 source store [✔]
1684.89 s
[lsp] updates just one source of a 2 source store, with empty diags [✔]
1684.89 s
[lsp] updates a store for a new document version
1684.89 s
[lsp] updates a store without a document version, single source only [✔]
1684.89 s
[lsp] updates a store for a new doc version, removing all priot sources [✔]
1684.89 s
[lsp] retrieves all the diagnostics for a given uri
1684.89 s
[lsp] gets diagnostics for multiple sources [✔]
1684.89 s
[lsp] limits the number of diagnostics retrieved, in order
1684.89 s
[lsp] gets diagnostics for multiple sources [✔]
1684.89 s
[lsp] flushes the diagnostics for a given source
1684.89 s
[lsp] gets diagnostics for multiple sources [✔]
1684.89 s
[lsp] Vsp
1684.89 s
[lsp] VSP functions
1684.89 s
[lsp] applys changes in order
1684.89 s
[lsp] handles vscode style undos [✔]
1684.89 s
[lsp] handles vscode style redos [✔]
1684.89 s
[lsp] deletes characters
1684.89 s
[lsp] deletes characters within a line [✔]
1684.89 s
[lsp] deletes one line [✔]
1684.89 s
[lsp] deletes two lines [✔]
1684.89 s
[lsp] adds characters
1684.89 s
[lsp] adds one line [✔]
1684.89 s
[lsp] adds two lines [✔]
1684.89 s
[lsp] changes characters
1684.89 s
[lsp] removes end of a line [✔]
1684.89 s
[lsp] indexes using utf-16 code units [✔]
1684.89 s
[lsp] LSP utilities
1684.89 s
[lsp] splits at a line [✔]
1684.89 s
[lsp] converts code units to code points [✔]
1684.89 s
[lsp] converts code points to code units [✔]
1684.89 s
[lsp]
1684.89 s
[lsp] Finished in 0.0032 seconds
1684.89 s
[lsp] 23 examples, 0 failures
1684.89 s
[lsp] Test suite lsp-test: PASS
1684.89 s
[lsp] Test suite logged to: dist/test/lsp-2.7.0.1-lsp-test.log
1684.89 s
[lsp] 1 of 1 test suites (1 of 1 test cases) passed.
1684.89 s
[lsp] Phase: haddockPhase
1684.89 s
[lsp] Preprocessing library for lsp-2.7.0.1...
1684.89 s
[lsp] Running Haddock on library for lsp-2.7.0.1...
1684.89 s
[lsp] Warning: The documentation for the following packages are not installed. No
1684.89 s
[lsp] links will be generated to these packages: attoparsec-0.14.4,
1684.89 s
[lsp] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
1684.89 s
[lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, nothing )
1684.89 s
[lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, nothing )
1684.89 s
[lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, nothing )
1684.89 s
[lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, nothing )
1684.89 s
[lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, nothing )
1684.89 s
[lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, nothing )
1684.89 s
[lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, nothing )
1684.89 s
[lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, nothing )
1684.89 s
[lsp] Haddock coverage:
1684.89 s
[lsp] 11% ( 1 / 9) in 'Language.LSP.Diagnostics'
1684.89 s
[lsp] Missing documentation for:
1684.89 s
[lsp] Module header
1684.89 s
[lsp] DiagnosticStore (src/Language/LSP/Diagnostics.hs:42)
1684.89 s
[lsp] DiagnosticsBySource (src/Language/LSP/Diagnostics.hs:48)
1684.89 s
[lsp] StoreItem (src/Language/LSP/Diagnostics.hs:44)
1684.89 s
[lsp] partitionBySource (src/Language/LSP/Diagnostics.hs:53)
1684.89 s
[lsp] flushBySource (src/Language/LSP/Diagnostics.hs:58)
1684.89 s
[lsp] updateDiagnostics (src/Language/LSP/Diagnostics.hs:71)
1684.89 s
[lsp] getDiagnosticParamsFor (src/Language/LSP/Diagnostics.hs:93)
1684.89 s
[lsp] Warning: 'filesystem' is out of scope.
1684.89 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1684.89 s
[lsp] Warning: 'VFS' is ambiguous. It is defined
1684.89 s
[lsp] * at src/Language/LSP/VFS.hs:98:12
1684.89 s
[lsp] * at src/Language/LSP/VFS.hs:98:1
1684.89 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
1684.89 s
[lsp] by specifying the type/value namespace explicitly.
1684.89 s
[lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:98:1
1684.89 s
[lsp] Warning: 'DidChangeTextDocumentNotification' is out of scope.
1684.89 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1684.89 s
[lsp] Warning: 'ApplyWorkspaceEditRequest' is out of scope.
1684.89 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1684.89 s
[lsp] Warning: 'CodePointPosition' is ambiguous. It is defined
1684.89 s
[lsp] * at src/Language/LSP/VFS.hs:362:26
1684.89 s
[lsp] * at src/Language/LSP/VFS.hs:362:1
1684.89 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
1684.89 s
[lsp] by specifying the type/value namespace explicitly.
1684.89 s
[lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:362:1
1684.89 s
[lsp] Warning: 'CodePointRange' is ambiguous. It is defined
1684.89 s
[lsp] * at src/Language/LSP/VFS.hs:373:23
1684.89 s
[lsp] * at src/Language/LSP/VFS.hs:373:1
1684.89 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
1684.89 s
[lsp] by specifying the type/value namespace explicitly.
1684.89 s
[lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:373:1
1684.89 s
[lsp] 50% ( 17 / 34) in 'Language.LSP.VFS'
1684.89 s
[lsp] Missing documentation for:
1684.89 s
[lsp] VFS (src/Language/LSP/VFS.hs:98)
1684.89 s
[lsp] vfsMap
1684.89 s
[lsp] VirtualFile (src/Language/LSP/VFS.hs:87)
1684.89 s
[lsp] lsp_version
1684.89 s
[lsp] file_version
1684.89 s
[lsp] file_text
1684.89 s
[lsp] virtualFileText (src/Language/LSP/VFS.hs:130)
1684.89 s
[lsp] virtualFileVersion (src/Language/LSP/VFS.hs:133)
1684.89 s
[lsp] VfsLog (src/Language/LSP/VFS.hs:103)
1684.89 s
[lsp] emptyVFS (src/Language/LSP/VFS.hs:138)
1684.89 s
[lsp] closeVFS (src/Language/LSP/VFS.hs:319)
1684.89 s
[lsp] line
1684.89 s
[lsp] character
1684.89 s
[lsp] start
1684.89 s
[lsp] end
1684.89 s
[lsp] rangeLinesFromVfs (src/Language/LSP/VFS.hs:466)
1684.89 s
[lsp] applyChange (src/Language/LSP/VFS.hs:336)
1684.89 s
[lsp] Warning: 'LanguageContextEnv' is ambiguous. It is defined
1684.89 s
[lsp] * at src/Language/LSP/Server/Core.hs:126:34
1684.89 s
[lsp] * at src/Language/LSP/Server/Core.hs:126:1
1684.89 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
1684.89 s
[lsp] by specifying the type/value namespace explicitly.
1684.89 s
[lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:126:1
1684.89 s
[lsp] Warning: 'LspT' is ambiguous. It is defined
1684.89 s
[lsp] * at src/Language/LSP/Server/Core.hs:97:27
1684.89 s
[lsp] * at src/Language/LSP/Server/Core.hs:97:1
1684.89 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
1684.89 s
[lsp] by specifying the type/value namespace explicitly.
1684.89 s
[lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:97:1
1684.89 s
[lsp] Warning: 'executeCommandHandler' is out of scope.
1684.89 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1684.89 s
[lsp] Warning: 'documentOnTypeFormattingHandler' is out of scope.
1684.89 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1684.89 s
[lsp] Warning: 'shutdown' is out of scope.
1684.89 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1684.89 s
[lsp] Warning: 'Handlers' is ambiguous. It is defined
1684.89 s
[lsp] * at src/Language/LSP/Server/Core.hs:157:19
1684.89 s
[lsp] * at src/Language/LSP/Server/Core.hs:157:1
1684.89 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
1684.89 s
[lsp] by specifying the type/value namespace explicitly.
1684.89 s
[lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:157:1
1684.89 s
[lsp] Warning: 'VirtualFile' is ambiguous. It is defined
1684.89 s
[lsp] * at src/Language/LSP/VFS.hs:87:20
1684.89 s
[lsp] * at src/Language/LSP/VFS.hs:87:1
1684.89 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
1684.89 s
[lsp] by specifying the type/value namespace explicitly.
1684.89 s
[lsp] Defaulting to the one defined at src/Language/LSP/VFS.hs:87:1
1684.89 s
[lsp] Warning: 'NormalizedUri' is ambiguous. It is defined
1684.89 s
[lsp] * in ‘Language.LSP.Protocol.Types.Uri’
1684.89 s
[lsp] * in ‘Language.LSP.Protocol.Types.Uri’
1684.89 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
1684.89 s
[lsp] by specifying the type/value namespace explicitly.
1684.89 s
[lsp] Defaulting to the one defined in ‘Language.LSP.Protocol.Types.Uri’
1684.89 s
[lsp] Warning: 'RegistrationToken' is ambiguous. It is defined
1684.89 s
[lsp] * at src/Language/LSP/Server/Core.hs:223:57
1684.89 s
[lsp] * at src/Language/LSP/Server/Core.hs:223:1
1684.89 s
[lsp] You may be able to disambiguate the identifier by qualifying it or
1684.89 s
[lsp] by specifying the type/value namespace explicitly.
1684.89 s
[lsp] Defaulting to the one defined at src/Language/LSP/Server/Core.hs:223:1
1684.89 s
[lsp] Warning: 'sensible' is out of scope.
1684.89 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1684.89 s
[lsp] 75% ( 3 / 4) in 'Language.LSP.Logging'
1684.89 s
[lsp] Missing documentation for:
1684.89 s
[lsp] Module header
1684.89 s
[lsp] 65% ( 38 / 58) in 'Language.LSP.Server'
1684.89 s
[lsp] Missing documentation for:
1684.89 s
[lsp] Module header
1684.89 s
[lsp] LspServerLog (src/Language/LSP/Server/Control.hs:37)
1684.89 s
[lsp] VFSData (src/Language/LSP/Server/Core.hs:232)
1684.89 s
[lsp] transmuteHandlers (src/Language/LSP/Server/Core.hs:190)
1684.89 s
[lsp] mapHandlers (src/Language/LSP/Server/Core.hs:197)
1684.89 s
[lsp] notificationHandler (src/Language/LSP/Server/Core.hs:168)
1684.89 s
[lsp] requestHandler (src/Language/LSP/Server/Core.hs:171)
1684.89 s
[lsp] defaultOptions (src/Language/LSP/Server/Core.hs:317)
1684.89 s
[lsp] LspT (src/Language/LSP/Server/Core.hs:97)
1684.89 s
[lsp] LspM (src/Language/LSP/Server/Core.hs:108)
1684.89 s
[lsp] MonadLsp (src/Language/LSP/Server/Core.hs:110)
1684.89 s
[lsp] runLspT (src/Language/LSP/Server/Core.hs:105)
1684.89 s
[lsp] LanguageContextEnv (src/Language/LSP/Server/Core.hs:126)
1684.89 s
[lsp] getClientCapabilities (src/Language/LSP/Server/Core.hs:521)
1684.89 s
[lsp] setConfig (src/Language/LSP/Server/Core.hs:517)
1684.89 s
[lsp] getRootPath (src/Language/LSP/Server/Core.hs:525)
1684.89 s
[lsp] sendRequest (src/Language/LSP/Server/Core.hs:417)
1684.89 s
[lsp] sendNotification (src/Language/LSP/Server/Core.hs:404)
1684.89 s
[lsp] getVirtualFiles (src/Language/LSP/Server/Core.hs:439)
1684.89 s
[lsp] RegistrationToken (src/Language/LSP/Server/Core.hs:223)
1684.89 s
[lsp] Warning: Language.LSP.Diagnostics: could not find link destinations for:
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
1684.89 s
[lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
1684.89 s
[lsp] Warning: Language.LSP.VFS: could not find link destinations for:
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.Position.Position
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.Range.Range
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1684.89 s
[lsp] - Language.LSP.Protocol.Types.Common.UInt
1684.89 s
[lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceApplyEdit
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Types.TMessage
1684.89 s
[lsp] - Language.LSP.VFS.HasLsp_version
1684.89 s
[lsp] - Language.LSP.VFS.HasFile_version
1684.89 s
[lsp] - Language.LSP.VFS.HasFile_text
1684.89 s
[lsp] - Language.LSP.VFS.HasVfsMap
1684.89 s
[lsp] - Language.LSP.VFS.HasLine
1684.89 s
[lsp] - Language.LSP.VFS.HasCharacter
1684.89 s
[lsp] - Language.LSP.VFS.HasStart
1684.89 s
[lsp] - Language.LSP.VFS.HasEnd
1684.89 s
[lsp] Warning: Language.LSP.Server: could not find link destinations for:
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions._commitCharactersSupport
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.CodeActionKind.CodeActionKind
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.ServerInfo.ServerInfo
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.TextDocumentSyncOptions
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
1684.89 s
[lsp] - Language.LSP.Protocol.Types.Common.UInt
1684.89 s
[lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.MessageParams
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.MessageResult
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_Initialize
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.RegistrationOptions
1684.89 s
[lsp] - Language.LSP.Protocol.Internal.Method.SMethod
1684.89 s
[lsp] - Language.LSP.Protocol.Message.LspId.LspId
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Meta.ClientToServer
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Meta.ServerToClient
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Meta.MessageKind
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Meta.Notification
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Meta.Request
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Method.SClientMethod
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Method.SServerMethod
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Types.TMessage
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Types.TNotificationMessage
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Types.TRequestMessage
1684.89 s
[lsp] - Language.LSP.Protocol.Message.Types.TResponseError
1684.89 s
[lsp] - Language.LSP.Protocol.Utils.SMethodMap.SMethodMap
1684.89 s
[lsp] - Language.LSP.Server.Core.LanguageContextState
1684.89 s
[lsp] - Language.LSP.Server.Core.LspCoreLog
1684.89 s
[lsp] - Language.LSP.Server.Processing.LspProcessingLog
1684.89 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities'
1684.89 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Lens'
1684.89 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message'
1684.89 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types'
1684.89 s
[lsp] Documentation created: dist/doc/html/lsp/, dist/doc/html/lsp/lsp.txt
1684.89 s
[lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1...
1684.89 s
[lsp] Phase: installPhase
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
1684.89 s
[lsp] Phase: fixupPhase
1684.89 s
[lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
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
1684.89 s
[lsp] checking for references to /build/ in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1...
1684.89 s
[lsp] patching script interpreter paths in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1
1684.89 s
[lsp] stripping (with command strip and flags -S -p) in /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1/lib
1684.89 s
[lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc
1684.89 s
[lsp] checking for references to /build/ in /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc...
1684.89 s
[lsp] patching script interpreter paths in /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc
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
1684.89 s
[post-build-hook] Pushing 2 paths (261 are already present) using zstd to cache sellout ⏳
1684.89 s
[post-build-hook]
1684.89 s
[post-build-hook] Pushing /nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc (2.12 MiB)
1684.97 s
[post-build-hook] Pushing /nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1 (8.18 MiB)
1685.94 s
[post-build-hook]
1685.94 s
[post-build-hook] All done.
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
1686.00 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1686.16 s
[post-build-hook] copying 2 paths...
1686.16 s
[post-build-hook] copying path '/nix/store/i1wm67bhzy281xf02vzvfnxhqi4w7sxx-lsp-2.7.0.1-doc' to 'https://cache.nix-ci.com'...
1686.53 s
[post-build-hook] copying path '/nix/store/r1vqlpbql3ql9cjisjw9rbgwc7i9jaiz-lsp-2.7.0.1' to 'https://cache.nix-ci.com'...
1688.15 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1688.32 s
[post-build-hook] copying 1 paths...
1688.32 s
[post-build-hook] copying path '/nix/store/356yi7xc0rs69zfjvlgznimzxd7mhp87-lsp-2.7.0.1.drv' to 'https://cache.nix-ci.com'...
1688.46 s
Progress: 150 of 157 built, 587 of 587 downloaded from cache
1688.53 s
Building hls-plugin-api
1688.58 s
Building lsp-test
1688.91 s
[hls-plugin-api] Phase: setupCompilerEnvironmentPhase
1688.92 s
[hls-plugin-api] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1689.02 s
[lsp-test] Phase: setupCompilerEnvironmentPhase
1689.02 s
[lsp-test] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1689.32 s
[hls-plugin-api] Phase: unpackPhase
1689.33 s
[hls-plugin-api] unpacking source archive /nix/store/gbg11b5frkds8nlrqzc0hsa023zaz5fb-hls-plugin-api-2.12.0.0.tar.gz
1689.33 s
[hls-plugin-api] source root is hls-plugin-api-2.12.0.0
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"
1689.34 s
[hls-plugin-api] Phase: patchPhase
1689.35 s
[hls-plugin-api] Phase: compileBuildDriverPhase
1689.35 s
[hls-plugin-api] setupCompileFlags: -package-db=/build/tmp.7QkC2iTQGp/setup-package.conf.d -threaded
1689.40 s
[hls-plugin-api] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.7QkC2iTQGp/Main.o )
1689.44 s
[hls-plugin-api] [2 of 2] Linking Setup
1689.60 s
[lsp-test] Phase: unpackPhase
1689.60 s
[lsp-test] unpacking source archive /nix/store/nzq58rnlzlp5yrv5iyi4xsccjhi16j3y-lsp-test-0.17.1.1.tar.gz
1689.60 s
[lsp-test] source root is lsp-test-0.17.1.1
1689.61 s
[lsp-test] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-test-0.17.1.1/test/Test.hs"
1689.62 s
[lsp-test] Phase: patchPhase
1689.62 s
[lsp-test] Phase: compileBuildDriverPhase
1689.63 s
[lsp-test] setupCompileFlags: -package-db=/build/tmp.RsNa7zLMSQ/setup-package.conf.d -threaded
1689.68 s
[lsp-test] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.RsNa7zLMSQ/Main.o )
1689.72 s
[lsp-test] [2 of 2] Linking Setup
1690.56 s
[hls-plugin-api] Phase: updateAutotoolsGnuConfigScriptsPhase
1690.57 s
[hls-plugin-api] Phase: configurePhase
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
1690.58 s
[hls-plugin-api] Using Parsec parser
1690.58 s
[hls-plugin-api] Configuring hls-plugin-api-2.12.0.0...
1690.86 s
[lsp-test] Phase: updateAutotoolsGnuConfigScriptsPhase
1690.87 s
[lsp-test] Phase: configurePhase
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
1690.89 s
[lsp-test] Using Parsec parser
1690.89 s
[lsp-test] Configuring lsp-test-0.17.1.1...
1690.97 s
[hls-plugin-api] Flags chosen: pedantic=False, use-fingertree=True
1691.19 s
[hls-plugin-api] Dependency Diff >=0.5 && <0.6 || >=1.0.0 && <1.1: using Diff-1.0.2
1691.19 s
[hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
1691.19 s
[hls-plugin-api] Dependency base >=4.12 && <5: using base-4.20.1.0
1691.19 s
[hls-plugin-api] Dependency co-log-core: using co-log-core-0.3.2.5
1691.19 s
[hls-plugin-api] Dependency containers: using containers-0.7
1691.19 s
[hls-plugin-api] Dependency data-default: using data-default-0.8.0.1
1691.19 s
[hls-plugin-api] Dependency dependent-map: using dependent-map-0.4.0.1
1691.19 s
[hls-plugin-api] Dependency dependent-sum >=0.7: using dependent-sum-0.7.2.0
1691.19 s
[hls-plugin-api] Dependency dlist: using dlist-1.0
1691.19 s
[hls-plugin-api] Dependency extra: using extra-1.8.1
1691.19 s
[hls-plugin-api] Dependency filepath: using filepath-1.5.4.0
1691.19 s
[hls-plugin-api] Dependency ghc: using ghc-9.10.2
1691.19 s
[hls-plugin-api] Dependency hashable: using hashable-1.5.0.0
1691.19 s
[hls-plugin-api] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
1691.19 s
[hls-plugin-api] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
1691.19 s
[hls-plugin-api] Dependency lens: using lens-5.3.5
1691.19 s
[hls-plugin-api] Dependency lens-aeson: using lens-aeson-1.2.3
1691.19 s
[hls-plugin-api] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1691.19 s
[hls-plugin-api] Dependency megaparsec >=9.0: using megaparsec-9.7.0
1691.19 s
[hls-plugin-api] Dependency mtl: using mtl-2.3.1
1691.19 s
[hls-plugin-api] Dependency opentelemetry >=0.4: using opentelemetry-0.8.0
1691.19 s
[hls-plugin-api] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1691.19 s
[hls-plugin-api] Dependency prettyprinter: using prettyprinter-1.7.1
1691.19 s
[hls-plugin-api] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.5
1691.19 s
[hls-plugin-api] Dependency stm: using stm-2.5.3.1
1691.19 s
[hls-plugin-api] Dependency text: using text-2.1.2
1691.19 s
[hls-plugin-api] Dependency time: using time-1.12.2
1691.19 s
[hls-plugin-api] Dependency transformers: using transformers-0.6.1.1
1691.19 s
[hls-plugin-api] Dependency unix: using unix-2.8.6.0
1691.19 s
[hls-plugin-api] Dependency unliftio: using unliftio-0.2.25.1
1691.19 s
[hls-plugin-api] Dependency unordered-containers: using unordered-containers-0.2.20.1
1691.19 s
[hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
1691.19 s
[hls-plugin-api] Dependency base: using base-4.20.1.0
1691.19 s
[hls-plugin-api] Dependency bytestring: using bytestring-0.12.2.0
1691.19 s
[hls-plugin-api] Dependency containers: using containers-0.7
1691.19 s
[hls-plugin-api] Dependency data-default: using data-default-0.8.0.1
1691.19 s
[hls-plugin-api] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
1691.19 s
[hls-plugin-api] Dependency lens: using lens-5.3.5
1691.19 s
[hls-plugin-api] Dependency lsp-types: using lsp-types-2.3.0.1
1691.19 s
[hls-plugin-api] Dependency tasty: using tasty-1.5.3
1691.19 s
[hls-plugin-api] Dependency tasty-golden: using tasty-golden-2.3.5
1691.19 s
[hls-plugin-api] Dependency tasty-hunit: using tasty-hunit-0.10.2
1691.19 s
[hls-plugin-api] Dependency tasty-quickcheck: using tasty-quickcheck-0.11.1
1691.19 s
[hls-plugin-api] Dependency tasty-rerun: using tasty-rerun-1.1.20
1691.19 s
[hls-plugin-api] Dependency text: using text-2.1.2
1691.19 s
[hls-plugin-api] Source component graph:
1691.19 s
[hls-plugin-api] component lib
1691.19 s
[hls-plugin-api] component test:tests dependency lib
1691.19 s
[hls-plugin-api] Configured component graph:
1691.19 s
[hls-plugin-api] component hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1691.19 s
[hls-plugin-api] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1691.19 s
[hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.19 s
[hls-plugin-api] include base-4.20.1.0-f445
1691.20 s
[hls-plugin-api] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1691.20 s
[hls-plugin-api] include containers-0.7-6571
1691.20 s
[hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.20 s
[hls-plugin-api] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
1691.20 s
[hls-plugin-api] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
1691.20 s
[hls-plugin-api] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1691.20 s
[hls-plugin-api] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.20 s
[hls-plugin-api] include filepath-1.5.4.0-8593
1691.20 s
[hls-plugin-api] include ghc-9.10.2-2a2a
1691.20 s
[hls-plugin-api] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1691.20 s
[hls-plugin-api] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1691.20 s
[hls-plugin-api] include hw-fingertree-0.1.2.1-4x9mKdPWQR0FEcMFhly5Lu
1691.20 s
[hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.20 s
[hls-plugin-api] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1691.20 s
[hls-plugin-api] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.20 s
[hls-plugin-api] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1691.20 s
[hls-plugin-api] include mtl-2.3.1-07d6
1691.20 s
[hls-plugin-api] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
1691.20 s
[hls-plugin-api] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1691.20 s
[hls-plugin-api] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1691.20 s
[hls-plugin-api] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1691.20 s
[hls-plugin-api] include stm-2.5.3.1-662c
1691.20 s
[hls-plugin-api] include text-2.1.2-7514
1691.20 s
[hls-plugin-api] include time-1.12.2-9680
1691.20 s
[hls-plugin-api] include transformers-0.6.1.1-05a6
1691.20 s
[hls-plugin-api] include unix-2.8.6.0-a0e2
1691.20 s
[hls-plugin-api] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1691.20 s
[hls-plugin-api] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1691.20 s
[hls-plugin-api] component hls-plugin-api-2.12.0.0-BjW0vY8ZiP0CODzM2GsJ5B-tests
1691.20 s
[hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.20 s
[hls-plugin-api] include base-4.20.1.0-f445
1691.20 s
[hls-plugin-api] include bytestring-0.12.2.0-214a
1691.20 s
[hls-plugin-api] include containers-0.7-6571
1691.20 s
[hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.20 s
[hls-plugin-api] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1691.20 s
[hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.20 s
[hls-plugin-api] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1691.20 s
[hls-plugin-api] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
1691.20 s
[hls-plugin-api] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
1691.20 s
[hls-plugin-api] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1691.20 s
[hls-plugin-api] include tasty-quickcheck-0.11.1-KPLMYbRIZP8JbSJJtRQ8LP
1691.20 s
[hls-plugin-api] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
1691.20 s
[hls-plugin-api] include text-2.1.2-7514
1691.20 s
[hls-plugin-api] Linked component graph:
1691.20 s
[hls-plugin-api] unit hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1691.20 s
[hls-plugin-api] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1691.20 s
[hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.20 s
[hls-plugin-api] include base-4.20.1.0-f445
1691.20 s
[hls-plugin-api] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1691.20 s
[hls-plugin-api] include containers-0.7-6571
1691.20 s
[hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.20 s
[hls-plugin-api] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
1691.20 s
[hls-plugin-api] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
1691.20 s
[hls-plugin-api] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1691.20 s
[hls-plugin-api] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.20 s
[hls-plugin-api] include filepath-1.5.4.0-8593
1691.20 s
[hls-plugin-api] include ghc-9.10.2-2a2a
1691.20 s
[hls-plugin-api] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1691.20 s
[hls-plugin-api] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1691.20 s
[hls-plugin-api] include hw-fingertree-0.1.2.1-4x9mKdPWQR0FEcMFhly5Lu
1691.20 s
[hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.20 s
[hls-plugin-api] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1691.20 s
[hls-plugin-api] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.20 s
[hls-plugin-api] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1691.20 s
[hls-plugin-api] include mtl-2.3.1-07d6
1691.20 s
[hls-plugin-api] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
1691.20 s
[hls-plugin-api] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1691.20 s
[hls-plugin-api] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1691.20 s
[hls-plugin-api] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1691.20 s
[hls-plugin-api] include stm-2.5.3.1-662c
1691.20 s
[hls-plugin-api] include text-2.1.2-7514
1691.20 s
[hls-plugin-api] include time-1.12.2-9680
1691.20 s
[hls-plugin-api] include transformers-0.6.1.1-05a6
1691.20 s
[hls-plugin-api] include unix-2.8.6.0-a0e2
1691.20 s
[hls-plugin-api] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1691.20 s
[hls-plugin-api] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
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
1691.20 s
[hls-plugin-api] unit hls-plugin-api-2.12.0.0-BjW0vY8ZiP0CODzM2GsJ5B-tests
1691.20 s
[hls-plugin-api] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.20 s
[hls-plugin-api] include base-4.20.1.0-f445
1691.20 s
[hls-plugin-api] include bytestring-0.12.2.0-214a
1691.20 s
[hls-plugin-api] include containers-0.7-6571
1691.20 s
[hls-plugin-api] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.20 s
[hls-plugin-api] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1691.20 s
[hls-plugin-api] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.20 s
[hls-plugin-api] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1691.20 s
[hls-plugin-api] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
1691.20 s
[hls-plugin-api] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
1691.20 s
[hls-plugin-api] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1691.20 s
[hls-plugin-api] include tasty-quickcheck-0.11.1-KPLMYbRIZP8JbSJJtRQ8LP
1691.20 s
[hls-plugin-api] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
1691.20 s
[hls-plugin-api] include text-2.1.2-7514
1691.20 s
[hls-plugin-api] Ready component graph:
1691.20 s
[hls-plugin-api] definite hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1691.20 s
[hls-plugin-api] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1691.20 s
[hls-plugin-api] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.20 s
[hls-plugin-api] depends base-4.20.1.0-f445
1691.20 s
[hls-plugin-api] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1691.20 s
[hls-plugin-api] depends containers-0.7-6571
1691.23 s
[hls-plugin-api] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.23 s
[hls-plugin-api] depends dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
1691.23 s
[hls-plugin-api] depends dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
1691.23 s
[hls-plugin-api] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1691.23 s
[hls-plugin-api] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.23 s
[hls-plugin-api] depends filepath-1.5.4.0-8593
1691.23 s
[hls-plugin-api] depends ghc-9.10.2-2a2a
1691.23 s
[hls-plugin-api] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1691.23 s
[hls-plugin-api] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1691.23 s
[hls-plugin-api] depends hw-fingertree-0.1.2.1-4x9mKdPWQR0FEcMFhly5Lu
1691.23 s
[hls-plugin-api] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.23 s
[hls-plugin-api] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1691.23 s
[hls-plugin-api] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.23 s
[hls-plugin-api] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1691.23 s
[hls-plugin-api] depends mtl-2.3.1-07d6
1691.23 s
[hls-plugin-api] depends opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
1691.23 s
[hls-plugin-api] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1691.23 s
[hls-plugin-api] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1691.23 s
[hls-plugin-api] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1691.23 s
[hls-plugin-api] depends stm-2.5.3.1-662c
1691.23 s
[hls-plugin-api] depends text-2.1.2-7514
1691.23 s
[hls-plugin-api] depends time-1.12.2-9680
1691.23 s
[hls-plugin-api] depends transformers-0.6.1.1-05a6
1691.23 s
[hls-plugin-api] depends unix-2.8.6.0-a0e2
1691.23 s
[hls-plugin-api] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1691.23 s
[hls-plugin-api] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1691.23 s
[hls-plugin-api] definite hls-plugin-api-2.12.0.0-BjW0vY8ZiP0CODzM2GsJ5B-tests
1691.23 s
[hls-plugin-api] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.23 s
[hls-plugin-api] depends base-4.20.1.0-f445
1691.23 s
[hls-plugin-api] depends bytestring-0.12.2.0-214a
1691.23 s
[hls-plugin-api] depends containers-0.7-6571
1691.23 s
[hls-plugin-api] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.23 s
[hls-plugin-api] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1691.23 s
[hls-plugin-api] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.23 s
[hls-plugin-api] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1691.23 s
[hls-plugin-api] depends tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
1691.23 s
[hls-plugin-api] depends tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
1691.23 s
[hls-plugin-api] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1691.23 s
[hls-plugin-api] depends tasty-quickcheck-0.11.1-KPLMYbRIZP8JbSJJtRQ8LP
1691.23 s
[hls-plugin-api] depends tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
1691.23 s
[hls-plugin-api] depends text-2.1.2-7514
1691.23 s
[hls-plugin-api] Using Cabal-3.12.1.0 compiled by ghc-9.10
1691.23 s
[hls-plugin-api] Using compiler: ghc-9.10.2
1691.23 s
[hls-plugin-api] Using install prefix:
1691.23 s
[hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0
1691.23 s
[hls-plugin-api] Executables installed in:
1691.23 s
[hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/bin
1691.23 s
[hls-plugin-api] Libraries installed in:
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
1691.23 s
[hls-plugin-api] Dynamic Libraries installed in:
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
1691.23 s
[hls-plugin-api] Private executables installed in:
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
1691.23 s
[hls-plugin-api] Data files installed in:
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
1691.23 s
[hls-plugin-api] Documentation installed in:
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
1691.23 s
[hls-plugin-api] Configuration files installed in:
1691.23 s
[hls-plugin-api] /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0/etc
1691.23 s
[hls-plugin-api] No alex found
1691.23 s
[hls-plugin-api] Using ar found on system at:
1691.23 s
[hls-plugin-api] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1691.23 s
[hls-plugin-api] No c2hs found
1691.23 s
[hls-plugin-api] No cpphs found
1691.23 s
[hls-plugin-api] No doctest found
1691.23 s
[hls-plugin-api] Using gcc version 14.3.0 given by user at:
1691.23 s
[hls-plugin-api] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1691.23 s
[hls-plugin-api] Using ghc version 9.10.2 found on system at:
1691.23 s
[hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1691.23 s
[hls-plugin-api] Using ghc-pkg version 9.10.2 found on system at:
1691.23 s
[hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1691.23 s
[hls-plugin-api] No ghcjs found
1691.23 s
[hls-plugin-api] No ghcjs-pkg found
1691.23 s
[hls-plugin-api] No greencard found
1691.23 s
[hls-plugin-api] Using haddock version 2.31.0 found on system at:
1691.23 s
[hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1691.23 s
[hls-plugin-api] No happy found
1691.23 s
[hls-plugin-api] Using haskell-suite found on system at: haskell-suite-dummy-location
1691.23 s
[hls-plugin-api] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1691.23 s
[hls-plugin-api] No hmake found
1691.23 s
[hls-plugin-api] Using hpc version 0.69 found on system at:
1691.23 s
[hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1691.23 s
[hls-plugin-api] Using hsc2hs version 0.68.10 found on system at:
1691.23 s
[hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1691.23 s
[hls-plugin-api] Using hscolour version 1.25 found on system at:
1691.23 s
[hls-plugin-api] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1691.23 s
[hls-plugin-api] No jhc found
1691.23 s
[hls-plugin-api] Using ld found on system at:
1691.23 s
[hls-plugin-api] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1691.23 s
[hls-plugin-api] No pkg-config found
1691.23 s
[hls-plugin-api] Using runghc version 9.10.2 found on system at:
1691.23 s
[hls-plugin-api] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1691.23 s
[hls-plugin-api] Using strip version 2.44 found on system at:
1691.23 s
[hls-plugin-api] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1691.23 s
[hls-plugin-api] Using tar found on system at:
1691.23 s
[hls-plugin-api] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1691.23 s
[hls-plugin-api] No uhc found
1691.49 s
[lsp-test] Dependency Diff >=0.4 && <1.1: using Diff-1.0.2
1691.49 s
[lsp-test] Dependency Glob >=0.9 && <0.11: using Glob-0.10.2
1691.49 s
[lsp-test] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
1691.49 s
[lsp-test] Dependency aeson-pretty >=0.8 && <0.9: using aeson-pretty-0.8.10
1691.49 s
[lsp-test] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.3
1691.49 s
[lsp-test] Dependency async >=2.2 && <2.3: using async-2.2.5
1691.49 s
[lsp-test] Dependency base >=4.10 && <5: using base-4.20.1.0
1691.49 s
[lsp-test] Dependency bytestring >=0.10 && <0.13: using bytestring-0.12.2.0
1691.49 s
[lsp-test] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
1691.49 s
[lsp-test] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
1691.49 s
[lsp-test] Dependency conduit-parse >=0.2 && <0.3: using conduit-parse-0.2.1.1
1691.49 s
[lsp-test] Dependency containers >=0.6 && <0.8: using containers-0.7
1691.49 s
[lsp-test] Dependency data-default >=0.7 && <0.9: using data-default-0.8.0.1
1691.49 s
[lsp-test] Dependency directory >=1.3 && <1.4: using directory-1.3.8.5
1691.49 s
[lsp-test] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.9
1691.49 s
[lsp-test] Dependency extra >=1.7 && <1.9: using extra-1.8.1
1691.49 s
[lsp-test] Dependency filepath >=1.4 && <1.6: using filepath-1.5.4.0
1691.49 s
[lsp-test] Dependency lens >=5.1 && <5.4: using lens-5.3.5
1691.49 s
[lsp-test] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
1691.49 s
[lsp-test] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1691.49 s
[lsp-test] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1691.49 s
[lsp-test] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
1691.49 s
[lsp-test] Dependency parser-combinators >=1.3 && <1.4: using parser-combinators-1.3.0
1691.49 s
[lsp-test] Dependency process >=1.6 && <1.7: using process-1.6.25.0
1691.49 s
[lsp-test] Dependency some >=1.0 && <1.1: using some-1.0.6
1691.49 s
[lsp-test] Dependency text >=1 && <2.2: using text-2.1.2
1691.49 s
[lsp-test] Dependency time >=1.10 && <1.15: using time-1.12.2
1691.49 s
[lsp-test] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.1
1691.49 s
[lsp-test] Dependency unix: using unix-2.8.6.0
1691.49 s
[lsp-test] Dependency aeson: using aeson-2.2.3.0
1691.49 s
[lsp-test] Dependency base: using base-4.20.1.0
1691.49 s
[lsp-test] Dependency containers: using containers-0.7
1691.49 s
[lsp-test] Dependency data-default: using data-default-0.8.0.1
1691.49 s
[lsp-test] Dependency directory: using directory-1.3.8.5
1691.49 s
[lsp-test] Dependency extra: using extra-1.8.1
1691.49 s
[lsp-test] Dependency filepath: using filepath-1.5.4.0
1691.49 s
[lsp-test] Dependency hspec: using hspec-2.11.14
1691.49 s
[lsp-test] Dependency lens: using lens-5.3.5
1691.49 s
[lsp-test] Dependency lsp: using lsp-2.7.0.1
1691.49 s
[lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
1691.49 s
[lsp-test] Dependency mtl: using mtl-2.3.1
1691.49 s
[lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
1691.49 s
[lsp-test] Dependency process: using process-1.6.25.0
1691.49 s
[lsp-test] Dependency text: using text-2.1.2
1691.49 s
[lsp-test] Dependency unliftio: using unliftio-0.2.25.1
1691.49 s
[lsp-test] Dependency aeson: using aeson-2.2.3.0
1691.49 s
[lsp-test] Dependency base: using base-4.20.1.0
1691.49 s
[lsp-test] Dependency co-log-core: using co-log-core-0.3.2.5
1691.49 s
[lsp-test] Dependency extra: using extra-1.8.1
1691.49 s
[lsp-test] Dependency hspec: using hspec-2.11.14
1691.49 s
[lsp-test] Dependency lens: using lens-5.3.5
1691.49 s
[lsp-test] Dependency lsp: using lsp-2.7.0.1
1691.49 s
[lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
1691.49 s
[lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
1691.49 s
[lsp-test] Dependency process: using process-1.6.25.0
1691.49 s
[lsp-test] Dependency unliftio: using unliftio-0.2.25.1
1691.49 s
[lsp-test] Dependency base: using base-4.20.1.0
1691.49 s
[lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
1691.49 s
[lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
1691.49 s
[lsp-test] Source component graph:
1691.49 s
[lsp-test] component lib
1691.49 s
[lsp-test] component test:example dependency lib
1691.49 s
[lsp-test] component test:func-test dependency lib
1691.49 s
[lsp-test] component test:tests dependency lib
1691.49 s
[lsp-test] Configured component graph:
1691.49 s
[lsp-test] component lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.49 s
[lsp-test] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1691.49 s
[lsp-test] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
1691.49 s
[lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.49 s
[lsp-test] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
1691.49 s
[lsp-test] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
1691.49 s
[lsp-test] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1691.49 s
[lsp-test] include base-4.20.1.0-f445
1691.49 s
[lsp-test] include bytestring-0.12.2.0-214a
1691.49 s
[lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1691.49 s
[lsp-test] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1691.49 s
[lsp-test] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
1691.49 s
[lsp-test] include containers-0.7-6571
1691.49 s
[lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.49 s
[lsp-test] include directory-1.3.8.5-159c
1691.49 s
[lsp-test] include exceptions-0.10.9-9158
1691.49 s
[lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.49 s
[lsp-test] include filepath-1.5.4.0-8593
1691.49 s
[lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.49 s
[lsp-test] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1691.49 s
[lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.49 s
[lsp-test] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1691.49 s
[lsp-test] include mtl-2.3.1-07d6
1691.49 s
[lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.49 s
[lsp-test] include process-1.6.25.0-cfae
1691.49 s
[lsp-test] include some-1.0.6-2vfPrhfW68h2RdvtmOEaHU
1691.49 s
[lsp-test] include text-2.1.2-7514
1691.49 s
[lsp-test] include time-1.12.2-9680
1691.49 s
[lsp-test] include transformers-0.6.1.1-05a6
1691.49 s
[lsp-test] include unix-2.8.6.0-a0e2
1691.49 s
[lsp-test] component lsp-test-0.17.1.1-HSoF6M7HFVDsgJwjgOyzs-example
1691.49 s
[lsp-test] include base-4.20.1.0-f445
1691.49 s
[lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.49 s
[lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.49 s
[lsp-test] component lsp-test-0.17.1.1-6NlnnKmalmxI4eaWBqb2Ei-func-test
1691.49 s
[lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.49 s
[lsp-test] include base-4.20.1.0-f445
1691.49 s
[lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1691.49 s
[lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.49 s
[lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1691.49 s
[lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.49 s
[lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.49 s
[lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.49 s
[lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.49 s
[lsp-test] include process-1.6.25.0-cfae
1691.49 s
[lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1691.49 s
[lsp-test] component lsp-test-0.17.1.1-GJ6vsZSUKha2RGGT62RkwM-tests
1691.49 s
[lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.49 s
[lsp-test] include base-4.20.1.0-f445
1691.49 s
[lsp-test] include containers-0.7-6571
1691.49 s
[lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.49 s
[lsp-test] include directory-1.3.8.5-159c
1691.49 s
[lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.49 s
[lsp-test] include filepath-1.5.4.0-8593
1691.49 s
[lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1691.49 s
[lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.49 s
[lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.49 s
[lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.49 s
[lsp-test] include mtl-2.3.1-07d6
1691.49 s
[lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.49 s
[lsp-test] include process-1.6.25.0-cfae
1691.49 s
[lsp-test] include text-2.1.2-7514
1691.49 s
[lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1691.49 s
[lsp-test] Linked component graph:
1691.49 s
[lsp-test] unit lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.49 s
[lsp-test] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1691.49 s
[lsp-test] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
1691.49 s
[lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.49 s
[lsp-test] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
1691.49 s
[lsp-test] include ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
1691.49 s
[lsp-test] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1691.49 s
[lsp-test] include base-4.20.1.0-f445
1691.49 s
[lsp-test] include bytestring-0.12.2.0-214a
1691.49 s
[lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1691.49 s
[lsp-test] include conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1691.49 s
[lsp-test] include conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
1691.49 s
[lsp-test] include containers-0.7-6571
1691.49 s
[lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.49 s
[lsp-test] include directory-1.3.8.5-159c
1691.49 s
[lsp-test] include exceptions-0.10.9-9158
1691.49 s
[lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.49 s
[lsp-test] include filepath-1.5.4.0-8593
1691.49 s
[lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.49 s
[lsp-test] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1691.49 s
[lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.49 s
[lsp-test] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1691.49 s
[lsp-test] include mtl-2.3.1-07d6
1691.49 s
[lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.49 s
[lsp-test] include process-1.6.25.0-cfae
1691.49 s
[lsp-test] include some-1.0.6-2vfPrhfW68h2RdvtmOEaHU
1691.49 s
[lsp-test] include text-2.1.2-7514
1691.49 s
[lsp-test] include time-1.12.2-9680
1691.49 s
[lsp-test] include transformers-0.6.1.1-05a6
1691.50 s
[lsp-test] include unix-2.8.6.0-a0e2
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
1691.50 s
[lsp-test] unit lsp-test-0.17.1.1-HSoF6M7HFVDsgJwjgOyzs-example
1691.52 s
[lsp-test] include base-4.20.1.0-f445
1691.52 s
[lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.52 s
[lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.52 s
[lsp-test] unit lsp-test-0.17.1.1-6NlnnKmalmxI4eaWBqb2Ei-func-test
1691.52 s
[lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.52 s
[lsp-test] include base-4.20.1.0-f445
1691.52 s
[lsp-test] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1691.52 s
[lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.52 s
[lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1691.52 s
[lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.52 s
[lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.52 s
[lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.52 s
[lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.52 s
[lsp-test] include process-1.6.25.0-cfae
1691.52 s
[lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1691.52 s
[lsp-test] unit lsp-test-0.17.1.1-GJ6vsZSUKha2RGGT62RkwM-tests
1691.52 s
[lsp-test] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.52 s
[lsp-test] include base-4.20.1.0-f445
1691.52 s
[lsp-test] include containers-0.7-6571
1691.52 s
[lsp-test] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.52 s
[lsp-test] include directory-1.3.8.5-159c
1691.52 s
[lsp-test] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.52 s
[lsp-test] include filepath-1.5.4.0-8593
1691.52 s
[lsp-test] include hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1691.52 s
[lsp-test] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.53 s
[lsp-test] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.53 s
[lsp-test] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.53 s
[lsp-test] include mtl-2.3.1-07d6
1691.53 s
[lsp-test] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.53 s
[lsp-test] include process-1.6.25.0-cfae
1691.53 s
[lsp-test] include text-2.1.2-7514
1691.53 s
[lsp-test] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1691.53 s
[lsp-test] Ready component graph:
1691.53 s
[lsp-test] definite lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.53 s
[lsp-test] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1691.53 s
[lsp-test] depends Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
1691.53 s
[lsp-test] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.53 s
[lsp-test] depends aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
1691.53 s
[lsp-test] depends ansi-terminal-1.1.3-E1oQgIKAgn0JpDUmxlxAqS
1691.53 s
[lsp-test] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1691.53 s
[lsp-test] depends base-4.20.1.0-f445
1691.53 s
[lsp-test] depends bytestring-0.12.2.0-214a
1691.53 s
[lsp-test] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1691.53 s
[lsp-test] depends conduit-1.3.6.1-BF8z6NEJ6vP1F77VbtCeXQ
1691.53 s
[lsp-test] depends conduit-parse-0.2.1.1-IY2aLQSUfNhL9ODURVhzy0
1691.53 s
[lsp-test] depends containers-0.7-6571
1691.53 s
[lsp-test] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.53 s
[lsp-test] depends directory-1.3.8.5-159c
1691.53 s
[lsp-test] depends exceptions-0.10.9-9158
1691.53 s
[lsp-test] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.53 s
[lsp-test] depends filepath-1.5.4.0-8593
1691.53 s
[lsp-test] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.53 s
[lsp-test] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1691.53 s
[lsp-test] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.53 s
[lsp-test] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1691.53 s
[lsp-test] depends mtl-2.3.1-07d6
1691.53 s
[lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.53 s
[lsp-test] depends process-1.6.25.0-cfae
1691.53 s
[lsp-test] depends some-1.0.6-2vfPrhfW68h2RdvtmOEaHU
1691.53 s
[lsp-test] depends text-2.1.2-7514
1691.53 s
[lsp-test] depends time-1.12.2-9680
1691.53 s
[lsp-test] depends transformers-0.6.1.1-05a6
1691.53 s
[lsp-test] depends unix-2.8.6.0-a0e2
1691.53 s
[lsp-test] definite lsp-test-0.17.1.1-6NlnnKmalmxI4eaWBqb2Ei-func-test
1691.53 s
[lsp-test] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.53 s
[lsp-test] depends base-4.20.1.0-f445
1691.53 s
[lsp-test] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1691.53 s
[lsp-test] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.53 s
[lsp-test] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1691.53 s
[lsp-test] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.53 s
[lsp-test] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.53 s
[lsp-test] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.53 s
[lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.53 s
[lsp-test] depends process-1.6.25.0-cfae
1691.53 s
[lsp-test] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1691.53 s
[lsp-test] definite lsp-test-0.17.1.1-GJ6vsZSUKha2RGGT62RkwM-tests
1691.53 s
[lsp-test] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1691.53 s
[lsp-test] depends base-4.20.1.0-f445
1691.53 s
[lsp-test] depends containers-0.7-6571
1691.53 s
[lsp-test] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1691.53 s
[lsp-test] depends directory-1.3.8.5-159c
1691.53 s
[lsp-test] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1691.53 s
[lsp-test] depends filepath-1.5.4.0-8593
1691.53 s
[lsp-test] depends hspec-2.11.14-IKODR72aATjJGFgJLeMMhy
1691.53 s
[lsp-test] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1691.53 s
[lsp-test] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1691.53 s
[lsp-test] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.53 s
[lsp-test] depends mtl-2.3.1-07d6
1691.53 s
[lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.53 s
[lsp-test] depends process-1.6.25.0-cfae
1691.53 s
[lsp-test] depends text-2.1.2-7514
1691.53 s
[lsp-test] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1691.53 s
[lsp-test] definite lsp-test-0.17.1.1-HSoF6M7HFVDsgJwjgOyzs-example
1691.53 s
[lsp-test] depends base-4.20.1.0-f445
1691.53 s
[lsp-test] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1691.53 s
[lsp-test] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1691.53 s
[lsp-test] Using Cabal-3.12.1.0 compiled by ghc-9.10
1691.53 s
[lsp-test] Using compiler: ghc-9.10.2
1691.53 s
[lsp-test] Using install prefix:
1691.53 s
[lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
1691.53 s
[lsp-test] Executables installed in:
1691.53 s
[lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/bin
1691.53 s
[lsp-test] Libraries installed in:
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
1691.53 s
[lsp-test] Dynamic Libraries installed in:
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
1691.53 s
[lsp-test] Private executables installed in:
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
1691.53 s
[lsp-test] Data files installed in:
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
1691.53 s
[lsp-test] Documentation installed in:
1691.53 s
[lsp-test] /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1
1691.53 s
[lsp-test] Configuration files installed in:
1691.53 s
[lsp-test] /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/etc
1691.53 s
[lsp-test] No alex found
1691.53 s
[lsp-test] Using ar found on system at:
1691.53 s
[lsp-test] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1691.53 s
[lsp-test] No c2hs found
1691.53 s
[lsp-test] No cpphs found
1691.53 s
[lsp-test] No doctest found
1691.53 s
[lsp-test] Using gcc version 14.3.0 given by user at:
1691.53 s
[lsp-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1691.53 s
[lsp-test] Using ghc version 9.10.2 found on system at:
1691.53 s
[lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1691.53 s
[lsp-test] Using ghc-pkg version 9.10.2 found on system at:
1691.53 s
[lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1691.53 s
[lsp-test] No ghcjs found
1691.53 s
[lsp-test] No ghcjs-pkg found
1691.53 s
[lsp-test] No greencard found
1691.53 s
[lsp-test] Using haddock version 2.31.0 found on system at:
1691.53 s
[lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1691.53 s
[lsp-test] No happy found
1691.53 s
[lsp-test] Using haskell-suite found on system at: haskell-suite-dummy-location
1691.53 s
[lsp-test] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1691.53 s
[lsp-test] No hmake found
1691.53 s
[lsp-test] Using hpc version 0.69 found on system at:
1691.53 s
[lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1691.53 s
[lsp-test] Using hsc2hs version 0.68.10 found on system at:
1691.53 s
[lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1691.53 s
[lsp-test] Using hscolour version 1.25 found on system at:
1691.53 s
[lsp-test] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1691.53 s
[lsp-test] No jhc found
1691.53 s
[lsp-test] Using ld found on system at:
1691.53 s
[lsp-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1691.53 s
[lsp-test] No pkg-config found
1691.53 s
[lsp-test] Using runghc version 9.10.2 found on system at:
1691.53 s
[lsp-test] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1691.53 s
[lsp-test] Using strip version 2.44 found on system at:
1691.53 s
[lsp-test] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1691.53 s
[lsp-test] Using tar found on system at:
1691.53 s
[lsp-test] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1691.53 s
[lsp-test] No uhc found
1691.66 s
[hls-plugin-api] Phase: buildPhase
1691.73 s
[hls-plugin-api] Preprocessing library for hls-plugin-api-2.12.0.0...
1691.74 s
[hls-plugin-api] Building library for hls-plugin-api-2.12.0.0...
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 )
1691.90 s
[lsp-test] Phase: buildPhase
1691.98 s
[lsp-test] Preprocessing library for lsp-test-0.17.1.1...
1691.98 s
[lsp-test] Building library for lsp-test-0.17.1.1...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1693.56 s
[lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning : [ GHC-63394 ] [ -Wx-partial ]
1693.56 s
[lsp-test] In the use of ‘head’
1693.56 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
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"."
1693.56 s
[lsp-test] |
1693.56 s
[lsp-test] 483 | head <$> textDocumentVersions uri
1693.56 s
[lsp-test] | ^^^^
1693.56 s
[lsp-test]
1693.56 s
[lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning : [ GHC-63394 ] [ -Wx-partial ]
1693.56 s
[lsp-test] In the use of ‘head’
1693.56 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
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"."
1693.56 s
[lsp-test] |
1693.56 s
[lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
1693.56 s
[lsp-test] | ^^^^
1693.56 s
[lsp-test]
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 )
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 )
1695.66 s
[lsp-test] src/Language/LSP/Test.hs:155:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1695.66 s
[lsp-test] The import of ‘Data.List’ is redundant
1695.66 s
[lsp-test] except perhaps to import instances from ‘Data.List’
1695.66 s
[lsp-test] To import instances alone, use: import Data.List()
1695.66 s
[lsp-test] |
1695.66 s
[lsp-test] 155 | import Data.List
1695.66 s
[lsp-test] | ^^^^^^^^^^^^^^^^
1695.66 s
[lsp-test]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1698.25 s
[hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, dist/build/Ide/Logger.p_o )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1699.21 s
[hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, dist/build/Ide/Types.p_o )
1699.27 s
[lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning : [ GHC-63394 ] [ -Wx-partial ]
1699.27 s
[lsp-test] In the use of ‘head’
1699.27 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
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"."
1699.27 s
[lsp-test] |
1699.27 s
[lsp-test] 483 | head <$> textDocumentVersions uri
1699.27 s
[lsp-test] | ^^^^
1699.27 s
[lsp-test]
1699.27 s
[lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning : [ GHC-63394 ] [ -Wx-partial ]
1699.27 s
[lsp-test] In the use of ‘head’
1699.27 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
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"."
1699.27 s
[lsp-test] |
1699.27 s
[lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
1699.27 s
[lsp-test] | ^^^^
1699.27 s
[lsp-test]
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 )
1701.39 s
[lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, dist/build/Language/LSP/Test.p_o )
1701.45 s
[lsp-test] src/Language/LSP/Test.hs:155:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1701.45 s
[lsp-test] The import of ‘Data.List’ is redundant
1701.45 s
[lsp-test] except perhaps to import instances from ‘Data.List’
1701.45 s
[lsp-test] To import instances alone, use: import Data.List()
1701.45 s
[lsp-test] |
1701.45 s
[lsp-test] 155 | import Data.List
1701.45 s
[lsp-test] | ^^^^^^^^^^^^^^^^
1701.45 s
[lsp-test]
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 )
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 )
1706.04 s
[hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, dist/build/Ide/PluginUtils.p_o )
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 )
1706.48 s
[lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
1706.48 s
[lsp-test] Building test suite 'func-test' for lsp-test-0.17.1.1...
1706.54 s
[lsp-test] [1 of 1] Compiling Main ( func-test/FuncTest.hs, dist/build/func-test/func-test-tmp/Main.o )
1708.20 s
[lsp-test] [2 of 2] Linking dist/build/func-test/func-test
1709.99 s
[lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
1709.99 s
[lsp-test] Building test suite 'tests' for lsp-test-0.17.1.1...
1710.06 s
[lsp-test] [1 of 2] Compiling DummyServer ( test/DummyServer.hs, dist/build/tests/tests-tmp/DummyServer.o )
1710.87 s
[lsp-test] [2 of 2] Compiling Main ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )
1711.06 s
[hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.12.0.0...
1711.07 s
[hls-plugin-api] Building test suite 'tests' for hls-plugin-api-2.12.0.0...
1711.13 s
[hls-plugin-api] [1 of 3] Compiling Ide.PluginUtilsTest ( test/Ide/PluginUtilsTest.hs, dist/build/tests/tests-tmp/Ide/PluginUtilsTest.o )
1711.25 s
[lsp-test] test/Test.hs:259:18: warning : [ GHC-63394 ] [ -Wx-partial ]
1711.25 s
[lsp-test] In the use of ‘head’
1711.25 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
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"."
1711.26 s
[lsp-test] |
1711.26 s
[lsp-test] 259 | let item = head comps
1711.26 s
[lsp-test] | ^^^^
1711.26 s
[lsp-test]
1711.26 s
[lsp-test] test/Test.hs:441:16: warning : [ GHC-63394 ] [ -Wx-partial ]
1711.26 s
[lsp-test] In the use of ‘head’
1711.26 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
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"."
1711.26 s
[lsp-test] |
1711.26 s
[lsp-test] 441 | liftIO $ head rsp ^. L.range `shouldBe` Range (Position 2 3) (Position 4 5)
1711.26 s
[lsp-test] | ^^^^
1711.26 s
[lsp-test]
1711.26 s
[lsp-test] test/Test.hs:447:16: warning : [ GHC-63394 ] [ -Wx-partial ]
1711.26 s
[lsp-test] In the use of ‘head’
1711.26 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
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"."
1711.26 s
[lsp-test] |
1711.26 s
[lsp-test] 447 | liftIO $ head fromRanges `shouldBe` Range (Position 2 3) (Position 4 5)
1711.26 s
[lsp-test] | ^^^^
1711.26 s
[lsp-test]
1711.26 s
[lsp-test] test/Test.hs:450:16: warning : [ GHC-63394 ] [ -Wx-partial ]
1711.26 s
[lsp-test] In the use of ‘head’
1711.26 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
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"."
1711.26 s
[lsp-test] |
1711.26 s
[lsp-test] 450 | liftIO $ head fromRanges `shouldBe` Range (Position 4 5) (Position 2 3)
1711.26 s
[lsp-test] | ^^^^
1711.26 s
[lsp-test]
1711.26 s
[lsp-test] test/Test.hs:462:16: warning : [ GHC-63394 ] [ -Wx-partial ]
1711.26 s
[lsp-test] In the use of ‘head’
1711.26 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
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"."
1711.26 s
[lsp-test] |
1711.26 s
[lsp-test] 462 | liftIO $ head inlayHints ^. L.label `shouldBe` InL ":: Text"
1711.26 s
[lsp-test] | ^^^^
1711.26 s
[lsp-test]
1711.26 s
[lsp-test] test/Test.hs:466:16: warning : [ GHC-63394 ] [ -Wx-partial ]
1711.26 s
[lsp-test] In the use of ‘head’
1711.26 s
[lsp-test] (imported from Data.List.Extra, but defined in GHC.Internal.List):
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"."
1711.26 s
[lsp-test] |
1711.26 s
[lsp-test] 466 | liftIO $ head inlayHints ^. L.tooltip `shouldBe` Just (InL $ "start at " <> T.pack (show (Position 1 2)))
1711.26 s
[lsp-test] | ^^^^
1711.26 s
[lsp-test]
1712.24 s
[hls-plugin-api] [2 of 3] Compiling Ide.TypesTests ( test/Ide/TypesTests.hs, dist/build/tests/tests-tmp/Ide/TypesTests.o )
1712.29 s
[hls-plugin-api] [3 of 3] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
1712.63 s
[hls-plugin-api] [4 of 4] Linking dist/build/tests/tests
1713.35 s
[lsp-test] [3 of 3] Linking dist/build/tests/tests
1714.89 s
[hls-plugin-api] Phase: checkPhase
1715.20 s
[lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
1715.20 s
[lsp-test] Building test suite 'example' for lsp-test-0.17.1.1...
1715.26 s
[lsp-test] [1 of 1] Compiling Main ( example/Test.hs, dist/build/example/example-tmp/Main.o )
1715.27 s
[hls-plugin-api] Running 1 test suites...
1715.27 s
[hls-plugin-api] Test suite tests: RUNNING...
1715.27 s
[hls-plugin-api] Main
1715.27 s
[hls-plugin-api] PluginUtils
1715.27 s
[hls-plugin-api] unescape
1715.27 s
[hls-plugin-api] no double quote: OK
1715.27 s
[hls-plugin-api] whole string quoted: OK
1715.27 s
[hls-plugin-api] text before quotes should not be unescaped: OK
1715.27 s
[hls-plugin-api] some text after quotes: OK
1715.27 s
[hls-plugin-api] many pairs of quote: OK
1715.27 s
[hls-plugin-api] double quote itself should not be unescaped: OK
1715.27 s
[hls-plugin-api] control characters should not be escaped: OK
1715.27 s
[hls-plugin-api] extractTextInRange
1715.28 s
[hls-plugin-api] inline range: OK
1715.28 s
[hls-plugin-api] inline range with empty content: OK
1715.28 s
[hls-plugin-api] multiline range with empty content: OK
1715.28 s
[hls-plugin-api] multiline range: OK
1715.28 s
[hls-plugin-api] multiline range with end pos at the line below the last line: OK
1715.68 s
[lsp-test] [2 of 2] Linking dist/build/example/example
1717.38 s
[lsp-test] Phase: checkPhase
1717.76 s
[hls-plugin-api] RangeMap-List filtering identical: OK (2.48s)
1717.78 s
[hls-plugin-api] +++ OK, passed 100 tests:
1717.78 s
[hls-plugin-api] 63% no matches
1717.78 s
[hls-plugin-api] 21% 1 match
1717.78 s
[hls-plugin-api] 16% >1 matches
1717.78 s
[hls-plugin-api] property api tests
1717.78 s
[hls-plugin-api] property toVSCodeExtensionSchema: OK
1717.78 s
[hls-plugin-api] Golden file did not exist; created
1717.78 s
[hls-plugin-api] property toDefaultJSON: OK
1717.78 s
[hls-plugin-api] Golden file did not exist; created
1717.78 s
[hls-plugin-api] parsePropertyPath single key path: OK
1717.78 s
[hls-plugin-api] parsePropertyPath two key path: OK
1717.78 s
[hls-plugin-api] parsePropertyPath two key path default: OK
1717.78 s
[hls-plugin-api] parsePropertyPath two key path not default: OK
1717.78 s
[hls-plugin-api] PluginTypes
1717.78 s
[hls-plugin-api] combineResponses
1717.78 s
[hls-plugin-api] TextDocumentDefinition
1717.78 s
[hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
1717.78 s
[hls-plugin-api] merges all location link responses into one with all links (with link support): OK
1717.78 s
[hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
1717.78 s
[hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
1717.78 s
[hls-plugin-api] ignores Null responses when other responses are available: OK
1717.78 s
[hls-plugin-api] returns Null when all responses are Null: OK
1717.78 s
[hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
1717.78 s
[hls-plugin-api] +++ OK, passed 100 tests:
1717.78 s
[hls-plugin-api] 91% Has at least one response with locations
1717.78 s
[hls-plugin-api] 89% Has at least one response with links
1717.78 s
[hls-plugin-api] 86% Has at least one response with Null
1717.78 s
[hls-plugin-api] TextDocumentTypeDefinition
1717.78 s
[hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
1717.78 s
[hls-plugin-api] merges all location link responses into one with all links (with link support): OK
1717.78 s
[hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
1717.78 s
[hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
1717.78 s
[hls-plugin-api] ignores Null responses when other responses are available: OK
1717.78 s
[hls-plugin-api] returns Null when all responses are Null: OK
1717.78 s
[hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
1717.78 s
[hls-plugin-api] +++ OK, passed 100 tests:
1717.78 s
[hls-plugin-api] 94% Has at least one response with locations
1717.78 s
[hls-plugin-api] 90% Has at least one response with Null
1717.78 s
[hls-plugin-api] 90% Has at least one response with links
1717.78 s
[hls-plugin-api]
1717.78 s
[hls-plugin-api] All 33 tests passed (2.48s)
1717.78 s
[lsp-test] Running 2 test suites...
1717.78 s
[lsp-test] Test suite tests: RUNNING...
1717.78 s
[hls-plugin-api] Test suite tests: PASS
1717.78 s
[hls-plugin-api] Test suite logged to: dist/test/hls-plugin-api-2.12.0.0-tests.log
1717.78 s
[hls-plugin-api] 1 of 1 test suites (1 of 1 test cases) passed.
1717.78 s
[lsp-test]
1717.78 s
[lsp-test] Session
1717.78 s
[hls-plugin-api] Phase: haddockPhase
1717.91 s
[hls-plugin-api] Preprocessing library for hls-plugin-api-2.12.0.0...
1717.91 s
[hls-plugin-api] Running Haddock on library for hls-plugin-api-2.12.0.0...
1717.91 s
[hls-plugin-api] Warning: The documentation for the following packages are not installed. No
1717.91 s
[hls-plugin-api] links will be generated to these packages: attoparsec-0.14.4,
1717.91 s
[hls-plugin-api] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
1718.25 s
[hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, nothing )
1718.52 s
[hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, nothing )
1718.53 s
[hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, nothing )
1718.55 s
[hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, nothing )
1718.76 s
[hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, nothing )
1719.33 s
[hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, nothing )
1719.77 s
[lsp-test] fails a test [✔]
1719.77 s
[lsp-test] initializeResponse [✔]
1719.77 s
[lsp-test] runSessionWithConfig [✔]
1719.77 s
[lsp-test] withTimeout
1720.32 s
[hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, nothing )
1720.37 s
[hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, nothing )
1720.39 s
[hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, nothing )
1720.44 s
[hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, nothing )
1720.48 s
[hls-plugin-api] Haddock coverage:
1720.49 s
[hls-plugin-api] Warning: 'Recorder' is ambiguous. It is defined
1720.49 s
[hls-plugin-api] * at src/Ide/Logger.hs:86:24
1720.49 s
[hls-plugin-api] * at src/Ide/Logger.hs:86:1
1720.49 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.49 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.49 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Logger.hs:86:1
1720.49 s
[hls-plugin-api] 35% ( 7 / 20) in 'Ide.Logger'
1720.49 s
[hls-plugin-api] Missing documentation for:
1720.49 s
[hls-plugin-api] Priority (src/Ide/Logger.hs:70)
1720.49 s
[hls-plugin-api] WithPriority (src/Ide/Logger.hs:81)
1720.49 s
[hls-plugin-api] logWith (src/Ide/Logger.hs:90)
1720.49 s
[hls-plugin-api] cmap (src/Ide/Logger.hs:108)
1720.49 s
[hls-plugin-api] cmapIO (src/Ide/Logger.hs:114)
1720.49 s
[hls-plugin-api] cfilter (src/Ide/Logger.hs:119)
1720.49 s
[hls-plugin-api] withFileRecorder (src/Ide/Logger.hs:142)
1720.49 s
[hls-plugin-api] makeDefaultStderrRecorder (src/Ide/Logger.hs:129)
1720.49 s
[hls-plugin-api] makeDefaultHandleRecorder (src/Ide/Logger.hs:159)
1720.49 s
[hls-plugin-api] LoggingColumn (src/Ide/Logger.hs:168)
1720.49 s
[hls-plugin-api] cmapWithPrio (src/Ide/Logger.hs:111)
1720.49 s
[hls-plugin-api] toCologActionWithPrio (src/Ide/Logger.hs:275)
1720.49 s
[hls-plugin-api] defaultLoggingColumns (src/Ide/Logger.hs:176)
1720.49 s
[hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.HandleRequestTypes'
1720.49 s
[hls-plugin-api] Missing documentation for:
1720.49 s
[hls-plugin-api] Module header
1720.49 s
[hls-plugin-api] Warning: 'pluginEnabled' is out of scope.
1720.49 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1720.49 s
[hls-plugin-api] Warning: 'showWindow' is out of scope.
1720.49 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1720.49 s
[hls-plugin-api] Warning: 'handlesRequest' is out of scope.
1720.49 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1720.49 s
[hls-plugin-api] Warning: 'combineResponses' is out of scope.
1720.49 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1720.49 s
[hls-plugin-api] 50% ( 4 / 8) in 'Ide.Plugin.Error'
1720.49 s
[hls-plugin-api] Missing documentation for:
1720.49 s
[hls-plugin-api] Module header
1720.49 s
[hls-plugin-api] handleMaybe (src/Ide/Plugin/Error.hs:139)
1720.49 s
[hls-plugin-api] handleMaybeM (src/Ide/Plugin/Error.hs:142)
1720.49 s
[hls-plugin-api] getNormalizedFilePathE (src/Ide/Plugin/Error.hs:145)
1720.49 s
[hls-plugin-api] Warning: 'PropertyKey' is ambiguous. It is defined
1720.49 s
[hls-plugin-api] * at src/Ide/Plugin/Properties.hs:114:20
1720.49 s
[hls-plugin-api] * at src/Ide/Plugin/Properties.hs:114:1
1720.49 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.49 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.49 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:114:1
1720.49 s
[hls-plugin-api] Warning: 'MetaData' is ambiguous. It is defined
1720.49 s
[hls-plugin-api] * at src/Ide/Plugin/Properties.hs:89:3
1720.49 s
[hls-plugin-api] * at src/Ide/Plugin/Properties.hs:88:1
1720.49 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.49 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.49 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/Properties.hs:88:1
1720.49 s
[hls-plugin-api] Warning: 'plcConfig' is out of scope.
1720.49 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1720.50 s
[hls-plugin-api] 70% ( 22 / 31) in 'Ide.Plugin.Properties'
1720.50 s
[hls-plugin-api] Missing documentation for:
1720.50 s
[hls-plugin-api] Module header
1720.50 s
[hls-plugin-api] ToHsType (src/Ide/Plugin/Properties.hs:75)
1720.50 s
[hls-plugin-api] NotElem (src/Ide/Plugin/Properties.hs:209)
1720.50 s
[hls-plugin-api] HasPropertyByPath (src/Ide/Plugin/Properties.hs:218)
1720.50 s
[hls-plugin-api] definePropertiesProperty (src/Ide/Plugin/Properties.hs:423)
1720.50 s
[hls-plugin-api] usePropertyByPathEither
1720.50 s
[hls-plugin-api] usePropertyByPath
1720.50 s
[hls-plugin-api] PluginCustomConfig (src/Ide/Plugin/Properties.hs:523)
1720.50 s
[hls-plugin-api] PluginCustomConfigParam (src/Ide/Plugin/Properties.hs:527)
1720.50 s
[hls-plugin-api] Warning: 'RangeMap' is ambiguous. It is defined
1720.50 s
[hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:22
1720.50 s
[hls-plugin-api] * at src/Ide/Plugin/RangeMap.hs:36:1
1720.50 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.50 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.50 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Plugin/RangeMap.hs:36:1
1720.50 s
[hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
1720.50 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
1720.50 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
1720.50 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.50 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.50 s
[hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
1720.50 s
[hls-plugin-api] 83% ( 5 / 6) in 'Ide.Plugin.RangeMap'
1720.50 s
[hls-plugin-api] Missing documentation for:
1720.50 s
[hls-plugin-api] fromList' (src/Ide/Plugin/RangeMap.hs:55)
1720.50 s
[hls-plugin-api] Warning: 'ExtraParams' is out of scope.
1720.50 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1720.50 s
[hls-plugin-api] Warning: 'DynFlagsModifications' is ambiguous. It is defined
1720.50 s
[hls-plugin-api] * at src/Ide/Types.hs:144:3
1720.50 s
[hls-plugin-api] * at src/Ide/Types.hs:143:1
1720.50 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.50 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.50 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:143:1
1720.50 s
[hls-plugin-api] Warning: 'PluginDescriptor' is ambiguous. It is defined
1720.50 s
[hls-plugin-api] * at src/Ide/Types.hs:317:3
1720.50 s
[hls-plugin-api] * at src/Ide/Types.hs:316:1
1720.50 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.50 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.50 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:316:1
1720.50 s
[hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
1720.50 s
[hls-plugin-api] * at src/Ide/Types.hs:257:5
1720.50 s
[hls-plugin-api] * at src/Ide/Types.hs:256:1
1720.50 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.50 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.50 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
1720.50 s
[hls-plugin-api] 42% ( 22 / 52) in 'Ide.Types'
1720.50 s
[hls-plugin-api] Missing documentation for:
1720.50 s
[hls-plugin-api] Module header
1720.50 s
[hls-plugin-api] PluginDescriptor (src/Ide/Types.hs:316)
1720.50 s
[hls-plugin-api] defaultPluginPriority (src/Ide/Types.hs:1042)
1720.50 s
[hls-plugin-api] describePlugin (src/Ide/Types.hs:337)
1720.50 s
[hls-plugin-api] IdeCommand (src/Ide/Types.hs:165)
1720.50 s
[hls-plugin-api] IdePlugins (src/Ide/Types.hs:114)
1720.50 s
[hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
1720.50 s
[hls-plugin-api] SessionLoadingPreferenceConfig (src/Ide/Types.hs:220)
1720.50 s
[hls-plugin-api] defaultConfigDescriptor (src/Ide/Types.hs:381)
1720.50 s
[hls-plugin-api] mkCustomConfig (src/Ide/Types.hs:378)
1720.50 s
[hls-plugin-api] FallbackCodeActionParams (src/Ide/Types.hs:1202)
1720.50 s
[hls-plugin-api] FormattingMethod (src/Ide/Types.hs:1185)
1720.50 s
[hls-plugin-api] FormattingHandler (src/Ide/Types.hs:1191)
1720.50 s
[hls-plugin-api] HasTracing (src/Ide/Types.hs:1214)
1720.50 s
[hls-plugin-api] PluginCommand (src/Ide/Types.hs:1094)
1720.50 s
[hls-plugin-api] CommandId (src/Ide/Types.hs:1089)
1720.50 s
[hls-plugin-api] CommandFunction (src/Ide/Types.hs:1102)
1720.50 s
[hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1249)
1720.50 s
[hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1254)
1720.50 s
[hls-plugin-api] PluginId (src/Ide/Types.hs:1167)
1720.50 s
[hls-plugin-api] runHandlerM (src/Ide/Types.hs:937)
1720.50 s
[hls-plugin-api] PluginHandlers (src/Ide/Types.hs:969)
1720.50 s
[hls-plugin-api] PluginMethodHandler (src/Ide/Types.hs:989)
1720.50 s
[hls-plugin-api] PluginNotificationHandler (src/Ide/Types.hs:966)
1720.51 s
[hls-plugin-api] PluginNotificationHandlers (src/Ide/Types.hs:970)
1720.51 s
[hls-plugin-api] PluginRequestMethod (src/Ide/Types.hs:641)
1720.51 s
[hls-plugin-api] getProcessID (src/Ide/Types.hs:1271)
1720.51 s
[hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1273)
1720.51 s
[hls-plugin-api] lookupCommandProvider
1720.51 s
[hls-plugin-api] ResolveFunction (src/Ide/Types.hs:1110)
1720.51 s
[hls-plugin-api] 100% ( 3 / 3) in 'Ide.Plugin.Resolve'
1720.51 s
[hls-plugin-api] Warning: 'PluginConfig' is ambiguous. It is defined
1720.51 s
[hls-plugin-api] * at src/Ide/Types.hs:257:5
1720.51 s
[hls-plugin-api] * at src/Ide/Types.hs:256:1
1720.51 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.51 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.51 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:256:1
1720.51 s
[hls-plugin-api] 50% ( 3 / 6) in 'Ide.Plugin.Config'
1720.51 s
[hls-plugin-api] Missing documentation for:
1720.51 s
[hls-plugin-api] Module header
1720.51 s
[hls-plugin-api] parseConfig (src/Ide/Plugin/Config.hs:38)
1720.51 s
[hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
1720.51 s
[hls-plugin-api] Warning: 'Range' is ambiguous. It is defined
1720.51 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
1720.51 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.Range’
1720.51 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.51 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.51 s
[hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
1720.51 s
[hls-plugin-api] Warning: 'WorkspaceEdit' is ambiguous. It is defined
1720.51 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
1720.51 s
[hls-plugin-api] * in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
1720.51 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.51 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.51 s
[hls-plugin-api] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.WorkspaceEdit’
1720.51 s
[hls-plugin-api] Warning: Ide.PluginUtils: Couldn't find .haddock for export positionInRange
1720.51 s
[hls-plugin-api] 58% ( 20 / 34) in 'Ide.PluginUtils'
1720.51 s
[hls-plugin-api] Missing documentation for:
1720.51 s
[hls-plugin-api] Module header
1720.51 s
[hls-plugin-api] WithDeletions (src/Ide/PluginUtils.hs:105)
1720.51 s
[hls-plugin-api] getProcessID (src/Ide/Types.hs:1271)
1720.51 s
[hls-plugin-api] makeDiffTextEdit (src/Ide/PluginUtils.hs:115)
1720.51 s
[hls-plugin-api] makeDiffTextEditAdditive (src/Ide/PluginUtils.hs:118)
1720.51 s
[hls-plugin-api] pluginDescToIdePlugins (src/Ide/PluginUtils.hs:199)
1720.51 s
[hls-plugin-api] idePluginsToPluginDesc (src/Ide/PluginUtils.hs:202)
1720.51 s
[hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1249)
1720.51 s
[hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1254)
1720.51 s
[hls-plugin-api] allLspCmdIds (src/Ide/PluginUtils.hs:303)
1720.51 s
[hls-plugin-api] allLspCmdIds' (src/Ide/PluginUtils.hs:299)
1720.51 s
[hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1273)
1720.51 s
[hls-plugin-api] subRange (src/Ide/PluginUtils.hs:279)
1720.51 s
[hls-plugin-api] positionInRange
1720.51 s
[hls-plugin-api] Warning: 'Config' is ambiguous. It is defined
1720.51 s
[hls-plugin-api] * at src/Ide/Types.hs:174:3
1720.51 s
[hls-plugin-api] * at src/Ide/Types.hs:173:1
1720.51 s
[hls-plugin-api] You may be able to disambiguate the identifier by qualifying it or
1720.51 s
[hls-plugin-api] by specifying the type/value namespace explicitly.
1720.51 s
[hls-plugin-api] Defaulting to the one defined at src/Ide/Types.hs:173:1
1720.51 s
[hls-plugin-api] 75% ( 3 / 4) in 'Ide.Plugin.ConfigUtils'
1720.51 s
[hls-plugin-api] Missing documentation for:
1720.51 s
[hls-plugin-api] Module header
1722.50 s
[hls-plugin-api] Warning: Ide.Plugin.Error: could not find link destinations for:
1722.50 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ErrorCodes.ErrorCodes
1722.50 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.LSPErrorCodes
1722.50 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
1722.50 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
1722.50 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
1722.50 s
[hls-plugin-api] Warning: Ide.Plugin.Properties: could not find link destinations for:
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.FindPropertyMeta
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.Elem
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.FindByKeyName
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.FindByKeyPath
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.IsTEnum
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.IsProperties
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.ParsePropertyPath
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.NonEmptyList
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.:|
1722.50 s
[hls-plugin-api] - Ide.Plugin.Properties.NE
1722.50 s
[hls-plugin-api] Warning: Ide.Plugin.RangeMap: could not find link destinations for:
1722.50 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
1722.50 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
1722.51 s
[hls-plugin-api] Warning: Ide.Types: could not find link destinations for:
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageResult
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyIncomingCalls
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyOutgoingCalls
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeLensResolve
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CompletionItemResolve
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_Initialized
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_InlayHintResolve
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeLens
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCompletion
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidSave
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentHighlight
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFoldingRange
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFormatting
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentHover
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentInlayHint
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareCallHierarchy
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareRename
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRangeFormatting
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRename
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSelectionRange
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFull
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFullDelta
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSignatureHelp
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeConfiguration
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWatchedFiles
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWorkspaceFolders
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceExecuteCommand
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Message.LspId.LspId
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ClientToServer
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ServerToClient
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.MessageKind
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Notification
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Request
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Method.SClientMethod
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Method.SServerMethod
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Types.TResponseError
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.DidChangeConfigurationParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.DidChangeWatchedFilesParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.DidChangeWorkspaceFoldersParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.ExecuteCommandParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializedParams.InitializedParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.WorkspaceSymbolParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Common.Null
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasData_
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasOptions
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasTextDocument
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasUri
1722.51 s
[hls-plugin-api] - Ide.Types.PluginNotificationMethodHandler
1722.51 s
[hls-plugin-api] - Ide.Types.PluginNotificationMethod
1722.51 s
[hls-plugin-api] - Ide.Types.Rep_FallbackCodeActionParams
1722.51 s
[hls-plugin-api] - Ide.Types.Rep_SessionLoadingPreferenceConfig
1722.51 s
[hls-plugin-api] - Ide.Types.Rep_CheckParents
1722.51 s
[hls-plugin-api] Warning: Ide.Plugin.Resolve: could not find link destinations for:
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
1722.51 s
[hls-plugin-api] - Ide.Plugin.Resolve.Log
1722.51 s
[hls-plugin-api] Warning: Ide.Plugin.Config: could not find link destinations for:
1722.51 s
[hls-plugin-api] - Ide.Types.Rep_CheckParents
1722.51 s
[hls-plugin-api] Warning: Ide.PluginUtils: could not find link destinations for:
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1722.51 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
1724.77 s
[lsp-test] times out [✔]
1726.78 s
[lsp-test] doesn't time out [✔]
1731.78 s
[lsp-test] further timeout messages are ignored [✔]
1733.52 s
[hls-plugin-api] Documentation created: dist/doc/html/hls-plugin-api/,
1733.56 s
[hls-plugin-api] dist/doc/html/hls-plugin-api/hls-plugin-api.txt
1733.58 s
[hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.12.0.0...
1733.59 s
[hls-plugin-api] Phase: installPhase
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
1734.15 s
[hls-plugin-api] Phase: fixupPhase
1734.16 s
[hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0
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
1734.21 s
[hls-plugin-api] checking for references to /build/ in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0...
1734.23 s
[hls-plugin-api] patching script interpreter paths in /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0
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
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
1734.40 s
[hls-plugin-api] checking for references to /build/ in /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc...
1734.42 s
[hls-plugin-api] patching script interpreter paths in /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc
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
1735.60 s
[post-build-hook] Pushing 2 paths (319 are already present) using zstd to cache sellout ⏳
1735.60 s
[post-build-hook]
1735.95 s
[post-build-hook] Pushing /nix/store/z8z3yry62gdja5j2xapmj09bjk61qacx-hls-plugin-api-2.12.0.0-doc (3.21 MiB)
1736.10 s
[post-build-hook] Pushing /nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0 (13.88 MiB)
1737.14 s
[post-build-hook]
1737.14 s
[post-build-hook] All done.
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
1737.19 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1737.45 s
[post-build-hook] copying 2 paths...
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'...
1738.00 s
[post-build-hook] copying path '/nix/store/mkcxi9dcaar2jf7612294ln70cmxbf09-hls-plugin-api-2.12.0.0' to 'https://cache.nix-ci.com'...
1740.80 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1740.99 s
[post-build-hook] copying 1 paths...
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'...
1741.16 s
Progress: 151 of 157 built (1 building), 587 of 587 downloaded from cache
1741.23 s
Building ghcide
1741.23 s
[lsp-test] overrides global message timeout [✔]
1741.72 s
[ghcide] Phase: setupCompilerEnvironmentPhase
1741.72 s
[ghcide] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1742.19 s
[ghcide] Phase: unpackPhase
1742.19 s
[ghcide] unpacking source archive /nix/store/r8a7irklqdy432d00rvcnw0mz57l57fk-ghcide-2.12.0.0.tar.gz
1742.20 s
[ghcide] source root is ghcide-2.12.0.0
1742.21 s
[ghcide] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ghcide-2.12.0.0/src/Text/Fuzzy/Parallel.hs"
1742.21 s
[ghcide] Phase: patchPhase
1742.22 s
[ghcide] Phase: compileBuildDriverPhase
1742.22 s
[ghcide] setupCompileFlags: -package-db=/build/tmp.MzXyHDmmug/setup-package.conf.d -threaded
1742.27 s
[ghcide] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.MzXyHDmmug/Main.o )
1742.31 s
[ghcide] [2 of 2] Linking Setup
1743.43 s
[ghcide] Phase: updateAutotoolsGnuConfigScriptsPhase
1743.44 s
[ghcide] Phase: configurePhase
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
1743.46 s
[ghcide] Using Parsec parser
1743.46 s
[ghcide] Configuring ghcide-2.12.0.0...
1743.90 s
[ghcide] Flags chosen: executable=True, pedantic=False
1744.14 s
[ghcide] Dependency Diff >=0.5 && <0.6 || >=1.0.0 && <1.1: using Diff-1.0.2
1744.14 s
[ghcide] Dependency Glob: using Glob-0.10.2
1744.14 s
[ghcide] Dependency aeson: using aeson-2.2.3.0
1744.14 s
[ghcide] Dependency array: using array-0.5.8.0
1744.14 s
[ghcide] Dependency async: using async-2.2.5
1744.14 s
[ghcide] Dependency base >=4.16 && <5: using base-4.20.1.0
1744.14 s
[ghcide] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
1744.14 s
[ghcide] Dependency binary: using binary-0.8.9.3
1744.14 s
[ghcide] Dependency bytestring: using bytestring-0.12.2.0
1744.14 s
[ghcide] Dependency case-insensitive: using case-insensitive-1.2.1.0
1744.14 s
[ghcide] Dependency co-log-core: using co-log-core-0.3.2.5
1744.14 s
[ghcide] Dependency containers: using containers-0.7
1744.14 s
[ghcide] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
1744.14 s
[ghcide] cryptohash-sha1-0.11.101.0
1744.14 s
[ghcide] Dependency data-default: using data-default-0.8.0.1
1744.14 s
[ghcide] Dependency deepseq: using deepseq-1.5.0.0
1744.14 s
[ghcide] Dependency dependent-map: using dependent-map-0.4.0.1
1744.14 s
[ghcide] Dependency dependent-sum: using dependent-sum-0.7.2.0
1744.14 s
[ghcide] Dependency directory: using directory-1.3.8.5
1744.14 s
[ghcide] Dependency dlist: using dlist-1.0
1744.14 s
[ghcide] Dependency enummapset: using enummapset-0.7.3.0
1744.14 s
[ghcide] Dependency exceptions: using exceptions-0.10.9
1744.14 s
[ghcide] Dependency extra >=1.7.14: using extra-1.8.1
1744.14 s
[ghcide] Dependency filepath: using filepath-1.5.4.0
1744.14 s
[ghcide] Dependency fingertree: using fingertree-0.1.6.2
1744.14 s
[ghcide] Dependency focus >=1.0.3.2: using focus-1.0.3.2
1744.14 s
[ghcide] Dependency ghc >=9.2: using ghc-9.10.2
1744.14 s
[ghcide] Dependency ghc-boot: using ghc-boot-9.10.2
1744.14 s
[ghcide] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
1744.14 s
[ghcide] Dependency ghc-trace-events: using ghc-trace-events-0.1.2.10
1744.14 s
[ghcide] Dependency haddock-library >=1.8 && <1.12: using haddock-library-1.11.0
1744.14 s
[ghcide] Dependency hashable: using hashable-1.5.0.0
1744.14 s
[ghcide] Dependency hie-bios >=0.17.0 && <0.18: using hie-bios-0.17.0
1744.14 s
[ghcide] Dependency hiedb >=0.7.0.0 && <0.8: using hiedb-0.7.0.0
1744.14 s
[ghcide] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
1744.14 s
[ghcide] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1744.14 s
[ghcide] Dependency implicit-hie >=0.1.4.0 && <0.1.5: using implicit-hie-0.1.4.0
1744.14 s
[ghcide] Dependency lens: using lens-5.3.5
1744.14 s
[ghcide] Dependency lens-aeson: using lens-aeson-1.2.3
1744.14 s
[ghcide] Dependency list-t: using list-t-1.0.5.7
1744.14 s
[ghcide] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1744.14 s
[ghcide] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1744.14 s
[ghcide] Dependency mtl: using mtl-2.3.1
1744.14 s
[ghcide] Dependency opentelemetry >=0.6.1: using opentelemetry-0.8.0
1744.14 s
[ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1744.14 s
[ghcide] Dependency os-string: using os-string-2.0.4
1744.14 s
[ghcide] Dependency parallel: using parallel-3.2.2.0
1744.14 s
[ghcide] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
1744.14 s
[ghcide] Dependency prettyprinter-ansi-terminal: using
1744.14 s
[ghcide] prettyprinter-ansi-terminal-1.1.3
1744.14 s
[ghcide] Dependency random: using random-1.2.1.3
1744.14 s
[ghcide] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.5
1744.14 s
[ghcide] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1744.14 s
[ghcide] Dependency sorted-list: using sorted-list-0.2.3.1
1744.14 s
[ghcide] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
1744.14 s
[ghcide] Dependency stm: using stm-2.5.3.1
1744.14 s
[ghcide] Dependency stm-containers: using stm-containers-1.2.1.1
1744.14 s
[ghcide] Dependency syb: using syb-0.7.2.4
1744.14 s
[ghcide] Dependency text: using text-2.1.2
1744.14 s
[ghcide] Dependency text-rope: using text-rope-0.3
1744.14 s
[ghcide] Dependency time: using time-1.12.2
1744.14 s
[ghcide] Dependency transformers: using transformers-0.6.1.1
1744.14 s
[ghcide] Dependency unix: using unix-2.8.6.0
1744.14 s
[ghcide] Dependency unliftio >=0.2.6: using unliftio-0.2.25.1
1744.14 s
[ghcide] Dependency unliftio-core: using unliftio-core-0.2.1.0
1744.14 s
[ghcide] Dependency unordered-containers >=0.2.10.0: using
1744.14 s
[ghcide] unordered-containers-0.2.20.1
1744.14 s
[ghcide] Dependency vector: using vector-0.13.2.0
1744.14 s
[ghcide] Dependency base >=4.16 && <5: using base-4.20.1.0
1744.14 s
[ghcide] Dependency data-default: using data-default-0.8.0.1
1744.14 s
[ghcide] Dependency extra: using extra-1.8.1
1744.14 s
[ghcide] Dependency ghcide: using ghcide-2.12.0.0
1744.14 s
[ghcide] Dependency gitrev: using gitrev-1.3.1
1744.14 s
[ghcide] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
1744.14 s
[ghcide] Dependency lsp: using lsp-2.7.0.1
1744.14 s
[ghcide] Dependency lsp-types: using lsp-types-2.3.0.1
1744.14 s
[ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1744.14 s
[ghcide] Source component graph:
1744.14 s
[ghcide] component lib
1744.14 s
[ghcide] component exe:ghcide dependency lib
1744.14 s
[ghcide] Configured component graph:
1744.14 s
[ghcide] component ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1744.14 s
[ghcide] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1744.14 s
[ghcide] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
1744.14 s
[ghcide] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1744.14 s
[ghcide] include array-0.5.8.0-cc9a
1744.14 s
[ghcide] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1744.14 s
[ghcide] include base-4.20.1.0-f445
1744.14 s
[ghcide] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
1744.14 s
[ghcide] include binary-0.8.9.3-9c52
1744.14 s
[ghcide] include bytestring-0.12.2.0-214a
1744.14 s
[ghcide] include case-insensitive-1.2.1.0-vU7iwxIkw6BDRoJiOKUX9
1744.14 s
[ghcide] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1744.14 s
[ghcide] include containers-0.7-6571
1744.14 s
[ghcide] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
1744.14 s
[ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1744.14 s
[ghcide] include deepseq-1.5.0.0-e166
1744.14 s
[ghcide] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
1744.14 s
[ghcide] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
1744.14 s
[ghcide] include directory-1.3.8.5-159c
1744.14 s
[ghcide] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1744.14 s
[ghcide] include enummapset-0.7.3.0-83zBcgAIiKr1fHwqucnrZL
1744.14 s
[ghcide] include exceptions-0.10.9-9158
1744.14 s
[ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1744.14 s
[ghcide] include filepath-1.5.4.0-8593
1744.14 s
[ghcide] include fingertree-0.1.6.2-1lNdNO4Gz5uBDmiMG9OkLP
1744.14 s
[ghcide] include focus-1.0.3.2-A1mcknJtcM99CPf9n92aCp
1744.14 s
[ghcide] include ghc-9.10.2-2a2a
1744.14 s
[ghcide] include ghc-boot-9.10.2-578d
1744.14 s
[ghcide] include ghc-boot-th-9.10.2-7d1d
1744.14 s
[ghcide] include ghc-trace-events-0.1.2.10-JBjDTLUoSWGBT7rrd8wL2n
1744.14 s
[ghcide] include haddock-library-1.11.0-JTyg2hEy26hLcpRPKRpKNn
1744.14 s
[ghcide] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1744.14 s
[ghcide] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1744.14 s
[ghcide] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
1744.14 s
[ghcide] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1744.14 s
[ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1744.14 s
[ghcide] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1744.14 s
[ghcide] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1744.14 s
[ghcide] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1744.14 s
[ghcide] include list-t-1.0.5.7-BOnwoxq6tDaJr8O3teHp4K
1744.14 s
[ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1744.14 s
[ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1744.14 s
[ghcide] include mtl-2.3.1-07d6
1744.14 s
[ghcide] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
1744.14 s
[ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1744.14 s
[ghcide] include os-string-2.0.4-1192
1744.14 s
[ghcide] include parallel-3.2.2.0-5fsxw07poNuAwHtqpcD3CY
1744.14 s
[ghcide] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1744.14 s
[ghcide] include prettyprinter-ansi-terminal-1.1.3-6PQJV0a37kr9htTrgBHOWx
1744.14 s
[ghcide] include random-1.2.1.3-AmyB5M6i6upJCxKBwzEGRh
1744.14 s
[ghcide] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1744.14 s
[ghcide] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1744.14 s
[ghcide] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
1744.14 s
[ghcide] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
1744.14 s
[ghcide] include stm-2.5.3.1-662c
1744.14 s
[ghcide] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
1744.14 s
[ghcide] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1744.14 s
[ghcide] include text-2.1.2-7514
1744.14 s
[ghcide] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1744.14 s
[ghcide] include time-1.12.2-9680
1744.14 s
[ghcide] include transformers-0.6.1.1-05a6
1744.14 s
[ghcide] include unix-2.8.6.0-a0e2
1744.14 s
[ghcide] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1744.14 s
[ghcide] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1744.14 s
[ghcide] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1744.14 s
[ghcide] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1744.14 s
[ghcide] component ghcide-2.12.0.0-10KODyNss5aHjq2HWkBptf-ghcide
1744.14 s
[ghcide] include base-4.20.1.0-f445
1744.14 s
[ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1744.14 s
[ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1744.14 s
[ghcide] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1744.14 s
[ghcide] include gitrev-1.3.1-5N1vaCJSguILBTEC6ZF0JZ
1744.14 s
[ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1744.14 s
[ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1744.14 s
[ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1744.14 s
[ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1744.14 s
[ghcide] Linked component graph:
1744.14 s
[ghcide] unit ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1744.14 s
[ghcide] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1744.14 s
[ghcide] include Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
1744.14 s
[ghcide] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1744.14 s
[ghcide] include array-0.5.8.0-cc9a
1744.14 s
[ghcide] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1744.14 s
[ghcide] include base-4.20.1.0-f445
1744.14 s
[ghcide] include base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
1744.14 s
[ghcide] include binary-0.8.9.3-9c52
1744.14 s
[ghcide] include bytestring-0.12.2.0-214a
1744.14 s
[ghcide] include case-insensitive-1.2.1.0-vU7iwxIkw6BDRoJiOKUX9
1744.14 s
[ghcide] include co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1744.14 s
[ghcide] include containers-0.7-6571
1744.14 s
[ghcide] include cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
1744.14 s
[ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1744.14 s
[ghcide] include deepseq-1.5.0.0-e166
1744.14 s
[ghcide] include dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
1744.14 s
[ghcide] include dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
1744.14 s
[ghcide] include directory-1.3.8.5-159c
1744.14 s
[ghcide] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1744.14 s
[ghcide] include enummapset-0.7.3.0-83zBcgAIiKr1fHwqucnrZL
1744.14 s
[ghcide] include exceptions-0.10.9-9158
1744.14 s
[ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1744.14 s
[ghcide] include filepath-1.5.4.0-8593
1744.14 s
[ghcide] include fingertree-0.1.6.2-1lNdNO4Gz5uBDmiMG9OkLP
1744.14 s
[ghcide] include focus-1.0.3.2-A1mcknJtcM99CPf9n92aCp
1744.14 s
[ghcide] include ghc-9.10.2-2a2a
1744.14 s
[ghcide] include ghc-boot-9.10.2-578d
1744.14 s
[ghcide] include ghc-boot-th-9.10.2-7d1d
1744.14 s
[ghcide] include ghc-trace-events-0.1.2.10-JBjDTLUoSWGBT7rrd8wL2n
1744.14 s
[ghcide] include haddock-library-1.11.0-JTyg2hEy26hLcpRPKRpKNn
1744.14 s
[ghcide] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1744.14 s
[ghcide] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1744.14 s
[ghcide] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
1744.14 s
[ghcide] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1744.14 s
[ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1744.14 s
[ghcide] include implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1744.14 s
[ghcide] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1744.14 s
[ghcide] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1744.14 s
[ghcide] include list-t-1.0.5.7-BOnwoxq6tDaJr8O3teHp4K
1744.14 s
[ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1744.14 s
[ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1744.14 s
[ghcide] include mtl-2.3.1-07d6
1744.14 s
[ghcide] include opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
1744.14 s
[ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1744.14 s
[ghcide] include os-string-2.0.4-1192
1744.14 s
[ghcide] include parallel-3.2.2.0-5fsxw07poNuAwHtqpcD3CY
1744.14 s
[ghcide] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1744.14 s
[ghcide] include prettyprinter-ansi-terminal-1.1.3-6PQJV0a37kr9htTrgBHOWx
1744.14 s
[ghcide] include random-1.2.1.3-AmyB5M6i6upJCxKBwzEGRh
1744.14 s
[ghcide] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1744.14 s
[ghcide] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1744.14 s
[ghcide] include sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
1744.14 s
[ghcide] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
1744.14 s
[ghcide] include stm-2.5.3.1-662c
1744.14 s
[ghcide] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
1744.14 s
[ghcide] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1744.14 s
[ghcide] include text-2.1.2-7514
1744.14 s
[ghcide] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1744.14 s
[ghcide] include time-1.12.2-9680
1744.14 s
[ghcide] include transformers-0.6.1.1-05a6
1744.14 s
[ghcide] include unix-2.8.6.0-a0e2
1744.14 s
[ghcide] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1744.14 s
[ghcide] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1744.14 s
[ghcide] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1744.14 s
[ghcide] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
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
1744.14 s
[ghcide] unit ghcide-2.12.0.0-10KODyNss5aHjq2HWkBptf-ghcide
1744.14 s
[ghcide] include base-4.20.1.0-f445
1744.14 s
[ghcide] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1744.14 s
[ghcide] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1744.14 s
[ghcide] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1744.14 s
[ghcide] include gitrev-1.3.1-5N1vaCJSguILBTEC6ZF0JZ
1744.14 s
[ghcide] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1744.14 s
[ghcide] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1744.14 s
[ghcide] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1744.14 s
[ghcide] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1744.14 s
[ghcide] Ready component graph:
1744.14 s
[ghcide] definite ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1744.14 s
[ghcide] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1744.14 s
[ghcide] depends Glob-0.10.2-CTT3hgbMbFWbbFQ2IERxb
1744.14 s
[ghcide] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1744.14 s
[ghcide] depends array-0.5.8.0-cc9a
1744.14 s
[ghcide] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1744.14 s
[ghcide] depends base-4.20.1.0-f445
1744.14 s
[ghcide] depends base16-bytestring-1.0.2.0-8dGyPDRoFDF1NXgICk3doL
1744.14 s
[ghcide] depends binary-0.8.9.3-9c52
1744.14 s
[ghcide] depends bytestring-0.12.2.0-214a
1744.14 s
[ghcide] depends case-insensitive-1.2.1.0-vU7iwxIkw6BDRoJiOKUX9
1744.14 s
[ghcide] depends co-log-core-0.3.2.5-1g6Sv6FteuTJQ7U5IvZmpt
1744.14 s
[ghcide] depends containers-0.7-6571
1744.14 s
[ghcide] depends cryptohash-sha1-0.11.101.0-Kp7HBNlLTPa7Cv4H8DQn6R
1744.14 s
[ghcide] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1744.14 s
[ghcide] depends deepseq-1.5.0.0-e166
1744.14 s
[ghcide] depends dependent-map-0.4.0.1-DABy4Rq86fa2359I7HU5CB
1744.14 s
[ghcide] depends dependent-sum-0.7.2.0-Bqs16Od4VzHDrktxuq48Fv
1744.14 s
[ghcide] depends directory-1.3.8.5-159c
1744.14 s
[ghcide] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1744.14 s
[ghcide] depends enummapset-0.7.3.0-83zBcgAIiKr1fHwqucnrZL
1744.14 s
[ghcide] depends exceptions-0.10.9-9158
1744.14 s
[ghcide] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1744.14 s
[ghcide] depends filepath-1.5.4.0-8593
1744.14 s
[ghcide] depends fingertree-0.1.6.2-1lNdNO4Gz5uBDmiMG9OkLP
1744.14 s
[ghcide] depends focus-1.0.3.2-A1mcknJtcM99CPf9n92aCp
1744.14 s
[ghcide] depends ghc-9.10.2-2a2a
1744.14 s
[ghcide] depends ghc-boot-9.10.2-578d
1744.14 s
[ghcide] depends ghc-boot-th-9.10.2-7d1d
1744.14 s
[ghcide] depends ghc-trace-events-0.1.2.10-JBjDTLUoSWGBT7rrd8wL2n
1744.14 s
[ghcide] depends haddock-library-1.11.0-JTyg2hEy26hLcpRPKRpKNn
1744.14 s
[ghcide] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1744.15 s
[ghcide] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1744.15 s
[ghcide] depends hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
1744.15 s
[ghcide] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1744.15 s
[ghcide] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1744.15 s
[ghcide] depends implicit-hie-0.1.4.0-3KKWJnrQYalH3LGf1abO7B
1744.15 s
[ghcide] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1744.15 s
[ghcide] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1744.15 s
[ghcide] depends list-t-1.0.5.7-BOnwoxq6tDaJr8O3teHp4K
1744.15 s
[ghcide] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1744.15 s
[ghcide] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1744.15 s
[ghcide] depends mtl-2.3.1-07d6
1744.15 s
[ghcide] depends opentelemetry-0.8.0-AgcB8JQ5EYN86FtUDzC9O9
1744.15 s
[ghcide] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1744.15 s
[ghcide] depends os-string-2.0.4-1192
1744.15 s
[ghcide] depends parallel-3.2.2.0-5fsxw07poNuAwHtqpcD3CY
1744.15 s
[ghcide] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1744.15 s
[ghcide] depends prettyprinter-ansi-terminal-1.1.3-6PQJV0a37kr9htTrgBHOWx
1744.15 s
[ghcide] depends random-1.2.1.3-AmyB5M6i6upJCxKBwzEGRh
1744.15 s
[ghcide] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1744.15 s
[ghcide] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1744.15 s
[ghcide] depends sorted-list-0.2.3.1-JPnYTVcp7qeA6ApNUlB1HK
1744.15 s
[ghcide] depends sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
1744.15 s
[ghcide] depends stm-2.5.3.1-662c
1744.15 s
[ghcide] depends stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
1744.15 s
[ghcide] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1744.15 s
[ghcide] depends text-2.1.2-7514
1744.15 s
[ghcide] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1744.15 s
[ghcide] depends time-1.12.2-9680
1744.15 s
[ghcide] depends transformers-0.6.1.1-05a6
1744.15 s
[ghcide] depends unix-2.8.6.0-a0e2
1744.15 s
[ghcide] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1744.15 s
[ghcide] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1744.15 s
[ghcide] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1744.15 s
[ghcide] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1744.15 s
[ghcide] definite ghcide-2.12.0.0-10KODyNss5aHjq2HWkBptf-ghcide
1744.15 s
[ghcide] depends base-4.20.1.0-f445
1744.15 s
[ghcide] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1744.15 s
[ghcide] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1744.15 s
[ghcide] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1744.15 s
[ghcide] depends gitrev-1.3.1-5N1vaCJSguILBTEC6ZF0JZ
1744.15 s
[ghcide] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1744.15 s
[ghcide] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1744.15 s
[ghcide] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1744.15 s
[ghcide] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1744.15 s
[ghcide] Using Cabal-3.12.1.0 compiled by ghc-9.10
1744.15 s
[ghcide] Using compiler: ghc-9.10.2
1744.15 s
[ghcide] Using install prefix:
1744.15 s
[ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
1744.15 s
[ghcide] Executables installed in:
1744.15 s
[ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin
1744.15 s
[ghcide] Libraries installed in:
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
1744.15 s
[ghcide] Dynamic Libraries installed in:
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
1744.15 s
[ghcide] Private executables installed in:
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
1744.15 s
[ghcide] Data files installed in:
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
1744.15 s
[ghcide] Documentation installed in:
1744.15 s
[ghcide] /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc/share/doc/ghcide-2.12.0.0
1744.15 s
[ghcide] Configuration files installed in:
1744.15 s
[ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/etc
1744.15 s
[ghcide] No alex found
1744.15 s
[ghcide] Using ar found on system at:
1744.15 s
[ghcide] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1744.15 s
[ghcide] No c2hs found
1744.15 s
[ghcide] No cpphs found
1744.15 s
[ghcide] No doctest found
1744.15 s
[ghcide] Using gcc version 14.3.0 given by user at:
1744.15 s
[ghcide] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1744.15 s
[ghcide] Using ghc version 9.10.2 found on system at:
1744.16 s
[ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1744.16 s
[ghcide] Using ghc-pkg version 9.10.2 found on system at:
1744.16 s
[ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1744.17 s
[ghcide] No ghcjs found
1744.17 s
[ghcide] No ghcjs-pkg found
1744.17 s
[ghcide] No greencard found
1744.17 s
[ghcide] Using haddock version 2.31.0 found on system at:
1744.17 s
[ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1744.17 s
[ghcide] No happy found
1744.17 s
[ghcide] Using haskell-suite found on system at: haskell-suite-dummy-location
1744.17 s
[ghcide] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1744.17 s
[ghcide] No hmake found
1744.17 s
[ghcide] Using hpc version 0.69 found on system at:
1744.17 s
[ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1744.17 s
[ghcide] Using hsc2hs version 0.68.10 found on system at:
1744.17 s
[ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1744.17 s
[ghcide] Using hscolour version 1.25 found on system at:
1744.17 s
[ghcide] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1744.17 s
[ghcide] No jhc found
1744.17 s
[ghcide] Using ld found on system at:
1744.17 s
[ghcide] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1744.17 s
[ghcide] No pkg-config found
1744.17 s
[ghcide] Using runghc version 9.10.2 found on system at:
1744.17 s
[ghcide] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1744.17 s
[ghcide] Using strip version 2.44 found on system at:
1744.17 s
[ghcide] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1744.17 s
[ghcide] Using tar found on system at:
1744.17 s
[ghcide] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1744.17 s
[ghcide] No uhc found
1744.68 s
[ghcide] Phase: buildPhase
1744.77 s
[ghcide] Preprocessing library for ghcide-2.12.0.0...
1744.78 s
[ghcide] Building library for ghcide-2.12.0.0...
1745.71 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1745.71 s
[ghcide] The following packages were specified via -package or -package-id flags,
1745.71 s
[ghcide] but were not needed for compilation:
1745.71 s
[ghcide] - os-string-2.0.4 (exposed by flag -package-id os-string-2.0.4-1192)
1745.71 s
[ghcide]
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 )
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 )
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 )
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 )
1747.25 s
[ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1747.25 s
[ghcide] The import of ‘Data.List’ is redundant
1747.25 s
[ghcide] except perhaps to import instances from ‘Data.List’
1747.25 s
[ghcide] To import instances alone, use: import Data.List()
1747.25 s
[ghcide] |
1747.25 s
[ghcide] 31 | import Data.List
1747.25 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
1747.25 s
[ghcide]
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 )
1747.48 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
1747.48 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
1747.48 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
1747.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1747.48 s
[ghcide]
1747.48 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
1747.48 s
[ghcide] The import of ‘Exception, fromException’
1747.48 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
1747.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1747.48 s
[ghcide]
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 )
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 )
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:271:5: warning : [ GHC-75356 ] [ -Wdodgy-exports ]
1747.48 s
[ghcide] The export item ‘Warn(..)’ suggests that
1747.48 s
[ghcide] ‘Warn’ has (in-scope) constructors or record fields,
1747.48 s
[ghcide] but it has none
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 271 | Warn(..) ,
1747.48 s
[ghcide] | ^^^^^^^^
1747.48 s
[ghcide]
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:365:5: warning : [ GHC-47854 ] [ -Wduplicate-exports ]
1747.48 s
[ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 365 | module GHC.Utils.Panic ,
1747.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
1747.48 s
[ghcide]
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:419:47: warning : [ GHC-99623 ] [ -Wdodgy-imports ]
1747.48 s
[ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
1747.48 s
[ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
1747.48 s
[ghcide] but it has none
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 419 | import GHC.Driver.CmdLine (Warn (..) )
1747.48 s
[ghcide] | ^^^^^^^^^
1747.48 s
[ghcide]
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:451:76: warning : [ GHC-61689 ] [ -Wdodgy-imports ]
1747.48 s
[ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 451 | anyM, concatMapM, mapMaybeM, foldMapM ,
1747.48 s
[ghcide] | ^^^^^^^^
1747.48 s
[ghcide]
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:485:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1747.48 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
1747.48 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
1747.48 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 485 | import GHC.Data.Bag
1747.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1747.48 s
[ghcide]
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:752:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
1747.48 s
[ghcide] Top-level binding with no type signature:
1747.48 s
[ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
1747.48 s
[ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 752 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
1747.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^
1747.48 s
[ghcide]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat.hs:118:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1747.48 s
[ghcide] The import of ‘Data.List’ is redundant
1747.48 s
[ghcide] except perhaps to import instances from ‘Data.List’
1747.48 s
[ghcide] To import instances alone, use: import Data.List()
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 118 | import Data.List (foldl')
1747.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1747.48 s
[ghcide]
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat.hs:262:11: warning : [ GHC-62412 ] [ -Wsimplifiable-class-constraints ]
1747.48 s
[ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
1747.48 s
[ghcide] instance HasLoc l => HasLoc (GenLocated l a)
1747.48 s
[ghcide] -- Defined in ‘GHC.Parser.Annotation’
1747.48 s
[ghcide] This makes type inference for inner bindings fragile;
1747.48 s
[ghcide] either use MonoLocalBinds, or simplify it using the instance
1747.48 s
[ghcide] • In the type signature:
1747.48 s
[ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
1747.48 s
[ghcide] GenLocated a e -> GenLocated b e
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 262 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
1747.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1747.48 s
[ghcide]
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat.hs:309:7: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1747.48 s
[ghcide] Pattern match(es) are non-exhaustive
1747.48 s
[ghcide] In a pattern binding:
1747.48 s
[ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 309 | let Just src_file = ml_hs_file $ ms_location ms
1747.48 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1747.48 s
[ghcide]
1747.48 s
[ghcide] src/Development/IDE/GHC/Compat.hs:467:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
1747.48 s
[ghcide] Top-level binding with no type signature:
1747.48 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
1747.48 s
[ghcide] |
1747.48 s
[ghcide] 467 | extract_cons (NewTypeCon x) = [x]
1747.48 s
[ghcide] | ^^^^^^^^^^^^
1747.48 s
[ghcide]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1748.50 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1748.50 s
[ghcide] The import of ‘Control.Applicative’ is redundant
1748.50 s
[ghcide] except perhaps to import instances from ‘Control.Applicative’
1748.50 s
[ghcide] To import instances alone, use: import Control.Applicative()
1748.50 s
[ghcide] |
1748.50 s
[ghcide] 32 | import Control.Applicative ((<|>))
1748.50 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1748.50 s
[ghcide]
1748.50 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:58:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1748.50 s
[ghcide] The import of ‘Text.Printf’ is redundant
1748.50 s
[ghcide] except perhaps to import instances from ‘Text.Printf’
1748.50 s
[ghcide] To import instances alone, use: import Text.Printf()
1748.50 s
[ghcide] |
1748.50 s
[ghcide] 58 | import Text.Printf (printf)
1748.50 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1748.50 s
[ghcide]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1750.78 s
[lsp-test] unoverrides global message timeout [✔]
1750.78 s
[lsp-test] SessionException
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 )
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 )
1751.02 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1751.02 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1751.02 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1751.02 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1751.02 s
[ghcide] |
1751.02 s
[ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
1751.02 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1751.02 s
[ghcide]
1751.02 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1751.02 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
1751.02 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
1751.02 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
1751.02 s
[ghcide] |
1751.02 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
1751.02 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1751.02 s
[ghcide]
1751.03 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1751.03 s
[ghcide] The import of ‘System.Directory’ is redundant
1751.03 s
[ghcide] except perhaps to import instances from ‘System.Directory’
1751.03 s
[ghcide] To import instances alone, use: import System.Directory()
1751.03 s
[ghcide] |
1751.03 s
[ghcide] 30 | import System.Directory (makeAbsolute)
1751.03 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1751.03 s
[ghcide]
1751.03 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
1751.03 s
[ghcide] Defined but not used: ‘mod_cache’
1751.03 s
[ghcide] |
1751.03 s
[ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
1751.03 s
[ghcide] | ^^^^^^^^^
1751.03 s
[ghcide]
1751.03 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
1751.03 s
[ghcide] Defined but not used: ‘file_cache’
1751.03 s
[ghcide] |
1751.03 s
[ghcide] 57 | file_cache <- newIORef M.empty
1751.03 s
[ghcide] | ^^^^^^^^^^
1751.03 s
[ghcide]
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 )
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 )
1751.03 s
[ghcide] src/Development/IDE/Import/FindImports.hs:200:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1751.03 s
[ghcide] Pattern match(es) are non-exhaustive
1751.03 s
[ghcide] In a record update:
1751.03 s
[ghcide] Patterns of type ‘FindResult’ not matched:
1751.03 s
[ghcide] Found _ _
1751.03 s
[ghcide] NoPackage _
1751.03 s
[ghcide] FoundMultiple _
1751.03 s
[ghcide] |
1751.03 s
[ghcide] 200 | notFound
1751.03 s
[ghcide] | ^^^^^^^^...
1751.03 s
[ghcide]
1751.03 s
[ghcide] src/Development/IDE/Import/FindImports.hs:213:15: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1751.03 s
[ghcide] Pattern match(es) are non-exhaustive
1751.03 s
[ghcide] In a record update:
1751.03 s
[ghcide] Patterns of type ‘FindResult’ not matched:
1751.03 s
[ghcide] Found _ _
1751.03 s
[ghcide] NoPackage _
1751.03 s
[ghcide] FoundMultiple _
1751.03 s
[ghcide] |
1751.03 s
[ghcide] 213 | in notFound {fr_unusables = unusables'}
1751.03 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1751.03 s
[ghcide]
1751.03 s
[ghcide] src/Development/IDE/Import/FindImports.hs:215:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1751.03 s
[ghcide] Pattern match(es) are non-exhaustive
1751.03 s
[ghcide] In a record update:
1751.03 s
[ghcide] Patterns of type ‘FindResult’ not matched:
1751.03 s
[ghcide] Found _ _
1751.03 s
[ghcide] NoPackage _
1751.03 s
[ghcide] FoundMultiple _
1751.03 s
[ghcide] |
1751.03 s
[ghcide] 215 | notFound {fr_suggestions = suggest}
1751.03 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1751.03 s
[ghcide]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1753.63 s
[ghcide] src/Development/IDE/Core/Shake.hs:110:58: warning : [ GHC-38856 ] [ -Wunused-imports ]
1753.63 s
[ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
1753.63 s
[ghcide] |
1753.63 s
[ghcide] 110 | import Data.List.Extra (foldl' , partition,
1753.63 s
[ghcide] | ^^^^^^
1753.63 s
[ghcide]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1760.78 s
[lsp-test] throw on time out [✔]
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 )
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 )
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 )
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 )
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 )
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 )
1761.37 s
[ghcide] src/Development/IDE/Core/Rules.hs:1232:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1761.37 s
[ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
1761.37 s
[ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
1761.37 s
[ghcide] Consider disambiguating using module qualification instead.
1761.37 s
[ghcide] |
1761.37 s
[ghcide] 1232 | loadGhcSession recorder def{fullModuleGraph }
1761.37 s
[ghcide] | ^^^^^^^^^^^^^^^
1761.37 s
[ghcide]
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 )
1766.79 s
[lsp-test] don't throw when no time out [✔]
1766.79 s
[lsp-test] UnexpectedMessageException
1766.79 s
[lsp-test] throws when there's an unexpected message [✔]
1766.80 s
[lsp-test] provides the correct types that were expected and received [✔]
1766.80 s
[lsp-test] config
1766.80 s
[lsp-test] updates config correctly [✔]
1766.80 s
[lsp-test] text document VFS
1766.80 s
[lsp-test] sends back didChange notifications (documentChanges) [✔]
1766.80 s
[lsp-test] sends back didChange notifications [✔]
1766.80 s
[lsp-test] getDocumentEdit
1766.80 s
[lsp-test] automatically consumes applyedit requests [✔]
1766.80 s
[lsp-test] getCodeActions
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 )
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 )
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 )
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 )
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 160 | defaultParserState
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 165 | defaultParserState
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 171 | defaultParserState
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 186 | defaultParserState
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 193 | defaultParserState
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 203 | defaultParserState{
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched:
1766.89 s
[ghcide] ParserStateDone _
1766.89 s
[ghcide] ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 207 | defaultParserState{
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 214 | defaultParserState{ isLastTokenHash = True }
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 223 | defaultParserState{
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1766.89 s
[ghcide] Pattern match(es) are non-exhaustive
1766.89 s
[ghcide] In a record update:
1766.89 s
[ghcide] Patterns of type ‘ParserState’ not matched:
1766.89 s
[ghcide] ParserStateDone _
1766.89 s
[ghcide] ParserStateDone _
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
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 )
1766.89 s
[ghcide] src/Development/IDE/Plugin/TypeLenses.hs:19:56: warning : [ GHC-38856 ] [ -Wunused-imports ]
1766.89 s
[ghcide] The import of ‘to’ from module ‘Control.Lens’ is redundant
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 19 | import Control.Lens (to , (?~), (^?))
1766.89 s
[ghcide] | ^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Plugin/TypeLenses.hs:55:56: warning : [ GHC-38856 ] [ -Wunused-imports ]
1766.89 s
[ghcide] The import of ‘stripTcRnMessageContext’
1766.89 s
[ghcide] from module ‘Development.IDE.GHC.Compat.Error’ is redundant
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 55 | stripTcRnMessageContext )
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
1766.89 s
[ghcide] src/Development/IDE/Plugin/TypeLenses.hs:93:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1766.89 s
[ghcide] The import of ‘Text.Regex.TDFA’ is redundant
1766.89 s
[ghcide] except perhaps to import instances from ‘Text.Regex.TDFA’
1766.89 s
[ghcide] To import instances alone, use: import Text.Regex.TDFA()
1766.89 s
[ghcide] |
1766.89 s
[ghcide] 93 | import Text.Regex.TDFA ((=~))
1766.89 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1766.89 s
[ghcide]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1768.78 s
[lsp-test] tests: <file descriptor: 11>: hPutBuf: resource vanished (Broken pipe)
1768.79 s
[lsp-test] HasCallStack backtrace:
1768.79 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1768.79 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1768.79 s
[lsp-test]
1768.79 s
[lsp-test]
1768.79 s
[lsp-test] tests: <file descriptor: 29>: hPutBuf: resource vanished (Broken pipe)
1768.79 s
[lsp-test] HasCallStack backtrace:
1768.79 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1768.79 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1768.79 s
[lsp-test]
1768.79 s
[lsp-test]
1768.79 s
[lsp-test] tests: <file descriptor: 21>: hPutBuf: resource vanished (Broken pipe)
1768.79 s
[lsp-test] HasCallStack backtrace:
1768.79 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1768.79 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1768.79 s
[lsp-test]
1768.79 s
[lsp-test]
1768.79 s
[lsp-test] tests: <file descriptor: 22>: hPutBuf: resource vanished (Broken pipe)
1768.79 s
[lsp-test] HasCallStack backtrace:
1768.79 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1768.79 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1768.79 s
[lsp-test]
1768.79 s
[lsp-test]
1768.79 s
[lsp-test] tests: <file descriptor: 17>: hPutBuf: resource vanished (Broken pipe)
1768.79 s
[lsp-test] HasCallStack backtrace:
1768.79 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1768.79 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1768.79 s
[lsp-test]
1768.79 s
[lsp-test]
1768.79 s
[lsp-test] works [✔]
1768.79 s
[lsp-test] getAllCodeActions
1769.10 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1769.10 s
[ghcide] The following packages were specified via -package or -package-id flags,
1769.10 s
[ghcide] but were not needed for compilation:
1769.10 s
[ghcide] - os-string-2.0.4 (exposed by flag -package-id os-string-2.0.4-1192)
1769.10 s
[ghcide]
1769.12 s
[ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.p_o )
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 )
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 )
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 )
1769.97 s
[ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1769.97 s
[ghcide] The import of ‘Data.List’ is redundant
1769.97 s
[ghcide] except perhaps to import instances from ‘Data.List’
1769.97 s
[ghcide] To import instances alone, use: import Data.List()
1769.97 s
[ghcide] |
1769.97 s
[ghcide] 31 | import Data.List
1769.97 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
1769.97 s
[ghcide]
1770.80 s
[lsp-test] works [✔]
1770.80 s
[lsp-test] getDocumentSymbols
1770.80 s
[lsp-test] works [✔]
1770.80 s
[lsp-test] applyEdit
1770.80 s
[lsp-test] increments the version [✔]
1770.80 s
[lsp-test] changes the document contents [✔]
1770.80 s
[lsp-test] getCompletions
1770.80 s
[lsp-test] works [✔]
1770.80 s
[lsp-test] waitForDiagnosticsSource
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 )
1770.80 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
1770.80 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
1770.80 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
1770.81 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1770.81 s
[ghcide]
1770.81 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
1770.81 s
[ghcide] The import of ‘Exception, fromException’
1770.81 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
1770.81 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1770.81 s
[ghcide]
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 )
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 )
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:271:5: warning : [ GHC-75356 ] [ -Wdodgy-exports ]
1770.81 s
[ghcide] The export item ‘Warn(..)’ suggests that
1770.81 s
[ghcide] ‘Warn’ has (in-scope) constructors or record fields,
1770.81 s
[ghcide] but it has none
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 271 | Warn(..) ,
1770.81 s
[ghcide] | ^^^^^^^^
1770.81 s
[ghcide]
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:365:5: warning : [ GHC-47854 ] [ -Wduplicate-exports ]
1770.81 s
[ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 365 | module GHC.Utils.Panic ,
1770.81 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
1770.81 s
[ghcide]
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:419:47: warning : [ GHC-99623 ] [ -Wdodgy-imports ]
1770.81 s
[ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
1770.81 s
[ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
1770.81 s
[ghcide] but it has none
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 419 | import GHC.Driver.CmdLine (Warn (..) )
1770.81 s
[ghcide] | ^^^^^^^^^
1770.81 s
[ghcide]
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:451:76: warning : [ GHC-61689 ] [ -Wdodgy-imports ]
1770.81 s
[ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 451 | anyM, concatMapM, mapMaybeM, foldMapM ,
1770.81 s
[ghcide] | ^^^^^^^^
1770.81 s
[ghcide]
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:485:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1770.81 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
1770.81 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
1770.81 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 485 | import GHC.Data.Bag
1770.81 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1770.81 s
[ghcide]
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:752:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
1770.81 s
[ghcide] Top-level binding with no type signature:
1770.81 s
[ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
1770.81 s
[ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 752 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
1770.81 s
[ghcide] | ^^^^^^^^^^^^^^^^^^
1770.81 s
[ghcide]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat.hs:118:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1770.81 s
[ghcide] The import of ‘Data.List’ is redundant
1770.81 s
[ghcide] except perhaps to import instances from ‘Data.List’
1770.81 s
[ghcide] To import instances alone, use: import Data.List()
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 118 | import Data.List (foldl')
1770.81 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1770.81 s
[ghcide]
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat.hs:262:11: warning : [ GHC-62412 ] [ -Wsimplifiable-class-constraints ]
1770.81 s
[ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
1770.81 s
[ghcide] instance HasLoc l => HasLoc (GenLocated l a)
1770.81 s
[ghcide] -- Defined in ‘GHC.Parser.Annotation’
1770.81 s
[ghcide] This makes type inference for inner bindings fragile;
1770.81 s
[ghcide] either use MonoLocalBinds, or simplify it using the instance
1770.81 s
[ghcide] • In the type signature:
1770.81 s
[ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
1770.81 s
[ghcide] GenLocated a e -> GenLocated b e
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 262 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
1770.81 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1770.81 s
[ghcide]
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat.hs:309:7: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1770.81 s
[ghcide] Pattern match(es) are non-exhaustive
1770.81 s
[ghcide] In a pattern binding:
1770.81 s
[ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 309 | let Just src_file = ml_hs_file $ ms_location ms
1770.81 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1770.81 s
[ghcide]
1770.81 s
[ghcide] src/Development/IDE/GHC/Compat.hs:467:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
1770.81 s
[ghcide] Top-level binding with no type signature:
1770.81 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
1770.81 s
[ghcide] |
1770.81 s
[ghcide] 467 | extract_cons (NewTypeCon x) = [x]
1770.81 s
[ghcide] | ^^^^^^^^^^^^
1770.81 s
[ghcide]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1772.02 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1772.02 s
[ghcide] The import of ‘Control.Applicative’ is redundant
1772.02 s
[ghcide] except perhaps to import instances from ‘Control.Applicative’
1772.02 s
[ghcide] To import instances alone, use: import Control.Applicative()
1772.02 s
[ghcide] |
1772.02 s
[ghcide] 32 | import Control.Applicative ((<|>))
1772.02 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1772.02 s
[ghcide]
1772.02 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:58:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1772.02 s
[ghcide] The import of ‘Text.Printf’ is redundant
1772.02 s
[ghcide] except perhaps to import instances from ‘Text.Printf’
1772.02 s
[ghcide] To import instances alone, use: import Text.Printf()
1772.02 s
[ghcide] |
1772.02 s
[ghcide] 58 | import Text.Printf (printf)
1772.02 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1772.02 s
[ghcide]
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 )
1772.80 s
[lsp-test] tests: <file descriptor: 20>: hPutBuf: resource vanished (Broken pipe)
1772.80 s
[lsp-test] HasCallStack backtrace:
1772.80 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1772.80 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1772.80 s
[lsp-test]
1772.80 s
[lsp-test]
1772.80 s
[lsp-test] tests: <file descriptor: 28>: hPutBuf: resource vanished (Broken pipe)
1772.80 s
[lsp-test] HasCallStack backtrace:
1772.80 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1772.80 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1772.80 s
[lsp-test]
1772.80 s
[lsp-test]
1772.80 s
[lsp-test] tests: <file descriptor: 15>: hPutBuf: resource vanished (Broken pipe)
1772.80 s
[lsp-test] HasCallStack backtrace:
1772.80 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1772.80 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1772.80 s
[lsp-test]
1772.80 s
[lsp-test]
1772.80 s
[lsp-test] tests: <file descriptor: 25>: hPutBuf: resource vanished (Broken pipe)
1772.80 s
[lsp-test] HasCallStack backtrace:
1772.80 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1772.80 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1772.80 s
[lsp-test]
1772.80 s
[lsp-test]
1772.80 s
[lsp-test] works [✔]
1772.80 s
[lsp-test] getHover
1772.80 s
[lsp-test] works [✔]
1772.80 s
[lsp-test] closeDoc
1772.81 s
[lsp-test] works [✔]
1772.81 s
[lsp-test] satisfy
1772.81 s
[lsp-test] works [✔]
1772.81 s
[lsp-test] satisfyMaybe
1772.81 s
[lsp-test] returns matched data on match [✔]
1772.81 s
[lsp-test] doesn't return if no match [✔]
1772.81 s
[lsp-test] ignoreLogNotifications
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 )
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 )
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 )
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 )
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 )
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 )
1774.80 s
[lsp-test] tests: <file descriptor: 16>: hPutBuf: resource vanished (Broken pipe)
1774.80 s
[lsp-test] HasCallStack backtrace:
1774.80 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1774.80 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1774.80 s
[lsp-test]
1774.80 s
[lsp-test]
1774.81 s
[lsp-test] tests: <file descriptor: 34>: hPutBuf: resource vanished (Broken pipe)
1774.81 s
[lsp-test] HasCallStack backtrace:
1774.81 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1774.81 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1774.81 s
[lsp-test]
1774.81 s
[lsp-test]
1774.81 s
[lsp-test] tests: <file descriptor: 11>: hPutBuf: resource vanished (Broken pipe)
1774.81 s
[lsp-test] HasCallStack backtrace:
1774.81 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1774.81 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
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
1774.81 s
[lsp-test]
1774.81 s
[lsp-test]
1774.81 s
[lsp-test] works [✔]
1774.81 s
[lsp-test] dynamic capabilities
1774.82 s
[lsp-test] keeps track [✔]
1774.82 s
[lsp-test] handles absolute patterns [✔]
1774.82 s
[lsp-test] call hierarchy
1774.82 s
[lsp-test] prepare works [✔]
1774.82 s
[lsp-test] prepare not works [✔]
1774.82 s
[lsp-test] incoming calls [✔]
1774.82 s
[lsp-test] outgoing calls [✔]
1774.82 s
[lsp-test] semantic tokens
1774.82 s
[lsp-test] full works [✔]
1774.82 s
[lsp-test] inlay hints
1774.82 s
[lsp-test] get works [✔]
1774.83 s
[lsp-test] resolve tooltip works [✔]
1774.83 s
[lsp-test]
1774.83 s
[lsp-test] Finished in 57.0605 seconds
1774.83 s
[lsp-test] 38 examples, 0 failures
1774.83 s
[lsp-test] Test suite tests: PASS
1774.83 s
[lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-tests.log
1774.83 s
[lsp-test] Test suite func-test: RUNNING...
1774.83 s
[lsp-test]
1774.83 s
[lsp-test] server-initiated progress reporting
1774.83 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1774.83 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
1774.83 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
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}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1774.84 s
[lsp-test] sends updates [✔]
1774.84 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
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}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (ProgressCancel (ProgressToken (InL 0))), getSeverity = Debug}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_WindowWorkDoneProgressCancel), getSeverity = Error}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1774.84 s
[lsp-test] handles cancellation [✔]
1774.84 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
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}
1774.84 s
[lsp-test] func-test: AsyncCancelled
1774.84 s
[lsp-test] HasCallStack backtrace:
1774.84 s
[lsp-test] collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
1774.84 s
[lsp-test] toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
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
1774.84 s
[lsp-test]
1774.84 s
[lsp-test]
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1774.84 s
[lsp-test] sends end notification if thread is killed [✔]
1774.84 s
[lsp-test] client-initiated progress reporting
1774.84 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
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}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1774.84 s
[lsp-test] sends updates [✔]
1774.84 s
[lsp-test] workspace folders
1774.84 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1774.84 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
1774.85 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1774.85 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1774.85 s
[lsp-test] keeps track of open workspace folders [✔]
1774.85 s
[lsp-test]
1774.85 s
[lsp-test] Finished in 0.0129 seconds
1774.85 s
[lsp-test] 5 examples, 0 failures
1774.85 s
[lsp-test] Test suite func-test: PASS
1774.85 s
[lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-func-test.log
1774.85 s
[lsp-test] 2 of 2 test suites (2 of 2 test cases) passed.
1774.86 s
[lsp-test] checkPhase completed in 58 seconds
1774.86 s
[lsp-test] Phase: haddockPhase
1775.00 s
[lsp-test] Preprocessing library for lsp-test-0.17.1.1...
1775.01 s
[lsp-test] Running Haddock on library for lsp-test-0.17.1.1...
1775.01 s
[lsp-test] Warning: The documentation for the following packages are not installed. No
1775.01 s
[lsp-test] links will be generated to these packages: attoparsec-0.14.4,
1775.01 s
[lsp-test] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
1775.33 s
[lsp-test] [1 of 8] Compiling Language.LSP.Test.Compat ( src/Language/LSP/Test/Compat.hs, nothing )
1775.47 s
[lsp-test] [2 of 8] Compiling Language.LSP.Test.Exceptions ( src/Language/LSP/Test/Exceptions.hs, nothing )
1775.55 s
[lsp-test] [3 of 8] Compiling Language.LSP.Test.Decoding ( src/Language/LSP/Test/Decoding.hs, nothing )
1775.75 s
[lsp-test] [4 of 8] Compiling Language.LSP.Test.Files ( src/Language/LSP/Test/Files.hs, nothing )
1775.95 s
[lsp-test] [5 of 8] Compiling Language.LSP.Test.Server ( src/Language/LSP/Test/Server.hs, nothing )
1775.97 s
[lsp-test] [6 of 8] Compiling Language.LSP.Test.Session ( src/Language/LSP/Test/Session.hs, nothing )
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 )
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 )
1776.45 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1776.45 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1776.45 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1776.45 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1776.46 s
[ghcide] |
1776.46 s
[ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
1776.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1776.46 s
[ghcide]
1776.46 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1776.46 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
1776.46 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
1776.46 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
1776.46 s
[ghcide] |
1776.46 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
1776.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1776.46 s
[ghcide]
1776.46 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1776.46 s
[ghcide] The import of ‘System.Directory’ is redundant
1776.46 s
[ghcide] except perhaps to import instances from ‘System.Directory’
1776.46 s
[ghcide] To import instances alone, use: import System.Directory()
1776.46 s
[ghcide] |
1776.46 s
[ghcide] 30 | import System.Directory (makeAbsolute)
1776.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1776.46 s
[ghcide]
1776.46 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
1776.46 s
[ghcide] Defined but not used: ‘mod_cache’
1776.46 s
[ghcide] |
1776.46 s
[ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
1776.46 s
[ghcide] | ^^^^^^^^^
1776.46 s
[ghcide]
1776.46 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
1776.46 s
[ghcide] Defined but not used: ‘file_cache’
1776.46 s
[ghcide] |
1776.46 s
[ghcide] 57 | file_cache <- newIORef M.empty
1776.46 s
[ghcide] | ^^^^^^^^^^
1776.46 s
[ghcide]
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 )
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 )
1776.46 s
[ghcide] src/Development/IDE/Import/FindImports.hs:200:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1776.46 s
[ghcide] Pattern match(es) are non-exhaustive
1776.46 s
[ghcide] In a record update:
1776.46 s
[ghcide] Patterns of type ‘FindResult’ not matched:
1776.46 s
[ghcide] Found _ _
1776.46 s
[ghcide] NoPackage _
1776.46 s
[ghcide] FoundMultiple _
1776.46 s
[ghcide] |
1776.46 s
[ghcide] 200 | notFound
1776.46 s
[ghcide] | ^^^^^^^^...
1776.46 s
[ghcide]
1776.46 s
[ghcide] src/Development/IDE/Import/FindImports.hs:213:15: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1776.46 s
[ghcide] Pattern match(es) are non-exhaustive
1776.46 s
[ghcide] In a record update:
1776.46 s
[ghcide] Patterns of type ‘FindResult’ not matched:
1776.46 s
[ghcide] Found _ _
1776.46 s
[ghcide] NoPackage _
1776.46 s
[ghcide] FoundMultiple _
1776.46 s
[ghcide] |
1776.46 s
[ghcide] 213 | in notFound {fr_unusables = unusables'}
1776.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1776.46 s
[ghcide]
1776.46 s
[ghcide] src/Development/IDE/Import/FindImports.hs:215:11: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1776.46 s
[ghcide] Pattern match(es) are non-exhaustive
1776.46 s
[ghcide] In a record update:
1776.46 s
[ghcide] Patterns of type ‘FindResult’ not matched:
1776.46 s
[ghcide] Found _ _
1776.46 s
[ghcide] NoPackage _
1776.46 s
[ghcide] FoundMultiple _
1776.46 s
[ghcide] |
1776.46 s
[ghcide] 215 | notFound {fr_suggestions = suggest}
1776.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1776.46 s
[ghcide]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1776.70 s
[lsp-test] src/Language/LSP/Test/Session.hs:483:11: warning : [ GHC-63394 ] [ -Wx-partial ]
1776.70 s
[lsp-test] In the use of ‘head’
1776.70 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
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"."
1776.70 s
[lsp-test] |
1776.70 s
[lsp-test] 483 | head <$> textDocumentVersions uri
1776.70 s
[lsp-test] | ^^^^
1776.70 s
[lsp-test]
1776.71 s
[lsp-test] src/Language/LSP/Test/Session.hs:502:63: warning : [ GHC-63394 ] [ -Wx-partial ]
1776.71 s
[lsp-test] In the use of ‘head’
1776.71 s
[lsp-test] (imported from Data.List, but defined in GHC.Internal.List):
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"."
1776.71 s
[lsp-test] |
1776.71 s
[lsp-test] 502 | in DidChangeTextDocumentParams (head params ^. L.textDocument) events
1776.71 s
[lsp-test] | ^^^^
1776.71 s
[lsp-test]
1776.72 s
[lsp-test] [7 of 8] Compiling Language.LSP.Test.Parsing ( src/Language/LSP/Test/Parsing.hs, nothing )
1776.76 s
[lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, nothing )
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 )
1776.93 s
[lsp-test] src/Language/LSP/Test.hs:155:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1776.93 s
[lsp-test] The import of ‘Data.List’ is redundant
1776.93 s
[lsp-test] except perhaps to import instances from ‘Data.List’
1776.93 s
[lsp-test] To import instances alone, use: import Data.List()
1776.93 s
[lsp-test] |
1776.93 s
[lsp-test] 155 | import Data.List
1776.93 s
[lsp-test] | ^^^^^^^^^^^^^^^^
1776.93 s
[lsp-test]
1776.93 s
[lsp-test] Haddock coverage:
1776.94 s
[lsp-test] Warning: 'Session' is ambiguous. It is defined
1776.94 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
1776.94 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
1776.94 s
[lsp-test] You may be able to disambiguate the identifier by qualifying it or
1776.94 s
[lsp-test] by specifying the type/value namespace explicitly.
1776.94 s
[lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
1776.94 s
[lsp-test] Warning: 'mylang' is out of scope.
1776.94 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
1776.94 s
[lsp-test] Warning: 'runSession' is out of scope.
1776.94 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
1776.94 s
[lsp-test] Warning: 'SessionConfig' is ambiguous. It is defined
1776.94 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:105:22
1776.94 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:105:1
1776.94 s
[lsp-test] You may be able to disambiguate the identifier by qualifying it or
1776.94 s
[lsp-test] by specifying the type/value namespace explicitly.
1776.94 s
[lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:105:1
1776.95 s
[lsp-test] Warning: 'PublishDiagnosticsNotification' is out of scope.
1776.95 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
1776.95 s
[lsp-test] Warning: 'semanticTokensFull' is out of scope.
1776.95 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
1776.95 s
[lsp-test] Warning: 'Session' is ambiguous. It is defined
1776.95 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:94:21
1776.95 s
[lsp-test] * at src/Language/LSP/Test/Session.hs:94:1
1776.95 s
[lsp-test] You may be able to disambiguate the identifier by qualifying it or
1776.95 s
[lsp-test] by specifying the type/value namespace explicitly.
1776.95 s
[lsp-test] Defaulting to the one defined at src/Language/LSP/Test/Session.hs:94:1
1776.95 s
[lsp-test] Warning: Language.LSP.Test: Couldn't find .haddock for export fullLatestClientCaps
1776.96 s
[lsp-test] 91% (103 /113) in 'Language.LSP.Test'
1776.96 s
[lsp-test] Missing documentation for:
1776.96 s
[lsp-test] runSessionWithHandles' (src/Language/LSP/Test.hs:278)
1776.96 s
[lsp-test] setIgnoringLogNotifications (src/Language/LSP/Test.hs:481)
1776.96 s
[lsp-test] setIgnoringConfigurationRequests (src/Language/LSP/Test.hs:485)
1776.96 s
[lsp-test] setIgnoringRegistrationRequests (src/Language/LSP/Test.hs:489)
1776.96 s
[lsp-test] fullLatestClientCaps
1776.96 s
[lsp-test] customRequest (src/Language/LSP/Test/Parsing.hs:129)
1776.96 s
[lsp-test] customNotification (src/Language/LSP/Test/Parsing.hs:142)
1776.96 s
[lsp-test] loggingOrConfiguration (src/Language/LSP/Test/Parsing.hs:220)
1776.96 s
[lsp-test] incomingCalls (src/Language/LSP/Test.hs:1016)
1776.96 s
[lsp-test] outgoingCalls (src/Language/LSP/Test.hs:1019)
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 )
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 )
1777.26 s
[ghcide] src/Development/IDE/Core/Shake.hs:110:58: warning : [ GHC-38856 ] [ -Wunused-imports ]
1777.26 s
[ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
1777.26 s
[ghcide] |
1777.26 s
[ghcide] 110 | import Data.List.Extra (foldl' , partition,
1777.26 s
[ghcide] | ^^^^^^
1777.26 s
[ghcide]
1778.49 s
[lsp-test] Warning: Language.LSP.Test: could not find link destinations for:
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Command.Command
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Declaration.Declaration
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DeclarationLink.DeclarationLink
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Definition.Definition
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DefinitionLink.DefinitionLink
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Hover.Hover
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.LanguageKind.LanguageKind
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Location.Location
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Position.Position
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Range.Range
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
1778.49 s
[lsp-test] - Language.LSP.Protocol.Types.Common.Null
1778.49 s
[lsp-test] - Language.LSP.Protocol.Types.Common.|?
1778.49 s
[lsp-test] - Language.LSP.Protocol.Types.Uri.Uri
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.ErrorData
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.MessageParams
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.MessageResult
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method_Initialize
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPublishDiagnostics
1778.49 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.SMethod
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.LspId.LspId
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.MessageDirection
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.ClientToServer
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.ServerToClient
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.MessageKind
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.Notification
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.Request
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Method.SClientMethod
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Method.SServerMethod
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Registration.SomeRegistration
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Types.TMessage
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Types.TResponseError
1778.49 s
[lsp-test] - Language.LSP.Protocol.Message.Types.TResponseMessage
1778.49 s
[lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Capabilities'
1778.50 s
[lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Message'
1778.50 s
[lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH:Language.LSP.Protocol.Types'
1779.93 s
[ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.p_o )
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 )
1782.71 s
[ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.p_o )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1784.95 s
[ghcide] src/Development/IDE/Core/Rules.hs:1232:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1784.95 s
[ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
1784.95 s
[ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
1784.95 s
[ghcide] Consider disambiguating using module qualification instead.
1784.95 s
[ghcide] |
1784.95 s
[ghcide] 1232 | loadGhcSession recorder def{fullModuleGraph }
1784.95 s
[ghcide] | ^^^^^^^^^^^^^^^
1784.95 s
[ghcide]
1785.53 s
[lsp-test] Documentation created: dist/doc/html/lsp-test/,
1785.53 s
[lsp-test] dist/doc/html/lsp-test/lsp-test.txt
1785.58 s
[lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1...
1785.58 s
[lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1...
1785.59 s
[lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1...
1785.59 s
[lsp-test] Phase: installPhase
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
1786.08 s
[lsp-test] Phase: fixupPhase
1786.09 s
[lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
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
1786.13 s
[lsp-test] checking for references to /build/ in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1...
1786.15 s
[lsp-test] patching script interpreter paths in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1
1786.15 s
[lsp-test] stripping (with command strip and flags -S -p) in /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1/lib
1786.26 s
[lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc
1786.27 s
[lsp-test] checking for references to /build/ in /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc...
1786.29 s
[lsp-test] patching script interpreter paths in /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc
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
1786.97 s
[post-build-hook] Pushing 2 paths (291 are already present) using zstd to cache sellout ⏳
1786.97 s
[post-build-hook]
1787.31 s
[post-build-hook] Pushing /nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc (1.61 MiB)
1787.43 s
[post-build-hook] Pushing /nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1 (9.22 MiB)
1788.47 s
[post-build-hook]
1788.47 s
[post-build-hook] All done.
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
1788.53 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1788.70 s
[post-build-hook] copying 2 paths...
1788.70 s
[post-build-hook] copying path '/nix/store/x4lc0cw8bx4fyykdvwvi68v1nwmfx992-lsp-test-0.17.1.1-doc' to 'https://cache.nix-ci.com'...
1789.05 s
[post-build-hook] copying path '/nix/store/xcq3iw52dzwlqhlmsyzxn3nxbiq2874d-lsp-test-0.17.1.1' to 'https://cache.nix-ci.com'...
1791.09 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1791.31 s
[post-build-hook] copying 1 paths...
1791.31 s
[post-build-hook] copying path '/nix/store/bzq0a4g9mjydqpgp9br3a3bl3c1isavl-lsp-test-0.17.1.1.drv' to 'https://cache.nix-ci.com'...
1791.46 s
Progress: 152 of 157 built (1 building), 587 of 587 downloaded from cache
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 )
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 )
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 )
1791.46 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.p_o )
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 )
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:156:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 156 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:158:42: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 158 | | isDownwardLineHaddock s -> defaultParserState{ mode = ModeHaddock }
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:160:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 160 | defaultParserState
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:165:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 165 | defaultParserState
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:169:43: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 169 | | isDownwardBlockHaddock s -> defaultParserState{ mode = ModeHaddock }
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:171:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 171 | defaultParserState
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:178:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 178 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:186:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 186 | defaultParserState
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:193:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 193 | defaultParserState
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^...
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:203:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 203 | defaultParserState{
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:207:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched:
1791.46 s
[ghcide] ParserStateDone _
1791.46 s
[ghcide] ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 207 | defaultParserState{
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:214:13: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 214 | defaultParserState{ isLastTokenHash = True }
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:223:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 223 | defaultParserState{
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^...
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:230:28: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 230 | | otherwise -> defaultParserState{ lastBlockCommentLine = endLine }
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:234:27: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 234 | ITvarsym "#" -> defaultParserState{ isLastTokenHash = True }
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:247:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched: ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 247 | defaultParserState{ nextPragma = NextPragmaInfo (endLine + 1) Nothing, lastPragmaLine = endLine }
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Spans/Pragmas.hs:259:17: warning : [ GHC-62161 ] [ -Wincomplete-record-updates ]
1791.46 s
[ghcide] Pattern match(es) are non-exhaustive
1791.46 s
[ghcide] In a record update:
1791.46 s
[ghcide] Patterns of type ‘ParserState’ not matched:
1791.46 s
[ghcide] ParserStateDone _
1791.46 s
[ghcide] ParserStateDone _
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 259 | defaultParserState{ lastBlockCommentLine = endLine }
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
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 )
1791.46 s
[ghcide] src/Development/IDE/Plugin/TypeLenses.hs:19:56: warning : [ GHC-38856 ] [ -Wunused-imports ]
1791.46 s
[ghcide] The import of ‘to’ from module ‘Control.Lens’ is redundant
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 19 | import Control.Lens (to , (?~), (^?))
1791.46 s
[ghcide] | ^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Plugin/TypeLenses.hs:55:56: warning : [ GHC-38856 ] [ -Wunused-imports ]
1791.46 s
[ghcide] The import of ‘stripTcRnMessageContext’
1791.46 s
[ghcide] from module ‘Development.IDE.GHC.Compat.Error’ is redundant
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 55 | stripTcRnMessageContext )
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
1791.46 s
[ghcide] src/Development/IDE/Plugin/TypeLenses.hs:93:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1791.46 s
[ghcide] The import of ‘Text.Regex.TDFA’ is redundant
1791.46 s
[ghcide] except perhaps to import instances from ‘Text.Regex.TDFA’
1791.46 s
[ghcide] To import instances alone, use: import Text.Regex.TDFA()
1791.46 s
[ghcide] |
1791.46 s
[ghcide] 93 | import Text.Regex.TDFA ((=~))
1791.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1791.46 s
[ghcide]
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 )
1791.46 s
[ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.p_o )
1791.46 s
[ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.p_o )
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 )
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 )
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 )
1791.46 s
[ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.p_o )
1798.74 s
[ghcide] Preprocessing executable 'ghcide' for ghcide-2.12.0.0...
1798.75 s
[ghcide] Building executable 'ghcide' for ghcide-2.12.0.0...
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 )
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 )
1799.42 s
[ghcide] [3 of 3] Compiling Main ( exe/Main.hs, dist/build/ghcide/ghcide-tmp/Main.o )
1800.16 s
[ghcide] [4 of 4] Linking dist/build/ghcide/ghcide
1805.26 s
[ghcide] buildPhase completed in 1 minutes 0 seconds
1805.26 s
[ghcide] Phase: checkPhase
1805.32 s
[ghcide] Package has no test suites.
1805.33 s
[ghcide] Phase: haddockPhase
1805.47 s
[ghcide] Preprocessing library for ghcide-2.12.0.0...
1805.48 s
[ghcide] Running Haddock on library for ghcide-2.12.0.0...
1805.49 s
[ghcide] Warning: The documentation for the following packages are not installed. No
1805.49 s
[ghcide] links will be generated to these packages: attoparsec-0.14.4,
1805.49 s
[ghcide] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
1806.75 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1806.75 s
[ghcide] The following packages were specified via -package or -package-id flags,
1806.75 s
[ghcide] but were not needed for compilation:
1806.75 s
[ghcide] - os-string-2.0.4 (exposed by flag -package-id os-string-2.0.4-1192)
1806.75 s
[ghcide]
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 )
1806.80 s
[ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, nothing )
1806.93 s
[ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, nothing )
1806.94 s
[ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, nothing )
1807.22 s
[ghcide] src/Development/IDE/Core/PositionMapping.hs:31:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1807.22 s
[ghcide] The import of ‘Data.List’ is redundant
1807.22 s
[ghcide] except perhaps to import instances from ‘Data.List’
1807.22 s
[ghcide] To import instances alone, use: import Data.List()
1807.22 s
[ghcide] |
1807.22 s
[ghcide] 31 | import Data.List
1807.22 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
1807.22 s
[ghcide]
1807.23 s
[ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, nothing )
1807.24 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
1807.24 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
1807.24 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
1807.24 s
[ghcide] |
1807.24 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
1807.24 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1807.24 s
[ghcide]
1807.24 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ GHC-38856 ] [ -Wunused-imports ]
1807.24 s
[ghcide] The import of ‘Exception, fromException’
1807.24 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
1807.24 s
[ghcide] |
1807.24 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
1807.24 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1807.24 s
[ghcide]
1807.24 s
[ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, nothing )
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 )
1807.76 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:271:5: warning : [ GHC-75356 ] [ -Wdodgy-exports ]
1807.76 s
[ghcide] The export item ‘Warn(..)’ suggests that
1807.76 s
[ghcide] ‘Warn’ has (in-scope) constructors or record fields,
1807.76 s
[ghcide] but it has none
1807.76 s
[ghcide] |
1807.76 s
[ghcide] 271 | Warn(..) ,
1807.76 s
[ghcide] | ^^^^^^^^
1807.76 s
[ghcide]
1807.76 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:365:5: warning : [ GHC-47854 ] [ -Wduplicate-exports ]
1807.76 s
[ghcide] ‘PlainGhcException’ is exported by ‘module GHC.Utils.Panic’ and ‘Plain.PlainGhcException’
1807.76 s
[ghcide] |
1807.76 s
[ghcide] 365 | module GHC.Utils.Panic ,
1807.77 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^
1807.77 s
[ghcide]
1807.77 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:419:47: warning : [ GHC-99623 ] [ -Wdodgy-imports ]
1807.77 s
[ghcide] The import item ‘GHC.Driver.CmdLine.Warn(..)’ suggests that
1807.77 s
[ghcide] ‘GHC.Driver.CmdLine.Warn’ has (in-scope) constructors or record fields,
1807.77 s
[ghcide] but it has none
1807.77 s
[ghcide] |
1807.77 s
[ghcide] 419 | import GHC.Driver.CmdLine (Warn (..) )
1807.77 s
[ghcide] | ^^^^^^^^^
1807.77 s
[ghcide]
1807.77 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:451:76: warning : [ GHC-61689 ] [ -Wdodgy-imports ]
1807.77 s
[ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’.
1807.77 s
[ghcide] |
1807.77 s
[ghcide] 451 | anyM, concatMapM, mapMaybeM, foldMapM ,
1807.77 s
[ghcide] | ^^^^^^^^
1807.77 s
[ghcide]
1807.77 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:485:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1807.77 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
1807.77 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
1807.77 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
1807.77 s
[ghcide] |
1807.77 s
[ghcide] 485 | import GHC.Data.Bag
1807.77 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1807.77 s
[ghcide]
1807.77 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:752:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
1807.77 s
[ghcide] Top-level binding with no type signature:
1807.77 s
[ghcide] lookupGlobalRdrEnv :: GlobalRdrEnvX GREInfo
1807.77 s
[ghcide] -> OccName -> [GlobalRdrEltX GREInfo]
1807.77 s
[ghcide] |
1807.77 s
[ghcide] 752 | lookupGlobalRdrEnv gre_env occ = lookupGRE gre_env (LookupOccName occ AllRelevantGREs)
1807.77 s
[ghcide] | ^^^^^^^^^^^^^^^^^^
1807.77 s
[ghcide]
1808.15 s
[ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, nothing )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1808.82 s
[ghcide] src/Development/IDE/GHC/Compat.hs:118:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1808.82 s
[ghcide] The import of ‘Data.List’ is redundant
1808.82 s
[ghcide] except perhaps to import instances from ‘Data.List’
1808.82 s
[ghcide] To import instances alone, use: import Data.List()
1808.82 s
[ghcide] |
1808.82 s
[ghcide] 118 | import Data.List (foldl')
1808.82 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1808.82 s
[ghcide]
1808.82 s
[ghcide] src/Development/IDE/GHC/Compat.hs:262:11: warning : [ GHC-62412 ] [ -Wsimplifiable-class-constraints ]
1808.82 s
[ghcide] • The constraint ‘HasLoc (GenLocated a e)’ matches
1808.82 s
[ghcide] instance HasLoc l => HasLoc (GenLocated l a)
1808.82 s
[ghcide] -- Defined in ‘GHC.Parser.Annotation’
1808.82 s
[ghcide] This makes type inference for inner bindings fragile;
1808.82 s
[ghcide] either use MonoLocalBinds, or simplify it using the instance
1808.82 s
[ghcide] • In the type signature:
1808.82 s
[ghcide] reLocA :: (HasLoc (GenLocated a e), HasAnnotation b) =>
1808.82 s
[ghcide] GenLocated a e -> GenLocated b e
1808.82 s
[ghcide] |
1808.82 s
[ghcide] 262 | reLocA :: (HasLoc (GenLocated a e), HasAnnotation b)
1808.82 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1808.82 s
[ghcide]
1808.82 s
[ghcide] src/Development/IDE/GHC/Compat.hs:467:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
1808.82 s
[ghcide] Top-level binding with no type signature:
1808.82 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
1808.82 s
[ghcide] |
1808.82 s
[ghcide] 467 | extract_cons (NewTypeCon x) = [x]
1808.82 s
[ghcide] | ^^^^^^^^^^^^
1808.82 s
[ghcide]
1809.03 s
[ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, nothing )
1810.13 s
[ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, nothing )
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 )
1810.23 s
[ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, nothing )
1810.25 s
[ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, nothing )
1810.29 s
[ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, nothing )
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 )
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 )
1811.85 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:32:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1811.85 s
[ghcide] The import of ‘Control.Applicative’ is redundant
1811.85 s
[ghcide] except perhaps to import instances from ‘Control.Applicative’
1811.85 s
[ghcide] To import instances alone, use: import Control.Applicative()
1811.85 s
[ghcide] |
1811.85 s
[ghcide] 32 | import Control.Applicative ((<|>))
1811.85 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1811.85 s
[ghcide]
1811.85 s
[ghcide] src/Development/IDE/Types/Diagnostics.hs:58:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1811.85 s
[ghcide] The import of ‘Text.Printf’ is redundant
1811.85 s
[ghcide] except perhaps to import instances from ‘Text.Printf’
1811.85 s
[ghcide] To import instances alone, use: import Text.Printf()
1811.85 s
[ghcide] |
1811.85 s
[ghcide] 58 | import Text.Printf (printf)
1811.85 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1811.85 s
[ghcide]
1811.85 s
[ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, nothing )
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 )
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 )
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 )
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 )
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 )
1812.52 s
[ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, nothing )
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 )
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 )
1812.77 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1812.77 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1812.77 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1812.77 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1812.77 s
[ghcide] |
1812.77 s
[ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
1812.77 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1812.77 s
[ghcide]
1812.77 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1812.77 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
1812.77 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
1812.77 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
1812.77 s
[ghcide] |
1812.77 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
1812.77 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1812.77 s
[ghcide]
1812.77 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1812.77 s
[ghcide] The import of ‘System.Directory’ is redundant
1812.77 s
[ghcide] except perhaps to import instances from ‘System.Directory’
1812.77 s
[ghcide] To import instances alone, use: import System.Directory()
1812.77 s
[ghcide] |
1812.77 s
[ghcide] 30 | import System.Directory (makeAbsolute)
1812.77 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1812.77 s
[ghcide]
1812.78 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
1812.78 s
[ghcide] Defined but not used: ‘mod_cache’
1812.78 s
[ghcide] |
1812.78 s
[ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
1812.78 s
[ghcide] | ^^^^^^^^^
1812.78 s
[ghcide]
1812.78 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ GHC-40910 ] [ -Wunused-matches ]
1812.78 s
[ghcide] Defined but not used: ‘file_cache’
1812.78 s
[ghcide] |
1812.78 s
[ghcide] 57 | file_cache <- newIORef M.empty
1812.78 s
[ghcide] | ^^^^^^^^^^
1812.78 s
[ghcide]
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 )
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 )
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 )
1813.57 s
[ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, nothing )
1813.73 s
[ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, nothing )
1813.74 s
[ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, nothing )
1813.77 s
[ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, nothing )
1813.82 s
[ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, nothing )
1813.83 s
[ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, nothing )
1813.84 s
[ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, nothing )
1813.87 s
[ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, nothing )
1813.91 s
[ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, nothing )
1813.94 s
[ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, nothing )
1814.24 s
[ghcide] src/Development/IDE/Core/Shake.hs:110:58: warning : [ GHC-38856 ] [ -Wunused-imports ]
1814.24 s
[ghcide] The import of ‘foldl'’ from module ‘Data.List.Extra’ is redundant
1814.24 s
[ghcide] |
1814.24 s
[ghcide] 110 | import Data.List.Extra (foldl' , partition,
1814.24 s
[ghcide] | ^^^^^^
1814.24 s
[ghcide]
1814.26 s
[ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, nothing )
1814.98 s
[ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, nothing )
1815.01 s
[ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, nothing )
1815.01 s
[ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, nothing )
1815.11 s
[ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, nothing )
1815.13 s
[ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, nothing )
1815.18 s
[ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, nothing )
1815.21 s
[ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, nothing )
1815.27 s
[ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, nothing )
1815.54 s
[ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, nothing )
1815.58 s
[ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, nothing )
1815.70 s
[ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, nothing )
1815.73 s
[ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, nothing )
1815.75 s
[ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, nothing )
1815.77 s
[ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, nothing )
1815.82 s
[ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, nothing )
1815.86 s
[ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, nothing )
1816.55 s
[ghcide] src/Development/IDE/Core/Rules.hs:1232:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1816.55 s
[ghcide] Ambiguous record update with parent type constructor ‘GhcSessionDepsConfig’.
1816.55 s
[ghcide] This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC.
1816.55 s
[ghcide] Consider disambiguating using module qualification instead.
1816.55 s
[ghcide] |
1816.55 s
[ghcide] 1232 | loadGhcSession recorder def{fullModuleGraph }
1816.55 s
[ghcide] | ^^^^^^^^^^^^^^^
1816.55 s
[ghcide]
1816.56 s
[ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, nothing )
1816.67 s
[ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, nothing )
1816.73 s
[ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, nothing )
1816.75 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, nothing )
1816.77 s
[ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, nothing )
1816.84 s
[ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, nothing )
1816.92 s
[ghcide] src/Development/IDE/Plugin/TypeLenses.hs:19:56: warning : [ GHC-38856 ] [ -Wunused-imports ]
1816.92 s
[ghcide] The import of ‘to’ from module ‘Control.Lens’ is redundant
1816.92 s
[ghcide] |
1816.92 s
[ghcide] 19 | import Control.Lens (to , (?~), (^?))
1816.92 s
[ghcide] | ^^
1816.92 s
[ghcide]
1816.92 s
[ghcide] src/Development/IDE/Plugin/TypeLenses.hs:55:56: warning : [ GHC-38856 ] [ -Wunused-imports ]
1816.92 s
[ghcide] The import of ‘stripTcRnMessageContext’
1816.92 s
[ghcide] from module ‘Development.IDE.GHC.Compat.Error’ is redundant
1816.92 s
[ghcide] |
1816.92 s
[ghcide] 55 | stripTcRnMessageContext )
1816.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^
1816.92 s
[ghcide]
1816.92 s
[ghcide] src/Development/IDE/Plugin/TypeLenses.hs:93:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1816.92 s
[ghcide] The import of ‘Text.Regex.TDFA’ is redundant
1816.92 s
[ghcide] except perhaps to import instances from ‘Text.Regex.TDFA’
1816.92 s
[ghcide] To import instances alone, use: import Text.Regex.TDFA()
1816.92 s
[ghcide] |
1816.92 s
[ghcide] 93 | import Text.Regex.TDFA ((=~))
1816.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1816.92 s
[ghcide]
1816.93 s
[ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, nothing )
1816.98 s
[ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, nothing )
1817.01 s
[ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, nothing )
1817.03 s
[ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, nothing )
1817.19 s
[ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, nothing )
1817.26 s
[ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, nothing )
1817.28 s
[ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, nothing )
1817.38 s
[ghcide] Haddock coverage:
1817.39 s
[ghcide] 95% ( 79 / 83) in 'Control.Concurrent.Strict'
1817.39 s
[ghcide] Missing documentation for:
1817.39 s
[ghcide] Module header
1817.39 s
[ghcide] modifyVar (src/Control/Concurrent/Strict.hs:27)
1817.39 s
[ghcide] modifyVar_ (src/Control/Concurrent/Strict.hs:35)
1817.39 s
[ghcide] addMVarFinalizer
1817.40 s
[ghcide] 60% ( 3 / 5) in 'Development.IDE.Core.Debouncer'
1817.40 s
[ghcide] Missing documentation for:
1817.40 s
[ghcide] Module header
1817.40 s
[ghcide] registerEvent
1817.40 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Core.FileUtils'
1817.40 s
[ghcide] Missing documentation for:
1817.40 s
[ghcide] Module header
1817.40 s
[ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
1817.40 s
[ghcide] 20% ( 4 / 20) in 'Development.IDE.Core.PositionMapping'
1817.40 s
[ghcide] Missing documentation for:
1817.40 s
[ghcide] Module header
1817.40 s
[ghcide] PositionMapping (src/Development/IDE/Core/PositionMapping.hs:93)
1817.40 s
[ghcide] lowerRange (src/Development/IDE/Core/PositionMapping.hs:49)
1817.40 s
[ghcide] upperRange (src/Development/IDE/Core/PositionMapping.hs:53)
1817.40 s
[ghcide] positionResultToMaybe (src/Development/IDE/Core/PositionMapping.hs:57)
1817.40 s
[ghcide] fromCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:86)
1817.40 s
[ghcide] toCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:89)
1817.40 s
[ghcide] PositionDelta (src/Development/IDE/Core/PositionMapping.hs:74)
1817.40 s
[ghcide] idDelta (src/Development/IDE/Core/PositionMapping.hs:116)
1817.40 s
[ghcide] toCurrentRange (src/Development/IDE/Core/PositionMapping.hs:96)
1817.40 s
[ghcide] fromCurrentRange (src/Development/IDE/Core/PositionMapping.hs:100)
1817.40 s
[ghcide] applyChange (src/Development/IDE/Core/PositionMapping.hs:133)
1817.40 s
[ghcide] zeroMapping (src/Development/IDE/Core/PositionMapping.hs:104)
1817.40 s
[ghcide] deltaFromDiff (src/Development/IDE/Core/PositionMapping.hs:194)
1817.40 s
[ghcide] toCurrent (src/Development/IDE/Core/PositionMapping.hs:140)
1817.40 s
[ghcide] fromCurrent (src/Development/IDE/Core/PositionMapping.hs:166)
1817.40 s
[ghcide] 66% ( 2 / 3) in 'Development.IDE.Core.WorkerThread'
1817.40 s
[ghcide] Missing documentation for:
1817.40 s
[ghcide] Module header
1817.40 s
[ghcide] 20% ( 2 / 10) in 'Development.IDE.GHC.Compat.CmdLine'
1817.40 s
[ghcide] Missing documentation for:
1817.40 s
[ghcide] CmdLineP
1817.40 s
[ghcide] getCmdLineState
1817.40 s
[ghcide] putCmdLineState
1817.40 s
[ghcide] Flag
1817.40 s
[ghcide] OptKind
1817.40 s
[ghcide] EwM
1817.40 s
[ghcide] defFlag
1817.40 s
[ghcide] liftEwM
1817.47 s
[ghcide] 25% (864 /3422) in 'Development.IDE.GHC.Compat.Core'
1817.47 s
[ghcide] Missing documentation for:
1817.47 s
[ghcide] extensions
1817.47 s
[ghcide] extensionFlags
1817.47 s
[ghcide] targetPlatform
1817.47 s
[ghcide] generalFlags
1817.47 s
[ghcide] warningFlags
1817.47 s
[ghcide] topDir
1817.47 s
[ghcide] hiDir
1817.47 s
[ghcide] tmpDir
1817.47 s
[ghcide] importPaths
1817.47 s
[ghcide] useColor
1817.47 s
[ghcide] canUseColor
1817.47 s
[ghcide] useUnicode
1817.47 s
[ghcide] objectDir
1817.47 s
[ghcide] setImportPaths (src/Development/IDE/GHC/Compat/Core.hs:608)
1817.47 s
[ghcide] outputFile
1817.47 s
[ghcide] setOutputFile
1817.47 s
[ghcide] needWiredInHomeIface
1817.47 s
[ghcide] importDecl
1817.47 s
[ghcide] sPgm_F
1817.47 s
[ghcide] FlagSpec
1817.47 s
[ghcide] WarningFlag
1817.47 s
[ghcide] ExposePackage (src/Development/IDE/GHC/Compat/Core.hs:615)
1817.47 s
[ghcide] setUnsafeGlobalDynFlags
1817.47 s
[ghcide] scaledThing
1817.47 s
[ghcide] IfaceTyCon
1817.47 s
[ghcide] ModIface
1817.47 s
[ghcide] HscSource
1817.47 s
[ghcide] loadInterface
1817.47 s
[ghcide] RecompileRequired
1817.47 s
[ghcide] mkPartialIface
1817.47 s
[ghcide] Fixity
1817.47 s
[ghcide] defaultFixity
1817.47 s
[ghcide] lookupFixityRn
1817.47 s
[ghcide] Type
1817.47 s
[ghcide] FunTy (src/Development/IDE/GHC/Compat/Core.hs:622)
1817.47 s
[ghcide] ConPatIn (src/Development/IDE/GHC/Compat/Core.hs:657)
1817.47 s
[ghcide] conPatDetails (src/Development/IDE/GHC/Compat/Core.hs:667)
1817.47 s
[ghcide] mapConPatDetail (src/Development/IDE/GHC/Compat/Core.hs:671)
1817.47 s
[ghcide] SourceText
1817.47 s
[ghcide] AvailName (src/Development/IDE/GHC/Compat/Core.hs:593)
1817.47 s
[ghcide] AvailFL (src/Development/IDE/GHC/Compat/Core.hs:600)
1817.47 s
[ghcide] AvailTC (src/Development/IDE/GHC/Compat/Core.hs:584)
1817.47 s
[ghcide] availsToNameSet
1817.47 s
[ghcide] ParsedSource
1817.47 s
[ghcide] RenamedSource
1817.47 s
[ghcide] unGhc
1817.47 s
[ghcide] getSession
1817.47 s
[ghcide] setSessionDynFlags
1817.47 s
[ghcide] runHsc
1817.47 s
[ghcide] compileFile
1817.47 s
[ghcide] hscInteractive
1817.47 s
[ghcide] hscUpdateHPT
1817.47 s
[ghcide] makeSimpleDetails (src/Development/IDE/GHC/Compat/Core.hs:723)
1817.47 s
[ghcide] tcSplitForAllTyVarBinder_maybe
1817.47 s
[ghcide] typecheckIface
1817.47 s
[ghcide] mkIfaceTc (src/Development/IDE/GHC/Compat/Core.hs:728)
1817.47 s
[ghcide] mkBootModDetailsTc (src/Development/IDE/GHC/Compat/Core.hs:732)
1817.47 s
[ghcide] initTidyOpts (src/Development/IDE/GHC/Compat/Core.hs:737)
1817.47 s
[ghcide] driverNoStop (src/Development/IDE/GHC/Compat/Core.hs:741)
1817.47 s
[ghcide] tidyProgram
1817.47 s
[ghcide] ImportedModsVal
1817.47 s
[ghcide] importedByUser
1817.47 s
[ghcide] TypecheckedSource
1817.47 s
[ghcide] HasSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:624)
1817.47 s
[ghcide] Located
1817.47 s
[ghcide] unLoc
1817.47 s
[ghcide] getLoc
1817.47 s
[ghcide] getLocA
1817.47 s
[ghcide] locA
1817.47 s
[ghcide] noLocA
1817.47 s
[ghcide] unLocA (src/Development/IDE/GHC/Compat/Core.hs:704)
1817.47 s
[ghcide] LocatedAn (src/Development/IDE/GHC/Compat/Core.hs:701)
1817.47 s
[ghcide] LocatedA
1817.47 s
[ghcide] RealLocated
1817.47 s
[ghcide] RealSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:572)
1817.47 s
[ghcide] RealSrcLoc (src/Development/IDE/GHC/Compat/Core.hs:578)
1817.47 s
[ghcide] mkRealSrcLoc
1817.47 s
[ghcide] getRealSrcSpan
1817.47 s
[ghcide] realSrcLocSpan
1817.48 s
[ghcide] realSrcSpanStart
1817.48 s
[ghcide] realSrcSpanEnd
1817.48 s
[ghcide] isSubspanOfA (src/Development/IDE/GHC/Compat/Core.hs:699)
1817.48 s
[ghcide] srcSpanStartLine
1817.48 s
[ghcide] srcSpanStartCol
1817.48 s
[ghcide] srcSpanEndLine
1817.48 s
[ghcide] srcSpanEndCol
1817.48 s
[ghcide] srcSpanFile
1817.48 s
[ghcide] noLoc
1817.48 s
[ghcide] srcSpanToRealSrcSpan
1817.48 s
[ghcide] mapLoc (src/Development/IDE/GHC/Compat/Core.hs:745)
1817.48 s
[ghcide] mkHomeModLocation (src/Development/IDE/GHC/Compat/Core.hs:567)
1817.48 s
[ghcide] findObjectLinkableMaybe
1817.48 s
[ghcide] InstalledFindResult
1817.48 s
[ghcide] PackageName
1817.48 s
[ghcide] unload (src/Development/IDE/GHC/Compat/Core.hs:692)
1817.48 s
[ghcide] Hooks
1817.48 s
[ghcide] runMetaHook
1817.48 s
[ghcide] MetaHook
1817.48 s
[ghcide] metaRequestE
1817.48 s
[ghcide] metaRequestP
1817.48 s
[ghcide] metaRequestT
1817.48 s
[ghcide] metaRequestD
1817.48 s
[ghcide] metaRequestAW
1817.48 s
[ghcide] addToHpt
1817.48 s
[ghcide] addListToHpt
1817.48 s
[ghcide] TargetId
1817.48 s
[ghcide] mkSimpleTarget (src/Development/IDE/GHC/Compat/Core.hs:749)
1817.48 s
[ghcide] initObjLinker (src/Development/IDE/GHC/Compat/Core.hs:676)
1817.48 s
[ghcide] loadDLL (src/Development/IDE/GHC/Compat/Core.hs:680)
1817.48 s
[ghcide] InteractiveImport
1817.48 s
[ghcide] parseImportDecl
1817.48 s
[ghcide] runDecls
1817.48 s
[ghcide] GRE (src/Development/IDE/GHC/Compat/Core.hs:709)
1817.48 s
[ghcide] gre_name (src/Development/IDE/GHC/Compat/Core.hs:709)
1817.48 s
[ghcide] gre_imp (src/Development/IDE/GHC/Compat/Core.hs:709)
1817.48 s
[ghcide] gre_lcl (src/Development/IDE/GHC/Compat/Core.hs:709)
1817.48 s
[ghcide] gre_par (src/Development/IDE/GHC/Compat/Core.hs:709)
1817.48 s
[ghcide] collectHsBindsBinders (src/Development/IDE/GHC/Compat/Core.hs:718)
1817.48 s
[ghcide] hasKey
1817.48 s
[ghcide] allNameStrings
1817.48 s
[ghcide] allNameStringList
1817.48 s
[ghcide] itName
1817.48 s
[ghcide] mkUnboundName
1817.48 s
[ghcide] isUnboundName
1817.48 s
[ghcide] basicKnownKeyNames
1817.48 s
[ghcide] genericTyConNames
1817.48 s
[ghcide] gHC_PRIM
1817.48 s
[ghcide] gHC_PRIM_PANIC
1817.48 s
[ghcide] gHC_TYPES
1817.48 s
[ghcide] gHC_MAGIC
1817.48 s
[ghcide] gHC_MAGIC_DICT
1817.48 s
[ghcide] gHC_CSTRING
1817.48 s
[ghcide] gHC_CLASSES
1817.48 s
[ghcide] gHC_PRIMOPWRAPPERS
1817.48 s
[ghcide] gHC_INTERNAL_TUPLE
1817.48 s
[ghcide] pRELUDE
1817.48 s
[ghcide] dATA_LIST
1817.48 s
[ghcide] cONTROL_MONAD_ZIP
1817.48 s
[ghcide] gHC_INTERNAL_NUM_INTEGER
1817.48 s
[ghcide] gHC_INTERNAL_NUM_NATURAL
1817.48 s
[ghcide] gHC_INTERNAL_NUM_BIGNAT
1817.48 s
[ghcide] gHC_INTERNAL_BASE
1817.48 s
[ghcide] gHC_INTERNAL_ENUM
1817.48 s
[ghcide] gHC_INTERNAL_GHCI
1817.48 s
[ghcide] gHC_INTERNAL_GHCI_HELPERS
1817.48 s
[ghcide] gHC_INTERNAL_SHOW
1817.48 s
[ghcide] gHC_INTERNAL_READ
1817.48 s
[ghcide] gHC_INTERNAL_NUM
1817.48 s
[ghcide] gHC_INTERNAL_MAYBE
1817.48 s
[ghcide] gHC_INTERNAL_LIST
1817.48 s
[ghcide] gHC_INTERNAL_DATA_EITHER
1817.48 s
[ghcide] gHC_INTERNAL_DATA_STRING
1817.48 s
[ghcide] gHC_INTERNAL_DATA_FOLDABLE
1817.48 s
[ghcide] gHC_INTERNAL_DATA_TRAVERSABLE
1817.48 s
[ghcide] gHC_INTERNAL_CONC
1817.48 s
[ghcide] gHC_INTERNAL_IO
1817.48 s
[ghcide] gHC_INTERNAL_IO_Exception
1817.48 s
[ghcide] gHC_INTERNAL_ST
1817.48 s
[ghcide] gHC_INTERNAL_IX
1817.48 s
[ghcide] gHC_INTERNAL_STABLE
1817.48 s
[ghcide] gHC_INTERNAL_PTR
1817.48 s
[ghcide] gHC_INTERNAL_ERR
1817.48 s
[ghcide] gHC_INTERNAL_REAL
1817.48 s
[ghcide] gHC_INTERNAL_FLOAT
1817.48 s
[ghcide] gHC_INTERNAL_TOP_HANDLER
1817.48 s
[ghcide] gHC_INTERNAL_SYSTEM_IO
1817.48 s
[ghcide] gHC_INTERNAL_DYNAMIC
1817.48 s
[ghcide] gHC_INTERNAL_TYPEABLE
1817.48 s
[ghcide] gHC_INTERNAL_TYPEABLE_INTERNAL
1817.48 s
[ghcide] gHC_INTERNAL_DATA_DATA
1817.48 s
[ghcide] gHC_INTERNAL_READ_PREC
1817.48 s
[ghcide] gHC_INTERNAL_LEX
1817.48 s
[ghcide] gHC_INTERNAL_INT
1817.48 s
[ghcide] gHC_INTERNAL_WORD
1817.48 s
[ghcide] gHC_INTERNAL_MONAD
1817.48 s
[ghcide] gHC_INTERNAL_MONAD_FIX
1817.48 s
[ghcide] gHC_INTERNAL_MONAD_FAIL
1817.48 s
[ghcide] gHC_INTERNAL_ARROW
1817.48 s
[ghcide] gHC_INTERNAL_DESUGAR
1817.48 s
[ghcide] gHC_INTERNAL_RANDOM
1817.48 s
[ghcide] gHC_INTERNAL_EXTS
1817.48 s
[ghcide] gHC_INTERNAL_IS_LIST
1817.48 s
[ghcide] gHC_INTERNAL_CONTROL_EXCEPTION_BASE
1817.48 s
[ghcide] gHC_INTERNAL_EXCEPTION_CONTEXT
1817.48 s
[ghcide] gHC_INTERNAL_GENERICS
1817.48 s
[ghcide] gHC_INTERNAL_TYPEERROR
1817.48 s
[ghcide] gHC_INTERNAL_TYPELITS
1817.48 s
[ghcide] gHC_INTERNAL_TYPELITS_INTERNAL
1817.48 s
[ghcide] gHC_INTERNAL_TYPENATS
1817.48 s
[ghcide] gHC_INTERNAL_TYPENATS_INTERNAL
1817.48 s
[ghcide] gHC_INTERNAL_DATA_COERCE
1817.48 s
[ghcide] gHC_INTERNAL_DEBUG_TRACE
1817.48 s
[ghcide] gHC_INTERNAL_UNSAFE_COERCE
1817.48 s
[ghcide] gHC_INTERNAL_FOREIGN_C_CONSTPTR
1817.48 s
[ghcide] gHC_INTERNAL_SRCLOC
1817.48 s
[ghcide] gHC_INTERNAL_STACK
1817.48 s
[ghcide] gHC_INTERNAL_STACK_TYPES
1817.48 s
[ghcide] gHC_INTERNAL_STATICPTR
1817.48 s
[ghcide] gHC_INTERNAL_STATICPTR_INTERNAL
1817.48 s
[ghcide] gHC_INTERNAL_FINGERPRINT_TYPE
1817.48 s
[ghcide] gHC_INTERNAL_OVER_LABELS
1817.48 s
[ghcide] gHC_INTERNAL_RECORDS
1817.48 s
[ghcide] dATA_TUPLE_EXPERIMENTAL
1817.48 s
[ghcide] dATA_SUM_EXPERIMENTAL
1817.48 s
[ghcide] rOOT_MAIN
1817.48 s
[ghcide] mkInteractiveModule
1817.48 s
[ghcide] pRELUDE_NAME
1817.48 s
[ghcide] mAIN_NAME
1817.48 s
[ghcide] mkPrimModule
1817.48 s
[ghcide] mkBignumModule
1817.48 s
[ghcide] mkGhcInternalModule
1817.48 s
[ghcide] mkGhcInternalModule_
1817.48 s
[ghcide] mkBaseModule
1817.48 s
[ghcide] mkBaseModule_
1817.48 s
[ghcide] mkThisGhcModule
1817.48 s
[ghcide] mkThisGhcModule_
1817.48 s
[ghcide] mkMainModule
1817.48 s
[ghcide] mkMainModule_
1817.48 s
[ghcide] mkExperimentalModule
1817.48 s
[ghcide] main_RDR_Unqual
1817.48 s
[ghcide] eq_RDR
1817.48 s
[ghcide] ge_RDR
1817.48 s
[ghcide] le_RDR
1817.48 s
[ghcide] lt_RDR
1817.48 s
[ghcide] gt_RDR
1817.48 s
[ghcide] compare_RDR
1817.48 s
[ghcide] ltTag_RDR
1817.48 s
[ghcide] eqTag_RDR
1817.48 s
[ghcide] gtTag_RDR
1817.48 s
[ghcide] map_RDR
1817.48 s
[ghcide] append_RDR
1817.48 s
[ghcide] foldr_RDR
1817.48 s
[ghcide] build_RDR
1817.48 s
[ghcide] returnM_RDR
1817.48 s
[ghcide] bindM_RDR
1817.48 s
[ghcide] failM_RDR
1817.48 s
[ghcide] left_RDR
1817.48 s
[ghcide] right_RDR
1817.48 s
[ghcide] fromEnum_RDR
1817.48 s
[ghcide] toEnum_RDR
1817.48 s
[ghcide] enumFrom_RDR
1817.48 s
[ghcide] enumFromTo_RDR
1817.48 s
[ghcide] enumFromThen_RDR
1817.48 s
[ghcide] enumFromThenTo_RDR
1817.48 s
[ghcide] times_RDR
1817.48 s
[ghcide] plus_RDR
1817.48 s
[ghcide] compose_RDR
1817.48 s
[ghcide] and_RDR
1817.48 s
[ghcide] not_RDR
1817.48 s
[ghcide] dataToTag_RDR
1817.48 s
[ghcide] succ_RDR
1817.48 s
[ghcide] pred_RDR
1817.48 s
[ghcide] minBound_RDR
1817.48 s
[ghcide] maxBound_RDR
1817.48 s
[ghcide] range_RDR
1817.48 s
[ghcide] inRange_RDR
1817.48 s
[ghcide] index_RDR
1817.48 s
[ghcide] unsafeIndex_RDR
1817.48 s
[ghcide] unsafeRangeSize_RDR
1817.48 s
[ghcide] readList_RDR
1817.48 s
[ghcide] readListDefault_RDR
1817.48 s
[ghcide] readListPrec_RDR
1817.48 s
[ghcide] readListPrecDefault_RDR
1817.48 s
[ghcide] readPrec_RDR
1817.48 s
[ghcide] parens_RDR
1817.48 s
[ghcide] choose_RDR
1817.48 s
[ghcide] lexP_RDR
1817.48 s
[ghcide] expectP_RDR
1817.48 s
[ghcide] readField_RDR
1817.48 s
[ghcide] readFieldHash_RDR
1817.48 s
[ghcide] readSymField_RDR
1817.48 s
[ghcide] punc_RDR
1817.48 s
[ghcide] ident_RDR
1817.48 s
[ghcide] symbol_RDR
1817.48 s
[ghcide] step_RDR
1817.48 s
[ghcide] alt_RDR
1817.48 s
[ghcide] reset_RDR
1817.48 s
[ghcide] prec_RDR
1817.48 s
[ghcide] pfail_RDR
1817.48 s
[ghcide] showsPrec_RDR
1817.48 s
[ghcide] shows_RDR
1817.48 s
[ghcide] showString_RDR
1817.48 s
[ghcide] showSpace_RDR
1817.48 s
[ghcide] showCommaSpace_RDR
1817.48 s
[ghcide] showParen_RDR
1817.48 s
[ghcide] error_RDR
1817.48 s
[ghcide] u1DataCon_RDR
1817.48 s
[ghcide] par1DataCon_RDR
1817.48 s
[ghcide] rec1DataCon_RDR
1817.48 s
[ghcide] k1DataCon_RDR
1817.48 s
[ghcide] m1DataCon_RDR
1817.48 s
[ghcide] l1DataCon_RDR
1817.48 s
[ghcide] r1DataCon_RDR
1817.48 s
[ghcide] prodDataCon_RDR
1817.48 s
[ghcide] comp1DataCon_RDR
1817.48 s
[ghcide] unPar1_RDR
1817.48 s
[ghcide] unRec1_RDR
1817.48 s
[ghcide] unK1_RDR
1817.48 s
[ghcide] unComp1_RDR
1817.48 s
[ghcide] from_RDR
1817.48 s
[ghcide] from1_RDR
1817.48 s
[ghcide] to_RDR
1817.48 s
[ghcide] to1_RDR
1817.48 s
[ghcide] datatypeName_RDR
1817.48 s
[ghcide] moduleName_RDR
1817.48 s
[ghcide] packageName_RDR
1817.48 s
[ghcide] isNewtypeName_RDR
1817.48 s
[ghcide] selName_RDR
1817.48 s
[ghcide] conName_RDR
1817.48 s
[ghcide] conFixity_RDR
1817.48 s
[ghcide] conIsRecord_RDR
1817.48 s
[ghcide] prefixDataCon_RDR
1817.48 s
[ghcide] infixDataCon_RDR
1817.48 s
[ghcide] leftAssocDataCon_RDR
1817.48 s
[ghcide] rightAssocDataCon_RDR
1817.48 s
[ghcide] notAssocDataCon_RDR
1817.48 s
[ghcide] uAddrDataCon_RDR
1817.48 s
[ghcide] uCharDataCon_RDR
1817.48 s
[ghcide] uDoubleDataCon_RDR
1817.48 s
[ghcide] uFloatDataCon_RDR
1817.48 s
[ghcide] uIntDataCon_RDR
1817.48 s
[ghcide] uWordDataCon_RDR
1817.48 s
[ghcide] uAddrHash_RDR
1817.48 s
[ghcide] uCharHash_RDR
1817.48 s
[ghcide] uDoubleHash_RDR
1817.48 s
[ghcide] uFloatHash_RDR
1817.48 s
[ghcide] uIntHash_RDR
1817.48 s
[ghcide] uWordHash_RDR
1817.48 s
[ghcide] fmap_RDR
1817.48 s
[ghcide] replace_RDR
1817.48 s
[ghcide] pure_RDR
1817.48 s
[ghcide] ap_RDR
1817.48 s
[ghcide] liftA2_RDR
1817.48 s
[ghcide] foldable_foldr_RDR
1817.48 s
[ghcide] foldMap_RDR
1817.48 s
[ghcide] null_RDR
1817.48 s
[ghcide] all_RDR
1817.48 s
[ghcide] traverse_RDR
1817.48 s
[ghcide] mempty_RDR
1817.48 s
[ghcide] mappend_RDR
1817.48 s
[ghcide] varQual_RDR
1817.48 s
[ghcide] tcQual_RDR
1817.48 s
[ghcide] clsQual_RDR
1817.48 s
[ghcide] dataQual_RDR
1817.48 s
[ghcide] fieldQual_RDR
1817.48 s
[ghcide] wildCardName
1817.48 s
[ghcide] runMainIOName
1817.48 s
[ghcide] runRWName
1817.48 s
[ghcide] orderingTyConName
1817.48 s
[ghcide] ordLTDataConName
1817.48 s
[ghcide] ordEQDataConName
1817.48 s
[ghcide] ordGTDataConName
1817.48 s
[ghcide] specTyConName
1817.48 s
[ghcide] eitherTyConName
1817.48 s
[ghcide] leftDataConName
1817.48 s
[ghcide] rightDataConName
1817.48 s
[ghcide] voidTyConName
1817.48 s
[ghcide] v1TyConName
1817.48 s
[ghcide] u1TyConName
1817.48 s
[ghcide] par1TyConName
1817.48 s
[ghcide] rec1TyConName
1817.48 s
[ghcide] k1TyConName
1817.48 s
[ghcide] m1TyConName
1817.48 s
[ghcide] sumTyConName
1817.48 s
[ghcide] prodTyConName
1817.48 s
[ghcide] compTyConName
1817.48 s
[ghcide] rTyConName
1817.48 s
[ghcide] dTyConName
1817.48 s
[ghcide] cTyConName
1817.48 s
[ghcide] sTyConName
1817.48 s
[ghcide] rec0TyConName
1817.48 s
[ghcide] d1TyConName
1817.48 s
[ghcide] c1TyConName
1817.48 s
[ghcide] s1TyConName
1817.48 s
[ghcide] repTyConName
1817.48 s
[ghcide] rep1TyConName
1817.48 s
[ghcide] uRecTyConName
1817.48 s
[ghcide] uAddrTyConName
1817.48 s
[ghcide] uCharTyConName
1817.48 s
[ghcide] uDoubleTyConName
1817.48 s
[ghcide] uFloatTyConName
1817.48 s
[ghcide] uIntTyConName
1817.48 s
[ghcide] uWordTyConName
1817.48 s
[ghcide] prefixIDataConName
1817.48 s
[ghcide] infixIDataConName
1817.48 s
[ghcide] leftAssociativeDataConName
1817.48 s
[ghcide] rightAssociativeDataConName
1817.48 s
[ghcide] notAssociativeDataConName
1817.48 s
[ghcide] sourceUnpackDataConName
1817.48 s
[ghcide] sourceNoUnpackDataConName
1817.48 s
[ghcide] noSourceUnpackednessDataConName
1817.48 s
[ghcide] sourceLazyDataConName
1817.48 s
[ghcide] sourceStrictDataConName
1817.48 s
[ghcide] noSourceStrictnessDataConName
1817.48 s
[ghcide] decidedLazyDataConName
1817.48 s
[ghcide] decidedStrictDataConName
1817.48 s
[ghcide] decidedUnpackDataConName
1817.48 s
[ghcide] metaDataDataConName
1817.48 s
[ghcide] metaConsDataConName
1817.48 s
[ghcide] metaSelDataConName
1817.48 s
[ghcide] divIntName
1817.48 s
[ghcide] modIntName
1817.48 s
[ghcide] cstringLengthName
1817.48 s
[ghcide] eqStringName
1817.48 s
[ghcide] unpackCStringName
1817.48 s
[ghcide] unpackCStringAppendName
1817.48 s
[ghcide] unpackCStringFoldrName
1817.48 s
[ghcide] unpackCStringUtf8Name
1817.48 s
[ghcide] unpackCStringAppendUtf8Name
1817.48 s
[ghcide] unpackCStringFoldrUtf8Name
1817.48 s
[ghcide] inlineIdName
1817.48 s
[ghcide] eqClassName
1817.48 s
[ghcide] eqName
1817.48 s
[ghcide] ordClassName
1817.48 s
[ghcide] geName
1817.48 s
[ghcide] functorClassName
1817.48 s
[ghcide] fmapName
1817.48 s
[ghcide] monadClassName
1817.48 s
[ghcide] thenMName
1817.48 s
[ghcide] bindMName
1817.48 s
[ghcide] returnMName
1817.48 s
[ghcide] monadFailClassName
1817.48 s
[ghcide] failMName
1817.48 s
[ghcide] applicativeClassName
1817.48 s
[ghcide] apAName
1817.48 s
[ghcide] pureAName
1817.48 s
[ghcide] thenAName
1817.48 s
[ghcide] foldableClassName
1817.48 s
[ghcide] traversableClassName
1817.48 s
[ghcide] semigroupClassName
1817.48 s
[ghcide] sappendName
1817.48 s
[ghcide] monoidClassName
1817.48 s
[ghcide] memptyName
1817.48 s
[ghcide] mappendName
1817.48 s
[ghcide] mconcatName
1817.48 s
[ghcide] joinMName
1817.48 s
[ghcide] alternativeClassName
1817.48 s
[ghcide] joinMIdKey
1817.48 s
[ghcide] apAClassOpKey
1817.48 s
[ghcide] pureAClassOpKey
1817.48 s
[ghcide] thenAClassOpKey
1817.48 s
[ghcide] alternativeClassKey
1817.48 s
[ghcide] considerAccessibleName
1817.48 s
[ghcide] dollarName
1817.48 s
[ghcide] otherwiseIdName
1817.48 s
[ghcide] foldrName
1817.48 s
[ghcide] buildName
1817.48 s
[ghcide] augmentName
1817.48 s
[ghcide] mapName
1817.48 s
[ghcide] appendName
1817.48 s
[ghcide] assertName
1817.48 s
[ghcide] fromStringName
1817.48 s
[ghcide] numClassName
1817.48 s
[ghcide] fromIntegerName
1817.48 s
[ghcide] minusName
1817.48 s
[ghcide] negateName
1817.48 s
[ghcide] bnbVarQual
1817.48 s
[ghcide] bnnVarQual
1817.48 s
[ghcide] bniVarQual
1817.48 s
[ghcide] bignatEqName
1817.48 s
[ghcide] bignatCompareName
1817.48 s
[ghcide] bignatCompareWordName
1817.48 s
[ghcide] naturalToWordName
1817.48 s
[ghcide] naturalPopCountName
1817.49 s
[ghcide] naturalShiftRName
1817.49 s
[ghcide] naturalShiftLName
1817.49 s
[ghcide] naturalAddName
1817.49 s
[ghcide] naturalSubName
1817.49 s
[ghcide] naturalSubThrowName
1817.49 s
[ghcide] naturalSubUnsafeName
1817.49 s
[ghcide] naturalMulName
1817.49 s
[ghcide] naturalQuotRemName
1817.49 s
[ghcide] naturalQuotName
1817.49 s
[ghcide] naturalRemName
1817.49 s
[ghcide] naturalAndName
1817.49 s
[ghcide] naturalAndNotName
1817.49 s
[ghcide] naturalOrName
1817.49 s
[ghcide] naturalXorName
1817.49 s
[ghcide] naturalTestBitName
1817.49 s
[ghcide] naturalBitName
1817.49 s
[ghcide] naturalGcdName
1817.49 s
[ghcide] naturalLcmName
1817.49 s
[ghcide] naturalLog2Name
1817.49 s
[ghcide] naturalLogBaseWordName
1817.49 s
[ghcide] naturalLogBaseName
1817.49 s
[ghcide] naturalPowModName
1817.49 s
[ghcide] naturalSizeInBaseName
1817.49 s
[ghcide] integerFromNaturalName
1817.49 s
[ghcide] integerToNaturalClampName
1817.49 s
[ghcide] integerToNaturalThrowName
1817.49 s
[ghcide] integerToNaturalName
1817.49 s
[ghcide] integerToWordName
1817.49 s
[ghcide] integerToIntName
1817.49 s
[ghcide] integerToWord64Name
1817.49 s
[ghcide] integerToInt64Name
1817.49 s
[ghcide] integerFromWordName
1817.49 s
[ghcide] integerFromWord64Name
1817.49 s
[ghcide] integerFromInt64Name
1817.49 s
[ghcide] integerAddName
1817.49 s
[ghcide] integerMulName
1817.49 s
[ghcide] integerSubName
1817.49 s
[ghcide] integerNegateName
1817.49 s
[ghcide] integerAbsName
1817.49 s
[ghcide] integerPopCountName
1817.49 s
[ghcide] integerQuotName
1817.49 s
[ghcide] integerRemName
1817.49 s
[ghcide] integerDivName
1817.49 s
[ghcide] integerModName
1817.49 s
[ghcide] integerDivModName
1817.49 s
[ghcide] integerQuotRemName
1817.49 s
[ghcide] integerEncodeFloatName
1817.49 s
[ghcide] integerEncodeDoubleName
1817.49 s
[ghcide] integerGcdName
1817.49 s
[ghcide] integerLcmName
1817.49 s
[ghcide] integerAndName
1817.49 s
[ghcide] integerOrName
1817.49 s
[ghcide] integerXorName
1817.49 s
[ghcide] integerComplementName
1817.49 s
[ghcide] integerBitName
1817.49 s
[ghcide] integerTestBitName
1817.49 s
[ghcide] integerShiftLName
1817.49 s
[ghcide] integerShiftRName
1817.49 s
[ghcide] rationalTyConName
1817.49 s
[ghcide] ratioTyConName
1817.49 s
[ghcide] ratioDataConName
1817.49 s
[ghcide] realClassName
1817.49 s
[ghcide] integralClassName
1817.49 s
[ghcide] realFracClassName
1817.49 s
[ghcide] fractionalClassName
1817.49 s
[ghcide] fromRationalName
1817.49 s
[ghcide] toIntegerName
1817.49 s
[ghcide] toRationalName
1817.49 s
[ghcide] fromIntegralName
1817.49 s
[ghcide] realToFracName
1817.49 s
[ghcide] mkRationalBase2Name
1817.49 s
[ghcide] mkRationalBase10Name
1817.49 s
[ghcide] floatingClassName
1817.49 s
[ghcide] realFloatClassName
1817.49 s
[ghcide] integerToFloatName
1817.49 s
[ghcide] integerToDoubleName
1817.49 s
[ghcide] naturalToFloatName
1817.49 s
[ghcide] naturalToDoubleName
1817.49 s
[ghcide] rationalToFloatName
1817.49 s
[ghcide] rationalToDoubleName
1817.49 s
[ghcide] ixClassName
1817.49 s
[ghcide] trModuleTyConName
1817.49 s
[ghcide] trModuleDataConName
1817.49 s
[ghcide] trNameTyConName
1817.49 s
[ghcide] trNameSDataConName
1817.49 s
[ghcide] trNameDDataConName
1817.49 s
[ghcide] trTyConTyConName
1817.49 s
[ghcide] trTyConDataConName
1817.49 s
[ghcide] kindRepTyConName
1817.49 s
[ghcide] kindRepTyConAppDataConName
1817.49 s
[ghcide] kindRepVarDataConName
1817.49 s
[ghcide] kindRepAppDataConName
1817.49 s
[ghcide] kindRepFunDataConName
1817.49 s
[ghcide] kindRepTYPEDataConName
1817.49 s
[ghcide] kindRepTypeLitSDataConName
1817.49 s
[ghcide] kindRepTypeLitDDataConName
1817.49 s
[ghcide] typeLitSortTyConName
1817.49 s
[ghcide] typeLitSymbolDataConName
1817.49 s
[ghcide] typeLitNatDataConName
1817.49 s
[ghcide] typeLitCharDataConName
1817.49 s
[ghcide] typeableClassName
1817.49 s
[ghcide] typeRepTyConName
1817.49 s
[ghcide] someTypeRepTyConName
1817.49 s
[ghcide] someTypeRepDataConName
1817.49 s
[ghcide] typeRepIdName
1817.49 s
[ghcide] mkTrTypeName
1817.49 s
[ghcide] mkTrConName
1817.49 s
[ghcide] mkTrAppName
1817.49 s
[ghcide] mkTrFunName
1817.49 s
[ghcide] typeNatTypeRepName
1817.49 s
[ghcide] typeSymbolTypeRepName
1817.49 s
[ghcide] typeCharTypeRepName
1817.49 s
[ghcide] trGhcPrimModuleName
1817.49 s
[ghcide] starKindRepName
1817.49 s
[ghcide] starArrStarKindRepName
1817.49 s
[ghcide] starArrStarArrStarKindRepName
1817.49 s
[ghcide] constraintKindRepName
1817.49 s
[ghcide] withDictClassName
1817.49 s
[ghcide] nonEmptyTyConName
1817.49 s
[ghcide] dataToTagClassName
1817.49 s
[ghcide] errorMessageTypeErrorFamName
1817.49 s
[ghcide] typeErrorTextDataConName
1817.49 s
[ghcide] typeErrorAppendDataConName
1817.49 s
[ghcide] typeErrorVAppendDataConName
1817.49 s
[ghcide] typeErrorShowTypeDataConName
1817.49 s
[ghcide] unsatisfiableClassName
1817.49 s
[ghcide] unsatisfiableIdName
1817.49 s
[ghcide] unsafeEqualityProofName
1817.49 s
[ghcide] unsafeEqualityTyConName
1817.49 s
[ghcide] unsafeReflDataConName
1817.49 s
[ghcide] unsafeCoercePrimName
1817.49 s
[ghcide] toDynName
1817.49 s
[ghcide] dataClassName
1817.49 s
[ghcide] assertErrorName
1817.49 s
[ghcide] traceName
1817.49 s
[ghcide] enumClassName
1817.49 s
[ghcide] enumFromName
1817.49 s
[ghcide] enumFromToName
1817.49 s
[ghcide] enumFromThenName
1817.49 s
[ghcide] enumFromThenToName
1817.49 s
[ghcide] boundedClassName
1817.49 s
[ghcide] concatName
1817.49 s
[ghcide] filterName
1817.49 s
[ghcide] zipName
1817.49 s
[ghcide] isListClassName
1817.49 s
[ghcide] fromListName
1817.49 s
[ghcide] fromListNName
1817.49 s
[ghcide] toListName
1817.49 s
[ghcide] getFieldName
1817.49 s
[ghcide] setFieldName
1817.49 s
[ghcide] showClassName
1817.49 s
[ghcide] readClassName
1817.49 s
[ghcide] genClassName
1817.49 s
[ghcide] gen1ClassName
1817.49 s
[ghcide] datatypeClassName
1817.49 s
[ghcide] constructorClassName
1817.49 s
[ghcide] selectorClassName
1817.49 s
[ghcide] genericClassNames
1817.49 s
[ghcide] ghciIoClassName
1817.49 s
[ghcide] ghciStepIoMName
1817.49 s
[ghcide] ioTyConName
1817.49 s
[ghcide] ioDataConName
1817.49 s
[ghcide] thenIOName
1817.49 s
[ghcide] bindIOName
1817.49 s
[ghcide] returnIOName
1817.49 s
[ghcide] failIOName
1817.49 s
[ghcide] int8TyConName
1817.49 s
[ghcide] int16TyConName
1817.49 s
[ghcide] int32TyConName
1817.49 s
[ghcide] int64TyConName
1817.49 s
[ghcide] word8TyConName
1817.49 s
[ghcide] word16TyConName
1817.49 s
[ghcide] word32TyConName
1817.49 s
[ghcide] word64TyConName
1817.49 s
[ghcide] ptrTyConName
1817.49 s
[ghcide] funPtrTyConName
1817.49 s
[ghcide] stablePtrTyConName
1817.49 s
[ghcide] newStablePtrName
1817.49 s
[ghcide] monadFixClassName
1817.49 s
[ghcide] mfixName
1817.49 s
[ghcide] arrAName
1817.49 s
[ghcide] composeAName
1817.49 s
[ghcide] firstAName
1817.49 s
[ghcide] appAName
1817.49 s
[ghcide] choiceAName
1817.49 s
[ghcide] loopAName
1817.49 s
[ghcide] guardMName
1817.49 s
[ghcide] liftMName
1817.49 s
[ghcide] mzipName
1817.49 s
[ghcide] toAnnotationWrapperName
1817.49 s
[ghcide] monadPlusClassName
1817.49 s
[ghcide] isStringClassName
1817.49 s
[ghcide] knownNatClassName
1817.49 s
[ghcide] knownSymbolClassName
1817.49 s
[ghcide] knownCharClassName
1817.49 s
[ghcide] fromLabelClassOpName
1817.49 s
[ghcide] ipClassName
1817.49 s
[ghcide] hasFieldClassName
1817.49 s
[ghcide] exceptionContextTyConName
1817.49 s
[ghcide] emptyExceptionContextName
1817.49 s
[ghcide] callStackTyConName
1817.49 s
[ghcide] emptyCallStackName
1817.49 s
[ghcide] pushCallStackName
1817.49 s
[ghcide] srcLocDataConName
1817.49 s
[ghcide] pLUGINS
1817.49 s
[ghcide] pluginTyConName
1817.49 s
[ghcide] frontendPluginTyConName
1817.49 s
[ghcide] makeStaticName
1817.49 s
[ghcide] staticPtrInfoTyConName
1817.49 s
[ghcide] staticPtrInfoDataConName
1817.49 s
[ghcide] staticPtrTyConName
1817.49 s
[ghcide] staticPtrDataConName
1817.49 s
[ghcide] fromStaticPtrName
1817.49 s
[ghcide] fingerprintDataConName
1817.49 s
[ghcide] constPtrConName
1817.49 s
[ghcide] jsvalTyConName
1817.49 s
[ghcide] varQual
1817.49 s
[ghcide] tcQual
1817.49 s
[ghcide] clsQual
1817.49 s
[ghcide] dcQual
1817.49 s
[ghcide] mk_known_key_name
1817.49 s
[ghcide] boundedClassKey
1817.49 s
[ghcide] enumClassKey
1817.49 s
[ghcide] eqClassKey
1817.49 s
[ghcide] floatingClassKey
1817.49 s
[ghcide] fractionalClassKey
1817.49 s
[ghcide] integralClassKey
1817.49 s
[ghcide] monadClassKey
1817.49 s
[ghcide] dataClassKey
1817.49 s
[ghcide] functorClassKey
1817.49 s
[ghcide] numClassKey
1817.49 s
[ghcide] ordClassKey
1817.49 s
[ghcide] readClassKey
1817.49 s
[ghcide] realClassKey
1817.49 s
[ghcide] realFloatClassKey
1817.49 s
[ghcide] realFracClassKey
1817.49 s
[ghcide] showClassKey
1817.49 s
[ghcide] ixClassKey
1817.49 s
[ghcide] typeableClassKey
1817.49 s
[ghcide] withDictClassKey
1817.49 s
[ghcide] dataToTagClassKey
1817.49 s
[ghcide] monadFixClassKey
1817.49 s
[ghcide] monadFailClassKey
1817.49 s
[ghcide] monadPlusClassKey
1817.49 s
[ghcide] randomClassKey
1817.49 s
[ghcide] randomGenClassKey
1817.49 s
[ghcide] isStringClassKey
1817.49 s
[ghcide] applicativeClassKey
1817.49 s
[ghcide] foldableClassKey
1817.49 s
[ghcide] traversableClassKey
1817.49 s
[ghcide] genClassKey
1817.49 s
[ghcide] gen1ClassKey
1817.49 s
[ghcide] datatypeClassKey
1817.49 s
[ghcide] constructorClassKey
1817.49 s
[ghcide] selectorClassKey
1817.49 s
[ghcide] knownNatClassNameKey
1817.49 s
[ghcide] knownSymbolClassNameKey
1817.49 s
[ghcide] knownCharClassNameKey
1817.49 s
[ghcide] ghciIoClassKey
1817.49 s
[ghcide] semigroupClassKey
1817.49 s
[ghcide] monoidClassKey
1817.49 s
[ghcide] ipClassKey
1817.49 s
[ghcide] hasFieldClassNameKey
1817.49 s
[ghcide] addrPrimTyConKey
1817.49 s
[ghcide] arrayPrimTyConKey
1817.49 s
[ghcide] boolTyConKey
1817.49 s
[ghcide] byteArrayPrimTyConKey
1817.49 s
[ghcide] stringTyConKey
1817.49 s
[ghcide] charPrimTyConKey
1817.49 s
[ghcide] charTyConKey
1817.49 s
[ghcide] doublePrimTyConKey
1817.49 s
[ghcide] doubleTyConKey
1817.49 s
[ghcide] floatPrimTyConKey
1817.49 s
[ghcide] floatTyConKey
1817.49 s
[ghcide] fUNTyConKey
1817.49 s
[ghcide] intPrimTyConKey
1817.49 s
[ghcide] intTyConKey
1817.49 s
[ghcide] int8PrimTyConKey
1817.49 s
[ghcide] int8TyConKey
1817.49 s
[ghcide] int16PrimTyConKey
1817.49 s
[ghcide] int16TyConKey
1817.49 s
[ghcide] int32PrimTyConKey
1817.49 s
[ghcide] int32TyConKey
1817.49 s
[ghcide] int64PrimTyConKey
1817.49 s
[ghcide] int64TyConKey
1817.49 s
[ghcide] integerTyConKey
1817.49 s
[ghcide] naturalTyConKey
1817.49 s
[ghcide] listTyConKey
1817.49 s
[ghcide] foreignObjPrimTyConKey
1817.49 s
[ghcide] maybeTyConKey
1817.49 s
[ghcide] weakPrimTyConKey
1817.49 s
[ghcide] mutableArrayPrimTyConKey
1817.49 s
[ghcide] mutableByteArrayPrimTyConKey
1817.49 s
[ghcide] orderingTyConKey
1817.49 s
[ghcide] mVarPrimTyConKey
1817.49 s
[ghcide] ioPortPrimTyConKey
1817.49 s
[ghcide] ratioTyConKey
1817.49 s
[ghcide] rationalTyConKey
1817.49 s
[ghcide] realWorldTyConKey
1817.49 s
[ghcide] stablePtrPrimTyConKey
1817.49 s
[ghcide] stablePtrTyConKey
1817.49 s
[ghcide] eqTyConKey
1817.49 s
[ghcide] heqTyConKey
1817.49 s
[ghcide] ctArrowTyConKey
1817.49 s
[ghcide] ccArrowTyConKey
1817.49 s
[ghcide] tcArrowTyConKey
1817.49 s
[ghcide] statePrimTyConKey
1817.49 s
[ghcide] stableNamePrimTyConKey
1817.49 s
[ghcide] stableNameTyConKey
1817.49 s
[ghcide] eqPrimTyConKey
1817.49 s
[ghcide] eqReprPrimTyConKey
1817.49 s
[ghcide] eqPhantPrimTyConKey
1817.49 s
[ghcide] mutVarPrimTyConKey
1817.49 s
[ghcide] ioTyConKey
1817.49 s
[ghcide] wordPrimTyConKey
1817.49 s
[ghcide] wordTyConKey
1817.49 s
[ghcide] word8PrimTyConKey
1817.49 s
[ghcide] word8TyConKey
1817.49 s
[ghcide] word16PrimTyConKey
1817.49 s
[ghcide] word16TyConKey
1817.49 s
[ghcide] word32PrimTyConKey
1817.49 s
[ghcide] word32TyConKey
1817.49 s
[ghcide] word64PrimTyConKey
1817.50 s
[ghcide] word64TyConKey
1817.50 s
[ghcide] kindConKey
1817.50 s
[ghcide] boxityConKey
1817.50 s
[ghcide] typeConKey
1817.50 s
[ghcide] threadIdPrimTyConKey
1817.50 s
[ghcide] bcoPrimTyConKey
1817.50 s
[ghcide] ptrTyConKey
1817.50 s
[ghcide] funPtrTyConKey
1817.50 s
[ghcide] tVarPrimTyConKey
1817.50 s
[ghcide] compactPrimTyConKey
1817.50 s
[ghcide] stackSnapshotPrimTyConKey
1817.50 s
[ghcide] promptTagPrimTyConKey
1817.50 s
[ghcide] eitherTyConKey
1817.50 s
[ghcide] voidTyConKey
1817.50 s
[ghcide] nonEmptyTyConKey
1817.50 s
[ghcide] dictTyConKey
1817.50 s
[ghcide] liftedTypeKindTyConKey
1817.50 s
[ghcide] unliftedTypeKindTyConKey
1817.50 s
[ghcide] tYPETyConKey
1817.50 s
[ghcide] cONSTRAINTTyConKey
1817.50 s
[ghcide] constraintKindTyConKey
1817.50 s
[ghcide] levityTyConKey
1817.50 s
[ghcide] runtimeRepTyConKey
1817.50 s
[ghcide] vecCountTyConKey
1817.50 s
[ghcide] vecElemTyConKey
1817.50 s
[ghcide] liftedRepTyConKey
1817.50 s
[ghcide] unliftedRepTyConKey
1817.50 s
[ghcide] zeroBitRepTyConKey
1817.50 s
[ghcide] zeroBitTypeTyConKey
1817.50 s
[ghcide] pluginTyConKey
1817.50 s
[ghcide] frontendPluginTyConKey
1817.50 s
[ghcide] trTyConTyConKey
1817.50 s
[ghcide] trModuleTyConKey
1817.50 s
[ghcide] trNameTyConKey
1817.50 s
[ghcide] kindRepTyConKey
1817.50 s
[ghcide] typeLitSortTyConKey
1817.50 s
[ghcide] v1TyConKey
1817.50 s
[ghcide] u1TyConKey
1817.50 s
[ghcide] par1TyConKey
1817.50 s
[ghcide] rec1TyConKey
1817.50 s
[ghcide] k1TyConKey
1817.50 s
[ghcide] m1TyConKey
1817.50 s
[ghcide] sumTyConKey
1817.50 s
[ghcide] prodTyConKey
1817.50 s
[ghcide] compTyConKey
1817.50 s
[ghcide] rTyConKey
1817.50 s
[ghcide] dTyConKey
1817.50 s
[ghcide] cTyConKey
1817.50 s
[ghcide] sTyConKey
1817.50 s
[ghcide] rec0TyConKey
1817.50 s
[ghcide] d1TyConKey
1817.50 s
[ghcide] c1TyConKey
1817.50 s
[ghcide] s1TyConKey
1817.50 s
[ghcide] repTyConKey
1817.50 s
[ghcide] rep1TyConKey
1817.50 s
[ghcide] uRecTyConKey
1817.50 s
[ghcide] uAddrTyConKey
1817.50 s
[ghcide] uCharTyConKey
1817.50 s
[ghcide] uDoubleTyConKey
1817.50 s
[ghcide] uFloatTyConKey
1817.50 s
[ghcide] uIntTyConKey
1817.50 s
[ghcide] uWordTyConKey
1817.50 s
[ghcide] unsatisfiableClassNameKey
1817.50 s
[ghcide] anyTyConKey
1817.50 s
[ghcide] zonkAnyTyConKey
1817.50 s
[ghcide] errorMessageTypeErrorFamKey
1817.50 s
[ghcide] coercibleTyConKey
1817.50 s
[ghcide] proxyPrimTyConKey
1817.50 s
[ghcide] specTyConKey
1817.50 s
[ghcide] smallArrayPrimTyConKey
1817.50 s
[ghcide] smallMutableArrayPrimTyConKey
1817.50 s
[ghcide] staticPtrTyConKey
1817.50 s
[ghcide] staticPtrInfoTyConKey
1817.50 s
[ghcide] callStackTyConKey
1817.50 s
[ghcide] typeRepTyConKey
1817.50 s
[ghcide] someTypeRepTyConKey
1817.50 s
[ghcide] someTypeRepDataConKey
1817.50 s
[ghcide] typeSymbolAppendFamNameKey
1817.50 s
[ghcide] unsafeEqualityTyConKey
1817.50 s
[ghcide] multiplicityTyConKey
1817.50 s
[ghcide] unrestrictedFunTyConKey
1817.50 s
[ghcide] multMulTyConKey
1817.50 s
[ghcide] int8X16PrimTyConKey
1817.50 s
[ghcide] int16X8PrimTyConKey
1817.50 s
[ghcide] int32X4PrimTyConKey
1817.50 s
[ghcide] int64X2PrimTyConKey
1817.50 s
[ghcide] int8X32PrimTyConKey
1817.50 s
[ghcide] int16X16PrimTyConKey
1817.50 s
[ghcide] int32X8PrimTyConKey
1817.50 s
[ghcide] int64X4PrimTyConKey
1817.50 s
[ghcide] int8X64PrimTyConKey
1817.50 s
[ghcide] int16X32PrimTyConKey
1817.50 s
[ghcide] int32X16PrimTyConKey
1817.50 s
[ghcide] int64X8PrimTyConKey
1817.50 s
[ghcide] word8X16PrimTyConKey
1817.50 s
[ghcide] word16X8PrimTyConKey
1817.50 s
[ghcide] word32X4PrimTyConKey
1817.50 s
[ghcide] word64X2PrimTyConKey
1817.50 s
[ghcide] word8X32PrimTyConKey
1817.50 s
[ghcide] word16X16PrimTyConKey
1817.50 s
[ghcide] word32X8PrimTyConKey
1817.50 s
[ghcide] word64X4PrimTyConKey
1817.50 s
[ghcide] word8X64PrimTyConKey
1817.50 s
[ghcide] word16X32PrimTyConKey
1817.50 s
[ghcide] word32X16PrimTyConKey
1817.50 s
[ghcide] word64X8PrimTyConKey
1817.50 s
[ghcide] floatX4PrimTyConKey
1817.50 s
[ghcide] doubleX2PrimTyConKey
1817.50 s
[ghcide] floatX8PrimTyConKey
1817.50 s
[ghcide] doubleX4PrimTyConKey
1817.50 s
[ghcide] floatX16PrimTyConKey
1817.50 s
[ghcide] doubleX8PrimTyConKey
1817.50 s
[ghcide] typeSymbolKindConNameKey
1817.50 s
[ghcide] typeCharKindConNameKey
1817.50 s
[ghcide] typeNatAddTyFamNameKey
1817.50 s
[ghcide] typeNatMulTyFamNameKey
1817.50 s
[ghcide] typeNatExpTyFamNameKey
1817.50 s
[ghcide] typeNatSubTyFamNameKey
1817.50 s
[ghcide] typeSymbolCmpTyFamNameKey
1817.50 s
[ghcide] typeNatCmpTyFamNameKey
1817.50 s
[ghcide] typeCharCmpTyFamNameKey
1817.50 s
[ghcide] typeLeqCharTyFamNameKey
1817.50 s
[ghcide] typeNatDivTyFamNameKey
1817.50 s
[ghcide] typeNatModTyFamNameKey
1817.50 s
[ghcide] typeNatLogTyFamNameKey
1817.50 s
[ghcide] typeConsSymbolTyFamNameKey
1817.50 s
[ghcide] typeUnconsSymbolTyFamNameKey
1817.50 s
[ghcide] typeCharToNatTyFamNameKey
1817.50 s
[ghcide] typeNatToCharTyFamNameKey
1817.50 s
[ghcide] constPtrTyConKey
1817.50 s
[ghcide] jsvalTyConKey
1817.50 s
[ghcide] exceptionContextTyConKey
1817.50 s
[ghcide] charDataConKey
1817.50 s
[ghcide] consDataConKey
1817.50 s
[ghcide] doubleDataConKey
1817.50 s
[ghcide] falseDataConKey
1817.50 s
[ghcide] floatDataConKey
1817.50 s
[ghcide] intDataConKey
1817.50 s
[ghcide] nothingDataConKey
1817.50 s
[ghcide] justDataConKey
1817.50 s
[ghcide] eqDataConKey
1817.50 s
[ghcide] nilDataConKey
1817.50 s
[ghcide] ratioDataConKey
1817.50 s
[ghcide] word8DataConKey
1817.50 s
[ghcide] stableNameDataConKey
1817.50 s
[ghcide] trueDataConKey
1817.50 s
[ghcide] wordDataConKey
1817.50 s
[ghcide] ioDataConKey
1817.50 s
[ghcide] heqDataConKey
1817.50 s
[ghcide] crossDataConKey
1817.50 s
[ghcide] inlDataConKey
1817.50 s
[ghcide] inrDataConKey
1817.50 s
[ghcide] genUnitDataConKey
1817.50 s
[ghcide] leftDataConKey
1817.50 s
[ghcide] rightDataConKey
1817.50 s
[ghcide] ordLTDataConKey
1817.50 s
[ghcide] ordEQDataConKey
1817.50 s
[ghcide] ordGTDataConKey
1817.50 s
[ghcide] mkDictDataConKey
1817.50 s
[ghcide] coercibleDataConKey
1817.50 s
[ghcide] staticPtrDataConKey
1817.50 s
[ghcide] staticPtrInfoDataConKey
1817.50 s
[ghcide] fingerprintDataConKey
1817.50 s
[ghcide] srcLocDataConKey
1817.50 s
[ghcide] trTyConDataConKey
1817.50 s
[ghcide] trModuleDataConKey
1817.50 s
[ghcide] trNameSDataConKey
1817.50 s
[ghcide] trNameDDataConKey
1817.50 s
[ghcide] trGhcPrimModuleKey
1817.50 s
[ghcide] typeErrorTextDataConKey
1817.50 s
[ghcide] typeErrorAppendDataConKey
1817.50 s
[ghcide] typeErrorVAppendDataConKey
1817.50 s
[ghcide] typeErrorShowTypeDataConKey
1817.50 s
[ghcide] prefixIDataConKey
1817.50 s
[ghcide] infixIDataConKey
1817.50 s
[ghcide] leftAssociativeDataConKey
1817.50 s
[ghcide] rightAssociativeDataConKey
1817.50 s
[ghcide] notAssociativeDataConKey
1817.50 s
[ghcide] sourceUnpackDataConKey
1817.50 s
[ghcide] sourceNoUnpackDataConKey
1817.50 s
[ghcide] noSourceUnpackednessDataConKey
1817.50 s
[ghcide] sourceLazyDataConKey
1817.50 s
[ghcide] sourceStrictDataConKey
1817.50 s
[ghcide] noSourceStrictnessDataConKey
1817.50 s
[ghcide] decidedLazyDataConKey
1817.50 s
[ghcide] decidedStrictDataConKey
1817.50 s
[ghcide] decidedUnpackDataConKey
1817.50 s
[ghcide] metaDataDataConKey
1817.50 s
[ghcide] metaConsDataConKey
1817.50 s
[ghcide] metaSelDataConKey
1817.50 s
[ghcide] vecRepDataConKey
1817.50 s
[ghcide] tupleRepDataConKey
1817.50 s
[ghcide] sumRepDataConKey
1817.50 s
[ghcide] boxedRepDataConKey
1817.50 s
[ghcide] boxedRepDataConTyConKey
1817.50 s
[ghcide] tupleRepDataConTyConKey
1817.50 s
[ghcide] runtimeRepSimpleDataConKeys
1817.50 s
[ghcide] liftedDataConKey
1817.50 s
[ghcide] unliftedDataConKey
1817.50 s
[ghcide] vecCountDataConKeys
1817.50 s
[ghcide] vecElemDataConKeys
1817.50 s
[ghcide] kindRepTyConAppDataConKey
1817.50 s
[ghcide] kindRepVarDataConKey
1817.50 s
[ghcide] kindRepAppDataConKey
1817.50 s
[ghcide] kindRepFunDataConKey
1817.50 s
[ghcide] kindRepTYPEDataConKey
1817.50 s
[ghcide] kindRepTypeLitSDataConKey
1817.50 s
[ghcide] kindRepTypeLitDDataConKey
1817.50 s
[ghcide] typeLitSymbolDataConKey
1817.50 s
[ghcide] typeLitNatDataConKey
1817.50 s
[ghcide] typeLitCharDataConKey
1817.50 s
[ghcide] unsafeReflDataConKey
1817.50 s
[ghcide] oneDataConKey
1817.50 s
[ghcide] manyDataConKey
1817.50 s
[ghcide] integerISDataConKey
1817.50 s
[ghcide] integerINDataConKey
1817.50 s
[ghcide] integerIPDataConKey
1817.50 s
[ghcide] naturalNSDataConKey
1817.50 s
[ghcide] naturalNBDataConKey
1817.50 s
[ghcide] wildCardKey
1817.50 s
[ghcide] absentErrorIdKey
1817.50 s
[ghcide] absentConstraintErrorIdKey
1817.50 s
[ghcide] augmentIdKey
1817.50 s
[ghcide] appendIdKey
1817.50 s
[ghcide] buildIdKey
1817.50 s
[ghcide] foldrIdKey
1817.50 s
[ghcide] recSelErrorIdKey
1817.50 s
[ghcide] seqIdKey
1817.50 s
[ghcide] absentSumFieldErrorIdKey
1817.50 s
[ghcide] eqStringIdKey
1817.50 s
[ghcide] noMethodBindingErrorIdKey
1817.50 s
[ghcide] nonExhaustiveGuardsErrorIdKey
1817.50 s
[ghcide] impossibleErrorIdKey
1817.50 s
[ghcide] impossibleConstraintErrorIdKey
1817.50 s
[ghcide] patErrorIdKey
1817.50 s
[ghcide] realWorldPrimIdKey
1817.50 s
[ghcide] recConErrorIdKey
1817.50 s
[ghcide] unpackCStringUtf8IdKey
1817.50 s
[ghcide] unpackCStringAppendUtf8IdKey
1817.50 s
[ghcide] unpackCStringFoldrUtf8IdKey
1817.50 s
[ghcide] unpackCStringIdKey
1817.50 s
[ghcide] unpackCStringAppendIdKey
1817.50 s
[ghcide] unpackCStringFoldrIdKey
1817.50 s
[ghcide] voidPrimIdKey
1817.50 s
[ghcide] typeErrorIdKey
1817.50 s
[ghcide] divIntIdKey
1817.50 s
[ghcide] modIntIdKey
1817.50 s
[ghcide] cstringLengthIdKey
1817.50 s
[ghcide] concatIdKey
1817.50 s
[ghcide] filterIdKey
1817.50 s
[ghcide] zipIdKey
1817.50 s
[ghcide] bindIOIdKey
1817.50 s
[ghcide] returnIOIdKey
1817.50 s
[ghcide] newStablePtrIdKey
1817.50 s
[ghcide] printIdKey
1817.50 s
[ghcide] failIOIdKey
1817.50 s
[ghcide] nullAddrIdKey
1817.50 s
[ghcide] voidArgIdKey
1817.50 s
[ghcide] otherwiseIdKey
1817.50 s
[ghcide] assertIdKey
1817.50 s
[ghcide] leftSectionKey
1817.50 s
[ghcide] rightSectionKey
1817.50 s
[ghcide] rootMainKey
1817.50 s
[ghcide] runMainKey
1817.50 s
[ghcide] thenIOIdKey
1817.50 s
[ghcide] lazyIdKey
1817.50 s
[ghcide] assertErrorIdKey
1817.50 s
[ghcide] oneShotKey
1817.50 s
[ghcide] runRWKey
1817.50 s
[ghcide] traceKey
1817.50 s
[ghcide] nospecIdKey
1817.50 s
[ghcide] inlineIdKey
1817.50 s
[ghcide] mapIdKey
1817.50 s
[ghcide] dollarIdKey
1817.50 s
[ghcide] coercionTokenIdKey
1817.50 s
[ghcide] considerAccessibleIdKey
1817.50 s
[ghcide] noinlineIdKey
1817.50 s
[ghcide] noinlineConstraintIdKey
1817.50 s
[ghcide] integerToFloatIdKey
1817.50 s
[ghcide] integerToDoubleIdKey
1817.50 s
[ghcide] naturalToFloatIdKey
1817.50 s
[ghcide] naturalToDoubleIdKey
1817.50 s
[ghcide] rationalToFloatIdKey
1817.50 s
[ghcide] rationalToDoubleIdKey
1817.50 s
[ghcide] coerceKey
1817.50 s
[ghcide] unboundKey
1817.50 s
[ghcide] fromIntegerClassOpKey
1817.50 s
[ghcide] minusClassOpKey
1817.50 s
[ghcide] fromRationalClassOpKey
1817.50 s
[ghcide] enumFromClassOpKey
1817.50 s
[ghcide] enumFromThenClassOpKey
1817.50 s
[ghcide] enumFromToClassOpKey
1817.50 s
[ghcide] enumFromThenToClassOpKey
1817.50 s
[ghcide] eqClassOpKey
1817.50 s
[ghcide] geClassOpKey
1817.50 s
[ghcide] negateClassOpKey
1817.50 s
[ghcide] bindMClassOpKey
1817.50 s
[ghcide] thenMClassOpKey
1817.50 s
[ghcide] fmapClassOpKey
1817.50 s
[ghcide] returnMClassOpKey
1817.50 s
[ghcide] mfixIdKey
1817.50 s
[ghcide] failMClassOpKey
1817.50 s
[ghcide] fromLabelClassOpKey
1817.50 s
[ghcide] arrAIdKey
1817.50 s
[ghcide] composeAIdKey
1817.50 s
[ghcide] firstAIdKey
1817.50 s
[ghcide] appAIdKey
1817.50 s
[ghcide] choiceAIdKey
1817.50 s
[ghcide] loopAIdKey
1817.50 s
[ghcide] fromStringClassOpKey
1817.50 s
[ghcide] toAnnotationWrapperIdKey
1817.50 s
[ghcide] fromIntegralIdKey
1817.50 s
[ghcide] realToFracIdKey
1817.50 s
[ghcide] toIntegerClassOpKey
1817.50 s
[ghcide] toRationalClassOpKey
1817.50 s
[ghcide] guardMIdKey
1817.50 s
[ghcide] liftMIdKey
1817.50 s
[ghcide] mzipIdKey
1817.50 s
[ghcide] ghciStepIoMClassOpKey
1817.50 s
[ghcide] isListClassKey
1817.50 s
[ghcide] fromListClassOpKey
1817.50 s
[ghcide] fromListNClassOpKey
1817.50 s
[ghcide] toListClassOpKey
1817.50 s
[ghcide] proxyHashKey
1817.50 s
[ghcide] mkTyConKey
1817.50 s
[ghcide] mkTrTypeKey
1817.50 s
[ghcide] mkTrConKey
1817.50 s
[ghcide] mkTrAppKey
1817.50 s
[ghcide] typeNatTypeRepKey
1817.50 s
[ghcide] typeSymbolTypeRepKey
1817.50 s
[ghcide] typeCharTypeRepKey
1817.50 s
[ghcide] typeRepIdKey
1817.50 s
[ghcide] mkTrFunKey
1817.50 s
[ghcide] starKindRepKey
1817.50 s
[ghcide] starArrStarKindRepKey
1817.50 s
[ghcide] starArrStarArrStarKindRepKey
1817.50 s
[ghcide] constraintKindRepKey
1817.50 s
[ghcide] toDynIdKey
1817.50 s
[ghcide] eqSCSelIdKey
1817.50 s
[ghcide] heqSCSelIdKey
1817.50 s
[ghcide] coercibleSCSelIdKey
1817.50 s
[ghcide] sappendClassOpKey
1817.50 s
[ghcide] memptyClassOpKey
1817.50 s
[ghcide] mappendClassOpKey
1817.50 s
[ghcide] mconcatClassOpKey
1817.50 s
[ghcide] emptyCallStackKey
1817.50 s
[ghcide] pushCallStackKey
1817.50 s
[ghcide] fromStaticPtrClassOpKey
1817.50 s
[ghcide] makeStaticKey
1817.50 s
[ghcide] emptyExceptionContextKey
1817.50 s
[ghcide] unsafeEqualityProofIdKey
1817.50 s
[ghcide] unsafeCoercePrimIdKey
1817.50 s
[ghcide] getFieldClassOpKey
1817.50 s
[ghcide] setFieldClassOpKey
1817.50 s
[ghcide] unsatisfiableIdNameKey
1817.50 s
[ghcide] integerFromNaturalIdKey
1817.50 s
[ghcide] integerToNaturalClampIdKey
1817.50 s
[ghcide] integerToNaturalThrowIdKey
1817.50 s
[ghcide] integerToNaturalIdKey
1817.50 s
[ghcide] integerToWordIdKey
1817.50 s
[ghcide] integerToIntIdKey
1817.50 s
[ghcide] integerToWord64IdKey
1817.50 s
[ghcide] integerToInt64IdKey
1817.50 s
[ghcide] integerAddIdKey
1817.50 s
[ghcide] integerMulIdKey
1817.50 s
[ghcide] integerSubIdKey
1817.50 s
[ghcide] integerNegateIdKey
1817.50 s
[ghcide] integerAbsIdKey
1817.50 s
[ghcide] integerPopCountIdKey
1817.50 s
[ghcide] integerQuotIdKey
1817.50 s
[ghcide] integerRemIdKey
1817.50 s
[ghcide] integerDivIdKey
1817.50 s
[ghcide] integerModIdKey
1817.50 s
[ghcide] integerDivModIdKey
1817.50 s
[ghcide] integerQuotRemIdKey
1817.50 s
[ghcide] integerEncodeFloatIdKey
1817.50 s
[ghcide] integerEncodeDoubleIdKey
1817.50 s
[ghcide] integerGcdIdKey
1817.50 s
[ghcide] integerLcmIdKey
1817.50 s
[ghcide] integerAndIdKey
1817.50 s
[ghcide] integerOrIdKey
1817.50 s
[ghcide] integerXorIdKey
1817.50 s
[ghcide] integerComplementIdKey
1817.50 s
[ghcide] integerBitIdKey
1817.50 s
[ghcide] integerTestBitIdKey
1817.50 s
[ghcide] integerShiftLIdKey
1817.50 s
[ghcide] integerShiftRIdKey
1817.50 s
[ghcide] integerFromWordIdKey
1817.50 s
[ghcide] integerFromWord64IdKey
1817.50 s
[ghcide] integerFromInt64IdKey
1817.51 s
[ghcide] naturalToWordIdKey
1817.51 s
[ghcide] naturalPopCountIdKey
1817.51 s
[ghcide] naturalShiftRIdKey
1817.51 s
[ghcide] naturalShiftLIdKey
1817.51 s
[ghcide] naturalAddIdKey
1817.51 s
[ghcide] naturalSubIdKey
1817.51 s
[ghcide] naturalSubThrowIdKey
1817.51 s
[ghcide] naturalSubUnsafeIdKey
1817.51 s
[ghcide] naturalMulIdKey
1817.51 s
[ghcide] naturalQuotRemIdKey
1817.51 s
[ghcide] naturalQuotIdKey
1817.51 s
[ghcide] naturalRemIdKey
1817.51 s
[ghcide] naturalAndIdKey
1817.51 s
[ghcide] naturalAndNotIdKey
1817.51 s
[ghcide] naturalOrIdKey
1817.51 s
[ghcide] naturalXorIdKey
1817.51 s
[ghcide] naturalTestBitIdKey
1817.51 s
[ghcide] naturalBitIdKey
1817.51 s
[ghcide] naturalGcdIdKey
1817.51 s
[ghcide] naturalLcmIdKey
1817.51 s
[ghcide] naturalLog2IdKey
1817.51 s
[ghcide] naturalLogBaseWordIdKey
1817.51 s
[ghcide] naturalLogBaseIdKey
1817.51 s
[ghcide] naturalPowModIdKey
1817.51 s
[ghcide] naturalSizeInBaseIdKey
1817.51 s
[ghcide] bignatEqIdKey
1817.51 s
[ghcide] bignatCompareIdKey
1817.51 s
[ghcide] bignatCompareWordIdKey
1817.51 s
[ghcide] mkRationalBase2IdKey
1817.51 s
[ghcide] mkRationalBase10IdKey
1817.51 s
[ghcide] numericClassKeys
1817.51 s
[ghcide] fractionalClassKeys
1817.51 s
[ghcide] standardClassKeys
1817.51 s
[ghcide] derivableClassKeys
1817.51 s
[ghcide] interactiveClassNames
1817.51 s
[ghcide] interactiveClassKeys
1817.51 s
[ghcide] promoteDataCon
1817.51 s
[ghcide] isUnboxedSumDataCon
1817.51 s
[ghcide] StrictnessMark
1817.51 s
[ghcide] DataConEnv
1817.51 s
[ghcide] eqSpecTyVar
1817.51 s
[ghcide] eqSpecType
1817.51 s
[ghcide] eqSpecPair
1817.51 s
[ghcide] eqSpecPreds
1817.51 s
[ghcide] isBanged
1817.51 s
[ghcide] isSrcStrict
1817.51 s
[ghcide] isSrcUnpacked
1817.51 s
[ghcide] isMarkedStrict
1817.51 s
[ghcide] cbvFromStrictMark
1817.51 s
[ghcide] dataConTagZ
1817.51 s
[ghcide] dataConImplBangs
1817.51 s
[ghcide] dataConBoxer
1817.51 s
[ghcide] dataConOrigResTy
1817.51 s
[ghcide] dataConNonlinearType
1817.51 s
[ghcide] dataConDisplayType
1817.51 s
[ghcide] isTupleDataCon
1817.51 s
[ghcide] isBoxedTupleDataCon
1817.51 s
[ghcide] isUnboxedTupleDataCon
1817.51 s
[ghcide] isCovertGadtDataCon
1817.51 s
[ghcide] classDataCon
1817.51 s
[ghcide] dataConCannotMatch
1817.51 s
[ghcide] checkDataConTyVars
1817.51 s
[ghcide] dataConUserTyVarsNeedWrapper
1817.51 s
[ghcide] FamInstMatch
1817.51 s
[ghcide] FamInstEnv
1817.51 s
[ghcide] FamInstEnvs
1817.51 s
[ghcide] FamFlavor
1817.51 s
[ghcide] FamInst
1817.51 s
[ghcide] famInstAxiom
1817.51 s
[ghcide] famInstRHS
1817.51 s
[ghcide] famInstTyCon
1817.51 s
[ghcide] famInstsRepTyCons
1817.51 s
[ghcide] famInstRepTyCon_maybe
1817.51 s
[ghcide] dataFamInstRepTyCon
1817.51 s
[ghcide] orphNamesOfFamInst
1817.51 s
[ghcide] pprFamInsts
1817.51 s
[ghcide] mkLocalFamInst
1817.51 s
[ghcide] mkImportedFamInst
1817.51 s
[ghcide] famInstEnvSize
1817.51 s
[ghcide] emptyFamInstEnv
1817.51 s
[ghcide] famInstEnvElts
1817.51 s
[ghcide] familyInstances
1817.51 s
[ghcide] familyNameInstances
1817.51 s
[ghcide] extendFamInstEnvList
1817.51 s
[ghcide] extendFamInstEnv
1817.51 s
[ghcide] compatibleBranches
1817.51 s
[ghcide] mkCoAxBranch
1817.51 s
[ghcide] mkBranchedCoAxiom
1817.51 s
[ghcide] mkUnbranchedCoAxiom
1817.51 s
[ghcide] mkSingleCoAxiom
1817.51 s
[ghcide] lookupFamInstEnvByTyCon
1817.51 s
[ghcide] lookupFamInstEnv
1817.51 s
[ghcide] lookupFamInstEnvConflicts
1817.51 s
[ghcide] isDominatedBy
1817.51 s
[ghcide] reduceTyFamApp_maybe
1817.51 s
[ghcide] topNormaliseType
1817.51 s
[ghcide] normaliseType
1817.51 s
[ghcide] normaliseTcApp
1817.51 s
[ghcide] ForeignExport
1817.51 s
[ghcide] ForeignImport
1817.51 s
[ghcide] StandaloneKindSig
1817.51 s
[ghcide] CImportSpec
1817.51 s
[ghcide] LDerivClauseTys
1817.51 s
[ghcide] LHsDerivingClause
1817.51 s
[ghcide] FamilyInfo
1817.51 s
[ghcide] LHsFunDep
1817.51 s
[ghcide] XFunDep
1817.51 s
[ghcide] LHsDecl
1817.51 s
[ghcide] hsGroupInstDecls
1817.51 s
[ghcide] tyClDeclTyVars
1817.51 s
[ghcide] tyClGroupTyClDecls
1817.51 s
[ghcide] tyClGroupInstDecls
1817.51 s
[ghcide] tyClGroupRoleDecls
1817.51 s
[ghcide] tyClGroupKindSigs
1817.51 s
[ghcide] collectRuleBndrSigTys
1817.51 s
[ghcide] docDeclDoc
1817.51 s
[ghcide] annProvenanceName_maybe
1817.51 s
[ghcide] HsRuleAnn
1817.51 s
[ghcide] HsRuleRn
1817.51 s
[ghcide] XViaStrategyPs
1817.51 s
[ghcide] DataDeclRn
1817.51 s
[ghcide] emptyRdrGroup
1817.51 s
[ghcide] emptyRnGroup
1817.51 s
[ghcide] appendGroups
1817.51 s
[ghcide] tyFamInstDeclName
1817.51 s
[ghcide] tyFamInstDeclLName
1817.51 s
[ghcide] tyClDeclLName
1817.51 s
[ghcide] countTyClDecls
1817.51 s
[ghcide] tcdName
1817.51 s
[ghcide] pp_vanilla_decl_head
1817.51 s
[ghcide] pprTyClDeclFlavour
1817.51 s
[ghcide] familyDeclLName
1817.51 s
[ghcide] familyDeclName
1817.51 s
[ghcide] famResultKindSignature
1817.51 s
[ghcide] standaloneKindSigName
1817.51 s
[ghcide] getConNames
1817.51 s
[ghcide] hsConDeclTheta
1817.51 s
[ghcide] ppDataDefnHeader
1817.51 s
[ghcide] pprTyFamInstDecl
1817.51 s
[ghcide] pprDataFamInstFlavour
1817.51 s
[ghcide] pprHsFamInstLHS
1817.51 s
[ghcide] instDeclDataFamInsts
1817.51 s
[ghcide] anyLConIsGadt
1817.51 s
[ghcide] flattenRuleDecls
1817.51 s
[ghcide] pprFullRuleName
1817.51 s
[ghcide] roleAnnotDeclName
1817.51 s
[ghcide] mkHsAppTy
1817.51 s
[ghcide] mkHsAppKindTy
1817.51 s
[ghcide] TyDeclBinders
1817.51 s
[ghcide] mkSimpleMatch
1817.51 s
[ghcide] unguardedGRHSs
1817.51 s
[ghcide] unguardedRHS
1817.51 s
[ghcide] mkMatchGroup
1817.51 s
[ghcide] mkLamCaseMatchGroup
1817.51 s
[ghcide] mkLocatedList
1817.51 s
[ghcide] mkHsApp
1817.51 s
[ghcide] mkHsAppWith
1817.51 s
[ghcide] mkHsApps
1817.51 s
[ghcide] mkHsAppsWith
1817.51 s
[ghcide] mkHsAppType
1817.51 s
[ghcide] mkHsAppTypes
1817.51 s
[ghcide] mkHsLam
1817.51 s
[ghcide] mkHsLams
1817.51 s
[ghcide] mkHsSyntaxApps
1817.51 s
[ghcide] nlHsTyApp
1817.51 s
[ghcide] nlHsTyApps
1817.51 s
[ghcide] mkParPat
1817.51 s
[ghcide] nlParPat
1817.51 s
[ghcide] mkRecStmt
1817.51 s
[ghcide] mkHsIntegral
1817.51 s
[ghcide] mkHsFractional
1817.51 s
[ghcide] mkHsIsString
1817.51 s
[ghcide] mkHsDo
1817.51 s
[ghcide] mkHsDoAnns
1817.51 s
[ghcide] mkHsComp
1817.51 s
[ghcide] mkHsCompAnns
1817.51 s
[ghcide] mkHsIf
1817.51 s
[ghcide] mkHsCmdIf
1817.51 s
[ghcide] mkNPat
1817.51 s
[ghcide] mkNPlusKPat
1817.51 s
[ghcide] emptyTransStmt
1817.51 s
[ghcide] mkTransformStmt
1817.51 s
[ghcide] mkTransformByStmt
1817.51 s
[ghcide] mkGroupUsingStmt
1817.51 s
[ghcide] mkGroupByUsingStmt
1817.51 s
[ghcide] mkLastStmt
1817.51 s
[ghcide] mkBodyStmt
1817.51 s
[ghcide] mkPsBindStmt
1817.51 s
[ghcide] mkRnBindStmt
1817.51 s
[ghcide] mkTcBindStmt
1817.51 s
[ghcide] unitRecStmtTc
1817.51 s
[ghcide] emptyRecStmt
1817.51 s
[ghcide] emptyRecStmtName
1817.51 s
[ghcide] emptyRecStmtId
1817.51 s
[ghcide] mkLetStmt
1817.51 s
[ghcide] mkHsString
1817.51 s
[ghcide] mkHsStringFS
1817.51 s
[ghcide] mkHsStringPrimLit
1817.51 s
[ghcide] mkHsCharPrimLit
1817.51 s
[ghcide] mkConLikeTc
1817.51 s
[ghcide] nlHsVar
1817.51 s
[ghcide] nl_HsVar
1817.51 s
[ghcide] nlHsLit
1817.51 s
[ghcide] nlHsIntLit
1817.51 s
[ghcide] nlVarPat
1817.51 s
[ghcide] nlLitPat
1817.51 s
[ghcide] nlHsApp
1817.51 s
[ghcide] nlHsSyntaxApps
1817.51 s
[ghcide] nlHsApps
1817.51 s
[ghcide] nlHsVarApps
1817.51 s
[ghcide] nlConVarPat
1817.51 s
[ghcide] nlConVarPatName
1817.51 s
[ghcide] nlInfixConPat
1817.51 s
[ghcide] nlConPat
1817.51 s
[ghcide] nlConPatName
1817.51 s
[ghcide] nlNullaryConPat
1817.51 s
[ghcide] nlWildConPat
1817.51 s
[ghcide] nlHsDo
1817.51 s
[ghcide] nlHsOpApp
1817.51 s
[ghcide] nlHsLam
1817.51 s
[ghcide] nlHsPar
1817.51 s
[ghcide] nlHsIf
1817.51 s
[ghcide] nlHsCase
1817.51 s
[ghcide] nlList
1817.51 s
[ghcide] nlHsAppTy
1817.51 s
[ghcide] nlHsTyVar
1817.51 s
[ghcide] nlHsFunTy
1817.51 s
[ghcide] nlHsParTy
1817.51 s
[ghcide] nlHsTyConApp
1817.51 s
[ghcide] nlHsAppKindTy
1817.51 s
[ghcide] mkLHsTupleExpr
1817.51 s
[ghcide] mkLHsVarTuple
1817.51 s
[ghcide] nlTuplePat
1817.51 s
[ghcide] missingTupArg
1817.51 s
[ghcide] mkBigLHsTup
1817.51 s
[ghcide] mkBigLHsPatTup
1817.51 s
[ghcide] mkHsSigEnv
1817.51 s
[ghcide] mkLHsWrap
1817.51 s
[ghcide] mkHsWrap
1817.51 s
[ghcide] mkHsWrapCo
1817.51 s
[ghcide] mkHsWrapCoR
1817.51 s
[ghcide] mkLHsWrapCo
1817.51 s
[ghcide] mkHsCmdWrap
1817.51 s
[ghcide] mkLHsCmdWrap
1817.51 s
[ghcide] mkHsWrapPat
1817.51 s
[ghcide] mkLHsWrapPat
1817.51 s
[ghcide] mkHsWrapPatCo
1817.51 s
[ghcide] mkHsDictLet
1817.51 s
[ghcide] mkHsVarBind
1817.51 s
[ghcide] mkVarBind
1817.51 s
[ghcide] mkPatSynBind
1817.51 s
[ghcide] mkMatch
1817.51 s
[ghcide] isUnliftedHsBinds
1817.51 s
[ghcide] collectLocalBinders
1817.51 s
[ghcide] collectHsValBinders
1817.51 s
[ghcide] collectLStmtsBinders
1817.51 s
[ghcide] collectStmtsBinders
1817.51 s
[ghcide] collectLStmtBinders
1817.51 s
[ghcide] collectStmtBinders
1817.51 s
[ghcide] collectPatBinders
1817.51 s
[ghcide] collectPatsBinders
1817.51 s
[ghcide] hsGroupBinders
1817.51 s
[ghcide] hsTyClForeignBinders
1817.51 s
[ghcide] getPatSynBinds
1817.51 s
[ghcide] lStmtsImplicits
1817.51 s
[ghcide] hsValBindsImplicits
1817.51 s
[ghcide] lHsRecFieldsImplicits
1817.51 s
[ghcide] Match
1817.51 s
[ghcide] XXIEWrappedName
1817.51 s
[ghcide] XIEType
1817.51 s
[ghcide] XIEPattern
1817.51 s
[ghcide] XIEName
1817.51 s
[ghcide] XXIE
1817.51 s
[ghcide] XIEDocNamed
1817.51 s
[ghcide] XIEDoc
1817.51 s
[ghcide] XIEGroup
1817.51 s
[ghcide] XIEModuleContents
1817.51 s
[ghcide] XIEThingWith
1817.51 s
[ghcide] XIEThingAll
1817.51 s
[ghcide] XIEThingAbs
1817.51 s
[ghcide] XIEVar
1817.51 s
[ghcide] ImportDeclPkgQual
1817.51 s
[ghcide] XXImportDecl
1817.51 s
[ghcide] XCImportDecl
1817.51 s
[ghcide] XXFieldOcc
1817.51 s
[ghcide] XCFieldOcc
1817.51 s
[ghcide] XXConDeclField
1817.51 s
[ghcide] XConDeclField
1817.51 s
[ghcide] XXTyVarBndr
1817.51 s
[ghcide] XKindedTyVar
1817.51 s
[ghcide] XUserTyVar
1817.51 s
[ghcide] XXHsForAllTelescope
1817.51 s
[ghcide] XHsForAllInvis
1817.51 s
[ghcide] XHsForAllVis
1817.51 s
[ghcide] XXTyLit
1817.51 s
[ghcide] XCharTy
1817.51 s
[ghcide] XStrTy
1817.51 s
[ghcide] XNumTy
1817.51 s
[ghcide] XXType
1817.51 s
[ghcide] XWildCardTy
1817.51 s
[ghcide] XTyLit
1817.51 s
[ghcide] XExplicitTupleTy
1817.51 s
[ghcide] XExplicitListTy
1817.51 s
[ghcide] XRecTy
1817.51 s
[ghcide] XBangTy
1817.51 s
[ghcide] XDocTy
1817.51 s
[ghcide] XSpliceTy
1817.51 s
[ghcide] XKindSig
1817.51 s
[ghcide] XStarTy
1817.51 s
[ghcide] XIParamTy
1817.51 s
[ghcide] XParTy
1817.51 s
[ghcide] XOpTy
1817.51 s
[ghcide] XSumTy
1817.51 s
[ghcide] XTupleTy
1817.51 s
[ghcide] XListTy
1817.51 s
[ghcide] XFunTy
1817.51 s
[ghcide] XAppKindTy
1817.51 s
[ghcide] XAppTy
1817.51 s
[ghcide] XTyVar
1817.51 s
[ghcide] XQualTy
1817.51 s
[ghcide] XForAllTy
1817.51 s
[ghcide] XXHsTyPat
1817.51 s
[ghcide] XHsTP
1817.51 s
[ghcide] XXHsPatSigType
1817.51 s
[ghcide] XHsPS
1817.51 s
[ghcide] XXHsWildCardBndrs
1817.51 s
[ghcide] XHsWC
1817.51 s
[ghcide] XXHsSigType
1817.51 s
[ghcide] XHsSig
1817.51 s
[ghcide] XXHsOuterTyVarBndrs
1817.51 s
[ghcide] XHsOuterExplicit
1817.51 s
[ghcide] XHsOuterImplicit
1817.51 s
[ghcide] XXLHsQTyVars
1817.51 s
[ghcide] XHsQTvs
1817.51 s
[ghcide] XHsFieldBind
1817.51 s
[ghcide] XXPat
1817.51 s
[ghcide] XCoPat
1817.51 s
[ghcide] XInvisPat
1817.51 s
[ghcide] XEmbTyPat
1817.51 s
[ghcide] XSigPat
1817.51 s
[ghcide] XNPlusKPat
1817.51 s
[ghcide] XNPat
1817.51 s
[ghcide] XLitPat
1817.51 s
[ghcide] XSplicePat
1817.51 s
[ghcide] XViewPat
1817.51 s
[ghcide] XConPat
1817.51 s
[ghcide] XSumPat
1817.51 s
[ghcide] XTuplePat
1817.51 s
[ghcide] XListPat
1817.51 s
[ghcide] XBangPat
1817.51 s
[ghcide] XParPat
1817.51 s
[ghcide] XAsPat
1817.51 s
[ghcide] XLazyPat
1817.51 s
[ghcide] XVarPat
1817.51 s
[ghcide] XWildPat
1817.51 s
[ghcide] XXOverLit
1817.51 s
[ghcide] XOverLit
1817.51 s
[ghcide] XXLit
1817.51 s
[ghcide] XHsDoublePrim
1817.51 s
[ghcide] XHsFloatPrim
1817.51 s
[ghcide] XHsRat
1817.51 s
[ghcide] XHsInteger
1817.51 s
[ghcide] XHsWord64Prim
1817.51 s
[ghcide] XHsWord32Prim
1817.51 s
[ghcide] XHsWord16Prim
1817.51 s
[ghcide] XHsWord8Prim
1817.51 s
[ghcide] XHsInt64Prim
1817.51 s
[ghcide] XHsInt32Prim
1817.51 s
[ghcide] XHsInt16Prim
1817.51 s
[ghcide] XHsInt8Prim
1817.51 s
[ghcide] XHsWordPrim
1817.51 s
[ghcide] XHsIntPrim
1817.51 s
[ghcide] XHsInt
1817.51 s
[ghcide] XHsStringPrim
1817.51 s
[ghcide] XHsString
1817.51 s
[ghcide] XHsCharPrim
1817.51 s
[ghcide] XHsChar
1817.51 s
[ghcide] XXApplicativeArg
1817.51 s
[ghcide] XApplicativeArgMany
1817.51 s
[ghcide] XApplicativeArgOne
1817.51 s
[ghcide] XXParStmtBlock
1817.51 s
[ghcide] XParStmtBlock
1817.51 s
[ghcide] XXCmd
1817.51 s
[ghcide] XCmdWrap
1817.51 s
[ghcide] XCmdDo
1817.51 s
[ghcide] XCmdLet
1817.51 s
[ghcide] XCmdIf
1817.51 s
[ghcide] XCmdLamCase
1817.51 s
[ghcide] XCmdCase
1817.51 s
[ghcide] XCmdPar
1817.51 s
[ghcide] XCmdLam
1817.51 s
[ghcide] XCmdApp
1817.51 s
[ghcide] XCmdArrForm
1817.51 s
[ghcide] XCmdArrApp
1817.51 s
[ghcide] XXStmtLR
1817.51 s
[ghcide] XRecStmt
1817.51 s
[ghcide] XTransStmt
1817.51 s
[ghcide] XParStmt
1817.51 s
[ghcide] XLetStmt
1817.51 s
[ghcide] XBodyStmt
1817.51 s
[ghcide] XApplicativeStmt
1817.51 s
[ghcide] XBindStmt
1817.51 s
[ghcide] XLastStmt
1817.51 s
[ghcide] XXGRHS
1817.51 s
[ghcide] XCGRHS
1817.51 s
[ghcide] XXGRHSs
1817.51 s
[ghcide] XCGRHSs
1817.51 s
[ghcide] XXMatch
1817.51 s
[ghcide] XCMatch
1817.51 s
[ghcide] XXMatchGroup
1817.51 s
[ghcide] XMG
1817.51 s
[ghcide] XXCmdTop
1817.51 s
[ghcide] XCmdTop
1817.51 s
[ghcide] XXQuote
1817.51 s
[ghcide] XVarBr
1817.51 s
[ghcide] XTypBr
1817.51 s
[ghcide] XDecBrG
1817.51 s
[ghcide] XDecBrL
1817.51 s
[ghcide] XPatBr
1817.51 s
[ghcide] XExpBr
1817.51 s
[ghcide] XXUntypedSplice
1817.51 s
[ghcide] XQuasiQuote
1817.51 s
[ghcide] XUntypedSpliceExpr
1817.51 s
[ghcide] XXTupArg
1817.51 s
[ghcide] XMissing
1817.51 s
[ghcide] XPresent
1817.51 s
[ghcide] XXAmbiguousFieldOcc
1817.51 s
[ghcide] XAmbiguous
1817.51 s
[ghcide] XUnambiguous
1817.51 s
[ghcide] XXPragE
1817.51 s
[ghcide] XSCC
1817.51 s
[ghcide] XXDotFieldOcc
1817.51 s
[ghcide] XCDotFieldOcc
1817.51 s
[ghcide] XXExpr
1817.51 s
[ghcide] XEmbTy
1817.51 s
[ghcide] XPragE
1817.51 s
[ghcide] XBinTick
1817.51 s
[ghcide] XTick
1817.51 s
[ghcide] XStatic
1817.51 s
[ghcide] XProc
1817.51 s
[ghcide] XUntypedSplice
1817.51 s
[ghcide] XTypedSplice
1817.51 s
[ghcide] XUntypedBracket
1817.51 s
[ghcide] XTypedBracket
1817.51 s
[ghcide] XArithSeq
1817.51 s
[ghcide] XExprWithTySig
1817.52 s
[ghcide] XProjection
1817.52 s
[ghcide] XGetField
1817.52 s
[ghcide] XLHsOLRecUpdLabels
1817.52 s
[ghcide] XLHsRecUpdLabels
1817.52 s
[ghcide] XRecordUpd
1817.52 s
[ghcide] XRecordCon
1817.52 s
[ghcide] XExplicitList
1817.52 s
[ghcide] XDo
1817.52 s
[ghcide] XLet
1817.52 s
[ghcide] XMultiIf
1817.52 s
[ghcide] XIf
1817.52 s
[ghcide] XCase
1817.52 s
[ghcide] XExplicitSum
1817.52 s
[ghcide] XExplicitTuple
1817.52 s
[ghcide] XSectionR
1817.52 s
[ghcide] XSectionL
1817.52 s
[ghcide] XPar
1817.52 s
[ghcide] XNegApp
1817.52 s
[ghcide] XOpApp
1817.52 s
[ghcide] XAppTypeE
1817.52 s
[ghcide] XApp
1817.52 s
[ghcide] XLamCase
1817.52 s
[ghcide] XLam
1817.52 s
[ghcide] XLitE
1817.52 s
[ghcide] XOverLitE
1817.52 s
[ghcide] XIPVar
1817.52 s
[ghcide] XOverLabel
1817.52 s
[ghcide] XRecSel
1817.52 s
[ghcide] XUnboundVar
1817.52 s
[ghcide] XVar
1817.52 s
[ghcide] XXModule
1817.52 s
[ghcide] XCModule
1817.52 s
[ghcide] XXInjectivityAnn
1817.52 s
[ghcide] XCInjectivityAnn
1817.52 s
[ghcide] XXRoleAnnotDecl
1817.52 s
[ghcide] XCRoleAnnotDecl
1817.52 s
[ghcide] XXAnnDecl
1817.52 s
[ghcide] XHsAnnotation
1817.52 s
[ghcide] XXWarnDecl
1817.52 s
[ghcide] XWarning
1817.52 s
[ghcide] XXWarnDecls
1817.52 s
[ghcide] XWarnings
1817.52 s
[ghcide] XXRuleBndr
1817.52 s
[ghcide] XRuleBndrSig
1817.52 s
[ghcide] XCRuleBndr
1817.52 s
[ghcide] XXRuleDecl
1817.52 s
[ghcide] XHsRule
1817.52 s
[ghcide] XXRuleDecls
1817.52 s
[ghcide] XCRuleDecls
1817.52 s
[ghcide] XXForeignExport
1817.52 s
[ghcide] XCExport
1817.52 s
[ghcide] XXForeignImport
1817.52 s
[ghcide] XCImport
1817.52 s
[ghcide] XXForeignDecl
1817.52 s
[ghcide] XForeignExport
1817.52 s
[ghcide] ForeignExport
1817.52 s
[ghcide] XForeignImport
1817.52 s
[ghcide] ForeignImport
1817.52 s
[ghcide] XXDefaultDecl
1817.52 s
[ghcide] XCDefaultDecl
1817.52 s
[ghcide] XViaStrategy
1817.52 s
[ghcide] XNewtypeStrategy
1817.52 s
[ghcide] XAnyClassStrategy
1817.52 s
[ghcide] XStockStrategy
1817.52 s
[ghcide] XXDerivDecl
1817.52 s
[ghcide] XCDerivDecl
1817.52 s
[ghcide] XXInstDecl
1817.52 s
[ghcide] XTyFamInstD
1817.52 s
[ghcide] XDataFamInstD
1817.52 s
[ghcide] XClsInstD
1817.52 s
[ghcide] XXClsInstDecl
1817.52 s
[ghcide] XCClsInstDecl
1817.52 s
[ghcide] XXTyFamInstDecl
1817.52 s
[ghcide] XCTyFamInstDecl
1817.52 s
[ghcide] XXFamEqn
1817.52 s
[ghcide] XCFamEqn
1817.52 s
[ghcide] XXConDecl
1817.52 s
[ghcide] XConDeclH98
1817.52 s
[ghcide] XConDeclGADT
1817.52 s
[ghcide] XXDerivClauseTys
1817.52 s
[ghcide] XDctMulti
1817.52 s
[ghcide] XDctSingle
1817.52 s
[ghcide] XXHsDerivingClause
1817.52 s
[ghcide] XCHsDerivingClause
1817.52 s
[ghcide] XXHsDataDefn
1817.52 s
[ghcide] XCHsDataDefn
1817.52 s
[ghcide] XXFamilyDecl
1817.52 s
[ghcide] XCFamilyDecl
1817.52 s
[ghcide] XXFamilyResultSig
1817.52 s
[ghcide] XTyVarSig
1817.52 s
[ghcide] XCKindSig
1817.52 s
[ghcide] XNoSig
1817.52 s
[ghcide] XXTyClGroup
1817.52 s
[ghcide] XCTyClGroup
1817.52 s
[ghcide] XXFunDep
1817.52 s
[ghcide] XCFunDep
1817.52 s
[ghcide] XXTyClDecl
1817.52 s
[ghcide] XClassDecl
1817.52 s
[ghcide] XDataDecl
1817.52 s
[ghcide] XSynDecl
1817.52 s
[ghcide] XFamDecl
1817.52 s
[ghcide] XXSpliceDecl
1817.52 s
[ghcide] XSpliceDecl
1817.52 s
[ghcide] XXHsGroup
1817.52 s
[ghcide] XCHsGroup
1817.52 s
[ghcide] XXHsDecl
1817.52 s
[ghcide] XRoleAnnotD
1817.52 s
[ghcide] XDocD
1817.52 s
[ghcide] XSpliceD
1817.52 s
[ghcide] XRuleD
1817.52 s
[ghcide] XAnnD
1817.52 s
[ghcide] XWarningD
1817.52 s
[ghcide] XForD
1817.52 s
[ghcide] XDefD
1817.52 s
[ghcide] XKindSigD
1817.52 s
[ghcide] XSigD
1817.52 s
[ghcide] XValD
1817.52 s
[ghcide] XDerivD
1817.52 s
[ghcide] XInstD
1817.52 s
[ghcide] XTyClD
1817.52 s
[ghcide] XXStandaloneKindSig
1817.52 s
[ghcide] XStandaloneKindSig
1817.52 s
[ghcide] StandaloneKindSig
1817.52 s
[ghcide] XXFixitySig
1817.52 s
[ghcide] XFixitySig
1817.52 s
[ghcide] XXSig
1817.52 s
[ghcide] XCompleteMatchSig
1817.52 s
[ghcide] XSCCFunSig
1817.52 s
[ghcide] XMinimalSig
1817.52 s
[ghcide] XSpecInstSig
1817.52 s
[ghcide] XSpecSig
1817.52 s
[ghcide] XInlineSig
1817.52 s
[ghcide] XFixSig
1817.52 s
[ghcide] XIdSig
1817.52 s
[ghcide] XClassOpSig
1817.52 s
[ghcide] XPatSynSig
1817.52 s
[ghcide] XTypeSig
1817.52 s
[ghcide] XXIPBind
1817.52 s
[ghcide] XCIPBind
1817.52 s
[ghcide] XXHsIPBinds
1817.52 s
[ghcide] XIPBinds
1817.52 s
[ghcide] XXPatSynBind
1817.52 s
[ghcide] XPSB
1817.52 s
[ghcide] XXHsBindsLR
1817.52 s
[ghcide] XPatSynBind
1817.52 s
[ghcide] XVarBind
1817.52 s
[ghcide] XPatBind
1817.52 s
[ghcide] XFunBind
1817.52 s
[ghcide] XXValBindsLR
1817.52 s
[ghcide] XValBinds
1817.52 s
[ghcide] XXHsLocalBindsLR
1817.52 s
[ghcide] XEmptyLocalBinds
1817.52 s
[ghcide] XHsIPBinds
1817.52 s
[ghcide] XHsValBinds
1817.52 s
[ghcide] LIdP
1817.52 s
[ghcide] Anno
1817.52 s
[ghcide] DataConCantHappen
1817.52 s
[ghcide] moduleNameFS
1817.52 s
[ghcide] moduleNameString
1817.52 s
[ghcide] mkModuleName
1817.52 s
[ghcide] mkModuleNameFS
1817.52 s
[ghcide] parseModuleName
1817.52 s
[ghcide] LPat
1817.52 s
[ghcide] HsDoFlavour
1817.52 s
[ghcide] MatchGroup
1817.52 s
[ghcide] isPromoted
1817.52 s
[ghcide] CImportSpec
1817.52 s
[ghcide] negateOverLitVal
1817.52 s
[ghcide] LHsTypeArg
1817.52 s
[ghcide] XXArg
1817.52 s
[ghcide] XArgPar
1817.52 s
[ghcide] XTypeArg
1817.52 s
[ghcide] XValArg
1817.52 s
[ghcide] XXArrow
1817.52 s
[ghcide] XExplicitMult
1817.52 s
[ghcide] XLinearArrow
1817.52 s
[ghcide] XUnrestrictedArrow
1817.52 s
[ghcide] XXBndrVis
1817.52 s
[ghcide] HsBndrVis
1817.52 s
[ghcide] XBndrInvisible
1817.52 s
[ghcide] XBndrRequired
1817.52 s
[ghcide] LHsTyPat
1817.52 s
[ghcide] HsTyPat
1817.52 s
[ghcide] hsQTvExplicit
1817.52 s
[ghcide] hsPatSigType
1817.52 s
[ghcide] mapHsOuterImplicit
1817.52 s
[ghcide] hsIPNameFS
1817.52 s
[ghcide] isHsBndrInvisible
1817.52 s
[ghcide] hsMult
1817.52 s
[ghcide] hsScaledThing
1817.52 s
[ghcide] conDetailsArity
1817.52 s
[ghcide] XConPatTyArg
1817.52 s
[ghcide] ConLikeP
1817.52 s
[ghcide] isInvisArgPat
1817.52 s
[ghcide] isVisArgPat
1817.52 s
[ghcide] hsConPatArgs
1817.52 s
[ghcide] hsConPatTyArgs
1817.52 s
[ghcide] hsRecFields
1817.52 s
[ghcide] hsRecFieldsArgs
1817.52 s
[ghcide] hsRecFieldSel
1817.52 s
[ghcide] XXMultAnn
1817.52 s
[ghcide] XMultAnn
1817.52 s
[ghcide] XPct1Ann
1817.52 s
[ghcide] XNoMultAnn
1817.52 s
[ghcide] LHsLocalBindsLR
1817.52 s
[ghcide] isFixityLSig
1817.52 s
[ghcide] isTypeLSig
1817.52 s
[ghcide] isSpecLSig
1817.52 s
[ghcide] isSpecInstLSig
1817.52 s
[ghcide] isPragLSig
1817.52 s
[ghcide] isInlineLSig
1817.52 s
[ghcide] isMinimalLSig
1817.52 s
[ghcide] isSCCFunSig
1817.52 s
[ghcide] isCompleteMatchSig
1817.52 s
[ghcide] XXConDeclGADTDetails
1817.52 s
[ghcide] XRecConGADT
1817.52 s
[ghcide] XPrefixConGADT
1817.52 s
[ghcide] LDerivClauseTys
1817.52 s
[ghcide] LHsDerivingClause
1817.52 s
[ghcide] FamilyInfo
1817.52 s
[ghcide] LHsFunDep
1817.52 s
[ghcide] XFunDep
1817.52 s
[ghcide] LHsDecl
1817.52 s
[ghcide] hsGroupInstDecls
1817.52 s
[ghcide] tyClDeclTyVars
1817.52 s
[ghcide] tyClGroupTyClDecls
1817.52 s
[ghcide] tyClGroupInstDecls
1817.52 s
[ghcide] tyClGroupRoleDecls
1817.52 s
[ghcide] tyClGroupKindSigs
1817.52 s
[ghcide] familyInfoTyConFlavour
1817.52 s
[ghcide] dataDefnConsNewOrData
1817.52 s
[ghcide] collectRuleBndrSigTys
1817.52 s
[ghcide] docDeclDoc
1817.52 s
[ghcide] annProvenanceName_maybe
1817.52 s
[ghcide] TransForm
1817.52 s
[ghcide] DotFieldOcc
1817.52 s
[ghcide] LHsRecUpdProj
1817.52 s
[ghcide] RecUpdProj
1817.52 s
[ghcide] LHsRecProj
1817.52 s
[ghcide] RecProj
1817.52 s
[ghcide] FieldLabelStrings
1817.52 s
[ghcide] isInfixMatch
1817.52 s
[ghcide] qualifiedDoModuleName_maybe
1817.52 s
[ghcide] isPatSynCtxt
1817.52 s
[ghcide] isComprehensionContext
1817.52 s
[ghcide] isDoComprehensionContext
1817.52 s
[ghcide] isMonadDoStmtContext
1817.52 s
[ghcide] isMonadCompContext
1817.52 s
[ghcide] isMonadDoCompContext
1817.52 s
[ghcide] LeftOrRight
1817.52 s
[ghcide] pickLR
1817.52 s
[ghcide] QuoteWrapper
1817.52 s
[ghcide] EvTerm
1817.52 s
[ghcide] EvExpr
1817.52 s
[ghcide] EvBind
1817.52 s
[ghcide] EvBindInfo
1817.52 s
[ghcide] EvBindMap
1817.52 s
[ghcide] EvBindsVar
1817.52 s
[ghcide] TcEvBinds
1817.52 s
[ghcide] HsWrapper
1817.52 s
[ghcide] TcMCoercionR
1817.52 s
[ghcide] TcMCoercionN
1817.52 s
[ghcide] TcMCoercion
1817.52 s
[ghcide] TcCoercionP
1817.52 s
[ghcide] TcCoercionR
1817.52 s
[ghcide] TcCoercionN
1817.52 s
[ghcide] TcCoercion
1817.52 s
[ghcide] mkWpEta
1817.52 s
[ghcide] mkWpCastR
1817.52 s
[ghcide] mkWpCastN
1817.52 s
[ghcide] mkWpTyApps
1817.52 s
[ghcide] mkWpEvApps
1817.52 s
[ghcide] mkWpEvVarApps
1817.52 s
[ghcide] mkWpTyLams
1817.52 s
[ghcide] mkWpForAllCast
1817.52 s
[ghcide] mkWpEvLams
1817.52 s
[ghcide] mkWpLet
1817.52 s
[ghcide] idHsWrapper
1817.52 s
[ghcide] isIdHsWrapper
1817.52 s
[ghcide] collectHsWrapBinders
1817.52 s
[ghcide] isCoEvBindsVar
1817.52 s
[ghcide] emptyEvBindMap
1817.52 s
[ghcide] extendEvBinds
1817.52 s
[ghcide] isEmptyEvBindMap
1817.52 s
[ghcide] lookupEvBind
1817.52 s
[ghcide] evBindMapBinds
1817.52 s
[ghcide] foldEvBindMap
1817.52 s
[ghcide] nonDetStrictFoldEvBindMap
1817.52 s
[ghcide] filterEvBindMap
1817.52 s
[ghcide] evBindMapToVarSet
1817.52 s
[ghcide] varSetMinusEvBindMap
1817.52 s
[ghcide] evBindVar
1817.52 s
[ghcide] mkWantedEvBind
1817.52 s
[ghcide] mkGivenEvBind
1817.52 s
[ghcide] evCoercion
1817.52 s
[ghcide] evDFunApp
1817.52 s
[ghcide] evDataConApp
1817.52 s
[ghcide] evSelector
1817.52 s
[ghcide] evTypeable
1817.52 s
[ghcide] mkEvCast
1817.52 s
[ghcide] mkEvScSelectors
1817.52 s
[ghcide] emptyTcEvBinds
1817.52 s
[ghcide] isEmptyTcEvBinds
1817.52 s
[ghcide] evTermCoercion_maybe
1817.52 s
[ghcide] evTermCoercion
1817.52 s
[ghcide] findNeededEvVars
1817.52 s
[ghcide] evVarsOfTerm
1817.52 s
[ghcide] pprHsWrapper
1817.52 s
[ghcide] quoteWrapperTyVarTy
1817.52 s
[ghcide] newName
1817.52 s
[ghcide] getEnv
1817.52 s
[ghcide] newUnique
1817.52 s
[ghcide] Env
1817.52 s
[ghcide] newMutVar
1817.52 s
[ghcide] readMutVar
1817.52 s
[ghcide] writeMutVar
1817.52 s
[ghcide] TcLclEnv
1817.52 s
[ghcide] zipWith3M
1817.52 s
[ghcide] zipWith3M_
1817.52 s
[ghcide] zipWith4M
1817.52 s
[ghcide] zipWithAndUnzipM
1817.52 s
[ghcide] mapAndUnzip4M
1817.52 s
[ghcide] mapAndUnzip5M
1817.52 s
[ghcide] newTcRef
1817.52 s
[ghcide] readTcRef
1817.52 s
[ghcide] writeTcRef
1817.52 s
[ghcide] updTcRef
1817.52 s
[ghcide] updTcRefM
1817.52 s
[ghcide] PromotionErr
1817.52 s
[ghcide] pprPECategory
1817.52 s
[ghcide] peCategory
1817.52 s
[ghcide] ClosedTypeId
1817.52 s
[ghcide] RhsNames
1817.52 s
[ghcide] TcIdSigInst
1817.52 s
[ghcide] TcPatSynSig
1817.52 s
[ghcide] TcSigInfo
1817.52 s
[ghcide] TcPartialSig
1817.52 s
[ghcide] TcIdSig
1817.52 s
[ghcide] TcCompleteSig
1817.52 s
[ghcide] TcSigFun
1817.52 s
[ghcide] TcBinder
1817.52 s
[ghcide] TcId
1817.52 s
[ghcide] TcBinderStack
1817.52 s
[ghcide] isPartialSig
1817.52 s
[ghcide] tcSigInfoName
1817.52 s
[ghcide] tcIdSigLoc
1817.52 s
[ghcide] completeSigPolyId_maybe
1817.52 s
[ghcide] pprTcTyThingCategory
1817.52 s
[ghcide] tcTyThingCategory
1817.52 s
[ghcide] ThLevel
1817.52 s
[ghcide] PendingStuff
1817.52 s
[ghcide] ThStage
1817.52 s
[ghcide] SpliceOrBracket
1817.52 s
[ghcide] SpliceType
1817.52 s
[ghcide] topStage
1817.52 s
[ghcide] topAnnStage
1817.52 s
[ghcide] topSpliceStage
1817.52 s
[ghcide] impLevel
1817.52 s
[ghcide] outerLevel
1817.52 s
[ghcide] thLevel
1817.52 s
[ghcide] ArrowCtxt
1817.52 s
[ghcide] ThBindEnv
1817.52 s
[ghcide] TcTypeEnv
1817.52 s
[ghcide] TcLclCtxt
1817.52 s
[ghcide] setLclEnvTcLevel
1817.52 s
[ghcide] getLclEnvTcLevel
1817.52 s
[ghcide] setLclEnvLoc
1817.52 s
[ghcide] getLclEnvLoc
1817.52 s
[ghcide] lclEnvInGeneratedCode
1817.52 s
[ghcide] modifyLclCtxt
1817.52 s
[ghcide] CompleteMatches
1817.52 s
[ghcide] addErr
1817.52 s
[ghcide] IOEnvFailure
1817.52 s
[ghcide] IOEnv
1817.52 s
[ghcide] failM
1817.52 s
[ghcide] failWithM
1817.52 s
[ghcide] runIOEnv
1817.52 s
[ghcide] fixM
1817.52 s
[ghcide] tryM
1817.52 s
[ghcide] tryAllM
1817.52 s
[ghcide] tryMostM
1817.52 s
[ghcide] unsafeInterleaveM
1817.52 s
[ghcide] uninterruptibleMaskM_
1817.52 s
[ghcide] updMutVar
1817.52 s
[ghcide] getNamePprCtx
1817.52 s
[ghcide] getSrcSpanM
1817.52 s
[ghcide] RoleAnnotEnv
1817.52 s
[ghcide] FillDefaulting
1817.52 s
[ghcide] TcPluginRewriteResult
1817.52 s
[ghcide] TcPlugin
1817.52 s
[ghcide] SelfBootInfo
1817.52 s
[ghcide] IfLclEnv
1817.52 s
[ghcide] IfGblEnv
1817.52 s
[ghcide] IfL
1817.52 s
[ghcide] IfG
1817.52 s
[ghcide] IfM
1817.52 s
[ghcide] TcRn
1817.52 s
[ghcide] TcRnIf
1817.52 s
[ghcide] tcVisibleOrphanMods
1817.52 s
[ghcide] bootExports
1817.52 s
[ghcide] removeBindingShadowing
1817.52 s
[ghcide] mkModDeps
1817.52 s
[ghcide] emptyImportAvails
1817.52 s
[ghcide] mkRoleAnnotEnv
1817.52 s
[ghcide] emptyRoleAnnotEnv
1817.52 s
[ghcide] lookupRoleAnnot
1817.52 s
[ghcide] getRoleAnnots
1817.52 s
[ghcide] IsExtraConstraint
1817.52 s
[ghcide] initTcInteractive
1817.52 s
[ghcide] initTcRnIf
1817.52 s
[ghcide] discardResult
1817.52 s
[ghcide] getTopEnv
1817.52 s
[ghcide] updTopEnv
1817.52 s
[ghcide] getGblEnv
1817.52 s
[ghcide] updGblEnv
1817.52 s
[ghcide] setGblEnv
1817.52 s
[ghcide] getLclEnv
1817.52 s
[ghcide] updLclEnv
1817.52 s
[ghcide] updLclCtxt
1817.52 s
[ghcide] setLclEnv
1817.52 s
[ghcide] restoreLclEnv
1817.52 s
[ghcide] getEnvs
1817.52 s
[ghcide] setEnvs
1817.52 s
[ghcide] updEnvs
1817.52 s
[ghcide] restoreEnvs
1817.52 s
[ghcide] xoptM
1817.52 s
[ghcide] doptM
1817.52 s
[ghcide] goptM
1817.52 s
[ghcide] woptM
1817.52 s
[ghcide] setXOptM
1817.52 s
[ghcide] unsetXOptM
1817.52 s
[ghcide] unsetGOptM
1817.52 s
[ghcide] unsetWOptM
1817.52 s
[ghcide] whenGOptM
1817.52 s
[ghcide] whenWOptM
1817.52 s
[ghcide] whenXOptM
1817.52 s
[ghcide] unlessXOptM
1817.52 s
[ghcide] getGhcMode
1817.52 s
[ghcide] withoutDynamicNow
1817.52 s
[ghcide] updTopFlags
1817.52 s
[ghcide] getEpsVar
1817.52 s
[ghcide] getEps
1817.52 s
[ghcide] getHpt
1817.52 s
[ghcide] getEpsAndHug
1817.52 s
[ghcide] withIfaceErr
1817.53 s
[ghcide] newArrowScope
1817.53 s
[ghcide] escapeArrowScope
1817.53 s
[ghcide] newUniqueSupply
1817.53 s
[ghcide] cloneLocalName
1817.53 s
[ghcide] newNameAt
1817.53 s
[ghcide] newSysName
1817.53 s
[ghcide] newSysLocalId
1817.53 s
[ghcide] newSysLocalIds
1817.53 s
[ghcide] traceTc
1817.53 s
[ghcide] traceRn
1817.53 s
[ghcide] traceOptTcRn
1817.53 s
[ghcide] traceIf
1817.53 s
[ghcide] traceOptIf
1817.53 s
[ghcide] getIsGHCi
1817.53 s
[ghcide] getGHCiMonad
1817.53 s
[ghcide] getInteractivePrintName
1817.53 s
[ghcide] tcIsHsBootOrSig
1817.53 s
[ghcide] tcHscSource
1817.53 s
[ghcide] tcIsHsig
1817.53 s
[ghcide] tcSelfBootInfo
1817.53 s
[ghcide] getGlobalRdrEnv
1817.53 s
[ghcide] getRdrEnvs
1817.53 s
[ghcide] getImports
1817.53 s
[ghcide] getFixityEnv
1817.53 s
[ghcide] extendFixityEnv
1817.53 s
[ghcide] getDeclaredDefaultTys
1817.53 s
[ghcide] addDependentFiles
1817.53 s
[ghcide] inGeneratedCode
1817.53 s
[ghcide] setSrcSpan
1817.53 s
[ghcide] setSrcSpanA
1817.53 s
[ghcide] addLocM
1817.53 s
[ghcide] wrapLocM
1817.53 s
[ghcide] wrapLocMA
1817.53 s
[ghcide] wrapLocFstM
1817.53 s
[ghcide] wrapLocFstMA
1817.53 s
[ghcide] wrapLocSndM
1817.53 s
[ghcide] wrapLocSndMA
1817.53 s
[ghcide] wrapLocM_
1817.53 s
[ghcide] wrapLocMA_
1817.53 s
[ghcide] getErrsVar
1817.53 s
[ghcide] setErrsVar
1817.53 s
[ghcide] failWith
1817.53 s
[ghcide] failAt
1817.53 s
[ghcide] addErrAt
1817.53 s
[ghcide] mkDetailedMessage
1817.53 s
[ghcide] addErrs
1817.53 s
[ghcide] checkErr
1817.53 s
[ghcide] checkErrAt
1817.53 s
[ghcide] addMessages
1817.53 s
[ghcide] discardWarnings
1817.53 s
[ghcide] mkTcRnMessage
1817.53 s
[ghcide] reportDiagnostics
1817.53 s
[ghcide] reportDiagnostic
1817.53 s
[ghcide] checkNoErrs
1817.53 s
[ghcide] whenNoErrs
1817.53 s
[ghcide] ifErrsM
1817.53 s
[ghcide] failIfErrsM
1817.53 s
[ghcide] getErrCtxt
1817.53 s
[ghcide] setErrCtxt
1817.53 s
[ghcide] popErrCtxt
1817.53 s
[ghcide] getCtLocM
1817.53 s
[ghcide] mkCtLocEnv
1817.53 s
[ghcide] setCtLocM
1817.53 s
[ghcide] askNoErrs
1817.53 s
[ghcide] tryCaptureConstraints
1817.53 s
[ghcide] captureConstraints
1817.53 s
[ghcide] tcEmitBindingUsage
1817.53 s
[ghcide] attemptM
1817.53 s
[ghcide] recoverM
1817.53 s
[ghcide] tryTc
1817.53 s
[ghcide] discardErrs
1817.53 s
[ghcide] tryTcDiscardingErrs
1817.53 s
[ghcide] addErrTc
1817.53 s
[ghcide] addErrTcM
1817.53 s
[ghcide] failWithTc
1817.53 s
[ghcide] failWithTcM
1817.53 s
[ghcide] checkTc
1817.53 s
[ghcide] checkTcM
1817.53 s
[ghcide] failIfTc
1817.53 s
[ghcide] failIfTcM
1817.53 s
[ghcide] addTcRnDiagnostic
1817.53 s
[ghcide] mkErrInfo
1817.53 s
[ghcide] debugTc
1817.53 s
[ghcide] addTopEvBinds
1817.53 s
[ghcide] newTcEvBinds
1817.53 s
[ghcide] cloneEvBindsVar
1817.53 s
[ghcide] getTcEvTyCoVars
1817.53 s
[ghcide] getTcEvBindsMap
1817.53 s
[ghcide] setTcEvBindsMap
1817.53 s
[ghcide] addTcEvBind
1817.53 s
[ghcide] chooseUniqueOccTc
1817.53 s
[ghcide] newZonkAnyType
1817.53 s
[ghcide] getConstraintVar
1817.53 s
[ghcide] setConstraintVar
1817.53 s
[ghcide] emitStaticConstraints
1817.53 s
[ghcide] emitConstraints
1817.53 s
[ghcide] emitSimple
1817.53 s
[ghcide] emitSimples
1817.53 s
[ghcide] emitImplication
1817.53 s
[ghcide] emitImplications
1817.53 s
[ghcide] emitDelayedErrors
1817.53 s
[ghcide] emitHole
1817.53 s
[ghcide] emitHoles
1817.53 s
[ghcide] emitNotConcreteError
1817.53 s
[ghcide] pushTcLevelM_
1817.53 s
[ghcide] pushTcLevelM
1817.53 s
[ghcide] getTcLevel
1817.53 s
[ghcide] setTcLevel
1817.53 s
[ghcide] isTouchableTcM
1817.53 s
[ghcide] getLclTypeEnv
1817.53 s
[ghcide] setLclTypeEnv
1817.53 s
[ghcide] traceTcConstraints
1817.53 s
[ghcide] emitAnonTypeHole
1817.53 s
[ghcide] emitNamedTypeHole
1817.53 s
[ghcide] recordThUse
1817.53 s
[ghcide] recordThSpliceUse
1817.53 s
[ghcide] recordThNeededRuntimeDeps
1817.53 s
[ghcide] keepAlive
1817.53 s
[ghcide] getStage
1817.53 s
[ghcide] getStageAndBindLevel
1817.53 s
[ghcide] setStage
1817.53 s
[ghcide] getLocalRdrEnv
1817.53 s
[ghcide] setLocalRdrEnv
1817.53 s
[ghcide] mkIfLclEnv
1817.53 s
[ghcide] initIfaceCheck
1817.53 s
[ghcide] initIfaceLcl
1817.53 s
[ghcide] getIfModule
1817.53 s
[ghcide] failIfM
1817.53 s
[ghcide] setImplicitEnvM
1817.53 s
[ghcide] mkVarOccFS
1817.53 s
[ghcide] isFieldName
1817.53 s
[ghcide] tidyNameOcc
1817.53 s
[ghcide] nameOccName
1817.53 s
[ghcide] setNameUnique
1817.53 s
[ghcide] nameUnique
1817.53 s
[ghcide] emptyFsEnv
1817.53 s
[ghcide] extendFsEnv
1817.53 s
[ghcide] lookupFsEnv
1817.53 s
[ghcide] mkFsEnv
1817.53 s
[ghcide] TidyOccEnv
1817.53 s
[ghcide] OccSet
1817.53 s
[ghcide] NameSpace
1817.53 s
[ghcide] tcName
1817.53 s
[ghcide] clsName
1817.53 s
[ghcide] tcClsName
1817.53 s
[ghcide] dataName
1817.53 s
[ghcide] srcDataName
1817.53 s
[ghcide] tvName
1817.53 s
[ghcide] fieldName
1817.53 s
[ghcide] isDataConNameSpace
1817.53 s
[ghcide] isTcClsNameSpace
1817.53 s
[ghcide] isTvNameSpace
1817.53 s
[ghcide] isVarNameSpace
1817.53 s
[ghcide] isValNameSpace
1817.53 s
[ghcide] isFieldNameSpace
1817.53 s
[ghcide] pprNameSpace
1817.53 s
[ghcide] pprNonVarNameSpace
1817.53 s
[ghcide] pprNameSpaceBrief
1817.53 s
[ghcide] pprOccName
1817.53 s
[ghcide] mkOccName
1817.53 s
[ghcide] mkOccNameFS
1817.53 s
[ghcide] mkVarOcc
1817.53 s
[ghcide] mkRecFieldOcc
1817.53 s
[ghcide] mkRecFieldOccFS
1817.53 s
[ghcide] varToRecFieldOcc
1817.53 s
[ghcide] recFieldToVarOcc
1817.53 s
[ghcide] mkDataOcc
1817.53 s
[ghcide] mkDataOccFS
1817.53 s
[ghcide] mkTyVarOcc
1817.53 s
[ghcide] mkTyVarOccFS
1817.53 s
[ghcide] mkTcOcc
1817.53 s
[ghcide] mkTcOccFS
1817.53 s
[ghcide] mkClsOcc
1817.53 s
[ghcide] mkClsOccFS
1817.53 s
[ghcide] demoteOccName
1817.53 s
[ghcide] demoteOccTvName
1817.53 s
[ghcide] promoteOccName
1817.53 s
[ghcide] intersectOccEnv_C
1817.53 s
[ghcide] minusOccEnv_C_Ns
1817.53 s
[ghcide] pprOccEnv
1817.53 s
[ghcide] emptyOccSet
1817.53 s
[ghcide] unitOccSet
1817.53 s
[ghcide] mkOccSet
1817.53 s
[ghcide] extendOccSet
1817.53 s
[ghcide] extendOccSetList
1817.53 s
[ghcide] unionOccSets
1817.53 s
[ghcide] unionManyOccSets
1817.53 s
[ghcide] elemOccSet
1817.53 s
[ghcide] isEmptyOccSet
1817.53 s
[ghcide] occNameString
1817.53 s
[ghcide] setOccNameSpace
1817.53 s
[ghcide] isVarOcc
1817.53 s
[ghcide] isTvOcc
1817.53 s
[ghcide] isTcOcc
1817.53 s
[ghcide] isFieldOcc
1817.53 s
[ghcide] fieldOcc_maybe
1817.53 s
[ghcide] isDataOcc
1817.53 s
[ghcide] isUnderscore
1817.53 s
[ghcide] isDefaultMethodOcc
1817.53 s
[ghcide] mkDataConWrapperOcc
1817.53 s
[ghcide] mkWorkerOcc
1817.53 s
[ghcide] mkMatcherOcc
1817.53 s
[ghcide] mkBuilderOcc
1817.53 s
[ghcide] mkDefaultMethodOcc
1817.53 s
[ghcide] mkClassOpAuxOcc
1817.53 s
[ghcide] mkDictOcc
1817.53 s
[ghcide] mkIPOcc
1817.53 s
[ghcide] mkSpecOcc
1817.53 s
[ghcide] mkForeignExportOcc
1817.53 s
[ghcide] mkRepEqOcc
1817.53 s
[ghcide] mkClassDataConOcc
1817.53 s
[ghcide] mkNewTyCoOcc
1817.53 s
[ghcide] mkInstTyCoOcc
1817.53 s
[ghcide] mkEqPredCoOcc
1817.53 s
[ghcide] mkCon2TagOcc
1817.53 s
[ghcide] mkTag2ConOcc
1817.53 s
[ghcide] mkMaxTagOcc
1817.53 s
[ghcide] mkDataTOcc
1817.53 s
[ghcide] mkDataCOcc
1817.53 s
[ghcide] mkTyConRepOcc
1817.53 s
[ghcide] mkGenR
1817.53 s
[ghcide] mkGen1R
1817.53 s
[ghcide] mkDataConWorkerOcc
1817.53 s
[ghcide] mkSuperDictAuxOcc
1817.53 s
[ghcide] mkSuperDictSelOcc
1817.53 s
[ghcide] mkLocalOcc
1817.53 s
[ghcide] mkDFunOcc
1817.53 s
[ghcide] mkMethodOcc
1817.53 s
[ghcide] emptyTidyOccEnv
1817.53 s
[ghcide] initTidyOccEnv
1817.53 s
[ghcide] delTidyOccEnvList
1817.53 s
[ghcide] avoidClashesOccEnv
1817.53 s
[ghcide] tidyOccName
1817.53 s
[ghcide] mainOcc
1817.53 s
[ghcide] ppMainFn
1817.53 s
[ghcide] nameNameSpace
1817.53 s
[ghcide] nameSrcLoc
1817.53 s
[ghcide] nameSrcSpan
1817.53 s
[ghcide] isWiredInName
1817.53 s
[ghcide] isWiredIn
1817.53 s
[ghcide] wiredInNameTyThing_maybe
1817.53 s
[ghcide] isBuiltInSyntax
1817.53 s
[ghcide] isTupleTyConName
1817.53 s
[ghcide] isSumTyConName
1817.53 s
[ghcide] isExternalName
1817.53 s
[ghcide] isInternalName
1817.53 s
[ghcide] isHoleName
1817.53 s
[ghcide] nameModule
1817.53 s
[ghcide] nameModule_maybe
1817.53 s
[ghcide] namePun_maybe
1817.53 s
[ghcide] nameIsHomePackage
1817.53 s
[ghcide] nameIsHomePackageImport
1817.53 s
[ghcide] isTyVarName
1817.53 s
[ghcide] isTyConName
1817.53 s
[ghcide] isDataConName
1817.53 s
[ghcide] isValName
1817.53 s
[ghcide] isVarName
1817.53 s
[ghcide] isSystemName
1817.53 s
[ghcide] mkClonedInternalName
1817.53 s
[ghcide] mkDerivedInternalName
1817.53 s
[ghcide] mkSystemNameAt
1817.53 s
[ghcide] mkSystemVarName
1817.53 s
[ghcide] mkSysTvName
1817.53 s
[ghcide] setNameLoc
1817.53 s
[ghcide] pprName
1817.53 s
[ghcide] pprModulePrefix
1817.53 s
[ghcide] pprDefinedAt
1817.53 s
[ghcide] pprNameDefnLoc
1817.53 s
[ghcide] getSrcLoc
1817.53 s
[ghcide] getSrcSpan
1817.53 s
[ghcide] getOccString
1817.53 s
[ghcide] getOccFS
1817.53 s
[ghcide] pprInfixName
1817.53 s
[ghcide] pprPrefixName
1817.53 s
[ghcide] RecFieldInfo
1817.53 s
[ghcide] plusGREInfo
1817.53 s
[ghcide] LookupChild
1817.53 s
[ghcide] rdrNameOcc
1817.53 s
[ghcide] rdrNameSpace
1817.53 s
[ghcide] demoteRdrName
1817.53 s
[ghcide] demoteRdrNameTv
1817.53 s
[ghcide] promoteRdrName
1817.53 s
[ghcide] mkRdrUnqual
1817.53 s
[ghcide] mkRdrQual
1817.53 s
[ghcide] mkOrig
1817.53 s
[ghcide] mkUnqual
1817.53 s
[ghcide] mkVarUnqual
1817.53 s
[ghcide] getRdrName
1817.53 s
[ghcide] nameRdrName
1817.53 s
[ghcide] isRdrDataCon
1817.53 s
[ghcide] isRdrTyVar
1817.53 s
[ghcide] isRdrTc
1817.53 s
[ghcide] isSrcRdrName
1817.53 s
[ghcide] isUnqual
1817.53 s
[ghcide] isQual
1817.53 s
[ghcide] isQual_maybe
1817.53 s
[ghcide] isOrig
1817.53 s
[ghcide] isOrig_maybe
1817.53 s
[ghcide] isExact
1817.53 s
[ghcide] isExact_maybe
1817.53 s
[ghcide] emptyLocalRdrEnv
1817.53 s
[ghcide] extendLocalRdrEnv
1817.53 s
[ghcide] extendLocalRdrEnvList
1817.53 s
[ghcide] lookupLocalRdrEnv
1817.53 s
[ghcide] lookupLocalRdrOcc
1817.53 s
[ghcide] elemLocalRdrEnv
1817.53 s
[ghcide] localRdrEnvElts
1817.53 s
[ghcide] inLocalRdrEnvScope
1817.53 s
[ghcide] minusLocalRdrEnv
1817.53 s
[ghcide] minusLocalRdrEnvList
1817.53 s
[ghcide] greName
1817.53 s
[ghcide] greNameSpace
1817.53 s
[ghcide] greParent
1817.53 s
[ghcide] greInfo
1817.53 s
[ghcide] mkGRE
1817.53 s
[ghcide] mkExactGRE
1817.53 s
[ghcide] mkLocalGRE
1817.53 s
[ghcide] mkLocalVanillaGRE
1817.53 s
[ghcide] mkLocalConLikeGRE
1817.53 s
[ghcide] mkLocalFieldGREs
1817.53 s
[ghcide] greOccName
1817.53 s
[ghcide] greQualModName
1817.53 s
[ghcide] greRdrNames
1817.53 s
[ghcide] greSrcSpan
1817.53 s
[ghcide] mkParent
1817.53 s
[ghcide] availParent
1817.53 s
[ghcide] greParent_maybe
1817.53 s
[ghcide] gresToNameSet
1817.53 s
[ghcide] availFromGRE
1817.53 s
[ghcide] emptyGlobalRdrEnv
1817.53 s
[ghcide] globalRdrEnvElts
1817.53 s
[ghcide] pprGlobalRdrEnv
1817.53 s
[ghcide] fieldGRE_maybe
1817.53 s
[ghcide] fieldGRELabel
1817.53 s
[ghcide] fieldGREInfo
1817.53 s
[ghcide] recFieldConLike_maybe
1817.53 s
[ghcide] recFieldInfo_maybe
1817.53 s
[ghcide] filterFieldGREs
1817.53 s
[ghcide] allowGRE
1817.53 s
[ghcide] getGRE_NameQualifier_maybes
1817.53 s
[ghcide] plusGlobalRdrEnv
1817.53 s
[ghcide] mkGlobalRdrEnv
1817.53 s
[ghcide] insertGRE
1817.53 s
[ghcide] plusGRE
1817.53 s
[ghcide] extendGlobalRdrEnv
1817.53 s
[ghcide] shadowNames
1817.53 s
[ghcide] bestImport
1817.53 s
[ghcide] importSpecLoc
1817.53 s
[ghcide] importSpecModule
1817.53 s
[ghcide] isExplicitItem
1817.53 s
[ghcide] emptyMessages
1817.53 s
[ghcide] HscSource
1817.53 s
[ghcide] setVarUnique
1817.53 s
[ghcide] setTyVarUnique
1817.53 s
[ghcide] Unit
1817.53 s
[ghcide] moduleNameFS
1817.53 s
[ghcide] moduleNameString
1817.53 s
[ghcide] mkModuleName
1817.53 s
[ghcide] mkModuleNameFS
1817.53 s
[ghcide] parseModuleName
1817.53 s
[ghcide] ModuleWithIsBoot
1817.53 s
[ghcide] ModuleNameWithIsBoot
1817.53 s
[ghcide] Instantiations
1817.53 s
[ghcide] GenInstantiations
1817.53 s
[ghcide] InstantiatedUnit
1817.53 s
[ghcide] moduleUnitId
1817.53 s
[ghcide] mkModule
1817.53 s
[ghcide] pprModule
1817.53 s
[ghcide] pprInstantiatedModule
1817.53 s
[ghcide] isHoleUnit
1817.53 s
[ghcide] pprUnit
1817.53 s
[ghcide] unitString
1817.53 s
[ghcide] stringToUnit
1817.53 s
[ghcide] unitIdString
1817.53 s
[ghcide] stringToUnitId
1817.53 s
[ghcide] primUnitId
1817.53 s
[ghcide] bignumUnitId
1817.53 s
[ghcide] ghcInternalUnitId
1817.53 s
[ghcide] baseUnitId
1817.53 s
[ghcide] rtsUnitId
1817.53 s
[ghcide] thisGhcUnitId
1817.53 s
[ghcide] interactiveUnitId
1817.53 s
[ghcide] thUnitId
1817.53 s
[ghcide] thUnit
1817.53 s
[ghcide] primUnit
1817.53 s
[ghcide] bignumUnit
1817.53 s
[ghcide] ghcInternalUnit
1817.53 s
[ghcide] baseUnit
1817.53 s
[ghcide] rtsUnit
1817.53 s
[ghcide] thisGhcUnit
1817.53 s
[ghcide] interactiveUnit
1817.53 s
[ghcide] experimentalUnit
1817.53 s
[ghcide] mainUnit
1817.53 s
[ghcide] isInteractiveModule
1817.53 s
[ghcide] wiredInUnitIds
1817.53 s
[ghcide] addBootSuffixLocn_maybe
1817.53 s
[ghcide] filterModuleEnv
1817.53 s
[ghcide] mapMaybeModuleEnv
1817.53 s
[ghcide] elemModuleEnv
1817.53 s
[ghcide] extendModuleEnv
1817.53 s
[ghcide] extendModuleEnvWith
1817.53 s
[ghcide] extendModuleEnvList
1817.53 s
[ghcide] extendModuleEnvList_C
1817.53 s
[ghcide] plusModuleEnv_C
1817.53 s
[ghcide] delModuleEnvList
1817.53 s
[ghcide] delModuleEnv
1817.53 s
[ghcide] plusModuleEnv
1817.53 s
[ghcide] lookupModuleEnv
1817.53 s
[ghcide] lookupWithDefaultModuleEnv
1817.53 s
[ghcide] mapModuleEnv
1817.53 s
[ghcide] partitionModuleEnv
1817.53 s
[ghcide] alterModuleEnv
1817.53 s
[ghcide] mkModuleEnv
1817.53 s
[ghcide] emptyModuleEnv
1817.53 s
[ghcide] moduleEnvKeys
1817.53 s
[ghcide] moduleEnvElts
1817.53 s
[ghcide] moduleEnvToList
1817.53 s
[ghcide] unitModuleEnv
1817.53 s
[ghcide] isEmptyModuleEnv
1817.53 s
[ghcide] mkModuleSet
1817.53 s
[ghcide] extendModuleSet
1817.53 s
[ghcide] extendModuleSetList
1817.53 s
[ghcide] emptyModuleSet
1817.53 s
[ghcide] isEmptyModuleSet
1817.53 s
[ghcide] moduleSetElts
1817.53 s
[ghcide] elemModuleSet
1817.53 s
[ghcide] intersectModuleSet
1817.53 s
[ghcide] minusModuleSet
1817.53 s
[ghcide] delModuleSet
1817.53 s
[ghcide] unionModuleSet
1817.53 s
[ghcide] unionManyModuleSets
1817.53 s
[ghcide] unitModuleSet
1817.53 s
[ghcide] emptyInstalledModuleEnv
1817.53 s
[ghcide] lookupInstalledModuleEnv
1817.53 s
[ghcide] extendInstalledModuleEnv
1817.53 s
[ghcide] filterInstalledModuleEnv
1817.53 s
[ghcide] delInstalledModuleEnv
1817.53 s
[ghcide] installedModuleEnvElts
1817.53 s
[ghcide] mergeInstalledModuleEnv
1817.53 s
[ghcide] plusInstalledModuleEnv
1817.53 s
[ghcide] HasModule
1817.53 s
[ghcide] ContainsModule
1817.53 s
[ghcide] mkPrelImports
1817.53 s
[ghcide] toArgs
1817.53 s
[ghcide] Token
1817.53 s
[ghcide] PState
1817.53 s
[ghcide] failMsgP
1817.54 s
[ghcide] failLocMsgP
1817.54 s
[ghcide] getPState
1817.54 s
[ghcide] setSrcLoc
1817.54 s
[ghcide] getRealSrcLoc
1817.54 s
[ghcide] setLastToken
1817.54 s
[ghcide] adjustChar
1817.54 s
[ghcide] nextIsEOF
1817.54 s
[ghcide] pushLexState
1817.54 s
[ghcide] popLexState
1817.54 s
[ghcide] getLexState
1817.54 s
[ghcide] activeContext
1817.54 s
[ghcide] xtest
1817.54 s
[ghcide] xset
1817.54 s
[ghcide] xunset
1817.54 s
[ghcide] disableHaddock
1817.54 s
[ghcide] getCommentsFor
1817.54 s
[ghcide] getPriorCommentsFor
1817.54 s
[ghcide] getFinalCommentsFor
1817.54 s
[ghcide] getEofPos
1817.54 s
[ghcide] addPsMessage
1817.54 s
[ghcide] popContext
1817.54 s
[ghcide] pushModuleContext
1817.54 s
[ghcide] srcParseFail
1817.54 s
[ghcide] lexer
1817.54 s
[ghcide] lexerDbg
1817.54 s
[ghcide] lexTokenStream
1817.54 s
[ghcide] allocateComments
1817.54 s
[ghcide] allocatePriorComments
1817.54 s
[ghcide] allocateFinalComments
1817.54 s
[ghcide] commentToAnnotation
1817.54 s
[ghcide] CompileReason
1817.54 s
[ghcide] hscUpdateHUG
1817.54 s
[ghcide] hsc_HUG
1817.54 s
[ghcide] getKey
1817.54 s
[ghcide] mkCgInteractiveGuts
1817.54 s
[ghcide] justBytecode
1817.54 s
[ghcide] justObjects
1817.54 s
[ghcide] emptyHomeModInfoLinkable
1817.54 s
[ghcide] homeModInfoByteCode
1817.54 s
[ghcide] homeModInfoObject
1817.54 s
[ghcide] groupOrigin (src/Development/IDE/GHC/Compat/Core.hs:746)
1817.54 s
[ghcide] isVisibleFunArg (src/Development/IDE/GHC/Compat/Core.hs:619)
1817.54 s
[ghcide] lookupGlobalRdrEnv (src/Development/IDE/GHC/Compat/Core.hs:752)
1817.54 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.GHC.Compat.Driver'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] Module header
1817.54 s
[ghcide] hscTypecheckRenameWithDiagnostics (src/Development/IDE/GHC/Compat/Driver.hs:51)
1817.54 s
[ghcide] 53% ( 25 / 47) in 'Development.IDE.GHC.Compat.Env'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] hsc_HPT
1817.54 s
[ghcide] setInteractivePrintName
1817.54 s
[ghcide] hsc_EPS (src/Development/IDE/GHC/Compat/Env.hs:75)
1817.54 s
[ghcide] hscSetHooks (src/Development/IDE/GHC/Compat/Env.hs:95)
1817.54 s
[ghcide] hscHomeUnit (src/Development/IDE/GHC/Compat/Env.hs:99)
1817.54 s
[ghcide] HomeUnit
1817.54 s
[ghcide] setHomeUnitId_ (src/Development/IDE/GHC/Compat/Env.hs:81)
1817.54 s
[ghcide] Logger
1817.54 s
[ghcide] UnitEnv
1817.54 s
[ghcide] hscSetUnitEnv (src/Development/IDE/GHC/Compat/Env.hs:92)
1817.54 s
[ghcide] hscSetFlags (src/Development/IDE/GHC/Compat/Env.hs:84)
1817.54 s
[ghcide] initTempFs (src/Development/IDE/GHC/Compat/Env.hs:87)
1817.54 s
[ghcide] setInterpreterLinkerOptions (src/Development/IDE/GHC/Compat/Env.hs:113)
1817.54 s
[ghcide] Ways
1817.54 s
[ghcide] setWays (src/Development/IDE/GHC/Compat/Env.hs:125)
1817.54 s
[ghcide] setBackend (src/Development/IDE/GHC/Compat/Env.hs:145)
1817.54 s
[ghcide] ghciBackend (src/Development/IDE/GHC/Compat/Env.hs:135)
1817.54 s
[ghcide] platformDefaultBackend (src/Development/IDE/GHC/Compat/Env.hs:141)
1817.54 s
[ghcide] workingDirectory
1817.54 s
[ghcide] setWorkingDirectory (src/Development/IDE/GHC/Compat/Env.hs:78)
1817.54 s
[ghcide] hscSetActiveUnitId
1817.54 s
[ghcide] reexportedModules
1817.54 s
[ghcide] Warning: 'a_a4ME' is out of scope.
1817.54 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.54 s
[ghcide] Warning: 'a' is out of scope.
1817.54 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.54 s
[ghcide] 41% ( 23 / 55) in 'Development.IDE.GHC.Compat.Outputable'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] Module header
1817.54 s
[ghcide] showSDocUnsafe
1817.54 s
[ghcide] ppr
1817.54 s
[ghcide] text
1817.54 s
[ghcide] empty
1817.54 s
[ghcide] hang
1817.54 s
[ghcide] punctuate
1817.54 s
[ghcide] printSDocQualifiedUnsafe (src/Development/IDE/GHC/Compat/Outputable.hs:96)
1817.54 s
[ghcide] printWithoutUniquesOneLine (src/Development/IDE/GHC/Compat/Outputable.hs:84)
1817.54 s
[ghcide] mkPrintUnqualifiedDefault (src/Development/IDE/GHC/Compat/Outputable.hs:126)
1817.54 s
[ghcide] PrintUnqualified (src/Development/IDE/GHC/Compat/Outputable.hs:74)
1817.54 s
[ghcide] defaultUserStyle
1817.54 s
[ghcide] withPprStyle
1817.54 s
[ghcide] PsWarning
1817.54 s
[ghcide] PsError
1817.54 s
[ghcide] defaultDiagnosticOpts
1817.54 s
[ghcide] pprMessages
1817.54 s
[ghcide] renderDiagnosticMessageWithHints (src/Development/IDE/GHC/Compat/Outputable.hs:132)
1817.54 s
[ghcide] pprMsgEnvelopeBagWithLoc
1817.54 s
[ghcide] getMessages
1817.54 s
[ghcide] renderWithContext
1817.54 s
[ghcide] showSDocOneLine
1817.54 s
[ghcide] errMsgDiagnostic
1817.54 s
[ghcide] unDecorated
1817.54 s
[ghcide] ErrMsg (src/Development/IDE/GHC/Compat/Outputable.hs:122)
1817.54 s
[ghcide] WarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:123)
1817.54 s
[ghcide] errMsgSeverity
1817.54 s
[ghcide] formatErrorWithQual (src/Development/IDE/GHC/Compat/Outputable.hs:106)
1817.54 s
[ghcide] mkWarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:138)
1817.54 s
[ghcide] mkSrcErr
1817.54 s
[ghcide] srcErrorMessages
1817.54 s
[ghcide] textDoc (src/Development/IDE/GHC/Compat/Outputable.hs:141)
1817.54 s
[ghcide] 57% ( 4 / 7) in 'Development.IDE.GHC.Compat.Logger'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] putLogHook (src/Development/IDE/GHC/Compat/Logger.hs:22)
1817.54 s
[ghcide] LogActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:25)
1817.54 s
[ghcide] logActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:30)
1817.54 s
[ghcide] 33% ( 1 / 3) in 'Development.IDE.GHC.Compat.Iface'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] writeIfaceFile (src/Development/IDE/GHC/Compat/Iface.hs:27)
1817.54 s
[ghcide] cannotFindModule (src/Development/IDE/GHC/Compat/Iface.hs:31)
1817.54 s
[ghcide] 44% ( 19 / 43) in 'Development.IDE.GHC.Compat.Units'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] UnitState
1817.54 s
[ghcide] initUnits (src/Development/IDE/GHC/Compat/Units.hs:93)
1817.54 s
[ghcide] unitState (src/Development/IDE/GHC/Compat/Units.hs:82)
1817.54 s
[ghcide] getUnitName (src/Development/IDE/GHC/Compat/Units.hs:134)
1817.54 s
[ghcide] explicitUnits (src/Development/IDE/GHC/Compat/Units.hs:126)
1817.54 s
[ghcide] preloadClosureUs (src/Development/IDE/GHC/Compat/Units.hs:153)
1817.54 s
[ghcide] listVisibleModuleNames (src/Development/IDE/GHC/Compat/Units.hs:130)
1817.54 s
[ghcide] lookupModuleWithSuggestions (src/Development/IDE/GHC/Compat/Units.hs:142)
1817.54 s
[ghcide] UnitInfoMap
1817.54 s
[ghcide] getUnitInfoMap (src/Development/IDE/GHC/Compat/Units.hs:146)
1817.54 s
[ghcide] lookupUnit (src/Development/IDE/GHC/Compat/Units.hs:150)
1817.54 s
[ghcide] unitHaddockInterfaces (src/Development/IDE/GHC/Compat/Units.hs:156)
1817.54 s
[ghcide] unitPackageNameString
1817.54 s
[ghcide] Unit
1817.54 s
[ghcide] unitString
1817.54 s
[ghcide] stringToUnit
1817.54 s
[ghcide] definiteUnitId (src/Development/IDE/GHC/Compat/Units.hs:168)
1817.54 s
[ghcide] defUnitId (src/Development/IDE/GHC/Compat/Units.hs:170)
1817.54 s
[ghcide] installedModule (src/Development/IDE/GHC/Compat/Units.hs:172)
1817.54 s
[ghcide] moduleUnitId
1817.54 s
[ghcide] filterInplaceUnits (src/Development/IDE/GHC/Compat/Units.hs:176)
1817.54 s
[ghcide] FinderCache
1817.54 s
[ghcide] showSDocForUser' (src/Development/IDE/GHC/Compat/Units.hs:187)
1817.54 s
[ghcide] findImportedModule (src/Development/IDE/GHC/Compat/Units.hs:190)
1817.54 s
[ghcide] 54% ( 31 / 57) in 'Development.IDE.GHC.Compat.Util'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] handleGhcException
1817.54 s
[ghcide] Bag
1817.54 s
[ghcide] bagToList
1817.54 s
[ghcide] listToBag
1817.54 s
[ghcide] unionBags
1817.54 s
[ghcide] isEmptyBag
1817.54 s
[ghcide] LBooleanFormula
1817.54 s
[ghcide] BooleanFormula
1817.54 s
[ghcide] OverridingBool
1817.54 s
[ghcide] MaybeErr
1817.54 s
[ghcide] Pair
1817.54 s
[ghcide] EnumSet
1817.54 s
[ghcide] toList
1817.54 s
[ghcide] uniq
1817.54 s
[ghcide] fsLit
1817.54 s
[ghcide] Fingerprint
1817.54 s
[ghcide] fingerprintData
1817.54 s
[ghcide] fingerprintString
1817.54 s
[ghcide] fingerprintFingerprints
1817.54 s
[ghcide] nonDetCmpUnique
1817.54 s
[ghcide] getUnique
1817.54 s
[ghcide] mkUnique
1817.54 s
[ghcide] newTagUnique
1817.54 s
[ghcide] emptyUDFM
1817.54 s
[ghcide] plusUDFM
1817.54 s
[ghcide] plusUDFM_C
1817.54 s
[ghcide] 35% ( 6 / 17) in 'Development.IDE.GHC.Compat.Parser'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] initParserOpts (src/Development/IDE/GHC/Compat/Parser.hs:45)
1817.54 s
[ghcide] initParserState (src/Development/IDE/GHC/Compat/Parser.hs:49)
1817.54 s
[ghcide] PsSpan
1817.54 s
[ghcide] HsParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:53)
1817.54 s
[ghcide] HsParsedModule
1817.54 s
[ghcide] hpm_module (src/Development/IDE/GHC/Compat/Parser.hs:54)
1817.54 s
[ghcide] hpm_src_files (src/Development/IDE/GHC/Compat/Parser.hs:55)
1817.54 s
[ghcide] ParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:63)
1817.54 s
[ghcide] pm_parsed_source (src/Development/IDE/GHC/Compat/Parser.hs:65)
1817.54 s
[ghcide] pm_mod_summary (src/Development/IDE/GHC/Compat/Parser.hs:64)
1817.54 s
[ghcide] pm_extra_src_files (src/Development/IDE/GHC/Compat/Parser.hs:66)
1817.54 s
[ghcide] 66% ( 8 / 12) in 'Development.IDE.GHC.Compat.Plugins'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] PluginWithArgs
1817.54 s
[ghcide] applyPluginsParsedResultAction (src/Development/IDE/GHC/Compat/Plugins.hs:39)
1817.54 s
[ghcide] hsc_static_plugins (src/Development/IDE/GHC/Compat/Plugins.hs:49)
1817.54 s
[ghcide] getPsMessages (src/Development/IDE/GHC/Compat/Plugins.hs:35)
1817.54 s
[ghcide] 41% ( 39 / 93) in 'Development.IDE.GHC.Compat'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] hPutStringBuffer
1817.54 s
[ghcide] addIncludePathsQuote (src/Development/IDE/GHC/Compat.hs:325)
1817.54 s
[ghcide] getModuleHash (src/Development/IDE/GHC/Compat.hs:363)
1817.54 s
[ghcide] setUpTypedHoles (src/Development/IDE/GHC/Compat.hs:335)
1817.54 s
[ghcide] lookupNameCache
1817.54 s
[ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:367)
1817.54 s
[ghcide] reLoc
1817.54 s
[ghcide] reLocA (src/Development/IDE/GHC/Compat.hs:264)
1817.54 s
[ghcide] renderMessages (src/Development/IDE/GHC/Compat.hs:279)
1817.54 s
[ghcide] PFailedWithErrorMessages (src/Development/IDE/GHC/Compat.hs:284)
1817.54 s
[ghcide] myCoreToStgExpr (src/Development/IDE/GHC/Compat.hs:215)
1817.54 s
[ghcide] FastStringCompat (src/Development/IDE/GHC/Compat.hs:439)
1817.54 s
[ghcide] nodeInfo' (src/Development/IDE/GHC/Compat.hs:389)
1817.54 s
[ghcide] getNodeIds (src/Development/IDE/GHC/Compat.hs:380)
1817.54 s
[ghcide] sourceNodeInfo (src/Development/IDE/GHC/Compat.hs:404)
1817.54 s
[ghcide] generatedNodeInfo (src/Development/IDE/GHC/Compat.hs:407)
1817.54 s
[ghcide] simpleNodeInfoCompat (src/Development/IDE/GHC/Compat.hs:431)
1817.54 s
[ghcide] isAnnotationInNodeInfo (src/Development/IDE/GHC/Compat.hs:434)
1817.54 s
[ghcide] nodeAnnotations (src/Development/IDE/GHC/Compat.hs:437)
1817.54 s
[ghcide] mkAstNode (src/Development/IDE/GHC/Compat.hs:446)
1817.54 s
[ghcide] isQualifiedImport (src/Development/IDE/GHC/Compat.hs:371)
1817.54 s
[ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:409)
1817.54 s
[ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:423)
1817.54 s
[ghcide] ghcVersionStr (src/Development/IDE/GHC/Compat.hs:417)
1817.54 s
[ghcide] HieFileResult
1817.54 s
[ghcide] hieExportNames (src/Development/IDE/GHC/Compat.hs:289)
1817.54 s
[ghcide] mkHieFile' (src/Development/IDE/GHC/Compat.hs:302)
1817.54 s
[ghcide] enrichHie
1817.54 s
[ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:329)
1817.54 s
[ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:332)
1817.54 s
[ghcide] runUnlit
1817.54 s
[ghcide] runPp
1817.54 s
[ghcide] hscCompileCoreExprHook
1817.54 s
[ghcide] simplifyExpr (src/Development/IDE/GHC/Compat.hs:271)
1817.54 s
[ghcide] tidyExpr
1817.54 s
[ghcide] emptyTidyEnv
1817.54 s
[ghcide] corePrepExpr (src/Development/IDE/GHC/Compat.hs:274)
1817.54 s
[ghcide] corePrepPgm
1817.54 s
[ghcide] lintInteractiveExpr
1817.54 s
[ghcide] icInteractiveModule
1817.54 s
[ghcide] lookupHpt
1817.54 s
[ghcide] ModIfaceAnnotation (src/Development/IDE/GHC/Compat.hs:205)
1817.54 s
[ghcide] Annotation
1817.54 s
[ghcide] getDependentMods (src/Development/IDE/GHC/Compat.hs:268)
1817.54 s
[ghcide] mkRnEnv2
1817.54 s
[ghcide] emptyInScopeSet
1817.54 s
[ghcide] byteCodeGen
1817.54 s
[ghcide] bc_bcos
1817.54 s
[ghcide] loadDecls
1817.54 s
[ghcide] expectJust
1817.54 s
[ghcide] extract_cons (src/Development/IDE/GHC/Compat.hs:467)
1817.54 s
[ghcide] recDotDot (src/Development/IDE/GHC/Compat.hs:463)
1817.54 s
[ghcide] NameCacheUpdater (src/Development/IDE/GHC/Compat.hs:291)
1817.54 s
[ghcide] tcInitTidyEnv
1817.54 s
[ghcide] 55% ( 22 / 40) in 'Development.IDE.GHC.Compat.Error'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] Module header
1817.54 s
[ghcide] msgEnvelopeErrorL (src/Development/IDE/GHC/Compat/Error.hs:100)
1817.54 s
[ghcide] PsMessage
1817.54 s
[ghcide] LanguageExtensionHint
1817.54 s
[ghcide] _TcRnMessageWithCtx (src/Development/IDE/GHC/Compat/Error.hs:66)
1817.54 s
[ghcide] _GhcPsMessage (src/Development/IDE/GHC/Compat/Error.hs:71)
1817.54 s
[ghcide] _GhcDsMessage (src/Development/IDE/GHC/Compat/Error.hs:76)
1817.54 s
[ghcide] _GhcDriverMessage (src/Development/IDE/GHC/Compat/Error.hs:81)
1817.54 s
[ghcide] _ReportHoleError (src/Development/IDE/GHC/Compat/Error.hs:108)
1817.54 s
[ghcide] _TcRnIllegalWildcardInType (src/Development/IDE/GHC/Compat/Error.hs:102)
1817.54 s
[ghcide] _TcRnPartialTypeSignatures (src/Development/IDE/GHC/Compat/Error.hs:102)
1817.54 s
[ghcide] _TcRnMissingSignature (src/Development/IDE/GHC/Compat/Error.hs:102)
1817.54 s
[ghcide] _TcRnSolverReport (src/Development/IDE/GHC/Compat/Error.hs:102)
1817.54 s
[ghcide] _TcRnMessageWithInfo (src/Development/IDE/GHC/Compat/Error.hs:102)
1817.54 s
[ghcide] _TypeHole (src/Development/IDE/GHC/Compat/Error.hs:110)
1817.54 s
[ghcide] _ConstraintHole (src/Development/IDE/GHC/Compat/Error.hs:110)
1817.54 s
[ghcide] reportContextL (src/Development/IDE/GHC/Compat/Error.hs:104)
1817.54 s
[ghcide] reportContentL (src/Development/IDE/GHC/Compat/Error.hs:104)
1817.54 s
[ghcide] 28% ( 2 / 7) in 'Development.IDE.GHC.CoreFile'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] CoreFile (src/Development/IDE/GHC/CoreFile.hs:39)
1817.54 s
[ghcide] codeGutsToCoreFile (src/Development/IDE/GHC/CoreFile.hs:90)
1817.54 s
[ghcide] typecheckCoreFile (src/Development/IDE/GHC/CoreFile.hs:115)
1817.54 s
[ghcide] readBinCoreFile (src/Development/IDE/GHC/CoreFile.hs:54)
1817.54 s
[ghcide] getImplicitBinds (src/Development/IDE/GHC/CoreFile.hs:93)
1817.54 s
[ghcide] 66% ( 2 / 3) in 'Development.IDE.Main.HeapStats'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] Log (src/Development/IDE/Main/HeapStats.hs:14)
1817.54 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Session.Implicit'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] Module header
1817.54 s
[ghcide] loadImplicitCradle (session-loader/Development/IDE/Session/Implicit.hs:29)
1817.54 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Location
1817.54 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Position
1817.54 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Range
1817.54 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export Uri
1817.54 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedUri
1817.54 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export toNormalizedUri
1817.54 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedUri
1817.54 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export NormalizedFilePath
1817.54 s
[ghcide] Warning: Development.IDE.Types.Location: Couldn't find .haddock for export fromNormalizedFilePath
1817.54 s
[ghcide] 15% ( 3 / 20) in 'Development.IDE.Types.Location'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] Location
1817.54 s
[ghcide] noFilePath (src/Development/IDE/Types/Location.hs:70)
1817.54 s
[ghcide] noRange (src/Development/IDE/Types/Location.hs:74)
1817.54 s
[ghcide] Position
1817.54 s
[ghcide] showPosition (src/Development/IDE/Types/Location.hs:77)
1817.54 s
[ghcide] Range
1817.54 s
[ghcide] Uri
1817.54 s
[ghcide] NormalizedUri
1817.54 s
[ghcide] toNormalizedUri
1817.54 s
[ghcide] fromNormalizedUri
1817.54 s
[ghcide] NormalizedFilePath
1817.54 s
[ghcide] fromUri (src/Development/IDE/Types/Location.hs:67)
1817.54 s
[ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:47)
1817.54 s
[ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:59)
1817.54 s
[ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:43)
1817.54 s
[ghcide] fromNormalizedFilePath
1817.54 s
[ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:64)
1817.54 s
[ghcide] Warning: 'Prism' is ambiguous. It is defined
1817.54 s
[ghcide] * in ‘Control.Lens.Reified’
1817.54 s
[ghcide] * in ‘Control.Lens.Type’
1817.54 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.54 s
[ghcide] by specifying the type/value namespace explicitly.
1817.54 s
[ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
1817.54 s
[ghcide] Warning: 'Lens' is ambiguous. It is defined
1817.54 s
[ghcide] * in ‘Control.Lens.Reified’
1817.54 s
[ghcide] * in ‘Control.Lens.Type’
1817.54 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.54 s
[ghcide] by specifying the type/value namespace explicitly.
1817.54 s
[ghcide] Defaulting to the one defined in ‘Control.Lens.Type’
1817.54 s
[ghcide] Warning: 'TcRnMessage' is out of scope.
1817.54 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.54 s
[ghcide] Warning: 'stripTcRnMessageContext' is out of scope.
1817.54 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.54 s
[ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
1817.54 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:23
1817.54 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:1
1817.54 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.54 s
[ghcide] by specifying the type/value namespace explicitly.
1817.54 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:237:1
1817.54 s
[ghcide] Warning: 'Document' is out of scope.
1817.54 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.54 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export Diagnostic
1817.54 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: Couldn't find .haddock for export DiagnosticSeverity
1817.54 s
[ghcide] 30% ( 7 / 23) in 'Development.IDE.Types.Diagnostics'
1817.54 s
[ghcide] Missing documentation for:
1817.54 s
[ghcide] Module header
1817.54 s
[ghcide] Diagnostic
1817.54 s
[ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:325)
1817.54 s
[ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:325)
1817.54 s
[ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:325)
1817.54 s
[ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:325)
1817.54 s
[ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:323)
1817.54 s
[ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:323)
1817.54 s
[ghcide] DiagnosticSeverity
1817.54 s
[ghcide] DiagnosticStore
1817.54 s
[ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:152)
1817.54 s
[ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:264)
1817.55 s
[ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:267)
1817.55 s
[ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:122)
1817.55 s
[ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:132)
1817.55 s
[ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:129)
1817.55 s
[ghcide] 42% ( 3 / 7) in 'Development.IDE.Session.Diagnostics'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] CradleErrorDetails (session-loader/Development/IDE/Session/Diagnostics.hs:19)
1817.55 s
[ghcide] multiCradleErrMessage (session-loader/Development/IDE/Session/Diagnostics.hs:95)
1817.55 s
[ghcide] unknownModuleMessage (session-loader/Development/IDE/Session/Diagnostics.hs:103)
1817.55 s
[ghcide] Warning: 'PackageConfig' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] Warning: 'StringBuffer' is ambiguous. It is defined
1817.55 s
[ghcide] * in ‘GHC.Data.StringBuffer’
1817.55 s
[ghcide] * in ‘GHC.Data.StringBuffer’
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined in ‘GHC.Data.StringBuffer’
1817.55 s
[ghcide] Warning: 'CgGuts' is ambiguous. It is defined
1817.55 s
[ghcide] * in ‘GHC.Unit.Module.ModGuts’
1817.55 s
[ghcide] * in ‘GHC.Unit.Module.ModGuts’
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined in ‘GHC.Unit.Module.ModGuts’
1817.55 s
[ghcide] Warning: 'CoreModule' is ambiguous. It is defined
1817.55 s
[ghcide] * in ‘GHC’
1817.55 s
[ghcide] * in ‘GHC’
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined in ‘GHC’
1817.55 s
[ghcide] Warning: 'Fingerprint' is ambiguous. It is defined
1817.55 s
[ghcide] * in ‘GHC.Internal.Fingerprint.Type’
1817.55 s
[ghcide] * in ‘GHC.Internal.Fingerprint.Type’
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined in ‘GHC.Internal.Fingerprint.Type’
1817.55 s
[ghcide] Warning: 'hDuplicateTo' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] Warning: 'a_a4ME' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] Warning: 'a' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] 64% ( 18 / 28) in 'Development.IDE.GHC.Util'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] runParser (src/Development/IDE/GHC/Util.hs:100)
1817.55 s
[ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:111)
1817.55 s
[ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:108)
1817.55 s
[ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:181)
1817.55 s
[ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:187)
1817.55 s
[ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:329)
1817.55 s
[ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:332)
1817.55 s
[ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:367)
1817.55 s
[ghcide] printOutputableOneLine (src/Development/IDE/GHC/Util.hs:271)
1817.55 s
[ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:282)
1817.55 s
[ghcide] 100% ( 1 / 1) in 'Development.IDE.GHC.Orphans'
1817.55 s
[ghcide] Warning: 'GetLocatedImports' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] Warning: 'target' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] Warning: 'GetKnownTargets' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] 14% ( 1 / 7) in 'Development.IDE.Types.KnownTargets'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] emptyKnownTargets (src/Development/IDE/Types/KnownTargets.hs:64)
1817.55 s
[ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
1817.55 s
[ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
1817.55 s
[ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
1817.55 s
[ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
1817.55 s
[ghcide] 5% ( 1 / 17) in 'Development.IDE.Types.Exports'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] IdentInfo (src/Development/IDE/Types/Exports.hs:112)
1817.55 s
[ghcide] ExportsMap (src/Development/IDE/Types/Exports.hs:39)
1817.55 s
[ghcide] rendered (src/Development/IDE/Types/Exports.hs:91)
1817.55 s
[ghcide] moduleNameText (src/Development/IDE/Types/Exports.hs:107)
1817.55 s
[ghcide] renderOcc (src/Development/IDE/Types/Exports.hs:104)
1817.55 s
[ghcide] mkTypeOcc (src/Development/IDE/Types/Exports.hs:79)
1817.55 s
[ghcide] mkVarOrDataOcc (src/Development/IDE/Types/Exports.hs:71)
1817.55 s
[ghcide] isDatacon (src/Development/IDE/Types/Exports.hs:121)
1817.55 s
[ghcide] createExportsMap (src/Development/IDE/Types/Exports.hs:154)
1817.55 s
[ghcide] createExportsMapMg (src/Development/IDE/Types/Exports.hs:164)
1817.55 s
[ghcide] buildModuleExportMapFrom (src/Development/IDE/Types/Exports.hs:215)
1817.55 s
[ghcide] createExportsMapHieDb (src/Development/IDE/Types/Exports.hs:184)
1817.55 s
[ghcide] size (src/Development/IDE/Types/Exports.hs:68)
1817.55 s
[ghcide] exportsMapSize (src/Development/IDE/Types/Exports.hs:82)
1817.55 s
[ghcide] updateExportsMapMg (src/Development/IDE/Types/Exports.hs:174)
1817.55 s
[ghcide] Warning: 'Text' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] Warning: 'Location' is ambiguous. It is defined
1817.55 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
1817.55 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
1817.55 s
[ghcide] 23% ( 3 / 13) in 'Development.IDE.Spans.Common'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] safeTyThingId (src/Development/IDE/Spans/Common.hs:55)
1817.55 s
[ghcide] safeTyThingType (src/Development/IDE/Spans/Common.hs:49)
1817.55 s
[ghcide] SpanDoc (src/Development/IDE/Spans/Common.hs:60)
1817.55 s
[ghcide] SpanDocUris (src/Development/IDE/Spans/Common.hs:66)
1817.55 s
[ghcide] emptySpanDoc (src/Development/IDE/Spans/Common.hs:74)
1817.55 s
[ghcide] spanDocToMarkdownForTest (src/Development/IDE/Spans/Common.hs:124)
1817.55 s
[ghcide] DocMap (src/Development/IDE/Spans/Common.hs:39)
1817.55 s
[ghcide] TyThingMap (src/Development/IDE/Spans/Common.hs:40)
1817.55 s
[ghcide] ArgDocMap (src/Development/IDE/Spans/Common.hs:41)
1817.55 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Types: Could not find documentation for exported module: Development.IDE.Plugin.Completions.Types
1817.55 s
[ghcide] 23% ( 4 / 17) in 'Development.IDE.Plugin.Completions.Types'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] CompItem (src/Development/IDE/Plugin/Completions/Types.hs:84)
1817.55 s
[ghcide] CompletionsConfig (src/Development/IDE/Plugin/Completions/Types.hs:62)
1817.55 s
[ghcide] ExtendImport (src/Development/IDE/Plugin/Completions/Types.hs:68)
1817.55 s
[ghcide] properties (src/Development/IDE/Plugin/Completions/Types.hs:53)
1817.55 s
[ghcide] LocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:32)
1817.55 s
[ghcide] NonLocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:37)
1817.55 s
[ghcide] Backtick (src/Development/IDE/Plugin/Completions/Types.hs:44)
1817.55 s
[ghcide] extendImportCommandId (src/Development/IDE/Plugin/Completions/Types.hs:48)
1817.55 s
[ghcide] Provenance (src/Development/IDE/Plugin/Completions/Types.hs:78)
1817.55 s
[ghcide] QualCompls (src/Development/IDE/Plugin/Completions/Types.hs:100)
1817.55 s
[ghcide] nsJSON (src/Development/IDE/Plugin/Completions/Types.hs:164)
1817.55 s
[ghcide] parseNs (src/Development/IDE/Plugin/Completions/Types.hs:172)
1817.55 s
[ghcide] 50% ( 15 / 30) in 'Development.IDE.GHC.Error'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:86)
1817.55 s
[ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:93)
1817.55 s
[ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:89)
1817.55 s
[ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:228)
1817.55 s
[ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:150)
1817.55 s
[ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:107)
1817.55 s
[ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:112)
1817.55 s
[ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:146)
1817.55 s
[ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:157)
1817.55 s
[ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:161)
1817.55 s
[ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:167)
1817.55 s
[ghcide] realSpan (src/Development/IDE/GHC/Error.hs:209)
1817.55 s
[ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:171)
1817.55 s
[ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:177)
1817.55 s
[ghcide] Warning: 'HscEnvEq' is ambiguous. It is defined
1817.55 s
[ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:17
1817.55 s
[ghcide] * at src/Development/IDE/Types/HscEnvEq.hs:36:1
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/HscEnvEq.hs:36:1
1817.55 s
[ghcide] 42% ( 3 / 7) in 'Development.IDE.Types.HscEnvEq'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] hscEnv
1817.55 s
[ghcide] updateHscEnvEq (src/Development/IDE/Types/HscEnvEq.hs:48)
1817.55 s
[ghcide] envPackageExports
1817.55 s
[ghcide] Warning: 'Interval' is ambiguous. It is defined
1817.55 s
[ghcide] * in ‘Data.IntervalMap.FingerTree’
1817.55 s
[ghcide] * in ‘Data.IntervalMap.FingerTree’
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined in ‘Data.IntervalMap.FingerTree’
1817.55 s
[ghcide] Warning: 'Bindings' is ambiguous. It is defined
1817.55 s
[ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:78:17
1817.55 s
[ghcide] * at src/Development/IDE/Spans/LocalBindings.hs:78:1
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Spans/LocalBindings.hs:78:1
1817.55 s
[ghcide] Warning: 'PositionRange' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] Warning: 'PositionMapping' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] 71% ( 5 / 7) in 'Development.IDE.Spans.LocalBindings'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] bindings (src/Development/IDE/Spans/LocalBindings.hs:42)
1817.55 s
[ghcide] Warning: 'main' is out of scope.
1817.55 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.55 s
[ghcide] 37% ( 3 / 8) in 'Development.IDE.Import.FindImports'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] Import (src/Development/IDE/Import/FindImports.hs:36)
1817.55 s
[ghcide] ArtifactsLocation (src/Development/IDE/Import/FindImports.hs:41)
1817.55 s
[ghcide] modSummaryToArtifactsLocation (src/Development/IDE/Import/FindImports.hs:59)
1817.55 s
[ghcide] isBootLocation (src/Development/IDE/Import/FindImports.hs:52)
1817.55 s
[ghcide] Warning: 'FilePathId' is ambiguous. It is defined
1817.55 s
[ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:73:22
1817.55 s
[ghcide] * at src/Development/IDE/Import/DependencyInformation.hs:73:1
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Import/DependencyInformation.hs:73:1
1817.55 s
[ghcide] 28% ( 8 / 28) in 'Development.IDE.Import.DependencyInformation'
1817.55 s
[ghcide] Missing documentation for:
1817.55 s
[ghcide] Module header
1817.55 s
[ghcide] DependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:140)
1817.55 s
[ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:392)
1817.55 s
[ghcide] NamedModuleDep (src/Development/IDE/Import/DependencyInformation.hs:400)
1817.55 s
[ghcide] ShowableModule (src/Development/IDE/Import/DependencyInformation.hs:171)
1817.55 s
[ghcide] ShowableModuleEnv (src/Development/IDE/Import/DependencyInformation.hs:175)
1817.55 s
[ghcide] PathIdMap (src/Development/IDE/Import/DependencyInformation.hs:82)
1817.55 s
[ghcide] emptyPathIdMap (src/Development/IDE/Import/DependencyInformation.hs:92)
1817.55 s
[ghcide] getPathId (src/Development/IDE/Import/DependencyInformation.hs:95)
1817.55 s
[ghcide] lookupPathToId (src/Development/IDE/Import/DependencyInformation.hs:116)
1817.55 s
[ghcide] insertImport (src/Development/IDE/Import/DependencyInformation.hs:110)
1817.55 s
[ghcide] pathToId (src/Development/IDE/Import/DependencyInformation.hs:113)
1817.55 s
[ghcide] idToPath (src/Development/IDE/Import/DependencyInformation.hs:119)
1817.55 s
[ghcide] idToModLocation (src/Development/IDE/Import/DependencyInformation.hs:122)
1817.55 s
[ghcide] reachableModules (src/Development/IDE/Import/DependencyInformation.hs:186)
1817.55 s
[ghcide] processDependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:247)
1817.55 s
[ghcide] lookupModuleFile (src/Development/IDE/Import/DependencyInformation.hs:389)
1817.55 s
[ghcide] BootIdMap (src/Development/IDE/Import/DependencyInformation.hs:124)
1817.55 s
[ghcide] insertBootId (src/Development/IDE/Import/DependencyInformation.hs:127)
1817.55 s
[ghcide] lookupFingerprint (src/Development/IDE/Import/DependencyInformation.hs:166)
1817.55 s
[ghcide] Warning: 'NeedsCompilation' is ambiguous. It is defined
1817.55 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:433:25
1817.55 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:433:1
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:433:1
1817.55 s
[ghcide] Warning: 'GetModIface' is ambiguous. It is defined
1817.55 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:512:20
1817.55 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:512:1
1817.55 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.55 s
[ghcide] by specifying the type/value namespace explicitly.
1817.55 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:512:1
1817.56 s
[ghcide] Warning: Development.IDE.Core.RuleTypes: Could not find documentation for exported module: Development.IDE.Core.RuleTypes
1817.56 s
[ghcide] 9% ( 6 / 61) in 'Development.IDE.Core.RuleTypes'
1817.56 s
[ghcide] Missing documentation for:
1817.56 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:488)
1817.56 s
[ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:372)
1817.56 s
[ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:415)
1817.56 s
[ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:561)
1817.56 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:488)
1817.56 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:500)
1817.56 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:308)
1817.56 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:337)
1817.56 s
[ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:96)
1817.56 s
[ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:473)
1817.56 s
[ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:463)
1817.56 s
[ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:551)
1817.56 s
[ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:483)
1817.56 s
[ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:360)
1817.56 s
[ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:127)
1817.56 s
[ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:425)
1817.56 s
[ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:87)
1817.56 s
[ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:55)
1817.56 s
[ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:420)
1817.56 s
[ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:438)
1817.56 s
[ghcide] GetModuleGraphTransDepsFingerprints (src/Development/IDE/Core/RuleTypes.hs:443)
1817.56 s
[ghcide] GetModuleGraphTransReverseDepsFingerprints (src/Development/IDE/Core/RuleTypes.hs:448)
1817.56 s
[ghcide] GetModuleGraphImmediateReverseDepsFingerprints (src/Development/IDE/Core/RuleTypes.hs:453)
1817.56 s
[ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:116)
1817.56 s
[ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:103)
1817.56 s
[ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:121)
1817.56 s
[ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:132)
1817.56 s
[ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:182)
1817.56 s
[ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:184)
1817.56 s
[ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:201)
1817.56 s
[ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:204)
1817.56 s
[ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:233)
1817.56 s
[ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:478)
1817.56 s
[ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:256)
1817.56 s
[ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:468)
1817.56 s
[ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:458)
1817.56 s
[ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:502)
1817.56 s
[ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:507)
1817.56 s
[ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:512)
1817.56 s
[ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:355)
1817.56 s
[ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:366)
1817.56 s
[ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:541)
1817.56 s
[ghcide] GetPhysicalModificationTime (src/Development/IDE/Core/RuleTypes.hs:329)
1817.56 s
[ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:352)
1817.56 s
[ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:383)
1817.56 s
[ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:517)
1817.56 s
[ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:390)
1817.56 s
[ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:527)
1817.56 s
[ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:522)
1817.56 s
[ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:433)
1817.56 s
[ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
1817.56 s
[ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
1817.56 s
[ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
1817.56 s
[ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
1817.56 s
[ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:565)
1817.56 s
[ghcide] Warning: 'phase' is out of scope.
1817.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.56 s
[ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Tracing'
1817.56 s
[ghcide] Missing documentation for:
1817.56 s
[ghcide] Module header
1817.56 s
[ghcide] otTracedProvider (src/Development/IDE/Core/Tracing.hs:135)
1817.56 s
[ghcide] otSetUri (src/Development/IDE/Core/Tracing.hs:88)
1817.56 s
[ghcide] otTracedGarbageCollection (src/Development/IDE/Core/Tracing.hs:121)
1817.56 s
[ghcide] withTrace (src/Development/IDE/Core/Tracing.hs:39)
1817.56 s
[ghcide] withEventTrace (src/Development/IDE/Core/Tracing.hs:47)
1817.56 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Core.Preprocessor'
1817.56 s
[ghcide] Missing documentation for:
1817.56 s
[ghcide] Module header
1817.56 s
[ghcide] Warning: 'ekg' is out of scope.
1817.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.56 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Types.Monitoring'
1817.56 s
[ghcide] Missing documentation for:
1817.56 s
[ghcide] Module header
1817.56 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Monitoring.OpenTelemetry'
1817.56 s
[ghcide] Missing documentation for:
1817.56 s
[ghcide] Module header
1817.56 s
[ghcide] Warning: 'withoutOptHaddock' is out of scope.
1817.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.56 s
[ghcide] Warning: 'ComponentOptions' is out of scope.
1817.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.56 s
[ghcide] Warning: 'HscEnvEq' is out of scope.
1817.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.56 s
[ghcide] 21% ( 3 / 14) in 'Development.IDE.Types.Options'
1817.56 s
[ghcide] Missing documentation for:
1817.56 s
[ghcide] IdeOptions (src/Development/IDE/Types/Options.hs:33)
1817.56 s
[ghcide] IdePreprocessedSource (src/Development/IDE/Types/Options.hs:93)
1817.56 s
[ghcide] IdeReportProgress (src/Development/IDE/Types/Options.hs:102)
1817.56 s
[ghcide] IdeDefer (src/Development/IDE/Types/Options.hs:103)
1817.56 s
[ghcide] IdeTesting (src/Development/IDE/Types/Options.hs:104)
1817.56 s
[ghcide] IdeOTMemoryProfiling (src/Development/IDE/Types/Options.hs:105)
1817.56 s
[ghcide] clientSupportsProgress (src/Development/IDE/Types/Options.hs:115)
1817.56 s
[ghcide] defaultIdeOptions (src/Development/IDE/Types/Options.hs:119)
1817.56 s
[ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:551)
1817.56 s
[ghcide] OptHaddockParse (src/Development/IDE/Types/Options.hs:90)
1817.56 s
[ghcide] ProgressReportingStyle (src/Development/IDE/Types/Options.hs:107)
1817.56 s
[ghcide] Warning: 'delayedProgressReporting' is out of scope.
1817.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.56 s
[ghcide] Warning: 'ProgressReporting' is ambiguous. It is defined
1817.56 s
[ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:26
1817.56 s
[ghcide] * at src/Development/IDE/Core/ProgressReporting.hs:50:1
1817.56 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.56 s
[ghcide] by specifying the type/value namespace explicitly.
1817.56 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/ProgressReporting.hs:50:1
1817.56 s
[ghcide] 23% ( 3 / 13) in 'Development.IDE.Core.ProgressReporting'
1817.56 s
[ghcide] Missing documentation for:
1817.56 s
[ghcide] Module header
1817.56 s
[ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
1817.56 s
[ghcide] PerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:57)
1817.56 s
[ghcide] ProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:50)
1817.56 s
[ghcide] noPerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:95)
1817.56 s
[ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
1817.56 s
[ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
1817.56 s
[ghcide] recordProgress (src/Development/IDE/Core/ProgressReporting.hs:137)
1817.56 s
[ghcide] progressStop
1817.56 s
[ghcide] progressUpdate
1817.57 s
[ghcide] 30% ( 6 / 20) in 'Development.IDE.Types.Shake'
1817.57 s
[ghcide] Missing documentation for:
1817.57 s
[ghcide] Module header
1817.57 s
[ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
1817.57 s
[ghcide] Value (src/Development/IDE/Types/Shake.hs:47)
1817.57 s
[ghcide] ValueWithDiagnostics (src/Development/IDE/Types/Shake.hs:62)
1817.57 s
[ghcide] Key
1817.57 s
[ghcide] ShakeValue (src/Development/IDE/Types/Shake.hs:117)
1817.57 s
[ghcide] isBadDependency (src/Development/IDE/Types/Shake.hs:74)
1817.57 s
[ghcide] toShakeValue (src/Development/IDE/Types/Shake.hs:115)
1817.57 s
[ghcide] encodeShakeValue (src/Development/IDE/Types/Shake.hs:130)
1817.57 s
[ghcide] decodeShakeValue (src/Development/IDE/Types/Shake.hs:136)
1817.57 s
[ghcide] toKey (src/Development/IDE/Types/Shake.hs:79)
1817.57 s
[ghcide] toNoFileKey (src/Development/IDE/Types/Shake.hs:96)
1817.57 s
[ghcide] fromKey (src/Development/IDE/Types/Shake.hs:82)
1817.57 s
[ghcide] WithHieDbShield (src/Development/IDE/Types/Shake.hs:45)
1817.57 s
[ghcide] Warning: 'Q' is ambiguous. It is defined
1817.57 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:98:15
1817.57 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:98:1
1817.57 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.57 s
[ghcide] by specifying the type/value namespace explicitly.
1817.57 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:98:1
1817.57 s
[ghcide] Warning: 'A' is ambiguous. It is defined
1817.57 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:106:15
1817.57 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:106:1
1817.57 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.57 s
[ghcide] by specifying the type/value namespace explicitly.
1817.57 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:106:1
1817.57 s
[ghcide] Warning: 'ShakeSession' is ambiguous. It is defined
1817.57 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:525:24
1817.57 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:525:1
1817.57 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.57 s
[ghcide] by specifying the type/value namespace explicitly.
1817.57 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:525:1
1817.57 s
[ghcide] Warning: 'runInShakeSession' is out of scope.
1817.57 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.57 s
[ghcide] Warning: 'proper' is out of scope.
1817.57 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.57 s
[ghcide] Warning: 'IdeState' is ambiguous. It is defined
1817.57 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:559:17
1817.57 s
[ghcide] * at src/Development/IDE/Core/Shake.hs:559:1
1817.57 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.57 s
[ghcide] by specifying the type/value namespace explicitly.
1817.57 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/Shake.hs:559:1
1817.57 s
[ghcide] Warning: 'Initialized' is out of scope.
1817.57 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.57 s
[ghcide] Warning: 'BadDependency' is ambiguous. It is defined
1817.57 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:70:25
1817.57 s
[ghcide] * at src/Development/IDE/Types/Shake.hs:70:1
1817.57 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.57 s
[ghcide] by specifying the type/value namespace explicitly.
1817.57 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Shake.hs:70:1
1817.57 s
[ghcide] Warning: 'useWithStaleE' is out of scope.
1817.57 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.57 s
[ghcide] Warning: 'usesE' is out of scope.
1817.57 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.57 s
[ghcide] Warning: 'LanguageContextEnv' is out of scope.
1817.57 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.57 s
[ghcide] Warning: 'resRootPath' is out of scope.
1817.57 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.57 s
[ghcide] 40% ( 35 / 87) in 'Development.IDE.Core.Shake'
1817.57 s
[ghcide] Missing documentation for:
1817.57 s
[ghcide] shakeExtras
1817.57 s
[ghcide] shakeDb
1817.57 s
[ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:273)
1817.57 s
[ghcide] getShakeExtras (src/Development/IDE/Core/Shake.hs:347)
1817.57 s
[ghcide] getShakeExtrasRules (src/Development/IDE/Core/Shake.hs:353)
1817.57 s
[ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
1817.57 s
[ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:71)
1817.58 s
[ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:48)
1817.58 s
[ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:52)
1817.58 s
[ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:515)
1817.58 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:308)
1817.58 s
[ghcide] shakeShut (src/Development/IDE/Core/Shake.hs:757)
1817.58 s
[ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1111)
1817.58 s
[ghcide] useWithSeparateFingerprintRule (src/Development/IDE/Core/Shake.hs:1157)
1817.58 s
[ghcide] useWithSeparateFingerprintRule_ (src/Development/IDE/Core/Shake.hs:1165)
1817.58 s
[ghcide] use_ (src/Development/IDE/Core/Shake.hs:1120)
1817.58 s
[ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1123)
1817.58 s
[ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1175)
1817.58 s
[ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1019)
1817.58 s
[ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1217)
1817.58 s
[ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1222)
1817.58 s
[ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:935)
1817.58 s
[ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:226)
1817.58 s
[ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:235)
1817.58 s
[ghcide] getHiddenDiagnostics (src/Development/IDE/Core/Shake.hs:939)
1817.58 s
[ghcide] IsIdeGlobal (src/Development/IDE/Core/Shake.hs:391)
1817.58 s
[ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:406)
1817.58 s
[ghcide] addIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:411)
1817.58 s
[ghcide] getIdeGlobalState (src/Development/IDE/Core/Shake.hs:430)
1817.58 s
[ghcide] getIdeGlobalAction (src/Development/IDE/Core/Shake.hs:427)
1817.58 s
[ghcide] getIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:417)
1817.58 s
[ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:436)
1817.58 s
[ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:448)
1817.58 s
[ghcide] GlobalIdeOptions (src/Development/IDE/Core/Shake.hs:432)
1817.58 s
[ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:375)
1817.58 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1399)
1817.58 s
[ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1402)
1817.58 s
[ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1449)
1817.58 s
[ghcide] updatePositionMappingHelper (src/Development/IDE/Core/Shake.hs:1461)
1817.58 s
[ghcide] WithProgressFunc (src/Development/IDE/Core/Shake.hs:339)
1817.58 s
[ghcide] WithIndefiniteProgressFunc (src/Development/IDE/Core/Shake.hs:341)
1817.58 s
[ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
1817.58 s
[ghcide] DelayedAction (src/Development/IDE/Types/Action.hs:22)
1817.58 s
[ghcide] mkDelayedAction (src/Development/IDE/Core/Shake.hs:780)
1817.58 s
[ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1064)
1817.58 s
[ghcide] mkUpdater (src/Development/IDE/Core/Shake.hs:1071)
1817.58 s
[ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
1817.58 s
[ghcide] HieDb
1817.58 s
[ghcide] garbageCollectDirtyKeysOlderThan (src/Development/IDE/Core/Shake.hs:955)
1817.58 s
[ghcide] Log (src/Development/IDE/Core/Shake.hs:183)
1817.58 s
[ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:845)
1817.58 s
[ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:259)
1817.58 s
[ghcide] Warning: 'unsafeGlobalDynFlags' is out of scope.
1817.58 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.58 s
[ghcide] Warning: 'HieWriterChan' is out of scope.
1817.58 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.58 s
[ghcide] Warning: 'IdeGhcSession' is ambiguous. It is defined
1817.58 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:551:22
1817.58 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:551:1
1817.58 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.58 s
[ghcide] by specifying the type/value namespace explicitly.
1817.58 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:551:1
1817.58 s
[ghcide] 40% ( 4 / 10) in 'Development.IDE.Session'
1817.58 s
[ghcide] Missing documentation for:
1817.58 s
[ghcide] SessionLoadingOptions (session-loader/Development/IDE/Session.hs:232)
1817.58 s
[ghcide] CacheDirs (session-loader/Development/IDE/Session.hs:229)
1817.58 s
[ghcide] getInitialGhcLibDirDefault (session-loader/Development/IDE/Session.hs:279)
1817.58 s
[ghcide] getHieDbLoc (session-loader/Development/IDE/Session.hs:397)
1817.58 s
[ghcide] retryOnSqliteBusy (session-loader/Development/IDE/Session.hs:343)
1817.58 s
[ghcide] Log (session-loader/Development/IDE/Session.hs:132)
1817.58 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.LSP.Server'
1817.58 s
[ghcide] Missing documentation for:
1817.58 s
[ghcide] Module header
1817.58 s
[ghcide] ReactorMessage (src/Development/IDE/LSP/Server.hs:23)
1817.58 s
[ghcide] ReactorChan (src/Development/IDE/LSP/Server.hs:27)
1817.58 s
[ghcide] ServerM (src/Development/IDE/LSP/Server.hs:28)
1817.58 s
[ghcide] requestHandler (src/Development/IDE/LSP/Server.hs:36)
1817.58 s
[ghcide] notificationHandler (src/Development/IDE/LSP/Server.hs:51)
1817.58 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Plugin'
1817.58 s
[ghcide] Missing documentation for:
1817.58 s
[ghcide] Module header
1817.58 s
[ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
1817.58 s
[ghcide] Warning: 'PluginHandlers' is ambiguous. It is defined
1817.58 s
[ghcide] * in ‘Ide.Types’
1817.58 s
[ghcide] * in ‘Ide.Types’
1817.58 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.58 s
[ghcide] by specifying the type/value namespace explicitly.
1817.58 s
[ghcide] Defaulting to the one defined in ‘Ide.Types’
1817.58 s
[ghcide] Warning: 'PluginHandler' is ambiguous. It is defined
1817.58 s
[ghcide] * in ‘Ide.Types’
1817.58 s
[ghcide] * in ‘Ide.Types’
1817.58 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.58 s
[ghcide] by specifying the type/value namespace explicitly.
1817.58 s
[ghcide] Defaulting to the one defined in ‘Ide.Types’
1817.58 s
[ghcide] Warning: 'data_' is out of scope.
1817.58 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.58 s
[ghcide] 25% ( 1 / 4) in 'Development.IDE.Plugin.HLS'
1817.58 s
[ghcide] Missing documentation for:
1817.58 s
[ghcide] Module header
1817.58 s
[ghcide] toResponseError (src/Development/IDE/Plugin/HLS.hs:405)
1817.58 s
[ghcide] Log (src/Development/IDE/Plugin/HLS.hs:59)
1817.58 s
[ghcide] 10% ( 1 / 10) in 'Development.IDE.Core.IdeConfiguration'
1817.58 s
[ghcide] Missing documentation for:
1817.58 s
[ghcide] Module header
1817.58 s
[ghcide] registerIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:40)
1817.58 s
[ghcide] getIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:44)
1817.58 s
[ghcide] parseConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:48)
1817.58 s
[ghcide] parseWorkspaceFolder (src/Development/IDE/Core/IdeConfiguration.hs:59)
1817.58 s
[ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
1817.58 s
[ghcide] modifyWorkspaceFolders (src/Development/IDE/Core/IdeConfiguration.hs:64)
1817.58 s
[ghcide] modifyClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:69)
1817.58 s
[ghcide] getClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:92)
1817.58 s
[ghcide] 14% ( 1 / 7) in 'Development.IDE.LSP.LanguageServer'
1817.58 s
[ghcide] Missing documentation for:
1817.58 s
[ghcide] Module header
1817.58 s
[ghcide] runLanguageServer (src/Development/IDE/LSP/LanguageServer.hs:108)
1817.58 s
[ghcide] setupLSP (src/Development/IDE/LSP/LanguageServer.hs:151)
1817.58 s
[ghcide] Log (src/Development/IDE/LSP/LanguageServer.hs:51)
1817.58 s
[ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:259)
1817.58 s
[ghcide] Setup (src/Development/IDE/LSP/LanguageServer.hs:85)
1817.58 s
[ghcide] Warning: 'IsFileOfInterest' is ambiguous. It is defined
1817.58 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:517:25
1817.58 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:517:1
1817.58 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.58 s
[ghcide] by specifying the type/value namespace explicitly.
1817.58 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:517:1
1817.58 s
[ghcide] 33% ( 4 / 12) in 'Development.IDE.Core.OfInterest'
1817.58 s
[ghcide] Missing documentation for:
1817.58 s
[ghcide] getFilesOfInterest (src/Development/IDE/Core/OfInterest.hs:90)
1817.58 s
[ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
1817.58 s
[ghcide] addFileOfInterest (src/Development/IDE/Core/OfInterest.hs:107)
1817.58 s
[ghcide] deleteFileOfInterest (src/Development/IDE/Core/OfInterest.hs:120)
1817.58 s
[ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:372)
1817.58 s
[ghcide] OfInterestVar (src/Development/IDE/Core/OfInterest.hs:60)
1817.59 s
[ghcide] scheduleGarbageCollection (src/Development/IDE/Core/OfInterest.hs:127)
1817.59 s
[ghcide] Log (src/Development/IDE/Core/OfInterest.hs:53)
1817.59 s
[ghcide] 30% ( 6 / 20) in 'Development.IDE.Core.FileStore'
1817.59 s
[ghcide] Missing documentation for:
1817.59 s
[ghcide] Module header
1817.59 s
[ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:238)
1817.59 s
[ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:241)
1817.59 s
[ghcide] fileStoreRules (src/Development/IDE/Core/FileStore.hs:260)
1817.59 s
[ghcide] modificationTime (src/Development/IDE/Core/FileStore.hs:204)
1817.59 s
[ghcide] typecheckParents (src/Development/IDE/Core/FileStore.hs:289)
1817.59 s
[ghcide] getModificationTimeImpl (src/Development/IDE/Core/FileStore.hs:119)
1817.59 s
[ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:406)
1817.59 s
[ghcide] getFileContentsImpl (src/Development/IDE/Core/FileStore.hs:213)
1817.59 s
[ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:26)
1817.59 s
[ghcide] isWatchSupported (src/Development/IDE/Core/FileStore.hs:341)
1817.59 s
[ghcide] registerFileWatches (src/Development/IDE/Core/FileStore.hs:311)
1817.59 s
[ghcide] shareFilePath (src/Development/IDE/Core/FileStore.hs:356)
1817.59 s
[ghcide] Log (src/Development/IDE/Core/FileStore.hs:81)
1817.59 s
[ghcide] Warning: 'CoreModule' is ambiguous. It is defined
1817.59 s
[ghcide] * in ‘GHC’
1817.59 s
[ghcide] * in ‘GHC’
1817.59 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.59 s
[ghcide] by specifying the type/value namespace explicitly.
1817.59 s
[ghcide] Defaulting to the one defined in ‘GHC’
1817.59 s
[ghcide] Warning: 'ParsedModule' is ambiguous. It is defined
1817.59 s
[ghcide] * in ‘GHC’
1817.59 s
[ghcide] * at src/Development/IDE/GHC/Compat/Parser.hs:63:1
1817.59 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.59 s
[ghcide] by specifying the type/value namespace explicitly.
1817.59 s
[ghcide] Defaulting to the one defined at src/Development/IDE/GHC/Compat/Parser.hs:63:1
1817.59 s
[ghcide] Warning: 'runtime_deps' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] 45% ( 14 / 31) in 'Development.IDE.Core.Compile'
1817.59 s
[ghcide] Missing documentation for:
1817.59 s
[ghcide] typecheckModule (src/Development/IDE/Core/Compile.hs:202)
1817.59 s
[ghcide] addRelativeImport (src/Development/IDE/Core/Compile.hs:787)
1817.59 s
[ghcide] mkHiFileResultCompile (src/Development/IDE/Core/Compile.hs:475)
1817.59 s
[ghcide] mkHiFileResultNoCompile (src/Development/IDE/Core/Compile.hs:452)
1817.59 s
[ghcide] generateObjectCode (src/Development/IDE/Core/Compile.hs:637)
1817.59 s
[ghcide] generateByteCode (src/Development/IDE/Core/Compile.hs:671)
1817.59 s
[ghcide] generateHieAsts (src/Development/IDE/Core/Compile.hs:805)
1817.59 s
[ghcide] writeAndIndexHieFile (src/Development/IDE/Core/Compile.hs:929)
1817.59 s
[ghcide] writeHiFile (src/Development/IDE/Core/Compile.hs:942)
1817.59 s
[ghcide] loadHieFile (src/Development/IDE/Core/Compile.hs:1297)
1817.59 s
[ghcide] RecompilationInfo (src/Development/IDE/Core/Compile.hs:1363)
1817.59 s
[ghcide] mergeEnvs (src/Development/IDE/Core/Compile.hs:1028)
1817.59 s
[ghcide] ml_core_file (src/Development/IDE/Core/Compile.hs:1382)
1817.59 s
[ghcide] coreFileToLinkable (src/Development/IDE/Core/Compile.hs:1544)
1817.59 s
[ghcide] TypecheckHelpers (src/Development/IDE/Core/Compile.hs:191)
1817.59 s
[ghcide] sourceTypecheck (src/Development/IDE/Core/Compile.hs:158)
1817.59 s
[ghcide] sourceParser (src/Development/IDE/Core/Compile.hs:160)
1817.59 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Documentation'
1817.59 s
[ghcide] Missing documentation for:
1817.59 s
[ghcide] Module header
1817.59 s
[ghcide] getDocumentation (src/Development/IDE/Spans/Documentation.hs:116)
1817.59 s
[ghcide] getDocumentationTryGhc (src/Development/IDE/Spans/Documentation.hs:76)
1817.59 s
[ghcide] getDocumentationsTryGhc (src/Development/IDE/Spans/Documentation.hs:81)
1817.59 s
[ghcide] DocMap (src/Development/IDE/Spans/Common.hs:39)
1817.59 s
[ghcide] mkDocMap (src/Development/IDE/Spans/Documentation.hs:44)
1817.59 s
[ghcide] Warning: 'Location' is ambiguous. It is defined
1817.59 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
1817.59 s
[ghcide] * in ‘Language.LSP.Protocol.Internal.Types.Location’
1817.59 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.59 s
[ghcide] by specifying the type/value namespace explicitly.
1817.59 s
[ghcide] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Location’
1817.59 s
[ghcide] 50% ( 8 / 16) in 'Development.IDE.Spans.AtPoint'
1817.59 s
[ghcide] Missing documentation for:
1817.59 s
[ghcide] documentHighlight (src/Development/IDE/Spans/AtPoint.hs:193)
1817.59 s
[ghcide] pointCommand (src/Development/IDE/Spans/AtPoint.hs:582)
1817.59 s
[ghcide] referencesAtPoint (src/Development/IDE/Spans/AtPoint.hs:148)
1817.59 s
[ghcide] computeTypeReferences (src/Development/IDE/Spans/AtPoint.hs:99)
1817.59 s
[ghcide] defRowToSymbolInfo (src/Development/IDE/Spans/AtPoint.hs:564)
1817.59 s
[ghcide] getNamesAtPoint (src/Development/IDE/Spans/AtPoint.hs:132)
1817.59 s
[ghcide] toCurrentLocation (src/Development/IDE/Spans/AtPoint.hs:138)
1817.59 s
[ghcide] rowToLoc (src/Development/IDE/Spans/AtPoint.hs:169)
1817.59 s
[ghcide] Warning: 'FileExistsState' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] 36% ( 4 / 11) in 'Development.IDE.Core.Service'
1817.59 s
[ghcide] Missing documentation for:
1817.59 s
[ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:436)
1817.59 s
[ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:448)
1817.59 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
1817.59 s
[ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:935)
1817.59 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1399)
1817.59 s
[ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1449)
1817.59 s
[ghcide] Log (src/Development/IDE/Core/Service.hs:44)
1817.59 s
[ghcide] 0% ( 0 / 5) in 'Development.IDE.LSP.Notifications'
1817.59 s
[ghcide] Missing documentation for:
1817.59 s
[ghcide] Module header
1817.59 s
[ghcide] whenUriFile (src/Development/IDE/LSP/Notifications.hs:64)
1817.59 s
[ghcide] descriptor (src/Development/IDE/LSP/Notifications.hs:67)
1817.59 s
[ghcide] Log (src/Development/IDE/LSP/Notifications.hs:41)
1817.59 s
[ghcide] ghcideNotificationsPluginPriority (src/Development/IDE/LSP/Notifications.hs:160)
1817.59 s
[ghcide] Warning: 'use' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] Warning: 'uses' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] Warning: 'useWithStale' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] Warning: 'runIdeAction' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] Warning: 'useWithStaleFast' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] Warning: 'uriToFilePath' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] Warning: 'FileDiagnostic' is ambiguous. It is defined
1817.59 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:23
1817.59 s
[ghcide] * at src/Development/IDE/Types/Diagnostics.hs:237:1
1817.59 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.59 s
[ghcide] by specifying the type/value namespace explicitly.
1817.59 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Types/Diagnostics.hs:237:1
1817.59 s
[ghcide] Warning: 'CodeAction' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] Warning: 'CodeActionParam' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] Warning: 'CodeActionContext' is out of scope.
1817.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.59 s
[ghcide] 93% ( 28 / 30) in 'Development.IDE.Core.PluginUtils'
1817.59 s
[ghcide] Missing documentation for:
1817.59 s
[ghcide] Module header
1817.59 s
[ghcide] mkFormattingHandlers (src/Development/IDE/Core/PluginUtils.hs:236)
1817.60 s
[ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Actions'
1817.60 s
[ghcide] Missing documentation for:
1817.60 s
[ghcide] Module header
1817.60 s
[ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:114)
1817.60 s
[ghcide] getImplementationDefinition (src/Development/IDE/Core/Actions.hs:126)
1817.60 s
[ghcide] highlightAtPoint (src/Development/IDE/Core/Actions.hs:135)
1817.60 s
[ghcide] refsAtPoint (src/Development/IDE/Core/Actions.hs:143)
1817.60 s
[ghcide] workspaceSymbols (src/Development/IDE/Core/Actions.hs:150)
1817.60 s
[ghcide] Warning: 'Foo' is out of scope.
1817.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.60 s
[ghcide] Warning: 'ghcide' is out of scope.
1817.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.60 s
[ghcide] Warning: 'GetLinkable' is ambiguous. It is defined
1817.60 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:116:20
1817.60 s
[ghcide] * at src/Development/IDE/Core/RuleTypes.hs:116:1
1817.60 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.60 s
[ghcide] by specifying the type/value namespace explicitly.
1817.60 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/RuleTypes.hs:116:1
1817.60 s
[ghcide] 40% ( 20 / 50) in 'Development.IDE.Core.Rules'
1817.60 s
[ghcide] Missing documentation for:
1817.60 s
[ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:415)
1817.60 s
[ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:392)
1817.60 s
[ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:561)
1817.60 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
1817.60 s
[ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1217)
1817.60 s
[ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1222)
1817.60 s
[ghcide] RulesConfig (src/Development/IDE/Core/Rules.hs:1185)
1817.60 s
[ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1056)
1817.60 s
[ghcide] usePropertyByPathAction (src/Development/IDE/Core/Rules.hs:1066)
1817.60 s
[ghcide] getLocatedImportsRule (src/Development/IDE/Core/Rules.hs:320)
1817.60 s
[ghcide] reportImportCyclesRule (src/Development/IDE/Core/Rules.hs:477)
1817.60 s
[ghcide] getDocMapRule (src/Development/IDE/Core/Rules.hs:572)
1817.60 s
[ghcide] loadGhcSession (src/Development/IDE/Core/Rules.hs:691)
1817.60 s
[ghcide] getModIfaceRule (src/Development/IDE/Core/Rules.hs:925)
1817.60 s
[ghcide] getModSummaryRule (src/Development/IDE/Core/Rules.hs:872)
1817.60 s
[ghcide] getModuleGraphRule (src/Development/IDE/Core/Rules.hs:631)
1817.60 s
[ghcide] knownFilesRule (src/Development/IDE/Core/Rules.hs:618)
1817.60 s
[ghcide] getClientSettingsRule (src/Development/IDE/Core/Rules.hs:1045)
1817.60 s
[ghcide] getHieAstsRule (src/Development/IDE/Core/Rules.hs:507)
1817.60 s
[ghcide] getBindingsRule (src/Development/IDE/Core/Rules.hs:564)
1817.60 s
[ghcide] needsCompilationRule (src/Development/IDE/Core/Rules.hs:1143)
1817.60 s
[ghcide] generateCoreRule (src/Development/IDE/Core/Rules.hs:921)
1817.60 s
[ghcide] getImportMapRule (src/Development/IDE/Core/Rules.hs:554)
1817.60 s
[ghcide] getParsedModuleDefinition (src/Development/IDE/Core/Rules.hs:312)
1817.60 s
[ghcide] typeCheckRuleDefinition (src/Development/IDE/Core/Rules.hs:664)
1817.60 s
[ghcide] getRebuildCount (src/Development/IDE/Core/Rules.hs:956)
1817.60 s
[ghcide] getSourceFileSource (src/Development/IDE/Core/Rules.hs:233)
1817.60 s
[ghcide] GhcSessionDepsConfig (src/Development/IDE/Core/Rules.hs:735)
1817.60 s
[ghcide] Log (src/Development/IDE/Core/Rules.hs:179)
1817.60 s
[ghcide] DisplayTHWarning (src/Development/IDE/Core/Rules.hs:868)
1817.60 s
[ghcide] 33% ( 2 / 6) in 'Development.IDE.Plugin.Test'
1817.60 s
[ghcide] Missing documentation for:
1817.60 s
[ghcide] TestRequest (src/Development/IDE/Plugin/Test.hs:57)
1817.60 s
[ghcide] WaitForIdeRuleResult (src/Development/IDE/Plugin/Test.hs:74)
1817.60 s
[ghcide] plugin (src/Development/IDE/Plugin/Test.hs:78)
1817.60 s
[ghcide] blockCommandDescriptor (src/Development/IDE/Plugin/Test.hs:167)
1817.60 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.LSP.Outline'
1817.60 s
[ghcide] Missing documentation for:
1817.60 s
[ghcide] Module header
1817.60 s
[ghcide] moduleOutline (src/Development/IDE/LSP/Outline.hs:36)
1817.60 s
[ghcide] 18% ( 2 / 11) in 'Development.IDE.LSP.HoverDefinition'
1817.60 s
[ghcide] Missing documentation for:
1817.60 s
[ghcide] Log (src/Development/IDE/LSP/HoverDefinition.hs:36)
1817.60 s
[ghcide] hover (src/Development/IDE/LSP/HoverDefinition.hs:56)
1817.60 s
[ghcide] foundHover (src/Development/IDE/LSP/HoverDefinition.hs:71)
1817.60 s
[ghcide] gotoDefinition (src/Development/IDE/LSP/HoverDefinition.hs:53)
1817.60 s
[ghcide] gotoTypeDefinition (src/Development/IDE/LSP/HoverDefinition.hs:54)
1817.60 s
[ghcide] gotoImplementation (src/Development/IDE/LSP/HoverDefinition.hs:55)
1817.60 s
[ghcide] documentHighlight (src/Development/IDE/LSP/HoverDefinition.hs:57)
1817.60 s
[ghcide] references (src/Development/IDE/LSP/HoverDefinition.hs:60)
1817.60 s
[ghcide] wsSymbols (src/Development/IDE/LSP/HoverDefinition.hs:66)
1817.60 s
[ghcide] 57% ( 31 / 54) in 'Development.IDE'
1817.60 s
[ghcide] Missing documentation for:
1817.60 s
[ghcide] Module header
1817.60 s
[ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1175)
1817.60 s
[ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:423)
1817.60 s
[ghcide] action
1817.60 s
[ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:114)
1817.60 s
[ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:238)
1817.60 s
[ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:241)
1817.61 s
[ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:80)
1817.61 s
[ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
1817.61 s
[ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1056)
1817.61 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:106)
1817.61 s
[ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:515)
1817.61 s
[ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:273)
1817.61 s
[ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:845)
1817.61 s
[ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1402)
1817.61 s
[ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1019)
1817.61 s
[ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:375)
1817.61 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1399)
1817.61 s
[ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1064)
1817.61 s
[ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1111)
1817.61 s
[ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1123)
1817.61 s
[ghcide] use_ (src/Development/IDE/Core/Shake.hs:1120)
1817.61 s
[ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:409)
1817.61 s
[ghcide] Warning: '#' is out of scope.
1817.61 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.61 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Pragmas'
1817.61 s
[ghcide] Missing documentation for:
1817.61 s
[ghcide] Module header
1817.61 s
[ghcide] NextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:76)
1817.61 s
[ghcide] LineSplitTextEdits (src/Development/IDE/Spans/Pragmas.hs:71)
1817.61 s
[ghcide] getNextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:33)
1817.61 s
[ghcide] insertNewPragma (src/Development/IDE/Spans/Pragmas.hs:52)
1817.61 s
[ghcide] getFirstPragma (src/Development/IDE/Spans/Pragmas.hs:59)
1817.61 s
[ghcide] 12% ( 1 / 8) in 'Development.IDE.Plugin.TypeLenses'
1817.61 s
[ghcide] Missing documentation for:
1817.61 s
[ghcide] descriptor (src/Development/IDE/Plugin/TypeLenses.hs:106)
1817.61 s
[ghcide] suggestSignature (src/Development/IDE/Plugin/TypeLenses.hs:212)
1817.61 s
[ghcide] typeLensCommandId (src/Development/IDE/Plugin/TypeLenses.hs:103)
1817.61 s
[ghcide] GlobalBindingTypeSig (src/Development/IDE/Plugin/TypeLenses.hs:296)
1817.61 s
[ghcide] GetGlobalBindingTypeSigs (src/Development/IDE/Plugin/TypeLenses.hs:293)
1817.61 s
[ghcide] GlobalBindingTypeSigsResult (src/Development/IDE/Plugin/TypeLenses.hs:305)
1817.61 s
[ghcide] Log (src/Development/IDE/Plugin/TypeLenses.hs:95)
1817.61 s
[ghcide] Warning: 'PositionMapping' is out of scope.
1817.61 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1817.61 s
[ghcide] Warning: 'PositionMapping' is ambiguous. It is defined
1817.61 s
[ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:27
1817.61 s
[ghcide] * at src/Development/IDE/Core/PositionMapping.hs:93:1
1817.61 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.61 s
[ghcide] by specifying the type/value namespace explicitly.
1817.61 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/PositionMapping.hs:93:1
1817.61 s
[ghcide] Warning: 'PositionMap' is ambiguous. It is defined
1817.61 s
[ghcide] * at src/Development/IDE/Core/UseStale.hs:62:49
1817.61 s
[ghcide] * at src/Development/IDE/Core/UseStale.hs:62:1
1817.61 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1817.61 s
[ghcide] by specifying the type/value namespace explicitly.
1817.61 s
[ghcide] Defaulting to the one defined at src/Development/IDE/Core/UseStale.hs:62:1
1817.61 s
[ghcide] 57% ( 8 / 14) in 'Development.IDE.Core.UseStale'
1817.61 s
[ghcide] Missing documentation for:
1817.61 s
[ghcide] Module header
1817.61 s
[ghcide] unTrack
1817.61 s
[ghcide] untrackedStaleValue (src/Development/IDE/Core/UseStale.hs:92)
1817.61 s
[ghcide] unsafeMkStale (src/Development/IDE/Core/UseStale.hs:138)
1817.61 s
[ghcide] unsafeMkCurrent (src/Development/IDE/Core/UseStale.hs:134)
1817.61 s
[ghcide] unsafeCopyAge (src/Development/IDE/Core/UseStale.hs:142)
1817.61 s
[ghcide] 100% ( 6 / 6) in 'Generics.SYB.GHC'
1817.61 s
[ghcide] 88% ( 8 / 9) in 'Text.Fuzzy.Parallel'
1817.61 s
[ghcide] Missing documentation for:
1817.61 s
[ghcide] Scored (src/Text/Fuzzy/Parallel.hs:18)
1817.61 s
[ghcide] 50% ( 4 / 8) in 'Development.IDE.Plugin.Completions.Logic'
1817.61 s
[ghcide] Missing documentation for:
1817.61 s
[ghcide] Module header
1817.61 s
[ghcide] cacheDataProducer (src/Development/IDE/Plugin/Completions/Logic.hs:318)
1817.61 s
[ghcide] fromIdentInfo (src/Development/IDE/Plugin/Completions/Logic.hs:295)
1817.61 s
[ghcide] getCompletionPrefixFromRope (src/Development/IDE/Plugin/Completions/Logic.hs:863)
1817.61 s
[ghcide] 0% ( 0 / 4) in 'Development.IDE.Plugin.Completions'
1817.61 s
[ghcide] Missing documentation for:
1817.61 s
[ghcide] Module header
1817.61 s
[ghcide] descriptor (src/Development/IDE/Plugin/Completions.hs:71)
1817.61 s
[ghcide] Log (src/Development/IDE/Plugin/Completions.hs:61)
1817.61 s
[ghcide] ghcideCompletionsPluginPriority (src/Development/IDE/Plugin/Completions.hs:68)
1817.61 s
[ghcide] 33% ( 1 / 3) in 'Development.IDE.Plugin.HLS.GhcIde'
1817.61 s
[ghcide] Missing documentation for:
1817.61 s
[ghcide] descriptors (src/Development/IDE/Plugin/HLS/GhcIde.hs:37)
1817.61 s
[ghcide] Log (src/Development/IDE/Plugin/HLS/GhcIde.hs:22)
1817.61 s
[ghcide] 0% ( 0 / 10) in 'Development.IDE.Main'
1817.61 s
[ghcide] Missing documentation for:
1817.61 s
[ghcide] Module header
1817.61 s
[ghcide] Arguments (src/Development/IDE/Main.hs:203)
1817.61 s
[ghcide] defaultArguments (src/Development/IDE/Main.hs:223)
1817.61 s
[ghcide] Command (src/Development/IDE/Main.hs:168)
1817.61 s
[ghcide] IdeCommand
1817.61 s
[ghcide] isLSP (src/Development/IDE/Main.hs:181)
1817.61 s
[ghcide] commandP (src/Development/IDE/Main.hs:185)
1817.61 s
[ghcide] defaultMain (src/Development/IDE/Main.hs:289)
1817.62 s
[ghcide] testing (src/Development/IDE/Main.hs:268)
1817.62 s
[ghcide] Log (src/Development/IDE/Main.hs:131)
1819.40 s
[ghcide] Warning: Control.Concurrent.Strict: could not find link destinations for:
1819.40 s
[ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedMVar
1819.40 s
[ghcide] - Data.Primitive.Unlifted.Class.D:R:UnliftedThreadId
1819.40 s
[ghcide] Warning: Development.IDE.Core.PositionMapping: could not find link destinations for:
1819.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1819.55 s
[ghcide] Warning: Development.IDE.GHC.Compat.Core: could not find link destinations for:
1819.55 s
[ghcide] - GHC.Parser.Lexer.ExtsBitmap
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.HasType
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.ToHie
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.TVScoped
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.PScoped
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.RScoped
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.SigContext
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.PatSynFieldContext
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.BindContext
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.IEContext
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.RFContext
1819.55 s
[ghcide] - GHC.Driver.Backpack.BkpM
1819.55 s
[ghcide] - GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang
1819.55 s
[ghcide] - GHC.LanguageExtensions.Type.Rep_Extension
1819.55 s
[ghcide] - GHC.Driver.Session.DynP
1819.55 s
[ghcide] - GHC.Hs.Type.HsQTvsRn
1819.55 s
[ghcide] - GHC.Hs.Type.pprTyVarBndr
1819.55 s
[ghcide] - GHC.Parser.Lexer.LayoutContext
1819.55 s
[ghcide] - GHC.Parser.Lexer.ALRContext
1819.55 s
[ghcide] - GHC.Parser.Lexer.ALRLayout
1819.55 s
[ghcide] - GHC.Unit.Module.Env.NDModule
1819.55 s
[ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
1819.55 s
[ghcide] - GHC.Hs.Utils.AnnoBody
1819.55 s
[ghcide] - GHC.Unit.Module.ModIface.ModIfaceFinal
1819.55 s
[ghcide] - GHC.Unit.Module.ModIface.ModIfacePhase
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.HiePass
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.HieM
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.HieState
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.Context
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.ModifyState
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.RContext
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.TScoped
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.EvBindContext
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.AnnoBody
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.getTypeNode
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.addSubstitution
1819.55 s
[ghcide] - GHC.Iface.Ext.Ast.toHie
1819.55 s
[ghcide] - Development.IDE.GHC.Compat.Core.FunTyFlag
1819.55 s
[ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
1819.55 s
[ghcide] - GHC.Tc.Errors.Types.PromotionErr.Rep_PromotionErr
1819.55 s
[ghcide] - GHC.Parser.PostProcess.D:R:BodyHsCmd
1819.55 s
[ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsCmd
1819.55 s
[ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsCmd
1819.55 s
[ghcide] - GHC.Parser.PostProcess.D:R:BodyHsExpr
1819.55 s
[ghcide] - GHC.Parser.PostProcess.D:R:FunArgHsExpr
1819.55 s
[ghcide] - GHC.Parser.PostProcess.D:R:InfixOpHsExpr
1819.55 s
[ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
1819.55 s
[ghcide] - GHC.HsToCore.Quote.RepTV
1819.55 s
[ghcide] - GHC.HsToCore.Quote.Core
1819.55 s
[ghcide] - GHC.HsToCore.Quote.M
1819.55 s
[ghcide] - GHC.HsToCore.Quote.MetaM
1819.55 s
[ghcide] - GHC.HsToCore.Quote.tyVarBndrName
1819.55 s
[ghcide] - GHC.HsToCore.Quote.repPlainTV
1819.55 s
[ghcide] - GHC.HsToCore.Quote.repKindedTV
1819.55 s
[ghcide] - GHC.Parser.PostProcess.Haddock.HdkA
1819.55 s
[ghcide] - GHC.Parser.PostProcess.Haddock.HasHaddock
1819.55 s
[ghcide] - GHC.Parser.PostProcess.Haddock.addHaddock
1819.55 s
[ghcide] - GHC.ThToHs.CvtFlag
1819.55 s
[ghcide] - GHC.ThToHs.cvtFlag
1819.57 s
[ghcide] Warning: Development.IDE.GHC.Compat.Outputable: could not find link destinations for:
1819.57 s
[ghcide] - GHC.Driver.MakeSem.JobResources
1819.57 s
[ghcide] - GHC.Types.Unique.FM.Edit
1819.57 s
[ghcide] - GHC.Types.Unique.SDFM.Shared
1819.57 s
[ghcide] - GHC.Core.InstEnv.InstMatches
1819.57 s
[ghcide] - GHC.Types.Error.LinkedDiagCode
1819.57 s
[ghcide] - GHC.StgToJS.Utils.SlotCount
1819.57 s
[ghcide] - GHC.Core.Opt.Arity.EtaInfo
1819.57 s
[ghcide] - GHC.Core.Opt.OccurAnal.TailUsageDetails
1819.57 s
[ghcide] - GHC.Core.Opt.OccurAnal.SimpleNodeDetails
1819.57 s
[ghcide] - GHC.Core.Opt.OccurAnal.NodeDetails
1819.57 s
[ghcide] - GHC.Unit.State.UnitVisibility
1819.57 s
[ghcide] - GHC.Core.Opt.CprAnal.SigEnv
1819.57 s
[ghcide] - GHC.Core.Opt.DmdAnal.AnalEnv
1819.57 s
[ghcide] - GHC.CmmToAsm.BlockLayout.BlockChain
1819.57 s
[ghcide] - GHC.Wasm.ControlFlow.FromCmm.ContainingSyntax
1819.57 s
[ghcide] - GHC.Core.Opt.Specialise.DictBind
1819.57 s
[ghcide] - GHC.Core.Opt.Specialise.SpecArg
1819.57 s
[ghcide] - GHC.CoreToStg.Prep.FloatInfo
1819.57 s
[ghcide] - GHC.CoreToStg.Prep.Floats
1819.57 s
[ghcide] - GHC.CoreToStg.Prep.FloatingBind
1819.57 s
[ghcide] - GHC.Rename.Env.DisambigInfo
1819.57 s
[ghcide] - GHC.Tc.Validity.ValidityEnv
1819.57 s
[ghcide] - GHC.Tc.Validity.ExpandMode
1819.57 s
[ghcide] - GHC.Tc.Validity.TypeOrKindCtxt
1819.57 s
[ghcide] - GHC.Rename.Names.ImpOccItem
1819.57 s
[ghcide] - GHC.Rename.Expr.StmtTree
1819.57 s
[ghcide] - GHC.Rename.Expr.MonadNames
1819.57 s
[ghcide] - GHC.Tc.Gen.HsType.TcTyMode
1819.57 s
[ghcide] - GHC.HsToCore.Pmc.Solver.TopNormaliseTypeResult
1819.57 s
[ghcide] - GHC.Driver.Make.BuildPlan
1819.57 s
[ghcide] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
1819.57 s
[ghcide] - GHC.Types.Name.NameSort
1819.57 s
[ghcide] - GHC.Unit.Module.Env.NDModule
1819.57 s
[ghcide] - GHC.Iface.Recomp.IfaceDeclExtras
1819.57 s
[ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
1819.57 s
[ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
1819.57 s
[ghcide] - GHC.Utils.Outputable.D:R:LineSDoc
1819.57 s
[ghcide] - GHC.CoreToStg.Prep.BindInfo
1819.57 s
[ghcide] - GHC.CoreToStg.Prep.ArgInfo
1819.57 s
[ghcide] - GHC.StgToByteCode.Discr
1819.57 s
[ghcide] - GHC.Parser.PostProcess.ArgPatBuilder
1819.57 s
[ghcide] - GHC.Data.Graph.Directed.Time
1819.57 s
[ghcide] - GHC.Data.Graph.Directed.Edge
1819.57 s
[ghcide] - GHC.Cmm.CLabel.IdLabelInfo
1819.57 s
[ghcide] - GHC.Cmm.CLabel.TickyIdInfo
1819.57 s
[ghcide] - GHC.Cmm.Type.CmmCat
1819.57 s
[ghcide] - GHC.Cmm.LayoutStack.StackMap
1819.57 s
[ghcide] - GHC.Cmm.LayoutStack.StackSlot
1819.57 s
[ghcide] - GHC.CmmToAsm.CFG.BranchInfo
1819.57 s
[ghcide] - GHC.CmmToAsm.CFG.LoopInfo
1819.57 s
[ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
1819.57 s
[ghcide] - GHC.Core.Opt.Arity.ArityEnv
1819.57 s
[ghcide] - GHC.Core.Opt.CprAnal.AnalEnv
1819.57 s
[ghcide] - GHC.Core.Opt.FloatIn.FloatInBind
1819.57 s
[ghcide] - GHC.Core.Opt.FloatOut.FloatBinds
1819.57 s
[ghcide] - GHC.Core.Opt.OccurAnal.LocalOcc
1819.57 s
[ghcide] - GHC.Core.Opt.OccurAnal.OccEncl
1819.57 s
[ghcide] - GHC.Core.Opt.OccurAnal.UsageDetails
1819.57 s
[ghcide] - GHC.Core.Opt.Simplify.Env.FloatFlag
1819.57 s
[ghcide] - GHC.Core.Opt.SpecConstr.ArgOcc
1819.57 s
[ghcide] - GHC.Core.Opt.SpecConstr.Call
1819.57 s
[ghcide] - GHC.Core.Opt.SpecConstr.CallPat
1819.57 s
[ghcide] - GHC.Core.Opt.SpecConstr.HowBound
1819.57 s
[ghcide] - GHC.Core.Opt.SpecConstr.ScUsage
1819.57 s
[ghcide] - GHC.Core.Opt.SpecConstr.Value
1819.57 s
[ghcide] - GHC.Core.Opt.Specialise.CallInfo
1819.57 s
[ghcide] - GHC.Core.Opt.Specialise.CallInfoSet
1819.57 s
[ghcide] - GHC.Core.Opt.Specialise.FloatedDictBinds
1819.57 s
[ghcide] - GHC.Core.Opt.Specialise.SpecEnv
1819.57 s
[ghcide] - GHC.Core.Opt.Specialise.UsageDetails
1819.57 s
[ghcide] - GHC.Core.SimpleOpt.SimpleOptEnv
1819.57 s
[ghcide] - GHC.Driver.Make.CodeGenEnable
1819.57 s
[ghcide] - GHC.Driver.Make.CachedIface
1819.57 s
[ghcide] - GHC.Rename.HsType.RnTyKiEnv
1819.57 s
[ghcide] - GHC.Rename.HsType.RnTyKiWhat
1819.57 s
[ghcide] - GHC.Stg.Unarise.UnariseVal
1819.57 s
[ghcide] - GHC.Tc.Deriv.EarlyDerivSpec
1819.57 s
[ghcide] - GHC.Tc.Gen.Bind.GeneralisationPlan
1819.57 s
[ghcide] - GHC.Tc.Gen.Head.XPass
1819.57 s
[ghcide] - GHC.Tc.Gen.Head.EWrap
1819.57 s
[ghcide] - GHC.Wasm.ControlFlow.FromCmm.Context
1819.57 s
[ghcide] Warning: Development.IDE.GHC.Compat.Units: could not find link destinations for:
1819.57 s
[ghcide] - GHC.Unit.External.PackageAnnEnv
1819.57 s
[ghcide] - Development.IDE.GHC.Compat.Units.PreloadUnitClosure
1819.58 s
[ghcide] Warning: Development.IDE.GHC.Compat.Util: could not find link destinations for:
1819.58 s
[ghcide] - GHC.Iface.Ext.Ast.ToHie
1819.58 s
[ghcide] - GHC.Internal.Generics.Rep_Fingerprint
1819.58 s
[ghcide] - GHC.Data.Bag.D:R:ItemBag
1819.58 s
[ghcide] - GHC.Iface.Ext.Ast.HieM
1819.58 s
[ghcide] - GHC.Iface.Ext.Ast.toHie
1819.58 s
[ghcide] - GHC.CmmToAsm.Reg.Graph.SpillClean.Store
1819.58 s
[ghcide] Warning: Development.IDE.GHC.Compat.Parser: could not find link destinations for:
1819.58 s
[ghcide] - GHC.modSummary
1819.58 s
[ghcide] Warning: Development.IDE.GHC.Compat.Plugins: could not find link destinations for:
1819.58 s
[ghcide] - GHC.Driver.Plugins.HoleFitPlugin
1819.59 s
[ghcide] Warning: Development.IDE.GHC.Compat: could not find link destinations for:
1819.59 s
[ghcide] - GHC.Iface.Ext.Ast.TypecheckedSource
1819.59 s
[ghcide] - GHC.Iface.Ext.Ast.RenamedSource
1819.62 s
[ghcide] Warning: Development.IDE.GHC.Compat.Error: could not find link destinations for:
1819.62 s
[ghcide] - GHC.Types.Error.D:R:DiagnosticOptsDiagnosticMessage
1819.62 s
[ghcide] - GHC.Driver.Errors.Types.Rep_DriverMessage
1819.62 s
[ghcide] - GHC.Driver.Errors.Types.Rep_GhcMessage
1819.62 s
[ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessage
1819.62 s
[ghcide] - GHC.Tc.Errors.Types.Rep_TcRnMessageDetailed
1819.62 s
[ghcide] - GHC.Types.Error.D:R:DiagnosticOptsUnknownDiagnostic
1819.62 s
[ghcide] - GHC.Parser.Errors.Types.Rep_PsMessage
1819.62 s
[ghcide] - GHC.HsToCore.Errors.Types.Rep_DsMessage
1819.62 s
[ghcide] Warning: Development.IDE.Main.HeapStats: could not find link destinations for:
1819.62 s
[ghcide] - Development.IDE.Main.HeapStats.heapStatsThread
1819.62 s
[ghcide] Warning: Development.IDE.Types.Location: could not find link destinations for:
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.changes
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.character
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.document
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.editRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.end
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.href
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.insert
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.line
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.location
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.newUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.position
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.positions
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.range
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.ranges
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.replace
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selection
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.start
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.target
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
1819.62 s
[ghcide] - Language.LSP.Protocol.Types.Lens.uri
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
1819.62 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Common.Null
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Common.UInt
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Uri.Rep_Uri
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
1819.63 s
[ghcide] - Language.LSP.VFS.HasVfsMap
1819.63 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: could not find link destinations for:
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.code
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.data_
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.items
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.message
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.range
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.severity
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.source
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Lens.tags
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Common.UInt
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
1819.63 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
1819.63 s
[ghcide] - Development.IDE.Types.Diagnostics.Rep_FileDiagnostic
1819.63 s
[ghcide] - Development.IDE.Types.Diagnostics.Rep_StructuredMessage
1819.63 s
[ghcide] Warning: Development.IDE.Session.Diagnostics: could not find link destinations for:
1819.63 s
[ghcide] - Development.IDE.Session.Diagnostics.Rep_CradleErrorDetails
1819.63 s
[ghcide] Warning: Development.IDE.Types.KnownTargets: could not find link destinations for:
1819.63 s
[ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
1819.63 s
[ghcide] Warning: Development.IDE.Types.Exports: could not find link destinations for:
1819.63 s
[ghcide] - Development.IDE.Types.Exports.WithHieDb
1819.63 s
[ghcide] - Development.IDE.Types.Exports.Rep_IdentInfo
1819.63 s
[ghcide] Warning: Development.IDE.Spans.Common: could not find link destinations for:
1819.63 s
[ghcide] - Development.IDE.Spans.Common.Rep_SpanDoc
1819.63 s
[ghcide] - Development.IDE.Spans.Common.Rep_SpanDocUris
1819.63 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Types: could not find link destinations for:
1819.63 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
1819.63 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_CompletionResolveData
1819.63 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_ExtendImport
1819.63 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_NonLocalCompletions
1819.63 s
[ghcide] - Development.IDE.Plugin.Completions.Types.Rep_LocalCompletions
1819.63 s
[ghcide] Warning: Development.IDE.Import.FindImports: could not find link destinations for:
1819.63 s
[ghcide] - Development.IDE.Import.FindImports.LocateResult
1819.63 s
[ghcide] Warning: Development.IDE.Import.DependencyInformation: could not find link destinations for:
1819.63 s
[ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdSet
1819.63 s
[ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdMap
1819.63 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_NamedModuleDep
1819.63 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
1819.63 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_DependencyInformation
1819.63 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_NodeError
1819.63 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_ModuleParseError
1819.63 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_PathIdMap
1819.64 s
[ghcide] Warning: Development.IDE.Core.RuleTypes: could not find link destinations for:
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_AddWatchedFile
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummary
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModSummaryWithoutTimestamps
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterest
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIface
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDiskAndIndex
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModIfaceFromDisk
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSession
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetBindings
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetHieAst
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetDocMap
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_TypeCheck
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_ReportImportCycles
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraphImmediateReverseDepsFingerprints
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraphTransReverseDepsFingerprints
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraphTransDepsFingerprints
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModuleGraph
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_NeedsCompilation
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLocatedImports
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModuleWithComments
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_IsFileOfInterestResult
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileHash
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileExists
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetFileContents
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetPhysicalModificationTime
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetImportMap
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetLinkable
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GenerateCore
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetKnownTargets
1819.64 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_LinkableType
1819.64 s
[ghcide] Warning: Development.IDE.Types.Options: could not find link destinations for:
1819.64 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1819.64 s
[ghcide] Warning: Development.IDE.Core.ProgressReporting: could not find link destinations for:
1819.64 s
[ghcide] - Development.IDE.Core.ProgressReporting.ProgressReporter
1819.64 s
[ghcide] Warning: Development.IDE.Types.Shake: could not find link destinations for:
1819.64 s
[ghcide] - Data.Vector.Vector
1819.64 s
[ghcide] - Development.IDE.Types.Shake.Rep_ShakeValue
1819.64 s
[ghcide] - Development.IDE.Types.Shake.Rep_Value
1819.65 s
[ghcide] Warning: Development.IDE.Core.Shake: could not find link destinations for:
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1819.65 s
[ghcide] - Development.IDE.Types.Action.ActionQueue
1819.65 s
[ghcide] - Development.IDE.Types.Action.DelayedActionInternal
1819.65 s
[ghcide] - Development.IDE.Types.KnownTargets.Rep_Target
1819.65 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileVersion
1819.65 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetModificationTime
1819.65 s
[ghcide] - Development.IDE.Core.Shake.STMDiagnosticStore
1819.65 s
[ghcide] - Development.IDE.Core.Shake.ShakeSession
1819.65 s
[ghcide] - Development.IDE.Core.Shake.GetStalePersistent
1819.65 s
[ghcide] Warning: Development.IDE.Session: could not find link destinations for:
1819.65 s
[ghcide] - Development.IDE.Session.DependencyInfo
1819.65 s
[ghcide] - Development.IDE.Session.maxRetryCount
1819.65 s
[ghcide] Warning: Development.IDE.LSP.Server: could not find link destinations for:
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Request
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Meta.ClientToServer
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.LspId.LspId
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Notification
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
1819.65 s
[ghcide] Warning: Development.IDE.Plugin.HLS: could not find link destinations for:
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Meta.MessageDirection
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Request
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Meta.MessageKind
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
1819.65 s
[ghcide] Warning: Development.IDE.Core.IdeConfiguration: could not find link destinations for:
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
1819.65 s
[ghcide] Warning: Development.IDE.LSP.LanguageServer: could not find link destinations for:
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_Initialize
1819.65 s
[ghcide] - Language.LSP.Protocol.Message.LspId.SomeLspId
1819.65 s
[ghcide] Warning: Development.IDE.Core.OfInterest: could not find link destinations for:
1819.65 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_FileOfInterestStatus
1819.65 s
[ghcide] Warning: Development.IDE.Core.FileStore: could not find link destinations for:
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1819.65 s
[ghcide] Warning: Development.IDE.Core.Compile: could not find link destinations for:
1819.65 s
[ghcide] - Development.IDE.Core.Compile.CoreFileTime
1819.65 s
[ghcide] Warning: Development.IDE.Spans.AtPoint: could not find link destinations for:
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
1819.65 s
[ghcide] Warning: Development.IDE.Core.Service: could not find link destinations for:
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1819.65 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1819.65 s
[ghcide] - Development.IDE.Core.FileExists.Log
1819.66 s
[ghcide] Warning: Development.IDE.Core.Actions: could not find link destinations for:
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
1819.66 s
[ghcide] Warning: Development.IDE.Core.Rules: could not find link destinations for:
1819.66 s
[ghcide] - Ide.Plugin.Properties.NonEmptyList
1819.66 s
[ghcide] - Development.IDE.Import.DependencyInformation.Rep_TransitiveDependencies
1819.66 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GhcSessionIO
1819.66 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetClientSettings
1819.66 s
[ghcide] - Development.IDE.Core.RuleTypes.Rep_GetParsedModule
1819.66 s
[ghcide] Warning: Development.IDE.Plugin.Test: could not find link destinations for:
1819.66 s
[ghcide] - Development.IDE.Plugin.Test.Age
1819.66 s
[ghcide] - Development.IDE.Plugin.Test.Rep_TestRequest
1819.66 s
[ghcide] Warning: Development.IDE.LSP.Outline: could not find link destinations for:
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
1819.66 s
[ghcide] Warning: Development.IDE.LSP.HoverDefinition: could not find link destinations for:
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
1819.66 s
[ghcide] - Language.LSP.Protocol.Types.Common.Null
1819.66 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
1819.66 s
[ghcide] Warning: Development.IDE.Spans.Pragmas: could not find link destinations for:
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1819.66 s
[ghcide] Warning: Development.IDE.Plugin.TypeLenses: could not find link destinations for:
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1819.66 s
[ghcide] - Development.IDE.Plugin.TypeLenses.Rep_GetGlobalBindingTypeSigs
1819.66 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Logic: could not find link destinations for:
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1819.66 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
1838.58 s
[ghcide] Documentation created: dist/doc/html/ghcide/, dist/doc/html/ghcide/ghcide.txt
1838.64 s
[ghcide] Preprocessing executable 'ghcide' for ghcide-2.12.0.0...
1838.65 s
[ghcide] haddockPhase completed in 33 seconds
1838.65 s
[ghcide] Phase: installPhase
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
1839.60 s
[ghcide] Installing executable ghcide in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin
1839.60 s
[ghcide] Warning: The directory
1839.60 s
[ghcide] /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin is not in the
1839.60 s
[ghcide] system search path.
1840.93 s
[ghcide] Phase: fixupPhase
1840.95 s
[ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
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
1841.08 s
[ghcide] shrinking /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0/bin/ghcide
1841.26 s
[ghcide] checking for references to /build/ in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0...
1841.40 s
[ghcide] patching script interpreter paths in /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0
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
1842.05 s
[ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc
1842.08 s
[ghcide] checking for references to /build/ in /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc...
1842.13 s
[ghcide] patching script interpreter paths in /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc
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
1843.16 s
[post-build-hook] Pushing 2 paths (400 are already present) using zstd to cache sellout ⏳
1843.16 s
[post-build-hook]
1843.51 s
[post-build-hook] Pushing /nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc (41.43 MiB)
1843.53 s
[post-build-hook] Pushing /nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0 (148.48 MiB)
1846.64 s
[post-build-hook]
1846.64 s
[post-build-hook] All done.
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
1846.69 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1846.94 s
[post-build-hook] copying 2 paths...
1846.94 s
[post-build-hook] copying path '/nix/store/k3l1xsd7ki6z7kmz0j6vzd9j6dz8lllq-ghcide-2.12.0.0-doc' to 'https://cache.nix-ci.com'...
1850.94 s
[post-build-hook] copying path '/nix/store/mv8wn3lfa9nknp3hn4maxnl0x3xmnmdy-ghcide-2.12.0.0' to 'https://cache.nix-ci.com'...
1888.66 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1888.74 s
[post-build-hook] copying 0 paths...
1888.76 s
Progress: 153 of 157 built, 587 of 587 downloaded from cache
1888.84 s
Building hls-test-utils
1889.40 s
[hls-test-utils] Phase: setupCompilerEnvironmentPhase
1889.40 s
[hls-test-utils] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1889.92 s
[hls-test-utils] Phase: unpackPhase
1889.93 s
[hls-test-utils] unpacking source archive /nix/store/93br9mgx6in5n5chqb70wbl7hgprvjgd-hls-test-utils-2.12.0.0.tar.gz
1889.93 s
[hls-test-utils] source root is hls-test-utils-2.12.0.0
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"
1889.94 s
[hls-test-utils] Phase: patchPhase
1889.95 s
[hls-test-utils] Phase: compileBuildDriverPhase
1889.95 s
[hls-test-utils] setupCompileFlags: -package-db=/build/tmp.SxCBkBP1va/setup-package.conf.d -threaded
1890.00 s
[hls-test-utils] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.SxCBkBP1va/Main.o )
1890.04 s
[hls-test-utils] [2 of 2] Linking Setup
1891.17 s
[hls-test-utils] Phase: updateAutotoolsGnuConfigScriptsPhase
1891.18 s
[hls-test-utils] Phase: configurePhase
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
1891.19 s
[hls-test-utils] Using Parsec parser
1891.19 s
[hls-test-utils] Configuring hls-test-utils-2.12.0.0...
1891.65 s
[hls-test-utils] Flags chosen: pedantic=False
1891.89 s
[hls-test-utils] Dependency aeson: using aeson-2.2.3.0
1891.89 s
[hls-test-utils] Dependency async: using async-2.2.5
1891.89 s
[hls-test-utils] Dependency base >=4.12 && <5: using base-4.20.1.0
1891.89 s
[hls-test-utils] Dependency bytestring: using bytestring-0.12.2.0
1891.89 s
[hls-test-utils] Dependency containers: using containers-0.7
1891.89 s
[hls-test-utils] Dependency data-default: using data-default-0.8.0.1
1891.89 s
[hls-test-utils] Dependency directory: using directory-1.3.8.5
1891.89 s
[hls-test-utils] Dependency extra: using extra-1.8.1
1891.89 s
[hls-test-utils] Dependency filepath: using filepath-1.5.4.0
1891.89 s
[hls-test-utils] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1891.89 s
[hls-test-utils] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1891.89 s
[hls-test-utils] Dependency lens: using lens-5.3.5
1891.89 s
[hls-test-utils] Dependency lsp: using lsp-2.7.0.1
1891.89 s
[hls-test-utils] Dependency lsp-test >=0.17 && <0.18: using lsp-test-0.17.1.1
1891.89 s
[hls-test-utils] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1891.89 s
[hls-test-utils] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1891.89 s
[hls-test-utils] Dependency string-interpolate: using string-interpolate-0.3.4.0
1891.89 s
[hls-test-utils] Dependency tasty: using tasty-1.5.3
1891.89 s
[hls-test-utils] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
1891.89 s
[hls-test-utils] Dependency tasty-golden: using tasty-golden-2.3.5
1891.89 s
[hls-test-utils] Dependency tasty-hunit: using tasty-hunit-0.10.2
1891.89 s
[hls-test-utils] Dependency tasty-rerun: using tasty-rerun-1.1.20
1891.89 s
[hls-test-utils] Dependency temporary: using temporary-1.3
1891.89 s
[hls-test-utils] Dependency text: using text-2.1.2
1891.89 s
[hls-test-utils] Dependency text-rope: using text-rope-0.3
1891.89 s
[hls-test-utils] Source component graph: component lib
1891.89 s
[hls-test-utils] Configured component graph:
1891.89 s
[hls-test-utils] component hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
1891.89 s
[hls-test-utils] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1891.89 s
[hls-test-utils] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1891.89 s
[hls-test-utils] include base-4.20.1.0-f445
1891.89 s
[hls-test-utils] include bytestring-0.12.2.0-214a
1891.89 s
[hls-test-utils] include containers-0.7-6571
1891.89 s
[hls-test-utils] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1891.89 s
[hls-test-utils] include directory-1.3.8.5-159c
1891.89 s
[hls-test-utils] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1891.89 s
[hls-test-utils] include filepath-1.5.4.0-8593
1891.89 s
[hls-test-utils] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1891.89 s
[hls-test-utils] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1891.89 s
[hls-test-utils] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1891.89 s
[hls-test-utils] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1891.89 s
[hls-test-utils] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1891.89 s
[hls-test-utils] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1891.89 s
[hls-test-utils] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1891.89 s
[hls-test-utils] include string-interpolate-0.3.4.0-JhWZjGDEepKHpMuwD5rR2M
1891.89 s
[hls-test-utils] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
1891.89 s
[hls-test-utils] include tasty-expected-failure-0.12.3-94AzyUmWYehVXO0bl0Fem
1891.89 s
[hls-test-utils] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
1891.89 s
[hls-test-utils] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1891.89 s
[hls-test-utils] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
1891.89 s
[hls-test-utils] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1891.89 s
[hls-test-utils] include text-2.1.2-7514
1891.89 s
[hls-test-utils] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1891.89 s
[hls-test-utils] Linked component graph:
1891.89 s
[hls-test-utils] unit hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
1891.89 s
[hls-test-utils] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1891.89 s
[hls-test-utils] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1891.89 s
[hls-test-utils] include base-4.20.1.0-f445
1891.89 s
[hls-test-utils] include bytestring-0.12.2.0-214a
1891.89 s
[hls-test-utils] include containers-0.7-6571
1891.89 s
[hls-test-utils] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1891.89 s
[hls-test-utils] include directory-1.3.8.5-159c
1891.89 s
[hls-test-utils] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1891.90 s
[hls-test-utils] include filepath-1.5.4.0-8593
1891.90 s
[hls-test-utils] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1891.90 s
[hls-test-utils] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1891.90 s
[hls-test-utils] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1891.90 s
[hls-test-utils] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1891.90 s
[hls-test-utils] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1891.90 s
[hls-test-utils] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1891.90 s
[hls-test-utils] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1891.90 s
[hls-test-utils] include string-interpolate-0.3.4.0-JhWZjGDEepKHpMuwD5rR2M
1891.90 s
[hls-test-utils] include tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
1891.90 s
[hls-test-utils] include tasty-expected-failure-0.12.3-94AzyUmWYehVXO0bl0Fem
1891.90 s
[hls-test-utils] include tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
1891.90 s
[hls-test-utils] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1891.90 s
[hls-test-utils] include tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
1891.90 s
[hls-test-utils] include temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1891.90 s
[hls-test-utils] include text-2.1.2-7514
1891.90 s
[hls-test-utils] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
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
1891.90 s
[hls-test-utils] Ready component graph:
1891.90 s
[hls-test-utils] definite hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
1891.90 s
[hls-test-utils] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1891.90 s
[hls-test-utils] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1891.90 s
[hls-test-utils] depends base-4.20.1.0-f445
1891.90 s
[hls-test-utils] depends bytestring-0.12.2.0-214a
1891.90 s
[hls-test-utils] depends containers-0.7-6571
1891.90 s
[hls-test-utils] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1891.90 s
[hls-test-utils] depends directory-1.3.8.5-159c
1891.90 s
[hls-test-utils] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1891.90 s
[hls-test-utils] depends filepath-1.5.4.0-8593
1891.90 s
[hls-test-utils] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1891.90 s
[hls-test-utils] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1891.90 s
[hls-test-utils] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1891.90 s
[hls-test-utils] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1891.90 s
[hls-test-utils] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1891.90 s
[hls-test-utils] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1891.90 s
[hls-test-utils] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1891.90 s
[hls-test-utils] depends string-interpolate-0.3.4.0-JhWZjGDEepKHpMuwD5rR2M
1891.90 s
[hls-test-utils] depends tasty-1.5.3-FnLG3VNSatS37qpBN0fGqj
1891.90 s
[hls-test-utils] depends tasty-expected-failure-0.12.3-94AzyUmWYehVXO0bl0Fem
1891.90 s
[hls-test-utils] depends tasty-golden-2.3.5-HgyFdA4dFaM5XVEt2hxwe4
1891.90 s
[hls-test-utils] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1891.90 s
[hls-test-utils] depends tasty-rerun-1.1.20-JhUbXNAKxPVd5bOKXYH0I
1891.90 s
[hls-test-utils] depends temporary-1.3-FHEDM8TAw9NJJuBGnpWG8W
1891.90 s
[hls-test-utils] depends text-2.1.2-7514
1891.90 s
[hls-test-utils] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1891.90 s
[hls-test-utils] Using Cabal-3.12.1.0 compiled by ghc-9.10
1891.90 s
[hls-test-utils] Using compiler: ghc-9.10.2
1891.90 s
[hls-test-utils] Using install prefix:
1891.90 s
[hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0
1891.90 s
[hls-test-utils] Executables installed in:
1891.90 s
[hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/bin
1891.90 s
[hls-test-utils] Libraries installed in:
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
1891.90 s
[hls-test-utils] Dynamic Libraries installed in:
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
1891.90 s
[hls-test-utils] Private executables installed in:
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
1891.90 s
[hls-test-utils] Data files installed in:
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
1891.90 s
[hls-test-utils] Documentation installed in:
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
1891.90 s
[hls-test-utils] Configuration files installed in:
1891.90 s
[hls-test-utils] /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0/etc
1891.90 s
[hls-test-utils] No alex found
1891.90 s
[hls-test-utils] Using ar found on system at:
1891.90 s
[hls-test-utils] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1891.90 s
[hls-test-utils] No c2hs found
1891.90 s
[hls-test-utils] No cpphs found
1891.90 s
[hls-test-utils] No doctest found
1891.90 s
[hls-test-utils] Using gcc version 14.3.0 given by user at:
1891.90 s
[hls-test-utils] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1891.90 s
[hls-test-utils] Using ghc version 9.10.2 found on system at:
1891.90 s
[hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1891.90 s
[hls-test-utils] Using ghc-pkg version 9.10.2 found on system at:
1891.90 s
[hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1891.90 s
[hls-test-utils] No ghcjs found
1891.90 s
[hls-test-utils] No ghcjs-pkg found
1891.90 s
[hls-test-utils] No greencard found
1891.90 s
[hls-test-utils] Using haddock version 2.31.0 found on system at:
1891.90 s
[hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1891.90 s
[hls-test-utils] No happy found
1891.90 s
[hls-test-utils] Using haskell-suite found on system at: haskell-suite-dummy-location
1891.90 s
[hls-test-utils] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1891.90 s
[hls-test-utils] No hmake found
1891.90 s
[hls-test-utils] Using hpc version 0.69 found on system at:
1891.90 s
[hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1891.90 s
[hls-test-utils] Using hsc2hs version 0.68.10 found on system at:
1891.90 s
[hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1891.90 s
[hls-test-utils] Using hscolour version 1.25 found on system at:
1891.90 s
[hls-test-utils] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1891.90 s
[hls-test-utils] No jhc found
1891.92 s
[hls-test-utils] Using ld found on system at:
1891.92 s
[hls-test-utils] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1891.92 s
[hls-test-utils] No pkg-config found
1891.92 s
[hls-test-utils] Using runghc version 9.10.2 found on system at:
1891.92 s
[hls-test-utils] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1891.92 s
[hls-test-utils] Using strip version 2.44 found on system at:
1891.92 s
[hls-test-utils] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1891.92 s
[hls-test-utils] Using tar found on system at:
1891.92 s
[hls-test-utils] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1891.92 s
[hls-test-utils] No uhc found
1892.49 s
[hls-test-utils] Phase: buildPhase
1892.58 s
[hls-test-utils] Preprocessing library for hls-test-utils-2.12.0.0...
1892.58 s
[hls-test-utils] Building library for hls-test-utils-2.12.0.0...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1897.79 s
[hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.p_o )
1905.21 s
[hls-test-utils] Phase: checkPhase
1905.27 s
[hls-test-utils] Package has no test suites.
1905.28 s
[hls-test-utils] Phase: haddockPhase
1905.42 s
[hls-test-utils] Preprocessing library for hls-test-utils-2.12.0.0...
1905.42 s
[hls-test-utils] Running Haddock on library for hls-test-utils-2.12.0.0...
1905.43 s
[hls-test-utils] Warning: The documentation for the following packages are not installed. No
1905.43 s
[hls-test-utils] links will be generated to these packages: attoparsec-0.14.4,
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
1905.88 s
[hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, nothing )
1907.33 s
[hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, nothing )
1907.50 s
[hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, nothing )
1907.54 s
[hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, nothing )
1907.71 s
[hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, nothing )
1907.90 s
[hls-test-utils] Haddock coverage:
1907.90 s
[hls-test-utils] 37% ( 3 / 8) in 'Development.IDE.Test.Diagnostic'
1907.90 s
[hls-test-utils] Missing documentation for:
1907.90 s
[hls-test-utils] Module header
1907.90 s
[hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
1907.90 s
[hls-test-utils] ErrorMsg (src/Development/IDE/Test/Diagnostic.hs:17)
1907.90 s
[hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
1907.90 s
[hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
1907.90 s
[hls-test-utils] 21% ( 6 / 28) in 'Development.IDE.Test'
1907.90 s
[hls-test-utils] Missing documentation for:
1907.90 s
[hls-test-utils] Module header
1907.90 s
[hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:15)
1907.90 s
[hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:53)
1907.90 s
[hls-test-utils] diagnostic (src/Development/IDE/Test.hs:193)
1907.90 s
[hls-test-utils] expectDiagnosticsWithTags (src/Development/IDE/Test.hs:131)
1907.90 s
[hls-test-utils] expectMessages (src/Development/IDE/Test.hs:94)
1907.90 s
[hls-test-utils] expectCurrentDiagnostics (src/Development/IDE/Test.hs:179)
1907.90 s
[hls-test-utils] checkDiagnosticsForDoc (src/Development/IDE/Test.hs:184)
1907.90 s
[hls-test-utils] canonicalizeUri (src/Development/IDE/Test.hs:190)
1907.90 s
[hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:82)
1907.90 s
[hls-test-utils] flushMessages (src/Development/IDE/Test.hs:110)
1907.90 s
[hls-test-utils] waitForAction (src/Development/IDE/Test.hs:215)
1907.90 s
[hls-test-utils] getInterfaceFilesDir (src/Development/IDE/Test.hs:219)
1907.90 s
[hls-test-utils] garbageCollectDirtyKeys (src/Development/IDE/Test.hs:222)
1907.90 s
[hls-test-utils] getFilesOfInterest (src/Development/IDE/Test.hs:234)
1907.90 s
[hls-test-utils] waitForTypecheck (src/Development/IDE/Test.hs:228)
1907.90 s
[hls-test-utils] waitForBuildQueue (src/Development/IDE/Test.hs:231)
1907.90 s
[hls-test-utils] getStoredKeys (src/Development/IDE/Test.hs:225)
1907.90 s
[hls-test-utils] waitForCustomMessage (src/Development/IDE/Test.hs:237)
1907.90 s
[hls-test-utils] waitForGC (src/Development/IDE/Test.hs:244)
1907.90 s
[hls-test-utils] configureCheckProject (src/Development/IDE/Test.hs:250)
1907.90 s
[hls-test-utils] referenceReady (src/Development/IDE/Test.hs:257)
1907.90 s
[hls-test-utils] Warning: 'VirtualFileTree' is ambiguous. It is defined
1907.90 s
[hls-test-utils] * at src/Test/Hls/FileSystem.hs:68:3
1907.90 s
[hls-test-utils] * at src/Test/Hls/FileSystem.hs:67:1
1907.90 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
1907.90 s
[hls-test-utils] by specifying the type/value namespace explicitly.
1907.90 s
[hls-test-utils] Defaulting to the one defined at src/Test/Hls/FileSystem.hs:67:1
1907.90 s
[hls-test-utils] Warning: 'rootDir' is out of scope.
1907.90 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.90 s
[hls-test-utils] Warning: 'virtualFileTree' is out of scope.
1907.90 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.90 s
[hls-test-utils] 63% ( 21 / 33) in 'Test.Hls.FileSystem'
1907.90 s
[hls-test-utils] Missing documentation for:
1907.90 s
[hls-test-utils] Module header
1907.90 s
[hls-test-utils] FileTree (src/Test/Hls/FileSystem.hs:73)
1907.90 s
[hls-test-utils] Content (src/Test/Hls/FileSystem.hs:79)
1907.90 s
[hls-test-utils] readFileFS (src/Test/Hls/FileSystem.hs:89)
1907.90 s
[hls-test-utils] writeFileFS (src/Test/Hls/FileSystem.hs:93)
1907.90 s
[hls-test-utils] mkVirtualFileTree (src/Test/Hls/FileSystem.hs:142)
1907.90 s
[hls-test-utils] toNfp (src/Test/Hls/FileSystem.hs:152)
1907.90 s
[hls-test-utils] toAbsFp (src/Test/Hls/FileSystem.hs:149)
1907.90 s
[hls-test-utils] directory (src/Test/Hls/FileSystem.hs:179)
1907.90 s
[hls-test-utils] atomicFileWriteString (src/Test/Hls/FileSystem.hs:264)
1907.90 s
[hls-test-utils] atomicFileWriteStringUTF8 (src/Test/Hls/FileSystem.hs:268)
1907.90 s
[hls-test-utils] atomicFileWriteText (src/Test/Hls/FileSystem.hs:272)
1907.90 s
[hls-test-utils] Warning: 'FoldState' is ambiguous. It is defined
1907.90 s
[hls-test-utils] * at src/Test/Hls/Util.hs:419:18
1907.90 s
[hls-test-utils] * at src/Test/Hls/Util.hs:419:1
1907.90 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
1907.90 s
[hls-test-utils] by specifying the type/value namespace explicitly.
1907.90 s
[hls-test-utils] Defaulting to the one defined at src/Test/Hls/Util.hs:419:1
1907.90 s
[hls-test-utils] Warning: 'cons' is out of scope.
1907.90 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.90 s
[hls-test-utils] Warning: 'bar' is out of scope.
1907.90 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.90 s
[hls-test-utils] Warning: 'src' is out of scope.
1907.90 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.90 s
[hls-test-utils] Warning: 'ignored' is out of scope.
1907.90 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.90 s
[hls-test-utils] Warning: 'dst' is out of scope.
1907.90 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.91 s
[hls-test-utils] 38% ( 18 / 47) in 'Test.Hls.Util'
1907.91 s
[hls-test-utils] Missing documentation for:
1907.91 s
[hls-test-utils] Module header
1907.91 s
[hls-test-utils] codeActionResolveCaps (src/Test/Hls/Util.hs:104)
1907.91 s
[hls-test-utils] codeActionNoResolveCaps (src/Test/Hls/Util.hs:109)
1907.91 s
[hls-test-utils] codeActionNoInlayHintsCaps (src/Test/Hls/Util.hs:114)
1907.91 s
[hls-test-utils] codeActionSupportCaps (src/Test/Hls/Util.hs:97)
1907.91 s
[hls-test-utils] expectCodeAction (src/Test/Hls/Util.hs:265)
1907.91 s
[hls-test-utils] ghcVersion
1907.91 s
[hls-test-utils] GhcVersion
1907.91 s
[hls-test-utils] hostOS (src/Test/Hls/Util.hs:133)
1907.91 s
[hls-test-utils] OS (src/Test/Hls/Util.hs:129)
1907.91 s
[hls-test-utils] matchesCurrentEnv (src/Test/Hls/Util.hs:126)
1907.91 s
[hls-test-utils] EnvSpec (src/Test/Hls/Util.hs:122)
1907.91 s
[hls-test-utils] ignoreForGhcVersions (src/Test/Hls/Util.hs:163)
1907.91 s
[hls-test-utils] knownBrokenOnWindows (src/Test/Hls/Util.hs:151)
1907.91 s
[hls-test-utils] knownBrokenForGhcVersions (src/Test/Hls/Util.hs:154)
1907.91 s
[hls-test-utils] fromAction (src/Test/Hls/Util.hs:233)
1907.91 s
[hls-test-utils] fromCommand (src/Test/Hls/Util.hs:237)
1907.91 s
[hls-test-utils] dontExpectCodeAction (src/Test/Hls/Util.hs:268)
1907.91 s
[hls-test-utils] expectDiagnostic (src/Test/Hls/Util.hs:256)
1907.91 s
[hls-test-utils] failIfSessionTimeout (src/Test/Hls/Util.hs:333)
1907.91 s
[hls-test-utils] getCompletionByLabel (src/Test/Hls/Util.hs:340)
1907.91 s
[hls-test-utils] noLiteralCaps (src/Test/Hls/Util.hs:91)
1907.91 s
[hls-test-utils] inspectCodeAction (src/Test/Hls/Util.hs:259)
1907.91 s
[hls-test-utils] inspectCommand (src/Test/Hls/Util.hs:276)
1907.91 s
[hls-test-utils] inspectDiagnostic (src/Test/Hls/Util.hs:248)
1907.91 s
[hls-test-utils] inspectDiagnosticAny (src/Test/Hls/Util.hs:252)
1907.91 s
[hls-test-utils] waitForDiagnosticsFrom (src/Test/Hls/Util.hs:282)
1907.91 s
[hls-test-utils] waitForDiagnosticsFromSource (src/Test/Hls/Util.hs:290)
1907.91 s
[hls-test-utils] withCanonicalTempDir (src/Test/Hls/Util.hs:350)
1907.91 s
[hls-test-utils] Warning: 'TASTY_PATTERN' is out of scope.
1907.91 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.91 s
[hls-test-utils] Warning: 'findFunctionNameUnderCursor' is out of scope.
1907.91 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.91 s
[hls-test-utils] Warning: 'runSessionWithServer'' is out of scope.
1907.91 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.91 s
[hls-test-utils] Warning: 'XDG_CACHE_HOME' is out of scope.
1907.91 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.91 s
[hls-test-utils] Warning: 'ghcide' is out of scope.
1907.91 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.91 s
[hls-test-utils] Warning: 'LSP_TIMEOUT' is out of scope.
1907.91 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1907.91 s
[hls-test-utils] Warning: 'TestConfig' is ambiguous. It is defined
1907.91 s
[hls-test-utils] * at src/Test/Hls.hs:692:21
1907.91 s
[hls-test-utils] * at src/Test/Hls.hs:692:1
1907.91 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
1907.91 s
[hls-test-utils] by specifying the type/value namespace explicitly.
1907.91 s
[hls-test-utils] Defaulting to the one defined at src/Test/Hls.hs:692:1
1907.92 s
[hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Types
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Pattern
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInt
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Color
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Location
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export |?
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Position
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Diagnostic
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Edit
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Range
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedUri
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedFilePath
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromNormalizedUri
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedUri
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyItem
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeAction
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLens
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItem
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemDefaults
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLink
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHint
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChanges
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokens
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensEdit
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensPartialResult
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyItem
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbol
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRelatedInformation
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogMessageParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LogTraceParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressBegin
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressEnd
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressReport
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnnotatedTextEdit
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorInformation
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentationParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlight
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbol
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Hover
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueEvaluatableExpression
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueText
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueVariableLookup
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenamePlaceholder
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRange
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRangeParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangePartial
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextEdit
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export BaseSymbolInformation
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolInformation
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticSeverity
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFile
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFile
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileCreate
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileDelete
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileEvent
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationUriOnly
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocument
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentIdentifier
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export OptionalVersionedTextDocumentIdentifier
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PreviousResultId
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PublishDiagnosticsParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentIdentifier
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentItem
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedNotebookDocumentIdentifier
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export VersionedTextDocumentIdentifier
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFolder
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFullDocumentDiagnosticReport
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceUnchangedDocumentDiagnosticReport
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenAbsolute
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellArrayChange
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NormalizedFilePath
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Uri
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Command
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInfo
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkdownClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionsClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerInfo
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export positionInRange
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEdit
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionKind
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toNormalizedFilePath
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticTag
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFile
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperation
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertReplaceEdit
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotation
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ColorPresentation
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ParameterInformation
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureInformation
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ApplyWorkspaceEditResult
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileSystemWatcher
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRange
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FullDocumentDiagnosticReport
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupContent
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Moniker
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCell
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedFullDocumentDiagnosticReport
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelatedUnchangedDocumentDiagnosticReport
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnchangedDocumentDiagnosticReport
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCall
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCall
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyIncomingCallsParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOutgoingCallsParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySubtypesParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchySupertypesParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSymbolParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PartialResultParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyPrepareParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyPrepareParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UInitializeParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemLabelDetails
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CallHierarchyRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentColorRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFormattingRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentLinkRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentRangeFormattingRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecuteCommandRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HoverRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ImplementationRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRangeRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SelectionRangeRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeDefinitionRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TypeHierarchyRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WindowClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceSymbolRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentPositionParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeTextDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseTextDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenTextDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveTextDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentEdit
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WillSaveTextDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentChangeRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CancelParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Registration
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaticRegistrationOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Unregistration
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationIdentifier
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ChangeAnnotationsSupportOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCapabilities
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeNotebookDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidCloseNotebookDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidOpenNotebookDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidSaveNotebookDocumentParams
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionKindOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemInsertTextModeOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemOptionsKind
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientDiagnosticsTagOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeKindOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolKindOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolTagOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTagOptions
1907.92 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionLiteralOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCodeActionResolveOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientCompletionItemResolveOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientInlayHintResolveOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSymbolResolveOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureInformationOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerCompletionItemOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientFoldingRangeOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSemanticTokensRequestFullDelta
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensFullDelta
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientShowMessageActionItemOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientSignatureParameterInformationOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintLabelPart
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionContext
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageActionItem
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionContext
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpContext
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionDisabled
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeActionTriggerKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeDescription
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CodeLensWorkspaceClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticWorkspaceClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintWorkspaceClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueWorkspaceClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensWorkspaceClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionItemTag
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionList
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionListCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReport
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDiagnosticReportPartialResult
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CompletionTriggerKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ConfigurationItem
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationRegistrationOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPattern
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFileOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFileOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CreateFilesParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFilesParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RenameFilesParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Declaration
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeclarationLink
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Definition
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DefinitionLink
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DeleteFileOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DiagnosticServerCancellationData
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeConfigurationParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellContentChanges
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWatchedFilesRegistrationOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DidChangeWorkspaceFoldersParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeWholeDocument
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReport
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentDiagnosticReportPartialResult
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentFilter
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentHighlightKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentOnTypeFormattingOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentSelector
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EditRangeWithInsertReplace
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorCodes
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ExecutionSummary
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentResult
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FailureHandlingKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileChangeType
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationFilter
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterNotebookType
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterPattern
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterScheme
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RelativePattern
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterLanguage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterPattern
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilterScheme
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationPatternOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileOperationRegistrationOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FileRename
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FoldingRangeKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FormattingOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDelta
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GeneralClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export GlobPattern
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeError
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializeResult
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersInitializeParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InitializedParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlayHintKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedStringWithLanguage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SetTraceParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValue
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InlineValueContext
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextFormat
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export InsertTextMode
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LSPErrorCodes
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LanguageKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LinkedEditingRanges
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LocationLink
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkedString
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellLanguage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellTextDocumentFilter
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MarkupKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageType
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MonikerKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentChangeEvent
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithCells
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilterWithNotebook
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookCellKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentCellChangeStructure
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentFilter
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotebookDocumentSyncOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PositionEncodingKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameDefaultBehavior
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareRenameResult
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export PrepareSupportDefaultBehavior
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCancelParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkDoneProgressCreateParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ProgressToken
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ReferenceContext
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegularExpressionEngineKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResourceOperationKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SaveOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenModifiers
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenTypes
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensLegend
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokenRelative
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SemanticTokensDeltaPartialResult
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowDocumentClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ShowMessageRequestClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelp
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SignatureHelpTriggerKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export StaleRequestSupportOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SymbolTag
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentContentChangeEvent
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentFilter
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSaveReason
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TextDocumentSyncKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TokenFormat
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TraceValue
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UniquenessLevel
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export UnregistrationParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WatchKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceDocumentDiagnosticReport
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceEditClientCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersChangeEvent
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export WorkspaceFoldersServerCapabilities
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export codeActionKindSubsumes
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .:!?
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export .=?
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _L
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _R
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absorbNull
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export maybeToNull
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export nullToMaybe
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toEither
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export DocumentChange
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _versionedTextDocumentIdentifier
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export applyTextEdit
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export editTextEdit
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isSubrangeOf
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkRange
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AsLspEnum
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspEnum
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export EnumBaseType
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspOpenEnum
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdown
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkMarkdownCodeBlock
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mkPlainText
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export plainTextToMarkdown
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export sectionSeparator
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressBegin
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressEnd
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export _workDoneProgressReport
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export absolutizeTokens
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export computeEdits
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export defaultSemanticTokensLegend
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export encodeTokens
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokens
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export makeSemanticTokensDelta
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export relativizeTokens
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AString
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export AnInteger
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export emptyNormalizedFilePath
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export filePathToUri
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToUri
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareFilePathToUri
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export platformAwareUriToFilePath
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToFilePath
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export uriToNormalizedFilePath
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export normalizedFilePathToOsPath
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export osPathToNormalizedFilePath
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export combineWatchKinds
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsChange
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsCreate
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export containsDelete
1907.93 s
[hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseError
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseError
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export Method
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export runEq
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRegistration
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TUnregistration
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RequestMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ResponseMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TRequestMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TResponseMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export NotificationMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TNotificationMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ErrorData
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageParams
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageResult
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export RegistrationOptions
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LspId
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageDirection
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export MessageKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SClientMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageDirection
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export methodStringToSomeMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someMethodToMethodString
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageDirection
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeClientMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeServerMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export isOptionalMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someClientMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export someServerMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SServerMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeLspId
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SMessageKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export messageKind
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeRegistration
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export SomeUnregistration
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export regHelper
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeRegistration
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toSomeUnregistration
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedRegistration
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedUnregistration
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TCustomMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export addNullField
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export toUntypedResponseError
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TClientMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export TServerMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage'
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ClientNotOrReq
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export CustomEq
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage'
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromClientMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export FromServerMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export HasJSON
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export ServerNotOrReq
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export LookupFunc
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientMethodJSON
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export clientResponseJSON
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientNot
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromClientReq
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerNot
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export fromServerReq
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqClient
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export mEqServer
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseClientMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export parseServerMessage
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverMethodJSON
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export serverResponseJSON
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitClientMethod
1907.93 s
[hls-test-utils] Warning: Test.Hls: Couldn't find .haddock for export splitServerMethod
1907.94 s
[hls-test-utils] 7% ( 45 /627) in 'Test.Hls'
1907.94 s
[hls-test-utils] Missing documentation for:
1907.94 s
[hls-test-utils] Module header
1907.94 s
[hls-test-utils] NoTimeout
1907.94 s
[hls-test-utils] Pattern
1907.94 s
[hls-test-utils] UInt
1907.94 s
[hls-test-utils] Color
1907.94 s
[hls-test-utils] Location
1907.94 s
[hls-test-utils] |?
1907.94 s
[hls-test-utils] Position
1907.94 s
[hls-test-utils] EncodingException
1907.94 s
[hls-test-utils] Diagnostic
1907.94 s
[hls-test-utils] Edit
1907.94 s
[hls-test-utils] Range
1907.94 s
[hls-test-utils] NormalizedUri
1907.94 s
[hls-test-utils] fromNormalizedFilePath
1907.94 s
[hls-test-utils] fromNormalizedUri
1907.94 s
[hls-test-utils] toNormalizedUri
1907.94 s
[hls-test-utils] CallHierarchyItem
1907.94 s
[hls-test-utils] CodeAction
1907.94 s
[hls-test-utils] CodeLens
1907.94 s
[hls-test-utils] CompletionItem
1907.94 s
[hls-test-utils] CompletionItemDefaults
1907.94 s
[hls-test-utils] DocumentLink
1907.94 s
[hls-test-utils] InlayHint
1907.94 s
[hls-test-utils] NotebookDocumentCellChanges
1907.94 s
[hls-test-utils] SemanticTokens
1907.94 s
[hls-test-utils] SemanticTokensEdit
1907.94 s
[hls-test-utils] SemanticTokensPartialResult
1907.94 s
[hls-test-utils] TypeHierarchyItem
1907.94 s
[hls-test-utils] WorkspaceSymbol
1907.94 s
[hls-test-utils] DiagnosticRelatedInformation
1907.94 s
[hls-test-utils] LogMessageParams
1907.94 s
[hls-test-utils] LogTraceParams
1907.94 s
[hls-test-utils] ShowMessageParams
1907.94 s
[hls-test-utils] ShowMessageRequestParams
1907.94 s
[hls-test-utils] WorkDoneProgressBegin
1907.94 s
[hls-test-utils] WorkDoneProgressEnd
1907.94 s
[hls-test-utils] WorkDoneProgressReport
1907.94 s
[hls-test-utils] AnnotatedTextEdit
1907.94 s
[hls-test-utils] ClientSemanticTokensRequestOptions
1907.94 s
[hls-test-utils] CodeActionParams
1907.94 s
[hls-test-utils] ColorInformation
1907.94 s
[hls-test-utils] ColorPresentationParams
1907.94 s
[hls-test-utils] DocumentHighlight
1907.94 s
[hls-test-utils] DocumentRangeFormattingParams
1907.94 s
[hls-test-utils] DocumentSymbol
1907.94 s
[hls-test-utils] Hover
1907.94 s
[hls-test-utils] InlayHintParams
1907.94 s
[hls-test-utils] InlineValueEvaluatableExpression
1907.94 s
[hls-test-utils] InlineValueParams
1907.94 s
[hls-test-utils] InlineValueText
1907.94 s
[hls-test-utils] InlineValueVariableLookup
1907.94 s
[hls-test-utils] PrepareRenamePlaceholder
1907.94 s
[hls-test-utils] SelectionRange
1907.94 s
[hls-test-utils] SemanticTokensOptions
1907.94 s
[hls-test-utils] SemanticTokensRangeParams
1907.94 s
[hls-test-utils] SemanticTokensRegistrationOptions
1907.94 s
[hls-test-utils] TextDocumentContentChangePartial
1907.94 s
[hls-test-utils] TextEdit
1907.94 s
[hls-test-utils] PublishDiagnosticsClientCapabilities
1907.94 s
[hls-test-utils] BaseSymbolInformation
1907.94 s
[hls-test-utils] SymbolInformation
1907.94 s
[hls-test-utils] DiagnosticSeverity
1907.94 s
[hls-test-utils] CreateFile
1907.94 s
[hls-test-utils] DeleteFile
1907.94 s
[hls-test-utils] FileCreate
1907.94 s
[hls-test-utils] FileDelete
1907.94 s
[hls-test-utils] FileEvent
1907.94 s
[hls-test-utils] LocationUriOnly
1907.94 s
[hls-test-utils] NotebookDocument
1907.94 s
[hls-test-utils] NotebookDocumentIdentifier
1907.94 s
[hls-test-utils] OptionalVersionedTextDocumentIdentifier
1907.94 s
[hls-test-utils] PreviousResultId
1907.94 s
[hls-test-utils] PublishDiagnosticsParams
1907.94 s
[hls-test-utils] ShowDocumentParams
1907.94 s
[hls-test-utils] TextDocumentIdentifier
1907.94 s
[hls-test-utils] TextDocumentItem
1907.94 s
[hls-test-utils] VersionedNotebookDocumentIdentifier
1907.94 s
[hls-test-utils] VersionedTextDocumentIdentifier
1907.94 s
[hls-test-utils] WorkspaceFolder
1907.94 s
[hls-test-utils] WorkspaceFullDocumentDiagnosticReport
1907.94 s
[hls-test-utils] WorkspaceUnchangedDocumentDiagnosticReport
1907.94 s
[hls-test-utils] SemanticTokenAbsolute
1907.94 s
[hls-test-utils] NotebookCellArrayChange
1907.94 s
[hls-test-utils] NormalizedFilePath
1907.94 s
[hls-test-utils] Uri
1907.94 s
[hls-test-utils] Command
1907.94 s
[hls-test-utils] ClientInfo
1907.94 s
[hls-test-utils] MarkdownClientCapabilities
1907.94 s
[hls-test-utils] RegularExpressionsClientCapabilities
1907.94 s
[hls-test-utils] ServerInfo
1907.94 s
[hls-test-utils] positionInRange
1907.94 s
[hls-test-utils] WorkspaceEdit
1907.94 s
[hls-test-utils] CodeActionKind
1907.94 s
[hls-test-utils] ClientCompletionItemOptions
1907.94 s
[hls-test-utils] toNormalizedFilePath
1907.94 s
[hls-test-utils] DiagnosticTag
1907.94 s
[hls-test-utils] RenameFile
1907.94 s
[hls-test-utils] ResourceOperation
1907.94 s
[hls-test-utils] InsertReplaceEdit
1907.94 s
[hls-test-utils] ApplyWorkspaceEditParams
1907.94 s
[hls-test-utils] ChangeAnnotation
1907.94 s
[hls-test-utils] ColorPresentation
1907.94 s
[hls-test-utils] DocumentSymbolOptions
1907.94 s
[hls-test-utils] DocumentSymbolRegistrationOptions
1907.94 s
[hls-test-utils] ParameterInformation
1907.94 s
[hls-test-utils] SignatureInformation
1907.94 s
[hls-test-utils] ApplyWorkspaceEditResult
1907.94 s
[hls-test-utils] FileSystemWatcher
1907.94 s
[hls-test-utils] FoldingRange
1907.94 s
[hls-test-utils] FullDocumentDiagnosticReport
1907.94 s
[hls-test-utils] MarkupContent
1907.94 s
[hls-test-utils] Moniker
1907.94 s
[hls-test-utils] NotebookCell
1907.94 s
[hls-test-utils] RelatedFullDocumentDiagnosticReport
1907.94 s
[hls-test-utils] RelatedUnchangedDocumentDiagnosticReport
1907.94 s
[hls-test-utils] UnchangedDocumentDiagnosticReport
1907.94 s
[hls-test-utils] CallHierarchyClientCapabilities
1907.94 s
[hls-test-utils] CodeActionClientCapabilities
1907.94 s
[hls-test-utils] CodeLensClientCapabilities
1907.94 s
[hls-test-utils] CompletionClientCapabilities
1907.94 s
[hls-test-utils] DeclarationClientCapabilities
1907.94 s
[hls-test-utils] DefinitionClientCapabilities
1907.94 s
[hls-test-utils] DiagnosticClientCapabilities
1907.94 s
[hls-test-utils] DidChangeConfigurationClientCapabilities
1907.94 s
[hls-test-utils] DidChangeWatchedFilesClientCapabilities
1907.94 s
[hls-test-utils] DocumentColorClientCapabilities
1907.94 s
[hls-test-utils] DocumentFormattingClientCapabilities
1907.94 s
[hls-test-utils] DocumentHighlightClientCapabilities
1907.94 s
[hls-test-utils] DocumentLinkClientCapabilities
1907.94 s
[hls-test-utils] DocumentOnTypeFormattingClientCapabilities
1907.94 s
[hls-test-utils] DocumentRangeFormattingClientCapabilities
1907.94 s
[hls-test-utils] DocumentSymbolClientCapabilities
1907.94 s
[hls-test-utils] ExecuteCommandClientCapabilities
1907.94 s
[hls-test-utils] FileOperationClientCapabilities
1907.94 s
[hls-test-utils] FoldingRangeClientCapabilities
1907.94 s
[hls-test-utils] HoverClientCapabilities
1907.94 s
[hls-test-utils] ImplementationClientCapabilities
1907.94 s
[hls-test-utils] InlayHintClientCapabilities
1907.94 s
[hls-test-utils] InlineValueClientCapabilities
1907.94 s
[hls-test-utils] LinkedEditingRangeClientCapabilities
1907.94 s
[hls-test-utils] MonikerClientCapabilities
1907.94 s
[hls-test-utils] NotebookDocumentSyncClientCapabilities
1907.94 s
[hls-test-utils] ReferenceClientCapabilities
1907.94 s
[hls-test-utils] RenameClientCapabilities
1907.94 s
[hls-test-utils] SelectionRangeClientCapabilities
1907.94 s
[hls-test-utils] SemanticTokensClientCapabilities
1907.94 s
[hls-test-utils] SignatureHelpClientCapabilities
1907.94 s
[hls-test-utils] TextDocumentSyncClientCapabilities
1907.94 s
[hls-test-utils] TypeDefinitionClientCapabilities
1907.94 s
[hls-test-utils] TypeHierarchyClientCapabilities
1907.94 s
[hls-test-utils] WorkspaceSymbolClientCapabilities
1907.94 s
[hls-test-utils] CallHierarchyIncomingCall
1907.94 s
[hls-test-utils] CallHierarchyOutgoingCall
1907.94 s
[hls-test-utils] CallHierarchyIncomingCallsParams
1907.94 s
[hls-test-utils] CallHierarchyOutgoingCallsParams
1907.94 s
[hls-test-utils] TypeHierarchySubtypesParams
1907.94 s
[hls-test-utils] TypeHierarchySupertypesParams
1907.94 s
[hls-test-utils] CodeLensParams
1907.94 s
[hls-test-utils] CompletionParams
1907.94 s
[hls-test-utils] DeclarationParams
1907.94 s
[hls-test-utils] DefinitionParams
1907.94 s
[hls-test-utils] DocumentColorParams
1907.94 s
[hls-test-utils] DocumentDiagnosticParams
1907.94 s
[hls-test-utils] DocumentHighlightParams
1907.94 s
[hls-test-utils] DocumentLinkParams
1907.94 s
[hls-test-utils] DocumentSymbolParams
1907.94 s
[hls-test-utils] FoldingRangeParams
1907.94 s
[hls-test-utils] ImplementationParams
1907.94 s
[hls-test-utils] MonikerParams
1907.94 s
[hls-test-utils] PartialResultParams
1907.94 s
[hls-test-utils] ReferenceParams
1907.94 s
[hls-test-utils] SelectionRangeParams
1907.94 s
[hls-test-utils] SemanticTokensDeltaParams
1907.94 s
[hls-test-utils] SemanticTokensParams
1907.94 s
[hls-test-utils] TypeDefinitionParams
1907.94 s
[hls-test-utils] WorkspaceDiagnosticParams
1907.94 s
[hls-test-utils] WorkspaceSymbolParams
1907.94 s
[hls-test-utils] CallHierarchyPrepareParams
1907.94 s
[hls-test-utils] DocumentFormattingParams
1907.94 s
[hls-test-utils] ExecuteCommandParams
1907.94 s
[hls-test-utils] HoverParams
1907.94 s
[hls-test-utils] InitializeParams
1907.94 s
[hls-test-utils] LinkedEditingRangeParams
1907.94 s
[hls-test-utils] PrepareRenameParams
1907.94 s
[hls-test-utils] RenameParams
1907.94 s
[hls-test-utils] SignatureHelpParams
1907.94 s
[hls-test-utils] TypeHierarchyPrepareParams
1907.94 s
[hls-test-utils] UInitializeParams
1907.94 s
[hls-test-utils] WorkDoneProgressParams
1907.94 s
[hls-test-utils] CompletionItemLabelDetails
1907.94 s
[hls-test-utils] TextDocumentClientCapabilities
1907.94 s
[hls-test-utils] CallHierarchyOptions
1907.94 s
[hls-test-utils] CallHierarchyRegistrationOptions
1907.94 s
[hls-test-utils] CodeActionOptions
1907.94 s
[hls-test-utils] CodeActionRegistrationOptions
1907.94 s
[hls-test-utils] CodeLensOptions
1907.94 s
[hls-test-utils] CodeLensRegistrationOptions
1907.94 s
[hls-test-utils] CompletionOptions
1907.94 s
[hls-test-utils] CompletionRegistrationOptions
1907.94 s
[hls-test-utils] DeclarationOptions
1907.94 s
[hls-test-utils] DeclarationRegistrationOptions
1907.94 s
[hls-test-utils] DefinitionOptions
1907.94 s
[hls-test-utils] DefinitionRegistrationOptions
1907.94 s
[hls-test-utils] DiagnosticOptions
1907.94 s
[hls-test-utils] DiagnosticRegistrationOptions
1907.94 s
[hls-test-utils] DocumentColorOptions
1907.94 s
[hls-test-utils] DocumentColorRegistrationOptions
1907.94 s
[hls-test-utils] DocumentFormattingOptions
1907.94 s
[hls-test-utils] DocumentFormattingRegistrationOptions
1907.94 s
[hls-test-utils] DocumentHighlightOptions
1907.94 s
[hls-test-utils] DocumentHighlightRegistrationOptions
1907.94 s
[hls-test-utils] DocumentLinkOptions
1907.94 s
[hls-test-utils] DocumentLinkRegistrationOptions
1907.94 s
[hls-test-utils] DocumentRangeFormattingOptions
1907.94 s
[hls-test-utils] DocumentRangeFormattingRegistrationOptions
1907.94 s
[hls-test-utils] ExecuteCommandOptions
1907.94 s
[hls-test-utils] ExecuteCommandRegistrationOptions
1907.94 s
[hls-test-utils] FoldingRangeOptions
1907.94 s
[hls-test-utils] FoldingRangeRegistrationOptions
1907.94 s
[hls-test-utils] HoverOptions
1907.94 s
[hls-test-utils] HoverRegistrationOptions
1907.94 s
[hls-test-utils] ImplementationOptions
1907.94 s
[hls-test-utils] ImplementationRegistrationOptions
1907.94 s
[hls-test-utils] InlayHintOptions
1907.94 s
[hls-test-utils] InlayHintRegistrationOptions
1907.94 s
[hls-test-utils] InlineValueOptions
1907.94 s
[hls-test-utils] InlineValueRegistrationOptions
1907.94 s
[hls-test-utils] LinkedEditingRangeOptions
1907.94 s
[hls-test-utils] LinkedEditingRangeRegistrationOptions
1907.94 s
[hls-test-utils] MonikerOptions
1907.94 s
[hls-test-utils] MonikerRegistrationOptions
1907.94 s
[hls-test-utils] ReferenceOptions
1907.94 s
[hls-test-utils] ReferenceRegistrationOptions
1907.94 s
[hls-test-utils] RenameOptions
1907.94 s
[hls-test-utils] RenameRegistrationOptions
1907.94 s
[hls-test-utils] SelectionRangeOptions
1907.94 s
[hls-test-utils] SelectionRangeRegistrationOptions
1907.94 s
[hls-test-utils] SignatureHelpOptions
1907.94 s
[hls-test-utils] SignatureHelpRegistrationOptions
1907.94 s
[hls-test-utils] TypeDefinitionOptions
1907.94 s
[hls-test-utils] TypeDefinitionRegistrationOptions
1907.94 s
[hls-test-utils] TypeHierarchyOptions
1907.94 s
[hls-test-utils] TypeHierarchyRegistrationOptions
1907.94 s
[hls-test-utils] WindowClientCapabilities
1907.94 s
[hls-test-utils] WorkDoneProgressOptions
1907.94 s
[hls-test-utils] WorkspaceSymbolOptions
1907.94 s
[hls-test-utils] WorkspaceSymbolRegistrationOptions
1907.94 s
[hls-test-utils] DocumentOnTypeFormattingParams
1907.94 s
[hls-test-utils] TextDocumentPositionParams
1907.94 s
[hls-test-utils] ClientCapabilities
1907.94 s
[hls-test-utils] DidChangeTextDocumentParams
1907.94 s
[hls-test-utils] DidCloseTextDocumentParams
1907.94 s
[hls-test-utils] DidOpenTextDocumentParams
1907.94 s
[hls-test-utils] DidSaveTextDocumentParams
1907.94 s
[hls-test-utils] TextDocumentEdit
1907.94 s
[hls-test-utils] WillSaveTextDocumentParams
1907.94 s
[hls-test-utils] DocumentOnTypeFormattingRegistrationOptions
1907.94 s
[hls-test-utils] TextDocumentChangeRegistrationOptions
1907.94 s
[hls-test-utils] TextDocumentRegistrationOptions
1907.94 s
[hls-test-utils] TextDocumentSaveRegistrationOptions
1907.94 s
[hls-test-utils] CancelParams
1907.94 s
[hls-test-utils] NotebookDocumentSyncRegistrationOptions
1907.94 s
[hls-test-utils] Registration
1907.94 s
[hls-test-utils] StaticRegistrationOptions
1907.94 s
[hls-test-utils] Unregistration
1907.94 s
[hls-test-utils] ChangeAnnotationIdentifier
1907.94 s
[hls-test-utils] ChangeAnnotationsSupportOptions
1907.94 s
[hls-test-utils] ServerCapabilities
1907.94 s
[hls-test-utils] DidChangeNotebookDocumentParams
1907.94 s
[hls-test-utils] DidCloseNotebookDocumentParams
1907.94 s
[hls-test-utils] DidOpenNotebookDocumentParams
1907.94 s
[hls-test-utils] DidSaveNotebookDocumentParams
1907.94 s
[hls-test-utils] ClientCodeActionKindOptions
1907.94 s
[hls-test-utils] ClientCompletionItemInsertTextModeOptions
1907.94 s
[hls-test-utils] ClientCompletionItemOptionsKind
1907.94 s
[hls-test-utils] ClientDiagnosticsTagOptions
1907.94 s
[hls-test-utils] ClientFoldingRangeKindOptions
1907.94 s
[hls-test-utils] ClientSymbolKindOptions
1907.94 s
[hls-test-utils] ClientSymbolTagOptions
1907.94 s
[hls-test-utils] CompletionItemTagOptions
1907.94 s
[hls-test-utils] ClientCodeActionLiteralOptions
1907.94 s
[hls-test-utils] ClientCodeActionResolveOptions
1907.94 s
[hls-test-utils] ClientCompletionItemResolveOptions
1907.94 s
[hls-test-utils] ClientInlayHintResolveOptions
1907.94 s
[hls-test-utils] ClientSymbolResolveOptions
1907.94 s
[hls-test-utils] ClientSignatureInformationOptions
1907.94 s
[hls-test-utils] ServerCompletionItemOptions
1907.94 s
[hls-test-utils] ClientFoldingRangeOptions
1907.94 s
[hls-test-utils] ClientSemanticTokensRequestFullDelta
1907.94 s
[hls-test-utils] SemanticTokensFullDelta
1907.94 s
[hls-test-utils] ClientShowMessageActionItemOptions
1907.94 s
[hls-test-utils] ClientSignatureParameterInformationOptions
1907.94 s
[hls-test-utils] InlayHintLabelPart
1907.94 s
[hls-test-utils] CodeActionContext
1907.94 s
[hls-test-utils] WorkspaceClientCapabilities
1907.94 s
[hls-test-utils] MessageActionItem
1907.94 s
[hls-test-utils] CompletionContext
1907.94 s
[hls-test-utils] SignatureHelpContext
1907.94 s
[hls-test-utils] CodeActionDisabled
1907.94 s
[hls-test-utils] CodeActionTriggerKind
1907.94 s
[hls-test-utils] CodeDescription
1907.94 s
[hls-test-utils] CodeLensWorkspaceClientCapabilities
1907.94 s
[hls-test-utils] DiagnosticWorkspaceClientCapabilities
1907.94 s
[hls-test-utils] InlayHintWorkspaceClientCapabilities
1907.94 s
[hls-test-utils] InlineValueWorkspaceClientCapabilities
1907.94 s
[hls-test-utils] SemanticTokensWorkspaceClientCapabilities
1907.94 s
[hls-test-utils] CompletionItemKind
1907.94 s
[hls-test-utils] CompletionItemTag
1907.94 s
[hls-test-utils] CompletionList
1907.94 s
[hls-test-utils] CompletionListCapabilities
1907.94 s
[hls-test-utils] ConfigurationParams
1907.94 s
[hls-test-utils] WorkspaceDiagnosticReport
1907.94 s
[hls-test-utils] WorkspaceDiagnosticReportPartialResult
1907.94 s
[hls-test-utils] CompletionTriggerKind
1907.94 s
[hls-test-utils] ConfigurationItem
1907.94 s
[hls-test-utils] DidChangeConfigurationRegistrationOptions
1907.94 s
[hls-test-utils] FileOperationPattern
1907.94 s
[hls-test-utils] CreateFileOptions
1907.94 s
[hls-test-utils] RenameFileOptions
1907.94 s
[hls-test-utils] CreateFilesParams
1907.94 s
[hls-test-utils] DeleteFilesParams
1907.94 s
[hls-test-utils] RenameFilesParams
1907.94 s
[hls-test-utils] Declaration
1907.94 s
[hls-test-utils] DeclarationLink
1907.94 s
[hls-test-utils] Definition
1907.94 s
[hls-test-utils] DefinitionLink
1907.94 s
[hls-test-utils] DeleteFileOptions
1907.94 s
[hls-test-utils] DiagnosticServerCancellationData
1907.95 s
[hls-test-utils] DidChangeConfigurationParams
1907.95 s
[hls-test-utils] TextDocumentSyncOptions
1907.95 s
[hls-test-utils] DidChangeWatchedFilesParams
1907.95 s
[hls-test-utils] NotebookDocumentCellContentChanges
1907.95 s
[hls-test-utils] DidChangeWatchedFilesRegistrationOptions
1907.95 s
[hls-test-utils] DidChangeWorkspaceFoldersParams
1907.95 s
[hls-test-utils] TextDocumentContentChangeWholeDocument
1907.95 s
[hls-test-utils] DocumentDiagnosticReport
1907.95 s
[hls-test-utils] DocumentDiagnosticReportKind
1907.95 s
[hls-test-utils] DocumentDiagnosticReportPartialResult
1907.95 s
[hls-test-utils] DocumentFilter
1907.95 s
[hls-test-utils] DocumentHighlightKind
1907.95 s
[hls-test-utils] DocumentOnTypeFormattingOptions
1907.95 s
[hls-test-utils] DocumentSelector
1907.95 s
[hls-test-utils] EditRangeWithInsertReplace
1907.95 s
[hls-test-utils] ErrorCodes
1907.95 s
[hls-test-utils] ExecutionSummary
1907.95 s
[hls-test-utils] ShowDocumentResult
1907.95 s
[hls-test-utils] FailureHandlingKind
1907.95 s
[hls-test-utils] FileChangeType
1907.95 s
[hls-test-utils] FileOperationOptions
1907.95 s
[hls-test-utils] FileOperationFilter
1907.95 s
[hls-test-utils] NotebookDocumentFilterNotebookType
1907.95 s
[hls-test-utils] NotebookDocumentFilterPattern
1907.95 s
[hls-test-utils] NotebookDocumentFilterScheme
1907.95 s
[hls-test-utils] RelativePattern
1907.95 s
[hls-test-utils] TextDocumentFilterLanguage
1907.95 s
[hls-test-utils] TextDocumentFilterPattern
1907.95 s
[hls-test-utils] TextDocumentFilterScheme
1907.95 s
[hls-test-utils] FileOperationPatternKind
1907.95 s
[hls-test-utils] FileOperationPatternOptions
1907.95 s
[hls-test-utils] FileOperationRegistrationOptions
1907.95 s
[hls-test-utils] FileRename
1907.95 s
[hls-test-utils] FoldingRangeKind
1907.95 s
[hls-test-utils] FormattingOptions
1907.95 s
[hls-test-utils] SemanticTokensDelta
1907.95 s
[hls-test-utils] GeneralClientCapabilities
1907.95 s
[hls-test-utils] GlobPattern
1907.95 s
[hls-test-utils] InitializeError
1907.95 s
[hls-test-utils] InitializeResult
1907.95 s
[hls-test-utils] WorkspaceFoldersInitializeParams
1907.95 s
[hls-test-utils] WorkspaceOptions
1907.95 s
[hls-test-utils] InitializedParams
1907.95 s
[hls-test-utils] InlayHintKind
1907.95 s
[hls-test-utils] MarkedStringWithLanguage
1907.95 s
[hls-test-utils] ProgressParams
1907.95 s
[hls-test-utils] SetTraceParams
1907.95 s
[hls-test-utils] InlineValue
1907.95 s
[hls-test-utils] InlineValueContext
1907.95 s
[hls-test-utils] InsertTextFormat
1907.95 s
[hls-test-utils] InsertTextMode
1907.95 s
[hls-test-utils] LSPErrorCodes
1907.95 s
[hls-test-utils] LanguageKind
1907.95 s
[hls-test-utils] LinkedEditingRanges
1907.95 s
[hls-test-utils] LocationLink
1907.95 s
[hls-test-utils] MarkedString
1907.95 s
[hls-test-utils] NotebookCellLanguage
1907.95 s
[hls-test-utils] NotebookCellTextDocumentFilter
1907.95 s
[hls-test-utils] MarkupKind
1907.95 s
[hls-test-utils] MessageType
1907.95 s
[hls-test-utils] MonikerKind
1907.95 s
[hls-test-utils] NotebookDocumentChangeEvent
1907.95 s
[hls-test-utils] NotebookDocumentFilterWithCells
1907.95 s
[hls-test-utils] NotebookDocumentFilterWithNotebook
1907.95 s
[hls-test-utils] NotebookCellKind
1907.95 s
[hls-test-utils] NotebookDocumentCellChangeStructure
1907.95 s
[hls-test-utils] NotebookDocumentClientCapabilities
1907.95 s
[hls-test-utils] NotebookDocumentFilter
1907.95 s
[hls-test-utils] NotebookDocumentSyncOptions
1907.95 s
[hls-test-utils] PositionEncodingKind
1907.95 s
[hls-test-utils] PrepareRenameDefaultBehavior
1907.95 s
[hls-test-utils] PrepareRenameResult
1907.95 s
[hls-test-utils] PrepareSupportDefaultBehavior
1907.95 s
[hls-test-utils] WorkDoneProgressCancelParams
1907.95 s
[hls-test-utils] WorkDoneProgressCreateParams
1907.95 s
[hls-test-utils] ProgressToken
1907.95 s
[hls-test-utils] ReferenceContext
1907.95 s
[hls-test-utils] RegistrationParams
1907.95 s
[hls-test-utils] RegularExpressionEngineKind
1907.95 s
[hls-test-utils] ResourceOperationKind
1907.95 s
[hls-test-utils] SaveOptions
1907.95 s
[hls-test-utils] SemanticTokenModifiers
1907.95 s
[hls-test-utils] SemanticTokenTypes
1907.95 s
[hls-test-utils] SemanticTokensLegend
1907.95 s
[hls-test-utils] SemanticTokenRelative
1907.95 s
[hls-test-utils] SemanticTokensDeltaPartialResult
1907.95 s
[hls-test-utils] ShowDocumentClientCapabilities
1907.95 s
[hls-test-utils] ShowMessageRequestClientCapabilities
1907.95 s
[hls-test-utils] SignatureHelp
1907.95 s
[hls-test-utils] SignatureHelpTriggerKind
1907.95 s
[hls-test-utils] StaleRequestSupportOptions
1907.95 s
[hls-test-utils] SymbolKind
1907.95 s
[hls-test-utils] SymbolTag
1907.95 s
[hls-test-utils] TextDocumentContentChangeEvent
1907.95 s
[hls-test-utils] TextDocumentFilter
1907.95 s
[hls-test-utils] TextDocumentSaveReason
1907.95 s
[hls-test-utils] TextDocumentSyncKind
1907.95 s
[hls-test-utils] TokenFormat
1907.95 s
[hls-test-utils] TraceValue
1907.95 s
[hls-test-utils] UniquenessLevel
1907.95 s
[hls-test-utils] UnregistrationParams
1907.95 s
[hls-test-utils] WatchKind
1907.95 s
[hls-test-utils] WorkspaceDocumentDiagnosticReport
1907.95 s
[hls-test-utils] WorkspaceEditClientCapabilities
1907.95 s
[hls-test-utils] WorkspaceFoldersChangeEvent
1907.95 s
[hls-test-utils] WorkspaceFoldersServerCapabilities
1907.95 s
[hls-test-utils] codeActionKindSubsumes
1907.95 s
[hls-test-utils] .:!?
1907.95 s
[hls-test-utils] .=?
1907.95 s
[hls-test-utils] _L
1907.95 s
[hls-test-utils] _R
1907.95 s
[hls-test-utils] absorbNull
1907.95 s
[hls-test-utils] maybeToNull
1907.95 s
[hls-test-utils] nullToMaybe
1907.95 s
[hls-test-utils] toEither
1907.95 s
[hls-test-utils] DocumentChange
1907.95 s
[hls-test-utils] _versionedTextDocumentIdentifier
1907.95 s
[hls-test-utils] applyTextEdit
1907.95 s
[hls-test-utils] editTextEdit
1907.95 s
[hls-test-utils] isSubrangeOf
1907.95 s
[hls-test-utils] mkRange
1907.95 s
[hls-test-utils] AsLspEnum
1907.95 s
[hls-test-utils] LspEnum
1907.95 s
[hls-test-utils] EnumBaseType
1907.95 s
[hls-test-utils] LspOpenEnum
1907.95 s
[hls-test-utils] mkMarkdown
1907.95 s
[hls-test-utils] mkMarkdownCodeBlock
1907.95 s
[hls-test-utils] mkPlainText
1907.95 s
[hls-test-utils] plainTextToMarkdown
1907.95 s
[hls-test-utils] sectionSeparator
1907.95 s
[hls-test-utils] _workDoneProgressBegin
1907.95 s
[hls-test-utils] _workDoneProgressEnd
1907.95 s
[hls-test-utils] _workDoneProgressReport
1907.95 s
[hls-test-utils] absolutizeTokens
1907.95 s
[hls-test-utils] computeEdits
1907.95 s
[hls-test-utils] defaultSemanticTokensLegend
1907.95 s
[hls-test-utils] encodeTokens
1907.95 s
[hls-test-utils] makeSemanticTokens
1907.95 s
[hls-test-utils] makeSemanticTokensDelta
1907.95 s
[hls-test-utils] relativizeTokens
1907.95 s
[hls-test-utils] AString
1907.95 s
[hls-test-utils] AnInteger
1907.95 s
[hls-test-utils] emptyNormalizedFilePath
1907.95 s
[hls-test-utils] filePathToUri
1907.95 s
[hls-test-utils] normalizedFilePathToUri
1907.95 s
[hls-test-utils] platformAwareFilePathToUri
1907.95 s
[hls-test-utils] platformAwareUriToFilePath
1907.95 s
[hls-test-utils] uriToFilePath
1907.95 s
[hls-test-utils] uriToNormalizedFilePath
1907.95 s
[hls-test-utils] normalizedFilePathToOsPath
1907.95 s
[hls-test-utils] osPathToNormalizedFilePath
1907.95 s
[hls-test-utils] combineWatchKinds
1907.95 s
[hls-test-utils] containsChange
1907.95 s
[hls-test-utils] containsCreate
1907.95 s
[hls-test-utils] containsDelete
1907.95 s
[hls-test-utils] ResponseError
1907.95 s
[hls-test-utils] TResponseError
1907.95 s
[hls-test-utils] Method
1907.95 s
[hls-test-utils] runEq
1907.95 s
[hls-test-utils] TRegistration
1907.95 s
[hls-test-utils] TUnregistration
1907.95 s
[hls-test-utils] RequestMessage
1907.95 s
[hls-test-utils] ResponseMessage
1907.95 s
[hls-test-utils] TRequestMessage
1907.95 s
[hls-test-utils] TResponseMessage
1907.95 s
[hls-test-utils] NotificationMessage
1907.95 s
[hls-test-utils] TNotificationMessage
1907.95 s
[hls-test-utils] ErrorData
1907.95 s
[hls-test-utils] MessageParams
1907.95 s
[hls-test-utils] MessageResult
1907.95 s
[hls-test-utils] RegistrationOptions
1907.95 s
[hls-test-utils] SMethod
1907.95 s
[hls-test-utils] LspId
1907.95 s
[hls-test-utils] MessageDirection
1907.95 s
[hls-test-utils] MessageKind
1907.95 s
[hls-test-utils] SClientMethod
1907.95 s
[hls-test-utils] SomeMethod
1907.95 s
[hls-test-utils] messageDirection
1907.95 s
[hls-test-utils] methodStringToSomeMethod
1907.95 s
[hls-test-utils] someMethodToMethodString
1907.95 s
[hls-test-utils] SMessageDirection
1907.95 s
[hls-test-utils] SomeClientMethod
1907.95 s
[hls-test-utils] SomeServerMethod
1907.95 s
[hls-test-utils] isOptionalMethod
1907.95 s
[hls-test-utils] someClientMethod
1907.95 s
[hls-test-utils] someServerMethod
1907.95 s
[hls-test-utils] SServerMethod
1907.95 s
[hls-test-utils] SomeLspId
1907.95 s
[hls-test-utils] SMessageKind
1907.95 s
[hls-test-utils] messageKind
1907.95 s
[hls-test-utils] SomeRegistration
1907.95 s
[hls-test-utils] SomeUnregistration
1907.95 s
[hls-test-utils] regHelper
1907.95 s
[hls-test-utils] toSomeRegistration
1907.95 s
[hls-test-utils] toSomeUnregistration
1907.95 s
[hls-test-utils] toUntypedRegistration
1907.95 s
[hls-test-utils] toUntypedUnregistration
1907.95 s
[hls-test-utils] TCustomMessage
1907.95 s
[hls-test-utils] addNullField
1907.95 s
[hls-test-utils] toUntypedResponseError
1907.95 s
[hls-test-utils] TClientMessage
1907.95 s
[hls-test-utils] TMessage
1907.95 s
[hls-test-utils] TServerMessage
1907.95 s
[hls-test-utils] FromServerMessage'
1907.95 s
[hls-test-utils] ClientNotOrReq
1907.95 s
[hls-test-utils] CustomEq
1907.95 s
[hls-test-utils] FromClientMessage'
1907.95 s
[hls-test-utils] FromClientMessage
1907.95 s
[hls-test-utils] FromServerMessage
1907.95 s
[hls-test-utils] HasJSON
1907.95 s
[hls-test-utils] ServerNotOrReq
1907.95 s
[hls-test-utils] LookupFunc
1907.95 s
[hls-test-utils] clientMethodJSON
1907.95 s
[hls-test-utils] clientResponseJSON
1907.95 s
[hls-test-utils] fromClientNot
1907.95 s
[hls-test-utils] fromClientReq
1907.95 s
[hls-test-utils] fromServerNot
1907.95 s
[hls-test-utils] fromServerReq
1907.95 s
[hls-test-utils] mEqClient
1907.95 s
[hls-test-utils] mEqServer
1907.95 s
[hls-test-utils] parseClientMessage
1907.95 s
[hls-test-utils] parseServerMessage
1907.95 s
[hls-test-utils] serverMethodJSON
1907.95 s
[hls-test-utils] serverResponseJSON
1907.95 s
[hls-test-utils] splitClientMethod
1907.95 s
[hls-test-utils] splitServerMethod
1907.95 s
[hls-test-utils] goldenGitDiff (src/Test/Hls.hs:190)
1907.95 s
[hls-test-utils] goldenWithHaskellDoc (src/Test/Hls.hs:203)
1907.95 s
[hls-test-utils] goldenWithHaskellDocInTmpDir (src/Test/Hls.hs:216)
1907.95 s
[hls-test-utils] goldenWithHaskellAndCaps (src/Test/Hls.hs:230)
1907.95 s
[hls-test-utils] goldenWithHaskellAndCapsInTmpDir (src/Test/Hls.hs:279)
1907.95 s
[hls-test-utils] goldenWithCabalDoc (src/Test/Hls.hs:306)
1907.95 s
[hls-test-utils] goldenWithHaskellDocFormatter (src/Test/Hls.hs:594)
1907.95 s
[hls-test-utils] goldenWithHaskellDocFormatterInTmpDir (src/Test/Hls.hs:642)
1907.95 s
[hls-test-utils] goldenWithCabalDocFormatter (src/Test/Hls.hs:618)
1907.95 s
[hls-test-utils] goldenWithCabalDocFormatterInTmpDir (src/Test/Hls.hs:666)
1907.95 s
[hls-test-utils] goldenWithTestConfig (src/Test/Hls.hs:257)
1907.95 s
[hls-test-utils] runSessionWithServer (src/Test/Hls.hs:538)
1907.95 s
[hls-test-utils] runSessionWithServerInTmpDir (src/Test/Hls.hs:505)
1907.95 s
[hls-test-utils] PluginDescriptor
1907.95 s
[hls-test-utils] BrokenBehavior (src/Test/Hls.hs:173)
1907.95 s
[hls-test-utils] ExpectBroken (src/Test/Hls.hs:175)
1907.95 s
[hls-test-utils] unCurrent (src/Test/Hls.hs:180)
1907.95 s
[hls-test-utils] waitForTypecheck (src/Test/Hls.hs:870)
1907.95 s
[hls-test-utils] waitForAction (src/Test/Hls.hs:866)
1907.95 s
[hls-test-utils] hlsConfigToClientConfig (src/Test/Hls.hs:876)
1907.95 s
[hls-test-utils] getLastBuildKeys (src/Test/Hls.hs:873)
1907.95 s
[hls-test-utils] waitForKickDone (src/Test/Hls.hs:901)
1907.95 s
[hls-test-utils] waitForKickStart (src/Test/Hls.hs:904)
1907.95 s
[hls-test-utils] WithPriority
1907.95 s
[hls-test-utils] Priority
1907.95 s
[hls-test-utils] captureKickDiagnostics (src/Test/Hls.hs:890)
1907.95 s
[hls-test-utils] kick (src/Test/Hls.hs:914)
1907.95 s
[hls-test-utils] TestConfig (src/Test/Hls.hs:692)
1909.47 s
[hls-test-utils] Warning: Test.Hls: could not find link destinations for:
1909.47 s
[hls-test-utils] - Data.Vector.Unboxed.Base.Unbox
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasError
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.error
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasJsonrpc
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.jsonrpc
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasParams
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.params
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasResult
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.result
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.HasXdata
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Message.Lens.xdata
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActions
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.actions
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameter
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameter
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameterSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameterSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignature
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignature
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignatureHelp
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignatureHelp
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdded
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.added
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalPropertiesSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalPropertiesSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalTextEdits
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalTextEdits
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllCommitCharacters
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.allCommitCharacters
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllowedTags
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.allowedTags
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAlpha
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.alpha
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAnnotationId
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.annotationId
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplied
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.applied
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplyEdit
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.applyEdit
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArguments
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.arguments
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArray
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.array
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAugmentsSyntaxTokens
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.augmentsSyntaxTokens
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBaseUri
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.baseUri
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBlue
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.blue
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchy
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchy
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchyProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchyProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancel
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancel
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancellable
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancellable
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCapabilities
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.capabilities
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCaseSensitiveLookup
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.caseSensitiveLookup
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCellTextDocuments
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cellTextDocuments
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCells
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cells
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCh
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ch
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChange
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.change
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotationSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotationSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotations
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotations
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeNotifications
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeNotifications
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChanges
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changes
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCharacter
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.character
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChildren
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.children
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasClientInfo
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.clientInfo
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCode
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.code
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeAction
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeAction
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKind
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKind
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKinds
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKinds
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionLiteralSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionLiteralSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescription
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescriptionSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescriptionSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLens
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLens
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLensProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLensProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCollapsedText
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.collapsedText
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColor
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.color
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColorProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.colorProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommand
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.command
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommands
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commands
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharacters
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharacters
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharactersSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharactersSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletion
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completion
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItem
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItem
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItemKind
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItemKind
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionList
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionList
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasConfiguration
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.configuration
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContainerName
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.containerName
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentChanges
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentChanges
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentFormat
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentFormat
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContents
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contents
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContext
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.context
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContextSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contextSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDataSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.dataSupport
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasData_
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.data_
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclaration
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.declaration
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclarationProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.declarationProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefaultBehavior
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.defaultBehavior
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinition
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.definition
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinitionProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.definitionProvider
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeleteCount
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deleteCount
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDelta
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.delta
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaLine
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaLine
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaStartChar
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaStartChar
1909.47 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecated
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecated
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecatedSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecatedSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDescription
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.description
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDetail
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.detail
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostic
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostic
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnosticProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnosticProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostics
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeConfiguration
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeConfiguration
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeWatchedFiles
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeWatchedFiles
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidClose
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didClose
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidCreate
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didCreate
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidDelete
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didDelete
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidOpen
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didOpen
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidRename
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didRename
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidSave
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didSave
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabled
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabled
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabledSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabledSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocument
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.document
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentChanges
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentChanges
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentFormattingProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentFormattingProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlight
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlight
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlightProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlightProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLink
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLink
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLinkProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLinkProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentOnTypeFormattingProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentOnTypeFormattingProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentRangeFormattingProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentRangeFormattingProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSelector
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSelector
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbol
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbol
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbolProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbolProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentation
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentation
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentationFormat
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentationFormat
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDynamicRegistration
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.dynamicRegistration
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdit
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.edit
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEditRange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.editRange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdits
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.edits
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEnd
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.end
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndCharacter
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.endCharacter
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndLine
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.endLine
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEngine
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.engine
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEvent
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.event
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommand
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommand
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommandProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommandProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionOrder
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionOrder
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummary
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummary
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummarySupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummarySupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExperimental
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.experimental
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExpression
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.expression
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExternal
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.external
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailedChange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failedChange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureHandling
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureHandling
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureReason
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureReason
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFileOperations
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.fileOperations
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFiles
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.files
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilterText
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.filterText
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilters
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.filters
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFirstTriggerCharacter
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.firstTriggerCharacter
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeKind
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeKind
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormats
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.formats
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormatting
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.formatting
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrameId
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.frameId
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrom
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.from
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFromRanges
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.fromRanges
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFull
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.full
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGeneral
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.general
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlob
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.glob
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlobPattern
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.globPattern
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGreen
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.green
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGroupsOnLabel
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.groupsOnLabel
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHierarchicalDocumentSymbolSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hierarchicalDocumentSymbolSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHonorsChangeAnnotations
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.honorsChangeAnnotations
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHover
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hover
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHoverProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hoverProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHref
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.href
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasId
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.id
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIdentifier
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.identifier
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreCase
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreCase
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfExists
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfExists
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfNotExists
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfNotExists
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementation
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementation
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementationProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementationProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeDeclaration
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeDeclaration
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeText
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeText
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInitializationOptions
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.initializationOptions
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHint
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHint
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHintProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHintProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValue
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValue
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValueProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValueProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsert
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insert
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertFinalNewline
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertFinalNewline
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertReplaceSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertReplaceSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertSpaces
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertSpaces
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertText
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertText
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextFormat
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextFormat
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextMode
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextMode
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextModeSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextModeSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInterFileDependencies
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.interFileDependencies
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsIncomplete
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isIncomplete
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferred
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferred
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferredSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferredSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsRetrigger
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isRetrigger
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItem
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.item
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItemDefaults
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.itemDefaults
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItems
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.items
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasKind
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.kind
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabel
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.label
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetails
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetails
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetailsSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetailsSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelOffsetSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelOffsetSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguage
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.language
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguageId
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.languageId
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLegend
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.legend
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLength
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.length
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLine
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.line
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLineFoldingOnly
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.lineFoldingOnly
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRangeProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRangeProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocale
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.locale
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocation
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.location
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMarkdown
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.markdown
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMatches
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.matches
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessage
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.message
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessageActionItem
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.messageActionItem
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMetadata
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.metadata
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMethod
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.method
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoniker
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.moniker
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMonikerProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.monikerProvider
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoreTriggerCharacter
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.moreTriggerCharacter
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMultilineTokenSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.multilineTokenSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasName
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.name
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNeedsConfirmation
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.needsConfirmation
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewName
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newName
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewText
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newText
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewUri
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newUri
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNormalizesLineEndings
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.normalizesLineEndings
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebook
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebook
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocument
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocument
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocumentSync
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocumentSync
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookSelector
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookSelector
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookType
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookType
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOldUri
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.oldUri
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnTypeFormatting
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.onTypeFormatting
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnly
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.only
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOpenClose
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.openClose
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOptions
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.options
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.originSelectionRange
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverlappingTokenSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.overlappingTokenSupport
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverwrite
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.overwrite
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingLeft
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingLeft
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingRight
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingRight
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameterInformation
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameterInformation
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameters
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameters
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParent
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parent
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParser
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parser
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPartialResultToken
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.partialResultToken
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPattern
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.pattern
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPercentage
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.percentage
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPlaceholder
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.placeholder
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPosition
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.position
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncoding
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncoding
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncodings
1909.48 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncodings
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositions
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positions
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupportDefaultBehavior
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupportDefaultBehavior
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselect
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselect
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselectSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselectSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultId
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultId
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultIds
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultIds
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProcessId
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.processId
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProperties
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.properties
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPublishDiagnostics
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.publishDiagnostics
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasQuery
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.query
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRange
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.range
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeFormatting
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeFormatting
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLength
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLength
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLimit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLimit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRanges
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ranges
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReason
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.reason
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRecursive
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.recursive
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRed
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.red
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferences
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.references
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferencesProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.referencesProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRefreshSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.refreshSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegisterOptions
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.registerOptions
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegistrations
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.registrations
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegularExpressions
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.regularExpressions
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocumentSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocumentSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocuments
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedInformation
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelativePatternSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relativePatternSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRemoved
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.removed
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRename
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rename
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRenameProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.renameProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReplace
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.replace
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRequests
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.requests
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResourceOperations
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resourceOperations
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResultId
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resultId
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerCharacters
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerCharacters
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerRequest
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerRequest
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetry
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retry
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetryOnContentModified
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retryOnContentModified
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootPath
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootPath
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootUri
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootUri
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSave
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.save
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScheme
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.scheme
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScopeUri
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.scopeUri
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSection
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.section
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelection
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selection
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRange
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRangeProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRangeProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokens
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokens
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokensProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokensProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerCancelSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverCancelSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerInfo
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverInfo
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSettings
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.settings
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSeverity
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.severity
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowDocument
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.showDocument
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowMessage
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.showMessage
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelp
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelp
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelpProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelpProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureInformation
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureInformation
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatures
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatures
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSnippetSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.snippetSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSortText
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.sortText
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSource
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.source
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStaleRequestSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.staleRequestSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStart
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.start
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartChar
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startChar
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartCharacter
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startCharacter
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartLine
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startLine
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.stoppedLocation
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStructure
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.structure
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSuccess
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.success
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.support
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupported
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.supported
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbol
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbol
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbolKind
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbolKind
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSyncKind
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.syncKind
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSynchronization
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.synchronization
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTabSize
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tabSize
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTagSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tagSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTags
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tags
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTakeFocus
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.takeFocus
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTarget
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.target
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetRange
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetRange
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetUri
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetUri
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasText
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.text
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextContent
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textContent
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocument
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocument
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocumentSync
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocumentSync
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEditText
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEditText
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdits
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdits
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTitle
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.title
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTo
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.to
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasToken
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.token
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenModifiers
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenModifiers
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenType
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenType
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenTypes
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenTypes
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltip
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltip
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltipSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltipSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrace
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trace
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacter
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacter
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacters
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacters
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerKind
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerKind
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimFinalNewlines
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimFinalNewlines
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimTrailingWhitespace
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimTrailingWhitespace
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinition
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinition
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinitionProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinitionProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchy
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchy
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchyProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchyProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasType_
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.type_
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnique
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.unique
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnregisterations
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.unregisterations
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUri
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.uri
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValue
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.value
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValueSet
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.valueSet
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVariableName
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.variableName
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVerbose
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.verbose
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersion
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.version
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersionSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.versionSupport
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWatchers
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.watchers
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillCreate
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willCreate
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillDelete
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willDelete
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillRename
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willRename
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSave
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSave
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSaveWaitUntil
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSaveWaitUntil
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWindow
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.window
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWordPattern
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.wordPattern
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneProgress
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneProgress
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneToken
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneToken
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspace
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspace
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceDiagnostics
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceDiagnostics
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceEdit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceEdit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceFolders
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceFolders
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceSymbolProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceSymbolProvider
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Null
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.MVector
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicSet
1909.49 s
[hls-test-utils] - Data.Vector.Unboxed.Base.MV_Int32
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Base.basicLength
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeIndexM
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeFreeze
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicLength
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Base.elemseq
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicInitialize
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeCopy
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
1909.49 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeSlice
1909.49 s
[hls-test-utils] - Data.Vector.Primitive.Vector
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.Rep_AnnotatedTextEdit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier.Rep_ChangeAnnotationIdentifier
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Range.Rep_Range
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Position.Rep_Position
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams.Rep_ApplyWorkspaceEditParams
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.Rep_WorkspaceEdit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextEdit.Rep_TextEdit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_|?
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentEdit.Rep_TextDocumentEdit
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.Rep_OptionalVersionedTextDocumentIdentifier
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFile.Rep_CreateFile
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFileOptions.Rep_CreateFileOptions
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFile.Rep_RenameFile
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFileOptions.Rep_RenameFileOptions
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFile.Rep_DeleteFile
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFileOptions.Rep_DeleteFileOptions
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotation.Rep_ChangeAnnotation
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult.Rep_ApplyWorkspaceEditResult
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Rep_UInt
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.BaseSymbolInformation.Rep_BaseSymbolInformation
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.Rep_SymbolTag
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.D:R:EnumBaseTypeSymbolKind
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolKind.Rep_SymbolKind
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolTag.D:R:EnumBaseTypeSymbolTag
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities.Rep_CallHierarchyClientCapabilities
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.Rep_CallHierarchyIncomingCall
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.Rep_CallHierarchyItem
1909.49 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.Rep_CallHierarchyIncomingCallsParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressToken.Rep_ProgressToken
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedFilePath
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_NormalizedUri
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.Rep_Uri
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.SystemOS
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOptions.Rep_CallHierarchyOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.Rep_CallHierarchyOutgoingCall
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.Rep_CallHierarchyOutgoingCallsParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.Rep_CallHierarchyPrepareParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.Rep_TextDocumentIdentifier
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions.Rep_CallHierarchyRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFilter.Rep_DocumentFilter
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilter.Rep_TextDocumentFilter
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage.Rep_TextDocumentFilterLanguage
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme.Rep_TextDocumentFilterScheme
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern.Rep_TextDocumentFilterPattern
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter.Rep_NotebookCellTextDocumentFilter
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter.Rep_NotebookDocumentFilter
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType.Rep_NotebookDocumentFilterNotebookType
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme.Rep_NotebookDocumentFilterScheme
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern.Rep_NotebookDocumentFilterPattern
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSelector.Rep_DocumentSelector
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CancelParams.Rep_CancelParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions.Rep_ChangeAnnotationsSupportOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.Rep_ClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities.Rep_WorkspaceClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities.Rep_WorkspaceEditClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.Rep_ResourceOperationKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.Rep_FailureHandlingKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities.Rep_DidChangeConfigurationClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities.Rep_DidChangeWatchedFilesClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities.Rep_WorkspaceSymbolClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions.Rep_ClientSymbolKindOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions.Rep_ClientSymbolTagOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions.Rep_ClientSymbolResolveOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities.Rep_ExecuteCommandClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities.Rep_SemanticTokensWorkspaceClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities.Rep_CodeLensWorkspaceClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities.Rep_FileOperationClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities.Rep_InlineValueWorkspaceClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities.Rep_InlayHintWorkspaceClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities.Rep_DiagnosticWorkspaceClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities.Rep_TextDocumentClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities.Rep_TextDocumentSyncClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities.Rep_CompletionClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.Rep_ClientCompletionItemOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.Rep_MarkupKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.Rep_CompletionItemTag
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions.Rep_CompletionItemTagOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions.Rep_ClientCompletionItemResolveOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.Rep_InsertTextMode
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions.Rep_ClientCompletionItemInsertTextModeOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind.Rep_ClientCompletionItemOptionsKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionListCapabilities.Rep_CompletionListCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverClientCapabilities.Rep_HoverClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities.Rep_SignatureHelpClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions.Rep_ClientSignatureInformationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions.Rep_ClientSignatureParameterInformationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities.Rep_DeclarationClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities.Rep_DefinitionClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities.Rep_TypeDefinitionClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities.Rep_ImplementationClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities.Rep_ReferenceClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities.Rep_DocumentHighlightClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities.Rep_DocumentSymbolClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities.Rep_CodeActionClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.Rep_CodeActionKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions.Rep_ClientCodeActionLiteralOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions.Rep_ClientCodeActionKindOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions.Rep_ClientCodeActionResolveOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities.Rep_CodeLensClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities.Rep_DocumentLinkClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities.Rep_DocumentColorClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities.Rep_DocumentFormattingClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities.Rep_DocumentRangeFormattingClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities.Rep_DocumentOnTypeFormattingClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameClientCapabilities.Rep_RenameClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.Rep_PrepareSupportDefaultBehavior
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities.Rep_FoldingRangeClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions.Rep_ClientFoldingRangeKindOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.Rep_FoldingRangeKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions.Rep_ClientFoldingRangeOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities.Rep_SelectionRangeClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities.Rep_PublishDiagnosticsClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.Rep_DiagnosticTag
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions.Rep_ClientDiagnosticsTagOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities.Rep_SemanticTokensClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions.Rep_ClientSemanticTokensRequestOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.Rep_TokenFormat
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta.Rep_ClientSemanticTokensRequestFullDelta
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities.Rep_LinkedEditingRangeClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities.Rep_MonikerClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities.Rep_TypeHierarchyClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities.Rep_InlineValueClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities.Rep_InlayHintClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions.Rep_ClientInlayHintResolveOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities.Rep_DiagnosticClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities.Rep_NotebookDocumentClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities.Rep_NotebookDocumentSyncClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WindowClientCapabilities.Rep_WindowClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities.Rep_ShowMessageRequestClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions.Rep_ClientShowMessageActionItemOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities.Rep_ShowDocumentClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities.Rep_GeneralClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions.Rep_StaleRequestSupportOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities.Rep_RegularExpressionsClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind.Rep_RegularExpressionEngineKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities.Rep_MarkdownClientCapabilities
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.Rep_PositionEncodingKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionKind.D:R:EnumBaseTypeCodeActionKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextMode.D:R:EnumBaseTypeInsertTextMode
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupKind.D:R:EnumBaseTypeMarkupKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.D:R:EnumBaseTypeCompletionItemTag
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.D:R:EnumBaseTypeCompletionItemKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.Rep_CompletionItemKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.D:R:EnumBaseTypeDiagnosticTag
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.D:R:EnumBaseTypeFoldingRangeKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ClientInfo.Rep_ClientInfo
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeAction.Rep_CodeAction
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Diagnostic.Rep_Diagnostic
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeDescription.Rep_CodeDescription
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.Rep_DiagnosticRelatedInformation
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Location.Rep_Location
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionDisabled.Rep_CodeActionDisabled
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Command.Rep_Command
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionContext.Rep_CodeActionContext
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.Rep_CodeActionTriggerKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.D:R:EnumBaseTypeCodeActionTriggerKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionOptions.Rep_CodeActionOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionParams.Rep_CodeActionParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions.Rep_CodeActionRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLens.Rep_CodeLens
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensOptions.Rep_CodeLensOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensParams.Rep_CodeLensParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions.Rep_CodeLensRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Color.Rep_Color
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorInformation.Rep_ColorInformation
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentation.Rep_ColorPresentation
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.Rep_ColorPresentationParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionContext.Rep_CompletionContext
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.Rep_CompletionTriggerKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.D:R:EnumBaseTypeCompletionTriggerKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItem.Rep_CompletionItem
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails.Rep_CompletionItemLabelDetails
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkupContent.Rep_MarkupContent
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.Rep_InsertTextFormat
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.Rep_InsertReplaceEdit
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.D:R:EnumBaseTypeInsertTextFormat
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.Rep_CompletionItemDefaults
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.Rep_EditRangeWithInsertReplace
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionList.Rep_CompletionList
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionOptions.Rep_CompletionOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions.Rep_ServerCompletionItemOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionParams.Rep_CompletionParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions.Rep_CompletionRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.Rep_ConfigurationItem
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ConfigurationParams.Rep_ConfigurationParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.CreateFilesParams.Rep_CreateFilesParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileCreate.Rep_FileCreate
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Declaration.Rep_Declaration
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationLink.Rep_DeclarationLink
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationLink.Rep_LocationLink
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationOptions.Rep_DeclarationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationParams.Rep_DeclarationParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions.Rep_DeclarationRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Definition.Rep_Definition
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionLink.Rep_DefinitionLink
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionOptions.Rep_DefinitionOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionParams.Rep_DefinitionParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions.Rep_DefinitionRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DeleteFilesParams.Rep_DeleteFilesParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileDelete.Rep_FileDelete
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.D:R:EnumBaseTypeDiagnosticSeverity
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticOptions.Rep_DiagnosticOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions.Rep_DiagnosticRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData.Rep_DiagnosticServerCancellationData
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.Rep_DidChangeConfigurationParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions.Rep_DidChangeConfigurationRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams.Rep_DidChangeNotebookDocumentParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.Rep_VersionedNotebookDocumentIdentifier
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent.Rep_NotebookDocumentChangeEvent
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges.Rep_NotebookDocumentCellChanges
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure.Rep_NotebookDocumentCellChangeStructure
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange.Rep_NotebookCellArrayChange
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCell.Rep_NotebookCell
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.Rep_NotebookCellKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecutionSummary.Rep_ExecutionSummary
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.Rep_TextDocumentItem
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges.Rep_NotebookDocumentCellContentChanges
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.Rep_VersionedTextDocumentIdentifier
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.Rep_TextDocumentContentChangeEvent
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.Rep_TextDocumentContentChangePartial
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument.Rep_TextDocumentContentChangeWholeDocument
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams.Rep_DidChangeTextDocumentParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.Rep_DidChangeWatchedFilesParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileEvent.Rep_FileEvent
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.Rep_FileChangeType
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions.Rep_DidChangeWatchedFilesRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileSystemWatcher.Rep_FileSystemWatcher
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.GlobPattern.Rep_GlobPattern
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Pattern.Rep_Pattern
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelativePattern.Rep_RelativePattern
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.Rep_WorkspaceFolder
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.Rep_WatchKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.Rep_DidChangeWorkspaceFoldersParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent.Rep_WorkspaceFoldersChangeEvent
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams.Rep_DidCloseNotebookDocumentParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.Rep_NotebookDocumentIdentifier
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams.Rep_DidCloseTextDocumentParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams.Rep_DidOpenNotebookDocumentParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocument.Rep_NotebookDocument
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams.Rep_DidOpenTextDocumentParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams.Rep_DidSaveNotebookDocumentParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams.Rep_DidSaveTextDocumentParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorOptions.Rep_DocumentColorOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorParams.Rep_DocumentColorParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions.Rep_DocumentColorRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams.Rep_DocumentDiagnosticParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport.Rep_DocumentDiagnosticReport
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.Rep_RelatedFullDocumentDiagnosticReport
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.Rep_FullDocumentDiagnosticReport
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.Rep_UnchangedDocumentDiagnosticReport
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.Rep_RelatedUnchangedDocumentDiagnosticReport
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.D:R:EnumBaseTypeDocumentDiagnosticReportKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.Rep_DocumentDiagnosticReportKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.Rep_DocumentDiagnosticReportPartialResult
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions.Rep_DocumentFormattingOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingParams.Rep_DocumentFormattingParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FormattingOptions.Rep_FormattingOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions.Rep_DocumentFormattingRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.Rep_DocumentHighlight
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.Rep_DocumentHighlightKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.D:R:EnumBaseTypeDocumentHighlightKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions.Rep_DocumentHighlightOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.Rep_DocumentHighlightParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions.Rep_DocumentHighlightRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLink.Rep_DocumentLink
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkOptions.Rep_DocumentLinkOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkParams.Rep_DocumentLinkParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions.Rep_DocumentLinkRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions.Rep_DocumentOnTypeFormattingOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.Rep_DocumentOnTypeFormattingParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions.Rep_DocumentOnTypeFormattingRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions.Rep_DocumentRangeFormattingOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.Rep_DocumentRangeFormattingParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions.Rep_DocumentRangeFormattingRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.Rep_DocumentSymbol
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions.Rep_DocumentSymbolOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolParams.Rep_DocumentSymbolParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions.Rep_DocumentSymbolRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.D:R:EnumBaseTypeErrorCodes
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ErrorCodes.Rep_ErrorCodes
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions.Rep_ExecuteCommandOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.Rep_ExecuteCommandParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions.Rep_ExecuteCommandRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.D:R:EnumBaseTypeFailureHandlingKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileChangeType.D:R:EnumBaseTypeFileChangeType
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationFilter.Rep_FileOperationFilter
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPattern.Rep_FileOperationPattern
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.Rep_FileOperationPatternKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions.Rep_FileOperationPatternOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationOptions.Rep_FileOperationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions.Rep_FileOperationRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.D:R:EnumBaseTypeFileOperationPatternKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FileRename.Rep_FileRename
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WatchKind.D:R:EnumBaseTypeWatchKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRange.Rep_FoldingRange
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeOptions.Rep_FoldingRangeOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeParams.Rep_FoldingRangeParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions.Rep_FoldingRangeRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.D:R:EnumBaseTypePositionEncodingKind
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Hover.Rep_Hover
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedString.Rep_MarkedString
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage.Rep_MarkedStringWithLanguage
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverOptions.Rep_HoverOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverParams.Rep_HoverParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions.Rep_HoverRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationOptions.Rep_ImplementationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationParams.Rep_ImplementationParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions.Rep_ImplementationRegistrationOptions
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeError.Rep_InitializeError
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeParams.Rep_InitializeParams
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.Rep_TraceValue
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TraceValue.D:R:EnumBaseTypeTraceValue
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializeResult.Rep_InitializeResult
1909.50 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerCapabilities.Rep_ServerCapabilities
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.Rep_TextDocumentSyncOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.Rep_TextDocumentSyncKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SaveOptions.Rep_SaveOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions.Rep_NotebookDocumentSyncOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook.Rep_NotebookDocumentFilterWithNotebook
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellLanguage.Rep_NotebookCellLanguage
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells.Rep_NotebookDocumentFilterWithCells
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions.Rep_NotebookDocumentSyncRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpOptions.Rep_SignatureHelpOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions.Rep_TypeDefinitionOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions.Rep_TypeDefinitionRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceOptions.Rep_ReferenceOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions.Rep_WorkspaceSymbolOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameOptions.Rep_RenameOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeOptions.Rep_SelectionRangeOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions.Rep_SelectionRangeRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions.Rep_LinkedEditingRangeOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions.Rep_LinkedEditingRangeRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensOptions.Rep_SemanticTokensOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensLegend.Rep_SemanticTokensLegend
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta.Rep_SemanticTokensFullDelta
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions.Rep_SemanticTokensRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerOptions.Rep_MonikerOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions.Rep_MonikerRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions.Rep_TypeHierarchyOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions.Rep_TypeHierarchyRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueOptions.Rep_InlineValueOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions.Rep_InlineValueRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintOptions.Rep_InlayHintOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions.Rep_InlayHintRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceOptions.Rep_WorkspaceOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities.Rep_WorkspaceFoldersServerCapabilities
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ServerInfo.Rep_ServerInfo
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InitializedParams.Rep_InitializedParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHint.Rep_InlayHint
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.Rep_InlayHintLabelPart
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.Rep_InlayHintKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintKind.D:R:EnumBaseTypeInlayHintKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlayHintParams.Rep_InlayHintParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValue.Rep_InlineValue
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueText.Rep_InlineValueText
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.Rep_InlineValueVariableLookup
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.Rep_InlineValueEvaluatableExpression
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueContext.Rep_InlineValueContext
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.InlineValueParams.Rep_InlineValueParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.D:R:EnumBaseTypeLSPErrorCodes
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.Rep_LSPErrorCodes
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.D:R:EnumBaseTypeLanguageKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LanguageKind.Rep_LanguageKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.Rep_LinkedEditingRangeParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.Rep_LinkedEditingRanges
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.Rep_LocationUriOnly
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogMessageParams.Rep_LogMessageParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.Rep_MessageType
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageType.D:R:EnumBaseTypeMessageType
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.LogTraceParams.Rep_LogTraceParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MessageActionItem.Rep_MessageActionItem
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Moniker.Rep_Moniker
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.Rep_UniquenessLevel
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.Rep_MonikerKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.D:R:EnumBaseTypeUniquenessLevel
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerKind.D:R:EnumBaseTypeMonikerKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.MonikerParams.Rep_MonikerParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.D:R:EnumBaseTypeNotebookCellKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ParameterInformation.Rep_ParameterInformation
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PartialResultParams.Rep_PartialResultParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior.Rep_PrepareRenameDefaultBehavior
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.Rep_PrepareRenameParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.Rep_PrepareRenamePlaceholder
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareRenameResult.Rep_PrepareRenameResult
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.D:R:EnumBaseTypePrepareSupportDefaultBehavior
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PreviousResultId.Rep_PreviousResultId
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ProgressParams.Rep_ProgressParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.Rep_PublishDiagnosticsParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceContext.Rep_ReferenceContext
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceParams.Rep_ReferenceParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions.Rep_ReferenceRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Registration.Rep_Registration
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RegistrationParams.Rep_RegistrationParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameFilesParams.Rep_RenameFilesParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameParams.Rep_RenameParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions.Rep_RenameRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperation.Rep_ResourceOperation
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.D:R:EnumBaseTypeResourceOperationKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRange.Rep_SelectionRange
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.Rep_SelectionRangeParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.D:R:EnumBaseTypeSemanticTokenModifiers
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.Rep_SemanticTokenModifiers
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.D:R:EnumBaseTypeSemanticTokenTypes
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.Rep_SemanticTokenTypes
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokens.Rep_SemanticTokens
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TokenFormat.D:R:EnumBaseTypeTokenFormat
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDelta.Rep_SemanticTokensDelta
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensEdit.Rep_SemanticTokensEdit
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams.Rep_SemanticTokensDeltaParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult.Rep_SemanticTokensDeltaPartialResult
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensParams.Rep_SemanticTokensParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult.Rep_SemanticTokensPartialResult
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.Rep_SemanticTokensRangeParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.D:R:EnumBaseTypeTextDocumentSyncKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SetTraceParams.Rep_SetTraceParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.Rep_ShowDocumentParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowDocumentResult.Rep_ShowDocumentResult
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageParams.Rep_ShowMessageParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams.Rep_ShowMessageRequestParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelp.Rep_SignatureHelp
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureInformation.Rep_SignatureInformation
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpContext.Rep_SignatureHelpContext
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.Rep_SignatureHelpTriggerKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.D:R:EnumBaseTypeSignatureHelpTriggerKind
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.Rep_SignatureHelpParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions.Rep_SignatureHelpRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions.Rep_StaticRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.SymbolInformation.Rep_SymbolInformation
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions.Rep_TextDocumentChangeRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.Rep_TextDocumentPositionParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions.Rep_TextDocumentRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.D:R:EnumBaseTypeTextDocumentSaveReason
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.Rep_TextDocumentSaveReason
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions.Rep_TextDocumentSaveRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.Rep_TypeDefinitionParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.Rep_TypeHierarchyItem
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.Rep_TypeHierarchyPrepareParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams.Rep_TypeHierarchySubtypesParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams.Rep_TypeHierarchySupertypesParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UInitializeParams.Rep_UInitializeParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.Unregistration.Rep_Unregistration
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.UnregistrationParams.Rep_UnregistrationParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams.Rep_WillSaveTextDocumentParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin.Rep_WorkDoneProgressBegin
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams.Rep_WorkDoneProgressCancelParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams.Rep_WorkDoneProgressCreateParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd.Rep_WorkDoneProgressEnd
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions.Rep_WorkDoneProgressOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams.Rep_WorkDoneProgressParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport.Rep_WorkDoneProgressReport
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams.Rep_WorkspaceDiagnosticParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport.Rep_WorkspaceDiagnosticReport
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport.Rep_WorkspaceDocumentDiagnosticReport
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.Rep_WorkspaceFullDocumentDiagnosticReport
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.Rep_WorkspaceUnchangedDocumentDiagnosticReport
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult.Rep_WorkspaceDiagnosticReportPartialResult
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams.Rep_WorkspaceFoldersInitializeParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.Rep_WorkspaceSymbol
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.Rep_WorkspaceSymbolParams
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions.Rep_WorkspaceSymbolRegistrationOptions
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.LspId.Rep_LspId
1909.51 s
[hls-test-utils] - Data.IxMap.IxOrd
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.LspId.D:R:BaseMethodLspId
1909.51 s
[hls-test-utils] - Data.IxMap.Base
1909.51 s
[hls-test-utils] - Data.IxMap.toBase
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TRegistration
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Registration.Rep_TUnregistration
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_NotificationMessage
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_RequestMessage
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseError
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_ResponseMessage
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TNotificationMessage
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TRequestMessage
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseError
1909.51 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.Rep_TResponseMessage
1909.51 s
[hls-test-utils] - Data.Vector.Primitive.Mutable.MVector
1909.51 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeThaw
1909.51 s
[hls-test-utils] - Data.Vector.Unboxed.Base.V_Int32
1909.51 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicClear
1909.51 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicOverlaps
1909.51 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
1909.51 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
1909.51 s
[hls-test-utils] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
1909.51 s
[hls-test-utils] - Data.Vector.Unboxed.Base.D:R:VectorInt320
1909.51 s
[hls-test-utils] - Language.LSP.VFS.HasCharacter
1909.51 s
[hls-test-utils] - Language.LSP.VFS.HasLine
1909.51 s
[hls-test-utils] - Language.LSP.VFS.HasLsp_version
1909.51 s
[hls-test-utils] - Language.LSP.VFS.HasVfsMap
1925.38 s
[hls-test-utils] Documentation created: dist/doc/html/hls-test-utils/,
1925.39 s
[hls-test-utils] dist/doc/html/hls-test-utils/hls-test-utils.txt
1925.44 s
[hls-test-utils] Phase: installPhase
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
1925.95 s
[hls-test-utils] Phase: fixupPhase
1925.97 s
[hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0
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
1926.06 s
[hls-test-utils] checking for references to /build/ in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0...
1926.08 s
[hls-test-utils] patching script interpreter paths in /nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0
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
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
1926.16 s
[hls-test-utils] checking for references to /build/ in /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc...
1926.19 s
[hls-test-utils] patching script interpreter paths in /nix/store/ndj3pc2fjfinxfy7kf1fg6d7nz32w228-hls-test-utils-2.12.0.0-doc
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
1926.93 s
[post-build-hook] Nothing to push - all store paths are already on Cachix.
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
1926.99 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1927.08 s
[post-build-hook] copying 1 paths...
1927.08 s
[post-build-hook] copying path '/nix/store/dv8rpa5jhckgs5rhx5zs7ys8m2shfdzk-hls-test-utils-2.12.0.0' to 'https://cache.nix-ci.com'...
1928.54 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1928.64 s
[post-build-hook] copying 0 paths...
1928.66 s
Progress: 154 of 157 built, 587 of 587 downloaded from cache
1928.75 s
Building haskell-language-server
1929.54 s
[haskell-language-server] Phase: setupCompilerEnvironmentPhase
1929.54 s
[haskell-language-server] Build with /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2.
1930.20 s
[haskell-language-server] Phase: unpackPhase
1930.21 s
[haskell-language-server] unpacking source archive /nix/store/kqr4dg4wyp0h2dbm7y21zlbp3chihj6k-haskell-language-server-2.12.0.0.tar.gz
1930.25 s
[haskell-language-server] source root is haskell-language-server-2.12.0.0
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"
1930.28 s
[haskell-language-server] Phase: patchPhase
1930.29 s
[haskell-language-server] Phase: compileBuildDriverPhase
1930.29 s
[haskell-language-server] setupCompileFlags: -package-db=/build/tmp.okw9hF7Ejg/setup-package.conf.d -threaded
1930.34 s
[haskell-language-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.okw9hF7Ejg/Main.o )
1930.38 s
[haskell-language-server] [2 of 2] Linking Setup
1931.52 s
[haskell-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
1931.54 s
[haskell-language-server] Phase: configurePhase
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
1931.58 s
[haskell-language-server] Using Parsec parser
1931.58 s
[haskell-language-server] Configuring haskell-language-server-2.12.0.0...
1932.13 s
[haskell-language-server] Flags chosen: alternatenumberformat=True, cabal=True, cabalfmt=True,
1932.13 s
[haskell-language-server] cabalgild=True, callhierarchy=True, changetypesignature=True, class=True,
1932.13 s
[haskell-language-server] coderange=True, dynamic=True, eval=True, explicitfields=True,
1932.13 s
[haskell-language-server] explicitfixity=True, floskell=True, fourmolu=True, gadt=True, ghc-lib=True,
1932.13 s
[haskell-language-server] ghcide-bench=True, hlint=False, ignore-plugins-ghc-bounds=False,
1932.13 s
[haskell-language-server] importlens=True, isolatecabalfmttests=False, isolatecabalgildtests=False,
1932.13 s
[haskell-language-server] modulename=True, notes=True, ormolu=True, overloadedrecorddot=True,
1932.13 s
[haskell-language-server] pedantic=False, pragmas=True, qualifyimportednames=True, refactor=True,
1932.13 s
[haskell-language-server] rename=True, retrie=True, semantictokens=True, signaturehelp=True,
1932.13 s
[haskell-language-server] splice=True, stan=True, stylishhaskell=True, test-exe=True
1932.53 s
[haskell-language-server] Dependency aeson-pretty: using aeson-pretty-0.8.10
1932.53 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.53 s
[haskell-language-server] Dependency data-default: using data-default-0.8.0.1
1932.53 s
[haskell-language-server] Dependency directory: using directory-1.3.8.5
1932.53 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.53 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.53 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.53 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.53 s
[haskell-language-server] Dependency githash >=0.1.6.1: using githash-0.1.7.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.53 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.53 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.53 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.53 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.53 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.53 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.53 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.53 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.53 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.53 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.53 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.54 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.54 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.54 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.54 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.54 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.54 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.54 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.54 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.54 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.54 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.54 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.54 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.54 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.54 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.54 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.54 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.54 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.54 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.54 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.54 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.54 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.54 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.54 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.54 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.54 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.54 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.54 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.54 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.54 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.54 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.54 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.54 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.54 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.54 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.54 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.54 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.54 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.54 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.54 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.54 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.54 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.54 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.54 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.54 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.54 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.54 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.54 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.54 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.54 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.54 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.54 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.54 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.54 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.54 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.54 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.54 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.54 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.54 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.54 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.54 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.54 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.54 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.54 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.54 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.54 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1932.54 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1932.54 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1932.54 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1932.54 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1932.54 s
[haskell-language-server] hls-fourmolu-plugin, hls-gadt-plugin, hls-module-name-plugin,
1932.54 s
[haskell-language-server] hls-notes-plugin, hls-ormolu-plugin, hls-overloaded-record-dot-plugin,
1932.54 s
[haskell-language-server] hls-pragmas-plugin, hls-qualify-imported-names-plugin, hls-refactor-plugin,
1932.54 s
[haskell-language-server] hls-rename-plugin, hls-semantic-tokens-plugin, hls-signature-help-plugin,
1932.54 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1932.54 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hie-bios: using hie-bios-0.17.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1932.54 s
[haskell-language-server] Dependency optparse-simple: using optparse-simple-0.1.1.4
1932.54 s
[haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
1932.54 s
[haskell-language-server] Dependency process: using process-1.6.25.0
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency directory: using directory-1.3.8.5
1932.54 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.54 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.54 s
[haskell-language-server] Dependency process-extras: using process-extras-0.7.4
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency directory: using directory-1.3.8.5
1932.54 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.54 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.54 s
[haskell-language-server] Dependency process-extras: using process-extras-0.7.4
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency Cabal: using Cabal-3.14.2.0
1932.54 s
[haskell-language-server] Dependency Cabal-syntax >=3.7: using Cabal-syntax-3.14.2.0
1932.54 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
1932.54 s
[haskell-language-server] Dependency cabal-add >=0.2 && <0.3: using cabal-add-0.2
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.54 s
[haskell-language-server] Dependency directory: using directory-1.3.8.5
1932.54 s
[haskell-language-server] Dependency extra >=1.7.4: using extra-1.8.1
1932.54 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hashable: using hashable-1.5.0.0
1932.54 s
[haskell-language-server] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1932.54 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.54 s
[haskell-language-server] Dependency pretty: using pretty-1.1.3.6
1932.54 s
[haskell-language-server] Dependency regex-tdfa >=1.3.1 && <1.4: using regex-tdfa-1.3.2.5
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency text-rope: using text-rope-0.3
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency unordered-containers >=0.2.10.0: using
1932.54 s
[haskell-language-server] unordered-containers-0.2.20.1
1932.54 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.54 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.54 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.54 s
[haskell-language-server] Dependency ghc-exactprint >=1.5 && <1.13.0.0: using ghc-exactprint-1.10.0.0
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.54 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hiedb >=0.7.0.0 && <0.8: using hiedb-0.7.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency Diff >=0.5 && <0.6 || >=1.0.0 && <1.1: using Diff-1.0.2
1932.54 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.54 s
[haskell-language-server] Dependency dlist: using dlist-1.0
1932.54 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.54 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.54 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.54 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.54 s
[haskell-language-server] Dependency megaparsec >=9.0: using megaparsec-9.7.0
1932.54 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.54 s
[haskell-language-server] Dependency parser-combinators >=1.2: using parser-combinators-1.3.0
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency text-rope: using text-rope-0.3
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency unliftio: using unliftio-0.2.25.1
1932.54 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
1932.54 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.54 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hashable: using hashable-1.5.0.0
1932.54 s
[haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
1932.54 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hiedb >=0.7.0.0 && <0.8: using hiedb-0.7.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.54 s
[haskell-language-server] Dependency mod: using mod-0.2.1.0
1932.54 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.54 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.54 s
[haskell-language-server] Dependency directory: using directory-1.3.8.5
1932.54 s
[haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hashable: using hashable-1.5.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.54 s
[haskell-language-server] Dependency stan >=0.2.1.0: using stan-0.2.1.0
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency trial: using trial-0.0.0.0
1932.54 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency text-rope: using text-rope-0.3
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.54 s
[haskell-language-server] Dependency fuzzy: using fuzzy-0.1.1.0
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lens-aeson: using lens-aeson-1.2.3
1932.54 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.54 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.54 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
1932.54 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency dlist: using dlist-1.0
1932.54 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency text-rope: using text-rope-0.3
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.54 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.54 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hashable: using hashable-1.5.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.54 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.54 s
[haskell-language-server] Dependency semigroupoids: using semigroupoids-6.0.1
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency vector: using vector-0.13.2.0
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.54 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.54 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.54 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.54 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.54 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.54 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.54 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
1932.54 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1932.54 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.54 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.54 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.54 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.55 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.55 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.55 s
[haskell-language-server] Dependency ghc-exactprint: using ghc-exactprint-1.10.0.0
1932.55 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
1932.55 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.55 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.55 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.55 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.55 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hashable: using hashable-1.5.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.55 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.55 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.55 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.55 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.55 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.55 s
[haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.55 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.55 s
[haskell-language-server] Dependency fourmolu >=0.14 && <0.20: using fourmolu-0.19.0.1
1932.55 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
1932.55 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.55 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.55 s
[haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.55 s
[haskell-language-server] Dependency yaml: using yaml-0.11.11.2
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.55 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.55 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
1932.55 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.55 s
[haskell-language-server] Dependency ormolu >=0.5.3 && <0.9: using ormolu-0.8.0.2
1932.55 s
[haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency directory: using directory-1.3.8.5
1932.55 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.55 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.10.2
1932.55 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.55 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.55 s
[haskell-language-server] Dependency stylish-haskell >=0.12 && <0.16: using stylish-haskell-0.15.1.0
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
1932.55 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.55 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.55 s
[haskell-language-server] Dependency dlist: using dlist-1.0
1932.55 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.55 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.55 s
[haskell-language-server] Dependency ghc-boot: using ghc-boot-9.10.2
1932.55 s
[haskell-language-server] Dependency ghc-exactprint <1 || >=1.4: using ghc-exactprint-1.10.0.0
1932.55 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.55 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1932.55 s
[haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
1932.55 s
[haskell-language-server] Dependency regex-applicative: using regex-applicative-0.3.4
1932.55 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
1932.55 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency text-rope: using text-rope-0.3
1932.55 s
[haskell-language-server] Dependency time: using time-1.12.2
1932.55 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.55 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
1932.55 s
[haskell-language-server] Dependency array: using array-0.5.8.0
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
1932.55 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.55 s
[haskell-language-server] Dependency data-default: using data-default-0.8.0.1
1932.55 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.55 s
[haskell-language-server] Dependency dlist: using dlist-1.0
1932.55 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.55 s
[haskell-language-server] Dependency ghc: using ghc-9.10.2
1932.55 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.55 s
[haskell-language-server] Dependency lsp >=2.6: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
1932.55 s
[haskell-language-server] Dependency stm: using stm-2.5.3.1
1932.55 s
[haskell-language-server] Dependency stm-containers: using stm-containers-1.2.1.1
1932.55 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1932.55 s
[haskell-language-server] Dependency template-haskell: using template-haskell-2.22.0.0
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency text-rope: using text-rope-0.3
1932.55 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.55 s
[haskell-language-server] Dependency array: using array-0.5.8.0
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency ghcide ==2.12.0.0: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-graph ==2.12.0.0: using hls-graph-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api ==2.12.0.0: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.55 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
1932.55 s
[haskell-language-server] Dependency regex-tdfa >=1.3.1: using regex-tdfa-1.3.2.5
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency text-rope: using text-rope-0.3
1932.55 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20.1
1932.55 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.55 s
[haskell-language-server] Dependency async: using async-2.2.5
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency binary: using binary-0.8.9.3
1932.55 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
1932.55 s
[haskell-language-server] Dependency deepseq: using deepseq-1.5.0.0
1932.55 s
[haskell-language-server] Dependency directory: using directory-1.3.8.5
1932.55 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.55 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.55 s
[haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hashable: using hashable-1.5.0.0
1932.55 s
[haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.55 s
[haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
1932.55 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.55 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1932.55 s
[haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
1932.55 s
[haskell-language-server] Dependency process: using process-1.6.25.0
1932.55 s
[haskell-language-server] Dependency row-types: using row-types-1.0.1.2
1932.55 s
[haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1932.55 s
[haskell-language-server] Dependency shake: using shake-0.19.8
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.55 s
[haskell-language-server] Dependency data-default: using data-default-0.8.0.1
1932.55 s
[haskell-language-server] Dependency directory: using directory-1.3.8.5
1932.55 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.55 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.55 s
[haskell-language-server] Dependency ghcide: using ghcide-2.12.0.0
1932.55 s
[haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hie-bios: using hie-bios-0.17.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1932.55 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.1
1932.55 s
[haskell-language-server] Dependency unix: using unix-2.8.6.0
1932.55 s
[haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
1932.55 s
[haskell-language-server] Dependency base >=4 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1932.55 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.20.1.0
1932.55 s
[haskell-language-server] Dependency bytestring: using bytestring-0.12.2.0
1932.55 s
[haskell-language-server] Dependency containers: using containers-0.7
1932.55 s
[haskell-language-server] Dependency data-default: using data-default-0.8.0.1
1932.55 s
[haskell-language-server] Dependency extra: using extra-1.8.1
1932.55 s
[haskell-language-server] Dependency filepath: using filepath-1.5.4.0
1932.55 s
[haskell-language-server] Dependency haskell-language-server:ghcide-bench-lib: using
1932.55 s
[haskell-language-server] haskell-language-server-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.12.0.0
1932.55 s
[haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.12.0.0
1932.55 s
[haskell-language-server] Dependency lens: using lens-5.3.5
1932.55 s
[haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
1932.55 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1932.55 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1932.55 s
[haskell-language-server] Dependency process: using process-1.6.25.0
1932.55 s
[haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1932.55 s
[haskell-language-server] Dependency shake: using shake-0.19.8
1932.55 s
[haskell-language-server] Dependency tasty-hunit >=0.10: using tasty-hunit-0.10.2
1932.55 s
[haskell-language-server] Dependency text: using text-2.1.2
1932.55 s
[haskell-language-server] Source component graph:
1932.55 s
[haskell-language-server] component exe:ghcide-test-preprocessor
1932.55 s
[haskell-language-server] component lib:hls-stylish-haskell-plugin
1932.55 s
[haskell-language-server] component lib:hls-stan-plugin
1932.55 s
[haskell-language-server] component lib:hls-signature-help-plugin
1932.55 s
[haskell-language-server] component lib:hls-semantic-tokens-plugin
1932.55 s
[haskell-language-server] component lib:hls-refactor-plugin
1932.55 s
[haskell-language-server] component lib:hls-rename-plugin dependency lib:hls-refactor-plugin
1932.55 s
[haskell-language-server] component lib:hls-qualify-imported-names-plugin
1932.55 s
[haskell-language-server] component lib:hls-pragmas-plugin
1932.55 s
[haskell-language-server] component lib:hls-overloaded-record-dot-plugin
1932.55 s
[haskell-language-server] component lib:hls-ormolu-plugin
1932.55 s
[haskell-language-server] component lib:hls-notes-plugin
1932.55 s
[haskell-language-server] component lib:hls-module-name-plugin
1932.55 s
[haskell-language-server] component lib:hls-gadt-plugin dependency lib:hls-refactor-plugin
1932.55 s
[haskell-language-server] component lib:hls-fourmolu-plugin
1932.55 s
[haskell-language-server] component lib:hls-explicit-record-fields-plugin
1932.55 s
[haskell-language-server] component lib:hls-explicit-imports-plugin
1932.55 s
[haskell-language-server] component lib:hls-explicit-fixity-plugin
1932.55 s
[haskell-language-server] component lib:hls-eval-plugin
1932.55 s
[haskell-language-server] component lib:hls-code-range-plugin
1932.55 s
[haskell-language-server] component lib:hls-class-plugin
1932.55 s
[haskell-language-server] component lib:hls-change-type-signature-plugin
1932.55 s
[haskell-language-server] component lib:hls-call-hierarchy-plugin
1932.55 s
[haskell-language-server] component lib:hls-cabal-plugin
1932.55 s
[haskell-language-server] component lib:hls-cabal-gild-plugin
1932.55 s
[haskell-language-server] component lib:hls-cabal-fmt-plugin
1932.55 s
[haskell-language-server] component lib:hls-alternate-number-format-plugin
1932.55 s
[haskell-language-server] component lib:ghcide-bench-lib
1932.55 s
[haskell-language-server] component exe:ghcide-bench dependency lib:ghcide-bench-lib
1932.55 s
[haskell-language-server] component lib
1932.55 s
[haskell-language-server] dependency lib:hls-alternate-number-format-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-cabal-fmt-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-cabal-gild-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-cabal-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-call-hierarchy-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-change-type-signature-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-class-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-code-range-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-eval-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-explicit-fixity-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-explicit-imports-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-explicit-record-fields-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-fourmolu-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-gadt-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-module-name-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-notes-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-ormolu-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-overloaded-record-dot-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-pragmas-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-qualify-imported-names-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-refactor-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-rename-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-semantic-tokens-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-signature-help-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-stan-plugin
1932.55 s
[haskell-language-server] dependency lib:hls-stylish-haskell-plugin
1932.55 s
[haskell-language-server] component exe:haskell-language-server dependency lib
1932.55 s
[haskell-language-server] component exe:haskell-language-server-wrapper dependency lib
1932.55 s
[haskell-language-server] Configured component graph:
1932.55 s
[haskell-language-server] component haskell-language-server-2.12.0.0-2cpIEfvFgBAEOPaQfQW18Q-ghcide-test-preprocessor
1932.55 s
[haskell-language-server] include base-4.20.1.0-f445
1932.55 s
[haskell-language-server] component haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
1932.55 s
[haskell-language-server] include base-4.20.1.0-f445
1932.55 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.55 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.56 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.56 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.56 s
[haskell-language-server] include stan-0.2.1.0-GLOZkCf10J7JsaGwzsIkoc
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include trial-0.0.0.0-KPkISSwOXJcEkgws7pQu7C
1932.56 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
1932.56 s
[haskell-language-server] include array-0.5.8.0-cc9a
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.56 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.56 s
[haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.56 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include stm-2.5.3.1-662c
1932.56 s
[haskell-language-server] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
1932.56 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.56 s
[haskell-language-server] include template-haskell-2.22.0.0-58bf
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.56 s
[haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.56 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghc-boot-9.10.2-578d
1932.56 s
[haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1932.56 s
[haskell-language-server] include regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW
1932.56 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.56 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.56 s
[haskell-language-server] include time-1.12.2-9680
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.56 s
[haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.56 s
[haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.56 s
[haskell-language-server] include mod-0.2.1.0-JnWJUf7NwpRDakqw7Fsj0L
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
1932.56 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.56 s
[haskell-language-server] include fuzzy-0.1.1.0-5qQQWFcQnXt7PSAolRhTRP
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
1932.56 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.56 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.56 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
1932.56 s
[haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
1932.56 s
[haskell-language-server] include array-0.5.8.0-cc9a
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.56 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
1932.56 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
1932.56 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.56 s
[haskell-language-server] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1932.56 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
1932.56 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
1932.56 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.56 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
1932.56 s
[haskell-language-server] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1932.56 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.56 s
[haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.56 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.56 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.56 s
[haskell-language-server] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1932.56 s
[haskell-language-server] include text-2.1.2-7514
1932.56 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1932.56 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
1932.56 s
[haskell-language-server] include base-4.20.1.0-f445
1932.56 s
[haskell-language-server] include containers-0.7-6571
1932.56 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.56 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.56 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.56 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.56 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.56 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.56 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.56 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.56 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.56 s
[haskell-language-server] include semigroupoids-6.0.1-IimyjCFUeJKDgiiqyJONIa
1932.56 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.56 s
[haskell-language-server] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1932.56 s
[haskell-language-server] component haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
1932.56 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include containers-0.7-6571
1932.57 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.57 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.57 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.57 s
[haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.57 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.57 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include containers-0.7-6571
1932.57 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.57 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.57 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.57 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
1932.57 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include containers-0.7-6571
1932.57 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.57 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.57 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.57 s
[haskell-language-server] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
1932.57 s
[haskell-language-server] include Cabal-3.14.2.0-EAEFHnxXxjV4OWxuBw98Rc
1932.57 s
[haskell-language-server] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1932.57 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.57 s
[haskell-language-server] include cabal-add-0.2-Gg22Owv08cN96dVG2lwyM4
1932.57 s
[haskell-language-server] include containers-0.7-6571
1932.57 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.57 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.57 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.57 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.57 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.57 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.57 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.57 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.57 s
[haskell-language-server] include pretty-1.1.3.6-1177
1932.57 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.57 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.57 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.57 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.57 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.57 s
[haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.57 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.57 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.57 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.57 s
[haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include containers-0.7-6571
1932.57 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.57 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.57 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.57 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.57 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.57 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
1932.57 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.57 s
[haskell-language-server] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include binary-0.8.9.3-9c52
1932.57 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.57 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.57 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.57 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.57 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.57 s
[haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
1932.57 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.57 s
[haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1932.57 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.57 s
[haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1932.57 s
[haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1932.57 s
[haskell-language-server] include process-1.6.25.0-cfae
1932.57 s
[haskell-language-server] include row-types-1.0.1.2-G4G6NhWe0SIJe4s26PIgvG
1932.57 s
[haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1932.57 s
[haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-3yLfk2FZPlQ7EPb7tlHiY4-ghcide-bench
1932.57 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.57 s
[haskell-language-server] include containers-0.7-6571
1932.57 s
[haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.57 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.57 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
1932.57 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
1932.57 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.57 s
[haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1932.57 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.57 s
[haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1932.57 s
[haskell-language-server] include process-1.6.25.0-cfae
1932.57 s
[haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1932.57 s
[haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
1932.57 s
[haskell-language-server] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
1932.57 s
[haskell-language-server] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.57 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.57 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.57 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.57 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include githash-0.1.7.0-9MkzSmwgrDu3W3Vm17vUOw
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
1932.57 s
[haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1932.57 s
[haskell-language-server] include optparse-simple-0.1.1.4-A2RVTVCn2wa5cruAzIkFuo
1932.57 s
[haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1932.57 s
[haskell-language-server] include process-1.6.25.0-cfae
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-Ewj8WwOoCvg5TiwKKm4LUu-haskell-language-server
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.57 s
[haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] component haskell-language-server-2.12.0.0-Fr3pqERlEtoTS2ZhfqorA-haskell-language-server-wrapper
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include containers-0.7-6571
1932.57 s
[haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.57 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.57 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.57 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
1932.57 s
[haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.57 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.57 s
[haskell-language-server] include unix-2.8.6.0-a0e2
1932.57 s
[haskell-language-server] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1932.57 s
[haskell-language-server] Linked component graph:
1932.57 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-2cpIEfvFgBAEOPaQfQW18Q-ghcide-test-preprocessor
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.57 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.57 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.57 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.57 s
[haskell-language-server] include stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] Ide.Plugin.StylishHaskell=haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin:Ide.Plugin.StylishHaskell
1932.57 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
1932.57 s
[haskell-language-server] include base-4.20.1.0-f445
1932.57 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.57 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.57 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.57 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.57 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.57 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.57 s
[haskell-language-server] include stan-0.2.1.0-GLOZkCf10J7JsaGwzsIkoc
1932.57 s
[haskell-language-server] include text-2.1.2-7514
1932.57 s
[haskell-language-server] include trial-0.0.0.0-KPkISSwOXJcEkgws7pQu7C
1932.57 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.58 s
[haskell-language-server] Ide.Plugin.Stan=haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin:Ide.Plugin.Stan
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.58 s
[haskell-language-server] Ide.Plugin.SignatureHelp=haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin:Ide.Plugin.SignatureHelp
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
1932.58 s
[haskell-language-server] include array-0.5.8.0-cc9a
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.58 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.58 s
[haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.58 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.58 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.58 s
[haskell-language-server] include stm-2.5.3.1-662c
1932.58 s
[haskell-language-server] include stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
1932.58 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.58 s
[haskell-language-server] include template-haskell-2.22.0.0-58bf
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
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
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.58 s
[haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.58 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.58 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.58 s
[haskell-language-server] include ghc-boot-9.10.2-578d
1932.58 s
[haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.58 s
[haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1932.58 s
[haskell-language-server] include regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW
1932.58 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.58 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.58 s
[haskell-language-server] include time-1.12.2-9680
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.58 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
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
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.58 s
[haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.58 s
[haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.58 s
[haskell-language-server] include mod-0.2.1.0-JnWJUf7NwpRDakqw7Fsj0L
1932.58 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.58 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.58 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.58 s
[haskell-language-server] Ide.Plugin.Rename=haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin:Ide.Plugin.Rename
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.58 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
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
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
1932.58 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.58 s
[haskell-language-server] include fuzzy-0.1.1.0-5qQQWFcQnXt7PSAolRhTRP
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.58 s
[haskell-language-server] Ide.Plugin.Pragmas=haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin:Ide.Plugin.Pragmas
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
1932.58 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
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
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.58 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.58 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.58 s
[haskell-language-server] include ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
1932.58 s
[haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.58 s
[haskell-language-server] Ide.Plugin.Ormolu=haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin:Ide.Plugin.Ormolu
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
1932.58 s
[haskell-language-server] include array-0.5.8.0-cc9a
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.58 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.58 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.58 s
[haskell-language-server] Ide.Plugin.Notes=haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin:Ide.Plugin.Notes
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
1932.58 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.58 s
[haskell-language-server] Ide.Plugin.ModuleName=haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin:Ide.Plugin.ModuleName
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
1932.58 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.58 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.58 s
[haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.58 s
[haskell-language-server] Ide.Plugin.GADT=haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin:Ide.Plugin.GADT
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.58 s
[haskell-language-server] include fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1932.58 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.58 s
[haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.58 s
[haskell-language-server] include yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1932.58 s
[haskell-language-server] Ide.Plugin.Fourmolu=haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin:Ide.Plugin.Fourmolu
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
1932.58 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
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
1932.58 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
1932.58 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.58 s
[haskell-language-server] include base-4.20.1.0-f445
1932.58 s
[haskell-language-server] include containers-0.7-6571
1932.58 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.58 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.58 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.58 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.58 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.58 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.58 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.58 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.58 s
[haskell-language-server] include text-2.1.2-7514
1932.58 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.59 s
[haskell-language-server] Ide.Plugin.ExplicitImports=haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin:Ide.Plugin.ExplicitImports
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] Ide.Plugin.ExplicitFixity=haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin:Ide.Plugin.ExplicitFixity
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
1932.59 s
[haskell-language-server] include Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1932.59 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.59 s
[haskell-language-server] include dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.59 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.59 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.59 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.59 s
[haskell-language-server] include megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1932.59 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.59 s
[haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.59 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.59 s
[haskell-language-server] include unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1932.59 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
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
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.59 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.59 s
[haskell-language-server] include semigroupoids-6.0.1-IimyjCFUeJKDgiiqyJONIa
1932.59 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.59 s
[haskell-language-server] include vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
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
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
1932.59 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.59 s
[haskell-language-server] include ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.59 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.59 s
[haskell-language-server] Ide.Plugin.Class=haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin:Ide.Plugin.Class
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.59 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.59 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] include transformers-0.6.1.1-05a6
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
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
1932.59 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.59 s
[haskell-language-server] include sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] Ide.Plugin.CallHierarchy=haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin:Ide.Plugin.CallHierarchy
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
1932.59 s
[haskell-language-server] include Cabal-3.14.2.0-EAEFHnxXxjV4OWxuBw98Rc
1932.59 s
[haskell-language-server] include Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1932.59 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.59 s
[haskell-language-server] include cabal-add-0.2-Gg22Owv08cN96dVG2lwyM4
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.59 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.59 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.59 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.59 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.59 s
[haskell-language-server] include pretty-1.1.3.6-1177
1932.59 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] include text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.59 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.59 s
[haskell-language-server] include unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
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
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.59 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.59 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.59 s
[haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] Ide.Plugin.CabalGild=haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin:Ide.Plugin.CabalGild
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.59 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.59 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.59 s
[haskell-language-server] include process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] Ide.Plugin.CabalFmt=haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin:Ide.Plugin.CabalFmt
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include ghc-boot-th-9.10.2-7d1d
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.59 s
[haskell-language-server] include mtl-2.3.1-07d6
1932.59 s
[haskell-language-server] include regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.59 s
[haskell-language-server] include syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.59 s
[haskell-language-server] include text-2.1.2-7514
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
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
1932.59 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.59 s
[haskell-language-server] include async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include binary-0.8.9.3-9c52
1932.59 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.59 s
[haskell-language-server] include deepseq-1.5.0.0-e166
1932.59 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.59 s
[haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1932.59 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.59 s
[haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1932.59 s
[haskell-language-server] include parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1932.59 s
[haskell-language-server] include process-1.6.25.0-cfae
1932.59 s
[haskell-language-server] include row-types-1.0.1.2-G4G6NhWe0SIJe4s26PIgvG
1932.59 s
[haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1932.59 s
[haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
1932.59 s
[haskell-language-server] include text-2.1.2-7514
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
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-3yLfk2FZPlQ7EPb7tlHiY4-ghcide-bench
1932.59 s
[haskell-language-server] include aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include bytestring-0.12.2.0-214a
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
1932.59 s
[haskell-language-server] include hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
1932.59 s
[haskell-language-server] include lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.59 s
[haskell-language-server] include lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1932.59 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.59 s
[haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1932.59 s
[haskell-language-server] include process-1.6.25.0-cfae
1932.59 s
[haskell-language-server] include safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1932.59 s
[haskell-language-server] include shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
1932.59 s
[haskell-language-server] include tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
1932.59 s
[haskell-language-server] include aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.59 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.59 s
[haskell-language-server] include ghc-9.10.2-2a2a
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include githash-0.1.7.0-9MkzSmwgrDu3W3Vm17vUOw
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
1932.59 s
[haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1932.59 s
[haskell-language-server] include optparse-simple-0.1.1.4-A2RVTVCn2wa5cruAzIkFuo
1932.59 s
[haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1932.59 s
[haskell-language-server] include process-1.6.25.0-cfae
1932.59 s
[haskell-language-server] include text-2.1.2-7514
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
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-Ewj8WwOoCvg5TiwKKm4LUu-haskell-language-server
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.59 s
[haskell-language-server] include prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] unit haskell-language-server-2.12.0.0-Fr3pqERlEtoTS2ZhfqorA-haskell-language-server-wrapper
1932.59 s
[haskell-language-server] include base-4.20.1.0-f445
1932.59 s
[haskell-language-server] include containers-0.7-6571
1932.59 s
[haskell-language-server] include data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.59 s
[haskell-language-server] include directory-1.3.8.5-159c
1932.59 s
[haskell-language-server] include extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.59 s
[haskell-language-server] include filepath-1.5.4.0-8593
1932.59 s
[haskell-language-server] include ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.59 s
[haskell-language-server] include haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
1932.59 s
[haskell-language-server] include hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1932.59 s
[haskell-language-server] include hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.59 s
[haskell-language-server] include lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.59 s
[haskell-language-server] include lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.59 s
[haskell-language-server] include text-2.1.2-7514
1932.59 s
[haskell-language-server] include transformers-0.6.1.1-05a6
1932.59 s
[haskell-language-server] include unix-2.8.6.0-a0e2
1932.59 s
[haskell-language-server] include unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1932.59 s
[haskell-language-server] Ready component graph:
1932.59 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
1932.59 s
[haskell-language-server] depends Diff-1.0.2-KHOpyIulCyx32B7qriEjaZ
1932.59 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends bytestring-0.12.2.0-214a
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.60 s
[haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.60 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.60 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.60 s
[haskell-language-server] depends megaparsec-9.7.0-8ci0X7ojbr5BVcrl826Ak3
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] depends unliftio-0.2.25.1-iZCpV6XRBR8E0c0MFO5jP
1932.60 s
[haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
1932.60 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends sqlite-simple-0.4.19.0-6oNB78OoCSBAlHR3tO45hl
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
1932.60 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.60 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.60 s
[haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.60 s
[haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends directory-1.3.8.5-159c
1932.60 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
1932.60 s
[haskell-language-server] depends array-0.5.8.0-cc9a
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.60 s
[haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
1932.60 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
1932.60 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.60 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.60 s
[haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends ormolu-0.8.0.2-AYbihvB2U7eL3CAfj8rrR7
1932.60 s
[haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends bytestring-0.12.2.0-214a
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.60 s
[haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.60 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghc-boot-9.10.2-578d
1932.60 s
[haskell-language-server] depends ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1932.60 s
[haskell-language-server] depends regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW
1932.60 s
[haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.60 s
[haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.60 s
[haskell-language-server] depends time-1.12.2-9680
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.60 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.60 s
[haskell-language-server] depends hiedb-0.7.0.0-5daItxtFBAGBgHMneiCF2p
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.60 s
[haskell-language-server] depends mod-0.2.1.0-JnWJUf7NwpRDakqw7Fsj0L
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
1932.60 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghc-exactprint-1.10.0.0-9qtJuu9PrkFJ3fbAxDVirh
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.60 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.60 s
[haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.60 s
[haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
1932.60 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.60 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.60 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.60 s
[haskell-language-server] depends fourmolu-0.19.0.1-1af3ziP4dUI5snGXP1tRJU
1932.60 s
[haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.60 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.60 s
[haskell-language-server] depends yaml-0.11.11.2-6FrGUtVXcLVH1p8TaAQNXA
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends directory-1.3.8.5-159c
1932.60 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.60 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.60 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.60 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.60 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.60 s
[haskell-language-server] depends process-extras-0.7.4-8XKmliDBbHaADZpzXBlaSO
1932.60 s
[haskell-language-server] depends text-2.1.2-7514
1932.60 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
1932.60 s
[haskell-language-server] depends Cabal-3.14.2.0-EAEFHnxXxjV4OWxuBw98Rc
1932.60 s
[haskell-language-server] depends Cabal-syntax-3.14.2.0-1xG9W7HY1PYKOXoAgRkNrA
1932.60 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.60 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.60 s
[haskell-language-server] depends bytestring-0.12.2.0-214a
1932.60 s
[haskell-language-server] depends cabal-add-0.2-Gg22Owv08cN96dVG2lwyM4
1932.60 s
[haskell-language-server] depends containers-0.7-6571
1932.61 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.61 s
[haskell-language-server] depends directory-1.3.8.5-159c
1932.61 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.61 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.61 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.61 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.61 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.61 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.61 s
[haskell-language-server] depends pretty-1.1.3.6-1177
1932.61 s
[haskell-language-server] depends regex-tdfa-1.3.2.5-7zp3TC23j0JJE6Fp7NMLQw
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.61 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.61 s
[haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
1932.61 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends containers-0.7-6571
1932.61 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.61 s
[haskell-language-server] depends fuzzy-0.1.1.0-5qQQWFcQnXt7PSAolRhTRP
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.61 s
[haskell-language-server] depends lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx
1932.61 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends directory-1.3.8.5-159c
1932.61 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.61 s
[haskell-language-server] depends ghc-boot-th-9.10.2-7d1d
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.61 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.61 s
[haskell-language-server] depends stylish-haskell-0.15.1.0-CVuL3zR7KFfFkdqL0bVPuc
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.61 s
[haskell-language-server] depends directory-1.3.8.5-159c
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.61 s
[haskell-language-server] depends stan-0.2.1.0-GLOZkCf10J7JsaGwzsIkoc
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] depends trial-0.0.0.0-KPkISSwOXJcEkgws7pQu7C
1932.61 s
[haskell-language-server] depends unordered-containers-0.2.20.1-2qcQ6fqP9tVBk9kEhjUZvD
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-2cpIEfvFgBAEOPaQfQW18Q-ghcide-test-preprocessor
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
1932.61 s
[haskell-language-server] depends array-0.5.8.0-cc9a
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends bytestring-0.12.2.0-214a
1932.61 s
[haskell-language-server] depends containers-0.7-6571
1932.61 s
[haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.61 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.61 s
[haskell-language-server] depends dlist-1.0-57aQBaWJEOc36hSsYs4ldL
1932.61 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.61 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.61 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.61 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.61 s
[haskell-language-server] depends stm-2.5.3.1-662c
1932.61 s
[haskell-language-server] depends stm-containers-1.2.1.1-92yewH2eLfn4atG3gEAJmA
1932.61 s
[haskell-language-server] depends syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h
1932.61 s
[haskell-language-server] depends template-haskell-2.22.0.0-58bf
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.61 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends containers-0.7-6571
1932.61 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.61 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.61 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.61 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.61 s
[haskell-language-server] depends mtl-2.3.1-07d6
1932.61 s
[haskell-language-server] depends semigroupoids-6.0.1-IimyjCFUeJKDgiiqyJONIa
1932.61 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.61 s
[haskell-language-server] depends vector-0.13.2.0-CEqMsjwlZUSFmpBxS1GwZ8
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
1932.61 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.61 s
[haskell-language-server] depends async-2.2.5-Ds2RiuASQ3GAllxCWQYmVQ
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends binary-0.8.9.3-9c52
1932.61 s
[haskell-language-server] depends bytestring-0.12.2.0-214a
1932.61 s
[haskell-language-server] depends deepseq-1.5.0.0-e166
1932.61 s
[haskell-language-server] depends directory-1.3.8.5-159c
1932.61 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.61 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends hashable-1.5.0.0-1lC0Qtb9YfSLSjedNDS4vh
1932.61 s
[haskell-language-server] depends hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
1932.61 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.61 s
[haskell-language-server] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1932.61 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.61 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1932.61 s
[haskell-language-server] depends parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh
1932.61 s
[haskell-language-server] depends process-1.6.25.0-cfae
1932.61 s
[haskell-language-server] depends row-types-1.0.1.2-G4G6NhWe0SIJe4s26PIgvG
1932.61 s
[haskell-language-server] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1932.61 s
[haskell-language-server] depends shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-3yLfk2FZPlQ7EPb7tlHiY4-ghcide-bench
1932.61 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends bytestring-0.12.2.0-214a
1932.61 s
[haskell-language-server] depends containers-0.7-6571
1932.61 s
[haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.61 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.61 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-1ZLUUCiVYtO8Ibsvfy6la7-ghcide-bench-lib
1932.61 s
[haskell-language-server] depends hls-graph-2.12.0.0-J3MRYftznYyAaBSTvkIvfG
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends hls-test-utils-2.12.0.0-pjcFk4wglPFiCK4IQxZyT
1932.61 s
[haskell-language-server] depends lens-5.3.5-3sB4KNrj2it8bom6RuSM8x
1932.61 s
[haskell-language-server] depends lsp-test-0.17.1.1-2Rl6YFZwQNJ4PG52sb9roE
1932.61 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.61 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1932.61 s
[haskell-language-server] depends process-1.6.25.0-cfae
1932.61 s
[haskell-language-server] depends safe-exceptions-0.1.7.4-LogBDVMLoVA4jkH2X9kXHL
1932.61 s
[haskell-language-server] depends shake-0.19.8-8olgeTLkDhDDWUM6fFZsC7
1932.61 s
[haskell-language-server] depends tasty-hunit-0.10.2-5wwvgYdxRqbBn6LCrFLUgQ
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
1932.61 s
[haskell-language-server] depends aeson-2.2.3.0-Gj44TEpIiIP2EHZZya4yeq
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends containers-0.7-6571
1932.61 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] depends text-rope-0.3-A3zV7OdMJyDAUFjgpb5xro
1932.61 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
1932.61 s
[haskell-language-server] depends aeson-pretty-0.8.10-GkUn4ceiSTSBzgA8sCfRvg
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.61 s
[haskell-language-server] depends directory-1.3.8.5-159c
1932.61 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.61 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.61 s
[haskell-language-server] depends ghc-9.10.2-2a2a
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends githash-0.1.7.0-9MkzSmwgrDu3W3Vm17vUOw
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-JoSuIyBQiO06WmqPqPuwvY-hls-alternate-number-format-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-J57ZarmnTSB30ELGqZg1Cy-hls-cabal-fmt-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-77Nlqk4Udy91iogj9liWUK-hls-cabal-gild-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-6beW0m5qdTU1l7Oq9hxcVL-hls-cabal-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-LMJPnR3MxfJKZdnZ50ULcV-hls-call-hierarchy-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-A97TUUnXqLsCoe5106gwwB-hls-change-type-signature-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-KgtE7X97LVPKLu1ndMFmJD-hls-class-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-1x3H8IWb5jpBSL7tF7e0Tv-hls-code-range-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-a7tiXgEdjY38lgjDFcv1j-hls-eval-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-ARO5FkUGa7OKwL0R0DzWhi-hls-explicit-fixity-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-9t56ORzJcXSLmT21Bdnpn7-hls-explicit-imports-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-F041b9OddpCCRdG5KhmbLI-hls-explicit-record-fields-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-9Ob9WuZTAly7YMxYNOfsj-hls-fourmolu-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-WfbsSVP9wPFtAxJ84klm-hls-gadt-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-1D5uudkEXL5It2QMF1wGGd-hls-module-name-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-IOoWWVMVvdP4O05AtZGCQ4-hls-notes-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-CnXnuji40DEHLfEDMqAglQ-hls-ormolu-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-FgDur2skb3T9s92xwpR1yp-hls-overloaded-record-dot-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-4g0fpFqrd18D7fbQdbxM93-hls-pragmas-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-G2gy2Ie0kgMJCjwbc3rcjL-hls-qualify-imported-names-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-C9CQzYManVDCU54xiVYwyf-hls-refactor-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-FOHMiG3SF9QCb2AQd4yOY5-hls-rename-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-2WOukXWdw30FjBhjXPDyoW-hls-semantic-tokens-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-JpbPsr8vd0o7cYSinddOcq-hls-signature-help-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-3kbB6nZ9VbB1Ff1D1OFOKz-hls-stan-plugin
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-3ymNwe5SNei8Tmd8LarKtk-hls-stylish-haskell-plugin
1932.61 s
[haskell-language-server] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-AXWCsrPBDlDBXFpL78V3Yq
1932.61 s
[haskell-language-server] depends optparse-simple-0.1.1.4-A2RVTVCn2wa5cruAzIkFuo
1932.61 s
[haskell-language-server] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1932.61 s
[haskell-language-server] depends process-1.6.25.0-cfae
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-Ewj8WwOoCvg5TiwKKm4LUu-haskell-language-server
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.61 s
[haskell-language-server] depends prettyprinter-1.7.1-2x8Kv8hIzNsI0pcL9G7SUg
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] definite haskell-language-server-2.12.0.0-Fr3pqERlEtoTS2ZhfqorA-haskell-language-server-wrapper
1932.61 s
[haskell-language-server] depends base-4.20.1.0-f445
1932.61 s
[haskell-language-server] depends containers-0.7-6571
1932.61 s
[haskell-language-server] depends data-default-0.8.0.1-DsHORpw5qKLBpwCFgzBJZH
1932.61 s
[haskell-language-server] depends directory-1.3.8.5-159c
1932.61 s
[haskell-language-server] depends extra-1.8.1-Ig0K6DueSOb9S8aIPhczgA
1932.61 s
[haskell-language-server] depends filepath-1.5.4.0-8593
1932.61 s
[haskell-language-server] depends ghcide-2.12.0.0-DORETb5c0w9HByQ1hIiVss
1932.61 s
[haskell-language-server] depends haskell-language-server-2.12.0.0-BD3IYYrGnaEExcZAmdWybj
1932.61 s
[haskell-language-server] depends hie-bios-0.17.0-6Wa5yguLNrtIBovhlg1yue
1932.61 s
[haskell-language-server] depends hls-plugin-api-2.12.0.0-9mExFQ8iqz037jGMO4okA9
1932.61 s
[haskell-language-server] depends lsp-2.7.0.1-oNfbbdMRWGBawOOt2M8WQ
1932.61 s
[haskell-language-server] depends lsp-types-2.3.0.1-Dq0tkCn4rLI9g4aHuMjleH
1932.61 s
[haskell-language-server] depends text-2.1.2-7514
1932.61 s
[haskell-language-server] depends transformers-0.6.1.1-05a6
1932.61 s
[haskell-language-server] depends unix-2.8.6.0-a0e2
1932.61 s
[haskell-language-server] depends unliftio-core-0.2.1.0-3TWPpCGHgy9Byl8OfO6jxT
1932.61 s
[haskell-language-server] Using Cabal-3.12.1.0 compiled by ghc-9.10
1932.61 s
[haskell-language-server] Using compiler: ghc-9.10.2
1932.61 s
[haskell-language-server] Using install prefix:
1932.61 s
[haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
1932.61 s
[haskell-language-server] Executables installed in:
1932.61 s
[haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
1932.61 s
[haskell-language-server] Libraries installed in:
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
1932.61 s
[haskell-language-server] Dynamic Libraries installed in:
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
1932.61 s
[haskell-language-server] Private executables installed in:
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
1932.61 s
[haskell-language-server] Data files installed in:
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
1932.61 s
[haskell-language-server] Documentation installed in:
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
1932.61 s
[haskell-language-server] Configuration files installed in:
1932.61 s
[haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/etc
1932.61 s
[haskell-language-server] No alex found
1932.61 s
[haskell-language-server] Using ar found on system at:
1932.61 s
[haskell-language-server] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1932.61 s
[haskell-language-server] No c2hs found
1932.61 s
[haskell-language-server] Using cpphs version 1.20.9 found on system at:
1932.61 s
[haskell-language-server] /nix/store/pq791l1nbs96ibfjqpc0dzk6v3a9zbyy-cpphs-1.20.10/bin/cpphs
1932.61 s
[haskell-language-server] No doctest found
1932.61 s
[haskell-language-server] Using gcc version 14.3.0 given by user at:
1932.61 s
[haskell-language-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1932.61 s
[haskell-language-server] Using ghc version 9.10.2 found on system at:
1932.61 s
[haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc
1932.61 s
[haskell-language-server] Using ghc-pkg version 9.10.2 found on system at:
1932.61 s
[haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/ghc-pkg-9.10.2
1932.61 s
[haskell-language-server] No ghcjs found
1932.61 s
[haskell-language-server] No ghcjs-pkg found
1932.61 s
[haskell-language-server] No greencard found
1932.61 s
[haskell-language-server] Using haddock version 2.31.0 found on system at:
1932.61 s
[haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/haddock-ghc-9.10.2
1932.61 s
[haskell-language-server] No happy found
1932.61 s
[haskell-language-server] Using haskell-suite found on system at: haskell-suite-dummy-location
1932.61 s
[haskell-language-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1932.61 s
[haskell-language-server] No hmake found
1932.61 s
[haskell-language-server] Using hpc version 0.69 found on system at:
1932.61 s
[haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hpc-ghc-9.10.2
1932.61 s
[haskell-language-server] Using hsc2hs version 0.68.10 found on system at:
1932.61 s
[haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/hsc2hs-ghc-9.10.2
1932.61 s
[haskell-language-server] Using hscolour version 1.25 found on system at:
1932.61 s
[haskell-language-server] /nix/store/yhwsn20b5l3lksyl2h8a95k62xqmxg1d-hscolour-1.25/bin/HsColour
1932.61 s
[haskell-language-server] No jhc found
1932.61 s
[haskell-language-server] Using ld found on system at:
1932.65 s
[haskell-language-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1932.65 s
[haskell-language-server] No pkg-config found
1932.65 s
[haskell-language-server] Using runghc version 9.10.2 found on system at:
1932.65 s
[haskell-language-server] /nix/store/8rhg4lb7hvwqxivj65njwbdw0pf1jvd7-ghc-9.10.2/bin/runghc-9.10.2
1932.65 s
[haskell-language-server] Using strip version 2.44 found on system at:
1932.65 s
[haskell-language-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1932.65 s
[haskell-language-server] Using tar found on system at:
1932.65 s
[haskell-language-server] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1932.65 s
[haskell-language-server] No uhc found
1933.35 s
[haskell-language-server] Phase: buildPhase
1933.46 s
[haskell-language-server] Preprocessing library 'hls-eval-plugin' for haskell-language-server-2.12.0.0...
1933.46 s
[haskell-language-server] Building library 'hls-eval-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1942.07 s
[haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning : [ GHC-63394 ] [ -Wx-partial ]
1942.07 s
[haskell-language-server] In the use of ‘head’
1942.07 s
[haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
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"."
1942.07 s
[haskell-language-server] |
1942.07 s
[haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
1942.07 s
[haskell-language-server] | ^^^^
1942.07 s
[haskell-language-server]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1954.34 s
[haskell-language-server] plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs:88:18: warning : [ GHC-63394 ] [ -Wx-partial ]
1954.34 s
[haskell-language-server] In the use of ‘head’
1954.34 s
[haskell-language-server] (imported from Prelude, but defined in GHC.Internal.List):
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"."
1954.34 s
[haskell-language-server] |
1954.34 s
[haskell-language-server] 88 | evalPrint <- head <$> runDecls ("evalPrint x = P.writeFile " <> show temp <> " (P.show x)")
1954.34 s
[haskell-language-server] | ^^^^
1954.34 s
[haskell-language-server]
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 )
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 )
1962.30 s
[haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.12.0.0...
1962.30 s
[haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
1975.56 s
[haskell-language-server] Preprocessing library 'hls-class-plugin' for haskell-language-server-2.12.0.0...
1975.56 s
[haskell-language-server] Building library 'hls-class-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
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 )
1978.37 s
[haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1978.37 s
[haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
1978.37 s
[haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
1978.37 s
[haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
1978.37 s
[haskell-language-server] |
1978.37 s
[haskell-language-server] 9 | import Data.Functor.Identity (Identity)
1978.37 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1978.37 s
[haskell-language-server]
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 )
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 )
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 )
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 )
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 )
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 )
1983.31 s
[haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1983.31 s
[haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
1983.31 s
[haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
1983.31 s
[haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
1983.31 s
[haskell-language-server] |
1983.31 s
[haskell-language-server] 9 | import Data.Functor.Identity (Identity)
1983.31 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1983.31 s
[haskell-language-server]
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 )
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 )
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 )
1989.83 s
[haskell-language-server] Preprocessing library 'hls-signature-help-plugin' for haskell-language-server-2.12.0.0...
1989.83 s
[haskell-language-server] Building library 'hls-signature-help-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
1998.23 s
[haskell-language-server] Preprocessing library 'hls-alternate-number-format-plugin' for haskell-language-server-2.12.0.0...
1998.23 s
[haskell-language-server] Building library 'hls-alternate-number-format-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
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 )
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 )
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 )
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 )
2008.65 s
[haskell-language-server] Preprocessing library 'hls-cabal-fmt-plugin' for haskell-language-server-2.12.0.0...
2008.65 s
[haskell-language-server] Building library 'hls-cabal-fmt-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2016.80 s
[haskell-language-server] Preprocessing library 'hls-notes-plugin' for haskell-language-server-2.12.0.0...
2016.80 s
[haskell-language-server] Building library 'hls-notes-plugin' for haskell-language-server-2.12.0.0...
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 )
2017.92 s
[haskell-language-server] plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs:8:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2017.92 s
[haskell-language-server] The import of ‘Data.Foldable’ is redundant
2017.92 s
[haskell-language-server] except perhaps to import instances from ‘Data.Foldable’
2017.92 s
[haskell-language-server] To import instances alone, use: import Data.Foldable()
2017.92 s
[haskell-language-server] |
2017.92 s
[haskell-language-server] 8 | import Data.Foldable (foldl')
2017.92 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2017.92 s
[haskell-language-server]
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 )
2020.42 s
[haskell-language-server] plugins/hls-notes-plugin/src/Ide/Plugin/Notes.hs:8:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2020.42 s
[haskell-language-server] The import of ‘Data.Foldable’ is redundant
2020.42 s
[haskell-language-server] except perhaps to import instances from ‘Data.Foldable’
2020.42 s
[haskell-language-server] To import instances alone, use: import Data.Foldable()
2020.42 s
[haskell-language-server] |
2020.42 s
[haskell-language-server] 8 | import Data.Foldable (foldl')
2020.42 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2020.42 s
[haskell-language-server]
2027.23 s
[haskell-language-server] Preprocessing library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.12.0.0...
2027.24 s
[haskell-language-server] Building library 'hls-qualify-imported-names-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2035.85 s
[haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.12.0.0...
2035.85 s
[haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2046.03 s
[haskell-language-server] Preprocessing library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.12.0.0...
2046.03 s
[haskell-language-server] Building library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2055.98 s
[haskell-language-server] Preprocessing library 'hls-ormolu-plugin' for haskell-language-server-2.12.0.0...
2055.98 s
[haskell-language-server] Building library 'hls-ormolu-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2067.65 s
[haskell-language-server] Preprocessing library 'hls-refactor-plugin' for haskell-language-server-2.12.0.0...
2067.65 s
[haskell-language-server] Building library 'hls-refactor-plugin' for haskell-language-server-2.12.0.0...
2067.98 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2067.98 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2067.98 s
[haskell-language-server] but were not needed for compilation:
2067.98 s
[haskell-language-server] - parser-combinators-1.3.0 (exposed by flag -package-id parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh)
2067.98 s
[haskell-language-server] - regex-applicative-0.3.4 (exposed by flag -package-id regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW)
2067.98 s
[haskell-language-server]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
2086.02 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2086.03 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2086.03 s
[haskell-language-server] but were not needed for compilation:
2086.03 s
[haskell-language-server] - parser-combinators-1.3.0 (exposed by flag -package-id parser-combinators-1.3.0-8J13051mbtS8lMbM88xAUh)
2086.03 s
[haskell-language-server] - regex-applicative-0.3.4 (exposed by flag -package-id regex-applicative-0.3.4-8kuN6xJTZ3PR3xjZLPClW)
2086.03 s
[haskell-language-server]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
2108.43 s
[haskell-language-server] Preprocessing library 'hls-rename-plugin' for haskell-language-server-2.12.0.0...
2108.43 s
[haskell-language-server] Building library 'hls-rename-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2117.33 s
[haskell-language-server] Preprocessing library 'hls-gadt-plugin' for haskell-language-server-2.12.0.0...
2117.33 s
[haskell-language-server] Building library 'hls-gadt-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
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 )
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 )
2127.79 s
[haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.12.0.0...
2127.79 s
[haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2136.56 s
[haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.12.0.0...
2136.56 s
[haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2146.10 s
[haskell-language-server] Preprocessing library 'hls-explicit-imports-plugin' for haskell-language-server-2.12.0.0...
2146.10 s
[haskell-language-server] Building library 'hls-explicit-imports-plugin' for haskell-language-server-2.12.0.0...
2146.19 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2146.19 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2146.19 s
[haskell-language-server] but were not needed for compilation:
2146.19 s
[haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
2146.19 s
[haskell-language-server]
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 )
2150.93 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2150.93 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2150.93 s
[haskell-language-server] but were not needed for compilation:
2150.93 s
[haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
2150.93 s
[haskell-language-server]
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 )
2160.88 s
[haskell-language-server] Preprocessing library 'hls-fourmolu-plugin' for haskell-language-server-2.12.0.0...
2160.88 s
[haskell-language-server] Building library 'hls-fourmolu-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2172.75 s
[haskell-language-server] Preprocessing library 'hls-cabal-gild-plugin' for haskell-language-server-2.12.0.0...
2172.75 s
[haskell-language-server] Building library 'hls-cabal-gild-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2180.93 s
[haskell-language-server] Preprocessing library 'hls-cabal-plugin' for haskell-language-server-2.12.0.0...
2180.93 s
[haskell-language-server] Building library 'hls-cabal-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
2195.69 s
[haskell-language-server] Preprocessing library 'hls-pragmas-plugin' for haskell-language-server-2.12.0.0...
2195.69 s
[haskell-language-server] Building library 'hls-pragmas-plugin' for haskell-language-server-2.12.0.0...
2195.77 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2195.77 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2195.77 s
[haskell-language-server] but were not needed for compilation:
2195.77 s
[haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx)
2195.77 s
[haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-05a6)
2195.77 s
[haskell-language-server]
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 )
2197.89 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2197.89 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2197.89 s
[haskell-language-server] but were not needed for compilation:
2197.89 s
[haskell-language-server] - lens-aeson-1.2.3 (exposed by flag -package-id lens-aeson-1.2.3-JThhLmb5bJwLajoJSantqx)
2197.89 s
[haskell-language-server] - transformers-0.6.1.1 (exposed by flag -package-id transformers-0.6.1.1-05a6)
2197.89 s
[haskell-language-server]
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 )
2205.34 s
[haskell-language-server] Preprocessing library 'hls-stylish-haskell-plugin' for haskell-language-server-2.12.0.0...
2205.34 s
[haskell-language-server] Building library 'hls-stylish-haskell-plugin' for haskell-language-server-2.12.0.0...
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 )
2206.69 s
[haskell-language-server] plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2206.69 s
[haskell-language-server] The import of ‘System.Directory’ is redundant
2206.69 s
[haskell-language-server] except perhaps to import instances from ‘System.Directory’
2206.69 s
[haskell-language-server] To import instances alone, use: import System.Directory()
2206.69 s
[haskell-language-server] |
2206.69 s
[haskell-language-server] 28 | import System.Directory
2206.69 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2206.69 s
[haskell-language-server]
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 )
2208.13 s
[haskell-language-server] plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
2208.13 s
[haskell-language-server] The import of ‘System.Directory’ is redundant
2208.13 s
[haskell-language-server] except perhaps to import instances from ‘System.Directory’
2208.13 s
[haskell-language-server] To import instances alone, use: import System.Directory()
2208.13 s
[haskell-language-server] |
2208.13 s
[haskell-language-server] 28 | import System.Directory
2208.13 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2208.13 s
[haskell-language-server]
2216.35 s
[haskell-language-server] Preprocessing library 'hls-stan-plugin' for haskell-language-server-2.12.0.0...
2216.35 s
[haskell-language-server] Building library 'hls-stan-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2226.30 s
[haskell-language-server] Preprocessing executable 'ghcide-test-preprocessor' for haskell-language-server-2.12.0.0...
2226.30 s
[haskell-language-server] Building executable 'ghcide-test-preprocessor' for haskell-language-server-2.12.0.0...
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 )
2226.57 s
[haskell-language-server] [2 of 2] Linking dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor
2226.88 s
[haskell-language-server] Preprocessing library 'hls-semantic-tokens-plugin' for haskell-language-server-2.12.0.0...
2226.88 s
[haskell-language-server] Building library 'hls-semantic-tokens-plugin' for haskell-language-server-2.12.0.0...
2226.95 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2226.95 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2226.95 s
[haskell-language-server] but were not needed for compilation:
2226.95 s
[haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h)
2226.95 s
[haskell-language-server]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
2231.40 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2231.41 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2231.41 s
[haskell-language-server] but were not needed for compilation:
2231.41 s
[haskell-language-server] - syb-0.7.2.4 (exposed by flag -package-id syb-0.7.2.4-HM5UfQQASfLE3ZKcCx37h)
2231.41 s
[haskell-language-server]
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
2241.22 s
[haskell-language-server] Preprocessing library 'hls-code-range-plugin' for haskell-language-server-2.12.0.0...
2241.22 s
[haskell-language-server] Building library 'hls-code-range-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
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 )
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 )
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 )
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 )
2251.25 s
[haskell-language-server] Preprocessing library 'ghcide-bench-lib' for haskell-language-server-2.12.0.0...
2251.25 s
[haskell-language-server] Building library 'ghcide-bench-lib' for haskell-language-server-2.12.0.0...
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 )
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 )
2253.41 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2253.41 s
[haskell-language-server] Pattern match(es) are non-exhaustive
2253.41 s
[haskell-language-server] In a pattern binding:
2253.41 s
[haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
2253.41 s
[haskell-language-server] Failure _
2253.41 s
[haskell-language-server] CompletionInvoked _
2253.41 s
[haskell-language-server] |
2253.41 s
[haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
2253.41 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2253.41 s
[haskell-language-server]
2253.41 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2253.41 s
[haskell-language-server] Pattern match(es) are non-exhaustive
2253.41 s
[haskell-language-server] In a lambda abstraction:
2253.41 s
[haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
2253.41 s
[haskell-language-server] ‘ProcessHandle’ not matched:
2253.41 s
[haskell-language-server] Nothing _ _ _
2253.41 s
[haskell-language-server] (Just _) Nothing _ _
2253.41 s
[haskell-language-server] (Just _) (Just _) Nothing _
2253.41 s
[haskell-language-server] |
2253.41 s
[haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
2253.41 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2253.41 s
[haskell-language-server]
2253.41 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning : [ GHC-63394 ] [ -Wx-partial ]
2253.41 s
[haskell-language-server] In the use of ‘head’
2253.41 s
[haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
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"."
2253.41 s
[haskell-language-server] |
2253.41 s
[haskell-language-server] 630 | let DocumentPositions{..} = head docs
2253.41 s
[haskell-language-server] | ^^^^
2253.41 s
[haskell-language-server]
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 )
2256.92 s
[haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.p_o )
2257.44 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2257.44 s
[haskell-language-server] Pattern match(es) are non-exhaustive
2257.44 s
[haskell-language-server] In a pattern binding:
2257.44 s
[haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
2257.44 s
[haskell-language-server] Failure _
2257.44 s
[haskell-language-server] CompletionInvoked _
2257.44 s
[haskell-language-server] |
2257.44 s
[haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
2257.44 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2257.44 s
[haskell-language-server]
2257.45 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
2257.45 s
[haskell-language-server] Pattern match(es) are non-exhaustive
2257.45 s
[haskell-language-server] In a lambda abstraction:
2257.45 s
[haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
2257.45 s
[haskell-language-server] ‘ProcessHandle’ not matched:
2257.45 s
[haskell-language-server] Nothing _ _ _
2257.45 s
[haskell-language-server] (Just _) Nothing _ _
2257.45 s
[haskell-language-server] (Just _) (Just _) Nothing _
2257.45 s
[haskell-language-server] |
2257.45 s
[haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
2257.45 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2257.45 s
[haskell-language-server]
2257.45 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:630:37: warning : [ GHC-63394 ] [ -Wx-partial ]
2257.45 s
[haskell-language-server] In the use of ‘head’
2257.45 s
[haskell-language-server] (imported from Data.List, but defined in GHC.Internal.List):
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"."
2257.45 s
[haskell-language-server] |
2257.45 s
[haskell-language-server] 630 | let DocumentPositions{..} = head docs
2257.45 s
[haskell-language-server] | ^^^^
2257.45 s
[haskell-language-server]
2266.08 s
[haskell-language-server] Preprocessing executable 'ghcide-bench' for haskell-language-server-2.12.0.0...
2266.08 s
[haskell-language-server] Building executable 'ghcide-bench' for haskell-language-server-2.12.0.0...
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 )
2266.55 s
[haskell-language-server] [2 of 2] Linking dist/build/ghcide-bench/ghcide-bench
2267.88 s
[haskell-language-server] Preprocessing library 'hls-module-name-plugin' for haskell-language-server-2.12.0.0...
2267.88 s
[haskell-language-server] Building library 'hls-module-name-plugin' for haskell-language-server-2.12.0.0...
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 )
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 )
2276.03 s
[haskell-language-server] Preprocessing library for haskell-language-server-2.12.0.0...
2276.03 s
[haskell-language-server] Building library for haskell-language-server-2.12.0.0...
2276.21 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2276.21 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2276.21 s
[haskell-language-server] but were not needed for compilation:
2276.21 s
[haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
2276.21 s
[haskell-language-server]
2276.23 s
[haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.o, dist/build/HlsPlugins.dyn_o )
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 )
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 )
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 )
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 )
2279.64 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
2279.64 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
2279.64 s
[haskell-language-server] but were not needed for compilation:
2279.64 s
[haskell-language-server] - ghc-9.10.2 (exposed by flag -package-id ghc-9.10.2-2a2a)
2279.64 s
[haskell-language-server]
2279.66 s
[haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.p_o )
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 )
2280.63 s
[haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.p_o )
2282.18 s
[haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.p_o )
2282.71 s
[haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.p_o )
2292.10 s
[haskell-language-server] Preprocessing executable 'haskell-language-server' for haskell-language-server-2.12.0.0...
2292.11 s
[haskell-language-server] Building executable 'haskell-language-server' for haskell-language-server-2.12.0.0...
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 )
2293.16 s
[haskell-language-server] [2 of 2] Linking dist/build/haskell-language-server/haskell-language-server
2294.95 s
[haskell-language-server] Preprocessing executable 'haskell-language-server-wrapper' for haskell-language-server-2.12.0.0...
2294.95 s
[haskell-language-server] Building executable 'haskell-language-server-wrapper' for haskell-language-server-2.12.0.0...
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 )
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 )
2296.31 s
[haskell-language-server] [3 of 3] Linking dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper
2298.04 s
[haskell-language-server] buildPhase completed in 6 minutes 5 seconds
2298.05 s
[haskell-language-server] Phase: haddockPhase
2298.05 s
[haskell-language-server] Phase: installPhase
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
2299.55 s
[haskell-language-server] Installing executable ghcide-test-preprocessor in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
2299.55 s
[haskell-language-server] Warning: The directory
2299.55 s
[haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
2299.55 s
[haskell-language-server] is not in the system search path.
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
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
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
2299.74 s
[haskell-language-server] Installing executable ghcide-bench in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
2299.74 s
[haskell-language-server] Warning: The directory
2299.74 s
[haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
2299.74 s
[haskell-language-server] is not in the system search path.
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
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
2299.82 s
[haskell-language-server] Installing executable haskell-language-server in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
2299.82 s
[haskell-language-server] Warning: The directory
2299.82 s
[haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
2299.82 s
[haskell-language-server] is not in the system search path.
2299.82 s
[haskell-language-server] Installing executable haskell-language-server-wrapper in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
2299.82 s
[haskell-language-server] Warning: The directory
2299.82 s
[haskell-language-server] /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin
2299.82 s
[haskell-language-server] is not in the system search path.
2301.93 s
[haskell-language-server] Phase: fixupPhase
2301.95 s
[haskell-language-server] shrinking RPATHs of ELF executables and libraries in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
2304.70 s
[haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/ghcide-test-preprocessor
2304.71 s
[haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/haskell-language-server-wrapper
2304.82 s
[haskell-language-server] shrinking /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0/bin/ghcide-bench
2304.93 s
[haskell-language-server] checking for references to /build/ in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0...
2305.07 s
[haskell-language-server] patching script interpreter paths in /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
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"
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
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
2309.39 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
2309.83 s
[post-build-hook] Nothing to push - all store paths are already on Cachix.
2310.65 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0
2310.65 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2310.65 s
[post-build-hook] copying 1 paths...
2310.65 s
[post-build-hook] copying path '/nix/store/8jswhn2kkdf8kfpirpg60axa158xbxa5-haskell-language-server-2.12.0.0' to 'https://cache.nix-ci.com'...
2328.41 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2328.52 s
[post-build-hook] copying 0 paths...
2328.54 s
Progress: 155 of 157 built, 587 of 587 downloaded from cache
2328.65 s
Building ghc-shell-for-packages
2329.47 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/idqzhbz7qsbk0qxvy17ldpdilzibzlla-ghc-shell-for-packages-0
2329.94 s
[post-build-hook] Pushing 1 paths (797 are already present) using zstd to cache sellout ⏳
2329.94 s
[post-build-hook]
2330.28 s
[post-build-hook] Pushing /nix/store/idqzhbz7qsbk0qxvy17ldpdilzibzlla-ghc-shell-for-packages-0 (344.00 B)
2331.19 s
[post-build-hook]
2331.19 s
[post-build-hook] All done.
2331.21 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/idqzhbz7qsbk0qxvy17ldpdilzibzlla-ghc-shell-for-packages-0
2331.24 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2331.29 s
[post-build-hook] copying 1 paths...
2331.29 s
[post-build-hook] copying path '/nix/store/idqzhbz7qsbk0qxvy17ldpdilzibzlla-ghc-shell-for-packages-0' to 'https://cache.nix-ci.com'...
2331.50 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2331.81 s
[post-build-hook] copying 1 paths...
2331.81 s
[post-build-hook] copying path '/nix/store/padi6wf756kfmwgbmza3dl9smn091nl0-ghc-shell-for-packages-0.drv' to 'https://cache.nix-ci.com'...
2331.96 s
Progress: 156 of 157 built, 587 of 587 downloaded from cache