aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-5/+3
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream API changes for run configuration factoriesEike Ziller2017-11-271-4/+2
| | | | | | Change-Id: Ifc984f3eff16d109923db33f87906c49765f7864 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: hjk <hjk@qt.io>
* Initial Haskell project supportEike Ziller2017-10-011-0/+122
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.