X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FException%2FBase.hs;h=cb5321b76b1524313eedceef2bbb25e903d0c1cc;hb=41e8fba828acbae1751628af50849f5352b27873;hp=fb4f6de878fa427eaa09a03982a5d003ad868fc7;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/Control/Exception/Base.hs b/Control/Exception/Base.hs index fb4f6de..cb5321b 100644 --- a/Control/Exception/Base.hs +++ b/Control/Exception/Base.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude, MagicHash #-} #include "Typeable.h"