-
Notifications
You must be signed in to change notification settings - Fork 178
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
containers.h prevents compilation without cabal #103
Comments
What is containers.hs? |
I mean |
The To compile |
This is not really much easier than including |
Agreed. The
|
It looks like this file is a good idea, but would it be possible to use an explicit path for the #include "../include/containers.h" Or would this cause some sort of trouble somewhere? |
Having common header file is quite common practice (running What you propose would probably work too, but I am quite satistifed with current (commonly used) solution. |
When I try to compile
Data.Sequence
, I now get an error that it can't findcontainers.hs
.The text was updated successfully, but these errors were encountered: