Skip to content
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

State.hs does not work? #9

Open
dnmfarrell opened this issue Oct 20, 2015 · 1 comment
Open

State.hs does not work? #9

dnmfarrell opened this issue Oct 20, 2015 · 1 comment

Comments

@dnmfarrell
Copy link

$ runhaskell State.hs
State.hs:30:19: Not in scope: type constructor or class ‘RS.State’
@elisehuard
Copy link
Owner

hi, this is because State.hs is not meant to run on its own, but has dependencies. I advise you to use cabal, as described in the README - it will load all the required dependencies (in this case gloss-rendering). If you want to use runhaskell directly it will require quite a lot more arguments to load all the dependencies.
Let me know if this helps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants