Avoid using deprecated flags
authorIan Lynagh <igloo@earth.li>
Mon, 16 Jun 2008 14:53:34 +0000 (14:53 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 16 Jun 2008 14:53:34 +0000 (14:53 +0000)
GHC/Bool.hs
GHC/Generics.hs
GHC/IntWord32.hs
GHC/IntWord64.hs
GHC/Ordering.hs

index f0b004f..c4389a4 100644 (file)
@@ -1,5 +1,5 @@
 
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Bool where
 
index 906c02c..c36e073 100644 (file)
@@ -1,5 +1,5 @@
 
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Generics where
 
index c83585a..7eac21b 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 {-# OPTIONS_HADDOCK hide #-}
 -----------------------------------------------------------------------------
 -- |
index 17002d8..29f353c 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 {-# OPTIONS_HADDOCK hide #-}
 -----------------------------------------------------------------------------
 -- |
index 8d627d4..acd92a1 100644 (file)
@@ -1,5 +1,5 @@
 
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 
 module GHC.Ordering where