More commandline flag improvements
[ghc-hetmet.git] / utils / runghc / runghc.hs
index e2cea31..5a40b62 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -cpp -fffi #-}
+{-# LANGUAGE CPP, ForeignFunctionInterface #-}
 #if __GLASGOW_HASKELL__ < 603
 #include "config.h"
 #else