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
p.s. haskellings configure and GHC_PATH:"/home/$USER/.local/bin" DB_PATH:"" was the command I needed to get stack to work, otherwise I was going to abandon this project. Anyway, thanks!
I can use
stack2cabal
. I am then able to:cabal build
cabal install
Then if I try
haskellings run Types1
, if fails because it can not find ghc.I think tell it where ghc lives with:
haskellings configure
This is fine. I then try
haskellings run Types1
again and it fails because it can not find Stack package DB. I am not sure what that is. The error is:Couldn't find an appropriate stack package DB!
Anyway thank you for the nice app. I would like to try it with cabal.
The text was updated successfully, but these errors were encountered: