From owner-freebsd-haskell@freebsd.org Sun Sep 29 23:44:23 2019 Return-Path: Delivered-To: freebsd-haskell@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B76012DCF5 for ; Sun, 29 Sep 2019 23:44:23 +0000 (UTC) (envelope-from viktor@dukhovni.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46hMZG6T2Bz46Xl for ; Sun, 29 Sep 2019 23:44:22 +0000 (UTC) (envelope-from viktor@dukhovni.org) Received: by mailman.nyi.freebsd.org (Postfix) id DC41412DCF4; Sun, 29 Sep 2019 23:44:22 +0000 (UTC) Delivered-To: haskell@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC02C12DCF3 for ; Sun, 29 Sep 2019 23:44:22 +0000 (UTC) (envelope-from viktor@dukhovni.org) Received: from straasha.imrryr.org (straasha.imrryr.org [100.2.39.101]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46hMZG2rHXz46Xk for ; Sun, 29 Sep 2019 23:44:22 +0000 (UTC) (envelope-from viktor@dukhovni.org) Received: by straasha.imrryr.org (Postfix, from userid 1001) id 21E182A1B37; Sun, 29 Sep 2019 19:44:21 -0400 (EDT) Date: Sun, 29 Sep 2019 19:44:21 -0400 From: Viktor Dukhovni To: haskell@FreeBSD.org Subject: Anyone working on adding a GHC 8.8.1 port? Message-ID: <20190929234421.GH21772@straasha.imrryr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) X-Rspamd-Queue-Id: 46hMZG2rHXz46Xk X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of viktor@dukhovni.org designates 100.2.39.101 as permitted sender) smtp.mailfrom=viktor@dukhovni.org X-Spamd-Result: default: False [-2.78 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:100.2.39.101]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[dukhovni.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-1.28)[ip: (-4.77), ipnet: 100.2.0.0/16(-2.39), asn: 701(0.80), country: US(-0.05)]; RCVD_IN_DNSWL_MED(-0.20)[101.39.2.100.list.dnswl.org : 127.0.6.2]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:701, ipnet:100.2.0.0/16, country:US]; MIME_TRACE(0.00)[0:+] X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2019 23:44:23 -0000 I see that stackage is starting to use GHC 8.8.1 in the nightly snapshots. Is it perhaps time to spin up a GHC 8.8.1 port? -- Viktor.