From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:33266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXAbj-0001iy-6V for guix-patches@gnu.org; Sat, 01 Jun 2019 16:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXAbi-0002HY-7I for guix-patches@gnu.org; Sat, 01 Jun 2019 16:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53422) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hXAbi-0002HM-4S for guix-patches@gnu.org; Sat, 01 Jun 2019 16:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hXAbh-0004kN-WB for guix-patches@gnu.org; Sat, 01 Jun 2019 16:28:02 -0400 Subject: [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3. Resent-Message-ID: From: Robert Vollmert Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Date: Sat, 1 Jun 2019 22:27:13 +0200 References: <20190601202355.73448-1-rob@vllmrt.net> In-Reply-To: <20190601202355.73448-1-rob@vllmrt.net> Message-Id: 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: 36041@debbugs.gnu.org > On 1. Jun 2019, at 22:23, Robert Vollmert wrote: >=20 > * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3. As a minor version update I expect this to not cause any dependency problems. The reason for this update is that it=E2=80=99s a dependency of = PostgREST which I=E2=80=99m in the process of packaging.