You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that some packages from ~/.cache/cabal can contaminate cabal build.
cabal build is executed inside nix-shell which provides dependencies
and doesn't keep packages in ~/.cache/cabal,
but if somehow a package shows up in ~/.cache/cabal it overrides dependency from nixs-store.
Current workaround is just remove ~/.cache/cabal from time to time, but I would like to have an command line option or an environment variable to disable cache.
cabal --global --package-db= still looks at the cache folder.
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that some packages from
~/.cache/cabal
can contaminate cabal build.cabal build
is executed inside nix-shell which provides dependenciesand doesn't keep packages in
~/.cache/cabal
,but if somehow a package shows up in
~/.cache/cabal
it overrides dependency from nixs-store.Current workaround is just remove
~/.cache/cabal
from time to time, but I would like to have an command line option or an environment variable to disable cache.cabal --global --package-db=
still looks at the cache folder.The text was updated successfully, but these errors were encountered: