From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLmih-0005NK-6w for guix-patches@gnu.org; Fri, 16 Jun 2017 04:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLmic-00059y-90 for guix-patches@gnu.org; Fri, 16 Jun 2017 04:35:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47496) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLmic-00059r-5U for guix-patches@gnu.org; Fri, 16 Jun 2017 04:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLmic-0003FT-0W for guix-patches@gnu.org; Fri, 16 Jun 2017 04:35:02 -0400 Subject: bug#27367: [PATCH 00/15] Add ghc-http-conduit. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170614213440.28065-1-s@ricketyspace.net> Date: Fri, 16 Jun 2017 10:34:34 +0200 In-Reply-To: <20170614213440.28065-1-s@ricketyspace.net> (rsiddharth's message of "Wed, 14 Jun 2017 21:34:40 +0000") Message-ID: <87h8zgib51.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: rsiddharth Cc: 27367-done@debbugs.gnu.org Hello, rsiddharth skribis: > 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. I applied and built all 15 patches and everything went fine. Thank you! Ludo=E2=80=99.