From 2b5fce3440832a91fb7ac18f709171e0433aaf8a Mon Sep 17 00:00:00 2001 From: slotThe Date: Sat, 12 Sep 2020 14:48:44 +0200 Subject: [PATCH] ghc: update to 8.8.4 --- srcpkgs/ghc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ghc/template b/srcpkgs/ghc/template index e81da479cf0..cc26f3264cc 100644 --- a/srcpkgs/ghc/template +++ b/srcpkgs/ghc/template @@ -1,7 +1,7 @@ # Template file for 'ghc' pkgname=ghc # Keep this synchronized with http://www.stackage.org/lts -version=8.8.3 +version=8.8.4 revision=1 wrksrc="ghc-${version%[!0-9]}" build_style=gnu-configure @@ -14,7 +14,7 @@ maintainer="Leah Neukirchen " license="BSD-3-Clause" homepage="http://www.haskell.org/ghc/" distfiles="http://www.haskell.org/ghc/dist/${version%[!0-9]}/${pkgname}-${version%[!0-9]}-src.tar.xz" -checksum=e0dcc0aaf3e234c5978f29e6df62947e97720ab404ec0158343df211c5480f89 +checksum=f0505e38b2235ff9f1090b51f44d6c8efd371068e5a6bb42a2a6d8b67b5ffc2d patch_args="-Np1" nocross=yes # ask leah2 before wasting time trying to do that nodebug=yes # Work around assembler error "Fatal error: duplicate .debug_line sections"