summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmaintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh2
-rw-r--r--pkgs/development/haskell-modules/HACKING.md2
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