I'm observing this with **ghc 9.1** and **cabal-install 3.4** and can't easily test on 8.10.2 at the moment, but the repro for 8.10.2 would look like: - clone https://github.com/hasura/graphql-engine - cd server && ln -s cabal.project.dev-sh.local cabal.project.local - cabal repl (takes about 60 sec) - ghcid (takes something like twice that) It looks like it's the same behavior with just `cabal repl --repl-options="-fno-code"` ghcid is also slower overall after initial startup, when a file changes Maybe this is an upstream issue, but seemed better to open it here