From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ft2V9-0007U4-Dz for guix-patches@gnu.org; Thu, 23 Aug 2018 23:11:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ft2V8-0008CZ-F3 for guix-patches@gnu.org; Thu, 23 Aug 2018 23:11:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54236) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ft2V8-0008CH-87 for guix-patches@gnu.org; Thu, 23 Aug 2018 23:11:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ft2V8-0001Dy-1D for guix-patches@gnu.org; Thu, 23 Aug 2018 23:11:06 -0400 Subject: [bug#32517] [PATCH 5/7] gnu: ghc-warp: Update to 3.2.18.1. Resent-Message-ID: From: Timothy Sample Date: Thu, 23 Aug 2018 23:09:30 -0400 Message-Id: <20180824030932.18088-5-samplet@ngyro.com> In-Reply-To: <20180824030932.18088-1-samplet@ngyro.com> References: <20180824030932.18088-1-samplet@ngyro.com> 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: 32517@debbugs.gnu.org * gnu/packages/haskell-web.scm (ghc-warp): Update to 3.2.18.1. [inputs]: Remove ghc-bytestring-builder. --- 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 a043ffcc0..92f96c1e5 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -529,7 +529,7 @@ Haskell's Web Application Interface (WAI).") (define-public ghc-warp (package (name "ghc-warp") - (version "3.2.11.1") + (version "3.2.18.1") (source (origin (method url-fetch) @@ -538,7 +538,7 @@ Haskell's Web Application Interface (WAI).") ".tar.gz")) (sha256 (base32 - "1zp5cy0bbj508vdvms1n5z80z37m253kwsqc5a83cfc990n6fgw5")))) + "15narz2dawzqmc8sys9cigg2dnn4a681cn07cgnpbvlyadwi5bpn")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: Test-Suite `spec` fails. @@ -546,7 +546,6 @@ Haskell's Web Application Interface (WAI).") `(("ghc-async" ,ghc-async) ("ghc-auto-update" ,ghc-auto-update) ("ghc-blaze-builder" ,ghc-blaze-builder) - ("ghc-bytestring-builder" ,ghc-bytestring-builder) ("ghc-case-insensitive" ,ghc-case-insensitive) ("ghc-hashable" ,ghc-hashable) ("ghc-http-types" ,ghc-http-types) -- 2.18.0