Skip to content

Commit

Permalink
Remove includes from .cabal-file
Browse files Browse the repository at this point in the history
This is useless at best, and a common source of confusion.

haskell/cabal#10145
sol/hpack#355
  • Loading branch information
sol authored Jun 25, 2024
1 parent a2e111e commit 6aa45b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ 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
Expand Down

0 comments on commit 6aa45b2

Please sign in to comment.