aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellbuildconfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update for changes in Qt Creator 4.74.7Eike Ziller2018-07-121-2/+2
| | | | | Change-Id: I37510571f8893a6ebc2822838a02bc135590ebfb Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Adapt to upstream infrastructure changeshjk2018-03-191-1/+0
| | | | | Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-58/+17
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Initial Haskell project supportEike Ziller2017-10-011-0/+200
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.