aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2007-07-29 21:56:17 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2007-07-29 21:56:17 +0000
commit7bd8a5cdd3aa22aa173a83216cc16ee5d947d33b (patch)
tree7a937308770761cc0b307c575ad5dc660cee6d10 /unix.cabal
parent1061a6fa2ccc0038efd2caa70894087c880bb399 (diff)
Move System.Posix.Signals from base
Also adds System.Posix.Process.Internals in order to make the deps work out.
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal12
1 files changed, 7 insertions, 5 deletions
diff --git a/unix.cabal b/unix.cabal
index 9f2267b..9f2cc8e 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -22,12 +22,14 @@ exposed-modules:
System.Posix.Files
System.Posix.IO
System.Posix.Process
+ System.Posix.Process.Internals
System.Posix.Resource
System.Posix.Temp
System.Posix.Terminal
System.Posix.Time
System.Posix.Unistd
System.Posix.User
+ System.Posix.Signals
System.Posix.Signals.Exts
System.Posix.Semaphore
System.Posix.SharedMem
@@ -38,10 +40,10 @@ extra-source-files:
extra-tmp-files:
config.log config.status autom4te.cache
unix.buildinfo include/HsUnixConfig.h
-build-depends: base, directory, process
-extensions: CPP
+build-depends: base, directory
+extensions: CPP, ForeignFunctionInterface
include-dirs: include
-includes: HsUnix.h
+includes: HsUnix.h execvpe.h
install-includes:
- HsUnix.h HsUnixConfig.h
-c-sources: cbits/HsUnix.c
+ HsUnix.h HsUnixConfig.h execvpe.h
+c-sources: cbits/HsUnix.c cbits/execvpe.c