From unknown Sun Jun 22 07:43:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61349] [PATCH] gnu: Add ghc-hs-conllu Resent-From: Alice BRENON Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 07 Feb 2023 18:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61349 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61349@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167579534017668 (code B ref -1); Tue, 07 Feb 2023 18:43:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2023 18:42:20 +0000 Received: from localhost ([127.0.0.1]:54050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPSv5-0004at-Qa for submit@debbugs.gnu.org; Tue, 07 Feb 2023 13:42:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:49628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPSv3-0004al-PP for submit@debbugs.gnu.org; Tue, 07 Feb 2023 13:42:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pPSv3-0005LX-95 for guix-patches@gnu.org; Tue, 07 Feb 2023 13:42:17 -0500 Received: from lxc-smtp2.ens-lyon.fr ([140.77.167.81]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pPSv1-0008R1-2n for guix-patches@gnu.org; Tue, 07 Feb 2023 13:42:16 -0500 Received: from localhost (localhost [127.0.0.1]) by lxc-smtp2.ens-lyon.fr (Postfix) with ESMTP id 50023E37D4 for ; Tue, 7 Feb 2023 19:42:11 +0100 (CET) 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 ywK4qBfCV2Pj for ; Tue, 7 Feb 2023 19:42:11 +0100 (CET) Received: from localhost (unknown [78.194.167.103]) (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 3D9B5E37CF for ; Tue, 7 Feb 2023 19:42:10 +0100 (CET) Date: Tue, 7 Feb 2023 19:42:09 +0100 From: Alice BRENON Message-ID: <20230207194209.1fb88dd8@ens-lyon.fr> Organization: ENS de Lyon X-Mailer: Claws Mail 4.1.1 (GTK 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/CAF0E389fw.gsua.5HXFdnk" 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.3 (-) 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.3 (--) --MP_/CAF0E389fw.gsua.5HXFdnk Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hey Guix ! I've discovered this haskell library to parse syntax-annotated files and found it useful so I packaged it for you. Hope you like it, Alice --MP_/CAF0E389fw.gsua.5HXFdnk Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-gnu-Add-ghc-hs-conllu.patch =46rom d61965f2bc28b046c9d73a53ba727add8c3a0e1f Mon Sep 17 00:00:00 2001 From: Alice BRENON Date: Tue, 7 Feb 2023 11:05:47 +0100 Subject: [PATCH] gnu: Add ghc-hs-conllu * gnu/packages/haskell-xyz (ghc-hs-conllu): New variable --- gnu/packages/haskell-xyz.scm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 79b4ae7bed..31284db7ee 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -28,7 +28,7 @@ ;;; Copyright =C2=A9 2020 Alexandru-Sergiu Marton ;;; Copyright =C2=A9 2020 Carlo Holl ;;; Copyright =C2=A9 2020 Christine Lemmer-Webber -;;; Copyright =C2=A9 2021, 2022 Alice BRENON +;;; Copyright =C2=A9 2021=E2=80=932023 Alice BRENON ;;; Copyright =C2=A9 2021 John Kehayias ;;; Copyright =C2=A9 2022 jgart ;;; @@ -5911,6 +5911,26 @@ (define-public ghc-hs-bibutils MODS-format XML intermediate.") (license license:gpl2+))) =20 +(define-public ghc-hs-conllu + (package + (name "ghc-hs-conllu") + (version "0.1.5") + (source (origin + (method url-fetch) + (uri (hackage-uri "hs-conllu" version)) + (sha256 + (base32 + "1azh4g5kdng8v729ldgblkmrdqrc501rgm9wwqx6gkqwwzn8w3r4")))) + (build-system haskell-build-system) + (inputs (list ghc-megaparsec ghc-void)) + (home-page "https://github.com/arademaker/hs-conllu") + (synopsis "CoNLL-U validating parser and utils") + (description + "Utilities to parse, print, diff, and analyse data in CoNLL-U, a form= at +used in linguistics to represent the syntactic annotation of sentences. S= ee +@url{https://universaldependencies.org/format.html}") + (license license:lgpl3))) + (define-public ghc-hslogger (package (name "ghc-hslogger") --=20 2.39.1 --MP_/CAF0E389fw.gsua.5HXFdnk-- From unknown Sun Jun 22 07:43:11 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#61349: closed (Re: [bug#61349] [PATCH] gnu: Add ghc-hs-conllu) Message-ID: References: <87edq8wjr0.fsf@cbaines.net> <20230207194209.1fb88dd8@ens-lyon.fr> X-Gnu-PR-Message: they-closed 61349 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 61349@debbugs.gnu.org Date: Wed, 01 Mar 2023 15:54:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1677686043-1966-1" This is a multi-part message in MIME format... ------------=_1677686043-1966-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #61349: [PATCH] gnu: Add ghc-hs-conllu 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 61349@debbugs.gnu.org. --=20 61349: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61349 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1677686043-1966-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 61349-done) by debbugs.gnu.org; 1 Mar 2023 15:53:42 +0000 Received: from localhost ([127.0.0.1]:54701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXOly-0000V6-EN for submit@debbugs.gnu.org; Wed, 01 Mar 2023 10:53:42 -0500 Received: from mira.cbaines.net ([212.71.252.8]:42324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXOlw-0000Uy-Md for 61349-done@debbugs.gnu.org; Wed, 01 Mar 2023 10:53:41 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 332E216B5A; Wed, 1 Mar 2023 15:53:40 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0e45a230; Wed, 1 Mar 2023 15:53:39 +0000 (UTC) References: <20230207194209.1fb88dd8@ens-lyon.fr> User-agent: mu4e 1.8.13; emacs 28.2 From: Christopher Baines To: Alice BRENON Subject: Re: [bug#61349] [PATCH] gnu: Add ghc-hs-conllu Date: Wed, 01 Mar 2023 15:53:22 +0000 In-reply-to: <20230207194209.1fb88dd8@ens-lyon.fr> Message-ID: <87edq8wjr0.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 61349-done Cc: 61349-done@debbugs.gnu.org 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 Alice BRENON writes: > Hey Guix ! > > I've discovered this haskell library to parse syntax-annotated files and found > it useful so I packaged it for you. Thanks, I've pushed this to master as 4ccba48de14cc10f40abb1a5237749346222b6e7. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmP/dQNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcCTQ//Uys6FlM2dhYbE8Aip8XpQoGC9WMFd1jo vHavC89tbCBoLT8fXTENBvFZN5qAO/KZnZJVtxYJUqsk2qJgFRlk/uNgdYPLvOWl lU/6j3xVVZ1+kVJDo3nICCHZZSVyQLnkgGxwMuZJ4WAxpJ2d7cIENddtc9ZRmphT y6UGbeenfH75ckLTldogYYV79rn7vthAKMDQOwVweaP5vwrqGZV7s9GGrQ1uP+aw SsCNM4yYTdKp82wpWK+SqnnMcAr19cuCLycecaOSIdXhchuShVtUeE+/8pnaDcuW JgTjKwLfF0FSKOtqkBtf84NFhaEP8MMRUbscyl4wbZ0hO+Bqb2UgurqurUrDwmGl Bj7s2I6RQTk6jSl+prTvf1R3vw9w1R5591oWuclfxv+u3c9jq9YPJq1DPoVcVzu2 VewoZJ8kSCrODuf/ysVfctWrB09cQELPxldo5vL+9l2RSIbdz1/f4JDOhvN/UeIb DM2U0UCAfcrx+nMQWLXX67ONIifyt3VaOdtjA7lWPcTqgvBNBDQMHhR6U4wp9O9E io+WWuEyFb7qzD4XmFbhHhGhkQxSEcbWsH9pDeMFNoBgpUMDgKZESjAqosJjSULY IHk91hFw/LeJoA5RgQq1S5n0JGbJjSe4AEQcAM/TrBh204Obw2YwAFRg1HCEydFd 3pj+uspiFAA= =K+uh -----END PGP SIGNATURE----- --=-=-=-- ------------=_1677686043-1966-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Feb 2023 18:42:20 +0000 Received: from localhost ([127.0.0.1]:54050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPSv5-0004at-Qa for submit@debbugs.gnu.org; Tue, 07 Feb 2023 13:42:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:49628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPSv3-0004al-PP for submit@debbugs.gnu.org; Tue, 07 Feb 2023 13:42:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pPSv3-0005LX-95 for guix-patches@gnu.org; Tue, 07 Feb 2023 13:42:17 -0500 Received: from lxc-smtp2.ens-lyon.fr ([140.77.167.81]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pPSv1-0008R1-2n for guix-patches@gnu.org; Tue, 07 Feb 2023 13:42:16 -0500 Received: from localhost (localhost [127.0.0.1]) by lxc-smtp2.ens-lyon.fr (Postfix) with ESMTP id 50023E37D4 for ; Tue, 7 Feb 2023 19:42:11 +0100 (CET) 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 ywK4qBfCV2Pj for ; Tue, 7 Feb 2023 19:42:11 +0100 (CET) Received: from localhost (unknown [78.194.167.103]) (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 3D9B5E37CF for ; Tue, 7 Feb 2023 19:42:10 +0100 (CET) Date: Tue, 7 Feb 2023 19:42:09 +0100 From: Alice BRENON To: guix-patches@gnu.org Subject: [PATCH] gnu: Add ghc-hs-conllu Message-ID: <20230207194209.1fb88dd8@ens-lyon.fr> Organization: ENS de Lyon X-Mailer: Claws Mail 4.1.1 (GTK 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/CAF0E389fw.gsua.5HXFdnk" 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.3 (-) 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.3 (--) --MP_/CAF0E389fw.gsua.5HXFdnk Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hey Guix ! I've discovered this haskell library to parse syntax-annotated files and found it useful so I packaged it for you. Hope you like it, Alice --MP_/CAF0E389fw.gsua.5HXFdnk Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-gnu-Add-ghc-hs-conllu.patch =46rom d61965f2bc28b046c9d73a53ba727add8c3a0e1f Mon Sep 17 00:00:00 2001 From: Alice BRENON Date: Tue, 7 Feb 2023 11:05:47 +0100 Subject: [PATCH] gnu: Add ghc-hs-conllu * gnu/packages/haskell-xyz (ghc-hs-conllu): New variable --- gnu/packages/haskell-xyz.scm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 79b4ae7bed..31284db7ee 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -28,7 +28,7 @@ ;;; Copyright =C2=A9 2020 Alexandru-Sergiu Marton ;;; Copyright =C2=A9 2020 Carlo Holl ;;; Copyright =C2=A9 2020 Christine Lemmer-Webber -;;; Copyright =C2=A9 2021, 2022 Alice BRENON +;;; Copyright =C2=A9 2021=E2=80=932023 Alice BRENON ;;; Copyright =C2=A9 2021 John Kehayias ;;; Copyright =C2=A9 2022 jgart ;;; @@ -5911,6 +5911,26 @@ (define-public ghc-hs-bibutils MODS-format XML intermediate.") (license license:gpl2+))) =20 +(define-public ghc-hs-conllu + (package + (name "ghc-hs-conllu") + (version "0.1.5") + (source (origin + (method url-fetch) + (uri (hackage-uri "hs-conllu" version)) + (sha256 + (base32 + "1azh4g5kdng8v729ldgblkmrdqrc501rgm9wwqx6gkqwwzn8w3r4")))) + (build-system haskell-build-system) + (inputs (list ghc-megaparsec ghc-void)) + (home-page "https://github.com/arademaker/hs-conllu") + (synopsis "CoNLL-U validating parser and utils") + (description + "Utilities to parse, print, diff, and analyse data in CoNLL-U, a form= at +used in linguistics to represent the syntactic annotation of sentences. S= ee +@url{https://universaldependencies.org/format.html}") + (license license:lgpl3))) + (define-public ghc-hslogger (package (name "ghc-hslogger") --=20 2.39.1 --MP_/CAF0E389fw.gsua.5HXFdnk-- ------------=_1677686043-1966-1--