Skip to content

Commit 954bc43

Browse files
authored
Fix missing install includes
Add missing , "winnls_compat.h", "winnt_compat.h"
1 parent dfa492b commit 954bc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Win32.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Library
108108
ghc-options: -Wall
109109
include-dirs: include
110110
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"
111-
install-includes: "HsWin32.h", "HsGDI.h", "WndProc.h", "windows_cconv.h", "alphablend.h", "winternl_compat.h", "winuser_compat.h", "winreg_compat.h", "tlhelp32_compat.h"
111+
install-includes: "HsWin32.h", "HsGDI.h", "WndProc.h", "windows_cconv.h", "alphablend.h", "winternl_compat.h", "winuser_compat.h", "winreg_compat.h", "tlhelp32_compat.h", "winnls_compat.h", "winnt_compat.h"
112112
c-sources:
113113
cbits/HsGDI.c
114114
cbits/HsWin32.c

0 commit comments

Comments
 (0)