X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FExit.hs;h=7eb17cfbfe27f02b10c6a6dd1e2c00ff7d7816a0;hb=41e8fba828acbae1751628af50849f5352b27873;hp=7cca0174a0b2c4490bd0fc322101f75b02758d5a;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;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