aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.h
Commit message (Collapse)AuthorAgeFilesLines
* Update available run configurations when project file changesEike Ziller2018-03-201-0/+1
| | | | | Change-Id: Ic9065961f12f424aa0f755c8c27f875614154bdb Reviewed-by: hjk <hjk@qt.io>
* Adapt to upstream infrastructure changeshjk2018-03-191-3/+1
| | | | | Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream API changes for run configuration factoriesEike Ziller2017-11-271-1/+1
| | | | | | 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/+57
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.