From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7NUt-0001Dd-GL for guix-patches@gnu.org; Tue, 02 Oct 2018 12:26:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7NUo-0008Bh-D5 for guix-patches@gnu.org; Tue, 02 Oct 2018 12:26:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58416) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7NUo-0008Bb-9U for guix-patches@gnu.org; Tue, 02 Oct 2018 12:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g7NUo-000457-4x for guix-patches@gnu.org; Tue, 02 Oct 2018 12:26:02 -0400 Subject: [bug#32908] [PATCH 00/24] Add ngless. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7NUB-0000mP-9u for guix-patches@gnu.org; Tue, 02 Oct 2018 12:25:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7NU6-0007ra-8q for guix-patches@gnu.org; Tue, 02 Oct 2018 12:25:23 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:51026) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g7NU5-0007pl-U4 for guix-patches@gnu.org; Tue, 02 Oct 2018 12:25:18 -0400 Received: from localhost (localhost [127.0.0.1]) by pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTP id B642BB3CF63 for ; Tue, 2 Oct 2018 18:25:15 +0200 (CEST) Received: from pegasus.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (pegasus.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v37wcbpP4pQM for ; Tue, 2 Oct 2018 18:25:10 +0200 (CEST) Received: from SW-IT-P-CAS4.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Tue, 2 Oct 2018 18:25:10 +0200 (CEST) From: Ricardo Wurmus Date: Tue, 2 Oct 2018 18:23:09 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32908@debbugs.gnu.org Hello Guix, this patch set adds ngless, a DSL for next-gen sequencing data. I had to remove ghc-http-client from the native-inputs of ghc-http-conduit, because otherwise I would end up with two variants of ghc-http-client. Maybe we should avoid adding Haskell packages to native-inputs that are already among the inputs. Ricardo Wurmus (24): gnu: ghc-http-conduit: Remove ghc-http-client from native-inputs. gnu: ghc-regex: Fix build. gnu: Add ghc-cairo. gnu: Add ghc-chart-cairo. gnu: Add ghc-atomic-write. gnu: Add ghc-cereal-conduit. gnu: Add ghc-lzma. gnu: Add ghc-stm-conduit. gnu: Add ghc-bindings-dsl. gnu: Add ghc-lzma-conduit. gnu: Add ghc-bzlib-conduit. gnu: Add ghc-pqueue. gnu: Add ghc-conduit-algorithms. gnu: Add ghc-interpolate. gnu: Add ghc-hpack. gnu: Add ghc-raw-string-qq. gnu: Add ghc-inline-c. gnu: Add ghc-safe-exceptions. gnu: Add ghc-inline-c-cpp. gnu: Add ghc-bytestring-lexing. gnu: Add ghc-configurator. gnu: Add ghc-file-embed. gnu: Add ghc-safeio. gnu: Add ngless. gnu/packages/bioinformatics.scm | 87 ++++ gnu/packages/haskell-web.scm | 1 - gnu/packages/haskell.scm | 723 ++++++++++++++++++++++++++++++++ 3 files changed, 810 insertions(+), 1 deletion(-) -- 2.19.0