stack allows one to define git repositories as packages using the stack.yaml file. Is it possible to do something like the following, directly via command-line:
stack install --resolver=lts-12.1 git@github.com:saurabhnanda/some-repo.git
Use-case: Install a command-line tool that I have written during a docker build process. I want to avoid cloning the repo and then building it. Is there a short-hand for this?