aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.h
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to upstream changeChristian Stenger2021-09-151-0/+1
| | | | | Change-Id: Icb812d79aeb81d02729836d20e69c7af4c16a891 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to changes in upstreamEike Ziller2019-12-201-7/+14
| | | | | Change-Id: Ib541f1cedacf4472223d11ae545a3d444190180c Reviewed-by: hjk <hjk@qt.io>
* Adapt to changes in Qt Creator 4.11Eike Ziller2019-10-231-0/+2
| | | | | Change-Id: Ife586f245ffb60626372701e649b8f1df9e5aea5 Reviewed-by: hjk <hjk@qt.io>
* Adapt to upstream changesEike Ziller2019-05-291-2/+2
| | | | | | | In FileName, and project management Change-Id: I8c549c56e2de6dd1fc3f9451e3964bad31327651 Reviewed-by: hjk <hjk@qt.io>
* Update available run configurations when project file changesEike Ziller2018-03-201-0/+1
| | | | | Change-Id: Ic9065961f12f424aa0f755c8c27f875614154bdb Reviewed-by: hjk <hjk@qt.io>
* Adapt to upstream infrastructure changeshjk2018-03-191-3/+1
| | | | | Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream API changes for run configuration factoriesEike Ziller2017-11-271-1/+1
| | | | | | Change-Id: Ifc984f3eff16d109923db33f87906c49765f7864 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: hjk <hjk@qt.io>
* Initial Haskell project supportEike Ziller2017-10-011-0/+57
Shows all files from the file system tree around the .cabal file. Provides a simple build configuration with "stack build" step. Provides a simple run configuration with "stack exec" for each "executable" entry.