From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLGAw-0005QM-66 for guix-patches@gnu.org; Wed, 14 Jun 2017 17:50:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLGAs-000310-8f for guix-patches@gnu.org; Wed, 14 Jun 2017 17:50:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45377) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLGAs-00030w-2H for guix-patches@gnu.org; Wed, 14 Jun 2017 17:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLGAr-00066k-SQ for guix-patches@gnu.org; Wed, 14 Jun 2017 17:50:01 -0400 Subject: [bug#27367] [PATCH 00/15] Add ghc-http-conduit. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLFwR-0000Fx-EW for guix-patches@gnu.org; Wed, 14 Jun 2017 17:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLFwM-0007fw-LR for guix-patches@gnu.org; Wed, 14 Jun 2017 17:35:07 -0400 Received: from ricketyspace.net ([45.55.79.15]:58428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLFwM-0007eA-Eo for guix-patches@gnu.org; Wed, 14 Jun 2017 17:35:02 -0400 From: rsiddharth Date: Wed, 14 Jun 2017 21:34:40 +0000 Message-Id: <20170614213440.28065-1-s@ricketyspace.net> 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: 27367@debbugs.gnu.org Cc: rsiddharth This patch series adds ghc-http-conduit and its dependencies. The following packages are updated: - ghc-http-client-tls: Update to 0.3.4.1. - ghc-http-client: Update to 0.5.6.1. - ghc-wai-extra: Update to 3.0.13.1. - ghc-wai: Update to 3.2.1.1. - ghc-auto-update: Update to 0.1.4. ./pre-inst-env guix refresh --list-dependent ./pre-inst-env guix refresh --list-dependent ghc-http-client-tls \ ghc-http-client ghc-wai-extra ghc-wai ghc-auto-update ... Building the following 10 packages would ensure 26 dependent packages are rebuilt: idris-lens@0.1-1.26f0120 idris-wl-pprint@0.1-1.1d365fc idris-lightyear@0.1-1.6d65ad1 ghc-http-conduit@2.2.3.1 hisat2@2.0.5 beast@0.10.0 r-biocstyle@2.4.0 rcas-web@0.0.3 r-knitrbootstrap@1.0.0 r-fivethirtyeight@0.1.0 All of the above 10 packages successfully build on x86_64. The commits in this series are on top of bb3df15e5566ee6d5bbf0e787de40cafd7af3dc2 rsiddharth (15): gnu: Add ghc-wai-conduit. gnu: Add ghc-http-date. gnu: Add ghc-simple-sendfile gnu: Add ghc-hex. gnu: Add ghc-psqueues. gnu: Add ghc-glob. gnu: Add ghc-http2. gnu: ghc-auto-update: Update to 0.1.4. gnu: ghc-wai: Update to 3.2.1.1. gnu: ghc-wai-extra: Update to 3.0.13.1. gnu: Add ghc-warp. gnu: Add ghc-warp-tls. gnu: ghc-http-client: Update to 0.5.6.1. gnu: ghc-http-client-tls: Update to 0.3.4.1. gnu: Add ghc-http-conduit. gnu/packages/haskell.scm | 391 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 381 insertions(+), 10 deletions(-) -- 2.11.0