| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
ghc-mod is no longer active and doesn't even compile against newer
GHC versions.
Use haskell-ide-engine and Qt Creator's language protocol client
instead.
Change-Id: I5776ec8375c732b8066d09e629148ae222e981c5
Reviewed-by: hjk <hjk@qt.io>
|
| |
|
|
|
|
|
| |
In FileName, and project management
Change-Id: I8c549c56e2de6dd1fc3f9451e3964bad31327651
Reviewed-by: hjk <hjk@qt.io>
|
|
|
For this we need to take snapshots of open and modified files within the
project directory.
Since we need to restart ghc-mod whenever the mapping changes, we do not
remove files from the snapshot until they are actually closed, even if
they stay unmodified.
|