X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fhsc2hs%2FMain.hs;h=a939f319d102d6ee04284e1f1b45c44abe75db10;hb=1a3efdd6b616f3a101e182f715df5a0e306eb348;hp=a5bd774387f04c2f4d90184d2100ecefc633c069;hpb=752169f4ea14c0fd890ac55af5395bd1672751ea;p=ghc-hetmet.git diff --git a/utils/hsc2hs/Main.hs b/utils/hsc2hs/Main.hs index a5bd774..a939f31 100644 --- a/utils/hsc2hs/Main.hs +++ b/utils/hsc2hs/Main.hs @@ -42,11 +42,7 @@ import System.IO ( openFile, IOMode(..), hClose ) #endif #if defined(__GLASGOW_HASKELL__) && !defined(BUILD_NHC) -#ifdef USING_COMPAT -import Compat.RawSystem ( rawSystem ) -#else import System.Cmd ( rawSystem ) -#endif #define HAVE_rawSystem #elif __NHC__ >= 117 import System.Cmd ( rawSystem )