Skip to content

Commit f02d583

Browse files
Merge pull request #583 from kazu-yamamoto/sol-patch-1
Remove includes from .cabal-file for Windows
2 parents a2e111e + 94591aa commit f02d583

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

network.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,8 @@ library
123123

124124
default-language: Haskell2010
125125
include-dirs: include
126-
includes: HsNet.h HsNetDef.h alignment.h win32defs.h
127126
install-includes: HsNet.h HsNetDef.h alignment.h win32defs.h
128127
if os(windows)
129-
includes: afunix_compat.h
130128
install-includes: afunix_compat.h
131129

132130
ghc-options: -Wall -fwarn-tabs

0 commit comments

Comments
 (0)