From 965685320f99910aa7ac5cd8c6d83dce09089265 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Mon, 29 Aug 2022 10:46:34 +0800 Subject: [PATCH] haskell: Add link to current haskell update PR search --- pkgs/development/haskell-modules/HACKING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/HACKING.md b/pkgs/development/haskell-modules/HACKING.md index 8dc5c434672d..752f1ba4943c 100644 --- a/pkgs/development/haskell-modules/HACKING.md +++ b/pkgs/development/haskell-modules/HACKING.md @@ -249,6 +249,8 @@ opening the next one. When you want to merge the currently open $ ./maintainers/scripts/haskell/merge-and-open-pr.sh PR_NUM_OF_CURRENT_HASKELL_UPDATES_PR ``` + Find the PR number easily [here](https://github.com/nixos/nixpkgs/pulls?q=is%3Apr+is%3Aopen+head%3Ahaskell-updates) + This does the following things: 1. Fetches `origin`, makes sure you currently have the `haskell-updates`