We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad74f21 commit 176aa09Copy full SHA for 176aa09
network.cabal
@@ -122,8 +122,12 @@ library
122
123
default-language: Haskell2010
124
include-dirs: include
125
- includes: HsNet.h HsNetDef.h alignment.h win32defs.h afunix_compat.h
126
- install-includes: HsNet.h HsNetDef.h alignment.h win32defs.h afunix_compat.h
+ includes: HsNet.h HsNetDef.h alignment.h win32defs.h
+ install-includes: HsNet.h HsNetDef.h alignment.h win32defs.h
127
+ if os(windows)
128
+ includes: afunix_compat.h
129
+ install-includes: afunix_compat.h
130
+
131
ghc-options: -Wall -fwarn-tabs
132
build-depends:
133
base >=4.9 && <5,
0 commit comments