From unknown Thu Sep 11 02:37:36 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46645 <46645@debbugs.gnu.org> To: bug#46645 <46645@debbugs.gnu.org> Subject: Status: [PATCH 2/3] gnu: Add ghc-wordexp. Reply-To: bug#46645 <46645@debbugs.gnu.org> Date: Thu, 11 Sep 2025 09:37:36 +0000 retitle 46645 [PATCH 2/3] gnu: Add ghc-wordexp. reassign 46645 guix-patches submitter 46645 Stefan Reich=C3=B6r severity 46645 normal tag 46645 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 15:04:59 2021 Received: (at submit) by debbugs.gnu.org; 19 Feb 2021 20:04:59 +0000 Received: from localhost ([127.0.0.1]:50452 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDC1K-00054L-PA for submit@debbugs.gnu.org; Fri, 19 Feb 2021 15:04:59 -0500 Received: from lists.gnu.org ([209.51.188.17]:45684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDC1G-000544-OP for submit@debbugs.gnu.org; Fri, 19 Feb 2021 15:04:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDC1F-0003Un-HX for guix-patches@gnu.org; Fri, 19 Feb 2021 15:04:54 -0500 Received: from dd3624.kasserver.com ([85.13.130.11]:54718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDC1B-0004HL-IQ for guix-patches@gnu.org; Fri, 19 Feb 2021 15:04:53 -0500 Received: from localhost (37-186-9-252.ip.as39912.net [37.186.9.252]) by dd3624.kasserver.com (Postfix) with ESMTPA id 36BB65D40543; Fri, 19 Feb 2021 21:04:45 +0100 (CET) From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= To: guix-patches@gnu.org Subject: [PATCH 2/3] gnu: Add ghc-wordexp. Date: Fri, 19 Feb 2021 21:04:26 +0100 Message-Id: <20210219200427.105200-2-stefan@xsteve.at> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210219200427.105200-1-stefan@xsteve.at> References: <20210219200427.105200-1-stefan@xsteve.at> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.130.11; envelope-from=stefan@xsteve.at; helo=dd3624.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Stefan=20Reich=C3=B6r?= 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: -3.3 (---) * gnu/packages/haskell-xyz.scm (ghc-wordexp): New variable. --- I am not sure what license should be used for this package. gnu/packages/haskell-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index f1709e342a..a48a100441 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -15169,6 +15169,30 @@ modernized interface.") (description "Word8 library to be used with @code{Data.ByteString}.") (license license:bsd-3))) +(define-public ghc-wordexp + (package + (name "ghc-wordexp") + (version "0.2.2") + (source + (origin + (method url-fetch) + (uri (string-append + "https://hackage.haskell.org/package/wordexp/wordexp-" + version + ".tar.gz")) + (sha256 + (base32 + "1mbcrq89jz0dcibw66w0jdy4f4bfpx4zwjfs98rm3jjgdikwdzb4")))) + (build-system haskell-build-system) + (native-inputs `(("ghc-c2hs" ,ghc-c2hs))) + (inputs + `(("ghc-semigroups" ,ghc-semigroups))) + (home-page "https://hackage.haskell.org/package/wordexp") + (synopsis "wordexp wrapper library for Haskell") + (description "wordexp(3) wrapper library for Haskell to perform word +expansion like a posix-shell.") + (license license:expat))) + (define-public ghc-x11 (package (name "ghc-x11") -- 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 24 09:11:25 2021 Received: (at control) by debbugs.gnu.org; 24 Feb 2021 14:11:26 +0000 Received: from localhost ([127.0.0.1]:33935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEusv-0002rJ-Ml for submit@debbugs.gnu.org; Wed, 24 Feb 2021 09:11:25 -0500 Received: from mail.zaclys.net ([178.33.93.72]:47677) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEust-0002r2-PD for control@debbugs.gnu.org; Wed, 24 Feb 2021 09:11:25 -0500 Received: from [192.168.43.214] (37-169-50-198.coucou-networks.fr [37.169.50.198] (may be forged)) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 11OEBGvc013385 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 24 Feb 2021 15:11:17 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 11OEBGvc013385 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1614175877; bh=DYCGvn5BCFtbcqFBb3W6FXN0DoOwd3XmFRGvse+tTLA=; h=Subject:From:To:Date:From; b=TLsthWjUrhsgSUa1qeYDjUgnUrZiR0zMZUCK/6888ElYR7fyvK2tpVbx9T/nFn80z O38S4oMmrj71s3jKL7UD9xUElSdx2g0DTP/9HYqFPXlH031MtFf+yOmh6YnFPz4BfL Kd2kO47UohQ1+rTSoqsQ2ffn3JWy2ktDIj+pj0Tw= Message-ID: Subject: From: =?ISO-8859-1?Q?L=E9o?= Le Bouter To: control@debbugs.gnu.org Date: Wed, 24 Feb 2021 15:11:10 +0100 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-uTHfil8M8dmCJuhA7wjb" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-Spam-Score: 3.4 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 46643 46644 46645 Content analysis details: (3.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty 1.4 BODY_EMPTY No body text in message X-Debbugs-Envelope-To: control 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.4 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 46643 46644 46645 Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 1.4 BODY_EMPTY No body text in message --=-uTHfil8M8dmCJuhA7wjb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable merge 46643 46644 46645 --=-uTHfil8M8dmCJuhA7wjb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmA2Xn4ACgkQRaix6GvN EKY7WBAAlvf3JOyw7rc9CQSxqn1TIzU+ozQdsXCeocet+p/yVAHeWpzB2g8X1F+z XAKfWvtrsFQBXUwAXPEJwSHKGRH1y2AjIgG78fwOLSAU2luTvD+dD59wJ76GKW3n L6F3NJNFoXYC4/y4Fo8oY3twkoKFAoWMmuB/MggZ9MUKEyKtwF8B+/Nu6VoZk8sg s1jZW5oa/Xhk0MRvgDzaXCMR2wkAbcjJvZ3Qv03YDXGkyIopHaIIuF2kAJHjmXbN sLPngqLxIRFaq+3C1l62cmPHBzBR4W4cllLs+PCC9r0BPxAaxlX8tcwG83olScOn HpqVCileUbXSoFHZbzv3GwAYEvdv6mlRnvt2+ylMCQ9+ftIckAvERT8HmRZZoU2R lcLQm4FcFiFzlldml05vbboy1jv1QbtV/Vvsjec1g7DJK5fKKE5O28rQ8/XgWihf AzNs+4TUtSVDdePW/NNs8hE/xzDC2Xa39PoAhESHuMxy4ffmVTZizOSsmdpt43Jc tiKVDZgEowTY1ui8i7NQNKQ+ov2OiIs+f4VR72+Oe2A4oKnT+5Fpl6KD9Jc83uv9 /LpjOPltmwvaji/HqPbPpXfnWHSY8wYT2MkrWlmMzU4L0N8iFckZc86tfWIMhWRr ogFJ5DdIahKi7UeXubfMOhygp1IjIoYFaVBT0uw19ZcGcZfspSk= =9rLf -----END PGP SIGNATURE----- --=-uTHfil8M8dmCJuhA7wjb-- From unknown Thu Sep 11 02:37:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 25 Mar 2021 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator