X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FException.hs;h=03f6886d1cb0129c1526f3e29c5caa5e9fd12faf;hb=41e8fba828acbae1751628af50849f5352b27873;hp=578c2ee8bad85e464146d9c7d931b6f5d811d87b;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/Control/Exception.hs b/Control/Exception.hs index 578c2ee..03f6886 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude, ExistentialQuantification #-} ----------------------------------------------------------------------------- -- |