aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update for changes in Qt Creator 4.74.7Eike Ziller2018-07-121-2/+6
| | | | | Change-Id: I37510571f8893a6ebc2822838a02bc135590ebfb Reviewed-by: Tobias Hunger <[email protected]>
* Adapt to upstream changeshjk2018-04-271-1/+0
| | | | | Change-Id: I22bd72ee5b8d8a28d87459fe125ef3a211b9ad16 Reviewed-by: Eike Ziller <[email protected]>
* Update available run configurations when project file changesEike Ziller2018-03-201-1/+8
| | | | | Change-Id: Ic9065961f12f424aa0f755c8c27f875614154bdb Reviewed-by: hjk <[email protected]>
* Adapt to upstream infrastructure changeshjk2018-03-191-12/+28
| | | | | Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-5/+3
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream API changes for run configuration factoriesEike Ziller2017-11-271-4/+2
| | | | | | Change-Id: Ifc984f3eff16d109923db33f87906c49765f7864 Reviewed-by: Tobias Hunger <[email protected]> Reviewed-by: hjk <[email protected]>
* Initial Haskell project supportEike Ziller2017-10-011-0/+122
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.