aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to upstream infrastructure changeshjk2018-03-191-32/+11
| | | | | Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <[email protected]>
* Initial Haskell project supportEike Ziller2017-10-011-1/+10
| | | | | | | 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.
* Add options page for stack executableEike Ziller2017-10-011-0/+13
|
* Provide snippet groupEike Ziller2017-10-011-0/+5
|
* Register a haskell editor factoryEike Ziller2017-10-011-0/+3
|
* Start with dummy pluginEike Ziller2017-10-011-0/+74