Use explicit language extensions & remove extension fields from base.cabal
[ghc-base.git] / Control / Exception.hs
index 578c2ee..03f6886 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# LANGUAGE CPP, NoImplicitPrelude, ExistentialQuantification #-}
 
 -----------------------------------------------------------------------------
 -- |