X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FOldException.hs;h=6442d6789daf23eb7a4c6ac041aee118a3be655f;hb=7dbb606d7b57cdad87a0ffbdb6ea4a274ebca7c0;hp=4fa787f7523f7dd05eb21ab25ecad6fa915b875f;hpb=1fc945f3ff888665d92152963dba851726c6d529;p=ghc-base.git diff --git a/Control/OldException.hs b/Control/OldException.hs index 4fa787f..6442d67 100644 --- a/Control/OldException.hs +++ b/Control/OldException.hs @@ -1,4 +1,11 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP + , NoImplicitPrelude + , ForeignFunctionInterface + , ExistentialQuantification + #-} +#ifdef __GLASGOW_HASKELL__ +{-# LANGUAGE DeriveDataTypeable, StandaloneDeriving #-} +#endif #include "Typeable.h"