From mboxrd@z Thu Jan 1 00:00:00 1970 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 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-Message-ID: From: Robert Vollmert Date: Wed, 5 Jun 2019 23:43:22 +0200 Message-Id: <20190605214322.81385-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 | 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") -- 2.20.1 (Apple Git-117)