Hi!

I just started working on my first elm app after a year or so of lurking 
the elm community.

I have written a few functions and put them into a module located in my 
`src` directory and everything compiles fine. But when I start elm-repl 
from the root of my project (where the `elm-stuff` folder is located, I'm 
unable to load my module...

If I cd into the `src` folder before running the repl, it seems it is able 
to import my module (by typing `import MyModule` but it complains about not 
being able to find the dependencies (which is located in `../elm-stuff/`).

Any ideas on how I can run my module in the repl?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to