commercialhaskell / commercialhaskell/stack
Allow installing from github
Open
awaiting pull request
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
I'd like to do:
```
stack install https://github.com/ndmitchell/hoogle.git
```
And have that "just work". Bonus points if the version without `.git` also works. In particular, this would need to check out the repo, if a `stack.yaml` was missing it would need to `stack init`, and then `stack install`. See https://hackage.haskell.org/package/cabalg by @dmaliko for a version for Cabal.
Contributor guide
Assessment
This issue has not been assessed yet.