-
Notifications
You must be signed in to change notification settings - Fork 72
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
Setup doesn't work properly / parse error on input 'import' #167
Comments
@k-bx This is a limitation of GHC's parser. The import has to go before the |
@sol aha. Thank you! |
I just stumbled upon this issue. Let us maybe make some appropriate corrections to README so that less people have to rediscover this ticket? |
Yes, can you do this? |
kindaro
added a commit
to kindaro/doctest
that referenced
this issue
Jan 23, 2018
andreasabel
added a commit
that referenced
this issue
Jan 24, 2018
Add a note to readme concerning issue #167 (setup code cannot be within import statements).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. Not sure if I'm doing something wrong or not. I've created a very small repo where you can reproduce the error https://github.com/k-bx/docbug
The library code is as simple as:
When I run
stack test
, I get:The text was updated successfully, but these errors were encountered: