From patchwork Fri Nov 29 11:37:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Vollmert X-Patchwork-Id: 16293 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 91C62177A7; Fri, 29 Nov 2019 12:09:22 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 5592317775 for ; Fri, 29 Nov 2019 12:09:22 +0000 (GMT) Received: from localhost ([::1]:58014 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaf5N-0000GR-Q7 for patchwork@mira.cbaines.net; Fri, 29 Nov 2019 07:09:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43836) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaed6-0004nL-JY for guix-patches@gnu.org; Fri, 29 Nov 2019 06:40:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iaed2-0003Si-9E for guix-patches@gnu.org; Fri, 29 Nov 2019 06:40:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53602) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iaed1-0003RZ-Co for guix-patches@gnu.org; Fri, 29 Nov 2019 06:40:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iaed0-0006H8-8i for guix-patches@gnu.org; Fri, 29 Nov 2019 06:40:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#38423] [PATCH 19/49] gnu: Add ghc-data-bword. Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 29 Nov 2019 11:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 38423 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 38423@debbugs.gnu.org Cc: Robert Vollmert Received: via spool by 38423-submit@debbugs.gnu.org id=B38423.157502755523899 (code B ref 38423); Fri, 29 Nov 2019 11:40:02 +0000 Received: (at 38423) by debbugs.gnu.org; 29 Nov 2019 11:39:15 +0000 Received: from localhost ([127.0.0.1]:59527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iaecE-0006DO-T2 for submit@debbugs.gnu.org; Fri, 29 Nov 2019 06:39:15 -0500 Received: from mout-p-201.mailbox.org ([80.241.56.171]:46582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iaebc-00065U-Gq for 38423@debbugs.gnu.org; Fri, 29 Nov 2019 06:38:37 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 47PXZY3PXpzQl9d; Fri, 29 Nov 2019 12:38:29 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter06.heinlein-hosting.de (spamfilter06.heinlein-hosting.de [80.241.56.125]) (amavisd-new, port 10030) with ESMTP id eS9CH-Js3bgS; Fri, 29 Nov 2019 12:38:26 +0100 (CET) From: Robert Vollmert Date: Fri, 29 Nov 2019 12:37:21 +0100 Message-Id: <20191129113751.82405-19-rob@vllmrt.net> In-Reply-To: <20191129113751.82405-1-rob@vllmrt.net> References: <20191129113751.82405-1-rob@vllmrt.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/haskell-xyz.scm (ghc-data-bword): New variable. --- 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 497ce4a5e6..905beb533b 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -13549,3 +13549,28 @@ ExceptT instances in scope.") "This package provides a canonical anonymous 1-tuple type missing from Haskell for attaching typeclass instances.") (license license:bsd-3))) + +(define-public ghc-data-bword + (package + (name "ghc-data-bword") + (version "0.1.0.1") + (source + (origin + (method url-fetch) + (uri (string-append + "https://hackage.haskell.org/package/data-bword/data-bword-" + version + ".tar.gz")) + (sha256 + (base32 + "0zfvk7b7qi6inra0kc03rhsic2rj0818n4i03lfwzvb5g22izw3h")))) + (build-system haskell-build-system) + (native-inputs + `(("ghc-tasty" ,ghc-tasty) + ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck))) + (home-page "https://github.com/mvv/data-bword") + (synopsis + "Extra operations on binary words of fixed length") + (description + "This package provides extra (vs. 'Data.Bits') operations on binary words of fixed length.") + (license license:bsd-3)))