stackage-everything ------------------- This meta package depends on the entirety of Stackage. The purpose of this is making Stackage available offline, which can be useful if you're in an area with poor or no internet connectivity, such as airplanes or rural areas. Use `stack build` with appropriate parameters to make use of it. For example, to download all the source files so they can be installed without an internet connection later, run ```bash stack build --prefetch --dry-run --only-dependencies ```