aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.