Closed
Description
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:
Could not 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?
Metadata
Metadata
Assignees
Labels
No labels