summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/HACKING.md
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2021-05-30 10:49:58 +0900
committerGitHub <noreply@github.com>2021-05-30 10:49:58 +0900
commit532ce05a4e8e131bedb9bfd7145b717bb3066923 (patch)
tree3dff0ab44993eb7053aa9ceab6d8a2a703edfb78 /pkgs/development/haskell-modules/HACKING.md
parentefd291080d09150c3c13e1cec2643f63043c1b2e (diff)
downloadnixpkgs-532ce05a4e8e131bedb9bfd7145b717bb3066923.tar
nixpkgs-532ce05a4e8e131bedb9bfd7145b717bb3066923.tar.gz
nixpkgs-532ce05a4e8e131bedb9bfd7145b717bb3066923.tar.bz2
nixpkgs-532ce05a4e8e131bedb9bfd7145b717bb3066923.tar.lz
nixpkgs-532ce05a4e8e131bedb9bfd7145b717bb3066923.tar.xz
nixpkgs-532ce05a4e8e131bedb9bfd7145b717bb3066923.tar.zst
nixpkgs-532ce05a4e8e131bedb9bfd7145b717bb3066923.zip
haskell-updates: more fixes for workflow documentation
Co-authored-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'pkgs/development/haskell-modules/HACKING.md')
-rw-r--r--pkgs/development/haskell-modules/HACKING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/HACKING.md b/pkgs/development/haskell-modules/HACKING.md
index 3f1baa7a434..d1779c88fd2 100644
--- a/pkgs/development/haskell-modules/HACKING.md
+++ b/pkgs/development/haskell-modules/HACKING.md
@@ -28,7 +28,7 @@ In this section we create the PR for merging `haskell-updates` into `master`.
 1.  Update the Stackage Nightly resolver used by Nixpkgs and create a commit:
 
     ```console
-    $ maintainers/scripts/haskell/update-stackage.sh --do-commit
+    $ ./maintainers/scripts/haskell/update-stackage.sh --do-commit
     ```
 
 1.  Update the Hackage package set used by Nixpkgs and create a commit:
@@ -100,7 +100,7 @@ comment describes which Haskell packages are now failing to build.  It also
 pings the maintainers so that they know to fix up their packages.
 
 It may be helpful to pipe `hydra-report.hs ping-maintainers` into `xclip`
-(XOrg) or `wl-clip` (Wayland) in order to post on GitHub.
+(XOrg) or `wl-copy` (Wayland) in order to post on GitHub.
 
 This build report can be fetched and re-generated for new Hydra evaluations.
 It may help contributors to try to keep the GitHub comment updated with the
@@ -139,7 +139,7 @@ $ maintainers/scripts/haskell/hydra-report.hs get-report
 $ maintainers/scripts/haskell/hydra-report.hs mark-broken-list
 ```
 
-This shows a list of packages that reported broken on `x86_64-linux` on Hydra.
+This shows a list of packages that reported a build failure on `x86_64-linux` on Hydra.
 
 Next, run the following command:
 
@@ -198,7 +198,7 @@ Here are some additional tips that didn't fit in above.
     merging `haskell-updates` into `master`, `master` should occasionally be
     merged into the `haskell-updates` branch.
 
-    This is especially important after `staging` is merged into `master`, since
+    This is especially important after `staging-next` is merged into `master`, since
     there is a high chance that this will cause all the Haskell packages to
     rebuild.