aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to upstream changeChristian Stenger2021-06-251-1/+1
| | | | | Change-Id: I2c8179fed848a9ff078afb24be6e2a9d522a15b9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to changes in upstreamEike Ziller2019-12-201-34/+29
| | | | | Change-Id: Ib541f1cedacf4472223d11ae545a3d444190180c Reviewed-by: hjk <hjk@qt.io>
* Adapt to changes in Qt Creator 4.11Eike Ziller2019-10-231-3/+5
| | | | | Change-Id: Ife586f245ffb60626372701e649b8f1df9e5aea5 Reviewed-by: hjk <hjk@qt.io>
* Adapt to upstream changesEike Ziller2019-05-291-14/+12
| | | | | | | In FileName, and project management Change-Id: I8c549c56e2de6dd1fc3f9451e3964bad31327651 Reviewed-by: hjk <hjk@qt.io>
* Adapt to 4.94.9Eike Ziller2019-05-131-11/+7
| | | | | Change-Id: I649fd586c31149153a501d011bcd95e3452404e8 Reviewed-by: hjk <hjk@qt.io>
* Update for changes in Qt Creator 4.74.7Eike Ziller2018-07-121-2/+6
| | | | | Change-Id: I37510571f8893a6ebc2822838a02bc135590ebfb Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Adapt to upstream changeshjk2018-04-271-1/+0
| | | | | Change-Id: I22bd72ee5b8d8a28d87459fe125ef3a211b9ad16 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Update available run configurations when project file changesEike Ziller2018-03-201-1/+8
| | | | | Change-Id: Ic9065961f12f424aa0f755c8c27f875614154bdb Reviewed-by: hjk <hjk@qt.io>
* Adapt to upstream infrastructure changeshjk2018-03-191-12/+28
| | | | | Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-5/+3
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream API changes for run configuration factoriesEike Ziller2017-11-271-4/+2
| | | | | | 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/+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.