diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-08-07 08:52:34 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-07 07:37:34 +0100 |
commit | 00b98d42bf441379c37d337d41c325c8cf4ebdaa (patch) | |
tree | 18ec759847394f953279a233c786b76e299bc0aa /dev-haskell/stack/metadata.xml | |
parent | dev-haskell/filelock: remove old (diff) | |
download | gentoo-00b98d42bf441379c37d337d41c325c8cf4ebdaa.tar.gz gentoo-00b98d42bf441379c37d337d41c325c8cf4ebdaa.tar.bz2 gentoo-00b98d42bf441379c37d337d41c325c8cf4ebdaa.zip |
dev-haskell/stack: bump up to 2.3.3
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/stack/metadata.xml')
-rw-r--r-- | dev-haskell/stack/metadata.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/dev-haskell/stack/metadata.xml b/dev-haskell/stack/metadata.xml index d702142876ff..530923816ff9 100644 --- a/dev-haskell/stack/metadata.xml +++ b/dev-haskell/stack/metadata.xml @@ -5,10 +5,20 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <use> + <flag name="developer-mode">By default, should extra developer information be output?</flag> + </use> <longdescription> - Please see the README.md for usage information, and - the wiki on Github for more details. Also, note that - the API for the library is not currently stable, and may + Please see the documentation at <https://docs.haskellstack.org> + for usage information. + + If building a 'stack' executable for distribution, please download the + source code from <https://github.com/commercialhaskell/stack/releases> + and build it using Stack itself in order to ensure identical behaviour + to official binaries. This package on Hackage is provided for convenience + and bootstrapping purposes. + + Note that the API for the library is not currently stable, and may change significantly, even between minor releases. It is currently only intended for use by the executable. </longdescription> |