Remove ilxGen; part of trac #2243
[ghc-hetmet.git] / libraries / ifBuildable.hs
index 95bebaf..93118ab 100644 (file)
@@ -1,4 +1,4 @@
--- Returns exitcode 0 if the given package is buildable or is a core package,
+-- Returns exitcode 0 if the given package is buildable or is a boot package,
 -- and 1 otherwise.
 
 module Main (main) where
@@ -31,5 +31,5 @@ doit package
 
 getMustBeBuildablePackages :: IO [String]
 getMustBeBuildablePackages
- = do xs <- readFile "../core-packages"
-      return $ filter ("readline" /=) $ lines xs
+ = do xs <- readFile "../boot-packages"
+      return $ filter ("editline" /=) $ lines xs