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 apologize if this is either not the right forum for this question, or if the problem is due to user error.
However, I have installed asdf-vm and asdf-haskell, and I have installed ghc-8.6.5 by running asdf install haskell 8.6.5. I believe the install went fine. I went into my ~/.asdf/installs/haskell, and could see the 8.6.5 folder in there. I used stack install hlint and I could see that which hlint point to an asdf shim; and did which stack also pointed to an asdf shim. All of this is to say that asdf-vm and asdf-haskell seemed to have been installed properly.
However, when I go into a project that uses the lts-14.7 (which, in turn, uses ghc 8.6.5), and I run stack test, then the same ghc version is downloaded again into a ~/.stack folder.
Is my configuration wrong? Shouldn't it be using the ghc already in ~/.asdf?
The text was updated successfully, but these errors were encountered:
I'm guessing one way to integrate this is to use the STACK_ROOT environmental variable as described here (and more background info here). Should I add this to the documentation?
Hi Folks,
I apologize if this is either not the right forum for this question, or if the problem is due to user error.
However, I have installed
asdf-vm
andasdf-haskell
, and I have installedghc-8.6.5
by runningasdf install haskell 8.6.5
. I believe the install went fine. I went into my~/.asdf/installs/haskell
, and could see the8.6.5
folder in there. I usedstack install hlint
and I could see thatwhich hlint
point to an asdf shim; and didwhich stack
also pointed to an asdf shim. All of this is to say thatasdf-vm
andasdf-haskell
seemed to have been installed properly.However, when I go into a project that uses the lts-14.7 (which, in turn, uses ghc 8.6.5), and I run
stack test
, then the same ghc version is downloaded again into a~/.stack
folder.Is my configuration wrong? Shouldn't it be using the ghc already in
~/.asdf
?The text was updated successfully, but these errors were encountered: