aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellbuildconfiguration.h
Commit message (Collapse)AuthorAgeFilesLines
* Change to Utils::IdEike Ziller2020-07-071-1/+1
| | | | | Change-Id: I8fc3e5b65f059bd591200b449f2c68f62368d3cb Reviewed-by: hjk <hjk@qt.io>
* Adapt to upstream build configuration factory changeshjk2020-01-311-6/+0
| | | | | Change-Id: I6b541df3ee1599be17e5fec17cc7fa251061ba4d Reviewed-by: Eike Ziller <eike.ziller@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-5/+4
| | | | | Change-Id: Ife586f245ffb60626372701e649b8f1df9e5aea5 Reviewed-by: hjk <hjk@qt.io>
* 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.