From 19a763458d70beee0daface84c0d9e4a5378852c Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Mon, 26 Jul 2021 17:35:40 +0200 Subject: [PATCH] maintainers/haskell/package-list: minor fixes to documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Manuel Bärenz --- .../scripts/haskell/upload-nixos-package-list-to-hackage.sh | 2 +- pkgs/development/haskell-modules/HACKING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh b/maintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh index f887f0c4293..c49ea68fbfb 100755 --- a/maintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh +++ b/maintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh @@ -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 diff --git a/pkgs/development/haskell-modules/HACKING.md b/pkgs/development/haskell-modules/HACKING.md index 98ab03a0edd..9024a90a09d 100644 --- a/pkgs/development/haskell-modules/HACKING.md +++ b/pkgs/development/haskell-modules/HACKING.md @@ -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