add a dummy implementation of System.Timeout.timeout for nhc98
[ghc-base.git] / base.cabal
index 10e7849..8f2a29c 100644 (file)
@@ -135,7 +135,6 @@ exposed-modules:
        GHC.Word,
        Numeric,
        Prelude,
-       System.Cmd,
        System.Console.GetOpt,
        System.CPUTime,
        System.Environment,
@@ -144,15 +143,13 @@ exposed-modules:
        System.IO.Error,
        System.IO.Unsafe,
        System.Info,
-       System.Locale,
        System.Mem,
        System.Mem.StableName,
        System.Mem.Weak,
        System.Posix.Internals,
        System.Posix.Signals,
        System.Posix.Types,
-       System.Process,
-       System.Process.Internals,
+       System.Timeout,
        Text.ParserCombinators.ReadP,
        Text.ParserCombinators.ReadPrec,
        Text.Printf,
@@ -169,12 +166,10 @@ c-sources:
        cbits/Win32Utils.c
        cbits/consUtils.c
        cbits/dirUtils.c
-       cbits/execvpe.c
        cbits/fpstring.c
        cbits/inputReady.c
        cbits/lockFile.c
        cbits/longlong.c
-       cbits/runProcess.c
        cbits/selectUtils.c
 include-dirs: include, ../../includes, ../../rts
 includes:      HsBase.h