636.45 s
[stan] [8 of 9] Compiling Target.Partial
636.45 s
[stan] [9 of 9] Compiling Target.Style
636.45 s
[stan] [1 of 9] Compiling Target.AntiPattern
636.45 s
[stan] [2 of 9] Compiling Target.AntiPattern.Stan0206
636.45 s
[stan] [3 of 9] Compiling Target.AntiPattern.Stan0206Extensions
636.45 s
[stan] [4 of 9] Compiling Target.AntiPattern.Stan0212
636.45 s
[stan] [5 of 9] Compiling Target.AntiPattern.Stan0213
636.45 s
[stan] [6 of 9] Compiling Target.AntiPattern.Stan0214
636.45 s
[stan] [7 of 9] Compiling Target.Infinite
636.45 s
[stan] [8 of 9] Compiling Target.Partial
636.45 s
[stan] [9 of 9] Compiling Target.Style
636.45 s
[stan] buildPhase completed in 2 minutes 27 seconds
636.45 s
[stan] Phase: checkPhase
636.45 s
[stan] Running 1 test suites...
636.45 s
[stan] Test suite stan-test: RUNNING...
636.45 s
[stan] ⓘ Using the following .cabal file: stan.cabal
636.45 s
[stan]
636.45 s
[stan]
636.45 s
[stan] LoC tests
636.45 s
[stan] should count lines of code in the example file [✔]
636.45 s
[stan] Modules number tests
636.45 s
[stan] should count correct number of modules [✔]
636.45 s
[stan] CLI configuration tests
636.45 s
[stan] execParserPure . configToCliCommand ≡ pure [✔]
636.45 s
[stan] passed 100 tests.
636.45 s
[stan] Converts Config to CLI command and parses it back [✔]
636.45 s
[stan] TOML configuration tests
636.45 s
[stan] decode . encode ≡ pure [✔]
636.45 s
[stan] passed 100 tests.
636.45 s
[stan] Parses test/.stan.example.toml [✔]
636.45 s
[stan] Stan Configuration Tests
636.45 s
[stan] Configuration checks aggregation
636.45 s
[stan] applyCheck: Unit Tests
636.45 s
[stan] All inspections when empty Check list [✔]
636.45 s
[stan] Including all inspections [✔]
636.45 s
[stan] All inspections are excluded [✔]
636.45 s
[stan] Excluding single Inspection ID works [✔]
636.45 s
[stan] Excluding single file works [✔]
636.45 s
[stan] Excluding a directory works [✔]
636.45 s
[stan] Excluding inspection in a single file [✔]
636.45 s
[stan] applyCheck: Property Tests
636.45 s
[stan] Idempotence: applyChecks . applyChecks ≡ applyChecks [✔]
636.45 s
[stan] passed 100 tests.
636.45 s
[stan] CheckType Inversion: include c . exclude c ≡ id [✔]
636.45 s
[stan] passed 100 tests.
636.45 s
[stan] applyConfig tests
636.45 s
[stan] 'applyConfig' with no removed files is the same as 'applyChecks' [✔]
636.45 s
[stan] Removes all files [✔]
636.45 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:226:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.45 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.45 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.45 s
[tree-diff] |
636.45 s
[tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
636.45 s
[tree-diff] | ^^^^^^^^
636.45 s
[tree-diff]
636.45 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:226:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.45 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.45 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.45 s
[tree-diff] |
636.45 s
[tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
636.45 s
[tree-diff] | ^^^^^^^
636.45 s
[tree-diff]
636.45 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:227:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.45 s
[tree-diff] In the use of ‘red’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.45 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.45 s
[tree-diff] |
636.45 s
[tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
636.45 s
[tree-diff] | ^^^^^^
636.45 s
[tree-diff]
636.45 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:227:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.45 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.45 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.45 s
[tree-diff] |
636.45 s
[tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
636.45 s
[tree-diff] | ^^^^^^^^
636.45 s
[tree-diff]
636.45 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:227:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.45 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.45 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.45 s
[tree-diff] |
636.45 s
[tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
636.45 s
[tree-diff] | ^^^^^^^
636.45 s
[tree-diff]
636.45 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:27: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.45 s
[tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.45 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.45 s
[tree-diff] |
636.45 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
636.45 s
[tree-diff] | ^^^^^^^^
636.45 s
[tree-diff]
636.45 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.45 s
[tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.45 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.45 s
[tree-diff] |
636.45 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
636.45 s
[tree-diff] | ^^^^^^^
636.45 s
[tree-diff]
636.45 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.45 s
[tree-diff] In the use of ‘<$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.45 s
[deferred-folds] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
636.45 s
[deferred-folds] include tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
636.45 s
[deferred-folds] Linked component graph:
636.45 s
[deferred-folds] unit deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
636.45 s
[deferred-folds] include base-4.18.1.0
636.46 s
[deferred-folds] include bytestring-0.11.5.2
636.46 s
[deferred-folds] include containers-0.6.7
636.46 s
[deferred-folds] include foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
636.46 s
[deferred-folds] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
636.46 s
[deferred-folds] include primitive-0.9.1.0-4Xu9LMuZ2cCJzEReDHZuyI
636.46 s
[deferred-folds] include text-2.0.2
636.46 s
[deferred-folds] include transformers-0.6.1.0
636.46 s
[deferred-folds] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
636.46 s
[deferred-folds] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
636.46 s
[deferred-folds] DeferredFolds.Unfoldl=deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ:DeferredFolds.Unfoldl,DeferredFolds.UnfoldlM=deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ:DeferredFolds.UnfoldlM,DeferredFolds.Unfoldr=deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ:DeferredFolds.Unfoldr
636.46 s
[deferred-folds] unit deferred-folds-0.9.18.7-HCwkCqENQnl8gpMEJGWJzM-test
636.46 s
[deferred-folds] include deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
636.46 s
[deferred-folds] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
636.46 s
[deferred-folds] include rerebase-1.21.2-48qTSTMVjWWGDcHyvKzaQ3
636.46 s
[deferred-folds] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
636.46 s
[deferred-folds] include tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
636.46 s
[deferred-folds] Ready component graph:
636.46 s
[deferred-folds] definite deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
636.46 s
[deferred-folds] depends base-4.18.1.0
636.46 s
[deferred-folds] depends bytestring-0.11.5.2
636.46 s
[deferred-folds] depends containers-0.6.7
636.46 s
[deferred-folds] depends foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
636.46 s
[deferred-folds] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
636.46 s
[deferred-folds] depends primitive-0.9.1.0-4Xu9LMuZ2cCJzEReDHZuyI
636.46 s
[deferred-folds] depends text-2.0.2
636.46 s
[deferred-folds] depends transformers-0.6.1.0
636.46 s
[deferred-folds] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
636.46 s
[deferred-folds] depends vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
636.46 s
[deferred-folds] definite deferred-folds-0.9.18.7-HCwkCqENQnl8gpMEJGWJzM-test
636.46 s
[deferred-folds] depends deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
636.46 s
[deferred-folds] depends quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
636.46 s
[deferred-folds] depends rerebase-1.21.2-48qTSTMVjWWGDcHyvKzaQ3
636.46 s
[deferred-folds] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
636.46 s
[deferred-folds] depends tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
636.46 s
[deferred-folds] Using Cabal-3.10.1.0 compiled by ghc-9.6
636.46 s
[deferred-folds] Using compiler: ghc-9.6.3
636.46 s
[deferred-folds] Using install prefix:
636.46 s
[deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7
636.46 s
[deferred-folds] Executables installed in:
636.46 s
[deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/bin
636.46 s
[deferred-folds] Libraries installed in:
636.46 s
[deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
636.46 s
[deferred-folds] Dynamic Libraries installed in:
636.46 s
[deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
636.46 s
[deferred-folds] Private executables installed in:
636.46 s
[deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/libexec/x86_64-linux-ghc-9.6.3/deferred-folds-0.9.18.7
636.46 s
[deferred-folds] Data files installed in:
636.46 s
[deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/share/x86_64-linux-ghc-9.6.3/deferred-folds-0.9.18.7
636.46 s
[deferred-folds] Documentation installed in:
636.46 s
[deferred-folds] /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc/share/doc/deferred-folds-0.9.18.7
636.46 s
[deferred-folds] Configuration files installed in:
636.46 s
[deferred-folds] /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/etc
636.46 s
[deferred-folds] No alex found
636.46 s
[deferred-folds] Using ar found on system at:
636.46 s
[deferred-folds] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
636.46 s
[deferred-folds] No c2hs found
636.46 s
[deferred-folds] No cpphs found
636.46 s
[deferred-folds] No doctest found
636.46 s
[deferred-folds] Using gcc version 14.3.0 given by user at:
636.46 s
[deferred-folds] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
636.46 s
[deferred-folds] Using ghc version 9.6.3 found on system at:
636.46 s
[deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
636.46 s
[deferred-folds] Using ghc-pkg version 9.6.3 found on system at:
636.46 s
[deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
636.46 s
[deferred-folds] No ghcjs found
636.46 s
[deferred-folds] No ghcjs-pkg found
636.46 s
[deferred-folds] No greencard found
636.46 s
[deferred-folds] Using haddock version 2.29.1 found on system at:
636.46 s
[deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
636.46 s
[deferred-folds] No happy found
636.46 s
[deferred-folds] Using haskell-suite found on system at: haskell-suite-dummy-location
636.46 s
[focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/bin
636.46 s
[focus] Libraries installed in:
636.46 s
[focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
636.46 s
[focus] Dynamic Libraries installed in:
636.46 s
[focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
636.46 s
[focus] Private executables installed in:
636.46 s
[focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/libexec/x86_64-linux-ghc-9.6.3/focus-1.0.3.2
636.46 s
[focus] Data files installed in:
636.46 s
[focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/share/x86_64-linux-ghc-9.6.3/focus-1.0.3.2
636.46 s
[focus] Documentation installed in:
636.46 s
[focus] /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc/share/doc/focus-1.0.3.2
636.46 s
[focus] Configuration files installed in:
636.46 s
[focus] /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/etc
636.46 s
[focus] No alex found
636.46 s
[focus] Using ar found on system at:
636.46 s
[focus] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
636.46 s
[focus] No c2hs found
636.46 s
[focus] No cpphs found
636.46 s
[focus] No doctest found
636.46 s
[focus] Using gcc version 14.3.0 given by user at:
636.46 s
[focus] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
636.46 s
[focus] Using ghc version 9.6.3 found on system at:
636.46 s
[focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
636.46 s
[focus] Using ghc-pkg version 9.6.3 found on system at:
636.46 s
[focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
636.46 s
[focus] No ghcjs found
636.46 s
[focus] No ghcjs-pkg found
636.46 s
[focus] No greencard found
636.46 s
[focus] Using haddock version 2.29.1 found on system at:
636.46 s
[focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
636.46 s
[focus] No happy found
636.46 s
[focus] Using haskell-suite found on system at: haskell-suite-dummy-location
636.46 s
[focus] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
636.46 s
[focus] No hmake found
636.46 s
[focus] Using hpc version 0.68 found on system at:
636.46 s
[focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
636.46 s
[focus] Using hsc2hs version 0.68.9 found on system at:
636.46 s
[focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
636.46 s
[focus] Using hscolour version 1.25 found on system at:
636.46 s
[focus] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
636.46 s
[focus] No jhc found
636.46 s
[focus] Using ld found on system at:
636.46 s
[focus] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
636.46 s
[focus] No pkg-config found
636.46 s
[focus] Using runghc version 9.6.3 found on system at:
636.46 s
[focus] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
636.46 s
[focus] Using strip version 2.44 found on system at:
636.46 s
[focus] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
636.46 s
[focus] Using tar found on system at:
636.46 s
[focus] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
636.46 s
[focus] No uhc found
636.46 s
[focus] Phase: buildPhase
636.46 s
[focus] Preprocessing library for focus-1.0.3.2..
636.46 s
[focus] Building library for focus-1.0.3.2..
636.46 s
[focus] [1 of 2] Compiling Focus.Prelude ( library/Focus/Prelude.hs, dist/build/Focus/Prelude.o, dist/build/Focus/Prelude.dyn_o )
636.46 s
[focus] [2 of 2] Compiling Focus ( library/Focus.hs, dist/build/Focus.o, dist/build/Focus.dyn_o )
636.46 s
[focus] [1 of 2] Compiling Focus.Prelude ( library/Focus/Prelude.hs, dist/build/Focus/Prelude.p_o )
636.46 s
[focus] [2 of 2] Compiling Focus ( library/Focus.hs, dist/build/Focus.p_o )
636.46 s
[focus] Preprocessing test suite 'test' for focus-1.0.3.2..
636.46 s
[focus] Building test suite 'test' for focus-1.0.3.2..
636.46 s
[focus] [1 of 1] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o, dist/build/test/test-tmp/Main.dyn_o )
636.46 s
[focus] [2 of 2] Linking dist/build/test/test
636.46 s
[focus] Phase: checkPhase
636.46 s
[focus] Running 1 test suites...
636.46 s
[focus] Test suite test: RUNNING...
636.46 s
[focus]
636.46 s
[focus] Monadically composed lookup and insert (https://github.com/nikita-volkov/stm-containers/issues/25): OK
636.46 s
[focus] Applicatively composed lookup and insert: OK
636.46 s
[focus] Applicatively composed pure and insert: OK
636.46 s
[focus] insert: OK
636.46 s
[focus] alter: OK
636.46 s
[focus] update: OK
636.46 s
[hiedb] getReachableUnreachable (src/HieDb/Query.hs:278)
636.46 s
[hiedb] splitByReachability (src/HieDb/Query.hs:285)
636.46 s
[hiedb] 66% ( 14 / 21) in 'HieDb.Create'
636.46 s
[hiedb] Missing documentation for:
636.46 s
[hiedb] Module header
636.46 s
[hiedb] sCHEMA_VERSION (src/HieDb/Create.hs:39)
636.46 s
[hiedb] dB_VERSION (src/HieDb/Create.hs:42)
636.46 s
[hiedb] defaultSkipOptions (src/HieDb/Create.hs:241)
636.46 s
[hiedb] addRefsFromLoaded (src/HieDb/Create.hs:281)
636.46 s
[hiedb] addRefsFromLoadedInternal (src/HieDb/Create.hs:294)
636.46 s
[hiedb] deleteInternalTables (src/HieDb/Create.hs:412)
636.46 s
[hiedb] 83% ( 5 / 6) in 'HieDb'
636.46 s
[hiedb] Missing documentation for:
636.46 s
[hiedb] Module header
636.46 s
[hiedb] 0% ( 0 / 27) in 'HieDb.Run'
636.46 s
[hiedb] Missing documentation for:
636.46 s
[hiedb] Module header
636.46 s
[hiedb] hiedbMain (src/HieDb/Run.hs:52)
636.46 s
[hiedb] Options (src/HieDb/Run.hs:74)
636.46 s
[hiedb] Command (src/HieDb/Run.hs:87)
636.46 s
[hiedb] progParseInfo (src/HieDb/Run.hs:111)
636.46 s
[hiedb] progParser (src/HieDb/Run.hs:117)
636.46 s
[hiedb] optParser (src/HieDb/Run.hs:120)
636.46 s
[hiedb] cmdParser (src/HieDb/Run.hs:155)
636.46 s
[hiedb] posParser (src/HieDb/Run.hs:218)
636.46 s
[hiedb] maybeUnitId (src/HieDb/Run.hs:221)
636.46 s
[hiedb] symbolParser (src/HieDb/Run.hs:225)
636.46 s
[hiedb] moduleNameParser (src/HieDb/Run.hs:228)
636.46 s
[hiedb] hieTarget (src/HieDb/Run.hs:231)
636.46 s
[hiedb] progress (src/HieDb/Run.hs:236)
636.46 s
[hiedb] doIndex (src/HieDb/Run.hs:253)
636.46 s
[hiedb] runCommand (src/HieDb/Run.hs:271)
636.46 s
[hiedb] printInfo (src/HieDb/Run.hs:448)
636.46 s
[hiedb] hieFileCommand (src/HieDb/Run.hs:471)
636.46 s
[hiedb] reportAmbiguousErr (src/HieDb/Run.hs:474)
636.46 s
[hiedb] showHieDbErr (src/HieDb/Run.hs:480)
636.46 s
[hiedb] reportRefSpans (src/HieDb/Run.hs:491)
636.46 s
[hiedb] reportRefs (src/HieDb/Run.hs:543)
636.46 s
[hiedb] colouredPP (src/HieDb/Run.hs:550)
636.46 s
[hiedb] ppName (src/HieDb/Run.hs:558)
636.46 s
[hiedb] ppMod (src/HieDb/Run.hs:561)
636.46 s
[hiedb] ppUnit (src/HieDb/Run.hs:564)
636.46 s
[hiedb] ppSpan (src/HieDb/Run.hs:567)
636.46 s
[hiedb] Warning: HieDb.Compat: could not find link destinations for:
636.46 s
[hiedb] - GHC.Types.Unique.Supply.genSym
636.46 s
[hiedb] Documentation created: dist/doc/html/hiedb/index.html,
636.46 s
[hiedb] dist/doc/html/hiedb/hiedb.txt
636.46 s
[hiedb] Preprocessing executable 'hiedb' for hiedb-0.6.0.2..
636.46 s
[hiedb] Phase: installPhase
636.46 s
[hiedb] Installing library in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
636.46 s
[hiedb] Installing executable hiedb in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/bin
636.46 s
[hiedb] Warning: The directory
636.46 s
[hiedb] /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/bin is not in the
636.46 s
[hiedb] system search path.
636.46 s
[hiedb] Phase: fixupPhase
636.46 s
[hiedb] shrinking RPATHs of ELF executables and libraries in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2
636.46 s
[hiedb] shrinking /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe-ghc9.6.3.so
636.46 s
[hiedb] shrinking /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/bin/hiedb
636.46 s
[hiedb] checking for references to /build/ in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2...
636.46 s
[hiedb] patching script interpreter paths in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2
636.46 s
[hiedb] stripping (with command strip and flags -S -p) in /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/lib /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2/bin
636.46 s
[hiedb] shrinking RPATHs of ELF executables and libraries in /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc
636.46 s
[hiedb] checking for references to /build/ in /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc...
636.46 s
[hiedb] patching script interpreter paths in /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc
636.46 s
[hw-prim] ✓ <interactive> passed 100 tests.
636.46 s
[hw-prim] Conversion of ByteString works 2 [✔]
636.46 s
[hw-prim] ✓ <interactive> passed 100 tests.
636.46 s
[hw-prim] Conversion of ByteString works 3 [✔]
636.46 s
[hw-prim] HaskellWorks.Data.Vector.Storable
636.46 s
[hw-prim] HaskellWorks.Data.Vector.StorableSpec
636.46 s
[hw-prim] ✓ <interactive> passed 100 tests.
636.46 s
[hw-prim] mapAccumL: f a b = (a + 1, b * 2) [✔]
636.46 s
[hw-prim] ✓ <interactive> passed 100 tests.
636.46 s
[hw-prim] mapAccumL: f a b = (a * 2, b + 1) [✔]
636.46 s
[hw-prim] ✓ <interactive> passed 100 tests.
636.46 s
[hw-prim] construct2N [✔]
636.46 s
[hw-prim] construct64UnzipN
636.46 s
[hw-prim] ✓ <interactive> passed 100 tests.
636.46 s
[hw-prim] property [✔]
636.46 s
[hw-prim] ✓ <interactive> passed 100 tests.
636.46 s
[hw-prim] unzipFromListN2 [✔]
636.46 s
[hw-prim]
636.46 s
[hw-prim] Finished in 5.4791 seconds
636.46 s
[hw-prim] 44 examples, 0 failures
636.46 s
[hw-prim] Test suite hw-prim-test: PASS
636.46 s
[hw-prim] Test suite logged to: dist/test/hw-prim-0.6.3.2-hw-prim-test.log
636.46 s
[hw-prim] Test suite doctest: RUNNING...
636.46 s
[hw-prim] Examples: 48 Tried: 48 Errors: 0 Failures: 0
636.46 s
[hw-prim] Test suite doctest: PASS
636.46 s
[hw-prim] Test suite logged to: dist/test/hw-prim-0.6.3.2-doctest.log
636.46 s
[hw-prim] 2 of 2 test suites (2 of 2 test cases) passed.
636.46 s
[hw-prim] Phase: haddockPhase
636.46 s
[hw-prim] Preprocessing library for hw-prim-0.6.3.2..
636.46 s
[hw-prim] Running Haddock on library for hw-prim-0.6.3.2..
636.46 s
[hw-prim] Warning: The documentation for the following packages are not installed. No
636.46 s
[hw-prim] links will be generated to these packages: vector-0.13.2.0
636.46 s
[hw-prim] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
636.46 s
[hw-prim] Warning: 'unfoldrM' is out of scope.
636.46 s
[hw-prim] If you qualify the identifier, haddock can try to link it anyway.
636.46 s
[hw-prim] 28% ( 2 / 7) in 'HaskellWorks.Control.Monad.Lazy'
636.46 s
[hw-prim] Missing documentation for:
636.46 s
[hw-prim] Module header
636.46 s
[hw-prim] interleaveSequenceIO (src/HaskellWorks/Control/Monad/Lazy.hs:18)
636.46 s
[hw-prim] interleaveSequenceM (src/HaskellWorks/Control/Monad/Lazy.hs:25)
636.46 s
[hw-prim] interleaveForM (src/HaskellWorks/Control/Monad/Lazy.hs:63)
636.46 s
[hw-prim] forceM (src/HaskellWorks/Control/Monad/Lazy.hs:66)
636.46 s
[hw-prim] 94% ( 16 / 17) in 'HaskellWorks.Data.Branchless'
636.46 s
[hw-prim] Missing documentation for:
636.46 s
[hw-prim] Module header
636.46 s
[hw-prim] 9% ( 1 / 11) in 'HaskellWorks.Data.ByteString'
636.46 s
[hw-prim] Missing documentation for:
636.46 s
[hw-prim] Module header
636.46 s
[hw-prim] ToByteString (src/HaskellWorks/Data/ByteString.hs:34)
636.46 s
[hw-prim] ToByteStrings (src/HaskellWorks/Data/ByteString.hs:65)
636.46 s
[hw-prim] mmap (src/HaskellWorks/Data/ByteString.hs:217)
636.46 s
[hw-prim] padded (src/HaskellWorks/Data/ByteString.hs:223)
636.46 s
[hw-prim] rechunk (src/HaskellWorks/Data/ByteString.hs:143)
636.46 s
[hw-prim] rechunkPadded (src/HaskellWorks/Data/ByteString.hs:159)
636.46 s
[hw-prim] resegment (src/HaskellWorks/Data/ByteString.hs:175)
636.46 s
[hw-prim] resegmentPadded (src/HaskellWorks/Data/ByteString.hs:191)
636.46 s
[hw-prim] hGetContentsChunkedBy (src/HaskellWorks/Data/ByteString.hs:208)
636.46 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.ByteString.Builder'
636.47 s
[hw-prim] Missing documentation for:
636.47 s
[hw-prim] Module header
636.47 s
[hw-prim] chainInterleaveIO (src/HaskellWorks/Data/ByteString/Builder.hs:11)
636.47 s
[hw-prim] 0% ( 0 / 7) in 'HaskellWorks.Data.ByteString.Lazy'
636.47 s
[hw-prim] Missing documentation for:
636.47 s
[hw-prim] Module header
636.47 s
[hw-prim] ToLazyByteString (src/HaskellWorks/Data/ByteString/Lazy.hs:25)
636.47 s
[hw-prim] resegment (src/HaskellWorks/Data/ByteString/Lazy.hs:64)
636.47 s
[hw-prim] resegmentPadded (src/HaskellWorks/Data/ByteString/Lazy.hs:67)
636.47 s
[hw-prim] rechunk (src/HaskellWorks/Data/ByteString/Lazy.hs:70)
636.47 s
[hw-prim] rechunkPadded (src/HaskellWorks/Data/ByteString/Lazy.hs:73)
636.47 s
[hw-prim] hGetContentsChunkedBy (src/HaskellWorks/Data/ByteString/Lazy.hs:76)
636.47 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Char.IsChar'
636.47 s
[hw-prim] Missing documentation for:
636.47 s
[hw-prim] Module header
636.47 s
[hw-prim] IsChar (src/HaskellWorks/Data/Char/IsChar.hs:9)
636.47 s
[hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Char'
636.47 s
[hw-prim] Missing documentation for:
636.47 s
[hw-prim] Module header
636.47 s
[hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Concat'
636.47 s
[hw-prim] Missing documentation for:
636.47 s
[hw-prim] Module header
636.47 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Container'
636.47 s
[hw-prim] Missing documentation for:
636.47 s
[hw-prim] Module header
636.47 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
636.47 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Cons'
636.47 s
[hw-prim] Missing documentation for:
636.47 s
[hw-prim] Module header
636.47 s
[hw-prim] Cons (src/HaskellWorks/Data/Cons.hs:17)
636.47 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Decode'
636.47 s
[hw-prim] Missing documentation for:
636.47 s
[hw-prim] Module header
636.47 s
[hw-prim] Decode (src/HaskellWorks/Data/Decode.hs:10)
636.47 s
[hw-prim] DecodeError (src/HaskellWorks/Data/Decode.hs:8)
636.47 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Empty'
636.47 s
[hw-prim] Missing documentation for:
636.47 s
[hw-prim] Module header
636.47 s
[neat-interpolation] depends base-4.18.1.0
636.47 s
[neat-interpolation] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
636.47 s
[neat-interpolation] depends template-haskell-2.20.0.0
636.47 s
[neat-interpolation] depends text-2.0.2
636.47 s
[neat-interpolation] definite neat-interpolation-0.5.1.4-8oRJWxj5K7j4awE9ccV698-test
636.47 s
[neat-interpolation] depends neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
636.47 s
[neat-interpolation] depends rerebase-1.21.2-48qTSTMVjWWGDcHyvKzaQ3
636.47 s
[neat-interpolation] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
636.47 s
[neat-interpolation] depends tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
636.47 s
[neat-interpolation] Using Cabal-3.10.1.0 compiled by ghc-9.6
636.47 s
[neat-interpolation] Using compiler: ghc-9.6.3
636.47 s
[neat-interpolation] Using install prefix:
636.47 s
[neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4
636.47 s
[neat-interpolation] Executables installed in:
636.47 s
[neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/bin
636.47 s
[neat-interpolation] Libraries installed in:
636.47 s
[neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
636.47 s
[neat-interpolation] Dynamic Libraries installed in:
636.47 s
[neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
636.47 s
[neat-interpolation] Private executables installed in:
636.47 s
[neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/libexec/x86_64-linux-ghc-9.6.3/neat-interpolation-0.5.1.4
636.47 s
[neat-interpolation] Data files installed in:
636.47 s
[neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/share/x86_64-linux-ghc-9.6.3/neat-interpolation-0.5.1.4
636.47 s
[neat-interpolation] Documentation installed in:
636.47 s
[neat-interpolation] /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc/share/doc/neat-interpolation-0.5.1.4
636.47 s
[neat-interpolation] Configuration files installed in:
636.47 s
[neat-interpolation] /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/etc
636.47 s
[neat-interpolation] No alex found
636.47 s
[neat-interpolation] Using ar found on system at:
636.47 s
[neat-interpolation] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
636.47 s
[neat-interpolation] No c2hs found
636.47 s
[neat-interpolation] No cpphs found
636.47 s
[neat-interpolation] No doctest found
636.47 s
[neat-interpolation] Using gcc version 14.3.0 given by user at:
636.47 s
[neat-interpolation] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
636.47 s
[neat-interpolation] Using ghc version 9.6.3 found on system at:
636.47 s
[neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
636.47 s
[neat-interpolation] Using ghc-pkg version 9.6.3 found on system at:
636.47 s
[neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
636.47 s
[neat-interpolation] No ghcjs found
636.47 s
[neat-interpolation] No ghcjs-pkg found
636.47 s
[neat-interpolation] No greencard found
636.47 s
[neat-interpolation] Using haddock version 2.29.1 found on system at:
636.47 s
[neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
636.47 s
[neat-interpolation] No happy found
636.47 s
[neat-interpolation] Using haskell-suite found on system at: haskell-suite-dummy-location
636.47 s
[neat-interpolation] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
636.47 s
[neat-interpolation] No hmake found
636.47 s
[neat-interpolation] Using hpc version 0.68 found on system at:
636.47 s
[neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
636.47 s
[neat-interpolation] Using hsc2hs version 0.68.9 found on system at:
636.47 s
[neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
636.47 s
[neat-interpolation] Using hscolour version 1.25 found on system at:
636.47 s
[neat-interpolation] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
636.47 s
[neat-interpolation] No jhc found
636.47 s
[neat-interpolation] Using ld found on system at:
636.47 s
[neat-interpolation] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
636.47 s
[neat-interpolation] No pkg-config found
636.47 s
[neat-interpolation] Using runghc version 9.6.3 found on system at:
636.47 s
[neat-interpolation] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
636.47 s
[neat-interpolation] Using strip version 2.44 found on system at:
636.47 s
[neat-interpolation] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
636.47 s
[neat-interpolation] Using tar found on system at:
636.47 s
[neat-interpolation] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
636.47 s
[neat-interpolation] No uhc found
636.47 s
[neat-interpolation] Phase: buildPhase
636.47 s
[neat-interpolation] Preprocessing library for neat-interpolation-0.5.1.4..
636.47 s
[neat-interpolation] Building library for neat-interpolation-0.5.1.4..
636.47 s
[neat-interpolation] [1 of 4] Compiling NeatInterpolation.Prelude ( library/NeatInterpolation/Prelude.hs, dist/build/NeatInterpolation/Prelude.o, dist/build/NeatInterpolation/Prelude.dyn_o )
636.47 s
[neat-interpolation] [2 of 4] Compiling NeatInterpolation.Parsing ( library/NeatInterpolation/Parsing.hs, dist/build/NeatInterpolation/Parsing.o, dist/build/NeatInterpolation/Parsing.dyn_o )
636.47 s
[neat-interpolation] [3 of 4] Compiling NeatInterpolation.String ( library/NeatInterpolation/String.hs, dist/build/NeatInterpolation/String.o, dist/build/NeatInterpolation/String.dyn_o )
636.47 s
[path] fileExtension "/name/name...foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name/name...foo" == "/name/name...foo" [✔]
636.47 s
[path] addExtension ".foo" "/name/.name" == "/name/.name.foo" [✔]
636.47 s
[path] fileExtension "/name/.name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name/.name.foo" == "/name/.name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name/..name" == "/name/..name.foo" [✔]
636.47 s
[path] fileExtension "/name/..name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name/..name.foo" == "/name/..name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name/name.name" == "/name/name.name.foo" [✔]
636.47 s
[path] fileExtension "/name/name.name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name/name.name.foo" == "/name/name.name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name/name..name" == "/name/name..name.foo" [✔]
636.47 s
[path] fileExtension "/name/name..name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name/name..name.foo" == "/name/name..name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name/..." == "/name/....foo" [✔]
636.47 s
[path] fileExtension "/name/....foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name/....foo" == "/name/....foo" [✔]
636.47 s
[path] addExtension ".foo" "/name./name" == "/name./name.foo" [✔]
636.47 s
[path] fileExtension "/name./name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name./name.foo" == "/name./name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name./name." == "/name./name..foo" [✔]
636.47 s
[path] fileExtension "/name./name..foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name./name..foo" == "/name./name..foo" [✔]
636.47 s
[path] addExtension ".foo" "/name./name.." == "/name./name...foo" [✔]
636.47 s
[path] fileExtension "/name./name...foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name./name...foo" == "/name./name...foo" [✔]
636.47 s
[path] addExtension ".foo" "/name./.name" == "/name./.name.foo" [✔]
636.47 s
[path] fileExtension "/name./.name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name./.name.foo" == "/name./.name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name./..name" == "/name./..name.foo" [✔]
636.47 s
[path] fileExtension "/name./..name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name./..name.foo" == "/name./..name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name./name.name" == "/name./name.name.foo" [✔]
636.47 s
[path] fileExtension "/name./name.name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name./name.name.foo" == "/name./name.name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name./name..name" == "/name./name..name.foo" [✔]
636.47 s
[path] fileExtension "/name./name..name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name./name..name.foo" == "/name./name..name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name./..." == "/name./....foo" [✔]
636.47 s
[path] fileExtension "/name./....foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name./....foo" == "/name./....foo" [✔]
636.47 s
[path] addExtension ".foo" "/name../name" == "/name../name.foo" [✔]
636.47 s
[path] fileExtension "/name../name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name../name.foo" == "/name../name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name../name." == "/name../name..foo" [✔]
636.47 s
[path] fileExtension "/name../name..foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name../name..foo" == "/name../name..foo" [✔]
636.47 s
[path] addExtension ".foo" "/name../name.." == "/name../name...foo" [✔]
636.47 s
[path] fileExtension "/name../name...foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name../name...foo" == "/name../name...foo" [✔]
636.47 s
[path] addExtension ".foo" "/name../.name" == "/name../.name.foo" [✔]
636.47 s
[path] fileExtension "/name../.name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name../.name.foo" == "/name../.name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name../..name" == "/name../..name.foo" [✔]
636.47 s
[path] fileExtension "/name../..name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name../..name.foo" == "/name../..name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name../name.name" == "/name../name.name.foo" [✔]
636.47 s
[path] fileExtension "/name../name.name.foo" == .foo [✔]
636.47 s
[path] replaceExtension ".foo" "/name../name.name.foo" == "/name../name.name.foo" [✔]
636.47 s
[path] addExtension ".foo" "/name../name..name" == "/name../name..name.foo" [✔]
636.47 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
636.47 s
[quickcheck-classes]
636.47 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Euclidean.hs:29:1: warning : [ -Wunused-imports ]
636.47 s
[quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
636.47 s
[quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
636.47 s
[quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
636.47 s
[quickcheck-classes] |
636.47 s
[quickcheck-classes] 29 | import Test.QuickCheck.Property (Property)
636.47 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
636.47 s
[quickcheck-classes] 50% ( 1 / 2) in 'Test.QuickCheck.Classes.IsList'
636.47 s
[quickcheck-classes] Missing documentation for:
636.47 s
[quickcheck-classes] Module header
636.47 s
[quickcheck-classes]
636.47 s
[quickcheck-classes] src/Test/QuickCheck/Classes/MVector.hs:20:1: warning : [ -Wunused-imports ]
636.47 s
[quickcheck-classes] The import of ‘Control.Applicative’ is redundant
636.47 s
[quickcheck-classes] except perhaps to import instances from ‘Control.Applicative’
636.47 s
[quickcheck-classes] To import instances alone, use: import Control.Applicative()
636.47 s
[quickcheck-classes] |
636.47 s
[quickcheck-classes] 20 | import Control.Applicative
636.47 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
636.47 s
[quickcheck-classes]
636.47 s
[quickcheck-classes] src/Test/QuickCheck/Classes/MVector.hs:23:1: warning : [ -Wunused-imports ]
636.47 s
[quickcheck-classes] The import of ‘Data.Functor’ is redundant
636.47 s
[quickcheck-classes] except perhaps to import instances from ‘Data.Functor’
636.47 s
[quickcheck-classes] To import instances alone, use: import Data.Functor()
636.47 s
[quickcheck-classes] |
636.47 s
[quickcheck-classes] 23 | import Data.Functor
636.47 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^
636.47 s
[quickcheck-classes]
636.47 s
[quickcheck-classes] src/Test/QuickCheck/Classes/MVector.hs:29:1: warning : [ -Wunused-imports ]
636.47 s
[quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
636.47 s
[quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
636.47 s
[quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
636.47 s
[quickcheck-classes] |
636.47 s
[quickcheck-classes] 29 | import Test.QuickCheck.Property (Property)
636.47 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
636.47 s
[quickcheck-classes] Warning: 'altLaws' is out of scope.
636.47 s
[quickcheck-classes] If you qualify the identifier, haddock can try to link it anyway.
636.47 s
[quickcheck-classes]
636.47 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:19:1: warning : [ -Wunused-imports ]
636.47 s
[quickcheck-classes] The import of ‘Data.Functor’ is redundant
636.47 s
[quickcheck-classes] except perhaps to import instances from ‘Data.Functor’
636.47 s
[quickcheck-classes] To import instances alone, use: import Data.Functor()
636.47 s
[quickcheck-classes] |
636.47 s
[quickcheck-classes] 19 | import Data.Functor
636.47 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^
636.47 s
[quickcheck-classes]
636.47 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:20:1: warning : [ -Wunused-imports ]
636.47 s
[quickcheck-classes] The import of ‘Data.Functor.Alt’ is redundant
636.47 s
[quickcheck-classes] except perhaps to import instances from ‘Data.Functor.Alt’
636.47 s
[quickcheck-classes] To import instances alone, use: import Data.Functor.Alt()
636.47 s
[quickcheck-classes] |
636.47 s
[quickcheck-classes] 20 | import Data.Functor.Alt (Alt)
636.47 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
636.47 s
[quickcheck-classes]
636.47 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:26:1: warning : [ -Wunused-imports ]
636.47 s
[quickcheck-classes] The import of ‘Test.QuickCheck.Arbitrary’ is redundant
636.47 s
[quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Arbitrary’
636.47 s
[quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Arbitrary()
636.47 s
[quickcheck-classes] |
636.47 s
[quickcheck-classes] 26 | import Test.QuickCheck.Arbitrary (Arbitrary1(..))
636.47 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
636.47 s
[quickcheck-classes]
636.47 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:27:1: warning : [ -Wunused-imports ]
636.47 s
[quickcheck-classes] The import of ‘Data.Functor.Classes’ is redundant
636.47 s
[row-types] |
636.47 s
[row-types] 378 | newtype RFMap (g :: k1 -> k2) (ϕ :: Row (k2 -> * )) (ρ :: Row k1) = RFMap { unRFMap :: Rec (Ap ϕ (Map g ρ)) }
636.47 s
[row-types] | ^
636.47 s
[row-types]
636.47 s
[row-types] src/Data/Row/Records.hs:379:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
636.47 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
636.47 s
[row-types] relies on the StarIsType extension, which will become
636.47 s
[row-types] deprecated in the future.
636.47 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
636.47 s
[row-types] |
636.47 s
[row-types] 379 | newtype RecAp (ϕ :: Row (k -> * )) (ρ :: Row k) = RecAp (Rec (Ap ϕ ρ))
636.47 s
[row-types] | ^
636.47 s
[row-types]
636.47 s
[row-types] src/Data/Row/Records.hs:380:24: warning : [ GHC-39567 ] [ -Wstar-is-type ]
636.47 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
636.47 s
[row-types] relies on the StarIsType extension, which will become
636.47 s
[row-types] deprecated in the future.
636.47 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
636.47 s
[row-types] |
636.47 s
[row-types] 380 | newtype App (f :: k -> * ) (a :: k) = App (f a)
636.47 s
[row-types] | ^
636.47 s
[row-types]
636.47 s
[row-types] src/Data/Row/Records.hs:383:38: warning : [ GHC-39567 ] [ -Wstar-is-type ]
636.47 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
636.47 s
[row-types] relies on the StarIsType extension, which will become
636.47 s
[row-types] deprecated in the future.
636.47 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
636.47 s
[row-types] |
636.47 s
[row-types] 383 | mapF :: forall k c g (ϕ :: Row (k -> * )) (ρ :: Row k). BiForall ϕ ρ c
636.47 s
[row-types] | ^
636.47 s
[row-types]
636.47 s
[row-types] src/Data/Row/Records.hs:574:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
636.47 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
636.47 s
[row-types] relies on the StarIsType extension, which will become
636.47 s
[row-types] deprecated in the future.
636.47 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
636.47 s
[row-types] |
636.47 s
[row-types] 574 | newtype RecPair (ρ1 :: Row * ) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2)
636.47 s
[row-types] | ^
636.47 s
[row-types]
636.47 s
[row-types] src/Data/Row/Records.hs:574:43: warning : [ GHC-39567 ] [ -Wstar-is-type ]
636.47 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
636.47 s
[row-types] relies on the StarIsType extension, which will become
636.47 s
[row-types] deprecated in the future.
636.47 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
636.47 s
[row-types] |
636.47 s
[row-types] 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row * ) = RecPair (Rec ρ1, Rec ρ2)
636.47 s
[row-types] | ^
636.47 s
[row-types]
636.47 s
[row-types] src/Data/Row/Records.hs:575:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
636.47 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
636.47 s
[row-types] relies on the StarIsType extension, which will become
636.47 s
[row-types] deprecated in the future.
636.47 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
636.47 s
[row-types] |
636.47 s
[row-types] 575 | newtype RZipPair (ρ1 :: Row * ) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
636.47 s
[row-types] | ^
636.47 s
[row-types]
636.47 s
[row-types] src/Data/Row/Records.hs:575:43: warning : [ GHC-39567 ] [ -Wstar-is-type ]
636.47 s
[stan] Removes a single file [✔]
636.47 s
[stan] Removes all files from a directory [✔]
636.47 s
[stan] Removes 2 files [✔]
636.47 s
[stan] Removes all files when they are specified explicitly [✔]
636.47 s
[stan] Observation
636.47 s
[stan] calculates Observation Id properly [✔]
636.47 s
[stan] Static Analysis
636.47 s
[stan] Partial functions
636.47 s
[stan] STAN-0001: finds usage of 'base/GHC.List/head' [✔]
636.47 s
[stan] STAN-0002: finds usage of 'base/GHC.List/tail' [✔]
636.47 s
[stan] STAN-0003: finds usage of 'base/GHC.List/init' [✔]
636.47 s
[stan] STAN-0004: finds usage of 'base/GHC.List/last' [✔]
636.47 s
[stan] STAN-0005: finds usage of 'base/GHC.List/!!' [✔]
636.47 s
[stan] STAN-0006: finds usage of 'base/GHC.List/cycle' [✔]
636.47 s
[stan] STAN-0007: finds usage of 'base/Data.OldList/genericIndex' [✔]
636.47 s
[stan] STAN-0008: finds usage of 'base/Data.Maybe/fromJust' [✔]
636.47 s
[stan] STAN-0009: finds usage of 'base/Text.Read/read' [✔]
636.47 s
[stan] STAN-0010: finds usage of 'base/GHC.Enum/succ' [✔]
636.47 s
[stan] STAN-0011: finds usage of 'base/GHC.Enum/pred' [✔]
636.47 s
[stan] STAN-0012: finds usage of 'base/GHC.Enum/toEnum' [✔]
636.47 s
[stan] STAN-0013: finds usage of 'base/Data.Foldable/maximum' [✔]
636.47 s
[stan] STAN-0014: finds usage of 'base/Data.Foldable/minimum' [✔]
636.47 s
[stan] STAN-0015: finds usage of 'base/Data.Foldable/maximumBy' [✔]
636.47 s
[stan] STAN-0016: finds usage of 'base/Data.Foldable/minimumBy' [✔]
636.47 s
[stan] STAN-0017: finds usage of 'base/Data.Foldable/foldl1' [✔]
636.47 s
[stan] STAN-0018: finds usage of 'base/GHC.List/foldl1'' [✔]
636.47 s
[stan] STAN-0019: finds usage of 'base/Data.Foldable/foldr1' [✔]
636.47 s
[stan] STAN-0020: finds usage of 'base/GHC.IsList/fromList' [✔]
636.47 s
[stan] STAN-0021: finds usage of 'base/GHC.Num/fromInteger' [✔]
636.47 s
[stan] STAN-0022: finds usage of 'base/GHC.Real/fromRational' [✔]
636.47 s
[stan] STAN-0023: finds usage of 'base/GHC.Real/realToFrac' [✔]
636.47 s
[stan] STAN-0024: finds usage of 'base/GHC.Real/recip' [✔]
636.47 s
[stan] STAN-0025: finds usage of 'base/GHC.Real//' [✔]
636.47 s
[stan] STAN-0010: doesn't trigger on 'succ :: Natural -> Natural' [✔]
636.47 s
[stan] STAN-0011: doesn't trigger on 'pred :: Integer -> Integer' [✔]
636.47 s
[stan] STAN-0011: triggers on polymorphic 'pred :: Enum a => a -> a' [✔]
636.47 s
[stan] STAN-0020: triggers on 'Data.List.NonEmpty.fromList' [✔]
636.47 s
[stan] Infinite functions
636.47 s
[stan] STAN-0101: finds usage of 'base/GHC.List/reverse' [✔]
636.47 s
[stan] STAN-0102: finds usage of 'base/Data.OldList/isSuffixOf' [✔]
636.47 s
[stan] STAN-0103: finds usage of 'base/Data.Foldable/length' [✔]
636.47 s
[stan] STAN-0104: finds usage of 'base/Data.OldList/genericLength' [✔]
636.47 s
[stan] STAN-0105: finds usage of 'base/Data.Foldable/sum' [✔]
636.47 s
[stan] STAN-0106: finds usage of 'base/Data.Foldable/product' [✔]
636.47 s
[stan] STAN-0103: finds usage of 'base/Data.Foldable/length' [✔]
636.47 s
[stan] Anti-patterns
636.47 s
[stan] STAN-0201: finds usage of '[0 .. length xs]' [✔]
636.47 s
[stan] STAN-0201: doesn't trigger on '[0 .. length xs - 1]' [✔]
636.47 s
[stan] STAN-0202: finds usage of 'foldl' [✔]
636.47 s
[stan] STAN-0203: finds usage of 'Data.ByteString.Char8.pack' [✔]
636.47 s
[stan] STAN-0204: finds usage of 'Data.HashMap.size' [✔]
636.47 s
[stan] STAN-0204: finds usage of 'length' for 'HashMap' [✔]
636.47 s
[stan] STAN-0205: finds usage of 'Data.HashSet.size' [✔]
636.47 s
[stan] STAN-0205: finds usage of 'length' for 'HashSet' [✔]
636.47 s
[stan] STAN-0206: Strict data type fields
636.47 s
[stan] Without extensions
636.47 s
[stan] Doesn't trigger on strict field [✔]
636.48 s
[stan] Finds simple lazy field [✔]
636.48 s
[stan] Finds polymorphic lazy field [✔]
636.48 s
[stan] Doesn't trigger on plain newtype [✔]
636.48 s
[stan] Doesn't trigger on a record newtype [✔]
636.48 s
[stan] Doesn't trigger on strict sum type field among many fields [✔]
636.48 s
[stan] Finds lazy field in a sum type constructor with multiple fields [✔]
636.48 s
[stan] Doesn't trigger on a single strict sum type field [✔]
636.48 s
[stan] Finds single lazy field in a sum type with multiple constructors [✔]
636.48 s
[stan] Doesn't trigger on forall wo constraint with 1 var [✔]
636.48 s
[stan] Finds single lazy field after forall wo constraint with 1 var [✔]
636.48 s
[stan] Doesn't trigger on forall wo constraint with 2 var [✔]
636.48 s
[stan] Finds single lazy field after forall wo constraint with 2 var [✔]
636.48 s
[stan] Doesn't trigger on strict field after forall wo constraint with 2 var [✔]
636.48 s
[stan] Doesn't trigger on forall constraint with 1 var [✔]
636.48 s
[stan] Finds single lazy field after forall constraint with 1 var [✔]
636.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.48 s
[tree-diff] |
636.48 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
636.48 s
[tree-diff] | ^^^^^^
636.48 s
[tree-diff]
636.48 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:59: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.48 s
[tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.48 s
[tree-diff] |
636.48 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
636.48 s
[tree-diff] | ^^^^^^^
636.48 s
[tree-diff]
636.48 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:229:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.48 s
[tree-diff] In the use of ‘sep’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.48 s
[tree-diff] |
636.48 s
[tree-diff] 229 | , ppEdits = WL.sep
636.48 s
[tree-diff] | ^^^^^^
636.48 s
[tree-diff]
636.48 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:230:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.48 s
[tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
636.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.48 s
[tree-diff] |
636.48 s
[tree-diff] 230 | , ppEllip = WL.text "..."
636.48 s
[tree-diff] | ^^^^^^^
636.48 s
[tree-diff]
636.48 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:231:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.48 s
[tree-diff] In the use of ‘parens’
636.48 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
636.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.48 s
[tree-diff] |
636.48 s
[tree-diff] 231 | , ppParens = WL.parens
636.48 s
[tree-diff] | ^^^^^^^^^
636.48 s
[tree-diff]
636.48 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.48 s
[tree-diff] In the use of type constructor or class ‘Doc’
636.48 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
636.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.48 s
[tree-diff] |
636.48 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
636.48 s
[tree-diff] | ^^^^^^
636.48 s
[tree-diff]
636.48 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.48 s
[tree-diff] In the use of type constructor or class ‘Doc’
636.48 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
636.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.48 s
[tree-diff] |
636.48 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
636.48 s
[tree-diff] | ^^^^^^
636.48 s
[tree-diff]
636.48 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
636.48 s
[tree-diff] In the use of type constructor or class ‘Doc’
636.48 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
636.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
636.48 s
[tree-diff] |
636.48 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc ] -> WL.Doc
636.48 s
[tree-diff] | ^^^^^^
636.48 s
[tree-diff]
636.48 s
[deferred-folds] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
636.48 s
[deferred-folds] No hmake found
636.48 s
[deferred-folds] Using hpc version 0.68 found on system at:
636.48 s
[deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
636.48 s
[deferred-folds] Using hsc2hs version 0.68.9 found on system at:
636.48 s
[deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
636.48 s
[deferred-folds] Using hscolour version 1.25 found on system at:
636.48 s
[deferred-folds] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
636.48 s
[deferred-folds] No jhc found
636.48 s
[deferred-folds] Using ld found on system at:
636.48 s
[deferred-folds] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
636.48 s
[deferred-folds] No pkg-config found
636.48 s
[deferred-folds] Using runghc version 9.6.3 found on system at:
636.48 s
[deferred-folds] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
636.48 s
[deferred-folds] Using strip version 2.44 found on system at:
636.48 s
[deferred-folds] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
636.48 s
[deferred-folds] Using tar found on system at:
636.48 s
[deferred-folds] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
636.48 s
[deferred-folds] No uhc found
636.48 s
[deferred-folds] Phase: buildPhase
636.48 s
[deferred-folds] Preprocessing library for deferred-folds-0.9.18.7..
636.48 s
[deferred-folds] Building library for deferred-folds-0.9.18.7..
636.48 s
[deferred-folds] [ 1 of 11] Compiling DeferredFolds.Prelude ( library/DeferredFolds/Prelude.hs, dist/build/DeferredFolds/Prelude.o, dist/build/DeferredFolds/Prelude.dyn_o )
636.48 s
[deferred-folds] [ 2 of 11] Compiling DeferredFolds.Types ( library/DeferredFolds/Types.hs, dist/build/DeferredFolds/Types.o, dist/build/DeferredFolds/Types.dyn_o )
636.48 s
[deferred-folds] [ 3 of 11] Compiling DeferredFolds.Defs.UnfoldrM ( library/DeferredFolds/Defs/UnfoldrM.hs, dist/build/DeferredFolds/Defs/UnfoldrM.o, dist/build/DeferredFolds/Defs/UnfoldrM.dyn_o )
636.48 s
[deferred-folds] [ 4 of 11] Compiling DeferredFolds.Defs.UnfoldlM ( library/DeferredFolds/Defs/UnfoldlM.hs, dist/build/DeferredFolds/Defs/UnfoldlM.o, dist/build/DeferredFolds/Defs/UnfoldlM.dyn_o )
636.48 s
[deferred-folds] [ 5 of 11] Compiling DeferredFolds.Defs.Unfoldl ( library/DeferredFolds/Defs/Unfoldl.hs, dist/build/DeferredFolds/Defs/Unfoldl.o, dist/build/DeferredFolds/Defs/Unfoldl.dyn_o )
636.48 s
[deferred-folds] [ 6 of 11] Compiling DeferredFolds.Unfoldl ( library/DeferredFolds/Unfoldl.hs, dist/build/DeferredFolds/Unfoldl.o, dist/build/DeferredFolds/Unfoldl.dyn_o )
636.48 s
[deferred-folds] [ 7 of 11] Compiling DeferredFolds.UnfoldlM ( library/DeferredFolds/UnfoldlM.hs, dist/build/DeferredFolds/UnfoldlM.o, dist/build/DeferredFolds/UnfoldlM.dyn_o )
636.48 s
[deferred-folds] [ 8 of 11] Compiling DeferredFolds.UnfoldrM ( library/DeferredFolds/UnfoldrM.hs, dist/build/DeferredFolds/UnfoldrM.o, dist/build/DeferredFolds/UnfoldrM.dyn_o )
636.48 s
[deferred-folds] [ 9 of 11] Compiling DeferredFolds.Util.TextArray ( library/DeferredFolds/Util/TextArray.hs, dist/build/DeferredFolds/Util/TextArray.o, dist/build/DeferredFolds/Util/TextArray.dyn_o )
636.48 s
[deferred-folds] [10 of 11] Compiling DeferredFolds.Defs.Unfoldr ( library/DeferredFolds/Defs/Unfoldr.hs, dist/build/DeferredFolds/Defs/Unfoldr.o, dist/build/DeferredFolds/Defs/Unfoldr.dyn_o )
636.48 s
[deferred-folds] [11 of 11] Compiling DeferredFolds.Unfoldr ( library/DeferredFolds/Unfoldr.hs, dist/build/DeferredFolds/Unfoldr.o, dist/build/DeferredFolds/Unfoldr.dyn_o )
636.48 s
[deferred-folds] [ 1 of 11] Compiling DeferredFolds.Prelude ( library/DeferredFolds/Prelude.hs, dist/build/DeferredFolds/Prelude.p_o )
636.48 s
[deferred-folds] [ 2 of 11] Compiling DeferredFolds.Types ( library/DeferredFolds/Types.hs, dist/build/DeferredFolds/Types.p_o )
636.48 s
[deferred-folds] [ 3 of 11] Compiling DeferredFolds.Defs.UnfoldrM ( library/DeferredFolds/Defs/UnfoldrM.hs, dist/build/DeferredFolds/Defs/UnfoldrM.p_o )
636.48 s
[deferred-folds] [ 4 of 11] Compiling DeferredFolds.Defs.UnfoldlM ( library/DeferredFolds/Defs/UnfoldlM.hs, dist/build/DeferredFolds/Defs/UnfoldlM.p_o )
636.48 s
[deferred-folds] [ 5 of 11] Compiling DeferredFolds.Defs.Unfoldl ( library/DeferredFolds/Defs/Unfoldl.hs, dist/build/DeferredFolds/Defs/Unfoldl.p_o )
636.48 s
[deferred-folds] [ 6 of 11] Compiling DeferredFolds.Unfoldl ( library/DeferredFolds/Unfoldl.hs, dist/build/DeferredFolds/Unfoldl.p_o )
636.48 s
[deferred-folds] [ 7 of 11] Compiling DeferredFolds.UnfoldlM ( library/DeferredFolds/UnfoldlM.hs, dist/build/DeferredFolds/UnfoldlM.p_o )
636.48 s
[deferred-folds] [ 8 of 11] Compiling DeferredFolds.UnfoldrM ( library/DeferredFolds/UnfoldrM.hs, dist/build/DeferredFolds/UnfoldrM.p_o )
636.48 s
[deferred-folds] [ 9 of 11] Compiling DeferredFolds.Util.TextArray ( library/DeferredFolds/Util/TextArray.hs, dist/build/DeferredFolds/Util/TextArray.p_o )
636.48 s
[focus] updateM: OK
636.48 s
[focus] delete: OK
636.48 s
[focus] Monadically composed lookup and delete (https://github.com/nikita-volkov/focus/issues/7): OK
636.48 s
[focus]
636.48 s
[focus] All 9 tests passed (0.00s)
636.48 s
[focus] Test suite test: PASS
636.48 s
[focus] Test suite logged to: dist/test/focus-1.0.3.2-test.log
636.48 s
[focus] 1 of 1 test suites (1 of 1 test cases) passed.
636.48 s
[focus] Phase: haddockPhase
636.48 s
[focus] Preprocessing library for focus-1.0.3.2..
636.48 s
[focus] Running Haddock on library for focus-1.0.3.2..
636.48 s
[focus] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
636.48 s
[focus] 97% ( 45 / 46) in 'Focus'
636.48 s
[focus] Missing documentation for:
636.48 s
[focus] Module header
636.48 s
[focus] Documentation created: dist/doc/html/focus/index.html,
636.48 s
[focus] dist/doc/html/focus/focus.txt
636.48 s
[focus] Preprocessing test suite 'test' for focus-1.0.3.2..
636.48 s
[focus] Phase: installPhase
636.48 s
[focus] Installing library in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
636.48 s
[focus] Phase: fixupPhase
636.48 s
[focus] shrinking RPATHs of ELF executables and libraries in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2
636.48 s
[focus] shrinking /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSfocus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz-ghc9.6.3.so
636.48 s
[focus] checking for references to /build/ in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2...
636.48 s
[focus] patching script interpreter paths in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2
636.48 s
[focus] stripping (with command strip and flags -S -p) in /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2/lib
636.48 s
[focus] shrinking RPATHs of ELF executables and libraries in /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc
636.48 s
[focus] checking for references to /build/ in /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc...
636.48 s
[focus] patching script interpreter paths in /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc
636.68 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2 /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc
637.16 s
[post-build-hook] Pushing 2 paths (132 are already present) using zstd to cache sellout ⏳
637.16 s
[post-build-hook]
637.51 s
[post-build-hook] Pushing /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2 (18.48 MiB)
637.61 s
[post-build-hook] Pushing /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc (2.60 MiB)
639.04 s
[post-build-hook]
639.04 s
[post-build-hook] All done.
639.09 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2 /nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc
639.18 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
639.37 s
[post-build-hook] copying 4 paths...
639.37 s
[post-build-hook] copying path '/nix/store/1ypij0fzmv1z5gzqybsfdihb8pcbdn8r-hie-compat-0.3.1.2-doc' to 'https://cache.nix-ci.com'...
639.58 s
[post-build-hook] copying path '/nix/store/8qy6sw4layd7xp882kazbg84nh1cpgx4-hie-compat-0.3.1.2' to 'https://cache.nix-ci.com'...
639.58 s
[post-build-hook] copying path '/nix/store/sq7f9m02rqxhl4z2bkmchwgqv66m35cx-hiedb-0.6.0.2-doc' to 'https://cache.nix-ci.com'...
640.31 s
[post-build-hook] copying path '/nix/store/b03dxy9qm8aq9dh7j5xldphlckldy32z-hiedb-0.6.0.2' to 'https://cache.nix-ci.com'...
647.45 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
647.70 s
[post-build-hook] copying 2 paths...
647.71 s
[post-build-hook] copying path '/nix/store/whpxm36fx4xk60ma69vdxsn1ml33n942-hie-compat-0.3.1.2.drv' to 'https://cache.nix-ci.com'...
647.84 s
[post-build-hook] copying path '/nix/store/jd0kmhn8zy1qni2f4249ipd97za9kzxs-hiedb-0.6.0.2.drv' to 'https://cache.nix-ci.com'...
648.01 s
Progress: 30 of 74 built (10 building), 335 of 335 downloaded from cache
648.01 s
[hw-prim] Empty (src/HaskellWorks/Data/Empty.hs:18)
648.01 s
[hw-prim] 33% ( 1 / 3) in 'HaskellWorks.Data.Filter'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
648.01 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Foldable'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] foldFirst (src/HaskellWorks/Data/Foldable.hs:6)
648.01 s
[hw-prim] foldLast (src/HaskellWorks/Data/Foldable.hs:10)
648.01 s
[hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.FromByteString'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.FromString'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] FromString (src/HaskellWorks/Data/FromString.hs:5)
648.01 s
[hw-prim] 33% ( 1 / 3) in 'HaskellWorks.Data.Generate'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
648.01 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Head'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
648.01 s
[hw-prim] Head (src/HaskellWorks/Data/Head.hs:20)
648.01 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Naive'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Naive (src/HaskellWorks/Data/Naive.hs:6)
648.01 s
[hw-prim] naive (src/HaskellWorks/Data/Naive.hs:8)
648.01 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Null'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Null (src/HaskellWorks/Data/Null.hs:19)
648.01 s
[hw-prim] 83% ( 5 / 6) in 'HaskellWorks.Data.Positioning'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Length'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
648.01 s
[hw-prim] Length (src/HaskellWorks/Data/Length.hs:20)
648.01 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Drop'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
648.01 s
[hw-prim] Drop (src/HaskellWorks/Data/Drop.hs:21)
648.01 s
[hw-prim] Warning: 'd' is out of scope.
648.01 s
[hw-prim] If you qualify the identifier, haddock can try to link it anyway.
648.01 s
[hw-prim] Warning: 'before' is out of scope.
648.01 s
[hw-prim] If you qualify the identifier, haddock can try to link it anyway.
648.01 s
[hw-prim] Warning: 'after' is out of scope.
648.01 s
[hw-prim] If you qualify the identifier, haddock can try to link it anyway.
648.01 s
[hw-prim] Warning: 'before'' is out of scope.
648.01 s
[hw-prim] If you qualify the identifier, haddock can try to link it anyway.
648.01 s
[hw-prim] 42% ( 3 / 7) in 'HaskellWorks.Data.AtIndex'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
648.01 s
[hw-prim] AtIndex (src/HaskellWorks/Data/AtIndex.hs:24)
648.01 s
[hw-prim] Length (src/HaskellWorks/Data/Length.hs:20)
648.01 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Product'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] :*: (src/HaskellWorks/Data/Product.hs:7)
648.01 s
[hw-prim] 25% ( 1 / 4) in 'HaskellWorks.Data.FromForeignRegion'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] ForeignRegion (src/HaskellWorks/Data/FromForeignRegion.hs:20)
648.01 s
[hw-prim] mmapFromForeignRegion (src/HaskellWorks/Data/FromForeignRegion.hs:53)
648.01 s
[hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Search'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Sign'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Sign (src/HaskellWorks/Data/Sign.hs:10)
648.01 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Snoc'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Snoc (src/HaskellWorks/Data/Snoc.hs:17)
648.01 s
[hw-prim] 0% ( 0 / 4) in 'HaskellWorks.Data.Ops'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] <| (src/HaskellWorks/Data/Ops.hs:17)
648.01 s
[hw-prim] |> (src/HaskellWorks/Data/Ops.hs:21)
648.01 s
[hw-prim] >< (src/HaskellWorks/Data/Ops.hs:25)
648.01 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Take'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
648.01 s
[hw-prim] Take (src/HaskellWorks/Data/Take.hs:20)
648.01 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.TreeCursor'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] TreeCursor (src/HaskellWorks/Data/TreeCursor.hs:7)
648.01 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Uncons'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
648.01 s
[hw-prim] Uncons (src/HaskellWorks/Data/Uncons.hs:21)
648.01 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Unsign'
648.01 s
[hw-prim] Missing documentation for:
648.01 s
[hw-prim] Module header
648.01 s
[neat-interpolation] [4 of 4] Compiling NeatInterpolation ( library/NeatInterpolation.hs, dist/build/NeatInterpolation.o, dist/build/NeatInterpolation.dyn_o )
648.01 s
[neat-interpolation] [1 of 4] Compiling NeatInterpolation.Prelude ( library/NeatInterpolation/Prelude.hs, dist/build/NeatInterpolation/Prelude.p_o )
648.01 s
[neat-interpolation] [2 of 4] Compiling NeatInterpolation.Parsing ( library/NeatInterpolation/Parsing.hs, dist/build/NeatInterpolation/Parsing.p_o )
648.01 s
[neat-interpolation] [3 of 4] Compiling NeatInterpolation.String ( library/NeatInterpolation/String.hs, dist/build/NeatInterpolation/String.p_o )
648.01 s
[neat-interpolation] [4 of 4] Compiling NeatInterpolation ( library/NeatInterpolation.hs, dist/build/NeatInterpolation.p_o )
648.01 s
[neat-interpolation] Preprocessing test suite 'test' for neat-interpolation-0.5.1.4..
648.01 s
[neat-interpolation] Building test suite 'test' for neat-interpolation-0.5.1.4..
648.02 s
[neat-interpolation] [1 of 1] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o, dist/build/test/test-tmp/Main.dyn_o )
648.02 s
[neat-interpolation] [2 of 2] Linking dist/build/test/test
648.02 s
[neat-interpolation] Phase: checkPhase
648.02 s
[neat-interpolation] Running 1 test suites...
648.02 s
[neat-interpolation] Test suite test: RUNNING...
648.02 s
[neat-interpolation]
648.02 s
[neat-interpolation] Demo: OK
648.02 s
[neat-interpolation] Isolation: OK
648.02 s
[neat-interpolation] Escaping 1: OK
648.02 s
[neat-interpolation] Escaping 2: OK
648.02 s
[neat-interpolation] Deindentation: OK
648.02 s
[neat-interpolation]
648.02 s
[neat-interpolation] All 5 tests passed (0.00s)
648.02 s
[neat-interpolation] Test suite test: PASS
648.02 s
[neat-interpolation] Test suite logged to: dist/test/neat-interpolation-0.5.1.4-test.log
648.02 s
[neat-interpolation] 1 of 1 test suites (1 of 1 test cases) passed.
648.02 s
[neat-interpolation] Phase: haddockPhase
648.02 s
[neat-interpolation] Preprocessing library for neat-interpolation-0.5.1.4..
648.02 s
[neat-interpolation] Running Haddock on library for neat-interpolation-0.5.1.4..
648.02 s
[neat-interpolation] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
648.02 s
[neat-interpolation] 100% ( 4 / 4) in 'NeatInterpolation'
648.02 s
[neat-interpolation] Documentation created: dist/doc/html/neat-interpolation/index.html,
648.02 s
[neat-interpolation] dist/doc/html/neat-interpolation/neat-interpolation.txt
648.02 s
[neat-interpolation] Preprocessing test suite 'test' for neat-interpolation-0.5.1.4..
648.02 s
[neat-interpolation] Phase: installPhase
648.02 s
[neat-interpolation] Installing library in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
648.02 s
[neat-interpolation] Phase: fixupPhase
648.02 s
[neat-interpolation] shrinking RPATHs of ELF executables and libraries in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4
648.02 s
[neat-interpolation] shrinking /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSneat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77-ghc9.6.3.so
648.02 s
[neat-interpolation] checking for references to /build/ in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4...
648.02 s
[neat-interpolation] patching script interpreter paths in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4
648.02 s
[neat-interpolation] stripping (with command strip and flags -S -p) in /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4/lib
648.02 s
[neat-interpolation] shrinking RPATHs of ELF executables and libraries in /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc
648.02 s
[neat-interpolation] checking for references to /build/ in /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc...
648.02 s
[neat-interpolation] patching script interpreter paths in /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc
648.02 s
[path] fileExtension "/name../name..name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/name../name..name.foo" == "/name../name..name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/name../..." == "/name../....foo" [✔]
648.02 s
[path] fileExtension "/name../....foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/name../....foo" == "/name../....foo" [✔]
648.02 s
[path] addExtension ".foo" "/.name/name" == "/.name/name.foo" [✔]
648.02 s
[path] fileExtension "/.name/name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/.name/name.foo" == "/.name/name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/.name/name." == "/.name/name..foo" [✔]
648.02 s
[path] fileExtension "/.name/name..foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/.name/name..foo" == "/.name/name..foo" [✔]
648.02 s
[path] addExtension ".foo" "/.name/name.." == "/.name/name...foo" [✔]
648.02 s
[path] fileExtension "/.name/name...foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/.name/name...foo" == "/.name/name...foo" [✔]
648.02 s
[path] addExtension ".foo" "/.name/.name" == "/.name/.name.foo" [✔]
648.02 s
[path] fileExtension "/.name/.name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/.name/.name.foo" == "/.name/.name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/.name/..name" == "/.name/..name.foo" [✔]
648.02 s
[path] fileExtension "/.name/..name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/.name/..name.foo" == "/.name/..name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/.name/name.name" == "/.name/name.name.foo" [✔]
648.02 s
[path] fileExtension "/.name/name.name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/.name/name.name.foo" == "/.name/name.name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/.name/name..name" == "/.name/name..name.foo" [✔]
648.02 s
[path] fileExtension "/.name/name..name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/.name/name..name.foo" == "/.name/name..name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/.name/..." == "/.name/....foo" [✔]
648.02 s
[path] fileExtension "/.name/....foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/.name/....foo" == "/.name/....foo" [✔]
648.02 s
[path] addExtension ".foo" "/..name/name" == "/..name/name.foo" [✔]
648.02 s
[path] fileExtension "/..name/name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/..name/name.foo" == "/..name/name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/..name/name." == "/..name/name..foo" [✔]
648.02 s
[path] fileExtension "/..name/name..foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/..name/name..foo" == "/..name/name..foo" [✔]
648.02 s
[path] addExtension ".foo" "/..name/name.." == "/..name/name...foo" [✔]
648.02 s
[path] fileExtension "/..name/name...foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/..name/name...foo" == "/..name/name...foo" [✔]
648.02 s
[path] addExtension ".foo" "/..name/.name" == "/..name/.name.foo" [✔]
648.02 s
[path] fileExtension "/..name/.name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/..name/.name.foo" == "/..name/.name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/..name/..name" == "/..name/..name.foo" [✔]
648.02 s
[path] fileExtension "/..name/..name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/..name/..name.foo" == "/..name/..name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/..name/name.name" == "/..name/name.name.foo" [✔]
648.02 s
[path] fileExtension "/..name/name.name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/..name/name.name.foo" == "/..name/name.name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/..name/name..name" == "/..name/name..name.foo" [✔]
648.02 s
[path] fileExtension "/..name/name..name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/..name/name..name.foo" == "/..name/name..name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/..name/..." == "/..name/....foo" [✔]
648.02 s
[path] fileExtension "/..name/....foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/..name/....foo" == "/..name/....foo" [✔]
648.02 s
[path] addExtension ".foo" "/name.name/name" == "/name.name/name.foo" [✔]
648.02 s
[path] fileExtension "/name.name/name.foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/name.name/name.foo" == "/name.name/name.foo" [✔]
648.02 s
[path] addExtension ".foo" "/name.name/name." == "/name.name/name..foo" [✔]
648.02 s
[path] fileExtension "/name.name/name..foo" == .foo [✔]
648.02 s
[path] replaceExtension ".foo" "/name.name/name..foo" == "/name.name/name..foo" [✔]
648.02 s
[quickcheck-classes] except perhaps to import instances from ‘Data.Functor.Classes’
648.02 s
[quickcheck-classes] To import instances alone, use: import Data.Functor.Classes()
648.02 s
[quickcheck-classes] |
648.02 s
[quickcheck-classes] 27 | import Data.Functor.Classes (Eq1,Show1)
648.02 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648.02 s
[quickcheck-classes]
648.02 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Plus.hs:29:1: warning : [ -Wunused-imports ]
648.02 s
[quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
648.02 s
[quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
648.02 s
[quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
648.02 s
[quickcheck-classes] |
648.02 s
[quickcheck-classes] 29 | import Test.QuickCheck.Property (Property)
648.02 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648.02 s
[quickcheck-classes]
648.02 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Prim.hs:15:1: warning : [ -Wunused-imports ]
648.02 s
[quickcheck-classes] The import of ‘Control.Applicative’ is redundant
648.02 s
[quickcheck-classes] except perhaps to import instances from ‘Control.Applicative’
648.02 s
[quickcheck-classes] To import instances alone, use: import Control.Applicative()
648.02 s
[quickcheck-classes] |
648.02 s
[quickcheck-classes] 15 | import Control.Applicative
648.02 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
648.02 s
[quickcheck-classes]
648.02 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Prim.hs:35:1: warning : [ -Wunused-imports ]
648.02 s
[quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
648.02 s
[quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
648.02 s
[quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
648.02 s
[quickcheck-classes] |
648.02 s
[quickcheck-classes] 35 | import Test.QuickCheck.Property (Property)
648.02 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648.02 s
[quickcheck-classes]
648.02 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Ring.hs:20:1: warning : [ -Wunused-imports ]
648.02 s
[quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
648.02 s
[quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
648.02 s
[quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
648.02 s
[quickcheck-classes] |
648.02 s
[quickcheck-classes] 20 | import Test.QuickCheck.Property (Property)
648.02 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648.02 s
[quickcheck-classes] Warning: 'o'' is out of scope.
648.02 s
[quickcheck-classes] If you qualify the identifier, haddock can try to link it anyway.
648.02 s
[quickcheck-classes]
648.02 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Semigroupoid.hs:22:1: warning : [ -Wunused-imports ]
648.02 s
[quickcheck-classes] The import of ‘Data.Functor.Classes’ is redundant
648.02 s
[quickcheck-classes] except perhaps to import instances from ‘Data.Functor.Classes’
648.02 s
[quickcheck-classes] To import instances alone, use: import Data.Functor.Classes()
648.02 s
[quickcheck-classes] |
648.02 s
[quickcheck-classes] 22 | import Data.Functor.Classes (Eq2,Show2)
648.02 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648.02 s
[quickcheck-classes]
648.02 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Semigroupoid.hs:23:1: warning : [ -Wunused-imports ]
648.02 s
[quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
648.02 s
[quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
648.02 s
[quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
648.02 s
[quickcheck-classes] |
648.02 s
[quickcheck-classes] 23 | import Test.QuickCheck.Property (Property)
648.02 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648.02 s
[quickcheck-classes]
648.02 s
[quickcheck-classes] src/Test/QuickCheck/Classes/Semiring.hs:21:1: warning : [ -Wunused-imports ]
648.02 s
[quickcheck-classes] The import of ‘Test.QuickCheck.Property’ is redundant
648.02 s
[quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Property’
648.02 s
[quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Property()
648.02 s
[quickcheck-classes] |
648.02 s
[quickcheck-classes] 21 | import Test.QuickCheck.Property (Property)
648.02 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
648.02 s
[row-types] relies on the StarIsType extension, which will become
648.02 s
[row-types] deprecated in the future.
648.02 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
648.02 s
[row-types] |
648.02 s
[row-types] 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row * ) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
648.02 s
[row-types] | ^
648.02 s
[row-types]
648.02 s
[row-types] src/Data/Row/Records.hs:667:25: warning : [ GHC-39567 ] [ -Wstar-is-type ]
648.02 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
648.02 s
[row-types] relies on the StarIsType extension, which will become
648.02 s
[row-types] deprecated in the future.
648.02 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
648.02 s
[row-types] |
648.02 s
[row-types] 667 | type RepRec (r :: Row * ) :: * -> *
648.02 s
[row-types] | ^
648.02 s
[row-types]
648.02 s
[row-types] src/Data/Row/Records.hs:667:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
648.02 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
648.02 s
[row-types] relies on the StarIsType extension, which will become
648.02 s
[row-types] deprecated in the future.
648.02 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
648.02 s
[row-types] |
648.02 s
[row-types] 667 | type RepRec (r :: Row *) :: * -> *
648.02 s
[row-types] | ^
648.02 s
[row-types]
648.02 s
[row-types] src/Data/Row/Records.hs:667:36: warning : [ GHC-39567 ] [ -Wstar-is-type ]
648.02 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
648.02 s
[row-types] relies on the StarIsType extension, which will become
648.03 s
[row-types] deprecated in the future.
648.03 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
648.03 s
[row-types] |
648.03 s
[row-types] 667 | type RepRec (r :: Row *) :: * -> *
648.03 s
[row-types] | ^
648.03 s
[row-types] [4 of 6] Compiling Data.Row.Variants ( src/Data/Row/Variants.hs, dist/build/Data/Row/Variants.o, dist/build/Data/Row/Variants.dyn_o )
648.03 s
[row-types]
648.03 s
[row-types] src/Data/Row/Variants.hs:102:20: warning : [ GHC-39567 ] [ -Wstar-is-type ]
648.03 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
648.03 s
[row-types] relies on the StarIsType extension, which will become
648.03 s
[row-types] deprecated in the future.
648.03 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
648.03 s
[row-types] |
648.03 s
[row-types] 102 | data Var (r :: Row * ) where
648.03 s
[row-types] | ^
648.03 s
[row-types]
648.03 s
[row-types] src/Data/Row/Variants.hs:475:37: warning : [ GHC-39567 ] [ -Wstar-is-type ]
648.03 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
648.03 s
[row-types] relies on the StarIsType extension, which will become
648.03 s
[row-types] deprecated in the future.
648.03 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
648.03 s
[row-types] |
648.03 s
[row-types] 475 | newtype FlipApp (x :: k) (f :: k -> * ) = FlipApp (f x)
648.03 s
[row-types] | ^
648.03 s
[row-types]
648.03 s
[row-types] src/Data/Row/Variants.hs:589:25: warning : [ GHC-39567 ] [ -Wstar-is-type ]
648.03 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
648.03 s
[row-types] relies on the StarIsType extension, which will become
648.03 s
[row-types] deprecated in the future.
648.03 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
648.03 s
[row-types] |
648.03 s
[row-types] 589 | type RepVar (r :: Row * ) :: * -> *
648.03 s
[row-types] | ^
648.03 s
[row-types]
648.03 s
[stan] Doesn't trigger on forall constraint with 2 var [✔]
648.03 s
[stan] Finds single lazy field after forall constraint with 2 var [✔]
648.03 s
[stan] Doesn't trigger on strict field after forall constraint with 2 var [✔]
648.03 s
[stan] Doesn't trigger on forall constraint on record type [✔]
648.03 s
[stan] Findsa lazy Int field after forall constraint on record type [✔]
648.03 s
[stan] Finds a lazy constrainted field after forall on record type [✔]
648.03 s
[stan] With the 'StrictData' extension
648.03 s
[stan] Doesn't trigger on a simple record field [✔]
648.03 s
[stan] Doesn't trigger on explicitly lazy field [✔]
648.03 s
[stan] Doesn't trigger on plain data type [✔]
648.03 s
[stan] STAN-0207: 'length' for (,) [✔]
648.03 s
[stan] STAN-0207: 'null' for Maybe [✔]
648.03 s
[stan] STAN-0207: 'foldr' for Either [✔]
648.03 s
[stan] STAN-0208: finds usage of 'length' for 'Text' [✔]
648.03 s
[stan] STAN-0209: finds usage of 'nub' for lists [✔]
648.03 s
[stan] STAN-0210: finds usage of 'for_' for ranges [✔]
648.03 s
[stan] STAN-0210: finds usage of 'forM_' for ranges [✔]
648.03 s
[stan] STAN-0211: finds usage of 'http://' '</>' [✔]
648.03 s
[stan] STAN-0211: finds usage of 'fooUrl' '</>' [✔]
648.03 s
[stan] STAN-0211: finds usage of '</>' 'fooUrl' [✔]
648.03 s
[stan] STAN-0211: doesn't trigger on 'fooUral' '</>' [✔]
648.03 s
[stan] STAN-0212: Unsafe functions
648.03 s
[stan] Find: undefined [✔]
648.03 s
[stan] Find: unsafeCoerce [✔]
648.03 s
[stan] Find: unsafePerformIO [✔]
648.03 s
[stan] Find: unsafeInterleaveIO [✔]
648.03 s
[stan] Find: unsafeDupablePerformIO [✔]
648.03 s
[stan] Find: unsafeFixIO [✔]
648.03 s
[stan] STAN-0212: Pattern Matching on _
648.03 s
[stan] for lambda case [✔]
648.03 s
[stan] not triggered for lambda case on integers [✔]
648.03 s
[stan] for case [✔]
648.03 s
[stan] not triggered for case on strings [✔]
648.03 s
[stan] not triggered for case on all constructors [✔]
648.03 s
[stan] not triggered for lambda case on all constructors [✔]
648.03 s
[stan] for case on maybe [✔]
648.03 s
[stan] for lambda case on maybe [✔]
648.03 s
[stan] not triggered for lambda case on maybe with full pm [✔]
648.03 s
[stan] not triggered for lambda case on one branch _ [✔]
648.03 s
[stan] not triggered for lambda case on Chars [✔]
648.03 s
[stan] STAN-0214: Replace multiple comparison operators
648.03 s
[stan] Finds: < and > [✔]
648.03 s
[stan] Finds: == and < [✔]
648.03 s
[stan] No warning on: == on different expressions [✔]
648.03 s
[stan] No warning on: Single >= [✔]
648.03 s
[stan] No warning on: >= with different constants [✔]
648.03 s
[stan] Handles functions with pattern-matching [‐]
648.03 s
[stan] # PENDING: No reason given
648.03 s
[stan] STAN-0215: finds usage of '/' in '</>' path left [✔]
648.03 s
[stan] STAN-0215: finds usage of '/' in '</>' path right [✔]
648.03 s
[stan] STAN-0215: finds usage of '\' in '</>' path left [✔]
648.03 s
[stan] STAN-0215: finds usage of '\' in '</>' path right [✔]
648.03 s
[stan] STAN-0215: don't triggered when no slashes [✔]
648.03 s
[stan] Style
648.03 s
[stan] STAN-0301: finds operator with the missing infix [✔]
648.03 s
[stan] STAN-0301: no warning when fixity is declared [✔]
648.03 s
[stan] STAN-0302: triggers on tuple with 4 elements in the type signature [✔]
648.03 s
[stan] STAN-0302: triggers on tuple with 4 elements in the literal [✔]
648.03 s
[stan] STAN-0302: no observation on triple in type [✔]
648.03 s
[stan] STAN-0302: no observation on triple literal [✔]
648.03 s
[stan] STAN-0302: triggers on tuple with 4 elements as a record field [✔]
648.03 s
[stan] Used extensions
648.03 s
[stan] should correctly count total amount of used extensions [✔]
648.03 s
[stan] should correctly count total amount of used safe extensions [✔]
648.03 s
[stan] Ignores observations
648.03 s
[stan] ObservationId is present when not ignored [✔]
648.03 s
[stan] ObservationId is properly ignored [✔]
648.03 s
[stan]
648.03 s
[stan] Finished in 0.3536 seconds
648.03 s
[stan] 141 examples, 0 failures, 1 pending
648.03 s
[stan] Test suite stan-test: PASS
648.03 s
[stan] Test suite logged to: dist/test/stan-0.2.0.0-stan-test.log
648.03 s
[stan] 1 of 1 test suites (1 of 1 test cases) passed.
648.03 s
[stan] Phase: haddockPhase
648.03 s
[stan] Phase: installPhase
648.03 s
[stan] Installing library in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/stan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t
648.03 s
[stan] Installing executable stan in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/bin
648.03 s
[stan] Warning: The directory
648.03 s
[stan] /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/bin is not in the
648.03 s
[stan] system search path.
648.03 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
648.03 s
[tree-diff] In the use of type constructor or class ‘Doc’
648.03 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
648.03 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
648.03 s
[tree-diff] |
648.03 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
648.03 s
[tree-diff] | ^^^^^^
648.03 s
[tree-diff]
648.03 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:20: warning : [ GHC-68441 ] [ -Wdeprecations ]
648.03 s
[tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
648.03 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
648.03 s
[tree-diff] |
648.03 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
648.03 s
[tree-diff] | ^^^^^^^^
648.03 s
[tree-diff]
648.03 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:31: warning : [ GHC-68441 ] [ -Wdeprecations ]
648.03 s
[tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
648.03 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
648.03 s
[tree-diff] |
648.03 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
648.03 s
[tree-diff] | ^^^^^^^
648.03 s
[tree-diff]
648.03 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:44: warning : [ GHC-68441 ] [ -Wdeprecations ]
648.03 s
[tree-diff] In the use of ‘<$$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
648.03 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
648.03 s
[tree-diff] |
648.03 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
648.03 s
[tree-diff] | ^^^^^^^
648.03 s
[tree-diff]
648.03 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
648.03 s
[tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
648.03 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
648.03 s
[tree-diff] |
648.03 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
648.03 s
[tree-diff] | ^^^^^^^
648.03 s
[tree-diff]
648.03 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:61: warning : [ GHC-68441 ] [ -Wdeprecations ]
648.03 s
[tree-diff] In the use of ‘punctuate’
648.03 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
648.03 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
648.03 s
[tree-diff] |
648.03 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
648.03 s
[tree-diff] | ^^^^^^^^^^^^
648.03 s
[tree-diff]
648.03 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:74: warning : [ GHC-68441 ] [ -Wdeprecations ]
648.03 s
[tree-diff] In the use of ‘comma’ (imported from Text.PrettyPrint.ANSI.Leijen):
648.03 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
648.03 s
[tree-diff] |
648.03 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
648.03 s
[deferred-folds] [10 of 11] Compiling DeferredFolds.Defs.Unfoldr ( library/DeferredFolds/Defs/Unfoldr.hs, dist/build/DeferredFolds/Defs/Unfoldr.p_o )
648.03 s
[deferred-folds] [11 of 11] Compiling DeferredFolds.Unfoldr ( library/DeferredFolds/Unfoldr.hs, dist/build/DeferredFolds/Unfoldr.p_o )
648.03 s
[deferred-folds] Preprocessing test suite 'test' for deferred-folds-0.9.18.7..
648.03 s
[deferred-folds] Building test suite 'test' for deferred-folds-0.9.18.7..
648.03 s
[deferred-folds] [1 of 1] Compiling Main ( test/Main.hs, dist/build/test/test-tmp/Main.o, dist/build/test/test-tmp/Main.dyn_o )
648.03 s
[deferred-folds] [2 of 2] Linking dist/build/test/test
648.03 s
[deferred-folds] Phase: checkPhase
648.03 s
[deferred-folds] Running 1 test suites...
648.03 s
[deferred-folds] Test suite test: RUNNING...
648.03 s
[deferred-folds] All
648.03 s
[deferred-folds] List roundtrip: OK
648.03 s
[deferred-folds] +++ OK, passed 100 tests.
648.03 s
[deferred-folds] take: OK
648.03 s
[deferred-folds] +++ OK, passed 100 tests.
648.03 s
[deferred-folds] takeWhile odd: OK
648.03 s
[deferred-folds] +++ OK, passed 100 tests.
648.03 s
[deferred-folds] intersperse: OK
648.03 s
[deferred-folds] +++ OK, passed 100 tests.
648.03 s
[deferred-folds] textChars: OK
648.03 s
[deferred-folds] +++ OK, passed 100 tests.
648.03 s
[deferred-folds] textWords: OK
648.03 s
[deferred-folds] +++ OK, passed 100 tests.
648.03 s
[deferred-folds] trimWhitespace 1: OK
648.03 s
[deferred-folds] +++ OK, passed 100 tests.
648.03 s
[deferred-folds] trimWhitespace 2: OK
648.03 s
[deferred-folds] +++ OK, passed 100 tests.
648.03 s
[deferred-folds]
648.03 s
[deferred-folds] All 8 tests passed (0.02s)
648.03 s
[deferred-folds] Test suite test: PASS
648.03 s
[deferred-folds] Test suite logged to: dist/test/deferred-folds-0.9.18.7-test.log
648.03 s
[deferred-folds] 1 of 1 test suites (1 of 1 test cases) passed.
648.03 s
[deferred-folds] Phase: haddockPhase
648.03 s
[deferred-folds] Preprocessing library for deferred-folds-0.9.18.7..
648.03 s
[deferred-folds] Running Haddock on library for deferred-folds-0.9.18.7..
648.03 s
[deferred-folds] Warning: The documentation for the following packages are not installed. No
648.03 s
[deferred-folds] links will be generated to these packages: vector-0.13.2.0
648.03 s
[deferred-folds] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
648.03 s
[deferred-folds] Warning: '<>' is out of scope.
648.03 s
[deferred-folds] If you qualify the identifier, haddock can try to link it anyway.
648.03 s
[deferred-folds] 92% ( 13 / 14) in 'DeferredFolds.Unfoldl'
648.03 s
[deferred-folds] Missing documentation for:
648.03 s
[deferred-folds] Module header
648.03 s
[deferred-folds] 90% ( 19 / 21) in 'DeferredFolds.UnfoldlM'
648.03 s
[deferred-folds] Missing documentation for:
648.03 s
[deferred-folds] Module header
648.03 s
[deferred-folds] unfoldr (library/DeferredFolds/Defs/UnfoldlM.hs:128)
648.03 s
[deferred-folds] 87% ( 41 / 47) in 'DeferredFolds.Unfoldr'
648.03 s
[deferred-folds] Missing documentation for:
648.03 s
[deferred-folds] Module header
648.03 s
[deferred-folds] zipWith (library/DeferredFolds/Defs/Unfoldr.hs:278)
648.03 s
[deferred-folds] takeWhile (library/DeferredFolds/Defs/Unfoldr.hs:342)
648.03 s
[deferred-folds] take (library/DeferredFolds/Defs/Unfoldr.hs:331)
648.03 s
[deferred-folds] cons (library/DeferredFolds/Defs/Unfoldr.hs:352)
648.03 s
[deferred-folds] snoc (library/DeferredFolds/Defs/Unfoldr.hs:355)
648.03 s
[deferred-folds] Documentation created: dist/doc/html/deferred-folds/index.html,
648.03 s
[deferred-folds] dist/doc/html/deferred-folds/deferred-folds.txt
648.03 s
[deferred-folds] Preprocessing test suite 'test' for deferred-folds-0.9.18.7..
648.03 s
[deferred-folds] Phase: installPhase
648.03 s
[deferred-folds] Installing library in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/deferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ
648.03 s
[deferred-folds] Phase: fixupPhase
648.03 s
[deferred-folds] shrinking RPATHs of ELF executables and libraries in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7
648.03 s
[deferred-folds] shrinking /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSdeferred-folds-0.9.18.7-2D80MiIM1MB9dyDjZfbkRZ-ghc9.6.3.so
648.03 s
[deferred-folds] checking for references to /build/ in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7...
648.03 s
[deferred-folds] patching script interpreter paths in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7
648.03 s
[deferred-folds] stripping (with command strip and flags -S -p) in /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7/lib
648.03 s
[deferred-folds] shrinking RPATHs of ELF executables and libraries in /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc
648.03 s
[deferred-folds] checking for references to /build/ in /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc...
648.03 s
[deferred-folds] patching script interpreter paths in /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc
648.09 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2
648.54 s
[post-build-hook] Pushing 1 paths (67 are already present) using zstd to cache sellout ⏳
648.54 s
[post-build-hook]
648.91 s
[post-build-hook] Pushing /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2 (972.22 KiB)
649.79 s
[post-build-hook]
649.79 s
[post-build-hook] All done.
649.81 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc /nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2
649.87 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
650.06 s
[post-build-hook] copying 2 paths...
650.06 s
[post-build-hook] copying path '/nix/store/dqb6448s1v72xig6krs7rmn9gl9p5pdm-focus-1.0.3.2-doc' to 'https://cache.nix-ci.com'...
650.35 s
[post-build-hook] copying path '/nix/store/z2527pgidxd8jym68ya50jg7wdv5h2rp-focus-1.0.3.2' to 'https://cache.nix-ci.com'...
650.92 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
651.20 s
[post-build-hook] copying 1 paths...
651.20 s
[post-build-hook] copying path '/nix/store/rzqk9bflkimvh5i5y5kqmissq4pykkl3-focus-1.0.3.2.drv' to 'https://cache.nix-ci.com'...
651.61 s
Progress: 31 of 74 built (9 building), 335 of 335 downloaded from cache
651.61 s
[hw-prim] Unsign (src/HaskellWorks/Data/Unsign.hs:10)
651.61 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Data.Unsnoc'
651.61 s
[hw-prim] Missing documentation for:
651.61 s
[hw-prim] Module header
651.61 s
[hw-prim] Container (src/HaskellWorks/Data/Container.hs:16)
651.61 s
[hw-prim] Unsnoc (src/HaskellWorks/Data/Unsnoc.hs:20)
651.61 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector64'
651.61 s
[hw-prim] Missing documentation for:
651.61 s
[hw-prim] Module header
651.61 s
[hw-prim] AsVector64 (src/HaskellWorks/Data/Vector/AsVector64.hs:13)
651.61 s
[hw-prim] Warning: 'n' is out of scope.
651.61 s
[hw-prim] If you qualify the identifier, haddock can try to link it anyway.
651.61 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector64s'
651.61 s
[hw-prim] Missing documentation for:
651.61 s
[hw-prim] Module header
651.61 s
[hw-prim] AsVector64s (src/HaskellWorks/Data/Vector/AsVector64s.hs:26)
651.61 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector8'
651.61 s
[hw-prim] Missing documentation for:
651.61 s
[hw-prim] Module header
651.61 s
[hw-prim] AsVector8 (src/HaskellWorks/Data/Vector/AsVector8.hs:13)
651.61 s
[hw-prim] Warning: 'n' is out of scope.
651.61 s
[hw-prim] If you qualify the identifier, haddock can try to link it anyway.
651.61 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector8ns'
651.61 s
[hw-prim] Missing documentation for:
651.61 s
[hw-prim] Module header
651.61 s
[hw-prim] AsVector8ns (src/HaskellWorks/Data/Vector/AsVector8ns.hs:27)
651.61 s
[hw-prim] Warning: 'n' is out of scope.
651.61 s
[hw-prim] If you qualify the identifier, haddock can try to link it anyway.
651.61 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector64ns'
651.62 s
[hw-prim] Missing documentation for:
651.62 s
[hw-prim] Module header
651.62 s
[hw-prim] AsVector64ns (src/HaskellWorks/Data/Vector/AsVector64ns.hs:17)
651.62 s
[hw-prim] Warning: 'n' is out of scope.
651.62 s
[hw-prim] If you qualify the identifier, haddock can try to link it anyway.
651.62 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Vector.AsVector8s'
651.62 s
[hw-prim] Missing documentation for:
651.62 s
[hw-prim] Module header
651.62 s
[hw-prim] AsVector8s (src/HaskellWorks/Data/Vector/AsVector8s.hs:26)
651.62 s
[hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Vector.BoxedVectorLike'
651.62 s
[hw-prim] Missing documentation for:
651.62 s
[hw-prim] Module header
651.62 s
[hw-prim] 22% ( 2 / 9) in 'HaskellWorks.Data.Vector.Storable'
651.62 s
[hw-prim] Missing documentation for:
651.62 s
[hw-prim] Module header
651.62 s
[hw-prim] padded (src/HaskellWorks/Data/Vector/Storable.hs:31)
651.62 s
[hw-prim] foldMap (src/HaskellWorks/Data/Vector/Storable.hs:35)
651.62 s
[hw-prim] mapAccumL (src/HaskellWorks/Data/Vector/Storable.hs:39)
651.62 s
[hw-prim] construct2N (src/HaskellWorks/Data/Vector/Storable.hs:79)
651.62 s
[hw-prim] construct64UnzipN (src/HaskellWorks/Data/Vector/Storable.hs:108)
651.62 s
[hw-prim] unzipFromListN2 (src/HaskellWorks/Data/Vector/Storable.hs:130)
651.62 s
[hw-prim] 50% ( 1 / 2) in 'HaskellWorks.Data.Vector.StorableVectorLike'
651.62 s
[hw-prim] Missing documentation for:
651.62 s
[hw-prim] Module header
651.62 s
[hw-prim] 0% ( 0 / 2) in 'HaskellWorks.Data.Word'
651.62 s
[hw-prim] Missing documentation for:
651.62 s
[hw-prim] Module header
651.62 s
[hw-prim] ltWord64 (src/HaskellWorks/Data/Word.hs:13)
651.62 s
[hw-prim] 0% ( 0 / 3) in 'HaskellWorks.Foreign'
651.62 s
[hw-prim] Missing documentation for:
651.62 s
[hw-prim] Module header
651.62 s
[hw-prim] mallocForeignPtrBytesWithAlignedPtr (src/HaskellWorks/Foreign.hs:14)
651.62 s
[hw-prim] mallocForeignPtrBytesWithAlignedCastPtr (src/HaskellWorks/Foreign.hs:20)
651.62 s
[hw-prim] Warning: HaskellWorks.Data.ByteString: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.ByteString.Lazy: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.Concat: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] - Data.Vector.Vector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.Container: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] - Data.Vector.Vector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.Cons: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] - Data.Vector.Vector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.Empty: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] - Data.Vector.Vector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.Filter: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] - Data.Vector.Vector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.FromByteString: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] - Data.Vector.Storable.Mutable.MVector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.Generate: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] - Data.Vector.Vector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.Head: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] - Data.Vector.Vector
651.62 s
[hw-prim] Warning: HaskellWorks.Data.Null: could not find link destinations for:
651.62 s
[hw-prim] - Data.Vector.Storable.Vector
651.62 s
[hw-prim] - Data.Vector.Vector
651.71 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4 /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc
652.26 s
[post-build-hook] Pushing 2 paths (82 are already present) using zstd to cache sellout ⏳
652.26 s
[post-build-hook]
652.60 s
[post-build-hook] Pushing /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc (288.98 KiB)
652.73 s
[post-build-hook] Pushing /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4 (1.29 MiB)
653.66 s
[post-build-hook]
653.72 s
[post-build-hook] All done.
653.72 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4 /nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc
653.75 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
653.94 s
[post-build-hook] copying 2 paths...
653.94 s
[post-build-hook] copying path '/nix/store/zrx3fyshwmv1paglahsvfkyp40zwb0py-neat-interpolation-0.5.1.4-doc' to 'https://cache.nix-ci.com'...
654.13 s
[post-build-hook] copying path '/nix/store/xxb0iy314qjvw940g4sxiaprg85q7x0g-neat-interpolation-0.5.1.4' to 'https://cache.nix-ci.com'...
654.72 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
654.94 s
[post-build-hook] copying 1 paths...
654.94 s
[post-build-hook] copying path '/nix/store/ckmipvckh56nsph8ylwf3p8l82qwsj0k-neat-interpolation-0.5.1.4.drv' to 'https://cache.nix-ci.com'...
655.12 s
Progress: 32 of 75 built (8 building), 335 of 335 downloaded from cache
655.12 s
[path] addExtension ".foo" "/name.name/name.." == "/name.name/name...foo" [✔]
655.12 s
[path] fileExtension "/name.name/name...foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name.name/name...foo" == "/name.name/name...foo" [✔]
655.12 s
[path] addExtension ".foo" "/name.name/.name" == "/name.name/.name.foo" [✔]
655.12 s
[path] fileExtension "/name.name/.name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name.name/.name.foo" == "/name.name/.name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/name.name/..name" == "/name.name/..name.foo" [✔]
655.12 s
[path] fileExtension "/name.name/..name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name.name/..name.foo" == "/name.name/..name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/name.name/name.name" == "/name.name/name.name.foo" [✔]
655.12 s
[path] fileExtension "/name.name/name.name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name.name/name.name.foo" == "/name.name/name.name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/name.name/name..name" == "/name.name/name..name.foo" [✔]
655.12 s
[path] fileExtension "/name.name/name..name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name.name/name..name.foo" == "/name.name/name..name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/name.name/..." == "/name.name/....foo" [✔]
655.12 s
[path] fileExtension "/name.name/....foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name.name/....foo" == "/name.name/....foo" [✔]
655.12 s
[path] addExtension ".foo" "/name..name/name" == "/name..name/name.foo" [✔]
655.12 s
[path] fileExtension "/name..name/name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name..name/name.foo" == "/name..name/name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/name..name/name." == "/name..name/name..foo" [✔]
655.12 s
[path] fileExtension "/name..name/name..foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name..name/name..foo" == "/name..name/name..foo" [✔]
655.12 s
[path] addExtension ".foo" "/name..name/name.." == "/name..name/name...foo" [✔]
655.12 s
[path] fileExtension "/name..name/name...foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name..name/name...foo" == "/name..name/name...foo" [✔]
655.12 s
[path] addExtension ".foo" "/name..name/.name" == "/name..name/.name.foo" [✔]
655.12 s
[path] fileExtension "/name..name/.name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name..name/.name.foo" == "/name..name/.name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/name..name/..name" == "/name..name/..name.foo" [✔]
655.12 s
[path] fileExtension "/name..name/..name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name..name/..name.foo" == "/name..name/..name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/name..name/name.name" == "/name..name/name.name.foo" [✔]
655.12 s
[path] fileExtension "/name..name/name.name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name..name/name.name.foo" == "/name..name/name.name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/name..name/name..name" == "/name..name/name..name.foo" [✔]
655.12 s
[path] fileExtension "/name..name/name..name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name..name/name..name.foo" == "/name..name/name..name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/name..name/..." == "/name..name/....foo" [✔]
655.12 s
[path] fileExtension "/name..name/....foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/name..name/....foo" == "/name..name/....foo" [✔]
655.12 s
[path] addExtension ".foo" "/.../name" == "/.../name.foo" [✔]
655.12 s
[path] fileExtension "/.../name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/.../name.foo" == "/.../name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/.../name." == "/.../name..foo" [✔]
655.12 s
[path] fileExtension "/.../name..foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/.../name..foo" == "/.../name..foo" [✔]
655.12 s
[path] addExtension ".foo" "/.../name.." == "/.../name...foo" [✔]
655.12 s
[path] fileExtension "/.../name...foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/.../name...foo" == "/.../name...foo" [✔]
655.12 s
[path] addExtension ".foo" "/.../.name" == "/.../.name.foo" [✔]
655.12 s
[path] fileExtension "/.../.name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/.../.name.foo" == "/.../.name.foo" [✔]
655.12 s
[path] addExtension ".foo" "/.../..name" == "/.../..name.foo" [✔]
655.12 s
[path] fileExtension "/.../..name.foo" == .foo [✔]
655.12 s
[path] replaceExtension ".foo" "/.../..name.foo" == "/.../..name.foo" [✔]
655.12 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
655.12 s
[quickcheck-classes] 98% ( 62 / 63) in 'Test.QuickCheck.Classes'
655.12 s
[quickcheck-classes] Missing documentation for:
655.12 s
[quickcheck-classes] semigroupMonoidLaws
655.12 s
[quickcheck-classes]
655.12 s
[quickcheck-classes] src/Test/QuickCheck/Classes.hs:107:1: warning : [ -Wunused-imports ]
655.12 s
[quickcheck-classes] The import of ‘Test.QuickCheck.Classes.IsList’ is redundant
655.12 s
[quickcheck-classes] except perhaps to import instances from ‘Test.QuickCheck.Classes.IsList’
655.12 s
[quickcheck-classes] To import instances alone, use: import Test.QuickCheck.Classes.IsList()
655.12 s
[quickcheck-classes] |
655.12 s
[quickcheck-classes] 107 | import Test.QuickCheck.Classes.IsList
655.12 s
[quickcheck-classes] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
655.12 s
[quickcheck-classes] Warning: Test.QuickCheck.Classes: could not find link destinations for:
655.12 s
[quickcheck-classes] - Test.QuickCheck.Classes.Foldable.unsnoc
655.12 s
[quickcheck-classes] - Data.Vector.Unboxed.Base.Unbox
655.12 s
[quickcheck-classes] Documentation created: dist/doc/html/quickcheck-classes/index.html,
655.12 s
[quickcheck-classes] dist/doc/html/quickcheck-classes/quickcheck-classes.txt
655.12 s
[quickcheck-classes] Preprocessing test suite 'basic' for quickcheck-classes-0.6.5.0..
655.12 s
[quickcheck-classes] Preprocessing test suite 'advanced' for quickcheck-classes-0.6.5.0..
655.12 s
[quickcheck-classes] Phase: installPhase
655.12 s
[quickcheck-classes] Installing library in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/quickcheck-classes-0.6.5.0-7Aa5TRjl7KKBukoiXc5OYq
655.12 s
[quickcheck-classes] Phase: fixupPhase
655.12 s
[quickcheck-classes] shrinking RPATHs of ELF executables and libraries in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0
655.12 s
[quickcheck-classes] shrinking /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSquickcheck-classes-0.6.5.0-7Aa5TRjl7KKBukoiXc5OYq-ghc9.6.3.so
655.12 s
[quickcheck-classes] checking for references to /build/ in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0...
655.12 s
[quickcheck-classes] patching script interpreter paths in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0
655.12 s
[quickcheck-classes] stripping (with command strip and flags -S -p) in /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0/lib
655.12 s
[quickcheck-classes] shrinking RPATHs of ELF executables and libraries in /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc
655.12 s
[quickcheck-classes] checking for references to /build/ in /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc...
655.12 s
[quickcheck-classes] patching script interpreter paths in /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc
655.13 s
[row-types] src/Data/Row/Variants.hs:589:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
655.13 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
655.13 s
[row-types] relies on the StarIsType extension, which will become
655.13 s
[row-types] deprecated in the future.
655.13 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
655.13 s
[row-types] |
655.13 s
[row-types] 589 | type RepVar (r :: Row *) :: * -> *
655.13 s
[row-types] | ^
655.13 s
[row-types]
655.13 s
[row-types] src/Data/Row/Variants.hs:589:36: warning : [ GHC-39567 ] [ -Wstar-is-type ]
655.13 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
655.13 s
[row-types] relies on the StarIsType extension, which will become
655.13 s
[row-types] deprecated in the future.
655.13 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
655.13 s
[row-types] |
655.13 s
[row-types] 589 | type RepVar (r :: Row *) :: * -> *
655.13 s
[row-types] | ^
655.13 s
[row-types] [5 of 6] Compiling Data.Row.Switch ( src/Data/Row/Switch.hs, dist/build/Data/Row/Switch.o, dist/build/Data/Row/Switch.dyn_o )
655.13 s
[row-types] [6 of 6] Compiling Data.Row ( src/Data/Row.hs, dist/build/Data/Row.o, dist/build/Data/Row.dyn_o )
655.13 s
[row-types] [1 of 6] Compiling Data.Row.Internal ( src/Data/Row/Internal.hs, dist/build/Data/Row/Internal.p_o )
655.13 s
[row-types]
655.13 s
[row-types] src/Data/Row/Internal.hs:212:37: warning : [ GHC-39567 ] [ -Wstar-is-type ]
655.13 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
655.13 s
[row-types] relies on the StarIsType extension, which will become
655.13 s
[row-types] deprecated in the future.
655.13 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
655.13 s
[row-types] |
655.13 s
[row-types] 212 | class Lacks (l :: Symbol) (r :: Row * )
655.13 s
[row-types] | ^
655.13 s
[row-types]
655.13 s
[row-types] src/Data/Row/Internal.hs:253:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
655.13 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
655.13 s
[row-types] relies on the StarIsType extension, which will become
655.13 s
[row-types] deprecated in the future.
655.13 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
655.13 s
[row-types] |
655.13 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
655.13 s
[row-types] | ^
655.13 s
[row-types]
655.13 s
[row-types] src/Data/Row/Internal.hs:253:34: warning : [ GHC-39567 ] [ -Wstar-is-type ]
655.13 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
655.13 s
[row-types] relies on the StarIsType extension, which will become
655.13 s
[row-types] deprecated in the future.
655.13 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
655.13 s
[row-types] |
655.13 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
655.13 s
[row-types] | ^
655.13 s
[row-types]
655.13 s
[row-types] src/Data/Row/Internal.hs:253:39: warning : [ GHC-39567 ] [ -Wstar-is-type ]
655.13 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
655.13 s
[row-types] relies on the StarIsType extension, which will become
655.13 s
[row-types] deprecated in the future.
655.13 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
655.13 s
[row-types] |
655.13 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> * ) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
655.13 s
[row-types] | ^
655.13 s
[row-types]
655.13 s
[row-types] src/Data/Row/Internal.hs:253:57: warning : [ GHC-39567 ] [ -Wstar-is-type ]
655.13 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
655.13 s
[stan] Installing internal library target in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/stan-0.2.0.0-2XVAJQbGvesDkwWUJHj73F-target
655.13 s
[stan] Phase: fixupPhase
655.13 s
[stan] shrinking RPATHs of ELF executables and libraries in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0
655.13 s
[stan] shrinking /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSstan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t-ghc9.6.3.so
655.13 s
[stan] shrinking /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSstan-0.2.0.0-2XVAJQbGvesDkwWUJHj73F-target-ghc9.6.3.so
655.13 s
[stan] shrinking /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/bin/stan
655.13 s
[stan] checking for references to /build/ in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0...
655.13 s
[stan] patching script interpreter paths in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0
655.13 s
[stan] stripping (with command strip and flags -S -p) in /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/lib /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0/bin
655.13 s
[tree-diff] | ^^^^^^^^
655.13 s
[tree-diff]
655.13 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:238:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
655.13 s
[tree-diff] In the use of type constructor or class ‘Doc’
655.13 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
655.13 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
655.13 s
[tree-diff] |
655.13 s
[tree-diff] 238 | ansiWlExpr :: Expr -> WL.Doc
655.13 s
[tree-diff] | ^^^^^^
655.13 s
[tree-diff]
655.13 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:242:36: warning : [ GHC-68441 ] [ -Wdeprecations ]
655.13 s
[tree-diff] In the use of type constructor or class ‘Doc’
655.13 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
655.13 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
655.13 s
[tree-diff] |
655.13 s
[tree-diff] 242 | ansiWlEditExpr :: Edit EditExpr -> WL.Doc
655.13 s
[tree-diff] | ^^^^^^
655.13 s
[tree-diff]
655.13 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:246:43: warning : [ GHC-68441 ] [ -Wdeprecations ]
655.13 s
[tree-diff] In the use of type constructor or class ‘Doc’
655.13 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
655.13 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
655.13 s
[tree-diff] |
655.13 s
[tree-diff] 246 | ansiWlEditExprCompact :: Edit EditExpr -> WL.Doc
655.13 s
[tree-diff] | ^^^^^^
655.13 s
[tree-diff]
655.13 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:254:26: warning : [ GHC-68441 ] [ -Wdeprecations ]
655.13 s
[tree-diff] In the use of type constructor or class ‘Doc’
655.13 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
655.13 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
655.13 s
[tree-diff] |
655.13 s
[tree-diff] 254 | ansiWlBgPretty :: Pretty WL.Doc
655.13 s
[tree-diff] | ^^^^^^
655.13 s
[tree-diff]
655.13 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
655.13 s
[tree-diff] In the use of ‘ondullgreen’
655.13 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
655.13 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
655.13 s
[tree-diff] |
655.13 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
655.13 s
[tree-diff] | ^^^^^^^^^^^^^^
655.13 s
[tree-diff]
655.13 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:41: warning : [ GHC-68441 ] [ -Wdeprecations ]
655.13 s
[tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
655.13 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
655.13 s
[tree-diff] |
655.13 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
655.13 s
[tree-diff] | ^^^^^^^^
655.13 s
[tree-diff]
655.13 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
655.13 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
655.13 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
655.13 s
[tree-diff] |
655.13 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
655.13 s
[tree-diff] | ^^^^^^^^
655.13 s
[tree-diff]
655.25 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7 /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc
655.74 s
[post-build-hook] Pushing 2 paths (124 are already present) using zstd to cache sellout ⏳
655.74 s
[post-build-hook]
656.08 s
[post-build-hook] Pushing /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc (1.02 MiB)
656.12 s
[post-build-hook] Pushing /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7 (2.52 MiB)
657.10 s
[post-build-hook]
657.10 s
[post-build-hook] All done.
657.13 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7 /nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc
657.18 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
657.33 s
[post-build-hook] copying 2 paths...
657.33 s
[post-build-hook] copying path '/nix/store/gkjyg0zkkh6y21b75a42dxqvy29n05jl-deferred-folds-0.9.18.7-doc' to 'https://cache.nix-ci.com'...
657.61 s
[post-build-hook] copying path '/nix/store/b0057mzp1la6xdm41l0rc7m1ijj4ivzf-deferred-folds-0.9.18.7' to 'https://cache.nix-ci.com'...
658.38 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
658.61 s
[post-build-hook] copying 1 paths...
658.61 s
[post-build-hook] copying path '/nix/store/8c0s4qw9mj816di713xlsm85k6hlmxwy-deferred-folds-0.9.18.7.drv' to 'https://cache.nix-ci.com'...
658.76 s
Progress: 33 of 74 built (7 building), 335 of 335 downloaded from cache
658.77 s
[hw-prim] Warning: HaskellWorks.Data.Positioning: could not find link destinations for:
658.80 s
[hw-prim] - HaskellWorks.Data.Positioning.ToCount
658.80 s
[hw-prim] - HaskellWorks.Data.Positioning.ToPosition
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Length: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] - Data.Vector.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Drop: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] - Data.Vector.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.AtIndex: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] - Data.Vector.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.FromForeignRegion: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Snoc: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] - Data.Vector.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Take: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] - Data.Vector.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Uncons: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] - Data.Vector.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Unsnoc: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] - Data.Vector.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Vector.AsVector64: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Vector.AsVector64s: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Vector.AsVector8: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Vector.AsVector8ns: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Vector.AsVector64ns: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Vector.AsVector8s: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Vector.BoxedVectorLike: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Vector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Vector.Storable: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] - Data.Vector.Storable.Mutable.MVector
658.80 s
[hw-prim] Warning: HaskellWorks.Data.Vector.StorableVectorLike: could not find link destinations for:
658.80 s
[hw-prim] - Data.Vector.Storable.Vector
658.80 s
[hw-prim] Documentation created: dist/doc/html/hw-prim/index.html,
658.80 s
[hw-prim] dist/doc/html/hw-prim/hw-prim.txt
658.80 s
[hw-prim] Preprocessing test suite 'hw-prim-test' for hw-prim-0.6.3.2..
658.80 s
[hw-prim] Preprocessing test suite 'doctest' for hw-prim-0.6.3.2..
658.80 s
[hw-prim] Phase: installPhase
658.80 s
[hw-prim] Installing library in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv
658.80 s
[hw-prim] Phase: fixupPhase
658.80 s
[hw-prim] shrinking RPATHs of ELF executables and libraries in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2
658.80 s
[hw-prim] shrinking /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv-ghc9.6.3.so
658.80 s
[hw-prim] checking for references to /build/ in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2...
658.80 s
[hw-prim] patching script interpreter paths in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2
658.80 s
[hw-prim] stripping (with command strip and flags -S -p) in /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2/lib
658.80 s
[hw-prim] shrinking RPATHs of ELF executables and libraries in /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc
658.80 s
[hw-prim] checking for references to /build/ in /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc...
658.80 s
[hw-prim] patching script interpreter paths in /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc
658.80 s
[path] addExtension ".foo" "/.../name.name" == "/.../name.name.foo" [✔]
658.80 s
[path] fileExtension "/.../name.name.foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/.../name.name.foo" == "/.../name.name.foo" [✔]
658.80 s
[path] addExtension ".foo" "/.../name..name" == "/.../name..name.foo" [✔]
658.80 s
[path] fileExtension "/.../name..name.foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/.../name..name.foo" == "/.../name..name.foo" [✔]
658.80 s
[path] addExtension ".foo" "/.../..." == "/.../....foo" [✔]
658.80 s
[path] fileExtension "/.../....foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/.../....foo" == "/.../....foo" [✔]
658.80 s
[path] addExtension ".foo" "/name" == "/name.foo" [✔]
658.80 s
[path] fileExtension "/name.foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/name.foo" == "/name.foo" [✔]
658.80 s
[path] addExtension ".foo" "/name." == "/name..foo" [✔]
658.80 s
[path] fileExtension "/name..foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/name..foo" == "/name..foo" [✔]
658.80 s
[path] addExtension ".foo" "/name.." == "/name...foo" [✔]
658.80 s
[path] fileExtension "/name...foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/name...foo" == "/name...foo" [✔]
658.80 s
[path] addExtension ".foo" "/.name" == "/.name.foo" [✔]
658.80 s
[path] fileExtension "/.name.foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/.name.foo" == "/.name.foo" [✔]
658.80 s
[path] addExtension ".foo" "/..name" == "/..name.foo" [✔]
658.80 s
[path] fileExtension "/..name.foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/..name.foo" == "/..name.foo" [✔]
658.80 s
[path] addExtension ".foo" "/name.name" == "/name.name.foo" [✔]
658.80 s
[path] fileExtension "/name.name.foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/name.name.foo" == "/name.name.foo" [✔]
658.80 s
[path] addExtension ".foo" "/name..name" == "/name..name.foo" [✔]
658.80 s
[path] fileExtension "/name..name.foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/name..name.foo" == "/name..name.foo" [✔]
658.80 s
[path] addExtension ".foo" "/..." == "/....foo" [✔]
658.80 s
[path] fileExtension "/....foo" == .foo [✔]
658.80 s
[path] replaceExtension ".foo" "/....foo" == "/....foo" [✔]
658.80 s
[path] throws InvalidExtension when extension is [] [✔]
658.80 s
[path] throws InvalidExtension when extension is [.] [✔]
658.80 s
[path] throws InvalidExtension when extension is [x] [✔]
658.80 s
[path] throws InvalidExtension when extension is [..] [✔]
658.80 s
[path] throws InvalidExtension when extension is [...] [✔]
658.80 s
[path] throws InvalidExtension when extension is [xy] [✔]
658.80 s
[path] throws InvalidExtension when extension is [foo] [✔]
658.80 s
[path] throws InvalidExtension when extension is [foo.] [✔]
658.80 s
[path] throws InvalidExtension when extension is [foo..] [✔]
658.80 s
[path] throws InvalidExtension when extension is [..foo] [✔]
658.80 s
[path] throws InvalidExtension when extension is [...foo] [✔]
658.80 s
[path] throws InvalidExtension when extension is [.foo.bar] [✔]
658.80 s
[path] throws InvalidExtension when extension is [.foo/bar] [✔]
658.80 s
[path] Restrictions
658.80 s
[path] Succeeding: Parsing "~/" should succeed with: "~/" [✔]
658.80 s
[path] Succeeding: Parsing "~/foo" should succeed with: "~/foo/" [✔]
658.80 s
[path] Succeeding: Parsing "~/foo/bar" should succeed with: "~/foo/bar/" [✔]
658.80 s
[path] Succeeding: Parsing "a.." should succeed with: "a../" [✔]
658.80 s
[path] Succeeding: Parsing "..a" should succeed with: "..a/" [✔]
658.80 s
[path] "../" should be rejected [✔]
658.80 s
[path] ".." should be rejected [✔]
658.80 s
[path] "/.." should be rejected [✔]
658.80 s
[path] "/foo/../bar/" should be rejected [✔]
658.80 s
[path] "/foo/bar/.." should be rejected [✔]
658.80 s
[path] Aeson Instances
658.80 s
[path] Decoding "["/foo/bar"]" as a [Path Abs Dir] should succeed. [✔]
658.80 s
[path] Decoding "["/foo/bar"]" as a [Path Rel Dir] should fail. [✔]
658.80 s
[path] Encoding "["/foo/bar/mu.txt"]" should succeed. [✔]
658.80 s
[path] QuasiQuotes
658.80 s
[path] [absdir|/|] == $(mkAbsDir "/") [✔]
658.80 s
[path] [absdir|/home|] == $(mkAbsDir "/home") [✔]
658.80 s
[path] [reldir|foo|] == $(mkRelDir "foo") [✔]
658.80 s
[path] [reldir|foo/bar|] == $(mkRelDir "foo/bar") [✔]
658.80 s
[path] [absfile|/home/chris/foo.txt|] == $(mkAbsFile "/home/chris/foo.txt") [✔]
658.80 s
[path] [relfile|foo|] == $(mkRelFile "foo") [✔]
658.80 s
[path] [relfile|chris/foo.txt|] == $(mkRelFile "chris/foo.txt") [✔]
658.80 s
[path]
658.80 s
[path] Finished in 75.3359 seconds
658.80 s
[path] 1293 examples, 0 failures
658.80 s
[path] Test suite test: PASS
658.80 s
[path] Test suite logged to: dist/test/path-0.9.5-test.log
658.80 s
[path] 2 of 2 test suites (2 of 2 test cases) passed.
658.88 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0 /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc
659.36 s
[post-build-hook] Pushing 2 paths (168 are already present) using zstd to cache sellout ⏳
659.36 s
[post-build-hook]
659.70 s
[post-build-hook] Pushing /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc (1.77 MiB)
659.72 s
[post-build-hook] Pushing /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0 (2.83 MiB)
661.18 s
[post-build-hook]
661.18 s
[post-build-hook] All done.
661.20 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0 /nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc
661.25 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
661.41 s
[post-build-hook] copying 2 paths...
661.41 s
[post-build-hook] copying path '/nix/store/mx9wgiq8ciqyi0lpg7a8vj6cm5msg1w9-quickcheck-classes-0.6.5.0-doc' to 'https://cache.nix-ci.com'...
661.72 s
[post-build-hook] copying path '/nix/store/8q6ll0zx8d5hn4zxkk0pa77w8gqh001i-quickcheck-classes-0.6.5.0' to 'https://cache.nix-ci.com'...
662.63 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
662.81 s
[post-build-hook] copying 1 paths...
662.81 s
[post-build-hook] copying path '/nix/store/dm40xwbsvqvwk4bz58vd487clw4iq5z7-quickcheck-classes-0.6.5.0.drv' to 'https://cache.nix-ci.com'...
663.00 s
Progress: 34 of 75 built (6 building), 335 of 335 downloaded from cache
663.00 s
[row-types] relies on the StarIsType extension, which will become
663.00 s
[row-types] deprecated in the future.
663.00 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
663.00 s
[row-types] |
663.00 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> * ) (g :: Row k -> *) (h :: k -> *). Bifunctor p
663.00 s
[row-types] | ^
663.00 s
[row-types]
663.00 s
[row-types] src/Data/Row/Internal.hs:253:75: warning : [ GHC-39567 ] [ -Wstar-is-type ]
663.00 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
663.00 s
[row-types] relies on the StarIsType extension, which will become
663.00 s
[row-types] deprecated in the future.
663.00 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
663.00 s
[row-types] |
663.00 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> * ) (h :: k -> *). Bifunctor p
663.00 s
[row-types] | ^
663.00 s
[row-types]
663.00 s
[row-types] src/Data/Row/Internal.hs:253:89: warning : [ GHC-39567 ] [ -Wstar-is-type ]
663.00 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
663.00 s
[row-types] relies on the StarIsType extension, which will become
663.00 s
[row-types] deprecated in the future.
663.00 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
663.00 s
[row-types] |
663.00 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> * ). Bifunctor p
663.00 s
[row-types] | ^
663.00 s
[row-types]
663.00 s
[row-types] src/Data/Row/Internal.hs:282:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
663.00 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
663.00 s
[row-types] relies on the StarIsType extension, which will become
663.00 s
[row-types] deprecated in the future.
663.00 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
663.00 s
[row-types] |
663.00 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
663.00 s
[row-types] | ^
663.00 s
[row-types]
663.00 s
[row-types] src/Data/Row/Internal.hs:282:36: warning : [ GHC-39567 ] [ -Wstar-is-type ]
663.00 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
663.00 s
[row-types] relies on the StarIsType extension, which will become
663.00 s
[row-types] deprecated in the future.
663.00 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
663.00 s
[row-types] |
663.00 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
663.00 s
[row-types] | ^
663.00 s
[row-types]
663.00 s
[row-types] src/Data/Row/Internal.hs:282:41: warning : [ GHC-39567 ] [ -Wstar-is-type ]
663.00 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
663.00 s
[row-types] relies on the StarIsType extension, which will become
663.00 s
[row-types] deprecated in the future.
663.00 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
663.00 s
[row-types] |
663.00 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> * ) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
663.00 s
[row-types] | ^
663.00 s
[row-types]
663.00 s
[row-types] src/Data/Row/Internal.hs:282:70: warning : [ GHC-39567 ] [ -Wstar-is-type ]
663.00 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
663.00 s
[row-types] relies on the StarIsType extension, which will become
663.00 s
[row-types] deprecated in the future.
663.00 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
663.26 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0
663.68 s
[post-build-hook] Pushing 1 paths (150 are already present) using zstd to cache sellout ⏳
663.68 s
[post-build-hook]
664.07 s
[post-build-hook] Pushing /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0 (40.24 MiB)
665.49 s
[post-build-hook]
665.49 s
[post-build-hook] All done.
665.51 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0
665.55 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
665.56 s
[post-build-hook] copying 11 paths...
665.57 s
[post-build-hook] copying path '/nix/store/31kdzc8v7ax0nb3bjwal3c2s24qinczk-dir-traverse-0.2.3.0-doc' to 'https://cache.nix-ci.com'...
665.57 s
[post-build-hook] copying path '/nix/store/rl60dphlgyygj3rr81b3sn8i39rc6gd6-pretty-simple-4.1.3.0-doc' to 'https://cache.nix-ci.com'...
665.57 s
[post-build-hook] copying path '/nix/store/w9s5p8lk59fnvny8ap93nykwp5vx5jnq-gitrev-1.3.1-doc' to 'https://cache.nix-ci.com'...
665.57 s
[post-build-hook] copying path '/nix/store/j59lwcdpsdk0bw7fx7q0nddbyi93qakp-clay-0.15.0-doc' to 'https://cache.nix-ci.com'...
665.57 s
[post-build-hook] copying path '/nix/store/say6ncjs7lds5dpp8gvw9kakkq1k53ng-cryptohash-sha1-0.11.101.0-doc' to 'https://cache.nix-ci.com'...
665.80 s
[post-build-hook] copying path '/nix/store/yv2s825xmms8bq99mpmh034inbcs0fp1-cryptohash-sha1-0.11.101.0' to 'https://cache.nix-ci.com'...
665.81 s
[post-build-hook] copying path '/nix/store/gr6299l8pc220gd44i0798ny59j3zd7k-gitrev-1.3.1' to 'https://cache.nix-ci.com'...
665.82 s
[post-build-hook] copying path '/nix/store/d65q0c7717wb8f860n8rzmvliv4bk1r5-dir-traverse-0.2.3.0' to 'https://cache.nix-ci.com'...
666.02 s
[post-build-hook] copying path '/nix/store/nx8lw7r7878j5k5kh7nwg0dkfdjkdhrb-pretty-simple-4.1.3.0' to 'https://cache.nix-ci.com'...
666.60 s
[post-build-hook] copying path '/nix/store/9pxp4h7d7rx62s0rs7m289b83z8xhjqx-clay-0.15.0' to 'https://cache.nix-ci.com'...
672.57 s
[post-build-hook] copying path '/nix/store/krsf4y2892idk0sxvpbigj50is1pga93-stan-0.2.0.0' to 'https://cache.nix-ci.com'...
686.33 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
686.57 s
[post-build-hook] copying 6 paths...
686.58 s
[post-build-hook] copying path '/nix/store/p3m6sapg526krxrkkn8yh318xc6r8a0n-clay-0.15.0.drv' to 'https://cache.nix-ci.com'...
686.58 s
[post-build-hook] copying path '/nix/store/8mqgqdlnmq2gvd1s20llh506a8w1ag62-pretty-simple-4.1.3.0.drv' to 'https://cache.nix-ci.com'...
686.58 s
[post-build-hook] copying path '/nix/store/3mblk6npnd2x1ddp4kwvjmnhygc778qk-gitrev-1.3.1.drv' to 'https://cache.nix-ci.com'...
686.58 s
[post-build-hook] copying path '/nix/store/7wrm0b0c2w0j6px3hvigm02c280wsw2w-cryptohash-sha1-0.11.101.0.drv' to 'https://cache.nix-ci.com'...
686.58 s
[post-build-hook] copying path '/nix/store/y9qcjr8wqsz3d24w541vglsabnz4dbwz-dir-traverse-0.2.3.0.drv' to 'https://cache.nix-ci.com'...
686.77 s
[post-build-hook] copying path '/nix/store/qn58jcjfn4z8ainr7xbjbjjndm5sn01x-stan-0.2.0.0.drv' to 'https://cache.nix-ci.com'...
686.98 s
Progress: 35 of 76 built (5 building), 335 of 335 downloaded from cache
686.98 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:63: warning : [ GHC-68441 ] [ -Wdeprecations ]
686.98 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
686.98 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
686.98 s
[tree-diff] |
686.98 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
686.98 s
[tree-diff] | ^^^^^^^
686.98 s
[tree-diff]
686.98 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
686.98 s
[tree-diff] In the use of ‘ondullred’
686.98 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
686.98 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
686.98 s
[tree-diff] |
686.98 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
686.98 s
[tree-diff] | ^^^^^^^^^^^^
686.98 s
[tree-diff]
686.98 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:41: warning : [ GHC-68441 ] [ -Wdeprecations ]
686.98 s
[tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
686.98 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
686.98 s
[tree-diff] |
686.98 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
686.98 s
[tree-diff] | ^^^^^^^^
686.98 s
[tree-diff]
686.98 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
686.98 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
686.98 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
686.98 s
[tree-diff] |
686.98 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
686.98 s
[tree-diff] | ^^^^^^^^
686.98 s
[tree-diff]
686.98 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:63: warning : [ GHC-68441 ] [ -Wdeprecations ]
686.98 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
686.98 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
686.98 s
[tree-diff] |
686.98 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
686.98 s
[tree-diff] | ^^^^^^^
686.98 s
[tree-diff]
686.98 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:261:25: warning : [ GHC-68441 ] [ -Wdeprecations ]
686.98 s
[tree-diff] In the use of type constructor or class ‘Doc’
686.98 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
686.98 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
686.98 s
[tree-diff] |
686.98 s
[tree-diff] 261 | ansiWlBgExpr :: Expr -> WL.Doc
686.98 s
[tree-diff] | ^^^^^^
686.98 s
[tree-diff]
686.98 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:265:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
686.98 s
[tree-diff] In the use of type constructor or class ‘Doc’
686.98 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
686.98 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
686.98 s
[tree-diff] |
686.98 s
[tree-diff] 265 | ansiWlBgEditExpr :: Edit EditExpr -> WL.Doc
686.98 s
[tree-diff] | ^^^^^^
686.98 s
[tree-diff]
687.01 s
Waiting for lock on waiting for lock on '/nix/store/alazm7b76gnidir140fzvz1s7bn529d4-bitvec-1.1.5.0-doc', '/nix/store/s59bl4ya0pqdfngjynz62j2mnyzdcn48-bitvec
687.01 s
Waiting for lock on waiting for lock on '/nix/store/84n9d1kb0vcry0ycaj0flm6svb7raihp-mod-0.2.0.1-doc', '/nix/store/9n461sw6mkv5y2lhpyarv8lz318rx9qa-mod
687.02 s
Waiting for lock on waiting for lock on '/nix/store/99mi9rr9hcy3i71yr37r4hh6p5fnrk8x-primitive-extras-0.10.2.2', '/nix/store/fh4if42d0dgajnl04zsgjwf9sqrxmxc2-primitive-extras-0.10.2.2-doc'
687.18 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2
687.61 s
[post-build-hook] Pushing 1 paths (99 are already present) using zstd to cache sellout ⏳
687.61 s
[post-build-hook]
687.97 s
[post-build-hook] Pushing /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2 (9.98 MiB)
689.03 s
[post-build-hook]
689.03 s
[post-build-hook] All done.
689.05 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc /nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2
689.09 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
689.24 s
[post-build-hook] copying 4 paths...
689.24 s
[post-build-hook] copying path '/nix/store/42x397gg8i7fjqwq2yzx5r2qnmq6v10z-mmap-0.5.9-doc' to 'https://cache.nix-ci.com'...
689.44 s
[post-build-hook] copying path '/nix/store/3jb13gv474c9qhfpjwwmk4h2ky8khji8-hw-prim-0.6.3.2-doc' to 'https://cache.nix-ci.com'...
689.44 s
[post-build-hook] copying path '/nix/store/w0h27zgb65f4ldpwnbm7sywk5k1jpzw3-mmap-0.5.9' to 'https://cache.nix-ci.com'...
689.91 s
[post-build-hook] copying path '/nix/store/gghqxay4xcvbcv8ic0ylj3pxvl7ry386-hw-prim-0.6.3.2' to 'https://cache.nix-ci.com'...
692.21 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
692.47 s
[post-build-hook] copying 2 paths...
692.50 s
[post-build-hook] copying path '/nix/store/c58iwhklkk654i395wmxn05a2isgqcd3-mmap-0.5.9.drv' to 'https://cache.nix-ci.com'...
692.61 s
[post-build-hook] copying path '/nix/store/caz1rrwra5b6gf44i4qf73iq79ipin9f-hw-prim-0.6.3.2.drv' to 'https://cache.nix-ci.com'...
692.81 s
Progress: 36 of 74 built (4 building), 335 of 335 downloaded from cache
692.81 s
[path] checkPhase completed in 5 minutes 24 seconds
692.81 s
[path] Phase: haddockPhase
692.81 s
[path] Preprocessing library for path-0.9.5..
692.81 s
[path] Running Haddock on library for path-0.9.5..
692.81 s
[path] Warning: The documentation for the following packages are not installed. No
692.81 s
[path] links will be generated to these packages: vector-0.13.2.0
692.81 s
[path] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
692.81 s
[path] 100% ( 5 / 5) in 'Path.Internal.Posix'
692.81 s
[path] 50% ( 1 / 2) in 'Path.Internal'
692.81 s
[path] Missing documentation for:
692.81 s
[path] Module header
692.81 s
[path] 100% ( 5 / 5) in 'Path.Internal.Windows'
692.81 s
[path] Warning: 'Abs' is ambiguous. It is defined
692.81 s
[path] * at src/Path/Include.hs:856:19
692.81 s
[path] * at src/Path/Include.hs:127:1
692.81 s
[path] You may be able to disambiguate the identifier by qualifying it or
692.81 s
[path] by specifying the type/value namespace explicitly.
692.81 s
[path] Defaulting to the one defined at src/Path/Include.hs:127:1
692.81 s
[path] Warning: 'Rel' is ambiguous. It is defined
692.81 s
[path] * at src/Path/Include.hs:857:19
692.81 s
[path] * at src/Path/Include.hs:131:1
692.81 s
[path] You may be able to disambiguate the identifier by qualifying it or
692.81 s
[path] by specifying the type/value namespace explicitly.
692.81 s
[path] Defaulting to the one defined at src/Path/Include.hs:131:1
692.81 s
[path] 100% ( 63 / 63) in 'Path.Posix'
692.81 s
[path] 100% ( 2 / 2) in 'Path'
692.81 s
[path] Warning: 'Abs' is ambiguous. It is defined
692.81 s
[path] * at src/Path/Include.hs:856:19
692.81 s
[path] * at src/Path/Include.hs:127:1
692.81 s
[path] You may be able to disambiguate the identifier by qualifying it or
692.81 s
[path] by specifying the type/value namespace explicitly.
692.81 s
[path] Defaulting to the one defined at src/Path/Include.hs:127:1
692.81 s
[path] Warning: 'Rel' is ambiguous. It is defined
692.81 s
[path] * at src/Path/Include.hs:857:19
692.81 s
[path] * at src/Path/Include.hs:131:1
692.81 s
[path] You may be able to disambiguate the identifier by qualifying it or
692.81 s
[path] by specifying the type/value namespace explicitly.
692.81 s
[path] Defaulting to the one defined at src/Path/Include.hs:131:1
692.81 s
[path] 100% ( 63 / 63) in 'Path.Windows'
692.81 s
[path] Documentation created: dist/doc/html/path/index.html,
692.81 s
[path] dist/doc/html/path/path.txt
692.81 s
[path] Preprocessing test suite 'validity-test' for path-0.9.5..
692.81 s
[path] Preprocessing test suite 'test' for path-0.9.5..
692.81 s
[path] Phase: installPhase
692.81 s
[path] Installing library in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
692.81 s
[path] Phase: fixupPhase
692.81 s
[path] shrinking RPATHs of ELF executables and libraries in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5
692.81 s
[path] shrinking /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSpath-0.9.5-18GQJfyXY4d8sNTTH7YP9T-ghc9.6.3.so
692.81 s
[path] checking for references to /build/ in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5...
692.81 s
[path] patching script interpreter paths in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5
692.81 s
[path] stripping (with command strip and flags -S -p) in /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5/lib
692.81 s
[path] shrinking RPATHs of ELF executables and libraries in /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc
692.81 s
[path] checking for references to /build/ in /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc...
692.81 s
[path] patching script interpreter paths in /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc
692.81 s
[row-types] |
692.81 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> * ) (g :: Row k1 -> Row k2 -> *)
692.81 s
[row-types] | ^
692.81 s
[row-types]
692.81 s
[row-types] src/Data/Row/Internal.hs:282:99: warning : [ GHC-39567 ] [ -Wstar-is-type ]
692.81 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
692.81 s
[row-types] relies on the StarIsType extension, which will become
692.81 s
[row-types] deprecated in the future.
692.81 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
692.81 s
[row-types] |
692.81 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> * )
692.81 s
[row-types] | ^
692.81 s
[row-types]
692.81 s
[row-types] src/Data/Row/Internal.hs:283:43: warning : [ GHC-39567 ] [ -Wstar-is-type ]
692.81 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
692.81 s
[row-types] relies on the StarIsType extension, which will become
692.81 s
[row-types] deprecated in the future.
692.81 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
692.81 s
[row-types] |
692.81 s
[row-types] 283 | (h :: k1 -> k2 -> * ). Bifunctor p
692.81 s
[row-types] | ^
692.81 s
[row-types]
692.81 s
[row-types] src/Data/Row/Internal.hs:398:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
692.81 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
692.81 s
[row-types] relies on the StarIsType extension, which will become
692.81 s
[row-types] deprecated in the future.
692.81 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
692.81 s
[row-types] |
692.81 s
[row-types] 398 | type family Zip (r1 :: Row * ) (r2 :: Row *) where
692.81 s
[row-types] | ^
692.81 s
[row-types]
692.81 s
[row-types] src/Data/Row/Internal.hs:398:42: warning : [ GHC-39567 ] [ -Wstar-is-type ]
692.81 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
692.81 s
[row-types] relies on the StarIsType extension, which will become
692.81 s
[row-types] deprecated in the future.
692.81 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
692.81 s
[row-types] |
692.81 s
[row-types] 398 | type family Zip (r1 :: Row *) (r2 :: Row * ) where
692.81 s
[row-types] | ^
692.81 s
[row-types]
692.81 s
[row-types] src/Data/Row/Internal.hs:401:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
692.81 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
692.81 s
[row-types] relies on the StarIsType extension, which will become
692.81 s
[row-types] deprecated in the future.
692.81 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
692.81 s
[row-types] |
692.81 s
[row-types] 401 | type family ZipR (r1 :: [LT * ]) (r2 :: [LT *]) where
692.81 s
[row-types] | ^
692.81 s
[row-types]
692.81 s
[row-types] src/Data/Row/Internal.hs:401:44: warning : [ GHC-39567 ] [ -Wstar-is-type ]
692.81 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
692.81 s
[row-types] relies on the StarIsType extension, which will become
692.81 s
[row-types] deprecated in the future.
692.81 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
692.81 s
[row-types] |
692.81 s
[row-types] 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT * ]) where
692.81 s
[row-types] | ^
692.81 s
[row-types] [2 of 6] Compiling Data.Row.Dictionaries ( src/Data/Row/Dictionaries.hs, dist/build/Data/Row/Dictionaries.p_o )
692.81 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:269:45: warning : [ GHC-68441 ] [ -Wdeprecations ]
692.81 s
[tree-diff] In the use of type constructor or class ‘Doc’
692.81 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
692.81 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
692.81 s
[tree-diff] |
692.81 s
[tree-diff] 269 | ansiWlBgEditExprCompact :: Edit EditExpr -> WL.Doc
692.81 s
[tree-diff] | ^^^^^^
692.81 s
[tree-diff] [ 7 of 10] Compiling Data.TreeDiff ( src/Data/TreeDiff.hs, dist/build/Data/TreeDiff.o, dist/build/Data/TreeDiff.dyn_o )
692.81 s
[tree-diff] [ 8 of 10] Compiling Data.TreeDiff.Golden ( src/Data/TreeDiff/Golden.hs, dist/build/Data/TreeDiff/Golden.o, dist/build/Data/TreeDiff/Golden.dyn_o )
692.81 s
[tree-diff]
692.81 s
[tree-diff] src/Data/TreeDiff/Golden.hs:16:1: warning : [ -Wdeprecations ]
692.81 s
[tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
692.81 s
[tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
692.81 s
[tree-diff] |
692.81 s
[tree-diff] 16 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
692.81 s
[tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
692.82 s
[tree-diff]
692.82 s
[tree-diff] src/Data/TreeDiff/Golden.hs:77:67: warning : [ GHC-68441 ] [ -Wdeprecations ]
692.82 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
692.82 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
692.82 s
[tree-diff] |
692.82 s
[tree-diff] 77 | wrt expr = BS.writeFile fp $ TE.encodeUtf8 $ T.pack $ showWL (WL.plain (ansiWlExpr expr)) ++ "\n"
692.82 s
[tree-diff] | ^^^^^^^^
692.82 s
[tree-diff]
692.82 s
[tree-diff] src/Data/TreeDiff/Golden.hs:79:11: warning : [ GHC-68441 ] [ -Wdeprecations ]
692.82 s
[tree-diff] In the use of type constructor or class ‘Doc’
692.82 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
692.82 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
692.82 s
[tree-diff] |
692.82 s
[tree-diff] 79 | showWL :: WL.Doc -> String
692.82 s
[tree-diff] | ^^^^^^
692.82 s
[tree-diff]
692.82 s
[tree-diff] src/Data/TreeDiff/Golden.hs:80:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
692.82 s
[tree-diff] In the use of ‘displayS’
692.82 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
692.82 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
692.82 s
[tree-diff] |
692.82 s
[tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
692.82 s
[tree-diff] | ^^^^^^^^^^^
692.82 s
[tree-diff]
692.82 s
[tree-diff] src/Data/TreeDiff/Golden.hs:80:27: warning : [ GHC-68441 ] [ -Wdeprecations ]
692.82 s
[tree-diff] In the use of ‘renderSmart’
692.82 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
692.82 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
692.82 s
[tree-diff] |
692.82 s
[tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
692.82 s
[tree-diff] | ^^^^^^^^^^^^^^
692.82 s
[tree-diff] [ 9 of 10] Compiling Data.TreeDiff.QuickCheck ( src/Data/TreeDiff/QuickCheck.hs, dist/build/Data/TreeDiff/QuickCheck.o, dist/build/Data/TreeDiff/QuickCheck.dyn_o )
692.82 s
[tree-diff] [10 of 10] Compiling Data.TreeDiff.Tree ( src/Data/TreeDiff/Tree.hs, dist/build/Data/TreeDiff/Tree.o, dist/build/Data/TreeDiff/Tree.dyn_o )
692.82 s
[tree-diff] [ 1 of 10] Compiling Data.TreeDiff.List ( src/Data/TreeDiff/List.hs, dist/build/Data/TreeDiff/List.p_o )
692.82 s
[tree-diff] [ 2 of 10] Compiling Data.TreeDiff.OMap ( src/Data/TreeDiff/OMap.hs, dist/build/Data/TreeDiff/OMap.p_o )
692.89 s
Building hw-fingertree
693.00 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5 /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc
693.45 s
[post-build-hook] Pushing 2 paths (162 are already present) using zstd to cache sellout ⏳
693.45 s
[post-build-hook]
693.78 s
[post-build-hook] Pushing /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5 (5.35 MiB)
693.82 s
[post-build-hook] Pushing /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc (941.27 KiB)
694.71 s
[post-build-hook]
694.71 s
[post-build-hook] All done.
694.74 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5 /nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc
694.79 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
694.95 s
[post-build-hook] copying 2 paths...
694.95 s
[post-build-hook] copying path '/nix/store/ck80bkr85wj55y1xr84yxdpm534fgm9i-path-0.9.5-doc' to 'https://cache.nix-ci.com'...
695.17 s
[post-build-hook] copying path '/nix/store/137rnagk4f23gmhhb1jps6b7bazxxb8v-path-0.9.5' to 'https://cache.nix-ci.com'...
696.66 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
696.86 s
[post-build-hook] copying 1 paths...
696.86 s
[post-build-hook] copying path '/nix/store/l1xfq9l9z4f6hc44v8ybijnfqp5bl92g-path-0.9.5.drv' to 'https://cache.nix-ci.com'...
697.04 s
Progress: 37 of 74 built (4 building), 335 of 335 downloaded from cache
697.05 s
[row-types] [3 of 6] Compiling Data.Row.Records ( src/Data/Row/Records.hs, dist/build/Data/Row/Records.p_o )
697.05 s
[row-types]
697.05 s
[row-types] src/Data/Row/Records.hs:127:23: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.05 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.05 s
[row-types] relies on the StarIsType extension, which will become
697.05 s
[row-types] deprecated in the future.
697.05 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.05 s
[row-types] |
697.05 s
[row-types] 127 | newtype Rec (r :: Row * ) where
697.05 s
[row-types] | ^
697.05 s
[row-types]
697.05 s
[row-types] src/Data/Row/Records.hs:378:48: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.05 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.05 s
[row-types] relies on the StarIsType extension, which will become
697.05 s
[row-types] deprecated in the future.
697.05 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.05 s
[row-types] |
697.05 s
[row-types] 378 | newtype RFMap (g :: k1 -> k2) (ϕ :: Row (k2 -> * )) (ρ :: Row k1) = RFMap { unRFMap :: Rec (Ap ϕ (Map g ρ)) }
697.05 s
[row-types] | ^
697.05 s
[row-types]
697.05 s
[row-types] src/Data/Row/Records.hs:379:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.05 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.05 s
[row-types] relies on the StarIsType extension, which will become
697.05 s
[row-types] deprecated in the future.
697.05 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.05 s
[row-types] |
697.05 s
[row-types] 379 | newtype RecAp (ϕ :: Row (k -> * )) (ρ :: Row k) = RecAp (Rec (Ap ϕ ρ))
697.05 s
[row-types] | ^
697.05 s
[row-types]
697.05 s
[row-types] src/Data/Row/Records.hs:380:24: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.05 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.05 s
[row-types] relies on the StarIsType extension, which will become
697.05 s
[row-types] deprecated in the future.
697.05 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.05 s
[row-types] |
697.05 s
[row-types] 380 | newtype App (f :: k -> * ) (a :: k) = App (f a)
697.05 s
[row-types] | ^
697.05 s
[row-types]
697.05 s
[row-types] src/Data/Row/Records.hs:383:38: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.05 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.05 s
[row-types] relies on the StarIsType extension, which will become
697.05 s
[row-types] deprecated in the future.
697.05 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.05 s
[row-types] |
697.05 s
[row-types] 383 | mapF :: forall k c g (ϕ :: Row (k -> * )) (ρ :: Row k). BiForall ϕ ρ c
697.05 s
[row-types] | ^
697.05 s
[row-types]
697.05 s
[row-types] src/Data/Row/Records.hs:574:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.05 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.05 s
[row-types] relies on the StarIsType extension, which will become
697.05 s
[row-types] deprecated in the future.
697.05 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.05 s
[row-types] |
697.05 s
[row-types] 574 | newtype RecPair (ρ1 :: Row * ) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2)
697.05 s
[row-types] | ^
697.05 s
[row-types]
697.05 s
[row-types] src/Data/Row/Records.hs:574:43: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.05 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.05 s
[row-types] relies on the StarIsType extension, which will become
697.05 s
[row-types] deprecated in the future.
697.05 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.05 s
[row-types] |
697.05 s
[tree-diff] [ 3 of 10] Compiling Data.TreeDiff.Expr ( src/Data/TreeDiff/Expr.hs, dist/build/Data/TreeDiff/Expr.p_o )
697.05 s
[tree-diff] [ 4 of 10] Compiling Data.TreeDiff.Class ( src/Data/TreeDiff/Class.hs, dist/build/Data/TreeDiff/Class.p_o )
697.05 s
[tree-diff] [ 5 of 10] Compiling Data.TreeDiff.Parser ( src/Data/TreeDiff/Parser.hs, dist/build/Data/TreeDiff/Parser.p_o )
697.05 s
[tree-diff] [ 6 of 10] Compiling Data.TreeDiff.Pretty ( src/Data/TreeDiff/Pretty.hs, dist/build/Data/TreeDiff/Pretty.p_o )
697.05 s
[tree-diff]
697.05 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:35:1: warning : [ -Wdeprecations ]
697.05 s
[tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
697.05 s
[tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
697.05 s
[tree-diff] |
697.05 s
[tree-diff] 35 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
697.05 s
[tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
697.05 s
[tree-diff]
697.05 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:219:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.05 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.05 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.05 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.05 s
[tree-diff] |
697.05 s
[tree-diff] 219 | ansiWlPretty :: Pretty WL.Doc
697.05 s
[tree-diff] | ^^^^^^
697.05 s
[tree-diff]
697.05 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:221:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.05 s
[tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.05 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.05 s
[tree-diff] |
697.05 s
[tree-diff] 221 | { ppCon = WL.text
697.05 s
[tree-diff] | ^^^^^^^
697.05 s
[tree-diff]
697.05 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:222:40: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.05 s
[tree-diff] In the use of ‘<+>’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.05 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.05 s
[tree-diff] |
697.05 s
[tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
697.05 s
[tree-diff] | ^^^^^^
697.05 s
[tree-diff]
697.05 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:222:47: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.05 s
[tree-diff] In the use of ‘lbrace’
697.05 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.05 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.05 s
[tree-diff] |
697.05 s
[tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace ) WL.rbrace
697.05 s
[tree-diff] | ^^^^^^^^^
697.05 s
[tree-diff]
697.05 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:222:58: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.05 s
[tree-diff] In the use of ‘rbrace’
697.05 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.05 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.05 s
[tree-diff] |
697.05 s
[tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
697.05 s
[tree-diff] | ^^^^^^^^^
697.05 s
[tree-diff]
697.05 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:223:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.05 s
[tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.05 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.05 s
[tree-diff] |
697.05 s
[tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
697.07 s
Waiting for lock on waiting for lock on '/nix/store/43n55djq7mwyrp2r8xj8q35zkzqlpxrf-stm-hamt-1.2.1.1', '/nix/store/dqkybgb241586j3fm32vk91p6jhvppcg-stm-hamt-1.2.1.1-doc'
697.14 s
Building path-io
697.14 s
[hw-fingertree] Phase: setupCompilerEnvironmentPhase
697.14 s
[hw-fingertree] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
697.14 s
[hw-fingertree] Phase: unpackPhase
697.14 s
[hw-fingertree] unpacking source archive /nix/store/r34bg1mikv5wqngd7nwqnxfac4xqw9cl-hw-fingertree-0.1.2.1.tar.gz
697.14 s
[hw-fingertree] source root is hw-fingertree-0.1.2.1
697.14 s
[hw-fingertree] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hw-fingertree-0.1.2.1/tests/Spec.hs"
697.14 s
[hw-fingertree] Phase: patchPhase
697.14 s
[hw-fingertree] Replace Cabal file with edited version from mirror://hackage/hw-fingertree-0.1.2.1/revision/2.cabal.
697.14 s
[hw-fingertree] Run jailbreak-cabal to lift version restrictions on build inputs.
697.14 s
[hw-fingertree] Phase: compileBuildDriverPhase
697.14 s
[hw-fingertree] setupCompileFlags: -package-db=/build/tmp.x0xmqp2Fr7/setup-package.conf.d -threaded
697.14 s
[hw-fingertree] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.x0xmqp2Fr7/Main.o )
697.14 s
[hw-fingertree] [2 of 2] Linking Setup
697.14 s
[hw-fingertree] Phase: updateAutotoolsGnuConfigScriptsPhase
697.14 s
[hw-fingertree] Phase: configurePhase
697.14 s
[hw-fingertree] configureFlags: --verbose --prefix=/nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc/share/doc/hw-fingertree-0.1.2.1 --with-gcc=gcc --package-db=/build/tmp.x0xmqp2Fr7/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
697.14 s
[hw-fingertree] Using Parsec parser
697.14 s
[hw-fingertree] Configuring hw-fingertree-0.1.2.1...
697.14 s
[hw-fingertree] Dependency base: using base-4.18.1.0
697.14 s
[hw-fingertree] Dependency deepseq: using deepseq-1.4.8.1
697.14 s
[hw-fingertree] Dependency hw-prim: using hw-prim-0.6.3.2
697.14 s
[hw-fingertree] Dependency base: using base-4.18.1.0
697.14 s
[hw-fingertree] Dependency deepseq: using deepseq-1.4.8.1
697.14 s
[hw-fingertree] Dependency hedgehog: using hedgehog-1.5
697.14 s
[hw-fingertree] Dependency hspec: using hspec-2.11.12
697.14 s
[hw-fingertree] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
697.14 s
[hw-fingertree] Dependency hw-hspec-hedgehog: using hw-hspec-hedgehog-0.1.1.1
697.14 s
[hw-fingertree] Dependency base: using base-4.18.1.0
697.14 s
[hw-fingertree] Dependency doctest: using doctest-0.22.6
697.14 s
[hw-fingertree] Dependency doctest-discover: using doctest-discover-0.2.0.0
697.14 s
[hw-fingertree] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
697.14 s
[hw-fingertree] Source component graph:
697.14 s
[hw-fingertree] component lib
697.14 s
[hw-fingertree] component test:doctest dependency lib
697.14 s
[hw-fingertree] component test:hw-fingertree-tests dependency lib
697.14 s
[hw-fingertree] Configured component graph:
697.14 s
[hw-fingertree] component hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.14 s
[hw-fingertree] include base-4.18.1.0
697.14 s
[hw-fingertree] include deepseq-1.4.8.1
697.14 s
[hw-fingertree] include hw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv
697.14 s
[hw-fingertree] component hw-fingertree-0.1.2.1-2rne7ZOl2ny8v5q10OFeXo-doctest
697.14 s
[hw-fingertree] include base-4.18.1.0
697.14 s
[hw-fingertree] include doctest-0.22.6-DBfUrtlIshj8Md6OAzYGEC
697.14 s
[hw-fingertree] include doctest-discover-0.2.0.0-ITfSfkx0qiDGKMXTIHOZbv
697.14 s
[hw-fingertree] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.14 s
[hw-fingertree] component hw-fingertree-0.1.2.1-E4dKdvNoaXHJHStJDQF8zA-hw-fingertree-tests
697.14 s
[hw-fingertree] include base-4.18.1.0
697.14 s
[hw-fingertree] include deepseq-1.4.8.1
697.14 s
[hw-fingertree] include hedgehog-1.5-BHF7XPtOcLTHdlG8CU1rlp
697.14 s
[hw-fingertree] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
697.14 s
[hw-fingertree] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.14 s
[hw-fingertree] include hw-hspec-hedgehog-0.1.1.1-K8T9rDtDl5KagN5EcDEHY
697.14 s
[hw-fingertree] Linked component graph:
697.14 s
[row-types] 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row * ) = RecPair (Rec ρ1, Rec ρ2)
697.14 s
[row-types] | ^
697.14 s
[row-types]
697.14 s
[row-types] src/Data/Row/Records.hs:575:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.14 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.14 s
[row-types] relies on the StarIsType extension, which will become
697.14 s
[row-types] deprecated in the future.
697.14 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.14 s
[row-types] |
697.14 s
[row-types] 575 | newtype RZipPair (ρ1 :: Row * ) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
697.14 s
[row-types] | ^
697.14 s
[row-types]
697.14 s
[row-types] src/Data/Row/Records.hs:575:43: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.14 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.14 s
[row-types] relies on the StarIsType extension, which will become
697.14 s
[row-types] deprecated in the future.
697.14 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.14 s
[row-types] |
697.14 s
[row-types] 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row * ) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
697.14 s
[row-types] | ^
697.14 s
[row-types]
697.14 s
[row-types] src/Data/Row/Records.hs:667:25: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.14 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.14 s
[row-types] relies on the StarIsType extension, which will become
697.14 s
[row-types] deprecated in the future.
697.14 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.14 s
[row-types] |
697.14 s
[row-types] 667 | type RepRec (r :: Row * ) :: * -> *
697.14 s
[row-types] | ^
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Records.hs:667:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 667 | type RepRec (r :: Row *) :: * -> *
697.15 s
[row-types] | ^
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Records.hs:667:36: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 667 | type RepRec (r :: Row *) :: * -> *
697.15 s
[row-types] | ^
697.15 s
[row-types] [4 of 6] Compiling Data.Row.Variants ( src/Data/Row/Variants.hs, dist/build/Data/Row/Variants.p_o )
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Variants.hs:102:20: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 102 | data Var (r :: Row * ) where
697.15 s
[row-types] | ^
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Variants.hs:475:37: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[tree-diff] | ^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:223:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘<+>’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
697.15 s
[tree-diff] | ^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:223:53: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘equals’
697.15 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
697.15 s
[tree-diff] | ^^^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:223:63: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘</>’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
697.15 s
[tree-diff] | ^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:224:28: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘lbracket’
697.15 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 224 | , ppLst = ansiGroup WL.lbracket WL.rbracket
697.15 s
[tree-diff] | ^^^^^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:224:40: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘rbracket’
697.15 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 224 | , ppLst = ansiGroup WL.lbracket WL.rbracket
697.15 s
[tree-diff] | ^^^^^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:225:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘dullwhite’
697.15 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 225 | , ppCpy = WL.dullwhite
697.15 s
[tree-diff] | ^^^^^^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:226:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘green’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
697.15 s
[tree-diff] | ^^^^^^^^
697.15 s
[tree-diff]
697.15 s
[hw-fingertree] unit hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.15 s
[hw-fingertree] include base-4.18.1.0
697.15 s
[hw-fingertree] include deepseq-1.4.8.1
697.15 s
[hw-fingertree] include hw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv
697.15 s
[hw-fingertree] HaskellWorks.Data.FingerTree=hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw:HaskellWorks.Data.FingerTree,HaskellWorks.Data.IntervalMap.FingerTree=hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw:HaskellWorks.Data.IntervalMap.FingerTree,HaskellWorks.Data.PriorityQueue.FingerTree=hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw:HaskellWorks.Data.PriorityQueue.FingerTree
697.15 s
[hw-fingertree] unit hw-fingertree-0.1.2.1-2rne7ZOl2ny8v5q10OFeXo-doctest
697.15 s
[hw-fingertree] include base-4.18.1.0
697.15 s
[hw-fingertree] include doctest-0.22.6-DBfUrtlIshj8Md6OAzYGEC
697.15 s
[hw-fingertree] include doctest-discover-0.2.0.0-ITfSfkx0qiDGKMXTIHOZbv
697.15 s
[hw-fingertree] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.15 s
[hw-fingertree] unit hw-fingertree-0.1.2.1-E4dKdvNoaXHJHStJDQF8zA-hw-fingertree-tests
697.15 s
[hw-fingertree] include base-4.18.1.0
697.15 s
[hw-fingertree] include deepseq-1.4.8.1
697.15 s
[hw-fingertree] include hedgehog-1.5-BHF7XPtOcLTHdlG8CU1rlp
697.15 s
[hw-fingertree] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
697.15 s
[hw-fingertree] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.15 s
[hw-fingertree] include hw-hspec-hedgehog-0.1.1.1-K8T9rDtDl5KagN5EcDEHY
697.15 s
[hw-fingertree] Ready component graph:
697.15 s
[hw-fingertree] definite hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.15 s
[hw-fingertree] depends base-4.18.1.0
697.15 s
[hw-fingertree] depends deepseq-1.4.8.1
697.15 s
[hw-fingertree] depends hw-prim-0.6.3.2-4PehlEKJTIh2NH44KUxYVv
697.15 s
[hw-fingertree] definite hw-fingertree-0.1.2.1-E4dKdvNoaXHJHStJDQF8zA-hw-fingertree-tests
697.15 s
[hw-fingertree] depends base-4.18.1.0
697.15 s
[hw-fingertree] depends deepseq-1.4.8.1
697.15 s
[hw-fingertree] depends hedgehog-1.5-BHF7XPtOcLTHdlG8CU1rlp
697.15 s
[hw-fingertree] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
697.15 s
[hw-fingertree] depends hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.15 s
[hw-fingertree] depends hw-hspec-hedgehog-0.1.1.1-K8T9rDtDl5KagN5EcDEHY
697.15 s
[hw-fingertree] definite hw-fingertree-0.1.2.1-2rne7ZOl2ny8v5q10OFeXo-doctest
697.15 s
[hw-fingertree] depends base-4.18.1.0
697.15 s
[hw-fingertree] depends doctest-0.22.6-DBfUrtlIshj8Md6OAzYGEC
697.15 s
[hw-fingertree] depends doctest-discover-0.2.0.0-ITfSfkx0qiDGKMXTIHOZbv
697.15 s
[hw-fingertree] depends hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.15 s
[hw-fingertree] Using Cabal-3.10.1.0 compiled by ghc-9.6
697.15 s
[hw-fingertree] Using compiler: ghc-9.6.3
697.15 s
[hw-fingertree] Using install prefix:
697.15 s
[hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
697.15 s
[hw-fingertree] Executables installed in:
697.15 s
[hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/bin
697.15 s
[hw-fingertree] Libraries installed in:
697.15 s
[hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
697.15 s
[hw-fingertree] Dynamic Libraries installed in:
697.15 s
[hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
697.15 s
[hw-fingertree] Private executables installed in:
697.15 s
[hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/libexec/x86_64-linux-ghc-9.6.3/hw-fingertree-0.1.2.1
697.15 s
[hw-fingertree] Data files installed in:
697.15 s
[hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/share/x86_64-linux-ghc-9.6.3/hw-fingertree-0.1.2.1
697.15 s
[hw-fingertree] Documentation installed in:
697.15 s
[hw-fingertree] /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc/share/doc/hw-fingertree-0.1.2.1
697.15 s
[hw-fingertree] Configuration files installed in:
697.15 s
[hw-fingertree] /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/etc
697.15 s
[hw-fingertree] No alex found
697.15 s
[hw-fingertree] Using ar found on system at:
697.15 s
[hw-fingertree] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
697.15 s
[hw-fingertree] No c2hs found
697.15 s
[hw-fingertree] No cpphs found
697.15 s
[hw-fingertree] Using doctest version 0.22.6 found on system at:
697.15 s
[hw-fingertree] /nix/store/lq540m6kbw6pvvrsh4yv820m3dawccpg-doctest-0.22.6/bin/doctest
697.15 s
[hw-fingertree] Using gcc version 14.3.0 given by user at:
697.15 s
[hw-fingertree] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
697.15 s
[hw-fingertree] Using ghc version 9.6.3 found on system at:
697.15 s
[hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
697.15 s
[hw-fingertree] Using ghc-pkg version 9.6.3 found on system at:
697.15 s
[hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
697.15 s
[hw-fingertree] No ghcjs found
697.15 s
[hw-fingertree] No ghcjs-pkg found
697.15 s
[hw-fingertree] No greencard found
697.15 s
[hw-fingertree] Using haddock version 2.29.1 found on system at:
697.15 s
[hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
697.15 s
[hw-fingertree] No happy found
697.15 s
[hw-fingertree] Using haskell-suite found on system at: haskell-suite-dummy-location
697.15 s
[hw-fingertree] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
697.15 s
[hw-fingertree] No hmake found
697.15 s
[hw-fingertree] Using hpc version 0.68 found on system at:
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 475 | newtype FlipApp (x :: k) (f :: k -> * ) = FlipApp (f x)
697.15 s
[row-types] | ^
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Variants.hs:589:25: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 589 | type RepVar (r :: Row * ) :: * -> *
697.15 s
[row-types] | ^
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Variants.hs:589:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 589 | type RepVar (r :: Row *) :: * -> *
697.15 s
[row-types] | ^
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Variants.hs:589:36: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 589 | type RepVar (r :: Row *) :: * -> *
697.15 s
[row-types] | ^
697.15 s
[row-types] [5 of 6] Compiling Data.Row.Switch ( src/Data/Row/Switch.hs, dist/build/Data/Row/Switch.p_o )
697.15 s
[row-types] [6 of 6] Compiling Data.Row ( src/Data/Row.hs, dist/build/Data/Row.p_o )
697.15 s
[row-types] Preprocessing test suite 'test' for row-types-1.0.1.2..
697.15 s
[row-types] Building test suite 'test' for row-types-1.0.1.2..
697.15 s
[row-types] [1 of 5] Compiling DiffPerformance ( tests/DiffPerformance.hs, dist/build/test/test-tmp/DiffPerformance.o )
697.15 s
[row-types] [2 of 5] Compiling Examples ( examples/Examples.lhs, dist/build/test/test-tmp/Examples.o )
697.15 s
[row-types] [3 of 5] Compiling MergePerformance ( tests/MergePerformance.hs, dist/build/test/test-tmp/MergePerformance.o )
697.15 s
[row-types] [4 of 5] Compiling UnionPerformance ( tests/UnionPerformance.hs, dist/build/test/test-tmp/UnionPerformance.o )
697.15 s
[row-types] [5 of 5] Compiling Main ( tests/Main.hs, dist/build/test/test-tmp/Main.o )
697.15 s
[row-types] [6 of 6] Linking dist/build/test/test
697.15 s
[row-types] buildPhase completed in 59 seconds
697.15 s
[row-types] Phase: checkPhase
697.15 s
[row-types] Running 1 test suites...
697.15 s
[row-types] Test suite test: RUNNING...
697.15 s
[row-types] Test passes if Examples.lhs type-checks.
697.15 s
[row-types] Test suite test: PASS
697.15 s
[row-types] Test suite logged to: dist/test/row-types-1.0.1.2-test.log
697.15 s
[row-types] 1 of 1 test suites (1 of 1 test cases) passed.
697.15 s
[row-types] Phase: haddockPhase
697.15 s
[row-types] Preprocessing library for row-types-1.0.1.2..
697.15 s
[row-types] Running Haddock on library for row-types-1.0.1.2..
697.15 s
[row-types] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
697.15 s
[row-types] Warning: 'Text' is ambiguous. It is defined
697.15 s
[row-types] * in ‘GHC.TypeError’
697.15 s
[row-types] * in ‘Data.Text.Internal’
697.15 s
[row-types] You may be able to disambiguate the identifier by qualifying it or
697.15 s
[row-types] by specifying the type/value namespace explicitly.
697.15 s
[row-types] Defaulting to the one defined in ‘Data.Text.Internal’
697.15 s
[row-types] Warning: 'empty' is out of scope.
697.15 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.15 s
[row-types] Warning: 'p' is out of scope.
697.15 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.15 s
[row-types] 100% ( 47 / 47) in 'Data.Row.Internal'
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Internal.hs:212:37: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:226:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
697.15 s
[tree-diff] | ^^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:226:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
697.15 s
[tree-diff] | ^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:227:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘red’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
697.15 s
[tree-diff] | ^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:227:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
697.15 s
[tree-diff] | ^^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:227:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
697.15 s
[tree-diff] | ^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:27: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
697.15 s
[tree-diff] | ^^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.15 s
[tree-diff] |
697.15 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
697.15 s
[tree-diff] | ^^^^^^^
697.15 s
[tree-diff]
697.15 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.15 s
[tree-diff] In the use of ‘<$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.15 s
[hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
697.15 s
[hw-fingertree] Using hsc2hs version 0.68.9 found on system at:
697.15 s
[hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
697.15 s
[hw-fingertree] Using hscolour version 1.25 found on system at:
697.15 s
[hw-fingertree] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
697.15 s
[hw-fingertree] No jhc found
697.15 s
[hw-fingertree] Using ld found on system at:
697.15 s
[hw-fingertree] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
697.15 s
[hw-fingertree] No pkg-config found
697.15 s
[hw-fingertree] Using runghc version 9.6.3 found on system at:
697.15 s
[hw-fingertree] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
697.15 s
[hw-fingertree] Using strip version 2.44 found on system at:
697.15 s
[hw-fingertree] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
697.15 s
[hw-fingertree] Using tar found on system at:
697.15 s
[hw-fingertree] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
697.15 s
[hw-fingertree] No uhc found
697.15 s
[hw-fingertree] Phase: buildPhase
697.15 s
[hw-fingertree] Preprocessing library for hw-fingertree-0.1.2.1..
697.15 s
[hw-fingertree] Building library for hw-fingertree-0.1.2.1..
697.15 s
[hw-fingertree] [1 of 4] Compiling HaskellWorks.Data.FingerTree ( src/HaskellWorks/Data/FingerTree.hs, dist/build/HaskellWorks/Data/FingerTree.o, dist/build/HaskellWorks/Data/FingerTree.dyn_o )
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 212 | class Lacks (l :: Symbol) (r :: Row * )
697.15 s
[row-types] | ^
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Internal.hs:253:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
697.15 s
[row-types] | ^
697.15 s
[row-types]
697.15 s
[row-types] src/Data/Row/Internal.hs:253:34: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.15 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.15 s
[row-types] relies on the StarIsType extension, which will become
697.15 s
[row-types] deprecated in the future.
697.15 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.15 s
[row-types] |
697.15 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:253:39: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> * ) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> *). Bifunctor p
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:253:57: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> * ) (g :: Row k -> *) (h :: k -> *). Bifunctor p
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:253:75: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> * ) (h :: k -> *). Bifunctor p
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:253:89: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:59: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
697.16 s
[tree-diff] | ^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:229:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘sep’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 229 | , ppEdits = WL.sep
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:230:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 230 | , ppEllip = WL.text "..."
697.16 s
[tree-diff] | ^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:231:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘parens’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 231 | , ppParens = WL.parens
697.16 s
[tree-diff] | ^^^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc ] -> WL.Doc
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[row-types] 253 | metamorph :: forall (p :: * -> * -> *) (f :: Row k -> *) (g :: Row k -> *) (h :: k -> * ). Bifunctor p
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:282:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:282:36: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:282:41: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> * ) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> *)
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:282:70: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> * ) (g :: Row k1 -> Row k2 -> *)
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:282:99: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 282 | biMetamorph :: forall (p :: * -> * -> *) (f :: Row k1 -> Row k2 -> *) (g :: Row k1 -> Row k2 -> * )
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:283:43: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 283 | (h :: k1 -> k2 -> * ). Bifunctor p
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:20: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
697.16 s
[tree-diff] | ^^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:31: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
697.16 s
[tree-diff] | ^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:44: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘<$$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
697.16 s
[tree-diff] | ^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
697.16 s
[tree-diff] | ^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:61: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘punctuate’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
697.16 s
[tree-diff] | ^^^^^^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:74: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘comma’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:398:28: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 398 | type family Zip (r1 :: Row * ) (r2 :: Row *) where
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:398:42: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 398 | type family Zip (r1 :: Row *) (r2 :: Row * ) where
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:401:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 401 | type family ZipR (r1 :: [LT * ]) (r2 :: [LT *]) where
697.16 s
[row-types] | ^
697.16 s
[row-types]
697.16 s
[row-types] src/Data/Row/Internal.hs:401:44: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.16 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.16 s
[row-types] relies on the StarIsType extension, which will become
697.16 s
[row-types] deprecated in the future.
697.16 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.16 s
[row-types] |
697.16 s
[row-types] 401 | type family ZipR (r1 :: [LT *]) (r2 :: [LT * ]) where
697.16 s
[row-types] | ^
697.16 s
[row-types] Warning: 'a' is out of scope.
697.16 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.16 s
[row-types] Warning: 't' is out of scope.
697.16 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.16 s
[row-types] Warning: 'f' is out of scope.
697.16 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.16 s
[row-types] Warning: 'r' is out of scope.
697.16 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.16 s
[row-types] Warning: 'l' is out of scope.
697.16 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.16 s
[row-types] 100% ( 41 / 41) in 'Data.Row.Dictionaries'
697.16 s
[row-types] Warning: '.-' is ambiguous. It is defined
697.16 s
[row-types] * at src/Data/Row/Records.hs:234:6
697.16 s
[row-types] * at src/Data/Row/Internal.hs:152:1
697.16 s
[row-types] You may be able to disambiguate the identifier by qualifying it or
697.16 s
[row-types] by specifying the type/value namespace explicitly.
697.16 s
[row-types] Defaulting to the one defined at src/Data/Row/Internal.hs:152:1
697.16 s
[row-types] Warning: '.+' is ambiguous. It is defined
697.16 s
[row-types] * at src/Data/Row/Records.hs:239:6
697.16 s
[row-types] * at src/Data/Row/Internal.hs:184:1
697.16 s
[row-types] You may be able to disambiguate the identifier by qualifying it or
697.16 s
[row-types] by specifying the type/value namespace explicitly.
697.16 s
[row-types] Defaulting to the one defined at src/Data/Row/Internal.hs:184:1
697.16 s
[row-types] Warning: 'Generic' is out of scope.
697.16 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.16 s
[tree-diff] | ^^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:238:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 238 | ansiWlExpr :: Expr -> WL.Doc
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:242:36: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 242 | ansiWlEditExpr :: Edit EditExpr -> WL.Doc
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:246:43: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 246 | ansiWlEditExprCompact :: Edit EditExpr -> WL.Doc
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:254:26: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 254 | ansiWlBgPretty :: Pretty WL.Doc
697.16 s
[tree-diff] | ^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘ondullgreen’
697.16 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
697.16 s
[tree-diff] | ^^^^^^^^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:41: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
697.16 s
[tree-diff] | ^^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.16 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
697.16 s
[tree-diff] | ^^^^^^^^
697.16 s
[tree-diff]
697.16 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:63: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.16 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.16 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.16 s
[tree-diff] |
697.17 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
697.17 s
[tree-diff] | ^^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of ‘ondullred’
697.17 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
697.17 s
[tree-diff] | ^^^^^^^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:41: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
697.17 s
[tree-diff] | ^^^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
697.17 s
[tree-diff] | ^^^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:63: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
697.17 s
[tree-diff] | ^^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:261:25: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.17 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 261 | ansiWlBgExpr :: Expr -> WL.Doc
697.17 s
[tree-diff] | ^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:265:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.17 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 265 | ansiWlBgEditExpr :: Edit EditExpr -> WL.Doc
697.17 s
[tree-diff] | ^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:269:45: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.17 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 269 | ansiWlBgEditExprCompact :: Edit EditExpr -> WL.Doc
697.17 s
[tree-diff] | ^^^^^^
697.17 s
[tree-diff] [ 7 of 10] Compiling Data.TreeDiff ( src/Data/TreeDiff.hs, dist/build/Data/TreeDiff.p_o )
697.17 s
[tree-diff] [ 8 of 10] Compiling Data.TreeDiff.Golden ( src/Data/TreeDiff/Golden.hs, dist/build/Data/TreeDiff/Golden.p_o )
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Golden.hs:16:1: warning : [ -Wdeprecations ]
697.17 s
[tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
697.17 s
[tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 16 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
697.17 s
[tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Golden.hs:77:67: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 77 | wrt expr = BS.writeFile fp $ TE.encodeUtf8 $ T.pack $ showWL (WL.plain (ansiWlExpr expr)) ++ "\n"
697.17 s
[tree-diff] | ^^^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Golden.hs:79:11: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of type constructor or class ‘Doc’
697.17 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 79 | showWL :: WL.Doc -> String
697.17 s
[tree-diff] | ^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Golden.hs:80:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of ‘displayS’
697.17 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
697.17 s
[tree-diff] | ^^^^^^^^^^^
697.17 s
[tree-diff]
697.17 s
[tree-diff] src/Data/TreeDiff/Golden.hs:80:27: warning : [ GHC-68441 ] [ -Wdeprecations ]
697.17 s
[tree-diff] In the use of ‘renderSmart’
697.17 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
697.17 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
697.17 s
[tree-diff] |
697.17 s
[tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
697.17 s
[tree-diff] | ^^^^^^^^^^^^^^
697.17 s
[row-types] 96% (101 /105) in 'Data.Row.Records'
697.17 s
[row-types] Missing documentation for:
697.17 s
[row-types] FromNative (src/Data/Row/Records.hs:751)
697.17 s
[row-types] ToNative (src/Data/Row/Records.hs:781)
697.17 s
[row-types] ToNativeGeneral (src/Data/Row/Records.hs:811)
697.17 s
[row-types] NativeRow (src/Data/Row/Records.hs:720)
697.27 s
[tree-diff] [ 9 of 10] Compiling Data.TreeDiff.QuickCheck ( src/Data/TreeDiff/QuickCheck.hs, dist/build/Data/TreeDiff/QuickCheck.p_o )
697.27 s
[tree-diff] [10 of 10] Compiling Data.TreeDiff.Tree ( src/Data/TreeDiff/Tree.hs, dist/build/Data/TreeDiff/Tree.p_o )
697.33 s
[row-types]
697.33 s
[row-types] src/Data/Row/Records.hs:127:23: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.33 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.33 s
[row-types] relies on the StarIsType extension, which will become
697.33 s
[row-types] deprecated in the future.
697.33 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.33 s
[row-types] |
697.33 s
[row-types] 127 | newtype Rec (r :: Row * ) where
697.33 s
[row-types] | ^
697.33 s
[row-types]
697.33 s
[row-types] src/Data/Row/Records.hs:378:48: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.33 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.33 s
[row-types] relies on the StarIsType extension, which will become
697.33 s
[row-types] deprecated in the future.
697.33 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.33 s
[row-types] |
697.33 s
[row-types] 378 | newtype RFMap (g :: k1 -> k2) (ϕ :: Row (k2 -> * )) (ρ :: Row k1) = RFMap { unRFMap :: Rec (Ap ϕ (Map g ρ)) }
697.33 s
[row-types] | ^
697.33 s
[row-types]
697.33 s
[row-types] src/Data/Row/Records.hs:379:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.33 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.33 s
[row-types] relies on the StarIsType extension, which will become
697.33 s
[row-types] deprecated in the future.
697.33 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.33 s
[row-types] |
697.33 s
[row-types] 379 | newtype RecAp (ϕ :: Row (k -> * )) (ρ :: Row k) = RecAp (Rec (Ap ϕ ρ))
697.33 s
[row-types] | ^
697.33 s
[row-types]
697.33 s
[row-types] src/Data/Row/Records.hs:380:24: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.33 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.33 s
[row-types] relies on the StarIsType extension, which will become
697.33 s
[row-types] deprecated in the future.
697.33 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.33 s
[row-types] |
697.34 s
[row-types] 380 | newtype App (f :: k -> * ) (a :: k) = App (f a)
697.34 s
[row-types] | ^
697.34 s
[row-types]
697.34 s
[row-types] src/Data/Row/Records.hs:383:38: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.34 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.34 s
[row-types] relies on the StarIsType extension, which will become
697.34 s
[row-types] deprecated in the future.
697.34 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.34 s
[row-types] |
697.34 s
[row-types] 383 | mapF :: forall k c g (ϕ :: Row (k -> * )) (ρ :: Row k). BiForall ϕ ρ c
697.34 s
[row-types] | ^
697.34 s
[row-types]
697.34 s
[row-types] src/Data/Row/Records.hs:574:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.34 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.34 s
[row-types] relies on the StarIsType extension, which will become
697.34 s
[row-types] deprecated in the future.
697.34 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.34 s
[row-types] |
697.34 s
[row-types] 574 | newtype RecPair (ρ1 :: Row * ) (ρ2 :: Row *) = RecPair (Rec ρ1, Rec ρ2)
697.34 s
[row-types] | ^
697.34 s
[row-types]
697.34 s
[row-types] src/Data/Row/Records.hs:574:43: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.34 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.34 s
[row-types] relies on the StarIsType extension, which will become
697.34 s
[row-types] deprecated in the future.
697.34 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.34 s
[row-types] |
697.34 s
[row-types] 574 | newtype RecPair (ρ1 :: Row *) (ρ2 :: Row * ) = RecPair (Rec ρ1, Rec ρ2)
697.34 s
[row-types] | ^
697.34 s
[row-types]
697.34 s
[row-types] src/Data/Row/Records.hs:575:29: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.34 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.34 s
[row-types] relies on the StarIsType extension, which will become
697.34 s
[row-types] deprecated in the future.
697.34 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.34 s
[row-types] |
697.34 s
[row-types] 575 | newtype RZipPair (ρ1 :: Row * ) (ρ2 :: Row *) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
697.34 s
[row-types] | ^
697.34 s
[row-types]
697.34 s
[row-types] src/Data/Row/Records.hs:575:43: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.34 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.35 s
[row-types] relies on the StarIsType extension, which will become
697.35 s
[row-types] deprecated in the future.
697.35 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.35 s
[row-types] |
697.35 s
[row-types] 575 | newtype RZipPair (ρ1 :: Row *) (ρ2 :: Row * ) = RZipPair { unRZipPair :: Rec (Zip ρ1 ρ2) }
697.35 s
[row-types] | ^
697.35 s
[row-types]
697.35 s
[row-types] src/Data/Row/Records.hs:667:25: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.35 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.35 s
[row-types] relies on the StarIsType extension, which will become
697.35 s
[row-types] deprecated in the future.
697.35 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.35 s
[row-types] |
697.35 s
[row-types] 667 | type RepRec (r :: Row * ) :: * -> *
697.35 s
[row-types] | ^
697.35 s
[row-types]
697.35 s
[row-types] src/Data/Row/Records.hs:667:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.35 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.35 s
[row-types] relies on the StarIsType extension, which will become
697.35 s
[row-types] deprecated in the future.
697.35 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.35 s
[row-types] |
697.35 s
[row-types] 667 | type RepRec (r :: Row *) :: * -> *
697.35 s
[row-types] | ^
697.35 s
[row-types]
697.35 s
[row-types] src/Data/Row/Records.hs:667:36: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.35 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.35 s
[row-types] relies on the StarIsType extension, which will become
697.35 s
[row-types] deprecated in the future.
697.35 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.35 s
[row-types] |
697.35 s
[row-types] 667 | type RepRec (r :: Row *) :: * -> *
697.35 s
[row-types] | ^
697.38 s
[path-io] Phase: setupCompilerEnvironmentPhase
697.38 s
[path-io] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
697.51 s
[row-types] Warning: 'x' is out of scope.
697.61 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.61 s
[row-types] Warning: 'y' is out of scope.
697.61 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.61 s
[row-types] Warning: 'l' is out of scope.
697.61 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.61 s
[row-types] Warning: 'l1' is out of scope.
697.61 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.61 s
[row-types] Warning: 'l2' is out of scope.
697.61 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.61 s
[row-types] Warning: 'Generic' is out of scope.
697.61 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.61 s
[row-types] 95% ( 79 / 83) in 'Data.Row.Variants'
697.61 s
[row-types] Missing documentation for:
697.61 s
[row-types] ToNative (src/Data/Row/Variants.hs:680)
697.61 s
[row-types] FromNative (src/Data/Row/Variants.hs:709)
697.61 s
[row-types] FromNativeGeneral (src/Data/Row/Variants.hs:739)
697.61 s
[row-types] NativeRow (src/Data/Row/Variants.hs:647)
697.69 s
[path-io] Phase: unpackPhase
697.69 s
[path-io] unpacking source archive /nix/store/hxbsb4h9g0l9c74h5nmsizp0kry6lc6p-path-io-1.8.2.tar.gz
697.70 s
[path-io] source root is path-io-1.8.2
697.71 s
[path-io] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "path-io-1.8.2/tests/Main.hs"
697.71 s
[path-io] Phase: patchPhase
697.72 s
[path-io] Phase: compileBuildDriverPhase
697.73 s
[path-io] setupCompileFlags: -package-db=/build/tmp.pJFO4Wu6ie/setup-package.conf.d -threaded
697.79 s
[path-io] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.pJFO4Wu6ie/Main.o )
697.90 s
[row-types]
697.90 s
[path-io] [2 of 2] Linking Setup
697.90 s
[row-types] src/Data/Row/Variants.hs:102:20: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.90 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.90 s
[row-types] relies on the StarIsType extension, which will become
697.90 s
[row-types] deprecated in the future.
697.90 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.90 s
[row-types] |
697.90 s
[row-types] 102 | data Var (r :: Row * ) where
697.90 s
[row-types] | ^
697.90 s
[row-types]
697.90 s
[row-types] src/Data/Row/Variants.hs:475:37: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.90 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.90 s
[row-types] relies on the StarIsType extension, which will become
697.90 s
[row-types] deprecated in the future.
697.90 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.90 s
[row-types] |
697.90 s
[row-types] 475 | newtype FlipApp (x :: k) (f :: k -> * ) = FlipApp (f x)
697.90 s
[row-types] | ^
697.90 s
[row-types]
697.90 s
[row-types] src/Data/Row/Variants.hs:589:25: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.90 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.90 s
[row-types] relies on the StarIsType extension, which will become
697.90 s
[row-types] deprecated in the future.
697.90 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.90 s
[row-types] |
697.90 s
[row-types] 589 | type RepVar (r :: Row * ) :: * -> *
697.90 s
[row-types] | ^
697.90 s
[row-types]
697.91 s
[row-types] src/Data/Row/Variants.hs:589:31: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.91 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.91 s
[row-types] relies on the StarIsType extension, which will become
697.91 s
[row-types] deprecated in the future.
697.91 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.91 s
[row-types] |
697.91 s
[row-types] 589 | type RepVar (r :: Row *) :: * -> *
697.91 s
[row-types] | ^
697.91 s
[row-types]
697.91 s
[row-types] src/Data/Row/Variants.hs:589:36: warning : [ GHC-39567 ] [ -Wstar-is-type ]
697.91 s
[row-types] Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
697.91 s
[row-types] relies on the StarIsType extension, which will become
697.91 s
[row-types] deprecated in the future.
697.91 s
[row-types] Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
697.91 s
[row-types] |
697.91 s
[row-types] 589 | type RepVar (r :: Row *) :: * -> *
697.91 s
[row-types] | ^
697.93 s
[row-types] Warning: 'Const' is out of scope.
697.93 s
[row-types] If you qualify the identifier, haddock can try to link it anyway.
697.93 s
[row-types] 100% ( 4 / 4) in 'Data.Row.Switch'
697.94 s
[row-types] Warning: 'focus' is ambiguous. It is defined
697.94 s
[row-types] * at src/Data/Row/Variants.hs:175:1
697.94 s
[row-types] * at src/Data/Row/Records.hs:210:1
697.94 s
[row-types] You may be able to disambiguate the identifier by qualifying it or
697.94 s
[row-types] by specifying the type/value namespace explicitly.
697.94 s
[row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:175:1
697.94 s
[row-types] Warning: 'update' is ambiguous. It is defined
697.94 s
[row-types] * at src/Data/Row/Variants.hs:161:1
697.94 s
[row-types] * at src/Data/Row/Records.hs:199:1
697.94 s
[row-types] You may be able to disambiguate the identifier by qualifying it or
697.94 s
[row-types] by specifying the type/value namespace explicitly.
697.94 s
[row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:161:1
697.94 s
[row-types] Warning: 'fromLabels' is ambiguous. It is defined
697.94 s
[row-types] * at src/Data/Row/Variants.hs:451:1
697.94 s
[row-types] * at src/Data/Row/Records.hs:605:1
697.94 s
[row-types] You may be able to disambiguate the identifier by qualifying it or
697.94 s
[row-types] by specifying the type/value namespace explicitly.
697.94 s
[row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:451:1
697.94 s
[row-types] Warning: 'map' is ambiguous. It is defined
697.94 s
[row-types] * in ‘GHC.Base’
697.94 s
[row-types] * at src/Data/Row/Records.hs:367:1
697.94 s
[row-types] * at src/Data/Row/Variants.hs:289:1
697.94 s
[row-types] You may be able to disambiguate the identifier by qualifying it or
697.94 s
[row-types] by specifying the type/value namespace explicitly.
697.94 s
[row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:289:1
697.94 s
[row-types] Warning: 'sequence' is ambiguous. It is defined
697.94 s
[row-types] * in ‘Data.Traversable’
697.94 s
[row-types] * at src/Data/Row/Records.hs:480:1
697.94 s
[row-types] * at src/Data/Row/Variants.hs:361:1
697.94 s
[row-types] You may be able to disambiguate the identifier by qualifying it or
697.94 s
[row-types] by specifying the type/value namespace explicitly.
697.94 s
[row-types] Defaulting to the one defined at src/Data/Row/Variants.hs:361:1
697.94 s
[row-types] Warning: 'zip' is ambiguous. It is defined
697.94 s
[row-types] * in ‘GHC.List’
697.94 s
[row-types] * at src/Data/Row/Records.hs:579:1
697.94 s
[row-types] You may be able to disambiguate the identifier by qualifying it or
697.94 s
[row-types] by specifying the type/value namespace explicitly.
697.94 s
[row-types] Defaulting to the one defined at src/Data/Row/Records.hs:579:1
697.94 s
[row-types] 100% ( 52 / 52) in 'Data.Row'
698.13 s
[row-types] Warning: Data.Row.Internal: could not find link destinations for:
698.13 s
[row-types] - Data.Row.Internal.Diff
698.13 s
[row-types] - Data.Row.Internal.ConstUnionR
698.13 s
[row-types] - Data.Row.Internal.MinJoinR
698.13 s
[row-types] - Data.Row.Internal.Merge
698.13 s
[row-types] - Data.Row.Internal.LacksR
698.13 s
[row-types] - Data.Row.Internal.Remove
698.13 s
[row-types] - Data.Row.Internal.Get
698.13 s
[row-types] - Data.Row.Internal.ModifyR
698.13 s
[row-types] - Data.Row.Internal.Inject
698.13 s
[row-types] - Data.Row.Internal.ZipR
698.13 s
[row-types] - Data.Row.Internal.ApSingleR
698.13 s
[row-types] - Data.Row.Internal.ApR
698.13 s
[row-types] - Data.Row.Internal.MapR
698.13 s
[row-types] - Data.Row.Internal.AllUniqueLabelsR
698.15 s
[row-types] Warning: Data.Row.Records: could not find link destinations for:
698.15 s
[row-types] - Data.Row.Internal.ConstUnionR
698.15 s
[row-types] - Data.Row.Internal.Merge
698.15 s
[row-types] - Data.Row.Internal.LacksR
698.15 s
[row-types] - Data.Row.Internal.Remove
698.15 s
[row-types] - Data.Row.Internal.Get
698.15 s
[row-types] - Data.Row.Internal.ModifyR
698.15 s
[row-types] - Data.Row.Internal.Inject
698.15 s
[row-types] - Data.Row.Internal.ZipR
698.15 s
[row-types] - Data.Row.Internal.MapR
698.15 s
[row-types] - Data.Row.Internal.AllUniqueLabelsR
698.15 s
[row-types] - Data.Row.Records.ToNativeGeneralG
698.15 s
[row-types] - Data.Row.Records.ToNativeG
698.15 s
[row-types] - Data.Row.Records.FromNativeG
698.15 s
[row-types] - Data.Row.Records.NativeRowG
698.15 s
[row-types] - Data.Row.Records.GenericRec
698.16 s
[row-types] Warning: Data.Row.Variants: could not find link destinations for:
698.16 s
[row-types] - Data.Row.Internal.Diff
698.16 s
[row-types] - Data.Row.Internal.MinJoinR
698.16 s
[row-types] - Data.Row.Internal.Merge
698.16 s
[row-types] - Data.Row.Internal.LacksR
698.16 s
[row-types] - Data.Row.Internal.Remove
698.16 s
[row-types] - Data.Row.Internal.Get
698.16 s
[row-types] - Data.Row.Internal.ModifyR
698.16 s
[row-types] - Data.Row.Internal.MapR
698.16 s
[row-types] - Data.Row.Internal.AllUniqueLabelsR
698.16 s
[row-types] - Data.Row.Variants.FromNativeGeneralG
698.16 s
[row-types] - Data.Row.Variants.FromNativeG
698.16 s
[row-types] - Data.Row.Variants.ToNativeG
698.16 s
[row-types] - Data.Row.Variants.NativeRowG
698.16 s
[row-types] - Data.Row.Variants.GenericVar
698.17 s
[row-types] Warning: Data.Row: could not find link destinations for:
698.17 s
[row-types] - Data.Row.Internal.Diff
698.17 s
[row-types] - Data.Row.Internal.ConstUnionR
698.17 s
[row-types] - Data.Row.Internal.MinJoinR
698.17 s
[row-types] - Data.Row.Internal.Merge
698.17 s
[row-types] - Data.Row.Internal.LacksR
698.17 s
[row-types] - Data.Row.Internal.Remove
698.17 s
[row-types] - Data.Row.Internal.Get
698.17 s
[row-types] - Data.Row.Internal.AllUniqueLabelsR
698.17 s
[row-types] - Data.Row.Records.GenericRec
698.17 s
[row-types] - Data.Row.Variants.GenericVar
699.22 s
[hw-fingertree] [2 of 4] Compiling HaskellWorks.Data.IntervalMap.FingerTree ( src/HaskellWorks/Data/IntervalMap/FingerTree.hs, dist/build/HaskellWorks/Data/IntervalMap/FingerTree.o, dist/build/HaskellWorks/Data/IntervalMap/FingerTree.dyn_o )
699.48 s
[path-io] Phase: updateAutotoolsGnuConfigScriptsPhase
699.55 s
[path-io] Phase: configurePhase
699.60 s
[path-io] configureFlags: --verbose --prefix=/nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc/share/doc/path-io-1.8.2 --with-gcc=gcc --package-db=/build/tmp.pJFO4Wu6ie/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
699.61 s
[path-io] Using Parsec parser
699.61 s
[path-io] Configuring path-io-1.8.2...
699.76 s
[hw-fingertree] [3 of 4] Compiling HaskellWorks.Data.PriorityQueue.FingerTree ( src/HaskellWorks/Data/PriorityQueue/FingerTree.hs, dist/build/HaskellWorks/Data/PriorityQueue/FingerTree.o, dist/build/HaskellWorks/Data/PriorityQueue/FingerTree.dyn_o )
699.76 s
[hw-fingertree] [4 of 4] Compiling Paths_hw_fingertree ( dist/build/autogen/Paths_hw_fingertree.hs, dist/build/Paths_hw_fingertree.o, dist/build/Paths_hw_fingertree.dyn_o )
699.77 s
[tree-diff] Preprocessing test suite 'tree-diff-test' for tree-diff-0.3.4..
699.77 s
[tree-diff] Building test suite 'tree-diff-test' for tree-diff-0.3.4..
699.87 s
[tree-diff] [1 of 2] Compiling RefDiffBy ( src-diff/RefDiffBy.hs, dist/build/tree-diff-test/tree-diff-test-tmp/RefDiffBy.o )
700.03 s
[path-io] Flags chosen: dev=False
700.03 s
[path-io] Dependency base >=4.15 && <5: using base-4.18.1.0
700.03 s
[path-io] Dependency containers: using containers-0.6.7
700.03 s
[path-io] Dependency directory >=1.3.2.0 && <1.4: using directory-1.3.8.1
700.03 s
[path-io] Dependency dlist >=0.8 && <2: using dlist-1.0
700.03 s
[path-io] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.7
700.03 s
[path-io] Dependency filepath >=1.2 && <1.6: using filepath-1.4.100.4
700.03 s
[path-io] Dependency path >=0.7.1 && <0.10: using path-0.9.5
700.03 s
[path-io] Dependency temporary >=1.1 && <1.4: using temporary-1.3
700.03 s
[path-io] Dependency time >=1.4 && <1.15: using time-1.12.2
700.03 s
[path-io] Dependency transformers >=0.3 && <0.7: using transformers-0.6.1.0
700.03 s
[path-io] Dependency unix-compat: using unix-compat-0.7.4
700.03 s
[path-io] Dependency base >=4.15 && <5: using base-4.18.1.0
700.03 s
[path-io] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.7
700.03 s
[path-io] Dependency hspec >=2 && <3: using hspec-2.11.12
700.03 s
[path-io] Dependency path >=0.7.1 && <0.10: using path-0.9.5
700.03 s
[path-io] Dependency path-io: using path-io-1.8.2
700.03 s
[path-io] Dependency unix-compat: using unix-compat-0.7.4
700.07 s
[tree-diff] [2 of 2] Compiling Main ( tests/Tests.hs, dist/build/tree-diff-test/tree-diff-test-tmp/Main.o )
700.16 s
[hw-fingertree] [1 of 4] Compiling HaskellWorks.Data.FingerTree ( src/HaskellWorks/Data/FingerTree.hs, dist/build/HaskellWorks/Data/FingerTree.p_o )
700.37 s
[path-io] Source component graph:
700.37 s
[path-io] component lib
700.37 s
[path-io] component test:tests dependency lib
700.37 s
[path-io] Configured component graph:
700.37 s
[path-io] component path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
700.37 s
[path-io] include base-4.18.1.0
700.37 s
[path-io] include containers-0.6.7
700.37 s
[path-io] include directory-1.3.8.1
700.37 s
[path-io] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
700.37 s
[path-io] include exceptions-0.10.7
700.37 s
[path-io] include filepath-1.4.100.4
700.37 s
[path-io] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
700.37 s
[path-io] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
700.37 s
[path-io] include time-1.12.2
700.37 s
[path-io] include transformers-0.6.1.0
700.37 s
[path-io] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
700.37 s
[path-io] component path-io-1.8.2-BDrH6eq2RpgDxREL4dxfkP-tests
700.37 s
[path-io] include base-4.18.1.0
700.37 s
[path-io] include exceptions-0.10.7
700.37 s
[path-io] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
700.37 s
[path-io] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
700.37 s
[path-io] include path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
700.37 s
[path-io] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
700.37 s
[path-io] Linked component graph:
700.37 s
[path-io] unit path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
700.37 s
[path-io] include base-4.18.1.0
700.37 s
[path-io] include containers-0.6.7
700.37 s
[path-io] include directory-1.3.8.1
700.37 s
[path-io] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
700.37 s
[path-io] include exceptions-0.10.7
700.37 s
[path-io] include filepath-1.4.100.4
700.37 s
[path-io] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
700.37 s
[path-io] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
700.37 s
[path-io] include time-1.12.2
700.37 s
[path-io] include transformers-0.6.1.0
700.37 s
[path-io] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
700.37 s
[path-io] Path.IO=path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u:Path.IO
700.38 s
[path-io] unit path-io-1.8.2-BDrH6eq2RpgDxREL4dxfkP-tests
700.38 s
[path-io] include base-4.18.1.0
700.38 s
[path-io] include exceptions-0.10.7
700.38 s
[path-io] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
700.38 s
[path-io] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
700.38 s
[path-io] include path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
700.38 s
[path-io] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
700.38 s
[path-io] Ready component graph:
700.38 s
[path-io] definite path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
700.38 s
[path-io] depends base-4.18.1.0
700.38 s
[path-io] depends containers-0.6.7
700.38 s
[path-io] depends directory-1.3.8.1
700.38 s
[path-io] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
700.38 s
[path-io] depends exceptions-0.10.7
700.38 s
[path-io] depends filepath-1.4.100.4
700.38 s
[path-io] depends path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
700.38 s
[path-io] depends temporary-1.3-1FJWtachrRvJFtqy3IoBZa
700.38 s
[path-io] depends time-1.12.2
700.38 s
[path-io] depends transformers-0.6.1.0
700.38 s
[path-io] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
700.38 s
[path-io] definite path-io-1.8.2-BDrH6eq2RpgDxREL4dxfkP-tests
700.38 s
[path-io] depends base-4.18.1.0
700.38 s
[path-io] depends exceptions-0.10.7
700.38 s
[path-io] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
700.38 s
[path-io] depends path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
700.38 s
[path-io] depends path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
700.38 s
[path-io] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
700.38 s
[path-io] Using Cabal-3.10.1.0 compiled by ghc-9.6
700.38 s
[path-io] Using compiler: ghc-9.6.3
700.38 s
[path-io] Using install prefix:
700.38 s
[path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
700.38 s
[path-io] Executables installed in:
700.38 s
[path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/bin
700.38 s
[path-io] Libraries installed in:
700.38 s
[path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
700.38 s
[path-io] Dynamic Libraries installed in:
700.38 s
[path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
700.38 s
[path-io] Private executables installed in:
700.38 s
[path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/libexec/x86_64-linux-ghc-9.6.3/path-io-1.8.2
700.38 s
[path-io] Data files installed in:
700.38 s
[path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/share/x86_64-linux-ghc-9.6.3/path-io-1.8.2
700.38 s
[path-io] Documentation installed in:
700.38 s
[path-io] /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc/share/doc/path-io-1.8.2
700.38 s
[path-io] Configuration files installed in:
700.38 s
[path-io] /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/etc
700.38 s
[path-io] No alex found
700.38 s
[path-io] Using ar found on system at:
700.38 s
[path-io] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
700.38 s
[path-io] No c2hs found
700.38 s
[path-io] No cpphs found
700.38 s
[path-io] No doctest found
700.38 s
[path-io] Using gcc version 14.3.0 given by user at:
700.38 s
[path-io] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
700.38 s
[path-io] Using ghc version 9.6.3 found on system at:
700.38 s
[path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
700.38 s
[path-io] Using ghc-pkg version 9.6.3 found on system at:
700.38 s
[path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
700.38 s
[path-io] No ghcjs found
700.38 s
[path-io] No ghcjs-pkg found
700.38 s
[path-io] No greencard found
700.38 s
[path-io] Using haddock version 2.29.1 found on system at:
700.38 s
[path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
700.38 s
[path-io] No happy found
700.38 s
[path-io] Using haskell-suite found on system at: haskell-suite-dummy-location
700.38 s
[path-io] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
700.38 s
[path-io] No hmake found
700.38 s
[path-io] Using hpc version 0.68 found on system at:
700.38 s
[path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
700.38 s
[path-io] Using hsc2hs version 0.68.9 found on system at:
700.38 s
[path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
700.38 s
[path-io] Using hscolour version 1.25 found on system at:
700.38 s
[path-io] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
700.38 s
[path-io] No jhc found
700.38 s
[path-io] Using ld found on system at:
700.38 s
[path-io] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
700.38 s
[path-io] No pkg-config found
700.38 s
[path-io] Using runghc version 9.6.3 found on system at:
700.38 s
[path-io] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
700.38 s
[path-io] Using strip version 2.44 found on system at:
700.38 s
[path-io] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
700.38 s
[path-io] Using tar found on system at:
700.38 s
[path-io] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
700.38 s
[path-io] No uhc found
700.43 s
[tree-diff]
700.44 s
[tree-diff] tests/Tests.hs:16:1: warning : [ -Wdeprecations ]
700.44 s
[tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
700.44 s
[tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
700.44 s
[tree-diff] |
700.44 s
[tree-diff] 16 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
700.44 s
[tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
700.44 s
[tree-diff]
700.44 s
[tree-diff] tests/Tests.hs:76:17: warning : [ GHC-68441 ] [ -Wdeprecations ]
700.44 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
700.44 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
700.44 s
[tree-diff] |
700.44 s
[tree-diff] 76 | doc = show (WL.plain (ansiWlExpr e))
700.44 s
[tree-diff] | ^^^^^^^^
700.54 s
[path-io] Phase: buildPhase
700.62 s
[path-io] Preprocessing library for path-io-1.8.2..
700.62 s
[path-io] Building library for path-io-1.8.2..
700.69 s
[path-io] [1 of 1] Compiling Path.IO ( Path/IO.hs, dist/build/Path/IO.o, dist/build/Path/IO.dyn_o )
701.89 s
[tree-diff] [3 of 3] Linking dist/build/tree-diff-test/tree-diff-test
702.42 s
[row-types] Documentation created: dist/doc/html/row-types/index.html,
702.42 s
[row-types] dist/doc/html/row-types/row-types.txt
702.51 s
[row-types] Preprocessing test suite 'test' for row-types-1.0.1.2..
702.55 s
[row-types] haddockPhase completed in 46 seconds
702.55 s
[row-types] Phase: installPhase
702.65 s
[row-types] Installing library in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
703.10 s
[row-types] Phase: fixupPhase
703.12 s
[row-types] shrinking RPATHs of ELF executables and libraries in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2
703.13 s
[row-types] shrinking /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSrow-types-1.0.1.2-75SF0gInexG1yTK5KTREk6-ghc9.6.3.so
703.14 s
[row-types] checking for references to /build/ in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2...
703.16 s
[row-types] patching script interpreter paths in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2
703.17 s
[row-types] stripping (with command strip and flags -S -p) in /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2/lib
703.19 s
[hw-fingertree] [2 of 4] Compiling HaskellWorks.Data.IntervalMap.FingerTree ( src/HaskellWorks/Data/IntervalMap/FingerTree.hs, dist/build/HaskellWorks/Data/IntervalMap/FingerTree.p_o )
703.30 s
[row-types] shrinking RPATHs of ELF executables and libraries in /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc
703.31 s
[row-types] checking for references to /build/ in /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc...
703.33 s
[row-types] patching script interpreter paths in /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc
703.53 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2
704.10 s
[post-build-hook] Pushing 2 paths (106 are already present) using zstd to cache sellout ⏳
704.10 s
[post-build-hook]
704.43 s
[post-build-hook] Pushing /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc (3.27 MiB)
704.49 s
[post-build-hook] Pushing /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2 (4.98 MiB)
705.56 s
[post-build-hook]
705.56 s
[post-build-hook] All done.
705.59 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc /nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2
705.66 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
705.84 s
[post-build-hook] copying 2 paths...
705.84 s
[post-build-hook] copying path '/nix/store/8axmhx794sl58b7dx9hiyzr7lshv7pwj-row-types-1.0.1.2-doc' to 'https://cache.nix-ci.com'...
706.48 s
[post-build-hook] copying path '/nix/store/xr01692l5agz413mlv1bkj2k5ib8as4w-row-types-1.0.1.2' to 'https://cache.nix-ci.com'...
708.13 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
708.36 s
[post-build-hook] copying 1 paths...
708.38 s
[post-build-hook] copying path '/nix/store/8zvrq92852a6r0hj1hp03cazl8f5lndf-row-types-1.0.1.2.drv' to 'https://cache.nix-ci.com'...
708.54 s
Progress: 38 of 72 built (4 building), 335 of 335 downloaded from cache
708.63 s
Building lsp-types
708.63 s
[hw-fingertree] [3 of 4] Compiling HaskellWorks.Data.PriorityQueue.FingerTree ( src/HaskellWorks/Data/PriorityQueue/FingerTree.hs, dist/build/HaskellWorks/Data/PriorityQueue/FingerTree.p_o )
708.63 s
[hw-fingertree] [4 of 4] Compiling Paths_hw_fingertree ( dist/build/autogen/Paths_hw_fingertree.hs, dist/build/Paths_hw_fingertree.p_o )
708.63 s
[hw-fingertree] Preprocessing test suite 'hw-fingertree-tests' for hw-fingertree-0.1.2.1..
708.63 s
[hw-fingertree] Building test suite 'hw-fingertree-tests' for hw-fingertree-0.1.2.1..
708.63 s
[hw-fingertree] [1 of 3] Compiling HaskellWorks.Data.FingerTree.Gen ( tests/HaskellWorks/Data/FingerTree/Gen.hs, dist/build/hw-fingertree-tests/hw-fingertree-tests-tmp/HaskellWorks/Data/FingerTree/Gen.o )
708.63 s
[hw-fingertree] [2 of 3] Compiling HaskellWorks.Data.FingerTreeSpec ( tests/HaskellWorks/Data/FingerTreeSpec.hs, dist/build/hw-fingertree-tests/hw-fingertree-tests-tmp/HaskellWorks/Data/FingerTreeSpec.o )
708.63 s
[path-io] [1 of 1] Compiling Path.IO ( Path/IO.hs, dist/build/Path/IO.p_o )
708.63 s
[tree-diff] buildPhase completed in 1 minutes 57 seconds
708.63 s
[tree-diff] Phase: checkPhase
708.63 s
[tree-diff] Running 1 test suites...
708.63 s
[tree-diff] Test suite tree-diff-test: RUNNING...
708.63 s
[tree-diff] tests
708.63 s
[tree-diff] trifecta-pretty roundtrip: OK (3.54s)
708.63 s
[tree-diff] +++ OK, passed 100 tests.
708.63 s
[tree-diff] diffBy example1: OK
708.63 s
[tree-diff] +++ OK, passed 1 test.
708.63 s
[tree-diff] diffBy model: OK (0.01s)
708.63 s
[tree-diff] +++ OK, passed 100 tests.
708.63 s
[tree-diff] Golden
708.63 s
[tree-diff] exFoo: OK
708.63 s
[tree-diff] MyInt1: OK
708.63 s
[tree-diff] MyInt2: OK
708.63 s
[tree-diff] MyInt3: OK
708.63 s
[tree-diff] Positional: OK
708.63 s
[tree-diff] HashSet: OK
708.63 s
[tree-diff] Golden file did not exist; created
708.63 s
[tree-diff]
708.63 s
[tree-diff] All 9 tests passed (3.56s)
708.63 s
[tree-diff] Test suite tree-diff-test: PASS
708.63 s
[tree-diff] Test suite logged to: dist/test/tree-diff-0.3.4-tree-diff-test.log
708.63 s
[tree-diff] 1 of 1 test suites (1 of 1 test cases) passed.
708.63 s
[tree-diff] Phase: haddockPhase
708.63 s
[tree-diff] Preprocessing library for tree-diff-0.3.4..
708.63 s
[tree-diff] Running Haddock on library for tree-diff-0.3.4..
708.63 s
[tree-diff] Warning: The documentation for the following packages are not installed. No
708.63 s
[tree-diff] links will be generated to these packages: attoparsec-0.14.4,
708.63 s
[tree-diff] attoparsec-0.14.4, vector-0.13.2.0
708.63 s
[tree-diff] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
708.63 s
[tree-diff] 100% ( 3 / 3) in 'Data.TreeDiff.List'
708.63 s
[tree-diff] 90% ( 10 / 11) in 'Data.TreeDiff.OMap'
708.63 s
[tree-diff] Missing documentation for:
708.63 s
[tree-diff] OMap (src/Data/TreeDiff/OMap.hs:33)
708.63 s
[tree-diff] Warning: 'Tree' is out of scope.
708.63 s
[tree-diff] If you qualify the identifier, haddock can try to link it anyway.
708.63 s
[tree-diff] Warning: 'ediff' is out of scope.
708.63 s
[tree-diff] If you qualify the identifier, haddock can try to link it anyway.
708.63 s
[tree-diff] 100% ( 8 / 8) in 'Data.TreeDiff.Expr'
708.72 s
[tree-diff] 87% ( 7 / 8) in 'Data.TreeDiff.Class'
708.72 s
[tree-diff] Missing documentation for:
708.72 s
[tree-diff] GToExpr (src/Data/TreeDiff/Class.hs:178)
709.11 s
[tree-diff] 100% ( 2 / 2) in 'Data.TreeDiff.Parser'
709.13 s
[lsp-types] Phase: setupCompilerEnvironmentPhase
709.14 s
[lsp-types] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
709.22 s
[tree-diff] 100% ( 23 / 23) in 'Data.TreeDiff.Pretty'
709.25 s
[tree-diff]
709.25 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:35:1: warning : [ -Wdeprecations ]
709.25 s
[tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
709.25 s
[tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
709.25 s
[tree-diff] |
709.25 s
[tree-diff] 35 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
709.25 s
[tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
709.25 s
[tree-diff]
709.25 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:219:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.25 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.25 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.25 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.25 s
[tree-diff] |
709.25 s
[tree-diff] 219 | ansiWlPretty :: Pretty WL.Doc
709.25 s
[tree-diff] | ^^^^^^
709.25 s
[tree-diff]
709.25 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:221:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.25 s
[tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.26 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.26 s
[tree-diff] |
709.26 s
[tree-diff] 221 | { ppCon = WL.text
709.26 s
[tree-diff] | ^^^^^^^
709.26 s
[tree-diff]
709.26 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:222:40: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.26 s
[tree-diff] In the use of ‘<+>’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.26 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.26 s
[tree-diff] |
709.26 s
[tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
709.26 s
[tree-diff] | ^^^^^^
709.26 s
[tree-diff]
709.26 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:222:47: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.26 s
[tree-diff] In the use of ‘lbrace’
709.26 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.26 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.26 s
[tree-diff] |
709.26 s
[tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace ) WL.rbrace
709.26 s
[tree-diff] | ^^^^^^^^^
709.26 s
[tree-diff]
709.26 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:222:58: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.26 s
[tree-diff] In the use of ‘rbrace’
709.26 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.26 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.26 s
[tree-diff] |
709.26 s
[tree-diff] 222 | , ppRec = \c xs -> ansiGroup (c WL.<+> WL.lbrace) WL.rbrace
709.26 s
[tree-diff] | ^^^^^^^^^
709.26 s
[tree-diff]
709.27 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:223:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.27 s
[tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.27 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.27 s
[tree-diff] |
709.27 s
[tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
709.27 s
[tree-diff] | ^^^^^^^
709.27 s
[tree-diff]
709.27 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:223:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.27 s
[tree-diff] In the use of ‘<+>’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.27 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.27 s
[tree-diff] |
709.27 s
[tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
709.27 s
[tree-diff] | ^^^^^^
709.27 s
[tree-diff]
709.27 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:223:53: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.27 s
[tree-diff] In the use of ‘equals’
709.27 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.27 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.27 s
[tree-diff] |
709.27 s
[tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
709.27 s
[tree-diff] | ^^^^^^^^^
709.27 s
[tree-diff]
709.28 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:223:63: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.28 s
[tree-diff] In the use of ‘</>’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.28 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.28 s
[tree-diff] |
709.28 s
[tree-diff] 223 | $ map (\(fn, d) -> WL.text fn WL.<+> WL.equals WL.</> d) xs
709.28 s
[tree-diff] | ^^^^^^
709.28 s
[tree-diff]
709.28 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:224:28: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.28 s
[tree-diff] In the use of ‘lbracket’
709.28 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.28 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.28 s
[tree-diff] |
709.28 s
[tree-diff] 224 | , ppLst = ansiGroup WL.lbracket WL.rbracket
709.28 s
[tree-diff] | ^^^^^^^^^^^
709.28 s
[tree-diff]
709.28 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:224:40: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.28 s
[tree-diff] In the use of ‘rbracket’
709.28 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.28 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.28 s
[tree-diff] |
709.28 s
[tree-diff] 224 | , ppLst = ansiGroup WL.lbracket WL.rbracket
709.28 s
[tree-diff] | ^^^^^^^^^^^
709.28 s
[tree-diff]
709.28 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:225:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.28 s
[tree-diff] In the use of ‘dullwhite’
709.28 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.29 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.29 s
[tree-diff] |
709.29 s
[tree-diff] 225 | , ppCpy = WL.dullwhite
709.29 s
[tree-diff] | ^^^^^^^^^^^^
709.29 s
[tree-diff]
709.29 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:226:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.29 s
[tree-diff] In the use of ‘green’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.29 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.29 s
[tree-diff] |
709.29 s
[tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
709.29 s
[tree-diff] | ^^^^^^^^
709.29 s
[tree-diff]
709.29 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:226:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.29 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.29 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.29 s
[tree-diff] |
709.29 s
[tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
709.29 s
[hw-fingertree] [3 of 3] Compiling Main ( tests/Spec.hs, dist/build/hw-fingertree-tests/hw-fingertree-tests-tmp/Main.o )
709.29 s
[tree-diff] | ^^^^^^^^
709.29 s
[tree-diff]
709.29 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:226:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.29 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.29 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.29 s
[tree-diff] |
709.29 s
[tree-diff] 226 | , ppIns = \d -> WL.green $ WL.plain $ WL.char '+' WL.<> d
709.29 s
[tree-diff] | ^^^^^^^
709.29 s
[tree-diff]
709.30 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:227:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.30 s
[tree-diff] In the use of ‘red’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.30 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.30 s
[tree-diff] |
709.30 s
[tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
709.30 s
[tree-diff] | ^^^^^^
709.30 s
[tree-diff]
709.30 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:227:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.30 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.30 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.30 s
[tree-diff] |
709.30 s
[tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
709.30 s
[tree-diff] | ^^^^^^^^
709.30 s
[tree-diff]
709.30 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:227:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.30 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.30 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.30 s
[tree-diff] |
709.30 s
[tree-diff] 227 | , ppDel = \d -> WL.red $ WL.plain $ WL.char '-' WL.<> d
709.30 s
[tree-diff] | ^^^^^^^
709.30 s
[tree-diff]
709.30 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:27: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.30 s
[tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.30 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.30 s
[tree-diff] |
709.31 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
709.31 s
[tree-diff] | ^^^^^^^^
709.31 s
[tree-diff]
709.31 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.31 s
[tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.31 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.31 s
[tree-diff] |
709.31 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
709.31 s
[tree-diff] | ^^^^^^^
709.31 s
[tree-diff]
709.31 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.31 s
[tree-diff] In the use of ‘<$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.31 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.31 s
[tree-diff] |
709.31 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
709.31 s
[tree-diff] | ^^^^^^
709.31 s
[tree-diff]
709.31 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:228:59: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.31 s
[tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.31 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.31 s
[tree-diff] |
709.31 s
[tree-diff] 228 | , ppApp = \f xs -> WL.group $ WL.nest 2 $ f WL.<$> WL.vsep xs
709.31 s
[tree-diff] | ^^^^^^^
709.31 s
[tree-diff]
709.31 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:229:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.32 s
[tree-diff] In the use of ‘sep’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.32 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.32 s
[tree-diff] |
709.32 s
[tree-diff] 229 | , ppEdits = WL.sep
709.32 s
[tree-diff] | ^^^^^^
709.32 s
[tree-diff]
709.32 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:230:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.32 s
[tree-diff] In the use of ‘text’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.32 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.32 s
[tree-diff] |
709.32 s
[tree-diff] 230 | , ppEllip = WL.text "..."
709.32 s
[tree-diff] | ^^^^^^^
709.32 s
[tree-diff]
709.32 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:231:18: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.32 s
[tree-diff] In the use of ‘parens’
709.32 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.32 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.32 s
[tree-diff] |
709.32 s
[tree-diff] 231 | , ppParens = WL.parens
709.32 s
[tree-diff] | ^^^^^^^^^
709.32 s
[tree-diff]
709.32 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.32 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.32 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.32 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.32 s
[tree-diff] |
709.32 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
709.32 s
[tree-diff] | ^^^^^^
709.32 s
[tree-diff]
709.32 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.32 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.32 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.33 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.33 s
[tree-diff] |
709.33 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
709.33 s
[tree-diff] | ^^^^^^
709.33 s
[tree-diff]
709.33 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:35: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.33 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.33 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.33 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.33 s
[tree-diff] |
709.33 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc ] -> WL.Doc
709.33 s
[tree-diff] | ^^^^^^
709.33 s
[tree-diff]
709.33 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:234:46: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.33 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.33 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.33 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.33 s
[tree-diff] |
709.33 s
[tree-diff] 234 | ansiGroup :: WL.Doc -> WL.Doc -> [WL.Doc] -> WL.Doc
709.33 s
[tree-diff] | ^^^^^^
709.33 s
[tree-diff]
709.33 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:20: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.33 s
[tree-diff] In the use of ‘group’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.33 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.33 s
[tree-diff] |
709.33 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
709.33 s
[tree-diff] | ^^^^^^^^
709.33 s
[tree-diff]
709.33 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:31: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.34 s
[tree-diff] In the use of ‘nest’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.34 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.34 s
[tree-diff] |
709.34 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
709.34 s
[tree-diff] | ^^^^^^^
709.34 s
[tree-diff]
709.34 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:44: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.34 s
[tree-diff] In the use of ‘<$$>’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.34 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.34 s
[tree-diff] |
709.34 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
709.34 s
[tree-diff] | ^^^^^^^
709.34 s
[tree-diff]
709.34 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.34 s
[tree-diff] In the use of ‘vsep’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.34 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.34 s
[tree-diff] |
709.34 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
709.34 s
[tree-diff] | ^^^^^^^
709.34 s
[tree-diff]
709.34 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:61: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.34 s
[tree-diff] In the use of ‘punctuate’
709.34 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.34 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.34 s
[tree-diff] |
709.35 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
709.35 s
[tree-diff] | ^^^^^^^^^^^^
709.35 s
[tree-diff]
709.35 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:235:74: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.35 s
[tree-diff] In the use of ‘comma’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.35 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.35 s
[tree-diff] |
709.35 s
[tree-diff] 235 | ansiGroup l r xs = WL.group $ WL.nest 2 (l WL.<$$> WL.vsep (WL.punctuate WL.comma xs) WL.<> r)
709.35 s
[tree-diff] | ^^^^^^^^
709.35 s
[tree-diff]
709.35 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:238:23: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.35 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.35 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.35 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.35 s
[tree-diff] |
709.35 s
[tree-diff] 238 | ansiWlExpr :: Expr -> WL.Doc
709.35 s
[tree-diff] | ^^^^^^
709.35 s
[tree-diff]
709.35 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:242:36: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.35 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.35 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.35 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.35 s
[tree-diff] |
709.35 s
[tree-diff] 242 | ansiWlEditExpr :: Edit EditExpr -> WL.Doc
709.35 s
[tree-diff] | ^^^^^^
709.35 s
[tree-diff]
709.36 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:246:43: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.36 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.36 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.36 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.36 s
[tree-diff] |
709.36 s
[tree-diff] 246 | ansiWlEditExprCompact :: Edit EditExpr -> WL.Doc
709.36 s
[tree-diff] | ^^^^^^
709.36 s
[tree-diff]
709.36 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:254:26: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.36 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.36 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.36 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.36 s
[tree-diff] |
709.36 s
[tree-diff] 254 | ansiWlBgPretty :: Pretty WL.Doc
709.36 s
[tree-diff] | ^^^^^^
709.36 s
[tree-diff]
709.36 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.36 s
[tree-diff] In the use of ‘ondullgreen’
709.36 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.36 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.36 s
[tree-diff] |
709.36 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
709.36 s
[tree-diff] | ^^^^^^^^^^^^^^
709.36 s
[tree-diff]
709.36 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:41: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.36 s
[tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.36 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.36 s
[tree-diff] |
709.37 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
709.37 s
[tree-diff] | ^^^^^^^^
709.37 s
[tree-diff]
709.37 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.37 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.37 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.37 s
[tree-diff] |
709.37 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
709.37 s
[tree-diff] | ^^^^^^^^
709.37 s
[tree-diff]
709.37 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:256:63: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.37 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.37 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.37 s
[tree-diff] |
709.37 s
[tree-diff] 256 | { ppIns = \d -> WL.ondullgreen $ WL.white $ WL.plain $ WL.char '+' WL.<> d
709.37 s
[tree-diff] | ^^^^^^^
709.37 s
[tree-diff]
709.37 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:24: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.37 s
[tree-diff] In the use of ‘ondullred’
709.37 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.37 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.37 s
[tree-diff] |
709.37 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
709.38 s
[tree-diff] | ^^^^^^^^^^^^
709.38 s
[tree-diff]
709.38 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:41: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.38 s
[tree-diff] In the use of ‘white’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.38 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.38 s
[tree-diff] |
709.38 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
709.38 s
[tree-diff] | ^^^^^^^^
709.38 s
[tree-diff]
709.38 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:52: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.38 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.38 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.38 s
[tree-diff] |
709.38 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
709.38 s
[tree-diff] | ^^^^^^^^
709.38 s
[tree-diff]
709.38 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:257:63: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.38 s
[tree-diff] In the use of ‘char’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.38 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.38 s
[tree-diff] |
709.38 s
[tree-diff] 257 | , ppDel = \d -> WL.ondullred $ WL.white $ WL.plain $ WL.char '-' WL.<> d
709.39 s
[tree-diff] | ^^^^^^^
709.39 s
[tree-diff]
709.39 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:261:25: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.39 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.39 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.39 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.39 s
[tree-diff] |
709.39 s
[tree-diff] 261 | ansiWlBgExpr :: Expr -> WL.Doc
709.39 s
[tree-diff] | ^^^^^^
709.39 s
[tree-diff]
709.39 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:265:38: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.39 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.39 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.39 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.39 s
[tree-diff] |
709.39 s
[tree-diff] 265 | ansiWlBgEditExpr :: Edit EditExpr -> WL.Doc
709.39 s
[tree-diff] | ^^^^^^
709.39 s
[tree-diff]
709.39 s
[tree-diff] src/Data/TreeDiff/Pretty.hs:269:45: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.39 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.39 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.39 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.39 s
[tree-diff] |
709.39 s
[tree-diff] 269 | ansiWlBgEditExprCompact :: Edit EditExpr -> WL.Doc
709.39 s
[tree-diff] | ^^^^^^
709.40 s
[path-io] Preprocessing test suite 'tests' for path-io-1.8.2..
709.40 s
[path-io] Building test suite 'tests' for path-io-1.8.2..
709.42 s
[tree-diff] 100% ( 5 / 5) in 'Data.TreeDiff'
709.46 s
[tree-diff] Warning: 'goldenTest' is out of scope.
709.46 s
[tree-diff] If you qualify the identifier, haddock can try to link it anyway.
709.46 s
[tree-diff] 100% ( 3 / 3) in 'Data.TreeDiff.Golden'
709.47 s
[tree-diff]
709.47 s
[tree-diff] src/Data/TreeDiff/Golden.hs:16:1: warning : [ -Wdeprecations ]
709.47 s
[tree-diff] Module ‘Text.PrettyPrint.ANSI.Leijen’ is deprecated:
709.47 s
[tree-diff] "Compatibility module for users of ansi-wl-pprint - use \"Prettyprinter\" instead"
709.47 s
[tree-diff] |
709.47 s
[tree-diff] 16 | import qualified Text.PrettyPrint.ANSI.Leijen as WL
709.47 s
[tree-diff] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
709.47 s
[tree-diff]
709.48 s
[tree-diff] src/Data/TreeDiff/Golden.hs:77:67: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.48 s
[tree-diff] In the use of ‘plain’ (imported from Text.PrettyPrint.ANSI.Leijen):
709.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.48 s
[tree-diff] |
709.48 s
[tree-diff] 77 | wrt expr = BS.writeFile fp $ TE.encodeUtf8 $ T.pack $ showWL (WL.plain (ansiWlExpr expr)) ++ "\n"
709.48 s
[tree-diff] | ^^^^^^^^
709.48 s
[tree-diff]
709.48 s
[tree-diff] src/Data/TreeDiff/Golden.hs:79:11: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.48 s
[tree-diff] In the use of type constructor or class ‘Doc’
709.48 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.48 s
[tree-diff] |
709.48 s
[tree-diff] 79 | showWL :: WL.Doc -> String
709.48 s
[tree-diff] | ^^^^^^
709.48 s
[tree-diff]
709.48 s
[tree-diff] src/Data/TreeDiff/Golden.hs:80:14: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.48 s
[tree-diff] In the use of ‘displayS’
709.48 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.48 s
[tree-diff] |
709.48 s
[tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
709.48 s
[tree-diff] | ^^^^^^^^^^^
709.48 s
[tree-diff]
709.48 s
[tree-diff] src/Data/TreeDiff/Golden.hs:80:27: warning : [ GHC-68441 ] [ -Wdeprecations ]
709.48 s
[tree-diff] In the use of ‘renderSmart’
709.48 s
[tree-diff] (imported from Text.PrettyPrint.ANSI.Leijen):
709.48 s
[tree-diff] Deprecated: "Compatibility module for users of ansi-wl-pprint - use "Prettyprinter" instead"
709.48 s
[tree-diff] |
709.48 s
[tree-diff] 80 | showWL doc = WL.displayS (WL.renderSmart 0.4 80 doc) ""
709.48 s
[tree-diff] | ^^^^^^^^^^^^^^
709.49 s
[tree-diff] Warning: '===' is out of scope.
709.49 s
[tree-diff] If you qualify the identifier, haddock can try to link it anyway.
709.49 s
[tree-diff] 100% ( 2 / 2) in 'Data.TreeDiff.QuickCheck'
709.52 s
[tree-diff] 100% ( 4 / 4) in 'Data.TreeDiff.Tree'
709.53 s
[path-io] [1 of 1] Compiling Main ( tests/Main.hs, dist/build/tests/tests-tmp/Main.o )
709.67 s
[lsp-types] Phase: unpackPhase
709.68 s
[lsp-types] unpacking source archive /nix/store/6fn01jxrr3g5yrw27rwf0zcbvs5r1sjn-lsp-types-2.3.0.1.tar.gz
709.71 s
[lsp-types] source root is lsp-types-2.3.0.1
709.73 s
[lsp-types] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-types-2.3.0.1/test/WorkspaceEditSpec.hs"
709.74 s
[lsp-types] Phase: patchPhase
709.75 s
[lsp-types] Phase: compileBuildDriverPhase
709.75 s
[lsp-types] setupCompileFlags: -package-db=/build/tmp.w5kigiaDyt/setup-package.conf.d -threaded
709.82 s
[hw-fingertree] [4 of 4] Linking dist/build/hw-fingertree-tests/hw-fingertree-tests
709.87 s
[lsp-types] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.w5kigiaDyt/Main.o )
709.98 s
[lsp-types] [2 of 2] Linking Setup
710.21 s
[tree-diff] Warning: Data.TreeDiff.Class: could not find link destinations for:
710.21 s
[tree-diff] - Data.Vector.Vector
710.21 s
[tree-diff] - Data.Vector.Primitive.Vector
710.21 s
[tree-diff] - Data.Vector.Storable.Vector
710.21 s
[tree-diff] - Data.Vector.Unboxed.Base.Unbox
710.21 s
[tree-diff] - Data.Vector.Unboxed.Base.Vector
710.21 s
[tree-diff] - Data.TreeDiff.Class.GSumToExpr
710.21 s
[tree-diff] - Data.TreeDiff.Class.gtoExpr
711.25 s
[hw-fingertree] Preprocessing test suite 'doctest' for hw-fingertree-0.1.2.1..
711.25 s
[hw-fingertree] Building test suite 'doctest' for hw-fingertree-0.1.2.1..
711.40 s
[hw-fingertree] [1 of 1] Compiling Main ( doctest/DoctestDriver.hs, dist/build/doctest/doctest-tmp/Main.o )
711.83 s
[lsp-types] Phase: updateAutotoolsGnuConfigScriptsPhase
711.84 s
[hw-fingertree] [2 of 2] Linking dist/build/doctest/doctest
711.85 s
[lsp-types] Phase: configurePhase
711.86 s
[lsp-types] configureFlags: --verbose --prefix=/nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.w5kigiaDyt/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
711.89 s
[lsp-types] Using Parsec parser
711.89 s
[lsp-types] Configuring lsp-types-2.3.0.1...
712.46 s
[lsp-types] Flags chosen: force-ospath=False
712.46 s
[lsp-types] Dependency Diff >=0.4 && <1.1: using Diff-0.5
712.46 s
[lsp-types] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
712.46 s
[lsp-types] Dependency base >=4.11 && <5: using base-4.18.1.0
712.46 s
[lsp-types] Dependency binary >=0.8 && <0.9: using binary-0.8.9.1
712.46 s
[lsp-types] Dependency containers >=0.6 && <0.8: using containers-0.6.7
712.46 s
[lsp-types] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
712.46 s
[lsp-types] Dependency deepseq >=1.4 && <1.6: using deepseq-1.4.8.1
712.46 s
[lsp-types] Dependency dlist >=1.0 && <1.1: using dlist-1.0
712.46 s
[lsp-types] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.7
712.46 s
[lsp-types] Dependency filepath >=1.4 && <1.6: using filepath-1.4.100.4
712.46 s
[lsp-types] Dependency hashable >=1.4 && <1.6: using hashable-1.4.7.0
712.46 s
[lsp-types] Dependency indexed-traversable >=0.1 && <0.2: using indexed-traversable-0.1.4
712.46 s
[lsp-types] Dependency indexed-traversable-instances >=0.1 && <0.2: using
712.46 s
[lsp-types] indexed-traversable-instances-0.1.2
712.46 s
[lsp-types] Dependency lens >=5.1 && <5.4: using lens-5.3.4
712.46 s
[lsp-types] Dependency mod >=0.2 && <0.3: using mod-0.2.0.1
712.46 s
[lsp-types] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
712.46 s
[lsp-types] Dependency network-uri >=2.6 && <2.7: using network-uri-2.6.4.2
712.46 s
[lsp-types] Dependency prettyprinter >=1.7 && <1.8: using prettyprinter-1.7.1
712.46 s
[lsp-types] Dependency row-types >=1.0 && <1.1: using row-types-1.0.1.2
712.46 s
[lsp-types] Dependency safe >=0.3 && <0.4: using safe-0.3.21
712.46 s
[lsp-types] Dependency some >=1.0 && <1.1: using some-1.0.6
712.46 s
[lsp-types] Dependency template-haskell >=2.7 && <2.24: using template-haskell-2.20.0.0
712.46 s
[lsp-types] Dependency text >=1 && <2.2: using text-2.0.2
712.46 s
[lsp-types] Dependency aeson >=2: using aeson-2.2.3.0
712.46 s
[lsp-types] Dependency base >=4.11 && <5: using base-4.18.1.0
712.46 s
[lsp-types] Dependency file-embed >=0.0.15 && <0.1: using file-embed-0.0.16.0
712.46 s
[lsp-types] Dependency lens >=5.1 && <5.4: using lens-5.3.4
712.46 s
[lsp-types] Dependency template-haskell >=2.7 && <2.24: using template-haskell-2.20.0.0
712.46 s
[lsp-types] Dependency text >=1 && <2.2: using text-2.0.2
712.46 s
[lsp-types] Dependency QuickCheck: using QuickCheck-2.14.3
712.46 s
[lsp-types] Dependency base >=4.11 && <5: using base-4.18.1.0
712.46 s
[lsp-types] Dependency generic-arbitrary: using generic-arbitrary-1.0.1.2
712.46 s
[lsp-types] Dependency lsp-types: using lsp-types-2.3.0.1
712.46 s
[lsp-types] Dependency quickcheck-instances: using quickcheck-instances-0.3.32
712.46 s
[lsp-types] Dependency row-types: using row-types-1.0.1.2
712.46 s
[lsp-types] Dependency template-haskell: using template-haskell-2.20.0.0
712.46 s
[lsp-types] Dependency base: using base-4.18.1.0
712.46 s
[lsp-types] Dependency containers: using containers-0.6.7
712.46 s
[lsp-types] Dependency directory: using directory-1.3.8.1
712.46 s
[lsp-types] Dependency filepath: using filepath-1.4.100.4
712.46 s
[lsp-types] Dependency lsp-types:metamodel: using lsp-types-2.3.0.1
712.46 s
[lsp-types] Dependency mtl: using mtl-2.3.1
712.46 s
[lsp-types] Dependency prettyprinter: using prettyprinter-1.7.1
712.46 s
[lsp-types] Dependency regex: using regex-1.1.0.2
712.46 s
[lsp-types] Dependency text: using text-2.0.2
712.46 s
[lsp-types] Dependency witherable: using witherable-0.5
712.46 s
[lsp-types] Dependency QuickCheck: using QuickCheck-2.14.3
712.46 s
[lsp-types] Dependency aeson: using aeson-2.2.3.0
712.46 s
[lsp-types] Dependency base: using base-4.18.1.0
712.46 s
[lsp-types] Dependency filepath: using filepath-1.4.100.4
712.46 s
[lsp-types] Dependency hspec: using hspec-2.11.12
712.46 s
[lsp-types] Dependency hspec-golden: using hspec-golden-0.2.2.0
712.46 s
[lsp-types] Dependency lens: using lens-5.3.4
712.46 s
[lsp-types] Dependency lsp-types:{lsp-types, lsp-types-quickcheck}: using
712.46 s
[lsp-types] lsp-types-2.3.0.1
712.46 s
[lsp-types] Dependency lsp-types:{lsp-types, lsp-types-quickcheck}: using
712.46 s
[lsp-types] lsp-types-2.3.0.1
712.46 s
[lsp-types] Dependency network-uri: using network-uri-2.6.4.2
712.46 s
[lsp-types] Dependency prettyprinter: using prettyprinter-1.7.1
712.46 s
[lsp-types] Dependency quickcheck-instances: using quickcheck-instances-0.3.32
712.46 s
[lsp-types] Dependency text: using text-2.0.2
712.53 s
[path-io] [2 of 2] Linking dist/build/tests/tests
712.81 s
[lsp-types] Source component graph:
712.81 s
[lsp-types] component lib:metamodel
712.81 s
[lsp-types] component exe:generator dependency lib:metamodel
712.81 s
[lsp-types] component lib
712.81 s
[lsp-types] component lib:lsp-types-quickcheck dependency lib
712.81 s
[lsp-types] component test:lsp-types-test
712.81 s
[lsp-types] dependency lib
712.81 s
[lsp-types] dependency lib:lsp-types-quickcheck
712.81 s
[lsp-types] Configured component graph:
712.81 s
[lsp-types] component lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
712.81 s
[lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
712.81 s
[lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
712.81 s
[lsp-types] include template-haskell-2.20.0.0
712.81 s
[lsp-types] include text-2.0.2
712.81 s
[lsp-types] component lsp-types-2.3.0.1-2aOmMxq5kaAIHPXJOAF2pF-generator
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include containers-0.6.7
712.81 s
[lsp-types] include directory-1.3.8.1
712.81 s
[lsp-types] include filepath-1.4.100.4
712.81 s
[lsp-types] include lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
712.81 s
[lsp-types] include mtl-2.3.1
712.81 s
[lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
712.81 s
[lsp-types] include regex-1.1.0.2-FTIMn8DrcLKFhxJxRQLCQQ
712.81 s
[lsp-types] include text-2.0.2
712.81 s
[lsp-types] include witherable-0.5-5BtrC1gnyqkDSwG0XsP2r3
712.81 s
[lsp-types] component lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.81 s
[lsp-types] include Diff-0.5-GZY542scVfnxhSieg1s29
712.81 s
[lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include binary-0.8.9.1
712.81 s
[lsp-types] include containers-0.6.7
712.81 s
[lsp-types] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
712.81 s
[lsp-types] include deepseq-1.4.8.1
712.81 s
[lsp-types] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
712.81 s
[lsp-types] include exceptions-0.10.7
712.81 s
[lsp-types] include filepath-1.4.100.4
712.81 s
[lsp-types] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
712.81 s
[lsp-types] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
712.81 s
[lsp-types] include indexed-traversable-instances-0.1.2-3K6JKtKWWRkLY5MVB3w6xq
712.81 s
[lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
712.81 s
[lsp-types] include mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
712.81 s
[lsp-types] include mtl-2.3.1
712.81 s
[lsp-types] include network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
712.81 s
[lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
712.81 s
[lsp-types] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
712.81 s
[lsp-types] include safe-0.3.21-8RJbvRUlkh3iVLJ7BqOHn
712.81 s
[lsp-types] include some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
712.81 s
[lsp-types] include template-haskell-2.20.0.0
712.81 s
[lsp-types] include text-2.0.2
712.81 s
[lsp-types] component lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
712.81 s
[lsp-types] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include generic-arbitrary-1.0.1.2-6SA9GnacZLZ9tEZ5h0Cxn3
712.81 s
[lsp-types] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.81 s
[lsp-types] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
712.81 s
[lsp-types] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
712.81 s
[lsp-types] include template-haskell-2.20.0.0
712.81 s
[lsp-types] component lsp-types-2.3.0.1-IcN1M7aKwJ5bQ0xai6FkZ-lsp-types-test
712.81 s
[lsp-types] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
712.81 s
[lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include filepath-1.4.100.4
712.81 s
[lsp-types] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
712.81 s
[lsp-types] include hspec-golden-0.2.2.0-FJmF16X4t129HzTV4LBA7q
712.81 s
[lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
712.81 s
[lsp-types] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.81 s
[lsp-types] include lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
712.81 s
[lsp-types] include network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
712.81 s
[lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
712.81 s
[lsp-types] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
712.81 s
[lsp-types] include text-2.0.2
712.81 s
[lsp-types] Linked component graph:
712.81 s
[lsp-types] unit lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
712.81 s
[lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
712.81 s
[lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
712.81 s
[lsp-types] include template-haskell-2.20.0.0
712.81 s
[lsp-types] include text-2.0.2
712.81 s
[lsp-types] Language.LSP.MetaModel=lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel:Language.LSP.MetaModel,Language.LSP.MetaModel.Types=lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel:Language.LSP.MetaModel.Types
712.81 s
[lsp-types] unit lsp-types-2.3.0.1-2aOmMxq5kaAIHPXJOAF2pF-generator
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include containers-0.6.7
712.81 s
[lsp-types] include directory-1.3.8.1
712.81 s
[lsp-types] include filepath-1.4.100.4
712.81 s
[lsp-types] include lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
712.81 s
[lsp-types] include mtl-2.3.1
712.81 s
[lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
712.81 s
[lsp-types] include regex-1.1.0.2-FTIMn8DrcLKFhxJxRQLCQQ
712.81 s
[lsp-types] include text-2.0.2
712.81 s
[lsp-types] include witherable-0.5-5BtrC1gnyqkDSwG0XsP2r3
712.81 s
[lsp-types] unit lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.81 s
[lsp-types] include Diff-0.5-GZY542scVfnxhSieg1s29
712.81 s
[lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include binary-0.8.9.1
712.81 s
[lsp-types] include containers-0.6.7
712.81 s
[lsp-types] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
712.81 s
[lsp-types] include deepseq-1.4.8.1
712.81 s
[lsp-types] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
712.81 s
[lsp-types] include exceptions-0.10.7
712.81 s
[lsp-types] include filepath-1.4.100.4
712.81 s
[lsp-types] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
712.81 s
[lsp-types] include indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
712.81 s
[lsp-types] include indexed-traversable-instances-0.1.2-3K6JKtKWWRkLY5MVB3w6xq
712.81 s
[lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
712.81 s
[lsp-types] include mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
712.81 s
[lsp-types] include mtl-2.3.1
712.81 s
[lsp-types] include network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
712.81 s
[lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
712.81 s
[lsp-types] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
712.81 s
[lsp-types] include safe-0.3.21-8RJbvRUlkh3iVLJ7BqOHn
712.81 s
[lsp-types] include some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
712.81 s
[lsp-types] include template-haskell-2.20.0.0
712.81 s
[lsp-types] include text-2.0.2
712.81 s
[lsp-types] Data.IxMap=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Data.IxMap,Data.Row.Aeson=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Data.Row.Aeson,Data.Row.Hashable=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Data.Row.Hashable,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Lens=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Lens,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message,Language.LSP.Protocol.Meta=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Meta,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types,Language.LSP.Protocol.Utils.Misc=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Utils.Misc,Language.LSP.Protocol.Utils.SMethodMap=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Utils.SMethodMap
712.81 s
[lsp-types] unit lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
712.81 s
[lsp-types] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include generic-arbitrary-1.0.1.2-6SA9GnacZLZ9tEZ5h0Cxn3
712.81 s
[lsp-types] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.81 s
[lsp-types] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
712.81 s
[lsp-types] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
712.81 s
[lsp-types] include template-haskell-2.20.0.0
712.81 s
[lsp-types] Language.LSP.Protocol.QuickCheck=lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck:Language.LSP.Protocol.QuickCheck
712.81 s
[lsp-types] unit lsp-types-2.3.0.1-IcN1M7aKwJ5bQ0xai6FkZ-lsp-types-test
712.81 s
[lsp-types] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
712.81 s
[lsp-types] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
712.81 s
[lsp-types] include base-4.18.1.0
712.81 s
[lsp-types] include filepath-1.4.100.4
712.81 s
[lsp-types] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
712.81 s
[lsp-types] include hspec-golden-0.2.2.0-FJmF16X4t129HzTV4LBA7q
712.81 s
[lsp-types] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
712.81 s
[lsp-types] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.81 s
[lsp-types] include lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
712.81 s
[lsp-types] include network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
712.81 s
[lsp-types] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
712.81 s
[lsp-types] include quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
712.81 s
[lsp-types] include text-2.0.2
712.81 s
[lsp-types] Ready component graph:
712.81 s
[lsp-types] definite lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
712.81 s
[lsp-types] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
712.81 s
[lsp-types] depends base-4.18.1.0
712.81 s
[lsp-types] depends file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
712.81 s
[lsp-types] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
712.81 s
[lsp-types] depends template-haskell-2.20.0.0
712.85 s
[lsp-types] depends text-2.0.2
712.85 s
[lsp-types] definite lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.85 s
[lsp-types] depends Diff-0.5-GZY542scVfnxhSieg1s29
712.85 s
[lsp-types] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
712.85 s
[lsp-types] depends base-4.18.1.0
712.85 s
[lsp-types] depends binary-0.8.9.1
712.85 s
[lsp-types] depends containers-0.6.7
712.85 s
[lsp-types] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
712.86 s
[lsp-types] depends deepseq-1.4.8.1
712.86 s
[lsp-types] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
712.86 s
[lsp-types] depends exceptions-0.10.7
712.86 s
[lsp-types] depends filepath-1.4.100.4
712.86 s
[lsp-types] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
712.86 s
[lsp-types] depends indexed-traversable-0.1.4-3KQfryvD6CkLv2KxalzUb5
712.86 s
[lsp-types] depends indexed-traversable-instances-0.1.2-3K6JKtKWWRkLY5MVB3w6xq
712.86 s
[lsp-types] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
712.86 s
[lsp-types] depends mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
712.86 s
[lsp-types] depends mtl-2.3.1
712.86 s
[lsp-types] depends network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
712.86 s
[lsp-types] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
712.86 s
[lsp-types] depends row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
712.86 s
[lsp-types] depends safe-0.3.21-8RJbvRUlkh3iVLJ7BqOHn
712.86 s
[lsp-types] depends some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
712.86 s
[lsp-types] depends template-haskell-2.20.0.0
712.86 s
[lsp-types] depends text-2.0.2
712.86 s
[lsp-types] definite lsp-types-2.3.0.1-2aOmMxq5kaAIHPXJOAF2pF-generator
712.86 s
[lsp-types] depends base-4.18.1.0
712.86 s
[lsp-types] depends containers-0.6.7
712.86 s
[lsp-types] depends directory-1.3.8.1
712.86 s
[lsp-types] depends filepath-1.4.100.4
712.86 s
[lsp-types] depends lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
712.86 s
[lsp-types] depends mtl-2.3.1
712.86 s
[lsp-types] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
712.86 s
[lsp-types] depends regex-1.1.0.2-FTIMn8DrcLKFhxJxRQLCQQ
712.86 s
[lsp-types] depends text-2.0.2
712.86 s
[lsp-types] depends witherable-0.5-5BtrC1gnyqkDSwG0XsP2r3
712.86 s
[lsp-types] definite lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
712.86 s
[lsp-types] depends QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
712.86 s
[lsp-types] depends base-4.18.1.0
712.86 s
[lsp-types] depends generic-arbitrary-1.0.1.2-6SA9GnacZLZ9tEZ5h0Cxn3
712.86 s
[lsp-types] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.86 s
[lsp-types] depends quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
712.86 s
[lsp-types] depends row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
712.86 s
[lsp-types] depends template-haskell-2.20.0.0
712.86 s
[lsp-types] definite lsp-types-2.3.0.1-IcN1M7aKwJ5bQ0xai6FkZ-lsp-types-test
712.86 s
[lsp-types] depends QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
712.86 s
[lsp-types] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
712.86 s
[lsp-types] depends base-4.18.1.0
712.86 s
[lsp-types] depends filepath-1.4.100.4
712.86 s
[lsp-types] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
712.86 s
[lsp-types] depends hspec-golden-0.2.2.0-FJmF16X4t129HzTV4LBA7q
712.86 s
[lsp-types] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
712.86 s
[lsp-types] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.86 s
[lsp-types] depends lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
712.86 s
[lsp-types] depends network-uri-2.6.4.2-4HBdWLx90QQKv5xcfAzInz
712.86 s
[lsp-types] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
712.86 s
[lsp-types] depends quickcheck-instances-0.3.32-9fGeBu9hiv82mPGYbzXPCv
712.86 s
[lsp-types] depends text-2.0.2
712.86 s
[lsp-types] Using Cabal-3.10.1.0 compiled by ghc-9.6
712.86 s
[lsp-types] Using compiler: ghc-9.6.3
712.86 s
[lsp-types] Using install prefix:
712.86 s
[lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
712.86 s
[lsp-types] Executables installed in:
712.86 s
[lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin
712.86 s
[lsp-types] Libraries installed in:
712.86 s
[lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
712.86 s
[lsp-types] Dynamic Libraries installed in:
712.86 s
[lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
712.86 s
[lsp-types] Private executables installed in:
712.86 s
[lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/libexec/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1
712.86 s
[lsp-types] Data files installed in:
712.86 s
[lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/share/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1
712.86 s
[lsp-types] Documentation installed in:
712.86 s
[lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/share/doc/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1
712.86 s
[lsp-types] Configuration files installed in:
712.86 s
[lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/etc
712.86 s
[lsp-types] No alex found
712.86 s
[lsp-types] Using ar found on system at:
712.86 s
[lsp-types] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
712.86 s
[lsp-types] No c2hs found
712.86 s
[lsp-types] No cpphs found
712.86 s
[lsp-types] No doctest found
712.86 s
[lsp-types] Using gcc version 14.3.0 given by user at:
712.86 s
[lsp-types] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
712.86 s
[lsp-types] Using ghc version 9.6.3 found on system at:
712.86 s
[lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
712.86 s
[lsp-types] Using ghc-pkg version 9.6.3 found on system at:
712.86 s
[lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
712.86 s
[lsp-types] No ghcjs found
712.86 s
[lsp-types] No ghcjs-pkg found
712.86 s
[lsp-types] No greencard found
712.86 s
[lsp-types] Using haddock version 2.29.1 found on system at:
712.86 s
[lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
712.86 s
[lsp-types] No happy found
712.86 s
[lsp-types] Using haskell-suite found on system at: haskell-suite-dummy-location
712.86 s
[lsp-types] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
712.86 s
[lsp-types] No hmake found
712.86 s
[lsp-types] Using hpc version 0.68 found on system at:
712.86 s
[lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
712.86 s
[lsp-types] Using hsc2hs version 0.68.9 found on system at:
712.86 s
[lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
712.86 s
[lsp-types] Using hscolour version 1.25 found on system at:
712.86 s
[lsp-types] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
712.86 s
[lsp-types] No jhc found
712.86 s
[lsp-types] Using ld found on system at:
712.86 s
[lsp-types] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
712.86 s
[lsp-types] No pkg-config found
712.86 s
[lsp-types] Using runghc version 9.6.3 found on system at:
712.86 s
[lsp-types] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
712.86 s
[lsp-types] Using strip version 2.44 found on system at:
712.86 s
[lsp-types] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
712.86 s
[lsp-types] Using tar found on system at:
712.86 s
[lsp-types] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
712.86 s
[lsp-types] No uhc found
713.08 s
[lsp-types] Phase: buildPhase
713.20 s
[lsp-types] Preprocessing library 'metamodel' for lsp-types-2.3.0.1..
713.20 s
[lsp-types] Building library 'metamodel' for lsp-types-2.3.0.1..
713.29 s
[lsp-types] [1 of 2] Compiling Language.LSP.MetaModel.Types ( metamodel/Language/LSP/MetaModel/Types.hs, dist/build/metamodel/Language/LSP/MetaModel/Types.o, dist/build/metamodel/Language/LSP/MetaModel/Types.dyn_o )
713.95 s
[path-io] Phase: checkPhase
714.02 s
[path-io] Running 1 test suites...
714.02 s
[path-io] Test suite tests: RUNNING...
714.03 s
[path-io]
714.12 s
[path-io] listDir
714.12 s
[path-io] lists directory [✔]
714.12 s
[path-io] listDirRel
714.12 s
[path-io] lists directory [✔]
714.12 s
[path-io] listDirRecur
714.12 s
[path-io] lists directory recursively [✔]
714.12 s
[path-io] listDirRecurRel
714.12 s
[path-io] lists directory recursively [✔]
714.12 s
[path-io] listDirRecurWith
714.12 s
[path-io] lists directory recursively using predicates [✔]
714.12 s
[path-io] walkDir Finish
714.12 s
[path-io] Finishes only after finding what it is looking for [✔]
714.12 s
[path-io] copyDirRecur
714.12 s
[path-io] when source directory is editable
714.12 s
[path-io] copies directory [✔]
714.12 s
[path-io] when source directory is read-only
714.12 s
[path-io] copies directory just as well (preserving permissions) [✔]
714.12 s
[path-io] copyDirRecur'
714.12 s
[path-io] when source directory is read-only
714.12 s
[path-io] copies directory but now it's editable [✔]
714.12 s
[path-io] findFile
714.12 s
[path-io] finds a file lazily [✔]
714.12 s
[path-io] removeDirLink
714.12 s
[path-io] remove dir link [✔]
714.12 s
[path-io] listDirRecur Cyclic
714.12 s
[path-io] lists directory trees having traversal cycles [✔]
714.12 s
[path-io] getCurrentDir
714.12 s
[path-io] returns current dir [✔]
714.12 s
[path-io] setCurrentDir
714.12 s
[path-io] sets current dir [✔]
714.12 s
[path-io] withCurrentDir
714.12 s
[path-io] temporarily modifies current dir [✔]
714.12 s
[path-io] walkDirRel
714.12 s
[path-io] does not throw exceptions [✔]
714.12 s
[path-io] getHomeDir
714.12 s
[path-io] home dir is influenced by environment variable HOME [✔]
714.12 s
[path-io] getTempDir
714.12 s
[path-io] temp dir is influenced by environment variable TMPDIR [✔]
714.12 s
[path-io] getXdgDir Data
714.12 s
[path-io] XDG data dir is influenced by environment variable XDG_DATA_HOME [✔]
714.12 s
[path-io] getXdgDir Config
714.12 s
[path-io] XDG config dir is influenced by environment variable XDG_CONFIG_HOME [✔]
714.12 s
[path-io] getXdgDir Cache
714.12 s
[path-io] XDG cache dir is influenced by environment variable XDG_CACHE_HOME [✔]
714.12 s
[path-io]
714.12 s
[path-io] Finished in 0.0179 seconds
714.12 s
[path-io] 21 examples, 0 failures
714.12 s
[path-io] Test suite tests: PASS
714.12 s
[path-io] Test suite logged to: dist/test/path-io-1.8.2-tests.log
714.12 s
[path-io] 1 of 1 test suites (1 of 1 test cases) passed.
714.12 s
[path-io] Phase: haddockPhase
714.28 s
[path-io] Preprocessing library for path-io-1.8.2..
714.28 s
[path-io] Running Haddock on library for path-io-1.8.2..
714.29 s
[path-io] Warning: The documentation for the following packages are not installed. No
714.29 s
[path-io] links will be generated to these packages: vector-0.13.2.0
714.38 s
[path-io] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
715.07 s
[path-io] Warning: 'isPermissionError' is out of scope.
715.07 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.07 s
[path-io] Warning: 'PermissionDenied' is out of scope.
715.07 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.07 s
[path-io] Warning: 'isAlreadyExistsError' is out of scope.
715.07 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.07 s
[path-io] Warning: 'AlreadyExists' is out of scope.
715.07 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.07 s
[path-io] Warning: 'HardwareFault' is out of scope.
715.07 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.07 s
[path-io] Warning: 'InvalidArgument' is out of scope.
715.07 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.07 s
[path-io] Warning: 'NoSuchThing' is out of scope.
715.07 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.07 s
[path-io] Warning: 'ResourceExhausted' is out of scope.
715.07 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.07 s
[path-io] Warning: 'InappropriateType' is out of scope.
715.07 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.08 s
[path-io] Warning: 'UnsatisfiedConstraints' is out of scope.
715.08 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.08 s
[path-io] Warning: 'UnsupportedOperation' is out of scope.
715.08 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.10 s
[path-io] Warning: 'SearchPath' is out of scope.
715.10 s
[path-io] If you qualify the identifier, haddock can try to link it anyway.
715.12 s
[path-io] 88% ( 80 / 90) in 'Path.IO'
715.12 s
[path-io] Missing documentation for:
715.12 s
[path-io] Permissions
715.12 s
[path-io] emptyPermissions
715.13 s
[path-io] readable
715.13 s
[path-io] writable
715.13 s
[path-io] executable
715.13 s
[path-io] searchable
715.13 s
[path-io] setOwnerReadable
715.13 s
[path-io] setOwnerWritable
715.13 s
[path-io] setOwnerExecutable
715.13 s
[path-io] setOwnerSearchable
715.56 s
[tree-diff] Documentation created: dist/doc/html/tree-diff/index.html,
715.56 s
[tree-diff] dist/doc/html/tree-diff/tree-diff.txt
715.64 s
[tree-diff] Preprocessing test suite 'tree-diff-test' for tree-diff-0.3.4..
715.66 s
[tree-diff] Phase: installPhase
715.80 s
[tree-diff] Installing library in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/tree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB
716.34 s
[tree-diff] Phase: fixupPhase
716.37 s
[tree-diff] shrinking RPATHs of ELF executables and libraries in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4
716.38 s
[tree-diff] shrinking /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHStree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB-ghc9.6.3.so
716.41 s
[tree-diff] checking for references to /build/ in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4...
716.42 s
[tree-diff] patching script interpreter paths in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4
716.43 s
[hw-fingertree] Phase: checkPhase
716.43 s
[tree-diff] stripping (with command strip and flags -S -p) in /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4/lib
716.51 s
[hw-fingertree] Running 2 test suites...
716.51 s
[hw-fingertree] Test suite hw-fingertree-tests: RUNNING...
716.52 s
[hw-fingertree]
716.52 s
[hw-fingertree] HaskellWorks.Data.FingerTree
716.57 s
[tree-diff] shrinking RPATHs of ELF executables and libraries in /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc
716.57 s
[tree-diff] checking for references to /build/ in /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc...
716.59 s
[tree-diff] patching script interpreter paths in /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc
716.77 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4
717.24 s
[post-build-hook] Pushing 2 paths (171 are already present) using zstd to cache sellout ⏳
717.24 s
[post-build-hook]
717.58 s
[post-build-hook] Pushing /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc (1.36 MiB)
717.63 s
[post-build-hook] Pushing /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4 (4.86 MiB)
718.57 s
[post-build-hook]
718.57 s
[post-build-hook] All done.
718.61 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc /nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4
718.67 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
718.85 s
[post-build-hook] copying 2 paths...
718.85 s
[post-build-hook] copying path '/nix/store/3x1bq11iqfwa1qihmz5m7ym4psfg4waj-tree-diff-0.3.4-doc' to 'https://cache.nix-ci.com'...
719.25 s
[post-build-hook] copying path '/nix/store/av5sazwyg7jv0djf9519b0kjgvcgfb3q-tree-diff-0.3.4' to 'https://cache.nix-ci.com'...
721.54 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
721.78 s
[post-build-hook] copying 1 paths...
721.78 s
[post-build-hook] copying path '/nix/store/vla9gfq6kpirifhjbjsbssikfnf510yv-tree-diff-0.3.4.drv' to 'https://cache.nix-ci.com'...
721.98 s
Progress: 39 of 72 built (4 building), 335 of 335 downloaded from cache
722.06 s
Building haddock-library
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] foldr [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] foldl [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] (==) [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] compare [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] mappend [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] empty [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] singletone [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] (<|) [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] (|>) [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] (><) [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] fromList [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] null [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] viewl [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] viewr [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] split [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] takeUntil [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] dropUntil [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] reverse [✔]
722.06 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
722.06 s
[hw-fingertree] fmap [✔]
722.06 s
[path-io] Documentation created: dist/doc/html/path-io/index.html,
722.06 s
[path-io] dist/doc/html/path-io/path-io.txt
722.06 s
[path-io] Preprocessing test suite 'tests' for path-io-1.8.2..
722.06 s
[path-io] Phase: installPhase
722.06 s
[path-io] Installing library in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
722.06 s
[path-io] Phase: fixupPhase
722.06 s
[path-io] shrinking RPATHs of ELF executables and libraries in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
722.06 s
[path-io] shrinking /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSpath-io-1.8.2-LovWCHvsU1DCkymLBtWH9u-ghc9.6.3.so
722.06 s
[path-io] checking for references to /build/ in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2...
722.06 s
[path-io] patching script interpreter paths in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
722.06 s
[path-io] stripping (with command strip and flags -S -p) in /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2/lib
722.06 s
[path-io] shrinking RPATHs of ELF executables and libraries in /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc
722.06 s
[path-io] checking for references to /build/ in /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc...
722.06 s
[path-io] patching script interpreter paths in /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc
722.07 s
Waiting for lock on waiting for lock on '/nix/store/a8n9dp2l6n2p6qd9hpnarr4fikh0l2hm-stm-containers-1.2.1.1', '/nix/store/p43mn4p8n5kp3ivz7knciq0hkh64a036-stm-containers-1.2.1.1-doc'
722.19 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
722.63 s
[post-build-hook] Pushing 2 paths (168 are already present) using zstd to cache sellout ⏳
722.63 s
[post-build-hook]
722.98 s
[post-build-hook] Pushing /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc (1.20 MiB)
723.09 s
[post-build-hook] Pushing /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2 (1.94 MiB)
724.28 s
[post-build-hook]
724.28 s
[post-build-hook] All done.
724.31 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc /nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2
724.37 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
724.54 s
[post-build-hook] copying 2 paths...
724.54 s
[post-build-hook] copying path '/nix/store/d2afzc8bkx7myrzpn5ssxaskar2i0hf2-path-io-1.8.2-doc' to 'https://cache.nix-ci.com'...
724.88 s
[post-build-hook] copying path '/nix/store/r9ghgqm57jkwr0m65d27q2fdh5rl4g47-path-io-1.8.2' to 'https://cache.nix-ci.com'...
725.56 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
725.78 s
[post-build-hook] copying 1 paths...
725.78 s
[post-build-hook] copying path '/nix/store/nv5xxywqm3154x0iy2mr3qcjqr4w4q57-path-io-1.8.2.drv' to 'https://cache.nix-ci.com'...
725.95 s
Progress: 40 of 71 built (4 building), 335 of 335 downloaded from cache
726.03 s
Building ormolu
726.03 s
[haddock-library] Phase: setupCompilerEnvironmentPhase
726.03 s
[haddock-library] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
726.03 s
[haddock-library] Phase: unpackPhase
726.03 s
[haddock-library] unpacking source archive /nix/store/gmkahr771rx3sf36vbrqsqb8s9zbvw6p-haddock-library-1.11.0.tar.gz
726.03 s
[haddock-library] source root is haddock-library-1.11.0
726.03 s
[haddock-library] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haddock-library-1.11.0/test/Spec.hs"
726.03 s
[haddock-library] Phase: patchPhase
726.03 s
[haddock-library] Replace Cabal file with edited version from mirror://hackage/haddock-library-1.11.0/revision/5.cabal.
726.03 s
[haddock-library] Phase: compileBuildDriverPhase
726.03 s
[haddock-library] setupCompileFlags: -package-db=/build/tmp.wyMD10cAzc/setup-package.conf.d -threaded
726.03 s
[haddock-library] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.wyMD10cAzc/Main.o )
726.03 s
[haddock-library] [2 of 2] Linking Setup
726.03 s
[haddock-library] Phase: updateAutotoolsGnuConfigScriptsPhase
726.03 s
[haddock-library] Phase: configurePhase
726.03 s
[haddock-library] configureFlags: --verbose --prefix=/nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc/share/doc/haddock-library-1.11.0 --with-gcc=gcc --package-db=/build/tmp.wyMD10cAzc/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
726.03 s
[haddock-library] Using Parsec parser
726.03 s
[haddock-library] Configuring haddock-library-1.11.0...
726.03 s
[haddock-library] Dependency base >=4.5 && <4.21: using base-4.18.1.0
726.03 s
[haddock-library] Dependency containers >=0.4.2.1 && <0.5 || >=0.5.0.0 && <0.6 || >=0.6.0.1 &&
726.03 s
[haddock-library] <0.8: using containers-0.6.7
726.03 s
[haddock-library] Dependency parsec >=3.1.13.0 && <3.2: using parsec-3.1.16.1
726.03 s
[haddock-library] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.0.2
726.03 s
[haddock-library] Dependency QuickCheck >=2.11 && <2.16: using QuickCheck-2.14.3
726.03 s
[haddock-library] Dependency base >=4.5 && <4.21: using base-4.18.1.0
726.03 s
[haddock-library] Dependency base-compat >=0.12.0 && <0.15.0: using base-compat-0.13.1
726.03 s
[haddock-library] Dependency containers >=0.4.2.1 && <0.5 || >=0.5.0.0 && <0.6 || >=0.6.0.1 &&
726.03 s
[haddock-library] <0.8: using containers-0.6.7
726.03 s
[haddock-library] Dependency deepseq >=1.3.0.0 && <1.6.0.0: using deepseq-1.4.8.1
726.03 s
[haddock-library] Dependency hspec >=2.4.4 && <2.12: using hspec-2.11.12
726.03 s
[haddock-library] Dependency parsec >=3.1.13.0 && <3.2: using parsec-3.1.16.1
726.03 s
[haddock-library] Dependency text >=1.2.3.0 && <1.3 || >=2.0 && <2.2: using text-2.0.2
726.03 s
[haddock-library] Dependency base: using base-4.18.1.0
726.03 s
[haddock-library] Dependency base-compat >=0.12.0 && <0.13 || >=0.13.0 && <0.14: using
726.03 s
[haddock-library] base-compat-0.13.1
726.04 s
[haddock-library] Dependency directory >=1.3.0.2 && <1.4: using directory-1.3.8.1
726.04 s
[haddock-library] Dependency filepath >=1.4.1.2 && <1.5: using filepath-1.4.100.4
726.04 s
[haddock-library] Dependency haddock-library: using haddock-library-1.11.0
726.04 s
[haddock-library] Dependency optparse-applicative >=0.15 && <0.19: using
726.04 s
[haddock-library] optparse-applicative-0.18.1.0
726.04 s
[haddock-library] Dependency tree-diff >=0.2 && <0.4: using tree-diff-0.3.4
726.04 s
[haddock-library] Source component graph:
726.04 s
[haddock-library] component test:spec
726.04 s
[haddock-library] component lib
726.04 s
[haddock-library] component test:fixtures dependency lib
726.04 s
[haddock-library] Configured component graph:
726.04 s
[haddock-library] component haddock-library-1.11.0-GmlIw5cRnwUC6dXXKdebJB-spec
726.04 s
[haddock-library] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
726.04 s
[haddock-library] include base-4.18.1.0
726.04 s
[haddock-library] include base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
726.04 s
[haddock-library] include containers-0.6.7
726.04 s
[haddock-library] include deepseq-1.4.8.1
726.04 s
[haddock-library] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
726.04 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
726.04 s
[hw-fingertree] fmapWithPos [✔]
726.04 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
726.04 s
[hw-fingertree] traverse [✔]
726.04 s
[hw-fingertree] ✓ <interactive> passed 100 tests.
726.04 s
[hw-fingertree] traverseWithPos [✔]
726.04 s
[hw-fingertree]
726.04 s
[hw-fingertree] Finished in 8.2916 seconds
726.04 s
[hw-fingertree] 22 examples, 0 failures
726.04 s
[hw-fingertree] Test suite hw-fingertree-tests: PASS
726.04 s
[hw-fingertree] Test suite logged to: dist/test/hw-fingertree-0.1.2.1-hw-fingertree-tests.log
726.04 s
[hw-fingertree] Test suite doctest: RUNNING...
726.04 s
[lsp-types] [2 of 2] Compiling Language.LSP.MetaModel ( metamodel/Language/LSP/MetaModel.hs, dist/build/metamodel/Language/LSP/MetaModel.o, dist/build/metamodel/Language/LSP/MetaModel.dyn_o )
726.04 s
[haddock-library] include parsec-3.1.16.1
726.04 s
[haddock-library] include text-2.0.2
726.04 s
[haddock-library] component haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
726.04 s
[haddock-library] include base-4.18.1.0
726.04 s
[haddock-library] include containers-0.6.7
726.04 s
[haddock-library] include parsec-3.1.16.1
726.04 s
[haddock-library] include text-2.0.2
726.04 s
[haddock-library] component haddock-library-1.11.0-It7OsSvpM2oBascIdw4nI4-fixtures
726.04 s
[haddock-library] include base-4.18.1.0
726.04 s
[haddock-library] include base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
726.04 s
[haddock-library] include directory-1.3.8.1
726.04 s
[haddock-library] include filepath-1.4.100.4
726.04 s
[haddock-library] include haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
726.04 s
[haddock-library] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
726.04 s
[haddock-library] include tree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB
726.04 s
[haddock-library] Linked component graph:
726.04 s
[haddock-library] unit haddock-library-1.11.0-GmlIw5cRnwUC6dXXKdebJB-spec
726.04 s
[haddock-library] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
726.04 s
[haddock-library] include base-4.18.1.0
726.04 s
[haddock-library] include base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
726.04 s
[haddock-library] include containers-0.6.7
726.04 s
[haddock-library] include deepseq-1.4.8.1
726.04 s
[haddock-library] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
726.04 s
[haddock-library] include parsec-3.1.16.1
726.04 s
[haddock-library] include text-2.0.2
726.04 s
[haddock-library] unit haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
726.04 s
[haddock-library] include base-4.18.1.0
726.04 s
[haddock-library] include containers-0.6.7
726.04 s
[haddock-library] include parsec-3.1.16.1
726.04 s
[haddock-library] include text-2.0.2
726.04 s
[haddock-library] Documentation.Haddock.Doc=haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo:Documentation.Haddock.Doc,Documentation.Haddock.Markup=haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo:Documentation.Haddock.Markup,Documentation.Haddock.Parser=haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo:Documentation.Haddock.Parser,Documentation.Haddock.Types=haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo:Documentation.Haddock.Types
726.04 s
[haddock-library] unit haddock-library-1.11.0-It7OsSvpM2oBascIdw4nI4-fixtures
726.04 s
[haddock-library] include base-4.18.1.0
726.04 s
[haddock-library] include base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
726.04 s
[haddock-library] include directory-1.3.8.1
726.04 s
[haddock-library] include filepath-1.4.100.4
726.04 s
[haddock-library] include haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
726.04 s
[haddock-library] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
726.04 s
[haddock-library] include tree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB
726.04 s
[haddock-library] Ready component graph:
726.04 s
[haddock-library] definite haddock-library-1.11.0-GmlIw5cRnwUC6dXXKdebJB-spec
726.04 s
[haddock-library] depends QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
726.04 s
[haddock-library] depends base-4.18.1.0
726.04 s
[haddock-library] depends base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
726.04 s
[haddock-library] depends containers-0.6.7
726.04 s
[haddock-library] depends deepseq-1.4.8.1
726.04 s
[haddock-library] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
726.04 s
[haddock-library] depends parsec-3.1.16.1
726.04 s
[haddock-library] depends text-2.0.2
726.04 s
[haddock-library] definite haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
726.04 s
[haddock-library] depends base-4.18.1.0
726.04 s
[haddock-library] depends containers-0.6.7
726.04 s
[haddock-library] depends parsec-3.1.16.1
726.04 s
[haddock-library] depends text-2.0.2
726.04 s
[haddock-library] definite haddock-library-1.11.0-It7OsSvpM2oBascIdw4nI4-fixtures
726.04 s
[haddock-library] depends base-4.18.1.0
726.04 s
[haddock-library] depends base-compat-0.13.1-5qry74IIPXz6PbOPL4TvxM
726.04 s
[haddock-library] depends directory-1.3.8.1
726.04 s
[haddock-library] depends filepath-1.4.100.4
726.04 s
[haddock-library] depends haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
726.04 s
[haddock-library] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
726.04 s
[haddock-library] depends tree-diff-0.3.4-K3YMWSvAbg4FfBEkKfgvXB
726.04 s
[haddock-library] Using Cabal-3.10.1.0 compiled by ghc-9.6
726.04 s
[haddock-library] Using compiler: ghc-9.6.3
726.04 s
[haddock-library] Using install prefix:
726.04 s
[haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
726.04 s
[haddock-library] Executables installed in:
726.04 s
[haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/bin
726.04 s
[haddock-library] Libraries installed in:
726.04 s
[haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
726.04 s
[haddock-library] Dynamic Libraries installed in:
726.04 s
[haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
726.04 s
[haddock-library] Private executables installed in:
726.04 s
[haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/libexec/x86_64-linux-ghc-9.6.3/haddock-library-1.11.0
726.04 s
[haddock-library] Data files installed in:
726.04 s
[haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/share/x86_64-linux-ghc-9.6.3/haddock-library-1.11.0
726.04 s
[haddock-library] Documentation installed in:
726.04 s
[haddock-library] /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc/share/doc/haddock-library-1.11.0
726.04 s
[haddock-library] Configuration files installed in:
726.04 s
[haddock-library] /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/etc
726.04 s
[haddock-library] No alex found
726.04 s
[haddock-library] Using ar found on system at:
726.04 s
[haddock-library] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
726.04 s
[haddock-library] No c2hs found
726.04 s
[haddock-library] No cpphs found
726.04 s
[haddock-library] No doctest found
726.04 s
[haddock-library] Using gcc version 14.3.0 given by user at:
726.04 s
[haddock-library] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
726.04 s
[haddock-library] Using ghc version 9.6.3 found on system at:
726.04 s
[haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
726.04 s
[haddock-library] Using ghc-pkg version 9.6.3 found on system at:
726.04 s
[haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
726.04 s
[haddock-library] No ghcjs found
726.04 s
[haddock-library] No ghcjs-pkg found
726.04 s
[haddock-library] No greencard found
726.04 s
[haddock-library] Using haddock version 2.29.1 found on system at:
726.04 s
[haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
726.04 s
[haddock-library] No happy found
726.04 s
[haddock-library] Using haskell-suite found on system at: haskell-suite-dummy-location
726.04 s
[haddock-library] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
726.04 s
[haddock-library] No hmake found
726.04 s
[haddock-library] Using hpc version 0.68 found on system at:
726.04 s
[haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
726.04 s
[haddock-library] Using hsc2hs version 0.68.9 found on system at:
726.04 s
[haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
726.04 s
[haddock-library] Using hscolour version 1.25 found on system at:
726.04 s
[haddock-library] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
726.04 s
[haddock-library] No jhc found
726.04 s
[haddock-library] Using ld found on system at:
726.04 s
[haddock-library] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
726.04 s
[haddock-library] No pkg-config found
726.04 s
[haddock-library] Using runghc version 9.6.3 found on system at:
726.04 s
[haddock-library] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
726.04 s
[haddock-library] Using strip version 2.44 found on system at:
726.04 s
[haddock-library] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
726.04 s
[haddock-library] Using tar found on system at:
726.04 s
[haddock-library] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
726.04 s
[haddock-library] No uhc found
726.04 s
[haddock-library] Phase: buildPhase
726.04 s
[haddock-library] Preprocessing test suite 'spec' for haddock-library-1.11.0..
726.04 s
[haddock-library] Building test suite 'spec' for haddock-library-1.11.0..
726.04 s
[haddock-library] [ 1 of 11] Compiling CompatPrelude ( src/CompatPrelude.hs, dist/build/spec/spec-tmp/CompatPrelude.o )
726.04 s
[haddock-library] [ 2 of 11] Compiling Documentation.Haddock.Types ( src/Documentation/Haddock/Types.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Types.o )
726.26 s
[hw-fingertree]
726.26 s
[hw-fingertree] /build/hw-fingertree-0.1.2.1/src/HaskellWorks/Data/IntervalMap/FingerTree.hs:109:22: warning: [GHC-20042] [-Wderiving-defaults]
726.26 s
[hw-fingertree] • Both DeriveAnyClass and GeneralizedNewtypeDeriving are enabled
726.26 s
[hw-fingertree] Defaulting to the DeriveAnyClass strategy for instantiating NFData
726.26 s
[hw-fingertree] • In the newtype declaration for ‘IntervalMap’
726.26 s
[hw-fingertree] Suggested fix:
726.26 s
[hw-fingertree] Use DerivingStrategies
726.26 s
[hw-fingertree] to pick a different strategy
726.33 s
[ormolu] Phase: setupCompilerEnvironmentPhase
726.34 s
[ormolu] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
726.42 s
[hw-fingertree] Examples: 0 Tried: 0 Errors: 0 Failures: 0
726.53 s
[hw-fingertree] Test suite doctest: PASS
726.53 s
[hw-fingertree] Test suite logged to: dist/test/hw-fingertree-0.1.2.1-doctest.log
726.53 s
[hw-fingertree] 2 of 2 test suites (2 of 2 test cases) passed.
726.55 s
[hw-fingertree] Phase: haddockPhase
726.68 s
[ormolu] Phase: unpackPhase
726.69 s
[ormolu] unpacking source archive /nix/store/hp61hircmczsiq0xw0can0nzp2aa48j4-ormolu-0.7.4.0.tar.gz
726.73 s
[ormolu] source root is ormolu-0.7.4.0
726.74 s
[hw-fingertree] Preprocessing library for hw-fingertree-0.1.2.1..
726.74 s
[hw-fingertree] Running Haddock on library for hw-fingertree-0.1.2.1..
726.74 s
[hw-fingertree] Warning: The documentation for the following packages are not installed. No
726.74 s
[hw-fingertree] links will be generated to these packages: vector-0.13.2.0
726.75 s
[ormolu] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ormolu-0.7.4.0/tests/Spec.hs"
726.76 s
[ormolu] Phase: patchPhase
726.77 s
[ormolu] Replace Cabal file with edited version from mirror://hackage/ormolu-0.7.4.0/revision/5.cabal.
726.78 s
[ormolu] Phase: compileBuildDriverPhase
726.78 s
[ormolu] setupCompileFlags: -package-db=/build/tmp.QGZgel1bZ5/setup-package.conf.d -threaded
726.80 s
[hw-fingertree] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
726.85 s
[ormolu] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.QGZgel1bZ5/Main.o )
726.92 s
[ormolu] [2 of 2] Linking Setup
727.61 s
[hw-fingertree] Warning: 'Sum' is out of scope.
727.61 s
[hw-fingertree] If you qualify the identifier, haddock can try to link it anyway.
727.62 s
Waiting for lock on waiting for lock on '/nix/store/1qvrwh92khilzw405zpyac1yd2xkhc8y-vector-algorithms-0.9.1.0', '/nix/store/wg6d418j0pwz4ahl67v63iwgxzhvfpmk-vector-algorithms-0.9.1.0-doc'
727.62 s
[hw-fingertree] 77% ( 27 / 35) in 'HaskellWorks.Data.FingerTree'
727.62 s
[hw-fingertree] Missing documentation for:
727.62 s
[hw-fingertree] Digit (src/HaskellWorks/Data/FingerTree.hs:131)
727.62 s
[hw-fingertree] Node (src/HaskellWorks/Data/FingerTree.hs:159)
727.62 s
[hw-fingertree] deep (src/HaskellWorks/Data/FingerTree.hs:197)
727.62 s
[hw-fingertree] node2 (src/HaskellWorks/Data/FingerTree.hs:166)
727.62 s
[hw-fingertree] node3 (src/HaskellWorks/Data/FingerTree.hs:169)
727.62 s
[hw-fingertree] ><
727.62 s
[hw-fingertree] <|
727.62 s
[hw-fingertree] |>
728.39 s
[hw-fingertree] 100% ( 14 / 14) in 'HaskellWorks.Data.IntervalMap.FingerTree'
728.48 s
[hw-fingertree] 100% ( 13 / 13) in 'HaskellWorks.Data.PriorityQueue.FingerTree'
728.49 s
[haddock-library] [ 3 of 11] Compiling Documentation.Haddock.Parser.Monad ( src/Documentation/Haddock/Parser/Monad.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser/Monad.o )
728.76 s
[ormolu] Phase: updateAutotoolsGnuConfigScriptsPhase
728.78 s
[ormolu] Phase: configurePhase
728.79 s
[ormolu] configureFlags: --verbose --prefix=/nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc/share/doc/ormolu-0.7.4.0 --with-gcc=gcc --package-db=/build/tmp.QGZgel1bZ5/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --bindir=/nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
728.81 s
[ormolu] Using Parsec parser
728.81 s
[ormolu] Configuring ormolu-0.7.4.0...
728.87 s
[hw-fingertree] Warning: HaskellWorks.Data.IntervalMap.FingerTree: could not find link destinations for:
728.87 s
[hw-fingertree] - HaskellWorks.Data.IntervalMap.FingerTree.IntInterval
728.87 s
[hw-fingertree] - HaskellWorks.Data.IntervalMap.FingerTree.Node
729.09 s
[haddock-library] [ 4 of 11] Compiling Documentation.Haddock.Parser.Util ( src/Documentation/Haddock/Parser/Util.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser/Util.o )
729.47 s
[ormolu] Flags chosen: dev=False, internal-bundle-fixities=True
729.47 s
[ormolu] Dependency Cabal-syntax >=3.10 && <3.13: using Cabal-syntax-3.10.3.0
729.59 s
[ormolu] Dependency Diff >=0.4 && <2: using Diff-0.5
729.59 s
[ormolu] Dependency MemoTrie >=0.6 && <0.7: using MemoTrie-0.6.11
729.59 s
[ormolu] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.2
729.59 s
[ormolu] Dependency array >=0.5 && <0.6: using array-0.5.5.0
729.59 s
[ormolu] Dependency base >=4.14 && <5: using base-4.18.1.0
729.59 s
[ormolu] Dependency binary >=0.8 && <0.9: using binary-0.8.9.1
729.59 s
[ormolu] Dependency bytestring >=0.2 && <0.13: using bytestring-0.11.5.2
729.59 s
[ormolu] Dependency containers >=0.5 && <0.8: using containers-0.6.7
729.59 s
[ormolu] Dependency deepseq >=1.4 && <1.6: using deepseq-1.4.8.1
729.59 s
[ormolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
729.59 s
[ormolu] Dependency file-embed >=0.0.15 && <0.1: using file-embed-0.0.16.0
729.59 s
[ormolu] Dependency filepath >=1.2 && <1.6: using filepath-1.4.100.4
729.59 s
[ormolu] Dependency ghc-lib-parser >=9.8 && <9.9: using ghc-lib-parser-9.8.5.20250214
729.59 s
[ormolu] Dependency megaparsec >=9: using megaparsec-9.6.1
729.59 s
[ormolu] Dependency mtl >=2 && <3: using mtl-2.3.1
729.59 s
[ormolu] Dependency syb >=0.7 && <0.8: using syb-0.7.2.4
729.59 s
[ormolu] Dependency text >=2 && <3: using text-2.0.2
729.59 s
[ormolu] Dependency Cabal-syntax >=3.10 && <3.13: using Cabal-syntax-3.10.3.0
729.59 s
[ormolu] Dependency base >=4.12 && <5: using base-4.18.1.0
729.59 s
[ormolu] Dependency containers >=0.5 && <0.8: using containers-0.6.7
729.59 s
[ormolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
729.59 s
[ormolu] Dependency filepath >=1.2 && <1.6: using filepath-1.4.100.4
729.59 s
[ormolu] Dependency ghc-lib-parser >=9.8 && <9.9: using ghc-lib-parser-9.8.5.20250214
729.59 s
[ormolu] Dependency optparse-applicative >=0.14 && <0.19: using
729.59 s
[ormolu] optparse-applicative-0.18.1.0
729.59 s
[ormolu] Dependency ormolu: using ormolu-0.7.4.0
729.59 s
[ormolu] Dependency text >=2 && <3: using text-2.0.2
729.59 s
[ormolu] Dependency th-env >=0.1.1 && <0.2: using th-env-0.1.1
729.59 s
[ormolu] Dependency Cabal-syntax >=3.10 && <3.13: using Cabal-syntax-3.10.3.0
729.59 s
[ormolu] Dependency QuickCheck >=2.14: using QuickCheck-2.14.3
729.59 s
[ormolu] Dependency base >=4.14 && <5: using base-4.18.1.0
729.59 s
[ormolu] Dependency containers >=0.5 && <0.8: using containers-0.6.7
729.59 s
[ormolu] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
729.59 s
[ormolu] Dependency filepath >=1.2 && <1.6: using filepath-1.4.100.4
729.59 s
[ormolu] Dependency ghc-lib-parser >=9.8 && <9.9: using ghc-lib-parser-9.8.5.20250214
729.59 s
[ormolu] Dependency hspec >=2 && <3: using hspec-2.11.12
729.59 s
[ormolu] Dependency hspec-megaparsec >=2.2: using hspec-megaparsec-2.2.1
729.59 s
[ormolu] Dependency megaparsec >=9: using megaparsec-9.6.1
729.59 s
[ormolu] Dependency ormolu: using ormolu-0.7.4.0
729.59 s
[ormolu] Dependency path >=0.6 && <0.10: using path-0.9.5
729.59 s
[ormolu] Dependency path-io >=1.4.2 && <2: using path-io-1.8.2
729.59 s
[ormolu] Dependency temporary >=1.3 && <1.4: using temporary-1.3
729.59 s
[ormolu] Dependency text >=2 && <3: using text-2.0.2
729.59 s
[haddock-library] [ 5 of 11] Compiling Documentation.Haddock.Parser.UtilSpec ( test/Documentation/Haddock/Parser/UtilSpec.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser/UtilSpec.o )
729.62 s
[haddock-library] [ 6 of 11] Compiling Documentation.Haddock.Parser.Identifier ( src/Documentation/Haddock/Parser/Identifier.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser/Identifier.o )
729.74 s
[haddock-library] [ 7 of 11] Compiling Documentation.Haddock.Markup ( src/Documentation/Haddock/Markup.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Markup.o )
729.74 s
[haddock-library] [ 8 of 11] Compiling Documentation.Haddock.Doc ( src/Documentation/Haddock/Doc.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Doc.o )
729.74 s
[haddock-library] [ 9 of 11] Compiling Documentation.Haddock.Parser ( src/Documentation/Haddock/Parser.hs, dist/build/spec/spec-tmp/Documentation/Haddock/Parser.o )
729.87 s
[ormolu] Source component graph:
729.87 s
[ormolu] component lib
729.87 s
[ormolu] component exe:ormolu dependency lib
729.87 s
[ormolu] component test:tests dependency lib
729.87 s
[ormolu] Configured component graph:
729.87 s
[ormolu] component ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.87 s
[ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
729.87 s
[ormolu] include Diff-0.5-GZY542scVfnxhSieg1s29
729.87 s
[ormolu] include MemoTrie-0.6.11-IYe2eqXAvMb2HyBRBnJcdH
729.87 s
[ormolu] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
729.87 s
[ormolu] include array-0.5.5.0
729.87 s
[ormolu] include base-4.18.1.0
729.87 s
[ormolu] include binary-0.8.9.1
729.87 s
[ormolu] include bytestring-0.11.5.2
729.87 s
[ormolu] include containers-0.6.7
729.87 s
[ormolu] include deepseq-1.4.8.1
729.87 s
[ormolu] include directory-1.3.8.1
729.87 s
[ormolu] include file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
729.87 s
[ormolu] include filepath-1.4.100.4
729.87 s
[ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
729.87 s
[ormolu] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
729.87 s
[ormolu] include mtl-2.3.1
729.87 s
[ormolu] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
729.87 s
[ormolu] include text-2.0.2
729.87 s
[ormolu] component ormolu-0.7.4.0-8szhD6mmVbZGA06uyvzyAc-ormolu
729.87 s
[ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
729.87 s
[ormolu] include base-4.18.1.0
729.87 s
[ormolu] include containers-0.6.7
729.87 s
[ormolu] include directory-1.3.8.1
729.87 s
[ormolu] include filepath-1.4.100.4
729.87 s
[ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
729.87 s
[ormolu] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
729.87 s
[ormolu] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.87 s
[ormolu] include text-2.0.2
729.87 s
[ormolu] include th-env-0.1.1-HLTEAa4oYubAQgodAGzX89
729.87 s
[ormolu] component ormolu-0.7.4.0-I39fPBSVAxC9ivnlUt1mA3-tests
729.87 s
[ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
729.87 s
[ormolu] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
729.87 s
[ormolu] include base-4.18.1.0
729.87 s
[ormolu] include containers-0.6.7
729.87 s
[ormolu] include directory-1.3.8.1
729.87 s
[ormolu] include filepath-1.4.100.4
729.87 s
[ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
729.87 s
[ormolu] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
729.87 s
[ormolu] include hspec-megaparsec-2.2.1-KDjiM8Yg769IJ8bzluYaus
729.87 s
[ormolu] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
729.87 s
[ormolu] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.87 s
[ormolu] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
729.87 s
[ormolu] include path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
729.87 s
[ormolu] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
729.87 s
[ormolu] include text-2.0.2
729.87 s
[ormolu] Linked component graph:
729.87 s
[ormolu] unit ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.87 s
[ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
729.87 s
[ormolu] include Diff-0.5-GZY542scVfnxhSieg1s29
729.87 s
[ormolu] include MemoTrie-0.6.11-IYe2eqXAvMb2HyBRBnJcdH
729.87 s
[ormolu] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
729.87 s
[ormolu] include array-0.5.5.0
729.87 s
[ormolu] include base-4.18.1.0
729.87 s
[ormolu] include binary-0.8.9.1
729.87 s
[ormolu] include bytestring-0.11.5.2
729.87 s
[ormolu] include containers-0.6.7
729.87 s
[ormolu] include deepseq-1.4.8.1
729.87 s
[ormolu] include directory-1.3.8.1
729.87 s
[ormolu] include file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
729.87 s
[ormolu] include filepath-1.4.100.4
729.87 s
[ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
729.87 s
[ormolu] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
729.87 s
[ormolu] include mtl-2.3.1
729.87 s
[ormolu] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
729.87 s
[ormolu] include text-2.0.2
729.87 s
[ormolu] Ormolu=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu,Ormolu.Config=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Config,Ormolu.Diff.ParseResult=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Diff.ParseResult,Ormolu.Diff.Text=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Diff.Text,Ormolu.Exception=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Exception,Ormolu.Fixity=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity,Ormolu.Fixity.Imports=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity.Imports,Ormolu.Fixity.Internal=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity.Internal,Ormolu.Fixity.Parser=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity.Parser,Ormolu.Fixity.Printer=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Fixity.Printer,Ormolu.Imports=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Imports,Ormolu.Parser=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Parser,Ormolu.Parser.CommentStream=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Parser.CommentStream,Ormolu.Parser.Pragma=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Parser.Pragma,Ormolu.Parser.Result=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Parser.Result,Ormolu.Printer=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer,Ormolu.Printer.Combinators=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Combinators,Ormolu.Printer.Comments=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Comments,Ormolu.Printer.Internal=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Internal,Ormolu.Printer.Meat.Common=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Common,Ormolu.Printer.Meat.Declaration=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration,Ormolu.Printer.Meat.Declaration.Annotation=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Annotation,Ormolu.Printer.Meat.Declaration.Class=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Class,Ormolu.Printer.Meat.Declaration.Data=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Data,Ormolu.Printer.Meat.Declaration.Default=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Default,Ormolu.Printer.Meat.Declaration.Foreign=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Foreign,Ormolu.Printer.Meat.Declaration.Instance=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Instance,Ormolu.Printer.Meat.Declaration.OpTree=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.OpTree,Ormolu.Printer.Meat.Declaration.RoleAnnotation=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.RoleAnnotation,Ormolu.Printer.Meat.Declaration.Rule=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Rule,Ormolu.Printer.Meat.Declaration.Signature=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Signature,Ormolu.Printer.Meat.Declaration.Splice=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Splice,Ormolu.Printer.Meat.Declaration.Type=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Type,Ormolu.Printer.Meat.Declaration.TypeFamily=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.TypeFamily,Ormolu.Printer.Meat.Declaration.Value=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Value,Ormolu.Printer.Meat.Declaration.Warning=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Declaration.Warning,Ormolu.Printer.Meat.ImportExport=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.ImportExport,Ormolu.Printer.Meat.Module=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Module,Ormolu.Printer.Meat.Pragma=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Pragma,Ormolu.Printer.Meat.Type=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Meat.Type,Ormolu.Printer.Operators=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.Operators,Ormolu.Printer.SpanStream=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Printer.SpanStream,Ormolu.Processing.Common=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Processing.Common,Ormolu.Processing.Cpp=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Processing.Cpp,Ormolu.Processing.Preprocess=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Processing.Preprocess,Ormolu.Terminal=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Terminal,Ormolu.Terminal.QualifiedDo=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Terminal.QualifiedDo,Ormolu.Utils=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Utils,Ormolu.Utils.Cabal=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Utils.Cabal,Ormolu.Utils.Fixity=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Utils.Fixity,Ormolu.Utils.IO=ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK:Ormolu.Utils.IO
729.87 s
[ormolu] unit ormolu-0.7.4.0-8szhD6mmVbZGA06uyvzyAc-ormolu
729.87 s
[ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
729.87 s
[ormolu] include base-4.18.1.0
729.87 s
[ormolu] include containers-0.6.7
729.87 s
[ormolu] include directory-1.3.8.1
729.87 s
[ormolu] include filepath-1.4.100.4
729.87 s
[ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
729.91 s
[ormolu] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
729.91 s
[ormolu] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.91 s
[ormolu] include text-2.0.2
729.91 s
[ormolu] include th-env-0.1.1-HLTEAa4oYubAQgodAGzX89
729.91 s
[ormolu] unit ormolu-0.7.4.0-I39fPBSVAxC9ivnlUt1mA3-tests
729.91 s
[ormolu] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
729.91 s
[ormolu] include QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
729.91 s
[ormolu] include base-4.18.1.0
729.91 s
[ormolu] include containers-0.6.7
729.91 s
[ormolu] include directory-1.3.8.1
729.91 s
[ormolu] include filepath-1.4.100.4
729.91 s
[ormolu] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
729.91 s
[ormolu] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
729.91 s
[ormolu] include hspec-megaparsec-2.2.1-KDjiM8Yg769IJ8bzluYaus
729.91 s
[ormolu] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
729.91 s
[ormolu] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.91 s
[ormolu] include path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
729.91 s
[ormolu] include path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
729.92 s
[ormolu] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
729.92 s
[ormolu] include text-2.0.2
729.92 s
[ormolu] Ready component graph:
729.92 s
[ormolu] definite ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.92 s
[ormolu] depends Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
729.92 s
[ormolu] depends Diff-0.5-GZY542scVfnxhSieg1s29
729.92 s
[ormolu] depends MemoTrie-0.6.11-IYe2eqXAvMb2HyBRBnJcdH
729.92 s
[ormolu] depends ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
729.92 s
[ormolu] depends array-0.5.5.0
729.92 s
[ormolu] depends base-4.18.1.0
729.92 s
[ormolu] depends binary-0.8.9.1
729.92 s
[ormolu] depends bytestring-0.11.5.2
729.92 s
[ormolu] depends containers-0.6.7
729.92 s
[ormolu] depends deepseq-1.4.8.1
729.92 s
[ormolu] depends directory-1.3.8.1
729.92 s
[ormolu] depends file-embed-0.0.16.0-BKjlBOgxP0tHWJM1CNPs4W
729.92 s
[ormolu] depends filepath-1.4.100.4
729.92 s
[ormolu] depends ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
729.92 s
[ormolu] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
729.92 s
[ormolu] depends mtl-2.3.1
729.92 s
[ormolu] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
729.92 s
[ormolu] depends text-2.0.2
729.92 s
[ormolu] definite ormolu-0.7.4.0-8szhD6mmVbZGA06uyvzyAc-ormolu
729.92 s
[ormolu] depends Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
729.92 s
[ormolu] depends base-4.18.1.0
729.92 s
[ormolu] depends containers-0.6.7
729.92 s
[ormolu] depends directory-1.3.8.1
729.92 s
[ormolu] depends filepath-1.4.100.4
729.92 s
[ormolu] depends ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
729.92 s
[ormolu] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
729.92 s
[ormolu] depends ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.92 s
[ormolu] depends text-2.0.2
729.92 s
[ormolu] depends th-env-0.1.1-HLTEAa4oYubAQgodAGzX89
729.92 s
[ormolu] definite ormolu-0.7.4.0-I39fPBSVAxC9ivnlUt1mA3-tests
729.92 s
[ormolu] depends Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
729.92 s
[ormolu] depends QuickCheck-2.14.3-IAjrznsuljOBEe2hEqHytS
729.92 s
[ormolu] depends base-4.18.1.0
729.92 s
[ormolu] depends containers-0.6.7
729.92 s
[ormolu] depends directory-1.3.8.1
729.92 s
[ormolu] depends filepath-1.4.100.4
729.92 s
[ormolu] depends ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
729.92 s
[ormolu] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
729.92 s
[ormolu] depends hspec-megaparsec-2.2.1-KDjiM8Yg769IJ8bzluYaus
729.92 s
[ormolu] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
729.92 s
[ormolu] depends ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.92 s
[ormolu] depends path-0.9.5-18GQJfyXY4d8sNTTH7YP9T
729.92 s
[ormolu] depends path-io-1.8.2-LovWCHvsU1DCkymLBtWH9u
729.92 s
[ormolu] depends temporary-1.3-1FJWtachrRvJFtqy3IoBZa
729.92 s
[ormolu] depends text-2.0.2
729.92 s
[ormolu] Using Cabal-3.10.1.0 compiled by ghc-9.6
729.92 s
[ormolu] Using compiler: ghc-9.6.3
729.92 s
[ormolu] Using install prefix:
729.92 s
[ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0
729.92 s
[ormolu] Executables installed in:
729.92 s
[ormolu] /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin
729.92 s
[ormolu] Libraries installed in:
729.92 s
[ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
729.92 s
[ormolu] Dynamic Libraries installed in:
729.92 s
[ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
729.92 s
[ormolu] Private executables installed in:
729.92 s
[ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/libexec/x86_64-linux-ghc-9.6.3/ormolu-0.7.4.0
729.92 s
[ormolu] Data files installed in:
729.92 s
[ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/share/x86_64-linux-ghc-9.6.3/ormolu-0.7.4.0
729.92 s
[ormolu] Documentation installed in:
729.92 s
[ormolu] /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc/share/doc/ormolu-0.7.4.0
729.92 s
[ormolu] Configuration files installed in:
729.92 s
[ormolu] /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/etc
729.92 s
[ormolu] No alex found
729.92 s
[ormolu] Using ar found on system at:
729.92 s
[ormolu] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
729.92 s
[ormolu] No c2hs found
729.92 s
[ormolu] No cpphs found
729.92 s
[ormolu] No doctest found
729.92 s
[ormolu] Using gcc version 14.3.0 given by user at:
729.92 s
[ormolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
729.92 s
[ormolu] Using ghc version 9.6.3 found on system at:
729.92 s
[ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
729.92 s
[ormolu] Using ghc-pkg version 9.6.3 found on system at:
729.92 s
[ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
729.92 s
[ormolu] No ghcjs found
729.92 s
[ormolu] No ghcjs-pkg found
729.92 s
[ormolu] No greencard found
729.92 s
[ormolu] Using haddock version 2.29.1 found on system at:
729.92 s
[ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
729.92 s
[ormolu] No happy found
729.92 s
[ormolu] Using haskell-suite found on system at: haskell-suite-dummy-location
729.92 s
[ormolu] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
729.92 s
[ormolu] No hmake found
729.92 s
[ormolu] Using hpc version 0.68 found on system at:
729.92 s
[ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
729.92 s
[ormolu] Using hsc2hs version 0.68.9 found on system at:
729.92 s
[ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
729.92 s
[ormolu] Using hscolour version 1.25 found on system at:
729.92 s
[ormolu] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
729.92 s
[ormolu] No jhc found
729.92 s
[ormolu] Using ld found on system at:
729.92 s
[ormolu] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
729.92 s
[ormolu] No pkg-config found
729.92 s
[ormolu] Using runghc version 9.6.3 found on system at:
729.92 s
[ormolu] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
729.92 s
[ormolu] Using strip version 2.44 found on system at:
729.92 s
[ormolu] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
729.92 s
[ormolu] Using tar found on system at:
729.92 s
[ormolu] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
729.92 s
[ormolu] No uhc found
730.15 s
[ormolu] Phase: buildPhase
730.29 s
[ormolu] Preprocessing library for ormolu-0.7.4.0..
730.31 s
[ormolu] Building library for ormolu-0.7.4.0..
730.58 s
[ormolu] [ 1 of 55] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.o, dist/build/GHC/DynFlags.dyn_o )
731.14 s
[ormolu] [ 2 of 55] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.o, dist/build/Ormolu/Printer/SpanStream.dyn_o )
731.43 s
[ormolu] [ 3 of 55] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.o, dist/build/Ormolu/Processing/Cpp.dyn_o )
732.35 s
[ormolu] [ 4 of 55] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.o, dist/build/Ormolu/Utils.dyn_o )
732.62 s
[ormolu] [ 5 of 55] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.o, dist/build/Ormolu/Terminal.dyn_o )
733.94 s
[hw-fingertree] Documentation created: dist/doc/html/hw-fingertree/index.html,
733.94 s
[hw-fingertree] dist/doc/html/hw-fingertree/hw-fingertree.txt
734.07 s
[ormolu] [ 6 of 55] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.o, dist/build/Ormolu/Terminal/QualifiedDo.dyn_o )
734.08 s
[hw-fingertree] Preprocessing test suite 'hw-fingertree-tests' for hw-fingertree-0.1.2.1..
734.09 s
[hw-fingertree] Preprocessing test suite 'doctest' for hw-fingertree-0.1.2.1..
734.13 s
[hw-fingertree] Phase: installPhase
734.14 s
[ormolu] [ 7 of 55] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.o, dist/build/Ormolu/Diff/Text.dyn_o )
734.43 s
[hw-fingertree] Installing library in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
735.18 s
[hw-fingertree] Phase: fixupPhase
735.22 s
[hw-fingertree] shrinking RPATHs of ELF executables and libraries in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
735.25 s
[hw-fingertree] shrinking /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw-ghc9.6.3.so
735.25 s
[hw-fingertree] checking for references to /build/ in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1...
735.26 s
[hw-fingertree] patching script interpreter paths in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
735.27 s
[hw-fingertree] stripping (with command strip and flags -S -p) in /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1/lib
735.49 s
[hw-fingertree] shrinking RPATHs of ELF executables and libraries in /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc
735.51 s
[hw-fingertree] checking for references to /build/ in /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc...
735.52 s
[hw-fingertree] patching script interpreter paths in /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc
735.56 s
[ormolu] [ 8 of 55] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.o, dist/build/Ormolu/Exception.dyn_o )
735.76 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
736.30 s
[post-build-hook] Pushing 2 paths (100 are already present) using zstd to cache sellout ⏳
736.30 s
[post-build-hook]
736.65 s
[post-build-hook] Pushing /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc (1.85 MiB)
736.76 s
[post-build-hook] Pushing /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1 (5.33 MiB)
737.83 s
[post-build-hook]
737.83 s
[post-build-hook] All done.
737.87 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc /nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1
737.96 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
738.14 s
[post-build-hook] copying 2 paths...
738.14 s
[post-build-hook] copying path '/nix/store/4z3dj4fc9g03kdjl03gclnrizmlpya2q-hw-fingertree-0.1.2.1-doc' to 'https://cache.nix-ci.com'...
738.66 s
[post-build-hook] copying path '/nix/store/sdk1qg45msj8j6spi2maz0cp84vdidyf-hw-fingertree-0.1.2.1' to 'https://cache.nix-ci.com'...
740.90 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
741.13 s
[post-build-hook] copying 1 paths...
741.13 s
[post-build-hook] copying path '/nix/store/6bmd2ahj11kwa2s020914x50axzqci9r-hw-fingertree-0.1.2.1.drv' to 'https://cache.nix-ci.com'...
741.37 s
Progress: 41 of 70 built (4 building), 335 of 335 downloaded from cache
741.38 s
[haddock-library] [10 of 11] Compiling Documentation.Haddock.ParserSpec ( test/Documentation/Haddock/ParserSpec.hs, dist/build/spec/spec-tmp/Documentation/Haddock/ParserSpec.o )
741.38 s
[ormolu] [ 9 of 55] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.o, dist/build/Ormolu/Parser/Pragma.dyn_o )
741.38 s
[ormolu] [10 of 55] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.o, dist/build/Ormolu/Parser/CommentStream.dyn_o )
741.38 s
[ormolu] [11 of 55] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.o, dist/build/Ormolu/Imports.dyn_o )
741.38 s
[ormolu] [12 of 55] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.o, dist/build/Ormolu/Fixity/Internal.dyn_o )
741.38 s
[ormolu] [13 of 55] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.o, dist/build/Ormolu/Fixity/Imports.dyn_o )
741.38 s
[ormolu] [14 of 55] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.o, dist/build/Ormolu/Fixity.dyn_o )
741.38 s
[ormolu] [15 of 55] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.o, dist/build/Ormolu/Printer/Operators.dyn_o )
741.38 s
[ormolu] [16 of 55] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.o, dist/build/Ormolu/Fixity/Printer.dyn_o )
741.38 s
[ormolu] [17 of 55] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.o, dist/build/Ormolu/Fixity/Parser.dyn_o )
741.38 s
[ormolu] [18 of 55] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.o, dist/build/Ormolu/Config.dyn_o )
741.38 s
[ormolu] [19 of 55] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.o, dist/build/Ormolu/Processing/Common.dyn_o )
741.38 s
[ormolu] [20 of 55] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.o, dist/build/Ormolu/Processing/Preprocess.dyn_o )
741.38 s
[ormolu] [21 of 55] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.o, dist/build/Ormolu/Printer/Internal.dyn_o )
741.38 s
[ormolu] [22 of 55] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.o, dist/build/Ormolu/Printer/Comments.dyn_o )
741.38 s
[ormolu] [23 of 55] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.o, dist/build/Ormolu/Printer/Combinators.dyn_o )
741.38 s
[ormolu] [24 of 55] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, dist/build/Ormolu/Printer/Meat/Pragma.o, dist/build/Ormolu/Printer/Meat/Pragma.dyn_o )
741.40 s
Waiting for lock on waiting for lock on '/nix/store/bp19rxy9padkm08iccqqzn4y05ys081w-hls-graph-2.10.0.0-data', '/nix/store/flk4q85407mx5d2illp83s6r5ppi7awb-hls-graph-2.10.0.0', '/nix/store/qv3ji8gsclki5wl924ydk9d2ph7rdx6d-hls-graph-2.10.0.0-doc'
741.56 s
[ormolu] [25 of 55] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, dist/build/Ormolu/Printer/Meat/Common.o, dist/build/Ormolu/Printer/Meat/Common.dyn_o )
741.71 s
[ormolu] [26 of 55] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, dist/build/Ormolu/Printer/Meat/Declaration/Warning.o, dist/build/Ormolu/Printer/Meat/Declaration/Warning.dyn_o )
741.75 s
[haddock-library] [11 of 11] Compiling Main ( test/Spec.hs, dist/build/spec/spec-tmp/Main.o )
741.86 s
[ormolu] [27 of 55] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, dist/build/Ormolu/Printer/Meat/ImportExport.o, dist/build/Ormolu/Printer/Meat/ImportExport.dyn_o )
742.30 s
[ormolu] [28 of 55] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.o, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.dyn_o )
742.30 s
[ormolu] [29 of 55] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.o-boot, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.dyn_o-boot )
742.30 s
[ormolu] [30 of 55] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/Value.o-boot, dist/build/Ormolu/Printer/Meat/Declaration/Value.dyn_o-boot )
742.30 s
[ormolu] [31 of 55] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, dist/build/Ormolu/Printer/Meat/Type.o, dist/build/Ormolu/Printer/Meat/Type.dyn_o )
742.30 s
[lsp-types] [1 of 2] Compiling Language.LSP.MetaModel.Types ( metamodel/Language/LSP/MetaModel/Types.hs, dist/build/metamodel/Language/LSP/MetaModel/Types.p_o )
742.48 s
[haddock-library] [12 of 12] Linking dist/build/spec/spec
742.85 s
[ormolu] [32 of 55] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, dist/build/Ormolu/Printer/Meat/Declaration/Signature.o, dist/build/Ormolu/Printer/Meat/Declaration/Signature.dyn_o )
743.47 s
[ormolu] [33 of 55] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.o, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.dyn_o )
743.65 s
[ormolu] [34 of 55] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.o, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.dyn_o )
743.65 s
[ormolu] [35 of 55] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, dist/build/Ormolu/Printer/Meat/Declaration/Type.o, dist/build/Ormolu/Printer/Meat/Declaration/Type.dyn_o )
743.65 s
[ormolu] [36 of 55] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, dist/build/Ormolu/Printer/Meat/Declaration/Data.o, dist/build/Ormolu/Printer/Meat/Declaration/Data.dyn_o )
743.87 s
[haddock-library] Preprocessing library for haddock-library-1.11.0..
743.87 s
[haddock-library] Building library for haddock-library-1.11.0..
744.06 s
[haddock-library] [1 of 8] Compiling CompatPrelude ( src/CompatPrelude.hs, dist/build/CompatPrelude.o, dist/build/CompatPrelude.dyn_o )
744.12 s
[ormolu] [37 of 55] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, dist/build/Ormolu/Printer/Meat/Declaration/Default.o, dist/build/Ormolu/Printer/Meat/Declaration/Default.dyn_o )
744.12 s
[ormolu] [38 of 55] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration.o-boot, dist/build/Ormolu/Printer/Meat/Declaration.dyn_o-boot )
744.12 s
[ormolu] [39 of 55] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, dist/build/Ormolu/Printer/Meat/Declaration/Value.o, dist/build/Ormolu/Printer/Meat/Declaration/Value.dyn_o )
744.14 s
[haddock-library] [2 of 8] Compiling Documentation.Haddock.Types ( src/Documentation/Haddock/Types.hs, dist/build/Documentation/Haddock/Types.o, dist/build/Documentation/Haddock/Types.dyn_o )
747.77 s
[haddock-library] [3 of 8] Compiling Documentation.Haddock.Parser.Monad ( src/Documentation/Haddock/Parser/Monad.hs, dist/build/Documentation/Haddock/Parser/Monad.o, dist/build/Documentation/Haddock/Parser/Monad.dyn_o )
748.33 s
[haddock-library] [4 of 8] Compiling Documentation.Haddock.Parser.Util ( src/Documentation/Haddock/Parser/Util.hs, dist/build/Documentation/Haddock/Parser/Util.o, dist/build/Documentation/Haddock/Parser/Util.dyn_o )
748.84 s
[haddock-library] [5 of 8] Compiling Documentation.Haddock.Parser.Identifier ( src/Documentation/Haddock/Parser/Identifier.hs, dist/build/Documentation/Haddock/Parser/Identifier.o, dist/build/Documentation/Haddock/Parser/Identifier.dyn_o )
748.94 s
[haddock-library] [6 of 8] Compiling Documentation.Haddock.Markup ( src/Documentation/Haddock/Markup.hs, dist/build/Documentation/Haddock/Markup.o, dist/build/Documentation/Haddock/Markup.dyn_o )
748.94 s
[haddock-library] [7 of 8] Compiling Documentation.Haddock.Doc ( src/Documentation/Haddock/Doc.hs, dist/build/Documentation/Haddock/Doc.o, dist/build/Documentation/Haddock/Doc.dyn_o )
748.94 s
[haddock-library] [8 of 8] Compiling Documentation.Haddock.Parser ( src/Documentation/Haddock/Parser.hs, dist/build/Documentation/Haddock/Parser.o, dist/build/Documentation/Haddock/Parser.dyn_o )
749.17 s
[ormolu] [40 of 55] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.o, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.dyn_o )
749.73 s
[ormolu] [41 of 55] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, dist/build/Ormolu/Printer/Meat/Declaration/Splice.o, dist/build/Ormolu/Printer/Meat/Declaration/Splice.dyn_o )
749.78 s
[ormolu] [42 of 55] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, dist/build/Ormolu/Printer/Meat/Declaration/Rule.o, dist/build/Ormolu/Printer/Meat/Declaration/Rule.dyn_o )
749.89 s
[ormolu] [43 of 55] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.o, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.dyn_o )
749.89 s
[ormolu] [44 of 55] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, dist/build/Ormolu/Printer/Meat/Declaration/Instance.o, dist/build/Ormolu/Printer/Meat/Declaration/Instance.dyn_o )
750.11 s
[ormolu] [45 of 55] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, dist/build/Ormolu/Printer/Meat/Declaration/Class.o, dist/build/Ormolu/Printer/Meat/Declaration/Class.dyn_o )
750.11 s
[ormolu] [46 of 55] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, dist/build/Ormolu/Printer/Meat/Declaration.o, dist/build/Ormolu/Printer/Meat/Declaration.dyn_o )
751.01 s
[ormolu] [47 of 55] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, dist/build/Ormolu/Printer/Meat/Module.o, dist/build/Ormolu/Printer/Meat/Module.dyn_o )
751.14 s
[ormolu] [48 of 55] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.o, dist/build/Ormolu/Parser/Result.dyn_o )
751.14 s
[ormolu] [49 of 55] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.o, dist/build/Ormolu/Printer.dyn_o )
751.19 s
[ormolu] [50 of 55] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.o, dist/build/Ormolu/Parser.dyn_o )
751.19 s
[ormolu] [51 of 55] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.o, dist/build/Ormolu/Diff/ParseResult.dyn_o )
751.19 s
[ormolu] [52 of 55] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.o, dist/build/Ormolu/Utils/IO.dyn_o )
751.19 s
[ormolu] [53 of 55] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.o, dist/build/Ormolu/Utils/Fixity.dyn_o )
751.19 s
[ormolu] [54 of 55] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.o, dist/build/Ormolu/Utils/Cabal.dyn_o )
751.19 s
[ormolu] [55 of 55] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.o, dist/build/Ormolu.dyn_o )
752.19 s
[ormolu] [ 1 of 55] Compiling GHC.DynFlags ( src/GHC/DynFlags.hs, dist/build/GHC/DynFlags.p_o )
752.62 s
[ormolu] [ 2 of 55] Compiling Ormolu.Printer.SpanStream ( src/Ormolu/Printer/SpanStream.hs, dist/build/Ormolu/Printer/SpanStream.p_o )
752.87 s
[ormolu] [ 3 of 55] Compiling Ormolu.Processing.Cpp ( src/Ormolu/Processing/Cpp.hs, dist/build/Ormolu/Processing/Cpp.p_o )
753.25 s
[lsp-types] [2 of 2] Compiling Language.LSP.MetaModel ( metamodel/Language/LSP/MetaModel.hs, dist/build/metamodel/Language/LSP/MetaModel.p_o )
753.45 s
[ormolu] [ 4 of 55] Compiling Ormolu.Utils ( src/Ormolu/Utils.hs, dist/build/Ormolu/Utils.p_o )
753.67 s
[ormolu] [ 5 of 55] Compiling Ormolu.Terminal ( src/Ormolu/Terminal.hs, dist/build/Ormolu/Terminal.p_o )
754.66 s
[ormolu] [ 6 of 55] Compiling Ormolu.Terminal.QualifiedDo ( src/Ormolu/Terminal/QualifiedDo.hs, dist/build/Ormolu/Terminal/QualifiedDo.p_o )
754.81 s
[ormolu] [ 7 of 55] Compiling Ormolu.Diff.Text ( src/Ormolu/Diff/Text.hs, dist/build/Ormolu/Diff/Text.p_o )
755.04 s
[haddock-library] [1 of 8] Compiling CompatPrelude ( src/CompatPrelude.hs, dist/build/CompatPrelude.p_o )
755.24 s
[haddock-library] [2 of 8] Compiling Documentation.Haddock.Types ( src/Documentation/Haddock/Types.hs, dist/build/Documentation/Haddock/Types.p_o )
756.11 s
[ormolu] [ 8 of 55] Compiling Ormolu.Exception ( src/Ormolu/Exception.hs, dist/build/Ormolu/Exception.p_o )
756.74 s
[ormolu] [ 9 of 55] Compiling Ormolu.Parser.Pragma ( src/Ormolu/Parser/Pragma.hs, dist/build/Ormolu/Parser/Pragma.p_o )
756.74 s
[ormolu] [10 of 55] Compiling Ormolu.Parser.CommentStream ( src/Ormolu/Parser/CommentStream.hs, dist/build/Ormolu/Parser/CommentStream.p_o )
756.74 s
[ormolu] [11 of 55] Compiling Ormolu.Imports ( src/Ormolu/Imports.hs, dist/build/Ormolu/Imports.p_o )
756.74 s
[ormolu] [12 of 55] Compiling Ormolu.Fixity.Internal ( src/Ormolu/Fixity/Internal.hs, dist/build/Ormolu/Fixity/Internal.p_o )
756.74 s
[ormolu] [13 of 55] Compiling Ormolu.Fixity.Imports ( src/Ormolu/Fixity/Imports.hs, dist/build/Ormolu/Fixity/Imports.p_o )
756.74 s
[ormolu] [14 of 55] Compiling Ormolu.Fixity ( src/Ormolu/Fixity.hs, dist/build/Ormolu/Fixity.p_o )
757.24 s
[ormolu] [15 of 55] Compiling Ormolu.Printer.Operators ( src/Ormolu/Printer/Operators.hs, dist/build/Ormolu/Printer/Operators.p_o )
758.22 s
[ormolu] [16 of 55] Compiling Ormolu.Fixity.Printer ( src/Ormolu/Fixity/Printer.hs, dist/build/Ormolu/Fixity/Printer.p_o )
758.50 s
[ormolu] [17 of 55] Compiling Ormolu.Fixity.Parser ( src/Ormolu/Fixity/Parser.hs, dist/build/Ormolu/Fixity/Parser.p_o )
760.14 s
[haddock-library] [3 of 8] Compiling Documentation.Haddock.Parser.Monad ( src/Documentation/Haddock/Parser/Monad.hs, dist/build/Documentation/Haddock/Parser/Monad.p_o )
760.47 s
[ormolu] [18 of 55] Compiling Ormolu.Config ( src/Ormolu/Config.hs, dist/build/Ormolu/Config.p_o )
760.47 s
[ormolu] [19 of 55] Compiling Ormolu.Processing.Common ( src/Ormolu/Processing/Common.hs, dist/build/Ormolu/Processing/Common.p_o )
760.47 s
[ormolu] [20 of 55] Compiling Ormolu.Processing.Preprocess ( src/Ormolu/Processing/Preprocess.hs, dist/build/Ormolu/Processing/Preprocess.p_o )
760.47 s
[ormolu] [21 of 55] Compiling Ormolu.Printer.Internal ( src/Ormolu/Printer/Internal.hs, dist/build/Ormolu/Printer/Internal.p_o )
760.47 s
[ormolu] [22 of 55] Compiling Ormolu.Printer.Comments ( src/Ormolu/Printer/Comments.hs, dist/build/Ormolu/Printer/Comments.p_o )
760.86 s
[ormolu] [23 of 55] Compiling Ormolu.Printer.Combinators ( src/Ormolu/Printer/Combinators.hs, dist/build/Ormolu/Printer/Combinators.p_o )
760.95 s
[haddock-library] [4 of 8] Compiling Documentation.Haddock.Parser.Util ( src/Documentation/Haddock/Parser/Util.hs, dist/build/Documentation/Haddock/Parser/Util.p_o )
761.35 s
[ormolu] [24 of 55] Compiling Ormolu.Printer.Meat.Pragma ( src/Ormolu/Printer/Meat/Pragma.hs, dist/build/Ormolu/Printer/Meat/Pragma.p_o )
761.36 s
[haddock-library] [5 of 8] Compiling Documentation.Haddock.Parser.Identifier ( src/Documentation/Haddock/Parser/Identifier.hs, dist/build/Documentation/Haddock/Parser/Identifier.p_o )
761.83 s
[haddock-library] [6 of 8] Compiling Documentation.Haddock.Markup ( src/Documentation/Haddock/Markup.hs, dist/build/Documentation/Haddock/Markup.p_o )
761.83 s
[haddock-library] [7 of 8] Compiling Documentation.Haddock.Doc ( src/Documentation/Haddock/Doc.hs, dist/build/Documentation/Haddock/Doc.p_o )
761.83 s
[haddock-library] [8 of 8] Compiling Documentation.Haddock.Parser ( src/Documentation/Haddock/Parser.hs, dist/build/Documentation/Haddock/Parser.p_o )
761.84 s
[ormolu] [25 of 55] Compiling Ormolu.Printer.Meat.Common ( src/Ormolu/Printer/Meat/Common.hs, dist/build/Ormolu/Printer/Meat/Common.p_o )
761.90 s
[ormolu] [26 of 55] Compiling Ormolu.Printer.Meat.Declaration.Warning ( src/Ormolu/Printer/Meat/Declaration/Warning.hs, dist/build/Ormolu/Printer/Meat/Declaration/Warning.p_o )
762.13 s
[ormolu] [27 of 55] Compiling Ormolu.Printer.Meat.ImportExport ( src/Ormolu/Printer/Meat/ImportExport.hs, dist/build/Ormolu/Printer/Meat/ImportExport.p_o )
762.49 s
[ormolu] [28 of 55] Compiling Ormolu.Printer.Meat.Declaration.RoleAnnotation ( src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/RoleAnnotation.p_o )
762.49 s
[ormolu] [29 of 55] Compiling Ormolu.Printer.Meat.Declaration.OpTree[boot] ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.p_o-boot )
762.49 s
[ormolu] [30 of 55] Compiling Ormolu.Printer.Meat.Declaration.Value[boot] ( src/Ormolu/Printer/Meat/Declaration/Value.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration/Value.p_o-boot )
762.49 s
[ormolu] [31 of 55] Compiling Ormolu.Printer.Meat.Type ( src/Ormolu/Printer/Meat/Type.hs, dist/build/Ormolu/Printer/Meat/Type.p_o )
762.72 s
[ormolu] [32 of 55] Compiling Ormolu.Printer.Meat.Declaration.Signature ( src/Ormolu/Printer/Meat/Declaration/Signature.hs, dist/build/Ormolu/Printer/Meat/Declaration/Signature.p_o )
763.17 s
[ormolu] [33 of 55] Compiling Ormolu.Printer.Meat.Declaration.Foreign ( src/Ormolu/Printer/Meat/Declaration/Foreign.hs, dist/build/Ormolu/Printer/Meat/Declaration/Foreign.p_o )
763.39 s
[ormolu] [34 of 55] Compiling Ormolu.Printer.Meat.Declaration.TypeFamily ( src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs, dist/build/Ormolu/Printer/Meat/Declaration/TypeFamily.p_o )
763.39 s
[ormolu] [35 of 55] Compiling Ormolu.Printer.Meat.Declaration.Type ( src/Ormolu/Printer/Meat/Declaration/Type.hs, dist/build/Ormolu/Printer/Meat/Declaration/Type.p_o )
763.39 s
[ormolu] [36 of 55] Compiling Ormolu.Printer.Meat.Declaration.Data ( src/Ormolu/Printer/Meat/Declaration/Data.hs, dist/build/Ormolu/Printer/Meat/Declaration/Data.p_o )
763.59 s
[ormolu] [37 of 55] Compiling Ormolu.Printer.Meat.Declaration.Default ( src/Ormolu/Printer/Meat/Declaration/Default.hs, dist/build/Ormolu/Printer/Meat/Declaration/Default.p_o )
763.61 s
[ormolu] [38 of 55] Compiling Ormolu.Printer.Meat.Declaration[boot] ( src/Ormolu/Printer/Meat/Declaration.hs-boot, dist/build/Ormolu/Printer/Meat/Declaration.p_o-boot )
763.61 s
[ormolu] [39 of 55] Compiling Ormolu.Printer.Meat.Declaration.Value ( src/Ormolu/Printer/Meat/Declaration/Value.hs, dist/build/Ormolu/Printer/Meat/Declaration/Value.p_o )
766.93 s
[ormolu] [40 of 55] Compiling Ormolu.Printer.Meat.Declaration.OpTree ( src/Ormolu/Printer/Meat/Declaration/OpTree.hs, dist/build/Ormolu/Printer/Meat/Declaration/OpTree.p_o )
767.34 s
[ormolu] [41 of 55] Compiling Ormolu.Printer.Meat.Declaration.Splice ( src/Ormolu/Printer/Meat/Declaration/Splice.hs, dist/build/Ormolu/Printer/Meat/Declaration/Splice.p_o )
767.48 s
[ormolu] [42 of 55] Compiling Ormolu.Printer.Meat.Declaration.Rule ( src/Ormolu/Printer/Meat/Declaration/Rule.hs, dist/build/Ormolu/Printer/Meat/Declaration/Rule.p_o )
767.59 s
[ormolu] [43 of 55] Compiling Ormolu.Printer.Meat.Declaration.Annotation ( src/Ormolu/Printer/Meat/Declaration/Annotation.hs, dist/build/Ormolu/Printer/Meat/Declaration/Annotation.p_o )
767.59 s
[ormolu] [44 of 55] Compiling Ormolu.Printer.Meat.Declaration.Instance ( src/Ormolu/Printer/Meat/Declaration/Instance.hs, dist/build/Ormolu/Printer/Meat/Declaration/Instance.p_o )
767.67 s
[haddock-library] Preprocessing test suite 'fixtures' for haddock-library-1.11.0..
767.67 s
[haddock-library] Building test suite 'fixtures' for haddock-library-1.11.0..
767.68 s
[ormolu] [45 of 55] Compiling Ormolu.Printer.Meat.Declaration.Class ( src/Ormolu/Printer/Meat/Declaration/Class.hs, dist/build/Ormolu/Printer/Meat/Declaration/Class.p_o )
767.68 s
[ormolu] [46 of 55] Compiling Ormolu.Printer.Meat.Declaration ( src/Ormolu/Printer/Meat/Declaration.hs, dist/build/Ormolu/Printer/Meat/Declaration.p_o )
767.76 s
[haddock-library] [1 of 1] Compiling Main ( fixtures/Fixtures.hs, dist/build/fixtures/fixtures-tmp/Main.o )
768.25 s
[ormolu] [47 of 55] Compiling Ormolu.Printer.Meat.Module ( src/Ormolu/Printer/Meat/Module.hs, dist/build/Ormolu/Printer/Meat/Module.p_o )
768.46 s
[ormolu] [48 of 55] Compiling Ormolu.Parser.Result ( src/Ormolu/Parser/Result.hs, dist/build/Ormolu/Parser/Result.p_o )
768.46 s
[ormolu] [49 of 55] Compiling Ormolu.Printer ( src/Ormolu/Printer.hs, dist/build/Ormolu/Printer.p_o )
768.58 s
[ormolu] [50 of 55] Compiling Ormolu.Parser ( src/Ormolu/Parser.hs, dist/build/Ormolu/Parser.p_o )
768.58 s
[ormolu] [51 of 55] Compiling Ormolu.Diff.ParseResult ( src/Ormolu/Diff/ParseResult.hs, dist/build/Ormolu/Diff/ParseResult.p_o )
768.58 s
[ormolu] [52 of 55] Compiling Ormolu.Utils.IO ( src/Ormolu/Utils/IO.hs, dist/build/Ormolu/Utils/IO.p_o )
768.58 s
[ormolu] [53 of 55] Compiling Ormolu.Utils.Fixity ( src/Ormolu/Utils/Fixity.hs, dist/build/Ormolu/Utils/Fixity.p_o )
768.58 s
[ormolu] [54 of 55] Compiling Ormolu.Utils.Cabal ( src/Ormolu/Utils/Cabal.hs, dist/build/Ormolu/Utils/Cabal.p_o )
768.58 s
[ormolu] [55 of 55] Compiling Ormolu ( src/Ormolu.hs, dist/build/Ormolu.p_o )
769.65 s
[haddock-library] [2 of 2] Linking dist/build/fixtures/fixtures
770.81 s
[haddock-library] buildPhase completed in 46 seconds
770.81 s
[haddock-library] Phase: checkPhase
770.86 s
[haddock-library] Running 2 test suites...
770.86 s
[haddock-library] Test suite spec: RUNNING...
770.87 s
[haddock-library]
770.87 s
[haddock-library] Documentation.Haddock.Parser
770.87 s
[haddock-library] parseString
770.87 s
[haddock-library] is total [✔]
770.87 s
[haddock-library] +++ OK, passed 100 tests.
770.87 s
[haddock-library] when parsing text
770.87 s
[haddock-library] can handle unicode [✔]
770.87 s
[haddock-library] accepts numeric character references [✔]
770.87 s
[haddock-library] accepts hexadecimal character references [✔]
770.87 s
[haddock-library] allows to backslash-escape characters except \r [✔]
770.87 s
[haddock-library] +++ OK, passed 100 tests.
770.87 s
[haddock-library] when parsing strings contaning numeric character references
770.87 s
[haddock-library] will implicitly convert digits to characters [✔]
770.87 s
[haddock-library] will implicitly convert hex encoded characters [✔]
770.87 s
[haddock-library] when parsing identifiers
770.87 s
[haddock-library] parses identifiers enclosed within single ticks [✔]
770.87 s
[haddock-library] parses identifiers enclosed within backticks [✔]
770.88 s
[haddock-library] parses identifiers preceded by a backtick and followed by a single quote [✔]
770.88 s
[haddock-library] parses identifiers preceded by a single quote and followed by a backtick [✔]
770.88 s
[haddock-library] can parse a constructor identifier [✔]
770.88 s
[haddock-library] can parse a qualified identifier [✔]
770.88 s
[haddock-library] parses a word with an one of the delimiters in it as DocString [✔]
770.88 s
[haddock-library] doesn't pass pairs of delimiters with spaces between them [✔]
770.88 s
[haddock-library] don't use apostrophe's in the wrong place's [✔]
770.88 s
[haddock-library] doesn't parse empty identifiers [✔]
770.88 s
[haddock-library] can parse an identifier in infix notation enclosed within backticks [✔]
770.88 s
[haddock-library] can parse identifiers containing a single quote [✔]
770.88 s
[haddock-library] can parse identifiers ending with a single quote [✔]
770.88 s
[haddock-library] can parse identifiers in backticks ending with a single quote [✔]
770.88 s
[haddock-library] can parse an identifier containing a digit [✔]
770.88 s
[haddock-library] can parse an identifier containing unicode characters [✔]
770.88 s
[haddock-library] can parse a single quote followed by an identifier [✔]
770.88 s
[haddock-library] can parse an identifier that starts with an underscore [✔]
770.88 s
[haddock-library] can parse value-namespaced identifiers [✔]
770.88 s
[haddock-library] can parse type-namespaced identifiers [✔]
770.88 s
[haddock-library] can parse parenthesized operators and backticked identifiers [✔]
770.88 s
[haddock-library] can properly figure out the end of identifiers [✔]
770.88 s
[haddock-library] when parsing operators
770.88 s
[haddock-library] can parse an operator enclosed within single quotes [✔]
770.88 s
[haddock-library] can parse a qualified operator [✔]
770.88 s
[haddock-library] can parse a constructor operator [✔]
770.88 s
[haddock-library] can parse a qualified constructor operator [✔]
770.88 s
[haddock-library] can parse a unicode operator [✔]
770.88 s
[haddock-library] when parsing URLs
770.88 s
[haddock-library] parses a URL [✔]
770.88 s
[haddock-library] accepts an optional label [✔]
770.88 s
[haddock-library] does not accept newlines in label [✔]
770.88 s
[haddock-library] allows us to escape > inside the URL [✔]
770.88 s
[haddock-library] parses inline URLs [✔]
770.88 s
[haddock-library] doesn't allow for multi-line link tags [✔]
770.88 s
[haddock-library] when parsing markdown links
770.88 s
[haddock-library] parses a simple link [✔]
770.88 s
[haddock-library] allows whitespace between label and URL [✔]
770.88 s
[haddock-library] allows newlines in label [✔]
770.88 s
[haddock-library] allows escaping in label [✔]
770.88 s
[haddock-library] strips leading and trailing whitespace from label [✔]
770.88 s
[haddock-library] rejects whitespace in URL [✔]
770.88 s
[haddock-library] allows inline markup in the label [✔]
770.88 s
[haddock-library] when URL is on a separate line
770.88 s
[haddock-library] allows URL to be on a separate line [✔]
770.88 s
[haddock-library] allows leading whitespace [✔]
770.88 s
[haddock-library] rejects additional newlines [✔]
770.88 s
[haddock-library] when autolinking URLs
770.88 s
[haddock-library] autolinks HTTP URLs [✔]
770.88 s
[haddock-library] autolinks HTTPS URLs [✔]
770.88 s
[haddock-library] autolinks FTP URLs [✔]
770.88 s
[haddock-library] does not include a trailing comma [✔]
770.88 s
[haddock-library] does not include a trailing dot [✔]
770.88 s
[haddock-library] does not include a trailing exclamation mark [✔]
770.88 s
[haddock-library] does not include a trailing question mark [✔]
770.88 s
[haddock-library] autolinks URLs occuring mid-sentence with multiple ‘/’s [✔]
770.88 s
[haddock-library] when parsing images
770.88 s
[haddock-library] accepts markdown syntax for images [✔]
770.88 s
[haddock-library] accepts Unicode [✔]
770.88 s
[haddock-library] supports deprecated picture syntax [✔]
770.88 s
[haddock-library] supports title for deprecated picture syntax [✔]
770.88 s
[haddock-library] when parsing display math
770.88 s
[haddock-library] accepts markdown syntax for display math containing newlines [✔]
770.88 s
[haddock-library] when parsing anchors
770.88 s
[haddock-library] parses a single word anchor [✔]
770.88 s
[haddock-library] doesn't parse a multi word anchor [✔]
770.88 s
[haddock-library] parses a unicode anchor [✔]
770.88 s
[haddock-library] does not accept newlines in anchors [✔]
770.88 s
[haddock-library] accepts anchors mid-paragraph [✔]
770.88 s
[haddock-library] does not accept empty anchors [✔]
770.88 s
[haddock-library] does not accept anchors containing spaces [✔]
770.88 s
[haddock-library] when parsing emphasised text
770.88 s
[haddock-library] emphasises a word on its own [✔]
770.88 s
[haddock-library] emphasises inline correctly [✔]
770.88 s
[haddock-library] emphasises unicode [✔]
770.88 s
[haddock-library] does not emphasise multi-line strings [✔]
770.88 s
[haddock-library] does not emphasise the empty string [✔]
770.88 s
[haddock-library] parses escaped slashes literally [✔]
770.88 s
[haddock-library] recognizes other markup constructs within emphasised text [✔]
770.88 s
[haddock-library] allows other markup inside of emphasis [✔]
770.88 s
[haddock-library] doesn't mangle inner markup unicode [✔]
770.88 s
[haddock-library] properly converts HTML escape sequences [✔]
770.88 s
[haddock-library] allows to escape the emphasis delimiter inside of emphasis [✔]
770.88 s
[haddock-library] when parsing monospaced text
770.88 s
[haddock-library] parses simple monospaced text [✔]
770.88 s
[haddock-library] parses inline monospaced text [✔]
770.88 s
[haddock-library] allows to escape @ [✔]
770.88 s
[haddock-library] accepts unicode [✔]
770.88 s
[haddock-library] accepts other markup in monospaced text [✔]
770.88 s
[haddock-library] requires the closing @ [✔]
770.88 s
[haddock-library] when parsing bold strings
770.88 s
[haddock-library] allows for a bold string on its own [✔]
770.88 s
[haddock-library] bolds inline correctly [✔]
770.88 s
[haddock-library] bolds unicode [✔]
770.88 s
[haddock-library] does not do __multi-line\n bold__ [✔]
770.88 s
[haddock-library] allows other markup inside of bold [✔]
770.88 s
[haddock-library] doesn't mangle inner markup unicode [✔]
770.88 s
[haddock-library] properly converts HTML escape sequences [✔]
770.88 s
[haddock-library] allows to escape the bold delimiter inside of bold [✔]
770.88 s
[haddock-library] doesn't allow for empty bold [✔]
770.88 s
[haddock-library] when parsing module strings
770.88 s
[haddock-library] should parse a module on its own [✔]
770.88 s
[haddock-library] should parse a module inline [✔]
770.88 s
[haddock-library] can accept a simple module name [✔]
770.88 s
[haddock-library] can accept a module name with dots [✔]
770.88 s
[haddock-library] can accept a module name with unicode [✔]
770.88 s
[haddock-library] parses a module name with a trailing dot as regular quoted string [✔]
770.88 s
[haddock-library] parses a module name with a space as regular quoted string [✔]
770.88 s
[haddock-library] parses a module name with invalid characters as regular quoted string [✔]
770.88 s
[haddock-library] accepts a module name with unicode [✔]
770.88 s
[haddock-library] treats empty module name as regular double quotes [✔]
770.88 s
[haddock-library] accepts anchor reference syntax as DocModule [✔]
770.88 s
[haddock-library] accepts anchor with hyphen as DocModule [✔]
770.88 s
[haddock-library] accepts old anchor reference syntax as DocModule [✔]
770.88 s
[haddock-library] when parsing labeled module links
770.88 s
[haddock-library] parses a simple labeled module link [✔]
770.88 s
[haddock-library] allows escaping in label [✔]
770.88 s
[haddock-library] strips leading and trailing whitespace from label [✔]
770.88 s
[haddock-library] allows whitespace in module name link [✔]
770.88 s
[haddock-library] allows inline markup in the label [✔]
770.88 s
[haddock-library] should parse a labeled module on its own [✔]
770.88 s
[haddock-library] should parse a labeled module inline [✔]
770.88 s
[haddock-library] can accept a labeled module name with dots [✔]
770.88 s
[haddock-library] can accept a labeled module name with unicode [✔]
770.88 s
[haddock-library] parses a labeled module name with a trailing dot as a hyperlink [✔]
770.88 s
[haddock-library] parses a labeled module name with a space as a regular string [✔]
770.88 s
[haddock-library] parses a module name with invalid characters as a hyperlink [✔]
770.88 s
[haddock-library] accepts a labeled module name with unicode [✔]
770.88 s
[haddock-library] treats empty labeled module name as empty hyperlink [✔]
770.88 s
[haddock-library] accepts anchor reference syntax for labeled module name [✔]
770.88 s
[haddock-library] accepts old anchor reference syntax for labeled module name [✔]
770.88 s
[haddock-library] interprets empty label as a unlabeled module name [✔]
770.88 s
[haddock-library] parseParas
770.88 s
[haddock-library] is total [✔]
770.88 s
[haddock-library] +++ OK, passed 100 tests.
770.88 s
[haddock-library] doesn't crash on unicode whitespace [✔]
770.88 s
[haddock-library] when parsing @since
770.88 s
[haddock-library] adds specified version to the result [✔]
770.88 s
[haddock-library] ignores trailing whitespace [✔]
770.88 s
[haddock-library] does not allow trailing input [✔]
770.88 s
[haddock-library] when given multiple times
770.88 s
[haddock-library] gives last occurrence precedence [✔]
770.88 s
[haddock-library] when parsing text paragraphs
770.88 s
[haddock-library] parses an empty paragraph [✔]
770.88 s
[haddock-library] parses a simple text paragraph [✔]
770.88 s
[haddock-library] accepts markup in text paragraphs [✔]
770.89 s
[haddock-library] preserve all regular characters [✔]
770.89 s
[haddock-library] +++ OK, passed 100 tests; 14 discarded.
770.89 s
[haddock-library] separates paragraphs by empty lines [✔]
770.89 s
[haddock-library] when a pragraph only contains monospaced text
770.89 s
[haddock-library] turns it into a code block [✔]
770.89 s
[haddock-library] when a paragraph contains a markdown link
770.89 s
[haddock-library] correctly parses the link [✔]
770.89 s
[haddock-library] when the paragraph starts with the markdown link
770.89 s
[haddock-library] correctly parses it as a text paragraph (not a definition list) [✔]
770.89 s
[haddock-library] can be followed by an other paragraph [✔]
770.89 s
[haddock-library] when paragraph contains additional text
770.89 s
[haddock-library] accepts more text after the link [✔]
770.89 s
[haddock-library] accepts a newline right after the markdown link [✔]
770.89 s
[haddock-library] can be followed by an other paragraph [✔]
770.89 s
[haddock-library] when the link starts on a new line not at the beginning of the paragraph
770.89 s
[haddock-library] correctly parses the link [✔]
770.89 s
[haddock-library] when parsing birdtracks
770.89 s
[haddock-library] parses them as a code block [✔]
770.89 s
[haddock-library] ignores leading whitespace [✔]
770.89 s
[haddock-library] strips one leading space from each line of the block [✔]
770.89 s
[haddock-library] ignores empty lines when stripping spaces [✔]
770.89 s
[haddock-library] when any non-empty line does not start with a space
770.89 s
[haddock-library] does not strip any spaces [✔]
770.89 s
[haddock-library] ignores nested markup [✔]
770.89 s
[haddock-library] treats them as regular text inside text paragraphs [✔]
770.89 s
[haddock-library] when parsing code blocks
770.89 s
[haddock-library] accepts a simple code block [✔]
770.89 s
[haddock-library] ignores trailing whitespace after the opening @ [✔]
770.89 s
[haddock-library] rejects code blocks that are not closed [✔]
770.89 s
[haddock-library] accepts nested markup [✔]
770.89 s
[haddock-library] allows to escape the @ [✔]
770.89 s
[haddock-library] accepts horizontal space before the @ [✔]
770.89 s
[haddock-library] strips a leading space from a @ block if present [✔]
770.89 s
[haddock-library] only drops whitespace if there's some before closing @ [✔]
770.89 s
[haddock-library] accepts unicode [✔]
770.89 s
[haddock-library] requires the closing @ [✔]
770.89 s
[haddock-library] when parsing examples
770.89 s
[haddock-library] parses a simple example [✔]
770.89 s
[haddock-library] parses an example with result [✔]
770.89 s
[haddock-library] parses consecutive examples [✔]
770.89 s
[haddock-library] requires an example to be separated from a previous paragraph by an empty line [✔]
770.89 s
[haddock-library] parses bird-tracks inside of paragraphs as plain strings [✔]
770.90 s
[haddock-library] skips empty lines in front of an example [✔]
770.90 s
[haddock-library] terminates example on empty line [✔]
770.90 s
[haddock-library] parses a <BLANKLINE> result as an empty result [✔]
770.90 s
[haddock-library] accepts unicode in examples [✔]
770.90 s
[haddock-library] when prompt is prefixed by whitespace
770.90 s
[haddock-library] strips the exact same amount of whitespace from result lines [✔]
770.90 s
[haddock-library] preserves additional whitespace [✔]
770.90 s
[haddock-library] keeps original if stripping is not possible [✔]
770.90 s
[haddock-library] when parsing paragraphs nested in lists
770.90 s
[haddock-library] can nest the same type of list [✔]
770.90 s
[haddock-library] can nest another type of list inside [✔]
770.90 s
[haddock-library] can nest a code block inside [✔]
770.90 s
[haddock-library] can nest more than one level [✔]
770.90 s
[haddock-library] won't fail on not fully indented paragraph [✔]
770.90 s
[haddock-library] can nest definition lists [✔]
770.90 s
[haddock-library] can come back to top level with a different list [✔]
770.90 s
[haddock-library] allows arbitrary initial indent of a list [✔]
770.90 s
[haddock-library] definition lists can come back to top level with a different list [✔]
770.90 s
[haddock-library] list order is preserved in presence of nesting + extra text [✔]
770.90 s
[haddock-library] when parsing properties
770.90 s
[haddock-library] can parse a single property [✔]
770.90 s
[haddock-library] can parse multiple subsequent properties [✔]
770.90 s
[haddock-library] accepts unicode in properties [✔]
770.90 s
[haddock-library] can deal with whitespace before and after the prop> prompt [✔]
770.90 s
[haddock-library] when parsing unordered lists
770.90 s
[haddock-library] parses a simple list [✔]
770.90 s
[haddock-library] ignores empty lines between list items [✔]
770.90 s
[haddock-library] accepts an empty list item [✔]
770.90 s
[haddock-library] accepts multi-line list items [✔]
770.90 s
[haddock-library] accepts markup in list items [✔]
770.90 s
[haddock-library] requires empty lines between list and other paragraphs [✔]
770.90 s
[haddock-library] when parsing ordered lists
770.90 s
[haddock-library] parses a simple list [✔]
770.90 s
[haddock-library] ignores empty lines between list items [✔]
770.90 s
[haddock-library] accepts an empty list item [✔]
770.90 s
[haddock-library] accepts multi-line list items [✔]
770.90 s
[haddock-library] accepts markup in list items [✔]
770.90 s
[haddock-library] requires empty lines between list and other paragraphs [✔]
770.90 s
[haddock-library] when parsing definition lists
770.90 s
[haddock-library] parses a simple list [✔]
770.90 s
[haddock-library] ignores empty lines between list items [✔]
770.90 s
[haddock-library] accepts an empty list item [✔]
770.90 s
[haddock-library] accepts multi-line list items [✔]
770.90 s
[haddock-library] accepts markup in list items [✔]
770.90 s
[haddock-library] accepts markup for the label [✔]
770.90 s
[haddock-library] requires empty lines between list and other paragraphs [✔]
770.90 s
[haddock-library] dose not require the colon (deprecated - this will be removed in a future release) [✔]
770.90 s
[haddock-library] when parsing consecutive paragraphs
770.90 s
[haddock-library] will not capture irrelevant consecutive lists [✔]
770.90 s
[haddock-library] when parsing function documentation headers
770.90 s
[haddock-library] can parse a simple header [✔]
770.90 s
[haddock-library] allow consecutive headers [✔]
770.90 s
[haddock-library] accepts markup in the header [✔]
770.90 s
[haddock-library] Documentation.Haddock.Parser.Util
770.90 s
[haddock-library] takeUntil
770.90 s
[haddock-library] takes everything until a specified byte sequence [✔]
770.90 s
[haddock-library] requires the end sequence [✔]
770.90 s
[haddock-library] takes escaped bytes unconditionally [✔]
770.90 s
[haddock-library]
770.90 s
[haddock-library] Finished in 0.0284 seconds
770.90 s
[haddock-library] 215 examples, 0 failures
770.90 s
[haddock-library] Test suite spec: PASS
770.90 s
[haddock-library] Test suite logged to: dist/test/haddock-library-1.11.0-spec.log
770.90 s
[haddock-library] Test suite fixtures: RUNNING...
770.91 s
[haddock-library] running definitionList
770.91 s
[haddock-library] running linkInlineMarkup
770.91 s
[haddock-library] running table4
770.91 s
[haddock-library] running list-blocks2
770.91 s
[haddock-library] running url
770.91 s
[haddock-library] running identifier
770.91 s
[haddock-library] running table5
770.91 s
[haddock-library] running urlLabel
770.91 s
[haddock-library] running table-cell-strip-whitespaces
770.91 s
[haddock-library] running table-simple
770.91 s
[haddock-library] running table3
770.91 s
[haddock-library] running list-blocks1
770.91 s
[haddock-library] running linkInline
770.91 s
[haddock-library] running identifierBackticks
770.92 s
[haddock-library] running table2
770.92 s
[haddock-library] running table1
770.92 s
[haddock-library] running link
770.92 s
[haddock-library] Fixtures: success 17; total 17
770.93 s
[haddock-library] Test suite fixtures: PASS
770.93 s
[haddock-library] Test suite logged to: dist/test/haddock-library-1.11.0-fixtures.log
770.93 s
[haddock-library] 2 of 2 test suites (2 of 2 test cases) passed.
770.94 s
[haddock-library] Phase: haddockPhase
771.22 s
[haddock-library] Preprocessing test suite 'spec' for haddock-library-1.11.0..
771.22 s
[haddock-library] Preprocessing library for haddock-library-1.11.0..
771.22 s
[haddock-library] Running Haddock on library for haddock-library-1.11.0..
771.30 s
[haddock-library] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
771.71 s
[haddock-library] Warning: 'Doc' is out of scope.
771.71 s
[haddock-library] If you qualify the identifier, haddock can try to link it anyway.
771.71 s
[haddock-library] 26% ( 5 / 19) in 'Documentation.Haddock.Types'
771.71 s
[haddock-library] Missing documentation for:
771.71 s
[haddock-library] MetaDoc (src/Documentation/Haddock/Types.hs:41)
771.71 s
[haddock-library] overDoc (src/Documentation/Haddock/Types.hs:62)
771.71 s
[haddock-library] overDocF (src/Documentation/Haddock/Types.hs:65)
771.71 s
[haddock-library] Version (src/Documentation/Haddock/Types.hs:68)
771.71 s
[haddock-library] Package (src/Documentation/Haddock/Types.hs:69)
771.71 s
[haddock-library] Hyperlink (src/Documentation/Haddock/Types.hs:71)
771.71 s
[haddock-library] ModLink (src/Documentation/Haddock/Types.hs:76)
771.71 s
[haddock-library] Picture (src/Documentation/Haddock/Types.hs:81)
771.71 s
[haddock-library] Header (src/Documentation/Haddock/Types.hs:86)
771.71 s
[haddock-library] Example (src/Documentation/Haddock/Types.hs:91)
771.71 s
[haddock-library] TableCell (src/Documentation/Haddock/Types.hs:96)
771.71 s
[haddock-library] TableRow (src/Documentation/Haddock/Types.hs:102)
771.71 s
[haddock-library] Table (src/Documentation/Haddock/Types.hs:106)
771.71 s
[haddock-library] DocH (src/Documentation/Haddock/Types.hs:111)
772.07 s
[haddock-library] 75% ( 3 / 4) in 'Documentation.Haddock.Markup'
772.07 s
[haddock-library] Missing documentation for:
772.07 s
[haddock-library] markup (src/Documentation/Haddock/Markup.hs:12)
772.10 s
[haddock-library] 44% ( 4 / 9) in 'Documentation.Haddock.Doc'
772.10 s
[haddock-library] Missing documentation for:
772.10 s
[haddock-library] Module header
772.10 s
[haddock-library] docParagraph (src/Documentation/Haddock/Doc.hs:57)
772.10 s
[haddock-library] docAppend (src/Documentation/Haddock/Doc.hs:41)
772.10 s
[haddock-library] docConcat (src/Documentation/Haddock/Doc.hs:11)
772.10 s
[haddock-library] emptyMetaDoc (src/Documentation/Haddock/Doc.hs:35)
772.20 s
[lsp-types] Preprocessing library for lsp-types-2.3.0.1..
772.27 s
[haddock-library] Warning: '#' is out of scope.
772.27 s
[haddock-library] If you qualify the identifier, haddock can try to link it anyway.
772.28 s
[haddock-library] 100% ( 6 / 6) in 'Documentation.Haddock.Parser'
772.29 s
[lsp-types] Building library for lsp-types-2.3.0.1..
772.66 s
[haddock-library] Warning: Documentation.Haddock.Parser: could not find link destinations for:
772.66 s
[haddock-library] - Documentation.Haddock.Parser.parseText
772.95 s
[lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.o, dist/build/Data/IxMap.dyn_o )
773.16 s
[lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.o, dist/build/Data/Row/Hashable.dyn_o )
773.17 s
[lsp-types] [ 3 of 452] Compiling Language.LSP.Protocol.Message.Meta ( src/Language/LSP/Protocol/Message/Meta.hs, dist/build/Language/LSP/Protocol/Message/Meta.o, dist/build/Language/LSP/Protocol/Message/Meta.dyn_o )
773.17 s
[lsp-types] [ 4 of 452] Compiling Language.LSP.Protocol.Types.LspEnum ( src/Language/LSP/Protocol/Types/LspEnum.hs, dist/build/Language/LSP/Protocol/Types/LspEnum.o, dist/build/Language/LSP/Protocol/Types/LspEnum.dyn_o )
773.29 s
[ormolu] Preprocessing executable 'ormolu' for ormolu-0.7.4.0..
773.29 s
[ormolu] Building executable 'ormolu' for ormolu-0.7.4.0..
773.47 s
[ormolu] [1 of 2] Compiling Paths_ormolu ( dist/build/ormolu/autogen/Paths_ormolu.hs, dist/build/ormolu/ormolu-tmp/Paths_ormolu.o, dist/build/ormolu/ormolu-tmp/Paths_ormolu.dyn_o )
773.65 s
[lsp-types] [ 5 of 452] Compiling Language.LSP.Protocol.Types.Singletons ( src/Language/LSP/Protocol/Types/Singletons.hs, dist/build/Language/LSP/Protocol/Types/Singletons.o, dist/build/Language/LSP/Protocol/Types/Singletons.dyn_o )
773.70 s
[ormolu] [2 of 2] Compiling Main ( app/Main.hs, dist/build/ormolu/ormolu-tmp/Main.o )
773.80 s
[lsp-types] [ 6 of 452] Compiling Language.LSP.Protocol.Types.Uri ( src/Language/LSP/Protocol/Types/Uri.hs, dist/build/Language/LSP/Protocol/Types/Uri.o, dist/build/Language/LSP/Protocol/Types/Uri.dyn_o )
774.14 s
[lsp-types] [ 7 of 452] Compiling Language.LSP.Protocol.Types.Uri.OsPath ( src/Language/LSP/Protocol/Types/Uri/OsPath.hs, dist/build/Language/LSP/Protocol/Types/Uri/OsPath.o, dist/build/Language/LSP/Protocol/Types/Uri/OsPath.dyn_o )
774.20 s
[lsp-types] [ 8 of 452] Compiling Language.LSP.Protocol.Utils.Misc ( src/Language/LSP/Protocol/Utils/Misc.hs, dist/build/Language/LSP/Protocol/Utils/Misc.o, dist/build/Language/LSP/Protocol/Utils/Misc.dyn_o )
774.20 s
[lsp-types] [ 9 of 452] Compiling Language.LSP.Protocol.Types.Common ( src/Language/LSP/Protocol/Types/Common.hs, dist/build/Language/LSP/Protocol/Types/Common.o, dist/build/Language/LSP/Protocol/Types/Common.dyn_o )
775.04 s
[lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.o, dist/build/Data/Row/Aeson.dyn_o )
776.22 s
[ormolu] [3 of 3] Linking dist/build/ormolu/ormolu
776.71 s
[haddock-library] Documentation created: dist/doc/html/haddock-library/index.html,
776.71 s
[haddock-library] dist/doc/html/haddock-library/haddock-library.txt
776.81 s
[haddock-library] Preprocessing test suite 'fixtures' for haddock-library-1.11.0..
776.83 s
[haddock-library] Phase: installPhase
777.07 s
[haddock-library] Installing library in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
777.95 s
[haddock-library] Phase: fixupPhase
778.00 s
[haddock-library] shrinking RPATHs of ELF executables and libraries in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
778.01 s
[haddock-library] shrinking /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShaddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo-ghc9.6.3.so
778.03 s
[haddock-library] checking for references to /build/ in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0...
778.06 s
[haddock-library] patching script interpreter paths in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
778.07 s
[haddock-library] stripping (with command strip and flags -S -p) in /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0/lib
778.36 s
[haddock-library] shrinking RPATHs of ELF executables and libraries in /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc
778.36 s
[haddock-library] checking for references to /build/ in /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc...
778.38 s
[haddock-library] patching script interpreter paths in /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc
778.64 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
779.56 s
[post-build-hook] Pushing 1 paths (67 are already present) using zstd to cache sellout ⏳
779.56 s
[post-build-hook]
780.07 s
[post-build-hook] Pushing /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0 (9.03 MiB)
781.58 s
[post-build-hook]
781.58 s
[post-build-hook] All done.
781.63 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc /nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0
781.95 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
781.96 s
[post-build-hook] copying 2 paths...
781.96 s
[post-build-hook] copying path '/nix/store/c1k7rp2f2l2dh0v2zm6lm91c3p6fiqr5-haddock-library-1.11.0-doc' to 'https://cache.nix-ci.com'...
782.45 s
[post-build-hook] copying path '/nix/store/vdwyh4nk1h1ni6f16y953d3cdg5j0w21-haddock-library-1.11.0' to 'https://cache.nix-ci.com'...
787.15 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
787.50 s
[post-build-hook] copying 1 paths...
787.50 s
[post-build-hook] copying path '/nix/store/9yh7xliqsdwzfpj70y527m95p851kmdx-haddock-library-1.11.0.drv' to 'https://cache.nix-ci.com'...
787.87 s
Progress: 42 of 69 built (3 building), 335 of 335 downloaded from cache
787.89 s
[lsp-types] [ 11 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.dyn_o )
787.89 s
[lsp-types] [ 12 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.dyn_o )
787.89 s
[lsp-types] [ 13 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.dyn_o )
787.89 s
[lsp-types] [ 14 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.dyn_o )
787.89 s
[lsp-types] [ 15 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFolder ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.dyn_o )
787.89 s
[ormolu] Preprocessing test suite 'tests' for ormolu-0.7.4.0..
787.89 s
[ormolu] Building test suite 'tests' for ormolu-0.7.4.0..
787.89 s
[ormolu] [ 1 of 11] Compiling Ormolu.CabalInfoSpec ( tests/Ormolu/CabalInfoSpec.hs, dist/build/tests/tests-tmp/Ormolu/CabalInfoSpec.o )
793.83 s
[lsp-types] [ 16 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.dyn_o )
794.73 s
[ormolu] [ 2 of 11] Compiling Ormolu.Diff.TextSpec ( tests/Ormolu/Diff/TextSpec.hs, dist/build/tests/tests-tmp/Ormolu/Diff/TextSpec.o )
795.51 s
[lsp-types] [ 17 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.dyn_o )
795.51 s
[lsp-types] [ 18 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.dyn_o )
795.51 s
[lsp-types] [ 19 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.dyn_o )
795.52 s
[lsp-types] [ 20 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.dyn_o )
795.52 s
[lsp-types] [ 21 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.dyn_o )
795.52 s
[lsp-types] [ 22 of 452] Compiling Language.LSP.Protocol.Types.Progress ( src/Language/LSP/Protocol/Types/Progress.hs, dist/build/Language/LSP/Protocol/Types/Progress.o, dist/build/Language/LSP/Protocol/Types/Progress.dyn_o )
795.52 s
[lsp-types] [ 23 of 452] Compiling Language.LSP.Protocol.Internal.Types.WatchKind ( generated/Language/LSP/Protocol/Internal/Types/WatchKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/WatchKind.o, dist/build/Language/LSP/Protocol/Internal/Types/WatchKind.dyn_o )
795.52 s
[lsp-types] [ 24 of 452] Compiling Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/VersionedTextDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/VersionedTextDocumentIdentifier.o, dist/build/Language/LSP/Protocol/Internal/Types/VersionedTextDocumentIdentifier.dyn_o )
795.52 s
[lsp-types] [ 25 of 452] Compiling Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/VersionedNotebookDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/VersionedNotebookDocumentIdentifier.o, dist/build/Language/LSP/Protocol/Internal/Types/VersionedNotebookDocumentIdentifier.dyn_o )
795.52 s
[lsp-types] [ 26 of 452] Compiling Language.LSP.Protocol.Internal.Types.Unregistration ( generated/Language/LSP/Protocol/Internal/Types/Unregistration.hs, dist/build/Language/LSP/Protocol/Internal/Types/Unregistration.o, dist/build/Language/LSP/Protocol/Internal/Types/Unregistration.dyn_o )
795.52 s
[lsp-types] [ 27 of 452] Compiling Language.LSP.Protocol.Internal.Types.UnregistrationParams ( generated/Language/LSP/Protocol/Internal/Types/UnregistrationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/UnregistrationParams.o, dist/build/Language/LSP/Protocol/Internal/Types/UnregistrationParams.dyn_o )
795.52 s
[lsp-types] [ 28 of 452] Compiling Language.LSP.Protocol.Internal.Types.UniquenessLevel ( generated/Language/LSP/Protocol/Internal/Types/UniquenessLevel.hs, dist/build/Language/LSP/Protocol/Internal/Types/UniquenessLevel.o, dist/build/Language/LSP/Protocol/Internal/Types/UniquenessLevel.dyn_o )
795.52 s
[lsp-types] [ 29 of 452] Compiling Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/UnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/UnchangedDocumentDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/UnchangedDocumentDiagnosticReport.dyn_o )
795.52 s
[lsp-types] [ 30 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyOptions.dyn_o )
795.52 s
[lsp-types] [ 31 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyClientCapabilities.dyn_o )
795.52 s
[lsp-types] [ 32 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionOptions.dyn_o )
795.52 s
[lsp-types] [ 33 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionClientCapabilities.dyn_o )
795.52 s
[lsp-types] [ 34 of 452] Compiling Language.LSP.Protocol.Internal.Types.TraceValue ( generated/Language/LSP/Protocol/Internal/Types/TraceValue.hs, dist/build/Language/LSP/Protocol/Internal/Types/TraceValue.o, dist/build/Language/LSP/Protocol/Internal/Types/TraceValue.dyn_o )
795.52 s
[lsp-types] [ 35 of 452] Compiling Language.LSP.Protocol.Internal.Types.TokenFormat ( generated/Language/LSP/Protocol/Internal/Types/TokenFormat.hs, dist/build/Language/LSP/Protocol/Internal/Types/TokenFormat.o, dist/build/Language/LSP/Protocol/Internal/Types/TokenFormat.dyn_o )
795.52 s
[lsp-types] [ 36 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSyncKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncKind.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncKind.dyn_o )
795.52 s
[lsp-types] [ 37 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSyncClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncClientCapabilities.dyn_o )
795.52 s
[lsp-types] [ 38 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSaveReason.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveReason.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveReason.dyn_o )
795.52 s
[lsp-types] [ 39 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentIdentifier.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentIdentifier.dyn_o )
795.52 s
[lsp-types] [ 40 of 452] Compiling Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/WillSaveTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WillSaveTextDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/WillSaveTextDocumentParams.dyn_o )
795.52 s
[lsp-types] [ 41 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilterScheme.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterScheme.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterScheme.dyn_o )
795.52 s
[ormolu] [ 3 of 11] Compiling Ormolu.Fixity.ParserSpec ( tests/Ormolu/Fixity/ParserSpec.hs, dist/build/tests/tests-tmp/Ormolu/Fixity/ParserSpec.o )
795.52 s
[lsp-types] [ 42 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilterPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterPattern.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterPattern.dyn_o )
795.52 s
[lsp-types] [ 43 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilterLanguage.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterLanguage.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterLanguage.dyn_o )
795.52 s
[lsp-types] [ 44 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilter.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilter.dyn_o )
795.52 s
[lsp-types] [ 45 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeWholeDocument.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeWholeDocument.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeWholeDocument.dyn_o )
795.53 s
[lsp-types] [ 46 of 452] Compiling Language.LSP.Protocol.Internal.Types.SymbolTag ( generated/Language/LSP/Protocol/Internal/Types/SymbolTag.hs, dist/build/Language/LSP/Protocol/Internal/Types/SymbolTag.o, dist/build/Language/LSP/Protocol/Internal/Types/SymbolTag.dyn_o )
795.53 s
[lsp-types] [ 47 of 452] Compiling Language.LSP.Protocol.Internal.Types.SymbolKind ( generated/Language/LSP/Protocol/Internal/Types/SymbolKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/SymbolKind.o, dist/build/Language/LSP/Protocol/Internal/Types/SymbolKind.dyn_o )
795.53 s
[lsp-types] [ 48 of 452] Compiling Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/StaticRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/StaticRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/StaticRegistrationOptions.dyn_o )
795.53 s
[lsp-types] [ 49 of 452] Compiling Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions ( generated/Language/LSP/Protocol/Internal/Types/StaleRequestSupportOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/StaleRequestSupportOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/StaleRequestSupportOptions.dyn_o )
795.53 s
[lsp-types] [ 50 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpTriggerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpTriggerKind.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpTriggerKind.dyn_o )
795.53 s
[lsp-types] [ 51 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpOptions ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpOptions.dyn_o )
795.53 s
[lsp-types] [ 52 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowDocumentResult ( generated/Language/LSP/Protocol/Internal/Types/ShowDocumentResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentResult.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentResult.dyn_o )
795.53 s
[lsp-types] [ 53 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ShowDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentClientCapabilities.dyn_o )
795.53 s
[lsp-types] [ 54 of 452] Compiling Language.LSP.Protocol.Internal.Types.SetTraceParams ( generated/Language/LSP/Protocol/Internal/Types/SetTraceParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SetTraceParams.o, dist/build/Language/LSP/Protocol/Internal/Types/SetTraceParams.dyn_o )
795.53 s
[lsp-types] [ 55 of 452] Compiling Language.LSP.Protocol.Internal.Types.ServerInfo ( generated/Language/LSP/Protocol/Internal/Types/ServerInfo.hs, dist/build/Language/LSP/Protocol/Internal/Types/ServerInfo.o, dist/build/Language/LSP/Protocol/Internal/Types/ServerInfo.dyn_o )
795.53 s
[lsp-types] [ 56 of 452] Compiling Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions ( generated/Language/LSP/Protocol/Internal/Types/ServerCompletionItemOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ServerCompletionItemOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ServerCompletionItemOptions.dyn_o )
795.53 s
[lsp-types] [ 57 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensWorkspaceClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensWorkspaceClientCapabilities.dyn_o )
795.53 s
[lsp-types] [ 58 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensPartialResult.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensPartialResult.dyn_o )
795.53 s
[lsp-types] [ 59 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensLegend ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensLegend.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensLegend.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensLegend.dyn_o )
795.53 s
[lsp-types] [ 60 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensFullDelta.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensFullDelta.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensFullDelta.dyn_o )
795.53 s
[lsp-types] [ 61 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensOptions ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensOptions.dyn_o )
795.53 s
[lsp-types] [ 62 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensEdit ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensEdit.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensEdit.dyn_o )
795.54 s
[lsp-types] [ 63 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaPartialResult.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaPartialResult.dyn_o )
795.54 s
[lsp-types] [ 64 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensDelta ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensDelta.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDelta.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDelta.dyn_o )
795.54 s
[lsp-types] [ 65 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokens ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokens.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokens.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokens.dyn_o )
795.54 s
[lsp-types] [ 66 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokenTypes ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokenTypes.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenTypes.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenTypes.dyn_o )
795.54 s
[lsp-types] [ 67 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokenModifiers.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenModifiers.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenModifiers.dyn_o )
796.41 s
[ormolu] [ 4 of 11] Compiling Ormolu.Fixity.PrinterSpec ( tests/Ormolu/Fixity/PrinterSpec.hs, dist/build/tests/tests-tmp/Ormolu/Fixity/PrinterSpec.o )
796.41 s
[ormolu] [ 5 of 11] Compiling Ormolu.FixitySpec ( tests/Ormolu/FixitySpec.hs, dist/build/tests/tests-tmp/Ormolu/FixitySpec.o )
796.41 s
[ormolu] [ 6 of 11] Compiling Ormolu.OpTreeSpec ( tests/Ormolu/OpTreeSpec.hs, dist/build/tests/tests-tmp/Ormolu/OpTreeSpec.o )
796.41 s
[ormolu] [ 7 of 11] Compiling Ormolu.Parser.OptionsSpec ( tests/Ormolu/Parser/OptionsSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/OptionsSpec.o )
796.41 s
[ormolu] [ 8 of 11] Compiling Ormolu.Parser.ParseFailureSpec ( tests/Ormolu/Parser/ParseFailureSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/ParseFailureSpec.o )
796.41 s
[ormolu] [ 9 of 11] Compiling Ormolu.Parser.PragmaSpec ( tests/Ormolu/Parser/PragmaSpec.hs, dist/build/tests/tests-tmp/Ormolu/Parser/PragmaSpec.o )
796.41 s
[ormolu] [10 of 11] Compiling Ormolu.PrinterSpec ( tests/Ormolu/PrinterSpec.hs, dist/build/tests/tests-tmp/Ormolu/PrinterSpec.o )
796.41 s
[ormolu] [11 of 11] Compiling Main ( tests/Spec.hs, dist/build/tests/tests-tmp/Main.o )
797.27 s
[lsp-types] [ 68 of 452] Compiling Language.LSP.Protocol.Types.SemanticTokens ( src/Language/LSP/Protocol/Types/SemanticTokens.hs, dist/build/Language/LSP/Protocol/Types/SemanticTokens.o, dist/build/Language/LSP/Protocol/Types/SemanticTokens.dyn_o )
797.87 s
[ormolu] [12 of 12] Linking dist/build/tests/tests
800.17 s
[lsp-types] [ 69 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeOptions.dyn_o )
800.20 s
[lsp-types] [ 70 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeClientCapabilities.dyn_o )
800.20 s
[lsp-types] [ 71 of 452] Compiling Language.LSP.Protocol.Internal.Types.SaveOptions ( generated/Language/LSP/Protocol/Internal/Types/SaveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SaveOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/SaveOptions.dyn_o )
800.20 s
[lsp-types] [ 72 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSyncOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncOptions.dyn_o )
800.20 s
[lsp-types] [ 73 of 452] Compiling Language.LSP.Protocol.Internal.Types.ResourceOperationKind ( generated/Language/LSP/Protocol/Internal/Types/ResourceOperationKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperationKind.o, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperationKind.dyn_o )
800.20 s
[lsp-types] [ 74 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameOptions ( generated/Language/LSP/Protocol/Internal/Types/RenameOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameOptions.dyn_o )
800.20 s
[lsp-types] [ 75 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameFileOptions ( generated/Language/LSP/Protocol/Internal/Types/RenameFileOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameFileOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameFileOptions.dyn_o )
800.20 s
[lsp-types] [ 76 of 452] Compiling Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind ( generated/Language/LSP/Protocol/Internal/Types/RegularExpressionEngineKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionEngineKind.o, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionEngineKind.dyn_o )
800.20 s
[lsp-types] [ 77 of 452] Compiling Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/RegularExpressionsClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionsClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionsClientCapabilities.dyn_o )
800.20 s
[lsp-types] [ 78 of 452] Compiling Language.LSP.Protocol.Internal.Types.Registration ( generated/Language/LSP/Protocol/Internal/Types/Registration.hs, dist/build/Language/LSP/Protocol/Internal/Types/Registration.o, dist/build/Language/LSP/Protocol/Internal/Types/Registration.dyn_o )
800.20 s
[lsp-types] [ 79 of 452] Compiling Language.LSP.Protocol.Internal.Types.RegistrationParams ( generated/Language/LSP/Protocol/Internal/Types/RegistrationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/RegistrationParams.o, dist/build/Language/LSP/Protocol/Internal/Types/RegistrationParams.dyn_o )
800.20 s
[lsp-types] [ 80 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceOptions ( generated/Language/LSP/Protocol/Internal/Types/ReferenceOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceOptions.dyn_o )
800.20 s
[lsp-types] [ 81 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceContext ( generated/Language/LSP/Protocol/Internal/Types/ReferenceContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceContext.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceContext.dyn_o )
800.20 s
[lsp-types] [ 82 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ReferenceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceClientCapabilities.dyn_o )
800.20 s
[lsp-types] [ 83 of 452] Compiling Language.LSP.Protocol.Internal.Types.ProgressToken ( generated/Language/LSP/Protocol/Internal/Types/ProgressToken.hs, dist/build/Language/LSP/Protocol/Internal/Types/ProgressToken.o, dist/build/Language/LSP/Protocol/Internal/Types/ProgressToken.dyn_o )
800.20 s
[lsp-types] [ 84 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolParams.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolParams.dyn_o )
800.20 s
[lsp-types] [ 85 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressParams.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressParams.dyn_o )
800.20 s
[lsp-types] [ 86 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCreateParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCreateParams.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCreateParams.dyn_o )
800.20 s
[lsp-types] [ 87 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCancelParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCancelParams.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCancelParams.dyn_o )
800.20 s
[lsp-types] [ 88 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensParams ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensParams.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensParams.dyn_o )
800.20 s
[lsp-types] [ 89 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaParams.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaParams.dyn_o )
800.20 s
[lsp-types] [ 90 of 452] Compiling Language.LSP.Protocol.Internal.Types.ProgressParams ( generated/Language/LSP/Protocol/Internal/Types/ProgressParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ProgressParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ProgressParams.dyn_o )
800.20 s
[lsp-types] [ 91 of 452] Compiling Language.LSP.Protocol.Internal.Types.PreviousResultId ( generated/Language/LSP/Protocol/Internal/Types/PreviousResultId.hs, dist/build/Language/LSP/Protocol/Internal/Types/PreviousResultId.o, dist/build/Language/LSP/Protocol/Internal/Types/PreviousResultId.dyn_o )
800.20 s
[lsp-types] [ 92 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticParams.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticParams.dyn_o )
800.20 s
[lsp-types] [ 93 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior ( generated/Language/LSP/Protocol/Internal/Types/PrepareSupportDefaultBehavior.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareSupportDefaultBehavior.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareSupportDefaultBehavior.dyn_o )
800.20 s
[lsp-types] [ 94 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/RenameClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameClientCapabilities.dyn_o )
800.20 s
[lsp-types] [ 95 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenameDefaultBehavior.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameDefaultBehavior.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameDefaultBehavior.dyn_o )
800.20 s
[lsp-types] [ 96 of 452] Compiling Language.LSP.Protocol.Internal.Types.PositionEncodingKind ( generated/Language/LSP/Protocol/Internal/Types/PositionEncodingKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/PositionEncodingKind.o, dist/build/Language/LSP/Protocol/Internal/Types/PositionEncodingKind.dyn_o )
800.20 s
[lsp-types] [ 97 of 452] Compiling Language.LSP.Protocol.Internal.Types.Position ( generated/Language/LSP/Protocol/Internal/Types/Position.hs, dist/build/Language/LSP/Protocol/Internal/Types/Position.o, dist/build/Language/LSP/Protocol/Internal/Types/Position.dyn_o )
800.20 s
[lsp-types] [ 98 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyPrepareParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyPrepareParams.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyPrepareParams.dyn_o )
800.20 s
[lsp-types] [ 99 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionParams ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionParams.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionParams.dyn_o )
800.20 s
[lsp-types] [100 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentPositionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentPositionParams.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentPositionParams.dyn_o )
800.20 s
[lsp-types] [101 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeParams ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeParams.dyn_o )
800.20 s
[lsp-types] [102 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameParams ( generated/Language/LSP/Protocol/Internal/Types/RenameParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameParams.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameParams.dyn_o )
800.20 s
[lsp-types] [103 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceParams ( generated/Language/LSP/Protocol/Internal/Types/ReferenceParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceParams.dyn_o )
800.21 s
[lsp-types] [104 of 452] Compiling Language.LSP.Protocol.Internal.Types.Range ( generated/Language/LSP/Protocol/Internal/Types/Range.hs, dist/build/Language/LSP/Protocol/Internal/Types/Range.o, dist/build/Language/LSP/Protocol/Internal/Types/Range.dyn_o )
800.21 s
[lsp-types] [105 of 452] Compiling Language.LSP.Protocol.Types.Location ( src/Language/LSP/Protocol/Types/Location.hs, dist/build/Language/LSP/Protocol/Types/Location.o, dist/build/Language/LSP/Protocol/Types/Location.dyn_o )
800.21 s
[lsp-types] [106 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyItem ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyItem.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyItem.dyn_o )
803.49 s
[lsp-types] [107 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchySupertypesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySupertypesParams.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySupertypesParams.dyn_o )
803.87 s
[ormolu] buildPhase completed in 1 minutes 14 seconds
803.87 s
[ormolu] Phase: checkPhase
803.97 s
[ormolu] Running 1 test suites...
803.97 s
[ormolu] Test suite tests: RUNNING...
804.01 s
[ormolu]
804.01 s
[ormolu] Ormolu.CabalInfo
804.01 s
[ormolu] findCabalFile
804.01 s
[ormolu] returns correct absolute path [✔]
804.01 s
[ormolu] finds correct path even when it starts from nonsense [✔]
804.01 s
[ormolu] returns Nothing when it cannot find a cabal file [✔]
804.02 s
[ormolu] does not consider directories as .cabal files [✔]
804.02 s
[ormolu] parseCabalInfo
804.03 s
[ormolu] extracts correct cabal info from ormolu.cabal for src/Ormolu/Config.hs [✔]
804.03 s
[ormolu] extracts correct cabal info from ormolu.cabal for tests/Ormolu/PrinterSpec.hs [✔]
804.03 s
[ormolu] handles correctly files that are not mentioned in ormolu.cabal [✔]
804.03 s
[ormolu] handles `hs-source-dirs: .` [✔]
804.03 s
[ormolu] handles empty hs-source-dirs [✔]
804.03 s
[ormolu] Ormolu.Diff.Text
804.03 s
[ormolu] printTextDiff
804.03 s
[ormolu] one-line-added [✔]
804.03 s
[ormolu] one-line-removed [✔]
804.03 s
[ormolu] no-preceding [✔]
804.03 s
[ormolu] no-following [✔]
804.03 s
[ormolu] simple-hunk [✔]
804.03 s
[ormolu] joined-hunk [✔]
804.04 s
[ormolu] two-hunks [✔]
804.04 s
[ormolu] trimming [✔]
804.04 s
[ormolu] trailing-blank-line [✔]
804.04 s
[ormolu] trimming-trailing-both-eof [✔]
804.04 s
[ormolu] trimming-trailing-both-out-of-margin [✔]
804.04 s
[ormolu] Ormolu.Fixity
804.08 s
[ormolu] gives the correct fixity info for (:) (built-in) [✔]
804.08 s
[ormolu] does not know operators from base if base is not a dependency [✔]
804.08 s
[ormolu] does not know operators from base if Prelude is not imported [✔]
804.08 s
[ormolu] infers fixities of operators from base correctly [✔]
804.08 s
[ormolu] does not know (>>>) when Control.Category is not imported [✔]
804.08 s
[ormolu] infer correct fixity for (>>>) when Control.Category is imported [✔]
804.08 s
[ormolu] handles 'as' imports correctly [✔]
804.08 s
[ormolu] handles 'qualified' imports correctly [✔]
804.08 s
[ormolu] handles 'qualified as' imports correctly [✔]
804.09 s
[ormolu] handles explicit import lists correctly [✔]
804.09 s
[ormolu] handles hiding import lists correctly [✔]
804.09 s
[ormolu] handles qualified imports with explicit import lists correctly [✔]
804.09 s
[ormolu] handles qualified import with hiding correctly [✔]
804.09 s
[ormolu] handles qualified import and explicit import lists correctly (1) [✔]
804.09 s
[ormolu] handles qualified import and explicit import lists correctly (2) [✔]
804.09 s
[ormolu] handles qualified import and hiding import correctly (1) [✔]
804.09 s
[ormolu] handles qualified import and hiding import correctly (2) [✔]
804.09 s
[ormolu] works for several imports from different packages [✔]
804.09 s
[ormolu] merges approximations in case of a conflict [✔]
804.09 s
[ormolu] correctly handles package-qualified imports (1) [✔]
804.09 s
[ormolu] correctly handles package-qualified imports (2) [✔]
804.09 s
[ormolu] default module re-exports: Control.Lens brings into scope Control.Lens.Lens [✔]
804.09 s
[ormolu] default module re-exports: Control.Lens qualified brings into scope Control.Lens.Lens [✔]
804.09 s
[ormolu] default module re-exports: Control.Lens qualified as brings into scope Control.Lens.Lens [✔]
804.09 s
[ormolu] re-export chains: exported module can itself re-export another module [✔]
804.09 s
[ormolu] Ormolu.Fixity.Parser
804.09 s
[ormolu] parseDotOrmolu
804.09 s
[ormolu] parses the empty input without choking [✔]
804.09 s
[ormolu] parses a collection of fixity declarations [✔]
804.09 s
[ormolu] combines conflicting fixity declarations correctly [✔]
804.09 s
[ormolu] handles CRLF line endings correctly [✔]
804.09 s
[ormolu] fails with correct parse error (keyword wrong second line) [✔]
804.09 s
[ormolu] parses module re-exports and combines them correctly [✔]
804.09 s
[ormolu] parses fixity declarations + module re-export declarations with blanks [✔]
804.09 s
[ormolu] parseFixtiyDeclaration
804.09 s
[ormolu] parses a simple infixr declaration [✔]
804.09 s
[ormolu] parses a simple infixl declaration [✔]
804.09 s
[ormolu] parses a simple infix declaration [✔]
804.09 s
[ormolu] parses a declaration for a ticked identifier [✔]
804.09 s
[ormolu] parses a declaration for a ticked identifier (constructor case) [✔]
804.09 s
[ormolu] parses a multi-operator declaration [✔]
804.09 s
[ormolu] parses a declaration with a unicode operator [✔]
804.09 s
[ormolu] fails with correct parse error (keyword wrong) [✔]
804.09 s
[ormolu] fails with correct parse error (missing operator) [✔]
804.09 s
[ormolu] fails with correct parse error (trailing comma) [✔]
804.09 s
[ormolu] fails with correct parse error (precedence greater than 9) [✔]
804.09 s
[ormolu] parseModuleReexportDeclaration
804.09 s
[ormolu] parses a re-export declaration [✔]
804.09 s
[ormolu] parses a re-export declaration (explicit package) [✔]
804.09 s
[ormolu] fails with correct parse error (keyword wrong) [✔]
804.09 s
[ormolu] fails with correct parse error (module syntax) [✔]
804.09 s
[ormolu] fails with correct parse error (typo: export intead exports) [✔]
804.09 s
[ormolu] Ormolu.Fixity.Printer
804.09 s
[ormolu] parseFixityOverrides & printFixityOverrides
806.87 s
[ormolu] arbitrary fixity maps are printed and parsed back correctly [✔]
806.90 s
[ormolu] +++ OK, passed 100 tests.
806.90 s
[ormolu] Ormolu.OpTree
806.90 s
[ormolu] flattens a tree correctly [✔]
806.90 s
[ormolu] uses 'minOps' strategy by default [✔]
806.90 s
[ormolu] uses 'maxOps' strategy if 'minOps' strategy fails [✔]
806.90 s
[ormolu] defaults to 'hardSplitter' strategy if both 'minOps' and 'maxOps' strategies fail [✔]
806.90 s
[ormolu] reassociates correctly: complex example 1 [✔]
806.90 s
[ormolu] Ormolu.Parser.Options
806.90 s
[ormolu] GHC options in source files take priority
806.90 s
[ormolu] default extensions can be disabled locally [✔]
806.90 s
[ormolu] extensions disabled via CLI can be enabled locally [✔]
806.90 s
[ormolu] Ormolu.Parser.ParseFailure
806.90 s
[ormolu] disabling-preserves-error-location.hs fails at 12:1 [✔]
806.90 s
[ormolu] line-pragma.hs fails at 4:47 [✔]
806.90 s
[ormolu] Ormolu.Parser.Pragma
806.90 s
[ormolu] parsePragma
806.90 s
[ormolu] {-# LANGUAGE Foo #-} [✔]
806.90 s
[ormolu] {-# language Foo #-} [✔]
806.90 s
[ormolu] {-#LANGUAGE Foo#-} [✔]
806.90 s
[ormolu] {-# LANGUAGE Foo#-} [✔]
806.90 s
[ormolu] {-#language Foo#-} [✔]
806.90 s
[ormolu] {-# lAngUAGe Foo #-} [✔]
806.90 s
[ormolu] {-# LANGUAGE Foo, Bar #-} [✔]
806.90 s
[ormolu] {-# LANGUAGE Foo Bar #-} [✔]
806.90 s
[ormolu] {-# BOO Foo #-} [✔]
806.90 s
[ormolu] something [✔]
806.90 s
[ormolu] {-# LANGUAGE foo, Bar #-} [✔]
806.90 s
[ormolu] {-# OPTIONS_GHC foo bar baz #-} [✔]
806.90 s
[ormolu] {-#OPTIONS_HADDOCK foo, bar, baz #-} [✔]
806.90 s
[ormolu] Ormolu.Printer
806.90 s
[ormolu] import/deprecated-export-multi-line.hs works [✔]
806.90 s
[ormolu] import/explicit-imports.hs works [✔]
806.91 s
[ormolu] import/merging-2.hs works [✔]
806.91 s
[ormolu] import/deduplication-bug.hs works [✔]
806.91 s
[ormolu] import/merging-0.hs works [✔]
806.92 s
[ormolu] import/merging-1.hs works [✔]
806.92 s
[ormolu] import/sorted-export-list.hs works [✔]
806.92 s
[ormolu] import/qualified-post.hs works [✔]
806.93 s
[ormolu] import/qualified-prelude.hs works [✔]
806.93 s
[ormolu] import/explicit-prelude.hs works [✔]
806.93 s
[ormolu] import/misc.hs works [✔]
806.93 s
[ormolu] import/explicit-imports-with-comments.hs works [✔]
806.94 s
[ormolu] import/nested-explicit-imports.hs works [✔]
806.94 s
[ormolu] import/comments-per-import.hs works [✔]
806.94 s
[ormolu] import/simple.hs works [✔]
806.94 s
[ormolu] import/deprecated-export-single-line.hs works [✔]
806.94 s
[ormolu] import/comments-inside-imports.hs works [✔]
806.94 s
[ormolu] import/sorted.hs works [✔]
806.95 s
[ormolu] import/sorted-package-imports.hs works [✔]
806.95 s
[ormolu] other/trailing-whitespace.hs works [✔]
806.95 s
[ormolu] other/comment-spacing.hs works [✔]
806.95 s
[ormolu] other/following-comment-last-0.hs works [✔]
806.96 s
[ormolu] other/following-comment-last-1.hs works [✔]
806.96 s
[ormolu] other/invalid-haddock-1.hs works [✔]
806.96 s
[ormolu] other/comment-empty-let.hs works [✔]
806.97 s
[ormolu] other/pragma-comments-after.hs works [✔]
806.98 s
[ormolu] other/inline-comment-1.hs works [✔]
807.00 s
[ormolu] other/pragma.hs works [✔]
807.02 s
[ormolu] other/empty-forall.hs works [✔]
807.02 s
[ormolu] other/multiline-comments-reindent.hs works [✔]
807.02 s
[ormolu] other/comment-glued-together.hs works [✔]
807.03 s
[ormolu] other/haddock-without-module-header.hs works [✔]
807.03 s
[ormolu] other/haddock-sections.hs works [✔]
807.04 s
[ormolu] other/comment-style-transform.hs works [✔]
807.05 s
[ormolu] other/merging-comments.hs works [✔]
807.05 s
[ormolu] other/following-comment-last-2.hs works [✔]
807.05 s
[ormolu] other/empty-haddock.hs works [✔]
807.06 s
[ormolu] other/multiple-blank-line-comment.hs works [✔]
807.06 s
[ormolu] other/invalid-haddock-2.hs works [✔]
807.07 s
[ormolu] other/jsffi.hs works [✔]
807.07 s
[ormolu] other/comment-alignment.hs works [✔]
807.07 s
[ormolu] other/ascii.hs works [✔]
807.08 s
[ormolu] other/comment-after-preceding-haddock.hs works [✔]
807.08 s
[ormolu] other/invalid-haddock-weird.hs works [✔]
807.09 s
[ormolu] other/pragma-comments.hs works [✔]
807.11 s
[ormolu] other/linear-arrows.hs works [✔]
807.11 s
[ormolu] other/comment-two-blocks.hs works [✔]
807.11 s
[ormolu] other/consequetive-pipe-comments.hs works [✔]
807.12 s
[ormolu] other/comment-inside-construct.hs works [✔]
807.13 s
[ormolu] other/necessary-brackets.hs works [✔]
807.14 s
[ormolu] other/pragma-sorting.hs works [✔]
807.14 s
[ormolu] other/comment-before-hanging.hs works [✔]
807.14 s
[ormolu] other/pragma-no-header.hs works [✔]
807.14 s
[ormolu] other/argument-comment.hs works [✔]
807.15 s
[ormolu] other/following-comment-last-3.hs works [✔]
807.15 s
[ormolu] other/comment-following-preceding-gap.hs works [✔]
807.15 s
[ormolu] other/comment-multiline-after.hs works [✔]
807.16 s
[ormolu] other/inline-comment-0.hs works [✔]
807.16 s
[ormolu] other/overly-indented.hs works [✔]
807.16 s
[ormolu] other/comment-trailing-space.hs works [✔]
807.21 s
[ormolu] other/multiline-forall.hs works [✔]
807.21 s
[ormolu] other/invalid-haddock-double-trigger.hs works [✔]
807.22 s
[ormolu] other/disabling/preserve-trailing-whitespace.hs works [✔]
807.22 s
[ormolu] other/disabling/empty-disabled-region.hs works [✔]
807.22 s
[ormolu] other/disabling/suffix-comment.hs works [✔]
807.22 s
[ormolu] other/disabling/preserve-empty-lines.hs works [✔]
807.22 s
[ormolu] other/disabling/whole-file.hs works [✔]
807.23 s
[ormolu] other/disabling/single-definition.hs works [✔]
807.23 s
[ormolu] other/disabling/closing-comment-in-disabled-region.hs works [✔]
807.23 s
[ormolu] other/disabling/normalize-magic-comments.hs works [✔]
807.23 s
[ormolu] other/disabling/line-pragma-in-disabled-region.hs works [✔]
807.24 s
[ormolu] other/cpp/separation-2b.hs works [✔]
807.25 s
[ormolu] other/cpp/simple-import.hs works [✔]
807.26 s
[ormolu] other/cpp/separation-1a.hs works [✔]
807.27 s
[ormolu] other/cpp/separation-0a.hs works [✔]
807.28 s
[ormolu] other/cpp/cpp-and-imports.hs works [✔]
807.29 s
[ormolu] other/cpp/separation-1b.hs works [✔]
807.29 s
[ormolu] other/cpp/separation-2a.hs works [✔]
807.30 s
[ormolu] other/cpp/continuation.hs works [✔]
807.31 s
[ormolu] other/cpp/shifted.hs works [✔]
807.31 s
[ormolu] other/cpp/separation-0b.hs works [✔]
807.32 s
[ormolu] other/cpp/lonely-hash.hs works [✔]
807.33 s
[ormolu] declaration/signature/standalone-kind.hs works [✔]
807.34 s
[ormolu] declaration/signature/type/multi-value.hs works [✔]
807.34 s
[ormolu] declaration/signature/type/long-function-name.hs works [✔]
807.35 s
[ormolu] declaration/signature/type/arguments.hs works [✔]
807.35 s
[ormolu] declaration/signature/type/context-single-line.hs works [✔]
807.36 s
[ormolu] declaration/signature/type/unrelated.hs works [✔]
807.37 s
[ormolu] declaration/signature/type/long-multiline-applications.hs works [✔]
807.38 s
[ormolu] declaration/signature/type/unicode.hs works [✔]
807.38 s
[ormolu] declaration/signature/type/context-multi-line.hs works [✔]
807.39 s
[ormolu] declaration/signature/type/infix-promoted-type-constructor.hs works [✔]
807.40 s
[ormolu] declaration/signature/pattern/multiline.hs works [✔]
807.41 s
[ormolu] declaration/signature/pattern/single-line.hs works [✔]
807.41 s
[ormolu] declaration/signature/fixity/infixr.hs works [✔]
807.41 s
[ormolu] declaration/signature/fixity/infix.hs works [✔]
807.41 s
[ormolu] declaration/signature/fixity/infixl.hs works [✔]
807.41 s
[ormolu] declaration/signature/inline/conlike.hs works [✔]
807.42 s
[ormolu] declaration/signature/inline/inlineable.hs works [✔]
807.43 s
[ormolu] declaration/signature/inline/inline.hs works [✔]
807.43 s
[ormolu] declaration/signature/inline/noinline.hs works [✔]
807.44 s
[ormolu] declaration/signature/complete/complete.hs works [✔]
807.46 s
[ormolu] declaration/signature/specialize/specialize-instance.hs works [✔]
807.48 s
[ormolu] declaration/signature/specialize/specialize.hs works [✔]
807.48 s
[ormolu] declaration/signature/set-cost-centre/set-cost-centre.hs works [✔]
807.49 s
[ormolu] declaration/signature/minimal/minimal.hs works [✔]
807.50 s
[ormolu] declaration/type/misc-kind-signatures.hs works [✔]
807.50 s
[ormolu] declaration/type/type-applications.hs works [✔]
807.51 s
[ormolu] declaration/type/lits.hs works [✔]
807.51 s
[ormolu] declaration/type/splice.hs works [✔]
807.52 s
[ormolu] declaration/type/promotion-1.hs works [✔]
807.52 s
[ormolu] declaration/type/forall.hs works [✔]
807.52 s
[ormolu] declaration/type/promotion-0.hs works [✔]
807.53 s
[ormolu] declaration/type/visible-forall.hs works [✔]
807.53 s
[ormolu] declaration/type-synonyms/with-weird-haddock.hs works [✔]
807.54 s
[ormolu] declaration/type-synonyms/simple.hs works [✔]
807.55 s
[ormolu] declaration/type-synonyms/multi-line.hs works [✔]
807.55 s
[ormolu] declaration/warning/warning-multiline.hs works [✔]
807.57 s
[ormolu] declaration/warning/warning-single-line.hs works [✔]
807.58 s
[ormolu] declaration/instance/data-family-instances.hs works [✔]
807.59 s
[ormolu] declaration/instance/overlappable-instances.hs works [✔]
807.59 s
[ormolu] declaration/instance/empty-instance.hs works [✔]
807.60 s
[ormolu] declaration/instance/single-parameter.hs works [✔]
807.61 s
[ormolu] declaration/instance/data-family-instances-newtype.hs works [✔]
807.62 s
[ormolu] declaration/instance/type-family-instances.hs works [✔]
807.63 s
[ormolu] declaration/instance/multi-parameter.hs works [✔]
807.63 s
[ormolu] declaration/instance/contexts.hs works [✔]
807.64 s
[ormolu] declaration/instance/instance-sigs.hs works [✔]
807.64 s
[ormolu] declaration/instance/newlines-after-where.hs works [✔]
807.66 s
[ormolu] declaration/instance/newlines-between-methods.hs works [✔]
807.66 s
[ormolu] declaration/instance/contexts-comments.hs works [✔]
807.67 s
[ormolu] declaration/instance/associated-data.hs works [✔]
807.67 s
[ormolu] declaration/instance/associated-types.hs works [✔]
807.68 s
[ormolu] declaration/instance/instance-sigs-multiple.hs works [✔]
807.68 s
[ormolu] declaration/instance/data-family-instances-gadt.hs works [✔]
807.69 s
[ormolu] declaration/class/associated-types1.hs works [✔]
807.69 s
[ormolu] declaration/class/associated-data1.hs works [✔]
807.70 s
[ormolu] declaration/class/multi-parameters1.hs works [✔]
807.71 s
[ormolu] declaration/class/poly-kinded-classes.hs works [✔]
807.72 s
[ormolu] declaration/class/associated-type-defaults.hs works [✔]
807.73 s
[ormolu] declaration/class/type-operators3.hs works [✔]
807.74 s
[ormolu] declaration/class/single-parameters.hs works [✔]
807.75 s
[ormolu] declaration/class/associated-data2.hs works [✔]
807.75 s
[ormolu] declaration/class/empty-classes.hs works [✔]
807.77 s
[ormolu] declaration/class/default-signatures.hs works [✔]
807.77 s
[ormolu] declaration/class/default-implementations.hs works [✔]
807.78 s
[ormolu] declaration/class/associated-types2.hs works [✔]
807.79 s
[ormolu] declaration/class/newlines-after-where.hs works [✔]
807.80 s
[ormolu] declaration/class/default-implementations-comments.hs works [✔]
807.81 s
[ormolu] declaration/class/newlines-between-methods.hs works [✔]
807.82 s
[ormolu] declaration/class/functional-dependencies.hs works [✔]
807.82 s
[ormolu] declaration/class/super-classes.hs works [✔]
807.83 s
[ormolu] declaration/class/type-operators2.hs works [✔]
807.83 s
[ormolu] declaration/class/default-signatures-simple.hs works [✔]
807.84 s
[ormolu] declaration/class/dependency-super-classes.hs works [✔]
807.85 s
[ormolu] declaration/class/newlines-and-haddocks.hs works [✔]
807.85 s
[ormolu] declaration/class/type-operators1.hs works [✔]
807.86 s
[ormolu] declaration/class/newlines-and-default-decls.hs works [✔]
807.87 s
[ormolu] declaration/class/multi-parameters2.hs works [✔]
807.89 s
[ormolu] declaration/data/multiline-names.hs works [✔]
807.89 s
[ormolu] declaration/data/datatype-contexts.hs works [✔]
807.89 s
[ormolu] declaration/data/deriving.hs works [✔]
807.90 s
[ormolu] declaration/data/deriving-strategies.hs works [✔]
807.91 s
[ormolu] declaration/data/unnamed-field-comment-0.hs works [✔]
807.91 s
[ormolu] declaration/data/with-weird-haddock.hs works [✔]
807.91 s
[ormolu] declaration/data/partly-documented.hs works [✔]
807.92 s
[ormolu] declaration/data/strictness.hs works [✔]
807.93 s
[ormolu] declaration/data/simple-broken.hs works [✔]
807.95 s
[ormolu] declaration/data/kind-annotations.hs works [✔]
807.96 s
[ormolu] declaration/data/operators.hs works [✔]
807.96 s
[ormolu] declaration/data/multiline-arg-parens.hs works [✔]
807.96 s
[ormolu] declaration/data/infix.hs works [✔]
807.96 s
[ormolu] declaration/data/unnamed-field-comment-3.hs works [✔]
807.97 s
[ormolu] declaration/data/single-constructor-with-haddock.hs works [✔]
807.98 s
[ormolu] declaration/data/gadt-syntax.hs works [✔]
807.98 s
[ormolu] declaration/data/record-singleline.hs works [✔]
807.99 s
[ormolu] declaration/data/record.hs works [✔]
807.99 s
[ormolu] declaration/data/fat-multiline.hs works [✔]
808.00 s
[lsp-types] [108 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchySubtypesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySubtypesParams.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySubtypesParams.dyn_o )
808.00 s
[ormolu] declaration/data/type-data.hs works [✔]
808.00 s
[ormolu] declaration/data/multiline.hs works [✔]
808.01 s
[ormolu] declaration/data/existential.hs works [✔]
808.02 s
[ormolu] declaration/data/invisible-binders.hs works [✔]
808.02 s
[ormolu] declaration/data/ctype-0.hs works [✔]
808.03 s
[ormolu] declaration/data/existential-multiline.hs works [✔]
808.03 s
[ormolu] declaration/data/empty.hs works [✔]
808.03 s
[ormolu] declaration/data/record-multi-const.hs works [✔]
808.03 s
[ormolu] declaration/data/unnamed-field-comment-1.hs works [✔]
808.04 s
[ormolu] declaration/data/record-fancy-existential.hs works [✔]
808.04 s
[ormolu] declaration/data/ctype-1.hs works [✔]
808.05 s
[ormolu] declaration/data/existential-unicode.hs works [✔]
808.05 s
[ormolu] declaration/data/simple.hs works [✔]
808.05 s
[ormolu] declaration/data/newtype.hs works [✔]
808.05 s
[ormolu] declaration/data/with-comment.hs works [✔]
808.06 s
[lsp-types] [109 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextEdit ( generated/Language/LSP/Protocol/Internal/Types/TextEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextEdit.o, dist/build/Language/LSP/Protocol/Internal/Types/TextEdit.dyn_o )
808.06 s
[lsp-types] [110 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangePartial.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangePartial.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangePartial.dyn_o )
808.06 s
[lsp-types] [111 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeEvent.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeEvent.dyn_o )
808.06 s
[lsp-types] [112 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/ShowDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentParams.dyn_o )
808.06 s
[lsp-types] [113 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRangeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRangeParams.dyn_o )
808.06 s
[lsp-types] [114 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRange ( generated/Language/LSP/Protocol/Internal/Types/SelectionRange.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRange.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRange.dyn_o )
808.06 s
[lsp-types] [115 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenamePlaceholder.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenamePlaceholder.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenamePlaceholder.dyn_o )
808.06 s
[lsp-types] [116 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenameResult ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenameResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameResult.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameResult.dyn_o )
808.06 s
[lsp-types] [117 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenameParams ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenameParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameParams.o, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameParams.dyn_o )
808.06 s
[lsp-types] [118 of 452] Compiling Language.LSP.Protocol.Internal.Types.Pattern ( generated/Language/LSP/Protocol/Internal/Types/Pattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/Pattern.o, dist/build/Language/LSP/Protocol/Internal/Types/Pattern.dyn_o )
808.06 s
[lsp-types] [119 of 452] Compiling Language.LSP.Protocol.Internal.Types.RelativePattern ( generated/Language/LSP/Protocol/Internal/Types/RelativePattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/RelativePattern.o, dist/build/Language/LSP/Protocol/Internal/Types/RelativePattern.dyn_o )
808.06 s
[lsp-types] [120 of 452] Compiling Language.LSP.Protocol.Internal.Types.PartialResultParams ( generated/Language/LSP/Protocol/Internal/Types/PartialResultParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/PartialResultParams.o, dist/build/Language/LSP/Protocol/Internal/Types/PartialResultParams.dyn_o )
808.06 s
[lsp-types] [121 of 452] Compiling Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/OptionalVersionedTextDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/OptionalVersionedTextDocumentIdentifier.o, dist/build/Language/LSP/Protocol/Internal/Types/OptionalVersionedTextDocumentIdentifier.dyn_o )
808.06 s
[lsp-types] [122 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncClientCapabilities.dyn_o )
808.06 s
[lsp-types] [123 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentIdentifier.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentIdentifier.dyn_o )
808.06 s
[lsp-types] [124 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterScheme.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterScheme.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterScheme.dyn_o )
808.06 s
[lsp-types] [125 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterPattern.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterPattern.dyn_o )
808.06 s
[lsp-types] [126 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterNotebookType.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterNotebookType.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterNotebookType.dyn_o )
808.06 s
[lsp-types] [127 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilter.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilter.dyn_o )
808.06 s
[lsp-types] [128 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentClientCapabilities.dyn_o )
808.07 s
[lsp-types] [129 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellContentChanges.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellContentChanges.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellContentChanges.dyn_o )
808.07 s
[lsp-types] [130 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellTextDocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellTextDocumentFilter.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellTextDocumentFilter.dyn_o )
808.07 s
[lsp-types] [131 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellLanguage ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellLanguage.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellLanguage.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellLanguage.dyn_o )
808.07 s
[lsp-types] [132 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithNotebook.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithNotebook.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithNotebook.dyn_o )
808.07 s
[lsp-types] [133 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithCells.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithCells.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithCells.dyn_o )
808.07 s
[lsp-types] [134 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncRegistrationOptions.dyn_o )
808.07 s
[ormolu] declaration/data/unnamed-field-comment-2.hs works [✔]
808.07 s
[ormolu] declaration/data/field-layout/record-2.hs works [✔]
808.07 s
[ormolu] declaration/data/field-layout/gadt.hs works [✔]
808.08 s
[ormolu] declaration/data/field-layout/record-1.hs works [✔]
808.08 s
[ormolu] declaration/data/field-layout/record-0.hs works [✔]
808.09 s
[ormolu] declaration/data/field-layout/variants.hs works [✔]
808.11 s
[ormolu] declaration/data/gadt/multiline-where.hs works [✔]
808.11 s
[ormolu] declaration/data/gadt/strictness.hs works [✔]
808.12 s
[ormolu] declaration/data/gadt/record.hs works [✔]
808.14 s
[ormolu] declaration/data/gadt/multiline.hs works [✔]
808.15 s
[ormolu] declaration/data/gadt/multiple-declaration.hs works [✔]
808.16 s
[ormolu] declaration/data/gadt/unicode.hs works [✔]
808.17 s
[ormolu] declaration/data/gadt/simple.hs works [✔]
808.18 s
[ormolu] declaration/default/default.hs works [✔]
808.18 s
[ormolu] declaration/foreign/foreign-export.hs works [✔]
808.20 s
[ormolu] declaration/foreign/foreign-import.hs works [✔]
808.20 s
[ormolu] declaration/deriving/overlapping.hs works [✔]
808.21 s
[ormolu] declaration/deriving/singleline.hs works [✔]
808.21 s
[ormolu] declaration/deriving/multiline.hs works [✔]
808.21 s
[ormolu] declaration/role-annotation/single-line.hs works [✔]
808.21 s
[ormolu] declaration/role-annotation/multi-line.hs works [✔]
808.22 s
[ormolu] declaration/annotation/annotation.hs works [✔]
808.23 s
[ormolu] declaration/rewrite-rule/type-signature.hs works [✔]
808.25 s
[ormolu] declaration/rewrite-rule/prelude3.hs works [✔]
808.25 s
[ormolu] declaration/rewrite-rule/basic1.hs works [✔]
808.28 s
[ormolu] declaration/rewrite-rule/basic2.hs works [✔]
808.28 s
[ormolu] declaration/rewrite-rule/empty.hs works [✔]
808.32 s
[ormolu] declaration/rewrite-rule/never-active.hs works [✔]
808.34 s
[ormolu] declaration/rewrite-rule/prelude1.hs works [✔]
808.35 s
[ormolu] declaration/rewrite-rule/forall-1.hs works [✔]
808.36 s
[ormolu] declaration/rewrite-rule/prelude4.hs works [✔]
808.36 s
[ormolu] declaration/rewrite-rule/phase.hs works [✔]
808.40 s
[ormolu] declaration/rewrite-rule/prelude2.hs works [✔]
808.40 s
[ormolu] declaration/rewrite-rule/forall-0.hs works [✔]
808.40 s
[ormolu] declaration/type-families/type-family/injective.hs works [✔]
808.40 s
[ormolu] declaration/type-families/type-family/operator.hs works [✔]
808.40 s
[ormolu] declaration/type-families/type-family/no-annotation.hs works [✔]
808.41 s
[ormolu] declaration/type-families/type-family/simple.hs works [✔]
808.41 s
[ormolu] declaration/type-families/data-family/type-arguments.hs works [✔]
808.41 s
[ormolu] declaration/type-families/data-family/no-annotation.hs works [✔]
808.42 s
[ormolu] declaration/type-families/data-family/simple.hs works [✔]
808.42 s
[ormolu] declaration/type-families/closed-type-family/with-equal-sign.hs works [✔]
808.44 s
[ormolu] declaration/type-families/closed-type-family/infix.hs works [✔]
808.45 s
[ormolu] declaration/type-families/closed-type-family/injective.hs works [✔]
808.45 s
[ormolu] declaration/type-families/closed-type-family/type-arguments.hs works [✔]
808.45 s
[ormolu] declaration/type-families/closed-type-family/no-annotation.hs works [✔]
808.47 s
[ormolu] declaration/type-families/closed-type-family/with-comments.hs works [✔]
808.47 s
[ormolu] declaration/type-families/closed-type-family/with-forall.hs works [✔]
808.48 s
[ormolu] declaration/type-families/closed-type-family/simple.hs works [✔]
808.49 s
[ormolu] declaration/type-families/closed-type-family/multi-line.hs works [✔]
808.49 s
[ormolu] declaration/type-families/closed-type-family/promotion.hs works [✔]
808.50 s
[ormolu] declaration/value/function/unboxed-string-lit.hs works [✔]
808.51 s
[ormolu] declaration/value/function/tuples.hs works [✔]
808.51 s
[ormolu] declaration/value/function/fancy-forall-1.hs works [✔]
808.53 s
[ormolu] declaration/value/function/case-multi-line-guards.hs works [✔]
808.53 s
[ormolu] declaration/value/function/quasi-quotes.hs works [✔]
808.54 s
[ormolu] declaration/value/function/operator-fixity-defaulting.hs works [✔]
808.55 s
[ormolu] declaration/value/function/negative-literals.hs works [✔]
808.56 s
[ormolu] declaration/value/function/guards.hs works [✔]
808.57 s
[ormolu] declaration/value/function/type-applications.hs works [✔]
808.58 s
[ormolu] declaration/value/function/arithmetic-sequences.hs works [✔]
808.58 s
[ormolu] declaration/value/function/implicit-params.hs works [✔]
808.59 s
[ormolu] declaration/value/function/list-notation-1.hs works [✔]
808.59 s
[ormolu] declaration/value/function/do-single-multi.hs works [✔]
808.59 s
[ormolu] declaration/value/function/blank-lines-let.hs works [✔]
808.62 s
[ormolu] declaration/value/function/lambda-single-line.hs works [✔]
808.62 s
[ormolu] declaration/value/function/parens.hs works [✔]
808.62 s
[ormolu] declaration/value/function/do-where.hs works [✔]
808.63 s
[ormolu] declaration/value/function/tuple-sections.hs works [✔]
808.63 s
[ormolu] declaration/value/function/operators-2.hs works [✔]
808.64 s
[ormolu] declaration/value/function/list-notation-0.hs works [✔]
808.64 s
[ormolu] declaration/value/function/operators-4.hs works [✔]
808.65 s
[ormolu] declaration/value/function/parallel-comprehensions-single-line.hs works [✔]
808.66 s
[ormolu] declaration/value/function/type-applications-and-splice.hs works [✔]
808.66 s
[ormolu] declaration/value/function/tricky-parens.hs works [✔]
808.68 s
[ormolu] declaration/value/function/list-comprehensions.hs works [✔]
808.69 s
[ormolu] declaration/value/function/operators-7.hs works [✔]
808.69 s
[ormolu] declaration/value/function/prefix.hs works [✔]
808.69 s
[ormolu] declaration/value/function/if-with-comment-above-branches.hs works [✔]
808.70 s
[ormolu] declaration/value/function/backticks.hs works [✔]
808.71 s
[ormolu] declaration/value/function/splice.hs works [✔]
808.71 s
[ormolu] declaration/value/function/case-empty.hs works [✔]
808.72 s
[ormolu] declaration/value/function/operators-5.hs works [✔]
808.72 s
[ormolu] declaration/value/function/operator-comments-0.hs works [✔]
808.73 s
[ormolu] declaration/value/function/if-with-comment-in-branches.hs works [✔]
808.74 s
[ormolu] declaration/value/function/operator-comments-1.hs works [✔]
808.74 s
[ormolu] declaration/value/function/case-single-line.hs works [✔]
808.75 s
[ormolu] declaration/value/function/operator-hash-with-unboxed-sums.hs works [✔]
808.75 s
[ormolu] declaration/value/function/operator-sections.hs works [✔]
808.76 s
[ormolu] declaration/value/function/if-with-comment-next-to-keyword.hs works [✔]
808.76 s
[ormolu] declaration/value/function/unboxed-tuples.hs works [✔]
808.77 s
[ormolu] declaration/value/function/backticks-lhs.hs works [✔]
808.77 s
[ormolu] declaration/value/function/operator-hash-without-unboxed-sums.hs works [✔]
808.79 s
[ormolu] declaration/value/function/if-multi-line.hs works [✔]
808.81 s
[ormolu] declaration/value/function/case-multi-line.hs works [✔]
808.85 s
[ormolu] declaration/value/function/lambda-case.hs works [✔]
808.87 s
[ormolu] declaration/value/function/let-single-line.hs works [✔]
808.88 s
[ormolu] declaration/value/function/list-notation-3.hs works [✔]
808.88 s
[ormolu] declaration/value/function/builtin-syntax.hs works [✔]
808.89 s
[ormolu] declaration/value/function/strings.hs works [✔]
808.90 s
[ormolu] declaration/value/function/fancy-forall-0.hs works [✔]
808.90 s
[ormolu] declaration/value/function/multiple-matches.hs works [✔]
808.90 s
[ormolu] declaration/value/function/awkward-comment-0.hs works [✔]
808.91 s
[ormolu] declaration/value/function/multiline-arguments.hs works [✔]
808.91 s
[ormolu] declaration/value/function/if-single-line-functions.hs works [✔]
808.91 s
[ormolu] declaration/value/function/if-with-comment-in-branches-with-functions.hs works [✔]
808.92 s
[ormolu] declaration/value/function/overloaded-labels.hs works [✔]
808.92 s
[ormolu] declaration/value/function/complex-list.hs works [✔]
808.93 s
[ormolu] declaration/value/function/lambda-multi-line1.hs works [✔]
808.94 s
[ormolu] declaration/value/function/block-arguments.hs works [✔]
808.94 s
[ormolu] declaration/value/function/unboxed-sums.hs works [✔]
808.95 s
[ormolu] declaration/value/function/application-1.hs works [✔]
808.95 s
[ormolu] declaration/value/function/operators-6.hs works [✔]
808.95 s
[ormolu] declaration/value/function/pragmas.hs works [✔]
808.95 s
[ormolu] declaration/value/function/equality-constraints.hs works [✔]
808.96 s
[ormolu] declaration/value/function/primitive-literals.hs works [✔]
808.96 s
[ormolu] declaration/value/function/operator-comments-2.hs works [✔]
808.96 s
[ormolu] declaration/value/function/list-notation-2.hs works [✔]
808.96 s
[ormolu] declaration/value/function/explicit-type.hs works [✔]
808.97 s
[ormolu] declaration/value/function/multiple-guards.hs works [✔]
808.97 s
[ormolu] declaration/value/function/if-single-line.hs works [✔]
808.97 s
[ormolu] declaration/value/function/lexical-negation.hs works [✔]
808.98 s
[ormolu] declaration/value/function/operators-3.hs works [✔]
808.98 s
[ormolu] declaration/value/function/awkward-comment-1.hs works [✔]
808.98 s
[ormolu] declaration/value/function/multi-way-if.hs works [✔]
808.98 s
[ormolu] declaration/value/function/arg-breakpoints.hs works [✔]
808.99 s
[ormolu] declaration/value/function/application-2.hs works [✔]
808.99 s
[ormolu] declaration/value/function/operators-1.hs works [✔]
809.00 s
[ormolu] declaration/value/function/where.hs works [✔]
809.00 s
[ormolu] declaration/value/function/parenthesis-lhs.hs works [✔]
809.01 s
[ormolu] declaration/value/function/negation.hs works [✔]
809.01 s
[ormolu] declaration/value/function/lambda-multi-line2.hs works [✔]
809.01 s
[ormolu] declaration/value/function/let-nested.hs works [✔]
809.01 s
[ormolu] declaration/value/function/blank-lines-where.hs works [✔]
809.01 s
[ormolu] declaration/value/function/if-single-line-functions-do.hs works [✔]
809.02 s
[ormolu] declaration/value/function/operators-0.hs works [✔]
809.02 s
[ormolu] declaration/value/function/overindentation.hs works [✔]
809.02 s
[ormolu] declaration/value/function/parallel-comprehensions-complex.hs works [✔]
809.02 s
[ormolu] declaration/value/function/typed-hole.hs works [✔]
809.03 s
[ormolu] declaration/value/function/simple.hs works [✔]
809.03 s
[ormolu] declaration/value/function/static-pointers.hs works [✔]
809.03 s
[ormolu] declaration/value/function/where-nested.hs works [✔]
809.03 s
[ormolu] declaration/value/function/application-0.hs works [✔]
809.04 s
[ormolu] declaration/value/function/if-with-comment-before-do-blocks.hs works [✔]
809.04 s
[ormolu] declaration/value/function/let-multi-line.hs works [✔]
809.04 s
[ormolu] declaration/value/function/typed-expressions.hs works [✔]
809.05 s
[ormolu] declaration/value/function/newline-single-line-body.hs works [✔]
809.05 s
[ormolu] declaration/value/function/pattern/n-plus-k-pattern.hs works [✔]
809.05 s
[ormolu] declaration/value/function/pattern/strictness.hs works [✔]
809.05 s
[ormolu] declaration/value/function/pattern/multiline-guard-statement.hs works [✔]
809.05 s
[ormolu] declaration/value/function/pattern/pattern-bind.hs works [✔]
809.05 s
[ormolu] declaration/value/function/pattern/famous-cardano-pattern.hs works [✔]
809.06 s
[ormolu] declaration/value/function/pattern/sig-pattern.hs works [✔]
809.06 s
[ormolu] declaration/value/function/pattern/quasi-quotes-pattern.hs works [✔]
809.06 s
[ormolu] declaration/value/function/pattern/as-pattern.hs works [✔]
809.06 s
[ormolu] declaration/value/function/pattern/many-guards-in-singleline.hs works [✔]
809.07 s
[ormolu] declaration/value/function/pattern/unboxed-sum-pattern.hs works [✔]
809.08 s
[ormolu] declaration/value/function/pattern/splice-pattern.hs works [✔]
809.09 s
[ormolu] declaration/value/function/pattern/record-patterns.hs works [✔]
809.09 s
[ormolu] declaration/value/function/pattern/multiline-case-pattern.hs works [✔]
809.09 s
[ormolu] declaration/value/function/pattern/multiple-guard-statements.hs works [✔]
809.10 s
[ormolu] declaration/value/function/pattern/view-pattern.hs works [✔]
809.15 s
[ormolu] declaration/value/function/arrow/proc-forms2.hs works [✔]
809.16 s
[ormolu] declaration/value/function/arrow/proc-form-do-indent.hs works [✔]
809.17 s
[ormolu] declaration/value/function/arrow/proc-applications2.hs works [✔]
809.18 s
[ormolu] declaration/value/function/arrow/proc-ifs.hs works [✔]
809.20 s
[ormolu] declaration/value/function/arrow/proc-do-simple2.hs works [✔]
809.20 s
[ormolu] declaration/value/function/arrow/proc-parentheses.hs works [✔]
809.21 s
[ormolu] declaration/value/function/arrow/proc-lambdas.hs works [✔]
809.21 s
[ormolu] declaration/value/function/arrow/recursive-procs.hs works [✔]
809.22 s
[ormolu] declaration/value/function/arrow/proc-cases.hs works [✔]
809.23 s
[ormolu] declaration/value/function/arrow/proc-applications.hs works [✔]
809.23 s
[ormolu] declaration/value/function/arrow/multiline-case.hs works [✔]
809.25 s
[ormolu] declaration/value/function/arrow/proc-do-complex.hs works [✔]
809.28 s
[ormolu] declaration/value/function/arrow/proc-do-simple1.hs works [✔]
809.30 s
[ormolu] declaration/value/function/arrow/proc-forms1.hs works [✔]
809.31 s
[ormolu] declaration/value/function/arrow/proc-lets.hs works [✔]
809.32 s
[ormolu] declaration/value/function/comprehension/transform-multi-line1.hs works [✔]
809.33 s
[ormolu] declaration/value/function/comprehension/transform-multi-line4.hs works [✔]
809.34 s
[ormolu] declaration/value/function/comprehension/transform-multi-line3.hs works [✔]
809.34 s
[ormolu] declaration/value/function/comprehension/transform-monad.hs works [✔]
809.36 s
[ormolu] declaration/value/function/comprehension/transform-single-line.hs works [✔]
809.37 s
[ormolu] declaration/value/function/comprehension/transform-multi-line2.hs works [✔]
809.37 s
[ormolu] declaration/value/function/do/comment-spacing.hs works [✔]
809.38 s
[ormolu] declaration/value/function/do/let.hs works [✔]
809.38 s
[ormolu] declaration/value/function/do/recursive-do-mdo.hs works [✔]
809.39 s
[ormolu] declaration/value/function/do/do-dollar-mixed-chain.hs works [✔]
809.39 s
[ormolu] declaration/value/function/do/comment-alignment.hs works [✔]
809.40 s
[ormolu] declaration/value/function/do/blocks.hs works [✔]
809.40 s
[ormolu] declaration/value/function/do/operator-and-parens.hs works [✔]
809.41 s
[ormolu] declaration/value/function/do/hang-rhs-arrow.hs works [✔]
809.41 s
[ormolu] declaration/value/function/do/expr.hs works [✔]
809.41 s
[ormolu] declaration/value/function/do/applications-and-parens.hs works [✔]
809.43 s
[ormolu] declaration/value/function/do/recursive-do-rec.hs works [✔]
809.43 s
[ormolu] declaration/value/function/record/hanging-after-equal-update.hs works [✔]
809.45 s
[ormolu] declaration/value/function/record/record-dot.hs works [✔]
809.45 s
[ormolu] declaration/value/function/record/inter-comments.hs works [✔]
809.46 s
[ormolu] declaration/value/function/record/hanging-after-equal-con.hs works [✔]
809.46 s
[ormolu] declaration/value/function/record/constructors.hs works [✔]
809.47 s
[ormolu] declaration/value/function/record/wildcards.hs works [✔]
809.47 s
[ormolu] declaration/value/function/record/updaters.hs works [✔]
809.48 s
[ormolu] declaration/value/function/infix/dollar-chains-1.hs works [✔]
809.48 s
[ormolu] declaration/value/function/infix/applicative.hs works [✔]
809.49 s
[ormolu] declaration/value/function/infix/op-chain-r-lt-colon-1.hs works [✔]
809.49 s
[ormolu] declaration/value/function/infix/op-chain-r-s-colon.hs works [✔]
809.50 s
[ormolu] declaration/value/function/infix/dollar-chains-2.hs works [✔]
809.50 s
[ormolu] declaration/value/function/infix/op-chain-r-gt-colon-2.hs works [✔]
809.50 s
[ormolu] declaration/value/function/infix/qualified-ops.hs works [✔]
809.50 s
[ormolu] declaration/value/function/infix/op-chain-l-lt.hs works [✔]
809.51 s
[ormolu] declaration/value/function/infix/op-chain-r-eq-dollar-1.hs works [✔]
809.51 s
[ormolu] declaration/value/function/infix/dollar-chains-5.hs works [✔]
809.52 s
[ormolu] declaration/value/function/infix/qualified-prelude.hs works [✔]
809.52 s
[ormolu] declaration/value/function/infix/dollar-chains-3.hs works [✔]
809.52 s
[ormolu] declaration/value/function/infix/esqueleto-0.hs works [✔]
809.52 s
[ormolu] declaration/value/function/infix/unicode.hs works [✔]
809.53 s
[ormolu] declaration/value/function/infix/tricky-colon-chain.hs works [✔]
809.53 s
[ormolu] declaration/value/function/infix/op-chain-r-lt-colon-2.hs works [✔]
809.53 s
[ormolu] declaration/value/function/infix/do.hs works [✔]
809.53 s
[ormolu] declaration/value/function/infix/dollar-chains-4.hs works [✔]
809.53 s
[ormolu] declaration/value/function/infix/dollar-chains-6.hs works [✔]
809.54 s
[ormolu] declaration/value/function/infix/op-chain-r-s-dollar.hs works [✔]
809.54 s
[ormolu] declaration/value/function/infix/op-chain-r-lt-dollar.hs works [✔]
809.54 s
[ormolu] declaration/value/function/infix/op-chain-r-eq-normal.hs works [✔]
809.55 s
[ormolu] declaration/value/function/infix/op-chain-r-gt-dollar.hs works [✔]
809.55 s
[ormolu] declaration/value/function/infix/op-chain-r-s-normal.hs works [✔]
809.55 s
[ormolu] declaration/value/function/infix/hanging.hs works [✔]
809.56 s
[ormolu] declaration/value/function/infix/op-chain-r-gt-normal.hs works [✔]
809.56 s
[ormolu] declaration/value/function/infix/op-chain-r-gt-colon-1.hs works [✔]
809.56 s
[ormolu] declaration/value/function/infix/lenses.hs works [✔]
809.56 s
[ormolu] declaration/value/function/infix/op-chain-r-lt-normal.hs works [✔]
809.57 s
[ormolu] declaration/value/function/infix/op-chain-r-eq-dollar-2.hs works [✔]
809.57 s
[ormolu] declaration/value/function/infix/op-chain-l-gt.hs works [✔]
809.57 s
[ormolu] declaration/value/function/infix/op-chain-l-s.hs works [✔]
809.58 s
[ormolu] declaration/value/function/infix/simple.hs works [✔]
809.58 s
[ormolu] declaration/value/function/infix/op-chain-r-eq-colon-1.hs works [✔]
809.59 s
[ormolu] declaration/value/function/infix/op-chain-l-eq.hs works [✔]
809.59 s
[ormolu] declaration/value/function/infix/hspec-expectation.hs works [✔]
809.60 s
[ormolu] declaration/value/function/infix/comments.hs works [✔]
809.60 s
[ormolu] declaration/value/function/infix/op-chain-r-eq-colon-2.hs works [✔]
809.60 s
[ormolu] declaration/value/function/infix/op-chain-colon-do.hs works [✔]
809.61 s
[ormolu] declaration/value/function/infix/esqueleto-1.hs works [✔]
809.61 s
[ormolu] declaration/value/other/line-multi-line.hs works [✔]
809.61 s
[ormolu] declaration/value/other/line-single-line.hs works [✔]
809.62 s
[ormolu] declaration/value/other/comments-get-before-op.hs works [✔]
809.63 s
[ormolu] declaration/value/pattern-synonyms/unidirectional.hs works [✔]
809.64 s
[ormolu] declaration/value/pattern-synonyms/bidirectional.hs works [✔]
809.65 s
[ormolu] declaration/value/pattern-synonyms/explicitely-bidirectional.hs works [✔]
809.67 s
[ormolu] declaration/splice/bracket-declaration.hs works [✔]
809.68 s
[ormolu] declaration/splice/quotes.hs works [✔]
809.68 s
[ormolu] declaration/splice/bracket-unicode.hs works [✔]
809.69 s
[ormolu] declaration/splice/quasiquote.hs works [✔]
809.69 s
[ormolu] declaration/splice/typed-splice.hs works [✔]
809.70 s
[ormolu] declaration/splice/splice-decl.hs works [✔]
809.70 s
[ormolu] declaration/splice/bracket.hs works [✔]
809.71 s
[ormolu] declaration/splice/grouped-splices.hs works [✔]
809.71 s
[ormolu] declaration/splice/untyped-splice.hs works [✔]
809.71 s
[ormolu] module-header/leading-empty-line.hs works [✔]
809.72 s
[ormolu] module-header/double-dot-with-names.hs works [✔]
809.72 s
[ormolu] module-header/shebang.hs works [✔]
809.72 s
[ormolu] module-header/warning-pragma-multiline.hs works [✔]
809.73 s
[ormolu] module-header/stack-header-2.hs works [✔]
809.73 s
[ormolu] module-header/multiline2.hs works [✔]
809.73 s
[ormolu] module-header/empty-haddock.hs works [✔]
809.73 s
[ormolu] module-header/singleline.hs works [✔]
809.73 s
[ormolu] module-header/multiline.hs works [✔]
809.73 s
[ormolu] module-header/warning-pragma.hs works [✔]
809.73 s
[ormolu] module-header/multiline-empty.hs works [✔]
809.73 s
[ormolu] module-header/shebang-with-pragmas.hs works [✔]
809.73 s
[ormolu] module-header/multiline-empty-comment.hs works [✔]
809.73 s
[ormolu] module-header/singleline-empty.hs works [✔]
809.73 s
[ormolu] module-header/warning-pragma-list-multiline.hs works [✔]
809.73 s
[ormolu] module-header/named-section.hs works [✔]
809.74 s
[ormolu] module-header/multiline-with-comments.hs works [✔]
809.74 s
[ormolu] module-header/empty.hs works [✔]
809.74 s
[ormolu] module-header/warning-pragma-singleton-list.hs works [✔]
809.74 s
[ormolu] module-header/preceding-comment-with-haddock.hs works [✔]
809.74 s
[ormolu] module-header/stack-header-1.hs works [✔]
809.75 s
[ormolu] module-header/simple.hs works [✔]
809.75 s
[ormolu] module-header/simple-with-comments.hs works [✔]
809.75 s
[ormolu] module-header/stack-header-0.hs works [✔]
809.75 s
[ormolu] module-header/double-shebangs.hs works [✔]
809.75 s
[ormolu]
809.75 s
[ormolu] Finished in 5.7401 seconds
809.75 s
[ormolu] 565 examples, 0 failures
809.78 s
[ormolu] Test suite tests: PASS
809.78 s
[ormolu] Test suite logged to: dist/test/ormolu-0.7.4.0-tests.log
809.78 s
[ormolu] 1 of 1 test suites (1 of 1 test cases) passed.
809.81 s
[ormolu] Phase: haddockPhase
810.26 s
[ormolu] Preprocessing library for ormolu-0.7.4.0..
810.28 s
[ormolu] Running Haddock on library for ormolu-0.7.4.0..
810.49 s
[ormolu] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
811.95 s
[lsp-types] [135 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncOptions.dyn_o )
812.21 s
[lsp-types] [136 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellKind ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellKind.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellKind.dyn_o )
812.21 s
[lsp-types] [137 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerParams ( generated/Language/LSP/Protocol/Internal/Types/MonikerParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerParams.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerParams.dyn_o )
812.21 s
[lsp-types] [138 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerOptions ( generated/Language/LSP/Protocol/Internal/Types/MonikerOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerOptions.dyn_o )
812.21 s
[lsp-types] [139 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerKind ( generated/Language/LSP/Protocol/Internal/Types/MonikerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerKind.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerKind.dyn_o )
812.21 s
[lsp-types] [140 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/MonikerClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerClientCapabilities.dyn_o )
812.21 s
[lsp-types] [141 of 452] Compiling Language.LSP.Protocol.Internal.Types.Moniker ( generated/Language/LSP/Protocol/Internal/Types/Moniker.hs, dist/build/Language/LSP/Protocol/Internal/Types/Moniker.o, dist/build/Language/LSP/Protocol/Internal/Types/Moniker.dyn_o )
812.21 s
[lsp-types] [142 of 452] Compiling Language.LSP.Protocol.Internal.Types.MessageType ( generated/Language/LSP/Protocol/Internal/Types/MessageType.hs, dist/build/Language/LSP/Protocol/Internal/Types/MessageType.o, dist/build/Language/LSP/Protocol/Internal/Types/MessageType.dyn_o )
812.21 s
[lsp-types] [143 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowMessageParams ( generated/Language/LSP/Protocol/Internal/Types/ShowMessageParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageParams.dyn_o )
812.21 s
[lsp-types] [144 of 452] Compiling Language.LSP.Protocol.Internal.Types.MessageActionItem ( generated/Language/LSP/Protocol/Internal/Types/MessageActionItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/MessageActionItem.o, dist/build/Language/LSP/Protocol/Internal/Types/MessageActionItem.dyn_o )
812.21 s
[lsp-types] [145 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams ( generated/Language/LSP/Protocol/Internal/Types/ShowMessageRequestParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestParams.dyn_o )
812.21 s
[lsp-types] [146 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkupKind ( generated/Language/LSP/Protocol/Internal/Types/MarkupKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkupKind.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkupKind.dyn_o )
812.21 s
[lsp-types] [147 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkupContent ( generated/Language/LSP/Protocol/Internal/Types/MarkupContent.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkupContent.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkupContent.dyn_o )
812.21 s
[lsp-types] [148 of 452] Compiling Language.LSP.Protocol.Types.MarkupContent ( src/Language/LSP/Protocol/Types/MarkupContent.hs, dist/build/Language/LSP/Protocol/Types/MarkupContent.o, dist/build/Language/LSP/Protocol/Types/MarkupContent.dyn_o )
812.21 s
[lsp-types] [149 of 452] Compiling Language.LSP.Protocol.Internal.Types.ParameterInformation ( generated/Language/LSP/Protocol/Internal/Types/ParameterInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ParameterInformation.o, dist/build/Language/LSP/Protocol/Internal/Types/ParameterInformation.dyn_o )
812.21 s
[lsp-types] [150 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureInformation ( generated/Language/LSP/Protocol/Internal/Types/SignatureInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureInformation.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureInformation.dyn_o )
812.21 s
[lsp-types] [151 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelp ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelp.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelp.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelp.dyn_o )
812.21 s
[lsp-types] [152 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpContext ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpContext.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpContext.dyn_o )
812.53 s
[ormolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
812.53 s
[ormolu] * in ‘GHC.Types.SrcLoc’
812.53 s
[ormolu] * in ‘GHC.Types.SrcLoc’
812.53 s
[ormolu] You may be able to disambiguate the identifier by qualifying it or
812.53 s
[ormolu] by specifying the type/value namespace explicitly.
812.53 s
[ormolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
812.53 s
[ormolu] 100% ( 3 / 3) in 'Ormolu.Printer.SpanStream'
812.60 s
[ormolu] 100% ( 3 / 3) in 'Ormolu.Processing.Cpp'
813.47 s
[ormolu] 87% ( 14 / 16) in 'Ormolu.Utils'
813.47 s
[ormolu] Missing documentation for:
813.47 s
[ormolu] HasSrcSpan (src/Ormolu/Utils.hs:144)
813.47 s
[ormolu] getLoc' (src/Ormolu/Utils.hs:156)
813.80 s
[ormolu] 87% ( 14 / 16) in 'Ormolu.Terminal'
813.80 s
[ormolu] Missing documentation for:
813.80 s
[ormolu] Term (src/Ormolu/Terminal.hs:42)
813.80 s
[ormolu] runTermPure (src/Ormolu/Terminal.hs:87)
813.85 s
[ormolu] 0% ( 0 / 2) in 'Ormolu.Terminal.QualifiedDo'
813.85 s
[ormolu] Missing documentation for:
813.85 s
[ormolu] Module header
813.85 s
[ormolu] >> (src/Ormolu/Terminal/QualifiedDo.hs:6)
813.94 s
[ormolu] 100% ( 5 / 5) in 'Ormolu.Diff.Text'
814.33 s
[ormolu] 100% ( 4 / 4) in 'Ormolu.Exception'
814.43 s
[ormolu] 100% ( 3 / 3) in 'Ormolu.Parser.Pragma'
814.56 s
[ormolu] 90% ( 9 / 10) in 'Ormolu.Parser.CommentStream'
814.56 s
[ormolu] Missing documentation for:
814.56 s
[ormolu] LComment (src/Ormolu/Parser/CommentStream.hs:110)
814.73 s
[ormolu] Warning: 'GhcPs' is ambiguous. It is defined
814.73 s
[ormolu] * in ‘GHC.Hs.Extension’
814.73 s
[ormolu] * in ‘GHC.Hs.Extension’
814.73 s
[ormolu] You may be able to disambiguate the identifier by qualifying it or
814.73 s
[ormolu] by specifying the type/value namespace explicitly.
814.73 s
[ormolu] Defaulting to the one defined in ‘GHC.Hs.Extension’
814.74 s
[ormolu] Warning: 'IEWrapppedName' is out of scope.
814.74 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
814.74 s
[ormolu] 100% ( 2 / 2) in 'Ormolu.Imports'
815.54 s
[ormolu] Warning: 'OpName' is ambiguous. It is defined
815.54 s
[ormolu] * at src/Ormolu/Fixity/Internal.hs:66:1
815.54 s
[ormolu] * at src/Ormolu/Fixity/Internal.hs:55:1
815.54 s
[ormolu] You may be able to disambiguate the identifier by qualifying it or
815.54 s
[ormolu] by specifying the type/value namespace explicitly.
815.54 s
[ormolu] Defaulting to the one defined at src/Ormolu/Fixity/Internal.hs:55:1
815.56 s
[ormolu] 90% ( 19 / 21) in 'Ormolu.Fixity.Internal'
815.56 s
[ormolu] Missing documentation for:
815.56 s
[ormolu] Module header
815.56 s
[ormolu] OpName (src/Ormolu/Fixity/Internal.hs:65)
816.42 s
[ormolu] 100% ( 4 / 4) in 'Ormolu.Fixity.Imports'
816.72 s
[ormolu] 95% ( 23 / 24) in 'Ormolu.Fixity'
816.72 s
[ormolu] Missing documentation for:
816.72 s
[ormolu] OpName (src/Ormolu/Fixity/Internal.hs:65)
816.95 s
[ormolu] Warning: 'equal' is out of scope.
816.95 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
816.95 s
[ormolu] Warning: 'lessThan' is out of scope.
816.95 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
816.95 s
[ormolu] Warning: 'greaterThan' is out of scope.
816.97 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
816.97 s
[ormolu] 85% ( 6 / 7) in 'Ormolu.Printer.Operators'
816.97 s
[ormolu] Missing documentation for:
816.97 s
[ormolu] BinaryOpBranches (src/Ormolu/Printer/Operators.hs:40)
817.09 s
[ormolu] 100% ( 2 / 2) in 'Ormolu.Fixity.Printer'
817.25 s
[ormolu] 50% ( 8 / 16) in 'Ormolu.Fixity.Parser'
817.25 s
[ormolu] Missing documentation for:
817.25 s
[ormolu] pModuleName (src/Ormolu/Fixity/Parser.hs:146)
817.25 s
[ormolu] pPackageName (src/Ormolu/Fixity/Parser.hs:161)
817.25 s
[ormolu] isIdentifierFirstChar (src/Ormolu/Fixity/Parser.hs:167)
817.25 s
[ormolu] isIdentifierConstituent (src/Ormolu/Fixity/Parser.hs:170)
817.25 s
[ormolu] isOperatorConstituent (src/Ormolu/Fixity/Parser.hs:173)
817.25 s
[ormolu] isPackageNameConstituent (src/Ormolu/Fixity/Parser.hs:178)
817.25 s
[ormolu] isModuleSegmentFirstChar (src/Ormolu/Fixity/Parser.hs:181)
817.25 s
[ormolu] isModuleSegmentConstituent (src/Ormolu/Fixity/Parser.hs:184)
817.40 s
[ormolu] 100% ( 11 / 11) in 'Ormolu.Config'
817.47 s
[ormolu] Warning: 'RegionDelta' is out of scope.
817.47 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
817.47 s
[ormolu] 100% ( 5 / 5) in 'Ormolu.Processing.Common'
817.57 s
[ormolu] 100% ( 2 / 2) in 'Ormolu.Processing.Preprocess'
817.77 s
[ormolu] Warning: 'RealSrcSpan' is ambiguous. It is defined
817.77 s
[ormolu] * in ‘GHC.Types.SrcLoc’
817.77 s
[ormolu] * in ‘GHC.Types.SrcLoc’
817.77 s
[ormolu] You may be able to disambiguate the identifier by qualifying it or
817.77 s
[ormolu] by specifying the type/value namespace explicitly.
817.77 s
[ormolu] Defaulting to the one defined in ‘GHC.Types.SrcLoc’
817.77 s
[ormolu] 97% ( 40 / 41) in 'Ormolu.Printer.Internal'
817.77 s
[ormolu] Missing documentation for:
817.77 s
[ormolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:597)
817.95 s
[ormolu] 100% ( 6 / 6) in 'Ormolu.Printer.Comments'
818.06 s
[ormolu] 98% ( 56 / 57) in 'Ormolu.Printer.Combinators'
818.06 s
[ormolu] Missing documentation for:
818.06 s
[ormolu] isExtensionEnabled (src/Ormolu/Printer/Internal.hs:597)
818.18 s
[ormolu] Warning: 'LanguagePragma' is out of scope.
818.18 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
818.18 s
[ormolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Pragma'
818.24 s
[ormolu] 70% ( 7 / 10) in 'Ormolu.Printer.Meat.Common'
818.24 s
[ormolu] Missing documentation for:
818.24 s
[ormolu] p_ieWrappedName (src/Ormolu/Printer/Meat/Common.hs:53)
818.24 s
[ormolu] p_qualName (src/Ormolu/Printer/Meat/Common.hs:110)
818.24 s
[ormolu] p_sourceText (src/Ormolu/Printer/Meat/Common.hs:191)
818.32 s
[ormolu] 0% ( 0 / 3) in 'Ormolu.Printer.Meat.Declaration.Warning'
818.32 s
[ormolu] Missing documentation for:
818.32 s
[ormolu] Module header
818.32 s
[ormolu] p_warnDecls (src/Ormolu/Printer/Meat/Declaration/Warning.hs:23)
818.32 s
[ormolu] p_warningTxt (src/Ormolu/Printer/Meat/Declaration/Warning.hs:31)
818.38 s
[ormolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.ImportExport'
818.38 s
[ormolu] Missing documentation for:
818.38 s
[ormolu] p_hsmodExports (src/Ormolu/Printer/Meat/ImportExport.hs:23)
818.38 s
[ormolu] p_hsmodImport (src/Ormolu/Printer/Meat/ImportExport.hs:32)
818.44 s
[ormolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.RoleAnnotation'
818.44 s
[ormolu] Missing documentation for:
818.44 s
[ormolu] p_roleAnnot (src/Ormolu/Printer/Meat/Declaration/RoleAnnotation.hs:17)
818.58 s
[ormolu] 25% ( 3 / 12) in 'Ormolu.Printer.Meat.Type'
818.58 s
[ormolu] Missing documentation for:
818.58 s
[ormolu] p_hsType (src/Ormolu/Printer/Meat/Type.hs:33)
818.58 s
[ormolu] p_hsContext (src/Ormolu/Printer/Meat/Type.hs:196)
818.58 s
[ormolu] p_hsTyVarBndr (src/Ormolu/Printer/Meat/Type.hs:221)
818.58 s
[ormolu] ForAllVisibility (src/Ormolu/Printer/Meat/Type.hs:235)
818.58 s
[ormolu] p_conDeclFields (src/Ormolu/Printer/Meat/Type.hs:256)
818.58 s
[ormolu] p_lhsTypeArg (src/Ormolu/Printer/Meat/Type.hs:273)
818.58 s
[ormolu] p_hsSigType (src/Ormolu/Printer/Meat/Type.hs:282)
818.58 s
[ormolu] hsOuterTyVarBndrsToHsType (src/Ormolu/Printer/Meat/Type.hs:290)
818.58 s
[ormolu] lhsTypeToSigType (src/Ormolu/Printer/Meat/Type.hs:299)
818.75 s
[ormolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Signature'
818.75 s
[ormolu] Missing documentation for:
818.75 s
[ormolu] p_sigDecl (src/Ormolu/Printer/Meat/Declaration/Signature.hs:27)
818.75 s
[ormolu] p_typeAscription (src/Ormolu/Printer/Meat/Declaration/Signature.hs:58)
818.75 s
[ormolu] p_activation (src/Ormolu/Printer/Meat/Declaration/Signature.hs:152)
818.75 s
[ormolu] p_standaloneKindSig (src/Ormolu/Printer/Meat/Declaration/Signature.hs:222)
818.84 s
[ormolu] Warning: 'ForeignImport' is ambiguous. It is defined
818.84 s
[ormolu] * in ‘Language.Haskell.Syntax.Decls’
818.84 s
[ormolu] * in ‘Language.Haskell.Syntax.Decls’
818.84 s
[ormolu] You may be able to disambiguate the identifier by qualifying it or
818.84 s
[ormolu] by specifying the type/value namespace explicitly.
818.84 s
[ormolu] Defaulting to the one defined in ‘Language.Haskell.Syntax.Decls’
818.84 s
[ormolu] Warning: 'SourceText' is out of scope.
818.84 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
818.84 s
[ormolu] Warning: 'Outputable' is out of scope.
818.84 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
818.84 s
[ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Foreign'
818.84 s
[ormolu] Missing documentation for:
818.84 s
[ormolu] Module header
818.85 s
[ormolu] p_foreignDecl (src/Ormolu/Printer/Meat/Declaration/Foreign.hs:17)
818.89 s
[ormolu] 33% ( 1 / 3) in 'Ormolu.Printer.Meat.Declaration.TypeFamily'
818.89 s
[ormolu] Missing documentation for:
818.89 s
[ormolu] p_famDecl (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:21)
818.89 s
[ormolu] p_tyFamInstEqn (src/Ormolu/Printer/Meat/Declaration/TypeFamily.hs:84)
818.96 s
[ormolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Type'
818.96 s
[ormolu] Missing documentation for:
818.96 s
[ormolu] p_synDecl (src/Ormolu/Printer/Meat/Declaration/Type.hs:20)
819.05 s
[ormolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Data'
819.05 s
[ormolu] Missing documentation for:
819.05 s
[ormolu] p_dataDecl (src/Ormolu/Printer/Meat/Declaration/Data.hs:29)
819.74 s
[ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Default'
819.74 s
[ormolu] Missing documentation for:
819.74 s
[ormolu] Module header
819.74 s
[ormolu] p_defaultDecl (src/Ormolu/Printer/Meat/Declaration/Default.hs:12)
820.07 s
[ormolu] 45% ( 5 / 11) in 'Ormolu.Printer.Meat.Declaration.Value'
820.07 s
[ormolu] Missing documentation for:
820.07 s
[ormolu] Module header
820.07 s
[ormolu] p_valDecl (src/Ormolu/Printer/Meat/Declaration/Value.hs:69)
820.07 s
[ormolu] p_pat (src/Ormolu/Printer/Meat/Declaration/Value.hs:1042)
820.07 s
[ormolu] p_hsExpr (src/Ormolu/Printer/Meat/Declaration/Value.hs:587)
820.07 s
[ormolu] p_hsUntypedSplice (src/Ormolu/Printer/Meat/Declaration/Value.hs:1149)
820.07 s
[ormolu] p_hsExpr' (src/Ormolu/Printer/Meat/Declaration/Value.hs:604)
820.79 s
[ormolu] 100% ( 9 / 9) in 'Ormolu.Printer.Meat.Declaration.OpTree'
820.87 s
[ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Splice'
820.87 s
[ormolu] Missing documentation for:
820.87 s
[ormolu] Module header
820.87 s
[ormolu] p_spliceDecl (src/Ormolu/Printer/Meat/Declaration/Splice.hs:10)
820.90 s
[ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Rule'
820.90 s
[ormolu] Missing documentation for:
820.90 s
[ormolu] Module header
820.90 s
[ormolu] p_ruleDecls (src/Ormolu/Printer/Meat/Declaration/Rule.hs:20)
820.93 s
[ormolu] 0% ( 0 / 2) in 'Ormolu.Printer.Meat.Declaration.Annotation'
820.93 s
[ormolu] Missing documentation for:
820.93 s
[ormolu] Module header
820.93 s
[ormolu] p_annDecl (src/Ormolu/Printer/Meat/Declaration/Annotation.hs:14)
820.98 s
[ormolu] 20% ( 1 / 5) in 'Ormolu.Printer.Meat.Declaration.Instance'
820.98 s
[ormolu] Missing documentation for:
820.98 s
[ormolu] p_clsInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:58)
820.98 s
[ormolu] p_tyFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:90)
820.98 s
[ormolu] p_dataFamInstDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:98)
820.98 s
[ormolu] p_standaloneDerivDecl (src/Ormolu/Printer/Meat/Declaration/Instance.hs:28)
821.07 s
[ormolu] 50% ( 1 / 2) in 'Ormolu.Printer.Meat.Declaration.Class'
821.07 s
[ormolu] Missing documentation for:
821.07 s
[ormolu] p_classDecl (src/Ormolu/Printer/Meat/Declaration/Class.hs:26)
821.22 s
[ormolu] 66% ( 2 / 3) in 'Ormolu.Printer.Meat.Declaration'
821.22 s
[ormolu] Missing documentation for:
821.22 s
[ormolu] p_hsDecls (src/Ormolu/Printer/Meat/Declaration.hs:47)
821.38 s
[ormolu] 100% ( 2 / 2) in 'Ormolu.Printer.Meat.Module'
821.41 s
[ormolu] 100% ( 3 / 3) in 'Ormolu.Parser.Result'
821.44 s
[ormolu] 100% ( 2 / 2) in 'Ormolu.Printer'
821.70 s
[ormolu] 100% ( 3 / 3) in 'Ormolu.Parser'
821.93 s
[ormolu] Warning: 'Diff' is out of scope.
821.93 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
821.94 s
[ormolu] 100% ( 3 / 3) in 'Ormolu.Diff.ParseResult'
822.05 s
[ormolu] 100% ( 6 / 6) in 'Ormolu.Utils.IO'
822.10 s
[ormolu] Warning: 'CabalInfo' is out of scope.
822.14 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
822.14 s
[ormolu] 75% ( 3 / 4) in 'Ormolu.Utils.Fixity'
822.14 s
[ormolu] Missing documentation for:
822.14 s
[ormolu] Module header
822.72 s
[ormolu] 85% ( 6 / 7) in 'Ormolu.Utils.Cabal'
822.72 s
[ormolu] Missing documentation for:
822.72 s
[ormolu] Module header
822.82 s
[ormolu] Warning: 'CabalInfo' is out of scope.
822.82 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
822.82 s
[ormolu] Warning: 'FixityMap' is out of scope.
822.82 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
822.82 s
[ormolu] Warning: 'getFixityOverridesForSourceFile' is out of scope.
822.82 s
[ormolu] If you qualify the identifier, haddock can try to link it anyway.
822.83 s
[ormolu] 100% ( 27 / 27) in 'Ormolu'
824.13 s
[ormolu] Warning: Ormolu.Terminal: could not find link destinations for:
824.13 s
[ormolu] - Ormolu.Terminal.TermOutput
824.17 s
[ormolu] Warning: Ormolu.Fixity.Parser: could not find link destinations for:
824.17 s
[ormolu] - Ormolu.Fixity.Parser.Parser
824.19 s
[ormolu] Warning: Ormolu.Printer.Meat.Type: could not find link destinations for:
824.19 s
[ormolu] - Ormolu.Printer.Meat.Type.IsTyVarBndrFlag
824.22 s
[ormolu] Warning: Ormolu.Utils.Cabal: could not find link destinations for:
824.22 s
[ormolu] - Distribution.Utils.Structured.Tagged
824.22 s
[ormolu] - Distribution.Utils.Structured.structureHash'
824.91 s
[lsp-types] [153 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpParams ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpParams.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpParams.dyn_o )
828.18 s
[lsp-types] [154 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage ( generated/Language/LSP/Protocol/Internal/Types/MarkedStringWithLanguage.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkedStringWithLanguage.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkedStringWithLanguage.dyn_o )
828.20 s
[lsp-types] [155 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkedString ( generated/Language/LSP/Protocol/Internal/Types/MarkedString.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkedString.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkedString.dyn_o )
828.20 s
[lsp-types] [156 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/MarkdownClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkdownClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/MarkdownClientCapabilities.dyn_o )
828.20 s
[lsp-types] [157 of 452] Compiling Language.LSP.Protocol.Internal.Types.LogTraceParams ( generated/Language/LSP/Protocol/Internal/Types/LogTraceParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/LogTraceParams.o, dist/build/Language/LSP/Protocol/Internal/Types/LogTraceParams.dyn_o )
828.20 s
[lsp-types] [158 of 452] Compiling Language.LSP.Protocol.Internal.Types.LogMessageParams ( generated/Language/LSP/Protocol/Internal/Types/LogMessageParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/LogMessageParams.o, dist/build/Language/LSP/Protocol/Internal/Types/LogMessageParams.dyn_o )
828.20 s
[lsp-types] [159 of 452] Compiling Language.LSP.Protocol.Internal.Types.LocationUriOnly ( generated/Language/LSP/Protocol/Internal/Types/LocationUriOnly.hs, dist/build/Language/LSP/Protocol/Internal/Types/LocationUriOnly.o, dist/build/Language/LSP/Protocol/Internal/Types/LocationUriOnly.dyn_o )
828.20 s
[lsp-types] [160 of 452] Compiling Language.LSP.Protocol.Internal.Types.LocationLink ( generated/Language/LSP/Protocol/Internal/Types/LocationLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/LocationLink.o, dist/build/Language/LSP/Protocol/Internal/Types/LocationLink.dyn_o )
828.20 s
[lsp-types] [161 of 452] Compiling Language.LSP.Protocol.Internal.Types.Location ( generated/Language/LSP/Protocol/Internal/Types/Location.hs, dist/build/Language/LSP/Protocol/Internal/Types/Location.o, dist/build/Language/LSP/Protocol/Internal/Types/Location.dyn_o )
828.20 s
[lsp-types] [162 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbol ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbol.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbol.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbol.dyn_o )
828.20 s
[lsp-types] [163 of 452] Compiling Language.LSP.Protocol.Internal.Types.SymbolInformation ( generated/Language/LSP/Protocol/Internal/Types/SymbolInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/SymbolInformation.o, dist/build/Language/LSP/Protocol/Internal/Types/SymbolInformation.dyn_o )
828.20 s
[lsp-types] [164 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRanges ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRanges.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRanges.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRanges.dyn_o )
828.20 s
[lsp-types] [165 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeParams.dyn_o )
828.20 s
[lsp-types] [166 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeOptions.dyn_o )
828.20 s
[lsp-types] [167 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeClientCapabilities.dyn_o )
828.20 s
[lsp-types] [168 of 452] Compiling Language.LSP.Protocol.Internal.Types.LanguageKind ( generated/Language/LSP/Protocol/Internal/Types/LanguageKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/LanguageKind.o, dist/build/Language/LSP/Protocol/Internal/Types/LanguageKind.dyn_o )
828.20 s
[lsp-types] [169 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentItem ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentItem.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentItem.dyn_o )
828.20 s
[lsp-types] [170 of 452] Compiling Language.LSP.Protocol.Internal.Types.LSPErrorCodes ( generated/Language/LSP/Protocol/Internal/Types/LSPErrorCodes.hs, dist/build/Language/LSP/Protocol/Internal/Types/LSPErrorCodes.o, dist/build/Language/LSP/Protocol/Internal/Types/LSPErrorCodes.dyn_o )
828.20 s
[lsp-types] [171 of 452] Compiling Language.LSP.Protocol.Internal.Types.InsertTextMode ( generated/Language/LSP/Protocol/Internal/Types/InsertTextMode.hs, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextMode.o, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextMode.dyn_o )
828.20 s
[lsp-types] [172 of 452] Compiling Language.LSP.Protocol.Internal.Types.InsertTextFormat ( generated/Language/LSP/Protocol/Internal/Types/InsertTextFormat.hs, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextFormat.o, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextFormat.dyn_o )
828.20 s
[lsp-types] [173 of 452] Compiling Language.LSP.Protocol.Internal.Types.InsertReplaceEdit ( generated/Language/LSP/Protocol/Internal/Types/InsertReplaceEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/InsertReplaceEdit.o, dist/build/Language/LSP/Protocol/Internal/Types/InsertReplaceEdit.dyn_o )
828.20 s
[lsp-types] [174 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlineValueWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueWorkspaceClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueWorkspaceClientCapabilities.dyn_o )
828.20 s
[lsp-types] [175 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup ( generated/Language/LSP/Protocol/Internal/Types/InlineValueVariableLookup.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueVariableLookup.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueVariableLookup.dyn_o )
828.20 s
[lsp-types] [176 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueText ( generated/Language/LSP/Protocol/Internal/Types/InlineValueText.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueText.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueText.dyn_o )
828.20 s
[lsp-types] [177 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueOptions ( generated/Language/LSP/Protocol/Internal/Types/InlineValueOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueOptions.dyn_o )
828.20 s
[lsp-types] [178 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression ( generated/Language/LSP/Protocol/Internal/Types/InlineValueEvaluatableExpression.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueEvaluatableExpression.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueEvaluatableExpression.dyn_o )
828.20 s
[lsp-types] [179 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueContext ( generated/Language/LSP/Protocol/Internal/Types/InlineValueContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueContext.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueContext.dyn_o )
828.20 s
[lsp-types] [180 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueParams ( generated/Language/LSP/Protocol/Internal/Types/InlineValueParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueParams.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueParams.dyn_o )
828.20 s
[lsp-types] [181 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlineValueClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueClientCapabilities.dyn_o )
828.20 s
[lsp-types] [182 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValue ( generated/Language/LSP/Protocol/Internal/Types/InlineValue.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValue.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValue.dyn_o )
828.20 s
[lsp-types] [183 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlayHintWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintWorkspaceClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintWorkspaceClientCapabilities.dyn_o )
828.20 s
[lsp-types] [184 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintParams ( generated/Language/LSP/Protocol/Internal/Types/InlayHintParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintParams.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintParams.dyn_o )
828.20 s
[lsp-types] [185 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintOptions ( generated/Language/LSP/Protocol/Internal/Types/InlayHintOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintOptions.dyn_o )
828.20 s
[lsp-types] [186 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintKind ( generated/Language/LSP/Protocol/Internal/Types/InlayHintKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintKind.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintKind.dyn_o )
828.20 s
[lsp-types] [187 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializedParams ( generated/Language/LSP/Protocol/Internal/Types/InitializedParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializedParams.o, dist/build/Language/LSP/Protocol/Internal/Types/InitializedParams.dyn_o )
828.20 s
[lsp-types] [188 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeError ( generated/Language/LSP/Protocol/Internal/Types/InitializeError.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeError.o, dist/build/Language/LSP/Protocol/Internal/Types/InitializeError.dyn_o )
828.20 s
[lsp-types] [189 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationParams ( generated/Language/LSP/Protocol/Internal/Types/ImplementationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationParams.dyn_o )
828.20 s
[lsp-types] [190 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationOptions ( generated/Language/LSP/Protocol/Internal/Types/ImplementationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationOptions.dyn_o )
828.20 s
[lsp-types] [191 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ImplementationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationClientCapabilities.dyn_o )
828.20 s
[lsp-types] [192 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverParams ( generated/Language/LSP/Protocol/Internal/Types/HoverParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverParams.o, dist/build/Language/LSP/Protocol/Internal/Types/HoverParams.dyn_o )
828.20 s
[lsp-types] [193 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverOptions ( generated/Language/LSP/Protocol/Internal/Types/HoverOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/HoverOptions.dyn_o )
828.20 s
[lsp-types] [194 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/HoverClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/HoverClientCapabilities.dyn_o )
828.20 s
[lsp-types] [195 of 452] Compiling Language.LSP.Protocol.Internal.Types.Hover ( generated/Language/LSP/Protocol/Internal/Types/Hover.hs, dist/build/Language/LSP/Protocol/Internal/Types/Hover.o, dist/build/Language/LSP/Protocol/Internal/Types/Hover.dyn_o )
828.20 s
[lsp-types] [196 of 452] Compiling Language.LSP.Protocol.Internal.Types.GlobPattern ( generated/Language/LSP/Protocol/Internal/Types/GlobPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/GlobPattern.o, dist/build/Language/LSP/Protocol/Internal/Types/GlobPattern.dyn_o )
828.20 s
[lsp-types] [197 of 452] Compiling Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/GeneralClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/GeneralClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/GeneralClientCapabilities.dyn_o )
828.20 s
[lsp-types] [198 of 452] Compiling Language.LSP.Protocol.Internal.Types.FormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/FormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FormattingOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/FormattingOptions.dyn_o )
828.20 s
[lsp-types] [199 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeParams ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeParams.dyn_o )
828.20 s
[lsp-types] [200 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeOptions.dyn_o )
828.20 s
[lsp-types] [201 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeKind ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeKind.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeKind.dyn_o )
828.21 s
[lsp-types] [202 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRange ( generated/Language/LSP/Protocol/Internal/Types/FoldingRange.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRange.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRange.dyn_o )
828.21 s
[lsp-types] [203 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileSystemWatcher ( generated/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.o, dist/build/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.dyn_o )
828.21 s
[lsp-types] [204 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileRename ( generated/Language/LSP/Protocol/Internal/Types/FileRename.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileRename.o, dist/build/Language/LSP/Protocol/Internal/Types/FileRename.dyn_o )
828.21 s
[lsp-types] [205 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameFilesParams ( generated/Language/LSP/Protocol/Internal/Types/RenameFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameFilesParams.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameFilesParams.dyn_o )
828.21 s
[lsp-types] [206 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions ( generated/Language/LSP/Protocol/Internal/Types/FileOperationPatternOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternOptions.dyn_o )
828.21 s
[lsp-types] [207 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationPatternKind ( generated/Language/LSP/Protocol/Internal/Types/FileOperationPatternKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternKind.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternKind.dyn_o )
828.21 s
[lsp-types] [208 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationPattern ( generated/Language/LSP/Protocol/Internal/Types/FileOperationPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPattern.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPattern.dyn_o )
828.21 s
[lsp-types] [209 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationFilter ( generated/Language/LSP/Protocol/Internal/Types/FileOperationFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationFilter.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationFilter.dyn_o )
828.21 s
[lsp-types] [210 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/FileOperationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationRegistrationOptions.dyn_o )
828.21 s
[lsp-types] [211 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationOptions ( generated/Language/LSP/Protocol/Internal/Types/FileOperationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationOptions.dyn_o )
828.21 s
[lsp-types] [212 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceOptions.dyn_o )
828.30 s
[lsp-types] [213 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/FileOperationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationClientCapabilities.dyn_o )
828.30 s
[lsp-types] [214 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileDelete ( generated/Language/LSP/Protocol/Internal/Types/FileDelete.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileDelete.o, dist/build/Language/LSP/Protocol/Internal/Types/FileDelete.dyn_o )
828.30 s
[lsp-types] [215 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileCreate ( generated/Language/LSP/Protocol/Internal/Types/FileCreate.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileCreate.o, dist/build/Language/LSP/Protocol/Internal/Types/FileCreate.dyn_o )
828.30 s
[lsp-types] [216 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileChangeType ( generated/Language/LSP/Protocol/Internal/Types/FileChangeType.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileChangeType.o, dist/build/Language/LSP/Protocol/Internal/Types/FileChangeType.dyn_o )
828.30 s
[lsp-types] [217 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileEvent ( generated/Language/LSP/Protocol/Internal/Types/FileEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileEvent.o, dist/build/Language/LSP/Protocol/Internal/Types/FileEvent.dyn_o )
828.30 s
[lsp-types] [218 of 452] Compiling Language.LSP.Protocol.Internal.Types.FailureHandlingKind ( generated/Language/LSP/Protocol/Internal/Types/FailureHandlingKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/FailureHandlingKind.o, dist/build/Language/LSP/Protocol/Internal/Types/FailureHandlingKind.dyn_o )
828.30 s
[lsp-types] [219 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecutionSummary ( generated/Language/LSP/Protocol/Internal/Types/ExecutionSummary.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecutionSummary.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecutionSummary.dyn_o )
828.30 s
[lsp-types] [220 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCell ( generated/Language/LSP/Protocol/Internal/Types/NotebookCell.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCell.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCell.dyn_o )
828.30 s
[lsp-types] [221 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocument ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocument.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocument.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocument.dyn_o )
828.30 s
[lsp-types] [222 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellArrayChange.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellArrayChange.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellArrayChange.dyn_o )
828.30 s
[lsp-types] [223 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChangeStructure.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChangeStructure.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChangeStructure.dyn_o )
828.30 s
[lsp-types] [224 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChanges.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChanges.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChanges.dyn_o )
832.36 s
[lsp-types] [225 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentChangeEvent.o, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentChangeEvent.dyn_o )
834.37 s
Waiting for lock on waiting for lock on '/nix/store/8kb6bkb7bncnjpna0z3grljnqhl16cgr-mono-traversable-1.0.21.0', '/nix/store/ncwcpddjwx77b3mvriz5pdhsssvhc56x-mono-traversable-1.0.21.0-doc'
834.84 s
[ormolu] Documentation created: dist/doc/html/ormolu/index.html,
834.84 s
[ormolu] dist/doc/html/ormolu/ormolu.txt
834.90 s
[ormolu] Preprocessing executable 'ormolu' for ormolu-0.7.4.0..
834.90 s
[ormolu] Preprocessing test suite 'tests' for ormolu-0.7.4.0..
834.92 s
[ormolu] Phase: installPhase
835.09 s
[ormolu] Installing library in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
835.51 s
[ormolu] Installing executable ormolu in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin
835.51 s
[ormolu] Warning: The directory
835.51 s
[ormolu] /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin is not in
835.51 s
[ormolu] the system search path.
836.44 s
[ormolu] Phase: fixupPhase
836.46 s
[ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0
836.46 s
[ormolu] shrinking /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK-ghc9.6.3.so
836.52 s
[ormolu] checking for references to /build/ in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0...
836.60 s
[ormolu] patching script interpreter paths in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0
836.61 s
[ormolu] stripping (with command strip and flags -S -p) in /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0/lib
837.08 s
[ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc
837.11 s
[ormolu] checking for references to /build/ in /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc...
837.13 s
[ormolu] patching script interpreter paths in /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc
837.14 s
[ormolu] shrinking RPATHs of ELF executables and libraries in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin
837.15 s
[ormolu] shrinking /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin/ormolu
837.20 s
[ormolu] checking for references to /build/ in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin...
837.24 s
[ormolu] patching script interpreter paths in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin
837.25 s
[ormolu] stripping (with command strip and flags -S -p) in /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin/bin
837.69 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0 /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin
838.21 s
[post-build-hook] Pushing 3 paths (116 are already present) using zstd to cache sellout ⏳
838.21 s
[post-build-hook]
838.56 s
[post-build-hook] Pushing /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin (24.91 MiB)
838.58 s
[post-build-hook] Pushing /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0 (33.34 MiB)
838.73 s
[post-build-hook] Pushing /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc (7.15 MiB)
839.96 s
[post-build-hook]
839.96 s
[post-build-hook] All done.
839.99 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc /nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0 /nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin
840.03 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
840.22 s
[post-build-hook] copying 5 paths...
840.22 s
[post-build-hook] copying path '/nix/store/2r825mshwhgrgmsq5lc7h002i0124hww-ormolu-0.7.4.0-doc' to 'https://cache.nix-ci.com'...
840.22 s
[post-build-hook] copying path '/nix/store/416fibn5m5xhvsq9iwlsxcy3scy1fmps-th-env-0.1.1-doc' to 'https://cache.nix-ci.com'...
840.22 s
[post-build-hook] copying path '/nix/store/j5jlwykmfxsjkf2rcj4xmxcss4ksa0ri-ormolu-0.7.4.0-bin' to 'https://cache.nix-ci.com'...
840.44 s
[post-build-hook] copying path '/nix/store/066dcdq05g828hxvrhjidn8rxrn726sq-th-env-0.1.1' to 'https://cache.nix-ci.com'...
849.98 s
[post-build-hook] copying path '/nix/store/3kb681lf3avrdnsashfwhlz0hb42hl3c-ormolu-0.7.4.0' to 'https://cache.nix-ci.com'...
860.24 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
860.47 s
[post-build-hook] copying 3 paths...
860.47 s
[post-build-hook] copying path '/nix/store/hr9lgmc16mv6hkw39zix3xizwcgkx8gy-markdown-unlit-0.6.0.drv' to 'https://cache.nix-ci.com'...
860.64 s
[post-build-hook] copying path '/nix/store/9yirnjvwbbn92qzy9g6xw1vnrq3f37bf-th-env-0.1.1.drv' to 'https://cache.nix-ci.com'...
860.78 s
[post-build-hook] copying path '/nix/store/cy9bp2x0l9a7bp5b1xmbi3s36njk93n0-ormolu-0.7.4.0.drv' to 'https://cache.nix-ci.com'...
860.95 s
Progress: 43 of 67 built (2 building), 335 of 335 downloaded from cache
860.95 s
[lsp-types] [226 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandRegistrationOptions.dyn_o )
860.95 s
[lsp-types] [227 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandParams ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandParams.dyn_o )
860.95 s
[lsp-types] [228 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandOptions.dyn_o )
860.95 s
[lsp-types] [229 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandClientCapabilities.dyn_o )
860.95 s
[lsp-types] [230 of 452] Compiling Language.LSP.Protocol.Internal.Types.ErrorCodes ( generated/Language/LSP/Protocol/Internal/Types/ErrorCodes.hs, dist/build/Language/LSP/Protocol/Internal/Types/ErrorCodes.o, dist/build/Language/LSP/Protocol/Internal/Types/ErrorCodes.dyn_o )
860.95 s
[lsp-types] [231 of 452] Compiling Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace ( generated/Language/LSP/Protocol/Internal/Types/EditRangeWithInsertReplace.hs, dist/build/Language/LSP/Protocol/Internal/Types/EditRangeWithInsertReplace.o, dist/build/Language/LSP/Protocol/Internal/Types/EditRangeWithInsertReplace.dyn_o )
860.95 s
[lsp-types] [232 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolParams.dyn_o )
860.95 s
[lsp-types] [233 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolOptions.dyn_o )
860.95 s
[lsp-types] [234 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbol ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbol.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbol.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbol.dyn_o )
860.95 s
[lsp-types] [235 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingParams.dyn_o )
860.95 s
[lsp-types] [236 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingOptions.dyn_o )
860.95 s
[lsp-types] [237 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingClientCapabilities.dyn_o )
860.95 s
[lsp-types] [238 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingParams.dyn_o )
860.95 s
[lsp-types] [239 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingOptions.dyn_o )
860.95 s
[lsp-types] [240 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingClientCapabilities.dyn_o )
860.95 s
[lsp-types] [241 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkParams.dyn_o )
860.95 s
[lsp-types] [242 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkOptions.dyn_o )
860.95 s
[lsp-types] [243 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkClientCapabilities.dyn_o )
860.95 s
[lsp-types] [244 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLink ( generated/Language/LSP/Protocol/Internal/Types/DocumentLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLink.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLink.dyn_o )
860.95 s
[lsp-types] [245 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightParams.dyn_o )
860.95 s
[lsp-types] [246 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightOptions.dyn_o )
860.95 s
[lsp-types] [247 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightKind ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightKind.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightKind.dyn_o )
860.95 s
[lsp-types] [248 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightClientCapabilities.dyn_o )
860.95 s
[lsp-types] [249 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlight ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlight.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlight.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlight.dyn_o )
860.95 s
[lsp-types] [250 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingParams.dyn_o )
860.95 s
[lsp-types] [251 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingOptions.dyn_o )
860.95 s
[lsp-types] [252 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingClientCapabilities.dyn_o )
860.95 s
[lsp-types] [253 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/DocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFilter.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFilter.dyn_o )
860.95 s
[lsp-types] [254 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSelector ( generated/Language/LSP/Protocol/Internal/Types/DocumentSelector.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSelector.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSelector.dyn_o )
860.95 s
[lsp-types] [255 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyRegistrationOptions.dyn_o )
860.95 s
[lsp-types] [256 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionRegistrationOptions.dyn_o )
860.95 s
[lsp-types] [257 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSaveRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveRegistrationOptions.dyn_o )
860.95 s
[lsp-types] [258 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentRegistrationOptions.dyn_o )
860.95 s
[lsp-types] [259 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentChangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentChangeRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentChangeRegistrationOptions.dyn_o )
860.95 s
[lsp-types] [260 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpRegistrationOptions.dyn_o )
860.95 s
[lsp-types] [261 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [262 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [263 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/RenameRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [264 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/ReferenceRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [265 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/MonikerRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/MonikerRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [266 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [267 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/InlineValueRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [268 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/InlayHintRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [269 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/ImplementationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [270 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/HoverRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/HoverRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [271 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [272 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [273 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [274 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [275 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [276 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [277 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [278 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportKind.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportKind.dyn_o )
860.96 s
[lsp-types] [279 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticParams.dyn_o )
860.96 s
[lsp-types] [280 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [281 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorParams.dyn_o )
860.96 s
[lsp-types] [282 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorOptions.dyn_o )
860.96 s
[lsp-types] [283 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorClientCapabilities.dyn_o )
860.96 s
[lsp-types] [284 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidSaveTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveTextDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveTextDocumentParams.dyn_o )
860.96 s
[lsp-types] [285 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidSaveNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveNotebookDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveNotebookDocumentParams.dyn_o )
860.96 s
[lsp-types] [286 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidOpenTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenTextDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenTextDocumentParams.dyn_o )
860.96 s
[lsp-types] [287 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidOpenNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenNotebookDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenNotebookDocumentParams.dyn_o )
860.96 s
[lsp-types] [288 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidCloseTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseTextDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseTextDocumentParams.dyn_o )
860.96 s
[lsp-types] [289 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidCloseNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseNotebookDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseNotebookDocumentParams.dyn_o )
860.96 s
[lsp-types] [290 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWorkspaceFoldersParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWorkspaceFoldersParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWorkspaceFoldersParams.dyn_o )
860.96 s
[lsp-types] [291 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [292 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesParams.dyn_o )
860.96 s
[lsp-types] [293 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesClientCapabilities.dyn_o )
860.96 s
[lsp-types] [294 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeTextDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeTextDocumentParams.dyn_o )
860.96 s
[lsp-types] [295 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeNotebookDocumentParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeNotebookDocumentParams.dyn_o )
860.96 s
[lsp-types] [296 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [297 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationParams.dyn_o )
860.96 s
[lsp-types] [298 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationClientCapabilities.dyn_o )
860.96 s
[lsp-types] [299 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticWorkspaceClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticWorkspaceClientCapabilities.dyn_o )
860.96 s
[lsp-types] [300 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticTag ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticTag.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticTag.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticTag.dyn_o )
860.96 s
[lsp-types] [301 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticSeverity ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticSeverity.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticSeverity.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticSeverity.dyn_o )
860.96 s
[lsp-types] [302 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticServerCancellationData.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticServerCancellationData.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticServerCancellationData.dyn_o )
860.96 s
[lsp-types] [303 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticRelatedInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRelatedInformation.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRelatedInformation.dyn_o )
860.96 s
[lsp-types] [304 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [305 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticOptions ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticOptions.dyn_o )
860.96 s
[lsp-types] [306 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticClientCapabilities.dyn_o )
860.96 s
[lsp-types] [307 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeleteFilesParams ( generated/Language/LSP/Protocol/Internal/Types/DeleteFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFilesParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFilesParams.dyn_o )
860.96 s
[lsp-types] [308 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeleteFileOptions ( generated/Language/LSP/Protocol/Internal/Types/DeleteFileOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFileOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFileOptions.dyn_o )
860.96 s
[lsp-types] [309 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DefinitionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [310 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionParams ( generated/Language/LSP/Protocol/Internal/Types/DefinitionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionParams.dyn_o )
860.96 s
[lsp-types] [311 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionOptions ( generated/Language/LSP/Protocol/Internal/Types/DefinitionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionOptions.dyn_o )
860.96 s
[lsp-types] [312 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionLink ( generated/Language/LSP/Protocol/Internal/Types/DefinitionLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionLink.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionLink.dyn_o )
860.96 s
[lsp-types] [313 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DefinitionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionClientCapabilities.dyn_o )
860.96 s
[lsp-types] [314 of 452] Compiling Language.LSP.Protocol.Internal.Types.Definition ( generated/Language/LSP/Protocol/Internal/Types/Definition.hs, dist/build/Language/LSP/Protocol/Internal/Types/Definition.o, dist/build/Language/LSP/Protocol/Internal/Types/Definition.dyn_o )
860.96 s
[lsp-types] [315 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DeclarationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [316 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationParams ( generated/Language/LSP/Protocol/Internal/Types/DeclarationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationParams.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationParams.dyn_o )
860.96 s
[lsp-types] [317 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationOptions ( generated/Language/LSP/Protocol/Internal/Types/DeclarationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationOptions.dyn_o )
860.96 s
[lsp-types] [318 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationLink ( generated/Language/LSP/Protocol/Internal/Types/DeclarationLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationLink.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationLink.dyn_o )
860.96 s
[lsp-types] [319 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DeclarationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationClientCapabilities.dyn_o )
860.96 s
[lsp-types] [320 of 452] Compiling Language.LSP.Protocol.Internal.Types.Declaration ( generated/Language/LSP/Protocol/Internal/Types/Declaration.hs, dist/build/Language/LSP/Protocol/Internal/Types/Declaration.o, dist/build/Language/LSP/Protocol/Internal/Types/Declaration.dyn_o )
860.96 s
[lsp-types] [321 of 452] Compiling Language.LSP.Protocol.Internal.Types.CreateFilesParams ( generated/Language/LSP/Protocol/Internal/Types/CreateFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CreateFilesParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CreateFilesParams.dyn_o )
860.96 s
[lsp-types] [322 of 452] Compiling Language.LSP.Protocol.Internal.Types.CreateFileOptions ( generated/Language/LSP/Protocol/Internal/Types/CreateFileOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CreateFileOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CreateFileOptions.dyn_o )
860.96 s
[lsp-types] [323 of 452] Compiling Language.LSP.Protocol.Internal.Types.ConfigurationItem ( generated/Language/LSP/Protocol/Internal/Types/ConfigurationItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationItem.o, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationItem.dyn_o )
860.96 s
[lsp-types] [324 of 452] Compiling Language.LSP.Protocol.Internal.Types.ConfigurationParams ( generated/Language/LSP/Protocol/Internal/Types/ConfigurationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationParams.dyn_o )
860.96 s
[lsp-types] [325 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionTriggerKind ( generated/Language/LSP/Protocol/Internal/Types/CompletionTriggerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionTriggerKind.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionTriggerKind.dyn_o )
860.96 s
[lsp-types] [326 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CompletionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [327 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionOptions ( generated/Language/LSP/Protocol/Internal/Types/CompletionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionOptions.dyn_o )
860.96 s
[lsp-types] [328 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionListCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CompletionListCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionListCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionListCapabilities.dyn_o )
860.96 s
[lsp-types] [329 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemTag ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemTag.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTag.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTag.dyn_o )
860.96 s
[lsp-types] [330 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemTagOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTagOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTagOptions.dyn_o )
860.96 s
[lsp-types] [331 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemLabelDetails.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemLabelDetails.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemLabelDetails.dyn_o )
860.96 s
[lsp-types] [332 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemKind ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemKind.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemKind.dyn_o )
860.96 s
[lsp-types] [333 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemDefaults ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemDefaults.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemDefaults.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemDefaults.dyn_o )
860.96 s
[lsp-types] [334 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionContext ( generated/Language/LSP/Protocol/Internal/Types/CompletionContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionContext.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionContext.dyn_o )
860.96 s
[lsp-types] [335 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionParams ( generated/Language/LSP/Protocol/Internal/Types/CompletionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionParams.dyn_o )
860.96 s
[lsp-types] [336 of 452] Compiling Language.LSP.Protocol.Internal.Types.Command ( generated/Language/LSP/Protocol/Internal/Types/Command.hs, dist/build/Language/LSP/Protocol/Internal/Types/Command.o, dist/build/Language/LSP/Protocol/Internal/Types/Command.dyn_o )
860.96 s
[lsp-types] [337 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintLabelPart ( generated/Language/LSP/Protocol/Internal/Types/InlayHintLabelPart.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintLabelPart.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintLabelPart.dyn_o )
860.96 s
[lsp-types] [338 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHint ( generated/Language/LSP/Protocol/Internal/Types/InlayHint.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHint.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHint.dyn_o )
860.96 s
[lsp-types] [339 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItem ( generated/Language/LSP/Protocol/Internal/Types/CompletionItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItem.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItem.dyn_o )
860.96 s
[lsp-types] [340 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionList ( generated/Language/LSP/Protocol/Internal/Types/CompletionList.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionList.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionList.dyn_o )
860.96 s
[lsp-types] [341 of 452] Compiling Language.LSP.Protocol.Internal.Types.ColorPresentation ( generated/Language/LSP/Protocol/Internal/Types/ColorPresentation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentation.o, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentation.dyn_o )
860.96 s
[lsp-types] [342 of 452] Compiling Language.LSP.Protocol.Internal.Types.Color ( generated/Language/LSP/Protocol/Internal/Types/Color.hs, dist/build/Language/LSP/Protocol/Internal/Types/Color.o, dist/build/Language/LSP/Protocol/Internal/Types/Color.dyn_o )
860.96 s
[lsp-types] [343 of 452] Compiling Language.LSP.Protocol.Internal.Types.ColorPresentationParams ( generated/Language/LSP/Protocol/Internal/Types/ColorPresentationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentationParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentationParams.dyn_o )
860.96 s
[lsp-types] [344 of 452] Compiling Language.LSP.Protocol.Internal.Types.ColorInformation ( generated/Language/LSP/Protocol/Internal/Types/ColorInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ColorInformation.o, dist/build/Language/LSP/Protocol/Internal/Types/ColorInformation.dyn_o )
860.96 s
[lsp-types] [345 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CodeLensWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensWorkspaceClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensWorkspaceClientCapabilities.dyn_o )
860.96 s
[lsp-types] [346 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeLensRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [347 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensParams ( generated/Language/LSP/Protocol/Internal/Types/CodeLensParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensParams.dyn_o )
860.96 s
[lsp-types] [348 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeLensOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensOptions.dyn_o )
860.96 s
[lsp-types] [349 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CodeLensClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensClientCapabilities.dyn_o )
860.96 s
[lsp-types] [350 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLens ( generated/Language/LSP/Protocol/Internal/Types/CodeLens.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLens.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeLens.dyn_o )
860.96 s
[lsp-types] [351 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeDescription ( generated/Language/LSP/Protocol/Internal/Types/CodeDescription.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeDescription.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeDescription.dyn_o )
860.96 s
[lsp-types] [352 of 452] Compiling Language.LSP.Protocol.Internal.Types.Diagnostic ( generated/Language/LSP/Protocol/Internal/Types/Diagnostic.hs, dist/build/Language/LSP/Protocol/Internal/Types/Diagnostic.o, dist/build/Language/LSP/Protocol/Internal/Types/Diagnostic.dyn_o )
860.96 s
[lsp-types] [353 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFullDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFullDocumentDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFullDocumentDiagnosticReport.dyn_o )
860.96 s
[lsp-types] [354 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDocumentDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDocumentDiagnosticReport.dyn_o )
860.96 s
[lsp-types] [355 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReportPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReportPartialResult.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReportPartialResult.dyn_o )
860.96 s
[lsp-types] [356 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReport.dyn_o )
860.96 s
[lsp-types] [357 of 452] Compiling Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams ( generated/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsParams.o, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsParams.dyn_o )
860.96 s
[lsp-types] [358 of 452] Compiling Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/FullDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/FullDocumentDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/FullDocumentDiagnosticReport.dyn_o )
860.96 s
[lsp-types] [359 of 452] Compiling Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/RelatedUnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/RelatedUnchangedDocumentDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/RelatedUnchangedDocumentDiagnosticReport.dyn_o )
860.96 s
[lsp-types] [360 of 452] Compiling Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/RelatedFullDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/RelatedFullDocumentDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/RelatedFullDocumentDiagnosticReport.dyn_o )
860.96 s
[lsp-types] [361 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReport.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReport.dyn_o )
860.96 s
[lsp-types] [362 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportPartialResult.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportPartialResult.dyn_o )
860.96 s
[lsp-types] [363 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind ( generated/Language/LSP/Protocol/Internal/Types/CodeActionTriggerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionTriggerKind.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionTriggerKind.dyn_o )
860.96 s
[lsp-types] [364 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionKind ( generated/Language/LSP/Protocol/Internal/Types/CodeActionKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionKind.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionKind.dyn_o )
860.96 s
[lsp-types] [365 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeActionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [366 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeActionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionOptions.dyn_o )
860.96 s
[lsp-types] [367 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionDisabled ( generated/Language/LSP/Protocol/Internal/Types/CodeActionDisabled.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionDisabled.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionDisabled.dyn_o )
860.96 s
[lsp-types] [368 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionContext ( generated/Language/LSP/Protocol/Internal/Types/CodeActionContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionContext.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionContext.dyn_o )
860.96 s
[lsp-types] [369 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionParams ( generated/Language/LSP/Protocol/Internal/Types/CodeActionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionParams.dyn_o )
860.96 s
[lsp-types] [370 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSymbolTagOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolTagOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolTagOptions.dyn_o )
860.96 s
[lsp-types] [371 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSymbolResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolResolveOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolResolveOptions.dyn_o )
860.96 s
[lsp-types] [372 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSymbolKindOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolKindOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolKindOptions.dyn_o )
860.96 s
[lsp-types] [373 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolClientCapabilities.dyn_o )
860.96 s
[lsp-types] [374 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolClientCapabilities.dyn_o )
860.96 s
[lsp-types] [375 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSignatureParameterInformationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureParameterInformationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureParameterInformationOptions.dyn_o )
860.96 s
[lsp-types] [376 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSignatureInformationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureInformationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureInformationOptions.dyn_o )
860.96 s
[lsp-types] [377 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpClientCapabilities.dyn_o )
860.96 s
[lsp-types] [378 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientShowMessageActionItemOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientShowMessageActionItemOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientShowMessageActionItemOptions.dyn_o )
860.96 s
[lsp-types] [379 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ShowMessageRequestClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestClientCapabilities.dyn_o )
860.96 s
[lsp-types] [380 of 452] Compiling Language.LSP.Protocol.Internal.Types.WindowClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WindowClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WindowClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/WindowClientCapabilities.dyn_o )
860.96 s
[lsp-types] [381 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta ( generated/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestFullDelta.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestFullDelta.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestFullDelta.dyn_o )
860.96 s
[lsp-types] [382 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestOptions.dyn_o )
860.96 s
[lsp-types] [383 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensClientCapabilities.dyn_o )
860.96 s
[lsp-types] [384 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientInlayHintResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientInlayHintResolveOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientInlayHintResolveOptions.dyn_o )
860.96 s
[lsp-types] [385 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlayHintClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintClientCapabilities.dyn_o )
860.96 s
[lsp-types] [386 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientInfo ( generated/Language/LSP/Protocol/Internal/Types/ClientInfo.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientInfo.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientInfo.dyn_o )
860.96 s
[lsp-types] [387 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeOptions.dyn_o )
860.96 s
[lsp-types] [388 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeKindOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeKindOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeKindOptions.dyn_o )
860.96 s
[lsp-types] [389 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeClientCapabilities.dyn_o )
860.96 s
[lsp-types] [390 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientDiagnosticsTagOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientDiagnosticsTagOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientDiagnosticsTagOptions.dyn_o )
860.96 s
[lsp-types] [391 of 452] Compiling Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsClientCapabilities.dyn_o )
860.96 s
[lsp-types] [392 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemResolveOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemResolveOptions.dyn_o )
860.96 s
[lsp-types] [393 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptionsKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptionsKind.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptionsKind.dyn_o )
860.96 s
[lsp-types] [394 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemInsertTextModeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemInsertTextModeOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemInsertTextModeOptions.dyn_o )
860.96 s
[lsp-types] [395 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptions.dyn_o )
860.96 s
[lsp-types] [396 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CompletionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/CompletionClientCapabilities.dyn_o )
860.96 s
[lsp-types] [397 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCodeActionResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionResolveOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionResolveOptions.dyn_o )
860.96 s
[lsp-types] [398 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCodeActionKindOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionKindOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionKindOptions.dyn_o )
860.96 s
[lsp-types] [399 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCodeActionLiteralOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionLiteralOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionLiteralOptions.dyn_o )
860.96 s
[lsp-types] [400 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CodeActionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionClientCapabilities.dyn_o )
860.96 s
[lsp-types] [401 of 452] Compiling Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions ( generated/Language/LSP/Protocol/Internal/Types/ChangeAnnotationsSupportOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationsSupportOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationsSupportOptions.dyn_o )
860.96 s
[lsp-types] [402 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceEditClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEditClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEditClientCapabilities.dyn_o )
860.96 s
[lsp-types] [403 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceClientCapabilities.dyn_o )
860.96 s
[lsp-types] [404 of 452] Compiling Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier ( generated/Language/LSP/Protocol/Internal/Types/ChangeAnnotationIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationIdentifier.o, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationIdentifier.dyn_o )
860.96 s
[lsp-types] [405 of 452] Compiling Language.LSP.Protocol.Internal.Types.ResourceOperation ( generated/Language/LSP/Protocol/Internal/Types/ResourceOperation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperation.o, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperation.dyn_o )
860.96 s
[lsp-types] [406 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameFile ( generated/Language/LSP/Protocol/Internal/Types/RenameFile.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameFile.o, dist/build/Language/LSP/Protocol/Internal/Types/RenameFile.dyn_o )
860.96 s
[lsp-types] [407 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeleteFile ( generated/Language/LSP/Protocol/Internal/Types/DeleteFile.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFile.o, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFile.dyn_o )
860.96 s
[lsp-types] [408 of 452] Compiling Language.LSP.Protocol.Internal.Types.CreateFile ( generated/Language/LSP/Protocol/Internal/Types/CreateFile.hs, dist/build/Language/LSP/Protocol/Internal/Types/CreateFile.o, dist/build/Language/LSP/Protocol/Internal/Types/CreateFile.dyn_o )
860.96 s
[lsp-types] [409 of 452] Compiling Language.LSP.Protocol.Internal.Types.ChangeAnnotation ( generated/Language/LSP/Protocol/Internal/Types/ChangeAnnotation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotation.o, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotation.dyn_o )
860.96 s
[lsp-types] [410 of 452] Compiling Language.LSP.Protocol.Internal.Types.CancelParams ( generated/Language/LSP/Protocol/Internal/Types/CancelParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CancelParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CancelParams.dyn_o )
860.96 s
[lsp-types] [411 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyRegistrationOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyRegistrationOptions.dyn_o )
860.96 s
[lsp-types] [412 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyPrepareParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyPrepareParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyPrepareParams.dyn_o )
860.96 s
[lsp-types] [413 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOptions ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOptions.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOptions.dyn_o )
860.96 s
[lsp-types] [414 of 452] Compiling Language.LSP.Protocol.Internal.Types.ServerCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ServerCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ServerCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/ServerCapabilities.dyn_o )
868.98 s
[lsp-types] [415 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeResult ( generated/Language/LSP/Protocol/Internal/Types/InitializeResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeResult.o, dist/build/Language/LSP/Protocol/Internal/Types/InitializeResult.dyn_o )
900.15 s
[lsp-types] [416 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyItem ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.dyn_o )
900.16 s
[lsp-types] [417 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.dyn_o )
900.16 s
[lsp-types] [418 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.dyn_o )
900.16 s
[lsp-types] [419 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.dyn_o )
900.16 s
[lsp-types] [420 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.dyn_o )
900.16 s
[lsp-types] [421 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.dyn_o )
900.16 s
[lsp-types] [422 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.dyn_o )
900.16 s
[lsp-types] [423 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCapabilities.o, dist/build/Language/LSP/Protocol/Internal/Types/ClientCapabilities.dyn_o )
900.16 s
[lsp-types] [424 of 452] Compiling Language.LSP.Protocol.Internal.Types.UInitializeParams ( generated/Language/LSP/Protocol/Internal/Types/UInitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/UInitializeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/UInitializeParams.dyn_o )
900.16 s
[lsp-types] [425 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeParams ( generated/Language/LSP/Protocol/Internal/Types/InitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeParams.o, dist/build/Language/LSP/Protocol/Internal/Types/InitializeParams.dyn_o )
900.16 s
[lsp-types] [426 of 452] Compiling Language.LSP.Protocol.Internal.Types.BaseSymbolInformation ( generated/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.o, dist/build/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.dyn_o )
900.16 s
[lsp-types] [427 of 452] Compiling Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult ( generated/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.o, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.dyn_o )
900.16 s
[lsp-types] [428 of 452] Compiling Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit ( generated/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.o, dist/build/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.dyn_o )
900.16 s
[lsp-types] [429 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentEdit ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.o, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.dyn_o )
900.17 s
[lsp-types] [430 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceEdit ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.o, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.dyn_o )
900.17 s
[lsp-types] [431 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeAction ( generated/Language/LSP/Protocol/Internal/Types/CodeAction.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeAction.o, dist/build/Language/LSP/Protocol/Internal/Types/CodeAction.dyn_o )
900.17 s
[lsp-types] [432 of 452] Compiling Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams ( generated/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.o, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.dyn_o )
900.17 s
[lsp-types] [433 of 452] Compiling Language.LSP.Protocol.Internal.Method ( generated/Language/LSP/Protocol/Internal/Method.hs, dist/build/Language/LSP/Protocol/Internal/Method.o, dist/build/Language/LSP/Protocol/Internal/Method.dyn_o )
900.94 s
[lsp-types] [434 of 452] Compiling Language.LSP.Protocol.Message.Method ( src/Language/LSP/Protocol/Message/Method.hs, dist/build/Language/LSP/Protocol/Message/Method.o, dist/build/Language/LSP/Protocol/Message/Method.dyn_o )
904.63 s
[lsp-types] [435 of 452] Compiling Language.LSP.Protocol.Message.LspId ( src/Language/LSP/Protocol/Message/LspId.hs, dist/build/Language/LSP/Protocol/Message/LspId.o, dist/build/Language/LSP/Protocol/Message/LspId.dyn_o )
904.63 s
[lsp-types] [436 of 452] Compiling Language.LSP.Protocol.Internal.Types ( generated/Language/LSP/Protocol/Internal/Types.hs, dist/build/Language/LSP/Protocol/Internal/Types.o, dist/build/Language/LSP/Protocol/Internal/Types.dyn_o )
904.63 s
[lsp-types] [437 of 452] Compiling Language.LSP.Protocol.Types.WatchKinds ( src/Language/LSP/Protocol/Types/WatchKinds.hs, dist/build/Language/LSP/Protocol/Types/WatchKinds.o, dist/build/Language/LSP/Protocol/Types/WatchKinds.dyn_o )
904.63 s
[lsp-types] [438 of 452] Compiling Language.LSP.Protocol.Types.Orphans ( src/Language/LSP/Protocol/Types/Orphans.hs, dist/build/Language/LSP/Protocol/Types/Orphans.o, dist/build/Language/LSP/Protocol/Types/Orphans.dyn_o )
904.63 s
[lsp-types] [439 of 452] Compiling Language.LSP.Protocol.Types.Edit ( src/Language/LSP/Protocol/Types/Edit.hs, dist/build/Language/LSP/Protocol/Types/Edit.o, dist/build/Language/LSP/Protocol/Types/Edit.dyn_o )
904.63 s
[lsp-types] [440 of 452] Compiling Language.LSP.Protocol.Types.CodeAction ( src/Language/LSP/Protocol/Types/CodeAction.hs, dist/build/Language/LSP/Protocol/Types/CodeAction.o, dist/build/Language/LSP/Protocol/Types/CodeAction.dyn_o )
904.63 s
[lsp-types] [441 of 452] Compiling Language.LSP.Protocol.Types ( src/Language/LSP/Protocol/Types.hs, dist/build/Language/LSP/Protocol/Types.o, dist/build/Language/LSP/Protocol/Types.dyn_o )
904.63 s
[lsp-types] [442 of 452] Compiling Language.LSP.Protocol.Message.Types ( src/Language/LSP/Protocol/Message/Types.hs, dist/build/Language/LSP/Protocol/Message/Types.o, dist/build/Language/LSP/Protocol/Message/Types.dyn_o )
904.74 s
[lsp-types]
904.74 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
904.74 s
[lsp-types] The record update x {_code = InR
904.74 s
[lsp-types] (fromOpenEnumBaseType n)} with type ResponseError is ambiguous.
904.74 s
[lsp-types] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
904.74 s
[lsp-types] |
904.74 s
[lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n) }
904.74 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
904.74 s
[lsp-types]
904.74 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
904.74 s
[lsp-types] The record update x {_code = InR
904.74 s
[lsp-types] (fromOpenEnumBaseType n)} with type TResponseError is ambiguous.
904.74 s
[lsp-types] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
904.74 s
[lsp-types] |
904.74 s
[lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n) }
904.74 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
907.07 s
[lsp-types] [443 of 452] Compiling Language.LSP.Protocol.Message.Parsing ( src/Language/LSP/Protocol/Message/Parsing.hs, dist/build/Language/LSP/Protocol/Message/Parsing.o, dist/build/Language/LSP/Protocol/Message/Parsing.dyn_o )
908.08 s
Waiting for lock on waiting for lock on '/nix/store/csjffh2z1azrrzr8fsd8zc88mh22li57-conduit-1.3.6.1', '/nix/store/xbviw4gr70gjwdnx1m6jan6a3qs6ccin-conduit-1.3.6.1-doc'
911.32 s
[lsp-types] [444 of 452] Compiling Language.LSP.Protocol.Message.Registration ( src/Language/LSP/Protocol/Message/Registration.hs, dist/build/Language/LSP/Protocol/Message/Registration.o, dist/build/Language/LSP/Protocol/Message/Registration.dyn_o )
911.32 s
[lsp-types] [445 of 452] Compiling Language.LSP.Protocol.Message ( src/Language/LSP/Protocol/Message.hs, dist/build/Language/LSP/Protocol/Message.o, dist/build/Language/LSP/Protocol/Message.dyn_o )
911.35 s
[lsp-types] [446 of 452] Compiling Language.LSP.Protocol.Internal.Meta ( generated/Language/LSP/Protocol/Internal/Meta.hs, dist/build/Language/LSP/Protocol/Internal/Meta.o, dist/build/Language/LSP/Protocol/Internal/Meta.dyn_o )
911.35 s
[lsp-types] [447 of 452] Compiling Language.LSP.Protocol.Types.Lens ( src/Language/LSP/Protocol/Types/Lens.hs, dist/build/Language/LSP/Protocol/Types/Lens.o, dist/build/Language/LSP/Protocol/Types/Lens.dyn_o )
911.35 s
[lsp-types] [448 of 452] Compiling Language.LSP.Protocol.Message.Lens ( src/Language/LSP/Protocol/Message/Lens.hs, dist/build/Language/LSP/Protocol/Message/Lens.o, dist/build/Language/LSP/Protocol/Message/Lens.dyn_o )
911.35 s
[lsp-types] [449 of 452] Compiling Language.LSP.Protocol.Lens ( src/Language/LSP/Protocol/Lens.hs, dist/build/Language/LSP/Protocol/Lens.o, dist/build/Language/LSP/Protocol/Lens.dyn_o )
911.35 s
[lsp-types] [450 of 452] Compiling Language.LSP.Protocol.Capabilities ( src/Language/LSP/Protocol/Capabilities.hs, dist/build/Language/LSP/Protocol/Capabilities.o, dist/build/Language/LSP/Protocol/Capabilities.dyn_o )
912.37 s
[lsp-types] [451 of 452] Compiling Language.LSP.Protocol.Meta ( src/Language/LSP/Protocol/Meta.hs, dist/build/Language/LSP/Protocol/Meta.o, dist/build/Language/LSP/Protocol/Meta.dyn_o )
912.37 s
[lsp-types] [452 of 452] Compiling Language.LSP.Protocol.Utils.SMethodMap ( src/Language/LSP/Protocol/Utils/SMethodMap.hs, dist/build/Language/LSP/Protocol/Utils/SMethodMap.o, dist/build/Language/LSP/Protocol/Utils/SMethodMap.dyn_o )
913.47 s
[lsp-types] [ 1 of 452] Compiling Data.IxMap ( src/Data/IxMap.hs, dist/build/Data/IxMap.p_o )
913.70 s
[lsp-types] [ 2 of 452] Compiling Data.Row.Hashable ( src/Data/Row/Hashable.hs, dist/build/Data/Row/Hashable.p_o )
913.70 s
[lsp-types] [ 3 of 452] Compiling Language.LSP.Protocol.Message.Meta ( src/Language/LSP/Protocol/Message/Meta.hs, dist/build/Language/LSP/Protocol/Message/Meta.p_o )
913.70 s
[lsp-types] [ 4 of 452] Compiling Language.LSP.Protocol.Types.LspEnum ( src/Language/LSP/Protocol/Types/LspEnum.hs, dist/build/Language/LSP/Protocol/Types/LspEnum.p_o )
914.05 s
[lsp-types] [ 5 of 452] Compiling Language.LSP.Protocol.Types.Singletons ( src/Language/LSP/Protocol/Types/Singletons.hs, dist/build/Language/LSP/Protocol/Types/Singletons.p_o )
914.14 s
[lsp-types] [ 6 of 452] Compiling Language.LSP.Protocol.Types.Uri ( src/Language/LSP/Protocol/Types/Uri.hs, dist/build/Language/LSP/Protocol/Types/Uri.p_o )
914.35 s
[lsp-types] [ 7 of 452] Compiling Language.LSP.Protocol.Types.Uri.OsPath ( src/Language/LSP/Protocol/Types/Uri/OsPath.hs, dist/build/Language/LSP/Protocol/Types/Uri/OsPath.p_o )
914.48 s
[lsp-types] [ 8 of 452] Compiling Language.LSP.Protocol.Utils.Misc ( src/Language/LSP/Protocol/Utils/Misc.hs, dist/build/Language/LSP/Protocol/Utils/Misc.p_o )
914.48 s
[lsp-types] [ 9 of 452] Compiling Language.LSP.Protocol.Types.Common ( src/Language/LSP/Protocol/Types/Common.hs, dist/build/Language/LSP/Protocol/Types/Common.p_o )
915.09 s
[lsp-types] [ 10 of 452] Compiling Data.Row.Aeson ( src/Data/Row/Aeson.hs, dist/build/Data/Row/Aeson.p_o )
921.28 s
[lsp-types] [ 11 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceUnchangedDocumentDiagnosticReport.p_o )
922.16 s
[lsp-types] [ 12 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolRegistrationOptions.p_o )
922.16 s
[lsp-types] [ 13 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolOptions.p_o )
922.16 s
[lsp-types] [ 14 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersServerCapabilities.p_o )
922.62 s
[lsp-types] [ 15 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFolder ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFolder.p_o )
927.85 s
[lsp-types] [ 16 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersInitializeParams.p_o )
928.67 s
[lsp-types] [ 17 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFoldersChangeEvent.p_o )
928.83 s
[lsp-types] [ 18 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressReport.p_o )
928.83 s
[lsp-types] [ 19 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressOptions.p_o )
928.83 s
[lsp-types] [ 20 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressEnd.p_o )
928.83 s
[lsp-types] [ 21 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressBegin.p_o )
928.83 s
[lsp-types] [ 22 of 452] Compiling Language.LSP.Protocol.Types.Progress ( src/Language/LSP/Protocol/Types/Progress.hs, dist/build/Language/LSP/Protocol/Types/Progress.p_o )
928.83 s
[lsp-types] [ 23 of 452] Compiling Language.LSP.Protocol.Internal.Types.WatchKind ( generated/Language/LSP/Protocol/Internal/Types/WatchKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/WatchKind.p_o )
928.83 s
[lsp-types] [ 24 of 452] Compiling Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/VersionedTextDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/VersionedTextDocumentIdentifier.p_o )
928.83 s
[lsp-types] [ 25 of 452] Compiling Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/VersionedNotebookDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/VersionedNotebookDocumentIdentifier.p_o )
928.83 s
[lsp-types] [ 26 of 452] Compiling Language.LSP.Protocol.Internal.Types.Unregistration ( generated/Language/LSP/Protocol/Internal/Types/Unregistration.hs, dist/build/Language/LSP/Protocol/Internal/Types/Unregistration.p_o )
928.83 s
[lsp-types] [ 27 of 452] Compiling Language.LSP.Protocol.Internal.Types.UnregistrationParams ( generated/Language/LSP/Protocol/Internal/Types/UnregistrationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/UnregistrationParams.p_o )
928.83 s
[lsp-types] [ 28 of 452] Compiling Language.LSP.Protocol.Internal.Types.UniquenessLevel ( generated/Language/LSP/Protocol/Internal/Types/UniquenessLevel.hs, dist/build/Language/LSP/Protocol/Internal/Types/UniquenessLevel.p_o )
928.83 s
[lsp-types] [ 29 of 452] Compiling Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/UnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/UnchangedDocumentDiagnosticReport.p_o )
928.83 s
[lsp-types] [ 30 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyOptions.p_o )
928.83 s
[lsp-types] [ 31 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyClientCapabilities.p_o )
928.83 s
[lsp-types] [ 32 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionOptions.p_o )
928.83 s
[lsp-types] [ 33 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionClientCapabilities.p_o )
928.83 s
[lsp-types] [ 34 of 452] Compiling Language.LSP.Protocol.Internal.Types.TraceValue ( generated/Language/LSP/Protocol/Internal/Types/TraceValue.hs, dist/build/Language/LSP/Protocol/Internal/Types/TraceValue.p_o )
928.83 s
[lsp-types] [ 35 of 452] Compiling Language.LSP.Protocol.Internal.Types.TokenFormat ( generated/Language/LSP/Protocol/Internal/Types/TokenFormat.hs, dist/build/Language/LSP/Protocol/Internal/Types/TokenFormat.p_o )
928.83 s
[lsp-types] [ 36 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSyncKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncKind.p_o )
928.83 s
[lsp-types] [ 37 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSyncClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncClientCapabilities.p_o )
928.83 s
[lsp-types] [ 38 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSaveReason.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveReason.p_o )
928.83 s
[lsp-types] [ 39 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentIdentifier.p_o )
928.83 s
[lsp-types] [ 40 of 452] Compiling Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/WillSaveTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WillSaveTextDocumentParams.p_o )
928.83 s
[lsp-types] [ 41 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilterScheme.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterScheme.p_o )
928.83 s
[lsp-types] [ 42 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilterPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterPattern.p_o )
928.83 s
[lsp-types] [ 43 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilterLanguage.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilterLanguage.p_o )
928.83 s
[lsp-types] [ 44 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentFilter.p_o )
929.15 s
[lsp-types] [ 45 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeWholeDocument.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeWholeDocument.p_o )
929.15 s
[lsp-types] [ 46 of 452] Compiling Language.LSP.Protocol.Internal.Types.SymbolTag ( generated/Language/LSP/Protocol/Internal/Types/SymbolTag.hs, dist/build/Language/LSP/Protocol/Internal/Types/SymbolTag.p_o )
929.15 s
[lsp-types] [ 47 of 452] Compiling Language.LSP.Protocol.Internal.Types.SymbolKind ( generated/Language/LSP/Protocol/Internal/Types/SymbolKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/SymbolKind.p_o )
929.15 s
[lsp-types] [ 48 of 452] Compiling Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/StaticRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/StaticRegistrationOptions.p_o )
929.15 s
[lsp-types] [ 49 of 452] Compiling Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions ( generated/Language/LSP/Protocol/Internal/Types/StaleRequestSupportOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/StaleRequestSupportOptions.p_o )
929.15 s
[lsp-types] [ 50 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpTriggerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpTriggerKind.p_o )
929.15 s
[lsp-types] [ 51 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpOptions ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpOptions.p_o )
929.15 s
[lsp-types] [ 52 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowDocumentResult ( generated/Language/LSP/Protocol/Internal/Types/ShowDocumentResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentResult.p_o )
929.15 s
[lsp-types] [ 53 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ShowDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentClientCapabilities.p_o )
929.15 s
[lsp-types] [ 54 of 452] Compiling Language.LSP.Protocol.Internal.Types.SetTraceParams ( generated/Language/LSP/Protocol/Internal/Types/SetTraceParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SetTraceParams.p_o )
929.15 s
[lsp-types] [ 55 of 452] Compiling Language.LSP.Protocol.Internal.Types.ServerInfo ( generated/Language/LSP/Protocol/Internal/Types/ServerInfo.hs, dist/build/Language/LSP/Protocol/Internal/Types/ServerInfo.p_o )
929.15 s
[lsp-types] [ 56 of 452] Compiling Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions ( generated/Language/LSP/Protocol/Internal/Types/ServerCompletionItemOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ServerCompletionItemOptions.p_o )
929.15 s
[lsp-types] [ 57 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensWorkspaceClientCapabilities.p_o )
929.15 s
[lsp-types] [ 58 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensPartialResult.p_o )
929.15 s
[lsp-types] [ 59 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensLegend ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensLegend.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensLegend.p_o )
929.15 s
[lsp-types] [ 60 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensFullDelta.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensFullDelta.p_o )
929.15 s
[lsp-types] [ 61 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensOptions ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensOptions.p_o )
929.15 s
[lsp-types] [ 62 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensEdit ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensEdit.p_o )
929.15 s
[lsp-types] [ 63 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaPartialResult.p_o )
929.15 s
[lsp-types] [ 64 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensDelta ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensDelta.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDelta.p_o )
929.15 s
[lsp-types] [ 65 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokens ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokens.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokens.p_o )
929.15 s
[lsp-types] [ 66 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokenTypes ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokenTypes.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenTypes.p_o )
929.15 s
[lsp-types] [ 67 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokenModifiers.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokenModifiers.p_o )
931.83 s
[lsp-types] [ 68 of 452] Compiling Language.LSP.Protocol.Types.SemanticTokens ( src/Language/LSP/Protocol/Types/SemanticTokens.hs, dist/build/Language/LSP/Protocol/Types/SemanticTokens.p_o )
933.53 s
[lsp-types] [ 69 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeOptions.p_o )
933.55 s
[lsp-types] [ 70 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeClientCapabilities.p_o )
933.55 s
[lsp-types] [ 71 of 452] Compiling Language.LSP.Protocol.Internal.Types.SaveOptions ( generated/Language/LSP/Protocol/Internal/Types/SaveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SaveOptions.p_o )
933.55 s
[lsp-types] [ 72 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSyncOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSyncOptions.p_o )
933.55 s
[lsp-types] [ 73 of 452] Compiling Language.LSP.Protocol.Internal.Types.ResourceOperationKind ( generated/Language/LSP/Protocol/Internal/Types/ResourceOperationKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperationKind.p_o )
933.55 s
[lsp-types] [ 74 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameOptions ( generated/Language/LSP/Protocol/Internal/Types/RenameOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameOptions.p_o )
933.55 s
[lsp-types] [ 75 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameFileOptions ( generated/Language/LSP/Protocol/Internal/Types/RenameFileOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameFileOptions.p_o )
933.55 s
[lsp-types] [ 76 of 452] Compiling Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind ( generated/Language/LSP/Protocol/Internal/Types/RegularExpressionEngineKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionEngineKind.p_o )
933.55 s
[lsp-types] [ 77 of 452] Compiling Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/RegularExpressionsClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/RegularExpressionsClientCapabilities.p_o )
933.55 s
[lsp-types] [ 78 of 452] Compiling Language.LSP.Protocol.Internal.Types.Registration ( generated/Language/LSP/Protocol/Internal/Types/Registration.hs, dist/build/Language/LSP/Protocol/Internal/Types/Registration.p_o )
933.55 s
[lsp-types] [ 79 of 452] Compiling Language.LSP.Protocol.Internal.Types.RegistrationParams ( generated/Language/LSP/Protocol/Internal/Types/RegistrationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/RegistrationParams.p_o )
933.55 s
[lsp-types] [ 80 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceOptions ( generated/Language/LSP/Protocol/Internal/Types/ReferenceOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceOptions.p_o )
933.55 s
[lsp-types] [ 81 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceContext ( generated/Language/LSP/Protocol/Internal/Types/ReferenceContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceContext.p_o )
933.55 s
[lsp-types] [ 82 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ReferenceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceClientCapabilities.p_o )
933.55 s
[lsp-types] [ 83 of 452] Compiling Language.LSP.Protocol.Internal.Types.ProgressToken ( generated/Language/LSP/Protocol/Internal/Types/ProgressToken.hs, dist/build/Language/LSP/Protocol/Internal/Types/ProgressToken.p_o )
933.55 s
[lsp-types] [ 84 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolParams.p_o )
933.55 s
[lsp-types] [ 85 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressParams.p_o )
933.55 s
[lsp-types] [ 86 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCreateParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCreateParams.p_o )
933.55 s
[lsp-types] [ 87 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams ( generated/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCancelParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkDoneProgressCancelParams.p_o )
933.55 s
[lsp-types] [ 88 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensParams ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensParams.p_o )
933.55 s
[lsp-types] [ 89 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensDeltaParams.p_o )
933.55 s
[lsp-types] [ 90 of 452] Compiling Language.LSP.Protocol.Internal.Types.ProgressParams ( generated/Language/LSP/Protocol/Internal/Types/ProgressParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ProgressParams.p_o )
933.55 s
[lsp-types] [ 91 of 452] Compiling Language.LSP.Protocol.Internal.Types.PreviousResultId ( generated/Language/LSP/Protocol/Internal/Types/PreviousResultId.hs, dist/build/Language/LSP/Protocol/Internal/Types/PreviousResultId.p_o )
933.55 s
[lsp-types] [ 92 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticParams.p_o )
933.55 s
[lsp-types] [ 93 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior ( generated/Language/LSP/Protocol/Internal/Types/PrepareSupportDefaultBehavior.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareSupportDefaultBehavior.p_o )
933.55 s
[lsp-types] [ 94 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/RenameClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameClientCapabilities.p_o )
933.55 s
[lsp-types] [ 95 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenameDefaultBehavior.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameDefaultBehavior.p_o )
933.55 s
[lsp-types] [ 96 of 452] Compiling Language.LSP.Protocol.Internal.Types.PositionEncodingKind ( generated/Language/LSP/Protocol/Internal/Types/PositionEncodingKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/PositionEncodingKind.p_o )
933.55 s
[lsp-types] [ 97 of 452] Compiling Language.LSP.Protocol.Internal.Types.Position ( generated/Language/LSP/Protocol/Internal/Types/Position.hs, dist/build/Language/LSP/Protocol/Internal/Types/Position.p_o )
933.55 s
[lsp-types] [ 98 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyPrepareParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyPrepareParams.p_o )
933.55 s
[lsp-types] [ 99 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionParams ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionParams.p_o )
933.55 s
[lsp-types] [100 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentPositionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentPositionParams.p_o )
933.55 s
[lsp-types] [101 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeParams ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeParams.p_o )
933.56 s
[lsp-types] [102 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameParams ( generated/Language/LSP/Protocol/Internal/Types/RenameParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameParams.p_o )
933.56 s
[lsp-types] [103 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceParams ( generated/Language/LSP/Protocol/Internal/Types/ReferenceParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceParams.p_o )
933.56 s
[lsp-types] [104 of 452] Compiling Language.LSP.Protocol.Internal.Types.Range ( generated/Language/LSP/Protocol/Internal/Types/Range.hs, dist/build/Language/LSP/Protocol/Internal/Types/Range.p_o )
933.56 s
[lsp-types] [105 of 452] Compiling Language.LSP.Protocol.Types.Location ( src/Language/LSP/Protocol/Types/Location.hs, dist/build/Language/LSP/Protocol/Types/Location.p_o )
933.56 s
[lsp-types] [106 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyItem ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyItem.p_o )
934.36 s
[lsp-types] [107 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchySupertypesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySupertypesParams.p_o )
937.91 s
[lsp-types] [108 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchySubtypesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchySubtypesParams.p_o )
937.91 s
[lsp-types] [109 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextEdit ( generated/Language/LSP/Protocol/Internal/Types/TextEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextEdit.p_o )
937.91 s
[lsp-types] [110 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangePartial.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangePartial.p_o )
937.91 s
[lsp-types] [111 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentContentChangeEvent.p_o )
937.91 s
[lsp-types] [112 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/ShowDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowDocumentParams.p_o )
937.91 s
[lsp-types] [113 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRangeParams.p_o )
937.91 s
[lsp-types] [114 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRange ( generated/Language/LSP/Protocol/Internal/Types/SelectionRange.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRange.p_o )
937.91 s
[lsp-types] [115 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenamePlaceholder.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenamePlaceholder.p_o )
937.91 s
[lsp-types] [116 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenameResult ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenameResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameResult.p_o )
937.91 s
[lsp-types] [117 of 452] Compiling Language.LSP.Protocol.Internal.Types.PrepareRenameParams ( generated/Language/LSP/Protocol/Internal/Types/PrepareRenameParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/PrepareRenameParams.p_o )
937.92 s
[lsp-types] [118 of 452] Compiling Language.LSP.Protocol.Internal.Types.Pattern ( generated/Language/LSP/Protocol/Internal/Types/Pattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/Pattern.p_o )
937.92 s
[lsp-types] [119 of 452] Compiling Language.LSP.Protocol.Internal.Types.RelativePattern ( generated/Language/LSP/Protocol/Internal/Types/RelativePattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/RelativePattern.p_o )
937.92 s
[lsp-types] [120 of 452] Compiling Language.LSP.Protocol.Internal.Types.PartialResultParams ( generated/Language/LSP/Protocol/Internal/Types/PartialResultParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/PartialResultParams.p_o )
937.92 s
[lsp-types] [121 of 452] Compiling Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/OptionalVersionedTextDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/OptionalVersionedTextDocumentIdentifier.p_o )
937.92 s
[lsp-types] [122 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncClientCapabilities.p_o )
937.92 s
[lsp-types] [123 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentIdentifier.p_o )
937.92 s
[lsp-types] [124 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterScheme.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterScheme.p_o )
937.92 s
[lsp-types] [125 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterPattern.p_o )
937.92 s
[lsp-types] [126 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterNotebookType.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterNotebookType.p_o )
937.92 s
[lsp-types] [127 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilter.p_o )
937.92 s
[lsp-types] [128 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentClientCapabilities.p_o )
937.92 s
[lsp-types] [129 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellContentChanges.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellContentChanges.p_o )
937.92 s
[lsp-types] [130 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellTextDocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellTextDocumentFilter.p_o )
937.92 s
[lsp-types] [131 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellLanguage ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellLanguage.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellLanguage.p_o )
937.92 s
[lsp-types] [132 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithNotebook.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithNotebook.p_o )
937.92 s
[lsp-types] [133 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithCells.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentFilterWithCells.p_o )
937.92 s
[lsp-types] [134 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncRegistrationOptions.p_o )
937.92 s
[lsp-types] [135 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentSyncOptions.p_o )
937.92 s
[lsp-types] [136 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellKind ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellKind.p_o )
937.92 s
[lsp-types] [137 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerParams ( generated/Language/LSP/Protocol/Internal/Types/MonikerParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerParams.p_o )
937.92 s
[lsp-types] [138 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerOptions ( generated/Language/LSP/Protocol/Internal/Types/MonikerOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerOptions.p_o )
937.92 s
[lsp-types] [139 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerKind ( generated/Language/LSP/Protocol/Internal/Types/MonikerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerKind.p_o )
937.92 s
[lsp-types] [140 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/MonikerClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerClientCapabilities.p_o )
937.92 s
[lsp-types] [141 of 452] Compiling Language.LSP.Protocol.Internal.Types.Moniker ( generated/Language/LSP/Protocol/Internal/Types/Moniker.hs, dist/build/Language/LSP/Protocol/Internal/Types/Moniker.p_o )
937.92 s
[lsp-types] [142 of 452] Compiling Language.LSP.Protocol.Internal.Types.MessageType ( generated/Language/LSP/Protocol/Internal/Types/MessageType.hs, dist/build/Language/LSP/Protocol/Internal/Types/MessageType.p_o )
937.92 s
[lsp-types] [143 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowMessageParams ( generated/Language/LSP/Protocol/Internal/Types/ShowMessageParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageParams.p_o )
937.92 s
[lsp-types] [144 of 452] Compiling Language.LSP.Protocol.Internal.Types.MessageActionItem ( generated/Language/LSP/Protocol/Internal/Types/MessageActionItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/MessageActionItem.p_o )
937.92 s
[lsp-types] [145 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams ( generated/Language/LSP/Protocol/Internal/Types/ShowMessageRequestParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestParams.p_o )
937.92 s
[lsp-types] [146 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkupKind ( generated/Language/LSP/Protocol/Internal/Types/MarkupKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkupKind.p_o )
937.92 s
[lsp-types] [147 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkupContent ( generated/Language/LSP/Protocol/Internal/Types/MarkupContent.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkupContent.p_o )
937.92 s
[lsp-types] [148 of 452] Compiling Language.LSP.Protocol.Types.MarkupContent ( src/Language/LSP/Protocol/Types/MarkupContent.hs, dist/build/Language/LSP/Protocol/Types/MarkupContent.p_o )
937.92 s
[lsp-types] [149 of 452] Compiling Language.LSP.Protocol.Internal.Types.ParameterInformation ( generated/Language/LSP/Protocol/Internal/Types/ParameterInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ParameterInformation.p_o )
937.92 s
[lsp-types] [150 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureInformation ( generated/Language/LSP/Protocol/Internal/Types/SignatureInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureInformation.p_o )
937.92 s
[lsp-types] [151 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelp ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelp.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelp.p_o )
945.12 s
[lsp-types] [152 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpContext ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpContext.p_o )
947.30 s
[lsp-types] [153 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpParams ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpParams.p_o )
949.64 s
[lsp-types] [154 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage ( generated/Language/LSP/Protocol/Internal/Types/MarkedStringWithLanguage.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkedStringWithLanguage.p_o )
949.64 s
[lsp-types] [155 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkedString ( generated/Language/LSP/Protocol/Internal/Types/MarkedString.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkedString.p_o )
949.64 s
[lsp-types] [156 of 452] Compiling Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/MarkdownClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/MarkdownClientCapabilities.p_o )
949.64 s
[lsp-types] [157 of 452] Compiling Language.LSP.Protocol.Internal.Types.LogTraceParams ( generated/Language/LSP/Protocol/Internal/Types/LogTraceParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/LogTraceParams.p_o )
949.64 s
[lsp-types] [158 of 452] Compiling Language.LSP.Protocol.Internal.Types.LogMessageParams ( generated/Language/LSP/Protocol/Internal/Types/LogMessageParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/LogMessageParams.p_o )
949.64 s
[lsp-types] [159 of 452] Compiling Language.LSP.Protocol.Internal.Types.LocationUriOnly ( generated/Language/LSP/Protocol/Internal/Types/LocationUriOnly.hs, dist/build/Language/LSP/Protocol/Internal/Types/LocationUriOnly.p_o )
949.64 s
[lsp-types] [160 of 452] Compiling Language.LSP.Protocol.Internal.Types.LocationLink ( generated/Language/LSP/Protocol/Internal/Types/LocationLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/LocationLink.p_o )
949.64 s
[lsp-types] [161 of 452] Compiling Language.LSP.Protocol.Internal.Types.Location ( generated/Language/LSP/Protocol/Internal/Types/Location.hs, dist/build/Language/LSP/Protocol/Internal/Types/Location.p_o )
949.64 s
[lsp-types] [162 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbol ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbol.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbol.p_o )
949.64 s
[lsp-types] [163 of 452] Compiling Language.LSP.Protocol.Internal.Types.SymbolInformation ( generated/Language/LSP/Protocol/Internal/Types/SymbolInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/SymbolInformation.p_o )
949.64 s
[lsp-types] [164 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRanges ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRanges.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRanges.p_o )
949.64 s
[lsp-types] [165 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeParams.p_o )
949.64 s
[lsp-types] [166 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeOptions.p_o )
949.64 s
[lsp-types] [167 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeClientCapabilities.p_o )
949.64 s
[lsp-types] [168 of 452] Compiling Language.LSP.Protocol.Internal.Types.LanguageKind ( generated/Language/LSP/Protocol/Internal/Types/LanguageKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/LanguageKind.p_o )
949.64 s
[lsp-types] [169 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentItem ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentItem.p_o )
949.64 s
[lsp-types] [170 of 452] Compiling Language.LSP.Protocol.Internal.Types.LSPErrorCodes ( generated/Language/LSP/Protocol/Internal/Types/LSPErrorCodes.hs, dist/build/Language/LSP/Protocol/Internal/Types/LSPErrorCodes.p_o )
949.64 s
[lsp-types] [171 of 452] Compiling Language.LSP.Protocol.Internal.Types.InsertTextMode ( generated/Language/LSP/Protocol/Internal/Types/InsertTextMode.hs, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextMode.p_o )
949.64 s
[lsp-types] [172 of 452] Compiling Language.LSP.Protocol.Internal.Types.InsertTextFormat ( generated/Language/LSP/Protocol/Internal/Types/InsertTextFormat.hs, dist/build/Language/LSP/Protocol/Internal/Types/InsertTextFormat.p_o )
949.65 s
[lsp-types] [173 of 452] Compiling Language.LSP.Protocol.Internal.Types.InsertReplaceEdit ( generated/Language/LSP/Protocol/Internal/Types/InsertReplaceEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/InsertReplaceEdit.p_o )
949.65 s
[lsp-types] [174 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlineValueWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueWorkspaceClientCapabilities.p_o )
949.65 s
[lsp-types] [175 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup ( generated/Language/LSP/Protocol/Internal/Types/InlineValueVariableLookup.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueVariableLookup.p_o )
949.65 s
[lsp-types] [176 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueText ( generated/Language/LSP/Protocol/Internal/Types/InlineValueText.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueText.p_o )
949.65 s
[lsp-types] [177 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueOptions ( generated/Language/LSP/Protocol/Internal/Types/InlineValueOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueOptions.p_o )
949.65 s
[lsp-types] [178 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression ( generated/Language/LSP/Protocol/Internal/Types/InlineValueEvaluatableExpression.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueEvaluatableExpression.p_o )
949.65 s
[lsp-types] [179 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueContext ( generated/Language/LSP/Protocol/Internal/Types/InlineValueContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueContext.p_o )
949.65 s
[lsp-types] [180 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueParams ( generated/Language/LSP/Protocol/Internal/Types/InlineValueParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueParams.p_o )
949.65 s
[lsp-types] [181 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlineValueClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueClientCapabilities.p_o )
949.65 s
[lsp-types] [182 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValue ( generated/Language/LSP/Protocol/Internal/Types/InlineValue.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValue.p_o )
949.65 s
[lsp-types] [183 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlayHintWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintWorkspaceClientCapabilities.p_o )
949.65 s
[lsp-types] [184 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintParams ( generated/Language/LSP/Protocol/Internal/Types/InlayHintParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintParams.p_o )
949.65 s
[lsp-types] [185 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintOptions ( generated/Language/LSP/Protocol/Internal/Types/InlayHintOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintOptions.p_o )
949.65 s
[lsp-types] [186 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintKind ( generated/Language/LSP/Protocol/Internal/Types/InlayHintKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintKind.p_o )
949.65 s
[lsp-types] [187 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializedParams ( generated/Language/LSP/Protocol/Internal/Types/InitializedParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializedParams.p_o )
949.65 s
[lsp-types] [188 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeError ( generated/Language/LSP/Protocol/Internal/Types/InitializeError.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeError.p_o )
949.65 s
[lsp-types] [189 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationParams ( generated/Language/LSP/Protocol/Internal/Types/ImplementationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationParams.p_o )
949.65 s
[lsp-types] [190 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationOptions ( generated/Language/LSP/Protocol/Internal/Types/ImplementationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationOptions.p_o )
949.65 s
[lsp-types] [191 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ImplementationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationClientCapabilities.p_o )
949.65 s
[lsp-types] [192 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverParams ( generated/Language/LSP/Protocol/Internal/Types/HoverParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverParams.p_o )
949.65 s
[lsp-types] [193 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverOptions ( generated/Language/LSP/Protocol/Internal/Types/HoverOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverOptions.p_o )
949.65 s
[lsp-types] [194 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/HoverClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverClientCapabilities.p_o )
949.65 s
[lsp-types] [195 of 452] Compiling Language.LSP.Protocol.Internal.Types.Hover ( generated/Language/LSP/Protocol/Internal/Types/Hover.hs, dist/build/Language/LSP/Protocol/Internal/Types/Hover.p_o )
949.65 s
[lsp-types] [196 of 452] Compiling Language.LSP.Protocol.Internal.Types.GlobPattern ( generated/Language/LSP/Protocol/Internal/Types/GlobPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/GlobPattern.p_o )
949.65 s
[lsp-types] [197 of 452] Compiling Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/GeneralClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/GeneralClientCapabilities.p_o )
949.65 s
[lsp-types] [198 of 452] Compiling Language.LSP.Protocol.Internal.Types.FormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/FormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FormattingOptions.p_o )
949.65 s
[lsp-types] [199 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeParams ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeParams.p_o )
949.65 s
[lsp-types] [200 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeOptions.p_o )
949.65 s
[lsp-types] [201 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeKind ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeKind.p_o )
949.65 s
[lsp-types] [202 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRange ( generated/Language/LSP/Protocol/Internal/Types/FoldingRange.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRange.p_o )
949.65 s
[lsp-types] [203 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileSystemWatcher ( generated/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileSystemWatcher.p_o )
949.65 s
[lsp-types] [204 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileRename ( generated/Language/LSP/Protocol/Internal/Types/FileRename.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileRename.p_o )
949.65 s
[lsp-types] [205 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameFilesParams ( generated/Language/LSP/Protocol/Internal/Types/RenameFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameFilesParams.p_o )
949.65 s
[lsp-types] [206 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions ( generated/Language/LSP/Protocol/Internal/Types/FileOperationPatternOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternOptions.p_o )
949.65 s
[lsp-types] [207 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationPatternKind ( generated/Language/LSP/Protocol/Internal/Types/FileOperationPatternKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPatternKind.p_o )
949.65 s
[lsp-types] [208 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationPattern ( generated/Language/LSP/Protocol/Internal/Types/FileOperationPattern.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationPattern.p_o )
949.65 s
[lsp-types] [209 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationFilter ( generated/Language/LSP/Protocol/Internal/Types/FileOperationFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationFilter.p_o )
949.65 s
[lsp-types] [210 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/FileOperationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationRegistrationOptions.p_o )
949.65 s
[lsp-types] [211 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationOptions ( generated/Language/LSP/Protocol/Internal/Types/FileOperationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationOptions.p_o )
949.65 s
[lsp-types] [212 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceOptions ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceOptions.p_o )
949.65 s
[lsp-types] [213 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/FileOperationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileOperationClientCapabilities.p_o )
949.65 s
[lsp-types] [214 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileDelete ( generated/Language/LSP/Protocol/Internal/Types/FileDelete.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileDelete.p_o )
949.65 s
[lsp-types] [215 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileCreate ( generated/Language/LSP/Protocol/Internal/Types/FileCreate.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileCreate.p_o )
949.65 s
[lsp-types] [216 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileChangeType ( generated/Language/LSP/Protocol/Internal/Types/FileChangeType.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileChangeType.p_o )
949.65 s
[lsp-types] [217 of 452] Compiling Language.LSP.Protocol.Internal.Types.FileEvent ( generated/Language/LSP/Protocol/Internal/Types/FileEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/FileEvent.p_o )
949.65 s
[lsp-types] [218 of 452] Compiling Language.LSP.Protocol.Internal.Types.FailureHandlingKind ( generated/Language/LSP/Protocol/Internal/Types/FailureHandlingKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/FailureHandlingKind.p_o )
949.65 s
[lsp-types] [219 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecutionSummary ( generated/Language/LSP/Protocol/Internal/Types/ExecutionSummary.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecutionSummary.p_o )
949.65 s
[lsp-types] [220 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCell ( generated/Language/LSP/Protocol/Internal/Types/NotebookCell.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCell.p_o )
949.65 s
[lsp-types] [221 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocument ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocument.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocument.p_o )
949.65 s
[lsp-types] [222 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange ( generated/Language/LSP/Protocol/Internal/Types/NotebookCellArrayChange.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookCellArrayChange.p_o )
949.65 s
[lsp-types] [223 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChangeStructure.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChangeStructure.p_o )
949.65 s
[lsp-types] [224 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChanges.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentCellChanges.p_o )
950.85 s
[lsp-types] [225 of 452] Compiling Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent ( generated/Language/LSP/Protocol/Internal/Types/NotebookDocumentChangeEvent.hs, dist/build/Language/LSP/Protocol/Internal/Types/NotebookDocumentChangeEvent.p_o )
953.62 s
[lsp-types] [226 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandRegistrationOptions.p_o )
953.62 s
[lsp-types] [227 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandParams ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandParams.p_o )
953.62 s
[lsp-types] [228 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandOptions.p_o )
953.62 s
[lsp-types] [229 of 452] Compiling Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ExecuteCommandClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ExecuteCommandClientCapabilities.p_o )
953.62 s
[lsp-types] [230 of 452] Compiling Language.LSP.Protocol.Internal.Types.ErrorCodes ( generated/Language/LSP/Protocol/Internal/Types/ErrorCodes.hs, dist/build/Language/LSP/Protocol/Internal/Types/ErrorCodes.p_o )
953.62 s
[lsp-types] [231 of 452] Compiling Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace ( generated/Language/LSP/Protocol/Internal/Types/EditRangeWithInsertReplace.hs, dist/build/Language/LSP/Protocol/Internal/Types/EditRangeWithInsertReplace.p_o )
953.62 s
[lsp-types] [232 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolParams.p_o )
953.63 s
[lsp-types] [233 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolOptions.p_o )
953.63 s
[lsp-types] [234 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbol ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbol.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbol.p_o )
953.63 s
[lsp-types] [235 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingParams.p_o )
953.63 s
[lsp-types] [236 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingOptions.p_o )
953.63 s
[lsp-types] [237 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingClientCapabilities.p_o )
953.63 s
[lsp-types] [238 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingParams.p_o )
953.63 s
[lsp-types] [239 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingOptions.p_o )
953.63 s
[lsp-types] [240 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingClientCapabilities.p_o )
953.63 s
[lsp-types] [241 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkParams.p_o )
953.63 s
[lsp-types] [242 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkOptions.p_o )
953.63 s
[lsp-types] [243 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkClientCapabilities.p_o )
953.63 s
[lsp-types] [244 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLink ( generated/Language/LSP/Protocol/Internal/Types/DocumentLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLink.p_o )
953.63 s
[lsp-types] [245 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightParams.p_o )
953.63 s
[lsp-types] [246 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightOptions.p_o )
953.63 s
[lsp-types] [247 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightKind ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightKind.p_o )
953.63 s
[lsp-types] [248 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightClientCapabilities.p_o )
953.63 s
[lsp-types] [249 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlight ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlight.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlight.p_o )
953.63 s
[lsp-types] [250 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingParams.p_o )
953.63 s
[lsp-types] [251 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingOptions.p_o )
953.63 s
[lsp-types] [252 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingClientCapabilities.p_o )
953.63 s
[lsp-types] [253 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFilter ( generated/Language/LSP/Protocol/Internal/Types/DocumentFilter.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFilter.p_o )
953.63 s
[lsp-types] [254 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSelector ( generated/Language/LSP/Protocol/Internal/Types/DocumentSelector.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSelector.p_o )
953.63 s
[lsp-types] [255 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeHierarchyRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeHierarchyRegistrationOptions.p_o )
953.63 s
[lsp-types] [256 of 452] Compiling Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TypeDefinitionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TypeDefinitionRegistrationOptions.p_o )
953.63 s
[lsp-types] [257 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentSaveRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentSaveRegistrationOptions.p_o )
953.63 s
[lsp-types] [258 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentRegistrationOptions.p_o )
953.63 s
[lsp-types] [259 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentChangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentChangeRegistrationOptions.p_o )
953.63 s
[lsp-types] [260 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpRegistrationOptions.p_o )
953.63 s
[lsp-types] [261 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensRegistrationOptions.p_o )
953.63 s
[lsp-types] [262 of 452] Compiling Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/SelectionRangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/SelectionRangeRegistrationOptions.p_o )
953.63 s
[lsp-types] [263 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/RenameRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameRegistrationOptions.p_o )
953.63 s
[lsp-types] [264 of 452] Compiling Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/ReferenceRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ReferenceRegistrationOptions.p_o )
953.63 s
[lsp-types] [265 of 452] Compiling Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/MonikerRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/MonikerRegistrationOptions.p_o )
953.63 s
[lsp-types] [266 of 452] Compiling Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/LinkedEditingRangeRegistrationOptions.p_o )
953.63 s
[lsp-types] [267 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/InlineValueRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlineValueRegistrationOptions.p_o )
953.63 s
[lsp-types] [268 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/InlayHintRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintRegistrationOptions.p_o )
953.63 s
[lsp-types] [269 of 452] Compiling Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/ImplementationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ImplementationRegistrationOptions.p_o )
953.63 s
[lsp-types] [270 of 452] Compiling Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/HoverRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/HoverRegistrationOptions.p_o )
953.63 s
[lsp-types] [271 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeRegistrationOptions.p_o )
953.63 s
[lsp-types] [272 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolRegistrationOptions.p_o )
953.63 s
[lsp-types] [273 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentRangeFormattingRegistrationOptions.p_o )
953.63 s
[lsp-types] [274 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentOnTypeFormattingRegistrationOptions.p_o )
953.63 s
[lsp-types] [275 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentLinkRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentLinkRegistrationOptions.p_o )
953.63 s
[lsp-types] [276 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentHighlightRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentHighlightRegistrationOptions.p_o )
953.63 s
[lsp-types] [277 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentFormattingRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentFormattingRegistrationOptions.p_o )
953.63 s
[lsp-types] [278 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportKind.p_o )
953.63 s
[lsp-types] [279 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticParams.p_o )
953.63 s
[lsp-types] [280 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorRegistrationOptions.p_o )
953.63 s
[lsp-types] [281 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorParams ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorParams.p_o )
953.63 s
[lsp-types] [282 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorOptions ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorOptions.p_o )
953.63 s
[lsp-types] [283 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentColorClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentColorClientCapabilities.p_o )
953.63 s
[lsp-types] [284 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidSaveTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveTextDocumentParams.p_o )
953.63 s
[lsp-types] [285 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidSaveNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidSaveNotebookDocumentParams.p_o )
953.63 s
[lsp-types] [286 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidOpenTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenTextDocumentParams.p_o )
953.63 s
[lsp-types] [287 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidOpenNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidOpenNotebookDocumentParams.p_o )
953.63 s
[lsp-types] [288 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidCloseTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseTextDocumentParams.p_o )
953.63 s
[lsp-types] [289 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidCloseNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidCloseNotebookDocumentParams.p_o )
953.63 s
[lsp-types] [290 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWorkspaceFoldersParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWorkspaceFoldersParams.p_o )
953.63 s
[lsp-types] [291 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesRegistrationOptions.p_o )
953.63 s
[lsp-types] [292 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesParams.p_o )
953.63 s
[lsp-types] [293 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeWatchedFilesClientCapabilities.p_o )
953.63 s
[lsp-types] [294 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeTextDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeTextDocumentParams.p_o )
953.63 s
[lsp-types] [295 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeNotebookDocumentParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeNotebookDocumentParams.p_o )
956.23 s
[lsp-types] [296 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationRegistrationOptions.p_o )
956.25 s
[lsp-types] [297 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams ( generated/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationParams.p_o )
956.25 s
[lsp-types] [298 of 452] Compiling Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DidChangeConfigurationClientCapabilities.p_o )
956.25 s
[lsp-types] [299 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticWorkspaceClientCapabilities.p_o )
956.25 s
[lsp-types] [300 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticTag ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticTag.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticTag.p_o )
956.25 s
[lsp-types] [301 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticSeverity ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticSeverity.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticSeverity.p_o )
956.25 s
[lsp-types] [302 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticServerCancellationData.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticServerCancellationData.p_o )
956.25 s
[lsp-types] [303 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticRelatedInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRelatedInformation.p_o )
956.25 s
[lsp-types] [304 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticRegistrationOptions.p_o )
956.25 s
[lsp-types] [305 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticOptions ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticOptions.p_o )
956.25 s
[lsp-types] [306 of 452] Compiling Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DiagnosticClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DiagnosticClientCapabilities.p_o )
956.25 s
[lsp-types] [307 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeleteFilesParams ( generated/Language/LSP/Protocol/Internal/Types/DeleteFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFilesParams.p_o )
956.25 s
[lsp-types] [308 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeleteFileOptions ( generated/Language/LSP/Protocol/Internal/Types/DeleteFileOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFileOptions.p_o )
956.25 s
[lsp-types] [309 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DefinitionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionRegistrationOptions.p_o )
956.25 s
[lsp-types] [310 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionParams ( generated/Language/LSP/Protocol/Internal/Types/DefinitionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionParams.p_o )
956.25 s
[lsp-types] [311 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionOptions ( generated/Language/LSP/Protocol/Internal/Types/DefinitionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionOptions.p_o )
956.25 s
[lsp-types] [312 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionLink ( generated/Language/LSP/Protocol/Internal/Types/DefinitionLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionLink.p_o )
956.25 s
[lsp-types] [313 of 452] Compiling Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DefinitionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DefinitionClientCapabilities.p_o )
956.25 s
[lsp-types] [314 of 452] Compiling Language.LSP.Protocol.Internal.Types.Definition ( generated/Language/LSP/Protocol/Internal/Types/Definition.hs, dist/build/Language/LSP/Protocol/Internal/Types/Definition.p_o )
956.25 s
[lsp-types] [315 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/DeclarationRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationRegistrationOptions.p_o )
956.25 s
[lsp-types] [316 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationParams ( generated/Language/LSP/Protocol/Internal/Types/DeclarationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationParams.p_o )
956.25 s
[lsp-types] [317 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationOptions ( generated/Language/LSP/Protocol/Internal/Types/DeclarationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationOptions.p_o )
956.25 s
[lsp-types] [318 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationLink ( generated/Language/LSP/Protocol/Internal/Types/DeclarationLink.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationLink.p_o )
956.25 s
[lsp-types] [319 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DeclarationClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeclarationClientCapabilities.p_o )
956.25 s
[lsp-types] [320 of 452] Compiling Language.LSP.Protocol.Internal.Types.Declaration ( generated/Language/LSP/Protocol/Internal/Types/Declaration.hs, dist/build/Language/LSP/Protocol/Internal/Types/Declaration.p_o )
956.25 s
[lsp-types] [321 of 452] Compiling Language.LSP.Protocol.Internal.Types.CreateFilesParams ( generated/Language/LSP/Protocol/Internal/Types/CreateFilesParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CreateFilesParams.p_o )
956.25 s
[lsp-types] [322 of 452] Compiling Language.LSP.Protocol.Internal.Types.CreateFileOptions ( generated/Language/LSP/Protocol/Internal/Types/CreateFileOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CreateFileOptions.p_o )
956.25 s
[lsp-types] [323 of 452] Compiling Language.LSP.Protocol.Internal.Types.ConfigurationItem ( generated/Language/LSP/Protocol/Internal/Types/ConfigurationItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationItem.p_o )
956.25 s
[lsp-types] [324 of 452] Compiling Language.LSP.Protocol.Internal.Types.ConfigurationParams ( generated/Language/LSP/Protocol/Internal/Types/ConfigurationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ConfigurationParams.p_o )
956.25 s
[lsp-types] [325 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionTriggerKind ( generated/Language/LSP/Protocol/Internal/Types/CompletionTriggerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionTriggerKind.p_o )
956.25 s
[lsp-types] [326 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CompletionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionRegistrationOptions.p_o )
956.25 s
[lsp-types] [327 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionOptions ( generated/Language/LSP/Protocol/Internal/Types/CompletionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionOptions.p_o )
956.25 s
[lsp-types] [328 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionListCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CompletionListCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionListCapabilities.p_o )
956.25 s
[lsp-types] [329 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemTag ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemTag.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTag.p_o )
956.25 s
[lsp-types] [330 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemTagOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemTagOptions.p_o )
956.25 s
[lsp-types] [331 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemLabelDetails.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemLabelDetails.p_o )
956.25 s
[lsp-types] [332 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemKind ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemKind.p_o )
956.25 s
[lsp-types] [333 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItemDefaults ( generated/Language/LSP/Protocol/Internal/Types/CompletionItemDefaults.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItemDefaults.p_o )
956.25 s
[lsp-types] [334 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionContext ( generated/Language/LSP/Protocol/Internal/Types/CompletionContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionContext.p_o )
956.25 s
[lsp-types] [335 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionParams ( generated/Language/LSP/Protocol/Internal/Types/CompletionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionParams.p_o )
956.25 s
[lsp-types] [336 of 452] Compiling Language.LSP.Protocol.Internal.Types.Command ( generated/Language/LSP/Protocol/Internal/Types/Command.hs, dist/build/Language/LSP/Protocol/Internal/Types/Command.p_o )
956.25 s
[lsp-types] [337 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintLabelPart ( generated/Language/LSP/Protocol/Internal/Types/InlayHintLabelPart.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintLabelPart.p_o )
956.25 s
[lsp-types] [338 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHint ( generated/Language/LSP/Protocol/Internal/Types/InlayHint.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHint.p_o )
956.25 s
[lsp-types] [339 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionItem ( generated/Language/LSP/Protocol/Internal/Types/CompletionItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionItem.p_o )
956.25 s
[lsp-types] [340 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionList ( generated/Language/LSP/Protocol/Internal/Types/CompletionList.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionList.p_o )
956.25 s
[lsp-types] [341 of 452] Compiling Language.LSP.Protocol.Internal.Types.ColorPresentation ( generated/Language/LSP/Protocol/Internal/Types/ColorPresentation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentation.p_o )
956.25 s
[lsp-types] [342 of 452] Compiling Language.LSP.Protocol.Internal.Types.Color ( generated/Language/LSP/Protocol/Internal/Types/Color.hs, dist/build/Language/LSP/Protocol/Internal/Types/Color.p_o )
956.25 s
[lsp-types] [343 of 452] Compiling Language.LSP.Protocol.Internal.Types.ColorPresentationParams ( generated/Language/LSP/Protocol/Internal/Types/ColorPresentationParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ColorPresentationParams.p_o )
956.25 s
[lsp-types] [344 of 452] Compiling Language.LSP.Protocol.Internal.Types.ColorInformation ( generated/Language/LSP/Protocol/Internal/Types/ColorInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ColorInformation.p_o )
956.25 s
[lsp-types] [345 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CodeLensWorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensWorkspaceClientCapabilities.p_o )
956.25 s
[lsp-types] [346 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeLensRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensRegistrationOptions.p_o )
956.25 s
[lsp-types] [347 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensParams ( generated/Language/LSP/Protocol/Internal/Types/CodeLensParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensParams.p_o )
956.25 s
[lsp-types] [348 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeLensOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensOptions.p_o )
956.25 s
[lsp-types] [349 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CodeLensClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLensClientCapabilities.p_o )
956.25 s
[lsp-types] [350 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeLens ( generated/Language/LSP/Protocol/Internal/Types/CodeLens.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeLens.p_o )
956.25 s
[lsp-types] [351 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeDescription ( generated/Language/LSP/Protocol/Internal/Types/CodeDescription.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeDescription.p_o )
956.25 s
[lsp-types] [352 of 452] Compiling Language.LSP.Protocol.Internal.Types.Diagnostic ( generated/Language/LSP/Protocol/Internal/Types/Diagnostic.hs, dist/build/Language/LSP/Protocol/Internal/Types/Diagnostic.p_o )
956.25 s
[lsp-types] [353 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceFullDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceFullDocumentDiagnosticReport.p_o )
956.25 s
[lsp-types] [354 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDocumentDiagnosticReport.p_o )
956.25 s
[lsp-types] [355 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReportPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReportPartialResult.p_o )
956.25 s
[lsp-types] [356 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceDiagnosticReport.p_o )
956.25 s
[lsp-types] [357 of 452] Compiling Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams ( generated/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsParams.p_o )
956.25 s
[lsp-types] [358 of 452] Compiling Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/FullDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/FullDocumentDiagnosticReport.p_o )
956.25 s
[lsp-types] [359 of 452] Compiling Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/RelatedUnchangedDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/RelatedUnchangedDocumentDiagnosticReport.p_o )
956.25 s
[lsp-types] [360 of 452] Compiling Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/RelatedFullDocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/RelatedFullDocumentDiagnosticReport.p_o )
956.25 s
[lsp-types] [361 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReport.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReport.p_o )
956.25 s
[lsp-types] [362 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult ( generated/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportPartialResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentDiagnosticReportPartialResult.p_o )
956.25 s
[lsp-types] [363 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind ( generated/Language/LSP/Protocol/Internal/Types/CodeActionTriggerKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionTriggerKind.p_o )
956.25 s
[lsp-types] [364 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionKind ( generated/Language/LSP/Protocol/Internal/Types/CodeActionKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionKind.p_o )
956.25 s
[lsp-types] [365 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeActionRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionRegistrationOptions.p_o )
956.25 s
[lsp-types] [366 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionOptions ( generated/Language/LSP/Protocol/Internal/Types/CodeActionOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionOptions.p_o )
956.25 s
[lsp-types] [367 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionDisabled ( generated/Language/LSP/Protocol/Internal/Types/CodeActionDisabled.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionDisabled.p_o )
956.25 s
[lsp-types] [368 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionContext ( generated/Language/LSP/Protocol/Internal/Types/CodeActionContext.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionContext.p_o )
956.25 s
[lsp-types] [369 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionParams ( generated/Language/LSP/Protocol/Internal/Types/CodeActionParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionParams.p_o )
956.25 s
[lsp-types] [370 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSymbolTagOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolTagOptions.p_o )
956.25 s
[lsp-types] [371 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSymbolResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolResolveOptions.p_o )
956.25 s
[lsp-types] [372 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSymbolKindOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSymbolKindOptions.p_o )
956.25 s
[lsp-types] [373 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceSymbolClientCapabilities.p_o )
956.25 s
[lsp-types] [374 of 452] Compiling Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/DocumentSymbolClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/DocumentSymbolClientCapabilities.p_o )
956.25 s
[lsp-types] [375 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSignatureParameterInformationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureParameterInformationOptions.p_o )
956.25 s
[lsp-types] [376 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSignatureInformationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSignatureInformationOptions.p_o )
956.25 s
[lsp-types] [377 of 452] Compiling Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SignatureHelpClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SignatureHelpClientCapabilities.p_o )
956.25 s
[lsp-types] [378 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientShowMessageActionItemOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientShowMessageActionItemOptions.p_o )
956.25 s
[lsp-types] [379 of 452] Compiling Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ShowMessageRequestClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ShowMessageRequestClientCapabilities.p_o )
956.25 s
[lsp-types] [380 of 452] Compiling Language.LSP.Protocol.Internal.Types.WindowClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WindowClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WindowClientCapabilities.p_o )
956.25 s
[lsp-types] [381 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta ( generated/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestFullDelta.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestFullDelta.p_o )
956.25 s
[lsp-types] [382 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientSemanticTokensRequestOptions.p_o )
956.25 s
[lsp-types] [383 of 452] Compiling Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/SemanticTokensClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/SemanticTokensClientCapabilities.p_o )
956.25 s
[lsp-types] [384 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientInlayHintResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientInlayHintResolveOptions.p_o )
956.25 s
[lsp-types] [385 of 452] Compiling Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/InlayHintClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/InlayHintClientCapabilities.p_o )
956.25 s
[lsp-types] [386 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientInfo ( generated/Language/LSP/Protocol/Internal/Types/ClientInfo.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientInfo.p_o )
956.25 s
[lsp-types] [387 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeOptions.p_o )
956.25 s
[lsp-types] [388 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeKindOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientFoldingRangeKindOptions.p_o )
956.25 s
[lsp-types] [389 of 452] Compiling Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/FoldingRangeClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/FoldingRangeClientCapabilities.p_o )
956.25 s
[lsp-types] [390 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientDiagnosticsTagOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientDiagnosticsTagOptions.p_o )
956.25 s
[lsp-types] [391 of 452] Compiling Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/PublishDiagnosticsClientCapabilities.p_o )
956.25 s
[lsp-types] [392 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemResolveOptions.p_o )
956.25 s
[lsp-types] [393 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptionsKind.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptionsKind.p_o )
956.25 s
[lsp-types] [394 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemInsertTextModeOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemInsertTextModeOptions.p_o )
956.25 s
[lsp-types] [395 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCompletionItemOptions.p_o )
956.25 s
[lsp-types] [396 of 452] Compiling Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CompletionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CompletionClientCapabilities.p_o )
956.25 s
[lsp-types] [397 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCodeActionResolveOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionResolveOptions.p_o )
956.25 s
[lsp-types] [398 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCodeActionKindOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionKindOptions.p_o )
956.25 s
[lsp-types] [399 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions ( generated/Language/LSP/Protocol/Internal/Types/ClientCodeActionLiteralOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCodeActionLiteralOptions.p_o )
956.25 s
[lsp-types] [400 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CodeActionClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeActionClientCapabilities.p_o )
956.25 s
[lsp-types] [401 of 452] Compiling Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions ( generated/Language/LSP/Protocol/Internal/Types/ChangeAnnotationsSupportOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationsSupportOptions.p_o )
956.25 s
[lsp-types] [402 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceEditClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEditClientCapabilities.p_o )
956.25 s
[lsp-types] [403 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceClientCapabilities.p_o )
956.25 s
[lsp-types] [404 of 452] Compiling Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier ( generated/Language/LSP/Protocol/Internal/Types/ChangeAnnotationIdentifier.hs, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotationIdentifier.p_o )
956.25 s
[lsp-types] [405 of 452] Compiling Language.LSP.Protocol.Internal.Types.ResourceOperation ( generated/Language/LSP/Protocol/Internal/Types/ResourceOperation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ResourceOperation.p_o )
956.25 s
[lsp-types] [406 of 452] Compiling Language.LSP.Protocol.Internal.Types.RenameFile ( generated/Language/LSP/Protocol/Internal/Types/RenameFile.hs, dist/build/Language/LSP/Protocol/Internal/Types/RenameFile.p_o )
956.25 s
[lsp-types] [407 of 452] Compiling Language.LSP.Protocol.Internal.Types.DeleteFile ( generated/Language/LSP/Protocol/Internal/Types/DeleteFile.hs, dist/build/Language/LSP/Protocol/Internal/Types/DeleteFile.p_o )
956.25 s
[lsp-types] [408 of 452] Compiling Language.LSP.Protocol.Internal.Types.CreateFile ( generated/Language/LSP/Protocol/Internal/Types/CreateFile.hs, dist/build/Language/LSP/Protocol/Internal/Types/CreateFile.p_o )
956.25 s
[lsp-types] [409 of 452] Compiling Language.LSP.Protocol.Internal.Types.ChangeAnnotation ( generated/Language/LSP/Protocol/Internal/Types/ChangeAnnotation.hs, dist/build/Language/LSP/Protocol/Internal/Types/ChangeAnnotation.p_o )
956.25 s
[lsp-types] [410 of 452] Compiling Language.LSP.Protocol.Internal.Types.CancelParams ( generated/Language/LSP/Protocol/Internal/Types/CancelParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CancelParams.p_o )
956.25 s
[lsp-types] [411 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyRegistrationOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyRegistrationOptions.p_o )
956.25 s
[lsp-types] [412 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyPrepareParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyPrepareParams.p_o )
956.25 s
[lsp-types] [413 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOptions ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOptions.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOptions.p_o )
956.25 s
[lsp-types] [414 of 452] Compiling Language.LSP.Protocol.Internal.Types.ServerCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ServerCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ServerCapabilities.p_o )
961.81 s
[ghc-exactprint] Cases: 3341 Tried: 3341 Errors: 0 Failures: 0
961.81 s
[ghc-exactprint] Counts {cases = 3341, tried = 3341, errors = 0, failures = 0}
961.96 s
[ghc-exactprint] Test suite test: PASS
961.96 s
[ghc-exactprint] Test suite logged to: dist/test/ghc-exactprint-1.7.1.0-test.log
961.96 s
[ghc-exactprint] 1 of 1 test suites (1 of 1 test cases) passed.
961.98 s
[ghc-exactprint] checkPhase completed in 11 minutes 34 seconds
961.98 s
[ghc-exactprint] Phase: haddockPhase
962.12 s
[ghc-exactprint] Preprocessing library for ghc-exactprint-1.7.1.0..
962.12 s
[ghc-exactprint] Running Haddock on library for ghc-exactprint-1.7.1.0..
962.12 s
[ghc-exactprint] Warning: The documentation for the following packages are not installed. No
962.12 s
[ghc-exactprint] links will be generated to these packages: fail-4.9.0.0
962.17 s
[ghc-exactprint] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
962.82 s
[ghc-exactprint] 0% ( 0 / 1) in 'Language.Haskell.GHC.ExactPrint.Orphans'
962.82 s
[ghc-exactprint] Missing documentation for:
962.82 s
[ghc-exactprint] Module header
962.88 s
[ghc-exactprint] 33% ( 2 / 6) in 'Language.Haskell.GHC.ExactPrint.Types'
962.88 s
[ghc-exactprint] Missing documentation for:
962.88 s
[ghc-exactprint] Module header
962.88 s
[ghc-exactprint] Pos (src/Language/Haskell/GHC/ExactPrint/Types.hs:20)
962.88 s
[ghc-exactprint] Rigidity (src/Language/Haskell/GHC/ExactPrint/Types.hs:24)
962.88 s
[ghc-exactprint] showGhc (src/Language/Haskell/GHC/ExactPrint/Types.hs:65)
962.89 s
[ghc-exactprint] 75% ( 3 / 4) in 'Language.Haskell.GHC.ExactPrint.Lookup'
962.89 s
[ghc-exactprint] Missing documentation for:
962.89 s
[ghc-exactprint] Module header
962.99 s
[ghc-exactprint] 28% ( 17 / 60) in 'Language.Haskell.GHC.ExactPrint.Utils'
962.99 s
[ghc-exactprint] Missing documentation for:
962.99 s
[ghc-exactprint] Module header
962.99 s
[ghc-exactprint] debugM (src/Language/Haskell/GHC/ExactPrint/Utils.hs:59)
962.99 s
[ghc-exactprint] warn (src/Language/Haskell/GHC/ExactPrint/Utils.hs:64)
962.99 s
[ghc-exactprint] undeltaSpan (src/Language/Haskell/GHC/ExactPrint/Utils.hs:121)
962.99 s
[ghc-exactprint] adjustDeltaForOffset (src/Language/Haskell/GHC/ExactPrint/Utils.hs:130)
962.99 s
[ghc-exactprint] ss2pos (src/Language/Haskell/GHC/ExactPrint/Utils.hs:137)
962.99 s
[ghc-exactprint] ss2posEnd (src/Language/Haskell/GHC/ExactPrint/Utils.hs:140)
962.99 s
[ghc-exactprint] ss2range (src/Language/Haskell/GHC/ExactPrint/Utils.hs:143)
962.99 s
[ghc-exactprint] rs2range (src/Language/Haskell/GHC/ExactPrint/Utils.hs:146)
962.99 s
[ghc-exactprint] rs (src/Language/Haskell/GHC/ExactPrint/Utils.hs:149)
962.99 s
[ghc-exactprint] range2rs (src/Language/Haskell/GHC/ExactPrint/Utils.hs:153)
962.99 s
[ghc-exactprint] badRealSrcSpan (src/Language/Haskell/GHC/ExactPrint/Utils.hs:158)
962.99 s
[ghc-exactprint] spanLength (src/Language/Haskell/GHC/ExactPrint/Utils.hs:163)
962.99 s
[ghc-exactprint] isListComp (src/Language/Haskell/GHC/ExactPrint/Utils.hs:186)
962.99 s
[ghc-exactprint] needsWhere (src/Language/Haskell/GHC/ExactPrint/Utils.hs:191)
962.99 s
[ghc-exactprint] insertCppComments (src/Language/Haskell/GHC/ExactPrint/Utils.hs:199)
962.99 s
[ghc-exactprint] ghcCommentText (src/Language/Haskell/GHC/ExactPrint/Utils.hs:211)
962.99 s
[ghc-exactprint] tokComment (src/Language/Haskell/GHC/ExactPrint/Utils.hs:218)
962.99 s
[ghc-exactprint] hsDocStringComments (src/Language/Haskell/GHC/ExactPrint/Utils.hs:224)
962.99 s
[ghc-exactprint] dedentDocChunk (src/Language/Haskell/GHC/ExactPrint/Utils.hs:245)
962.99 s
[ghc-exactprint] dedentDocChunkBy (src/Language/Haskell/GHC/ExactPrint/Utils.hs:248)
962.99 s
[ghc-exactprint] printDecorator (src/Language/Haskell/GHC/ExactPrint/Utils.hs:262)
962.99 s
[ghc-exactprint] mkEpaComments (src/Language/Haskell/GHC/ExactPrint/Utils.hs:270)
962.99 s
[ghc-exactprint] comment2LEpaComment (src/Language/Haskell/GHC/ExactPrint/Utils.hs:276)
962.99 s
[ghc-exactprint] mkLEpaComment (src/Language/Haskell/GHC/ExactPrint/Utils.hs:279)
962.99 s
[ghc-exactprint] mkComment (src/Language/Haskell/GHC/ExactPrint/Utils.hs:283)
962.99 s
[ghc-exactprint] normaliseCommentText (src/Language/Haskell/GHC/ExactPrint/Utils.hs:287)
962.99 s
[ghc-exactprint] noKWComments (src/Language/Haskell/GHC/ExactPrint/Utils.hs:315)
962.99 s
[ghc-exactprint] sortAnchorLocated (src/Language/Haskell/GHC/ExactPrint/Utils.hs:318)
962.99 s
[ghc-exactprint] isSymbolRdrName (src/Language/Haskell/GHC/ExactPrint/Utils.hs:335)
962.99 s
[ghc-exactprint] rdrName2String (src/Language/Haskell/GHC/ExactPrint/Utils.hs:338)
962.99 s
[ghc-exactprint] name2String (src/Language/Haskell/GHC/ExactPrint/Utils.hs:350)
962.99 s
[ghc-exactprint] locatedAnAnchor (src/Language/Haskell/GHC/ExactPrint/Utils.hs:370)
962.99 s
[ghc-exactprint] setAnchorAn (src/Language/Haskell/GHC/ExactPrint/Utils.hs:386)
962.99 s
[ghc-exactprint] setAnchorEpa (src/Language/Haskell/GHC/ExactPrint/Utils.hs:394)
962.99 s
[ghc-exactprint] setAnchorEpaL (src/Language/Haskell/GHC/ExactPrint/Utils.hs:398)
962.99 s
[ghc-exactprint] setAnchorHsModule (src/Language/Haskell/GHC/ExactPrint/Utils.hs:402)
962.99 s
[ghc-exactprint] trailingAnnLoc (src/Language/Haskell/GHC/ExactPrint/Utils.hs:416)
962.99 s
[ghc-exactprint] setTrailingAnnLoc (src/Language/Haskell/GHC/ExactPrint/Utils.hs:421)
962.99 s
[ghc-exactprint] addEpAnnLoc (src/Language/Haskell/GHC/ExactPrint/Utils.hs:426)
962.99 s
[ghc-exactprint] anchorToEpaLocation (src/Language/Haskell/GHC/ExactPrint/Utils.hs:432)
962.99 s
[ghc-exactprint] hackSrcSpanToAnchor (src/Language/Haskell/GHC/ExactPrint/Utils.hs:461)
962.99 s
[ghc-exactprint] hackAnchorToSrcSpan (src/Language/Haskell/GHC/ExactPrint/Utils.hs:469)
963.34 s
[ghc-exactprint] Warning: 'getRichTokenStream' is out of scope.
963.34 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
963.34 s
[ghc-exactprint] 37% ( 3 / 8) in 'Language.Haskell.GHC.ExactPrint.Preprocess'
963.34 s
[ghc-exactprint] Missing documentation for:
963.34 s
[ghc-exactprint] getPreprocessedSrcDirect (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:207)
963.34 s
[ghc-exactprint] readFileGhc (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:295)
963.34 s
[ghc-exactprint] CppOptions (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:54)
963.35 s
[ghc-exactprint] defaultCppOptions (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:60)
963.35 s
[ghc-exactprint] showErrorMessages (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:230)
963.42 s
[ghc-exactprint] Warning: 'DynFlags' is out of scope.
963.42 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
963.42 s
[ghc-exactprint] Warning: 'GhcPs' is out of scope.
963.42 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
963.43 s
[ghc-exactprint] Warning: 'parseModoule' is out of scope.
963.43 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
963.43 s
[ghc-exactprint] Warning: 'setSessionDynFlags' is out of scope.
963.43 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
963.43 s
[ghc-exactprint] Warning: 'parseDynamicFilePragma' is out of scope.
963.43 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
963.43 s
[ghc-exactprint] 58% ( 17 / 29) in 'Language.Haskell.GHC.ExactPrint.Parsers'
963.43 s
[ghc-exactprint] Missing documentation for:
963.43 s
[ghc-exactprint] Parser (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:132)
963.43 s
[ghc-exactprint] ParseResult (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:130)
963.43 s
[ghc-exactprint] CppOptions (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:54)
963.43 s
[ghc-exactprint] defaultCppOptions (src/Language/Haskell/GHC/ExactPrint/Preprocess.hs:60)
963.43 s
[ghc-exactprint] LibDir (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:128)
963.43 s
[ghc-exactprint] parseModuleWithOptions (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:194)
963.43 s
[ghc-exactprint] parseExpr (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:135)
963.43 s
[ghc-exactprint] parseImport (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:138)
963.43 s
[ghc-exactprint] parseType (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:141)
963.43 s
[ghc-exactprint] parseDecl (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:145)
963.43 s
[ghc-exactprint] parsePattern (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:151)
963.43 s
[ghc-exactprint] parseStmt (src/Language/Haskell/GHC/ExactPrint/Parsers.hs:148)
963.52 s
[ghc-exactprint] 40% ( 2 / 5) in 'Language.Haskell.GHC.ExactPrint.Dump'
963.52 s
[ghc-exactprint] Missing documentation for:
963.52 s
[ghc-exactprint] Module header
963.52 s
[ghc-exactprint] BlankSrcSpan (src/Language/Haskell/GHC/ExactPrint/Dump.hs:39)
963.52 s
[ghc-exactprint] BlankEpAnnotations (src/Language/Haskell/GHC/ExactPrint/Dump.hs:42)
964.48 s
[ghc-exactprint] Warning: 'relativiseApiAnns' is out of scope.
964.48 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
964.48 s
[ghc-exactprint] Warning: 'local' is out of scope.
964.48 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
964.49 s
[ghc-exactprint] 72% ( 8 / 11) in 'Language.Haskell.GHC.ExactPrint.ExactPrint'
964.49 s
[ghc-exactprint] Missing documentation for:
964.49 s
[ghc-exactprint] Module header
964.49 s
[ghc-exactprint] exactPrint (src/Language/Haskell/GHC/ExactPrint/ExactPrint.hs:93)
964.49 s
[ghc-exactprint] showAst (src/Language/Haskell/GHC/ExactPrint/ExactPrint.hs:86)
965.78 s
[ghc-exactprint] Warning: 'Annotation' is out of scope.
965.78 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
965.78 s
[ghc-exactprint] Warning: 'annPriorComments' is out of scope.
965.78 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
965.78 s
[ghc-exactprint] Warning: 'annFollowingComments' is out of scope.
965.78 s
[ghc-exactprint] If you qualify the identifier, haddock can try to link it anyway.
965.78 s
[ghc-exactprint] 69% ( 45 / 65) in 'Language.Haskell.GHC.ExactPrint.Transform'
965.78 s
[ghc-exactprint] Missing documentation for:
965.78 s
[ghc-exactprint] runTransformT (src/Language/Haskell/GHC/ExactPrint/Transform.hs:133)
965.78 s
[ghc-exactprint] hsDeclsValBinds (src/Language/Haskell/GHC/ExactPrint/Transform.hs:1068)
965.78 s
[ghc-exactprint] WithWhere (src/Language/Haskell/GHC/ExactPrint/Transform.hs:1079)
965.78 s
[ghc-exactprint] noAnnSrcSpanDP0 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:778)
965.78 s
[ghc-exactprint] noAnnSrcSpanDP1 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:781)
965.78 s
[ghc-exactprint] noAnnSrcSpanDPn (src/Language/Haskell/GHC/ExactPrint/Transform.hs:784)
965.78 s
[ghc-exactprint] d0 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:787)
965.78 s
[ghc-exactprint] d1 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:790)
965.78 s
[ghc-exactprint] dn (src/Language/Haskell/GHC/ExactPrint/Transform.hs:793)
965.78 s
[ghc-exactprint] m0 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:796)
965.78 s
[ghc-exactprint] m1 (src/Language/Haskell/GHC/ExactPrint/Transform.hs:799)
965.78 s
[ghc-exactprint] mn (src/Language/Haskell/GHC/ExactPrint/Transform.hs:802)
965.78 s
[ghc-exactprint] addComma (src/Language/Haskell/GHC/ExactPrint/Transform.hs:805)
965.78 s
[ghc-exactprint] balanceCommentsList (src/Language/Haskell/GHC/ExactPrint/Transform.hs:416)
965.78 s
[ghc-exactprint] balanceCommentsList' (src/Language/Haskell/GHC/ExactPrint/Transform.hs:535)
965.78 s
[ghc-exactprint] anchorEof (src/Language/Haskell/GHC/ExactPrint/Transform.hs:758)
965.78 s
[ghc-exactprint] captureLineSpacing (src/Language/Haskell/GHC/ExactPrint/Transform.hs:196)
965.78 s
[ghc-exactprint] captureMatchLineSpacing (src/Language/Haskell/GHC/ExactPrint/Transform.hs:188)
965.78 s
[ghc-exactprint] captureTypeSigSpacing (src/Language/Haskell/GHC/ExactPrint/Transform.hs:208)
965.78 s
[ghc-exactprint] getEntryDP (src/Language/Haskell/GHC/ExactPrint/Transform.hs:339)
965.94 s
[ghc-exactprint] 77% ( 14 / 18) in 'Language.Haskell.GHC.ExactPrint'
965.94 s
[ghc-exactprint] Missing documentation for:
965.94 s
[ghc-exactprint] exactPrint (src/Language/Haskell/GHC/ExactPrint/ExactPrint.hs:93)
965.94 s
[ghc-exactprint] showAst (src/Language/Haskell/GHC/ExactPrint/ExactPrint.hs:86)
965.94 s
[ghc-exactprint] BlankSrcSpan (src/Language/Haskell/GHC/ExactPrint/Dump.hs:39)
965.94 s
[ghc-exactprint] BlankEpAnnotations (src/Language/Haskell/GHC/ExactPrint/Dump.hs:42)
966.21 s
[ghc-exactprint] Warning: Language.Haskell.GHC.ExactPrint.ExactPrint: could not find link destinations for:
966.21 s
[ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.ExactPrintTVFlag
966.21 s
[ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
966.21 s
[ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
966.22 s
[ghc-exactprint] Warning: Language.Haskell.GHC.ExactPrint.Transform: could not find link destinations for:
966.22 s
[ghc-exactprint] - Language.Haskell.GHC.ExactPrint.Transform.PMatch
966.22 s
[ghc-exactprint] - Language.Haskell.GHC.ExactPrint.Transform.Decl
966.24 s
[ghc-exactprint] Warning: Language.Haskell.GHC.ExactPrint: could not find link destinations for:
966.24 s
[ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.ExactPrintTVFlag
966.24 s
[ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
966.24 s
[ghc-exactprint] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
973.64 s
[lsp-types] [415 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeResult ( generated/Language/LSP/Protocol/Internal/Types/InitializeResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeResult.p_o )
974.61 s
[ghc-exactprint] Documentation created: dist/doc/html/ghc-exactprint/index.html,
974.61 s
[ghc-exactprint] dist/doc/html/ghc-exactprint/ghc-exactprint.txt
974.68 s
[ghc-exactprint] Preprocessing test suite 'test' for ghc-exactprint-1.7.1.0..
974.70 s
[ghc-exactprint] Phase: installPhase
974.77 s
[ghc-exactprint] Installing library in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
975.88 s
[ghc-exactprint] Phase: fixupPhase
975.90 s
[ghc-exactprint] shrinking RPATHs of ELF executables and libraries in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0
975.90 s
[ghc-exactprint] shrinking /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o-ghc9.6.3.so
975.94 s
[ghc-exactprint] checking for references to /build/ in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0...
975.96 s
[ghc-exactprint] patching script interpreter paths in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0
975.96 s
[ghc-exactprint] stripping (with command strip and flags -S -p) in /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0/lib
976.66 s
[ghc-exactprint] shrinking RPATHs of ELF executables and libraries in /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc
976.67 s
[ghc-exactprint] checking for references to /build/ in /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc...
976.69 s
[ghc-exactprint] patching script interpreter paths in /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc
977.08 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0
977.50 s
[post-build-hook] Pushing 2 paths (125 are already present) using zstd to cache sellout ⏳
977.50 s
[post-build-hook]
977.86 s
[post-build-hook] Pushing /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0 (48.70 MiB)
977.88 s
[post-build-hook] Pushing /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc (8.47 MiB)
979.33 s
[post-build-hook]
979.34 s
[post-build-hook] All done.
979.35 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc /nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0
979.39 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
979.61 s
[post-build-hook] copying 10 paths...
979.61 s
[post-build-hook] copying path '/nix/store/670hg6dm2p58835714z272kiakykd9ny-data-default-instances-containers-0.1.0.3-doc' to 'https://cache.nix-ci.com'...
979.61 s
[post-build-hook] copying path '/nix/store/p6hi3hmr14561dzhb4khm20zvmislpc1-data-default-instances-dlist-0.0.1.2-doc' to 'https://cache.nix-ci.com'...
979.61 s
[post-build-hook] copying path '/nix/store/a1d3kswfp978asxfqz1nfgxxdls9qhfv-data-default-instances-old-locale-0.0.1.2-doc' to 'https://cache.nix-ci.com'...
979.80 s
[post-build-hook] copying path '/nix/store/adg9sj6662yxvfsg3cbs0a1w32f3i812-data-default-instances-containers-0.1.0.3' to 'https://cache.nix-ci.com'...
979.83 s
[post-build-hook] copying path '/nix/store/gf270mh0dpzni42jhgswgmhampkjvmcm-data-default-instances-dlist-0.0.1.2' to 'https://cache.nix-ci.com'...
979.83 s
[post-build-hook] copying path '/nix/store/d2cpvkgwrkypy494nlr8mvv5nsp6hvqa-data-default-0.7.1.3-doc' to 'https://cache.nix-ci.com'...
979.83 s
[post-build-hook] copying path '/nix/store/dbb7yyy7qlk55wkk55hf4dxisnm318x3-data-default-instances-old-locale-0.0.1.2' to 'https://cache.nix-ci.com'...
980.03 s
[post-build-hook] copying path '/nix/store/sdhj7lshby1j5z10gzwwzz52qyskaf1s-data-default-0.7.1.3' to 'https://cache.nix-ci.com'...
980.03 s
[post-build-hook] copying path '/nix/store/2dikkg0har6nlg56iizhmr5anm19xpjm-ghc-exactprint-1.7.1.0-doc' to 'https://cache.nix-ci.com'...
981.20 s
[post-build-hook] copying path '/nix/store/4d1l7mfvv9x6svmw8iz0nmgigcazr332-ghc-exactprint-1.7.1.0' to 'https://cache.nix-ci.com'...
992.41 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
992.66 s
[post-build-hook] copying 2 paths...
992.66 s
[post-build-hook] copying path '/nix/store/9nwl4imkm2ws1aibrd3kj8f0ljda49n2-ghc-exactprint-1.7.1.0.tar.gz.drv' to 'https://cache.nix-ci.com'...
992.82 s
[post-build-hook] copying path '/nix/store/7laa9mr3brihzxw6rj24wslxr5jidgm7-ghc-exactprint-1.7.1.0.drv' to 'https://cache.nix-ci.com'...
993.02 s
Progress: 44 of 66 built (1 building), 335 of 335 downloaded from cache
993.09 s
Building apply-refact
993.15 s
Building retrie
993.31 s
[apply-refact] Phase: setupCompilerEnvironmentPhase
993.33 s
Waiting for lock on waiting for lock on '/nix/store/4bx81ykw9jvwpc39i3hps7fyx62ggzh6-conduit-extra-1.3.7-doc', '/nix/store/bzmcqyljhl4qgjli6xsq0gaw2rvr2drz-conduit-extra
993.33 s
Waiting for lock on waiting for lock on '/nix/store/0wn4gcc993pwgf6jrjwawimaxzz88l40-conduit-parse-0.2.1.1-doc', '/nix/store/qmnrprznw6jrvfabxn9ii8xkydk5s1dd-conduit-parse
993.33 s
Waiting for lock on waiting for lock on '/nix/store/lgfjypqpwa1s3wm8q50wdz9jd4pcd66x-libyaml-0.1.4-doc', '/nix/store/vlwd296d609vm62d8m7hyicldyvfbxzw-libyaml
993.33 s
[apply-refact] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
993.37 s
[retrie] Phase: setupCompilerEnvironmentPhase
993.37 s
[retrie] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
993.58 s
[apply-refact] Phase: unpackPhase
993.59 s
[apply-refact] unpacking source archive /nix/store/0d2ipwa9jp4khh281dkfsc1iqz7p7cz7-apply-refact-0.14.0.0.tar.gz
993.63 s
[apply-refact] source root is apply-refact-0.14.0.0
993.64 s
[retrie] Phase: unpackPhase
993.64 s
[retrie] unpacking source archive /nix/store/fyl9d4vk1w0rq2ny02ar1vps6n45pvqk-retrie-1.2.3.tar.gz
993.65 s
[retrie] source root is retrie-1.2.3
993.66 s
[apply-refact] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "apply-refact-0.14.0.0/tests/Test.hs"
993.66 s
[retrie] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "retrie-1.2.3/tests/Util.hs"
993.67 s
[retrie] Phase: patchPhase
993.67 s
[apply-refact] Phase: patchPhase
993.67 s
[retrie] applying patch /nix/store/5ylnk2bab8492pq2hs391xgpmwfqkk75-b0df07178133b5b049e3e7764acba0e5e3fa57af.patch
993.68 s
[retrie] patching file retrie.cabal
993.68 s
[apply-refact] Phase: compileBuildDriverPhase
993.68 s
[retrie] Phase: compileBuildDriverPhase
993.68 s
[apply-refact] setupCompileFlags: -package-db=/build/tmp.zpf27grUnA/setup-package.conf.d -threaded
993.68 s
[retrie] setupCompileFlags: -package-db=/build/tmp.EEBI3LpedN/setup-package.conf.d -threaded
993.74 s
[retrie] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.EEBI3LpedN/Main.o )
993.74 s
[apply-refact] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.zpf27grUnA/Main.o )
993.80 s
[apply-refact] [2 of 2] Linking Setup
993.80 s
[retrie] [2 of 2] Linking Setup
995.24 s
[apply-refact] Phase: updateAutotoolsGnuConfigScriptsPhase
995.24 s
[retrie] Phase: updateAutotoolsGnuConfigScriptsPhase
995.26 s
[retrie] Phase: configurePhase
995.26 s
[apply-refact] Phase: configurePhase
995.26 s
[retrie] configureFlags: --verbose --prefix=/nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc/share/doc/retrie-1.2.3 --with-gcc=gcc --package-db=/build/tmp.EEBI3LpedN/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
995.26 s
[apply-refact] configureFlags: --verbose --prefix=/nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc/share/doc/apply-refact-0.14.0.0 --with-gcc=gcc --package-db=/build/tmp.zpf27grUnA/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
995.27 s
[retrie] Using Parsec parser
995.27 s
[retrie] Configuring retrie-1.2.3...
995.27 s
[apply-refact] Using Parsec parser
995.27 s
[apply-refact] Configuring apply-refact-0.14.0.0...
995.28 s
[lsp-types] [416 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyItem ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyItem.p_o )
995.28 s
[lsp-types] [417 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCallsParams.p_o )
995.28 s
[lsp-types] [418 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyOutgoingCall.p_o )
995.28 s
[lsp-types] [419 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCallsParams.p_o )
995.28 s
[lsp-types] [420 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyIncomingCall.p_o )
995.28 s
[lsp-types] [421 of 452] Compiling Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/CallHierarchyClientCapabilities.p_o )
995.28 s
[lsp-types] [422 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentClientCapabilities.p_o )
995.28 s
[lsp-types] [423 of 452] Compiling Language.LSP.Protocol.Internal.Types.ClientCapabilities ( generated/Language/LSP/Protocol/Internal/Types/ClientCapabilities.hs, dist/build/Language/LSP/Protocol/Internal/Types/ClientCapabilities.p_o )
995.28 s
[lsp-types] [424 of 452] Compiling Language.LSP.Protocol.Internal.Types.UInitializeParams ( generated/Language/LSP/Protocol/Internal/Types/UInitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/UInitializeParams.p_o )
995.28 s
[lsp-types] [425 of 452] Compiling Language.LSP.Protocol.Internal.Types.InitializeParams ( generated/Language/LSP/Protocol/Internal/Types/InitializeParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/InitializeParams.p_o )
995.28 s
[lsp-types] [426 of 452] Compiling Language.LSP.Protocol.Internal.Types.BaseSymbolInformation ( generated/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.hs, dist/build/Language/LSP/Protocol/Internal/Types/BaseSymbolInformation.p_o )
995.28 s
[lsp-types] [427 of 452] Compiling Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult ( generated/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.hs, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditResult.p_o )
995.28 s
[lsp-types] [428 of 452] Compiling Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit ( generated/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/AnnotatedTextEdit.p_o )
995.28 s
[lsp-types] [429 of 452] Compiling Language.LSP.Protocol.Internal.Types.TextDocumentEdit ( generated/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/TextDocumentEdit.p_o )
995.28 s
[lsp-types] [430 of 452] Compiling Language.LSP.Protocol.Internal.Types.WorkspaceEdit ( generated/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.hs, dist/build/Language/LSP/Protocol/Internal/Types/WorkspaceEdit.p_o )
995.28 s
[lsp-types] [431 of 452] Compiling Language.LSP.Protocol.Internal.Types.CodeAction ( generated/Language/LSP/Protocol/Internal/Types/CodeAction.hs, dist/build/Language/LSP/Protocol/Internal/Types/CodeAction.p_o )
995.28 s
[lsp-types] [432 of 452] Compiling Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams ( generated/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.hs, dist/build/Language/LSP/Protocol/Internal/Types/ApplyWorkspaceEditParams.p_o )
995.28 s
[lsp-types] [433 of 452] Compiling Language.LSP.Protocol.Internal.Method ( generated/Language/LSP/Protocol/Internal/Method.hs, dist/build/Language/LSP/Protocol/Internal/Method.p_o )
995.69 s
[retrie] Flags chosen: buildexecutable=True
995.69 s
[retrie] Dependency ansi-terminal >=0.10.3 && <1.2: using ansi-terminal-1.1.2
995.69 s
[retrie] Dependency async >=2.2.2 && <2.3: using async-2.2.5
995.69 s
[retrie] Dependency base >=4.11 && <4.20: using base-4.18.1.0
995.69 s
[retrie] Dependency bytestring >=0.10.8 && <0.13: using bytestring-0.11.5.2
995.69 s
[retrie] Dependency containers >=0.5.11 && <0.8: using containers-0.6.7
995.69 s
[retrie] Dependency data-default >=0.7.1 && <0.8: using data-default-0.7.1.3
995.69 s
[retrie] Dependency directory >=1.3.1 && <1.4: using directory-1.3.8.1
995.69 s
[retrie] Dependency filepath >=1.4.2 && <1.6: using filepath-1.4.100.4
995.69 s
[retrie] Dependency ghc >=9.2 && <9.9: using ghc-9.6.3
995.69 s
[retrie] Dependency ghc-exactprint >=1.5.0 && <1.9: using ghc-exactprint-1.7.1.0
995.69 s
[retrie] Dependency list-t >=1.0.4 && <1.1: using list-t-1.0.5.7
995.69 s
[retrie] Dependency mtl >=2.2.2 && <2.4: using mtl-2.3.1
995.69 s
[retrie] Dependency optparse-applicative >=0.15.1 && <0.19: using
995.69 s
[retrie] optparse-applicative-0.18.1.0
995.69 s
[retrie] Dependency process >=1.6.3 && <1.7: using process-1.6.17.0
995.69 s
[retrie] Dependency random-shuffle >=0.0.4 && <0.1: using random-shuffle-0.0.4
995.69 s
[retrie] Dependency syb >=0.7.1 && <0.8: using syb-0.7.2.4
995.69 s
[retrie] Dependency text >=1.2.3 && <2.2: using text-2.0.2
995.69 s
[retrie] Dependency transformers >=0.5.5 && <0.7: using transformers-0.6.1.0
995.69 s
[retrie] Dependency unordered-containers >=0.2.10 && <0.3: using
995.69 s
[retrie] unordered-containers-0.2.20
995.69 s
[retrie] Dependency base >=4.11 && <4.20: using base-4.18.1.0
995.69 s
[retrie] Dependency ghc-paths: using ghc-paths-0.1.0.12
995.69 s
[retrie] Dependency haskell-src-exts >=1.23.0 && <1.24: using haskell-src-exts-1.23.1
995.69 s
[retrie] Dependency retrie: using retrie-1.2.3
995.69 s
[retrie] Dependency base >=4.11 && <4.20: using base-4.18.1.0
995.69 s
[retrie] Dependency ghc-paths: using ghc-paths-0.1.0.12
995.69 s
[retrie] Dependency haskell-src-exts >=1.23.0 && <1.24: using haskell-src-exts-1.23.1
995.69 s
[retrie] Dependency retrie: using retrie-1.2.3
995.74 s
[apply-refact] Dependency base >=4.16 && <5: using base-4.18.1.0
995.74 s
[apply-refact] Dependency containers >=0.6.0.1 && <0.8: using containers-0.6.7
995.74 s
[apply-refact] Dependency directory >=1.3: using directory-1.3.8.1
995.74 s
[apply-refact] Dependency extra >=1.7.3: using extra-1.7.16
995.74 s
[apply-refact] Dependency filemanip >=0.3.6.3 && <0.4: using filemanip-0.3.6.3
995.74 s
[apply-refact] Dependency ghc >=9.6 && <9.7: using ghc-9.6.3
995.74 s
[apply-refact] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
995.74 s
[apply-refact] Dependency ghc-exactprint >=1.5.0 && <1.6 || >=1.6.0 && <1.7 || >=1.7.0 &&
995.74 s
[apply-refact] <1.8 || >=1.8.0 && <1.9: using ghc-exactprint-1.7.1.0
995.74 s
[apply-refact] Dependency process >=1.6: using process-1.6.17.0
995.74 s
[apply-refact] Dependency refact >=0.2: using refact-0.3.0.2
995.74 s
[apply-refact] Dependency syb >=0.7.1: using syb-0.7.2.4
995.74 s
[apply-refact] Dependency transformers >=0.5.6.2 && <0.7: using transformers-0.6.1.0
995.74 s
[apply-refact] Dependency uniplate >=1.6.13: using uniplate-1.6.13
995.74 s
[apply-refact] Dependency unix-compat >=0.5.2: using unix-compat-0.7.4
995.74 s
[apply-refact] Dependency base: using base-4.18.1.0
995.74 s
[apply-refact] Dependency containers: using containers-0.6.7
995.74 s
[apply-refact] Dependency directory: using directory-1.3.8.1
995.74 s
[apply-refact] Dependency extra: using extra-1.7.16
995.74 s
[apply-refact] Dependency filemanip: using filemanip-0.3.6.3
995.74 s
[apply-refact] Dependency filepath: using filepath-1.4.100.4
995.74 s
[apply-refact] Dependency ghc: using ghc-9.6.3
995.74 s
[apply-refact] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
995.74 s
[apply-refact] Dependency ghc-exactprint: using ghc-exactprint-1.7.1.0
995.74 s
[apply-refact] Dependency ghc-paths: using ghc-paths-0.1.0.12
995.74 s
[apply-refact] Dependency optparse-applicative >=0.15.1.0: using
995.74 s
[apply-refact] optparse-applicative-0.18.1.0
995.74 s
[apply-refact] Dependency process: using process-1.6.17.0
995.74 s
[apply-refact] Dependency refact: using refact-0.3.0.2
995.74 s
[apply-refact] Dependency syb: using syb-0.7.2.4
995.74 s
[apply-refact] Dependency transformers: using transformers-0.6.1.0
995.74 s
[apply-refact] Dependency uniplate: using uniplate-1.6.13
995.74 s
[apply-refact] Dependency unix-compat: using unix-compat-0.7.4
995.74 s
[apply-refact] Dependency base: using base-4.18.1.0
995.74 s
[apply-refact] Dependency containers: using containers-0.6.7
995.74 s
[apply-refact] Dependency directory: using directory-1.3.8.1
995.74 s
[apply-refact] Dependency extra: using extra-1.7.16
995.74 s
[apply-refact] Dependency filemanip: using filemanip-0.3.6.3
995.74 s
[apply-refact] Dependency filepath: using filepath-1.4.100.4
995.74 s
[apply-refact] Dependency ghc: using ghc-9.6.3
995.74 s
[apply-refact] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
995.74 s
[apply-refact] Dependency ghc-exactprint: using ghc-exactprint-1.7.1.0
995.74 s
[apply-refact] Dependency ghc-paths: using ghc-paths-0.1.0.12
995.74 s
[apply-refact] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
995.74 s
[apply-refact] Dependency process: using process-1.6.17.0
995.74 s
[apply-refact] Dependency refact: using refact-0.3.0.2
995.74 s
[apply-refact] Dependency silently: using silently-1.2.5.4
995.74 s
[apply-refact] Dependency syb: using syb-0.7.2.4
995.74 s
[apply-refact] Dependency tasty: using tasty-1.5.3
995.74 s
[apply-refact] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
995.74 s
[apply-refact] Dependency tasty-golden: using tasty-golden-2.3.5
995.74 s
[apply-refact] Dependency transformers: using transformers-0.6.1.0
995.74 s
[apply-refact] Dependency uniplate: using uniplate-1.6.13
995.74 s
[apply-refact] Dependency unix-compat: using unix-compat-0.7.4
995.98 s
[retrie] Source component graph:
995.98 s
[retrie] component lib
995.98 s
[retrie] component exe:demo-retrie dependency lib
995.98 s
[retrie] component exe:retrie dependency lib
995.98 s
[retrie] Configured component graph:
995.98 s
[retrie] component retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
995.98 s
[retrie] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
995.98 s
[retrie] include base-4.18.1.0
995.98 s
[retrie] include bytestring-0.11.5.2
995.98 s
[retrie] include containers-0.6.7
995.98 s
[retrie] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
995.98 s
[retrie] include directory-1.3.8.1
995.98 s
[retrie] include filepath-1.4.100.4
995.98 s
[retrie] include ghc-9.6.3
995.98 s
[retrie] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
995.98 s
[retrie] include list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
995.98 s
[retrie] include mtl-2.3.1
995.98 s
[retrie] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
995.98 s
[retrie] include process-1.6.17.0
995.98 s
[retrie] include random-shuffle-0.0.4-9Qm3fLm9npKEAt3B9N8fjx
995.98 s
[retrie] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
995.98 s
[retrie] include text-2.0.2
995.98 s
[retrie] include transformers-0.6.1.0
995.98 s
[retrie] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
995.98 s
[retrie] component retrie-1.2.3-6BLDjJkNfGS81tqiT7JVAs-demo-retrie
995.98 s
[retrie] include base-4.18.1.0
995.98 s
[retrie] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
995.98 s
[retrie] include haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
995.98 s
[retrie] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] component retrie-1.2.3-DTGecv5WXltGXs2OpBjx6D-retrie
995.98 s
[retrie] include base-4.18.1.0
995.98 s
[retrie] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
995.98 s
[retrie] include haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
995.98 s
[retrie] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] Linked component graph:
995.98 s
[retrie] unit retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
995.98 s
[retrie] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
995.98 s
[retrie] include base-4.18.1.0
995.98 s
[retrie] include bytestring-0.11.5.2
995.98 s
[retrie] include containers-0.6.7
995.98 s
[retrie] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
995.98 s
[retrie] include directory-1.3.8.1
995.98 s
[retrie] include filepath-1.4.100.4
995.98 s
[retrie] include ghc-9.6.3
995.98 s
[retrie] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
995.98 s
[retrie] include list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
995.98 s
[retrie] include mtl-2.3.1
995.98 s
[retrie] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
995.98 s
[retrie] include process-1.6.17.0
995.98 s
[retrie] include random-shuffle-0.0.4-9Qm3fLm9npKEAt3B9N8fjx
995.98 s
[retrie] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
995.98 s
[retrie] include text-2.0.2
995.98 s
[retrie] include transformers-0.6.1.0
995.98 s
[retrie] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
995.98 s
[retrie] Retrie=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie,Retrie.AlphaEnv=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.AlphaEnv,Retrie.CPP=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.CPP,Retrie.Context=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Context,Retrie.Debug=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Debug,Retrie.Elaborate=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Elaborate,Retrie.ExactPrint=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.ExactPrint,Retrie.ExactPrint.Annotated=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.ExactPrint.Annotated,Retrie.Expr=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Expr,Retrie.Fixity=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Fixity,Retrie.FreeVars=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.FreeVars,Retrie.GHC=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.GHC,Retrie.GroundTerms=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.GroundTerms,Retrie.Monad=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Monad,Retrie.Options=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Options,Retrie.PatternMap.Bag=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.PatternMap.Bag,Retrie.PatternMap.Class=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.PatternMap.Class,Retrie.PatternMap.Instances=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.PatternMap.Instances,Retrie.Pretty=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Pretty,Retrie.Quantifiers=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Quantifiers,Retrie.Query=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Query,Retrie.Replace=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Replace,Retrie.Rewrites=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites,Retrie.Rewrites.Function=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites.Function,Retrie.Rewrites.Patterns=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites.Patterns,Retrie.Rewrites.Rules=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites.Rules,Retrie.Rewrites.Types=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Rewrites.Types,Retrie.Run=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Run,Retrie.SYB=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.SYB,Retrie.Subst=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Subst,Retrie.Substitution=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Substitution,Retrie.Types=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Types,Retrie.Universe=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Universe,Retrie.Util=retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3:Retrie.Util
995.98 s
[retrie] unit retrie-1.2.3-6BLDjJkNfGS81tqiT7JVAs-demo-retrie
995.98 s
[retrie] include base-4.18.1.0
995.98 s
[retrie] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
995.98 s
[retrie] include haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
995.98 s
[retrie] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] unit retrie-1.2.3-DTGecv5WXltGXs2OpBjx6D-retrie
995.98 s
[retrie] include base-4.18.1.0
995.98 s
[retrie] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
995.98 s
[retrie] include haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
995.98 s
[retrie] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] Ready component graph:
995.98 s
[retrie] definite retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] depends ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
995.98 s
[retrie] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
995.98 s
[retrie] depends base-4.18.1.0
995.98 s
[retrie] depends bytestring-0.11.5.2
995.98 s
[retrie] depends containers-0.6.7
995.98 s
[retrie] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
995.98 s
[retrie] depends directory-1.3.8.1
995.98 s
[retrie] depends filepath-1.4.100.4
995.98 s
[retrie] depends ghc-9.6.3
995.98 s
[retrie] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
995.98 s
[retrie] depends list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
995.98 s
[retrie] depends mtl-2.3.1
995.98 s
[retrie] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
995.98 s
[retrie] depends process-1.6.17.0
995.98 s
[retrie] depends random-shuffle-0.0.4-9Qm3fLm9npKEAt3B9N8fjx
995.98 s
[retrie] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
995.98 s
[retrie] depends text-2.0.2
995.98 s
[retrie] depends transformers-0.6.1.0
995.98 s
[retrie] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
995.98 s
[retrie] definite retrie-1.2.3-6BLDjJkNfGS81tqiT7JVAs-demo-retrie
995.98 s
[retrie] depends base-4.18.1.0
995.98 s
[retrie] depends ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
995.98 s
[retrie] depends haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
995.98 s
[retrie] depends retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] definite retrie-1.2.3-DTGecv5WXltGXs2OpBjx6D-retrie
995.98 s
[retrie] depends base-4.18.1.0
995.98 s
[retrie] depends ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
995.98 s
[retrie] depends haskell-src-exts-1.23.1-6bq8L1rOeseFIOXsg52Nca
995.98 s
[retrie] depends retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] Using Cabal-3.10.1.0 compiled by ghc-9.6
995.98 s
[retrie] Using compiler: ghc-9.6.3
995.98 s
[retrie] Using install prefix: /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
995.98 s
[retrie] Executables installed in:
995.98 s
[retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin
995.98 s
[retrie] Libraries installed in:
995.98 s
[retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
995.98 s
[retrie] Dynamic Libraries installed in:
995.98 s
[retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
995.98 s
[retrie] Private executables installed in:
995.98 s
[retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/libexec/x86_64-linux-ghc-9.6.3/retrie-1.2.3
995.98 s
[retrie] Data files installed in:
995.98 s
[retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/share/x86_64-linux-ghc-9.6.3/retrie-1.2.3
995.98 s
[retrie] Documentation installed in:
995.98 s
[retrie] /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc/share/doc/retrie-1.2.3
995.98 s
[retrie] Configuration files installed in:
995.98 s
[retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/etc
995.98 s
[retrie] No alex found
995.98 s
[retrie] Using ar found on system at:
995.98 s
[retrie] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
995.98 s
[retrie] No c2hs found
995.98 s
[retrie] No cpphs found
995.98 s
[retrie] No doctest found
995.98 s
[retrie] Using gcc version 14.3.0 given by user at:
995.98 s
[retrie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
995.98 s
[retrie] Using ghc version 9.6.3 found on system at:
995.98 s
[retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
996.00 s
[retrie] Using ghc-pkg version 9.6.3 found on system at:
996.00 s
[retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
996.00 s
[retrie] No ghcjs found
996.00 s
[retrie] No ghcjs-pkg found
996.00 s
[retrie] No greencard found
996.00 s
[retrie] Using haddock version 2.29.1 found on system at:
996.00 s
[retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
996.00 s
[retrie] No happy found
996.00 s
[retrie] Using haskell-suite found on system at: haskell-suite-dummy-location
996.00 s
[retrie] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
996.00 s
[retrie] No hmake found
996.00 s
[retrie] Using hpc version 0.68 found on system at:
996.00 s
[retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
996.00 s
[retrie] Using hsc2hs version 0.68.9 found on system at:
996.00 s
[retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
996.00 s
[retrie] Using hscolour version 1.25 found on system at:
996.00 s
[retrie] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
996.00 s
[retrie] No jhc found
996.00 s
[retrie] Using ld found on system at:
996.00 s
[retrie] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
996.00 s
[retrie] No pkg-config found
996.00 s
[retrie] Using runghc version 9.6.3 found on system at:
996.00 s
[retrie] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
996.00 s
[retrie] Using strip version 2.44 found on system at:
996.00 s
[retrie] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
996.00 s
[retrie] Using tar found on system at:
996.00 s
[retrie] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
996.00 s
[retrie] No uhc found
996.02 s
[apply-refact] Source component graph:
996.02 s
[apply-refact] component test:test
996.02 s
[apply-refact] component exe:refactor
996.02 s
[apply-refact] component lib
996.02 s
[apply-refact] Configured component graph:
996.02 s
[apply-refact] component apply-refact-0.14.0.0-8g7SWOxADuk7jTw71RQ9hx-test
996.02 s
[apply-refact] include base-4.18.1.0
996.02 s
[apply-refact] include containers-0.6.7
996.02 s
[apply-refact] include directory-1.3.8.1
996.02 s
[apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
996.02 s
[apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
996.02 s
[apply-refact] include filepath-1.4.100.4
996.02 s
[apply-refact] include ghc-9.6.3
996.02 s
[apply-refact] include ghc-boot-th-9.6.3
996.02 s
[apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
996.02 s
[apply-refact] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
996.02 s
[apply-refact] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
996.02 s
[apply-refact] include process-1.6.17.0
996.02 s
[apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
996.02 s
[apply-refact] include silently-1.2.5.4-7GL8hrYkiMIJCDdSmG7fw7
996.02 s
[apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
996.02 s
[apply-refact] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
996.02 s
[apply-refact] include tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
996.02 s
[apply-refact] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
996.02 s
[apply-refact] include transformers-0.6.1.0
996.02 s
[apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
996.02 s
[apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
996.02 s
[apply-refact] component apply-refact-0.14.0.0-4UAyo3yqk1rERVWXWGYFMI-refactor
996.02 s
[apply-refact] include base-4.18.1.0
996.02 s
[apply-refact] include containers-0.6.7
996.02 s
[apply-refact] include directory-1.3.8.1
996.02 s
[apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
996.02 s
[apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
996.02 s
[apply-refact] include filepath-1.4.100.4
996.02 s
[apply-refact] include ghc-9.6.3
996.02 s
[apply-refact] include ghc-boot-th-9.6.3
996.02 s
[apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
996.02 s
[apply-refact] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
996.02 s
[apply-refact] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
996.02 s
[apply-refact] include process-1.6.17.0
996.02 s
[apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
996.02 s
[apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
996.02 s
[apply-refact] include transformers-0.6.1.0
996.02 s
[apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
996.02 s
[apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
996.02 s
[apply-refact] component apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
996.02 s
[apply-refact] include base-4.18.1.0
996.02 s
[apply-refact] include containers-0.6.7
996.02 s
[apply-refact] include directory-1.3.8.1
996.02 s
[apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
996.02 s
[apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
996.02 s
[apply-refact] include ghc-9.6.3
996.02 s
[apply-refact] include ghc-boot-th-9.6.3
996.02 s
[apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
996.02 s
[apply-refact] include process-1.6.17.0
996.02 s
[apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
996.02 s
[apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
996.02 s
[apply-refact] include transformers-0.6.1.0
996.02 s
[apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
996.02 s
[apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
996.02 s
[apply-refact] Linked component graph:
996.02 s
[apply-refact] unit apply-refact-0.14.0.0-8g7SWOxADuk7jTw71RQ9hx-test
996.02 s
[apply-refact] include base-4.18.1.0
996.02 s
[apply-refact] include containers-0.6.7
996.02 s
[apply-refact] include directory-1.3.8.1
996.02 s
[apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
996.02 s
[apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
996.02 s
[apply-refact] include filepath-1.4.100.4
996.02 s
[apply-refact] include ghc-9.6.3
996.02 s
[apply-refact] include ghc-boot-th-9.6.3
996.02 s
[apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
996.02 s
[apply-refact] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
996.02 s
[apply-refact] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
996.02 s
[apply-refact] include process-1.6.17.0
996.02 s
[apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
996.02 s
[apply-refact] include silently-1.2.5.4-7GL8hrYkiMIJCDdSmG7fw7
996.02 s
[apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
996.02 s
[apply-refact] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
996.02 s
[apply-refact] include tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
996.02 s
[apply-refact] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
996.02 s
[apply-refact] include transformers-0.6.1.0
996.02 s
[apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
996.02 s
[apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
996.02 s
[apply-refact] unit apply-refact-0.14.0.0-4UAyo3yqk1rERVWXWGYFMI-refactor
996.02 s
[apply-refact] include base-4.18.1.0
996.02 s
[apply-refact] include containers-0.6.7
996.02 s
[apply-refact] include directory-1.3.8.1
996.02 s
[apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
996.02 s
[apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
996.02 s
[apply-refact] include filepath-1.4.100.4
996.02 s
[apply-refact] include ghc-9.6.3
996.02 s
[apply-refact] include ghc-boot-th-9.6.3
996.02 s
[apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
996.02 s
[apply-refact] include ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
996.02 s
[apply-refact] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
996.02 s
[apply-refact] include process-1.6.17.0
996.02 s
[apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
996.02 s
[apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
996.02 s
[apply-refact] include transformers-0.6.1.0
996.02 s
[apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
996.02 s
[apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
996.02 s
[apply-refact] unit apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
996.02 s
[apply-refact] include base-4.18.1.0
996.02 s
[apply-refact] include containers-0.6.7
996.02 s
[apply-refact] include directory-1.3.8.1
996.02 s
[apply-refact] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
996.02 s
[apply-refact] include filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
996.02 s
[apply-refact] include ghc-9.6.3
996.02 s
[apply-refact] include ghc-boot-th-9.6.3
996.02 s
[apply-refact] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
996.02 s
[apply-refact] include process-1.6.17.0
996.02 s
[apply-refact] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
996.02 s
[apply-refact] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
996.02 s
[apply-refact] include transformers-0.6.1.0
996.02 s
[apply-refact] include uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
996.02 s
[apply-refact] include unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
996.02 s
[apply-refact] Refact.Apply=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Apply,Refact.Compat=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Compat,Refact.Fixity=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Fixity,Refact.Internal=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Internal,Refact.Utils=apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn:Refact.Utils
996.02 s
[apply-refact] Ready component graph:
996.02 s
[apply-refact] definite apply-refact-0.14.0.0-8g7SWOxADuk7jTw71RQ9hx-test
996.02 s
[apply-refact] depends base-4.18.1.0
996.02 s
[apply-refact] depends containers-0.6.7
996.02 s
[apply-refact] depends directory-1.3.8.1
996.02 s
[apply-refact] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
996.02 s
[apply-refact] depends filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
996.02 s
[apply-refact] depends filepath-1.4.100.4
996.02 s
[apply-refact] depends ghc-9.6.3
996.02 s
[apply-refact] depends ghc-boot-th-9.6.3
996.02 s
[apply-refact] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
996.02 s
[apply-refact] depends ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
996.02 s
[apply-refact] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
996.02 s
[apply-refact] depends process-1.6.17.0
996.02 s
[apply-refact] depends refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
996.02 s
[apply-refact] depends silently-1.2.5.4-7GL8hrYkiMIJCDdSmG7fw7
996.02 s
[apply-refact] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
996.02 s
[apply-refact] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
996.02 s
[apply-refact] depends tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
996.02 s
[apply-refact] depends tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
996.02 s
[apply-refact] depends transformers-0.6.1.0
996.02 s
[apply-refact] depends uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
996.02 s
[apply-refact] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
996.02 s
[apply-refact] definite apply-refact-0.14.0.0-4UAyo3yqk1rERVWXWGYFMI-refactor
996.02 s
[apply-refact] depends base-4.18.1.0
996.02 s
[apply-refact] depends containers-0.6.7
996.02 s
[apply-refact] depends directory-1.3.8.1
996.02 s
[apply-refact] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
996.02 s
[apply-refact] depends filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
996.02 s
[apply-refact] depends filepath-1.4.100.4
996.02 s
[apply-refact] depends ghc-9.6.3
996.02 s
[apply-refact] depends ghc-boot-th-9.6.3
996.02 s
[apply-refact] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
996.02 s
[apply-refact] depends ghc-paths-0.1.0.12-9UF0Fz8sxMJKtyJ6KssXt4
996.02 s
[apply-refact] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
996.02 s
[apply-refact] depends process-1.6.17.0
996.02 s
[apply-refact] depends refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
996.02 s
[apply-refact] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
996.02 s
[apply-refact] depends transformers-0.6.1.0
996.02 s
[apply-refact] depends uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
996.02 s
[apply-refact] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
996.02 s
[apply-refact] definite apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
996.02 s
[apply-refact] depends base-4.18.1.0
996.02 s
[apply-refact] depends containers-0.6.7
996.02 s
[apply-refact] depends directory-1.3.8.1
996.02 s
[apply-refact] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
996.02 s
[apply-refact] depends filemanip-0.3.6.3-ChNrdw4ZebqAfS8rd7yoGd
996.02 s
[apply-refact] depends ghc-9.6.3
996.02 s
[apply-refact] depends ghc-boot-th-9.6.3
996.02 s
[apply-refact] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
996.02 s
[apply-refact] depends process-1.6.17.0
996.02 s
[apply-refact] depends refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
996.02 s
[apply-refact] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
996.02 s
[apply-refact] depends transformers-0.6.1.0
996.04 s
[apply-refact] depends uniplate-1.6.13-Fgpp0vN6NcfFFwGhunWzdd
996.04 s
[apply-refact] depends unix-compat-0.7.4-FTGww1oDu3BJ4n3cKK9JiY
996.04 s
[apply-refact] Using Cabal-3.10.1.0 compiled by ghc-9.6
996.04 s
[apply-refact] Using compiler: ghc-9.6.3
996.04 s
[apply-refact] Using install prefix:
996.04 s
[apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0
996.04 s
[apply-refact] Executables installed in:
996.04 s
[apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin
996.04 s
[apply-refact] Libraries installed in:
996.04 s
[apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
996.04 s
[apply-refact] Dynamic Libraries installed in:
996.04 s
[apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
996.04 s
[apply-refact] Private executables installed in:
996.04 s
[apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/libexec/x86_64-linux-ghc-9.6.3/apply-refact-0.14.0.0
996.04 s
[apply-refact] Data files installed in:
996.04 s
[apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/share/x86_64-linux-ghc-9.6.3/apply-refact-0.14.0.0
996.04 s
[apply-refact] Documentation installed in:
996.04 s
[apply-refact] /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc/share/doc/apply-refact-0.14.0.0
996.04 s
[apply-refact] Configuration files installed in:
996.04 s
[apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/etc
996.04 s
[apply-refact] No alex found
996.04 s
[apply-refact] Using ar found on system at:
996.04 s
[apply-refact] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
996.04 s
[apply-refact] No c2hs found
996.04 s
[apply-refact] No cpphs found
996.04 s
[apply-refact] No doctest found
996.04 s
[apply-refact] Using gcc version 14.3.0 given by user at:
996.04 s
[apply-refact] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
996.04 s
[apply-refact] Using ghc version 9.6.3 found on system at:
996.04 s
[apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
996.04 s
[apply-refact] Using ghc-pkg version 9.6.3 found on system at:
996.04 s
[apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
996.04 s
[apply-refact] No ghcjs found
996.04 s
[apply-refact] No ghcjs-pkg found
996.04 s
[apply-refact] No greencard found
996.04 s
[apply-refact] Using haddock version 2.29.1 found on system at:
996.04 s
[apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
996.04 s
[apply-refact] No happy found
996.04 s
[apply-refact] Using haskell-suite found on system at: haskell-suite-dummy-location
996.04 s
[apply-refact] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
996.04 s
[apply-refact] No hmake found
996.04 s
[apply-refact] Using hpc version 0.68 found on system at:
996.04 s
[apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
996.04 s
[apply-refact] Using hsc2hs version 0.68.9 found on system at:
996.04 s
[apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
996.04 s
[apply-refact] Using hscolour version 1.25 found on system at:
996.04 s
[apply-refact] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
996.04 s
[apply-refact] No jhc found
996.04 s
[apply-refact] Using ld found on system at:
996.04 s
[apply-refact] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
996.04 s
[apply-refact] No pkg-config found
996.04 s
[apply-refact] Using runghc version 9.6.3 found on system at:
996.04 s
[apply-refact] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
996.04 s
[apply-refact] Using strip version 2.44 found on system at:
996.04 s
[apply-refact] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
996.04 s
[apply-refact] Using tar found on system at:
996.04 s
[apply-refact] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
996.04 s
[apply-refact] No uhc found
996.17 s
[retrie] Phase: buildPhase
996.20 s
[lsp-types] [434 of 452] Compiling Language.LSP.Protocol.Message.Method ( src/Language/LSP/Protocol/Message/Method.hs, dist/build/Language/LSP/Protocol/Message/Method.p_o )
996.21 s
[apply-refact] Phase: buildPhase
996.26 s
[retrie] Preprocessing library for retrie-1.2.3..
996.27 s
[retrie] Building library for retrie-1.2.3..
996.31 s
[apply-refact] Preprocessing test suite 'test' for apply-refact-0.14.0.0..
996.31 s
[apply-refact] Building test suite 'test' for apply-refact-0.14.0.0..
996.57 s
[apply-refact] [1 of 9] Compiling Paths_apply_refact ( dist/build/test/autogen/Paths_apply_refact.hs, dist/build/test/test-tmp/Paths_apply_refact.o )
996.72 s
[apply-refact] [2 of 9] Compiling Refact.Compat ( src/Refact/Compat.hs, dist/build/test/test-tmp/Refact/Compat.o )
996.91 s
[retrie] [ 1 of 34] Compiling Retrie.GHC ( Retrie/GHC.hs, dist/build/Retrie/GHC.o, dist/build/Retrie/GHC.dyn_o )
997.03 s
[apply-refact] [3 of 9] Compiling Refact.Utils ( src/Refact/Utils.hs, dist/build/test/test-tmp/Refact/Utils.o )
997.19 s
[apply-refact] [4 of 9] Compiling Refact.Internal ( src/Refact/Internal.hs, dist/build/test/test-tmp/Refact/Internal.o )
997.78 s
[retrie] [ 2 of 34] Compiling Retrie.Fixity ( Retrie/Fixity.hs, dist/build/Retrie/Fixity.o, dist/build/Retrie/Fixity.dyn_o )
997.98 s
[retrie] [ 3 of 34] Compiling Retrie.AlphaEnv ( Retrie/AlphaEnv.hs, dist/build/Retrie/AlphaEnv.o, dist/build/Retrie/AlphaEnv.dyn_o )
998.04 s
[retrie] [ 4 of 34] Compiling Retrie.Pretty ( Retrie/Pretty.hs, dist/build/Retrie/Pretty.o, dist/build/Retrie/Pretty.dyn_o )
998.45 s
[retrie] [ 5 of 34] Compiling Retrie.Quantifiers ( Retrie/Quantifiers.hs, dist/build/Retrie/Quantifiers.o, dist/build/Retrie/Quantifiers.dyn_o )
998.45 s
[retrie] [ 6 of 34] Compiling Retrie.SYB ( Retrie/SYB.hs, dist/build/Retrie/SYB.o, dist/build/Retrie/SYB.dyn_o )
998.45 s
[retrie] [ 7 of 34] Compiling Retrie.ExactPrint.Annotated ( Retrie/ExactPrint/Annotated.hs, dist/build/Retrie/ExactPrint/Annotated.o, dist/build/Retrie/ExactPrint/Annotated.dyn_o )
998.45 s
[retrie]
998.45 s
[retrie] Retrie/ExactPrint/Annotated.hs:39:1: warning : [ -Wdodgy-imports ]
998.45 s
[retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
998.45 s
[retrie] |
998.45 s
[retrie] 39 | import Control.Monad.State.Lazy hiding (fix)
998.45 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
998.47 s
[retrie] [ 8 of 34] Compiling Retrie.Util ( Retrie/Util.hs, dist/build/Retrie/Util.o, dist/build/Retrie/Util.dyn_o )
998.47 s
[retrie] [ 9 of 34] Compiling Retrie.ExactPrint ( Retrie/ExactPrint.hs, dist/build/Retrie/ExactPrint.o, dist/build/Retrie/ExactPrint.dyn_o )
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:53:1: warning : [ -Wdodgy-imports ]
998.55 s
[retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
998.55 s
[retrie] |
998.55 s
[retrie] 53 | import Control.Monad.State.Lazy hiding (fix)
998.55 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:77:1: warning : [ -Wunused-imports ]
998.55 s
[retrie] The import of ‘Retrie.Util’ is redundant
998.55 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
998.55 s
[retrie] To import instances alone, use: import Retrie.Util()
998.55 s
[retrie] |
998.55 s
[retrie] 77 | import Retrie.Util
998.55 s
[retrie] | ^^^^^^^^^^^^^^^^^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:109:39: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘l1’
998.55 s
[retrie] |
998.55 s
[retrie] 109 | fixOneExpr env (L l2 (OpApp x2 ap1@(L l1 (OpApp x1 x op1 y)) op2 z))
998.55 s
[retrie] | ^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:114:5: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘ap1_1’
998.55 s
[retrie] |
998.55 s
[retrie] 114 | ap1_1 <- transferAnnsT isComma ap2'_0 ap1_0
998.55 s
[retrie] | ^^^^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:123:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
998.55 s
[retrie] This binding for ‘ext2’ shadows the existing binding
998.55 s
[retrie] imported from ‘Retrie.SYB’ at Retrie/ExactPrint.hs:76:1-31
998.55 s
[retrie] (and originally defined in ‘Data.Generics.Aliases’)
998.55 s
[retrie] |
998.55 s
[retrie] 123 | fixOnePat env (dLPat -> Just (L l2 (ConPat ext2 op2 (InfixCon (dLPat -> Just ap1@(L l1 (ConPat ext1 op1 (InfixCon x y)))) z))))
998.55 s
[retrie] | ^^^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:126:6: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘ap1_0’
998.55 s
[retrie] |
998.55 s
[retrie] 126 | (ap1_0 , ap2'_0) <- swapEntryDPT ap1 ap2'
998.55 s
[retrie] | ^^^^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:127:5: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘ap1_1’
998.55 s
[retrie] |
998.55 s
[retrie] 127 | ap1_1 <- transferAnnsT isComma ap2' ap1
998.55 s
[retrie] | ^^^^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:176:14: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘n’
998.55 s
[retrie] |
998.55 s
[retrie] 176 | SameLine n -> do
998.55 s
[retrie] | ^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:209:22: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘l’
998.55 s
[retrie] |
998.55 s
[retrie] 209 | fixOneEntryExpr e@(L l (OpApp a x b c)) = do
998.55 s
[retrie] | ^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:222:15: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘l’
998.55 s
[retrie] |
998.55 s
[retrie] 222 | | Just p@(L l (ConPat a b (InfixCon x c))) <- dLPat pat = do
998.55 s
[retrie] | ^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:435:1: warning : [ -Wunused-top-binds ]
998.55 s
[retrie] Defined but not used: ‘isCommentKeyword’
998.55 s
[retrie] |
998.55 s
[retrie] 435 | isCommentKeyword _ = False
998.55 s
[retrie] | ^^^^^^^^^^^^^^^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:445:35: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘anc’
998.55 s
[retrie] |
998.55 s
[retrie] 445 | hasComments (L (SrcSpanAnn (EpAnn anc _ cs) _) _)
998.55 s
[retrie] | ^^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:478:15: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘p’
998.55 s
[retrie] |
998.55 s
[retrie] 478 | transferAnnsT p (L (SrcSpanAnn EpAnnNotUsed _) _) b = return b
998.55 s
[retrie] | ^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:479:39: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘anc’
998.55 s
[retrie] |
998.55 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
998.55 s
[retrie] | ^^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:479:60: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘cs’
998.55 s
[retrie] |
998.55 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs ) l) a) (L (SrcSpanAnn an lb) b) = do
998.55 s
[retrie] | ^^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:479:64: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘l’
998.55 s
[retrie] |
998.55 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l ) a) (L (SrcSpanAnn an lb) b) = do
998.55 s
[retrie] | ^
998.55 s
[retrie]
998.55 s
[retrie] Retrie/ExactPrint.hs:479:67: warning : [ -Wunused-matches ]
998.55 s
[retrie] Defined but not used: ‘a’
998.55 s
[retrie] |
998.55 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a ) (L (SrcSpanAnn an lb) b) = do
998.55 s
[retrie] | ^
999.88 s
[retrie] [10 of 34] Compiling Retrie.Substitution ( Retrie/Substitution.hs, dist/build/Retrie/Substitution.o, dist/build/Retrie/Substitution.dyn_o )
999.97 s
[retrie] [11 of 34] Compiling Retrie.FreeVars ( Retrie/FreeVars.hs, dist/build/Retrie/FreeVars.o, dist/build/Retrie/FreeVars.dyn_o )
999.98 s
[retrie]
999.98 s
[retrie] Retrie/FreeVars.hs:28:3: warning : [ -Wnoncanonical-monoid-instances ]
999.98 s
[retrie] Noncanonical ‘(<>) = mappend’ definition detected
999.98 s
[retrie] in the instance declaration for ‘Semigroup FreeVars’.
999.98 s
[retrie] Move definition from ‘mappend’ to ‘(<>)’
999.98 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
999.98 s
[retrie] |
999.98 s
[retrie] 28 | (<>) = mappend
999.98 s
[retrie] | ^^^^^^^^^^^^^^
999.98 s
[retrie]
999.98 s
[retrie] Retrie/FreeVars.hs:32:3: warning : [ -Wnoncanonical-monoid-instances ]
999.98 s
[retrie] Noncanonical ‘mappend’ definition detected
999.98 s
[retrie] in the instance declaration for ‘Monoid FreeVars’.
999.98 s
[retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
999.98 s
[retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
999.98 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
999.98 s
[retrie] |
999.98 s
[retrie] 32 | mappend (FreeVars s1) (FreeVars s2) = FreeVars $ s1 <> s2
999.98 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1000.18 s
[retrie] [12 of 34] Compiling Retrie.PatternMap.Class ( Retrie/PatternMap/Class.hs, dist/build/Retrie/PatternMap/Class.o, dist/build/Retrie/PatternMap/Class.dyn_o )
1000.18 s
[retrie]
1000.18 s
[retrie] Retrie/PatternMap/Class.hs:50:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.18 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.18 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
1000.18 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.18 s
[retrie] |
1000.18 s
[retrie] 50 | unionOn f m1 m2 = mUnion (f m1) (f m2)
1000.18 s
[retrie] | ^^
1000.18 s
[retrie]
1000.18 s
[retrie] Retrie/PatternMap/Class.hs:86:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.18 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.18 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
1000.18 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.18 s
[retrie] |
1000.18 s
[retrie] 86 | mUnion (MaybeMap m1 ) (MaybeMap m2) = MaybeMap $ m1 ++ m2
1000.18 s
[retrie] | ^^
1000.18 s
[retrie]
1000.18 s
[retrie] Retrie/PatternMap/Class.hs:114:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.18 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.18 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
1000.18 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.18 s
[retrie] |
1000.18 s
[retrie] 114 | mUnion m1 m2 = ListMap
1000.18 s
[retrie] | ^^
1000.19 s
[retrie] [13 of 34] Compiling Retrie.PatternMap.Bag ( Retrie/PatternMap/Bag.hs, dist/build/Retrie/PatternMap/Bag.o, dist/build/Retrie/PatternMap/Bag.dyn_o )
1000.42 s
[retrie] [14 of 34] Compiling Retrie.PatternMap.Instances ( Retrie/PatternMap/Instances.hs, dist/build/Retrie/PatternMap/Instances.o, dist/build/Retrie/PatternMap/Instances.dyn_o )
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:48:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 48 | mUnion m1 m2 = TupArgMap
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:84:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 84 | mUnion m1 m2 = BoxityMap
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:112:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 112 | mUnion m1 m2 = VM
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:159:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 159 | mUnion m1 m2 = LM
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:232:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 232 | mUnion m1 m2 = OLM
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:317:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 317 | mUnion m1 m2 = EM
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:345:7: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
1000.56 s
[retrie] Pattern match(es) are non-exhaustive
1000.56 s
[retrie] In an equation for ‘go’:
1000.56 s
[retrie] Patterns of type ‘HsExpr (GhcPass Parsed)’ not matched:
1000.56 s
[retrie] HsRecSel _ _
1000.56 s
[retrie] HsGetField _ _ _
1000.56 s
[retrie] HsProjection _ _
1000.56 s
[retrie] HsTypedSplice _ _
1000.56 s
[retrie] ...
1000.56 s
[retrie] |
1000.56 s
[retrie] 345 | go (HsVar _ v)
1000.56 s
[retrie] | ^^^^^^^^^^^^^^...
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:570:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 570 | mUnion m1 m2 = SCM
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:625:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 625 | mUnion (MGMap m1 ) (MGMap m2) = MGMap (mUnion m1 m2)
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:647:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 647 | mUnion (MMap m1 ) (MMap m2) = MMap (mUnion m1 m2)
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:695:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 695 | mUnion m1 m2 = CDMap
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:704:21: warning : [ -Wunused-matches ]
1000.56 s
[retrie] Defined but not used: ‘tyargs’
1000.56 s
[retrie] |
1000.56 s
[retrie] 704 | go (PrefixCon tyargs ps) = m { cdPrefixCon = mAlter env vs ps f (cdPrefixCon m) }
1000.56 s
[retrie] | ^^^^^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:714:21: warning : [ -Wunused-matches ]
1000.56 s
[retrie] Defined but not used: ‘tyargs’
1000.56 s
[retrie] |
1000.56 s
[retrie] 714 | go (PrefixCon tyargs ps) = mapFor cdPrefixCon >=> mMatch env ps
1000.56 s
[retrie] | ^^^^^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:753:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 753 | mUnion m1 m2 = PatMap
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:834:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 834 | mUnion (GRHSSMap m1 ) (GRHSSMap m2) = GRHSSMap (mUnion m1 m2)
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:865:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 865 | mUnion (GRHSMap m1 ) (GRHSMap m2) = GRHSMap (mUnion m1 m2)
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:908:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 908 | mUnion m1 m2 = SLM
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:962:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 962 | mUnion m1 m2 = LB
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:1026:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 1026 | mUnion m1 m2 = BM
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:1090:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.56 s
[retrie] 1090 | mUnion m1 m2 = SM
1000.56 s
[retrie] | ^^
1000.56 s
[retrie]
1000.56 s
[retrie] Retrie/PatternMap/Instances.hs:1171:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.56 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.56 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.56 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.56 s
[retrie] |
1000.57 s
[retrie] 1171 | mUnion m1 m2 = TM
1000.57 s
[retrie] | ^^
1000.57 s
[retrie]
1000.57 s
[retrie] Retrie/PatternMap/Instances.hs:1303:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.57 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.57 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.57 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.57 s
[retrie] |
1000.57 s
[retrie] 1303 | mUnion (RFM m1 ) (RFM m2) = RFM (mUnion m1 m2)
1000.57 s
[retrie] | ^^
1000.57 s
[retrie]
1000.57 s
[retrie] Retrie/PatternMap/Instances.hs:1430:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.57 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.57 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.57 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.57 s
[retrie] |
1000.57 s
[retrie] 1430 | mUnion m1 m2 = TupleSortMap
1000.57 s
[retrie] | ^^
1000.57 s
[retrie]
1000.57 s
[retrie] Retrie/PatternMap/Instances.hs:1476:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.57 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.57 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.57 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.57 s
[retrie] |
1000.57 s
[retrie] 1476 | mUnion m1 m2 = ForAllTyMap
1000.57 s
[retrie] | ^^
1000.57 s
[retrie]
1000.57 s
[retrie] Retrie/PatternMap/Instances.hs:1511:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1000.57 s
[retrie] This binding for ‘m1’ shadows the existing binding
1000.57 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1000.57 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1000.57 s
[retrie] |
1000.57 s
[retrie] 1511 | mUnion m1 m2 = ForallVisMap (unionOn favBoolMap m1 m2)
1000.57 s
[retrie] | ^^
1001.18 s
[lsp-types] [435 of 452] Compiling Language.LSP.Protocol.Message.LspId ( src/Language/LSP/Protocol/Message/LspId.hs, dist/build/Language/LSP/Protocol/Message/LspId.p_o )
1001.18 s
[lsp-types] [436 of 452] Compiling Language.LSP.Protocol.Internal.Types ( generated/Language/LSP/Protocol/Internal/Types.hs, dist/build/Language/LSP/Protocol/Internal/Types.p_o )
1001.18 s
[lsp-types] [437 of 452] Compiling Language.LSP.Protocol.Types.WatchKinds ( src/Language/LSP/Protocol/Types/WatchKinds.hs, dist/build/Language/LSP/Protocol/Types/WatchKinds.p_o )
1001.18 s
[lsp-types] [438 of 452] Compiling Language.LSP.Protocol.Types.Orphans ( src/Language/LSP/Protocol/Types/Orphans.hs, dist/build/Language/LSP/Protocol/Types/Orphans.p_o )
1001.18 s
[lsp-types] [439 of 452] Compiling Language.LSP.Protocol.Types.Edit ( src/Language/LSP/Protocol/Types/Edit.hs, dist/build/Language/LSP/Protocol/Types/Edit.p_o )
1001.18 s
[lsp-types] [440 of 452] Compiling Language.LSP.Protocol.Types.CodeAction ( src/Language/LSP/Protocol/Types/CodeAction.hs, dist/build/Language/LSP/Protocol/Types/CodeAction.p_o )
1001.18 s
[lsp-types] [441 of 452] Compiling Language.LSP.Protocol.Types ( src/Language/LSP/Protocol/Types.hs, dist/build/Language/LSP/Protocol/Types.p_o )
1001.18 s
[lsp-types] [442 of 452] Compiling Language.LSP.Protocol.Message.Types ( src/Language/LSP/Protocol/Message/Types.hs, dist/build/Language/LSP/Protocol/Message/Types.p_o )
1001.33 s
[lsp-types]
1001.33 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:87:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1001.33 s
[lsp-types] The record update x {_code = InR
1001.33 s
[lsp-types] (fromOpenEnumBaseType n)} with type ResponseError is ambiguous.
1001.33 s
[lsp-types] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
1001.33 s
[lsp-types] |
1001.33 s
[lsp-types] 87 | x{_code = InR (fromOpenEnumBaseType n) }
1001.33 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1001.33 s
[lsp-types]
1001.33 s
[lsp-types] src/Language/LSP/Protocol/Message/Types.hs:179:9: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1001.33 s
[lsp-types] The record update x {_code = InR
1001.33 s
[lsp-types] (fromOpenEnumBaseType n)} with type TResponseError is ambiguous.
1001.33 s
[lsp-types] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
1001.33 s
[lsp-types] |
1001.33 s
[lsp-types] 179 | x{_code = InR (fromOpenEnumBaseType n) }
1001.33 s
[lsp-types] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1002.82 s
[apply-refact] [5 of 9] Compiling Refact.Options ( src/Refact/Options.hs, dist/build/test/test-tmp/Refact/Options.o )
1002.95 s
[apply-refact] [6 of 9] Compiling Refact.Fixity ( src/Refact/Fixity.hs, dist/build/test/test-tmp/Refact/Fixity.o )
1002.95 s
[apply-refact] [7 of 9] Compiling Refact.Apply ( src/Refact/Apply.hs, dist/build/test/test-tmp/Refact/Apply.o )
1002.95 s
[apply-refact] [8 of 9] Compiling Refact.Run ( src/Refact/Run.hs, dist/build/test/test-tmp/Refact/Run.o )
1003.05 s
[apply-refact] [9 of 9] Compiling Main ( tests/Test.hs, dist/build/test/test-tmp/Main.o )
1003.62 s
[retrie] [15 of 34] Compiling Retrie.Universe ( Retrie/Universe.hs, dist/build/Retrie/Universe.o, dist/build/Retrie/Universe.dyn_o )
1003.66 s
[retrie]
1003.66 s
[retrie] Retrie/Universe.hs:114:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1003.66 s
[retrie] This binding for ‘m1’ shadows the existing binding
1003.66 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Universe.hs:23:1-24
1003.66 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1003.66 s
[retrie] |
1003.66 s
[retrie] 114 | mUnion m1 m2 = UMap
1003.66 s
[retrie] | ^^
1003.72 s
[apply-refact] [10 of 10] Linking dist/build/test/test
1003.98 s
[retrie] [16 of 34] Compiling Retrie.Types ( Retrie/Types.hs, dist/build/Retrie/Types.o, dist/build/Retrie/Types.dyn_o )
1004.01 s
[retrie]
1004.01 s
[retrie] Retrie/Types.hs:133:3: warning : [ -Wnoncanonical-monoid-instances ]
1004.01 s
[retrie] Noncanonical ‘(<>) = mappend’ definition detected
1004.01 s
[retrie] in the instance declaration for ‘Semigroup (Matcher a)’.
1004.01 s
[retrie] Move definition from ‘mappend’ to ‘(<>)’
1004.01 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1004.01 s
[retrie] |
1004.01 s
[retrie] 133 | (<>) = mappend
1004.01 s
[retrie] | ^^^^^^^^^^^^^^
1004.01 s
[retrie]
1004.01 s
[retrie] Retrie/Types.hs:137:3: warning : [ -Wnoncanonical-monoid-instances ]
1004.01 s
[retrie] Noncanonical ‘mappend’ definition detected
1004.01 s
[retrie] in the instance declaration for ‘Monoid (Matcher a)’.
1004.01 s
[retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
1004.01 s
[retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
1004.01 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1004.01 s
[retrie] |
1004.01 s
[retrie] 137 | mappend (Matcher m1) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
1004.01 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1004.01 s
[retrie]
1004.01 s
[retrie] Retrie/Types.hs:137:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1004.01 s
[retrie] This binding for ‘m1’ shadows the existing binding
1004.01 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Types.hs:59:1-24
1004.01 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1004.01 s
[retrie] |
1004.01 s
[retrie] 137 | mappend (Matcher m1 ) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
1004.01 s
[retrie] | ^^
1004.29 s
[retrie] [17 of 34] Compiling Retrie.Query ( Retrie/Query.hs, dist/build/Retrie/Query.o, dist/build/Retrie/Query.dyn_o )
1004.47 s
[retrie] [18 of 34] Compiling Retrie.GroundTerms ( Retrie/GroundTerms.hs, dist/build/Retrie/GroundTerms.o, dist/build/Retrie/GroundTerms.dyn_o )
1004.49 s
[retrie] [19 of 34] Compiling Retrie.Expr ( Retrie/Expr.hs, dist/build/Retrie/Expr.o, dist/build/Retrie/Expr.dyn_o )
1004.49 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:40:1: warning : [ -Wunused-imports ]
1004.50 s
[retrie] The import of ‘Data.Functor.Identity’ is redundant
1004.50 s
[retrie] except perhaps to import instances from ‘Data.Functor.Identity’
1004.50 s
[retrie] To import instances alone, use: import Data.Functor.Identity()
1004.50 s
[retrie] |
1004.50 s
[retrie] 40 | import Data.Functor.Identity
1004.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:51:1: warning : [ -Wunused-imports ]
1004.50 s
[retrie] The import of ‘Retrie.Util’ is redundant
1004.50 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1004.50 s
[retrie] To import instances alone, use: import Retrie.Util()
1004.50 s
[retrie] |
1004.50 s
[retrie] 51 | import Retrie.Util
1004.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:56:16: warning : [ -Wunused-matches ]
1004.50 s
[retrie] Defined but not used: ‘ln’
1004.50 s
[retrie] |
1004.50 s
[retrie] 56 | mkLocatedHsVar ln @(L l n) = do
1004.50 s
[retrie] | ^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:130:16: warning : [ -Wunused-local-binds ]
1004.50 s
[retrie] Defined but not used: ‘x’
1004.50 s
[retrie] |
1004.50 s
[retrie] 130 | L l (Match x ctxt pats (GRHSs cs grhs binds)) = mkMatch LambdaExpr vs e emptyLocalBinds
1004.50 s
[retrie] | ^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:132:19: warning : [ -Wunused-matches ]
1004.50 s
[retrie] Defined but not used: ‘an’
1004.50 s
[retrie] |
1004.50 s
[retrie] 132 | [L lg (GRHS an guards rhs)] -> [L lg (GRHS ang guards rhs)]
1004.50 s
[retrie] | ^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:180:9: warning : [ -Wunused-matches ]
1004.50 s
[retrie] Defined but not used: ‘nm'’
1004.50 s
[retrie] |
1004.50 s
[retrie] 180 | (tv', nm' ) <- swapEntryDPT tv nm
1004.50 s
[retrie] | ^^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:225:1: warning : [ -Wunused-top-binds ]
1004.50 s
[retrie] Defined but not used: ‘wildSupplyAlphaEnv’
1004.50 s
[retrie] |
1004.50 s
[retrie] 225 | wildSupplyAlphaEnv env = wildSupplyP (\ nm -> isNothing (lookupAlphaEnv nm env))
1004.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:310:29: warning : [ -Wunused-matches ]
1004.50 s
[retrie] Defined but not used: ‘tyargs’
1004.50 s
[retrie] |
1004.50 s
[retrie] 310 | conPatHelper con (PrefixCon tyargs xs) = do
1004.50 s
[retrie] | ^^^^^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:322:1: warning : [ GHC-53633 ] [ -Woverlapping-patterns ]
1004.50 s
[retrie] Pattern match is redundant
1004.50 s
[retrie] In an equation for ‘grhsToExpr’: grhsToExpr _ = ...
1004.50 s
[retrie] |
1004.50 s
[retrie] 322 | grhsToExpr _ = error "grhsToExpr"
1004.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:350:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1004.50 s
[retrie] This binding for ‘d1’ shadows the existing binding
1004.50 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Expr.hs:46:1-24
1004.50 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1004.50 s
[retrie] |
1004.50 s
[retrie] 350 | needed (HasPrec (Fixity _ p1 d1 )) (Just (Fixity _ p2 d2)) =
1004.50 s
[retrie] | ^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:374:1: warning : [ -Wunused-top-binds ]
1004.50 s
[retrie] Defined but not used: ‘mkParen’
1004.50 s
[retrie] |
1004.50 s
[retrie] 374 | mkParen k e = do
1004.50 s
[retrie] | ^^^^^^^
1004.50 s
[retrie]
1004.50 s
[retrie] Retrie/Expr.hs:377:4: warning : [ -Wunused-matches ]
1004.50 s
[retrie] Defined but not used: ‘e0’
1004.50 s
[retrie] |
1004.50 s
[retrie] 377 | (e0 ,pe0) <- swapEntryDPT e pe
1004.50 s
[retrie] | ^^
1005.40 s
[retrie] [20 of 34] Compiling Retrie.Rewrites.Types ( Retrie/Rewrites/Types.hs, dist/build/Retrie/Rewrites/Types.o, dist/build/Retrie/Rewrites/Types.dyn_o )
1005.52 s
[retrie] [21 of 34] Compiling Retrie.Rewrites.Function ( Retrie/Rewrites/Function.hs, dist/build/Retrie/Rewrites/Function.o, dist/build/Retrie/Rewrites/Function.dyn_o )
1005.52 s
[retrie]
1005.52 s
[retrie] Retrie/Rewrites/Function.hs:25:1: warning : [ -Wunused-imports ]
1005.52 s
[retrie] The import of ‘Retrie.Util’ is redundant
1005.52 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1005.52 s
[retrie] To import instances alone, use: import Retrie.Util()
1005.52 s
[retrie] |
1005.52 s
[retrie] 25 | import Retrie.Util
1005.52 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1005.52 s
[retrie]
1005.52 s
[retrie] Retrie/Rewrites/Function.hs:55:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1005.52 s
[retrie] This binding for ‘mn’ shadows the existing binding
1005.52 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Rewrites/Function.hs:20:1-24
1005.52 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1005.52 s
[retrie] |
1005.52 s
[retrie] 55 | getImports libdir RightToLeft (Just (L _ mn )) = -- See Note [fold only]
1005.52 s
[retrie] | ^^
1005.72 s
[lsp-types] [443 of 452] Compiling Language.LSP.Protocol.Message.Parsing ( src/Language/LSP/Protocol/Message/Parsing.hs, dist/build/Language/LSP/Protocol/Message/Parsing.p_o )
1005.77 s
[retrie] [22 of 34] Compiling Retrie.Rewrites.Patterns ( Retrie/Rewrites/Patterns.hs, dist/build/Retrie/Rewrites/Patterns.o, dist/build/Retrie/Rewrites/Patterns.dyn_o )
1005.78 s
[retrie]
1005.79 s
[retrie] Retrie/Rewrites/Patterns.hs:12:48: warning : [ -Wunused-imports ]
1005.79 s
[retrie] The import of ‘lift’ from module ‘Control.Monad.State’ is redundant
1005.79 s
[retrie] |
1005.79 s
[retrie] 12 | import Control.Monad.State (StateT(runStateT), lift )
1005.79 s
[retrie] | ^^^^
1006.05 s
[retrie] [23 of 34] Compiling Retrie.Context ( Retrie/Context.hs, dist/build/Retrie/Context.o, dist/build/Retrie/Context.dyn_o )
1006.05 s
[retrie] [24 of 34] Compiling Retrie.Subst ( Retrie/Subst.hs, dist/build/Retrie/Subst.o, dist/build/Retrie/Subst.dyn_o )
1006.05 s
[retrie]
1006.05 s
[retrie] Retrie/Subst.hs:20:1: warning : [ -Wunused-imports ]
1006.05 s
[retrie] The import of ‘Retrie.Util’ is redundant
1006.05 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1006.05 s
[retrie] To import instances alone, use: import Retrie.Util()
1006.05 s
[retrie] |
1006.05 s
[retrie] 20 | import Retrie.Util
1006.05 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1006.05 s
[retrie]
1006.05 s
[retrie] Retrie/Subst.hs:59:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1006.05 s
[retrie] This binding for ‘comments’ shadows the existing binding
1006.05 s
[retrie] imported from ‘Retrie.GHC’ at Retrie/Subst.hs:16:1-17
1006.05 s
[retrie] (and originally defined in ‘GHC.Parser.Annotation’)
1006.05 s
[retrie] |
1006.05 s
[retrie] 59 | let comments = hasComments e0
1006.05 s
[retrie] | ^^^^^^^^
1006.05 s
[retrie] [25 of 34] Compiling Retrie.Replace ( Retrie/Replace.hs, dist/build/Retrie/Replace.o, dist/build/Retrie/Replace.dyn_o )
1006.05 s
[retrie]
1006.05 s
[retrie] Retrie/Replace.hs:28:1: warning : [ -Wunused-imports ]
1006.05 s
[retrie] The import of ‘Retrie.Util’ is redundant
1006.05 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1006.05 s
[retrie] To import instances alone, use: import Retrie.Util()
1006.05 s
[retrie] |
1006.05 s
[retrie] 28 | import Retrie.Util
1006.05 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1006.05 s
[retrie]
1006.05 s
[retrie] Retrie/Replace.hs:129:3: warning : [ -Wnoncanonical-monoid-instances ]
1006.05 s
[retrie] Noncanonical ‘(<>) = mappend’ definition detected
1006.05 s
[retrie] in the instance declaration for ‘Semigroup Change’.
1006.05 s
[retrie] Move definition from ‘mappend’ to ‘(<>)’
1006.05 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1006.05 s
[retrie] |
1006.05 s
[retrie] 129 | (<>) = mappend
1006.05 s
[retrie] | ^^^^^^^^^^^^^^
1006.05 s
[retrie]
1006.05 s
[retrie] Retrie/Replace.hs:133:3: warning : [ -Wnoncanonical-monoid-instances ]
1006.05 s
[retrie] Noncanonical ‘mappend’ definition detected
1006.05 s
[retrie] in the instance declaration for ‘Monoid Change’.
1006.05 s
[retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
1006.05 s
[retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
1006.05 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1006.05 s
[retrie] |
1006.05 s
[retrie] 133 | mappend NoChange other = other
1006.05 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1006.06 s
[retrie] [26 of 34] Compiling Retrie.CPP ( Retrie/CPP.hs, dist/build/Retrie/CPP.o, dist/build/Retrie/CPP.dyn_o )
1006.09 s
[retrie]
1006.09 s
[retrie] Retrie/CPP.hs:140:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1006.09 s
[retrie] This binding for ‘rs’ shadows the existing binding
1006.09 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
1006.09 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Utils’)
1006.09 s
[retrie] |
1006.09 s
[retrie] 140 | splice prefix l c rs @((r, repl):rs') ts@(t:ts')
1006.09 s
[retrie] | ^^
1006.09 s
[retrie]
1006.09 s
[retrie] Retrie/CPP.hs:346:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1006.09 s
[retrie] This binding for ‘mn’ shadows the existing binding
1006.09 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
1006.09 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1006.09 s
[retrie] |
1006.09 s
[retrie] 346 | externalImps (Just mn ) = filter ((/= mn) . unLoc . ideclName . unLoc)
1006.09 s
[retrie] | ^^
1007.17 s
[retrie] [27 of 34] Compiling Retrie.Monad ( Retrie/Monad.hs, dist/build/Retrie/Monad.o, dist/build/Retrie/Monad.dyn_o )
1007.18 s
[retrie]
1007.18 s
[retrie] Retrie/Monad.hs:127:3: warning : [ -Wnoncanonical-monad-instances ]
1007.18 s
[retrie] Noncanonical ‘return’ definition detected
1007.18 s
[retrie] in the instance declaration for ‘Monad Retrie’.
1007.18 s
[retrie] ‘return’ will eventually be removed in favour of ‘pure’
1007.18 s
[retrie] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
1007.18 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
1007.18 s
[retrie] |
1007.18 s
[retrie] 127 | return = Pure
1007.18 s
[retrie] | ^^^^^^^^^^^^^
1007.48 s
[retrie] [28 of 34] Compiling Retrie.Rewrites.Rules ( Retrie/Rewrites/Rules.hs, dist/build/Retrie/Rewrites/Rules.o, dist/build/Retrie/Rewrites/Rules.dyn_o )
1007.49 s
[retrie]
1007.49 s
[retrie] Retrie/Rewrites/Rules.hs:17:1: warning : [ -Wunused-imports ]
1007.49 s
[retrie] The import of ‘Retrie.Util’ is redundant
1007.49 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1007.49 s
[retrie] To import instances alone, use: import Retrie.Util()
1007.49 s
[retrie] |
1007.49 s
[retrie] 17 | import Retrie.Util
1007.49 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1007.49 s
[retrie]
1007.49 s
[retrie] Retrie/Rewrites/Rules.hs:18:1: warning : [ -Wunused-imports ]
1007.49 s
[retrie] The import of ‘Retrie.Monad’ is redundant
1007.49 s
[retrie] except perhaps to import instances from ‘Retrie.Monad’
1007.49 s
[retrie] To import instances alone, use: import Retrie.Monad()
1007.50 s
[retrie] |
1007.50 s
[retrie] 18 | import Retrie.Monad
1007.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^^
1007.50 s
[retrie]
1007.50 s
[retrie] Retrie/Rewrites/Rules.hs:19:1: warning : [ -Wunused-imports ]
1007.50 s
[retrie] The import of ‘Control.Monad’ is redundant
1007.50 s
[retrie] except perhaps to import instances from ‘Control.Monad’
1007.50 s
[retrie] To import instances alone, use: import Control.Monad()
1007.50 s
[retrie] |
1007.50 s
[retrie] 19 | import Control.Monad
1007.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^
1007.50 s
[retrie]
1007.50 s
[retrie] Retrie/Rewrites/Rules.hs:20:1: warning : [ -Wunused-imports ]
1007.50 s
[retrie] The import of ‘Control.Monad.IO.Class’ is redundant
1007.50 s
[retrie] except perhaps to import instances from ‘Control.Monad.IO.Class’
1007.50 s
[retrie] To import instances alone, use: import Control.Monad.IO.Class()
1007.50 s
[retrie] |
1007.50 s
[retrie] 20 | import Control.Monad.IO.Class
1007.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1007.50 s
[retrie]
1007.50 s
[retrie] Retrie/Rewrites/Rules.hs:21:1: warning : [ -Wunused-imports ]
1007.50 s
[retrie] The import of ‘Control.Monad.Trans.Class’ is redundant
1007.50 s
[retrie] except perhaps to import instances from ‘Control.Monad.Trans.Class’
1007.50 s
[retrie] To import instances alone, use: import Control.Monad.Trans.Class()
1007.50 s
[retrie] |
1007.50 s
[retrie] 21 | import Control.Monad.Trans.Class
1007.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1007.60 s
[retrie] [29 of 34] Compiling Retrie.Rewrites ( Retrie/Rewrites.hs, dist/build/Retrie/Rewrites.o, dist/build/Retrie/Rewrites.dyn_o )
1007.63 s
[retrie]
1007.63 s
[retrie] Retrie/Rewrites.hs:31:1: warning : [ -Wdodgy-imports ]
1007.63 s
[retrie] Module ‘Retrie.GHC’ does not export ‘Pattern’
1007.63 s
[retrie] |
1007.63 s
[retrie] 31 | import Retrie.GHC hiding (Pattern)
1007.63 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1007.63 s
[retrie]
1007.63 s
[retrie] Retrie/Rewrites.hs:39:1: warning : [ -Wunused-imports ]
1007.63 s
[retrie] The import of ‘Retrie.Util’ is redundant
1007.63 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1007.63 s
[retrie] To import instances alone, use: import Retrie.Util()
1007.63 s
[retrie] |
1007.63 s
[retrie] 39 | import Retrie.Util
1007.63 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1007.63 s
[retrie]
1007.63 s
[retrie] Retrie/Rewrites.hs:173:1: warning : [ -Wunused-top-binds ]
1007.63 s
[retrie] Defined but not used: ‘showCpp’
1007.63 s
[retrie] |
1007.63 s
[retrie] 173 | showCpp (NoCPP c) = showAstA c
1007.63 s
[retrie] | ^^^^^^^
1007.96 s
[apply-refact] Preprocessing executable 'refactor' for apply-refact-0.14.0.0..
1007.96 s
[apply-refact] Building executable 'refactor' for apply-refact-0.14.0.0..
1008.10 s
[retrie] [30 of 34] Compiling Retrie.Elaborate ( Retrie/Elaborate.hs, dist/build/Retrie/Elaborate.o, dist/build/Retrie/Elaborate.dyn_o )
1008.14 s
[apply-refact] [1 of 9] Compiling Paths_apply_refact ( dist/build/refactor/autogen/Paths_apply_refact.hs, dist/build/refactor/refactor-tmp/Paths_apply_refact.o )
1008.27 s
[apply-refact] [2 of 9] Compiling Refact.Compat ( src/Refact/Compat.hs, dist/build/refactor/refactor-tmp/Refact/Compat.o )
1008.55 s
[apply-refact] [3 of 9] Compiling Refact.Utils ( src/Refact/Utils.hs, dist/build/refactor/refactor-tmp/Refact/Utils.o )
1008.69 s
[apply-refact] [4 of 9] Compiling Refact.Internal ( src/Refact/Internal.hs, dist/build/refactor/refactor-tmp/Refact/Internal.o )
1008.95 s
[retrie] [31 of 34] Compiling Retrie.Debug ( Retrie/Debug.hs, dist/build/Retrie/Debug.o, dist/build/Retrie/Debug.dyn_o )
1009.03 s
[retrie] [32 of 34] Compiling Retrie.Options ( Retrie/Options.hs, dist/build/Retrie/Options.o, dist/build/Retrie/Options.dyn_o )
1009.03 s
[apply-refact]
1009.03 s
[apply-refact] src/Refact/Internal.hs:494:9: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1009.03 s
[apply-refact] Pattern match(es) are non-exhaustive
1009.03 s
[apply-refact] In a pattern binding:
1009.03 s
[apply-refact] Patterns of type ‘GHC.XRec
1009.03 s
[apply-refact] GHC.GhcPs
1009.03 s
[apply-refact] [GHC.LMatch
1009.03 s
[apply-refact] GHC.GhcPs
1009.03 s
[apply-refact] (GHC.GenLocated
1009.03 s
[apply-refact] GHC.SrcSpanAnnA (GHC.HsExpr GHC.GhcPs))]’ not matched:
1009.03 s
[apply-refact] GHC.L _ []
1009.03 s
[apply-refact] GHC.L _ ((GHC.L _ _):_:_)
1009.03 s
[apply-refact] |
1009.03 s
[apply-refact] 494 | GHC.L locMG [GHC.L locMatch newMatch] = GHC.mg_alts newMG
1009.03 s
[apply-refact] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1009.85 s
[retrie] [33 of 34] Compiling Retrie.Run ( Retrie/Run.hs, dist/build/Retrie/Run.o, dist/build/Retrie/Run.dyn_o )
1009.87 s
[retrie]
1009.87 s
[retrie] Retrie/Run.hs:22:1: warning : [ -Wunused-imports ]
1009.87 s
[retrie] The import of ‘Control.Monad.State.Strict’ is redundant
1009.87 s
[retrie] except perhaps to import instances from ‘Control.Monad.State.Strict’
1009.87 s
[retrie] To import instances alone, use: import Control.Monad.State.Strict()
1009.87 s
[retrie] |
1009.87 s
[retrie] 22 | import Control.Monad.State.Strict
1009.87 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1010.06 s
[retrie] [34 of 34] Compiling Retrie ( Retrie.hs, dist/build/Retrie.o, dist/build/Retrie.dyn_o )
1010.40 s
[lsp-types] [444 of 452] Compiling Language.LSP.Protocol.Message.Registration ( src/Language/LSP/Protocol/Message/Registration.hs, dist/build/Language/LSP/Protocol/Message/Registration.p_o )
1010.40 s
[lsp-types] [445 of 452] Compiling Language.LSP.Protocol.Message ( src/Language/LSP/Protocol/Message.hs, dist/build/Language/LSP/Protocol/Message.p_o )
1010.51 s
[lsp-types] [446 of 452] Compiling Language.LSP.Protocol.Internal.Meta ( generated/Language/LSP/Protocol/Internal/Meta.hs, dist/build/Language/LSP/Protocol/Internal/Meta.p_o )
1010.51 s
[lsp-types] [447 of 452] Compiling Language.LSP.Protocol.Types.Lens ( src/Language/LSP/Protocol/Types/Lens.hs, dist/build/Language/LSP/Protocol/Types/Lens.p_o )
1010.51 s
[lsp-types] [448 of 452] Compiling Language.LSP.Protocol.Message.Lens ( src/Language/LSP/Protocol/Message/Lens.hs, dist/build/Language/LSP/Protocol/Message/Lens.p_o )
1010.51 s
[lsp-types] [449 of 452] Compiling Language.LSP.Protocol.Lens ( src/Language/LSP/Protocol/Lens.hs, dist/build/Language/LSP/Protocol/Lens.p_o )
1010.51 s
[lsp-types] [450 of 452] Compiling Language.LSP.Protocol.Capabilities ( src/Language/LSP/Protocol/Capabilities.hs, dist/build/Language/LSP/Protocol/Capabilities.p_o )
1010.80 s
[retrie] [ 1 of 34] Compiling Retrie.GHC ( Retrie/GHC.hs, dist/build/Retrie/GHC.p_o )
1011.47 s
[retrie] [ 2 of 34] Compiling Retrie.Fixity ( Retrie/Fixity.hs, dist/build/Retrie/Fixity.p_o )
1011.65 s
[lsp-types] [451 of 452] Compiling Language.LSP.Protocol.Meta ( src/Language/LSP/Protocol/Meta.hs, dist/build/Language/LSP/Protocol/Meta.p_o )
1011.65 s
[lsp-types] [452 of 452] Compiling Language.LSP.Protocol.Utils.SMethodMap ( src/Language/LSP/Protocol/Utils/SMethodMap.hs, dist/build/Language/LSP/Protocol/Utils/SMethodMap.p_o )
1011.76 s
[retrie] [ 3 of 34] Compiling Retrie.AlphaEnv ( Retrie/AlphaEnv.hs, dist/build/Retrie/AlphaEnv.p_o )
1011.82 s
[retrie] [ 4 of 34] Compiling Retrie.Pretty ( Retrie/Pretty.hs, dist/build/Retrie/Pretty.p_o )
1011.94 s
[retrie] [ 5 of 34] Compiling Retrie.Quantifiers ( Retrie/Quantifiers.hs, dist/build/Retrie/Quantifiers.p_o )
1011.94 s
[retrie] [ 6 of 34] Compiling Retrie.SYB ( Retrie/SYB.hs, dist/build/Retrie/SYB.p_o )
1011.94 s
[retrie] [ 7 of 34] Compiling Retrie.ExactPrint.Annotated ( Retrie/ExactPrint/Annotated.hs, dist/build/Retrie/ExactPrint/Annotated.p_o )
1011.94 s
[retrie]
1011.94 s
[retrie] Retrie/ExactPrint/Annotated.hs:39:1: warning : [ -Wdodgy-imports ]
1011.94 s
[retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
1011.94 s
[retrie] |
1011.94 s
[retrie] 39 | import Control.Monad.State.Lazy hiding (fix)
1011.94 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1012.06 s
[retrie] [ 8 of 34] Compiling Retrie.Util ( Retrie/Util.hs, dist/build/Retrie/Util.p_o )
1012.06 s
[retrie] [ 9 of 34] Compiling Retrie.ExactPrint ( Retrie/ExactPrint.hs, dist/build/Retrie/ExactPrint.p_o )
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:53:1: warning : [ -Wdodgy-imports ]
1012.10 s
[retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
1012.10 s
[retrie] |
1012.10 s
[retrie] 53 | import Control.Monad.State.Lazy hiding (fix)
1012.10 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:77:1: warning : [ -Wunused-imports ]
1012.10 s
[retrie] The import of ‘Retrie.Util’ is redundant
1012.10 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1012.10 s
[retrie] To import instances alone, use: import Retrie.Util()
1012.10 s
[retrie] |
1012.10 s
[retrie] 77 | import Retrie.Util
1012.10 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:109:39: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘l1’
1012.10 s
[retrie] |
1012.10 s
[retrie] 109 | fixOneExpr env (L l2 (OpApp x2 ap1@(L l1 (OpApp x1 x op1 y)) op2 z))
1012.10 s
[retrie] | ^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:114:5: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘ap1_1’
1012.10 s
[retrie] |
1012.10 s
[retrie] 114 | ap1_1 <- transferAnnsT isComma ap2'_0 ap1_0
1012.10 s
[retrie] | ^^^^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:123:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1012.10 s
[retrie] This binding for ‘ext2’ shadows the existing binding
1012.10 s
[retrie] imported from ‘Retrie.SYB’ at Retrie/ExactPrint.hs:76:1-31
1012.10 s
[retrie] (and originally defined in ‘Data.Generics.Aliases’)
1012.10 s
[retrie] |
1012.10 s
[retrie] 123 | fixOnePat env (dLPat -> Just (L l2 (ConPat ext2 op2 (InfixCon (dLPat -> Just ap1@(L l1 (ConPat ext1 op1 (InfixCon x y)))) z))))
1012.10 s
[retrie] | ^^^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:126:6: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘ap1_0’
1012.10 s
[retrie] |
1012.10 s
[retrie] 126 | (ap1_0 , ap2'_0) <- swapEntryDPT ap1 ap2'
1012.10 s
[retrie] | ^^^^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:127:5: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘ap1_1’
1012.10 s
[retrie] |
1012.10 s
[retrie] 127 | ap1_1 <- transferAnnsT isComma ap2' ap1
1012.10 s
[retrie] | ^^^^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:176:14: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘n’
1012.10 s
[retrie] |
1012.10 s
[retrie] 176 | SameLine n -> do
1012.10 s
[retrie] | ^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:209:22: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘l’
1012.10 s
[retrie] |
1012.10 s
[retrie] 209 | fixOneEntryExpr e@(L l (OpApp a x b c)) = do
1012.10 s
[retrie] | ^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:222:15: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘l’
1012.10 s
[retrie] |
1012.10 s
[retrie] 222 | | Just p@(L l (ConPat a b (InfixCon x c))) <- dLPat pat = do
1012.10 s
[retrie] | ^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:435:1: warning : [ -Wunused-top-binds ]
1012.10 s
[retrie] Defined but not used: ‘isCommentKeyword’
1012.10 s
[retrie] |
1012.10 s
[retrie] 435 | isCommentKeyword _ = False
1012.10 s
[retrie] | ^^^^^^^^^^^^^^^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:445:35: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘anc’
1012.10 s
[retrie] |
1012.10 s
[retrie] 445 | hasComments (L (SrcSpanAnn (EpAnn anc _ cs) _) _)
1012.10 s
[retrie] | ^^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:478:15: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘p’
1012.10 s
[retrie] |
1012.10 s
[retrie] 478 | transferAnnsT p (L (SrcSpanAnn EpAnnNotUsed _) _) b = return b
1012.10 s
[retrie] | ^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:479:39: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘anc’
1012.10 s
[retrie] |
1012.10 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
1012.10 s
[retrie] | ^^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:479:60: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘cs’
1012.10 s
[retrie] |
1012.10 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs ) l) a) (L (SrcSpanAnn an lb) b) = do
1012.10 s
[retrie] | ^^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:479:64: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘l’
1012.10 s
[retrie] |
1012.10 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l ) a) (L (SrcSpanAnn an lb) b) = do
1012.10 s
[retrie] | ^
1012.10 s
[retrie]
1012.10 s
[retrie] Retrie/ExactPrint.hs:479:67: warning : [ -Wunused-matches ]
1012.10 s
[retrie] Defined but not used: ‘a’
1012.10 s
[retrie] |
1012.10 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a ) (L (SrcSpanAnn an lb) b) = do
1012.10 s
[retrie] | ^
1013.23 s
[apply-refact] [5 of 9] Compiling Refact.Options ( src/Refact/Options.hs, dist/build/refactor/refactor-tmp/Refact/Options.o )
1013.41 s
[apply-refact] [6 of 9] Compiling Refact.Fixity ( src/Refact/Fixity.hs, dist/build/refactor/refactor-tmp/Refact/Fixity.o )
1013.41 s
[apply-refact] [7 of 9] Compiling Refact.Apply ( src/Refact/Apply.hs, dist/build/refactor/refactor-tmp/Refact/Apply.o )
1013.41 s
[apply-refact] [8 of 9] Compiling Refact.Run ( src/Refact/Run.hs, dist/build/refactor/refactor-tmp/Refact/Run.o )
1013.44 s
[retrie] [10 of 34] Compiling Retrie.Substitution ( Retrie/Substitution.hs, dist/build/Retrie/Substitution.p_o )
1013.63 s
[apply-refact] [9 of 9] Compiling Main ( src/Main.hs, dist/build/refactor/refactor-tmp/Main.o )
1013.75 s
[retrie] [11 of 34] Compiling Retrie.FreeVars ( Retrie/FreeVars.hs, dist/build/Retrie/FreeVars.p_o )
1013.76 s
Waiting for lock on waiting for lock on '/nix/store/ij4prxy993xaw0var6krjnzg56v3fln0-yaml-0.11.11.2-doc', '/nix/store/jn7scg9rcs0a2hh2g6p7v9pplqmj83dc-yaml
1013.76 s
[retrie]
1013.76 s
[retrie] Retrie/FreeVars.hs:28:3: warning : [ -Wnoncanonical-monoid-instances ]
1013.76 s
[retrie] Noncanonical ‘(<>) = mappend’ definition detected
1013.76 s
[retrie] in the instance declaration for ‘Semigroup FreeVars’.
1013.76 s
[retrie] Move definition from ‘mappend’ to ‘(<>)’
1013.76 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1013.76 s
[retrie] |
1013.76 s
[retrie] 28 | (<>) = mappend
1013.76 s
[retrie] | ^^^^^^^^^^^^^^
1013.76 s
[retrie]
1013.77 s
[retrie] Retrie/FreeVars.hs:32:3: warning : [ -Wnoncanonical-monoid-instances ]
1013.77 s
[retrie] Noncanonical ‘mappend’ definition detected
1013.77 s
[retrie] in the instance declaration for ‘Monoid FreeVars’.
1013.77 s
[retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
1013.77 s
[retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
1013.77 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1013.77 s
[retrie] |
1013.77 s
[retrie] 32 | mappend (FreeVars s1) (FreeVars s2) = FreeVars $ s1 <> s2
1013.77 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1014.16 s
[retrie] [12 of 34] Compiling Retrie.PatternMap.Class ( Retrie/PatternMap/Class.hs, dist/build/Retrie/PatternMap/Class.p_o )
1014.18 s
[retrie]
1014.18 s
[retrie] Retrie/PatternMap/Class.hs:50:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.18 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.18 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
1014.18 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.18 s
[retrie] |
1014.18 s
[retrie] 50 | unionOn f m1 m2 = mUnion (f m1) (f m2)
1014.18 s
[retrie] | ^^
1014.18 s
[retrie]
1014.18 s
[retrie] Retrie/PatternMap/Class.hs:86:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.18 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.18 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
1014.18 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.18 s
[retrie] |
1014.18 s
[retrie] 86 | mUnion (MaybeMap m1 ) (MaybeMap m2) = MaybeMap $ m1 ++ m2
1014.18 s
[retrie] | ^^
1014.18 s
[retrie]
1014.18 s
[retrie] Retrie/PatternMap/Class.hs:114:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.18 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.18 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
1014.18 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.18 s
[retrie] |
1014.18 s
[retrie] 114 | mUnion m1 m2 = ListMap
1014.18 s
[retrie] | ^^
1014.23 s
[retrie] [13 of 34] Compiling Retrie.PatternMap.Bag ( Retrie/PatternMap/Bag.hs, dist/build/Retrie/PatternMap/Bag.p_o )
1014.57 s
[apply-refact] [10 of 10] Linking dist/build/refactor/refactor
1014.58 s
[retrie] [14 of 34] Compiling Retrie.PatternMap.Instances ( Retrie/PatternMap/Instances.hs, dist/build/Retrie/PatternMap/Instances.p_o )
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:48:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 48 | mUnion m1 m2 = TupArgMap
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:84:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 84 | mUnion m1 m2 = BoxityMap
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:112:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 112 | mUnion m1 m2 = VM
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:159:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 159 | mUnion m1 m2 = LM
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:232:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 232 | mUnion m1 m2 = OLM
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:317:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 317 | mUnion m1 m2 = EM
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:345:7: warning : [ GHC-62161 ] [ -Wincomplete-patterns ]
1014.74 s
[retrie] Pattern match(es) are non-exhaustive
1014.74 s
[retrie] In an equation for ‘go’:
1014.74 s
[retrie] Patterns of type ‘HsExpr (GhcPass Parsed)’ not matched:
1014.74 s
[retrie] HsRecSel _ _
1014.74 s
[retrie] HsGetField _ _ _
1014.74 s
[retrie] HsProjection _ _
1014.74 s
[retrie] HsTypedSplice _ _
1014.74 s
[retrie] ...
1014.74 s
[retrie] |
1014.74 s
[retrie] 345 | go (HsVar _ v)
1014.74 s
[retrie] | ^^^^^^^^^^^^^^...
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:570:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 570 | mUnion m1 m2 = SCM
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:625:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 625 | mUnion (MGMap m1 ) (MGMap m2) = MGMap (mUnion m1 m2)
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:647:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 647 | mUnion (MMap m1 ) (MMap m2) = MMap (mUnion m1 m2)
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:695:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 695 | mUnion m1 m2 = CDMap
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:704:21: warning : [ -Wunused-matches ]
1014.74 s
[retrie] Defined but not used: ‘tyargs’
1014.74 s
[retrie] |
1014.74 s
[retrie] 704 | go (PrefixCon tyargs ps) = m { cdPrefixCon = mAlter env vs ps f (cdPrefixCon m) }
1014.74 s
[retrie] | ^^^^^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:714:21: warning : [ -Wunused-matches ]
1014.74 s
[retrie] Defined but not used: ‘tyargs’
1014.74 s
[retrie] |
1014.74 s
[retrie] 714 | go (PrefixCon tyargs ps) = mapFor cdPrefixCon >=> mMatch env ps
1014.74 s
[retrie] | ^^^^^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:753:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 753 | mUnion m1 m2 = PatMap
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:834:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 834 | mUnion (GRHSSMap m1 ) (GRHSSMap m2) = GRHSSMap (mUnion m1 m2)
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:865:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 865 | mUnion (GRHSMap m1 ) (GRHSMap m2) = GRHSMap (mUnion m1 m2)
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:908:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 908 | mUnion m1 m2 = SLM
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:962:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 962 | mUnion m1 m2 = LB
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:1026:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 1026 | mUnion m1 m2 = BM
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:1090:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 1090 | mUnion m1 m2 = SM
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:1171:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 1171 | mUnion m1 m2 = TM
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:1303:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 1303 | mUnion (RFM m1 ) (RFM m2) = RFM (mUnion m1 m2)
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:1430:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 1430 | mUnion m1 m2 = TupleSortMap
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:1476:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 1476 | mUnion m1 m2 = ForAllTyMap
1014.74 s
[retrie] | ^^
1014.74 s
[retrie]
1014.74 s
[retrie] Retrie/PatternMap/Instances.hs:1511:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1014.74 s
[retrie] This binding for ‘m1’ shadows the existing binding
1014.74 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1014.74 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1014.74 s
[retrie] |
1014.74 s
[retrie] 1511 | mUnion m1 m2 = ForallVisMap (unionOn favBoolMap m1 m2)
1014.75 s
[retrie] | ^^
1018.95 s
[retrie] [15 of 34] Compiling Retrie.Universe ( Retrie/Universe.hs, dist/build/Retrie/Universe.p_o )
1019.00 s
[retrie]
1019.00 s
[retrie] Retrie/Universe.hs:114:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1019.00 s
[retrie] This binding for ‘m1’ shadows the existing binding
1019.00 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Universe.hs:23:1-24
1019.00 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1019.00 s
[retrie] |
1019.00 s
[retrie] 114 | mUnion m1 m2 = UMap
1019.00 s
[retrie] | ^^
1019.42 s
[lsp-types] Preprocessing executable 'generator' for lsp-types-2.3.0.1..
1019.47 s
[lsp-types] Building executable 'generator' for lsp-types-2.3.0.1..
1019.61 s
[lsp-types] [1 of 2] Compiling CodeGen ( generator/CodeGen.hs, dist/build/generator/generator-tmp/CodeGen.o )
1019.65 s
[retrie] [16 of 34] Compiling Retrie.Types ( Retrie/Types.hs, dist/build/Retrie/Types.p_o )
1019.71 s
[retrie]
1019.71 s
[retrie] Retrie/Types.hs:133:3: warning : [ -Wnoncanonical-monoid-instances ]
1019.71 s
[retrie] Noncanonical ‘(<>) = mappend’ definition detected
1019.71 s
[retrie] in the instance declaration for ‘Semigroup (Matcher a)’.
1019.71 s
[retrie] Move definition from ‘mappend’ to ‘(<>)’
1019.71 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1019.71 s
[retrie] |
1019.71 s
[retrie] 133 | (<>) = mappend
1019.71 s
[retrie] | ^^^^^^^^^^^^^^
1019.71 s
[retrie]
1019.71 s
[retrie] Retrie/Types.hs:137:3: warning : [ -Wnoncanonical-monoid-instances ]
1019.71 s
[retrie] Noncanonical ‘mappend’ definition detected
1019.71 s
[retrie] in the instance declaration for ‘Monoid (Matcher a)’.
1019.71 s
[retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
1019.71 s
[retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
1019.71 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1019.71 s
[retrie] |
1019.71 s
[retrie] 137 | mappend (Matcher m1) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
1019.71 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1019.71 s
[retrie]
1019.71 s
[retrie] Retrie/Types.hs:137:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1019.71 s
[retrie] This binding for ‘m1’ shadows the existing binding
1019.71 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Types.hs:59:1-24
1019.71 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1019.71 s
[retrie] |
1019.71 s
[retrie] 137 | mappend (Matcher m1 ) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
1019.71 s
[retrie] | ^^
1020.32 s
[retrie] [17 of 34] Compiling Retrie.Query ( Retrie/Query.hs, dist/build/Retrie/Query.p_o )
1020.61 s
[apply-refact] Preprocessing library for apply-refact-0.14.0.0..
1020.62 s
[apply-refact] Building library for apply-refact-0.14.0.0..
1020.70 s
[retrie] [18 of 34] Compiling Retrie.GroundTerms ( Retrie/GroundTerms.hs, dist/build/Retrie/GroundTerms.p_o )
1020.78 s
[retrie] [19 of 34] Compiling Retrie.Expr ( Retrie/Expr.hs, dist/build/Retrie/Expr.p_o )
1020.78 s
[retrie]
1020.78 s
[retrie] Retrie/Expr.hs:40:1: warning : [ -Wunused-imports ]
1020.78 s
[retrie] The import of ‘Data.Functor.Identity’ is redundant
1020.78 s
[retrie] except perhaps to import instances from ‘Data.Functor.Identity’
1020.78 s
[retrie] To import instances alone, use: import Data.Functor.Identity()
1020.78 s
[retrie] |
1020.78 s
[retrie] 40 | import Data.Functor.Identity
1020.78 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1020.78 s
[retrie]
1020.78 s
[retrie] Retrie/Expr.hs:51:1: warning : [ -Wunused-imports ]
1020.78 s
[retrie] The import of ‘Retrie.Util’ is redundant
1020.78 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1020.78 s
[retrie] To import instances alone, use: import Retrie.Util()
1020.78 s
[retrie] |
1020.78 s
[retrie] 51 | import Retrie.Util
1020.78 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1020.78 s
[retrie]
1020.78 s
[retrie] Retrie/Expr.hs:56:16: warning : [ -Wunused-matches ]
1020.78 s
[retrie] Defined but not used: ‘ln’
1020.78 s
[retrie] |
1020.78 s
[retrie] 56 | mkLocatedHsVar ln @(L l n) = do
1020.78 s
[retrie] | ^^
1020.78 s
[retrie]
1020.78 s
[retrie] Retrie/Expr.hs:130:16: warning : [ -Wunused-local-binds ]
1020.78 s
[retrie] Defined but not used: ‘x’
1020.78 s
[retrie] |
1020.78 s
[retrie] 130 | L l (Match x ctxt pats (GRHSs cs grhs binds)) = mkMatch LambdaExpr vs e emptyLocalBinds
1020.78 s
[retrie] | ^
1020.78 s
[retrie]
1020.78 s
[retrie] Retrie/Expr.hs:132:19: warning : [ -Wunused-matches ]
1020.78 s
[retrie] Defined but not used: ‘an’
1020.78 s
[retrie] |
1020.78 s
[retrie] 132 | [L lg (GRHS an guards rhs)] -> [L lg (GRHS ang guards rhs)]
1020.78 s
[retrie] | ^^
1020.78 s
[retrie]
1020.78 s
[retrie] Retrie/Expr.hs:180:9: warning : [ -Wunused-matches ]
1020.78 s
[retrie] Defined but not used: ‘nm'’
1020.78 s
[retrie] |
1020.78 s
[retrie] 180 | (tv', nm' ) <- swapEntryDPT tv nm
1020.78 s
[retrie] | ^^^
1020.78 s
[retrie]
1020.78 s
[retrie] Retrie/Expr.hs:225:1: warning : [ -Wunused-top-binds ]
1020.78 s
[retrie] Defined but not used: ‘wildSupplyAlphaEnv’
1020.78 s
[retrie] |
1020.78 s
[retrie] 225 | wildSupplyAlphaEnv env = wildSupplyP (\ nm -> isNothing (lookupAlphaEnv nm env))
1020.78 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1020.78 s
[retrie]
1020.78 s
[retrie] Retrie/Expr.hs:310:29: warning : [ -Wunused-matches ]
1020.79 s
[retrie] Defined but not used: ‘tyargs’
1020.79 s
[retrie] |
1020.79 s
[retrie] 310 | conPatHelper con (PrefixCon tyargs xs) = do
1020.79 s
[retrie] | ^^^^^^
1020.79 s
[retrie]
1020.79 s
[retrie] Retrie/Expr.hs:322:1: warning : [ GHC-53633 ] [ -Woverlapping-patterns ]
1020.79 s
[retrie] Pattern match is redundant
1020.79 s
[retrie] In an equation for ‘grhsToExpr’: grhsToExpr _ = ...
1020.79 s
[retrie] |
1020.79 s
[retrie] 322 | grhsToExpr _ = error "grhsToExpr"
1020.79 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1020.79 s
[retrie]
1020.79 s
[retrie] Retrie/Expr.hs:350:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1020.79 s
[retrie] This binding for ‘d1’ shadows the existing binding
1020.79 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Expr.hs:46:1-24
1020.79 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1020.79 s
[retrie] |
1020.79 s
[retrie] 350 | needed (HasPrec (Fixity _ p1 d1 )) (Just (Fixity _ p2 d2)) =
1020.79 s
[retrie] | ^^
1020.79 s
[retrie]
1020.79 s
[retrie] Retrie/Expr.hs:374:1: warning : [ -Wunused-top-binds ]
1020.79 s
[retrie] Defined but not used: ‘mkParen’
1020.79 s
[retrie] |
1020.79 s
[retrie] 374 | mkParen k e = do
1020.79 s
[retrie] | ^^^^^^^
1020.79 s
[retrie]
1020.79 s
[retrie] Retrie/Expr.hs:377:4: warning : [ -Wunused-matches ]
1020.79 s
[retrie] Defined but not used: ‘e0’
1020.79 s
[retrie] |
1020.79 s
[retrie] 377 | (e0 ,pe0) <- swapEntryDPT e pe
1020.79 s
[retrie] | ^^
1020.85 s
[apply-refact] [1 of 5] Compiling Refact.Compat ( src/Refact/Compat.hs, dist/build/Refact/Compat.o, dist/build/Refact/Compat.dyn_o )
1021.88 s
[apply-refact] [2 of 5] Compiling Refact.Utils ( src/Refact/Utils.hs, dist/build/Refact/Utils.o, dist/build/Refact/Utils.dyn_o )
1022.30 s
[apply-refact] [3 of 5] Compiling Refact.Internal ( src/Refact/Internal.hs, dist/build/Refact/Internal.o, dist/build/Refact/Internal.dyn_o )
1022.47 s
[retrie] [20 of 34] Compiling Retrie.Rewrites.Types ( Retrie/Rewrites/Types.hs, dist/build/Retrie/Rewrites/Types.p_o )
1022.86 s
[apply-refact]
1022.86 s
[apply-refact] src/Refact/Internal.hs:494:9: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1022.86 s
[apply-refact] Pattern match(es) are non-exhaustive
1022.86 s
[apply-refact] In a pattern binding:
1022.86 s
[apply-refact] Patterns of type ‘GHC.XRec
1022.86 s
[apply-refact] GHC.GhcPs
1022.86 s
[apply-refact] [GHC.LMatch
1022.86 s
[apply-refact] GHC.GhcPs
1022.86 s
[apply-refact] (GHC.GenLocated
1022.86 s
[apply-refact] GHC.SrcSpanAnnA (GHC.HsExpr GHC.GhcPs))]’ not matched:
1022.86 s
[apply-refact] GHC.L _ []
1022.86 s
[apply-refact] GHC.L _ ((GHC.L _ _):_:_)
1022.86 s
[apply-refact] |
1022.86 s
[apply-refact] 494 | GHC.L locMG [GHC.L locMatch newMatch] = GHC.mg_alts newMG
1022.86 s
[apply-refact] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1022.86 s
[retrie] [21 of 34] Compiling Retrie.Rewrites.Function ( Retrie/Rewrites/Function.hs, dist/build/Retrie/Rewrites/Function.p_o )
1022.86 s
[retrie]
1022.86 s
[retrie] Retrie/Rewrites/Function.hs:25:1: warning : [ -Wunused-imports ]
1022.86 s
[retrie] The import of ‘Retrie.Util’ is redundant
1022.86 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1022.86 s
[retrie] To import instances alone, use: import Retrie.Util()
1022.86 s
[retrie] |
1022.86 s
[retrie] 25 | import Retrie.Util
1022.86 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1022.86 s
[retrie]
1022.86 s
[retrie] Retrie/Rewrites/Function.hs:55:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1022.86 s
[retrie] This binding for ‘mn’ shadows the existing binding
1022.86 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Rewrites/Function.hs:20:1-24
1022.86 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1022.86 s
[retrie] |
1022.86 s
[retrie] 55 | getImports libdir RightToLeft (Just (L _ mn )) = -- See Note [fold only]
1022.86 s
[retrie] | ^^
1023.24 s
[retrie] [22 of 34] Compiling Retrie.Rewrites.Patterns ( Retrie/Rewrites/Patterns.hs, dist/build/Retrie/Rewrites/Patterns.p_o )
1023.28 s
[retrie]
1023.28 s
[retrie] Retrie/Rewrites/Patterns.hs:12:48: warning : [ -Wunused-imports ]
1023.28 s
[retrie] The import of ‘lift’ from module ‘Control.Monad.State’ is redundant
1023.28 s
[retrie] |
1023.28 s
[retrie] 12 | import Control.Monad.State (StateT(runStateT), lift )
1023.28 s
[retrie] | ^^^^
1023.95 s
[retrie] [23 of 34] Compiling Retrie.Context ( Retrie/Context.hs, dist/build/Retrie/Context.p_o )
1023.96 s
[retrie] [24 of 34] Compiling Retrie.Subst ( Retrie/Subst.hs, dist/build/Retrie/Subst.p_o )
1023.96 s
[retrie]
1023.96 s
[retrie] Retrie/Subst.hs:20:1: warning : [ -Wunused-imports ]
1023.96 s
[retrie] The import of ‘Retrie.Util’ is redundant
1023.96 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1023.96 s
[retrie] To import instances alone, use: import Retrie.Util()
1023.96 s
[retrie] |
1023.96 s
[retrie] 20 | import Retrie.Util
1023.96 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1023.96 s
[retrie]
1023.96 s
[retrie] Retrie/Subst.hs:59:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1023.96 s
[retrie] This binding for ‘comments’ shadows the existing binding
1023.96 s
[retrie] imported from ‘Retrie.GHC’ at Retrie/Subst.hs:16:1-17
1023.96 s
[retrie] (and originally defined in ‘GHC.Parser.Annotation’)
1023.96 s
[retrie] |
1023.96 s
[retrie] 59 | let comments = hasComments e0
1023.96 s
[retrie] | ^^^^^^^^
1023.96 s
[retrie] [25 of 34] Compiling Retrie.Replace ( Retrie/Replace.hs, dist/build/Retrie/Replace.p_o )
1023.96 s
[retrie]
1023.96 s
[retrie] Retrie/Replace.hs:28:1: warning : [ -Wunused-imports ]
1023.96 s
[retrie] The import of ‘Retrie.Util’ is redundant
1023.96 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1023.96 s
[retrie] To import instances alone, use: import Retrie.Util()
1023.96 s
[retrie] |
1023.96 s
[retrie] 28 | import Retrie.Util
1023.96 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1023.96 s
[retrie]
1023.96 s
[retrie] Retrie/Replace.hs:129:3: warning : [ -Wnoncanonical-monoid-instances ]
1023.96 s
[retrie] Noncanonical ‘(<>) = mappend’ definition detected
1023.96 s
[retrie] in the instance declaration for ‘Semigroup Change’.
1023.96 s
[retrie] Move definition from ‘mappend’ to ‘(<>)’
1023.96 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1023.96 s
[retrie] |
1023.96 s
[retrie] 129 | (<>) = mappend
1023.96 s
[retrie] | ^^^^^^^^^^^^^^
1023.96 s
[retrie]
1023.96 s
[retrie] Retrie/Replace.hs:133:3: warning : [ -Wnoncanonical-monoid-instances ]
1023.96 s
[retrie] Noncanonical ‘mappend’ definition detected
1023.96 s
[retrie] in the instance declaration for ‘Monoid Change’.
1023.96 s
[retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
1023.96 s
[retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
1023.96 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1023.96 s
[retrie] |
1023.96 s
[retrie] 133 | mappend NoChange other = other
1023.96 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1023.96 s
[retrie] [26 of 34] Compiling Retrie.CPP ( Retrie/CPP.hs, dist/build/Retrie/CPP.p_o )
1023.98 s
[retrie]
1023.98 s
[retrie] Retrie/CPP.hs:140:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1023.98 s
[retrie] This binding for ‘rs’ shadows the existing binding
1023.98 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
1023.98 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Utils’)
1023.98 s
[retrie] |
1023.98 s
[retrie] 140 | splice prefix l c rs @((r, repl):rs') ts@(t:ts')
1023.98 s
[retrie] | ^^
1023.98 s
[retrie]
1023.98 s
[retrie] Retrie/CPP.hs:346:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1023.98 s
[retrie] This binding for ‘mn’ shadows the existing binding
1023.98 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
1023.98 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1023.98 s
[retrie] |
1023.98 s
[retrie] 346 | externalImps (Just mn ) = filter ((/= mn) . unLoc . ideclName . unLoc)
1023.98 s
[retrie] | ^^
1025.88 s
[retrie] [27 of 34] Compiling Retrie.Monad ( Retrie/Monad.hs, dist/build/Retrie/Monad.p_o )
1025.93 s
[retrie]
1025.93 s
[retrie] Retrie/Monad.hs:127:3: warning : [ -Wnoncanonical-monad-instances ]
1025.93 s
[retrie] Noncanonical ‘return’ definition detected
1025.93 s
[retrie] in the instance declaration for ‘Monad Retrie’.
1025.93 s
[retrie] ‘return’ will eventually be removed in favour of ‘pure’
1025.93 s
[retrie] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
1025.93 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
1025.93 s
[retrie] |
1025.93 s
[retrie] 127 | return = Pure
1025.93 s
[retrie] | ^^^^^^^^^^^^^
1026.63 s
[retrie] [28 of 34] Compiling Retrie.Rewrites.Rules ( Retrie/Rewrites/Rules.hs, dist/build/Retrie/Rewrites/Rules.p_o )
1026.64 s
[retrie]
1026.65 s
[retrie] Retrie/Rewrites/Rules.hs:17:1: warning : [ -Wunused-imports ]
1026.65 s
[retrie] The import of ‘Retrie.Util’ is redundant
1026.65 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1026.65 s
[retrie] To import instances alone, use: import Retrie.Util()
1026.65 s
[retrie] |
1026.65 s
[retrie] 17 | import Retrie.Util
1026.65 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1026.65 s
[retrie]
1026.65 s
[retrie] Retrie/Rewrites/Rules.hs:18:1: warning : [ -Wunused-imports ]
1026.65 s
[retrie] The import of ‘Retrie.Monad’ is redundant
1026.65 s
[retrie] except perhaps to import instances from ‘Retrie.Monad’
1026.65 s
[retrie] To import instances alone, use: import Retrie.Monad()
1026.65 s
[retrie] |
1026.65 s
[retrie] 18 | import Retrie.Monad
1026.65 s
[retrie] | ^^^^^^^^^^^^^^^^^^^
1026.65 s
[retrie]
1026.65 s
[retrie] Retrie/Rewrites/Rules.hs:19:1: warning : [ -Wunused-imports ]
1026.65 s
[retrie] The import of ‘Control.Monad’ is redundant
1026.65 s
[retrie] except perhaps to import instances from ‘Control.Monad’
1026.65 s
[retrie] To import instances alone, use: import Control.Monad()
1026.65 s
[retrie] |
1026.65 s
[retrie] 19 | import Control.Monad
1026.65 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^
1026.65 s
[retrie]
1026.65 s
[retrie] Retrie/Rewrites/Rules.hs:20:1: warning : [ -Wunused-imports ]
1026.65 s
[retrie] The import of ‘Control.Monad.IO.Class’ is redundant
1026.65 s
[retrie] except perhaps to import instances from ‘Control.Monad.IO.Class’
1026.65 s
[retrie] To import instances alone, use: import Control.Monad.IO.Class()
1026.65 s
[retrie] |
1026.65 s
[retrie] 20 | import Control.Monad.IO.Class
1026.65 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1026.65 s
[retrie]
1026.65 s
[retrie] Retrie/Rewrites/Rules.hs:21:1: warning : [ -Wunused-imports ]
1026.65 s
[retrie] The import of ‘Control.Monad.Trans.Class’ is redundant
1026.65 s
[retrie] except perhaps to import instances from ‘Control.Monad.Trans.Class’
1026.65 s
[retrie] To import instances alone, use: import Control.Monad.Trans.Class()
1026.65 s
[retrie] |
1026.65 s
[retrie] 21 | import Control.Monad.Trans.Class
1026.65 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1026.79 s
[lsp-types] [2 of 2] Compiling Main ( generator/Main.hs, dist/build/generator/generator-tmp/Main.o )
1026.88 s
[retrie] [29 of 34] Compiling Retrie.Rewrites ( Retrie/Rewrites.hs, dist/build/Retrie/Rewrites.p_o )
1026.94 s
[retrie]
1026.94 s
[retrie] Retrie/Rewrites.hs:31:1: warning : [ -Wdodgy-imports ]
1026.95 s
[retrie] Module ‘Retrie.GHC’ does not export ‘Pattern’
1026.95 s
[retrie] |
1026.95 s
[retrie] 31 | import Retrie.GHC hiding (Pattern)
1026.95 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1026.95 s
[retrie]
1026.95 s
[retrie] Retrie/Rewrites.hs:39:1: warning : [ -Wunused-imports ]
1026.95 s
[retrie] The import of ‘Retrie.Util’ is redundant
1026.95 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1026.95 s
[retrie] To import instances alone, use: import Retrie.Util()
1026.95 s
[retrie] |
1026.95 s
[retrie] 39 | import Retrie.Util
1026.95 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1026.95 s
[retrie]
1026.95 s
[retrie] Retrie/Rewrites.hs:173:1: warning : [ -Wunused-top-binds ]
1026.95 s
[retrie] Defined but not used: ‘showCpp’
1026.95 s
[retrie] |
1026.95 s
[retrie] 173 | showCpp (NoCPP c) = showAstA c
1026.95 s
[retrie] | ^^^^^^^
1027.68 s
[lsp-types] [3 of 3] Linking dist/build/generator/generator
1027.76 s
[retrie] [30 of 34] Compiling Retrie.Elaborate ( Retrie/Elaborate.hs, dist/build/Retrie/Elaborate.p_o )
1029.31 s
[retrie] [31 of 34] Compiling Retrie.Debug ( Retrie/Debug.hs, dist/build/Retrie/Debug.p_o )
1029.31 s
[retrie] [32 of 34] Compiling Retrie.Options ( Retrie/Options.hs, dist/build/Retrie/Options.p_o )
1030.12 s
[lsp-types] Preprocessing library 'lsp-types-quickcheck' for lsp-types-2.3.0.1..
1030.12 s
[lsp-types] Building library 'lsp-types-quickcheck' for lsp-types-2.3.0.1..
1030.26 s
[lsp-types] [1 of 4] Compiling Language.LSP.Protocol.QuickCheck.Common ( quickcheck/Language/LSP/Protocol/QuickCheck/Common.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Common.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Common.dyn_o )
1031.05 s
[lsp-types] [2 of 4] Compiling Language.LSP.Protocol.QuickCheck.Types ( quickcheck/Language/LSP/Protocol/QuickCheck/Types.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Types.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Types.dyn_o )
1032.47 s
[retrie] [33 of 34] Compiling Retrie.Run ( Retrie/Run.hs, dist/build/Retrie/Run.p_o )
1032.51 s
[retrie]
1032.51 s
[retrie] Retrie/Run.hs:22:1: warning : [ -Wunused-imports ]
1032.51 s
[retrie] The import of ‘Control.Monad.State.Strict’ is redundant
1032.51 s
[retrie] except perhaps to import instances from ‘Control.Monad.State.Strict’
1032.51 s
[retrie] To import instances alone, use: import Control.Monad.State.Strict()
1032.51 s
[retrie] |
1032.51 s
[retrie] 22 | import Control.Monad.State.Strict
1032.51 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1032.65 s
[apply-refact] [4 of 5] Compiling Refact.Fixity ( src/Refact/Fixity.hs, dist/build/Refact/Fixity.o, dist/build/Refact/Fixity.dyn_o )
1032.65 s
[apply-refact] [5 of 5] Compiling Refact.Apply ( src/Refact/Apply.hs, dist/build/Refact/Apply.o, dist/build/Refact/Apply.dyn_o )
1032.96 s
[retrie] [34 of 34] Compiling Retrie ( Retrie.hs, dist/build/Retrie.p_o )
1033.35 s
[apply-refact] [1 of 5] Compiling Refact.Compat ( src/Refact/Compat.hs, dist/build/Refact/Compat.p_o )
1034.37 s
[apply-refact] [2 of 5] Compiling Refact.Utils ( src/Refact/Utils.hs, dist/build/Refact/Utils.p_o )
1034.85 s
[apply-refact] [3 of 5] Compiling Refact.Internal ( src/Refact/Internal.hs, dist/build/Refact/Internal.p_o )
1035.41 s
[apply-refact]
1035.41 s
[apply-refact] src/Refact/Internal.hs:494:9: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1035.41 s
[apply-refact] Pattern match(es) are non-exhaustive
1035.41 s
[apply-refact] In a pattern binding:
1035.41 s
[apply-refact] Patterns of type ‘GHC.XRec
1035.41 s
[apply-refact] GHC.GhcPs
1035.41 s
[apply-refact] [GHC.LMatch
1035.41 s
[apply-refact] GHC.GhcPs
1035.41 s
[apply-refact] (GHC.GenLocated
1035.41 s
[apply-refact] GHC.SrcSpanAnnA (GHC.HsExpr GHC.GhcPs))]’ not matched:
1035.41 s
[apply-refact] GHC.L _ []
1035.41 s
[apply-refact] GHC.L _ ((GHC.L _ _):_:_)
1035.41 s
[apply-refact] |
1035.41 s
[apply-refact] 494 | GHC.L locMG [GHC.L locMatch newMatch] = GHC.mg_alts newMG
1035.41 s
[apply-refact] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1041.61 s
[retrie] Preprocessing executable 'demo-retrie' for retrie-1.2.3..
1041.61 s
[retrie] Building executable 'demo-retrie' for retrie-1.2.3..
1041.84 s
[retrie] [1 of 2] Compiling Fixity ( hse/Fixity.hs, dist/build/demo-retrie/demo-retrie-tmp/Fixity.o )
1042.89 s
[retrie] [2 of 2] Compiling Main ( demo/Main.hs, dist/build/demo-retrie/demo-retrie-tmp/Main.o )
1043.42 s
[retrie] [3 of 3] Linking dist/build/demo-retrie/demo-retrie
1045.82 s
[apply-refact] [4 of 5] Compiling Refact.Fixity ( src/Refact/Fixity.hs, dist/build/Refact/Fixity.p_o )
1045.82 s
[apply-refact] [5 of 5] Compiling Refact.Apply ( src/Refact/Apply.hs, dist/build/Refact/Apply.p_o )
1048.84 s
[retrie] Preprocessing executable 'retrie' for retrie-1.2.3..
1048.84 s
[retrie] Building executable 'retrie' for retrie-1.2.3..
1049.03 s
[retrie] [1 of 2] Compiling Fixity ( hse/Fixity.hs, dist/build/retrie/retrie-tmp/Fixity.o )
1049.98 s
[retrie] [2 of 2] Compiling Main ( bin/Main.hs, dist/build/retrie/retrie-tmp/Main.o )
1050.94 s
[retrie] [3 of 3] Linking dist/build/retrie/retrie
1053.53 s
[apply-refact] buildPhase completed in 57 seconds
1053.53 s
[apply-refact] Phase: checkPhase
1053.68 s
[apply-refact] Running 1 test suites...
1053.68 s
[apply-refact] Test suite test: RUNNING...
1053.82 s
[apply-refact] Unit tests
1053.82 s
[apply-refact] tests/examples/Bracket12.hs: OK (0.08s)
1053.82 s
[apply-refact] tests/examples/Unsafe1.hs: OK (0.02s)
1053.83 s
[apply-refact] tests/examples/Structure15.hs: OK
1053.95 s
[apply-refact] tests/examples/Pragma1.hs: OK (0.11s)
1054.00 s
[apply-refact] tests/examples/Default82.hs: OK (0.06s)
1054.01 s
[apply-refact] tests/examples/Bracket18.hs: OK
1054.05 s
[apply-refact] tests/examples/Default3.hs: OK (0.04s)
1054.09 s
[apply-refact] tests/examples/Monad0.hs: OK (0.05s)
1054.09 s
[apply-refact] tests/examples/Default127.hs: OK
1054.20 s
[apply-refact] tests/examples/Bracket25.hs: OK (0.11s)
1054.20 s
[apply-refact] tests/examples/Bracket24.hs: OK
1054.27 s
[apply-refact] tests/examples/Naming5.hs: OK (0.04s)
1054.30 s
[apply-refact] tests/examples/Unsafe3.hs: OK (0.06s)
1054.31 s
[apply-refact] tests/examples/Lambda38.hs: OK
1054.36 s
[apply-refact] tests/examples/Monad17.hs: OK (0.05s)
1054.37 s
[apply-refact] tests/examples/Comment8.hs: OK (0.01s)
1054.37 s
[apply-refact] tests/examples/Import22.hs: OK
1054.39 s
[apply-refact] tests/examples/Test22.hs: OK
1054.39 s
[apply-refact] tests/examples/Default18.hs: OK (0.02s)
1054.49 s
[apply-refact] tests/examples/Lambda21.hs: OK (0.09s)
1054.55 s
[apply-refact] tests/examples/Lambda0.hs: OK (0.07s)
1054.57 s
[apply-refact] tests/examples/Comment10.hs: OK (0.02s)
1054.57 s
[apply-refact] tests/examples/Test15.hs: OK
1054.57 s
[apply-refact] tests/examples/Pragma6.hs: OK
1054.62 s
[apply-refact] tests/examples/Duplicate4.hs: OK (0.05s)
1054.62 s
[apply-refact] tests/examples/List7.hs: OK
1054.67 s
[apply-refact] tests/examples/Import5.hs: OK (0.03s)
1054.73 s
[apply-refact] tests/examples/Default90.hs: OK (0.08s)
1054.77 s
[apply-refact] tests/examples/Lambda1.hs: OK (0.04s)
1054.81 s
[apply-refact] tests/examples/Unsafe2.hs: OK (0.05s)
1054.82 s
[apply-refact] tests/examples/Default87.hs: OK
1054.82 s
[apply-refact] tests/examples/Import4.hs: OK
1054.85 s
[apply-refact] tests/examples/Extensions16.hs: OK (0.03s)
1054.85 s
[apply-refact] tests/examples/Test6.hs: OK
1054.89 s
[apply-refact] tests/examples/Default54.hs: OK (0.04s)
1054.96 s
[apply-refact] tests/examples/Monad16.hs: OK (0.07s)
1055.01 s
[apply-refact] tests/examples/List11.hs: OK (0.05s)
1055.04 s
[apply-refact] tests/examples/Bracket8.hs: OK (0.03s)
1055.04 s
[apply-refact] tests/examples/Pragma9.hs: OK
1055.04 s
[apply-refact] tests/examples/Test37.hs: OK
1055.05 s
[apply-refact] tests/examples/Naming2.hs: OK
1055.09 s
[apply-refact] tests/examples/Lambda12.hs: OK (0.04s)
1055.09 s
[apply-refact] tests/examples/Structure5.hs: OK
1055.16 s
[apply-refact] tests/examples/Structure13.hs: OK (0.07s)
1055.17 s
[apply-refact] tests/examples/Bracket29.hs: OK
1055.18 s
[apply-refact] tests/examples/Extensions19.hs: OK (0.02s)
1055.22 s
[apply-refact] tests/examples/Test23.hs: OK
1055.25 s
[apply-refact] tests/examples/Lambda8.hs: OK (0.06s)
1055.25 s
[apply-refact] tests/examples/Pragma2.hs: OK
1055.25 s
[apply-refact] tests/examples/Default49.hs: OK
1055.31 s
[apply-refact] tests/examples/Default107.hs: OK (0.06s)
1055.33 s
[apply-refact] tests/examples/Test20.hs: OK
1055.34 s
[apply-refact] tests/examples/Structure0.hs: OK (0.03s)
1055.35 s
[apply-refact] tests/examples/Default109.hs: OK
1055.42 s
[apply-refact] tests/examples/Import10.hs: OK (0.03s)
1055.47 s
[apply-refact] tests/examples/Duplicate6.hs: OK (0.09s)
1055.49 s
[apply-refact] tests/examples/Bracket28.hs: OK
1055.60 s
[apply-refact] tests/examples/Sequence.hs: OK (0.12s)
1055.60 s
[apply-refact] tests/examples/Lambda36.hs: OK
1055.60 s
[apply-refact] tests/examples/Monad4.hs: OK
1055.69 s
[apply-refact] tests/examples/Import1.hs: OK (0.08s)
1055.75 s
[apply-refact] tests/examples/Default35.hs: OK (0.04s)
1055.78 s
[apply-refact] tests/examples/Monad19.hs: OK (0.06s)
1055.78 s
[apply-refact] tests/examples/Lambda11.hs: OK
1055.86 s
[apply-refact] tests/examples/Structure17.hs: OK (0.05s)
1055.90 s
[apply-refact] tests/examples/Extensions27.hs: OK (0.07s)
1055.99 s
[apply-refact] tests/examples/Default105.hs: OK (0.07s)
1056.02 s
[apply-refact] tests/examples/Bracket30.hs: OK (0.05s)
1056.03 s
[apply-refact] tests/examples/Naming4.hs: OK
1056.06 s
[apply-refact] tests/examples/Extensions18.hs: OK (0.03s)
1056.06 s
[apply-refact] tests/examples/Test25.hs: OK
1056.06 s
[apply-refact] tests/examples/Default70.hs: OK
1056.07 s
[apply-refact] tests/examples/Lambda23.hs: OK
1056.15 s
[apply-refact] tests/examples/Default39.hs: OK (0.05s)
1056.23 s
[apply-refact] tests/examples/Bracket6.hs: OK (0.10s)
1056.27 s
[apply-refact] tests/examples/Duplicate3.hs: OK (0.04s)
1056.31 s
[apply-refact] tests/examples/Default22.hs: OK (0.04s)
1056.38 s
[apply-refact] tests/examples/Monad3.hs: OK (0.08s)
1056.45 s
[apply-refact] tests/examples/Test31.hs: OK (0.06s)
1056.49 s
[apply-refact] tests/examples/Default15.hs: OK (0.04s)
1056.57 s
[retrie] buildPhase completed in 1 minutes 0 seconds
1056.57 s
[retrie] Phase: haddockPhase
1056.57 s
[apply-refact] tests/examples/Import12.hs: OK (0.04s)
1056.61 s
[apply-refact] tests/examples/ListRec3.hs: OK (0.07s)
1056.67 s
[apply-refact] tests/examples/Unsafe5.hs: OK (0.03s)
1056.73 s
[apply-refact] tests/examples/Bracket5.hs: OK (0.07s)
1056.74 s
[apply-refact] tests/examples/Default66.hs: OK (0.04s)
1056.77 s
[apply-refact] tests/examples/Bracket33.hs: OK (0.02s)
1056.77 s
[apply-refact] tests/examples/Test3.hs: OK
1056.77 s
[apply-refact] tests/examples/Naming15.hs: OK
1056.80 s
[apply-refact] tests/examples/Lambda40.hs: OK (0.03s)
1056.81 s
[apply-refact] tests/examples/Import9.hs: OK
1056.85 s
[retrie] Preprocessing library for retrie-1.2.3..
1056.86 s
[apply-refact] tests/examples/ArithSeq.hs: OK (0.03s)
1056.86 s
[retrie] Running Haddock on library for retrie-1.2.3..
1056.87 s
[retrie] Warning: The documentation for the following packages are not installed. No
1056.87 s
[retrie] links will be generated to these packages: fail-4.9.0.0, vector-0.13.2.0
1056.89 s
[apply-refact] tests/examples/Default28.hs: OK (0.05s)
1056.89 s
[apply-refact] tests/examples/Structure14.hs: OK (0.01s)
1056.96 s
[apply-refact] tests/examples/LambdaCase01.hs: OK (0.05s)
1056.97 s
[apply-refact] tests/examples/List1.hs: OK
1056.97 s
[retrie] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1057.03 s
[apply-refact] tests/examples/Unsafe7.hs: OK (0.03s)
1057.07 s
[apply-refact] tests/examples/List10.hs: OK (0.06s)
1057.10 s
[apply-refact] tests/examples/Monad7.hs: OK (0.02s)
1057.13 s
[apply-refact] tests/examples/Default5.hs: OK (0.05s)
1057.13 s
[apply-refact] tests/examples/Lambda22.hs: OK
1057.19 s
[apply-refact] tests/examples/Default11.hs: OK (0.05s)
1057.23 s
[apply-refact] tests/examples/Bracket38.hs: OK (0.03s)
1057.25 s
[apply-refact] tests/examples/Default26.hs: OK (0.03s)
1057.29 s
[apply-refact] tests/examples/Default47.hs: OK (0.03s)
1057.32 s
[apply-refact] tests/examples/Structure9.hs: OK (0.01s)
1057.35 s
[apply-refact] tests/examples/Extensions0.hs: OK (0.05s)
1057.37 s
[apply-refact] tests/examples/Default67.hs: OK
1057.39 s
[apply-refact] tests/examples/Default71.hs: OK (0.04s)
1057.39 s
[apply-refact] tests/examples/Lambda34.hs: OK
1057.45 s
[apply-refact] tests/examples/Default113.hs: OK (0.06s)
1057.45 s
[apply-refact] tests/examples/List3.hs: OK
1057.45 s
[apply-refact] tests/examples/Monad6.hs: OK
1057.49 s
[apply-refact] tests/examples/Import14.hs: OK (0.02s)
1057.53 s
[apply-refact] tests/examples/Import0.hs: OK (0.04s)
1057.55 s
[apply-refact] tests/examples/Extensions24.hs: OK (0.03s)
1057.61 s
[apply-refact] tests/examples/Extensions2.hs: OK (0.03s)
1057.64 s
[apply-refact] tests/examples/Bracket14.hs: OK (0.03s)
1057.71 s
[apply-refact] tests/examples/Comment2.hs: OK (0.06s)
1057.77 s
[apply-refact] tests/examples/Bracket44.hs: OK (0.07s)
1057.83 s
[apply-refact] tests/examples/Lambda18.hs: OK (0.05s)
1057.87 s
[apply-refact] tests/examples/Duplicate1.hs: OK (0.03s)
1057.89 s
[apply-refact] tests/examples/Lambda10.hs: OK (0.03s)
1057.89 s
[apply-refact] tests/examples/Default103.hs: OK
1057.96 s
[apply-refact] tests/examples/Monad14.hs: OK (0.08s)
1058.01 s
[apply-refact] tests/examples/Default8.hs: OK (0.04s)
1058.03 s
[apply-refact] tests/examples/Default51.hs: OK (0.03s)
1058.07 s
[apply-refact] tests/examples/Default43.hs: OK (0.04s)
1058.09 s
[apply-refact] tests/examples/Lambda16.hs: OK
1058.15 s
[apply-refact] tests/examples/Default13.hs: OK (0.05s)
1058.15 s
[apply-refact] tests/examples/Default62.hs: OK
1058.15 s
[apply-refact] tests/examples/Bracket20.hs: OK
1058.20 s
[apply-refact] tests/examples/Bracket9.hs: OK (0.04s)
1058.20 s
[apply-refact] tests/examples/Default101.hs: OK
1058.27 s
[apply-refact] tests/examples/Bracket31.hs: OK (0.06s)
1058.27 s
[apply-refact] tests/examples/Structure8.hs: OK (0.02s)
1058.30 s
[apply-refact] tests/examples/Naming16.hs: OK
1058.35 s
[apply-refact] tests/examples/Lambda35.hs: OK (0.06s)
1058.41 s
[apply-refact] tests/examples/Structure20.hs: OK (0.04s)
1058.43 s
[apply-refact] tests/examples/Bracket35.hs: OK (0.04s)
1058.45 s
[apply-refact] tests/examples/Default33.hs: OK (0.03s)
1058.50 s
[apply-refact] tests/examples/Bracket15.hs: OK (0.03s)
1058.53 s
[apply-refact] tests/examples/List0.hs: OK (0.05s)
1058.55 s
[apply-refact] tests/examples/Extensions20.hs: OK (0.03s)
1058.60 s
[apply-refact] tests/examples/Default86.hs: OK (0.05s)
1058.60 s
[apply-refact] tests/examples/Test18.hs: OK
1058.60 s
[apply-refact] tests/examples/Default29.hs: OK
1058.60 s
[apply-refact] tests/examples/Test1.hs: OK
1058.60 s
[apply-refact] tests/examples/Naming6.hs: OK
1058.67 s
[apply-refact] tests/examples/Extensions13.hs: OK (0.02s)
1058.69 s
[apply-refact] tests/examples/Default20.hs: OK (0.06s)
1058.75 s
[apply-refact] tests/examples/List9.hs: OK (0.03s)
1058.77 s
[apply-refact] tests/examples/Default123.hs: OK (0.05s)
1058.78 s
[apply-refact] tests/examples/Default46.hs: OK
1058.78 s
[apply-refact] tests/examples/Structure3.hs: OK
1058.78 s
[apply-refact] tests/examples/Import20.hs: OK
1058.80 s
[apply-refact] tests/examples/Lambda14.hs: OK (0.02s)
1058.83 s
[apply-refact] tests/examples/Comment5.hs: OK
1058.86 s
[apply-refact] tests/examples/ListRec0.hs: OK (0.06s)
1058.91 s
[apply-refact] tests/examples/Default10.hs: OK (0.04s)
1058.91 s
[apply-refact] tests/examples/Test32.hs: OK
1058.97 s
[apply-refact] tests/examples/Import6.hs: OK (0.06s)
1059.01 s
[apply-refact] tests/examples/Default89.hs: OK (0.03s)
1059.05 s
[apply-refact] tests/examples/Default44.hs: OK (0.05s)
1059.05 s
[apply-refact] tests/examples/Test21.hs: OK
1059.09 s
[apply-refact] tests/examples/Lambda3.hs: OK (0.04s)
1059.15 s
[apply-refact] tests/examples/Lambda15.hs: OK (0.06s)
1059.19 s
[apply-refact] tests/examples/Default59.hs: OK
1059.21 s
[apply-refact] tests/examples/Default4.hs: OK (0.03s)
1059.25 s
[apply-refact] tests/examples/Bracket41.hs: OK (0.07s)
1059.32 s
[retrie] 30% ( 59 /195) in 'Retrie.GHC'
1059.32 s
[retrie] Missing documentation for:
1059.32 s
[retrie] Module header
1059.32 s
[retrie] RuleInfo (Retrie/GHC.hs:137)
1059.32 s
[retrie] ruleInfo (Retrie/GHC.hs:110)
1059.32 s
[retrie] cLPat (Retrie/GHC.hs:66)
1059.32 s
[retrie] rdrFS (Retrie/GHC.hs:83)
1059.32 s
[retrie] fsDot (Retrie/GHC.hs:87)
1059.32 s
[retrie] varRdrName (Retrie/GHC.hs:90)
1059.32 s
[retrie] tyvarRdrName (Retrie/GHC.hs:94)
1059.32 s
[retrie] fixityDecls (Retrie/GHC.hs:100)
1059.32 s
[retrie] tyBindersToLocatedRdrNames (Retrie/GHC.hs:130)
1059.32 s
[retrie] ruleBindersToQs (Retrie/GHC.hs:122)
1059.32 s
[retrie] overlaps (Retrie/GHC.hs:149)
1059.32 s
[retrie] within (Retrie/GHC.hs:156)
1059.32 s
[retrie] lineCount (Retrie/GHC.hs:163)
1059.32 s
[retrie] showRdrs (Retrie/GHC.hs:169)
1059.32 s
[retrie] uniqBag (Retrie/GHC.hs:172)
1059.32 s
[retrie] getRealLoc (Retrie/GHC.hs:175)
1059.32 s
[retrie] getRealSpan (Retrie/GHC.hs:183)
1059.32 s
[retrie] Levity
1059.32 s
[retrie] Boxity
1059.32 s
[retrie] TypeOrConstraint
1059.32 s
[retrie] UnfoldingSource
1059.32 s
[retrie] InlinePragma
1059.32 s
[retrie] Activation
1059.32 s
[retrie] CompilerPhase
1059.32 s
[retrie] SuccessFlag
1059.32 s
[retrie] TailCallInfo
1059.32 s
[retrie] BranchCount
1059.32 s
[retrie] TupleSort
1059.32 s
[retrie] OverlapMode
1059.32 s
[retrie] Origin
1059.32 s
[retrie] TopLevelFlag
1059.32 s
[retrie] RuleName
1059.32 s
[retrie] FunctionOrData
1059.32 s
[retrie] SwapFlag
1059.32 s
[retrie] LeftOrRight
1059.32 s
[retrie] appPrec
1059.32 s
[retrie] isBoxed
1059.32 s
[retrie] isPromoted
1059.32 s
[retrie] fromEP
1059.32 s
[retrie] toEP
1059.32 s
[retrie] pickLR
1059.32 s
[retrie] mkAlignment
1059.32 s
[retrie] alignmentOf
1059.32 s
[retrie] isOneShotInfo
1059.32 s
[retrie] hasNoOneShotInfo
1059.32 s
[retrie] worstOneShot
1059.32 s
[retrie] bestOneShot
1059.32 s
[retrie] flipSwap
1059.32 s
[retrie] isSwapped
1059.32 s
[retrie] unSwap
1059.32 s
[retrie] pprRuleName
1059.32 s
[retrie] isNotTopLevel
1059.32 s
[retrie] isTopLevel
1059.32 s
[retrie] isMarkedCbv
1059.32 s
[retrie] isRec
1059.32 s
[retrie] isNonRec
1059.32 s
[retrie] boolToRecFlag
1059.32 s
[retrie] isGenerated
1059.32 s
[retrie] setOverlapModeMaybe
1059.32 s
[retrie] hasIncoherentFlag
1059.32 s
[retrie] hasOverlappableFlag
1059.32 s
[retrie] hasOverlappingFlag
1059.32 s
[retrie] topPrec
1059.32 s
[retrie] sigPrec
1059.32 s
[retrie] funPrec
1059.32 s
[retrie] opPrec
1059.32 s
[retrie] starPrec
1059.32 s
[retrie] maxPrec
1059.32 s
[retrie] maybeParen
1059.32 s
[retrie] tupleSortBoxity
1059.32 s
[retrie] boxityTupleSort
1059.32 s
[retrie] tupleParens
1059.32 s
[retrie] sumParens
1059.32 s
[retrie] unboxedTupleOrSumExtension
1059.32 s
[retrie] oneBranch
1059.32 s
[retrie] noOccInfo
1059.32 s
[retrie] isNoOccInfo
1059.32 s
[retrie] isManyOccs
1059.32 s
[retrie] seqOccInfo
1059.32 s
[retrie] tailCallInfo
1059.32 s
[retrie] zapOccTailCallInfo
1059.32 s
[retrie] isAlwaysTailCalled
1059.32 s
[retrie] strongLoopBreaker
1059.32 s
[retrie] weakLoopBreaker
1059.32 s
[retrie] isWeakLoopBreaker
1059.32 s
[retrie] isStrongLoopBreaker
1059.32 s
[retrie] isDeadOcc
1059.32 s
[retrie] isOneOcc
1059.32 s
[retrie] zapFragileOcc
1059.32 s
[retrie] successIf
1059.32 s
[retrie] succeeded
1059.32 s
[retrie] failed
1059.32 s
[retrie] beginPhase
1059.32 s
[retrie] activeAfter
1059.32 s
[retrie] nextPhase
1059.32 s
[retrie] laterPhase
1059.32 s
[retrie] activateAfterInitial
1059.32 s
[retrie] activateDuringFinal
1059.32 s
[retrie] isActive
1059.32 s
[retrie] activeInFinalPhase
1059.32 s
[retrie] isNeverActive
1059.32 s
[retrie] isAlwaysActive
1059.32 s
[retrie] competesWith
1059.32 s
[retrie] isConLike
1059.32 s
[retrie] isFunLike
1059.32 s
[retrie] noUserInlineSpec
1059.32 s
[retrie] defaultInlinePragma
1059.32 s
[retrie] alwaysInlinePragma
1059.32 s
[retrie] neverInlinePragma
1059.32 s
[retrie] alwaysInlineConLikePragma
1059.32 s
[retrie] inlinePragmaSpec
1059.32 s
[retrie] inlinePragmaSource
1059.32 s
[retrie] inlineSpecSource
1059.32 s
[retrie] dfunInlinePragma
1059.32 s
[retrie] isDefaultInlinePragma
1059.32 s
[retrie] isInlinePragma
1059.32 s
[retrie] isInlinablePragma
1059.32 s
[retrie] isNoInlinePragma
1059.32 s
[retrie] isAnyInlinePragma
1059.32 s
[retrie] isOpaquePragma
1059.32 s
[retrie] inlinePragmaSat
1059.32 s
[retrie] inlinePragmaActivation
1059.32 s
[retrie] inlinePragmaRuleMatchInfo
1059.32 s
[retrie] setInlinePragmaActivation
1059.32 s
[retrie] setInlinePragmaRuleMatchInfo
1059.32 s
[retrie] isStableUserSource
1059.32 s
[retrie] isStableSystemSource
1059.32 s
[retrie] isCompulsorySource
1059.32 s
[retrie] isStableSource
1059.32 s
[retrie] intGtLimit
1059.32 s
[retrie] isTypeLevel
1059.32 s
[retrie] isKindLevel
1059.32 s
[retrie] mightBeLifted
1059.32 s
[retrie] mightBeUnlifted
1059.32 s
[retrie] defaultNonStandardTyVars
1059.32 s
[apply-refact] tests/examples/Default23.hs: OK (0.04s)
1059.37 s
[apply-refact] tests/examples/Default6.hs: OK (0.06s)
1059.37 s
[apply-refact] tests/examples/Import2.hs: OK (0.02s)
1059.37 s
[apply-refact] tests/examples/Bracket34.hs: OK
1059.38 s
[apply-refact] tests/examples/Default102.hs: OK
1059.44 s
[apply-refact] tests/examples/Dollar0.hs: OK (0.03s)
1059.44 s
[apply-refact] tests/examples/Import18.hs: OK
1059.49 s
[apply-refact] tests/examples/Lambda6.hs: OK (0.02s)
1059.49 s
[retrie] 0% ( 0 / 9) in 'Retrie.Fixity'
1059.49 s
[retrie] Missing documentation for:
1059.49 s
[retrie] Module header
1059.49 s
[retrie] FixityEnv (Retrie/Fixity.hs:20)
1059.49 s
[retrie] mkFixityEnv (Retrie/Fixity.hs:38)
1059.49 s
[retrie] lookupOp (Retrie/Fixity.hs:30)
1059.49 s
[retrie] lookupOpRdrName (Retrie/Fixity.hs:34)
1059.49 s
[retrie] Fixity
1059.49 s
[retrie] FixityDirection
1059.49 s
[retrie] extendFixityEnv (Retrie/Fixity.hs:41)
1059.49 s
[retrie] ppFixityEnv (Retrie/Fixity.hs:45)
1059.52 s
[apply-refact] tests/examples/Bracket40.hs: OK (0.06s)
1059.52 s
[apply-refact] tests/examples/Default16.hs: OK
1059.53 s
[apply-refact] tests/examples/Naming8.hs: OK
1059.56 s
[retrie] 44% ( 4 / 9) in 'Retrie.AlphaEnv'
1059.56 s
[retrie] Missing documentation for:
1059.56 s
[retrie] Module header
1059.56 s
[retrie] alphaEnvOffset (Retrie/AlphaEnv.hs:51)
1059.56 s
[retrie] emptyAlphaEnv (Retrie/AlphaEnv.hs:54)
1059.56 s
[retrie] lookupAlphaEnv (Retrie/AlphaEnv.hs:73)
1059.56 s
[retrie] pruneAlphaEnv (Retrie/AlphaEnv.hs:70)
1059.56 s
[apply-refact] tests/examples/Default27.hs: OK (0.03s)
1059.56 s
[apply-refact] tests/examples/List13.hs: OK
1059.59 s
[apply-refact] tests/examples/Import15.hs: OK
1059.63 s
[apply-refact] tests/examples/ListRec5.hs: OK (0.06s)
1059.67 s
[apply-refact] tests/examples/Bracket21.hs: OK (0.03s)
1059.69 s
[apply-refact] tests/examples/Naming10.hs: OK (0.04s)
1059.73 s
[apply-refact] tests/examples/Default128.hs: OK (0.02s)
1059.77 s
[apply-refact] tests/examples/ListRec4.hs: OK (0.06s)
1059.77 s
[apply-refact] tests/examples/Default110.hs: OK
1059.79 s
[apply-refact] tests/examples/Pragma7.hs: OK (0.02s)
1059.79 s
[apply-refact] tests/examples/Bracket1.hs: OK
1059.85 s
[apply-refact] tests/examples/Monad15.hs: OK (0.05s)
1059.90 s
[apply-refact] tests/examples/AndList.hs: OK (0.04s)
1059.93 s
[apply-refact] tests/examples/Structure1.hs: OK (0.04s)
1059.93 s
[apply-refact] tests/examples/Default45.hs: OK (0.01s)
1059.99 s
[apply-refact] tests/examples/Duplicate2.hs: OK (0.04s)
1060.06 s
[apply-refact] tests/examples/Pragma3.hs: OK (0.02s)
1060.09 s
[retrie] 37% ( 3 / 8) in 'Retrie.Pretty'
1060.09 s
[retrie] Missing documentation for:
1060.09 s
[retrie] Module header
1060.09 s
[retrie] noColor (Retrie/Pretty.hs:27)
1060.09 s
[retrie] addColor (Retrie/Pretty.hs:30)
1060.09 s
[retrie] ColoriseFun (Retrie/Pretty.hs:25)
1060.09 s
[retrie] strip (Retrie/Pretty.hs:71)
1060.09 s
[apply-refact] tests/examples/List14.hs: OK (0.07s)
1060.09 s
[apply-refact] tests/examples/Extensions5.hs: OK
1060.15 s
[apply-refact] tests/examples/Bracket7.hs: OK (0.03s)
1060.19 s
[apply-refact] tests/examples/Bracket3.hs: OK (0.05s)
1060.23 s
[apply-refact] tests/examples/Default65.hs: OK (0.06s)
1060.25 s
[apply-refact] tests/examples/Default32.hs: OK
1060.26 s
[apply-refact] tests/examples/Default12.hs: OK (0.02s)
1060.26 s
[apply-refact] tests/examples/Duplicate0.hs: OK
1060.28 s
[apply-refact] tests/examples/Lambda26.hs: OK (0.01s)
1060.32 s
[apply-refact] tests/examples/Naming7.hs: OK
1060.37 s
[apply-refact] tests/examples/Structure18.hs: OK (0.07s)
1060.38 s
[apply-refact] tests/examples/Default74.hs: OK (0.03s)
1060.39 s
[apply-refact] tests/examples/Naming0.hs: OK
1060.43 s
[apply-refact] tests/examples/Extensions26.hs: OK (0.05s)
1060.44 s
[apply-refact] tests/examples/Monad13.hs: OK
1060.44 s
[apply-refact] tests/examples/Bracket17.hs: OK
1060.52 s
[apply-refact] tests/examples/Default38.hs: OK (0.04s)
1060.55 s
[apply-refact] tests/examples/Default2.hs: OK (0.07s)
1060.55 s
[apply-refact] tests/examples/Test13.hs: OK
1060.55 s
[apply-refact] tests/examples/Bracket32.hs: OK
1060.58 s
[apply-refact] tests/examples/Monad18.hs: OK (0.03s)
1060.66 s
[apply-refact] tests/examples/Lambda32.hs: OK (0.08s)
1060.69 s
[apply-refact] tests/examples/Bracket27.hs: OK (0.03s)
1060.70 s
[apply-refact] tests/examples/ParseErrorNoHint.hs: OK
1060.70 s
[apply-refact] tests/examples/Test33.hs: OK
1060.74 s
[apply-refact] tests/examples/Default56.hs: OK (0.04s)
1060.74 s
[apply-refact] tests/examples/Duplicate5.hs: OK
1060.74 s
[apply-refact] tests/examples/Default63.hs: OK
1060.74 s
[apply-refact] tests/examples/Test35.hs: OK
1060.75 s
[apply-refact] tests/examples/Test17.hs: OK
1060.76 s
[apply-refact] tests/examples/Pragma4.hs: OK (0.02s)
1060.76 s
[apply-refact] tests/examples/List12.hs: OK
1060.77 s
[apply-refact] tests/examples/Lambda17.hs: OK
1060.77 s
[apply-refact] tests/examples/Default57.hs: OK
1060.77 s
[apply-refact] tests/examples/Import8.hs: OK
1060.84 s
[retrie] 90% ( 9 / 10) in 'Retrie.Quantifiers'
1060.84 s
[retrie] Missing documentation for:
1060.84 s
[retrie] Module header
1060.84 s
[apply-refact] tests/examples/Comment9.hs: OK (0.07s)
1060.88 s
[apply-refact] tests/examples/Default122.hs: OK (0.04s)
1060.88 s
[apply-refact] tests/examples/Lambda9.hs: OK
1060.93 s
[apply-refact] tests/examples/Lambda25.hs: OK (0.04s)
1060.94 s
[apply-refact] tests/examples/Bracket22.hs: OK (0.01s)
1060.95 s
[apply-refact] tests/examples/Lambda33.hs: OK
1060.98 s
[retrie] 88% (137 /155) in 'Retrie.SYB'
1060.98 s
[retrie] Missing documentation for:
1060.98 s
[retrie] Module header
1060.98 s
[retrie] GenericMCQ (Retrie/SYB.hs:50)
1060.98 s
[retrie] TyCon
1060.98 s
[retrie] tyConPackage
1060.98 s
[retrie] tyConModule
1060.98 s
[retrie] tyConName
1060.98 s
[retrie] tyConFingerprint
1060.98 s
[retrie] rnfTyCon
1060.98 s
[retrie] trLiftedRep
1060.98 s
[retrie] typeOf1
1060.98 s
[retrie] typeOf2
1060.98 s
[retrie] typeOf3
1060.98 s
[retrie] typeOf4
1060.98 s
[retrie] typeOf5
1060.98 s
[retrie] typeOf6
1060.98 s
[retrie] typeOf7
1060.98 s
[retrie] mkIntegralConstr
1060.98 s
[retrie] mkRealConstr
1061.07 s
[apply-refact] tests/examples/Pragma0.hs: OK (0.12s)
1061.08 s
[apply-refact] tests/examples/List2.hs: OK (0.02s)
1061.11 s
[apply-refact] tests/examples/Extensions10.hs: OK
1061.13 s
[retrie] Warning: 'transform' is out of scope.
1061.13 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1061.13 s
[retrie] Warning: 'graftT' is out of scope.
1061.13 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1061.13 s
[retrie] Warning: 'ast' is out of scope.
1061.13 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1061.14 s
[retrie] 56% ( 14 / 25) in 'Retrie.ExactPrint.Annotated'
1061.14 s
[retrie] Missing documentation for:
1061.14 s
[retrie] Module header
1061.14 s
[retrie] AnnotatedHsDecl (Retrie/ExactPrint/Annotated.hs:59)
1061.14 s
[retrie] AnnotatedHsExpr (Retrie/ExactPrint/Annotated.hs:60)
1061.14 s
[retrie] AnnotatedHsType (Retrie/ExactPrint/Annotated.hs:61)
1061.14 s
[retrie] AnnotatedImport (Retrie/ExactPrint/Annotated.hs:62)
1061.14 s
[retrie] AnnotatedImports (Retrie/ExactPrint/Annotated.hs:63)
1061.14 s
[retrie] AnnotatedModule (Retrie/ExactPrint/Annotated.hs:65)
1061.14 s
[retrie] AnnotatedPat (Retrie/ExactPrint/Annotated.hs:69)
1061.14 s
[retrie] AnnotatedStmt (Retrie/ExactPrint/Annotated.hs:70)
1061.14 s
[retrie] setEntryDPA (Retrie/ExactPrint/Annotated.hs:156)
1061.14 s
[retrie] printA' (Retrie/ExactPrint/Annotated.hs:165)
1061.15 s
[apply-refact] tests/examples/Lambda5.hs: OK (0.06s)
1061.18 s
[apply-refact] tests/examples/Default121.hs: OK (0.03s)
1061.18 s
[apply-refact] tests/examples/Test26.hs: OK
1061.23 s
[retrie]
1061.23 s
[retrie] Retrie/ExactPrint/Annotated.hs:39:1: warning : [ -Wdodgy-imports ]
1061.23 s
[retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
1061.23 s
[retrie] |
1061.23 s
[retrie] 39 | import Control.Monad.State.Lazy hiding (fix)
1061.23 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1061.25 s
[apply-refact] tests/examples/Monad5.hs: OK (0.06s)
1061.27 s
[apply-refact] tests/examples/Pragma5.hs: OK (0.03s)
1061.33 s
[retrie] 36% ( 4 / 11) in 'Retrie.Util'
1061.33 s
[retrie] Missing documentation for:
1061.33 s
[retrie] Module header
1061.33 s
[retrie] Verbosity (Retrie/Util.hs:21)
1061.33 s
[retrie] debugPrint (Retrie/Util.hs:24)
1061.33 s
[retrie] ignoreWorker (Retrie/Util.hs:68)
1061.33 s
[retrie] handler (Retrie/Util.hs:91)
1061.33 s
[retrie] putErrStrLn (Retrie/Util.hs:96)
1061.33 s
[retrie] missingSyntax (Retrie/Util.hs:106)
1061.34 s
[apply-refact] tests/examples/Extensions11.hs: OK (0.06s)
1061.35 s
[apply-refact] tests/examples/Test34.hs: OK
1061.41 s
[apply-refact] tests/examples/Unsafe8.hs: OK (0.04s)
1061.45 s
[apply-refact] tests/examples/Default79.hs: OK (0.07s)
1061.55 s
[apply-refact] tests/examples/Structure7.hs: OK (0.08s)
1061.55 s
[apply-refact] tests/examples/Default76.hs: OK (0.02s)
1061.56 s
[apply-refact] tests/examples/Naming11.hs: OK
1061.56 s
[apply-refact] tests/examples/Import17.hs: OK
1061.56 s
[apply-refact] tests/examples/Test12.hs: OK
1061.59 s
[apply-refact] tests/examples/Default116.hs: OK (0.03s)
1061.59 s
[retrie] 46% ( 70 /150) in 'Retrie.ExactPrint'
1061.59 s
[retrie] Missing documentation for:
1061.59 s
[retrie] LibDir
1061.59 s
[retrie] parseContent (Retrie/ExactPrint.hs:274)
1061.59 s
[retrie] parseContentNoFixity (Retrie/ExactPrint.hs:260)
1061.59 s
[retrie] addAllAnnsT (Retrie/ExactPrint.hs:395)
1061.59 s
[retrie] swapEntryDPT (Retrie/ExactPrint.hs:232)
1061.59 s
[retrie] transferAnnsT (Retrie/ExactPrint.hs:472)
1061.59 s
[retrie] transferEntryAnnsT (Retrie/ExactPrint.hs:357)
1061.59 s
[retrie] transferAnchor (Retrie/ExactPrint.hs:424)
1061.59 s
[retrie] debugDump (Retrie/ExactPrint.hs:334)
1061.59 s
[retrie] debugParse (Retrie/ExactPrint.hs:510)
1061.59 s
[retrie] debug (Retrie/ExactPrint.hs:82)
1061.59 s
[retrie] hasComments (Retrie/ExactPrint.hs:443)
1061.59 s
[retrie] isComma (Retrie/ExactPrint.hs:429)
1061.59 s
[retrie] BlankEpAnnotations
1061.59 s
[retrie] BlankSrcSpan
1061.59 s
[retrie] WithWhere
1061.59 s
[retrie] d0
1061.59 s
[retrie] d1
1061.59 s
[retrie] showAst
1061.59 s
[retrie] exactPrint
1061.59 s
[retrie] runTransformT
1061.59 s
[retrie] captureMatchLineSpacing
1061.59 s
[retrie] captureLineSpacing
1061.59 s
[retrie] captureTypeSigSpacing
1061.59 s
[retrie] getEntryDP
1061.59 s
[retrie] balanceCommentsList
1061.59 s
[retrie] balanceCommentsList'
1061.59 s
[retrie] anchorEof
1061.59 s
[retrie] noAnnSrcSpanDP0
1061.59 s
[retrie] noAnnSrcSpanDP1
1061.59 s
[retrie] noAnnSrcSpanDPn
1061.59 s
[retrie] dn
1061.59 s
[retrie] m0
1061.59 s
[retrie] m1
1061.59 s
[retrie] mn
1061.59 s
[retrie] addComma
1061.59 s
[retrie] hsDeclsValBinds
1061.59 s
[retrie] showGhc
1061.59 s
[retrie] mkComment
1061.59 s
[retrie] debugM
1061.59 s
[retrie] warn
1061.59 s
[retrie] undeltaSpan
1061.59 s
[retrie] adjustDeltaForOffset
1061.59 s
[retrie] ss2pos
1061.59 s
[retrie] ss2posEnd
1061.59 s
[retrie] ss2range
1061.59 s
[retrie] rs2range
1061.59 s
[retrie] rs
1061.59 s
[retrie] range2rs
1061.59 s
[retrie] badRealSrcSpan
1061.59 s
[retrie] spanLength
1061.59 s
[retrie] isListComp
1061.59 s
[retrie] needsWhere
1061.59 s
[retrie] insertCppComments
1061.59 s
[retrie] ghcCommentText
1061.59 s
[retrie] tokComment
1061.59 s
[retrie] hsDocStringComments
1061.59 s
[retrie] dedentDocChunk
1061.59 s
[retrie] dedentDocChunkBy
1061.59 s
[retrie] printDecorator
1061.59 s
[retrie] mkEpaComments
1061.59 s
[retrie] comment2LEpaComment
1061.59 s
[retrie] mkLEpaComment
1061.59 s
[retrie] normaliseCommentText
1061.59 s
[retrie] noKWComments
1061.59 s
[retrie] sortAnchorLocated
1061.59 s
[retrie] isSymbolRdrName
1061.59 s
[retrie] rdrName2String
1061.59 s
[retrie] name2String
1061.59 s
[retrie] locatedAnAnchor
1061.59 s
[retrie] setAnchorAn
1061.59 s
[retrie] setAnchorEpa
1061.59 s
[retrie] setAnchorEpaL
1061.59 s
[retrie] setAnchorHsModule
1061.59 s
[retrie] trailingAnnLoc
1061.59 s
[retrie] setTrailingAnnLoc
1061.59 s
[retrie] addEpAnnLoc
1061.59 s
[retrie] anchorToEpaLocation
1061.59 s
[retrie] hackSrcSpanToAnchor
1061.59 s
[retrie] hackAnchorToSrcSpan
1061.65 s
[apply-refact] tests/examples/Default64.hs: OK (0.06s)
1061.68 s
[apply-refact] tests/examples/Lambda37.hs: OK (0.03s)
1061.75 s
[apply-refact] tests/examples/Bracket46.hs: OK (0.06s)
1061.77 s
[retrie]
1061.78 s
[retrie] Retrie/ExactPrint.hs:53:1: warning : [ -Wdodgy-imports ]
1061.78 s
[retrie] Module ‘Control.Monad.State.Lazy’ does not export ‘fix’
1061.78 s
[retrie] |
1061.78 s
[retrie] 53 | import Control.Monad.State.Lazy hiding (fix)
1061.78 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1061.78 s
[retrie]
1061.78 s
[retrie] Retrie/ExactPrint.hs:77:1: warning : [ -Wunused-imports ]
1061.78 s
[retrie] The import of ‘Retrie.Util’ is redundant
1061.78 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1061.78 s
[retrie] To import instances alone, use: import Retrie.Util()
1061.78 s
[retrie] |
1061.78 s
[retrie] 77 | import Retrie.Util
1061.78 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1061.78 s
[retrie]
1061.78 s
[retrie] Retrie/ExactPrint.hs:109:39: warning : [ -Wunused-matches ]
1061.78 s
[retrie] Defined but not used: ‘l1’
1061.78 s
[retrie] |
1061.78 s
[retrie] 109 | fixOneExpr env (L l2 (OpApp x2 ap1@(L l1 (OpApp x1 x op1 y)) op2 z))
1061.78 s
[retrie] | ^^
1061.78 s
[retrie]
1061.79 s
[retrie] Retrie/ExactPrint.hs:114:5: warning : [ -Wunused-matches ]
1061.79 s
[retrie] Defined but not used: ‘ap1_1’
1061.79 s
[retrie] |
1061.79 s
[retrie] 114 | ap1_1 <- transferAnnsT isComma ap2'_0 ap1_0
1061.79 s
[retrie] | ^^^^^
1061.79 s
[retrie]
1061.79 s
[retrie] Retrie/ExactPrint.hs:123:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1061.79 s
[retrie] This binding for ‘ext2’ shadows the existing binding
1061.79 s
[retrie] imported from ‘Retrie.SYB’ at Retrie/ExactPrint.hs:76:1-31
1061.79 s
[retrie] (and originally defined in ‘Data.Generics.Aliases’)
1061.79 s
[retrie] |
1061.79 s
[apply-refact] tests/examples/Lambda7.hs: OK (0.02s)
1061.79 s
[retrie] 123 | fixOnePat env (dLPat -> Just (L l2 (ConPat ext2 op2 (InfixCon (dLPat -> Just ap1@(L l1 (ConPat ext1 op1 (InfixCon x y)))) z))))
1061.79 s
[retrie] | ^^^^
1061.79 s
[retrie]
1061.79 s
[retrie] Retrie/ExactPrint.hs:126:6: warning : [ -Wunused-matches ]
1061.79 s
[retrie] Defined but not used: ‘ap1_0’
1061.79 s
[retrie] |
1061.79 s
[retrie] 126 | (ap1_0 , ap2'_0) <- swapEntryDPT ap1 ap2'
1061.79 s
[retrie] | ^^^^^
1061.79 s
[retrie]
1061.79 s
[retrie] Retrie/ExactPrint.hs:127:5: warning : [ -Wunused-matches ]
1061.80 s
[retrie] Defined but not used: ‘ap1_1’
1061.80 s
[retrie] |
1061.80 s
[retrie] 127 | ap1_1 <- transferAnnsT isComma ap2' ap1
1061.80 s
[retrie] | ^^^^^
1061.80 s
[retrie]
1061.80 s
[retrie] Retrie/ExactPrint.hs:176:14: warning : [ -Wunused-matches ]
1061.80 s
[retrie] Defined but not used: ‘n’
1061.80 s
[retrie] |
1061.80 s
[retrie] 176 | SameLine n -> do
1061.80 s
[retrie] | ^
1061.80 s
[retrie]
1061.80 s
[retrie] Retrie/ExactPrint.hs:209:22: warning : [ -Wunused-matches ]
1061.80 s
[retrie] Defined but not used: ‘l’
1061.80 s
[retrie] |
1061.80 s
[retrie] 209 | fixOneEntryExpr e@(L l (OpApp a x b c)) = do
1061.80 s
[retrie] | ^
1061.80 s
[retrie]
1061.80 s
[retrie] Retrie/ExactPrint.hs:222:15: warning : [ -Wunused-matches ]
1061.80 s
[retrie] Defined but not used: ‘l’
1061.80 s
[retrie] |
1061.80 s
[retrie] 222 | | Just p@(L l (ConPat a b (InfixCon x c))) <- dLPat pat = do
1061.80 s
[retrie] | ^
1061.80 s
[retrie]
1061.80 s
[retrie] Retrie/ExactPrint.hs:435:1: warning : [ -Wunused-top-binds ]
1061.80 s
[retrie] Defined but not used: ‘isCommentKeyword’
1061.81 s
[retrie] |
1061.81 s
[retrie] 435 | isCommentKeyword _ = False
1061.81 s
[retrie] | ^^^^^^^^^^^^^^^^
1061.81 s
[retrie]
1061.81 s
[retrie] Retrie/ExactPrint.hs:445:35: warning : [ -Wunused-matches ]
1061.81 s
[retrie] Defined but not used: ‘anc’
1061.81 s
[retrie] |
1061.81 s
[retrie] 445 | hasComments (L (SrcSpanAnn (EpAnn anc _ cs) _) _)
1061.81 s
[retrie] | ^^^
1061.81 s
[retrie]
1061.81 s
[retrie] Retrie/ExactPrint.hs:478:15: warning : [ -Wunused-matches ]
1061.81 s
[retrie] Defined but not used: ‘p’
1061.81 s
[retrie] |
1061.81 s
[retrie] 478 | transferAnnsT p (L (SrcSpanAnn EpAnnNotUsed _) _) b = return b
1061.81 s
[retrie] | ^
1061.81 s
[retrie]
1061.81 s
[retrie] Retrie/ExactPrint.hs:479:39: warning : [ -Wunused-matches ]
1061.82 s
[retrie] Defined but not used: ‘anc’
1061.82 s
[retrie] |
1061.82 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a) (L (SrcSpanAnn an lb) b) = do
1061.82 s
[retrie] | ^^^
1061.82 s
[retrie]
1061.82 s
[retrie] Retrie/ExactPrint.hs:479:60: warning : [ -Wunused-matches ]
1061.82 s
[retrie] Defined but not used: ‘cs’
1061.82 s
[retrie] |
1061.82 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs ) l) a) (L (SrcSpanAnn an lb) b) = do
1061.82 s
[retrie] | ^^
1061.82 s
[retrie]
1061.82 s
[retrie] Retrie/ExactPrint.hs:479:64: warning : [ -Wunused-matches ]
1061.82 s
[retrie] Defined but not used: ‘l’
1061.82 s
[retrie] |
1061.82 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l ) a) (L (SrcSpanAnn an lb) b) = do
1061.82 s
[retrie] | ^
1061.82 s
[retrie]
1061.82 s
[retrie] Retrie/ExactPrint.hs:479:67: warning : [ -Wunused-matches ]
1061.82 s
[retrie] Defined but not used: ‘a’
1061.82 s
[retrie] |
1061.83 s
[retrie] 479 | transferAnnsT p (L (SrcSpanAnn (EpAnn anc (AnnListItem ts) cs) l) a ) (L (SrcSpanAnn an lb) b) = do
1061.83 s
[retrie] | ^
1061.85 s
[apply-refact] tests/examples/Default24.hs: OK (0.07s)
1061.88 s
[retrie] 87% ( 7 / 8) in 'Retrie.Substitution'
1061.88 s
[retrie] Missing documentation for:
1061.88 s
[retrie] Module header
1061.91 s
[apply-refact] tests/examples/Default48.hs: OK (0.05s)
1061.93 s
[apply-refact] tests/examples/Structure22.hs: OK (0.06s)
1061.93 s
[apply-refact] tests/examples/Extensions4.hs: OK
1061.95 s
[retrie] 20% ( 1 / 5) in 'Retrie.FreeVars'
1061.95 s
[retrie] Missing documentation for:
1061.95 s
[retrie] Module header
1061.95 s
[retrie] FreeVars (Retrie/FreeVars.hs:22)
1061.95 s
[retrie] elemFVs (Retrie/FreeVars.hs:60)
1061.95 s
[retrie] substFVs (Retrie/FreeVars.hs:37)
1061.97 s
[apply-refact] tests/examples/Comment0.hs: OK (0.03s)
1061.97 s
[apply-refact] tests/examples/Monad8.hs: OK
1061.97 s
[retrie]
1061.98 s
[retrie] Retrie/FreeVars.hs:28:3: warning : [ -Wnoncanonical-monoid-instances ]
1061.98 s
[retrie] Noncanonical ‘(<>) = mappend’ definition detected
1061.98 s
[retrie] in the instance declaration for ‘Semigroup FreeVars’.
1061.98 s
[retrie] Move definition from ‘mappend’ to ‘(<>)’
1061.98 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1061.98 s
[retrie] |
1061.98 s
[retrie] 28 | (<>) = mappend
1061.98 s
[retrie] | ^^^^^^^^^^^^^^
1061.98 s
[retrie]
1061.98 s
[retrie] Retrie/FreeVars.hs:32:3: warning : [ -Wnoncanonical-monoid-instances ]
1061.98 s
[retrie] Noncanonical ‘mappend’ definition detected
1061.98 s
[retrie] in the instance declaration for ‘Monoid FreeVars’.
1061.98 s
[retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
1061.98 s
[retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
1061.98 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1061.98 s
[retrie] |
1061.98 s
[retrie] 32 | mappend (FreeVars s1) (FreeVars s2) = FreeVars $ s1 <> s2
1061.98 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1062.03 s
[apply-refact] tests/examples/Default36.hs: OK (0.06s)
1062.04 s
[retrie] 0% ( 0 / 16) in 'Retrie.PatternMap.Class'
1062.04 s
[retrie] Missing documentation for:
1062.04 s
[retrie] Module header
1062.04 s
[retrie] MatchEnv (Retrie/PatternMap/Class.hs:25)
1062.04 s
[retrie] extendMatchEnv (Retrie/PatternMap/Class.hs:30)
1062.04 s
[retrie] pruneMatchEnv (Retrie/PatternMap/Class.hs:34)
1062.04 s
[retrie] A (Retrie/PatternMap/Class.hs:40)
1062.04 s
[retrie] toA (Retrie/PatternMap/Class.hs:42)
1062.04 s
[retrie] toAList (Retrie/PatternMap/Class.hs:45)
1062.04 s
[retrie] unionOn (Retrie/PatternMap/Class.hs:49)
1062.04 s
[retrie] PatternMap (Retrie/PatternMap/Class.hs:54)
1062.04 s
[retrie] mapFor (Retrie/PatternMap/Class.hs:64)
1062.04 s
[retrie] maybeMap (Retrie/PatternMap/Class.hs:68)
1062.04 s
[retrie] maybeListMap (Retrie/PatternMap/Class.hs:71)
1062.04 s
[retrie] MaybeMap (Retrie/PatternMap/Class.hs:76)
1062.04 s
[retrie] ListMap (Retrie/PatternMap/Class.hs:101)
1062.04 s
[retrie] findMatch (Retrie/PatternMap/Class.hs:129)
1062.04 s
[retrie] insertMatch (Retrie/PatternMap/Class.hs:132)
1062.07 s
[apply-refact] tests/examples/Default124.hs: OK (0.04s)
1062.11 s
[retrie]
1062.11 s
[retrie] Retrie/PatternMap/Class.hs:50:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1062.11 s
[retrie] This binding for ‘m1’ shadows the existing binding
1062.11 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
1062.11 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1062.11 s
[retrie] |
1062.11 s
[retrie] 50 | unionOn f m1 m2 = mUnion (f m1) (f m2)
1062.11 s
[retrie] | ^^
1062.11 s
[retrie]
1062.11 s
[retrie] Retrie/PatternMap/Class.hs:86:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1062.12 s
[retrie] This binding for ‘m1’ shadows the existing binding
1062.12 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
1062.12 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1062.12 s
[retrie] |
1062.12 s
[retrie] 86 | mUnion (MaybeMap m1 ) (MaybeMap m2) = MaybeMap $ m1 ++ m2
1062.12 s
[retrie] | ^^
1062.12 s
[retrie]
1062.12 s
[retrie] Retrie/PatternMap/Class.hs:114:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1062.12 s
[retrie] This binding for ‘m1’ shadows the existing binding
1062.12 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Class.hs:18:1-24
1062.12 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1062.12 s
[retrie] |
1062.12 s
[retrie] 114 | mUnion m1 m2 = ListMap
1062.12 s
[retrie] | ^^
1062.14 s
[apply-refact] tests/examples/Default93.hs: OK (0.07s)
1062.18 s
[apply-refact] tests/examples/Pragma10.hs: OK (0.04s)
1062.18 s
[apply-refact] tests/examples/Test0.hs: OK
1062.18 s
[apply-refact] tests/examples/Test28.hs: OK
1062.18 s
[apply-refact] tests/examples/Structure4.hs: OK
1062.19 s
[retrie] 0% ( 0 / 7) in 'Retrie.PatternMap.Bag'
1062.19 s
[retrie] Missing documentation for:
1062.19 s
[retrie] Module header
1062.19 s
[retrie] BoolMap (Retrie/PatternMap/Bag.hs:22)
1062.19 s
[retrie] IntMap (Retrie/PatternMap/Bag.hs:63)
1062.19 s
[retrie] Map (Retrie/PatternMap/Bag.hs:87)
1062.19 s
[retrie] mapAssocs (Retrie/PatternMap/Bag.hs:90)
1062.19 s
[retrie] FSEnv (Retrie/PatternMap/Bag.hs:122)
1062.19 s
[retrie] UniqFM (Retrie/PatternMap/Bag.hs:143)
1062.26 s
[apply-refact] tests/examples/Default96.hs: OK (0.08s)
1062.29 s
[apply-refact] tests/examples/Test29.hs: OK (0.03s)
1062.34 s
[apply-refact] tests/examples/Default17.hs: OK (0.05s)
1062.34 s
[apply-refact] tests/examples/Bracket36.hs: OK
1062.34 s
[apply-refact] tests/examples/Default85.hs: OK
1062.35 s
[apply-refact] tests/examples/Default50.hs: OK
1062.38 s
[apply-refact] tests/examples/Lambda39.hs: OK (0.03s)
1062.38 s
[apply-refact] tests/examples/Structure21.hs: OK
1062.38 s
[apply-refact] tests/examples/Default19.hs: OK
1062.46 s
[apply-refact] tests/examples/lambda42.hs: FAIL (expected) (0.08s)
1062.46 s
[apply-refact] --- tests/examples/lambda42.hs.expected 2001-09-09 01:46:40.000000000 +0000
1062.46 s
[apply-refact] +++ tests/examples/lambda42.hs.out 2026-05-16 14:13:15.775000000 +0000
1062.46 s
[apply-refact] @@ -1,4 +1,4 @@
1062.46 s
[apply-refact] f :: Bool -> Integer
1062.46 s
[apply-refact] f b = case b of
1062.46 s
[apply-refact] - False -> 1
1062.46 s
[apply-refact] - True -> 0
1062.46 s
[apply-refact] + False -> 1
1062.46 s
[apply-refact] + True -> 0
1062.46 s
[apply-refact] (expected failure)
1062.47 s
[apply-refact] tests/examples/Default80.hs: OK
1062.51 s
[apply-refact] tests/examples/Extensions17.hs: OK (0.04s)
1062.56 s
[apply-refact] tests/examples/Lambda30.hs: OK (0.05s)
1062.57 s
[apply-refact] tests/examples/Import16.hs: OK
1062.58 s
[apply-refact] tests/examples/Bracket43.hs: OK (0.02s)
1062.62 s
[apply-refact] tests/examples/Naming14.hs: OK
1062.67 s
[apply-refact] tests/examples/Bracket45.hs: OK (0.07s)
1062.68 s
[retrie] 2% ( 1 / 43) in 'Retrie.PatternMap.Instances'
1062.68 s
[retrie] Missing documentation for:
1062.68 s
[retrie] Module header
1062.68 s
[retrie] TupArgMap (Retrie/PatternMap/Instances.hs:36)
1062.68 s
[retrie] BoxityMap (Retrie/PatternMap/Instances.hs:73)
1062.68 s
[retrie] VMap (Retrie/PatternMap/Instances.hs:99)
1062.68 s
[retrie] LMap (Retrie/PatternMap/Instances.hs:131)
1062.68 s
[retrie] emptyLMapWrapper (Retrie/PatternMap/Instances.hs:145)
1062.68 s
[retrie] OLMap (Retrie/PatternMap/Instances.hs:210)
1062.68 s
[retrie] emptyOLMapWrapper (Retrie/PatternMap/Instances.hs:220)
1062.68 s
[retrie] EMap (Retrie/PatternMap/Instances.hs:274)
1062.68 s
[retrie] emptyEMapWrapper (Retrie/PatternMap/Instances.hs:300)
1062.68 s
[retrie] extendResult (Retrie/PatternMap/Instances.hs:507)
1062.68 s
[retrie] singleton (Retrie/PatternMap/Instances.hs:514)
1062.68 s
[retrie] alphaEquivalent (Retrie/PatternMap/Instances.hs:528)
1062.68 s
[retrie] SCMap (Retrie/PatternMap/Instances.hs:537)
1062.68 s
[retrie] emptySCMapWrapper (Retrie/PatternMap/Instances.hs:550)
1062.68 s
[retrie] MGMap (Retrie/PatternMap/Instances.hs:615)
1062.68 s
[retrie] MMap (Retrie/PatternMap/Instances.hs:637)
1062.68 s
[retrie] CDMap (Retrie/PatternMap/Instances.hs:667)
1062.68 s
[retrie] emptyCDMapWrapper (Retrie/PatternMap/Instances.hs:675)
1062.68 s
[retrie] PatMap (Retrie/PatternMap/Instances.hs:724)
1062.68 s
[retrie] emptyPatMapWrapper (Retrie/PatternMap/Instances.hs:736)
1062.68 s
[retrie] GRHSSMap (Retrie/PatternMap/Instances.hs:824)
1062.68 s
[retrie] GRHSMap (Retrie/PatternMap/Instances.hs:855)
1062.68 s
[retrie] SLMap (Retrie/PatternMap/Instances.hs:889)
1062.68 s
[retrie] emptySLMapWrapper (Retrie/PatternMap/Instances.hs:896)
1062.68 s
[retrie] LBMap (Retrie/PatternMap/Instances.hs:942)
1062.68 s
[retrie] emptyLBMapWrapper (Retrie/PatternMap/Instances.hs:950)
1062.68 s
[retrie] deValBinds (Retrie/PatternMap/Instances.hs:995)
1062.68 s
[retrie] BMap (Retrie/PatternMap/Instances.hs:1005)
1062.68 s
[retrie] emptyBMapWrapper (Retrie/PatternMap/Instances.hs:1014)
1062.68 s
[retrie] SMap (Retrie/PatternMap/Instances.hs:1069)
1062.68 s
[retrie] emptySMapWrapper (Retrie/PatternMap/Instances.hs:1078)
1062.68 s
[retrie] TyMap (Retrie/PatternMap/Instances.hs:1137)
1062.68 s
[retrie] emptyTyMapWrapper (Retrie/PatternMap/Instances.hs:1157)
1062.68 s
[retrie] splitVisBinders (Retrie/PatternMap/Instances.hs:1275)
1062.68 s
[retrie] extractBinderInfo (Retrie/PatternMap/Instances.hs:1279)
1062.68 s
[retrie] RFMap (Retrie/PatternMap/Instances.hs:1289)
1062.68 s
[retrie] RecordFieldToRdrName (Retrie/PatternMap/Instances.hs:1330)
1062.68 s
[retrie] fieldsToRdrNamesUpd (Retrie/PatternMap/Instances.hs:1365)
1062.68 s
[retrie] TupleSortMap (Retrie/PatternMap/Instances.hs:1415)
1062.68 s
[retrie] ForAllTyMap (Retrie/PatternMap/Instances.hs:1462)
1062.68 s
[retrie] ForallVisMap (Retrie/PatternMap/Instances.hs:1501)
1062.69 s
[apply-refact] tests/examples/Lambda27.hs: OK (0.03s)
1062.69 s
[apply-refact] tests/examples/Import21.hs: OK
1062.69 s
[apply-refact] tests/examples/ListRec8.hs: OK
1062.74 s
[apply-refact] tests/examples/Bracket10.hs: OK (0.05s)
1062.75 s
[apply-refact] tests/examples/Import19.hs: OK
1062.75 s
[apply-refact] tests/examples/Unsafe6.hs: OK
1062.75 s
[apply-refact] tests/examples/Test8.hs: OK
1062.81 s
[apply-refact] tests/examples/List8.hs: OK (0.04s)
1062.85 s
[apply-refact] tests/examples/Bracket42.hs: OK (0.04s)
1062.95 s
[apply-refact] tests/examples/Fixity.hs: OK (0.09s)
1062.97 s
[apply-refact] tests/examples/Default97.hs: OK (0.02s)
1063.02 s
[apply-refact] tests/examples/Default0.hs: OK (0.03s)
1063.07 s
[apply-refact] tests/examples/Monad10.hs: OK (0.08s)
1063.07 s
[apply-refact] tests/examples/Monad9.hs: OK
1063.11 s
[apply-refact] tests/examples/RedundantDo.hs: OK (0.04s)
1063.17 s
[apply-refact] tests/examples/Default73.hs: OK (0.06s)
1063.21 s
[apply-refact] tests/examples/Default119.hs: OK (0.04s)
1063.21 s
[apply-refact] tests/examples/Test4.hs: OK
1063.21 s
[apply-refact] tests/examples/Lambda2.hs: OK
1063.30 s
[apply-refact] tests/examples/Lambda20.hs: OK (0.08s)
1063.30 s
[apply-refact] tests/examples/Extensions12.hs: OK
1063.36 s
[apply-refact] tests/examples/Default98.hs: OK (0.04s)
1063.41 s
[apply-refact] tests/examples/Bracket2.hs: OK (0.06s)
1063.43 s
[apply-refact] tests/examples/Test10.hs: OK (0.04s)
1063.43 s
[apply-refact] tests/examples/Default68.hs: OK
1063.44 s
[apply-refact] tests/examples/Test9.hs: OK
1063.45 s
[apply-refact] tests/examples/Extensions28.hs: OK
1063.53 s
[apply-refact] tests/examples/Test14.hs: OK (0.07s)
1063.54 s
[apply-refact] tests/examples/Default118.hs: OK (0.03s)
1063.55 s
[apply-refact] tests/examples/Unsafe0.hs: OK
1063.55 s
[apply-refact] tests/examples/Test2.hs: OK
1063.58 s
[apply-refact] tests/examples/Test24.hs: OK
1063.60 s
[apply-refact] tests/examples/Comment3.hs: OK (0.05s)
1063.61 s
[apply-refact] tests/examples/Default60.hs: OK
1063.68 s
[apply-refact] tests/examples/Naming3.hs: OK (0.05s)
1063.71 s
[apply-refact] tests/examples/Uncurry.hs: OK (0.06s)
1063.75 s
[apply-refact] tests/examples/Naming1.hs: OK (0.04s)
1063.82 s
[apply-refact] tests/examples/ListRec2.hs: OK (0.07s)
1063.86 s
[apply-refact] tests/examples/Structure10.hs: OK (0.04s)
1063.87 s
[apply-refact] tests/examples/Naming13.hs: OK
1063.95 s
[apply-refact] tests/examples/Test16.hs: OK (0.08s)
1063.98 s
[apply-refact] tests/examples/Default72.hs: OK (0.03s)
1063.98 s
[apply-refact] tests/examples/Test27.hs: OK
1064.05 s
[apply-refact] tests/examples/Extensions7.hs: OK (0.07s)
1064.09 s
[apply-refact] tests/examples/Extensions21.hs: OK (0.04s)
1064.14 s
[retrie]
1064.14 s
[retrie] Retrie/PatternMap/Instances.hs:48:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.14 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.14 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.14 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.14 s
[retrie] |
1064.14 s
[retrie] 48 | mUnion m1 m2 = TupArgMap
1064.14 s
[retrie] | ^^
1064.14 s
[retrie]
1064.14 s
[retrie] Retrie/PatternMap/Instances.hs:84:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.14 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.14 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.14 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.14 s
[retrie] |
1064.14 s
[retrie] 84 | mUnion m1 m2 = BoxityMap
1064.14 s
[retrie] | ^^
1064.14 s
[retrie]
1064.14 s
[retrie] Retrie/PatternMap/Instances.hs:112:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.14 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.14 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.15 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.15 s
[retrie] |
1064.15 s
[retrie] 112 | mUnion m1 m2 = VM
1064.15 s
[retrie] | ^^
1064.15 s
[retrie]
1064.15 s
[retrie] Retrie/PatternMap/Instances.hs:159:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.15 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.15 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.15 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.15 s
[retrie] |
1064.15 s
[retrie] 159 | mUnion m1 m2 = LM
1064.15 s
[retrie] | ^^
1064.15 s
[retrie]
1064.15 s
[retrie] Retrie/PatternMap/Instances.hs:232:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.15 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.15 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.15 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.15 s
[retrie] |
1064.15 s
[retrie] 232 | mUnion m1 m2 = OLM
1064.15 s
[retrie] | ^^
1064.15 s
[retrie]
1064.15 s
[retrie] Retrie/PatternMap/Instances.hs:317:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.15 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.15 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.23 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.23 s
[retrie] |
1064.23 s
[retrie] 317 | mUnion m1 m2 = EM
1064.23 s
[retrie] | ^^
1064.23 s
[retrie]
1064.23 s
[retrie] Retrie/PatternMap/Instances.hs:570:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.23 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.23 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.23 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.23 s
[retrie] |
1064.23 s
[retrie] 570 | mUnion m1 m2 = SCM
1064.23 s
[retrie] | ^^
1064.23 s
[retrie]
1064.23 s
[retrie] Retrie/PatternMap/Instances.hs:625:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.23 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.23 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.23 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.23 s
[retrie] |
1064.23 s
[retrie] 625 | mUnion (MGMap m1 ) (MGMap m2) = MGMap (mUnion m1 m2)
1064.23 s
[apply-refact] tests/examples/Default117.hs: OK (0.07s)
1064.23 s
[retrie] | ^^
1064.23 s
[retrie]
1064.23 s
[retrie] Retrie/PatternMap/Instances.hs:647:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.23 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.23 s
[apply-refact] tests/examples/Comment6.hs: OK
1064.23 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.23 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.23 s
[retrie] |
1064.23 s
[retrie] 647 | mUnion (MMap m1 ) (MMap m2) = MMap (mUnion m1 m2)
1064.23 s
[apply-refact] tests/examples/NegLit.hs: OK
1064.23 s
[retrie] | ^^
1064.23 s
[retrie]
1064.23 s
[retrie] Retrie/PatternMap/Instances.hs:695:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.23 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.23 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.23 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 695 | mUnion m1 m2 = CDMap
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:704:21: warning : [ -Wunused-matches ]
1064.24 s
[retrie] Defined but not used: ‘tyargs’
1064.24 s
[retrie] |
1064.24 s
[retrie] 704 | go (PrefixCon tyargs ps) = m { cdPrefixCon = mAlter env vs ps f (cdPrefixCon m) }
1064.24 s
[retrie] | ^^^^^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:714:21: warning : [ -Wunused-matches ]
1064.24 s
[retrie] Defined but not used: ‘tyargs’
1064.24 s
[retrie] |
1064.24 s
[retrie] 714 | go (PrefixCon tyargs ps) = mapFor cdPrefixCon >=> mMatch env ps
1064.24 s
[retrie] | ^^^^^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:753:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 753 | mUnion m1 m2 = PatMap
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:834:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 834 | mUnion (GRHSSMap m1 ) (GRHSSMap m2) = GRHSSMap (mUnion m1 m2)
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:865:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 865 | mUnion (GRHSMap m1 ) (GRHSMap m2) = GRHSMap (mUnion m1 m2)
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:908:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 908 | mUnion m1 m2 = SLM
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:962:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 962 | mUnion m1 m2 = LB
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:1026:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 1026 | mUnion m1 m2 = BM
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:1090:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 1090 | mUnion m1 m2 = SM
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:1171:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 1171 | mUnion m1 m2 = TM
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:1303:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 1303 | mUnion (RFM m1 ) (RFM m2) = RFM (mUnion m1 m2)
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:1430:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 1430 | mUnion m1 m2 = TupleSortMap
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:1476:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 1476 | mUnion m1 m2 = ForAllTyMap
1064.24 s
[retrie] | ^^
1064.24 s
[retrie]
1064.24 s
[retrie] Retrie/PatternMap/Instances.hs:1511:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.24 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.24 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/PatternMap/Instances.hs:26:1-24
1064.24 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.24 s
[retrie] |
1064.24 s
[retrie] 1511 | mUnion m1 m2 = ForallVisMap (unionOn favBoolMap m1 m2)
1064.24 s
[retrie] | ^^
1064.24 s
[apply-refact] tests/examples/Default84.hs: OK (0.04s)
1064.28 s
[apply-refact] tests/examples/ListRec6.hs: OK (0.08s)
1064.28 s
[apply-refact] tests/examples/Extensions22.hs: OK
1064.28 s
[apply-refact] tests/examples/Monad1.hs: OK
1064.29 s
[apply-refact] tests/examples/Import13.hs: OK
1064.31 s
[retrie] 80% ( 4 / 5) in 'Retrie.Universe'
1064.31 s
[retrie] Missing documentation for:
1064.31 s
[retrie] Module header
1064.37 s
[apply-refact] tests/examples/EtaReduceLocalTypeSig.hs: OK (0.05s)
1064.39 s
[retrie]
1064.39 s
[retrie] Retrie/Universe.hs:114:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.39 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.39 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Universe.hs:23:1-24
1064.40 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.40 s
[retrie] |
1064.40 s
[retrie] 114 | mUnion m1 m2 = UMap
1064.40 s
[retrie] | ^^
1064.43 s
[apply-refact] tests/examples/Default104.hs: OK (0.09s)
1064.46 s
[apply-refact] tests/examples/Bracket11.hs: OK (0.03s)
1064.46 s
[apply-refact] tests/examples/Default95.hs: OK
1064.51 s
[retrie] Warning: 'valid' is out of scope.
1064.51 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1064.51 s
[retrie] 93% ( 28 / 30) in 'Retrie.Types'
1064.51 s
[retrie] Missing documentation for:
1064.51 s
[retrie] Module header
1064.51 s
[retrie] Direction (Retrie/Types.hs:99)
1064.54 s
[apply-refact] tests/examples/Lambda19.hs: OK (0.08s)
1064.55 s
[apply-refact] tests/examples/List5.hs: OK
1064.64 s
[retrie]
1064.64 s
[apply-refact] tests/examples/Default99.hs: OK (0.05s)
1064.64 s
[retrie] Retrie/Types.hs:133:3: warning : [ -Wnoncanonical-monoid-instances ]
1064.64 s
[retrie] Noncanonical ‘(<>) = mappend’ definition detected
1064.64 s
[retrie] in the instance declaration for ‘Semigroup (Matcher a)’.
1064.64 s
[retrie] Move definition from ‘mappend’ to ‘(<>)’
1064.64 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1064.64 s
[retrie] |
1064.64 s
[retrie] 133 | (<>) = mappend
1064.64 s
[retrie] | ^^^^^^^^^^^^^^
1064.64 s
[retrie]
1064.64 s
[retrie] Retrie/Types.hs:137:3: warning : [ -Wnoncanonical-monoid-instances ]
1064.64 s
[retrie] Noncanonical ‘mappend’ definition detected
1064.64 s
[retrie] in the instance declaration for ‘Monoid (Matcher a)’.
1064.64 s
[retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
1064.64 s
[retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
1064.64 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1064.64 s
[retrie] |
1064.64 s
[retrie] 137 | mappend (Matcher m1) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
1064.64 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1064.64 s
[retrie]
1064.64 s
[retrie] Retrie/Types.hs:137:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1064.64 s
[retrie] This binding for ‘m1’ shadows the existing binding
1064.64 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Types.hs:59:1-24
1064.64 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1064.64 s
[retrie] |
1064.64 s
[retrie] 137 | mappend (Matcher m1 ) (Matcher m2) = Matcher (I.unionWith mUnion m1 m2)
1064.64 s
[retrie] | ^^
1064.67 s
[retrie] 25% ( 1 / 4) in 'Retrie.Query'
1064.67 s
[retrie] Missing documentation for:
1064.67 s
[retrie] Module header
1064.67 s
[retrie] parseQuerySpecs (Retrie/Query.hs:30)
1064.67 s
[retrie] genericQ (Retrie/Query.hs:48)
1064.67 s
[apply-refact] tests/examples/Default120.hs: OK (0.06s)
1064.73 s
[retrie] Warning: 'foo' is out of scope.
1064.73 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1064.73 s
[retrie] Warning: 'bar' is out of scope.
1064.73 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1064.73 s
[retrie] Warning: 'baz' is out of scope.
1064.73 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1064.73 s
[retrie] Warning: 'quux' is out of scope.
1064.73 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1064.73 s
[apply-refact] tests/examples/Default125.hs: OK (0.04s)
1064.74 s
[retrie] 33% ( 1 / 3) in 'Retrie.GroundTerms'
1064.74 s
[retrie] Missing documentation for:
1064.74 s
[retrie] Module header
1064.74 s
[retrie] groundTerms (Retrie/GroundTerms.hs:45)
1064.77 s
[apply-refact] tests/examples/Default69.hs: OK (0.07s)
1064.79 s
[apply-refact] tests/examples/Extensions3.hs: OK
1064.84 s
[apply-refact] tests/examples/Import7.hs: OK (0.04s)
1064.87 s
[apply-refact] tests/examples/Structure19.hs: OK (0.06s)
1064.89 s
[apply-refact] tests/examples/Test7.hs: OK
1064.91 s
[apply-refact] tests/examples/Bracket23.hs: OK (0.04s)
1064.93 s
[retrie] 0% ( 0 / 23) in 'Retrie.Expr'
1064.93 s
[retrie] Missing documentation for:
1064.93 s
[retrie] Module header
1064.93 s
[retrie] bitraverseHsConDetails (Retrie/Expr.hs:475)
1064.93 s
[retrie] getUnparened (Retrie/Expr.hs:356)
1064.93 s
[retrie] grhsToExpr (Retrie/Expr.hs:319)
1064.93 s
[retrie] mkApps (Retrie/Expr.hs:163)
1064.93 s
[retrie] mkConPatIn (Retrie/Expr.hs:188)
1064.93 s
[retrie] mkEpAnn (Retrie/Expr.hs:106)
1064.93 s
[retrie] mkHsAppsTy (Retrie/Expr.hs:172)
1064.93 s
[retrie] mkLams (Retrie/Expr.hs:118)
1064.93 s
[retrie] mkLet (Retrie/Expr.hs:144)
1064.93 s
[retrie] mkLoc (Retrie/Expr.hs:88)
1064.93 s
[retrie] mkLocA (Retrie/Expr.hs:93)
1064.93 s
[retrie] mkLocatedHsVar (Retrie/Expr.hs:55)
1064.93 s
[retrie] mkVarPat (Retrie/Expr.hs:183)
1064.93 s
[retrie] mkTyVar (Retrie/Expr.hs:176)
1064.93 s
[retrie] parenify (Retrie/Expr.hs:335)
1064.93 s
[retrie] parenifyT (Retrie/Expr.hs:445)
1064.93 s
[retrie] parenifyP (Retrie/Expr.hs:411)
1064.93 s
[retrie] patToExpr (Retrie/Expr.hs:237)
1064.93 s
[retrie] unparen (Retrie/Expr.hs:360)
1064.93 s
[retrie] unparenP (Retrie/Expr.hs:465)
1064.93 s
[retrie] unparenT (Retrie/Expr.hs:461)
1064.93 s
[retrie] wildSupply (Retrie/Expr.hs:221)
1064.99 s
[apply-refact] tests/examples/Lambda4.hs: OK (0.06s)
1065.09 s
[apply-refact] tests/examples/Async.hs: OK (0.12s)
1065.15 s
Waiting for lock on waiting for lock on '/nix/store/ca3vx94ik0vy056rpwa2mjw2j1vqw3fa-fourmolu-0.15.0.0', '/nix/store/idjbg6vbs32klp7lw03qf5c7bqk9lny1-fourmolu-0.15.0.0-doc'
1065.15 s
Waiting for lock on waiting for lock on '/nix/store/9ml8ynxxvkddns9f2k9bdapqq0ixnyhq-hie-bios-0.14.0-doc', '/nix/store/d3jhbi97064ixmkdiwhr7g9x474q30w6-hie-bios
1065.15 s
Waiting for lock on waiting for lock on '/nix/store/g4smlvgqrnvplp318mpf2ih0sbldhgr9-hlint-3.8-doc', '/nix/store/l8vc8agbd3586ydhfnw4rxw8iacd87v3-hlint-3.8', '/nix/store/mjkjrgkb1scr3wc9dff84vhspf0w295p-hlint-3.8-data'
1065.15 s
Waiting for lock on waiting for lock on '/nix/store/7cs88xdjj79269ya8wf2d2066m6ci4a5-implicit-hie-0.1.4.0-doc', '/nix/store/a4wmizzrx11r1s4bs17k6bl3hxxzvfxv-implicit-hie
1065.15 s
[apply-refact] tests/examples/Lambda28.hs: OK (0.04s)
1065.15 s
[apply-refact] tests/examples/Extensions25.hs: OK
1065.18 s
[retrie]
1065.18 s
[retrie] Retrie/Expr.hs:40:1: warning : [ -Wunused-imports ]
1065.18 s
[retrie] The import of ‘Data.Functor.Identity’ is redundant
1065.18 s
[retrie] except perhaps to import instances from ‘Data.Functor.Identity’
1065.18 s
[retrie] To import instances alone, use: import Data.Functor.Identity()
1065.18 s
[retrie] |
1065.18 s
[retrie] 40 | import Data.Functor.Identity
1065.18 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1065.18 s
[retrie]
1065.18 s
[retrie] Retrie/Expr.hs:51:1: warning : [ -Wunused-imports ]
1065.18 s
[retrie] The import of ‘Retrie.Util’ is redundant
1065.18 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1065.18 s
[retrie] To import instances alone, use: import Retrie.Util()
1065.18 s
[retrie] |
1065.18 s
[retrie] 51 | import Retrie.Util
1065.19 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1065.19 s
[retrie]
1065.19 s
[retrie] Retrie/Expr.hs:56:16: warning : [ -Wunused-matches ]
1065.19 s
[retrie] Defined but not used: ‘ln’
1065.19 s
[retrie] |
1065.19 s
[retrie] 56 | mkLocatedHsVar ln @(L l n) = do
1065.19 s
[retrie] | ^^
1065.20 s
[retrie]
1065.20 s
[retrie] Retrie/Expr.hs:130:16: warning : [ -Wunused-local-binds ]
1065.20 s
[retrie] Defined but not used: ‘x’
1065.20 s
[retrie] |
1065.20 s
[retrie] 130 | L l (Match x ctxt pats (GRHSs cs grhs binds)) = mkMatch LambdaExpr vs e emptyLocalBinds
1065.20 s
[retrie] | ^
1065.20 s
[retrie]
1065.20 s
[retrie] Retrie/Expr.hs:132:19: warning : [ -Wunused-matches ]
1065.20 s
[retrie] Defined but not used: ‘an’
1065.20 s
[retrie] |
1065.20 s
[retrie] 132 | [L lg (GRHS an guards rhs)] -> [L lg (GRHS ang guards rhs)]
1065.20 s
[retrie] | ^^
1065.20 s
[retrie]
1065.20 s
[retrie] Retrie/Expr.hs:180:9: warning : [ -Wunused-matches ]
1065.20 s
[retrie] Defined but not used: ‘nm'’
1065.20 s
[retrie] |
1065.20 s
[retrie] 180 | (tv', nm' ) <- swapEntryDPT tv nm
1065.20 s
[retrie] | ^^^
1065.20 s
[retrie]
1065.20 s
[retrie] Retrie/Expr.hs:225:1: warning : [ -Wunused-top-binds ]
1065.20 s
[retrie] Defined but not used: ‘wildSupplyAlphaEnv’
1065.20 s
[retrie] |
1065.21 s
[retrie] 225 | wildSupplyAlphaEnv env = wildSupplyP (\ nm -> isNothing (lookupAlphaEnv nm env))
1065.21 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1065.21 s
[retrie]
1065.21 s
[retrie] Retrie/Expr.hs:310:29: warning : [ -Wunused-matches ]
1065.21 s
[retrie] Defined but not used: ‘tyargs’
1065.21 s
[retrie] |
1065.21 s
[retrie] 310 | conPatHelper con (PrefixCon tyargs xs) = do
1065.21 s
[retrie] | ^^^^^^
1065.21 s
[retrie]
1065.21 s
[retrie] Retrie/Expr.hs:350:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1065.21 s
[retrie] This binding for ‘d1’ shadows the existing binding
1065.21 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Expr.hs:46:1-24
1065.21 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1065.21 s
[retrie] |
1065.21 s
[retrie] 350 | needed (HasPrec (Fixity _ p1 d1 )) (Just (Fixity _ p2 d2)) =
1065.21 s
[apply-refact] tests/examples/Default25.hs: OK (0.05s)
1065.21 s
[retrie] | ^^
1065.21 s
[retrie]
1065.21 s
[retrie] Retrie/Expr.hs:374:1: warning : [ -Wunused-top-binds ]
1065.21 s
[retrie] Defined but not used: ‘mkParen’
1065.21 s
[retrie] |
1065.21 s
[retrie] 374 | mkParen k e = do
1065.21 s
[retrie] | ^^^^^^^
1065.21 s
[retrie]
1065.21 s
[retrie] Retrie/Expr.hs:377:4: warning : [ -Wunused-matches ]
1065.21 s
[retrie] Defined but not used: ‘e0’
1065.21 s
[retrie] |
1065.21 s
[retrie] 377 | (e0 ,pe0) <- swapEntryDPT e pe
1065.21 s
[retrie] | ^^
1065.22 s
[apply-refact] tests/examples/Unsafe4.hs: OK (0.03s)
1065.22 s
[apply-refact] tests/examples/Monad2.hs: OK
1065.25 s
[retrie] 33% ( 1 / 3) in 'Retrie.Rewrites.Types'
1065.25 s
[retrie] Missing documentation for:
1065.25 s
[retrie] Module header
1065.25 s
[retrie] typeSynonymsToRewrites (Retrie/Rewrites/Types.hs:21)
1065.29 s
[apply-refact] tests/examples/Comment4.hs: OK (0.05s)
1065.30 s
[apply-refact] tests/examples/Lambda24.hs: OK (0.02s)
1065.30 s
[apply-refact] tests/examples/Lambda13.hs: OK
1065.32 s
[retrie] 0% ( 0 / 4) in 'Retrie.Rewrites.Function'
1065.32 s
[retrie] Missing documentation for:
1065.32 s
[retrie] Module header
1065.32 s
[retrie] dfnsToRewrites (Retrie/Rewrites/Function.hs:27)
1065.32 s
[retrie] getImports (Retrie/Rewrites/Function.hs:53)
1065.33 s
[retrie] matchToRewrites (Retrie/Rewrites/Function.hs:59)
1065.34 s
[apply-refact] tests/examples/Default7.hs: OK (0.04s)
1065.38 s
[apply-refact] tests/examples/Default114.hs: OK
1065.40 s
[apply-refact] tests/examples/Default61.hs: OK (0.06s)
1065.40 s
[apply-refact] tests/examples/Extensions23.hs: OK
1065.40 s
[apply-refact] tests/examples/Default81.hs: OK
1065.41 s
[retrie]
1065.41 s
[retrie] Retrie/Rewrites/Function.hs:25:1: warning : [ -Wunused-imports ]
1065.41 s
[retrie] The import of ‘Retrie.Util’ is redundant
1065.41 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1065.41 s
[retrie] To import instances alone, use: import Retrie.Util()
1065.41 s
[retrie] |
1065.41 s
[retrie] 25 | import Retrie.Util
1065.41 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1065.41 s
[retrie]
1065.42 s
[retrie] Retrie/Rewrites/Function.hs:55:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1065.42 s
[retrie] This binding for ‘mn’ shadows the existing binding
1065.42 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/Rewrites/Function.hs:20:1-24
1065.42 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1065.42 s
[retrie] |
1065.42 s
[retrie] 55 | getImports libdir RightToLeft (Just (L _ mn )) = -- See Note [fold only]
1065.42 s
[retrie] | ^^
1065.43 s
[apply-refact] tests/examples/Default88.hs: OK (0.02s)
1065.47 s
[retrie] 0% ( 0 / 2) in 'Retrie.Rewrites.Patterns'
1065.47 s
[retrie] Missing documentation for:
1065.47 s
[retrie] Module header
1065.47 s
[retrie] patternSynonymsToRewrites (Retrie/Rewrites/Patterns.hs:27)
1065.49 s
[apply-refact] tests/examples/Default21.hs: OK (0.05s)
1065.52 s
[retrie]
1065.52 s
[retrie] Retrie/Rewrites/Patterns.hs:12:48: warning : [ -Wunused-imports ]
1065.52 s
[retrie] The import of ‘lift’ from module ‘Control.Monad.State’ is redundant
1065.52 s
[retrie] |
1065.52 s
[retrie] 12 | import Control.Monad.State (StateT(runStateT), lift )
1065.52 s
[retrie] | ^^^^
1065.57 s
[apply-refact] tests/examples/Bracket37.hs: OK (0.03s)
1065.59 s
[apply-refact] tests/examples/Bracket16.hs: OK (0.07s)
1065.62 s
[retrie] Warning: 'apply' is out of scope.
1065.62 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1065.62 s
[apply-refact] tests/examples/Comment7.hs: OK (0.05s)
1065.63 s
[retrie] 75% ( 3 / 4) in 'Retrie.Context'
1065.63 s
[retrie] Missing documentation for:
1065.63 s
[retrie] Module header
1065.66 s
[apply-refact] tests/examples/Extensions8.hs: OK (0.03s)
1065.66 s
[apply-refact] tests/examples/Default92.hs: OK
1065.67 s
[apply-refact] tests/examples/Test5.hs: OK
1065.69 s
[apply-refact] tests/examples/Default91.hs: OK (0.03s)
1065.70 s
[apply-refact] tests/examples/Default112.hs: OK
1065.70 s
[apply-refact] tests/examples/Default42.hs: OK
1065.71 s
[apply-refact] tests/examples/Default100.hs: OK
1065.73 s
[apply-refact] tests/examples/Import11.hs: OK (0.03s)
1065.78 s
[retrie] 50% ( 1 / 2) in 'Retrie.Subst'
1065.78 s
[retrie] Missing documentation for:
1065.78 s
[retrie] Module header
1065.80 s
[apply-refact] tests/examples/Bracket13.hs: OK (0.08s)
1065.84 s
[retrie]
1065.84 s
[retrie] Retrie/Subst.hs:20:1: warning : [ -Wunused-imports ]
1065.84 s
[retrie] The import of ‘Retrie.Util’ is redundant
1065.84 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1065.84 s
[retrie] To import instances alone, use: import Retrie.Util()
1065.84 s
[retrie] |
1065.84 s
[retrie] 20 | import Retrie.Util
1065.84 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1065.84 s
[retrie]
1065.84 s
[retrie] Retrie/Subst.hs:59:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1065.84 s
[retrie] This binding for ‘comments’ shadows the existing binding
1065.84 s
[retrie] imported from ‘Retrie.GHC’ at Retrie/Subst.hs:16:1-17
1065.84 s
[retrie] (and originally defined in ‘GHC.Parser.Annotation’)
1065.84 s
[retrie] |
1065.84 s
[retrie] 59 | let comments = hasComments e0
1065.84 s
[retrie] | ^^^^^^^^
1065.85 s
[apply-refact] tests/examples/Default111.hs: OK (0.04s)
1065.90 s
[retrie] 75% ( 3 / 4) in 'Retrie.Replace'
1065.90 s
[retrie] Missing documentation for:
1065.90 s
[retrie] Module header
1065.93 s
[apply-refact] tests/examples/Default40.hs: OK (0.06s)
1065.93 s
[retrie]
1065.94 s
[retrie] Retrie/Replace.hs:28:1: warning : [ -Wunused-imports ]
1065.94 s
[retrie] The import of ‘Retrie.Util’ is redundant
1065.94 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1065.94 s
[retrie] To import instances alone, use: import Retrie.Util()
1065.94 s
[retrie] |
1065.94 s
[retrie] 28 | import Retrie.Util
1065.94 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1065.94 s
[retrie]
1065.94 s
[retrie] Retrie/Replace.hs:129:3: warning : [ -Wnoncanonical-monoid-instances ]
1065.94 s
[retrie] Noncanonical ‘(<>) = mappend’ definition detected
1065.94 s
[retrie] in the instance declaration for ‘Semigroup Change’.
1065.94 s
[retrie] Move definition from ‘mappend’ to ‘(<>)’
1065.94 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1065.94 s
[apply-refact] tests/examples/Naming12.hs: OK (0.02s)
1065.94 s
[retrie] |
1065.94 s
[retrie] 129 | (<>) = mappend
1065.94 s
[retrie] | ^^^^^^^^^^^^^^
1065.94 s
[retrie]
1065.94 s
[retrie] Retrie/Replace.hs:133:3: warning : [ -Wnoncanonical-monoid-instances ]
1065.94 s
[retrie] Noncanonical ‘mappend’ definition detected
1065.94 s
[retrie] in the instance declaration for ‘Monoid Change’.
1065.94 s
[retrie] ‘mappend’ will eventually be removed in favour of ‘(<>)’
1065.94 s
[apply-refact] tests/examples/Monad12.hs: OK
1065.94 s
[retrie] Either remove definition for ‘mappend’ (recommended) or define as ‘mappend = (<>)’
1065.94 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
1065.94 s
[retrie] |
1065.94 s
[retrie] 133 | mappend NoChange other = other
1065.94 s
[apply-refact] tests/examples/Extensions9.hs: OK
1065.94 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1066.03 s
[apply-refact] tests/examples/Lambda41.hs: OK (0.07s)
1066.06 s
[retrie] 12% ( 1 / 8) in 'Retrie.CPP'
1066.06 s
[retrie] Missing documentation for:
1066.06 s
[retrie] Module header
1066.06 s
[retrie] CPP (Retrie/CPP.hs:63)
1066.06 s
[retrie] addImportsCPP (Retrie/CPP.hs:79)
1066.06 s
[retrie] parseCPPFile (Retrie/CPP.hs:89)
1066.06 s
[retrie] parseCPP (Retrie/CPP.hs:97)
1066.06 s
[retrie] printCPP (Retrie/CPP.hs:108)
1066.06 s
[retrie] cppFork (Retrie/CPP.hs:183)
1066.06 s
[apply-refact] tests/examples/ListRec1.hs: OK (0.05s)
1066.15 s
[apply-refact] tests/examples/Default53.hs: OK (0.07s)
1066.17 s
[apply-refact] tests/examples/Default78.hs: OK (0.03s)
1066.17 s
[apply-refact] tests/examples/Structure11.hs: OK
1066.22 s
[retrie]
1066.22 s
[retrie] Retrie/CPP.hs:140:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1066.22 s
[retrie] This binding for ‘rs’ shadows the existing binding
1066.22 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
1066.22 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Utils’)
1066.22 s
[retrie] |
1066.22 s
[retrie] 140 | splice prefix l c rs @((r, repl):rs') ts@(t:ts')
1066.23 s
[retrie] | ^^
1066.23 s
[retrie]
1066.23 s
[retrie] Retrie/CPP.hs:346:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
1066.23 s
[retrie] This binding for ‘mn’ shadows the existing binding
1066.23 s
[retrie] imported from ‘Retrie.ExactPrint’ at Retrie/CPP.hs:27:1-24
1066.23 s
[retrie] (and originally defined in ‘Language.Haskell.GHC.ExactPrint.Transform’)
1066.23 s
[retrie] |
1066.23 s
[retrie] 346 | externalImps (Just mn ) = filter ((/= mn) . unLoc . ideclName . unLoc)
1066.23 s
[retrie] | ^^
1066.24 s
[apply-refact] tests/examples/Bracket0.hs: OK (0.07s)
1066.24 s
[apply-refact] tests/examples/Import3.hs: OK
1066.28 s
[apply-refact] tests/examples/Bracket26.hs: OK (0.04s)
1066.28 s
[apply-refact] tests/examples/Default34.hs: OK
1066.28 s
[apply-refact] tests/examples/Default31.hs: OK
1066.28 s
[apply-refact] tests/examples/Default94.hs: OK
1066.32 s
[retrie] 88% ( 16 / 18) in 'Retrie.Monad'
1066.32 s
[retrie] Missing documentation for:
1066.32 s
[retrie] Module header
1066.32 s
[retrie] liftRWST (Retrie/Monad.hs:82)
1066.37 s
[apply-refact] tests/examples/Default41.hs: OK (0.07s)
1066.38 s
[apply-refact] tests/examples/Default77.hs: OK (0.03s)
1066.39 s
[apply-refact] tests/examples/Comment1.hs: OK
1066.42 s
[retrie]
1066.42 s
[retrie] Retrie/Monad.hs:127:3: warning : [ -Wnoncanonical-monad-instances ]
1066.42 s
[retrie] Noncanonical ‘return’ definition detected
1066.42 s
[retrie] in the instance declaration for ‘Monad Retrie’.
1066.42 s
[retrie] ‘return’ will eventually be removed in favour of ‘pure’
1066.42 s
[retrie] Either remove definition for ‘return’ (recommended) or define as ‘return = pure’
1066.42 s
[retrie] See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
1066.42 s
[retrie] |
1066.42 s
[retrie] 127 | return = Pure
1066.42 s
[retrie] | ^^^^^^^^^^^^^
1066.43 s
[apply-refact] tests/examples/Default108.hs: OK (0.02s)
1066.47 s
[retrie] 0% ( 0 / 2) in 'Retrie.Rewrites.Rules'
1066.47 s
[retrie] Missing documentation for:
1066.47 s
[retrie] Module header
1066.47 s
[retrie] rulesToRewrites (Retrie/Rewrites/Rules.hs:23)
1066.47 s
[apply-refact] tests/examples/ListRec7.hs: OK (0.06s)
1066.49 s
[apply-refact] tests/examples/Bracket47.hs: OK (0.02s)
1066.50 s
[retrie]
1066.50 s
[retrie] Retrie/Rewrites/Rules.hs:17:1: warning : [ -Wunused-imports ]
1066.50 s
[retrie] The import of ‘Retrie.Util’ is redundant
1066.50 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1066.50 s
[retrie] To import instances alone, use: import Retrie.Util()
1066.50 s
[retrie] |
1066.50 s
[retrie] 17 | import Retrie.Util
1066.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1066.50 s
[retrie]
1066.50 s
[retrie] Retrie/Rewrites/Rules.hs:18:1: warning : [ -Wunused-imports ]
1066.50 s
[retrie] The import of ‘Retrie.Monad’ is redundant
1066.50 s
[retrie] except perhaps to import instances from ‘Retrie.Monad’
1066.50 s
[retrie] To import instances alone, use: import Retrie.Monad()
1066.50 s
[retrie] |
1066.50 s
[retrie] 18 | import Retrie.Monad
1066.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^^
1066.50 s
[retrie]
1066.50 s
[retrie] Retrie/Rewrites/Rules.hs:19:1: warning : [ -Wunused-imports ]
1066.50 s
[retrie] The import of ‘Control.Monad’ is redundant
1066.50 s
[retrie] except perhaps to import instances from ‘Control.Monad’
1066.50 s
[retrie] To import instances alone, use: import Control.Monad()
1066.50 s
[retrie] |
1066.50 s
[retrie] 19 | import Control.Monad
1066.50 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^
1066.50 s
[retrie]
1066.51 s
[retrie] Retrie/Rewrites/Rules.hs:20:1: warning : [ -Wunused-imports ]
1066.51 s
[retrie] The import of ‘Control.Monad.IO.Class’ is redundant
1066.51 s
[retrie] except perhaps to import instances from ‘Control.Monad.IO.Class’
1066.51 s
[retrie] To import instances alone, use: import Control.Monad.IO.Class()
1066.51 s
[retrie] |
1066.51 s
[retrie] 20 | import Control.Monad.IO.Class
1066.51 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1066.51 s
[retrie]
1066.51 s
[retrie] Retrie/Rewrites/Rules.hs:21:1: warning : [ -Wunused-imports ]
1066.51 s
[retrie] The import of ‘Control.Monad.Trans.Class’ is redundant
1066.51 s
[retrie] except perhaps to import instances from ‘Control.Monad.Trans.Class’
1066.51 s
[retrie] To import instances alone, use: import Control.Monad.Trans.Class()
1066.51 s
[retrie] |
1066.51 s
[retrie] 21 | import Control.Monad.Trans.Class
1066.51 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1066.55 s
[apply-refact] tests/examples/List4.hs: OK (0.05s)
1066.57 s
[apply-refact] tests/examples/Default115.hs: OK (0.03s)
1066.61 s
[retrie] Warning: 'parseRewrites' is out of scope.
1066.61 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1066.61 s
[retrie] Warning: 'pattern' is out of scope.
1066.61 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1066.62 s
[retrie] 33% ( 2 / 6) in 'Retrie.Rewrites'
1066.62 s
[retrie] Missing documentation for:
1066.62 s
[retrie] Module header
1066.62 s
[retrie] parseRewriteSpecs (Retrie/Rewrites.hs:86)
1066.62 s
[retrie] parseQualified (Retrie/Rewrites.hs:253)
1066.62 s
[retrie] parseAdhocs (Retrie/Rewrites.hs:148)
1066.63 s
[apply-refact] tests/examples/Pragma8.hs: OK (0.04s)
1066.63 s
[apply-refact] tests/examples/Default14.hs: OK (0.02s)
1066.67 s
[apply-refact] tests/examples/Default55.hs: OK (0.04s)
1066.67 s
[apply-refact] tests/examples/Structure6.hs: OK
1066.68 s
[apply-refact] tests/examples/Default58.hs: OK
1066.68 s
[apply-refact] tests/examples/Default126.hs: OK
1066.71 s
[apply-refact] tests/examples/Bracket4.hs: OK (0.03s)
1066.71 s
[retrie]
1066.71 s
[retrie] Retrie/Rewrites.hs:31:1: warning : [ -Wdodgy-imports ]
1066.71 s
[retrie] Module ‘Retrie.GHC’ does not export ‘Pattern’
1066.71 s
[retrie] |
1066.71 s
[retrie] 31 | import Retrie.GHC hiding (Pattern)
1066.71 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1066.71 s
[retrie]
1066.71 s
[retrie] Retrie/Rewrites.hs:39:1: warning : [ -Wunused-imports ]
1066.71 s
[retrie] The import of ‘Retrie.Util’ is redundant
1066.71 s
[retrie] except perhaps to import instances from ‘Retrie.Util’
1066.71 s
[retrie] To import instances alone, use: import Retrie.Util()
1066.71 s
[retrie] |
1066.72 s
[retrie] 39 | import Retrie.Util
1066.72 s
[retrie] | ^^^^^^^^^^^^^^^^^^
1066.72 s
[retrie]
1066.72 s
[retrie] Retrie/Rewrites.hs:173:1: warning : [ -Wunused-top-binds ]
1066.72 s
[retrie] Defined but not used: ‘showCpp’
1066.72 s
[retrie] |
1066.72 s
[retrie] 173 | showCpp (NoCPP c) = showAstA c
1066.72 s
[retrie] | ^^^^^^^
1066.79 s
[apply-refact] tests/examples/Default9.hs: OK (0.07s)
1066.93 s
[retrie] Warning: 'valid' is out of scope.
1066.93 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1066.93 s
[retrie] 0% ( 0 / 3) in 'Retrie.Elaborate'
1066.93 s
[retrie] Missing documentation for:
1066.93 s
[retrie] Module header
1066.93 s
[retrie] defaultElaborations (Retrie/Elaborate.hs:35)
1066.93 s
[retrie] elaborateRewritesInternal (Retrie/Elaborate.hs:40)
1067.09 s
[retrie] 0% ( 0 / 4) in 'Retrie.Debug'
1067.09 s
[retrie] Missing documentation for:
1067.09 s
[retrie] Module header
1067.09 s
[retrie] RoundTrip (Retrie/Debug.hs:20)
1067.09 s
[retrie] parseRoundtrips (Retrie/Debug.hs:22)
1067.09 s
[retrie] doRoundtrips (Retrie/Debug.hs:32)
1067.30 s
[retrie] Warning: 'apply' is out of scope.
1067.30 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1067.31 s
[retrie] Warning: 'Retrie' is out of scope.
1067.31 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1067.31 s
[retrie] Warning: 'stdout' is out of scope.
1067.31 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1067.31 s
[retrie] Warning: 'Options' is ambiguous. It is defined
1067.31 s
[retrie] * at Retrie/Options.hs:87:34
1067.31 s
[retrie] * at Retrie/Options.hs:60:1
1067.31 s
[retrie] You may be able to disambiguate the identifier by qualifying it or
1067.31 s
[retrie] by specifying the type/value namespace explicitly.
1067.31 s
[retrie] Defaulting to the one defined at Retrie/Options.hs:60:1
1067.32 s
[retrie] 82% ( 14 / 17) in 'Retrie.Options'
1067.32 s
[retrie] Missing documentation for:
1067.32 s
[retrie] Module header
1067.32 s
[retrie] Options_ (Retrie/Options.hs:87)
1067.32 s
[retrie] GrepCommands (Retrie/Options.hs:482)
1067.62 s
[retrie] Warning: 'Options' is ambiguous. It is defined
1067.62 s
[retrie] * at Retrie/Options.hs:87:34
1067.62 s
[retrie] * at Retrie/Options.hs:60:1
1067.62 s
[retrie] You may be able to disambiguate the identifier by qualifying it or
1067.62 s
[retrie] by specifying the type/value namespace explicitly.
1067.62 s
[retrie] Defaulting to the one defined at Retrie/Options.hs:60:1
1067.62 s
[retrie] Warning: 'diff' is out of scope.
1067.62 s
[retrie] If you qualify the identifier, haddock can try to link it anyway.
1067.63 s
[retrie] 90% ( 9 / 10) in 'Retrie.Run'
1067.63 s
[retrie] Missing documentation for:
1067.63 s
[retrie] Module header
1067.66 s
[apply-refact] tests/examples/Remote.hs: OK (0.89s)
1067.66 s
[apply-refact] tests/examples/Default52.hs: OK
1067.66 s
[apply-refact] tests/examples/Default83.hs: OK
1067.68 s
[apply-refact] tests/examples/Extensions14.hs: OK (0.02s)
1067.68 s
[apply-refact] tests/examples/Structure16.hs: OK
1067.68 s
[apply-refact] tests/examples/Test19.hs: OK
1067.68 s
[apply-refact] tests/examples/Test38.hs: OK
1067.69 s
[retrie]
1067.69 s
[retrie] Retrie/Run.hs:22:1: warning : [ -Wunused-imports ]
1067.69 s
[retrie] The import of ‘Control.Monad.State.Strict’ is redundant
1067.70 s
[retrie] except perhaps to import instances from ‘Control.Monad.State.Strict’
1067.70 s
[retrie] To import instances alone, use: import Control.Monad.State.Strict()
1067.70 s
[retrie] |
1067.70 s
[retrie] 22 | import Control.Monad.State.Strict
1067.70 s
[retrie] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1067.71 s
[apply-refact] tests/examples/Default75.hs: OK (0.03s)
1067.72 s
[apply-refact] tests/examples/Test11.hs: OK
1067.78 s
[apply-refact] tests/examples/Default37.hs: OK (0.04s)
1067.78 s
[apply-refact] tests/examples/Structure12.hs: OK
1067.78 s
[apply-refact] tests/examples/List6.hs: OK
1067.79 s
[apply-refact] tests/examples/Structure23.hs: OK
1067.82 s
[retrie] 89% ( 89 / 99) in 'Retrie'
1067.82 s
[retrie] Missing documentation for:
1067.82 s
[retrie] AnnotatedHsDecl (Retrie/ExactPrint/Annotated.hs:59)
1067.82 s
[retrie] AnnotatedHsExpr (Retrie/ExactPrint/Annotated.hs:60)
1067.82 s
[retrie] AnnotatedHsType (Retrie/ExactPrint/Annotated.hs:61)
1067.82 s
[retrie] AnnotatedImports (Retrie/ExactPrint/Annotated.hs:63)
1067.82 s
[retrie] AnnotatedModule (Retrie/ExactPrint/Annotated.hs:65)
1067.82 s
[retrie] AnnotatedPat (Retrie/ExactPrint/Annotated.hs:69)
1067.82 s
[retrie] AnnotatedStmt (Retrie/ExactPrint/Annotated.hs:70)
1067.82 s
[retrie] LibDir
1067.82 s
[retrie] Options_ (Retrie/Options.hs:87)
1067.82 s
[retrie] Verbosity (Retrie/Util.hs:21)
1067.83 s
[apply-refact] tests/examples/Bracket19.hs: OK (0.04s)
1068.10 s
[apply-refact] tests/examples/typetest.hs: OK (0.28s)
1068.10 s
[apply-refact] tests/examples/Default106.hs: OK
1068.17 s
[apply-refact] tests/examples/Default30.hs: OK (0.06s)
1068.17 s
[apply-refact] tests/examples/Naming9.hs: OK
1068.23 s
[apply-refact] tests/examples/Extensions29.hs: OK (0.06s)
1068.28 s
[apply-refact] tests/examples/Extensions6.hs: OK
1068.34 s
[apply-refact] tests/examples/Monad11.hs: OK (0.10s)
1068.35 s
[apply-refact] tests/examples/Extensions15.hs: OK
1068.39 s
[apply-refact] tests/examples/Lambda29.hs: OK (0.05s)
1068.45 s
[apply-refact] tests/examples/Default1.hs: OK (0.05s)
1068.47 s
[apply-refact] tests/examples/Lambda31.hs: OK (0.03s)
1068.54 s
[apply-refact] tests/examples/Backquotes.hs: OK (0.07s)
1068.55 s
[apply-refact] tests/examples/Structure2.hs: OK
1068.59 s
[apply-refact] tests/examples/Test30.hs: OK (0.04s)
1068.65 s
[apply-refact] tests/examples/Bracket39.hs: OK (0.07s)
1068.69 s
[apply-refact] tests/examples/NegApp.hs: OK (0.05s)
1068.69 s
[apply-refact]
1068.69 s
[apply-refact] All 449 tests passed (14.97s)
1068.73 s
[apply-refact] Test suite test: PASS
1068.73 s
[apply-refact] Test suite logged to: dist/test/apply-refact-0.14.0.0-test.log
1068.73 s
[apply-refact] 1 of 1 test suites (1 of 1 test cases) passed.
1068.76 s
[apply-refact] Phase: haddockPhase
1069.12 s
[apply-refact] Preprocessing test suite 'test' for apply-refact-0.14.0.0..
1069.13 s
[apply-refact] Preprocessing executable 'refactor' for apply-refact-0.14.0.0..
1069.13 s
[apply-refact] Preprocessing library for apply-refact-0.14.0.0..
1069.13 s
[apply-refact] Running Haddock on library for apply-refact-0.14.0.0..
1069.14 s
[apply-refact] Warning: The documentation for the following packages are not installed. No
1069.14 s
[apply-refact] links will be generated to these packages: fail-4.9.0.0
1069.27 s
[apply-refact] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1069.71 s
[retrie] Warning: Retrie.GHC: could not find link destinations for:
1069.71 s
[retrie] - GHC.Unit.State.UnitVisibility
1069.71 s
[retrie] - GHC.Core.InstEnv.InstMatches
1069.71 s
[retrie] - GHC.Driver.Make.BuildPlan
1069.71 s
[retrie] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
1069.71 s
[retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
1069.71 s
[retrie] - GHC.Types.Name.NameSort
1069.71 s
[retrie] - GHC.Types.Basic.RulesOnly
1069.71 s
[retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
1069.71 s
[retrie] - GHC.Driver.Make.CodeGenEnable
1069.71 s
[retrie] - GHC.Driver.Make.CachedIface
1071.05 s
[retrie] Warning: Retrie.SYB: could not find link destinations for:
1071.05 s
[retrie] - GHC.Types.Tickish.TickishPassCore
1071.05 s
[retrie] - GHC.Types.Tickish.TickishPassCmm
1071.05 s
[retrie] - GHC.Types.Tickish.TickishPassStg
1071.15 s
[retrie] Warning: Retrie.ExactPrint: could not find link destinations for:
1071.15 s
[retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
1071.15 s
[retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
1071.15 s
[retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.DataFamInstDeclWithContext
1071.15 s
[retrie] - Language.Haskell.GHC.ExactPrint.ExactPrint.ExactPrintTVFlag
1071.15 s
[retrie] - Language.Haskell.GHC.ExactPrint.Transform.Decl
1071.15 s
[retrie] - Language.Haskell.GHC.ExactPrint.Transform.PMatch
1071.23 s
[retrie] Warning: Retrie.Expr: could not find link destinations for:
1071.23 s
[retrie] - Retrie.Expr.PatQ
1071.24 s
[retrie] Warning: Retrie.Replace: could not find link destinations for:
1071.24 s
[retrie] - Retrie.Replace.replaceImpl
1071.25 s
[retrie] Warning: Retrie.Monad: could not find link destinations for:
1071.25 s
[retrie] - Retrie.Monad.RetrieComp
1071.26 s
[retrie] Warning: Retrie.Options: could not find link destinations for:
1071.26 s
[retrie] - Retrie.Options.CommandLine
1071.71 s
[apply-refact] 33% (438 /1307) in 'Refact.Compat'
1071.71 s
[apply-refact] Missing documentation for:
1071.71 s
[apply-refact] Module header
1071.71 s
[apply-refact] Fixity
1071.71 s
[apply-refact] SourceText
1071.71 s
[apply-refact] FlagSpec
1071.71 s
[apply-refact] Errors (src/Refact/Compat.hs:160)
1071.71 s
[apply-refact] onError (src/Refact/Compat.hs:162)
1071.71 s
[apply-refact] Match
1071.71 s
[apply-refact] MatchGroup
1071.71 s
[apply-refact] Fixity
1071.71 s
[apply-refact] FunDep
1071.71 s
[apply-refact] Match
1071.71 s
[apply-refact] XXIEWrappedName
1071.71 s
[apply-refact] XIEType
1071.71 s
[apply-refact] XIEPattern
1071.71 s
[apply-refact] XIEName
1071.71 s
[apply-refact] XXIE
1071.71 s
[apply-refact] XIEDocNamed
1071.71 s
[apply-refact] XIEDoc
1071.71 s
[apply-refact] XIEGroup
1071.71 s
[apply-refact] XIEModuleContents
1071.71 s
[apply-refact] XIEThingWith
1071.71 s
[apply-refact] XIEThingAll
1071.71 s
[apply-refact] XIEThingAbs
1071.71 s
[apply-refact] XIEVar
1071.71 s
[apply-refact] ImportDeclPkgQual
1071.71 s
[apply-refact] XXImportDecl
1071.71 s
[apply-refact] XCImportDecl
1071.71 s
[apply-refact] XXFieldOcc
1071.71 s
[apply-refact] XCFieldOcc
1071.71 s
[apply-refact] XXConDeclField
1071.71 s
[apply-refact] XConDeclField
1071.71 s
[apply-refact] XXTyVarBndr
1071.71 s
[apply-refact] XKindedTyVar
1071.71 s
[apply-refact] XUserTyVar
1071.71 s
[apply-refact] XXHsForAllTelescope
1071.71 s
[apply-refact] XHsForAllInvis
1071.71 s
[apply-refact] XHsForAllVis
1071.71 s
[apply-refact] XXTyLit
1071.71 s
[apply-refact] XCharTy
1071.71 s
[apply-refact] XStrTy
1071.72 s
[apply-refact] XNumTy
1071.72 s
[apply-refact] XXType
1071.72 s
[apply-refact] XWildCardTy
1071.72 s
[apply-refact] XTyLit
1071.72 s
[apply-refact] XExplicitTupleTy
1071.72 s
[apply-refact] XExplicitListTy
1071.72 s
[apply-refact] XRecTy
1071.72 s
[apply-refact] XBangTy
1071.72 s
[apply-refact] XDocTy
1071.72 s
[apply-refact] XSpliceTy
1071.72 s
[apply-refact] XKindSig
1071.72 s
[apply-refact] XStarTy
1071.72 s
[apply-refact] XIParamTy
1071.72 s
[apply-refact] XParTy
1071.72 s
[apply-refact] XOpTy
1071.72 s
[apply-refact] XSumTy
1071.72 s
[apply-refact] XTupleTy
1071.72 s
[apply-refact] XListTy
1071.72 s
[apply-refact] XFunTy
1071.72 s
[apply-refact] XAppKindTy
1071.72 s
[apply-refact] XAppTy
1071.72 s
[apply-refact] XTyVar
1071.72 s
[apply-refact] XQualTy
1071.72 s
[apply-refact] XForAllTy
1071.72 s
[apply-refact] XXHsPatSigType
1071.72 s
[apply-refact] XHsPS
1071.72 s
[apply-refact] XXHsWildCardBndrs
1071.72 s
[apply-refact] XHsWC
1071.72 s
[apply-refact] XXHsSigType
1071.72 s
[apply-refact] XHsSig
1071.72 s
[apply-refact] XXHsOuterTyVarBndrs
1071.72 s
[apply-refact] XHsOuterExplicit
1071.72 s
[apply-refact] XHsOuterImplicit
1071.72 s
[apply-refact] XXLHsQTyVars
1071.72 s
[apply-refact] XHsQTvs
1071.72 s
[apply-refact] XHsFieldBind
1071.72 s
[apply-refact] XXPat
1071.72 s
[apply-refact] XCoPat
1071.72 s
[apply-refact] XSigPat
1071.72 s
[apply-refact] XNPlusKPat
1071.72 s
[apply-refact] XNPat
1071.72 s
[apply-refact] XLitPat
1071.72 s
[apply-refact] XSplicePat
1071.72 s
[apply-refact] XViewPat
1071.72 s
[apply-refact] XConPat
1071.72 s
[apply-refact] XSumPat
1071.72 s
[apply-refact] XTuplePat
1071.72 s
[apply-refact] XListPat
1071.72 s
[apply-refact] XBangPat
1071.72 s
[apply-refact] XParPat
1071.72 s
[apply-refact] XAsPat
1071.72 s
[apply-refact] XLazyPat
1071.72 s
[apply-refact] XVarPat
1071.72 s
[apply-refact] XWildPat
1071.72 s
[apply-refact] XXOverLit
1071.72 s
[apply-refact] XOverLit
1071.72 s
[apply-refact] XXLit
1071.72 s
[apply-refact] XHsDoublePrim
1071.72 s
[apply-refact] XHsFloatPrim
1071.72 s
[apply-refact] XHsRat
1071.72 s
[apply-refact] XHsInteger
1071.72 s
[apply-refact] XHsWord64Prim
1071.72 s
[apply-refact] XHsInt64Prim
1071.72 s
[apply-refact] XHsWordPrim
1071.72 s
[apply-refact] XHsIntPrim
1071.72 s
[apply-refact] XHsInt
1071.72 s
[apply-refact] XHsStringPrim
1071.72 s
[apply-refact] XHsString
1071.72 s
[apply-refact] XHsCharPrim
1071.72 s
[apply-refact] XHsChar
1071.72 s
[apply-refact] XXApplicativeArg
1071.72 s
[apply-refact] XApplicativeArgMany
1071.72 s
[apply-refact] XApplicativeArgOne
1071.72 s
[apply-refact] XXParStmtBlock
1071.72 s
[apply-refact] XParStmtBlock
1071.72 s
[apply-refact] XXCmd
1071.72 s
[apply-refact] XCmdWrap
1071.72 s
[apply-refact] XCmdDo
1071.72 s
[apply-refact] XCmdLet
1071.72 s
[apply-refact] XCmdIf
1071.72 s
[apply-refact] XCmdLamCase
1071.72 s
[apply-refact] XCmdCase
1071.72 s
[apply-refact] XCmdPar
1071.72 s
[apply-refact] XCmdLam
1071.72 s
[apply-refact] XCmdApp
1071.72 s
[apply-refact] XCmdArrForm
1071.72 s
[apply-refact] XCmdArrApp
1071.72 s
[apply-refact] XXStmtLR
1071.72 s
[apply-refact] XRecStmt
1071.72 s
[apply-refact] XTransStmt
1071.72 s
[apply-refact] XParStmt
1071.72 s
[apply-refact] XLetStmt
1071.72 s
[apply-refact] XBodyStmt
1071.72 s
[apply-refact] XApplicativeStmt
1071.72 s
[apply-refact] XBindStmt
1071.72 s
[apply-refact] XLastStmt
1071.72 s
[apply-refact] XXGRHS
1071.73 s
[apply-refact] XCGRHS
1071.73 s
[apply-refact] XXGRHSs
1071.73 s
[apply-refact] XCGRHSs
1071.73 s
[apply-refact] XXMatch
1071.73 s
[apply-refact] XCMatch
1071.73 s
[apply-refact] XXMatchGroup
1071.73 s
[apply-refact] XMG
1071.73 s
[apply-refact] XXCmdTop
1071.73 s
[apply-refact] XCmdTop
1071.73 s
[apply-refact] XXQuote
1071.73 s
[apply-refact] XVarBr
1071.73 s
[apply-refact] XTypBr
1071.73 s
[apply-refact] XDecBrG
1071.73 s
[apply-refact] XDecBrL
1071.73 s
[apply-refact] XPatBr
1071.73 s
[apply-refact] XExpBr
1071.73 s
[apply-refact] XXUntypedSplice
1071.73 s
[apply-refact] XQuasiQuote
1071.73 s
[apply-refact] XUntypedSpliceExpr
1071.73 s
[apply-refact] XXTupArg
1071.73 s
[apply-refact] XMissing
1071.73 s
[apply-refact] XPresent
1071.73 s
[apply-refact] XXAmbiguousFieldOcc
1071.73 s
[apply-refact] XAmbiguous
1071.73 s
[apply-refact] XUnambiguous
1071.73 s
[apply-refact] XXPragE
1071.73 s
[apply-refact] XSCC
1071.73 s
[apply-refact] XXDotFieldOcc
1071.73 s
[apply-refact] XCDotFieldOcc
1071.73 s
[apply-refact] XXExpr
1071.73 s
[apply-refact] XPragE
1071.73 s
[apply-refact] XBinTick
1071.73 s
[apply-refact] XTick
1071.73 s
[apply-refact] XStatic
1071.73 s
[apply-refact] XProc
1071.73 s
[apply-refact] XUntypedSplice
1071.73 s
[apply-refact] XTypedSplice
1071.73 s
[apply-refact] XUntypedBracket
1071.73 s
[apply-refact] XTypedBracket
1071.73 s
[apply-refact] XArithSeq
1071.73 s
[apply-refact] XExprWithTySig
1071.73 s
[apply-refact] XProjection
1071.73 s
[apply-refact] XGetField
1071.73 s
[apply-refact] XRecordUpd
1071.73 s
[apply-refact] XRecordCon
1071.73 s
[apply-refact] XExplicitList
1071.73 s
[apply-refact] XDo
1071.73 s
[apply-refact] XLet
1071.73 s
[apply-refact] XMultiIf
1071.73 s
[apply-refact] XIf
1071.73 s
[apply-refact] XCase
1071.73 s
[apply-refact] XExplicitSum
1071.73 s
[apply-refact] XExplicitTuple
1071.73 s
[apply-refact] XSectionR
1071.73 s
[apply-refact] XSectionL
1071.74 s
[apply-refact] XPar
1071.74 s
[apply-refact] XNegApp
1071.74 s
[apply-refact] XOpApp
1071.74 s
[apply-refact] XAppTypeE
1071.74 s
[apply-refact] XApp
1071.74 s
[apply-refact] XLamCase
1071.74 s
[apply-refact] XLam
1071.74 s
[apply-refact] XLitE
1071.74 s
[apply-refact] XOverLitE
1071.74 s
[apply-refact] XIPVar
1071.74 s
[apply-refact] XOverLabel
1071.74 s
[apply-refact] XRecSel
1071.74 s
[apply-refact] XUnboundVar
1071.74 s
[apply-refact] XVar
1071.74 s
[apply-refact] XXModule
1071.74 s
[apply-refact] XCModule
1071.74 s
[apply-refact] XXInjectivityAnn
1071.74 s
[apply-refact] XCInjectivityAnn
1071.74 s
[apply-refact] XXRoleAnnotDecl
1071.74 s
[apply-refact] XCRoleAnnotDecl
1071.74 s
[apply-refact] XXAnnDecl
1071.74 s
[apply-refact] XHsAnnotation
1071.74 s
[apply-refact] XXWarnDecl
1071.74 s
[apply-refact] XWarning
1071.74 s
[apply-refact] XXWarnDecls
1071.74 s
[apply-refact] XWarnings
1071.74 s
[apply-refact] XXRuleBndr
1071.74 s
[apply-refact] XRuleBndrSig
1071.74 s
[apply-refact] XCRuleBndr
1071.74 s
[apply-refact] XXRuleDecl
1071.74 s
[apply-refact] XHsRule
1071.74 s
[apply-refact] XXRuleDecls
1071.74 s
[apply-refact] XCRuleDecls
1071.74 s
[apply-refact] XXForeignExport
1071.74 s
[apply-refact] XCExport
1071.74 s
[apply-refact] XXForeignImport
1071.74 s
[apply-refact] XCImport
1071.74 s
[apply-refact] XXForeignDecl
1071.74 s
[apply-refact] XForeignExport
1071.74 s
[apply-refact] XForeignImport
1071.74 s
[apply-refact] XXDefaultDecl
1071.74 s
[apply-refact] XCDefaultDecl
1071.74 s
[apply-refact] XViaStrategy
1071.74 s
[apply-refact] XNewtypeStrategy
1071.74 s
[apply-refact] XAnyClassStrategy
1071.74 s
[apply-refact] XStockStrategy
1071.74 s
[apply-refact] XXDerivDecl
1071.74 s
[apply-refact] XCDerivDecl
1071.74 s
[apply-refact] XXInstDecl
1071.74 s
[apply-refact] XTyFamInstD
1071.74 s
[apply-refact] XDataFamInstD
1071.74 s
[apply-refact] XClsInstD
1071.74 s
[apply-refact] XXClsInstDecl
1071.74 s
[apply-refact] XCClsInstDecl
1071.74 s
[apply-refact] XXTyFamInstDecl
1071.74 s
[apply-refact] XCTyFamInstDecl
1071.74 s
[apply-refact] XXFamEqn
1071.74 s
[apply-refact] XCFamEqn
1071.74 s
[apply-refact] XXConDecl
1071.74 s
[apply-refact] XConDeclH98
1071.74 s
[apply-refact] XConDeclGADT
1071.74 s
[apply-refact] XXDerivClauseTys
1071.74 s
[apply-refact] XDctMulti
1071.74 s
[apply-refact] XDctSingle
1071.74 s
[apply-refact] XXHsDerivingClause
1071.74 s
[apply-refact] XCHsDerivingClause
1071.74 s
[apply-refact] XXHsDataDefn
1071.74 s
[apply-refact] XCHsDataDefn
1071.74 s
[apply-refact] XXFamilyDecl
1071.74 s
[apply-refact] XCFamilyDecl
1071.74 s
[apply-refact] XXFamilyResultSig
1071.74 s
[apply-refact] XTyVarSig
1071.74 s
[apply-refact] XCKindSig
1071.74 s
[apply-refact] XNoSig
1071.74 s
[apply-refact] XXTyClGroup
1071.74 s
[apply-refact] XCTyClGroup
1071.74 s
[apply-refact] XXFunDep
1071.74 s
[apply-refact] XCFunDep
1071.74 s
[apply-refact] XXTyClDecl
1071.74 s
[apply-refact] XClassDecl
1071.74 s
[apply-refact] XDataDecl
1071.74 s
[apply-refact] XSynDecl
1071.74 s
[apply-refact] XFamDecl
1071.74 s
[apply-refact] XXSpliceDecl
1071.74 s
[apply-refact] XSpliceDecl
1071.74 s
[apply-refact] XXHsGroup
1071.74 s
[apply-refact] XCHsGroup
1071.74 s
[apply-refact] XXHsDecl
1071.74 s
[apply-refact] XRoleAnnotD
1071.74 s
[apply-refact] XDocD
1071.74 s
[apply-refact] XSpliceD
1071.74 s
[apply-refact] XRuleD
1071.74 s
[apply-refact] XAnnD
1071.74 s
[apply-refact] XWarningD
1071.74 s
[apply-refact] XForD
1071.74 s
[apply-refact] XDefD
1071.74 s
[apply-refact] XKindSigD
1071.74 s
[apply-refact] XSigD
1071.74 s
[apply-refact] XValD
1071.74 s
[apply-refact] XDerivD
1071.74 s
[apply-refact] XInstD
1071.74 s
[apply-refact] XTyClD
1071.74 s
[apply-refact] XXStandaloneKindSig
1071.74 s
[apply-refact] XStandaloneKindSig
1071.74 s
[apply-refact] XXFixitySig
1071.74 s
[apply-refact] XFixitySig
1071.74 s
[apply-refact] XXSig
1071.74 s
[apply-refact] XCompleteMatchSig
1071.74 s
[apply-refact] XSCCFunSig
1071.74 s
[apply-refact] XMinimalSig
1071.74 s
[apply-refact] XSpecInstSig
1071.74 s
[apply-refact] XSpecSig
1071.74 s
[apply-refact] XInlineSig
1071.74 s
[apply-refact] XFixSig
1071.74 s
[apply-refact] XIdSig
1071.74 s
[apply-refact] XClassOpSig
1071.74 s
[apply-refact] XPatSynSig
1071.74 s
[apply-refact] XTypeSig
1071.74 s
[apply-refact] XXIPBind
1071.74 s
[apply-refact] XCIPBind
1071.74 s
[apply-refact] XXHsIPBinds
1071.74 s
[apply-refact] XIPBinds
1071.74 s
[apply-refact] XXPatSynBind
1071.74 s
[apply-refact] XPSB
1071.74 s
[apply-refact] XXHsBindsLR
1071.74 s
[apply-refact] XPatSynBind
1071.74 s
[apply-refact] XVarBind
1071.74 s
[apply-refact] XPatBind
1071.74 s
[apply-refact] XFunBind
1071.74 s
[apply-refact] XXValBindsLR
1071.74 s
[apply-refact] XValBinds
1071.74 s
[apply-refact] XXHsLocalBindsLR
1071.74 s
[apply-refact] XEmptyLocalBinds
1071.74 s
[apply-refact] XHsIPBinds
1071.74 s
[apply-refact] XHsValBinds
1071.74 s
[apply-refact] LIdP
1071.74 s
[apply-refact] Anno
1071.74 s
[apply-refact] DataConCantHappen
1071.74 s
[apply-refact] LHsUniToken
1071.74 s
[apply-refact] LHsToken
1071.74 s
[apply-refact] LHsDocStringChunk
1071.74 s
[apply-refact] HsDocStringDecorator
1071.74 s
[apply-refact] LHsDocString
1071.74 s
[apply-refact] LPat
1071.74 s
[apply-refact] MatchGroup
1071.74 s
[apply-refact] NoEpAnns
1071.75 s
[apply-refact] EpAnnCO
1071.75 s
[apply-refact] SrcSpanAnnC
1071.75 s
[apply-refact] SrcSpanAnnP
1071.75 s
[apply-refact] SrcSpanAnnL
1071.75 s
[apply-refact] SrcSpanAnnN
1071.75 s
[apply-refact] SrcSpanAnnA
1071.75 s
[apply-refact] LocatedC
1071.75 s
[apply-refact] LocatedP
1071.75 s
[apply-refact] LocatedL
1071.75 s
[apply-refact] LocatedN
1071.75 s
[apply-refact] LocatedA
1071.75 s
[apply-refact] LEpaComment
1071.75 s
[apply-refact] EpaCommentTok
1071.75 s
[apply-refact] EpaComment
1071.75 s
[apply-refact] NoGhcTcPass
1071.75 s
[apply-refact] GhcTc
1071.75 s
[apply-refact] GhcRn
1071.75 s
[apply-refact] GhcPs
1071.75 s
[apply-refact] Pass
1071.75 s
[apply-refact] IsSrcSpanAnn
1071.75 s
[apply-refact] Docs
1071.75 s
[apply-refact] DocStructure
1071.75 s
[apply-refact] LHsDoc
1071.75 s
[apply-refact] EpAnnImportDecl
1071.75 s
[apply-refact] XImportDeclPass
1071.75 s
[apply-refact] LHsTypeArg
1071.75 s
[apply-refact] HsLinearArrowTokens
1071.75 s
[apply-refact] ConLikeP
1071.75 s
[apply-refact] LHsLocalBindsLR
1071.75 s
[apply-refact] ForeignExport
1071.75 s
[apply-refact] CImportSpec
1071.75 s
[apply-refact] ForeignImport
1071.75 s
[apply-refact] StandaloneKindSig
1071.75 s
[apply-refact] LDerivClauseTys
1071.75 s
[apply-refact] LHsDerivingClause
1071.75 s
[apply-refact] FamilyInfo
1071.75 s
[apply-refact] LHsFunDep
1071.75 s
[apply-refact] LHsDecl
1071.75 s
[apply-refact] HsDoFlavour
1071.75 s
[apply-refact] TransForm
1071.75 s
[apply-refact] DotFieldOcc
1071.75 s
[apply-refact] LHsRecUpdProj
1071.75 s
[apply-refact] RecUpdProj
1071.75 s
[apply-refact] LHsRecProj
1071.75 s
[apply-refact] RecProj
1071.75 s
[apply-refact] FieldLabelStrings
1071.75 s
[apply-refact] HsUntypedSpliceResult
1071.75 s
[apply-refact] SplicePointName
1071.75 s
[apply-refact] OutputableBndrFlag
1071.75 s
[apply-refact] HsCoreTy
1071.75 s
[apply-refact] EpAnnForallTy
1071.75 s
[apply-refact] OverLitTc
1071.75 s
[apply-refact] OverLitRn
1071.75 s
[apply-refact] AnnSig
1071.75 s
[apply-refact] NHsValBindsLR
1071.75 s
[apply-refact] HsPatExpansion
1071.75 s
[apply-refact] EpAnnSumPat
1071.75 s
[apply-refact] HsRuleAnn
1071.75 s
[apply-refact] HsRuleRn
1071.75 s
[apply-refact] XViaStrategyPs
1071.75 s
[apply-refact] DataDeclRn
1071.75 s
[apply-refact] UntypedSpliceFlavour
1071.75 s
[apply-refact] DelayedSplice
1071.75 s
[apply-refact] XBindStmtTc
1071.75 s
[apply-refact] XBindStmtRn
1071.75 s
[apply-refact] RecStmtTc
1071.75 s
[apply-refact] GrhsAnn
1071.75 s
[apply-refact] MatchGroupTc
1071.75 s
[apply-refact] CmdTopTc
1071.75 s
[apply-refact] HsExpansion
1071.75 s
[apply-refact] XXExprGhcTc
1071.75 s
[apply-refact] AnnsIf
1071.75 s
[apply-refact] AnnProjection
1071.75 s
[apply-refact] AnnFieldLabel
1071.75 s
[apply-refact] AnnExplicitSum
1071.75 s
[apply-refact] EpAnnUnboundVar
1071.75 s
[apply-refact] EpAnnHsCase
1071.75 s
[apply-refact] HsBracketTc
1071.75 s
[apply-refact] SyntaxExprGhc
1071.75 s
[apply-refact] HsParsedModule
1071.75 s
[apply-refact] AnnsModule
1071.75 s
[apply-refact] ParPat
1071.75 s
[apply-refact] XPat
1071.75 s
[apply-refact] pat_con_ext
1071.75 s
[apply-refact] pat_con
1071.75 s
[apply-refact] pat_args
1071.75 s
[apply-refact] moduleNameFS
1071.75 s
[apply-refact] moduleNameString
1071.75 s
[apply-refact] mkModuleName
1071.75 s
[apply-refact] mkModuleNameFS
1071.75 s
[apply-refact] mkHsDocStringChunk
1071.75 s
[apply-refact] unpackHDSC
1071.75 s
[apply-refact] mkGeneratedHsDocString
1071.75 s
[apply-refact] isEmptyDocString
1071.75 s
[apply-refact] docStringChunks
1071.75 s
[apply-refact] pprHsDocStrings
1071.75 s
[apply-refact] isPromoted
1071.75 s
[apply-refact] getDeltaLine
1071.75 s
[apply-refact] epaLocationFromSrcAnn
1071.75 s
[apply-refact] spanAsAnchor
1071.75 s
[apply-refact] realSpanAsAnchor
1071.75 s
[apply-refact] emptyComments
1071.75 s
[apply-refact] n2l
1071.75 s
[apply-refact] l2l
1071.75 s
[apply-refact] reLoc
1071.75 s
[apply-refact] reLocA
1071.75 s
[apply-refact] reLocL
1071.75 s
[apply-refact] reLocC
1071.75 s
[apply-refact] reLocN
1071.75 s
[apply-refact] realSrcSpan
1071.75 s
[apply-refact] srcSpan2e
1071.75 s
[apply-refact] la2e
1071.75 s
[apply-refact] extraToAnnList
1071.75 s
[apply-refact] reAnn
1071.75 s
[apply-refact] reAnnC
1071.75 s
[apply-refact] reAnnL
1071.75 s
[apply-refact] getLocAnn
1071.75 s
[apply-refact] getLocA
1071.75 s
[apply-refact] noLocA
1071.75 s
[apply-refact] noAnnSrcSpan
1071.75 s
[apply-refact] noSrcSpanA
1071.75 s
[apply-refact] addAnns
1071.75 s
[apply-refact] addAnnsA
1071.75 s
[apply-refact] widenAnchor
1071.75 s
[apply-refact] widenAnchorR
1071.75 s
[apply-refact] widenLocatedAn
1071.75 s
[apply-refact] epAnnAnnsL
1071.75 s
[apply-refact] epAnnAnns
1071.75 s
[apply-refact] annParen2AddEpAnn
1071.75 s
[apply-refact] epAnnComments
1071.75 s
[apply-refact] sortLocatedA
1071.75 s
[apply-refact] mapLocA
1071.75 s
[apply-refact] combineLocsA
1071.75 s
[apply-refact] combineSrcSpansA
1071.75 s
[apply-refact] addCLocAA
1071.75 s
[apply-refact] getFollowingComments
1071.75 s
[apply-refact] setFollowingComments
1071.75 s
[apply-refact] setPriorComments
1071.75 s
[apply-refact] noComments
1071.75 s
[apply-refact] placeholderRealSpan
1071.75 s
[apply-refact] comment
1071.75 s
[apply-refact] pprIfPs
1071.75 s
[apply-refact] pprIfRn
1071.75 s
[apply-refact] pprIfTc
1071.75 s
[apply-refact] noHsTok
1071.75 s
[apply-refact] noHsUniTok
1071.75 s
[apply-refact] emptyDocs
1071.75 s
[apply-refact] simpleImportDecl
1071.75 s
[apply-refact] ieName
1071.75 s
[apply-refact] ieNames
1071.75 s
[apply-refact] ieWrappedLName
1071.75 s
[apply-refact] ieWrappedName
1071.75 s
[apply-refact] lieWrappedName
1071.75 s
[apply-refact] ieLWrappedName
1071.75 s
[apply-refact] replaceWrappedName
1071.75 s
[apply-refact] replaceLWrappedName
1071.75 s
[apply-refact] pprImpExp
1071.75 s
[apply-refact] negateOverLitVal
1071.75 s
[apply-refact] hsQTvExplicit
1071.75 s
[apply-refact] hsPatSigType
1071.75 s
[apply-refact] mapHsOuterImplicit
1071.75 s
[apply-refact] hsIPNameFS
1071.75 s
[apply-refact] hsMult
1071.75 s
[apply-refact] hsScaledThing
1071.75 s
[apply-refact] hsConPatArgs
1071.75 s
[apply-refact] hsRecFields
1071.75 s
[apply-refact] hsRecFieldsArgs
1071.75 s
[apply-refact] hsRecFieldSel
1071.75 s
[apply-refact] pprLPat
1071.75 s
[apply-refact] isFixityLSig
1071.75 s
[apply-refact] isTypeLSig
1071.75 s
[apply-refact] isSpecLSig
1071.75 s
[apply-refact] isSpecInstLSig
1071.75 s
[apply-refact] isPragLSig
1071.75 s
[apply-refact] isInlineLSig
1071.75 s
[apply-refact] isMinimalLSig
1071.75 s
[apply-refact] isSCCFunSig
1071.75 s
[apply-refact] isCompleteMatchSig
1071.75 s
[apply-refact] hsGroupInstDecls
1071.75 s
[apply-refact] tyClDeclTyVars
1071.76 s
[apply-refact] tyClGroupTyClDecls
1071.76 s
[apply-refact] tyClGroupInstDecls
1071.76 s
[apply-refact] tyClGroupRoleDecls
1071.76 s
[apply-refact] tyClGroupKindSigs
1071.76 s
[apply-refact] dataDefnConsNewOrData
1071.76 s
[apply-refact] collectRuleBndrSigTys
1071.76 s
[apply-refact] docDeclDoc
1071.76 s
[apply-refact] annProvenanceName_maybe
1071.76 s
[apply-refact] isInfixMatch
1071.76 s
[apply-refact] isPatSynCtxt
1071.76 s
[apply-refact] qualifiedDoModuleName_maybe
1071.76 s
[apply-refact] isComprehensionContext
1071.76 s
[apply-refact] isDoComprehensionContext
1071.76 s
[apply-refact] isMonadDoStmtContext
1071.76 s
[apply-refact] isMonadCompContext
1071.76 s
[apply-refact] isMonadDoCompContext
1071.76 s
[apply-refact] pprFunBind
1071.76 s
[apply-refact] pprPatBind
1071.76 s
[apply-refact] pprUntypedSplice
1071.76 s
[apply-refact] pprTypedSplice
1071.76 s
[apply-refact] pprExpr
1071.76 s
[apply-refact] pprLExpr
1071.76 s
[apply-refact] pprParendExpr
1071.76 s
[apply-refact] getBangType
1071.76 s
[apply-refact] getBangStrictness
1071.76 s
[apply-refact] fromMaybeContext
1071.76 s
[apply-refact] mkHsForAllVisTele
1071.76 s
[apply-refact] mkHsForAllInvisTele
1071.76 s
[apply-refact] mkHsQTvs
1071.76 s
[apply-refact] emptyLHsQTvs
1071.76 s
[apply-refact] hsSigWcType
1071.76 s
[apply-refact] dropWildCards
1071.76 s
[apply-refact] hsOuterTyVarNames
1071.76 s
[apply-refact] hsOuterExplicitBndrs
1071.76 s
[apply-refact] mkHsOuterImplicit
1071.76 s
[apply-refact] mkHsOuterExplicit
1071.76 s
[apply-refact] mkHsImplicitSigType
1071.76 s
[apply-refact] mkHsExplicitSigType
1071.76 s
[apply-refact] mkHsWildCardBndrs
1071.76 s
[apply-refact] mkHsPatSigType
1071.76 s
[apply-refact] mkEmptyWildCardBndrs
1071.76 s
[apply-refact] hsLinear
1071.76 s
[apply-refact] hsUnrestricted
1071.76 s
[apply-refact] isUnrestricted
1071.76 s
[apply-refact] pprHsArrow
1071.76 s
[apply-refact] hsWcScopedTvs
1071.76 s
[apply-refact] hsScopedTvs
1071.76 s
[apply-refact] hsTyVarName
1071.76 s
[apply-refact] hsLTyVarName
1071.76 s
[apply-refact] hsLTyVarNames
1071.76 s
[apply-refact] hsExplicitLTyVarNames
1071.76 s
[apply-refact] hsAllLTyVarNames
1071.76 s
[apply-refact] hsLTyVarLocName
1071.76 s
[apply-refact] hsLTyVarLocNames
1071.76 s
[apply-refact] ignoreParens
1071.76 s
[apply-refact] mkAnonWildCardTy
1071.76 s
[apply-refact] mkHsOpTy
1071.76 s
[apply-refact] mkHsAppTy
1071.76 s
[apply-refact] mkHsAppTys
1071.76 s
[apply-refact] mkHsAppKindTy
1071.76 s
[apply-refact] splitHsFunType
1071.76 s
[apply-refact] numVisibleArgs
1071.76 s
[apply-refact] mkFieldOcc
1071.76 s
[apply-refact] mkAmbiguousFieldOcc
1071.76 s
[apply-refact] rdrNameAmbiguousFieldOcc
1071.76 s
[apply-refact] selectorAmbiguousFieldOcc
1071.76 s
[apply-refact] unambiguousFieldOcc
1071.76 s
[apply-refact] ambiguousFieldOcc
1071.76 s
[apply-refact] pprAnonWildCard
1071.76 s
[apply-refact] pprLHsContext
1071.76 s
[apply-refact] pprConDeclFields
1071.76 s
[apply-refact] pprHsType
1071.76 s
[apply-refact] pprXOverLit
1071.76 s
[apply-refact] overLitType
1071.76 s
[apply-refact] pprLHsBinds
1071.76 s
[apply-refact] pprLHsBindsForUser
1071.76 s
[apply-refact] pprDeclList
1071.76 s
[apply-refact] emptyLocalBinds
1071.76 s
[apply-refact] eqEmptyLocalBinds
1071.76 s
[apply-refact] isEmptyValBinds
1071.76 s
[apply-refact] emptyValBindsIn
1071.76 s
[apply-refact] emptyValBindsOut
1071.76 s
[apply-refact] emptyLHsBinds
1071.76 s
[apply-refact] isEmptyLHsBinds
1071.76 s
[apply-refact] plusHsValBinds
1071.76 s
[apply-refact] ppr_monobind
1071.76 s
[apply-refact] pprTicks
1071.76 s
[apply-refact] isEmptyIPBindsPR
1071.76 s
[apply-refact] isEmptyIPBindsTc
1071.76 s
[apply-refact] noSpecPrags
1071.76 s
[apply-refact] hasSpecPrags
1071.76 s
[apply-refact] isDefaultMethod
1071.76 s
[apply-refact] ppr_sig
1071.76 s
[apply-refact] hsSigDoc
1071.76 s
[apply-refact] pragBrackets
1071.76 s
[apply-refact] pprVarSig
1071.76 s
[apply-refact] pprSpec
1071.76 s
[apply-refact] pprTcSpecPrags
1071.76 s
[apply-refact] pprMinimalSig
1071.76 s
[apply-refact] hsRecFieldId
1071.76 s
[apply-refact] hsRecUpdFieldRdr
1071.76 s
[apply-refact] hsRecUpdFieldId
1071.76 s
[apply-refact] hsRecUpdFieldOcc
1071.76 s
[apply-refact] pprParendLPat
1071.76 s
[apply-refact] pprConArgs
1071.76 s
[apply-refact] mkPrefixConPat
1071.76 s
[apply-refact] mkNilPat
1071.76 s
[apply-refact] mkCharLitPat
1071.76 s
[apply-refact] isBangedLPat
1071.76 s
[apply-refact] looksLazyPatBind
1071.76 s
[apply-refact] isIrrefutableHsPat
1071.76 s
[apply-refact] collectEvVarsPats
1071.76 s
[apply-refact] collectEvVarsPat
1071.76 s
[apply-refact] emptyRdrGroup
1071.76 s
[apply-refact] emptyRnGroup
1071.76 s
[apply-refact] appendGroups
1071.76 s
[apply-refact] tyFamInstDeclName
1071.76 s
[apply-refact] tyFamInstDeclLName
1071.76 s
[apply-refact] tyClDeclLName
1071.76 s
[apply-refact] countTyClDecls
1071.76 s
[apply-refact] tcdName
1071.76 s
[apply-refact] pp_vanilla_decl_head
1071.76 s
[apply-refact] pprTyClDeclFlavour
1071.76 s
[apply-refact] familyDeclLName
1071.76 s
[apply-refact] familyDeclName
1071.76 s
[apply-refact] famResultKindSignature
1071.76 s
[apply-refact] standaloneKindSigName
1071.76 s
[apply-refact] getConNames
1071.76 s
[apply-refact] hsConDeclTheta
1071.76 s
[apply-refact] ppDataDefnHeader
1071.76 s
[apply-refact] pprTyFamInstDecl
1071.76 s
[apply-refact] pprDataFamInstFlavour
1071.76 s
[apply-refact] pprHsFamInstLHS
1071.76 s
[apply-refact] instDeclDataFamInsts
1071.76 s
[apply-refact] anyLConIsGadt
1071.76 s
[apply-refact] flattenRuleDecls
1071.76 s
[apply-refact] pprFullRuleName
1071.76 s
[apply-refact] roleAnnotDeclName
1071.76 s
[apply-refact] noSyntaxExpr
1071.76 s
[apply-refact] tupArgPresent
1071.76 s
[apply-refact] isQuietHsExpr
1071.76 s
[apply-refact] pprBinds
1071.76 s
[apply-refact] ppr_lexpr
1071.76 s
[apply-refact] ppr_expr
1071.76 s
[apply-refact] ppr_infix_expr
1071.76 s
[apply-refact] ppr_infix_expr_rn
1071.76 s
[apply-refact] ppr_infix_expr_tc
1071.76 s
[apply-refact] ppr_apps
1071.76 s
[apply-refact] pprDebugParendExpr
1071.76 s
[apply-refact] pprParendLExpr
1071.76 s
[apply-refact] stripParensLHsExpr
1071.76 s
[apply-refact] stripParensHsExpr
1071.76 s
[apply-refact] isAtomicHsExpr
1071.76 s
[apply-refact] pprLCmd
1071.76 s
[apply-refact] pprCmd
1071.76 s
[apply-refact] isQuietHsCmd
1071.76 s
[apply-refact] ppr_lcmd
1071.76 s
[apply-refact] ppr_cmd
1071.76 s
[apply-refact] pprCmdArg
1071.76 s
[apply-refact] isEmptyMatchGroup
1071.76 s
[apply-refact] matchGroupArity
1071.76 s
[apply-refact] hsLMatchPats
1071.76 s
[apply-refact] pprMatches
1071.76 s
[apply-refact] pprMatch
1071.76 s
[apply-refact] pprGRHSs
1071.76 s
[apply-refact] pprGRHS
1071.76 s
[apply-refact] pp_rhs
1071.76 s
[apply-refact] pprStmt
1071.76 s
[apply-refact] pprBindStmt
1071.76 s
[apply-refact] pprArg
1071.76 s
[apply-refact] pprTransformStmt
1071.76 s
[apply-refact] pprTransStmt
1071.76 s
[apply-refact] pprBy
1071.76 s
[apply-refact] pprDo
1071.76 s
[apply-refact] pprArrowExpr
1071.76 s
[apply-refact] ppr_module_name_prefix
1071.76 s
[apply-refact] ppr_do_stmts
1071.76 s
[apply-refact] pprComp
1071.76 s
[apply-refact] pprQuals
1071.76 s
[apply-refact] pprPendingSplice
1071.76 s
[apply-refact] ppr_quasi
1071.76 s
[apply-refact] ppr_splice
1071.76 s
[apply-refact] thBrackets
1071.76 s
[apply-refact] thTyBrackets
1071.76 s
[apply-refact] ppr_with_pending_tc_splices
1071.76 s
[apply-refact] pp_dotdot
1071.76 s
[apply-refact] lamCaseKeyword
1071.76 s
[apply-refact] pprExternalSrcLoc
1071.76 s
[apply-refact] pprHsArrType
1071.76 s
[apply-refact] matchContextErrString
1071.76 s
[apply-refact] matchArrowContextErrString
1071.76 s
[apply-refact] matchDoContextErrString
1071.76 s
[apply-refact] pprMatchInCtxt
1071.76 s
[apply-refact] pprStmtInCtxt
1071.77 s
[apply-refact] matchSeparator
1071.77 s
[apply-refact] pprMatchContext
1071.77 s
[apply-refact] pprMatchContextNoun
1071.77 s
[apply-refact] pprMatchContextNouns
1071.77 s
[apply-refact] pprArrowMatchContextNoun
1071.77 s
[apply-refact] pprArrowMatchContextNouns
1071.77 s
[apply-refact] pprAStmtContext
1071.77 s
[apply-refact] pprStmtContext
1071.77 s
[apply-refact] pprStmtCat
1071.77 s
[apply-refact] pprAHsDoFlavour
1071.77 s
[apply-refact] pprHsDoFlavour
1071.77 s
[apply-refact] prependQualified
1071.77 s
[apply-refact] pprFieldLabelStrings
1071.77 s
[apply-refact] pprPrefixFastString
1071.77 s
[apply-refact] mkSimpleMatch
1071.77 s
[apply-refact] unguardedGRHSs
1071.77 s
[apply-refact] unguardedRHS
1071.77 s
[apply-refact] mkMatchGroup
1071.77 s
[apply-refact] mkLamCaseMatchGroup
1071.77 s
[apply-refact] mkLocatedList
1071.77 s
[apply-refact] mkHsApp
1071.77 s
[apply-refact] mkHsAppWith
1071.77 s
[apply-refact] mkHsApps
1071.77 s
[apply-refact] mkHsAppsWith
1071.77 s
[apply-refact] mkHsAppType
1071.77 s
[apply-refact] mkHsAppTypes
1071.77 s
[apply-refact] mkHsLam
1071.77 s
[apply-refact] mkHsLams
1071.77 s
[apply-refact] nlHsTyApp
1071.77 s
[apply-refact] nlHsTyApps
1071.77 s
[apply-refact] mkParPat
1071.77 s
[apply-refact] nlParPat
1071.77 s
[apply-refact] mkRecStmt
1071.77 s
[apply-refact] mkHsIntegral
1071.77 s
[apply-refact] mkHsFractional
1071.77 s
[apply-refact] mkHsIsString
1071.77 s
[apply-refact] mkHsDo
1071.77 s
[apply-refact] mkHsDoAnns
1071.77 s
[apply-refact] mkHsComp
1071.77 s
[apply-refact] mkHsCompAnns
1071.77 s
[apply-refact] mkHsIf
1071.77 s
[apply-refact] mkHsCmdIf
1071.77 s
[apply-refact] mkNPat
1071.77 s
[apply-refact] mkNPlusKPat
1071.77 s
[apply-refact] emptyTransStmt
1071.77 s
[apply-refact] mkTransformStmt
1071.77 s
[apply-refact] mkTransformByStmt
1071.77 s
[apply-refact] mkGroupUsingStmt
1071.77 s
[apply-refact] mkGroupByUsingStmt
1071.77 s
[apply-refact] mkLastStmt
1071.77 s
[apply-refact] mkBodyStmt
1071.77 s
[apply-refact] mkPsBindStmt
1071.77 s
[apply-refact] mkRnBindStmt
1071.77 s
[apply-refact] mkTcBindStmt
1071.77 s
[apply-refact] unitRecStmtTc
1071.77 s
[apply-refact] emptyRecStmt
1071.77 s
[apply-refact] emptyRecStmtName
1071.77 s
[apply-refact] emptyRecStmtId
1071.77 s
[apply-refact] mkLetStmt
1071.77 s
[apply-refact] mkHsString
1071.77 s
[apply-refact] mkHsStringFS
1071.77 s
[apply-refact] mkHsStringPrimLit
1071.77 s
[apply-refact] mkHsCharPrimLit
1071.77 s
[apply-refact] mkConLikeTc
1071.77 s
[apply-refact] nlHsVar
1071.77 s
[apply-refact] nl_HsVar
1071.77 s
[apply-refact] nlHsLit
1071.77 s
[apply-refact] nlHsIntLit
1071.77 s
[apply-refact] nlVarPat
1071.77 s
[apply-refact] nlLitPat
1071.77 s
[apply-refact] nlHsApp
1071.77 s
[apply-refact] nlHsSyntaxApps
1071.77 s
[apply-refact] nlHsApps
1071.77 s
[apply-refact] nlHsVarApps
1071.77 s
[apply-refact] nlConVarPat
1071.77 s
[apply-refact] nlConVarPatName
1071.77 s
[apply-refact] nlInfixConPat
1071.77 s
[apply-refact] nlConPat
1071.77 s
[apply-refact] nlConPatName
1071.77 s
[apply-refact] nlNullaryConPat
1071.77 s
[apply-refact] nlWildConPat
1071.77 s
[apply-refact] nlHsDo
1071.77 s
[apply-refact] nlHsOpApp
1071.77 s
[apply-refact] nlHsLam
1071.77 s
[apply-refact] nlHsPar
1071.77 s
[apply-refact] nlHsIf
1071.77 s
[apply-refact] nlHsCase
1071.77 s
[apply-refact] nlList
1071.77 s
[apply-refact] nlHsAppTy
1071.77 s
[apply-refact] nlHsTyVar
1071.77 s
[apply-refact] nlHsFunTy
1071.77 s
[apply-refact] nlHsParTy
1071.77 s
[apply-refact] nlHsTyConApp
1071.77 s
[apply-refact] nlHsAppKindTy
1071.77 s
[apply-refact] mkLHsTupleExpr
1071.77 s
[apply-refact] mkLHsVarTuple
1071.77 s
[apply-refact] nlTuplePat
1071.77 s
[apply-refact] missingTupArg
1071.77 s
[apply-refact] mkBigLHsTup
1071.77 s
[apply-refact] mkBigLHsPatTup
1071.77 s
[apply-refact] mkHsSigEnv
1071.77 s
[apply-refact] mkLHsWrap
1071.77 s
[apply-refact] mkHsWrap
1071.77 s
[apply-refact] mkHsWrapCo
1071.77 s
[apply-refact] mkHsWrapCoR
1071.77 s
[apply-refact] mkLHsWrapCo
1071.77 s
[apply-refact] mkHsCmdWrap
1071.77 s
[apply-refact] mkLHsCmdWrap
1071.77 s
[apply-refact] mkHsWrapPat
1071.77 s
[apply-refact] mkHsWrapPatCo
1071.77 s
[apply-refact] mkHsDictLet
1071.77 s
[apply-refact] mkHsVarBind
1071.77 s
[apply-refact] mkVarBind
1071.77 s
[apply-refact] mkPatSynBind
1071.77 s
[apply-refact] mkMatch
1071.77 s
[apply-refact] collectLocalBinders
1071.77 s
[apply-refact] collectHsValBinders
1071.77 s
[apply-refact] collectHsBindsBinders
1071.77 s
[apply-refact] collectLStmtsBinders
1071.77 s
[apply-refact] collectStmtsBinders
1071.77 s
[apply-refact] collectLStmtBinders
1071.77 s
[apply-refact] collectStmtBinders
1071.77 s
[apply-refact] collectPatBinders
1071.77 s
[apply-refact] collectPatsBinders
1071.77 s
[apply-refact] hsGroupBinders
1071.77 s
[apply-refact] hsTyClForeignBinders
1071.77 s
[apply-refact] getPatSynBinds
1071.77 s
[apply-refact] lStmtsImplicits
1071.77 s
[apply-refact] hsValBindsImplicits
1071.77 s
[apply-refact] lPatImplicits
1071.77 s
[apply-refact] nameOccName
1071.77 s
[apply-refact] occName
1071.77 s
[apply-refact] occNameString
1071.77 s
[apply-refact] ppr
1071.77 s
[apply-refact] showSDocUnsafe
1071.77 s
[apply-refact] handleGhcException
1071.77 s
[apply-refact] rdrNameOcc
1071.77 s
[apply-refact] RealSrcLoc' (src/Refact/Compat.hs:176)
1071.77 s
[apply-refact] RealSrcSpan' (src/Refact/Compat.hs:185)
1071.77 s
[apply-refact] SrcSpanLess (src/Refact/Compat.hs:200)
1071.77 s
[apply-refact] composeSrcSpan (src/Refact/Compat.hs:194)
1071.77 s
[apply-refact] decomposeSrcSpan (src/Refact/Compat.hs:197)
1071.77 s
[apply-refact] impliedXFlags
1071.77 s
[apply-refact] FunBind (src/Refact/Compat.hs:174)
1071.77 s
[apply-refact] DoGenReplacement (src/Refact/Compat.hs:254)
1071.77 s
[apply-refact] Module (src/Refact/Compat.hs:155)
1071.77 s
[apply-refact] MonadFail' (src/Refact/Compat.hs:152)
1071.77 s
[apply-refact] ReplaceWorker (src/Refact/Compat.hs:262)
1071.77 s
[apply-refact] annSpanToSrcSpan (src/Refact/Compat.hs:211)
1071.77 s
[apply-refact] badAnnSpan (src/Refact/Compat.hs:203)
1071.77 s
[apply-refact] mkErr (src/Refact/Compat.hs:240)
1071.77 s
[apply-refact] parseModuleName (src/Refact/Compat.hs:249)
1071.77 s
[apply-refact] setAnnSpanFile (src/Refact/Compat.hs:236)
1071.77 s
[apply-refact] setRealSrcSpanFile (src/Refact/Compat.hs:228)
1071.77 s
[apply-refact] setSrcSpanFile (src/Refact/Compat.hs:219)
1071.77 s
[apply-refact] srcSpanToAnnSpan (src/Refact/Compat.hs:207)
1071.77 s
[apply-refact] AnnSpan (src/Refact/Compat.hs:202)
1071.95 s
[apply-refact] 23% ( 6 / 26) in 'Refact.Utils'
1071.95 s
[apply-refact] Missing documentation for:
1071.95 s
[apply-refact] Module header
1071.95 s
[apply-refact] Module (src/Refact/Compat.hs:155)
1071.95 s
[apply-refact] Stmt (src/Refact/Utils.hs:73)
1071.95 s
[apply-refact] Expr (src/Refact/Utils.hs:63)
1071.95 s
[apply-refact] Decl (src/Refact/Utils.hs:67)
1071.95 s
[apply-refact] Name (src/Refact/Utils.hs:71)
1071.95 s
[apply-refact] Pat (src/Refact/Utils.hs:69)
1071.95 s
[apply-refact] Type (src/Refact/Utils.hs:65)
1071.95 s
[apply-refact] Import (src/Refact/Utils.hs:75)
1071.95 s
[apply-refact] FunBind (src/Refact/Compat.hs:174)
1071.95 s
[apply-refact] RealSrcLoc' (src/Refact/Compat.hs:176)
1071.95 s
[apply-refact] RealSrcSpan' (src/Refact/Compat.hs:185)
1071.95 s
[apply-refact] M (src/Refact/Utils.hs:61)
1071.95 s
[apply-refact] getAnnSpan (src/Refact/Utils.hs:80)
1071.95 s
[apply-refact] getAnnSpanA (src/Refact/Utils.hs:77)
1071.95 s
[apply-refact] annSpanToSrcSpan (src/Refact/Compat.hs:211)
1071.95 s
[apply-refact] srcSpanToAnnSpan (src/Refact/Compat.hs:207)
1071.95 s
[apply-refact] setAnnSpanFile (src/Refact/Compat.hs:236)
1071.95 s
[apply-refact] setSrcSpanFile (src/Refact/Compat.hs:219)
1071.95 s
[apply-refact] setRealSrcSpanFile (src/Refact/Compat.hs:228)
1073.65 s
[apply-refact] 33% ( 4 / 12) in 'Refact.Internal'
1073.65 s
[apply-refact] Missing documentation for:
1073.65 s
[apply-refact] Module header
1073.65 s
[apply-refact] addExtensionsToFlags (src/Refact/Internal.hs:689)
1073.65 s
[apply-refact] parseModuleWithArgs (src/Refact/Internal.hs:713)
1073.65 s
[apply-refact] Verbosity (src/Refact/Internal.hs:273)
1073.65 s
[apply-refact] refactOptions (src/Refact/Internal.hs:117)
1073.65 s
[apply-refact] Errors (src/Refact/Compat.hs:160)
1073.65 s
[apply-refact] onError (src/Refact/Compat.hs:162)
1073.65 s
[apply-refact] mkErr (src/Refact/Compat.hs:240)
1074.38 s
[apply-refact] 50% ( 1 / 2) in 'Refact.Fixity'
1074.44 s
[apply-refact] Missing documentation for:
1074.45 s
[apply-refact] Module header
1074.52 s
[apply-refact] 80% ( 4 / 5) in 'Refact.Apply'
1074.52 s
[apply-refact] Missing documentation for:
1074.52 s
[apply-refact] Module header
1077.76 s
[lsp-types] [3 of 4] Compiling Language.LSP.Protocol.QuickCheck.Message ( quickcheck/Language/LSP/Protocol/QuickCheck/Message.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Message.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Message.dyn_o )
1077.80 s
[apply-refact] Warning: Refact.Compat: could not find link destinations for:
1077.80 s
[apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.Entry
1077.80 s
[apply-refact] - GHC.Driver.Session.DynP
1077.80 s
[apply-refact] - GHC.Hs.Type.HsQTvsRn
1077.80 s
[apply-refact] - GHC.Hs.Type.pprTyVarBndr
1077.80 s
[apply-refact] - GHC.Hs.Utils.AnnoBody
1077.80 s
[apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.EP
1077.80 s
[apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.ExactPrintTVFlag
1077.80 s
[apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.HasEntry
1077.80 s
[apply-refact] - Language.Haskell.GHC.ExactPrint.ExactPrint.fromAnn
1078.76 s
[lsp-types] [4 of 4] Compiling Language.LSP.Protocol.QuickCheck ( quickcheck/Language/LSP/Protocol/QuickCheck.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck.o, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck.dyn_o )
1079.63 s
[lsp-types] [1 of 4] Compiling Language.LSP.Protocol.QuickCheck.Common ( quickcheck/Language/LSP/Protocol/QuickCheck/Common.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Common.p_o )
1080.77 s
[lsp-types] [2 of 4] Compiling Language.LSP.Protocol.QuickCheck.Types ( quickcheck/Language/LSP/Protocol/QuickCheck/Types.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Types.p_o )
1095.97 s
[retrie] Documentation created: dist/doc/html/retrie/index.html,
1095.97 s
[retrie] dist/doc/html/retrie/retrie.txt
1096.05 s
[retrie] Preprocessing executable 'demo-retrie' for retrie-1.2.3..
1096.07 s
[retrie] Preprocessing executable 'retrie' for retrie-1.2.3..
1096.07 s
[retrie] haddockPhase completed in 40 seconds
1096.07 s
[retrie] Phase: installPhase
1096.23 s
[retrie] Installing library in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
1096.64 s
[retrie] Installing executable demo-retrie in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin
1096.64 s
[retrie] Warning: The directory
1096.64 s
[retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin is not in the
1096.64 s
[retrie] system search path.
1096.86 s
[retrie] Installing executable retrie in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin
1096.86 s
[retrie] Warning: The directory
1096.86 s
[retrie] /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin is not in the
1096.86 s
[retrie] system search path.
1098.27 s
[retrie] Phase: fixupPhase
1098.29 s
[retrie] shrinking RPATHs of ELF executables and libraries in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
1098.30 s
[retrie] shrinking /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSretrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3-ghc9.6.3.so
1098.34 s
[retrie] shrinking /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin/retrie
1098.42 s
[retrie] shrinking /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin/demo-retrie
1098.52 s
[retrie] checking for references to /build/ in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3...
1098.64 s
[retrie] patching script interpreter paths in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
1098.65 s
[retrie] stripping (with command strip and flags -S -p) in /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/lib /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3/bin
1098.97 s
[apply-refact] Documentation created: dist/doc/html/apply-refact/index.html,
1098.97 s
[apply-refact] dist/doc/html/apply-refact/apply-refact.txt
1099.07 s
[apply-refact] haddockPhase completed in 30 seconds
1099.07 s
[apply-refact] Phase: installPhase
1099.07 s
[retrie] shrinking RPATHs of ELF executables and libraries in /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc
1099.09 s
[retrie] checking for references to /build/ in /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc...
1099.12 s
[retrie] patching script interpreter paths in /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc
1099.55 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
1100.06 s
[post-build-hook] Pushing 2 paths (171 are already present) using zstd to cache sellout ⏳
1100.06 s
[post-build-hook]
1100.40 s
[post-build-hook] Pushing /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc (12.53 MiB)
1100.54 s
[post-build-hook] Pushing /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3 (77.06 MiB)
1102.68 s
[post-build-hook]
1102.68 s
[post-build-hook] All done.
1102.72 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc /nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3
1102.78 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1102.98 s
[post-build-hook] copying 8 paths...
1102.98 s
[post-build-hook] copying path '/nix/store/mhs5055kmnzjcgvcy74qjk4jcvli2nd8-haskell-src-exts-1.23.1-doc' to 'https://cache.nix-ci.com'...
1102.98 s
[post-build-hook] copying path '/nix/store/yfcq3a3m32pfr6zczqa4l2dqidljw774-MonadRandom-0.6.2-doc' to 'https://cache.nix-ci.com'...
1103.41 s
[post-build-hook] copying path '/nix/store/7l69l0cr5f1csypy8fmszzb9zxg6da7y-random-shuffle-0.0.4-doc' to 'https://cache.nix-ci.com'...
1103.41 s
[post-build-hook] copying path '/nix/store/d5yv0p35r3d55n6k4jqvsy3hlfxdjjh2-MonadRandom-0.6.2' to 'https://cache.nix-ci.com'...
1103.67 s
[post-build-hook] copying path '/nix/store/pyszymp5y04xwfqi89yffs7zq3b8wzrf-retrie-1.2.3-doc' to 'https://cache.nix-ci.com'...
1104.61 s
[post-build-hook] copying path '/nix/store/fkzngnd0is85jhmgz8dkw3fks6ibpzcl-random-shuffle-0.0.4' to 'https://cache.nix-ci.com'...
1107.94 s
[post-build-hook] copying path '/nix/store/n6pp7msj485ir7a40npybvw19mvrwziy-haskell-src-exts-1.23.1' to 'https://cache.nix-ci.com'...
1149.18 s
[post-build-hook] copying path '/nix/store/zyr0h5gmhki29psqr2zsvm41qcyp0r93-retrie-1.2.3' to 'https://cache.nix-ci.com'...
1173.99 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1174.22 s
[post-build-hook] copying 4 paths...
1174.22 s
[post-build-hook] copying path '/nix/store/1j1b4ia2yhcib4gabl2lcxm3rd4drgp1-MonadRandom-0.6.2.drv' to 'https://cache.nix-ci.com'...
1174.22 s
[post-build-hook] copying path '/nix/store/jwyvzknari2slyamhgblcbkrf2x43dba-haskell-src-exts-1.23.1.drv' to 'https://cache.nix-ci.com'...
1174.37 s
[post-build-hook] copying path '/nix/store/7j92kcsdg3w6ajmvd5yajbfzwi1dzga9-random-shuffle-0.0.4.drv' to 'https://cache.nix-ci.com'...
1174.51 s
[post-build-hook] copying path '/nix/store/8lf4m55iha2z332dvcxgwvg74q1d46h7-retrie-1.2.3.drv' to 'https://cache.nix-ci.com'...
1174.65 s
Progress: 45 of 61 built (2 building), 335 of 335 downloaded from cache
1174.65 s
[apply-refact] Installing executable refactor in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin
1174.65 s
[apply-refact] Warning: The directory
1174.65 s
[apply-refact] /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin is not
1174.65 s
[apply-refact] in the system search path.
1174.65 s
[apply-refact] Installing library in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
1174.65 s
[apply-refact] Phase: fixupPhase
1174.65 s
[apply-refact] shrinking RPATHs of ELF executables and libraries in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0
1174.66 s
[apply-refact] shrinking /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSapply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn-ghc9.6.3.so
1174.66 s
[apply-refact] shrinking /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin/refactor
1174.66 s
[apply-refact] checking for references to /build/ in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0...
1174.66 s
[apply-refact] patching script interpreter paths in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0
1174.66 s
[apply-refact] stripping (with command strip and flags -S -p) in /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/lib /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0/bin
1174.66 s
[apply-refact] shrinking RPATHs of ELF executables and libraries in /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc
1174.66 s
[apply-refact] checking for references to /build/ in /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc...
1174.66 s
[apply-refact] patching script interpreter paths in /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc
1174.66 s
[lsp-types] [3 of 4] Compiling Language.LSP.Protocol.QuickCheck.Message ( quickcheck/Language/LSP/Protocol/QuickCheck/Message.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck/Message.p_o )
1174.66 s
[lsp-types] [4 of 4] Compiling Language.LSP.Protocol.QuickCheck ( quickcheck/Language/LSP/Protocol/QuickCheck.hs, dist/build/lsp-types-quickcheck/Language/LSP/Protocol/QuickCheck.p_o )
1174.66 s
[lsp-types] Preprocessing test suite 'lsp-types-test' for lsp-types-2.3.0.1..
1174.66 s
[lsp-types] Building test suite 'lsp-types-test' for lsp-types-2.3.0.1..
1174.66 s
[lsp-types] [ 1 of 11] Compiling CapabilitiesSpec ( test/CapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/CapabilitiesSpec.o )
1174.66 s
[lsp-types] [ 2 of 11] Compiling JsonSpec ( test/JsonSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/JsonSpec.o )
1174.66 s
[lsp-types] [ 3 of 11] Compiling LocationSpec ( test/LocationSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/LocationSpec.o )
1174.66 s
[lsp-types] [ 4 of 11] Compiling MethodSpec ( test/MethodSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/MethodSpec.o )
1174.66 s
[lsp-types] [ 5 of 11] Compiling SemanticTokensSpec ( test/SemanticTokensSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/SemanticTokensSpec.o )
1174.66 s
[lsp-types] [ 6 of 11] Compiling ServerCapabilitiesSpec ( test/ServerCapabilitiesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/ServerCapabilitiesSpec.o )
1174.66 s
[lsp-types] [ 7 of 11] Compiling TypesSpec ( test/TypesSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/TypesSpec.o )
1174.66 s
[lsp-types] [ 8 of 11] Compiling URIFilePathSpec ( test/URIFilePathSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/URIFilePathSpec.o )
1174.66 s
[lsp-types] [ 9 of 11] Compiling WorkspaceEditSpec ( test/WorkspaceEditSpec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/WorkspaceEditSpec.o )
1174.66 s
[lsp-types] [10 of 11] Compiling Spec ( test/Spec.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Spec.o )
1174.66 s
[lsp-types] [11 of 11] Compiling Main ( test/Main.hs, dist/build/lsp-types-test/lsp-types-test-tmp/Main.o )
1174.66 s
[lsp-types] [12 of 12] Linking dist/build/lsp-types-test/lsp-types-test
1174.66 s
[lsp-types] buildPhase completed in 6 minutes 59 seconds
1174.66 s
[lsp-types] Phase: checkPhase
1174.66 s
[lsp-types] Running 1 test suites...
1174.66 s
[lsp-types] Test suite lsp-types-test: RUNNING...
1174.66 s
[lsp-types]
1174.66 s
[lsp-types] Capabilities
1174.66 s
[lsp-types] capabilities
1174.66 s
[lsp-types] produces full latest client capabilities [✔]
1174.66 s
[lsp-types] First time execution. Golden file created.
1174.66 s
[lsp-types] produces pre-3.10 client capabilities [✔]
1174.66 s
[lsp-types] First time execution. Golden file created.
1174.66 s
[lsp-types] Json
1174.66 s
[lsp-types] MarkedString
1174.66 s
[lsp-types] roundtrip [✔]
1174.66 s
[lsp-types] +++ OK, passed 100 tests.
1174.66 s
[lsp-types] MarkupContent
1174.66 s
[lsp-types] roundtrip [✔]
1174.66 s
[lsp-types] +++ OK, passed 100 tests.
1174.66 s
[lsp-types] TextDocumentContentChangeEvent
1174.66 s
[lsp-types] roundtrip [✔]
1174.66 s
[lsp-types] +++ OK, passed 100 tests.
1174.66 s
[lsp-types] WatchedFiles
1174.66 s
[lsp-types] roundtrip [✔]
1174.66 s
[lsp-types] +++ OK, passed 100 tests.
1174.66 s
[lsp-types] Registration
1174.66 s
[lsp-types] roundtrip [✔]
1174.66 s
[lsp-types] +++ OK, passed 100 tests.
1174.66 s
[lsp-types] CompletionList
1174.66 s
[lsp-types] handles optional field set to null in record [✔]
1174.66 s
[lsp-types] CompletionItem
1174.66 s
[lsp-types] example [✔]
1174.66 s
[lsp-types] RequestMessage
1174.66 s
[lsp-types] handles missing params field [✔]
1174.66 s
[lsp-types] handles params field set to null [✔]
1174.66 s
[lsp-types] ResponseMessage
1174.66 s
[lsp-types] Hover roundtrip [✔]
1174.66 s
[lsp-types] +++ OK, passed 100 tests.
1174.66 s
[lsp-types] decodes error data = null [✔]
1174.66 s
[lsp-types] throws if neither result nor error is present [✔]
1174.66 s
[lsp-types] throws if both result and error are present [✔]
1174.66 s
[lsp-types] decodes result = null [✔]
1174.66 s
[lsp-types] NotificationMessage
1174.66 s
[lsp-types] handles missing params field [✔]
1174.66 s
[lsp-types] Location
1174.66 s
[lsp-types] isSubrangeOf
1174.66 s
[lsp-types] is true if the first range is totally inside the second range [✔]
1174.66 s
[lsp-types] is true if two ranges equal [✔]
1174.66 s
[lsp-types] is false if the first range is outside of the second [✔]
1174.66 s
[lsp-types] positionInRange
1174.66 s
[lsp-types] is false if position is after the end of a single line range [✔]
1174.66 s
[lsp-types] is false if position is before the begining of a single line range [✔]
1174.66 s
[lsp-types] is true if position is in a single line range [✔]
1174.66 s
[lsp-types] is false if position is right at the end of the range [✔]
1174.66 s
[lsp-types] is true if position is in the middle of a multiline range [✔]
1174.66 s
[lsp-types] is false if position is before the beginning of a multiline range [✔]
1174.66 s
[lsp-types] is false if position is right at the end of a multiline range [✔]
1174.66 s
[lsp-types] Method
1174.66 s
[lsp-types] Method enum aeson instance consistency
1174.66 s
[lsp-types] Client Methods
1174.66 s
[lsp-types] maintains roundtrip consistency [✔]
1174.66 s
[lsp-types] Server Methods
1174.92 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0 /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc
1175.42 s
[post-build-hook] Pushing 2 paths (150 are already present) using zstd to cache sellout ⏳
1175.42 s
[post-build-hook]
1175.88 s
[post-build-hook] Pushing /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0 (68.17 MiB)
1175.92 s
[post-build-hook] Pushing /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc (9.62 MiB)
1178.30 s
[post-build-hook]
1178.30 s
[post-build-hook] All done.
1178.32 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0 /nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc
1178.36 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1178.52 s
[post-build-hook] copying 2 paths...
1178.52 s
[post-build-hook] copying path '/nix/store/x0z9h5cwwg5qaxdgddnghyixfr011l28-apply-refact-0.14.0.0-doc' to 'https://cache.nix-ci.com'...
1179.65 s
[post-build-hook] copying path '/nix/store/s9gzxlaqjcw5icfw35nddwmd9xgaivbw-apply-refact-0.14.0.0' to 'https://cache.nix-ci.com'...
1218.89 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1219.20 s
[post-build-hook] copying 1 paths...
1219.20 s
[post-build-hook] copying path '/nix/store/0k77490zi9xw5z8v3dni25dfjgd85jch-apply-refact-0.14.0.0.drv' to 'https://cache.nix-ci.com'...
1219.41 s
Progress: 46 of 59 built (1 building), 335 of 335 downloaded from cache
1219.42 s
[lsp-types] maintains roundtrip consistency [✔]
1219.42 s
[lsp-types] SemanticTokens
1219.42 s
[lsp-types] relativize/absolutizeTokens
1219.42 s
[lsp-types] round-trips [✔]
1219.42 s
[lsp-types] handles big tokens [✔]
1219.42 s
[lsp-types] encodeTokens
1219.42 s
[lsp-types] when running the LSP examples
1219.42 s
[lsp-types] encodes example 1 correctly [✔]
1219.42 s
[lsp-types] encodes example 2 correctly [✔]
1219.42 s
[lsp-types] handles big tokens [✔]
1219.42 s
[lsp-types] computeEdits
1219.42 s
[lsp-types] handles an edit in the middle [✔]
1219.42 s
[lsp-types] handles an edit at the end [✔]
1219.42 s
[lsp-types] handles an edit at the beginning [✔]
1219.42 s
[lsp-types] handles an ambiguous edit [✔]
1219.42 s
[lsp-types] handles a long edit [✔]
1219.42 s
[lsp-types] handles multiple edits [✔]
1219.42 s
[lsp-types] handles big tokens [✔]
1219.42 s
[lsp-types] ServerCapabilities
1219.42 s
[lsp-types] server capabilities
1219.42 s
[lsp-types] folding range options
1219.42 s
[lsp-types] decodes
1219.42 s
[lsp-types] just id [✔]
1219.42 s
[lsp-types] id and document selector [✔]
1219.42 s
[lsp-types] static boolean [✔]
1219.42 s
[lsp-types] encodes
1219.42 s
[lsp-types] just id [✔]
1219.42 s
[lsp-types] decodes [✔]
1219.42 s
[lsp-types] client/registerCapability
1219.42 s
[lsp-types] allows empty registerOptions [✔]
1219.42 s
[lsp-types] Types
1219.42 s
[lsp-types] MarkupContent
1219.42 s
[lsp-types] appends two plainstrings [✔]
1219.42 s
[lsp-types] appends a marked up and a plain string [✔]
1219.42 s
[lsp-types] appends a plain string and a marked up string [✔]
1219.42 s
[lsp-types] URIFilePath
1219.42 s
[lsp-types] Platform aware URI file path functions
1219.42 s
[lsp-types] converts a URI to a POSIX file path [✔]
1219.42 s
[lsp-types] converts a POSIX file path to a URI [✔]
1219.42 s
[lsp-types] converts a URI to a Windows file path [✔]
1219.42 s
[lsp-types] converts a Windows file path to a URI [✔]
1219.42 s
[lsp-types] converts a POSIX file path to a URI [✔]
1219.42 s
[lsp-types] converts a Windows file path to a URI [✔]
1219.42 s
[lsp-types] converts a Windows file path to a URI [✔]
1219.42 s
[lsp-types] converts a POSIX file path to a URI and back [✔]
1219.42 s
[lsp-types] converts a Posix file path to a URI and back [✔]
1219.42 s
[lsp-types] +++ OK, passed 100 tests.
1219.42 s
[lsp-types] converts a Windows file path to a URI and back [✔]
1219.42 s
[lsp-types] +++ OK, passed 100 tests.
1219.42 s
[lsp-types] converts a relative POSIX file path to a URI and back [✔]
1219.42 s
[lsp-types] URI file path functions
1219.42 s
[lsp-types] converts a URI to a file path [✔]
1219.42 s
[lsp-types] converts a file path to a URI [✔]
1219.42 s
[lsp-types] removes unnecessary current directory paths [✔]
1219.42 s
[lsp-types] converts a file path to a URI and back [✔]
1219.42 s
[lsp-types] +++ OK, passed 100 tests.
1219.42 s
[lsp-types] converts a relative file path to a URI and back [✔]
1219.42 s
[lsp-types] converts a file path with initial current dir to a URI and back [✔]
1219.42 s
[lsp-types] URI normalization functions
1219.42 s
[lsp-types] ignores differences in percent-encoding [✔]
1219.42 s
[lsp-types] +++ OK, passed 100 tests.
1219.42 s
[lsp-types] ignores differences in percent-encoding (examples) [✔]
1219.42 s
[lsp-types] normalizes uri file path when converting from uri to normalized uri [✔]
1219.42 s
[lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
1219.42 s
[lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
1219.42 s
[lsp-types] converts a file path to a normalized URI and back [✔]
1219.42 s
[lsp-types] +++ OK, passed 100 tests.
1219.42 s
[lsp-types] Normalized file path functions
1219.42 s
[lsp-types] makes file path normalized [✔]
1219.42 s
[lsp-types] +++ OK, passed 100 tests.
1219.42 s
[lsp-types] converts to a normalized uri and back [✔]
1219.42 s
[lsp-types] +++ OK, passed 100 tests.
1219.42 s
[lsp-types] converts a file path with reserved uri chars to a normalized URI and back [✔]
1219.42 s
[lsp-types] converts a file path with substrings that looks like uri escaped chars and back [✔]
1219.42 s
[lsp-types] creates the same NormalizedUri than the older implementation [✔]
1219.42 s
[lsp-types] +++ OK, passed 100 tests.
1219.42 s
[lsp-types] converts to NormalizedFilePath and back sucessfully [✔]
1219.42 s
[lsp-types] +++ OK, passed 100 tests.
1219.42 s
[lsp-types] can not convert OsPath in non-standard encoding to NormalizedFilePath [✔]
1219.42 s
[lsp-types] WorkspaceEdit
1219.42 s
[lsp-types] applyTextEdit
1219.42 s
[lsp-types] inserts text [✔]
1219.42 s
[lsp-types] deletes text [✔]
1219.42 s
[lsp-types] edits a multiline text [✔]
1219.42 s
[lsp-types] inserts text past the last line [✔]
1219.42 s
[lsp-types] editTextEdit
1219.42 s
[lsp-types] edits a multiline text edit [✔]
1219.42 s
[lsp-types]
1219.42 s
[lsp-types] Finished in 6.6403 seconds
1219.42 s
[lsp-types] 85 examples, 0 failures
1219.42 s
[lsp-types] Test suite lsp-types-test: PASS
1219.42 s
[lsp-types] Test suite logged to: dist/test/lsp-types-2.3.0.1-lsp-types-test.log
1219.42 s
[lsp-types] 1 of 1 test suites (1 of 1 test cases) passed.
1219.42 s
[lsp-types] Phase: haddockPhase
1219.42 s
[lsp-types] Phase: installPhase
1219.42 s
[lsp-types] Installing internal library metamodel in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel
1219.42 s
[lsp-types] Installing library in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1219.42 s
[lsp-types] Installing executable generator in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin
1219.42 s
[lsp-types] Warning: The directory
1219.42 s
[lsp-types] /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin is not in
1219.42 s
[lsp-types] the system search path.
1219.42 s
[lsp-types] Installing internal library lsp-types-quickcheck in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck
1219.42 s
[lsp-types] Phase: fixupPhase
1219.42 s
[lsp-types] shrinking RPATHs of ELF executables and libraries in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
1219.42 s
[lsp-types] shrinking /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-types-2.3.0.1-IvU1mlKM3OL8j7NbbyBRNY-metamodel-ghc9.6.3.so
1219.42 s
[lsp-types] shrinking /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-types-2.3.0.1-1NdZ2VatsCUGpeejF1HmLu-lsp-types-quickcheck-ghc9.6.3.so
1219.42 s
[lsp-types] shrinking /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi-ghc9.6.3.so
1219.42 s
[lsp-types] shrinking /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin/generator
1219.42 s
[lsp-types] checking for references to /build/ in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1...
1219.42 s
[lsp-types] patching script interpreter paths in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
1219.42 s
[lsp-types] stripping (with command strip and flags -S -p) in /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/lib /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1/bin
1219.44 s
Waiting for lock on waiting for lock on '/nix/store/1c09gaq6g3x9pgbbhrfrwqryp70nc2rl-monad-dijkstra-0.1.1.5-doc', '/nix/store/2zivr2mqd7xzi24c5pida85hi375dyr7-monad-dijkstra
1221.06 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
1221.60 s
[post-build-hook] Pushing 1 paths (244 are already present) using zstd to cache sellout ⏳
1221.60 s
[post-build-hook]
1221.95 s
[post-build-hook] Pushing /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1 (456.99 MiB)
1226.66 s
[post-build-hook]
1226.70 s
[post-build-hook] All done.
1226.71 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1
1226.78 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1226.82 s
[post-build-hook] copying 1 paths...
1226.82 s
[post-build-hook] copying path '/nix/store/qflchng3nhh78jj3rh0ih9azsxzl1bl5-lsp-types-2.3.0.1' to 'https://cache.nix-ci.com'...
1319.68 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1319.88 s
[post-build-hook] copying 1 paths...
1319.89 s
[post-build-hook] copying path '/nix/store/b2qkxkdn25gz3n6ypk07ply0q84gqwss-lsp-types-2.3.0.1.drv' to 'https://cache.nix-ci.com'...
1320.06 s
Progress: 47 of 58 built, 335 of 335 downloaded from cache
1320.15 s
Building lsp
1320.50 s
[lsp] Phase: setupCompilerEnvironmentPhase
1320.52 s
Waiting for lock on waiting for lock on '/nix/store/gs03widz32rwby2d336mwah3a7773dra-floskell-0.11.1-data', '/nix/store/iyr7pdkgbbajhwmlin71dd2kyxs87v8b-floskell-0.11.1-doc', '/nix/store/qxi7z6g768vv9rxdm7n6p464dsxz10k1-floskell
1320.52 s
[lsp] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
1320.91 s
[lsp] Phase: unpackPhase
1320.92 s
[lsp] unpacking source archive /nix/store/12k1a9yd29ayydcbms6q8jmm5hkylh2c-lsp-2.7.0.1.tar.gz
1320.93 s
[lsp] source root is lsp-2.7.0.1
1320.93 s
[lsp] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-2.7.0.1/test/VspSpec.hs"
1320.94 s
[lsp] Phase: patchPhase
1320.94 s
[lsp] Phase: compileBuildDriverPhase
1320.95 s
[lsp] setupCompileFlags: -package-db=/build/tmp.NAN5JbL4G0/setup-package.conf.d -threaded
1321.01 s
[lsp] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.NAN5JbL4G0/Main.o )
1321.06 s
[lsp] [2 of 2] Linking Setup
1322.84 s
[lsp] Phase: updateAutotoolsGnuConfigScriptsPhase
1322.87 s
[lsp] Phase: configurePhase
1322.88 s
[lsp] configureFlags: --verbose --prefix=/nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1 --with-gcc=gcc --package-db=/build/tmp.NAN5JbL4G0/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
1322.90 s
[lsp] Using Parsec parser
1322.90 s
[lsp] Configuring lsp-2.7.0.1...
1323.70 s
[lsp] Flags chosen: demo=False
1323.70 s
[lsp] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
1323.70 s
[lsp] Dependency async >=2.2 && <2.3: using async-2.2.5
1323.70 s
[lsp] Dependency attoparsec >=0.14 && <0.15: using attoparsec-0.14.4
1323.70 s
[lsp] Dependency base >=4.11 && <5: using base-4.18.1.0
1323.70 s
[lsp] Dependency bytestring >=0.10 && <0.13: using bytestring-0.11.5.2
1323.70 s
[lsp] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
1323.70 s
[lsp] Dependency containers >=0.6 && <0.8: using containers-0.6.7
1323.70 s
[lsp] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
1323.70 s
[lsp] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
1323.70 s
[lsp] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.7
1323.70 s
[lsp] Dependency extra >=1.7 && <1.9: using extra-1.7.16
1323.70 s
[lsp] Dependency filepath >=1.4 && <1.6: using filepath-1.4.100.4
1323.70 s
[lsp] Dependency hashable >=1.4 && <1.6: using hashable-1.4.7.0
1323.70 s
[lsp] Dependency lens >=5.1 && <5.4: using lens-5.3.4
1323.70 s
[lsp] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
1323.70 s
[lsp] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1323.70 s
[lsp] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
1323.70 s
[lsp] Dependency prettyprinter >=1.7 && <1.8: using prettyprinter-1.7.1
1323.70 s
[lsp] Dependency sorted-list >=0.2.1 && <0.3: using sorted-list-0.2.3.1
1323.70 s
[lsp] Dependency stm >=2.5 && <2.6: using stm-2.5.1.0
1323.70 s
[lsp] Dependency text >=1 && <2.2: using text-2.0.2
1323.70 s
[lsp] Dependency text-rope >=0.2 && <0.4: using text-rope-0.2
1323.70 s
[lsp] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
1323.70 s
[lsp] Dependency unliftio >=0.2 && <0.3: using unliftio-0.2.25.1
1323.70 s
[lsp] Dependency unliftio-core >=0.2 && <0.3: using unliftio-core-0.2.1.0
1323.70 s
[lsp] Dependency unordered-containers >=0.2 && <0.3: using
1323.70 s
[lsp] unordered-containers-0.2.20
1323.70 s
[lsp] Dependency base: using base-4.18.1.0
1323.70 s
[lsp] Dependency containers: using containers-0.6.7
1323.70 s
[lsp] Dependency hspec: using hspec-2.11.12
1323.70 s
[lsp] Dependency lsp: using lsp-2.7.0.1
1323.70 s
[lsp] Dependency sorted-list: using sorted-list-0.2.3.1
1323.70 s
[lsp] Dependency text: using text-2.0.2
1323.70 s
[lsp] Dependency text-rope: using text-rope-0.2
1323.70 s
[lsp] Dependency unordered-containers: using unordered-containers-0.2.20
1324.20 s
[lsp] Source component graph:
1324.20 s
[lsp] component lib
1324.20 s
[lsp] component test:lsp-test dependency lib
1324.20 s
[lsp] Configured component graph:
1324.20 s
[lsp] component lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1324.20 s
[lsp] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1324.20 s
[lsp] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1324.20 s
[lsp] include attoparsec-0.14.4-Lf5HznpK2Hu8bmGTsY7xll
1324.20 s
[lsp] include base-4.18.1.0
1324.20 s
[lsp] include bytestring-0.11.5.2
1324.20 s
[lsp] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1324.20 s
[lsp] include containers-0.6.7
1324.20 s
[lsp] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1324.20 s
[lsp] include directory-1.3.8.1
1324.20 s
[lsp] include exceptions-0.10.7
1324.20 s
[lsp] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1324.20 s
[lsp] include filepath-1.4.100.4
1324.20 s
[lsp] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1324.20 s
[lsp] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1324.20 s
[lsp] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1324.20 s
[lsp] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1324.20 s
[lsp] include mtl-2.3.1
1324.20 s
[lsp] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1324.20 s
[lsp] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
1324.20 s
[lsp] include stm-2.5.1.0
1324.20 s
[lsp] include text-2.0.2
1324.20 s
[lsp] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1324.20 s
[lsp] include transformers-0.6.1.0
1324.20 s
[lsp] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1324.20 s
[lsp] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1324.20 s
[lsp] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1324.20 s
[lsp] component lsp-2.7.0.1-DXA9Gj6oCO1BguRAWcxo9k-lsp-test
1324.20 s
[lsp] include base-4.18.1.0
1324.20 s
[lsp] include containers-0.6.7
1324.20 s
[lsp] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
1324.20 s
[lsp] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1324.20 s
[lsp] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
1324.20 s
[lsp] include text-2.0.2
1324.20 s
[lsp] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1324.20 s
[lsp] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1324.20 s
[lsp] Linked component graph:
1324.20 s
[lsp] unit lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1324.20 s
[lsp] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1324.20 s
[lsp] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1324.20 s
[lsp] include attoparsec-0.14.4-Lf5HznpK2Hu8bmGTsY7xll
1324.20 s
[lsp] include base-4.18.1.0
1324.20 s
[lsp] include bytestring-0.11.5.2
1324.20 s
[lsp] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1324.20 s
[lsp] include containers-0.6.7
1324.20 s
[lsp] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1324.20 s
[lsp] include directory-1.3.8.1
1324.20 s
[lsp] include exceptions-0.10.7
1324.20 s
[lsp] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1324.20 s
[lsp] include filepath-1.4.100.4
1324.20 s
[lsp] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1324.20 s
[lsp] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1324.20 s
[lsp] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1324.20 s
[lsp] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1324.20 s
[lsp] include mtl-2.3.1
1324.20 s
[lsp] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1324.20 s
[lsp] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
1324.20 s
[lsp] include stm-2.5.1.0
1324.20 s
[lsp] include text-2.0.2
1324.20 s
[lsp] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1324.20 s
[lsp] include transformers-0.6.1.0
1324.20 s
[lsp] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1324.20 s
[lsp] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1324.20 s
[lsp] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1324.20 s
[lsp] Language.LSP.Diagnostics=lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk:Language.LSP.Diagnostics,Language.LSP.Logging=lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk:Language.LSP.Logging,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Lens=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Lens,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types,Language.LSP.Server=lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk:Language.LSP.Server,Language.LSP.VFS=lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk:Language.LSP.VFS
1324.20 s
[lsp] unit lsp-2.7.0.1-DXA9Gj6oCO1BguRAWcxo9k-lsp-test
1324.20 s
[lsp] include base-4.18.1.0
1324.20 s
[lsp] include containers-0.6.7
1324.20 s
[lsp] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
1324.20 s
[lsp] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1324.20 s
[lsp] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
1324.20 s
[lsp] include text-2.0.2
1324.20 s
[lsp] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1324.20 s
[lsp] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1324.20 s
[lsp] Ready component graph:
1324.20 s
[lsp] definite lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1324.20 s
[lsp] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1324.20 s
[lsp] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1324.20 s
[lsp] depends attoparsec-0.14.4-Lf5HznpK2Hu8bmGTsY7xll
1324.20 s
[lsp] depends base-4.18.1.0
1324.21 s
[lsp] depends bytestring-0.11.5.2
1324.21 s
[lsp] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1324.21 s
[lsp] depends containers-0.6.7
1324.21 s
[lsp] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1324.21 s
[lsp] depends directory-1.3.8.1
1324.21 s
[lsp] depends exceptions-0.10.7
1324.21 s
[lsp] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1324.21 s
[lsp] depends filepath-1.4.100.4
1324.21 s
[lsp] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1324.21 s
[lsp] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1324.21 s
[lsp] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1324.21 s
[lsp] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1324.21 s
[lsp] depends mtl-2.3.1
1324.21 s
[lsp] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1324.21 s
[lsp] depends sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
1324.21 s
[lsp] depends stm-2.5.1.0
1324.21 s
[lsp] depends text-2.0.2
1324.21 s
[lsp] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1324.21 s
[lsp] depends transformers-0.6.1.0
1324.21 s
[lsp] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1324.21 s
[lsp] depends unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1324.21 s
[lsp] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1324.21 s
[lsp] definite lsp-2.7.0.1-DXA9Gj6oCO1BguRAWcxo9k-lsp-test
1324.21 s
[lsp] depends base-4.18.1.0
1324.21 s
[lsp] depends containers-0.6.7
1324.21 s
[lsp] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
1324.21 s
[lsp] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1324.21 s
[lsp] depends sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
1324.21 s
[lsp] depends text-2.0.2
1324.21 s
[lsp] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1324.21 s
[lsp] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1324.21 s
[lsp] Using Cabal-3.10.1.0 compiled by ghc-9.6
1324.21 s
[lsp] Using compiler: ghc-9.6.3
1324.21 s
[lsp] Using install prefix: /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
1324.21 s
[lsp] Executables installed in:
1324.21 s
[lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/bin
1324.21 s
[lsp] Libraries installed in:
1324.21 s
[lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1324.21 s
[lsp] Dynamic Libraries installed in:
1324.21 s
[lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
1324.21 s
[lsp] Private executables installed in:
1324.21 s
[lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/libexec/x86_64-linux-ghc-9.6.3/lsp-2.7.0.1
1324.21 s
[lsp] Data files installed in:
1324.21 s
[lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/share/x86_64-linux-ghc-9.6.3/lsp-2.7.0.1
1324.21 s
[lsp] Documentation installed in:
1324.21 s
[lsp] /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc/share/doc/lsp-2.7.0.1
1324.21 s
[lsp] Configuration files installed in:
1324.21 s
[lsp] /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/etc
1324.21 s
[lsp] No alex found
1324.21 s
[lsp] Using ar found on system at:
1324.21 s
[lsp] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1324.21 s
[lsp] No c2hs found
1324.21 s
[lsp] No cpphs found
1324.21 s
[lsp] No doctest found
1324.21 s
[lsp] Using gcc version 14.3.0 given by user at:
1324.21 s
[lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1324.21 s
[lsp] Using ghc version 9.6.3 found on system at:
1324.21 s
[lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
1324.21 s
[lsp] Using ghc-pkg version 9.6.3 found on system at:
1324.21 s
[lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
1324.21 s
[lsp] No ghcjs found
1324.21 s
[lsp] No ghcjs-pkg found
1324.21 s
[lsp] No greencard found
1324.21 s
[lsp] Using haddock version 2.29.1 found on system at:
1324.21 s
[lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
1324.21 s
[lsp] No happy found
1324.21 s
[lsp] Using haskell-suite found on system at: haskell-suite-dummy-location
1324.21 s
[lsp] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1324.21 s
[lsp] No hmake found
1324.21 s
[lsp] Using hpc version 0.68 found on system at:
1324.21 s
[lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
1324.21 s
[lsp] Using hsc2hs version 0.68.9 found on system at:
1324.21 s
[lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
1324.21 s
[lsp] Using hscolour version 1.25 found on system at:
1324.21 s
[lsp] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
1324.21 s
[lsp] No jhc found
1324.28 s
[lsp] Using ld found on system at:
1324.28 s
[lsp] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1324.28 s
[lsp] No pkg-config found
1324.28 s
[lsp] Using runghc version 9.6.3 found on system at:
1324.28 s
[lsp] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
1324.28 s
[lsp] Using strip version 2.44 found on system at:
1324.28 s
[lsp] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1324.28 s
[lsp] Using tar found on system at:
1324.28 s
[lsp] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1324.29 s
[lsp] No uhc found
1324.57 s
[lsp] Phase: buildPhase
1324.77 s
[lsp] Preprocessing library for lsp-2.7.0.1..
1324.77 s
[lsp] Building library for lsp-2.7.0.1..
1324.92 s
[lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.o, dist/build/Language/LSP/Diagnostics.dyn_o )
1326.06 s
[lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, dist/build/Language/LSP/VFS.o, dist/build/Language/LSP/VFS.dyn_o )
1326.96 s
[lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, dist/build/Language/LSP/Server/Core.o, dist/build/Language/LSP/Server/Core.dyn_o )
1329.35 s
[lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, dist/build/Language/LSP/Server/Progress.o, dist/build/Language/LSP/Server/Progress.dyn_o )
1329.60 s
[lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, dist/build/Language/LSP/Server/Processing.o, dist/build/Language/LSP/Server/Processing.dyn_o )
1331.26 s
[lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, dist/build/Language/LSP/Logging.o, dist/build/Language/LSP/Logging.dyn_o )
1331.27 s
[lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, dist/build/Language/LSP/Server/Control.o, dist/build/Language/LSP/Server/Control.dyn_o )
1331.64 s
[lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, dist/build/Language/LSP/Server.o, dist/build/Language/LSP/Server.dyn_o )
1332.03 s
[lsp] [1 of 8] Compiling Language.LSP.Diagnostics ( src/Language/LSP/Diagnostics.hs, dist/build/Language/LSP/Diagnostics.p_o )
1333.08 s
[lsp] [2 of 8] Compiling Language.LSP.VFS ( src/Language/LSP/VFS.hs, dist/build/Language/LSP/VFS.p_o )
1333.95 s
[lsp] [3 of 8] Compiling Language.LSP.Server.Core ( src/Language/LSP/Server/Core.hs, dist/build/Language/LSP/Server/Core.p_o )
1336.71 s
[lsp] [4 of 8] Compiling Language.LSP.Server.Progress ( src/Language/LSP/Server/Progress.hs, dist/build/Language/LSP/Server/Progress.p_o )
1337.10 s
[lsp] [5 of 8] Compiling Language.LSP.Server.Processing ( src/Language/LSP/Server/Processing.hs, dist/build/Language/LSP/Server/Processing.p_o )
1338.84 s
[lsp] [6 of 8] Compiling Language.LSP.Logging ( src/Language/LSP/Logging.hs, dist/build/Language/LSP/Logging.p_o )
1338.84 s
[lsp] [7 of 8] Compiling Language.LSP.Server.Control ( src/Language/LSP/Server/Control.hs, dist/build/Language/LSP/Server/Control.p_o )
1339.37 s
[lsp] [8 of 8] Compiling Language.LSP.Server ( src/Language/LSP/Server.hs, dist/build/Language/LSP/Server.p_o )
1343.77 s
[lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1..
1343.78 s
[lsp] Building test suite 'lsp-test' for lsp-2.7.0.1..
1343.90 s
[lsp] [1 of 4] Compiling DiagnosticsSpec ( test/DiagnosticsSpec.hs, dist/build/lsp-test/lsp-test-tmp/DiagnosticsSpec.o )
1345.24 s
[lsp] [2 of 4] Compiling VspSpec ( test/VspSpec.hs, dist/build/lsp-test/lsp-test-tmp/VspSpec.o )
1345.24 s
[lsp] [3 of 4] Compiling Spec ( test/Spec.hs, dist/build/lsp-test/lsp-test-tmp/Spec.o )
1345.27 s
[lsp] [4 of 4] Compiling Main ( test/Main.hs, dist/build/lsp-test/lsp-test-tmp/Main.o )
1345.67 s
[lsp] [5 of 5] Linking dist/build/lsp-test/lsp-test
1347.24 s
[lsp] Phase: checkPhase
1347.31 s
[lsp] Running 1 test suites...
1347.31 s
[lsp] Test suite lsp-test: RUNNING...
1347.32 s
[lsp]
1347.32 s
[lsp] Diagnostics
1347.32 s
[lsp] Diagnostics functions
1347.32 s
[lsp] constructs a new store
1347.32 s
[lsp] constructs a store with no doc version and a single source [✔]
1347.32 s
[lsp] constructs a store with no doc version and multiple sources [✔]
1347.32 s
[lsp] constructs a store with doc version and multiple sources [✔]
1347.32 s
[lsp] updates a store for same document version
1347.32 s
[lsp] updates a store without a document version, single source only [✔]
1347.32 s
[lsp] updates just one source of a 2 source store [✔]
1347.32 s
[lsp] updates just one source of a 2 source store, with empty diags [✔]
1347.32 s
[lsp] updates a store for a new document version
1347.32 s
[lsp] updates a store without a document version, single source only [✔]
1347.32 s
[lsp] updates a store for a new doc version, removing all priot sources [✔]
1347.32 s
[lsp] retrieves all the diagnostics for a given uri
1347.32 s
[lsp] gets diagnostics for multiple sources [✔]
1347.32 s
[lsp] limits the number of diagnostics retrieved, in order
1347.32 s
[lsp] gets diagnostics for multiple sources [✔]
1347.32 s
[lsp] flushes the diagnostics for a given source
1347.32 s
[lsp] gets diagnostics for multiple sources [✔]
1347.32 s
[lsp] Vsp
1347.32 s
[lsp] VSP functions
1347.32 s
[lsp] applys changes in order
1347.32 s
[lsp] handles vscode style undos [✔]
1347.32 s
[lsp] handles vscode style redos [✔]
1347.32 s
[lsp] deletes characters
1347.32 s
[lsp] deletes characters within a line [✔]
1347.32 s
[lsp] deletes one line [✔]
1347.32 s
[lsp] deletes two lines [✔]
1347.32 s
[lsp] adds characters
1347.32 s
[lsp] adds one line [✔]
1347.32 s
[lsp] adds two lines [✔]
1347.32 s
[lsp] changes characters
1347.32 s
[lsp] removes end of a line [✔]
1347.32 s
[lsp] indexes using utf-16 code units [✔]
1347.32 s
[lsp] LSP utilities
1347.32 s
[lsp] splits at a line [✔]
1347.32 s
[lsp] converts code units to code points [✔]
1347.32 s
[lsp] converts code points to code units [✔]
1347.32 s
[lsp]
1347.32 s
[lsp] Finished in 0.0045 seconds
1347.32 s
[lsp] 23 examples, 0 failures
1347.32 s
[lsp] Test suite lsp-test: PASS
1347.32 s
[lsp] Test suite logged to: dist/test/lsp-2.7.0.1-lsp-test.log
1347.32 s
[lsp] 1 of 1 test suites (1 of 1 test cases) passed.
1347.34 s
[lsp] Phase: haddockPhase
1347.51 s
[lsp] Preprocessing library for lsp-2.7.0.1..
1347.52 s
[lsp] Running Haddock on library for lsp-2.7.0.1..
1347.52 s
[lsp] Warning: The documentation for the following packages are not installed. No
1347.52 s
[lsp] links will be generated to these packages: attoparsec-0.14.4,
1347.52 s
[lsp] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
1347.62 s
[lsp] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1349.18 s
[lsp] 11% ( 1 / 9) in 'Language.LSP.Diagnostics'
1349.18 s
[lsp] Missing documentation for:
1349.18 s
[lsp] Module header
1349.18 s
[lsp] DiagnosticStore (src/Language/LSP/Diagnostics.hs:42)
1349.20 s
[lsp] DiagnosticsBySource (src/Language/LSP/Diagnostics.hs:48)
1349.20 s
[lsp] StoreItem (src/Language/LSP/Diagnostics.hs:44)
1349.20 s
[lsp] partitionBySource (src/Language/LSP/Diagnostics.hs:52)
1349.20 s
[lsp] flushBySource (src/Language/LSP/Diagnostics.hs:57)
1349.20 s
[lsp] updateDiagnostics (src/Language/LSP/Diagnostics.hs:65)
1349.20 s
[lsp] getDiagnosticParamsFor (src/Language/LSP/Diagnostics.hs:92)
1349.44 s
[lsp] Warning: 'filesystem' is out of scope.
1349.44 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1349.44 s
[lsp] Warning: 'DidChangeTextDocumentNotification' is out of scope.
1349.44 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1349.44 s
[lsp] Warning: 'ApplyWorkspaceEditRequest' is out of scope.
1349.44 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1349.45 s
[lsp] 50% ( 17 / 34) in 'Language.LSP.VFS'
1349.45 s
[lsp] Missing documentation for:
1349.45 s
[lsp] VFS (src/Language/LSP/VFS.hs:98)
1349.45 s
[lsp] vfsMap (src/Language/LSP/VFS.hs:125)
1349.45 s
[lsp] VirtualFile (src/Language/LSP/VFS.hs:87)
1349.45 s
[lsp] lsp_version (src/Language/LSP/VFS.hs:124)
1349.45 s
[lsp] file_version (src/Language/LSP/VFS.hs:124)
1349.45 s
[lsp] file_text (src/Language/LSP/VFS.hs:124)
1349.45 s
[lsp] virtualFileText (src/Language/LSP/VFS.hs:129)
1349.45 s
[lsp] virtualFileVersion (src/Language/LSP/VFS.hs:132)
1349.45 s
[lsp] VfsLog (src/Language/LSP/VFS.hs:103)
1349.45 s
[lsp] emptyVFS (src/Language/LSP/VFS.hs:137)
1349.45 s
[lsp] closeVFS (src/Language/LSP/VFS.hs:318)
1349.45 s
[lsp] line (src/Language/LSP/VFS.hs:381)
1349.45 s
[lsp] character (src/Language/LSP/VFS.hs:381)
1349.45 s
[lsp] start (src/Language/LSP/VFS.hs:382)
1349.45 s
[lsp] end (src/Language/LSP/VFS.hs:382)
1349.45 s
[lsp] rangeLinesFromVfs (src/Language/LSP/VFS.hs:465)
1349.45 s
[lsp] applyChange (src/Language/LSP/VFS.hs:335)
1349.80 s
[lsp] Warning: 'shutdown' is out of scope.
1349.80 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1349.80 s
[lsp] Warning: 'documentOnTypeFormattingHandler' is out of scope.
1349.80 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1349.80 s
[lsp] Warning: 'executeCommandHandler' is out of scope.
1349.80 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1350.50 s
[lsp] Warning: 'sensible' is out of scope.
1350.50 s
[lsp] If you qualify the identifier, haddock can try to link it anyway.
1350.50 s
[lsp] 75% ( 3 / 4) in 'Language.LSP.Logging'
1350.50 s
[lsp] Missing documentation for:
1350.50 s
[lsp] Module header
1350.57 s
[lsp] 66% ( 39 / 59) in 'Language.LSP.Server'
1350.57 s
[lsp] Missing documentation for:
1350.57 s
[lsp] Module header
1350.57 s
[lsp] LspServerLog (src/Language/LSP/Server/Control.hs:37)
1350.57 s
[lsp] VFSData (src/Language/LSP/Server/Core.hs:232)
1350.57 s
[lsp] transmuteHandlers (src/Language/LSP/Server/Core.hs:189)
1350.57 s
[lsp] mapHandlers (src/Language/LSP/Server/Core.hs:192)
1350.57 s
[lsp] notificationHandler (src/Language/LSP/Server/Core.hs:167)
1350.57 s
[lsp] requestHandler (src/Language/LSP/Server/Core.hs:170)
1350.57 s
[lsp] defaultOptions (src/Language/LSP/Server/Core.hs:316)
1350.57 s
[lsp] LspT (src/Language/LSP/Server/Core.hs:97)
1350.57 s
[lsp] LspM (src/Language/LSP/Server/Core.hs:108)
1350.57 s
[lsp] MonadLsp (src/Language/LSP/Server/Core.hs:110)
1350.57 s
[lsp] runLspT (src/Language/LSP/Server/Core.hs:104)
1350.57 s
[lsp] LanguageContextEnv (src/Language/LSP/Server/Core.hs:126)
1350.57 s
[lsp] getClientCapabilities (src/Language/LSP/Server/Core.hs:520)
1350.57 s
[lsp] setConfig (src/Language/LSP/Server/Core.hs:516)
1350.57 s
[lsp] getRootPath (src/Language/LSP/Server/Core.hs:524)
1350.57 s
[lsp] sendRequest (src/Language/LSP/Server/Core.hs:410)
1350.57 s
[lsp] sendNotification (src/Language/LSP/Server/Core.hs:398)
1350.57 s
[lsp] getVirtualFiles (src/Language/LSP/Server/Core.hs:438)
1350.57 s
[lsp] RegistrationToken (src/Language/LSP/Server/Core.hs:223)
1351.96 s
[lsp] Warning: Language.LSP.Diagnostics: could not find link destinations for:
1351.96 s
[lsp] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
1351.96 s
[lsp] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
1351.96 s
[lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
1351.96 s
[lsp] Warning: Language.LSP.VFS: could not find link destinations for:
1351.96 s
[lsp] - Language.LSP.Protocol.Internal.Types.Position.Position
1351.96 s
[lsp] - Language.LSP.Protocol.Internal.Types.Range.Range
1351.96 s
[lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1351.96 s
[lsp] - Language.LSP.Protocol.Types.Common.UInt
1351.96 s
[lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
1351.96 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
1351.96 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
1351.96 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
1351.96 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceApplyEdit
1351.96 s
[lsp] - Language.LSP.Protocol.Message.Types.TMessage
1351.96 s
[lsp] - Language.LSP.VFS.HasLsp_version
1351.96 s
[lsp] - Language.LSP.VFS.HasFile_version
1351.96 s
[lsp] - Language.LSP.VFS.HasFile_text
1351.96 s
[lsp] - Language.LSP.VFS.HasVfsMap
1351.96 s
[lsp] - Language.LSP.VFS.HasLine
1351.96 s
[lsp] - Language.LSP.VFS.HasCharacter
1351.96 s
[lsp] - Language.LSP.VFS.HasStart
1351.96 s
[lsp] - Language.LSP.VFS.HasEnd
1351.98 s
[lsp] Warning: Language.LSP.Server: could not find link destinations for:
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.$sel:_commitCharactersSupport:ClientCompletionItemOptions
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.CodeActionKind.CodeActionKind
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.ServerInfo.ServerInfo
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.TextDocumentSyncOptions
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
1351.98 s
[lsp] - Language.LSP.Protocol.Types.Common.UInt
1351.98 s
[lsp] - Language.LSP.Protocol.Types.Uri.NormalizedUri
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Method.MessageParams
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Method.MessageResult
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Method.Method_Initialize
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Method.RegistrationOptions
1351.98 s
[lsp] - Language.LSP.Protocol.Internal.Method.SMethod
1351.98 s
[lsp] - Language.LSP.Protocol.Message.LspId.LspId
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Meta.ClientToServer
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Meta.ServerToClient
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Meta.MessageKind
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Meta.Notification
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Meta.Request
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Method.SClientMethod
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Method.SServerMethod
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Types.TMessage
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Types.TNotificationMessage
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Types.TRequestMessage
1351.98 s
[lsp] - Language.LSP.Protocol.Message.Types.TResponseError
1351.98 s
[lsp] - Language.LSP.Protocol.Utils.SMethodMap.SMethodMap
1351.98 s
[lsp] - Language.LSP.Server.Core.LanguageContextState
1351.98 s
[lsp] - Language.LSP.Server.Core.LspCoreLog
1351.98 s
[lsp] - Language.LSP.Server.Processing.LspProcessingLog
1351.98 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities'
1351.98 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Lens'
1351.98 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message'
1351.98 s
[lsp] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types'
1356.88 s
[lsp] Documentation created: dist/doc/html/lsp/index.html, dist/doc/html/lsp/lsp.txt
1356.93 s
[lsp] Preprocessing test suite 'lsp-test' for lsp-2.7.0.1..
1356.95 s
[lsp] Phase: installPhase
1357.05 s
[lsp] Installing library in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1357.44 s
[lsp] Phase: fixupPhase
1357.46 s
[lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
1357.46 s
[lsp] shrinking /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk-ghc9.6.3.so
1357.50 s
[lsp] checking for references to /build/ in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1...
1357.51 s
[lsp] patching script interpreter paths in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
1357.52 s
[lsp] stripping (with command strip and flags -S -p) in /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1/lib
1357.62 s
[lsp] shrinking RPATHs of ELF executables and libraries in /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc
1357.63 s
[lsp] checking for references to /build/ in /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc...
1357.64 s
[lsp] patching script interpreter paths in /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc
1357.79 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
1358.21 s
[post-build-hook] Pushing 2 paths (267 are already present) using zstd to cache sellout ⏳
1358.21 s
[post-build-hook]
1358.55 s
[post-build-hook] Pushing /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc (2.17 MiB)
1358.59 s
[post-build-hook] Pushing /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1 (8.05 MiB)
1360.44 s
[post-build-hook]
1360.44 s
[post-build-hook] All done.
1360.46 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc /nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1
1360.50 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1360.65 s
[post-build-hook] copying 7 paths...
1360.65 s
[post-build-hook] copying path '/nix/store/85zla0ll2rk6aim7n7lci1a1lrkax96r-text-rope-0.2-doc' to 'https://cache.nix-ci.com'...
1360.65 s
[post-build-hook] copying path '/nix/store/l352d6fpbkjhq6dcwni8bq1kfwznf1pw-sorted-list-0.2.3.1-doc' to 'https://cache.nix-ci.com'...
1360.65 s
[post-build-hook] copying path '/nix/store/qdhmbm32vrdfc9gj2295n9i2z391xizs-text-rope-0.2-data' to 'https://cache.nix-ci.com'...
1360.89 s
[post-build-hook] copying path '/nix/store/rxfjdzrgb9y4w8dfcwaa8cv7gl6xdbn7-sorted-list-0.2.3.1' to 'https://cache.nix-ci.com'...
1360.96 s
[post-build-hook] copying path '/nix/store/cvr2m2a50hnbsb04njvfjx9y7xdph8i0-lsp-2.7.0.1-doc' to 'https://cache.nix-ci.com'...
1360.96 s
[post-build-hook] copying path '/nix/store/wnda2x6yzjx7n20wjl0xn3jslqz86620-text-rope-0.2' to 'https://cache.nix-ci.com'...
1361.92 s
[post-build-hook] copying path '/nix/store/k2fk97d1wsy53w39rl2gp8hsj817h4w9-lsp-2.7.0.1' to 'https://cache.nix-ci.com'...
1364.06 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1364.31 s
[post-build-hook] copying 3 paths...
1364.31 s
[post-build-hook] copying path '/nix/store/h4l1hy07c4ix2avcw09vif838280ih81-sorted-list-0.2.3.1.drv' to 'https://cache.nix-ci.com'...
1364.31 s
[post-build-hook] copying path '/nix/store/wvq5hx8isllzg4kmkq50lrzm2nrxpisb-text-rope-0.2.drv' to 'https://cache.nix-ci.com'...
1364.48 s
[post-build-hook] copying path '/nix/store/v2h6vwg0xfh2j07clrw63j4d6y31zy7n-lsp-2.7.0.1.drv' to 'https://cache.nix-ci.com'...
1364.64 s
Progress: 48 of 56 built, 335 of 335 downloaded from cache
1364.72 s
Building hls-plugin-api
1364.78 s
Building lsp-test
1365.16 s
[hls-plugin-api] Phase: setupCompilerEnvironmentPhase
1365.17 s
[hls-plugin-api] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
1365.29 s
[lsp-test] Phase: setupCompilerEnvironmentPhase
1365.30 s
[lsp-test] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
1365.60 s
[hls-plugin-api] Phase: unpackPhase
1365.61 s
[hls-plugin-api] unpacking source archive /nix/store/mm2vs04i50g7m6k38v32gkpj91lb18ci-hls-plugin-api-2.10.0.0.tar.gz
1365.61 s
[hls-plugin-api] source root is hls-plugin-api-2.10.0.0
1365.62 s
[hls-plugin-api] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-plugin-api-2.10.0.0/test/Main.hs"
1365.62 s
[hls-plugin-api] Phase: patchPhase
1365.63 s
[hls-plugin-api] Phase: compileBuildDriverPhase
1365.63 s
[hls-plugin-api] setupCompileFlags: -package-db=/build/tmp.ptYQjvMr8P/setup-package.conf.d -threaded
1365.68 s
[hls-plugin-api] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.ptYQjvMr8P/Main.o )
1365.74 s
[hls-plugin-api] [2 of 2] Linking Setup
1365.94 s
[lsp-test] Phase: unpackPhase
1365.94 s
[lsp-test] unpacking source archive /nix/store/nzq58rnlzlp5yrv5iyi4xsccjhi16j3y-lsp-test-0.17.1.1.tar.gz
1365.95 s
[lsp-test] source root is lsp-test-0.17.1.1
1365.95 s
[lsp-test] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "lsp-test-0.17.1.1/test/Test.hs"
1365.96 s
[lsp-test] Phase: patchPhase
1365.96 s
[lsp-test] Phase: compileBuildDriverPhase
1365.97 s
[lsp-test] setupCompileFlags: -package-db=/build/tmp.SK3mqrq9o4/setup-package.conf.d -threaded
1366.03 s
[lsp-test] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.SK3mqrq9o4/Main.o )
1366.10 s
[lsp-test] [2 of 2] Linking Setup
1366.93 s
[hls-plugin-api] Phase: updateAutotoolsGnuConfigScriptsPhase
1366.94 s
[hls-plugin-api] Phase: configurePhase
1366.94 s
[hls-plugin-api] configureFlags: --verbose --prefix=/nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc/share/doc/hls-plugin-api-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.ptYQjvMr8P/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
1366.95 s
[hls-plugin-api] Using Parsec parser
1366.95 s
[hls-plugin-api] Configuring hls-plugin-api-2.10.0.0...
1367.25 s
[lsp-test] Phase: updateAutotoolsGnuConfigScriptsPhase
1367.27 s
[lsp-test] Phase: configurePhase
1367.27 s
[lsp-test] configureFlags: --verbose --prefix=/nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1 --with-gcc=gcc --package-db=/build/tmp.SK3mqrq9o4/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib
1367.28 s
[lsp-test] Using Parsec parser
1367.28 s
[lsp-test] Configuring lsp-test-0.17.1.1...
1367.36 s
[hls-plugin-api] Flags chosen: pedantic=False, use-fingertree=True
1367.36 s
[hls-plugin-api] Dependency Diff >=0.5 && <0.6: using Diff-0.5
1367.36 s
[hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
1367.36 s
[hls-plugin-api] Dependency base >=4.12 && <5: using base-4.18.1.0
1367.36 s
[hls-plugin-api] Dependency co-log-core: using co-log-core-0.3.2.5
1367.36 s
[hls-plugin-api] Dependency containers: using containers-0.6.7
1367.36 s
[hls-plugin-api] Dependency data-default: using data-default-0.7.1.3
1367.36 s
[hls-plugin-api] Dependency dependent-map: using dependent-map-0.4.0.0
1367.36 s
[hls-plugin-api] Dependency dependent-sum >=0.7: using dependent-sum-0.7.2.0
1367.36 s
[hls-plugin-api] Dependency dlist: using dlist-1.0
1367.36 s
[hls-plugin-api] Dependency extra: using extra-1.7.16
1367.36 s
[hls-plugin-api] Dependency filepath: using filepath-1.4.100.4
1367.36 s
[hls-plugin-api] Dependency ghc: using ghc-9.6.3
1367.36 s
[hls-plugin-api] Dependency hashable: using hashable-1.4.7.0
1367.36 s
[hls-plugin-api] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
1367.36 s
[hls-plugin-api] Dependency hw-fingertree: using hw-fingertree-0.1.2.1
1367.36 s
[hls-plugin-api] Dependency lens: using lens-5.3.4
1367.36 s
[hls-plugin-api] Dependency lens-aeson: using lens-aeson-1.2.3
1367.36 s
[hls-plugin-api] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1367.36 s
[hls-plugin-api] Dependency megaparsec >=9.0: using megaparsec-9.6.1
1367.36 s
[hls-plugin-api] Dependency mtl: using mtl-2.3.1
1367.36 s
[hls-plugin-api] Dependency opentelemetry >=0.4: using opentelemetry-0.8.0
1367.36 s
[hls-plugin-api] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1367.36 s
[hls-plugin-api] Dependency prettyprinter: using prettyprinter-1.7.1
1367.36 s
[hls-plugin-api] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
1367.36 s
[hls-plugin-api] Dependency stm: using stm-2.5.1.0
1367.36 s
[hls-plugin-api] Dependency text: using text-2.0.2
1367.36 s
[hls-plugin-api] Dependency time: using time-1.12.2
1367.36 s
[hls-plugin-api] Dependency transformers: using transformers-0.6.1.0
1367.36 s
[hls-plugin-api] Dependency unix: using unix-2.8.1.0
1367.36 s
[hls-plugin-api] Dependency unliftio: using unliftio-0.2.25.1
1367.36 s
[hls-plugin-api] Dependency unordered-containers: using unordered-containers-0.2.20
1367.36 s
[hls-plugin-api] Dependency aeson: using aeson-2.2.3.0
1367.36 s
[hls-plugin-api] Dependency base: using base-4.18.1.0
1367.36 s
[hls-plugin-api] Dependency bytestring: using bytestring-0.11.5.2
1367.36 s
[hls-plugin-api] Dependency containers: using containers-0.6.7
1367.36 s
[hls-plugin-api] Dependency data-default: using data-default-0.7.1.3
1367.36 s
[hls-plugin-api] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
1367.36 s
[hls-plugin-api] Dependency lens: using lens-5.3.4
1367.36 s
[hls-plugin-api] Dependency lsp-types: using lsp-types-2.3.0.1
1367.36 s
[hls-plugin-api] Dependency tasty: using tasty-1.5.3
1367.36 s
[hls-plugin-api] Dependency tasty-golden: using tasty-golden-2.3.5
1367.36 s
[hls-plugin-api] Dependency tasty-hunit: using tasty-hunit-0.10.2
1367.36 s
[hls-plugin-api] Dependency tasty-quickcheck: using tasty-quickcheck-0.11
1367.36 s
[hls-plugin-api] Dependency tasty-rerun: using tasty-rerun-1.1.20
1367.36 s
[hls-plugin-api] Dependency text: using text-2.0.2
1367.59 s
[hls-plugin-api] Source component graph:
1367.59 s
[hls-plugin-api] component lib
1367.59 s
[hls-plugin-api] component test:tests dependency lib
1367.59 s
[hls-plugin-api] Configured component graph:
1367.59 s
[hls-plugin-api] component hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1367.59 s
[hls-plugin-api] include Diff-0.5-GZY542scVfnxhSieg1s29
1367.59 s
[hls-plugin-api] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.59 s
[hls-plugin-api] include base-4.18.1.0
1367.59 s
[hls-plugin-api] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1367.59 s
[hls-plugin-api] include containers-0.6.7
1367.59 s
[hls-plugin-api] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.59 s
[hls-plugin-api] include dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
1367.59 s
[hls-plugin-api] include dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
1367.59 s
[hls-plugin-api] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1367.59 s
[hls-plugin-api] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.59 s
[hls-plugin-api] include filepath-1.4.100.4
1367.59 s
[hls-plugin-api] include ghc-9.6.3
1367.59 s
[hls-plugin-api] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1367.59 s
[hls-plugin-api] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1367.59 s
[hls-plugin-api] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
1367.59 s
[hls-plugin-api] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.59 s
[hls-plugin-api] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1367.59 s
[hls-plugin-api] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.59 s
[hls-plugin-api] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
1367.59 s
[hls-plugin-api] include mtl-2.3.1
1367.59 s
[hls-plugin-api] include opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
1367.59 s
[hls-plugin-api] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1367.59 s
[hls-plugin-api] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1367.59 s
[hls-plugin-api] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1367.59 s
[hls-plugin-api] include stm-2.5.1.0
1367.59 s
[hls-plugin-api] include text-2.0.2
1367.59 s
[hls-plugin-api] include time-1.12.2
1367.59 s
[hls-plugin-api] include transformers-0.6.1.0
1367.59 s
[hls-plugin-api] include unix-2.8.1.0
1367.59 s
[hls-plugin-api] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1367.59 s
[hls-plugin-api] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1367.59 s
[hls-plugin-api] component hls-plugin-api-2.10.0.0-2KgAoxUS2Pu7ecOmMGFCuT-tests
1367.59 s
[hls-plugin-api] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.59 s
[hls-plugin-api] include base-4.18.1.0
1367.59 s
[hls-plugin-api] include bytestring-0.11.5.2
1367.59 s
[hls-plugin-api] include containers-0.6.7
1367.59 s
[hls-plugin-api] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.59 s
[hls-plugin-api] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1367.59 s
[hls-plugin-api] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.59 s
[hls-plugin-api] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1367.59 s
[hls-plugin-api] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
1367.59 s
[hls-plugin-api] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
1367.59 s
[hls-plugin-api] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
1367.59 s
[hls-plugin-api] include tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
1367.59 s
[hls-plugin-api] include tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
1367.59 s
[hls-plugin-api] include text-2.0.2
1367.59 s
[hls-plugin-api] Linked component graph:
1367.59 s
[hls-plugin-api] unit hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1367.59 s
[hls-plugin-api] include Diff-0.5-GZY542scVfnxhSieg1s29
1367.59 s
[hls-plugin-api] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.59 s
[hls-plugin-api] include base-4.18.1.0
1367.59 s
[hls-plugin-api] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1367.59 s
[hls-plugin-api] include containers-0.6.7
1367.59 s
[hls-plugin-api] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.59 s
[hls-plugin-api] include dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
1367.59 s
[hls-plugin-api] include dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
1367.59 s
[hls-plugin-api] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1367.59 s
[hls-plugin-api] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.59 s
[hls-plugin-api] include filepath-1.4.100.4
1367.59 s
[hls-plugin-api] include ghc-9.6.3
1367.59 s
[hls-plugin-api] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1367.59 s
[hls-plugin-api] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1367.59 s
[hls-plugin-api] include hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
1367.59 s
[hls-plugin-api] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.59 s
[hls-plugin-api] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1367.59 s
[hls-plugin-api] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.59 s
[hls-plugin-api] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
1367.59 s
[hls-plugin-api] include mtl-2.3.1
1367.59 s
[hls-plugin-api] include opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
1367.59 s
[hls-plugin-api] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1367.59 s
[hls-plugin-api] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1367.59 s
[hls-plugin-api] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1367.59 s
[hls-plugin-api] include stm-2.5.1.0
1367.59 s
[hls-plugin-api] include text-2.0.2
1367.59 s
[hls-plugin-api] include time-1.12.2
1367.59 s
[hls-plugin-api] include transformers-0.6.1.0
1367.59 s
[hls-plugin-api] include unix-2.8.1.0
1367.59 s
[hls-plugin-api] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1367.59 s
[hls-plugin-api] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1367.59 s
[hls-plugin-api] Ide.Logger=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Logger,Ide.Plugin.Config=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.Config,Ide.Plugin.ConfigUtils=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.ConfigUtils,Ide.Plugin.Error=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.Error,Ide.Plugin.HandleRequestTypes=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.HandleRequestTypes,Ide.Plugin.Properties=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.Properties,Ide.Plugin.RangeMap=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.RangeMap,Ide.Plugin.Resolve=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Plugin.Resolve,Ide.PluginUtils=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.PluginUtils,Ide.Types=hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI:Ide.Types
1367.59 s
[hls-plugin-api] unit hls-plugin-api-2.10.0.0-2KgAoxUS2Pu7ecOmMGFCuT-tests
1367.59 s
[hls-plugin-api] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.59 s
[hls-plugin-api] include base-4.18.1.0
1367.59 s
[hls-plugin-api] include bytestring-0.11.5.2
1367.59 s
[hls-plugin-api] include containers-0.6.7
1367.59 s
[hls-plugin-api] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.59 s
[hls-plugin-api] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1367.60 s
[hls-plugin-api] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.60 s
[hls-plugin-api] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1367.60 s
[hls-plugin-api] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
1367.60 s
[hls-plugin-api] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
1367.60 s
[hls-plugin-api] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
1367.60 s
[hls-plugin-api] include tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
1367.60 s
[hls-plugin-api] include tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
1367.60 s
[hls-plugin-api] include text-2.0.2
1367.60 s
[hls-plugin-api] Ready component graph:
1367.60 s
[hls-plugin-api] definite hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1367.60 s
[hls-plugin-api] depends Diff-0.5-GZY542scVfnxhSieg1s29
1367.60 s
[hls-plugin-api] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.60 s
[hls-plugin-api] depends base-4.18.1.0
1367.60 s
[hls-plugin-api] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1367.60 s
[hls-plugin-api] depends containers-0.6.7
1367.60 s
[hls-plugin-api] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.60 s
[hls-plugin-api] depends dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
1367.60 s
[hls-plugin-api] depends dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
1367.60 s
[hls-plugin-api] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1367.60 s
[hls-plugin-api] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.60 s
[hls-plugin-api] depends filepath-1.4.100.4
1367.60 s
[hls-plugin-api] depends ghc-9.6.3
1367.60 s
[hls-plugin-api] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1367.60 s
[hls-plugin-api] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1367.60 s
[hls-plugin-api] depends hw-fingertree-0.1.2.1-FP4vZsJR68RJDfqPYVygiw
1367.60 s
[hls-plugin-api] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.60 s
[hls-plugin-api] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1367.60 s
[hls-plugin-api] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.60 s
[hls-plugin-api] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
1367.60 s
[hls-plugin-api] depends mtl-2.3.1
1367.60 s
[hls-plugin-api] depends opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
1367.60 s
[hls-plugin-api] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1367.60 s
[hls-plugin-api] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1367.60 s
[hls-plugin-api] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1367.60 s
[hls-plugin-api] depends stm-2.5.1.0
1367.60 s
[hls-plugin-api] depends text-2.0.2
1367.60 s
[hls-plugin-api] depends time-1.12.2
1367.60 s
[hls-plugin-api] depends transformers-0.6.1.0
1367.60 s
[hls-plugin-api] depends unix-2.8.1.0
1367.60 s
[hls-plugin-api] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1367.60 s
[hls-plugin-api] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1367.60 s
[hls-plugin-api] definite hls-plugin-api-2.10.0.0-2KgAoxUS2Pu7ecOmMGFCuT-tests
1367.60 s
[hls-plugin-api] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.60 s
[hls-plugin-api] depends base-4.18.1.0
1367.60 s
[hls-plugin-api] depends bytestring-0.11.5.2
1367.60 s
[hls-plugin-api] depends containers-0.6.7
1367.60 s
[hls-plugin-api] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.60 s
[hls-plugin-api] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1367.60 s
[hls-plugin-api] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.60 s
[hls-plugin-api] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1367.60 s
[hls-plugin-api] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
1367.60 s
[hls-plugin-api] depends tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
1367.60 s
[hls-plugin-api] depends tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
1367.60 s
[hls-plugin-api] depends tasty-quickcheck-0.11-HhViYyBQlQLAr2fMuKMnwF
1367.60 s
[hls-plugin-api] depends tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
1367.60 s
[hls-plugin-api] depends text-2.0.2
1367.60 s
[hls-plugin-api] Using Cabal-3.10.1.0 compiled by ghc-9.6
1367.60 s
[hls-plugin-api] Using compiler: ghc-9.6.3
1367.60 s
[hls-plugin-api] Using install prefix:
1367.60 s
[hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0
1367.60 s
[hls-plugin-api] Executables installed in:
1367.61 s
[hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/bin
1367.61 s
[hls-plugin-api] Libraries installed in:
1367.61 s
[hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1367.61 s
[hls-plugin-api] Dynamic Libraries installed in:
1367.61 s
[hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
1367.61 s
[hls-plugin-api] Private executables installed in:
1367.61 s
[hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/libexec/x86_64-linux-ghc-9.6.3/hls-plugin-api-2.10.0.0
1367.61 s
[hls-plugin-api] Data files installed in:
1367.61 s
[hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/share/x86_64-linux-ghc-9.6.3/hls-plugin-api-2.10.0.0
1367.61 s
[hls-plugin-api] Documentation installed in:
1367.61 s
[hls-plugin-api] /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc/share/doc/hls-plugin-api-2.10.0.0
1367.61 s
[hls-plugin-api] Configuration files installed in:
1367.61 s
[hls-plugin-api] /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/etc
1367.61 s
[hls-plugin-api] No alex found
1367.61 s
[hls-plugin-api] Using ar found on system at:
1367.61 s
[hls-plugin-api] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1367.61 s
[hls-plugin-api] No c2hs found
1367.61 s
[hls-plugin-api] No cpphs found
1367.61 s
[hls-plugin-api] No doctest found
1367.61 s
[hls-plugin-api] Using gcc version 14.3.0 given by user at:
1367.61 s
[hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1367.61 s
[hls-plugin-api] Using ghc version 9.6.3 found on system at:
1367.61 s
[hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
1367.61 s
[hls-plugin-api] Using ghc-pkg version 9.6.3 found on system at:
1367.61 s
[hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
1367.61 s
[hls-plugin-api] No ghcjs found
1367.61 s
[hls-plugin-api] No ghcjs-pkg found
1367.61 s
[hls-plugin-api] No greencard found
1367.61 s
[hls-plugin-api] Using haddock version 2.29.1 found on system at:
1367.61 s
[hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
1367.61 s
[hls-plugin-api] No happy found
1367.61 s
[hls-plugin-api] Using haskell-suite found on system at: haskell-suite-dummy-location
1367.61 s
[hls-plugin-api] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1367.61 s
[hls-plugin-api] No hmake found
1367.61 s
[hls-plugin-api] Using hpc version 0.68 found on system at:
1367.61 s
[hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
1367.61 s
[hls-plugin-api] Using hsc2hs version 0.68.9 found on system at:
1367.61 s
[hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
1367.61 s
[hls-plugin-api] Using hscolour version 1.25 found on system at:
1367.61 s
[hls-plugin-api] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
1367.61 s
[hls-plugin-api] No jhc found
1367.61 s
[hls-plugin-api] Using ld found on system at:
1367.61 s
[hls-plugin-api] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1367.61 s
[hls-plugin-api] No pkg-config found
1367.61 s
[hls-plugin-api] Using runghc version 9.6.3 found on system at:
1367.61 s
[hls-plugin-api] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
1367.61 s
[hls-plugin-api] Using strip version 2.44 found on system at:
1367.61 s
[hls-plugin-api] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1367.61 s
[hls-plugin-api] Using tar found on system at:
1367.61 s
[hls-plugin-api] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1367.61 s
[hls-plugin-api] No uhc found
1367.72 s
[lsp-test] Dependency Diff >=0.4 && <1.1: using Diff-0.5
1367.72 s
[lsp-test] Dependency Glob >=0.9 && <0.11: using Glob-0.10.2
1367.72 s
[lsp-test] Dependency aeson >=2 && <2.3: using aeson-2.2.3.0
1367.72 s
[lsp-test] Dependency aeson-pretty >=0.8 && <0.9: using aeson-pretty-0.8.10
1367.72 s
[lsp-test] Dependency ansi-terminal >=0.10 && <1.2: using ansi-terminal-1.1.2
1367.72 s
[lsp-test] Dependency async >=2.2 && <2.3: using async-2.2.5
1367.72 s
[lsp-test] Dependency base >=4.10 && <5: using base-4.18.1.0
1367.72 s
[lsp-test] Dependency bytestring >=0.10 && <0.13: using bytestring-0.11.5.2
1367.72 s
[lsp-test] Dependency co-log-core >=0.3 && <0.4: using co-log-core-0.3.2.5
1367.72 s
[lsp-test] Dependency conduit >=1.3 && <1.4: using conduit-1.3.6.1
1367.72 s
[lsp-test] Dependency conduit-parse >=0.2 && <0.3: using conduit-parse-0.2.1.1
1367.72 s
[lsp-test] Dependency containers >=0.6 && <0.8: using containers-0.6.7
1367.72 s
[lsp-test] Dependency data-default >=0.7 && <0.9: using data-default-0.7.1.3
1367.72 s
[lsp-test] Dependency directory >=1.3 && <1.4: using directory-1.3.8.1
1367.72 s
[lsp-test] Dependency exceptions >=0.10 && <0.11: using exceptions-0.10.7
1367.72 s
[lsp-test] Dependency extra >=1.7 && <1.9: using extra-1.7.16
1367.72 s
[lsp-test] Dependency filepath >=1.4 && <1.6: using filepath-1.4.100.4
1367.72 s
[lsp-test] Dependency lens >=5.1 && <5.4: using lens-5.3.4
1367.72 s
[lsp-test] Dependency lens-aeson >=1.2 && <1.3: using lens-aeson-1.2.3
1367.72 s
[lsp-test] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1367.72 s
[lsp-test] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1367.72 s
[lsp-test] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
1367.72 s
[lsp-test] Dependency parser-combinators >=1.3 && <1.4: using parser-combinators-1.3.0
1367.72 s
[lsp-test] Dependency process >=1.6 && <1.7: using process-1.6.17.0
1367.72 s
[lsp-test] Dependency some >=1.0 && <1.1: using some-1.0.6
1367.72 s
[lsp-test] Dependency text >=1 && <2.2: using text-2.0.2
1367.72 s
[lsp-test] Dependency time >=1.10 && <1.15: using time-1.12.2
1367.72 s
[lsp-test] Dependency transformers >=0.5 && <0.7: using transformers-0.6.1.0
1367.72 s
[lsp-test] Dependency unix: using unix-2.8.1.0
1367.72 s
[lsp-test] Dependency aeson: using aeson-2.2.3.0
1367.72 s
[lsp-test] Dependency base: using base-4.18.1.0
1367.72 s
[lsp-test] Dependency containers: using containers-0.6.7
1367.72 s
[lsp-test] Dependency data-default: using data-default-0.7.1.3
1367.72 s
[lsp-test] Dependency directory: using directory-1.3.8.1
1367.72 s
[lsp-test] Dependency extra: using extra-1.7.16
1367.72 s
[lsp-test] Dependency filepath: using filepath-1.4.100.4
1367.72 s
[lsp-test] Dependency hspec: using hspec-2.11.12
1367.72 s
[lsp-test] Dependency lens: using lens-5.3.4
1367.72 s
[lsp-test] Dependency lsp: using lsp-2.7.0.1
1367.72 s
[lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
1367.72 s
[lsp-test] Dependency mtl: using mtl-2.3.1
1367.72 s
[lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
1367.72 s
[lsp-test] Dependency process: using process-1.6.17.0
1367.72 s
[lsp-test] Dependency text: using text-2.0.2
1367.72 s
[lsp-test] Dependency unliftio: using unliftio-0.2.25.1
1367.72 s
[lsp-test] Dependency aeson: using aeson-2.2.3.0
1367.72 s
[lsp-test] Dependency base: using base-4.18.1.0
1367.72 s
[lsp-test] Dependency co-log-core: using co-log-core-0.3.2.5
1367.72 s
[lsp-test] Dependency extra: using extra-1.7.16
1367.72 s
[lsp-test] Dependency hspec: using hspec-2.11.12
1367.72 s
[lsp-test] Dependency lens: using lens-5.3.4
1367.72 s
[lsp-test] Dependency lsp: using lsp-2.7.0.1
1367.72 s
[lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
1367.72 s
[lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
1367.72 s
[lsp-test] Dependency process: using process-1.6.17.0
1367.72 s
[lsp-test] Dependency unliftio: using unliftio-0.2.25.1
1367.72 s
[lsp-test] Dependency base: using base-4.18.1.0
1367.72 s
[lsp-test] Dependency lsp-test: using lsp-test-0.17.1.1
1367.72 s
[lsp-test] Dependency parser-combinators: using parser-combinators-1.3.0
1367.80 s
[hls-plugin-api] Phase: buildPhase
1367.90 s
[hls-plugin-api] Preprocessing library for hls-plugin-api-2.10.0.0..
1367.90 s
[hls-plugin-api] Building library for hls-plugin-api-2.10.0.0..
1367.96 s
[lsp-test] Source component graph:
1367.96 s
[lsp-test] component lib
1367.96 s
[lsp-test] component test:example dependency lib
1367.96 s
[lsp-test] component test:func-test dependency lib
1367.96 s
[lsp-test] component test:tests dependency lib
1367.96 s
[lsp-test] Configured component graph:
1367.96 s
[lsp-test] component lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1367.96 s
[lsp-test] include Diff-0.5-GZY542scVfnxhSieg1s29
1367.96 s
[lsp-test] include Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
1367.96 s
[lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.96 s
[lsp-test] include aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
1367.96 s
[lsp-test] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
1367.96 s
[lsp-test] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1367.96 s
[lsp-test] include base-4.18.1.0
1367.96 s
[lsp-test] include bytestring-0.11.5.2
1367.96 s
[lsp-test] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1367.96 s
[lsp-test] include conduit-1.3.6.1-DCrf0PGijWEJDN5akhrHVN
1367.96 s
[lsp-test] include conduit-parse-0.2.1.1-FnFYx9shIW54Io4qWTOU0
1367.96 s
[lsp-test] include containers-0.6.7
1367.96 s
[lsp-test] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.96 s
[lsp-test] include directory-1.3.8.1
1367.96 s
[lsp-test] include exceptions-0.10.7
1367.96 s
[lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.96 s
[lsp-test] include filepath-1.4.100.4
1367.96 s
[lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.96 s
[lsp-test] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1367.96 s
[lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.96 s
[lsp-test] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1367.96 s
[lsp-test] include mtl-2.3.1
1367.96 s
[lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1367.96 s
[lsp-test] include process-1.6.17.0
1367.96 s
[lsp-test] include some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
1367.96 s
[lsp-test] include text-2.0.2
1367.96 s
[lsp-test] include time-1.12.2
1367.96 s
[lsp-test] include transformers-0.6.1.0
1367.96 s
[lsp-test] include unix-2.8.1.0
1367.96 s
[lsp-test] component lsp-test-0.17.1.1-58yC6hgHCAq9Zb2XvhsU0P-example
1367.96 s
[lsp-test] include base-4.18.1.0
1367.96 s
[lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1367.96 s
[lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1367.96 s
[lsp-test] component lsp-test-0.17.1.1-60kfaHuxfCw8qk6ayYTzVQ-func-test
1367.96 s
[lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.96 s
[lsp-test] include base-4.18.1.0
1367.96 s
[lsp-test] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1367.96 s
[lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.96 s
[lsp-test] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
1367.96 s
[lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.96 s
[lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.96 s
[lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1367.96 s
[lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1367.96 s
[lsp-test] include process-1.6.17.0
1367.96 s
[lsp-test] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1367.96 s
[lsp-test] component lsp-test-0.17.1.1-8UsWsmzhtTnB8a453IMMki-tests
1367.96 s
[lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.96 s
[lsp-test] include base-4.18.1.0
1367.96 s
[lsp-test] include containers-0.6.7
1367.96 s
[lsp-test] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.96 s
[lsp-test] include directory-1.3.8.1
1367.96 s
[lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.96 s
[lsp-test] include filepath-1.4.100.4
1367.96 s
[lsp-test] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
1367.96 s
[lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.96 s
[lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.96 s
[lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1367.96 s
[lsp-test] include mtl-2.3.1
1367.96 s
[lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1367.96 s
[lsp-test] include process-1.6.17.0
1367.96 s
[lsp-test] include text-2.0.2
1367.96 s
[lsp-test] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1367.96 s
[lsp-test] Linked component graph:
1367.96 s
[lsp-test] unit lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1367.96 s
[lsp-test] include Diff-0.5-GZY542scVfnxhSieg1s29
1367.96 s
[lsp-test] include Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
1367.96 s
[lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.96 s
[lsp-test] include aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
1367.96 s
[lsp-test] include ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
1367.96 s
[lsp-test] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1367.96 s
[lsp-test] include base-4.18.1.0
1367.96 s
[lsp-test] include bytestring-0.11.5.2
1367.96 s
[lsp-test] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1367.96 s
[lsp-test] include conduit-1.3.6.1-DCrf0PGijWEJDN5akhrHVN
1367.96 s
[lsp-test] include conduit-parse-0.2.1.1-FnFYx9shIW54Io4qWTOU0
1367.96 s
[lsp-test] include containers-0.6.7
1367.96 s
[lsp-test] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.96 s
[lsp-test] include directory-1.3.8.1
1367.96 s
[lsp-test] include exceptions-0.10.7
1367.96 s
[lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.96 s
[lsp-test] include filepath-1.4.100.4
1367.96 s
[lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.96 s
[lsp-test] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1367.96 s
[lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.96 s
[lsp-test] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1367.96 s
[lsp-test] include mtl-2.3.1
1367.96 s
[lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1367.96 s
[lsp-test] include process-1.6.17.0
1367.96 s
[lsp-test] include some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
1367.96 s
[lsp-test] include text-2.0.2
1367.96 s
[lsp-test] include time-1.12.2
1367.96 s
[lsp-test] include transformers-0.6.1.0
1367.96 s
[lsp-test] include unix-2.8.1.0
1367.96 s
[lsp-test] Control.Applicative.Combinators=parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J:Control.Applicative.Combinators,Language.LSP.Protocol.Capabilities=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities,Language.LSP.Protocol.Message=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message,Language.LSP.Protocol.Types=lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types,Language.LSP.Test=lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a:Language.LSP.Test
1367.96 s
[lsp-test] unit lsp-test-0.17.1.1-58yC6hgHCAq9Zb2XvhsU0P-example
1367.96 s
[lsp-test] include base-4.18.1.0
1367.96 s
[lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1367.96 s
[lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1367.96 s
[lsp-test] unit lsp-test-0.17.1.1-60kfaHuxfCw8qk6ayYTzVQ-func-test
1367.96 s
[lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.96 s
[lsp-test] include base-4.18.1.0
1367.96 s
[lsp-test] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1367.96 s
[lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.96 s
[lsp-test] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
1367.96 s
[lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.96 s
[lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.96 s
[lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1367.96 s
[lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1367.96 s
[lsp-test] include process-1.6.17.0
1367.96 s
[lsp-test] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1367.96 s
[lsp-test] unit lsp-test-0.17.1.1-8UsWsmzhtTnB8a453IMMki-tests
1367.96 s
[lsp-test] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.96 s
[lsp-test] include base-4.18.1.0
1367.96 s
[lsp-test] include containers-0.6.7
1367.96 s
[lsp-test] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.96 s
[lsp-test] include directory-1.3.8.1
1367.96 s
[lsp-test] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.96 s
[lsp-test] include filepath-1.4.100.4
1367.96 s
[lsp-test] include hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
1367.96 s
[lsp-test] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.96 s
[lsp-test] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.96 s
[lsp-test] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1367.96 s
[lsp-test] include mtl-2.3.1
1367.96 s
[lsp-test] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1367.96 s
[lsp-test] include process-1.6.17.0
1367.96 s
[lsp-test] include text-2.0.2
1367.96 s
[lsp-test] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1367.96 s
[lsp-test] Ready component graph:
1367.96 s
[lsp-test] definite lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1367.96 s
[lsp-test] depends Diff-0.5-GZY542scVfnxhSieg1s29
1367.96 s
[lsp-test] depends Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
1367.96 s
[lsp-test] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1367.96 s
[lsp-test] depends aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
1367.96 s
[lsp-test] depends ansi-terminal-1.1.2-8ILE2aUwQMrAKZvScdfvlf
1367.96 s
[lsp-test] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1367.96 s
[lsp-test] depends base-4.18.1.0
1367.96 s
[lsp-test] depends bytestring-0.11.5.2
1367.96 s
[lsp-test] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1367.96 s
[lsp-test] depends conduit-1.3.6.1-DCrf0PGijWEJDN5akhrHVN
1367.96 s
[lsp-test] depends conduit-parse-0.2.1.1-FnFYx9shIW54Io4qWTOU0
1367.96 s
[lsp-test] depends containers-0.6.7
1367.96 s
[lsp-test] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1367.96 s
[lsp-test] depends directory-1.3.8.1
1367.96 s
[lsp-test] depends exceptions-0.10.7
1367.96 s
[lsp-test] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1367.96 s
[lsp-test] depends filepath-1.4.100.4
1367.96 s
[lsp-test] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1367.96 s
[lsp-test] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1367.96 s
[lsp-test] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1367.96 s
[lsp-test] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1367.96 s
[lsp-test] depends mtl-2.3.1
1367.96 s
[lsp-test] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1367.96 s
[lsp-test] depends process-1.6.17.0
1367.96 s
[lsp-test] depends some-1.0.6-4QGvTXVlwACDuXAEPmJYK3
1367.96 s
[lsp-test] depends text-2.0.2
1367.96 s
[lsp-test] depends time-1.12.2
1367.96 s
[lsp-test] depends transformers-0.6.1.0
1367.96 s
[lsp-test] depends unix-2.8.1.0
1367.96 s
[lsp-test] definite lsp-test-0.17.1.1-8UsWsmzhtTnB8a453IMMki-tests
1367.96 s
[lsp-test] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1368.00 s
[lsp-test] depends base-4.18.1.0
1368.00 s
[lsp-test] depends containers-0.6.7
1368.00 s
[lsp-test] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1368.00 s
[lsp-test] depends directory-1.3.8.1
1368.00 s
[lsp-test] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1368.00 s
[lsp-test] depends filepath-1.4.100.4
1368.00 s
[lsp-test] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
1368.00 s
[lsp-test] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1368.00 s
[lsp-test] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1368.00 s
[lsp-test] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1368.00 s
[lsp-test] depends mtl-2.3.1
1368.00 s
[lsp-test] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1368.00 s
[lsp-test] depends process-1.6.17.0
1368.00 s
[lsp-test] depends text-2.0.2
1368.00 s
[lsp-test] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1368.00 s
[lsp-test] definite lsp-test-0.17.1.1-60kfaHuxfCw8qk6ayYTzVQ-func-test
1368.00 s
[lsp-test] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1368.00 s
[lsp-test] depends base-4.18.1.0
1368.00 s
[lsp-test] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1368.00 s
[lsp-test] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1368.00 s
[lsp-test] depends hspec-2.11.12-8RpQfPL7GgNCJuLqgXbcGU
1368.00 s
[lsp-test] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1368.00 s
[lsp-test] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1368.00 s
[lsp-test] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1368.00 s
[lsp-test] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1368.00 s
[lsp-test] depends process-1.6.17.0
1368.00 s
[lsp-test] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1368.00 s
[lsp-test] definite lsp-test-0.17.1.1-58yC6hgHCAq9Zb2XvhsU0P-example
1368.00 s
[lsp-test] depends base-4.18.1.0
1368.00 s
[lsp-test] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1368.00 s
[lsp-test] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1368.00 s
[lsp-test] Using Cabal-3.10.1.0 compiled by ghc-9.6
1368.00 s
[lsp-test] Using compiler: ghc-9.6.3
1368.00 s
[lsp-test] Using install prefix:
1368.00 s
[lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1
1368.00 s
[lsp-test] Executables installed in:
1368.00 s
[lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/bin
1368.00 s
[lsp-test] Libraries installed in:
1368.00 s
[lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1368.00 s
[lsp-test] Dynamic Libraries installed in:
1368.00 s
[lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
1368.00 s
[lsp-test] Private executables installed in:
1368.00 s
[lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/libexec/x86_64-linux-ghc-9.6.3/lsp-test-0.17.1.1
1368.00 s
[lsp-test] Data files installed in:
1368.00 s
[lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/share/x86_64-linux-ghc-9.6.3/lsp-test-0.17.1.1
1368.00 s
[lsp-test] Documentation installed in:
1368.00 s
[lsp-test] /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc/share/doc/lsp-test-0.17.1.1
1368.00 s
[lsp-test] Configuration files installed in:
1368.00 s
[lsp-test] /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/etc
1368.00 s
[lsp-test] No alex found
1368.00 s
[lsp-test] Using ar found on system at:
1368.00 s
[lsp-test] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1368.00 s
[lsp-test] No c2hs found
1368.00 s
[lsp-test] No cpphs found
1368.00 s
[lsp-test] No doctest found
1368.00 s
[lsp-test] Using gcc version 14.3.0 given by user at:
1368.00 s
[lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1368.00 s
[lsp-test] Using ghc version 9.6.3 found on system at:
1368.00 s
[lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
1368.00 s
[lsp-test] Using ghc-pkg version 9.6.3 found on system at:
1368.00 s
[lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
1368.00 s
[lsp-test] No ghcjs found
1368.00 s
[lsp-test] No ghcjs-pkg found
1368.00 s
[lsp-test] No greencard found
1368.00 s
[lsp-test] Using haddock version 2.29.1 found on system at:
1368.00 s
[lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
1368.00 s
[lsp-test] No happy found
1368.00 s
[lsp-test] Using haskell-suite found on system at: haskell-suite-dummy-location
1368.00 s
[lsp-test] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1368.00 s
[lsp-test] No hmake found
1368.00 s
[lsp-test] Using hpc version 0.68 found on system at:
1368.00 s
[lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
1368.00 s
[lsp-test] Using hsc2hs version 0.68.9 found on system at:
1368.00 s
[lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
1368.00 s
[lsp-test] Using hscolour version 1.25 found on system at:
1368.00 s
[lsp-test] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
1368.00 s
[lsp-test] No jhc found
1368.00 s
[lsp-test] Using ld found on system at:
1368.00 s
[lsp-test] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1368.00 s
[lsp-test] No pkg-config found
1368.00 s
[lsp-test] Using runghc version 9.6.3 found on system at:
1368.00 s
[lsp-test] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
1368.00 s
[lsp-test] Using strip version 2.44 found on system at:
1368.00 s
[lsp-test] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1368.00 s
[lsp-test] Using tar found on system at:
1368.00 s
[lsp-test] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1368.00 s
[lsp-test] No uhc found
1368.07 s
[hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, dist/build/Ide/Logger.o, dist/build/Ide/Logger.dyn_o )
1368.17 s
[lsp-test] Phase: buildPhase
1368.28 s
[lsp-test] Preprocessing library for lsp-test-0.17.1.1..
1368.28 s
[lsp-test] Building library for lsp-test-0.17.1.1..
1368.43 s
[lsp-test] [1 of 8] Compiling Language.LSP.Test.Compat ( src/Language/LSP/Test/Compat.hs, dist/build/Language/LSP/Test/Compat.o, dist/build/Language/LSP/Test/Compat.dyn_o )
1368.64 s
[lsp-test] [2 of 8] Compiling Language.LSP.Test.Exceptions ( src/Language/LSP/Test/Exceptions.hs, dist/build/Language/LSP/Test/Exceptions.o, dist/build/Language/LSP/Test/Exceptions.dyn_o )
1368.77 s
[lsp-test] [3 of 8] Compiling Language.LSP.Test.Decoding ( src/Language/LSP/Test/Decoding.hs, dist/build/Language/LSP/Test/Decoding.o, dist/build/Language/LSP/Test/Decoding.dyn_o )
1368.85 s
[hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, dist/build/Ide/Plugin/HandleRequestTypes.o, dist/build/Ide/Plugin/HandleRequestTypes.dyn_o )
1368.85 s
[hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, dist/build/Ide/Plugin/Error.o, dist/build/Ide/Plugin/Error.dyn_o )
1369.01 s
[hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, dist/build/Ide/Plugin/Properties.o, dist/build/Ide/Plugin/Properties.dyn_o )
1369.11 s
[hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, dist/build/Ide/Plugin/RangeMap.o, dist/build/Ide/Plugin/RangeMap.dyn_o )
1369.17 s
[hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, dist/build/Ide/Types.o, dist/build/Ide/Types.dyn_o )
1369.80 s
[lsp-test] [4 of 8] Compiling Language.LSP.Test.Files ( src/Language/LSP/Test/Files.hs, dist/build/Language/LSP/Test/Files.o, dist/build/Language/LSP/Test/Files.dyn_o )
1369.80 s
[lsp-test] [5 of 8] Compiling Language.LSP.Test.Server ( src/Language/LSP/Test/Server.hs, dist/build/Language/LSP/Test/Server.o, dist/build/Language/LSP/Test/Server.dyn_o )
1369.80 s
[lsp-test] [6 of 8] Compiling Language.LSP.Test.Session ( src/Language/LSP/Test/Session.hs, dist/build/Language/LSP/Test/Session.o, dist/build/Language/LSP/Test/Session.dyn_o )
1372.20 s
[lsp-test] [7 of 8] Compiling Language.LSP.Test.Parsing ( src/Language/LSP/Test/Parsing.hs, dist/build/Language/LSP/Test/Parsing.o, dist/build/Language/LSP/Test/Parsing.dyn_o )
1372.57 s
[lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, dist/build/Language/LSP/Test.o, dist/build/Language/LSP/Test.dyn_o )
1373.87 s
[hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, dist/build/Ide/Plugin/Resolve.o, dist/build/Ide/Plugin/Resolve.dyn_o )
1374.50 s
[hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, dist/build/Ide/Plugin/Config.o, dist/build/Ide/Plugin/Config.dyn_o )
1374.53 s
[hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, dist/build/Ide/PluginUtils.o, dist/build/Ide/PluginUtils.dyn_o )
1375.00 s
[lsp-test] [1 of 8] Compiling Language.LSP.Test.Compat ( src/Language/LSP/Test/Compat.hs, dist/build/Language/LSP/Test/Compat.p_o )
1375.07 s
[hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, dist/build/Ide/Plugin/ConfigUtils.o, dist/build/Ide/Plugin/ConfigUtils.dyn_o )
1375.26 s
[lsp-test] [2 of 8] Compiling Language.LSP.Test.Exceptions ( src/Language/LSP/Test/Exceptions.hs, dist/build/Language/LSP/Test/Exceptions.p_o )
1375.34 s
[lsp-test] [3 of 8] Compiling Language.LSP.Test.Decoding ( src/Language/LSP/Test/Decoding.hs, dist/build/Language/LSP/Test/Decoding.p_o )
1375.55 s
[hls-plugin-api] [ 1 of 10] Compiling Ide.Logger ( src/Ide/Logger.hs, dist/build/Ide/Logger.p_o )
1376.29 s
[lsp-test] [4 of 8] Compiling Language.LSP.Test.Files ( src/Language/LSP/Test/Files.hs, dist/build/Language/LSP/Test/Files.p_o )
1376.29 s
[lsp-test] [5 of 8] Compiling Language.LSP.Test.Server ( src/Language/LSP/Test/Server.hs, dist/build/Language/LSP/Test/Server.p_o )
1376.29 s
[lsp-test] [6 of 8] Compiling Language.LSP.Test.Session ( src/Language/LSP/Test/Session.hs, dist/build/Language/LSP/Test/Session.p_o )
1376.32 s
[hls-plugin-api] [ 2 of 10] Compiling Ide.Plugin.HandleRequestTypes ( src/Ide/Plugin/HandleRequestTypes.hs, dist/build/Ide/Plugin/HandleRequestTypes.p_o )
1376.32 s
[hls-plugin-api] [ 3 of 10] Compiling Ide.Plugin.Error ( src/Ide/Plugin/Error.hs, dist/build/Ide/Plugin/Error.p_o )
1376.55 s
[hls-plugin-api] [ 4 of 10] Compiling Ide.Plugin.Properties ( src/Ide/Plugin/Properties.hs, dist/build/Ide/Plugin/Properties.p_o )
1376.55 s
[hls-plugin-api] [ 5 of 10] Compiling Ide.Plugin.RangeMap ( src/Ide/Plugin/RangeMap.hs, dist/build/Ide/Plugin/RangeMap.p_o )
1376.55 s
[hls-plugin-api] [ 6 of 10] Compiling Ide.Types ( src/Ide/Types.hs, dist/build/Ide/Types.p_o )
1378.46 s
[lsp-test] [7 of 8] Compiling Language.LSP.Test.Parsing ( src/Language/LSP/Test/Parsing.hs, dist/build/Language/LSP/Test/Parsing.p_o )
1378.91 s
[lsp-test] [8 of 8] Compiling Language.LSP.Test ( src/Language/LSP/Test.hs, dist/build/Language/LSP/Test.p_o )
1382.52 s
[hls-plugin-api] [ 7 of 10] Compiling Ide.Plugin.Resolve ( src/Ide/Plugin/Resolve.hs, dist/build/Ide/Plugin/Resolve.p_o )
1383.85 s
[hls-plugin-api] [ 8 of 10] Compiling Ide.Plugin.Config ( src/Ide/Plugin/Config.hs, dist/build/Ide/Plugin/Config.p_o )
1383.87 s
[hls-plugin-api] [ 9 of 10] Compiling Ide.PluginUtils ( src/Ide/PluginUtils.hs, dist/build/Ide/PluginUtils.p_o )
1383.87 s
[hls-plugin-api] [10 of 10] Compiling Ide.Plugin.ConfigUtils ( src/Ide/Plugin/ConfigUtils.hs, dist/build/Ide/Plugin/ConfigUtils.p_o )
1384.13 s
[lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1..
1384.13 s
[lsp-test] Building test suite 'tests' for lsp-test-0.17.1.1..
1384.23 s
[lsp-test] [1 of 2] Compiling DummyServer ( test/DummyServer.hs, dist/build/tests/tests-tmp/DummyServer.o )
1385.19 s
[lsp-test] [2 of 2] Compiling Main ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )
1387.90 s
[lsp-test] [3 of 3] Linking dist/build/tests/tests
1389.66 s
[lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1..
1389.66 s
[lsp-test] Building test suite 'func-test' for lsp-test-0.17.1.1..
1389.70 s
[hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.10.0.0..
1389.70 s
[hls-plugin-api] Building test suite 'tests' for hls-plugin-api-2.10.0.0..
1389.76 s
[lsp-test] [1 of 1] Compiling Main ( func-test/FuncTest.hs, dist/build/func-test/func-test-tmp/Main.o )
1389.79 s
[hls-plugin-api] [1 of 3] Compiling Ide.PluginUtilsTest ( test/Ide/PluginUtilsTest.hs, dist/build/tests/tests-tmp/Ide/PluginUtilsTest.o )
1391.06 s
[hls-plugin-api] [2 of 3] Compiling Ide.TypesTests ( test/Ide/TypesTests.hs, dist/build/tests/tests-tmp/Ide/TypesTests.o )
1391.06 s
[hls-plugin-api] [3 of 3] Compiling Main ( test/Main.hs, dist/build/tests/tests-tmp/Main.o )
1391.48 s
[hls-plugin-api] [4 of 4] Linking dist/build/tests/tests
1391.67 s
[lsp-test] [2 of 2] Linking dist/build/func-test/func-test
1393.36 s
[lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1..
1393.36 s
[lsp-test] Building test suite 'example' for lsp-test-0.17.1.1..
1393.45 s
[lsp-test] [1 of 1] Compiling Main ( example/Test.hs, dist/build/example/example-tmp/Main.o )
1393.87 s
[hls-plugin-api] Phase: checkPhase
1393.94 s
[hls-plugin-api] Running 1 test suites...
1393.94 s
[hls-plugin-api] Test suite tests: RUNNING...
1393.94 s
[lsp-test] [2 of 2] Linking dist/build/example/example
1393.94 s
[hls-plugin-api] Main
1393.94 s
[hls-plugin-api] PluginUtils
1393.94 s
[hls-plugin-api] unescape
1393.94 s
[hls-plugin-api] no double quote: OK
1393.94 s
[hls-plugin-api] whole string quoted: OK
1393.94 s
[hls-plugin-api] text before quotes should not be unescaped: OK
1393.95 s
[hls-plugin-api] some text after quotes: OK
1393.95 s
[hls-plugin-api] many pairs of quote: OK
1393.95 s
[hls-plugin-api] double quote itself should not be unescaped: OK
1393.95 s
[hls-plugin-api] control characters should not be escaped: OK
1393.95 s
[hls-plugin-api] extractTextInRange
1393.95 s
[hls-plugin-api] inline range: OK
1393.95 s
[hls-plugin-api] inline range with empty content: OK
1393.95 s
[hls-plugin-api] multiline range with empty content: OK
1393.95 s
[hls-plugin-api] multiline range: OK
1393.95 s
[hls-plugin-api] multiline range with end pos at the line below the last line: OK
1395.61 s
[lsp-test] Phase: checkPhase
1395.66 s
[lsp-test] Running 2 test suites...
1395.66 s
[lsp-test] Test suite tests: RUNNING...
1395.66 s
[lsp-test]
1395.66 s
[lsp-test] Session
1396.53 s
[hls-plugin-api] RangeMap-List filtering identical: OK (2.59s)
1396.53 s
[hls-plugin-api] +++ OK, passed 100 tests:
1396.53 s
[hls-plugin-api] 72% no matches
1396.53 s
[hls-plugin-api] 14% 1 match
1396.53 s
[hls-plugin-api] 14% >1 matches
1396.53 s
[hls-plugin-api] property api tests
1396.53 s
[hls-plugin-api] property toVSCodeExtensionSchema: OK
1396.53 s
[hls-plugin-api] Golden file did not exist; created
1396.53 s
[hls-plugin-api] property toDefaultJSON: OK
1396.53 s
[hls-plugin-api] Golden file did not exist; created
1396.53 s
[hls-plugin-api] parsePropertyPath single key path: OK
1396.53 s
[hls-plugin-api] parsePropertyPath two key path: OK
1396.53 s
[hls-plugin-api] parsePropertyPath two key path default: OK
1396.53 s
[hls-plugin-api] parsePropertyPath two key path not default: OK
1396.53 s
[hls-plugin-api] PluginTypes
1396.53 s
[hls-plugin-api] combineResponses
1396.53 s
[hls-plugin-api] TextDocumentDefinition
1396.53 s
[hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
1396.53 s
[hls-plugin-api] merges all location link responses into one with all links (with link support): OK
1396.53 s
[hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
1396.53 s
[hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
1396.53 s
[hls-plugin-api] ignores Null responses when other responses are available: OK
1396.53 s
[hls-plugin-api] returns Null when all responses are Null: OK
1396.53 s
[hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
1396.53 s
[hls-plugin-api] +++ OK, passed 100 tests:
1396.53 s
[hls-plugin-api] 98% Has at least one response with locations
1396.53 s
[hls-plugin-api] 88% Has at least one response with Null
1396.53 s
[hls-plugin-api] 85% Has at least one response with links
1396.53 s
[hls-plugin-api] TextDocumentTypeDefinition
1396.53 s
[hls-plugin-api] merges all single location responses into one response with all locations (without upgrading to links): OK
1396.53 s
[hls-plugin-api] merges all location link responses into one with all links (with link support): OK
1396.53 s
[hls-plugin-api] merges location responses with link responses into link responses (with link support): OK
1396.53 s
[hls-plugin-api] preserves link-specific data when merging link and location responses (with link support): OK
1396.53 s
[hls-plugin-api] ignores Null responses when other responses are available: OK
1396.53 s
[hls-plugin-api] returns Null when all responses are Null: OK
1396.53 s
[hls-plugin-api] downgrades all locationLinks to locations when missing link support in capabilities: OK
1396.53 s
[hls-plugin-api] +++ OK, passed 100 tests:
1396.53 s
[hls-plugin-api] 95% Has at least one response with locations
1396.53 s
[hls-plugin-api] 90% Has at least one response with Null
1396.53 s
[hls-plugin-api] 87% Has at least one response with links
1396.53 s
[hls-plugin-api]
1396.53 s
[hls-plugin-api] All 33 tests passed (2.59s)
1396.54 s
[hls-plugin-api] Test suite tests: PASS
1396.54 s
[hls-plugin-api] Test suite logged to: dist/test/hls-plugin-api-2.10.0.0-tests.log
1396.54 s
[hls-plugin-api] 1 of 1 test suites (1 of 1 test cases) passed.
1396.56 s
[hls-plugin-api] Phase: haddockPhase
1396.72 s
[hls-plugin-api] Preprocessing library for hls-plugin-api-2.10.0.0..
1396.72 s
[hls-plugin-api] Running Haddock on library for hls-plugin-api-2.10.0.0..
1396.72 s
[hls-plugin-api] Warning: The documentation for the following packages are not installed. No
1396.72 s
[hls-plugin-api] links will be generated to these packages: attoparsec-0.14.4,
1396.72 s
[hls-plugin-api] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
1396.79 s
[hls-plugin-api] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1397.37 s
[hls-plugin-api] 35% ( 7 / 20) in 'Ide.Logger'
1397.37 s
[hls-plugin-api] Missing documentation for:
1397.37 s
[hls-plugin-api] Priority (src/Ide/Logger.hs:70)
1397.37 s
[hls-plugin-api] WithPriority (src/Ide/Logger.hs:81)
1397.37 s
[hls-plugin-api] logWith (src/Ide/Logger.hs:89)
1397.37 s
[hls-plugin-api] cmap (src/Ide/Logger.hs:107)
1397.37 s
[hls-plugin-api] cmapIO (src/Ide/Logger.hs:113)
1397.37 s
[hls-plugin-api] cfilter (src/Ide/Logger.hs:118)
1397.37 s
[hls-plugin-api] withFileRecorder (src/Ide/Logger.hs:133)
1397.37 s
[hls-plugin-api] makeDefaultStderrRecorder (src/Ide/Logger.hs:128)
1397.37 s
[hls-plugin-api] makeDefaultHandleRecorder (src/Ide/Logger.hs:150)
1397.37 s
[hls-plugin-api] LoggingColumn (src/Ide/Logger.hs:168)
1397.37 s
[hls-plugin-api] cmapWithPrio (src/Ide/Logger.hs:110)
1397.37 s
[hls-plugin-api] toCologActionWithPrio (src/Ide/Logger.hs:274)
1397.37 s
[hls-plugin-api] defaultLoggingColumns (src/Ide/Logger.hs:175)
1397.41 s
[hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.HandleRequestTypes'
1397.41 s
[hls-plugin-api] Missing documentation for:
1397.41 s
[hls-plugin-api] Module header
1397.55 s
[hls-plugin-api] Warning: 'pluginEnabled' is out of scope.
1397.55 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1397.55 s
[hls-plugin-api] Warning: 'showWindow' is out of scope.
1397.55 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1397.55 s
[hls-plugin-api] Warning: 'handlesRequest' is out of scope.
1397.55 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1397.55 s
[hls-plugin-api] Warning: 'combineResponses' is out of scope.
1397.55 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1397.55 s
[hls-plugin-api] 50% ( 4 / 8) in 'Ide.Plugin.Error'
1397.55 s
[hls-plugin-api] Missing documentation for:
1397.55 s
[hls-plugin-api] Module header
1397.55 s
[hls-plugin-api] handleMaybe (src/Ide/Plugin/Error.hs:138)
1397.55 s
[hls-plugin-api] handleMaybeM (src/Ide/Plugin/Error.hs:141)
1397.55 s
[hls-plugin-api] getNormalizedFilePathE (src/Ide/Plugin/Error.hs:144)
1397.62 s
[hls-plugin-api] Warning: 'plcConfig' is out of scope.
1397.62 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1397.62 s
[hls-plugin-api] 75% ( 21 / 28) in 'Ide.Plugin.Properties'
1397.62 s
[hls-plugin-api] Missing documentation for:
1397.62 s
[hls-plugin-api] Module header
1397.62 s
[hls-plugin-api] ToHsType (src/Ide/Plugin/Properties.hs:72)
1397.62 s
[hls-plugin-api] NotElem (src/Ide/Plugin/Properties.hs:206)
1397.62 s
[hls-plugin-api] HasPropertyByPath (src/Ide/Plugin/Properties.hs:215)
1397.62 s
[hls-plugin-api] definePropertiesProperty (src/Ide/Plugin/Properties.hs:413)
1397.62 s
[hls-plugin-api] usePropertyByPathEither (src/Ide/Plugin/Properties.hs:155)
1397.62 s
[hls-plugin-api] usePropertyByPath (src/Ide/Plugin/Properties.hs:157)
1397.67 s
[lsp-test] fails a test [✔]
1397.67 s
[lsp-test] initializeResponse [✔]
1397.67 s
[lsp-test] runSessionWithConfig [✔]
1397.67 s
[lsp-test] withTimeout
1398.28 s
[hls-plugin-api] 83% ( 5 / 6) in 'Ide.Plugin.RangeMap'
1398.28 s
[hls-plugin-api] Missing documentation for:
1398.28 s
[hls-plugin-api] fromList' (src/Ide/Plugin/RangeMap.hs:53)
1398.83 s
[hls-plugin-api] Warning: 'ExtraParams' is out of scope.
1398.83 s
[hls-plugin-api] If you qualify the identifier, haddock can try to link it anyway.
1398.84 s
[hls-plugin-api] 42% ( 22 / 52) in 'Ide.Types'
1398.84 s
[hls-plugin-api] Missing documentation for:
1398.84 s
[hls-plugin-api] Module header
1398.84 s
[hls-plugin-api] PluginDescriptor (src/Ide/Types.hs:313)
1398.84 s
[hls-plugin-api] defaultPluginPriority (src/Ide/Types.hs:1032)
1398.84 s
[hls-plugin-api] describePlugin (src/Ide/Types.hs:333)
1398.84 s
[hls-plugin-api] IdeCommand (src/Ide/Types.hs:165)
1398.84 s
[hls-plugin-api] IdePlugins (src/Ide/Types.hs:114)
1398.84 s
[hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
1398.84 s
[hls-plugin-api] SessionLoadingPreferenceConfig (src/Ide/Types.hs:220)
1398.84 s
[hls-plugin-api] defaultConfigDescriptor (src/Ide/Types.hs:377)
1398.84 s
[hls-plugin-api] mkCustomConfig (src/Ide/Types.hs:374)
1398.84 s
[hls-plugin-api] FallbackCodeActionParams (src/Ide/Types.hs:1193)
1398.84 s
[hls-plugin-api] FormattingMethod (src/Ide/Types.hs:1176)
1398.84 s
[hls-plugin-api] FormattingHandler (src/Ide/Types.hs:1182)
1398.84 s
[hls-plugin-api] HasTracing (src/Ide/Types.hs:1205)
1398.84 s
[hls-plugin-api] PluginCommand (src/Ide/Types.hs:1085)
1398.84 s
[hls-plugin-api] CommandId (src/Ide/Types.hs:1080)
1398.84 s
[hls-plugin-api] CommandFunction (src/Ide/Types.hs:1093)
1398.84 s
[hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1239)
1398.84 s
[hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1244)
1398.84 s
[hls-plugin-api] PluginId (src/Ide/Types.hs:1158)
1398.84 s
[hls-plugin-api] runHandlerM (src/Ide/Types.hs:927)
1398.84 s
[hls-plugin-api] PluginHandlers (src/Ide/Types.hs:960)
1398.84 s
[hls-plugin-api] PluginMethodHandler (src/Ide/Types.hs:980)
1398.84 s
[hls-plugin-api] PluginNotificationHandler (src/Ide/Types.hs:957)
1398.84 s
[hls-plugin-api] PluginNotificationHandlers (src/Ide/Types.hs:961)
1398.84 s
[hls-plugin-api] PluginRequestMethod (src/Ide/Types.hs:635)
1398.84 s
[hls-plugin-api] getProcessID (src/Ide/Types.hs:1254)
1398.84 s
[hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1255)
1398.84 s
[hls-plugin-api] $sel:lookupCommandProvider:IdePlugins_ (src/Ide/Types.hs:116)
1398.84 s
[hls-plugin-api] ResolveFunction (src/Ide/Types.hs:1101)
1399.41 s
[hls-plugin-api] 100% ( 3 / 3) in 'Ide.Plugin.Resolve'
1399.45 s
[hls-plugin-api] 50% ( 3 / 6) in 'Ide.Plugin.Config'
1399.45 s
[hls-plugin-api] Missing documentation for:
1399.45 s
[hls-plugin-api] Module header
1399.45 s
[hls-plugin-api] parseConfig (src/Ide/Plugin/Config.hs:37)
1399.45 s
[hls-plugin-api] CheckParents (src/Ide/Types.hs:210)
1399.50 s
[hls-plugin-api] Warning: Couldn't find .haddock for export positionInRange
1399.50 s
[hls-plugin-api] 58% ( 20 / 34) in 'Ide.PluginUtils'
1399.50 s
[hls-plugin-api] Missing documentation for:
1399.50 s
[hls-plugin-api] Module header
1399.50 s
[hls-plugin-api] WithDeletions (src/Ide/PluginUtils.hs:105)
1399.50 s
[hls-plugin-api] getProcessID (src/Ide/Types.hs:1254)
1399.50 s
[hls-plugin-api] makeDiffTextEdit (src/Ide/PluginUtils.hs:114)
1399.50 s
[hls-plugin-api] makeDiffTextEditAdditive (src/Ide/PluginUtils.hs:117)
1399.50 s
[hls-plugin-api] pluginDescToIdePlugins (src/Ide/PluginUtils.hs:198)
1399.50 s
[hls-plugin-api] idePluginsToPluginDesc (src/Ide/PluginUtils.hs:201)
1399.50 s
[hls-plugin-api] mkLspCommand (src/Ide/Types.hs:1239)
1399.50 s
[hls-plugin-api] mkLspCmdId (src/Ide/Types.hs:1244)
1399.51 s
[hls-plugin-api] allLspCmdIds (src/Ide/PluginUtils.hs:302)
1399.51 s
[hls-plugin-api] allLspCmdIds' (src/Ide/PluginUtils.hs:298)
1399.51 s
[hls-plugin-api] installSigUsr1Handler (src/Ide/Types.hs:1255)
1399.51 s
[hls-plugin-api] subRange (src/Ide/PluginUtils.hs:278)
1399.51 s
[hls-plugin-api] positionInRange
1399.54 s
[hls-plugin-api] 66% ( 2 / 3) in 'Ide.Plugin.ConfigUtils'
1399.54 s
[hls-plugin-api] Missing documentation for:
1399.54 s
[hls-plugin-api] Module header
1400.17 s
[hls-plugin-api] Warning: Ide.Plugin.Error: could not find link destinations for:
1400.17 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ErrorCodes.ErrorCodes
1400.17 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.LSPErrorCodes
1400.17 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
1400.17 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
1400.17 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
1400.17 s
[hls-plugin-api] Warning: Ide.Plugin.Properties: could not find link destinations for:
1400.17 s
[hls-plugin-api] - Ide.Plugin.Properties.FindPropertyMeta
1400.17 s
[hls-plugin-api] - Ide.Plugin.Properties.Elem
1400.17 s
[hls-plugin-api] - Ide.Plugin.Properties.FindByKeyName
1400.17 s
[hls-plugin-api] - Ide.Plugin.Properties.FindByKeyPath
1400.18 s
[hls-plugin-api] - Ide.Plugin.Properties.IsTEnum
1400.18 s
[hls-plugin-api] - Ide.Plugin.Properties.IsProperties
1400.18 s
[hls-plugin-api] - Ide.Plugin.Properties.ParsePropertyPath
1400.18 s
[hls-plugin-api] - Ide.Plugin.Properties.NonEmptyList
1400.18 s
[hls-plugin-api] - Ide.Plugin.Properties.:|
1400.18 s
[hls-plugin-api] - Ide.Plugin.Properties.NE
1400.18 s
[hls-plugin-api] Warning: Ide.Plugin.RangeMap: could not find link destinations for:
1400.18 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
1400.18 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
1400.19 s
[hls-plugin-api] Warning: Ide.Types: could not find link destinations for:
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageResult
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyIncomingCalls
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CallHierarchyOutgoingCalls
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeLensResolve
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CompletionItemResolve
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_Initialized
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_InlayHintResolve
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeLens
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCompletion
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidSave
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentHighlight
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFoldingRange
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFormatting
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentHover
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentInlayHint
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareCallHierarchy
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPrepareRename
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRangeFormatting
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRename
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSelectionRange
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFull
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentSemanticTokensFullDelta
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeConfiguration
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWatchedFiles
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeWorkspaceFolders
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceExecuteCommand
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Message.LspId.LspId
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ClientToServer
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.ServerToClient
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.MessageKind
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Notification
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Meta.Request
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Method.SClientMethod
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Method.SServerMethod
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Message.Types.TResponseError
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.DidChangeConfigurationParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.DidChangeWatchedFilesParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.DidChangeWorkspaceFoldersParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.ExecuteCommandParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InitializedParams.InitializedParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.WorkspaceSymbolParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Common.Null
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Common.|?
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.NormalizedFilePath
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Uri.Uri
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasData_
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasOptions
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasTextDocument
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Types.Lens.HasUri
1400.19 s
[hls-plugin-api] - Ide.Types.PluginNotificationMethodHandler
1400.19 s
[hls-plugin-api] - Ide.Types.PluginNotificationMethod
1400.19 s
[hls-plugin-api] Warning: Ide.Plugin.Resolve: could not find link destinations for:
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_CodeActionResolve
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
1400.19 s
[hls-plugin-api] - Ide.Plugin.Resolve.Log
1400.19 s
[hls-plugin-api] Warning: Ide.PluginUtils: could not find link destinations for:
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Range.Range
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Position.Position
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.MessageParams
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Method.SMethod
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.Command.Command
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1400.19 s
[hls-plugin-api] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
1402.67 s
[lsp-test] times out [✔]
1404.67 s
[lsp-test] doesn't time out [✔]
1409.51 s
[hls-plugin-api] Documentation created: dist/doc/html/hls-plugin-api/index.html,
1409.55 s
[hls-plugin-api] dist/doc/html/hls-plugin-api/hls-plugin-api.txt
1409.56 s
[hls-plugin-api] Preprocessing test suite 'tests' for hls-plugin-api-2.10.0.0..
1409.57 s
[hls-plugin-api] Phase: installPhase
1409.67 s
[lsp-test] further timeout messages are ignored [✔]
1409.69 s
[hls-plugin-api] Installing library in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1410.15 s
[hls-plugin-api] Phase: fixupPhase
1410.17 s
[hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0
1410.18 s
[hls-plugin-api] shrinking /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI-ghc9.6.3.so
1410.24 s
[hls-plugin-api] checking for references to /build/ in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0...
1410.26 s
[hls-plugin-api] patching script interpreter paths in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0
1410.26 s
[hls-plugin-api] stripping (with command strip and flags -S -p) in /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0/lib
1410.43 s
[hls-plugin-api] shrinking RPATHs of ELF executables and libraries in /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc
1410.44 s
[hls-plugin-api] checking for references to /build/ in /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc...
1410.45 s
[hls-plugin-api] patching script interpreter paths in /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc
1410.68 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0 /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc
1411.09 s
[post-build-hook] Pushing 2 paths (325 are already present) using zstd to cache sellout ⏳
1411.09 s
[post-build-hook]
1411.42 s
[post-build-hook] Pushing /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc (3.07 MiB)
1411.55 s
[post-build-hook] Pushing /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0 (13.16 MiB)
1412.66 s
[post-build-hook]
1412.66 s
[post-build-hook] All done.
1412.68 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0 /nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc
1412.72 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1412.92 s
[post-build-hook] copying 2 paths...
1412.92 s
[post-build-hook] copying path '/nix/store/y1f29ppfj4z75r21iwg1ri7s60a0dsmr-hls-plugin-api-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
1413.75 s
[post-build-hook] copying path '/nix/store/413gdif8y7nz76yh1krv5hynl8kj9y2y-hls-plugin-api-2.10.0.0' to 'https://cache.nix-ci.com'...
1416.60 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1416.82 s
[post-build-hook] copying 1 paths...
1416.82 s
[post-build-hook] copying path '/nix/store/hyk4mx6pxz12fjqd7hv40ff8k3ny20hm-hls-plugin-api-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
1416.98 s
Progress: 49 of 55 built (1 building), 335 of 335 downloaded from cache
1417.05 s
Building ghcide
1417.05 s
[lsp-test] overrides global message timeout [✔]
1417.56 s
[ghcide] Phase: setupCompilerEnvironmentPhase
1417.57 s
[ghcide] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
1418.06 s
[ghcide] Phase: unpackPhase
1418.07 s
[ghcide] unpacking source archive /nix/store/nv12havvv9m95kgbb9jrc6x3cqp9c6dv-ghcide-2.10.0.0.tar.gz
1418.08 s
[ghcide] source root is ghcide-2.10.0.0
1418.08 s
[ghcide] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ghcide-2.10.0.0/src/Text/Fuzzy/Parallel.hs"
1418.09 s
[ghcide] Phase: patchPhase
1418.09 s
[ghcide] Phase: compileBuildDriverPhase
1418.10 s
[ghcide] setupCompileFlags: -package-db=/build/tmp.auSXAbMYDE/setup-package.conf.d -threaded
1418.15 s
[ghcide] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.auSXAbMYDE/Main.o )
1418.19 s
[ghcide] [2 of 2] Linking Setup
1419.31 s
[ghcide] Phase: updateAutotoolsGnuConfigScriptsPhase
1419.32 s
[ghcide] Phase: configurePhase
1419.33 s
[ghcide] configureFlags: --verbose --prefix=/nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.auSXAbMYDE/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
1419.34 s
[ghcide] Using Parsec parser
1419.34 s
[ghcide] Configuring ghcide-2.10.0.0...
1419.79 s
[ghcide] Flags chosen: executable=True, pedantic=False
1419.79 s
[ghcide] Dependency Diff >=0.5 && <0.6: using Diff-0.5
1419.79 s
[ghcide] Dependency Glob: using Glob-0.10.2
1419.79 s
[ghcide] Dependency aeson: using aeson-2.2.3.0
1419.79 s
[ghcide] Dependency array: using array-0.5.5.0
1419.79 s
[ghcide] Dependency async: using async-2.2.5
1419.79 s
[ghcide] Dependency base >=4.16 && <5: using base-4.18.1.0
1419.79 s
[ghcide] Dependency base16-bytestring >=0.1.1 && <1.1: using base16-bytestring-1.0.2.0
1419.79 s
[ghcide] Dependency binary: using binary-0.8.9.1
1419.79 s
[ghcide] Dependency bytestring: using bytestring-0.11.5.2
1419.79 s
[ghcide] Dependency case-insensitive: using case-insensitive-1.2.1.0
1419.79 s
[ghcide] Dependency co-log-core: using co-log-core-0.3.2.5
1419.79 s
[ghcide] Dependency containers: using containers-0.6.7
1419.79 s
[ghcide] Dependency cryptohash-sha1 >=0.11.100 && <0.12: using
1419.79 s
[ghcide] cryptohash-sha1-0.11.101.0
1419.79 s
[ghcide] Dependency data-default: using data-default-0.7.1.3
1419.79 s
[ghcide] Dependency deepseq: using deepseq-1.4.8.1
1419.79 s
[ghcide] Dependency dependent-map: using dependent-map-0.4.0.0
1419.79 s
[ghcide] Dependency dependent-sum: using dependent-sum-0.7.2.0
1419.79 s
[ghcide] Dependency directory: using directory-1.3.8.1
1419.79 s
[ghcide] Dependency dlist: using dlist-1.0
1419.79 s
[ghcide] Dependency enummapset: using enummapset-0.7.3.0
1419.79 s
[ghcide] Dependency exceptions: using exceptions-0.10.7
1419.79 s
[ghcide] Dependency extra >=1.7.14: using extra-1.7.16
1419.79 s
[ghcide] Dependency filepath: using filepath-1.4.100.4
1419.79 s
[ghcide] Dependency fingertree: using fingertree-0.1.5.0
1419.79 s
[ghcide] Dependency focus >=1.0.3.2: using focus-1.0.3.2
1419.79 s
[ghcide] Dependency ghc >=9.2: using ghc-9.6.3
1419.79 s
[ghcide] Dependency ghc-boot: using ghc-boot-9.6.3
1419.79 s
[ghcide] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
1419.79 s
[ghcide] Dependency ghc-trace-events: using ghc-trace-events-0.1.2.10
1419.79 s
[ghcide] Dependency haddock-library >=1.8 && <1.12: using haddock-library-1.11.0
1419.79 s
[ghcide] Dependency hashable: using hashable-1.4.7.0
1419.79 s
[ghcide] Dependency hie-bios >=0.14.0 && <0.15: using hie-bios-0.14.0
1419.79 s
[ghcide] Dependency hie-compat >=0.3.0.0 && <0.4: using hie-compat-0.3.1.2
1419.79 s
[ghcide] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
1419.79 s
[ghcide] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
1419.79 s
[ghcide] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1419.79 s
[ghcide] Dependency implicit-hie >=0.1.4.0 && <0.1.5: using implicit-hie-0.1.4.0
1419.79 s
[ghcide] Dependency lens: using lens-5.3.4
1419.79 s
[ghcide] Dependency lens-aeson: using lens-aeson-1.2.3
1419.79 s
[ghcide] Dependency list-t: using list-t-1.0.5.7
1419.79 s
[ghcide] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1419.79 s
[ghcide] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1419.79 s
[ghcide] Dependency mtl: using mtl-2.3.1
1419.79 s
[ghcide] Dependency opentelemetry >=0.6.1: using opentelemetry-0.8.0
1419.79 s
[ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1419.79 s
[ghcide] Dependency os-string: using os-string-2.0.7
1419.79 s
[ghcide] Dependency parallel: using parallel-3.2.2.0
1419.79 s
[ghcide] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
1419.79 s
[ghcide] Dependency prettyprinter-ansi-terminal: using
1419.79 s
[ghcide] prettyprinter-ansi-terminal-1.1.3
1419.79 s
[ghcide] Dependency random: using random-1.2.1.3
1419.79 s
[ghcide] Dependency regex-tdfa >=1.3.1.0: using regex-tdfa-1.3.2.3
1419.79 s
[ghcide] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1419.79 s
[ghcide] Dependency sorted-list: using sorted-list-0.2.3.1
1419.79 s
[ghcide] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
1419.79 s
[ghcide] Dependency stm: using stm-2.5.1.0
1419.79 s
[ghcide] Dependency stm-containers: using stm-containers-1.2.1.1
1419.79 s
[ghcide] Dependency syb: using syb-0.7.2.4
1419.79 s
[ghcide] Dependency text: using text-2.0.2
1419.79 s
[ghcide] Dependency text-rope: using text-rope-0.2
1419.79 s
[ghcide] Dependency time: using time-1.12.2
1419.79 s
[ghcide] Dependency transformers: using transformers-0.6.1.0
1419.79 s
[ghcide] Dependency unix: using unix-2.8.1.0
1419.79 s
[ghcide] Dependency unliftio >=0.2.6: using unliftio-0.2.25.1
1419.79 s
[ghcide] Dependency unliftio-core: using unliftio-core-0.2.1.0
1419.79 s
[ghcide] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
1419.79 s
[ghcide] Dependency vector: using vector-0.13.2.0
1419.79 s
[ghcide] Dependency base >=4.16 && <5: using base-4.18.1.0
1419.79 s
[ghcide] Dependency data-default: using data-default-0.7.1.3
1419.79 s
[ghcide] Dependency extra: using extra-1.7.16
1419.79 s
[ghcide] Dependency ghcide: using ghcide-2.10.0.0
1419.79 s
[ghcide] Dependency gitrev: using gitrev-1.3.1
1419.79 s
[ghcide] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
1419.79 s
[ghcide] Dependency lsp: using lsp-2.7.0.1
1419.79 s
[ghcide] Dependency lsp-types: using lsp-types-2.3.0.1
1419.79 s
[ghcide] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1420.00 s
[ghcide] Source component graph:
1420.01 s
[ghcide] component lib
1420.01 s
[ghcide] component exe:ghcide dependency lib
1420.01 s
[ghcide] Configured component graph:
1420.01 s
[ghcide] component ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1420.01 s
[ghcide] include Diff-0.5-GZY542scVfnxhSieg1s29
1420.01 s
[ghcide] include Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
1420.01 s
[ghcide] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1420.01 s
[ghcide] include array-0.5.5.0
1420.01 s
[ghcide] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1420.01 s
[ghcide] include base-4.18.1.0
1420.01 s
[ghcide] include base16-bytestring-1.0.2.0-AQ9mQ4qPmsv2iX1TYz5ACO
1420.01 s
[ghcide] include binary-0.8.9.1
1420.01 s
[ghcide] include bytestring-0.11.5.2
1420.01 s
[ghcide] include case-insensitive-1.2.1.0-2Fr30x162J97VVTi3Jt0ZA
1420.01 s
[ghcide] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1420.01 s
[ghcide] include containers-0.6.7
1420.01 s
[ghcide] include cryptohash-sha1-0.11.101.0-BR74CpYY7eNEB9iTpYGLZi
1420.01 s
[ghcide] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1420.01 s
[ghcide] include deepseq-1.4.8.1
1420.01 s
[ghcide] include dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
1420.01 s
[ghcide] include dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
1420.01 s
[ghcide] include directory-1.3.8.1
1420.01 s
[ghcide] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1420.01 s
[ghcide] include enummapset-0.7.3.0-BxGFYiO3B2KJSvVAAcOp9u
1420.01 s
[ghcide] include exceptions-0.10.7
1420.01 s
[ghcide] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1420.01 s
[ghcide] include filepath-1.4.100.4
1420.01 s
[ghcide] include fingertree-0.1.5.0-DKfD2A00uTWHcNSyTwgYwS
1420.01 s
[ghcide] include focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
1420.01 s
[ghcide] include ghc-9.6.3
1420.01 s
[ghcide] include ghc-boot-9.6.3
1420.01 s
[ghcide] include ghc-boot-th-9.6.3
1420.01 s
[ghcide] include ghc-trace-events-0.1.2.10-1YKJR8fPzugEjZXcDB5rxt
1420.01 s
[ghcide] include haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
1420.01 s
[ghcide] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1420.01 s
[ghcide] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
1420.01 s
[ghcide] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
1420.01 s
[ghcide] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
1420.01 s
[ghcide] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1420.01 s
[ghcide] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1420.01 s
[ghcide] include implicit-hie-0.1.4.0-DCPMTqLH2hQJILQbiMyakZ
1420.01 s
[ghcide] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1420.01 s
[ghcide] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1420.01 s
[ghcide] include list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
1420.01 s
[ghcide] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1420.01 s
[ghcide] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1420.01 s
[ghcide] include mtl-2.3.1
1420.01 s
[ghcide] include opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
1420.01 s
[ghcide] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1420.01 s
[ghcide] include os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u
1420.01 s
[ghcide] include parallel-3.2.2.0-1kILbc471scI04imHIENqR
1420.01 s
[ghcide] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1420.01 s
[ghcide] include prettyprinter-ansi-terminal-1.1.3-CGpSzDZtwCI5AdKkiD33d5
1420.01 s
[ghcide] include random-1.2.1.3-9k6Qv394i0yCaivAy2bSc0
1420.01 s
[ghcide] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1420.01 s
[ghcide] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1420.01 s
[ghcide] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
1420.01 s
[ghcide] include sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
1420.01 s
[ghcide] include stm-2.5.1.0
1420.01 s
[ghcide] include stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
1420.01 s
[ghcide] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1420.01 s
[ghcide] include text-2.0.2
1420.01 s
[ghcide] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1420.01 s
[ghcide] include time-1.12.2
1420.01 s
[ghcide] include transformers-0.6.1.0
1420.01 s
[ghcide] include unix-2.8.1.0
1420.01 s
[ghcide] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1420.01 s
[ghcide] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1420.01 s
[ghcide] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1420.01 s
[ghcide] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
1420.01 s
[ghcide] component ghcide-2.10.0.0-CD0i0kYyi8YHMX8D8drlOP-ghcide
1420.01 s
[ghcide] include base-4.18.1.0
1420.01 s
[ghcide] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1420.01 s
[ghcide] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1420.01 s
[ghcide] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1420.01 s
[ghcide] include gitrev-1.3.1-6eHnrJOlHum6tys4AyyiPq
1420.01 s
[ghcide] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1420.01 s
[ghcide] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1420.01 s
[ghcide] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1420.01 s
[ghcide] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1420.01 s
[ghcide] Linked component graph:
1420.01 s
[ghcide] unit ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1420.01 s
[ghcide] include Diff-0.5-GZY542scVfnxhSieg1s29
1420.01 s
[ghcide] include Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
1420.01 s
[ghcide] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1420.01 s
[ghcide] include array-0.5.5.0
1420.01 s
[ghcide] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1420.01 s
[ghcide] include base-4.18.1.0
1420.01 s
[ghcide] include base16-bytestring-1.0.2.0-AQ9mQ4qPmsv2iX1TYz5ACO
1420.01 s
[ghcide] include binary-0.8.9.1
1420.01 s
[ghcide] include bytestring-0.11.5.2
1420.01 s
[ghcide] include case-insensitive-1.2.1.0-2Fr30x162J97VVTi3Jt0ZA
1420.01 s
[ghcide] include co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1420.01 s
[ghcide] include containers-0.6.7
1420.01 s
[ghcide] include cryptohash-sha1-0.11.101.0-BR74CpYY7eNEB9iTpYGLZi
1420.01 s
[ghcide] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1420.01 s
[ghcide] include deepseq-1.4.8.1
1420.01 s
[ghcide] include dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
1420.01 s
[ghcide] include dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
1420.01 s
[ghcide] include directory-1.3.8.1
1420.01 s
[ghcide] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1420.01 s
[ghcide] include enummapset-0.7.3.0-BxGFYiO3B2KJSvVAAcOp9u
1420.01 s
[ghcide] include exceptions-0.10.7
1420.01 s
[ghcide] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1420.01 s
[ghcide] include filepath-1.4.100.4
1420.01 s
[ghcide] include fingertree-0.1.5.0-DKfD2A00uTWHcNSyTwgYwS
1420.01 s
[ghcide] include focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
1420.01 s
[ghcide] include ghc-9.6.3
1420.01 s
[ghcide] include ghc-boot-9.6.3
1420.01 s
[ghcide] include ghc-boot-th-9.6.3
1420.01 s
[ghcide] include ghc-trace-events-0.1.2.10-1YKJR8fPzugEjZXcDB5rxt
1420.01 s
[ghcide] include haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
1420.01 s
[ghcide] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1420.01 s
[ghcide] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
1420.01 s
[ghcide] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
1420.01 s
[ghcide] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
1420.01 s
[ghcide] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1420.01 s
[ghcide] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1420.01 s
[ghcide] include implicit-hie-0.1.4.0-DCPMTqLH2hQJILQbiMyakZ
1420.01 s
[ghcide] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1420.01 s
[ghcide] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1420.01 s
[ghcide] include list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
1420.01 s
[ghcide] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1420.01 s
[ghcide] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1420.01 s
[ghcide] include mtl-2.3.1
1420.01 s
[ghcide] include opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
1420.01 s
[ghcide] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1420.01 s
[ghcide] include os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u
1420.01 s
[ghcide] include parallel-3.2.2.0-1kILbc471scI04imHIENqR
1420.01 s
[ghcide] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1420.01 s
[ghcide] include prettyprinter-ansi-terminal-1.1.3-CGpSzDZtwCI5AdKkiD33d5
1420.01 s
[ghcide] include random-1.2.1.3-9k6Qv394i0yCaivAy2bSc0
1420.01 s
[ghcide] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1420.01 s
[ghcide] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1420.01 s
[ghcide] include sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
1420.01 s
[ghcide] include sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
1420.01 s
[ghcide] include stm-2.5.1.0
1420.01 s
[ghcide] include stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
1420.01 s
[ghcide] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1420.01 s
[ghcide] include text-2.0.2
1420.01 s
[ghcide] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1420.01 s
[ghcide] include time-1.12.2
1420.01 s
[ghcide] include transformers-0.6.1.0
1420.01 s
[ghcide] include unix-2.8.1.0
1420.01 s
[ghcide] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1420.01 s
[ghcide] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1420.01 s
[ghcide] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1420.01 s
[ghcide] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
1420.01 s
[ghcide] Control.Concurrent.Strict=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Control.Concurrent.Strict,Development.IDE=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE,Development.IDE.Core.Actions=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Actions,Development.IDE.Core.Compile=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Compile,Development.IDE.Core.Debouncer=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Debouncer,Development.IDE.Core.FileStore=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.FileStore,Development.IDE.Core.FileUtils=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.FileUtils,Development.IDE.Core.IdeConfiguration=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.IdeConfiguration,Development.IDE.Core.OfInterest=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.OfInterest,Development.IDE.Core.PluginUtils=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.PluginUtils,Development.IDE.Core.PositionMapping=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.PositionMapping,Development.IDE.Core.Preprocessor=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Preprocessor,Development.IDE.Core.ProgressReporting=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.ProgressReporting,Development.IDE.Core.RuleTypes=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.RuleTypes,Development.IDE.Core.Rules=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Rules,Development.IDE.Core.Service=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Service,Development.IDE.Core.Shake=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Shake,Development.IDE.Core.Tracing=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.Tracing,Development.IDE.Core.UseStale=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.UseStale,Development.IDE.Core.WorkerThread=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Core.WorkerThread,Development.IDE.GHC.Compat=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat,Development.IDE.GHC.Compat.CmdLine=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.CmdLine,Development.IDE.GHC.Compat.Core=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Core,Development.IDE.GHC.Compat.Driver=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Driver,Development.IDE.GHC.Compat.Env=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Env,Development.IDE.GHC.Compat.Error=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Error,Development.IDE.GHC.Compat.Iface=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Iface,Development.IDE.GHC.Compat.Logger=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Logger,Development.IDE.GHC.Compat.Outputable=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Outputable,Development.IDE.GHC.Compat.Parser=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Parser,Development.IDE.GHC.Compat.Plugins=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Plugins,Development.IDE.GHC.Compat.Units=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Units,Development.IDE.GHC.Compat.Util=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Compat.Util,Development.IDE.GHC.CoreFile=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.CoreFile,Development.IDE.GHC.Error=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Error,Development.IDE.GHC.Orphans=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Orphans,Development.IDE.GHC.Util=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.GHC.Util,Development.IDE.Import.DependencyInformation=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Import.DependencyInformation,Development.IDE.Import.FindImports=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Import.FindImports,Development.IDE.LSP.HoverDefinition=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.HoverDefinition,Development.IDE.LSP.LanguageServer=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.LanguageServer,Development.IDE.LSP.Notifications=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.Notifications,Development.IDE.LSP.Outline=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.Outline,Development.IDE.LSP.Server=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.LSP.Server,Development.IDE.Main=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Main,Development.IDE.Main.HeapStats=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Main.HeapStats,Development.IDE.Monitoring.OpenTelemetry=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Monitoring.OpenTelemetry,Development.IDE.Plugin=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin,Development.IDE.Plugin.Completions=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.Completions,Development.IDE.Plugin.Completions.Logic=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.Completions.Logic,Development.IDE.Plugin.Completions.Types=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.Completions.Types,Development.IDE.Plugin.HLS=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.HLS,Development.IDE.Plugin.HLS.GhcIde=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.HLS.GhcIde,Development.IDE.Plugin.Test=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.Test,Development.IDE.Plugin.TypeLenses=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Plugin.TypeLenses,Development.IDE.Session=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Session,Development.IDE.Session.Diagnostics=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Session.Diagnostics,Development.IDE.Session.Implicit=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Session.Implicit,Development.IDE.Spans.AtPoint=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.AtPoint,Development.IDE.Spans.Common=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.Common,Development.IDE.Spans.Documentation=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.Documentation,Development.IDE.Spans.LocalBindings=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.LocalBindings,Development.IDE.Spans.Pragmas=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Spans.Pragmas,Development.IDE.Types.Diagnostics=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Diagnostics,Development.IDE.Types.Exports=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Exports,Development.IDE.Types.HscEnvEq=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.HscEnvEq,Development.IDE.Types.KnownTargets=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.KnownTargets,Development.IDE.Types.Location=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Location,Development.IDE.Types.Monitoring=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Monitoring,Development.IDE.Types.Options=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Options,Development.IDE.Types.Shake=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Development.IDE.Types.Shake,Generics.SYB.GHC=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Generics.SYB.GHC,Text.Fuzzy.Parallel=ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w:Text.Fuzzy.Parallel
1420.01 s
[ghcide] unit ghcide-2.10.0.0-CD0i0kYyi8YHMX8D8drlOP-ghcide
1420.01 s
[ghcide] include base-4.18.1.0
1420.01 s
[ghcide] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1420.01 s
[ghcide] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1420.01 s
[ghcide] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1420.01 s
[ghcide] include gitrev-1.3.1-6eHnrJOlHum6tys4AyyiPq
1420.01 s
[ghcide] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1420.01 s
[ghcide] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1420.01 s
[ghcide] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1420.01 s
[ghcide] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1420.01 s
[ghcide] Ready component graph:
1420.01 s
[ghcide] definite ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1420.01 s
[ghcide] depends Diff-0.5-GZY542scVfnxhSieg1s29
1420.01 s
[ghcide] depends Glob-0.10.2-4ZJZsnoWgMxGc2NjxfBeOu
1420.01 s
[ghcide] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1420.01 s
[ghcide] depends array-0.5.5.0
1420.01 s
[ghcide] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1420.01 s
[ghcide] depends base-4.18.1.0
1420.01 s
[ghcide] depends base16-bytestring-1.0.2.0-AQ9mQ4qPmsv2iX1TYz5ACO
1420.01 s
[ghcide] depends binary-0.8.9.1
1420.01 s
[ghcide] depends bytestring-0.11.5.2
1420.01 s
[ghcide] depends case-insensitive-1.2.1.0-2Fr30x162J97VVTi3Jt0ZA
1420.01 s
[ghcide] depends co-log-core-0.3.2.5-6ACJMzuOmg85EvpdJYb6wg
1420.01 s
[ghcide] depends containers-0.6.7
1420.01 s
[ghcide] depends cryptohash-sha1-0.11.101.0-BR74CpYY7eNEB9iTpYGLZi
1420.01 s
[ghcide] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1420.01 s
[ghcide] depends deepseq-1.4.8.1
1420.01 s
[ghcide] depends dependent-map-0.4.0.0-FBtw48Ki8wSEWU5m9VbYei
1420.01 s
[ghcide] depends dependent-sum-0.7.2.0-2uW5aqmWqQH6Dbx9Dzf7SI
1420.01 s
[ghcide] depends directory-1.3.8.1
1420.04 s
[ghcide] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1420.04 s
[ghcide] depends enummapset-0.7.3.0-BxGFYiO3B2KJSvVAAcOp9u
1420.04 s
[ghcide] depends exceptions-0.10.7
1420.04 s
[ghcide] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1420.04 s
[ghcide] depends filepath-1.4.100.4
1420.04 s
[ghcide] depends fingertree-0.1.5.0-DKfD2A00uTWHcNSyTwgYwS
1420.04 s
[ghcide] depends focus-1.0.3.2-4uOaIo6tHqL4HFXqm3PFEz
1420.04 s
[ghcide] depends ghc-9.6.3
1420.04 s
[ghcide] depends ghc-boot-9.6.3
1420.04 s
[ghcide] depends ghc-boot-th-9.6.3
1420.04 s
[ghcide] depends ghc-trace-events-0.1.2.10-1YKJR8fPzugEjZXcDB5rxt
1420.04 s
[ghcide] depends haddock-library-1.11.0-AIMugrMuPlJFs1Ogugjheo
1420.04 s
[ghcide] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1420.04 s
[ghcide] depends hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
1420.04 s
[ghcide] depends hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
1420.04 s
[ghcide] depends hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
1420.04 s
[ghcide] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1420.04 s
[ghcide] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1420.04 s
[ghcide] depends implicit-hie-0.1.4.0-DCPMTqLH2hQJILQbiMyakZ
1420.04 s
[ghcide] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1420.04 s
[ghcide] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1420.04 s
[ghcide] depends list-t-1.0.5.7-FzFVaZoxXY8K9w7CJsPQBV
1420.04 s
[ghcide] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1420.04 s
[ghcide] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1420.04 s
[ghcide] depends mtl-2.3.1
1420.04 s
[ghcide] depends opentelemetry-0.8.0-HnH6IMPdZb3J74NNyNhFe
1420.04 s
[ghcide] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1420.04 s
[ghcide] depends os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u
1420.04 s
[ghcide] depends parallel-3.2.2.0-1kILbc471scI04imHIENqR
1420.04 s
[ghcide] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1420.04 s
[ghcide] depends prettyprinter-ansi-terminal-1.1.3-CGpSzDZtwCI5AdKkiD33d5
1420.04 s
[ghcide] depends random-1.2.1.3-9k6Qv394i0yCaivAy2bSc0
1420.04 s
[ghcide] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1420.04 s
[ghcide] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1420.04 s
[ghcide] depends sorted-list-0.2.3.1-8o5hOPI5qww2snWgU9ZO3
1420.04 s
[ghcide] depends sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
1420.04 s
[ghcide] depends stm-2.5.1.0
1420.04 s
[ghcide] depends stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
1420.04 s
[ghcide] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1420.04 s
[ghcide] depends text-2.0.2
1420.04 s
[ghcide] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1420.04 s
[ghcide] depends time-1.12.2
1420.04 s
[ghcide] depends transformers-0.6.1.0
1420.04 s
[ghcide] depends unix-2.8.1.0
1420.04 s
[ghcide] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1420.04 s
[ghcide] depends unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1420.04 s
[ghcide] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1420.04 s
[ghcide] depends vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
1420.04 s
[ghcide] definite ghcide-2.10.0.0-CD0i0kYyi8YHMX8D8drlOP-ghcide
1420.04 s
[ghcide] depends base-4.18.1.0
1420.04 s
[ghcide] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1420.04 s
[ghcide] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1420.04 s
[ghcide] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1420.04 s
[ghcide] depends gitrev-1.3.1-6eHnrJOlHum6tys4AyyiPq
1420.04 s
[ghcide] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1420.04 s
[ghcide] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1420.04 s
[ghcide] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1420.04 s
[ghcide] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1420.04 s
[ghcide] Using Cabal-3.10.1.0 compiled by ghc-9.6
1420.04 s
[ghcide] Using compiler: ghc-9.6.3
1420.04 s
[ghcide] Using install prefix:
1420.04 s
[ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
1420.04 s
[ghcide] Executables installed in:
1420.04 s
[ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin
1420.04 s
[ghcide] Libraries installed in:
1420.04 s
[ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1420.04 s
[ghcide] Dynamic Libraries installed in:
1420.04 s
[ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
1420.04 s
[ghcide] Private executables installed in:
1420.04 s
[ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/libexec/x86_64-linux-ghc-9.6.3/ghcide-2.10.0.0
1420.04 s
[ghcide] Data files installed in:
1420.04 s
[ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/share/x86_64-linux-ghc-9.6.3/ghcide-2.10.0.0
1420.04 s
[ghcide] Documentation installed in:
1420.04 s
[ghcide] /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc/share/doc/ghcide-2.10.0.0
1420.04 s
[ghcide] Configuration files installed in:
1420.04 s
[ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/etc
1420.04 s
[ghcide] No alex found
1420.04 s
[ghcide] Using ar found on system at:
1420.04 s
[ghcide] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1420.04 s
[ghcide] No c2hs found
1420.04 s
[ghcide] No cpphs found
1420.04 s
[ghcide] No doctest found
1420.04 s
[ghcide] Using gcc version 14.3.0 given by user at:
1420.04 s
[ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1420.04 s
[ghcide] Using ghc version 9.6.3 found on system at:
1420.04 s
[ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
1420.04 s
[ghcide] Using ghc-pkg version 9.6.3 found on system at:
1420.04 s
[ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
1420.04 s
[ghcide] No ghcjs found
1420.04 s
[ghcide] No ghcjs-pkg found
1420.04 s
[ghcide] No greencard found
1420.04 s
[ghcide] Using haddock version 2.29.1 found on system at:
1420.04 s
[ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
1420.04 s
[ghcide] No happy found
1420.04 s
[ghcide] Using haskell-suite found on system at: haskell-suite-dummy-location
1420.04 s
[ghcide] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1420.04 s
[ghcide] No hmake found
1420.04 s
[ghcide] Using hpc version 0.68 found on system at:
1420.04 s
[ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
1420.04 s
[ghcide] Using hsc2hs version 0.68.9 found on system at:
1420.04 s
[ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
1420.04 s
[ghcide] Using hscolour version 1.25 found on system at:
1420.04 s
[ghcide] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
1420.04 s
[ghcide] No jhc found
1420.04 s
[ghcide] Using ld found on system at:
1420.04 s
[ghcide] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1420.04 s
[ghcide] No pkg-config found
1420.04 s
[ghcide] Using runghc version 9.6.3 found on system at:
1420.04 s
[ghcide] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
1420.04 s
[ghcide] Using strip version 2.44 found on system at:
1420.04 s
[ghcide] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1420.04 s
[ghcide] Using tar found on system at:
1420.04 s
[ghcide] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1420.04 s
[ghcide] No uhc found
1420.25 s
[ghcide] Phase: buildPhase
1420.34 s
[ghcide] Preprocessing library for ghcide-2.10.0.0..
1420.35 s
[ghcide] Building library for ghcide-2.10.0.0..
1421.40 s
[ghcide]
1421.40 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1421.40 s
[ghcide] The following packages were specified via -package or -package-id flags,
1421.40 s
[ghcide] but were not needed for compilation:
1421.40 s
[ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u)
1421.42 s
[ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.o, dist/build/Control/Concurrent/Strict.dyn_o )
1421.74 s
[ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.o, dist/build/Development/IDE/Core/Debouncer.dyn_o )
1422.26 s
[ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.o, dist/build/Development/IDE/Core/FileUtils.dyn_o )
1422.26 s
[ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.o, dist/build/Development/IDE/Core/PositionMapping.dyn_o )
1423.37 s
[ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.o, dist/build/Development/IDE/Core/WorkerThread.dyn_o )
1423.37 s
[ghcide]
1423.38 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ -Wunused-imports ]
1423.38 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
1423.38 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
1423.38 s
[ghcide] |
1423.38 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
1423.38 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1423.38 s
[ghcide]
1423.38 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ -Wunused-imports ]
1423.38 s
[ghcide] The import of ‘Exception, fromException’
1423.38 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
1423.38 s
[ghcide] |
1423.38 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
1423.38 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1423.38 s
[ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, dist/build/Development/IDE/GHC/Compat/CmdLine.o, dist/build/Development/IDE/GHC/Compat/CmdLine.dyn_o )
1423.38 s
[ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, dist/build/Development/IDE/GHC/Compat/Core.o, dist/build/Development/IDE/GHC/Compat/Core.dyn_o )
1423.38 s
[ghcide]
1423.38 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:462:1: warning : [ -Wdodgy-imports ]
1423.38 s
[ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’
1423.38 s
[ghcide] |
1423.38 s
[ghcide] 462 | import GHC.Tc.Utils.Monad hiding (Applicative (..), IORef,
1423.38 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1423.38 s
[ghcide]
1423.38 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning : [ -Wunused-imports ]
1423.38 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
1423.38 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
1423.38 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
1423.38 s
[ghcide] |
1423.38 s
[ghcide] 498 | import GHC.Data.Bag
1423.38 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1423.38 s
[ghcide]
1423.38 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:571:1: warning : [ -Wunused-imports ]
1423.38 s
[ghcide] The import of ‘GHC.Hs’ is redundant
1423.38 s
[ghcide] except perhaps to import instances from ‘GHC.Hs’
1423.38 s
[ghcide] To import instances alone, use: import GHC.Hs()
1423.38 s
[ghcide] |
1423.38 s
[ghcide] 571 | import GHC.Hs (SrcSpanAnn')
1423.38 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1423.38 s
[ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, dist/build/Development/IDE/GHC/Compat/Driver.o, dist/build/Development/IDE/GHC/Compat/Driver.dyn_o )
1423.38 s
[ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, dist/build/Development/IDE/GHC/Compat/Env.o, dist/build/Development/IDE/GHC/Compat/Env.dyn_o )
1423.38 s
[ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.o, dist/build/Development/IDE/GHC/Compat/Error.dyn_o )
1423.38 s
[ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.o, dist/build/Development/IDE/GHC/Compat/Outputable.dyn_o )
1423.38 s
[ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.o, dist/build/Development/IDE/GHC/Compat/Logger.dyn_o )
1423.38 s
[ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.o, dist/build/Development/IDE/GHC/Compat/Iface.dyn_o )
1423.38 s
[ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.o, dist/build/Development/IDE/GHC/Compat/Units.dyn_o )
1423.38 s
[ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.o, dist/build/Development/IDE/GHC/Compat/Util.dyn_o )
1423.38 s
[ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.o, dist/build/Development/IDE/GHC/Compat/Parser.dyn_o )
1423.38 s
[ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.o, dist/build/Development/IDE/GHC/Compat/Plugins.dyn_o )
1423.38 s
[ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.o, dist/build/Development/IDE/GHC/Compat.dyn_o )
1423.38 s
[ghcide]
1423.38 s
[ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1423.38 s
[ghcide] Pattern match(es) are non-exhaustive
1423.38 s
[ghcide] In a pattern binding:
1423.38 s
[ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
1423.38 s
[ghcide] |
1423.38 s
[ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
1423.38 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1423.38 s
[ghcide]
1423.38 s
[ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
1423.38 s
[ghcide] Top-level binding with no type signature:
1423.38 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
1423.38 s
[ghcide] |
1423.38 s
[ghcide] 519 | extract_cons (NewTypeCon x) = [x]
1423.38 s
[ghcide] | ^^^^^^^^^^^^
1423.80 s
[ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.o, dist/build/Development/IDE/GHC/CPP.dyn_o )
1423.89 s
[ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, dist/build/Development/IDE/GHC/CoreFile.o, dist/build/Development/IDE/GHC/CoreFile.dyn_o )
1424.40 s
[ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.o, dist/build/Development/IDE/Main/HeapStats.dyn_o )
1424.40 s
[ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, dist/build/Development/IDE/Session/Implicit.o, dist/build/Development/IDE/Session/Implicit.dyn_o )
1424.40 s
[ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.o, dist/build/Development/IDE/Types/Action.dyn_o )
1424.40 s
[ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.o, dist/build/Development/IDE/Types/Location.dyn_o )
1424.40 s
[ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.o, dist/build/Development/IDE/Types/Diagnostics.dyn_o )
1424.74 s
[ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, dist/build/Development/IDE/Session/Diagnostics.o, dist/build/Development/IDE/Session/Diagnostics.dyn_o )
1425.18 s
[ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, dist/build/Development/IDE/GHC/Util.o, dist/build/Development/IDE/GHC/Util.dyn_o )
1425.18 s
[ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, dist/build/Development/IDE/GHC/Orphans.o, dist/build/Development/IDE/GHC/Orphans.dyn_o )
1425.18 s
[ghcide]
1425.18 s
[ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning : [ -Wunused-imports ]
1425.18 s
[ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
1425.18 s
[ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
1425.18 s
[ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
1425.18 s
[ghcide] |
1425.18 s
[ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
1425.18 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1425.18 s
[ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.o, dist/build/Development/IDE/Types/KnownTargets.dyn_o )
1426.31 s
[ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.o, dist/build/Development/IDE/Types/Exports.dyn_o )
1426.31 s
[ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.o, dist/build/Development/IDE/Spans/Common.dyn_o )
1426.31 s
[ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, dist/build/Development/IDE/Plugin/Completions/Types.o, dist/build/Development/IDE/Plugin/Completions/Types.dyn_o )
1427.00 s
[ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.o, dist/build/Development/IDE/GHC/Error.dyn_o )
1427.02 s
[ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.o, dist/build/Development/IDE/Types/HscEnvEq.dyn_o )
1427.02 s
[ghcide]
1427.02 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning : [ -Wunused-imports ]
1427.02 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1427.02 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1427.02 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1427.02 s
[ghcide] |
1427.02 s
[ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
1427.02 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1427.02 s
[ghcide]
1427.02 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ -Wunused-imports ]
1427.02 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
1427.02 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
1427.02 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
1427.02 s
[ghcide] |
1427.02 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
1427.02 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1427.02 s
[ghcide]
1427.02 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ -Wunused-imports ]
1427.02 s
[ghcide] The import of ‘System.Directory’ is redundant
1427.02 s
[ghcide] except perhaps to import instances from ‘System.Directory’
1427.02 s
[ghcide] To import instances alone, use: import System.Directory()
1427.02 s
[ghcide] |
1427.02 s
[ghcide] 30 | import System.Directory (makeAbsolute)
1427.02 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1427.02 s
[ghcide]
1427.02 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning : [ -Wunused-matches ]
1427.02 s
[ghcide] Defined but not used: ‘mod_cache’
1427.02 s
[ghcide] |
1427.02 s
[ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
1427.02 s
[ghcide] | ^^^^^^^^^
1427.02 s
[ghcide]
1427.02 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ -Wunused-matches ]
1427.02 s
[ghcide] Defined but not used: ‘file_cache’
1427.02 s
[ghcide] |
1427.02 s
[ghcide] 57 | file_cache <- newIORef M.empty
1427.02 s
[ghcide] | ^^^^^^^^^^
1427.02 s
[ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.o, dist/build/Development/IDE/Spans/LocalBindings.dyn_o )
1427.02 s
[ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.o, dist/build/Development/IDE/Import/FindImports.dyn_o )
1427.02 s
[ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.o, dist/build/Development/IDE/Import/DependencyInformation.dyn_o )
1427.17 s
[ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.o, dist/build/Development/IDE/Core/RuleTypes.dyn_o )
1427.25 s
[ghcide]
1427.25 s
[ghcide] src/Development/IDE/Core/RuleTypes.hs:26:1: warning : [ -Wdodgy-imports ]
1427.25 s
[ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
1427.25 s
[ghcide] |
1427.25 s
[ghcide] 26 | import Development.IDE.GHC.Compat hiding
1427.25 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1428.68 s
[lsp-test] unoverrides global message timeout [✔]
1428.68 s
[lsp-test] SessionException
1428.73 s
[ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.o, dist/build/Development/IDE/GHC/Warnings.dyn_o )
1428.73 s
[ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.o, dist/build/Development/IDE/Core/Tracing.dyn_o )
1428.73 s
[ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.o, dist/build/Development/IDE/Core/Preprocessor.dyn_o )
1428.73 s
[ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.o, dist/build/Development/IDE/Types/Monitoring.dyn_o )
1428.73 s
[ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.o, dist/build/Development/IDE/Monitoring/OpenTelemetry.dyn_o )
1428.73 s
[ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.o, dist/build/Development/IDE/Types/Options.dyn_o )
1428.97 s
[ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.o, dist/build/Development/IDE/Core/ProgressReporting.dyn_o )
1429.17 s
[ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.o, dist/build/Development/IDE/Types/Shake.dyn_o )
1429.17 s
[ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.o, dist/build/Development/IDE/Core/Shake.dyn_o )
1432.07 s
[ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.o, dist/build/Development/IDE/Session.dyn_o )
1434.94 s
[ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, dist/build/Development/IDE/LSP/Server.o, dist/build/Development/IDE/LSP/Server.dyn_o )
1434.94 s
[ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.o, dist/build/Development/IDE/Plugin.dyn_o )
1434.94 s
[ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.o, dist/build/Development/IDE/Plugin/HLS.dyn_o )
1434.94 s
[ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.o, dist/build/Development/IDE/Core/IdeConfiguration.dyn_o )
1434.94 s
[ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.o, dist/build/Development/IDE/LSP/LanguageServer.dyn_o )
1435.28 s
[ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.o, dist/build/Development/IDE/Core/OfInterest.dyn_o )
1435.28 s
[ghcide]
1435.28 s
[ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning : [ -Wunused-imports ]
1435.28 s
[ghcide] The qualified import of ‘Data.Aeson’ is redundant
1435.28 s
[ghcide] except perhaps to import instances from ‘Data.Aeson’
1435.28 s
[ghcide] To import instances alone, use: import Data.Aeson()
1435.28 s
[ghcide] |
1435.28 s
[ghcide] 32 | import qualified Data.Aeson as Aeson
1435.28 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1435.28 s
[ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.o, dist/build/Development/IDE/Core/FileStore.dyn_o )
1435.28 s
[ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.o, dist/build/Development/IDE/Core/Compile.dyn_o )
1435.28 s
[ghcide]
1435.28 s
[ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning : [ -Wunused-imports ]
1435.28 s
[ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
1435.28 s
[ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
1435.28 s
[ghcide] To import instances alone, use: import Data.List.NonEmpty()
1435.28 s
[ghcide] |
1435.28 s
[ghcide] 66 | import qualified Data.List.NonEmpty as NE
1435.28 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1435.28 s
[ghcide]
1435.28 s
[ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning : [ -Wunused-imports ]
1435.28 s
[ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
1435.28 s
[ghcide] |
1435.28 s
[ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime )
1435.28 s
[ghcide] | ^^^^^^^^^^^^^^
1435.28 s
[ghcide]
1435.28 s
[ghcide] src/Development/IDE/Core/Compile.hs:80:1: warning : [ -Wdodgy-imports ]
1435.28 s
[ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
1435.28 s
[ghcide] |
1435.28 s
[ghcide] 80 | import Development.IDE.GHC.Compat hiding (assert,
1435.28 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1435.28 s
[ghcide]
1435.28 s
[ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning : [ -Wunused-imports ]
1435.28 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1435.28 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1435.28 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1435.28 s
[ghcide] |
1435.28 s
[ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
1435.28 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1435.28 s
[ghcide]
1435.28 s
[ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning : [ -Wunused-imports ]
1435.28 s
[ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
1435.28 s
[ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
1435.28 s
[ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
1435.28 s
[ghcide] |
1435.28 s
[ghcide] 140 | import Development.IDE.Import.FindImports
1435.28 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1435.28 s
[ghcide]
1435.28 s
[ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning : [ -Wunused-matches ]
1435.28 s
[ghcide] Defined but not used: ‘dep_info’
1435.28 s
[ghcide] |
1435.28 s
[ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
1435.28 s
[ghcide] | ^^^^^^^^
1435.28 s
[ghcide]
1435.28 s
[ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning : [ -Wunused-matches ]
1435.28 s
[ghcide] Defined but not used: ‘hsc_env’
1435.28 s
[ghcide] |
1435.28 s
[ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
1435.28 s
[ghcide] | ^^^^^^^
1435.66 s
[ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.o, dist/build/Development/IDE/Spans/Documentation.dyn_o )
1435.90 s
[ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.o, dist/build/Development/IDE/Spans/AtPoint.dyn_o )
1436.76 s
[ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.o, dist/build/Development/IDE/Core/FileExists.dyn_o )
1436.76 s
[ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.o, dist/build/Development/IDE/Core/Service.dyn_o )
1436.76 s
[ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.o, dist/build/Development/IDE/LSP/Notifications.dyn_o )
1436.76 s
[ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.o, dist/build/Development/IDE/Core/PluginUtils.dyn_o )
1436.76 s
[ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.o, dist/build/Development/IDE/Core/Actions.dyn_o )
1437.07 s
[ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.o, dist/build/Development/IDE/Core/Rules.dyn_o )
1437.09 s
[ghcide]
1437.09 s
[ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning : [ -Wunused-imports ]
1437.09 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1437.09 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1437.09 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1437.09 s
[ghcide] |
1437.09 s
[ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
1437.09 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1437.09 s
[ghcide]
1437.09 s
[ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1437.09 s
[ghcide] The record update def
1437.09 s
[ghcide] {fullModuleGraph} with type GhcSessionDepsConfig is ambiguous.
1437.09 s
[ghcide] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
1437.09 s
[ghcide] |
1437.09 s
[ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph }
1437.09 s
[ghcide] | ^^^^^^^^^^^^^^^
1438.68 s
[lsp-test] throw on time out [✔]
1439.03 s
[ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.o, dist/build/Development/IDE/Plugin/Test.dyn_o )
1442.57 s
[ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.o, dist/build/Development/IDE/LSP/Outline.dyn_o )
1442.58 s
[ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.o, dist/build/Development/IDE/LSP/HoverDefinition.dyn_o )
1442.58 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.o, dist/build/Development/IDE.dyn_o )
1442.58 s
[ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.o, dist/build/Development/IDE/Spans/Pragmas.dyn_o )
1442.58 s
[ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.o, dist/build/Development/IDE/Plugin/TypeLenses.dyn_o )
1442.58 s
[ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.o, dist/build/Development/IDE/Core/UseStale.dyn_o )
1442.58 s
[ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.o, dist/build/Generics/SYB/GHC.dyn_o )
1442.58 s
[ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.o, dist/build/Text/Fuzzy/Parallel.dyn_o )
1442.58 s
[ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, dist/build/Development/IDE/Plugin/Completions/Logic.o, dist/build/Development/IDE/Plugin/Completions/Logic.dyn_o )
1442.58 s
[ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.o, dist/build/Development/IDE/Plugin/Completions.dyn_o )
1442.58 s
[ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, dist/build/Development/IDE/Plugin/HLS/GhcIde.o, dist/build/Development/IDE/Plugin/HLS/GhcIde.dyn_o )
1442.58 s
[ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.o, dist/build/Development/IDE/Main.dyn_o )
1442.61 s
[ghcide]
1442.61 s
[ghcide] src/Development/IDE/Main.hs:18:1: warning : [ -Wunused-imports ]
1442.61 s
[ghcide] The import of ‘Control.Exception.Safe’ is redundant
1442.61 s
[ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
1442.61 s
[ghcide] To import instances alone, use: import Control.Exception.Safe()
1442.61 s
[ghcide] |
1442.61 s
[ghcide] 18 | import Control.Exception.Safe (SomeException,
1442.61 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1444.68 s
[lsp-test] don't throw when no time out [✔]
1444.68 s
[lsp-test] UnexpectedMessageException
1444.68 s
[lsp-test] throws when there's an unexpected message [✔]
1444.68 s
[lsp-test] provides the correct types that were expected and received [✔]
1444.68 s
[lsp-test] config
1444.68 s
[lsp-test] updates config correctly [✔]
1444.68 s
[lsp-test] text document VFS
1444.69 s
[lsp-test] sends back didChange notifications (documentChanges) [✔]
1444.69 s
[lsp-test] sends back didChange notifications [✔]
1444.69 s
[lsp-test] getDocumentEdit
1444.69 s
[lsp-test] automatically consumes applyedit requests [✔]
1444.69 s
[lsp-test] getCodeActions
1444.86 s
[ghcide]
1444.86 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1444.86 s
[ghcide] The following packages were specified via -package or -package-id flags,
1444.86 s
[ghcide] but were not needed for compilation:
1444.86 s
[ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u)
1444.88 s
[ghcide] [ 1 of 77] Compiling Control.Concurrent.Strict ( src/Control/Concurrent/Strict.hs, dist/build/Control/Concurrent/Strict.p_o )
1445.27 s
[ghcide] [ 2 of 77] Compiling Development.IDE.Core.Debouncer ( src/Development/IDE/Core/Debouncer.hs, dist/build/Development/IDE/Core/Debouncer.p_o )
1445.73 s
[ghcide] [ 3 of 77] Compiling Development.IDE.Core.FileUtils ( src/Development/IDE/Core/FileUtils.hs, dist/build/Development/IDE/Core/FileUtils.p_o )
1445.73 s
[ghcide] [ 4 of 77] Compiling Development.IDE.Core.PositionMapping ( src/Development/IDE/Core/PositionMapping.hs, dist/build/Development/IDE/Core/PositionMapping.p_o )
1446.68 s
[ghcide] [ 5 of 77] Compiling Development.IDE.Core.WorkerThread ( src/Development/IDE/Core/WorkerThread.hs, dist/build/Development/IDE/Core/WorkerThread.p_o )
1446.68 s
[ghcide]
1446.68 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ -Wunused-imports ]
1446.68 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
1446.68 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
1446.68 s
[ghcide] |
1446.68 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
1446.68 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1446.68 s
[ghcide]
1446.68 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ -Wunused-imports ]
1446.68 s
[ghcide] The import of ‘Exception, fromException’
1446.68 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
1446.68 s
[ghcide] |
1446.68 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
1446.68 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1446.68 s
[ghcide] [ 6 of 77] Compiling Development.IDE.GHC.Compat.CmdLine ( src/Development/IDE/GHC/Compat/CmdLine.hs, dist/build/Development/IDE/GHC/Compat/CmdLine.p_o )
1446.68 s
[ghcide] [ 7 of 77] Compiling Development.IDE.GHC.Compat.Core ( src/Development/IDE/GHC/Compat/Core.hs, dist/build/Development/IDE/GHC/Compat/Core.p_o )
1446.68 s
[ghcide]
1446.68 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:462:1: warning : [ -Wdodgy-imports ]
1446.68 s
[ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’
1446.68 s
[ghcide] |
1446.68 s
[ghcide] 462 | import GHC.Tc.Utils.Monad hiding (Applicative (..), IORef,
1446.68 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1446.68 s
[ghcide]
1446.68 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning : [ -Wunused-imports ]
1446.68 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
1446.68 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
1446.68 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
1446.68 s
[ghcide] |
1446.68 s
[ghcide] 498 | import GHC.Data.Bag
1446.68 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1446.68 s
[ghcide]
1446.68 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:571:1: warning : [ -Wunused-imports ]
1446.68 s
[ghcide] The import of ‘GHC.Hs’ is redundant
1446.68 s
[ghcide] except perhaps to import instances from ‘GHC.Hs’
1446.68 s
[ghcide] To import instances alone, use: import GHC.Hs()
1446.68 s
[ghcide] |
1446.68 s
[ghcide] 571 | import GHC.Hs (SrcSpanAnn')
1446.68 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1446.68 s
[ghcide] [ 8 of 77] Compiling Development.IDE.GHC.Compat.Driver ( src/Development/IDE/GHC/Compat/Driver.hs, dist/build/Development/IDE/GHC/Compat/Driver.p_o )
1446.68 s
[ghcide] [ 9 of 77] Compiling Development.IDE.GHC.Compat.Env ( src/Development/IDE/GHC/Compat/Env.hs, dist/build/Development/IDE/GHC/Compat/Env.p_o )
1446.68 s
[ghcide] [10 of 77] Compiling Development.IDE.GHC.Compat.Error ( src/Development/IDE/GHC/Compat/Error.hs, dist/build/Development/IDE/GHC/Compat/Error.p_o )
1446.68 s
[ghcide] [11 of 77] Compiling Development.IDE.GHC.Compat.Outputable ( src/Development/IDE/GHC/Compat/Outputable.hs, dist/build/Development/IDE/GHC/Compat/Outputable.p_o )
1446.68 s
[ghcide] [12 of 77] Compiling Development.IDE.GHC.Compat.Logger ( src/Development/IDE/GHC/Compat/Logger.hs, dist/build/Development/IDE/GHC/Compat/Logger.p_o )
1446.68 s
[ghcide] [13 of 77] Compiling Development.IDE.GHC.Compat.Iface ( src/Development/IDE/GHC/Compat/Iface.hs, dist/build/Development/IDE/GHC/Compat/Iface.p_o )
1446.68 s
[ghcide] [14 of 77] Compiling Development.IDE.GHC.Compat.Units ( src/Development/IDE/GHC/Compat/Units.hs, dist/build/Development/IDE/GHC/Compat/Units.p_o )
1446.68 s
[ghcide] [15 of 77] Compiling Development.IDE.GHC.Compat.Util ( src/Development/IDE/GHC/Compat/Util.hs, dist/build/Development/IDE/GHC/Compat/Util.p_o )
1446.68 s
[ghcide] [16 of 77] Compiling Development.IDE.GHC.Compat.Parser ( src/Development/IDE/GHC/Compat/Parser.hs, dist/build/Development/IDE/GHC/Compat/Parser.p_o )
1446.68 s
[ghcide] [17 of 77] Compiling Development.IDE.GHC.Compat.Plugins ( src/Development/IDE/GHC/Compat/Plugins.hs, dist/build/Development/IDE/GHC/Compat/Plugins.p_o )
1446.68 s
[ghcide] [18 of 77] Compiling Development.IDE.GHC.Compat ( src/Development/IDE/GHC/Compat.hs, dist/build/Development/IDE/GHC/Compat.p_o )
1446.68 s
[ghcide]
1446.68 s
[ghcide] src/Development/IDE/GHC/Compat.hs:355:7: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1446.68 s
[ghcide] Pattern match(es) are non-exhaustive
1446.68 s
[ghcide] In a pattern binding:
1446.68 s
[ghcide] Patterns of type ‘Maybe FilePath’ not matched: Nothing
1446.68 s
[ghcide] |
1446.68 s
[ghcide] 355 | let Just src_file = ml_hs_file $ ms_location ms
1446.68 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1446.68 s
[ghcide]
1446.68 s
[ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
1446.68 s
[lsp-test] tests: <file descriptor: 7>: hPutBuf: resource vanished (Broken pipe)
1446.68 s
[ghcide] Top-level binding with no type signature:
1446.68 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
1446.68 s
[ghcide] |
1446.68 s
[ghcide] 519 | extract_cons (NewTypeCon x) = [x]
1446.68 s
[ghcide] | ^^^^^^^^^^^^
1446.68 s
[lsp-test] tests: <file descriptor: 25>: hPutBuf: resource vanished (Broken pipe)
1446.69 s
[lsp-test] tests: <file descriptor: 17>: hPutBuf: resource vanished (Broken pipe)
1446.69 s
[lsp-test] tests: <file descriptor: 18>: hPutBuf: resource vanished (Broken pipe)
1446.69 s
[lsp-test] works [✔]
1446.69 s
[lsp-test] getAllCodeActions
1447.07 s
[ghcide] [19 of 77] Compiling Development.IDE.GHC.CPP ( src/Development/IDE/GHC/CPP.hs, dist/build/Development/IDE/GHC/CPP.p_o )
1447.22 s
[ghcide] [20 of 77] Compiling Development.IDE.GHC.CoreFile ( src/Development/IDE/GHC/CoreFile.hs, dist/build/Development/IDE/GHC/CoreFile.p_o )
1447.62 s
[ghcide] [21 of 77] Compiling Development.IDE.Main.HeapStats ( src/Development/IDE/Main/HeapStats.hs, dist/build/Development/IDE/Main/HeapStats.p_o )
1447.64 s
[ghcide] [22 of 77] Compiling Development.IDE.Session.Implicit ( session-loader/Development/IDE/Session/Implicit.hs, dist/build/Development/IDE/Session/Implicit.p_o )
1447.64 s
[ghcide] [23 of 77] Compiling Development.IDE.Types.Action ( src/Development/IDE/Types/Action.hs, dist/build/Development/IDE/Types/Action.p_o )
1447.64 s
[ghcide] [24 of 77] Compiling Development.IDE.Types.Location ( src/Development/IDE/Types/Location.hs, dist/build/Development/IDE/Types/Location.p_o )
1447.64 s
[ghcide] [25 of 77] Compiling Development.IDE.Types.Diagnostics ( src/Development/IDE/Types/Diagnostics.hs, dist/build/Development/IDE/Types/Diagnostics.p_o )
1447.89 s
[ghcide] [26 of 77] Compiling Development.IDE.Session.Diagnostics ( session-loader/Development/IDE/Session/Diagnostics.hs, dist/build/Development/IDE/Session/Diagnostics.p_o )
1448.69 s
[lsp-test] works [✔]
1448.69 s
[lsp-test] getDocumentSymbols
1448.70 s
[lsp-test] works [✔]
1448.70 s
[lsp-test] applyEdit
1448.70 s
[lsp-test] increments the version [✔]
1448.70 s
[lsp-test] changes the document contents [✔]
1448.70 s
[lsp-test] getCompletions
1448.70 s
[lsp-test] works [✔]
1448.70 s
[lsp-test] waitForDiagnosticsSource
1448.96 s
[ghcide] [27 of 77] Compiling Development.IDE.GHC.Util ( src/Development/IDE/GHC/Util.hs, dist/build/Development/IDE/GHC/Util.p_o )
1448.96 s
[ghcide] [28 of 77] Compiling Development.IDE.GHC.Orphans ( src/Development/IDE/GHC/Orphans.hs, dist/build/Development/IDE/GHC/Orphans.p_o )
1448.96 s
[ghcide]
1448.96 s
[ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning : [ -Wunused-imports ]
1448.96 s
[ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
1448.96 s
[ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
1448.96 s
[ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
1448.96 s
[ghcide] |
1448.96 s
[ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
1448.96 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1448.96 s
[ghcide] [29 of 77] Compiling Development.IDE.Types.KnownTargets ( src/Development/IDE/Types/KnownTargets.hs, dist/build/Development/IDE/Types/KnownTargets.p_o )
1449.47 s
[ghcide] [30 of 77] Compiling Development.IDE.Types.Exports ( src/Development/IDE/Types/Exports.hs, dist/build/Development/IDE/Types/Exports.p_o )
1449.47 s
[ghcide] [31 of 77] Compiling Development.IDE.Spans.Common ( src/Development/IDE/Spans/Common.hs, dist/build/Development/IDE/Spans/Common.p_o )
1449.47 s
[ghcide] [32 of 77] Compiling Development.IDE.Plugin.Completions.Types ( src/Development/IDE/Plugin/Completions/Types.hs, dist/build/Development/IDE/Plugin/Completions/Types.p_o )
1450.70 s
[lsp-test] tests: <file descriptor: 8>: hPutBuf: resource vanished (Broken pipe)
1450.70 s
[lsp-test] tests: <file descriptor: 26>: hPutBuf: resource vanished (Broken pipe)
1450.71 s
[lsp-test] works [✔]
1450.71 s
[lsp-test] getHover
1450.71 s
[lsp-test] works [✔]
1450.71 s
[lsp-test] closeDoc
1450.71 s
[lsp-test] works [✔]
1450.71 s
[lsp-test] satisfy
1450.71 s
[lsp-test] works [✔]
1450.71 s
[lsp-test] satisfyMaybe
1450.71 s
[lsp-test] returns matched data on match [✔]
1450.71 s
[lsp-test] doesn't return if no match [✔]
1450.71 s
[lsp-test] ignoreLogNotifications
1452.21 s
[ghcide] [33 of 77] Compiling Development.IDE.GHC.Error ( src/Development/IDE/GHC/Error.hs, dist/build/Development/IDE/GHC/Error.p_o )
1452.21 s
[ghcide] [34 of 77] Compiling Development.IDE.Types.HscEnvEq ( src/Development/IDE/Types/HscEnvEq.hs, dist/build/Development/IDE/Types/HscEnvEq.p_o )
1452.21 s
[ghcide]
1452.21 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning : [ -Wunused-imports ]
1452.21 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1452.21 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1452.21 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1452.21 s
[ghcide] |
1452.21 s
[ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
1452.21 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1452.21 s
[ghcide]
1452.21 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ -Wunused-imports ]
1452.21 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
1452.21 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
1452.21 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
1452.21 s
[ghcide] |
1452.21 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
1452.21 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1452.21 s
[ghcide]
1452.21 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ -Wunused-imports ]
1452.21 s
[ghcide] The import of ‘System.Directory’ is redundant
1452.21 s
[ghcide] except perhaps to import instances from ‘System.Directory’
1452.21 s
[ghcide] To import instances alone, use: import System.Directory()
1452.21 s
[ghcide] |
1452.21 s
[ghcide] 30 | import System.Directory (makeAbsolute)
1452.21 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1452.21 s
[ghcide]
1452.21 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning : [ -Wunused-matches ]
1452.21 s
[ghcide] Defined but not used: ‘mod_cache’
1452.21 s
[ghcide] |
1452.21 s
[ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
1452.21 s
[ghcide] | ^^^^^^^^^
1452.21 s
[ghcide]
1452.21 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ -Wunused-matches ]
1452.21 s
[ghcide] Defined but not used: ‘file_cache’
1452.21 s
[ghcide] |
1452.21 s
[ghcide] 57 | file_cache <- newIORef M.empty
1452.21 s
[ghcide] | ^^^^^^^^^^
1452.21 s
[ghcide] [35 of 77] Compiling Development.IDE.Spans.LocalBindings ( src/Development/IDE/Spans/LocalBindings.hs, dist/build/Development/IDE/Spans/LocalBindings.p_o )
1452.21 s
[ghcide] [36 of 77] Compiling Development.IDE.Import.FindImports ( src/Development/IDE/Import/FindImports.hs, dist/build/Development/IDE/Import/FindImports.p_o )
1452.21 s
[ghcide] [37 of 77] Compiling Development.IDE.Import.DependencyInformation ( src/Development/IDE/Import/DependencyInformation.hs, dist/build/Development/IDE/Import/DependencyInformation.p_o )
1452.21 s
[ghcide] [38 of 77] Compiling Development.IDE.Core.RuleTypes ( src/Development/IDE/Core/RuleTypes.hs, dist/build/Development/IDE/Core/RuleTypes.p_o )
1452.21 s
[ghcide]
1452.21 s
[ghcide] src/Development/IDE/Core/RuleTypes.hs:26:1: warning : [ -Wdodgy-imports ]
1452.21 s
[ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
1452.21 s
[ghcide] |
1452.21 s
[ghcide] 26 | import Development.IDE.GHC.Compat hiding
1452.21 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1452.21 s
[ghcide] [39 of 77] Compiling Development.IDE.GHC.Warnings ( src/Development/IDE/GHC/Warnings.hs, dist/build/Development/IDE/GHC/Warnings.p_o )
1452.21 s
[ghcide] [40 of 77] Compiling Development.IDE.Core.Tracing ( src/Development/IDE/Core/Tracing.hs, dist/build/Development/IDE/Core/Tracing.p_o )
1452.21 s
[ghcide] [41 of 77] Compiling Development.IDE.Core.Preprocessor ( src/Development/IDE/Core/Preprocessor.hs, dist/build/Development/IDE/Core/Preprocessor.p_o )
1452.21 s
[ghcide] [42 of 77] Compiling Development.IDE.Types.Monitoring ( src/Development/IDE/Types/Monitoring.hs, dist/build/Development/IDE/Types/Monitoring.p_o )
1452.21 s
[ghcide] [43 of 77] Compiling Development.IDE.Monitoring.OpenTelemetry ( src/Development/IDE/Monitoring/OpenTelemetry.hs, dist/build/Development/IDE/Monitoring/OpenTelemetry.p_o )
1452.21 s
[ghcide] [44 of 77] Compiling Development.IDE.Types.Options ( src/Development/IDE/Types/Options.hs, dist/build/Development/IDE/Types/Options.p_o )
1452.25 s
[ghcide] [45 of 77] Compiling Development.IDE.Core.ProgressReporting ( src/Development/IDE/Core/ProgressReporting.hs, dist/build/Development/IDE/Core/ProgressReporting.p_o )
1452.51 s
[ghcide] [46 of 77] Compiling Development.IDE.Types.Shake ( src/Development/IDE/Types/Shake.hs, dist/build/Development/IDE/Types/Shake.p_o )
1452.51 s
[ghcide] [47 of 77] Compiling Development.IDE.Core.Shake ( src/Development/IDE/Core/Shake.hs, dist/build/Development/IDE/Core/Shake.p_o )
1452.71 s
[lsp-test] tests: <file descriptor: 9>: hPutBuf: resource vanished (Broken pipe)
1452.71 s
[lsp-test] tests: <file descriptor: 30>: hPutBuf: resource vanished (Broken pipe)
1452.73 s
[lsp-test] tests: <file descriptor: 34>: hPutBuf: resource vanished (Broken pipe)
1452.73 s
[lsp-test] works [✔]
1452.73 s
[lsp-test] dynamic capabilities
1452.73 s
[lsp-test] keeps track [✔]
1452.73 s
[lsp-test] handles absolute patterns [✔]
1452.73 s
[lsp-test] call hierarchy
1452.73 s
[lsp-test] prepare works [✔]
1452.73 s
[lsp-test] prepare not works [✔]
1452.73 s
[lsp-test] incoming calls [✔]
1452.73 s
[lsp-test] outgoing calls [✔]
1452.73 s
[lsp-test] semantic tokens
1452.73 s
[lsp-test] full works [✔]
1452.73 s
[lsp-test] inlay hints
1452.73 s
[lsp-test] get works [✔]
1452.73 s
[lsp-test] resolve tooltip works [✔]
1452.73 s
[lsp-test]
1452.73 s
[lsp-test] Finished in 57.0624 seconds
1452.73 s
[lsp-test] 38 examples, 0 failures
1452.73 s
[lsp-test] Test suite tests: PASS
1452.73 s
[lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-tests.log
1452.73 s
[lsp-test] Test suite func-test: RUNNING...
1452.74 s
[lsp-test]
1452.74 s
[lsp-test] server-initiated progress reporting
1452.74 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1452.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
1452.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
1452.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
1452.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1452.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1452.74 s
[lsp-test] sends updates [✔]
1452.74 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1452.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
1452.74 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (ProgressCancel (ProgressToken (InL 0))), getSeverity = Debug}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_WindowWorkDoneProgressCancel), getSeverity = Error}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1452.75 s
[lsp-test] handles cancellation [✔]
1452.75 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
1452.75 s
[lsp-test] func-test: AsyncCancelled
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1452.75 s
[lsp-test] sends end notification if thread is killed [✔]
1452.75 s
[lsp-test] client-initiated progress reporting
1452.75 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (MissingHandler False SMethod_Initialized), getSeverity = Error}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (BadConfigurationResponse (TResponseError {_code = InL LSPErrorCodes_RequestFailed, _message = "No configuration for requested sections: [\"demo\"]", _xdata = Nothing}))), getSeverity = Error}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1452.75 s
[lsp-test] sends updates [✔]
1452.75 s
[lsp-test] workspace folders
1452.75 s
[lsp-test] WithSeverity {getMsg = Starting, getSeverity = Info}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog (LspCore (NewConfig (Object (fromList [])))), getSeverity = Debug}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog ShuttingDown, getSeverity = Info}
1452.75 s
[lsp-test] WithSeverity {getMsg = LspProcessingLog Exiting, getSeverity = Info}
1452.75 s
[lsp-test] keeps track of open workspace folders [✔]
1452.75 s
[lsp-test]
1452.75 s
[lsp-test] Finished in 0.0141 seconds
1452.75 s
[lsp-test] 5 examples, 0 failures
1452.76 s
[lsp-test] Test suite func-test: PASS
1452.76 s
[lsp-test] Test suite logged to: dist/test/lsp-test-0.17.1.1-func-test.log
1452.76 s
[lsp-test] 2 of 2 test suites (2 of 2 test cases) passed.
1452.77 s
[lsp-test] checkPhase completed in 58 seconds
1452.77 s
[lsp-test] Phase: haddockPhase
1452.92 s
[lsp-test] Preprocessing library for lsp-test-0.17.1.1..
1452.92 s
[lsp-test] Running Haddock on library for lsp-test-0.17.1.1..
1452.93 s
[lsp-test] Warning: The documentation for the following packages are not installed. No
1452.93 s
[lsp-test] links will be generated to these packages: attoparsec-0.14.4,
1452.93 s
[lsp-test] attoparsec-0.14.4, lsp-types-2.3.0.1, vector-0.13.2.0
1453.00 s
[lsp-test] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1454.44 s
[lsp-test] Warning: 'mylang' is out of scope.
1454.44 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
1454.44 s
[lsp-test] Warning: 'runSession' is out of scope.
1454.44 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
1454.66 s
[lsp-test] Warning: 'PublishDiagnosticsNotification' is out of scope.
1454.66 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
1454.66 s
[lsp-test] Warning: 'semanticTokensFull' is out of scope.
1454.66 s
[lsp-test] If you qualify the identifier, haddock can try to link it anyway.
1454.66 s
[lsp-test] Warning: Couldn't find .haddock for export fullLatestClientCaps
1454.66 s
[lsp-test] 91% (104 /114) in 'Language.LSP.Test'
1454.66 s
[lsp-test] Missing documentation for:
1454.66 s
[lsp-test] runSessionWithHandles' (src/Language/LSP/Test.hs:264)
1454.66 s
[lsp-test] setIgnoringLogNotifications (src/Language/LSP/Test.hs:480)
1454.66 s
[lsp-test] setIgnoringConfigurationRequests (src/Language/LSP/Test.hs:484)
1454.66 s
[lsp-test] setIgnoringRegistrationRequests (src/Language/LSP/Test.hs:488)
1454.66 s
[lsp-test] fullLatestClientCaps
1454.66 s
[lsp-test] customRequest (src/Language/LSP/Test/Parsing.hs:128)
1454.66 s
[lsp-test] customNotification (src/Language/LSP/Test/Parsing.hs:141)
1454.66 s
[lsp-test] loggingOrConfiguration (src/Language/LSP/Test/Parsing.hs:219)
1454.66 s
[lsp-test] incomingCalls (src/Language/LSP/Test.hs:1015)
1454.66 s
[lsp-test] outgoingCalls (src/Language/LSP/Test.hs:1018)
1455.42 s
[ghcide] [48 of 77] Compiling Development.IDE.Session ( session-loader/Development/IDE/Session.hs, dist/build/Development/IDE/Session.p_o )
1456.34 s
[lsp-test] Warning: Language.LSP.Test: could not find link destinations for:
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Range.Range
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Position.Position
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Command.Command
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Declaration.Declaration
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DeclarationLink.DeclarationLink
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Definition.Definition
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DefinitionLink.DefinitionLink
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Hover.Hover
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.LanguageKind.LanguageKind
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.Location.Location
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
1456.34 s
[lsp-test] - Language.LSP.Protocol.Types.Common.Null
1456.34 s
[lsp-test] - Language.LSP.Protocol.Types.Common.|?
1456.34 s
[lsp-test] - Language.LSP.Protocol.Types.Uri.Uri
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.ErrorData
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.MessageParams
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.MessageResult
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method_Initialize
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPublishDiagnostics
1456.34 s
[lsp-test] - Language.LSP.Protocol.Internal.Method.SMethod
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.LspId.LspId
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.ClientToServer
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.ServerToClient
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.Notification
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Meta.Request
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Method.SClientMethod
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Method.SServerMethod
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Parsing.FromServerMessage
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Registration.SomeRegistration
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Types.TMessage
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Types.TResponseError
1456.34 s
[lsp-test] - Language.LSP.Protocol.Message.Types.TResponseMessage
1456.35 s
[lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Capabilities'
1456.35 s
[lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Message'
1456.35 s
[lsp-test] Warning: Cannot find reexported module 'lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi:Language.LSP.Protocol.Types'
1458.17 s
[ghcide] [49 of 77] Compiling Development.IDE.LSP.Server ( src/Development/IDE/LSP/Server.hs, dist/build/Development/IDE/LSP/Server.p_o )
1458.17 s
[ghcide] [50 of 77] Compiling Development.IDE.Plugin ( src/Development/IDE/Plugin.hs, dist/build/Development/IDE/Plugin.p_o )
1458.20 s
[ghcide] [51 of 77] Compiling Development.IDE.Plugin.HLS ( src/Development/IDE/Plugin/HLS.hs, dist/build/Development/IDE/Plugin/HLS.p_o )
1458.20 s
[ghcide] [52 of 77] Compiling Development.IDE.Core.IdeConfiguration ( src/Development/IDE/Core/IdeConfiguration.hs, dist/build/Development/IDE/Core/IdeConfiguration.p_o )
1458.20 s
[ghcide] [53 of 77] Compiling Development.IDE.LSP.LanguageServer ( src/Development/IDE/LSP/LanguageServer.hs, dist/build/Development/IDE/LSP/LanguageServer.p_o )
1458.64 s
[ghcide] [54 of 77] Compiling Development.IDE.Core.OfInterest ( src/Development/IDE/Core/OfInterest.hs, dist/build/Development/IDE/Core/OfInterest.p_o )
1458.64 s
[ghcide]
1458.64 s
[ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning : [ -Wunused-imports ]
1458.64 s
[ghcide] The qualified import of ‘Data.Aeson’ is redundant
1458.64 s
[ghcide] except perhaps to import instances from ‘Data.Aeson’
1458.64 s
[ghcide] To import instances alone, use: import Data.Aeson()
1458.64 s
[ghcide] |
1458.64 s
[ghcide] 32 | import qualified Data.Aeson as Aeson
1458.64 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1458.64 s
[ghcide] [55 of 77] Compiling Development.IDE.Core.FileStore ( src/Development/IDE/Core/FileStore.hs, dist/build/Development/IDE/Core/FileStore.p_o )
1458.64 s
[ghcide] [56 of 77] Compiling Development.IDE.Core.Compile ( src/Development/IDE/Core/Compile.hs, dist/build/Development/IDE/Core/Compile.p_o )
1458.64 s
[ghcide]
1458.64 s
[ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning : [ -Wunused-imports ]
1458.64 s
[ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
1458.64 s
[ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
1458.64 s
[ghcide] To import instances alone, use: import Data.List.NonEmpty()
1458.64 s
[ghcide] |
1458.64 s
[ghcide] 66 | import qualified Data.List.NonEmpty as NE
1458.64 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1458.64 s
[ghcide]
1458.64 s
[ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning : [ -Wunused-imports ]
1458.64 s
[ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
1458.64 s
[ghcide] |
1458.64 s
[ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime )
1458.64 s
[ghcide] | ^^^^^^^^^^^^^^
1458.64 s
[ghcide]
1458.64 s
[ghcide] src/Development/IDE/Core/Compile.hs:80:1: warning : [ -Wdodgy-imports ]
1458.64 s
[ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
1458.64 s
[ghcide] |
1458.64 s
[ghcide] 80 | import Development.IDE.GHC.Compat hiding (assert,
1458.64 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1458.64 s
[ghcide]
1458.64 s
[ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning : [ -Wunused-imports ]
1458.64 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1458.64 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1458.64 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1458.64 s
[ghcide] |
1458.64 s
[ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
1458.64 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1458.64 s
[ghcide]
1458.64 s
[ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning : [ -Wunused-imports ]
1458.64 s
[ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
1458.64 s
[ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
1458.64 s
[ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
1458.64 s
[ghcide] |
1458.64 s
[ghcide] 140 | import Development.IDE.Import.FindImports
1458.64 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1458.64 s
[ghcide]
1458.64 s
[ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning : [ -Wunused-matches ]
1458.64 s
[ghcide] Defined but not used: ‘dep_info’
1458.64 s
[ghcide] |
1458.64 s
[ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
1458.64 s
[ghcide] | ^^^^^^^^
1458.64 s
[ghcide]
1458.64 s
[ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning : [ -Wunused-matches ]
1458.64 s
[ghcide] Defined but not used: ‘hsc_env’
1458.64 s
[ghcide] |
1458.64 s
[ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
1458.64 s
[ghcide] | ^^^^^^^
1459.00 s
[ghcide] [57 of 77] Compiling Development.IDE.Spans.Documentation ( src/Development/IDE/Spans/Documentation.hs, dist/build/Development/IDE/Spans/Documentation.p_o )
1459.36 s
[ghcide] [58 of 77] Compiling Development.IDE.Spans.AtPoint ( src/Development/IDE/Spans/AtPoint.hs, dist/build/Development/IDE/Spans/AtPoint.p_o )
1460.16 s
[ghcide] [59 of 77] Compiling Development.IDE.Core.FileExists ( src/Development/IDE/Core/FileExists.hs, dist/build/Development/IDE/Core/FileExists.p_o )
1460.16 s
[ghcide] [60 of 77] Compiling Development.IDE.Core.Service ( src/Development/IDE/Core/Service.hs, dist/build/Development/IDE/Core/Service.p_o )
1460.16 s
[ghcide] [61 of 77] Compiling Development.IDE.LSP.Notifications ( src/Development/IDE/LSP/Notifications.hs, dist/build/Development/IDE/LSP/Notifications.p_o )
1460.16 s
[ghcide] [62 of 77] Compiling Development.IDE.Core.PluginUtils ( src/Development/IDE/Core/PluginUtils.hs, dist/build/Development/IDE/Core/PluginUtils.p_o )
1460.16 s
[ghcide] [63 of 77] Compiling Development.IDE.Core.Actions ( src/Development/IDE/Core/Actions.hs, dist/build/Development/IDE/Core/Actions.p_o )
1460.64 s
[ghcide] [64 of 77] Compiling Development.IDE.Core.Rules ( src/Development/IDE/Core/Rules.hs, dist/build/Development/IDE/Core/Rules.p_o )
1460.64 s
[ghcide]
1460.64 s
[ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning : [ -Wunused-imports ]
1460.64 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1460.64 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1460.64 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1460.64 s
[ghcide] |
1460.64 s
[ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
1460.64 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1460.64 s
[ghcide]
1460.64 s
[ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1460.64 s
[ghcide] The record update def
1460.64 s
[ghcide] {fullModuleGraph} with type GhcSessionDepsConfig is ambiguous.
1460.64 s
[ghcide] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
1460.64 s
[ghcide] |
1460.64 s
[ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph }
1460.64 s
[ghcide] | ^^^^^^^^^^^^^^^
1461.30 s
[lsp-test] Documentation created: dist/doc/html/lsp-test/index.html,
1461.30 s
[lsp-test] dist/doc/html/lsp-test/lsp-test.txt
1461.34 s
[lsp-test] Preprocessing test suite 'tests' for lsp-test-0.17.1.1..
1461.34 s
[lsp-test] Preprocessing test suite 'func-test' for lsp-test-0.17.1.1..
1461.35 s
[lsp-test] Preprocessing test suite 'example' for lsp-test-0.17.1.1..
1461.36 s
[lsp-test] Phase: installPhase
1461.46 s
[lsp-test] Installing library in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1461.81 s
[lsp-test] Phase: fixupPhase
1461.83 s
[lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1
1461.83 s
[lsp-test] shrinking /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSlsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a-ghc9.6.3.so
1461.87 s
[lsp-test] checking for references to /build/ in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1...
1461.89 s
[lsp-test] patching script interpreter paths in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1
1461.89 s
[lsp-test] stripping (with command strip and flags -S -p) in /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1/lib
1462.01 s
[lsp-test] shrinking RPATHs of ELF executables and libraries in /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc
1462.02 s
[lsp-test] checking for references to /build/ in /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc...
1462.02 s
[lsp-test] patching script interpreter paths in /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc
1462.20 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1 /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc
1462.73 s
[post-build-hook] Pushing 2 paths (297 are already present) using zstd to cache sellout ⏳
1462.73 s
[post-build-hook]
1463.06 s
[post-build-hook] Pushing /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc (1.68 MiB)
1463.19 s
[post-build-hook] Pushing /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1 (8.97 MiB)
1464.25 s
[post-build-hook]
1464.25 s
[post-build-hook] All done.
1464.93 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1 /nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc
1464.93 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1464.93 s
[post-build-hook] copying 2 paths...
1464.93 s
[post-build-hook] copying path '/nix/store/nf9af85xmqrdmmvz606j60ps4a871ay7-lsp-test-0.17.1.1-doc' to 'https://cache.nix-ci.com'...
1464.93 s
[post-build-hook] copying path '/nix/store/jm7fij1zjb18fli2zbpssrik0m8cznmc-lsp-test-0.17.1.1' to 'https://cache.nix-ci.com'...
1466.82 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1467.01 s
[post-build-hook] copying 1 paths...
1467.01 s
[post-build-hook] copying path '/nix/store/6h398jng5dxrbqahycydy28mbxw8wzzs-lsp-test-0.17.1.1.drv' to 'https://cache.nix-ci.com'...
1467.16 s
Progress: 50 of 55 built (1 building), 335 of 335 downloaded from cache
1467.16 s
[ghcide] [65 of 77] Compiling Development.IDE.Plugin.Test ( src/Development/IDE/Plugin/Test.hs, dist/build/Development/IDE/Plugin/Test.p_o )
1467.16 s
[ghcide] [66 of 77] Compiling Development.IDE.LSP.Outline ( src/Development/IDE/LSP/Outline.hs, dist/build/Development/IDE/LSP/Outline.p_o )
1467.16 s
[ghcide] [67 of 77] Compiling Development.IDE.LSP.HoverDefinition ( src/Development/IDE/LSP/HoverDefinition.hs, dist/build/Development/IDE/LSP/HoverDefinition.p_o )
1467.16 s
[ghcide] [68 of 77] Compiling Development.IDE ( src/Development/IDE.hs, dist/build/Development/IDE.p_o )
1467.16 s
[ghcide] [69 of 77] Compiling Development.IDE.Spans.Pragmas ( src/Development/IDE/Spans/Pragmas.hs, dist/build/Development/IDE/Spans/Pragmas.p_o )
1467.16 s
[ghcide] [70 of 77] Compiling Development.IDE.Plugin.TypeLenses ( src/Development/IDE/Plugin/TypeLenses.hs, dist/build/Development/IDE/Plugin/TypeLenses.p_o )
1467.16 s
[ghcide] [71 of 77] Compiling Development.IDE.Core.UseStale ( src/Development/IDE/Core/UseStale.hs, dist/build/Development/IDE/Core/UseStale.p_o )
1467.16 s
[ghcide] [72 of 77] Compiling Generics.SYB.GHC ( src/Generics/SYB/GHC.hs, dist/build/Generics/SYB/GHC.p_o )
1467.16 s
[ghcide] [73 of 77] Compiling Text.Fuzzy.Parallel ( src/Text/Fuzzy/Parallel.hs, dist/build/Text/Fuzzy/Parallel.p_o )
1467.16 s
[ghcide] [74 of 77] Compiling Development.IDE.Plugin.Completions.Logic ( src/Development/IDE/Plugin/Completions/Logic.hs, dist/build/Development/IDE/Plugin/Completions/Logic.p_o )
1467.16 s
[ghcide] [75 of 77] Compiling Development.IDE.Plugin.Completions ( src/Development/IDE/Plugin/Completions.hs, dist/build/Development/IDE/Plugin/Completions.p_o )
1467.16 s
[ghcide] [76 of 77] Compiling Development.IDE.Plugin.HLS.GhcIde ( src/Development/IDE/Plugin/HLS/GhcIde.hs, dist/build/Development/IDE/Plugin/HLS/GhcIde.p_o )
1467.16 s
[ghcide] [77 of 77] Compiling Development.IDE.Main ( src/Development/IDE/Main.hs, dist/build/Development/IDE/Main.p_o )
1467.16 s
[ghcide]
1467.16 s
[ghcide] src/Development/IDE/Main.hs:18:1: warning : [ -Wunused-imports ]
1467.16 s
[ghcide] The import of ‘Control.Exception.Safe’ is redundant
1467.16 s
[ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
1467.16 s
[ghcide] To import instances alone, use: import Control.Exception.Safe()
1467.16 s
[ghcide] |
1467.16 s
[ghcide] 18 | import Control.Exception.Safe (SomeException,
1467.16 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1473.95 s
[ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0..
1473.99 s
[ghcide] Building executable 'ghcide' for ghcide-2.10.0.0..
1474.09 s
[ghcide] [1 of 3] Compiling Arguments ( exe/Arguments.hs, dist/build/ghcide/ghcide-tmp/Arguments.o, dist/build/ghcide/ghcide-tmp/Arguments.dyn_o )
1474.63 s
[ghcide] [2 of 3] Compiling Paths_ghcide ( dist/build/ghcide/autogen/Paths_ghcide.hs, dist/build/ghcide/ghcide-tmp/Paths_ghcide.o, dist/build/ghcide/ghcide-tmp/Paths_ghcide.dyn_o )
1474.63 s
[ghcide] [3 of 3] Compiling Main ( exe/Main.hs, dist/build/ghcide/ghcide-tmp/Main.o )
1475.42 s
[ghcide] [4 of 4] Linking dist/build/ghcide/ghcide
1479.92 s
[ghcide] buildPhase completed in 1 minutes 0 seconds
1479.92 s
[ghcide] Phase: checkPhase
1479.98 s
[ghcide] Package has no test suites.
1479.99 s
[ghcide] Phase: haddockPhase
1480.15 s
[ghcide] Preprocessing library for ghcide-2.10.0.0..
1480.16 s
[ghcide] Running Haddock on library for ghcide-2.10.0.0..
1480.17 s
[ghcide] Warning: The documentation for the following packages are not installed. No
1480.17 s
[ghcide] links will be generated to these packages: attoparsec-0.14.4,
1480.17 s
[ghcide] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
1480.26 s
[ghcide] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1481.47 s
[ghcide]
1481.47 s
[ghcide] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1481.47 s
[ghcide] The following packages were specified via -package or -package-id flags,
1481.47 s
[ghcide] but were not needed for compilation:
1481.47 s
[ghcide] - os-string-2.0.7 (exposed by flag -package-id os-string-2.0.7-GY6AxVL0x3n724OD6N3W0u)
1481.50 s
[ghcide] 95% ( 79 / 83) in 'Control.Concurrent.Strict'
1481.50 s
[ghcide] Missing documentation for:
1481.50 s
[ghcide] Module header
1481.50 s
[ghcide] modifyVar (src/Control/Concurrent/Strict.hs:26)
1481.50 s
[ghcide] modifyVar_ (src/Control/Concurrent/Strict.hs:34)
1481.50 s
[ghcide] addMVarFinalizer
1481.78 s
[ghcide] 60% ( 3 / 5) in 'Development.IDE.Core.Debouncer'
1481.78 s
[ghcide] Missing documentation for:
1481.78 s
[ghcide] Module header
1481.78 s
[ghcide] registerEvent (src/Development/IDE/Core/Debouncer.hs:30)
1481.79 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Core.FileUtils'
1481.79 s
[ghcide] Missing documentation for:
1481.79 s
[ghcide] Module header
1481.79 s
[ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:25)
1481.88 s
[ghcide] 20% ( 4 / 20) in 'Development.IDE.Core.PositionMapping'
1481.88 s
[ghcide] Missing documentation for:
1481.88 s
[ghcide] Module header
1481.88 s
[ghcide] PositionMapping (src/Development/IDE/Core/PositionMapping.hs:93)
1481.88 s
[ghcide] lowerRange (src/Development/IDE/Core/PositionMapping.hs:48)
1481.88 s
[ghcide] upperRange (src/Development/IDE/Core/PositionMapping.hs:52)
1481.88 s
[ghcide] positionResultToMaybe (src/Development/IDE/Core/PositionMapping.hs:56)
1481.88 s
[ghcide] fromCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:85)
1481.88 s
[ghcide] toCurrentPosition (src/Development/IDE/Core/PositionMapping.hs:88)
1481.88 s
[ghcide] PositionDelta (src/Development/IDE/Core/PositionMapping.hs:74)
1481.88 s
[ghcide] idDelta (src/Development/IDE/Core/PositionMapping.hs:115)
1481.88 s
[ghcide] toCurrentRange (src/Development/IDE/Core/PositionMapping.hs:95)
1481.88 s
[ghcide] fromCurrentRange (src/Development/IDE/Core/PositionMapping.hs:99)
1481.88 s
[ghcide] applyChange (src/Development/IDE/Core/PositionMapping.hs:132)
1481.88 s
[ghcide] zeroMapping (src/Development/IDE/Core/PositionMapping.hs:103)
1481.88 s
[ghcide] deltaFromDiff (src/Development/IDE/Core/PositionMapping.hs:193)
1481.88 s
[ghcide] toCurrent (src/Development/IDE/Core/PositionMapping.hs:139)
1481.88 s
[ghcide] fromCurrent (src/Development/IDE/Core/PositionMapping.hs:165)
1481.91 s
[ghcide] 66% ( 2 / 3) in 'Development.IDE.Core.WorkerThread'
1481.91 s
[ghcide] Missing documentation for:
1481.91 s
[ghcide] Module header
1481.92 s
[ghcide]
1481.92 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:13:1: warning : [ -Wunused-imports ]
1481.92 s
[ghcide] The import of ‘AsyncCancelled, AsyncCancelled’
1481.92 s
[ghcide] from module ‘Control.Concurrent.Async’ is redundant
1481.92 s
[ghcide] |
1481.92 s
[ghcide] 13 | import Control.Concurrent.Async (AsyncCancelled (AsyncCancelled),
1481.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1481.92 s
[ghcide]
1481.92 s
[ghcide] src/Development/IDE/Core/WorkerThread.hs:18:1: warning : [ -Wunused-imports ]
1481.92 s
[ghcide] The import of ‘Exception, fromException’
1481.92 s
[ghcide] from module ‘Control.Exception.Safe’ is redundant
1481.92 s
[ghcide] |
1481.92 s
[ghcide] 18 | import Control.Exception.Safe (Exception (fromException),
1481.92 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1481.96 s
[ghcide] 20% ( 2 / 10) in 'Development.IDE.GHC.Compat.CmdLine'
1481.96 s
[ghcide] Missing documentation for:
1481.96 s
[ghcide] CmdLineP
1481.96 s
[ghcide] getCmdLineState
1481.96 s
[ghcide] putCmdLineState
1481.96 s
[ghcide] Flag
1481.96 s
[ghcide] OptKind
1481.96 s
[ghcide] EwM
1481.96 s
[ghcide] defFlag
1481.96 s
[ghcide] liftEwM
1482.62 s
[ghcide] Warning: Couldn't find .haddock for export gre_name
1482.62 s
[ghcide] Warning: Couldn't find .haddock for export gre_imp
1482.62 s
[ghcide] Warning: Couldn't find .haddock for export gre_lcl
1482.62 s
[ghcide] Warning: Couldn't find .haddock for export gre_par
1482.70 s
[ghcide] 25% (838 /3351) in 'Development.IDE.GHC.Compat.Core'
1482.70 s
[ghcide] Missing documentation for:
1482.70 s
[ghcide] extensions
1482.70 s
[ghcide] extensionFlags
1482.70 s
[ghcide] targetPlatform
1482.70 s
[ghcide] generalFlags
1482.70 s
[ghcide] warningFlags
1482.70 s
[ghcide] topDir
1482.70 s
[ghcide] hiDir
1482.70 s
[ghcide] tmpDir
1482.70 s
[ghcide] importPaths
1482.70 s
[ghcide] useColor
1482.70 s
[ghcide] canUseColor
1482.70 s
[ghcide] useUnicode
1482.70 s
[ghcide] objectDir
1482.70 s
[ghcide] setImportPaths (src/Development/IDE/GHC/Compat/Core.hs:620)
1482.70 s
[ghcide] outputFile
1482.70 s
[ghcide] setOutputFile
1482.70 s
[ghcide] needWiredInHomeIface
1482.70 s
[ghcide] importDecl
1482.70 s
[ghcide] sPgm_F
1482.70 s
[ghcide] FlagSpec
1482.70 s
[ghcide] WarningFlag
1482.70 s
[ghcide] ExposePackage (src/Development/IDE/GHC/Compat/Core.hs:623)
1482.70 s
[ghcide] setUnsafeGlobalDynFlags
1482.70 s
[ghcide] scaledThing
1482.70 s
[ghcide] IfaceTyCon
1482.70 s
[ghcide] ModIface
1482.70 s
[ghcide] HscSource
1482.70 s
[ghcide] WhereFrom
1482.70 s
[ghcide] loadInterface
1482.70 s
[ghcide] RecompileRequired
1482.70 s
[ghcide] mkPartialIface
1482.70 s
[ghcide] Fixity
1482.70 s
[ghcide] defaultFixity
1482.70 s
[ghcide] lookupFixityRn
1482.70 s
[ghcide] Type
1482.70 s
[ghcide] FunTy (src/Development/IDE/GHC/Compat/Core.hs:640)
1482.70 s
[ghcide] ConPatIn (src/Development/IDE/GHC/Compat/Core.hs:678)
1482.70 s
[ghcide] conPatDetails (src/Development/IDE/GHC/Compat/Core.hs:689)
1482.70 s
[ghcide] mapConPatDetail (src/Development/IDE/GHC/Compat/Core.hs:693)
1482.70 s
[ghcide] SourceText
1482.70 s
[ghcide] AvailName (src/Development/IDE/GHC/Compat/Core.hs:604)
1482.70 s
[ghcide] AvailFL (src/Development/IDE/GHC/Compat/Core.hs:611)
1482.70 s
[ghcide] AvailTC (src/Development/IDE/GHC/Compat/Core.hs:595)
1482.70 s
[ghcide] availsToNameSet
1482.70 s
[ghcide] ParsedSource
1482.70 s
[ghcide] RenamedSource
1482.70 s
[ghcide] unGhc
1482.70 s
[ghcide] getSession
1482.70 s
[ghcide] setSessionDynFlags
1482.70 s
[ghcide] runHsc
1482.70 s
[ghcide] compileFile
1482.70 s
[ghcide] hscInteractive
1482.70 s
[ghcide] hscUpdateHPT
1482.70 s
[ghcide] makeSimpleDetails (src/Development/IDE/GHC/Compat/Core.hs:745)
1482.70 s
[ghcide] tcSplitForAllTyVarBinder_maybe
1482.70 s
[ghcide] typecheckIface
1482.70 s
[ghcide] mkIfaceTc (src/Development/IDE/GHC/Compat/Core.hs:750)
1482.70 s
[ghcide] mkBootModDetailsTc (src/Development/IDE/GHC/Compat/Core.hs:758)
1482.70 s
[ghcide] initTidyOpts (src/Development/IDE/GHC/Compat/Core.hs:763)
1482.70 s
[ghcide] driverNoStop (src/Development/IDE/GHC/Compat/Core.hs:767)
1482.70 s
[ghcide] tidyProgram
1482.70 s
[ghcide] ImportedModsVal
1482.70 s
[ghcide] importedByUser
1482.70 s
[ghcide] TypecheckedSource
1482.70 s
[ghcide] HasSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:647)
1482.70 s
[ghcide] Located
1482.70 s
[ghcide] unLoc
1482.70 s
[ghcide] getLoc (src/Development/IDE/GHC/Compat/Core.hs:648)
1482.70 s
[ghcide] getLocA
1482.70 s
[ghcide] locA
1482.70 s
[ghcide] noLocA
1482.70 s
[ghcide] unLocA (src/Development/IDE/GHC/Compat/Core.hs:726)
1482.70 s
[ghcide] LocatedAn (src/Development/IDE/GHC/Compat/Core.hs:724)
1482.70 s
[ghcide] LocatedA
1482.70 s
[ghcide] RealLocated
1482.70 s
[ghcide] RealSrcSpan (src/Development/IDE/GHC/Compat/Core.hs:583)
1482.70 s
[ghcide] RealSrcLoc (src/Development/IDE/GHC/Compat/Core.hs:590)
1482.70 s
[ghcide] mkRealSrcLoc
1482.70 s
[ghcide] getRealSrcSpan
1482.70 s
[ghcide] realSrcLocSpan
1482.70 s
[ghcide] realSrcSpanStart
1482.70 s
[ghcide] realSrcSpanEnd
1482.70 s
[ghcide] isSubspanOfA (src/Development/IDE/GHC/Compat/Core.hs:721)
1482.70 s
[ghcide] srcSpanStartLine
1482.70 s
[ghcide] srcSpanStartCol
1482.70 s
[ghcide] srcSpanEndLine
1482.70 s
[ghcide] srcSpanEndCol
1482.70 s
[ghcide] srcSpanFile
1482.70 s
[ghcide] noLoc
1482.70 s
[ghcide] mapLoc (src/Development/IDE/GHC/Compat/Core.hs:784)
1482.70 s
[ghcide] mkHomeModLocation (src/Development/IDE/GHC/Compat/Core.hs:574)
1482.70 s
[ghcide] findObjectLinkableMaybe
1482.70 s
[ghcide] InstalledFindResult
1482.70 s
[ghcide] PackageName
1482.70 s
[ghcide] unload (src/Development/IDE/GHC/Compat/Core.hs:714)
1482.70 s
[ghcide] Hooks
1482.70 s
[ghcide] runMetaHook
1482.70 s
[ghcide] MetaHook
1482.70 s
[ghcide] metaRequestE
1482.70 s
[ghcide] metaRequestP
1482.70 s
[ghcide] metaRequestT
1482.70 s
[ghcide] metaRequestD
1482.70 s
[ghcide] metaRequestAW
1482.70 s
[ghcide] addToHpt
1482.70 s
[ghcide] addListToHpt
1482.70 s
[ghcide] TargetId
1482.70 s
[ghcide] mkSimpleTarget (src/Development/IDE/GHC/Compat/Core.hs:815)
1482.70 s
[ghcide] initObjLinker (src/Development/IDE/GHC/Compat/Core.hs:698)
1482.70 s
[ghcide] loadDLL (src/Development/IDE/GHC/Compat/Core.hs:702)
1482.70 s
[ghcide] InteractiveImport
1482.70 s
[ghcide] parseImportDecl
1482.70 s
[ghcide] runDecls
1482.70 s
[ghcide] GRE (src/Development/IDE/GHC/Compat/Core.hs:730)
1482.70 s
[ghcide] gre_name
1482.70 s
[ghcide] gre_imp
1482.70 s
[ghcide] gre_lcl
1482.70 s
[ghcide] gre_par
1482.70 s
[ghcide] collectHsBindsBinders (src/Development/IDE/GHC/Compat/Core.hs:740)
1482.70 s
[ghcide] hasKey
1482.70 s
[ghcide] allNameStrings
1482.70 s
[ghcide] allNameStringList
1482.70 s
[ghcide] itName
1482.70 s
[ghcide] mkUnboundName
1482.70 s
[ghcide] isUnboundName
1482.70 s
[ghcide] basicKnownKeyNames
1482.70 s
[ghcide] genericTyConNames
1482.70 s
[ghcide] pRELUDE
1482.70 s
[ghcide] gHC_PRIM
1482.70 s
[ghcide] gHC_PRIM_PANIC
1482.70 s
[ghcide] gHC_TYPES
1482.70 s
[ghcide] gHC_MAGIC
1482.70 s
[ghcide] gHC_MAGIC_DICT
1482.70 s
[ghcide] gHC_CSTRING
1482.71 s
[ghcide] gHC_CLASSES
1482.71 s
[ghcide] gHC_PRIMOPWRAPPERS
1482.71 s
[ghcide] gHC_BASE
1482.71 s
[ghcide] gHC_ENUM
1482.71 s
[ghcide] gHC_GHCI
1482.71 s
[ghcide] gHC_GHCI_HELPERS
1482.71 s
[ghcide] gHC_SHOW
1482.71 s
[ghcide] gHC_READ
1482.71 s
[ghcide] gHC_NUM
1482.71 s
[ghcide] gHC_MAYBE
1482.71 s
[ghcide] gHC_NUM_INTEGER
1482.71 s
[ghcide] gHC_NUM_NATURAL
1482.71 s
[ghcide] gHC_NUM_BIGNAT
1482.71 s
[ghcide] gHC_LIST
1482.71 s
[ghcide] gHC_TUPLE
1482.71 s
[ghcide] gHC_TUPLE_PRIM
1482.71 s
[ghcide] dATA_EITHER
1482.71 s
[ghcide] dATA_LIST
1482.71 s
[ghcide] dATA_STRING
1482.71 s
[ghcide] dATA_FOLDABLE
1482.71 s
[ghcide] dATA_TRAVERSABLE
1482.71 s
[ghcide] gHC_CONC
1482.71 s
[ghcide] gHC_IO
1482.71 s
[ghcide] gHC_IO_Exception
1482.71 s
[ghcide] gHC_ST
1482.71 s
[ghcide] gHC_IX
1482.71 s
[ghcide] gHC_STABLE
1482.71 s
[ghcide] gHC_PTR
1482.71 s
[ghcide] gHC_ERR
1482.71 s
[ghcide] gHC_REAL
1482.71 s
[ghcide] gHC_FLOAT
1482.71 s
[ghcide] gHC_TOP_HANDLER
1482.71 s
[ghcide] sYSTEM_IO
1482.71 s
[ghcide] dYNAMIC
1482.71 s
[ghcide] tYPEABLE
1482.71 s
[ghcide] tYPEABLE_INTERNAL
1482.71 s
[ghcide] gENERICS
1482.71 s
[ghcide] rEAD_PREC
1482.71 s
[ghcide] lEX
1482.71 s
[ghcide] gHC_INT
1482.71 s
[ghcide] gHC_WORD
1482.71 s
[ghcide] mONAD
1482.71 s
[ghcide] mONAD_FIX
1482.71 s
[ghcide] mONAD_ZIP
1482.71 s
[ghcide] mONAD_FAIL
1482.71 s
[ghcide] aRROW
1482.71 s
[ghcide] gHC_DESUGAR
1482.71 s
[ghcide] rANDOM
1482.71 s
[ghcide] gHC_EXTS
1482.71 s
[ghcide] gHC_IS_LIST
1482.71 s
[ghcide] cONTROL_EXCEPTION_BASE
1482.71 s
[ghcide] gHC_GENERICS
1482.71 s
[ghcide] gHC_TYPEERROR
1482.71 s
[ghcide] gHC_TYPELITS
1482.71 s
[ghcide] gHC_TYPELITS_INTERNAL
1482.71 s
[ghcide] gHC_TYPENATS
1482.71 s
[ghcide] gHC_TYPENATS_INTERNAL
1482.71 s
[ghcide] dATA_COERCE
1482.71 s
[ghcide] dEBUG_TRACE
1482.71 s
[ghcide] uNSAFE_COERCE
1482.71 s
[ghcide] fOREIGN_C_CONSTPTR
1482.71 s
[ghcide] gHC_SRCLOC
1482.71 s
[ghcide] gHC_STACK
1482.71 s
[ghcide] gHC_STACK_TYPES
1482.71 s
[ghcide] gHC_STATICPTR
1482.71 s
[ghcide] gHC_STATICPTR_INTERNAL
1482.71 s
[ghcide] gHC_FINGERPRINT_TYPE
1482.71 s
[ghcide] gHC_OVER_LABELS
1482.71 s
[ghcide] gHC_RECORDS
1482.71 s
[ghcide] rOOT_MAIN
1482.71 s
[ghcide] mkInteractiveModule
1482.71 s
[ghcide] pRELUDE_NAME
1482.71 s
[ghcide] mAIN_NAME
1482.71 s
[ghcide] mkPrimModule
1482.71 s
[ghcide] mkBignumModule
1482.71 s
[ghcide] mkBaseModule
1482.71 s
[ghcide] mkBaseModule_
1482.71 s
[ghcide] mkThisGhcModule
1482.71 s
[ghcide] mkThisGhcModule_
1482.71 s
[ghcide] mkMainModule
1482.71 s
[ghcide] mkMainModule_
1482.71 s
[ghcide] main_RDR_Unqual
1482.71 s
[ghcide] eq_RDR
1482.71 s
[ghcide] ge_RDR
1482.71 s
[ghcide] le_RDR
1482.71 s
[ghcide] lt_RDR
1482.71 s
[ghcide] gt_RDR
1482.71 s
[ghcide] compare_RDR
1482.71 s
[ghcide] ltTag_RDR
1482.71 s
[ghcide] eqTag_RDR
1482.71 s
[ghcide] gtTag_RDR
1482.71 s
[ghcide] eqClass_RDR
1482.71 s
[ghcide] numClass_RDR
1482.71 s
[ghcide] ordClass_RDR
1482.71 s
[ghcide] enumClass_RDR
1482.71 s
[ghcide] monadClass_RDR
1482.71 s
[ghcide] map_RDR
1482.71 s
[ghcide] append_RDR
1482.71 s
[ghcide] foldr_RDR
1482.71 s
[ghcide] build_RDR
1482.71 s
[ghcide] returnM_RDR
1482.71 s
[ghcide] bindM_RDR
1482.71 s
[ghcide] failM_RDR
1482.71 s
[ghcide] left_RDR
1482.71 s
[ghcide] right_RDR
1482.71 s
[ghcide] fromEnum_RDR
1482.71 s
[ghcide] toEnum_RDR
1482.71 s
[ghcide] enumFrom_RDR
1482.71 s
[ghcide] enumFromTo_RDR
1482.71 s
[ghcide] enumFromThen_RDR
1482.71 s
[ghcide] enumFromThenTo_RDR
1482.71 s
[ghcide] ratioDataCon_RDR
1482.71 s
[ghcide] integerAdd_RDR
1482.71 s
[ghcide] integerMul_RDR
1482.71 s
[ghcide] ioDataCon_RDR
1482.71 s
[ghcide] newStablePtr_RDR
1482.71 s
[ghcide] bindIO_RDR
1482.71 s
[ghcide] returnIO_RDR
1482.71 s
[ghcide] fromInteger_RDR
1482.71 s
[ghcide] fromRational_RDR
1482.71 s
[ghcide] minus_RDR
1482.71 s
[ghcide] times_RDR
1482.71 s
[ghcide] plus_RDR
1482.71 s
[ghcide] toInteger_RDR
1482.71 s
[ghcide] toRational_RDR
1482.71 s
[ghcide] fromIntegral_RDR
1482.71 s
[ghcide] fromString_RDR
1482.71 s
[ghcide] fromList_RDR
1482.71 s
[ghcide] fromListN_RDR
1482.71 s
[ghcide] toList_RDR
1482.71 s
[ghcide] compose_RDR
1482.71 s
[ghcide] and_RDR
1482.71 s
[ghcide] not_RDR
1482.71 s
[ghcide] dataToTag_RDR
1482.71 s
[ghcide] succ_RDR
1482.71 s
[ghcide] pred_RDR
1482.71 s
[ghcide] minBound_RDR
1482.71 s
[ghcide] maxBound_RDR
1482.71 s
[ghcide] range_RDR
1482.71 s
[ghcide] inRange_RDR
1482.71 s
[ghcide] index_RDR
1482.71 s
[ghcide] unsafeIndex_RDR
1482.71 s
[ghcide] unsafeRangeSize_RDR
1482.71 s
[ghcide] readList_RDR
1482.71 s
[ghcide] readListDefault_RDR
1482.71 s
[ghcide] readListPrec_RDR
1482.71 s
[ghcide] readListPrecDefault_RDR
1482.71 s
[ghcide] readPrec_RDR
1482.71 s
[ghcide] parens_RDR
1482.71 s
[ghcide] choose_RDR
1482.71 s
[ghcide] lexP_RDR
1482.71 s
[ghcide] expectP_RDR
1482.71 s
[ghcide] readField_RDR
1482.71 s
[ghcide] readFieldHash_RDR
1482.71 s
[ghcide] readSymField_RDR
1482.71 s
[ghcide] punc_RDR
1482.71 s
[ghcide] ident_RDR
1482.71 s
[ghcide] symbol_RDR
1482.71 s
[ghcide] step_RDR
1482.71 s
[ghcide] alt_RDR
1482.71 s
[ghcide] reset_RDR
1482.71 s
[ghcide] prec_RDR
1482.71 s
[ghcide] pfail_RDR
1482.71 s
[ghcide] showsPrec_RDR
1482.71 s
[ghcide] shows_RDR
1482.71 s
[ghcide] showString_RDR
1482.71 s
[ghcide] showSpace_RDR
1482.71 s
[ghcide] showCommaSpace_RDR
1482.71 s
[ghcide] showParen_RDR
1482.71 s
[ghcide] error_RDR
1482.71 s
[ghcide] u1DataCon_RDR
1482.71 s
[ghcide] par1DataCon_RDR
1482.71 s
[ghcide] rec1DataCon_RDR
1482.71 s
[ghcide] k1DataCon_RDR
1482.71 s
[ghcide] m1DataCon_RDR
1482.71 s
[ghcide] l1DataCon_RDR
1482.71 s
[ghcide] r1DataCon_RDR
1482.71 s
[ghcide] prodDataCon_RDR
1482.71 s
[ghcide] comp1DataCon_RDR
1482.71 s
[ghcide] unPar1_RDR
1482.71 s
[ghcide] unRec1_RDR
1482.71 s
[ghcide] unK1_RDR
1482.71 s
[ghcide] unComp1_RDR
1482.71 s
[ghcide] from_RDR
1482.71 s
[ghcide] from1_RDR
1482.71 s
[ghcide] to_RDR
1482.71 s
[ghcide] to1_RDR
1482.71 s
[ghcide] datatypeName_RDR
1482.71 s
[ghcide] moduleName_RDR
1482.71 s
[ghcide] packageName_RDR
1482.71 s
[ghcide] isNewtypeName_RDR
1482.71 s
[ghcide] selName_RDR
1482.71 s
[ghcide] conName_RDR
1482.71 s
[ghcide] conFixity_RDR
1482.71 s
[ghcide] conIsRecord_RDR
1482.71 s
[ghcide] prefixDataCon_RDR
1482.71 s
[ghcide] infixDataCon_RDR
1482.71 s
[ghcide] leftAssocDataCon_RDR
1482.71 s
[ghcide] rightAssocDataCon_RDR
1482.71 s
[ghcide] notAssocDataCon_RDR
1482.71 s
[ghcide] uAddrDataCon_RDR
1482.71 s
[ghcide] uCharDataCon_RDR
1482.71 s
[ghcide] uDoubleDataCon_RDR
1482.71 s
[ghcide] uFloatDataCon_RDR
1482.71 s
[ghcide] uIntDataCon_RDR
1482.71 s
[ghcide] uWordDataCon_RDR
1482.71 s
[ghcide] uAddrHash_RDR
1482.71 s
[ghcide] uCharHash_RDR
1482.71 s
[ghcide] uDoubleHash_RDR
1482.71 s
[ghcide] uFloatHash_RDR
1482.71 s
[ghcide] uIntHash_RDR
1482.71 s
[ghcide] uWordHash_RDR
1482.71 s
[ghcide] fmap_RDR
1482.71 s
[ghcide] replace_RDR
1482.71 s
[ghcide] pure_RDR
1482.71 s
[ghcide] ap_RDR
1482.71 s
[ghcide] liftA2_RDR
1482.71 s
[ghcide] foldable_foldr_RDR
1482.71 s
[ghcide] foldMap_RDR
1482.71 s
[ghcide] null_RDR
1482.71 s
[ghcide] all_RDR
1482.71 s
[ghcide] traverse_RDR
1482.71 s
[ghcide] mempty_RDR
1482.71 s
[ghcide] mappend_RDR
1482.71 s
[ghcide] varQual_RDR
1482.71 s
[ghcide] tcQual_RDR
1482.71 s
[ghcide] clsQual_RDR
1482.71 s
[ghcide] dataQual_RDR
1482.71 s
[ghcide] wildCardName
1482.71 s
[ghcide] runMainIOName
1482.71 s
[ghcide] runRWName
1482.71 s
[ghcide] orderingTyConName
1482.71 s
[ghcide] ordLTDataConName
1482.71 s
[ghcide] ordEQDataConName
1482.71 s
[ghcide] ordGTDataConName
1482.71 s
[ghcide] specTyConName
1482.71 s
[ghcide] eitherTyConName
1482.71 s
[ghcide] leftDataConName
1482.71 s
[ghcide] rightDataConName
1482.71 s
[ghcide] voidTyConName
1482.71 s
[ghcide] v1TyConName
1482.71 s
[ghcide] u1TyConName
1482.71 s
[ghcide] par1TyConName
1482.71 s
[ghcide] rec1TyConName
1482.71 s
[ghcide] k1TyConName
1482.71 s
[ghcide] m1TyConName
1482.71 s
[ghcide] sumTyConName
1482.71 s
[ghcide] prodTyConName
1482.71 s
[ghcide] compTyConName
1482.71 s
[ghcide] rTyConName
1482.71 s
[ghcide] dTyConName
1482.71 s
[ghcide] cTyConName
1482.71 s
[ghcide] sTyConName
1482.71 s
[ghcide] rec0TyConName
1482.71 s
[ghcide] d1TyConName
1482.71 s
[ghcide] c1TyConName
1482.71 s
[ghcide] s1TyConName
1482.71 s
[ghcide] repTyConName
1482.71 s
[ghcide] rep1TyConName
1482.71 s
[ghcide] uRecTyConName
1482.71 s
[ghcide] uAddrTyConName
1482.71 s
[ghcide] uCharTyConName
1482.71 s
[ghcide] uDoubleTyConName
1482.71 s
[ghcide] uFloatTyConName
1482.71 s
[ghcide] uIntTyConName
1482.71 s
[ghcide] uWordTyConName
1482.71 s
[ghcide] prefixIDataConName
1482.71 s
[ghcide] infixIDataConName
1482.71 s
[ghcide] leftAssociativeDataConName
1482.71 s
[ghcide] rightAssociativeDataConName
1482.71 s
[ghcide] notAssociativeDataConName
1482.71 s
[ghcide] sourceUnpackDataConName
1482.71 s
[ghcide] sourceNoUnpackDataConName
1482.71 s
[ghcide] noSourceUnpackednessDataConName
1482.71 s
[ghcide] sourceLazyDataConName
1482.71 s
[ghcide] sourceStrictDataConName
1482.71 s
[ghcide] noSourceStrictnessDataConName
1482.71 s
[ghcide] decidedLazyDataConName
1482.71 s
[ghcide] decidedStrictDataConName
1482.71 s
[ghcide] decidedUnpackDataConName
1482.71 s
[ghcide] metaDataDataConName
1482.71 s
[ghcide] metaConsDataConName
1482.71 s
[ghcide] metaSelDataConName
1482.71 s
[ghcide] divIntName
1482.71 s
[ghcide] modIntName
1482.71 s
[ghcide] cstringLengthName
1482.71 s
[ghcide] eqStringName
1482.71 s
[ghcide] unpackCStringName
1482.71 s
[ghcide] unpackCStringAppendName
1482.71 s
[ghcide] unpackCStringFoldrName
1482.71 s
[ghcide] unpackCStringUtf8Name
1482.71 s
[ghcide] unpackCStringAppendUtf8Name
1482.71 s
[ghcide] unpackCStringFoldrUtf8Name
1482.71 s
[ghcide] inlineIdName
1482.71 s
[ghcide] eqClassName
1482.71 s
[ghcide] eqName
1482.71 s
[ghcide] ordClassName
1482.71 s
[ghcide] geName
1482.71 s
[ghcide] functorClassName
1482.71 s
[ghcide] fmapName
1482.71 s
[ghcide] monadClassName
1482.71 s
[ghcide] thenMName
1482.71 s
[ghcide] bindMName
1482.71 s
[ghcide] returnMName
1482.71 s
[ghcide] monadFailClassName
1482.71 s
[ghcide] failMName
1482.71 s
[ghcide] applicativeClassName
1482.71 s
[ghcide] apAName
1482.71 s
[ghcide] pureAName
1482.71 s
[ghcide] thenAName
1482.71 s
[ghcide] foldableClassName
1482.71 s
[ghcide] traversableClassName
1482.71 s
[ghcide] semigroupClassName
1482.71 s
[ghcide] sappendName
1482.71 s
[ghcide] monoidClassName
1482.71 s
[ghcide] memptyName
1482.71 s
[ghcide] mappendName
1482.71 s
[ghcide] mconcatName
1482.71 s
[ghcide] joinMName
1482.71 s
[ghcide] alternativeClassName
1482.71 s
[ghcide] joinMIdKey
1482.71 s
[ghcide] apAClassOpKey
1482.71 s
[ghcide] pureAClassOpKey
1482.71 s
[ghcide] thenAClassOpKey
1482.71 s
[ghcide] alternativeClassKey
1482.71 s
[ghcide] considerAccessibleName
1482.71 s
[ghcide] dollarName
1482.71 s
[ghcide] otherwiseIdName
1482.71 s
[ghcide] foldrName
1482.71 s
[ghcide] buildName
1482.71 s
[ghcide] augmentName
1482.71 s
[ghcide] mapName
1482.71 s
[ghcide] appendName
1482.71 s
[ghcide] assertName
1482.71 s
[ghcide] fromStringName
1482.71 s
[ghcide] numClassName
1482.71 s
[ghcide] fromIntegerName
1482.71 s
[ghcide] minusName
1482.71 s
[ghcide] negateName
1482.71 s
[ghcide] bnbVarQual
1482.71 s
[ghcide] bnnVarQual
1482.71 s
[ghcide] bniVarQual
1482.71 s
[ghcide] bignatFromWordListName
1482.71 s
[ghcide] bignatEqName
1482.71 s
[ghcide] bignatCompareName
1482.71 s
[ghcide] bignatCompareWordName
1482.71 s
[ghcide] naturalToWordName
1482.71 s
[ghcide] naturalPopCountName
1482.71 s
[ghcide] naturalShiftRName
1482.71 s
[ghcide] naturalShiftLName
1482.71 s
[ghcide] naturalAddName
1482.71 s
[ghcide] naturalSubName
1482.71 s
[ghcide] naturalSubThrowName
1482.71 s
[ghcide] naturalSubUnsafeName
1482.71 s
[ghcide] naturalMulName
1482.71 s
[ghcide] naturalQuotRemName
1482.71 s
[ghcide] naturalQuotName
1482.71 s
[ghcide] naturalRemName
1482.71 s
[ghcide] naturalAndName
1482.71 s
[ghcide] naturalAndNotName
1482.71 s
[ghcide] naturalOrName
1482.71 s
[ghcide] naturalXorName
1482.71 s
[ghcide] naturalTestBitName
1482.71 s
[ghcide] naturalBitName
1482.71 s
[ghcide] naturalGcdName
1482.71 s
[ghcide] naturalLcmName
1482.71 s
[ghcide] naturalLog2Name
1482.71 s
[ghcide] naturalLogBaseWordName
1482.71 s
[ghcide] naturalLogBaseName
1482.71 s
[ghcide] naturalPowModName
1482.71 s
[ghcide] naturalSizeInBaseName
1482.71 s
[ghcide] integerFromNaturalName
1482.71 s
[ghcide] integerToNaturalClampName
1482.71 s
[ghcide] integerToNaturalThrowName
1482.71 s
[ghcide] integerToNaturalName
1482.71 s
[ghcide] integerToWordName
1482.71 s
[ghcide] integerToIntName
1482.71 s
[ghcide] integerToWord64Name
1482.71 s
[ghcide] integerToInt64Name
1482.71 s
[ghcide] integerFromWordName
1482.71 s
[ghcide] integerFromWord64Name
1482.71 s
[ghcide] integerFromInt64Name
1482.71 s
[ghcide] integerAddName
1482.71 s
[ghcide] integerMulName
1482.71 s
[ghcide] integerSubName
1482.71 s
[ghcide] integerNegateName
1482.71 s
[ghcide] integerAbsName
1482.71 s
[ghcide] integerPopCountName
1482.71 s
[ghcide] integerQuotName
1482.71 s
[ghcide] integerRemName
1482.71 s
[ghcide] integerDivName
1482.71 s
[ghcide] integerModName
1482.71 s
[ghcide] integerDivModName
1482.71 s
[ghcide] integerQuotRemName
1482.71 s
[ghcide] integerEncodeFloatName
1482.71 s
[ghcide] integerEncodeDoubleName
1482.71 s
[ghcide] integerGcdName
1482.71 s
[ghcide] integerLcmName
1482.71 s
[ghcide] integerAndName
1482.71 s
[ghcide] integerOrName
1482.71 s
[ghcide] integerXorName
1482.71 s
[ghcide] integerComplementName
1482.71 s
[ghcide] integerBitName
1482.71 s
[ghcide] integerTestBitName
1482.71 s
[ghcide] integerShiftLName
1482.71 s
[ghcide] integerShiftRName
1482.71 s
[ghcide] rationalTyConName
1482.71 s
[ghcide] ratioTyConName
1482.71 s
[ghcide] ratioDataConName
1482.71 s
[ghcide] realClassName
1482.71 s
[ghcide] integralClassName
1482.71 s
[ghcide] realFracClassName
1482.71 s
[ghcide] fractionalClassName
1482.71 s
[ghcide] fromRationalName
1482.71 s
[ghcide] toIntegerName
1482.71 s
[ghcide] toRationalName
1482.71 s
[ghcide] fromIntegralName
1482.71 s
[ghcide] realToFracName
1482.71 s
[ghcide] mkRationalBase2Name
1482.71 s
[ghcide] mkRationalBase10Name
1482.71 s
[ghcide] floatingClassName
1482.71 s
[ghcide] realFloatClassName
1482.71 s
[ghcide] integerToFloatName
1482.71 s
[ghcide] integerToDoubleName
1482.71 s
[ghcide] naturalToFloatName
1482.71 s
[ghcide] naturalToDoubleName
1482.71 s
[ghcide] rationalToFloatName
1482.71 s
[ghcide] rationalToDoubleName
1482.71 s
[ghcide] ixClassName
1482.71 s
[ghcide] trModuleTyConName
1482.71 s
[ghcide] trModuleDataConName
1482.71 s
[ghcide] trNameTyConName
1482.71 s
[ghcide] trNameSDataConName
1482.71 s
[ghcide] trNameDDataConName
1482.71 s
[ghcide] trTyConTyConName
1482.71 s
[ghcide] trTyConDataConName
1482.71 s
[ghcide] kindRepTyConName
1482.71 s
[ghcide] kindRepTyConAppDataConName
1482.71 s
[ghcide] kindRepVarDataConName
1482.71 s
[ghcide] kindRepAppDataConName
1482.71 s
[ghcide] kindRepFunDataConName
1482.71 s
[ghcide] kindRepTYPEDataConName
1482.71 s
[ghcide] kindRepTypeLitSDataConName
1482.71 s
[ghcide] kindRepTypeLitDDataConName
1482.71 s
[ghcide] typeLitSortTyConName
1482.71 s
[ghcide] typeLitSymbolDataConName
1482.71 s
[ghcide] typeLitNatDataConName
1482.71 s
[ghcide] typeLitCharDataConName
1482.71 s
[ghcide] typeableClassName
1482.71 s
[ghcide] typeRepTyConName
1482.71 s
[ghcide] someTypeRepTyConName
1482.71 s
[ghcide] someTypeRepDataConName
1482.71 s
[ghcide] typeRepIdName
1482.71 s
[ghcide] mkTrTypeName
1482.71 s
[ghcide] mkTrConName
1482.71 s
[ghcide] mkTrAppName
1482.71 s
[ghcide] mkTrFunName
1482.71 s
[ghcide] typeNatTypeRepName
1482.71 s
[ghcide] typeSymbolTypeRepName
1482.71 s
[ghcide] typeCharTypeRepName
1482.71 s
[ghcide] trGhcPrimModuleName
1482.71 s
[ghcide] starKindRepName
1482.71 s
[ghcide] starArrStarKindRepName
1482.71 s
[ghcide] starArrStarArrStarKindRepName
1482.71 s
[ghcide] constraintKindRepName
1482.71 s
[ghcide] withDictClassName
1482.71 s
[ghcide] nonEmptyTyConName
1482.71 s
[ghcide] errorMessageTypeErrorFamName
1482.71 s
[ghcide] typeErrorTextDataConName
1482.71 s
[ghcide] typeErrorAppendDataConName
1482.71 s
[ghcide] typeErrorVAppendDataConName
1482.71 s
[ghcide] typeErrorShowTypeDataConName
1482.71 s
[ghcide] unsafeEqualityProofName
1482.71 s
[ghcide] unsafeEqualityTyConName
1482.71 s
[ghcide] unsafeReflDataConName
1482.71 s
[ghcide] unsafeCoercePrimName
1482.71 s
[ghcide] toDynName
1482.71 s
[ghcide] dataClassName
1482.71 s
[ghcide] assertErrorName
1482.71 s
[ghcide] traceName
1482.71 s
[ghcide] enumClassName
1482.71 s
[ghcide] enumFromName
1482.71 s
[ghcide] enumFromToName
1482.71 s
[ghcide] enumFromThenName
1482.71 s
[ghcide] enumFromThenToName
1482.71 s
[ghcide] boundedClassName
1482.71 s
[ghcide] concatName
1482.71 s
[ghcide] filterName
1482.71 s
[ghcide] zipName
1482.71 s
[ghcide] isListClassName
1482.71 s
[ghcide] fromListName
1482.71 s
[ghcide] fromListNName
1482.71 s
[ghcide] toListName
1482.71 s
[ghcide] getFieldName
1482.71 s
[ghcide] setFieldName
1482.71 s
[ghcide] showClassName
1482.71 s
[ghcide] readClassName
1482.71 s
[ghcide] genClassName
1482.71 s
[ghcide] gen1ClassName
1482.71 s
[ghcide] datatypeClassName
1482.71 s
[ghcide] constructorClassName
1482.71 s
[ghcide] selectorClassName
1482.71 s
[ghcide] genericClassNames
1482.71 s
[ghcide] ghciIoClassName
1482.71 s
[ghcide] ghciStepIoMName
1482.71 s
[ghcide] ioTyConName
1482.71 s
[ghcide] ioDataConName
1482.71 s
[ghcide] thenIOName
1482.71 s
[ghcide] bindIOName
1482.71 s
[ghcide] returnIOName
1482.71 s
[ghcide] failIOName
1482.71 s
[ghcide] int8TyConName
1482.71 s
[ghcide] int16TyConName
1482.71 s
[ghcide] int32TyConName
1482.71 s
[ghcide] int64TyConName
1482.71 s
[ghcide] word8TyConName
1482.71 s
[ghcide] word16TyConName
1482.71 s
[ghcide] word32TyConName
1482.71 s
[ghcide] word64TyConName
1482.71 s
[ghcide] ptrTyConName
1482.71 s
[ghcide] funPtrTyConName
1482.71 s
[ghcide] stablePtrTyConName
1482.71 s
[ghcide] newStablePtrName
1482.71 s
[ghcide] monadFixClassName
1482.71 s
[ghcide] mfixName
1482.71 s
[ghcide] arrAName
1482.71 s
[ghcide] composeAName
1482.71 s
[ghcide] firstAName
1482.71 s
[ghcide] appAName
1482.71 s
[ghcide] choiceAName
1482.71 s
[ghcide] loopAName
1482.71 s
[ghcide] guardMName
1482.71 s
[ghcide] liftMName
1482.71 s
[ghcide] mzipName
1482.71 s
[ghcide] toAnnotationWrapperName
1482.71 s
[ghcide] monadPlusClassName
1482.71 s
[ghcide] isStringClassName
1482.71 s
[ghcide] knownNatClassName
1482.71 s
[ghcide] knownSymbolClassName
1482.71 s
[ghcide] knownCharClassName
1482.71 s
[ghcide] fromLabelClassOpName
1482.71 s
[ghcide] ipClassName
1482.71 s
[ghcide] hasFieldClassName
1482.71 s
[ghcide] callStackTyConName
1482.71 s
[ghcide] emptyCallStackName
1482.71 s
[ghcide] pushCallStackName
1482.71 s
[ghcide] srcLocDataConName
1482.71 s
[ghcide] pLUGINS
1482.71 s
[ghcide] pluginTyConName
1482.71 s
[ghcide] frontendPluginTyConName
1482.71 s
[ghcide] makeStaticName
1482.71 s
[ghcide] staticPtrInfoTyConName
1482.71 s
[ghcide] staticPtrInfoDataConName
1482.71 s
[ghcide] staticPtrTyConName
1482.71 s
[ghcide] staticPtrDataConName
1482.71 s
[ghcide] fromStaticPtrName
1482.71 s
[ghcide] fingerprintDataConName
1482.71 s
[ghcide] constPtrConName
1482.71 s
[ghcide] varQual
1482.71 s
[ghcide] tcQual
1482.71 s
[ghcide] clsQual
1482.71 s
[ghcide] dcQual
1482.71 s
[ghcide] mk_known_key_name
1482.71 s
[ghcide] boundedClassKey
1482.71 s
[ghcide] enumClassKey
1482.71 s
[ghcide] eqClassKey
1482.71 s
[ghcide] floatingClassKey
1482.71 s
[ghcide] fractionalClassKey
1482.71 s
[ghcide] integralClassKey
1482.71 s
[ghcide] monadClassKey
1482.71 s
[ghcide] dataClassKey
1482.71 s
[ghcide] functorClassKey
1482.71 s
[ghcide] numClassKey
1482.71 s
[ghcide] ordClassKey
1482.71 s
[ghcide] readClassKey
1482.71 s
[ghcide] realClassKey
1482.71 s
[ghcide] realFloatClassKey
1482.71 s
[ghcide] realFracClassKey
1482.71 s
[ghcide] showClassKey
1482.71 s
[ghcide] ixClassKey
1482.71 s
[ghcide] typeableClassKey
1482.71 s
[ghcide] withDictClassKey
1482.71 s
[ghcide] monadFixClassKey
1482.71 s
[ghcide] monadFailClassKey
1482.71 s
[ghcide] monadPlusClassKey
1482.71 s
[ghcide] randomClassKey
1482.71 s
[ghcide] randomGenClassKey
1482.71 s
[ghcide] isStringClassKey
1482.71 s
[ghcide] applicativeClassKey
1482.71 s
[ghcide] foldableClassKey
1482.71 s
[ghcide] traversableClassKey
1482.71 s
[ghcide] genClassKey
1482.71 s
[ghcide] gen1ClassKey
1482.71 s
[ghcide] datatypeClassKey
1482.71 s
[ghcide] constructorClassKey
1482.71 s
[ghcide] selectorClassKey
1482.71 s
[ghcide] knownNatClassNameKey
1482.71 s
[ghcide] knownSymbolClassNameKey
1482.71 s
[ghcide] knownCharClassNameKey
1482.71 s
[ghcide] ghciIoClassKey
1482.71 s
[ghcide] semigroupClassKey
1482.71 s
[ghcide] monoidClassKey
1482.71 s
[ghcide] ipClassKey
1482.71 s
[ghcide] hasFieldClassNameKey
1482.71 s
[ghcide] addrPrimTyConKey
1482.71 s
[ghcide] arrayPrimTyConKey
1482.71 s
[ghcide] boolTyConKey
1482.71 s
[ghcide] byteArrayPrimTyConKey
1482.71 s
[ghcide] stringTyConKey
1482.71 s
[ghcide] charPrimTyConKey
1482.71 s
[ghcide] charTyConKey
1482.71 s
[ghcide] doublePrimTyConKey
1482.71 s
[ghcide] doubleTyConKey
1482.71 s
[ghcide] floatPrimTyConKey
1482.71 s
[ghcide] floatTyConKey
1482.71 s
[ghcide] fUNTyConKey
1482.71 s
[ghcide] intPrimTyConKey
1482.71 s
[ghcide] intTyConKey
1482.71 s
[ghcide] int8PrimTyConKey
1482.71 s
[ghcide] int8TyConKey
1482.71 s
[ghcide] int16PrimTyConKey
1482.71 s
[ghcide] int16TyConKey
1482.71 s
[ghcide] int32PrimTyConKey
1482.71 s
[ghcide] int32TyConKey
1482.71 s
[ghcide] int64PrimTyConKey
1482.71 s
[ghcide] int64TyConKey
1482.71 s
[ghcide] integerTyConKey
1482.71 s
[ghcide] naturalTyConKey
1482.71 s
[ghcide] listTyConKey
1482.71 s
[ghcide] foreignObjPrimTyConKey
1482.71 s
[ghcide] maybeTyConKey
1482.71 s
[ghcide] weakPrimTyConKey
1482.71 s
[ghcide] mutableArrayPrimTyConKey
1482.71 s
[ghcide] mutableByteArrayPrimTyConKey
1482.71 s
[ghcide] orderingTyConKey
1482.71 s
[ghcide] mVarPrimTyConKey
1482.71 s
[ghcide] ioPortPrimTyConKey
1482.71 s
[ghcide] ratioTyConKey
1482.71 s
[ghcide] rationalTyConKey
1482.71 s
[ghcide] realWorldTyConKey
1482.71 s
[ghcide] stablePtrPrimTyConKey
1482.71 s
[ghcide] stablePtrTyConKey
1482.71 s
[ghcide] eqTyConKey
1482.71 s
[ghcide] heqTyConKey
1482.71 s
[ghcide] ctArrowTyConKey
1482.71 s
[ghcide] ccArrowTyConKey
1482.71 s
[ghcide] tcArrowTyConKey
1482.71 s
[ghcide] statePrimTyConKey
1482.71 s
[ghcide] stableNamePrimTyConKey
1482.71 s
[ghcide] stableNameTyConKey
1482.71 s
[ghcide] eqPrimTyConKey
1482.71 s
[ghcide] eqReprPrimTyConKey
1482.71 s
[ghcide] eqPhantPrimTyConKey
1482.71 s
[ghcide] mutVarPrimTyConKey
1482.71 s
[ghcide] ioTyConKey
1482.71 s
[ghcide] wordPrimTyConKey
1482.71 s
[ghcide] wordTyConKey
1482.71 s
[ghcide] word8PrimTyConKey
1482.71 s
[ghcide] word8TyConKey
1482.71 s
[ghcide] word16PrimTyConKey
1482.71 s
[ghcide] word16TyConKey
1482.71 s
[ghcide] word32PrimTyConKey
1482.71 s
[ghcide] word32TyConKey
1482.71 s
[ghcide] word64PrimTyConKey
1482.71 s
[ghcide] word64TyConKey
1482.71 s
[ghcide] kindConKey
1482.71 s
[ghcide] boxityConKey
1482.71 s
[ghcide] typeConKey
1482.71 s
[ghcide] threadIdPrimTyConKey
1482.71 s
[ghcide] bcoPrimTyConKey
1482.71 s
[ghcide] ptrTyConKey
1482.71 s
[ghcide] funPtrTyConKey
1482.71 s
[ghcide] tVarPrimTyConKey
1482.71 s
[ghcide] compactPrimTyConKey
1482.71 s
[ghcide] stackSnapshotPrimTyConKey
1482.71 s
[ghcide] promptTagPrimTyConKey
1482.71 s
[ghcide] eitherTyConKey
1482.71 s
[ghcide] voidTyConKey
1482.71 s
[ghcide] nonEmptyTyConKey
1482.71 s
[ghcide] dictTyConKey
1482.71 s
[ghcide] liftedTypeKindTyConKey
1482.71 s
[ghcide] unliftedTypeKindTyConKey
1482.71 s
[ghcide] tYPETyConKey
1482.71 s
[ghcide] cONSTRAINTTyConKey
1482.71 s
[ghcide] constraintKindTyConKey
1482.71 s
[ghcide] levityTyConKey
1482.71 s
[ghcide] runtimeRepTyConKey
1482.71 s
[ghcide] vecCountTyConKey
1482.71 s
[ghcide] vecElemTyConKey
1482.71 s
[ghcide] liftedRepTyConKey
1482.71 s
[ghcide] unliftedRepTyConKey
1482.71 s
[ghcide] zeroBitRepTyConKey
1482.71 s
[ghcide] zeroBitTypeTyConKey
1482.71 s
[ghcide] pluginTyConKey
1482.71 s
[ghcide] frontendPluginTyConKey
1482.71 s
[ghcide] trTyConTyConKey
1482.71 s
[ghcide] trModuleTyConKey
1482.71 s
[ghcide] trNameTyConKey
1482.71 s
[ghcide] kindRepTyConKey
1482.71 s
[ghcide] typeLitSortTyConKey
1482.71 s
[ghcide] v1TyConKey
1482.71 s
[ghcide] u1TyConKey
1482.71 s
[ghcide] par1TyConKey
1482.71 s
[ghcide] rec1TyConKey
1482.71 s
[ghcide] k1TyConKey
1482.71 s
[ghcide] m1TyConKey
1482.71 s
[ghcide] sumTyConKey
1482.71 s
[ghcide] prodTyConKey
1482.71 s
[ghcide] compTyConKey
1482.71 s
[ghcide] rTyConKey
1482.71 s
[ghcide] dTyConKey
1482.71 s
[ghcide] cTyConKey
1482.71 s
[ghcide] sTyConKey
1482.71 s
[ghcide] rec0TyConKey
1482.71 s
[ghcide] d1TyConKey
1482.71 s
[ghcide] c1TyConKey
1482.71 s
[ghcide] s1TyConKey
1482.71 s
[ghcide] repTyConKey
1482.71 s
[ghcide] rep1TyConKey
1482.71 s
[ghcide] uRecTyConKey
1482.71 s
[ghcide] uAddrTyConKey
1482.71 s
[ghcide] uCharTyConKey
1482.71 s
[ghcide] uDoubleTyConKey
1482.71 s
[ghcide] uFloatTyConKey
1482.71 s
[ghcide] uIntTyConKey
1482.71 s
[ghcide] uWordTyConKey
1482.71 s
[ghcide] errorMessageTypeErrorFamKey
1482.71 s
[ghcide] coercibleTyConKey
1482.71 s
[ghcide] proxyPrimTyConKey
1482.71 s
[ghcide] specTyConKey
1482.71 s
[ghcide] anyTyConKey
1482.71 s
[ghcide] smallArrayPrimTyConKey
1482.71 s
[ghcide] smallMutableArrayPrimTyConKey
1482.71 s
[ghcide] staticPtrTyConKey
1482.71 s
[ghcide] staticPtrInfoTyConKey
1482.71 s
[ghcide] callStackTyConKey
1482.71 s
[ghcide] typeRepTyConKey
1482.71 s
[ghcide] someTypeRepTyConKey
1482.71 s
[ghcide] someTypeRepDataConKey
1482.71 s
[ghcide] typeSymbolAppendFamNameKey
1482.71 s
[ghcide] unsafeEqualityTyConKey
1482.71 s
[ghcide] multiplicityTyConKey
1482.71 s
[ghcide] unrestrictedFunTyConKey
1482.71 s
[ghcide] multMulTyConKey
1482.71 s
[ghcide] int8X16PrimTyConKey
1482.71 s
[ghcide] int16X8PrimTyConKey
1482.71 s
[ghcide] int32X4PrimTyConKey
1482.71 s
[ghcide] int64X2PrimTyConKey
1482.71 s
[ghcide] int8X32PrimTyConKey
1482.71 s
[ghcide] int16X16PrimTyConKey
1482.71 s
[ghcide] int32X8PrimTyConKey
1482.71 s
[ghcide] int64X4PrimTyConKey
1482.71 s
[ghcide] int8X64PrimTyConKey
1482.71 s
[ghcide] int16X32PrimTyConKey
1482.71 s
[ghcide] int32X16PrimTyConKey
1482.71 s
[ghcide] int64X8PrimTyConKey
1482.71 s
[ghcide] word8X16PrimTyConKey
1482.71 s
[ghcide] word16X8PrimTyConKey
1482.71 s
[ghcide] word32X4PrimTyConKey
1482.71 s
[ghcide] word64X2PrimTyConKey
1482.71 s
[ghcide] word8X32PrimTyConKey
1482.71 s
[ghcide] word16X16PrimTyConKey
1482.71 s
[ghcide] word32X8PrimTyConKey
1482.71 s
[ghcide] word64X4PrimTyConKey
1482.71 s
[ghcide] word8X64PrimTyConKey
1482.71 s
[ghcide] word16X32PrimTyConKey
1482.71 s
[ghcide] word32X16PrimTyConKey
1482.71 s
[ghcide] word64X8PrimTyConKey
1482.71 s
[ghcide] floatX4PrimTyConKey
1482.71 s
[ghcide] doubleX2PrimTyConKey
1482.71 s
[ghcide] floatX8PrimTyConKey
1482.71 s
[ghcide] doubleX4PrimTyConKey
1482.71 s
[ghcide] floatX16PrimTyConKey
1482.71 s
[ghcide] doubleX8PrimTyConKey
1482.71 s
[ghcide] typeSymbolKindConNameKey
1482.71 s
[ghcide] typeCharKindConNameKey
1482.71 s
[ghcide] typeNatAddTyFamNameKey
1482.71 s
[ghcide] typeNatMulTyFamNameKey
1482.71 s
[ghcide] typeNatExpTyFamNameKey
1482.71 s
[ghcide] typeNatSubTyFamNameKey
1482.71 s
[ghcide] typeSymbolCmpTyFamNameKey
1482.71 s
[ghcide] typeNatCmpTyFamNameKey
1482.71 s
[ghcide] typeCharCmpTyFamNameKey
1482.71 s
[ghcide] typeLeqCharTyFamNameKey
1482.71 s
[ghcide] typeNatDivTyFamNameKey
1482.71 s
[ghcide] typeNatModTyFamNameKey
1482.71 s
[ghcide] typeNatLogTyFamNameKey
1482.71 s
[ghcide] typeConsSymbolTyFamNameKey
1482.71 s
[ghcide] typeUnconsSymbolTyFamNameKey
1482.71 s
[ghcide] typeCharToNatTyFamNameKey
1482.71 s
[ghcide] typeNatToCharTyFamNameKey
1482.71 s
[ghcide] constPtrTyConKey
1482.72 s
[ghcide] charDataConKey
1482.72 s
[ghcide] consDataConKey
1482.72 s
[ghcide] doubleDataConKey
1482.72 s
[ghcide] falseDataConKey
1482.72 s
[ghcide] floatDataConKey
1482.72 s
[ghcide] intDataConKey
1482.72 s
[ghcide] nothingDataConKey
1482.72 s
[ghcide] justDataConKey
1482.72 s
[ghcide] eqDataConKey
1482.72 s
[ghcide] nilDataConKey
1482.72 s
[ghcide] ratioDataConKey
1482.72 s
[ghcide] word8DataConKey
1482.72 s
[ghcide] stableNameDataConKey
1482.72 s
[ghcide] trueDataConKey
1482.72 s
[ghcide] wordDataConKey
1482.72 s
[ghcide] ioDataConKey
1482.72 s
[ghcide] heqDataConKey
1482.72 s
[ghcide] crossDataConKey
1482.72 s
[ghcide] inlDataConKey
1482.72 s
[ghcide] inrDataConKey
1482.72 s
[ghcide] genUnitDataConKey
1482.72 s
[ghcide] leftDataConKey
1482.72 s
[ghcide] rightDataConKey
1482.72 s
[ghcide] ordLTDataConKey
1482.72 s
[ghcide] ordEQDataConKey
1482.72 s
[ghcide] ordGTDataConKey
1482.72 s
[ghcide] mkDictDataConKey
1482.72 s
[ghcide] coercibleDataConKey
1482.72 s
[ghcide] staticPtrDataConKey
1482.72 s
[ghcide] staticPtrInfoDataConKey
1482.72 s
[ghcide] fingerprintDataConKey
1482.72 s
[ghcide] srcLocDataConKey
1482.72 s
[ghcide] trTyConDataConKey
1482.72 s
[ghcide] trModuleDataConKey
1482.72 s
[ghcide] trNameSDataConKey
1482.72 s
[ghcide] trNameDDataConKey
1482.72 s
[ghcide] trGhcPrimModuleKey
1482.72 s
[ghcide] typeErrorTextDataConKey
1482.72 s
[ghcide] typeErrorAppendDataConKey
1482.72 s
[ghcide] typeErrorVAppendDataConKey
1482.72 s
[ghcide] typeErrorShowTypeDataConKey
1482.72 s
[ghcide] prefixIDataConKey
1482.72 s
[ghcide] infixIDataConKey
1482.72 s
[ghcide] leftAssociativeDataConKey
1482.72 s
[ghcide] rightAssociativeDataConKey
1482.72 s
[ghcide] notAssociativeDataConKey
1482.72 s
[ghcide] sourceUnpackDataConKey
1482.72 s
[ghcide] sourceNoUnpackDataConKey
1482.72 s
[ghcide] noSourceUnpackednessDataConKey
1482.72 s
[ghcide] sourceLazyDataConKey
1482.72 s
[ghcide] sourceStrictDataConKey
1482.72 s
[ghcide] noSourceStrictnessDataConKey
1482.72 s
[ghcide] decidedLazyDataConKey
1482.72 s
[ghcide] decidedStrictDataConKey
1482.72 s
[ghcide] decidedUnpackDataConKey
1482.72 s
[ghcide] metaDataDataConKey
1482.72 s
[ghcide] metaConsDataConKey
1482.72 s
[ghcide] metaSelDataConKey
1482.72 s
[ghcide] vecRepDataConKey
1482.72 s
[ghcide] tupleRepDataConKey
1482.72 s
[ghcide] sumRepDataConKey
1482.72 s
[ghcide] boxedRepDataConKey
1482.72 s
[ghcide] boxedRepDataConTyConKey
1482.72 s
[ghcide] tupleRepDataConTyConKey
1482.72 s
[ghcide] runtimeRepSimpleDataConKeys
1482.72 s
[ghcide] liftedDataConKey
1482.72 s
[ghcide] unliftedDataConKey
1482.72 s
[ghcide] vecCountDataConKeys
1482.72 s
[ghcide] vecElemDataConKeys
1482.72 s
[ghcide] kindRepTyConAppDataConKey
1482.72 s
[ghcide] kindRepVarDataConKey
1482.72 s
[ghcide] kindRepAppDataConKey
1482.72 s
[ghcide] kindRepFunDataConKey
1482.72 s
[ghcide] kindRepTYPEDataConKey
1482.72 s
[ghcide] kindRepTypeLitSDataConKey
1482.72 s
[ghcide] kindRepTypeLitDDataConKey
1482.72 s
[ghcide] typeLitSymbolDataConKey
1482.72 s
[ghcide] typeLitNatDataConKey
1482.72 s
[ghcide] typeLitCharDataConKey
1482.72 s
[ghcide] unsafeReflDataConKey
1482.72 s
[ghcide] oneDataConKey
1482.72 s
[ghcide] manyDataConKey
1482.72 s
[ghcide] integerISDataConKey
1482.72 s
[ghcide] integerINDataConKey
1482.72 s
[ghcide] integerIPDataConKey
1482.72 s
[ghcide] naturalNSDataConKey
1482.72 s
[ghcide] naturalNBDataConKey
1482.72 s
[ghcide] wildCardKey
1482.72 s
[ghcide] absentErrorIdKey
1482.72 s
[ghcide] absentConstraintErrorIdKey
1482.72 s
[ghcide] augmentIdKey
1482.72 s
[ghcide] appendIdKey
1482.72 s
[ghcide] buildIdKey
1482.72 s
[ghcide] foldrIdKey
1482.72 s
[ghcide] recSelErrorIdKey
1482.72 s
[ghcide] seqIdKey
1482.72 s
[ghcide] absentSumFieldErrorIdKey
1482.72 s
[ghcide] eqStringIdKey
1482.72 s
[ghcide] noMethodBindingErrorIdKey
1482.72 s
[ghcide] nonExhaustiveGuardsErrorIdKey
1482.72 s
[ghcide] impossibleErrorIdKey
1482.72 s
[ghcide] impossibleConstraintErrorIdKey
1482.72 s
[ghcide] patErrorIdKey
1482.72 s
[ghcide] realWorldPrimIdKey
1482.72 s
[ghcide] recConErrorIdKey
1482.72 s
[ghcide] unpackCStringUtf8IdKey
1482.72 s
[ghcide] unpackCStringAppendUtf8IdKey
1482.72 s
[ghcide] unpackCStringFoldrUtf8IdKey
1482.72 s
[ghcide] unpackCStringIdKey
1482.72 s
[ghcide] unpackCStringAppendIdKey
1482.72 s
[ghcide] unpackCStringFoldrIdKey
1482.72 s
[ghcide] voidPrimIdKey
1482.72 s
[ghcide] typeErrorIdKey
1482.72 s
[ghcide] divIntIdKey
1482.72 s
[ghcide] modIntIdKey
1482.72 s
[ghcide] cstringLengthIdKey
1482.72 s
[ghcide] concatIdKey
1482.72 s
[ghcide] filterIdKey
1482.72 s
[ghcide] zipIdKey
1482.72 s
[ghcide] bindIOIdKey
1482.72 s
[ghcide] returnIOIdKey
1482.72 s
[ghcide] newStablePtrIdKey
1482.72 s
[ghcide] printIdKey
1482.72 s
[ghcide] failIOIdKey
1482.72 s
[ghcide] nullAddrIdKey
1482.72 s
[ghcide] voidArgIdKey
1482.72 s
[ghcide] otherwiseIdKey
1482.72 s
[ghcide] assertIdKey
1482.72 s
[ghcide] leftSectionKey
1482.72 s
[ghcide] rightSectionKey
1482.72 s
[ghcide] rootMainKey
1482.72 s
[ghcide] runMainKey
1482.72 s
[ghcide] thenIOIdKey
1482.72 s
[ghcide] lazyIdKey
1482.72 s
[ghcide] assertErrorIdKey
1482.72 s
[ghcide] oneShotKey
1482.72 s
[ghcide] runRWKey
1482.72 s
[ghcide] traceKey
1482.72 s
[ghcide] nospecIdKey
1482.72 s
[ghcide] inlineIdKey
1482.72 s
[ghcide] mapIdKey
1482.72 s
[ghcide] dollarIdKey
1482.72 s
[ghcide] coercionTokenIdKey
1482.72 s
[ghcide] considerAccessibleIdKey
1482.72 s
[ghcide] noinlineIdKey
1482.72 s
[ghcide] noinlineConstraintIdKey
1482.72 s
[ghcide] integerToFloatIdKey
1482.72 s
[ghcide] integerToDoubleIdKey
1482.72 s
[ghcide] naturalToFloatIdKey
1482.72 s
[ghcide] naturalToDoubleIdKey
1482.72 s
[ghcide] rationalToFloatIdKey
1482.72 s
[ghcide] rationalToDoubleIdKey
1482.72 s
[ghcide] coerceKey
1482.72 s
[ghcide] unboundKey
1482.72 s
[ghcide] fromIntegerClassOpKey
1482.72 s
[ghcide] minusClassOpKey
1482.72 s
[ghcide] fromRationalClassOpKey
1482.72 s
[ghcide] enumFromClassOpKey
1482.72 s
[ghcide] enumFromThenClassOpKey
1482.72 s
[ghcide] enumFromToClassOpKey
1482.72 s
[ghcide] enumFromThenToClassOpKey
1482.72 s
[ghcide] eqClassOpKey
1482.72 s
[ghcide] geClassOpKey
1482.72 s
[ghcide] negateClassOpKey
1482.72 s
[ghcide] bindMClassOpKey
1482.72 s
[ghcide] thenMClassOpKey
1482.72 s
[ghcide] fmapClassOpKey
1482.72 s
[ghcide] returnMClassOpKey
1482.72 s
[ghcide] mfixIdKey
1482.72 s
[ghcide] failMClassOpKey
1482.72 s
[ghcide] fromLabelClassOpKey
1482.72 s
[ghcide] arrAIdKey
1482.72 s
[ghcide] composeAIdKey
1482.72 s
[ghcide] firstAIdKey
1482.72 s
[ghcide] appAIdKey
1482.72 s
[ghcide] choiceAIdKey
1482.72 s
[ghcide] loopAIdKey
1482.72 s
[ghcide] fromStringClassOpKey
1482.72 s
[ghcide] toAnnotationWrapperIdKey
1482.72 s
[ghcide] fromIntegralIdKey
1482.72 s
[ghcide] realToFracIdKey
1482.72 s
[ghcide] toIntegerClassOpKey
1482.72 s
[ghcide] toRationalClassOpKey
1482.72 s
[ghcide] guardMIdKey
1482.72 s
[ghcide] liftMIdKey
1482.72 s
[ghcide] mzipIdKey
1482.72 s
[ghcide] ghciStepIoMClassOpKey
1482.72 s
[ghcide] isListClassKey
1482.72 s
[ghcide] fromListClassOpKey
1482.72 s
[ghcide] fromListNClassOpKey
1482.72 s
[ghcide] toListClassOpKey
1482.72 s
[ghcide] proxyHashKey
1482.72 s
[ghcide] mkTyConKey
1482.72 s
[ghcide] mkTrTypeKey
1482.72 s
[ghcide] mkTrConKey
1482.72 s
[ghcide] mkTrAppKey
1482.72 s
[ghcide] typeNatTypeRepKey
1482.72 s
[ghcide] typeSymbolTypeRepKey
1482.72 s
[ghcide] typeCharTypeRepKey
1482.72 s
[ghcide] typeRepIdKey
1482.72 s
[ghcide] mkTrFunKey
1482.72 s
[ghcide] trTYPEKey
1482.72 s
[ghcide] trTYPE'PtrRepLiftedKey
1482.72 s
[ghcide] trRuntimeRepKey
1482.72 s
[ghcide] tr'PtrRepLiftedKey
1482.72 s
[ghcide] trLiftedRepKey
1482.72 s
[ghcide] starKindRepKey
1482.72 s
[ghcide] starArrStarKindRepKey
1482.72 s
[ghcide] starArrStarArrStarKindRepKey
1482.72 s
[ghcide] constraintKindRepKey
1482.72 s
[ghcide] toDynIdKey
1482.72 s
[ghcide] bitIntegerIdKey
1482.72 s
[ghcide] eqSCSelIdKey
1482.72 s
[ghcide] heqSCSelIdKey
1482.72 s
[ghcide] coercibleSCSelIdKey
1482.72 s
[ghcide] sappendClassOpKey
1482.72 s
[ghcide] memptyClassOpKey
1482.72 s
[ghcide] mappendClassOpKey
1482.72 s
[ghcide] mconcatClassOpKey
1482.72 s
[ghcide] emptyCallStackKey
1482.72 s
[ghcide] pushCallStackKey
1482.72 s
[ghcide] fromStaticPtrClassOpKey
1482.72 s
[ghcide] makeStaticKey
1482.72 s
[ghcide] unsafeEqualityProofIdKey
1482.72 s
[ghcide] unsafeCoercePrimIdKey
1482.72 s
[ghcide] getFieldClassOpKey
1482.72 s
[ghcide] setFieldClassOpKey
1482.72 s
[ghcide] integerFromNaturalIdKey
1482.72 s
[ghcide] integerToNaturalClampIdKey
1482.72 s
[ghcide] integerToNaturalThrowIdKey
1482.72 s
[ghcide] integerToNaturalIdKey
1482.72 s
[ghcide] integerToWordIdKey
1482.72 s
[ghcide] integerToIntIdKey
1482.72 s
[ghcide] integerToWord64IdKey
1482.72 s
[ghcide] integerToInt64IdKey
1482.72 s
[ghcide] integerAddIdKey
1482.72 s
[ghcide] integerMulIdKey
1482.72 s
[ghcide] integerSubIdKey
1482.72 s
[ghcide] integerNegateIdKey
1482.72 s
[ghcide] integerAbsIdKey
1482.72 s
[ghcide] integerPopCountIdKey
1482.72 s
[ghcide] integerQuotIdKey
1482.72 s
[ghcide] integerRemIdKey
1482.72 s
[ghcide] integerDivIdKey
1482.72 s
[ghcide] integerModIdKey
1482.72 s
[ghcide] integerDivModIdKey
1482.72 s
[ghcide] integerQuotRemIdKey
1482.72 s
[ghcide] integerEncodeFloatIdKey
1482.72 s
[ghcide] integerEncodeDoubleIdKey
1482.72 s
[ghcide] integerGcdIdKey
1482.72 s
[ghcide] integerLcmIdKey
1482.72 s
[ghcide] integerAndIdKey
1482.72 s
[ghcide] integerOrIdKey
1482.72 s
[ghcide] integerXorIdKey
1482.72 s
[ghcide] integerComplementIdKey
1482.72 s
[ghcide] integerBitIdKey
1482.72 s
[ghcide] integerTestBitIdKey
1482.72 s
[ghcide] integerShiftLIdKey
1482.72 s
[ghcide] integerShiftRIdKey
1482.72 s
[ghcide] integerFromWordIdKey
1482.72 s
[ghcide] integerFromWord64IdKey
1482.72 s
[ghcide] integerFromInt64IdKey
1482.72 s
[ghcide] naturalToWordIdKey
1482.72 s
[ghcide] naturalPopCountIdKey
1482.72 s
[ghcide] naturalShiftRIdKey
1482.72 s
[ghcide] naturalShiftLIdKey
1482.72 s
[ghcide] naturalAddIdKey
1482.72 s
[ghcide] naturalSubIdKey
1482.72 s
[ghcide] naturalSubThrowIdKey
1482.72 s
[ghcide] naturalSubUnsafeIdKey
1482.72 s
[ghcide] naturalMulIdKey
1482.72 s
[ghcide] naturalQuotRemIdKey
1482.72 s
[ghcide] naturalQuotIdKey
1482.72 s
[ghcide] naturalRemIdKey
1482.72 s
[ghcide] naturalAndIdKey
1482.72 s
[ghcide] naturalAndNotIdKey
1482.72 s
[ghcide] naturalOrIdKey
1482.72 s
[ghcide] naturalXorIdKey
1482.72 s
[ghcide] naturalTestBitIdKey
1482.72 s
[ghcide] naturalBitIdKey
1482.72 s
[ghcide] naturalGcdIdKey
1482.72 s
[ghcide] naturalLcmIdKey
1482.72 s
[ghcide] naturalLog2IdKey
1482.72 s
[ghcide] naturalLogBaseWordIdKey
1482.72 s
[ghcide] naturalLogBaseIdKey
1482.72 s
[ghcide] naturalPowModIdKey
1482.72 s
[ghcide] naturalSizeInBaseIdKey
1482.72 s
[ghcide] bignatFromWordListIdKey
1482.72 s
[ghcide] bignatEqIdKey
1482.72 s
[ghcide] bignatCompareIdKey
1482.72 s
[ghcide] bignatCompareWordIdKey
1482.72 s
[ghcide] mkRationalBase2IdKey
1482.72 s
[ghcide] mkRationalBase10IdKey
1482.72 s
[ghcide] numericClassKeys
1482.72 s
[ghcide] fractionalClassKeys
1482.72 s
[ghcide] standardClassKeys
1482.72 s
[ghcide] derivableClassKeys
1482.72 s
[ghcide] interactiveClassNames
1482.72 s
[ghcide] interactiveClassKeys
1482.72 s
[ghcide] StrictnessMark
1482.72 s
[ghcide] DataConEnv
1482.72 s
[ghcide] promoteDataCon
1482.72 s
[ghcide] isUnboxedSumDataCon
1482.72 s
[ghcide] eqSpecTyVar
1482.72 s
[ghcide] eqSpecType
1482.72 s
[ghcide] eqSpecPair
1482.72 s
[ghcide] eqSpecPreds
1482.72 s
[ghcide] isBanged
1482.72 s
[ghcide] isSrcStrict
1482.72 s
[ghcide] isSrcUnpacked
1482.72 s
[ghcide] isMarkedStrict
1482.72 s
[ghcide] cbvFromStrictMark
1482.72 s
[ghcide] dataConTagZ
1482.72 s
[ghcide] dataConImplBangs
1482.72 s
[ghcide] dataConBoxer
1482.72 s
[ghcide] dataConOrigResTy
1482.72 s
[ghcide] dataConNonlinearType
1482.72 s
[ghcide] dataConDisplayType
1482.72 s
[ghcide] isTupleDataCon
1482.72 s
[ghcide] isBoxedTupleDataCon
1482.72 s
[ghcide] isUnboxedTupleDataCon
1482.72 s
[ghcide] isCovertGadtDataCon
1482.72 s
[ghcide] classDataCon
1482.72 s
[ghcide] dataConCannotMatch
1482.72 s
[ghcide] checkDataConTyVars
1482.72 s
[ghcide] dataConUserTyVarsNeedWrapper
1482.72 s
[ghcide] FamInstMatch
1482.72 s
[ghcide] FamInstEnv
1482.72 s
[ghcide] FamInstEnvs
1482.72 s
[ghcide] FamFlavor
1482.72 s
[ghcide] FamInst
1482.72 s
[ghcide] famInstAxiom
1482.72 s
[ghcide] famInstRHS
1482.72 s
[ghcide] famInstTyCon
1482.72 s
[ghcide] famInstsRepTyCons
1482.72 s
[ghcide] famInstRepTyCon_maybe
1482.72 s
[ghcide] dataFamInstRepTyCon
1482.72 s
[ghcide] orphNamesOfFamInst
1482.72 s
[ghcide] pprFamInsts
1482.72 s
[ghcide] mkImportedFamInst
1482.72 s
[ghcide] famInstEnvSize
1482.72 s
[ghcide] emptyFamInstEnv
1482.72 s
[ghcide] famInstEnvElts
1482.72 s
[ghcide] familyInstances
1482.72 s
[ghcide] familyNameInstances
1482.72 s
[ghcide] extendFamInstEnvList
1482.72 s
[ghcide] extendFamInstEnv
1482.72 s
[ghcide] compatibleBranches
1482.72 s
[ghcide] mkCoAxBranch
1482.72 s
[ghcide] mkBranchedCoAxiom
1482.72 s
[ghcide] mkUnbranchedCoAxiom
1482.72 s
[ghcide] mkSingleCoAxiom
1482.72 s
[ghcide] lookupFamInstEnvByTyCon
1482.72 s
[ghcide] lookupFamInstEnv
1482.72 s
[ghcide] lookupFamInstEnvConflicts
1482.72 s
[ghcide] isDominatedBy
1482.72 s
[ghcide] reduceTyFamApp_maybe
1482.72 s
[ghcide] topNormaliseType
1482.72 s
[ghcide] normaliseType
1482.72 s
[ghcide] normaliseTcApp
1482.72 s
[ghcide] ForeignExport
1482.72 s
[ghcide] CImportSpec
1482.72 s
[ghcide] ForeignImport
1482.72 s
[ghcide] StandaloneKindSig
1482.72 s
[ghcide] LDerivClauseTys
1482.72 s
[ghcide] LHsDerivingClause
1482.72 s
[ghcide] FamilyInfo
1482.72 s
[ghcide] LHsFunDep
1482.72 s
[ghcide] LHsDecl
1482.72 s
[ghcide] HsRuleAnn
1482.72 s
[ghcide] HsRuleRn
1482.72 s
[ghcide] XViaStrategyPs
1482.72 s
[ghcide] DataDeclRn
1482.72 s
[ghcide] XFunDep
1482.72 s
[ghcide] hsGroupInstDecls
1482.72 s
[ghcide] tyClDeclTyVars
1482.72 s
[ghcide] tyClGroupTyClDecls
1482.72 s
[ghcide] tyClGroupInstDecls
1482.72 s
[ghcide] tyClGroupRoleDecls
1482.72 s
[ghcide] tyClGroupKindSigs
1482.72 s
[ghcide] collectRuleBndrSigTys
1482.72 s
[ghcide] docDeclDoc
1482.72 s
[ghcide] annProvenanceName_maybe
1482.72 s
[ghcide] emptyRdrGroup
1482.72 s
[ghcide] emptyRnGroup
1482.72 s
[ghcide] appendGroups
1482.72 s
[ghcide] tyFamInstDeclName
1482.72 s
[ghcide] tyFamInstDeclLName
1482.72 s
[ghcide] tyClDeclLName
1482.72 s
[ghcide] countTyClDecls
1482.72 s
[ghcide] tcdName
1482.72 s
[ghcide] pp_vanilla_decl_head
1482.72 s
[ghcide] pprTyClDeclFlavour
1482.72 s
[ghcide] familyDeclLName
1482.72 s
[ghcide] familyDeclName
1482.72 s
[ghcide] famResultKindSignature
1482.72 s
[ghcide] standaloneKindSigName
1482.72 s
[ghcide] getConNames
1482.72 s
[ghcide] hsConDeclTheta
1482.72 s
[ghcide] ppDataDefnHeader
1482.72 s
[ghcide] pprTyFamInstDecl
1482.72 s
[ghcide] pprDataFamInstFlavour
1482.72 s
[ghcide] pprHsFamInstLHS
1482.72 s
[ghcide] instDeclDataFamInsts
1482.72 s
[ghcide] anyLConIsGadt
1482.72 s
[ghcide] flattenRuleDecls
1482.72 s
[ghcide] pprFullRuleName
1482.72 s
[ghcide] roleAnnotDeclName
1482.72 s
[ghcide] mkHsAppTy
1482.72 s
[ghcide] mkHsAppKindTy
1482.72 s
[ghcide] mkSimpleMatch
1482.72 s
[ghcide] unguardedGRHSs
1482.72 s
[ghcide] unguardedRHS
1482.72 s
[ghcide] mkMatchGroup
1482.72 s
[ghcide] mkLamCaseMatchGroup
1482.72 s
[ghcide] mkLocatedList
1482.72 s
[ghcide] mkHsApp
1482.72 s
[ghcide] mkHsAppWith
1482.72 s
[ghcide] mkHsApps
1482.72 s
[ghcide] mkHsAppsWith
1482.72 s
[ghcide] mkHsAppType
1482.72 s
[ghcide] mkHsAppTypes
1482.72 s
[ghcide] mkHsLam
1482.72 s
[ghcide] mkHsLams
1482.72 s
[ghcide] nlHsTyApp
1482.72 s
[ghcide] nlHsTyApps
1482.72 s
[ghcide] mkParPat
1482.72 s
[ghcide] nlParPat
1482.72 s
[ghcide] mkRecStmt
1482.72 s
[ghcide] mkHsIntegral
1482.72 s
[ghcide] mkHsFractional
1482.72 s
[ghcide] mkHsIsString
1482.72 s
[ghcide] mkHsDo
1482.72 s
[ghcide] mkHsDoAnns
1482.72 s
[ghcide] mkHsComp
1482.72 s
[ghcide] mkHsCompAnns
1482.72 s
[ghcide] mkHsIf
1482.72 s
[ghcide] mkHsCmdIf
1482.72 s
[ghcide] mkNPat
1482.72 s
[ghcide] mkNPlusKPat
1482.72 s
[ghcide] emptyTransStmt
1482.72 s
[ghcide] mkTransformStmt
1482.72 s
[ghcide] mkTransformByStmt
1482.72 s
[ghcide] mkGroupUsingStmt
1482.72 s
[ghcide] mkGroupByUsingStmt
1482.72 s
[ghcide] mkLastStmt
1482.72 s
[ghcide] mkBodyStmt
1482.72 s
[ghcide] mkPsBindStmt
1482.72 s
[ghcide] mkRnBindStmt
1482.72 s
[ghcide] mkTcBindStmt
1482.72 s
[ghcide] unitRecStmtTc
1482.72 s
[ghcide] emptyRecStmt
1482.72 s
[ghcide] emptyRecStmtName
1482.72 s
[ghcide] emptyRecStmtId
1482.72 s
[ghcide] mkLetStmt
1482.72 s
[ghcide] mkHsString
1482.72 s
[ghcide] mkHsStringFS
1482.72 s
[ghcide] mkHsStringPrimLit
1482.72 s
[ghcide] mkHsCharPrimLit
1482.72 s
[ghcide] mkConLikeTc
1482.72 s
[ghcide] nlHsVar
1482.72 s
[ghcide] nl_HsVar
1482.72 s
[ghcide] nlHsLit
1482.72 s
[ghcide] nlHsIntLit
1482.72 s
[ghcide] nlVarPat
1482.72 s
[ghcide] nlLitPat
1482.72 s
[ghcide] nlHsApp
1482.72 s
[ghcide] nlHsSyntaxApps
1482.72 s
[ghcide] nlHsApps
1482.72 s
[ghcide] nlHsVarApps
1482.72 s
[ghcide] nlConVarPat
1482.72 s
[ghcide] nlConVarPatName
1482.72 s
[ghcide] nlInfixConPat
1482.72 s
[ghcide] nlConPat
1482.72 s
[ghcide] nlConPatName
1482.72 s
[ghcide] nlNullaryConPat
1482.72 s
[ghcide] nlWildConPat
1482.72 s
[ghcide] nlHsDo
1482.72 s
[ghcide] nlHsOpApp
1482.72 s
[ghcide] nlHsLam
1482.72 s
[ghcide] nlHsPar
1482.72 s
[ghcide] nlHsIf
1482.72 s
[ghcide] nlHsCase
1482.72 s
[ghcide] nlList
1482.72 s
[ghcide] nlHsAppTy
1482.72 s
[ghcide] nlHsTyVar
1482.72 s
[ghcide] nlHsFunTy
1482.72 s
[ghcide] nlHsParTy
1482.72 s
[ghcide] nlHsTyConApp
1482.72 s
[ghcide] nlHsAppKindTy
1482.72 s
[ghcide] mkLHsTupleExpr
1482.72 s
[ghcide] mkLHsVarTuple
1482.72 s
[ghcide] nlTuplePat
1482.72 s
[ghcide] missingTupArg
1482.72 s
[ghcide] mkBigLHsTup
1482.72 s
[ghcide] mkBigLHsPatTup
1482.72 s
[ghcide] mkHsSigEnv
1482.72 s
[ghcide] mkLHsWrap
1482.72 s
[ghcide] mkHsWrap
1482.72 s
[ghcide] mkHsWrapCo
1482.72 s
[ghcide] mkHsWrapCoR
1482.72 s
[ghcide] mkLHsWrapCo
1482.72 s
[ghcide] mkHsCmdWrap
1482.72 s
[ghcide] mkLHsCmdWrap
1482.72 s
[ghcide] mkHsWrapPat
1482.72 s
[ghcide] mkHsWrapPatCo
1482.72 s
[ghcide] mkHsDictLet
1482.72 s
[ghcide] mkHsVarBind
1482.72 s
[ghcide] mkVarBind
1482.72 s
[ghcide] mkPatSynBind
1482.72 s
[ghcide] mkMatch
1482.72 s
[ghcide] collectLocalBinders
1482.72 s
[ghcide] collectHsValBinders
1482.72 s
[ghcide] collectLStmtsBinders
1482.72 s
[ghcide] collectStmtsBinders
1482.72 s
[ghcide] collectLStmtBinders
1482.72 s
[ghcide] collectStmtBinders
1482.72 s
[ghcide] collectPatBinders
1482.72 s
[ghcide] collectPatsBinders
1482.72 s
[ghcide] hsGroupBinders
1482.72 s
[ghcide] hsTyClForeignBinders
1482.72 s
[ghcide] getPatSynBinds
1482.72 s
[ghcide] lStmtsImplicits
1482.72 s
[ghcide] hsValBindsImplicits
1482.72 s
[ghcide] lPatImplicits
1482.72 s
[ghcide] Match
1482.72 s
[ghcide] XXIEWrappedName
1482.72 s
[ghcide] XIEType
1482.72 s
[ghcide] XIEPattern
1482.72 s
[ghcide] XIEName
1482.72 s
[ghcide] XXIE
1482.72 s
[ghcide] XIEDocNamed
1482.72 s
[ghcide] XIEDoc
1482.72 s
[ghcide] XIEGroup
1482.72 s
[ghcide] XIEModuleContents
1482.72 s
[ghcide] XIEThingWith
1482.72 s
[ghcide] XIEThingAll
1482.72 s
[ghcide] XIEThingAbs
1482.72 s
[ghcide] XIEVar
1482.72 s
[ghcide] ImportDeclPkgQual
1482.72 s
[ghcide] XXImportDecl
1482.72 s
[ghcide] XCImportDecl
1482.72 s
[ghcide] XXFieldOcc
1482.72 s
[ghcide] XCFieldOcc
1482.72 s
[ghcide] XXConDeclField
1482.72 s
[ghcide] XConDeclField
1482.72 s
[ghcide] XXTyVarBndr
1482.72 s
[ghcide] XKindedTyVar
1482.72 s
[ghcide] XUserTyVar
1482.72 s
[ghcide] XXHsForAllTelescope
1482.72 s
[ghcide] XHsForAllInvis
1482.72 s
[ghcide] XHsForAllVis
1482.72 s
[ghcide] XXTyLit
1482.72 s
[ghcide] XCharTy
1482.72 s
[ghcide] XStrTy
1482.72 s
[ghcide] XNumTy
1482.72 s
[ghcide] XXType
1482.72 s
[ghcide] XWildCardTy
1482.72 s
[ghcide] XTyLit
1482.72 s
[ghcide] XExplicitTupleTy
1482.72 s
[ghcide] XExplicitListTy
1482.72 s
[ghcide] XRecTy
1482.72 s
[ghcide] XBangTy
1482.72 s
[ghcide] XDocTy
1482.72 s
[ghcide] XSpliceTy
1482.72 s
[ghcide] XKindSig
1482.72 s
[ghcide] XStarTy
1482.72 s
[ghcide] XIParamTy
1482.72 s
[ghcide] XParTy
1482.72 s
[ghcide] XOpTy
1482.72 s
[ghcide] XSumTy
1482.72 s
[ghcide] XTupleTy
1482.72 s
[ghcide] XListTy
1482.72 s
[ghcide] XFunTy
1482.72 s
[ghcide] XAppKindTy
1482.72 s
[ghcide] XAppTy
1482.72 s
[ghcide] XTyVar
1482.72 s
[ghcide] XQualTy
1482.72 s
[ghcide] XForAllTy
1482.72 s
[ghcide] XXHsPatSigType
1482.72 s
[ghcide] XHsPS
1482.72 s
[ghcide] XXHsWildCardBndrs
1482.72 s
[ghcide] XHsWC
1482.72 s
[ghcide] XXHsSigType
1482.72 s
[ghcide] XHsSig
1482.72 s
[ghcide] XXHsOuterTyVarBndrs
1482.72 s
[ghcide] XHsOuterExplicit
1482.72 s
[ghcide] XHsOuterImplicit
1482.72 s
[ghcide] XXLHsQTyVars
1482.72 s
[ghcide] XHsQTvs
1482.72 s
[ghcide] XHsFieldBind
1482.72 s
[ghcide] XXPat
1482.72 s
[ghcide] XCoPat
1482.72 s
[ghcide] XSigPat
1482.72 s
[ghcide] XNPlusKPat
1482.72 s
[ghcide] XNPat
1482.72 s
[ghcide] XLitPat
1482.72 s
[ghcide] XSplicePat
1482.72 s
[ghcide] XViewPat
1482.72 s
[ghcide] XConPat
1482.72 s
[ghcide] XSumPat
1482.72 s
[ghcide] XTuplePat
1482.72 s
[ghcide] XListPat
1482.72 s
[ghcide] XBangPat
1482.72 s
[ghcide] XParPat
1482.72 s
[ghcide] XAsPat
1482.72 s
[ghcide] XLazyPat
1482.72 s
[ghcide] XVarPat
1482.72 s
[ghcide] XWildPat
1482.72 s
[ghcide] XXOverLit
1482.72 s
[ghcide] XOverLit
1482.72 s
[ghcide] XXLit
1482.72 s
[ghcide] XHsDoublePrim
1482.72 s
[ghcide] XHsFloatPrim
1482.72 s
[ghcide] XHsRat
1482.72 s
[ghcide] XHsInteger
1482.72 s
[ghcide] XHsWord64Prim
1482.72 s
[ghcide] XHsInt64Prim
1482.72 s
[ghcide] XHsWordPrim
1482.72 s
[ghcide] XHsIntPrim
1482.72 s
[ghcide] XHsInt
1482.72 s
[ghcide] XHsStringPrim
1482.72 s
[ghcide] XHsString
1482.72 s
[ghcide] XHsCharPrim
1482.72 s
[ghcide] XHsChar
1482.72 s
[ghcide] XXApplicativeArg
1482.72 s
[ghcide] XApplicativeArgMany
1482.72 s
[ghcide] XApplicativeArgOne
1482.72 s
[ghcide] XXParStmtBlock
1482.72 s
[ghcide] XParStmtBlock
1482.72 s
[ghcide] XXCmd
1482.72 s
[ghcide] XCmdWrap
1482.72 s
[ghcide] XCmdDo
1482.72 s
[ghcide] XCmdLet
1482.72 s
[ghcide] XCmdIf
1482.72 s
[ghcide] XCmdLamCase
1482.72 s
[ghcide] XCmdCase
1482.72 s
[ghcide] XCmdPar
1482.72 s
[ghcide] XCmdLam
1482.72 s
[ghcide] XCmdApp
1482.72 s
[ghcide] XCmdArrForm
1482.72 s
[ghcide] XCmdArrApp
1482.72 s
[ghcide] XXStmtLR
1482.72 s
[ghcide] XRecStmt
1482.72 s
[ghcide] XTransStmt
1482.72 s
[ghcide] XParStmt
1482.72 s
[ghcide] XLetStmt
1482.72 s
[ghcide] XBodyStmt
1482.72 s
[ghcide] XApplicativeStmt
1482.72 s
[ghcide] XBindStmt
1482.72 s
[ghcide] XLastStmt
1482.72 s
[ghcide] XXGRHS
1482.72 s
[ghcide] XCGRHS
1482.72 s
[ghcide] XXGRHSs
1482.72 s
[ghcide] XCGRHSs
1482.72 s
[ghcide] XXMatch
1482.72 s
[ghcide] XCMatch
1482.72 s
[ghcide] XXMatchGroup
1482.72 s
[ghcide] XMG
1482.72 s
[ghcide] XXCmdTop
1482.72 s
[ghcide] XCmdTop
1482.72 s
[ghcide] XXQuote
1482.72 s
[ghcide] XVarBr
1482.72 s
[ghcide] XTypBr
1482.72 s
[ghcide] XDecBrG
1482.72 s
[ghcide] XDecBrL
1482.72 s
[ghcide] XPatBr
1482.72 s
[ghcide] XExpBr
1482.72 s
[ghcide] XXUntypedSplice
1482.72 s
[ghcide] XQuasiQuote
1482.72 s
[ghcide] XUntypedSpliceExpr
1482.72 s
[ghcide] XXTupArg
1482.72 s
[ghcide] XMissing
1482.72 s
[ghcide] XPresent
1482.72 s
[ghcide] XXAmbiguousFieldOcc
1482.72 s
[ghcide] XAmbiguous
1482.72 s
[ghcide] XUnambiguous
1482.72 s
[ghcide] XXPragE
1482.72 s
[ghcide] XSCC
1482.72 s
[ghcide] XXDotFieldOcc
1482.72 s
[ghcide] XCDotFieldOcc
1482.72 s
[ghcide] XXExpr
1482.72 s
[ghcide] XPragE
1482.72 s
[ghcide] XBinTick
1482.72 s
[ghcide] XTick
1482.72 s
[ghcide] XStatic
1482.72 s
[ghcide] XProc
1482.72 s
[ghcide] XUntypedSplice
1482.72 s
[ghcide] XTypedSplice
1482.72 s
[ghcide] XUntypedBracket
1482.72 s
[ghcide] XTypedBracket
1482.72 s
[ghcide] XArithSeq
1482.72 s
[ghcide] XExprWithTySig
1482.72 s
[ghcide] XProjection
1482.72 s
[ghcide] XGetField
1482.72 s
[ghcide] XRecordUpd
1482.72 s
[ghcide] XRecordCon
1482.72 s
[ghcide] XExplicitList
1482.73 s
[ghcide] XDo
1482.73 s
[ghcide] XLet
1482.73 s
[ghcide] XMultiIf
1482.73 s
[ghcide] XIf
1482.73 s
[ghcide] XCase
1482.73 s
[ghcide] XExplicitSum
1482.73 s
[ghcide] XExplicitTuple
1482.73 s
[ghcide] XSectionR
1482.73 s
[ghcide] XSectionL
1482.73 s
[ghcide] XPar
1482.73 s
[ghcide] XNegApp
1482.73 s
[ghcide] XOpApp
1482.73 s
[ghcide] XAppTypeE
1482.73 s
[ghcide] XApp
1482.73 s
[ghcide] XLamCase
1482.73 s
[ghcide] XLam
1482.73 s
[ghcide] XLitE
1482.73 s
[ghcide] XOverLitE
1482.73 s
[ghcide] XIPVar
1482.73 s
[ghcide] XOverLabel
1482.73 s
[ghcide] XRecSel
1482.73 s
[ghcide] XUnboundVar
1482.73 s
[ghcide] XVar
1482.73 s
[ghcide] XXModule
1482.73 s
[ghcide] XCModule
1482.73 s
[ghcide] XXInjectivityAnn
1482.73 s
[ghcide] XCInjectivityAnn
1482.73 s
[ghcide] XXRoleAnnotDecl
1482.73 s
[ghcide] XCRoleAnnotDecl
1482.73 s
[ghcide] XXAnnDecl
1482.73 s
[ghcide] XHsAnnotation
1482.73 s
[ghcide] XXWarnDecl
1482.73 s
[ghcide] XWarning
1482.73 s
[ghcide] XXWarnDecls
1482.73 s
[ghcide] XWarnings
1482.73 s
[ghcide] XXRuleBndr
1482.73 s
[ghcide] XRuleBndrSig
1482.73 s
[ghcide] XCRuleBndr
1482.73 s
[ghcide] XXRuleDecl
1482.73 s
[ghcide] XHsRule
1482.73 s
[ghcide] XXRuleDecls
1482.73 s
[ghcide] XCRuleDecls
1482.73 s
[ghcide] XXForeignExport
1482.73 s
[ghcide] XCExport
1482.73 s
[ghcide] XXForeignImport
1482.73 s
[ghcide] XCImport
1482.73 s
[ghcide] XXForeignDecl
1482.73 s
[ghcide] XForeignExport
1482.73 s
[ghcide] XForeignImport
1482.73 s
[ghcide] XXDefaultDecl
1482.73 s
[ghcide] XCDefaultDecl
1482.73 s
[ghcide] XViaStrategy
1482.73 s
[ghcide] XNewtypeStrategy
1482.73 s
[ghcide] XAnyClassStrategy
1482.73 s
[ghcide] XStockStrategy
1482.73 s
[ghcide] XXDerivDecl
1482.73 s
[ghcide] XCDerivDecl
1482.73 s
[ghcide] XXInstDecl
1482.73 s
[ghcide] XTyFamInstD
1482.73 s
[ghcide] XDataFamInstD
1482.73 s
[ghcide] XClsInstD
1482.73 s
[ghcide] XXClsInstDecl
1482.73 s
[ghcide] XCClsInstDecl
1482.73 s
[ghcide] XXTyFamInstDecl
1482.73 s
[ghcide] XCTyFamInstDecl
1482.73 s
[ghcide] XXFamEqn
1482.73 s
[ghcide] XCFamEqn
1482.73 s
[ghcide] XXConDecl
1482.73 s
[ghcide] XConDeclH98
1482.73 s
[ghcide] XConDeclGADT
1482.73 s
[ghcide] XXDerivClauseTys
1482.73 s
[ghcide] XDctMulti
1482.73 s
[ghcide] XDctSingle
1482.73 s
[ghcide] XXHsDerivingClause
1482.73 s
[ghcide] XCHsDerivingClause
1482.73 s
[ghcide] XXHsDataDefn
1482.73 s
[ghcide] XCHsDataDefn
1482.73 s
[ghcide] XXFamilyDecl
1482.73 s
[ghcide] XCFamilyDecl
1482.73 s
[ghcide] XXFamilyResultSig
1482.73 s
[ghcide] XTyVarSig
1482.73 s
[ghcide] XCKindSig
1482.73 s
[ghcide] XNoSig
1482.73 s
[ghcide] XXTyClGroup
1482.73 s
[ghcide] XCTyClGroup
1482.73 s
[ghcide] XXFunDep
1482.73 s
[ghcide] XCFunDep
1482.73 s
[ghcide] XXTyClDecl
1482.73 s
[ghcide] XClassDecl
1482.73 s
[ghcide] XDataDecl
1482.73 s
[ghcide] XSynDecl
1482.73 s
[ghcide] XFamDecl
1482.73 s
[ghcide] XXSpliceDecl
1482.73 s
[ghcide] XSpliceDecl
1482.73 s
[ghcide] XXHsGroup
1482.73 s
[ghcide] XCHsGroup
1482.73 s
[ghcide] XXHsDecl
1482.73 s
[ghcide] XRoleAnnotD
1482.73 s
[ghcide] XDocD
1482.73 s
[ghcide] XSpliceD
1482.73 s
[ghcide] XRuleD
1482.73 s
[ghcide] XAnnD
1482.73 s
[ghcide] XWarningD
1482.73 s
[ghcide] XForD
1482.73 s
[ghcide] XDefD
1482.73 s
[ghcide] XKindSigD
1482.73 s
[ghcide] XSigD
1482.73 s
[ghcide] XValD
1482.73 s
[ghcide] XDerivD
1482.73 s
[ghcide] XInstD
1482.73 s
[ghcide] XTyClD
1482.73 s
[ghcide] XXStandaloneKindSig
1482.73 s
[ghcide] XStandaloneKindSig
1482.73 s
[ghcide] XXFixitySig
1482.73 s
[ghcide] XFixitySig
1482.73 s
[ghcide] XXSig
1482.73 s
[ghcide] XCompleteMatchSig
1482.73 s
[ghcide] XSCCFunSig
1482.73 s
[ghcide] XMinimalSig
1482.73 s
[ghcide] XSpecInstSig
1482.73 s
[ghcide] XSpecSig
1482.73 s
[ghcide] XInlineSig
1482.73 s
[ghcide] XFixSig
1482.73 s
[ghcide] XIdSig
1482.73 s
[ghcide] XClassOpSig
1482.73 s
[ghcide] XPatSynSig
1482.73 s
[ghcide] XTypeSig
1482.73 s
[ghcide] XXIPBind
1482.73 s
[ghcide] XCIPBind
1482.73 s
[ghcide] XXHsIPBinds
1482.73 s
[ghcide] XIPBinds
1482.73 s
[ghcide] XXPatSynBind
1482.73 s
[ghcide] XPSB
1482.73 s
[ghcide] XXHsBindsLR
1482.73 s
[ghcide] XPatSynBind
1482.73 s
[ghcide] XVarBind
1482.73 s
[ghcide] XPatBind
1482.73 s
[ghcide] XFunBind
1482.73 s
[ghcide] XXValBindsLR
1482.73 s
[ghcide] XValBinds
1482.73 s
[ghcide] XXHsLocalBindsLR
1482.73 s
[ghcide] XEmptyLocalBinds
1482.73 s
[ghcide] XHsIPBinds
1482.73 s
[ghcide] XHsValBinds
1482.73 s
[ghcide] LIdP
1482.73 s
[ghcide] Anno
1482.73 s
[ghcide] DataConCantHappen
1482.73 s
[ghcide] LHsUniToken
1482.73 s
[ghcide] LHsToken
1482.73 s
[ghcide] LPat
1482.73 s
[ghcide] MatchGroup
1482.73 s
[ghcide] LHsTypeArg
1482.73 s
[ghcide] HsLinearArrowTokens
1482.73 s
[ghcide] ConLikeP
1482.73 s
[ghcide] LHsLocalBindsLR
1482.73 s
[ghcide] ForeignExport
1482.73 s
[ghcide] CImportSpec
1482.73 s
[ghcide] ForeignImport
1482.73 s
[ghcide] StandaloneKindSig
1482.73 s
[ghcide] LDerivClauseTys
1482.73 s
[ghcide] LHsDerivingClause
1482.73 s
[ghcide] FamilyInfo
1482.73 s
[ghcide] LHsFunDep
1482.73 s
[ghcide] LHsDecl
1482.73 s
[ghcide] HsDoFlavour
1482.73 s
[ghcide] TransForm
1482.73 s
[ghcide] DotFieldOcc
1482.73 s
[ghcide] LHsRecUpdProj
1482.73 s
[ghcide] RecUpdProj
1482.73 s
[ghcide] LHsRecProj
1482.73 s
[ghcide] RecProj
1482.73 s
[ghcide] FieldLabelStrings
1482.73 s
[ghcide] XFunDep
1482.73 s
[ghcide] moduleNameFS
1482.73 s
[ghcide] moduleNameString
1482.73 s
[ghcide] mkModuleName
1482.73 s
[ghcide] mkModuleNameFS
1482.73 s
[ghcide] parseModuleName
1482.73 s
[ghcide] isPromoted
1482.73 s
[ghcide] negateOverLitVal
1482.73 s
[ghcide] hsQTvExplicit
1482.73 s
[ghcide] hsPatSigType
1482.73 s
[ghcide] mapHsOuterImplicit
1482.73 s
[ghcide] hsIPNameFS
1482.73 s
[ghcide] hsMult
1482.73 s
[ghcide] hsScaledThing
1482.73 s
[ghcide] hsConPatArgs
1482.73 s
[ghcide] hsRecFields
1482.73 s
[ghcide] hsRecFieldsArgs
1482.73 s
[ghcide] hsRecFieldSel
1482.73 s
[ghcide] isFixityLSig
1482.73 s
[ghcide] isTypeLSig
1482.73 s
[ghcide] isSpecLSig
1482.73 s
[ghcide] isSpecInstLSig
1482.73 s
[ghcide] isPragLSig
1482.73 s
[ghcide] isInlineLSig
1482.73 s
[ghcide] isMinimalLSig
1482.73 s
[ghcide] isSCCFunSig
1482.73 s
[ghcide] isCompleteMatchSig
1482.73 s
[ghcide] hsGroupInstDecls
1482.73 s
[ghcide] tyClDeclTyVars
1482.73 s
[ghcide] tyClGroupTyClDecls
1482.73 s
[ghcide] tyClGroupInstDecls
1482.73 s
[ghcide] tyClGroupRoleDecls
1482.73 s
[ghcide] tyClGroupKindSigs
1482.73 s
[ghcide] dataDefnConsNewOrData
1482.73 s
[ghcide] collectRuleBndrSigTys
1482.73 s
[ghcide] docDeclDoc
1482.73 s
[ghcide] annProvenanceName_maybe
1482.73 s
[ghcide] isInfixMatch
1482.73 s
[ghcide] isPatSynCtxt
1482.73 s
[ghcide] qualifiedDoModuleName_maybe
1482.73 s
[ghcide] isComprehensionContext
1482.73 s
[ghcide] isDoComprehensionContext
1482.73 s
[ghcide] isMonadDoStmtContext
1482.73 s
[ghcide] isMonadCompContext
1482.73 s
[ghcide] isMonadDoCompContext
1482.73 s
[ghcide] LeftOrRight
1482.73 s
[ghcide] QuoteWrapper
1482.73 s
[ghcide] EvExpr
1482.73 s
[ghcide] EvTerm
1482.73 s
[ghcide] EvBind
1482.73 s
[ghcide] EvBindMap
1482.73 s
[ghcide] EvBindsVar
1482.73 s
[ghcide] TcEvBinds
1482.73 s
[ghcide] HsWrapper
1482.73 s
[ghcide] TcMCoercionR
1482.73 s
[ghcide] TcMCoercionN
1482.73 s
[ghcide] TcMCoercion
1482.73 s
[ghcide] TcCoercionP
1482.73 s
[ghcide] TcCoercionR
1482.73 s
[ghcide] TcCoercionN
1482.73 s
[ghcide] TcCoercion
1482.73 s
[ghcide] pickLR
1482.73 s
[ghcide] mkWpEta
1482.73 s
[ghcide] mkWpCastR
1482.73 s
[ghcide] mkWpCastN
1482.73 s
[ghcide] mkWpTyApps
1482.73 s
[ghcide] mkWpEvApps
1482.73 s
[ghcide] mkWpEvVarApps
1482.73 s
[ghcide] mkWpTyLams
1482.73 s
[ghcide] mkWpEvLams
1482.73 s
[ghcide] mkWpLet
1482.73 s
[ghcide] idHsWrapper
1482.73 s
[ghcide] isIdHsWrapper
1482.73 s
[ghcide] collectHsWrapBinders
1482.73 s
[ghcide] isCoEvBindsVar
1482.73 s
[ghcide] emptyEvBindMap
1482.73 s
[ghcide] extendEvBinds
1482.73 s
[ghcide] isEmptyEvBindMap
1482.73 s
[ghcide] lookupEvBind
1482.73 s
[ghcide] evBindMapBinds
1482.73 s
[ghcide] foldEvBindMap
1482.73 s
[ghcide] nonDetStrictFoldEvBindMap
1482.73 s
[ghcide] filterEvBindMap
1482.73 s
[ghcide] evBindMapToVarSet
1482.73 s
[ghcide] varSetMinusEvBindMap
1482.73 s
[ghcide] evBindVar
1482.73 s
[ghcide] mkWantedEvBind
1482.73 s
[ghcide] mkGivenEvBind
1482.73 s
[ghcide] evCoercion
1482.73 s
[ghcide] evDFunApp
1482.73 s
[ghcide] evDataConApp
1482.73 s
[ghcide] evSelector
1482.73 s
[ghcide] evTypeable
1482.73 s
[ghcide] mkEvCast
1482.73 s
[ghcide] mkEvScSelectors
1482.73 s
[ghcide] emptyTcEvBinds
1482.73 s
[ghcide] isEmptyTcEvBinds
1482.73 s
[ghcide] evTermCoercion_maybe
1482.73 s
[ghcide] evTermCoercion
1482.73 s
[ghcide] findNeededEvVars
1482.73 s
[ghcide] evVarsOfTerm
1482.73 s
[ghcide] pprHsWrapper
1482.73 s
[ghcide] quoteWrapperTyVarTy
1482.73 s
[ghcide] Env
1482.73 s
[ghcide] CompleteMatches
1482.73 s
[ghcide] TcIdSigInfo
1482.73 s
[ghcide] SelfBootInfo
1482.73 s
[ghcide] TcLclEnv
1482.73 s
[ghcide] IOEnvFailure
1482.73 s
[ghcide] IOEnv
1482.73 s
[ghcide] PromotionErr
1482.73 s
[ghcide] RoleAnnotEnv
1482.73 s
[ghcide] FillDefaulting
1482.73 s
[ghcide] DefaultingPluginResult
1482.73 s
[ghcide] TcPluginRewriteResult
1482.73 s
[ghcide] TcPlugin
1482.73 s
[ghcide] TcPatSynInfo
1482.73 s
[ghcide] TcIdSigInst
1482.73 s
[ghcide] TcSigInfo
1482.73 s
[ghcide] TcSigFun
1482.73 s
[ghcide] WhereFrom
1482.73 s
[ghcide] ClosedTypeId
1482.73 s
[ghcide] RhsNames
1482.73 s
[ghcide] ArrowCtxt
1482.73 s
[ghcide] ThLevel
1482.73 s
[ghcide] PendingStuff
1482.73 s
[ghcide] ThStage
1482.73 s
[ghcide] SpliceType
1482.73 s
[ghcide] TcBinder
1482.73 s
[ghcide] TcBinderStack
1482.73 s
[ghcide] TcIdSet
1482.73 s
[ghcide] TcId
1482.73 s
[ghcide] ThBindEnv
1482.73 s
[ghcide] TcTypeEnv
1482.73 s
[ghcide] ErrCtxt
1482.73 s
[ghcide] RecFieldEnv
1482.73 s
[ghcide] IfLclEnv
1482.73 s
[ghcide] IfGblEnv
1482.73 s
[ghcide] IfL
1482.73 s
[ghcide] IfG
1482.73 s
[ghcide] IfM
1482.73 s
[ghcide] TcRn
1482.73 s
[ghcide] TcRnIf
1482.73 s
[ghcide] IsExtraConstraint
1482.73 s
[ghcide] newName
1482.73 s
[ghcide] getEnv
1482.73 s
[ghcide] newUnique
1482.73 s
[ghcide] newMutVar
1482.73 s
[ghcide] readMutVar
1482.73 s
[ghcide] writeMutVar
1482.73 s
[ghcide] zipWith3M
1482.73 s
[ghcide] zipWith3M_
1482.73 s
[ghcide] zipWith4M
1482.73 s
[ghcide] zipWithAndUnzipM
1482.73 s
[ghcide] mapAndUnzip4M
1482.73 s
[ghcide] mapAndUnzip5M
1482.73 s
[ghcide] addErr
1482.73 s
[ghcide] lclEnvInGeneratedCode
1482.73 s
[ghcide] getLclEnvLoc
1482.73 s
[ghcide] setLclEnvLoc
1482.73 s
[ghcide] getLclEnvTcLevel
1482.73 s
[ghcide] setLclEnvTcLevel
1482.73 s
[ghcide] failM
1482.73 s
[ghcide] failWithM
1482.73 s
[ghcide] runIOEnv
1482.73 s
[ghcide] fixM
1482.73 s
[ghcide] tryM
1482.73 s
[ghcide] tryAllM
1482.73 s
[ghcide] tryMostM
1482.73 s
[ghcide] unsafeInterleaveM
1482.73 s
[ghcide] uninterruptibleMaskM_
1482.73 s
[ghcide] updMutVar
1482.73 s
[ghcide] updMutVarM
1482.73 s
[ghcide] pprPECategory
1482.73 s
[ghcide] peCategory
1482.73 s
[ghcide] getNamePprCtx
1482.73 s
[ghcide] getSrcSpanM
1482.73 s
[ghcide] tcVisibleOrphanMods
1482.73 s
[ghcide] bootExports
1482.73 s
[ghcide] pushErrCtxt
1482.73 s
[ghcide] pushErrCtxtSameOrigin
1482.73 s
[ghcide] removeBindingShadowing
1482.73 s
[ghcide] topStage
1482.73 s
[ghcide] topAnnStage
1482.73 s
[ghcide] topSpliceStage
1482.73 s
[ghcide] impLevel
1482.73 s
[ghcide] outerLevel
1482.73 s
[ghcide] thLevel
1482.73 s
[ghcide] pprTcTyThingCategory
1482.73 s
[ghcide] tcTyThingCategory
1482.73 s
[ghcide] mkModDeps
1482.73 s
[ghcide] emptyImportAvails
1482.73 s
[ghcide] isPartialSig
1482.73 s
[ghcide] mkRoleAnnotEnv
1482.73 s
[ghcide] emptyRoleAnnotEnv
1482.73 s
[ghcide] lookupRoleAnnot
1482.73 s
[ghcide] getRoleAnnots
1482.73 s
[ghcide] getImports
1482.73 s
[ghcide] initTcInteractive
1482.73 s
[ghcide] initTcRnIf
1482.73 s
[ghcide] discardResult
1482.73 s
[ghcide] getTopEnv
1482.73 s
[ghcide] updTopEnv
1482.73 s
[ghcide] getGblEnv
1482.73 s
[ghcide] updGblEnv
1482.73 s
[ghcide] setGblEnv
1482.73 s
[ghcide] getLclEnv
1482.73 s
[ghcide] updLclEnv
1482.73 s
[ghcide] setLclEnv
1482.73 s
[ghcide] restoreLclEnv
1482.73 s
[ghcide] getEnvs
1482.73 s
[ghcide] setEnvs
1482.73 s
[ghcide] updEnvs
1482.73 s
[ghcide] restoreEnvs
1482.73 s
[ghcide] xoptM
1482.73 s
[ghcide] doptM
1482.73 s
[ghcide] goptM
1482.73 s
[ghcide] woptM
1482.73 s
[ghcide] setXOptM
1482.73 s
[ghcide] unsetXOptM
1482.73 s
[ghcide] unsetGOptM
1482.73 s
[ghcide] unsetWOptM
1482.73 s
[ghcide] whenGOptM
1482.73 s
[ghcide] whenWOptM
1482.73 s
[ghcide] whenXOptM
1482.73 s
[ghcide] unlessXOptM
1482.73 s
[ghcide] getGhcMode
1482.73 s
[ghcide] withoutDynamicNow
1482.73 s
[ghcide] updTopFlags
1482.73 s
[ghcide] getEpsVar
1482.73 s
[ghcide] getEps
1482.73 s
[ghcide] getHpt
1482.73 s
[ghcide] getEpsAndHug
1482.73 s
[ghcide] newArrowScope
1482.73 s
[ghcide] escapeArrowScope
1482.73 s
[ghcide] newUniqueSupply
1482.73 s
[ghcide] cloneLocalName
1482.73 s
[ghcide] newNameAt
1482.73 s
[ghcide] newSysName
1482.73 s
[ghcide] newSysLocalId
1482.73 s
[ghcide] newSysLocalIds
1482.73 s
[ghcide] newTcRef
1482.73 s
[ghcide] readTcRef
1482.73 s
[ghcide] writeTcRef
1482.73 s
[ghcide] updTcRef
1482.73 s
[ghcide] traceTc
1482.73 s
[ghcide] traceRn
1482.73 s
[ghcide] traceOptTcRn
1482.73 s
[ghcide] traceIf
1482.73 s
[ghcide] traceOptIf
1482.73 s
[ghcide] getIsGHCi
1482.73 s
[ghcide] getGHCiMonad
1482.73 s
[ghcide] getInteractivePrintName
1482.73 s
[ghcide] tcIsHsBootOrSig
1482.73 s
[ghcide] tcIsHsig
1482.73 s
[ghcide] tcSelfBootInfo
1482.73 s
[ghcide] getGlobalRdrEnv
1482.73 s
[ghcide] getRdrEnvs
1482.73 s
[ghcide] getFixityEnv
1482.73 s
[ghcide] extendFixityEnv
1482.73 s
[ghcide] getRecFieldEnv
1482.73 s
[ghcide] getDeclaredDefaultTys
1482.73 s
[ghcide] addDependentFiles
1482.73 s
[ghcide] inGeneratedCode
1482.73 s
[ghcide] setSrcSpan
1482.73 s
[ghcide] setSrcSpanA
1482.73 s
[ghcide] addLocM
1482.73 s
[ghcide] addLocMA
1482.73 s
[ghcide] wrapLocM
1482.73 s
[ghcide] wrapLocAM
1482.73 s
[ghcide] wrapLocMA
1482.73 s
[ghcide] wrapLocFstM
1482.73 s
[ghcide] wrapLocFstMA
1482.73 s
[ghcide] wrapLocSndM
1482.73 s
[ghcide] wrapLocSndMA
1482.73 s
[ghcide] wrapLocM_
1482.73 s
[ghcide] wrapLocMA_
1482.73 s
[ghcide] getErrsVar
1482.73 s
[ghcide] setErrsVar
1482.73 s
[ghcide] failWith
1482.73 s
[ghcide] failAt
1482.73 s
[ghcide] addErrAt
1482.73 s
[ghcide] mkDetailedMessage
1482.73 s
[ghcide] addErrs
1482.73 s
[ghcide] checkErr
1482.73 s
[ghcide] addMessages
1482.73 s
[ghcide] discardWarnings
1482.73 s
[ghcide] mkTcRnMessage
1482.73 s
[ghcide] reportDiagnostics
1482.73 s
[ghcide] reportDiagnostic
1482.73 s
[ghcide] checkNoErrs
1482.73 s
[ghcide] whenNoErrs
1482.73 s
[ghcide] ifErrsM
1482.73 s
[ghcide] failIfErrsM
1482.73 s
[ghcide] getErrCtxt
1482.73 s
[ghcide] setErrCtxt
1482.73 s
[ghcide] popErrCtxt
1482.73 s
[ghcide] getCtLocM
1482.73 s
[ghcide] setCtLocM
1482.73 s
[ghcide] askNoErrs
1482.73 s
[ghcide] tryCaptureConstraints
1482.73 s
[ghcide] captureConstraints
1482.73 s
[ghcide] tcEmitBindingUsage
1482.73 s
[ghcide] attemptM
1482.73 s
[ghcide] recoverM
1482.73 s
[ghcide] tryTc
1482.73 s
[ghcide] discardErrs
1482.73 s
[ghcide] tryTcDiscardingErrs
1482.73 s
[ghcide] addErrTc
1482.73 s
[ghcide] addErrTcM
1482.73 s
[ghcide] failWithTc
1482.73 s
[ghcide] failWithTcM
1482.73 s
[ghcide] checkTc
1482.73 s
[ghcide] checkTcM
1482.73 s
[ghcide] failIfTc
1482.73 s
[ghcide] failIfTcM
1482.73 s
[ghcide] addTcRnDiagnostic
1482.73 s
[ghcide] mkErrInfo
1482.73 s
[ghcide] debugTc
1482.73 s
[ghcide] addTopEvBinds
1482.73 s
[ghcide] newTcEvBinds
1482.73 s
[ghcide] cloneEvBindsVar
1482.73 s
[ghcide] getTcEvTyCoVars
1482.73 s
[ghcide] getTcEvBindsMap
1482.73 s
[ghcide] setTcEvBindsMap
1482.73 s
[ghcide] addTcEvBind
1482.73 s
[ghcide] chooseUniqueOccTc
1482.73 s
[ghcide] getConstraintVar
1482.73 s
[ghcide] setConstraintVar
1482.73 s
[ghcide] emitStaticConstraints
1482.73 s
[ghcide] emitConstraints
1482.73 s
[ghcide] emitSimple
1482.73 s
[ghcide] emitSimples
1482.73 s
[ghcide] emitImplication
1482.73 s
[ghcide] emitImplications
1482.73 s
[ghcide] emitInsoluble
1482.73 s
[ghcide] emitDelayedErrors
1482.73 s
[ghcide] emitHole
1482.73 s
[ghcide] emitHoles
1482.73 s
[ghcide] emitNotConcreteError
1482.73 s
[ghcide] pushTcLevelM_
1482.73 s
[ghcide] pushTcLevelM
1482.73 s
[ghcide] getTcLevel
1482.73 s
[ghcide] setTcLevel
1482.73 s
[ghcide] isTouchableTcM
1482.73 s
[ghcide] getLclTypeEnv
1482.73 s
[ghcide] setLclTypeEnv
1482.73 s
[ghcide] traceTcConstraints
1482.73 s
[ghcide] emitAnonTypeHole
1482.73 s
[ghcide] emitNamedTypeHole
1482.73 s
[ghcide] recordThUse
1482.73 s
[ghcide] recordThSpliceUse
1482.73 s
[ghcide] recordThNeededRuntimeDeps
1482.73 s
[ghcide] keepAlive
1482.73 s
[ghcide] getStage
1482.73 s
[ghcide] getStageAndBindLevel
1482.73 s
[ghcide] setStage
1482.73 s
[ghcide] getLocalRdrEnv
1482.73 s
[ghcide] setLocalRdrEnv
1482.73 s
[ghcide] mkIfLclEnv
1482.73 s
[ghcide] initIfaceCheck
1482.73 s
[ghcide] initIfaceLcl
1482.73 s
[ghcide] getIfModule
1482.73 s
[ghcide] failIfM
1482.73 s
[ghcide] setImplicitEnvM
1482.73 s
[ghcide] TidyOccEnv
1482.73 s
[ghcide] OccSet
1482.73 s
[ghcide] OccEnv
1482.73 s
[ghcide] NameSpace
1482.73 s
[ghcide] mkVarOccFS
1482.73 s
[ghcide] mkRecFldSelOcc
1482.73 s
[ghcide] tidyNameOcc
1482.73 s
[ghcide] nameOccName
1482.73 s
[ghcide] setNameUnique
1482.73 s
[ghcide] nameUnique
1482.73 s
[ghcide] emptyFsEnv
1482.73 s
[ghcide] extendFsEnv
1482.73 s
[ghcide] lookupFsEnv
1482.73 s
[ghcide] mkFsEnv
1482.73 s
[ghcide] tcName
1482.73 s
[ghcide] clsName
1482.73 s
[ghcide] tcClsName
1482.73 s
[ghcide] dataName
1482.73 s
[ghcide] srcDataName
1482.73 s
[ghcide] tvName
1482.73 s
[ghcide] isDataConNameSpace
1482.73 s
[ghcide] isTcClsNameSpace
1482.73 s
[ghcide] isTvNameSpace
1482.73 s
[ghcide] isVarNameSpace
1482.73 s
[ghcide] isValNameSpace
1482.73 s
[ghcide] pprNameSpace
1482.73 s
[ghcide] pprNonVarNameSpace
1482.73 s
[ghcide] pprNameSpaceBrief
1482.73 s
[ghcide] pprOccName
1482.73 s
[ghcide] mkOccName
1482.73 s
[ghcide] mkOccNameFS
1482.73 s
[ghcide] mkVarOcc
1482.73 s
[ghcide] mkDataOcc
1482.73 s
[ghcide] mkDataOccFS
1482.73 s
[ghcide] mkTyVarOcc
1482.73 s
[ghcide] mkTyVarOccFS
1482.73 s
[ghcide] mkTcOcc
1482.73 s
[ghcide] mkTcOccFS
1482.73 s
[ghcide] mkClsOcc
1482.73 s
[ghcide] mkClsOccFS
1482.73 s
[ghcide] demoteOccName
1482.73 s
[ghcide] promoteOccName
1482.73 s
[ghcide] emptyOccEnv
1482.73 s
[ghcide] unitOccEnv
1482.73 s
[ghcide] extendOccEnv
1482.73 s
[ghcide] extendOccEnvList
1482.73 s
[ghcide] lookupOccEnv
1482.73 s
[ghcide] mkOccEnv
1482.73 s
[ghcide] elemOccEnv
1482.73 s
[ghcide] foldOccEnv
1482.73 s
[ghcide] nonDetOccEnvElts
1482.73 s
[ghcide] plusOccEnv
1482.73 s
[ghcide] plusOccEnv_C
1482.73 s
[ghcide] extendOccEnv_C
1482.73 s
[ghcide] extendOccEnv_Acc
1482.73 s
[ghcide] mapOccEnv
1482.73 s
[ghcide] mkOccEnv_C
1482.73 s
[ghcide] delFromOccEnv
1482.73 s
[ghcide] delListFromOccEnv
1482.73 s
[ghcide] filterOccEnv
1482.73 s
[ghcide] alterOccEnv
1482.73 s
[ghcide] minusOccEnv
1482.73 s
[ghcide] pprOccEnv
1482.73 s
[ghcide] emptyOccSet
1482.73 s
[ghcide] unitOccSet
1482.73 s
[ghcide] mkOccSet
1482.73 s
[ghcide] extendOccSet
1482.73 s
[ghcide] extendOccSetList
1482.73 s
[ghcide] unionOccSets
1482.73 s
[ghcide] unionManyOccSets
1482.73 s
[ghcide] minusOccSet
1482.73 s
[ghcide] elemOccSet
1482.73 s
[ghcide] isEmptyOccSet
1482.73 s
[ghcide] intersectOccSet
1482.73 s
[ghcide] filterOccSet
1482.73 s
[ghcide] occNameString
1482.73 s
[ghcide] setOccNameSpace
1482.73 s
[ghcide] isVarOcc
1482.73 s
[ghcide] isTvOcc
1482.73 s
[ghcide] isTcOcc
1482.73 s
[ghcide] isDataOcc
1482.73 s
[ghcide] isDefaultMethodOcc
1482.73 s
[ghcide] mkDataConWrapperOcc
1482.73 s
[ghcide] mkWorkerOcc
1482.73 s
[ghcide] mkMatcherOcc
1482.73 s
[ghcide] mkBuilderOcc
1482.73 s
[ghcide] mkDefaultMethodOcc
1482.73 s
[ghcide] mkClassOpAuxOcc
1482.73 s
[ghcide] mkDictOcc
1482.73 s
[ghcide] mkIPOcc
1482.73 s
[ghcide] mkSpecOcc
1482.73 s
[ghcide] mkForeignExportOcc
1482.73 s
[ghcide] mkRepEqOcc
1482.73 s
[ghcide] mkClassDataConOcc
1482.73 s
[ghcide] mkNewTyCoOcc
1482.73 s
[ghcide] mkInstTyCoOcc
1482.73 s
[ghcide] mkEqPredCoOcc
1482.73 s
[ghcide] mkCon2TagOcc
1482.73 s
[ghcide] mkTag2ConOcc
1482.73 s
[ghcide] mkMaxTagOcc
1482.73 s
[ghcide] mkDataTOcc
1482.73 s
[ghcide] mkDataCOcc
1482.73 s
[ghcide] mkTyConRepOcc
1482.73 s
[ghcide] mkGenR
1482.73 s
[ghcide] mkGen1R
1482.73 s
[ghcide] mkDataConWorkerOcc
1482.73 s
[ghcide] mkSuperDictAuxOcc
1482.73 s
[ghcide] mkSuperDictSelOcc
1482.73 s
[ghcide] mkLocalOcc
1482.73 s
[ghcide] mkDFunOcc
1482.73 s
[ghcide] mkMethodOcc
1482.73 s
[ghcide] emptyTidyOccEnv
1482.73 s
[ghcide] initTidyOccEnv
1482.73 s
[ghcide] delTidyOccEnvList
1482.73 s
[ghcide] avoidClashesOccEnv
1482.73 s
[ghcide] tidyOccName
1482.73 s
[ghcide] nameNameSpace
1482.73 s
[ghcide] nameSrcLoc
1482.73 s
[ghcide] nameSrcSpan
1482.73 s
[ghcide] isWiredInName
1482.73 s
[ghcide] isWiredIn
1482.73 s
[ghcide] wiredInNameTyThing_maybe
1482.73 s
[ghcide] isBuiltInSyntax
1482.73 s
[ghcide] isExternalName
1482.73 s
[ghcide] isInternalName
1482.73 s
[ghcide] isHoleName
1482.73 s
[ghcide] nameModule
1482.73 s
[ghcide] nameModule_maybe
1482.73 s
[ghcide] namePun_maybe
1482.73 s
[ghcide] nameIsHomePackage
1482.73 s
[ghcide] nameIsHomePackageImport
1482.73 s
[ghcide] isTyVarName
1482.73 s
[ghcide] isTyConName
1482.73 s
[ghcide] isDataConName
1482.73 s
[ghcide] isValName
1482.73 s
[ghcide] isVarName
1482.73 s
[ghcide] isSystemName
1482.73 s
[ghcide] mkClonedInternalName
1482.73 s
[ghcide] mkDerivedInternalName
1482.73 s
[ghcide] mkSystemNameAt
1482.73 s
[ghcide] mkSystemVarName
1482.73 s
[ghcide] mkSysTvName
1482.73 s
[ghcide] setNameLoc
1482.73 s
[ghcide] pprName
1482.73 s
[ghcide] pprModulePrefix
1482.73 s
[ghcide] pprDefinedAt
1482.73 s
[ghcide] pprNameDefnLoc
1482.73 s
[ghcide] getSrcLoc
1482.73 s
[ghcide] getSrcSpan
1482.73 s
[ghcide] getOccString
1482.73 s
[ghcide] getOccFS
1482.73 s
[ghcide] pprInfixName
1482.73 s
[ghcide] pprPrefixName
1482.73 s
[ghcide] greNameSrcSpan
1482.73 s
[ghcide] rdrNameOcc
1482.73 s
[ghcide] rdrNameSpace
1482.73 s
[ghcide] demoteRdrName
1482.73 s
[ghcide] promoteRdrName
1482.73 s
[ghcide] mkRdrUnqual
1482.73 s
[ghcide] mkRdrQual
1482.73 s
[ghcide] mkOrig
1482.73 s
[ghcide] mkUnqual
1482.73 s
[ghcide] mkVarUnqual
1482.73 s
[ghcide] getRdrName
1482.73 s
[ghcide] nameRdrName
1482.73 s
[ghcide] isRdrDataCon
1482.73 s
[ghcide] isRdrTyVar
1482.73 s
[ghcide] isRdrTc
1482.73 s
[ghcide] isSrcRdrName
1482.73 s
[ghcide] isUnqual
1482.73 s
[ghcide] isQual
1482.73 s
[ghcide] isQual_maybe
1482.73 s
[ghcide] isOrig
1482.73 s
[ghcide] isOrig_maybe
1482.73 s
[ghcide] isExact
1482.73 s
[ghcide] isExact_maybe
1482.73 s
[ghcide] emptyLocalRdrEnv
1482.73 s
[ghcide] extendLocalRdrEnv
1482.73 s
[ghcide] extendLocalRdrEnvList
1482.73 s
[ghcide] lookupLocalRdrEnv
1482.73 s
[ghcide] lookupLocalRdrOcc
1482.73 s
[ghcide] elemLocalRdrEnv
1482.73 s
[ghcide] localRdrEnvElts
1482.73 s
[ghcide] inLocalRdrEnvScope
1482.73 s
[ghcide] minusLocalRdrEnv
1482.73 s
[ghcide] localGREsFromAvail
1482.73 s
[ghcide] gresFromAvail
1482.73 s
[ghcide] greQualModName
1482.73 s
[ghcide] greRdrNames
1482.73 s
[ghcide] greSrcSpan
1482.73 s
[ghcide] greParent_maybe
1482.73 s
[ghcide] availFromGRE
1482.73 s
[ghcide] emptyGlobalRdrEnv
1482.73 s
[ghcide] globalRdrEnvElts
1482.73 s
[ghcide] pprGlobalRdrEnv
1482.73 s
[ghcide] lookupGlobalRdrEnv
1482.73 s
[ghcide] getGRE_NameQualifier_maybes
1482.73 s
[ghcide] isLocalGRE
1482.73 s
[ghcide] isRecFldGRE
1482.73 s
[ghcide] plusGlobalRdrEnv
1482.73 s
[ghcide] mkGlobalRdrEnv
1482.73 s
[ghcide] extendGlobalRdrEnv
1482.73 s
[ghcide] shadowNames
1482.73 s
[ghcide] bestImport
1482.73 s
[ghcide] importSpecLoc
1482.73 s
[ghcide] importSpecModule
1482.73 s
[ghcide] isExplicitItem
1482.73 s
[ghcide] emptyMessages
1482.73 s
[ghcide] HscSource
1482.73 s
[ghcide] setVarUnique
1482.73 s
[ghcide] setTyVarUnique
1482.73 s
[ghcide] Unit
1482.73 s
[ghcide] ModuleWithIsBoot
1482.73 s
[ghcide] ModuleNameWithIsBoot
1482.73 s
[ghcide] Instantiations
1482.73 s
[ghcide] GenInstantiations
1482.73 s
[ghcide] InstantiatedUnit
1482.73 s
[ghcide] HasModule
1482.73 s
[ghcide] ContainsModule
1482.73 s
[ghcide] moduleNameFS
1482.73 s
[ghcide] moduleNameString
1482.73 s
[ghcide] mkModuleName
1482.73 s
[ghcide] mkModuleNameFS
1482.73 s
[ghcide] parseModuleName
1482.73 s
[ghcide] moduleUnitId
1482.73 s
[ghcide] mkModule
1482.73 s
[ghcide] pprModule
1482.73 s
[ghcide] pprInstantiatedModule
1482.73 s
[ghcide] isHoleUnit
1482.73 s
[ghcide] pprUnit
1482.73 s
[ghcide] unitString
1482.73 s
[ghcide] stringToUnit
1482.73 s
[ghcide] unitIdString
1482.73 s
[ghcide] stringToUnitId
1482.73 s
[ghcide] primUnitId
1482.73 s
[ghcide] bignumUnitId
1482.73 s
[ghcide] baseUnitId
1482.73 s
[ghcide] rtsUnitId
1482.73 s
[ghcide] thisGhcUnitId
1482.73 s
[ghcide] interactiveUnitId
1482.73 s
[ghcide] thUnitId
1482.73 s
[ghcide] thUnit
1482.73 s
[ghcide] primUnit
1482.73 s
[ghcide] bignumUnit
1482.73 s
[ghcide] baseUnit
1482.73 s
[ghcide] rtsUnit
1482.73 s
[ghcide] thisGhcUnit
1482.73 s
[ghcide] interactiveUnit
1482.73 s
[ghcide] mainUnit
1482.73 s
[ghcide] isInteractiveModule
1482.73 s
[ghcide] wiredInUnitIds
1482.73 s
[ghcide] addBootSuffixLocn_maybe
1482.73 s
[ghcide] filterModuleEnv
1482.73 s
[ghcide] mapMaybeModuleEnv
1482.73 s
[ghcide] elemModuleEnv
1482.73 s
[ghcide] extendModuleEnv
1482.73 s
[ghcide] extendModuleEnvWith
1482.73 s
[ghcide] extendModuleEnvList
1482.73 s
[ghcide] extendModuleEnvList_C
1482.73 s
[ghcide] plusModuleEnv_C
1482.73 s
[ghcide] delModuleEnvList
1482.73 s
[ghcide] delModuleEnv
1482.73 s
[ghcide] plusModuleEnv
1482.73 s
[ghcide] lookupModuleEnv
1482.73 s
[ghcide] lookupWithDefaultModuleEnv
1482.73 s
[ghcide] mapModuleEnv
1482.73 s
[ghcide] partitionModuleEnv
1482.73 s
[ghcide] mkModuleEnv
1482.73 s
[ghcide] emptyModuleEnv
1482.73 s
[ghcide] moduleEnvKeys
1482.73 s
[ghcide] moduleEnvElts
1482.73 s
[ghcide] moduleEnvToList
1482.73 s
[ghcide] unitModuleEnv
1482.73 s
[ghcide] isEmptyModuleEnv
1482.73 s
[ghcide] mkModuleSet
1482.73 s
[ghcide] extendModuleSet
1482.73 s
[ghcide] extendModuleSetList
1482.73 s
[ghcide] emptyModuleSet
1482.73 s
[ghcide] isEmptyModuleSet
1482.73 s
[ghcide] moduleSetElts
1482.73 s
[ghcide] elemModuleSet
1482.73 s
[ghcide] intersectModuleSet
1482.73 s
[ghcide] minusModuleSet
1482.73 s
[ghcide] delModuleSet
1482.73 s
[ghcide] unionModuleSet
1482.73 s
[ghcide] unionManyModuleSets
1482.73 s
[ghcide] unitModuleSet
1482.73 s
[ghcide] emptyInstalledModuleEnv
1482.73 s
[ghcide] lookupInstalledModuleEnv
1482.73 s
[ghcide] extendInstalledModuleEnv
1482.73 s
[ghcide] filterInstalledModuleEnv
1482.73 s
[ghcide] delInstalledModuleEnv
1482.73 s
[ghcide] installedModuleEnvElts
1482.73 s
[ghcide] mergeInstalledModuleEnv
1482.73 s
[ghcide] plusInstalledModuleEnv
1482.73 s
[ghcide] mkPrelImports
1482.73 s
[ghcide] toArgs
1482.73 s
[ghcide] Token
1482.73 s
[ghcide] PState
1482.74 s
[ghcide] failMsgP
1482.74 s
[ghcide] failLocMsgP
1482.74 s
[ghcide] getPState
1482.74 s
[ghcide] setSrcLoc
1482.74 s
[ghcide] getRealSrcLoc
1482.74 s
[ghcide] setLastToken
1482.74 s
[ghcide] adjustChar
1482.74 s
[ghcide] nextIsEOF
1482.74 s
[ghcide] pushLexState
1482.74 s
[ghcide] popLexState
1482.74 s
[ghcide] getLexState
1482.74 s
[ghcide] activeContext
1482.74 s
[ghcide] xtest
1482.74 s
[ghcide] xset
1482.74 s
[ghcide] xunset
1482.74 s
[ghcide] disableHaddock
1482.74 s
[ghcide] getCommentsFor
1482.74 s
[ghcide] getPriorCommentsFor
1482.74 s
[ghcide] getFinalCommentsFor
1482.74 s
[ghcide] getEofPos
1482.74 s
[ghcide] addPsMessage
1482.74 s
[ghcide] popContext
1482.74 s
[ghcide] pushModuleContext
1482.74 s
[ghcide] srcParseFail
1482.74 s
[ghcide] lexer
1482.74 s
[ghcide] lexerDbg
1482.74 s
[ghcide] lexTokenStream
1482.74 s
[ghcide] allocateComments
1482.74 s
[ghcide] allocatePriorComments
1482.74 s
[ghcide] allocateFinalComments
1482.74 s
[ghcide] commentToAnnotation
1482.74 s
[ghcide] cmdLineError
1482.74 s
[ghcide] cmdLineErrorIO
1482.74 s
[ghcide] throwGhcException
1482.74 s
[ghcide] throwGhcExceptionIO
1482.74 s
[ghcide] handleGhcException
1482.74 s
[ghcide] callStackDoc
1482.74 s
[ghcide] prettyCallStackDoc
1482.74 s
[ghcide] assertPpr
1482.74 s
[ghcide] assertPprMaybe
1482.74 s
[ghcide] massertPpr
1482.74 s
[ghcide] assertPprM
1482.74 s
[ghcide] CompileReason
1482.74 s
[ghcide] hscUpdateHUG
1482.74 s
[ghcide] hsc_HUG
1482.74 s
[ghcide] getKey
1482.74 s
[ghcide] mkCgInteractiveGuts
1482.74 s
[ghcide] justBytecode
1482.74 s
[ghcide] justObjects
1482.74 s
[ghcide] emptyHomeModInfoLinkable
1482.74 s
[ghcide] homeModInfoByteCode
1482.74 s
[ghcide] homeModInfoObject
1482.74 s
[ghcide] groupOrigin (src/Development/IDE/GHC/Compat/Core.hs:782)
1482.74 s
[ghcide] isVisibleFunArg (src/Development/IDE/GHC/Compat/Core.hs:631)
1482.76 s
[ghcide]
1482.76 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:462:1: warning : [ -Wdodgy-imports ]
1482.76 s
[ghcide] Module ‘GHC.Tc.Utils.Monad’ does not export ‘foldMapM’
1482.76 s
[ghcide] |
1482.76 s
[ghcide] 462 | import GHC.Tc.Utils.Monad hiding (Applicative (..), IORef,
1482.76 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1482.76 s
[ghcide]
1482.77 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:498:1: warning : [ -Wunused-imports ]
1482.77 s
[ghcide] The import of ‘GHC.Data.Bag’ is redundant
1482.77 s
[ghcide] except perhaps to import instances from ‘GHC.Data.Bag’
1482.77 s
[ghcide] To import instances alone, use: import GHC.Data.Bag()
1482.77 s
[ghcide] |
1482.77 s
[ghcide] 498 | import GHC.Data.Bag
1482.77 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1482.77 s
[ghcide]
1482.77 s
[ghcide] src/Development/IDE/GHC/Compat/Core.hs:571:1: warning : [ -Wunused-imports ]
1482.77 s
[ghcide] The import of ‘GHC.Hs’ is redundant
1482.77 s
[ghcide] except perhaps to import instances from ‘GHC.Hs’
1482.77 s
[ghcide] To import instances alone, use: import GHC.Hs()
1482.77 s
[ghcide] |
1482.77 s
[ghcide] 571 | import GHC.Hs (SrcSpanAnn')
1482.77 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1482.91 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.GHC.Compat.Driver'
1482.91 s
[ghcide] Missing documentation for:
1482.91 s
[ghcide] Module header
1482.91 s
[ghcide] hscTypecheckRenameWithDiagnostics (src/Development/IDE/GHC/Compat/Driver.hs:49)
1482.94 s
[ghcide] 53% ( 25 / 47) in 'Development.IDE.GHC.Compat.Env'
1482.94 s
[ghcide] Missing documentation for:
1482.94 s
[ghcide] hsc_HPT
1482.94 s
[ghcide] setInteractivePrintName
1482.94 s
[ghcide] hsc_EPS (src/Development/IDE/GHC/Compat/Env.hs:74)
1482.94 s
[ghcide] hscSetHooks (src/Development/IDE/GHC/Compat/Env.hs:94)
1482.94 s
[ghcide] hscHomeUnit (src/Development/IDE/GHC/Compat/Env.hs:98)
1482.94 s
[ghcide] HomeUnit
1482.94 s
[ghcide] setHomeUnitId_ (src/Development/IDE/GHC/Compat/Env.hs:80)
1482.94 s
[ghcide] Logger
1482.94 s
[ghcide] UnitEnv
1482.94 s
[ghcide] hscSetUnitEnv (src/Development/IDE/GHC/Compat/Env.hs:91)
1482.94 s
[ghcide] hscSetFlags (src/Development/IDE/GHC/Compat/Env.hs:83)
1482.94 s
[ghcide] initTempFs (src/Development/IDE/GHC/Compat/Env.hs:86)
1482.94 s
[ghcide] setInterpreterLinkerOptions (src/Development/IDE/GHC/Compat/Env.hs:116)
1482.94 s
[ghcide] Ways
1482.94 s
[ghcide] setWays (src/Development/IDE/GHC/Compat/Env.hs:132)
1482.94 s
[ghcide] setBackend (src/Development/IDE/GHC/Compat/Env.hs:152)
1482.94 s
[ghcide] ghciBackend (src/Development/IDE/GHC/Compat/Env.hs:141)
1482.94 s
[ghcide] platformDefaultBackend (src/Development/IDE/GHC/Compat/Env.hs:148)
1482.94 s
[ghcide] workingDirectory
1482.94 s
[ghcide] setWorkingDirectory (src/Development/IDE/GHC/Compat/Env.hs:77)
1482.94 s
[ghcide] hscSetActiveUnitId
1482.94 s
[ghcide] reexportedModules
1483.12 s
[ghcide] 68% ( 15 / 22) in 'Development.IDE.GHC.Compat.Error'
1483.12 s
[ghcide] Missing documentation for:
1483.12 s
[ghcide] Module header
1483.12 s
[ghcide] msgEnvelopeErrorL (src/Development/IDE/GHC/Compat/Error.hs:67)
1483.12 s
[ghcide] PsMessage
1483.12 s
[ghcide] _TcRnMessage (src/Development/IDE/GHC/Compat/Error.hs:33)
1483.12 s
[ghcide] _GhcPsMessage (src/Development/IDE/GHC/Compat/Error.hs:38)
1483.12 s
[ghcide] _GhcDsMessage (src/Development/IDE/GHC/Compat/Error.hs:43)
1483.12 s
[ghcide] _GhcDriverMessage (src/Development/IDE/GHC/Compat/Error.hs:48)
1483.14 s
[ghcide] Warning: 'a_a4ME' is out of scope.
1483.14 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1483.14 s
[ghcide] Warning: 'a' is out of scope.
1483.14 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1483.14 s
[ghcide] 43% ( 23 / 53) in 'Development.IDE.GHC.Compat.Outputable'
1483.14 s
[ghcide] Missing documentation for:
1483.14 s
[ghcide] Module header
1483.14 s
[ghcide] showSDocUnsafe
1483.14 s
[ghcide] ppr
1483.14 s
[ghcide] text
1483.14 s
[ghcide] empty
1483.14 s
[ghcide] hang
1483.14 s
[ghcide] punctuate
1483.14 s
[ghcide] printSDocQualifiedUnsafe (src/Development/IDE/GHC/Compat/Outputable.hs:94)
1483.14 s
[ghcide] mkPrintUnqualifiedDefault (src/Development/IDE/GHC/Compat/Outputable.hs:129)
1483.14 s
[ghcide] PrintUnqualified (src/Development/IDE/GHC/Compat/Outputable.hs:78)
1483.14 s
[ghcide] defaultUserStyle
1483.14 s
[ghcide] withPprStyle
1483.14 s
[ghcide] PsWarning
1483.14 s
[ghcide] PsError
1483.14 s
[ghcide] defaultDiagnosticOpts
1483.14 s
[ghcide] pprMessages
1483.14 s
[ghcide] renderDiagnosticMessageWithHints (src/Development/IDE/GHC/Compat/Outputable.hs:142)
1483.14 s
[ghcide] pprMsgEnvelopeBagWithLoc
1483.14 s
[ghcide] getMessages
1483.14 s
[ghcide] renderWithContext
1483.14 s
[ghcide] errMsgDiagnostic
1483.14 s
[ghcide] unDecorated
1483.14 s
[ghcide] ErrMsg (src/Development/IDE/GHC/Compat/Outputable.hs:122)
1483.14 s
[ghcide] WarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:123)
1483.14 s
[ghcide] errMsgSeverity
1483.14 s
[ghcide] formatErrorWithQual (src/Development/IDE/GHC/Compat/Outputable.hs:104)
1483.14 s
[ghcide] mkWarnMsg (src/Development/IDE/GHC/Compat/Outputable.hs:150)
1483.14 s
[ghcide] mkSrcErr
1483.14 s
[ghcide] srcErrorMessages
1483.14 s
[ghcide] textDoc (src/Development/IDE/GHC/Compat/Outputable.hs:153)
1483.20 s
[ghcide] 57% ( 4 / 7) in 'Development.IDE.GHC.Compat.Logger'
1483.20 s
[ghcide] Missing documentation for:
1483.20 s
[ghcide] putLogHook (src/Development/IDE/GHC/Compat/Logger.hs:21)
1483.20 s
[ghcide] LogActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:25)
1483.20 s
[ghcide] logActionCompat (src/Development/IDE/GHC/Compat/Logger.hs:28)
1483.24 s
[ghcide] 33% ( 1 / 3) in 'Development.IDE.GHC.Compat.Iface'
1483.24 s
[ghcide] Missing documentation for:
1483.24 s
[ghcide] writeIfaceFile (src/Development/IDE/GHC/Compat/Iface.hs:23)
1483.24 s
[ghcide] cannotFindModule (src/Development/IDE/GHC/Compat/Iface.hs:30)
1483.61 s
[ghcide] 44% ( 19 / 43) in 'Development.IDE.GHC.Compat.Units'
1483.61 s
[ghcide] Missing documentation for:
1483.61 s
[ghcide] UnitState
1483.61 s
[ghcide] initUnits (src/Development/IDE/GHC/Compat/Units.hs:92)
1483.61 s
[ghcide] unitState (src/Development/IDE/GHC/Compat/Units.hs:81)
1483.61 s
[ghcide] getUnitName (src/Development/IDE/GHC/Compat/Units.hs:133)
1483.61 s
[ghcide] explicitUnits (src/Development/IDE/GHC/Compat/Units.hs:125)
1483.61 s
[ghcide] preloadClosureUs (src/Development/IDE/GHC/Compat/Units.hs:152)
1483.61 s
[ghcide] listVisibleModuleNames (src/Development/IDE/GHC/Compat/Units.hs:129)
1483.61 s
[ghcide] lookupModuleWithSuggestions (src/Development/IDE/GHC/Compat/Units.hs:137)
1483.61 s
[ghcide] UnitInfoMap
1483.61 s
[ghcide] getUnitInfoMap (src/Development/IDE/GHC/Compat/Units.hs:145)
1483.61 s
[ghcide] lookupUnit (src/Development/IDE/GHC/Compat/Units.hs:149)
1483.61 s
[ghcide] unitHaddockInterfaces (src/Development/IDE/GHC/Compat/Units.hs:155)
1483.61 s
[ghcide] unitPackageNameString
1483.61 s
[ghcide] Unit
1483.61 s
[ghcide] unitString
1483.61 s
[ghcide] stringToUnit
1483.61 s
[ghcide] definiteUnitId (src/Development/IDE/GHC/Compat/Units.hs:167)
1483.61 s
[ghcide] defUnitId (src/Development/IDE/GHC/Compat/Units.hs:169)
1483.61 s
[ghcide] installedModule (src/Development/IDE/GHC/Compat/Units.hs:171)
1483.61 s
[ghcide] moduleUnitId
1483.61 s
[ghcide] filterInplaceUnits (src/Development/IDE/GHC/Compat/Units.hs:175)
1483.61 s
[ghcide] FinderCache
1483.61 s
[ghcide] showSDocForUser' (src/Development/IDE/GHC/Compat/Units.hs:186)
1483.61 s
[ghcide] findImportedModule (src/Development/IDE/GHC/Compat/Units.hs:189)
1483.69 s
[ghcide] 54% ( 31 / 57) in 'Development.IDE.GHC.Compat.Util'
1483.69 s
[ghcide] Missing documentation for:
1483.69 s
[ghcide] handleGhcException
1483.69 s
[ghcide] Bag
1483.69 s
[ghcide] bagToList
1483.69 s
[ghcide] listToBag
1483.69 s
[ghcide] unionBags
1483.69 s
[ghcide] isEmptyBag
1483.69 s
[ghcide] LBooleanFormula
1483.69 s
[ghcide] BooleanFormula
1483.69 s
[ghcide] OverridingBool
1483.69 s
[ghcide] MaybeErr
1483.69 s
[ghcide] Pair
1483.69 s
[ghcide] EnumSet
1483.69 s
[ghcide] toList
1483.69 s
[ghcide] uniq
1483.69 s
[ghcide] fsLit
1483.69 s
[ghcide] Fingerprint
1483.69 s
[ghcide] fingerprintData
1483.69 s
[ghcide] fingerprintString
1483.69 s
[ghcide] fingerprintFingerprints
1483.69 s
[ghcide] nonDetCmpUnique
1483.69 s
[ghcide] getUnique
1483.69 s
[ghcide] mkUnique
1483.69 s
[ghcide] newTagUnique
1483.69 s
[ghcide] emptyUDFM
1483.69 s
[ghcide] plusUDFM
1483.69 s
[ghcide] plusUDFM_C
1483.73 s
[ghcide] Warning: Couldn't find .haddock for export hpm_module
1483.73 s
[ghcide] Warning: Couldn't find .haddock for export hpm_src_files
1483.73 s
[ghcide] Warning: Couldn't find .haddock for export pm_parsed_source
1483.73 s
[ghcide] Warning: Couldn't find .haddock for export pm_mod_summary
1483.73 s
[ghcide] Warning: Couldn't find .haddock for export pm_extra_src_files
1483.73 s
[ghcide] 35% ( 6 / 17) in 'Development.IDE.GHC.Compat.Parser'
1483.73 s
[ghcide] Missing documentation for:
1483.73 s
[ghcide] initParserOpts (src/Development/IDE/GHC/Compat/Parser.hs:44)
1483.73 s
[ghcide] initParserState (src/Development/IDE/GHC/Compat/Parser.hs:48)
1483.73 s
[ghcide] PsSpan
1483.73 s
[ghcide] HsParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:53)
1483.73 s
[ghcide] HsParsedModule
1483.73 s
[ghcide] hpm_module
1483.73 s
[ghcide] hpm_src_files
1483.73 s
[ghcide] ParsedModule (src/Development/IDE/GHC/Compat/Parser.hs:66)
1483.73 s
[ghcide] pm_parsed_source
1483.73 s
[ghcide] pm_mod_summary
1483.73 s
[ghcide] pm_extra_src_files
1483.78 s
[ghcide] 66% ( 8 / 12) in 'Development.IDE.GHC.Compat.Plugins'
1483.78 s
[ghcide] Missing documentation for:
1483.78 s
[ghcide] PluginWithArgs
1483.78 s
[ghcide] applyPluginsParsedResultAction (src/Development/IDE/GHC/Compat/Plugins.hs:38)
1483.78 s
[ghcide] hsc_static_plugins (src/Development/IDE/GHC/Compat/Plugins.hs:48)
1483.78 s
[ghcide] getPsMessages (src/Development/IDE/GHC/Compat/Plugins.hs:34)
1483.91 s
[ghcide] 43% ( 56 /129) in 'Development.IDE.GHC.Compat'
1483.91 s
[ghcide] Missing documentation for:
1483.91 s
[ghcide] hPutStringBuffer
1483.91 s
[ghcide] addIncludePathsQuote (src/Development/IDE/GHC/Compat.hs:370)
1483.91 s
[ghcide] getModuleHash (src/Development/IDE/GHC/Compat.hs:408)
1483.91 s
[ghcide] setUpTypedHoles (src/Development/IDE/GHC/Compat.hs:380)
1483.91 s
[ghcide] lookupNameCache
1483.91 s
[ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:412)
1483.91 s
[ghcide] reLoc
1483.91 s
[ghcide] reLocA
1483.91 s
[ghcide] renderMessages (src/Development/IDE/GHC/Compat.hs:311)
1483.91 s
[ghcide] PFailedWithErrorMessages (src/Development/IDE/GHC/Compat.hs:322)
1483.91 s
[ghcide] myCoreToStgExpr (src/Development/IDE/GHC/Compat.hs:219)
1483.91 s
[ghcide] FastStringCompat (src/Development/IDE/GHC/Compat.hs:488)
1483.91 s
[ghcide] nodeInfo' (src/Development/IDE/GHC/Compat.hs:434)
1483.91 s
[ghcide] getNodeIds (src/Development/IDE/GHC/Compat.hs:425)
1483.91 s
[ghcide] sourceNodeInfo (src/Development/IDE/GHC/Compat.hs:449)
1483.91 s
[ghcide] generatedNodeInfo (src/Development/IDE/GHC/Compat.hs:452)
1483.91 s
[ghcide] simpleNodeInfoCompat (src/Development/IDE/GHC/Compat.hs:479)
1483.91 s
[ghcide] isAnnotationInNodeInfo (src/Development/IDE/GHC/Compat.hs:482)
1483.91 s
[ghcide] nodeAnnotations (src/Development/IDE/GHC/Compat.hs:485)
1483.91 s
[ghcide] mkAstNode (src/Development/IDE/GHC/Compat.hs:494)
1483.91 s
[ghcide] isQualifiedImport (src/Development/IDE/GHC/Compat.hs:416)
1483.91 s
[ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
1483.91 s
[ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:466)
1483.91 s
[ghcide] ghcVersionStr (src/Development/IDE/GHC/Compat.hs:463)
1483.91 s
[ghcide] HieFileResult
1483.91 s
[ghcide] hieExportNames (src/Development/IDE/GHC/Compat.hs:334)
1483.91 s
[ghcide] mkHieFile' (src/Development/IDE/GHC/Compat.hs:339)
1483.91 s
[ghcide] enrichHie
1483.91 s
[ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:374)
1483.91 s
[ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:377)
1483.91 s
[ghcide] Scope
1483.91 s
[ghcide] DeclType
1483.91 s
[ghcide] BindType
1483.91 s
[ghcide] RecFieldContext
1483.91 s
[ghcide] EvVarSource
1483.91 s
[ghcide] NodeIdentifiers
1483.91 s
[ghcide] Identifier
1483.91 s
[ghcide] HieAST
1483.91 s
[ghcide] HiePath
1483.91 s
[ghcide] HieTypeFlat
1483.91 s
[ghcide] TypeIndex
1483.91 s
[ghcide] Span
1483.91 s
[ghcide] HiePath
1483.91 s
[ghcide] pprNodeIdents
1483.91 s
[ghcide] pprIdentifier
1483.91 s
[ghcide] pprBindSpan
1483.91 s
[ghcide] hieNameOcc
1483.91 s
[ghcide] toHieName
1483.91 s
[ghcide] runUnlit
1483.91 s
[ghcide] runPp
1483.91 s
[ghcide] hscCompileCoreExprHook
1483.91 s
[ghcide] simplifyExpr (src/Development/IDE/GHC/Compat.hs:295)
1483.91 s
[ghcide] tidyExpr
1483.91 s
[ghcide] emptyTidyEnv
1483.91 s
[ghcide] corePrepExpr (src/Development/IDE/GHC/Compat.hs:302)
1483.91 s
[ghcide] corePrepPgm
1483.91 s
[ghcide] lintInteractiveExpr
1483.91 s
[ghcide] icInteractiveModule
1483.91 s
[ghcide] lookupHpt
1483.91 s
[ghcide] ModIfaceAnnotation (src/Development/IDE/GHC/Compat.hs:216)
1483.91 s
[ghcide] Annotation
1483.91 s
[ghcide] getDependentMods (src/Development/IDE/GHC/Compat.hs:292)
1483.91 s
[ghcide] mkRnEnv2
1483.91 s
[ghcide] emptyInScopeSet
1483.91 s
[ghcide] byteCodeGen
1483.91 s
[ghcide] bc_bcos
1483.91 s
[ghcide] loadDecls
1483.91 s
[ghcide] expectJust
1483.91 s
[ghcide] extract_cons (src/Development/IDE/GHC/Compat.hs:519)
1483.91 s
[ghcide] recDotDot (src/Development/IDE/GHC/Compat.hs:511)
1483.91 s
[ghcide] NameCacheUpdater (src/Development/IDE/GHC/Compat.hs:337)
1483.91 s
[ghcide] liftZonkM (src/Development/IDE/GHC/Compat.hs:208)
1483.91 s
[ghcide] nonDetFoldOccEnv (src/Development/IDE/GHC/Compat.hs:211)
1483.96 s
[ghcide]
1483.96 s
[ghcide] src/Development/IDE/GHC/Compat.hs:519:1: warning : [ GHC-38417 ] [ -Wmissing-signatures ]
1483.96 s
[ghcide] Top-level binding with no type signature:
1483.96 s
[ghcide] extract_cons :: DataDefnCons a -> [a]
1483.96 s
[ghcide] |
1483.96 s
[ghcide] 519 | extract_cons (NewTypeCon x) = [x]
1483.96 s
[ghcide] | ^^^^^^^^^^^^
1484.30 s
[ghcide] Warning: 'tcIdDetails' is out of scope.
1484.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1484.30 s
[ghcide] Warning: 'tcIfaceInfo' is out of scope.
1484.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1484.30 s
[ghcide] Warning: 'tcIfaceType' is out of scope.
1484.30 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1484.30 s
[ghcide] Warning: 'IfaceId' is ambiguous. It is defined
1484.30 s
[ghcide] * in ‘GHC.Iface.Syntax’
1484.30 s
[ghcide] * at src/Development/IDE/GHC/CoreFile.hs:61:1
1484.30 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1484.30 s
[ghcide] by specifying the type/value namespace explicitly.
1484.30 s
[ghcide] Defaulting to the one defined at src/Development/IDE/GHC/CoreFile.hs:61:1
1484.30 s
[ghcide] 37% ( 3 / 8) in 'Development.IDE.GHC.CoreFile'
1484.30 s
[ghcide] Missing documentation for:
1484.30 s
[ghcide] CoreFile (src/Development/IDE/GHC/CoreFile.hs:44)
1484.30 s
[ghcide] codeGutsToCoreFile (src/Development/IDE/GHC/CoreFile.hs:117)
1484.30 s
[ghcide] typecheckCoreFile (src/Development/IDE/GHC/CoreFile.hs:170)
1484.30 s
[ghcide] readBinCoreFile (src/Development/IDE/GHC/CoreFile.hs:82)
1484.30 s
[ghcide] getImplicitBinds (src/Development/IDE/GHC/CoreFile.hs:137)
1484.52 s
[ghcide] 66% ( 2 / 3) in 'Development.IDE.Main.HeapStats'
1484.52 s
[ghcide] Missing documentation for:
1484.52 s
[ghcide] Log (src/Development/IDE/Main/HeapStats.hs:14)
1484.55 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Session.Implicit'
1484.55 s
[ghcide] Missing documentation for:
1484.55 s
[ghcide] Module header
1484.55 s
[ghcide] loadImplicitCradle (session-loader/Development/IDE/Session/Implicit.hs:28)
1484.96 s
[ghcide] Warning: Couldn't find .haddock for export Location
1484.96 s
[ghcide] Warning: Couldn't find .haddock for export Position
1484.96 s
[ghcide] Warning: Couldn't find .haddock for export Range
1484.96 s
[ghcide] Warning: Couldn't find .haddock for export Uri
1484.96 s
[ghcide] Warning: Couldn't find .haddock for export NormalizedUri
1484.96 s
[ghcide] Warning: Couldn't find .haddock for export toNormalizedUri
1484.96 s
[ghcide] Warning: Couldn't find .haddock for export fromNormalizedUri
1484.96 s
[ghcide] Warning: Couldn't find .haddock for export NormalizedFilePath
1484.96 s
[ghcide] Warning: Couldn't find .haddock for export fromNormalizedFilePath
1484.96 s
[ghcide] 15% ( 3 / 20) in 'Development.IDE.Types.Location'
1484.96 s
[ghcide] Missing documentation for:
1484.96 s
[ghcide] Location
1484.96 s
[ghcide] noFilePath (src/Development/IDE/Types/Location.hs:69)
1484.96 s
[ghcide] noRange (src/Development/IDE/Types/Location.hs:73)
1484.96 s
[ghcide] Position
1484.96 s
[ghcide] showPosition (src/Development/IDE/Types/Location.hs:76)
1484.96 s
[ghcide] Range
1484.96 s
[ghcide] Uri
1484.96 s
[ghcide] NormalizedUri
1484.96 s
[ghcide] toNormalizedUri
1484.96 s
[ghcide] fromNormalizedUri
1484.96 s
[ghcide] NormalizedFilePath
1484.96 s
[ghcide] fromUri (src/Development/IDE/Types/Location.hs:66)
1484.96 s
[ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:46)
1484.96 s
[ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:58)
1484.96 s
[ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:41)
1484.96 s
[ghcide] fromNormalizedFilePath
1484.96 s
[ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:63)
1485.23 s
[ghcide] Warning: 'Prism' is ambiguous. It is defined
1485.39 s
[ghcide] * in ‘Control.Lens.Reified’
1485.39 s
[ghcide] * in ‘Control.Lens.Type’
1485.39 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1485.39 s
[ghcide] by specifying the type/value namespace explicitly.
1485.39 s
[ghcide] Defaulting to the one defined in ‘Control.Lens.Reified’
1485.39 s
[ghcide] Warning: 'Lens' is ambiguous. It is defined
1485.39 s
[ghcide] * in ‘Control.Lens.Reified’
1485.39 s
[ghcide] * in ‘Control.Lens.Type’
1485.39 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1485.39 s
[ghcide] by specifying the type/value namespace explicitly.
1485.39 s
[ghcide] Defaulting to the one defined in ‘Control.Lens.Reified’
1485.39 s
[ghcide] Warning: 'TcRnMessage' is out of scope.
1485.39 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1485.39 s
[ghcide] Warning: 'stripTcRnMessageContext' is out of scope.
1485.39 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1485.39 s
[ghcide] Warning: 'Document' is out of scope.
1485.39 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1485.39 s
[ghcide] Warning: Couldn't find .haddock for export Diagnostic
1485.39 s
[ghcide] Warning: Couldn't find .haddock for export DiagnosticSeverity
1485.39 s
[ghcide] 30% ( 7 / 23) in 'Development.IDE.Types.Diagnostics'
1485.39 s
[ghcide] Missing documentation for:
1485.39 s
[ghcide] Module header
1485.39 s
[ghcide] Diagnostic
1485.39 s
[ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:338)
1485.39 s
[ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
1485.39 s
[ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
1485.39 s
[ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:338)
1485.39 s
[ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
1485.39 s
[ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
1485.39 s
[ghcide] DiagnosticSeverity
1485.39 s
[ghcide] DiagnosticStore
1485.39 s
[ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:158)
1485.39 s
[ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:276)
1485.39 s
[ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:279)
1485.39 s
[ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:137)
1485.39 s
[ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:144)
1485.39 s
[ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:141)
1485.63 s
[ghcide] 42% ( 3 / 7) in 'Development.IDE.Session.Diagnostics'
1485.63 s
[ghcide] Missing documentation for:
1485.63 s
[ghcide] Module header
1485.63 s
[ghcide] CradleErrorDetails (session-loader/Development/IDE/Session/Diagnostics.hs:19)
1485.63 s
[ghcide] multiCradleErrMessage (session-loader/Development/IDE/Session/Diagnostics.hs:92)
1485.63 s
[ghcide] unknownModuleMessage (session-loader/Development/IDE/Session/Diagnostics.hs:100)
1486.21 s
[ghcide] Warning: 'PackageConfig' is out of scope.
1486.21 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1486.21 s
[ghcide] Warning: 'hDuplicateTo' is out of scope.
1486.21 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1486.21 s
[ghcide] Warning: 'a_a4ME' is out of scope.
1486.21 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1486.21 s
[ghcide] Warning: 'a' is out of scope.
1486.21 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1486.22 s
[ghcide] 65% ( 17 / 26) in 'Development.IDE.GHC.Util'
1486.22 s
[ghcide] Missing documentation for:
1486.22 s
[ghcide] runParser (src/Development/IDE/GHC/Util.hs:96)
1486.22 s
[ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:107)
1486.22 s
[ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:104)
1486.22 s
[ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:177)
1486.22 s
[ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:183)
1486.22 s
[ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:374)
1486.22 s
[ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:377)
1486.22 s
[ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:412)
1486.22 s
[ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:272)
1486.35 s
[ghcide] 100% ( 1 / 1) in 'Development.IDE.GHC.Orphans'
1486.37 s
[ghcide]
1486.37 s
[ghcide] src/Development/IDE/GHC/Orphans.hs:28:1: warning : [ -Wunused-imports ]
1486.37 s
[ghcide] The import of ‘GHC.Types.FieldLabel’ is redundant
1486.37 s
[ghcide] except perhaps to import instances from ‘GHC.Types.FieldLabel’
1486.37 s
[ghcide] To import instances alone, use: import GHC.Types.FieldLabel()
1486.37 s
[ghcide] |
1486.37 s
[ghcide] 28 | import GHC.Types.FieldLabel (DuplicateRecordFields (DuplicateRecordFields, NoDuplicateRecordFields),
1486.37 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1486.59 s
[ghcide] Warning: 'GetLocatedImports' is out of scope.
1486.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1486.59 s
[ghcide] Warning: 'target' is out of scope.
1486.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1486.59 s
[ghcide] Warning: 'GetKnownTargets' is out of scope.
1486.59 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1486.59 s
[ghcide] 14% ( 1 / 7) in 'Development.IDE.Types.KnownTargets'
1486.59 s
[ghcide] Missing documentation for:
1486.59 s
[ghcide] Module header
1486.59 s
[ghcide] emptyKnownTargets (src/Development/IDE/Types/KnownTargets.hs:63)
1486.59 s
[ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:51)
1486.59 s
[ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:47)
1486.59 s
[ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
1486.59 s
[ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:70)
1486.75 s
[ghcide] 5% ( 1 / 17) in 'Development.IDE.Types.Exports'
1486.75 s
[ghcide] Missing documentation for:
1486.75 s
[ghcide] Module header
1486.75 s
[ghcide] IdentInfo (src/Development/IDE/Types/Exports.hs:112)
1486.75 s
[ghcide] ExportsMap (src/Development/IDE/Types/Exports.hs:39)
1486.75 s
[ghcide] rendered (src/Development/IDE/Types/Exports.hs:90)
1486.75 s
[ghcide] moduleNameText (src/Development/IDE/Types/Exports.hs:106)
1486.75 s
[ghcide] renderOcc (src/Development/IDE/Types/Exports.hs:103)
1486.75 s
[ghcide] mkTypeOcc (src/Development/IDE/Types/Exports.hs:78)
1486.75 s
[ghcide] mkVarOrDataOcc (src/Development/IDE/Types/Exports.hs:70)
1486.75 s
[ghcide] isDatacon (src/Development/IDE/Types/Exports.hs:120)
1486.75 s
[ghcide] createExportsMap (src/Development/IDE/Types/Exports.hs:153)
1486.75 s
[ghcide] createExportsMapMg (src/Development/IDE/Types/Exports.hs:163)
1486.75 s
[ghcide] buildModuleExportMapFrom (src/Development/IDE/Types/Exports.hs:214)
1486.75 s
[ghcide] createExportsMapHieDb (src/Development/IDE/Types/Exports.hs:183)
1486.75 s
[ghcide] size (src/Development/IDE/Types/Exports.hs:67)
1486.75 s
[ghcide] exportsMapSize (src/Development/IDE/Types/Exports.hs:81)
1486.75 s
[ghcide] updateExportsMapMg (src/Development/IDE/Types/Exports.hs:173)
1486.97 s
[ghcide] Warning: 'Text' is out of scope.
1486.97 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1486.97 s
[ghcide] 25% ( 3 / 12) in 'Development.IDE.Spans.Common'
1486.97 s
[ghcide] Missing documentation for:
1486.97 s
[ghcide] Module header
1486.97 s
[ghcide] safeTyThingId (src/Development/IDE/Spans/Common.hs:55)
1486.97 s
[ghcide] safeTyThingType (src/Development/IDE/Spans/Common.hs:49)
1486.97 s
[ghcide] SpanDoc (src/Development/IDE/Spans/Common.hs:61)
1486.97 s
[ghcide] SpanDocUris (src/Development/IDE/Spans/Common.hs:67)
1486.97 s
[ghcide] emptySpanDoc (src/Development/IDE/Spans/Common.hs:74)
1486.97 s
[ghcide] spanDocToMarkdownForTest (src/Development/IDE/Spans/Common.hs:124)
1486.97 s
[ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
1486.97 s
[ghcide] TyThingMap (src/Development/IDE/Spans/Common.hs:38)
1487.23 s
[ghcide] 23% ( 4 / 17) in 'Development.IDE.Plugin.Completions.Types'
1487.23 s
[ghcide] Missing documentation for:
1487.23 s
[ghcide] Module header
1487.23 s
[ghcide] LocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:32)
1487.23 s
[ghcide] NonLocalCompletions (src/Development/IDE/Plugin/Completions/Types.hs:37)
1487.23 s
[ghcide] Backtick (src/Development/IDE/Plugin/Completions/Types.hs:44)
1487.23 s
[ghcide] CompletionsConfig (src/Development/IDE/Plugin/Completions/Types.hs:62)
1487.23 s
[ghcide] ExtendImport (src/Development/IDE/Plugin/Completions/Types.hs:68)
1487.23 s
[ghcide] Provenance (src/Development/IDE/Plugin/Completions/Types.hs:78)
1487.23 s
[ghcide] CompItem (src/Development/IDE/Plugin/Completions/Types.hs:84)
1487.23 s
[ghcide] QualCompls (src/Development/IDE/Plugin/Completions/Types.hs:100)
1487.23 s
[ghcide] properties (src/Development/IDE/Plugin/Completions/Types.hs:50)
1487.23 s
[ghcide] extendImportCommandId (src/Development/IDE/Plugin/Completions/Types.hs:47)
1487.23 s
[ghcide] nsJSON (src/Development/IDE/Plugin/Completions/Types.hs:163)
1487.23 s
[ghcide] parseNs (src/Development/IDE/Plugin/Completions/Types.hs:171)
1487.28 s
[ghcide] 50% ( 15 / 30) in 'Development.IDE.GHC.Error'
1487.28 s
[ghcide] Missing documentation for:
1487.28 s
[ghcide] Module header
1487.28 s
[ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:91)
1487.28 s
[ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:98)
1487.28 s
[ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:94)
1487.28 s
[ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:233)
1487.28 s
[ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:155)
1487.28 s
[ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:112)
1487.28 s
[ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:117)
1487.28 s
[ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:151)
1487.28 s
[ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:162)
1487.28 s
[ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:165)
1487.28 s
[ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:172)
1487.28 s
[ghcide] realSpan (src/Development/IDE/GHC/Error.hs:213)
1487.28 s
[ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:176)
1487.28 s
[ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:182)
1487.44 s
[ghcide] 42% ( 3 / 7) in 'Development.IDE.Types.HscEnvEq'
1487.44 s
[ghcide] Missing documentation for:
1487.44 s
[ghcide] Module header
1487.44 s
[ghcide] hscEnv (src/Development/IDE/Types/HscEnvEq.hs:38)
1487.44 s
[ghcide] updateHscEnvEq (src/Development/IDE/Types/HscEnvEq.hs:47)
1487.45 s
[ghcide] envPackageExports (src/Development/IDE/Types/HscEnvEq.hs:39)
1487.45 s
[ghcide]
1487.45 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:27:1: warning : [ -Wunused-imports ]
1487.45 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1487.45 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1487.45 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1487.45 s
[ghcide] |
1487.45 s
[ghcide] 27 | import GHC.Driver.Env (hsc_all_home_unit_ids)
1487.45 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1487.45 s
[ghcide]
1487.45 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:28:1: warning : [ -Wunused-imports ]
1487.45 s
[ghcide] The import of ‘Ide.PluginUtils’ is redundant
1487.45 s
[ghcide] except perhaps to import instances from ‘Ide.PluginUtils’
1487.45 s
[ghcide] To import instances alone, use: import Ide.PluginUtils()
1487.45 s
[ghcide] |
1487.45 s
[ghcide] 28 | import Ide.PluginUtils (toAbsolute)
1487.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1487.46 s
[ghcide]
1487.46 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:30:1: warning : [ -Wunused-imports ]
1487.46 s
[ghcide] The import of ‘System.Directory’ is redundant
1487.46 s
[ghcide] except perhaps to import instances from ‘System.Directory’
1487.46 s
[ghcide] To import instances alone, use: import System.Directory()
1487.46 s
[ghcide] |
1487.46 s
[ghcide] 30 | import System.Directory (makeAbsolute)
1487.46 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1487.46 s
[ghcide]
1487.46 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:56:5: warning : [ -Wunused-matches ]
1487.46 s
[ghcide] Defined but not used: ‘mod_cache’
1487.46 s
[ghcide] |
1487.46 s
[ghcide] 56 | mod_cache <- newIORef emptyInstalledModuleEnv
1487.46 s
[ghcide] | ^^^^^^^^^
1487.46 s
[ghcide]
1487.46 s
[ghcide] src/Development/IDE/Types/HscEnvEq.hs:57:5: warning : [ -Wunused-matches ]
1487.46 s
[ghcide] Defined but not used: ‘file_cache’
1487.46 s
[ghcide] |
1487.46 s
[ghcide] 57 | file_cache <- newIORef M.empty
1487.46 s
[ghcide] | ^^^^^^^^^^
1487.56 s
[ghcide] Warning: 'PositionRange' is out of scope.
1487.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1487.56 s
[ghcide] Warning: 'PositionMapping' is out of scope.
1487.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1487.56 s
[ghcide] 71% ( 5 / 7) in 'Development.IDE.Spans.LocalBindings'
1487.56 s
[ghcide] Missing documentation for:
1487.56 s
[ghcide] Module header
1487.56 s
[ghcide] bindings (src/Development/IDE/Spans/LocalBindings.hs:40)
1487.66 s
[ghcide] Warning: 'main' is out of scope.
1487.66 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1487.66 s
[ghcide] 37% ( 3 / 8) in 'Development.IDE.Import.FindImports'
1487.66 s
[ghcide] Missing documentation for:
1487.66 s
[ghcide] Module header
1487.66 s
[ghcide] Import (src/Development/IDE/Import/FindImports.hs:36)
1487.66 s
[ghcide] ArtifactsLocation (src/Development/IDE/Import/FindImports.hs:41)
1487.66 s
[ghcide] modSummaryToArtifactsLocation (src/Development/IDE/Import/FindImports.hs:58)
1487.66 s
[ghcide] isBootLocation (src/Development/IDE/Import/FindImports.hs:51)
1487.85 s
[ghcide] 29% ( 8 / 27) in 'Development.IDE.Import.DependencyInformation'
1487.85 s
[ghcide] Missing documentation for:
1487.85 s
[ghcide] Module header
1487.85 s
[ghcide] DependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:137)
1487.85 s
[ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
1487.85 s
[ghcide] NamedModuleDep (src/Development/IDE/Import/DependencyInformation.hs:382)
1487.85 s
[ghcide] ShowableModule (src/Development/IDE/Import/DependencyInformation.hs:156)
1487.85 s
[ghcide] ShowableModuleEnv (src/Development/IDE/Import/DependencyInformation.hs:160)
1487.85 s
[ghcide] PathIdMap (src/Development/IDE/Import/DependencyInformation.hs:79)
1487.85 s
[ghcide] emptyPathIdMap (src/Development/IDE/Import/DependencyInformation.hs:88)
1487.85 s
[ghcide] getPathId (src/Development/IDE/Import/DependencyInformation.hs:91)
1487.85 s
[ghcide] lookupPathToId (src/Development/IDE/Import/DependencyInformation.hs:112)
1487.85 s
[ghcide] insertImport (src/Development/IDE/Import/DependencyInformation.hs:106)
1487.85 s
[ghcide] pathToId (src/Development/IDE/Import/DependencyInformation.hs:109)
1487.85 s
[ghcide] idToPath (src/Development/IDE/Import/DependencyInformation.hs:115)
1487.85 s
[ghcide] idToModLocation (src/Development/IDE/Import/DependencyInformation.hs:118)
1487.85 s
[ghcide] reachableModules (src/Development/IDE/Import/DependencyInformation.hs:170)
1487.85 s
[ghcide] processDependencyInformation (src/Development/IDE/Import/DependencyInformation.hs:231)
1487.85 s
[ghcide] lookupModuleFile (src/Development/IDE/Import/DependencyInformation.hs:370)
1487.85 s
[ghcide] BootIdMap (src/Development/IDE/Import/DependencyInformation.hs:121)
1487.85 s
[ghcide] insertBootId (src/Development/IDE/Import/DependencyInformation.hs:123)
1488.31 s
[ghcide] 10% ( 6 / 57) in 'Development.IDE.Core.RuleTypes'
1488.31 s
[ghcide] Missing documentation for:
1488.31 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
1488.31 s
[ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
1488.31 s
[ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
1488.31 s
[ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
1488.31 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
1488.31 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
1488.31 s
[ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:86)
1488.31 s
[ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:435)
1488.31 s
[ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:425)
1488.31 s
[ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
1488.31 s
[ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:445)
1488.31 s
[ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:337)
1488.31 s
[ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:117)
1488.31 s
[ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:402)
1488.31 s
[ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:77)
1488.31 s
[ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:51)
1488.31 s
[ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:397)
1488.31 s
[ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:415)
1488.31 s
[ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:106)
1488.31 s
[ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:93)
1488.31 s
[ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:111)
1488.31 s
[ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:122)
1488.31 s
[ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:174)
1488.31 s
[ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:223)
1488.31 s
[ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:440)
1488.31 s
[ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:246)
1488.31 s
[ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:430)
1488.31 s
[ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:420)
1488.31 s
[ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:464)
1488.31 s
[ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:469)
1488.31 s
[ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:474)
1488.31 s
[ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:332)
1488.31 s
[ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:343)
1488.31 s
[ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:503)
1488.31 s
[ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:360)
1488.31 s
[ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:479)
1488.31 s
[ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:367)
1488.31 s
[ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:489)
1488.31 s
[ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:484)
1488.31 s
[ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:410)
1488.31 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:461)
1488.31 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:313)
1488.31 s
[ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:171)
1488.31 s
[ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:190)
1488.31 s
[ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:193)
1488.31 s
[ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:328)
1488.31 s
[ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1488.31 s
[ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1488.31 s
[ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1488.31 s
[ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1488.31 s
[ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1488.37 s
[ghcide]
1488.37 s
[ghcide] src/Development/IDE/Core/RuleTypes.hs:26:1: warning : [ -Wdodgy-imports ]
1488.37 s
[ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
1488.37 s
[ghcide] |
1488.37 s
[ghcide] 26 | import Development.IDE.GHC.Compat hiding
1488.37 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1488.39 s
[ghcide] Warning: 'phase' is out of scope.
1488.39 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.41 s
[ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Tracing'
1488.41 s
[ghcide] Missing documentation for:
1488.41 s
[ghcide] Module header
1488.41 s
[ghcide] otTracedProvider (src/Development/IDE/Core/Tracing.hs:134)
1488.41 s
[ghcide] otSetUri (src/Development/IDE/Core/Tracing.hs:87)
1488.41 s
[ghcide] otTracedGarbageCollection (src/Development/IDE/Core/Tracing.hs:120)
1488.41 s
[ghcide] withTrace (src/Development/IDE/Core/Tracing.hs:38)
1488.41 s
[ghcide] withEventTrace (src/Development/IDE/Core/Tracing.hs:46)
1488.45 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Core.Preprocessor'
1488.45 s
[ghcide] Missing documentation for:
1488.45 s
[ghcide] Module header
1488.48 s
[ghcide] Warning: 'ekg' is out of scope.
1488.48 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.48 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Types.Monitoring'
1488.48 s
[ghcide] Missing documentation for:
1488.48 s
[ghcide] Module header
1488.49 s
[ghcide] 50% ( 1 / 2) in 'Development.IDE.Monitoring.OpenTelemetry'
1488.49 s
[ghcide] Missing documentation for:
1488.49 s
[ghcide] Module header
1488.52 s
[ghcide] Warning: 'ComponentOptions' is out of scope.
1488.52 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.52 s
[ghcide] Warning: 'HscEnvEq' is out of scope.
1488.52 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.52 s
[ghcide] 21% ( 3 / 14) in 'Development.IDE.Types.Options'
1488.52 s
[ghcide] Missing documentation for:
1488.52 s
[ghcide] IdeOptions (src/Development/IDE/Types/Options.hs:33)
1488.52 s
[ghcide] IdePreprocessedSource (src/Development/IDE/Types/Options.hs:91)
1488.52 s
[ghcide] IdeReportProgress (src/Development/IDE/Types/Options.hs:100)
1488.52 s
[ghcide] IdeDefer (src/Development/IDE/Types/Options.hs:101)
1488.52 s
[ghcide] IdeTesting (src/Development/IDE/Types/Options.hs:102)
1488.52 s
[ghcide] IdeOTMemoryProfiling (src/Development/IDE/Types/Options.hs:103)
1488.52 s
[ghcide] clientSupportsProgress (src/Development/IDE/Types/Options.hs:112)
1488.52 s
[ghcide] defaultIdeOptions (src/Development/IDE/Types/Options.hs:116)
1488.52 s
[ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
1488.52 s
[ghcide] OptHaddockParse (src/Development/IDE/Types/Options.hs:88)
1488.52 s
[ghcide] ProgressReportingStyle (src/Development/IDE/Types/Options.hs:105)
1488.56 s
[ghcide] Warning: 'delayedProgressReporting' is out of scope.
1488.56 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.56 s
[ghcide] 23% ( 3 / 13) in 'Development.IDE.Core.ProgressReporting'
1488.56 s
[ghcide] Missing documentation for:
1488.56 s
[ghcide] Module header
1488.56 s
[ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
1488.56 s
[ghcide] PerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:57)
1488.56 s
[ghcide] ProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:50)
1488.56 s
[ghcide] noPerFileProgressReporting (src/Development/IDE/Core/ProgressReporting.hs:94)
1488.56 s
[ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:225)
1488.56 s
[ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:229)
1488.56 s
[ghcide] recordProgress (src/Development/IDE/Core/ProgressReporting.hs:136)
1488.56 s
[ghcide] progressStop (src/Development/IDE/Core/ProgressReporting.hs:66)
1488.56 s
[ghcide] progressUpdate (src/Development/IDE/Core/ProgressReporting.hs:65)
1488.60 s
[ghcide] 30% ( 6 / 20) in 'Development.IDE.Types.Shake'
1488.60 s
[ghcide] Missing documentation for:
1488.60 s
[ghcide] Module header
1488.60 s
[ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
1488.60 s
[ghcide] Value (src/Development/IDE/Types/Shake.hs:47)
1488.60 s
[ghcide] ValueWithDiagnostics (src/Development/IDE/Types/Shake.hs:62)
1488.60 s
[ghcide] Key
1488.60 s
[ghcide] ShakeValue (src/Development/IDE/Types/Shake.hs:117)
1488.60 s
[ghcide] isBadDependency (src/Development/IDE/Types/Shake.hs:73)
1488.60 s
[ghcide] toShakeValue (src/Development/IDE/Types/Shake.hs:114)
1488.60 s
[ghcide] encodeShakeValue (src/Development/IDE/Types/Shake.hs:129)
1488.60 s
[ghcide] decodeShakeValue (src/Development/IDE/Types/Shake.hs:135)
1488.60 s
[ghcide] toKey (src/Development/IDE/Types/Shake.hs:78)
1488.60 s
[ghcide] toNoFileKey (src/Development/IDE/Types/Shake.hs:95)
1488.60 s
[ghcide] fromKey (src/Development/IDE/Types/Shake.hs:81)
1488.60 s
[ghcide] WithHieDbShield (src/Development/IDE/Types/Shake.hs:45)
1488.76 s
[ghcide] Warning: 'runInShakeSession' is out of scope.
1488.76 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.76 s
[ghcide] Warning: 'proper' is out of scope.
1488.76 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.76 s
[ghcide] Warning: 'LanguageContextEnv' is out of scope.
1488.76 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.76 s
[ghcide] Warning: 'resRootPath' is out of scope.
1488.76 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.76 s
[ghcide] Warning: 'Initialized' is out of scope.
1488.76 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.77 s
[ghcide] Warning: 'useWithStaleE' is out of scope.
1488.77 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.77 s
[ghcide] Warning: 'usesE' is out of scope.
1488.77 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1488.77 s
[ghcide] 41% ( 35 / 85) in 'Development.IDE.Core.Shake'
1488.77 s
[ghcide] Missing documentation for:
1488.77 s
[ghcide] $sel:shakeExtras:IdeState (src/Development/IDE/Core/Shake.hs:560)
1488.77 s
[ghcide] $sel:shakeDb:IdeState (src/Development/IDE/Core/Shake.hs:558)
1488.77 s
[ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
1488.77 s
[ghcide] getShakeExtras (src/Development/IDE/Core/Shake.hs:344)
1488.77 s
[ghcide] getShakeExtrasRules (src/Development/IDE/Core/Shake.hs:350)
1488.77 s
[ghcide] Target (src/Development/IDE/Types/KnownTargets.hs:66)
1488.77 s
[ghcide] toKnownFiles (src/Development/IDE/Types/KnownTargets.hs:70)
1488.77 s
[ghcide] unionKnownTargets (src/Development/IDE/Types/KnownTargets.hs:47)
1488.77 s
[ghcide] mkKnownTargets (src/Development/IDE/Types/KnownTargets.hs:51)
1488.77 s
[ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
1488.77 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
1488.77 s
[ghcide] shakeShut (src/Development/IDE/Core/Shake.hs:754)
1488.77 s
[ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1108)
1488.77 s
[ghcide] use_ (src/Development/IDE/Core/Shake.hs:1117)
1488.77 s
[ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1120)
1488.77 s
[ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
1488.77 s
[ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1014)
1488.77 s
[ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1197)
1488.77 s
[ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1202)
1488.77 s
[ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:932)
1488.77 s
[ghcide] mRunLspT (src/Development/IDE/Core/ProgressReporting.hs:225)
1488.77 s
[ghcide] mRunLspTCallback (src/Development/IDE/Core/ProgressReporting.hs:229)
1488.77 s
[ghcide] getHiddenDiagnostics (src/Development/IDE/Core/Shake.hs:936)
1488.77 s
[ghcide] IsIdeGlobal (src/Development/IDE/Core/Shake.hs:389)
1488.77 s
[ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:403)
1488.77 s
[ghcide] addIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:408)
1488.77 s
[ghcide] getIdeGlobalState (src/Development/IDE/Core/Shake.hs:427)
1488.77 s
[ghcide] getIdeGlobalAction (src/Development/IDE/Core/Shake.hs:424)
1488.77 s
[ghcide] getIdeGlobalExtras (src/Development/IDE/Core/Shake.hs:414)
1488.77 s
[ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:433)
1488.77 s
[ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:445)
1488.77 s
[ghcide] GlobalIdeOptions (src/Development/IDE/Core/Shake.hs:430)
1488.77 s
[ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:372)
1488.77 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1379)
1488.77 s
[ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1382)
1488.77 s
[ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1429)
1488.77 s
[ghcide] updatePositionMappingHelper (src/Development/IDE/Core/Shake.hs:1437)
1488.77 s
[ghcide] WithProgressFunc (src/Development/IDE/Core/Shake.hs:337)
1488.77 s
[ghcide] WithIndefiniteProgressFunc (src/Development/IDE/Core/Shake.hs:339)
1488.77 s
[ghcide] ProgressEvent (src/Development/IDE/Core/ProgressReporting.hs:45)
1488.77 s
[ghcide] DelayedAction (src/Development/IDE/Types/Action.hs:22)
1488.77 s
[ghcide] mkDelayedAction (src/Development/IDE/Core/Shake.hs:777)
1488.77 s
[ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1061)
1488.77 s
[ghcide] mkUpdater (src/Development/IDE/Core/Shake.hs:1068)
1488.77 s
[ghcide] Q (src/Development/IDE/Types/Shake.hs:98)
1488.77 s
[ghcide] HieDb
1488.77 s
[ghcide] garbageCollectDirtyKeysOlderThan (src/Development/IDE/Core/Shake.hs:952)
1488.77 s
[ghcide] Log (src/Development/IDE/Core/Shake.hs:181)
1488.77 s
[ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
1488.77 s
[ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
1489.05 s
[ghcide] Warning: 'unsafeGlobalDynFlags' is out of scope.
1489.05 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1489.05 s
[ghcide] Warning: 'HieWriterChan' is out of scope.
1489.05 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1489.05 s
[ghcide] 40% ( 4 / 10) in 'Development.IDE.Session'
1489.05 s
[ghcide] Missing documentation for:
1489.05 s
[ghcide] SessionLoadingOptions (session-loader/Development/IDE/Session.hs:231)
1489.05 s
[ghcide] CacheDirs (session-loader/Development/IDE/Session.hs:228)
1489.05 s
[ghcide] getInitialGhcLibDirDefault (session-loader/Development/IDE/Session.hs:277)
1489.05 s
[ghcide] getHieDbLoc (session-loader/Development/IDE/Session.hs:395)
1489.05 s
[ghcide] retryOnSqliteBusy (session-loader/Development/IDE/Session.hs:340)
1489.05 s
[ghcide] Log (session-loader/Development/IDE/Session.hs:131)
1489.77 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.LSP.Server'
1489.77 s
[ghcide] Missing documentation for:
1489.77 s
[ghcide] Module header
1489.77 s
[ghcide] ReactorMessage (src/Development/IDE/LSP/Server.hs:23)
1489.77 s
[ghcide] ReactorChan (src/Development/IDE/LSP/Server.hs:27)
1489.77 s
[ghcide] ServerM (src/Development/IDE/LSP/Server.hs:28)
1489.77 s
[ghcide] requestHandler (src/Development/IDE/LSP/Server.hs:31)
1489.77 s
[ghcide] notificationHandler (src/Development/IDE/LSP/Server.hs:46)
1489.79 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.Plugin'
1489.79 s
[ghcide] Missing documentation for:
1489.79 s
[ghcide] Module header
1489.79 s
[ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
1489.85 s
[ghcide] Warning: 'data_' is out of scope.
1489.85 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1489.85 s
[ghcide] 25% ( 1 / 4) in 'Development.IDE.Plugin.HLS'
1489.85 s
[ghcide] Missing documentation for:
1489.85 s
[ghcide] Module header
1489.85 s
[ghcide] toResponseError (src/Development/IDE/Plugin/HLS.hs:404)
1489.85 s
[ghcide] Log (src/Development/IDE/Plugin/HLS.hs:59)
1489.91 s
[ghcide] 10% ( 1 / 10) in 'Development.IDE.Core.IdeConfiguration'
1489.91 s
[ghcide] Missing documentation for:
1489.91 s
[ghcide] Module header
1489.91 s
[ghcide] registerIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:39)
1489.91 s
[ghcide] getIdeConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:43)
1489.91 s
[ghcide] parseConfiguration (src/Development/IDE/Core/IdeConfiguration.hs:47)
1489.91 s
[ghcide] parseWorkspaceFolder (src/Development/IDE/Core/IdeConfiguration.hs:58)
1489.91 s
[ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:79)
1489.91 s
[ghcide] modifyWorkspaceFolders (src/Development/IDE/Core/IdeConfiguration.hs:62)
1489.91 s
[ghcide] modifyClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:67)
1489.91 s
[ghcide] getClientSettings (src/Development/IDE/Core/IdeConfiguration.hs:91)
1489.95 s
[ghcide] 16% ( 1 / 6) in 'Development.IDE.LSP.LanguageServer'
1489.95 s
[ghcide] Missing documentation for:
1489.95 s
[ghcide] Module header
1489.95 s
[ghcide] runLanguageServer (src/Development/IDE/LSP/LanguageServer.hs:85)
1489.95 s
[ghcide] setupLSP (src/Development/IDE/LSP/LanguageServer.hs:129)
1489.95 s
[ghcide] Log (src/Development/IDE/LSP/LanguageServer.hs:50)
1489.95 s
[ghcide] ThreadQueue (src/Development/IDE/Core/Shake.hs:257)
1489.99 s
[ghcide] 33% ( 4 / 12) in 'Development.IDE.Core.OfInterest'
1489.99 s
[ghcide] Missing documentation for:
1489.99 s
[ghcide] getFilesOfInterest (src/Development/IDE/Core/OfInterest.hs:90)
1489.99 s
[ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
1489.99 s
[ghcide] addFileOfInterest (src/Development/IDE/Core/OfInterest.hs:107)
1489.99 s
[ghcide] deleteFileOfInterest (src/Development/IDE/Core/OfInterest.hs:120)
1489.99 s
[ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
1489.99 s
[ghcide] OfInterestVar (src/Development/IDE/Core/OfInterest.hs:61)
1489.99 s
[ghcide] scheduleGarbageCollection (src/Development/IDE/Core/OfInterest.hs:127)
1489.99 s
[ghcide] Log (src/Development/IDE/Core/OfInterest.hs:54)
1490.00 s
[ghcide]
1490.00 s
[ghcide] src/Development/IDE/Core/OfInterest.hs:32:1: warning : [ -Wunused-imports ]
1490.00 s
[ghcide] The qualified import of ‘Data.Aeson’ is redundant
1490.00 s
[ghcide] except perhaps to import instances from ‘Data.Aeson’
1490.00 s
[ghcide] To import instances alone, use: import Data.Aeson()
1490.00 s
[ghcide] |
1490.00 s
[ghcide] 32 | import qualified Data.Aeson as Aeson
1490.00 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1490.03 s
[ghcide] 30% ( 6 / 20) in 'Development.IDE.Core.FileStore'
1490.03 s
[ghcide] Missing documentation for:
1490.03 s
[ghcide] Module header
1490.03 s
[ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:211)
1490.03 s
[ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:214)
1490.03 s
[ghcide] fileStoreRules (src/Development/IDE/Core/FileStore.hs:233)
1490.03 s
[ghcide] modificationTime (src/Development/IDE/Core/FileStore.hs:177)
1490.03 s
[ghcide] typecheckParents (src/Development/IDE/Core/FileStore.hs:261)
1490.03 s
[ghcide] getModificationTimeImpl (src/Development/IDE/Core/FileStore.hs:116)
1490.03 s
[ghcide] addIdeGlobal (src/Development/IDE/Core/Shake.hs:403)
1490.03 s
[ghcide] getFileContentsImpl (src/Development/IDE/Core/FileStore.hs:184)
1490.03 s
[ghcide] getModTime (src/Development/IDE/Core/FileUtils.hs:25)
1490.03 s
[ghcide] isWatchSupported (src/Development/IDE/Core/FileStore.hs:313)
1490.03 s
[ghcide] registerFileWatches (src/Development/IDE/Core/FileStore.hs:283)
1490.03 s
[ghcide] shareFilePath (src/Development/IDE/Core/FileStore.hs:328)
1490.03 s
[ghcide] Log (src/Development/IDE/Core/FileStore.hs:82)
1490.16 s
[ghcide] Warning: 'ParsedModule' is ambiguous. It is defined
1490.16 s
[ghcide] * at src/Development/IDE/GHC/Compat/Parser.hs:67:1
1490.16 s
[ghcide] * in ‘GHC’
1490.16 s
[ghcide] You may be able to disambiguate the identifier by qualifying it or
1490.16 s
[ghcide] by specifying the type/value namespace explicitly.
1490.16 s
[ghcide] Defaulting to the one defined at src/Development/IDE/GHC/Compat/Parser.hs:67:1
1490.17 s
[ghcide] Warning: 'runtime_deps' is out of scope.
1490.17 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.17 s
[ghcide] 45% ( 14 / 31) in 'Development.IDE.Core.Compile'
1490.17 s
[ghcide] Missing documentation for:
1490.17 s
[ghcide] typecheckModule (src/Development/IDE/Core/Compile.hs:183)
1490.17 s
[ghcide] addRelativeImport (src/Development/IDE/Core/Compile.hs:779)
1490.17 s
[ghcide] mkHiFileResultCompile (src/Development/IDE/Core/Compile.hs:455)
1490.17 s
[ghcide] mkHiFileResultNoCompile (src/Development/IDE/Core/Compile.hs:437)
1490.17 s
[ghcide] generateObjectCode (src/Development/IDE/Core/Compile.hs:634)
1490.17 s
[ghcide] generateByteCode (src/Development/IDE/Core/Compile.hs:672)
1490.17 s
[ghcide] generateHieAsts (src/Development/IDE/Core/Compile.hs:792)
1490.17 s
[ghcide] writeAndIndexHieFile (src/Development/IDE/Core/Compile.hs:914)
1490.17 s
[ghcide] writeHiFile (src/Development/IDE/Core/Compile.hs:934)
1490.17 s
[ghcide] loadHieFile (src/Development/IDE/Core/Compile.hs:1286)
1490.17 s
[ghcide] RecompilationInfo (src/Development/IDE/Core/Compile.hs:1353)
1490.17 s
[ghcide] mergeEnvs (src/Development/IDE/Core/Compile.hs:975)
1490.17 s
[ghcide] ml_core_file (src/Development/IDE/Core/Compile.hs:1371)
1490.17 s
[ghcide] coreFileToLinkable (src/Development/IDE/Core/Compile.hs:1537)
1490.17 s
[ghcide] TypecheckHelpers (src/Development/IDE/Core/Compile.hs:177)
1490.17 s
[ghcide] sourceTypecheck (src/Development/IDE/Core/Compile.hs:143)
1490.17 s
[ghcide] sourceParser (src/Development/IDE/Core/Compile.hs:145)
1490.29 s
[ghcide]
1490.29 s
[ghcide] src/Development/IDE/Core/Compile.hs:66:1: warning : [ -Wunused-imports ]
1490.34 s
[ghcide] The qualified import of ‘Data.List.NonEmpty’ is redundant
1490.34 s
[ghcide] except perhaps to import instances from ‘Data.List.NonEmpty’
1490.34 s
[ghcide] To import instances alone, use: import Data.List.NonEmpty()
1490.34 s
[ghcide] |
1490.34 s
[ghcide] 66 | import qualified Data.List.NonEmpty as NE
1490.34 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1490.34 s
[ghcide]
1490.34 s
[ghcide] src/Development/IDE/Core/Compile.hs:71:72: warning : [ -Wunused-imports ]
1490.34 s
[ghcide] The import of ‘getCurrentTime’ from module ‘Data.Time’ is redundant
1490.34 s
[ghcide] |
1490.34 s
[ghcide] 71 | import Data.Time (UTCTime (..), getCurrentTime )
1490.34 s
[ghcide] | ^^^^^^^^^^^^^^
1490.34 s
[ghcide]
1490.34 s
[ghcide] src/Development/IDE/Core/Compile.hs:80:1: warning : [ -Wdodgy-imports ]
1490.34 s
[ghcide] Module ‘Development.IDE.GHC.Compat’ does not export ‘assert’
1490.34 s
[ghcide] |
1490.34 s
[ghcide] 80 | import Development.IDE.GHC.Compat hiding (assert,
1490.34 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1490.34 s
[ghcide]
1490.34 s
[ghcide] src/Development/IDE/Core/Compile.hs:139:1: warning : [ -Wunused-imports ]
1490.34 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1490.34 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1490.34 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1490.34 s
[ghcide] |
1490.34 s
[ghcide] 139 | import GHC.Driver.Env ( hsc_all_home_unit_ids )
1490.34 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1490.34 s
[ghcide]
1490.34 s
[ghcide] src/Development/IDE/Core/Compile.hs:140:1: warning : [ -Wunused-imports ]
1490.34 s
[ghcide] The import of ‘Development.IDE.Import.FindImports’ is redundant
1490.34 s
[ghcide] except perhaps to import instances from ‘Development.IDE.Import.FindImports’
1490.34 s
[ghcide] To import instances alone, use: import Development.IDE.Import.FindImports()
1490.34 s
[ghcide] |
1490.34 s
[ghcide] 140 | import Development.IDE.Import.FindImports
1490.34 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1490.34 s
[ghcide]
1490.34 s
[ghcide] src/Development/IDE/Core/Compile.hs:982:18: warning : [ -Wunused-matches ]
1490.34 s
[ghcide] Defined but not used: ‘dep_info’
1490.34 s
[ghcide] |
1490.34 s
[ghcide] 982 | mergeEnvs env mg dep_info ms extraMods envs = do
1490.34 s
[ghcide] | ^^^^^^^^
1490.34 s
[ghcide]
1490.34 s
[ghcide] src/Development/IDE/Core/Compile.hs:1480:27: warning : [ -Wunused-matches ]
1490.34 s
[ghcide] Defined but not used: ‘hsc_env’
1490.34 s
[ghcide] |
1490.34 s
[ghcide] 1480 | checkLinkableDependencies hsc_env get_linkable_hashes get_module_graph runtime_deps = do
1490.34 s
[ghcide] | ^^^^^^^
1490.35 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Documentation'
1490.35 s
[ghcide] Missing documentation for:
1490.35 s
[ghcide] Module header
1490.35 s
[ghcide] getDocumentation (src/Development/IDE/Spans/Documentation.hs:103)
1490.35 s
[ghcide] getDocumentationTryGhc (src/Development/IDE/Spans/Documentation.hs:67)
1490.35 s
[ghcide] getDocumentationsTryGhc (src/Development/IDE/Spans/Documentation.hs:72)
1490.35 s
[ghcide] DocMap (src/Development/IDE/Spans/Common.hs:37)
1490.35 s
[ghcide] mkDocMap (src/Development/IDE/Spans/Documentation.hs:37)
1490.44 s
[ghcide] 50% ( 8 / 16) in 'Development.IDE.Spans.AtPoint'
1490.44 s
[ghcide] Missing documentation for:
1490.44 s
[ghcide] documentHighlight (src/Development/IDE/Spans/AtPoint.hs:170)
1490.44 s
[ghcide] pointCommand (src/Development/IDE/Spans/AtPoint.hs:564)
1490.44 s
[ghcide] referencesAtPoint (src/Development/IDE/Spans/AtPoint.hs:124)
1490.44 s
[ghcide] computeTypeReferences (src/Development/IDE/Spans/AtPoint.hs:81)
1490.44 s
[ghcide] defRowToSymbolInfo (src/Development/IDE/Spans/AtPoint.hs:546)
1490.44 s
[ghcide] getNamesAtPoint (src/Development/IDE/Spans/AtPoint.hs:114)
1490.44 s
[ghcide] toCurrentLocation (src/Development/IDE/Spans/AtPoint.hs:120)
1490.44 s
[ghcide] rowToLoc (src/Development/IDE/Spans/AtPoint.hs:151)
1490.51 s
[ghcide] Warning: 'FileExistsState' is out of scope.
1490.51 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.54 s
[ghcide] 36% ( 4 / 11) in 'Development.IDE.Core.Service'
1490.54 s
[ghcide] Missing documentation for:
1490.54 s
[ghcide] getIdeOptions (src/Development/IDE/Core/Shake.hs:433)
1490.54 s
[ghcide] getIdeOptionsIO (src/Development/IDE/Core/Shake.hs:445)
1490.54 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:105)
1490.54 s
[ghcide] getDiagnostics (src/Development/IDE/Core/Shake.hs:932)
1490.54 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1379)
1490.54 s
[ghcide] updatePositionMapping (src/Development/IDE/Core/Shake.hs:1429)
1490.54 s
[ghcide] Log (src/Development/IDE/Core/Service.hs:44)
1490.56 s
[ghcide] 0% ( 0 / 5) in 'Development.IDE.LSP.Notifications'
1490.56 s
[ghcide] Missing documentation for:
1490.56 s
[ghcide] Module header
1490.56 s
[ghcide] whenUriFile (src/Development/IDE/LSP/Notifications.hs:63)
1490.56 s
[ghcide] descriptor (src/Development/IDE/LSP/Notifications.hs:66)
1490.56 s
[ghcide] Log (src/Development/IDE/LSP/Notifications.hs:41)
1490.56 s
[ghcide] ghcideNotificationsPluginPriority (src/Development/IDE/LSP/Notifications.hs:159)
1490.60 s
[ghcide] Warning: 'use' is out of scope.
1490.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.60 s
[ghcide] Warning: 'uses' is out of scope.
1490.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.60 s
[ghcide] Warning: 'useWithStale' is out of scope.
1490.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.60 s
[ghcide] Warning: 'runIdeAction' is out of scope.
1490.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.60 s
[ghcide] Warning: 'useWithStaleFast' is out of scope.
1490.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.60 s
[ghcide] Warning: 'uriToFilePath' is out of scope.
1490.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.60 s
[ghcide] Warning: 'CodeAction' is out of scope.
1490.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.60 s
[ghcide] Warning: 'CodeActionParam' is out of scope.
1490.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.60 s
[ghcide] Warning: 'CodeActionContext' is out of scope.
1490.60 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.60 s
[ghcide] 93% ( 28 / 30) in 'Development.IDE.Core.PluginUtils'
1490.60 s
[ghcide] Missing documentation for:
1490.60 s
[ghcide] Module header
1490.60 s
[ghcide] mkFormattingHandlers (src/Development/IDE/Core/PluginUtils.hs:235)
1490.65 s
[ghcide] 33% ( 3 / 9) in 'Development.IDE.Core.Actions'
1490.65 s
[ghcide] Missing documentation for:
1490.65 s
[ghcide] Module header
1490.65 s
[ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:112)
1490.65 s
[ghcide] getImplementationDefinition (src/Development/IDE/Core/Actions.hs:124)
1490.65 s
[ghcide] highlightAtPoint (src/Development/IDE/Core/Actions.hs:133)
1490.65 s
[ghcide] refsAtPoint (src/Development/IDE/Core/Actions.hs:141)
1490.65 s
[ghcide] workspaceSymbols (src/Development/IDE/Core/Actions.hs:148)
1490.77 s
[ghcide] Warning: 'Foo' is out of scope.
1490.77 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.77 s
[ghcide] Warning: 'ghcide' is out of scope.
1490.77 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1490.77 s
[ghcide] 40% ( 20 / 50) in 'Development.IDE.Core.Rules'
1490.77 s
[ghcide] Missing documentation for:
1490.77 s
[ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
1490.77 s
[ghcide] TransitiveDependencies (src/Development/IDE/Import/DependencyInformation.hs:374)
1490.77 s
[ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
1490.77 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:105)
1490.77 s
[ghcide] defineNoFile (src/Development/IDE/Core/Shake.hs:1197)
1490.77 s
[ghcide] defineEarlyCutOffNoFile (src/Development/IDE/Core/Shake.hs:1202)
1490.77 s
[ghcide] RulesConfig (src/Development/IDE/Core/Rules.hs:1176)
1490.77 s
[ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1041)
1490.77 s
[ghcide] usePropertyByPathAction (src/Development/IDE/Core/Rules.hs:1051)
1490.77 s
[ghcide] getLocatedImportsRule (src/Development/IDE/Core/Rules.hs:315)
1490.77 s
[ghcide] reportImportCyclesRule (src/Development/IDE/Core/Rules.hs:472)
1490.77 s
[ghcide] getDocMapRule (src/Development/IDE/Core/Rules.hs:567)
1490.77 s
[ghcide] loadGhcSession (src/Development/IDE/Core/Rules.hs:682)
1490.77 s
[ghcide] getModIfaceRule (src/Development/IDE/Core/Rules.hs:915)
1490.77 s
[ghcide] getModSummaryRule (src/Development/IDE/Core/Rules.hs:862)
1490.77 s
[ghcide] getModuleGraphRule (src/Development/IDE/Core/Rules.hs:626)
1490.77 s
[ghcide] knownFilesRule (src/Development/IDE/Core/Rules.hs:613)
1490.77 s
[ghcide] getClientSettingsRule (src/Development/IDE/Core/Rules.hs:1035)
1490.77 s
[ghcide] getHieAstsRule (src/Development/IDE/Core/Rules.hs:502)
1490.77 s
[ghcide] getBindingsRule (src/Development/IDE/Core/Rules.hs:559)
1490.77 s
[ghcide] needsCompilationRule (src/Development/IDE/Core/Rules.hs:1133)
1490.77 s
[ghcide] generateCoreRule (src/Development/IDE/Core/Rules.hs:911)
1490.77 s
[ghcide] getImportMapRule (src/Development/IDE/Core/Rules.hs:549)
1490.77 s
[ghcide] getParsedModuleDefinition (src/Development/IDE/Core/Rules.hs:303)
1490.77 s
[ghcide] typeCheckRuleDefinition (src/Development/IDE/Core/Rules.hs:652)
1490.77 s
[ghcide] getRebuildCount (src/Development/IDE/Core/Rules.hs:946)
1490.77 s
[ghcide] getSourceFileSource (src/Development/IDE/Core/Rules.hs:226)
1490.77 s
[ghcide] GhcSessionDepsConfig (src/Development/IDE/Core/Rules.hs:726)
1490.77 s
[ghcide] Log (src/Development/IDE/Core/Rules.hs:179)
1490.77 s
[ghcide] DisplayTHWarning (src/Development/IDE/Core/Rules.hs:859)
1490.90 s
[ghcide]
1490.90 s
[ghcide] src/Development/IDE/Core/Rules.hs:177:1: warning : [ -Wunused-imports ]
1490.90 s
[ghcide] The import of ‘GHC.Driver.Env’ is redundant
1490.90 s
[ghcide] except perhaps to import instances from ‘GHC.Driver.Env’
1490.90 s
[ghcide] To import instances alone, use: import GHC.Driver.Env()
1490.90 s
[ghcide] |
1490.90 s
[ghcide] 177 | import GHC.Driver.Env (hsc_all_home_unit_ids)
1490.91 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1490.91 s
[ghcide]
1490.91 s
[ghcide] src/Development/IDE/Core/Rules.hs:1223:33: warning : [ GHC-02256 ] [ -Wambiguous-fields ]
1490.91 s
[ghcide] The record update def
1490.91 s
[ghcide] {fullModuleGraph} with type GhcSessionDepsConfig is ambiguous.
1490.91 s
[ghcide] This will not be supported by -XDuplicateRecordFields in future releases of GHC.
1490.91 s
[ghcide] |
1490.91 s
[ghcide] 1223 | loadGhcSession recorder def{fullModuleGraph }
1490.91 s
[ghcide] | ^^^^^^^^^^^^^^^
1490.99 s
[ghcide] 33% ( 2 / 6) in 'Development.IDE.Plugin.Test'
1490.99 s
[ghcide] Missing documentation for:
1490.99 s
[ghcide] TestRequest (src/Development/IDE/Plugin/Test.hs:57)
1490.99 s
[ghcide] WaitForIdeRuleResult (src/Development/IDE/Plugin/Test.hs:74)
1490.99 s
[ghcide] plugin (src/Development/IDE/Plugin/Test.hs:77)
1490.99 s
[ghcide] blockCommandDescriptor (src/Development/IDE/Plugin/Test.hs:166)
1491.07 s
[ghcide] 0% ( 0 / 2) in 'Development.IDE.LSP.Outline'
1491.07 s
[ghcide] Missing documentation for:
1491.07 s
[ghcide] Module header
1491.07 s
[ghcide] moduleOutline (src/Development/IDE/LSP/Outline.hs:34)
1491.11 s
[ghcide] 18% ( 2 / 11) in 'Development.IDE.LSP.HoverDefinition'
1491.11 s
[ghcide] Missing documentation for:
1491.11 s
[ghcide] Log (src/Development/IDE/LSP/HoverDefinition.hs:36)
1491.11 s
[ghcide] hover (src/Development/IDE/LSP/HoverDefinition.hs:49)
1491.11 s
[ghcide] foundHover (src/Development/IDE/LSP/HoverDefinition.hs:70)
1491.11 s
[ghcide] gotoDefinition (src/Development/IDE/LSP/HoverDefinition.hs:48)
1491.11 s
[ghcide] gotoTypeDefinition (src/Development/IDE/LSP/HoverDefinition.hs:50)
1491.11 s
[ghcide] gotoImplementation (src/Development/IDE/LSP/HoverDefinition.hs:51)
1491.11 s
[ghcide] documentHighlight (src/Development/IDE/LSP/HoverDefinition.hs:52)
1491.11 s
[ghcide] references (src/Development/IDE/LSP/HoverDefinition.hs:59)
1491.11 s
[ghcide] wsSymbols (src/Development/IDE/LSP/HoverDefinition.hs:65)
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export Location
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export Position
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export Diagnostic
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export Range
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export NormalizedUri
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export NormalizedFilePath
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export Uri
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export DiagnosticSeverity
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export fromNormalizedFilePath
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export toNormalizedUri
1491.13 s
[ghcide] Warning: Couldn't find .haddock for export fromNormalizedUri
1491.13 s
[ghcide] 51% (151 /292) in 'Development.IDE'
1491.13 s
[ghcide] Missing documentation for:
1491.13 s
[ghcide] Module header
1491.13 s
[ghcide] Location
1491.13 s
[ghcide] Position
1491.13 s
[ghcide] Plugin (src/Development/IDE/Plugin.hs:10)
1491.13 s
[ghcide] Diagnostic
1491.13 s
[ghcide] LoggingColumn
1491.13 s
[ghcide] WithPriority
1491.13 s
[ghcide] Priority
1491.13 s
[ghcide] Range
1491.13 s
[ghcide] DiagnosticStore
1491.13 s
[ghcide] NormalizedUri
1491.13 s
[ghcide] IdeRule (src/Development/IDE/Core/Shake.hs:513)
1491.13 s
[ghcide] RuleBody (src/Development/IDE/Core/Shake.hs:1156)
1491.13 s
[ghcide] ShakeExtras (src/Development/IDE/Core/Shake.hs:271)
1491.13 s
[ghcide] VFSModified (src/Development/IDE/Core/Shake.hs:843)
1491.13 s
[ghcide] GhcVersion (src/Development/IDE/GHC/Compat.hs:455)
1491.13 s
[ghcide] FileOfInterestStatus (src/Development/IDE/Core/RuleTypes.hs:349)
1491.13 s
[ghcide] NormalizedFilePath
1491.13 s
[ghcide] GetParsedModule (src/Development/IDE/Core/RuleTypes.hs:392)
1491.13 s
[ghcide] GhcSessionIO (src/Development/IDE/Core/RuleTypes.hs:523)
1491.13 s
[ghcide] GhcSessionDeps (src/Development/IDE/Core/RuleTypes.hs:450)
1491.13 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:292)
1491.13 s
[ghcide] Uri
1491.13 s
[ghcide] GenerateCore (src/Development/IDE/Core/RuleTypes.hs:86)
1491.13 s
[ghcide] GetHieAst (src/Development/IDE/Core/RuleTypes.hs:435)
1491.13 s
[ghcide] TypeCheck (src/Development/IDE/Core/RuleTypes.hs:425)
1491.13 s
[ghcide] IdeGhcSession (src/Development/IDE/Core/RuleTypes.hs:513)
1491.13 s
[ghcide] GhcSession (src/Development/IDE/Core/RuleTypes.hs:445)
1491.13 s
[ghcide] DiagnosticSeverity
1491.13 s
[ghcide] GetFileExists (src/Development/IDE/Core/RuleTypes.hs:337)
1491.13 s
[ghcide] ImportMap (src/Development/IDE/Core/RuleTypes.hs:117)
1491.13 s
[ghcide] GetLocatedImports (src/Development/IDE/Core/RuleTypes.hs:402)
1491.13 s
[ghcide] GetKnownTargets (src/Development/IDE/Core/RuleTypes.hs:77)
1491.13 s
[ghcide] LinkableType (src/Development/IDE/Core/RuleTypes.hs:51)
1491.13 s
[ghcide] GetParsedModuleWithComments (src/Development/IDE/Core/RuleTypes.hs:397)
1491.13 s
[ghcide] GetModuleGraph (src/Development/IDE/Core/RuleTypes.hs:415)
1491.13 s
[ghcide] GetLinkable (src/Development/IDE/Core/RuleTypes.hs:106)
1491.13 s
[ghcide] LinkableResult (src/Development/IDE/Core/RuleTypes.hs:93)
1491.13 s
[ghcide] GetImportMap (src/Development/IDE/Core/RuleTypes.hs:111)
1491.13 s
[ghcide] Splices (src/Development/IDE/Core/RuleTypes.hs:122)
1491.13 s
[ghcide] HiFileResult (src/Development/IDE/Core/RuleTypes.hs:174)
1491.13 s
[ghcide] HieKind (src/Development/IDE/Core/RuleTypes.hs:223)
1491.13 s
[ghcide] GetBindings (src/Development/IDE/Core/RuleTypes.hs:440)
1491.13 s
[ghcide] DocAndTyThingMap (src/Development/IDE/Core/RuleTypes.hs:246)
1491.13 s
[ghcide] GetDocMap (src/Development/IDE/Core/RuleTypes.hs:430)
1491.13 s
[ghcide] ReportImportCycles (src/Development/IDE/Core/RuleTypes.hs:420)
1491.13 s
[ghcide] GetModIfaceFromDisk (src/Development/IDE/Core/RuleTypes.hs:464)
1491.13 s
[ghcide] GetModIfaceFromDiskAndIndex (src/Development/IDE/Core/RuleTypes.hs:469)
1491.13 s
[ghcide] GetModIface (src/Development/IDE/Core/RuleTypes.hs:474)
1491.13 s
[ghcide] GetFileContents (src/Development/IDE/Core/RuleTypes.hs:332)
1491.13 s
[ghcide] GetFileHash (src/Development/IDE/Core/RuleTypes.hs:343)
1491.13 s
[ghcide] AddWatchedFile (src/Development/IDE/Core/RuleTypes.hs:503)
1491.13 s
[ghcide] IsFileOfInterestResult (src/Development/IDE/Core/RuleTypes.hs:360)
1491.13 s
[ghcide] IsFileOfInterest (src/Development/IDE/Core/RuleTypes.hs:479)
1491.13 s
[ghcide] ModSummaryResult (src/Development/IDE/Core/RuleTypes.hs:367)
1491.13 s
[ghcide] GetModSummary (src/Development/IDE/Core/RuleTypes.hs:489)
1491.13 s
[ghcide] GetModSummaryWithoutTimestamps (src/Development/IDE/Core/RuleTypes.hs:484)
1491.13 s
[ghcide] NeedsCompilation (src/Development/IDE/Core/RuleTypes.hs:410)
1491.13 s
[ghcide] GetModificationTime (src/Development/IDE/Core/RuleTypes.hs:313)
1491.13 s
[ghcide] cfilter
1491.13 s
[ghcide] cmap
1491.13 s
[ghcide] ghcVersion (src/Development/IDE/GHC/Compat.hs:466)
1491.13 s
[ghcide] action
1491.13 s
[ghcide] logWith
1491.13 s
[ghcide] cmapWithPrio
1491.13 s
[ghcide] cmapIO
1491.13 s
[ghcide] makeDefaultStderrRecorder
1491.13 s
[ghcide] withFileRecorder
1491.13 s
[ghcide] makeDefaultHandleRecorder
1491.13 s
[ghcide] defaultLoggingColumns
1491.13 s
[ghcide] toCologActionWithPrio
1491.13 s
[ghcide] runParser (src/Development/IDE/GHC/Util.hs:96)
1491.13 s
[ghcide] getTypeDefinition (src/Development/IDE/Core/Actions.hs:112)
1491.13 s
[ghcide] getFileContents (src/Development/IDE/Core/FileStore.hs:211)
1491.13 s
[ghcide] getUriContents (src/Development/IDE/Core/FileStore.hs:214)
1491.13 s
[ghcide] isWorkspaceFile (src/Development/IDE/Core/IdeConfiguration.hs:79)
1491.13 s
[ghcide] getFilesOfInterestUntracked (src/Development/IDE/Core/OfInterest.hs:102)
1491.13 s
[ghcide] usePropertyAction (src/Development/IDE/Core/Rules.hs:1041)
1491.13 s
[ghcide] runAction (src/Development/IDE/Core/Service.hs:105)
1491.13 s
[ghcide] actionLogger (src/Development/IDE/Core/Shake.hs:1382)
1491.13 s
[ghcide] defineNoDiagnostics (src/Development/IDE/Core/Shake.hs:1014)
1491.13 s
[ghcide] getPluginConfigAction (src/Development/IDE/Core/Shake.hs:372)
1491.13 s
[ghcide] ideLogger (src/Development/IDE/Core/Shake.hs:1379)
1491.13 s
[ghcide] runIdeAction (src/Development/IDE/Core/Shake.hs:1061)
1491.13 s
[ghcide] useNoFile (src/Development/IDE/Core/Shake.hs:1108)
1491.13 s
[ghcide] useNoFile_ (src/Development/IDE/Core/Shake.hs:1120)
1491.13 s
[ghcide] use_ (src/Development/IDE/Core/Shake.hs:1117)
1491.13 s
[ghcide] showDiagnostics (src/Development/IDE/Types/Diagnostics.hs:276)
1491.13 s
[ghcide] fromNormalizedFilePath
1491.13 s
[ghcide] rangeToRealSrcSpan (src/Development/IDE/GHC/Error.hs:165)
1491.13 s
[ghcide] realSrcSpanToRange (src/Development/IDE/GHC/Error.hs:112)
1491.13 s
[ghcide] disableWarningsAsErrors (src/Development/IDE/GHC/Compat.hs:412)
1491.13 s
[ghcide] setHieDir (src/Development/IDE/GHC/Compat.hs:374)
1491.13 s
[ghcide] dontWriteHieFiles (src/Development/IDE/GHC/Compat.hs:377)
1491.13 s
[ghcide] diagFromErrMsgs (src/Development/IDE/GHC/Error.hs:91)
1491.13 s
[ghcide] diagFromSDocErrMsgs (src/Development/IDE/GHC/Error.hs:98)
1491.13 s
[ghcide] diagFromSDocErrMsg (src/Development/IDE/GHC/Error.hs:94)
1491.13 s
[ghcide] diagFromGhcException (src/Development/IDE/GHC/Error.hs:233)
1491.13 s
[ghcide] srcSpanToLocation (src/Development/IDE/GHC/Error.hs:155)
1491.13 s
[ghcide] realSrcLocToPosition (src/Development/IDE/GHC/Error.hs:117)
1491.13 s
[ghcide] realSrcSpanToLocation (src/Development/IDE/GHC/Error.hs:151)
1491.13 s
[ghcide] rangeToSrcSpan (src/Development/IDE/GHC/Error.hs:162)
1491.13 s
[ghcide] positionToRealSrcLoc (src/Development/IDE/GHC/Error.hs:172)
1491.13 s
[ghcide] realSpan (src/Development/IDE/GHC/Error.hs:213)
1491.13 s
[ghcide] isInsideSrcSpan (src/Development/IDE/GHC/Error.hs:176)
1491.13 s
[ghcide] spanContainsRange (src/Development/IDE/GHC/Error.hs:182)
1491.13 s
[ghcide] bytestringToStringBuffer (src/Development/IDE/GHC/Util.hs:107)
1491.13 s
[ghcide] stringBufferToByteString (src/Development/IDE/GHC/Util.hs:104)
1491.13 s
[ghcide] fingerprintFromByteString (src/Development/IDE/GHC/Util.hs:177)
1491.13 s
[ghcide] fingerprintFromPut (src/Development/IDE/GHC/Util.hs:183)
1491.13 s
[ghcide] getExtensions (src/Development/IDE/GHC/Util.hs:272)
1491.13 s
[ghcide] toNormalizedFilePath' (src/Development/IDE/Types/Location.hs:41)
1491.13 s
[ghcide] fromUri (src/Development/IDE/Types/Location.hs:66)
1491.13 s
[ghcide] fdFilePathL (src/Development/IDE/Types/Diagnostics.hs:338)
1491.13 s
[ghcide] fdLspDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
1491.13 s
[ghcide] fdShouldShowDiagnosticL (src/Development/IDE/Types/Diagnostics.hs:338)
1491.13 s
[ghcide] fdStructuredMessageL (src/Development/IDE/Types/Diagnostics.hs:338)
1491.13 s
[ghcide] _NoStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
1491.13 s
[ghcide] _SomeStructuredMessage (src/Development/IDE/Types/Diagnostics.hs:336)
1491.13 s
[ghcide] ideErrorWithSource (src/Development/IDE/Types/Diagnostics.hs:158)
1491.13 s
[ghcide] showDiagnosticsColored (src/Development/IDE/Types/Diagnostics.hs:279)
1491.13 s
[ghcide] showGhcCode (src/Development/IDE/Types/Diagnostics.hs:137)
1491.13 s
[ghcide] attachReason (src/Development/IDE/Types/Diagnostics.hs:144)
1491.13 s
[ghcide] attachedReason (src/Development/IDE/Types/Diagnostics.hs:141)
1491.13 s
[ghcide] noFilePath (src/Development/IDE/Types/Location.hs:69)
1491.13 s
[ghcide] noRange (src/Development/IDE/Types/Location.hs:73)
1491.13 s
[ghcide] showPosition (src/Development/IDE/Types/Location.hs:76)
1491.13 s
[ghcide] toNormalizedUri
1491.13 s
[ghcide] fromNormalizedUri
1491.13 s
[ghcide] emptyFilePath (src/Development/IDE/Types/Location.hs:46)
1491.13 s
[ghcide] emptyPathUri (src/Development/IDE/Types/Location.hs:58)
1491.13 s
[ghcide] filePathToUri' (src/Development/IDE/Types/Location.hs:63)
1491.13 s
[ghcide] tmrModSummary (src/Development/IDE/Core/RuleTypes.hs:171)
1491.13 s
[ghcide] hiFileFingerPrint (src/Development/IDE/Core/RuleTypes.hs:190)
1491.13 s
[ghcide] mkHiFileResult (src/Development/IDE/Core/RuleTypes.hs:193)
1491.13 s
[ghcide] vfsVersion (src/Development/IDE/Core/RuleTypes.hs:328)
1491.13 s
[ghcide] awSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1491.13 s
[ghcide] declSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1491.13 s
[ghcide] exprSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1491.13 s
[ghcide] patSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1491.13 s
[ghcide] typeSplicesL (src/Development/IDE/Core/RuleTypes.hs:527)
1491.18 s
[ghcide] Warning: '#' is out of scope.
1491.18 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1491.18 s
[ghcide] 0% ( 0 / 6) in 'Development.IDE.Spans.Pragmas'
1491.18 s
[ghcide] Missing documentation for:
1491.18 s
[ghcide] Module header
1491.18 s
[ghcide] NextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:76)
1491.18 s
[ghcide] LineSplitTextEdits (src/Development/IDE/Spans/Pragmas.hs:71)
1491.18 s
[ghcide] getNextPragmaInfo (src/Development/IDE/Spans/Pragmas.hs:32)
1491.18 s
[ghcide] insertNewPragma (src/Development/IDE/Spans/Pragmas.hs:51)
1491.18 s
[ghcide] getFirstPragma (src/Development/IDE/Spans/Pragmas.hs:58)
1491.27 s
[ghcide] 12% ( 1 / 8) in 'Development.IDE.Plugin.TypeLenses'
1491.27 s
[ghcide] Missing documentation for:
1491.27 s
[ghcide] descriptor (src/Development/IDE/Plugin/TypeLenses.hs:97)
1491.27 s
[ghcide] suggestSignature (src/Development/IDE/Plugin/TypeLenses.hs:203)
1491.27 s
[ghcide] typeLensCommandId (src/Development/IDE/Plugin/TypeLenses.hs:94)
1491.27 s
[ghcide] GlobalBindingTypeSig (src/Development/IDE/Plugin/TypeLenses.hs:283)
1491.27 s
[ghcide] GetGlobalBindingTypeSigs (src/Development/IDE/Plugin/TypeLenses.hs:280)
1491.27 s
[ghcide] GlobalBindingTypeSigsResult (src/Development/IDE/Plugin/TypeLenses.hs:292)
1491.27 s
[ghcide] Log (src/Development/IDE/Plugin/TypeLenses.hs:87)
1491.33 s
[ghcide] Warning: 'PositionMapping' is out of scope.
1491.33 s
[ghcide] If you qualify the identifier, haddock can try to link it anyway.
1491.33 s
[ghcide] 57% ( 8 / 14) in 'Development.IDE.Core.UseStale'
1491.33 s
[ghcide] Missing documentation for:
1491.33 s
[ghcide] Module header
1491.33 s
[ghcide] unTrack (src/Development/IDE/Core/UseStale.hs:51)
1491.33 s
[ghcide] untrackedStaleValue (src/Development/IDE/Core/UseStale.hs:91)
1491.33 s
[ghcide] unsafeMkStale (src/Development/IDE/Core/UseStale.hs:137)
1491.33 s
[ghcide] unsafeMkCurrent (src/Development/IDE/Core/UseStale.hs:133)
1491.33 s
[ghcide] unsafeCopyAge (src/Development/IDE/Core/UseStale.hs:141)
1491.84 s
[ghcide] 100% ( 6 / 6) in 'Generics.SYB.GHC'
1491.87 s
[ghcide] 88% ( 8 / 9) in 'Text.Fuzzy.Parallel'
1491.87 s
[ghcide] Missing documentation for:
1491.87 s
[ghcide] Scored (src/Text/Fuzzy/Parallel.hs:18)
1491.96 s
[ghcide] 50% ( 4 / 8) in 'Development.IDE.Plugin.Completions.Logic'
1491.96 s
[ghcide] Missing documentation for:
1491.96 s
[ghcide] Module header
1491.96 s
[ghcide] cacheDataProducer (src/Development/IDE/Plugin/Completions/Logic.hs:337)
1491.96 s
[ghcide] fromIdentInfo (src/Development/IDE/Plugin/Completions/Logic.hs:314)
1491.96 s
[ghcide] getCompletionPrefixFromRope (src/Development/IDE/Plugin/Completions/Logic.hs:893)
1492.08 s
[ghcide] 0% ( 0 / 4) in 'Development.IDE.Plugin.Completions'
1492.08 s
[ghcide] Missing documentation for:
1492.08 s
[ghcide] Module header
1492.08 s
[ghcide] descriptor (src/Development/IDE/Plugin/Completions.hs:70)
1492.08 s
[ghcide] Log (src/Development/IDE/Plugin/Completions.hs:61)
1492.08 s
[ghcide] ghcideCompletionsPluginPriority (src/Development/IDE/Plugin/Completions.hs:67)
1492.13 s
[ghcide] 33% ( 1 / 3) in 'Development.IDE.Plugin.HLS.GhcIde'
1492.13 s
[ghcide] Missing documentation for:
1492.13 s
[ghcide] descriptors (src/Development/IDE/Plugin/HLS/GhcIde.hs:36)
1492.13 s
[ghcide] Log (src/Development/IDE/Plugin/HLS/GhcIde.hs:22)
1492.19 s
[ghcide] 0% ( 0 / 10) in 'Development.IDE.Main'
1492.19 s
[ghcide] Missing documentation for:
1492.19 s
[ghcide] Module header
1492.19 s
[ghcide] Arguments (src/Development/IDE/Main.hs:205)
1492.19 s
[ghcide] defaultArguments (src/Development/IDE/Main.hs:224)
1492.19 s
[ghcide] Command (src/Development/IDE/Main.hs:170)
1492.19 s
[ghcide] IdeCommand
1492.19 s
[ghcide] isLSP (src/Development/IDE/Main.hs:182)
1492.19 s
[ghcide] commandP (src/Development/IDE/Main.hs:186)
1492.19 s
[ghcide] defaultMain (src/Development/IDE/Main.hs:290)
1492.19 s
[ghcide] testing (src/Development/IDE/Main.hs:269)
1492.19 s
[ghcide] Log (src/Development/IDE/Main.hs:133)
1492.23 s
[ghcide]
1492.23 s
[ghcide] src/Development/IDE/Main.hs:18:1: warning : [ -Wunused-imports ]
1492.23 s
[ghcide] The import of ‘Control.Exception.Safe’ is redundant
1492.23 s
[ghcide] except perhaps to import instances from ‘Control.Exception.Safe’
1492.23 s
[ghcide] To import instances alone, use: import Control.Exception.Safe()
1492.23 s
[ghcide] |
1492.23 s
[ghcide] 18 | import Control.Exception.Safe (SomeException,
1492.23 s
[ghcide] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1492.96 s
[ghcide] Warning: Development.IDE.Core.PositionMapping: could not find link destinations for:
1492.96 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1493.20 s
[ghcide] Warning: Development.IDE.GHC.Compat.Core: could not find link destinations for:
1493.20 s
[ghcide] - GHC.Parser.Lexer.ExtsBitmap
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.HasType
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.ToHie
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.loc
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.TVScoped
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.PScoped
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.RScoped
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.SigContext
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.PatSynFieldContext
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.BindContext
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.IEContext
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.RFContext
1493.20 s
[ghcide] - System.Time.Extra.Timeout
1493.20 s
[ghcide] - GHC.Driver.Session.DynP
1493.20 s
[ghcide] - GHC.Parser.Lexer.LayoutContext
1493.20 s
[ghcide] - GHC.Parser.Lexer.ALRContext
1493.20 s
[ghcide] - GHC.Parser.Lexer.ALRLayout
1493.20 s
[ghcide] - GHC.Unit.Module.Env.NDModule
1493.20 s
[ghcide] - GHC.Hs.Type.HsQTvsRn
1493.20 s
[ghcide] - GHC.Hs.Utils.AnnoBody
1493.20 s
[ghcide] - GHC.Unit.Module.ModIface.ModIfaceFinal
1493.20 s
[ghcide] - GHC.Unit.Module.ModIface.ModIfacePhase
1493.20 s
[ghcide] - Development.IDE.GHC.Compat.Core.FunTyFlag
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.HasLoc
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.HiePass
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.HieM
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.HieState
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.Context
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.ModifyState
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.RContext
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.TScoped
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.EvBindContext
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.AnnoBody
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.getTypeNode
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.addSubstitution
1493.20 s
[ghcide] - GHC.Iface.Ext.Ast.toHie
1493.20 s
[ghcide] - Data.NonNull.NullError
1493.24 s
[ghcide] Warning: Development.IDE.GHC.Compat.Outputable: could not find link destinations for:
1493.24 s
[ghcide] - GHC.Core.Unfold.ExprSize
1493.24 s
[ghcide] - GHC.Unit.State.UnitVisibility
1493.24 s
[ghcide] - GHC.Core.InstEnv.InstMatches
1493.24 s
[ghcide] - GHC.CoreToStg.Prep.Floats
1493.24 s
[ghcide] - GHC.Driver.Make.BuildPlan
1493.24 s
[ghcide] - GHC.Driver.Make.ModuleGraphNodeWithBootFile
1493.24 s
[ghcide] - GHC.Types.Name.NameSort
1493.24 s
[ghcide] - GHC.Unit.Module.Env.NDModule
1493.24 s
[ghcide] - GHC.Iface.Recomp.IfaceDeclExtras
1493.24 s
[ghcide] - GHC.CoreToStg.Prep.ArgInfo
1493.24 s
[ghcide] - GHC.CoreToStg.Prep.FloatingBind
1493.24 s
[ghcide] - GHC.CoreToStg.Prep.OkToSpec
1493.24 s
[ghcide] - GHC.StgToByteCode.Discr
1493.24 s
[ghcide] - GHC.Data.Graph.Directed.Time
1493.24 s
[ghcide] - GHC.Data.Graph.Directed.Edge
1493.24 s
[ghcide] - GHC.Driver.Make.CodeGenEnable
1493.24 s
[ghcide] - GHC.Driver.Make.CachedIface
1493.24 s
[ghcide] Warning: Development.IDE.GHC.Compat.Units: could not find link destinations for:
1493.24 s
[ghcide] - GHC.Unit.External.PackageAnnEnv
1493.24 s
[ghcide] - Development.IDE.GHC.Compat.Units.PreloadUnitClosure
1493.26 s
[ghcide] Warning: Development.IDE.GHC.Compat.Util: could not find link destinations for:
1493.26 s
[ghcide] - GHC.Iface.Ext.Ast.ToHie
1493.26 s
[ghcide] - GHC.Iface.Ext.Ast.HieM
1493.26 s
[ghcide] - GHC.Iface.Ext.Ast.toHie
1493.26 s
[ghcide] Warning: Development.IDE.GHC.Compat.Parser: could not find link destinations for:
1493.26 s
[ghcide] - GHC.modSummary
1493.26 s
[ghcide] Warning: Development.IDE.GHC.Compat.Plugins: could not find link destinations for:
1493.26 s
[ghcide] - GHC.Driver.Plugins.HoleFitPlugin
1493.28 s
[ghcide] Warning: Development.IDE.GHC.Compat: could not find link destinations for:
1493.28 s
[ghcide] - GHC.Iface.Ext.Ast.TypecheckedSource
1493.28 s
[ghcide] - GHC.Iface.Ext.Ast.RenamedSource
1493.28 s
[ghcide] Warning: Development.IDE.GHC.CoreFile: could not find link destinations for:
1493.28 s
[ghcide] - Development.IDE.GHC.CoreFile.IfaceId
1493.28 s
[ghcide] - Development.IDE.GHC.CoreFile.TopIfaceBinding
1493.28 s
[ghcide] Warning: Development.IDE.Main.HeapStats: could not find link destinations for:
1493.28 s
[ghcide] - Development.IDE.Main.HeapStats.heapStatsThread
1493.29 s
[ghcide] Warning: Development.IDE.Types.Location: could not find link destinations for:
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.changes
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.character
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.document
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.editRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.end
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.href
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.insert
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.line
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.location
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.newUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.position
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.positions
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.range
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.ranges
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.replace
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selection
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.start
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.target
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.uri
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Common.Null
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Common.UInt
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
1493.29 s
[ghcide] - Language.LSP.VFS.HasVfsMap
1493.29 s
[ghcide] Warning: Development.IDE.Types.Diagnostics: could not find link destinations for:
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.code
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.data_
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.items
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.message
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.range
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.severity
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.source
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Lens.tags
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
1493.29 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Common.UInt
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
1493.29 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
1493.30 s
[ghcide] Warning: Development.IDE.Types.Exports: could not find link destinations for:
1493.30 s
[ghcide] - Development.IDE.Types.Exports.WithHieDb
1493.30 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Types: could not find link destinations for:
1493.30 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
1493.30 s
[ghcide] Warning: Development.IDE.Import.FindImports: could not find link destinations for:
1493.30 s
[ghcide] - Development.IDE.Import.FindImports.LocateResult
1493.31 s
[ghcide] Warning: Development.IDE.Import.DependencyInformation: could not find link destinations for:
1493.31 s
[ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdSet
1493.31 s
[ghcide] - Development.IDE.Import.DependencyInformation.FilePathIdMap
1493.32 s
[ghcide] Warning: Development.IDE.Types.Options: could not find link destinations for:
1493.32 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1493.32 s
[ghcide] Warning: Development.IDE.Core.ProgressReporting: could not find link destinations for:
1493.32 s
[ghcide] - Development.IDE.Core.ProgressReporting.ProgressReporter
1493.32 s
[ghcide] Warning: Development.IDE.Types.Shake: could not find link destinations for:
1493.32 s
[ghcide] - Data.Vector.Vector
1493.33 s
[ghcide] Warning: Development.IDE.Core.Shake: could not find link destinations for:
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1493.33 s
[ghcide] - Development.IDE.Types.Action.ActionQueue
1493.33 s
[ghcide] - Development.IDE.Types.Action.DelayedActionInternal
1493.33 s
[ghcide] - Development.IDE.Core.Shake.STMDiagnosticStore
1493.33 s
[ghcide] - Development.IDE.Core.Shake.ShakeSession
1493.33 s
[ghcide] - Development.IDE.Core.Shake.GetStalePersistent
1493.33 s
[ghcide] Warning: Development.IDE.Session: could not find link destinations for:
1493.33 s
[ghcide] - Development.IDE.Session.DependencyInfo
1493.33 s
[ghcide] - Development.IDE.Session.maxRetryCount
1493.33 s
[ghcide] Warning: Development.IDE.LSP.Server: could not find link destinations for:
1493.33 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Request
1493.33 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
1493.33 s
[ghcide] - Language.LSP.Protocol.Message.LspId.LspId
1493.33 s
[ghcide] - Language.LSP.Protocol.Message.Meta.Notification
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
1493.33 s
[ghcide] Warning: Development.IDE.Plugin.HLS: could not find link destinations for:
1493.33 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Method.SMethod
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
1493.33 s
[ghcide] Warning: Development.IDE.Core.IdeConfiguration: could not find link destinations for:
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
1493.33 s
[ghcide] Warning: Development.IDE.LSP.LanguageServer: could not find link destinations for:
1493.33 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
1493.33 s
[ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_Initialize
1493.33 s
[ghcide] - Language.LSP.Protocol.Message.LspId.SomeLspId
1493.33 s
[ghcide] Warning: Development.IDE.Core.FileStore: could not find link destinations for:
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1493.33 s
[ghcide] Warning: Development.IDE.Core.Compile: could not find link destinations for:
1493.33 s
[ghcide] - Development.IDE.Core.Compile.CoreFileTime
1493.33 s
[ghcide] Warning: Development.IDE.Spans.AtPoint: could not find link destinations for:
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
1493.33 s
[ghcide] Warning: Development.IDE.Core.Service: could not find link destinations for:
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1493.33 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1493.33 s
[ghcide] - Development.IDE.Core.FileExists.Log
1493.34 s
[ghcide] Warning: Development.IDE.Core.Actions: could not find link destinations for:
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
1493.34 s
[ghcide] Warning: Development.IDE.Plugin.Test: could not find link destinations for:
1493.34 s
[ghcide] - Development.IDE.Plugin.Test.Age
1493.34 s
[ghcide] Warning: Development.IDE.LSP.Outline: could not find link destinations for:
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
1493.34 s
[ghcide] Warning: Development.IDE.LSP.HoverDefinition: could not find link destinations for:
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
1493.34 s
[ghcide] - Language.LSP.Protocol.Types.Common.Null
1493.34 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceSymbol
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentReferences
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentTypeDefinition
1493.34 s
[ghcide] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
1493.40 s
[ghcide] Warning: Development.IDE: could not find link destinations for:
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEdit.WorkspaceEdit
1493.40 s
[ghcide] - Language.LSP.Server.Core.LspCoreLog
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasBaseUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.baseUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasChanges
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.changes
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCharacter
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.character
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCode
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.code
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.codeDescription
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasData_
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.data_
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.diagnostics
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasDocument
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.document
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEditRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.editRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasEnd
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.end
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasFromRanges
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.fromRanges
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasHref
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.href
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasInsert
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.insert
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasItems
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.items
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLine
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.line
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasLocation
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.location
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasMessage
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.message
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasNewUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.newUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOldUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.oldUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.originSelectionRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPosition
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.position
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasPositions
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.positions
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.range
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRanges
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.ranges
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedDocuments
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.relatedInformation
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasReplace
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.replace
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasRootUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.rootUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasScopeUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.scopeUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelection
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selection
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.selectionRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSeverity
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.severity
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasSource
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.source
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStart
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.start
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.stoppedLocation
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTags
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.tags
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTarget
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.target
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasTargetUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.targetUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.HasUri
1493.40 s
[ghcide] - Language.LSP.Protocol.Types.Lens.uri
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.AnnotatedTextEdit.AnnotatedTextEdit
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditParams.ApplyWorkspaceEditParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ApplyWorkspaceEditResult.ApplyWorkspaceEditResult
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.BaseSymbolInformation.BaseSymbolInformation
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyClientCapabilities.CallHierarchyClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCall.CallHierarchyIncomingCall
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyIncomingCallsParams.CallHierarchyIncomingCallsParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyItem.CallHierarchyItem
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOptions.CallHierarchyOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCall.CallHierarchyOutgoingCall
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyOutgoingCallsParams.CallHierarchyOutgoingCallsParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyPrepareParams.CallHierarchyPrepareParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CallHierarchyRegistrationOptions.CallHierarchyRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CancelParams.CancelParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ChangeAnnotation.ChangeAnnotation
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationIdentifier.ChangeAnnotationIdentifier
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ChangeAnnotationsSupportOptions.ChangeAnnotationsSupportOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCodeActionKindOptions.ClientCodeActionKindOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCodeActionLiteralOptions.ClientCodeActionLiteralOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCodeActionResolveOptions.ClientCodeActionResolveOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemInsertTextModeOptions.ClientCompletionItemInsertTextModeOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptions.ClientCompletionItemOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemOptionsKind.ClientCompletionItemOptionsKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCompletionItemResolveOptions.ClientCompletionItemResolveOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientDiagnosticsTagOptions.ClientDiagnosticsTagOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeKindOptions.ClientFoldingRangeKindOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientFoldingRangeOptions.ClientFoldingRangeOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientInfo.ClientInfo
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientInlayHintResolveOptions.ClientInlayHintResolveOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestFullDelta.ClientSemanticTokensRequestFullDelta
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientSemanticTokensRequestOptions.ClientSemanticTokensRequestOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientShowMessageActionItemOptions.ClientShowMessageActionItemOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientSignatureInformationOptions.ClientSignatureInformationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientSignatureParameterInformationOptions.ClientSignatureParameterInformationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientSymbolKindOptions.ClientSymbolKindOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientSymbolResolveOptions.ClientSymbolResolveOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientSymbolTagOptions.ClientSymbolTagOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionClientCapabilities.CodeActionClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionContext.CodeActionContext
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionDisabled.CodeActionDisabled
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionKind.CodeActionKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionOptions.CodeActionOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionParams.CodeActionParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionRegistrationOptions.CodeActionRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeActionTriggerKind.CodeActionTriggerKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeDescription.CodeDescription
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensClientCapabilities.CodeLensClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensOptions.CodeLensOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensParams.CodeLensParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensRegistrationOptions.CodeLensRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CodeLensWorkspaceClientCapabilities.CodeLensWorkspaceClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Color.Color
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorInformation.ColorInformation
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentation.ColorPresentation
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ColorPresentationParams.ColorPresentationParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Command.Command
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionClientCapabilities.CompletionClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionContext.CompletionContext
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemDefaults.CompletionItemDefaults
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemKind.CompletionItemKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemLabelDetails.CompletionItemLabelDetails
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemTag.CompletionItemTag
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItemTagOptions.CompletionItemTagOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionList.CompletionList
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionListCapabilities.CompletionListCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionOptions.CompletionOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionParams.CompletionParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionRegistrationOptions.CompletionRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionTriggerKind.CompletionTriggerKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationItem.ConfigurationItem
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ConfigurationParams.ConfigurationParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CreateFile.CreateFile
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CreateFileOptions.CreateFileOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CreateFilesParams.CreateFilesParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Declaration.Declaration
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationClientCapabilities.DeclarationClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationLink.DeclarationLink
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationOptions.DeclarationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationParams.DeclarationParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeclarationRegistrationOptions.DeclarationRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Definition.Definition
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionClientCapabilities.DefinitionClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionLink.DefinitionLink
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionOptions.DefinitionOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionParams.DefinitionParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DefinitionRegistrationOptions.DefinitionRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFile.DeleteFile
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFileOptions.DeleteFileOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DeleteFilesParams.DeleteFilesParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticClientCapabilities.DiagnosticClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticOptions.DiagnosticOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRegistrationOptions.DiagnosticRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticRelatedInformation.DiagnosticRelatedInformation
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticServerCancellationData.DiagnosticServerCancellationData
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DiagnosticWorkspaceClientCapabilities.DiagnosticWorkspaceClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationClientCapabilities.DidChangeConfigurationClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationParams.DidChangeConfigurationParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeConfigurationRegistrationOptions.DidChangeConfigurationRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeNotebookDocumentParams.DidChangeNotebookDocumentParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeTextDocumentParams.DidChangeTextDocumentParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesClientCapabilities.DidChangeWatchedFilesClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesParams.DidChangeWatchedFilesParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeWatchedFilesRegistrationOptions.DidChangeWatchedFilesRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidChangeWorkspaceFoldersParams.DidChangeWorkspaceFoldersParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidCloseNotebookDocumentParams.DidCloseNotebookDocumentParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidCloseTextDocumentParams.DidCloseTextDocumentParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidOpenNotebookDocumentParams.DidOpenNotebookDocumentParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidOpenTextDocumentParams.DidOpenTextDocumentParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidSaveNotebookDocumentParams.DidSaveNotebookDocumentParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DidSaveTextDocumentParams.DidSaveTextDocumentParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentColorClientCapabilities.DocumentColorClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentColorOptions.DocumentColorOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentColorParams.DocumentColorParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentColorRegistrationOptions.DocumentColorRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticParams.DocumentDiagnosticParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReport.DocumentDiagnosticReport
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportKind.DocumentDiagnosticReportKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentDiagnosticReportPartialResult.DocumentDiagnosticReportPartialResult
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFilter.DocumentFilter
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFormattingClientCapabilities.DocumentFormattingClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFormattingOptions.DocumentFormattingOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFormattingParams.DocumentFormattingParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentFormattingRegistrationOptions.DocumentFormattingRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlight.DocumentHighlight
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightClientCapabilities.DocumentHighlightClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightKind.DocumentHighlightKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightOptions.DocumentHighlightOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightParams.DocumentHighlightParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentHighlightRegistrationOptions.DocumentHighlightRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLink.DocumentLink
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLinkClientCapabilities.DocumentLinkClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLinkOptions.DocumentLinkOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLinkParams.DocumentLinkParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentLinkRegistrationOptions.DocumentLinkRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingClientCapabilities.DocumentOnTypeFormattingClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingOptions.DocumentOnTypeFormattingOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingParams.DocumentOnTypeFormattingParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentOnTypeFormattingRegistrationOptions.DocumentOnTypeFormattingRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingClientCapabilities.DocumentRangeFormattingClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingOptions.DocumentRangeFormattingOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingParams.DocumentRangeFormattingParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentRangeFormattingRegistrationOptions.DocumentRangeFormattingRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSelector.DocumentSelector
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbol.DocumentSymbol
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbolClientCapabilities.DocumentSymbolClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbolOptions.DocumentSymbolOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbolParams.DocumentSymbolParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.DocumentSymbolRegistrationOptions.DocumentSymbolRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.EditRangeWithInsertReplace.EditRangeWithInsertReplace
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ErrorCodes.ErrorCodes
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ExecuteCommandClientCapabilities.ExecuteCommandClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ExecuteCommandOptions.ExecuteCommandOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ExecuteCommandParams.ExecuteCommandParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ExecuteCommandRegistrationOptions.ExecuteCommandRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ExecutionSummary.ExecutionSummary
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FailureHandlingKind.FailureHandlingKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileChangeType.FileChangeType
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileCreate.FileCreate
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileDelete.FileDelete
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileEvent.FileEvent
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationClientCapabilities.FileOperationClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationFilter.FileOperationFilter
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationOptions.FileOperationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationPattern.FileOperationPattern
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationPatternKind.FileOperationPatternKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationPatternOptions.FileOperationPatternOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileOperationRegistrationOptions.FileOperationRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileRename.FileRename
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FileSystemWatcher.FileSystemWatcher
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRange.FoldingRange
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeClientCapabilities.FoldingRangeClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeKind.FoldingRangeKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeOptions.FoldingRangeOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeParams.FoldingRangeParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FoldingRangeRegistrationOptions.FoldingRangeRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FormattingOptions.FormattingOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.FullDocumentDiagnosticReport.FullDocumentDiagnosticReport
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.GeneralClientCapabilities.GeneralClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.GlobPattern.GlobPattern
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Hover.Hover
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.HoverClientCapabilities.HoverClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.HoverOptions.HoverOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.HoverParams.HoverParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.HoverRegistrationOptions.HoverRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationClientCapabilities.ImplementationClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationOptions.ImplementationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationParams.ImplementationParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ImplementationRegistrationOptions.ImplementationRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeError.InitializeError
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeParams.InitializeParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializeResult.InitializeResult
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InitializedParams.InitializedParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHint.InlayHint
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintClientCapabilities.InlayHintClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintKind.InlayHintKind
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintLabelPart.InlayHintLabelPart
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintOptions.InlayHintOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintParams.InlayHintParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintRegistrationOptions.InlayHintRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlayHintWorkspaceClientCapabilities.InlayHintWorkspaceClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValue.InlineValue
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueClientCapabilities.InlineValueClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueContext.InlineValueContext
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueEvaluatableExpression.InlineValueEvaluatableExpression
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueOptions.InlineValueOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueParams.InlineValueParams
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueRegistrationOptions.InlineValueRegistrationOptions
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueText.InlineValueText
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueVariableLookup.InlineValueVariableLookup
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InlineValueWorkspaceClientCapabilities.InlineValueWorkspaceClientCapabilities
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InsertReplaceEdit.InsertReplaceEdit
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InsertTextFormat.InsertTextFormat
1493.40 s
[ghcide] - Language.LSP.Protocol.Internal.Types.InsertTextMode.InsertTextMode
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LSPErrorCodes.LSPErrorCodes
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LanguageKind.LanguageKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeClientCapabilities.LinkedEditingRangeClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeOptions.LinkedEditingRangeOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeParams.LinkedEditingRangeParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRangeRegistrationOptions.LinkedEditingRangeRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LinkedEditingRanges.LinkedEditingRanges
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationLink.LocationLink
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LocationUriOnly.LocationUriOnly
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LogMessageParams.LogMessageParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.LogTraceParams.LogTraceParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MarkdownClientCapabilities.MarkdownClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MarkedString.MarkedString
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MarkedStringWithLanguage.MarkedStringWithLanguage
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MarkupContent.MarkupContent
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MarkupKind.MarkupKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MessageActionItem.MessageActionItem
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MessageType.MessageType
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Moniker.Moniker
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MonikerClientCapabilities.MonikerClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MonikerKind.MonikerKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MonikerOptions.MonikerOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MonikerParams.MonikerParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.MonikerRegistrationOptions.MonikerRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCell.NotebookCell
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCellArrayChange.NotebookCellArrayChange
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCellKind.NotebookCellKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCellLanguage.NotebookCellLanguage
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookCellTextDocumentFilter.NotebookCellTextDocumentFilter
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocument.NotebookDocument
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChangeStructure.NotebookDocumentCellChangeStructure
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellChanges.NotebookDocumentCellChanges
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentCellContentChanges.NotebookDocumentCellContentChanges
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentChangeEvent.NotebookDocumentChangeEvent
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentClientCapabilities.NotebookDocumentClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilter.NotebookDocumentFilter
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterNotebookType.NotebookDocumentFilterNotebookType
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterPattern.NotebookDocumentFilterPattern
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterScheme.NotebookDocumentFilterScheme
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithCells.NotebookDocumentFilterWithCells
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentFilterWithNotebook.NotebookDocumentFilterWithNotebook
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentIdentifier.NotebookDocumentIdentifier
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncClientCapabilities.NotebookDocumentSyncClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncOptions.NotebookDocumentSyncOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.NotebookDocumentSyncRegistrationOptions.NotebookDocumentSyncRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.OptionalVersionedTextDocumentIdentifier.OptionalVersionedTextDocumentIdentifier
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ParameterInformation.ParameterInformation
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PartialResultParams.PartialResultParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Pattern.Pattern
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PositionEncodingKind.PositionEncodingKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameDefaultBehavior.PrepareRenameDefaultBehavior
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameParams.PrepareRenameParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenamePlaceholder.PrepareRenamePlaceholder
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareRenameResult.PrepareRenameResult
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PrepareSupportDefaultBehavior.PrepareSupportDefaultBehavior
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PreviousResultId.PreviousResultId
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ProgressParams.ProgressParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsClientCapabilities.PublishDiagnosticsClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.PublishDiagnosticsParams.PublishDiagnosticsParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceClientCapabilities.ReferenceClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceContext.ReferenceContext
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceOptions.ReferenceOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceParams.ReferenceParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ReferenceRegistrationOptions.ReferenceRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Registration.Registration
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RegistrationParams.RegistrationParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RegularExpressionEngineKind.RegularExpressionEngineKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RegularExpressionsClientCapabilities.RegularExpressionsClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedFullDocumentDiagnosticReport.RelatedFullDocumentDiagnosticReport
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelatedUnchangedDocumentDiagnosticReport.RelatedUnchangedDocumentDiagnosticReport
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RelativePattern.RelativePattern
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameClientCapabilities.RenameClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameFile.RenameFile
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameFileOptions.RenameFileOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameFilesParams.RenameFilesParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameOptions.RenameOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameParams.RenameParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.RenameRegistrationOptions.RenameRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ResourceOperation.ResourceOperation
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ResourceOperationKind.ResourceOperationKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SaveOptions.SaveOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRange.SelectionRange
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeClientCapabilities.SelectionRangeClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeOptions.SelectionRangeOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeParams.SelectionRangeParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SelectionRangeRegistrationOptions.SelectionRangeRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokenModifiers.SemanticTokenModifiers
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokenTypes.SemanticTokenTypes
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokens.SemanticTokens
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensClientCapabilities.SemanticTokensClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensDelta.SemanticTokensDelta
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams.SemanticTokensDeltaParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaPartialResult.SemanticTokensDeltaPartialResult
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensEdit.SemanticTokensEdit
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensFullDelta.SemanticTokensFullDelta
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensLegend.SemanticTokensLegend
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensOptions.SemanticTokensOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensParams.SemanticTokensParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensPartialResult.SemanticTokensPartialResult
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRangeParams.SemanticTokensRangeParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensRegistrationOptions.SemanticTokensRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SemanticTokensWorkspaceClientCapabilities.SemanticTokensWorkspaceClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ServerCapabilities.ServerCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ServerCompletionItemOptions.ServerCompletionItemOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ServerInfo.ServerInfo
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SetTraceParams.SetTraceParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentClientCapabilities.ShowDocumentClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentParams.ShowDocumentParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowDocumentResult.ShowDocumentResult
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowMessageParams.ShowMessageParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestClientCapabilities.ShowMessageRequestClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ShowMessageRequestParams.ShowMessageRequestParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelp.SignatureHelp
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpClientCapabilities.SignatureHelpClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpContext.SignatureHelpContext
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpOptions.SignatureHelpOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpParams.SignatureHelpParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpRegistrationOptions.SignatureHelpRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureHelpTriggerKind.SignatureHelpTriggerKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SignatureInformation.SignatureInformation
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.StaleRequestSupportOptions.StaleRequestSupportOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.StaticRegistrationOptions.StaticRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolInformation.SymbolInformation
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolKind.SymbolKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.SymbolTag.SymbolTag
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentChangeRegistrationOptions.TextDocumentChangeRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentClientCapabilities.TextDocumentClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeEvent.TextDocumentContentChangeEvent
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangePartial.TextDocumentContentChangePartial
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentContentChangeWholeDocument.TextDocumentContentChangeWholeDocument
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentEdit.TextDocumentEdit
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentFilter.TextDocumentFilter
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterLanguage.TextDocumentFilterLanguage
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterPattern.TextDocumentFilterPattern
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentFilterScheme.TextDocumentFilterScheme
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentItem.TextDocumentItem
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentPositionParams.TextDocumentPositionParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentRegistrationOptions.TextDocumentRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveReason.TextDocumentSaveReason
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSaveRegistrationOptions.TextDocumentSaveRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncClientCapabilities.TextDocumentSyncClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncKind.TextDocumentSyncKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextDocumentSyncOptions.TextDocumentSyncOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TokenFormat.TokenFormat
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TraceValue.TraceValue
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionClientCapabilities.TypeDefinitionClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionOptions.TypeDefinitionOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionParams.TypeDefinitionParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeDefinitionRegistrationOptions.TypeDefinitionRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyClientCapabilities.TypeHierarchyClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyItem.TypeHierarchyItem
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyOptions.TypeHierarchyOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyPrepareParams.TypeHierarchyPrepareParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchyRegistrationOptions.TypeHierarchyRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchySubtypesParams.TypeHierarchySubtypesParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TypeHierarchySupertypesParams.TypeHierarchySupertypesParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UInitializeParams.UInitializeParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UnchangedDocumentDiagnosticReport.UnchangedDocumentDiagnosticReport
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UniquenessLevel.UniquenessLevel
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.Unregistration.Unregistration
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.UnregistrationParams.UnregistrationParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedNotebookDocumentIdentifier.VersionedNotebookDocumentIdentifier
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WatchKind.WatchKind
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WillSaveTextDocumentParams.WillSaveTextDocumentParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WindowClientCapabilities.WindowClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressBegin.WorkDoneProgressBegin
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCancelParams.WorkDoneProgressCancelParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressCreateParams.WorkDoneProgressCreateParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressEnd.WorkDoneProgressEnd
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressOptions.WorkDoneProgressOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressParams.WorkDoneProgressParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkDoneProgressReport.WorkDoneProgressReport
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceClientCapabilities.WorkspaceClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticParams.WorkspaceDiagnosticParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReport.WorkspaceDiagnosticReport
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceDiagnosticReportPartialResult.WorkspaceDiagnosticReportPartialResult
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceDocumentDiagnosticReport.WorkspaceDocumentDiagnosticReport
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceEditClientCapabilities.WorkspaceEditClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFolder.WorkspaceFolder
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersChangeEvent.WorkspaceFoldersChangeEvent
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersInitializeParams.WorkspaceFoldersInitializeParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFoldersServerCapabilities.WorkspaceFoldersServerCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceFullDocumentDiagnosticReport.WorkspaceFullDocumentDiagnosticReport
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceOptions.WorkspaceOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbol.WorkspaceSymbol
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolClientCapabilities.WorkspaceSymbolClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolOptions.WorkspaceSymbolOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolParams.WorkspaceSymbolParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceSymbolRegistrationOptions.WorkspaceSymbolRegistrationOptions
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.WorkspaceUnchangedDocumentDiagnosticReport.WorkspaceUnchangedDocumentDiagnosticReport
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.Common.Null
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.Common.UInt
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.Common.|?
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.LspEnum
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.knownValues
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.Singletons.AString
1493.41 s
[ghcide] - Language.LSP.Protocol.Types.Singletons.AnInteger
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Types.ResponseError
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseError
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Types.ResponseMessage
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Types.RequestMessage
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Registration.TRegistration
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Types.TRequestMessage
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.LspId.LspId
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Types.TResponseMessage
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Registration.TUnregistration
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Types.NotificationMessage
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Types.TNotificationMessage
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageParams
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Method.MessageResult
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Method.ErrorData
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Method.SomeClientMethod
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Method.SomeServerMethod
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Registration.SomeRegistration
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Registration.SomeUnregistration
1493.41 s
[ghcide] - Language.LSP.Protocol.Message.Types.TCustomMessage
1493.41 s
[ghcide] - Language.LSP.VFS.HasVfsMap
1493.41 s
[ghcide] Warning: Development.IDE.Spans.Pragmas: could not find link destinations for:
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1493.41 s
[ghcide] Warning: Development.IDE.Plugin.TypeLenses: could not find link destinations for:
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
1493.41 s
[ghcide] Warning: Development.IDE.Plugin.Completions.Logic: could not find link destinations for:
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.ClientCapabilities.ClientCapabilities
1493.41 s
[ghcide] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
1508.89 s
[ghcide] Documentation created: dist/doc/html/ghcide/index.html,
1508.89 s
[ghcide] dist/doc/html/ghcide/ghcide.txt
1508.94 s
[ghcide] Preprocessing executable 'ghcide' for ghcide-2.10.0.0..
1508.96 s
[ghcide] Phase: installPhase
1509.15 s
[ghcide] Installing library in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1509.85 s
[ghcide] Installing executable ghcide in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin
1509.85 s
[ghcide] Warning: The directory
1509.85 s
[ghcide] /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin is not in the
1509.85 s
[ghcide] system search path.
1511.25 s
[ghcide] Phase: fixupPhase
1511.27 s
[ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
1511.31 s
[ghcide] shrinking /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHSghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w-ghc9.6.3.so
1511.41 s
[ghcide] shrinking /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin/ghcide
1511.59 s
[ghcide] checking for references to /build/ in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0...
1511.72 s
[ghcide] patching script interpreter paths in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
1511.73 s
[ghcide] stripping (with command strip and flags -S -p) in /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/lib /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0/bin
1512.37 s
[ghcide] shrinking RPATHs of ELF executables and libraries in /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc
1512.40 s
[ghcide] checking for references to /build/ in /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc...
1512.44 s
[ghcide] patching script interpreter paths in /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc
1512.92 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
1513.43 s
[post-build-hook] Pushing 2 paths (404 are already present) using zstd to cache sellout ⏳
1513.43 s
[post-build-hook]
1513.78 s
[post-build-hook] Pushing /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc (38.83 MiB)
1513.89 s
[post-build-hook] Pushing /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0 (142.07 MiB)
1516.54 s
[post-build-hook]
1516.54 s
[post-build-hook] All done.
1516.56 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc /nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0
1516.60 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1516.80 s
[post-build-hook] copying 2 paths...
1516.80 s
[post-build-hook] copying path '/nix/store/7q4wklcmjhwg1bl0832zarb1rh96f4sl-ghcide-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
1521.31 s
[post-build-hook] copying path '/nix/store/mlddzr60qggllp66hkbkmy0nkhfqklad-ghcide-2.10.0.0' to 'https://cache.nix-ci.com'...
1560.36 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1560.60 s
[post-build-hook] copying 1 paths...
1560.61 s
[post-build-hook] copying path '/nix/store/lrrjy32rhzjlw19pz2pdamij8iv036bq-ghcide-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
1560.75 s
Progress: 51 of 55 built, 335 of 335 downloaded from cache
1560.83 s
Building hls-test-utils
1561.41 s
[hls-test-utils] Phase: setupCompilerEnvironmentPhase
1561.41 s
[hls-test-utils] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
1561.92 s
[hls-test-utils] Phase: unpackPhase
1561.93 s
[hls-test-utils] unpacking source archive /nix/store/q3m8rsidzfqj214nnj03vh8bp2zg6j6x-hls-test-utils-2.10.0.0.tar.gz
1561.93 s
[hls-test-utils] source root is hls-test-utils-2.10.0.0
1561.94 s
[hls-test-utils] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "hls-test-utils-2.10.0.0/src/Test/Hls/Util.hs"
1561.95 s
[hls-test-utils] Phase: patchPhase
1561.96 s
[hls-test-utils] Phase: compileBuildDriverPhase
1561.96 s
[hls-test-utils] setupCompileFlags: -package-db=/build/tmp.iOSgHcwSlm/setup-package.conf.d -threaded
1562.01 s
[hls-test-utils] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.iOSgHcwSlm/Main.o )
1562.06 s
[hls-test-utils] [2 of 2] Linking Setup
1563.15 s
[hls-test-utils] Phase: updateAutotoolsGnuConfigScriptsPhase
1563.16 s
[hls-test-utils] Phase: configurePhase
1563.16 s
[hls-test-utils] configureFlags: --verbose --prefix=/nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0 --with-gcc=gcc --package-db=/build/tmp.iOSgHcwSlm/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
1563.17 s
[hls-test-utils] Using Parsec parser
1563.17 s
[hls-test-utils] Configuring hls-test-utils-2.10.0.0...
1563.64 s
[hls-test-utils] Flags chosen: pedantic=False
1563.64 s
[hls-test-utils] Dependency aeson: using aeson-2.2.3.0
1563.64 s
[hls-test-utils] Dependency async: using async-2.2.5
1563.64 s
[hls-test-utils] Dependency base >=4.12 && <5: using base-4.18.1.0
1563.64 s
[hls-test-utils] Dependency bytestring: using bytestring-0.11.5.2
1563.64 s
[hls-test-utils] Dependency containers: using containers-0.6.7
1563.64 s
[hls-test-utils] Dependency data-default: using data-default-0.7.1.3
1563.64 s
[hls-test-utils] Dependency directory: using directory-1.3.8.1
1563.64 s
[hls-test-utils] Dependency extra: using extra-1.7.16
1563.64 s
[hls-test-utils] Dependency filepath: using filepath-1.4.100.4
1563.64 s
[hls-test-utils] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1563.64 s
[hls-test-utils] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1563.64 s
[hls-test-utils] Dependency lens: using lens-5.3.4
1563.64 s
[hls-test-utils] Dependency lsp: using lsp-2.7.0.1
1563.64 s
[hls-test-utils] Dependency lsp-test >=0.17 && <0.18: using lsp-test-0.17.1.1
1563.64 s
[hls-test-utils] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1563.64 s
[hls-test-utils] Dependency neat-interpolation: using neat-interpolation-0.5.1.4
1563.64 s
[hls-test-utils] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1563.64 s
[hls-test-utils] Dependency tasty: using tasty-1.5.3
1563.64 s
[hls-test-utils] Dependency tasty-expected-failure: using tasty-expected-failure-0.12.3
1563.64 s
[hls-test-utils] Dependency tasty-golden: using tasty-golden-2.3.5
1563.64 s
[hls-test-utils] Dependency tasty-hunit: using tasty-hunit-0.10.2
1563.64 s
[hls-test-utils] Dependency tasty-rerun: using tasty-rerun-1.1.20
1563.64 s
[hls-test-utils] Dependency temporary: using temporary-1.3
1563.64 s
[hls-test-utils] Dependency text: using text-2.0.2
1563.64 s
[hls-test-utils] Dependency text-rope: using text-rope-0.2
1563.91 s
[hls-test-utils] Source component graph: component lib
1563.91 s
[hls-test-utils] Configured component graph:
1563.91 s
[hls-test-utils] component hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1563.91 s
[hls-test-utils] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1563.91 s
[hls-test-utils] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1563.91 s
[hls-test-utils] include base-4.18.1.0
1563.91 s
[hls-test-utils] include bytestring-0.11.5.2
1563.91 s
[hls-test-utils] include containers-0.6.7
1563.91 s
[hls-test-utils] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1563.91 s
[hls-test-utils] include directory-1.3.8.1
1563.91 s
[hls-test-utils] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1563.91 s
[hls-test-utils] include filepath-1.4.100.4
1563.91 s
[hls-test-utils] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1563.91 s
[hls-test-utils] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1563.91 s
[hls-test-utils] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1563.91 s
[hls-test-utils] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1563.91 s
[hls-test-utils] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1563.91 s
[hls-test-utils] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1563.91 s
[hls-test-utils] include neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
1563.91 s
[hls-test-utils] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1563.91 s
[hls-test-utils] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
1563.91 s
[hls-test-utils] include tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
1563.91 s
[hls-test-utils] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
1563.91 s
[hls-test-utils] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
1563.91 s
[hls-test-utils] include tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
1563.91 s
[hls-test-utils] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
1563.91 s
[hls-test-utils] include text-2.0.2
1563.91 s
[hls-test-utils] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1563.91 s
[hls-test-utils] Linked component graph:
1563.91 s
[hls-test-utils] unit hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1563.91 s
[hls-test-utils] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1563.91 s
[hls-test-utils] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1563.91 s
[hls-test-utils] include base-4.18.1.0
1563.91 s
[hls-test-utils] include bytestring-0.11.5.2
1563.91 s
[hls-test-utils] include containers-0.6.7
1563.91 s
[hls-test-utils] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1563.91 s
[hls-test-utils] include directory-1.3.8.1
1563.91 s
[hls-test-utils] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1563.91 s
[hls-test-utils] include filepath-1.4.100.4
1563.91 s
[hls-test-utils] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1563.91 s
[hls-test-utils] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1563.91 s
[hls-test-utils] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1563.91 s
[hls-test-utils] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1563.91 s
[hls-test-utils] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1563.91 s
[hls-test-utils] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1563.91 s
[hls-test-utils] include neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
1563.91 s
[hls-test-utils] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1563.91 s
[hls-test-utils] include tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
1563.91 s
[hls-test-utils] include tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
1563.91 s
[hls-test-utils] include tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
1563.91 s
[hls-test-utils] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
1563.91 s
[hls-test-utils] include tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
1563.91 s
[hls-test-utils] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
1563.91 s
[hls-test-utils] include text-2.0.2
1563.91 s
[hls-test-utils] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1563.91 s
[hls-test-utils] Development.IDE.Test=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Development.IDE.Test,Development.IDE.Test.Diagnostic=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Development.IDE.Test.Diagnostic,Test.Hls=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Test.Hls,Test.Hls.FileSystem=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Test.Hls.FileSystem,Test.Hls.Util=hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y:Test.Hls.Util
1563.91 s
[hls-test-utils] Ready component graph:
1563.91 s
[hls-test-utils] definite hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1563.91 s
[hls-test-utils] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1563.91 s
[hls-test-utils] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1563.91 s
[hls-test-utils] depends base-4.18.1.0
1563.91 s
[hls-test-utils] depends bytestring-0.11.5.2
1563.91 s
[hls-test-utils] depends containers-0.6.7
1563.91 s
[hls-test-utils] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1563.91 s
[hls-test-utils] depends directory-1.3.8.1
1563.91 s
[hls-test-utils] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1563.91 s
[hls-test-utils] depends filepath-1.4.100.4
1563.91 s
[hls-test-utils] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1563.91 s
[hls-test-utils] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1563.91 s
[hls-test-utils] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1563.91 s
[hls-test-utils] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1563.91 s
[hls-test-utils] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1563.91 s
[hls-test-utils] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1563.91 s
[hls-test-utils] depends neat-interpolation-0.5.1.4-7Eh4G4e4A9B2LKWv8Yso77
1563.91 s
[hls-test-utils] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1563.91 s
[hls-test-utils] depends tasty-1.5.3-9zGpMC6Ttly7LCIedANHX6
1563.91 s
[hls-test-utils] depends tasty-expected-failure-0.12.3-6CjXx14syDX1qAyvSicwMs
1563.91 s
[hls-test-utils] depends tasty-golden-2.3.5-CsSUZl2XFkGI6xkGAf1uwq
1563.91 s
[hls-test-utils] depends tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
1563.91 s
[hls-test-utils] depends tasty-rerun-1.1.20-FtdGlHPqxx0F9Yjth8NZhU
1563.91 s
[hls-test-utils] depends temporary-1.3-1FJWtachrRvJFtqy3IoBZa
1563.91 s
[hls-test-utils] depends text-2.0.2
1563.91 s
[hls-test-utils] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1563.91 s
[hls-test-utils] Using Cabal-3.10.1.0 compiled by ghc-9.6
1563.91 s
[hls-test-utils] Using compiler: ghc-9.6.3
1563.91 s
[hls-test-utils] Using install prefix:
1563.91 s
[hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0
1563.91 s
[hls-test-utils] Executables installed in:
1563.91 s
[hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/bin
1563.91 s
[hls-test-utils] Libraries installed in:
1563.91 s
[hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1563.91 s
[hls-test-utils] Dynamic Libraries installed in:
1563.91 s
[hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
1563.91 s
[hls-test-utils] Private executables installed in:
1563.91 s
[hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/libexec/x86_64-linux-ghc-9.6.3/hls-test-utils-2.10.0.0
1563.91 s
[hls-test-utils] Data files installed in:
1563.91 s
[hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/share/x86_64-linux-ghc-9.6.3/hls-test-utils-2.10.0.0
1563.91 s
[hls-test-utils] Documentation installed in:
1563.91 s
[hls-test-utils] /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc/share/doc/hls-test-utils-2.10.0.0
1563.91 s
[hls-test-utils] Configuration files installed in:
1563.91 s
[hls-test-utils] /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/etc
1563.91 s
[hls-test-utils] No alex found
1563.91 s
[hls-test-utils] Using ar found on system at:
1563.91 s
[hls-test-utils] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1563.91 s
[hls-test-utils] No c2hs found
1563.91 s
[hls-test-utils] No cpphs found
1563.91 s
[hls-test-utils] No doctest found
1563.91 s
[hls-test-utils] Using gcc version 14.3.0 given by user at:
1563.91 s
[hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1563.91 s
[hls-test-utils] Using ghc version 9.6.3 found on system at:
1563.91 s
[hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
1563.91 s
[hls-test-utils] Using ghc-pkg version 9.6.3 found on system at:
1563.91 s
[hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
1563.91 s
[hls-test-utils] No ghcjs found
1563.91 s
[hls-test-utils] No ghcjs-pkg found
1563.91 s
[hls-test-utils] No greencard found
1563.91 s
[hls-test-utils] Using haddock version 2.29.1 found on system at:
1563.91 s
[hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
1563.91 s
[hls-test-utils] No happy found
1563.91 s
[hls-test-utils] Using haskell-suite found on system at: haskell-suite-dummy-location
1563.91 s
[hls-test-utils] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1563.91 s
[hls-test-utils] No hmake found
1563.91 s
[hls-test-utils] Using hpc version 0.68 found on system at:
1563.91 s
[hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
1563.91 s
[hls-test-utils] Using hsc2hs version 0.68.9 found on system at:
1563.91 s
[hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
1563.91 s
[hls-test-utils] Using hscolour version 1.25 found on system at:
1563.91 s
[hls-test-utils] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
1563.91 s
[hls-test-utils] No jhc found
1563.91 s
[hls-test-utils] Using ld found on system at:
1563.91 s
[hls-test-utils] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1563.91 s
[hls-test-utils] No pkg-config found
1563.91 s
[hls-test-utils] Using runghc version 9.6.3 found on system at:
1563.91 s
[hls-test-utils] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
1563.91 s
[hls-test-utils] Using strip version 2.44 found on system at:
1563.91 s
[hls-test-utils] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1563.91 s
[hls-test-utils] Using tar found on system at:
1563.91 s
[hls-test-utils] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1563.91 s
[hls-test-utils] No uhc found
1564.12 s
[hls-test-utils] Phase: buildPhase
1564.22 s
[hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0..
1564.22 s
[hls-test-utils] Building library for hls-test-utils-2.10.0.0..
1564.38 s
[hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, dist/build/Development/IDE/Test/Diagnostic.o, dist/build/Development/IDE/Test/Diagnostic.dyn_o )
1565.26 s
[hls-test-utils]
1565.26 s
[hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning : [ -Wunused-matches ]
1565.26 s
[hls-test-utils] Defined but not used: ‘expectedCode’
1565.26 s
[hls-test-utils] |
1565.26 s
[hls-test-utils] 72 | (Just expectedCode , Nothing) -> False
1565.26 s
[hls-test-utils] | ^^^^^^^^^^^^
1565.72 s
[hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.o, dist/build/Development/IDE/Test.dyn_o )
1566.56 s
[hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.o, dist/build/Test/Hls/FileSystem.dyn_o )
1566.56 s
[hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.o, dist/build/Test/Hls/Util.dyn_o )
1566.56 s
[hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.o, dist/build/Test/Hls.dyn_o )
1567.73 s
[hls-test-utils] [1 of 5] Compiling Development.IDE.Test.Diagnostic ( src/Development/IDE/Test/Diagnostic.hs, dist/build/Development/IDE/Test/Diagnostic.p_o )
1568.40 s
[hls-test-utils]
1568.40 s
[hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning : [ -Wunused-matches ]
1568.40 s
[hls-test-utils] Defined but not used: ‘expectedCode’
1568.40 s
[hls-test-utils] |
1568.40 s
[hls-test-utils] 72 | (Just expectedCode , Nothing) -> False
1568.40 s
[hls-test-utils] | ^^^^^^^^^^^^
1568.82 s
[hls-test-utils] [2 of 5] Compiling Development.IDE.Test ( src/Development/IDE/Test.hs, dist/build/Development/IDE/Test.p_o )
1569.68 s
[hls-test-utils] [3 of 5] Compiling Test.Hls.FileSystem ( src/Test/Hls/FileSystem.hs, dist/build/Test/Hls/FileSystem.p_o )
1569.68 s
[hls-test-utils] [4 of 5] Compiling Test.Hls.Util ( src/Test/Hls/Util.hs, dist/build/Test/Hls/Util.p_o )
1569.68 s
[hls-test-utils] [5 of 5] Compiling Test.Hls ( src/Test/Hls.hs, dist/build/Test/Hls.p_o )
1576.44 s
[hls-test-utils] Phase: checkPhase
1576.50 s
[hls-test-utils] Package has no test suites.
1576.51 s
[hls-test-utils] Phase: haddockPhase
1576.67 s
[hls-test-utils] Preprocessing library for hls-test-utils-2.10.0.0..
1576.67 s
[hls-test-utils] Running Haddock on library for hls-test-utils-2.10.0.0..
1576.67 s
[hls-test-utils] Warning: The documentation for the following packages are not installed. No
1576.67 s
[hls-test-utils] links will be generated to these packages: attoparsec-0.14.4,
1576.67 s
[hls-test-utils] attoparsec-0.14.4, libyaml-clib-0.2.5, lsp-types-2.3.0.1, vector-0.13.2.0
1576.75 s
[hls-test-utils] Warning: --source-* options are ignored when --hyperlinked-source is enabled.
1578.27 s
[hls-test-utils] 37% ( 3 / 8) in 'Development.IDE.Test.Diagnostic'
1578.27 s
[hls-test-utils] Missing documentation for:
1578.27 s
[hls-test-utils] Module header
1578.27 s
[hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:14)
1578.27 s
[hls-test-utils] ErrorMsg (src/Development/IDE/Test/Diagnostic.hs:17)
1578.27 s
[hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:48)
1578.27 s
[hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:81)
1578.28 s
[hls-test-utils]
1578.28 s
[hls-test-utils] src/Development/IDE/Test/Diagnostic.hs:72:17: warning : [ -Wunused-matches ]
1578.28 s
[hls-test-utils] Defined but not used: ‘expectedCode’
1578.28 s
[hls-test-utils] |
1578.28 s
[hls-test-utils] 72 | (Just expectedCode , Nothing) -> False
1578.28 s
[hls-test-utils] | ^^^^^^^^^^^^
1578.46 s
[hls-test-utils] 21% ( 6 / 28) in 'Development.IDE.Test'
1578.46 s
[hls-test-utils] Missing documentation for:
1578.46 s
[hls-test-utils] Module header
1578.46 s
[hls-test-utils] cursorPosition (src/Development/IDE/Test/Diagnostic.hs:14)
1578.46 s
[hls-test-utils] requireDiagnostic (src/Development/IDE/Test/Diagnostic.hs:48)
1578.46 s
[hls-test-utils] diagnostic (src/Development/IDE/Test.hs:192)
1578.46 s
[hls-test-utils] expectDiagnosticsWithTags (src/Development/IDE/Test.hs:130)
1578.46 s
[hls-test-utils] expectMessages (src/Development/IDE/Test.hs:93)
1578.46 s
[hls-test-utils] expectCurrentDiagnostics (src/Development/IDE/Test.hs:178)
1578.46 s
[hls-test-utils] checkDiagnosticsForDoc (src/Development/IDE/Test.hs:183)
1578.46 s
[hls-test-utils] canonicalizeUri (src/Development/IDE/Test.hs:189)
1578.46 s
[hls-test-utils] standardizeQuotes (src/Development/IDE/Test/Diagnostic.hs:81)
1578.46 s
[hls-test-utils] flushMessages (src/Development/IDE/Test.hs:109)
1578.46 s
[hls-test-utils] waitForAction (src/Development/IDE/Test.hs:214)
1578.46 s
[hls-test-utils] getInterfaceFilesDir (src/Development/IDE/Test.hs:218)
1578.46 s
[hls-test-utils] garbageCollectDirtyKeys (src/Development/IDE/Test.hs:221)
1578.46 s
[hls-test-utils] getFilesOfInterest (src/Development/IDE/Test.hs:233)
1578.46 s
[hls-test-utils] waitForTypecheck (src/Development/IDE/Test.hs:227)
1578.46 s
[hls-test-utils] waitForBuildQueue (src/Development/IDE/Test.hs:230)
1578.46 s
[hls-test-utils] getStoredKeys (src/Development/IDE/Test.hs:224)
1578.46 s
[hls-test-utils] waitForCustomMessage (src/Development/IDE/Test.hs:236)
1578.46 s
[hls-test-utils] waitForGC (src/Development/IDE/Test.hs:243)
1578.46 s
[hls-test-utils] configureCheckProject (src/Development/IDE/Test.hs:249)
1578.46 s
[hls-test-utils] referenceReady (src/Development/IDE/Test.hs:256)
1578.50 s
[hls-test-utils] Warning: 'rootDir' is out of scope.
1578.50 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.50 s
[hls-test-utils] Warning: 'virtualFileTree' is out of scope.
1578.50 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.50 s
[hls-test-utils] 70% ( 21 / 30) in 'Test.Hls.FileSystem'
1578.50 s
[hls-test-utils] Missing documentation for:
1578.50 s
[hls-test-utils] Module header
1578.50 s
[hls-test-utils] FileTree (src/Test/Hls/FileSystem.hs:68)
1578.50 s
[hls-test-utils] Content (src/Test/Hls/FileSystem.hs:74)
1578.50 s
[hls-test-utils] readFileFS (src/Test/Hls/FileSystem.hs:83)
1578.50 s
[hls-test-utils] writeFileFS (src/Test/Hls/FileSystem.hs:87)
1578.50 s
[hls-test-utils] mkVirtualFileTree (src/Test/Hls/FileSystem.hs:136)
1578.50 s
[hls-test-utils] toNfp (src/Test/Hls/FileSystem.hs:146)
1578.50 s
[hls-test-utils] toAbsFp (src/Test/Hls/FileSystem.hs:143)
1578.50 s
[hls-test-utils] directory (src/Test/Hls/FileSystem.hs:173)
1578.57 s
[hls-test-utils] Warning: 'src' is out of scope.
1578.57 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.57 s
[hls-test-utils] Warning: 'ignored' is out of scope.
1578.57 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.57 s
[hls-test-utils] Warning: 'dst' is out of scope.
1578.57 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.57 s
[hls-test-utils] Warning: 'bar' is out of scope.
1578.57 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.57 s
[hls-test-utils] Warning: 'cons' is out of scope.
1578.57 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.57 s
[hls-test-utils] 38% ( 18 / 47) in 'Test.Hls.Util'
1578.57 s
[hls-test-utils] Missing documentation for:
1578.57 s
[hls-test-utils] Module header
1578.57 s
[hls-test-utils] codeActionResolveCaps (src/Test/Hls/Util.hs:103)
1578.57 s
[hls-test-utils] codeActionNoResolveCaps (src/Test/Hls/Util.hs:108)
1578.57 s
[hls-test-utils] codeActionNoInlayHintsCaps (src/Test/Hls/Util.hs:113)
1578.57 s
[hls-test-utils] codeActionSupportCaps (src/Test/Hls/Util.hs:96)
1578.57 s
[hls-test-utils] expectCodeAction (src/Test/Hls/Util.hs:264)
1578.57 s
[hls-test-utils] ghcVersion
1578.57 s
[hls-test-utils] GhcVersion
1578.57 s
[hls-test-utils] hostOS (src/Test/Hls/Util.hs:132)
1578.57 s
[hls-test-utils] OS (src/Test/Hls/Util.hs:129)
1578.57 s
[hls-test-utils] matchesCurrentEnv (src/Test/Hls/Util.hs:125)
1578.58 s
[hls-test-utils] EnvSpec (src/Test/Hls/Util.hs:122)
1578.58 s
[hls-test-utils] ignoreForGhcVersions (src/Test/Hls/Util.hs:162)
1578.58 s
[hls-test-utils] knownBrokenOnWindows (src/Test/Hls/Util.hs:150)
1578.58 s
[hls-test-utils] knownBrokenForGhcVersions (src/Test/Hls/Util.hs:153)
1578.58 s
[hls-test-utils] fromAction (src/Test/Hls/Util.hs:232)
1578.58 s
[hls-test-utils] fromCommand (src/Test/Hls/Util.hs:236)
1578.58 s
[hls-test-utils] dontExpectCodeAction (src/Test/Hls/Util.hs:267)
1578.58 s
[hls-test-utils] expectDiagnostic (src/Test/Hls/Util.hs:255)
1578.58 s
[hls-test-utils] failIfSessionTimeout (src/Test/Hls/Util.hs:332)
1578.58 s
[hls-test-utils] getCompletionByLabel (src/Test/Hls/Util.hs:339)
1578.58 s
[hls-test-utils] noLiteralCaps (src/Test/Hls/Util.hs:90)
1578.58 s
[hls-test-utils] inspectCodeAction (src/Test/Hls/Util.hs:258)
1578.58 s
[hls-test-utils] inspectCommand (src/Test/Hls/Util.hs:275)
1578.58 s
[hls-test-utils] inspectDiagnostic (src/Test/Hls/Util.hs:247)
1578.58 s
[hls-test-utils] inspectDiagnosticAny (src/Test/Hls/Util.hs:251)
1578.58 s
[hls-test-utils] waitForDiagnosticsFrom (src/Test/Hls/Util.hs:281)
1578.58 s
[hls-test-utils] waitForDiagnosticsFromSource (src/Test/Hls/Util.hs:289)
1578.58 s
[hls-test-utils] withCanonicalTempDir (src/Test/Hls/Util.hs:349)
1578.76 s
[hls-test-utils] Warning: '^' is ambiguous. It is defined
1578.76 s
[hls-test-utils] * in ‘GHC.Real’
1578.76 s
[hls-test-utils] * in ‘GHC.TypeNats’
1578.76 s
[hls-test-utils] You may be able to disambiguate the identifier by qualifying it or
1578.76 s
[hls-test-utils] by specifying the type/value namespace explicitly.
1578.76 s
[hls-test-utils] Defaulting to the one defined in ‘GHC.TypeNats’
1578.76 s
[hls-test-utils] Warning: 'findFunctionNameUnderCursor' is out of scope.
1578.76 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.76 s
[hls-test-utils] Warning: 'runSessionWithServer'' is out of scope.
1578.76 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.76 s
[hls-test-utils] Warning: 'XDG_CACHE_HOME' is out of scope.
1578.76 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.76 s
[hls-test-utils] Warning: 'ghcide' is out of scope.
1578.76 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.76 s
[hls-test-utils] Warning: 'TASTY_PATTERN' is out of scope.
1578.76 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.76 s
[hls-test-utils] Warning: 'LSP_TIMEOUT' is out of scope.
1578.76 s
[hls-test-utils] If you qualify the identifier, haddock can try to link it anyway.
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Pattern
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export UInt
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Color
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Location
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Position
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Diagnostic
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Range
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export NormalizedUri
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticSeverity
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export NormalizedFilePath
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Uri
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Command
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceEdit
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeActionKind
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticTag
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export AnnotatedTextEdit
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ApplyWorkspaceEditParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ApplyWorkspaceEditResult
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export BaseSymbolInformation
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyIncomingCall
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyIncomingCallsParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyItem
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyOutgoingCall
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyOutgoingCallsParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyPrepareParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CallHierarchyRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CancelParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ChangeAnnotation
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ChangeAnnotationIdentifier
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ChangeAnnotationsSupportOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientCodeActionKindOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientCodeActionLiteralOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientCodeActionResolveOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientCompletionItemInsertTextModeOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientCompletionItemOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientCompletionItemOptionsKind
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientCompletionItemResolveOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientDiagnosticsTagOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientFoldingRangeKindOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientFoldingRangeOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientInfo
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientInlayHintResolveOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientSemanticTokensRequestFullDelta
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientSemanticTokensRequestOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientShowMessageActionItemOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientSignatureInformationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientSignatureParameterInformationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientSymbolKindOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientSymbolResolveOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ClientSymbolTagOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeAction
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeActionClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeActionContext
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeActionDisabled
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeActionOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeActionParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeActionRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeActionTriggerKind
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeDescription
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeLens
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeLensClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeLensOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeLensParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeLensRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CodeLensWorkspaceClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ColorInformation
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ColorPresentation
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ColorPresentationParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionContext
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionItem
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemDefaults
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemKind
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemLabelDetails
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemTag
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionItemTagOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionList
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionListCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CompletionTriggerKind
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ConfigurationItem
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ConfigurationParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CreateFile
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CreateFileOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export CreateFilesParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Declaration
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DeclarationClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DeclarationLink
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DeclarationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DeclarationParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DeclarationRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export Definition
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DefinitionClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DefinitionLink
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DefinitionOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DefinitionParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DefinitionRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DeleteFile
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DeleteFileOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DeleteFilesParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticRelatedInformation
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticServerCancellationData
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DiagnosticWorkspaceClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidChangeConfigurationClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidChangeConfigurationParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidChangeConfigurationRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidChangeNotebookDocumentParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidChangeTextDocumentParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidChangeWatchedFilesClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidChangeWatchedFilesParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidChangeWatchedFilesRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidChangeWorkspaceFoldersParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidCloseNotebookDocumentParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidCloseTextDocumentParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidOpenNotebookDocumentParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidOpenTextDocumentParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidSaveNotebookDocumentParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DidSaveTextDocumentParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentColorClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentColorOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentColorParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentColorRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentDiagnosticParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentDiagnosticReport
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentDiagnosticReportKind
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentDiagnosticReportPartialResult
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentFilter
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentFormattingClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentFormattingOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentFormattingParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentFormattingRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlight
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightKind
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentHighlightRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentLink
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentLinkClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentLinkOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentLinkParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentLinkRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentOnTypeFormattingClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentOnTypeFormattingOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentOnTypeFormattingParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentOnTypeFormattingRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentRangeFormattingClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentRangeFormattingOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentRangeFormattingParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentRangeFormattingRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentSelector
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbol
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbolClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbolOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbolParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentSymbolRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export EditRangeWithInsertReplace
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ErrorCodes
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ExecuteCommandClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ExecuteCommandOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ExecuteCommandParams
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ExecuteCommandRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export ExecutionSummary
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FailureHandlingKind
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileChangeType
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileCreate
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileDelete
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileEvent
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileOperationClientCapabilities
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileOperationFilter
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileOperationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileOperationPattern
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileOperationPatternKind
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileOperationPatternOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileOperationRegistrationOptions
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileRename
1578.77 s
[hls-test-utils] Warning: Couldn't find .haddock for export FileSystemWatcher
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export FoldingRange
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export FoldingRangeRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export FormattingOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export FullDocumentDiagnosticReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export GeneralClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export GlobPattern
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export Hover
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export HoverClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export HoverOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export HoverParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export HoverRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ImplementationClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ImplementationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ImplementationParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ImplementationRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InitializeError
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InitializeParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InitializeResult
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InitializedParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlayHint
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlayHintClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlayHintKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlayHintLabelPart
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlayHintOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlayHintParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlayHintRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlayHintWorkspaceClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValue
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValueClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValueContext
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValueEvaluatableExpression
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValueOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValueParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValueRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValueText
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValueVariableLookup
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InlineValueWorkspaceClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InsertReplaceEdit
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InsertTextFormat
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export InsertTextMode
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LSPErrorCodes
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LanguageKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRangeClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRangeOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRangeParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRangeRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LinkedEditingRanges
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LocationLink
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LocationUriOnly
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LogMessageParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LogTraceParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MarkdownClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MarkedString
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MarkedStringWithLanguage
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MarkupContent
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MarkupKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MessageActionItem
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MessageType
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export Moniker
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MonikerClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MonikerKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MonikerOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MonikerParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export MonikerRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookCell
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookCellArrayChange
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookCellKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookCellLanguage
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookCellTextDocumentFilter
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocument
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentCellChangeStructure
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentCellChanges
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentCellContentChanges
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentChangeEvent
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilter
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterNotebookType
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterPattern
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterScheme
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterWithCells
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentFilterWithNotebook
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentIdentifier
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentSyncClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentSyncOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export NotebookDocumentSyncRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export OptionalVersionedTextDocumentIdentifier
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ParameterInformation
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PartialResultParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PositionEncodingKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PrepareRenameDefaultBehavior
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PrepareRenameParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PrepareRenamePlaceholder
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PrepareRenameResult
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PrepareSupportDefaultBehavior
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PreviousResultId
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ProgressParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ProgressToken
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PublishDiagnosticsClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export PublishDiagnosticsParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ReferenceClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ReferenceContext
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ReferenceOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ReferenceParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ReferenceRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export Registration
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RegistrationParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RegularExpressionEngineKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RegularExpressionsClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RelatedFullDocumentDiagnosticReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RelatedUnchangedDocumentDiagnosticReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RelativePattern
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RenameClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RenameFile
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RenameFileOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RenameFilesParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RenameOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RenameParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export RenameRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ResourceOperation
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ResourceOperationKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SaveOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SelectionRange
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SelectionRangeClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SelectionRangeOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SelectionRangeParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SelectionRangeRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokenModifiers
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokenTypes
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokens
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensDelta
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensDeltaParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensDeltaPartialResult
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensEdit
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensFullDelta
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensLegend
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensPartialResult
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensRangeParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokensWorkspaceClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ServerCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ServerCompletionItemOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ServerInfo
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SetTraceParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ShowDocumentClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ShowDocumentParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ShowDocumentResult
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ShowMessageParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ShowMessageRequestClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export ShowMessageRequestParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelp
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpContext
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SignatureHelpTriggerKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SignatureInformation
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export StaleRequestSupportOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export StaticRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SymbolInformation
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SymbolKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SymbolTag
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentChangeRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentContentChangeEvent
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentContentChangePartial
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentContentChangeWholeDocument
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentEdit
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentFilter
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentFilterLanguage
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentFilterPattern
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentFilterScheme
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentIdentifier
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentItem
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentPositionParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSaveReason
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSaveRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSyncClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSyncKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextDocumentSyncOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TextEdit
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TokenFormat
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TraceValue
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeDefinitionClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeDefinitionOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeDefinitionParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeDefinitionRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyItem
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyPrepareParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchyRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchySubtypesParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export TypeHierarchySupertypesParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export UInitializeParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export UnchangedDocumentDiagnosticReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export UniquenessLevel
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export Unregistration
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export UnregistrationParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export VersionedNotebookDocumentIdentifier
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export VersionedTextDocumentIdentifier
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WatchKind
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WillSaveTextDocumentParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WindowClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressBegin
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressCancelParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressCreateParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressEnd
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkDoneProgressReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceDiagnosticParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceDiagnosticReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceDiagnosticReportPartialResult
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceDocumentDiagnosticReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceEditClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFolder
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFoldersChangeEvent
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFoldersInitializeParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFoldersServerCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceFullDocumentDiagnosticReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbol
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbolClientCapabilities
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbolOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbolParams
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceSymbolRegistrationOptions
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export WorkspaceUnchangedDocumentDiagnosticReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export |?
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export DocumentChange
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export AsLspEnum
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LspEnum
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export EnumBaseType
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export LspOpenEnum
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export Edit
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokenAbsolute
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export SemanticTokenRelative
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export AString
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export AnInteger
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export fromNormalizedFilePath
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export fromNormalizedUri
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export toNormalizedUri
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export positionInRange
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export toNormalizedFilePath
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export codeActionKindSubsumes
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export .:!?
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export .=?
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export _L
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export _R
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export absorbNull
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export maybeToNull
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export nullToMaybe
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export toEither
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export _versionedTextDocumentIdentifier
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export applyTextEdit
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export editTextEdit
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export isSubrangeOf
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export mkRange
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export mkMarkdown
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export mkMarkdownCodeBlock
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export mkPlainText
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export plainTextToMarkdown
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export sectionSeparator
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export _workDoneProgressBegin
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export _workDoneProgressEnd
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export _workDoneProgressReport
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export absolutizeTokens
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export computeEdits
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export defaultSemanticTokensLegend
1578.78 s
[hls-test-utils] Warning: Couldn't find .haddock for export encodeTokens
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export makeSemanticTokens
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export makeSemanticTokensDelta
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export relativizeTokens
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export emptyNormalizedFilePath
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export filePathToUri
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export normalizedFilePathToUri
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export platformAwareFilePathToUri
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export platformAwareUriToFilePath
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export uriToFilePath
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export uriToNormalizedFilePath
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export normalizedFilePathToOsPath
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export osPathToNormalizedFilePath
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export combineWatchKinds
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export containsChange
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export containsCreate
1578.79 s
[hls-test-utils] Warning: Couldn't find .haddock for export containsDelete
1578.79 s
[hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
1578.79 s
[hls-test-utils] Warning: Test.Hls: Could not find documentation for exported module: Language.LSP.Protocol.Message
1578.79 s
[hls-test-utils] 8% ( 45 /556) in 'Test.Hls'
1578.79 s
[hls-test-utils] Missing documentation for:
1578.79 s
[hls-test-utils] Module header
1578.79 s
[hls-test-utils] NoTimeout
1578.79 s
[hls-test-utils] Pattern
1578.79 s
[hls-test-utils] UInt
1578.79 s
[hls-test-utils] Color
1578.79 s
[hls-test-utils] Location
1578.79 s
[hls-test-utils] Position
1578.79 s
[hls-test-utils] EncodingException
1578.79 s
[hls-test-utils] Diagnostic
1578.79 s
[hls-test-utils] Range
1578.79 s
[hls-test-utils] NormalizedUri
1578.79 s
[hls-test-utils] DiagnosticSeverity
1578.79 s
[hls-test-utils] NormalizedFilePath
1578.79 s
[hls-test-utils] Uri
1578.79 s
[hls-test-utils] Command
1578.79 s
[hls-test-utils] WorkspaceEdit
1578.79 s
[hls-test-utils] CodeActionKind
1578.79 s
[hls-test-utils] DiagnosticTag
1578.79 s
[hls-test-utils] AnnotatedTextEdit
1578.79 s
[hls-test-utils] ApplyWorkspaceEditParams
1578.79 s
[hls-test-utils] ApplyWorkspaceEditResult
1578.79 s
[hls-test-utils] BaseSymbolInformation
1578.79 s
[hls-test-utils] CallHierarchyClientCapabilities
1578.79 s
[hls-test-utils] CallHierarchyIncomingCall
1578.79 s
[hls-test-utils] CallHierarchyIncomingCallsParams
1578.79 s
[hls-test-utils] CallHierarchyItem
1578.79 s
[hls-test-utils] CallHierarchyOptions
1578.79 s
[hls-test-utils] CallHierarchyOutgoingCall
1578.79 s
[hls-test-utils] CallHierarchyOutgoingCallsParams
1578.79 s
[hls-test-utils] CallHierarchyPrepareParams
1578.79 s
[hls-test-utils] CallHierarchyRegistrationOptions
1578.79 s
[hls-test-utils] CancelParams
1578.79 s
[hls-test-utils] ChangeAnnotation
1578.79 s
[hls-test-utils] ChangeAnnotationIdentifier
1578.79 s
[hls-test-utils] ChangeAnnotationsSupportOptions
1578.79 s
[hls-test-utils] ClientCapabilities
1578.79 s
[hls-test-utils] ClientCodeActionKindOptions
1578.79 s
[hls-test-utils] ClientCodeActionLiteralOptions
1578.79 s
[hls-test-utils] ClientCodeActionResolveOptions
1578.79 s
[hls-test-utils] ClientCompletionItemInsertTextModeOptions
1578.79 s
[hls-test-utils] ClientCompletionItemOptions
1578.79 s
[hls-test-utils] ClientCompletionItemOptionsKind
1578.79 s
[hls-test-utils] ClientCompletionItemResolveOptions
1578.79 s
[hls-test-utils] ClientDiagnosticsTagOptions
1578.79 s
[hls-test-utils] ClientFoldingRangeKindOptions
1578.79 s
[hls-test-utils] ClientFoldingRangeOptions
1578.79 s
[hls-test-utils] ClientInfo
1578.79 s
[hls-test-utils] ClientInlayHintResolveOptions
1578.79 s
[hls-test-utils] ClientSemanticTokensRequestFullDelta
1578.79 s
[hls-test-utils] ClientSemanticTokensRequestOptions
1578.79 s
[hls-test-utils] ClientShowMessageActionItemOptions
1578.79 s
[hls-test-utils] ClientSignatureInformationOptions
1578.79 s
[hls-test-utils] ClientSignatureParameterInformationOptions
1578.79 s
[hls-test-utils] ClientSymbolKindOptions
1578.79 s
[hls-test-utils] ClientSymbolResolveOptions
1578.79 s
[hls-test-utils] ClientSymbolTagOptions
1578.79 s
[hls-test-utils] CodeAction
1578.79 s
[hls-test-utils] CodeActionClientCapabilities
1578.79 s
[hls-test-utils] CodeActionContext
1578.79 s
[hls-test-utils] CodeActionDisabled
1578.79 s
[hls-test-utils] CodeActionOptions
1578.79 s
[hls-test-utils] CodeActionParams
1578.79 s
[hls-test-utils] CodeActionRegistrationOptions
1578.79 s
[hls-test-utils] CodeActionTriggerKind
1578.79 s
[hls-test-utils] CodeDescription
1578.79 s
[hls-test-utils] CodeLens
1578.79 s
[hls-test-utils] CodeLensClientCapabilities
1578.79 s
[hls-test-utils] CodeLensOptions
1578.79 s
[hls-test-utils] CodeLensParams
1578.79 s
[hls-test-utils] CodeLensRegistrationOptions
1578.79 s
[hls-test-utils] CodeLensWorkspaceClientCapabilities
1578.79 s
[hls-test-utils] ColorInformation
1578.79 s
[hls-test-utils] ColorPresentation
1578.79 s
[hls-test-utils] ColorPresentationParams
1578.79 s
[hls-test-utils] CompletionClientCapabilities
1578.79 s
[hls-test-utils] CompletionContext
1578.79 s
[hls-test-utils] CompletionItem
1578.79 s
[hls-test-utils] CompletionItemDefaults
1578.79 s
[hls-test-utils] CompletionItemKind
1578.79 s
[hls-test-utils] CompletionItemLabelDetails
1578.79 s
[hls-test-utils] CompletionItemTag
1578.79 s
[hls-test-utils] CompletionItemTagOptions
1578.79 s
[hls-test-utils] CompletionList
1578.79 s
[hls-test-utils] CompletionListCapabilities
1578.79 s
[hls-test-utils] CompletionOptions
1578.79 s
[hls-test-utils] CompletionParams
1578.79 s
[hls-test-utils] CompletionRegistrationOptions
1578.79 s
[hls-test-utils] CompletionTriggerKind
1578.79 s
[hls-test-utils] ConfigurationItem
1578.79 s
[hls-test-utils] ConfigurationParams
1578.79 s
[hls-test-utils] CreateFile
1578.79 s
[hls-test-utils] CreateFileOptions
1578.79 s
[hls-test-utils] CreateFilesParams
1578.79 s
[hls-test-utils] Declaration
1578.79 s
[hls-test-utils] DeclarationClientCapabilities
1578.79 s
[hls-test-utils] DeclarationLink
1578.79 s
[hls-test-utils] DeclarationOptions
1578.79 s
[hls-test-utils] DeclarationParams
1578.79 s
[hls-test-utils] DeclarationRegistrationOptions
1578.79 s
[hls-test-utils] Definition
1578.79 s
[hls-test-utils] DefinitionClientCapabilities
1578.79 s
[hls-test-utils] DefinitionLink
1578.79 s
[hls-test-utils] DefinitionOptions
1578.79 s
[hls-test-utils] DefinitionParams
1578.79 s
[hls-test-utils] DefinitionRegistrationOptions
1578.79 s
[hls-test-utils] DeleteFile
1578.79 s
[hls-test-utils] DeleteFileOptions
1578.79 s
[hls-test-utils] DeleteFilesParams
1578.79 s
[hls-test-utils] DiagnosticClientCapabilities
1578.79 s
[hls-test-utils] DiagnosticOptions
1578.79 s
[hls-test-utils] DiagnosticRegistrationOptions
1578.79 s
[hls-test-utils] DiagnosticRelatedInformation
1578.79 s
[hls-test-utils] DiagnosticServerCancellationData
1578.79 s
[hls-test-utils] DiagnosticWorkspaceClientCapabilities
1578.79 s
[hls-test-utils] DidChangeConfigurationClientCapabilities
1578.79 s
[hls-test-utils] DidChangeConfigurationParams
1578.79 s
[hls-test-utils] DidChangeConfigurationRegistrationOptions
1578.79 s
[hls-test-utils] DidChangeNotebookDocumentParams
1578.79 s
[hls-test-utils] DidChangeTextDocumentParams
1578.79 s
[hls-test-utils] DidChangeWatchedFilesClientCapabilities
1578.79 s
[hls-test-utils] DidChangeWatchedFilesParams
1578.79 s
[hls-test-utils] DidChangeWatchedFilesRegistrationOptions
1578.79 s
[hls-test-utils] DidChangeWorkspaceFoldersParams
1578.79 s
[hls-test-utils] DidCloseNotebookDocumentParams
1578.79 s
[hls-test-utils] DidCloseTextDocumentParams
1578.79 s
[hls-test-utils] DidOpenNotebookDocumentParams
1578.79 s
[hls-test-utils] DidOpenTextDocumentParams
1578.79 s
[hls-test-utils] DidSaveNotebookDocumentParams
1578.79 s
[hls-test-utils] DidSaveTextDocumentParams
1578.79 s
[hls-test-utils] DocumentColorClientCapabilities
1578.79 s
[hls-test-utils] DocumentColorOptions
1578.79 s
[hls-test-utils] DocumentColorParams
1578.79 s
[hls-test-utils] DocumentColorRegistrationOptions
1578.79 s
[hls-test-utils] DocumentDiagnosticParams
1578.79 s
[hls-test-utils] DocumentDiagnosticReport
1578.79 s
[hls-test-utils] DocumentDiagnosticReportKind
1578.80 s
[hls-test-utils] DocumentDiagnosticReportPartialResult
1578.80 s
[hls-test-utils] DocumentFilter
1578.80 s
[hls-test-utils] DocumentFormattingClientCapabilities
1578.80 s
[hls-test-utils] DocumentFormattingOptions
1578.80 s
[hls-test-utils] DocumentFormattingParams
1578.80 s
[hls-test-utils] DocumentFormattingRegistrationOptions
1578.80 s
[hls-test-utils] DocumentHighlight
1578.80 s
[hls-test-utils] DocumentHighlightClientCapabilities
1578.80 s
[hls-test-utils] DocumentHighlightKind
1578.80 s
[hls-test-utils] DocumentHighlightOptions
1578.80 s
[hls-test-utils] DocumentHighlightParams
1578.80 s
[hls-test-utils] DocumentHighlightRegistrationOptions
1578.80 s
[hls-test-utils] DocumentLink
1578.80 s
[hls-test-utils] DocumentLinkClientCapabilities
1578.80 s
[hls-test-utils] DocumentLinkOptions
1578.80 s
[hls-test-utils] DocumentLinkParams
1578.80 s
[hls-test-utils] DocumentLinkRegistrationOptions
1578.80 s
[hls-test-utils] DocumentOnTypeFormattingClientCapabilities
1578.80 s
[hls-test-utils] DocumentOnTypeFormattingOptions
1578.80 s
[hls-test-utils] DocumentOnTypeFormattingParams
1578.80 s
[hls-test-utils] DocumentOnTypeFormattingRegistrationOptions
1578.80 s
[hls-test-utils] DocumentRangeFormattingClientCapabilities
1578.80 s
[hls-test-utils] DocumentRangeFormattingOptions
1578.80 s
[hls-test-utils] DocumentRangeFormattingParams
1578.80 s
[hls-test-utils] DocumentRangeFormattingRegistrationOptions
1578.80 s
[hls-test-utils] DocumentSelector
1578.80 s
[hls-test-utils] DocumentSymbol
1578.80 s
[hls-test-utils] DocumentSymbolClientCapabilities
1578.80 s
[hls-test-utils] DocumentSymbolOptions
1578.80 s
[hls-test-utils] DocumentSymbolParams
1578.80 s
[hls-test-utils] DocumentSymbolRegistrationOptions
1578.80 s
[hls-test-utils] EditRangeWithInsertReplace
1578.80 s
[hls-test-utils] ErrorCodes
1578.80 s
[hls-test-utils] ExecuteCommandClientCapabilities
1578.80 s
[hls-test-utils] ExecuteCommandOptions
1578.80 s
[hls-test-utils] ExecuteCommandParams
1578.80 s
[hls-test-utils] ExecuteCommandRegistrationOptions
1578.80 s
[hls-test-utils] ExecutionSummary
1578.80 s
[hls-test-utils] FailureHandlingKind
1578.80 s
[hls-test-utils] FileChangeType
1578.80 s
[hls-test-utils] FileCreate
1578.80 s
[hls-test-utils] FileDelete
1578.80 s
[hls-test-utils] FileEvent
1578.80 s
[hls-test-utils] FileOperationClientCapabilities
1578.80 s
[hls-test-utils] FileOperationFilter
1578.80 s
[hls-test-utils] FileOperationOptions
1578.80 s
[hls-test-utils] FileOperationPattern
1578.80 s
[hls-test-utils] FileOperationPatternKind
1578.80 s
[hls-test-utils] FileOperationPatternOptions
1578.80 s
[hls-test-utils] FileOperationRegistrationOptions
1578.80 s
[hls-test-utils] FileRename
1578.80 s
[hls-test-utils] FileSystemWatcher
1578.80 s
[hls-test-utils] FoldingRange
1578.80 s
[hls-test-utils] FoldingRangeClientCapabilities
1578.80 s
[hls-test-utils] FoldingRangeKind
1578.80 s
[hls-test-utils] FoldingRangeOptions
1578.80 s
[hls-test-utils] FoldingRangeParams
1578.80 s
[hls-test-utils] FoldingRangeRegistrationOptions
1578.80 s
[hls-test-utils] FormattingOptions
1578.80 s
[hls-test-utils] FullDocumentDiagnosticReport
1578.80 s
[hls-test-utils] GeneralClientCapabilities
1578.80 s
[hls-test-utils] GlobPattern
1578.80 s
[hls-test-utils] Hover
1578.80 s
[hls-test-utils] HoverClientCapabilities
1578.80 s
[hls-test-utils] HoverOptions
1578.80 s
[hls-test-utils] HoverParams
1578.80 s
[hls-test-utils] HoverRegistrationOptions
1578.80 s
[hls-test-utils] ImplementationClientCapabilities
1578.80 s
[hls-test-utils] ImplementationOptions
1578.80 s
[hls-test-utils] ImplementationParams
1578.80 s
[hls-test-utils] ImplementationRegistrationOptions
1578.80 s
[hls-test-utils] InitializeError
1578.80 s
[hls-test-utils] InitializeParams
1578.80 s
[hls-test-utils] InitializeResult
1578.80 s
[hls-test-utils] InitializedParams
1578.80 s
[hls-test-utils] InlayHint
1578.80 s
[hls-test-utils] InlayHintClientCapabilities
1578.80 s
[hls-test-utils] InlayHintKind
1578.80 s
[hls-test-utils] InlayHintLabelPart
1578.80 s
[hls-test-utils] InlayHintOptions
1578.80 s
[hls-test-utils] InlayHintParams
1578.80 s
[hls-test-utils] InlayHintRegistrationOptions
1578.80 s
[hls-test-utils] InlayHintWorkspaceClientCapabilities
1578.80 s
[hls-test-utils] InlineValue
1578.80 s
[hls-test-utils] InlineValueClientCapabilities
1578.80 s
[hls-test-utils] InlineValueContext
1578.80 s
[hls-test-utils] InlineValueEvaluatableExpression
1578.80 s
[hls-test-utils] InlineValueOptions
1578.80 s
[hls-test-utils] InlineValueParams
1578.80 s
[hls-test-utils] InlineValueRegistrationOptions
1578.80 s
[hls-test-utils] InlineValueText
1578.80 s
[hls-test-utils] InlineValueVariableLookup
1578.80 s
[hls-test-utils] InlineValueWorkspaceClientCapabilities
1578.80 s
[hls-test-utils] InsertReplaceEdit
1578.80 s
[hls-test-utils] InsertTextFormat
1578.80 s
[hls-test-utils] InsertTextMode
1578.80 s
[hls-test-utils] LSPErrorCodes
1578.80 s
[hls-test-utils] LanguageKind
1578.80 s
[hls-test-utils] LinkedEditingRangeClientCapabilities
1578.80 s
[hls-test-utils] LinkedEditingRangeOptions
1578.80 s
[hls-test-utils] LinkedEditingRangeParams
1578.80 s
[hls-test-utils] LinkedEditingRangeRegistrationOptions
1578.80 s
[hls-test-utils] LinkedEditingRanges
1578.80 s
[hls-test-utils] LocationLink
1578.80 s
[hls-test-utils] LocationUriOnly
1578.80 s
[hls-test-utils] LogMessageParams
1578.80 s
[hls-test-utils] LogTraceParams
1578.80 s
[hls-test-utils] MarkdownClientCapabilities
1578.80 s
[hls-test-utils] MarkedString
1578.80 s
[hls-test-utils] MarkedStringWithLanguage
1578.80 s
[hls-test-utils] MarkupContent
1578.80 s
[hls-test-utils] MarkupKind
1578.80 s
[hls-test-utils] MessageActionItem
1578.80 s
[hls-test-utils] MessageType
1578.80 s
[hls-test-utils] Moniker
1578.80 s
[hls-test-utils] MonikerClientCapabilities
1578.80 s
[hls-test-utils] MonikerKind
1578.80 s
[hls-test-utils] MonikerOptions
1578.80 s
[hls-test-utils] MonikerParams
1578.80 s
[hls-test-utils] MonikerRegistrationOptions
1578.80 s
[hls-test-utils] NotebookCell
1578.80 s
[hls-test-utils] NotebookCellArrayChange
1578.80 s
[hls-test-utils] NotebookCellKind
1578.80 s
[hls-test-utils] NotebookCellLanguage
1578.80 s
[hls-test-utils] NotebookCellTextDocumentFilter
1578.80 s
[hls-test-utils] NotebookDocument
1578.80 s
[hls-test-utils] NotebookDocumentCellChangeStructure
1578.80 s
[hls-test-utils] NotebookDocumentCellChanges
1578.80 s
[hls-test-utils] NotebookDocumentCellContentChanges
1578.80 s
[hls-test-utils] NotebookDocumentChangeEvent
1578.80 s
[hls-test-utils] NotebookDocumentClientCapabilities
1578.80 s
[hls-test-utils] NotebookDocumentFilter
1578.80 s
[hls-test-utils] NotebookDocumentFilterNotebookType
1578.80 s
[hls-test-utils] NotebookDocumentFilterPattern
1578.80 s
[hls-test-utils] NotebookDocumentFilterScheme
1578.80 s
[hls-test-utils] NotebookDocumentFilterWithCells
1578.80 s
[hls-test-utils] NotebookDocumentFilterWithNotebook
1578.80 s
[hls-test-utils] NotebookDocumentIdentifier
1578.80 s
[hls-test-utils] NotebookDocumentSyncClientCapabilities
1578.80 s
[hls-test-utils] NotebookDocumentSyncOptions
1578.80 s
[hls-test-utils] NotebookDocumentSyncRegistrationOptions
1578.80 s
[hls-test-utils] OptionalVersionedTextDocumentIdentifier
1578.80 s
[hls-test-utils] ParameterInformation
1578.80 s
[hls-test-utils] PartialResultParams
1578.80 s
[hls-test-utils] PositionEncodingKind
1578.80 s
[hls-test-utils] PrepareRenameDefaultBehavior
1578.80 s
[hls-test-utils] PrepareRenameParams
1578.80 s
[hls-test-utils] PrepareRenamePlaceholder
1578.80 s
[hls-test-utils] PrepareRenameResult
1578.80 s
[hls-test-utils] PrepareSupportDefaultBehavior
1578.80 s
[hls-test-utils] PreviousResultId
1578.80 s
[hls-test-utils] ProgressParams
1578.80 s
[hls-test-utils] ProgressToken
1578.80 s
[hls-test-utils] PublishDiagnosticsClientCapabilities
1578.80 s
[hls-test-utils] PublishDiagnosticsParams
1578.80 s
[hls-test-utils] ReferenceClientCapabilities
1578.80 s
[hls-test-utils] ReferenceContext
1578.80 s
[hls-test-utils] ReferenceOptions
1578.80 s
[hls-test-utils] ReferenceParams
1578.80 s
[hls-test-utils] ReferenceRegistrationOptions
1578.80 s
[hls-test-utils] Registration
1578.80 s
[hls-test-utils] RegistrationParams
1578.80 s
[hls-test-utils] RegularExpressionEngineKind
1578.80 s
[hls-test-utils] RegularExpressionsClientCapabilities
1578.80 s
[hls-test-utils] RelatedFullDocumentDiagnosticReport
1578.80 s
[hls-test-utils] RelatedUnchangedDocumentDiagnosticReport
1578.80 s
[hls-test-utils] RelativePattern
1578.80 s
[hls-test-utils] RenameClientCapabilities
1578.80 s
[hls-test-utils] RenameFile
1578.80 s
[hls-test-utils] RenameFileOptions
1578.80 s
[hls-test-utils] RenameFilesParams
1578.80 s
[hls-test-utils] RenameOptions
1578.80 s
[hls-test-utils] RenameParams
1578.80 s
[hls-test-utils] RenameRegistrationOptions
1578.80 s
[hls-test-utils] ResourceOperation
1578.80 s
[hls-test-utils] ResourceOperationKind
1578.80 s
[hls-test-utils] SaveOptions
1578.80 s
[hls-test-utils] SelectionRange
1578.80 s
[hls-test-utils] SelectionRangeClientCapabilities
1578.80 s
[hls-test-utils] SelectionRangeOptions
1578.80 s
[hls-test-utils] SelectionRangeParams
1578.80 s
[hls-test-utils] SelectionRangeRegistrationOptions
1578.80 s
[hls-test-utils] SemanticTokenModifiers
1578.80 s
[hls-test-utils] SemanticTokenTypes
1578.80 s
[hls-test-utils] SemanticTokens
1578.80 s
[hls-test-utils] SemanticTokensClientCapabilities
1578.80 s
[hls-test-utils] SemanticTokensDelta
1578.80 s
[hls-test-utils] SemanticTokensDeltaParams
1578.80 s
[hls-test-utils] SemanticTokensDeltaPartialResult
1578.80 s
[hls-test-utils] SemanticTokensEdit
1578.80 s
[hls-test-utils] SemanticTokensFullDelta
1578.80 s
[hls-test-utils] SemanticTokensLegend
1578.80 s
[hls-test-utils] SemanticTokensOptions
1578.80 s
[hls-test-utils] SemanticTokensParams
1578.80 s
[hls-test-utils] SemanticTokensPartialResult
1578.80 s
[hls-test-utils] SemanticTokensRangeParams
1578.80 s
[hls-test-utils] SemanticTokensRegistrationOptions
1578.80 s
[hls-test-utils] SemanticTokensWorkspaceClientCapabilities
1578.80 s
[hls-test-utils] ServerCapabilities
1578.80 s
[hls-test-utils] ServerCompletionItemOptions
1578.80 s
[hls-test-utils] ServerInfo
1578.80 s
[hls-test-utils] SetTraceParams
1578.80 s
[hls-test-utils] ShowDocumentClientCapabilities
1578.80 s
[hls-test-utils] ShowDocumentParams
1578.80 s
[hls-test-utils] ShowDocumentResult
1578.80 s
[hls-test-utils] ShowMessageParams
1578.80 s
[hls-test-utils] ShowMessageRequestClientCapabilities
1578.80 s
[hls-test-utils] ShowMessageRequestParams
1578.80 s
[hls-test-utils] SignatureHelp
1578.80 s
[hls-test-utils] SignatureHelpClientCapabilities
1578.80 s
[hls-test-utils] SignatureHelpContext
1578.80 s
[hls-test-utils] SignatureHelpOptions
1578.80 s
[hls-test-utils] SignatureHelpParams
1578.80 s
[hls-test-utils] SignatureHelpRegistrationOptions
1578.80 s
[hls-test-utils] SignatureHelpTriggerKind
1578.80 s
[hls-test-utils] SignatureInformation
1578.80 s
[hls-test-utils] StaleRequestSupportOptions
1578.80 s
[hls-test-utils] StaticRegistrationOptions
1578.80 s
[hls-test-utils] SymbolInformation
1578.80 s
[hls-test-utils] SymbolKind
1578.80 s
[hls-test-utils] SymbolTag
1578.80 s
[hls-test-utils] TextDocumentChangeRegistrationOptions
1578.80 s
[hls-test-utils] TextDocumentClientCapabilities
1578.80 s
[hls-test-utils] TextDocumentContentChangeEvent
1578.80 s
[hls-test-utils] TextDocumentContentChangePartial
1578.80 s
[hls-test-utils] TextDocumentContentChangeWholeDocument
1578.80 s
[hls-test-utils] TextDocumentEdit
1578.80 s
[hls-test-utils] TextDocumentFilter
1578.80 s
[hls-test-utils] TextDocumentFilterLanguage
1578.80 s
[hls-test-utils] TextDocumentFilterPattern
1578.80 s
[hls-test-utils] TextDocumentFilterScheme
1578.80 s
[hls-test-utils] TextDocumentIdentifier
1578.80 s
[hls-test-utils] TextDocumentItem
1578.80 s
[hls-test-utils] TextDocumentPositionParams
1578.80 s
[hls-test-utils] TextDocumentRegistrationOptions
1578.80 s
[hls-test-utils] TextDocumentSaveReason
1578.80 s
[hls-test-utils] TextDocumentSaveRegistrationOptions
1578.80 s
[hls-test-utils] TextDocumentSyncClientCapabilities
1578.80 s
[hls-test-utils] TextDocumentSyncKind
1578.80 s
[hls-test-utils] TextDocumentSyncOptions
1578.80 s
[hls-test-utils] TextEdit
1578.80 s
[hls-test-utils] TokenFormat
1578.80 s
[hls-test-utils] TraceValue
1578.80 s
[hls-test-utils] TypeDefinitionClientCapabilities
1578.80 s
[hls-test-utils] TypeDefinitionOptions
1578.80 s
[hls-test-utils] TypeDefinitionParams
1578.80 s
[hls-test-utils] TypeDefinitionRegistrationOptions
1578.80 s
[hls-test-utils] TypeHierarchyClientCapabilities
1578.80 s
[hls-test-utils] TypeHierarchyItem
1578.80 s
[hls-test-utils] TypeHierarchyOptions
1578.80 s
[hls-test-utils] TypeHierarchyPrepareParams
1578.80 s
[hls-test-utils] TypeHierarchyRegistrationOptions
1578.80 s
[hls-test-utils] TypeHierarchySubtypesParams
1578.80 s
[hls-test-utils] TypeHierarchySupertypesParams
1578.80 s
[hls-test-utils] UInitializeParams
1578.80 s
[hls-test-utils] UnchangedDocumentDiagnosticReport
1578.80 s
[hls-test-utils] UniquenessLevel
1578.80 s
[hls-test-utils] Unregistration
1578.80 s
[hls-test-utils] UnregistrationParams
1578.80 s
[hls-test-utils] VersionedNotebookDocumentIdentifier
1578.80 s
[hls-test-utils] VersionedTextDocumentIdentifier
1578.80 s
[hls-test-utils] WatchKind
1578.80 s
[hls-test-utils] WillSaveTextDocumentParams
1578.80 s
[hls-test-utils] WindowClientCapabilities
1578.80 s
[hls-test-utils] WorkDoneProgressBegin
1578.80 s
[hls-test-utils] WorkDoneProgressCancelParams
1578.80 s
[hls-test-utils] WorkDoneProgressCreateParams
1578.80 s
[hls-test-utils] WorkDoneProgressEnd
1578.80 s
[hls-test-utils] WorkDoneProgressOptions
1578.80 s
[hls-test-utils] WorkDoneProgressParams
1578.80 s
[hls-test-utils] WorkDoneProgressReport
1578.80 s
[hls-test-utils] WorkspaceClientCapabilities
1578.80 s
[hls-test-utils] WorkspaceDiagnosticParams
1578.80 s
[hls-test-utils] WorkspaceDiagnosticReport
1578.80 s
[hls-test-utils] WorkspaceDiagnosticReportPartialResult
1578.80 s
[hls-test-utils] WorkspaceDocumentDiagnosticReport
1578.80 s
[hls-test-utils] WorkspaceEditClientCapabilities
1578.80 s
[hls-test-utils] WorkspaceFolder
1578.80 s
[hls-test-utils] WorkspaceFoldersChangeEvent
1578.80 s
[hls-test-utils] WorkspaceFoldersInitializeParams
1578.80 s
[hls-test-utils] WorkspaceFoldersServerCapabilities
1578.80 s
[hls-test-utils] WorkspaceFullDocumentDiagnosticReport
1578.80 s
[hls-test-utils] WorkspaceOptions
1578.80 s
[hls-test-utils] WorkspaceSymbol
1578.80 s
[hls-test-utils] WorkspaceSymbolClientCapabilities
1578.80 s
[hls-test-utils] WorkspaceSymbolOptions
1578.80 s
[hls-test-utils] WorkspaceSymbolParams
1578.80 s
[hls-test-utils] WorkspaceSymbolRegistrationOptions
1578.80 s
[hls-test-utils] WorkspaceUnchangedDocumentDiagnosticReport
1578.80 s
[hls-test-utils] |?
1578.80 s
[hls-test-utils] DocumentChange
1578.80 s
[hls-test-utils] AsLspEnum
1578.80 s
[hls-test-utils] LspEnum
1578.80 s
[hls-test-utils] EnumBaseType
1578.80 s
[hls-test-utils] LspOpenEnum
1578.80 s
[hls-test-utils] Edit
1578.80 s
[hls-test-utils] SemanticTokenAbsolute
1578.80 s
[hls-test-utils] SemanticTokenRelative
1578.80 s
[hls-test-utils] AString
1578.80 s
[hls-test-utils] AnInteger
1578.80 s
[hls-test-utils] fromNormalizedFilePath
1578.80 s
[hls-test-utils] fromNormalizedUri
1578.80 s
[hls-test-utils] toNormalizedUri
1578.80 s
[hls-test-utils] positionInRange
1578.80 s
[hls-test-utils] toNormalizedFilePath
1578.80 s
[hls-test-utils] codeActionKindSubsumes
1578.80 s
[hls-test-utils] .:!?
1578.80 s
[hls-test-utils] .=?
1578.80 s
[hls-test-utils] _L
1578.80 s
[hls-test-utils] _R
1578.80 s
[hls-test-utils] absorbNull
1578.80 s
[hls-test-utils] maybeToNull
1578.80 s
[hls-test-utils] nullToMaybe
1578.80 s
[hls-test-utils] toEither
1578.80 s
[hls-test-utils] _versionedTextDocumentIdentifier
1578.80 s
[hls-test-utils] applyTextEdit
1578.80 s
[hls-test-utils] editTextEdit
1578.80 s
[hls-test-utils] isSubrangeOf
1578.80 s
[hls-test-utils] mkRange
1578.80 s
[hls-test-utils] mkMarkdown
1578.80 s
[hls-test-utils] mkMarkdownCodeBlock
1578.80 s
[hls-test-utils] mkPlainText
1578.80 s
[hls-test-utils] plainTextToMarkdown
1578.80 s
[hls-test-utils] sectionSeparator
1578.80 s
[hls-test-utils] _workDoneProgressBegin
1578.80 s
[hls-test-utils] _workDoneProgressEnd
1578.80 s
[hls-test-utils] _workDoneProgressReport
1578.80 s
[hls-test-utils] absolutizeTokens
1578.80 s
[hls-test-utils] computeEdits
1578.80 s
[hls-test-utils] defaultSemanticTokensLegend
1578.80 s
[hls-test-utils] encodeTokens
1578.80 s
[hls-test-utils] makeSemanticTokens
1578.80 s
[hls-test-utils] makeSemanticTokensDelta
1578.80 s
[hls-test-utils] relativizeTokens
1578.80 s
[hls-test-utils] emptyNormalizedFilePath
1578.80 s
[hls-test-utils] filePathToUri
1578.80 s
[hls-test-utils] normalizedFilePathToUri
1578.80 s
[hls-test-utils] platformAwareFilePathToUri
1578.80 s
[hls-test-utils] platformAwareUriToFilePath
1578.80 s
[hls-test-utils] uriToFilePath
1578.80 s
[hls-test-utils] uriToNormalizedFilePath
1578.80 s
[hls-test-utils] normalizedFilePathToOsPath
1578.80 s
[hls-test-utils] osPathToNormalizedFilePath
1578.80 s
[hls-test-utils] combineWatchKinds
1578.80 s
[hls-test-utils] containsChange
1578.80 s
[hls-test-utils] containsCreate
1578.80 s
[hls-test-utils] containsDelete
1578.80 s
[hls-test-utils] goldenGitDiff (src/Test/Hls.hs:189)
1578.80 s
[hls-test-utils] goldenWithHaskellDoc (src/Test/Hls.hs:192)
1578.80 s
[hls-test-utils] goldenWithHaskellDocInTmpDir (src/Test/Hls.hs:205)
1578.80 s
[hls-test-utils] goldenWithHaskellAndCaps (src/Test/Hls.hs:218)
1578.80 s
[hls-test-utils] goldenWithHaskellAndCapsInTmpDir (src/Test/Hls.hs:267)
1578.80 s
[hls-test-utils] goldenWithCabalDoc (src/Test/Hls.hs:295)
1578.80 s
[hls-test-utils] goldenWithHaskellDocFormatter (src/Test/Hls.hs:581)
1578.80 s
[hls-test-utils] goldenWithHaskellDocFormatterInTmpDir (src/Test/Hls.hs:629)
1578.80 s
[hls-test-utils] goldenWithCabalDocFormatter (src/Test/Hls.hs:605)
1578.80 s
[hls-test-utils] goldenWithCabalDocFormatterInTmpDir (src/Test/Hls.hs:653)
1578.80 s
[hls-test-utils] goldenWithTestConfig (src/Test/Hls.hs:247)
1578.80 s
[hls-test-utils] runSessionWithServer (src/Test/Hls.hs:537)
1578.80 s
[hls-test-utils] runSessionWithServerInTmpDir (src/Test/Hls.hs:504)
1578.80 s
[hls-test-utils] PluginDescriptor
1578.80 s
[hls-test-utils] BrokenBehavior (src/Test/Hls.hs:173)
1578.80 s
[hls-test-utils] ExpectBroken (src/Test/Hls.hs:175)
1578.80 s
[hls-test-utils] unCurrent (src/Test/Hls.hs:179)
1578.80 s
[hls-test-utils] waitForTypecheck (src/Test/Hls.hs:869)
1578.80 s
[hls-test-utils] waitForAction (src/Test/Hls.hs:865)
1578.80 s
[hls-test-utils] hlsConfigToClientConfig (src/Test/Hls.hs:875)
1578.80 s
[hls-test-utils] getLastBuildKeys (src/Test/Hls.hs:872)
1578.80 s
[hls-test-utils] waitForKickDone (src/Test/Hls.hs:900)
1578.80 s
[hls-test-utils] waitForKickStart (src/Test/Hls.hs:903)
1578.80 s
[hls-test-utils] WithPriority
1578.80 s
[hls-test-utils] Priority
1578.80 s
[hls-test-utils] captureKickDiagnostics (src/Test/Hls.hs:889)
1578.80 s
[hls-test-utils] kick (src/Test/Hls.hs:913)
1578.80 s
[hls-test-utils] TestConfig (src/Test/Hls.hs:692)
1579.98 s
[hls-test-utils] Warning: Development.IDE.Test: could not find link destinations for:
1579.98 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.TNotificationMessage
1579.98 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Method.SMethod
1579.98 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentPublishDiagnostics
1579.98 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.TServerMessage
1580.34 s
[hls-test-utils] Warning: Test.Hls: could not find link destinations for:
1580.34 s
[hls-test-utils] - Data.Array.Base.getNumElements
1580.34 s
[hls-test-utils] - Data.Array.Base.unsafeNewArray_
1580.34 s
[hls-test-utils] - Data.Array.Base.unsafeWrite
1580.34 s
[hls-test-utils] - Data.Array.Base.unsafeRead
1580.34 s
[hls-test-utils] - Data.Array.Base.unsafeAccum
1580.34 s
[hls-test-utils] - Data.Array.Base.unsafeReplace
1580.34 s
[hls-test-utils] - Data.Array.Base.unsafeAccumArray
1580.34 s
[hls-test-utils] - Data.Array.Base.numElements
1580.34 s
[hls-test-utils] - Data.Array.Base.unsafeAt
1580.34 s
[hls-test-utils] - Data.Array.Base.unsafeArray
1580.34 s
[hls-test-utils] - Data.Vector.Unboxed.Base.Unbox
1580.34 s
[hls-test-utils] - Data.Vector.Primitive.Vector
1580.34 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActions
1580.34 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.actions
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameter
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameter
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveParameterSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeParameterSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignature
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignature
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasActiveSignatureHelp
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.activeSignatureHelp
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdded
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.added
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalPropertiesSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalPropertiesSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAdditionalTextEdits
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.additionalTextEdits
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllCommitCharacters
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.allCommitCharacters
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAllowedTags
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.allowedTags
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAlpha
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.alpha
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAnnotationId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.annotationId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplied
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.applied
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasApplyEdit
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.applyEdit
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArguments
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.arguments
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasArray
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.array
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasAugmentsSyntaxTokens
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.augmentsSyntaxTokens
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBaseUri
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.baseUri
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasBlue
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.blue
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchy
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchy
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCallHierarchyProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.callHierarchyProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancel
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancel
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCancellable
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cancellable
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCapabilities
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.capabilities
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCaseSensitiveLookup
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.caseSensitiveLookup
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCellTextDocuments
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cellTextDocuments
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCells
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.cells
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCh
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ch
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.change
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotationSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotationSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeAnnotations
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeAnnotations
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChangeNotifications
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changeNotifications
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChanges
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.changes
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCharacter
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.character
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasChildren
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.children
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasClientInfo
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.clientInfo
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCode
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.code
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeAction
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeAction
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKind
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKind
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionKinds
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionKinds
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionLiteralSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionLiteralSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeActionProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeActionProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescription
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescription
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeDescriptionSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeDescriptionSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLens
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLens
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCodeLensProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.codeLensProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCollapsedText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.collapsedText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColor
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.color
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasColorProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.colorProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommand
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.command
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommands
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commands
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharacters
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharacters
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCommitCharactersSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.commitCharactersSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletion
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completion
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItem
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItem
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionItemKind
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionItemKind
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionList
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionList
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasCompletionProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.completionProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasConfiguration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.configuration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContainerName
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.containerName
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentChanges
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentChanges
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContentFormat
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contentFormat
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContents
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contents
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContext
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.context
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasContextSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.contextSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDataSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.dataSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasData_
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.data_
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclaration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.declaration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeclarationProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.declarationProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefaultBehavior
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.defaultBehavior
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinition
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.definition
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDefinitionProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.definitionProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeleteCount
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deleteCount
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDelta
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.delta
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaLine
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaLine
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeltaStartChar
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deltaStartChar
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecated
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecated
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDeprecatedSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.deprecatedSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDescription
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.description
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDetail
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.detail
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostic
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostic
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnosticProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnosticProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDiagnostics
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.diagnostics
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeConfiguration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeConfiguration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidChangeWatchedFiles
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didChangeWatchedFiles
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidClose
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didClose
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidCreate
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didCreate
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidDelete
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didDelete
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidOpen
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didOpen
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidRename
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didRename
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDidSave
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.didSave
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabled
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabled
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDisabledSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.disabledSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocument
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.document
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentChanges
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentChanges
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentFormattingProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentFormattingProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlight
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlight
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentHighlightProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentHighlightProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLink
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLink
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentLinkProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentLinkProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentOnTypeFormattingProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentOnTypeFormattingProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentRangeFormattingProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentRangeFormattingProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSelector
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSelector
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbol
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbol
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentSymbolProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentSymbolProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentation
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentation
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDocumentationFormat
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.documentationFormat
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasDynamicRegistration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.dynamicRegistration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdit
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.edit
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEditRange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.editRange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEdits
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.edits
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEnd
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.end
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndCharacter
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.endCharacter
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEndLine
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.endLine
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEngine
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.engine
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasEvent
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.event
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommand
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommand
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecuteCommandProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executeCommandProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionOrder
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionOrder
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummary
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummary
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExecutionSummarySupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.executionSummarySupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExperimental
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.experimental
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExpression
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.expression
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasExternal
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.external
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailedChange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failedChange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureHandling
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureHandling
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFailureReason
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.failureReason
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFileOperations
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.fileOperations
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFiles
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.files
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilterText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.filterText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFilters
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.filters
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFirstTriggerCharacter
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.firstTriggerCharacter
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeKind
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeKind
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFoldingRangeProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.foldingRangeProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormats
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.formats
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFormatting
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.formatting
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrameId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.frameId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFrom
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.from
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFromRanges
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.fromRanges
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasFull
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.full
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGeneral
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.general
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlob
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.glob
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGlobPattern
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.globPattern
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGreen
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.green
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasGroupsOnLabel
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.groupsOnLabel
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHierarchicalDocumentSymbolSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hierarchicalDocumentSymbolSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHonorsChangeAnnotations
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.honorsChangeAnnotations
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHover
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hover
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHoverProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.hoverProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasHref
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.href
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.id
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIdentifier
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.identifier
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreCase
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreCase
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfExists
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfExists
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIgnoreIfNotExists
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ignoreIfNotExists
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementation
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementation
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasImplementationProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.implementationProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeDeclaration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeDeclaration
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIncludeText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.includeText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInitializationOptions
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.initializationOptions
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHint
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHint
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlayHintProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlayHintProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValue
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValue
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInlineValueProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.inlineValueProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsert
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insert
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertFinalNewline
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertFinalNewline
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertReplaceSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertReplaceSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertSpaces
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertSpaces
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextFormat
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextFormat
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextMode
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextMode
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInsertTextModeSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.insertTextModeSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasInterFileDependencies
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.interFileDependencies
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsIncomplete
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isIncomplete
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferred
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferred
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsPreferredSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isPreferredSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasIsRetrigger
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.isRetrigger
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItem
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.item
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItemDefaults
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.itemDefaults
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasItems
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.items
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasKind
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.kind
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabel
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.label
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetails
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetails
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelDetailsSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelDetailsSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelOffsetSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelOffsetSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLabelSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.labelSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguage
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.language
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLanguageId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.languageId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLegend
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.legend
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLength
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.length
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLine
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.line
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLineFoldingOnly
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.lineFoldingOnly
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLinkedEditingRangeProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.linkedEditingRangeProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocale
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.locale
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasLocation
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.location
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMarkdown
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.markdown
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMatches
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.matches
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessage
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.message
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMessageActionItem
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.messageActionItem
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMetadata
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.metadata
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMethod
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.method
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoniker
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.moniker
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMonikerProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.monikerProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMoreTriggerCharacter
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.moreTriggerCharacter
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasMultilineTokenSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.multilineTokenSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasName
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.name
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNeedsConfirmation
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.needsConfirmation
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewName
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newName
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newText
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNewUri
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.newUri
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNormalizesLineEndings
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.normalizesLineEndings
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebook
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebook
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocument
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocument
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookDocumentSync
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookDocumentSync
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookSelector
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookSelector
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasNotebookType
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.notebookType
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOldUri
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.oldUri
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnTypeFormatting
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.onTypeFormatting
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOnly
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.only
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOpenClose
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.openClose
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOptions
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.options
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOriginSelectionRange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.originSelectionRange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverlappingTokenSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.overlappingTokenSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasOverwrite
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.overwrite
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingLeft
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingLeft
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPaddingRight
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.paddingRight
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameterInformation
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameterInformation
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParameters
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parameters
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParent
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parent
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasParser
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.parser
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPartialResultToken
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.partialResultToken
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPattern
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.pattern
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPercentage
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.percentage
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPlaceholder
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.placeholder
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPosition
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.position
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncoding
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncoding
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositionEncodings
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positionEncodings
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPositions
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.positions
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareProvider
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPrepareSupportDefaultBehavior
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.prepareSupportDefaultBehavior
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselect
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselect
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreselectSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.preselectSupport
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPreviousResultIds
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.previousResultIds
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProcessId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.processId
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasProperties
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.properties
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasPublishDiagnostics
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.publishDiagnostics
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasQuery
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.query
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRange
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.range
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeFormatting
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeFormatting
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLength
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLength
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRangeLimit
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rangeLimit
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRanges
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.ranges
1580.35 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReason
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.reason
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRecursive
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.recursive
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRed
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.red
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferences
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.references
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReferencesProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.referencesProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRefreshSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.refreshSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegisterOptions
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.registerOptions
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegistrations
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.registrations
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRegularExpressions
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.regularExpressions
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocumentSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocumentSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedDocuments
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedDocuments
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelatedInformation
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relatedInformation
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRelativePatternSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.relativePatternSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRemoved
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.removed
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRename
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rename
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRenameProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.renameProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasReplace
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.replace
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRequests
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.requests
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResolveSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resolveSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResourceOperations
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resourceOperations
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasResultId
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.resultId
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerCharacters
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerCharacters
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetriggerRequest
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retriggerRequest
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetry
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retry
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRetryOnContentModified
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.retryOnContentModified
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootPath
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootPath
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasRootUri
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.rootUri
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSave
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.save
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScheme
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.scheme
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasScopeUri
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.scopeUri
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSection
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.section
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelection
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selection
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRange
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRange
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSelectionRangeProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.selectionRangeProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokens
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokens
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSemanticTokensProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.semanticTokensProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerCancelSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverCancelSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasServerInfo
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.serverInfo
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSettings
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.settings
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSeverity
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.severity
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowDocument
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.showDocument
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasShowMessage
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.showMessage
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelp
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelp
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureHelpProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureHelpProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatureInformation
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatureInformation
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSignatures
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.signatures
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSnippetSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.snippetSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSortText
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.sortText
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSource
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.source
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStaleRequestSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.staleRequestSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStart
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.start
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartChar
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startChar
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartCharacter
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startCharacter
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStartLine
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.startLine
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStoppedLocation
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.stoppedLocation
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasStructure
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.structure
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSuccess
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.success
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.support
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSupported
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.supported
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbol
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbol
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSymbolKind
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.symbolKind
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSyncKind
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.syncKind
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasSynchronization
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.synchronization
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTabSize
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tabSize
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTagSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tagSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTags
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tags
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTakeFocus
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.takeFocus
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTarget
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.target
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetRange
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetRange
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetSelectionRange
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetSelectionRange
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTargetUri
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.targetUri
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasText
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.text
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextContent
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textContent
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocument
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocument
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextDocumentSync
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textDocumentSync
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdit
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdit
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEditText
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEditText
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTextEdits
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.textEdits
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTitle
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.title
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTo
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.to
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasToken
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.token
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenModifiers
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenModifiers
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenType
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenType
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTokenTypes
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tokenTypes
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltip
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltip
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTooltipSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.tooltipSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrace
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trace
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacter
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacter
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerCharacters
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerCharacters
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTriggerKind
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.triggerKind
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimFinalNewlines
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimFinalNewlines
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTrimTrailingWhitespace
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.trimTrailingWhitespace
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinition
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinition
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeDefinitionProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeDefinitionProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchy
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchy
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasTypeHierarchyProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.typeHierarchyProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasType_
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.type_
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnique
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.unique
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUnregisterations
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.unregisterations
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasUri
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.uri
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValue
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.value
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasValueSet
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.valueSet
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVariableName
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.variableName
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVerbose
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.verbose
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersion
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.version
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasVersionSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.versionSupport
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWatchers
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.watchers
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillCreate
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willCreate
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillDelete
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willDelete
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillRename
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willRename
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSave
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSave
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWillSaveWaitUntil
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.willSaveWaitUntil
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWindow
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.window
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWordPattern
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.wordPattern
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneProgress
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneProgress
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkDoneToken
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workDoneToken
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspace
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspace
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceDiagnostics
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceDiagnostics
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceEdit
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceEdit
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceFolders
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceFolders
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.HasWorkspaceSymbolProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Lens.workspaceSymbolProvider
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Common.Null
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Message.Types.TResponseError
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Message.Meta.ClientToServer
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.MVector
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeWrite
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicSet
1580.36 s
[hls-test-utils] - Data.Vector.Unboxed.Base.MV_Int32
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeFreeze
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicLength
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeRead
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeIndexM
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Base.elemseq
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeNew
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicInitialize
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Base.basicLength
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeCopy
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeCopy
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeSlice
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Base.basicUnsafeThaw
1580.36 s
[hls-test-utils] - Data.Vector.Primitive.Mutable.MVector
1580.36 s
[hls-test-utils] - Data.Vector.Unboxed.Base.V_Int32
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicClear
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicOverlaps
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeGrow
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeMove
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeReplicate
1580.36 s
[hls-test-utils] - Data.Vector.Generic.Mutable.Base.basicUnsafeSlice
1580.36 s
[hls-test-utils] - Data.Vector.Unboxed.Base.D:R:MVectorsInt320
1580.36 s
[hls-test-utils] - Data.Vector.Unboxed.Base.D:R:VectorInt320
1580.36 s
[hls-test-utils] - Language.LSP.Protocol.Types.Uri.SystemOS
1580.36 s
[hls-test-utils] - Language.LSP.VFS.HasCharacter
1580.36 s
[hls-test-utils] - Language.LSP.VFS.HasLine
1580.36 s
[hls-test-utils] - Language.LSP.VFS.HasLsp_version
1580.36 s
[hls-test-utils] - Language.LSP.VFS.HasVfsMap
1593.42 s
[hls-test-utils] Documentation created: dist/doc/html/hls-test-utils/index.html,
1593.44 s
[hls-test-utils] dist/doc/html/hls-test-utils/hls-test-utils.txt
1593.52 s
[hls-test-utils] Phase: installPhase
1593.71 s
[hls-test-utils] Installing library in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1594.10 s
[hls-test-utils] Phase: fixupPhase
1594.12 s
[hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0
1594.12 s
[hls-test-utils] shrinking /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/libHShls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y-ghc9.6.3.so
1594.22 s
[hls-test-utils] checking for references to /build/ in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0...
1594.23 s
[hls-test-utils] patching script interpreter paths in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0
1594.23 s
[hls-test-utils] stripping (with command strip and flags -S -p) in /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0/lib
1594.31 s
[hls-test-utils] shrinking RPATHs of ELF executables and libraries in /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc
1594.32 s
[hls-test-utils] checking for references to /build/ in /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc...
1594.33 s
[hls-test-utils] patching script interpreter paths in /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc
1594.59 s
[post-build-hook] Uploading to cachix cache "sellout": /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0 /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc
1595.02 s
[post-build-hook] Pushing 2 paths (432 are already present) using zstd to cache sellout ⏳
1595.02 s
[post-build-hook]
1595.38 s
[post-build-hook] Pushing /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc (19.64 MiB)
1595.41 s
[post-build-hook] Pushing /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0 (6.29 MiB)
1596.80 s
[post-build-hook]
1596.80 s
[post-build-hook] All done.
1596.83 s
[post-build-hook] Uploading to the NixCI cache: /nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0 /nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc
1596.87 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1597.07 s
[post-build-hook] copying 4 paths...
1597.07 s
[post-build-hook] copying path '/nix/store/w2qb7vw8wixc7vl0cr2xgc65rw1a4l1j-tasty-rerun-1.1.20-doc' to 'https://cache.nix-ci.com'...
1597.28 s
[post-build-hook] copying path '/nix/store/i3w9fbiv5f7lchvmz4b69k47y2ln1szr-tasty-rerun-1.1.20' to 'https://cache.nix-ci.com'...
1597.28 s
[post-build-hook] copying path '/nix/store/syx2kvwllhlzhwx1m1a9pnnzj1k1agbq-hls-test-utils-2.10.0.0-doc' to 'https://cache.nix-ci.com'...
1598.73 s
[post-build-hook] copying path '/nix/store/bdcw5193b8qghq8k3bqyvhm2k4aa3mf1-hls-test-utils-2.10.0.0' to 'https://cache.nix-ci.com'...
1600.10 s
[post-build-hook] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1600.33 s
[post-build-hook] copying 1 paths...
1600.33 s
[post-build-hook] copying path '/nix/store/smg2wygfq7d714h2258adb3i3skyl05j-hls-test-utils-2.10.0.0.drv' to 'https://cache.nix-ci.com'...
1600.48 s
Progress: 52 of 55 built, 335 of 335 downloaded from cache
1600.56 s
Building haskell-language-server
1601.37 s
[haskell-language-server] Phase: setupCompilerEnvironmentPhase
1601.38 s
[haskell-language-server] Build with /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3.
1602.00 s
[haskell-language-server] Phase: unpackPhase
1602.00 s
[haskell-language-server] unpacking source archive /nix/store/7gkldzhsjcbsc7l8iqr94qkysmghxldi-haskell-language-server-2.10.0.0.tar.gz
1602.04 s
[haskell-language-server] source root is haskell-language-server-2.10.0.0
1602.07 s
[haskell-language-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "haskell-language-server-2.10.0.0/test/wrapper/Main.hs"
1602.08 s
[haskell-language-server] Phase: patchPhase
1602.08 s
[haskell-language-server] Phase: compileBuildDriverPhase
1602.09 s
[haskell-language-server] setupCompileFlags: -package-db=/build/tmp.Ph3OBxCTIc/setup-package.conf.d -threaded
1602.13 s
[haskell-language-server] [1 of 2] Compiling Main ( Setup.hs, /build/tmp.Ph3OBxCTIc/Main.o )
1602.17 s
[haskell-language-server] [2 of 2] Linking Setup
1603.38 s
[haskell-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
1603.41 s
[haskell-language-server] Phase: configurePhase
1603.41 s
[haskell-language-server] configureFlags: --verbose --prefix=/nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.Ph3OBxCTIc/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/lib/ghc-9.6.3/lib/haskell-language-server-2.10.0.0 --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --enable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --extra-lib-dirs=/nix/store/vj3rmg6937p9icir6bazbdcb4xdnrg9j-ncurses-6.5/lib --extra-lib-dirs=/nix/store/0aaj6jbxclpwvrphggqz4vf5hg8360fr-libffi-3.4.8/lib --extra-lib-dirs=/nix/store/vaix9m2syrilm7hv3690plsk35y0arwm-elfutils-0.192/lib --extra-lib-dirs=/nix/store/m9fycbkaairz8kampnsl7sx1aanvl0db-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/lib
1603.45 s
[haskell-language-server] Using Parsec parser
1603.45 s
[haskell-language-server] Configuring haskell-language-server-2.10.0.0...
1604.18 s
[haskell-language-server] Flags chosen: alternatenumberformat=True, cabal=True, cabalfmt=True,
1604.18 s
[haskell-language-server] cabalgild=True, callhierarchy=True, changetypesignature=True, class=True,
1604.18 s
[haskell-language-server] coderange=True, dynamic=True, eval=True, explicitfields=True,
1604.18 s
[haskell-language-server] explicitfixity=True, floskell=True, fourmolu=True, gadt=True, ghc-lib=True,
1604.18 s
[haskell-language-server] hlint=True, ignore-plugins-ghc-bounds=False, importlens=True,
1604.18 s
[haskell-language-server] isolatecabalfmttests=False, isolatecabalgildtests=False, modulename=True,
1604.18 s
[haskell-language-server] notes=True, ormolu=True, overloadedrecorddot=True, pedantic=False,
1604.18 s
[haskell-language-server] pragmas=True, qualifyimportednames=True, refactor=True, rename=True,
1604.18 s
[haskell-language-server] retrie=True, semantictokens=True, splice=True, stan=True, stylishhaskell=True,
1604.18 s
[haskell-language-server] test-exe=True
1604.18 s
[haskell-language-server] Dependency aeson-pretty: using aeson-pretty-0.8.10
1604.18 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.18 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
1604.18 s
[haskell-language-server] Dependency directory: using directory-1.3.8.1
1604.18 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.18 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.18 s
[haskell-language-server] Dependency ghc: using ghc-9.6.3
1604.18 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.18 s
[haskell-language-server] Dependency githash >=0.1.6.1: using githash-0.1.7.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.18 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.18 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.18 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.18 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.18 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.18 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.18 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.18 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.18 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.18 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.18 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.18 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency haskell-language-server:{hls-alternate-number-format-plugin,
1604.19 s
[haskell-language-server] hls-cabal-fmt-plugin, hls-cabal-gild-plugin, hls-cabal-plugin,
1604.19 s
[haskell-language-server] hls-call-hierarchy-plugin, hls-change-type-signature-plugin, hls-class-plugin,
1604.19 s
[haskell-language-server] hls-code-range-plugin, hls-eval-plugin, hls-explicit-fixity-plugin,
1604.19 s
[haskell-language-server] hls-explicit-imports-plugin, hls-explicit-record-fields-plugin,
1604.19 s
[haskell-language-server] hls-floskell-plugin, hls-fourmolu-plugin, hls-gadt-plugin, hls-hlint-plugin,
1604.19 s
[haskell-language-server] hls-module-name-plugin, hls-notes-plugin, hls-ormolu-plugin,
1604.19 s
[haskell-language-server] hls-overloaded-record-dot-plugin, hls-pragmas-plugin,
1604.19 s
[haskell-language-server] hls-qualify-imported-names-plugin, hls-refactor-plugin, hls-rename-plugin,
1604.19 s
[haskell-language-server] hls-retrie-plugin, hls-semantic-tokens-plugin, hls-splice-plugin,
1604.19 s
[haskell-language-server] hls-stan-plugin, hls-stylish-haskell-plugin}: using
1604.19 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.19 s
[haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
1604.19 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.19 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1604.19 s
[haskell-language-server] Dependency optparse-simple: using optparse-simple-0.1.1.4
1604.19 s
[haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
1604.19 s
[haskell-language-server] Dependency process: using process-1.6.17.0
1604.19 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.19 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.19 s
[haskell-language-server] Dependency directory: using directory-1.3.8.1
1604.19 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.19 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.19 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.19 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.19 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.19 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.19 s
[haskell-language-server] Dependency process-extras: using process-extras-0.7.4
1604.19 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.19 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.19 s
[haskell-language-server] Dependency directory: using directory-1.3.8.1
1604.19 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.19 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.19 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.19 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.19 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.19 s
[haskell-language-server] Dependency process-extras: using process-extras-0.7.4
1604.19 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.19 s
[haskell-language-server] Dependency Cabal: using Cabal-3.10.3.0
1604.19 s
[haskell-language-server] Dependency Cabal-syntax >=3.7: using Cabal-syntax-3.10.3.0
1604.19 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.19 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.19 s
[haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
1604.19 s
[haskell-language-server] Dependency cabal-add: using cabal-add-0.1
1604.19 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.19 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.19 s
[haskell-language-server] Dependency directory: using directory-1.3.8.1
1604.19 s
[haskell-language-server] Dependency extra >=1.7.4: using extra-1.7.16
1604.19 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.19 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.19 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
1604.19 s
[haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
1604.19 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.19 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.19 s
[haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1604.19 s
[haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1604.19 s
[haskell-language-server] Dependency pretty: using pretty-1.1.3.6
1604.19 s
[haskell-language-server] Dependency process: using process-1.6.17.0
1604.19 s
[haskell-language-server] Dependency regex-tdfa >=1.3.1 && <1.4: using regex-tdfa-1.3.2.3
1604.19 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.19 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
1604.19 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.19 s
[haskell-language-server] Dependency unordered-containers >=0.2.10.0: using unordered-containers-0.2.20
1604.19 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.19 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.19 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.19 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.19 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.19 s
[haskell-language-server] Dependency ghc: using ghc-9.6.3
1604.19 s
[haskell-language-server] Dependency ghc-exactprint >=1.5 && <1.13.0.0: using ghc-exactprint-1.7.1.0
1604.19 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.19 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
1604.19 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.19 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.19 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.19 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.19 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.19 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.19 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.19 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.19 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.19 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.19 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency sqlite-simple: using sqlite-simple-0.4.19.0
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency Diff >=0.5 && <0.6: using Diff-0.5
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency dlist: using dlist-1.0
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.20 s
[haskell-language-server] Dependency ghc: using ghc-9.6.3
1604.20 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.20 s
[haskell-language-server] Dependency megaparsec >=9.0: using megaparsec-9.6.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency parser-combinators >=1.2: using parser-combinators-1.3.0
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency unliftio: using unliftio-0.2.25.1
1604.20 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency ghc: using ghc-9.6.3
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
1604.20 s
[haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
1604.20 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hie-compat: using hie-compat-0.3.1.2
1604.20 s
[haskell-language-server] Dependency hiedb >=0.6.0.0 && <0.7: using hiedb-0.6.0.2
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.20 s
[haskell-language-server] Dependency mod: using mod-0.2.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency ghc: using ghc-9.6.3
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
1604.20 s
[haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
1604.20 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency retrie >=0.1.1.0: using retrie-1.2.3
1604.20 s
[haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1604.20 s
[haskell-language-server] Dependency stm: using stm-2.5.1.0
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency apply-refact: using apply-refact-0.14.0.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.20 s
[haskell-language-server] Dependency ghc-lib-parser: using ghc-lib-parser-9.8.5.20250214
1604.20 s
[haskell-language-server] Dependency ghc-lib-parser-ex: using ghc-lib-parser-ex-9.8.0.2
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
1604.20 s
[haskell-language-server] Dependency hlint >=3.5 && <3.9: using hlint-3.8
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency refact: using refact-0.3.0.2
1604.20 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
1604.20 s
[haskell-language-server] Dependency stm: using stm-2.5.1.0
1604.20 s
[haskell-language-server] Dependency temporary: using temporary-1.3
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency directory: using directory-1.3.8.1
1604.20 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
1604.20 s
[haskell-language-server] Dependency hie-compat: using hie-compat-0.3.1.2
1604.20 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.20 s
[haskell-language-server] Dependency stan >=0.1.2.0: using stan-0.2.0.0
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency trial: using trial-0.0.0.0
1604.20 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency fuzzy: using fuzzy-0.1.1.0
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lens-aeson: using lens-aeson-1.2.3
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency foldl: using foldl-1.4.18
1604.20 s
[haskell-language-server] Dependency ghc: using ghc-9.6.3
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
1604.20 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp >=2.7 && <2.8: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
1604.20 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency dlist: using dlist-1.0
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency semigroupoids: using semigroupoids-6.0.1
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency vector: using vector-0.13.2.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.20 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
1604.20 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency ghc: using ghc-9.6.3
1604.20 s
[haskell-language-server] Dependency ghc-exactprint: using ghc-exactprint-1.7.1.0
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency haskell-language-server:hls-refactor-plugin: using
1604.20 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency floskell >=0.11.0 && <0.12: using floskell-0.11.1
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lsp-types >=2.3 && <2.4: using lsp-types-2.3.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.20 s
[haskell-language-server] Dependency fourmolu >=0.14 && <0.17: using fourmolu-0.15.0.0
1604.20 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency yaml: using yaml-0.11.11.2
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.20 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency ormolu >=0.1.2 && <0.4 || >=0.5 && <0.8: using ormolu-0.7.4.0
1604.20 s
[haskell-language-server] Dependency process-extras >=0.7.1: using process-extras-0.7.4
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency directory: using directory-1.3.8.1
1604.20 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.20 s
[haskell-language-server] Dependency ghc-boot-th: using ghc-boot-th-9.6.3
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency stylish-haskell >=0.12 && <0.15: using stylish-haskell-0.14.6.0
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency dlist: using dlist-1.0
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency ghc: using ghc-9.6.3
1604.20 s
[haskell-language-server] Dependency ghc-boot: using ghc-boot-9.6.3
1604.20 s
[haskell-language-server] Dependency ghc-exactprint <1 || >=1.4: using ghc-exactprint-1.7.1.0
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
1604.20 s
[haskell-language-server] Dependency regex-applicative: using regex-applicative-0.3.4
1604.20 s
[haskell-language-server] Dependency regex-tdfa: using regex-tdfa-1.3.2.3
1604.20 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
1604.20 s
[haskell-language-server] Dependency time: using time-1.12.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
1604.20 s
[haskell-language-server] Dependency array: using array-0.5.5.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
1604.20 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.20 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency dlist: using dlist-1.0
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp >=2.6: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency stm: using stm-2.5.1.0
1604.20 s
[haskell-language-server] Dependency stm-containers: using stm-containers-1.2.1.1
1604.20 s
[haskell-language-server] Dependency syb: using syb-0.7.2.4
1604.20 s
[haskell-language-server] Dependency template-haskell: using template-haskell-2.20.0.0
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
1604.20 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.20 s
[haskell-language-server] Dependency array: using array-0.5.5.0
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency ghcide ==2.10.0.0: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-graph ==2.10.0.0: using hls-graph-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hls-plugin-api ==2.10.0.0: using hls-plugin-api-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp >=2.7: using lsp-2.7.0.1
1604.20 s
[haskell-language-server] Dependency mtl >=2.2: using mtl-2.3.1
1604.20 s
[haskell-language-server] Dependency regex-tdfa >=1.3.1: using regex-tdfa-1.3.2.3
1604.20 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.20 s
[haskell-language-server] Dependency text-rope: using text-rope-0.2
1604.20 s
[haskell-language-server] Dependency unordered-containers: using unordered-containers-0.2.20
1604.20 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.20 s
[haskell-language-server] Dependency async: using async-2.2.5
1604.20 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.20 s
[haskell-language-server] Dependency binary: using binary-0.8.9.1
1604.20 s
[haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
1604.20 s
[haskell-language-server] Dependency deepseq: using deepseq-1.4.8.1
1604.20 s
[haskell-language-server] Dependency directory: using directory-1.3.8.1
1604.20 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.20 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.20 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
1604.20 s
[haskell-language-server] Dependency hashable: using hashable-1.4.7.0
1604.20 s
[haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
1604.20 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.20 s
[haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
1604.20 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.21 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1604.21 s
[haskell-language-server] Dependency parser-combinators: using parser-combinators-1.3.0
1604.21 s
[haskell-language-server] Dependency process: using process-1.6.17.0
1604.21 s
[haskell-language-server] Dependency row-types: using row-types-1.0.1.2
1604.21 s
[haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1604.21 s
[haskell-language-server] Dependency shake: using shake-0.19.8
1604.21 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.21 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.21 s
[haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
1604.21 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
1604.21 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.21 s
[haskell-language-server] Dependency prettyprinter >=1.7: using prettyprinter-1.7.1
1604.21 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.21 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.21 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.21 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
1604.21 s
[haskell-language-server] Dependency directory: using directory-1.3.8.1
1604.21 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.21 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.21 s
[haskell-language-server] Dependency ghcide: using ghcide-2.10.0.0
1604.21 s
[haskell-language-server] Dependency haskell-language-server: using haskell-language-server-2.10.0.0
1604.21 s
[haskell-language-server] Dependency hie-bios: using hie-bios-0.14.0
1604.21 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
1604.21 s
[haskell-language-server] Dependency lsp: using lsp-2.7.0.1
1604.21 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.21 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.21 s
[haskell-language-server] Dependency transformers: using transformers-0.6.1.0
1604.21 s
[haskell-language-server] Dependency unix: using unix-2.8.1.0
1604.21 s
[haskell-language-server] Dependency unliftio-core: using unliftio-core-0.2.1.0
1604.21 s
[haskell-language-server] Dependency base >=4 && <5: using base-4.18.1.0
1604.21 s
[haskell-language-server] Dependency aeson: using aeson-2.2.3.0
1604.21 s
[haskell-language-server] Dependency base >=4.12 && <5: using base-4.18.1.0
1604.21 s
[haskell-language-server] Dependency bytestring: using bytestring-0.11.5.2
1604.21 s
[haskell-language-server] Dependency containers: using containers-0.6.7
1604.21 s
[haskell-language-server] Dependency data-default: using data-default-0.7.1.3
1604.21 s
[haskell-language-server] Dependency extra: using extra-1.7.16
1604.21 s
[haskell-language-server] Dependency filepath: using filepath-1.4.100.4
1604.21 s
[haskell-language-server] Dependency haskell-language-server:ghcide-bench-lib: using
1604.21 s
[haskell-language-server] haskell-language-server-2.10.0.0
1604.21 s
[haskell-language-server] Dependency hls-graph: using hls-graph-2.10.0.0
1604.21 s
[haskell-language-server] Dependency hls-plugin-api: using hls-plugin-api-2.10.0.0
1604.21 s
[haskell-language-server] Dependency hls-test-utils: using hls-test-utils-2.10.0.0
1604.21 s
[haskell-language-server] Dependency lens: using lens-5.3.4
1604.21 s
[haskell-language-server] Dependency lsp-test: using lsp-test-0.17.1.1
1604.21 s
[haskell-language-server] Dependency lsp-types: using lsp-types-2.3.0.1
1604.21 s
[haskell-language-server] Dependency optparse-applicative: using optparse-applicative-0.18.1.0
1604.21 s
[haskell-language-server] Dependency process: using process-1.6.17.0
1604.21 s
[haskell-language-server] Dependency safe-exceptions: using safe-exceptions-0.1.7.4
1604.21 s
[haskell-language-server] Dependency shake: using shake-0.19.8
1604.21 s
[haskell-language-server] Dependency tasty-hunit >=0.10: using tasty-hunit-0.10.2
1604.21 s
[haskell-language-server] Dependency text: using text-2.0.2
1604.49 s
[haskell-language-server] Source component graph:
1604.49 s
[haskell-language-server] component exe:ghcide-test-preprocessor
1604.49 s
[haskell-language-server] component lib:hls-stylish-haskell-plugin
1604.49 s
[haskell-language-server] component lib:hls-stan-plugin
1604.49 s
[haskell-language-server] component lib:hls-semantic-tokens-plugin
1604.49 s
[haskell-language-server] component lib:hls-refactor-plugin
1604.49 s
[haskell-language-server] component lib:hls-rename-plugin dependency lib:hls-refactor-plugin
1604.49 s
[haskell-language-server] component lib:hls-retrie-plugin dependency lib:hls-refactor-plugin
1604.49 s
[haskell-language-server] component lib:hls-splice-plugin dependency lib:hls-refactor-plugin
1604.49 s
[haskell-language-server] component lib:hls-qualify-imported-names-plugin
1604.49 s
[haskell-language-server] component lib:hls-pragmas-plugin
1604.49 s
[haskell-language-server] component lib:hls-overloaded-record-dot-plugin
1604.49 s
[haskell-language-server] component lib:hls-ormolu-plugin
1604.49 s
[haskell-language-server] component lib:hls-notes-plugin
1604.49 s
[haskell-language-server] component lib:hls-module-name-plugin
1604.49 s
[haskell-language-server] component lib:hls-hlint-plugin
1604.49 s
[haskell-language-server] component lib:hls-gadt-plugin dependency lib:hls-refactor-plugin
1604.49 s
[haskell-language-server] component lib:hls-fourmolu-plugin
1604.49 s
[haskell-language-server] component lib:hls-floskell-plugin
1604.49 s
[haskell-language-server] component lib:hls-explicit-record-fields-plugin
1604.49 s
[haskell-language-server] component lib:hls-explicit-imports-plugin
1604.49 s
[haskell-language-server] component lib:hls-explicit-fixity-plugin
1604.49 s
[haskell-language-server] component lib:hls-eval-plugin
1604.49 s
[haskell-language-server] component lib:hls-code-range-plugin
1604.49 s
[haskell-language-server] component lib:hls-class-plugin
1604.49 s
[haskell-language-server] component lib:hls-change-type-signature-plugin
1604.49 s
[haskell-language-server] component lib:hls-call-hierarchy-plugin
1604.49 s
[haskell-language-server] component lib:hls-cabal-plugin
1604.49 s
[haskell-language-server] component lib:hls-cabal-gild-plugin
1604.49 s
[haskell-language-server] component lib:hls-cabal-fmt-plugin
1604.49 s
[haskell-language-server] component lib:hls-alternate-number-format-plugin
1604.49 s
[haskell-language-server] component lib:ghcide-bench-lib
1604.49 s
[haskell-language-server] component exe:ghcide-bench dependency lib:ghcide-bench-lib
1604.49 s
[haskell-language-server] component lib
1604.49 s
[haskell-language-server] dependency lib:hls-alternate-number-format-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-cabal-fmt-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-cabal-gild-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-cabal-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-call-hierarchy-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-change-type-signature-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-class-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-code-range-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-eval-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-explicit-fixity-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-explicit-imports-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-explicit-record-fields-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-floskell-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-fourmolu-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-gadt-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-hlint-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-module-name-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-notes-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-ormolu-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-overloaded-record-dot-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-pragmas-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-qualify-imported-names-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-refactor-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-rename-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-retrie-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-semantic-tokens-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-splice-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-stan-plugin
1604.49 s
[haskell-language-server] dependency lib:hls-stylish-haskell-plugin
1604.49 s
[haskell-language-server] component exe:haskell-language-server dependency lib
1604.49 s
[haskell-language-server] component exe:haskell-language-server-wrapper dependency lib
1604.49 s
[haskell-language-server] Configured component graph:
1604.49 s
[haskell-language-server] component haskell-language-server-2.10.0.0-KbDineRnemF2R07hOhso3P-ghcide-test-preprocessor
1604.49 s
[haskell-language-server] include base-4.18.1.0
1604.49 s
[haskell-language-server] component haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
1604.49 s
[haskell-language-server] include base-4.18.1.0
1604.49 s
[haskell-language-server] include directory-1.3.8.1
1604.49 s
[haskell-language-server] include filepath-1.4.100.4
1604.49 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.49 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.49 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.49 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.49 s
[haskell-language-server] include mtl-2.3.1
1604.49 s
[haskell-language-server] include stylish-haskell-0.14.6.0-G7TXHySOsLa5RJZnZOJ4HC
1604.49 s
[haskell-language-server] include text-2.0.2
1604.49 s
[haskell-language-server] component haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
1604.49 s
[haskell-language-server] include base-4.18.1.0
1604.49 s
[haskell-language-server] include deepseq-1.4.8.1
1604.49 s
[haskell-language-server] include directory-1.3.8.1
1604.49 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.49 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.49 s
[haskell-language-server] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
1604.49 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.49 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.49 s
[haskell-language-server] include stan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t
1604.49 s
[haskell-language-server] include text-2.0.2
1604.49 s
[haskell-language-server] include trial-0.0.0.0-Jrl8O9OhRv71S0IkWeGbAX
1604.49 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.49 s
[haskell-language-server] component haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
1604.49 s
[haskell-language-server] include array-0.5.5.0
1604.49 s
[haskell-language-server] include base-4.18.1.0
1604.49 s
[haskell-language-server] include bytestring-0.11.5.2
1604.49 s
[haskell-language-server] include containers-0.6.7
1604.49 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.49 s
[haskell-language-server] include deepseq-1.4.8.1
1604.49 s
[haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.49 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.49 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.49 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.49 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.49 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.49 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.49 s
[haskell-language-server] include mtl-2.3.1
1604.49 s
[haskell-language-server] include stm-2.5.1.0
1604.49 s
[haskell-language-server] include stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
1604.49 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.49 s
[haskell-language-server] include template-haskell-2.20.0.0
1604.49 s
[haskell-language-server] include text-2.0.2
1604.49 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.49 s
[haskell-language-server] include transformers-0.6.1.0
1604.49 s
[haskell-language-server] component haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.49 s
[haskell-language-server] include base-4.18.1.0
1604.49 s
[haskell-language-server] include bytestring-0.11.5.2
1604.49 s
[haskell-language-server] include containers-0.6.7
1604.49 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.49 s
[haskell-language-server] include deepseq-1.4.8.1
1604.49 s
[haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.49 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.49 s
[haskell-language-server] include ghc-9.6.3
1604.49 s
[haskell-language-server] include ghc-boot-9.6.3
1604.49 s
[haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
1604.49 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.49 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.49 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.49 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.49 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.49 s
[haskell-language-server] include mtl-2.3.1
1604.49 s
[haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1604.49 s
[haskell-language-server] include regex-applicative-0.3.4-5o6c6r02bvDI9ITp9xHLOx
1604.49 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.49 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.49 s
[haskell-language-server] include text-2.0.2
1604.49 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.49 s
[haskell-language-server] include time-1.12.2
1604.49 s
[haskell-language-server] include transformers-0.6.1.0
1604.49 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.49 s
[haskell-language-server] component haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
1604.49 s
[haskell-language-server] include base-4.18.1.0
1604.49 s
[haskell-language-server] include containers-0.6.7
1604.49 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.49 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.49 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.49 s
[haskell-language-server] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
1604.49 s
[haskell-language-server] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
1604.49 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.49 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.49 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.49 s
[haskell-language-server] include mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
1604.49 s
[haskell-language-server] include mtl-2.3.1
1604.49 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.49 s
[haskell-language-server] include text-2.0.2
1604.49 s
[haskell-language-server] include transformers-0.6.1.0
1604.49 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.49 s
[haskell-language-server] component haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
1604.49 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.49 s
[haskell-language-server] include base-4.18.1.0
1604.49 s
[haskell-language-server] include bytestring-0.11.5.2
1604.49 s
[haskell-language-server] include containers-0.6.7
1604.49 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.49 s
[haskell-language-server] include ghc-9.6.3
1604.49 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.49 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.49 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.49 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.49 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.49 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.50 s
[haskell-language-server] include mtl-2.3.1
1604.50 s
[haskell-language-server] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
1604.50 s
[haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1604.50 s
[haskell-language-server] include stm-2.5.1.0
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
1604.50 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.50 s
[haskell-language-server] include foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
1604.50 s
[haskell-language-server] include ghc-9.6.3
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.50 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include mtl-2.3.1
1604.50 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include containers-0.6.7
1604.50 s
[haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.50 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
1604.50 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include containers-0.6.7
1604.50 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.50 s
[haskell-language-server] include fuzzy-0.1.1.0-GsrBkx81Q9S3SG17mDM9Fm
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.50 s
[haskell-language-server] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1604.50 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
1604.50 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include containers-0.6.7
1604.50 s
[haskell-language-server] include deepseq-1.4.8.1
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.50 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.50 s
[haskell-language-server] include filepath-1.4.100.4
1604.50 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include mtl-2.3.1
1604.50 s
[haskell-language-server] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
1604.50 s
[haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
1604.50 s
[haskell-language-server] include array-0.5.5.0
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.50 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include mtl-2.3.1
1604.50 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.50 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
1604.50 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include containers-0.6.7
1604.50 s
[haskell-language-server] include filepath-1.4.100.4
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
1604.50 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.50 s
[haskell-language-server] include apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include bytestring-0.11.5.2
1604.50 s
[haskell-language-server] include containers-0.6.7
1604.50 s
[haskell-language-server] include deepseq-1.4.8.1
1604.50 s
[haskell-language-server] include filepath-1.4.100.4
1604.50 s
[haskell-language-server] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
1604.50 s
[haskell-language-server] include ghc-lib-parser-ex-9.8.0.2-sKLRahtPzV7gHRB8ymalo
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.50 s
[haskell-language-server] include hlint-3.8-3MdyZGd7sMY5hCUvPIbSyY
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.50 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.50 s
[haskell-language-server] include mtl-2.3.1
1604.50 s
[haskell-language-server] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
1604.50 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.50 s
[haskell-language-server] include stm-2.5.1.0
1604.50 s
[haskell-language-server] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
1604.50 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include containers-0.6.7
1604.50 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.50 s
[haskell-language-server] include ghc-9.6.3
1604.50 s
[haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.50 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include mtl-2.3.1
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include filepath-1.4.100.4
1604.50 s
[haskell-language-server] include fourmolu-0.15.0.0-LPeURmSga2iJDVBWFyCggN
1604.50 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.50 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.50 s
[haskell-language-server] include mtl-2.3.1
1604.50 s
[haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] include transformers-0.6.1.0
1604.50 s
[haskell-language-server] include yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include floskell-0.11.1-6RovlODdkqLLE0FQ0E08oR
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.50 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.50 s
[haskell-language-server] include mtl-2.3.1
1604.50 s
[haskell-language-server] include text-2.0.2
1604.50 s
[haskell-language-server] component haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
1604.50 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.50 s
[haskell-language-server] include base-4.18.1.0
1604.50 s
[haskell-language-server] include containers-0.6.7
1604.50 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.50 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.51 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.51 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] include transformers-0.6.1.0
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
1604.51 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include containers-0.6.7
1604.51 s
[haskell-language-server] include deepseq-1.4.8.1
1604.51 s
[haskell-language-server] include ghc-9.6.3
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.51 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.51 s
[haskell-language-server] include mtl-2.3.1
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] include transformers-0.6.1.0
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include containers-0.6.7
1604.51 s
[haskell-language-server] include deepseq-1.4.8.1
1604.51 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
1604.51 s
[haskell-language-server] include Diff-0.5-GZY542scVfnxhSieg1s29
1604.51 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include bytestring-0.11.5.2
1604.51 s
[haskell-language-server] include containers-0.6.7
1604.51 s
[haskell-language-server] include deepseq-1.4.8.1
1604.51 s
[haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.51 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.51 s
[haskell-language-server] include filepath-1.4.100.4
1604.51 s
[haskell-language-server] include ghc-9.6.3
1604.51 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.51 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.51 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.51 s
[haskell-language-server] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
1604.51 s
[haskell-language-server] include mtl-2.3.1
1604.51 s
[haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.51 s
[haskell-language-server] include transformers-0.6.1.0
1604.51 s
[haskell-language-server] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1604.51 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include containers-0.6.7
1604.51 s
[haskell-language-server] include deepseq-1.4.8.1
1604.51 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.51 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.51 s
[haskell-language-server] include mtl-2.3.1
1604.51 s
[haskell-language-server] include semigroupoids-6.0.1-1W2tGRcCKBULFl2sTeAMQR
1604.51 s
[haskell-language-server] include transformers-0.6.1.0
1604.51 s
[haskell-language-server] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
1604.51 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include containers-0.6.7
1604.51 s
[haskell-language-server] include deepseq-1.4.8.1
1604.51 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.51 s
[haskell-language-server] include ghc-9.6.3
1604.51 s
[haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.51 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.51 s
[haskell-language-server] include mtl-2.3.1
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] include transformers-0.6.1.0
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include containers-0.6.7
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.51 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.51 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] include transformers-0.6.1.0
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
1604.51 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include containers-0.6.7
1604.51 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.51 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.51 s
[haskell-language-server] include sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
1604.51 s
[haskell-language-server] include Cabal-3.10.3.0-92yU0X1Rd6yCTRQW3qAZB3
1604.51 s
[haskell-language-server] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
1604.51 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include bytestring-0.11.5.2
1604.51 s
[haskell-language-server] include cabal-add-0.1-FyY6XpjJ0aZsg5kAWcyaR
1604.51 s
[haskell-language-server] include containers-0.6.7
1604.51 s
[haskell-language-server] include deepseq-1.4.8.1
1604.51 s
[haskell-language-server] include directory-1.3.8.1
1604.51 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.51 s
[haskell-language-server] include filepath-1.4.100.4
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.51 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.51 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.51 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.51 s
[haskell-language-server] include pretty-1.1.3.6
1604.51 s
[haskell-language-server] include process-1.6.17.0
1604.51 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.51 s
[haskell-language-server] include transformers-0.6.1.0
1604.51 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include directory-1.3.8.1
1604.51 s
[haskell-language-server] include filepath-1.4.100.4
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.51 s
[haskell-language-server] include mtl-2.3.1
1604.51 s
[haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include directory-1.3.8.1
1604.51 s
[haskell-language-server] include filepath-1.4.100.4
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.51 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.51 s
[haskell-language-server] include mtl-2.3.1
1604.51 s
[haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.51 s
[haskell-language-server] include text-2.0.2
1604.51 s
[haskell-language-server] component haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
1604.51 s
[haskell-language-server] include base-4.18.1.0
1604.51 s
[haskell-language-server] include containers-0.6.7
1604.51 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.51 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.51 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.51 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.51 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.51 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.51 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.51 s
[haskell-language-server] include mtl-2.3.1
1604.51 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.51 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.51 s
[haskell-language-server] include text-2.0.2
1604.52 s
[haskell-language-server] component haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
1604.52 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.52 s
[haskell-language-server] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1604.52 s
[haskell-language-server] include base-4.18.1.0
1604.52 s
[haskell-language-server] include binary-0.8.9.1
1604.52 s
[haskell-language-server] include bytestring-0.11.5.2
1604.52 s
[haskell-language-server] include deepseq-1.4.8.1
1604.52 s
[haskell-language-server] include directory-1.3.8.1
1604.52 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.52 s
[haskell-language-server] include filepath-1.4.100.4
1604.52 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.52 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.52 s
[haskell-language-server] include hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1604.52 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.52 s
[haskell-language-server] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1604.52 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.52 s
[haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1604.52 s
[haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1604.52 s
[haskell-language-server] include process-1.6.17.0
1604.52 s
[haskell-language-server] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
1604.52 s
[haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1604.52 s
[haskell-language-server] include shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
1604.52 s
[haskell-language-server] include text-2.0.2
1604.52 s
[haskell-language-server] component haskell-language-server-2.10.0.0-AT07YWfhsNeH6kRRYTRN4y-ghcide-bench
1604.52 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.52 s
[haskell-language-server] include base-4.18.1.0
1604.52 s
[haskell-language-server] include bytestring-0.11.5.2
1604.52 s
[haskell-language-server] include containers-0.6.7
1604.52 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.52 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.52 s
[haskell-language-server] include filepath-1.4.100.4
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
1604.52 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.52 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.52 s
[haskell-language-server] include hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1604.52 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.52 s
[haskell-language-server] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1604.52 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.52 s
[haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1604.52 s
[haskell-language-server] include process-1.6.17.0
1604.52 s
[haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1604.52 s
[haskell-language-server] include shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
1604.52 s
[haskell-language-server] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
1604.52 s
[haskell-language-server] include text-2.0.2
1604.52 s
[haskell-language-server] component haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.52 s
[haskell-language-server] include aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
1604.52 s
[haskell-language-server] include base-4.18.1.0
1604.52 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.52 s
[haskell-language-server] include directory-1.3.8.1
1604.52 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.52 s
[haskell-language-server] include filepath-1.4.100.4
1604.52 s
[haskell-language-server] include ghc-9.6.3
1604.52 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.52 s
[haskell-language-server] include githash-0.1.7.0-Ey5LjM4uZ3jZp5XM5rHnD
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
1604.52 s
[haskell-language-server] include haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
1604.53 s
[haskell-language-server] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1604.53 s
[haskell-language-server] include optparse-simple-0.1.1.4-6CVx9RrVCg016PBWfLC4mx
1604.53 s
[haskell-language-server] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1604.53 s
[haskell-language-server] include process-1.6.17.0
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] component haskell-language-server-2.10.0.0-4dxtCpKaDbxGq2rgYzG6kM-haskell-language-server
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] component haskell-language-server-2.10.0.0-KNPdqjZWcseDOYzo3gEojg-haskell-language-server-wrapper
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.53 s
[haskell-language-server] include directory-1.3.8.1
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include filepath-1.4.100.4
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.53 s
[haskell-language-server] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include unix-2.8.1.0
1604.53 s
[haskell-language-server] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1604.53 s
[haskell-language-server] Linked component graph:
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-KbDineRnemF2R07hOhso3P-ghcide-test-preprocessor
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include directory-1.3.8.1
1604.53 s
[haskell-language-server] include filepath-1.4.100.4
1604.53 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include stylish-haskell-0.14.6.0-G7TXHySOsLa5RJZnZOJ4HC
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] Ide.Plugin.StylishHaskell=haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin:Ide.Plugin.StylishHaskell
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include directory-1.3.8.1
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.53 s
[haskell-language-server] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include stan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include trial-0.0.0.0-Jrl8O9OhRv71S0IkWeGbAX
1604.53 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.53 s
[haskell-language-server] Ide.Plugin.Stan=haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin:Ide.Plugin.Stan
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
1604.53 s
[haskell-language-server] include array-0.5.5.0
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include bytestring-0.11.5.2
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include stm-2.5.1.0
1604.53 s
[haskell-language-server] include stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
1604.53 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.53 s
[haskell-language-server] include template-haskell-2.20.0.0
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.SemanticTokens=haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens,Ide.Plugin.SemanticTokens.Mappings=haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Mappings,Ide.Plugin.SemanticTokens.Types=haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin:Ide.Plugin.SemanticTokens.Types
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include bytestring-0.11.5.2
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include ghc-9.6.3
1604.53 s
[haskell-language-server] include ghc-boot-9.6.3
1604.53 s
[haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1604.53 s
[haskell-language-server] include regex-applicative-0.3.4-5o6c6r02bvDI9ITp9xHLOx
1604.53 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.53 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.53 s
[haskell-language-server] include time-1.12.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.53 s
[haskell-language-server] Development.IDE.GHC.Compat.ExactPrint=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.GHC.Compat.ExactPrint,Development.IDE.GHC.Dump=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.GHC.Dump,Development.IDE.GHC.ExactPrint=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.GHC.ExactPrint,Development.IDE.Plugin.CodeAction=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.Plugin.CodeAction,Development.IDE.Plugin.CodeAction.Util=haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin:Development.IDE.Plugin.CodeAction.Util
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.53 s
[haskell-language-server] include hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
1604.53 s
[haskell-language-server] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.53 s
[haskell-language-server] Ide.Plugin.Rename=haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin:Ide.Plugin.Rename
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include bytestring-0.11.5.2
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include ghc-9.6.3
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
1604.53 s
[haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1604.53 s
[haskell-language-server] include stm-2.5.1.0
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.53 s
[haskell-language-server] Ide.Plugin.Retrie=haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin:Ide.Plugin.Retrie
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
1604.53 s
[haskell-language-server] include ghc-9.6.3
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1604.53 s
[haskell-language-server] Ide.Plugin.Splice=haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin:Ide.Plugin.Splice,Ide.Plugin.Splice.Types=haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin:Ide.Plugin.Splice.Types
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.QualifyImportedNames=haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin:Ide.Plugin.QualifyImportedNames
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include fuzzy-0.1.1.0-GsrBkx81Q9S3SG17mDM9Fm
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.Pragmas=haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin:Ide.Plugin.Pragmas
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.OverloadedRecordDot=haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin:Ide.Plugin.OverloadedRecordDot
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include filepath-1.4.100.4
1604.53 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
1604.53 s
[haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.Ormolu=haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin:Ide.Plugin.Ormolu
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
1604.53 s
[haskell-language-server] include array-0.5.5.0
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.53 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.53 s
[haskell-language-server] Ide.Plugin.Notes=haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin:Ide.Plugin.Notes
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include filepath-1.4.100.4
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.ModuleName=haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin:Ide.Plugin.ModuleName
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include bytestring-0.11.5.2
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include filepath-1.4.100.4
1604.53 s
[haskell-language-server] include ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
1604.53 s
[haskell-language-server] include ghc-lib-parser-ex-9.8.0.2-sKLRahtPzV7gHRB8ymalo
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.53 s
[haskell-language-server] include hlint-3.8-3MdyZGd7sMY5hCUvPIbSyY
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
1604.53 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.53 s
[haskell-language-server] include stm-2.5.1.0
1604.53 s
[haskell-language-server] include temporary-1.3-1FJWtachrRvJFtqy3IoBZa
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.53 s
[haskell-language-server] Ide.Plugin.Hlint=haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin:Ide.Plugin.Hlint
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include ghc-9.6.3
1604.53 s
[haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.GADT=haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin:Ide.Plugin.GADT
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include filepath-1.4.100.4
1604.53 s
[haskell-language-server] include fourmolu-0.15.0.0-LPeURmSga2iJDVBWFyCggN
1604.53 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i
1604.53 s
[haskell-language-server] Ide.Plugin.Fourmolu=haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin:Ide.Plugin.Fourmolu
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include floskell-0.11.1-6RovlODdkqLLE0FQ0E08oR
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] Ide.Plugin.Floskell=haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin:Ide.Plugin.Floskell
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.ExplicitFields=haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin:Ide.Plugin.ExplicitFields
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include ghc-9.6.3
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.ExplicitImports=haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin:Ide.Plugin.ExplicitImports
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] Ide.Plugin.ExplicitFixity=haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin:Ide.Plugin.ExplicitFixity
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
1604.53 s
[haskell-language-server] include Diff-0.5-GZY542scVfnxhSieg1s29
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include bytestring-0.11.5.2
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include filepath-1.4.100.4
1604.53 s
[haskell-language-server] include ghc-9.6.3
1604.53 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1604.53 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.53 s
[haskell-language-server] Ide.Plugin.Eval=haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin:Ide.Plugin.Eval,Ide.Plugin.Eval.Types=haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin:Ide.Plugin.Eval.Types
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include semigroupoids-6.0.1-1W2tGRcCKBULFl2sTeAMQR
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
1604.53 s
[haskell-language-server] Ide.Plugin.CodeRange=haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin:Ide.Plugin.CodeRange,Ide.Plugin.CodeRange.Rules=haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin:Ide.Plugin.CodeRange.Rules
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include ghc-9.6.3
1604.53 s
[haskell-language-server] include ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include mtl-2.3.1
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.Class=haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin:Ide.Plugin.Class
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.53 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] Ide.Plugin.ChangeTypeSignature=haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin:Ide.Plugin.ChangeTypeSignature
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] Ide.Plugin.CallHierarchy=haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin:Ide.Plugin.CallHierarchy
1604.53 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
1604.53 s
[haskell-language-server] include Cabal-3.10.3.0-92yU0X1Rd6yCTRQW3qAZB3
1604.53 s
[haskell-language-server] include Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
1604.53 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.53 s
[haskell-language-server] include base-4.18.1.0
1604.53 s
[haskell-language-server] include bytestring-0.11.5.2
1604.53 s
[haskell-language-server] include cabal-add-0.1-FyY6XpjJ0aZsg5kAWcyaR
1604.53 s
[haskell-language-server] include containers-0.6.7
1604.53 s
[haskell-language-server] include deepseq-1.4.8.1
1604.53 s
[haskell-language-server] include directory-1.3.8.1
1604.53 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.53 s
[haskell-language-server] include filepath-1.4.100.4
1604.53 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.53 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.53 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.53 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.53 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.53 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.53 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.53 s
[haskell-language-server] include pretty-1.1.3.6
1604.53 s
[haskell-language-server] include process-1.6.17.0
1604.53 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.53 s
[haskell-language-server] include text-2.0.2
1604.53 s
[haskell-language-server] include text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.53 s
[haskell-language-server] include transformers-0.6.1.0
1604.53 s
[haskell-language-server] include unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.54 s
[haskell-language-server] Ide.Plugin.Cabal=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal,Ide.Plugin.Cabal.CabalAdd=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.CabalAdd,Ide.Plugin.Cabal.Completion.CabalFields=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.CabalFields,Ide.Plugin.Cabal.Completion.Completer.FilePath=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.FilePath,Ide.Plugin.Cabal.Completion.Completer.Module=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Module,Ide.Plugin.Cabal.Completion.Completer.Paths=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Paths,Ide.Plugin.Cabal.Completion.Completer.Simple=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Simple,Ide.Plugin.Cabal.Completion.Completer.Snippet=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Snippet,Ide.Plugin.Cabal.Completion.Completer.Types=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completer.Types,Ide.Plugin.Cabal.Completion.Completions=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Completions,Ide.Plugin.Cabal.Completion.Data=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Data,Ide.Plugin.Cabal.Completion.Types=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Completion.Types,Ide.Plugin.Cabal.Definition=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Definition,Ide.Plugin.Cabal.Diagnostics=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Diagnostics,Ide.Plugin.Cabal.FieldSuggest=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.FieldSuggest,Ide.Plugin.Cabal.LicenseSuggest=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.LicenseSuggest,Ide.Plugin.Cabal.Orphans=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Orphans,Ide.Plugin.Cabal.Outline=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Outline,Ide.Plugin.Cabal.Parse=haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin:Ide.Plugin.Cabal.Parse
1604.54 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
1604.54 s
[haskell-language-server] include base-4.18.1.0
1604.54 s
[haskell-language-server] include directory-1.3.8.1
1604.54 s
[haskell-language-server] include filepath-1.4.100.4
1604.54 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] include mtl-2.3.1
1604.54 s
[haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.54 s
[haskell-language-server] include text-2.0.2
1604.54 s
[haskell-language-server] Ide.Plugin.CabalGild=haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin:Ide.Plugin.CabalGild
1604.54 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
1604.54 s
[haskell-language-server] include base-4.18.1.0
1604.54 s
[haskell-language-server] include directory-1.3.8.1
1604.54 s
[haskell-language-server] include filepath-1.4.100.4
1604.54 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] include mtl-2.3.1
1604.54 s
[haskell-language-server] include process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.54 s
[haskell-language-server] include text-2.0.2
1604.54 s
[haskell-language-server] Ide.Plugin.CabalFmt=haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin:Ide.Plugin.CabalFmt
1604.54 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
1604.54 s
[haskell-language-server] include base-4.18.1.0
1604.54 s
[haskell-language-server] include containers-0.6.7
1604.54 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] include ghc-boot-th-9.6.3
1604.54 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.54 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] include mtl-2.3.1
1604.54 s
[haskell-language-server] include regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.54 s
[haskell-language-server] include syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.54 s
[haskell-language-server] include text-2.0.2
1604.54 s
[haskell-language-server] Ide.Plugin.AlternateNumberFormat=haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin:Ide.Plugin.AlternateNumberFormat,Ide.Plugin.Conversion=haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin:Ide.Plugin.Conversion
1604.54 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
1604.54 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] include async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1604.54 s
[haskell-language-server] include base-4.18.1.0
1604.54 s
[haskell-language-server] include binary-0.8.9.1
1604.54 s
[haskell-language-server] include bytestring-0.11.5.2
1604.54 s
[haskell-language-server] include deepseq-1.4.8.1
1604.54 s
[haskell-language-server] include directory-1.3.8.1
1604.54 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] include filepath-1.4.100.4
1604.54 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] include hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.54 s
[haskell-language-server] include hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1604.54 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1604.54 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1604.54 s
[haskell-language-server] include parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1604.54 s
[haskell-language-server] include process-1.6.17.0
1604.54 s
[haskell-language-server] include row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
1604.54 s
[haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1604.54 s
[haskell-language-server] include shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
1604.54 s
[haskell-language-server] include text-2.0.2
1604.54 s
[haskell-language-server] Experiments=haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib:Experiments,Experiments.Types=haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib:Experiments.Types
1604.54 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-AT07YWfhsNeH6kRRYTRN4y-ghcide-bench
1604.54 s
[haskell-language-server] include aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] include base-4.18.1.0
1604.54 s
[haskell-language-server] include bytestring-0.11.5.2
1604.54 s
[haskell-language-server] include containers-0.6.7
1604.54 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.54 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] include filepath-1.4.100.4
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
1604.54 s
[haskell-language-server] include hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.54 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] include hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1604.54 s
[haskell-language-server] include lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] include lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1604.54 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1604.54 s
[haskell-language-server] include process-1.6.17.0
1604.54 s
[haskell-language-server] include safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1604.54 s
[haskell-language-server] include shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
1604.54 s
[haskell-language-server] include tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
1604.54 s
[haskell-language-server] include text-2.0.2
1604.54 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.54 s
[haskell-language-server] include aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
1604.54 s
[haskell-language-server] include base-4.18.1.0
1604.54 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.54 s
[haskell-language-server] include directory-1.3.8.1
1604.54 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] include filepath-1.4.100.4
1604.54 s
[haskell-language-server] include ghc-9.6.3
1604.54 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] include githash-0.1.7.0-Ey5LjM4uZ3jZp5XM5rHnD
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
1604.54 s
[haskell-language-server] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
1604.54 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] include optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1604.54 s
[haskell-language-server] include optparse-simple-0.1.1.4-6CVx9RrVCg016PBWfLC4mx
1604.54 s
[haskell-language-server] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1604.54 s
[haskell-language-server] include process-1.6.17.0
1604.54 s
[haskell-language-server] include text-2.0.2
1604.54 s
[haskell-language-server] HlsPlugins=haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3:HlsPlugins,Ide.Arguments=haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3:Ide.Arguments,Ide.Main=haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3:Ide.Main,Ide.Version=haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3:Ide.Version
1604.54 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-4dxtCpKaDbxGq2rgYzG6kM-haskell-language-server
1604.54 s
[haskell-language-server] include base-4.18.1.0
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.54 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] include prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1604.54 s
[haskell-language-server] include text-2.0.2
1604.54 s
[haskell-language-server] unit haskell-language-server-2.10.0.0-KNPdqjZWcseDOYzo3gEojg-haskell-language-server-wrapper
1604.54 s
[haskell-language-server] include base-4.18.1.0
1604.54 s
[haskell-language-server] include containers-0.6.7
1604.54 s
[haskell-language-server] include data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.54 s
[haskell-language-server] include directory-1.3.8.1
1604.54 s
[haskell-language-server] include extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] include filepath-1.4.100.4
1604.54 s
[haskell-language-server] include ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] include haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.54 s
[haskell-language-server] include hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
1604.54 s
[haskell-language-server] include hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] include lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] include lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] include text-2.0.2
1604.54 s
[haskell-language-server] include transformers-0.6.1.0
1604.54 s
[haskell-language-server] include unix-2.8.1.0
1604.54 s
[haskell-language-server] include unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1604.54 s
[haskell-language-server] Ready component graph:
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends semigroupoids-6.0.1-1W2tGRcCKBULFl2sTeAMQR
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] depends vector-0.13.2.0-JxdPGLzxQoqG597l8mW4DO
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends sqlite-simple-0.4.19.0-K6rbQC24DaT6w12HOwtVb3
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-KbDineRnemF2R07hOhso3P-ghcide-test-preprocessor
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.54 s
[haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends filepath-1.4.100.4
1604.54 s
[haskell-language-server] depends fourmolu-0.15.0.0-LPeURmSga2iJDVBWFyCggN
1604.54 s
[haskell-language-server] depends ghc-boot-th-9.6.3
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] depends yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
1604.54 s
[haskell-language-server] depends Diff-0.5-GZY542scVfnxhSieg1s29
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends bytestring-0.11.5.2
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends filepath-1.4.100.4
1604.54 s
[haskell-language-server] depends ghc-9.6.3
1604.54 s
[haskell-language-server] depends ghc-boot-th-9.6.3
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends megaparsec-9.6.1-73ZI5Sj888R5FqbeMEpmnq
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] depends unliftio-0.2.25.1-A2hNE1urzj4J9G55pmSw13
1604.54 s
[haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends async-2.2.5-FXUcVAC32Pt4FiCqIp4LhF
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends binary-0.8.9.1
1604.54 s
[haskell-language-server] depends bytestring-0.11.5.2
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends directory-1.3.8.1
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends filepath-1.4.100.4
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.54 s
[haskell-language-server] depends hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1604.54 s
[haskell-language-server] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1604.54 s
[haskell-language-server] depends process-1.6.17.0
1604.54 s
[haskell-language-server] depends row-types-1.0.1.2-75SF0gInexG1yTK5KTREk6
1604.54 s
[haskell-language-server] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1604.54 s
[haskell-language-server] depends shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends ghc-9.6.3
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends bytestring-0.11.5.2
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends ghc-9.6.3
1604.54 s
[haskell-language-server] depends ghc-boot-9.6.3
1604.54 s
[haskell-language-server] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends parser-combinators-1.3.0-BO4CzeuSweE4dEkjadIz6J
1604.54 s
[haskell-language-server] depends regex-applicative-0.3.4-5o6c6r02bvDI9ITp9xHLOx
1604.54 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.54 s
[haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.54 s
[haskell-language-server] depends time-1.12.2
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.54 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.54 s
[haskell-language-server] depends hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
1604.54 s
[haskell-language-server] depends hiedb-0.6.0.2-HAUmRfftFbYD2NBcK50jhe
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends mod-0.2.0.1-B7BjR8q40Td9qPpDcE3iVe
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends ghc-9.6.3
1604.54 s
[haskell-language-server] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends apply-refact-0.14.0.0-3OTdkaWqKArSi5Ljgdvn
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends bytestring-0.11.5.2
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends filepath-1.4.100.4
1604.54 s
[haskell-language-server] depends ghc-lib-parser-9.8.5.20250214-AKNxFNJBoFeEnT57HJs6Sq
1604.54 s
[haskell-language-server] depends ghc-lib-parser-ex-9.8.0.2-sKLRahtPzV7gHRB8ymalo
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.54 s
[haskell-language-server] depends hlint-3.8-3MdyZGd7sMY5hCUvPIbSyY
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends refact-0.3.0.2-AcEXMEKAk526YF5xLRY0NR
1604.54 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.54 s
[haskell-language-server] depends stm-2.5.1.0
1604.54 s
[haskell-language-server] depends temporary-1.3-1FJWtachrRvJFtqy3IoBZa
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends directory-1.3.8.1
1604.54 s
[haskell-language-server] depends filepath-1.4.100.4
1604.54 s
[haskell-language-server] depends ghc-boot-th-9.6.3
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends stylish-haskell-0.14.6.0-G7TXHySOsLa5RJZnZOJ4HC
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends directory-1.3.8.1
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.54 s
[haskell-language-server] depends hie-compat-0.3.1.2-9OCGmxP2D5TKfPLqz87yVF
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends stan-0.2.0.0-5ar7B4gKFrWAnUviAaiJ4t
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends trial-0.0.0.0-Jrl8O9OhRv71S0IkWeGbAX
1604.54 s
[haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends ghc-9.6.3
1604.54 s
[haskell-language-server] depends ghc-exactprint-1.7.1.0-LueTa3JowEm3hQpfOTTq7o
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends bytestring-0.11.5.2
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends ghc-9.6.3
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.54 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends retrie-1.2.3-5fhDBAP2GT9EqDf6RVXwp3
1604.54 s
[haskell-language-server] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1604.54 s
[haskell-language-server] depends stm-2.5.1.0
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-AT07YWfhsNeH6kRRYTRN4y-ghcide-bench
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends bytestring-0.11.5.2
1604.54 s
[haskell-language-server] depends containers-0.6.7
1604.54 s
[haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends filepath-1.4.100.4
1604.54 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-IlIni8Mn8JPBShf2o2vibg-ghcide-bench-lib
1604.54 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends hls-test-utils-2.10.0.0-GjHQnwcW9Rg3icKrhAPe2Y
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-test-0.17.1.1-9IkwiE896HX3o7hAScQn4a
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1604.54 s
[haskell-language-server] depends process-1.6.17.0
1604.54 s
[haskell-language-server] depends safe-exceptions-0.1.7.4-CgY5Pd5sAEwGDXgDeAVvhC
1604.54 s
[haskell-language-server] depends shake-0.19.8-J0NrCcW9RJYLCFN3LEewBp
1604.54 s
[haskell-language-server] depends tasty-hunit-0.10.2-HGm8sccssx1BtIU4TO93vm
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
1604.54 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.54 s
[haskell-language-server] depends foldl-1.4.18-FpxoNz0BKqRKsxvajoCeby
1604.54 s
[haskell-language-server] depends ghc-9.6.3
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.54 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] depends transformers-0.6.1.0
1604.54 s
[haskell-language-server] depends unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends floskell-0.11.1-6RovlODdkqLLE0FQ0E08oR
1604.54 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.54 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.54 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.54 s
[haskell-language-server] depends mtl-2.3.1
1604.54 s
[haskell-language-server] depends text-2.0.2
1604.54 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
1604.54 s
[haskell-language-server] depends base-4.18.1.0
1604.54 s
[haskell-language-server] depends directory-1.3.8.1
1604.54 s
[haskell-language-server] depends filepath-1.4.100.4
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.55 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.55 s
[haskell-language-server] depends mtl-2.3.1
1604.55 s
[haskell-language-server] depends process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
1604.55 s
[haskell-language-server] depends array-0.5.5.0
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends mtl-2.3.1
1604.55 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.55 s
[haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends containers-0.6.7
1604.55 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.55 s
[haskell-language-server] depends ghc-boot-th-9.6.3
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends mtl-2.3.1
1604.55 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.55 s
[haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
1604.55 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends containers-0.6.7
1604.55 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.55 s
[haskell-language-server] depends fuzzy-0.1.1.0-GsrBkx81Q9S3SG17mDM9Fm
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.55 s
[haskell-language-server] depends lens-aeson-1.2.3-8r1XsEAvboeEhi0Jm6Xjy6
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] depends transformers-0.6.1.0
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
1604.55 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends containers-0.6.7
1604.55 s
[haskell-language-server] depends filepath-1.4.100.4
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.55 s
[haskell-language-server] depends transformers-0.6.1.0
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
1604.55 s
[haskell-language-server] depends Cabal-3.10.3.0-92yU0X1Rd6yCTRQW3qAZB3
1604.55 s
[haskell-language-server] depends Cabal-syntax-3.10.3.0-CEXefnQQeNiFVAr14FEN6m
1604.55 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends bytestring-0.11.5.2
1604.55 s
[haskell-language-server] depends cabal-add-0.1-FyY6XpjJ0aZsg5kAWcyaR
1604.55 s
[haskell-language-server] depends containers-0.6.7
1604.55 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.55 s
[haskell-language-server] depends directory-1.3.8.1
1604.55 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.55 s
[haskell-language-server] depends filepath-1.4.100.4
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hashable-1.4.7.0-4pQcVzsiriKJL8YNcpzeI3
1604.55 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.55 s
[haskell-language-server] depends pretty-1.1.3.6
1604.55 s
[haskell-language-server] depends process-1.6.17.0
1604.55 s
[haskell-language-server] depends regex-tdfa-1.3.2.3-8YR6WEIZ2K5L8fZ8EMsy5R
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.55 s
[haskell-language-server] depends transformers-0.6.1.0
1604.55 s
[haskell-language-server] depends unordered-containers-0.2.20-Jvmv6sO8RGN72Ih9Ec3cPn
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
1604.55 s
[haskell-language-server] depends array-0.5.5.0
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends bytestring-0.11.5.2
1604.55 s
[haskell-language-server] depends containers-0.6.7
1604.55 s
[haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.55 s
[haskell-language-server] depends deepseq-1.4.8.1
1604.55 s
[haskell-language-server] depends dlist-1.0-F8GeUD3trJzACUxUjnJfNR
1604.55 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends mtl-2.3.1
1604.55 s
[haskell-language-server] depends stm-2.5.1.0
1604.55 s
[haskell-language-server] depends stm-containers-1.2.1.1-KJNxp5DiReF4milAIJjEgh
1604.55 s
[haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.55 s
[haskell-language-server] depends template-haskell-2.20.0.0
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] depends text-rope-0.2-IM9zmWQh9TX4Rc6166OA37
1604.55 s
[haskell-language-server] depends transformers-0.6.1.0
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends directory-1.3.8.1
1604.55 s
[haskell-language-server] depends filepath-1.4.100.4
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.55 s
[haskell-language-server] depends mtl-2.3.1
1604.55 s
[haskell-language-server] depends process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.55 s
[haskell-language-server] depends filepath-1.4.100.4
1604.55 s
[haskell-language-server] depends ghc-boot-th-9.6.3
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends mtl-2.3.1
1604.55 s
[haskell-language-server] depends ormolu-0.7.4.0-7oqlw6IRWTaBYtdHWd6SrK
1604.55 s
[haskell-language-server] depends process-extras-0.7.4-ABUvMlG6TWwE5MOXG3jgv8
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] depends transformers-0.6.1.0
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
1604.55 s
[haskell-language-server] depends aeson-2.2.3.0-DZHt59qlakc7HOREJnMUtZ
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends containers-0.6.7
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends hls-graph-2.10.0.0-La8Z0GN4uAUEHFwBFuDiN8
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lens-5.3.4-BKpnf0XBYtTM6GuPu5kiP
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends syb-0.7.2.4-HcY4AIPnIilK9cA1dffBPM
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] depends transformers-0.6.1.0
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.55 s
[haskell-language-server] depends aeson-pretty-0.8.10-DyB2ORpdxMmD79eIgHzWfk
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.55 s
[haskell-language-server] depends directory-1.3.8.1
1604.55 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.55 s
[haskell-language-server] depends filepath-1.4.100.4
1604.55 s
[haskell-language-server] depends ghc-9.6.3
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends githash-0.1.7.0-Ey5LjM4uZ3jZp5XM5rHnD
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-7BXPklWcUSCKUb8mr5Ih1l-hls-alternate-number-format-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-8F5UOnKTMwh2N4tXvk2oCL-hls-cabal-fmt-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-31YOT2adtXDGcddTVY40H6-hls-cabal-gild-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-5xqnm5Gp5pTIv9p6H2JCmw-hls-cabal-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-LGKcPCedegSBLom2CeYoTn-hls-call-hierarchy-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-KYXjgtIeLAgHN5Cem8TH3e-hls-change-type-signature-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-CazX4EWTYDy7BzCBhwd2ha-hls-class-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-LbF8kWttZA2LiR7H9CvmJb-hls-code-range-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-JMcDAj2qNQfv8sND3lYU5-hls-eval-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-Iq3xusbgGltKdGGTzUQhiN-hls-explicit-fixity-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-HxciAGFocX3Atrs1Vfusj5-hls-explicit-imports-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-100JIa2WDQYKW0LnGnZMiv-hls-explicit-record-fields-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-8LB7vfqPO4lEyPk9PkcjFR-hls-floskell-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-KWYlwrrzAhc1WOMVHYdG3c-hls-fourmolu-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-hSADENs0az5ZvCHkoOilw-hls-gadt-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-HdfQ1tPPBrn2oknQvJjNDJ-hls-hlint-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-6WvVLNqQLt699c4CDm0sTz-hls-module-name-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-7MzM8iQ0ye59SKtRxatLDZ-hls-notes-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-2gxeRXNlSJp6eW9qzi5bqc-hls-ormolu-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-JPmsjnjIkfDABSldhmQIYQ-hls-overloaded-record-dot-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-70Ou6grw2fNA5MjCjnmQuu-hls-pragmas-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-G9y807xVJVuHBZtw8zdVjR-hls-qualify-imported-names-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-Hwa5A8xoQiLI5qpquY4dfS-hls-refactor-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-IR5KseNyD2CK5S4WvhnoYT-hls-rename-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-CafrzmuYwGD6phvPD1EljV-hls-retrie-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-5boMKKbGCDw6MrqBs29TOP-hls-semantic-tokens-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-A20lcwZSviTEwHXyMQJ6nc-hls-splice-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-DlFkMgmqbqN2C0ANOSVFQM-hls-stan-plugin
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-FkZJPHvlkbB6MxEWuniiZX-hls-stylish-haskell-plugin
1604.55 s
[haskell-language-server] depends hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends optparse-applicative-0.18.1.0-3njyGCesfyJ26MUMeugFs9
1604.55 s
[haskell-language-server] depends optparse-simple-0.1.1.4-6CVx9RrVCg016PBWfLC4mx
1604.55 s
[haskell-language-server] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1604.55 s
[haskell-language-server] depends process-1.6.17.0
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-4dxtCpKaDbxGq2rgYzG6kM-haskell-language-server
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends prettyprinter-1.7.1-GuAcpDZRBAeGkZlhvyZh0C
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] definite haskell-language-server-2.10.0.0-KNPdqjZWcseDOYzo3gEojg-haskell-language-server-wrapper
1604.55 s
[haskell-language-server] depends base-4.18.1.0
1604.55 s
[haskell-language-server] depends containers-0.6.7
1604.55 s
[haskell-language-server] depends data-default-0.7.1.3-5LfZKxqoo3DGZ2PqQ9rhai
1604.55 s
[haskell-language-server] depends directory-1.3.8.1
1604.55 s
[haskell-language-server] depends extra-1.7.16-6u90tMa5XsYFEeN9uSc9pJ
1604.55 s
[haskell-language-server] depends filepath-1.4.100.4
1604.55 s
[haskell-language-server] depends ghcide-2.10.0.0-GJxxQTieTgB7EzmgvOPS7w
1604.55 s
[haskell-language-server] depends haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.55 s
[haskell-language-server] depends hie-bios-0.14.0-9u8FikPBJCQCMAL1NeqUPP
1604.55 s
[haskell-language-server] depends hls-plugin-api-2.10.0.0-8zzpbV2nmGt4QUvtGD0MbI
1604.55 s
[haskell-language-server] depends lsp-2.7.0.1-63i4NzxMsbK1v6qiHiKuZk
1604.55 s
[haskell-language-server] depends lsp-types-2.3.0.1-33mOTb0L8gGxwFqwx3yWi
1604.55 s
[haskell-language-server] depends text-2.0.2
1604.55 s
[haskell-language-server] depends transformers-0.6.1.0
1604.55 s
[haskell-language-server] depends unix-2.8.1.0
1604.55 s
[haskell-language-server] depends unliftio-core-0.2.1.0-C9JgChpS9UyE1Qndi71slP
1604.55 s
[haskell-language-server] Using Cabal-3.10.1.0 compiled by ghc-9.6
1604.55 s
[haskell-language-server] Using compiler: ghc-9.6.3
1604.55 s
[haskell-language-server] Using install prefix:
1604.55 s
[haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0
1604.55 s
[haskell-language-server] Executables installed in:
1604.55 s
[haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/bin
1604.55 s
[haskell-language-server] Libraries installed in:
1604.55 s
[haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3/haskell-language-server-2.10.0.0-162DcTLrtIW6NluNxF46E3
1604.55 s
[haskell-language-server] Dynamic Libraries installed in:
1604.55 s
[haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/lib/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3
1604.55 s
[haskell-language-server] Private executables installed in:
1604.55 s
[haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/libexec/x86_64-linux-ghc-9.6.3/haskell-language-server-2.10.0.0
1604.55 s
[haskell-language-server] Data files installed in:
1604.55 s
[haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/share/x86_64-linux-ghc-9.6.3/haskell-language-server-2.10.0.0
1604.55 s
[haskell-language-server] Documentation installed in:
1604.55 s
[haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/share/doc/x86_64-linux-ghc-9.6.3/haskell-language-server-2.10.0.0
1604.55 s
[haskell-language-server] Configuration files installed in:
1604.58 s
[haskell-language-server] /nix/store/pcl0r1l15yss9ywr00ijgw25r0i5mv3g-haskell-language-server-2.10.0.0/etc
1604.58 s
[haskell-language-server] No alex found
1604.58 s
[haskell-language-server] Using ar found on system at:
1604.58 s
[haskell-language-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ar
1604.58 s
[haskell-language-server] No c2hs found
1604.58 s
[haskell-language-server] Using cpphs version 1.20.9 found on system at:
1604.58 s
[haskell-language-server] /nix/store/vkgjy92lhx03y0z092rlhbm9shlvb50h-cpphs-1.20.9.1/bin/cpphs
1604.58 s
[haskell-language-server] No doctest found
1604.58 s
[haskell-language-server] Using gcc version 14.3.0 given by user at:
1604.58 s
[haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/gcc
1604.58 s
[haskell-language-server] Using ghc version 9.6.3 found on system at:
1604.58 s
[haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc
1604.58 s
[haskell-language-server] Using ghc-pkg version 9.6.3 found on system at:
1604.58 s
[haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/ghc-pkg-9.6.3
1604.58 s
[haskell-language-server] No ghcjs found
1604.58 s
[haskell-language-server] No ghcjs-pkg found
1604.58 s
[haskell-language-server] No greencard found
1604.58 s
[haskell-language-server] Using haddock version 2.29.1 found on system at:
1604.58 s
[haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/haddock-ghc-9.6.3
1604.58 s
[haskell-language-server] No happy found
1604.58 s
[haskell-language-server] Using haskell-suite found on system at: haskell-suite-dummy-location
1604.58 s
[haskell-language-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1604.58 s
[haskell-language-server] No hmake found
1604.58 s
[haskell-language-server] Using hpc version 0.68 found on system at:
1604.58 s
[haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hpc-ghc-9.6.3
1604.58 s
[haskell-language-server] Using hsc2hs version 0.68.9 found on system at:
1604.58 s
[haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/hsc2hs-ghc-9.6.3
1604.58 s
[haskell-language-server] Using hscolour version 1.25 found on system at:
1604.58 s
[haskell-language-server] /nix/store/gzxm9n7gdyswybkchci8vx0pmhqway25-hscolour-1.25/bin/HsColour
1604.58 s
[haskell-language-server] No jhc found
1604.58 s
[haskell-language-server] Using ld found on system at:
1604.58 s
[haskell-language-server] /nix/store/iga4lv0say4pbbbgkf1v79403n1ip7hf-binutils-wrapper-2.44/bin/ld.gold
1604.58 s
[haskell-language-server] No pkg-config found
1604.58 s
[haskell-language-server] Using runghc version 9.6.3 found on system at:
1604.58 s
[haskell-language-server] /nix/store/kqcfch35vgmr9icpjd43a5dm8sxy4wy2-ghc-9.6.3/bin/runghc-9.6.3
1604.58 s
[haskell-language-server] Using strip version 2.44 found on system at:
1604.58 s
[haskell-language-server] /nix/store/kks0nbx2riwry5qsx0qr87qr0lswmhzi-gcc-wrapper-14.3.0/bin/strip
1604.58 s
[haskell-language-server] Using tar found on system at:
1604.58 s
[haskell-language-server] /nix/store/76df6j9sq1ar58id3y3v4rkijany1wxp-gnutar-1.35/bin/tar
1604.58 s
[haskell-language-server] No uhc found
1604.83 s
[haskell-language-server] Phase: buildPhase
1604.94 s
[haskell-language-server] Preprocessing library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0..
1604.94 s
[haskell-language-server] Building library 'hls-code-range-plugin' for haskell-language-server-2.10.0.0..
1605.04 s
[haskell-language-server] [1 of 3] Compiling Ide.Plugin.CodeRange.ASTPreProcess ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/ASTPreProcess.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.dyn_o )
1605.99 s
[haskell-language-server] [2 of 3] Compiling Ide.Plugin.CodeRange.Rules ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/Rules.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/Rules.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/Rules.dyn_o )
1607.41 s
[haskell-language-server] [3 of 3] Compiling Ide.Plugin.CodeRange ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange.o, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange.dyn_o )
1607.98 s
[haskell-language-server] [1 of 3] Compiling Ide.Plugin.CodeRange.ASTPreProcess ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/ASTPreProcess.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/ASTPreProcess.p_o )
1608.85 s
[haskell-language-server] [2 of 3] Compiling Ide.Plugin.CodeRange.Rules ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange/Rules.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange/Rules.p_o )
1610.07 s
[haskell-language-server] [3 of 3] Compiling Ide.Plugin.CodeRange ( plugins/hls-code-range-plugin/src/Ide/Plugin/CodeRange.hs, dist/build/hls-code-range-plugin/Ide/Plugin/CodeRange.p_o )
1616.59 s
[haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0..
1616.59 s
[haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.10.0.0..
1616.75 s
[haskell-language-server] [1 of 4] Compiling Ide.Plugin.CallHierarchy.Types ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Types.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.dyn_o )
1618.11 s
[haskell-language-server] [2 of 4] Compiling Ide.Plugin.CallHierarchy.Query ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Query.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.dyn_o )
1618.43 s
[haskell-language-server] [3 of 4] Compiling Ide.Plugin.CallHierarchy.Internal ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Internal.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.dyn_o )
1619.42 s
[haskell-language-server] [4 of 4] Compiling Ide.Plugin.CallHierarchy ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.dyn_o )
1619.97 s
[haskell-language-server] [1 of 4] Compiling Ide.Plugin.CallHierarchy.Types ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Types.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.p_o )
1624.18 s
[haskell-language-server] [2 of 4] Compiling Ide.Plugin.CallHierarchy.Query ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Query.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.p_o )
1624.49 s
[haskell-language-server] [3 of 4] Compiling Ide.Plugin.CallHierarchy.Internal ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Internal.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.p_o )
1625.27 s
[haskell-language-server] [4 of 4] Compiling Ide.Plugin.CallHierarchy ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.p_o )
1632.40 s
[haskell-language-server] Preprocessing executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0..
1632.40 s
[haskell-language-server] Building executable 'ghcide-test-preprocessor' for haskell-language-server-2.10.0.0..
1632.50 s
[haskell-language-server] [1 of 1] Compiling Main ( ghcide-test/preprocessor/Main.hs, dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor-tmp/Main.dyn_o )
1632.72 s
[haskell-language-server] [2 of 2] Linking dist/build/ghcide-test-preprocessor/ghcide-test-preprocessor
1633.11 s
[haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0..
1633.11 s
[haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.10.0.0..
1633.19 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ChangeTypeSignature ( plugins/hls-change-type-signature-plugin/src/Ide/Plugin/ChangeTypeSignature.hs, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.o, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.dyn_o )
1635.19 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ChangeTypeSignature ( plugins/hls-change-type-signature-plugin/src/Ide/Plugin/ChangeTypeSignature.hs, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.p_o )
1642.50 s
[haskell-language-server] Preprocessing library 'hls-fourmolu-plugin' for haskell-language-server-2.10.0.0..
1642.50 s
[haskell-language-server] Building library 'hls-fourmolu-plugin' for haskell-language-server-2.10.0.0..
1642.59 s
[haskell-language-server]
1642.59 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1642.59 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1642.59 s
[haskell-language-server] but were not needed for compilation:
1642.59 s
[haskell-language-server] - yaml-0.11.11.2 (exposed by flag -package-id yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i)
1642.60 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.o, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.dyn_o )
1645.27 s
[haskell-language-server]
1645.27 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1645.27 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1645.27 s
[haskell-language-server] but were not needed for compilation:
1645.27 s
[haskell-language-server] - yaml-0.11.11.2 (exposed by flag -package-id yaml-0.11.11.2-KnzIaQJMW7NB6YmocS113i)
1645.29 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.p_o )
1654.73 s
[haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0..
1654.73 s
[haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.10.0.0..
1654.84 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.OverloadedRecordDot ( plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.o, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.dyn_o )
1657.34 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.OverloadedRecordDot ( plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.p_o )
1665.42 s
[haskell-language-server] Preprocessing library 'hls-eval-plugin' for haskell-language-server-2.10.0.0..
1665.42 s
[haskell-language-server] Building library 'hls-eval-plugin' for haskell-language-server-2.10.0.0..
1665.64 s
[haskell-language-server] [ 1 of 10] Compiling Ide.Plugin.Eval.Config ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Config.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Config.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Config.dyn_o )
1666.06 s
[haskell-language-server] [ 2 of 10] Compiling Ide.Plugin.Eval.Parse.Option ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Option.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Option.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Option.dyn_o )
1666.11 s
[haskell-language-server] [ 3 of 10] Compiling Ide.Plugin.Eval.Util ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Util.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Util.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Util.dyn_o )
1666.34 s
[haskell-language-server] [ 4 of 10] Compiling Ide.Plugin.Eval.GHC ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/GHC.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/GHC.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/GHC.dyn_o )
1667.12 s
[haskell-language-server] [ 5 of 10] Compiling Ide.Plugin.Eval.Types ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Types.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Types.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Types.dyn_o )
1671.71 s
[haskell-language-server] [ 6 of 10] Compiling Ide.Plugin.Eval.Rules ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Rules.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Rules.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Rules.dyn_o )
1672.12 s
[haskell-language-server] [ 7 of 10] Compiling Ide.Plugin.Eval.Parse.Comments ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Comments.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Comments.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Comments.dyn_o )
1674.25 s
[haskell-language-server] [ 8 of 10] Compiling Ide.Plugin.Eval.Code ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Code.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Code.dyn_o )
1674.25 s
[haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.CodeLens ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.dyn_o )
1675.81 s
[haskell-language-server] [10 of 10] Compiling Ide.Plugin.Eval ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval.o, dist/build/hls-eval-plugin/Ide/Plugin/Eval.dyn_o )
1676.29 s
[haskell-language-server] [ 1 of 10] Compiling Ide.Plugin.Eval.Config ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Config.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Config.p_o )
1676.77 s
[haskell-language-server] [ 2 of 10] Compiling Ide.Plugin.Eval.Parse.Option ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Option.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Option.p_o )
1676.85 s
[haskell-language-server] [ 3 of 10] Compiling Ide.Plugin.Eval.Util ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Util.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Util.p_o )
1676.90 s
[haskell-language-server] [ 4 of 10] Compiling Ide.Plugin.Eval.GHC ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/GHC.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/GHC.p_o )
1677.58 s
[haskell-language-server] [ 5 of 10] Compiling Ide.Plugin.Eval.Types ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Types.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Types.p_o )
1683.99 s
[haskell-language-server] [ 6 of 10] Compiling Ide.Plugin.Eval.Rules ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Rules.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Rules.p_o )
1684.43 s
[haskell-language-server] [ 7 of 10] Compiling Ide.Plugin.Eval.Parse.Comments ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Parse/Comments.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Parse/Comments.p_o )
1686.45 s
[haskell-language-server] [ 8 of 10] Compiling Ide.Plugin.Eval.Code ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Code.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/Code.p_o )
1686.45 s
[haskell-language-server] [ 9 of 10] Compiling Ide.Plugin.Eval.CodeLens ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval/CodeLens.p_o )
1687.82 s
[haskell-language-server] [10 of 10] Compiling Ide.Plugin.Eval ( plugins/hls-eval-plugin/src/Ide/Plugin/Eval.hs, dist/build/hls-eval-plugin/Ide/Plugin/Eval.p_o )
1693.42 s
[haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0..
1693.42 s
[haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.10.0.0..
1693.52 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFixity ( plugins/hls-explicit-fixity-plugin/src/Ide/Plugin/ExplicitFixity.hs, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.o, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.dyn_o )
1695.40 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFixity ( plugins/hls-explicit-fixity-plugin/src/Ide/Plugin/ExplicitFixity.hs, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.p_o )
1702.45 s
[haskell-language-server] Preprocessing library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0..
1702.45 s
[haskell-language-server] Building library 'ghcide-bench-lib' for haskell-language-server-2.10.0.0..
1702.54 s
[haskell-language-server] [1 of 2] Compiling Experiments.Types ( ghcide-bench/src/Experiments/Types.hs, dist/build/ghcide-bench-lib/Experiments/Types.o, dist/build/ghcide-bench-lib/Experiments/Types.dyn_o )
1703.98 s
[haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.o, dist/build/ghcide-bench-lib/Experiments.dyn_o )
1704.70 s
[haskell-language-server]
1704.70 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1704.70 s
[haskell-language-server] Pattern match(es) are non-exhaustive
1704.70 s
[haskell-language-server] In a pattern binding:
1704.70 s
[haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
1704.70 s
[haskell-language-server] Failure _
1704.70 s
[haskell-language-server] CompletionInvoked _
1704.70 s
[haskell-language-server] |
1704.70 s
[haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
1704.70 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1704.70 s
[haskell-language-server]
1704.70 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1704.70 s
[haskell-language-server] Pattern match(es) are non-exhaustive
1704.70 s
[haskell-language-server] In a lambda abstraction:
1704.70 s
[haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
1704.70 s
[haskell-language-server] ‘ProcessHandle’ not matched:
1704.70 s
[haskell-language-server] Nothing _ _ _
1704.70 s
[haskell-language-server] (Just _) Nothing _ _
1704.70 s
[haskell-language-server] (Just _) (Just _) Nothing _
1704.70 s
[haskell-language-server] |
1704.70 s
[haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
1704.70 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1707.10 s
[haskell-language-server] [1 of 2] Compiling Experiments.Types ( ghcide-bench/src/Experiments/Types.hs, dist/build/ghcide-bench-lib/Experiments/Types.p_o )
1708.47 s
[haskell-language-server] [2 of 2] Compiling Experiments ( ghcide-bench/src/Experiments.hs, dist/build/ghcide-bench-lib/Experiments.p_o )
1709.01 s
[haskell-language-server]
1709.01 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:345:1: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1709.01 s
[haskell-language-server] Pattern match(es) are non-exhaustive
1709.01 s
[haskell-language-server] In a pattern binding:
1709.01 s
[haskell-language-server] Patterns of type ‘ParserResult Config’ not matched:
1709.01 s
[haskell-language-server] Failure _
1709.01 s
[haskell-language-server] CompletionInvoked _
1709.01 s
[haskell-language-server] |
1709.01 s
[haskell-language-server] 345 | Success defConfig = execParserPure defaultPrefs (info configP fullDesc) []
1709.01 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1709.01 s
[haskell-language-server]
1709.01 s
[haskell-language-server] ghcide-bench/src/Experiments.hs:453:42: warning : [ GHC-62161 ] [ -Wincomplete-uni-patterns ]
1709.01 s
[haskell-language-server] Pattern match(es) are non-exhaustive
1709.01 s
[haskell-language-server] In a lambda abstraction:
1709.01 s
[haskell-language-server] Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
1709.01 s
[haskell-language-server] ‘ProcessHandle’ not matched:
1709.01 s
[haskell-language-server] Nothing _ _ _
1709.01 s
[haskell-language-server] (Just _) Nothing _ _
1709.01 s
[haskell-language-server] (Just _) (Just _) Nothing _
1709.01 s
[haskell-language-server] |
1709.01 s
[haskell-language-server] 453 | run sess = withCreateProcess p $ \(Just inH) (Just outH) (Just errH) pH -> do
1709.01 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1716.76 s
[haskell-language-server] Preprocessing library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0..
1716.76 s
[haskell-language-server] Building library 'hls-explicit-imports-plugin' for haskell-language-server-2.10.0.0..
1716.86 s
[haskell-language-server]
1716.86 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1716.86 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1716.86 s
[haskell-language-server] but were not needed for compilation:
1716.86 s
[haskell-language-server] - ghc-9.6.3 (exposed by flag -package-id ghc-9.6.3)
1716.87 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitImports ( plugins/hls-explicit-imports-plugin/src/Ide/Plugin/ExplicitImports.hs, dist/build/hls-explicit-imports-plugin/Ide/Plugin/ExplicitImports.o, dist/build/hls-explicit-imports-plugin/Ide/Plugin/ExplicitImports.dyn_o )
1721.93 s
[haskell-language-server]
1721.93 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1721.94 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1721.94 s
[haskell-language-server] but were not needed for compilation:
1721.94 s
[haskell-language-server] - ghc-9.6.3 (exposed by flag -package-id ghc-9.6.3)
1721.94 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitImports ( plugins/hls-explicit-imports-plugin/src/Ide/Plugin/ExplicitImports.hs, dist/build/hls-explicit-imports-plugin/Ide/Plugin/ExplicitImports.p_o )
1732.14 s
[haskell-language-server] Preprocessing library 'hls-refactor-plugin' for haskell-language-server-2.10.0.0..
1732.14 s
[haskell-language-server] Building library 'hls-refactor-plugin' for haskell-language-server-2.10.0.0..
1732.48 s
[haskell-language-server] [ 1 of 13] Compiling Development.IDE.GHC.Compat.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Compat/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.dyn_o )
1732.68 s
[haskell-language-server] [ 2 of 13] Compiling Development.IDE.GHC.Dump ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Dump.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.dyn_o )
1744.08 s
[haskell-language-server] [ 3 of 13] Compiling Development.IDE.GHC.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.dyn_o )
1744.09 s
[haskell-language-server] [ 4 of 13] Compiling Development.IDE.Plugin.CodeAction.PositionIndexed ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.dyn_o )
1744.09 s
[haskell-language-server] [ 5 of 13] Compiling Development.IDE.Plugin.CodeAction.Util ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Util.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.dyn_o )
1744.15 s
[haskell-language-server] [ 6 of 13] Compiling Development.IDE.Plugin.CodeAction.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.dyn_o )
1744.85 s
[haskell-language-server] [ 7 of 13] Compiling Development.IDE.Plugin.CodeAction.Args ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Args.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.dyn_o )
1745.50 s
[haskell-language-server] [ 8 of 13] Compiling Development.IDE.Plugin.Plugins.Diagnostic ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/Diagnostic.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.dyn_o )
1745.50 s
[haskell-language-server] [ 9 of 13] Compiling Development.IDE.Plugin.Plugins.AddArgument ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/AddArgument.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.dyn_o )
1745.50 s
[haskell-language-server] [10 of 13] Compiling Development.IDE.Plugin.Plugins.FillHole ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.dyn_o )
1745.50 s
[haskell-language-server] [11 of 13] Compiling Development.IDE.Plugin.Plugins.FillTypeWildcard ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillTypeWildcard.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.dyn_o )
1745.50 s
[haskell-language-server] [12 of 13] Compiling Development.IDE.Plugin.Plugins.ImportUtils ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/ImportUtils.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.dyn_o )
1745.50 s
[haskell-language-server] [13 of 13] Compiling Development.IDE.Plugin.CodeAction ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.o, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.dyn_o )
1752.01 s
[haskell-language-server] [ 1 of 13] Compiling Development.IDE.GHC.Compat.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Compat/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Compat/ExactPrint.p_o )
1752.27 s
[haskell-language-server] [ 2 of 13] Compiling Development.IDE.GHC.Dump ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/Dump.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/Dump.p_o )
1763.76 s
[haskell-language-server] [ 3 of 13] Compiling Development.IDE.GHC.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/GHC/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/GHC/ExactPrint.p_o )
1763.77 s
[haskell-language-server] [ 4 of 13] Compiling Development.IDE.Plugin.CodeAction.PositionIndexed ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/PositionIndexed.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/PositionIndexed.p_o )
1763.77 s
[haskell-language-server] [ 5 of 13] Compiling Development.IDE.Plugin.CodeAction.Util ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Util.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Util.p_o )
1763.90 s
[haskell-language-server] [ 6 of 13] Compiling Development.IDE.Plugin.CodeAction.ExactPrint ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/ExactPrint.p_o )
1764.61 s
[haskell-language-server] [ 7 of 13] Compiling Development.IDE.Plugin.CodeAction.Args ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction/Args.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction/Args.p_o )
1765.29 s
[haskell-language-server] [ 8 of 13] Compiling Development.IDE.Plugin.Plugins.Diagnostic ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/Diagnostic.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/Diagnostic.p_o )
1765.29 s
[haskell-language-server] [ 9 of 13] Compiling Development.IDE.Plugin.Plugins.AddArgument ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/AddArgument.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.p_o )
1765.29 s
[haskell-language-server] [10 of 13] Compiling Development.IDE.Plugin.Plugins.FillHole ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.p_o )
1765.29 s
[haskell-language-server] [11 of 13] Compiling Development.IDE.Plugin.Plugins.FillTypeWildcard ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillTypeWildcard.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.p_o )
1765.29 s
[haskell-language-server] [12 of 13] Compiling Development.IDE.Plugin.Plugins.ImportUtils ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/ImportUtils.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.p_o )
1765.29 s
[haskell-language-server] [13 of 13] Compiling Development.IDE.Plugin.CodeAction ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.p_o )
1775.85 s
[haskell-language-server] Preprocessing library 'hls-rename-plugin' for haskell-language-server-2.10.0.0..
1775.85 s
[haskell-language-server] Building library 'hls-rename-plugin' for haskell-language-server-2.10.0.0..
1776.30 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.o, dist/build/hls-rename-plugin/Ide/Plugin/Rename.dyn_o )
1777.63 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.p_o )
1784.87 s
[haskell-language-server] Preprocessing library 'hls-gadt-plugin' for haskell-language-server-2.10.0.0..
1784.87 s
[haskell-language-server] Building library 'hls-gadt-plugin' for haskell-language-server-2.10.0.0..
1784.97 s
[haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.o, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.dyn_o )
1785.72 s
[haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.o, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.dyn_o )
1787.50 s
[haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.p_o )
1788.26 s
[haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.p_o )
1795.38 s
[haskell-language-server] Preprocessing library 'hls-hlint-plugin' for haskell-language-server-2.10.0.0..
1795.38 s
[haskell-language-server] Building library 'hls-hlint-plugin' for haskell-language-server-2.10.0.0..
1795.51 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Hlint ( plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs, dist/build/hls-hlint-plugin/Ide/Plugin/Hlint.o, dist/build/hls-hlint-plugin/Ide/Plugin/Hlint.dyn_o )
1800.05 s
interrupted by the user