From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: GHC 8.4.3 Date: Sun, 30 Sep 2018 13:14:24 +0200 Message-ID: <87sh1rutin.fsf@elephly.net> References: <87h8ichx2b.fsf@ngyro.com> <87wor6arsx.fsf@elephly.net> <87va6nv07n.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6Zgd-0002CA-JZ for guix-devel@gnu.org; Sun, 30 Sep 2018 07:14:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g6Zga-0007PK-Fz for guix-devel@gnu.org; Sun, 30 Sep 2018 07:14:55 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21116) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g6Zga-0007Nr-4L for guix-devel@gnu.org; Sun, 30 Sep 2018 07:14:52 -0400 In-reply-to: <87va6nv07n.fsf@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Timothy Sample Cc: guix-devel@gnu.org Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Timothy Sample writes: >> >>> =E2=80=A2 There are 21 failing packages. They are agda, beast, corro= de, >>> git-annex, ghc-aws, ghc-gnuplot, ghc-haddock-test, >>> ghc-hashable-bootstrap, ghc-indents, ghc-monadplus, >>> ghc-nats-bootstrap, ghc-packedstring, ghc-regex, ghc-regex-tdfa-rc, >>> ghc-statistics, ghc-vector-builder, ghc-wave, ghc-xmonad-contrib, >>> raincat, rapicorn, and shellcheck. >> >> Raincat is now fixed on wip-haskell. > > git-annex is also fixed now. agda is also fixed now. ghc-regex has had its last release in 2017, so this is an upstream problem, I think. ghc-regex-tdfa-rc probably fails just because ghc-regex cannot be built. ghc-monadplus was only needed for agda. I found that version 1.3 builds fine, but 1.4.x does not. ghc-nats-bootstrap builds fine. ghc-hashable-bootstrap builds fine. ghc-indents now builds fine (after disabling the tests). ghc-haddock-test is deprecated and should be removed. ghc-packedstring is deprecated and should also be removed. This leaves ghc-aws, ghc-gnuplot, ghc-statistics, ghc-vector-builder, ghc-wave, ghc-xmonad-contrib, and shellcheck. Any takers? --=20 Ricardo