aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update for changes in Qt Creator 4.74.7Eike Ziller2018-07-121-2/+1
| | | | | Change-Id: I37510571f8893a6ebc2822838a02bc135590ebfb Reviewed-by: Tobias Hunger <[email protected]>
* Adapt to upstream changeshjk2018-04-271-48/+32
| | | | | Change-Id: I22bd72ee5b8d8a28d87459fe125ef3a211b9ad16 Reviewed-by: Eike Ziller <[email protected]>
* Use simpler run configuration widget setuphjk2018-03-221-5/+1
| | | | | Change-Id: I2b8853e2e65aa706a1363c8039264cb3689be459 Reviewed-by: Eike Ziller <[email protected]>
* Fix identification of run controls with application targetsEike Ziller2018-03-201-0/+7
| | | | | | | | | | The run configuration's extraId is checked against the RunConfigurationCreationInfos' targetName and buildKey to find out if the run configuration came from that creation info. So we need to implement that in the run configuration. Change-Id: I396605a19b39837d769287d6753cf16ac4d9e77d Reviewed-by: hjk <[email protected]>
* Fix run configuration ID now that it no longer has a prefixEike Ziller2018-03-201-2/+2
| | | | | Change-Id: I3ec20d6878efee0d19923e3e1bf58fa32e3be799 Reviewed-by: hjk <[email protected]>
* Adapt to upstream infrastructure changeshjk2018-03-191-15/+7
| | | | | Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <[email protected]>
* Adapt to Qt Creator changes4.6Eike Ziller2018-02-171-2/+6
| | | | | | | In hover handler and run configuration factory Change-Id: Ib60db43560e8485ce9b5a8f9ddcb703382a0ef70 Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream run configuration factory changeEike Ziller2017-12-201-1/+1
| | | | | | | Changed to IDs in qt-creator/4a66cae8545cd58cf9d3006a2bad91845cffa14b Change-Id: Ie6eb2d53df8735f7fa78baa3a9f885192593f950 Reviewed-by: hjk <[email protected]>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-4/+15
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream API changes for run configuration factoriesEike Ziller2017-11-271-47/+10
| | | | | | Change-Id: Ifc984f3eff16d109923db33f87906c49765f7864 Reviewed-by: Tobias Hunger <[email protected]> Reviewed-by: hjk <[email protected]>
* Initial Haskell project supportEike Ziller2017-10-011-0/+156
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.