aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellbuildconfiguration.h
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to 4.94.9Eike Ziller2019-05-131-5/+5
| | | | | Change-Id: I649fd586c31149153a501d011bcd95e3452404e8 Reviewed-by: hjk <hjk@qt.io>
* Update for changes in Qt Creator 4.74.7Eike Ziller2018-07-121-1/+1
| | | | | Change-Id: I37510571f8893a6ebc2822838a02bc135590ebfb Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-11/+1
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Initial Haskell project supportEike Ziller2017-10-011-0/+85
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.