| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Loading the file automatically in GHCi, so it is directly available for
investigation.
Change-Id: I221d02ef2e17de465244df3a8b6674d84ba52c6e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
There is one ghcmod process started in a separate thread per project directory of opened files.
If there are no more files open for a project, that ghcmod thread is exited.
This doesn't take unsaved modifications into account.
|