Split off process package
[ghc-base.git] / Setup.hs
index 693b16d..927f409 100644 (file)
--- a/Setup.hs
+++ b/Setup.hs
@@ -120,7 +120,7 @@ isPortableBuild :: String -> Bool
 isPortableBuild s
  | "GHC" `isPrefixOf` s = False
  | "Data.Generics" `isPrefixOf` s = False
- | otherwise = s `notElem` ["Foreign.Concurrent", "System.Process"]
+ | otherwise = s `notElem` ["Foreign.Concurrent"]
 
 forGHCBuild :: String -> Bool
 forGHCBuild = ("GHC.Prim" /=)