-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Setting up dev environment #251
Comments
We just merged a PR related to this; try again from the newest git? |
Came a little bit longer with the newest git. But stopped with another module it couldn't find. Think it's me, need to dig into this a little bit. Thanks! |
Solved |
Following documentation for setting up dev environment failed.
OSX Catalina 10.15.3
Graphics/Implicit/ExtOpenScad/Parser/Lexer.hs:14:1: error:
Could not find module ‘Control.Monad.Identity’
Perhaps you meant
Control.Monad.Identity (from mtl-2.2.2)
Control.Monad.Cont (from mtl-2.2.2)
Control.Monad.State (from mtl-2.2.2)
|
14 | import "monads-tf" Control.Monad.Identity (Identity)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Failed, no modules loaded.
The text was updated successfully, but these errors were encountered: