Skip to content

Commit

Permalink
Merge pull request #583 from kazu-yamamoto/sol-patch-1
Browse files Browse the repository at this point in the history
Remove includes from .cabal-file for Windows
  • Loading branch information
kazu-yamamoto authored Jun 26, 2024
2 parents a2e111e + 94591aa commit f02d583
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions network.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,8 @@ library

default-language: Haskell2010
include-dirs: include
includes: HsNet.h HsNetDef.h alignment.h win32defs.h
install-includes: HsNet.h HsNetDef.h alignment.h win32defs.h
if os(windows)
includes: afunix_compat.h
install-includes: afunix_compat.h

ghc-options: -Wall -fwarn-tabs
Expand Down

0 comments on commit f02d583

Please sign in to comment.