From: Ian Lynagh Date: Mon, 16 Jun 2008 14:53:34 +0000 (+0000) Subject: Avoid using deprecated flags X-Git-Tag: 6_10_branch_has_been_forked~13 X-Git-Url: http://git.megacz.com/?p=ghc-prim.git;a=commitdiff_plain;h=f61cbd37654e0b6fe8afefafd51f1fb03e8dd052 Avoid using deprecated flags --- diff --git a/GHC/Bool.hs b/GHC/Bool.hs index f0b004f..c4389a4 100644 --- a/GHC/Bool.hs +++ b/GHC/Bool.hs @@ -1,5 +1,5 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# OPTIONS_GHC -XNoImplicitPrelude #-} module GHC.Bool where diff --git a/GHC/Generics.hs b/GHC/Generics.hs index 906c02c..c36e073 100644 --- a/GHC/Generics.hs +++ b/GHC/Generics.hs @@ -1,5 +1,5 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# OPTIONS_GHC -XNoImplicitPrelude #-} module GHC.Generics where diff --git a/GHC/IntWord32.hs b/GHC/IntWord32.hs index c83585a..7eac21b 100644 --- a/GHC/IntWord32.hs +++ b/GHC/IntWord32.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# OPTIONS_GHC -XNoImplicitPrelude #-} {-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- -- | diff --git a/GHC/IntWord64.hs b/GHC/IntWord64.hs index 17002d8..29f353c 100644 --- a/GHC/IntWord64.hs +++ b/GHC/IntWord64.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# OPTIONS_GHC -XNoImplicitPrelude #-} {-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- -- | diff --git a/GHC/Ordering.hs b/GHC/Ordering.hs index 8d627d4..acd92a1 100644 --- a/GHC/Ordering.hs +++ b/GHC/Ordering.hs @@ -1,5 +1,5 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# OPTIONS_GHC -XNoImplicitPrelude #-} module GHC.Ordering where