haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 210 forks source link

Build manager plugin #136

Open arrowd opened 8 years ago

arrowd commented 8 years ago

It would be nice if HIE provided an uniform API to perform build tasks for Haskell projects (like configuring, building, cleaning) using both Cabal and Stack. Here are the features i'm specifically interested in HIE to provide:

alanz commented 8 years ago

@arrowdodger, see https://github.com/alanz/haskell-ide-engine/tree/async-example-plugin as a possible template.

mgsloan commented 8 years ago

Agreed, this would be a nice thing to have!

Edit: split off the rest of this comment's content into #140

alanz commented 8 years ago

Perhaps that should be broken out as a separate issue?

andrewufrank commented 6 years ago

the example pluing web-page has vanished. could somebody show an example how a stack oriented build task should be defined? what is the best problemmatche?