summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/HACKING.md
diff options
context:
space:
mode:
authormaralorn <malte.brandy@maralorn.de>2021-06-12 19:55:50 +0200
committerGitHub <noreply@github.com>2021-06-12 19:55:50 +0200
commit564bdae8e5278621486a2143bce8901c849383e5 (patch)
treec511ce6b189111ba8ad9f949dfdea2bfd330dbd6 /pkgs/development/haskell-modules/HACKING.md
parent74d7230259e7f3334a91bec4f7c3eab7de7983ad (diff)
downloadnixpkgs-564bdae8e5278621486a2143bce8901c849383e5.tar
nixpkgs-564bdae8e5278621486a2143bce8901c849383e5.tar.gz
nixpkgs-564bdae8e5278621486a2143bce8901c849383e5.tar.bz2
nixpkgs-564bdae8e5278621486a2143bce8901c849383e5.tar.lz
nixpkgs-564bdae8e5278621486a2143bce8901c849383e5.tar.xz
nixpkgs-564bdae8e5278621486a2143bce8901c849383e5.tar.zst
nixpkgs-564bdae8e5278621486a2143bce8901c849383e5.zip
haskellPackages: HACKING.md: Insert links into template
Diffstat (limited to 'pkgs/development/haskell-modules/HACKING.md')
-rw-r--r--pkgs/development/haskell-modules/HACKING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/HACKING.md b/pkgs/development/haskell-modules/HACKING.md
index c230d29840c..e5e16c59faf 100644
--- a/pkgs/development/haskell-modules/HACKING.md
+++ b/pkgs/development/haskell-modules/HACKING.md
@@ -70,8 +70,8 @@ The short version is this:
 * We regularly update the Stackage and Hackage pins on `haskell-updates` (normally at the beginning of a merge window).
 * The community fixes builds of Haskell packages on that branch.
 * We aim at at least one merge of `haskell-updates` into `master` every two weeks.
-* We only do the merge if the `mergeable` job is succeeding on hydra.
-* If a maintained package is still broken at the time of merge, we will only merge if the maintainer has been pinged 7 days in advance. (If you care about a Haskell package, become a maintainer!)
+* We only do the merge if the [`mergeable`](https://hydra.nixos.org/job/nixpkgs/haskell-updates/mergeable) job is succeeding on hydra.
+* If a [`maintained`](https://hydra.nixos.org/job/nixpkgs/haskell-updates/maintained) package is still broken at the time of merge, we will only merge if the maintainer has been pinged 7 days in advance. (If you care about a Haskell package, become a maintainer!)
 
 ---