Skip to content

Haskell-mode not respecting cabal sandboxes #253

Closed
@dmjio

Description

@dmjio

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions