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

HsNetDef.h not installed in 2.7.0.1 #334

Closed
felixonmars opened this issue Jun 26, 2018 · 2 comments
Closed

HsNetDef.h not installed in 2.7.0.1 #334

felixonmars opened this issue Jun 26, 2018 · 2 comments

Comments

@felixonmars
Copy link

The newly added header file seems to be missing after installation, this makes network-multicast-0.2.0 fail to build:

Configuring network-multicast-0.2.0...
Preprocessing library for network-multicast-0.2.0..
In file included from Multicast.hsc:15:
/usr/lib/ghc-8.4.3/site-local/network-2.7.0.1/include/HsNet.h:10:10: fatal error: HsNetDef.h: No such file or directory
 #include "HsNetDef.h"
          ^~~~~~~~~~~~
compilation terminated.
kazu-yamamoto added a commit to kazu-yamamoto/network that referenced this issue Jun 26, 2018
@kazu-yamamoto
Copy link
Collaborator

The patch above fixes this in the 2.7 branch.
For 2.6, this is not necessary.
I will fix this in master, too.

@kazu-yamamoto kazu-yamamoto mentioned this issue Jun 26, 2018
5 tasks
kazu-yamamoto added a commit to kazu-yamamoto/network that referenced this issue Jun 26, 2018
@felixonmars
Copy link
Author

Thanks. I've applied the patch on top of 2.7.0.1 and verified the fix.

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