From unknown Sun Jun 22 04:23:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50479] [PATCH] Update home-page for ghc-pandoc-types Resent-From: Alice BRENON Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Sep 2021 15:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50479 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50479@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16311148122735 (code B ref -1); Wed, 08 Sep 2021 15:27:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Sep 2021 15:26:52 +0000 Received: from localhost ([127.0.0.1]:33347 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNzTQ-0000i3-K1 for submit@debbugs.gnu.org; Wed, 08 Sep 2021 11:26:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:37542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNzTM-0000hq-Aq for submit@debbugs.gnu.org; Wed, 08 Sep 2021 11:26:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60748) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNzTK-0000vR-Ar for guix-patches@gnu.org; Wed, 08 Sep 2021 11:26:47 -0400 Received: from lxc-smtp2.ens-lyon.fr ([140.77.167.81]:32768) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNzTH-0004q9-TQ for guix-patches@gnu.org; Wed, 08 Sep 2021 11:26:45 -0400 Received: from localhost (localhost [127.0.0.1]) by lxc-smtp2.ens-lyon.fr (Postfix) with ESMTP id 4D6C3E3D2D for ; Wed, 8 Sep 2021 17:26:38 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.11.0 (20160426) (Debian) at ens-lyon.fr Received: from lxc-smtp2.ens-lyon.fr ([127.0.0.1]) by localhost (lxc-smtp2.ens-lyon.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7cx4UPBdtTFA for ; Wed, 8 Sep 2021 17:26:38 +0200 (CEST) Received: from localhost (dhcp-58-127.icar.ens-lyon.fr [140.77.58.127]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by lxc-smtp2.ens-lyon.fr (Postfix) with ESMTPSA id 40519E3D2F for ; Wed, 8 Sep 2021 17:26:38 +0200 (CEST) Date: Wed, 8 Sep 2021 17:26:37 +0200 From: Alice BRENON Message-ID: <20210908172637.2cfa5e8c@ens-lyon.fr> Organization: ENS de Lyon X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.24; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/zG0oi_nwuL_tXTyXOddJXnI" Received-SPF: pass client-ip=140.77.167.81; envelope-from=alice.brenon@ens-lyon.fr; helo=lxc-smtp2.ens-lyon.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) --MP_/zG0oi_nwuL_tXTyXOddJXnI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Guix, Trying to find examples of values for the home-page field in large packages with library dependencies that were developed specifically as part of the project, I stumbled upon the fact that ghc-pandoc-types had the old page for pandoc, https://johnmacfarlane.net/pandoc as home-page, whereas ghc-pandoc, added after, has the new https://pandoc.org/. Given the fact that the former now redirects to the latter, I suppose it would be more consistent to update it in ghc-pandoc-type's definition. The redirect is only a 302, not a 301, but I suppose it's a mistake given the content of the URL which seem to indicate it's meant to point to "the site of the pandoc project". I hope I'm not wasting your time for such a small change, but I thought that while I was at it, since it's the kind of detail that can go unnoticed for a long time it was better to fix it. Alice --MP_/zG0oi_nwuL_tXTyXOddJXnI Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-ghc-pandoc-types-Update-home-page.patch >From 690a2bf8de20ad563dfdf48068ea7c9a0df10908 Mon Sep 17 00:00:00 2001 From: Alice BRENON Date: Wed, 8 Sep 2021 16:48:02 +0200 Subject: [PATCH] gnu: ghc-pandoc-types: Update home-page * gnu/packages/haskell-xyz.scm (ghc-pandoc-types): Update home-page to the new project page to which the previous one now redirects. --- gnu/packages/haskell-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index c12f97802e..c9bb248c09 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9765,7 +9765,7 @@ version = Version [~a] [] ("ghc-test-framework-hunit" ,ghc-test-framework-hunit) ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2) ("ghc-hunit" ,ghc-hunit))) - (home-page "https://johnmacfarlane.net/pandoc") + (home-page "https://pandoc.org") (synopsis "Types for representing a structured document") (description "This module defines the @code{Pandoc} data structure, which is used by -- 2.33.0 --MP_/zG0oi_nwuL_tXTyXOddJXnI-- From unknown Sun Jun 22 04:23:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alice BRENON Subject: bug#50479: closed (Re: [bug#50479] [PATCH] Update home-page for ghc-pandoc-types) Message-ID: References: <87k0jpbur0.fsf@systemreboot.net> <20210908172637.2cfa5e8c@ens-lyon.fr> X-Gnu-PR-Message: they-closed 50479 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 50479@debbugs.gnu.org Date: Thu, 09 Sep 2021 16:05:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1631203501-17400-1" This is a multi-part message in MIME format... ------------=_1631203501-17400-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50479: [PATCH] Update home-page for ghc-pandoc-types which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 50479@debbugs.gnu.org. --=20 50479: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50479 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1631203501-17400-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50479-done) by debbugs.gnu.org; 9 Sep 2021 16:04:43 +0000 Received: from localhost ([127.0.0.1]:36064 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mOMXb-0004Vw-CL for submit@debbugs.gnu.org; Thu, 09 Sep 2021 12:04:43 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mOMXY-0004Vk-7n for 50479-done@debbugs.gnu.org; Thu, 09 Sep 2021 12:04:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=JXty7peRthwi2npaUfeTWuDxwu8B/ry/wcXUvnJUjPw=; b=gNT1573jisrzzyoTWaJ8ghfanU hzaQJ2VS9iYtI4ehHV1cJkkR6eclJI1I1o7xl7kH8zaxfgGoJIKKq2xBLrvQDkipk45XQAcPlEGMH UzAxUtNId34Tp97uQppDOwSFhTtgPKeKjWpPM/nLTBBu6DyRc07uJIESdTYEQGtENHqeOeI4uI1UO nNVy4kgRoonxXcPjyB6ybxg/E7Y6UdsQLhmtO6KttsRbkbNh4pXZvKj2fFyOvDidDmeM1pc0rJ7Ze WsTpOZW8xwyt1TGTX1Os58/4fXQfuY+bdsudu8rl+t13oa+igTQMzc28RDPz5wl1T12Q+mitZudpX NoKOXVkw==; Received: from [192.168.2.1] (port=59948 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mOMXV-000aYH-0w; Thu, 09 Sep 2021 21:34:37 +0530 From: Arun Isaac To: Alice BRENON , 50479-done@debbugs.gnu.org Subject: Re: [bug#50479] [PATCH] Update home-page for ghc-pandoc-types In-Reply-To: <20210908172637.2cfa5e8c@ens-lyon.fr> References: <20210908172637.2cfa5e8c@ens-lyon.fr> Date: Thu, 09 Sep 2021 21:34:35 +0530 Message-ID: <87k0jpbur0.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50479-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Hi Alice, Welcome to Guix! :-) Thank for catching this! I have pushed your patch to master after adding a copyright header for you and simplifying the commit message. > I hope I'm not wasting your time for such a small change, but I thought > that while I was at it, since it's the kind of detail that can go > unnoticed for a long time it was better to fix it. No worries, all patches are welcome! :-) Cheers! Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmE6MJMbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzYJsH/RJB5qb/ErWobsKesR69 ZE0O1yWPYVGMX7Ti+3AM2ivQ3hocueDCE1ItokfukoXskYKDP7TvypQ6BSxgH3Ri U2Qlk4Cc9kadX8HSKanxZe/kedMrC9CI0gQfSqjOOZJ2y8v0Wcs9p9RLKisjXTzf QbiPAK7xMbp2r9UW9WhPEzdZptHu6ix8/AT68bIe/KKzrH/lmFGzTzKZk29IpFs1 mMlZ0WBlwHda/X2txkE9Ykx/azgPurX7zG1Bz4FjfTnYf1Y4VQ5knVxC4Dh6ZHLb DoE24w3GHUQBOdDK+gjgPTYz5hkO2/pq9VumhzVgE0SAe51Kn4mHJozFaGhX9OEi xl4= =oDak -----END PGP SIGNATURE----- --=-=-=-- ------------=_1631203501-17400-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Sep 2021 15:26:52 +0000 Received: from localhost ([127.0.0.1]:33347 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNzTQ-0000i3-K1 for submit@debbugs.gnu.org; Wed, 08 Sep 2021 11:26:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:37542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNzTM-0000hq-Aq for submit@debbugs.gnu.org; Wed, 08 Sep 2021 11:26:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60748) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNzTK-0000vR-Ar for guix-patches@gnu.org; Wed, 08 Sep 2021 11:26:47 -0400 Received: from lxc-smtp2.ens-lyon.fr ([140.77.167.81]:32768) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNzTH-0004q9-TQ for guix-patches@gnu.org; Wed, 08 Sep 2021 11:26:45 -0400 Received: from localhost (localhost [127.0.0.1]) by lxc-smtp2.ens-lyon.fr (Postfix) with ESMTP id 4D6C3E3D2D for ; Wed, 8 Sep 2021 17:26:38 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.11.0 (20160426) (Debian) at ens-lyon.fr Received: from lxc-smtp2.ens-lyon.fr ([127.0.0.1]) by localhost (lxc-smtp2.ens-lyon.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7cx4UPBdtTFA for ; Wed, 8 Sep 2021 17:26:38 +0200 (CEST) Received: from localhost (dhcp-58-127.icar.ens-lyon.fr [140.77.58.127]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by lxc-smtp2.ens-lyon.fr (Postfix) with ESMTPSA id 40519E3D2F for ; Wed, 8 Sep 2021 17:26:38 +0200 (CEST) Date: Wed, 8 Sep 2021 17:26:37 +0200 From: Alice BRENON To: guix-patches@gnu.org Subject: [PATCH] Update home-page for ghc-pandoc-types Message-ID: <20210908172637.2cfa5e8c@ens-lyon.fr> Organization: ENS de Lyon X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.24; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/zG0oi_nwuL_tXTyXOddJXnI" Received-SPF: pass client-ip=140.77.167.81; envelope-from=alice.brenon@ens-lyon.fr; helo=lxc-smtp2.ens-lyon.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) --MP_/zG0oi_nwuL_tXTyXOddJXnI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Guix, Trying to find examples of values for the home-page field in large packages with library dependencies that were developed specifically as part of the project, I stumbled upon the fact that ghc-pandoc-types had the old page for pandoc, https://johnmacfarlane.net/pandoc as home-page, whereas ghc-pandoc, added after, has the new https://pandoc.org/. Given the fact that the former now redirects to the latter, I suppose it would be more consistent to update it in ghc-pandoc-type's definition. The redirect is only a 302, not a 301, but I suppose it's a mistake given the content of the URL which seem to indicate it's meant to point to "the site of the pandoc project". I hope I'm not wasting your time for such a small change, but I thought that while I was at it, since it's the kind of detail that can go unnoticed for a long time it was better to fix it. Alice --MP_/zG0oi_nwuL_tXTyXOddJXnI Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-ghc-pandoc-types-Update-home-page.patch >From 690a2bf8de20ad563dfdf48068ea7c9a0df10908 Mon Sep 17 00:00:00 2001 From: Alice BRENON Date: Wed, 8 Sep 2021 16:48:02 +0200 Subject: [PATCH] gnu: ghc-pandoc-types: Update home-page * gnu/packages/haskell-xyz.scm (ghc-pandoc-types): Update home-page to the new project page to which the previous one now redirects. --- gnu/packages/haskell-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index c12f97802e..c9bb248c09 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9765,7 +9765,7 @@ version = Version [~a] [] ("ghc-test-framework-hunit" ,ghc-test-framework-hunit) ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2) ("ghc-hunit" ,ghc-hunit))) - (home-page "https://johnmacfarlane.net/pandoc") + (home-page "https://pandoc.org") (synopsis "Types for representing a structured document") (description "This module defines the @code{Pandoc} data structure, which is used by -- 2.33.0 --MP_/zG0oi_nwuL_tXTyXOddJXnI-- ------------=_1631203501-17400-1--