Received: by mail.netbsd.org (Postfix, from userid 605) id 35C7484E70; Sat, 21 Jan 2023 16:26:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6474784D05 for ; Sat, 21 Jan 2023 16:26:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id h9c8mVtSdUX7 for ; Sat, 21 Jan 2023 16:26:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B9D6B84C86 for ; Sat, 21 Jan 2023 16:26:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66C94FA90; Sat, 21 Jan 2023 16:26:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674318383283670" MIME-Version: 1.0 Date: Sat, 21 Jan 2023 16:26:23 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/lang/ghc94 To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20230121162623.66C94FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674318383283670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Jan 21 16:26:23 UTC 2023 Modified Files: pkgsrc/lang/ghc94: distinfo pkgsrc/lang/ghc94/patches: patch-utils_haddock_haddock.cabal Log Message: Add a merge request URL to a patch To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/ghc94/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/lang/ghc94/patches/patch-utils_haddock_haddock.cabal Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674318383283670 Content-Disposition: inline Content-Length: 1961 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ghc94/distinfo diff -u pkgsrc/lang/ghc94/distinfo:1.6 pkgsrc/lang/ghc94/distinfo:1.7 --- pkgsrc/lang/ghc94/distinfo:1.6 Sat Jan 21 16:02:11 2023 +++ pkgsrc/lang/ghc94/distinfo Sat Jan 21 16:26:23 2023 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2023/01/21 16:02:11 pho Exp $ +$NetBSD: distinfo,v 1.7 2023/01/21 16:26:23 pho Exp $ BLAKE2s (ghc-9.0.1-boot-hadrian.tar.gz) = fff7259676e3d0281c7e15e684b65dc04313c9bcb4d6161962325c3fcee08c7b SHA512 (ghc-9.0.1-boot-hadrian.tar.gz) = 02047ca0718a240ce702aeac16c2194b6bf73119dacb59816c1e9a631667e420e44c6ef6d5b83f225af3bd31e3ec3fc8f28e9a3cb22e86f63089110429759878 @@ -63,4 +63,4 @@ SHA1 (patch-rts_linker_MMap.c) = 9015bd4 SHA1 (patch-rts_linker_MMap.h) = 8228fabcdaeb1511191da9fc614ff94d3eee8fbd SHA1 (patch-rts_rts.cabal.in) = 605e30da81e444046d00457fc3961025c2073615 SHA1 (patch-utils_haddock_driver_Main.hs) = 26b015d3aef9fdff66e66c8e3d9a370a2dbd7067 -SHA1 (patch-utils_haddock_haddock.cabal) = 80b1ae7304afe14f117d0b432d5dda78e5b916c5 +SHA1 (patch-utils_haddock_haddock.cabal) = c8a244f2f341b736b65b218590d1a3a8309f55ba Index: pkgsrc/lang/ghc94/patches/patch-utils_haddock_haddock.cabal diff -u pkgsrc/lang/ghc94/patches/patch-utils_haddock_haddock.cabal:1.1 pkgsrc/lang/ghc94/patches/patch-utils_haddock_haddock.cabal:1.2 --- pkgsrc/lang/ghc94/patches/patch-utils_haddock_haddock.cabal:1.1 Sat Jan 21 04:49:25 2023 +++ pkgsrc/lang/ghc94/patches/patch-utils_haddock_haddock.cabal Sat Jan 21 16:26:23 2023 @@ -1,6 +1,9 @@ -$NetBSD: patch-utils_haddock_haddock.cabal,v 1.1 2023/01/21 04:49:25 pho Exp $ +$NetBSD: patch-utils_haddock_haddock.cabal,v 1.2 2023/01/21 16:26:23 pho Exp $ -Don't assume we always build the threaded RTS. Not upstreamed yet. +Don't assume we always build the threaded RTS. + +Pull request: +https://github.com/haskell/haddock/pull/1575 --- utils/haddock/haddock.cabal.orig 2023-01-11 07:37:47.265320221 +0000 +++ utils/haddock/haddock.cabal --_----------=_1674318383283670--