From c96b71f8bd32f7085fb1f774ea677ddfde8fcdc8 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 5 Sep 2016 10:57:23 +0000 Subject: [PATCH 1/4] gnu: ghc: ghc-bootstrap-x86_64-7.8.4: Update to 8.0.1. * gnu/packages/haskell.scm (ghc-bootstrap-x86_64-7.8.4): Update to 8.0.1 and replace with (ghc-bootstrap-x86_64-8.0.1). --- gnu/packages/haskell.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 87628b5..6e9ddf4 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -50,14 +50,14 @@ #:use-module (gnu packages xml) #:use-module (gnu packages xorg)) -(define ghc-bootstrap-x86_64-7.8.4 +(define ghc-bootstrap-x86_64-8.0.1 (origin (method url-fetch) (uri - "https://www.haskell.org/ghc/dist/7.8.4/ghc-7.8.4-x86_64-unknown-linux-deb7.tar.xz") + "https://www.haskell.org/ghc/dist/8.0.1/ghc-8.0.1-x86_64-deb7-linux.tar.xz") (sha256 (base32 - "13azsl53xgj20mi1hj9x0xb32vvcvs6cpmvwx6znxhas7blh0bpn")))) + "19rh4bpmrjwm75msk706n7zaycnjq1rd1ncf0kh01h2fzafi1a46")))) (define ghc-bootstrap-i686-7.8.4 (origin -- 2.10.0