[project @ 2005-03-30 16:24:04 by simonmar]
[ghc-hetmet.git] / ghc / compiler / main / DriverPipeline.hs
index fea6651..75c2661 100644 (file)
@@ -20,7 +20,9 @@ module DriverPipeline (
    link, 
 
         -- DLL building
-   doMkDLL
+   doMkDLL,
+
+   matchOptions, -- used in module GHC
   ) where
 
 #include "HsVersions.h"