X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FExit.hs;h=7eb17cfbfe27f02b10c6a6dd1e2c00ff7d7816a0;hb=7dbb606d7b57cdad87a0ffbdb6ea4a274ebca7c0;hp=7cca0174a0b2c4490bd0fc322101f75b02758d5a;hpb=51cf998dbce49e5f1cd08509d3548472e67c0eff;p=ghc-base.git diff --git a/System/Exit.hs b/System/Exit.hs index 7cca017..7eb17cf 100644 --- a/System/Exit.hs +++ b/System/Exit.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE CPP #-} + ----------------------------------------------------------------------------- -- | -- Module : System.Exit