From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:32906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXAYp-0000p0-VG for guix-patches@gnu.org; Sat, 01 Jun 2019 16:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXAYo-0008Pc-SL for guix-patches@gnu.org; Sat, 01 Jun 2019 16:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53416) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hXAYo-0008PU-PQ for guix-patches@gnu.org; Sat, 01 Jun 2019 16:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hXAYo-0004fe-L0 for guix-patches@gnu.org; Sat, 01 Jun 2019 16:25:02 -0400 Subject: [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:32863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXAY0-0000mM-Dk for guix-patches@gnu.org; Sat, 01 Jun 2019 16:24:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXAXz-0007um-B6 for guix-patches@gnu.org; Sat, 01 Jun 2019 16:24:12 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:11746) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXAXz-0007qh-5T for guix-patches@gnu.org; Sat, 01 Jun 2019 16:24:11 -0400 From: Robert Vollmert Date: Sat, 1 Jun 2019 22:23:55 +0200 Message-Id: <20190601202355.73448-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: 36041@debbugs.gnu.org Cc: Robert Vollmert * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3. --- gnu/packages/haskell-web.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 5e738df634..870c0ba068 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -116,7 +116,7 @@ requests, and the library is intended for implementin= g Ajax APIs.") (define-public ghc-http-types (package (name "ghc-http-types") - (version "0.12.1") + (version "0.12.3") (source (origin (method url-fetch) @@ -124,7 +124,7 @@ requests, and the library is intended for implementin= g Ajax APIs.") "http-types-" version ".tar.gz")) (sha256 (base32 - "1wv9k6nlvkdsxwlr7gaynphvzmvi5211gvwq96mbcxgk51a739rz")))) + "05j00b9nqmwh9zaq9y9x50k81v2pd3j7a71kd91zlnbl8xk4m2jf")))) (build-system haskell-build-system) (native-inputs `(("ghc-doctest" ,ghc-doctest) @@ -133,8 +133,7 @@ requests, and the library is intended for implementin= g Ajax APIs.") ("ghc-quickcheck-instances" ,ghc-quickcheck-instances) ("hspec-discover" ,hspec-discover))) (inputs - `(("ghc-case-insensitive" ,ghc-case-insensitive) - ("ghc-blaze-builder" ,ghc-blaze-builder))) + `(("ghc-case-insensitive" ,ghc-case-insensitive))) (home-page "https://github.com/aristidb/http-types") (synopsis "Generic HTTP types for Haskell") (description "This package provides generic HTTP types for Haskell (= for --=20 2.20.1 (Apple Git-117)