X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO%2FError.hs;h=a5aba922d003122642011b8c6c855b79f369a142;hb=41e8fba828acbae1751628af50849f5352b27873;hp=d1c4e4714fed48319ddb24c33447f1b078227df7;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/System/IO/Error.hs b/System/IO/Error.hs index d1c4e47..a5aba92 100644 --- a/System/IO/Error.hs +++ b/System/IO/Error.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} ----------------------------------------------------------------------------- -- |