X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FOldException.hs;h=02848992b1690709385ff93ba7657317c298ab4c;hb=41e8fba828acbae1751628af50849f5352b27873;hp=4fa787f7523f7dd05eb21ab25ecad6fa915b875f;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/Control/OldException.hs b/Control/OldException.hs index 4fa787f..0284899 100644 --- a/Control/OldException.hs +++ b/Control/OldException.hs @@ -1,4 +1,8 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP + , NoImplicitPrelude + , ForeignFunctionInterface + , ExistentialQuantification + #-} #include "Typeable.h"