summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/HACKING.md
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2021-05-30 10:51:33 +0900
committer(cdep)illabout <cdep.illabout@gmail.com>2021-05-30 10:51:33 +0900
commitdcc4f8ee24b1441e9cc011a57b5b2e0a80c853e0 (patch)
tree81a301544bf783aa3e3777189dc0b1264ef459f2 /pkgs/development/haskell-modules/HACKING.md
parent532ce05a4e8e131bedb9bfd7145b717bb3066923 (diff)
downloadnixpkgs-dcc4f8ee24b1441e9cc011a57b5b2e0a80c853e0.tar
nixpkgs-dcc4f8ee24b1441e9cc011a57b5b2e0a80c853e0.tar.gz
nixpkgs-dcc4f8ee24b1441e9cc011a57b5b2e0a80c853e0.tar.bz2
nixpkgs-dcc4f8ee24b1441e9cc011a57b5b2e0a80c853e0.tar.lz
nixpkgs-dcc4f8ee24b1441e9cc011a57b5b2e0a80c853e0.tar.xz
nixpkgs-dcc4f8ee24b1441e9cc011a57b5b2e0a80c853e0.tar.zst
nixpkgs-dcc4f8ee24b1441e9cc011a57b5b2e0a80c853e0.zip
haskell-updates: add dot slash to commands in maintainer docs
Diffstat (limited to 'pkgs/development/haskell-modules/HACKING.md')
-rw-r--r--pkgs/development/haskell-modules/HACKING.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/HACKING.md b/pkgs/development/haskell-modules/HACKING.md
index d1779c88fd2..433865dbd6c 100644
--- a/pkgs/development/haskell-modules/HACKING.md
+++ b/pkgs/development/haskell-modules/HACKING.md
@@ -34,13 +34,13 @@ In this section we create the PR for merging `haskell-updates` into `master`.
 1.  Update the Hackage package set used by Nixpkgs and create a commit:
 
     ```console
-    $ maintainers/scripts/haskell/update-hackage.sh --do-commit
+    $ ./maintainers/scripts/haskell/update-hackage.sh --do-commit
     ```
 
 1.  Regenerate the Haskell package set used in Nixpkgs and create a commit:
 
     ```console
-    $ maintainers/scripts/haskell/regenerate-hackage-packages.sh --do-commit
+    $ ./maintainers/scripts/haskell/regenerate-hackage-packages.sh --do-commit
     ```
 
 1.  Push these commits to the Nixpkgs repository.
@@ -90,8 +90,8 @@ jobset, you should generate a build report to notify maintainers of their
 newly broken packages.  You can do that with the following commands:
 
 ```console
-$ maintainers/scripts/haskell/hydra-report.hs get-report
-$ maintainers/scripts/haskell/hydra-report.hs ping-maintainers
+$ ./maintainers/scripts/haskell/hydra-report.hs get-report
+$ ./maintainers/scripts/haskell/hydra-report.hs ping-maintainers
 ```
 
 The `hyda-report.hs ping-maintainers` command generates a Markdown document
@@ -135,8 +135,8 @@ Packages that do not get fixed can be marked broken with the following
 commands.  First check which packages are broken:
 
 ```console
-$ maintainers/scripts/haskell/hydra-report.hs get-report
-$ maintainers/scripts/haskell/hydra-report.hs mark-broken-list
+$ ./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 a build failure on `x86_64-linux` on Hydra.
@@ -144,7 +144,7 @@ This shows a list of packages that reported a build failure on `x86_64-linux` on
 Next, run the following command:
 
 ```console
-$ maintainers/scripts/haskell/mark-broken.sh --do-commit
+$ ./maintainers/scripts/haskell/mark-broken.sh --do-commit
 ```
 
 This first opens up an editor with the broken package list.  Some of these