Skip to content

Commit

Permalink
Try fixing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Mar 15, 2023
1 parent f08162d commit ddb388b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ library
if os(windows)
c-sources:
cbits/win32/runProcess.c
includes:
runProcess.h
install-includes:
runProcess.h
processFlags.h
other-modules: System.Process.Windows
build-depends: Win32 >=2.4 && < 2.14
-- ole32 and rpcrt4 are needed to create GUIDs for unique named pipes
Expand All @@ -70,15 +75,17 @@ library
cbits/posix/fork_exec.c
cbits/posix/posix_spawn.c
cbits/posix/find_executable.c
includes:
runProcess.h
cbits/posix/bsd_closefrom.h
install-includes:
runProcess.h
processFlags.h
cbits/posix/bsd_closefrom.h
other-modules: System.Process.Posix
build-depends: unix >= 2.5 && < 2.9

include-dirs: include
includes:
runProcess.h
install-includes:
runProcess.h
processFlags.h

ghc-options: -Wall

Expand Down

0 comments on commit ddb388b

Please sign in to comment.