aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/filecache.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for ghc-modEike Ziller2019-10-241-61/+0
| | | | | | | | | | 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>
* Adapt to upstream changesEike Ziller2019-05-291-4/+4
| | | | | | | In FileName, and project management Change-Id: I8c549c56e2de6dd1fc3f9451e3964bad31327651 Reviewed-by: hjk <hjk@qt.io>
* Take unsaved modifications into accountEike Ziller2017-10-011-0/+61
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.