-
Notifications
You must be signed in to change notification settings - Fork 141
Move sources into src/ #391
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
Comments
Sounds like a neat trick! Is it documented anywhere or could you briefly explain it? |
When you do It e.g. makes raw |
Dunno, current folder structure allows running throw-away examples without much hassle: I just drop examples in the root folder and run I do not have a strong opinion and do not particularly mind to change. But let's not get in a way of existing long-standing PRs such as #365 and wait until they are merged. |
My point is exactly to not let GHC rebuild the (parts of) This issue arised because debugging #393 was trickier that I felt it needs to be. As there is no unanimous agreement, I'll just close this. |
... away from top-dir.
This is in general good practice, and also helps with testing (e.g. one can use
.ghc.environment.*
file to compile local throw-away examples against compiled library)The text was updated successfully, but these errors were encountered: