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 350ebd4 commit 81a0601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Win32.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ Library
"user32", "gdi32", "winmm", "advapi32", "shell32", "shfolder", "shlwapi", "msimg32", "imm32"
ghc-options: -Wall
include-dirs: include
includes: "alphablend.h", "diatemp.h", "dumpBMP.h", "ellipse.h", "errors.h", "HsGDI.h", "HsWin32.h", "Win32Aux.h", "win32debug.h", "windows_cconv.h", "WndProc.h", "alignment.h"
install-includes: "HsWin32.h", "HsGDI.h", "WndProc.h", "windows_cconv.h", "alphablend.h", "wincon_compat.h", "winternl_compat.h", "winuser_compat.h", "winreg_compat.h", "tlhelp32_compat.h", "winnls_compat.h", "winnt_compat.h", "namedpipeapi_compat.h"
c-sources:
cbits/HsGDI.c
Expand Down

0 comments on commit 81a0601

Please sign in to comment.