aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process.hsc
diff options
context:
space:
mode:
authorGravatar ross <unknown>2004-12-02 15:57:06 +0000
committerGravatar ross <unknown>2004-12-02 15:57:06 +0000
commit94e1fc5f12e33fd2e0c4171cd13ef3109463cc92 (patch)
tree992ef338817a0212c7ecddeb5c49de1656800f23 /System/Posix/Process.hsc
parente4652ef706d45af933f54c53f7e1f6580945c6f8 (diff)
[project @ 2004-12-02 15:57:06 by ross]
Hugs only: replace the CBITS pragma (files relative to cbits) with CFILES (files relative to the root of the package).
Diffstat (limited to 'System/Posix/Process.hsc')
-rw-r--r--System/Posix/Process.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index ae04c46..9551040 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -84,7 +84,7 @@ import GHC.TopHandler ( runIO )
#endif
#ifdef __HUGS__
-{-# CBITS HsUnix.c #-}
+{-# CFILES cbits/HsUnix.c #-}
#endif
-- -----------------------------------------------------------------------------