From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 01 04:33:32 2022 Received: (at submit) by debbugs.gnu.org; 1 Feb 2022 09:33:33 +0000 Received: from localhost ([127.0.0.1]:41717 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEpXV-0008Ki-CG for submit@debbugs.gnu.org; Tue, 01 Feb 2022 04:33:32 -0500 Received: from lists.gnu.org ([209.51.188.17]:43738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEpXT-0008KS-7y for submit@debbugs.gnu.org; Tue, 01 Feb 2022 04:33:27 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEpXS-0008Id-Tq for guix-patches@gnu.org; Tue, 01 Feb 2022 04:33:26 -0500 Received: from forward100p.mail.yandex.net ([77.88.28.100]:58984) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEpXQ-0005Ga-QM for guix-patches@gnu.org; Tue, 01 Feb 2022 04:33:26 -0500 Received: from myt6-6beb9d93c471.qloud-c.yandex.net (myt6-6beb9d93c471.qloud-c.yandex.net [IPv6:2a02:6b8:c12:3299:0:640:6beb:9d93]) by forward100p.mail.yandex.net (Yandex) with ESMTP id 2B9024F09322 for ; Tue, 1 Feb 2022 12:33:20 +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 myt6-6beb9d93c471.qloud-c.yandex.net (mxback/Yandex) with ESMTP id 0ZWoZrX6ls-XJdaD3m2; Tue, 01 Feb 2022 12:33:20 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1643708000; bh=KGEQjMiuCLK91d+xY8sF/3lqUbhJmnG9VRYHaXtadRY=; h=In-Reply-To:References:Date:Subject:To:From:Message-Id:Cc; b=YDv+1i+f+x5xnl/Wkd1aj6rHUBMO5e7rYk1ByTjcT7p7tcNe9zcLwGa8W9txjMLRk rXRVktywe5K1BWVALhXD0Qp+gKN3IAroXVG15Nzz8cfRkLNUdAUNqe8dfR/5Wl8c6l Btgd6oJlH+oE/ZFXkGH8gjY/BO5xUPL7CAgpIFZ4= Authentication-Results: myt6-6beb9d93c471.qloud-c.yandex.net; dkim=pass header.i=@yandex.com Received: by myt6-efff10c3476a.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id mPmKymJZ8Y-XHIWYKpG; Tue, 01 Feb 2022 12:33:18 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) X-Yandex-Fwd: 2 From: WinterHound To: guix-patches@gnu.org Subject: Add ghc-pipes-bytestring Date: Tue, 1 Feb 2022 15:02:05 +0530 Message-Id: <20220201093211.6720-4-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.100; envelope-from=winterhound@yandex.com; helo=forward100p.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_MSPIKE_H2=-0.001, 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-Debbugs-Envelope-To: submit Cc: WinterHound 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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 34648b9998..a7e4bffc8e 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9720,6 +9720,23 @@ (define-public ghc-pipes-group @end enumerate\n") (license license:bsd-3))) +(define-public ghc-pipes-bytestring + (package + (name "ghc-pipes-bytestring") + (version "2.1.7") + (source + (origin + (method url-fetch) + (uri (hackage-uri "pipes-bytestring" version)) + (sha256 + (base32 "0ch7145pv4f56601ysdj5gqqwsh5ag2zh34ydswg62fqi8z8cxvc")))) + (build-system haskell-build-system) + (inputs (list ghc-pipes ghc-pipes-group ghc-pipes-parse ghc-stringsearch)) + (home-page "http://hackage.haskell.org/package/pipes-bytestring") + (synopsis "ByteString support for pipes") + (description "This library provides pipes utilities for ByteStrings") + (license license:bsd-3))) + (define-public ghc-pointedlist (package (name "ghc-pointedlist") -- 2.34.0