-
Notifications
You must be signed in to change notification settings - Fork 849
Wishlist
David Baynard edited this page Jun 11, 2019
·
18 revisions
This page collects wishlist items people would like to see implemented in Stack. Feel free to add items below.
NOTE This page is a bit of an experiment. If it turns out to be too unmanageable keeping the wishlist in a Wiki, we may elect to move to a document inside the repo in the future.
-
stack rm
command https://github.com/commercialhaskell/stack/issues/133 - Store "stack-path" files in directories that have been shortened with SHAs #1173
- Stack cmd to produce docset(s) for https://kapeli.com/dash or http://zealdocs.org/ #491
- stack init should use a user configurable snapshot setting as a default #1590
- Support cabal.project files #4571
- Pass --depth 1 to git #4345
- Feature request: Option to make a compiler available for all users #3935
- build GHC from source if bindist not available #4637
- "mingw" top-level field in YAML similar to "nix" #3933
- Enable copying test binaries to a canonical location #4654
- Follow the XDG Base Directory Specification #4243
- Add
stack build --prefix
option: a post-build step that rebuilds the targets with a cabal configure --prefix= option in a separate dist directory #848