From patchwork Wed Jun 5 21:43:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Vollmert X-Patchwork-Id: 14244 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 288B9170B8; Wed, 5 Jun 2019 22:44:07 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id CDDA6170B6 for ; Wed, 5 Jun 2019 22:44:06 +0100 (BST) Received: from localhost ([127.0.0.1]:50656 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYdhW-0002QY-GE for patchwork@mira.cbaines.net; Wed, 05 Jun 2019 17:44:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYdhT-0002QG-Sm for guix-patches@gnu.org; Wed, 05 Jun 2019 17:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYdhS-0005Vl-Ob for guix-patches@gnu.org; Wed, 05 Jun 2019 17:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34817) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYdhS-0005Ug-KK for guix-patches@gnu.org; Wed, 05 Jun 2019 17:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYdhS-00076N-GS for guix-patches@gnu.org; Wed, 05 Jun 2019 17:44:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3. References: <20190601202355.73448-1-rob@vllmrt.net> In-Reply-To: <20190601202355.73448-1-rob@vllmrt.net> Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 05 Jun 2019 21:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36041 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36041@debbugs.gnu.org Received: via spool by 36041-submit@debbugs.gnu.org id=B36041.155977101427258 (code B ref 36041); Wed, 05 Jun 2019 21:44:02 +0000 Received: (at 36041) by debbugs.gnu.org; 5 Jun 2019 21:43:34 +0000 Received: from localhost ([127.0.0.1]:48361 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYdgz-00075a-RM for submit@debbugs.gnu.org; Wed, 05 Jun 2019 17:43:34 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:53100) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYdgx-00075M-Qk for 36041@debbugs.gnu.org; Wed, 05 Jun 2019 17:43:32 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id CD2E04F729; Wed, 5 Jun 2019 23:43:25 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id CoyP09SDVYiT; Wed, 5 Jun 2019 23:43:24 +0200 (CEST) From: Robert Vollmert Date: Wed, 5 Jun 2019 23:43:22 +0200 Message-Id: <20190605214322.81385-1-rob@vllmrt.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Robert Vollmert Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3. --- gnu/packages/haskell-web.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 4ce5d6fdb1..2536cdf199 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -118,7 +118,7 @@ requests, and the library is intended for implementing 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) @@ -126,7 +126,7 @@ requests, and the library is intended for implementing Ajax APIs.") "http-types-" version ".tar.gz")) (sha256 (base32 - "1wv9k6nlvkdsxwlr7gaynphvzmvi5211gvwq96mbcxgk51a739rz")))) + "05j00b9nqmwh9zaq9y9x50k81v2pd3j7a71kd91zlnbl8xk4m2jf")))) (build-system haskell-build-system) (native-inputs `(("ghc-doctest" ,ghc-doctest) @@ -136,7 +136,6 @@ requests, and the library is intended for implementing Ajax APIs.") ("hspec-discover" ,hspec-discover))) (inputs `(("ghc-case-insensitive" ,ghc-case-insensitive) - ("ghc-blaze-builder" ,ghc-blaze-builder) ("ghc-text" ,ghc-text))) (home-page "https://github.com/aristidb/http-types") (synopsis "Generic HTTP types for Haskell")