From owner-freebsd-haskell@freebsd.org Thu May 21 15:19:58 2020 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 5581B2DBD23 for ; Thu, 21 May 2020 15:19:58 +0000 (UTC) (envelope-from contact@evilham.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 49SYFp10sCz3dPN for ; Thu, 21 May 2020 15:19:58 +0000 (UTC) (envelope-from contact@evilham.com) Received: by mailman.nyi.freebsd.org (Postfix) id 20C352DBDB9; Thu, 21 May 2020 15:19:58 +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 208722DBC41 for ; Thu, 21 May 2020 15:19:58 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (yggdrasil.evilham.com [46.19.33.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49SYFm4V3Mz3d88 for ; Thu, 21 May 2020 15:19:56 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (localhost [IPv6:::1]) by yggdrasil.evilham.com (Postfix) with ESMTP id 49SYFc64hsz10TR; Thu, 21 May 2020 17:19:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=evilham.com; h=from:to:cc :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=mail; bh=4RPQX3B5TKNbehgdpzFS5+vnp9A=; b=e+agLR q6AYbP0shJQ+0SYjR0IZw9qln4DjZJu6pyp1uRhNKB5Qqb0fSghPAvLqx3QyQeOf RQql70al87tu0GtlylQq19pWm0iEkODT7NvOkLIHbTxFXa9ZwPXTUVS5rq/Z2VvX 4guiD8W8k4vWTK/3w4mq/cDSjPtuGSXWup3VA= Received: from yggdrasil.evilham.com (unknown [IPv6:2a0a:e5c1:121:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by yggdrasil.evilham.com (Postfix) with ESMTPSA id 49SYFc2pTyz10TQ; Thu, 21 May 2020 17:19:48 +0200 (CEST) From: Evilham To: Bonface Munyoki Cc: haskell@freebsd.org Subject: Re: Elm reactor bug References: <60072305-7730-4fa8-909a-df9200fcfc7d@yggdrasil.evilham.com> In-reply-to: Date: Thu, 21 May 2020 17:19:42 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: 49SYFm4V3Mz3d88 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=fail (headers rsa verify failed) header.d=evilham.com header.s=mail header.b=e+agLR q; dmarc=pass (policy=none) header.from=evilham.com; spf=pass (mx1.freebsd.org: domain of contact@evilham.com designates 46.19.33.155 as permitted sender) smtp.mailfrom=contact@evilham.com X-Spamd-Result: default: False [-3.11 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.982]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_REJECT(0.00)[evilham.com:s=mail]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.01)[-1.014]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[evilham.com:-]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(0.00)[evilham.com,none]; NEURAL_HAM_SHORT(-0.32)[-0.317]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:196752, ipnet:46.19.32.0/21, country:NL] X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2020 15:19:58 -0000 Hey, On dg., des. 01 2019, Bonface Munyoki wrote: > Thanks for the feedback. > > The last time I tried Elm(Ubuntu 18), that feature worked just > fine lolz. > Also, this whole BSD ecosystem, but I find it a bit depressing > that a bunch > of packages lack maintainers. I'd really like to help but I > don't know how > or where to darn start. Anyways, did you ever get around to > updating to Elm > 0.19.1. I'll try building Elm from source once I'm done > converting my UHS > FS to ZFS(http://devpit.org/wiki/Convert_UFS_to_ZFS) \m/\m/. > Also, sorry > for the late reply(Alot of things going on these sides) just a quick update that while helping arrowd (who did most of the work) on the GHC update, I discovered that there was a subtle bug introduced by changes to get Elm to build without network. We managed to fix that in the update to 0.19.1, so this should be working fine now :-) (has been working fine for a few weeks now :-D). -- Evilham