Skip to content

Commit fb8529f

Browse files
Mistukekazu-yamamoto
authored andcommitted
Fix bindist missin header
1 parent 9683add commit fb8529f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ library
8787

8888
include-dirs: include
8989
includes: HsNet.h HsNetDef.h alignment.h win32defs.h
90-
install-includes: HsNet.h HsNetDef.h win32defs.h
90+
install-includes: HsNet.h HsNetDef.h alignment.h win32defs.h
9191
c-sources: cbits/HsNet.c cbits/cmsg.c
9292
ghc-options: -Wall -fwarn-tabs
9393
build-tools: hsc2hs

0 commit comments

Comments
 (0)