Use explicit language extensions & remove extension fields from base.cabal
[ghc-base.git] / Control / Exception / Base.hs
index fb4f6de..cb5321b 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# LANGUAGE CPP, NoImplicitPrelude, MagicHash #-}
 
 #include "Typeable.h"