From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:700:3204::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id ybSVAVrDmWWCAwAAkFu2QA (envelope-from ) for ; Sat, 06 Jan 2024 22:17:14 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id 8Lq6NVnDmWVlAgAAe85BDQ (envelope-from ) for ; Sat, 06 Jan 2024 22:17:13 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=m1jufk4h; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1704575833; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=jDcCNblsvN/fdro3zBluEbGlHJIuvLumdxKaVj6xX58=; b=iO/Uze4zL/BOyqwknYsMKOtH/ErNZeMWsS1Q+Aj/Y06E2vJzInoSEe0434WML/i4rypmVO BuXnSybHgFA16a9K9Q9n98q4IiI0ovjsez8gARZIJ8zKK4U0KVSXCaxmJKlLpBWuNKfWio NdtS0yJ79ViI24KNef7tdfpx3Aa8cIWoq/hG+v+x1bNeIzIumVHf+u7rv+ABf+xjro0Xck wkVL7wRwNuVMYBB1alvCaT4aO65nKNL9mfzRQZf4M+auqY5keOK/nRjfe77UXzp/GMzA3l R5Ac0GsQXCfVoUi4U5s9vLnPeqooTxFRRJvxNp+UMgLvtjKF2en00jkDE97CSA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=m1jufk4h; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1704575833; a=rsa-sha256; cv=none; b=SUcsmV0ASKwzgq7LC8IdZPBq5Ttrnvym+VYPvKw9yijBG+e3+ZIy8kuPh1v8ro486y7mvE y4BDzvNE/9eiPnYDa6vo2CLv8ZtWgTOoIbJGs0F5MczEOAFESrJX00nsL0sOb+JF2vraQS 2MKfygC3s9DI/LCiSGZsF2z7zL4HHeeSuIyjOKbtF2dgE3jyRIHTrjhLFKbcrwiJ2gva+K 9t7L3JxxA6eqq5fBukWlFBS2w+S0pLJ4VPVvWXeRffYVW/OIsc5xpG9Zz+a9HHM6YQG8Bt F1ef9e596EIkSuFmap7TpP5Kbl8OFGx08z2fBOKcHijBBuFpedWuGdRlQUUJrg== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 290A7628BC for ; Sat, 6 Jan 2024 22:17:13 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rME2M-000873-Qg; Sat, 06 Jan 2024 16:16:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rME2L-00086g-3B for guix-patches@gnu.org; Sat, 06 Jan 2024 16:16:57 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rME2K-00041h-RV for guix-patches@gnu.org; Sat, 06 Jan 2024 16:16:56 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rME2P-0002R6-MY for guix-patches@gnu.org; Sat, 06 Jan 2024 16:17:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67896] [PATCH] gnu: ghc-9.2: Make Cabal respect GHC_PACKAGE_PATH Resent-From: Saku Laesvuori Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Jan 2024 21:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67896 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?S=C3=B6ren?= Tempel Cc: Lars-Dominik Braun , 67896@debbugs.gnu.org Received: via spool by 67896-submit@debbugs.gnu.org id=B67896.17045758029336 (code B ref 67896); Sat, 06 Jan 2024 21:17:01 +0000 Received: (at 67896) by debbugs.gnu.org; 6 Jan 2024 21:16:42 +0000 Received: from localhost ([127.0.0.1]:60338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rME25-0002QW-Nj for submit@debbugs.gnu.org; Sat, 06 Jan 2024 16:16:42 -0500 Received: from vmi571514.contaboserver.net ([75.119.130.101]:42812 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rME23-0002Ne-0n for 67896@debbugs.gnu.org; Sat, 06 Jan 2024 16:16:39 -0500 Received: from X-kone (88-113-24-127.elisa-laajakaista.fi [88.113.24.127]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 496FA343045; Sat, 6 Jan 2024 22:16:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1704575808; bh=jDcCNblsvN/fdro3zBluEbGlHJIuvLumdxKaVj6xX58=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=m1jufk4hwdbjIQNRhXrsA/H0NhxTEjWbIhEyLcGmOnmGZCDZjAoACfkFaQP6iUexi GFDQZCM870GNGt7UZM/hFkrpUlP8+kmb1cAiBBiuTai1WTHi8VuKvLbUPMQATaZsi2 DRen/0rvmz5siQuJZlsvd/FxmBIl7QCt1UjSuHDE= Date: Sat, 6 Jan 2024 23:16:27 +0200 Message-ID: References: <3K6E1L1WLK573.223FCVRGQCGWL@8pit.net> <3ELNY2F2SV7KX.2JFO7970OJNKU@8pit.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3i5z5yyieqak3tre" Content-Disposition: inline In-Reply-To: <3ELNY2F2SV7KX.2JFO7970OJNKU@8pit.net> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Saku Laesvuori X-ACL-Warn: , Saku Laesvuori via Guix-patches From: Saku Laesvuori via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -8.38 X-Spam-Score: -8.38 X-Migadu-Queue-Id: 290A7628BC X-TUID: Eu+XBEe0EMaA --3i5z5yyieqak3tre Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Hi, >=20 > Lars-Dominik Braun wrote: > > sorry for the delay, I just tried your patch and it works well combining > > a local cabal project and libraries/GHC from Guix. I=E2=80=99d say this= is a > > massive improvement, so I=E2=80=99d like to ship it with Guix. However = this > > is a world rebuilding change, so I=E2=80=99ll push it to the haskell-te= am > > branch and probably wait for #67921 to be ready before it can hit maste= r. >=20 > Yea, glad to hear that. Waiting for #67921 is fine by me. Should I also > prepare a patch for the GHC 9.4 package then? Currently this is only GHC > 9.2. I'm currently trying to update GHC to 9.6 in that series (there are some weird issues when running the test suite). If the same cabal patch works with GHC 9.6 I can add the reference to it in the package definition (same with 9.4). Otherwise a patch for those versions would be nice. --3i5z5yyieqak3tre Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoMkZR3NPB29fCOn/JX0oSiodOjIFAmWZwysACgkQJX0oSiod OjLRBRAAwIm+OVdfsjEVmZGGygim1vjjFIq0GUXIXGyQ7qArsIhHQ+Uy1CD9nuRf HnjbF+6LCqcF8WFTmnCiHuHUo6v0Af8iXUhbO6iGpuQ+bnj9YYLubI+l81QyN83f yf9ON60AVy0X0Mlb1TDA4IO02idbftr+9VKMpUbyO1jZVm76T+w1M7B0YscXhHXN dnZM/naUxcOvHEdL8qBSPz+357oRXOdYZYGe3FpeP8oVygB9VXQwfXeJej7QE71H H+0LSlv2/7rqbBolMJRGX/I1LbE5RsBbprBaaSrbSLBQSgVL3btbarziQWlFUdsq HViIyyVk9HquIkWee6vqXmPsh/AJBMjZWQtrAlPhiMkblQgnoqNOlSovYRHzBE0D WCH3pR3PdNqlzmmwUqkQ48VVN1geklk1pStxbBcSRt+ReoX+wWptlzz6lyU687Ia RUSXnWMSksO3+Ghy/rjxETAsy0OLELepPfDuvUocvQMVE7S6znNi+hRyL4TnOQDV K7VnprCzh7tAAP+6Gyw4Yh9Ee0WVta7gjLsLm9USBtNo/TPf9bWQwu3rpjwgzzAD zEKfNfWkBYPthIBdZouJGPbkDfVsg66Stn4zMmReRKOU9awUogx7qmKO0usRPHKb Qvero3/bfeAknXaEWXgXpJeO5540jLpAIH3OsDLYeytCBvyZXq4= =vwJz -----END PGP SIGNATURE----- --3i5z5yyieqak3tre--