aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.h
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to upstream changeHEADmasterChristian Stenger2023-01-241-9/+0
| | | | | Change-Id: I2d3535f579f0e5c9e350bc548e59fc43189b2a8b Reviewed-by: hjk <hjk@qt.io>
* Fix compile after upstream header shufflingChristian Stenger2022-06-281-0/+1
| | | | | Change-Id: I3f46a8543bfcb2b5436162f37fe33d1ba54c0842 Reviewed-by: hjk <hjk@qt.io>
* Fix compilation with upstream changesEike Ziller2020-10-211-1/+2
| | | | | Change-Id: I22a770d936311250f86fa36980ab8e13a34111df Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Change to Utils::IdEike Ziller2020-07-071-1/+1
| | | | | Change-Id: I8fc3e5b65f059bd591200b449f2c68f62368d3cb Reviewed-by: hjk <hjk@qt.io>
* Adapt to changes in upstreamEike Ziller2019-12-201-1/+0
| | | | | Change-Id: Ib541f1cedacf4472223d11ae545a3d444190180c Reviewed-by: hjk <hjk@qt.io>
* Adapt to changes in Qt Creator 4.11Eike Ziller2019-10-231-3/+7
| | | | | Change-Id: Ife586f245ffb60626372701e649b8f1df9e5aea5 Reviewed-by: hjk <hjk@qt.io>
* Adapt to upstream changesEike Ziller2019-05-291-12/+18
| | | | | | | In FileName, and project management Change-Id: I8c549c56e2de6dd1fc3f9451e3964bad31327651 Reviewed-by: hjk <hjk@qt.io>
* Adapt to removal of IRunConfigurationAspect::runConfigurationEike Ziller2018-09-141-1/+1
| | | | | | | Upstream 32ba65c7f8176487402f6982ecd92acda3ad629c Change-Id: Ie4249b301550bbf11519f23c3fe2d14fc39cc979 Reviewed-by: hjk <hjk@qt.io>
* Avoid use of RunConfigurationAspect::runConfigurationhjk2018-09-101-1/+0
| | | | | Change-Id: I280e2f79a7c427d1a582f20fd0fbcb09909d8e55 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream RunConfiguration::fillConfigurationLayout changeshjk2018-09-041-1/+0
| | | | | Change-Id: Ib3b531027294ed1e5d95842ef12e05b3bf706693 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream changeshjk2018-04-271-12/+13
| | | | | Change-Id: I22bd72ee5b8d8a28d87459fe125ef3a211b9ad16 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Fix identification of run controls with application targetsEike Ziller2018-03-201-0/+2
| | | | | | | | | | 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 <hjk@qt.io>
* Adapt to upstream infrastructure changeshjk2018-03-191-11/+8
| | | | | Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to Qt Creator changes4.6Eike Ziller2018-02-171-2/+2
| | | | | | | In hover handler and run configuration factory Change-Id: Ib60db43560e8485ce9b5a8f9ddcb703382a0ef70 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-1/+3
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream API changes for run configuration factoriesEike Ziller2017-11-271-14/+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/+73
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.