From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: Re: How to make sure ghc uses installed packages? Date: Tue, 17 Sep 2019 06:36:42 -0600 Message-ID: <44acf44c19cef875af987dcda1a393b00b0d2c22.camel@gmail.com> References: <945a039b68fc1bf0582b8eb1feb3fe3909d2000f.camel@gmail.com> <68B49FDD-A221-4E8D-B385-D483DB52E6CD@asu.edu> <2d89fac1d7f27dada3ab161b69fa1a361485ad89.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36989) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iACis-0005ay-9r for help-guix@gnu.org; Tue, 17 Sep 2019 08:36:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iACir-0003eu-BP for help-guix@gnu.org; Tue, 17 Sep 2019 08:36:46 -0400 Received: from mail-pg1-x52e.google.com ([2607:f8b0:4864:20::52e]:38982) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iACir-0003eY-5y for help-guix@gnu.org; Tue, 17 Sep 2019 08:36:45 -0400 Received: by mail-pg1-x52e.google.com with SMTP id u17so1958308pgi.6 for ; Tue, 17 Sep 2019 05:36:45 -0700 (PDT) In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: John Soo Cc: help-guix mailing list On Mon, 2019-09-16 at 22:27 -0700, John Soo wrote: > Hi Jesse, > > > GHC_PACKAGE_PATH did > > not change, even when I uninstalled > everything, so I suspected it > > was > > linked to a login script. > > Ok yes. That is the state of affairs right now. The environment > variables are sourced in the login profile. You can find the > variables using guix package --search-paths -p > and source those if you do install something new. It is a little odd > for sure. It feels like the installation transaction is not done > almost. Anyways I’m glad that got sorted out. > > - John Why did ghc-random and ghc-regex-compat only work with ghc 8.4.3?