maintainers/haskell/package-list: minor fixes to documentation
Co-authored-by: Manuel Bärenz <programming@manuelbaerenz.de>
This commit is contained in:
parent
b0284395a6
commit
19a763458d
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# On Hackage every package description shows a category "Distributions" which
|
||||
# lists a "NixOS" version.
|
||||
# This script uploads a csv to hackage which will update the displayed versions
|
||||
# based on the current versions in nixpkgs. This happens with on simple http
|
||||
# based on the current versions in nixpkgs. This happens with a simple http
|
||||
# request.
|
||||
|
||||
# For authorization you just need to have any valid hackage account. This
|
||||
|
|
|
@ -243,7 +243,7 @@ causes all currently open Haskell-related pull-requests to be automatically clos
|
|||
|
||||
## Update Hackage Version Information
|
||||
|
||||
After merging into master you can update what hackage displays as the current
|
||||
After merging into `master` you can update what hackage displays as the current
|
||||
version in NixOS for every individual package.
|
||||
To do this you run `maintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh`.
|
||||
See the script for how to provide credentials. Once you have configured that
|
||||
|
|
Loading…
Reference in a new issue