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
After cabal-installing my project inside of a cabal sandbox (1.18.0.3) I am able to open a cabal repl and inspect the packages. When I open up emacs w/ haskell-mode and C-c C-l to send to ghci I get :
Prelude>:cd /Users/dmj/Project/Prelude>:load "Main.hs"ST/Common/Types.hs:37:18:Couldnot find module `Web.Stripe.Customer'Use-v to see a list of the files searched for.Failed, modules loaded: none.Prelude>
How do I get haskell-mode to respect cabal sandboxes?