From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4ejG-0001Hk-Bt for guix-patches@gnu.org; Tue, 17 Oct 2017 23:09:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4ejF-0004Ri-IR for guix-patches@gnu.org; Tue, 17 Oct 2017 23:09:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38332) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e4ejF-0004RZ-Da for guix-patches@gnu.org; Tue, 17 Oct 2017 23:09:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e4ejF-0004ip-8S for guix-patches@gnu.org; Tue, 17 Oct 2017 23:09:09 -0400 Subject: [bug#28884] [PATCH 13/38] gnu: ghc-base-orphans: Update to 0.6. Resent-Message-ID: From: rsiddharth Date: Wed, 18 Oct 2017 03:07:33 +0000 Message-Id: <20171018030758.1211-13-s@ricketyspace.net> In-Reply-To: <20171018030758.1211-1-s@ricketyspace.net> References: <20171018030217.1001-1-s@ricketyspace.net> <20171018030758.1211-1-s@ricketyspace.net> 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: 28884@debbugs.gnu.org Cc: s@ricketyspace.net * gnu/packages/haskell.scm (ghc-base-orphans): Update to 0.6. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 52380d1b8..52ac4f909 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4282,7 +4282,7 @@ command line options in Haskell.") (define-public ghc-base-orphans (package (name "ghc-base-orphans") - (version "0.4.4") + (version "0.6") (source (origin (method url-fetch) @@ -4292,7 +4292,7 @@ command line options in Haskell.") ".tar.gz")) (sha256 (base32 - "0hhgpwjvx7jhvlhsygmmf0q5hv2ymijzz4bjilicw99bmv13qcpl")))) + "03mdww5j0gwai7aqlx3m71ldmjcr99jzpkcclzjfclk6a6kjla67")))) (build-system haskell-build-system) (native-inputs `(("ghc-quickcheck" ,ghc-quickcheck) -- 2.15.0.rc0