-
Notifications
You must be signed in to change notification settings - Fork 704
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
Allow cabal to build a cabal package that only has a main c file. #4890
Comments
Here's btw an old related issue: #497 |
This should already work actually, see #1080 and |
@23Skidoo no. That test, has a crucial ingredient: the |
Ah, OK. Shouldn't be that hard to fix, I think. |
@23Skidoo ...and which libraries shall the C-only component be linked with? which headers shall be in |
I'd say that it shouldn't, unless you have requested it explicitly with something like |
Cabal currently expects there to be at least one Haskell module, which prevents the following cabal file to build:
The text was updated successfully, but these errors were encountered: