This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Description
Sorry to raise this issue again but the error checking has been exceeding slow (I believe since the last major version but I can't be sure). The time to check for errors is roughly the same as running ghc-mod check <path>
however it takes the same time running it again.
Manually running ghc-modi
and doing check <path>
takes a bit of time but after changing the file and running it again it's very fast.
What can I do to help with debugging this?