From owner-freebsd-haskell@freebsd.org Mon Oct 15 08:32:45 2018 Return-Path: Delivered-To: freebsd-haskell@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3FC410D3904 for ; Mon, 15 Oct 2018 08:32:44 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E2468A758 for ; Mon, 15 Oct 2018 08:32:44 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: by mail-pl1-f179.google.com with SMTP id 30-v6so8926376plb.10 for ; Mon, 15 Oct 2018 01:32:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=FxA+/IfP5XzPXP14ijcoK0F4iyxlX0fcDVT9P0vZZxE=; b=ie2eXDOc74K7kqKIe81/upGUajBbDmySYJvMfAbEl2BB/ocrOl7ZFl70dkzfbCdKFU NFNq4jjwaLEvTTB4pv2bnSdRzk1TPIvBzO2bHGpg3v4mSijE1M5LAvJh3qgSG+K4GmxS yEEzVnclLmq3ujdUk1NThE7EY4QK+rtFn/6TlQkkZt4stD2Ek2liXwV9SB+5IZQhbZRK SFxzKFCDAVtW4XS2R+tFtBJbWFOxit1yTxHeDQTHZ2ktnx6sPB0AlL6Q7v1X06VeiMqE 0KSX7AiPyGBbgIlG9/oe5lCHUviGt+jMZuL8MmEv/ncCLGlmnPpeekqLX3z+vYkqHkrw 12Og== X-Gm-Message-State: ABuFfoi1C56YaNZLEHMgx9BA7IrwgGthKxjRyEecd1e7erpK3abDAYRL dveeMD6TGxYji+k6dc6/OM3XUIy5SMI= X-Google-Smtp-Source: ACcGV60zXITV9JcbHkfuzLOPvbOB0c/iGuQoaOUR6jq0DIVYr/k4mqv3TTwrpgY3zGk38QgovfeCIg== X-Received: by 2002:a17:902:74c1:: with SMTP id f1-v6mr4532092plt.99.1539592363199; Mon, 15 Oct 2018 01:32:43 -0700 (PDT) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com. [209.85.214.170]) by smtp.gmail.com with ESMTPSA id f68-v6sm13822255pfe.143.2018.10.15.01.32.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Oct 2018 01:32:43 -0700 (PDT) Received: by mail-pl1-f170.google.com with SMTP id q17-v6so8940685plr.8 for ; Mon, 15 Oct 2018 01:32:43 -0700 (PDT) X-Received: by 2002:a17:902:2de4:: with SMTP id p91-v6mr15987802plb.148.1539592362592; Mon, 15 Oct 2018 01:32:42 -0700 (PDT) MIME-Version: 1.0 References: <20181015080640.GA983@straasha.imrryr.org> In-Reply-To: <20181015080640.GA983@straasha.imrryr.org> From: Gleb Popov Date: Mon, 15 Oct 2018 11:32:15 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Updating ports to GHC 8.4.4? To: freebsd-haskell@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 08:32:45 -0000 On Mon, Oct 15, 2018 at 11:06 AM Viktor Dukhovni wrote: > The Haskell project has just released GHC 8.4.4, which is a bugfix > release for 8.4.3 fixing non-trivial bugs: > > > https://mail.haskell.org/pipermail/haskell-cafe/2018-October/130090.html > > Is anyone planning to update the FreeBSD port? If so, please > consider the attached additional patches to the port "files" > directory. > > I contributed the improved OSMem.c upstream, but this has only been > merged into GHC 8.6.x, and yet this also win for 8.4, and I've been > using it intensively in 8.4.3 (my code runs for 4.5 hours allocating > a cumulative 4.6TB of memory). In addition I'm adding a missing > LLVM target for amd64. > > The attached files are patching patches, I hope that's OK. If > there's some other form in which to make these available, please > let me know. > Took that into account. I'm going to update the port this week. Thanks for working on this! > -- > Viktor. > _______________________________________________ > freebsd-haskell@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-haskell > To unsubscribe, send any mail to "freebsd-haskell-unsubscribe@freebsd.org" >