aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to upstream changeHEADmasterChristian Stenger2023-01-241-0/+1
| | | | | Change-Id: I2d3535f579f0e5c9e350bc548e59fc43189b2a8b Reviewed-by: hjk <[email protected]>
* Add simple wizard for creating a Haskell source/module fileEike Ziller2021-08-181-0/+3
| | | | | Change-Id: Ieae69f981747af4fbf36919abc9604d8e190f207 Reviewed-by: Eike Ziller <[email protected]>
* Add button for running GHCi to editor tool barEike Ziller2020-03-041-0/+16
| | | | | | | | Loading the file automatically in GHCi, so it is directly available for investigation. Change-Id: I221d02ef2e17de465244df3a8b6674d84ba52c6e Reviewed-by: Eike Ziller <[email protected]>
* Remove support for ghc-modEike Ziller2019-10-241-3/+0
| | | | | | | | | | ghc-mod is no longer active and doesn't even compile against newer GHC versions. Use haskell-ide-engine and Qt Creator's language protocol client instead. Change-Id: I5776ec8375c732b8066d09e629148ae222e981c5 Reviewed-by: hjk <[email protected]>
* 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