-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempted to follow the "Getting Started" instructions, couldn't successfully import MCPrelude. #81
Comments
It's also possible I've done something previously that messed up my system. I don't really understand Haskell install or what is / isn't hermetic. |
I was just about to open an issue about this. The problem is that the guide uses the old-fashioned way of installing libraries. Cabal has changed a lot in the last few years. I think the simplest solution (assuming that you're using Cabal 3+, check with @mightybyte Should I open a PR modifying/expanding the instructions, or do you have a preferred solution? |
This does seem to work, thanks! |
That's a bizarre error @Aster89. Is there any chance you've tampered with your |
@georgefst , I had an alias :/ |
I followed the "Getting Started" instructions at https://mightybyte.github.io/monad-challenges/. The
cabal install
ran for a long time (maybe 20 minutes? I wandered off) but seemed to complete successfully. However, trying toghci
a simple toy file failed to import the prelude:Is there maybe some missing piece of newbie instructions here? Do I have to somehow add
MCPrelude
to a path or something?The text was updated successfully, but these errors were encountered: