aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/stackbuildstep.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to 4.94.9Eike Ziller2019-05-131-1/+2
| | | | | Change-Id: I649fd586c31149153a501d011bcd95e3452404e8 Reviewed-by: hjk <[email protected]>
* Restrict stack build step to build step listhjk2018-03-231-0/+2
| | | | | Change-Id: I64768f6dfc60d4904b12e8687beb3f5c3d6e8411 Reviewed-by: Eike Ziller <[email protected]>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-23/+3
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <[email protected]>
* Initial Haskell project supportEike Ziller2017-10-011-0/+105
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.