From f61cbd37654e0b6fe8afefafd51f1fb03e8dd052 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 16 Jun 2008 14:53:34 +0000 Subject: [PATCH] Avoid using deprecated flags --- GHC/Bool.hs | 2 +- GHC/Generics.hs | 2 +- GHC/IntWord32.hs | 2 +- GHC/IntWord64.hs | 2 +- GHC/Ordering.hs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 -- 1.7.10.4