From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46641) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmyul-0003al-DY for guix-patches@gnu.org; Mon, 15 Jul 2019 07:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmyuk-0001DV-DK for guix-patches@gnu.org; Mon, 15 Jul 2019 07:13:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37797) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmyuk-0001DL-A5 for guix-patches@gnu.org; Mon, 15 Jul 2019 07:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmyuk-0003Fy-4X for guix-patches@gnu.org; Mon, 15 Jul 2019 07:13:02 -0400 Subject: [bug#36663] [PATCH 00/14] Add elm compiler dependencies Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:46603) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmyua-0003ab-S7 for guix-patches@gnu.org; Mon, 15 Jul 2019 07:12:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmyuZ-00014u-WB for guix-patches@gnu.org; Mon, 15 Jul 2019 07:12:52 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:56522) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmyuZ-00013d-QH for guix-patches@gnu.org; Mon, 15 Jul 2019 07:12:51 -0400 From: Robert Vollmert Date: Mon, 15 Jul 2019 13:12:03 +0200 Message-Id: <20190715111217.34520-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 36663@debbugs.gnu.org Cc: Robert Vollmert This adds various Haskell dependencies of the elm compiler, from stackage lts-12.26. Robert Vollmert (14): gnu: Add ghc-snap-core gnu: add ghc-snap-server gnu: Add ghc-http-streams gnu: Add ghc-http-common gnu: Add ghc-hsopenssl gnu: Add ghc-openssl-streams gnu: Add ghc-language-glsl gnu: Add ghc-readable gnu: Add ghc-io-streams-haproxy gnu: Add ghc-zlib-bindings gnu: Add ghc-io-streams gnu: Add ghc-prettyclass gnu: Add ghc-threads gnu: Add ghc-concurrent-extra gnu/local.mk | 1 + gnu/packages/haskell-crypto.scm | 72 ++++++++ gnu/packages/haskell-web.scm | 196 ++++++++++++++++++++ gnu/packages/haskell-xyz.scm | 307 ++++++++++++++++++++++++++++++++ 4 files changed, 576 insertions(+) create mode 100644 gnu/packages/haskell-xyz.scm --=20 2.20.1 (Apple Git-117)