aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellconstants.h
Commit message (Collapse)AuthorAgeFilesLines
* Add button for running GHCi to editor tool barEike Ziller2020-03-041-0/+1
| | | | | | | | Loading the file automatically in GHCi, so it is directly available for investigation. Change-Id: I221d02ef2e17de465244df3a8b6674d84ba52c6e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream build configuration factory changeshjk2020-01-311-0/+1
| | | | | Change-Id: I6b541df3ee1599be17e5fec17cc7fa251061ba4d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to changes in Qt Creator 4.11Eike Ziller2019-10-231-0/+1
| | | | | Change-Id: Ife586f245ffb60626372701e649b8f1df9e5aea5 Reviewed-by: hjk <hjk@qt.io>
* Adapt to upstream changeshjk2018-04-271-2/+0
| | | | | Change-Id: I22bd72ee5b8d8a28d87459fe125ef3a211b9ad16 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Fix run configuration ID now that it no longer has a prefixEike Ziller2018-03-201-1/+1
| | | | | Change-Id: I3ec20d6878efee0d19923e3e1bf58fa32e3be799 Reviewed-by: hjk <hjk@qt.io>
* Show error in editor if stack cannot be runEike Ziller2018-01-061-0/+1
| | | | | | | With the option to open the configuration page. Change-Id: I4895e27648d5e161fd0c9b617723f7fdd6853248 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Adapt to upstream build config and Utils::Link changeshjk2017-12-111-0/+2
| | | | | Change-Id: Ib3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Initial Haskell project supportEike Ziller2017-10-011-0/+2
| | | | | | | 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.
* Provide snippet groupEike Ziller2017-10-011-0/+3
|
* Start with dummy pluginEike Ziller2017-10-011-0/+32