From unknown Fri Jun 13 10:12:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53683] Add ghc-pipes-parse Resent-From: WinterHound Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 01 Feb 2022 09:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53683 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 53683@debbugs.gnu.org Cc: WinterHound X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164370800332007 (code B ref -1); Tue, 01 Feb 2022 09:34:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Feb 2022 09:33:23 +0000 Received: from localhost ([127.0.0.1]:41709 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEpXP-0008K7-ET for submit@debbugs.gnu.org; Tue, 01 Feb 2022 04:33:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:43410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEpXN-0008Ju-Vm for submit@debbugs.gnu.org; Tue, 01 Feb 2022 04:33:22 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35124) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEpXN-00083r-NQ for guix-patches@gnu.org; Tue, 01 Feb 2022 04:33:21 -0500 Received: from forward108p.mail.yandex.net ([77.88.28.116]:54332) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEpXK-0005FZ-Ab for guix-patches@gnu.org; Tue, 01 Feb 2022 04:33:20 -0500 Received: from myt5-6a3cd3b97bb1.qloud-c.yandex.net (myt5-6a3cd3b97bb1.qloud-c.yandex.net [IPv6:2a02:6b8:c12:278c:0:640:6a3c:d3b9]) by forward108p.mail.yandex.net (Yandex) with ESMTP id 2CA0F2677805 for ; Tue, 1 Feb 2022 12:33:13 +0300 (MSK) Received: from myt6-efff10c3476a.qloud-c.yandex.net (myt6-efff10c3476a.qloud-c.yandex.net [2a02:6b8:c12:13a3:0:640:efff:10c3]) by myt5-6a3cd3b97bb1.qloud-c.yandex.net (mxback/Yandex) with ESMTP id DVsMcWCq8G-XDcK7pn5; Tue, 01 Feb 2022 12:33:13 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1643707993; bh=DVrIFDibdTMWeMnevr4loQyc5LQS59EMv1Ciyb1EbCw=; h=In-Reply-To:References:Date:Subject:To:From:Message-Id:Cc; b=DbJfXrUfcDXenTPf9EgoVtAPZwVv1WZ/3aI8l1ReHIC6cOEH4hLY8xgms2iaQFgt5 Y4FTV0EpkzWKksrQjdht7IlMOY4qPximra8t37k9p07iLAARBynOl0O4vj9LdlToxm MNMTwtfMUBqpuxrYAvl1rakXi7vQDvKBlA6o0R8o= Authentication-Results: myt5-6a3cd3b97bb1.qloud-c.yandex.net; dkim=pass header.i=@yandex.com Received: by myt6-efff10c3476a.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id mPmKymJZ8Y-XAIWiRJw; Tue, 01 Feb 2022 12:33:11 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) X-Yandex-Fwd: 2 From: WinterHound Date: Tue, 1 Feb 2022 15:02:03 +0530 Message-Id: <20220201093211.6720-2-winterhound@yandex.com> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220201093211.6720-1-winterhound@yandex.com> References: <20220201093211.6720-1-winterhound@yandex.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=77.88.28.116; envelope-from=winterhound@yandex.com; helo=forward108p.mail.yandex.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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 (--) --- gnu/packages/haskell-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index c778340473..6a5f393fbb 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9667,6 +9667,31 @@ (define-public ghc-pipes @end itemize") (license license:bsd-3))) +(define-public ghc-pipes-parse + (package + (name "ghc-pipes-parse") + (version "3.0.9") + (source + (origin + (method url-fetch) + (uri (hackage-uri "pipes-parse" version)) + (sha256 + (base32 "05cd0j1avkzmryf3869hfpvd9xmzbpz4kc65srswx36n06dkz5x3")))) + (build-system haskell-build-system) + (inputs (list ghc-pipes)) + (home-page "http://hackage.haskell.org/package/pipes-parse") + (synopsis "Parsing infrastructure for the pipes ecosystem") + (description + "@code{pipes-parse} builds upon the @code{pipes} library to provide +shared parsing idioms and utilities: +@enumerate +@item Leftovers: Save unused input for later consumption. +@item Leftover propagation: Leftovers are propagated backwards perfectly. +@item Connect and Resume: Use @code{StateT} to save unused input for later. +@item Termination Safety: Detect and recover from end of input. +@end enumerate\n") + (license license:bsd-3))) + (define-public ghc-pointedlist (package (name "ghc-pointedlist") -- 2.34.0