[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to make sure ghc uses installed packages?
From: |
Jesse Gibbons |
Subject: |
Re: How to make sure ghc uses installed packages? |
Date: |
Tue, 17 Sep 2019 06:36:42 -0600 |
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 <path to your profile>
> 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?