aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/stackbuildstep.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix initial build directory used in build stepEike Ziller2021-08-171-0/+3
| | | | | | | | | | | | In the BuildStep constructor the build configuration is not fully set up, leading to an empty build directory in there. It is not needed that we update the command directly on changes though (it is not visible in the projects mode UI anywhere), so just initialize the build step in its init() method. Change-Id: Iab168d15f1224c2e1ca66017244a80ed1059f417 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Fix compilation with upstream changesEike Ziller2020-10-211-1/+1
| | | | | Change-Id: I22a770d936311250f86fa36980ab8e13a34111df Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* 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-1/+1
| | | | | Change-Id: I6b541df3ee1599be17e5fec17cc7fa251061ba4d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-9/+2
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Initial Haskell project supportEike Ziller2017-10-011-0/+59
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.