commercialhaskell / commercialhaskell/stack
stack exec --rebuild?
Open
type: discuss
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
Would it make sense to have a --rebuild argument to `stack exec` that would act as if I had passed the appropriate `--package` argument that defines the name of the executable I'm trying to call?
Basically, this argument would look at the name of the executable, and assuming it's just a bare executable name (no path/segments) and matches an "Executable" in one of the cabal packages in my stack project, it would ensure that package is up-to-date.
Contributor guide
Assessment
This issue has not been assessed yet.