This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Build manager plugin #136
Open
Description
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:
- Create a new target
- Add a source file(s) to a target
- Remove target
- Remove files from a target
- Enumerate existing targets
- Build a target
- Clean a target
- Install a target